@genesislcap/foundation-zero 14.120.0 → 14.120.1

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.
@@ -839,194 +839,6 @@
839
839
  }
840
840
  ]
841
841
  },
842
- {
843
- "kind": "javascript-module",
844
- "path": "src/accordion/accordion.stories.ts",
845
- "declarations": [
846
- {
847
- "kind": "variable",
848
- "name": "meta",
849
- "type": {
850
- "text": "Meta"
851
- },
852
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
853
- },
854
- {
855
- "kind": "variable",
856
- "name": "Primary",
857
- "type": {
858
- "text": "StoryObj"
859
- },
860
- "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}"
861
- }
862
- ],
863
- "exports": [
864
- {
865
- "kind": "js",
866
- "name": "default",
867
- "declaration": {
868
- "name": "meta",
869
- "module": "src/accordion/accordion.stories.ts"
870
- }
871
- },
872
- {
873
- "kind": "js",
874
- "name": "Primary",
875
- "declaration": {
876
- "name": "Primary",
877
- "module": "src/accordion/accordion.stories.ts"
878
- }
879
- }
880
- ]
881
- },
882
- {
883
- "kind": "javascript-module",
884
- "path": "src/accordion/accordion.styles.ts",
885
- "declarations": [
886
- {
887
- "kind": "function",
888
- "name": "zeroAccordionStyles",
889
- "return": {
890
- "type": {
891
- "text": "ElementStyles"
892
- }
893
- },
894
- "parameters": [
895
- {
896
- "name": "context",
897
- "type": {
898
- "text": "ElementDefinitionContext"
899
- }
900
- },
901
- {
902
- "name": "definition",
903
- "type": {
904
- "text": "FoundationElementDefinition"
905
- }
906
- }
907
- ]
908
- }
909
- ],
910
- "exports": [
911
- {
912
- "kind": "js",
913
- "name": "zeroAccordionStyles",
914
- "declaration": {
915
- "name": "zeroAccordionStyles",
916
- "module": "src/accordion/accordion.styles.ts"
917
- }
918
- }
919
- ]
920
- },
921
- {
922
- "kind": "javascript-module",
923
- "path": "src/accordion/accordion.template.ts",
924
- "declarations": [
925
- {
926
- "kind": "function",
927
- "name": "zeroAccordionTemplate",
928
- "return": {
929
- "type": {
930
- "text": "ViewTemplate<Accordion>"
931
- }
932
- },
933
- "parameters": [
934
- {
935
- "name": "context",
936
- "type": {
937
- "text": "ElementDefinitionContext"
938
- }
939
- },
940
- {
941
- "name": "definition",
942
- "type": {
943
- "text": "FoundationElementDefinition"
944
- }
945
- }
946
- ]
947
- }
948
- ],
949
- "exports": [
950
- {
951
- "kind": "js",
952
- "name": "zeroAccordionTemplate",
953
- "declaration": {
954
- "name": "zeroAccordionTemplate",
955
- "module": "src/accordion/accordion.template.ts"
956
- }
957
- }
958
- ]
959
- },
960
- {
961
- "kind": "javascript-module",
962
- "path": "src/accordion/accordion.ts",
963
- "declarations": [
964
- {
965
- "kind": "class",
966
- "description": "",
967
- "name": "Accordion",
968
- "superclass": {
969
- "name": "FoundationAccordion",
970
- "package": "@genesislcap/foundation-ui"
971
- },
972
- "tagName": "%%prefix%%-card",
973
- "customElement": true
974
- },
975
- {
976
- "kind": "variable",
977
- "name": "zeroAccordion"
978
- }
979
- ],
980
- "exports": [
981
- {
982
- "kind": "js",
983
- "name": "Accordion",
984
- "declaration": {
985
- "name": "Accordion",
986
- "module": "src/accordion/accordion.ts"
987
- }
988
- },
989
- {
990
- "kind": "js",
991
- "name": "zeroAccordion",
992
- "declaration": {
993
- "name": "zeroAccordion",
994
- "module": "src/accordion/accordion.ts"
995
- }
996
- }
997
- ]
998
- },
999
- {
1000
- "kind": "javascript-module",
1001
- "path": "src/accordion/index.ts",
1002
- "declarations": [],
1003
- "exports": [
1004
- {
1005
- "kind": "js",
1006
- "name": "*",
1007
- "declaration": {
1008
- "name": "*",
1009
- "package": "./accordion"
1010
- }
1011
- },
1012
- {
1013
- "kind": "js",
1014
- "name": "*",
1015
- "declaration": {
1016
- "name": "*",
1017
- "package": "./accordion.styles"
1018
- }
1019
- },
1020
- {
1021
- "kind": "js",
1022
- "name": "*",
1023
- "declaration": {
1024
- "name": "*",
1025
- "package": "./accordion.template"
1026
- }
1027
- }
1028
- ]
1029
- },
1030
842
  {
1031
843
  "kind": "javascript-module",
1032
844
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1387,6 +1199,194 @@
1387
1199
  }
