@noya-app/noya-resolve-files 0.1.4 → 0.1.6

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 DELETED
@@ -1,1858 +0,0 @@
1
- /* ../noya-designsystem/dist/index.css */
2
- :root {
3
- --n-primary-700:#2d195f;
4
- --n-primary-600:#6746ff;
5
- --n-primary-500:#7742ff;
6
- --n-primary-400:#9356ff;
7
- --n-primary-300:#8656ff;
8
- --n-primary-200:#bca0ff;
9
- --n-primary-100:#eae6ff;
10
- --n-indigo-950:#121a25;
11
- --n-indigo-900:#1e283c;
12
- --n-indigo-800:#263053;
13
- --n-indigo-700:#374163;
14
- --n-indigo-600:#4c567a;
15
- --n-indigo-500:#6b7188;
16
- --n-indigo-400:#757981;
17
- --n-indigo-300:#8183a5;
18
- --n-indigo-200:#9698ac;
19
- --n-indigo-150:#e2e6ee;
20
- --n-indigo-100:#f0f2f6;
21
- --n-indigo-50:#f3f5f9;
22
- --n-indigo-25:#fbfcfe;
23
- --n-logo-fill:var(--n-indigo-200);
24
- --n-logo-highlight:var(--n-indigo-200);
25
- --n-background:#fff;
26
- --n-text:var(--n-indigo-800);
27
- --n-text-muted:var(--n-indigo-500);
28
- --n-text-subtle:var(--n-indigo-400);
29
- --n-text-disabled:var(--n-indigo-200);
30
- --n-text-decorative-light:var(--n-indigo-100);
31
- --n-divider-subtle:color-mix(in srgb,var(--n-indigo-900) 4%,transparent);
32
- --n-divider:color-mix(in srgb,var(--n-indigo-900) 7%,transparent);
33
- --n-divider-strong:color-mix(in srgb,var(--n-indigo-900) 9%,transparent);
34
- --n-primary:var(--n-primary-600);
35
- --n-primary-light:var(--n-primary-400);
36
- --n-primary-pastel:var(--n-primary-100);
37
- --n-secondary:#009775;
38
- --n-secondary-light:#00a081;
39
- --n-secondary-pastel:#cdeee7;
40
- --n-secondary-bright:#0ab557;
41
- --n-input-background-light:#f3f5f9;
42
- --n-code-background:#fafafa;
43
- --n-code-background-dark:var(--n-indigo-950);
44
- --n-selected-background:#f2f5fa;
45
- --n-breadcrumb-text:var(--n-indigo-500);
46
- --n-breadcrumb-text-hover:var(--n-indigo-400);
47
- --n-breadcrumb-icon:var(--n-indigo-300);
48
- --n-canvas-background:var(--n-indigo-25);
49
- --n-canvas-grid:rgba(0,0,0,.05);
50
- --n-sidebar-background:#fff;
51
- --n-popover-background:#fcfcfc;
52
- --n-popover-divider:transparent;
53
- --n-listview-raised-background:rgba(0,0,0,.03);
54
- --n-listview-editing-background:#fff;
55
- --n-input-background:var(--n-indigo-100);
56
- --n-list-view-hover-background:#f4f6fa;
57
- --n-list-view-thumbnail-background:var(--n-input-background);
58
- --n-slider-thumb-background:#fff;
59
- --n-slider-border:#9698ac;
60
- --n-mask:#0cc143;
61
- --n-transparent-checker:hsla(0,0%,100%,.8);
62
- --n-scrollbar:hsla(0,0%,78%,.8);
63
- --n-placeholder-dots:rgba(0,0,0,.3);
64
- --n-drag-outline:var(--n-primary-600);
65
- --n-active-background:var(--n-indigo-150);
66
- --n-thumbnail-background:#f0efff;
67
- --n-thumbnail-shadow:#d3ceed66;
68
- --n-inline-code-text:var(--n-primary-600);
69
- --n-inline-code-background:#f0f2f6;
70
- --n-text-link:var(--n-primary-600);
71
- --n-text-link-focused:var(--n-primary-400);
72
- --n-inset-top:46px;
73
- --n-sidebar-width:260px;
74
- --n-toolbar-height:46px;
75
- --n-toolbar-separator:8px;
76
- --n-inspector-h-separator:8px;
77
- --n-inspector-v-separator:10px;
78
- --n-dialog-padding:16px;
79
- --n-input-height:27px;
80
- --n-icon:var(--n-indigo-300);
81
- --n-icon-selected:#dcdcdc;
82
- --n-warning:#fbd300;
83
- --n-segmented-control-item:#8b8b8b;
84
- --n-dot:rgba(0,0,0,.25);
85
- --n-row-highlight:#3390ff10;
86
- --n-table-row-background:var(--n-background);
87
- --n-interactable-z-index:2;
88
- --n-label-z-index:3;
89
- --n-menu-z-index:5000;
90
- --n-chip-primary-bg:rgba(238,229,255,.2);
91
- --n-chip-secondary-bg:rgba(205,238,231,.2);
92
- --n-chip-error-bg:hsla(0,100%,93%,.2);
93
- --n-chip-default-bg:rgba(0,0,0,.1);
94
- --n-chip-primary-shadow:#eee5ff;
95
- --n-chip-secondary-shadow:#cdeee7;
96
- --n-chip-error-shadow:#ffdbdb;
97
- --n-chip-default-shadow:#000;
98
- --n-floating-button:#f8f8fa;
99
- --n-block-border:#b8c9da;
100
- --n-block-highlight:orange;
101
- --n-markdown-editor-line-placeholder-content:"Write or press / for commands";
102
- --n-selected-list-item-background:var(--n-primary-pastel);
103
- --n-selected-list-item-text:var(--n-primary);
104
- --n-cm-keyword:var(--n-primary-600);
105
- --n-cm-function:#1b4db8;
106
- --n-cm-control-keyword:var(--n-primary-600);
107
- --n-cm-class-type:#1b4db8;
108
- --n-cm-regexp:#1097af;
109
- --n-cm-link:#1097af;
110
- --n-cm-string:#1097af;
111
- --n-cm-number:#1097af;
112
- --n-cm-comment:var(--n-indigo-300);
113
- --n-cm-operator:var(--n-indigo-800);
114
- --n-cm-variable:var(--n-indigo-800);
115
- --n-cm-type:#f59e0b;
116
- --n-cm-error:#e45649;
117
- --n-cm-warning:#fb9d00;
118
- --n-cm-info:#3390ff;
119
- }
120
- [data-theme=dark] {
121
- --n-background:#111;
122
- --n-logo-fill:#f8f8fa;
123
- --n-logo-highlight:#f8f8fa;
124
- --n-text:#f8f8fa;
125
- --n-text-muted:#b4b3b6;
126
- --n-text-subtle:#b4b3b6;
127
- --n-text-disabled:#73727e;
128
- --n-divider-subtle:hsla(0,0%,100%,.04);
129
- --n-divider:hsla(0,0%,100%,.08);
130
- --n-divider-strong:#000;
131
- --n-primary:var(--n-primary-500);
132
- --n-primary-light:var(--n-primary-300);
133
- --n-selected-list-item-background:var(--n-primary-700);
134
- --n-selected-list-item-text:var(--n-primary-200);
135
- --n-secondary-bright:#36fe91;
136
- --n-input-background:rgba(181,178,255,.08);
137
- --n-input-background-light:rgba(181,178,255,.1);
138
- --n-code-background:#141317;
139
- --n-canvas-background:#141317;
140
- --n-canvas-grid:rgba(0,0,0,.1);
141
- --n-sidebar-background:#222127;
142
- --n-popover-background:#222127;
143
- --n-popover-divider:hsla(0,0%,100%,.08);
144
- --n-listview-raised-background:rgba(181,178,255,.1);
145
- --n-listview-editing-background:#000;
146
- --n-list-view-hover-background:var(--n-input-background-light);
147
- --n-list-view-thumbnail-background:var(--n-input-background);
148
- --n-slider-thumb-background:var(--n-input-background-light);
149
- --n-slider-border:var(--n-divider);
150
- --n-mask:#66bb6a;
151
- --n-transparent-checker:hsla(0,0%,100%,.3);
152
- --n-scrollbar:hsla(0,0%,78%,.2);
153
- --n-placeholder-dots:hsla(0,0%,100%,.3);
154
- --n-drag-outline:#fff;
155
- --n-active-background:rgba(181,178,255,.08);
156
- --n-thumbnail-background:#1f1d33;
157
- --n-thumbnail-shadow:#1f1d3366;
158
- --n-dot:hsla(0,0%,100%,.15);
159
- --n-table-row-background:var(--n-sidebar-background);
160
- --n-floating-button:#333;
161
- --n-cm-keyword:#569cd6;
162
- --n-cm-function:#dcdcaa;
163
- --n-cm-control-keyword:#c586c0;
164
- --n-cm-class-type:#4ec9b0;
165
- --n-cm-regexp:#d16969;
166
- --n-cm-link:#4078f2;
167
- --n-cm-string:#ce9178;
168
- --n-cm-number:#b5cea8;
169
- --n-cm-comment:#6a9955;
170
- --n-cm-operator:#d4d4d4;
171
- --n-cm-variable:#9cdcfe;
172
- --n-cm-type:#f59e0b;
173
- --n-cm-error:red;
174
- --n-cm-warning:#fb9d00;
175
- --n-cm-info:#3390ff;
176
- }
177
- .noya-styles *,
178
- .noya-styles :after,
179
- .noya-styles :before {
180
- --tw-border-spacing-x:0;
181
- --tw-border-spacing-y:0;
182
- --tw-translate-x:0;
183
- --tw-translate-y:0;
184
- --tw-rotate:0;
185
- --tw-skew-x:0;
186
- --tw-skew-y:0;
187
- --tw-scale-x:1;
188
- --tw-scale-y:1;
189
- --tw-pan-x: ;
190
- --tw-pan-y: ;
191
- --tw-pinch-zoom: ;
192
- --tw-scroll-snap-strictness:proximity;
193
- --tw-gradient-from-position: ;
194
- --tw-gradient-via-position: ;
195
- --tw-gradient-to-position: ;
196
- --tw-ordinal: ;
197
- --tw-slashed-zero: ;
198
- --tw-numeric-figure: ;
199
- --tw-numeric-spacing: ;
200
- --tw-numeric-fraction: ;
201
- --tw-ring-inset: ;
202
- --tw-ring-offset-width:0px;
203
- --tw-ring-offset-color:#fff;
204
- --tw-ring-color:rgba(59,130,246,.5);
205
- --tw-ring-offset-shadow:0 0 #0000;
206
- --tw-ring-shadow:0 0 #0000;
207
- --tw-shadow:0 0 #0000;
208
- --tw-shadow-colored:0 0 #0000;
209
- --tw-blur: ;
210
- --tw-brightness: ;
211
- --tw-contrast: ;
212
- --tw-grayscale: ;
213
- --tw-hue-rotate: ;
214
- --tw-invert: ;
215
- --tw-saturate: ;
216
- --tw-sepia: ;
217
- --tw-drop-shadow: ;
218
- --tw-backdrop-blur: ;
219
- --tw-backdrop-brightness: ;
220
- --tw-backdrop-contrast: ;
221
- --tw-backdrop-grayscale: ;
222
- --tw-backdrop-hue-rotate: ;
223
- --tw-backdrop-invert: ;
224
- --tw-backdrop-opacity: ;
225
- --tw-backdrop-saturate: ;
226
- --tw-backdrop-sepia: ;
227
- --tw-contain-size: ;
228
- --tw-contain-layout: ;
229
- --tw-contain-paint: ;
230
- --tw-contain-style: ;
231
- }
232
- .noya-styles ::backdrop {
233
- --tw-border-spacing-x:0;
234
- --tw-border-spacing-y:0;
235
- --tw-translate-x:0;
236
- --tw-translate-y:0;
237
- --tw-rotate:0;
238
- --tw-skew-x:0;
239
- --tw-skew-y:0;
240
- --tw-scale-x:1;
241
- --tw-scale-y:1;
242
- --tw-pan-x: ;
243
- --tw-pan-y: ;
244
- --tw-pinch-zoom: ;
245
- --tw-scroll-snap-strictness:proximity;
246
- --tw-gradient-from-position: ;
247
- --tw-gradient-via-position: ;
248
- --tw-gradient-to-position: ;
249
- --tw-ordinal: ;
250
- --tw-slashed-zero: ;
251
- --tw-numeric-figure: ;
252
- --tw-numeric-spacing: ;
253
- --tw-numeric-fraction: ;
254
- --tw-ring-inset: ;
255
- --tw-ring-offset-width:0px;
256
- --tw-ring-offset-color:#fff;
257
- --tw-ring-color:rgba(59,130,246,.5);
258
- --tw-ring-offset-shadow:0 0 #0000;
259
- --tw-ring-shadow:0 0 #0000;
260
- --tw-shadow:0 0 #0000;
261
- --tw-shadow-colored:0 0 #0000;
262
- --tw-blur: ;
263
- --tw-brightness: ;
264
- --tw-contrast: ;
265
- --tw-grayscale: ;
266
- --tw-hue-rotate: ;
267
- --tw-invert: ;
268
- --tw-saturate: ;
269
- --tw-sepia: ;
270
- --tw-drop-shadow: ;
271
- --tw-backdrop-blur: ;
272
- --tw-backdrop-brightness: ;
273
- --tw-backdrop-contrast: ;
274
- --tw-backdrop-grayscale: ;
275
- --tw-backdrop-hue-rotate: ;
276
- --tw-backdrop-invert: ;
277
- --tw-backdrop-opacity: ;
278
- --tw-backdrop-saturate: ;
279
- --tw-backdrop-sepia: ;
280
- --tw-contain-size: ;
281
- --tw-contain-layout: ;
282
- --tw-contain-paint: ;
283
- --tw-contain-style: ;
284
- }
285
- .noya-styles .container {
286
- width: 100%;
287
- }
288
- @media (min-width:640px) {
289
- .noya-styles .container {
290
- max-width: 640px;
291
- }
292
- }
293
- @media (min-width:768px) {
294
- .noya-styles .container {
295
- max-width: 768px;
296
- }
297
- }
298
- @media (min-width:1024px) {
299
- .noya-styles .container {
300
- max-width: 1024px;
301
- }
302
- }
303
- @media (min-width:1280px) {
304
- .noya-styles .container {
305
- max-width: 1280px;
306
- }
307
- }
308
- @media (min-width:1536px) {
309
- .noya-styles .container {
310
- max-width: 1536px;
311
- }
312
- }
313
- .noya-styles .pointer-events-none {
314
- pointer-events: none;
315
- }
316
- .noya-styles .visible {
317
- visibility: visible;
318
- }
319
- .noya-styles .collapse {
320
- visibility: collapse;
321
- }
322
- .noya-styles .fixed {
323
- position: fixed;
324
- }
325
- .noya-styles .absolute {
326
- position: absolute;
327
- }
328
- .noya-styles .relative {
329
- position: relative;
330
- }
331
- .noya-styles .sticky {
332
- position: sticky;
333
- }
334
- .noya-styles .inset-0 {
335
- inset: 0;
336
- }
337
- .noya-styles .inset-y-0 {
338
- top: 0;
339
- bottom: 0;
340
- }
341
- .noya-styles .-left-2\.5 {
342
- left: -.625rem;
343
- }
344
- .noya-styles .-top-\[1px\] {
345
- top: -1px;
346
- }
347
- .noya-styles .bottom-0 {
348
- bottom: 0;
349
- }
350
- .noya-styles .left-0 {
351
- left: 0;
352
- }
353
- .noya-styles .left-1\.5 {
354
- left: .375rem;
355
- }
356
- .noya-styles .left-1\/2 {
357
- left: 50%;
358
- }
359
- .noya-styles .left-2 {
360
- left: .5rem;
361
- }
362
- .noya-styles .left-5 {
363
- left: 1.25rem;
364
- }
365
- .noya-styles .right-0 {
366
- right: 0;
367
- }
368
- .noya-styles .right-0\.5 {
369
- right: .125rem;
370
- }
371
- .noya-styles .right-1 {
372
- right: .25rem;
373
- }
374
- .noya-styles .right-1\.5 {
375
- right: .375rem;
376
- }
377
- .noya-styles .right-2 {
378
- right: .5rem;
379
- }
380
- .noya-styles .right-6 {
381
- right: 1.5rem;
382
- }
383
- .noya-styles .right-\[5px\] {
384
- right: 5px;
385
- }
386
- .noya-styles .right-\[7px\] {
387
- right: 7px;
388
- }
389
- .noya-styles .top-0 {
390
- top: 0;
391
- }
392
- .noya-styles .top-1\/2 {
393
- top: 50%;
394
- }
395
- .noya-styles .top-4 {
396
- top: 1rem;
397
- }
398
- .noya-styles .top-\[5px\] {
399
- top: 5px;
400
- }
401
- .noya-styles .top-\[7px\] {
402
- top: 7px;
403
- }
404
- .noya-styles .z-20 {
405
- z-index: 20;
406
- }
407
- .noya-styles .z-50 {
408
- z-index: 50;
409
- }
410
- .noya-styles .z-\[1000\] {
411
- z-index: 1000;
412
- }
413
- .noya-styles .z-\[1\] {
414
- z-index: 1;
415
- }
416
- .noya-styles .z-\[2147483647\] {
417
- z-index: 2147483647;
418
- }
419
- .noya-styles .z-label {
420
- z-index: var(--n-label-z-index);
421
- }
422
- .noya-styles .z-menu {
423
- z-index: var(--n-menu-z-index);
424
- }
425
- .noya-styles .-m-1 {
426
- margin: -.25rem;
427
- }
428
- .noya-styles .-m-2 {
429
- margin: -.5rem;
430
- }
431
- .noya-styles .m-0 {
432
- margin: 0;
433
- }
434
- .noya-styles .m-\[0_-24px_0_-20px\] {
435
- margin: 0 -24px 0 -20px;
436
- }
437
- .noya-styles .-mx-1\.5 {
438
- margin-left: -.375rem;
439
- margin-right: -.375rem;
440
- }
441
- .noya-styles .-mx-3 {
442
- margin-left: -.75rem;
443
- margin-right: -.75rem;
444
- }
445
- .noya-styles .-my-1 {
446
- margin-top: -.25rem;
447
- margin-bottom: -.25rem;
448
- }
449
- .noya-styles .mx-3 {
450
- margin-left: .75rem;
451
- margin-right: .75rem;
452
- }
453
- .noya-styles .my-1 {
454
- margin-top: .25rem;
455
- margin-bottom: .25rem;
456
- }
457
- .noya-styles .-mb-\[6px\] {
458
- margin-bottom: -6px;
459
- }
460
- .noya-styles .-ml-1\.5 {
461
- margin-left: -.375rem;
462
- }
463
- .noya-styles .-ml-3 {
464
- margin-left: -.75rem;
465
- }
466
- .noya-styles .-mr-1 {
467
- margin-right: -.25rem;
468
- }
469
- .noya-styles .-mr-2 {
470
- margin-right: -.5rem;
471
- }
472
- .noya-styles .-mt-1 {
473
- margin-top: -.25rem;
474
- }
475
- .noya-styles .mb-\[5px\] {
476
- margin-bottom: 5px;
477
- }
478
- .noya-styles .ml-1\.5 {
479
- margin-left: .375rem;
480
- }
481
- .noya-styles .ml-\[-2px\] {
482
- margin-left: -2px;
483
- }
484
- .noya-styles .ml-\[2px\] {
485
- margin-left: 2px;
486
- }
487
- .noya-styles .ml-auto {
488
- margin-left: auto;
489
- }
490
- .noya-styles .mr-1 {
491
- margin-right: .25rem;
492
- }
493
- .noya-styles .mr-\[-2px\] {
494
- margin-right: -2px;
495
- }
496
- .noya-styles .mr-\[2px\] {
497
- margin-right: 2px;
498
- }
499
- .noya-styles .mt-3 {
500
- margin-top: .75rem;
501
- }
502
- .noya-styles .block {
503
- display: block;
504
- }
505
- .noya-styles .inline-block {
506
- display: inline-block;
507
- }
508
- .noya-styles .inline {
509
- display: inline;
510
- }
511
- .noya-styles .flex {
512
- display: flex;
513
- }
514
- .noya-styles .inline-flex {
515
- display: inline-flex;
516
- }
517
- .noya-styles .grid {
518
- display: grid;
519
- }
520
- .noya-styles .\!contents {
521
- display: contents !important;
522
- }
523
- .noya-styles .contents {
524
- display: contents;
525
- }
526
- .noya-styles .hidden {
527
- display: none;
528
- }
529
- .noya-styles .aspect-\[24\/26\] {
530
- aspect-ratio: 24/26;
531
- }
532
- .noya-styles .aspect-square {
533
- aspect-ratio: 1/1;
534
- }
535
- .noya-styles .h-16 {
536
- height: 4rem;
537
- }
538
- .noya-styles .h-24 {
539
- height: 6rem;
540
- }
541
- .noya-styles .h-5 {
542
- height: 1.25rem;
543
- }
544
- .noya-styles .h-8 {
545
- height: 2rem;
546
- }
547
- .noya-styles .h-\[15px\] {
548
- height: 15px;
549
- }
550
- .noya-styles .h-\[19px\] {
551
- height: 19px;
552
- }
553
- .noya-styles .h-\[25px\] {
554
- height: 25px;
555
- }
556
- .noya-styles .h-\[50px\] {
557
- height: 50px;
558
- }
559
- .noya-styles .h-\[5px\] {
560
- height: 5px;
561
- }
562
- .noya-styles .h-full {
563
- height: 100%;
564
- }
565
- .noya-styles .h-input-height {
566
- height: var(--n-input-height);
567
- }
568
- .noya-styles .h-px {
569
- height: 1px;
570
- }
571
- .noya-styles .max-h-\[600px\] {
572
- max-height: 600px;
573
- }
574
- .noya-styles .max-h-\[85vh\] {
575
- max-height: 85vh;
576
- }
577
- .noya-styles .max-h-full {
578
- max-height: 100%;
579
- }
580
- .noya-styles .max-h-input-height {
581
- max-height: var(--n-input-height);
582
- }
583
- .noya-styles .max-h-none {
584
- max-height: none;
585
- }
586
- .noya-styles .min-h-0 {
587
- min-height: 0;
588
- }
589
- .noya-styles .min-h-6 {
590
- min-height: 1.5rem;
591
- }
592
- .noya-styles .min-h-\[19px\] {
593
- min-height: 19px;
594
- }
595
- .noya-styles .min-h-input-height {
596
- min-height: var(--n-input-height);
597
- }
598
- .noya-styles .min-h-px {
599
- min-height: 1px;
600
- }
601
- .noya-styles .w-0 {
602
- width: 0;
603
- }
604
- .noya-styles .w-16 {
605
- width: 4rem;
606
- }
607
- .noya-styles .w-24 {
608
- width: 6rem;
609
- }
610
- .noya-styles .w-5 {
611
- width: 1.25rem;
612
- }
613
- .noya-styles .w-6 {
614
- width: 1.5rem;
615
- }
616
- .noya-styles .w-8 {
617
- width: 2rem;
618
- }
619
- .noya-styles .w-\[0\.9rem\] {
620
- width: .9rem;
621
- }
622
- .noya-styles .w-\[15px\] {
623
- width: 15px;
624
- }
625
- .noya-styles .w-\[19px\] {
626
- width: 19px;
627
- }
628
- .noya-styles .w-\[1px\] {
629
- width: 1px;
630
- }
631
- .noya-styles .w-\[240px\] {
632
- width: 240px;
633
- }
634
- .noya-styles .w-\[25px\] {
635
- width: 25px;
636
- }
637
- .noya-styles .w-\[50px\] {
638
- width: 50px;
639
- }
640
- .noya-styles .w-\[680px\] {
641
- width: 680px;
642
- }
643
- .noya-styles .w-\[90vw\] {
644
- width: 90vw;
645
- }
646
- .noya-styles .w-full {
647
- width: 100%;
648
- }
649
- .noya-styles .w-input-height {
650
- width: var(--n-input-height);
651
- }
652
- .noya-styles .w-px {
653
- width: 1px;
654
- }
655
- .noya-styles .min-w-0 {
656
- min-width: 0;
657
- }
658
- .noya-styles .min-w-6 {
659
- min-width: 1.5rem;
660
- }
661
- .noya-styles .min-w-\[200px\] {
662
- min-width: 200px;
663
- }
664
- .noya-styles .min-w-\[31px\] {
665
- min-width: 31px;
666
- }
667
- .noya-styles .min-w-px {
668
- min-width: 1px;
669
- }
670
- .noya-styles .max-w-\[100vw\] {
671
- max-width: 100vw;
672
- }
673
- .noya-styles .max-w-\[450px\] {
674
- max-width: 450px;
675
- }
676
- .noya-styles .max-w-\[70\%\] {
677
- max-width: 70%;
678
- }
679
- .noya-styles .max-w-full {
680
- max-width: 100%;
681
- }
682
- .noya-styles .max-w-none {
683
- max-width: none;
684
- }
685
- .noya-styles .flex-1 {
686
- flex: 1 1 0%;
687
- }
688
- .noya-styles .flex-\[0_0_auto\] {
689
- flex: 0 0 auto;
690
- }
691
- .noya-styles .flex-auto {
692
- flex: 1 1 auto;
693
- }
694
- .noya-styles .flex-none {
695
- flex: none;
696
- }
697
- .noya-styles .flex-shrink-0 {
698
- flex-shrink: 0;
699
- }
700
- .noya-styles .flex-grow {
701
- flex-grow: 1;
702
- }
703
- .noya-styles .basis-0 {
704
- flex-basis: 0px;
705
- }
706
- .noya-styles .-translate-x-1\/2 {
707
- --tw-translate-x:-50%;
708
- }
709
- .noya-styles .-translate-x-1\/2,
710
- .noya-styles .-translate-y-1\/2 {
711
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
712
- }
713
- .noya-styles .-translate-y-1\/2 {
714
- --tw-translate-y:-50%;
715
- }
716
- .noya-styles .translate-x-\[2px\] {
717
- --tw-translate-x:2px;
718
- }
719
- .noya-styles .rotate-0,
720
- .noya-styles .translate-x-\[2px\] {
721
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
722
- }
723
- .noya-styles .rotate-0 {
724
- --tw-rotate:0deg;
725
- }
726
- .noya-styles .rotate-180 {
727
- --tw-rotate:180deg;
728
- }
729
- .noya-styles .rotate-180,
730
- .noya-styles .scale-\[0\.60\] {
731
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
732
- }
733
- .noya-styles .scale-\[0\.60\] {
734
- --tw-scale-x:0.60;
735
- --tw-scale-y:0.60;
736
- }
737
- .noya-styles .scale-\[0\.75\] {
738
- --tw-scale-x:0.75;
739
- --tw-scale-y:0.75;
740
- }
741
- .noya-styles .scale-\[0\.75\],
742
- .noya-styles .transform {
743
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
744
- }
745
- @keyframes pulse {
746
- 50% {
747
- opacity: .5;
748
- }
749
- }
750
- .noya-styles .animate-pulse {
751
- animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
752
- }
753
- @keyframes shimmer {
754
- 0% {
755
- background-position: -200% 0;
756
- }
757
- to {
758
- background-position: 200% 0;
759
- }
760
- }
761
- .noya-styles .animate-shimmer {
762
- animation: shimmer 6s linear infinite;
763
- }
764
- @keyframes spin {
765
- 0% {
766
- transform: rotate(0deg);
767
- }
768
- to {
769
- transform: rotate(1turn);
770
- }
771
- }
772
- .noya-styles .animate-spin {
773
- animation: spin 1s linear infinite;
774
- }
775
- .noya-styles .cursor-col-resize {
776
- cursor: col-resize;
777
- }
778
- .noya-styles .cursor-default {
779
- cursor: default;
780
- }
781
- .noya-styles .cursor-pointer {
782
- cursor: pointer;
783
- }
784
- .noya-styles .touch-none {
785
- touch-action: none;
786
- }
787
- .noya-styles .select-none {
788
- -webkit-user-select: none;
789
- -moz-user-select: none;
790
- user-select: none;
791
- }
792
- .noya-styles .select-all {
793
- -webkit-user-select: all;
794
- -moz-user-select: all;
795
- user-select: all;
796
- }
797
- .noya-styles .resize-none {
798
- resize: none;
799
- }
800
- .noya-styles .resize {
801
- resize: both;
802
- }
803
- .noya-styles .list-none {
804
- list-style-type: none;
805
- }
806
- .noya-styles .appearance-none {
807
- -webkit-appearance: none;
808
- -moz-appearance: none;
809
- appearance: none;
810
- }
811
- .noya-styles .grid-cols-\[auto_max-content\] {
812
- grid-template-columns: auto max-content;
813
- }
814
- .noya-styles .flex-row {
815
- flex-direction: row;
816
- }
817
- .noya-styles .flex-row-reverse {
818
- flex-direction: row-reverse;
819
- }
820
- .noya-styles .flex-col {
821
- flex-direction: column;
822
- }
823
- .noya-styles .flex-wrap {
824
- flex-wrap: wrap;
825
- }
826
- .noya-styles .items-start {
827
- align-items: flex-start;
828
- }
829
- .noya-styles .items-end {
830
- align-items: flex-end;
831
- }
832
- .noya-styles .items-center {
833
- align-items: center;
834
- }
835
- .noya-styles .items-stretch {
836
- align-items: stretch;
837
- }
838
- .noya-styles .justify-start {
839
- justify-content: flex-start;
840
- }
841
- .noya-styles .justify-end {
842
- justify-content: flex-end;
843
- }
844
- .noya-styles .justify-center {
845
- justify-content: center;
846
- }
847
- .noya-styles .gap-0\.5 {
848
- gap: .125rem;
849
- }
850
- .noya-styles .gap-1 {
851
- gap: .25rem;
852
- }
853
- .noya-styles .gap-1\.5 {
854
- gap: .375rem;
855
- }
856
- .noya-styles .gap-2 {
857
- gap: .5rem;
858
- }
859
- .noya-styles .gap-3 {
860
- gap: .75rem;
861
- }
862
- .noya-styles .gap-4 {
863
- gap: 1rem;
864
- }
865
- .noya-styles .gap-toolbar-separator {
866
- gap: var(--n-toolbar-separator);
867
- }
868
- .noya-styles .gap-x-1\.5 {
869
- -moz-column-gap: .375rem;
870
- column-gap: .375rem;
871
- }
872
- .noya-styles .gap-x-2\.5 {
873
- -moz-column-gap: .625rem;
874
- column-gap: .625rem;
875
- }
876
- .noya-styles .self-start {
877
- align-self: flex-start;
878
- }
879
- .noya-styles .self-stretch {
880
- align-self: stretch;
881
- }
882
- .noya-styles .overflow-auto {
883
- overflow: auto;
884
- }
885
- .noya-styles .overflow-hidden {
886
- overflow: hidden;
887
- }
888
- .noya-styles .overflow-y-auto {
889
- overflow-y: auto;
890
- }
891
- .noya-styles .truncate {
892
- overflow: hidden;
893
- text-overflow: ellipsis;
894
- white-space: nowrap;
895
- }
896
- .noya-styles .text-ellipsis {
897
- text-overflow: ellipsis;
898
- }
899
- .noya-styles .whitespace-pre {
900
- white-space: pre;
901
- }
902
- .noya-styles .rounded {
903
- border-radius: .25rem;
904
- }
905
- .noya-styles .rounded-\[10px\] {
906
- border-radius: 10px;
907
- }
908
- .noya-styles .rounded-\[2px\] {
909
- border-radius: 2px;
910
- }
911
- .noya-styles .rounded-\[3px\] {
912
- border-radius: 3px;
913
- }
914
- .noya-styles .rounded-\[50\%\] {
915
- border-radius: 50%;
916
- }
917
- .noya-styles .rounded-full {
918
- border-radius: 9999px;
919
- }
920
- .noya-styles .rounded-lg {
921
- border-radius: .5rem;
922
- }
923
- .noya-styles .rounded-md {
924
- border-radius: .375rem;
925
- }
926
- .noya-styles .rounded-none {
927
- border-radius: 0;
928
- }
929
- .noya-styles .rounded-sm {
930
- border-radius: .125rem;
931
- }
932
- .noya-styles .border {
933
- border-width: 1px;
934
- }
935
- .noya-styles .border-0 {
936
- border-width: 0;
937
- }
938
- .noya-styles .border-l {
939
- border-left-width: 1px;
940
- }
941
- .noya-styles .border-r {
942
- border-right-width: 1px;
943
- }
944
- .noya-styles .border-t {
945
- border-top-width: 1px;
946
- }
947
- .noya-styles .border-solid {
948
- border-style: solid;
949
- }
950
- .noya-styles .border-dashed {
951
- border-style: dashed;
952
- }
953
- .noya-styles .border-dotted {
954
- border-style: dotted;
955
- }
956
- .noya-styles .border-none {
957
- border-style: none;
958
- }
959
- .noya-styles .border-background {
960
- border-color: var(--n-background);
961
- }
962
- .noya-styles .border-divider {
963
- border-color: var(--n-divider);
964
- }
965
- .noya-styles .border-divider-strong {
966
- border-color: var(--n-divider-strong);
967
- }
968
- .noya-styles .border-divider-subtle {
969
- border-color: var(--n-divider-subtle);
970
- }
971
- .noya-styles .border-gray-200 {
972
- --tw-border-opacity:1;
973
- border-color: rgb(229 231 235/var(--tw-border-opacity,1));
974
- }
975
- .noya-styles .border-primary {
976
- border-color: var(--n-primary);
977
- }
978
- .noya-styles .border-secondary {
979
- border-color: var(--n-secondary);
980
- }
981
- .noya-styles .border-slider-border {
982
- border-color: var(--n-slider-border);
983
- }
984
- .noya-styles .border-transparent {
985
- border-color: transparent;
986
- }
987
- .noya-styles .bg-\[\#0ab557\] {
988
- --tw-bg-opacity:1;
989
- background-color: rgb(10 181 87/var(--tw-bg-opacity,1));
990
- }
991
- .noya-styles .bg-\[rgb\(255\,219\,219\)\] {
992
- --tw-bg-opacity:1;
993
- background-color: rgb(255 219 219/var(--tw-bg-opacity,1));
994
- }
995
- .noya-styles .bg-\[rgba\(0\,0\,0\,0\.5\)\] {
996
- background-color: rgba(0, 0, 0, .5);
997
- }
998
- .noya-styles .bg-\[var\(--n-chip-default-bg\)\] {
999
- background-color: var(--n-chip-default-bg);
1000
- }
1001
- .noya-styles .bg-\[var\(--n-chip-error-bg\)\] {
1002
- background-color: var(--n-chip-error-bg);
1003
- }
1004
- .noya-styles .bg-\[var\(--n-chip-primary-bg\)\] {
1005
- background-color: var(--n-chip-primary-bg);
1006
- }
1007
- .noya-styles .bg-\[var\(--n-chip-secondary-bg\)\] {
1008
- background-color: var(--n-chip-secondary-bg);
1009
- }
1010
- .noya-styles .bg-active-background {
1011
- background-color: var(--n-active-background);
1012
- }
1013
- .noya-styles .bg-background {
1014
- background-color: var(--n-background);
1015
- }
1016
- .noya-styles .bg-black\/50 {
1017
- background-color: rgba(0, 0, 0, .5);
1018
- }
1019
- .noya-styles .bg-canvas-background {
1020
- background-color: var(--n-canvas-background);
1021
- }
1022
- .noya-styles .bg-divider {
1023
- background-color: var(--n-divider);
1024
- }
1025
- .noya-styles .bg-divider-strong {
1026
- background-color: var(--n-divider-strong);
1027
- }
1028
- .noya-styles .bg-divider-subtle {
1029
- background-color: var(--n-divider-subtle);
1030
- }
1031
- .noya-styles .bg-floating-button {
1032
- background-color: var(--n-floating-button);
1033
- }
1034
- .noya-styles .bg-input-background {
1035
- background-color: var(--n-input-background);
1036
- }
1037
- .noya-styles .bg-list-view-hover-background {
1038
- background-color: var(--n-list-view-hover-background);
1039
- }
1040
- .noya-styles .bg-listview-editing-background {
1041
- background-color: var(--n-listview-editing-background);
1042
- }
1043
- .noya-styles .bg-listview-raised-background {
1044
- background-color: var(--n-listview-raised-background);
1045
- }
1046
- .noya-styles .bg-popover-background {
1047
- background-color: var(--n-popover-background);
1048
- }
1049
- .noya-styles .bg-primary {
1050
- background-color: var(--n-primary);
1051
- }
1052
- .noya-styles .bg-primary-pastel {
1053
- background-color: var(--n-primary-pastel);
1054
- }
1055
- .noya-styles .bg-row-highlight {
1056
- background-color: var(--n-row-highlight);
1057
- }
1058
- .noya-styles .bg-scrollbar {
1059
- background-color: var(--n-scrollbar);
1060
- }
1061
- .noya-styles .bg-secondary {
1062
- background-color: var(--n-secondary);
1063
- }
1064
- .noya-styles .bg-secondary-pastel {
1065
- background-color: var(--n-secondary-pastel);
1066
- }
1067
- .noya-styles .bg-selected-list-item-background {
1068
- background-color: var(--n-selected-list-item-background);
1069
- }
1070
- .noya-styles .bg-sidebar-background {
1071
- background-color: var(--n-sidebar-background);
1072
- }
1073
- .noya-styles .bg-slider-thumb-background {
1074
- background-color: var(--n-slider-thumb-background);
1075
- }
1076
- .noya-styles .bg-text {
1077
- background-color: var(--n-text);
1078
- }
1079
- .noya-styles .bg-transparent {
1080
- background-color: transparent;
1081
- }
1082
- .noya-styles .bg-warning {
1083
- background-color: var(--n-warning);
1084
- }
1085
- .noya-styles .bg-gradient-to-r {
1086
- background-image: linear-gradient(to right, var(--tw-gradient-stops));
1087
- }
1088
- .noya-styles .from-transparent {
1089
- --tw-gradient-from:transparent var(--tw-gradient-from-position);
1090
- --tw-gradient-to:transparent var(--tw-gradient-to-position);
1091
- --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);
1092
- }
1093
- .noya-styles .from-white\/0 {
1094
- --tw-gradient-from:hsla(0,0%,100%,0) var(--tw-gradient-from-position);
1095
- --tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);
1096
- --tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);
1097
- }
1098
- .noya-styles .via-\[rgb\(226\,232\,240\)\]\/50 {
1099
- --tw-gradient-to:rgba(226,232,240,0) var(--tw-gradient-to-position);
1100
- --tw-gradient-stops:var(--tw-gradient-from),rgba(226,232,240,.5) var(--tw-gradient-via-position),var(--tw-gradient-to);
1101
- }
1102
- .noya-styles .to-background {
1103
- --tw-gradient-to:var(--n-background) var(--tw-gradient-to-position);
1104
- }
1105
- .noya-styles .to-white\/0 {
1106
- --tw-gradient-to:hsla(0,0%,100%,0) var(--tw-gradient-to-position);
1107
- }
1108
- .noya-styles .fill-popover-background {
1109
- fill: var(--n-popover-background);
1110
- }
1111
- .noya-styles .stroke-white {
1112
- stroke: #fff;
1113
- }
1114
- .noya-styles .stroke-\[1\.3px\] {
1115
- stroke-width: 1.3px;
1116
- }
1117
- .noya-styles .object-contain {
1118
- -o-object-fit: contain;
1119
- object-fit: contain;
1120
- }
1121
- .noya-styles .object-cover {
1122
- -o-object-fit: cover;
1123
- object-fit: cover;
1124
- }
1125
- .noya-styles .p-0 {
1126
- padding: 0;
1127
- }
1128
- .noya-styles .p-1 {
1129
- padding: .25rem;
1130
- }
1131
- .noya-styles .p-2 {
1132
- padding: .5rem;
1133
- }
1134
- .noya-styles .p-20 {
1135
- padding: 5rem;
1136
- }
1137
- .noya-styles .p-3 {
1138
- padding: .75rem;
1139
- }
1140
- .noya-styles .p-5 {
1141
- padding: 1.25rem;
1142
- }
1143
- .noya-styles .p-\[0_24px_0_20px\] {
1144
- padding: 0 24px 0 20px;
1145
- }
1146
- .noya-styles .p-\[0px_4px\] {
1147
- padding: 0 4px;
1148
- }
1149
- .noya-styles .p-\[2px_4px\] {
1150
- padding: 2px 4px;
1151
- }
1152
- .noya-styles .p-\[2px_6px\] {
1153
- padding: 2px 6px;
1154
- }
1155
- .noya-styles .p-\[3px\] {
1156
- padding: 3px;
1157
- }
1158
- .noya-styles .p-\[4px_8px\] {
1159
- padding: 4px 8px;
1160
- }
1161
- .noya-styles .p-dialog-padding {
1162
- padding: var(--n-dialog-padding);
1163
- }
1164
- .noya-styles .px-0 {
1165
- padding-left: 0;
1166
- padding-right: 0;
1167
- }
1168
- .noya-styles .px-1 {
1169
- padding-left: .25rem;
1170
- padding-right: .25rem;
1171
- }
1172
- .noya-styles .px-1\.5 {
1173
- padding-left: .375rem;
1174
- padding-right: .375rem;
1175
- }
1176
- .noya-styles .px-2 {
1177
- padding-left: .5rem;
1178
- padding-right: .5rem;
1179
- }
1180
- .noya-styles .px-3 {
1181
- padding-left: .75rem;
1182
- padding-right: .75rem;
1183
- }
1184
- .noya-styles .px-4 {
1185
- padding-left: 1rem;
1186
- padding-right: 1rem;
1187
- }
1188
- .noya-styles .px-5 {
1189
- padding-left: 1.25rem;
1190
- padding-right: 1.25rem;
1191
- }
1192
- .noya-styles .px-\[1px\] {
1193
- padding-left: 1px;
1194
- padding-right: 1px;
1195
- }
1196
- .noya-styles .px-\[2px\] {
1197
- padding-left: 2px;
1198
- padding-right: 2px;
1199
- }
1200
- .noya-styles .px-\[6px\] {
1201
- padding-left: 6px;
1202
- padding-right: 6px;
1203
- }
1204
- .noya-styles .px-medium {
1205
- padding-left: 16px;
1206
- padding-right: 16px;
1207
- }
1208
- .noya-styles .py-0 {
1209
- padding-top: 0;
1210
- padding-bottom: 0;
1211
- }
1212
- .noya-styles .py-0\.5 {
1213
- padding-top: .125rem;
1214
- padding-bottom: .125rem;
1215
- }
1216
- .noya-styles .py-1 {
1217
- padding-top: .25rem;
1218
- padding-bottom: .25rem;
1219
- }
1220
- .noya-styles .py-1\.5 {
1221
- padding-top: .375rem;
1222
- padding-bottom: .375rem;
1223
- }
1224
- .noya-styles .py-2 {
1225
- padding-top: .5rem;
1226
- padding-bottom: .5rem;
1227
- }
1228
- .noya-styles .py-2\.5 {
1229
- padding-top: .625rem;
1230
- padding-bottom: .625rem;
1231
- }
1232
- .noya-styles .py-3 {
1233
- padding-top: .75rem;
1234
- padding-bottom: .75rem;
1235
- }
1236
- .noya-styles .py-\[1px\] {
1237
- padding-top: 1px;
1238
- padding-bottom: 1px;
1239
- }
1240
- .noya-styles .py-\[2px\] {
1241
- padding-top: 2px;
1242
- padding-bottom: 2px;
1243
- }
1244
- .noya-styles .py-small {
1245
- padding-top: 8px;
1246
- padding-bottom: 8px;
1247
- }
1248
- .noya-styles .\!pr-9 {
1249
- padding-right: 2.25rem !important;
1250
- }
1251
- .noya-styles .pb-4 {
1252
- padding-bottom: 1rem;
1253
- }
1254
- .noya-styles .pl-1\.5 {
1255
- padding-left: .375rem;
1256
- }
1257
- .noya-styles .pl-3 {
1258
- padding-left: .75rem;
1259
- }
1260
- .noya-styles .pr-1\.5 {
1261
- padding-right: .375rem;
1262
- }
1263
- .noya-styles .pr-2\.5 {
1264
- padding-right: .625rem;
1265
- }
1266
- .noya-styles .pr-4 {
1267
- padding-right: 1rem;
1268
- }
1269
- .noya-styles .pt-1 {
1270
- padding-top: .25rem;
1271
- }
1272
- .noya-styles .text-left {
1273
- text-align: left;
1274
- }
1275
- .noya-styles .text-center {
1276
- text-align: center;
1277
- }
1278
- .noya-styles .align-middle {
1279
- vertical-align: middle;
1280
- }
1281
- .noya-styles .font-mono {
1282
- font-family:
1283
- SFMono-Regular,
1284
- SF Mono,
1285
- Menlo,
1286
- Consolas,
1287
- Liberation Mono,
1288
- monospace;
1289
- }
1290
- .noya-styles .font-sans {
1291
- font-family:
1292
- __Inter_6b0edc,
1293
- __Inter_Fallback_6b0edc,
1294
- -apple-system,
1295
- BlinkMacSystemFont,
1296
- Helvetica Neue,
1297
- Segoe UI,
1298
- Roboto,
1299
- Helvetica,
1300
- Arial,
1301
- sans-serif;
1302
- }
1303
- .noya-styles .text-\[10px\] {
1304
- font-size: 10px;
1305
- }
1306
- .noya-styles .text-\[11px\] {
1307
- font-size: 11px;
1308
- }
1309
- .noya-styles .text-\[12px\] {
1310
- font-size: 12px;
1311
- }
1312
- .noya-styles .text-\[9px\] {
1313
- font-size: 9px;
1314
- }
1315
- .noya-styles .text-base {
1316
- font-size: 1rem;
1317
- line-height: 1.5rem;
1318
- }
1319
- .noya-styles .text-button {
1320
- font-size: .8rem;
1321
- line-height: 1.4;
1322
- letter-spacing: -.2px;
1323
- }
1324
- .noya-styles .text-code {
1325
- font-size: 90%;
1326
- line-height: 1.5;
1327
- }
1328
- .noya-styles .text-heading1 {
1329
- font-size: 1.953rem;
1330
- line-height: 1.6;
1331
- letter-spacing: -.025em;
1332
- }
1333
- .noya-styles .text-heading2 {
1334
- font-size: 1.563rem;
1335
- line-height: 1.5;
1336
- letter-spacing: -.025em;
1337
- }
1338
- .noya-styles .text-heading3 {
1339
- font-size: 1.25rem;
1340
- line-height: 1.4;
1341
- letter-spacing: -.025em;
1342
- }
1343
- .noya-styles .text-heading4 {
1344
- font-size: 1rem;
1345
- line-height: 1.4;
1346
- }
1347
- .noya-styles .text-heading5 {
1348
- font-size: .85rem;
1349
- line-height: 1.4;
1350
- }
1351
- .noya-styles .text-label {
1352
- font-size: .62rem;
1353
- line-height: 19px;
1354
- letter-spacing: -.3px;
1355
- }
1356
- .noya-styles .text-list-small {
1357
- font-size: .75rem;
1358
- line-height: 1.4;
1359
- letter-spacing: -.2px;
1360
- }
1361
- .noya-styles .text-sm {
1362
- font-size: .875rem;
1363
- line-height: 1.25rem;
1364
- }
1365
- .noya-styles .text-subtitle {
1366
- font-size: 1.563rem;
1367
- line-height: 1.75;
1368
- letter-spacing: -.05em;
1369
- }
1370
- .noya-styles .text-title {
1371
- font-size: 3.052rem;
1372
- line-height: 1.4;
1373
- letter-spacing: -.05em;
1374
- }
1375
- .noya-styles .text-xs {
1376
- font-size: .75rem;
1377
- line-height: 1rem;
1378
- }
1379
- .noya-styles .font-\[14px\] {
1380
- font-weight: 14px;
1381
- }
1382
- .noya-styles .font-bold {
1383
- font-weight: 700;
1384
- }
1385
- .noya-styles .font-medium {
1386
- font-weight: 500;
1387
- }
1388
- .noya-styles .font-normal {
1389
- font-weight: 400;
1390
- }
1391
- .noya-styles .font-semibold {
1392
- font-weight: 600;
1393
- }
1394
- .noya-styles .uppercase {
1395
- text-transform: uppercase;
1396
- }
1397
- .noya-styles .italic {
1398
- font-style: italic;
1399
- }
1400
- .noya-styles .tabular-nums {
1401
- --tw-numeric-spacing:tabular-nums;
1402
- font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
1403
- }
1404
- .noya-styles .leading-3 {
1405
- line-height: .75rem;
1406
- }
1407
- .noya-styles .leading-\[1\.4\] {
1408
- line-height: 1.4;
1409
- }
1410
- .noya-styles .leading-\[15px\] {
1411
- line-height: 15px;
1412
- }
1413
- .noya-styles .leading-\[19px\] {
1414
- line-height: 19px;
1415
- }
1416
- .noya-styles .leading-\[1\],
1417
- .noya-styles .leading-none {
1418
- line-height: 1;
1419
- }
1420
- .noya-styles .\!text-text-disabled {
1421
- color: var(--n-text-disabled) !important;
1422
- }
1423
- .noya-styles .text-inherit {
1424
- color: inherit;
1425
- }
1426
- .noya-styles .text-primary {
1427
- color: var(--n-primary);
1428
- }
1429
- .noya-styles .text-secondary {
1430
- color: var(--n-secondary);
1431
- }
1432
- .noya-styles .text-segmented-control-item {
1433
- color: var(--n-segmented-control-item);
1434
- }
1435
- .noya-styles .text-selected-list-item-text {
1436
- color: var(--n-selected-list-item-text);
1437
- }
1438
- .noya-styles .text-text {
1439
- color: var(--n-text);
1440
- }
1441
- .noya-styles .text-text-disabled {
1442
- color: var(--n-text-disabled);
1443
- }
1444
- .noya-styles .text-text-muted {
1445
- color: var(--n-text-muted);
1446
- }
1447
- .noya-styles .text-text-subtle {
1448
- color: var(--n-text-subtle);
1449
- }
1450
- .noya-styles .text-white {
1451
- --tw-text-opacity:1;
1452
- color: rgb(255 255 255/var(--tw-text-opacity,1));
1453
- }
1454
- .noya-styles .underline {
1455
- text-decoration-line: underline;
1456
- }
1457
- .noya-styles .no-underline {
1458
- text-decoration-line: none;
1459
- }
1460
- .noya-styles .decoration-text-decorative-light {
1461
- text-decoration-color: var(--n-text-decorative-light);
1462
- }
1463
- .noya-styles .opacity-0 {
1464
- opacity: 0;
1465
- }
1466
- .noya-styles .opacity-100 {
1467
- opacity: 1;
1468
- }
1469
- .noya-styles .opacity-25 {
1470
- opacity: .25;
1471
- }
1472
- .noya-styles .opacity-50 {
1473
- opacity: .5;
1474
- }
1475
- .noya-styles .opacity-60 {
1476
- opacity: .6;
1477
- }
1478
- .noya-styles .shadow-\[0_0_0_1px_var\(--n-chip-default-shadow\)_inset\] {
1479
- --tw-shadow:0 0 0 1px var(--n-chip-default-shadow) inset;
1480
- --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
1481
- box-shadow:
1482
- var(--tw-ring-offset-shadow,0 0 #0000),
1483
- var(--tw-ring-shadow,0 0 #0000),
1484
- var(--tw-shadow);
1485
- }
1486
- .noya-styles .shadow-\[0_0_0_1px_var\(--n-chip-error-shadow\)_inset\] {
1487
- --tw-shadow:0 0 0 1px var(--n-chip-error-shadow) inset;
1488
- --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
1489
- box-shadow:
1490
- var(--tw-ring-offset-shadow,0 0 #0000),
1491
- var(--tw-ring-shadow,0 0 #0000),
1492
- var(--tw-shadow);
1493
- }
1494
- .noya-styles .shadow-\[0_0_0_1px_var\(--n-chip-primary-shadow\)_inset\] {
1495
- --tw-shadow:0 0 0 1px var(--n-chip-primary-shadow) inset;
1496
- --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
1497
- box-shadow:
1498
- var(--tw-ring-offset-shadow,0 0 #0000),
1499
- var(--tw-ring-shadow,0 0 #0000),
1500
- var(--tw-shadow);
1501
- }
1502
- .noya-styles .shadow-\[0_0_0_1px_var\(--n-chip-secondary-shadow\)_inset\] {
1503
- --tw-shadow:0 0 0 1px var(--n-chip-secondary-shadow) inset;
1504
- --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
1505
- box-shadow:
1506
- var(--tw-ring-offset-shadow,0 0 #0000),
1507
- var(--tw-ring-shadow,0 0 #0000),
1508
- var(--tw-shadow);
1509
- }
1510
- .noya-styles .shadow-\[0_0_0_1px_var\(--n-divider\)_inset\] {
1511
- --tw-shadow:0 0 0 1px var(--n-divider) inset;
1512
- --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
1513
- box-shadow:
1514
- var(--tw-ring-offset-shadow,0 0 #0000),
1515
- var(--tw-ring-shadow,0 0 #0000),
1516
- var(--tw-shadow);
1517
- }
1518
- .noya-styles .shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.1\)\] {
1519
- --tw-shadow:0 1px 2px rgba(0,0,0,.1);
1520
- --tw-shadow-colored:0 1px 2px var(--tw-shadow-color);
1521
- }
1522
- .noya-styles .shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.1\)\],
1523
- .noya-styles .shadow-none {
1524
- box-shadow:
1525
- var(--tw-ring-offset-shadow,0 0 #0000),
1526
- var(--tw-ring-shadow,0 0 #0000),
1527
- var(--tw-shadow);
1528
- }
1529
- .noya-styles .shadow-none {
1530
- --tw-shadow:0 0 #0000;
1531
- --tw-shadow-colored:0 0 #0000;
1532
- }
1533
- .noya-styles .shadow-popover {
1534
- --tw-shadow:0 2px 4px rgba(0,0,0,.2),0 0 12px rgba(0,0,0,.1);
1535
- --tw-shadow-colored:0 2px 4px var(--tw-shadow-color),0 0 12px var(--tw-shadow-color);
1536
- }
1537
- .noya-styles .shadow-popover,
1538
- .noya-styles .shadow-sm {
1539
- box-shadow:
1540
- var(--tw-ring-offset-shadow,0 0 #0000),
1541
- var(--tw-ring-shadow,0 0 #0000),
1542
- var(--tw-shadow);
1543
- }
1544
- .noya-styles .shadow-sm {
1545
- --tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);
1546
- --tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
1547
- }
1548
- .noya-styles .outline-none {
1549
- outline: 2px solid transparent;
1550
- outline-offset: 2px;
1551
- }
1552
- .noya-styles .outline {
1553
- outline-style: solid;
1554
- }
1555
- .noya-styles .ring-2 {
1556
- --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1557
- --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1558
- box-shadow:
1559
- var(--tw-ring-offset-shadow),
1560
- var(--tw-ring-shadow),
1561
- var(--tw-shadow,0 0 #0000);
1562
- }
1563
- .noya-styles .ring-inset {
1564
- --tw-ring-inset:inset;
1565
- }
1566
- .noya-styles .ring-primary {
1567
- --tw-ring-color:var(--n-primary);
1568
- }
1569
- .noya-styles .ring-offset-background {
1570
- --tw-ring-offset-color:var(--n-background);
1571
- }
1572
- .noya-styles .blur {
1573
- --tw-blur:blur(8px);
1574
- }
1575
- .noya-styles .blur,
1576
- .noya-styles .filter {
1577
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1578
- }
1579
- .noya-styles .backdrop-blur-\[4px\] {
1580
- --tw-backdrop-blur:blur(4px);
1581
- -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1582
- backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1583
- }
1584
- .noya-styles .transition {
1585
- transition-property:
1586
- color,
1587
- background-color,
1588
- border-color,
1589
- text-decoration-color,
1590
- fill,
1591
- stroke,
1592
- opacity,
1593
- box-shadow,
1594
- transform,
1595
- filter,
1596
- -webkit-backdrop-filter;
1597
- transition-property:
1598
- color,
1599
- background-color,
1600
- border-color,
1601
- text-decoration-color,
1602
- fill,
1603
- stroke,
1604
- opacity,
1605
- box-shadow,
1606
- transform,
1607
- filter,
1608
- backdrop-filter;
1609
- transition-property:
1610
- color,
1611
- background-color,
1612
- border-color,
1613
- text-decoration-color,
1614
- fill,
1615
- stroke,
1616
- opacity,
1617
- box-shadow,
1618
- transform,
1619
- filter,
1620
- backdrop-filter,
1621
- -webkit-backdrop-filter;
1622
- transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1623
- transition-duration: .15s;
1624
- }
1625
- .noya-styles .transition-all {
1626
- transition-property: all;
1627
- transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1628
- transition-duration: .15s;
1629
- }
1630
- .noya-styles .transition-colors {
1631
- transition-property:
1632
- color,
1633
- background-color,
1634
- border-color,
1635
- text-decoration-color,
1636
- fill,
1637
- stroke;
1638
- transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1639
- transition-duration: .15s;
1640
- }
1641
- .noya-styles .transition-transform {
1642
- transition-property: transform;
1643
- transition-timing-function: cubic-bezier(.4, 0, .2, 1);
1644
- transition-duration: .15s;
1645
- }
1646
- .noya-styles .duration-100 {
1647
- transition-duration: .1s;
1648
- }
1649
- .noya-styles .duration-200 {
1650
- transition-duration: .2s;
1651
- }
1652
- .noya-styles .ease-in {
1653
- transition-timing-function: cubic-bezier(.4, 0, 1, 1);
1654
- }
1655
- .noya-styles .ease-out {
1656
- transition-timing-function: cubic-bezier(0, 0, .2, 1);
1657
- }
1658
- .noya-styles .\@container\/toolbar {
1659
- container-type: inline-size;
1660
- container-name: toolbar;
1661
- }
1662
- .noya-styles .\[-webkit-app-region\:no-drag\] {
1663
- -webkit-app-region: no-drag;
1664
- }
1665
- .noya-styles .\[-webkit-tap-highlight-color\:rgba\(0\,0\,0\,0\)\] {
1666
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1667
- }
1668
- .noya-styles .markdown-editor-line-placeholder:after {
1669
- content: var(--n-markdown-editor-line-placeholder-content);
1670
- color: var(--n-text-disabled);
1671
- pointer-events: none;
1672
- }
1673
- .placeholder\:text-text-disabled::-moz-placeholder {
1674
- color: var(--n-text-disabled);
1675
- }
1676
- .placeholder\:text-text-disabled::placeholder {
1677
- color: var(--n-text-disabled);
1678
- }
1679
- .read-only\:text-text-disabled:-moz-read-only {
1680
- color: var(--n-text-disabled);
1681
- }
1682
- .read-only\:text-text-disabled:read-only {
1683
- color: var(--n-text-disabled);
1684
- }
1685
- .hover\:cursor-pointer:hover {
1686
- cursor: pointer;
1687
- }
1688
- .hover\:select-none:hover {
1689
- -webkit-user-select: none;
1690
- -moz-user-select: none;
1691
- user-select: none;
1692
- }
1693
- .hover\:whitespace-pre:hover {
1694
- white-space: pre;
1695
- }
1696
- .hover\:bg-input-background-light:hover {
1697
- background-color: var(--n-input-background-light);
1698
- }
1699
- .hover\:bg-primary-light:hover {
1700
- background-color: var(--n-primary-light);
1701
- }
1702
- .hover\:bg-secondary-light:hover {
1703
- background-color: var(--n-secondary-light);
1704
- }
1705
- .hover\:text-breadcrumb-text-hover:hover {
1706
- color: var(--n-breadcrumb-text-hover);
1707
- }
1708
- .hover\:text-text:hover {
1709
- color: var(--n-text);
1710
- }
1711
- .hover\:opacity-80:hover {
1712
- opacity: .8;
1713
- }
1714
- .hover\:opacity-85:hover {
1715
- opacity: .85;
1716
- }
1717
- .hover\:shadow-none:hover {
1718
- --tw-shadow:0 0 #0000;
1719
- --tw-shadow-colored:0 0 #0000;
1720
- box-shadow:
1721
- var(--tw-ring-offset-shadow,0 0 #0000),
1722
- var(--tw-ring-shadow,0 0 #0000),
1723
- var(--tw-shadow);
1724
- }
1725
- .focus\:z-interactable:focus {
1726
- z-index: var(--n-interactable-z-index);
1727
- }
1728
- .focus\:border-2:focus {
1729
- border-width: 2px;
1730
- }
1731
- .focus\:border-primary:focus {
1732
- border-color: var(--n-primary);
1733
- }
1734
- .focus\:bg-selected-list-item-background:focus {
1735
- background-color: var(--n-selected-list-item-background);
1736
- }
1737
- .focus\:text-selected-list-item-text:focus {
1738
- color: var(--n-selected-list-item-text);
1739
- }
1740
- .focus\:shadow-\[0_0_0_1px_var\(--n-popover-background\)_inset\]:focus {
1741
- --tw-shadow:0 0 0 1px var(--n-popover-background) inset;
1742
- --tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);
1743
- box-shadow:
1744
- var(--tw-ring-offset-shadow,0 0 #0000),
1745
- var(--tw-ring-shadow,0 0 #0000),
1746
- var(--tw-shadow);
1747
- }
1748
- .focus\:outline-none:focus {
1749
- outline: 2px solid transparent;
1750
- outline-offset: 2px;
1751
- }
1752
- .focus\:ring-2:focus {
1753
- --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
1754
- --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1755
- box-shadow:
1756
- var(--tw-ring-offset-shadow),
1757
- var(--tw-ring-shadow),
1758
- var(--tw-shadow,0 0 #0000);
1759
- }
1760
- .focus\:ring-inset:focus {
1761
- --tw-ring-inset:inset;
1762
- }
1763
- .focus\:ring-primary:focus {
1764
- --tw-ring-color:var(--n-primary);
1765
- }
1766
- .focus\:ring-secondary:focus {
1767
- --tw-ring-color:var(--n-secondary);
1768
- }
1769
- .focus\:ring-offset-1:focus,
1770
- .focus\:ring-offset-\[1px\]:focus {
1771
- --tw-ring-offset-width:1px;
1772
- }
1773
- .active\:bg-active-background:active {
1774
- background-color: var(--n-active-background);
1775
- }
1776
- .active\:bg-primary:active {
1777
- background-color: var(--n-primary);
1778
- }
1779
- .active\:bg-secondary:active {
1780
- background-color: var(--n-secondary);
1781
- }
1782
- .active\:bg-selected-list-item-background:active {
1783
- background-color: var(--n-selected-list-item-background);
1784
- }
1785
- .active\:opacity-70:active {
1786
- opacity: .7;
1787
- }
1788
- .active\:opacity-90:active {
1789
- opacity: .9;
1790
- }
1791
- .disabled\:cursor-not-allowed:disabled {
1792
- cursor: not-allowed;
1793
- }
1794
- .disabled\:opacity-50:disabled {
1795
- opacity: .5;
1796
- }
1797
- .group:hover .group-hover\:flex {
1798
- display: flex;
1799
- }
1800
- .peer:checked ~ .peer-checked\:opacity-100 {
1801
- opacity: 1;
1802
- }
1803
- .aria-checked\:bg-background[aria-checked=true] {
1804
- background-color: var(--n-background);
1805
- }
1806
- .aria-checked\:bg-primary[aria-checked=true] {
1807
- background-color: var(--n-primary);
1808
- }
1809
- .aria-checked\:bg-secondary[aria-checked=true] {
1810
- background-color: var(--n-secondary);
1811
- }
1812
- .aria-checked\:text-text[aria-checked=true] {
1813
- color: var(--n-text);
1814
- }
1815
- .aria-checked\:text-white[aria-checked=true] {
1816
- --tw-text-opacity:1;
1817
- color: rgb(255 255 255/var(--tw-text-opacity,1));
1818
- }
1819
- .aria-checked\:shadow-segment[aria-checked=true] {
1820
- --tw-shadow:0 1px 1px rgba(0,0,0,.1);
1821
- --tw-shadow-colored:0 1px 1px var(--tw-shadow-color);
1822
- box-shadow:
1823
- var(--tw-ring-offset-shadow,0 0 #0000),
1824
- var(--tw-ring-shadow,0 0 #0000),
1825
- var(--tw-shadow);
1826
- }
1827
- .data-\[orientation\=vertical\]\:w-\[10px\][data-orientation=vertical] {
1828
- width: 10px;
1829
- }
1830
- .data-\[state\=checked\]\:translate-x-\[15px\][data-state=checked] {
1831
- --tw-translate-x:15px;
1832
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1833
- }
1834
- .data-\[state\=checked\]\:bg-primary[data-state=checked] {
1835
- background-color: var(--n-primary);
1836
- }
1837
- .data-\[state\=checked\]\:bg-secondary[data-state=checked] {
1838
- background-color: var(--n-secondary);
1839
- }
1840
- @container toolbar (min-width: 42rem) {
1841
- .\@2xl\/toolbar\:absolute {
1842
- position: absolute;
1843
- }
1844
- }
1845
- @media (min-width:640px) {
1846
- .sm\:max-w-sm {
1847
- max-width: 24rem;
1848
- }
1849
- }
1850
- .\[\&\>\*\]\:pointer-events-none > * {
1851
- pointer-events: none;
1852
- }
1853
- .\[\&\>div\]\:block > div {
1854
- display: block;
1855
- }
1856
-
1857
- /* ../noya-file-explorer/src/index.css */
1858
- /*# sourceMappingURL=index.css.map */