@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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
  ] }) }) });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blackpurl/bp-react-components",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Reusable BP React component library with Minimal template",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",