@trackunit/react-components 1.21.5 → 1.21.7
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 +1 -1
- package/index.esm.js +1 -1
- package/package.json +5 -5
package/index.cjs.js
CHANGED
|
@@ -9228,7 +9228,7 @@ const useContinuousTimeout = ({ onTimeout, onMaxRetries, duration, maxRetries, }
|
|
|
9228
9228
|
}), [startTimeouts, stopTimeouts, isRunning]);
|
|
9229
9229
|
};
|
|
9230
9230
|
|
|
9231
|
-
const DEFAULT_PARAM_NAME = "
|
|
9231
|
+
const DEFAULT_PARAM_NAME = "c";
|
|
9232
9232
|
const DEFAULT_DEBOUNCE_MS = 300;
|
|
9233
9233
|
/**
|
|
9234
9234
|
* Reads a cursor from the URL search params on mount and provides a debounced
|
package/index.esm.js
CHANGED
|
@@ -9226,7 +9226,7 @@ const useContinuousTimeout = ({ onTimeout, onMaxRetries, duration, maxRetries, }
|
|
|
9226
9226
|
}), [startTimeouts, stopTimeouts, isRunning]);
|
|
9227
9227
|
};
|
|
9228
9228
|
|
|
9229
|
-
const DEFAULT_PARAM_NAME = "
|
|
9229
|
+
const DEFAULT_PARAM_NAME = "c";
|
|
9230
9230
|
const DEFAULT_DEBOUNCE_MS = 300;
|
|
9231
9231
|
/**
|
|
9232
9232
|
* Reads a cursor from the URL search params on mount and provides a debounced
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/react-components",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.7",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -13,10 +13,10 @@
|
|
|
13
13
|
"@floating-ui/react": "^0.26.25",
|
|
14
14
|
"string-ts": "^2.0.0",
|
|
15
15
|
"tailwind-merge": "^2.0.0",
|
|
16
|
-
"@trackunit/ui-design-tokens": "1.11.
|
|
17
|
-
"@trackunit/css-class-variance-utilities": "1.11.
|
|
18
|
-
"@trackunit/shared-utils": "1.13.
|
|
19
|
-
"@trackunit/ui-icons": "1.11.
|
|
16
|
+
"@trackunit/ui-design-tokens": "1.11.89",
|
|
17
|
+
"@trackunit/css-class-variance-utilities": "1.11.92",
|
|
18
|
+
"@trackunit/shared-utils": "1.13.92",
|
|
19
|
+
"@trackunit/ui-icons": "1.11.88",
|
|
20
20
|
"es-toolkit": "^1.39.10",
|
|
21
21
|
"@tanstack/react-virtual": "3.13.12",
|
|
22
22
|
"fflate": "^0.8.2",
|