moduix 0.5.6 → 0.5.7
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/components/Drawer/Drawer.d.ts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +22 -18
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1909,22 +1909,22 @@ function Xr({ className: t, ...n }) {
|
|
|
1909
1909
|
});
|
|
1910
1910
|
}
|
|
1911
1911
|
var V = {
|
|
1912
|
-
indentBackground: "
|
|
1913
|
-
indent: "
|
|
1914
|
-
trigger: "
|
|
1915
|
-
close: "
|
|
1916
|
-
swipeArea: "
|
|
1917
|
-
backdrop: "
|
|
1918
|
-
viewport: "
|
|
1919
|
-
popup: "
|
|
1920
|
-
handle: "
|
|
1921
|
-
content: "
|
|
1922
|
-
header: "
|
|
1923
|
-
title: "
|
|
1924
|
-
description: "
|
|
1925
|
-
body: "
|
|
1926
|
-
footer: "
|
|
1927
|
-
snapToggle: "
|
|
1912
|
+
indentBackground: "_indentBackground_vp6x7_2",
|
|
1913
|
+
indent: "_indent_vp6x7_2",
|
|
1914
|
+
trigger: "_trigger_vp6x7_31",
|
|
1915
|
+
close: "_close_vp6x7_32",
|
|
1916
|
+
swipeArea: "_swipeArea_vp6x7_66",
|
|
1917
|
+
backdrop: "_backdrop_vp6x7_104",
|
|
1918
|
+
viewport: "_viewport_vp6x7_128",
|
|
1919
|
+
popup: "_popup_vp6x7_143",
|
|
1920
|
+
handle: "_handle_vp6x7_483",
|
|
1921
|
+
content: "_content_vp6x7_508",
|
|
1922
|
+
header: "_header_vp6x7_542",
|
|
1923
|
+
title: "_title_vp6x7_563",
|
|
1924
|
+
description: "_description_vp6x7_571",
|
|
1925
|
+
body: "_body_vp6x7_578",
|
|
1926
|
+
footer: "_footer_vp6x7_592",
|
|
1927
|
+
snapToggle: "_snapToggle_vp6x7_599"
|
|
1928
1928
|
};
|
|
1929
1929
|
//#endregion
|
|
1930
1930
|
//#region src/components/Drawer/Drawer.tsx
|
|
@@ -1999,11 +1999,15 @@ function oi({ className: t, ...n }) {
|
|
|
1999
1999
|
...n
|
|
2000
2000
|
});
|
|
2001
2001
|
}
|
|
2002
|
-
function si({ className: t,
|
|
2002
|
+
function si({ className: t, style: n, ...r }) {
|
|
2003
2003
|
return /* @__PURE__ */ e(m.Popup, {
|
|
2004
2004
|
"data-slot": "drawer-popup",
|
|
2005
2005
|
className: P(t, V.popup),
|
|
2006
|
-
|
|
2006
|
+
style: {
|
|
2007
|
+
outline: "none",
|
|
2008
|
+
...n
|
|
2009
|
+
},
|
|
2010
|
+
...r
|
|
2007
2011
|
});
|
|
2008
2012
|
}
|
|
2009
2013
|
function ci({ className: t, ...n }) {
|