@commercetools-uikit/data-table-manager 15.3.0 → 15.4.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.
|
@@ -934,7 +934,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
934
934
|
var DataTableManager$1 = DataTableManager;
|
|
935
935
|
|
|
936
936
|
// NOTE: This string will be replaced on build time with the package version.
|
|
937
|
-
var version = "15.
|
|
937
|
+
var version = "15.4.0";
|
|
938
938
|
|
|
939
939
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
940
940
|
enumerable: true,
|
|
@@ -790,7 +790,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
790
790
|
var DataTableManager$1 = DataTableManager;
|
|
791
791
|
|
|
792
792
|
// NOTE: This string will be replaced on build time with the package version.
|
|
793
|
-
var version = "15.
|
|
793
|
+
var version = "15.4.0";
|
|
794
794
|
|
|
795
795
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
796
796
|
enumerable: true,
|
|
@@ -896,6 +896,6 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
896
896
|
var DataTableManager$1 = DataTableManager;
|
|
897
897
|
|
|
898
898
|
// NOTE: This string will be replaced on build time with the package version.
|
|
899
|
-
var version = "15.
|
|
899
|
+
var version = "15.4.0";
|
|
900
900
|
|
|
901
901
|
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": "15.
|
|
4
|
+
"version": "15.4.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,25 +21,25 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.19.0",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.
|
|
25
|
-
"@commercetools-uikit/accessible-hidden": "15.
|
|
26
|
-
"@commercetools-uikit/async-select-input": "15.
|
|
27
|
-
"@commercetools-uikit/card": "15.
|
|
28
|
-
"@commercetools-uikit/collapsible-motion": "15.
|
|
29
|
-
"@commercetools-uikit/design-system": "15.
|
|
30
|
-
"@commercetools-uikit/field-label": "15.
|
|
31
|
-
"@commercetools-uikit/grid": "15.
|
|
32
|
-
"@commercetools-uikit/hooks": "15.
|
|
33
|
-
"@commercetools-uikit/icons": "15.
|
|
34
|
-
"@commercetools-uikit/primary-button": "15.
|
|
35
|
-
"@commercetools-uikit/radio-input": "15.
|
|
36
|
-
"@commercetools-uikit/secondary-button": "15.
|
|
37
|
-
"@commercetools-uikit/secondary-icon-button": "15.
|
|
38
|
-
"@commercetools-uikit/select-input": "15.
|
|
39
|
-
"@commercetools-uikit/spacings": "15.
|
|
40
|
-
"@commercetools-uikit/tag": "15.
|
|
41
|
-
"@commercetools-uikit/text": "15.
|
|
42
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.4.0",
|
|
25
|
+
"@commercetools-uikit/accessible-hidden": "15.4.0",
|
|
26
|
+
"@commercetools-uikit/async-select-input": "15.4.0",
|
|
27
|
+
"@commercetools-uikit/card": "15.4.0",
|
|
28
|
+
"@commercetools-uikit/collapsible-motion": "15.4.0",
|
|
29
|
+
"@commercetools-uikit/design-system": "15.4.0",
|
|
30
|
+
"@commercetools-uikit/field-label": "15.4.0",
|
|
31
|
+
"@commercetools-uikit/grid": "15.4.0",
|
|
32
|
+
"@commercetools-uikit/hooks": "15.4.0",
|
|
33
|
+
"@commercetools-uikit/icons": "15.4.0",
|
|
34
|
+
"@commercetools-uikit/primary-button": "15.4.0",
|
|
35
|
+
"@commercetools-uikit/radio-input": "15.4.0",
|
|
36
|
+
"@commercetools-uikit/secondary-button": "15.4.0",
|
|
37
|
+
"@commercetools-uikit/secondary-icon-button": "15.4.0",
|
|
38
|
+
"@commercetools-uikit/select-input": "15.4.0",
|
|
39
|
+
"@commercetools-uikit/spacings": "15.4.0",
|
|
40
|
+
"@commercetools-uikit/tag": "15.4.0",
|
|
41
|
+
"@commercetools-uikit/text": "15.4.0",
|
|
42
|
+
"@commercetools-uikit/utils": "15.4.0",
|
|
43
43
|
"@emotion/react": "^11.4.0",
|
|
44
44
|
"@emotion/styled": "^11.3.0",
|
|
45
45
|
"debounce-promise": "^3.1.2",
|