@txnlab/use-wallet-ui-react 0.1.0 → 0.2.0

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