@woovi/ui 6.5.1 → 6.5.2

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.
@@ -12,7 +12,6 @@ export declare const compatWithDataGrid: ({ value, row }: Partial<GridRenderCell
12
12
  value: any;
13
13
  row: any;
14
14
  };
15
- export declare const hasCustomColumnType: (column: any) => any;
16
15
  export declare const formatValue: (value: any, column: any) => any;
17
16
  export declare const getColumnValue: (row: any, column: any) => any;
18
17
  declare const CardListVirtualized: ({ columns: _columns, data, onScrollToBottom, onCardClick, noItemsLabel, cardListDefaultHeight, }: CardListVirtualizedProps) => 0 | import("react/jsx-runtime").JSX.Element;
package/dist/tag/Tag.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- import type { ChipProps } from "@mui/material/Chip";
1
+ import { type ChipProps } from "@mui/material";
2
2
  import type { ReactNode } from "react";
3
3
  export type TagProps = ChipProps & {
4
4
  label: string;
5
5
  value?: string | ReactNode;
6
6
  breakByColon?: boolean;
7
7
  };
8
- declare const Tag: (props: TagProps) => ReactNode;
8
+ declare const Tag: ({ label, value, breakByColon, sx, ...rest }: TagProps) => ReactNode;
9
9
  export default Tag;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@woovi/ui",
3
3
  "description": "Woovi UI component library",
4
- "version": "6.5.1",
4
+ "version": "6.5.2",
5
5
  "packageManager": "pnpm@10.28.1",
6
6
  "author": "Woovi",
7
7
  "dependencies": {