@trackunit/react-components 1.18.10 → 1.18.12

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
@@ -5521,9 +5521,7 @@ scrollOffset: _scrollOffset, getTotalSize: _getTotalSize, getVirtualItems: _getV
5521
5521
 
5522
5522
  const noPagination = {
5523
5523
  isLoading: false,
5524
- // eslint-disable-next-line @typescript-eslint/no-empty-function
5525
5524
  nextPage: () => { },
5526
- // eslint-disable-next-line @typescript-eslint/no-empty-function
5527
5525
  previousPage: () => { },
5528
5526
  pageInfo: {
5529
5527
  count: null,
package/index.esm.js CHANGED
@@ -5519,9 +5519,7 @@ scrollOffset: _scrollOffset, getTotalSize: _getTotalSize, getVirtualItems: _getV
5519
5519
 
5520
5520
  const noPagination = {
5521
5521
  isLoading: false,
5522
- // eslint-disable-next-line @typescript-eslint/no-empty-function
5523
5522
  nextPage: () => { },
5524
- // eslint-disable-next-line @typescript-eslint/no-empty-function
5525
5523
  previousPage: () => { },
5526
5524
  pageInfo: {
5527
5525
  count: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "1.18.10",
3
+ "version": "1.18.12",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -15,8 +15,8 @@
15
15
  "string-ts": "^2.0.0",
16
16
  "tailwind-merge": "^2.0.0",
17
17
  "@trackunit/ui-design-tokens": "1.11.67",
18
- "@trackunit/css-class-variance-utilities": "1.11.68",
19
- "@trackunit/shared-utils": "1.13.68",
18
+ "@trackunit/css-class-variance-utilities": "1.11.69",
19
+ "@trackunit/shared-utils": "1.13.69",
20
20
  "@trackunit/ui-icons": "1.11.66",
21
21
  "@tanstack/react-router": "1.114.29",
22
22
  "es-toolkit": "^1.39.10",