@genesislcap/foundation-zero 14.151.1 → 14.151.2-alpha-6dc6e2c.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 +219 -219
  2. package/package.json +12 -12
@@ -677,6 +677,37 @@
677
677
  }
678
678
  ]
679
679
  },
680
+ {
681
+ "kind": "javascript-module",
682
+ "path": "src/_config/index.ts",
683
+ "declarations": [],
684
+ "exports": [
685
+ {
686
+ "kind": "js",
687
+ "name": "*",
688
+ "declaration": {
689
+ "name": "*",
690
+ "package": "./styles"
691
+ }
692
+ },
693
+ {
694
+ "kind": "js",
695
+ "name": "*",
696
+ "declaration": {
697
+ "name": "*",
698
+ "package": "./tokens"
699
+ }
700
+ },
701
+ {
702
+ "kind": "js",
703
+ "name": "*",
704
+ "declaration": {
705
+ "name": "*",
706
+ "package": "./values"
707
+ }
708
+ }
709
+ ]
710
+ },
680
711
  {
681
712
  "kind": "javascript-module",
682
713
  "path": "src/_common/colors.hex.ts",
@@ -816,225 +847,6 @@
816
847
  }
817
848
  ]
818
849
  },
819
- {
820
- "kind": "javascript-module",
821
- "path": "src/_config/index.ts",
822
- "declarations": [],
823
- "exports": [
824
- {
825
- "kind": "js",
826
- "name": "*",
827
- "declaration": {
828
- "name": "*",
829
- "package": "./styles"
830
- }
831
- },
832
- {
833
- "kind": "js",
834
- "name": "*",
835
- "declaration": {
836
- "name": "*",
837
- "package": "./tokens"
838
- }
839
- },
840
- {
841
- "kind": "js",
842
- "name": "*",
843
- "declaration": {
844
- "name": "*",
845
- "package": "./values"
846
- }
847
- }
848
- ]
849
- },
850
- {
851
- "kind": "javascript-module",
852
- "path": "src/accordion/accordion.stories.ts",
853
- "declarations": [
854
- {
855
- "kind": "variable",
856
- "name": "meta",
857
- "type": {
858
- "text": "Meta"
859
- },
860
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
861
- },
862
- {
863
- "kind": "variable",
864
- "name": "Primary",
865
- "type": {
866
- "text": "StoryObj"
867
- },
868
- "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}"
869
- }
870
- ],
871
- "exports": [
872
- {
873
- "kind": "js",
874
- "name": "default",
875
- "declaration": {
876
- "name": "meta",
877
- "module": "src/accordion/accordion.stories.ts"
878
- }
879
- },
880
- {
881
- "kind": "js",
882
- "name": "Primary",
883
- "declaration": {
884
- "name": "Primary",
885
- "module": "src/accordion/accordion.stories.ts"
886
- }
887
- }
888
- ]
889
- },
890
- {
891
- "kind": "javascript-module",
892
- "path": "src/accordion/accordion.styles.ts",
893
- "declarations": [
894
- {
895
- "kind": "function",
896
- "name": "zeroAccordionStyles",
897
- "return": {
898
- "type": {
899
- "text": "ElementStyles"
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": "zeroAccordionStyles",
922
- "declaration": {
923
- "name": "zeroAccordionStyles",
924
- "module": "src/accordion/accordion.styles.ts"
925
- }
926
- }
927
- ]
928
- },
929
- {
930
- "kind": "javascript-module",
931
- "path": "src/accordion/accordion.template.ts",
932
- "declarations": [
933
- {
934
- "kind": "function",
935
- "name": "zeroAccordionTemplate",
936
- "return": {
937
- "type": {
938
- "text": "ViewTemplate<Accordion>"
939
- }
940
- },
941
- "parameters": [
942
- {
943
- "name": "context",
944
- "type": {
945
- "text": "ElementDefinitionContext"
946
- }
947
- },
948
- {
949
- "name": "definition",
950
- "type": {
951
- "text": "FoundationElementDefinition"
952
- }
953
- }
954
- ]
955
- }
956
- ],
957
- "exports": [
958
- {
959
- "kind": "js",
960
- "name": "zeroAccordionTemplate",
961
- "declaration": {
962
- "name": "zeroAccordionTemplate",
963
- "module": "src/accordion/accordion.template.ts"
964
- }
965
- }
966
- ]
967
- },
968
- {
969
- "kind": "javascript-module",
970
- "path": "src/accordion/accordion.ts",
971
- "declarations": [
972
- {
973
- "kind": "class",
974
- "description": "",
975
- "name": "Accordion",
976
- "superclass": {
977
- "name": "FoundationAccordion",
978
- "package": "@genesislcap/foundation-ui"
979
- },
980
- "tagName": "%%prefix%%-card",
981
- "customElement": true
982
- },
983
- {
984
- "kind": "variable",
985
- "name": "zeroAccordion"
986
- }
987
- ],
988
- "exports": [
989
- {
990
- "kind": "js",
991
- "name": "Accordion",
992
- "declaration": {
993
- "name": "Accordion",
994
- "module": "src/accordion/accordion.ts"
995
- }
996
- },
997
- {
998
- "kind": "js",
999
- "name": "zeroAccordion",
1000
- "declaration": {
1001
- "name": "zeroAccordion",
1002
- "module": "src/accordion/accordion.ts"
1003
- }
1004
- }
1005
- ]
1006
- },
1007
- {
1008
- "kind": "javascript-module",
1009
- "path": "src/accordion/index.ts",
1010
- "declarations": [],
1011
- "exports": [
1012
- {
1013
- "kind": "js",
1014
- "name": "*",
1015
- "declaration": {
1016
- "name": "*",
1017
- "package": "./accordion"
1018
- }
1019
- },
1020
- {
1021
- "kind": "js",
1022
- "name": "*",
1023
- "declaration": {
1024
- "name": "*",
1025
- "package": "./accordion.styles"
1026
- }
1027
- },
1028
- {
1029
- "kind": "js",
1030
- "name": "*",
1031
- "declaration": {
1032
- "name": "*",
1033
- "package": "./accordion.template"
1034
- }
1035
- }
1036
- ]
1037
- },
1038
850
  {
1039
851
  "kind": "javascript-module",
1040
852
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1395,6 +1207,194 @@
1395
1207
  }
1396
1208
  ]
1397
1209
  },
