notra-editor 0.1.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1141 @@
1
+ /*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --nt-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --nt-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --nt-spacing: 0.25rem;
11
+ --nt-text-xs: 0.75rem;
12
+ --nt-text-xs--line-height: calc(1 / 0.75);
13
+ --nt-text-sm: 0.875rem;
14
+ --nt-text-sm--line-height: calc(1.25 / 0.875);
15
+ --nt-text-base: 1rem;
16
+ --nt-text-base--line-height: calc(1.5 / 1);
17
+ --nt-font-weight-medium: 500;
18
+ --nt-tracking-widest: 0.1em;
19
+ --nt-radius-lg: var(--radius);
20
+ --nt-default-transition-duration: 150ms;
21
+ --nt-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
22
+ --nt-default-font-family: var(--nt-font-sans);
23
+ --nt-default-mono-font-family: var(--nt-font-mono);
24
+ }
25
+ }
26
+ @layer base {
27
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
28
+ box-sizing: border-box;
29
+ margin: 0;
30
+ padding: 0;
31
+ border: 0 solid;
32
+ }
33
+ html, :host {
34
+ line-height: 1.5;
35
+ -webkit-text-size-adjust: 100%;
36
+ tab-size: 4;
37
+ font-family: var(--nt-default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
38
+ font-feature-settings: var(--nt-default-font-feature-settings, normal);
39
+ font-variation-settings: var(--nt-default-font-variation-settings, normal);
40
+ -webkit-tap-highlight-color: transparent;
41
+ }
42
+ hr {
43
+ height: 0;
44
+ color: inherit;
45
+ border-top-width: 1px;
46
+ }
47
+ abbr:where([title]) {
48
+ -webkit-text-decoration: underline dotted;
49
+ text-decoration: underline dotted;
50
+ }
51
+ h1, h2, h3, h4, h5, h6 {
52
+ font-size: inherit;
53
+ font-weight: inherit;
54
+ }
55
+ a {
56
+ color: inherit;
57
+ -webkit-text-decoration: inherit;
58
+ text-decoration: inherit;
59
+ }
60
+ b, strong {
61
+ font-weight: bolder;
62
+ }
63
+ code, kbd, samp, pre {
64
+ font-family: var(--nt-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
65
+ font-feature-settings: var(--nt-default-mono-font-feature-settings, normal);
66
+ font-variation-settings: var(--nt-default-mono-font-variation-settings, normal);
67
+ font-size: 1em;
68
+ }
69
+ small {
70
+ font-size: 80%;
71
+ }
72
+ sub, sup {
73
+ font-size: 75%;
74
+ line-height: 0;
75
+ position: relative;
76
+ vertical-align: baseline;
77
+ }
78
+ sub {
79
+ bottom: -0.25em;
80
+ }
81
+ sup {
82
+ top: -0.5em;
83
+ }
84
+ table {
85
+ text-indent: 0;
86
+ border-color: inherit;
87
+ border-collapse: collapse;
88
+ }
89
+ :-moz-focusring {
90
+ outline: auto;
91
+ }
92
+ progress {
93
+ vertical-align: baseline;
94
+ }
95
+ summary {
96
+ display: list-item;
97
+ }
98
+ ol, ul, menu {
99
+ list-style: none;
100
+ }
101
+ img, svg, video, canvas, audio, iframe, embed, object {
102
+ display: block;
103
+ vertical-align: middle;
104
+ }
105
+ img, video {
106
+ max-width: 100%;
107
+ height: auto;
108
+ }
109
+ button, input, select, optgroup, textarea, ::file-selector-button {
110
+ font: inherit;
111
+ font-feature-settings: inherit;
112
+ font-variation-settings: inherit;
113
+ letter-spacing: inherit;
114
+ color: inherit;
115
+ border-radius: 0;
116
+ background-color: transparent;
117
+ opacity: 1;
118
+ }
119
+ :where(select:is([multiple], [size])) optgroup {
120
+ font-weight: bolder;
121
+ }
122
+ :where(select:is([multiple], [size])) optgroup option {
123
+ padding-inline-start: 20px;
124
+ }
125
+ ::file-selector-button {
126
+ margin-inline-end: 4px;
127
+ }
128
+ ::placeholder {
129
+ opacity: 1;
130
+ }
131
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
132
+ ::placeholder {
133
+ color: currentcolor;
134
+ @supports (color: color-mix(in lab, red, red)) {
135
+ color: color-mix(in oklab, currentcolor 50%, transparent);
136
+ }
137
+ }
138
+ }
139
+ textarea {
140
+ resize: vertical;
141
+ }
142
+ ::-webkit-search-decoration {
143
+ -webkit-appearance: none;
144
+ }
145
+ ::-webkit-date-and-time-value {
146
+ min-height: 1lh;
147
+ text-align: inherit;
148
+ }
149
+ ::-webkit-datetime-edit {
150
+ display: inline-flex;
151
+ }
152
+ ::-webkit-datetime-edit-fields-wrapper {
153
+ padding: 0;
154
+ }
155
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
156
+ padding-block: 0;
157
+ }
158
+ ::-webkit-calendar-picker-indicator {
159
+ line-height: 1;
160
+ }
161
+ :-moz-ui-invalid {
162
+ box-shadow: none;
163
+ }
164
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
165
+ appearance: button;
166
+ }
167
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
168
+ height: auto;
169
+ }
170
+ [hidden]:where(:not([hidden="until-found"])) {
171
+ display: none !important;
172
+ }
173
+ }
174
+ @layer utilities {
175
+ .nt\:pointer-events-none {
176
+ pointer-events: none;
177
+ }
178
+ .nt\:absolute {
179
+ position: absolute;
180
+ }
181
+ .nt\:relative {
182
+ position: relative;
183
+ }
184
+ .nt\:right-2 {
185
+ right: calc(var(--nt-spacing) * 2);
186
+ }
187
+ .nt\:z-50 {
188
+ z-index: 50;
189
+ }
190
+ .nt\:-mx-1 {
191
+ margin-inline: calc(var(--nt-spacing) * -1);
192
+ }
193
+ .nt\:my-1 {
194
+ margin-block: calc(var(--nt-spacing) * 1);
195
+ }
196
+ .nt\:ml-auto {
197
+ margin-left: auto;
198
+ }
199
+ .nt\:flex {
200
+ display: flex;
201
+ }
202
+ .nt\:inline-flex {
203
+ display: inline-flex;
204
+ }
205
+ .nt\:size-3 {
206
+ width: calc(var(--nt-spacing) * 3);
207
+ height: calc(var(--nt-spacing) * 3);
208
+ }
209
+ .nt\:size-6 {
210
+ width: calc(var(--nt-spacing) * 6);
211
+ height: calc(var(--nt-spacing) * 6);
212
+ }
213
+ .nt\:size-7 {
214
+ width: calc(var(--nt-spacing) * 7);
215
+ height: calc(var(--nt-spacing) * 7);
216
+ }
217
+ .nt\:size-8 {
218
+ width: calc(var(--nt-spacing) * 8);
219
+ height: calc(var(--nt-spacing) * 8);
220
+ }
221
+ .nt\:size-9 {
222
+ width: calc(var(--nt-spacing) * 9);
223
+ height: calc(var(--nt-spacing) * 9);
224
+ }
225
+ .nt\:h-5 {
226
+ height: calc(var(--nt-spacing) * 5);
227
+ }
228
+ .nt\:h-6 {
229
+ height: calc(var(--nt-spacing) * 6);
230
+ }
231
+ .nt\:h-7 {
232
+ height: calc(var(--nt-spacing) * 7);
233
+ }
234
+ .nt\:h-8 {
235
+ height: calc(var(--nt-spacing) * 8);
236
+ }
237
+ .nt\:h-9 {
238
+ height: calc(var(--nt-spacing) * 9);
239
+ }
240
+ .nt\:h-px {
241
+ height: 1px;
242
+ }
243
+ .nt\:max-h-\(--radix-dropdown-menu-content-available-height\) {
244
+ max-height: var(--radix-dropdown-menu-content-available-height);
245
+ }
246
+ .nt\:w-\(--radix-dropdown-menu-trigger-width\) {
247
+ width: var(--radix-dropdown-menu-trigger-width);
248
+ }
249
+ .nt\:w-72 {
250
+ width: calc(var(--nt-spacing) * 72);
251
+ }
252
+ .nt\:w-auto {
253
+ width: auto;
254
+ }
255
+ .nt\:w-full {
256
+ width: 100%;
257
+ }
258
+ .nt\:min-w-0 {
259
+ min-width: calc(var(--nt-spacing) * 0);
260
+ }
261
+ .nt\:min-w-32 {
262
+ min-width: calc(var(--nt-spacing) * 32);
263
+ }
264
+ .nt\:min-w-48 {
265
+ min-width: calc(var(--nt-spacing) * 48);
266
+ }
267
+ .nt\:min-w-\[96px\] {
268
+ min-width: 96px;
269
+ }
270
+ .nt\:shrink-0 {
271
+ flex-shrink: 0;
272
+ }
273
+ .nt\:origin-\(--radix-dropdown-menu-content-transform-origin\) {
274
+ transform-origin: var(--radix-dropdown-menu-content-transform-origin);
275
+ }
276
+ .nt\:origin-\(--radix-popover-content-transform-origin\) {
277
+ transform-origin: var(--radix-popover-content-transform-origin);
278
+ }
279
+ .nt\:cursor-default {
280
+ cursor: default;
281
+ }
282
+ .nt\:items-center {
283
+ align-items: center;
284
+ }
285
+ .nt\:justify-center {
286
+ justify-content: center;
287
+ }
288
+ .nt\:gap-1 {
289
+ gap: calc(var(--nt-spacing) * 1);
290
+ }
291
+ .nt\:gap-1\.5 {
292
+ gap: calc(var(--nt-spacing) * 1.5);
293
+ }
294
+ .nt\:overflow-hidden {
295
+ overflow: hidden;
296
+ }
297
+ .nt\:overflow-x-hidden {
298
+ overflow-x: hidden;
299
+ }
300
+ .nt\:overflow-y-auto {
301
+ overflow-y: auto;
302
+ }
303
+ .nt\:rounded-\[min\(var\(--radius-md\)\,10px\)\] {
304
+ border-radius: min(var(--radius-md), 10px);
305
+ }
306
+ .nt\:rounded-\[min\(var\(--radius-md\)\,12px\)\] {
307
+ border-radius: min(var(--radius-md), 12px);
308
+ }
309
+ .nt\:rounded-lg {
310
+ border-radius: var(--radius);
311
+ }
312
+ .nt\:rounded-md {
313
+ border-radius: calc(var(--radius) * 0.8);
314
+ }
315
+ .nt\:border {
316
+ border-style: var(--tw-border-style);
317
+ border-width: 1px;
318
+ }
319
+ .nt\:border-none {
320
+ --tw-border-style: none;
321
+ border-style: none;
322
+ }
323
+ .nt\:border-border {
324
+ border-color: var(--border);
325
+ }
326
+ .nt\:border-input {
327
+ border-color: var(--input);
328
+ }
329
+ .nt\:border-transparent {
330
+ border-color: transparent;
331
+ }
332
+ .nt\:bg-background {
333
+ background-color: var(--background);
334
+ }
335
+ .nt\:bg-border {
336
+ background-color: var(--border);
337
+ }
338
+ .nt\:bg-destructive\/10 {
339
+ background-color: var(--destructive);
340
+ @supports (color: color-mix(in lab, red, red)) {
341
+ background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
342
+ }
343
+ }
344
+ .nt\:bg-popover {
345
+ background-color: var(--popover);
346
+ }
347
+ .nt\:bg-primary {
348
+ background-color: var(--primary);
349
+ }
350
+ .nt\:bg-secondary {
351
+ background-color: var(--secondary);
352
+ }
353
+ .nt\:bg-transparent {
354
+ background-color: transparent;
355
+ }
356
+ .nt\:bg-clip-padding {
357
+ background-clip: padding-box;
358
+ }
359
+ .nt\:p-1 {
360
+ padding: calc(var(--nt-spacing) * 1);
361
+ }
362
+ .nt\:p-4 {
363
+ padding: calc(var(--nt-spacing) * 4);
364
+ }
365
+ .nt\:px-1\.5 {
366
+ padding-inline: calc(var(--nt-spacing) * 1.5);
367
+ }
368
+ .nt\:px-2 {
369
+ padding-inline: calc(var(--nt-spacing) * 2);
370
+ }
371
+ .nt\:px-2\.5 {
372
+ padding-inline: calc(var(--nt-spacing) * 2.5);
373
+ }
374
+ .nt\:px-3 {
375
+ padding-inline: calc(var(--nt-spacing) * 3);
376
+ }
377
+ .nt\:py-1 {
378
+ padding-block: calc(var(--nt-spacing) * 1);
379
+ }
380
+ .nt\:pr-8 {
381
+ padding-right: calc(var(--nt-spacing) * 8);
382
+ }
383
+ .nt\:pl-1\.5 {
384
+ padding-left: calc(var(--nt-spacing) * 1.5);
385
+ }
386
+ .nt\:text-base {
387
+ font-size: var(--nt-text-base);
388
+ line-height: var(--tw-leading, var(--nt-text-base--line-height));
389
+ }
390
+ .nt\:text-sm {
391
+ font-size: var(--nt-text-sm);
392
+ line-height: var(--tw-leading, var(--nt-text-sm--line-height));
393
+ }
394
+ .nt\:text-xs {
395
+ font-size: var(--nt-text-xs);
396
+ line-height: var(--tw-leading, var(--nt-text-xs--line-height));
397
+ }
398
+ .nt\:text-\[0\.8rem\] {
399
+ font-size: 0.8rem;
400
+ }
401
+ .nt\:font-medium {
402
+ --tw-font-weight: var(--nt-font-weight-medium);
403
+ font-weight: var(--nt-font-weight-medium);
404
+ }
405
+ .nt\:tracking-widest {
406
+ --tw-tracking: var(--nt-tracking-widest);
407
+ letter-spacing: var(--nt-tracking-widest);
408
+ }
409
+ .nt\:whitespace-nowrap {
410
+ white-space: nowrap;
411
+ }
412
+ .nt\:text-\[var\(--tt-brand-color-500\)\] {
413
+ color: var(--tt-brand-color-500);
414
+ }
415
+ .nt\:text-destructive {
416
+ color: var(--destructive);
417
+ }
418
+ .nt\:text-muted-foreground {
419
+ color: var(--muted-foreground);
420
+ }
421
+ .nt\:text-popover-foreground {
422
+ color: var(--popover-foreground);
423
+ }
424
+ .nt\:text-primary {
425
+ color: var(--primary);
426
+ }
427
+ .nt\:text-primary-foreground {
428
+ color: var(--primary-foreground);
429
+ }
430
+ .nt\:text-secondary-foreground {
431
+ color: var(--secondary-foreground);
432
+ }
433
+ .nt\:underline-offset-4 {
434
+ text-underline-offset: 4px;
435
+ }
436
+ .nt\:shadow-lg {
437
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
438
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
439
+ }
440
+ .nt\:shadow-md {
441
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
442
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
443
+ }
444
+ .nt\:shadow-none {
445
+ --tw-shadow: 0 0 #0000;
446
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
447
+ }
448
+ .nt\:shadow-xs {
449
+ --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
450
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
451
+ }
452
+ .nt\:ring-1 {
453
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
454
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
455
+ }
456
+ .nt\:ring-foreground\/10 {
457
+ --tw-ring-color: var(--foreground);
458
+ @supports (color: color-mix(in lab, red, red)) {
459
+ --tw-ring-color: color-mix(in oklab, var(--foreground) 10%, transparent);
460
+ }
461
+ }
462
+ .nt\:outline-hidden {
463
+ --tw-outline-style: none;
464
+ outline-style: none;
465
+ @media (forced-colors: active) {
466
+ outline: 2px solid transparent;
467
+ outline-offset: 2px;
468
+ }
469
+ }
470
+ .nt\:transition-\[color\,box-shadow\] {
471
+ transition-property: color,box-shadow;
472
+ transition-timing-function: var(--tw-ease, var(--nt-default-transition-timing-function));
473
+ transition-duration: var(--tw-duration, var(--nt-default-transition-duration));
474
+ }
475
+ .nt\:transition-all {
476
+ transition-property: all;
477
+ transition-timing-function: var(--tw-ease, var(--nt-default-transition-timing-function));
478
+ transition-duration: var(--tw-duration, var(--nt-default-transition-duration));
479
+ }
480
+ .nt\:duration-100 {
481
+ --tw-duration: 100ms;
482
+ transition-duration: 100ms;
483
+ }
484
+ .nt\:outline-none {
485
+ --tw-outline-style: none;
486
+ outline-style: none;
487
+ }
488
+ .nt\:select-none {
489
+ -webkit-user-select: none;
490
+ user-select: none;
491
+ }
492
+ .nt\:group-focus\/dropdown-menu-item\:text-accent-foreground {
493
+ &:is(:where(.nt\:group\/dropdown-menu-item):focus *) {
494
+ color: var(--accent-foreground);
495
+ }
496
+ }
497
+ .nt\:selection\:bg-primary {
498
+ & *::selection {
499
+ background-color: var(--primary);
500
+ }
501
+ &::selection {
502
+ background-color: var(--primary);
503
+ }
504
+ }
505
+ .nt\:selection\:text-primary-foreground {
506
+ & *::selection {
507
+ color: var(--primary-foreground);
508
+ }
509
+ &::selection {
510
+ color: var(--primary-foreground);
511
+ }
512
+ }
513
+ .nt\:file\:inline-flex {
514
+ &::file-selector-button {
515
+ display: inline-flex;
516
+ }
517
+ }
518
+ .nt\:file\:h-7 {
519
+ &::file-selector-button {
520
+ height: calc(var(--nt-spacing) * 7);
521
+ }
522
+ }
523
+ .nt\:file\:border-0 {
524
+ &::file-selector-button {
525
+ border-style: var(--tw-border-style);
526
+ border-width: 0px;
527
+ }
528
+ }
529
+ .nt\:file\:bg-transparent {
530
+ &::file-selector-button {
531
+ background-color: transparent;
532
+ }
533
+ }
534
+ .nt\:file\:text-sm {
535
+ &::file-selector-button {
536
+ font-size: var(--nt-text-sm);
537
+ line-height: var(--tw-leading, var(--nt-text-sm--line-height));
538
+ }
539
+ }
540
+ .nt\:file\:font-medium {
541
+ &::file-selector-button {
542
+ --tw-font-weight: var(--nt-font-weight-medium);
543
+ font-weight: var(--nt-font-weight-medium);
544
+ }
545
+ }
546
+ .nt\:file\:text-foreground {
547
+ &::file-selector-button {
548
+ color: var(--foreground);
549
+ }
550
+ }
551
+ .nt\:placeholder\:text-muted-foreground {
552
+ &::placeholder {
553
+ color: var(--muted-foreground);
554
+ }
555
+ }
556
+ .nt\:hover\:bg-accent {
557
+ &:hover {
558
+ @media (hover: hover) {
559
+ background-color: var(--accent);
560
+ }
561
+ }
562
+ }
563
+ .nt\:hover\:bg-destructive\/20 {
564
+ &:hover {
565
+ @media (hover: hover) {
566
+ background-color: var(--destructive);
567
+ @supports (color: color-mix(in lab, red, red)) {
568
+ background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
569
+ }
570
+ }
571
+ }
572
+ }
573
+ .nt\:hover\:bg-muted {
574
+ &:hover {
575
+ @media (hover: hover) {
576
+ background-color: var(--muted);
577
+ }
578
+ }
579
+ }
580
+ .nt\:hover\:bg-secondary\/80 {
581
+ &:hover {
582
+ @media (hover: hover) {
583
+ background-color: var(--secondary);
584
+ @supports (color: color-mix(in lab, red, red)) {
585
+ background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
586
+ }
587
+ }
588
+ }
589
+ }
590
+ .nt\:hover\:text-foreground {
591
+ &:hover {
592
+ @media (hover: hover) {
593
+ color: var(--foreground);
594
+ }
595
+ }
596
+ }
597
+ .nt\:hover\:underline {
598
+ &:hover {
599
+ @media (hover: hover) {
600
+ text-decoration-line: underline;
601
+ }
602
+ }
603
+ }
604
+ .nt\:focus\:bg-accent {
605
+ &:focus {
606
+ background-color: var(--accent);
607
+ }
608
+ }
609
+ .nt\:focus\:text-accent-foreground {
610
+ &:focus {
611
+ color: var(--accent-foreground);
612
+ }
613
+ }
614
+ .nt\:focus\:\*\*\:text-accent-foreground {
615
+ &:focus {
616
+ :is(& *) {
617
+ color: var(--accent-foreground);
618
+ }
619
+ }
620
+ }
621
+ .nt\:not-data-\[variant\=destructive\]\:focus\:\*\*\:text-accent-foreground {
622
+ &:not(*[data-variant="destructive"]) {
623
+ &:focus {
624
+ :is(& *) {
625
+ color: var(--accent-foreground);
626
+ }
627
+ }
628
+ }
629
+ }
630
+ .nt\:focus-visible\:border-destructive\/40 {
631
+ &:focus-visible {
632
+ border-color: var(--destructive);
633
+ @supports (color: color-mix(in lab, red, red)) {
634
+ border-color: color-mix(in oklab, var(--destructive) 40%, transparent);
635
+ }
636
+ }
637
+ }
638
+ .nt\:focus-visible\:border-ring {
639
+ &:focus-visible {
640
+ border-color: var(--ring);
641
+ }
642
+ }
643
+ .nt\:focus-visible\:ring-0 {
644
+ &:focus-visible {
645
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
646
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
647
+ }
648
+ }
649
+ .nt\:focus-visible\:ring-3 {
650
+ &:focus-visible {
651
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
652
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
653
+ }
654
+ }
655
+ .nt\:focus-visible\:ring-destructive\/20 {
656
+ &:focus-visible {
657
+ --tw-ring-color: var(--destructive);
658
+ @supports (color: color-mix(in lab, red, red)) {
659
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
660
+ }
661
+ }
662
+ }
663
+ .nt\:focus-visible\:ring-ring\/50 {
664
+ &:focus-visible {
665
+ --tw-ring-color: var(--ring);
666
+ @supports (color: color-mix(in lab, red, red)) {
667
+ --tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
668
+ }
669
+ }
670
+ }
671
+ .nt\:active\:not-aria-\[haspopup\]\:translate-y-px {
672
+ &:active {
673
+ &:not(*[aria-haspopup]) {
674
+ --tw-translate-y: 1px;
675
+ translate: var(--tw-translate-x) var(--tw-translate-y);
676
+ }
677
+ }
678
+ }
679
+ .nt\:disabled\:pointer-events-none {
680
+ &:disabled {
681
+ pointer-events: none;
682
+ }
683
+ }
684
+ .nt\:disabled\:cursor-not-allowed {
685
+ &:disabled {
686
+ cursor: not-allowed;
687
+ }
688
+ }
689
+ .nt\:disabled\:opacity-50 {
690
+ &:disabled {
691
+ opacity: 50%;
692
+ }
693
+ }
694
+ .nt\:in-data-\[slot\=button-group\]\:rounded-lg {
695
+ :where(*[data-slot="button-group"]) & {
696
+ border-radius: var(--radius);
697
+ }
698
+ }
699
+ .nt\:has-data-\[icon\=inline-end\]\:pr-1\.5 {
700
+ &:has(*[data-icon="inline-end"]) {
701
+ padding-right: calc(var(--nt-spacing) * 1.5);
702
+ }
703
+ }
704
+ .nt\:has-data-\[icon\=inline-end\]\:pr-2 {
705
+ &:has(*[data-icon="inline-end"]) {
706
+ padding-right: calc(var(--nt-spacing) * 2);
707
+ }
708
+ }
709
+ .nt\:has-data-\[icon\=inline-start\]\:pl-1\.5 {
710
+ &:has(*[data-icon="inline-start"]) {
711
+ padding-left: calc(var(--nt-spacing) * 1.5);
712
+ }
713
+ }
714
+ .nt\:has-data-\[icon\=inline-start\]\:pl-2 {
715
+ &:has(*[data-icon="inline-start"]) {
716
+ padding-left: calc(var(--nt-spacing) * 2);
717
+ }
718
+ }
719
+ .nt\:aria-expanded\:bg-muted {
720
+ &[aria-expanded="true"] {
721
+ background-color: var(--muted);
722
+ }
723
+ }
724
+ .nt\:aria-expanded\:bg-secondary {
725
+ &[aria-expanded="true"] {
726
+ background-color: var(--secondary);
727
+ }
728
+ }
729
+ .nt\:aria-expanded\:text-foreground {
730
+ &[aria-expanded="true"] {
731
+ color: var(--foreground);
732
+ }
733
+ }
734
+ .nt\:aria-expanded\:text-secondary-foreground {
735
+ &[aria-expanded="true"] {
736
+ color: var(--secondary-foreground);
737
+ }
738
+ }
739
+ .nt\:aria-invalid\:border-destructive {
740
+ &[aria-invalid="true"] {
741
+ border-color: var(--destructive);
742
+ }
743
+ }
744
+ .nt\:aria-invalid\:ring-3 {
745
+ &[aria-invalid="true"] {
746
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
747
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
748
+ }
749
+ }
750
+ .nt\:aria-invalid\:ring-destructive\/20 {
751
+ &[aria-invalid="true"] {
752
+ --tw-ring-color: var(--destructive);
753
+ @supports (color: color-mix(in lab, red, red)) {
754
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
755
+ }
756
+ }
757
+ }
758
+ .nt\:data-disabled\:pointer-events-none {
759
+ &[data-disabled] {
760
+ pointer-events: none;
761
+ }
762
+ }
763
+ .nt\:data-disabled\:opacity-50 {
764
+ &[data-disabled] {
765
+ opacity: 50%;
766
+ }
767
+ }
768
+ .nt\:data-inset\:pl-7 {
769
+ &[data-inset] {
770
+ padding-left: calc(var(--nt-spacing) * 7);
771
+ }
772
+ }
773
+ .nt\:data-open\:bg-accent {
774
+ &[data-open] {
775
+ background-color: var(--accent);
776
+ }
777
+ }
778
+ .nt\:data-open\:text-accent-foreground {
779
+ &[data-open] {
780
+ color: var(--accent-foreground);
781
+ }
782
+ }
783
+ .nt\:data-\[active-state\=on\]\:bg-accent {
784
+ &[data-active-state="on"] {
785
+ background-color: var(--accent);
786
+ }
787
+ }
788
+ .nt\:data-\[active-state\=on\]\:text-\[var\(--tt-brand-color-500\)\] {
789
+ &[data-active-state="on"] {
790
+ color: var(--tt-brand-color-500);
791
+ }
792
+ }
793
+ .nt\:data-\[orientation\=horizontal\]\:h-px {
794
+ &[data-orientation="horizontal"] {
795
+ height: 1px;
796
+ }
797
+ }
798
+ .nt\:data-\[orientation\=horizontal\]\:w-full {
799
+ &[data-orientation="horizontal"] {
800
+ width: 100%;
801
+ }
802
+ }
803
+ .nt\:data-\[orientation\=vertical\]\:h-full {
804
+ &[data-orientation="vertical"] {
805
+ height: 100%;
806
+ }
807
+ }
808
+ .nt\:data-\[orientation\=vertical\]\:w-px {
809
+ &[data-orientation="vertical"] {
810
+ width: 1px;
811
+ }
812
+ }
813
+ .nt\:data-\[state\=closed\]\:overflow-hidden {
814
+ &[data-state="closed"] {
815
+ overflow: hidden;
816
+ }
817
+ }
818
+ .nt\:data-\[variant\=destructive\]\:text-destructive {
819
+ &[data-variant="destructive"] {
820
+ color: var(--destructive);
821
+ }
822
+ }
823
+ .nt\:data-\[variant\=destructive\]\:focus\:bg-destructive\/10 {
824
+ &[data-variant="destructive"] {
825
+ &:focus {
826
+ background-color: var(--destructive);
827
+ @supports (color: color-mix(in lab, red, red)) {
828
+ background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
829
+ }
830
+ }
831
+ }
832
+ }
833
+ .nt\:data-\[variant\=destructive\]\:focus\:text-destructive {
834
+ &[data-variant="destructive"] {
835
+ &:focus {
836
+ color: var(--destructive);
837
+ }
838
+ }
839
+ }
840
+ .nt\:md\:text-sm {
841
+ @media (width >= 48rem) {
842
+ font-size: var(--nt-text-sm);
843
+ line-height: var(--tw-leading, var(--nt-text-sm--line-height));
844
+ }
845
+ }
846
+ .nt\:dark\:border-input {
847
+ &:is(.dark *) {
848
+ border-color: var(--input);
849
+ }
850
+ }
851
+ .nt\:dark\:bg-destructive\/20 {
852
+ &:is(.dark *) {
853
+ background-color: var(--destructive);
854
+ @supports (color: color-mix(in lab, red, red)) {
855
+ background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
856
+ }
857
+ }
858
+ }
859
+ .nt\:dark\:bg-input\/30 {
860
+ &:is(.dark *) {
861
+ background-color: var(--input);
862
+ @supports (color: color-mix(in lab, red, red)) {
863
+ background-color: color-mix(in oklab, var(--input) 30%, transparent);
864
+ }
865
+ }
866
+ }
867
+ .nt\:dark\:hover\:bg-destructive\/30 {
868
+ &:is(.dark *) {
869
+ &:hover {
870
+ @media (hover: hover) {
871
+ background-color: var(--destructive);
872
+ @supports (color: color-mix(in lab, red, red)) {
873
+ background-color: color-mix(in oklab, var(--destructive) 30%, transparent);
874
+ }
875
+ }
876
+ }
877
+ }
878
+ }
879
+ .nt\:dark\:hover\:bg-input\/50 {
880
+ &:is(.dark *) {
881
+ &:hover {
882
+ @media (hover: hover) {
883
+ background-color: var(--input);
884
+ @supports (color: color-mix(in lab, red, red)) {
885
+ background-color: color-mix(in oklab, var(--input) 50%, transparent);
886
+ }
887
+ }
888
+ }
889
+ }
890
+ }
891
+ .nt\:dark\:hover\:bg-muted\/50 {
892
+ &:is(.dark *) {
893
+ &:hover {
894
+ @media (hover: hover) {
895
+ background-color: var(--muted);
896
+ @supports (color: color-mix(in lab, red, red)) {
897
+ background-color: color-mix(in oklab, var(--muted) 50%, transparent);
898
+ }
899
+ }
900
+ }
901
+ }
902
+ }
903
+ .nt\:dark\:focus-visible\:ring-destructive\/40 {
904
+ &:is(.dark *) {
905
+ &:focus-visible {
906
+ --tw-ring-color: var(--destructive);
907
+ @supports (color: color-mix(in lab, red, red)) {
908
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
909
+ }
910
+ }
911
+ }
912
+ }
913
+ .nt\:dark\:aria-invalid\:border-destructive\/50 {
914
+ &:is(.dark *) {
915
+ &[aria-invalid="true"] {
916
+ border-color: var(--destructive);
917
+ @supports (color: color-mix(in lab, red, red)) {
918
+ border-color: color-mix(in oklab, var(--destructive) 50%, transparent);
919
+ }
920
+ }
921
+ }
922
+ }
923
+ .nt\:dark\:aria-invalid\:ring-destructive\/40 {
924
+ &:is(.dark *) {
925
+ &[aria-invalid="true"] {
926
+ --tw-ring-color: var(--destructive);
927
+ @supports (color: color-mix(in lab, red, red)) {
928
+ --tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
929
+ }
930
+ }
931
+ }
932
+ }
933
+ .nt\:dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20 {
934
+ &:is(.dark *) {
935
+ &[data-variant="destructive"] {
936
+ &:focus {
937
+ background-color: var(--destructive);
938
+ @supports (color: color-mix(in lab, red, red)) {
939
+ background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
940
+ }
941
+ }
942
+ }
943
+ }
944
+ }
945
+ .nt\:\[\&_svg\]\:pointer-events-none {
946
+ & svg {
947
+ pointer-events: none;
948
+ }
949
+ }
950
+ .nt\:\[\&_svg\]\:shrink-0 {
951
+ & svg {
952
+ flex-shrink: 0;
953
+ }
954
+ }
955
+ .nt\:\[\&_svg\:not\(\[class\*\=size-\]\)\]\:size-3 {
956
+ & svg:not([class*=size-]) {
957
+ width: calc(var(--nt-spacing) * 3);
958
+ height: calc(var(--nt-spacing) * 3);
959
+ }
960
+ }
961
+ .nt\:\[\&_svg\:not\(\[class\*\=size-\]\)\]\:size-3\.5 {
962
+ & svg:not([class*=size-]) {
963
+ width: calc(var(--nt-spacing) * 3.5);
964
+ height: calc(var(--nt-spacing) * 3.5);
965
+ }
966
+ }
967
+ .nt\:\[\&_svg\:not\(\[class\*\=size-\]\)\]\:size-4 {
968
+ & svg:not([class*=size-]) {
969
+ width: calc(var(--nt-spacing) * 4);
970
+ height: calc(var(--nt-spacing) * 4);
971
+ }
972
+ }
973
+ .nt\:\[a\]\:hover\:bg-primary\/80 {
974
+ &:is(a) {
975
+ &:hover {
976
+ @media (hover: hover) {
977
+ background-color: var(--primary);
978
+ @supports (color: color-mix(in lab, red, red)) {
979
+ background-color: color-mix(in oklab, var(--primary) 80%, transparent);
980
+ }
981
+ }
982
+ }
983
+ }
984
+ }
985
+ .nt\:data-\[variant\=destructive\]\:\*\:\[svg\]\:text-destructive {
986
+ &[data-variant="destructive"] {
987
+ :is(& > *) {
988
+ &:is(svg) {
989
+ color: var(--destructive);
990
+ }
991
+ }
992
+ }
993
+ }
994
+ }
995
+ :root {
996
+ --radius: 0.625rem;
997
+ --radius-md: calc(var(--radius) * 0.8);
998
+ --background: oklch(1 0 0);
999
+ --foreground: oklch(0.145 0 0);
1000
+ --card: oklch(1 0 0);
1001
+ --card-foreground: oklch(0.145 0 0);
1002
+ --popover: oklch(1 0 0);
1003
+ --popover-foreground: oklch(0.145 0 0);
1004
+ --primary: oklch(0.205 0 0);
1005
+ --primary-foreground: oklch(0.985 0 0);
1006
+ --secondary: oklch(0.97 0 0);
1007
+ --secondary-foreground: oklch(0.205 0 0);
1008
+ --muted: oklch(0.97 0 0);
1009
+ --muted-foreground: oklch(0.556 0 0);
1010
+ --accent: oklch(0.97 0 0);
1011
+ --accent-foreground: oklch(0.205 0 0);
1012
+ --destructive: oklch(0.577 0.245 27.325);
1013
+ --destructive-foreground: oklch(0.97 0.01 17);
1014
+ --border: oklch(0.922 0 0);
1015
+ --input: oklch(0.922 0 0);
1016
+ --ring: oklch(0.708 0 0);
1017
+ }
1018
+ @property --tw-border-style {
1019
+ syntax: "*";
1020
+ inherits: false;
1021
+ initial-value: solid;
1022
+ }
1023
+ @property --tw-font-weight {
1024
+ syntax: "*";
1025
+ inherits: false;
1026
+ }
1027
+ @property --tw-tracking {
1028
+ syntax: "*";
1029
+ inherits: false;
1030
+ }
1031
+ @property --tw-shadow {
1032
+ syntax: "*";
1033
+ inherits: false;
1034
+ initial-value: 0 0 #0000;
1035
+ }
1036
+ @property --tw-shadow-color {
1037
+ syntax: "*";
1038
+ inherits: false;
1039
+ }
1040
+ @property --tw-shadow-alpha {
1041
+ syntax: "<percentage>";
1042
+ inherits: false;
1043
+ initial-value: 100%;
1044
+ }
1045
+ @property --tw-inset-shadow {
1046
+ syntax: "*";
1047
+ inherits: false;
1048
+ initial-value: 0 0 #0000;
1049
+ }
1050
+ @property --tw-inset-shadow-color {
1051
+ syntax: "*";
1052
+ inherits: false;
1053
+ }
1054
+ @property --tw-inset-shadow-alpha {
1055
+ syntax: "<percentage>";
1056
+ inherits: false;
1057
+ initial-value: 100%;
1058
+ }
1059
+ @property --tw-ring-color {
1060
+ syntax: "*";
1061
+ inherits: false;
1062
+ }
1063
+ @property --tw-ring-shadow {
1064
+ syntax: "*";
1065
+ inherits: false;
1066
+ initial-value: 0 0 #0000;
1067
+ }
1068
+ @property --tw-inset-ring-color {
1069
+ syntax: "*";
1070
+ inherits: false;
1071
+ }
1072
+ @property --tw-inset-ring-shadow {
1073
+ syntax: "*";
1074
+ inherits: false;
1075
+ initial-value: 0 0 #0000;
1076
+ }
1077
+ @property --tw-ring-inset {
1078
+ syntax: "*";
1079
+ inherits: false;
1080
+ }
1081
+ @property --tw-ring-offset-width {
1082
+ syntax: "<length>";
1083
+ inherits: false;
1084
+ initial-value: 0px;
1085
+ }
1086
+ @property --tw-ring-offset-color {
1087
+ syntax: "*";
1088
+ inherits: false;
1089
+ initial-value: #fff;
1090
+ }
1091
+ @property --tw-ring-offset-shadow {
1092
+ syntax: "*";
1093
+ inherits: false;
1094
+ initial-value: 0 0 #0000;
1095
+ }
1096
+ @property --tw-duration {
1097
+ syntax: "*";
1098
+ inherits: false;
1099
+ }
1100
+ @property --tw-translate-x {
1101
+ syntax: "*";
1102
+ inherits: false;
1103
+ initial-value: 0;
1104
+ }
1105
+ @property --tw-translate-y {
1106
+ syntax: "*";
1107
+ inherits: false;
1108
+ initial-value: 0;
1109
+ }
1110
+ @property --tw-translate-z {
1111
+ syntax: "*";
1112
+ inherits: false;
1113
+ initial-value: 0;
1114
+ }
1115
+ @layer properties {
1116
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1117
+ *, ::before, ::after, ::backdrop {
1118
+ --tw-border-style: solid;
1119
+ --tw-font-weight: initial;
1120
+ --tw-tracking: initial;
1121
+ --tw-shadow: 0 0 #0000;
1122
+ --tw-shadow-color: initial;
1123
+ --tw-shadow-alpha: 100%;
1124
+ --tw-inset-shadow: 0 0 #0000;
1125
+ --tw-inset-shadow-color: initial;
1126
+ --tw-inset-shadow-alpha: 100%;
1127
+ --tw-ring-color: initial;
1128
+ --tw-ring-shadow: 0 0 #0000;
1129
+ --tw-inset-ring-color: initial;
1130
+ --tw-inset-ring-shadow: 0 0 #0000;
1131
+ --tw-ring-inset: initial;
1132
+ --tw-ring-offset-width: 0px;
1133
+ --tw-ring-offset-color: #fff;
1134
+ --tw-ring-offset-shadow: 0 0 #0000;
1135
+ --tw-duration: initial;
1136
+ --tw-translate-x: 0;
1137
+ --tw-translate-y: 0;
1138
+ --tw-translate-z: 0;
1139
+ }
1140
+ }
1141
+ }