autumn-js 0.0.76 → 0.0.77-beta.1

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