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

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
  }
@@ -300,6 +924,24 @@
300
924
  .n-mt-3 {
301
925
  margin-top: .75rem;
302
926
  }
927
+ .n-line-clamp-2 {
928
+ -webkit-line-clamp: 2;
929
+ }
930
+ .n-line-clamp-2,
931
+ .n-line-clamp-3 {
932
+ overflow: hidden;
933
+ display: -webkit-box;
934
+ -webkit-box-orient: vertical;
935
+ }
936
+ .n-line-clamp-3 {
937
+ -webkit-line-clamp: 3;
938
+ }
939
+ .n-line-clamp-4 {
940
+ overflow: hidden;
941
+ display: -webkit-box;
942
+ -webkit-box-orient: vertical;
943
+ -webkit-line-clamp: 4;
944
+ }
303
945
  .n-block {
304
946
  display: block;
305
947
  }
@@ -324,6 +966,9 @@
324
966
  .n-aspect-square {
325
967
  aspect-ratio: 1/1;
326
968
  }
969
+ .n-h-1 {
970
+ height: .25rem;
971
+ }
327
972
  .n-h-12 {
328
973
  height: 3rem;
329
974
  }
@@ -754,6 +1399,9 @@
754
1399
  .n-overflow-x-hidden {
755
1400
  overflow-x: hidden;
756
1401
  }
1402
+ .n-overscroll-contain {
1403
+ overscroll-behavior: contain;
1404
+ }
757
1405
  .n-truncate {
758
1406
  overflow: hidden;
759
1407
  white-space: nowrap;
@@ -765,6 +1413,9 @@
765
1413
  .n-whitespace-pre {
766
1414
  white-space: pre;
767
1415
  }
1416
+ .n-text-wrap {
1417
+ text-wrap: wrap;
1418
+ }
768
1419
  .n-break-all {
769
1420
  word-break: break-all;
770
1421
  }
@@ -1395,6 +2046,9 @@
1395
2046
  .n-text-banner-error-text {
1396
2047
  color: var(--n-banner-error-text);
1397
2048
  }
2049
+ .n-text-breadcrumb-text {
2050
+ color: var(--n-breadcrumb-text);
2051
+ }
1398
2052
  .n-text-button-text {
1399
2053
  color: var(--n-button-text);
1400
2054
  }
@@ -1439,9 +2093,15 @@
1439
2093
  --tw-text-opacity:1;
1440
2094
  color: rgb(255 255 255/var(--tw-text-opacity,1));
1441
2095
  }
2096
+ .\!n-underline {
2097
+ text-decoration-line: underline !important;
2098
+ }
1442
2099
  .n-no-underline {
1443
2100
  text-decoration-line: none;
1444
2101
  }
2102
+ .n-decoration-text-decorative-light {
2103
+ text-decoration-color: var(--n-text-decorative-light);
2104
+ }
1445
2105
  .n-opacity-0 {
1446
2106
  opacity: 0;
1447
2107
  }
@@ -1594,11 +2254,19 @@
1594
2254
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1595
2255
  transition-duration: .15s;
1596
2256
  }
2257
+ .n-transition-opacity {
2258
+ transition-property: opacity;
2259
+ transition-timing-function: cubic-bezier(.4, 0, .2, 1);
2260
+ transition-duration: .15s;
2261
+ }
1597
2262
  .n-transition-transform {
1598
2263
  transition-property: transform;
1599
2264
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1600
2265
  transition-duration: .15s;
1601
2266
  }
2267
+ .n-delay-300 {
2268
+ transition-delay: .3s;
2269
+ }
1602
2270
  .n-duration-100 {
1603
2271
  transition-duration: .1s;
1604
2272
  }
@@ -1735,7 +2403,11 @@
1735
2403
  --n-chip-primary-shadow:#eee5ff;
1736
2404
  --n-chip-secondary-shadow:#cdeee7;
1737
2405
  --n-chip-error-shadow:#ffdbdb;
