@genesislcap/foundation-zero-grid-tabulator 14.379.0 → 14.380.1-TAMTECH-262.2

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.
@@ -1555,6 +1555,21 @@
1555
1555
  }
1556
1556
  ]
1557
1557
  },
1558
+ {
1559
+ "kind": "javascript-module",
1560
+ "path": "src/themes/index.ts",
1561
+ "declarations": [],
1562
+ "exports": [
1563
+ {
1564
+ "kind": "js",
1565
+ "name": "*",
1566
+ "declaration": {
1567
+ "name": "*",
1568
+ "package": "./genesis-rapid/theme-genesis-rapid"
1569
+ }
1570
+ }
1571
+ ]
1572
+ },
1558
1573
  {
1559
1574
  "kind": "javascript-module",
1560
1575
  "path": "src/style/colors.ts",
@@ -1642,21 +1657,6 @@
1642
1657
  }
1643
1658
  ]
1644
1659
  },
1645
- {
1646
- "kind": "javascript-module",
1647
- "path": "src/themes/index.ts",
1648
- "declarations": [],
1649
- "exports": [
1650
- {
1651
- "kind": "js",
1652
- "name": "*",
1653
- "declaration": {
1654
- "name": "*",
1655
- "package": "./genesis-rapid/theme-genesis-rapid"
1656
- }
1657
- }
1658
- ]
1659
- },
1660
1660
  {
1661
1661
  "kind": "javascript-module",
1662
1662
  "path": "src/utils/index.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero-grid-tabulator",
3
3
  "description": "Genesis Foundation Zero Grid Tabulator",
4
- "version": "14.379.0",
4
+ "version": "14.380.1-TAMTECH-262.2",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "license": "SEE LICENSE IN license.txt",
@@ -33,19 +33,19 @@
33
33
  }
34
34
  },
35
35
  "devDependencies": {
36
- "@genesislcap/genx": "14.379.0",
37
- "@genesislcap/rollup-builder": "14.379.0",
38
- "@genesislcap/ts-builder": "14.379.0",
39
- "@genesislcap/uvu-playwright-builder": "14.379.0",
40
- "@genesislcap/vite-builder": "14.379.0",
41
- "@genesislcap/webpack-builder": "14.379.0"
36
+ "@genesislcap/genx": "14.380.1-TAMTECH-262.2",
37
+ "@genesislcap/rollup-builder": "14.380.1-TAMTECH-262.2",
38
+ "@genesislcap/ts-builder": "14.380.1-TAMTECH-262.2",
39
+ "@genesislcap/uvu-playwright-builder": "14.380.1-TAMTECH-262.2",
40
+ "@genesislcap/vite-builder": "14.380.1-TAMTECH-262.2",
41
+ "@genesislcap/webpack-builder": "14.380.1-TAMTECH-262.2"
42
42
  },
43
43
  "dependencies": {
44
- "@genesislcap/foundation-comms": "14.379.0",
45
- "@genesislcap/foundation-ui": "14.379.0",
46
- "@genesislcap/foundation-utils": "14.379.0",
47
- "@genesislcap/foundation-zero": "14.379.0",
48
- "@genesislcap/grid-tabulator": "14.379.0",
44
+ "@genesislcap/foundation-comms": "14.380.1-TAMTECH-262.2",
45
+ "@genesislcap/foundation-ui": "14.380.1-TAMTECH-262.2",
46
+ "@genesislcap/foundation-utils": "14.380.1-TAMTECH-262.2",
47
+ "@genesislcap/foundation-zero": "14.380.1-TAMTECH-262.2",
48
+ "@genesislcap/grid-tabulator": "14.380.1-TAMTECH-262.2",
49
49
  "@microsoft/fast-colors": "5.3.1",
50
50
  "@microsoft/fast-components": "2.30.6",
51
51
  "@microsoft/fast-element": "1.14.0",
@@ -64,5 +64,5 @@
64
64
  "access": "public"
65
65
  },
66
66
  "customElements": "dist/custom-elements.json",
67
- "gitHead": "867ea5e99e79ce360603b05eb9a47ecd1e092640"
67
+ "gitHead": "e7f7521f3249ec06552fe8e87253b3d63de1c10a"
68
68
  }