New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@paubox/ui

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paubox/ui - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

lib/Calendar/Calendar.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc