@genesislcap/grid-tabulator 14.451.2-FUI-2550.2 → 14.451.2-FUI-2550.5

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.
@@ -4665,6 +4665,41 @@
4665
4665
  }
4666
4666
  ]
4667
4667
  },
4668
+ {
4669
+ "kind": "javascript-module",
4670
+ "path": "src/style/colors.ts",
4671
+ "declarations": [],
4672
+ "exports": []
4673
+ },
4674
+ {
4675
+ "kind": "javascript-module",
4676
+ "path": "src/style/index.ts",
4677
+ "declarations": [],
4678
+ "exports": [
4679
+ {
4680
+ "kind": "js",
4681
+ "name": "*",
4682
+ "declaration": {
4683
+ "name": "*",
4684
+ "package": "./colors"
4685
+ }
4686
+ },
4687
+ {
4688
+ "kind": "js",
4689
+ "name": "*",
4690
+ "declaration": {
4691
+ "name": "*",
4692
+ "package": "./tokens"
4693
+ }
4694
+ }
4695
+ ]
4696
+ },
4697
+ {
4698
+ "kind": "javascript-module",
4699
+ "path": "src/style/tokens.ts",
4700
+ "declarations": [],
4701
+ "exports": []
4702
+ },
4668
4703
  {
4669
4704
  "kind": "javascript-module",
4670
4705
  "path": "src/utils/index.ts",
@@ -4828,41 +4863,6 @@
4828
4863
  }
4829
4864
  }
4830
4865
  ]
4831
- },
4832
- {
4833
- "kind": "javascript-module",
4834
- "path": "src/style/colors.ts",
4835
- "declarations": [],
4836
- "exports": []
4837
- },
4838
- {
4839
- "kind": "javascript-module",
4840
- "path": "src/style/index.ts",
4841
- "declarations": [],
4842
- "exports": [
4843
- {
4844
- "kind": "js",
4845
- "name": "*",
4846
- "declaration": {
4847
- "name": "*",
4848
- "package": "./colors"
4849
- }
4850
- },
4851
- {
4852
- "kind": "js",
4853
- "name": "*",
4854
- "declaration": {
4855
- "name": "*",
4856
- "package": "./tokens"
4857
- }
4858
- }
4859
- ]
4860
- },
4861
- {
4862
- "kind": "javascript-module",
4863
- "path": "src/style/tokens.ts",
4864
- "declarations": [],
4865
- "exports": []
4866
4866
  }
4867
4867
  ]
4868
4868
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-tabulator",
3
3
  "description": "Genesis Foundation Grid Tabulator",
4
- "version": "14.451.2-FUI-2550.2",
4
+ "version": "14.451.2-FUI-2550.5",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,20 +41,20 @@
41
41
  }
42
42
  },
43
43
  "devDependencies": {
44
- "@genesislcap/foundation-testing": "14.451.2-FUI-2550.2",
45
- "@genesislcap/genx": "14.451.2-FUI-2550.2",
46
- "@genesislcap/rollup-builder": "14.451.2-FUI-2550.2",
47
- "@genesislcap/ts-builder": "14.451.2-FUI-2550.2",
48
- "@genesislcap/uvu-playwright-builder": "14.451.2-FUI-2550.2",
49
- "@genesislcap/vite-builder": "14.451.2-FUI-2550.2",
50
- "@genesislcap/webpack-builder": "14.451.2-FUI-2550.2",
44
+ "@genesislcap/foundation-testing": "14.451.2-FUI-2550.5",
45
+ "@genesislcap/genx": "14.451.2-FUI-2550.5",
46
+ "@genesislcap/rollup-builder": "14.451.2-FUI-2550.5",
47
+ "@genesislcap/ts-builder": "14.451.2-FUI-2550.5",
48
+ "@genesislcap/uvu-playwright-builder": "14.451.2-FUI-2550.5",
49
+ "@genesislcap/vite-builder": "14.451.2-FUI-2550.5",
50
+ "@genesislcap/webpack-builder": "14.451.2-FUI-2550.5",
51
51
  "@types/tabulator-tables": "6.2.6"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "14.451.2-FUI-2550.2",
55
- "@genesislcap/foundation-logger": "14.451.2-FUI-2550.2",
56
- "@genesislcap/foundation-ui": "14.451.2-FUI-2550.2",
57
- "@genesislcap/foundation-utils": "14.451.2-FUI-2550.2",
54
+ "@genesislcap/foundation-comms": "14.451.2-FUI-2550.5",
55
+ "@genesislcap/foundation-logger": "14.451.2-FUI-2550.5",
56
+ "@genesislcap/foundation-ui": "14.451.2-FUI-2550.5",
57
+ "@genesislcap/foundation-utils": "14.451.2-FUI-2550.5",
58
58
  "@microsoft/fast-colors": "5.3.1",
59
59
  "@microsoft/fast-components": "2.30.6",
60
60
  "@microsoft/fast-element": "1.14.0",
@@ -86,5 +86,5 @@
86
86
  "require": "./dist/react.cjs"
87
87
  }
88
88
  },
89
- "gitHead": "b92c01a659248d27f0ea5a920e37c4dfb7b4259f"
89
+ "gitHead": "584095ad6c048a6a671b267427b04d9caad3fcff"
90
90
  }