@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 +0 -3
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
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-
|
|
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
|
}
|