@genesislcap/grid-pro 14.416.1-alpha-c3adbe7.0 → 14.417.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.
@@ -18974,27 +18974,6 @@
18974
18974
  "declarations": [],
18975
18975
  "exports": []
18976
18976
  },
18977
- {
18978
- "kind": "javascript-module",
18979
- "path": "src/tooltips/error-tooltip.ts",
18980
- "declarations": [],
18981
- "exports": []
18982
- },
18983
- {
18984
- "kind": "javascript-module",
18985
- "path": "src/tooltips/index.ts",
18986
- "declarations": [],
18987
- "exports": [
18988
- {
18989
- "kind": "js",
18990
- "name": "*",
18991
- "declaration": {
18992
- "name": "*",
18993
- "package": "./error-tooltip"
18994
- }
18995
- }
18996
- ]
18997
- },
18998
18977
  {
18999
18978
  "kind": "javascript-module",
19000
18979
  "path": "src/utils/array.ts",
@@ -19385,6 +19364,27 @@
19385
19364
  }
19386
19365
  ]
19387
19366
  },
19367
+ {
19368
+ "kind": "javascript-module",
19369
+ "path": "src/tooltips/error-tooltip.ts",
19370
+ "declarations": [],
19371
+ "exports": []
19372
+ },
19373
+ {
19374
+ "kind": "javascript-module",
19375
+ "path": "src/tooltips/index.ts",
19376
+ "declarations": [],
19377
+ "exports": [
19378
+ {
19379
+ "kind": "js",
19380
+ "name": "*",
19381
+ "declaration": {
19382
+ "name": "*",
19383
+ "package": "./error-tooltip"
19384
+ }
19385
+ }
19386
+ ]
19387
+ },
19388
19388
  {
19389
19389
  "kind": "javascript-module",
19390
19390
  "path": "src/column/utils/grid-pro-columns.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.416.1-alpha-c3adbe7.0",
4
+ "version": "14.417.0",
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.416.1-alpha-c3adbe7.0",
44
- "@genesislcap/genx": "14.416.1-alpha-c3adbe7.0",
45
- "@genesislcap/rollup-builder": "14.416.1-alpha-c3adbe7.0",
46
- "@genesislcap/ts-builder": "14.416.1-alpha-c3adbe7.0",
47
- "@genesislcap/uvu-playwright-builder": "14.416.1-alpha-c3adbe7.0",
48
- "@genesislcap/vite-builder": "14.416.1-alpha-c3adbe7.0",
49
- "@genesislcap/webpack-builder": "14.416.1-alpha-c3adbe7.0"
43
+ "@genesislcap/foundation-testing": "14.417.0",
44
+ "@genesislcap/genx": "14.417.0",
45
+ "@genesislcap/rollup-builder": "14.417.0",
46
+ "@genesislcap/ts-builder": "14.417.0",
47
+ "@genesislcap/uvu-playwright-builder": "14.417.0",
48
+ "@genesislcap/vite-builder": "14.417.0",
49
+ "@genesislcap/webpack-builder": "14.417.0"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.416.1-alpha-c3adbe7.0",
53
- "@genesislcap/foundation-criteria": "14.416.1-alpha-c3adbe7.0",
54
- "@genesislcap/foundation-logger": "14.416.1-alpha-c3adbe7.0",
55
- "@genesislcap/foundation-ui": "14.416.1-alpha-c3adbe7.0",
56
- "@genesislcap/foundation-utils": "14.416.1-alpha-c3adbe7.0",
52
+ "@genesislcap/foundation-comms": "14.417.0",
53
+ "@genesislcap/foundation-criteria": "14.417.0",
54
+ "@genesislcap/foundation-logger": "14.417.0",
55
+ "@genesislcap/foundation-ui": "14.417.0",
56
+ "@genesislcap/foundation-utils": "14.417.0",
57
57
  "@microsoft/fast-colors": "5.3.1",
58
58
  "@microsoft/fast-components": "2.30.6",
59
59
  "@microsoft/fast-element": "1.14.0",
@@ -80,5 +80,5 @@
80
80
  "access": "public"
81
81
  },
82
82
  "customElements": "dist/custom-elements.json",
83
- "gitHead": "b642cca2132b2e27c94aa89821d267a8bce6a180"
83
+ "gitHead": "1a4b13faca04aa12b0a8bd6032a798369fe7eb33"
84
84
  }