@genesislcap/foundation-zero 14.337.0 → 14.338.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 +148 -148
  2. package/package.json +12 -12
@@ -882,154 +882,6 @@
882
882
  }
883
883
  ]
884
884
  },
885
- {
886
- "kind": "javascript-module",
887
- "path": "src/accordion/accordion.styles.ts",
888
- "declarations": [
889
- {
890
- "kind": "function",
891
- "name": "zeroAccordionStyles",
892
- "return": {
893
- "type": {
894
- "text": "ElementStyles"
895
- }
896
- },
897
- "parameters": [
898
- {
899
- "name": "context",
900
- "type": {
901
- "text": "ElementDefinitionContext"
902
- }
903
- },
904
- {
905
- "name": "definition",
906
- "type": {
907
- "text": "FoundationElementDefinition"
908
- }
909
- }
910
- ]
911
- }
912
- ],
913
- "exports": [
914
- {
915
- "kind": "js",
916
- "name": "zeroAccordionStyles",
917
- "declaration": {
918
- "name": "zeroAccordionStyles",
919
- "module": "src/accordion/accordion.styles.ts"
920
- }
921
- }
922
- ]
923
- },
924
- {
925
- "kind": "javascript-module",
926
- "path": "src/accordion/accordion.template.ts",
927
- "declarations": [
928
- {
929
- "kind": "function",
930
- "name": "zeroAccordionTemplate",
931
- "return": {
932
- "type": {
933
- "text": "ViewTemplate<Accordion>"
934
- }
935
- },
936
- "parameters": [
937
- {
938
- "name": "context",
939
- "type": {
940
- "text": "ElementDefinitionContext"
941
- }
942
- },
943
- {
944
- "name": "definition",
945
- "type": {
946
- "text": "FoundationElementDefinition"
947
- }
948
- }
949
- ]
950
- }
951
- ],
952
- "exports": [
953
- {
954
- "kind": "js",
955
- "name": "zeroAccordionTemplate",
956
- "declaration": {
957
- "name": "zeroAccordionTemplate",
958
- "module": "src/accordion/accordion.template.ts"
959
- }
960
- }
961
- ]
962
- },
963
- {
964
- "kind": "javascript-module",
965
- "path": "src/accordion/accordion.ts",
966
- "declarations": [
967
- {
968
- "kind": "class",
969
- "description": "",
970
- "name": "Accordion",
971
- "superclass": {
972
- "name": "FoundationAccordion",
973
- "package": "@genesislcap/foundation-ui"
974
- },
975
- "tagName": "%%prefix%%-card",
976
- "customElement": true
977
- },
978
- {
979
- "kind": "variable",
980
- "name": "zeroAccordion"
981
- }
982
- ],
983
- "exports": [
984
- {
985
- "kind": "js",
986
- "name": "Accordion",
987
- "declaration": {
988
- "name": "Accordion",
989
- "module": "src/accordion/accordion.ts"
990
- }
991
- },
992
- {
993
- "kind": "js",
994
- "name": "zeroAccordion",
995
- "declaration": {
996
- "name": "zeroAccordion",
997
- "module": "src/accordion/accordion.ts"
998
- }
999
- }
1000
- ]
1001
- },
1002
- {
1003
- "kind": "javascript-module",
1004
- "path": "src/accordion/index.ts",
1005
- "declarations": [],
1006
- "exports": [
1007
- {
1008
- "kind": "js",
1009
- "name": "*",
1010
- "declaration": {
1011
- "name": "*",
1012
- "package": "./accordion"
1013
- }
1014
- },
1015
- {
1016
- "kind": "js",
1017
- "name": "*",
1018
- "declaration": {
1019
- "name": "*",
1020
- "package": "./accordion.styles"
1021
- }
1022
- },
1023
- {
1024
- "kind": "js",
1025
- "name": "*",
1026
- "declaration": {
1027
- "name": "*",
1028
- "package": "./accordion.template"
1029
- }
1030
- }
1031
- ]
1032
- },
1033
885
  {
1034
886
  "kind": "javascript-module",
1035
887
  "path": "src/_config/index.ts",
@@ -1421,6 +1273,154 @@
1421
1273
  }
1422
1274
  ]
1423
1275
  },
