@plasmicpkgs/react-aria 0.0.44 → 0.0.45
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 -0
- package/dist/react-aria.esm.js.map +1 -1
- package/dist/react-aria.js +1 -0
- package/dist/react-aria.js.map +1 -1
- package/package.json +2 -2
- package/skinny/registerSliderTrack.cjs.js +1 -0
- package/skinny/registerSliderTrack.cjs.js.map +1 -1
- package/skinny/registerSliderTrack.esm.js +1 -0
- package/skinny/registerSliderTrack.esm.js.map +1 -1
package/dist/react-aria.esm.js
CHANGED
|
@@ -3704,6 +3704,7 @@ function registerSliderTrack(sliderThumbMeta, loader, overrides) {
|
|
|
3704
3704
|
displayName: "Thumbs",
|
|
3705
3705
|
description: "The thumbs of the slider. For range slider, you can add more than one thumb.",
|
|
3706
3706
|
allowedComponents: [sliderThumbMeta.name],
|
|
3707
|
+
allowRootWrapper: true,
|
|
3707
3708
|
defaultValue: [
|
|
3708
3709
|
{
|
|
3709
3710
|
type: "component",
|