@fileverse/ui 4.1.3-patch-4 → 4.1.3-patch-5

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.es.js +4 -4
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -39146,7 +39146,7 @@ const Pae = ({
39146
39146
  children: /* @__PURE__ */ d.jsxs(
39147
39147
  E0,
39148
39148
  {
39149
- className: ye("w-full", f),
39149
+ className: ye("w-full pb-4", f),
39150
39150
  hasCloseIcon: u,
39151
39151
  onClose: t,
39152
39152
  overlayClasses: ye(h, { "bg-transparent": y }),
@@ -39169,7 +39169,7 @@ const Pae = ({
39169
39169
  ]
39170
39170
  }
39171
39171
  ),
39172
- (s || o) && /* @__PURE__ */ d.jsxs(R0, { className: "px-6 pb-4 gap-2 w-full", children: [
39172
+ (s || o) && /* @__PURE__ */ d.jsxs(R0, { className: "px-6 gap-2 w-full", children: [
39173
39173
  s && /* @__PURE__ */ d.jsx(z0, { asChild: !0, children: /* @__PURE__ */ d.jsx(
39174
39174
  Rt,
39175
39175
  {
@@ -39200,7 +39200,7 @@ const Pae = ({
39200
39200
  ) : /* @__PURE__ */ d.jsx(mp, { open: e, onOpenChange: t, children: /* @__PURE__ */ d.jsxs(
39201
39201
  N0,
39202
39202
  {
39203
- className: ye(f),
39203
+ className: ye("pb-4", f),
39204
39204
  dismissable: !l,
39205
39205
  hasCloseIcon: u,
39206
39206
  overlayClasses: ye(h, { "bg-transparent": y }),
@@ -39223,7 +39223,7 @@ const Pae = ({
39223
39223
  ]
39224
39224
  }
39225
39225
  ),
39226
- (s || o) && /* @__PURE__ */ d.jsxs(Mp, { className: "px-6 pb-4 gap-2", children: [
39226
+ (s || o) && /* @__PURE__ */ d.jsxs(Mp, { className: "px-6 gap-2", children: [
39227
39227
  s && /* @__PURE__ */ d.jsx(vp, { asChild: !0, children: /* @__PURE__ */ d.jsx(
39228
39228
  Rt,
39229
39229
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.3-patch-4",
3
+ "version": "4.1.3-patch-5",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],