@plasmicapp/react-web 0.2.388 → 0.2.390

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.js CHANGED
@@ -1817,7 +1817,12 @@ function useHover() {
1817
1817
  return [isHovered, hoverProps];
1818
1818
  }
1819
1819
  function usePressed() {
1820
- var _a = interactions.usePress({}), isPressed = _a.isPressed, pressProps = _a.pressProps;
1820
+ var _a = interactions.usePress({
1821
+ onPress: function (e) { return e.continuePropagation(); },
1822
+ onPressStart: function (e) { return e.continuePropagation(); },
1823
+ onPressEnd: function (e) { return e.continuePropagation(); },
1824
+ onPressUp: function (e) { return e.continuePropagation(); },
1825
+ }), isPressed = _a.isPressed, pressProps = _a.pressProps;
1821
1826
  return [isPressed, pressProps];
1822
1827
  }
1823
1828
  var TRIGGER_TO_HOOK = {