@canceyd/react-npm-starter 0.0.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/README.md +83 -0
- package/dist/button.d.ts +61 -0
- package/dist/button.js +3 -0
- package/dist/button.js.map +1 -0
- package/dist/components/button/index.js +48 -0
- package/dist/components/button/index.js.map +1 -0
- package/dist/components/button/variants/index.js +38 -0
- package/dist/components/button/variants/index.js.map +1 -0
- package/dist/components/container/index.js +22 -0
- package/dist/components/container/index.js.map +1 -0
- package/dist/components/container/variants/index.js +24 -0
- package/dist/components/container/variants/index.js.map +1 -0
- package/dist/container.d.ts +29 -0
- package/dist/container.js +3 -0
- package/dist/container.js.map +1 -0
- package/dist/index.d.ts +49 -0
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/utils.js +9 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/react-npm-starter.css +3108 -0
- package/dist/vite.svg +1 -0
- package/package.json +108 -0
|
@@ -0,0 +1,3108 @@
|
|
|
1
|
+
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
2
|
+
@layer properties {
|
|
3
|
+
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
|
+
*, :before, :after, ::backdrop {
|
|
5
|
+
--tw-translate-x: 0;
|
|
6
|
+
--tw-translate-y: 0;
|
|
7
|
+
--tw-translate-z: 0;
|
|
8
|
+
--tw-border-style: solid;
|
|
9
|
+
--tw-leading: initial;
|
|
10
|
+
--tw-font-weight: initial;
|
|
11
|
+
--tw-tracking: initial;
|
|
12
|
+
--tw-shadow: 0 0 #0000;
|
|
13
|
+
--tw-shadow-color: initial;
|
|
14
|
+
--tw-shadow-alpha: 100%;
|
|
15
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
16
|
+
--tw-inset-shadow-color: initial;
|
|
17
|
+
--tw-inset-shadow-alpha: 100%;
|
|
18
|
+
--tw-ring-color: initial;
|
|
19
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
20
|
+
--tw-inset-ring-color: initial;
|
|
21
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
22
|
+
--tw-ring-inset: initial;
|
|
23
|
+
--tw-ring-offset-width: 0px;
|
|
24
|
+
--tw-ring-offset-color: #fff;
|
|
25
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
26
|
+
--tw-outline-style: solid;
|
|
27
|
+
--tw-blur: initial;
|
|
28
|
+
--tw-brightness: initial;
|
|
29
|
+
--tw-contrast: initial;
|
|
30
|
+
--tw-grayscale: initial;
|
|
31
|
+
--tw-hue-rotate: initial;
|
|
32
|
+
--tw-invert: initial;
|
|
33
|
+
--tw-opacity: initial;
|
|
34
|
+
--tw-saturate: initial;
|
|
35
|
+
--tw-sepia: initial;
|
|
36
|
+
--tw-drop-shadow: initial;
|
|
37
|
+
--tw-drop-shadow-color: initial;
|
|
38
|
+
--tw-drop-shadow-alpha: 100%;
|
|
39
|
+
--tw-drop-shadow-size: initial;
|
|
40
|
+
--tw-duration: initial;
|
|
41
|
+
--tw-backdrop-blur: initial;
|
|
42
|
+
--tw-backdrop-brightness: initial;
|
|
43
|
+
--tw-backdrop-contrast: initial;
|
|
44
|
+
--tw-backdrop-grayscale: initial;
|
|
45
|
+
--tw-backdrop-hue-rotate: initial;
|
|
46
|
+
--tw-backdrop-invert: initial;
|
|
47
|
+
--tw-backdrop-opacity: initial;
|
|
48
|
+
--tw-backdrop-saturate: initial;
|
|
49
|
+
--tw-backdrop-sepia: initial;
|
|
50
|
+
--tw-animation-delay: 0s;
|
|
51
|
+
--tw-animation-direction: normal;
|
|
52
|
+
--tw-animation-duration: initial;
|
|
53
|
+
--tw-animation-fill-mode: none;
|
|
54
|
+
--tw-animation-iteration-count: 1;
|
|
55
|
+
--tw-enter-blur: 0;
|
|
56
|
+
--tw-enter-opacity: 1;
|
|
57
|
+
--tw-enter-rotate: 0;
|
|
58
|
+
--tw-enter-scale: 1;
|
|
59
|
+
--tw-enter-translate-x: 0;
|
|
60
|
+
--tw-enter-translate-y: 0;
|
|
61
|
+
--tw-exit-blur: 0;
|
|
62
|
+
--tw-exit-opacity: 1;
|
|
63
|
+
--tw-exit-rotate: 0;
|
|
64
|
+
--tw-exit-scale: 1;
|
|
65
|
+
--tw-exit-translate-x: 0;
|
|
66
|
+
--tw-exit-translate-y: 0;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@layer theme {
|
|
72
|
+
:root, :host {
|
|
73
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
74
|
+
--color-red-200: oklch(88.5% .062 18.334);
|
|
75
|
+
--color-red-500: oklch(63.7% .237 25.331);
|
|
76
|
+
--color-black: #000;
|
|
77
|
+
--color-white: #fff;
|
|
78
|
+
--spacing: .25rem;
|
|
79
|
+
--container-xs: 20rem;
|
|
80
|
+
--container-sm: 24rem;
|
|
81
|
+
--container-md: 28rem;
|
|
82
|
+
--container-lg: 32rem;
|
|
83
|
+
--container-5xl: 64rem;
|
|
84
|
+
--container-6xl: 72rem;
|
|
85
|
+
--text-xs: .75rem;
|
|
86
|
+
--text-xs--line-height: calc(1 / .75);
|
|
87
|
+
--text-sm: .875rem;
|
|
88
|
+
--text-sm--line-height: calc(1.25 / .875);
|
|
89
|
+
--text-base: 1rem;
|
|
90
|
+
--text-base--line-height: calc(1.5 / 1);
|
|
91
|
+
--text-lg: 1.125rem;
|
|
92
|
+
--text-lg--line-height: calc(1.75 / 1.125);
|
|
93
|
+
--font-weight-normal: 400;
|
|
94
|
+
--font-weight-medium: 500;
|
|
95
|
+
--tracking-widest: .1em;
|
|
96
|
+
--leading-snug: 1.375;
|
|
97
|
+
--leading-normal: 1.5;
|
|
98
|
+
--radius-md: calc(var(--radius) - 2px);
|
|
99
|
+
--blur-xs: 4px;
|
|
100
|
+
--aspect-video: 16 / 9;
|
|
101
|
+
--default-transition-duration: .15s;
|
|
102
|
+
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
103
|
+
--default-font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
104
|
+
--default-mono-font-family: var(--font-mono);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
@layer base {
|
|
109
|
+
*, :after, :before, ::backdrop {
|
|
110
|
+
box-sizing: border-box;
|
|
111
|
+
border: 0 solid;
|
|
112
|
+
margin: 0;
|
|
113
|
+
padding: 0;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
::file-selector-button {
|
|
117
|
+
box-sizing: border-box;
|
|
118
|
+
border: 0 solid;
|
|
119
|
+
margin: 0;
|
|
120
|
+
padding: 0;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
html, :host {
|
|
124
|
+
-webkit-text-size-adjust: 100%;
|
|
125
|
+
tab-size: 4;
|
|
126
|
+
line-height: 1.5;
|
|
127
|
+
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
128
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
129
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
130
|
+
-webkit-tap-highlight-color: transparent;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
hr {
|
|
134
|
+
height: 0;
|
|
135
|
+
color: inherit;
|
|
136
|
+
border-top-width: 1px;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
abbr:where([title]) {
|
|
140
|
+
-webkit-text-decoration: underline dotted;
|
|
141
|
+
text-decoration: underline dotted;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
h1, h2, h3, h4, h5, h6 {
|
|
145
|
+
font-size: inherit;
|
|
146
|
+
font-weight: inherit;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
a {
|
|
150
|
+
color: inherit;
|
|
151
|
+
-webkit-text-decoration: inherit;
|
|
152
|
+
-webkit-text-decoration: inherit;
|
|
153
|
+
-webkit-text-decoration: inherit;
|
|
154
|
+
text-decoration: inherit;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
b, strong {
|
|
158
|
+
font-weight: bolder;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
code, kbd, samp, pre {
|
|
162
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
163
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
164
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
165
|
+
font-size: 1em;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
small {
|
|
169
|
+
font-size: 80%;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
sub, sup {
|
|
173
|
+
vertical-align: baseline;
|
|
174
|
+
font-size: 75%;
|
|
175
|
+
line-height: 0;
|
|
176
|
+
position: relative;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
sub {
|
|
180
|
+
bottom: -.25em;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
sup {
|
|
184
|
+
top: -.5em;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
table {
|
|
188
|
+
text-indent: 0;
|
|
189
|
+
border-color: inherit;
|
|
190
|
+
border-collapse: collapse;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
:-moz-focusring {
|
|
194
|
+
outline: auto;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
progress {
|
|
198
|
+
vertical-align: baseline;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
summary {
|
|
202
|
+
display: list-item;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
ol, ul, menu {
|
|
206
|
+
list-style: none;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
|
210
|
+
vertical-align: middle;
|
|
211
|
+
display: block;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
img, video {
|
|
215
|
+
max-width: 100%;
|
|
216
|
+
height: auto;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
button, input, select, optgroup, textarea {
|
|
220
|
+
font: inherit;
|
|
221
|
+
font-feature-settings: inherit;
|
|
222
|
+
font-variation-settings: inherit;
|
|
223
|
+
letter-spacing: inherit;
|
|
224
|
+
color: inherit;
|
|
225
|
+
opacity: 1;
|
|
226
|
+
background-color: #0000;
|
|
227
|
+
border-radius: 0;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
::file-selector-button {
|
|
231
|
+
font: inherit;
|
|
232
|
+
font-feature-settings: inherit;
|
|
233
|
+
font-variation-settings: inherit;
|
|
234
|
+
letter-spacing: inherit;
|
|
235
|
+
color: inherit;
|
|
236
|
+
opacity: 1;
|
|
237
|
+
background-color: #0000;
|
|
238
|
+
border-radius: 0;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
242
|
+
font-weight: bolder;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
246
|
+
padding-inline-start: 20px;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
::file-selector-button {
|
|
250
|
+
margin-inline-end: 4px;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
::placeholder {
|
|
254
|
+
opacity: 1;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
258
|
+
::placeholder {
|
|
259
|
+
color: currentColor;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
263
|
+
::placeholder {
|
|
264
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
textarea {
|
|
270
|
+
resize: vertical;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
::-webkit-search-decoration {
|
|
274
|
+
-webkit-appearance: none;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
::-webkit-date-and-time-value {
|
|
278
|
+
min-height: 1lh;
|
|
279
|
+
text-align: inherit;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
::-webkit-datetime-edit {
|
|
283
|
+
display: inline-flex;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
287
|
+
padding: 0;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
::-webkit-datetime-edit {
|
|
291
|
+
padding-block: 0;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
::-webkit-datetime-edit-year-field {
|
|
295
|
+
padding-block: 0;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
::-webkit-datetime-edit-month-field {
|
|
299
|
+
padding-block: 0;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
::-webkit-datetime-edit-day-field {
|
|
303
|
+
padding-block: 0;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
::-webkit-datetime-edit-hour-field {
|
|
307
|
+
padding-block: 0;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
::-webkit-datetime-edit-minute-field {
|
|
311
|
+
padding-block: 0;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
::-webkit-datetime-edit-second-field {
|
|
315
|
+
padding-block: 0;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
::-webkit-datetime-edit-millisecond-field {
|
|
319
|
+
padding-block: 0;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
::-webkit-datetime-edit-meridiem-field {
|
|
323
|
+
padding-block: 0;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
::-webkit-calendar-picker-indicator {
|
|
327
|
+
line-height: 1;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
:-moz-ui-invalid {
|
|
331
|
+
box-shadow: none;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
335
|
+
appearance: button;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
::file-selector-button {
|
|
339
|
+
appearance: button;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
::-webkit-inner-spin-button {
|
|
343
|
+
height: auto;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
::-webkit-outer-spin-button {
|
|
347
|
+
height: auto;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
351
|
+
display: none !important;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
* {
|
|
355
|
+
border-color: var(--border);
|
|
356
|
+
outline-color: var(--ring);
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
360
|
+
* {
|
|
361
|
+
outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
html {
|
|
366
|
+
font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
body {
|
|
370
|
+
background-color: var(--background);
|
|
371
|
+
color: var(--foreground);
|
|
372
|
+
-webkit-font-smoothing: antialiased;
|
|
373
|
+
-moz-osx-font-smoothing: grayscale;
|
|
374
|
+
font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
|
|
375
|
+
overflow-x: hidden;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
body ::selection {
|
|
379
|
+
background-color: #fb2c3633;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
383
|
+
body ::selection {
|
|
384
|
+
background-color: color-mix(in oklab, var(--color-red-500) 20%, transparent);
|
|
385
|
+
}
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
body::selection {
|
|
389
|
+
background-color: #fb2c3633;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
393
|
+
body::selection {
|
|
394
|
+
background-color: color-mix(in oklab, var(--color-red-500) 20%, transparent);
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
body ::selection {
|
|
399
|
+
color: var(--color-red-200);
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
body::selection {
|
|
403
|
+
color: var(--color-red-200);
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
a {
|
|
407
|
+
display: inline-block;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
@media (hover: hover) {
|
|
411
|
+
a:hover {
|
|
412
|
+
text-decoration-line: underline;
|
|
413
|
+
}
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
button {
|
|
417
|
+
cursor: pointer;
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
|
|
421
|
+
@layer components {
|
|
422
|
+
details {
|
|
423
|
+
overflow: hidden;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
details::details-content {
|
|
427
|
+
transition-behavior: allow-discrete;
|
|
428
|
+
block-size: 0;
|
|
429
|
+
transition: block-size .3s ease-in-out, content-visibility .3s ease-in-out;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
details[open]::details-content {
|
|
433
|
+
block-size: auto;
|
|
434
|
+
}
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
@layer utilities {
|
|
438
|
+
.\@container\/card-header {
|
|
439
|
+
container: card-header / inline-size;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.\@container\/field-group {
|
|
443
|
+
container: field-group / inline-size;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.pointer-events-auto {
|
|
447
|
+
pointer-events: auto;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.pointer-events-none {
|
|
451
|
+
pointer-events: none;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.sr-only {
|
|
455
|
+
clip-path: inset(50%);
|
|
456
|
+
white-space: nowrap;
|
|
457
|
+
border-width: 0;
|
|
458
|
+
width: 1px;
|
|
459
|
+
height: 1px;
|
|
460
|
+
margin: -1px;
|
|
461
|
+
padding: 0;
|
|
462
|
+
position: absolute;
|
|
463
|
+
overflow: hidden;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
.absolute {
|
|
467
|
+
position: absolute;
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
.fixed {
|
|
471
|
+
position: fixed;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
.relative {
|
|
475
|
+
position: relative;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.static {
|
|
479
|
+
position: static;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.inset-0 {
|
|
483
|
+
inset: calc(var(--spacing) * 0);
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.top-0 {
|
|
487
|
+
top: calc(var(--spacing) * 0);
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.top-1\/2 {
|
|
491
|
+
top: 50%;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.right-2 {
|
|
495
|
+
right: calc(var(--spacing) * 2);
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.bottom-0 {
|
|
499
|
+
bottom: calc(var(--spacing) * 0);
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.left-1\/2 {
|
|
503
|
+
left: 50%;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.isolate {
|
|
507
|
+
isolation: isolate;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.z-10 {
|
|
511
|
+
z-index: 10;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.z-20 {
|
|
515
|
+
z-index: 20;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
.z-30 {
|
|
519
|
+
z-index: 30;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
.z-50 {
|
|
523
|
+
z-index: 50;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.order-first {
|
|
527
|
+
order: -9999;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.order-last {
|
|
531
|
+
order: 9999;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
.col-start-2 {
|
|
535
|
+
grid-column-start: 2;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.row-span-2 {
|
|
539
|
+
grid-row: span 2 / span 2;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.row-start-1 {
|
|
543
|
+
grid-row-start: 1;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.container {
|
|
547
|
+
width: 100%;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
@media (min-width: 40rem) {
|
|
551
|
+
.container {
|
|
552
|
+
max-width: 40rem;
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
@media (min-width: 48rem) {
|
|
557
|
+
.container {
|
|
558
|
+
max-width: 48rem;
|
|
559
|
+
}
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
@media (min-width: 64rem) {
|
|
563
|
+
.container {
|
|
564
|
+
max-width: 64rem;
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
@media (min-width: 80rem) {
|
|
569
|
+
.container {
|
|
570
|
+
max-width: 80rem;
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
@media (min-width: 96rem) {
|
|
575
|
+
.container {
|
|
576
|
+
max-width: 96rem;
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.-mx-1 {
|
|
581
|
+
margin-inline: calc(var(--spacing) * -1);
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
.mx-auto {
|
|
585
|
+
margin-inline: auto;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
.-my-2 {
|
|
589
|
+
margin-block: calc(var(--spacing) * -2);
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.my-1 {
|
|
593
|
+
margin-block: calc(var(--spacing) * 1);
|
|
594
|
+
}
|
|
595
|
+
|
|
596
|
+
.mb-2 {
|
|
597
|
+
margin-bottom: calc(var(--spacing) * 2);
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
.mb-3 {
|
|
601
|
+
margin-bottom: calc(var(--spacing) * 3);
|
|
602
|
+
}
|
|
603
|
+
|
|
604
|
+
.-ml-1 {
|
|
605
|
+
margin-left: calc(var(--spacing) * -1);
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
.ml-4 {
|
|
609
|
+
margin-left: calc(var(--spacing) * 4);
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
.ml-auto {
|
|
613
|
+
margin-left: auto;
|
|
614
|
+
}
|
|
615
|
+
|
|
616
|
+
.no-scrollbar {
|
|
617
|
+
-ms-overflow-style: none;
|
|
618
|
+
scrollbar-width: none;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
.no-scrollbar::-webkit-scrollbar {
|
|
622
|
+
display: none;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
.block {
|
|
626
|
+
display: block;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
.flex {
|
|
630
|
+
display: flex;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.grid {
|
|
634
|
+
display: grid;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.hidden {
|
|
638
|
+
display: none;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.inline-flex {
|
|
642
|
+
display: inline-flex;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.field-sizing-content {
|
|
646
|
+
field-sizing: content;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.aspect-video {
|
|
650
|
+
aspect-ratio: var(--aspect-video);
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.size-4 {
|
|
654
|
+
width: calc(var(--spacing) * 4);
|
|
655
|
+
height: calc(var(--spacing) * 4);
|
|
656
|
+
}
|
|
657
|
+
|
|
658
|
+
.size-6 {
|
|
659
|
+
width: calc(var(--spacing) * 6);
|
|
660
|
+
height: calc(var(--spacing) * 6);
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.size-8 {
|
|
664
|
+
width: calc(var(--spacing) * 8);
|
|
665
|
+
height: calc(var(--spacing) * 8);
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
.size-9 {
|
|
669
|
+
width: calc(var(--spacing) * 9);
|
|
670
|
+
height: calc(var(--spacing) * 9);
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.size-10 {
|
|
674
|
+
width: calc(var(--spacing) * 10);
|
|
675
|
+
height: calc(var(--spacing) * 10);
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.size-16 {
|
|
679
|
+
width: calc(var(--spacing) * 16);
|
|
680
|
+
height: calc(var(--spacing) * 16);
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.h-5 {
|
|
684
|
+
height: calc(var(--spacing) * 5);
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.h-6 {
|
|
688
|
+
height: calc(var(--spacing) * 6);
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.h-8 {
|
|
692
|
+
height: calc(var(--spacing) * 8);
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.h-9 {
|
|
696
|
+
height: calc(var(--spacing) * 9);
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.h-10 {
|
|
700
|
+
height: calc(var(--spacing) * 10);
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.h-30 {
|
|
704
|
+
height: calc(var(--spacing) * 30);
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.h-\[90vh\] {
|
|
708
|
+
height: 90vh;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.h-\[calc\(--spacing\(5\.5\)\)\] {
|
|
712
|
+
height: calc(calc(var(--spacing) * 5.5));
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.h-auto {
|
|
716
|
+
height: auto;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.h-px {
|
|
720
|
+
height: 1px;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.max-h-\(--available-height\) {
|
|
724
|
+
max-height: var(--available-height);
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
.max-h-72 {
|
|
728
|
+
max-height: calc(var(--spacing) * 72);
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
.max-h-\[min\(calc\(--spacing\(72\)---spacing\(9\)\)\,calc\(var\(--available-height\)---spacing\(9\)\)\)\] {
|
|
732
|
+
max-height: min(calc(calc(var(--spacing) * 72) - calc(var(--spacing) * 9)), calc(var(--available-height) - calc(var(--spacing) * 9)));
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
.min-h-9 {
|
|
736
|
+
min-height: calc(var(--spacing) * 9);
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.min-h-16 {
|
|
740
|
+
min-height: calc(var(--spacing) * 16);
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
.min-h-screen {
|
|
744
|
+
min-height: 100vh;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
.w-\(--anchor-width\) {
|
|
748
|
+
width: var(--anchor-width);
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
.w-56 {
|
|
752
|
+
width: calc(var(--spacing) * 56);
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
.w-auto {
|
|
756
|
+
width: auto;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
.w-fit {
|
|
760
|
+
width: fit-content;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
.w-full {
|
|
764
|
+
width: 100%;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.max-w-\(--available-width\) {
|
|
768
|
+
max-width: var(--available-width);
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
.max-w-5xl {
|
|
772
|
+
max-width: var(--container-5xl);
|
|
773
|
+
}
|
|
774
|
+
|
|
775
|
+
.max-w-\[980px\] {
|
|
776
|
+
max-width: 980px;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.max-w-\[1024px\] {
|
|
780
|
+
max-width: 1024px;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
.max-w-\[1280px\] {
|
|
784
|
+
max-width: 1280px;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
.max-w-\[1645px\] {
|
|
788
|
+
max-width: 1645px;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.max-w-full {
|
|
792
|
+
max-width: 100%;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
.max-w-lg {
|
|
796
|
+
max-width: var(--container-lg);
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
.max-w-md {
|
|
800
|
+
max-width: var(--container-md);
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
.max-w-sm {
|
|
804
|
+
max-width: var(--container-sm);
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.min-w-0 {
|
|
808
|
+
min-width: calc(var(--spacing) * 0);
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
.min-w-16 {
|
|
812
|
+
min-width: calc(var(--spacing) * 16);
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
.min-w-32 {
|
|
816
|
+
min-width: calc(var(--spacing) * 32);
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.min-w-36 {
|
|
820
|
+
min-width: calc(var(--spacing) * 36);
|
|
821
|
+
}
|
|
822
|
+
|
|
823
|
+
.min-w-\[96px\] {
|
|
824
|
+
min-width: 96px;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
.min-w-\[calc\(var\(--anchor-width\)\+--spacing\(7\)\)\] {
|
|
828
|
+
min-width: calc(var(--anchor-width) + calc(var(--spacing) * 7));
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
.flex-1 {
|
|
832
|
+
flex: 1;
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
.shrink-0 {
|
|
836
|
+
flex-shrink: 0;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
.origin-\(--transform-origin\) {
|
|
840
|
+
transform-origin: var(--transform-origin);
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
.-translate-x-1\/2 {
|
|
844
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
845
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
.-translate-y-1\/2 {
|
|
849
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
850
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
.cursor-default {
|
|
854
|
+
cursor: default;
|
|
855
|
+
}
|
|
856
|
+
|
|
857
|
+
.cursor-text {
|
|
858
|
+
cursor: text;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.resize-none {
|
|
862
|
+
resize: none;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.scroll-my-1 {
|
|
866
|
+
scroll-margin-block: calc(var(--spacing) * 1);
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.scroll-py-1 {
|
|
870
|
+
scroll-padding-block: calc(var(--spacing) * 1);
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
.list-disc {
|
|
874
|
+
list-style-type: disc;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
.auto-rows-min {
|
|
878
|
+
grid-auto-rows: min-content;
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
.grid-cols-2 {
|
|
882
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.grid-rows-\[auto_1fr\] {
|
|
886
|
+
grid-template-rows: auto 1fr;
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
.flex-col {
|
|
890
|
+
flex-direction: column;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.flex-col-reverse {
|
|
894
|
+
flex-direction: column-reverse;
|
|
895
|
+
}
|
|
896
|
+
|
|
897
|
+
.flex-row {
|
|
898
|
+
flex-direction: row;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.flex-wrap {
|
|
902
|
+
flex-wrap: wrap;
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
.place-items-center {
|
|
906
|
+
place-items: center;
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
.content-center {
|
|
910
|
+
align-content: center;
|
|
911
|
+
}
|
|
912
|
+
|
|
913
|
+
.items-center {
|
|
914
|
+
align-items: center;
|
|
915
|
+
}
|
|
916
|
+
|
|
917
|
+
.items-start {
|
|
918
|
+
align-items: flex-start;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
.justify-between {
|
|
922
|
+
justify-content: space-between;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
.justify-center {
|
|
926
|
+
justify-content: center;
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.justify-start {
|
|
930
|
+
justify-content: flex-start;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
.gap-1 {
|
|
934
|
+
gap: calc(var(--spacing) * 1);
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.gap-1\.5 {
|
|
938
|
+
gap: calc(var(--spacing) * 1.5);
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.gap-2 {
|
|
942
|
+
gap: calc(var(--spacing) * 2);
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.gap-3 {
|
|
946
|
+
gap: calc(var(--spacing) * 3);
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
.gap-4 {
|
|
950
|
+
gap: calc(var(--spacing) * 4);
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
.gap-6 {
|
|
954
|
+
gap: calc(var(--spacing) * 6);
|
|
955
|
+
}
|
|
956
|
+
|
|
957
|
+
.gap-7 {
|
|
958
|
+
gap: calc(var(--spacing) * 7);
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.gap-8 {
|
|
962
|
+
gap: calc(var(--spacing) * 8);
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
.self-start {
|
|
966
|
+
align-self: flex-start;
|
|
967
|
+
}
|
|
968
|
+
|
|
969
|
+
.self-stretch {
|
|
970
|
+
align-self: stretch;
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
.justify-self-end {
|
|
974
|
+
justify-self: flex-end;
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
.overflow-hidden {
|
|
978
|
+
overflow: hidden;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.overflow-x-hidden {
|
|
982
|
+
overflow-x: hidden;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.overflow-y-auto {
|
|
986
|
+
overflow-y: auto;
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
.overscroll-contain {
|
|
990
|
+
overscroll-behavior: contain;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
.rounded-2xl {
|
|
994
|
+
border-radius: calc(var(--radius) + 8px);
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
.rounded-4xl {
|
|
998
|
+
border-radius: calc(var(--radius) + 16px);
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
.rounded-\[calc\(var\(--radius\)-5px\)\] {
|
|
1002
|
+
border-radius: calc(var(--radius) - 5px);
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
.rounded-\[min\(var\(--radius-md\)\,8px\)\] {
|
|
1006
|
+
border-radius: min(var(--radius-md), 8px);
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
.rounded-\[min\(var\(--radius-md\)\,10px\)\] {
|
|
1010
|
+
border-radius: min(var(--radius-md), 10px);
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
.rounded-md {
|
|
1014
|
+
border-radius: calc(var(--radius) - 2px);
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
.rounded-none {
|
|
1018
|
+
border-radius: 0;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
.rounded-sm {
|
|
1022
|
+
border-radius: calc(var(--radius) - 4px);
|
|
1023
|
+
}
|
|
1024
|
+
|
|
1025
|
+
.rounded-xl {
|
|
1026
|
+
border-radius: calc(var(--radius) + 4px);
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
.rounded-t-xl {
|
|
1030
|
+
border-top-left-radius: calc(var(--radius) + 4px);
|
|
1031
|
+
border-top-right-radius: calc(var(--radius) + 4px);
|
|
1032
|
+
}
|
|
1033
|
+
|
|
1034
|
+
.rounded-b-xl {
|
|
1035
|
+
border-bottom-right-radius: calc(var(--radius) + 4px);
|
|
1036
|
+
border-bottom-left-radius: calc(var(--radius) + 4px);
|
|
1037
|
+
}
|
|
1038
|
+
|
|
1039
|
+
.border {
|
|
1040
|
+
border-style: var(--tw-border-style);
|
|
1041
|
+
border-width: 1px;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
.border-0 {
|
|
1045
|
+
border-style: var(--tw-border-style);
|
|
1046
|
+
border-width: 0;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.border-dashed {
|
|
1050
|
+
--tw-border-style: dashed;
|
|
1051
|
+
border-style: dashed;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.border-border {
|
|
1055
|
+
border-color: var(--border);
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
.border-input {
|
|
1059
|
+
border-color: var(--input);
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.border-red-500\/40 {
|
|
1063
|
+
border-color: #fb2c3666;
|
|
1064
|
+
}
|
|
1065
|
+
|
|
1066
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1067
|
+
.border-red-500\/40 {
|
|
1068
|
+
border-color: color-mix(in oklab, var(--color-red-500) 40%, transparent);
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
.border-transparent {
|
|
1073
|
+
border-color: #0000;
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
.bg-background {
|
|
1077
|
+
background-color: var(--background);
|
|
1078
|
+
}
|
|
1079
|
+
|
|
1080
|
+
.bg-black\/10 {
|
|
1081
|
+
background-color: #0000001a;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1085
|
+
.bg-black\/10 {
|
|
1086
|
+
background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
.bg-border {
|
|
1091
|
+
background-color: var(--border);
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
.bg-card {
|
|
1095
|
+
background-color: var(--card);
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
.bg-destructive\/10 {
|
|
1099
|
+
background-color: var(--destructive);
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1103
|
+
.bg-destructive\/10 {
|
|
1104
|
+
background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
|
|
1105
|
+
}
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
.bg-muted {
|
|
1109
|
+
background-color: var(--muted);
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
.bg-popover {
|
|
1113
|
+
background-color: var(--popover);
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
.bg-primary {
|
|
1117
|
+
background-color: var(--primary);
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
.bg-red-500\/20 {
|
|
1121
|
+
background-color: #fb2c3633;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1125
|
+
.bg-red-500\/20 {
|
|
1126
|
+
background-color: color-mix(in oklab, var(--color-red-500) 20%, transparent);
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
.bg-secondary {
|
|
1131
|
+
background-color: var(--secondary);
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
.bg-transparent {
|
|
1135
|
+
background-color: #0000;
|
|
1136
|
+
}
|
|
1137
|
+
|
|
1138
|
+
.bg-clip-padding {
|
|
1139
|
+
background-clip: padding-box;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
.object-cover {
|
|
1143
|
+
object-fit: cover;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
.p-0 {
|
|
1147
|
+
padding: calc(var(--spacing) * 0);
|
|
1148
|
+
}
|
|
1149
|
+
|
|
1150
|
+
.p-1 {
|
|
1151
|
+
padding: calc(var(--spacing) * 1);
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
.p-4 {
|
|
1155
|
+
padding: calc(var(--spacing) * 4);
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
.p-6 {
|
|
1159
|
+
padding: calc(var(--spacing) * 6);
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
.px-1\.5 {
|
|
1163
|
+
padding-inline: calc(var(--spacing) * 1.5);
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1166
|
+
.px-2 {
|
|
1167
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
.px-2\.5 {
|
|
1171
|
+
padding-inline: calc(var(--spacing) * 2.5);
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
.px-4 {
|
|
1175
|
+
padding-inline: calc(var(--spacing) * 4);
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
.px-6 {
|
|
1179
|
+
padding-inline: calc(var(--spacing) * 6);
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
.py-0\.5 {
|
|
1183
|
+
padding-block: calc(var(--spacing) * .5);
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.py-1 {
|
|
1187
|
+
padding-block: calc(var(--spacing) * 1);
|
|
1188
|
+
}
|
|
1189
|
+
|
|
1190
|
+
.py-1\.5 {
|
|
1191
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
1192
|
+
}
|
|
1193
|
+
|
|
1194
|
+
.py-2 {
|
|
1195
|
+
padding-block: calc(var(--spacing) * 2);
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
.py-6 {
|
|
1199
|
+
padding-block: calc(var(--spacing) * 6);
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
.pt-0 {
|
|
1203
|
+
padding-top: calc(var(--spacing) * 0);
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
.pt-2 {
|
|
1207
|
+
padding-top: calc(var(--spacing) * 2);
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
.pr-2 {
|
|
1211
|
+
padding-right: calc(var(--spacing) * 2);
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
.pr-8 {
|
|
1215
|
+
padding-right: calc(var(--spacing) * 8);
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.pb-2 {
|
|
1219
|
+
padding-bottom: calc(var(--spacing) * 2);
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.pl-2 {
|
|
1223
|
+
padding-left: calc(var(--spacing) * 2);
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
.pl-2\.5 {
|
|
1227
|
+
padding-left: calc(var(--spacing) * 2.5);
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.text-center {
|
|
1231
|
+
text-align: center;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.text-left {
|
|
1235
|
+
text-align: left;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
.text-base {
|
|
1239
|
+
font-size: var(--text-base);
|
|
1240
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
1241
|
+
}
|
|
1242
|
+
|
|
1243
|
+
.text-lg {
|
|
1244
|
+
font-size: var(--text-lg);
|
|
1245
|
+
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
.text-sm {
|
|
1249
|
+
font-size: var(--text-sm);
|
|
1250
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
.text-xs {
|
|
1254
|
+
font-size: var(--text-xs);
|
|
1255
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.leading-none {
|
|
1259
|
+
--tw-leading: 1;
|
|
1260
|
+
line-height: 1;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
.leading-normal {
|
|
1264
|
+
--tw-leading: var(--leading-normal);
|
|
1265
|
+
line-height: var(--leading-normal);
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.leading-snug {
|
|
1269
|
+
--tw-leading: var(--leading-snug);
|
|
1270
|
+
line-height: var(--leading-snug);
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
.font-medium {
|
|
1274
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1275
|
+
font-weight: var(--font-weight-medium);
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
.font-normal {
|
|
1279
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
1280
|
+
font-weight: var(--font-weight-normal);
|
|
1281
|
+
}
|
|
1282
|
+
|
|
1283
|
+
.tracking-widest {
|
|
1284
|
+
--tw-tracking: var(--tracking-widest);
|
|
1285
|
+
letter-spacing: var(--tracking-widest);
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.text-balance {
|
|
1289
|
+
text-wrap: balance;
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.whitespace-nowrap {
|
|
1293
|
+
white-space: nowrap;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.text-card-foreground {
|
|
1297
|
+
color: var(--card-foreground);
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
.text-destructive {
|
|
1301
|
+
color: var(--destructive);
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
.text-foreground {
|
|
1305
|
+
color: var(--foreground);
|
|
1306
|
+
}
|
|
1307
|
+
|
|
1308
|
+
.text-muted-foreground {
|
|
1309
|
+
color: var(--muted-foreground);
|
|
1310
|
+
}
|
|
1311
|
+
|
|
1312
|
+
.text-popover-foreground {
|
|
1313
|
+
color: var(--popover-foreground);
|
|
1314
|
+
}
|
|
1315
|
+
|
|
1316
|
+
.text-primary {
|
|
1317
|
+
color: var(--primary);
|
|
1318
|
+
}
|
|
1319
|
+
|
|
1320
|
+
.text-primary-foreground {
|
|
1321
|
+
color: var(--primary-foreground);
|
|
1322
|
+
}
|
|
1323
|
+
|
|
1324
|
+
.text-secondary-foreground {
|
|
1325
|
+
color: var(--secondary-foreground);
|
|
1326
|
+
}
|
|
1327
|
+
|
|
1328
|
+
.text-white {
|
|
1329
|
+
color: var(--color-white);
|
|
1330
|
+
}
|
|
1331
|
+
|
|
1332
|
+
.capitalize {
|
|
1333
|
+
text-transform: capitalize;
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
.underline-offset-4 {
|
|
1337
|
+
text-underline-offset: 4px;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.opacity-50 {
|
|
1341
|
+
opacity: .5;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.mix-blend-color {
|
|
1345
|
+
mix-blend-mode: color;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.shadow-lg {
|
|
1349
|
+
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
|
|
1350
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
.shadow-md {
|
|
1354
|
+
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
|
|
1355
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
.shadow-none {
|
|
1359
|
+
--tw-shadow: 0 0 #0000;
|
|
1360
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
.shadow-xs {
|
|
1364
|
+
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
|
|
1365
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
.ring-0 {
|
|
1369
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1370
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
.ring-1 {
|
|
1374
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1375
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
.ring-foreground\/10 {
|
|
1379
|
+
--tw-ring-color: var(--foreground);
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1383
|
+
.ring-foreground\/10 {
|
|
1384
|
+
--tw-ring-color: color-mix(in oklab, var(--foreground) 10%, transparent);
|
|
1385
|
+
}
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
.outline-hidden {
|
|
1389
|
+
--tw-outline-style: none;
|
|
1390
|
+
outline-style: none;
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
@media (forced-colors: active) {
|
|
1394
|
+
.outline-hidden {
|
|
1395
|
+
outline-offset: 2px;
|
|
1396
|
+
outline: 2px solid #0000;
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
|
|
1400
|
+
.outline {
|
|
1401
|
+
outline-style: var(--tw-outline-style);
|
|
1402
|
+
outline-width: 1px;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
.brightness-60 {
|
|
1406
|
+
--tw-brightness: brightness(60%);
|
|
1407
|
+
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.grayscale {
|
|
1411
|
+
--tw-grayscale: grayscale(100%);
|
|
1412
|
+
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
.transition-\[color\,box-shadow\] {
|
|
1416
|
+
transition-property: color, box-shadow;
|
|
1417
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1418
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
.transition-all {
|
|
1422
|
+
transition-property: all;
|
|
1423
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1424
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
.transition-colors {
|
|
1428
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
1429
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
1430
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
.duration-100 {
|
|
1434
|
+
--tw-duration: .1s;
|
|
1435
|
+
transition-duration: .1s;
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.outline-none {
|
|
1439
|
+
--tw-outline-style: none;
|
|
1440
|
+
outline-style: none;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
.select-none {
|
|
1444
|
+
-webkit-user-select: none;
|
|
1445
|
+
user-select: none;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.group-focus\/dropdown-menu-item\:text-accent-foreground:is(:where(.group\/dropdown-menu-item):focus *) {
|
|
1449
|
+
color: var(--accent-foreground);
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.group-has-data-\[slot\=combobox-clear\]\/input-group\:hidden:is(:where(.group\/input-group):has([data-slot="combobox-clear"]) *) {
|
|
1453
|
+
display: none;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
.group-has-\[\[data-orientation\=horizontal\]\]\/field\:text-balance:is(:where(.group\/field):has([data-orientation="horizontal"]) *) {
|
|
1457
|
+
text-wrap: balance;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
.group-has-\[\>input\]\/input-group\:pt-2:is(:where(.group\/input-group):has( > input) *) {
|
|
1461
|
+
padding-top: calc(var(--spacing) * 2);
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.group-has-\[\>input\]\/input-group\:pb-2:is(:where(.group\/input-group):has( > input) *) {
|
|
1465
|
+
padding-bottom: calc(var(--spacing) * 2);
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.group-data-empty\/combobox-content\:flex:is(:where(.group\/combobox-content)[data-empty] *) {
|
|
1469
|
+
display: flex;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled="true"] *) {
|
|
1473
|
+
pointer-events: none;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled="true"] *), .group-data-\[disabled\=true\]\/field\:opacity-50:is(:where(.group\/field)[data-disabled="true"] *), .group-data-\[disabled\=true\]\/input-group\:opacity-50:is(:where(.group\/input-group)[data-disabled="true"] *) {
|
|
1477
|
+
opacity: .5;
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1480
|
+
.group-data-\[size\=sm\]\/alert-dialog-content\:grid:is(:where(.group\/alert-dialog-content)[data-size="sm"] *) {
|
|
1481
|
+
display: grid;
|
|
1482
|
+
}
|
|
1483
|
+
|
|
1484
|
+
.group-data-\[size\=sm\]\/alert-dialog-content\:grid-cols-2:is(:where(.group\/alert-dialog-content)[data-size="sm"] *) {
|
|
1485
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
.group-data-\[size\=sm\]\/card\:px-4:is(:where(.group\/card)[data-size="sm"] *) {
|
|
1489
|
+
padding-inline: calc(var(--spacing) * 4);
|
|
1490
|
+
}
|
|
1491
|
+
|
|
1492
|
+
.group-data-\[size\=sm\]\/card\:text-sm:is(:where(.group\/card)[data-size="sm"] *) {
|
|
1493
|
+
font-size: var(--text-sm);
|
|
1494
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
.group-data-\[variant\=outline\]\/field-group\:-mb-2:is(:where(.group\/field-group)[data-variant="outline"] *) {
|
|
1498
|
+
margin-bottom: calc(var(--spacing) * -2);
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled ~ *) {
|
|
1502
|
+
cursor: not-allowed;
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
.peer-disabled\:opacity-50:is(:where(.peer):disabled ~ *) {
|
|
1506
|
+
opacity: .5;
|
|
1507
|
+
}
|
|
1508
|
+
|
|
1509
|
+
.file\:inline-flex::file-selector-button {
|
|
1510
|
+
display: inline-flex;
|
|
1511
|
+
}
|
|
1512
|
+
|
|
1513
|
+
.file\:h-7::file-selector-button {
|
|
1514
|
+
height: calc(var(--spacing) * 7);
|
|
1515
|
+
}
|
|
1516
|
+
|
|
1517
|
+
.file\:border-0::file-selector-button {
|
|
1518
|
+
border-style: var(--tw-border-style);
|
|
1519
|
+
border-width: 0;
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
.file\:bg-transparent::file-selector-button {
|
|
1523
|
+
background-color: #0000;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
.file\:text-sm::file-selector-button {
|
|
1527
|
+
font-size: var(--text-sm);
|
|
1528
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
1529
|
+
}
|
|
1530
|
+
|
|
1531
|
+
.file\:font-medium::file-selector-button {
|
|
1532
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
1533
|
+
font-weight: var(--font-weight-medium);
|
|
1534
|
+
}
|
|
1535
|
+
|
|
1536
|
+
.file\:text-foreground::file-selector-button {
|
|
1537
|
+
color: var(--foreground);
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
.placeholder\:text-muted-foreground::placeholder {
|
|
1541
|
+
color: var(--muted-foreground);
|
|
1542
|
+
}
|
|
1543
|
+
|
|
1544
|
+
.last\:mt-0:last-child {
|
|
1545
|
+
margin-top: calc(var(--spacing) * 0);
|
|
1546
|
+
}
|
|
1547
|
+
|
|
1548
|
+
.focus-within\:border-ring:focus-within {
|
|
1549
|
+
border-color: var(--ring);
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
.focus-within\:ring-\[3px\]:focus-within {
|
|
1553
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1554
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1555
|
+
}
|
|
1556
|
+
|
|
1557
|
+
.focus-within\:ring-ring\/50:focus-within {
|
|
1558
|
+
--tw-ring-color: var(--ring);
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1562
|
+
.focus-within\:ring-ring\/50:focus-within {
|
|
1563
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
1564
|
+
}
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
@media (hover: hover) {
|
|
1568
|
+
.hover\:bg-destructive\/20:hover {
|
|
1569
|
+
background-color: var(--destructive);
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1572
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1573
|
+
.hover\:bg-destructive\/20:hover {
|
|
1574
|
+
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1578
|
+
.hover\:bg-muted:hover {
|
|
1579
|
+
background-color: var(--muted);
|
|
1580
|
+
}
|
|
1581
|
+
|
|
1582
|
+
.hover\:bg-primary\/80:hover {
|
|
1583
|
+
background-color: var(--primary);
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1587
|
+
.hover\:bg-primary\/80:hover {
|
|
1588
|
+
background-color: color-mix(in oklab, var(--primary) 80%, transparent);
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
|
|
1592
|
+
.hover\:bg-secondary\/80:hover {
|
|
1593
|
+
background-color: var(--secondary);
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1596
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1597
|
+
.hover\:bg-secondary\/80:hover {
|
|
1598
|
+
background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
|
|
1599
|
+
}
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1602
|
+
.hover\:text-foreground:hover {
|
|
1603
|
+
color: var(--foreground);
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
.hover\:text-muted-foreground:hover {
|
|
1607
|
+
color: var(--muted-foreground);
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
.hover\:underline:hover {
|
|
1611
|
+
text-decoration-line: underline;
|
|
1612
|
+
}
|
|
1613
|
+
|
|
1614
|
+
.hover\:opacity-100:hover {
|
|
1615
|
+
opacity: 1;
|
|
1616
|
+
}
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
.focus\:bg-accent:focus {
|
|
1620
|
+
background-color: var(--accent);
|
|
1621
|
+
}
|
|
1622
|
+
|
|
1623
|
+
.focus\:text-accent-foreground:focus, :is(.focus\:\*\*\:text-accent-foreground:focus *), :is(.not-data-\[variant\=destructive\]\:focus\:\*\*\:text-accent-foreground:not([data-variant="destructive"]):focus *) {
|
|
1624
|
+
color: var(--accent-foreground);
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
.focus-visible\:border-destructive\/40:focus-visible {
|
|
1628
|
+
border-color: var(--destructive);
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1632
|
+
.focus-visible\:border-destructive\/40:focus-visible {
|
|
1633
|
+
border-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
1634
|
+
}
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
.focus-visible\:border-ring:focus-visible {
|
|
1638
|
+
border-color: var(--ring);
|
|
1639
|
+
}
|
|
1640
|
+
|
|
1641
|
+
.focus-visible\:ring-0:focus-visible {
|
|
1642
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1643
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1646
|
+
.focus-visible\:ring-\[3px\]:focus-visible {
|
|
1647
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1648
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1651
|
+
.focus-visible\:ring-destructive\/20:focus-visible {
|
|
1652
|
+
--tw-ring-color: var(--destructive);
|
|
1653
|
+
}
|
|
1654
|
+
|
|
1655
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1656
|
+
.focus-visible\:ring-destructive\/20:focus-visible {
|
|
1657
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1658
|
+
}
|
|
1659
|
+
}
|
|
1660
|
+
|
|
1661
|
+
.focus-visible\:ring-ring\/50:focus-visible {
|
|
1662
|
+
--tw-ring-color: var(--ring);
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1666
|
+
.focus-visible\:ring-ring\/50:focus-visible {
|
|
1667
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
1668
|
+
}
|
|
1669
|
+
}
|
|
1670
|
+
|
|
1671
|
+
.disabled\:pointer-events-none:disabled {
|
|
1672
|
+
pointer-events: none;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
.disabled\:cursor-not-allowed:disabled {
|
|
1676
|
+
cursor: not-allowed;
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
.disabled\:opacity-50:disabled {
|
|
1680
|
+
opacity: .5;
|
|
1681
|
+
}
|
|
1682
|
+
|
|
1683
|
+
:where([data-slot="button-group"]) .in-data-\[slot\=button-group\]\:rounded-md {
|
|
1684
|
+
border-radius: calc(var(--radius) - 2px);
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
.has-disabled\:pointer-events-none:has(:disabled) {
|
|
1688
|
+
pointer-events: none;
|
|
1689
|
+
}
|
|
1690
|
+
|
|
1691
|
+
.has-disabled\:cursor-not-allowed:has(:disabled) {
|
|
1692
|
+
cursor: not-allowed;
|
|
1693
|
+
}
|
|
1694
|
+
|
|
1695
|
+
.has-disabled\:opacity-50:has(:disabled) {
|
|
1696
|
+
opacity: .5;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
.has-aria-invalid\:border-destructive:has([aria-invalid="true"]) {
|
|
1700
|
+
border-color: var(--destructive);
|
|
1701
|
+
}
|
|
1702
|
+
|
|
1703
|
+
.has-aria-invalid\:ring-\[3px\]:has([aria-invalid="true"]) {
|
|
1704
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1705
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
.has-aria-invalid\:ring-destructive\/20:has([aria-invalid="true"]) {
|
|
1709
|
+
--tw-ring-color: var(--destructive);
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1713
|
+
.has-aria-invalid\:ring-destructive\/20:has([aria-invalid="true"]) {
|
|
1714
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
.has-data-\[icon\=inline-end\]\:pr-1\.5:has([data-icon="inline-end"]) {
|
|
1719
|
+
padding-right: calc(var(--spacing) * 1.5);
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
.has-data-\[icon\=inline-end\]\:pr-2:has([data-icon="inline-end"]) {
|
|
1723
|
+
padding-right: calc(var(--spacing) * 2);
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
.has-data-\[icon\=inline-end\]\:pr-3:has([data-icon="inline-end"]) {
|
|
1727
|
+
padding-right: calc(var(--spacing) * 3);
|
|
1728
|
+
}
|
|
1729
|
+
|
|
1730
|
+
.has-data-\[icon\=inline-start\]\:pl-1\.5:has([data-icon="inline-start"]) {
|
|
1731
|
+
padding-left: calc(var(--spacing) * 1.5);
|
|
1732
|
+
}
|
|
1733
|
+
|
|
1734
|
+
.has-data-\[icon\=inline-start\]\:pl-2:has([data-icon="inline-start"]) {
|
|
1735
|
+
padding-left: calc(var(--spacing) * 2);
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
.has-data-\[icon\=inline-start\]\:pl-3:has([data-icon="inline-start"]) {
|
|
1739
|
+
padding-left: calc(var(--spacing) * 3);
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
.has-data-\[slot\=alert-dialog-media\]\:grid-rows-\[auto_auto_1fr\]:has([data-slot="alert-dialog-media"]) {
|
|
1743
|
+
grid-template-rows: auto auto 1fr;
|
|
1744
|
+
}
|
|
1745
|
+
|
|
1746
|
+
.has-data-\[slot\=alert-dialog-media\]\:gap-x-6:has([data-slot="alert-dialog-media"]) {
|
|
1747
|
+
column-gap: calc(var(--spacing) * 6);
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
.has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot="card-action"]) {
|
|
1751
|
+
grid-template-columns: 1fr auto;
|
|
1752
|
+
}
|
|
1753
|
+
|
|
1754
|
+
.has-data-\[slot\=card-description\]\:grid-rows-\[auto_auto\]:has([data-slot="card-description"]) {
|
|
1755
|
+
grid-template-rows: auto auto;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
.has-data-\[slot\=combobox-chip\]\:px-1\.5:has([data-slot="combobox-chip"]) {
|
|
1759
|
+
padding-inline: calc(var(--spacing) * 1.5);
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
.has-data-\[slot\=combobox-chip-remove\]\:pr-0:has([data-slot="combobox-chip-remove"]) {
|
|
1763
|
+
padding-right: calc(var(--spacing) * 0);
|
|
1764
|
+
}
|
|
1765
|
+
|
|
1766
|
+
.has-data-checked\:border-primary:has(:where([data-state="checked"]), :where([data-checked]:not([data-checked="false"]))) {
|
|
1767
|
+
border-color: var(--primary);
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
.has-data-checked\:bg-primary\/5:has(:where([data-state="checked"]), :where([data-checked]:not([data-checked="false"]))) {
|
|
1771
|
+
background-color: var(--primary);
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1775
|
+
.has-data-checked\:bg-primary\/5:has(:where([data-state="checked"]), :where([data-checked]:not([data-checked="false"]))) {
|
|
1776
|
+
background-color: color-mix(in oklab, var(--primary) 5%, transparent);
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:border-ring:has([data-slot="input-group-control"]:focus-visible) {
|
|
1781
|
+
border-color: var(--ring);
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-\[3px\]:has([data-slot="input-group-control"]:focus-visible) {
|
|
1785
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1786
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1787
|
+
}
|
|
1788
|
+
|
|
1789
|
+
.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50:has([data-slot="input-group-control"]:focus-visible) {
|
|
1790
|
+
--tw-ring-color: var(--ring);
|
|
1791
|
+
}
|
|
1792
|
+
|
|
1793
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1794
|
+
.has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50:has([data-slot="input-group-control"]:focus-visible) {
|
|
1795
|
+
--tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
1796
|
+
}
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive:has([data-slot][aria-invalid="true"]) {
|
|
1800
|
+
border-color: var(--destructive);
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-\[3px\]:has([data-slot][aria-invalid="true"]) {
|
|
1804
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1805
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20:has([data-slot][aria-invalid="true"]) {
|
|
1809
|
+
--tw-ring-color: var(--destructive);
|
|
1810
|
+
}
|
|
1811
|
+
|
|
1812
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1813
|
+
.has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20:has([data-slot][aria-invalid="true"]) {
|
|
1814
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
|
|
1818
|
+
.has-\[\>\[data-align\=block-end\]\]\:h-auto:has( > [data-align="block-end"]) {
|
|
1819
|
+
height: auto;
|
|
1820
|
+
}
|
|
1821
|
+
|
|
1822
|
+
.has-\[\>\[data-align\=block-end\]\]\:flex-col:has( > [data-align="block-end"]) {
|
|
1823
|
+
flex-direction: column;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
.has-\[\>\[data-align\=block-start\]\]\:h-auto:has( > [data-align="block-start"]) {
|
|
1827
|
+
height: auto;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
.has-\[\>\[data-align\=block-start\]\]\:flex-col:has( > [data-align="block-start"]) {
|
|
1831
|
+
flex-direction: column;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
.has-\[\>\[data-slot\=checkbox-group\]\]\:gap-3:has( > [data-slot="checkbox-group"]) {
|
|
1835
|
+
gap: calc(var(--spacing) * 3);
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
.has-\[\>\[data-slot\=field-content\]\]\:items-start:has( > [data-slot="field-content"]) {
|
|
1839
|
+
align-items: flex-start;
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
.has-\[\>\[data-slot\=field\]\]\:w-full:has( > [data-slot="field"]) {
|
|
1843
|
+
width: 100%;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
.has-\[\>\[data-slot\=field\]\]\:flex-col:has( > [data-slot="field"]) {
|
|
1847
|
+
flex-direction: column;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
.has-\[\>\[data-slot\=field\]\]\:rounded-md:has( > [data-slot="field"]) {
|
|
1851
|
+
border-radius: calc(var(--radius) - 2px);
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
.has-\[\>\[data-slot\=field\]\]\:border:has( > [data-slot="field"]) {
|
|
1855
|
+
border-style: var(--tw-border-style);
|
|
1856
|
+
border-width: 1px;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1859
|
+
.has-\[\>\[data-slot\=radio-group\]\]\:gap-3:has( > [data-slot="radio-group"]) {
|
|
1860
|
+
gap: calc(var(--spacing) * 3);
|
|
1861
|
+
}
|
|
1862
|
+
|
|
1863
|
+
.has-\[\>button\]\:mr-\[-0\.25rem\]:has( > button) {
|
|
1864
|
+
margin-right: -.25rem;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
.has-\[\>button\]\:ml-\[-0\.25rem\]:has( > button) {
|
|
1868
|
+
margin-left: -.25rem;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
.has-\[\>img\:first-child\]\:pt-0:has( > img:first-child) {
|
|
1872
|
+
padding-top: calc(var(--spacing) * 0);
|
|
1873
|
+
}
|
|
1874
|
+
|
|
1875
|
+
.has-\[\>kbd\]\:mr-\[-0\.15rem\]:has( > kbd) {
|
|
1876
|
+
margin-right: -.15rem;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.has-\[\>kbd\]\:ml-\[-0\.15rem\]:has( > kbd) {
|
|
1880
|
+
margin-left: -.15rem;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
.has-\[\>svg\]\:p-0:has( > svg) {
|
|
1884
|
+
padding: calc(var(--spacing) * 0);
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
.has-\[\>textarea\]\:h-auto:has( > textarea) {
|
|
1888
|
+
height: auto;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.aria-expanded\:bg-muted[aria-expanded="true"] {
|
|
1892
|
+
background-color: var(--muted);
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1895
|
+
.aria-expanded\:bg-secondary[aria-expanded="true"] {
|
|
1896
|
+
background-color: var(--secondary);
|
|
1897
|
+
}
|
|
1898
|
+
|
|
1899
|
+
.aria-expanded\:text-foreground[aria-expanded="true"] {
|
|
1900
|
+
color: var(--foreground);
|
|
1901
|
+
}
|
|
1902
|
+
|
|
1903
|
+
.aria-expanded\:text-secondary-foreground[aria-expanded="true"] {
|
|
1904
|
+
color: var(--secondary-foreground);
|
|
1905
|
+
}
|
|
1906
|
+
|
|
1907
|
+
.aria-invalid\:border-destructive[aria-invalid="true"] {
|
|
1908
|
+
border-color: var(--destructive);
|
|
1909
|
+
}
|
|
1910
|
+
|
|
1911
|
+
.aria-invalid\:ring-0[aria-invalid="true"] {
|
|
1912
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1913
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.aria-invalid\:ring-\[3px\][aria-invalid="true"] {
|
|
1917
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1918
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1921
|
+
.aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
|
|
1922
|
+
--tw-ring-color: var(--destructive);
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1926
|
+
.aria-invalid\:ring-destructive\/20[aria-invalid="true"] {
|
|
1927
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
.data-empty\:p-0[data-empty] {
|
|
1932
|
+
padding: calc(var(--spacing) * 0);
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1935
|
+
.data-highlighted\:bg-accent[data-highlighted] {
|
|
1936
|
+
background-color: var(--accent);
|
|
1937
|
+
}
|
|
1938
|
+
|
|
1939
|
+
.data-highlighted\:text-accent-foreground[data-highlighted], :is(.not-data-\[variant\=destructive\]\:data-highlighted\:\*\*\:text-accent-foreground:not([data-variant="destructive"])[data-highlighted] *) {
|
|
1940
|
+
color: var(--accent-foreground);
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
.data-pressed\:bg-transparent[data-pressed] {
|
|
1944
|
+
background-color: #0000;
|
|
1945
|
+
}
|
|
1946
|
+
|
|
1947
|
+
.data-\[chips\=true\]\:min-w-\(--anchor-width\)[data-chips="true"] {
|
|
1948
|
+
min-width: var(--anchor-width);
|
|
1949
|
+
}
|
|
1950
|
+
|
|
1951
|
+
.data-\[disabled\]\:pointer-events-none[data-disabled] {
|
|
1952
|
+
pointer-events: none;
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
.data-\[disabled\]\:opacity-50[data-disabled] {
|
|
1956
|
+
opacity: .5;
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
.data-\[icon\=true\]\:size-6[data-icon="true"] {
|
|
1960
|
+
width: calc(var(--spacing) * 6);
|
|
1961
|
+
height: calc(var(--spacing) * 6);
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
.data-\[icon\=true\]\:size-7[data-icon="true"] {
|
|
1965
|
+
width: calc(var(--spacing) * 7);
|
|
1966
|
+
height: calc(var(--spacing) * 7);
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
.data-\[icon\=true\]\:size-8[data-icon="true"] {
|
|
1970
|
+
width: calc(var(--spacing) * 8);
|
|
1971
|
+
height: calc(var(--spacing) * 8);
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
.data-\[icon\=true\]\:size-9[data-icon="true"] {
|
|
1975
|
+
width: calc(var(--spacing) * 9);
|
|
1976
|
+
height: calc(var(--spacing) * 9);
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
.data-\[inset\]\:pl-8[data-inset] {
|
|
1980
|
+
padding-left: calc(var(--spacing) * 8);
|
|
1981
|
+
}
|
|
1982
|
+
|
|
1983
|
+
.data-\[invalid\=true\]\:text-destructive[data-invalid="true"] {
|
|
1984
|
+
color: var(--destructive);
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
.data-\[orientation\=horizontal\]\:h-px[data-orientation="horizontal"] {
|
|
1988
|
+
height: 1px;
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
.data-\[orientation\=horizontal\]\:w-full[data-orientation="horizontal"] {
|
|
1992
|
+
width: 100%;
|
|
1993
|
+
}
|
|
1994
|
+
|
|
1995
|
+
.data-\[orientation\=vertical\]\:w-px[data-orientation="vertical"] {
|
|
1996
|
+
width: 1px;
|
|
1997
|
+
}
|
|
1998
|
+
|
|
1999
|
+
.data-\[orientation\=vertical\]\:self-stretch[data-orientation="vertical"] {
|
|
2000
|
+
align-self: stretch;
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
.data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
|
|
2004
|
+
color: var(--muted-foreground);
|
|
2005
|
+
}
|
|
2006
|
+
|
|
2007
|
+
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
|
|
2008
|
+
--tw-enter-translate-y: calc(2 * var(--spacing) * -1);
|
|
2009
|
+
}
|
|
2010
|
+
|
|
2011
|
+
.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
|
|
2012
|
+
--tw-enter-translate-x: calc(2 * var(--spacing));
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
|
|
2016
|
+
--tw-enter-translate-x: calc(2 * var(--spacing) * -1);
|
|
2017
|
+
}
|
|
2018
|
+
|
|
2019
|
+
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
|
|
2020
|
+
--tw-enter-translate-y: calc(2 * var(--spacing));
|
|
2021
|
+
}
|
|
2022
|
+
|
|
2023
|
+
.data-\[size\=default\]\:h-9[data-size="default"] {
|
|
2024
|
+
height: calc(var(--spacing) * 9);
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
.data-\[size\=default\]\:max-w-xs[data-size="default"] {
|
|
2028
|
+
max-width: var(--container-xs);
|
|
2029
|
+
}
|
|
2030
|
+
|
|
2031
|
+
.data-\[size\=sm\]\:h-8[data-size="sm"] {
|
|
2032
|
+
height: calc(var(--spacing) * 8);
|
|
2033
|
+
}
|
|
2034
|
+
|
|
2035
|
+
.data-\[size\=sm\]\:max-w-xs[data-size="sm"] {
|
|
2036
|
+
max-width: var(--container-xs);
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
.data-\[size\=sm\]\:gap-4[data-size="sm"] {
|
|
2040
|
+
gap: calc(var(--spacing) * 4);
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
.data-\[size\=sm\]\:py-4[data-size="sm"] {
|
|
2044
|
+
padding-block: calc(var(--spacing) * 4);
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2047
|
+
.data-\[slot\=checkbox-group\]\:gap-3[data-slot="checkbox-group"] {
|
|
2048
|
+
gap: calc(var(--spacing) * 3);
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
:is(.\*\:data-\[slot\=input-group\]\:m-1 > *)[data-slot="input-group"] {
|
|
2052
|
+
margin: calc(var(--spacing) * 1);
|
|
2053
|
+
}
|
|
2054
|
+
|
|
2055
|
+
:is(.\*\:data-\[slot\=input-group\]\:mb-0 > *)[data-slot="input-group"] {
|
|
2056
|
+
margin-bottom: calc(var(--spacing) * 0);
|
|
2057
|
+
}
|
|
2058
|
+
|
|
2059
|
+
:is(.\*\:data-\[slot\=input-group\]\:h-8 > *)[data-slot="input-group"] {
|
|
2060
|
+
height: calc(var(--spacing) * 8);
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
:is(.\*\:data-\[slot\=input-group\]\:border-input\/30 > *)[data-slot="input-group"] {
|
|
2064
|
+
border-color: var(--input);
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2068
|
+
:is(.\*\:data-\[slot\=input-group\]\:border-input\/30 > *)[data-slot="input-group"] {
|
|
2069
|
+
border-color: color-mix(in oklab, var(--input) 30%, transparent);
|
|
2070
|
+
}
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
:is(.\*\:data-\[slot\=input-group\]\:bg-input\/30 > *)[data-slot="input-group"] {
|
|
2074
|
+
background-color: var(--input);
|
|
2075
|
+
}
|
|
2076
|
+
|
|
2077
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2078
|
+
:is(.\*\:data-\[slot\=input-group\]\:bg-input\/30 > *)[data-slot="input-group"] {
|
|
2079
|
+
background-color: color-mix(in oklab, var(--input) 30%, transparent);
|
|
2080
|
+
}
|
|
2081
|
+
}
|
|
2082
|
+
|
|
2083
|
+
:is(.\*\:data-\[slot\=input-group\]\:shadow-none > *)[data-slot="input-group"] {
|
|
2084
|
+
--tw-shadow: 0 0 #0000;
|
|
2085
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2086
|
+
}
|
|
2087
|
+
|
|
2088
|
+
:is(.\*\:data-\[slot\=select-value\]\:line-clamp-1 > *)[data-slot="select-value"] {
|
|
2089
|
+
-webkit-line-clamp: 1;
|
|
2090
|
+
-webkit-box-orient: vertical;
|
|
2091
|
+
display: -webkit-box;
|
|
2092
|
+
overflow: hidden;
|
|
2093
|
+
}
|
|
2094
|
+
|
|
2095
|
+
:is(.\*\:data-\[slot\=select-value\]\:flex > *)[data-slot="select-value"] {
|
|
2096
|
+
display: flex;
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
:is(.\*\:data-\[slot\=select-value\]\:items-center > *)[data-slot="select-value"] {
|
|
2100
|
+
align-items: center;
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
:is(.\*\:data-\[slot\=select-value\]\:gap-1\.5 > *)[data-slot="select-value"] {
|
|
2104
|
+
gap: calc(var(--spacing) * 1.5);
|
|
2105
|
+
}
|
|
2106
|
+
|
|
2107
|
+
.data-\[variant\=destructive\]\:text-destructive[data-variant="destructive"] {
|
|
2108
|
+
color: var(--destructive);
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
.data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant="destructive"]:focus {
|
|
2112
|
+
background-color: var(--destructive);
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2116
|
+
.data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant="destructive"]:focus {
|
|
2117
|
+
background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
|
|
2121
|
+
.data-\[variant\=destructive\]\:focus\:text-destructive[data-variant="destructive"]:focus {
|
|
2122
|
+
color: var(--destructive);
|
|
2123
|
+
}
|
|
2124
|
+
|
|
2125
|
+
.data-\[variant\=label\]\:text-sm[data-variant="label"] {
|
|
2126
|
+
font-size: var(--text-sm);
|
|
2127
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2128
|
+
}
|
|
2129
|
+
|
|
2130
|
+
.data-\[variant\=legend\]\:text-base[data-variant="legend"] {
|
|
2131
|
+
font-size: var(--text-base);
|
|
2132
|
+
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
2133
|
+
}
|
|
2134
|
+
|
|
2135
|
+
.nth-last-2\:-mt-1:nth-last-child(2) {
|
|
2136
|
+
margin-top: calc(var(--spacing) * -1);
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2139
|
+
@supports ((-webkit-backdrop-filter: var(--tw)) or (backdrop-filter: var(--tw))) {
|
|
2140
|
+
.supports-backdrop-filter\:backdrop-blur-xs {
|
|
2141
|
+
--tw-backdrop-blur: blur(var(--blur-xs));
|
|
2142
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
|
|
2143
|
+
backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
|
|
2144
|
+
}
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
@media (min-width: 40rem) {
|
|
2148
|
+
.sm\:flex-row {
|
|
2149
|
+
flex-direction: row;
|
|
2150
|
+
}
|
|
2151
|
+
|
|
2152
|
+
.sm\:justify-end {
|
|
2153
|
+
justify-content: flex-end;
|
|
2154
|
+
}
|
|
2155
|
+
|
|
2156
|
+
.sm\:gap-12 {
|
|
2157
|
+
gap: calc(var(--spacing) * 12);
|
|
2158
|
+
}
|
|
2159
|
+
|
|
2160
|
+
.sm\:p-6 {
|
|
2161
|
+
padding: calc(var(--spacing) * 6);
|
|
2162
|
+
}
|
|
2163
|
+
|
|
2164
|
+
.sm\:group-data-\[size\=default\]\/alert-dialog-content\:row-span-2:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
|
|
2165
|
+
grid-row: span 2 / span 2;
|
|
2166
|
+
}
|
|
2167
|
+
|
|
2168
|
+
.sm\:group-data-\[size\=default\]\/alert-dialog-content\:place-items-start:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
|
|
2169
|
+
place-items: start;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
.sm\:group-data-\[size\=default\]\/alert-dialog-content\:text-left:is(:where(.group\/alert-dialog-content)[data-size="default"] *) {
|
|
2173
|
+
text-align: left;
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
.sm\:group-data-\[size\=default\]\/alert-dialog-content\:group-has-data-\[slot\=alert-dialog-media\]\/alert-dialog-content\:col-start-2:is(:where(.group\/alert-dialog-content)[data-size="default"] *):is(:where(.group\/alert-dialog-content):has([data-slot="alert-dialog-media"]) *) {
|
|
2177
|
+
grid-column-start: 2;
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
.sm\:group-data-\[size\=default\]\/alert-dialog-content\:has-data-\[slot\=alert-dialog-media\]\:grid-rows-\[auto_1fr\]:is(:where(.group\/alert-dialog-content)[data-size="default"] *):has([data-slot="alert-dialog-media"]) {
|
|
2181
|
+
grid-template-rows: auto 1fr;
|
|
2182
|
+
}
|
|
2183
|
+
|
|
2184
|
+
.data-\[size\=default\]\:sm\:max-w-lg[data-size="default"] {
|
|
2185
|
+
max-width: var(--container-lg);
|
|
2186
|
+
}
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
@media (min-width: 48rem) {
|
|
2190
|
+
.md\:grid-cols-2 {
|
|
2191
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2192
|
+
}
|
|
2193
|
+
|
|
2194
|
+
.md\:gap-8 {
|
|
2195
|
+
gap: calc(var(--spacing) * 8);
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
.md\:px-6 {
|
|
2199
|
+
padding-inline: calc(var(--spacing) * 6);
|
|
2200
|
+
}
|
|
2201
|
+
|
|
2202
|
+
.md\:text-sm {
|
|
2203
|
+
font-size: var(--text-sm);
|
|
2204
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
.md\:text-pretty {
|
|
2208
|
+
text-wrap: pretty;
|
|
2209
|
+
}
|
|
2210
|
+
}
|
|
2211
|
+
|
|
2212
|
+
@media (min-width: 64rem) {
|
|
2213
|
+
.lg\:max-w-none {
|
|
2214
|
+
max-width: none;
|
|
2215
|
+
}
|
|
2216
|
+
|
|
2217
|
+
.lg\:p-12 {
|
|
2218
|
+
padding: calc(var(--spacing) * 12);
|
|
2219
|
+
}
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
@media (min-width: 96rem) {
|
|
2223
|
+
.\32 xl\:max-w-6xl {
|
|
2224
|
+
max-width: var(--container-6xl);
|
|
2225
|
+
}
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
@container field-group (min-width: 28rem) {
|
|
2229
|
+
.\@md\/field-group\:flex-row {
|
|
2230
|
+
flex-direction: row;
|
|
2231
|
+
}
|
|
2232
|
+
|
|
2233
|
+
.\@md\/field-group\:items-center {
|
|
2234
|
+
align-items: center;
|
|
2235
|
+
}
|
|
2236
|
+
|
|
2237
|
+
.\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:items-start:has( > [data-slot="field-content"]) {
|
|
2238
|
+
align-items: flex-start;
|
|
2239
|
+
}
|
|
2240
|
+
}
|
|
2241
|
+
|
|
2242
|
+
.dark\:border-input:is(.dark *) {
|
|
2243
|
+
border-color: var(--input);
|
|
2244
|
+
}
|
|
2245
|
+
|
|
2246
|
+
.dark\:bg-destructive\/20:is(.dark *) {
|
|
2247
|
+
background-color: var(--destructive);
|
|
2248
|
+
}
|
|
2249
|
+
|
|
2250
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2251
|
+
.dark\:bg-destructive\/20:is(.dark *) {
|
|
2252
|
+
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
2253
|
+
}
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
.dark\:bg-input\/30:is(.dark *) {
|
|
2257
|
+
background-color: var(--input);
|
|
2258
|
+
}
|
|
2259
|
+
|
|
2260
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2261
|
+
.dark\:bg-input\/30:is(.dark *) {
|
|
2262
|
+
background-color: color-mix(in oklab, var(--input) 30%, transparent);
|
|
2263
|
+
}
|
|
2264
|
+
}
|
|
2265
|
+
|
|
2266
|
+
.dark\:bg-transparent:is(.dark *) {
|
|
2267
|
+
background-color: #0000;
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
@media (hover: hover) {
|
|
2271
|
+
.dark\:hover\:bg-destructive\/30:is(.dark *):hover {
|
|
2272
|
+
background-color: var(--destructive);
|
|
2273
|
+
}
|
|
2274
|
+
|
|
2275
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2276
|
+
.dark\:hover\:bg-destructive\/30:is(.dark *):hover {
|
|
2277
|
+
background-color: color-mix(in oklab, var(--destructive) 30%, transparent);
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
.dark\:hover\:bg-input\/50:is(.dark *):hover {
|
|
2282
|
+
background-color: var(--input);
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2286
|
+
.dark\:hover\:bg-input\/50:is(.dark *):hover {
|
|
2287
|
+
background-color: color-mix(in oklab, var(--input) 50%, transparent);
|
|
2288
|
+
}
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2291
|
+
.dark\:hover\:bg-muted\/50:is(.dark *):hover {
|
|
2292
|
+
background-color: var(--muted);
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2296
|
+
.dark\:hover\:bg-muted\/50:is(.dark *):hover {
|
|
2297
|
+
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
2298
|
+
}
|
|
2299
|
+
}
|
|
2300
|
+
}
|
|
2301
|
+
|
|
2302
|
+
.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
|
|
2303
|
+
--tw-ring-color: var(--destructive);
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2307
|
+
.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible {
|
|
2308
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
|
|
2312
|
+
.dark\:has-aria-invalid\:border-destructive\/50:is(.dark *):has([aria-invalid="true"]) {
|
|
2313
|
+
border-color: var(--destructive);
|
|
2314
|
+
}
|
|
2315
|
+
|
|
2316
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2317
|
+
.dark\:has-aria-invalid\:border-destructive\/50:is(.dark *):has([aria-invalid="true"]) {
|
|
2318
|
+
border-color: color-mix(in oklab, var(--destructive) 50%, transparent);
|
|
2319
|
+
}
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
.dark\:has-aria-invalid\:ring-destructive\/40:is(.dark *):has([aria-invalid="true"]) {
|
|
2323
|
+
--tw-ring-color: var(--destructive);
|
|
2324
|
+
}
|
|
2325
|
+
|
|
2326
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2327
|
+
.dark\:has-aria-invalid\:ring-destructive\/40:is(.dark *):has([aria-invalid="true"]) {
|
|
2328
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
2329
|
+
}
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
.dark\:has-data-checked\:bg-primary\/10:is(.dark *):has(:where([data-state="checked"]), :where([data-checked]:not([data-checked="false"]))) {
|
|
2333
|
+
background-color: var(--primary);
|
|
2334
|
+
}
|
|
2335
|
+
|
|
2336
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2337
|
+
.dark\:has-data-checked\:bg-primary\/10:is(.dark *):has(:where([data-state="checked"]), :where([data-checked]:not([data-checked="false"]))) {
|
|
2338
|
+
background-color: color-mix(in oklab, var(--primary) 10%, transparent);
|
|
2339
|
+
}
|
|
2340
|
+
}
|
|
2341
|
+
|
|
2342
|
+
.dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(.dark *):has([data-slot][aria-invalid="true"]) {
|
|
2343
|
+
--tw-ring-color: var(--destructive);
|
|
2344
|
+
}
|
|
2345
|
+
|
|
2346
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2347
|
+
.dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40:is(.dark *):has([data-slot][aria-invalid="true"]) {
|
|
2348
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
2349
|
+
}
|
|
2350
|
+
}
|
|
2351
|
+
|
|
2352
|
+
.dark\:aria-invalid\:border-destructive\/50:is(.dark *)[aria-invalid="true"] {
|
|
2353
|
+
border-color: var(--destructive);
|
|
2354
|
+
}
|
|
2355
|
+
|
|
2356
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2357
|
+
.dark\:aria-invalid\:border-destructive\/50:is(.dark *)[aria-invalid="true"] {
|
|
2358
|
+
border-color: color-mix(in oklab, var(--destructive) 50%, transparent);
|
|
2359
|
+
}
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
|
|
2363
|
+
--tw-ring-color: var(--destructive);
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2367
|
+
.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid="true"] {
|
|
2368
|
+
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
2369
|
+
}
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant="destructive"]:focus {
|
|
2373
|
+
background-color: var(--destructive);
|
|
2374
|
+
}
|
|
2375
|
+
|
|
2376
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2377
|
+
.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant="destructive"]:focus {
|
|
2378
|
+
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
|
|
2382
|
+
.data-open\:animate-in:where([data-state="open"]), .data-open\:animate-in:where([data-open]:not([data-open="false"])) {
|
|
2383
|
+
animation: enter var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
.data-open\:bg-accent:where([data-state="open"]), .data-open\:bg-accent:where([data-open]:not([data-open="false"])) {
|
|
2387
|
+
background-color: var(--accent);
|
|
2388
|
+
}
|
|
2389
|
+
|
|
2390
|
+
.data-open\:text-accent-foreground:where([data-state="open"]), .data-open\:text-accent-foreground:where([data-open]:not([data-open="false"])) {
|
|
2391
|
+
color: var(--accent-foreground);
|
|
2392
|
+
}
|
|
2393
|
+
|
|
2394
|
+
.data-open\:fade-in-0:where([data-state="open"]), .data-open\:fade-in-0:where([data-open]:not([data-open="false"])) {
|
|
2395
|
+
--tw-enter-opacity: 0;
|
|
2396
|
+
}
|
|
2397
|
+
|
|
2398
|
+
.data-open\:zoom-in-95:where([data-state="open"]), .data-open\:zoom-in-95:where([data-open]:not([data-open="false"])) {
|
|
2399
|
+
--tw-enter-scale: .95;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
.data-closed\:animate-out:where([data-state="closed"]), .data-closed\:animate-out:where([data-closed]:not([data-closed="false"])) {
|
|
2403
|
+
animation: exit var(--tw-animation-duration, var(--tw-duration, .15s)) var(--tw-ease, ease) var(--tw-animation-delay, 0s) var(--tw-animation-iteration-count, 1) var(--tw-animation-direction, normal) var(--tw-animation-fill-mode, none);
|
|
2404
|
+
}
|
|
2405
|
+
|
|
2406
|
+
.data-closed\:overflow-hidden:where([data-state="closed"]), .data-closed\:overflow-hidden:where([data-closed]:not([data-closed="false"])) {
|
|
2407
|
+
overflow: hidden;
|
|
2408
|
+
}
|
|
2409
|
+
|
|
2410
|
+
.data-closed\:fade-out-0:where([data-state="closed"]), .data-closed\:fade-out-0:where([data-closed]:not([data-closed="false"])) {
|
|
2411
|
+
--tw-exit-opacity: 0;
|
|
2412
|
+
}
|
|
2413
|
+
|
|
2414
|
+
.data-closed\:zoom-out-95:where([data-state="closed"]), .data-closed\:zoom-out-95:where([data-closed]:not([data-closed="false"])) {
|
|
2415
|
+
--tw-exit-scale: .95;
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2418
|
+
.data-disabled\:pointer-events-none:where([data-disabled="true"]), .data-disabled\:pointer-events-none:where([data-disabled]:not([data-disabled="false"])) {
|
|
2419
|
+
pointer-events: none;
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
.data-disabled\:opacity-50:where([data-disabled="true"]), .data-disabled\:opacity-50:where([data-disabled]:not([data-disabled="false"])) {
|
|
2423
|
+
opacity: .5;
|
|
2424
|
+
}
|
|
2425
|
+
|
|
2426
|
+
.\[\&_svg\]\:pointer-events-none svg {
|
|
2427
|
+
pointer-events: none;
|
|
2428
|
+
}
|
|
2429
|
+
|
|
2430
|
+
.\[\&_svg\]\:shrink-0 svg {
|
|
2431
|
+
flex-shrink: 0;
|
|
2432
|
+
}
|
|
2433
|
+
|
|
2434
|
+
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*="size-"]) {
|
|
2435
|
+
width: calc(var(--spacing) * 3);
|
|
2436
|
+
height: calc(var(--spacing) * 3);
|
|
2437
|
+
}
|
|
2438
|
+
|
|
2439
|
+
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
|
|
2440
|
+
width: calc(var(--spacing) * 4);
|
|
2441
|
+
height: calc(var(--spacing) * 4);
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
.\[\.border-b\]\:pb-2.border-b {
|
|
2445
|
+
padding-bottom: calc(var(--spacing) * 2);
|
|
2446
|
+
}
|
|
2447
|
+
|
|
2448
|
+
.\[\.border-b\]\:pb-6.border-b {
|
|
2449
|
+
padding-bottom: calc(var(--spacing) * 6);
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
.group-data-\[size\=sm\]\/card\:\[\.border-b\]\:pb-4:is(:where(.group\/card)[data-size="sm"] *).border-b {
|
|
2453
|
+
padding-bottom: calc(var(--spacing) * 4);
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
.\[\.border-t\]\:pt-2.border-t {
|
|
2457
|
+
padding-top: calc(var(--spacing) * 2);
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
.\[\.border-t\]\:pt-6.border-t {
|
|
2461
|
+
padding-top: calc(var(--spacing) * 6);
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
.group-data-\[size\=sm\]\/card\:\[\.border-t\]\:pt-4:is(:where(.group\/card)[data-size="sm"] *).border-t {
|
|
2465
|
+
padding-top: calc(var(--spacing) * 4);
|
|
2466
|
+
}
|
|
2467
|
+
|
|
2468
|
+
:is(.\*\:\[a\]\:underline > *):is(a) {
|
|
2469
|
+
text-decoration-line: underline;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
:is(.\*\:\[a\]\:underline-offset-3 > *):is(a) {
|
|
2473
|
+
text-underline-offset: 3px;
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
@media (hover: hover) {
|
|
2477
|
+
.\[a\]\:hover\:bg-destructive\/20:is(a):hover {
|
|
2478
|
+
background-color: var(--destructive);
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2481
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2482
|
+
.\[a\]\:hover\:bg-destructive\/20:is(a):hover {
|
|
2483
|
+
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
2484
|
+
}
|
|
2485
|
+
}
|
|
2486
|
+
|
|
2487
|
+
.\[a\]\:hover\:bg-muted:is(a):hover {
|
|
2488
|
+
background-color: var(--muted);
|
|
2489
|
+
}
|
|
2490
|
+
|
|
2491
|
+
.\[a\]\:hover\:bg-primary\/80:is(a):hover {
|
|
2492
|
+
background-color: var(--primary);
|
|
2493
|
+
}
|
|
2494
|
+
|
|
2495
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2496
|
+
.\[a\]\:hover\:bg-primary\/80:is(a):hover {
|
|
2497
|
+
background-color: color-mix(in oklab, var(--primary) 80%, transparent);
|
|
2498
|
+
}
|
|
2499
|
+
}
|
|
2500
|
+
|
|
2501
|
+
.\[a\]\:hover\:bg-secondary\/80:is(a):hover {
|
|
2502
|
+
background-color: var(--secondary);
|
|
2503
|
+
}
|
|
2504
|
+
|
|
2505
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2506
|
+
.\[a\]\:hover\:bg-secondary\/80:is(a):hover {
|
|
2507
|
+
background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
|
|
2508
|
+
}
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
.\[a\]\:hover\:text-muted-foreground:is(a):hover {
|
|
2512
|
+
color: var(--muted-foreground);
|
|
2513
|
+
}
|
|
2514
|
+
|
|
2515
|
+
:is(.\*\:\[a\]\:hover\:text-foreground > *):is(a):hover {
|
|
2516
|
+
color: var(--foreground);
|
|
2517
|
+
}
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
:is(.\*\:\[div\:not\(\[class\*\=\'w-\'\]\)\]\:w-full > *):is(div:not([class*="w-"])) {
|
|
2521
|
+
width: 100%;
|
|
2522
|
+
}
|
|
2523
|
+
|
|
2524
|
+
:is(.\*\:\[img\:first-child\]\:rounded-t-xl > *):is(img:first-child) {
|
|
2525
|
+
border-top-left-radius: calc(var(--radius) + 4px);
|
|
2526
|
+
border-top-right-radius: calc(var(--radius) + 4px);
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2529
|
+
:is(.\*\:\[img\:last-child\]\:rounded-b-xl > *):is(img:last-child) {
|
|
2530
|
+
border-bottom-right-radius: calc(var(--radius) + 4px);
|
|
2531
|
+
border-bottom-left-radius: calc(var(--radius) + 4px);
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
:is(.\*\:\[span\]\:last\:flex > *):is(span):last-child {
|
|
2535
|
+
display: flex;
|
|
2536
|
+
}
|
|
2537
|
+
|
|
2538
|
+
:is(.\*\:\[span\]\:last\:items-center > *):is(span):last-child {
|
|
2539
|
+
align-items: center;
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2542
|
+
:is(.\*\:\[span\]\:last\:gap-2 > *):is(span):last-child {
|
|
2543
|
+
gap: calc(var(--spacing) * 2);
|
|
2544
|
+
}
|
|
2545
|
+
|
|
2546
|
+
:is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:text-destructive[data-variant="destructive"] > *):is(svg) {
|
|
2547
|
+
color: var(--destructive);
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
:is(.\*\:\[svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-8 > *):is(svg:not([class*="size-"])) {
|
|
2551
|
+
width: calc(var(--spacing) * 8);
|
|
2552
|
+
height: calc(var(--spacing) * 8);
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
|
+
.\[\&\>\*\]\:w-full > * {
|
|
2556
|
+
width: 100%;
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
.\[\&\>\*\]\:data-\[slot\=field\]\:p-3 > [data-slot="field"] {
|
|
2560
|
+
padding: calc(var(--spacing) * 3);
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
@container field-group (min-width: 28rem) {
|
|
2564
|
+
.\@md\/field-group\:\[\&\>\*\]\:w-auto > * {
|
|
2565
|
+
width: auto;
|
|
2566
|
+
}
|
|
2567
|
+
}
|
|
2568
|
+
|
|
2569
|
+
.\[\&\>\.sr-only\]\:w-auto > .sr-only {
|
|
2570
|
+
width: auto;
|
|
2571
|
+
}
|
|
2572
|
+
|
|
2573
|
+
.\[\&\>\[data-slot\=field-group\]\]\:gap-4 > [data-slot="field-group"] {
|
|
2574
|
+
gap: calc(var(--spacing) * 4);
|
|
2575
|
+
}
|
|
2576
|
+
|
|
2577
|
+
.\[\&\>\[data-slot\=field-label\]\]\:flex-auto > [data-slot="field-label"] {
|
|
2578
|
+
flex: auto;
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
@container field-group (min-width: 28rem) {
|
|
2582
|
+
.\@md\/field-group\:\[\&\>\[data-slot\=field-label\]\]\:flex-auto > [data-slot="field-label"] {
|
|
2583
|
+
flex: auto;
|
|
2584
|
+
}
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
.has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot="field-content"]) > [role="checkbox"], .has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot="field-content"]) [role="radio"] {
|
|
2588
|
+
margin-top: 1px;
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
@container field-group (min-width: 28rem) {
|
|
2592
|
+
.\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot="field-content"]) > [role="checkbox"], .\@md\/field-group\:has-\[\>\[data-slot\=field-content\]\]\:\[\&\>\[role\=checkbox\]\,\[role\=radio\]\]\:mt-px:has( > [data-slot="field-content"]) [role="radio"] {
|
|
2593
|
+
margin-top: 1px;
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
.\[\&\>a\]\:underline > a {
|
|
2598
|
+
text-decoration-line: underline;
|
|
2599
|
+
}
|
|
2600
|
+
|
|
2601
|
+
.\[\&\>a\]\:underline-offset-4 > a {
|
|
2602
|
+
text-underline-offset: 4px;
|
|
2603
|
+
}
|
|
2604
|
+
|
|
2605
|
+
.\[\&\>a\:hover\]\:text-primary > a:hover {
|
|
2606
|
+
color: var(--primary);
|
|
2607
|
+
}
|
|
2608
|
+
|
|
2609
|
+
.has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3:has( > [data-align="block-end"]) > input {
|
|
2610
|
+
padding-top: calc(var(--spacing) * 3);
|
|
2611
|
+
}
|
|
2612
|
+
|
|
2613
|
+
.has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3:has( > [data-align="block-start"]) > input {
|
|
2614
|
+
padding-bottom: calc(var(--spacing) * 3);
|
|
2615
|
+
}
|
|
2616
|
+
|
|
2617
|
+
.has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-1\.5:has( > [data-align="inline-end"]) > input {
|
|
2618
|
+
padding-right: calc(var(--spacing) * 1.5);
|
|
2619
|
+
}
|
|
2620
|
+
|
|
2621
|
+
.has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-1\.5:has( > [data-align="inline-start"]) > input {
|
|
2622
|
+
padding-left: calc(var(--spacing) * 1.5);
|
|
2623
|
+
}
|
|
2624
|
+
|
|
2625
|
+
.\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\] > kbd {
|
|
2626
|
+
border-radius: calc(var(--radius) - 5px);
|
|
2627
|
+
}
|
|
2628
|
+
|
|
2629
|
+
.\[\&\>svg\]\:pointer-events-none > svg {
|
|
2630
|
+
pointer-events: none;
|
|
2631
|
+
}
|
|
2632
|
+
|
|
2633
|
+
.\[\&\>svg\]\:size-3\! > svg {
|
|
2634
|
+
width: calc(var(--spacing) * 3) !important;
|
|
2635
|
+
height: calc(var(--spacing) * 3) !important;
|
|
2636
|
+
}
|
|
2637
|
+
|
|
2638
|
+
.\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 > svg:not([class*="size-"]) {
|
|
2639
|
+
width: calc(var(--spacing) * 3.5);
|
|
2640
|
+
height: calc(var(--spacing) * 3.5);
|
|
2641
|
+
}
|
|
2642
|
+
|
|
2643
|
+
.\[\&\>svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 > svg:not([class*="size-"]) {
|
|
2644
|
+
width: calc(var(--spacing) * 4);
|
|
2645
|
+
height: calc(var(--spacing) * 4);
|
|
2646
|
+
}
|
|
2647
|
+
|
|
2648
|
+
[data-slot="combobox-content"] .\[\[data-slot\=combobox-content\]_\&\]\:focus-within\:border-inherit:focus-within {
|
|
2649
|
+
border-color: inherit;
|
|
2650
|
+
}
|
|
2651
|
+
|
|
2652
|
+
[data-slot="combobox-content"] .\[\[data-slot\=combobox-content\]_\&\]\:focus-within\:ring-0:focus-within {
|
|
2653
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2654
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2655
|
+
}
|
|
2656
|
+
|
|
2657
|
+
[data-variant="legend"] + .\[\[data-variant\=legend\]\+\&\]\:-mt-1\.5 {
|
|
2658
|
+
margin-top: calc(var(--spacing) * -1.5);
|
|
2659
|
+
}
|
|
2660
|
+
}
|
|
2661
|
+
|
|
2662
|
+
@property --tw-animation-delay {
|
|
2663
|
+
syntax: "*";
|
|
2664
|
+
inherits: false;
|
|
2665
|
+
initial-value: 0s;
|
|
2666
|
+
}
|
|
2667
|
+
|
|
2668
|
+
@property --tw-animation-direction {
|
|
2669
|
+
syntax: "*";
|
|
2670
|
+
inherits: false;
|
|
2671
|
+
initial-value: normal;
|
|
2672
|
+
}
|
|
2673
|
+
|
|
2674
|
+
@property --tw-animation-duration {
|
|
2675
|
+
syntax: "*";
|
|
2676
|
+
inherits: false
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
@property --tw-animation-fill-mode {
|
|
2680
|
+
syntax: "*";
|
|
2681
|
+
inherits: false;
|
|
2682
|
+
initial-value: none;
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
@property --tw-animation-iteration-count {
|
|
2686
|
+
syntax: "*";
|
|
2687
|
+
inherits: false;
|
|
2688
|
+
initial-value: 1;
|
|
2689
|
+
}
|
|
2690
|
+
|
|
2691
|
+
@property --tw-enter-blur {
|
|
2692
|
+
syntax: "*";
|
|
2693
|
+
inherits: false;
|
|
2694
|
+
initial-value: 0;
|
|
2695
|
+
}
|
|
2696
|
+
|
|
2697
|
+
@property --tw-enter-opacity {
|
|
2698
|
+
syntax: "*";
|
|
2699
|
+
inherits: false;
|
|
2700
|
+
initial-value: 1;
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
@property --tw-enter-rotate {
|
|
2704
|
+
syntax: "*";
|
|
2705
|
+
inherits: false;
|
|
2706
|
+
initial-value: 0;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
@property --tw-enter-scale {
|
|
2710
|
+
syntax: "*";
|
|
2711
|
+
inherits: false;
|
|
2712
|
+
initial-value: 1;
|
|
2713
|
+
}
|
|
2714
|
+
|
|
2715
|
+
@property --tw-enter-translate-x {
|
|
2716
|
+
syntax: "*";
|
|
2717
|
+
inherits: false;
|
|
2718
|
+
initial-value: 0;
|
|
2719
|
+
}
|
|
2720
|
+
|
|
2721
|
+
@property --tw-enter-translate-y {
|
|
2722
|
+
syntax: "*";
|
|
2723
|
+
inherits: false;
|
|
2724
|
+
initial-value: 0;
|
|
2725
|
+
}
|
|
2726
|
+
|
|
2727
|
+
@property --tw-exit-blur {
|
|
2728
|
+
syntax: "*";
|
|
2729
|
+
inherits: false;
|
|
2730
|
+
initial-value: 0;
|
|
2731
|
+
}
|
|
2732
|
+
|
|
2733
|
+
@property --tw-exit-opacity {
|
|
2734
|
+
syntax: "*";
|
|
2735
|
+
inherits: false;
|
|
2736
|
+
initial-value: 1;
|
|
2737
|
+
}
|
|
2738
|
+
|
|
2739
|
+
@property --tw-exit-rotate {
|
|
2740
|
+
syntax: "*";
|
|
2741
|
+
inherits: false;
|
|
2742
|
+
initial-value: 0;
|
|
2743
|
+
}
|
|
2744
|
+
|
|
2745
|
+
@property --tw-exit-scale {
|
|
2746
|
+
syntax: "*";
|
|
2747
|
+
inherits: false;
|
|
2748
|
+
initial-value: 1;
|
|
2749
|
+
}
|
|
2750
|
+
|
|
2751
|
+
@property --tw-exit-translate-x {
|
|
2752
|
+
syntax: "*";
|
|
2753
|
+
inherits: false;
|
|
2754
|
+
initial-value: 0;
|
|
2755
|
+
}
|
|
2756
|
+
|
|
2757
|
+
@property --tw-exit-translate-y {
|
|
2758
|
+
syntax: "*";
|
|
2759
|
+
inherits: false;
|
|
2760
|
+
initial-value: 0;
|
|
2761
|
+
}
|
|
2762
|
+
|
|
2763
|
+
:root {
|
|
2764
|
+
--background: oklch(100% 0 0);
|
|
2765
|
+
--foreground: oklch(14.5% 0 0);
|
|
2766
|
+
--card: oklch(100% 0 0);
|
|
2767
|
+
--card-foreground: oklch(14.5% 0 0);
|
|
2768
|
+
--popover: oklch(100% 0 0);
|
|
2769
|
+
--popover-foreground: oklch(14.5% 0 0);
|
|
2770
|
+
--primary: oklch(20.5% 0 0);
|
|
2771
|
+
--primary-foreground: oklch(98.5% 0 0);
|
|
2772
|
+
--secondary: oklch(97% 0 0);
|
|
2773
|
+
--secondary-foreground: oklch(20.5% 0 0);
|
|
2774
|
+
--muted: oklch(97% 0 0);
|
|
2775
|
+
--muted-foreground: oklch(55.6% 0 0);
|
|
2776
|
+
--accent: oklch(97% 0 0);
|
|
2777
|
+
--accent-foreground: oklch(20.5% 0 0);
|
|
2778
|
+
--destructive: oklch(58% .22 27);
|
|
2779
|
+
--border: oklch(92.2% 0 0);
|
|
2780
|
+
--input: oklch(92.2% 0 0);
|
|
2781
|
+
--ring: oklch(70.8% 0 0);
|
|
2782
|
+
--chart-1: oklch(80.9% .105 251.813);
|
|
2783
|
+
--chart-2: oklch(62.3% .214 259.815);
|
|
2784
|
+
--chart-3: oklch(54.6% .245 262.881);
|
|
2785
|
+
--chart-4: oklch(48.8% .243 264.376);
|
|
2786
|
+
--chart-5: oklch(42.4% .199 265.638);
|
|
2787
|
+
--radius: .625rem;
|
|
2788
|
+
--sidebar: oklch(98.5% 0 0);
|
|
2789
|
+
--sidebar-foreground: oklch(14.5% 0 0);
|
|
2790
|
+
--sidebar-primary: oklch(20.5% 0 0);
|
|
2791
|
+
--sidebar-primary-foreground: oklch(98.5% 0 0);
|
|
2792
|
+
--sidebar-accent: oklch(97% 0 0);
|
|
2793
|
+
--sidebar-accent-foreground: oklch(20.5% 0 0);
|
|
2794
|
+
--sidebar-border: oklch(92.2% 0 0);
|
|
2795
|
+
--sidebar-ring: oklch(70.8% 0 0);
|
|
2796
|
+
}
|
|
2797
|
+
|
|
2798
|
+
.dark {
|
|
2799
|
+
--background: oklch(14.5% 0 0);
|
|
2800
|
+
--foreground: oklch(98.5% 0 0);
|
|
2801
|
+
--card: oklch(20.5% 0 0);
|
|
2802
|
+
--card-foreground: oklch(98.5% 0 0);
|
|
2803
|
+
--popover: oklch(20.5% 0 0);
|
|
2804
|
+
--popover-foreground: oklch(98.5% 0 0);
|
|
2805
|
+
--primary: oklch(87% 0 0);
|
|
2806
|
+
--primary-foreground: oklch(20.5% 0 0);
|
|
2807
|
+
--secondary: oklch(26.9% 0 0);
|
|
2808
|
+
--secondary-foreground: oklch(98.5% 0 0);
|
|
2809
|
+
--muted: oklch(26.9% 0 0);
|
|
2810
|
+
--muted-foreground: oklch(70.8% 0 0);
|
|
2811
|
+
--accent: oklch(37.1% 0 0);
|
|
2812
|
+
--accent-foreground: oklch(98.5% 0 0);
|
|
2813
|
+
--destructive: oklch(70.4% .191 22.216);
|
|
2814
|
+
--border: oklch(100% 0 0 / .1);
|
|
2815
|
+
--input: oklch(100% 0 0 / .15);
|
|
2816
|
+
--ring: oklch(55.6% 0 0);
|
|
2817
|
+
--chart-1: oklch(80.9% .105 251.813);
|
|
2818
|
+
--chart-2: oklch(62.3% .214 259.815);
|
|
2819
|
+
--chart-3: oklch(54.6% .245 262.881);
|
|
2820
|
+
--chart-4: oklch(48.8% .243 264.376);
|
|
2821
|
+
--chart-5: oklch(42.4% .199 265.638);
|
|
2822
|
+
--sidebar: oklch(20.5% 0 0);
|
|
2823
|
+
--sidebar-foreground: oklch(98.5% 0 0);
|
|
2824
|
+
--sidebar-primary: oklch(48.8% .243 264.376);
|
|
2825
|
+
--sidebar-primary-foreground: oklch(98.5% 0 0);
|
|
2826
|
+
--sidebar-accent: oklch(26.9% 0 0);
|
|
2827
|
+
--sidebar-accent-foreground: oklch(98.5% 0 0);
|
|
2828
|
+
--sidebar-border: oklch(100% 0 0 / .1);
|
|
2829
|
+
--sidebar-ring: oklch(55.6% 0 0);
|
|
2830
|
+
}
|
|
2831
|
+
|
|
2832
|
+
:root {
|
|
2833
|
+
interpolate-size: allow-keywords;
|
|
2834
|
+
}
|
|
2835
|
+
|
|
2836
|
+
input::-webkit-outer-spin-button {
|
|
2837
|
+
-webkit-appearance: none;
|
|
2838
|
+
margin: 0;
|
|
2839
|
+
}
|
|
2840
|
+
|
|
2841
|
+
input::-webkit-inner-spin-button {
|
|
2842
|
+
-webkit-appearance: none;
|
|
2843
|
+
margin: 0;
|
|
2844
|
+
}
|
|
2845
|
+
|
|
2846
|
+
input[type="number"] {
|
|
2847
|
+
-moz-appearance: textfield;
|
|
2848
|
+
}
|
|
2849
|
+
|
|
2850
|
+
input[type="search"]::-webkit-search-cancel-button {
|
|
2851
|
+
-webkit-appearance: none;
|
|
2852
|
+
}
|
|
2853
|
+
|
|
2854
|
+
@property --tw-translate-x {
|
|
2855
|
+
syntax: "*";
|
|
2856
|
+
inherits: false;
|
|
2857
|
+
initial-value: 0;
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2860
|
+
@property --tw-translate-y {
|
|
2861
|
+
syntax: "*";
|
|
2862
|
+
inherits: false;
|
|
2863
|
+
initial-value: 0;
|
|
2864
|
+
}
|
|
2865
|
+
|
|
2866
|
+
@property --tw-translate-z {
|
|
2867
|
+
syntax: "*";
|
|
2868
|
+
inherits: false;
|
|
2869
|
+
initial-value: 0;
|
|
2870
|
+
}
|
|
2871
|
+
|
|
2872
|
+
@property --tw-border-style {
|
|
2873
|
+
syntax: "*";
|
|
2874
|
+
inherits: false;
|
|
2875
|
+
initial-value: solid;
|
|
2876
|
+
}
|
|
2877
|
+
|
|
2878
|
+
@property --tw-leading {
|
|
2879
|
+
syntax: "*";
|
|
2880
|
+
inherits: false
|
|
2881
|
+
}
|
|
2882
|
+
|
|
2883
|
+
@property --tw-font-weight {
|
|
2884
|
+
syntax: "*";
|
|
2885
|
+
inherits: false
|
|
2886
|
+
}
|
|
2887
|
+
|
|
2888
|
+
@property --tw-tracking {
|
|
2889
|
+
syntax: "*";
|
|
2890
|
+
inherits: false
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2893
|
+
@property --tw-shadow {
|
|
2894
|
+
syntax: "*";
|
|
2895
|
+
inherits: false;
|
|
2896
|
+
initial-value: 0 0 #0000;
|
|
2897
|
+
}
|
|
2898
|
+
|
|
2899
|
+
@property --tw-shadow-color {
|
|
2900
|
+
syntax: "*";
|
|
2901
|
+
inherits: false
|
|
2902
|
+
}
|
|
2903
|
+
|
|
2904
|
+
@property --tw-shadow-alpha {
|
|
2905
|
+
syntax: "<percentage>";
|
|
2906
|
+
inherits: false;
|
|
2907
|
+
initial-value: 100%;
|
|
2908
|
+
}
|
|
2909
|
+
|
|
2910
|
+
@property --tw-inset-shadow {
|
|
2911
|
+
syntax: "*";
|
|
2912
|
+
inherits: false;
|
|
2913
|
+
initial-value: 0 0 #0000;
|
|
2914
|
+
}
|
|
2915
|
+
|
|
2916
|
+
@property --tw-inset-shadow-color {
|
|
2917
|
+
syntax: "*";
|
|
2918
|
+
inherits: false
|
|
2919
|
+
}
|
|
2920
|
+
|
|
2921
|
+
@property --tw-inset-shadow-alpha {
|
|
2922
|
+
syntax: "<percentage>";
|
|
2923
|
+
inherits: false;
|
|
2924
|
+
initial-value: 100%;
|
|
2925
|
+
}
|
|
2926
|
+
|
|
2927
|
+
@property --tw-ring-color {
|
|
2928
|
+
syntax: "*";
|
|
2929
|
+
inherits: false
|
|
2930
|
+
}
|
|
2931
|
+
|
|
2932
|
+
@property --tw-ring-shadow {
|
|
2933
|
+
syntax: "*";
|
|
2934
|
+
inherits: false;
|
|
2935
|
+
initial-value: 0 0 #0000;
|
|
2936
|
+
}
|
|
2937
|
+
|
|
2938
|
+
@property --tw-inset-ring-color {
|
|
2939
|
+
syntax: "*";
|
|
2940
|
+
inherits: false
|
|
2941
|
+
}
|
|
2942
|
+
|
|
2943
|
+
@property --tw-inset-ring-shadow {
|
|
2944
|
+
syntax: "*";
|
|
2945
|
+
inherits: false;
|
|
2946
|
+
initial-value: 0 0 #0000;
|
|
2947
|
+
}
|
|
2948
|
+
|
|
2949
|
+
@property --tw-ring-inset {
|
|
2950
|
+
syntax: "*";
|
|
2951
|
+
inherits: false
|
|
2952
|
+
}
|
|
2953
|
+
|
|
2954
|
+
@property --tw-ring-offset-width {
|
|
2955
|
+
syntax: "<length>";
|
|
2956
|
+
inherits: false;
|
|
2957
|
+
initial-value: 0;
|
|
2958
|
+
}
|
|
2959
|
+
|
|
2960
|
+
@property --tw-ring-offset-color {
|
|
2961
|
+
syntax: "*";
|
|
2962
|
+
inherits: false;
|
|
2963
|
+
initial-value: #fff;
|
|
2964
|
+
}
|
|
2965
|
+
|
|
2966
|
+
@property --tw-ring-offset-shadow {
|
|
2967
|
+
syntax: "*";
|
|
2968
|
+
inherits: false;
|
|
2969
|
+
initial-value: 0 0 #0000;
|
|
2970
|
+
}
|
|
2971
|
+
|
|
2972
|
+
@property --tw-outline-style {
|
|
2973
|
+
syntax: "*";
|
|
2974
|
+
inherits: false;
|
|
2975
|
+
initial-value: solid;
|
|
2976
|
+
}
|
|
2977
|
+
|
|
2978
|
+
@property --tw-blur {
|
|
2979
|
+
syntax: "*";
|
|
2980
|
+
inherits: false
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2983
|
+
@property --tw-brightness {
|
|
2984
|
+
syntax: "*";
|
|
2985
|
+
inherits: false
|
|
2986
|
+
}
|
|
2987
|
+
|
|
2988
|
+
@property --tw-contrast {
|
|
2989
|
+
syntax: "*";
|
|
2990
|
+
inherits: false
|
|
2991
|
+
}
|
|
2992
|
+
|
|
2993
|
+
@property --tw-grayscale {
|
|
2994
|
+
syntax: "*";
|
|
2995
|
+
inherits: false
|
|
2996
|
+
}
|
|
2997
|
+
|
|
2998
|
+
@property --tw-hue-rotate {
|
|
2999
|
+
syntax: "*";
|
|
3000
|
+
inherits: false
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
@property --tw-invert {
|
|
3004
|
+
syntax: "*";
|
|
3005
|
+
inherits: false
|
|
3006
|
+
}
|
|
3007
|
+
|
|
3008
|
+
@property --tw-opacity {
|
|
3009
|
+
syntax: "*";
|
|
3010
|
+
inherits: false
|
|
3011
|
+
}
|
|
3012
|
+
|
|
3013
|
+
@property --tw-saturate {
|
|
3014
|
+
syntax: "*";
|
|
3015
|
+
inherits: false
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
@property --tw-sepia {
|
|
3019
|
+
syntax: "*";
|
|
3020
|
+
inherits: false
|
|
3021
|
+
}
|
|
3022
|
+
|
|
3023
|
+
@property --tw-drop-shadow {
|
|
3024
|
+
syntax: "*";
|
|
3025
|
+
inherits: false
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3028
|
+
@property --tw-drop-shadow-color {
|
|
3029
|
+
syntax: "*";
|
|
3030
|
+
inherits: false
|
|
3031
|
+
}
|
|
3032
|
+
|
|
3033
|
+
@property --tw-drop-shadow-alpha {
|
|
3034
|
+
syntax: "<percentage>";
|
|
3035
|
+
inherits: false;
|
|
3036
|
+
initial-value: 100%;
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
@property --tw-drop-shadow-size {
|
|
3040
|
+
syntax: "*";
|
|
3041
|
+
inherits: false
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
@property --tw-duration {
|
|
3045
|
+
syntax: "*";
|
|
3046
|
+
inherits: false
|
|
3047
|
+
}
|
|
3048
|
+
|
|
3049
|
+
@property --tw-backdrop-blur {
|
|
3050
|
+
syntax: "*";
|
|
3051
|
+
inherits: false
|
|
3052
|
+
}
|
|
3053
|
+
|
|
3054
|
+
@property --tw-backdrop-brightness {
|
|
3055
|
+
syntax: "*";
|
|
3056
|
+
inherits: false
|
|
3057
|
+
}
|
|
3058
|
+
|
|
3059
|
+
@property --tw-backdrop-contrast {
|
|
3060
|
+
syntax: "*";
|
|
3061
|
+
inherits: false
|
|
3062
|
+
}
|
|
3063
|
+
|
|
3064
|
+
@property --tw-backdrop-grayscale {
|
|
3065
|
+
syntax: "*";
|
|
3066
|
+
inherits: false
|
|
3067
|
+
}
|
|
3068
|
+
|
|
3069
|
+
@property --tw-backdrop-hue-rotate {
|
|
3070
|
+
syntax: "*";
|
|
3071
|
+
inherits: false
|
|
3072
|
+
}
|
|
3073
|
+
|
|
3074
|
+
@property --tw-backdrop-invert {
|
|
3075
|
+
syntax: "*";
|
|
3076
|
+
inherits: false
|
|
3077
|
+
}
|
|
3078
|
+
|
|
3079
|
+
@property --tw-backdrop-opacity {
|
|
3080
|
+
syntax: "*";
|
|
3081
|
+
inherits: false
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3084
|
+
@property --tw-backdrop-saturate {
|
|
3085
|
+
syntax: "*";
|
|
3086
|
+
inherits: false
|
|
3087
|
+
}
|
|
3088
|
+
|
|
3089
|
+
@property --tw-backdrop-sepia {
|
|
3090
|
+
syntax: "*";
|
|
3091
|
+
inherits: false
|
|
3092
|
+
}
|
|
3093
|
+
|
|
3094
|
+
@keyframes enter {
|
|
3095
|
+
from {
|
|
3096
|
+
opacity: var(--tw-enter-opacity, 1);
|
|
3097
|
+
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
|
|
3098
|
+
filter: blur(var(--tw-enter-blur, 0));
|
|
3099
|
+
}
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3102
|
+
@keyframes exit {
|
|
3103
|
+
to {
|
|
3104
|
+
opacity: var(--tw-exit-opacity, 1);
|
|
3105
|
+
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
3106
|
+
filter: blur(var(--tw-exit-blur, 0));
|
|
3107
|
+
}
|
|
3108
|
+
}
|