@genesislcap/foundation-zero 14.143.1 → 14.143.2

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",
@@ -1328,45 +1140,233 @@
1328
1140
  "module": "src/accordion-item/accordion-item.ts"
1329
1141
  }
1330
1142
  }
1331
- ],
1332
- "events": [
1143
+ ],
1144
+ "events": [
1145
+ {
1146
+ "description": "Fires a custom 'change' event when the button is invoked",
1147
+ "name": "change",
1148
+ "inheritedFrom": {
1149
+ "name": "AccordionItem",
1150
+ "module": "src/accordion-item/accordion-item.ts"
1151
+ }
1152
+ }
1153
+ ]
1154
+ },
1155
+ {
1156
+ "kind": "variable",
1157
+ "name": "zeroAccordionItem"
1158
+ }
1159
+ ],
1160
+ "exports": [
1161
+ {
1162
+ "kind": "js",
1163
+ "name": "AccordionItem",
1164
+ "declaration": {
1165
+ "name": "AccordionItem",
1166
+ "module": "src/accordion-item/accordion-item.ts"
1167
+ }
1168
+ },
1169
+ {
1170
+ "kind": "js",
1171
+ "name": "zeroAccordionItem",
1172
+ "declaration": {
1173
+ "name": "zeroAccordionItem",
1174
+ "module": "src/accordion-item/accordion-item.ts"
1175
+ }
1176
+ }
1177
+ ]
1178
+ },
1179
+ {
1180
+ "kind": "javascript-module",
1181
+ "path": "src/accordion-item/index.ts",
1182
+ "declarations": [],
1183
+ "exports": [
1184
+ {
1185
+ "kind": "js",
1186
+ "name": "*",
1187
+ "declaration": {
1188
+ "name": "*",
1189
+ "package": "./accordion-item"
1190
+ }
1191
+ },
1192
+ {
1193
+ "kind": "js",
1194
+ "name": "*",
1195
+ "declaration": {
1196
+ "name": "*",
1197
+ "package": "./accordion-item.styles"
1198
+ }
1199
+ },
1200
+ {
1201
+ "kind": "js",
1202
+ "name": "*",
1203
+ "declaration": {
1204
+ "name": "*",
1205
+ "package": "./accordion-item.template"
1206
+ }
1207
+ }
1208
+ ]
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": [
1333
1302
  {
1334
- "description": "Fires a custom 'change' event when the button is invoked",
1335
- "name": "change",
1336
- "inheritedFrom": {
1337
- "name": "AccordionItem",
1338
- "module": "src/accordion-item/accordion-item.ts"
1303
+ "name": "context",
1304
+ "type": {
1305
+ "text": "ElementDefinitionContext"
1306
+ }
1307
+ },
1308
+ {
1309
+ "name": "definition",
1310
+ "type": {
1311
+ "text": "FoundationElementDefinition"
1339
1312
  }
1340
1313
  }
1341
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
1342
  },
1343
1343
  {
1344
1344
  "kind": "variable",
1345
- "name": "zeroAccordionItem"
1345
+ "name": "zeroAccordion"
1346
1346
  }
1347
1347
  ],
1348
1348
  "exports": [
1349
1349
  {
1350
1350
  "kind": "js",
1351
- "name": "AccordionItem",
1351
+ "name": "Accordion",
1352
1352
  "declaration": {
1353
- "name": "AccordionItem",
1354
- "module": "src/accordion-item/accordion-item.ts"
1353
+ "name": "Accordion",
1354
+ "module": "src/accordion/accordion.ts"
1355
1355
  }
1356
1356
  },
1357
1357
  {
1358
1358
  "kind": "js",
1359
- "name": "zeroAccordionItem",
1359
+ "name": "zeroAccordion",
1360
1360
  "declaration": {
1361
- "name": "zeroAccordionItem",
1362
- "module": "src/accordion-item/accordion-item.ts"
1361
+ "name": "zeroAccordion",
1362
+ "module": "src/accordion/accordion.ts"
1363
1363
  }
1364
1364
  }
1365
1365
  ]
1366
1366
  },
1367
1367
  {
1368
1368
  "kind": "javascript-module",
1369
- "path": "src/accordion-item/index.ts",
1369
+ "path": "src/accordion/index.ts",
1370
1370
  "declarations": [],
1371
1371
  "exports": [
1372
1372
  {
@@ -1374,7 +1374,7 @@
1374
1374
  "name": "*",
1375
1375
  "declaration": {
1376
1376
  "name": "*",
1377
- "package": "./accordion-item"
1377
+ "package": "./accordion"
1378
1378
  }
1379
1379
  },
1380
1380
  {
@@ -1382,7 +1382,7 @@
1382
1382
  "name": "*",
1383
1383
  "declaration": {
1384
1384
  "name": "*",
1385
- "package": "./accordion-item.styles"
1385
+ "package": "./accordion.styles"
1386
1386
  }
1387
1387
  },
1388
1388
  {
@@ -1390,7 +1390,7 @@
1390
1390
  "name": "*",
1391
1391
  "declaration": {
1392
1392
  "name": "*",
1393
- "package": "./accordion-item.template"
1393
+ "package": "./accordion.template"
1394
1394
  }
1395
1395
  }
1396
1396
  ]
@@ -11550,17 +11550,205 @@
11550
11550
  },
