@genesislcap/foundation-zero 14.161.0 → 14.162.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +188 -188
  2. package/package.json +12 -12
@@ -863,194 +863,6 @@
863
863
  }
864
864
  ]
865
865
  },
866
- {
867
- "kind": "javascript-module",
868
- "path": "src/accordion/accordion.stories.ts",
869
- "declarations": [
870
- {
871
- "kind": "variable",
872
- "name": "meta",
873
- "type": {
874
- "text": "Meta"
875
- },
876
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
877
- },
878
- {
879
- "kind": "variable",
880
- "name": "Primary",
881
- "type": {
882
- "text": "StoryObj"
883
- },
884
- "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}"
885
- }
886
- ],
887
- "exports": [
888
- {
889
- "kind": "js",
890
- "name": "default",
891
- "declaration": {
892
- "name": "meta",
893
- "module": "src/accordion/accordion.stories.ts"
894
- }
895
- },
896
- {
897
- "kind": "js",
898
- "name": "Primary",
899
- "declaration": {
900
- "name": "Primary",
901
- "module": "src/accordion/accordion.stories.ts"
902
- }
903
- }
904
- ]
905
- },
906
- {
907
- "kind": "javascript-module",
908
- "path": "src/accordion/accordion.styles.ts",
909
- "declarations": [
910
- {
911
- "kind": "function",
912
- "name": "zeroAccordionStyles",
913
- "return": {
914
- "type": {
915
- "text": "ElementStyles"
916
- }
917
- },
918
- "parameters": [
919
- {
920
- "name": "context",
921
- "type": {
922
- "text": "ElementDefinitionContext"
923
- }
924
- },
925
- {
926
- "name": "definition",
927
- "type": {
928
- "text": "FoundationElementDefinition"
929
- }
930
- }
931
- ]
932
- }
933
- ],
934
- "exports": [
935
- {
936
- "kind": "js",
937
- "name": "zeroAccordionStyles",
938
- "declaration": {
939
- "name": "zeroAccordionStyles",
940
- "module": "src/accordion/accordion.styles.ts"
941
- }
942
- }
943
- ]
944
- },
945
- {
946
- "kind": "javascript-module",
947
- "path": "src/accordion/accordion.template.ts",
948
- "declarations": [
949
- {
950
- "kind": "function",
951
- "name": "zeroAccordionTemplate",
952
- "return": {
953
- "type": {
954
- "text": "ViewTemplate<Accordion>"
955
- }
956
- },
957
- "parameters": [
958
- {
959
- "name": "context",
960
- "type": {
961
- "text": "ElementDefinitionContext"
962
- }
963
- },
964
- {
965
- "name": "definition",
966
- "type": {
967
- "text": "FoundationElementDefinition"
968
- }
969
- }
970
- ]
971
- }
972
- ],
973
- "exports": [
974
- {
975
- "kind": "js",
976
- "name": "zeroAccordionTemplate",
977
- "declaration": {
978
- "name": "zeroAccordionTemplate",
979
- "module": "src/accordion/accordion.template.ts"
980
- }
981
- }
982
- ]
983
- },
984
- {
985
- "kind": "javascript-module",
986
- "path": "src/accordion/accordion.ts",
987
- "declarations": [
988
- {
989
- "kind": "class",
990
- "description": "",
991
- "name": "Accordion",
992
- "superclass": {
993
- "name": "FoundationAccordion",
994
- "package": "@genesislcap/foundation-ui"
995
- },
996
- "tagName": "%%prefix%%-card",
997
- "customElement": true
998
- },
999
- {
1000
- "kind": "variable",
1001
- "name": "zeroAccordion"
1002
- }
1003
- ],
1004
- "exports": [
1005
- {
1006
- "kind": "js",
1007
- "name": "Accordion",
1008
- "declaration": {
1009
- "name": "Accordion",
1010
- "module": "src/accordion/accordion.ts"
1011
- }
1012
- },
1013
- {
1014
- "kind": "js",
1015
- "name": "zeroAccordion",
1016
- "declaration": {
1017
- "name": "zeroAccordion",
1018
- "module": "src/accordion/accordion.ts"
1019
- }
1020
- }
1021
- ]
1022
- },
1023
- {
1024
- "kind": "javascript-module",
1025
- "path": "src/accordion/index.ts",
1026
- "declarations": [],
1027
- "exports": [
1028
- {
1029
- "kind": "js",
1030
- "name": "*",
1031
- "declaration": {
1032
- "name": "*",
1033
- "package": "./accordion"
1034
- }
1035
- },
1036
- {
1037
- "kind": "js",
1038
- "name": "*",
1039
- "declaration": {
1040
- "name": "*",
1041
- "package": "./accordion.styles"
1042
- }
1043
- },
1044
- {
1045
- "kind": "js",
1046
- "name": "*",
1047
- "declaration": {
1048
- "name": "*",
1049
- "package": "./accordion.template"
1050
- }
1051
- }
1052
- ]
1053
- },
1054
866
  {
1055
867
  "kind": "javascript-module",
1056
868
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1411,6 +1223,194 @@
1411
1223
  }
