@genesislcap/rapid-grid-pro 14.148.1-alpha-eef6f33.0 → 14.150.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,6 +4177,21 @@
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
+ },
4180
4195
  {
4181
4196
  "kind": "javascript-module",
4182
4197
  "path": "src/style/colors.ts",
@@ -4264,21 +4279,6 @@
4264
4279
  }
4265
4280
  ]
4266
4281
  },
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.148.1-alpha-eef6f33.0",
4
+ "version": "14.150.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.148.1-alpha-eef6f33.0",
31
- "@genesislcap/rollup-builder": "14.148.1-alpha-eef6f33.0",
32
- "@genesislcap/ts-builder": "14.148.1-alpha-eef6f33.0",
33
- "@genesislcap/uvu-playwright-builder": "14.148.1-alpha-eef6f33.0",
34
- "@genesislcap/vite-builder": "14.148.1-alpha-eef6f33.0",
35
- "@genesislcap/webpack-builder": "14.148.1-alpha-eef6f33.0",
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",
36
36
  "rimraf": "^3.0.2"
37
37
  },
38
38
  "dependencies": {
39
- "@genesislcap/foundation-ui": "14.148.1-alpha-eef6f33.0",
40
- "@genesislcap/foundation-zero": "14.148.1-alpha-eef6f33.0",
41
- "@genesislcap/grid-pro": "14.148.1-alpha-eef6f33.0",
42
- "@genesislcap/rapid-design-system": "14.148.1-alpha-eef6f33.0",
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",
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": "27f813cf911820761f0971b5f4639ce91efc7baa"
63
+ "gitHead": "b1e9c28c8b2cc001814e259a0b6d51ab30ed5381"
64
64
  }