@genesislcap/grid-pro 14.461.1 → 14.461.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.
@@ -19856,13 +19856,13 @@
19856
19856
  },
19857
19857
  {
19858
19858
  "kind": "javascript-module",
19859
- "path": "src/tooltips/error-tooltip.ts",
19859
+ "path": "src/style/colors.ts",
19860
19860
  "declarations": [],
19861
19861
  "exports": []
19862
19862
  },
19863
19863
  {
19864
19864
  "kind": "javascript-module",
19865
- "path": "src/tooltips/index.ts",
19865
+ "path": "src/style/index.ts",
19866
19866
  "declarations": [],
19867
19867
  "exports": [
19868
19868
  {
@@ -19870,20 +19870,34 @@
19870
19870
  "name": "*",
19871
19871
  "declaration": {
19872
19872
  "name": "*",
19873
- "package": "./error-tooltip"
19873
+ "package": "./colors"
19874
+ }
19875
+ },
19876
+ {
19877
+ "kind": "js",
19878
+ "name": "*",
19879
+ "declaration": {
19880
+ "name": "*",
19881
+ "package": "./tokens"
19874
19882
  }
19875
19883
  }
19876
19884
  ]
19877
19885
  },
19878
19886
  {
19879
19887
  "kind": "javascript-module",
19880
- "path": "src/style/colors.ts",
19888
+ "path": "src/style/tokens.ts",
19881
19889
  "declarations": [],
19882
19890
  "exports": []
19883
19891
  },
19884
19892
  {
19885
19893
  "kind": "javascript-module",
19886
- "path": "src/style/index.ts",
19894
+ "path": "src/tooltips/error-tooltip.ts",
19895
+ "declarations": [],
19896
+ "exports": []
19897
+ },
19898
+ {
19899
+ "kind": "javascript-module",
19900
+ "path": "src/tooltips/index.ts",
19887
19901
  "declarations": [],
19888
19902
  "exports": [
19889
19903
  {
@@ -19891,25 +19905,11 @@
19891
19905
  "name": "*",
19892
19906
  "declaration": {
19893
19907
  "name": "*",
19894
- "package": "./colors"
19895
- }
19896
- },
19897
- {
19898
- "kind": "js",
19899
- "name": "*",
19900
- "declaration": {
19901
- "name": "*",
19902
- "package": "./tokens"
19908
+ "package": "./error-tooltip"
19903
19909
  }
19904
19910
  }
19905
19911
  ]
19906
19912
  },
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.461.1",
4
+ "version": "14.461.2",
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.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"
43
+ "@genesislcap/foundation-testing": "14.461.2",
44
+ "@genesislcap/genx": "14.461.2",
45
+ "@genesislcap/rollup-builder": "14.461.2",
46
+ "@genesislcap/ts-builder": "14.461.2",
47
+ "@genesislcap/uvu-playwright-builder": "14.461.2",
48
+ "@genesislcap/vite-builder": "14.461.2",
49
+ "@genesislcap/webpack-builder": "14.461.2"
50
50
  },
51
51
  "dependencies": {
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",
52
+ "@genesislcap/foundation-comms": "14.461.2",
53
+ "@genesislcap/foundation-criteria": "14.461.2",
54
+ "@genesislcap/foundation-logger": "14.461.2",
55
+ "@genesislcap/foundation-ui": "14.461.2",
56
+ "@genesislcap/foundation-utils": "14.461.2",
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": "6ecd9dcda48da1ad9b09bb94d50ec5e7769e8e51"
94
+ "gitHead": "7999f5af9df17157002c463d10fe75a14ac43521"
95
95
  }