@genesislcap/rapid-grid-pro 14.406.0-workspaces.3 → 14.406.0-workspaces.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.
@@ -6646,6 +6646,21 @@
6646
6646
  }
6647
6647
  ]
6648
6648
  },
6649
+ {
6650
+ "kind": "javascript-module",
6651
+ "path": "src/themes/index.ts",
6652
+ "declarations": [],
6653
+ "exports": [
6654
+ {
6655
+ "kind": "js",
6656
+ "name": "*",
6657
+ "declaration": {
6658
+ "name": "*",
6659
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
6660
+ }
6661
+ }
6662
+ ]
6663
+ },
6649
6664
  {
6650
6665
  "kind": "javascript-module",
6651
6666
  "path": "src/style/colors.ts",
@@ -6893,21 +6908,6 @@
6893
6908
  }
6894
6909
  ]
6895
6910
  },
6896
- {
6897
- "kind": "javascript-module",
6898
- "path": "src/themes/index.ts",
6899
- "declarations": [],
6900
- "exports": [
6901
- {
6902
- "kind": "js",
6903
- "name": "*",
6904
- "declaration": {
6905
- "name": "*",
6906
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
6907
- }
6908
- }
6909
- ]
6910
- },
6911
6911
  {
6912
6912
  "kind": "javascript-module",
6913
6913
  "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.406.0-workspaces.3",
4
+ "version": "14.406.0-workspaces.6",
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.406.0-workspaces.3",
41
- "@genesislcap/rollup-builder": "14.406.0-workspaces.3",
42
- "@genesislcap/ts-builder": "14.406.0-workspaces.3",
43
- "@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.3",
44
- "@genesislcap/vite-builder": "14.406.0-workspaces.3",
45
- "@genesislcap/webpack-builder": "14.406.0-workspaces.3"
40
+ "@genesislcap/genx": "14.406.0-workspaces.6",
41
+ "@genesislcap/rollup-builder": "14.406.0-workspaces.6",
42
+ "@genesislcap/ts-builder": "14.406.0-workspaces.6",
43
+ "@genesislcap/uvu-playwright-builder": "14.406.0-workspaces.6",
44
+ "@genesislcap/vite-builder": "14.406.0-workspaces.6",
45
+ "@genesislcap/webpack-builder": "14.406.0-workspaces.6"
46
46
  },
47
47
  "dependencies": {
48
- "@genesislcap/foundation-ui": "14.406.0-workspaces.3",
49
- "@genesislcap/grid-pro": "14.406.0-workspaces.3",
50
- "@genesislcap/rapid-design-system": "14.406.0-workspaces.3",
48
+ "@genesislcap/foundation-ui": "14.406.0-workspaces.6",
49
+ "@genesislcap/grid-pro": "14.406.0-workspaces.6",
50
+ "@genesislcap/rapid-design-system": "14.406.0-workspaces.6",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",
@@ -69,5 +69,5 @@
69
69
  "access": "public"
70
70
  },
71
71
  "customElements": "dist/custom-elements.json",
72
- "gitHead": "b86305849b42345a039ad775a1a8ce34a7cea09a"
72
+ "gitHead": "9926086c62c7c777a76e5455fe638c6e1250790f"
73
73
  }