1276
+ {
1277
+ "kind": "javascript-module",
1278
+ "path": "src/accordion/accordion.styles.ts",
1279
+ "declarations": [
1280
+ {
1281
+ "kind": "function",
1282
+ "name": "zeroAccordionStyles",
1283
+ "return": {
1284
+ "type": {
1285
+ "text": "ElementStyles"
1286
+ }
1287
+ },
1288
+ "parameters": [
1289
+ {
1290
+ "name": "context",
1291
+ "type": {
1292
+ "text": "ElementDefinitionContext"
1293
+ }
1294
+ },
1295
+ {
1296
+ "name": "definition",
1297
+ "type": {
1298
+ "text": "FoundationElementDefinition"
1299
+ }
1300
+ }
1301
+ ]
1302
+ }
1303
+ ],
1304
+ "exports": [
1305
+ {
1306
+ "kind": "js",
1307
+ "name": "zeroAccordionStyles",
1308
+ "declaration": {
1309
+ "name": "zeroAccordionStyles",
1310
+ "module": "src/accordion/accordion.styles.ts"
1311
+ }
1312
+ }
1313
+ ]
1314
+ },
1315
+ {
1316
+ "kind": "javascript-module",
1317
+ "path": "src/accordion/accordion.template.ts",
1318
+ "declarations": [
1319
+ {
1320
+ "kind": "function",
1321
+ "name": "zeroAccordionTemplate",
1322
+ "return": {
1323
+ "type": {
1324
+ "text": "ViewTemplate<Accordion>"
1325
+ }
1326
+ },
1327
+ "parameters": [
1328
+ {
1329
+ "name": "context",
1330
+ "type": {
1331
+ "text": "ElementDefinitionContext"
1332
+ }
1333
+ },
1334
+ {
1335
+ "name": "definition",
1336
+ "type": {
1337
+ "text": "FoundationElementDefinition"
1338
+ }
1339
+ }
1340
+ ]
1341
+ }
1342
+ ],
1343
+ "exports": [
1344
+ {
1345
+ "kind": "js",
1346
+ "name": "zeroAccordionTemplate",
1347
+ "declaration": {
1348
+ "name": "zeroAccordionTemplate",
1349
+ "module": "src/accordion/accordion.template.ts"
1350
+ }
1351
+ }
1352
+ ]
1353
+ },
1354
+ {
1355
+ "kind": "javascript-module",
1356
+ "path": "src/accordion/accordion.ts",
1357
+ "declarations": [
1358
+ {
1359
+ "kind": "class",
1360
+ "description": "",
1361
+ "name": "Accordion",
1362
+ "superclass": {
1363
+ "name": "FoundationAccordion",
1364
+ "package": "@genesislcap/foundation-ui"
1365
+ },
1366
+ "tagName": "%%prefix%%-card",
1367
+ "customElement": true
1368
+ },
1369
+ {
1370
+ "kind": "variable",
1371
+ "name": "zeroAccordion"
1372
+ }
1373
+ ],
1374
+ "exports": [
1375
+ {
1376
+ "kind": "js",
1377
+ "name": "Accordion",
1378
+ "declaration": {
1379
+ "name": "Accordion",
1380
+ "module": "src/accordion/accordion.ts"
1381
+ }
1382
+ },
1383
+ {
1384
+ "kind": "js",
1385
+ "name": "zeroAccordion",
1386
+ "declaration": {
1387
+ "name": "zeroAccordion",
1388
+ "module": "src/accordion/accordion.ts"
1389
+ }
1390
+ }
1391
+ ]
1392
+ },
1393
+ {
1394
+ "kind": "javascript-module",
1395
+ "path": "src/accordion/index.ts",
1396
+ "declarations": [],
1397
+ "exports": [
1398
+ {
1399
+ "kind": "js",
1400
+ "name": "*",
1401
+ "declaration": {
1402
+ "name": "*",
1403
+ "package": "./accordion"
1404
+ }
1405
+ },
1406
+ {
1407
+ "kind": "js",
1408
+ "name": "*",
1409
+ "declaration": {
1410
+ "name": "*",
1411
+ "package": "./accordion.styles"
1412
+ }
1413
+ },
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./accordion.template"
1420
+ }
1421
+ }
1422
+ ]
1423
+ },
1424
1424
  {
1425
1425
  "kind": "javascript-module",
1426
1426
  "path": "src/actions-menu/actions-menu.styles.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.337.0",
4
+ "version": "14.338.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -71,18 +71,18 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
74
- "@genesislcap/genx": "14.337.0",
75
- "@genesislcap/rollup-builder": "14.337.0",
76
- "@genesislcap/ts-builder": "14.337.0",
77
- "@genesislcap/uvu-playwright-builder": "14.337.0",
78
- "@genesislcap/vite-builder": "14.337.0",
79
- "@genesislcap/webpack-builder": "14.337.0"
74
+ "@genesislcap/genx": "14.338.0",
75
+ "@genesislcap/rollup-builder": "14.338.0",
76
+ "@genesislcap/ts-builder": "14.338.0",
77
+ "@genesislcap/uvu-playwright-builder": "14.338.0",
78
+ "@genesislcap/vite-builder": "14.338.0",
79
+ "@genesislcap/webpack-builder": "14.338.0"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.337.0",
83
- "@genesislcap/foundation-logger": "14.337.0",
84
- "@genesislcap/foundation-ui": "14.337.0",
85
- "@genesislcap/foundation-utils": "14.337.0",
82
+ "@genesislcap/foundation-comms": "14.338.0",
83
+ "@genesislcap/foundation-logger": "14.338.0",
84
+ "@genesislcap/foundation-ui": "14.338.0",
85
+ "@genesislcap/foundation-utils": "14.338.0",
86
86
  "@microsoft/fast-colors": "5.3.1",
87
87
  "@microsoft/fast-components": "2.30.6",
88
88
  "@microsoft/fast-element": "1.14.0",
@@ -98,5 +98,5 @@
98
98
  "access": "public"
99
99
  },
100
100
  "customElements": "dist/custom-elements.json",
101
- "gitHead": "0760a44df498d52e7a8b643f0c68a40249f15cb0"
101
+ "gitHead": "5eea917647ad26beb2a207c08cbc4c8d5ed3a3a3"
102
102
  }