@middag-io/react 0.4.0 → 0.4.1
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-lib/middag-react.js
CHANGED
|
@@ -8659,10 +8659,6 @@ function Pv({ children: e }) {
|
|
|
8659
8659
|
function Fv({ children: e }) {
|
|
8660
8660
|
return /* @__PURE__ */ q(O_, {
|
|
8661
8661
|
defaultOpen: !0,
|
|
8662
|
-
style: {
|
|
8663
|
-
"--sidebar-width": "var(--sidebar-width)",
|
|
8664
|
-
"--sidebar-width-icon": "var(--sidebar-width-collapsed)"
|
|
8665
|
-
},
|
|
8666
8662
|
className: "bg-background text-foreground flex min-h-screen",
|
|
8667
8663
|
children: /* @__PURE__ */ q(Pv, { children: e })
|
|
8668
8664
|
});
|
|
@@ -8836,10 +8832,6 @@ function Bv({ children: e }) {
|
|
|
8836
8832
|
function Vv({ children: e }) {
|
|
8837
8833
|
return /* @__PURE__ */ q(O_, {
|
|
8838
8834
|
defaultOpen: !0,
|
|
8839
|
-
style: {
|
|
8840
|
-
"--sidebar-width": "var(--sidebar-width)",
|
|
8841
|
-
"--sidebar-width-icon": "var(--sidebar-width-collapsed)"
|
|
8842
|
-
},
|
|
8843
8835
|
className: "bg-background text-foreground flex min-h-screen",
|
|
8844
8836
|
children: /* @__PURE__ */ q(Bv, { children: e })
|
|
8845
8837
|
});
|