@genesislcap/rapid-grid-pro 14.158.2 → 14.159.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.
@@ -4268,6 +4268,21 @@
4268
4268
  }
4269
4269
  ]
4270
4270
  },
4271
+ {
4272
+ "kind": "javascript-module",
4273
+ "path": "src/themes/index.ts",
4274
+ "declarations": [],
4275
+ "exports": [
4276
+ {
4277
+ "kind": "js",
4278
+ "name": "*",
4279
+ "declaration": {
4280
+ "name": "*",
4281
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
4282
+ }
4283
+ }
4284
+ ]
4285
+ },
4271
4286
  {
4272
4287
  "kind": "javascript-module",
4273
4288
  "path": "src/style/colors.ts",
@@ -4355,21 +4370,6 @@
4355
4370
  }
4356
4371
  ]
4357
4372
  },
4358
- {
4359
- "kind": "javascript-module",
4360
- "path": "src/themes/index.ts",
4361
- "declarations": [],
4362
- "exports": [
4363
- {
4364
- "kind": "js",
4365
- "name": "*",
4366
- "declaration": {
4367
- "name": "*",
4368
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
4369
- }
4370
- }
4371
- ]
4372
- },
4373
4373
  {
4374
4374
  "kind": "javascript-module",
4375
4375
  "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.158.2",
4
+ "version": "14.159.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.158.2",
31
- "@genesislcap/rollup-builder": "14.158.2",
32
- "@genesislcap/ts-builder": "14.158.2",
33
- "@genesislcap/uvu-playwright-builder": "14.158.2",
34
- "@genesislcap/vite-builder": "14.158.2",
35
- "@genesislcap/webpack-builder": "14.158.2",
30
+ "@genesislcap/genx": "14.159.0",
31
+ "@genesislcap/rollup-builder": "14.159.0",
32
+ "@genesislcap/ts-builder": "14.159.0",
33
+ "@genesislcap/uvu-playwright-builder": "14.159.0",
34
+ "@genesislcap/vite-builder": "14.159.0",
35
+ "@genesislcap/webpack-builder": "14.159.0",
36
36
  "rimraf": "^3.0.2"
37
37
  },
38
38
  "dependencies": {
39
- "@genesislcap/foundation-ui": "14.158.2",
40
- "@genesislcap/foundation-zero": "14.158.2",
41
- "@genesislcap/grid-pro": "14.158.2",
42
- "@genesislcap/rapid-design-system": "14.158.2",
39
+ "@genesislcap/foundation-ui": "14.159.0",
40
+ "@genesislcap/foundation-zero": "14.159.0",
41
+ "@genesislcap/grid-pro": "14.159.0",
42
+ "@genesislcap/rapid-design-system": "14.159.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": "f705d3c4a2734fa6f5c4a1b6255f7784e131cd53"
63
+ "gitHead": "ca4f78e47565e5b813a263c4fe40f52c9be221ca"
64
64
  }