@genesislcap/foundation-zero 14.97.0 → 14.99.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.
@@ -784,6 +784,194 @@
784
784
  }
785
785
  ]
786
786
  },
787
+ {
788
+ "kind": "javascript-module",
789
+ "path": "src/accordion/accordion.stories.ts",
790
+ "declarations": [
791
+ {
792
+ "kind": "variable",
793
+ "name": "meta",
794
+ "type": {
795
+ "text": "Meta"
796
+ },
797
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
798
+ },
799
+ {
800
+ "kind": "variable",
801
+ "name": "Primary",
802
+ "type": {
803
+ "text": "StoryObj"
804
+ },
805
+ "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}"
806
+ }
807
+ ],
808
+ "exports": [
809
+ {
810
+ "kind": "js",
811
+ "name": "default",
812
+ "declaration": {
813
+ "name": "meta",
814
+ "module": "src/accordion/accordion.stories.ts"
815
+ }
816
+ },
817
+ {
818
+ "kind": "js",
819
+ "name": "Primary",
820
+ "declaration": {
821
+ "name": "Primary",
822
+ "module": "src/accordion/accordion.stories.ts"
823
+ }
824
+ }
825
+ ]
826
+ },
827
+ {
828
+ "kind": "javascript-module",
829
+ "path": "src/accordion/accordion.styles.ts",
830
+ "declarations": [
831
+ {
832
+ "kind": "function",
833
+ "name": "zeroAccordionStyles",
834
+ "return": {
835
+ "type": {
836
+ "text": "ElementStyles"
837
+ }
838
+ },
839
+ "parameters": [
840
+ {
841
+ "name": "context",
842
+ "type": {
843
+ "text": "ElementDefinitionContext"
844
+ }
845
+ },
846
+ {
847
+ "name": "definition",
848
+ "type": {
849
+ "text": "FoundationElementDefinition"
850
+ }
851
+ }
852
+ ]
853
+ }
854
+ ],
855
+ "exports": [
856
+ {
857
+ "kind": "js",
858
+ "name": "zeroAccordionStyles",
859
+ "declaration": {
860
+ "name": "zeroAccordionStyles",
861
+ "module": "src/accordion/accordion.styles.ts"
862
+ }
863
+ }
864
+ ]
865
+ },
866
+ {
867
+ "kind": "javascript-module",
868
+ "path": "src/accordion/accordion.template.ts",
869
+ "declarations": [
870
+ {
871
+ "kind": "function",
872
+ "name": "zeroAccordionTemplate",
873
+ "return": {
874
+ "type": {
875
+ "text": "ViewTemplate<Accordion>"
876
+ }
877
+ },
878
+ "parameters": [
879
+ {
880
+ "name": "context",
881
+ "type": {
882
+ "text": "ElementDefinitionContext"
883
+ }
884
+ },
885
+ {
886
+ "name": "definition",
887
+ "type": {
888
+ "text": "FoundationElementDefinition"
889
+ }
890
+ }
891
+ ]
892
+ }
893
+ ],
894
+ "exports": [
895
+ {
896
+ "kind": "js",
897
+ "name": "zeroAccordionTemplate",
898
+ "declaration": {
899
+ "name": "zeroAccordionTemplate",
900
+ "module": "src/accordion/accordion.template.ts"
901
+ }
902
+ }
903
+ ]
904
+ },
905
+ {
906
+ "kind": "javascript-module",
907
+ "path": "src/accordion/accordion.ts",
908
+ "declarations": [
909
+ {
910
+ "kind": "class",
911
+ "description": "",
912
+ "name": "Accordion",
913
+ "superclass": {
914
+ "name": "FoundationAccordion",
915
+ "package": "@genesislcap/foundation-ui"
916
+ },
917
+ "tagName": "%%prefix%%-card",
918
+ "customElement": true
919
+ },
920
+ {
921
+ "kind": "variable",
922
+ "name": "zeroAccordion"
923
+ }
924
+ ],
925
+ "exports": [
926
+ {
927
+ "kind": "js",
928
+ "name": "Accordion",
929
+ "declaration": {
930
+ "name": "Accordion",
931
+ "module": "src/accordion/accordion.ts"
932
+ }
933
+ },
934
+ {
935
+ "kind": "js",
936
+ "name": "zeroAccordion",
937
+ "declaration": {
938
+ "name": "zeroAccordion",
939
+ "module": "src/accordion/accordion.ts"
940
+ }
941
+ }
942
+ ]
943
+ },
944
+ {
945
+ "kind": "javascript-module",
946
+ "path": "src/accordion/index.ts",
947
+ "declarations": [],
948
+ "exports": [
949
+ {
950
+ "kind": "js",
951
+ "name": "*",
952
+ "declaration": {
953
+ "name": "*",
954
+ "package": "./accordion"
955
+ }
956
+ },
957
+ {
958
+ "kind": "js",
959
+ "name": "*",
960
+ "declaration": {
961
+ "name": "*",
962
+ "package": "./accordion.styles"
963
+ }
964
+ },
965
+ {
966
+ "kind": "js",
967
+ "name": "*",
968
+ "declaration": {
969
+ "name": "*",
970
+ "package": "./accordion.template"
971
+ }
972
+ }
973
+ ]
974
+ },
787
975
  {
788
976
  "kind": "javascript-module",
789
977
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -932,6 +1120,37 @@
932
1120
  }
