@noya-app/noya-file-explorer 0.0.19 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.css CHANGED
@@ -107,12 +107,631 @@
107
107
  --tw-contain-paint: ;
108
108
  --tw-contain-style: ;
109
109
  }
110
+ .n-prose {
111
+ color: var(--tw-prose-body);
112
+ max-width: 65ch;
113
+ }
114
+ .n-prose :where(p):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
115
+ margin-top: 1.25em;
116
+ margin-bottom: 1.25em;
117
+ }
118
+ .n-prose :where([class~=lead]):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
119
+ color: var(--tw-prose-lead);
120
+ font-size: 1.25em;
121
+ line-height: 1.6;
122
+ margin-top: 1.2em;
123
+ margin-bottom: 1.2em;
124
+ }
125
+ .n-prose :where(a):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
126
+ color: var(--tw-prose-links);
127
+ text-decoration: underline;
128
+ font-weight: 500;
129
+ }
130
+ .n-prose :where(strong):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
131
+ color: var(--tw-prose-bold);
132
+ font-weight: 600;
133
+ }
134
+ .n-prose :where(a strong):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
135
+ color: inherit;
136
+ }
137
+ .n-prose :where(blockquote strong):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
138
+ color: inherit;
139
+ }
140
+ .n-prose :where(thead th strong):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
141
+ color: inherit;
142
+ }
143
+ .n-prose :where(ol):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
144
+ list-style-type: decimal;
145
+ margin-top: 1.25em;
146
+ margin-bottom: 1.25em;
147
+ padding-inline-start: 1.625em;
148
+ }
149
+ .n-prose :where(ol[type=A]):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
150
+ list-style-type: upper-alpha;
151
+ }
152
+ .n-prose :where(ol[type=a]):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
153
+ list-style-type: lower-alpha;
154
+ }
155
+ .n-prose :where(ol[type=A s]):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
156
+ list-style-type: upper-alpha;
157
+ }
158
+ .n-prose :where(ol[type=a s]):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
159
+ list-style-type: lower-alpha;
160
+ }
161
+ .n-prose :where(ol[type=I]):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
162
+ list-style-type: upper-roman;
163
+ }
164
+ .n-prose :where(ol[type=i]):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
165
+ list-style-type: lower-roman;
166
+ }
167
+ .n-prose :where(ol[type=I s]):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
168
+ list-style-type: upper-roman;
169
+ }
170
+ .n-prose :where(ol[type=i s]):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
171
+ list-style-type: lower-roman;
172
+ }
173
+ .n-prose :where(ol[type="1"]):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
174
+ list-style-type: decimal;
175
+ }
176
+ .n-prose :where(ul):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
177
+ list-style-type: disc;
178
+ margin-top: 1.25em;
179
+ margin-bottom: 1.25em;
180
+ padding-inline-start: 1.625em;
181
+ }
182
+ .n-prose :where(ol > li):not(:where([class~=n-not-prose], [class~=n-not-prose] *))::marker {
183
+ font-weight: 400;
184
+ color: var(--tw-prose-counters);
185
+ }
186
+ .n-prose :where(ul > li):not(:where([class~=n-not-prose], [class~=n-not-prose] *))::marker {
187
+ color: var(--tw-prose-bullets);
188
+ }
189
+ .n-prose :where(dt):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
190
+ color: var(--tw-prose-headings);
191
+ font-weight: 600;
192
+ margin-top: 1.25em;
193
+ }
194
+ .n-prose :where(hr):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
195
+ border-color: var(--tw-prose-hr);
196
+ border-top-width: 1px;
197
+ margin-top: 3em;
198
+ margin-bottom: 3em;
199
+ }
200
+ .n-prose :where(blockquote):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
201
+ font-weight: 500;
202
+ font-style: italic;
203
+ color: var(--tw-prose-quotes);
204
+ border-inline-start-width: .25rem;
205
+ border-inline-start-color: var(--tw-prose-quote-borders);
206
+ quotes: "\201c""\201d""\2018""\2019";
207
+ margin-top: 1.6em;
208
+ margin-bottom: 1.6em;
209
+ padding-inline-start: 1em;
210
+ }
211
+ .n-prose :where(blockquote p:first-of-type):not(:where([class~=n-not-prose], [class~=n-not-prose] *)):before {
212
+ content: open-quote;
213
+ }
214
+ .n-prose :where(blockquote p:last-of-type):not(:where([class~=n-not-prose], [class~=n-not-prose] *)):after {
215
+ content: close-quote;
216
+ }
217
+ .n-prose :where(h1):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
218
+ color: var(--tw-prose-headings);
219
+ font-weight: 800;
220
+ font-size: 2.25em;
221
+ margin-top: 0;
222
+ margin-bottom: .8888889em;
223
+ line-height: 1.1111111;
224
+ }
225
+ .n-prose :where(h1 strong):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
226
+ font-weight: 900;
227
+ color: inherit;
228
+ }
229
+ .n-prose :where(h2):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
230
+ color: var(--tw-prose-headings);
231
+ font-weight: 700;
232
+ font-size: 1.5em;
233
+ margin-top: 2em;
234
+ margin-bottom: 1em;
235
+ line-height: 1.3333333;
236
+ }
237
+ .n-prose :where(h2 strong):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
238
+ font-weight: 800;
239
+ color: inherit;
240
+ }
241
+ .n-prose :where(h3):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
242
+ color: var(--tw-prose-headings);
243
+ font-weight: 600;
244
+ font-size: 1.25em;
245
+ margin-top: 1.6em;
246
+ margin-bottom: .6em;
247
+ line-height: 1.6;
248
+ }
249
+ .n-prose :where(h3 strong):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
250
+ font-weight: 700;
251
+ color: inherit;
252
+ }
253
+ .n-prose :where(h4):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
254
+ color: var(--tw-prose-headings);
255
+ font-weight: 600;
256
+ margin-top: 1.5em;
257
+ margin-bottom: .5em;
258
+ line-height: 1.5;
259
+ }
260
+ .n-prose :where(h4 strong):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
261
+ font-weight: 700;
262
+ color: inherit;
263
+ }
264
+ .n-prose :where(img):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
265
+ margin-top: 2em;
266
+ margin-bottom: 2em;
267
+ }
268
+ .n-prose :where(picture):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
269
+ display: block;
270
+ margin-top: 2em;
271
+ margin-bottom: 2em;
272
+ }
273
+ .n-prose :where(video):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
274
+ margin-top: 2em;
275
+ margin-bottom: 2em;
276
+ }
277
+ .n-prose :where(kbd):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
278
+ font-weight: 500;
279
+ font-family: inherit;
280
+ color: var(--tw-prose-kbd);
281
+ box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
282
+ font-size: .875em;
283
+ border-radius: .3125rem;
284
+ padding-top: .1875em;
285
+ padding-inline-end: .375em;
286
+ padding-bottom: .1875em;
287
+ padding-inline-start: .375em;
288
+ }
289
+ .n-prose :where(code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
290
+ color: var(--tw-prose-code);
291
+ font-weight: 600;
292
+ font-size: .875em;
293
+ }
294
+ .n-prose :where(code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)):before {
295
+ content: "`";
296
+ }
297
+ .n-prose :where(code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)):after {
298
+ content: "`";
299
+ }
300
+ .n-prose :where(a code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
301
+ color: inherit;
302
+ }
303
+ .n-prose :where(h1 code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
304
+ color: inherit;
305
+ }
306
+ .n-prose :where(h2 code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
307
+ color: inherit;
308
+ font-size: .875em;
309
+ }
310
+ .n-prose :where(h3 code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
311
+ color: inherit;
312
+ font-size: .9em;
313
+ }
314
+ .n-prose :where(h4 code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
315
+ color: inherit;
316
+ }
317
+ .n-prose :where(blockquote code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
318
+ color: inherit;
319
+ }
320
+ .n-prose :where(thead th code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
321
+ color: inherit;
322
+ }
323
+ .n-prose :where(pre):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
324
+ color: var(--tw-prose-pre-code);
325
+ background-color: var(--tw-prose-pre-bg);
326
+ overflow-x: auto;
327
+ font-weight: 400;
328
+ font-size: .875em;
329
+ line-height: 1.7142857;
330
+ margin-top: 1.7142857em;
331
+ margin-bottom: 1.7142857em;
332
+ border-radius: .375rem;
333
+ padding-top: .8571429em;
334
+ padding-inline-end: 1.1428571em;
335
+ padding-bottom: .8571429em;
336
+ padding-inline-start: 1.1428571em;
337
+ }
338
+ .n-prose :where(pre code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
339
+ background-color: transparent;
340
+ border-width: 0;
341
+ border-radius: 0;
342
+ padding: 0;
343
+ font-weight: inherit;
344
+ color: inherit;
345
+ font-size: inherit;
346
+ font-family: inherit;
347
+ line-height: inherit;
348
+ }
349
+ .n-prose :where(pre code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)):before {
350
+ content: none;
351
+ }
352
+ .n-prose :where(pre code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)):after {
353
+ content: none;
354
+ }
355
+ .n-prose :where(table):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
356
+ width: 100%;
357
+ table-layout: auto;
358
+ margin-top: 2em;
359
+ margin-bottom: 2em;
360
+ font-size: .875em;
361
+ line-height: 1.7142857;
362
+ }
363
+ .n-prose :where(thead):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
364
+ border-bottom-width: 1px;
365
+ border-bottom-color: var(--tw-prose-th-borders);
366
+ }
367
+ .n-prose :where(thead th):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
368
+ color: var(--tw-prose-headings);
369
+ font-weight: 600;
370
+ vertical-align: bottom;
371
+ padding-inline-end: .5714286em;
372
+ padding-bottom: .5714286em;
373
+ padding-inline-start: .5714286em;
374
+ }
375
+ .n-prose :where(tbody tr):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
376
+ border-bottom-width: 1px;
377
+ border-bottom-color: var(--tw-prose-td-borders);
378
+ }
379
+ .n-prose :where(tbody tr:last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
380
+ border-bottom-width: 0;
381
+ }
382
+ .n-prose :where(tbody td):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
383
+ vertical-align: baseline;
384
+ }
385
+ .n-prose :where(tfoot):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
386
+ border-top-width: 1px;
387
+ border-top-color: var(--tw-prose-th-borders);
388
+ }
389
+ .n-prose :where(tfoot td):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
390
+ vertical-align: top;
391
+ }
392
+ .n-prose :where(th, td):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
393
+ text-align: start;
394
+ }
395
+ .n-prose :where(figure > *):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
396
+ margin-top: 0;
397
+ margin-bottom: 0;
398
+ }
399
+ .n-prose :where(figcaption):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
400
+ color: var(--tw-prose-captions);
401
+ font-size: .875em;
402
+ line-height: 1.4285714;
403
+ margin-top: .8571429em;
404
+ }
405
+ .n-prose {
406
+ --tw-prose-body:#374151;
407
+ --tw-prose-headings:#111827;
408
+ --tw-prose-lead:#4b5563;
409
+ --tw-prose-links:#111827;
410
+ --tw-prose-bold:#111827;
411
+ --tw-prose-counters:#6b7280;
412
+ --tw-prose-bullets:#d1d5db;
413
+ --tw-prose-hr:#e5e7eb;
414
+ --tw-prose-quotes:#111827;
415
+ --tw-prose-quote-borders:#e5e7eb;
416
+ --tw-prose-captions:#6b7280;
417
+ --tw-prose-kbd:#111827;
418
+ --tw-prose-kbd-shadows:rgba(17,24,39,.1);
419
+ --tw-prose-code:#111827;
420
+ --tw-prose-pre-code:#e5e7eb;
421
+ --tw-prose-pre-bg:#1f2937;
422
+ --tw-prose-th-borders:#d1d5db;
423
+ --tw-prose-td-borders:#e5e7eb;
424
+ --tw-prose-invert-body:#d1d5db;
425
+ --tw-prose-invert-headings:#fff;
426
+ --tw-prose-invert-lead:#9ca3af;
427
+ --tw-prose-invert-links:#fff;
428
+ --tw-prose-invert-bold:#fff;
429
+ --tw-prose-invert-counters:#9ca3af;
430
+ --tw-prose-invert-bullets:#4b5563;
431
+ --tw-prose-invert-hr:#374151;
432
+ --tw-prose-invert-quotes:#f3f4f6;
433
+ --tw-prose-invert-quote-borders:#374151;
434
+ --tw-prose-invert-captions:#9ca3af;
435
+ --tw-prose-invert-kbd:#fff;
436
+ --tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);
437
+ --tw-prose-invert-code:#fff;
438
+ --tw-prose-invert-pre-code:#d1d5db;
439
+ --tw-prose-invert-pre-bg:rgba(0,0,0,.5);
440
+ --tw-prose-invert-th-borders:#4b5563;
441
+ --tw-prose-invert-td-borders:#374151;
442
+ font-size: 1rem;
443
+ line-height: 1.75;
444
+ }
445
+ .n-prose :where(picture > img):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
446
+ margin-top: 0;
447
+ margin-bottom: 0;
448
+ }
449
+ .n-prose :where(li):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
450
+ margin-top: .5em;
451
+ margin-bottom: .5em;
452
+ }
453
+ .n-prose :where(ol > li):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
454
+ padding-inline-start: .375em;
455
+ }
456
+ .n-prose :where(ul > li):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
457
+ padding-inline-start: .375em;
458
+ }
459
+ .n-prose :where(.n-prose > ul > li p):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
460
+ margin-top: .75em;
461
+ margin-bottom: .75em;
462
+ }
463
+ .n-prose :where(.n-prose > ul > li > p:first-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
464
+ margin-top: 1.25em;
465
+ }
466
+ .n-prose :where(.n-prose > ul > li > p:last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
467
+ margin-bottom: 1.25em;
468
+ }
469
+ .n-prose :where(.n-prose > ol > li > p:first-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
470
+ margin-top: 1.25em;
471
+ }
472
+ .n-prose :where(.n-prose > ol > li > p:last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
473
+ margin-bottom: 1.25em;
474
+ }
475
+ .n-prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
476
+ margin-top: .75em;
477
+ margin-bottom: .75em;
478
+ }
479
+ .n-prose :where(dl):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
480
+ margin-top: 1.25em;
481
+ margin-bottom: 1.25em;
482
+ }
483
+ .n-prose :where(dd):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
484
+ margin-top: .5em;
485
+ padding-inline-start: 1.625em;
486
+ }
487
+ .n-prose :where(hr + *):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
488
+ margin-top: 0;
489
+ }
490
+ .n-prose :where(h2 + *):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
491
+ margin-top: 0;
492
+ }
493
+ .n-prose :where(h3 + *):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
494
+ margin-top: 0;
495
+ }
496
+ .n-prose :where(h4 + *):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
497
+ margin-top: 0;
498
+ }
499
+ .n-prose :where(thead th:first-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
500
+ padding-inline-start: 0;
501
+ }
502
+ .n-prose :where(thead th:last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
503
+ padding-inline-end: 0;
504
+ }
505
+ .n-prose :where(tbody td, tfoot td):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
506
+ padding-top: .5714286em;
507
+ padding-inline-end: .5714286em;
508
+ padding-bottom: .5714286em;
509
+ padding-inline-start: .5714286em;
510
+ }
511
+ .n-prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
512
+ padding-inline-start: 0;
513
+ }
514
+ .n-prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
515
+ padding-inline-end: 0;
516
+ }
517
+ .n-prose :where(figure):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
518
+ margin-top: 2em;
519
+ margin-bottom: 2em;
520
+ }
521
+ .n-prose :where(.n-prose > :first-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
522
+ margin-top: 0;
523
+ }
524
+ .n-prose :where(.n-prose > :last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
525
+ margin-bottom: 0;
526
+ }
527
+ .n-prose-sm {
528
+ font-size: .875rem;
529
+ line-height: 1.7142857;
530
+ }
531
+ .n-prose-sm :where(p):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
532
+ margin-top: 1.1428571em;
533
+ margin-bottom: 1.1428571em;
534
+ }
535
+ .n-prose-sm :where([class~=lead]):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
536
+ font-size: 1.2857143em;
537
+ line-height: 1.5555556;
538
+ margin-top: .8888889em;
539
+ margin-bottom: .8888889em;
540
+ }
541
+ .n-prose-sm :where(blockquote):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
542
+ margin-top: 1.3333333em;
543
+ margin-bottom: 1.3333333em;
544
+ padding-inline-start: 1.1111111em;
545
+ }
546
+ .n-prose-sm :where(h1):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
547
+ font-size: 2.1428571em;
548
+ margin-top: 0;
549
+ margin-bottom: .8em;
550
+ line-height: 1.2;
551
+ }
552
+ .n-prose-sm :where(h2):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
553
+ font-size: 1.4285714em;
554
+ margin-top: 1.6em;
555
+ margin-bottom: .8em;
556
+ line-height: 1.4;
557
+ }
558
+ .n-prose-sm :where(h3):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
559
+ font-size: 1.2857143em;
560
+ margin-top: 1.5555556em;
561
+ margin-bottom: .4444444em;
562
+ line-height: 1.5555556;
563
+ }
564
+ .n-prose-sm :where(h4):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
565
+ margin-top: 1.4285714em;
566
+ margin-bottom: .5714286em;
567
+ line-height: 1.4285714;
568
+ }
569
+ .n-prose-sm :where(img):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
570
+ margin-top: 1.7142857em;
571
+ margin-bottom: 1.7142857em;
572
+ }
573
+ .n-prose-sm :where(picture):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
574
+ margin-top: 1.7142857em;
575
+ margin-bottom: 1.7142857em;
576
+ }
577
+ .n-prose-sm :where(picture > img):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
578
+ margin-top: 0;
579
+ margin-bottom: 0;
580
+ }
581
+ .n-prose-sm :where(video):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
582
+ margin-top: 1.7142857em;
583
+ margin-bottom: 1.7142857em;
584
+ }
585
+ .n-prose-sm :where(kbd):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
586
+ font-size: .8571429em;
587
+ border-radius: .3125rem;
588
+ padding-top: .1428571em;
589
+ padding-inline-end: .3571429em;
590
+ padding-bottom: .1428571em;
591
+ padding-inline-start: .3571429em;
592
+ }
593
+ .n-prose-sm :where(code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
594
+ font-size: .8571429em;
595
+ }
596
+ .n-prose-sm :where(h2 code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
597
+ font-size: .9em;
598
+ }
599
+ .n-prose-sm :where(h3 code):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
600
+ font-size: .8888889em;
601
+ }
602
+ .n-prose-sm :where(pre):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
603
+ font-size: .8571429em;
604
+ line-height: 1.6666667;
605
+ margin-top: 1.6666667em;
606
+ margin-bottom: 1.6666667em;
607
+ border-radius: .25rem;
608
+ padding-top: .6666667em;
609
+ padding-inline-end: 1em;
610
+ padding-bottom: .6666667em;
611
+ padding-inline-start: 1em;
612
+ }
613
+ .n-prose-sm :where(ol):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
614
+ margin-top: 1.1428571em;
615
+ margin-bottom: 1.1428571em;
616
+ padding-inline-start: 1.5714286em;
617
+ }
618
+ .n-prose-sm :where(ul):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
619
+ margin-top: 1.1428571em;
620
+ margin-bottom: 1.1428571em;
621
+ padding-inline-start: 1.5714286em;
622
+ }
623
+ .n-prose-sm :where(li):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
624
+ margin-top: .2857143em;
625
+ margin-bottom: .2857143em;
626
+ }
627
+ .n-prose-sm :where(ol > li):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
628
+ padding-inline-start: .4285714em;
629
+ }
630
+ .n-prose-sm :where(ul > li):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
631
+ padding-inline-start: .4285714em;
632
+ }
633
+ .n-prose-sm :where(.n-prose-sm > ul > li p):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
634
+ margin-top: .5714286em;
635
+ margin-bottom: .5714286em;
636
+ }
637
+ .n-prose-sm :where(.n-prose-sm > ul > li > p:first-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
638
+ margin-top: 1.1428571em;
639
+ }
640
+ .n-prose-sm :where(.n-prose-sm > ul > li > p:last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
641
+ margin-bottom: 1.1428571em;
642
+ }
643
+ .n-prose-sm :where(.n-prose-sm > ol > li > p:first-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
644
+ margin-top: 1.1428571em;
645
+ }
646
+ .n-prose-sm :where(.n-prose-sm > ol > li > p:last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
647
+ margin-bottom: 1.1428571em;
648
+ }
649
+ .n-prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
650
+ margin-top: .5714286em;
651
+ margin-bottom: .5714286em;
652
+ }
653
+ .n-prose-sm :where(dl):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
654
+ margin-top: 1.1428571em;
655
+ margin-bottom: 1.1428571em;
656
+ }
657
+ .n-prose-sm :where(dt):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
658
+ margin-top: 1.1428571em;
659
+ }
660
+ .n-prose-sm :where(dd):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
661
+ margin-top: .2857143em;
662
+ padding-inline-start: 1.5714286em;
663
+ }
664
+ .n-prose-sm :where(hr):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
665
+ margin-top: 2.8571429em;
666
+ margin-bottom: 2.8571429em;
667
+ }
668
+ .n-prose-sm :where(hr + *):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
669
+ margin-top: 0;
670
+ }
671
+ .n-prose-sm :where(h2 + *):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
672
+ margin-top: 0;
673
+ }
674
+ .n-prose-sm :where(h3 + *):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
675
+ margin-top: 0;
676
+ }
677
+ .n-prose-sm :where(h4 + *):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
678
+ margin-top: 0;
679
+ }
680
+ .n-prose-sm :where(table):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
681
+ font-size: .8571429em;
682
+ line-height: 1.5;
683
+ }
684
+ .n-prose-sm :where(thead th):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
685
+ padding-inline-end: 1em;
686
+ padding-bottom: .6666667em;
687
+ padding-inline-start: 1em;
688
+ }
689
+ .n-prose-sm :where(thead th:first-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
690
+ padding-inline-start: 0;
691
+ }
692
+ .n-prose-sm :where(thead th:last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
693
+ padding-inline-end: 0;
694
+ }
695
+ .n-prose-sm :where(tbody td, tfoot td):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
696
+ padding-top: .6666667em;
697
+ padding-inline-end: 1em;
698
+ padding-bottom: .6666667em;
699
+ padding-inline-start: 1em;
700
+ }
701
+ .n-prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
702
+ padding-inline-start: 0;
703
+ }
704
+ .n-prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
705
+ padding-inline-end: 0;
706
+ }
707
+ .n-prose-sm :where(figure):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
708
+ margin-top: 1.7142857em;
709
+ margin-bottom: 1.7142857em;
710
+ }
711
+ .n-prose-sm :where(figure > *):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
712
+ margin-top: 0;
713
+ margin-bottom: 0;
714
+ }
715
+ .n-prose-sm :where(figcaption):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
716
+ font-size: .8571429em;
717
+ line-height: 1.3333333;
718
+ margin-top: .6666667em;
719
+ }
720
+ .n-prose-sm :where(.n-prose-sm > :first-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
721
+ margin-top: 0;
722
+ }
723
+ .n-prose-sm :where(.n-prose-sm > :last-child):not(:where([class~=n-not-prose], [class~=n-not-prose] *)) {
724
+ margin-bottom: 0;
725
+ }
110
726
  .n-pointer-events-none {
111
727
  pointer-events: none;
112
728
  }
