@srcroot/ui 0.0.55 → 0.0.58
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/README.md +151 -151
- package/dist/index.d.ts +0 -0
- package/dist/index.js +120 -93
- package/package.json +7 -2
- package/src/registry/analytics/google-analytics.tsx +36 -39
- package/src/registry/analytics/google-tag-manager.tsx +62 -65
- package/src/registry/analytics/meta-pixel.tsx +44 -47
- package/src/registry/analytics/microsoft-clarity.tsx +31 -34
- package/src/registry/analytics/tiktok-pixel.tsx +34 -37
- package/src/registry/lib/utils.ts +0 -0
- package/src/registry/themes/v3/blue.css +157 -157
- package/src/registry/themes/v3/glass.css +153 -153
- package/src/registry/themes/v3/gray.css +157 -157
- package/src/registry/themes/v3/green.css +157 -157
- package/src/registry/themes/v3/neutral.css +157 -157
- package/src/registry/themes/v3/orange.css +157 -157
- package/src/registry/themes/v3/rose.css +157 -157
- package/src/registry/themes/v3/slate.css +157 -157
- package/src/registry/themes/v3/stone.css +157 -157
- package/src/registry/themes/v3/violet.css +186 -186
- package/src/registry/themes/v3/zinc.css +157 -157
- package/src/registry/themes/v4/blue.css +184 -184
- package/src/registry/themes/v4/glass.css +180 -180
- package/src/registry/themes/v4/gray.css +184 -184
- package/src/registry/themes/v4/green.css +184 -184
- package/src/registry/themes/v4/neutral.css +184 -184
- package/src/registry/themes/v4/orange.css +184 -184
- package/src/registry/themes/v4/rose.css +184 -184
- package/src/registry/themes/v4/slate.css +184 -184
- package/src/registry/themes/v4/stone.css +184 -184
- package/src/registry/themes/v4/violet.css +184 -184
- package/src/registry/themes/v4/zinc.css +184 -184
- package/src/registry/ui/accordion.tsx +164 -165
- package/src/registry/ui/alert-dialog.tsx +213 -214
- package/src/registry/ui/alert.tsx +73 -76
- package/src/registry/ui/aspect-ratio.tsx +44 -47
- package/src/registry/ui/avatar.tsx +96 -97
- package/src/registry/ui/badge.tsx +52 -55
- package/src/registry/ui/breadcrumb.tsx +147 -150
- package/src/registry/ui/button-group.tsx +64 -67
- package/src/registry/ui/button.tsx +71 -72
- package/src/registry/ui/calendar.tsx +514 -515
- package/src/registry/ui/card.tsx +88 -91
- package/src/registry/ui/carousel.tsx +214 -214
- package/src/registry/ui/chart.tsx +373 -373
- package/src/registry/ui/chatbot.tsx +86 -13
- package/src/registry/ui/checkbox.tsx +93 -94
- package/src/registry/ui/collapsible.tsx +107 -108
- package/src/registry/ui/combobox.tsx +171 -171
- package/src/registry/ui/command.tsx +300 -300
- package/src/registry/ui/container.tsx +44 -47
- package/src/registry/ui/context-menu.tsx +221 -221
- package/src/registry/ui/date-picker.tsx +228 -228
- package/src/registry/ui/dialog.tsx +269 -270
- package/src/registry/ui/drawer.tsx +10 -4
- package/src/registry/ui/dropdown-menu.tsx +529 -530
- package/src/registry/ui/empty-state.tsx +0 -2
- package/src/registry/ui/file-upload.tsx +0 -0
- package/src/registry/ui/floating-dock.tsx +0 -0
- package/src/registry/ui/form-field.tsx +91 -94
- package/src/registry/ui/google-analytics.tsx +38 -0
- package/src/registry/ui/google-tag-manager.tsx +64 -0
- package/src/registry/ui/hover-card.tsx +223 -223
- package/src/registry/ui/image.tsx +144 -147
- package/src/registry/ui/input-group.tsx +82 -85
- package/src/registry/ui/input.tsx +125 -125
- package/src/registry/ui/kbd.tsx +60 -63
- package/src/registry/ui/label.tsx +36 -37
- package/src/registry/ui/loading-spinner.tsx +108 -111
- package/src/registry/ui/map.tsx +0 -0
- package/src/registry/ui/marquee.tsx +2 -0
- package/src/registry/ui/menubar.tsx +246 -246
- package/src/registry/ui/meta-pixel.tsx +46 -0
- package/src/registry/ui/microsoft-clarity.tsx +33 -0
- package/src/registry/ui/native-select.tsx +49 -52
- package/src/registry/ui/otp-input.tsx +163 -155
- package/src/registry/ui/pagination.tsx +149 -152
- package/src/registry/ui/patterns.tsx +28 -0
- package/src/registry/ui/popover.tsx +226 -227
- package/src/registry/ui/progress.tsx +51 -52
- package/src/registry/ui/radio.tsx +99 -102
- package/src/registry/ui/resizable.tsx +314 -314
- package/src/registry/ui/scroll-animation.tsx +45 -0
- package/src/registry/ui/scroll-area.tsx +121 -122
- package/src/registry/ui/scroll-to-top.tsx +0 -0
- package/src/registry/ui/search.tsx +162 -150
- package/src/registry/ui/select.tsx +292 -293
- package/src/registry/ui/separator.tsx +46 -47
- package/src/registry/ui/sheet.tsx +6 -3
- package/src/registry/ui/sidebar.tsx +628 -628
- package/src/registry/ui/skeleton.tsx +26 -29
- package/src/registry/ui/slider.tsx +196 -197
- package/src/registry/ui/slot.tsx +69 -72
- package/src/registry/ui/star-rating.tsx +146 -134
- package/src/registry/ui/switch.tsx +72 -73
- package/src/registry/ui/table-of-contents.tsx +96 -96
- package/src/registry/ui/table.tsx +138 -139
- package/src/registry/ui/tabs.tsx +124 -125
- package/src/registry/ui/text.tsx +61 -64
- package/src/registry/ui/textarea.tsx +41 -42
- package/src/registry/ui/theme-switcher.tsx +66 -66
- package/src/registry/ui/tiktok-pixel.tsx +36 -0
- package/src/registry/ui/toast.tsx +97 -98
- package/src/registry/ui/toggle-group.tsx +129 -129
- package/src/registry/ui/toggle.tsx +72 -72
- package/src/registry/ui/tooltip.tsx +143 -144
- package/src/registry/ui/whatsapp.tsx +0 -0
|
@@ -1,158 +1,158 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @srcroot/ui - Rose Theme (Tailwind 3)
|
|
3
|
-
* Soft and elegant pinkish-red
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
@tailwind base;
|
|
7
|
-
@tailwind components;
|
|
8
|
-
@tailwind utilities;
|
|
9
|
-
|
|
10
|
-
@layer base {
|
|
11
|
-
:root {
|
|
12
|
-
--background: 0 0% 100%;
|
|
13
|
-
--foreground: 346.8 77.2% 49.8%;
|
|
14
|
-
|
|
15
|
-
--card: 0 0% 100%;
|
|
16
|
-
--card-foreground: 346.8 77.2% 49.8%;
|
|
17
|
-
|
|
18
|
-
--popover: 0 0% 100%;
|
|
19
|
-
--popover-foreground: 346.8 77.2% 49.8%;
|
|
20
|
-
|
|
21
|
-
--primary: 346.8 77.2% 49.8%;
|
|
22
|
-
--primary-foreground: 355.7 100% 97.3%;
|
|
23
|
-
|
|
24
|
-
--secondary: 346.8 30% 96.1%;
|
|
25
|
-
--secondary-foreground: 346.8 77.2% 49.8%;
|
|
26
|
-
|
|
27
|
-
--muted: 346.8 30% 96.1%;
|
|
28
|
-
--muted-foreground: 346.8 10% 45%;
|
|
29
|
-
|
|
30
|
-
--accent: 346.8 30% 96.1%;
|
|
31
|
-
--accent-foreground: 346.8 77.2% 49.8%;
|
|
32
|
-
|
|
33
|
-
--destructive: 0 84.2% 60.2%;
|
|
34
|
-
--destructive-foreground: 0 0% 98%;
|
|
35
|
-
|
|
36
|
-
--success: 142.1 76.2% 36.3%;
|
|
37
|
-
--success-foreground: 0 0% 98%;
|
|
38
|
-
|
|
39
|
-
--warning: 45.4 93.4% 47.5%;
|
|
40
|
-
--warning-foreground: 346.8 77.2% 49.8%;
|
|
41
|
-
|
|
42
|
-
--info: 201.3 96.3% 32.2%;
|
|
43
|
-
--info-foreground: 0 0% 98%;
|
|
44
|
-
|
|
45
|
-
--border: 346.8 20% 90%;
|
|
46
|
-
--input: 346.8 20% 90%;
|
|
47
|
-
--ring: 346.8 77.2% 49.8%;
|
|
48
|
-
|
|
49
|
-
--radius: 0.5rem;
|
|
50
|
-
|
|
51
|
-
--sidebar-width: 16rem;
|
|
52
|
-
--sidebar-width-mobile: 18rem;
|
|
53
|
-
--sidebar-width-collapsed: 3rem;
|
|
54
|
-
--sidebar-width-icon: 3rem;
|
|
55
|
-
--header-height: 3.5rem;
|
|
56
|
-
|
|
57
|
-
--sidebar-background: 0 0% 98%;
|
|
58
|
-
--sidebar-foreground: 346.8 77.2% 49.8%;
|
|
59
|
-
--sidebar-primary: 346.8 77.2% 49.8%;
|
|
60
|
-
--sidebar-primary-foreground: 355.7 100% 97.3%;
|
|
61
|
-
--sidebar-accent: 346.8 30% 96.1%;
|
|
62
|
-
--sidebar-accent-foreground: 346.8 77.2% 49.8%;
|
|
63
|
-
--sidebar-border: 346.8 20% 90%;
|
|
64
|
-
--sidebar-ring: 346.8 77.2% 49.8%;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.dark {
|
|
68
|
-
--background: 346.8 40% 6%;
|
|
69
|
-
--foreground: 355.7 100% 97.3%;
|
|
70
|
-
|
|
71
|
-
--card: 346.8 40% 8%;
|
|
72
|
-
--card-foreground: 355.7 100% 97.3%;
|
|
73
|
-
|
|
74
|
-
--popover: 346.8 40% 8%;
|
|
75
|
-
--popover-foreground: 355.7 100% 97.3%;
|
|
76
|
-
|
|
77
|
-
--primary: 346.8 77.2% 49.8%;
|
|
78
|
-
--primary-foreground: 355.7 100% 97.3%;
|
|
79
|
-
|
|
80
|
-
--secondary: 346.8 30% 15%;
|
|
81
|
-
--secondary-foreground: 355.7 100% 97.3%;
|
|
82
|
-
|
|
83
|
-
--muted: 346.8 30% 15%;
|
|
84
|
-
--muted-foreground: 346.8 20% 65%;
|
|
85
|
-
|
|
86
|
-
--accent: 346.8 30% 15%;
|
|
87
|
-
--accent-foreground: 355.7 100% 97.3%;
|
|
88
|
-
|
|
89
|
-
--destructive: 0 62.8% 30.6%;
|
|
90
|
-
--destructive-foreground: 0 0% 98%;
|
|
91
|
-
|
|
92
|
-
--success: 142.1 70.6% 45.3%;
|
|
93
|
-
--success-foreground: 346.8 77.2% 49.8%;
|
|
94
|
-
|
|
95
|
-
--warning: 48 96.5% 53.1%;
|
|
96
|
-
--warning-foreground: 346.8 77.2% 49.8%;
|
|
97
|
-
|
|
98
|
-
--info: 199.4 95.5% 53.8%;
|
|
99
|
-
--info-foreground: 346.8 77.2% 49.8%;
|
|
100
|
-
|
|
101
|
-
--border: 346.8 30% 18%;
|
|
102
|
-
--input: 346.8 30% 18%;
|
|
103
|
-
--ring: 346.8 77.2% 49.8%;
|
|
104
|
-
|
|
105
|
-
--sidebar-background: 346.8 40% 10%;
|
|
106
|
-
--sidebar-foreground: 355.7 100% 97.3%;
|
|
107
|
-
--sidebar-primary: 346.8 77.2% 49.8%;
|
|
108
|
-
--sidebar-primary-foreground: 355.7 100% 97.3%;
|
|
109
|
-
--sidebar-accent: 346.8 30% 15%;
|
|
110
|
-
--sidebar-accent-foreground: 355.7 100% 97.3%;
|
|
111
|
-
--sidebar-border: 346.8 30% 18%;
|
|
112
|
-
--sidebar-ring: 346.8 77.2% 49.8%;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
@layer base {
|
|
117
|
-
* {
|
|
118
|
-
@apply border-border;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
body {
|
|
122
|
-
@apply bg-background text-foreground;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
@layer utilities {
|
|
127
|
-
@keyframes accordion-down {
|
|
128
|
-
from {
|
|
129
|
-
height: 0;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
to {
|
|
133
|
-
height: var(--radix-accordion-content-height);
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
@keyframes accordion-up {
|
|
138
|
-
from {
|
|
139
|
-
height: var(--radix-accordion-content-height);
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
to {
|
|
143
|
-
height: 0;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.animate-accordion-down {
|
|
148
|
-
animation: accordion-down 0.2s ease-out;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.animate-accordion-up {
|
|
152
|
-
animation: accordion-up 0.2s ease-out;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.bg-gradient-brand {
|
|
156
|
-
background: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--accent)) 100%);
|
|
157
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @srcroot/ui - Rose Theme (Tailwind 3)
|
|
3
|
+
* Soft and elegant pinkish-red
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
@tailwind base;
|
|
7
|
+
@tailwind components;
|
|
8
|
+
@tailwind utilities;
|
|
9
|
+
|
|
10
|
+
@layer base {
|
|
11
|
+
:root {
|
|
12
|
+
--background: 0 0% 100%;
|
|
13
|
+
--foreground: 346.8 77.2% 49.8%;
|
|
14
|
+
|
|
15
|
+
--card: 0 0% 100%;
|
|
16
|
+
--card-foreground: 346.8 77.2% 49.8%;
|
|
17
|
+
|
|
18
|
+
--popover: 0 0% 100%;
|
|
19
|
+
--popover-foreground: 346.8 77.2% 49.8%;
|
|
20
|
+
|
|
21
|
+
--primary: 346.8 77.2% 49.8%;
|
|
22
|
+
--primary-foreground: 355.7 100% 97.3%;
|
|
23
|
+
|
|
24
|
+
--secondary: 346.8 30% 96.1%;
|
|
25
|
+
--secondary-foreground: 346.8 77.2% 49.8%;
|
|
26
|
+
|
|
27
|
+
--muted: 346.8 30% 96.1%;
|
|
28
|
+
--muted-foreground: 346.8 10% 45%;
|
|
29
|
+
|
|
30
|
+
--accent: 346.8 30% 96.1%;
|
|
31
|
+
--accent-foreground: 346.8 77.2% 49.8%;
|
|
32
|
+
|
|
33
|
+
--destructive: 0 84.2% 60.2%;
|
|
34
|
+
--destructive-foreground: 0 0% 98%;
|
|
35
|
+
|
|
36
|
+
--success: 142.1 76.2% 36.3%;
|
|
37
|
+
--success-foreground: 0 0% 98%;
|
|
38
|
+
|
|
39
|
+
--warning: 45.4 93.4% 47.5%;
|
|
40
|
+
--warning-foreground: 346.8 77.2% 49.8%;
|
|
41
|
+
|
|
42
|
+
--info: 201.3 96.3% 32.2%;
|
|
43
|
+
--info-foreground: 0 0% 98%;
|
|
44
|
+
|
|
45
|
+
--border: 346.8 20% 90%;
|
|
46
|
+
--input: 346.8 20% 90%;
|
|
47
|
+
--ring: 346.8 77.2% 49.8%;
|
|
48
|
+
|
|
49
|
+
--radius: 0.5rem;
|
|
50
|
+
|
|
51
|
+
--sidebar-width: 16rem;
|
|
52
|
+
--sidebar-width-mobile: 18rem;
|
|
53
|
+
--sidebar-width-collapsed: 3rem;
|
|
54
|
+
--sidebar-width-icon: 3rem;
|
|
55
|
+
--header-height: 3.5rem;
|
|
56
|
+
|
|
57
|
+
--sidebar-background: 0 0% 98%;
|
|
58
|
+
--sidebar-foreground: 346.8 77.2% 49.8%;
|
|
59
|
+
--sidebar-primary: 346.8 77.2% 49.8%;
|
|
60
|
+
--sidebar-primary-foreground: 355.7 100% 97.3%;
|
|
61
|
+
--sidebar-accent: 346.8 30% 96.1%;
|
|
62
|
+
--sidebar-accent-foreground: 346.8 77.2% 49.8%;
|
|
63
|
+
--sidebar-border: 346.8 20% 90%;
|
|
64
|
+
--sidebar-ring: 346.8 77.2% 49.8%;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.dark {
|
|
68
|
+
--background: 346.8 40% 6%;
|
|
69
|
+
--foreground: 355.7 100% 97.3%;
|
|
70
|
+
|
|
71
|
+
--card: 346.8 40% 8%;
|
|
72
|
+
--card-foreground: 355.7 100% 97.3%;
|
|
73
|
+
|
|
74
|
+
--popover: 346.8 40% 8%;
|
|
75
|
+
--popover-foreground: 355.7 100% 97.3%;
|
|
76
|
+
|
|
77
|
+
--primary: 346.8 77.2% 49.8%;
|
|
78
|
+
--primary-foreground: 355.7 100% 97.3%;
|
|
79
|
+
|
|
80
|
+
--secondary: 346.8 30% 15%;
|
|
81
|
+
--secondary-foreground: 355.7 100% 97.3%;
|
|
82
|
+
|
|
83
|
+
--muted: 346.8 30% 15%;
|
|
84
|
+
--muted-foreground: 346.8 20% 65%;
|
|
85
|
+
|
|
86
|
+
--accent: 346.8 30% 15%;
|
|
87
|
+
--accent-foreground: 355.7 100% 97.3%;
|
|
88
|
+
|
|
89
|
+
--destructive: 0 62.8% 30.6%;
|
|
90
|
+
--destructive-foreground: 0 0% 98%;
|
|
91
|
+
|
|
92
|
+
--success: 142.1 70.6% 45.3%;
|
|
93
|
+
--success-foreground: 346.8 77.2% 49.8%;
|
|
94
|
+
|
|
95
|
+
--warning: 48 96.5% 53.1%;
|
|
96
|
+
--warning-foreground: 346.8 77.2% 49.8%;
|
|
97
|
+
|
|
98
|
+
--info: 199.4 95.5% 53.8%;
|
|
99
|
+
--info-foreground: 346.8 77.2% 49.8%;
|
|
100
|
+
|
|
101
|
+
--border: 346.8 30% 18%;
|
|
102
|
+
--input: 346.8 30% 18%;
|
|
103
|
+
--ring: 346.8 77.2% 49.8%;
|
|
104
|
+
|
|
105
|
+
--sidebar-background: 346.8 40% 10%;
|
|
106
|
+
--sidebar-foreground: 355.7 100% 97.3%;
|
|
107
|
+
--sidebar-primary: 346.8 77.2% 49.8%;
|
|
108
|
+
--sidebar-primary-foreground: 355.7 100% 97.3%;
|
|
109
|
+
--sidebar-accent: 346.8 30% 15%;
|
|
110
|
+
--sidebar-accent-foreground: 355.7 100% 97.3%;
|
|
111
|
+
--sidebar-border: 346.8 30% 18%;
|
|
112
|
+
--sidebar-ring: 346.8 77.2% 49.8%;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@layer base {
|
|
117
|
+
* {
|
|
118
|
+
@apply border-border;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
body {
|
|
122
|
+
@apply bg-background text-foreground;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
@layer utilities {
|
|
127
|
+
@keyframes accordion-down {
|
|
128
|
+
from {
|
|
129
|
+
height: 0;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
to {
|
|
133
|
+
height: var(--radix-accordion-content-height);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
@keyframes accordion-up {
|
|
138
|
+
from {
|
|
139
|
+
height: var(--radix-accordion-content-height);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
to {
|
|
143
|
+
height: 0;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.animate-accordion-down {
|
|
148
|
+
animation: accordion-down 0.2s ease-out;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.animate-accordion-up {
|
|
152
|
+
animation: accordion-up 0.2s ease-out;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.bg-gradient-brand {
|
|
156
|
+
background: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--accent)) 100%);
|
|
157
|
+
}
|
|
158
158
|
}
|
|
@@ -1,158 +1,158 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @srcroot/ui - Slate Theme (Tailwind 3)
|
|
3
|
-
* Cool gray with strong blue undertones (default)
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
@tailwind base;
|
|
7
|
-
@tailwind components;
|
|
8
|
-
@tailwind utilities;
|
|
9
|
-
|
|
10
|
-
@layer base {
|
|
11
|
-
:root {
|
|
12
|
-
--background: 0 0% 100%;
|
|
13
|
-
--foreground: 222.2 84% 4.9%;
|
|
14
|
-
|
|
15
|
-
--card: 0 0% 100%;
|
|
16
|
-
--card-foreground: 222.2 84% 4.9%;
|
|
17
|
-
|
|
18
|
-
--popover: 0 0% 100%;
|
|
19
|
-
--popover-foreground: 222.2 84% 4.9%;
|
|
20
|
-
|
|
21
|
-
--primary: 222.2 47.4% 11.2%;
|
|
22
|
-
--primary-foreground: 210 40% 98%;
|
|
23
|
-
|
|
24
|
-
--secondary: 210 40% 96.1%;
|
|
25
|
-
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
26
|
-
|
|
27
|
-
--muted: 210 40% 96.1%;
|
|
28
|
-
--muted-foreground: 215.4 16.3% 46.9%;
|
|
29
|
-
|
|
30
|
-
--accent: 210 40% 96.1%;
|
|
31
|
-
--accent-foreground: 222.2 47.4% 11.2%;
|
|
32
|
-
|
|
33
|
-
--destructive: 0 84.2% 60.2%;
|
|
34
|
-
--destructive-foreground: 210 40% 98%;
|
|
35
|
-
|
|
36
|
-
--success: 142.1 76.2% 36.3%;
|
|
37
|
-
--success-foreground: 210 40% 98%;
|
|
38
|
-
|
|
39
|
-
--warning: 45.4 93.4% 47.5%;
|
|
40
|
-
--warning-foreground: 222.2 47.4% 11.2%;
|
|
41
|
-
|
|
42
|
-
--info: 201.3 96.3% 32.2%;
|
|
43
|
-
--info-foreground: 210 40% 98%;
|
|
44
|
-
|
|
45
|
-
--border: 214.3 31.8% 91.4%;
|
|
46
|
-
--input: 214.3 31.8% 91.4%;
|
|
47
|
-
--ring: 222.2 84% 4.9%;
|
|
48
|
-
|
|
49
|
-
--radius: 0.5rem;
|
|
50
|
-
|
|
51
|
-
--sidebar-width: 16rem;
|
|
52
|
-
--sidebar-width-mobile: 18rem;
|
|
53
|
-
--sidebar-width-collapsed: 3rem;
|
|
54
|
-
--sidebar-width-icon: 3rem;
|
|
55
|
-
--header-height: 3.5rem;
|
|
56
|
-
|
|
57
|
-
--sidebar-background: 0 0% 98%;
|
|
58
|
-
--sidebar-foreground: 222.2 84% 4.9%;
|
|
59
|
-
--sidebar-primary: 222.2 47.4% 11.2%;
|
|
60
|
-
--sidebar-primary-foreground: 210 40% 98%;
|
|
61
|
-
--sidebar-accent: 210 40% 96.1%;
|
|
62
|
-
--sidebar-accent-foreground: 222.2 47.4% 11.2%;
|
|
63
|
-
--sidebar-border: 214.3 31.8% 91.4%;
|
|
64
|
-
--sidebar-ring: 222.2 84% 4.9%;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.dark {
|
|
68
|
-
--background: 222.2 84% 4.9%;
|
|
69
|
-
--foreground: 210 40% 98%;
|
|
70
|
-
|
|
71
|
-
--card: 222.2 84% 4.9%;
|
|
72
|
-
--card-foreground: 210 40% 98%;
|
|
73
|
-
|
|
74
|
-
--popover: 222.2 84% 4.9%;
|
|
75
|
-
--popover-foreground: 210 40% 98%;
|
|
76
|
-
|
|
77
|
-
--primary: 210 40% 98%;
|
|
78
|
-
--primary-foreground: 222.2 47.4% 11.2%;
|
|
79
|
-
|
|
80
|
-
--secondary: 217.2 32.6% 17.5%;
|
|
81
|
-
--secondary-foreground: 210 40% 98%;
|
|
82
|
-
|
|
83
|
-
--muted: 217.2 32.6% 17.5%;
|
|
84
|
-
--muted-foreground: 215 20.2% 65.1%;
|
|
85
|
-
|
|
86
|
-
--accent: 217.2 32.6% 17.5%;
|
|
87
|
-
--accent-foreground: 210 40% 98%;
|
|
88
|
-
|
|
89
|
-
--destructive: 0 62.8% 30.6%;
|
|
90
|
-
--destructive-foreground: 210 40% 98%;
|
|
91
|
-
|
|
92
|
-
--success: 142.1 70.6% 45.3%;
|
|
93
|
-
--success-foreground: 222.2 47.4% 11.2%;
|
|
94
|
-
|
|
95
|
-
--warning: 48 96.5% 53.1%;
|
|
96
|
-
--warning-foreground: 222.2 47.4% 11.2%;
|
|
97
|
-
|
|
98
|
-
--info: 199.4 95.5% 53.8%;
|
|
99
|
-
--info-foreground: 222.2 47.4% 11.2%;
|
|
100
|
-
|
|
101
|
-
--border: 217.2 32.6% 17.5%;
|
|
102
|
-
--input: 217.2 32.6% 17.5%;
|
|
103
|
-
--ring: 212.7 26.8% 83.9%;
|
|
104
|
-
|
|
105
|
-
--sidebar-background: 222.2 84% 10%;
|
|
106
|
-
--sidebar-foreground: 210 40% 98%;
|
|
107
|
-
--sidebar-primary: 210 40% 98%;
|
|
108
|
-
--sidebar-primary-foreground: 222.2 47.4% 11.2%;
|
|
109
|
-
--sidebar-accent: 217.2 32.6% 17.5%;
|
|
110
|
-
--sidebar-accent-foreground: 210 40% 98%;
|
|
111
|
-
--sidebar-border: 217.2 32.6% 17.5%;
|
|
112
|
-
--sidebar-ring: 212.7 26.8% 83.9%;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
@layer base {
|
|
117
|
-
* {
|
|
118
|
-
@apply border-border;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
body {
|
|
122
|
-
@apply bg-background text-foreground;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
@layer utilities {
|
|
127
|
-
@keyframes accordion-down {
|
|
128
|
-
from {
|
|
129
|
-
height: 0;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
to {
|
|
133
|
-
height: var(--radix-accordion-content-height);
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
@keyframes accordion-up {
|
|
138
|
-
from {
|
|
139
|
-
height: var(--radix-accordion-content-height);
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
to {
|
|
143
|
-
height: 0;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.animate-accordion-down {
|
|
148
|
-
animation: accordion-down 0.2s ease-out;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.animate-accordion-up {
|
|
152
|
-
animation: accordion-up 0.2s ease-out;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.bg-gradient-brand {
|
|
156
|
-
background: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--accent)) 100%);
|
|
157
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* @srcroot/ui - Slate Theme (Tailwind 3)
|
|
3
|
+
* Cool gray with strong blue undertones (default)
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
@tailwind base;
|
|
7
|
+
@tailwind components;
|
|
8
|
+
@tailwind utilities;
|
|
9
|
+
|
|
10
|
+
@layer base {
|
|
11
|
+
:root {
|
|
12
|
+
--background: 0 0% 100%;
|
|
13
|
+
--foreground: 222.2 84% 4.9%;
|
|
14
|
+
|
|
15
|
+
--card: 0 0% 100%;
|
|
16
|
+
--card-foreground: 222.2 84% 4.9%;
|
|
17
|
+
|
|
18
|
+
--popover: 0 0% 100%;
|
|
19
|
+
--popover-foreground: 222.2 84% 4.9%;
|
|
20
|
+
|
|
21
|
+
--primary: 222.2 47.4% 11.2%;
|
|
22
|
+
--primary-foreground: 210 40% 98%;
|
|
23
|
+
|
|
24
|
+
--secondary: 210 40% 96.1%;
|
|
25
|
+
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
26
|
+
|
|
27
|
+
--muted: 210 40% 96.1%;
|
|
28
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
29
|
+
|
|
30
|
+
--accent: 210 40% 96.1%;
|
|
31
|
+
--accent-foreground: 222.2 47.4% 11.2%;
|
|
32
|
+
|
|
33
|
+
--destructive: 0 84.2% 60.2%;
|
|
34
|
+
--destructive-foreground: 210 40% 98%;
|
|
35
|
+
|
|
36
|
+
--success: 142.1 76.2% 36.3%;
|
|
37
|
+
--success-foreground: 210 40% 98%;
|
|
38
|
+
|
|
39
|
+
--warning: 45.4 93.4% 47.5%;
|
|
40
|
+
--warning-foreground: 222.2 47.4% 11.2%;
|
|
41
|
+
|
|
42
|
+
--info: 201.3 96.3% 32.2%;
|
|
43
|
+
--info-foreground: 210 40% 98%;
|
|
44
|
+
|
|
45
|
+
--border: 214.3 31.8% 91.4%;
|
|
46
|
+
--input: 214.3 31.8% 91.4%;
|
|
47
|
+
--ring: 222.2 84% 4.9%;
|
|
48
|
+
|
|
49
|
+
--radius: 0.5rem;
|
|
50
|
+
|
|
51
|
+
--sidebar-width: 16rem;
|
|
52
|
+
--sidebar-width-mobile: 18rem;
|
|
53
|
+
--sidebar-width-collapsed: 3rem;
|
|
54
|
+
--sidebar-width-icon: 3rem;
|
|
55
|
+
--header-height: 3.5rem;
|
|
56
|
+
|
|
57
|
+
--sidebar-background: 0 0% 98%;
|
|
58
|
+
--sidebar-foreground: 222.2 84% 4.9%;
|
|
59
|
+
--sidebar-primary: 222.2 47.4% 11.2%;
|
|
60
|
+
--sidebar-primary-foreground: 210 40% 98%;
|
|
61
|
+
--sidebar-accent: 210 40% 96.1%;
|
|
62
|
+
--sidebar-accent-foreground: 222.2 47.4% 11.2%;
|
|
63
|
+
--sidebar-border: 214.3 31.8% 91.4%;
|
|
64
|
+
--sidebar-ring: 222.2 84% 4.9%;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.dark {
|
|
68
|
+
--background: 222.2 84% 4.9%;
|
|
69
|
+
--foreground: 210 40% 98%;
|
|
70
|
+
|
|
71
|
+
--card: 222.2 84% 4.9%;
|
|
72
|
+
--card-foreground: 210 40% 98%;
|
|
73
|
+
|
|
74
|
+
--popover: 222.2 84% 4.9%;
|
|
75
|
+
--popover-foreground: 210 40% 98%;
|
|
76
|
+
|
|
77
|
+
--primary: 210 40% 98%;
|
|
78
|
+
--primary-foreground: 222.2 47.4% 11.2%;
|
|
79
|
+
|
|
80
|
+
--secondary: 217.2 32.6% 17.5%;
|
|
81
|
+
--secondary-foreground: 210 40% 98%;
|
|
82
|
+
|
|
83
|
+
--muted: 217.2 32.6% 17.5%;
|
|
84
|
+
--muted-foreground: 215 20.2% 65.1%;
|
|
85
|
+
|
|
86
|
+
--accent: 217.2 32.6% 17.5%;
|
|
87
|
+
--accent-foreground: 210 40% 98%;
|
|
88
|
+
|
|
89
|
+
--destructive: 0 62.8% 30.6%;
|
|
90
|
+
--destructive-foreground: 210 40% 98%;
|
|
91
|
+
|
|
92
|
+
--success: 142.1 70.6% 45.3%;
|
|
93
|
+
--success-foreground: 222.2 47.4% 11.2%;
|
|
94
|
+
|
|
95
|
+
--warning: 48 96.5% 53.1%;
|
|
96
|
+
--warning-foreground: 222.2 47.4% 11.2%;
|
|
97
|
+
|
|
98
|
+
--info: 199.4 95.5% 53.8%;
|
|
99
|
+
--info-foreground: 222.2 47.4% 11.2%;
|
|
100
|
+
|
|
101
|
+
--border: 217.2 32.6% 17.5%;
|
|
102
|
+
--input: 217.2 32.6% 17.5%;
|
|
103
|
+
--ring: 212.7 26.8% 83.9%;
|
|
104
|
+
|
|
105
|
+
--sidebar-background: 222.2 84% 10%;
|
|
106
|
+
--sidebar-foreground: 210 40% 98%;
|
|
107
|
+
--sidebar-primary: 210 40% 98%;
|
|
108
|
+
--sidebar-primary-foreground: 222.2 47.4% 11.2%;
|
|
109
|
+
--sidebar-accent: 217.2 32.6% 17.5%;
|
|
110
|
+
--sidebar-accent-foreground: 210 40% 98%;
|
|
111
|
+
--sidebar-border: 217.2 32.6% 17.5%;
|
|
112
|
+
--sidebar-ring: 212.7 26.8% 83.9%;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@layer base {
|
|
117
|
+
* {
|
|
118
|
+
@apply border-border;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
body {
|
|
122
|
+
@apply bg-background text-foreground;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
@layer utilities {
|
|
127
|
+
@keyframes accordion-down {
|
|
128
|
+
from {
|
|
129
|
+
height: 0;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
to {
|
|
133
|
+
height: var(--radix-accordion-content-height);
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
@keyframes accordion-up {
|
|
138
|
+
from {
|
|
139
|
+
height: var(--radix-accordion-content-height);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
to {
|
|
143
|
+
height: 0;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.animate-accordion-down {
|
|
148
|
+
animation: accordion-down 0.2s ease-out;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.animate-accordion-up {
|
|
152
|
+
animation: accordion-up 0.2s ease-out;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.bg-gradient-brand {
|
|
156
|
+
background: linear-gradient(135deg, hsl(var(--primary)) 0%, hsl(var(--accent)) 100%);
|
|
157
|
+
}
|
|
158
158
|
}
|