@genesislcap/grid-pro 14.460.0 → 14.461.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.
@@ -19856,13 +19856,13 @@
19856
19856
  },
19857
19857
  {
19858
19858
  "kind": "javascript-module",
19859
- "path": "src/style/colors.ts",
19859
+ "path": "src/tooltips/error-tooltip.ts",
19860
19860
  "declarations": [],
19861
19861
  "exports": []
19862
19862
  },
19863
19863
  {
19864
19864
  "kind": "javascript-module",
19865
- "path": "src/style/index.ts",
19865
+ "path": "src/tooltips/index.ts",
19866
19866
  "declarations": [],
19867
19867
  "exports": [
19868
19868
  {
@@ -19870,34 +19870,20 @@
19870
19870
  "name": "*",
19871
19871
  "declaration": {
19872
19872
  "name": "*",
19873
- "package": "./colors"
19874
- }
19875
- },
19876
- {
19877
- "kind": "js",
19878
- "name": "*",
19879
- "declaration": {
19880
- "name": "*",
19881
- "package": "./tokens"
19873
+ "package": "./error-tooltip"
19882
19874
  }
19883
19875
  }
19884
19876
  ]
19885
19877
  },
19886
19878
  {
19887
19879
  "kind": "javascript-module",
19888
- "path": "src/style/tokens.ts",
19889
- "declarations": [],
19890
- "exports": []
19891
- },
19892
- {
19893
- "kind": "javascript-module",
19894
- "path": "src/tooltips/error-tooltip.ts",
19880
+ "path": "src/style/colors.ts",
19895
19881
  "declarations": [],
19896
19882
  "exports": []
19897
19883
  },
19898
19884
  {
19899
19885
  "kind": "javascript-module",
19900
- "path": "src/tooltips/index.ts",
19886
+ "path": "src/style/index.ts",
19901
19887
  "declarations": [],
19902
19888
  "exports": [
19903
19889
  {
@@ -19905,11 +19891,25 @@
19905
19891
  "name": "*",
19906
19892
  "declaration": {
19907
19893
  "name": "*",
19908
- "package": "./error-tooltip"
19894
+ "package": "./colors"
19895
+ }
19896
+ },
19897
+ {
19898
+ "kind": "js",
19899
+ "name": "*",
19900
+ "declaration": {
19901
+ "name": "*",
19902
+ "package": "./tokens"
19909
19903
  }
19910
19904
  }
19911
19905
  ]
19912
19906
  },
19907
+ {
19908
+ "kind": "javascript-module",
19909
+ "path": "src/style/tokens.ts",
19910
+ "declarations": [],
19911
+ "exports": []
19912
+ },
19913
19913
  {
19914
19914
  "kind": "javascript-module",
19915
19915
  "path": "src/utils/array.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.460.0",
4
+ "version": "14.461.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,20 +40,20 @@
40
40
  }
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.460.0",
44
- "@genesislcap/genx": "14.460.0",
45
- "@genesislcap/rollup-builder": "14.460.0",
46
- "@genesislcap/ts-builder": "14.460.0",
47
- "@genesislcap/uvu-playwright-builder": "14.460.0",
48
- "@genesislcap/vite-builder": "14.460.0",
49
- "@genesislcap/webpack-builder": "14.460.0"
43
+ "@genesislcap/foundation-testing": "14.461.1",
44
+ "@genesislcap/genx": "14.461.1",
45
+ "@genesislcap/rollup-builder": "14.461.1",
46
+ "@genesislcap/ts-builder": "14.461.1",
47
+ "@genesislcap/uvu-playwright-builder": "14.461.1",
48
+ "@genesislcap/vite-builder": "14.461.1",
49
+ "@genesislcap/webpack-builder": "14.461.1"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.460.0",
53
- "@genesislcap/foundation-criteria": "14.460.0",
54
- "@genesislcap/foundation-logger": "14.460.0",
55
- "@genesislcap/foundation-ui": "14.460.0",
56
- "@genesislcap/foundation-utils": "14.460.0",
52
+ "@genesislcap/foundation-comms": "14.461.1",
53
+ "@genesislcap/foundation-criteria": "14.461.1",
54
+ "@genesislcap/foundation-logger": "14.461.1",
55
+ "@genesislcap/foundation-ui": "14.461.1",
56
+ "@genesislcap/foundation-utils": "14.461.1",
57
57
  "@microsoft/fast-colors": "5.3.1",
58
58
  "@microsoft/fast-components": "2.30.6",
59
59
  "@microsoft/fast-element": "1.14.0",
@@ -91,5 +91,5 @@
91
91
  "require": "./dist/react.cjs"
92
92
  }
93
93
  },
94
- "gitHead": "12d48ef6ec786b6fc0ad12bccb3682d0792e508c"
94
+ "gitHead": "6ecd9dcda48da1ad9b09bb94d50ec5e7769e8e51"
95
95
  }