@genesislcap/rapid-grid-pro 14.150.0 → 14.150.1-alpha-28e6b6f.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.
@@ -4177,21 +4177,6 @@
4177
4177
  }
4178
4178
  ]
4179
4179
  },
4180
- {
4181
- "kind": "javascript-module",
4182
- "path": "src/themes/index.ts",
4183
- "declarations": [],
4184
- "exports": [
4185
- {
4186
- "kind": "js",
4187
- "name": "*",
4188
- "declaration": {
4189
- "name": "*",
4190
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
4191
- }
4192
- }
4193
- ]
4194
- },
4195
4180
  {
4196
4181
  "kind": "javascript-module",
4197
4182
  "path": "src/style/colors.ts",
@@ -4279,6 +4264,21 @@
4279
4264
  }
4280
4265
  ]
4281
4266
  },
4267
+ {
4268
+ "kind": "javascript-module",
4269
+ "path": "src/themes/index.ts",
4270
+ "declarations": [],
4271
+ "exports": [
4272
+ {
4273
+ "kind": "js",
4274
+ "name": "*",
4275
+ "declaration": {
4276
+ "name": "*",
4277
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
4278
+ }
4279
+ }
4280
+ ]
4281
+ },
4282
4282
  {
4283
4283
  "kind": "javascript-module",
4284
4284
  "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.150.0",
4
+ "version": "14.150.1-alpha-28e6b6f.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -27,19 +27,19 @@
27
27
  "serve": "genx serve"
28
28
  },
29
29
  "devDependencies": {
30
- "@genesislcap/genx": "14.150.0",
31
- "@genesislcap/rollup-builder": "14.150.0",
32
- "@genesislcap/ts-builder": "14.150.0",
33
- "@genesislcap/uvu-playwright-builder": "14.150.0",
34
- "@genesislcap/vite-builder": "14.150.0",
35
- "@genesislcap/webpack-builder": "14.150.0",
30
+ "@genesislcap/genx": "14.150.1-alpha-28e6b6f.0",
31
+ "@genesislcap/rollup-builder": "14.150.1-alpha-28e6b6f.0",
32
+ "@genesislcap/ts-builder": "14.150.1-alpha-28e6b6f.0",
33
+ "@genesislcap/uvu-playwright-builder": "14.150.1-alpha-28e6b6f.0",
34
+ "@genesislcap/vite-builder": "14.150.1-alpha-28e6b6f.0",
35
+ "@genesislcap/webpack-builder": "14.150.1-alpha-28e6b6f.0",
36
36
  "rimraf": "^3.0.2"
37
37
  },
38
38
  "dependencies": {
39
- "@genesislcap/foundation-ui": "14.150.0",
40
- "@genesislcap/foundation-zero": "14.150.0",
41
- "@genesislcap/grid-pro": "14.150.0",
42
- "@genesislcap/rapid-design-system": "14.150.0",
39
+ "@genesislcap/foundation-ui": "14.150.1-alpha-28e6b6f.0",
40
+ "@genesislcap/foundation-zero": "14.150.1-alpha-28e6b6f.0",
41
+ "@genesislcap/grid-pro": "14.150.1-alpha-28e6b6f.0",
42
+ "@genesislcap/rapid-design-system": "14.150.1-alpha-28e6b6f.0",
43
43
  "@microsoft/fast-colors": "^5.3.1",
44
44
  "@microsoft/fast-components": "^2.30.6",
45
45
  "@microsoft/fast-element": "^1.12.0",
@@ -60,5 +60,5 @@
60
60
  "access": "public"
61
61
  },
62
62
  "customElements": "dist/custom-elements.json",
63
- "gitHead": "b1e9c28c8b2cc001814e259a0b6d51ab30ed5381"
63
+ "gitHead": "edfcd5d841bae73ff6b3f5c3adb953490bc0d27b"
64
64
  }