11551
11551
  {
11552
11552
  "kind": "js",
11553
- "name": "zeroDialogTemplate",
11553
+ "name": "zeroDialogTemplate",
11554
+ "declaration": {
11555
+ "name": "foundationDialogTemplate",
11556
+ "package": "@genesislcap/foundation-ui"
11557
+ }
11558
+ }
11559
+ ]
11560
+ },
11561
+ {
11562
+ "kind": "javascript-module",
11563
+ "path": "src/disclosure/disclosure.stories.ts",
11564
+ "declarations": [
11565
+ {
11566
+ "kind": "variable",
11567
+ "name": "meta",
11568
+ "type": {
11569
+ "text": "Meta"
11570
+ },
11571
+ "default": "{\n title: 'Disclosure',\n component: 'zero-disclosure',\n}"
11572
+ },
11573
+ {
11574
+ "kind": "variable",
11575
+ "name": "Primary",
11576
+ "type": {
11577
+ "text": "StoryObj"
11578
+ },
11579
+ "default": "{\n argTypes: {\n fastAppearance: {\n control: 'select',\n options: FastAppearanceValues,\n },\n },\n args: {\n disclosureTitle: 'Open Disclosure',\n disclosureText: `Created by writer Gardner Fox and artist Harry Lampert, the original Flashfirst appeared\n in Flash Comics #1 (cover date January 1940/release monthNovember 1939). Nicknamed the\n \"Scarlet Speedster\", all incarnations of theFlash possess \"super speed\", which includes\n the ability to run, move, andthink extremely fast, use superhuman reflexes, and seemingly\n violatecertain laws of physics.`,\n disclosureEndSlot: '⚡️',\n fastAppearance: 'lightweight',\n },\n render: ({ fastAppearance, disclosureTitle, disclosureText, disclosureEndSlot }) => html`\n <zero-disclosure appearance=\"${fastAppearance}\" title=\"${disclosureTitle}\">\n <span slot=\"end\">${disclosureEndSlot}</span>\n <div>${disclosureText}</div>\n </zero-disclosure>\n `,\n}"
11580
+ }
11581
+ ],
11582
+ "exports": [
11583
+ {
11584
+ "kind": "js",
11585
+ "name": "default",
11586
+ "declaration": {
11587
+ "name": "meta",
11588
+ "module": "src/disclosure/disclosure.stories.ts"
11589
+ }
11590
+ },
11591
+ {
11592
+ "kind": "js",
11593
+ "name": "Primary",
11594
+ "declaration": {
11595
+ "name": "Primary",
11596
+ "module": "src/disclosure/disclosure.stories.ts"
11597
+ }
11598
+ }
11599
+ ]
11600
+ },
11601
+ {
11602
+ "kind": "javascript-module",
11603
+ "path": "src/disclosure/disclosure.styles.ts",
11604
+ "declarations": [
11605
+ {
11606
+ "kind": "function",
11607
+ "name": "zeroDisclosureStyles",
11608
+ "return": {
11609
+ "type": {
11610
+ "text": "ElementStyles"
11611
+ }
11612
+ },
11613
+ "parameters": [
11614
+ {
11615
+ "name": "context",
11616
+ "type": {
11617
+ "text": "ElementDefinitionContext"
11618
+ }
11619
+ },
11620
+ {
11621
+ "name": "definition",
11622
+ "type": {
11623
+ "text": "FoundationElementDefinition"
11624
+ }
11625
+ }
11626
+ ]
11627
+ }
11628
+ ],
11629
+ "exports": [
11630
+ {
11631
+ "kind": "js",
11632
+ "name": "zeroDisclosureStyles",
11633
+ "declaration": {
11634
+ "name": "zeroDisclosureStyles",
11635
+ "module": "src/disclosure/disclosure.styles.ts"
11636
+ }
11637
+ }
11638
+ ]
11639
+ },
11640
+ {
11641
+ "kind": "javascript-module",
11642
+ "path": "src/disclosure/disclosure.template.ts",
11643
+ "declarations": [
11644
+ {
11645
+ "kind": "function",
11646
+ "name": "zeroDisclosureTemplate",
11647
+ "return": {
11648
+ "type": {
11649
+ "text": "ViewTemplate<Disclosure>"
11650
+ }
11651
+ },
11652
+ "parameters": [
11653
+ {
11654
+ "name": "context",
11655
+ "type": {
11656
+ "text": "ElementDefinitionContext"
11657
+ }
11658
+ },
11659
+ {
11660
+ "name": "definition",
11661
+ "type": {
11662
+ "text": "FoundationElementDefinition"
11663
+ }
11664
+ }
11665
+ ]
11666
+ }
11667
+ ],
11668
+ "exports": [
11669
+ {
11670
+ "kind": "js",
11671
+ "name": "zeroDisclosureTemplate",
11672
+ "declaration": {
11673
+ "name": "zeroDisclosureTemplate",
11674
+ "module": "src/disclosure/disclosure.template.ts"
11675
+ }
11676
+ }
11677
+ ]
11678
+ },
11679
+ {
11680
+ "kind": "javascript-module",
11681
+ "path": "src/disclosure/disclosure.ts",
11682
+ "declarations": [
11683
+ {
11684
+ "kind": "class",
11685
+ "description": "",
11686
+ "name": "Disclosure",
11687
+ "superclass": {
11688
+ "name": "FoundationDisclosure",
11689
+ "package": "@genesislcap/foundation-ui"
11690
+ },
11691
+ "tagName": "%%prefix%%-disclosure",
11692
+ "customElement": true
11693
+ },
11694
+ {
11695
+ "kind": "variable",
11696
+ "name": "zeroDisclosure"
11697
+ }
11698
+ ],
11699
+ "exports": [
11700
+ {
11701
+ "kind": "js",
11702
+ "name": "Disclosure",
11703
+ "declaration": {
11704
+ "name": "Disclosure",
11705
+ "module": "src/disclosure/disclosure.ts"
11706
+ }
11707
+ },
11708
+ {
11709
+ "kind": "js",
11710
+ "name": "zeroDisclosure",
11711
+ "declaration": {
11712
+ "name": "zeroDisclosure",
11713
+ "module": "src/disclosure/disclosure.ts"
11714
+ }
11715
+ }
11716
+ ]
11717
+ },
11718
+ {
11719
+ "kind": "javascript-module",
11720
+ "path": "src/disclosure/index.ts",
11721
+ "declarations": [],
11722
+ "exports": [
11723
+ {
11724
+ "kind": "js",
11725
+ "name": "*",
11726
+ "declaration": {
11727
+ "name": "*",
11728
+ "package": "./disclosure"
11729
+ }
11730
+ },
11731
+ {
11732
+ "kind": "js",
11733
+ "name": "*",
11734
+ "declaration": {
11735
+ "name": "*",
11736
+ "package": "./disclosure.styles"
11737
+ }
11738
+ },
11739
+ {
11740
+ "kind": "js",
11741
+ "name": "*",
11554
11742
  "declaration": {
11555
- "name": "foundationDialogTemplate",
11556
- "package": "@genesislcap/foundation-ui"
11743
+ "name": "*",
11744
+ "package": "./disclosure.template"
11557
11745
  }
11558
11746
  }
11559
11747
  ]
11560
11748
  },
