@fumadocs/ui 16.4.3 → 16.4.5
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/css/colors/emerald.css +39 -0
- package/css/colors/ruby.css +39 -0
- package/package.json +4 -4
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
@import './index.css';
|
|
2
|
+
|
|
3
|
+
@theme {
|
|
4
|
+
--color-fd-background: hsl(165, 45%, 96%);
|
|
5
|
+
--color-fd-foreground: hsl(165, 40%, 18%);
|
|
6
|
+
--color-fd-primary: hsl(168, 70%, 40%);
|
|
7
|
+
--color-fd-primary-foreground: hsl(168, 100%, 12%);
|
|
8
|
+
--color-fd-border: hsla(168, 40%, 70%, 0.5);
|
|
9
|
+
--color-fd-ring: hsl(168, 70%, 40%);
|
|
10
|
+
--color-fd-accent: hsl(165, 50%, 90%);
|
|
11
|
+
--color-fd-accent-foreground: hsl(168, 70%, 20%);
|
|
12
|
+
--color-fd-muted: hsl(165, 40%, 92%);
|
|
13
|
+
--color-fd-muted-foreground: hsl(165, 30%, 45%);
|
|
14
|
+
--color-fd-secondary: hsl(168, 45%, 88%);
|
|
15
|
+
--color-fd-secondary-foreground: hsl(168, 60%, 18%);
|
|
16
|
+
--color-fd-card: hsl(165, 45%, 94%);
|
|
17
|
+
--color-fd-card-foreground: hsl(165, 40%, 18%);
|
|
18
|
+
--color-fd-popover: hsl(165, 45%, 97%);
|
|
19
|
+
--color-fd-popover-foreground: hsl(165, 40%, 18%);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.dark {
|
|
23
|
+
--color-fd-background: hsl(200, 30%, 7%);
|
|
24
|
+
--color-fd-foreground: hsl(168, 40%, 88%);
|
|
25
|
+
--color-fd-primary: hsl(168, 70%, 60%);
|
|
26
|
+
--color-fd-primary-foreground: hsl(200, 40%, 8%);
|
|
27
|
+
--color-fd-border: hsla(168, 40%, 35%, 0.35);
|
|
28
|
+
--color-fd-ring: hsl(168, 70%, 60%);
|
|
29
|
+
--color-fd-accent: hsl(200, 30%, 18%);
|
|
30
|
+
--color-fd-accent-foreground: hsl(168, 70%, 75%);
|
|
31
|
+
--color-fd-muted: hsl(200, 30%, 12%);
|
|
32
|
+
--color-fd-muted-foreground: hsl(168, 25%, 65%);
|
|
33
|
+
--color-fd-secondary: hsl(200, 30%, 16%);
|
|
34
|
+
--color-fd-secondary-foreground: hsl(168, 40%, 88%);
|
|
35
|
+
--color-fd-card: hsl(200, 30%, 10%);
|
|
36
|
+
--color-fd-card-foreground: hsl(168, 40%, 88%);
|
|
37
|
+
--color-fd-popover: hsl(200, 30%, 8%);
|
|
38
|
+
--color-fd-popover-foreground: hsl(168, 40%, 88%);
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
@import './index.css';
|
|
2
|
+
|
|
3
|
+
@theme {
|
|
4
|
+
--color-fd-background: hsl(0, 0%, 98%);
|
|
5
|
+
--color-fd-foreground: hsl(350, 45%, 14%);
|
|
6
|
+
--color-fd-primary: hsl(348, 85%, 45%);
|
|
7
|
+
--color-fd-primary-foreground: hsl(0, 0%, 100%);
|
|
8
|
+
--color-fd-border: hsla(348, 40%, 60%, 0.25);
|
|
9
|
+
--color-fd-ring: hsl(348, 85%, 45%);
|
|
10
|
+
--color-fd-accent: hsl(348, 70%, 95%);
|
|
11
|
+
--color-fd-accent-foreground: hsl(348, 70%, 22%);
|
|
12
|
+
--color-fd-muted: hsl(0, 0%, 94%);
|
|
13
|
+
--color-fd-muted-foreground: hsl(348, 25%, 42%);
|
|
14
|
+
--color-fd-secondary: hsl(348, 55%, 92%);
|
|
15
|
+
--color-fd-secondary-foreground: hsl(348, 50%, 20%);
|
|
16
|
+
--color-fd-card: hsl(0, 0%, 100%);
|
|
17
|
+
--color-fd-card-foreground: hsl(350, 45%, 14%);
|
|
18
|
+
--color-fd-popover: hsl(0, 0%, 100%);
|
|
19
|
+
--color-fd-popover-foreground: hsl(350, 45%, 14%);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.dark {
|
|
23
|
+
--color-fd-background: hsl(350, 30%, 6%);
|
|
24
|
+
--color-fd-foreground: hsl(350, 30%, 92%);
|
|
25
|
+
--color-fd-primary: hsl(348, 90%, 62%);
|
|
26
|
+
--color-fd-primary-foreground: hsl(350, 30%, 8%);
|
|
27
|
+
--color-fd-border: hsla(348, 40%, 45%, 0.25);
|
|
28
|
+
--color-fd-ring: hsl(348, 90%, 62%);
|
|
29
|
+
--color-fd-accent: hsl(348, 35%, 16%);
|
|
30
|
+
--color-fd-accent-foreground: hsl(348, 70%, 82%);
|
|
31
|
+
--color-fd-muted: hsl(350, 25%, 11%);
|
|
32
|
+
--color-fd-muted-foreground: hsl(348, 25%, 65%);
|
|
33
|
+
--color-fd-secondary: hsl(348, 30%, 14%);
|
|
34
|
+
--color-fd-secondary-foreground: hsl(350, 30%, 92%);
|
|
35
|
+
--color-fd-card: hsl(350, 30%, 9%);
|
|
36
|
+
--color-fd-card-foreground: hsl(350, 30%, 92%);
|
|
37
|
+
--color-fd-popover: hsl(350, 30%, 8%);
|
|
38
|
+
--color-fd-popover-foreground: hsl(350, 30%, 92%);
|
|
39
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fumadocs/ui",
|
|
3
|
-
"version": "16.4.
|
|
3
|
+
"version": "16.4.5",
|
|
4
4
|
"description": "The low-level primitives for Fumadocs UI.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Docs",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"next-themes": "^0.4.6",
|
|
30
30
|
"postcss-selector-parser": "^7.1.1",
|
|
31
31
|
"tailwind-merge": "^3.4.0",
|
|
32
|
-
"fumadocs-core": "16.4.
|
|
32
|
+
"fumadocs-core": "16.4.5"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/bun": "^1.3.5",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"next": "16.1.1",
|
|
43
43
|
"tailwindcss": "^4.1.18",
|
|
44
44
|
"tsdown": "^0.18.4",
|
|
45
|
-
"@fumadocs/cli": "1.2.
|
|
45
|
+
"@fumadocs/cli": "1.2.2",
|
|
46
46
|
"eslint-config-custom": "0.0.0",
|
|
47
|
-
"fumadocs-core": "16.4.
|
|
47
|
+
"fumadocs-core": "16.4.5",
|
|
48
48
|
"tsconfig": "0.0.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|