brd-ui-kit 0.1.48 → 0.1.49
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -46918,7 +46918,7 @@ const bSe = ({
|
|
|
46918
46918
|
open: r,
|
|
46919
46919
|
onOpenChange: h,
|
|
46920
46920
|
children: [
|
|
46921
|
-
/* @__PURE__ */ P(Xwe, { ...o?.props, children: o?.children }),
|
|
46921
|
+
o?.children && /* @__PURE__ */ P(Xwe, { ...o?.props, children: o?.children }),
|
|
46922
46922
|
/* @__PURE__ */ Re(e1e, { ...s, children: [
|
|
46923
46923
|
e && /* @__PURE__ */ Re(t1e, { ...c, children: [
|
|
46924
46924
|
/* @__PURE__ */ P(r1e, { ...e.props, children: e.content }),
|