@genesislcap/foundation-zero 14.173.2-genc-374.1 → 14.173.3
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 +513 -513
- package/package.json +12 -12
|
@@ -871,6 +871,194 @@
|
|
|
871
871
|
}
|
|
872
872
|
]
|
|
873
873
|
},
|
|
874
|
+
{
|
|
875
|
+
"kind": "javascript-module",
|
|
876
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
877
|
+
"declarations": [
|
|
878
|
+
{
|
|
879
|
+
"kind": "variable",
|
|
880
|
+
"name": "meta",
|
|
881
|
+
"type": {
|
|
882
|
+
"text": "Meta"
|
|
883
|
+
},
|
|
884
|
+
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
"kind": "variable",
|
|
888
|
+
"name": "Primary",
|
|
889
|
+
"type": {
|
|
890
|
+
"text": "StoryObj"
|
|
891
|
+
},
|
|
892
|
+
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"exports": [
|
|
896
|
+
{
|
|
897
|
+
"kind": "js",
|
|
898
|
+
"name": "default",
|
|
899
|
+
"declaration": {
|
|
900
|
+
"name": "meta",
|
|
901
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"kind": "js",
|
|
906
|
+
"name": "Primary",
|
|
907
|
+
"declaration": {
|
|
908
|
+
"name": "Primary",
|
|
909
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
]
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"kind": "javascript-module",
|
|
916
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
917
|
+
"declarations": [
|
|
918
|
+
{
|
|
919
|
+
"kind": "function",
|
|
920
|
+
"name": "zeroAccordionStyles",
|
|
921
|
+
"return": {
|
|
922
|
+
"type": {
|
|
923
|
+
"text": "ElementStyles"
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
"parameters": [
|
|
927
|
+
{
|
|
928
|
+
"name": "context",
|
|
929
|
+
"type": {
|
|
930
|
+
"text": "ElementDefinitionContext"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"name": "definition",
|
|
935
|
+
"type": {
|
|
936
|
+
"text": "FoundationElementDefinition"
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
]
|
|
940
|
+
}
|
|
941
|
+
],
|
|
942
|
+
"exports": [
|
|
943
|
+
{
|
|
944
|
+
"kind": "js",
|
|
945
|
+
"name": "zeroAccordionStyles",
|
|
946
|
+
"declaration": {
|
|
947
|
+
"name": "zeroAccordionStyles",
|
|
948
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
]
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"kind": "javascript-module",
|
|
955
|
+
"path": "src/accordion/accordion.template.ts",
|
|
956
|
+
"declarations": [
|
|
957
|
+
{
|
|
958
|
+
"kind": "function",
|
|
959
|
+
"name": "zeroAccordionTemplate",
|
|
960
|
+
"return": {
|
|
961
|
+
"type": {
|
|
962
|
+
"text": "ViewTemplate<Accordion>"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
"parameters": [
|
|
966
|
+
{
|
|
967
|
+
"name": "context",
|
|
968
|
+
"type": {
|
|
969
|
+
"text": "ElementDefinitionContext"
|
|
970
|
+
}
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"name": "definition",
|
|
974
|
+
"type": {
|
|
975
|
+
"text": "FoundationElementDefinition"
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
]
|
|
979
|
+
}
|
|
980
|
+
],
|
|
981
|
+
"exports": [
|
|
982
|
+
{
|
|
983
|
+
"kind": "js",
|
|
984
|
+
"name": "zeroAccordionTemplate",
|
|
985
|
+
"declaration": {
|
|
986
|
+
"name": "zeroAccordionTemplate",
|
|
987
|
+
"module": "src/accordion/accordion.template.ts"
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
]
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
"kind": "javascript-module",
|
|
994
|
+
"path": "src/accordion/accordion.ts",
|
|
995
|
+
"declarations": [
|
|
996
|
+
{
|
|
997
|
+
"kind": "class",
|
|
998
|
+
"description": "",
|
|
999
|
+
"name": "Accordion",
|
|
1000
|
+
"superclass": {
|
|
1001
|
+
"name": "FoundationAccordion",
|
|
1002
|
+
"package": "@genesislcap/foundation-ui"
|
|
1003
|
+
},
|
|
1004
|
+
"tagName": "%%prefix%%-card",
|
|
1005
|
+
"customElement": true
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"kind": "variable",
|
|
1009
|
+
"name": "zeroAccordion"
|
|
1010
|
+
}
|
|
1011
|
+
],
|
|
1012
|
+
"exports": [
|
|
1013
|
+
{
|
|
1014
|
+
"kind": "js",
|
|
1015
|
+
"name": "Accordion",
|
|
1016
|
+
"declaration": {
|
|
1017
|
+
"name": "Accordion",
|
|
1018
|
+
"module": "src/accordion/accordion.ts"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"kind": "js",
|
|
1023
|
+
"name": "zeroAccordion",
|
|
1024
|
+
"declaration": {
|
|
1025
|
+
"name": "zeroAccordion",
|
|
1026
|
+
"module": "src/accordion/accordion.ts"
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "javascript-module",
|
|
1033
|
+
"path": "src/accordion/index.ts",
|
|
1034
|
+
"declarations": [],
|
|
1035
|
+
"exports": [
|
|
1036
|
+
{
|
|
1037
|
+
"kind": "js",
|
|
1038
|
+
"name": "*",
|
|
1039
|
+
"declaration": {
|
|
1040
|
+
"name": "*",
|
|
1041
|
+
"package": "./accordion"
|
|
1042
|
+
}
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"kind": "js",
|
|
1046
|
+
"name": "*",
|
|
1047
|
+
"declaration": {
|
|
1048
|
+
"name": "*",
|
|
1049
|
+
"package": "./accordion.styles"
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
"kind": "js",
|
|
1054
|
+
"name": "*",
|
|
1055
|
+
"declaration": {
|
|
1056
|
+
"name": "*",
|
|
1057
|
+
"package": "./accordion.template"
|
|
1058
|
+
}
|
|
1059
|
+
}
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
874
1062
|
{
|
|
875
1063
|
"kind": "javascript-module",
|
|
876
1064
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1231,194 +1419,6 @@
|
|
|
1231
1419
|
}
|
|
1232
1420
|
]
|
|
1233
1421
|
},
|
|
1234
|
-
{
|
|
1235
|
-
"kind": "javascript-module",
|
|
1236
|
-
"path": "src/accordion/accordion.stories.ts",
|
|
1237
|
-
"declarations": [
|
|
1238
|
-
{
|
|
1239
|
-
"kind": "variable",
|
|
1240
|
-
"name": "meta",
|
|
1241
|
-
"type": {
|
|
1242
|
-
"text": "Meta"
|
|
1243
|
-
},
|
|
1244
|
-
"default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
"kind": "variable",
|
|
1248
|
-
"name": "Primary",
|
|
1249
|
-
"type": {
|
|
1250
|
-
"text": "StoryObj"
|
|
1251
|
-
},
|
|
1252
|
-
"default": "{\n render: () => html`\n <zero-accordion>\n <zero-accordion-item slot=\"item\" id=\"accordion-1\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </zero-accordion-item>\n <zero-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </zero-accordion-item>\n </zero-accordion>\n `,\n}"
|
|
1253
|
-
}
|
|
1254
|
-
],
|
|
1255
|
-
"exports": [
|
|
1256
|
-
{
|
|
1257
|
-
"kind": "js",
|
|
1258
|
-
"name": "default",
|
|
1259
|
-
"declaration": {
|
|
1260
|
-
"name": "meta",
|
|
1261
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
1262
|
-
}
|
|
1263
|
-
},
|
|
1264
|
-
{
|
|
1265
|
-
"kind": "js",
|
|
1266
|
-
"name": "Primary",
|
|
1267
|
-
"declaration": {
|
|
1268
|
-
"name": "Primary",
|
|
1269
|
-
"module": "src/accordion/accordion.stories.ts"
|
|
1270
|
-
}
|
|
1271
|
-
}
|
|
1272
|
-
]
|
|
1273
|
-
},
|
|
1274
|
-
{
|
|
1275
|
-
"kind": "javascript-module",
|
|
1276
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1277
|
-
"declarations": [
|
|
1278
|
-
{
|
|
1279
|
-
"kind": "function",
|
|
1280
|
-
"name": "zeroAccordionStyles",
|
|
1281
|
-
"return": {
|
|
1282
|
-
"type": {
|
|
1283
|
-
"text": "ElementStyles"
|
|
1284
|
-
}
|
|
1285
|
-
},
|
|
1286
|
-
"parameters": [
|
|
1287
|
-
{
|
|
1288
|
-
"name": "context",
|
|
1289
|
-
"type": {
|
|
1290
|
-
"text": "ElementDefinitionContext"
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
|
-
{
|
|
1294
|
-
"name": "definition",
|
|
1295
|
-
"type": {
|
|
1296
|
-
"text": "FoundationElementDefinition"
|
|
1297
|
-
}
|
|
1298
|
-
}
|
|
1299
|
-
]
|
|
1300
|
-
}
|
|
1301
|
-
],
|
|
1302
|
-
"exports": [
|
|
1303
|
-
{
|
|
1304
|
-
"kind": "js",
|
|
1305
|
-
"name": "zeroAccordionStyles",
|
|
1306
|
-
"declaration": {
|
|
1307
|
-
"name": "zeroAccordionStyles",
|
|
1308
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1309
|
-
}
|
|
1310
|
-
}
|
|
1311
|
-
]
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"kind": "javascript-module",
|
|
1315
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1316
|
-
"declarations": [
|
|
1317
|
-
{
|
|
1318
|
-
"kind": "function",
|
|
1319
|
-
"name": "zeroAccordionTemplate",
|
|
1320
|
-
"return": {
|
|
1321
|
-
"type": {
|
|
1322
|
-
"text": "ViewTemplate<Accordion>"
|
|
1323
|
-
}
|
|
1324
|
-
},
|
|
1325
|
-
"parameters": [
|
|
1326
|
-
{
|
|
1327
|
-
"name": "context",
|
|
1328
|
-
"type": {
|
|
1329
|
-
"text": "ElementDefinitionContext"
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "definition",
|
|
1334
|
-
"type": {
|
|
1335
|
-
"text": "FoundationElementDefinition"
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
]
|
|
1339
|
-
}
|
|
1340
|
-
],
|
|
1341
|
-
"exports": [
|
|
1342
|
-
{
|
|
1343
|
-
"kind": "js",
|
|
1344
|
-
"name": "zeroAccordionTemplate",
|
|
1345
|
-
"declaration": {
|
|
1346
|
-
"name": "zeroAccordionTemplate",
|
|
1347
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1348
|
-
}
|
|
1349
|
-
}
|
|
1350
|
-
]
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"kind": "javascript-module",
|
|
1354
|
-
"path": "src/accordion/accordion.ts",
|
|
1355
|
-
"declarations": [
|
|
1356
|
-
{
|
|
1357
|
-
"kind": "class",
|
|
1358
|
-
"description": "",
|
|
1359
|
-
"name": "Accordion",
|
|
1360
|
-
"superclass": {
|
|
1361
|
-
"name": "FoundationAccordion",
|
|
1362
|
-
"package": "@genesislcap/foundation-ui"
|
|
1363
|
-
},
|
|
1364
|
-
"tagName": "%%prefix%%-card",
|
|
1365
|
-
"customElement": true
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
"kind": "variable",
|
|
1369
|
-
"name": "zeroAccordion"
|
|
1370
|
-
}
|
|
1371
|
-
],
|
|
1372
|
-
"exports": [
|
|
1373
|
-
{
|
|
1374
|
-
"kind": "js",
|
|
1375
|
-
"name": "Accordion",
|
|
1376
|
-
"declaration": {
|
|
1377
|
-
"name": "Accordion",
|
|
1378
|
-
"module": "src/accordion/accordion.ts"
|
|
1379
|
-
}
|
|
1380
|
-
},
|
|
1381
|
-
{
|
|
1382
|
-
"kind": "js",
|
|
1383
|
-
"name": "zeroAccordion",
|
|
1384
|
-
"declaration": {
|
|
1385
|
-
"name": "zeroAccordion",
|
|
1386
|
-
"module": "src/accordion/accordion.ts"
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1389
|
-
]
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "javascript-module",
|
|
1393
|
-
"path": "src/accordion/index.ts",
|
|
1394
|
-
"declarations": [],
|
|
1395
|
-
"exports": [
|
|
1396
|
-
{
|
|
1397
|
-
"kind": "js",
|
|
1398
|
-
"name": "*",
|
|
1399
|
-
"declaration": {
|
|
1400
|
-
"name": "*",
|
|
1401
|
-
"package": "./accordion"
|
|
1402
|
-
}
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"kind": "js",
|
|
1406
|
-
"name": "*",
|
|
1407
|
-
"declaration": {
|
|
1408
|
-
"name": "*",
|
|
1409
|
-
"package": "./accordion.styles"
|
|
1410
|
-
}
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"kind": "js",
|
|
1414
|
-
"name": "*",
|
|
1415
|
-
"declaration": {
|
|
1416
|
-
"name": "*",
|
|
1417
|
-
"package": "./accordion.template"
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1420
|
-
]
|
|
1421
|
-
},
|
|
1422
1422
|
{
|
|
1423
1423
|
"kind": "javascript-module",
|
|
1424
1424
|
"path": "src/actions-menu/actions-menu.stories.ts",
|
|
@@ -37728,6 +37728,87 @@
|
|
|
37728
37728
|
}
|
|
37729
37729
|
]
|
|
37730
37730
|
},
|
|
37731
|
+
{
|
|
37732
|
+
"kind": "javascript-module",
|
|
37733
|
+
"path": "src/utils/behaviors.ts",
|
|
37734
|
+
"declarations": [
|
|
37735
|
+
{
|
|
37736
|
+
"kind": "function",
|
|
37737
|
+
"name": "appearanceBehavior",
|
|
37738
|
+
"parameters": [
|
|
37739
|
+
{
|
|
37740
|
+
"name": "value",
|
|
37741
|
+
"type": {
|
|
37742
|
+
"text": "string"
|
|
37743
|
+
},
|
|
37744
|
+
"description": "The value of the appearance property"
|
|
37745
|
+
},
|
|
37746
|
+
{
|
|
37747
|
+
"name": "styles",
|
|
37748
|
+
"type": {
|
|
37749
|
+
"text": "ElementStyles"
|
|
37750
|
+
},
|
|
37751
|
+
"description": "The styles to be applied when condition matches"
|
|
37752
|
+
}
|
|
37753
|
+
],
|
|
37754
|
+
"description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
|
|
37755
|
+
"privacy": "public"
|
|
37756
|
+
}
|
|
37757
|
+
],
|
|
37758
|
+
"exports": [
|
|
37759
|
+
{
|
|
37760
|
+
"kind": "js",
|
|
37761
|
+
"name": "appearanceBehavior",
|
|
37762
|
+
"declaration": {
|
|
37763
|
+
"name": "appearanceBehavior",
|
|
37764
|
+
"module": "src/utils/behaviors.ts"
|
|
37765
|
+
}
|
|
37766
|
+
}
|
|
37767
|
+
]
|
|
37768
|
+
},
|
|
37769
|
+
{
|
|
37770
|
+
"kind": "javascript-module",
|
|
37771
|
+
"path": "src/utils/index.ts",
|
|
37772
|
+
"declarations": [],
|
|
37773
|
+
"exports": [
|
|
37774
|
+
{
|
|
37775
|
+
"kind": "js",
|
|
37776
|
+
"name": "*",
|
|
37777
|
+
"declaration": {
|
|
37778
|
+
"name": "*",
|
|
37779
|
+
"package": "./behaviors"
|
|
37780
|
+
}
|
|
37781
|
+
},
|
|
37782
|
+
{
|
|
37783
|
+
"kind": "js",
|
|
37784
|
+
"name": "*",
|
|
37785
|
+
"declaration": {
|
|
37786
|
+
"name": "*",
|
|
37787
|
+
"package": "./logger"
|
|
37788
|
+
}
|
|
37789
|
+
}
|
|
37790
|
+
]
|
|
37791
|
+
},
|
|
37792
|
+
{
|
|
37793
|
+
"kind": "javascript-module",
|
|
37794
|
+
"path": "src/utils/logger.ts",
|
|
37795
|
+
"declarations": [
|
|
37796
|
+
{
|
|
37797
|
+
"kind": "variable",
|
|
37798
|
+
"name": "logger"
|
|
37799
|
+
}
|
|
37800
|
+
],
|
|
37801
|
+
"exports": [
|
|
37802
|
+
{
|
|
37803
|
+
"kind": "js",
|
|
37804
|
+
"name": "logger",
|
|
37805
|
+
"declaration": {
|
|
37806
|
+
"name": "logger",
|
|
37807
|
+
"module": "src/utils/logger.ts"
|
|
37808
|
+
}
|
|
37809
|
+
}
|
|
37810
|
+
]
|
|
37811
|
+
},
|
|
37731
37812
|
{
|
|
37732
37813
|
"kind": "javascript-module",
|
|
37733
37814
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -38029,331 +38110,6 @@
|
|
|
38029
38110
|
}
|
|
38030
38111
|
]
|
|
38031
38112
|
},
|
|
38032
|
-
{
|
|
38033
|
-
"kind": "javascript-module",
|
|
38034
|
-
"path": "src/_config/values/color.ts",
|
|
38035
|
-
"declarations": [
|
|
38036
|
-
{
|
|
38037
|
-
"kind": "variable",
|
|
38038
|
-
"name": "accentPaletteValue"
|
|
38039
|
-
},
|
|
38040
|
-
{
|
|
38041
|
-
"kind": "variable",
|
|
38042
|
-
"name": "neutralPaletteValue"
|
|
38043
|
-
},
|
|
38044
|
-
{
|
|
38045
|
-
"kind": "variable",
|
|
38046
|
-
"name": "baseLayerLuminanceValue"
|
|
38047
|
-
}
|
|
38048
|
-
],
|
|
38049
|
-
"exports": [
|
|
38050
|
-
{
|
|
38051
|
-
"kind": "js",
|
|
38052
|
-
"name": "accentPaletteValue",
|
|
38053
|
-
"declaration": {
|
|
38054
|
-
"name": "accentPaletteValue",
|
|
38055
|
-
"module": "src/_config/values/color.ts"
|
|
38056
|
-
}
|
|
38057
|
-
},
|
|
38058
|
-
{
|
|
38059
|
-
"kind": "js",
|
|
38060
|
-
"name": "neutralPaletteValue",
|
|
38061
|
-
"declaration": {
|
|
38062
|
-
"name": "neutralPaletteValue",
|
|
38063
|
-
"module": "src/_config/values/color.ts"
|
|
38064
|
-
}
|
|
38065
|
-
},
|
|
38066
|
-
{
|
|
38067
|
-
"kind": "js",
|
|
38068
|
-
"name": "baseLayerLuminanceValue",
|
|
38069
|
-
"declaration": {
|
|
38070
|
-
"name": "baseLayerLuminanceValue",
|
|
38071
|
-
"module": "src/_config/values/color.ts"
|
|
38072
|
-
}
|
|
38073
|
-
}
|
|
38074
|
-
]
|
|
38075
|
-
},
|
|
38076
|
-
{
|
|
38077
|
-
"kind": "javascript-module",
|
|
38078
|
-
"path": "src/_config/values/defaults.ts",
|
|
38079
|
-
"declarations": [
|
|
38080
|
-
{
|
|
38081
|
-
"kind": "variable",
|
|
38082
|
-
"name": "designTokens",
|
|
38083
|
-
"type": {
|
|
38084
|
-
"text": "DesignTokensConfig"
|
|
38085
|
-
},
|
|
38086
|
-
"default": "{\n design_tokens: {\n color: {\n accent: {\n $value: accentPaletteValue.source.toColorString(),\n $type: 'color',\n },\n neutral: {\n $value: neutralPaletteValue.source.toColorString(),\n $type: 'color',\n },\n },\n fontFamily: {\n bodyFont: {\n $value: bodyFontValue,\n $type: 'fontFamily',\n },\n },\n typography: {\n baseFontSize: {\n $value: typeRampBaseFontSizeValue,\n $type: 'dimension',\n },\n baseLineHeight: {\n $value: typeRampBaseLineHeightValue,\n $type: 'dimension',\n },\n },\n mode: {\n luminance: {\n $value: baseLayerLuminanceValue,\n $type: 'number',\n },\n },\n style: {\n density: {\n $value: densityValue,\n $type: 'number',\n },\n borderRadius: {\n $value: controlCornerRadiusValue,\n $type: 'number',\n },\n strokeWidth: {\n $value: strokeWidthValue,\n $type: 'number',\n },\n },\n space: {\n designUnit: {\n $value: designUnitValue,\n $type: 'number',\n },\n },\n },\n}"
|
|
38087
|
-
}
|
|
38088
|
-
],
|
|
38089
|
-
"exports": [
|
|
38090
|
-
{
|
|
38091
|
-
"kind": "js",
|
|
38092
|
-
"name": "designTokens",
|
|
38093
|
-
"declaration": {
|
|
38094
|
-
"name": "designTokens",
|
|
38095
|
-
"module": "src/_config/values/defaults.ts"
|
|
38096
|
-
}
|
|
38097
|
-
}
|
|
38098
|
-
]
|
|
38099
|
-
},
|
|
38100
|
-
{
|
|
38101
|
-
"kind": "javascript-module",
|
|
38102
|
-
"path": "src/_config/values/index.ts",
|
|
38103
|
-
"declarations": [],
|
|
38104
|
-
"exports": [
|
|
38105
|
-
{
|
|
38106
|
-
"kind": "js",
|
|
38107
|
-
"name": "*",
|
|
38108
|
-
"declaration": {
|
|
38109
|
-
"name": "*",
|
|
38110
|
-
"package": "./color"
|
|
38111
|
-
}
|
|
38112
|
-
},
|
|
38113
|
-
{
|
|
38114
|
-
"kind": "js",
|
|
38115
|
-
"name": "*",
|
|
38116
|
-
"declaration": {
|
|
38117
|
-
"name": "*",
|
|
38118
|
-
"package": "./misc"
|
|
38119
|
-
}
|
|
38120
|
-
},
|
|
38121
|
-
{
|
|
38122
|
-
"kind": "js",
|
|
38123
|
-
"name": "*",
|
|
38124
|
-
"declaration": {
|
|
38125
|
-
"name": "*",
|
|
38126
|
-
"package": "./sizing"
|
|
38127
|
-
}
|
|
38128
|
-
},
|
|
38129
|
-
{
|
|
38130
|
-
"kind": "js",
|
|
38131
|
-
"name": "*",
|
|
38132
|
-
"declaration": {
|
|
38133
|
-
"name": "*",
|
|
38134
|
-
"package": "./typography"
|
|
38135
|
-
}
|
|
38136
|
-
},
|
|
38137
|
-
{
|
|
38138
|
-
"kind": "js",
|
|
38139
|
-
"name": "*",
|
|
38140
|
-
"declaration": {
|
|
38141
|
-
"name": "*",
|
|
38142
|
-
"package": "./defaults"
|
|
38143
|
-
}
|
|
38144
|
-
}
|
|
38145
|
-
]
|
|
38146
|
-
},
|
|
38147
|
-
{
|
|
38148
|
-
"kind": "javascript-module",
|
|
38149
|
-
"path": "src/_config/values/misc.ts",
|
|
38150
|
-
"declarations": [
|
|
38151
|
-
{
|
|
38152
|
-
"kind": "variable",
|
|
38153
|
-
"name": "directionValue"
|
|
38154
|
-
},
|
|
38155
|
-
{
|
|
38156
|
-
"kind": "variable",
|
|
38157
|
-
"name": "strokeWidthValue"
|
|
38158
|
-
}
|
|
38159
|
-
],
|
|
38160
|
-
"exports": [
|
|
38161
|
-
{
|
|
38162
|
-
"kind": "js",
|
|
38163
|
-
"name": "directionValue",
|
|
38164
|
-
"declaration": {
|
|
38165
|
-
"name": "directionValue",
|
|
38166
|
-
"module": "src/_config/values/misc.ts"
|
|
38167
|
-
}
|
|
38168
|
-
},
|
|
38169
|
-
{
|
|
38170
|
-
"kind": "js",
|
|
38171
|
-
"name": "strokeWidthValue",
|
|
38172
|
-
"declaration": {
|
|
38173
|
-
"name": "strokeWidthValue",
|
|
38174
|
-
"module": "src/_config/values/misc.ts"
|
|
38175
|
-
}
|
|
38176
|
-
}
|
|
38177
|
-
]
|
|
38178
|
-
},
|
|
38179
|
-
{
|
|
38180
|
-
"kind": "javascript-module",
|
|
38181
|
-
"path": "src/_config/values/sizing.ts",
|
|
38182
|
-
"declarations": [
|
|
38183
|
-
{
|
|
38184
|
-
"kind": "variable",
|
|
38185
|
-
"name": "controlCornerRadiusValue",
|
|
38186
|
-
"type": {
|
|
38187
|
-
"text": "number"
|
|
38188
|
-
},
|
|
38189
|
-
"default": "4"
|
|
38190
|
-
},
|
|
38191
|
-
{
|
|
38192
|
-
"kind": "variable",
|
|
38193
|
-
"name": "densityValue"
|
|
38194
|
-
},
|
|
38195
|
-
{
|
|
38196
|
-
"kind": "variable",
|
|
38197
|
-
"name": "designUnitValue",
|
|
38198
|
-
"type": {
|
|
38199
|
-
"text": "number"
|
|
38200
|
-
},
|
|
38201
|
-
"default": "4"
|
|
38202
|
-
}
|
|
38203
|
-
],
|
|
38204
|
-
"exports": [
|
|
38205
|
-
{
|
|
38206
|
-
"kind": "js",
|
|
38207
|
-
"name": "controlCornerRadiusValue",
|
|
38208
|
-
"declaration": {
|
|
38209
|
-
"name": "controlCornerRadiusValue",
|
|
38210
|
-
"module": "src/_config/values/sizing.ts"
|
|
38211
|
-
}
|
|
38212
|
-
},
|
|
38213
|
-
{
|
|
38214
|
-
"kind": "js",
|
|
38215
|
-
"name": "densityValue",
|
|
38216
|
-
"declaration": {
|
|
38217
|
-
"name": "densityValue",
|
|
38218
|
-
"module": "src/_config/values/sizing.ts"
|
|
38219
|
-
}
|
|
38220
|
-
},
|
|
38221
|
-
{
|
|
38222
|
-
"kind": "js",
|
|
38223
|
-
"name": "designUnitValue",
|
|
38224
|
-
"declaration": {
|
|
38225
|
-
"name": "designUnitValue",
|
|
38226
|
-
"module": "src/_config/values/sizing.ts"
|
|
38227
|
-
}
|
|
38228
|
-
}
|
|
38229
|
-
]
|
|
38230
|
-
},
|
|
38231
|
-
{
|
|
38232
|
-
"kind": "javascript-module",
|
|
38233
|
-
"path": "src/_config/values/typography.ts",
|
|
38234
|
-
"declarations": [
|
|
38235
|
-
{
|
|
38236
|
-
"kind": "variable",
|
|
38237
|
-
"name": "bodyFontValue",
|
|
38238
|
-
"default": "robotoFontFamily"
|
|
38239
|
-
},
|
|
38240
|
-
{
|
|
38241
|
-
"kind": "variable",
|
|
38242
|
-
"name": "typeRampBaseFontSizeValue"
|
|
38243
|
-
},
|
|
38244
|
-
{
|
|
38245
|
-
"kind": "variable",
|
|
38246
|
-
"name": "typeRampBaseLineHeightValue"
|
|
38247
|
-
}
|
|
38248
|
-
],
|
|
38249
|
-
"exports": [
|
|
38250
|
-
{
|
|
38251
|
-
"kind": "js",
|
|
38252
|
-
"name": "bodyFontValue",
|
|
38253
|
-
"declaration": {
|
|
38254
|
-
"name": "bodyFontValue",
|
|
38255
|
-
"module": "src/_config/values/typography.ts"
|
|
38256
|
-
}
|
|
38257
|
-
},
|
|
38258
|
-
{
|
|
38259
|
-
"kind": "js",
|
|
38260
|
-
"name": "typeRampBaseFontSizeValue",
|
|
38261
|
-
"declaration": {
|
|
38262
|
-
"name": "typeRampBaseFontSizeValue",
|
|
38263
|
-
"module": "src/_config/values/typography.ts"
|
|
38264
|
-
}
|
|
38265
|
-
},
|
|
38266
|
-
{
|
|
38267
|
-
"kind": "js",
|
|
38268
|
-
"name": "typeRampBaseLineHeightValue",
|
|
38269
|
-
"declaration": {
|
|
38270
|
-
"name": "typeRampBaseLineHeightValue",
|
|
38271
|
-
"module": "src/_config/values/typography.ts"
|
|
38272
|
-
}
|
|
38273
|
-
}
|
|
38274
|
-
]
|
|
38275
|
-
},
|
|
38276
|
-
{
|
|
38277
|
-
"kind": "javascript-module",
|
|
38278
|
-
"path": "src/utils/behaviors.ts",
|
|
38279
|
-
"declarations": [
|
|
38280
|
-
{
|
|
38281
|
-
"kind": "function",
|
|
38282
|
-
"name": "appearanceBehavior",
|
|
38283
|
-
"parameters": [
|
|
38284
|
-
{
|
|
38285
|
-
"name": "value",
|
|
38286
|
-
"type": {
|
|
38287
|
-
"text": "string"
|
|
38288
|
-
},
|
|
38289
|
-
"description": "The value of the appearance property"
|
|
38290
|
-
},
|
|
38291
|
-
{
|
|
38292
|
-
"name": "styles",
|
|
38293
|
-
"type": {
|
|
38294
|
-
"text": "ElementStyles"
|
|
38295
|
-
},
|
|
38296
|
-
"description": "The styles to be applied when condition matches"
|
|
38297
|
-
}
|
|
38298
|
-
],
|
|
38299
|
-
"description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
|
|
38300
|
-
"privacy": "public"
|
|
38301
|
-
}
|
|
38302
|
-
],
|
|
38303
|
-
"exports": [
|
|
38304
|
-
{
|
|
38305
|
-
"kind": "js",
|
|
38306
|
-
"name": "appearanceBehavior",
|
|
38307
|
-
"declaration": {
|
|
38308
|
-
"name": "appearanceBehavior",
|
|
38309
|
-
"module": "src/utils/behaviors.ts"
|
|
38310
|
-
}
|
|
38311
|
-
}
|
|
38312
|
-
]
|
|
38313
|
-
},
|
|
38314
|
-
{
|
|
38315
|
-
"kind": "javascript-module",
|
|
38316
|
-
"path": "src/utils/index.ts",
|
|
38317
|
-
"declarations": [],
|
|
38318
|
-
"exports": [
|
|
38319
|
-
{
|
|
38320
|
-
"kind": "js",
|
|
38321
|
-
"name": "*",
|
|
38322
|
-
"declaration": {
|
|
38323
|
-
"name": "*",
|
|
38324
|
-
"package": "./behaviors"
|
|
38325
|
-
}
|
|
38326
|
-
},
|
|
38327
|
-
{
|
|
38328
|
-
"kind": "js",
|
|
38329
|
-
"name": "*",
|
|
38330
|
-
"declaration": {
|
|
38331
|
-
"name": "*",
|
|
38332
|
-
"package": "./logger"
|
|
38333
|
-
}
|
|
38334
|
-
}
|
|
38335
|
-
]
|
|
38336
|
-
},
|
|
38337
|
-
{
|
|
38338
|
-
"kind": "javascript-module",
|
|
38339
|
-
"path": "src/utils/logger.ts",
|
|
38340
|
-
"declarations": [
|
|
38341
|
-
{
|
|
38342
|
-
"kind": "variable",
|
|
38343
|
-
"name": "logger"
|
|
38344
|
-
}
|
|
38345
|
-
],
|
|
38346
|
-
"exports": [
|
|
38347
|
-
{
|
|
38348
|
-
"kind": "js",
|
|
38349
|
-
"name": "logger",
|
|
38350
|
-
"declaration": {
|
|
38351
|
-
"name": "logger",
|
|
38352
|
-
"module": "src/utils/logger.ts"
|
|
38353
|
-
}
|
|
38354
|
-
}
|
|
38355
|
-
]
|
|
38356
|
-
},
|
|
38357
38113
|
{
|
|
38358
38114
|
"kind": "javascript-module",
|
|
38359
38115
|
"path": "src/_config/tokens/custom.ts",
|
|
@@ -39314,6 +39070,250 @@
|
|
|
39314
39070
|
}
|
|
39315
39071
|
]
|
|
39316
39072
|
},
|
|
39073
|
+
{
|
|
39074
|
+
"kind": "javascript-module",
|
|
39075
|
+
"path": "src/_config/values/color.ts",
|
|
39076
|
+
"declarations": [
|
|
39077
|
+
{
|
|
39078
|
+
"kind": "variable",
|
|
39079
|
+
"name": "accentPaletteValue"
|
|
39080
|
+
},
|
|
39081
|
+
{
|
|
39082
|
+
"kind": "variable",
|
|
39083
|
+
"name": "neutralPaletteValue"
|
|
39084
|
+
},
|
|
39085
|
+
{
|
|
39086
|
+
"kind": "variable",
|
|
39087
|
+
"name": "baseLayerLuminanceValue"
|
|
39088
|
+
}
|
|
39089
|
+
],
|
|
39090
|
+
"exports": [
|
|
39091
|
+
{
|
|
39092
|
+
"kind": "js",
|
|
39093
|
+
"name": "accentPaletteValue",
|
|
39094
|
+
"declaration": {
|
|
39095
|
+
"name": "accentPaletteValue",
|
|
39096
|
+
"module": "src/_config/values/color.ts"
|
|
39097
|
+
}
|
|
39098
|
+
},
|
|
39099
|
+
{
|
|
39100
|
+
"kind": "js",
|
|
39101
|
+
"name": "neutralPaletteValue",
|
|
39102
|
+
"declaration": {
|
|
39103
|
+
"name": "neutralPaletteValue",
|
|
39104
|
+
"module": "src/_config/values/color.ts"
|
|
39105
|
+
}
|
|
39106
|
+
},
|
|
39107
|
+
{
|
|
39108
|
+
"kind": "js",
|
|
39109
|
+
"name": "baseLayerLuminanceValue",
|
|
39110
|
+
"declaration": {
|
|
39111
|
+
"name": "baseLayerLuminanceValue",
|
|
39112
|
+
"module": "src/_config/values/color.ts"
|
|
39113
|
+
}
|
|
39114
|
+
}
|
|
39115
|
+
]
|
|
39116
|
+
},
|
|
39117
|
+
{
|
|
39118
|
+
"kind": "javascript-module",
|
|
39119
|
+
"path": "src/_config/values/defaults.ts",
|
|
39120
|
+
"declarations": [
|
|
39121
|
+
{
|
|
39122
|
+
"kind": "variable",
|
|
39123
|
+
"name": "designTokens",
|
|
39124
|
+
"type": {
|
|
39125
|
+
"text": "DesignTokensConfig"
|
|
39126
|
+
},
|
|
39127
|
+
"default": "{\n design_tokens: {\n color: {\n accent: {\n $value: accentPaletteValue.source.toColorString(),\n $type: 'color',\n },\n neutral: {\n $value: neutralPaletteValue.source.toColorString(),\n $type: 'color',\n },\n },\n fontFamily: {\n bodyFont: {\n $value: bodyFontValue,\n $type: 'fontFamily',\n },\n },\n typography: {\n baseFontSize: {\n $value: typeRampBaseFontSizeValue,\n $type: 'dimension',\n },\n baseLineHeight: {\n $value: typeRampBaseLineHeightValue,\n $type: 'dimension',\n },\n },\n mode: {\n luminance: {\n $value: baseLayerLuminanceValue,\n $type: 'number',\n },\n },\n style: {\n density: {\n $value: densityValue,\n $type: 'number',\n },\n borderRadius: {\n $value: controlCornerRadiusValue,\n $type: 'number',\n },\n strokeWidth: {\n $value: strokeWidthValue,\n $type: 'number',\n },\n },\n space: {\n designUnit: {\n $value: designUnitValue,\n $type: 'number',\n },\n },\n },\n}"
|
|
39128
|
+
}
|
|
39129
|
+
],
|
|
39130
|
+
"exports": [
|
|
39131
|
+
{
|
|
39132
|
+
"kind": "js",
|
|
39133
|
+
"name": "designTokens",
|
|
39134
|
+
"declaration": {
|
|
39135
|
+
"name": "designTokens",
|
|
39136
|
+
"module": "src/_config/values/defaults.ts"
|
|
39137
|
+
}
|
|
39138
|
+
}
|
|
39139
|
+
]
|
|
39140
|
+
},
|
|
39141
|
+
{
|
|
39142
|
+
"kind": "javascript-module",
|
|
39143
|
+
"path": "src/_config/values/index.ts",
|
|
39144
|
+
"declarations": [],
|
|
39145
|
+
"exports": [
|
|
39146
|
+
{
|
|
39147
|
+
"kind": "js",
|
|
39148
|
+
"name": "*",
|
|
39149
|
+
"declaration": {
|
|
39150
|
+
"name": "*",
|
|
39151
|
+
"package": "./color"
|
|
39152
|
+
}
|
|
39153
|
+
},
|
|
39154
|
+
{
|
|
39155
|
+
"kind": "js",
|
|
39156
|
+
"name": "*",
|
|
39157
|
+
"declaration": {
|
|
39158
|
+
"name": "*",
|
|
39159
|
+
"package": "./misc"
|
|
39160
|
+
}
|
|
39161
|
+
},
|
|
39162
|
+
{
|
|
39163
|
+
"kind": "js",
|
|
39164
|
+
"name": "*",
|
|
39165
|
+
"declaration": {
|
|
39166
|
+
"name": "*",
|
|
39167
|
+
"package": "./sizing"
|
|
39168
|
+
}
|
|
39169
|
+
},
|
|
39170
|
+
{
|
|
39171
|
+
"kind": "js",
|
|
39172
|
+
"name": "*",
|
|
39173
|
+
"declaration": {
|
|
39174
|
+
"name": "*",
|
|
39175
|
+
"package": "./typography"
|
|
39176
|
+
}
|
|
39177
|
+
},
|
|
39178
|
+
{
|
|
39179
|
+
"kind": "js",
|
|
39180
|
+
"name": "*",
|
|
39181
|
+
"declaration": {
|
|
39182
|
+
"name": "*",
|
|
39183
|
+
"package": "./defaults"
|
|
39184
|
+
}
|
|
39185
|
+
}
|
|
39186
|
+
]
|
|
39187
|
+
},
|
|
39188
|
+
{
|
|
39189
|
+
"kind": "javascript-module",
|
|
39190
|
+
"path": "src/_config/values/misc.ts",
|
|
39191
|
+
"declarations": [
|
|
39192
|
+
{
|
|
39193
|
+
"kind": "variable",
|
|
39194
|
+
"name": "directionValue"
|
|
39195
|
+
},
|
|
39196
|
+
{
|
|
39197
|
+
"kind": "variable",
|
|
39198
|
+
"name": "strokeWidthValue"
|
|
39199
|
+
}
|
|
39200
|
+
],
|
|
39201
|
+
"exports": [
|
|
39202
|
+
{
|
|
39203
|
+
"kind": "js",
|
|
39204
|
+
"name": "directionValue",
|
|
39205
|
+
"declaration": {
|
|
39206
|
+
"name": "directionValue",
|
|
39207
|
+
"module": "src/_config/values/misc.ts"
|
|
39208
|
+
}
|
|
39209
|
+
},
|
|
39210
|
+
{
|
|
39211
|
+
"kind": "js",
|
|
39212
|
+
"name": "strokeWidthValue",
|
|
39213
|
+
"declaration": {
|
|
39214
|
+
"name": "strokeWidthValue",
|
|
39215
|
+
"module": "src/_config/values/misc.ts"
|
|
39216
|
+
}
|
|
39217
|
+
}
|
|
39218
|
+
]
|
|
39219
|
+
},
|
|
39220
|
+
{
|
|
39221
|
+
"kind": "javascript-module",
|
|
39222
|
+
"path": "src/_config/values/sizing.ts",
|
|
39223
|
+
"declarations": [
|
|
39224
|
+
{
|
|
39225
|
+
"kind": "variable",
|
|
39226
|
+
"name": "controlCornerRadiusValue",
|
|
39227
|
+
"type": {
|
|
39228
|
+
"text": "number"
|
|
39229
|
+
},
|
|
39230
|
+
"default": "4"
|
|
39231
|
+
},
|
|
39232
|
+
{
|
|
39233
|
+
"kind": "variable",
|
|
39234
|
+
"name": "densityValue"
|
|
39235
|
+
},
|
|
39236
|
+
{
|
|
39237
|
+
"kind": "variable",
|
|
39238
|
+
"name": "designUnitValue",
|
|
39239
|
+
"type": {
|
|
39240
|
+
"text": "number"
|
|
39241
|
+
},
|
|
39242
|
+
"default": "4"
|
|
39243
|
+
}
|
|
39244
|
+
],
|
|
39245
|
+
"exports": [
|
|
39246
|
+
{
|
|
39247
|
+
"kind": "js",
|
|
39248
|
+
"name": "controlCornerRadiusValue",
|
|
39249
|
+
"declaration": {
|
|
39250
|
+
"name": "controlCornerRadiusValue",
|
|
39251
|
+
"module": "src/_config/values/sizing.ts"
|
|
39252
|
+
}
|
|
39253
|
+
},
|
|
39254
|
+
{
|
|
39255
|
+
"kind": "js",
|
|
39256
|
+
"name": "densityValue",
|
|
39257
|
+
"declaration": {
|
|
39258
|
+
"name": "densityValue",
|
|
39259
|
+
"module": "src/_config/values/sizing.ts"
|
|
39260
|
+
}
|
|
39261
|
+
},
|
|
39262
|
+
{
|
|
39263
|
+
"kind": "js",
|
|
39264
|
+
"name": "designUnitValue",
|
|
39265
|
+
"declaration": {
|
|
39266
|
+
"name": "designUnitValue",
|
|
39267
|
+
"module": "src/_config/values/sizing.ts"
|
|
39268
|
+
}
|
|
39269
|
+
}
|
|
39270
|
+
]
|
|
39271
|
+
},
|
|
39272
|
+
{
|
|
39273
|
+
"kind": "javascript-module",
|
|
39274
|
+
"path": "src/_config/values/typography.ts",
|
|
39275
|
+
"declarations": [
|
|
39276
|
+
{
|
|
39277
|
+
"kind": "variable",
|
|
39278
|
+
"name": "bodyFontValue",
|
|
39279
|
+
"default": "robotoFontFamily"
|
|
39280
|
+
},
|
|
39281
|
+
{
|
|
39282
|
+
"kind": "variable",
|
|
39283
|
+
"name": "typeRampBaseFontSizeValue"
|
|
39284
|
+
},
|
|
39285
|
+
{
|
|
39286
|
+
"kind": "variable",
|
|
39287
|
+
"name": "typeRampBaseLineHeightValue"
|
|
39288
|
+
}
|
|
39289
|
+
],
|
|
39290
|
+
"exports": [
|
|
39291
|
+
{
|
|
39292
|
+
"kind": "js",
|
|
39293
|
+
"name": "bodyFontValue",
|
|
39294
|
+
"declaration": {
|
|
39295
|
+
"name": "bodyFontValue",
|
|
39296
|
+
"module": "src/_config/values/typography.ts"
|
|
39297
|
+
}
|
|
39298
|
+
},
|
|
39299
|
+
{
|
|
39300
|
+
"kind": "js",
|
|
39301
|
+
"name": "typeRampBaseFontSizeValue",
|
|
39302
|
+
"declaration": {
|
|
39303
|
+
"name": "typeRampBaseFontSizeValue",
|
|
39304
|
+
"module": "src/_config/values/typography.ts"
|
|
39305
|
+
}
|
|
39306
|
+
},
|
|
39307
|
+
{
|
|
39308
|
+
"kind": "js",
|
|
39309
|
+
"name": "typeRampBaseLineHeightValue",
|
|
39310
|
+
"declaration": {
|
|
39311
|
+
"name": "typeRampBaseLineHeightValue",
|
|
39312
|
+
"module": "src/_config/values/typography.ts"
|
|
39313
|
+
}
|
|
39314
|
+
}
|
|
39315
|
+
]
|
|
39316
|
+
},
|
|
39317
39317
|
{
|
|
39318
39318
|
"kind": "javascript-module",
|
|
39319
39319
|
"path": "src/dialog/styles/colors.ts",
|
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.173.
|
|
4
|
+
"version": "14.173.3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
|
|
70
|
-
"@genesislcap/genx": "14.173.
|
|
71
|
-
"@genesislcap/rollup-builder": "14.173.
|
|
72
|
-
"@genesislcap/ts-builder": "14.173.
|
|
73
|
-
"@genesislcap/uvu-playwright-builder": "14.173.
|
|
74
|
-
"@genesislcap/vite-builder": "14.173.
|
|
75
|
-
"@genesislcap/webpack-builder": "14.173.
|
|
70
|
+
"@genesislcap/genx": "14.173.3",
|
|
71
|
+
"@genesislcap/rollup-builder": "14.173.3",
|
|
72
|
+
"@genesislcap/ts-builder": "14.173.3",
|
|
73
|
+
"@genesislcap/uvu-playwright-builder": "14.173.3",
|
|
74
|
+
"@genesislcap/vite-builder": "14.173.3",
|
|
75
|
+
"@genesislcap/webpack-builder": "14.173.3",
|
|
76
76
|
"@storybook/addon-coverage": "^1.0.1",
|
|
77
77
|
"@storybook/addon-essentials": "^8.0.0",
|
|
78
78
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
"storybook": "^8.0.0"
|
|
90
90
|
},
|
|
91
91
|
"dependencies": {
|
|
92
|
-
"@genesislcap/foundation-comms": "14.173.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.173.
|
|
94
|
-
"@genesislcap/foundation-ui": "14.173.
|
|
95
|
-
"@genesislcap/foundation-utils": "14.173.
|
|
92
|
+
"@genesislcap/foundation-comms": "14.173.3",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.173.3",
|
|
94
|
+
"@genesislcap/foundation-ui": "14.173.3",
|
|
95
|
+
"@genesislcap/foundation-utils": "14.173.3",
|
|
96
96
|
"@microsoft/fast-colors": "^5.3.1",
|
|
97
97
|
"@microsoft/fast-components": "^2.30.6",
|
|
98
98
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "0bdb1299f8a0357337b96c114401a8bb84f92d36"
|
|
113
113
|
}
|