@commercetools-uikit/data-table 19.23.0 → 19.24.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.
@@ -996,7 +996,7 @@ DataTable.displayName = 'DataTable';
996
996
  var DataTable$1 = DataTable;
997
997
 
998
998
  // NOTE: This string will be replaced on build time with the package version.
999
- var version = "19.23.0";
999
+ var version = "19.24.0";
1000
1000
 
1001
1001
  Object.defineProperty(exports, 'useRowSelection', {
1002
1002
  enumerable: true,
@@ -787,7 +787,7 @@ DataTable.displayName = 'DataTable';
787
787
  var DataTable$1 = DataTable;
788
788
 
789
789
  // NOTE: This string will be replaced on build time with the package version.
790
- var version = "19.23.0";
790
+ var version = "19.24.0";
791
791
 
792
792
  Object.defineProperty(exports, 'useRowSelection', {
793
793
  enumerable: true,
@@ -973,6 +973,6 @@ DataTable.displayName = 'DataTable';
973
973
  var DataTable$1 = DataTable;
974
974
 
975
975
  // NOTE: This string will be replaced on build time with the package version.
976
- var version = "19.23.0";
976
+ var version = "19.24.0";
977
977
 
978
978
  export { DataTable$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/data-table",
3
3
  "description": "A component for rendering tabular data.",
4
- "version": "19.23.0",
4
+ "version": "19.24.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "19.23.0",
25
- "@commercetools-uikit/data-table-manager": "19.23.0",
26
- "@commercetools-uikit/design-system": "19.23.0",
27
- "@commercetools-uikit/hooks": "19.23.0",
28
- "@commercetools-uikit/icons": "19.23.0",
29
- "@commercetools-uikit/secondary-icon-button": "19.23.0",
30
- "@commercetools-uikit/utils": "19.23.0",
24
+ "@commercetools-uikit/accessible-button": "19.24.0",
25
+ "@commercetools-uikit/data-table-manager": "19.24.0",
26
+ "@commercetools-uikit/design-system": "19.24.0",
27
+ "@commercetools-uikit/hooks": "19.24.0",
28
+ "@commercetools-uikit/icons": "19.24.0",
29
+ "@commercetools-uikit/secondary-icon-button": "19.24.0",
30
+ "@commercetools-uikit/utils": "19.24.0",
31
31
  "@emotion/react": "^11.10.5",
32
32
  "@emotion/styled": "^11.10.5",
33
33
  "lodash": "4.17.21",