@genesislcap/foundation-zero-grid-pro 14.145.2 → 14.145.3

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.
@@ -3981,6 +3981,21 @@
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
+ },
3984
3999
  {
3985
4000
  "kind": "javascript-module",
3986
4001
  "path": "src/style/colors.ts",
@@ -4068,21 +4083,6 @@
4068
4083
  }
4069
4084
  ]
4070
4085
  },
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.2",
4
+ "version": "14.145.3",
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.2",
30
+ "@genesislcap/genx": "14.145.3",
31
31
  "rimraf": "^3.0.2"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/foundation-ui": "14.145.2",
35
- "@genesislcap/foundation-zero": "14.145.2",
36
- "@genesislcap/grid-pro": "14.145.2",
34
+ "@genesislcap/foundation-ui": "14.145.3",
35
+ "@genesislcap/foundation-zero": "14.145.3",
36
+ "@genesislcap/grid-pro": "14.145.3",
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": "314ab3fa0ca7683fc31b183c76087bda15f77d98"
57
+ "gitHead": "cb5a90f2479c3af0f15517f29c36ebe30fdd9e0d"
58
58
  }