@genesislcap/foundation-zero 14.109.1-alpha-cf055218219.0 → 14.110.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.
@@ -839,6 +839,194 @@
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
+ },
842
1030
  {
843
1031
  "kind": "javascript-module",
844
1032
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1199,194 +1387,6 @@
1199
1387
  }
1200
1388
  ]
1201
1389
  },
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",
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.109.1-alpha-cf055218219.0",
4
+ "version": "14.110.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.109.1-alpha-cf055218219.0",
70
+ "@genesislcap/genx": "14.110.0",
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.109.1-alpha-cf055218219.0",
86
- "@genesislcap/foundation-logger": "14.109.1-alpha-cf055218219.0",
87
- "@genesislcap/foundation-ui": "14.109.1-alpha-cf055218219.0",
88
- "@genesislcap/foundation-utils": "14.109.1-alpha-cf055218219.0",
85
+ "@genesislcap/foundation-comms": "14.110.0",
86
+ "@genesislcap/foundation-logger": "14.110.0",
87
+ "@genesislcap/foundation-ui": "14.110.0",
88
+ "@genesislcap/foundation-utils": "14.110.0",
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": "2aca46b6e2d2e0df7aae4314ce806468e43e8c57"
105
+ "gitHead": "235e93fa39cca01b7ee247d2c04d8f7d6a2719b0"
106
106
  }