@genesislcap/grid-pro 14.210.1-alpha-2ea9194.0 → 14.210.1-alpha-1717fac.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.
@@ -13518,27 +13518,6 @@
13518
13518
  "declarations": [],
13519
13519
  "exports": []
13520
13520
  },
13521
- {
13522
- "kind": "javascript-module",
13523
- "path": "src/tooltips/error-tooltip.ts",
13524
- "declarations": [],
13525
- "exports": []
13526
- },
13527
- {
13528
- "kind": "javascript-module",
13529
- "path": "src/tooltips/index.ts",
13530
- "declarations": [],
13531
- "exports": [
13532
- {
13533
- "kind": "js",
13534
- "name": "*",
13535
- "declaration": {
13536
- "name": "*",
13537
- "package": "./error-tooltip"
13538
- }
13539
- }
13540
- ]
13541
- },
13542
13521
  {
13543
13522
  "kind": "javascript-module",
13544
13523
  "path": "src/utils/array.ts",
@@ -13775,6 +13754,27 @@
13775
13754
  }
13776
13755
  ]
13777
13756
  },
13757
+ {
13758
+ "kind": "javascript-module",
13759
+ "path": "src/tooltips/error-tooltip.ts",
13760
+ "declarations": [],
13761
+ "exports": []
13762
+ },
13763
+ {
13764
+ "kind": "javascript-module",
13765
+ "path": "src/tooltips/index.ts",
13766
+ "declarations": [],
13767
+ "exports": [
13768
+ {
13769
+ "kind": "js",
13770
+ "name": "*",
13771
+ "declaration": {
13772
+ "name": "*",
13773
+ "package": "./error-tooltip"
13774
+ }
13775
+ }
13776
+ ]
13777
+ },
13778
13778
  {
13779
13779
  "kind": "javascript-module",
13780
13780
  "path": "src/cell-renderers/utils/accessor.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.210.1-alpha-2ea9194.0",
4
+ "version": "14.210.1-alpha-1717fac.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -38,20 +38,20 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "@genesislcap/foundation-testing": "14.210.1-alpha-2ea9194.0",
42
- "@genesislcap/genx": "14.210.1-alpha-2ea9194.0",
43
- "@genesislcap/rollup-builder": "14.210.1-alpha-2ea9194.0",
44
- "@genesislcap/ts-builder": "14.210.1-alpha-2ea9194.0",
45
- "@genesislcap/uvu-playwright-builder": "14.210.1-alpha-2ea9194.0",
46
- "@genesislcap/vite-builder": "14.210.1-alpha-2ea9194.0",
47
- "@genesislcap/webpack-builder": "14.210.1-alpha-2ea9194.0",
41
+ "@genesislcap/foundation-testing": "14.210.1-alpha-1717fac.0",
42
+ "@genesislcap/genx": "14.210.1-alpha-1717fac.0",
43
+ "@genesislcap/rollup-builder": "14.210.1-alpha-1717fac.0",
44
+ "@genesislcap/ts-builder": "14.210.1-alpha-1717fac.0",
45
+ "@genesislcap/uvu-playwright-builder": "14.210.1-alpha-1717fac.0",
46
+ "@genesislcap/vite-builder": "14.210.1-alpha-1717fac.0",
47
+ "@genesislcap/webpack-builder": "14.210.1-alpha-1717fac.0",
48
48
  "rimraf": "^5.0.0"
49
49
  },
50
50
  "dependencies": {
51
- "@genesislcap/foundation-comms": "14.210.1-alpha-2ea9194.0",
52
- "@genesislcap/foundation-logger": "14.210.1-alpha-2ea9194.0",
53
- "@genesislcap/foundation-ui": "14.210.1-alpha-2ea9194.0",
54
- "@genesislcap/foundation-utils": "14.210.1-alpha-2ea9194.0",
51
+ "@genesislcap/foundation-comms": "14.210.1-alpha-1717fac.0",
52
+ "@genesislcap/foundation-logger": "14.210.1-alpha-1717fac.0",
53
+ "@genesislcap/foundation-ui": "14.210.1-alpha-1717fac.0",
54
+ "@genesislcap/foundation-utils": "14.210.1-alpha-1717fac.0",
55
55
  "@microsoft/fast-colors": "^5.3.1",
56
56
  "@microsoft/fast-components": "^2.30.6",
57
57
  "@microsoft/fast-element": "^1.12.0",
@@ -77,5 +77,5 @@
77
77
  "access": "public"
78
78
  },
79
79
  "customElements": "dist/custom-elements.json",
80
- "gitHead": "318456b1096fed60a40f1534c7b1634ddd5de93a"
80
+ "gitHead": "876ef746e336dd6d007d89a83eab537b8e0193f2"
81
81
  }