@launchpad-ui/table
Advanced tools
Comparing version 0.4.6 to 0.4.7
import type { TableHTMLAttributes } from 'react'; | ||
declare type TableProps = TableHTMLAttributes<HTMLTableElement> & { | ||
type TableProps = TableHTMLAttributes<HTMLTableElement> & { | ||
auto?: boolean; | ||
@@ -4,0 +4,0 @@ compact?: boolean; |
import type { HTMLAttributes } from 'react'; | ||
declare type TableBodyProps = HTMLAttributes<HTMLTableSectionElement> & { | ||
type TableBodyProps = HTMLAttributes<HTMLTableSectionElement> & { | ||
'data-test-id'?: string; | ||
@@ -4,0 +4,0 @@ }; |
import type { TdHTMLAttributes } from 'react'; | ||
declare type TableCellWithHeadersProps = { | ||
type TableCellWithHeadersProps = { | ||
headers: string; | ||
} & TdHTMLAttributes<HTMLTableCellElement>; | ||
declare type TableCellWithDirectScopeProps = { | ||
type TableCellWithDirectScopeProps = { | ||
scope: 'row' | 'col'; | ||
} & TdHTMLAttributes<HTMLTableCellElement>; | ||
declare type TableCellWithScopedProps = { | ||
type TableCellWithScopedProps = { | ||
hasScope: boolean; | ||
} & TdHTMLAttributes<HTMLTableCellElement>; | ||
declare type TableCellWithScopeProps = TableCellWithDirectScopeProps | TableCellWithScopedProps; | ||
declare type TableCellProps = TableCellWithHeadersProps | TableCellWithScopeProps | (TableCellWithHeadersProps & TableCellWithScopeProps); | ||
type TableCellWithScopeProps = TableCellWithDirectScopeProps | TableCellWithScopedProps; | ||
type TableCellProps = TableCellWithHeadersProps | TableCellWithScopeProps | (TableCellWithHeadersProps & TableCellWithScopeProps); | ||
declare const TableCell: ({ align, className, children, ...rest }: TableCellProps) => JSX.Element; | ||
@@ -14,0 +14,0 @@ export { TableCell }; |
import type { HTMLAttributes } from 'react'; | ||
declare type TableHeadProps = HTMLAttributes<HTMLTableSectionElement> & { | ||
type TableHeadProps = HTMLAttributes<HTMLTableSectionElement> & { | ||
'data-test-id'?: string; | ||
@@ -4,0 +4,0 @@ }; |
import type { ThHTMLAttributes } from 'react'; | ||
declare type TableHeadCellProps = ThHTMLAttributes<HTMLTableCellElement> & { | ||
type TableHeadCellProps = ThHTMLAttributes<HTMLTableCellElement> & { | ||
defaultColWidth?: 'zero' | 'one-of-twelve' | 'two-of-twelve' | 'three-of-twelve' | 'four-of-twelve' | 'five-of-twelve' | 'six-of-twelve'; | ||
@@ -4,0 +4,0 @@ }; |
import type { HTMLProps } from 'react'; | ||
declare type TableRowProps = HTMLProps<HTMLTableRowElement> & { | ||
type TableRowProps = HTMLProps<HTMLTableRowElement> & { | ||
verticalAlign?: 'top' | 'middle' | 'bottom'; | ||
@@ -4,0 +4,0 @@ 'data-test-id'?: string; |
{ | ||
"name": "@launchpad-ui/table", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"status": "beta", | ||
@@ -29,4 +29,4 @@ "publishConfig": { | ||
"dependencies": { | ||
"@launchpad-ui/tokens": "~0.3.1", | ||
"classix": "^2.1.13" | ||
"classix": "^2.1.13", | ||
"@launchpad-ui/tokens": "~0.3.2" | ||
}, | ||
@@ -33,0 +33,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
35921
22
0
Updated@launchpad-ui/tokens@~0.3.2