@react-types/table
Advanced tools
Comparing version 3.0.0-rc.3 to 3.0.0-rc.4
{ | ||
"name": "@react-types/table", | ||
"version": "3.0.0-rc.3", | ||
"version": "3.0.0-rc.4", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,3 +12,3 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/shared": "^3.0.2" | ||
"@react-types/shared": "^3.1.0" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7" | ||
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69" | ||
} |
@@ -81,6 +81,6 @@ /* | ||
export interface TableCollection<T> extends Collection<TableNode<T>> { | ||
headerRows: TableNode<T>[]; | ||
columns: TableNode<T>[]; | ||
rowHeaderColumnKeys: Set<Key>; | ||
body: TableNode<T>; | ||
headerRows: TableNode<T>[], | ||
columns: TableNode<T>[], | ||
rowHeaderColumnKeys: Set<Key>, | ||
body: TableNode<T> | ||
} | ||
@@ -87,0 +87,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14954
Updated@react-types/shared@^3.1.0