@genesislcap/foundation-zero-grid-pro 14.116.0 → 14.117.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 +6 -6
|
@@ -3913,21 +3913,6 @@
|
|
|
3913
3913
|
}
|
|
3914
3914
|
]
|
|
3915
3915
|
},
|
|
3916
|
-
{
|
|
3917
|
-
"kind": "javascript-module",
|
|
3918
|
-
"path": "src/themes/index.ts",
|
|
3919
|
-
"declarations": [],
|
|
3920
|
-
"exports": [
|
|
3921
|
-
{
|
|
3922
|
-
"kind": "js",
|
|
3923
|
-
"name": "*",
|
|
3924
|
-
"declaration": {
|
|
3925
|
-
"name": "*",
|
|
3926
|
-
"package": "./genesis-rapid/ag-theme-genesis-rapid"
|
|
3927
|
-
}
|
|
3928
|
-
}
|
|
3929
|
-
]
|
|
3930
|
-
},
|
|
3931
3916
|
{
|
|
3932
3917
|
"kind": "javascript-module",
|
|
3933
3918
|
"path": "src/style/colors.ts",
|
|
@@ -4015,6 +4000,21 @@
|
|
|
4015
4000
|
}
|
|
4016
4001
|
]
|
|
4017
4002
|
},
|
|
4003
|
+
{
|
|
4004
|
+
"kind": "javascript-module",
|
|
4005
|
+
"path": "src/themes/index.ts",
|
|
4006
|
+
"declarations": [],
|
|
4007
|
+
"exports": [
|
|
4008
|
+
{
|
|
4009
|
+
"kind": "js",
|
|
4010
|
+
"name": "*",
|
|
4011
|
+
"declaration": {
|
|
4012
|
+
"name": "*",
|
|
4013
|
+
"package": "./genesis-rapid/ag-theme-genesis-rapid"
|
|
4014
|
+
}
|
|
4015
|
+
}
|
|
4016
|
+
]
|
|
4017
|
+
},
|
|
4018
4018
|
{
|
|
4019
4019
|
"kind": "javascript-module",
|
|
4020
4020
|
"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.117.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"serve": "genx serve"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/genx": "14.
|
|
30
|
+
"@genesislcap/genx": "14.117.0",
|
|
31
31
|
"rimraf": "^3.0.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@genesislcap/foundation-ui": "14.
|
|
35
|
-
"@genesislcap/foundation-zero": "14.
|
|
36
|
-
"@genesislcap/grid-pro": "14.
|
|
34
|
+
"@genesislcap/foundation-ui": "14.117.0",
|
|
35
|
+
"@genesislcap/foundation-zero": "14.117.0",
|
|
36
|
+
"@genesislcap/grid-pro": "14.117.0",
|
|
37
37
|
"@microsoft/fast-colors": "^5.1.4",
|
|
38
38
|
"@microsoft/fast-components": "^2.21.3",
|
|
39
39
|
"@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": "450cf89ee7d7b6a97f1ce8f8a34d6dcede30bc9e"
|
|
58
58
|
}
|