@blackpurl/bp-react-components 1.0.15 → 1.0.16
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26627,7 +26627,7 @@ function Iw({ themeOverrides: e, children: t, ...r }) {
|
|
|
26627
26627
|
const n = Pw({
|
|
26628
26628
|
themeOverrides: e
|
|
26629
26629
|
});
|
|
26630
|
-
return /* @__PURE__ */ g.jsx(Kd, { value: Mw, children: /* @__PURE__ */ g.jsx(fu, { injectFirst: !0, children: /* @__PURE__ */ g.jsxs(Dm, { disableTransitionOnChange: !0, theme: n, ...r, children: [
|
|
26630
|
+
return /* @__PURE__ */ g.jsx(Kd, { value: Mw, children: /* @__PURE__ */ g.jsx(fu, { injectFirst: !0, children: /* @__PURE__ */ g.jsxs(Dm, { disableTransitionOnChange: !0, defaultMode: "light", theme: n, ...r, children: [
|
|
26631
26631
|
/* @__PURE__ */ g.jsx(ff, { enableColorScheme: !0 }),
|
|
26632
26632
|
t
|
|
26633
26633
|
] }) }) });
|