@commercetools-uikit/hooks 20.0.0 → 20.2.0
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.
|
@@ -359,7 +359,7 @@ const useDataTableSortingState = function () {
|
|
|
359
359
|
var useDataTableSortingState$1 = useDataTableSortingState;
|
|
360
360
|
|
|
361
361
|
// NOTE: This string will be replaced on build time with the package version.
|
|
362
|
-
var version = "20.
|
|
362
|
+
var version = "20.2.0";
|
|
363
363
|
|
|
364
364
|
exports.useDataTableSortingState = useDataTableSortingState$1;
|
|
365
365
|
exports.useFieldId = useFieldId$1;
|
|
@@ -359,7 +359,7 @@ const useDataTableSortingState = function () {
|
|
|
359
359
|
var useDataTableSortingState$1 = useDataTableSortingState;
|
|
360
360
|
|
|
361
361
|
// NOTE: This string will be replaced on build time with the package version.
|
|
362
|
-
var version = "20.
|
|
362
|
+
var version = "20.2.0";
|
|
363
363
|
|
|
364
364
|
exports.useDataTableSortingState = useDataTableSortingState$1;
|
|
365
365
|
exports.useFieldId = useFieldId$1;
|
|
@@ -334,6 +334,6 @@ const useDataTableSortingState = function () {
|
|
|
334
334
|
var useDataTableSortingState$1 = useDataTableSortingState;
|
|
335
335
|
|
|
336
336
|
// NOTE: This string will be replaced on build time with the package version.
|
|
337
|
-
var version = "20.
|
|
337
|
+
var version = "20.2.0";
|
|
338
338
|
|
|
339
339
|
export { useDataTableSortingState$1 as useDataTableSortingState, useFieldId$1 as useFieldId, useMutationObserver, usePaginationState$1 as usePaginationState, usePrevious$1 as usePrevious, useRowSelection$1 as useRowSelection, useSorting$1 as useSorting, useToggleState$1 as useToggleState, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/hooks",
|
|
3
3
|
"description": "A collection of React hooks used across some of the UI-Kit components.",
|
|
4
|
-
"version": "20.
|
|
4
|
+
"version": "20.2.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.20.13",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
27
|
-
"@commercetools-uikit/utils": "20.
|
|
27
|
+
"@commercetools-uikit/utils": "20.2.0",
|
|
28
28
|
"@types/raf-schd": "^4.0.1",
|
|
29
29
|
"lodash": "4.17.21",
|
|
30
30
|
"raf-schd": "^4.0.3"
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@testing-library/dom": "^10.4.0",
|
|
34
34
|
"@testing-library/react": "^16.2.0",
|
|
35
|
-
"react": "19.
|
|
36
|
-
"react-dom": "19.
|
|
35
|
+
"react": "19.1.0",
|
|
36
|
+
"react-dom": "19.1.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"react": "19.x",
|