@clidey/ux 0.21.0 → 0.21.1

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.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3058,7 +3058,7 @@ const It = () => {
3058
3058
  function vo() {
3059
3059
  const { setTheme: e } = It();
3060
3060
  return /* @__PURE__ */ i(He, { children: [
3061
- /* @__PURE__ */ a(Fe, { children: /* @__PURE__ */ i(J, { variant: "outline", size: "icon", children: [
3061
+ /* @__PURE__ */ a(Fe, { children: /* @__PURE__ */ i(J, { variant: "outline", size: "icon", className: "relative", children: [
3062
3062
  /* @__PURE__ */ a(Q, { className: "h-[1.2rem] w-[1.2rem] scale-100 rotate-0 transition-all dark:scale-0 dark:-rotate-90" }),
3063
3063
  /* @__PURE__ */ a(Z, { className: "absolute h-[1.2rem] w-[1.2rem] scale-0 rotate-90 transition-all dark:scale-100 dark:rotate-0" }),
3064
3064
  /* @__PURE__ */ a("span", { className: "sr-only", children: "Toggle theme" })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clidey/ux",
3
3
  "private": false,
4
- "version": "0.21.0",
4
+ "version": "0.21.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",