113
729
  .n-pointer-events-auto {
114
730
  pointer-events: auto;
115
731
  }
732
+ .n-invisible {
733
+ visibility: hidden;
734
+ }
116
735
  .n-fixed {
117
736
  position: fixed;
118
737
  }
@@ -189,6 +808,9 @@
189
808
  .n-top-4 {
190
809
  top: 1rem;
191
810
  }
811
+ .n-top-\[2px\] {
812
+ top: 2px;
813
+ }
192
814
  .n-top-\[5px\] {
193
815
  top: 5px;
194
816
  }
@@ -231,6 +853,9 @@
231
853
  .n-m-0 {
232
854
  margin: 0;
233
855
  }
856
+ .n-m-1 {
857
+ margin: .25rem;
858
+ }
234
859
  .-n-mx-1\.5 {
235
860
  margin-left: -.375rem;
236
861
  margin-right: -.375rem;
@@ -247,10 +872,6 @@
247
872
  margin-top: -.25rem;
248
873
  margin-bottom: -.25rem;
249
874
  }
250
- .n--mx-3 {
251
- margin-left: -.75rem;
252
- margin-right: -.75rem;
253
- }
254
875
  .n-mx-0\.5 {
255
876
  margin-left: .125rem;
256
877
  margin-right: .125rem;
@@ -279,6 +900,9 @@
279
900
  .n-ml-1\.5 {
280
901
  margin-left: .375rem;
281
902
  }
903
+ .n-ml-2 {
904
+ margin-left: .5rem;
905
+ }
282
906
  .n-ml-\[-2px\] {
283
907
  margin-left: -2px;
284
908
  }
@@ -288,9 +912,6 @@
288
912
  .n-ml-auto {
289
913
  margin-left: auto;
290
914
  }
291
- .n-mr-1 {
292
- margin-right: .25rem;
293
- }
294
915
  .n-mr-\[-2px\] {
295
916
  margin-right: -2px;
296
917
  }
@@ -300,6 +921,24 @@
300
921
  .n-mt-3 {
301
922
  margin-top: .75rem;
302
923
  }
924
+ .n-line-clamp-2 {
925
+ -webkit-line-clamp: 2;
926
+ }
927
+ .n-line-clamp-2,
928
+ .n-line-clamp-3 {
929
+ overflow: hidden;
930
+ display: -webkit-box;
931
+ -webkit-box-orient: vertical;
932
+ }
933
+ .n-line-clamp-3 {
934
+ -webkit-line-clamp: 3;
935
+ }
936
+ .n-line-clamp-4 {
937
+ overflow: hidden;
938
+ display: -webkit-box;
939
+ -webkit-box-orient: vertical;
940
+ -webkit-line-clamp: 4;
941
+ }
303
942
  .n-block {
304
943
  display: block;
305
944
  }
@@ -324,6 +963,9 @@
324
963
  .n-aspect-square {
325
964
  aspect-ratio: 1/1;
326
965
  }
966
+ .n-h-1 {
967
+ height: .25rem;
968
+ }
327
969
  .n-h-12 {
328
970
  height: 3rem;
329
971
  }
@@ -754,6 +1396,9 @@
754
1396
  .n-overflow-x-hidden {
755
1397
  overflow-x: hidden;
756
1398
  }
1399
+ .n-overscroll-contain {
1400
+ overscroll-behavior: contain;
1401
+ }
757
1402
  .n-truncate {
758
1403
  overflow: hidden;
759
1404
  white-space: nowrap;
@@ -765,6 +1410,9 @@
765
1410
  .n-whitespace-pre {
766
1411
  white-space: pre;
767
1412
  }
1413
+ .n-text-wrap {
1414
+ text-wrap: wrap;
1415
+ }
768
1416
  .n-break-all {
769
1417
  word-break: break-all;
770
1418
  }
@@ -1395,6 +2043,9 @@
1395
2043
  .n-text-banner-error-text {
1396
2044
  color: var(--n-banner-error-text);
1397
2045
  }
2046
+ .n-text-breadcrumb-text {
2047
+ color: var(--n-breadcrumb-text);
2048
+ }
1398
2049
  .n-text-button-text {
1399
2050
  color: var(--n-button-text);
1400
2051
  }
@@ -1439,9 +2090,15 @@
1439
2090
  --tw-text-opacity:1;
1440
2091
  color: rgb(255 255 255/var(--tw-text-opacity,1));
1441
2092
  }
2093
+ .\!n-underline {
2094
+ text-decoration-line: underline !important;
2095
+ }
1442
2096
  .n-no-underline {
1443
2097
  text-decoration-line: none;
1444
2098
  }
2099
+ .n-decoration-text-decorative-light {
2100
+ text-decoration-color: var(--n-text-decorative-light);
2101
+ }
1445
2102
  .n-opacity-0 {
1446
2103
  opacity: 0;
1447
2104
  }
@@ -1594,11 +2251,19 @@
1594
2251
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1595
2252
  transition-duration: .15s;
1596
2253
  }
