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