@react-types/table
Advanced tools
Comparing version 3.0.0-nightly-993de98ad-241210 to 3.0.0-nightly-9b3385ac6-250228
{ | ||
"name": "@react-types/table", | ||
"version": "3.0.0-nightly-993de98ad-241210", | ||
"version": "3.0.0-nightly-9b3385ac6-250228", | ||
"description": "Spectrum UI components in React", | ||
@@ -12,4 +12,4 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-types/grid": "^3.0.0-nightly-993de98ad-241210", | ||
"@react-types/shared": "^3.0.0-nightly-993de98ad-241210" | ||
"@react-types/grid": "3.0.0-nightly-9b3385ac6-250228", | ||
"@react-types/shared": "3.0.0-nightly-9b3385ac6-250228" | ||
}, | ||
@@ -21,4 +21,3 @@ "peerDependencies": { | ||
"access": "public" | ||
}, | ||
"stableVersion": "3.10.3" | ||
} | ||
} |
@@ -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-9b3385ac6-250228(transitive)
+ Added@react-types/shared@3.0.0-nightly-9b3385ac6-250228(transitive)
- Removed@react-types/grid@3.2.11(transitive)
- Removed@react-types/shared@3.27.0(transitive)