2254
+ .n-transition-opacity {
2255
+ transition-property: opacity;
2256
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
2257
+ transition-duration: .15s;
2258
+ }
1597
2259
  .n-transition-transform {
1598
2260
  transition-property: transform;
1599
2261
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1600
2262
  transition-duration: .15s;
1601
2263
  }
2264
+ .n-delay-300 {
2265
+ transition-delay: .3s;
2266
+ }
1602
2267
  .n-duration-100 {
1603
2268
  transition-duration: .1s;
1604
2269
  }
@@ -1735,7 +2400,11 @@
1735
2400
  --n-chip-primary-shadow:#eee5ff;
1736
2401
  --n-chip-secondary-shadow:#cdeee7;
1737
2402
  --n-chip-error-shadow:#ffdbdb;
1738
- --n-chip-default-shadow:#000;
2403
+ --n-chip-default-shadow:rgba(0,0,0,.1);
2404
+ --n-chip-primary-shadow-hover:color-mix(in srgb,var(--n-chip-primary-shadow) 85%,var(--n-text) 15%);
2405
+ --n-chip-secondary-shadow-hover:color-mix(in srgb,var(--n-chip-secondary-shadow) 85%,var(--n-text) 15%);
2406
+ --n-chip-error-shadow-hover:color-mix(in srgb,var(--n-chip-error-shadow) 85%,var(--n-text) 15%);
2407
+ --n-chip-default-shadow-hover:color-mix(in srgb,var(--n-chip-default-shadow) 80%,var(--n-text) 20%);
1739
2408
  --n-floating-button:#f8f8fa;
