@shoplflow/base 0.27.4 → 0.27.5

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 CHANGED
@@ -920,13 +920,12 @@ var ScrollArea = React3.forwardRef((_a, ref) => {
920
920
  }, [onResize]);
921
921
  return /* @__PURE__ */ jsxRuntime.jsx(jsxRuntime.Fragment, { children: Boolean(windowWidth) && Boolean(windowHeight) && /* @__PURE__ */ jsxRuntime.jsx(
922
922
  Scrollbars__default.default,
923
- __spreadProps(__spreadValues(__spreadProps(__spreadValues({
924
- ref: mergeRef
925
- }, rest), {
923
+ __spreadProps(__spreadValues({
924
+ ref: mergeRef,
926
925
  autoHide: true,
927
926
  autoHideTimeout: 1e3,
928
927
  autoHideDuration: 200
929
- }), rest), {
928
+ }, rest), {
930
929
  "data-shoplflow": "ScrollArea",
931
930
  children
932
931
  })