@react-types/progress
Advanced tools
Comparing version 3.0.2 to 3.1.0
{ | ||
"name": "@react-types/progress", | ||
"version": "3.0.2", | ||
"version": "3.1.0", | ||
"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" | ||
} |
@@ -37,8 +37,11 @@ /* | ||
label?: ReactNode, | ||
/** Whether the value's label is displayed. */ | ||
showValueLabel?: boolean, // true by default if label, false by default if not | ||
/** The display format of the value label. */ | ||
formatOptions?: Intl.NumberFormatOptions, // defaults to formatting as a percentage. | ||
/** The content to display as the value's label. */ | ||
valueLabel?: ReactNode // custom value label (e.g. 1 of 4) | ||
/** Whether the value's label is displayed. True by default if there's a label, false by default if not. */ | ||
showValueLabel?: boolean, | ||
/** | ||
* The display format of the value label. | ||
* @default {style: 'percent'} | ||
*/ | ||
formatOptions?: Intl.NumberFormatOptions, | ||
/** The content to display as the value's label (e.g. 1 of 4). */ | ||
valueLabel?: ReactNode | ||
} | ||
@@ -45,0 +48,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
83
15090
Updated@react-types/shared@^3.1.0