1738
- --n-chip-default-shadow:#000;
2406
+ --n-chip-default-shadow:rgba(0,0,0,.1);
2407
+ --n-chip-primary-shadow-hover:color-mix(in srgb,var(--n-chip-primary-shadow) 85%,var(--n-text) 15%);
2408
+ --n-chip-secondary-shadow-hover:color-mix(in srgb,var(--n-chip-secondary-shadow) 85%,var(--n-text) 15%);
2409
+ --n-chip-error-shadow-hover:color-mix(in srgb,var(--n-chip-error-shadow) 85%,var(--n-text) 15%);
2410
+ --n-chip-default-shadow-hover:color-mix(in srgb,var(--n-chip-default-shadow) 80%,var(--n-text) 20%);
1739
2411
  --n-floating-button:#f8f8fa;
1740
2412
  --n-block-border:#b8c9da;
1741
2413
  --n-block-highlight:orange;
@@ -1842,6 +2514,132 @@
1842
2514
  color: var(--n-text-disabled);
1843
2515
  pointer-events: none;
1844
2516
  }
2517
+ .n-prose > pre {
2518
+ background-color: var(--n-indigo-25);
2519
+ border-width: 1px;
2520
+ border-style: solid;
2521
+ border-color: var(--n-divider);
2522
+ border-radius: .375rem;
2523
+ }
2524
+ .n-prose > pre > code {
2525
+ font-size: 12.8px;
2526
+ }
2527
+ .n-prose code:not(:where(pre *)):after,
2528
+ .n-prose code:not(:where(pre *)):before {
2529
+ content: none !important;
2530
+ }
2531
+ .n-prose blockquote p:after,
2532
+ .n-prose blockquote p:before {
2533
+ content: none !important;
2534
+ }
2535
+ .n-prose code:not(:where(pre *)) {
2536
+ background-color: var(--n-indigo-25);
2537
+ border-width: 1px;
2538
+ border-style: solid;
2539
+ border-color: var(--n-divider);
2540
+ padding: .125rem .25rem;
2541
+ border-radius: .25rem;
2542
+ font-weight: 400;
2543
+ }
2544
+ .n-prose blockquote p {
2545
+ font-weight: 400;
2546
+ font-style: normal;
2547
+ }
2548
+ .n-prose .contains-task-list {
2549
+ padding-left: 0;
2550
+ margin-left: 0;
2551
+ list-style-position: inside;
2552
+ }
2553
+ .n-prose .task-list-item {
2554
+ list-style-type: none;
2555
+ margin-left: 0;
2556
+ padding-left: 1px;
2557
+ display: grid;
2558
+ grid-template-columns: auto 1fr;
2559
+ align-items: start;
2560
+ -moz-column-gap: .5rem;
2561
+ column-gap: .5rem;
2562
+ }
2563
+ .n-prose .task-list-item > .task-list-item-checkbox {
2564
+ grid-column: 1/2;
2565
+ margin-top: 2px;
2566
+ margin-right: 0;
2567
+ accent-color: var(--n-primary);
2568
+ }
2569
+ .n-prose .task-list-item > :not(.task-list-item-checkbox) {
2570
+ grid-column: 2/3;
2571
+ }
2572
+ .n-prose .task-list-item > p,
2573
+ .n-prose .task-list-item > span {
2574
+ margin: 0;
2575
+ display: inline;
2576
+ }
2577
+ .n-prose .task-list-item > ol,
2578
+ .n-prose .task-list-item > ul {
2579
+ margin: 0;
2580
+ list-style-position: inside;
2581
+ }
2582
+ .n-prose .task-list-item:not(:has(> .task-list-item-checkbox)) {
2583
+ grid-template-columns: 1fr;
2584
+ }
2585
+ .n-prose .task-list-item:not(:has(> .task-list-item-checkbox)) > * {
2586
+ grid-column: 1/-1;
2587
+ }
2588
+ .n-prose .contains-task-list > li:not(.task-list-item) > ol,
2589
+ .n-prose .contains-task-list > li:not(.task-list-item) > ul {
2590
+ display: block;
2591
+ }
2592
+ .n-prose .contains-task-list > li:not(.task-list-item) > p {
2593
+ display: inline;
2594
+ margin: 0;
2595
+ }
2596
+ .n-prose .contains-task-list > li:not(.task-list-item) > ul {
2597
+ margin-left: 16px;
2598
+ margin-top: 4px;
2599
+ margin-bottom: 4px;
2600
+ }
2601
+ @media (prefers-color-scheme:dark) {
2602
+ .dark\:n-prose-invert {
2603
+ --tw-prose-body:var(--tw-prose-invert-body);
2604
+ --tw-prose-headings:var(--tw-prose-invert-headings);
2605
+ --tw-prose-lead:var(--tw-prose-invert-lead);
2606
+ --tw-prose-links:var(--tw-prose-invert-links);
2607
+ --tw-prose-bold:var(--tw-prose-invert-bold);
2608
+ --tw-prose-counters:var(--tw-prose-invert-counters);
2609
+ --tw-prose-bullets:var(--tw-prose-invert-bullets);
2610
+ --tw-prose-hr:var(--tw-prose-invert-hr);
2611
+ --tw-prose-quotes:var(--tw-prose-invert-quotes);
2612
+ --tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);
2613
+ --tw-prose-captions:var(--tw-prose-invert-captions);
2614
+ --tw-prose-kbd:var(--tw-prose-invert-kbd);
2615
+ --tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);
2616
+ --tw-prose-code:var(--tw-prose-invert-code);
2617
+ --tw-prose-pre-code:var(--tw-prose-invert-pre-code);
2618
+ --tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);
2619
+ --tw-prose-th-borders:var(--tw-prose-invert-th-borders);
2620
+ --tw-prose-td-borders:var(--tw-prose-invert-td-borders);
2621
+ }
2622
+ }
2623
+ [data-theme=dark] .\[\[data-theme\=\'dark\'\]_\&\]\:n-prose-invert {
2624
+ --tw-prose-body:var(--tw-prose-invert-body);
2625
+ --tw-prose-headings:var(--tw-prose-invert-headings);
2626
+ --tw-prose-lead:var(--tw-prose-invert-lead);
2627
+ --tw-prose-links:var(--tw-prose-invert-links);
2628
+ --tw-prose-bold:var(--tw-prose-invert-bold);
2629
+ --tw-prose-counters:var(--tw-prose-invert-counters);
2630
+ --tw-prose-bullets:var(--tw-prose-invert-bullets);
2631
+ --tw-prose-hr:var(--tw-prose-invert-hr);
2632
+ --tw-prose-quotes:var(--tw-prose-invert-quotes);
2633
+ --tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);
2634
+ --tw-prose-captions:var(--tw-prose-invert-captions);
2635
+ --tw-prose-kbd:var(--tw-prose-invert-kbd);
2636
+ --tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);
2637
+ --tw-prose-code:var(--tw-prose-invert-code);
2638
+ --tw-prose-pre-code:var(--tw-prose-invert-pre-code);
2639
+ --tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);
2640
+ --tw-prose-th-borders:var(--tw-prose-invert-th-borders);
2641
+ --tw-prose-td-borders:var(--tw-prose-invert-td-borders);
2642
+ }
1845
2643
  .placeholder\:n-text-text-disabled::-moz-placeholder {
1846
2644
  color: var(--n-text-disabled);
1847
2645
  }
