sigma-ui 1.0.17 → 1.1.0
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/__generated/registry-schemes/colors/blue.json +34 -70
- package/__generated/registry-schemes/colors/frosted-glass.json +19 -55
- package/__generated/registry-schemes/colors/grayscale.json +17 -53
- package/__generated/registry-schemes/colors/green.json +34 -70
- package/__generated/registry-schemes/colors/orange.json +35 -71
- package/__generated/registry-schemes/colors/red.json +33 -69
- package/__generated/registry-schemes/colors/rose.json +33 -69
- package/__generated/registry-schemes/colors/yellow.json +34 -70
- package/__generated/registry-schemes/index.json +2 -1
- package/__generated/registry-schemes/style-system/css/infusion.json +5 -1
- package/__generated/registry-schemes/style-system/tailwind/infusion.json +5 -1
- package/dist/index.js +366 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/__generated/registry-schemes/colors/index.json +0 -739
|
@@ -1,90 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
|
|
5
|
-
"foreground": "orange-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "orange-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "orange-950",
|
|
10
|
-
"primary": "orange-900",
|
|
11
|
-
"primary-foreground": "orange-50",
|
|
12
|
-
"secondary": "orange-100",
|
|
13
|
-
"secondary-foreground": "orange-900",
|
|
14
|
-
"muted": "orange-100",
|
|
15
|
-
"muted-foreground": "orange-500",
|
|
16
|
-
"destructive": "red-500",
|
|
17
|
-
"destructive-foreground": "orange-50",
|
|
18
|
-
"border": "orange-200",
|
|
19
|
-
"input": "orange-200",
|
|
20
|
-
"ring": "orange-950"
|
|
21
|
-
},
|
|
22
|
-
"dark": {
|
|
23
|
-
"background": "orange-950",
|
|
24
|
-
"foreground": "orange-50",
|
|
25
|
-
"card": "orange-950",
|
|
26
|
-
"card-foreground": "orange-50",
|
|
27
|
-
"popover": "orange-950",
|
|
28
|
-
"popover-foreground": "orange-50",
|
|
29
|
-
"primary": "orange-50",
|
|
30
|
-
"primary-foreground": "orange-900",
|
|
31
|
-
"secondary": "orange-800",
|
|
32
|
-
"secondary-foreground": "orange-50",
|
|
33
|
-
"muted": "orange-800",
|
|
34
|
-
"muted-foreground": "orange-400",
|
|
35
|
-
"destructive": "red-900",
|
|
36
|
-
"destructive-foreground": "orange-50",
|
|
37
|
-
"border": "orange-800",
|
|
38
|
-
"input": "orange-800",
|
|
39
|
-
"ring": "orange-300"
|
|
40
|
-
}
|
|
3
|
+
"light": {},
|
|
4
|
+
"dark": {}
|
|
41
5
|
},
|
|
42
6
|
"cssVars": {
|
|
43
7
|
"light": {
|
|
44
8
|
"background": "0 0% 100%",
|
|
45
|
-
"foreground": "
|
|
46
|
-
"
|
|
47
|
-
"
|
|
9
|
+
"foreground": "20 14.3% 4.1%",
|
|
10
|
+
"muted": "60 4.8% 95.9%",
|
|
11
|
+
"muted-foreground": "25 5.3% 44.7%",
|
|
48
12
|
"popover": "0 0% 100%",
|
|
49
|
-
"popover-foreground": "
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
13
|
+
"popover-foreground": "20 14.3% 4.1%",
|
|
14
|
+
"card": "0 0% 100%",
|
|
15
|
+
"card-foreground": "20 14.3% 4.1%",
|
|
16
|
+
"border": "20 5.9% 90%",
|
|
17
|
+
"input": "0 0% 100%",
|
|
18
|
+
"primary": "24.6 95% 53.1%",
|
|
19
|
+
"primary-foreground": "60 9.1% 97.8%",
|
|
20
|
+
"secondary": "60 4.8% 95.9%",
|
|
21
|
+
"secondary-foreground": "24 9.8% 10%",
|
|
56
22
|
"destructive": "0 84.2% 60.2%",
|
|
57
|
-
"destructive-foreground": "
|
|
58
|
-
"
|
|
59
|
-
"input": "32.1 97.7% 83.1%",
|
|
60
|
-
"ring": "13 81.1% 14.5%"
|
|
23
|
+
"destructive-foreground": "60 9.1% 97.8%",
|
|
24
|
+
"ring": "24.6 95% 53.1%"
|
|
61
25
|
},
|
|
62
26
|
"dark": {
|
|
63
|
-
"background": "
|
|
64
|
-
"foreground": "
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"popover": "
|
|
68
|
-
"popover-foreground": "
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"ring": "
|
|
27
|
+
"background": "20 14.3% 4.1%",
|
|
28
|
+
"foreground": "60 9.1% 97.8%",
|
|
29
|
+
"muted": "12 6.5% 15.1%",
|
|
30
|
+
"muted-foreground": "24 5.4% 63.9%",
|
|
31
|
+
"popover": "20 14.3% 4.1%",
|
|
32
|
+
"popover-foreground": "60 9.1% 97.8%",
|
|
33
|
+
"card": "20 14.3% 4.1%",
|
|
34
|
+
"card-foreground": "60 9.1% 97.8%",
|
|
35
|
+
"border": "12 6.5% 15.1%",
|
|
36
|
+
"input": "20 14.3% 4.1%",
|
|
37
|
+
"primary": "20.5 90.2% 48.2%",
|
|
38
|
+
"primary-foreground": "60 9.1% 97.8%",
|
|
39
|
+
"secondary": "12 6.5% 15.1%",
|
|
40
|
+
"secondary-foreground": "60 9.1% 97.8%",
|
|
41
|
+
"destructive": "0 72.2% 50.6%",
|
|
42
|
+
"destructive-foreground": "60 9.1% 97.8%",
|
|
43
|
+
"ring": "20.5 90.2% 48.2%"
|
|
80
44
|
}
|
|
81
45
|
},
|
|
82
46
|
"templates": {
|
|
83
47
|
"tailwind": {
|
|
84
|
-
"withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground:
|
|
48
|
+
"withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground: 20 14.3% 4.1%;\n --muted: 60 4.8% 95.9%;\n --muted-foreground: 25 5.3% 44.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 20 14.3% 4.1%;\n --card: 0 0% 100%;\n --card-foreground: 20 14.3% 4.1%;\n --border: 20 5.9% 90%;\n --input: 0 0% 100%;\n --primary: 24.6 95% 53.1%;\n --primary-foreground: 60 9.1% 97.8%;\n --secondary: 60 4.8% 95.9%;\n --secondary-foreground: 24 9.8% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 24.6 95% 53.1%;\n }\n \n .dark {\n --background: 20 14.3% 4.1%;\n --foreground: 60 9.1% 97.8%;\n --muted: 12 6.5% 15.1%;\n --muted-foreground: 24 5.4% 63.9%;\n --popover: 20 14.3% 4.1%;\n --popover-foreground: 60 9.1% 97.8%;\n --card: 20 14.3% 4.1%;\n --card-foreground: 60 9.1% 97.8%;\n --border: 12 6.5% 15.1%;\n --input: 20 14.3% 4.1%;\n --primary: 20.5 90.2% 48.2%;\n --primary-foreground: 60 9.1% 97.8%;\n --secondary: 12 6.5% 15.1%;\n --secondary-foreground: 60 9.1% 97.8%;\n --destructive: 0 72.2% 50.6%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 20.5 90.2% 48.2%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
|
|
85
49
|
},
|
|
86
50
|
"css": {
|
|
87
|
-
"withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n \n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n \n --background: 0 0% 100%;\n --foreground:
|
|
51
|
+
"withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n \n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n \n --background: 0 0% 100%;\n --foreground: 20 14.3% 4.1%;\n --muted: 60 4.8% 95.9%;\n --muted-foreground: 25 5.3% 44.7%;\n --popover: 0 0% 100%;\n --popover-foreground: 20 14.3% 4.1%;\n --card: 0 0% 100%;\n --card-foreground: 20 14.3% 4.1%;\n --border: 20 5.9% 90%;\n --input: 0 0% 100%;\n --primary: 24.6 95% 53.1%;\n --primary-foreground: 60 9.1% 97.8%;\n --secondary: 60 4.8% 95.9%;\n --secondary-foreground: 24 9.8% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 24.6 95% 53.1%;\n }\n \n .dark {\n --background: 20 14.3% 4.1%;\n --foreground: 60 9.1% 97.8%;\n --muted: 12 6.5% 15.1%;\n --muted-foreground: 24 5.4% 63.9%;\n --popover: 20 14.3% 4.1%;\n --popover-foreground: 60 9.1% 97.8%;\n --card: 20 14.3% 4.1%;\n --card-foreground: 60 9.1% 97.8%;\n --border: 12 6.5% 15.1%;\n --input: 20 14.3% 4.1%;\n --primary: 20.5 90.2% 48.2%;\n --primary-foreground: 60 9.1% 97.8%;\n --secondary: 12 6.5% 15.1%;\n --secondary-foreground: 60 9.1% 97.8%;\n --destructive: 0 72.2% 50.6%;\n --destructive-foreground: 60 9.1% 97.8%;\n --ring: 20.5 90.2% 48.2%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
|
|
88
52
|
}
|
|
89
53
|
}
|
|
90
54
|
}
|
|
@@ -1,90 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
|
|
5
|
-
"foreground": "red-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "red-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "red-950",
|
|
10
|
-
"primary": "red-900",
|
|
11
|
-
"primary-foreground": "red-50",
|
|
12
|
-
"secondary": "red-100",
|
|
13
|
-
"secondary-foreground": "red-900",
|
|
14
|
-
"muted": "red-100",
|
|
15
|
-
"muted-foreground": "red-500",
|
|
16
|
-
"destructive": "red-500",
|
|
17
|
-
"destructive-foreground": "red-50",
|
|
18
|
-
"border": "red-200",
|
|
19
|
-
"input": "red-200",
|
|
20
|
-
"ring": "red-950"
|
|
21
|
-
},
|
|
22
|
-
"dark": {
|
|
23
|
-
"background": "red-950",
|
|
24
|
-
"foreground": "red-50",
|
|
25
|
-
"card": "red-950",
|
|
26
|
-
"card-foreground": "red-50",
|
|
27
|
-
"popover": "red-950",
|
|
28
|
-
"popover-foreground": "red-50",
|
|
29
|
-
"primary": "red-50",
|
|
30
|
-
"primary-foreground": "red-900",
|
|
31
|
-
"secondary": "red-800",
|
|
32
|
-
"secondary-foreground": "red-50",
|
|
33
|
-
"muted": "red-800",
|
|
34
|
-
"muted-foreground": "red-400",
|
|
35
|
-
"destructive": "red-900",
|
|
36
|
-
"destructive-foreground": "red-50",
|
|
37
|
-
"border": "red-800",
|
|
38
|
-
"input": "red-800",
|
|
39
|
-
"ring": "red-300"
|
|
40
|
-
}
|
|
3
|
+
"light": {},
|
|
4
|
+
"dark": {}
|
|
41
5
|
},
|
|
42
6
|
"cssVars": {
|
|
43
7
|
"light": {
|
|
44
8
|
"background": "0 0% 100%",
|
|
45
|
-
"foreground": "0
|
|
46
|
-
"
|
|
47
|
-
"
|
|
9
|
+
"foreground": "0 0% 3.9%",
|
|
10
|
+
"muted": "0 0% 96.1%",
|
|
11
|
+
"muted-foreground": "0 0% 45.1%",
|
|
48
12
|
"popover": "0 0% 100%",
|
|
49
|
-
"popover-foreground": "0
|
|
50
|
-
"
|
|
13
|
+
"popover-foreground": "0 0% 3.9%",
|
|
14
|
+
"card": "0 0% 100%",
|
|
15
|
+
"card-foreground": "0 0% 3.9%",
|
|
16
|
+
"border": "0 0% 89.8%",
|
|
17
|
+
"input": "0 0% 100%",
|
|
18
|
+
"primary": "0 72.2% 50.6%",
|
|
51
19
|
"primary-foreground": "0 85.7% 97.3%",
|
|
52
|
-
"secondary": "0
|
|
53
|
-
"secondary-foreground": "0
|
|
54
|
-
"muted": "0 93.3% 94.1%",
|
|
55
|
-
"muted-foreground": "0 84.2% 60.2%",
|
|
20
|
+
"secondary": "0 0% 96.1%",
|
|
21
|
+
"secondary-foreground": "0 0% 9%",
|
|
56
22
|
"destructive": "0 84.2% 60.2%",
|
|
57
|
-
"destructive-foreground": "0
|
|
58
|
-
"
|
|
59
|
-
"input": "0 96.3% 89.4%",
|
|
60
|
-
"ring": "0 74.7% 15.5%"
|
|
23
|
+
"destructive-foreground": "0 0% 98%",
|
|
24
|
+
"ring": "0 72.2% 50.6%"
|
|
61
25
|
},
|
|
62
26
|
"dark": {
|
|
63
|
-
"background": "0
|
|
64
|
-
"foreground": "0
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"popover": "0
|
|
68
|
-
"popover-foreground": "0
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
27
|
+
"background": "0 0% 3.9%",
|
|
28
|
+
"foreground": "0 0% 98%",
|
|
29
|
+
"muted": "0 0% 14.9%",
|
|
30
|
+
"muted-foreground": "0 0% 63.9%",
|
|
31
|
+
"popover": "0 0% 3.9%",
|
|
32
|
+
"popover-foreground": "0 0% 98%",
|
|
33
|
+
"card": "0 0% 3.9%",
|
|
34
|
+
"card-foreground": "0 0% 98%",
|
|
35
|
+
"border": "0 0% 14.9%",
|
|
36
|
+
"input": "0 0% 3.9%",
|
|
37
|
+
"primary": "0 72.2% 50.6%",
|
|
38
|
+
"primary-foreground": "0 85.7% 97.3%",
|
|
39
|
+
"secondary": "0 0% 14.9%",
|
|
40
|
+
"secondary-foreground": "0 0% 98%",
|
|
75
41
|
"destructive": "0 62.8% 30.6%",
|
|
76
|
-
"destructive-foreground": "0
|
|
77
|
-
"
|
|
78
|
-
"input": "0 70% 35.3%",
|
|
79
|
-
"ring": "0 93.5% 81.8%"
|
|
42
|
+
"destructive-foreground": "0 0% 98%",
|
|
43
|
+
"ring": "0 72.2% 50.6%"
|
|
80
44
|
}
|
|
81
45
|
},
|
|
82
46
|
"templates": {
|
|
83
47
|
"tailwind": {
|
|
84
|
-
"withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground: 0
|
|
48
|
+
"withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground: 0 0% 3.9%;\n --muted: 0 0% 96.1%;\n --muted-foreground: 0 0% 45.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 0 0% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 0 0% 3.9%;\n --border: 0 0% 89.8%;\n --input: 0 0% 100%;\n --primary: 0 72.2% 50.6%;\n --primary-foreground: 0 85.7% 97.3%;\n --secondary: 0 0% 96.1%;\n --secondary-foreground: 0 0% 9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 0 72.2% 50.6%;\n }\n \n .dark {\n --background: 0 0% 3.9%;\n --foreground: 0 0% 98%;\n --muted: 0 0% 14.9%;\n --muted-foreground: 0 0% 63.9%;\n --popover: 0 0% 3.9%;\n --popover-foreground: 0 0% 98%;\n --card: 0 0% 3.9%;\n --card-foreground: 0 0% 98%;\n --border: 0 0% 14.9%;\n --input: 0 0% 3.9%;\n --primary: 0 72.2% 50.6%;\n --primary-foreground: 0 85.7% 97.3%;\n --secondary: 0 0% 14.9%;\n --secondary-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --ring: 0 72.2% 50.6%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
|
|
85
49
|
},
|
|
86
50
|
"css": {
|
|
87
|
-
"withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n \n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n \n --background: 0 0% 100%;\n --foreground: 0
|
|
51
|
+
"withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n \n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n \n --background: 0 0% 100%;\n --foreground: 0 0% 3.9%;\n --muted: 0 0% 96.1%;\n --muted-foreground: 0 0% 45.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 0 0% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 0 0% 3.9%;\n --border: 0 0% 89.8%;\n --input: 0 0% 100%;\n --primary: 0 72.2% 50.6%;\n --primary-foreground: 0 85.7% 97.3%;\n --secondary: 0 0% 96.1%;\n --secondary-foreground: 0 0% 9%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 0 72.2% 50.6%;\n }\n \n .dark {\n --background: 0 0% 3.9%;\n --foreground: 0 0% 98%;\n --muted: 0 0% 14.9%;\n --muted-foreground: 0 0% 63.9%;\n --popover: 0 0% 3.9%;\n --popover-foreground: 0 0% 98%;\n --card: 0 0% 3.9%;\n --card-foreground: 0 0% 98%;\n --border: 0 0% 14.9%;\n --input: 0 0% 3.9%;\n --primary: 0 72.2% 50.6%;\n --primary-foreground: 0 85.7% 97.3%;\n --secondary: 0 0% 14.9%;\n --secondary-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 0% 98%;\n --ring: 0 72.2% 50.6%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
|
|
88
52
|
}
|
|
89
53
|
}
|
|
90
54
|
}
|
|
@@ -1,90 +1,54 @@
|
|
|
1
1
|
{
|
|
2
2
|
"inlineColors": {
|
|
3
|
-
"light": {
|
|
4
|
-
|
|
5
|
-
"foreground": "rose-950",
|
|
6
|
-
"card": "white",
|
|
7
|
-
"card-foreground": "rose-950",
|
|
8
|
-
"popover": "white",
|
|
9
|
-
"popover-foreground": "rose-950",
|
|
10
|
-
"primary": "rose-900",
|
|
11
|
-
"primary-foreground": "rose-50",
|
|
12
|
-
"secondary": "rose-100",
|
|
13
|
-
"secondary-foreground": "rose-900",
|
|
14
|
-
"muted": "rose-100",
|
|
15
|
-
"muted-foreground": "rose-500",
|
|
16
|
-
"destructive": "red-500",
|
|
17
|
-
"destructive-foreground": "rose-50",
|
|
18
|
-
"border": "rose-200",
|
|
19
|
-
"input": "rose-200",
|
|
20
|
-
"ring": "rose-950"
|
|
21
|
-
},
|
|
22
|
-
"dark": {
|
|
23
|
-
"background": "rose-950",
|
|
24
|
-
"foreground": "rose-50",
|
|
25
|
-
"card": "rose-950",
|
|
26
|
-
"card-foreground": "rose-50",
|
|
27
|
-
"popover": "rose-950",
|
|
28
|
-
"popover-foreground": "rose-50",
|
|
29
|
-
"primary": "rose-50",
|
|
30
|
-
"primary-foreground": "rose-900",
|
|
31
|
-
"secondary": "rose-800",
|
|
32
|
-
"secondary-foreground": "rose-50",
|
|
33
|
-
"muted": "rose-800",
|
|
34
|
-
"muted-foreground": "rose-400",
|
|
35
|
-
"destructive": "red-900",
|
|
36
|
-
"destructive-foreground": "rose-50",
|
|
37
|
-
"border": "rose-800",
|
|
38
|
-
"input": "rose-800",
|
|
39
|
-
"ring": "rose-300"
|
|
40
|
-
}
|
|
3
|
+
"light": {},
|
|
4
|
+
"dark": {}
|
|
41
5
|
},
|
|
42
6
|
"cssVars": {
|
|
43
7
|
"light": {
|
|
44
8
|
"background": "0 0% 100%",
|
|
45
|
-
"foreground": "
|
|
46
|
-
"
|
|
47
|
-
"
|
|
9
|
+
"foreground": "240 10% 3.9%",
|
|
10
|
+
"muted": "240 4.8% 95.9%",
|
|
11
|
+
"muted-foreground": "240 3.8% 46.1%",
|
|
48
12
|
"popover": "0 0% 100%",
|
|
49
|
-
"popover-foreground": "
|
|
50
|
-
"
|
|
13
|
+
"popover-foreground": "240 10% 3.9%",
|
|
14
|
+
"card": "0 0% 100%",
|
|
15
|
+
"card-foreground": "240 10% 3.9%",
|
|
16
|
+
"border": "240 5.9% 90%",
|
|
17
|
+
"input": "0 0% 100%",
|
|
18
|
+
"primary": "346.8 77.2% 49.8%",
|
|
51
19
|
"primary-foreground": "355.7 100% 97.3%",
|
|
52
|
-
"secondary": "
|
|
53
|
-
"secondary-foreground": "
|
|
54
|
-
"muted": "355.6 100% 94.7%",
|
|
55
|
-
"muted-foreground": "349.7 89.2% 60.2%",
|
|
20
|
+
"secondary": "240 4.8% 95.9%",
|
|
21
|
+
"secondary-foreground": "240 5.9% 10%",
|
|
56
22
|
"destructive": "0 84.2% 60.2%",
|
|
57
|
-
"destructive-foreground": "
|
|
58
|
-
"
|
|
59
|
-
"input": "352.7 96.1% 90%",
|
|
60
|
-
"ring": "343.1 87.7% 15.9%"
|
|
23
|
+
"destructive-foreground": "0 0% 98%",
|
|
24
|
+
"ring": "346.8 77.2% 49.8%"
|
|
61
25
|
},
|
|
62
26
|
"dark": {
|
|
63
|
-
"background": "
|
|
64
|
-
"foreground": "
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"popover": "
|
|
68
|
-
"popover-foreground": "
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
27
|
+
"background": "20 14.3% 4.1%",
|
|
28
|
+
"foreground": "0 0% 95%",
|
|
29
|
+
"muted": "0 0% 15%",
|
|
30
|
+
"muted-foreground": "240 5% 64.9%",
|
|
31
|
+
"popover": "0 0% 9%",
|
|
32
|
+
"popover-foreground": "0 0% 95%",
|
|
33
|
+
"card": "24 9.8% 10%",
|
|
34
|
+
"card-foreground": "0 0% 95%",
|
|
35
|
+
"border": "240 3.7% 15.9%",
|
|
36
|
+
"input": "20 14.3% 4.1%",
|
|
37
|
+
"primary": "346.8 77.2% 49.8%",
|
|
38
|
+
"primary-foreground": "355.7 100% 97.3%",
|
|
39
|
+
"secondary": "240 3.7% 15.9%",
|
|
40
|
+
"secondary-foreground": "0 0% 98%",
|
|
75
41
|
"destructive": "0 62.8% 30.6%",
|
|
76
|
-
"destructive-foreground": "
|
|
77
|
-
"
|
|
78
|
-
"input": "343.4 79.7% 34.7%",
|
|
79
|
-
"ring": "352.6 95.7% 81.8%"
|
|
42
|
+
"destructive-foreground": "0 85.7% 97.3%",
|
|
43
|
+
"ring": "346.8 77.2% 49.8%"
|
|
80
44
|
}
|
|
81
45
|
},
|
|
82
46
|
"templates": {
|
|
83
47
|
"tailwind": {
|
|
84
|
-
"withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground:
|
|
48
|
+
"withVariables": "@import \"tailwindcss\";\n@config \"../../tailwind.config.js\";\n\n@layer base {\n /* Override Tailwind 4 default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n\n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n\n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --border: 240 5.9% 90%;\n --input: 0 0% 100%;\n --primary: 346.8 77.2% 49.8%;\n --primary-foreground: 355.7 100% 97.3%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 346.8 77.2% 49.8%;\n }\n \n .dark {\n --background: 20 14.3% 4.1%;\n --foreground: 0 0% 95%;\n --muted: 0 0% 15%;\n --muted-foreground: 240 5% 64.9%;\n --popover: 0 0% 9%;\n --popover-foreground: 0 0% 95%;\n --card: 24 9.8% 10%;\n --card-foreground: 0 0% 95%;\n --border: 240 3.7% 15.9%;\n --input: 20 14.3% 4.1%;\n --primary: 346.8 77.2% 49.8%;\n --primary-foreground: 355.7 100% 97.3%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 85.7% 97.3%;\n --ring: 346.8 77.2% 49.8%;\n }\n\n * {\n @apply border-border;\n }\n\n body {\n @apply bg-background text-foreground;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
|
|
85
49
|
},
|
|
86
50
|
"css": {
|
|
87
|
-
"withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n \n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n \n --background: 0 0% 100%;\n --foreground:
|
|
51
|
+
"withVariables": "@layer base {\n /* Override preflight default hover cursor for buttons and button-like elements */\n button:not(:disabled),\n [role=\"button\"]:not(:disabled) {\n cursor: pointer;\n }\n \n :root {\n --backdrop-filter-blur: 32px;\n --radius: 0.5rem;\n --radius-full: 9999px;\n --radius-xl: calc(var(--radius) + 4px);\n --radius-lg: var(--radius);\n --radius-md: calc(var(--radius) - 2px);\n --radius-sm: calc(var(--radius) - 4px);\n --radius-xs: min(calc(var(--radius) / 2.5), 6px);\n --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n --shadow-md: \n 0 4px 6px -1px rgba(0, 0, 0, 0.02), \n 0 2px 4px -1px rgba(0, 0, 0, 0.02),\n 0 12px 24px rgba(0, 0, 0, 0.05);\n \n --background: 0 0% 100%;\n --foreground: 240 10% 3.9%;\n --muted: 240 4.8% 95.9%;\n --muted-foreground: 240 3.8% 46.1%;\n --popover: 0 0% 100%;\n --popover-foreground: 240 10% 3.9%;\n --card: 0 0% 100%;\n --card-foreground: 240 10% 3.9%;\n --border: 240 5.9% 90%;\n --input: 0 0% 100%;\n --primary: 346.8 77.2% 49.8%;\n --primary-foreground: 355.7 100% 97.3%;\n --secondary: 240 4.8% 95.9%;\n --secondary-foreground: 240 5.9% 10%;\n --destructive: 0 84.2% 60.2%;\n --destructive-foreground: 0 0% 98%;\n --ring: 346.8 77.2% 49.8%;\n }\n \n .dark {\n --background: 20 14.3% 4.1%;\n --foreground: 0 0% 95%;\n --muted: 0 0% 15%;\n --muted-foreground: 240 5% 64.9%;\n --popover: 0 0% 9%;\n --popover-foreground: 0 0% 95%;\n --card: 24 9.8% 10%;\n --card-foreground: 0 0% 95%;\n --border: 240 3.7% 15.9%;\n --input: 20 14.3% 4.1%;\n --primary: 346.8 77.2% 49.8%;\n --primary-foreground: 355.7 100% 97.3%;\n --secondary: 240 3.7% 15.9%;\n --secondary-foreground: 0 0% 98%;\n --destructive: 0 62.8% 30.6%;\n --destructive-foreground: 0 85.7% 97.3%;\n --ring: 346.8 77.2% 49.8%;\n }\n\n * {\n border-color: hsl(var(--border));\n }\n \n body {\n background-color: hsl(var(--background));\n color: hsl(var(--foreground));\n }\n\n .sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0;\n }\n \n @keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n }\n\n @keyframes spin {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n }\n\n @keyframes collapsible-down {\n from {\n height: 0;\n }\n to {\n height: var(--reka-collapsible-content-height);\n }\n }\n\n @keyframes collapsible-up {\n from {\n height: var(--reka-collapsible-content-height);\n }\n to {\n height: 0;\n }\n }\n\n .animate-fade-in {\n animation: fade-in 0.5s ease;\n }\n\n .animate-spin {\n animation: spin 1s linear infinite;\n }\n\n .fade-slide-top-enter-active,\n .fade-slide-top-leave-active {\n transition: all 0.3s ease;\n }\n\n .fade-slide-top-enter-from,\n .fade-slide-top-leave-to {\n opacity: 0;\n filter: blur(4px);\n transform: translateY(8px);\n }\n}"
|
|
88
52
|
}
|
|
89
53
|
}
|
|
90
54
|
}
|