1740
2409
  --n-block-border:#b8c9da;
1741
2410
  --n-block-highlight:orange;
@@ -1842,6 +2511,132 @@
1842
2511
  color: var(--n-text-disabled);
1843
2512
  pointer-events: none;
1844
2513
  }
2514
+ .n-prose pre {
2515
+ background-color: var(--n-indigo-25);
2516
+ border-width: 1px;
2517
+ border-style: solid;
2518
+ border-color: var(--n-divider);
2519
+ border-radius: .375rem;
2520
+ }
2521
+ .n-prose pre > code {
2522
+ font-size: 12.8px;
2523
+ }
2524
+ .n-prose code:not(:where(pre *)):after,
2525
+ .n-prose code:not(:where(pre *)):before {
2526
+ content: none !important;
2527
+ }
2528
+ .n-prose blockquote p:after,
2529
+ .n-prose blockquote p:before {
2530
+ content: none !important;
2531
+ }
2532
+ .n-prose code:not(:where(pre *)) {
2533
+ background-color: var(--n-indigo-25);
2534
+ border-width: 1px;
2535
+ border-style: solid;
2536
+ border-color: var(--n-divider);
2537
+ padding: .125rem .25rem;
2538
+ border-radius: .25rem;
2539
+ font-weight: 400;
2540
+ }
2541
+ .n-prose blockquote p {
2542
+ font-weight: 400;
2543
+ font-style: normal;
2544
+ }
2545
+ .n-prose .contains-task-list {
2546
+ padding-left: 0;
2547
+ margin-left: 0;
2548
+ list-style-position: inside;
2549
+ }
2550
+ .n-prose .task-list-item {
2551
+ list-style-type: none;
2552
+ margin-left: 0;
2553
+ padding-left: 1px;
2554
+ display: grid;
2555
+ grid-template-columns: auto 1fr;
2556
+ align-items: start;
2557
+ -moz-column-gap: .5rem;
2558
+ column-gap: .5rem;
2559
+ }
2560
+ .n-prose .task-list-item > .task-list-item-checkbox {
2561
+ grid-column: 1/2;
2562
+ margin-top: 2px;
2563
+ margin-right: 0;
2564
+ accent-color: var(--n-primary);
2565
+ }
2566
+ .n-prose .task-list-item > :not(.task-list-item-checkbox) {
2567
+ grid-column: 2/3;
2568
+ }
2569
+ .n-prose .task-list-item > p,
2570
+ .n-prose .task-list-item > span {
2571
+ margin: 0;
2572
+ display: inline;
2573
+ }
2574
+ .n-prose .task-list-item > ol,
2575
+ .n-prose .task-list-item > ul {
2576
+ margin: 0;
2577
+ list-style-position: inside;
2578
+ }
2579
+ .n-prose .task-list-item:not(:has(> .task-list-item-checkbox)) {
2580
+ grid-template-columns: 1fr;
2581
+ }
2582
+ .n-prose .task-list-item:not(:has(> .task-list-item-checkbox)) > * {
2583
+ grid-column: 1/-1;
2584
+ }
2585
+ .n-prose .contains-task-list > li:not(.task-list-item) > ol,
2586
+ .n-prose .contains-task-list > li:not(.task-list-item) > ul {
2587
+ display: block;
2588
+ }
2589
+ .n-prose .contains-task-list > li:not(.task-list-item) > p {
2590
+ display: inline;
2591
+ margin: 0;
2592
+ }
2593
+ .n-prose .contains-task-list > li:not(.task-list-item) > ul {
2594
+ margin-left: 16px;
2595
+ margin-top: 4px;
2596
+ margin-bottom: 4px;
2597
+ }
2598
+ @media (prefers-color-scheme:dark) {
2599
+ .dark\:n-prose-invert {
2600
+ --tw-prose-body:var(--tw-prose-invert-body);
2601
+ --tw-prose-headings:var(--tw-prose-invert-headings);
2602
+ --tw-prose-lead:var(--tw-prose-invert-lead);
2603
+ --tw-prose-links:var(--tw-prose-invert-links);
2604
+ --tw-prose-bold:var(--tw-prose-invert-bold);
2605
+ --tw-prose-counters:var(--tw-prose-invert-counters);
2606
+ --tw-prose-bullets:var(--tw-prose-invert-bullets);
2607
+ --tw-prose-hr:var(--tw-prose-invert-hr);
2608
+ --tw-prose-quotes:var(--tw-prose-invert-quotes);
2609
+ --tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);
2610
+ --tw-prose-captions:var(--tw-prose-invert-captions);
2611
+ --tw-prose-kbd:var(--tw-prose-invert-kbd);
2612
+ --tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);
2613
+ --tw-prose-code:var(--tw-prose-invert-code);
2614
+ --tw-prose-pre-code:var(--tw-prose-invert-pre-code);
2615
+ --tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);
2616
+ --tw-prose-th-borders:var(--tw-prose-invert-th-borders);
2617
+ --tw-prose-td-borders:var(--tw-prose-invert-td-borders);
2618
+ }
2619
+ }
2620
+ [data-theme=dark] .\[\[data-theme\=\'dark\'\]_\&\]\:n-prose-invert {
2621
+ --tw-prose-body:var(--tw-prose-invert-body);
2622
+ --tw-prose-headings:var(--tw-prose-invert-headings);
2623
+ --tw-prose-lead:var(--tw-prose-invert-lead);
2624
+ --tw-prose-links:var(--tw-prose-invert-links);
2625
+ --tw-prose-bold:var(--tw-prose-invert-bold);
2626
+ --tw-prose-counters:var(--tw-prose-invert-counters);
2627
+ --tw-prose-bullets:var(--tw-prose-invert-bullets);
2628
+ --tw-prose-hr:var(--tw-prose-invert-hr);
2629
+ --tw-prose-quotes:var(--tw-prose-invert-quotes);
2630
+ --tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);
2631
+ --tw-prose-captions:var(--tw-prose-invert-captions);
2632
+ --tw-prose-kbd:var(--tw-prose-invert-kbd);
2633
+ --tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);
2634
+ --tw-prose-code:var(--tw-prose-invert-code);
2635
+ --tw-prose-pre-code:var(--tw-prose-invert-pre-code);
2636
+ --tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);
2637
+ --tw-prose-th-borders:var(--tw-prose-invert-th-borders);
2638
+ --tw-prose-td-borders:var(--tw-prose-invert-td-borders);
2639
+ }
1845
2640
  .placeholder\:n-text-text-disabled::-moz-placeholder {
1846
2641
  color: var(--n-text-disabled);
1847
2642
  }