11561
11749
  {
11562
11750
  "kind": "javascript-module",
11563
- "path": "src/disclosure/disclosure.stories.ts",
11751
+ "path": "src/divider/divider.stories.ts",
11564
11752
  "declarations": [
11565
11753
  {
11566
11754
  "kind": "variable",
@@ -11568,7 +11756,7 @@
11568
11756
  "type": {
11569
11757
  "text": "Meta"
11570
11758
  },
11571
- "default": "{\n title: 'Disclosure',\n component: 'zero-disclosure',\n}"
11759
+ "default": "{\n title: 'Divider',\n component: 'zero-divider',\n}"
11572
11760
  },
11573
11761
  {
11574
11762
  "kind": "variable",
@@ -11576,7 +11764,7 @@
11576
11764
  "type": {
11577
11765
  "text": "StoryObj"
11578
11766
  },
11579
- "default": "{\n argTypes: {\n fastAppearance: {\n control: 'select',\n options: FastAppearanceValues,\n },\n },\n args: {\n disclosureTitle: 'Open Disclosure',\n disclosureText: `Created by writer Gardner Fox and artist Harry Lampert, the original Flashfirst appeared\n in Flash Comics #1 (cover date January 1940/release monthNovember 1939). Nicknamed the\n \"Scarlet Speedster\", all incarnations of theFlash possess \"super speed\", which includes\n the ability to run, move, andthink extremely fast, use superhuman reflexes, and seemingly\n violatecertain laws of physics.`,\n disclosureEndSlot: '⚡️',\n fastAppearance: 'lightweight',\n },\n render: ({ fastAppearance, disclosureTitle, disclosureText, disclosureEndSlot }) => html`\n <zero-disclosure appearance=\"${fastAppearance}\" title=\"${disclosureTitle}\">\n <span slot=\"end\">${disclosureEndSlot}</span>\n <div>${disclosureText}</div>\n </zero-disclosure>\n `,\n}"
11767
+ "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}"
11580
11768
  }
11581
11769
  ],
11582
11770
  "exports": [
@@ -11585,7 +11773,7 @@
11585
11773
  "name": "default",
11586
11774
  "declaration": {
11587
11775
  "name": "meta",
11588
- "module": "src/disclosure/disclosure.stories.ts"
11776
+ "module": "src/divider/divider.stories.ts"
11589
11777
  }
11590
11778
  },
11591
11779
  {
@@ -11593,18 +11781,18 @@
11593
11781
  "name": "Primary",
11594
11782
  "declaration": {
11595
11783
  "name": "Primary",
11596
- "module": "src/disclosure/disclosure.stories.ts"
11784
+ "module": "src/divider/divider.stories.ts"
11597
11785
  }
11598
11786
  }
11599
11787
  ]
11600
11788
  },
