@commercetools-uikit/data-table-manager 19.0.0 → 19.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.
|
@@ -855,7 +855,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
855
855
|
var DataTableManager$1 = DataTableManager;
|
|
856
856
|
|
|
857
857
|
// NOTE: This string will be replaced on build time with the package version.
|
|
858
|
-
var version = "19.
|
|
858
|
+
var version = "19.1.0";
|
|
859
859
|
|
|
860
860
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
861
861
|
enumerable: true,
|
|
@@ -708,7 +708,7 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
708
708
|
var DataTableManager$1 = DataTableManager;
|
|
709
709
|
|
|
710
710
|
// NOTE: This string will be replaced on build time with the package version.
|
|
711
|
-
var version = "19.
|
|
711
|
+
var version = "19.1.0";
|
|
712
712
|
|
|
713
713
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
714
714
|
enumerable: true,
|
|
@@ -817,6 +817,6 @@ DataTableManager.displayName = 'DataTableManager';
|
|
|
817
817
|
var DataTableManager$1 = DataTableManager;
|
|
818
818
|
|
|
819
819
|
// NOTE: This string will be replaced on build time with the package version.
|
|
820
|
-
var version = "19.
|
|
820
|
+
var version = "19.1.0";
|
|
821
821
|
|
|
822
822
|
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": "19.
|
|
4
|
+
"version": "19.1.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.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "19.
|
|
25
|
-
"@commercetools-uikit/accessible-hidden": "19.
|
|
26
|
-
"@commercetools-uikit/async-select-input": "19.
|
|
27
|
-
"@commercetools-uikit/card": "19.
|
|
28
|
-
"@commercetools-uikit/collapsible-motion": "19.
|
|
29
|
-
"@commercetools-uikit/design-system": "19.
|
|
30
|
-
"@commercetools-uikit/field-label": "19.
|
|
31
|
-
"@commercetools-uikit/grid": "19.
|
|
32
|
-
"@commercetools-uikit/hooks": "19.
|
|
33
|
-
"@commercetools-uikit/icons": "19.
|
|
34
|
-
"@commercetools-uikit/primary-button": "19.
|
|
35
|
-
"@commercetools-uikit/radio-input": "19.
|
|
36
|
-
"@commercetools-uikit/secondary-button": "19.
|
|
37
|
-
"@commercetools-uikit/secondary-icon-button": "19.
|
|
38
|
-
"@commercetools-uikit/select-input": "19.
|
|
39
|
-
"@commercetools-uikit/spacings": "19.
|
|
40
|
-
"@commercetools-uikit/tag": "19.
|
|
41
|
-
"@commercetools-uikit/text": "19.
|
|
42
|
-
"@commercetools-uikit/utils": "19.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "19.1.0",
|
|
25
|
+
"@commercetools-uikit/accessible-hidden": "19.1.0",
|
|
26
|
+
"@commercetools-uikit/async-select-input": "19.1.0",
|
|
27
|
+
"@commercetools-uikit/card": "19.1.0",
|
|
28
|
+
"@commercetools-uikit/collapsible-motion": "19.1.0",
|
|
29
|
+
"@commercetools-uikit/design-system": "19.1.0",
|
|
30
|
+
"@commercetools-uikit/field-label": "19.1.0",
|
|
31
|
+
"@commercetools-uikit/grid": "19.1.0",
|
|
32
|
+
"@commercetools-uikit/hooks": "19.1.0",
|
|
33
|
+
"@commercetools-uikit/icons": "19.1.0",
|
|
34
|
+
"@commercetools-uikit/primary-button": "19.1.0",
|
|
35
|
+
"@commercetools-uikit/radio-input": "19.1.0",
|
|
36
|
+
"@commercetools-uikit/secondary-button": "19.1.0",
|
|
37
|
+
"@commercetools-uikit/secondary-icon-button": "19.1.0",
|
|
38
|
+
"@commercetools-uikit/select-input": "19.1.0",
|
|
39
|
+
"@commercetools-uikit/spacings": "19.1.0",
|
|
40
|
+
"@commercetools-uikit/tag": "19.1.0",
|
|
41
|
+
"@commercetools-uikit/text": "19.1.0",
|
|
42
|
+
"@commercetools-uikit/utils": "19.1.0",
|
|
43
43
|
"@emotion/react": "^11.10.5",
|
|
44
44
|
"@emotion/styled": "^11.10.5",
|
|
45
45
|
"debounce-promise": "^3.1.2",
|