@@ -1895,9 +2690,33 @@
1895
2690
  .hover\:n-opacity-85:hover {
1896
2691
  opacity: .85;
1897
2692
  }
1898
- .hover\:n-shadow-none:hover {
1899
- --tw-shadow:0 0 #0000;
1900
- --tw-shadow-colored:0 0 #0000;
2693
+ .hover\:n-shadow-\[0_0_0_1px_var\(--n-chip-default-shadow-hover\)_inset\]:hover {
2694
+ --tw-shadow:0 0 0 1px var(--n-chip-default-shadow-hover) inset;
2695
+ --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
2696
+ box-shadow:
2697
+ var(--tw-ring-offset-shadow,0 0 #0000),
2698
+ var(--tw-ring-shadow,0 0 #0000),
2699
+ var(--tw-shadow);
2700
+ }
2701
+ .hover\:n-shadow-\[0_0_0_1px_var\(--n-chip-error-shadow-hover\)_inset\]:hover {
2702
+ --tw-shadow:0 0 0 1px var(--n-chip-error-shadow-hover) inset;
2703
+ --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
2704
+ box-shadow:
2705
+ var(--tw-ring-offset-shadow,0 0 #0000),
2706
+ var(--tw-ring-shadow,0 0 #0000),
2707
+ var(--tw-shadow);
2708
+ }
2709
+ .hover\:n-shadow-\[0_0_0_1px_var\(--n-chip-primary-shadow-hover\)_inset\]:hover {
2710
+ --tw-shadow:0 0 0 1px var(--n-chip-primary-shadow-hover) inset;
2711
+ --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
2712
+ box-shadow:
2713
+ var(--tw-ring-offset-shadow,0 0 #0000),
2714
+ var(--tw-ring-shadow,0 0 #0000),
2715
+ var(--tw-shadow);
2716
+ }
2717
+ .hover\:n-shadow-\[0_0_0_1px_var\(--n-chip-secondary-shadow-hover\)_inset\]:hover {
2718
+ --tw-shadow:0 0 0 1px var(--n-chip-secondary-shadow-hover) inset;
2719
+ --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
1901
2720
  box-shadow:
1902
2721
  var(--tw-ring-offset-shadow,0 0 #0000),
1903
2722
  var(--tw-ring-shadow,0 0 #0000),
@@ -2057,6 +2876,10 @@
2057
2876
  var(--tw-ring-shadow,0 0 #0000),
2058
2877
  var(--tw-shadow);
2059
2878
  }
2879
+ .data-\[hovering\]\:n-pointer-events-auto[data-hovering],
2880
+ .data-\[scrolling\]\:n-pointer-events-auto[data-scrolling] {
2881
+ pointer-events: auto;
2882
+ }
2060
2883
  .data-\[orientation\=vertical\]\:n-w-\[10px\][data-orientation=vertical] {
2061
2884
  width: 10px;
2062
2885
  }
@@ -2070,11 +2893,27 @@
2070
2893
  .data-\[state\=checked\]\:n-bg-secondary[data-state=checked] {
2071
2894
  background-color: var(--n-secondary);
2072
2895
  }
2896
+ .data-\[hovering\]\:n-opacity-100[data-hovering],
2897
+ .data-\[scrolling\]\:n-opacity-100[data-scrolling] {
2898
+ opacity: 1;
2899
+ }
2900
+ .data-\[hovering\]\:n-delay-0[data-hovering],
2901
+ .data-\[scrolling\]\:n-delay-0[data-scrolling] {
2902
+ transition-delay: 0s;
2903
+ }
2904
+ .data-\[hovering\]\:n-duration-75[data-hovering],
2905
+ .data-\[scrolling\]\:n-duration-75[data-scrolling] {
2906
+ transition-duration: 75ms;
2907
+ }
2073
2908
  @container toolbar (min-width: 42rem) {
2074
2909
  .\@2xl\/toolbar\:n-absolute {
2075
2910
  position: absolute;
2076
2911
  }
2077
2912
  }
2913
+ .prose-a\:n-text-blue-600 :is(:where(a):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
2914
+ --tw-text-opacity:1;
2915
+ color: rgb(37 99 235/var(--tw-text-opacity,1));
2916
+ }
2078
2917
  @media (min-width:640px) {
2079
2918
  .sm\:\!n-max-w-sm {
2080
2919
  max-width: 24rem !important;