@commercetools-uikit/data-table 12.2.8 → 12.2.9
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.
|
@@ -1105,7 +1105,7 @@ DataTable.displayName = 'DataTable';
|
|
|
1105
1105
|
var DataTable$1 = DataTable;
|
|
1106
1106
|
|
|
1107
1107
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1108
|
-
var version = "12.2.
|
|
1108
|
+
var version = "12.2.9";
|
|
1109
1109
|
|
|
1110
1110
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
1111
1111
|
enumerable: true,
|
|
@@ -909,7 +909,7 @@ DataTable.displayName = 'DataTable';
|
|
|
909
909
|
var DataTable$1 = DataTable;
|
|
910
910
|
|
|
911
911
|
// NOTE: This string will be replaced on build time with the package version.
|
|
912
|
-
var version = "12.2.
|
|
912
|
+
var version = "12.2.9";
|
|
913
913
|
|
|
914
914
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
915
915
|
enumerable: true,
|
|
@@ -1081,6 +1081,6 @@ DataTable.displayName = 'DataTable';
|
|
|
1081
1081
|
var DataTable$1 = DataTable;
|
|
1082
1082
|
|
|
1083
1083
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1084
|
-
var version = "12.2.
|
|
1084
|
+
var version = "12.2.9";
|
|
1085
1085
|
|
|
1086
1086
|
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": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-data-table.esm.js",
|
|
20
20
|
"files": ["dist"],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@babel/runtime": "7.16.
|
|
23
|
-
"@babel/runtime-corejs3": "7.16.
|
|
24
|
-
"@commercetools-uikit/accessible-button": "12.2.
|
|
25
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
26
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
27
|
-
"@commercetools-uikit/icons": "12.2.
|
|
28
|
-
"@commercetools-uikit/secondary-icon-button": "12.2.
|
|
29
|
-
"@commercetools-uikit/utils": "12.2.
|
|
22
|
+
"@babel/runtime": "7.16.5",
|
|
23
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
24
|
+
"@commercetools-uikit/accessible-button": "12.2.9",
|
|
25
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
26
|
+
"@commercetools-uikit/hooks": "12.2.9",
|
|
27
|
+
"@commercetools-uikit/icons": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/secondary-icon-button": "12.2.9",
|
|
29
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
30
30
|
"@emotion/react": "^11.4.0",
|
|
31
31
|
"@emotion/styled": "^11.3.0",
|
|
32
32
|
"lodash": "4.17.21",
|