@commercetools-uikit/data-table-manager 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.
@@ -968,7 +968,7 @@ DataTableManager.displayName = 'DataTableManager';
968
968
  var DataTableManager$1 = DataTableManager;
969
969
 
970
970
  // NOTE: This string will be replaced on build time with the package version.
971
- var version = "15.13.0";
971
+ var version = "15.13.2";
972
972
 
973
973
  Object.defineProperty(exports, 'useRowSelection', {
974
974
  enumerable: true,
@@ -818,7 +818,7 @@ DataTableManager.displayName = 'DataTableManager';
818
818
  var DataTableManager$1 = DataTableManager;
819
819
 
820
820
  // NOTE: This string will be replaced on build time with the package version.
821
- var version = "15.13.0";
821
+ var version = "15.13.2";
822
822
 
823
823
  Object.defineProperty(exports, 'useRowSelection', {
824
824
  enumerable: true,
@@ -930,6 +930,6 @@ DataTableManager.displayName = 'DataTableManager';
930
930
  var DataTableManager$1 = DataTableManager;
931
931
 
932
932
  // NOTE: This string will be replaced on build time with the package version.
933
- var version = "15.13.0";
933
+ var version = "15.13.2";
934
934
 
935
935
  export { UPDATE_ACTIONS, DataTableManager$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/data-table-manager",
3
3
  "description": "This component enhances the DataTable component and additionally provides a UI and state management to handle configuration of the table such as column manager.",
4
- "version": "15.13.0",
4
+ "version": "15.13.2",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,25 +21,25 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "15.13.0",
25
- "@commercetools-uikit/accessible-hidden": "15.13.0",
26
- "@commercetools-uikit/async-select-input": "15.13.0",
27
- "@commercetools-uikit/card": "15.13.0",
28
- "@commercetools-uikit/collapsible-motion": "15.13.0",
29
- "@commercetools-uikit/design-system": "15.13.0",
30
- "@commercetools-uikit/field-label": "15.13.0",
31
- "@commercetools-uikit/grid": "15.13.0",
32
- "@commercetools-uikit/hooks": "15.13.0",
33
- "@commercetools-uikit/icons": "15.13.0",
34
- "@commercetools-uikit/primary-button": "15.13.0",
35
- "@commercetools-uikit/radio-input": "15.13.0",
36
- "@commercetools-uikit/secondary-button": "15.13.0",
37
- "@commercetools-uikit/secondary-icon-button": "15.13.0",
38
- "@commercetools-uikit/select-input": "15.13.0",
39
- "@commercetools-uikit/spacings": "15.13.0",
40
- "@commercetools-uikit/tag": "15.13.0",
41
- "@commercetools-uikit/text": "15.13.0",
42
- "@commercetools-uikit/utils": "15.13.0",
24
+ "@commercetools-uikit/accessible-button": "15.13.2",
25
+ "@commercetools-uikit/accessible-hidden": "15.13.2",
26
+ "@commercetools-uikit/async-select-input": "15.13.2",
27
+ "@commercetools-uikit/card": "15.13.2",
28
+ "@commercetools-uikit/collapsible-motion": "15.13.2",
29
+ "@commercetools-uikit/design-system": "15.13.2",
30
+ "@commercetools-uikit/field-label": "15.13.2",
31
+ "@commercetools-uikit/grid": "15.13.2",
32
+ "@commercetools-uikit/hooks": "15.13.2",
33
+ "@commercetools-uikit/icons": "15.13.2",
34
+ "@commercetools-uikit/primary-button": "15.13.2",
35
+ "@commercetools-uikit/radio-input": "15.13.2",
36
+ "@commercetools-uikit/secondary-button": "15.13.2",
37
+ "@commercetools-uikit/secondary-icon-button": "15.13.2",
38
+ "@commercetools-uikit/select-input": "15.13.2",
39
+ "@commercetools-uikit/spacings": "15.13.2",
40
+ "@commercetools-uikit/tag": "15.13.2",
41
+ "@commercetools-uikit/text": "15.13.2",
42
+ "@commercetools-uikit/utils": "15.13.2",
43
43
  "@emotion/react": "^11.10.5",
44
44
  "@emotion/styled": "^11.10.5",
45
45
  "debounce-promise": "^3.1.2",