@woovi/ui 6.1.1 → 6.1.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.
@@ -1,4 +1,4 @@
1
- import type { ReactNode } from 'react';
1
+ import type { ReactNode } from "react";
2
2
  type CardColumnProps = {
3
3
  columns: any[];
4
4
  row: any;
@@ -1,7 +1,7 @@
1
- import type { DataGridProProps } from '@mui/x-data-grid-pro';
2
- import type { ReactNode } from 'react';
1
+ import type { DataGridProProps } from "@mui/x-data-grid-pro";
2
+ import type { ReactNode } from "react";
3
3
  type CardListLoadingProps = {
4
- columns: DataGridProProps['columns'];
4
+ columns: DataGridProProps["columns"];
5
5
  size?: number;
6
6
  };
7
7
  export declare const CardListLoading: ({ size, ...rest }: CardListLoadingProps) => ReactNode;
@@ -1,5 +1,5 @@
1
- import type { GridRenderCellParams } from '@mui/x-data-grid-pro';
2
- import React from 'react';
1
+ import type { GridRenderCellParams } from "@mui/x-data-grid-pro";
2
+ import type React from "react";
3
3
  type CardListVirtualizedProps = {
4
4
  columns: any[];
5
5
  data: any[];
@@ -8,7 +8,7 @@ type CardListVirtualizedProps = {
8
8
  noItemsLabel?: string;
9
9
  cardListDefaultHeight?: string;
10
10
  };
11
- export declare const compatWithDataGrid: ({ value, row, }: Partial<GridRenderCellParams<any, any, any, import("@mui/x-data-grid").GridTreeNodeWithRender>>) => {
11
+ export declare const compatWithDataGrid: ({ value, row }: Partial<GridRenderCellParams<any, any, any, import("@mui/x-data-grid").GridTreeNodeWithRender>>) => {
12
12
  value: any;
13
13
  row: any;
14
14
  };
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.1.1",
4
+ "version": "6.1.2",
5
5
  "author": "Woovi",
6
6
  "dependencies": {
7
7
  "@emotion/react": "^11.14.0",