@commercetools-uikit/data-table-manager 20.2.0 → 20.2.1

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.
@@ -479,7 +479,7 @@ DataTableManager.displayName = 'DataTableManager';
479
479
  var DataTableManager$1 = DataTableManager;
480
480
 
481
481
  // NOTE: This string will be replaced on build time with the package version.
482
- var version = "20.2.0";
482
+ var version = "20.2.1";
483
483
 
484
484
  exports.ColumnSettingsManager = columnSettingsManager.ColumnSettingsManager;
485
485
  Object.defineProperty(exports, 'useRowSelection', {
@@ -470,7 +470,7 @@ DataTableManager.displayName = 'DataTableManager';
470
470
  var DataTableManager$1 = DataTableManager;
471
471
 
472
472
  // NOTE: This string will be replaced on build time with the package version.
473
- var version = "20.2.0";
473
+ var version = "20.2.1";
474
474
 
475
475
  exports.ColumnSettingsManager = columnSettingsManager.ColumnSettingsManager;
476
476
  Object.defineProperty(exports, 'useRowSelection', {
@@ -452,6 +452,6 @@ DataTableManager.displayName = 'DataTableManager';
452
452
  var DataTableManager$1 = DataTableManager;
453
453
 
454
454
  // NOTE: This string will be replaced on build time with the package version.
455
- var version = "20.2.0";
455
+ var version = "20.2.1";
456
456
 
457
457
  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": "20.2.0",
4
+ "version": "20.2.1",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -28,28 +28,28 @@
28
28
  "dependencies": {
29
29
  "@babel/runtime": "^7.20.13",
30
30
  "@babel/runtime-corejs3": "^7.20.13",
31
- "@commercetools-uikit/accessible-button": "20.2.0",
32
- "@commercetools-uikit/accessible-hidden": "20.2.0",
33
- "@commercetools-uikit/async-select-input": "20.2.0",
34
- "@commercetools-uikit/card": "20.2.0",
35
- "@commercetools-uikit/collapsible-motion": "20.2.0",
36
- "@commercetools-uikit/design-system": "20.2.0",
37
- "@commercetools-uikit/dropdown-menu": "20.2.0",
38
- "@commercetools-uikit/field-label": "20.2.0",
39
- "@commercetools-uikit/grid": "20.2.0",
40
- "@commercetools-uikit/hooks": "20.2.0",
41
- "@commercetools-uikit/icon-button": "20.2.0",
42
- "@commercetools-uikit/icons": "20.2.0",
43
- "@commercetools-uikit/primary-button": "20.2.0",
44
- "@commercetools-uikit/radio-input": "20.2.0",
45
- "@commercetools-uikit/secondary-button": "20.2.0",
46
- "@commercetools-uikit/secondary-icon-button": "20.2.0",
47
- "@commercetools-uikit/select-input": "20.2.0",
48
- "@commercetools-uikit/spacings": "20.2.0",
49
- "@commercetools-uikit/tag": "20.2.0",
50
- "@commercetools-uikit/text": "20.2.0",
51
- "@commercetools-uikit/tooltip": "20.2.0",
52
- "@commercetools-uikit/utils": "20.2.0",
31
+ "@commercetools-uikit/accessible-button": "20.2.1",
32
+ "@commercetools-uikit/accessible-hidden": "20.2.1",
33
+ "@commercetools-uikit/async-select-input": "20.2.1",
34
+ "@commercetools-uikit/card": "20.2.1",
35
+ "@commercetools-uikit/collapsible-motion": "20.2.1",
36
+ "@commercetools-uikit/design-system": "20.2.1",
37
+ "@commercetools-uikit/dropdown-menu": "20.2.1",
38
+ "@commercetools-uikit/field-label": "20.2.1",
39
+ "@commercetools-uikit/grid": "20.2.1",
40
+ "@commercetools-uikit/hooks": "20.2.1",
41
+ "@commercetools-uikit/icon-button": "20.2.1",
42
+ "@commercetools-uikit/icons": "20.2.1",
43
+ "@commercetools-uikit/primary-button": "20.2.1",
44
+ "@commercetools-uikit/radio-input": "20.2.1",
45
+ "@commercetools-uikit/secondary-button": "20.2.1",
46
+ "@commercetools-uikit/secondary-icon-button": "20.2.1",
47
+ "@commercetools-uikit/select-input": "20.2.1",
48
+ "@commercetools-uikit/spacings": "20.2.1",
49
+ "@commercetools-uikit/tag": "20.2.1",
50
+ "@commercetools-uikit/text": "20.2.1",
51
+ "@commercetools-uikit/tooltip": "20.2.1",
52
+ "@commercetools-uikit/utils": "20.2.1",
53
53
  "@emotion/react": "^11.10.5",
54
54
  "@emotion/styled": "^11.10.5",
55
55
  "@hello-pangea/dnd": "^17.0.0",