@genesislcap/grid-tabulator 14.391.0 → 14.392.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.
@@ -4645,6 +4645,41 @@
4645
4645
  }
4646
4646
  ]
4647
4647
  },
4648
+ {
4649
+ "kind": "javascript-module",
4650
+ "path": "src/style/colors.ts",
4651
+ "declarations": [],
4652
+ "exports": []
4653
+ },
4654
+ {
4655
+ "kind": "javascript-module",
4656
+ "path": "src/style/index.ts",
4657
+ "declarations": [],
4658
+ "exports": [
4659
+ {
4660
+ "kind": "js",
4661
+ "name": "*",
4662
+ "declaration": {
4663
+ "name": "*",
4664
+ "package": "./colors"
4665
+ }
4666
+ },
4667
+ {
4668
+ "kind": "js",
4669
+ "name": "*",
4670
+ "declaration": {
4671
+ "name": "*",
4672
+ "package": "./tokens"
4673
+ }
4674
+ }
4675
+ ]
4676
+ },
4677
+ {
4678
+ "kind": "javascript-module",
4679
+ "path": "src/style/tokens.ts",
4680
+ "declarations": [],
4681
+ "exports": []
4682
+ },
4648
4683
  {
4649
4684
  "kind": "javascript-module",
4650
4685
  "path": "src/utils/index.ts",
@@ -4808,41 +4843,6 @@
4808
4843
  }
4809
4844
  }
4810
4845
  ]
4811
- },
4812
- {
4813
- "kind": "javascript-module",
4814
- "path": "src/style/colors.ts",
4815
- "declarations": [],
4816
- "exports": []
4817
- },
4818
- {
4819
- "kind": "javascript-module",
4820
- "path": "src/style/index.ts",
4821
- "declarations": [],
4822
- "exports": [
4823
- {
4824
- "kind": "js",
4825
- "name": "*",
4826
- "declaration": {
4827
- "name": "*",
4828
- "package": "./colors"
4829
- }
4830
- },
4831
- {
4832
- "kind": "js",
4833
- "name": "*",
4834
- "declaration": {
4835
- "name": "*",
4836
- "package": "./tokens"
4837
- }
4838
- }
4839
- ]
4840
- },
4841
- {
4842
- "kind": "javascript-module",
4843
- "path": "src/style/tokens.ts",
4844
- "declarations": [],
4845
- "exports": []
4846
4846
  }
4847
4847
  ]
4848
4848
  }
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.391.0",
4
+ "version": "14.392.0",
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.391.0",
45
- "@genesislcap/genx": "14.391.0",
46
- "@genesislcap/rollup-builder": "14.391.0",
47
- "@genesislcap/ts-builder": "14.391.0",
48
- "@genesislcap/uvu-playwright-builder": "14.391.0",
49
- "@genesislcap/vite-builder": "14.391.0",
50
- "@genesislcap/webpack-builder": "14.391.0",
44
+ "@genesislcap/foundation-testing": "14.392.0",
45
+ "@genesislcap/genx": "14.392.0",
46
+ "@genesislcap/rollup-builder": "14.392.0",
47
+ "@genesislcap/ts-builder": "14.392.0",
48
+ "@genesislcap/uvu-playwright-builder": "14.392.0",
49
+ "@genesislcap/vite-builder": "14.392.0",
50
+ "@genesislcap/webpack-builder": "14.392.0",
51
51
  "@types/tabulator-tables": "6.2.6"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "14.391.0",
55
- "@genesislcap/foundation-logger": "14.391.0",
56
- "@genesislcap/foundation-ui": "14.391.0",
57
- "@genesislcap/foundation-utils": "14.391.0",
54
+ "@genesislcap/foundation-comms": "14.392.0",
55
+ "@genesislcap/foundation-logger": "14.392.0",
56
+ "@genesislcap/foundation-ui": "14.392.0",
57
+ "@genesislcap/foundation-utils": "14.392.0",
58
58
  "@microsoft/fast-colors": "5.3.1",
59
59
  "@microsoft/fast-components": "2.30.6",
60
60
  "@microsoft/fast-element": "1.14.0",
@@ -75,5 +75,5 @@
75
75
  "access": "public"
76
76
  },
77
77
  "customElements": "dist/custom-elements.json",
78
- "gitHead": "71b627aa35d617e98f6cf40cf8bfdec3f3d1e0b6"
78
+ "gitHead": "3737d3ce26db3413e4473aa3487eaa1955ea27b5"
79
79
  }