933
1121
  ]
934
1122
  },
1123
+ {
1124
+ "kind": "javascript-module",
1125
+ "path": "src/_config/index.ts",
1126
+ "declarations": [],
1127
+ "exports": [
1128
+ {
1129
+ "kind": "js",
1130
+ "name": "*",
1131
+ "declaration": {
1132
+ "name": "*",
1133
+ "package": "./styles"
1134
+ }
1135
+ },
1136
+ {
1137
+ "kind": "js",
1138
+ "name": "*",
1139
+ "declaration": {
1140
+ "name": "*",
1141
+ "package": "./tokens"
1142
+ }
1143
+ },
1144
+ {
1145
+ "kind": "js",
1146
+ "name": "*",
1147
+ "declaration": {
1148
+ "name": "*",
1149
+ "package": "./values"
1150
+ }
1151
+ }
1152
+ ]
1153
+ },
935
1154
  {
936
1155
  "kind": "javascript-module",
937
1156
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -1204,194 +1423,6 @@
1204
1423
  }
1205
1424
  ]
1206
1425
  },
1207
- {
1208
- "kind": "javascript-module",
1209
- "path": "src/accordion/accordion.stories.ts",
1210
- "declarations": [
1211
- {
1212
- "kind": "variable",
1213
- "name": "meta",
1214
- "type": {
1215
- "text": "Meta"
1216
- },
1217
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1218
- },
1219
- {
1220
- "kind": "variable",
1221
- "name": "Primary",
1222
- "type": {
1223
- "text": "StoryObj"
1224
- },
1225
- "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}"
1226
- }
1227
- ],
1228
- "exports": [
1229
- {
1230
- "kind": "js",
1231
- "name": "default",
1232
- "declaration": {
1233
- "name": "meta",
1234
- "module": "src/accordion/accordion.stories.ts"
1235
- }
1236
- },
1237
- {
1238
- "kind": "js",
1239
- "name": "Primary",
1240
- "declaration": {
1241
- "name": "Primary",
1242
- "module": "src/accordion/accordion.stories.ts"
1243
- }
1244
- }
1245
- ]
1246
- },
1247
- {
1248
- "kind": "javascript-module",
1249
- "path": "src/accordion/accordion.styles.ts",
1250
- "declarations": [
1251
- {
1252
- "kind": "function",
1253
- "name": "zeroAccordionStyles",
1254
- "return": {
1255
- "type": {
1256
- "text": "ElementStyles"
1257
- }
1258
- },
1259
- "parameters": [
1260
- {
1261
- "name": "context",
1262
- "type": {
1263
- "text": "ElementDefinitionContext"
1264
- }
1265
- },
1266
- {
1267
- "name": "definition",
1268
- "type": {
1269
- "text": "FoundationElementDefinition"
1270
- }
1271
- }
1272
- ]
1273
- }
1274
- ],
1275
- "exports": [
1276
- {
1277
- "kind": "js",
1278
- "name": "zeroAccordionStyles",
1279
- "declaration": {
1280
- "name": "zeroAccordionStyles",
1281
- "module": "src/accordion/accordion.styles.ts"
1282
- }
1283
- }
1284
- ]
1285
- },
1286
- {
1287
- "kind": "javascript-module",
1288
- "path": "src/accordion/accordion.template.ts",
1289
- "declarations": [
1290
- {
1291
- "kind": "function",
1292
- "name": "zeroAccordionTemplate",
1293
- "return": {
1294
- "type": {
1295
- "text": "ViewTemplate<Accordion>"
1296
- }
1297
- },
1298
- "parameters": [
1299
- {
1300
- "name": "context",
1301
- "type": {
1302
- "text": "ElementDefinitionContext"
1303
- }
1304
- },
1305
- {
1306
- "name": "definition",
1307
- "type": {
1308
- "text": "FoundationElementDefinition"
1309
- }
1310
- }
1311
- ]
1312
- }
1313
- ],
1314
- "exports": [
1315
- {
1316
- "kind": "js",
1317
- "name": "zeroAccordionTemplate",
1318
- "declaration": {
1319
- "name": "zeroAccordionTemplate",
1320
- "module": "src/accordion/accordion.template.ts"
1321
- }
1322
- }
1323
- ]
1324
- },
1325
- {
1326
- "kind": "javascript-module",
1327
- "path": "src/accordion/accordion.ts",
1328
- "declarations": [
1329
- {
1330
- "kind": "class",
1331
- "description": "",
1332
- "name": "Accordion",
1333
- "superclass": {
1334
- "name": "FoundationAccordion",
1335
- "package": "@genesislcap/foundation-ui"
1336
- },
1337
- "tagName": "%%prefix%%-card",
1338
- "customElement": true
1339
- },
1340
- {
1341
- "kind": "variable",
1342
- "name": "zeroAccordion"
1343
- }
1344
- ],
1345
- "exports": [
1346
- {
1347
- "kind": "js",
1348
- "name": "Accordion",
1349
- "declaration": {
1350
- "name": "Accordion",
1351
- "module": "src/accordion/accordion.ts"
1352
- }
1353
- },
1354
- {
1355
- "kind": "js",
1356
- "name": "zeroAccordion",
1357
- "declaration": {
1358
- "name": "zeroAccordion",
1359
- "module": "src/accordion/accordion.ts"
1360
- }
1361
- }
1362
- ]
1363
- },
1364
- {
1365
- "kind": "javascript-module",
1366
- "path": "src/accordion/index.ts",
1367
- "declarations": [],
1368
- "exports": [
1369
- {
1370
- "kind": "js",
1371
- "name": "*",
1372
- "declaration": {
1373
- "name": "*",
1374
- "package": "./accordion"
1375
- }
1376
- },
1377
- {
1378
- "kind": "js",
1379
- "name": "*",
1380
- "declaration": {
1381
- "name": "*",
1382
- "package": "./accordion.styles"
1383
- }
1384
- },
1385
- {
1386
- "kind": "js",
1387
- "name": "*",
1388
- "declaration": {
1389
- "name": "*",
1390
- "package": "./accordion.template"
1391
- }
1392
- }
1393
- ]
1394
- },
1395
1426
  {
1396
1427
  "kind": "javascript-module",
1397
1428
  "path": "src/anchor/anchor.stories.ts",
@@ -1580,37 +1611,6 @@
1580
1611
  }
