diff --git a/packages/builder/src/components/design/settings/controls/FieldContext/Chart.svelte b/packages/builder/src/components/design/settings/controls/FieldContext/Chart.svelte
index 90ea990dfd..eb7a2ef06e 100644
--- a/packages/builder/src/components/design/settings/controls/FieldContext/Chart.svelte
+++ b/packages/builder/src/components/design/settings/controls/FieldContext/Chart.svelte
@@ -4,6 +4,7 @@
import { selectedScreen } from "stores/builder"
import { createEventDispatcher } from "svelte"
import Property from './Property.svelte'
+ import InfoWord from './InfoWord.svelte'
export let supportLevelClass = ''
export let supportLevelIcon = ""
@@ -220,30 +221,27 @@
Data/Component Compatibility
-
-
- Compatible
-
+
Fully compatible with the component as long as the data is present.
-
-
- Partially compatible
-
-
Potentionally compatible with the component, but beware of other caveats mentioned in the context tooltip.
+
+
Possibly compatible with the component, but beware of other caveats mentioned in the context tooltip.
-
-
- Not compatible
-
+
Imcompatible with the component.
@@ -303,24 +301,6 @@
box-sizing: border-box;
}
- .chip {
- box-sizing: border-box;
- display: inline-flex;
- padding: 3px 6px;
- border-radius: 5px;
- vertical-align: sub;
- filter: brightness(100%);
- }
-
- .chip:hover {
- filter: brightness(120%);
- transition: filter 300ms
- }
-
- .chip :global(svg) {
- color: var(--grey-6);
- }
-
.columnName {
vertical-align: baseline;
background-color: var(--grey-3);
@@ -380,8 +360,22 @@
.topLine .space {
}
- .topLine .text {
- flex-shrink: 0;
+ .chip {
+ box-sizing: border-box;
+ display: inline-flex;
+ padding: 3px 6px;
+ border-radius: 5px;
+ vertical-align: sub;
+ filter: brightness(100%);
+ }
+
+ .chip:hover {
+ filter: brightness(120%);
+ transition: filter 300ms
+ }
+
+ .chip :global(svg) {
+ color: var(--grey-6);
}
.topLine .period {
@@ -410,10 +404,6 @@
margin-bottom: 0px;
}
- .line > .text {
- display: inline;
- }
-
.link {
border-radius: 0;
background-color: transparent;
diff --git a/packages/builder/src/components/design/settings/controls/FieldContext/InfoWord.svelte b/packages/builder/src/components/design/settings/controls/FieldContext/InfoWord.svelte
new file mode 100644
index 0000000000..8abf2ca79d
--- /dev/null
+++ b/packages/builder/src/components/design/settings/controls/FieldContext/InfoWord.svelte
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+ {text}
+
+
+
+
+