@genesislcap/rapid-grid-pro 14.145.1 → 14.145.2

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.
@@ -4152,21 +4152,6 @@
4152
4152
  }
4153
4153
  ]
4154
4154
  },
4155
- {
4156
- "kind": "javascript-module",
4157
- "path": "src/themes/index.ts",
4158
- "declarations": [],
4159
- "exports": [
4160
- {
4161
- "kind": "js",
4162
- "name": "*",
4163
- "declaration": {
4164
- "name": "*",
4165
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
4166
- }
4167
- }
4168
- ]
4169
- },
4170
4155
  {
4171
4156
  "kind": "javascript-module",
4172
4157
  "path": "src/style/colors.ts",
@@ -4254,6 +4239,21 @@
4254
4239
  }
4255
4240
  ]
4256
4241
  },
4242
+ {
4243
+ "kind": "javascript-module",
4244
+ "path": "src/themes/index.ts",
4245
+ "declarations": [],
4246
+ "exports": [
4247
+ {
4248
+ "kind": "js",
4249
+ "name": "*",
4250
+ "declaration": {
4251
+ "name": "*",
4252
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
4253
+ }
4254
+ }
4255
+ ]
4256
+ },
4257
4257
  {
4258
4258
  "kind": "javascript-module",
4259
4259
  "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/rapid-grid-pro",
3
3
  "description": "Genesis Rapid Grid Pro",
4
- "version": "14.145.1",
4
+ "version": "14.145.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,14 +27,14 @@
27
27
  "serve": "genx serve"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/genx": "14.145.1",
30
+ "@genesislcap/genx": "14.145.2",
31
31
  "rimraf": "^3.0.2"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/foundation-ui": "14.145.1",
35
- "@genesislcap/foundation-zero": "14.145.1",
36
- "@genesislcap/grid-pro": "14.145.1",
37
- "@genesislcap/rapid-design-system": "14.145.1",
34
+ "@genesislcap/foundation-ui": "14.145.2",
35
+ "@genesislcap/foundation-zero": "14.145.2",
36
+ "@genesislcap/grid-pro": "14.145.2",
37
+ "@genesislcap/rapid-design-system": "14.145.2",
38
38
  "@microsoft/fast-colors": "^5.3.1",
39
39
  "@microsoft/fast-components": "^2.30.6",
40
40
  "@microsoft/fast-element": "^1.12.0",
@@ -55,5 +55,5 @@
55
55
  "access": "public"
56
56
  },
57
57
  "customElements": "dist/custom-elements.json",
58
- "gitHead": "5ec311e6d296eb8c048be764d107f7f4dd14de22"
58
+ "gitHead": "314ab3fa0ca7683fc31b183c76087bda15f77d98"
59
59
  }