1388
1200
  ]
1389
1201
  },
1202
+ {
1203
+ "kind": "javascript-module",
1204
+ "path": "src/accordion/accordion.stories.ts",
1205
+ "declarations": [
1206
+ {
1207
+ "kind": "variable",
1208
+ "name": "meta",
1209
+ "type": {
1210
+ "text": "Meta"
1211
+ },
1212
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1213
+ },
1214
+ {
1215
+ "kind": "variable",
1216
+ "name": "Primary",
1217
+ "type": {
1218
+ "text": "StoryObj"
1219
+ },
1220
+ "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}"
1221
+ }
1222
+ ],
1223
+ "exports": [
1224
+ {
1225
+ "kind": "js",
1226
+ "name": "default",
1227
+ "declaration": {
1228
+ "name": "meta",
1229
+ "module": "src/accordion/accordion.stories.ts"
1230
+ }
1231
+ },
1232
+ {
1233
+ "kind": "js",
1234
+ "name": "Primary",
1235
+ "declaration": {
1236
+ "name": "Primary",
1237
+ "module": "src/accordion/accordion.stories.ts"
1238
+ }
1239
+ }
1240
+ ]
1241
+ },
1242
+ {
1243
+ "kind": "javascript-module",
1244
+ "path": "src/accordion/accordion.styles.ts",
1245
+ "declarations": [
1246
+ {
1247
+ "kind": "function",
1248
+ "name": "zeroAccordionStyles",
1249
+ "return": {
1250
+ "type": {
1251
+ "text": "ElementStyles"
1252
+ }
1253
+ },
1254
+ "parameters": [
1255
+ {
1256
+ "name": "context",
1257
+ "type": {
1258
+ "text": "ElementDefinitionContext"
1259
+ }
1260
+ },
1261
+ {
1262
+ "name": "definition",
1263
+ "type": {
1264
+ "text": "FoundationElementDefinition"
1265
+ }
1266
+ }
1267
+ ]
1268
+ }
1269
+ ],
1270
+ "exports": [
1271
+ {
1272
+ "kind": "js",
1273
+ "name": "zeroAccordionStyles",
1274
+ "declaration": {
1275
+ "name": "zeroAccordionStyles",
1276
+ "module": "src/accordion/accordion.styles.ts"
1277
+ }
1278
+ }
1279
+ ]
1280
+ },
1281
+ {
1282
+ "kind": "javascript-module",
1283
+ "path": "src/accordion/accordion.template.ts",
1284
+ "declarations": [
1285
+ {
1286
+ "kind": "function",
1287
+ "name": "zeroAccordionTemplate",
1288
+ "return": {
1289
+ "type": {
1290
+ "text": "ViewTemplate<Accordion>"
1291
+ }
1292
+ },
1293
+ "parameters": [
1294
+ {
1295
+ "name": "context",
1296
+ "type": {
1297
+ "text": "ElementDefinitionContext"
1298
+ }
1299
+ },
1300
+ {
1301
+ "name": "definition",
1302
+ "type": {
1303
+ "text": "FoundationElementDefinition"
1304
+ }
1305
+ }
1306
+ ]
1307
+ }
1308
+ ],
1309
+ "exports": [
1310
+ {
1311
+ "kind": "js",
1312
+ "name": "zeroAccordionTemplate",
1313
+ "declaration": {
1314
+ "name": "zeroAccordionTemplate",
1315
+ "module": "src/accordion/accordion.template.ts"
1316
+ }
1317
+ }
1318
+ ]
1319
+ },
1320
+ {
1321
+ "kind": "javascript-module",
1322
+ "path": "src/accordion/accordion.ts",
1323
+ "declarations": [
1324
+ {
1325
+ "kind": "class",
1326
+ "description": "",
1327
+ "name": "Accordion",
1328
+ "superclass": {
1329
+ "name": "FoundationAccordion",
1330
+ "package": "@genesislcap/foundation-ui"
1331
+ },
1332
+ "tagName": "%%prefix%%-card",
1333
+ "customElement": true
1334
+ },
1335
+ {
1336
+ "kind": "variable",
1337
+ "name": "zeroAccordion"
1338
+ }
1339
+ ],
1340
+ "exports": [
1341
+ {
1342
+ "kind": "js",
1343
+ "name": "Accordion",
1344
+ "declaration": {
1345
+ "name": "Accordion",
1346
+ "module": "src/accordion/accordion.ts"
1347
+ }
1348
+ },
1349
+ {
1350
+ "kind": "js",
1351
+ "name": "zeroAccordion",
1352
+ "declaration": {
1353
+ "name": "zeroAccordion",
1354
+ "module": "src/accordion/accordion.ts"
1355
+ }
1356
+ }
1357
+ ]
1358
+ },
1359
+ {
1360
+ "kind": "javascript-module",
1361
+ "path": "src/accordion/index.ts",
1362
+ "declarations": [],
1363
+ "exports": [
1364
+ {
1365
+ "kind": "js",
1366
+ "name": "*",
1367
+ "declaration": {
1368
+ "name": "*",
1369
+ "package": "./accordion"
1370
+ }
1371
+ },
1372
+ {
1373
+ "kind": "js",
1374
+ "name": "*",
1375
+ "declaration": {
1376
+ "name": "*",
1377
+ "package": "./accordion.styles"
1378
+ }
1379
+ },
1380
+ {
1381
+ "kind": "js",
1382
+ "name": "*",
1383
+ "declaration": {
1384
+ "name": "*",
1385
+ "package": "./accordion.template"
1386
+ }
1387
+ }
1388
+ ]
1389
+ },
1390
1390
  {
1391
1391
  "kind": "javascript-module",
1392
1392
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -11716,194 +11716,6 @@
11716
11716
  }
