@genesislcap/grid-pro 14.351.0 → 14.353.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.
@@ -16559,6 +16559,41 @@
16559
16559
  "declarations": [],
16560
16560
  "exports": []
16561
16561
  },
16562
+ {
16563
+ "kind": "javascript-module",
16564
+ "path": "src/style/colors.ts",
16565
+ "declarations": [],
16566
+ "exports": []
16567
+ },
16568
+ {
16569
+ "kind": "javascript-module",
16570
+ "path": "src/style/index.ts",
16571
+ "declarations": [],
16572
+ "exports": [
16573
+ {
16574
+ "kind": "js",
16575
+ "name": "*",
16576
+ "declaration": {
16577
+ "name": "*",
16578
+ "package": "./colors"
16579
+ }
16580
+ },
16581
+ {
16582
+ "kind": "js",
16583
+ "name": "*",
16584
+ "declaration": {
16585
+ "name": "*",
16586
+ "package": "./tokens"
16587
+ }
16588
+ }
16589
+ ]
16590
+ },
16591
+ {
16592
+ "kind": "javascript-module",
16593
+ "path": "src/style/tokens.ts",
16594
+ "declarations": [],
16595
+ "exports": []
16596
+ },
16562
16597
  {
16563
16598
  "kind": "javascript-module",
16564
16599
  "path": "src/status-bar-components/index.ts",
@@ -17300,41 +17335,6 @@
17300
17335
  }
17301
17336
  ]
17302
17337
  },
17303
- {
17304
- "kind": "javascript-module",
17305
- "path": "src/style/colors.ts",
17306
- "declarations": [],
17307
- "exports": []
17308
- },
17309
- {
17310
- "kind": "javascript-module",
17311
- "path": "src/style/index.ts",
17312
- "declarations": [],
17313
- "exports": [
17314
- {
17315
- "kind": "js",
17316
- "name": "*",
17317
- "declaration": {
17318
- "name": "*",
17319
- "package": "./colors"
17320
- }
17321
- },
17322
- {
17323
- "kind": "js",
17324
- "name": "*",
17325
- "declaration": {
17326
- "name": "*",
17327
- "package": "./tokens"
17328
- }
17329
- }
17330
- ]
17331
- },
17332
- {
17333
- "kind": "javascript-module",
17334
- "path": "src/style/tokens.ts",
17335
- "declarations": [],
17336
- "exports": []
17337
- },
17338
17338
  {
17339
17339
  "kind": "javascript-module",
17340
17340
  "path": "src/tooltips/error-tooltip.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.351.0",
4
+ "version": "14.353.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -38,19 +38,19 @@
38
38
  }
39
39
  },
40
40
  "devDependencies": {
41
- "@genesislcap/foundation-testing": "14.351.0",
42
- "@genesislcap/genx": "14.351.0",
43
- "@genesislcap/rollup-builder": "14.351.0",
44
- "@genesislcap/ts-builder": "14.351.0",
45
- "@genesislcap/uvu-playwright-builder": "14.351.0",
46
- "@genesislcap/vite-builder": "14.351.0",
47
- "@genesislcap/webpack-builder": "14.351.0"
41
+ "@genesislcap/foundation-testing": "14.353.0",
42
+ "@genesislcap/genx": "14.353.0",
43
+ "@genesislcap/rollup-builder": "14.353.0",
44
+ "@genesislcap/ts-builder": "14.353.0",
45
+ "@genesislcap/uvu-playwright-builder": "14.353.0",
46
+ "@genesislcap/vite-builder": "14.353.0",
47
+ "@genesislcap/webpack-builder": "14.353.0"
48
48
  },
49
49
  "dependencies": {
50
- "@genesislcap/foundation-comms": "14.351.0",
51
- "@genesislcap/foundation-logger": "14.351.0",
52
- "@genesislcap/foundation-ui": "14.351.0",
53
- "@genesislcap/foundation-utils": "14.351.0",
50
+ "@genesislcap/foundation-comms": "14.353.0",
51
+ "@genesislcap/foundation-logger": "14.353.0",
52
+ "@genesislcap/foundation-ui": "14.353.0",
53
+ "@genesislcap/foundation-utils": "14.353.0",
54
54
  "@microsoft/fast-colors": "5.3.1",
55
55
  "@microsoft/fast-components": "2.30.6",
56
56
  "@microsoft/fast-element": "1.14.0",
@@ -77,5 +77,5 @@
77
77
  "access": "public"
78
78
  },
79
79
  "customElements": "dist/custom-elements.json",
80
- "gitHead": "d0f0215ebf3210e0cd23176af2a24190ef291b06"
80
+ "gitHead": "056526f2c5983b54024fe6fcdeb7c6e83e0e5cb3"
81
81
  }