@genesislcap/rapid-grid-pro 14.383.0 → 14.383.2

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.
@@ -6558,21 +6558,6 @@
6558
6558
  }
6559
6559
  ]
6560
6560
  },
6561
- {
6562
- "kind": "javascript-module",
6563
- "path": "src/themes/index.ts",
6564
- "declarations": [],
6565
- "exports": [
6566
- {
6567
- "kind": "js",
6568
- "name": "*",
6569
- "declaration": {
6570
- "name": "*",
6571
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
6572
- }
6573
- }
6574
- ]
6575
- },
6576
6561
  {
6577
6562
  "kind": "javascript-module",
6578
6563
  "path": "src/style/colors.ts",
@@ -6820,6 +6805,21 @@
6820
6805
  }
6821
6806
  ]
6822
6807
  },
6808
+ {
6809
+ "kind": "javascript-module",
6810
+ "path": "src/themes/index.ts",
6811
+ "declarations": [],
6812
+ "exports": [
6813
+ {
6814
+ "kind": "js",
6815
+ "name": "*",
6816
+ "declaration": {
6817
+ "name": "*",
6818
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
6819
+ }
6820
+ }
6821
+ ]
6822
+ },
6823
6823
  {
6824
6824
  "kind": "javascript-module",
6825
6825
  "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.383.0",
4
+ "version": "14.383.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,17 +35,17 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.383.0",
39
- "@genesislcap/rollup-builder": "14.383.0",
40
- "@genesislcap/ts-builder": "14.383.0",
41
- "@genesislcap/uvu-playwright-builder": "14.383.0",
42
- "@genesislcap/vite-builder": "14.383.0",
43
- "@genesislcap/webpack-builder": "14.383.0"
38
+ "@genesislcap/genx": "14.383.2",
39
+ "@genesislcap/rollup-builder": "14.383.2",
40
+ "@genesislcap/ts-builder": "14.383.2",
41
+ "@genesislcap/uvu-playwright-builder": "14.383.2",
42
+ "@genesislcap/vite-builder": "14.383.2",
43
+ "@genesislcap/webpack-builder": "14.383.2"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-ui": "14.383.0",
47
- "@genesislcap/grid-pro": "14.383.0",
48
- "@genesislcap/rapid-design-system": "14.383.0",
46
+ "@genesislcap/foundation-ui": "14.383.2",
47
+ "@genesislcap/grid-pro": "14.383.2",
48
+ "@genesislcap/rapid-design-system": "14.383.2",
49
49
  "@microsoft/fast-colors": "5.3.1",
50
50
  "@microsoft/fast-components": "2.30.6",
51
51
  "@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": "41b70190471df4279e08b265696331ec377dc8cd"
70
+ "gitHead": "14cc8bb010fcedd84edaeabe9c4a3ee5824ffd79"
71
71
  }