@genesislcap/foundation-zero 14.77.1 → 14.78.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.
@@ -784,225 +784,6 @@
784
784
  }
785
785
  ]
786
786
  },
787
- {
788
- "kind": "javascript-module",
789
- "path": "src/_config/index.ts",
790
- "declarations": [],
791
- "exports": [
792
- {
793
- "kind": "js",
794
- "name": "*",
795
- "declaration": {
796
- "name": "*",
797
- "package": "./styles"
798
- }
799
- },
800
- {
801
- "kind": "js",
802
- "name": "*",
803
- "declaration": {
804
- "name": "*",
805
- "package": "./tokens"
806
- }
807
- },
808
- {
809
- "kind": "js",
810
- "name": "*",
811
- "declaration": {
812
- "name": "*",
813
- "package": "./values"
814
- }
815
- }
816
- ]
817
- },
818
- {
819
- "kind": "javascript-module",
820
- "path": "src/accordion/accordion.stories.ts",
821
- "declarations": [
822
- {
823
- "kind": "variable",
824
- "name": "meta",
825
- "type": {
826
- "text": "Meta"
827
- },
828
- "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
829
- },
830
- {
831
- "kind": "variable",
832
- "name": "Primary",
833
- "type": {
834
- "text": "StoryObj"
835
- },
836
- "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}"
837
- }
838
- ],
839
- "exports": [
840
- {
841
- "kind": "js",
842
- "name": "default",
843
- "declaration": {
844
- "name": "meta",
845
- "module": "src/accordion/accordion.stories.ts"
846
- }
847
- },
848
- {
849
- "kind": "js",
850
- "name": "Primary",
851
- "declaration": {
852
- "name": "Primary",
853
- "module": "src/accordion/accordion.stories.ts"
854
- }
855
- }
856
- ]
857
- },
858
- {
859
- "kind": "javascript-module",
860
- "path": "src/accordion/accordion.styles.ts",
861
- "declarations": [
862
- {
863
- "kind": "function",
864
- "name": "zeroAccordionStyles",
865
- "return": {
866
- "type": {
867
- "text": "ElementStyles"
868
- }
869
- },
870
- "parameters": [
871
- {
872
- "name": "context",
873
- "type": {
874
- "text": "ElementDefinitionContext"
875
- }
876
- },
877
- {
878
- "name": "definition",
879
- "type": {
880
- "text": "FoundationElementDefinition"
881
- }
882
- }
883
- ]
884
- }
885
- ],
886
- "exports": [
887
- {
888
- "kind": "js",
889
- "name": "zeroAccordionStyles",
890
- "declaration": {
891
- "name": "zeroAccordionStyles",
892
- "module": "src/accordion/accordion.styles.ts"
893
- }
894
- }
895
- ]
896
- },
897
- {
898
- "kind": "javascript-module",
899
- "path": "src/accordion/accordion.template.ts",
900
- "declarations": [
901
- {
902
- "kind": "function",
903
- "name": "zeroAccordionTemplate",
904
- "return": {
905
- "type": {
906
- "text": "ViewTemplate<Accordion>"
907
- }
908
- },
909
- "parameters": [
910
- {
911
- "name": "context",
912
- "type": {
913
- "text": "ElementDefinitionContext"
914
- }
915
- },
916
- {
917
- "name": "definition",
918
- "type": {
919
- "text": "FoundationElementDefinition"
920
- }
921
- }
922
- ]
923
- }
924
- ],
925
- "exports": [
926
- {
927
- "kind": "js",
928
- "name": "zeroAccordionTemplate",
929
- "declaration": {
930
- "name": "zeroAccordionTemplate",
931
- "module": "src/accordion/accordion.template.ts"
932
- }
933
- }
934
- ]
935
- },
936
- {
937
- "kind": "javascript-module",
938
- "path": "src/accordion/accordion.ts",
939
- "declarations": [
940
- {
941
- "kind": "class",
942
- "description": "",
943
- "name": "Accordion",
944
- "superclass": {
945
- "name": "FoundationAccordion",
946
- "package": "@genesislcap/foundation-ui"
947
- },
948
- "tagName": "%%prefix%%-card",
949
- "customElement": true
950
- },
951
- {
952
- "kind": "variable",
953
- "name": "zeroAccordion"
954
- }
955
- ],
956
- "exports": [
957
- {
958
- "kind": "js",
959
- "name": "Accordion",
960
- "declaration": {
961
- "name": "Accordion",
962
- "module": "src/accordion/accordion.ts"
963
- }
964
- },
965
- {
966
- "kind": "js",
967
- "name": "zeroAccordion",
968
- "declaration": {
969
- "name": "zeroAccordion",
970
- "module": "src/accordion/accordion.ts"
971
- }
972
- }
973
- ]
974
- },
975
- {
976
- "kind": "javascript-module",
977
- "path": "src/accordion/index.ts",
978
- "declarations": [],
979
- "exports": [
980
- {
981
- "kind": "js",
982
- "name": "*",
983
- "declaration": {
984
- "name": "*",
985
- "package": "./accordion"
986
- }
987
- },
988
- {
989
- "kind": "js",
990
- "name": "*",
991
- "declaration": {
992
- "name": "*",
993
- "package": "./accordion.styles"
994
- }
995
- },
996
- {
997
- "kind": "js",
998
- "name": "*",
999
- "declaration": {
1000
- "name": "*",
1001
- "package": "./accordion.template"
1002
- }
1003
- }
1004
- ]
1005
- },
1006
787
  {
1007
788
  "kind": "javascript-module",
1008
789
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1423,6 +1204,225 @@
1423
1204
  }