@@ -1895,9 +2693,33 @@
1895
2693
  .hover\:n-opacity-85:hover {
1896
2694
  opacity: .85;
1897
2695
  }
1898
- .hover\:n-shadow-none:hover {
1899
- --tw-shadow:0 0 #0000;
1900
- --tw-shadow-colored:0 0 #0000;
2696
+ .hover\:n-shadow-\[0_0_0_1px_var\(--n-chip-default-shadow-hover\)_inset\]:hover {
2697
+ --tw-shadow:0 0 0 1px var(--n-chip-default-shadow-hover) inset;
2698
+ --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
2699
+ box-shadow:
2700
+ var(--tw-ring-offset-shadow,0 0 #0000),
2701
+ var(--tw-ring-shadow,0 0 #0000),
2702
+ var(--tw-shadow);
2703
+ }
2704
+ .hover\:n-shadow-\[0_0_0_1px_var\(--n-chip-error-shadow-hover\)_inset\]:hover {
2705
+ --tw-shadow:0 0 0 1px var(--n-chip-error-shadow-hover) inset;
2706
+ --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
2707
+ box-shadow:
2708
+ var(--tw-ring-offset-shadow,0 0 #0000),
2709
+ var(--tw-ring-shadow,0 0 #0000),
2710
+ var(--tw-shadow);
2711
+ }
2712
+ .hover\:n-shadow-\[0_0_0_1px_var\(--n-chip-primary-shadow-hover\)_inset\]:hover {
2713
+ --tw-shadow:0 0 0 1px var(--n-chip-primary-shadow-hover) inset;
2714
+ --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
2715
+ box-shadow:
2716
+ var(--tw-ring-offset-shadow,0 0 #0000),
2717
+ var(--tw-ring-shadow,0 0 #0000),
2718
+ var(--tw-shadow);
2719
+ }
2720
+ .hover\:n-shadow-\[0_0_0_1px_var\(--n-chip-secondary-shadow-hover\)_inset\]:hover {
2721
+ --tw-shadow:0 0 0 1px var(--n-chip-secondary-shadow-hover) inset;
2722
+ --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
1901
2723
  box-shadow:
1902
2724
  var(--tw-ring-offset-shadow,0 0 #0000),
1903
2725
  var(--tw-ring-shadow,0 0 #0000),
@@ -2057,6 +2879,10 @@
2057
2879
  var(--tw-ring-shadow,0 0 #0000),
2058
2880
  var(--tw-shadow);
2059
2881
  }
2882
+ .data-\[hovering\]\:n-pointer-events-auto[data-hovering],
2883
+ .data-\[scrolling\]\:n-pointer-events-auto[data-scrolling] {
2884
+ pointer-events: auto;
2885
+ }
2060
2886
  .data-\[orientation\=vertical\]\:n-w-\[10px\][data-orientation=vertical] {
2061
2887
  width: 10px;
2062
2888
  }
@@ -2070,11 +2896,27 @@
2070
2896
  .data-\[state\=checked\]\:n-bg-secondary[data-state=checked] {
2071
2897
  background-color: var(--n-secondary);
2072
2898
  }
2899
+ .data-\[hovering\]\:n-opacity-100[data-hovering],
2900
+ .data-\[scrolling\]\:n-opacity-100[data-scrolling] {
2901
+ opacity: 1;
2902
+ }
2903
+ .data-\[hovering\]\:n-delay-0[data-hovering],
2904
+ .data-\[scrolling\]\:n-delay-0[data-scrolling] {
2905
+ transition-delay: 0s;
2906
+ }
2907
+ .data-\[hovering\]\:n-duration-75[data-hovering],
2908
+ .data-\[scrolling\]\:n-duration-75[data-scrolling] {
2909
+ transition-duration: 75ms;
2910
+ }
2073
2911
  @container toolbar (min-width: 42rem) {
2074
2912
  .\@2xl\/toolbar\:n-absolute {
2075
2913
  position: absolute;
2076
2914
  }
2077
2915
  }
2916
+ .prose-a\:n-text-blue-600 :is(:where(a):not(:where([class~=n-not-prose], [class~=n-not-prose] *))) {
2917
+ --tw-text-opacity:1;
2918
+ color: rgb(37 99 235/var(--tw-text-opacity,1));
2919
+ }
2078
2920
  @media (min-width:640px) {
2079
2921
  .sm\:\!n-max-w-sm {
2080
2922
  max-width: 24rem !important;