@bpmn-io/form-js-editor 1.0.0-alpha.9 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -22
- package/README.md +116 -116
- package/dist/assets/form-js-editor-base.css +736 -734
- package/dist/assets/form-js-editor.css +17 -9
- package/dist/assets/properties-panel.css +11 -6
- package/dist/index.cjs +978 -733
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +968 -741
- package/dist/index.es.js.map +1 -1
- package/dist/types/features/properties-panel/components/AutoFocusSelect.d.ts +1 -0
- package/dist/types/features/properties-panel/components/index.d.ts +1 -0
- package/dist/types/features/properties-panel/entries/ValuesExpressionEntry.d.ts +10 -0
- package/dist/types/features/properties-panel/entries/ValuesSourceSelectEntry.d.ts +1 -1
- package/dist/types/features/properties-panel/entries/index.d.ts +1 -0
- package/dist/types/types.d.ts +28 -28
- package/package.json +4 -4
|
@@ -168,11 +168,13 @@
|
|
|
168
168
|
--list-entry-add-entry-label-color: var(--cds-text-inverse, var(--color-white));
|
|
169
169
|
--list-entry-add-entry-background-color: var(--cds-interactive, var(--color-blue-205-100-50));
|
|
170
170
|
--list-entry-add-entry-fill-color: var(--cds-icon-inverse, var(--color-white));
|
|
171
|
-
--feel-background-color:
|
|
171
|
+
--feel-background-color: transparent;
|
|
172
172
|
--feel-active-color: var(--cds-interactive, var(--color-blue-205-100-45));
|
|
173
|
-
--feel-inactive-color: var(--cds-
|
|
174
|
-
--feel-hover-
|
|
175
|
-
--feel-
|
|
173
|
+
--feel-inactive-color: var(--cds-icon-secondary, var(--color-grey-225-10-35));
|
|
174
|
+
--feel-hover-color: var(--cds-icon-primary, var(--color-grey-225-10-15));
|
|
175
|
+
--feel-hover-background-color: var(--cds-layer-02, var(--color-grey-225-10-97));
|
|
176
|
+
--feel-active-background-color: transparent;
|
|
177
|
+
--feel-required-color: var(--cds-icon-disabled, var(--color-grey-225-10-55));
|
|
176
178
|
--feel-indicator-background-color: var(--cds-background-hover, var(--color-grey-225-10-90));
|
|
177
179
|
}
|
|
178
180
|
|
|
@@ -812,11 +814,13 @@
|
|
|
812
814
|
--dropdown-item-background-color: var(--color-white);
|
|
813
815
|
--dropdown-item-hover-background-color: var(--color-grey-225-10-95);
|
|
814
816
|
--dropdown-separator-background-color: var(--color-grey-225-10-75);
|
|
815
|
-
--feel-background-color:
|
|
817
|
+
--feel-background-color: transparent;
|
|
816
818
|
--feel-active-color: var(--color-blue-205-100-45);
|
|
817
819
|
--feel-inactive-color: var(--color-grey-225-10-35);
|
|
818
|
-
--feel-hover-
|
|
819
|
-
--feel-
|
|
820
|
+
--feel-hover-color: var(--color-grey-225-10-15);
|
|
821
|
+
--feel-hover-background-color: var(--color-grey-225-10-97);
|
|
822
|
+
--feel-active-background-color: transparent;
|
|
823
|
+
--feel-required-color: var(--color-grey-225-10-55);
|
|
820
824
|
--feel-indicator-background-color: var(--color-grey-225-10-90);
|
|
821
825
|
--text-size-base: 14px;
|
|
822
826
|
--text-size-small: 13px;
|
|
@@ -1688,7 +1692,7 @@ textarea.bio-properties-panel-input {
|
|
|
1688
1692
|
|
|
1689
1693
|
.bio-properties-panel-feel-icon {
|
|
1690
1694
|
display: inline-flex;
|
|
1691
|
-
height:
|
|
1695
|
+
height: 18px;
|
|
1692
1696
|
width: 22px;
|
|
1693
1697
|
vertical-align: text-bottom;
|
|
1694
1698
|
padding: 0;
|
|
@@ -1714,6 +1718,10 @@ textarea.bio-properties-panel-input {
|
|
|
1714
1718
|
background: var(--feel-hover-background-color);
|
|
1715
1719
|
}
|
|
1716
1720
|
|
|
1721
|
+
.bio-properties-panel-feel-icon:hover svg * {
|
|
1722
|
+
fill: var(--feel-hover-color);
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1717
1725
|
.bio-properties-panel-feel-icon.active {
|
|
1718
1726
|
background: var(--feel-active-background-color);
|
|
1719
1727
|
}
|
|
@@ -1731,7 +1739,7 @@ textarea.bio-properties-panel-input {
|
|
|
1731
1739
|
}
|
|
1732
1740
|
|
|
1733
1741
|
.bio-properties-panel-feel-icon.required.active svg * {
|
|
1734
|
-
fill: var(--feel-
|
|
1742
|
+
fill: var(--feel-required-color);
|
|
1735
1743
|
}
|
|
1736
1744
|
|
|
1737
1745
|
.bio-properties-panel-feel-editor-container {
|
|
@@ -99,11 +99,13 @@
|
|
|
99
99
|
--dropdown-item-hover-background-color: var(--color-grey-225-10-95);
|
|
100
100
|
--dropdown-separator-background-color: var(--color-grey-225-10-75);
|
|
101
101
|
|
|
102
|
-
--feel-background-color:
|
|
102
|
+
--feel-background-color: transparent;
|
|
103
103
|
--feel-active-color: var(--color-blue-205-100-45);
|
|
104
104
|
--feel-inactive-color: var(--color-grey-225-10-35);
|
|
105
|
-
--feel-hover-
|
|
106
|
-
--feel-
|
|
105
|
+
--feel-hover-color: var(--color-grey-225-10-15);
|
|
106
|
+
--feel-hover-background-color: var(--color-grey-225-10-97);
|
|
107
|
+
--feel-active-background-color: transparent;
|
|
108
|
+
--feel-required-color: var(--color-grey-225-10-55);
|
|
107
109
|
|
|
108
110
|
--feel-indicator-background-color: var(--color-grey-225-10-90);
|
|
109
111
|
|
|
@@ -990,7 +992,7 @@ textarea.bio-properties-panel-input {
|
|
|
990
992
|
|
|
991
993
|
.bio-properties-panel-feel-icon {
|
|
992
994
|
display: inline-flex;
|
|
993
|
-
height:
|
|
995
|
+
height: 18px;
|
|
994
996
|
width: 22px;
|
|
995
997
|
vertical-align: text-bottom;
|
|
996
998
|
padding: 0;
|
|
@@ -1005,7 +1007,6 @@ textarea.bio-properties-panel-input {
|
|
|
1005
1007
|
|
|
1006
1008
|
.bio-properties-panel-feel-icon.optional {
|
|
1007
1009
|
cursor: pointer;
|
|
1008
|
-
|
|
1009
1010
|
background: var(--feel-background-color);
|
|
1010
1011
|
}
|
|
1011
1012
|
|
|
@@ -1017,6 +1018,10 @@ textarea.bio-properties-panel-input {
|
|
|
1017
1018
|
background: var(--feel-hover-background-color);
|
|
1018
1019
|
}
|
|
1019
1020
|
|
|
1021
|
+
.bio-properties-panel-feel-icon:hover svg * {
|
|
1022
|
+
fill: var(--feel-hover-color);
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1020
1025
|
.bio-properties-panel-feel-icon.active {
|
|
1021
1026
|
background: var(--feel-active-background-color);
|
|
1022
1027
|
}
|
|
@@ -1034,7 +1039,7 @@ textarea.bio-properties-panel-input {
|
|
|
1034
1039
|
}
|
|
1035
1040
|
|
|
1036
1041
|
.bio-properties-panel-feel-icon.required.active svg * {
|
|
1037
|
-
fill: var(--feel-
|
|
1042
|
+
fill: var(--feel-required-color);
|
|
1038
1043
|
}
|
|
1039
1044
|
|
|
1040
1045
|
.bio-properties-panel-feel-editor-container {
|