@genesislcap/foundation-zero 14.144.1 → 14.144.2-alpha-d5a1f36.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.
@@ -847,194 +847,6 @@
847
847
  }
848
848
  ]
849
849
  },
850
- {
851
- "kind": "javascript-module",
852
- "path": "src/accordion/accordion.stories.ts",
853
- "declarations": [
854
- {
855
- "kind": "variable",
856
- "name": "meta",
857
- "type": {
858
- "text": "Meta"
859
- },
860
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
861
- },
862
- {
863
- "kind": "variable",
864
- "name": "Primary",
865
- "type": {
866
- "text": "StoryObj"
867
- },
868
- "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}"
869
- }
870
- ],
871
- "exports": [
872
- {
873
- "kind": "js",
874
- "name": "default",
875
- "declaration": {
876
- "name": "meta",
877
- "module": "src/accordion/accordion.stories.ts"
878
- }
879
- },
880
- {
881
- "kind": "js",
882
- "name": "Primary",
883
- "declaration": {
884
- "name": "Primary",
885
- "module": "src/accordion/accordion.stories.ts"
886
- }
887
- }
888
- ]
889
- },
890
- {
891
- "kind": "javascript-module",
892
- "path": "src/accordion/accordion.styles.ts",
893
- "declarations": [
894
- {
895
- "kind": "function",
896
- "name": "zeroAccordionStyles",
897
- "return": {
898
- "type": {
899
- "text": "ElementStyles"
900
- }
901
- },
902
- "parameters": [
903
- {
904
- "name": "context",
905
- "type": {
906
- "text": "ElementDefinitionContext"
907
- }
908
- },
909
- {
910
- "name": "definition",
911
- "type": {
912
- "text": "FoundationElementDefinition"
913
- }
914
- }
915
- ]
916
- }
917
- ],
918
- "exports": [
919
- {
920
- "kind": "js",
921
- "name": "zeroAccordionStyles",
922
- "declaration": {
923
- "name": "zeroAccordionStyles",
924
- "module": "src/accordion/accordion.styles.ts"
925
- }
926
- }
927
- ]
928
- },
929
- {
930
- "kind": "javascript-module",
931
- "path": "src/accordion/accordion.template.ts",
932
- "declarations": [
933
- {
934
- "kind": "function",
935
- "name": "zeroAccordionTemplate",
936
- "return": {
937
- "type": {
938
- "text": "ViewTemplate<Accordion>"
939
- }
940
- },
941
- "parameters": [
942
- {
943
- "name": "context",
944
- "type": {
945
- "text": "ElementDefinitionContext"
946
- }
947
- },
948
- {
949
- "name": "definition",
950
- "type": {
951
- "text": "FoundationElementDefinition"
952
- }
953
- }
954
- ]
955
- }
956
- ],
957
- "exports": [
958
- {
959
- "kind": "js",
960
- "name": "zeroAccordionTemplate",
961
- "declaration": {
962
- "name": "zeroAccordionTemplate",
963
- "module": "src/accordion/accordion.template.ts"
964
- }
965
- }
966
- ]
967
- },
968
- {
969
- "kind": "javascript-module",
970
- "path": "src/accordion/accordion.ts",
971
- "declarations": [
972
- {
973
- "kind": "class",
974
- "description": "",
975
- "name": "Accordion",
976
- "superclass": {
977
- "name": "FoundationAccordion",
978
- "package": "@genesislcap/foundation-ui"
979
- },
980
- "tagName": "%%prefix%%-card",
981
- "customElement": true
982
- },
983
- {
984
- "kind": "variable",
985
- "name": "zeroAccordion"
986
- }
987
- ],
988
- "exports": [
989
- {
990
- "kind": "js",
991
- "name": "Accordion",
992
- "declaration": {
993
- "name": "Accordion",
994
- "module": "src/accordion/accordion.ts"
995
- }
996
- },
997
- {
998
- "kind": "js",
999
- "name": "zeroAccordion",
1000
- "declaration": {
1001
- "name": "zeroAccordion",
1002
- "module": "src/accordion/accordion.ts"
1003
- }
1004
- }
1005
- ]
1006
- },
1007
- {
1008
- "kind": "javascript-module",
1009
- "path": "src/accordion/index.ts",
1010
- "declarations": [],
1011
- "exports": [
1012
- {
1013
- "kind": "js",
1014
- "name": "*",
1015
- "declaration": {
1016
- "name": "*",
1017
- "package": "./accordion"
1018
- }
1019
- },
1020
- {
1021
- "kind": "js",
1022
- "name": "*",
1023
- "declaration": {
1024
- "name": "*",
1025
- "package": "./accordion.styles"
1026
- }
1027
- },
1028
- {
1029
- "kind": "js",
1030
- "name": "*",
1031
- "declaration": {
1032
- "name": "*",
1033
- "package": "./accordion.template"
1034
- }
1035
- }
1036
- ]
1037
- },
1038
850
  {
1039
851
  "kind": "javascript-module",
1040
852
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1395,6 +1207,194 @@
1395
1207
  }
