@trackunit/react-components 1.7.35 → 1.7.36

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.
package/index.cjs.js CHANGED
@@ -1485,7 +1485,7 @@ const getWindowSize = () => {
1485
1485
  width: window.innerWidth,
1486
1486
  };
1487
1487
  }
1488
- catch (error) {
1488
+ catch {
1489
1489
  return {
1490
1490
  height: 0,
1491
1491
  width: 0,
package/index.esm.js CHANGED
@@ -1483,7 +1483,7 @@ const getWindowSize = () => {
1483
1483
  width: window.innerWidth,
1484
1484
  };
1485
1485
  }
1486
- catch (error) {
1486
+ catch {
1487
1487
  return {
1488
1488
  height: 0,
1489
1489
  width: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "1.7.35",
3
+ "version": "1.7.36",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -17,12 +17,12 @@
17
17
  "@floating-ui/react": "^0.26.25",
18
18
  "string-ts": "^2.0.0",
19
19
  "tailwind-merge": "^2.0.0",
20
- "@trackunit/ui-design-tokens": "1.6.27",
21
- "@trackunit/css-class-variance-utilities": "1.6.26",
22
- "@trackunit/shared-utils": "1.8.26",
23
- "@trackunit/ui-icons": "1.6.25",
24
- "@trackunit/react-table-pagination": "1.6.25",
25
- "@trackunit/react-test-setup": "1.3.26",
20
+ "@trackunit/ui-design-tokens": "1.6.28",
21
+ "@trackunit/css-class-variance-utilities": "1.6.27",
22
+ "@trackunit/shared-utils": "1.8.27",
23
+ "@trackunit/ui-icons": "1.6.26",
24
+ "@trackunit/react-table-pagination": "1.6.26",
25
+ "@trackunit/react-test-setup": "1.3.27",
26
26
  "@tanstack/react-router": "1.114.29"
27
27
  },
28
28
  "module": "./index.esm.js",