@genesislcap/rapid-grid-pro 14.374.2-alpha-0edcc93.0 → 14.375.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.
@@ -6514,6 +6514,21 @@
6514
6514
  }
6515
6515
  ]
6516
6516
  },
6517
+ {
6518
+ "kind": "javascript-module",
6519
+ "path": "src/themes/index.ts",
6520
+ "declarations": [],
6521
+ "exports": [
6522
+ {
6523
+ "kind": "js",
6524
+ "name": "*",
6525
+ "declaration": {
6526
+ "name": "*",
6527
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
6528
+ }
6529
+ }
6530
+ ]
6531
+ },
6517
6532
  {
6518
6533
  "kind": "javascript-module",
6519
6534
  "path": "src/style/colors.ts",
@@ -6761,21 +6776,6 @@
6761
6776
  }
6762
6777
  ]
6763
6778
  },
6764
- {
6765
- "kind": "javascript-module",
6766
- "path": "src/themes/index.ts",
6767
- "declarations": [],
6768
- "exports": [
6769
- {
6770
- "kind": "js",
6771
- "name": "*",
6772
- "declaration": {
6773
- "name": "*",
6774
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
6775
- }
6776
- }
6777
- ]
6778
- },
6779
6779
  {
6780
6780
  "kind": "javascript-module",
6781
6781
  "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.374.2-alpha-0edcc93.0",
4
+ "version": "14.375.0",
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.374.2-alpha-0edcc93.0",
39
- "@genesislcap/rollup-builder": "14.374.2-alpha-0edcc93.0",
40
- "@genesislcap/ts-builder": "14.374.2-alpha-0edcc93.0",
41
- "@genesislcap/uvu-playwright-builder": "14.374.2-alpha-0edcc93.0",
42
- "@genesislcap/vite-builder": "14.374.2-alpha-0edcc93.0",
43
- "@genesislcap/webpack-builder": "14.374.2-alpha-0edcc93.0"
38
+ "@genesislcap/genx": "14.375.0",
39
+ "@genesislcap/rollup-builder": "14.375.0",
40
+ "@genesislcap/ts-builder": "14.375.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.375.0",
42
+ "@genesislcap/vite-builder": "14.375.0",
43
+ "@genesislcap/webpack-builder": "14.375.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-ui": "14.374.2-alpha-0edcc93.0",
47
- "@genesislcap/grid-pro": "14.374.2-alpha-0edcc93.0",
48
- "@genesislcap/rapid-design-system": "14.374.2-alpha-0edcc93.0",
46
+ "@genesislcap/foundation-ui": "14.375.0",
47
+ "@genesislcap/grid-pro": "14.375.0",
48
+ "@genesislcap/rapid-design-system": "14.375.0",
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": "b40515e859162778edbf029d9923254eea5eb91d"
70
+ "gitHead": "08b47a11ea26fb21fb0ad3ad8b6206ba881d7ad3"
71
71
  }