@genesislcap/rapid-grid-pro 14.244.2 → 14.245.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.
@@ -4387,6 +4387,21 @@
4387
4387
  }
4388
4388
  ]
4389
4389
  },
4390
+ {
4391
+ "kind": "javascript-module",
4392
+ "path": "src/themes/index.ts",
4393
+ "declarations": [],
4394
+ "exports": [
4395
+ {
4396
+ "kind": "js",
4397
+ "name": "*",
4398
+ "declaration": {
4399
+ "name": "*",
4400
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
4401
+ }
4402
+ }
4403
+ ]
4404
+ },
4390
4405
  {
4391
4406
  "kind": "javascript-module",
4392
4407
  "path": "src/style/colors.ts",
@@ -4474,21 +4489,6 @@
4474
4489
  }
4475
4490
  ]
4476
4491
  },
4477
- {
4478
- "kind": "javascript-module",
4479
- "path": "src/themes/index.ts",
4480
- "declarations": [],
4481
- "exports": [
4482
- {
4483
- "kind": "js",
4484
- "name": "*",
4485
- "declaration": {
4486
- "name": "*",
4487
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
4488
- }
4489
- }
4490
- ]
4491
- },
4492
4492
  {
4493
4493
  "kind": "javascript-module",
4494
4494
  "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.244.2",
4
+ "version": "14.245.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,18 +35,18 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.244.2",
39
- "@genesislcap/rollup-builder": "14.244.2",
40
- "@genesislcap/ts-builder": "14.244.2",
41
- "@genesislcap/uvu-playwright-builder": "14.244.2",
42
- "@genesislcap/vite-builder": "14.244.2",
43
- "@genesislcap/webpack-builder": "14.244.2",
38
+ "@genesislcap/genx": "14.245.0",
39
+ "@genesislcap/rollup-builder": "14.245.0",
40
+ "@genesislcap/ts-builder": "14.245.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.245.0",
42
+ "@genesislcap/vite-builder": "14.245.0",
43
+ "@genesislcap/webpack-builder": "14.245.0",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.244.2",
48
- "@genesislcap/grid-pro": "14.244.2",
49
- "@genesislcap/rapid-design-system": "14.244.2",
47
+ "@genesislcap/foundation-ui": "14.245.0",
48
+ "@genesislcap/grid-pro": "14.245.0",
49
+ "@genesislcap/rapid-design-system": "14.245.0",
50
50
  "@microsoft/fast-colors": "5.3.1",
51
51
  "@microsoft/fast-components": "2.30.6",
52
52
  "@microsoft/fast-element": "1.14.0",
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "customElements": "dist/custom-elements.json",
70
- "gitHead": "bbdc6bc6f339cb6b58d55b1337579e445769b61e"
70
+ "gitHead": "41c6641015bcd50a29d6619f86982503f0c217fb"
71
71
  }