11717
11717
  ]
11718
11718
  },
11719
- {
11720
- "kind": "javascript-module",
11721
- "path": "src/divider/divider.stories.ts",
11722
- "declarations": [
11723
- {
11724
- "kind": "variable",
11725
- "name": "meta",
11726
- "type": {
11727
- "text": "Meta"
11728
- },
11729
- "default": "{\n title: 'Divider',\n component: 'zero-divider',\n}"
11730
- },
11731
- {
11732
- "kind": "variable",
11733
- "name": "Primary",
11734
- "type": {
11735
- "text": "StoryObj"
11736
- },
11737
- "default": "{\n argTypes: {\n orientation: {\n control: 'select',\n options: ['horizontal', 'vertical'],\n },\n role: {\n control: 'select',\n options: ['separator', 'presentation'],\n },\n },\n args: {\n orientation: 'horizontal',\n role: 'separator',\n },\n render: ({ orientation, role }) => html`\n <div\n style=\"display: flex; justify-content:center; width: 100%; ${orientation === 'vertical'\n ? 'flex-direction: row;'\n : 'flex-direction: column;'}\"\n >\n <zero-button style=\"flex: 1;\"></zero-button>\n <zero-divider orientation=\"${orientation}\" role=\"${role}\"></zero-divider>\n <zero-button style=\"flex: 1;\"></zero-button>\n </div>\n `,\n}"
11738
- }
11739
- ],
11740
- "exports": [
11741
- {
11742
- "kind": "js",
11743
- "name": "default",
11744
- "declaration": {
11745
- "name": "meta",
11746
- "module": "src/divider/divider.stories.ts"
11747
- }
11748
- },
11749
- {
11750
- "kind": "js",
11751
- "name": "Primary",
11752
- "declaration": {
11753
- "name": "Primary",
11754
- "module": "src/divider/divider.stories.ts"
11755
- }
11756
- }
11757
- ]
11758
- },
11759
- {
11760
- "kind": "javascript-module",
11761
- "path": "src/divider/divider.styles.ts",
11762
- "declarations": [
11763
- {
11764
- "kind": "function",
11765
- "name": "zeroDividerStyles",
11766
- "return": {
11767
- "type": {
11768
- "text": "ElementStyles"
11769
- }
11770
- },
11771
- "parameters": [
11772
- {
11773
- "name": "context",
11774
- "type": {
11775
- "text": "ElementDefinitionContext"
11776
- }
11777
- },
11778
- {
11779
- "name": "definition",
11780
- "type": {
11781
- "text": "FoundationElementDefinition"
11782
- }
11783
- }
11784
- ]
11785
- }
11786
- ],
11787
- "exports": [
11788
- {
11789
- "kind": "js",
11790
- "name": "zeroDividerStyles",
11791
- "declaration": {
11792
- "name": "zeroDividerStyles",
11793
- "module": "src/divider/divider.styles.ts"
11794
- }
11795
- }
11796
- ]
11797
- },
11798
- {
11799
- "kind": "javascript-module",
11800
- "path": "src/divider/divider.template.ts",
11801
- "declarations": [
11802
- {
11803
- "kind": "function",
11804
- "name": "zeroDividerTemplate",
11805
- "return": {
11806
- "type": {
11807
- "text": "ViewTemplate<Divider>"
11808
- }
11809
- },
11810
- "parameters": [
11811
- {
11812
- "name": "context",
11813
- "type": {
11814
- "text": "ElementDefinitionContext"
11815
- }
11816
- },
11817
- {
11818
- "name": "definition",
11819
- "type": {
11820
- "text": "FoundationElementDefinition"
11821
- }
11822
- }
11823
- ]
11824
- }
11825
- ],
11826
- "exports": [
11827
- {
11828
- "kind": "js",
11829
- "name": "zeroDividerTemplate",
11830
- "declaration": {
11831
- "name": "zeroDividerTemplate",
11832
- "module": "src/divider/divider.template.ts"
11833
- }
11834
- }
11835
- ]
11836
- },
11837
- {
11838
- "kind": "javascript-module",
11839
- "path": "src/divider/divider.ts",
11840
- "declarations": [
11841
- {
11842
- "kind": "class",
11843
- "description": "",
11844
- "name": "Divider",
11845
- "superclass": {
11846
- "name": "FoundationDivider",
11847
- "package": "@genesislcap/foundation-ui"
11848
- },
11849
- "tagName": "%%prefix%%-divider",
11850
- "customElement": true
11851
- },
11852
- {
11853
- "kind": "variable",
11854
- "name": "zeroDivider"
11855
- }
11856
- ],
11857
- "exports": [
11858
- {
11859
- "kind": "js",
11860
- "name": "Divider",
11861
- "declaration": {
11862
- "name": "Divider",
11863
- "module": "src/divider/divider.ts"
11864
- }
11865
- },
11866
- {
11867
- "kind": "js",
11868
- "name": "zeroDivider",
11869
- "declaration": {
11870
- "name": "zeroDivider",
11871
- "module": "src/divider/divider.ts"
11872
- }
11873
- }
11874
- ]
11875
- },
11876
- {
11877
- "kind": "javascript-module",
11878
- "path": "src/divider/index.ts",
11879
- "declarations": [],
11880
- "exports": [
11881
- {
11882
- "kind": "js",
11883
- "name": "*",
11884
- "declaration": {
11885
- "name": "*",
11886
- "package": "./divider"
11887
- }
11888
- },
11889
- {
11890
- "kind": "js",
11891
- "name": "*",
11892
- "declaration": {
11893
- "name": "*",
11894
- "package": "./divider.styles"
11895
- }
11896
- },
11897
- {
11898
- "kind": "js",
11899
- "name": "*",
11900
- "declaration": {
11901
- "name": "*",
11902
- "package": "./divider.template"
11903
- }
11904
- }
11905
- ]
11906
- },
11907
11719
  {
11908
11720
  "kind": "javascript-module",
11909
11721
  "path": "src/dropdown-menu/dropdown-menu.stories.ts",
@@ -12408,6 +12220,194 @@
12408
12220
  }
