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