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