12409
12221
  ]
12410
12222
  },
12223
+ {
12224
+ "kind": "javascript-module",
12225
+ "path": "src/divider/divider.stories.ts",
12226
+ "declarations": [
12227
+ {
12228
+ "kind": "variable",
12229
+ "name": "meta",
12230
+ "type": {
12231
+ "text": "Meta"
12232
+ },
12233
+ "default": "{\n title: 'Divider',\n component: 'zero-divider',\n}"
12234
+ },
12235
+ {
12236
+ "kind": "variable",
12237
+ "name": "Primary",
12238
+ "type": {
12239
+ "text": "StoryObj"
12240
+ },
12241
+ "default": "{\n argTypes: {\n orientation: {\n control: 'select',\n options: ['horizontal', 'vertical'],\n },\n role: {\n control: 'select',\n options: ['separator', 'presentation'],\n },\n },\n args: {\n orientation: 'horizontal',\n role: 'separator',\n },\n render: ({ orientation, role }) => html`\n <div\n style=\"display: flex; justify-content:center; width: 100%; ${orientation === 'vertical'\n ? 'flex-direction: row;'\n : 'flex-direction: column;'}\"\n >\n <zero-button style=\"flex: 1;\"></zero-button>\n <zero-divider orientation=\"${orientation}\" role=\"${role}\"></zero-divider>\n <zero-button style=\"flex: 1;\"></zero-button>\n </div>\n `,\n}"
12242
+ }
12243
+ ],
12244
+ "exports": [
12245
+ {
12246
+ "kind": "js",
12247
+ "name": "default",
12248
+ "declaration": {
12249
+ "name": "meta",
12250
+ "module": "src/divider/divider.stories.ts"
12251
+ }
12252
+ },
12253
+ {
12254
+ "kind": "js",
12255
+ "name": "Primary",
12256
+ "declaration": {
12257
+ "name": "Primary",
12258
+ "module": "src/divider/divider.stories.ts"
12259
+ }
12260
+ }
12261
+ ]
12262
+ },
12263
+ {
12264
+ "kind": "javascript-module",
12265
+ "path": "src/divider/divider.styles.ts",
12266
+ "declarations": [
12267
+ {
12268
+ "kind": "function",
12269
+ "name": "zeroDividerStyles",
12270
+ "return": {
12271
+ "type": {
12272
+ "text": "ElementStyles"
12273
+ }
12274
+ },
12275
+ "parameters": [
12276
+ {
12277
+ "name": "context",
12278
+ "type": {
12279
+ "text": "ElementDefinitionContext"
12280
+ }
12281
+ },
12282
+ {
12283
+ "name": "definition",
12284
+ "type": {
12285
+ "text": "FoundationElementDefinition"
12286
+ }
12287
+ }
12288
+ ]
12289
+ }
12290
+ ],
12291
+ "exports": [
12292
+ {
12293
+ "kind": "js",
12294
+ "name": "zeroDividerStyles",
12295
+ "declaration": {
12296
+ "name": "zeroDividerStyles",
12297
+ "module": "src/divider/divider.styles.ts"
12298
+ }
12299
+ }
12300
+ ]
12301
+ },
12302
+ {
12303
+ "kind": "javascript-module",
12304
+ "path": "src/divider/divider.template.ts",
12305
+ "declarations": [
12306
+ {
12307
+ "kind": "function",
12308
+ "name": "zeroDividerTemplate",
12309
+ "return": {
12310
+ "type": {
12311
+ "text": "ViewTemplate<Divider>"
12312
+ }
12313
+ },
12314
+ "parameters": [
12315
+ {
12316
+ "name": "context",
12317
+ "type": {
12318
+ "text": "ElementDefinitionContext"
12319
+ }
12320
+ },
12321
+ {
12322
+ "name": "definition",
12323
+ "type": {
12324
+ "text": "FoundationElementDefinition"
12325
+ }
12326
+ }
12327
+ ]
12328
+ }
12329
+ ],
12330
+ "exports": [
12331
+ {
12332
+ "kind": "js",
12333
+ "name": "zeroDividerTemplate",
12334
+ "declaration": {
12335
+ "name": "zeroDividerTemplate",
12336
+ "module": "src/divider/divider.template.ts"
12337
+ }
12338
+ }
12339
+ ]
12340
+ },
12341
+ {
12342
+ "kind": "javascript-module",
12343
+ "path": "src/divider/divider.ts",
12344
+ "declarations": [
12345
+ {
12346
+ "kind": "class",
12347
+ "description": "",
12348
+ "name": "Divider",
12349
+ "superclass": {
12350
+ "name": "FoundationDivider",
12351
+ "package": "@genesislcap/foundation-ui"
12352
+ },
12353
+ "tagName": "%%prefix%%-divider",
12354
+ "customElement": true
12355
+ },
12356
+ {
12357
+ "kind": "variable",
12358
+ "name": "zeroDivider"
12359
+ }
12360
+ ],
12361
+ "exports": [
12362
+ {
12363
+ "kind": "js",
12364
+ "name": "Divider",
12365
+ "declaration": {
12366
+ "name": "Divider",
12367
+ "module": "src/divider/divider.ts"
12368
+ }
12369
+ },
12370
+ {
12371
+ "kind": "js",
12372
+ "name": "zeroDivider",
12373
+ "declaration": {
12374
+ "name": "zeroDivider",
12375
+ "module": "src/divider/divider.ts"
12376
+ }
12377
+ }
12378
+ ]
12379
+ },
12380
+ {
12381
+ "kind": "javascript-module",
12382
+ "path": "src/divider/index.ts",
12383
+ "declarations": [],
12384
+ "exports": [
12385
+ {
12386
+ "kind": "js",
12387
+ "name": "*",
12388
+ "declaration": {
12389
+ "name": "*",
12390
+ "package": "./divider"
12391
+ }
12392
+ },
12393
+ {
12394
+ "kind": "js",
12395
+ "name": "*",
12396
+ "declaration": {
12397
+ "name": "*",
12398
+ "package": "./divider.styles"
12399
+ }
12400
+ },
12401
+ {
12402
+ "kind": "js",
12403
+ "name": "*",
12404
+ "declaration": {
12405
+ "name": "*",
12406
+ "package": "./divider.template"
12407
+ }
12408
+ }
12409
+ ]
12410
+ },
12411
12411
  {
12412
12412
  "kind": "javascript-module",
12413
12413
  "path": "src/error-banner/error-banner.stories.ts",
@@ -34024,87 +34024,6 @@
34024
34024
  }
