@genesislcap/rapid-grid-pro 14.217.3 → 14.217.5

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,6 +4393,21 @@
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
+ },
4396
4411
  {
4397
4412
  "kind": "javascript-module",
4398
4413
  "path": "src/style/colors.ts",
@@ -4480,21 +4495,6 @@
4480
4495
  }
4481
4496
  ]
4482
4497
  },
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.3",
4
+ "version": "14.217.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,22 +35,22 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.217.3",
39
- "@genesislcap/rollup-builder": "14.217.3",
40
- "@genesislcap/ts-builder": "14.217.3",
41
- "@genesislcap/uvu-playwright-builder": "14.217.3",
42
- "@genesislcap/vite-builder": "14.217.3",
43
- "@genesislcap/webpack-builder": "14.217.3",
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",
44
44
  "rimraf": "^5.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@genesislcap/foundation-ui": "14.217.3",
48
- "@genesislcap/grid-pro": "14.217.3",
49
- "@genesislcap/rapid-design-system": "14.217.3",
47
+ "@genesislcap/foundation-ui": "14.217.5",
48
+ "@genesislcap/grid-pro": "14.217.5",
49
+ "@genesislcap/rapid-design-system": "14.217.5",
50
50
  "@microsoft/fast-colors": "^5.3.1",
51
51
  "@microsoft/fast-components": "^2.30.6",
52
52
  "@microsoft/fast-element": "^1.12.0",
53
- "@microsoft/fast-foundation": "^2.49.4",
53
+ "@microsoft/fast-foundation": "2.49.6",
54
54
  "tslib": "^2.3.1"
55
55
  },
56
56
  "peerDependencies": {
@@ -67,5 +67,5 @@
67
67
  "access": "public"
68
68
  },
69
69
  "customElements": "dist/custom-elements.json",
70
- "gitHead": "816c557cbddb2b6466af9f15b0f06c75de07c8cb"
70
+ "gitHead": "c1c1d2beb1f683dd154311a638a40bcb2a1a1cab"
71
71
  }