11601
11789
  {
11602
11790
  "kind": "javascript-module",
11603
- "path": "src/disclosure/disclosure.styles.ts",
11791
+ "path": "src/divider/divider.styles.ts",
11604
11792
  "declarations": [
11605
11793
  {
11606
11794
  "kind": "function",
11607
- "name": "zeroDisclosureStyles",
11795
+ "name": "zeroDividerStyles",
11608
11796
  "return": {
11609
11797
  "type": {
11610
11798
  "text": "ElementStyles"
@@ -11629,24 +11817,24 @@
11629
11817
  "exports": [
11630
11818
  {
11631
11819
  "kind": "js",
11632
- "name": "zeroDisclosureStyles",
11820
+ "name": "zeroDividerStyles",
11633
11821
  "declaration": {
11634
- "name": "zeroDisclosureStyles",
11635
- "module": "src/disclosure/disclosure.styles.ts"
11822
+ "name": "zeroDividerStyles",
11823
+ "module": "src/divider/divider.styles.ts"
11636
11824
  }
11637
11825
  }
11638
11826
  ]
11639
11827
  },
11640
11828
  {
11641
11829
  "kind": "javascript-module",
11642
- "path": "src/disclosure/disclosure.template.ts",
11830
+ "path": "src/divider/divider.template.ts",
11643
11831
  "declarations": [
11644
11832
  {
11645
11833
  "kind": "function",
11646
- "name": "zeroDisclosureTemplate",
11834
+ "name": "zeroDividerTemplate",
11647
11835
  "return": {
11648
11836
  "type": {
11649
- "text": "ViewTemplate<Disclosure>"
11837
+ "text": "ViewTemplate<Divider>"
11650
11838
  }
11651
11839
  },
11652
11840
  "parameters": [
@@ -11668,56 +11856,56 @@
11668
11856
  "exports": [
11669
11857
  {
11670
11858
  "kind": "js",
11671
- "name": "zeroDisclosureTemplate",
11859
+ "name": "zeroDividerTemplate",
11672
11860
  "declaration": {
11673
- "name": "zeroDisclosureTemplate",
11674
- "module": "src/disclosure/disclosure.template.ts"
11861
+ "name": "zeroDividerTemplate",
11862
+ "module": "src/divider/divider.template.ts"
11675
11863
  }
11676
11864
  }
11677
11865
  ]
11678
11866
  },
11679
11867
  {
11680
11868
  "kind": "javascript-module",
11681
- "path": "src/disclosure/disclosure.ts",
11869
+ "path": "src/divider/divider.ts",
11682
11870
  "declarations": [
11683
11871
  {
11684
11872
  "kind": "class",
11685
11873
  "description": "",
11686
- "name": "Disclosure",
11874
+ "name": "Divider",
11687
11875
  "superclass": {
11688
- "name": "FoundationDisclosure",
11876
+ "name": "FoundationDivider",
11689
11877
  "package": "@genesislcap/foundation-ui"
11690
11878
  },
11691
- "tagName": "%%prefix%%-disclosure",
11879
+ "tagName": "%%prefix%%-divider",
11692
11880
  "customElement": true
11693
11881
  },
11694
11882
  {
11695
11883
  "kind": "variable",
11696
- "name": "zeroDisclosure"
11884
+ "name": "zeroDivider"
11697
11885
  }
11698
11886
  ],
11699
11887
  "exports": [
11700
11888
  {
11701
11889
  "kind": "js",
11702
- "name": "Disclosure",
11890
+ "name": "Divider",
11703
11891
  "declaration": {
11704
- "name": "Disclosure",
11705
- "module": "src/disclosure/disclosure.ts"
11892
+ "name": "Divider",
11893
+ "module": "src/divider/divider.ts"
11706
11894
  }
11707
11895
  },
11708
11896
  {
11709
11897
  "kind": "js",
11710
- "name": "zeroDisclosure",
11898
+ "name": "zeroDivider",
11711
11899
  "declaration": {
11712
- "name": "zeroDisclosure",
11713
- "module": "src/disclosure/disclosure.ts"
11900
+ "name": "zeroDivider",
11901
+ "module": "src/divider/divider.ts"
11714
11902
  }
11715
11903
  }
11716
11904
  ]
11717
11905
  },
11718
11906
  {
11719
11907
  "kind": "javascript-module",
11720
- "path": "src/disclosure/index.ts",
11908
+ "path": "src/divider/index.ts",
11721
11909
  "declarations": [],
11722
11910
  "exports": [
11723
11911
  {
@@ -11725,7 +11913,7 @@
11725
11913
  "name": "*",
11726
11914
  "declaration": {
11727
11915
  "name": "*",
11728
- "package": "./disclosure"
11916
+ "package": "./divider"
11729
11917
  }
11730
11918
  },
11731
11919
  {
@@ -11733,7 +11921,7 @@
11733
11921
  "name": "*",
11734
11922
  "declaration": {
11735
11923
  "name": "*",
11736
- "package": "./disclosure.styles"
11924
+ "package": "./divider.styles"
11737
11925
  }
11738
11926
  },
11739
11927
  {
@@ -11741,7 +11929,7 @@
11741
11929
  "name": "*",
11742
11930
  "declaration": {
11743
11931
  "name": "*",
11744
- "package": "./disclosure.template"
11932
+ "package": "./divider.template"
11745
11933
  }
11746
11934
  }
11747
11935
  ]
@@ -12234,206 +12422,18 @@
12234
12422
  },
12235
12423
  {
12236
12424
  "kind": "js",
12237
- "name": "extractMenuItems",
12238
- "declaration": {
12239
- "name": "extractMenuItems",
12240
- "package": "@genesislcap/foundation-ui"
12241
- }
12242
- },
12243
- {
12244
- "kind": "js",
12245
- "name": "dropdownMenuBaseStyles",
12246
- "declaration": {
12247
- "name": "dropdownMenuBaseStyles",
12248
- "package": "@genesislcap/foundation-ui"
12249
- }
12250
- }
12251
- ]
12252
- },
12253
- {
12254
- "kind": "javascript-module",
12255
- "path": "src/divider/divider.stories.ts",
12256
- "declarations": [
12257
- {
12258
- "kind": "variable",
12259
- "name": "meta",
12260
- "type": {
12261
- "text": "Meta"
12262
- },
12263
- "default": "{\n title: 'Divider',\n component: 'zero-divider',\n}"
12264
- },
12265
- {
12266
- "kind": "variable",
12267
- "name": "Primary",
12268
- "type": {
12269
- "text": "StoryObj"
12270
- },
12271
- "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}"
12272
- }
12273
- ],
12274
- "exports": [
12275
- {
12276
- "kind": "js",
12277
- "name": "default",
12278
- "declaration": {
12279
- "name": "meta",
12280
- "module": "src/divider/divider.stories.ts"
12281
- }
12282
- },
12283
- {
12284
- "kind": "js",
12285
- "name": "Primary",
12286
- "declaration": {
12287
- "name": "Primary",
12288
- "module": "src/divider/divider.stories.ts"
12289
- }
12290
- }
12291
- ]
12292
- },
12293
- {
12294
- "kind": "javascript-module",
12295
- "path": "src/divider/divider.styles.ts",
12296
- "declarations": [
12297
- {
12298
- "kind": "function",
12299
- "name": "zeroDividerStyles",
12300
- "return": {
12301
- "type": {
12302
- "text": "ElementStyles"
12303
- }
12304
- },
12305
- "parameters": [
12306
- {
12307
- "name": "context",
12308
- "type": {
12309
- "text": "ElementDefinitionContext"
12310
- }
12311
- },
12312
- {
12313
- "name": "definition",
12314
- "type": {
12315
- "text": "FoundationElementDefinition"
12316
- }
12317
- }
12318
- ]
12319
- }
12320
- ],
12321
- "exports": [
12322
- {
12323
- "kind": "js",
12324
- "name": "zeroDividerStyles",
12325
- "declaration": {
12326
- "name": "zeroDividerStyles",
12327
- "module": "src/divider/divider.styles.ts"
12328
- }
12329
- }
12330
- ]
12331
- },
12332
- {
12333
- "kind": "javascript-module",
12334
- "path": "src/divider/divider.template.ts",
12335
- "declarations": [
12336
- {
12337
- "kind": "function",
12338
- "name": "zeroDividerTemplate",
12339
- "return": {
12340
- "type": {
12341
- "text": "ViewTemplate<Divider>"
12342
- }
12343
- },
12344
- "parameters": [
12345
- {
12346
- "name": "context",
12347
- "type": {
12348
- "text": "ElementDefinitionContext"
12349
- }
12350
- },
12351
- {
12352
- "name": "definition",
12353
- "type": {
12354
- "text": "FoundationElementDefinition"
12355
- }
12356
- }
12357
- ]
12358
- }
12359
- ],
12360
- "exports": [
12361
- {
12362
- "kind": "js",
12363
- "name": "zeroDividerTemplate",
12364
- "declaration": {
12365
- "name": "zeroDividerTemplate",
12366
- "module": "src/divider/divider.template.ts"
12367
- }
12368
- }
12369
- ]
12370
- },
12371
- {
12372
- "kind": "javascript-module",
12373
- "path": "src/divider/divider.ts",
12374
- "declarations": [
12375
- {
12376
- "kind": "class",
12377
- "description": "",
12378
- "name": "Divider",
12379
- "superclass": {
12380
- "name": "FoundationDivider",
12381
- "package": "@genesislcap/foundation-ui"
12382
- },
12383
- "tagName": "%%prefix%%-divider",
12384
- "customElement": true
12385
- },
12386
- {
12387
- "kind": "variable",
12388
- "name": "zeroDivider"
12389
- }
12390
- ],
12391
- "exports": [
12392
- {
12393
- "kind": "js",
12394
- "name": "Divider",
12395
- "declaration": {
12396
- "name": "Divider",
12397
- "module": "src/divider/divider.ts"
12398
- }
12399
- },
12400
- {
12401
- "kind": "js",
12402
- "name": "zeroDivider",
12403
- "declaration": {
12404
- "name": "zeroDivider",
12405
- "module": "src/divider/divider.ts"
12406
- }
12407
- }
12408
- ]
12409
- },
12410
- {
12411
- "kind": "javascript-module",
12412
- "path": "src/divider/index.ts",
12413
- "declarations": [],
12414
- "exports": [
12415
- {
12416
- "kind": "js",
12417
- "name": "*",
12418
- "declaration": {
12419
- "name": "*",
12420
- "package": "./divider"
12421
- }
12422
- },
12423
- {
12424
- "kind": "js",
12425
- "name": "*",
12425
+ "name": "extractMenuItems",
12426
12426
  "declaration": {
12427
- "name": "*",
12428
- "package": "./divider.styles"
12427
+ "name": "extractMenuItems",
12428
+ "package": "@genesislcap/foundation-ui"
12429
12429
  }
12430
12430
  },
12431
12431
  {
12432
12432
  "kind": "js",
12433
- "name": "*",
12433
+ "name": "dropdownMenuBaseStyles",
12434
12434
  "declaration": {
12435
- "name": "*",
12436
- "package": "./divider.template"
12435
+ "name": "dropdownMenuBaseStyles",
12436
+ "package": "@genesislcap/foundation-ui"
12437
12437
  }
12438
12438
  }
12439
12439
  ]
@@ -24565,265 +24565,32 @@
24565
24565
  "description": "Fires a custom 'change' event when the value changes",
24566
24566
  "name": "change",
24567
24567
  "inheritedFrom": {
24568
- "name": "RadioGroup",
24569
- "module": "src/radio-group/radio-group.ts"
24570
- }
24571
- }
24572
- ]
24573
- },
24574
- {
24575
- "kind": "variable",
24576
- "name": "zeroRadioGroup"
24577
- }
24578
- ],
24579
- "exports": [
24580
- {
24581
- "kind": "js",
24582
- "name": "RadioGroup",
24583
- "declaration": {
24584
- "name": "RadioGroup",
24585
- "module": "src/radio-group/radio-group.ts"
24586
- }
24587
- },
24588
- {
24589
- "kind": "js",
24590
- "name": "zeroRadioGroup",
24591
- "declaration": {
24592
- "name": "zeroRadioGroup",
24593
- "module": "src/radio-group/radio-group.ts"
24594
- }
24595
- }
24596
- ]
24597
- },
24598
- {
24599
- "kind": "javascript-module",
24600
- "path": "src/segmented-control/index.ts",
24601
- "declarations": [],
24602
- "exports": [
24603
- {
24604
- "kind": "js",
24605
- "name": "*",
24606
- "declaration": {
24607
- "name": "*",
24608
- "package": "./segmented-control.template"
24609
- }
24610
- },
24611
- {
24612
- "kind": "js",
24613
- "name": "*",
24614
- "declaration": {
24615
- "name": "*",
24616
- "package": "./segmented-control.styles"
24617
- }
24618
- },
24619
- {
24620
- "kind": "js",
24621
- "name": "*",
24622
- "declaration": {
24623
- "name": "*",
24624
- "package": "./segmented-control"
24625
- }
24626
- }
24627
- ]
24628
- },
24629
- {
24630
- "kind": "javascript-module",
24631
- "path": "src/segmented-control/segmented-control.stories.ts",
24632
- "declarations": [
24633
- {
24634
- "kind": "variable",
24635
- "name": "meta",
24636
- "type": {
24637
- "text": "Meta"
24638
- },
24639
- "default": "{\n title: 'Segmented Control',\n component: 'zero-segmented-control',\n}"
24640
- },
24641
- {
24642
- "kind": "variable",
24643
- "name": "Primary",
24644
- "type": {
24645
- "text": "StoryObj"
24646
- },
24647
- "default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-segmented-control>\n <label slot=\"label\">Neutral Segment Control (label slot)</label>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n </zero-segmented-control>\n\n <zero-segmented-control appearance=\"primary\">\n <label slot=\"label\">Primary Segment Control (label slot)</label>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n </zero-segmented-control>\n </div>\n `,\n}"
24648
- }
24649
- ],
24650
- "exports": [
24651
- {
24652
- "kind": "js",
24653
- "name": "default",
24654
- "declaration": {
24655
- "name": "meta",
24656
- "module": "src/segmented-control/segmented-control.stories.ts"
24657
- }
24658
- },
24659
- {
24660
- "kind": "js",
24661
- "name": "Primary",
24662
- "declaration": {
24663
- "name": "Primary",
24664
- "module": "src/segmented-control/segmented-control.stories.ts"
24665
- }
24666
- }
24667
- ]
24668
- },
24669
- {
24670
- "kind": "javascript-module",
24671
- "path": "src/segmented-control/segmented-control.styles.ts",
24672
- "declarations": [
24673
- {
24674
- "kind": "function",
24675
- "name": "zeroSegmentedControlStyles",
24676
- "return": {
24677
- "type": {
24678
- "text": "ElementStyles"
24679
- }
24680
- },
24681
- "parameters": [
24682
- {
24683
- "name": "context",
24684
- "type": {
24685
- "text": "ElementDefinitionContext"
24686
- }
24687
- },
24688
- {
24689
- "name": "definition",
24690
- "type": {
24691
- "text": "FoundationElementDefinition"
24692
- }
24693
- }
24694
- ]
24695
- }
24696
- ],
24697
- "exports": [
24698
- {
24699
- "kind": "js",
24700
- "name": "zeroSegmentedControlStyles",
24701
- "declaration": {
24702
- "name": "zeroSegmentedControlStyles",
24703
- "module": "src/segmented-control/segmented-control.styles.ts"
24704
- }
24705
- }
24706
- ]
24707
- },
24708
- {
24709
- "kind": "javascript-module",
24710
- "path": "src/segmented-control/segmented-control.template.ts",
24711
- "declarations": [
24712
- {
24713
- "kind": "function",
24714
- "name": "zeroSegmentedControlTemplate",
24715
- "return": {
24716
- "type": {
24717
- "text": "ViewTemplate<SegmentedControl>"
24718
- }
24719
- },
24720
- "parameters": [
24721
- {
24722
- "name": "context",
24723
- "type": {
24724
- "text": "ElementDefinitionContext"
24725
- }
24726
- },
24727
- {
24728
- "name": "definition",
24729
- "type": {
24730
- "text": "FoundationElementDefinition"
24731
- }
24732
- }
24733
- ]
24734
- }
24735
- ],
24736
- "exports": [
24737
- {
24738
- "kind": "js",
24739
- "name": "zeroSegmentedControlTemplate",
24740
- "declaration": {
24741
- "name": "zeroSegmentedControlTemplate",
24742
- "module": "src/segmented-control/segmented-control.template.ts"
24743
- }
24744
- }
24745
- ]
24746
- },
24747
- {
24748
- "kind": "javascript-module",
24749
- "path": "src/segmented-control/segmented-control.ts",
24750
- "declarations": [
24751
- {
24752
- "kind": "class",
24753
- "description": "",
24754
- "name": "SegmentedControl",
24755
- "superclass": {
24756
- "name": "FoundationSegmentedControl",
24757
- "package": "@genesislcap/foundation-ui"
24758
- },
24759
- "tagName": "%%prefix%%-segmented-control",
24760
- "customElement": true,
24761
- "members": [
24762
- {
24763
- "kind": "method",
24764
- "name": "valueChanged",
24765
- "privacy": "protected",
24766
- "inheritedFrom": {
24767
- "name": "SegmentedControl",
24768
- "module": "src/segmented-control/segmented-control.ts"
24769
- }
24770
- }
24771
- ]
24772
- },
24773
- {
24774
- "kind": "variable",
24775
- "name": "zeroSegmentedControlShadowOptions",
24776
- "type": {
24777
- "text": "ShadowRootInit"
24778
- },
24779
- "default": "undefined"
24780
- },
24781
- {
24782
- "kind": "variable",
24783
- "name": "defaultSegmentedControlConfig",
24784
- "type": {
24785
- "text": "object"
24786
- },
24787
- "default": "{}"
24788
- },
24789
- {
24790
- "kind": "variable",
24791
- "name": "zeroSegmentedControl",
24792
- "description": "The Zero Segmented Control",
24793
- "privacy": "public"
24794
- }
24795
- ],
24796
- "exports": [
24797
- {
24798
- "kind": "js",
24799
- "name": "SegmentedControl",
24800
- "declaration": {
24801
- "name": "SegmentedControl",
24802
- "module": "src/segmented-control/segmented-control.ts"
24803
- }
24804
- },
24805
- {
24806
- "kind": "js",
24807
- "name": "zeroSegmentedControlShadowOptions",
24808
- "declaration": {
24809
- "name": "zeroSegmentedControlShadowOptions",
24810
- "module": "src/segmented-control/segmented-control.ts"
24811
- }
24568
+ "name": "RadioGroup",
24569
+ "module": "src/radio-group/radio-group.ts"
24570
+ }
24571
+ }
24572
+ ]
24812
24573
  },