1424
1205
  ]
1425
1206
  },
1207
+ {
1208
+ "kind": "javascript-module",
1209
+ "path": "src/_config/index.ts",
1210
+ "declarations": [],
1211
+ "exports": [
1212
+ {
1213
+ "kind": "js",
1214
+ "name": "*",
1215
+ "declaration": {
1216
+ "name": "*",
1217
+ "package": "./styles"
1218
+ }
1219
+ },
1220
+ {
1221
+ "kind": "js",
1222
+ "name": "*",
1223
+ "declaration": {
1224
+ "name": "*",
1225
+ "package": "./tokens"
1226
+ }
1227
+ },
1228
+ {
1229
+ "kind": "js",
1230
+ "name": "*",
1231
+ "declaration": {
1232
+ "name": "*",
1233
+ "package": "./values"
1234
+ }
1235
+ }
1236
+ ]
1237
+ },
1238
+ {
1239
+ "kind": "javascript-module",
1240
+ "path": "src/accordion/accordion.stories.ts",
1241
+ "declarations": [
1242
+ {
1243
+ "kind": "variable",
1244
+ "name": "meta",
1245
+ "type": {
1246
+ "text": "Meta"
1247
+ },
1248
+ "default": "{\n title: 'Accordion',\n component: 'zero-accordion',\n}"
1249
+ },
1250
+ {
1251
+ "kind": "variable",
1252
+ "name": "Primary",
1253
+ "type": {
1254
+ "text": "StoryObj"
1255
+ },
1256
+ "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}"
1257
+ }
1258
+ ],
1259
+ "exports": [
1260
+ {
1261
+ "kind": "js",
1262
+ "name": "default",
1263
+ "declaration": {
1264
+ "name": "meta",
1265
+ "module": "src/accordion/accordion.stories.ts"
1266
+ }
1267
+ },
1268
+ {
1269
+ "kind": "js",
1270
+ "name": "Primary",
1271
+ "declaration": {
1272
+ "name": "Primary",
1273
+ "module": "src/accordion/accordion.stories.ts"
1274
+ }
1275
+ }
1276
+ ]
1277
+ },
1278
+ {
1279
+ "kind": "javascript-module",
1280
+ "path": "src/accordion/accordion.styles.ts",
1281
+ "declarations": [
1282
+ {
1283
+ "kind": "function",
1284
+ "name": "zeroAccordionStyles",
1285
+ "return": {
1286
+ "type": {
1287
+ "text": "ElementStyles"
1288
+ }
1289
+ },
1290
+ "parameters": [
1291
+ {
1292
+ "name": "context",
1293
+ "type": {
1294
+ "text": "ElementDefinitionContext"
1295
+ }
1296
+ },
1297
+ {
1298
+ "name": "definition",
1299
+ "type": {
1300
+ "text": "FoundationElementDefinition"
1301
+ }
1302
+ }
1303
+ ]
1304
+ }
1305
+ ],
1306
+ "exports": [
1307
+ {
1308
+ "kind": "js",
1309
+ "name": "zeroAccordionStyles",
1310
+ "declaration": {
1311
+ "name": "zeroAccordionStyles",
1312
+ "module": "src/accordion/accordion.styles.ts"
1313
+ }
1314
+ }
1315
+ ]
1316
+ },
1317
+ {
1318
+ "kind": "javascript-module",
1319
+ "path": "src/accordion/accordion.template.ts",
1320
+ "declarations": [
1321
+ {
1322
+ "kind": "function",
1323
+ "name": "zeroAccordionTemplate",
1324
+ "return": {
1325
+ "type": {
1326
+ "text": "ViewTemplate<Accordion>"
1327
+ }
1328
+ },
1329
+ "parameters": [
1330
+ {
1331
+ "name": "context",
1332
+ "type": {
1333
+ "text": "ElementDefinitionContext"
1334
+ }
1335
+ },
1336
+ {
1337
+ "name": "definition",
1338
+ "type": {
1339
+ "text": "FoundationElementDefinition"
1340
+ }
1341
+ }
1342
+ ]
1343
+ }
1344
+ ],
1345
+ "exports": [
1346
+ {
1347
+ "kind": "js",
1348
+ "name": "zeroAccordionTemplate",
1349
+ "declaration": {
1350
+ "name": "zeroAccordionTemplate",
1351
+ "module": "src/accordion/accordion.template.ts"
1352
+ }
1353
+ }
1354
+ ]
1355
+ },
1356
+ {
1357
+ "kind": "javascript-module",
1358
+ "path": "src/accordion/accordion.ts",
1359
+ "declarations": [
1360
+ {
1361
+ "kind": "class",
1362
+ "description": "",
1363
+ "name": "Accordion",
1364
+ "superclass": {
1365
+ "name": "FoundationAccordion",
1366
+ "package": "@genesislcap/foundation-ui"
1367
+ },
1368
+ "tagName": "%%prefix%%-card",
1369
+ "customElement": true
1370
+ },
1371
+ {
1372
+ "kind": "variable",
1373
+ "name": "zeroAccordion"
1374
+ }
1375
+ ],
1376
+ "exports": [
1377
+ {
1378
+ "kind": "js",
1379
+ "name": "Accordion",
1380
+ "declaration": {
1381
+ "name": "Accordion",
1382
+ "module": "src/accordion/accordion.ts"
1383
+ }
1384
+ },
1385
+ {
1386
+ "kind": "js",
1387
+ "name": "zeroAccordion",
1388
+ "declaration": {
1389
+ "name": "zeroAccordion",
1390
+ "module": "src/accordion/accordion.ts"
1391
+ }
1392
+ }
1393
+ ]
1394
+ },
1395
+ {
1396
+ "kind": "javascript-module",
1397
+ "path": "src/accordion/index.ts",
1398
+ "declarations": [],
1399
+ "exports": [
1400
+ {
1401
+ "kind": "js",
1402
+ "name": "*",
1403
+ "declaration": {
1404
+ "name": "*",
1405
+ "package": "./accordion"
1406
+ }
1407
+ },
1408
+ {
1409
+ "kind": "js",
1410
+ "name": "*",
1411
+ "declaration": {
1412
+ "name": "*",
1413
+ "package": "./accordion.styles"
1414
+ }
1415
+ },
1416
+ {
1417
+ "kind": "js",
1418
+ "name": "*",
1419
+ "declaration": {
1420
+ "name": "*",
1421
+ "package": "./accordion.template"
1422
+ }
1423
+ }
1424
+ ]
1425
+ },
1426
1426
  {
1427
1427
  "kind": "javascript-module",
1428
1428
  "path": "src/anchor/anchor.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.77.1",
4
+ "version": "14.78.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -62,7 +62,7 @@
62
62
  "storybook": "storybook dev -p 6006"
63
63
  },