1210
+ {
1211
+ "kind": "javascript-module",
1212
+ "path": "src/accordion/accordion.stories.ts",
1213
+ "declarations": [
1214
+ {
1215
+ "kind": "variable",
1216
+ "name": "meta",
1217
+ "type": {
1218
+ "text": "Meta"
1219
+ },
1220
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1221
+ },
1222
+ {
1223
+ "kind": "variable",
1224
+ "name": "Primary",
1225
+ "type": {
1226
+ "text": "StoryObj"
1227
+ },
1228
+ "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}"
1229
+ }
1230
+ ],
1231
+ "exports": [
1232
+ {
1233
+ "kind": "js",
1234
+ "name": "default",
1235
+ "declaration": {
1236
+ "name": "meta",
1237
+ "module": "src/accordion/accordion.stories.ts"
1238
+ }
1239
+ },
1240
+ {
1241
+ "kind": "js",
1242
+ "name": "Primary",
1243
+ "declaration": {
1244
+ "name": "Primary",
1245
+ "module": "src/accordion/accordion.stories.ts"
1246
+ }
1247
+ }
1248
+ ]
1249
+ },
1250
+ {
1251
+ "kind": "javascript-module",
1252
+ "path": "src/accordion/accordion.styles.ts",
1253
+ "declarations": [
1254
+ {
1255
+ "kind": "function",
1256
+ "name": "zeroAccordionStyles",
1257
+ "return": {
1258
+ "type": {
1259
+ "text": "ElementStyles"
1260
+ }
1261
+ },
1262
+ "parameters": [
1263
+ {
1264
+ "name": "context",
1265
+ "type": {
1266
+ "text": "ElementDefinitionContext"
1267
+ }
1268
+ },
1269
+ {
1270
+ "name": "definition",
1271
+ "type": {
1272
+ "text": "FoundationElementDefinition"
1273
+ }
1274
+ }
1275
+ ]
1276
+ }
1277
+ ],
1278
+ "exports": [
1279
+ {
1280
+ "kind": "js",
1281
+ "name": "zeroAccordionStyles",
1282
+ "declaration": {
1283
+ "name": "zeroAccordionStyles",
1284
+ "module": "src/accordion/accordion.styles.ts"
1285
+ }
1286
+ }
1287
+ ]
1288
+ },
1289
+ {
1290
+ "kind": "javascript-module",
1291
+ "path": "src/accordion/accordion.template.ts",
1292
+ "declarations": [
1293
+ {
1294
+ "kind": "function",
1295
+ "name": "zeroAccordionTemplate",
1296
+ "return": {
1297
+ "type": {
1298
+ "text": "ViewTemplate<Accordion>"
1299
+ }
1300
+ },
1301
+ "parameters": [
1302
+ {
1303
+ "name": "context",
1304
+ "type": {
1305
+ "text": "ElementDefinitionContext"
1306
+ }
1307
+ },
1308
+ {
1309
+ "name": "definition",
1310
+ "type": {
1311
+ "text": "FoundationElementDefinition"
1312
+ }
1313
+ }
1314
+ ]
1315
+ }
1316
+ ],
1317
+ "exports": [
1318
+ {
1319
+ "kind": "js",
1320
+ "name": "zeroAccordionTemplate",
1321
+ "declaration": {
1322
+ "name": "zeroAccordionTemplate",
1323
+ "module": "src/accordion/accordion.template.ts"
1324
+ }
1325
+ }
1326
+ ]
1327
+ },
1328
+ {
1329
+ "kind": "javascript-module",
1330
+ "path": "src/accordion/accordion.ts",
1331
+ "declarations": [
1332
+ {
1333
+ "kind": "class",
1334
+ "description": "",
1335
+ "name": "Accordion",
1336
+ "superclass": {
1337
+ "name": "FoundationAccordion",
1338
+ "package": "@genesislcap/foundation-ui"
1339
+ },
1340
+ "tagName": "%%prefix%%-card",
1341
+ "customElement": true
1342
+ },
1343
+ {
1344
+ "kind": "variable",
1345
+ "name": "zeroAccordion"
1346
+ }
1347
+ ],
1348
+ "exports": [
1349
+ {
1350
+ "kind": "js",
1351
+ "name": "Accordion",
1352
+ "declaration": {
1353
+ "name": "Accordion",
1354
+ "module": "src/accordion/accordion.ts"
1355
+ }
1356
+ },
1357
+ {
1358
+ "kind": "js",
1359
+ "name": "zeroAccordion",
1360
+ "declaration": {
1361
+ "name": "zeroAccordion",
1362
+ "module": "src/accordion/accordion.ts"
1363
+ }
1364
+ }
1365
+ ]
1366
+ },
1367
+ {
1368
+ "kind": "javascript-module",
1369
+ "path": "src/accordion/index.ts",
1370
+ "declarations": [],
1371
+ "exports": [
1372
+ {
1373
+ "kind": "js",
1374
+ "name": "*",
1375
+ "declaration": {
1376
+ "name": "*",
1377
+ "package": "./accordion"
1378
+ }
1379
+ },
1380
+ {
1381
+ "kind": "js",
1382
+ "name": "*",
1383
+ "declaration": {
1384
+ "name": "*",
1385
+ "package": "./accordion.styles"
1386
+ }
1387
+ },
1388
+ {
1389
+ "kind": "js",
1390
+ "name": "*",
1391
+ "declaration": {
1392
+ "name": "*",
1393
+ "package": "./accordion.template"
1394
+ }
1395
+ }
1396
+ ]
1397
+ },
1398
1398
  {
1399
1399
  "kind": "javascript-module",
1400
1400
  "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.151.1",
4
+ "version": "14.151.2-alpha-6dc6e2c.0",
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.151.1",
71
- "@genesislcap/rollup-builder": "14.151.1",
72
- "@genesislcap/ts-builder": "14.151.1",
73
- "@genesislcap/uvu-playwright-builder": "14.151.1",
74
- "@genesislcap/vite-builder": "14.151.1",
75
- "@genesislcap/webpack-builder": "14.151.1",
70
+ "@genesislcap/genx": "14.151.2-alpha-6dc6e2c.0",
71
+ "@genesislcap/rollup-builder": "14.151.2-alpha-6dc6e2c.0",
72
+ "@genesislcap/ts-builder": "14.151.2-alpha-6dc6e2c.0",
73
+ "@genesislcap/uvu-playwright-builder": "14.151.2-alpha-6dc6e2c.0",
74
+ "@genesislcap/vite-builder": "14.151.2-alpha-6dc6e2c.0",
75
+ "@genesislcap/webpack-builder": "14.151.2-alpha-6dc6e2c.0",
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.151.1",
93
- "@genesislcap/foundation-logger": "14.151.1",
94
- "@genesislcap/foundation-ui": "14.151.1",
95
- "@genesislcap/foundation-utils": "14.151.1",
92
+ "@genesislcap/foundation-comms": "14.151.2-alpha-6dc6e2c.0",
93
+ "@genesislcap/foundation-logger": "14.151.2-alpha-6dc6e2c.0",
94
+ "@genesislcap/foundation-ui": "14.151.2-alpha-6dc6e2c.0",
95
+ "@genesislcap/foundation-utils": "14.151.2-alpha-6dc6e2c.0",
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": "b56ae0d22c24098e5fd2e771a9ec1749de9cabbf"
112
+ "gitHead": "ead29961faf124f80ee8195b7f318586cc51c71f"
113
113
  }