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

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,9 +1100,6 @@ video {
1100
1100
  .top-3 {
1101
1101
  top: 0.75rem;
1102
1102
  }
1103
- .top-\[14px\] {
1104
- top: 14px;
1105
- }
1106
1103
  .top-\[50\%\] {
1107
1104
  top: 50%;
1108
1105
  }
package/dist/index.es.js CHANGED
@@ -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-2 right-4 p-1 rounded-sm hover:bg-gray-200 cursor-pointer", 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-5",
3
+ "version": "4.1.3-patch-7",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],