@shoplflow/base 0.27.4 → 0.27.6
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 +3 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -895,13 +895,12 @@ var ScrollArea = forwardRef((_a, ref) => {
|
|
|
895
895
|
}, [onResize]);
|
|
896
896
|
return /* @__PURE__ */ jsx(Fragment, { children: Boolean(windowWidth) && Boolean(windowHeight) && /* @__PURE__ */ jsx(
|
|
897
897
|
Scrollbars,
|
|
898
|
-
__spreadProps(__spreadValues(
|
|
899
|
-
ref: mergeRef
|
|
900
|
-
}, rest), {
|
|
898
|
+
__spreadProps(__spreadValues({
|
|
899
|
+
ref: mergeRef,
|
|
901
900
|
autoHide: true,
|
|
902
901
|
autoHideTimeout: 1e3,
|
|
903
902
|
autoHideDuration: 200
|
|
904
|
-
}
|
|
903
|
+
}, rest), {
|
|
905
904
|
"data-shoplflow": "ScrollArea",
|
|
906
905
|
children
|
|
907
906
|
})
|