react-aria-components 1.1.0 → 1.1.1-nightly.4461
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/import.mjs +1 -2
- package/dist/main.js +1 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -2
- package/dist/module.js.map +1 -1
- package/package.json +18 -18
- package/src/Switch.tsx +1 -1
package/dist/import.mjs
CHANGED
|
@@ -5632,8 +5632,7 @@ function $8e59e948500a8fe1$var$Switch(props, ref) {
|
|
|
5632
5632
|
}, /*#__PURE__*/ (0, $dGqE5$react).createElement((0, $dGqE5$VisuallyHidden), {
|
|
5633
5633
|
elementType: "span"
|
|
5634
5634
|
}, /*#__PURE__*/ (0, $dGqE5$react).createElement("input", {
|
|
5635
|
-
...inputProps,
|
|
5636
|
-
...focusProps,
|
|
5635
|
+
...(0, $dGqE5$mergeProps)(inputProps, focusProps),
|
|
5637
5636
|
ref: inputRef
|
|
5638
5637
|
})), renderProps.children);
|
|
5639
5638
|
}
|
package/dist/main.js
CHANGED
|
@@ -5806,8 +5806,7 @@ function $8d81efc5c2ff8011$var$Switch(props, ref) {
|
|
|
5806
5806
|
}, /*#__PURE__*/ (0, ($parcel$interopDefault($bzgmy$react))).createElement((0, $bzgmy$reactaria.VisuallyHidden), {
|
|
5807
5807
|
elementType: "span"
|
|
5808
5808
|
}, /*#__PURE__*/ (0, ($parcel$interopDefault($bzgmy$react))).createElement("input", {
|
|
5809
|
-
...inputProps,
|
|
5810
|
-
...focusProps,
|
|
5809
|
+
...(0, $bzgmy$reactaria.mergeProps)(inputProps, focusProps),
|
|
5811
5810
|
ref: inputRef
|
|
5812
5811
|
})), renderProps.children);
|
|
5813
5812
|
}
|