@genesislcap/foundation-zero 14.120.2 → 14.121.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.
@@ -808,194 +808,6 @@
808
808
  }
809
809
  ]
810
810
  },
811
- {
812
- "kind": "javascript-module",
813
- "path": "src/accordion/accordion.stories.ts",
814
- "declarations": [
815
- {
816
- "kind": "variable",
817
- "name": "meta",
818
- "type": {
819
- "text": "Meta"
820
- },
821
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
822
- },
823
- {
824
- "kind": "variable",
825
- "name": "Primary",
826
- "type": {
827
- "text": "StoryObj"
828
- },
829
- "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}"
830
- }
831
- ],
832
- "exports": [
833
- {
834
- "kind": "js",
835
- "name": "default",
836
- "declaration": {
837
- "name": "meta",
838
- "module": "src/accordion/accordion.stories.ts"
839
- }
840
- },
841
- {
842
- "kind": "js",
843
- "name": "Primary",
844
- "declaration": {
845
- "name": "Primary",
846
- "module": "src/accordion/accordion.stories.ts"
847
- }
848
- }
849
- ]
850
- },
851
- {
852
- "kind": "javascript-module",
853
- "path": "src/accordion/accordion.styles.ts",
854
- "declarations": [
855
- {
856
- "kind": "function",
857
- "name": "zeroAccordionStyles",
858
- "return": {
859
- "type": {
860
- "text": "ElementStyles"
861
- }
862
- },
863
- "parameters": [
864
- {
865
- "name": "context",
866
- "type": {
867
- "text": "ElementDefinitionContext"
868
- }
869
- },
870
- {
871
- "name": "definition",
872
- "type": {
873
- "text": "FoundationElementDefinition"
874
- }
875
- }
876
- ]
877
- }
878
- ],
879
- "exports": [
880
- {
881
- "kind": "js",
882
- "name": "zeroAccordionStyles",
883
- "declaration": {
884
- "name": "zeroAccordionStyles",
885
- "module": "src/accordion/accordion.styles.ts"
886
- }
887
- }
888
- ]
889
- },
890
- {
891
- "kind": "javascript-module",
892
- "path": "src/accordion/accordion.template.ts",
893
- "declarations": [
894
- {
895
- "kind": "function",
896
- "name": "zeroAccordionTemplate",
897
- "return": {
898
- "type": {
899
- "text": "ViewTemplate<Accordion>"
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": "zeroAccordionTemplate",
922
- "declaration": {
923
- "name": "zeroAccordionTemplate",
924
- "module": "src/accordion/accordion.template.ts"
925
- }
926
- }
927
- ]
928
- },
929
- {
930
- "kind": "javascript-module",
931
- "path": "src/accordion/accordion.ts",
932
- "declarations": [
933
- {
934
- "kind": "class",
935
- "description": "",
936
- "name": "Accordion",
937
- "superclass": {
938
- "name": "FoundationAccordion",
939
- "package": "@genesislcap/foundation-ui"
940
- },
941
- "tagName": "%%prefix%%-card",
942
- "customElement": true
943
- },
944
- {
945
- "kind": "variable",
946
- "name": "zeroAccordion"
947
- }
948
- ],
949
- "exports": [
950
- {
951
- "kind": "js",
952
- "name": "Accordion",
953
- "declaration": {
954
- "name": "Accordion",
955
- "module": "src/accordion/accordion.ts"
956
- }
957
- },
958
- {
959
- "kind": "js",
960
- "name": "zeroAccordion",
961
- "declaration": {
962
- "name": "zeroAccordion",
963
- "module": "src/accordion/accordion.ts"
964
- }
965
- }
966
- ]
967
- },
968
- {
969
- "kind": "javascript-module",
970
- "path": "src/accordion/index.ts",
971
- "declarations": [],
972
- "exports": [
973
- {
974
- "kind": "js",
975
- "name": "*",
976
- "declaration": {
977
- "name": "*",
978
- "package": "./accordion"
979
- }
980
- },
981
- {
982
- "kind": "js",
983
- "name": "*",
984
- "declaration": {
985
- "name": "*",
986
- "package": "./accordion.styles"
987
- }
988
- },
989
- {
990
- "kind": "js",
991
- "name": "*",
992
- "declaration": {
993
- "name": "*",
994
- "package": "./accordion.template"
995
- }
996
- }
997
- ]
998
- },
999
811
  {
1000
812
  "kind": "javascript-module",
1001
813
  "path": "src/_config/index.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",
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.2",
4
+ "version": "14.121.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.120.2",
70
+ "@genesislcap/genx": "14.121.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.120.2",
86
- "@genesislcap/foundation-logger": "14.120.2",
87
- "@genesislcap/foundation-ui": "14.120.2",
88
- "@genesislcap/foundation-utils": "14.120.2",
85
+ "@genesislcap/foundation-comms": "14.121.0",
86
+ "@genesislcap/foundation-logger": "14.121.0",
87
+ "@genesislcap/foundation-ui": "14.121.0",
88
+ "@genesislcap/foundation-utils": "14.121.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": "eba2e50179b4df4d928164f4ad8776be0227b4d9"
105
+ "gitHead": "a5a9cb1994ea71cb390b2eea7ece0fab419bb71e"
106
106
  }