@genesislcap/foundation-zero 14.155.0-canary.2 → 14.155.0-canary.3

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 +165 -165
  2. package/package.json +12 -12
@@ -826,164 +826,7 @@
826
826
  },
827
827
  {
828
828
  "kind": "javascript-module",
829
- "path": "src/accordion/accordion.stories.ts",
830
- "declarations": [
831
- {
832
- "kind": "variable",
833
- "name": "meta",
834
- "type": {
835
- "text": "Meta"
836
- },
837
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
838
- },
839
- {
840
- "kind": "variable",
841
- "name": "Primary",
842
- "type": {
843
- "text": "StoryObj"
844
- },
845
- "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}"
846
- }
847
- ],
848
- "exports": [
849
- {
850
- "kind": "js",
851
- "name": "default",
852
- "declaration": {
853
- "name": "meta",
854
- "module": "src/accordion/accordion.stories.ts"
855
- }
856
- },
857
- {
858
- "kind": "js",
859
- "name": "Primary",
860
- "declaration": {
861
- "name": "Primary",
862
- "module": "src/accordion/accordion.stories.ts"
863
- }
864
- }
865
- ]
866
- },
867
- {
868
- "kind": "javascript-module",
869
- "path": "src/accordion/accordion.styles.ts",
870
- "declarations": [
871
- {
872
- "kind": "function",
873
- "name": "zeroAccordionStyles",
874
- "return": {
875
- "type": {
876
- "text": "ElementStyles"
877
- }
878
- },
879
- "parameters": [
880
- {
881
- "name": "context",
882
- "type": {
883
- "text": "ElementDefinitionContext"
884
- }
885
- },
886
- {
887
- "name": "definition",
888
- "type": {
889
- "text": "FoundationElementDefinition"
890
- }
891
- }
892
- ]
893
- }
894
- ],
895
- "exports": [
896
- {
897
- "kind": "js",
898
- "name": "zeroAccordionStyles",
899
- "declaration": {
900
- "name": "zeroAccordionStyles",
901
- "module": "src/accordion/accordion.styles.ts"
902
- }
903
- }
904
- ]
905
- },
906
- {
907
- "kind": "javascript-module",
908
- "path": "src/accordion/accordion.template.ts",
909
- "declarations": [
910
- {
911
- "kind": "function",
912
- "name": "zeroAccordionTemplate",
913
- "return": {
914
- "type": {
915
- "text": "ViewTemplate<Accordion>"
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": "zeroAccordionTemplate",
938
- "declaration": {
939
- "name": "zeroAccordionTemplate",
940
- "module": "src/accordion/accordion.template.ts"
941
- }
942
- }
943
- ]
944
- },
945
- {
946
- "kind": "javascript-module",
947
- "path": "src/accordion/accordion.ts",
948
- "declarations": [
949
- {
950
- "kind": "class",
951
- "description": "",
952
- "name": "Accordion",
953
- "superclass": {
954
- "name": "FoundationAccordion",
955
- "package": "@genesislcap/foundation-ui"
956
- },
957
- "tagName": "%%prefix%%-card",
958
- "customElement": true
959
- },
960
- {
961
- "kind": "variable",
962
- "name": "zeroAccordion"
963
- }
964
- ],
965
- "exports": [
966
- {
967
- "kind": "js",
968
- "name": "Accordion",
969
- "declaration": {
970
- "name": "Accordion",
971
- "module": "src/accordion/accordion.ts"
972
- }
973
- },
974
- {
975
- "kind": "js",
976
- "name": "zeroAccordion",
977
- "declaration": {
978
- "name": "zeroAccordion",
979
- "module": "src/accordion/accordion.ts"
980
- }
981
- }
982
- ]
983
- },
984
- {
985
- "kind": "javascript-module",
986
- "path": "src/accordion/index.ts",
829
+ "path": "src/_config/index.ts",
987
830
  "declarations": [],
988
831
  "exports": [
989
832
  {
@@ -991,7 +834,7 @@
991
834
  "name": "*",
992
835
  "declaration": {
993
836
  "name": "*",
994
- "package": "./accordion"
837
+ "package": "./styles"
995
838
  }
996
839
  },
997
840
  {
@@ -999,7 +842,7 @@
999
842
  "name": "*",
1000
843
  "declaration": {
1001
844
  "name": "*",
1002
- "package": "./accordion.styles"
845
+ "package": "./tokens"
1003
846
  }
1004
847
  },
1005
848
  {
@@ -1007,7 +850,7 @@
1007
850
  "name": "*",
1008
851
  "declaration": {
1009
852
  "name": "*",
1010
- "package": "./accordion.template"
853
+ "package": "./values"
1011
854
  }
1012
855
  }
1013
856
  ]
@@ -1374,7 +1217,164 @@
1374
1217
  },
1375
1218
  {
1376
1219
  "kind": "javascript-module",
1377
- "path": "src/_config/index.ts",
1220
+ "path": "src/accordion/accordion.stories.ts",
1221
+ "declarations": [
1222
+ {
1223
+ "kind": "variable",
1224
+ "name": "meta",
1225
+ "type": {
1226
+ "text": "Meta"
1227
+ },
1228
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1229
+ },
1230
+ {
1231
+ "kind": "variable",
1232
+ "name": "Primary",
1233
+ "type": {
1234
+ "text": "StoryObj"
1235
+ },
1236
+ "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}"
1237
+ }
1238
+ ],
1239
+ "exports": [
1240
+ {
1241
+ "kind": "js",
1242
+ "name": "default",
1243
+ "declaration": {
1244
+ "name": "meta",
1245
+ "module": "src/accordion/accordion.stories.ts"
1246
+ }
1247
+ },
1248
+ {
1249
+ "kind": "js",
1250
+ "name": "Primary",
1251
+ "declaration": {
1252
+ "name": "Primary",
1253
+ "module": "src/accordion/accordion.stories.ts"
1254
+ }
1255
+ }
1256
+ ]
1257
+ },
1258
+ {
1259
+ "kind": "javascript-module",
1260
+ "path": "src/accordion/accordion.styles.ts",
1261
+ "declarations": [
1262
+ {
1263
+ "kind": "function",
1264
+ "name": "zeroAccordionStyles",
1265
+ "return": {
1266
+ "type": {
1267
+ "text": "ElementStyles"
1268
+ }
1269
+ },
1270
+ "parameters": [
1271
+ {
1272
+ "name": "context",
1273
+ "type": {
1274
+ "text": "ElementDefinitionContext"
1275
+ }
1276
+ },
1277
+ {
1278
+ "name": "definition",
1279
+ "type": {
1280
+ "text": "FoundationElementDefinition"
1281
+ }
1282
+ }
1283
+ ]
1284
+ }
1285
+ ],
1286
+ "exports": [
1287
+ {
1288
+ "kind": "js",
1289
+ "name": "zeroAccordionStyles",
1290
+ "declaration": {
1291
+ "name": "zeroAccordionStyles",
1292
+ "module": "src/accordion/accordion.styles.ts"
1293
+ }
1294
+ }
1295
+ ]
1296
+ },
1297
+ {
1298
+ "kind": "javascript-module",
1299
+ "path": "src/accordion/accordion.template.ts",
1300
+ "declarations": [
1301
+ {
1302
+ "kind": "function",
1303
+ "name": "zeroAccordionTemplate",
1304
+ "return": {
1305
+ "type": {
1306
+ "text": "ViewTemplate<Accordion>"
1307
+ }
1308
+ },
1309
+ "parameters": [
1310
+ {
1311
+ "name": "context",
1312
+ "type": {
1313
+ "text": "ElementDefinitionContext"
1314
+ }
1315
+ },
1316
+ {
1317
+ "name": "definition",
1318
+ "type": {
1319
+ "text": "FoundationElementDefinition"
1320
+ }
1321
+ }
1322
+ ]
1323
+ }
1324
+ ],
1325
+ "exports": [
1326
+ {
1327
+ "kind": "js",
1328
+ "name": "zeroAccordionTemplate",
1329
+ "declaration": {
1330
+ "name": "zeroAccordionTemplate",
1331
+ "module": "src/accordion/accordion.template.ts"
1332
+ }
1333
+ }
1334
+ ]
1335
+ },
1336
+ {
1337
+ "kind": "javascript-module",
1338
+ "path": "src/accordion/accordion.ts",
1339
+ "declarations": [
1340
+ {
1341
+ "kind": "class",
1342
+ "description": "",
1343
+ "name": "Accordion",
1344
+ "superclass": {
1345
+ "name": "FoundationAccordion",
1346
+ "package": "@genesislcap/foundation-ui"
1347
+ },
1348
+ "tagName": "%%prefix%%-card",
1349
+ "customElement": true
1350
+ },
1351
+ {
1352
+ "kind": "variable",
1353
+ "name": "zeroAccordion"
1354
+ }
1355
+ ],
1356
+ "exports": [
1357
+ {
1358
+ "kind": "js",
1359
+ "name": "Accordion",
1360
+ "declaration": {
1361
+ "name": "Accordion",
1362
+ "module": "src/accordion/accordion.ts"
1363
+ }
1364
+ },
1365
+ {
1366
+ "kind": "js",
1367
+ "name": "zeroAccordion",
1368
+ "declaration": {
1369
+ "name": "zeroAccordion",
1370
+ "module": "src/accordion/accordion.ts"
1371
+ }
1372
+ }
1373
+ ]
1374
+ },
1375
+ {
1376
+ "kind": "javascript-module",
1377
+ "path": "src/accordion/index.ts",
1378
1378
  "declarations": [],
1379
1379
  "exports": [
1380
1380
  {
@@ -1382,7 +1382,7 @@
1382
1382
  "name": "*",
1383
1383
  "declaration": {
1384
1384
  "name": "*",
1385
- "package": "./styles"
1385
+ "package": "./accordion"
1386
1386
  }
1387
1387
  },
1388
1388
  {
@@ -1390,7 +1390,7 @@
1390
1390
  "name": "*",
1391
1391
  "declaration": {
1392
1392
  "name": "*",
1393
- "package": "./tokens"
1393
+ "package": "./accordion.styles"
1394
1394
  }
1395
1395
  },
1396
1396
  {
@@ -1398,7 +1398,7 @@
1398
1398
  "name": "*",
1399
1399
  "declaration": {
1400
1400
  "name": "*",
1401
- "package": "./values"
1401
+ "package": "./accordion.template"
1402
1402
  }
1403
1403
  }
1404
1404
  ]
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.155.0-canary.2",
4
+ "version": "14.155.0-canary.3",
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.155.0-canary.2",
71
- "@genesislcap/rollup-builder": "14.155.0-canary.2",
72
- "@genesislcap/ts-builder": "14.155.0-canary.2",
73
- "@genesislcap/uvu-playwright-builder": "14.155.0-canary.2",
74
- "@genesislcap/vite-builder": "14.155.0-canary.2",
75
- "@genesislcap/webpack-builder": "14.155.0-canary.2",
70
+ "@genesislcap/genx": "14.155.0-canary.3",
71
+ "@genesislcap/rollup-builder": "14.155.0-canary.3",
72
+ "@genesislcap/ts-builder": "14.155.0-canary.3",
73
+ "@genesislcap/uvu-playwright-builder": "14.155.0-canary.3",
74
+ "@genesislcap/vite-builder": "14.155.0-canary.3",
75
+ "@genesislcap/webpack-builder": "14.155.0-canary.3",
76
76
  "@storybook/addon-coverage": "^1.0.0",
77
77
  "@storybook/addon-essentials": "^7.6.7",
78
78
  "@storybook/addon-links": "^7.6.7",
@@ -89,10 +89,10 @@
89
89
  "storybook": "^7.6.7"
90
90
  },
91
91
  "dependencies": {
92
- "@genesislcap/foundation-comms": "14.155.0-canary.2",
93
- "@genesislcap/foundation-logger": "14.155.0-canary.2",
94
- "@genesislcap/foundation-ui": "14.155.0-canary.2",
95
- "@genesislcap/foundation-utils": "14.155.0-canary.2",
92
+ "@genesislcap/foundation-comms": "14.155.0-canary.3",
93
+ "@genesislcap/foundation-logger": "14.155.0-canary.3",
94
+ "@genesislcap/foundation-ui": "14.155.0-canary.3",
95
+ "@genesislcap/foundation-utils": "14.155.0-canary.3",
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": "cc29273ef4672aa54a903a1027ebf37f81ab0766"
112
+ "gitHead": "114347c3fe9628fc9ec488b3cfd14844b8a0c1f6"
113
113
  }