@genesislcap/foundation-zero 14.367.0 → 14.367.1

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
@@ -921,154 +921,6 @@
921
921
  }
922
922
  ]
923
923
  },
924
- {
925
- "kind": "javascript-module",
926
- "path": "src/accordion/accordion.styles.ts",
927
- "declarations": [
928
- {
929
- "kind": "function",
930
- "name": "zeroAccordionStyles",
931
- "return": {
932
- "type": {
933
- "text": "ElementStyles"
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": "zeroAccordionStyles",
956
- "declaration": {
957
- "name": "zeroAccordionStyles",
958
- "module": "src/accordion/accordion.styles.ts"
959
- }
960
- }
961
- ]
962
- },
963
- {
964
- "kind": "javascript-module",
965
- "path": "src/accordion/accordion.template.ts",
966
- "declarations": [
967
- {
968
- "kind": "function",
969
- "name": "zeroAccordionTemplate",
970
- "return": {
971
- "type": {
972
- "text": "ViewTemplate<Accordion>"
973
- }
974
- },
975
- "parameters": [
976
- {
977
- "name": "context",
978
- "type": {
979
- "text": "ElementDefinitionContext"
980
- }
981
- },
982
- {
983
- "name": "definition",
984
- "type": {
985
- "text": "FoundationElementDefinition"
986
- }
987
- }
988
- ]
989
- }
990
- ],
991
- "exports": [
992
- {
993
- "kind": "js",
994
- "name": "zeroAccordionTemplate",
995
- "declaration": {
996
- "name": "zeroAccordionTemplate",
997
- "module": "src/accordion/accordion.template.ts"
998
- }
999
- }
1000
- ]
1001
- },
1002
- {
1003
- "kind": "javascript-module",
1004
- "path": "src/accordion/accordion.ts",
1005
- "declarations": [
1006
- {
1007
- "kind": "class",
1008
- "description": "",
1009
- "name": "Accordion",
1010
- "superclass": {
1011
- "name": "FoundationAccordion",
1012
- "package": "@genesislcap/foundation-ui"
1013
- },
1014
- "tagName": "%%prefix%%-card",
1015
- "customElement": true
1016
- },
1017
- {
1018
- "kind": "variable",
1019
- "name": "zeroAccordion"
1020
- }
1021
- ],
1022
- "exports": [
1023
- {
1024
- "kind": "js",
1025
- "name": "Accordion",
1026
- "declaration": {
1027
- "name": "Accordion",
1028
- "module": "src/accordion/accordion.ts"
1029
- }
1030
- },
1031
- {
1032
- "kind": "js",
1033
- "name": "zeroAccordion",
1034
- "declaration": {
1035
- "name": "zeroAccordion",
1036
- "module": "src/accordion/accordion.ts"
1037
- }
1038
- }
1039
- ]
1040
- },
1041
- {
1042
- "kind": "javascript-module",
1043
- "path": "src/accordion/index.ts",
1044
- "declarations": [],
1045
- "exports": [
1046
- {
1047
- "kind": "js",
1048
- "name": "*",
1049
- "declaration": {
1050
- "name": "*",
1051
- "package": "./accordion"
1052
- }
1053
- },
1054
- {
1055
- "kind": "js",
1056
- "name": "*",
1057
- "declaration": {
1058
- "name": "*",
1059
- "package": "./accordion.styles"
1060
- }
1061
- },
1062
- {
1063
- "kind": "js",
1064
- "name": "*",
1065
- "declaration": {
1066
- "name": "*",
1067
- "package": "./accordion.template"
1068
- }
1069
- }
1070
- ]
1071
- },
1072
924
  {
1073
925
  "kind": "javascript-module",
1074
926
  "path": "src/accordion-item/accordion-item.styles.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.367.0",
4
+ "version": "14.367.1",
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.367.0",
75
- "@genesislcap/rollup-builder": "14.367.0",
76
- "@genesislcap/ts-builder": "14.367.0",
77
- "@genesislcap/uvu-playwright-builder": "14.367.0",
78
- "@genesislcap/vite-builder": "14.367.0",
79
- "@genesislcap/webpack-builder": "14.367.0"
74
+ "@genesislcap/genx": "14.367.1",
75
+ "@genesislcap/rollup-builder": "14.367.1",
76
+ "@genesislcap/ts-builder": "14.367.1",
77
+ "@genesislcap/uvu-playwright-builder": "14.367.1",
78
+ "@genesislcap/vite-builder": "14.367.1",
79
+ "@genesislcap/webpack-builder": "14.367.1"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.367.0",
83
- "@genesislcap/foundation-logger": "14.367.0",
84
- "@genesislcap/foundation-ui": "14.367.0",
85
- "@genesislcap/foundation-utils": "14.367.0",
82
+ "@genesislcap/foundation-comms": "14.367.1",
83
+ "@genesislcap/foundation-logger": "14.367.1",
84
+ "@genesislcap/foundation-ui": "14.367.1",
85
+ "@genesislcap/foundation-utils": "14.367.1",
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": "cbcf5614d54813a4c32dbe18fca48cb9b515a2d0"
101
+ "gitHead": "82a153c4dee2b19c35c6979efb887b44a78a2ea6"
102
102
  }