@plasmicpkgs/react-aria 0.0.147 → 0.0.148
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 +2 -2
- 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.js
CHANGED
|
@@ -4230,7 +4230,7 @@ function registerSlider(loader, overrides) {
|
|
|
4230
4230
|
editOnly: true,
|
|
4231
4231
|
displayName: "Initial value",
|
|
4232
4232
|
uncontrolledProp: "defaultValue",
|
|
4233
|
-
description: "The
|
|
4233
|
+
description: "The initial value of the slider",
|
|
4234
4234
|
defaultValue: [20, 50],
|
|
4235
4235
|
validator: (value) => {
|
|
4236
4236
|
if (!Array.isArray(value)) {
|