anysystem-design 0.0.17 → 0.0.18

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.
@@ -242,7 +242,7 @@ function $t(e, t) {
242
242
  let kt = C(wt), be = C(Ft);
243
243
  C(bt);
244
244
  let Te = C($t), xt = Object.assign(kt, { Panel: be, Title: Te, Description: Ze });
245
- const Dt = ({ open: e = !0, title: t, buttons: n, children: o, className: r, size: i = "md" }, u) => {
245
+ const Dt = ({ open: e = !1, title: t, buttons: n, children: o, className: r, size: i = "md" }, u) => {
246
246
  const [a, l] = c.useState(e), s = () => l(!0), d = () => l(!1);
247
247
  return c.useImperativeHandle(u, () => ({
248
248
  show: s,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anysystem-design",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",