@ichaingo/theme-toggle 1.3.6 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
3
3
  import { twMerge as o } from "tailwind-merge";
4
4
  import { Sun as m, Moon as u, Monitor as c } from "lucide-react";
5
- import { useTheme as d } from "@ichaingo/next-themes";
5
+ import { useTheme as d } from "next-themes";
6
6
  import { useRouter as p } from "next/navigation";
7
7
  function y() {
8
8
  const { theme: r, setTheme: n } = d(), i = p(), t = (s) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ichaingo/theme-toggle",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -27,6 +27,6 @@
27
27
  "lucide-react": "^0.539.0",
28
28
  "next-themes": "^0.4.4",
29
29
  "next": "^15.1.6",
30
- "@ichaingo/i18n": "1.3.6"
30
+ "@ichaingo/i18n": "1.3.7"
31
31
  }
32
32
  }