@hoddy-ui/next 2.0.57 → 2.0.58

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.js CHANGED
@@ -1072,7 +1072,7 @@ var Popup = ({
1072
1072
  import_react_native_reanimated2.default.View,
1073
1073
  {
1074
1074
  style: [styles2.avoidingView, contentAnimatedStyle],
1075
- layout: import_react_native_reanimated2.LinearTransition.springify().stiffness(200).damping(100)
1075
+ layout: import_react_native_reanimated2.LinearTransition.springify().stiffness(200).mass(0.5).damping(100)
1076
1076
  },
1077
1077
  /* @__PURE__ */ import_react11.default.createElement(import_react_native11.View, { style: styles2.container }, !bare && /* @__PURE__ */ import_react11.default.createElement(import_react_native11.View, { style: styles2.title }, /* @__PURE__ */ import_react11.default.createElement(import_react_native11.View, { style: styles2.titleIcon }, /* @__PURE__ */ import_react11.default.createElement(
1078
1078
  IconButton,