@homebound/beam 3.59.0 → 3.59.1
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/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +6 -3
package/dist/index.cjs
CHANGED
|
@@ -14908,7 +14908,8 @@ function SelectCardShell(props) {
|
|
|
14908
14908
|
pressProps,
|
|
14909
14909
|
isPressed: isPressedFromEvents
|
|
14910
14910
|
} = (0, import_react_aria35.usePress)({
|
|
14911
|
-
isDisabled
|
|
14911
|
+
isDisabled,
|
|
14912
|
+
preventFocusOnPress: true
|
|
14912
14913
|
});
|
|
14913
14914
|
const isHovered = __storyState?.hovered ?? isHoveredFromEvents;
|
|
14914
14915
|
const isFocusVisible = __storyState?.focusVisible ?? isFocusVisibleFromEvents;
|