@commercetools-uikit/hooks 15.13.0 → 15.13.2
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.
|
@@ -448,7 +448,7 @@ var useDataTableSortingState = function useDataTableSortingState() {
|
|
|
448
448
|
var useDataTableSortingState$1 = useDataTableSortingState;
|
|
449
449
|
|
|
450
450
|
// NOTE: This string will be replaced on build time with the package version.
|
|
451
|
-
var version = "15.13.
|
|
451
|
+
var version = "15.13.2";
|
|
452
452
|
|
|
453
453
|
exports.useDataTableSortingState = useDataTableSortingState$1;
|
|
454
454
|
exports.useFieldId = useFieldId$1;
|
|
@@ -448,7 +448,7 @@ var useDataTableSortingState = function useDataTableSortingState() {
|
|
|
448
448
|
var useDataTableSortingState$1 = useDataTableSortingState;
|
|
449
449
|
|
|
450
450
|
// NOTE: This string will be replaced on build time with the package version.
|
|
451
|
-
var version = "15.13.
|
|
451
|
+
var version = "15.13.2";
|
|
452
452
|
|
|
453
453
|
exports.useDataTableSortingState = useDataTableSortingState$1;
|
|
454
454
|
exports.useFieldId = useFieldId$1;
|
|
@@ -424,6 +424,6 @@ var useDataTableSortingState = function useDataTableSortingState() {
|
|
|
424
424
|
var useDataTableSortingState$1 = useDataTableSortingState;
|
|
425
425
|
|
|
426
426
|
// NOTE: This string will be replaced on build time with the package version.
|
|
427
|
-
var version = "15.13.
|
|
427
|
+
var version = "15.13.2";
|
|
428
428
|
|
|
429
429
|
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": "15.13.
|
|
4
|
+
"version": "15.13.2",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/utils": "15.13.
|
|
24
|
+
"@commercetools-uikit/utils": "15.13.2",
|
|
25
25
|
"@types/raf-schd": "^4.0.1",
|
|
26
26
|
"lodash": "4.17.21",
|
|
27
27
|
"raf-schd": "^4.0.3"
|