@genesislcap/foundation-zero 14.436.0-FUI-2489.2 → 14.437.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/dist/custom-elements.json +140 -140
- package/dist/dts/_common/colors.hex.d.ts.map +1 -1
- package/dist/dts/combobox/combobox.styles.d.ts.map +1 -1
- package/dist/dts/multiselect/multiselect.styles.d.ts.map +1 -1
- package/dist/dts/select/select.styles.d.ts.map +1 -1
- package/dist/esm/_common/colors.hex.js +0 -2
- package/dist/esm/combobox/combobox.styles.js +2 -1
- package/dist/esm/multiselect/multiselect.styles.js +2 -1
- package/dist/esm/number-field/number-field.js +1 -1
- package/dist/esm/select/select.styles.js +2 -1
- package/dist/esm/text-area/text-area.styles.js +2 -1
- package/dist/esm/text-field/text-field.styles.js +2 -1
- package/dist/esm/tree-item/tree-item.template.js +1 -1
- package/dist/esm/tree-view/tree-view.template.js +1 -1
- package/package.json +12 -12
|
@@ -759,145 +759,6 @@
|
|
|
759
759
|
}
|
|
760
760
|
]
|
|
761
761
|
},
|
|
762
|
-
{
|
|
763
|
-
"kind": "javascript-module",
|
|
764
|
-
"path": "src/_common/colors.hex.ts",
|
|
765
|
-
"declarations": [],
|
|
766
|
-
"exports": []
|
|
767
|
-
},
|
|
768
|
-
{
|
|
769
|
-
"kind": "javascript-module",
|
|
770
|
-
"path": "src/_common/colors.ts",
|
|
771
|
-
"declarations": [
|
|
772
|
-
{
|
|
773
|
-
"kind": "variable",
|
|
774
|
-
"name": "defaultRapidTextColor"
|
|
775
|
-
},
|
|
776
|
-
{
|
|
777
|
-
"kind": "variable",
|
|
778
|
-
"name": "defaultRapidBGColor"
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
"kind": "variable",
|
|
782
|
-
"name": "defaultRapidLabelColor"
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"kind": "variable",
|
|
786
|
-
"name": "defaultRapidActiveBGColor"
|
|
787
|
-
},
|
|
788
|
-
{
|
|
789
|
-
"kind": "variable",
|
|
790
|
-
"name": "defaultRapidBorderUnfocusedColor"
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
"kind": "variable",
|
|
794
|
-
"name": "FastAppearanceValues",
|
|
795
|
-
"type": {
|
|
796
|
-
"text": "array"
|
|
797
|
-
},
|
|
798
|
-
"default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
|
|
799
|
-
},
|
|
800
|
-
{
|
|
801
|
-
"kind": "variable",
|
|
802
|
-
"name": "ZeroAppearanceValues"
|
|
803
|
-
}
|
|
804
|
-
],
|
|
805
|
-
"exports": [
|
|
806
|
-
{
|
|
807
|
-
"kind": "js",
|
|
808
|
-
"name": "defaultRapidTextColor",
|
|
809
|
-
"declaration": {
|
|
810
|
-
"name": "defaultRapidTextColor",
|
|
811
|
-
"module": "src/_common/colors.ts"
|
|
812
|
-
}
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
"kind": "js",
|
|
816
|
-
"name": "defaultRapidBGColor",
|
|
817
|
-
"declaration": {
|
|
818
|
-
"name": "defaultRapidBGColor",
|
|
819
|
-
"module": "src/_common/colors.ts"
|
|
820
|
-
}
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
"kind": "js",
|
|
824
|
-
"name": "defaultRapidLabelColor",
|
|
825
|
-
"declaration": {
|
|
826
|
-
"name": "defaultRapidLabelColor",
|
|
827
|
-
"module": "src/_common/colors.ts"
|
|
828
|
-
}
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
"kind": "js",
|
|
832
|
-
"name": "defaultRapidActiveBGColor",
|
|
833
|
-
"declaration": {
|
|
834
|
-
"name": "defaultRapidActiveBGColor",
|
|
835
|
-
"module": "src/_common/colors.ts"
|
|
836
|
-
}
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"kind": "js",
|
|
840
|
-
"name": "defaultRapidBorderUnfocusedColor",
|
|
841
|
-
"declaration": {
|
|
842
|
-
"name": "defaultRapidBorderUnfocusedColor",
|
|
843
|
-
"module": "src/_common/colors.ts"
|
|
844
|
-
}
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"kind": "js",
|
|
848
|
-
"name": "FastAppearanceValues",
|
|
849
|
-
"declaration": {
|
|
850
|
-
"name": "FastAppearanceValues",
|
|
851
|
-
"module": "src/_common/colors.ts"
|
|
852
|
-
}
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
"kind": "js",
|
|
856
|
-
"name": "ZeroAppearanceValues",
|
|
857
|
-
"declaration": {
|
|
858
|
-
"name": "ZeroAppearanceValues",
|
|
859
|
-
"module": "src/_common/colors.ts"
|
|
860
|
-
}
|
|
861
|
-
}
|
|
862
|
-
]
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
"kind": "javascript-module",
|
|
866
|
-
"path": "src/_common/colors.util.ts",
|
|
867
|
-
"declarations": [],
|
|
868
|
-
"exports": []
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"kind": "javascript-module",
|
|
872
|
-
"path": "src/_common/index.ts",
|
|
873
|
-
"declarations": [],
|
|
874
|
-
"exports": [
|
|
875
|
-
{
|
|
876
|
-
"kind": "js",
|
|
877
|
-
"name": "*",
|
|
878
|
-
"declaration": {
|
|
879
|
-
"name": "*",
|
|
880
|
-
"package": "./colors"
|
|
881
|
-
}
|
|
882
|
-
},
|
|
883
|
-
{
|
|
884
|
-
"kind": "js",
|
|
885
|
-
"name": "*",
|
|
886
|
-
"declaration": {
|
|
887
|
-
"name": "*",
|
|
888
|
-
"package": "./colors.hex"
|
|
889
|
-
}
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
"kind": "js",
|
|
893
|
-
"name": "*",
|
|
894
|
-
"declaration": {
|
|
895
|
-
"name": "*",
|
|
896
|
-
"package": "./colors.util"
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
]
|
|
900
|
-
},
|
|
901
762
|
{
|
|
902
763
|
"kind": "javascript-module",
|
|
903
764
|
"path": "src/_config/index.ts",
|
|
@@ -1289,6 +1150,145 @@
|
|
|
1289
1150
|
}
|
|
1290
1151
|
]
|
|
1291
1152
|
},
|
|
1153
|
+
{
|
|
1154
|
+
"kind": "javascript-module",
|
|
1155
|
+
"path": "src/_common/colors.hex.ts",
|
|
1156
|
+
"declarations": [],
|
|
1157
|
+
"exports": []
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"kind": "javascript-module",
|
|
1161
|
+
"path": "src/_common/colors.ts",
|
|
1162
|
+
"declarations": [
|
|
1163
|
+
{
|
|
1164
|
+
"kind": "variable",
|
|
1165
|
+
"name": "defaultRapidTextColor"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"kind": "variable",
|
|
1169
|
+
"name": "defaultRapidBGColor"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"kind": "variable",
|
|
1173
|
+
"name": "defaultRapidLabelColor"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"kind": "variable",
|
|
1177
|
+
"name": "defaultRapidActiveBGColor"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"kind": "variable",
|
|
1181
|
+
"name": "defaultRapidBorderUnfocusedColor"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"kind": "variable",
|
|
1185
|
+
"name": "FastAppearanceValues",
|
|
1186
|
+
"type": {
|
|
1187
|
+
"text": "array"
|
|
1188
|
+
},
|
|
1189
|
+
"default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
"kind": "variable",
|
|
1193
|
+
"name": "ZeroAppearanceValues"
|
|
1194
|
+
}
|
|
1195
|
+
],
|
|
1196
|
+
"exports": [
|
|
1197
|
+
{
|
|
1198
|
+
"kind": "js",
|
|
1199
|
+
"name": "defaultRapidTextColor",
|
|
1200
|
+
"declaration": {
|
|
1201
|
+
"name": "defaultRapidTextColor",
|
|
1202
|
+
"module": "src/_common/colors.ts"
|
|
1203
|
+
}
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"kind": "js",
|
|
1207
|
+
"name": "defaultRapidBGColor",
|
|
1208
|
+
"declaration": {
|
|
1209
|
+
"name": "defaultRapidBGColor",
|
|
1210
|
+
"module": "src/_common/colors.ts"
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
"kind": "js",
|
|
1215
|
+
"name": "defaultRapidLabelColor",
|
|
1216
|
+
"declaration": {
|
|
1217
|
+
"name": "defaultRapidLabelColor",
|
|
1218
|
+
"module": "src/_common/colors.ts"
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"kind": "js",
|
|
1223
|
+
"name": "defaultRapidActiveBGColor",
|
|
1224
|
+
"declaration": {
|
|
1225
|
+
"name": "defaultRapidActiveBGColor",
|
|
1226
|
+
"module": "src/_common/colors.ts"
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"kind": "js",
|
|
1231
|
+
"name": "defaultRapidBorderUnfocusedColor",
|
|
1232
|
+
"declaration": {
|
|
1233
|
+
"name": "defaultRapidBorderUnfocusedColor",
|
|
1234
|
+
"module": "src/_common/colors.ts"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"kind": "js",
|
|
1239
|
+
"name": "FastAppearanceValues",
|
|
1240
|
+
"declaration": {
|
|
1241
|
+
"name": "FastAppearanceValues",
|
|
1242
|
+
"module": "src/_common/colors.ts"
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"kind": "js",
|
|
1247
|
+
"name": "ZeroAppearanceValues",
|
|
1248
|
+
"declaration": {
|
|
1249
|
+
"name": "ZeroAppearanceValues",
|
|
1250
|
+
"module": "src/_common/colors.ts"
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
]
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"kind": "javascript-module",
|
|
1257
|
+
"path": "src/_common/colors.util.ts",
|
|
1258
|
+
"declarations": [],
|
|
1259
|
+
"exports": []
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
"kind": "javascript-module",
|
|
1263
|
+
"path": "src/_common/index.ts",
|
|
1264
|
+
"declarations": [],
|
|
1265
|
+
"exports": [
|
|
1266
|
+
{
|
|
1267
|
+
"kind": "js",
|
|
1268
|
+
"name": "*",
|
|
1269
|
+
"declaration": {
|
|
1270
|
+
"name": "*",
|
|
1271
|
+
"package": "./colors"
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"kind": "js",
|
|
1276
|
+
"name": "*",
|
|
1277
|
+
"declaration": {
|
|
1278
|
+
"name": "*",
|
|
1279
|
+
"package": "./colors.hex"
|
|
1280
|
+
}
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"kind": "js",
|
|
1284
|
+
"name": "*",
|
|
1285
|
+
"declaration": {
|
|
1286
|
+
"name": "*",
|
|
1287
|
+
"package": "./colors.util"
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
]
|
|
1291
|
+
},
|
|
1292
1292
|
{
|
|
1293
1293
|
"kind": "javascript-module",
|
|
1294
1294
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -30043,7 +30043,7 @@
|
|
|
30043
30043
|
"kind": "field",
|
|
30044
30044
|
"name": "frequencyList",
|
|
30045
30045
|
"type": {
|
|
30046
|
-
"text": "Array<
|
|
30046
|
+
"text": "Array<Number>"
|
|
30047
30047
|
},
|
|
30048
30048
|
"description": "The frequency dropdown list",
|
|
30049
30049
|
"readonly": true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.hex.d.ts","sourceRoot":"","sources":["../../../src/_common/colors.hex.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"colors.hex.d.ts","sourceRoot":"","sources":["../../../src/_common/colors.hex.ts"],"names":[],"mappings":"AAAA,oBAAY,QAAQ;IAClB,KAAK,YAAY;IACjB,KAAK,YAAY;IACjB,WAAW,YAAY;IAEvB,SAAS,YAAY;IAErB,UAAU,YAAY;IAEtB,QAAQ,YAAY;IACpB,UAAU,YAAY;IAEtB,KAAK,YAAY;IACjB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,GAAG,YAAY;IACf,IAAI,YAAY;IAChB,IAAI,YAAY;CACjB;AAED,oBAAY,oBAAoB;IAC9B,IAAI,YAAY;IAChB,MAAM,YAAY;CACnB;AAED,oBAAY,sBAAsB;IAChC,MAAM,YAAY;IAClB,IAAI,YAAY;CACjB;AAED,oBAAY,oBAAoB;IAC9B,IAAI,YAAY;CACjB;AAGD,oBAAY,aAAa;IACvB,SAAS,YAAY;IACrB,SAAS,YAAY;IACrB,SAAS,YAAY;IACrB,aAAa,YAAY;IACzB,KAAK,YAAY;IACjB,UAAU,YAAY;IACtB,GAAG,YAAY;IACf,QAAQ,YAAY;IACpB,UAAU,YAAY;IACtB,eAAe,YAAY;IAC3B,MAAM,YAAY;IAClB,WAAW,YAAY;IACvB,KAAK,YAAY;IACjB,MAAM,YAAY;IAClB,OAAO,YAAY;IACnB,YAAY,YAAY;IACxB,KAAK,YAAY;IACjB,UAAU,YAAY;IACtB,OAAO,YAAY;IACnB,YAAY,YAAY;IACxB,GAAG,YAAY;IACf,QAAQ,YAAY;CACrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox.styles.d.ts","sourceRoot":"","sources":["../../../src/combobox/combobox.styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"combobox.styles.d.ts","sourceRoot":"","sources":["../../../src/combobox/combobox.styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AASpC,eAAO,MAAM,kBAAkB,GAC7B,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,aAkDF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multiselect.styles.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"multiselect.styles.d.ts","sourceRoot":"","sources":["../../../src/multiselect/multiselect.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,iBAAiB,iDAwD7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.styles.d.ts","sourceRoot":"","sources":["../../../src/select/select.styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"select.styles.d.ts","sourceRoot":"","sources":["../../../src/select/select.styles.ts"],"names":[],"mappings":"AAEA,OAAO,EAAO,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAC7D,OAAO,KAAK,EACV,wBAAwB,EACxB,2BAA2B,EAC5B,MAAM,4BAA4B,CAAC;AASpC,eAAO,MAAM,gBAAgB,GAC3B,SAAS,wBAAwB,EACjC,YAAY,2BAA2B,KACtC,aAkDF,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* oxlint-disable typescript/no-duplicate-enum-values -- semantic aliases intentionally share palette hex */
|
|
2
1
|
export var ColorHEX;
|
|
3
2
|
(function (ColorHEX) {
|
|
4
3
|
ColorHEX["black"] = "#000000";
|
|
@@ -15,7 +14,6 @@ export var ColorHEX;
|
|
|
15
14
|
ColorHEX["sell"] = "#F14376";
|
|
16
15
|
ColorHEX["info"] = "#11C9FC";
|
|
17
16
|
})(ColorHEX || (ColorHEX = {}));
|
|
18
|
-
/* oxlint-enable typescript/no-duplicate-enum-values */
|
|
19
17
|
export var PrimaryRapidColorHEX;
|
|
20
18
|
(function (PrimaryRapidColorHEX) {
|
|
21
19
|
PrimaryRapidColorHEX["blue"] = "#0eafe2";
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { foundationComboboxStyles } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { designUnit } from '@microsoft/fast-components';
|
|
3
3
|
import { css } from '@microsoft/fast-element';
|
|
4
|
-
import { ColorHEX, PrimaryRapidColorHEX
|
|
4
|
+
import { ColorHEX, PrimaryRapidColorHEX } from '../_common';
|
|
5
|
+
import { defaultRapidBorderUnfocusedColor, defaultRapidTextColor, defaultRapidBGColor, defaultRapidActiveBGColor, } from '../_common';
|
|
5
6
|
export const zeroComboboxStyles = (context, definition) => css `
|
|
6
7
|
${foundationComboboxStyles(context, definition)}
|
|
7
8
|
:host {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { multiselectStyles as foundationMultiselectStyles } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { css } from '@microsoft/fast-element';
|
|
3
|
-
import { defaultRapidBGColor, defaultRapidLabelColor
|
|
3
|
+
import { defaultRapidBGColor, defaultRapidLabelColor } from '../_common';
|
|
4
|
+
import { PrimaryRapidColorHEX } from '../_common';
|
|
4
5
|
export const multiselectStyles = css `
|
|
5
6
|
${foundationMultiselectStyles}
|
|
6
7
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { NumberField as FoundationNumberField, defaultNumberFieldConfig as foundationNumberFieldConfig, foundationNumberFieldShadowOptions, foundationNumberFieldTemplate, } from '@genesislcap/foundation-ui';
|
|
1
|
+
import { NumberField as FoundationNumberField, defaultNumberFieldConfig as foundationNumberFieldConfig, foundationNumberFieldShadowOptions, foundationNumberFieldTemplate as foundationNumberFieldTemplate, } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { zeroNumberFieldStyles as styles } from './number-field.styles';
|
|
3
3
|
/**
|
|
4
4
|
* @tagname %%prefix%%-number-field
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { foundationSelectStyles } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { designUnit } from '@microsoft/fast-components';
|
|
3
3
|
import { css } from '@microsoft/fast-element';
|
|
4
|
-
import { ColorHEX, PrimaryRapidColorHEX
|
|
4
|
+
import { ColorHEX, PrimaryRapidColorHEX } from '../_common';
|
|
5
|
+
import { defaultRapidBorderUnfocusedColor, defaultRapidTextColor, defaultRapidBGColor, defaultRapidActiveBGColor, } from '../_common';
|
|
5
6
|
export const zeroSelectStyles = (context, definition) => css `
|
|
6
7
|
${foundationSelectStyles(context, definition)}
|
|
7
8
|
:host {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { foundationTextAreaStyles } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { css } from '@microsoft/fast-element';
|
|
3
|
-
import { PrimaryRapidColorHEX
|
|
3
|
+
import { PrimaryRapidColorHEX } from '../_common';
|
|
4
|
+
import { defaultRapidActiveBGColor, defaultRapidBGColor, defaultRapidBorderUnfocusedColor, defaultRapidTextColor, defaultRapidLabelColor, } from '../_common';
|
|
4
5
|
export const zeroTextAreaStyles = (context, definition) => css `
|
|
5
6
|
${foundationTextAreaStyles(context, definition)}
|
|
6
7
|
:host {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { foundationTextFieldStyles } from '@genesislcap/foundation-ui';
|
|
2
2
|
import { css } from '@microsoft/fast-element';
|
|
3
|
-
import { PrimaryRapidColorHEX
|
|
3
|
+
import { PrimaryRapidColorHEX } from '../_common';
|
|
4
|
+
import { defaultRapidActiveBGColor, defaultRapidBGColor, defaultRapidBorderUnfocusedColor, defaultRapidTextColor, defaultRapidLabelColor, } from '../_common';
|
|
4
5
|
export const zeroTextFieldStyles = (context, definition) => css `
|
|
5
6
|
${foundationTextFieldStyles(context, definition)}
|
|
6
7
|
:host {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { foundationTreeItemTemplate } from '@genesislcap/foundation-ui';
|
|
1
|
+
import { foundationTreeItemTemplate as foundationTreeItemTemplate } from '@genesislcap/foundation-ui';
|
|
2
2
|
export const zeroTreeItemTemplate = (context, definition) => foundationTreeItemTemplate(context, definition);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { foundationTreeViewTemplate } from '@genesislcap/foundation-ui';
|
|
1
|
+
import { foundationTreeViewTemplate as foundationTreeViewTemplate } from '@genesislcap/foundation-ui';
|
|
2
2
|
export const zeroTreeViewTemplate = (context, definition) => foundationTreeViewTemplate(context, definition);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero",
|
|
3
3
|
"description": "Genesis Foundation Zero Design System",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.437.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -73,18 +73,18 @@
|
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
76
|
-
"@genesislcap/genx": "14.
|
|
77
|
-
"@genesislcap/rollup-builder": "14.
|
|
78
|
-
"@genesislcap/ts-builder": "14.
|
|
79
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
80
|
-
"@genesislcap/vite-builder": "14.
|
|
81
|
-
"@genesislcap/webpack-builder": "14.
|
|
76
|
+
"@genesislcap/genx": "14.437.0",
|
|
77
|
+
"@genesislcap/rollup-builder": "14.437.0",
|
|
78
|
+
"@genesislcap/ts-builder": "14.437.0",
|
|
79
|
+
"@genesislcap/uvu-playwright-builder": "14.437.0",
|
|
80
|
+
"@genesislcap/vite-builder": "14.437.0",
|
|
81
|
+
"@genesislcap/webpack-builder": "14.437.0"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@genesislcap/foundation-comms": "14.
|
|
85
|
-
"@genesislcap/foundation-logger": "14.
|
|
86
|
-
"@genesislcap/foundation-ui": "14.
|
|
87
|
-
"@genesislcap/foundation-utils": "14.
|
|
84
|
+
"@genesislcap/foundation-comms": "14.437.0",
|
|
85
|
+
"@genesislcap/foundation-logger": "14.437.0",
|
|
86
|
+
"@genesislcap/foundation-ui": "14.437.0",
|
|
87
|
+
"@genesislcap/foundation-utils": "14.437.0",
|
|
88
88
|
"@microsoft/fast-colors": "5.3.1",
|
|
89
89
|
"@microsoft/fast-components": "2.30.6",
|
|
90
90
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"require": "./dist/react.cjs"
|
|
112
112
|
}
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "c30c777f0ab5e45f4e931a9cc1200ac85bcace35"
|
|
115
115
|
}
|