@paubox/ui
Advanced tools
Comparing version 0.2.0 to 0.3.0
export * from './Add'; | ||
export * from './Calendar'; | ||
export * from './Cancel'; | ||
export * from './ChevronDown'; | ||
export * from './ChevronLeft'; | ||
export * from './ChevronRight'; | ||
export * from './ChevronUp'; | ||
export * from './Close'; | ||
export * from './Delete'; | ||
export * from './Edit'; | ||
export * from './Error'; | ||
export * from './Info'; | ||
export * from './KeyboardArrowDown'; | ||
export * from './LoadingWheel'; | ||
export * from './MoreVertical'; | ||
export * from './Return'; | ||
@@ -12,3 +19,2 @@ export * from './SearchIcon'; | ||
export * from './Warning'; | ||
export * from './Cancel'; | ||
export * from './SvgProps'; |
export * from './lib/AlertBar/AlertBar'; | ||
export * from './lib/Button/Button'; | ||
export * from './lib/Calendar/Calendar'; | ||
export * from './lib/Checkbox/Checkbox'; | ||
export * from './lib/DatePicker/DatePicker'; | ||
@@ -8,3 +9,5 @@ export * from './lib/Dropdown/Dropdown'; | ||
export * from './lib/Inputs/index'; | ||
export * from './lib/Pagination/Pagination'; | ||
export * from './lib/Popper/Popper'; | ||
export * from './lib/Table/Table'; | ||
export * from './lib/Tooltip/Tooltip'; | ||
@@ -11,0 +14,0 @@ export * from './lib/Typography/Typography'; |
@@ -1,2 +0,2 @@ | ||
import { CSSProperties } from 'react'; | ||
import { CSSProperties, MouseEventHandler } from 'react'; | ||
@@ -9,3 +9,3 @@ export interface BaseButtonProps { | ||
children: React.ReactNode; | ||
onClick?: () => void; | ||
onClick?: MouseEventHandler<HTMLButtonElement>; | ||
style?: CSSProperties; | ||
@@ -12,0 +12,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"description": "Paubox Component Library", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
211409
54
4341
37