@commercetools-uikit/hooks 16.10.0 → 16.12.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 = "16.10.0";
362
+ var version = "16.12.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 = "16.10.0";
362
+ var version = "16.12.0";
363
363
 
364
364
  exports.useDataTableSortingState = useDataTableSortingState$1;
365
365
  exports.useFieldId = useFieldId$1;
@@ -335,6 +335,6 @@ const useDataTableSortingState = function () {
335
335
  var useDataTableSortingState$1 = useDataTableSortingState;
336
336
 
337
337
  // NOTE: This string will be replaced on build time with the package version.
338
- var version = "16.10.0";
338
+ var version = "16.12.0";
339
339
 
340
340
  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 };
@@ -1,15 +1,15 @@
1
- export { default as useToggleState } from './use-toggle-state';
2
- export { default as usePrevious } from './use-previous';
3
- export { default as useFieldId } from './use-field-id';
4
- export { default as useMutationObserver } from './use-mutation-observer';
5
- export { default as useRowSelection } from './use-row-selection';
6
- export { default as useSorting } from './use-sorting';
7
- export { default as usePaginationState } from './use-pagination-state';
8
- export { default as useDataTableSortingState } from './use-data-table-sorting-state';
9
- export * from './use-field-id/export-types';
10
- export * from './use-data-table-sorting-state/export-types';
11
- export * from './use-mutation-observer/export-types';
12
- export * from './use-pagination-state/export-types';
13
- export * from './use-row-selection/export-types';
14
- export * from './use-sorting/export-types';
15
- export { default as version } from './version';
1
+ export { default as useToggleState } from "./use-toggle-state/index.js";
2
+ export { default as usePrevious } from "./use-previous/index.js";
3
+ export { default as useFieldId } from "./use-field-id/index.js";
4
+ export { default as useMutationObserver } from "./use-mutation-observer/index.js";
5
+ export { default as useRowSelection } from "./use-row-selection/index.js";
6
+ export { default as useSorting } from "./use-sorting/index.js";
7
+ export { default as usePaginationState } from "./use-pagination-state/index.js";
8
+ export { default as useDataTableSortingState } from "./use-data-table-sorting-state/index.js";
9
+ export * from "./use-field-id/export-types.js";
10
+ export * from "./use-data-table-sorting-state/export-types.js";
11
+ export * from "./use-mutation-observer/export-types.js";
12
+ export * from "./use-pagination-state/export-types.js";
13
+ export * from "./use-row-selection/export-types.js";
14
+ export * from "./use-sorting/export-types.js";
15
+ export { default as version } from "./version.js";
@@ -1 +1 @@
1
- export type { TSortDefinition, TDataTableSortingState, } from './use-data-table-sorting-state';
1
+ export type { TSortDefinition, TDataTableSortingState, } from "./use-data-table-sorting-state.js";
@@ -1,2 +1,2 @@
1
- export { default } from './use-data-table-sorting-state';
2
- export * from './export-types';
1
+ export { default } from "./use-data-table-sorting-state.js";
2
+ export * from "./export-types.js";
@@ -1 +1 @@
1
- export type { TCreateIdFn } from './use-field-id';
1
+ export type { TCreateIdFn } from "./use-field-id.js";
@@ -1,2 +1,2 @@
1
- export { default } from './use-field-id';
2
- export * from './export-types';
1
+ export { default } from "./use-field-id.js";
2
+ export * from "./export-types.js";
@@ -1 +1 @@
1
- export type { TUseMutationObserverCallback } from './use-mutation-observer';
1
+ export type { TUseMutationObserverCallback } from "./use-mutation-observer.js";
@@ -1,2 +1,2 @@
1
- export { default } from './use-mutation-observer';
2
- export * from './export-types';
1
+ export { default } from "./use-mutation-observer.js";
2
+ export * from "./export-types.js";
@@ -1 +1 @@
1
- export type { TPaginationDefinition, TPaginationState, TState, } from './use-pagination-state';
1
+ export type { TPaginationDefinition, TPaginationState, TState, } from "./use-pagination-state.js";
@@ -1,2 +1,2 @@
1
- export { default } from './use-pagination-state';
2
- export * from './export-types';
1
+ export { default } from "./use-pagination-state.js";
2
+ export * from "./export-types.js";
@@ -1 +1 @@
1
- export { default } from './use-previous';
1
+ export { default } from "./use-previous.js";
@@ -1 +1 @@
1
- export type { TRowItem, TSelectionState, TSelectionAction, } from './use-row-selection';
1
+ export type { TRowItem, TSelectionState, TSelectionAction, } from "./use-row-selection.js";
@@ -1,2 +1,2 @@
1
- export { default } from './use-row-selection';
2
- export * from './export-types';
1
+ export { default } from "./use-row-selection.js";
2
+ export * from "./export-types.js";
@@ -1 +1 @@
1
- export type { TItem, TSortDirection, TSortingState } from './use-sorting';
1
+ export type { TItem, TSortDirection, TSortingState } from "./use-sorting.js";
@@ -1,2 +1,2 @@
1
- export { default } from './use-sorting';
2
- export * from './export-types';
1
+ export { default } from "./use-sorting.js";
2
+ export * from "./export-types.js";
@@ -1 +1 @@
1
- export { default } from './use-toggle-state';
1
+ export { default } from "./use-toggle-state.js";
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": "16.10.0",
4
+ "version": "16.12.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": "16.10.0",
27
+ "@commercetools-uikit/utils": "16.12.0",
28
28
  "@types/raf-schd": "^4.0.1",
29
29
  "lodash": "4.17.21",
30
30
  "raf-schd": "^4.0.3"