@commercetools-uikit/data-table-manager 15.14.2 → 15.14.3
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.
|
@@ -968,7 +968,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
968
968
|
var DataTableManager$1 = DataTableManager;
|
|
969
969
|
|
|
970
970
|
// NOTE: This string will be replaced on build time with the package version.
|
|
971
|
-
var version = "15.14.
|
|
971
|
+
var version = "15.14.3";
|
|
972
972
|
|
|
973
973
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
974
974
|
enumerable: true,
|
|
@@ -818,7 +818,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
818
818
|
var DataTableManager$1 = DataTableManager;
|
|
819
819
|
|
|
820
820
|
// NOTE: This string will be replaced on build time with the package version.
|
|
821
|
-
var version = "15.14.
|
|
821
|
+
var version = "15.14.3";
|
|
822
822
|
|
|
823
823
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
824
824
|
enumerable: true,
|
|
@@ -930,6 +930,6 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
930
930
|
var DataTableManager$1 = DataTableManager;
|
|
931
931
|
|
|
932
932
|
// NOTE: This string will be replaced on build time with the package version.
|
|
933
|
-
var version = "15.14.
|
|
933
|
+
var version = "15.14.3";
|
|
934
934
|
|
|
935
935
|
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.14.
|
|
4
|
+
"version": "15.14.3",
|
|
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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.14.
|
|
25
|
-
"@commercetools-uikit/accessible-hidden": "15.14.
|
|
26
|
-
"@commercetools-uikit/async-select-input": "15.14.
|
|
27
|
-
"@commercetools-uikit/card": "15.14.
|
|
28
|
-
"@commercetools-uikit/collapsible-motion": "15.14.
|
|
29
|
-
"@commercetools-uikit/design-system": "15.14.
|
|
30
|
-
"@commercetools-uikit/field-label": "15.14.
|
|
31
|
-
"@commercetools-uikit/grid": "15.14.
|
|
32
|
-
"@commercetools-uikit/hooks": "15.14.
|
|
33
|
-
"@commercetools-uikit/icons": "15.14.
|
|
34
|
-
"@commercetools-uikit/primary-button": "15.14.
|
|
35
|
-
"@commercetools-uikit/radio-input": "15.14.
|
|
36
|
-
"@commercetools-uikit/secondary-button": "15.14.
|
|
37
|
-
"@commercetools-uikit/secondary-icon-button": "15.14.
|
|
38
|
-
"@commercetools-uikit/select-input": "15.14.
|
|
39
|
-
"@commercetools-uikit/spacings": "15.14.
|
|
40
|
-
"@commercetools-uikit/tag": "15.14.
|
|
41
|
-
"@commercetools-uikit/text": "15.14.
|
|
42
|
-
"@commercetools-uikit/utils": "15.14.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.14.3",
|
|
25
|
+
"@commercetools-uikit/accessible-hidden": "15.14.3",
|
|
26
|
+
"@commercetools-uikit/async-select-input": "15.14.3",
|
|
27
|
+
"@commercetools-uikit/card": "15.14.3",
|
|
28
|
+
"@commercetools-uikit/collapsible-motion": "15.14.3",
|
|
29
|
+
"@commercetools-uikit/design-system": "15.14.3",
|
|
30
|
+
"@commercetools-uikit/field-label": "15.14.3",
|
|
31
|
+
"@commercetools-uikit/grid": "15.14.3",
|
|
32
|
+
"@commercetools-uikit/hooks": "15.14.3",
|
|
33
|
+
"@commercetools-uikit/icons": "15.14.3",
|
|
34
|
+
"@commercetools-uikit/primary-button": "15.14.3",
|
|
35
|
+
"@commercetools-uikit/radio-input": "15.14.3",
|
|
36
|
+
"@commercetools-uikit/secondary-button": "15.14.3",
|
|
37
|
+
"@commercetools-uikit/secondary-icon-button": "15.14.3",
|
|
38
|
+
"@commercetools-uikit/select-input": "15.14.3",
|
|
39
|
+
"@commercetools-uikit/spacings": "15.14.3",
|
|
40
|
+
"@commercetools-uikit/tag": "15.14.3",
|
|
41
|
+
"@commercetools-uikit/text": "15.14.3",
|
|
42
|
+
"@commercetools-uikit/utils": "15.14.3",
|
|
43
43
|
"@emotion/react": "^11.10.5",
|
|
44
44
|
"@emotion/styled": "^11.10.5",
|
|
45
45
|
"debounce-promise": "^3.1.2",
|