@commercetools-uikit/data-table-manager 12.2.7 → 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.
|
@@ -1113,7 +1113,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
1113
1113
|
var DataTableManager$1 = DataTableManager;
|
|
1114
1114
|
|
|
1115
1115
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1116
|
-
var version = "12.2.
|
|
1116
|
+
var version = "12.2.9";
|
|
1117
1117
|
|
|
1118
1118
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
1119
1119
|
enumerable: true,
|
|
@@ -762,7 +762,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
762
762
|
var DataTableManager$1 = DataTableManager;
|
|
763
763
|
|
|
764
764
|
// NOTE: This string will be replaced on build time with the package version.
|
|
765
|
-
var version = "12.2.
|
|
765
|
+
var version = "12.2.9";
|
|
766
766
|
|
|
767
767
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
768
768
|
enumerable: true,
|
|
@@ -1076,6 +1076,6 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
1076
1076
|
var DataTableManager$1 = DataTableManager;
|
|
1077
1077
|
|
|
1078
1078
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1079
|
-
var version = "12.2.
|
|
1079
|
+
var version = "12.2.9";
|
|
1080
1080
|
|
|
1081
1081
|
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": "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,27 +19,27 @@
|
|
|
19
19
|
"module": "dist/commercetools-uikit-data-table-manager.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/accessible-hidden": "12.2.
|
|
26
|
-
"@commercetools-uikit/async-select-input": "12.2.
|
|
27
|
-
"@commercetools-uikit/card": "12.2.
|
|
28
|
-
"@commercetools-uikit/collapsible-motion": "12.2.
|
|
29
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
30
|
-
"@commercetools-uikit/field-label": "12.2.
|
|
31
|
-
"@commercetools-uikit/grid": "12.2.
|
|
32
|
-
"@commercetools-uikit/hooks": "12.2.
|
|
33
|
-
"@commercetools-uikit/icons": "12.2.
|
|
34
|
-
"@commercetools-uikit/primary-button": "12.2.
|
|
35
|
-
"@commercetools-uikit/radio-input": "12.2.
|
|
36
|
-
"@commercetools-uikit/secondary-button": "12.2.
|
|
37
|
-
"@commercetools-uikit/secondary-icon-button": "12.2.
|
|
38
|
-
"@commercetools-uikit/select-input": "12.2.
|
|
39
|
-
"@commercetools-uikit/spacings": "12.2.
|
|
40
|
-
"@commercetools-uikit/tag": "12.2.
|
|
41
|
-
"@commercetools-uikit/text": "12.2.
|
|
42
|
-
"@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/accessible-hidden": "12.2.9",
|
|
26
|
+
"@commercetools-uikit/async-select-input": "12.2.9",
|
|
27
|
+
"@commercetools-uikit/card": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/collapsible-motion": "12.2.9",
|
|
29
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
30
|
+
"@commercetools-uikit/field-label": "12.2.9",
|
|
31
|
+
"@commercetools-uikit/grid": "12.2.9",
|
|
32
|
+
"@commercetools-uikit/hooks": "12.2.9",
|
|
33
|
+
"@commercetools-uikit/icons": "12.2.9",
|
|
34
|
+
"@commercetools-uikit/primary-button": "12.2.9",
|
|
35
|
+
"@commercetools-uikit/radio-input": "12.2.9",
|
|
36
|
+
"@commercetools-uikit/secondary-button": "12.2.9",
|
|
37
|
+
"@commercetools-uikit/secondary-icon-button": "12.2.9",
|
|
38
|
+
"@commercetools-uikit/select-input": "12.2.9",
|
|
39
|
+
"@commercetools-uikit/spacings": "12.2.9",
|
|
40
|
+
"@commercetools-uikit/tag": "12.2.9",
|
|
41
|
+
"@commercetools-uikit/text": "12.2.9",
|
|
42
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
43
43
|
"@emotion/react": "^11.4.0",
|
|
44
44
|
"@emotion/styled": "^11.3.0",
|
|
45
45
|
"debounce-promise": "^3.1.2",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"formik": "^2.2.9",
|
|
53
53
|
"react": "17.0.2",
|
|
54
54
|
"react-dom": "17.0.2",
|
|
55
|
-
"react-intl": "5.
|
|
55
|
+
"react-intl": "5.23.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"react": "17.x",
|