@genesislcap/rapid-grid-pro 14.458.0 → 14.458.1

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.
@@ -7213,21 +7213,6 @@
7213
7213
  }
7214
7214
  ]
7215
7215
  },
7216
- {
7217
- "kind": "javascript-module",
7218
- "path": "src/themes/index.ts",
7219
- "declarations": [],
7220
- "exports": [
7221
- {
7222
- "kind": "js",
7223
- "name": "*",
7224
- "declaration": {
7225
- "name": "*",
7226
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
7227
- }
7228
- }
7229
- ]
7230
- },
7231
7216
  {
7232
7217
  "kind": "javascript-module",
7233
7218
  "path": "src/style/colors.ts",
@@ -7475,6 +7460,21 @@
7475
7460
  }
7476
7461
  ]
7477
7462
  },
7463
+ {
7464
+ "kind": "javascript-module",
7465
+ "path": "src/themes/index.ts",
7466
+ "declarations": [],
7467
+ "exports": [
7468
+ {
7469
+ "kind": "js",
7470
+ "name": "*",
7471
+ "declaration": {
7472
+ "name": "*",
7473
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
7474
+ }
7475
+ }
7476
+ ]
7477
+ },
7478
7478
  {
7479
7479
  "kind": "javascript-module",
7480
7480
  "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.458.0",
4
+ "version": "14.458.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -37,17 +37,17 @@
37
37
  }
38
38
  },
39
39
  "devDependencies": {
40
- "@genesislcap/genx": "14.458.0",
41
- "@genesislcap/rollup-builder": "14.458.0",
42
- "@genesislcap/ts-builder": "14.458.0",
43
- "@genesislcap/uvu-playwright-builder": "14.458.0",
44
- "@genesislcap/vite-builder": "14.458.0",
45
- "@genesislcap/webpack-builder": "14.458.0"
40
+ "@genesislcap/genx": "14.458.1",
41
+ "@genesislcap/rollup-builder": "14.458.1",
42
+ "@genesislcap/ts-builder": "14.458.1",
43
+ "@genesislcap/uvu-playwright-builder": "14.458.1",
44
+ "@genesislcap/vite-builder": "14.458.1",
45
+ "@genesislcap/webpack-builder": "14.458.1"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "14.458.0",
49
- "@genesislcap/grid-pro": "14.458.0",
50
- "@genesislcap/rapid-design-system": "14.458.0",
48
+ "@genesislcap/foundation-ui": "14.458.1",
49
+ "@genesislcap/grid-pro": "14.458.1",
50
+ "@genesislcap/rapid-design-system": "14.458.1",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",
@@ -80,5 +80,5 @@
80
80
  "require": "./dist/react.cjs"
81
81
  }
82
82
  },
83
- "gitHead": "be04e474ce5154f026d9d01372eec7c6a24b012f"
83
+ "gitHead": "9a9a06b62f1430b654373489196bff948db724ce"
84
84
  }