@commercetools-uikit/data-table-manager 19.6.0 → 19.7.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.
@@ -810,7 +810,7 @@ DataTableManager.displayName = 'DataTableManager';
810
810
  var DataTableManager$1 = DataTableManager;
811
811
 
812
812
  // NOTE: This string will be replaced on build time with the package version.
813
- var version = "19.6.0";
813
+ var version = "19.7.0";
814
814
 
815
815
  Object.defineProperty(exports, 'useRowSelection', {
816
816
  enumerable: true,
@@ -708,7 +708,7 @@ DataTableManager.displayName = 'DataTableManager';
708
708
  var DataTableManager$1 = DataTableManager;
709
709
 
710
710
  // NOTE: This string will be replaced on build time with the package version.
711
- var version = "19.6.0";
711
+ var version = "19.7.0";
712
712
 
713
713
  Object.defineProperty(exports, 'useRowSelection', {
714
714
  enumerable: true,
@@ -771,6 +771,6 @@ DataTableManager.displayName = 'DataTableManager';
771
771
  var DataTableManager$1 = DataTableManager;
772
772
 
773
773
  // NOTE: This string will be replaced on build time with the package version.
774
- var version = "19.6.0";
774
+ var version = "19.7.0";
775
775
 
776
776
  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.6.0",
4
+ "version": "19.7.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,28 +24,28 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.20.13",
26
26
  "@babel/runtime-corejs3": "^7.20.13",
27
- "@commercetools-uikit/accessible-button": "19.6.0",
28
- "@commercetools-uikit/accessible-hidden": "19.6.0",
29
- "@commercetools-uikit/async-select-input": "19.6.0",
30
- "@commercetools-uikit/card": "19.6.0",
31
- "@commercetools-uikit/collapsible-motion": "19.6.0",
32
- "@commercetools-uikit/design-system": "19.6.0",
33
- "@commercetools-uikit/dropdown-menu": "19.6.0",
34
- "@commercetools-uikit/field-label": "19.6.0",
35
- "@commercetools-uikit/grid": "19.6.0",
36
- "@commercetools-uikit/hooks": "19.6.0",
37
- "@commercetools-uikit/icon-button": "19.6.0",
38
- "@commercetools-uikit/icons": "19.6.0",
39
- "@commercetools-uikit/primary-button": "19.6.0",
40
- "@commercetools-uikit/radio-input": "19.6.0",
41
- "@commercetools-uikit/secondary-button": "19.6.0",
42
- "@commercetools-uikit/secondary-icon-button": "19.6.0",
43
- "@commercetools-uikit/select-input": "19.6.0",
44
- "@commercetools-uikit/spacings": "19.6.0",
45
- "@commercetools-uikit/tag": "19.6.0",
46
- "@commercetools-uikit/text": "19.6.0",
47
- "@commercetools-uikit/tooltip": "19.6.0",
48
- "@commercetools-uikit/utils": "19.6.0",
27
+ "@commercetools-uikit/accessible-button": "19.7.0",
28
+ "@commercetools-uikit/accessible-hidden": "19.7.0",
29
+ "@commercetools-uikit/async-select-input": "19.7.0",
30
+ "@commercetools-uikit/card": "19.7.0",
31
+ "@commercetools-uikit/collapsible-motion": "19.7.0",
32
+ "@commercetools-uikit/design-system": "19.7.0",
33
+ "@commercetools-uikit/dropdown-menu": "19.7.0",
34
+ "@commercetools-uikit/field-label": "19.7.0",
35
+ "@commercetools-uikit/grid": "19.7.0",
36
+ "@commercetools-uikit/hooks": "19.7.0",
37
+ "@commercetools-uikit/icon-button": "19.7.0",
38
+ "@commercetools-uikit/icons": "19.7.0",
39
+ "@commercetools-uikit/primary-button": "19.7.0",
40
+ "@commercetools-uikit/radio-input": "19.7.0",
41
+ "@commercetools-uikit/secondary-button": "19.7.0",
42
+ "@commercetools-uikit/secondary-icon-button": "19.7.0",
43
+ "@commercetools-uikit/select-input": "19.7.0",
44
+ "@commercetools-uikit/spacings": "19.7.0",
45
+ "@commercetools-uikit/tag": "19.7.0",
46
+ "@commercetools-uikit/text": "19.7.0",
47
+ "@commercetools-uikit/tooltip": "19.7.0",
48
+ "@commercetools-uikit/utils": "19.7.0",
49
49
  "@emotion/react": "^11.10.5",
50
50
  "@emotion/styled": "^11.10.5",
51
51
  "debounce-promise": "^3.1.2",