@defisaver/components
Advanced tools
Comparing version 0.0.15 to 0.0.17
@@ -28,3 +28,3 @@ /// <reference types="react" /> | ||
height?: number | undefined; | ||
}) => JSX.Element; | ||
}) => React$1.JSX.Element; | ||
@@ -140,2 +140,3 @@ interface DfsSelectOption { | ||
onClick?: Function; | ||
className?: string; | ||
} | ||
@@ -145,2 +146,3 @@ interface TableDataCellProps { | ||
children?: React.ReactNode; | ||
style?: object; | ||
} | ||
@@ -185,3 +187,3 @@ interface DfsTableProps { | ||
declare const DfsTableContainer: ({ filterRows, headers, sortRow, rows, children, selectionAllowed, expansionAllowed, useShowMore, usePagination, useArrows, showPageSizeSelect, showMoreLimit, pageSize, pageSizeOptions, title, subtitle, searchable, maxWidth, tableName, size, zebraPattern, toggleable, initialToggleState, hideHeader, }: DfsTableContainerProps) => JSX.Element; | ||
declare const DfsTableContainer: ({ filterRows, headers, sortRow, rows, children, selectionAllowed, expansionAllowed, useShowMore, usePagination, useArrows, showPageSizeSelect, showMoreLimit, pageSize, pageSizeOptions, title, subtitle, searchable, maxWidth, tableName, size, zebraPattern, toggleable, initialToggleState, hideHeader, }: DfsTableContainerProps) => React$1.JSX.Element; | ||
@@ -246,2 +248,23 @@ declare const TableHead: FC<TableElementProps>; | ||
export { DfsButton, DfsCheckbox, DfsLoader, DfsMultiselect, DfsSelect, DfsSelectGroup, DfsTable, DfsTableContainer, RadioTile, TableBody, TableDataCell, TableFoot, TableHead, TableHeadRow, TableHeader, TableRow, Tile, TileGroup }; | ||
interface DfsFlairProps { | ||
backgroundColor: string; | ||
color: string; | ||
clasName?: string; | ||
style?: Object; | ||
children?: any; | ||
} | ||
declare const DfsFlair: FC<DfsFlairProps>; | ||
interface DfsProgressBarProps { | ||
backgroundColor: string; | ||
progressColor: string; | ||
className?: string; | ||
style?: Object; | ||
total: number; | ||
progress: number; | ||
} | ||
declare const DfsProgressBar: FC<DfsProgressBarProps>; | ||
export { DfsButton, DfsCheckbox, DfsFlair, DfsLoader, DfsMultiselect, DfsProgressBar, DfsSelect, DfsSelectGroup, DfsTable, DfsTableContainer, RadioTile, TableBody, TableDataCell, TableFoot, TableHead, TableHeadRow, TableHeader, TableRow, Tile, TileGroup }; |
{ | ||
"name": "@defisaver/components", | ||
"version": "0.0.15", | ||
"version": "0.0.17", | ||
"description": "Component pack used in DeFi Saver projects", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"storybook": "set NODE_OPTIONS=--openssl-legacy-provider && start-storybook -p 6006", | ||
"build-storybook": "build-storybook", | ||
"build-storybook": "set NODE_OPTIONS=--openssl-legacy-provider && build-storybook", | ||
"lint": "eslint ./src", | ||
@@ -11,0 +11,0 @@ "lint-fix": "eslint ./src --fix", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
476130
3882
82
6
2