@commercetools-uikit/data-table 16.7.4 → 16.8.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.
@@ -2,6 +2,7 @@
2
2
  import type { THeaderCell } from './header-cell';
3
3
  type TGetSortableHeaderStyles = {
4
4
  isActive?: boolean;
5
+ label?: 'asc' | 'desc';
5
6
  };
6
7
  declare const HeaderCellInner: import("@emotion/styled").StyledComponent<{
7
8
  theme?: import("@emotion/react").Theme | undefined;
@@ -19,8 +20,12 @@ declare const HeaderLabelWrapper: import("@emotion/styled").StyledComponent<{
19
20
  theme?: import("@emotion/react").Theme | undefined;
20
21
  as?: import("react").ElementType<any> | undefined;
21
22
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
23
+ declare const HeaderLabelTextWrapper: import("@emotion/styled").StyledComponent<{
24
+ theme?: import("@emotion/react").Theme | undefined;
25
+ as?: import("react").ElementType<any> | undefined;
26
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
22
27
  declare const HeaderIconWrapper: import("@emotion/styled").StyledComponent<{
23
28
  theme?: import("@emotion/react").Theme | undefined;
24
29
  as?: import("react").ElementType<any> | undefined;
25
30
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
26
- export { HeaderCellInner, BaseHeaderCell, HeaderLabelWrapper, HeaderIconWrapper, };
31
+ export { HeaderCellInner, BaseHeaderCell, HeaderLabelWrapper, HeaderLabelTextWrapper, HeaderIconWrapper, };
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": "16.7.4",
4
+ "version": "16.8.0",
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.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/accessible-button": "16.7.4",
25
- "@commercetools-uikit/design-system": "16.7.4",
26
- "@commercetools-uikit/hooks": "16.7.4",
27
- "@commercetools-uikit/icons": "16.7.4",
28
- "@commercetools-uikit/secondary-icon-button": "16.7.4",
29
- "@commercetools-uikit/utils": "16.7.4",
24
+ "@commercetools-uikit/accessible-button": "16.8.0",
25
+ "@commercetools-uikit/design-system": "16.8.0",
26
+ "@commercetools-uikit/hooks": "16.8.0",
27
+ "@commercetools-uikit/icons": "16.8.0",
28
+ "@commercetools-uikit/secondary-icon-button": "16.8.0",
29
+ "@commercetools-uikit/utils": "16.8.0",
30
30
  "@emotion/react": "^11.10.5",
31
31
  "@emotion/styled": "^11.10.5",
32
32
  "lodash": "4.17.21",