@windrun-huaiin/third-ui 31.3.4 → 31.3.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/dist/main/404-page.js
CHANGED
|
@@ -13,6 +13,9 @@ const THEME_BG_CLASS_MAP = {
|
|
|
13
13
|
'text-indigo-500': 'bg-indigo-500/20',
|
|
14
14
|
'text-emerald-500': 'bg-emerald-500/20',
|
|
15
15
|
'text-rose-500': 'bg-rose-500/20',
|
|
16
|
+
'text-clue-500': 'bg-clue-500/20',
|
|
17
|
+
'text-hose-500': 'bg-hose-500/20',
|
|
18
|
+
'text-pika-500': 'bg-pika-500/20',
|
|
16
19
|
};
|
|
17
20
|
const THEME_VIA_CLASS_MAP = {
|
|
18
21
|
'text-purple-500': 'via-purple-500/20',
|
|
@@ -20,6 +23,9 @@ const THEME_VIA_CLASS_MAP = {
|
|
|
20
23
|
'text-indigo-500': 'via-indigo-500/20',
|
|
21
24
|
'text-emerald-500': 'via-emerald-500/20',
|
|
22
25
|
'text-rose-500': 'via-rose-500/20',
|
|
26
|
+
'text-clue-500': 'via-clue-500/20',
|
|
27
|
+
'text-hose-500': 'via-hose-500/20',
|
|
28
|
+
'text-pika-500': 'via-pika-500/20',
|
|
23
29
|
};
|
|
24
30
|
function NotFoundPage({ siteIcon, errorIcon, className, compact = false, themeClass, animated = true, }) {
|
|
25
31
|
const [glitchText, setGlitchText] = React.useState('404');
|
package/dist/main/404-page.mjs
CHANGED
|
@@ -11,6 +11,9 @@ const THEME_BG_CLASS_MAP = {
|
|
|
11
11
|
'text-indigo-500': 'bg-indigo-500/20',
|
|
12
12
|
'text-emerald-500': 'bg-emerald-500/20',
|
|
13
13
|
'text-rose-500': 'bg-rose-500/20',
|
|
14
|
+
'text-clue-500': 'bg-clue-500/20',
|
|
15
|
+
'text-hose-500': 'bg-hose-500/20',
|
|
16
|
+
'text-pika-500': 'bg-pika-500/20',
|
|
14
17
|
};
|
|
15
18
|
const THEME_VIA_CLASS_MAP = {
|
|
16
19
|
'text-purple-500': 'via-purple-500/20',
|
|
@@ -18,6 +21,9 @@ const THEME_VIA_CLASS_MAP = {
|
|
|
18
21
|
'text-indigo-500': 'via-indigo-500/20',
|
|
19
22
|
'text-emerald-500': 'via-emerald-500/20',
|
|
20
23
|
'text-rose-500': 'via-rose-500/20',
|
|
24
|
+
'text-clue-500': 'via-clue-500/20',
|
|
25
|
+
'text-hose-500': 'via-hose-500/20',
|
|
26
|
+
'text-pika-500': 'via-pika-500/20',
|
|
21
27
|
};
|
|
22
28
|
function NotFoundPage({ siteIcon, errorIcon, className, compact = false, themeClass, animated = true, }) {
|
|
23
29
|
const [glitchText, setGlitchText] = useState('404');
|
|
@@ -14,6 +14,9 @@ const THEME_BG_CLASS_MAP = {
|
|
|
14
14
|
'text-indigo-500': 'bg-indigo-500/20',
|
|
15
15
|
'text-emerald-500': 'bg-emerald-500/20',
|
|
16
16
|
'text-rose-500': 'bg-rose-500/20',
|
|
17
|
+
'text-clue-500': 'bg-clue-500/20',
|
|
18
|
+
'text-hose-500': 'bg-hose-500/20',
|
|
19
|
+
'text-pika-500': 'bg-pika-500/20',
|
|
17
20
|
};
|
|
18
21
|
const dust = Array.from({ length: 10 }, (_, index) => ({
|
|
19
22
|
id: index,
|
|
@@ -12,6 +12,9 @@ const THEME_BG_CLASS_MAP = {
|
|
|
12
12
|
'text-indigo-500': 'bg-indigo-500/20',
|
|
13
13
|
'text-emerald-500': 'bg-emerald-500/20',
|
|
14
14
|
'text-rose-500': 'bg-rose-500/20',
|
|
15
|
+
'text-clue-500': 'bg-clue-500/20',
|
|
16
|
+
'text-hose-500': 'bg-hose-500/20',
|
|
17
|
+
'text-pika-500': 'bg-pika-500/20',
|
|
15
18
|
};
|
|
16
19
|
const dust = Array.from({ length: 10 }, (_, index) => ({
|
|
17
20
|
id: index,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@windrun-huaiin/third-ui",
|
|
3
|
-
"version": "31.3.
|
|
3
|
+
"version": "31.3.5",
|
|
4
4
|
"description": "Third-party integrated UI components for windrun-huaiin projects",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./clerk": {
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"tslib": "^2.8.1",
|
|
244
244
|
"unified": "^11.0.5",
|
|
245
245
|
"zod": "^4.3.6",
|
|
246
|
-
"@windrun-huaiin/base-ui": "^31.0.
|
|
246
|
+
"@windrun-huaiin/base-ui": "^31.0.1",
|
|
247
247
|
"@windrun-huaiin/contracts": "^31.0.0",
|
|
248
248
|
"@windrun-huaiin/lib": "^31.0.3"
|
|
249
249
|
},
|
package/src/main/404-page.tsx
CHANGED
|
@@ -27,6 +27,9 @@ const THEME_BG_CLASS_MAP: Record<SupportedThemeColor, string> = {
|
|
|
27
27
|
'text-indigo-500': 'bg-indigo-500/20',
|
|
28
28
|
'text-emerald-500': 'bg-emerald-500/20',
|
|
29
29
|
'text-rose-500': 'bg-rose-500/20',
|
|
30
|
+
'text-clue-500': 'bg-clue-500/20',
|
|
31
|
+
'text-hose-500': 'bg-hose-500/20',
|
|
32
|
+
'text-pika-500': 'bg-pika-500/20',
|
|
30
33
|
};
|
|
31
34
|
|
|
32
35
|
const THEME_VIA_CLASS_MAP: Record<SupportedThemeColor, string> = {
|
|
@@ -35,6 +38,9 @@ const THEME_VIA_CLASS_MAP: Record<SupportedThemeColor, string> = {
|
|
|
35
38
|
'text-indigo-500': 'via-indigo-500/20',
|
|
36
39
|
'text-emerald-500': 'via-emerald-500/20',
|
|
37
40
|
'text-rose-500': 'via-rose-500/20',
|
|
41
|
+
'text-clue-500': 'via-clue-500/20',
|
|
42
|
+
'text-hose-500': 'via-hose-500/20',
|
|
43
|
+
'text-pika-500': 'via-pika-500/20',
|
|
38
44
|
};
|
|
39
45
|
|
|
40
46
|
export function NotFoundPage({
|
|
@@ -31,6 +31,9 @@ const THEME_BG_CLASS_MAP: Record<SupportedThemeColor, string> = {
|
|
|
31
31
|
'text-indigo-500': 'bg-indigo-500/20',
|
|
32
32
|
'text-emerald-500': 'bg-emerald-500/20',
|
|
33
33
|
'text-rose-500': 'bg-rose-500/20',
|
|
34
|
+
'text-clue-500': 'bg-clue-500/20',
|
|
35
|
+
'text-hose-500': 'bg-hose-500/20',
|
|
36
|
+
'text-pika-500': 'bg-pika-500/20',
|
|
34
37
|
};
|
|
35
38
|
|
|
36
39
|
const dust = Array.from({ length: 10 }, (_, index) => ({
|