@genesislcap/foundation-zero-grid-pro 14.62.1 → 14.63.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.
- package/dist/custom-elements.json +15 -15
- package/package.json +8 -8
|
@@ -499,6 +499,21 @@
|
|
|
499
499
|
}
|
|
500
500
|
]
|
|
501
501
|
},
|
|
502
|
+
{
|
|
503
|
+
"kind": "javascript-module",
|
|
504
|
+
"path": "src/themes/index.ts",
|
|
505
|
+
"declarations": [],
|
|
506
|
+
"exports": [
|
|
507
|
+
{
|
|
508
|
+
"kind": "js",
|
|
509
|
+
"name": "*",
|
|
510
|
+
"declaration": {
|
|
511
|
+
"name": "*",
|
|
512
|
+
"package": "./genesis-rapid/ag-theme-genesis-rapid"
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
]
|
|
516
|
+
},
|
|
502
517
|
{
|
|
503
518
|
"kind": "javascript-module",
|
|
504
519
|
"path": "src/style/colors.ts",
|
|
@@ -586,21 +601,6 @@
|
|
|
586
601
|
}
|
|
587
602
|
]
|
|
588
603
|
},
|
|
589
|
-
{
|
|
590
|
-
"kind": "javascript-module",
|
|
591
|
-
"path": "src/themes/index.ts",
|
|
592
|
-
"declarations": [],
|
|
593
|
-
"exports": [
|
|
594
|
-
{
|
|
595
|
-
"kind": "js",
|
|
596
|
-
"name": "*",
|
|
597
|
-
"declaration": {
|
|
598
|
-
"name": "*",
|
|
599
|
-
"package": "./genesis-rapid/ag-theme-genesis-rapid"
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
]
|
|
603
|
-
},
|
|
604
604
|
{
|
|
605
605
|
"kind": "javascript-module",
|
|
606
606
|
"path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-zero-grid-pro",
|
|
3
3
|
"description": "Genesis Foundation Zero Grid Pro",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.63.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"serve": "genx serve"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@genesislcap/genx": "14.
|
|
27
|
+
"@genesislcap/genx": "14.63.0",
|
|
28
28
|
"rimraf": "^3.0.2"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@genesislcap/foundation-comms": "14.
|
|
32
|
-
"@genesislcap/foundation-ui": "14.
|
|
33
|
-
"@genesislcap/foundation-utils": "14.
|
|
34
|
-
"@genesislcap/foundation-zero": "14.
|
|
35
|
-
"@genesislcap/grid-pro": "14.
|
|
31
|
+
"@genesislcap/foundation-comms": "14.63.0",
|
|
32
|
+
"@genesislcap/foundation-ui": "14.63.0",
|
|
33
|
+
"@genesislcap/foundation-utils": "14.63.0",
|
|
34
|
+
"@genesislcap/foundation-zero": "14.63.0",
|
|
35
|
+
"@genesislcap/grid-pro": "14.63.0",
|
|
36
36
|
"@microsoft/fast-colors": "^5.1.4",
|
|
37
37
|
"@microsoft/fast-components": "^2.21.3",
|
|
38
38
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "8f0b586dcf840766f1799edde09d97b4c8c483a1"
|
|
58
58
|
}
|