@paubox/ui
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -10,3 +10,3 @@ import { FC, KeyboardEvent, MouseEvent } from 'react'; | ||
}; | ||
declare const Calendar: FC<CalendarProps>; | ||
export declare const Calendar: FC<CalendarProps>; | ||
export default Calendar; |
@@ -8,3 +8,3 @@ import { default as React, ChangeEvent } from 'react'; | ||
} | ||
declare const Checkbox: ({ checked, indeterminate, onChange, ...props }: CheckboxProps) => JSX.Element; | ||
export declare const Checkbox: ({ checked, indeterminate, onChange, ...props }: CheckboxProps) => JSX.Element; | ||
export default Checkbox; |
@@ -10,3 +10,3 @@ import { FC } from 'react'; | ||
} | ||
declare const DatePicker: FC<DatePickerProps>; | ||
export declare const DatePicker: FC<DatePickerProps>; | ||
export default DatePicker; |
@@ -13,3 +13,3 @@ export interface PageInfo { | ||
} | ||
declare const Pagination: ({ pageInfo, isLoading, onPageSizeChange, onPageChange, }: PaginationProps) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
export declare const Pagination: ({ pageInfo, isLoading, onPageSizeChange, onPageChange, }: PaginationProps) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
export default Pagination; |
@@ -9,3 +9,3 @@ import { FC, MutableRefObject, ReactNode } from 'react'; | ||
} | ||
declare const Popper: FC<PopperProps>; | ||
export declare const Popper: FC<PopperProps>; | ||
export default Popper; |
@@ -10,3 +10,3 @@ import { default as Quill } from 'quill/core/quill'; | ||
} | ||
declare const RichTextToolbar: React.FC<RichTextToolbarProps>; | ||
export declare const RichTextToolbar: React.FC<RichTextToolbarProps>; | ||
export default RichTextToolbar; |
@@ -42,3 +42,3 @@ import { PageInfo } from '../Pagination/Pagination'; | ||
} | ||
declare const Table: <T extends object>({ height, data, pageInfo, columns, getRowId, isLoading, sorting, onPageSizeChange, onPageChange, onSortChange, enableRowSelection, selectedRows, onRowSelectionChange, onRowClick, rowActions, dense, }: TableProps<T>) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
export declare const Table: <T extends object>({ height, data, pageInfo, columns, getRowId, isLoading, sorting, onPageSizeChange, onPageChange, onSortChange, enableRowSelection, selectedRows, onRowSelectionChange, onRowClick, rowActions, dense, }: TableProps<T>) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
export default Table; |
@@ -23,3 +23,3 @@ import { RowAction } from './Table'; | ||
color?: "primary" | "secondary" | string; | ||
css?: import('@emotion/utils').SerializedStyles; | ||
css?: import('@emotion/react').SerializedStyles; | ||
as?: keyof import("react").JSX.IntrinsicElements; | ||
@@ -32,2 +32,4 @@ } & import('react').HTMLAttributes<HTMLDivElement> & { | ||
as?: React.ElementType; | ||
} & { | ||
enableHover: boolean; | ||
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, {}>; | ||
@@ -37,3 +39,3 @@ export declare const Td: import('@emotion/styled').StyledComponent<{ | ||
color?: "primary" | "secondary" | string; | ||
css?: import('@emotion/utils').SerializedStyles; | ||
css?: import('@emotion/react').SerializedStyles; | ||
as?: keyof import("react").JSX.IntrinsicElements; | ||
@@ -47,2 +49,6 @@ } & import('react').HTMLAttributes<HTMLDivElement> & { | ||
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; | ||
export declare const ResizeHandleContainer: import('@emotion/styled').StyledComponent<{ | ||
theme?: import('@emotion/react').Theme; | ||
as?: React.ElementType; | ||
}, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; | ||
export declare const ResizeHandle: import('@emotion/styled').StyledComponent<{ | ||
@@ -49,0 +55,0 @@ theme?: import('@emotion/react').Theme; |
@@ -5,3 +5,3 @@ { | ||
"description": "Paubox Component Library", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"main": "./index.js", | ||
@@ -8,0 +8,0 @@ "types": "./index.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
778866
14734
59
1