@commercetools-uikit/data-table 20.0.0 → 20.1.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.
|
@@ -915,7 +915,7 @@ DataTable.displayName = 'DataTable';
|
|
|
915
915
|
var DataTable$1 = DataTable;
|
|
916
916
|
|
|
917
917
|
// NOTE: This string will be replaced on build time with the package version.
|
|
918
|
-
var version = "20.
|
|
918
|
+
var version = "20.1.0";
|
|
919
919
|
|
|
920
920
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
921
921
|
enumerable: true,
|
|
@@ -790,7 +790,7 @@ DataTable.displayName = 'DataTable';
|
|
|
790
790
|
var DataTable$1 = DataTable;
|
|
791
791
|
|
|
792
792
|
// NOTE: This string will be replaced on build time with the package version.
|
|
793
|
-
var version = "20.
|
|
793
|
+
var version = "20.1.0";
|
|
794
794
|
|
|
795
795
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
796
796
|
enumerable: true,
|
|
@@ -893,6 +893,6 @@ DataTable.displayName = 'DataTable';
|
|
|
893
893
|
var DataTable$1 = DataTable;
|
|
894
894
|
|
|
895
895
|
// NOTE: This string will be replaced on build time with the package version.
|
|
896
|
-
var version = "20.
|
|
896
|
+
var version = "20.1.0";
|
|
897
897
|
|
|
898
898
|
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": "20.
|
|
4
|
+
"version": "20.1.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": "20.
|
|
25
|
-
"@commercetools-uikit/data-table-manager": "20.
|
|
26
|
-
"@commercetools-uikit/design-system": "20.
|
|
27
|
-
"@commercetools-uikit/hooks": "20.
|
|
28
|
-
"@commercetools-uikit/icons": "20.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "20.
|
|
30
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "20.1.0",
|
|
25
|
+
"@commercetools-uikit/data-table-manager": "20.1.0",
|
|
26
|
+
"@commercetools-uikit/design-system": "20.1.0",
|
|
27
|
+
"@commercetools-uikit/hooks": "20.1.0",
|
|
28
|
+
"@commercetools-uikit/icons": "20.1.0",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "20.1.0",
|
|
30
|
+
"@commercetools-uikit/utils": "20.1.0",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"lodash": "4.17.21",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"formik": "^2.4.6",
|
|
38
|
-
"react": "19.
|
|
38
|
+
"react": "19.1.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"react": "19.x"
|