@genesislcap/rapid-grid-pro 14.217.5 → 14.217.6

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.
@@ -4393,21 +4393,6 @@
4393
4393
  }
4394
4394
  ]
4395
4395
  },
4396
- {
4397
- "kind": "javascript-module",
4398
- "path": "src/themes/index.ts",
4399
- "declarations": [],
4400
- "exports": [
4401
- {
4402
- "kind": "js",
4403
- "name": "*",
4404
- "declaration": {
4405
- "name": "*",
4406
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
4407
- }
4408
- }
4409
- ]
4410
- },
4411
4396
  {
4412
4397
  "kind": "javascript-module",
4413
4398
  "path": "src/style/colors.ts",
@@ -4495,6 +4480,21 @@
4495
4480
  }
4496
4481
  ]
4497
4482
  },
4483
+ {
4484
+ "kind": "javascript-module",
4485
+ "path": "src/themes/index.ts",
4486
+ "declarations": [],
4487
+ "exports": [
4488
+ {
4489
+ "kind": "js",
4490
+ "name": "*",
4491
+ "declaration": {
4492
+ "name": "*",
4493
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
4494
+ }
4495
+ }
4496
+ ]
4497
+ },
4498
4498
  {
4499
4499
  "kind": "javascript-module",
4500
4500
  "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.217.5",
4
+ "version": "14.217.6",
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.217.5",
39
- "@genesislcap/rollup-builder": "14.217.5",
40
- "@genesislcap/ts-builder": "14.217.5",
41
- "@genesislcap/uvu-playwright-builder": "14.217.5",
42
- "@genesislcap/vite-builder": "14.217.5",
43
- "@genesislcap/webpack-builder": "14.217.5",
38
+ "@genesislcap/genx": "14.217.6",
39
+ "@genesislcap/rollup-builder": "14.217.6",
40
+ "@genesislcap/ts-builder": "14.217.6",
41
+ "@genesislcap/uvu-playwright-builder": "14.217.6",
42
+ "@genesislcap/vite-builder": "14.217.6",
43
+ "@genesislcap/webpack-builder": "14.217.6",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.217.5",
48
- "@genesislcap/grid-pro": "14.217.5",
49
- "@genesislcap/rapid-design-system": "14.217.5",
47
+ "@genesislcap/foundation-ui": "14.217.6",
48
+ "@genesislcap/grid-pro": "14.217.6",
49
+ "@genesislcap/rapid-design-system": "14.217.6",
50
50
  "@microsoft/fast-colors": "^5.3.1",
51
51
  "@microsoft/fast-components": "^2.30.6",
52
52
  "@microsoft/fast-element": "^1.12.0",
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "customElements": "dist/custom-elements.json",
70
- "gitHead": "c1c1d2beb1f683dd154311a638a40bcb2a1a1cab"
70
+ "gitHead": "84132703b718e0149c22f3ddac32e7d1441013cc"
71
71
  }