@ichaingo/header 1.2.0 → 1.2.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.
- package/dist/index.js +1 -1
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import p from "@ichaingo/link";
|
|
|
4
4
|
import { DropdownMenu as X, DropdownMenuTrigger as G, DropdownMenuContent as M, DropdownMenuGroup as K, DropdownMenuItem as F } from "@ichaingo/ui/dropdown-menu";
|
|
5
5
|
import u from "@ichaingo/translation";
|
|
6
6
|
import { useState as N, useMemo as W, useEffect as w, useCallback as U } from "react";
|
|
7
|
-
import _ from "@ichaingo/
|
|
7
|
+
import _ from "@ichaingo/better-link";
|
|
8
8
|
import { useLocale as y, useTranslations as E } from "next-intl";
|
|
9
9
|
import { useTheme as f } from "next-themes";
|
|
10
10
|
import L from "@ichaingo/avatar";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ichaingo/header",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -29,16 +29,16 @@
|
|
|
29
29
|
"rollup-plugin-preserve-use-client": "^1.0.0",
|
|
30
30
|
"tailwind-merge": "^2.5.5",
|
|
31
31
|
"next": "15.1.6",
|
|
32
|
-
"@ichaingo/auth": "1.2.
|
|
33
|
-
"@ichaingo/image": "1.2.
|
|
34
|
-
"@ichaingo/
|
|
35
|
-
"@ichaingo/avatar": "1.2.
|
|
36
|
-
"@ichaingo/link": "1.2.
|
|
37
|
-
"@ichaingo/
|
|
38
|
-
"@ichaingo/
|
|
39
|
-
"@ichaingo/
|
|
40
|
-
"@ichaingo/
|
|
41
|
-
"@ichaingo/ui": "1.2.
|
|
32
|
+
"@ichaingo/auth": "1.2.1",
|
|
33
|
+
"@ichaingo/image": "1.2.1",
|
|
34
|
+
"@ichaingo/better-link": "1.2.1",
|
|
35
|
+
"@ichaingo/avatar": "1.2.1",
|
|
36
|
+
"@ichaingo/link": "1.2.1",
|
|
37
|
+
"@ichaingo/translation": "1.2.1",
|
|
38
|
+
"@ichaingo/theme-toggle": "1.2.1",
|
|
39
|
+
"@ichaingo/providers": "1.2.1",
|
|
40
|
+
"@ichaingo/i18n": "1.2.1",
|
|
41
|
+
"@ichaingo/ui": "1.2.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/js-cookie": "^3.0.6"
|