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