@trackunit/react-components 1.18.11 → 1.18.14
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 +0 -2
- package/index.esm.js +0 -2
- package/package.json +5 -5
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.
|
|
3
|
+
"version": "1.18.14",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -14,10 +14,10 @@
|
|
|
14
14
|
"@floating-ui/react": "^0.26.25",
|
|
15
15
|
"string-ts": "^2.0.0",
|
|
16
16
|
"tailwind-merge": "^2.0.0",
|
|
17
|
-
"@trackunit/ui-design-tokens": "1.11.
|
|
18
|
-
"@trackunit/css-class-variance-utilities": "1.11.
|
|
19
|
-
"@trackunit/shared-utils": "1.13.
|
|
20
|
-
"@trackunit/ui-icons": "1.11.
|
|
17
|
+
"@trackunit/ui-design-tokens": "1.11.68",
|
|
18
|
+
"@trackunit/css-class-variance-utilities": "1.11.70",
|
|
19
|
+
"@trackunit/shared-utils": "1.13.70",
|
|
20
|
+
"@trackunit/ui-icons": "1.11.67",
|
|
21
21
|
"@tanstack/react-router": "1.114.29",
|
|
22
22
|
"es-toolkit": "^1.39.10",
|
|
23
23
|
"@tanstack/react-virtual": "3.13.12",
|