@silentswap/ui-kit 0.0.41 → 0.0.43

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.
Files changed (148) hide show
  1. package/dist/components/accordion.d.ts +7 -0
  2. package/dist/components/accordion.js +14 -0
  3. package/dist/components/add-button.d.ts +10 -0
  4. package/dist/components/add-button.js +20 -0
  5. package/dist/components/address-selector.d.ts +34 -0
  6. package/dist/components/address-selector.js +57 -0
  7. package/dist/components/alert-dialog.d.ts +20 -0
  8. package/dist/components/alert-dialog.js +26 -0
  9. package/dist/components/alert.d.ts +8 -0
  10. package/dist/components/alert.js +22 -0
  11. package/dist/components/avatar.d.ts +6 -0
  12. package/dist/components/avatar.js +12 -0
  13. package/dist/components/badge.d.ts +9 -0
  14. package/dist/components/badge.js +21 -0
  15. package/dist/components/button.d.ts +12 -0
  16. package/dist/components/button.js +39 -0
  17. package/dist/components/card.d.ts +8 -0
  18. package/dist/components/card.js +16 -0
  19. package/dist/components/coin.d.ts +6 -0
  20. package/dist/components/coin.js +20 -0
  21. package/dist/components/collapsible.d.ts +5 -0
  22. package/dist/components/collapsible.js +6 -0
  23. package/dist/components/context-menu.d.ts +27 -0
  24. package/dist/components/context-menu.js +33 -0
  25. package/dist/components/dialog.d.ts +19 -0
  26. package/dist/components/dialog.js +99 -0
  27. package/dist/components/disconnect-confirmation-dialog.d.ts +10 -0
  28. package/dist/components/disconnect-confirmation-dialog.js +16 -0
  29. package/dist/components/drawer copy.js +25 -0
  30. package/dist/components/drawer.d.ts +22 -0
  31. package/dist/components/drawer.js +25 -0
  32. package/dist/components/dropdown-menu.d.ts +27 -0
  33. package/dist/components/dropdown-menu.js +33 -0
  34. package/dist/components/icons.d.ts +30 -0
  35. package/dist/components/icons.js +71 -0
  36. package/dist/components/input.d.ts +3 -0
  37. package/dist/components/input.js +8 -0
  38. package/dist/components/label.d.ts +5 -0
  39. package/dist/components/label.js +10 -0
  40. package/dist/components/modal.d.ts +40 -0
  41. package/dist/components/modal.js +100 -0
  42. package/dist/components/panel-row.d.ts +11 -0
  43. package/dist/components/panel-row.js +8 -0
  44. package/dist/components/popover.d.ts +15 -0
  45. package/dist/components/popover.js +106 -0
  46. package/dist/components/popular-tokens-area.d.ts +8 -0
  47. package/dist/components/popular-tokens-area.js +34 -0
  48. package/dist/components/progress-bar.d.ts +17 -0
  49. package/dist/components/progress-bar.js +30 -0
  50. package/dist/components/responsive-container.d.ts +7 -0
  51. package/dist/components/responsive-container.js +69 -0
  52. package/dist/components/scroll-area.d.ts +5 -0
  53. package/dist/components/scroll-area.js +10 -0
  54. package/dist/components/select.d.ts +13 -0
  55. package/dist/components/select.js +26 -0
  56. package/dist/components/separator.d.ts +4 -0
  57. package/dist/components/separator.js +8 -0
  58. package/dist/components/sheet.d.ts +25 -0
  59. package/dist/components/sheet.js +37 -0
  60. package/dist/components/sidebar.d.ts +66 -0
  61. package/dist/components/sidebar.js +222 -0
  62. package/dist/components/skeleton.d.ts +3 -0
  63. package/dist/components/skeleton.js +7 -0
  64. package/dist/components/status-card.d.ts +23 -0
  65. package/dist/components/status-card.js +27 -0
  66. package/dist/components/textarea.d.ts +3 -0
  67. package/dist/components/textarea.js +8 -0
  68. package/dist/components/tooltip.d.ts +7 -0
  69. package/dist/components/tooltip.js +11 -0
  70. package/dist/components-v2/accordion.d.ts +7 -0
  71. package/dist/components-v2/accordion.js +14 -0
  72. package/dist/components-v2/add-button.d.ts +10 -0
  73. package/dist/components-v2/add-button.js +21 -0
  74. package/dist/components-v2/address-selector.d.ts +34 -0
  75. package/dist/components-v2/address-selector.js +57 -0
  76. package/dist/components-v2/alert-dialog.d.ts +20 -0
  77. package/dist/components-v2/alert-dialog.js +26 -0
  78. package/dist/components-v2/alert.d.ts +8 -0
  79. package/dist/components-v2/alert.js +22 -0
  80. package/dist/components-v2/assetTile.d.ts +10 -0
  81. package/dist/components-v2/assetTile.js +18 -0
  82. package/dist/components-v2/avatar.d.ts +6 -0
  83. package/dist/components-v2/avatar.js +12 -0
  84. package/dist/components-v2/badge.d.ts +9 -0
  85. package/dist/components-v2/badge.js +21 -0
  86. package/dist/components-v2/collapsible.d.ts +5 -0
  87. package/dist/components-v2/collapsible.js +6 -0
  88. package/dist/components-v2/context-menu.d.ts +27 -0
  89. package/dist/components-v2/context-menu.js +33 -0
  90. package/dist/components-v2/disconnect-confirmation-dialog.d.ts +10 -0
  91. package/dist/components-v2/disconnect-confirmation-dialog.js +16 -0
  92. package/dist/components-v2/drawer.d.ts +22 -0
  93. package/dist/components-v2/drawer.js +25 -0
  94. package/dist/components-v2/dropdown-menu.d.ts +27 -0
  95. package/dist/components-v2/dropdown-menu.js +33 -0
  96. package/dist/components-v2/icons.d.ts +30 -0
  97. package/dist/components-v2/icons.js +72 -0
  98. package/dist/components-v2/label.d.ts +5 -0
  99. package/dist/components-v2/label.js +10 -0
  100. package/dist/components-v2/modal.d.ts +40 -0
  101. package/dist/components-v2/modal.js +100 -0
  102. package/dist/components-v2/popular-tokens-area.d.ts +8 -0
  103. package/dist/components-v2/popular-tokens-area.js +34 -0
  104. package/dist/components-v2/progress-bar.d.ts +17 -0
  105. package/dist/components-v2/progress-bar.js +30 -0
  106. package/dist/components-v2/scroll-area.d.ts +5 -0
  107. package/dist/components-v2/scroll-area.js +10 -0
  108. package/dist/components-v2/separator.d.ts +4 -0
  109. package/dist/components-v2/separator.js +8 -0
  110. package/dist/components-v2/sheet.d.ts +25 -0
  111. package/dist/components-v2/sheet.js +37 -0
  112. package/dist/components-v2/skeleton.d.ts +3 -0
  113. package/dist/components-v2/skeleton.js +7 -0
  114. package/dist/components-v2/status-card.d.ts +23 -0
  115. package/dist/components-v2/status-card.js +27 -0
  116. package/dist/components-v2/textarea.d.ts +3 -0
  117. package/dist/components-v2/textarea.js +8 -0
  118. package/dist/components-v2/tooltip.d.ts +7 -0
  119. package/dist/components-v2/tooltip.js +11 -0
  120. package/dist/components-v2/warning.d.ts +15 -0
  121. package/dist/components-v2/warning.js +23 -0
  122. package/dist/hooks/use-mobile.d.ts +1 -0
  123. package/dist/hooks/use-mobile.js +15 -0
  124. package/dist/index.d.ts +14 -14
  125. package/dist/index.js +8 -8
  126. package/dist/lib/utils.d.ts +2 -0
  127. package/dist/lib/utils.js +5 -0
  128. package/dist/test.css +1383 -0
  129. package/dist/utils.d.ts +2 -0
  130. package/dist/utils.js +5 -0
  131. package/package.json +2 -2
  132. package/src/{components/PopularTokensArea.tsx → components-v2/popular-tokens-area.tsx} +1 -1
  133. package/src/index.ts +14 -14
  134. /package/dist/{components/Button.d.ts → components-v2/button.d.ts} +0 -0
  135. /package/dist/{components/Button.js → components-v2/button.js} +0 -0
  136. /package/dist/{components/Card.d.ts → components-v2/card.d.ts} +0 -0
  137. /package/dist/{components/Card.js → components-v2/card.js} +0 -0
  138. /package/dist/{components/Input.d.ts → components-v2/input.d.ts} +0 -0
  139. /package/dist/{components/Input.js → components-v2/input.js} +0 -0
  140. /package/dist/{components/Select.d.ts → components-v2/select.d.ts} +0 -0
  141. /package/dist/{components/Select.js → components-v2/select.js} +0 -0
  142. /package/src/{components/AssetTile.tsx → components-v2/assetTile.tsx} +0 -0
  143. /package/src/{components/Button.tsx → components-v2/button.tsx} +0 -0
  144. /package/src/{components/Card.tsx → components-v2/card.tsx} +0 -0
  145. /package/src/{components/Input.tsx → components-v2/input.tsx} +0 -0
  146. /package/src/{components/ProgressBar.tsx → components-v2/progress-bar.tsx} +0 -0
  147. /package/src/{components/Select.tsx → components-v2/select.tsx} +0 -0
  148. /package/src/{components/Warning.tsx → components-v2/warning.tsx} +0 -0
