@react-types/table
Advanced tools
Comparing version 3.0.0-nightly-50c7ada5d-241223 to 3.0.0-nightly-5334df7f1-250226
{ | ||
"name": "@react-types/table", | ||
"version": "3.0.0-nightly-50c7ada5d-241223", | ||
"version": "3.0.0-nightly-5334df7f1-250226", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,4 +12,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/grid": "3.0.0-nightly-50c7ada5d-241223", | ||
"@react-types/shared": "3.0.0-nightly-50c7ada5d-241223" | ||
"@react-types/grid": "3.0.0-nightly-5334df7f1-250226", | ||
"@react-types/shared": "3.0.0-nightly-5334df7f1-250226" | ||
}, | ||
@@ -16,0 +16,0 @@ "peerDependencies": { |
@@ -156,3 +156,5 @@ /* | ||
/** A string representation of the cell's contents, used for features like typeahead. */ | ||
textValue?: string | ||
textValue?: string, | ||
/** Indicates how many columns the data cell spans. */ | ||
colSpan?: number | ||
} | ||
@@ -159,0 +161,0 @@ |
8677
164
+ Added@react-types/grid@3.0.0-nightly-5334df7f1-250226(transitive)
+ Added@react-types/shared@3.0.0-nightly-5334df7f1-250226(transitive)
- Removed@react-types/grid@3.0.0-nightly-50c7ada5d-241223(transitive)
- Removed@react-types/shared@3.0.0-nightly-50c7ada5d-241223(transitive)