@genesislcap/rapid-grid-pro 14.145.4 → 14.146.1-alpha-662fbc3.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.
@@ -4152,6 +4152,21 @@
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
+ },
4155
4170
  {
4156
4171
  "kind": "javascript-module",
4157
4172
  "path": "src/style/colors.ts",
@@ -4239,21 +4254,6 @@
4239
4254
  }
4240
4255
  ]
4241
4256
  },
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.4",
4
+ "version": "14.146.1-alpha-662fbc3.0",
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.4",
30
+ "@genesislcap/genx": "14.146.1-alpha-662fbc3.0",
31
31
  "rimraf": "^3.0.2"
32
32
  },
33
33
  "dependencies": {
34
- "@genesislcap/foundation-ui": "14.145.4",
35
- "@genesislcap/foundation-zero": "14.145.4",
36
- "@genesislcap/grid-pro": "14.145.4",
37
- "@genesislcap/rapid-design-system": "14.145.4",
34
+ "@genesislcap/foundation-ui": "14.146.1-alpha-662fbc3.0",
35
+ "@genesislcap/foundation-zero": "14.146.1-alpha-662fbc3.0",
36
+ "@genesislcap/grid-pro": "14.146.1-alpha-662fbc3.0",
37
+ "@genesislcap/rapid-design-system": "14.146.1-alpha-662fbc3.0",
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": "3f7003c37df1a3b5e29a09a9e3bf1f76400d80f7"
58
+ "gitHead": "7ea987c56938d56ee9aab37c639e135a9a198809"
59
59
  }