@commercetools-uikit/data-table-manager 19.25.0 → 19.26.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.
@@ -495,7 +495,7 @@ DataTableManager.displayName = 'DataTableManager';
495
495
  var DataTableManager$1 = DataTableManager;
496
496
 
497
497
  // NOTE: This string will be replaced on build time with the package version.
498
- var version = "19.25.0";
498
+ var version = "19.26.0";
499
499
 
500
500
  exports.ColumnSettingsManager = columnSettingsManager.ColumnSettingsManager;
501
501
  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 = "19.25.0";
473
+ var version = "19.26.0";
474
474
 
475
475
  exports.ColumnSettingsManager = columnSettingsManager.ColumnSettingsManager;
476
476
  Object.defineProperty(exports, 'useRowSelection', {
@@ -468,6 +468,6 @@ DataTableManager.displayName = 'DataTableManager';
468
468
  var DataTableManager$1 = DataTableManager;
469
469
 
470
470
  // NOTE: This string will be replaced on build time with the package version.
471
- var version = "19.25.0";
471
+ var version = "19.26.0";
472
472
 
473
473
  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.25.0",
4
+ "version": "19.26.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.25.0",
32
- "@commercetools-uikit/accessible-hidden": "19.25.0",
33
- "@commercetools-uikit/async-select-input": "19.25.0",
34
- "@commercetools-uikit/card": "19.25.0",
35
- "@commercetools-uikit/collapsible-motion": "19.25.0",
36
- "@commercetools-uikit/design-system": "19.25.0",
37
- "@commercetools-uikit/dropdown-menu": "19.25.0",
38
- "@commercetools-uikit/field-label": "19.25.0",
39
- "@commercetools-uikit/grid": "19.25.0",
40
- "@commercetools-uikit/hooks": "19.25.0",
41
- "@commercetools-uikit/icon-button": "19.25.0",
42
- "@commercetools-uikit/icons": "19.25.0",
43
- "@commercetools-uikit/primary-button": "19.25.0",
44
- "@commercetools-uikit/radio-input": "19.25.0",
45
- "@commercetools-uikit/secondary-button": "19.25.0",
46
- "@commercetools-uikit/secondary-icon-button": "19.25.0",
47
- "@commercetools-uikit/select-input": "19.25.0",
48
- "@commercetools-uikit/spacings": "19.25.0",
49
- "@commercetools-uikit/tag": "19.25.0",
50
- "@commercetools-uikit/text": "19.25.0",
51
- "@commercetools-uikit/tooltip": "19.25.0",
52
- "@commercetools-uikit/utils": "19.25.0",
31
+ "@commercetools-uikit/accessible-button": "19.26.0",
32
+ "@commercetools-uikit/accessible-hidden": "19.26.0",
33
+ "@commercetools-uikit/async-select-input": "19.26.0",
34
+ "@commercetools-uikit/card": "19.26.0",
35
+ "@commercetools-uikit/collapsible-motion": "19.26.0",
36
+ "@commercetools-uikit/design-system": "19.26.0",
37
+ "@commercetools-uikit/dropdown-menu": "19.26.0",
38
+ "@commercetools-uikit/field-label": "19.26.0",
39
+ "@commercetools-uikit/grid": "19.26.0",
40
+ "@commercetools-uikit/hooks": "19.26.0",
41
+ "@commercetools-uikit/icon-button": "19.26.0",
42
+ "@commercetools-uikit/icons": "19.26.0",
43
+ "@commercetools-uikit/primary-button": "19.26.0",
44
+ "@commercetools-uikit/radio-input": "19.26.0",
45
+ "@commercetools-uikit/secondary-button": "19.26.0",
46
+ "@commercetools-uikit/secondary-icon-button": "19.26.0",
47
+ "@commercetools-uikit/select-input": "19.26.0",
48
+ "@commercetools-uikit/spacings": "19.26.0",
49
+ "@commercetools-uikit/tag": "19.26.0",
50
+ "@commercetools-uikit/text": "19.26.0",
51
+ "@commercetools-uikit/tooltip": "19.26.0",
52
+ "@commercetools-uikit/utils": "19.26.0",
53
53
  "@emotion/react": "^11.10.5",
54
54
  "@emotion/styled": "^11.10.5",
55
55
  "@types/debounce-promise": "^3.1.6",