@fileverse/ui 4.1.3-patch-8 → 4.1.3-patch-9

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 +32 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -3825,6 +3825,30 @@ const dae = Re(
3825
3825
  )
3826
3826
  ]
3827
3827
  }
3828
+ ),
3829
+ CircleCheck2: ({ width: e, height: t, ...a }) => /* @__PURE__ */ d.jsxs(
3830
+ "svg",
3831
+ {
3832
+ width: e,
3833
+ height: t,
3834
+ viewBox: "0 0 20 20",
3835
+ fill: "none",
3836
+ xmlns: "http://www.w3.org/2000/svg",
3837
+ ...a,
3838
+ children: [
3839
+ /* @__PURE__ */ d.jsx("g", { "clip-path": "url(#clip0_3331_2680)", children: /* @__PURE__ */ d.jsx(
3840
+ "path",
3841
+ {
3842
+ "fill-rule": "evenodd",
3843
+ "clip-rule": "evenodd",
3844
+ d: "M19.1654 10.0002C19.1654 15.0628 15.0613 19.1668 9.9987 19.1668C4.93609 19.1668 0.832031 15.0628 0.832031 10.0002C0.832031 4.93755 4.93609 0.833496 9.9987 0.833496C15.0613 0.833496 19.1654 4.93755 19.1654 10.0002ZM13.088 8.92275C13.4134 8.59731 13.4134 8.06968 13.088 7.74424C12.7625 7.4188 12.2349 7.4188 11.9094 7.74424L9.16536 10.4883L8.08795 9.41091C7.76252 9.08547 7.23488 9.08547 6.90944 9.41091C6.584 9.73634 6.584 10.264 6.90944 10.5894L8.57611 12.2561C8.90154 12.5815 9.42918 12.5815 9.75462 12.2561L13.088 8.92275Z",
3845
+ fill: "currentColor",
3846
+ stroke: "transparent"
3847
+ }
3848
+ ) }),
3849
+ /* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_3331_2680", children: /* @__PURE__ */ d.jsx("rect", { width: "20", height: "20", fill: "white" }) }) })
3850
+ ]
3851
+ }
3828
3852
  )
3829
3853
  };
3830
3854
  /**
@@ -40122,7 +40146,14 @@ const Zae = ({
40122
40146
  className: I("bg-white h-full w-full p-4 flex flex-col", s),
40123
40147
  children: [
40124
40148
  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-2 right-4 p-1 rounded-sm hover:bg-gray-200 cursor-pointer", children: /* @__PURE__ */ d.jsx(Ie, { name: "X", onClick: u, size: "md" }) }),
40149
+ l && /* @__PURE__ */ d.jsx(
40150
+ "div",
40151
+ {
40152
+ className: "absolute right-4 p-1 rounded-sm hover:bg-gray-200 cursor-pointer",
40153
+ style: { top: "1rem" },
40154
+ children: /* @__PURE__ */ d.jsx(Ie, { name: "X", onClick: u, size: "md" })
40155
+ }
40156
+ ),
40126
40157
  /* @__PURE__ */ d.jsx("div", { children: n })
40127
40158
  ]
40128
40159
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.3-patch-8",
3
+ "version": "4.1.3-patch-9",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],