34025
34025
  ]
34026
34026
  },
34027
- {
34028
- "kind": "javascript-module",
34029
- "path": "src/utils/behaviors.ts",
34030
- "declarations": [
34031
- {
34032
- "kind": "function",
34033
- "name": "appearanceBehavior",
34034
- "parameters": [
34035
- {
34036
- "name": "value",
34037
- "type": {
34038
- "text": "string"
34039
- },
34040
- "description": "The value of the appearance property"
34041
- },
34042
- {
34043
- "name": "styles",
34044
- "type": {
34045
- "text": "ElementStyles"
34046
- },
34047
- "description": "The styles to be applied when condition matches"
34048
- }
34049
- ],
34050
- "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
34051
- "privacy": "public"
34052
- }
34053
- ],
34054
- "exports": [
34055
- {
34056
- "kind": "js",
34057
- "name": "appearanceBehavior",
34058
- "declaration": {
34059
- "name": "appearanceBehavior",
34060
- "module": "src/utils/behaviors.ts"
34061
- }
34062
- }
34063
- ]
34064
- },
34065
- {
34066
- "kind": "javascript-module",
34067
- "path": "src/utils/index.ts",
34068
- "declarations": [],
34069
- "exports": [
34070
- {
34071
- "kind": "js",
34072
- "name": "*",
34073
- "declaration": {
34074
- "name": "*",
34075
- "package": "./behaviors"
34076
- }
34077
- },
34078
- {
34079
- "kind": "js",
34080
- "name": "*",
34081
- "declaration": {
34082
- "name": "*",
34083
- "package": "./logger"
34084
- }
34085
- }
34086
- ]
34087
- },
34088
- {
34089
- "kind": "javascript-module",
34090
- "path": "src/utils/logger.ts",
34091
- "declarations": [
34092
- {
34093
- "kind": "variable",
34094
- "name": "logger"
34095
- }
34096
- ],
34097
- "exports": [
34098
- {
34099
- "kind": "js",
34100
- "name": "logger",
34101
- "declaration": {
34102
- "name": "logger",
34103
- "module": "src/utils/logger.ts"
34104
- }
34105
- }
34106
- ]
34107
- },
34108
34027
  {
34109
34028
  "kind": "javascript-module",
34110
34029
  "path": "src/url-input/index.ts",
@@ -34828,6 +34747,87 @@
34828
34747
  }
