@genesislcap/grid-pro 14.189.0 → 14.189.1-alpha-3318926.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.
@@ -11551,41 +11551,6 @@
11551
11551
  "declarations": [],
11552
11552
  "exports": []
11553
11553
  },
11554
- {
11555
- "kind": "javascript-module",
11556
- "path": "src/style/colors.ts",
11557
- "declarations": [],
11558
- "exports": []
11559
- },
11560
- {
11561
- "kind": "javascript-module",
11562
- "path": "src/style/index.ts",
11563
- "declarations": [],
11564
- "exports": [
11565
- {
11566
- "kind": "js",
11567
- "name": "*",
11568
- "declaration": {
11569
- "name": "*",
11570
- "package": "./colors"
11571
- }
11572
- },
11573
- {
11574
- "kind": "js",
11575
- "name": "*",
11576
- "declaration": {
11577
- "name": "*",
11578
- "package": "./tokens"
11579
- }
11580
- }
11581
- ]
11582
- },
11583
- {
11584
- "kind": "javascript-module",
11585
- "path": "src/style/tokens.ts",
11586
- "declarations": [],
11587
- "exports": []
11588
- },
11589
11554
  {
11590
11555
  "kind": "javascript-module",
11591
11556
  "path": "src/tooltips/error-tooltip.ts",
@@ -11955,6 +11920,41 @@
11955
11920
  }
11956
11921
  }
11957
11922
  ]
11923
+ },
11924
+ {
11925
+ "kind": "javascript-module",
11926
+ "path": "src/style/colors.ts",
11927
+ "declarations": [],
11928
+ "exports": []
11929
+ },
11930
+ {
11931
+ "kind": "javascript-module",
11932
+ "path": "src/style/index.ts",
11933
+ "declarations": [],
11934
+ "exports": [
11935
+ {
11936
+ "kind": "js",
11937
+ "name": "*",
11938
+ "declaration": {
11939
+ "name": "*",
11940
+ "package": "./colors"
11941
+ }
11942
+ },
11943
+ {
11944
+ "kind": "js",
11945
+ "name": "*",
11946
+ "declaration": {
11947
+ "name": "*",
11948
+ "package": "./tokens"
11949
+ }
11950
+ }
11951
+ ]
11952
+ },
11953
+ {
11954
+ "kind": "javascript-module",
11955
+ "path": "src/style/tokens.ts",
11956
+ "declarations": [],
11957
+ "exports": []
11958
11958
  }
11959
11959
  ]
11960
11960
  }
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.189.0",
4
+ "version": "14.189.1-alpha-3318926.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.189.0",
42
- "@genesislcap/genx": "14.189.0",
43
- "@genesislcap/rollup-builder": "14.189.0",
44
- "@genesislcap/ts-builder": "14.189.0",
45
- "@genesislcap/uvu-playwright-builder": "14.189.0",
46
- "@genesislcap/vite-builder": "14.189.0",
47
- "@genesislcap/webpack-builder": "14.189.0",
41
+ "@genesislcap/foundation-testing": "14.189.1-alpha-3318926.0",
42
+ "@genesislcap/genx": "14.189.1-alpha-3318926.0",
43
+ "@genesislcap/rollup-builder": "14.189.1-alpha-3318926.0",
44
+ "@genesislcap/ts-builder": "14.189.1-alpha-3318926.0",
45
+ "@genesislcap/uvu-playwright-builder": "14.189.1-alpha-3318926.0",
46
+ "@genesislcap/vite-builder": "14.189.1-alpha-3318926.0",
47
+ "@genesislcap/webpack-builder": "14.189.1-alpha-3318926.0",
48
48
  "rimraf": "^5.0.0"
49
49
  },
50
50
  "dependencies": {
51
- "@genesislcap/foundation-comms": "14.189.0",
52
- "@genesislcap/foundation-logger": "14.189.0",
53
- "@genesislcap/foundation-ui": "14.189.0",
54
- "@genesislcap/foundation-utils": "14.189.0",
51
+ "@genesislcap/foundation-comms": "14.189.1-alpha-3318926.0",
52
+ "@genesislcap/foundation-logger": "14.189.1-alpha-3318926.0",
53
+ "@genesislcap/foundation-ui": "14.189.1-alpha-3318926.0",
54
+ "@genesislcap/foundation-utils": "14.189.1-alpha-3318926.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": "3e408af16c90ccd4129de5bada72e25d37610548"
80
+ "gitHead": "f2a05fd2b8fab95ccfd4ee8f22f64e3e87c88e4a"
81
81
  }