@plasmicpkgs/react-aria 0.0.143 → 0.0.145
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 +2 -2
- 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/registerTooltip.cjs.js +1 -1
- package/skinny/registerTooltip.cjs.js.map +1 -1
- package/skinny/registerTooltip.esm.js +2 -2
- package/skinny/registerTooltip.esm.js.map +1 -1
package/dist/react-aria.js
CHANGED
|
@@ -5020,7 +5020,7 @@ function ControlledBaseTooltip(props) {
|
|
|
5020
5020
|
props
|
|
5021
5021
|
});
|
|
5022
5022
|
const ref = React.useRef(null);
|
|
5023
|
-
const tooltipId =
|
|
5023
|
+
const tooltipId = reactAria.useId();
|
|
5024
5024
|
const state = reactStately.useTooltipTriggerState(__spreadProps(__spreadValues({}, props), {
|
|
5025
5025
|
isOpen: isCanvasAwareOpen,
|
|
5026
5026
|
trigger: trigger === "focus" ? trigger : void 0
|