@plasmicpkgs/react-aria 0.0.147 → 0.0.149
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/.tsbuildinfo +1 -1
- package/dist/react-aria.esm.js +1 -1
- package/dist/react-aria.esm.js.map +1 -1
- package/dist/react-aria.js +1 -1
- package/dist/react-aria.js.map +1 -1
- package/package.json +3 -3
- package/skinny/registerSlider.cjs.js +1 -1
- package/skinny/registerSlider.cjs.js.map +1 -1
- package/skinny/registerSlider.esm.js +1 -1
- package/skinny/registerSlider.esm.js.map +1 -1
package/dist/react-aria.esm.js
CHANGED
|
@@ -4222,7 +4222,7 @@ function registerSlider(loader, overrides) {
|
|
|
4222
4222
|
editOnly: true,
|
|
4223
4223
|
displayName: "Initial value",
|
|
4224
4224
|
uncontrolledProp: "defaultValue",
|
|
4225
|
-
description: "The
|
|
4225
|
+
description: "The initial value of the slider",
|
|
4226
4226
|
defaultValue: [20, 50],
|
|
4227
4227
|
validator: (value) => {
|
|
4228
4228
|
if (!Array.isArray(value)) {
|