@genesislcap/foundation-zero-grid-pro 14.145.3 → 14.145.4
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
|
@@ -3981,21 +3981,6 @@
|
|
|
3981
3981
|
}
|
|
3982
3982
|
]
|
|
3983
3983
|
},
|
|
3984
|
-
{
|
|
3985
|
-
"kind": "javascript-module",
|
|
3986
|
-
"path": "src/themes/index.ts",
|
|
3987
|
-
"declarations": [],
|
|
3988
|
-
"exports": [
|
|
3989
|
-
{
|
|
3990
|
-
"kind": "js",
|
|
3991
|
-
"name": "*",
|
|
3992
|
-
"declaration": {
|
|
3993
|
-
"name": "*",
|
|
3994
|
-
"package": "./genesis-rapid/ag-theme-genesis-rapid"
|
|
3995
|
-
}
|
|
3996
|
-
}
|
|
3997
|
-
]
|
|
3998
|
-
},
|
|
3999
3984
|
{
|
|
4000
3985
|
"kind": "javascript-module",
|
|
4001
3986
|
"path": "src/style/colors.ts",
|
|
@@ -4083,6 +4068,21 @@
|
|
|
4083
4068
|
}
|
|
4084
4069
|
]
|
|
4085
4070
|
},
|
|
4071
|
+
{
|
|
4072
|
+
"kind": "javascript-module",
|
|
4073
|
+
"path": "src/themes/index.ts",
|
|
4074
|
+
"declarations": [],
|
|
4075
|
+
"exports": [
|
|
4076
|
+
{
|
|
4077
|
+
"kind": "js",
|
|
4078
|
+
"name": "*",
|
|
4079
|
+
"declaration": {
|
|
4080
|
+
"name": "*",
|
|
4081
|
+
"package": "./genesis-rapid/ag-theme-genesis-rapid"
|
|
4082
|
+
}
|
|
4083
|
+
}
|
|
4084
|
+
]
|
|
4085
|
+
},
|
|
4086
4086
|
{
|
|
4087
4087
|
"kind": "javascript-module",
|
|
4088
4088
|
"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.145.
|
|
4
|
+
"version": "14.145.4",
|
|
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.145.
|
|
30
|
+
"@genesislcap/genx": "14.145.4",
|
|
31
31
|
"rimraf": "^3.0.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@genesislcap/foundation-ui": "14.145.
|
|
35
|
-
"@genesislcap/foundation-zero": "14.145.
|
|
36
|
-
"@genesislcap/grid-pro": "14.145.
|
|
34
|
+
"@genesislcap/foundation-ui": "14.145.4",
|
|
35
|
+
"@genesislcap/foundation-zero": "14.145.4",
|
|
36
|
+
"@genesislcap/grid-pro": "14.145.4",
|
|
37
37
|
"@microsoft/fast-colors": "^5.3.1",
|
|
38
38
|
"@microsoft/fast-components": "^2.30.6",
|
|
39
39
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
56
|
"customElements": "dist/custom-elements.json",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "3f7003c37df1a3b5e29a09a9e3bf1f76400d80f7"
|
|
58
58
|
}
|