1396
1208
  ]
1397
1209
  },
1210
+ {
1211
+ "kind": "javascript-module",
1212
+ "path": "src/accordion/accordion.stories.ts",
1213
+ "declarations": [
1214
+ {
1215
+ "kind": "variable",
1216
+ "name": "meta",
1217
+ "type": {
1218
+ "text": "Meta"
1219
+ },
1220
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1221
+ },
1222
+ {
1223
+ "kind": "variable",
1224
+ "name": "Primary",
1225
+ "type": {
1226
+ "text": "StoryObj"
1227
+ },
1228
+ "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}"
1229
+ }
1230
+ ],
1231
+ "exports": [
1232
+ {
1233
+ "kind": "js",
1234
+ "name": "default",
1235
+ "declaration": {
1236
+ "name": "meta",
1237
+ "module": "src/accordion/accordion.stories.ts"
1238
+ }
1239
+ },
1240
+ {
1241
+ "kind": "js",
1242
+ "name": "Primary",
1243
+ "declaration": {
1244
+ "name": "Primary",
1245
+ "module": "src/accordion/accordion.stories.ts"
1246
+ }
1247
+ }
1248
+ ]
1249
+ },
1250
+ {
1251
+ "kind": "javascript-module",
1252
+ "path": "src/accordion/accordion.styles.ts",
1253
+ "declarations": [
1254
+ {
1255
+ "kind": "function",
1256
+ "name": "zeroAccordionStyles",
1257
+ "return": {
1258
+ "type": {
1259
+ "text": "ElementStyles"
1260
+ }
1261
+ },
1262
+ "parameters": [
1263
+ {
1264
+ "name": "context",
1265
+ "type": {
1266
+ "text": "ElementDefinitionContext"
1267
+ }
1268
+ },
1269
+ {
1270
+ "name": "definition",
1271
+ "type": {
1272
+ "text": "FoundationElementDefinition"
1273
+ }
1274
+ }
1275
+ ]
1276
+ }
1277
+ ],
1278
+ "exports": [
1279
+ {
1280
+ "kind": "js",
1281
+ "name": "zeroAccordionStyles",
1282
+ "declaration": {
1283
+ "name": "zeroAccordionStyles",
1284
+ "module": "src/accordion/accordion.styles.ts"
1285
+ }
1286
+ }
1287
+ ]
1288
+ },
1289
+ {
1290
+ "kind": "javascript-module",
1291
+ "path": "src/accordion/accordion.template.ts",
1292
+ "declarations": [
1293
+ {
1294
+ "kind": "function",
1295
+ "name": "zeroAccordionTemplate",
1296
+ "return": {
1297
+ "type": {
1298
+ "text": "ViewTemplate<Accordion>"
1299
+ }
1300
+ },
1301
+ "parameters": [
1302
+ {
1303
+ "name": "context",
1304
+ "type": {
1305
+ "text": "ElementDefinitionContext"
1306
+ }
1307
+ },
1308
+ {
1309
+ "name": "definition",
1310
+ "type": {
1311
+ "text": "FoundationElementDefinition"
1312
+ }
1313
+ }
1314
+ ]
1315
+ }
1316
+ ],
1317
+ "exports": [
1318
+ {
1319
+ "kind": "js",
1320
+ "name": "zeroAccordionTemplate",
1321
+ "declaration": {
1322
+ "name": "zeroAccordionTemplate",
1323
+ "module": "src/accordion/accordion.template.ts"
1324
+ }
1325
+ }
1326
+ ]
1327
+ },
1328
+ {
1329
+ "kind": "javascript-module",
1330
+ "path": "src/accordion/accordion.ts",
1331
+ "declarations": [
1332
+ {
1333
+ "kind": "class",
1334
+ "description": "",
1335
+ "name": "Accordion",
1336
+ "superclass": {
1337
+ "name": "FoundationAccordion",
1338
+ "package": "@genesislcap/foundation-ui"
1339
+ },
1340
+ "tagName": "%%prefix%%-card",
1341
+ "customElement": true
1342
+ },
1343
+ {
1344
+ "kind": "variable",
1345
+ "name": "zeroAccordion"
1346
+ }
1347
+ ],
1348
+ "exports": [
1349
+ {
1350
+ "kind": "js",
1351
+ "name": "Accordion",
1352
+ "declaration": {
1353
+ "name": "Accordion",
1354
+ "module": "src/accordion/accordion.ts"
1355
+ }
1356
+ },
1357
+ {
1358
+ "kind": "js",
1359
+ "name": "zeroAccordion",
1360
+ "declaration": {
1361
+ "name": "zeroAccordion",
1362
+ "module": "src/accordion/accordion.ts"
1363
+ }
1364
+ }
1365
+ ]
1366
+ },
1367
+ {
1368
+ "kind": "javascript-module",
1369
+ "path": "src/accordion/index.ts",
1370
+ "declarations": [],
1371
+ "exports": [
1372
+ {
1373
+ "kind": "js",
1374
+ "name": "*",
1375
+ "declaration": {
1376
+ "name": "*",
1377
+ "package": "./accordion"
1378
+ }
1379
+ },
1380
+ {
1381
+ "kind": "js",
1382
+ "name": "*",
1383
+ "declaration": {
1384
+ "name": "*",
1385
+ "package": "./accordion.styles"
1386
+ }
1387
+ },
1388
+ {
1389
+ "kind": "js",
1390
+ "name": "*",
1391
+ "declaration": {
1392
+ "name": "*",
1393
+ "package": "./accordion.template"
1394
+ }
1395
+ }
1396
+ ]
1397
+ },
1398
1398
  {
1399
1399
  "kind": "javascript-module",
1400
1400
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -35750,6 +35750,388 @@
35750
35750
  }
