@fileverse/ui 4.1.2-patch-5 → 4.1.2-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.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -32776,7 +32776,7 @@ const cae = ({
32776
32776
  className: "min-w-fit !h-6 px-2",
32777
32777
  children: [
32778
32778
  /* @__PURE__ */ d.jsx(De, { name: "Plus", size: "sm", className: "mr-1 text-[#77818A]" }),
32779
- /* @__PURE__ */ d.jsx("span", { className: "text-[#77818A]", children: "Add Tag" })
32779
+ /* @__PURE__ */ d.jsx("span", { className: "text-[#77818A] text-helper-text-sm", children: "Add Tag" })
32780
32780
  ]
32781
32781
  }
32782
32782
  ) }) }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.2-patch-5",
3
+ "version": "4.1.2-patch-6",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],