@react-types/statuslight
Advanced tools
Comparing version 3.0.0-rc.3 to 3.0.0-rc.4
{ | ||
"name": "@react-types/statuslight", | ||
"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.0-rc.3" | ||
"@react-types/shared": "3.0.0-rc.4" | ||
}, | ||
@@ -21,3 +21,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "461d6321126ae9b4f1508aa912f7b36bf8a603f8" | ||
"gitHead": "ee5ad1544ed65366c0fadabc2c63d39573ba3ffd" | ||
} |
@@ -18,3 +18,3 @@ /* | ||
/** The content to display as the label. */ | ||
children: ReactNode, | ||
children?: ReactNode, | ||
/** | ||
@@ -28,3 +28,3 @@ * The variant changes the color of the status light. | ||
/** | ||
* An accessibility role for the status light. Should be set when the status | ||
* An accessibility role for the status light. Should be set when the status | ||
* can change at runtime, and no more than one status light will update simultaneously. | ||
@@ -31,0 +31,0 @@ * For cases where multiple statuses can change at the same time, use a Toast instead. |
+ Added@react-types/shared@3.0.0-rc.4(transitive)
- Removed@react-types/shared@3.0.0-rc.3(transitive)