1581
1612
  ]
1582
1613
  },
1583
- {
1584
- "kind": "javascript-module",
1585
- "path": "src/_config/index.ts",
1586
- "declarations": [],
1587
- "exports": [
1588
- {
1589
- "kind": "js",
1590
- "name": "*",
1591
- "declaration": {
1592
- "name": "*",
1593
- "package": "./styles"
1594
- }
1595
- },
1596
- {
1597
- "kind": "js",
1598
- "name": "*",
1599
- "declaration": {
1600
- "name": "*",
1601
- "package": "./tokens"
1602
- }
1603
- },
1604
- {
1605
- "kind": "js",
1606
- "name": "*",
1607
- "declaration": {
1608
- "name": "*",
1609
- "package": "./values"
1610
- }
1611
- }
1612
- ]
1613
- },
1614
1614
  {
1615
1615
  "kind": "javascript-module",
1616
1616
  "path": "src/anchored-region/anchored-region.stories.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.97.0",
4
+ "version": "14.99.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -65,7 +65,7 @@
65
65
  "storybook": "storybook dev -p 6006"
66
66
  },
67
67
  "devDependencies": {
68
- "@genesislcap/genx": "14.97.0",
68
+ "@genesislcap/genx": "14.99.0",
69
69
  "@storybook/addon-essentials": "^7.1.0",
70
70
  "@storybook/addon-links": "^7.1.0",
71
71
  "@storybook/addons": "^7.1.0",
@@ -78,10 +78,10 @@
78
78
  "storybook": "^7.1.0"
79
79
  },
80
80
  "dependencies": {
81
- "@genesislcap/foundation-comms": "14.97.0",
82
- "@genesislcap/foundation-logger": "14.97.0",
83
- "@genesislcap/foundation-ui": "14.97.0",
84
- "@genesislcap/foundation-utils": "14.97.0",
81
+ "@genesislcap/foundation-comms": "14.99.0",
82
+ "@genesislcap/foundation-logger": "14.99.0",
83
+ "@genesislcap/foundation-ui": "14.99.0",
84
+ "@genesislcap/foundation-utils": "14.99.0",
85
85
  "@microsoft/fast-colors": "^5.1.4",
86
86
  "@microsoft/fast-components": "^2.21.3",
87
87
  "@microsoft/fast-element": "^1.7.0",
@@ -98,5 +98,5 @@
98
98
  "access": "public"
99
99
  },
100
100
  "customElements": "dist/custom-elements.json",
101
- "gitHead": "8a8a410a437d11bd1ada9d540411d3701f1382e5"
101
+ "gitHead": "a0d3d9b4b635de89087bbfe9216190e09d6dd558"
102
102
  }