64
64
  "devDependencies": {
65
- "@genesislcap/genx": "14.77.1",
65
+ "@genesislcap/genx": "14.78.0",
66
66
  "@storybook/addon-essentials": "^7.1.0",
67
67
  "@storybook/addon-links": "^7.1.0",
68
68
  "@storybook/addons": "^7.1.0",
@@ -75,9 +75,9 @@
75
75
  "storybook": "^7.1.0"
76
76
  },
77
77
  "dependencies": {
78
- "@genesislcap/foundation-comms": "14.77.1",
79
- "@genesislcap/foundation-ui": "14.77.1",
80
- "@genesislcap/foundation-utils": "14.77.1",
78
+ "@genesislcap/foundation-comms": "14.78.0",
79
+ "@genesislcap/foundation-ui": "14.78.0",
80
+ "@genesislcap/foundation-utils": "14.78.0",
81
81
  "@microsoft/fast-colors": "^5.1.4",
82
82
  "@microsoft/fast-components": "^2.21.3",
83
83
  "@microsoft/fast-element": "^1.7.0",
@@ -94,5 +94,5 @@
94
94
  "access": "public"
95
95
  },
96
96
  "customElements": "dist/custom-elements.json",
97
- "gitHead": "3c3f770e8109ed802bc30409d3cd4d75bacac7bb"
97
+ "gitHead": "584ca63fcfc3786d84e4c062252f8a1a28be3a87"
98
98
  }