@commercetools-uikit/data-table-manager 19.10.0 → 19.11.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.
@@ -487,7 +487,7 @@ DataTableManager.displayName = 'DataTableManager';
487
487
  var DataTableManager$1 = DataTableManager;
488
488
 
489
489
  // NOTE: This string will be replaced on build time with the package version.
490
- var version = "19.10.0";
490
+ var version = "19.11.0";
491
491
 
492
492
  exports.ColumnSettingsManager = columnSettingsManager.ColumnSettingsManager;
493
493
  Object.defineProperty(exports, 'useRowSelection', {
@@ -461,7 +461,7 @@ DataTableManager.displayName = 'DataTableManager';
461
461
  var DataTableManager$1 = DataTableManager;
462
462
 
463
463
  // NOTE: This string will be replaced on build time with the package version.
464
- var version = "19.10.0";
464
+ var version = "19.11.0";
465
465
 
466
466
  exports.ColumnSettingsManager = columnSettingsManager.ColumnSettingsManager;
467
467
  Object.defineProperty(exports, 'useRowSelection', {
@@ -460,6 +460,6 @@ DataTableManager.displayName = 'DataTableManager';
460
460
  var DataTableManager$1 = DataTableManager;
461
461
 
462
462
  // NOTE: This string will be replaced on build time with the package version.
463
- var version = "19.10.0";
463
+ var version = "19.11.0";
464
464
 
465
465
  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": "19.10.0",
4
+ "version": "19.11.0",
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": "19.10.0",
32
- "@commercetools-uikit/accessible-hidden": "19.10.0",
33
- "@commercetools-uikit/async-select-input": "19.10.0",
34
- "@commercetools-uikit/card": "19.10.0",
35
- "@commercetools-uikit/collapsible-motion": "19.10.0",
36
- "@commercetools-uikit/design-system": "19.10.0",
37
- "@commercetools-uikit/dropdown-menu": "19.10.0",
38
- "@commercetools-uikit/field-label": "19.10.0",
39
- "@commercetools-uikit/grid": "19.10.0",
40
- "@commercetools-uikit/hooks": "19.10.0",
41
- "@commercetools-uikit/icon-button": "19.10.0",
42
- "@commercetools-uikit/icons": "19.10.0",
43
- "@commercetools-uikit/primary-button": "19.10.0",
44
- "@commercetools-uikit/radio-input": "19.10.0",
45
- "@commercetools-uikit/secondary-button": "19.10.0",
46
- "@commercetools-uikit/secondary-icon-button": "19.10.0",
47
- "@commercetools-uikit/select-input": "19.10.0",
48
- "@commercetools-uikit/spacings": "19.10.0",
49
- "@commercetools-uikit/tag": "19.10.0",
50
- "@commercetools-uikit/text": "19.10.0",
51
- "@commercetools-uikit/tooltip": "19.10.0",
52
- "@commercetools-uikit/utils": "19.10.0",
31
+ "@commercetools-uikit/accessible-button": "19.11.0",
32
+ "@commercetools-uikit/accessible-hidden": "19.11.0",
33
+ "@commercetools-uikit/async-select-input": "19.11.0",
34
+ "@commercetools-uikit/card": "19.11.0",
35
+ "@commercetools-uikit/collapsible-motion": "19.11.0",
36
+ "@commercetools-uikit/design-system": "19.11.0",
37
+ "@commercetools-uikit/dropdown-menu": "19.11.0",
38
+ "@commercetools-uikit/field-label": "19.11.0",
39
+ "@commercetools-uikit/grid": "19.11.0",
40
+ "@commercetools-uikit/hooks": "19.11.0",
41
+ "@commercetools-uikit/icon-button": "19.11.0",
42
+ "@commercetools-uikit/icons": "19.11.0",
43
+ "@commercetools-uikit/primary-button": "19.11.0",
44
+ "@commercetools-uikit/radio-input": "19.11.0",
45
+ "@commercetools-uikit/secondary-button": "19.11.0",
46
+ "@commercetools-uikit/secondary-icon-button": "19.11.0",
47
+ "@commercetools-uikit/select-input": "19.11.0",
48
+ "@commercetools-uikit/spacings": "19.11.0",
49
+ "@commercetools-uikit/tag": "19.11.0",
50
+ "@commercetools-uikit/text": "19.11.0",
51
+ "@commercetools-uikit/tooltip": "19.11.0",
52
+ "@commercetools-uikit/utils": "19.11.0",
53
53
  "@emotion/react": "^11.10.5",
54
54
  "@emotion/styled": "^11.10.5",
55
55
  "debounce-promise": "^3.1.2",