@metrostar/comet-uswds
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -32,6 +32,14 @@ import React from 'react'; | ||
/** | ||
* A boolean indicating if the table is scrollabe or not | ||
* A boolean indicating if the table is scrollable or not | ||
*/ | ||
scrollable?: boolean; | ||
/** | ||
* A boolean indicating if the table is borderless or not | ||
*/ | ||
borderless?: boolean; | ||
/** | ||
* A boolean indicating if the table is striped or not | ||
*/ | ||
striped?: boolean; | ||
/** | ||
* Additional class names for the table | ||
@@ -56,3 +64,3 @@ */ | ||
*/ | ||
export declare const Table: ({ id, caption, columns, data, sortable, sortIndex, sortDir, scrollable, className, tabIndex, }: TableProps) => React.ReactElement; | ||
export declare const Table: ({ id, caption, columns, data, sortable, sortIndex, sortDir, scrollable, borderless, striped, className, tabIndex, }: TableProps) => React.ReactElement; | ||
export default Table; |
@@ -32,6 +32,14 @@ import React from 'react'; | ||
/** | ||
* A boolean indicating if the table is scrollabe or not | ||
* A boolean indicating if the table is scrollable or not | ||
*/ | ||
scrollable?: boolean; | ||
/** | ||
* A boolean indicating if the table is borderless or not | ||
*/ | ||
borderless?: boolean; | ||
/** | ||
* A boolean indicating if the table is striped or not | ||
*/ | ||
striped?: boolean; | ||
/** | ||
* Additional class names for the table | ||
@@ -56,3 +64,3 @@ */ | ||
*/ | ||
export declare const Table: ({ id, caption, columns, data, sortable, sortIndex, sortDir, scrollable, className, tabIndex, }: TableProps) => React.ReactElement; | ||
export declare const Table: ({ id, caption, columns, data, sortable, sortIndex, sortDir, scrollable, borderless, striped, className, tabIndex, }: TableProps) => React.ReactElement; | ||
export default Table; |
@@ -1120,6 +1120,14 @@ import React, { ReactNode, SyntheticEvent, PropsWithChildren, ChangeEventHandler, MouseEventHandler, FormEvent } from 'react'; | ||
/** | ||
* A boolean indicating if the table is scrollabe or not | ||
* A boolean indicating if the table is scrollable or not | ||
*/ | ||
scrollable?: boolean; | ||
/** | ||
* A boolean indicating if the table is borderless or not | ||
*/ | ||
borderless?: boolean; | ||
/** | ||
* A boolean indicating if the table is striped or not | ||
*/ | ||
striped?: boolean; | ||
/** | ||
* Additional class names for the table | ||
@@ -1144,3 +1152,3 @@ */ | ||
*/ | ||
declare const Table: ({ id, caption, columns, data, sortable, sortIndex, sortDir, scrollable, className, tabIndex, }: TableProps) => React.ReactElement; | ||
declare const Table: ({ id, caption, columns, data, sortable, sortIndex, sortDir, scrollable, borderless, striped, className, tabIndex, }: TableProps) => React.ReactElement; | ||
@@ -1147,0 +1155,0 @@ interface TagProps { |
{ | ||
"name": "@metrostar/comet-uswds", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "React with TypeScript Component Library based on USWDS 3.0.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
9248282
8145