package/dist/test.css ADDED
@@ -0,0 +1,1383 @@
1
+ /*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --color-red-500: oklch(63.7% 0.237 25.331);
11
+ --color-yellow-500: oklch(79.5% 0.184 86.047);
12
+ --color-green-500: oklch(72.3% 0.219 149.579);
13
+ --color-black: #000;
14
+ --color-white: #fff;
15
+ --spacing: 0.25rem;
16
+ --container-md: 28rem;
17
+ --container-lg: 32rem;
18
+ --text-xs: 0.75rem;
19
+ --text-xs--line-height: calc(1 / 0.75);
20
+ --text-sm: 0.875rem;
21
+ --text-sm--line-height: calc(1.25 / 0.875);
22
+ --text-base: 1rem;
23
+ --text-base--line-height: calc(1.5 / 1);
24
+ --text-lg: 1.125rem;
25
+ --text-lg--line-height: calc(1.75 / 1.125);
26
+ --font-weight-medium: 500;
27
+ --font-weight-semibold: 600;
28
+ --tracking-tight: -0.025em;
29
+ --tracking-widest: 0.1em;
30
+ --leading-relaxed: 1.625;
31
+ --radius-sm: 0.25rem;
32
+ --radius-md: 0.375rem;
33
+ --radius-lg: 0.5rem;
34
+ --radius-xl: 0.75rem;
35
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
36
+ --animate-spin: spin 1s linear infinite;
37
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
38
+ --default-transition-duration: 150ms;
39
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
40
+ --default-font-family: var(--font-sans);
41
+ --default-mono-font-family: var(--font-mono);
42
+ }
43
+ }
44
+ @layer base {
45
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
46
+ box-sizing: border-box;
47
+ margin: 0;
48
+ padding: 0;
49
+ border: 0 solid;
50
+ }
51
+ html, :host {
52
+ line-height: 1.5;
53
+ -webkit-text-size-adjust: 100%;
54
+ tab-size: 4;
55
+ 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");
56
+ font-feature-settings: var(--default-font-feature-settings, normal);
57
+ font-variation-settings: var(--default-font-variation-settings, normal);
58
+ -webkit-tap-highlight-color: transparent;
59
+ }
60
+ hr {
61
+ height: 0;
62
+ color: inherit;
63
+ border-top-width: 1px;
64
+ }
65
+ abbr:where([title]) {
66
+ -webkit-text-decoration: underline dotted;
67
+ text-decoration: underline dotted;
68
+ }
69
+ h1, h2, h3, h4, h5, h6 {
70
+ font-size: inherit;
71
+ font-weight: inherit;
72
+ }
73
+ a {
74
+ color: inherit;
75
+ -webkit-text-decoration: inherit;
76
+ text-decoration: inherit;
77
+ }
78
+ b, strong {
79
+ font-weight: bolder;
80
+ }
81
+ code, kbd, samp, pre {
82
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
83
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
84
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
85
+ font-size: 1em;
86
+ }
87
+ small {
88
+ font-size: 80%;
89
+ }
90
+ sub, sup {
91
+ font-size: 75%;
92
+ line-height: 0;
93
+ position: relative;
94
+ vertical-align: baseline;
95
+ }
96
+ sub {
97
+ bottom: -0.25em;
98
+ }
99
+ sup {
100
+ top: -0.5em;
101
+ }
102
+ table {
103
+ text-indent: 0;
104
+ border-color: inherit;
105
+ border-collapse: collapse;
106
+ }
107
+ :-moz-focusring {
108
+ outline: auto;
109
+ }
110
+ progress {
111
+ vertical-align: baseline;
112
+ }
113
+ summary {
114
+ display: list-item;
115
+ }
116
+ ol, ul, menu {
117
+ list-style: none;
118
+ }
119
+ img, svg, video, canvas, audio, iframe, embed, object {
120
+ display: block;
121
+ vertical-align: middle;
122
+ }
123
+ img, video {
124
+ max-width: 100%;
125
+ height: auto;
126
+ }
127
+ button, input, select, optgroup, textarea, ::file-selector-button {
128
+ font: inherit;
129
+ font-feature-settings: inherit;
130
+ font-variation-settings: inherit;
131
+ letter-spacing: inherit;
132
+ color: inherit;
133
+ border-radius: 0;
134
+ background-color: transparent;
135
+ opacity: 1;
136
+ }
137
+ :where(select:is([multiple], [size])) optgroup {
138
+ font-weight: bolder;
139
+ }
140
+ :where(select:is([multiple], [size])) optgroup option {
141
+ padding-inline-start: 20px;
142
+ }
143
+ ::file-selector-button {
144
+ margin-inline-end: 4px;
145
+ }
146
+ ::placeholder {
147
+ opacity: 1;
148
+ }
149
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
150
+ ::placeholder {
151
+ color: currentcolor;
152
+ @supports (color: color-mix(in lab, red, red)) {
153
+ color: color-mix(in oklab, currentcolor 50%, transparent);
154
+ }
155
+ }
156
+ }
157
+ textarea {
158
+ resize: vertical;
159
+ }
160
+ ::-webkit-search-decoration {
161
+ -webkit-appearance: none;
162
+ }
163
+ ::-webkit-date-and-time-value {
164
+ min-height: 1lh;
165
+ text-align: inherit;
166
+ }
167
+ ::-webkit-datetime-edit {
168
+ display: inline-flex;
169
+ }
170
+ ::-webkit-datetime-edit-fields-wrapper {
171
+ padding: 0;
172
+ }
173
+ ::-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 {
174
+ padding-block: 0;
175
+ }
176
+ ::-webkit-calendar-picker-indicator {
177
+ line-height: 1;
178
+ }
179
+ :-moz-ui-invalid {
180
+ box-shadow: none;
181
+ }
182
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
183
+ appearance: button;
184
+ }
185
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
186
+ height: auto;
187
+ }
188
+ [hidden]:where(:not([hidden="until-found"])) {
189
+ display: none !important;
190
+ }
191
+ }
192
+ @layer utilities {
193
+ .visible {
194
+ visibility: visible;
195
+ }
196
+ .sr-only {
197
+ position: absolute;
198
+ width: 1px;
199
+ height: 1px;
200
+ padding: 0;
201
+ margin: -1px;
202
+ overflow: hidden;
203
+ clip-path: inset(50%);
204
+ white-space: nowrap;
205
+ border-width: 0;
206
+ }
207
+ .absolute {
208
+ position: absolute;
209
+ }
210
+ .fixed {
211
+ position: fixed;
212
+ }
213
+ .relative {
214
+ position: relative;
215
+ }
216
+ .inset-0 {
217
+ inset: calc(var(--spacing) * 0);
218
+ }
219
+ .inset-x-0 {
220
+ inset-inline: calc(var(--spacing) * 0);
221
+ }
222
+ .inset-y-0 {
223
+ inset-block: calc(var(--spacing) * 0);
224
+ }
225
+ .top-0 {
226
+ top: calc(var(--spacing) * 0);
227
+ }
228
+ .top-8 {
229
+ top: calc(var(--spacing) * 8);
230
+ }
231
+ .top-\[50\%\] {
232
+ top: 50%;
233
+ }
234
+ .right-0 {
235
+ right: calc(var(--spacing) * 0);
236
+ }
237
+ .right-2 {
238
+ right: calc(var(--spacing) * 2);
239
+ }
240
+ .right-5 {
241
+ right: calc(var(--spacing) * 5);
242
+ }
243
+ .bottom-0 {
244
+ bottom: calc(var(--spacing) * 0);
245
+ }
246
+ .left-0 {
247
+ left: calc(var(--spacing) * 0);
248
+ }
249
+ .left-2 {
250
+ left: calc(var(--spacing) * 2);
251
+ }
252
+ .left-\[50\%\] {
253
+ left: 50%;
254
+ }
255
+ .z-50 {
256
+ z-index: 50;
257
+ }
258
+ .z-\[2\] {
259
+ z-index: 2;
260
+ }
261
+ .-mx-1 {
262
+ margin-inline: calc(var(--spacing) * -1);
263
+ }
264
+ .mx-auto {
265
+ margin-inline: auto;
266
+ }
267
+ .my-1 {
268
+ margin-block: calc(var(--spacing) * 1);
269
+ }
270
+ .mt-2 {
271
+ margin-top: calc(var(--spacing) * 2);
272
+ }
273
+ .mt-4 {
274
+ margin-top: calc(var(--spacing) * 4);
275
+ }
276
+ .mt-5 {
277
+ margin-top: calc(var(--spacing) * 5);
278
+ }
279
+ .mt-24 {
280
+ margin-top: calc(var(--spacing) * 24);
281
+ }
282
+ .mt-auto {
283
+ margin-top: auto;
284
+ }
285
+ .mr-1 {
286
+ margin-right: calc(var(--spacing) * 1);
287
+ }
288
+ .mr-2 {
289
+ margin-right: calc(var(--spacing) * 2);
290
+ }
291
+ .mb-1 {
292
+ margin-bottom: calc(var(--spacing) * 1);
293
+ }
294
+ .mb-2 {
295
+ margin-bottom: calc(var(--spacing) * 2);
296
+ }
297
+ .mb-4 {
298
+ margin-bottom: calc(var(--spacing) * 4);
299
+ }
300
+ .ml-auto {
301
+ margin-left: auto;
302
+ }
303
+ .box-border {
304
+ box-sizing: border-box;
305
+ }
306
+ .flex {
307
+ display: flex;
308
+ }
309
+ .grid {
310
+ display: grid;
311
+ }
312
+ .hidden {
313
+ display: none;
314
+ }
315
+ .inline {
316
+ display: inline;
317
+ }
318
+ .inline-flex {
319
+ display: inline-flex;
320
+ }
321
+ .aspect-square {
322
+ aspect-ratio: 1 / 1;
323
+ }
324
+ .size-\[10px\] {
325
+ width: 10px;
326
+ height: 10px;
327
+ }
328
+ .h-1 {
329
+ height: calc(var(--spacing) * 1);
330
+ }
331
+ .h-2 {
332
+ height: calc(var(--spacing) * 2);
333
+ }
334
+ .h-2\.5 {
335
+ height: calc(var(--spacing) * 2.5);
336
+ }
337
+ .h-3\.5 {
338
+ height: calc(var(--spacing) * 3.5);
339
+ }
340
+ .h-4 {
341
+ height: calc(var(--spacing) * 4);
342
+ }
343
+ .h-8 {
344
+ height: calc(var(--spacing) * 8);
345
+ }
346
+ .h-9 {
347
+ height: calc(var(--spacing) * 9);
348
+ }
349
+ .h-10 {
350
+ height: calc(var(--spacing) * 10);
351
+ }
352
+ .h-14 {
353
+ height: calc(var(--spacing) * 14);
354
+ }
355
+ .h-\[1px\] {
356
+ height: 1px;
357
+ }
358
+ .h-\[var\(--radix-select-trigger-height\)\] {
359
+ height: var(--radix-select-trigger-height);
360
+ }
361
+ .h-auto {
362
+ height: auto;
363
+ }
364
+ .h-full {
365
+ height: 100%;
366
+ }
367
+ .h-px {
368
+ height: 1px;
369
+ }
370
+ .max-h-96 {
371
+ max-height: calc(var(--spacing) * 96);
372
+ }
373
+ .max-h-\[--radix-context-menu-content-available-height\] {
374
+ max-height: --radix-context-menu-content-available-height;
375
+ }
376
+ .min-h-\[42px\] {
377
+ min-height: 42px;
378
+ }
379
+ .min-h-\[60px\] {
380
+ min-height: 60px;
381
+ }
382
+ .w-2 {
383
+ width: calc(var(--spacing) * 2);
384
+ }
385
+ .w-2\.5 {
386
+ width: calc(var(--spacing) * 2.5);
387
+ }
388
+ .w-3\.5 {
389
+ width: calc(var(--spacing) * 3.5);
390
+ }
391
+ .w-3\/4 {
392
+ width: calc(3/4 * 100%);
393
+ }
394
+ .w-4 {
395
+ width: calc(var(--spacing) * 4);
396
+ }
397
+ .w-9 {
398
+ width: calc(var(--spacing) * 9);
399
+ }
400
+ .w-10 {
401
+ width: calc(var(--spacing) * 10);
402
+ }
403
+ .w-\[1px\] {
404
+ width: 1px;
405
+ }
406
+ .w-\[90vw\] {
407
+ width: 90vw;
408
+ }
409
+ .w-\[100px\] {
410
+ width: 100px;
411
+ }
412
+ .w-full {
413
+ width: 100%;
414
+ }
415
+ .max-w-\[640px\] {
416
+ max-width: 640px;
417
+ }
418
+ .max-w-lg {
419
+ max-width: var(--container-lg);
420
+ }
421
+ .max-w-md {
422
+ max-width: var(--container-md);
423
+ }
424
+ .min-w-\[8rem\] {
425
+ min-width: 8rem;
426
+ }
427
+ .min-w-\[var\(--radix-select-trigger-width\)\] {
428
+ min-width: var(--radix-select-trigger-width);
429
+ }
430
+ .flex-1 {
431
+ flex: 1;
432
+ }
433
+ .shrink-0 {
434
+ flex-shrink: 0;
435
+ }
436
+ .origin-\[--radix-context-menu-content-transform-origin\] {
437
+ transform-origin: --radix-context-menu-content-transform-origin;
438
+ }
439
+ .translate-x-\[-50\%\] {
440
+ --tw-translate-x: -50%;
441
+ translate: var(--tw-translate-x) var(--tw-translate-y);
442
+ }
443
+ .translate-y-\[-50\%\] {
444
+ --tw-translate-y: -50%;
445
+ translate: var(--tw-translate-x) var(--tw-translate-y);
446
+ }
447
+ .transform {
448
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
449
+ }
450
+ .animate-pulse {
451
+ animation: var(--animate-pulse);
452
+ }
453
+ .animate-spin {
454
+ animation: var(--animate-spin);
455
+ }
456
+ .cursor-default {
457
+ cursor: default;
458
+ }
459
+ .cursor-not-allowed {
460
+ cursor: not-allowed;
461
+ }
462
+ .cursor-pointer {
463
+ cursor: pointer;
464
+ }
465
+ .touch-none {
466
+ touch-action: none;
467
+ }
468
+ .flex-col {
469
+ flex-direction: column;
470
+ }
471
+ .flex-col-reverse {
472
+ flex-direction: column-reverse;
473
+ }
474
+ .items-center {
475
+ align-items: center;
476
+ }
477
+ .justify-between {
478
+ justify-content: space-between;
479
+ }
480
+ .justify-center {
481
+ justify-content: center;
482
+ }
483
+ .justify-end {
484
+ justify-content: flex-end;
485
+ }
486
+ .gap-1\.5 {
487
+ gap: calc(var(--spacing) * 1.5);
488
+ }
489
+ .gap-2 {
490
+ gap: calc(var(--spacing) * 2);
491
+ }
492
+ .gap-4 {
493
+ gap: calc(var(--spacing) * 4);
494
+ }
495
+ .gap-\[10px\] {
496
+ gap: 10px;
497
+ }
498
+ .space-y-1\.5 {
499
+ :where(& > :not(:last-child)) {
500
+ --tw-space-y-reverse: 0;
501
+ margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
502
+ margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
503
+ }
504
+ }
505
+ .space-y-2 {
506
+ :where(& > :not(:last-child)) {
507
+ --tw-space-y-reverse: 0;
508
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
509
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
510
+ }
511
+ }
512
+ .space-y-4 {
513
+ :where(& > :not(:last-child)) {
514
+ --tw-space-y-reverse: 0;
515
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
516
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
517
+ }
518
+ }
519
+ .overflow-hidden {
520
+ overflow: hidden;
521
+ }
522
+ .overflow-x-hidden {
523
+ overflow-x: hidden;
524
+ }
525
+ .overflow-y-auto {
526
+ overflow-y: auto;
527
+ }
528
+ .rounded-\[12px\] {
529
+ border-radius: 12px;
530
+ }
531
+ .rounded-\[inherit\] {
532
+ border-radius: inherit;
533
+ }
534
+ .rounded-full {
535
+ border-radius: calc(infinity * 1px);
536
+ }
537
+ .rounded-lg {
538
+ border-radius: var(--radius-lg);
539
+ }
540
+ .rounded-md {
541
+ border-radius: var(--radius-md);
542
+ }
543
+ .rounded-sm {
544
+ border-radius: var(--radius-sm);
545
+ }
546
+ .rounded-xl {
547
+ border-radius: var(--radius-xl);
548
+ }
549
+ .rounded-t-\[10px\] {
550
+ border-top-left-radius: 10px;
551
+ border-top-right-radius: 10px;
552
+ }
553
+ .border {
554
+ border-style: var(--tw-border-style);
555
+ border-width: 1px;
556
+ }
557
+ .border-t {
558
+ border-top-style: var(--tw-border-style);
559
+ border-top-width: 1px;
560
+ }
561
+ .border-r {
562
+ border-right-style: var(--tw-border-style);
563
+ border-right-width: 1px;
564
+ }
565
+ .border-b {
566
+ border-bottom-style: var(--tw-border-style);
567
+ border-bottom-width: 1px;
568
+ }
569
+ .border-l {
570
+ border-left-style: var(--tw-border-style);
571
+ border-left-width: 1px;
572
+ }
573
+ .border-green-500\/50 {
574
+ border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 50%, transparent);
575
+ @supports (color: color-mix(in lab, red, red)) {
576
+ border-color: color-mix(in oklab, var(--color-green-500) 50%, transparent);
577
+ }
578
+ }
579
+ .border-red-500 {
580
+ border-color: var(--color-red-500);
581
+ }
582
+ .border-red-500\/50 {
583
+ border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 50%, transparent);
584
+ @supports (color: color-mix(in lab, red, red)) {
585
+ border-color: color-mix(in oklab, var(--color-red-500) 50%, transparent);
586
+ }
587
+ }
588
+ .border-transparent {
589
+ border-color: transparent;
590
+ }
591
+ .border-t-transparent {
592
+ border-top-color: transparent;
593
+ }
594
+ .border-l-transparent {
595
+ border-left-color: transparent;
596
+ }
597
+ .bg-\[\#251818\] {
598
+ background-color: #251818;
599
+ }
600
+ .bg-black\/60 {
601
+ background-color: color-mix(in srgb, #000 60%, transparent);
602
+ @supports (color: color-mix(in lab, red, red)) {
603
+ background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
604
+ }
605
+ }
606
+ .bg-black\/80 {
607
+ background-color: color-mix(in srgb, #000 80%, transparent);
608
+ @supports (color: color-mix(in lab, red, red)) {
609
+ background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
610
+ }
611
+ }
612
+ .bg-green-500\/10 {
613
+ background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 10%, transparent);
614
+ @supports (color: color-mix(in lab, red, red)) {
615
+ background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent);
616
+ }
617
+ }
618
+ .bg-red-500\/10 {
619
+ background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
620
+ @supports (color: color-mix(in lab, red, red)) {
621
+ background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
622
+ }
623
+ }
624
+ .bg-transparent {
625
+ background-color: transparent;
626
+ }
627
+ .bg-yellow-500 {
628
+ background-color: var(--color-yellow-500);
629
+ }
630
+ .fill-current {
631
+ fill: currentcolor;
632
+ }
633
+ .p-1 {
634
+ padding: calc(var(--spacing) * 1);
635
+ }
636
+ .p-4 {
637
+ padding: calc(var(--spacing) * 4);
638
+ }
639
+ .p-6 {
640
+ padding: calc(var(--spacing) * 6);
641
+ }
642
+ .p-\[1px\] {
643
+ padding: 1px;
644
+ }
645
+ .px-2 {
646
+ padding-inline: calc(var(--spacing) * 2);
647
+ }
648
+ .px-2\.5 {
649
+ padding-inline: calc(var(--spacing) * 2.5);
650
+ }
651
+ .px-3 {
652
+ padding-inline: calc(var(--spacing) * 3);
653
+ }
654
+ .px-4 {
655
+ padding-inline: calc(var(--spacing) * 4);
656
+ }
657
+ .px-8 {
658
+ padding-inline: calc(var(--spacing) * 8);
659
+ }
660
+ .px-\[20px\] {
661
+ padding-inline: 20px;
662
+ }
663
+ .py-0\.5 {
664
+ padding-block: calc(var(--spacing) * 0.5);
665
+ }
666
+ .py-1 {
667
+ padding-block: calc(var(--spacing) * 1);
668
+ }
669
+ .py-1\.5 {
670
+ padding-block: calc(var(--spacing) * 1.5);
671
+ }
672
+ .py-2 {
673
+ padding-block: calc(var(--spacing) * 2);
674
+ }
675
+ .py-3 {
676
+ padding-block: calc(var(--spacing) * 3);
677
+ }
678
+ .py-4 {
679
+ padding-block: calc(var(--spacing) * 4);
680
+ }
681
+ .py-\[12px\] {
682
+ padding-block: 12px;
683
+ }
684
+ .pt-0 {
685
+ padding-top: calc(var(--spacing) * 0);
686
+ }
687
+ .pt-4 {
688
+ padding-top: calc(var(--spacing) * 4);
689
+ }
690
+ .pr-2 {
691
+ padding-right: calc(var(--spacing) * 2);
692
+ }
693
+ .pr-8 {
694
+ padding-right: calc(var(--spacing) * 8);
695
+ }
696
+ .pb-4 {
697
+ padding-bottom: calc(var(--spacing) * 4);
698
+ }
699
+ .pb-\[2px\] {
700
+ padding-bottom: 2px;
701
+ }
702
+ .pl-2 {
703
+ padding-left: calc(var(--spacing) * 2);
704
+ }
705
+ .pl-8 {
706
+ padding-left: calc(var(--spacing) * 8);
707
+ }
708
+ .text-center {
709
+ text-align: center;
710
+ }
711
+ .text-left {
712
+ text-align: left;
713
+ }
714
+ .text-base {
715
+ font-size: var(--text-base);
716
+ line-height: var(--tw-leading, var(--text-base--line-height));
717
+ }
718
+ .text-lg {
719
+ font-size: var(--text-lg);
720
+ line-height: var(--tw-leading, var(--text-lg--line-height));
721
+ }
722
+ .text-sm {
723
+ font-size: var(--text-sm);
724
+ line-height: var(--tw-leading, var(--text-sm--line-height));
725
+ }
726
+ .text-xs {
727
+ font-size: var(--text-xs);
728
+ line-height: var(--tw-leading, var(--text-xs--line-height));
729
+ }
730
+ .text-\[14px\] {
731
+ font-size: 14px;
732
+ }
733
+ .leading-\[0\] {
734
+ --tw-leading: 0;
735
+ line-height: 0;
736
+ }
737
+ .leading-\[1\.5\] {
738
+ --tw-leading: 1.5;
739
+ line-height: 1.5;
740
+ }
741
+ .leading-none {
742
+ --tw-leading: 1;
743
+ line-height: 1;
744
+ }
745
+ .font-medium {
746
+ --tw-font-weight: var(--font-weight-medium);
747
+ font-weight: var(--font-weight-medium);
748
+ }
749
+ .font-semibold {
750
+ --tw-font-weight: var(--font-weight-semibold);
751
+ font-weight: var(--font-weight-semibold);
752
+ }
753
+ .tracking-tight {
754
+ --tw-tracking: var(--tracking-tight);
755
+ letter-spacing: var(--tracking-tight);
756
+ }
757
+ .tracking-widest {
758
+ --tw-tracking: var(--tracking-widest);
759
+ letter-spacing: var(--tracking-widest);
760
+ }
761
+ .whitespace-nowrap {
762
+ white-space: nowrap;
763
+ }
764
+ .text-\[\#ff383c\] {
765
+ color: #ff383c;
766
+ }
767
+ .text-black {
768
+ color: var(--color-black);
769
+ }
770
+ .text-green-500 {
771
+ color: var(--color-green-500);
772
+ }
773
+ .text-red-500 {
774
+ color: var(--color-red-500);
775
+ }
776
+ .text-white {
777
+ color: var(--color-white);
778
+ }
779
+ .underline-offset-4 {
780
+ text-underline-offset: 4px;
781
+ }
782
+ .opacity-50 {
783
+ opacity: 50%;
784
+ }
785
+ .opacity-60 {
786
+ opacity: 60%;
787
+ }
788
+ .opacity-70 {
789
+ opacity: 70%;
790
+ }
791
+ .shadow {
792
+ --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));
793
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
794
+ }
795
+ .shadow-lg {
796
+ --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));
797
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
798
+ }
799
+ .shadow-md {
800
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
801
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
802
+ }
803
+ .shadow-sm {
804
+ --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));
805
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
806
+ }
807
+ .outline {
808
+ outline-style: var(--tw-outline-style);
809
+ outline-width: 1px;
810
+ }
811
+ .backdrop-blur-\[1px\] {
812
+ --tw-backdrop-blur: blur(1px);
813
+ -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,);
814
+ 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,);
815
+ }
816
+ .transition {
817
+ 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, display, content-visibility, overlay, pointer-events;
818
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
819
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
820
+ }
821
+ .transition-all {
822
+ transition-property: all;
823
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
824
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
825
+ }
826
+ .transition-colors {
827
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
828
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
829
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
830
+ }
831
+ .transition-opacity {
832
+ transition-property: opacity;
833
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
834
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
835
+ }
836
+ .transition-transform {
837
+ transition-property: transform, translate, scale, rotate;
838
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
839
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
840
+ }
841
+ .duration-200 {
842
+ --tw-duration: 200ms;
843
+ transition-duration: 200ms;
844
+ }
845
+ .duration-300 {
846
+ --tw-duration: 300ms;
847
+ transition-duration: 300ms;
848
+ }
849
+ .ease-in-out {
850
+ --tw-ease: var(--ease-in-out);
851
+ transition-timing-function: var(--ease-in-out);
852
+ }
853
+ .outline-none {
854
+ --tw-outline-style: none;
855
+ outline-style: none;
856
+ }
857
+ .select-none {
858
+ -webkit-user-select: none;
859
+ user-select: none;
860
+ }
861
+ .peer-disabled\:cursor-not-allowed {
862
+ &:is(:where(.peer):disabled ~ *) {
863
+ cursor: not-allowed;
864
+ }
865
+ }
866
+ .peer-disabled\:opacity-70 {
867
+ &:is(:where(.peer):disabled ~ *) {
868
+ opacity: 70%;
869
+ }
870
+ }
871
+ .file\:border-0 {
872
+ &::file-selector-button {
873
+ border-style: var(--tw-border-style);
874
+ border-width: 0px;
875
+ }
876
+ }
877
+ .file\:bg-transparent {
878
+ &::file-selector-button {
879
+ background-color: transparent;
880
+ }
881
+ }
882
+ .file\:text-sm {
883
+ &::file-selector-button {
884
+ font-size: var(--text-sm);
885
+ line-height: var(--tw-leading, var(--text-sm--line-height));
886
+ }
887
+ }
888
+ .file\:font-medium {
889
+ &::file-selector-button {
890
+ --tw-font-weight: var(--font-weight-medium);
891
+ font-weight: var(--font-weight-medium);
892
+ }
893
+ }
894
+ .last\:mb-0 {
895
+ &:last-child {
896
+ margin-bottom: calc(var(--spacing) * 0);
897
+ }
898
+ }
899
+ .hover\:bg-\[\#251818\]\/80 {
900
+ &:hover {
901
+ @media (hover: hover) {
902
+ background-color: color-mix(in oklab, #251818 80%, transparent);
903
+ }
904
+ }
905
+ }
906
+ .hover\:underline {
907
+ &:hover {
908
+ @media (hover: hover) {
909
+ text-decoration-line: underline;
910
+ }
911
+ }
912
+ }
913
+ .hover\:opacity-80 {
914
+ &:hover {
915
+ @media (hover: hover) {
916
+ opacity: 80%;
917
+ }
918
+ }
919
+ }
920
+ .hover\:opacity-100 {
921
+ &:hover {
922
+ @media (hover: hover) {
923
+ opacity: 100%;
924
+ }
925
+ }
926
+ }
927
+ .focus\:ring-1 {
928
+ &:focus {
929
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
930
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
931
+ }
932
+ }
933
+ .focus\:ring-offset-2 {
934
+ &:focus {
935
+ --tw-ring-offset-width: 2px;
936
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
937
+ }
938
+ }
939
+ .focus\:outline-none {
940
+ &:focus {
941
+ --tw-outline-style: none;
942
+ outline-style: none;
943
+ }
944
+ }
945
+ .focus-visible\:ring-0 {
946
+ &:focus-visible {
947
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
948
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
949
+ }
950
+ }
951
+ .focus-visible\:ring-1 {
952
+ &:focus-visible {
953
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
954
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
955
+ }
956
+ }
957
+ .focus-visible\:outline-none {
958
+ &:focus-visible {
959
+ --tw-outline-style: none;
960
+ outline-style: none;
961
+ }
962
+ }
963
+ .disabled\:pointer-events-none {
964
+ &:disabled {
965
+ pointer-events: none;
966
+ }
967
+ }
968
+ .disabled\:cursor-not-allowed {
969
+ &:disabled {
970
+ cursor: not-allowed;
971
+ }
972
+ }
973
+ .disabled\:opacity-50 {
974
+ &:disabled {
975
+ opacity: 50%;
976
+ }
977
+ }
978
+ .data-\[disabled\]\:pointer-events-none {
979
+ &[data-disabled] {
980
+ pointer-events: none;
981
+ }
982
+ }
983
+ .data-\[disabled\]\:opacity-50 {
984
+ &[data-disabled] {
985
+ opacity: 50%;
986
+ }
987
+ }
988
+ .data-\[side\=bottom\]\:translate-y-1 {
989
+ &[data-side="bottom"] {
990
+ --tw-translate-y: calc(var(--spacing) * 1);
991
+ translate: var(--tw-translate-x) var(--tw-translate-y);
992
+ }
993
+ }
994
+ .data-\[side\=left\]\:-translate-x-1 {
995
+ &[data-side="left"] {
996
+ --tw-translate-x: calc(var(--spacing) * -1);
997
+ translate: var(--tw-translate-x) var(--tw-translate-y);
998
+ }
999
+ }
1000
+ .data-\[side\=right\]\:translate-x-1 {
1001
+ &[data-side="right"] {
1002
+ --tw-translate-x: calc(var(--spacing) * 1);
1003
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1004
+ }
1005
+ }
1006
+ .data-\[side\=top\]\:-translate-y-1 {
1007
+ &[data-side="top"] {
1008
+ --tw-translate-y: calc(var(--spacing) * -1);
1009
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1010
+ }
1011
+ }
1012
+ .data-\[state\=closed\]\:duration-300 {
1013
+ &[data-state="closed"] {
1014
+ --tw-duration: 300ms;
1015
+ transition-duration: 300ms;
1016
+ }
1017
+ }
1018
+ .data-\[state\=open\]\:duration-500 {
1019
+ &[data-state="open"] {
1020
+ --tw-duration: 500ms;
1021
+ transition-duration: 500ms;
1022
+ }
1023
+ }
1024
+ .sm\:mt-0 {
1025
+ @media (width >= 40rem) {
1026
+ margin-top: calc(var(--spacing) * 0);
1027
+ }
1028
+ }
1029
+ .sm\:max-w-\[400px\] {
1030
+ @media (width >= 40rem) {
1031
+ max-width: 400px;
1032
+ }
1033
+ }
1034
+ .sm\:flex-col {
1035
+ @media (width >= 40rem) {
1036
+ flex-direction: column;
1037
+ }
1038
+ }
1039
+ .sm\:flex-row {
1040
+ @media (width >= 40rem) {
1041
+ flex-direction: row;
1042
+ }
1043
+ }
1044
+ .sm\:justify-end {
1045
+ @media (width >= 40rem) {
1046
+ justify-content: flex-end;
1047
+ }
1048
+ }
1049
+ .sm\:gap-4 {
1050
+ @media (width >= 40rem) {
1051
+ gap: calc(var(--spacing) * 4);
1052
+ }
1053
+ }
1054
+ .sm\:space-x-2 {
1055
+ @media (width >= 40rem) {
1056
+ :where(& > :not(:last-child)) {
1057
+ --tw-space-x-reverse: 0;
1058
+ margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
1059
+ margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
1060
+ }
1061
+ }
1062
+ }
1063
+ .sm\:rounded-lg {
1064
+ @media (width >= 40rem) {
1065
+ border-radius: var(--radius-lg);
1066
+ }
1067
+ }
1068
+ .sm\:text-left {
1069
+ @media (width >= 40rem) {
1070
+ text-align: left;
1071
+ }
1072
+ }
1073
+ .md\:text-sm {
1074
+ @media (width >= 48rem) {
1075
+ font-size: var(--text-sm);
1076
+ line-height: var(--tw-leading, var(--text-sm--line-height));
1077
+ }
1078
+ }
1079
+ .\[\&_p\]\:leading-relaxed {
1080
+ & p {
1081
+ --tw-leading: var(--leading-relaxed);
1082
+ line-height: var(--leading-relaxed);
1083
+ }
1084
+ }
1085
+ .\[\&_svg\]\:pointer-events-none {
1086
+ & svg {
1087
+ pointer-events: none;
1088
+ }
1089
+ }
1090
+ .\[\&_svg\]\:size-4 {
1091
+ & svg {
1092
+ width: calc(var(--spacing) * 4);
1093
+ height: calc(var(--spacing) * 4);
1094
+ }
1095
+ }
1096
+ .\[\&_svg\]\:shrink-0 {
1097
+ & svg {
1098
+ flex-shrink: 0;
1099
+ }
1100
+ }
1101
+ .\[\&\>span\]\:line-clamp-1 {
1102
+ &>span {
1103
+ overflow: hidden;
1104
+ display: -webkit-box;
1105
+ -webkit-box-orient: vertical;
1106
+ -webkit-line-clamp: 1;
1107
+ }
1108
+ }
1109
+ .\[\&\>svg\]\:absolute {
1110
+ &>svg {
1111
+ position: absolute;
1112
+ }
1113
+ }
1114
+ .\[\&\>svg\]\:top-4 {
1115
+ &>svg {
1116
+ top: calc(var(--spacing) * 4);
1117
+ }
1118
+ }
1119
+ .\[\&\>svg\]\:left-4 {
1120
+ &>svg {
1121
+ left: calc(var(--spacing) * 4);
1122
+ }
1123
+ }
1124
+ .\[\&\>svg\]\:size-4 {
1125
+ &>svg {
1126
+ width: calc(var(--spacing) * 4);
1127
+ height: calc(var(--spacing) * 4);
1128
+ }
1129
+ }
1130
+ .\[\&\>svg\]\:shrink-0 {
1131
+ &>svg {
1132
+ flex-shrink: 0;
1133
+ }
1134
+ }
1135
+ .\[\&\>svg\+div\]\:translate-y-\[-3px\] {
1136
+ &>svg+div {
1137
+ --tw-translate-y: -3px;
1138
+ translate: var(--tw-translate-x) var(--tw-translate-y);
1139
+ }
1140
+ }
1141
+ .\[\&\>svg\~\*\]\:pl-7 {
1142
+ &>svg~* {
1143
+ padding-left: calc(var(--spacing) * 7);
1144
+ }
1145
+ }
1146
+ .\[\&\[data-state\=open\]\>svg\]\:rotate-180 {
1147
+ &[data-state=open]>svg {
1148
+ rotate: 180deg;
1149
+ }
1150
+ }
1151
+ }
1152
+ @property --tw-translate-x {
1153
+ syntax: "*";
1154
+ inherits: false;
1155
+ initial-value: 0;
1156
+ }
1157
+ @property --tw-translate-y {
1158
+ syntax: "*";
1159
+ inherits: false;
1160
+ initial-value: 0;
1161
+ }
1162
+ @property --tw-translate-z {
1163
+ syntax: "*";
1164
+ inherits: false;
1165
+ initial-value: 0;
1166
+ }
1167
+ @property --tw-rotate-x {
1168
+ syntax: "*";
1169
+ inherits: false;
1170
+ }
1171
+ @property --tw-rotate-y {
1172
+ syntax: "*";
1173
+ inherits: false;
1174
+ }
1175
+ @property --tw-rotate-z {
1176
+ syntax: "*";
1177
+ inherits: false;
1178
+ }
1179
+ @property --tw-skew-x {
1180
+ syntax: "*";
1181
+ inherits: false;
1182
+ }
1183
+ @property --tw-skew-y {
1184
+ syntax: "*";
1185
+ inherits: false;
1186
+ }
1187
+ @property --tw-space-y-reverse {
1188
+ syntax: "*";
1189
+ inherits: false;
1190
+ initial-value: 0;
1191
+ }
1192
+ @property --tw-border-style {
1193
+ syntax: "*";
1194
+ inherits: false;
1195
+ initial-value: solid;
1196
+ }
1197
+ @property --tw-leading {
1198
+ syntax: "*";
1199
+ inherits: false;
1200
+ }
1201
+ @property --tw-font-weight {
1202
+ syntax: "*";
1203
+ inherits: false;
1204
+ }
1205
+ @property --tw-tracking {
1206
+ syntax: "*";
1207
+ inherits: false;
1208
+ }
1209
+ @property --tw-shadow {
1210
+ syntax: "*";
1211
+ inherits: false;
1212
+ initial-value: 0 0 #0000;
1213
+ }
1214
+ @property --tw-shadow-color {
1215
+ syntax: "*";
1216
+ inherits: false;
1217
+ }
1218
+ @property --tw-shadow-alpha {
1219
+ syntax: "<percentage>";
1220
+ inherits: false;
1221
+ initial-value: 100%;
1222
+ }
1223
+ @property --tw-inset-shadow {
1224
+ syntax: "*";
1225
+ inherits: false;
1226
+ initial-value: 0 0 #0000;
1227
+ }
1228
+ @property --tw-inset-shadow-color {
1229
+ syntax: "*";
1230
+ inherits: false;
1231
+ }
1232
+ @property --tw-inset-shadow-alpha {
1233
+ syntax: "<percentage>";
1234
+ inherits: false;
1235
+ initial-value: 100%;
1236
+ }
1237
+ @property --tw-ring-color {
1238
+ syntax: "*";
1239
+ inherits: false;
1240
+ }
1241
+ @property --tw-ring-shadow {
1242
+ syntax: "*";
1243
+ inherits: false;
1244
+ initial-value: 0 0 #0000;
1245
+ }
1246
+ @property --tw-inset-ring-color {
1247
+ syntax: "*";
1248
+ inherits: false;
1249
+ }
1250
+ @property --tw-inset-ring-shadow {
1251
+ syntax: "*";
1252
+ inherits: false;
1253
+ initial-value: 0 0 #0000;
1254
+ }
1255
+ @property --tw-ring-inset {
1256
+ syntax: "*";
1257
+ inherits: false;
1258
+ }
1259
+ @property --tw-ring-offset-width {
1260
+ syntax: "<length>";
1261
+ inherits: false;
1262
+ initial-value: 0px;
1263
+ }
1264
+ @property --tw-ring-offset-color {
1265
+ syntax: "*";
1266
+ inherits: false;
1267
+ initial-value: #fff;
1268
+ }
1269
+ @property --tw-ring-offset-shadow {
1270
+ syntax: "*";
1271
+ inherits: false;
1272
+ initial-value: 0 0 #0000;
1273
+ }
1274
+ @property --tw-outline-style {
1275
+ syntax: "*";
1276
+ inherits: false;
1277
+ initial-value: solid;
1278
+ }
1279
+ @property --tw-backdrop-blur {
1280
+ syntax: "*";
1281
+ inherits: false;
1282
+ }
1283
+ @property --tw-backdrop-brightness {
1284
+ syntax: "*";
1285
+ inherits: false;
1286
+ }
1287
+ @property --tw-backdrop-contrast {
1288
+ syntax: "*";
1289
+ inherits: false;
1290
+ }
1291
+ @property --tw-backdrop-grayscale {
1292
+ syntax: "*";
1293
+ inherits: false;
1294
+ }
1295
+ @property --tw-backdrop-hue-rotate {
1296
+ syntax: "*";
1297
+ inherits: false;
1298
+ }
1299
+ @property --tw-backdrop-invert {
1300
+ syntax: "*";
1301
+ inherits: false;
1302
+ }
1303
+ @property --tw-backdrop-opacity {
1304
+ syntax: "*";
1305
+ inherits: false;
1306
+ }
1307
+ @property --tw-backdrop-saturate {
1308
+ syntax: "*";
1309
+ inherits: false;
1310
+ }
1311
+ @property --tw-backdrop-sepia {
1312
+ syntax: "*";
1313
+ inherits: false;
1314
+ }
1315
+ @property --tw-duration {
1316
+ syntax: "*";
1317
+ inherits: false;
1318
+ }
1319
+ @property --tw-ease {
1320
+ syntax: "*";
1321
+ inherits: false;
1322
+ }
1323
+ @property --tw-space-x-reverse {
1324
+ syntax: "*";
1325
+ inherits: false;
1326
+ initial-value: 0;
1327
+ }
1328
+ @keyframes spin {
1329
+ to {
1330
+ transform: rotate(360deg);
1331
+ }
1332
+ }
1333
+ @keyframes pulse {
1334
+ 50% {
1335
+ opacity: 0.5;
1336
+ }
1337
+ }
1338
+ @layer properties {
1339
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1340
+ *, ::before, ::after, ::backdrop {
1341
+ --tw-translate-x: 0;
1342
+ --tw-translate-y: 0;
1343
+ --tw-translate-z: 0;
1344
+ --tw-rotate-x: initial;
1345
+ --tw-rotate-y: initial;
1346
+ --tw-rotate-z: initial;
1347
+ --tw-skew-x: initial;
1348
+ --tw-skew-y: initial;
1349
+ --tw-space-y-reverse: 0;
1350
+ --tw-border-style: solid;
1351
+ --tw-leading: initial;
1352
+ --tw-font-weight: initial;
1353
+ --tw-tracking: initial;
1354
+ --tw-shadow: 0 0 #0000;
1355
+ --tw-shadow-color: initial;
1356
+ --tw-shadow-alpha: 100%;
1357
+ --tw-inset-shadow: 0 0 #0000;
1358
+ --tw-inset-shadow-color: initial;
1359
+ --tw-inset-shadow-alpha: 100%;
1360
+ --tw-ring-color: initial;
1361
+ --tw-ring-shadow: 0 0 #0000;
1362
+ --tw-inset-ring-color: initial;
1363
+ --tw-inset-ring-shadow: 0 0 #0000;
1364
+ --tw-ring-inset: initial;
1365
+ --tw-ring-offset-width: 0px;
1366
+ --tw-ring-offset-color: #fff;
1367
+ --tw-ring-offset-shadow: 0 0 #0000;
1368
+ --tw-outline-style: solid;
1369
+ --tw-backdrop-blur: initial;
1370
+ --tw-backdrop-brightness: initial;
1371
+ --tw-backdrop-contrast: initial;
1372
+ --tw-backdrop-grayscale: initial;
1373
+ --tw-backdrop-hue-rotate: initial;
1374
+ --tw-backdrop-invert: initial;
1375
+ --tw-backdrop-opacity: initial;
1376
+ --tw-backdrop-saturate: initial;
1377
+ --tw-backdrop-sepia: initial;
1378
+ --tw-duration: initial;
1379
+ --tw-ease: initial;
1380
+ --tw-space-x-reverse: 0;
1381
+ }
1382
+ }
1383
+ }