34829
34748
  ]
34830
34749
  },
34750
+ {
34751
+ "kind": "javascript-module",
34752
+ "path": "src/utils/behaviors.ts",
34753
+ "declarations": [
34754
+ {
34755
+ "kind": "function",
34756
+ "name": "appearanceBehavior",
34757
+ "parameters": [
34758
+ {
34759
+ "name": "value",
34760
+ "type": {
34761
+ "text": "string"
34762
+ },
34763
+ "description": "The value of the appearance property"
34764
+ },
34765
+ {
34766
+ "name": "styles",
34767
+ "type": {
34768
+ "text": "ElementStyles"
34769
+ },
34770
+ "description": "The styles to be applied when condition matches"
34771
+ }
34772
+ ],
34773
+ "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
34774
+ "privacy": "public"
34775
+ }
34776
+ ],
34777
+ "exports": [
34778
+ {
34779
+ "kind": "js",
34780
+ "name": "appearanceBehavior",
34781
+ "declaration": {
34782
+ "name": "appearanceBehavior",
34783
+ "module": "src/utils/behaviors.ts"
34784
+ }
34785
+ }
34786
+ ]
34787
+ },
34788
+ {
34789
+ "kind": "javascript-module",
34790
+ "path": "src/utils/index.ts",
34791
+ "declarations": [],
34792
+ "exports": [
34793
+ {
34794
+ "kind": "js",
34795
+ "name": "*",
34796
+ "declaration": {
34797
+ "name": "*",
34798
+ "package": "./behaviors"
34799
+ }
34800
+ },
34801
+ {
34802
+ "kind": "js",
34803
+ "name": "*",
34804
+ "declaration": {
34805
+ "name": "*",
34806
+ "package": "./logger"
34807
+ }
34808
+ }
34809
+ ]
34810
+ },
34811
+ {
34812
+ "kind": "javascript-module",
34813
+ "path": "src/utils/logger.ts",
34814
+ "declarations": [
34815
+ {
34816
+ "kind": "variable",
34817
+ "name": "logger"
34818
+ }
34819
+ ],
34820
+ "exports": [
34821
+ {
34822
+ "kind": "js",
34823
+ "name": "logger",
34824
+ "declaration": {
34825
+ "name": "logger",
34826
+ "module": "src/utils/logger.ts"
34827
+ }
34828
+ }
34829
+ ]
34830
+ },
34831
34831
  {
34832
34832
  "kind": "javascript-module",
34833
34833
  "path": "src/_config/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.120.0",
4
+ "version": "14.120.1",
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.120.0",
70
+ "@genesislcap/genx": "14.120.1",
71
71
  "@storybook/addon-coverage": "^1.0.0",
72
72
  "@storybook/addon-essentials": "^7.5.3",
73
73
  "@storybook/addon-links": "^7.5.3",
@@ -82,10 +82,10 @@
82
82
  "storybook": "^7.5.3"
83
83
  },
84
84
  "dependencies": {
85
- "@genesislcap/foundation-comms": "14.120.0",
86
- "@genesislcap/foundation-logger": "14.120.0",
87
- "@genesislcap/foundation-ui": "14.120.0",
88
- "@genesislcap/foundation-utils": "14.120.0",
85
+ "@genesislcap/foundation-comms": "14.120.1",
86
+ "@genesislcap/foundation-logger": "14.120.1",
87
+ "@genesislcap/foundation-ui": "14.120.1",
88
+ "@genesislcap/foundation-utils": "14.120.1",
89
89
  "@microsoft/fast-colors": "^5.1.4",
90
90
  "@microsoft/fast-components": "^2.21.3",
91
91
  "@microsoft/fast-element": "^1.7.0",
@@ -102,5 +102,5 @@
102
102
  "access": "public"
103
103
  },
104
104
  "customElements": "dist/custom-elements.json",
105
- "gitHead": "33db20d38203527970ea100cbe9399f7341649b7"
105
+ "gitHead": "f4a9f29c205e1ae6903da221fea788da4fba7ea5"
106
106
  }