@commercetools-uikit/data-table 15.1.1 → 15.2.1
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.
|
@@ -1108,7 +1108,7 @@ DataTable.displayName = 'DataTable';
|
|
|
1108
1108
|
var DataTable$1 = DataTable;
|
|
1109
1109
|
|
|
1110
1110
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1111
|
-
var version = "15.
|
|
1111
|
+
var version = "15.2.1";
|
|
1112
1112
|
|
|
1113
1113
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
1114
1114
|
enumerable: true,
|
|
@@ -912,7 +912,7 @@ DataTable.displayName = 'DataTable';
|
|
|
912
912
|
var DataTable$1 = DataTable;
|
|
913
913
|
|
|
914
914
|
// NOTE: This string will be replaced on build time with the package version.
|
|
915
|
-
var version = "15.
|
|
915
|
+
var version = "15.2.1";
|
|
916
916
|
|
|
917
917
|
Object.defineProperty(exports, 'useRowSelection', {
|
|
918
918
|
enumerable: true,
|
|
@@ -1084,6 +1084,6 @@ DataTable.displayName = 'DataTable';
|
|
|
1084
1084
|
var DataTable$1 = DataTable;
|
|
1085
1085
|
|
|
1086
1086
|
// NOTE: This string will be replaced on build time with the package version.
|
|
1087
|
-
var version = "15.
|
|
1087
|
+
var version = "15.2.1";
|
|
1088
1088
|
|
|
1089
1089
|
export { DataTable$1 as default, version };
|
|
@@ -3,10 +3,10 @@ import type { TDataCell } from './cell';
|
|
|
3
3
|
declare type TCellInner = {
|
|
4
4
|
shouldClipContent?: boolean;
|
|
5
5
|
} & Pick<TDataCell, 'verticalCellAlignment' | 'horizontalCellAlignment' | 'isTruncated' | 'isCondensed'>;
|
|
6
|
-
declare const getPaddingStyle: (props: TCellInner) => import("@emotion/
|
|
7
|
-
declare const getHorizontalAlignmentStyle: (props: TCellInner) => import("@emotion/
|
|
8
|
-
declare const getVerticalAlignmentStyle: (props: TCellInner) => import("@emotion/
|
|
9
|
-
declare const getCellInnerStyles: (props: TCellInner) => (string | import("@emotion/
|
|
6
|
+
declare const getPaddingStyle: (props: TCellInner) => import("@emotion/react").SerializedStyles;
|
|
7
|
+
declare const getHorizontalAlignmentStyle: (props: TCellInner) => import("@emotion/react").SerializedStyles;
|
|
8
|
+
declare const getVerticalAlignmentStyle: (props: TCellInner) => import("@emotion/react").SerializedStyles;
|
|
9
|
+
declare const getCellInnerStyles: (props: TCellInner) => (string | import("@emotion/react").SerializedStyles)[];
|
|
10
10
|
declare const CellInner: import("@emotion/styled").StyledComponent<{
|
|
11
11
|
theme?: import("@emotion/react").Theme | undefined;
|
|
12
12
|
as?: import("react").ElementType<any> | undefined;
|
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": "15.
|
|
4
|
+
"version": "15.2.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.17.2",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
24
|
-
"@commercetools-uikit/accessible-button": "15.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.
|
|
26
|
-
"@commercetools-uikit/hooks": "15.
|
|
27
|
-
"@commercetools-uikit/icons": "15.
|
|
28
|
-
"@commercetools-uikit/secondary-icon-button": "15.
|
|
29
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/accessible-button": "15.2.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.2.1",
|
|
26
|
+
"@commercetools-uikit/hooks": "15.2.1",
|
|
27
|
+
"@commercetools-uikit/icons": "15.2.1",
|
|
28
|
+
"@commercetools-uikit/secondary-icon-button": "15.2.1",
|
|
29
|
+
"@commercetools-uikit/utils": "15.2.1",
|
|
30
30
|
"@emotion/react": "^11.4.0",
|
|
31
31
|
"@emotion/styled": "^11.3.0",
|
|
32
32
|
"lodash": "4.17.21",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"react-intl": "^5.24.6"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@testing-library/react-hooks": "8.0.
|
|
37
|
+
"@testing-library/react-hooks": "8.0.1",
|
|
38
38
|
"formik": "^2.2.9",
|
|
39
39
|
"react": "17.0.2"
|
|
40
40
|
},
|