1412
1224
  ]
1413
1225
  },
1226
+ {
1227
+ "kind": "javascript-module",
1228
+ "path": "src/accordion/accordion.stories.ts",
1229
+ "declarations": [
1230
+ {
1231
+ "kind": "variable",
1232
+ "name": "meta",
1233
+ "type": {
1234
+ "text": "Meta"
1235
+ },
1236
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1237
+ },
1238
+ {
1239
+ "kind": "variable",
1240
+ "name": "Primary",
1241
+ "type": {
1242
+ "text": "StoryObj"
1243
+ },
1244
+ "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}"
1245
+ }
1246
+ ],
1247
+ "exports": [
1248
+ {
1249
+ "kind": "js",
1250
+ "name": "default",
1251
+ "declaration": {
1252
+ "name": "meta",
1253
+ "module": "src/accordion/accordion.stories.ts"
1254
+ }
1255
+ },
1256
+ {
1257
+ "kind": "js",
1258
+ "name": "Primary",
1259
+ "declaration": {
1260
+ "name": "Primary",
1261
+ "module": "src/accordion/accordion.stories.ts"
1262
+ }
1263
+ }
1264
+ ]
1265
+ },
1266
+ {
1267
+ "kind": "javascript-module",
1268
+ "path": "src/accordion/accordion.styles.ts",
1269
+ "declarations": [
1270
+ {
1271
+ "kind": "function",
1272
+ "name": "zeroAccordionStyles",
1273
+ "return": {
1274
+ "type": {
1275
+ "text": "ElementStyles"
1276
+ }
1277
+ },
1278
+ "parameters": [
1279
+ {
1280
+ "name": "context",
1281
+ "type": {
1282
+ "text": "ElementDefinitionContext"
1283
+ }
1284
+ },
1285
+ {
1286
+ "name": "definition",
1287
+ "type": {
1288
+ "text": "FoundationElementDefinition"
1289
+ }
1290
+ }
1291
+ ]
1292
+ }
1293
+ ],
1294
+ "exports": [
1295
+ {
1296
+ "kind": "js",
1297
+ "name": "zeroAccordionStyles",
1298
+ "declaration": {
1299
+ "name": "zeroAccordionStyles",
1300
+ "module": "src/accordion/accordion.styles.ts"
1301
+ }
1302
+ }
1303
+ ]
1304
+ },
1305
+ {
1306
+ "kind": "javascript-module",
1307
+ "path": "src/accordion/accordion.template.ts",
1308
+ "declarations": [
1309
+ {
1310
+ "kind": "function",
1311
+ "name": "zeroAccordionTemplate",
1312
+ "return": {
1313
+ "type": {
1314
+ "text": "ViewTemplate<Accordion>"
1315
+ }
1316
+ },
1317
+ "parameters": [
1318
+ {
1319
+ "name": "context",
1320
+ "type": {
1321
+ "text": "ElementDefinitionContext"
1322
+ }
1323
+ },
1324
+ {
1325
+ "name": "definition",
1326
+ "type": {
1327
+ "text": "FoundationElementDefinition"
1328
+ }
1329
+ }
1330
+ ]
1331
+ }
1332
+ ],
1333
+ "exports": [
1334
+ {
1335
+ "kind": "js",
1336
+ "name": "zeroAccordionTemplate",
1337
+ "declaration": {
1338
+ "name": "zeroAccordionTemplate",
1339
+ "module": "src/accordion/accordion.template.ts"
1340
+ }
1341
+ }
1342
+ ]
1343
+ },
1344
+ {
1345
+ "kind": "javascript-module",
1346
+ "path": "src/accordion/accordion.ts",
1347
+ "declarations": [
1348
+ {
1349
+ "kind": "class",
1350
+ "description": "",
1351
+ "name": "Accordion",
1352
+ "superclass": {
1353
+ "name": "FoundationAccordion",
1354
+ "package": "@genesislcap/foundation-ui"
1355
+ },
1356
+ "tagName": "%%prefix%%-card",
1357
+ "customElement": true
1358
+ },
1359
+ {
1360
+ "kind": "variable",
1361
+ "name": "zeroAccordion"
1362
+ }
1363
+ ],
1364
+ "exports": [
1365
+ {
1366
+ "kind": "js",
1367
+ "name": "Accordion",
1368
+ "declaration": {
1369
+ "name": "Accordion",
1370
+ "module": "src/accordion/accordion.ts"
1371
+ }
1372
+ },
1373
+ {
1374
+ "kind": "js",
1375
+ "name": "zeroAccordion",
1376
+ "declaration": {
1377
+ "name": "zeroAccordion",
1378
+ "module": "src/accordion/accordion.ts"
1379
+ }
1380
+ }
1381
+ ]
1382
+ },
1383
+ {
1384
+ "kind": "javascript-module",
1385
+ "path": "src/accordion/index.ts",
1386
+ "declarations": [],
1387
+ "exports": [
1388
+ {
1389
+ "kind": "js",
1390
+ "name": "*",
1391
+ "declaration": {
1392
+ "name": "*",
1393
+ "package": "./accordion"
1394
+ }
1395
+ },
1396
+ {
1397
+ "kind": "js",
1398
+ "name": "*",
1399
+ "declaration": {
1400
+ "name": "*",
1401
+ "package": "./accordion.styles"
1402
+ }
1403
+ },
1404
+ {
1405
+ "kind": "js",
1406
+ "name": "*",
1407
+ "declaration": {
1408
+ "name": "*",
1409
+ "package": "./accordion.template"
1410
+ }
1411
+ }
1412
+ ]
1413
+ },
1414
1414
  {
1415
1415
  "kind": "javascript-module",
1416
1416
  "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.161.0",
4
+ "version": "14.162.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,12 +67,12 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.161.0",
71
- "@genesislcap/rollup-builder": "14.161.0",
72
- "@genesislcap/ts-builder": "14.161.0",
73
- "@genesislcap/uvu-playwright-builder": "14.161.0",
74
- "@genesislcap/vite-builder": "14.161.0",
75
- "@genesislcap/webpack-builder": "14.161.0",
70
+ "@genesislcap/genx": "14.162.1",
71
+ "@genesislcap/rollup-builder": "14.162.1",
72
+ "@genesislcap/ts-builder": "14.162.1",
73
+ "@genesislcap/uvu-playwright-builder": "14.162.1",
74
+ "@genesislcap/vite-builder": "14.162.1",
75
+ "@genesislcap/webpack-builder": "14.162.1",
76
76
  "@storybook/addon-coverage": "^1.0.1",
77
77
  "@storybook/addon-essentials": "^8.0.0",
78
78
  "@storybook/addon-links": "^8.0.0",
@@ -89,10 +89,10 @@
89
89
  "storybook": "^8.0.0"
90
90
  },
91
91
  "dependencies": {
92
- "@genesislcap/foundation-comms": "14.161.0",
93
- "@genesislcap/foundation-logger": "14.161.0",
94
- "@genesislcap/foundation-ui": "14.161.0",
95
- "@genesislcap/foundation-utils": "14.161.0",
92
+ "@genesislcap/foundation-comms": "14.162.1",
93
+ "@genesislcap/foundation-logger": "14.162.1",
94
+ "@genesislcap/foundation-ui": "14.162.1",
95
+ "@genesislcap/foundation-utils": "14.162.1",
96
96
  "@microsoft/fast-colors": "^5.3.1",
97
97
  "@microsoft/fast-components": "^2.30.6",
98
98
  "@microsoft/fast-element": "^1.12.0",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "75ef6861f287624c5efcee0f3ca24d1c167102d3"
112
+ "gitHead": "3bdf3555a95a41116950dde7656081b9b693ffbc"
113
113
  }