24574
+ {
24575
+ "kind": "variable",
24576
+ "name": "zeroRadioGroup"
24577
+ }
24578
+ ],
24579
+ "exports": [
24813
24580
  {
24814
24581
  "kind": "js",
24815
- "name": "defaultSegmentedControlConfig",
24582
+ "name": "RadioGroup",
24816
24583
  "declaration": {
24817
- "name": "defaultSegmentedControlConfig",
24818
- "module": "src/segmented-control/segmented-control.ts"
24584
+ "name": "RadioGroup",
24585
+ "module": "src/radio-group/radio-group.ts"
24819
24586
  }
24820
24587
  },
24821
24588
  {
24822
24589
  "kind": "js",
24823
- "name": "zeroSegmentedControl",
24590
+ "name": "zeroRadioGroup",
24824
24591
  "declaration": {
24825
- "name": "zeroSegmentedControl",
24826
- "module": "src/segmented-control/segmented-control.ts"
24592
+ "name": "zeroRadioGroup",
24593
+ "module": "src/radio-group/radio-group.ts"
24827
24594
  }
24828
24595
  }
24829
24596
  ]
@@ -26466,6 +26233,239 @@
26466
26233
  }
26467
26234
  ]
26468
26235
  },
26236
+ {
26237
+ "kind": "javascript-module",
26238
+ "path": "src/segmented-control/index.ts",
26239
+ "declarations": [],
26240
+ "exports": [
26241
+ {
26242
+ "kind": "js",
26243
+ "name": "*",
26244
+ "declaration": {
26245
+ "name": "*",
26246
+ "package": "./segmented-control.template"
26247
+ }
26248
+ },
26249
+ {
26250
+ "kind": "js",
26251
+ "name": "*",
26252
+ "declaration": {
26253
+ "name": "*",
26254
+ "package": "./segmented-control.styles"
26255
+ }
26256
+ },
26257
+ {
26258
+ "kind": "js",
26259
+ "name": "*",
26260
+ "declaration": {
26261
+ "name": "*",
26262
+ "package": "./segmented-control"
26263
+ }
26264
+ }
26265
+ ]
26266
+ },
26267
+ {
26268
+ "kind": "javascript-module",
26269
+ "path": "src/segmented-control/segmented-control.stories.ts",
26270
+ "declarations": [
26271
+ {
26272
+ "kind": "variable",
26273
+ "name": "meta",
26274
+ "type": {
26275
+ "text": "Meta"
26276
+ },
26277
+ "default": "{\n title: 'Segmented Control',\n component: 'zero-segmented-control',\n}"
26278
+ },
26279
+ {
26280
+ "kind": "variable",
26281
+ "name": "Primary",
26282
+ "type": {
26283
+ "text": "StoryObj"
26284
+ },
26285
+ "default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-segmented-control>\n <label slot=\"label\">Neutral Segment Control (label slot)</label>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n </zero-segmented-control>\n\n <zero-segmented-control appearance=\"primary\">\n <label slot=\"label\">Primary Segment Control (label slot)</label>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n <zero-segmented-item>Segmented Item</zero-segmented-item>\n </zero-segmented-control>\n </div>\n `,\n}"
26286
+ }
26287
+ ],
26288
+ "exports": [
26289
+ {
26290
+ "kind": "js",
26291
+ "name": "default",
26292
+ "declaration": {
26293
+ "name": "meta",
26294
+ "module": "src/segmented-control/segmented-control.stories.ts"
26295
+ }
26296
+ },
26297
+ {
26298
+ "kind": "js",
26299
+ "name": "Primary",
26300
+ "declaration": {
26301
+ "name": "Primary",
26302
+ "module": "src/segmented-control/segmented-control.stories.ts"
26303
+ }
26304
+ }
26305
+ ]
26306
+ },
26307
+ {
26308
+ "kind": "javascript-module",
26309
+ "path": "src/segmented-control/segmented-control.styles.ts",
26310
+ "declarations": [
26311
+ {
26312
+ "kind": "function",
26313
+ "name": "zeroSegmentedControlStyles",
26314
+ "return": {
26315
+ "type": {
26316
+ "text": "ElementStyles"
26317
+ }
26318
+ },
26319
+ "parameters": [
26320
+ {
26321
+ "name": "context",
26322
+ "type": {
26323
+ "text": "ElementDefinitionContext"
26324
+ }
26325
+ },
26326
+ {
26327
+ "name": "definition",
26328
+ "type": {
26329
+ "text": "FoundationElementDefinition"
26330
+ }
26331
+ }
26332
+ ]
26333
+ }
26334
+ ],
26335
+ "exports": [
26336
+ {
26337
+ "kind": "js",
26338
+ "name": "zeroSegmentedControlStyles",
26339
+ "declaration": {
26340
+ "name": "zeroSegmentedControlStyles",
26341
+ "module": "src/segmented-control/segmented-control.styles.ts"
26342
+ }
26343
+ }
26344
+ ]
26345
+ },
26346
+ {
26347
+ "kind": "javascript-module",
26348
+ "path": "src/segmented-control/segmented-control.template.ts",
26349
+ "declarations": [
26350
+ {
26351
+ "kind": "function",
26352
+ "name": "zeroSegmentedControlTemplate",
26353
+ "return": {
26354
+ "type": {
26355
+ "text": "ViewTemplate<SegmentedControl>"
26356
+ }
26357
+ },
26358
+ "parameters": [
26359
+ {
26360
+ "name": "context",
26361
+ "type": {
26362
+ "text": "ElementDefinitionContext"
26363
+ }
26364
+ },
26365
+ {
26366
+ "name": "definition",
26367
+ "type": {
26368
+ "text": "FoundationElementDefinition"
26369
+ }
26370
+ }
26371
+ ]
26372
+ }
26373
+ ],
26374
+ "exports": [
26375
+ {
26376
+ "kind": "js",
26377
+ "name": "zeroSegmentedControlTemplate",
26378
+ "declaration": {
26379
+ "name": "zeroSegmentedControlTemplate",
26380
+ "module": "src/segmented-control/segmented-control.template.ts"
26381
+ }
26382
+ }
26383
+ ]
26384
+ },
26385
+ {
26386
+ "kind": "javascript-module",
26387
+ "path": "src/segmented-control/segmented-control.ts",
26388
+ "declarations": [
26389
+ {
26390
+ "kind": "class",
26391
+ "description": "",
26392
+ "name": "SegmentedControl",
26393
+ "superclass": {
26394
+ "name": "FoundationSegmentedControl",
26395
+ "package": "@genesislcap/foundation-ui"
26396
+ },
26397
+ "tagName": "%%prefix%%-segmented-control",
26398
+ "customElement": true,
26399
+ "members": [
26400
+ {
26401
+ "kind": "method",
26402
+ "name": "valueChanged",
26403
+ "privacy": "protected",
26404
+ "inheritedFrom": {
26405
+ "name": "SegmentedControl",
26406
+ "module": "src/segmented-control/segmented-control.ts"
26407
+ }
26408
+ }
26409
+ ]
26410
+ },
26411
+ {
26412
+ "kind": "variable",
26413
+ "name": "zeroSegmentedControlShadowOptions",
26414
+ "type": {
26415
+ "text": "ShadowRootInit"
26416
+ },
26417
+ "default": "undefined"
26418
+ },
26419
+ {
26420
+ "kind": "variable",
26421
+ "name": "defaultSegmentedControlConfig",
26422
+ "type": {
26423
+ "text": "object"
26424
+ },
26425
+ "default": "{}"
26426
+ },
26427
+ {
26428
+ "kind": "variable",
26429
+ "name": "zeroSegmentedControl",
26430
+ "description": "The Zero Segmented Control",
26431
+ "privacy": "public"
26432
+ }
26433
+ ],
26434
+ "exports": [
26435
+ {
26436
+ "kind": "js",
26437
+ "name": "SegmentedControl",
26438
+ "declaration": {
26439
+ "name": "SegmentedControl",
26440
+ "module": "src/segmented-control/segmented-control.ts"
26441
+ }
26442
+ },
26443
+ {
26444
+ "kind": "js",
26445
+ "name": "zeroSegmentedControlShadowOptions",
26446
+ "declaration": {
26447
+ "name": "zeroSegmentedControlShadowOptions",
26448
+ "module": "src/segmented-control/segmented-control.ts"
26449
+ }
26450
+ },
26451
+ {
26452
+ "kind": "js",
26453
+ "name": "defaultSegmentedControlConfig",
26454
+ "declaration": {
26455
+ "name": "defaultSegmentedControlConfig",
26456
+ "module": "src/segmented-control/segmented-control.ts"
26457
+ }
26458
+ },
26459
+ {
26460
+ "kind": "js",
26461
+ "name": "zeroSegmentedControl",
26462
+ "declaration": {
26463
+ "name": "zeroSegmentedControl",
26464
+ "module": "src/segmented-control/segmented-control.ts"
26465
+ }
26466
+ }
26467
+ ]
26468
+ },
26469
26469
  {
26470
26470
  "kind": "javascript-module",
26471
26471
  "path": "src/segmented-item/index.ts",