35751
35751
  ]
35752
35752
  },
35753
+ {
35754
+ "kind": "javascript-module",
35755
+ "path": "src/utils/behaviors.ts",
35756
+ "declarations": [
35757
+ {
35758
+ "kind": "function",
35759
+ "name": "appearanceBehavior",
35760
+ "parameters": [
35761
+ {
35762
+ "name": "value",
35763
+ "type": {
35764
+ "text": "string"
35765
+ },
35766
+ "description": "The value of the appearance property"
35767
+ },
35768
+ {
35769
+ "name": "styles",
35770
+ "type": {
35771
+ "text": "ElementStyles"
35772
+ },
35773
+ "description": "The styles to be applied when condition matches"
35774
+ }
35775
+ ],
35776
+ "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
35777
+ "privacy": "public"
35778
+ }
35779
+ ],
35780
+ "exports": [
35781
+ {
35782
+ "kind": "js",
35783
+ "name": "appearanceBehavior",
35784
+ "declaration": {
35785
+ "name": "appearanceBehavior",
35786
+ "module": "src/utils/behaviors.ts"
35787
+ }
35788
+ }
35789
+ ]
35790
+ },
35791
+ {
35792
+ "kind": "javascript-module",
35793
+ "path": "src/utils/index.ts",
35794
+ "declarations": [],
35795
+ "exports": [
35796
+ {
35797
+ "kind": "js",
35798
+ "name": "*",
35799
+ "declaration": {
35800
+ "name": "*",
35801
+ "package": "./behaviors"
35802
+ }
35803
+ },
35804
+ {
35805
+ "kind": "js",
35806
+ "name": "*",
35807
+ "declaration": {
35808
+ "name": "*",
35809
+ "package": "./logger"
35810
+ }
35811
+ }
35812
+ ]
35813
+ },
35814
+ {
35815
+ "kind": "javascript-module",
35816
+ "path": "src/utils/logger.ts",
35817
+ "declarations": [
35818
+ {
35819
+ "kind": "variable",
35820
+ "name": "logger"
35821
+ }
35822
+ ],
35823
+ "exports": [
35824
+ {
35825
+ "kind": "js",
35826
+ "name": "logger",
35827
+ "declaration": {
35828
+ "name": "logger",
35829
+ "module": "src/utils/logger.ts"
35830
+ }
35831
+ }
35832
+ ]
35833
+ },
35834
+ {
35835
+ "kind": "javascript-module",
35836
+ "path": "src/_config/styles/colors.ts",
35837
+ "declarations": [
35838
+ {
35839
+ "kind": "function",
35840
+ "name": "whiteWebRGBA",
35841
+ "parameters": [
35842
+ {
35843
+ "name": "alpha",
35844
+ "default": "1.0",
35845
+ "type": {
35846
+ "text": "number"
35847
+ }
35848
+ }
35849
+ ]
35850
+ },
35851
+ {
35852
+ "kind": "function",
35853
+ "name": "blackWebRGBA",
35854
+ "parameters": [
35855
+ {
35856
+ "name": "alpha",
35857
+ "default": "1.0",
35858
+ "type": {
35859
+ "text": "number"
35860
+ }
35861
+ }
35862
+ ]
35863
+ },
35864
+ {
35865
+ "kind": "variable",
35866
+ "name": "rapidDefaultFillColor"
35867
+ },
35868
+ {
35869
+ "kind": "variable",
35870
+ "name": "rapidDefaultCardFillColor"
35871
+ },
35872
+ {
35873
+ "kind": "variable",
35874
+ "name": "rapidDefaultCardPalette"
35875
+ },
35876
+ {
35877
+ "kind": "function",
35878
+ "name": "primaryBlueWebRGBA",
35879
+ "parameters": [
35880
+ {
35881
+ "name": "alpha",
35882
+ "default": "1.0",
35883
+ "type": {
35884
+ "text": "number"
35885
+ }
35886
+ }
35887
+ ]
35888
+ },
35889
+ {
35890
+ "kind": "variable",
35891
+ "name": "accentBlueSwatch"
35892
+ },
35893
+ {
35894
+ "kind": "variable",
35895
+ "name": "accentBluePalette"
35896
+ },
35897
+ {
35898
+ "kind": "function",
35899
+ "name": "primaryPurpleWebRGBA",
35900
+ "parameters": [
35901
+ {
35902
+ "name": "alpha",
35903
+ "default": "1.0",
35904
+ "type": {
35905
+ "text": "number"
35906
+ }
35907
+ }
35908
+ ]
35909
+ },
35910
+ {
35911
+ "kind": "function",
35912
+ "name": "secondaryOrangeWebRGBA",
35913
+ "parameters": [
35914
+ {
35915
+ "name": "alpha",
35916
+ "default": "1.0",
35917
+ "type": {
35918
+ "text": "number"
35919
+ }
35920
+ }
35921
+ ]
35922
+ },
35923
+ {
35924
+ "kind": "function",
35925
+ "name": "secondaryTealWebRGBA",
35926
+ "parameters": [
35927
+ {
35928
+ "name": "alpha",
35929
+ "default": "1.0",
35930
+ "type": {
35931
+ "text": "number"
35932
+ }
35933
+ }
35934
+ ]
35935
+ },
35936
+ {
35937
+ "kind": "function",
35938
+ "name": "longGreenWebRGBA",
35939
+ "parameters": [
35940
+ {
35941
+ "name": "alpha",
35942
+ "default": "1.0",
35943
+ "type": {
35944
+ "text": "number"
35945
+ }
35946
+ }
35947
+ ]
35948
+ },
35949
+ {
35950
+ "kind": "function",
35951
+ "name": "shortPinkWebRGBA",
35952
+ "parameters": [
35953
+ {
35954
+ "name": "alpha",
35955
+ "default": "1.0",
35956
+ "type": {
35957
+ "text": "number"
35958
+ }
35959
+ }
35960
+ ]
35961
+ },
35962
+ {
35963
+ "kind": "function",
35964
+ "name": "warningYellowWebRGBA",
35965
+ "parameters": [
35966
+ {
35967
+ "name": "alpha",
35968
+ "default": "1.0",
35969
+ "type": {
35970
+ "text": "number"
35971
+ }
35972
+ }
35973
+ ]
35974
+ },
35975
+ {
35976
+ "kind": "function",
35977
+ "name": "chartPinkWebRGBA",
35978
+ "parameters": [
35979
+ {
35980
+ "name": "alpha",
35981
+ "default": "1.0",
35982
+ "type": {
35983
+ "text": "number"
35984
+ }
35985
+ }
35986
+ ]
35987
+ }
35988
+ ],
35989
+ "exports": [
35990
+ {
35991
+ "kind": "js",
35992
+ "name": "whiteWebRGBA",
35993
+ "declaration": {
35994
+ "name": "whiteWebRGBA",
35995
+ "module": "src/_config/styles/colors.ts"
35996
+ }
35997
+ },
35998
+ {
35999
+ "kind": "js",
36000
+ "name": "blackWebRGBA",
36001
+ "declaration": {
36002
+ "name": "blackWebRGBA",
36003
+ "module": "src/_config/styles/colors.ts"
36004
+ }
36005
+ },
36006
+ {
36007
+ "kind": "js",
36008
+ "name": "rapidDefaultFillColor",
36009
+ "declaration": {
36010
+ "name": "rapidDefaultFillColor",
36011
+ "module": "src/_config/styles/colors.ts"
36012
+ }
36013
+ },
36014
+ {
36015
+ "kind": "js",
36016
+ "name": "rapidDefaultCardFillColor",
36017
+ "declaration": {
36018
+ "name": "rapidDefaultCardFillColor",
36019
+ "module": "src/_config/styles/colors.ts"
36020
+ }
36021
+ },
36022
+ {
36023
+ "kind": "js",
36024
+ "name": "rapidDefaultCardPalette",
36025
+ "declaration": {
36026
+ "name": "rapidDefaultCardPalette",
36027
+ "module": "src/_config/styles/colors.ts"
36028
+ }
36029
+ },
36030
+ {
36031
+ "kind": "js",
36032
+ "name": "primaryBlueWebRGBA",
36033
+ "declaration": {
36034
+ "name": "primaryBlueWebRGBA",
36035
+ "module": "src/_config/styles/colors.ts"
36036
+ }
36037
+ },
36038
+ {
36039
+ "kind": "js",
36040
+ "name": "accentBlueSwatch",
36041
+ "declaration": {
36042
+ "name": "accentBlueSwatch",
36043
+ "module": "src/_config/styles/colors.ts"
36044
+ }
36045
+ },
36046
+ {
36047
+ "kind": "js",
36048
+ "name": "accentBluePalette",
36049
+ "declaration": {
36050
+ "name": "accentBluePalette",
36051
+ "module": "src/_config/styles/colors.ts"
36052
+ }
36053
+ },
36054
+ {
36055
+ "kind": "js",
36056
+ "name": "primaryPurpleWebRGBA",
36057
+ "declaration": {
36058
+ "name": "primaryPurpleWebRGBA",
36059
+ "module": "src/_config/styles/colors.ts"
36060
+ }
36061
+ },
36062
+ {
36063
+ "kind": "js",
36064
+ "name": "secondaryOrangeWebRGBA",
36065
+ "declaration": {
36066
+ "name": "secondaryOrangeWebRGBA",
36067
+ "module": "src/_config/styles/colors.ts"
36068
+ }
36069
+ },
36070
+ {
36071
+ "kind": "js",
36072
+ "name": "secondaryTealWebRGBA",
36073
+ "declaration": {
36074
+ "name": "secondaryTealWebRGBA",
36075
+ "module": "src/_config/styles/colors.ts"
36076
+ }
36077
+ },
36078
+ {
36079
+ "kind": "js",
36080
+ "name": "longGreenWebRGBA",
36081
+ "declaration": {
36082
+ "name": "longGreenWebRGBA",
36083
+ "module": "src/_config/styles/colors.ts"
36084
+ }
36085
+ },
36086
+ {
36087
+ "kind": "js",
36088
+ "name": "shortPinkWebRGBA",
36089
+ "declaration": {
36090
+ "name": "shortPinkWebRGBA",
36091
+ "module": "src/_config/styles/colors.ts"
36092
+ }
36093
+ },
36094
+ {
36095
+ "kind": "js",
36096
+ "name": "warningYellowWebRGBA",
36097
+ "declaration": {
36098
+ "name": "warningYellowWebRGBA",
36099
+ "module": "src/_config/styles/colors.ts"
36100
+ }
36101
+ },
36102
+ {
36103
+ "kind": "js",
36104
+ "name": "chartPinkWebRGBA",
36105
+ "declaration": {
36106
+ "name": "chartPinkWebRGBA",
36107
+ "module": "src/_config/styles/colors.ts"
36108
+ }
36109
+ }
36110
+ ]
36111
+ },
36112
+ {
36113
+ "kind": "javascript-module",
36114
+ "path": "src/_config/styles/index.ts",
36115
+ "declarations": [],
36116
+ "exports": [
36117
+ {
36118
+ "kind": "js",
36119
+ "name": "*",
36120
+ "declaration": {
36121
+ "name": "*",
36122
+ "package": "./colors"
36123
+ }
36124
+ },
36125
+ {
36126
+ "kind": "js",
36127
+ "name": "*",
36128
+ "declaration": {
36129
+ "name": "*",
36130
+ "package": "./external/roboto-font"
36131
+ }
36132
+ }
36133
+ ]
36134
+ },
35753
36135
  {
35754
36136
  "kind": "javascript-module",
35755
36137
  "path": "src/url-input/index.ts",
@@ -36473,388 +36855,6 @@
36473
36855
  }
