@genesislcap/foundation-zero-grid-pro 14.118.0 → 14.118.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.
- package/dist/custom-elements.json +15 -15
- package/package.json +6 -6
|
@@ -3913,6 +3913,21 @@
|
|
|
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
|
+
},
|
|
3916
3931
|
{
|
|
3917
3932
|
"kind": "javascript-module",
|
|
3918
3933
|
"path": "src/style/colors.ts",
|
|
@@ -4000,21 +4015,6 @@
|
|
|
4000
4015
|
}
|
|
4001
4016
|
]
|
|
4002
4017
|
},
|
|
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.118.
|
|
4
|
+
"version": "14.118.1",
|
|
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.118.
|
|
30
|
+
"@genesislcap/genx": "14.118.1",
|
|
31
31
|
"rimraf": "^3.0.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@genesislcap/foundation-ui": "14.118.
|
|
35
|
-
"@genesislcap/foundation-zero": "14.118.
|
|
36
|
-
"@genesislcap/grid-pro": "14.118.
|
|
34
|
+
"@genesislcap/foundation-ui": "14.118.1",
|
|
35
|
+
"@genesislcap/foundation-zero": "14.118.1",
|
|
36
|
+
"@genesislcap/grid-pro": "14.118.1",
|
|
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": "179ca69eb20ca2d30c62890f68e6bf60649f0ba6"
|
|
58
58
|
}
|