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

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.css CHANGED
@@ -1100,8 +1100,8 @@ video {
1100
1100
  .top-3 {
1101
1101
  top: 0.75rem;
1102
1102
  }
1103
- .top-\[14px\] {
1104
- top: 14px;
1103
+ .top-\[10px\] {
1104
+ top: 10px;
1105
1105
  }
1106
1106
  .top-\[50\%\] {
1107
1107
  top: 50%;
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
  {
@@ -40122,7 +40122,7 @@ const Zae = ({
40122
40122
  className: I("bg-white h-full w-full p-4 flex flex-col", s),
40123
40123
  children: [
40124
40124
  e && /* @__PURE__ */ d.jsx("div", { className: o, children: /* @__PURE__ */ d.jsx("h2", { className: "text-heading-sm color-text-default flex items-center gap-2", children: e }) }),
40125
- l && /* @__PURE__ */ d.jsx("div", { className: "absolute top-[14px] right-4 p-1 rounded-sm hover:bg-gray-200", children: /* @__PURE__ */ d.jsx(Ie, { name: "X", onClick: u, size: "md" }) }),
40125
+ l && /* @__PURE__ */ d.jsx("div", { className: "absolute top-[10px] right-4 p-1 rounded-sm hover:bg-gray-200", children: /* @__PURE__ */ d.jsx(Ie, { name: "X", onClick: u, size: "md" }) }),
40126
40126
  /* @__PURE__ */ d.jsx("div", { children: n })
40127
40127
  ]
40128
40128
  }
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-6",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],