36474
36856
  ]
36475
36857
  },
36476
- {
36477
- "kind": "javascript-module",
36478
- "path": "src/utils/behaviors.ts",
36479
- "declarations": [
36480
- {
36481
- "kind": "function",
36482
- "name": "appearanceBehavior",
36483
- "parameters": [
36484
- {
36485
- "name": "value",
36486
- "type": {
36487
- "text": "string"
36488
- },
36489
- "description": "The value of the appearance property"
36490
- },
36491
- {
36492
- "name": "styles",
36493
- "type": {
36494
- "text": "ElementStyles"
36495
- },
36496
- "description": "The styles to be applied when condition matches"
36497
- }
36498
- ],
36499
- "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
36500
- "privacy": "public"
36501
- }
36502
- ],
36503
- "exports": [
36504
- {
36505
- "kind": "js",
36506
- "name": "appearanceBehavior",
36507
- "declaration": {
36508
- "name": "appearanceBehavior",
36509
- "module": "src/utils/behaviors.ts"
36510
- }
36511
- }
36512
- ]
36513
- },
36514
- {
36515
- "kind": "javascript-module",
36516
- "path": "src/utils/index.ts",
36517
- "declarations": [],
36518
- "exports": [
36519
- {
36520
- "kind": "js",
36521
- "name": "*",
36522
- "declaration": {
36523
- "name": "*",
36524
- "package": "./behaviors"
36525
- }
36526
- },
36527
- {
36528
- "kind": "js",
36529
- "name": "*",
36530
- "declaration": {
36531
- "name": "*",
36532
- "package": "./logger"
36533
- }
36534
- }
36535
- ]
36536
- },
36537
- {
36538
- "kind": "javascript-module",
36539
- "path": "src/utils/logger.ts",
36540
- "declarations": [
36541
- {
36542
- "kind": "variable",
36543
- "name": "logger"
36544
- }
36545
- ],
36546
- "exports": [
36547
- {
36548
- "kind": "js",
36549
- "name": "logger",
36550
- "declaration": {
36551
- "name": "logger",
36552
- "module": "src/utils/logger.ts"
36553
- }
36554
- }
36555
- ]
36556
- },
36557
- {
36558
- "kind": "javascript-module",
36559
- "path": "src/_config/styles/colors.ts",
36560
- "declarations": [
36561
- {
36562
- "kind": "function",
36563
- "name": "whiteWebRGBA",
36564
- "parameters": [
36565
- {
36566
- "name": "alpha",
36567
- "default": "1.0",
36568
- "type": {
36569
- "text": "number"
36570
- }
36571
- }
36572
- ]
36573
- },
36574
- {
36575
- "kind": "function",
36576
- "name": "blackWebRGBA",
36577
- "parameters": [
36578
- {
36579
- "name": "alpha",
36580
- "default": "1.0",
36581
- "type": {
36582
- "text": "number"
36583
- }
36584
- }
36585
- ]
36586
- },
36587
- {
36588
- "kind": "variable",
36589
- "name": "rapidDefaultFillColor"
36590
- },
36591
- {
36592
- "kind": "variable",
36593
- "name": "rapidDefaultCardFillColor"
36594
- },
36595
- {
36596
- "kind": "variable",
36597
- "name": "rapidDefaultCardPalette"
36598
- },
36599
- {
36600
- "kind": "function",
36601
- "name": "primaryBlueWebRGBA",
36602
- "parameters": [
36603
- {
36604
- "name": "alpha",
36605
- "default": "1.0",
36606
- "type": {
36607
- "text": "number"
36608
- }
36609
- }
36610
- ]
36611
- },
36612
- {
36613
- "kind": "variable",
36614
- "name": "accentBlueSwatch"
36615
- },
36616
- {
36617
- "kind": "variable",
36618
- "name": "accentBluePalette"
36619
- },
36620
- {
36621
- "kind": "function",
36622
- "name": "primaryPurpleWebRGBA",
36623
- "parameters": [
36624
- {
36625
- "name": "alpha",
36626
- "default": "1.0",
36627
- "type": {
36628
- "text": "number"
36629
- }
36630
- }
36631
- ]
36632
- },
36633
- {
36634
- "kind": "function",
36635
- "name": "secondaryOrangeWebRGBA",
36636
- "parameters": [
36637
- {
36638
- "name": "alpha",
36639
- "default": "1.0",
36640
- "type": {
36641
- "text": "number"
36642
- }
36643
- }
36644
- ]
36645
- },
36646
- {
36647
- "kind": "function",
36648
- "name": "secondaryTealWebRGBA",
36649
- "parameters": [
36650
- {
36651
- "name": "alpha",
36652
- "default": "1.0",
36653
- "type": {
36654
- "text": "number"
36655
- }
36656
- }
36657
- ]
36658
- },
36659
- {
36660
- "kind": "function",
36661
- "name": "longGreenWebRGBA",
36662
- "parameters": [
36663
- {
36664
- "name": "alpha",
36665
- "default": "1.0",
36666
- "type": {
36667
- "text": "number"
36668
- }
36669
- }
36670
- ]
36671
- },
36672
- {
36673
- "kind": "function",
36674
- "name": "shortPinkWebRGBA",
36675
- "parameters": [
36676
- {
36677
- "name": "alpha",
36678
- "default": "1.0",
36679
- "type": {
36680
- "text": "number"
36681
- }
36682
- }
36683
- ]
36684
- },
36685
- {
36686
- "kind": "function",
36687
- "name": "warningYellowWebRGBA",
36688
- "parameters": [
36689
- {
36690
- "name": "alpha",
36691
- "default": "1.0",
36692
- "type": {
36693
- "text": "number"
36694
- }
36695
- }
36696
- ]
36697
- },
36698
- {
36699
- "kind": "function",
36700
- "name": "chartPinkWebRGBA",
36701
- "parameters": [
36702
- {
36703
- "name": "alpha",
36704
- "default": "1.0",
36705
- "type": {
36706
- "text": "number"
36707
- }
36708
- }
36709
- ]
36710
- }
36711
- ],
36712
- "exports": [
36713
- {
36714
- "kind": "js",
36715
- "name": "whiteWebRGBA",
36716
- "declaration": {
36717
- "name": "whiteWebRGBA",
36718
- "module": "src/_config/styles/colors.ts"
36719
- }
36720
- },
36721
- {
36722
- "kind": "js",
36723
- "name": "blackWebRGBA",
36724
- "declaration": {
36725
- "name": "blackWebRGBA",
36726
- "module": "src/_config/styles/colors.ts"
36727
- }
36728
- },
36729
- {
36730
- "kind": "js",
36731
- "name": "rapidDefaultFillColor",
36732
- "declaration": {
36733
- "name": "rapidDefaultFillColor",
36734
- "module": "src/_config/styles/colors.ts"
36735
- }
36736
- },
36737
- {
36738
- "kind": "js",
36739
- "name": "rapidDefaultCardFillColor",
36740
- "declaration": {
36741
- "name": "rapidDefaultCardFillColor",
36742
- "module": "src/_config/styles/colors.ts"
36743
- }
36744
- },
36745
- {
36746
- "kind": "js",
36747
- "name": "rapidDefaultCardPalette",
36748
- "declaration": {
36749
- "name": "rapidDefaultCardPalette",
36750
- "module": "src/_config/styles/colors.ts"
36751
- }
36752
- },
36753
- {
36754
- "kind": "js",
36755
- "name": "primaryBlueWebRGBA",
36756
- "declaration": {
36757
- "name": "primaryBlueWebRGBA",
36758
- "module": "src/_config/styles/colors.ts"
36759
- }
36760
- },
36761
- {
36762
- "kind": "js",
36763
- "name": "accentBlueSwatch",
36764
- "declaration": {
36765
- "name": "accentBlueSwatch",
36766
- "module": "src/_config/styles/colors.ts"
36767
- }
36768
- },
36769
- {
36770
- "kind": "js",
36771
- "name": "accentBluePalette",
36772
- "declaration": {
36773
- "name": "accentBluePalette",
36774
- "module": "src/_config/styles/colors.ts"
36775
- }
36776
- },
36777
- {
36778
- "kind": "js",
36779
- "name": "primaryPurpleWebRGBA",
36780
- "declaration": {
36781
- "name": "primaryPurpleWebRGBA",
36782
- "module": "src/_config/styles/colors.ts"
36783
- }
36784
- },
36785
- {
36786
- "kind": "js",
36787
- "name": "secondaryOrangeWebRGBA",
36788
- "declaration": {
36789
- "name": "secondaryOrangeWebRGBA",
36790
- "module": "src/_config/styles/colors.ts"
36791
- }
36792
- },
36793
- {
36794
- "kind": "js",
36795
- "name": "secondaryTealWebRGBA",
36796
- "declaration": {
36797
- "name": "secondaryTealWebRGBA",
36798
- "module": "src/_config/styles/colors.ts"
36799
- }
36800
- },
36801
- {
36802
- "kind": "js",
36803
- "name": "longGreenWebRGBA",
36804
- "declaration": {
36805
- "name": "longGreenWebRGBA",
36806
- "module": "src/_config/styles/colors.ts"
36807
- }
36808
- },
36809
- {
36810
- "kind": "js",
36811
- "name": "shortPinkWebRGBA",
36812
- "declaration": {
36813
- "name": "shortPinkWebRGBA",
36814
- "module": "src/_config/styles/colors.ts"
36815
- }
36816
- },
36817
- {
36818
- "kind": "js",
36819
- "name": "warningYellowWebRGBA",
36820
- "declaration": {
36821
- "name": "warningYellowWebRGBA",
36822
- "module": "src/_config/styles/colors.ts"
36823
- }
36824
- },
36825
- {
36826
- "kind": "js",
36827
- "name": "chartPinkWebRGBA",
36828
- "declaration": {
36829
- "name": "chartPinkWebRGBA",
36830
- "module": "src/_config/styles/colors.ts"
36831
- }
36832
- }
36833
- ]
36834
- },
36835
- {
36836
- "kind": "javascript-module",
36837
- "path": "src/_config/styles/index.ts",
36838
- "declarations": [],
36839
- "exports": [
36840
- {
36841
- "kind": "js",
36842
- "name": "*",
36843
- "declaration": {
36844
- "name": "*",
36845
- "package": "./colors"
36846
- }
36847
- },
36848
- {
36849
- "kind": "js",
36850
- "name": "*",
36851
- "declaration": {
36852
- "name": "*",
36853
- "package": "./external/roboto-font"
36854
- }
36855
- }
36856
- ]
36857
- },
36858
36858
  {
36859
36859
  "kind": "javascript-module",
36860
36860
  "path": "src/_config/tokens/custom.ts",
@@ -38061,27 +38061,27 @@
38061
38061
  },
