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