38062
38062
  {
38063
38063
  "kind": "javascript-module",
38064
- "path": "src/dialog/styles/colors.ts",
38064
+ "path": "src/listbox-option/style/colors.ts",
38065
38065
  "declarations": [
38066
38066
  {
38067
38067
  "kind": "variable",
38068
- "name": "defaultDialogActiveBGColor"
38068
+ "name": "defaultSelectedListboxFillColor"
38069
38069
  }
38070
38070
  ],
38071
38071
  "exports": [
38072
38072
  {
38073
38073
  "kind": "js",
38074
- "name": "defaultDialogActiveBGColor",
38074
+ "name": "defaultSelectedListboxFillColor",
38075
38075
  "declaration": {
38076
- "name": "defaultDialogActiveBGColor",
38077
- "module": "src/dialog/styles/colors.ts"
38076
+ "name": "defaultSelectedListboxFillColor",
38077
+ "module": "src/listbox-option/style/colors.ts"
38078
38078
  }
38079
38079
  }
38080
38080
  ]
38081
38081
  },
38082
38082
  {
38083
38083
  "kind": "javascript-module",
38084
- "path": "src/dialog/styles/index.ts",
38084
+ "path": "src/listbox-option/style/index.ts",
38085
38085
  "declarations": [],
38086
38086
  "exports": [
38087
38087
  {
@@ -38096,27 +38096,27 @@
38096
38096
  },
38097
38097
  {
38098
38098
  "kind": "javascript-module",
38099
- "path": "src/listbox-option/style/colors.ts",
38099
+ "path": "src/dialog/styles/colors.ts",
38100
38100
  "declarations": [
38101
38101
  {
38102
38102
  "kind": "variable",
38103
- "name": "defaultSelectedListboxFillColor"
38103
+ "name": "defaultDialogActiveBGColor"
38104
38104
  }
38105
38105
  ],
38106
38106
  "exports": [
38107
38107
  {
38108
38108
  "kind": "js",
38109
- "name": "defaultSelectedListboxFillColor",
38109
+ "name": "defaultDialogActiveBGColor",
38110
38110
  "declaration": {
38111
- "name": "defaultSelectedListboxFillColor",
38112
- "module": "src/listbox-option/style/colors.ts"
38111
+ "name": "defaultDialogActiveBGColor",
38112
+ "module": "src/dialog/styles/colors.ts"
38113
38113
  }
38114
38114
  }
38115
38115
  ]
38116
38116
  },
38117
38117
  {
38118
38118
  "kind": "javascript-module",
38119
- "path": "src/listbox-option/style/index.ts",
38119
+ "path": "src/dialog/styles/index.ts",
38120
38120
  "declarations": [],
38121
38121
  "exports": [
38122
38122
  {
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.144.1",
4
+ "version": "14.144.2-alpha-d5a1f36.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.144.1",
70
+ "@genesislcap/genx": "14.144.2-alpha-d5a1f36.0",
71
71
  "@storybook/addon-coverage": "^1.0.0",
72
72
  "@storybook/addon-essentials": "^7.6.7",
73
73
  "@storybook/addon-links": "^7.6.7",
@@ -84,10 +84,10 @@
84
84
  "storybook": "^7.6.7"
85
85
  },
86
86
  "dependencies": {
87
- "@genesislcap/foundation-comms": "14.144.1",
88
- "@genesislcap/foundation-logger": "14.144.1",
89
- "@genesislcap/foundation-ui": "14.144.1",
90
- "@genesislcap/foundation-utils": "14.144.1",
87
+ "@genesislcap/foundation-comms": "14.144.2-alpha-d5a1f36.0",
88
+ "@genesislcap/foundation-logger": "14.144.2-alpha-d5a1f36.0",
89
+ "@genesislcap/foundation-ui": "14.144.2-alpha-d5a1f36.0",
90
+ "@genesislcap/foundation-utils": "14.144.2-alpha-d5a1f36.0",
91
91
  "@microsoft/fast-colors": "^5.3.1",
92
92
  "@microsoft/fast-components": "^2.30.6",
93
93
  "@microsoft/fast-element": "^1.12.0",
@@ -104,5 +104,5 @@
104
104
  "access": "public"
105
105
  },
106
106
  "customElements": "dist/custom-elements.json",
107
- "gitHead": "35ac01f58ce5a5502d34247e49ab93d0888cd3f7"
107
+ "gitHead": "c6ae2c9e0d8774373917940b74613776a1010fa7"
108
108
  }