@aortl/admin-css 0.20.1 → 0.21.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.
@@ -63,43 +63,29 @@
63
63
  descent-override: 27.5045%;
64
64
  size-adjust: 99.9837%;
65
65
  }
66
- @property --tw-rotate-x {
67
- syntax: "*";
68
- inherits: false;
69
- }
70
- @property --tw-rotate-y {
71
- syntax: "*";
72
- inherits: false;
73
- }
74
- @property --tw-rotate-z {
75
- syntax: "*";
76
- inherits: false;
77
- }
78
- @property --tw-skew-x {
79
- syntax: "*";
80
- inherits: false;
81
- }
82
- @property --tw-skew-y {
66
+ @property --tw-leading {
83
67
  syntax: "*";
84
68
  inherits: false;
85
69
  }
86
- @property --tw-ordinal {
70
+ @property --tw-font-weight {
87
71
  syntax: "*";
88
72
  inherits: false;
89
73
  }
90
- @property --tw-slashed-zero {
74
+ @property --tw-border-style {
91
75
  syntax: "*";
92
76
  inherits: false;
77
+ initial-value: solid;
93
78
  }
94
- @property --tw-numeric-figure {
79
+ @property --tw-outline-style {
95
80
  syntax: "*";
96
81
  inherits: false;
82
+ initial-value: solid;
97
83
  }
98
- @property --tw-numeric-spacing {
84
+ @property --tw-duration {
99
85
  syntax: "*";
100
86
  inherits: false;
101
87
  }
102
- @property --tw-numeric-fraction {
88
+ @property --tw-tracking {
103
89
  syntax: "*";
104
90
  inherits: false;
105
91
  }
@@ -168,29 +154,23 @@
168
154
  inherits: false;
169
155
  initial-value: 0 0 #0000;
170
156
  }
171
- @property --tw-outline-style {
172
- syntax: "*";
173
- inherits: false;
174
- initial-value: solid;
175
- }
176
- @property --tw-leading {
157
+ @property --tw-ordinal {
177
158
  syntax: "*";
178
159
  inherits: false;
179
160
  }
180
- @property --tw-font-weight {
161
+ @property --tw-slashed-zero {
181
162
  syntax: "*";
182
163
  inherits: false;
183
164
  }
184
- @property --tw-border-style {
165
+ @property --tw-numeric-figure {
185
166
  syntax: "*";
186
167
  inherits: false;
187
- initial-value: solid;
188
168
  }
189
- @property --tw-duration {
169
+ @property --tw-numeric-spacing {
190
170
  syntax: "*";
191
171
  inherits: false;
192
172
  }
193
- @property --tw-tracking {
173
+ @property --tw-numeric-fraction {
194
174
  syntax: "*";
195
175
  inherits: false;
196
176
  }
@@ -239,16 +219,12 @@
239
219
  }
240
220
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
241
221
  :scope, :scope *, :scope::before, :scope ::before, :scope::after, :scope ::after, :scope::backdrop, :scope ::backdrop {
242
- --tw-rotate-x: initial;
243
- --tw-rotate-y: initial;
244
- --tw-rotate-z: initial;
245
- --tw-skew-x: initial;
246
- --tw-skew-y: initial;
247
- --tw-ordinal: initial;
248
- --tw-slashed-zero: initial;
249
- --tw-numeric-figure: initial;
250
- --tw-numeric-spacing: initial;
251
- --tw-numeric-fraction: initial;
222
+ --tw-leading: initial;
223
+ --tw-font-weight: initial;
224
+ --tw-border-style: solid;
225
+ --tw-outline-style: solid;
226
+ --tw-duration: initial;
227
+ --tw-tracking: initial;
252
228
  --tw-shadow: 0 0 #0000;
253
229
  --tw-shadow-color: initial;
254
230
  --tw-shadow-alpha: 100%;
@@ -263,12 +239,11 @@
263
239
  --tw-ring-offset-width: 0px;
264
240
  --tw-ring-offset-color: #fff;
265
241
  --tw-ring-offset-shadow: 0 0 #0000;
266
- --tw-outline-style: solid;
267
- --tw-leading: initial;
268
- --tw-font-weight: initial;
269
- --tw-border-style: solid;
270
- --tw-duration: initial;
271
- --tw-tracking: initial;
242
+ --tw-ordinal: initial;
243
+ --tw-slashed-zero: initial;
244
+ --tw-numeric-figure: initial;
245
+ --tw-numeric-spacing: initial;
246
+ --tw-numeric-fraction: initial;
272
247
  --tw-translate-x: 0;
273
248
  --tw-translate-y: 0;
274
249
  --tw-translate-z: 0;
@@ -2871,6 +2846,7 @@
2871
2846
  :scope._ao-switch[data-checked] ._ao-switch-thumb, :scope ._ao-switch[data-checked] ._ao-switch-thumb {
2872
2847
  --tw-translate-x: calc(var(--spacing) * 4);
2873
2848
  translate: var(--tw-translate-x) var(--tw-translate-y);
2849
+ background-color: var(--color-primary-content);
2874
2850
  }
2875
2851
  :scope input._ao-switch {
2876
2852
  margin: calc(var(--spacing) * 0);
@@ -2897,6 +2873,7 @@
2897
2873
  :scope input._ao-switch:checked::before {
2898
2874
  --tw-translate-x: calc(var(--spacing) * 4);
2899
2875
  translate: var(--tw-translate-x) var(--tw-translate-y);
2876
+ background-color: var(--color-primary-content);
2900
2877
  }
2901
2878
  :scope label:has(> ._ao-switch) {
2902
2879
  display: inline-flex;
@@ -3730,6 +3707,7 @@
3730
3707
  border-bottom-right-radius: inherit;
3731
3708
  }
3732
3709
  :scope._ao-dialog-close, :scope ._ao-dialog-close {
3710
+ margin-inline-start: auto;
3733
3711
  display: inline-flex;
3734
3712
  width: calc(var(--spacing) * 7);
3735
3713
  height: calc(var(--spacing) * 7);
@@ -3852,7 +3830,7 @@
3852
3830
  font-weight: var(--font-weight-medium);
3853
3831
  color: var(--color-text);
3854
3832
  }
3855
- :scope._ao-field-label[data-required]::after, :scope ._ao-field-label[data-required]::after {
3833
+ :scope._ao-field-label[data-required]:not([data-required="false"], :has(._ao-asteriskField))::after, :scope ._ao-field-label[data-required]:not([data-required="false"], :has(._ao-asteriskField))::after, :scope._ao-field:where( :has(:required:not(._ao-field ._ao-field :required)), :has(:required):not(:has(._ao-field :required)) ) > ._ao-field-label:not([data-required="false"], :has(._ao-asteriskField))::after, :scope ._ao-field:where( :has(:required:not(._ao-field ._ao-field :required)), :has(:required):not(:has(._ao-field :required)) ) > ._ao-field-label:not([data-required="false"], :has(._ao-asteriskField))::after {
3856
3834
  content: " *";
3857
3835
  color: var(--color-danger);
3858
3836
  }
@@ -5656,115 +5634,4 @@
5656
5634
  transition: none;
5657
5635
  }
5658
5636
  }
5659
- :scope._ao-collapse, :scope ._ao-collapse {
5660
- visibility: collapse;
5661
- }
5662
- :scope._ao-visible, :scope ._ao-visible {
5663
- visibility: visible;
5664
- }
5665
- :scope._ao-sr-only, :scope ._ao-sr-only {
5666
- position: absolute;
5667
- width: 1px;
5668
- height: 1px;
5669
- padding: 0;
5670
- margin: -1px;
5671
- overflow: hidden;
5672
- clip-path: inset(50%);
5673
- white-space: nowrap;
5674
- border-width: 0;
5675
- }
5676
- :scope._ao-absolute, :scope ._ao-absolute {
5677
- position: absolute;
5678
- }
5679
- :scope._ao-fixed, :scope ._ao-fixed {
5680
- position: fixed;
5681
- }
5682
- :scope._ao-relative, :scope ._ao-relative {
5683
- position: relative;
5684
- }
5685
- :scope._ao-sticky, :scope ._ao-sticky {
5686
- position: sticky;
5687
- }
5688
- :scope._ao-container, :scope ._ao-container {
5689
- width: 100%;
5690
- }
5691
- @media (width >= 40rem) {
5692
- :scope._ao-container, :scope ._ao-container {
5693
- max-width: 40rem;
5694
- }
5695
- }
5696
- @media (width >= 48rem) {
5697
- :scope._ao-container, :scope ._ao-container {
5698
- max-width: 48rem;
5699
- }
5700
- }
5701
- @media (width >= 64rem) {
5702
- :scope._ao-container, :scope ._ao-container {
5703
- max-width: 64rem;
5704
- }
5705
- }
5706
- @media (width >= 80rem) {
5707
- :scope._ao-container, :scope ._ao-container {
5708
- max-width: 80rem;
5709
- }
5710
- }
5711
- @media (width >= 96rem) {
5712
- :scope._ao-container, :scope ._ao-container {
5713
- max-width: 96rem;
5714
- }
5715
- }
5716
- :scope._ao-my-4, :scope ._ao-my-4 {
5717
- margin-block: calc(var(--spacing) * 4);
5718
- }
5719
- :scope._ao-block, :scope ._ao-block {
5720
- display: block;
5721
- }
5722
- :scope._ao-flex, :scope ._ao-flex {
5723
- display: flex;
5724
- }
5725
- :scope._ao-grid, :scope ._ao-grid {
5726
- display: grid;
5727
- }
5728
- :scope._ao-hidden, :scope ._ao-hidden {
5729
- display: none;
5730
- }
5731
- :scope._ao-inline, :scope ._ao-inline {
5732
- display: inline;
5733
- }
5734
- :scope._ao-table, :scope ._ao-table {
5735
- display: table;
5736
- }
5737
- :scope._ao-table-cell, :scope ._ao-table-cell {
5738
- display: table-cell;
5739
- }
5740
- :scope._ao-flex-1, :scope ._ao-flex-1 {
5741
- flex: 1;
5742
- }
5743
- :scope._ao-transform, :scope ._ao-transform {
5744
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
5745
- }
5746
- :scope._ao-overflow-hidden, :scope ._ao-overflow-hidden {
5747
- overflow: hidden;
5748
- }
5749
- :scope._ao-rounded, :scope ._ao-rounded {
5750
- border-radius: 0.25rem;
5751
- }
5752
- :scope._ao-rounded-md, :scope ._ao-rounded-md {
5753
- border-radius: var(--radius-md);
5754
- }
5755
- :scope._ao-text-right, :scope ._ao-text-right {
5756
- text-align: right;
5757
- }
5758
- :scope._ao-tabular-nums, :scope ._ao-tabular-nums {
5759
- --tw-numeric-spacing: tabular-nums;
5760
- font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
5761
- }
5762
- :scope._ao-ring, :scope ._ao-ring {
5763
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
5764
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
5765
- }
5766
- :scope._ao-outline, :scope ._ao-outline {
5767
- outline-style: var(--tw-outline-style);
5768
- outline-width: 1px;
5769
- }
5770
5637
  }
@@ -8,16 +8,12 @@
8
8
  @font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(https://fonts.gstatic.com/s/ibmplexmono/v20/-F6qfjptAgt5VM-kVkqdyU8n3twJwlBFgg.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
9
9
  @font-face{font-family:IBM Plex Sans Fallback;src:local(Arial),local(ArialMT);ascent-override:101.318%;descent-override:27.183%;line-gap-override:0%;size-adjust:101.166%}
10
10
  @font-face{font-family:IBM Plex Mono Fallback;src:local(Courier New),local(CourierNewPSMT);ascent-override:102.517%;descent-override:27.5045%;size-adjust:99.9837%}
11
- @property --tw-rotate-x{syntax:"*";inherits:false}
12
- @property --tw-rotate-y{syntax:"*";inherits:false}
13
- @property --tw-rotate-z{syntax:"*";inherits:false}
14
- @property --tw-skew-x{syntax:"*";inherits:false}
15
- @property --tw-skew-y{syntax:"*";inherits:false}
16
- @property --tw-ordinal{syntax:"*";inherits:false}
17
- @property --tw-slashed-zero{syntax:"*";inherits:false}
18
- @property --tw-numeric-figure{syntax:"*";inherits:false}
19
- @property --tw-numeric-spacing{syntax:"*";inherits:false}
20
- @property --tw-numeric-fraction{syntax:"*";inherits:false}
11
+ @property --tw-leading{syntax:"*";inherits:false}
12
+ @property --tw-font-weight{syntax:"*";inherits:false}
13
+ @property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
14
+ @property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
15
+ @property --tw-duration{syntax:"*";inherits:false}
16
+ @property --tw-tracking{syntax:"*";inherits:false}
21
17
  @property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
22
18
  @property --tw-shadow-color{syntax:"*";inherits:false}
23
19
  @property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}
@@ -32,12 +28,11 @@
32
28
  @property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}
33
29
  @property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}
34
30
  @property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
35
- @property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
36
- @property --tw-leading{syntax:"*";inherits:false}
37
- @property --tw-font-weight{syntax:"*";inherits:false}
38
- @property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
39
- @property --tw-duration{syntax:"*";inherits:false}
40
- @property --tw-tracking{syntax:"*";inherits:false}
31
+ @property --tw-ordinal{syntax:"*";inherits:false}
32
+ @property --tw-slashed-zero{syntax:"*";inherits:false}
33
+ @property --tw-numeric-figure{syntax:"*";inherits:false}
34
+ @property --tw-numeric-spacing{syntax:"*";inherits:false}
35
+ @property --tw-numeric-fraction{syntax:"*";inherits:false}
41
36
  @property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}
42
37
  @property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}
43
38
  @property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}
@@ -63,7 +58,7 @@
63
58
  :scope{color-scheme:light dark}
64
59
  :scope[data-theme=dark], :scope [data-theme=dark]{color-scheme:dark}
65
60
  :scope[data-theme=light], :scope [data-theme=light]{color-scheme:light}
66
- @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){:scope, :scope *, :scope:before, :scope :before, :scope:after, :scope :after, :scope::backdrop, :scope ::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-border-style:solid;--tw-duration:initial;--tw-tracking:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}}
61
+ @supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){:scope, :scope *, :scope:before, :scope :before, :scope:after, :scope :after, :scope::backdrop, :scope ::backdrop{--tw-leading:initial;--tw-font-weight:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-duration:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}}
67
62
  :scope, :scope:host, :scope :host{--font-sans:"IBM Plex Sans", "IBM Plex Sans Fallback", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:"IBM Plex Mono", "IBM Plex Mono Fallback", ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;--spacing:.25rem;--container-xs:20rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--tracking-tight:-.025em;--tracking-wide:.025em;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-paper:#fff;--color-black:#0f0f0f;--color-base-50:#fafafa;--color-base-100:#f4f4f4;--color-base-150:#e7e7e7;--color-base-200:#d4d4d4;--color-base-300:#b3b3b3;--color-base-400:#9b9b9b;--color-base-500:#848484;--color-base-600:#6c6c6c;--color-base-700:#555;--color-base-800:#3e3e3e;--color-base-850:#333;--color-base-900:#272727;--color-base-950:#1b1b1b;--color-red-50:#ffe1d5;--color-red-100:#ffcabb;--color-red-150:#fdb2a2;--color-red-200:#f89a8a;--color-red-300:#e8705f;--color-red-400:#d14d41;--color-red-500:#c03e35;--color-red-600:#af3029;--color-red-700:#942822;--color-red-800:#6c201c;--color-red-850:#551b18;--color-red-900:#3e1715;--color-red-950:#261312;--color-orange-50:#ffe7ce;--color-orange-100:#fed3af;--color-orange-150:#fcc192;--color-orange-200:#f9ae77;--color-orange-300:#ec8b49;--color-orange-400:#da702c;--color-orange-500:#cb6120;--color-orange-600:#bc5215;--color-orange-700:#9d4310;--color-orange-800:#71320d;--color-orange-850:#59290d;--color-orange-900:#40200d;--color-orange-950:#27180e;--color-yellow-50:#faeec6;--color-yellow-100:#f6e2a0;--color-yellow-150:#f1d67e;--color-yellow-200:#eccb60;--color-yellow-300:#dfb431;--color-yellow-400:#d0a215;--color-yellow-500:#be9207;--color-yellow-600:#ad8301;--color-yellow-700:#8e6b01;--color-yellow-800:#664d01;--color-yellow-850:#503d02;--color-yellow-900:#3a2d04;--color-yellow-950:#241e08;--color-green-50:#edeecf;--color-green-100:#dde2b2;--color-green-150:#cdd597;--color-green-200:#bec97e;--color-green-300:#a0af54;--color-green-400:#879a39;--color-green-500:#768d21;--color-green-600:#66800b;--color-green-700:#536907;--color-green-800:#3d4c07;--color-green-850:#313d07;--color-green-900:#252d09;--color-green-950:#1a1e0c;--color-cyan-50:#ddf1e4;--color-cyan-100:#bfe8d9;--color-cyan-150:#a2dece;--color-cyan-200:#87d3c3;--color-cyan-300:#5abdac;--color-cyan-400:#3aa99f;--color-cyan-500:#2f968d;--color-cyan-600:#24837b;--color-cyan-700:#1c6c66;--color-cyan-800:#164f4a;--color-cyan-850:#143f3c;--color-cyan-900:#122f2c;--color-cyan-950:#101f1d;--color-blue-50:#e1eceb;--color-blue-100:#c6dde8;--color-blue-150:#abcfe2;--color-blue-200:#92bfdb;--color-blue-300:#66a0c8;--color-blue-400:#4385be;--color-blue-500:#3171b2;--color-blue-600:#205ea6;--color-blue-700:#1a4f8c;--color-blue-800:#163b66;--color-blue-850:#133051;--color-blue-900:#12253b;--color-blue-950:#101a24;--color-purple-50:#f0eaec;--color-purple-100:#e2d9e9;--color-purple-150:#d3cae6;--color-purple-200:#c4b9e0;--color-purple-300:#a699d0;--color-purple-400:#8b7ec8;--color-purple-500:#735eb5;--color-purple-600:#5e409d;--color-purple-700:#4f3685;--color-purple-800:#3c2a62;--color-purple-850:#31234e;--color-purple-900:#261c39;--color-purple-950:#1a1623;--color-magenta-50:#fee4e5;--color-magenta-100:#fccfda;--color-magenta-150:#f9b9cf;--color-magenta-200:#f4a4c2;--color-magenta-300:#e47da8;--color-magenta-400:#ce5d97;--color-magenta-500:#b74583;--color-magenta-600:#a02f6f;--color-magenta-700:#87285e;--color-magenta-800:#641f46;--color-magenta-850:#4f1b39;--color-magenta-900:#39172b;--color-magenta-950:#24131d;--color-surface:light-dark(var(--color-paper),var(--color-black));--color-surface-muted:light-dark(var(--color-base-50),var(--color-base-950));--color-surface-strong:light-dark(var(--color-base-100),var(--color-base-900));--color-text:light-dark(var(--color-black),var(--color-base-200));--color-text-muted:light-dark(var(--color-base-600),var(--color-base-500));--color-border:light-dark(var(--color-base-150),var(--color-base-850));--color-border-strong:light-dark(var(--color-base-300),var(--color-base-700));--color-code-surface:light-dark(var(--color-base-150),var(--color-base-950));--color-code-text:light-dark(var(--color-base-800),var(--color-base-200));--color-scrim:#0f0f0f66}
68
63
  @supports (color:color-mix(in lab, red, red)){:scope, :scope:host, :scope :host{--color-scrim:color-mix(in oklab, var(--color-black) 40%, transparent)}}
69
64
  :scope, :scope:host, :scope :host{--color-primary:light-dark(var(--color-black),var(--color-paper));--color-primary-hover:light-dark(var(--color-base-800),var(--color-base-200));--color-primary-muted:light-dark(var(--color-base-150),var(--color-base-800));--color-primary-content:light-dark(var(--color-paper),var(--color-black));--color-link:light-dark(var(--color-blue-600),var(--color-blue-400));--color-link-hover:light-dark(var(--color-blue-700),var(--color-blue-300));--color-focus:light-dark(var(--color-blue-600),var(--color-blue-400));--color-system-accent:light-dark(var(--color-base-600),var(--color-base-400));--color-system-accent-hover:color-mix(in oklch, light-dark(var(--color-base-600),var(--color-base-400)), light-dark(var(--color-black),var(--color-base-200)) 12%)}
@@ -502,11 +497,11 @@
502
497
  :scope._ao-switch[data-checked], :scope ._ao-switch[data-checked]{background-color:var(--color-primary)}
503
498
  :scope._ao-switch[data-disabled], :scope ._ao-switch[data-disabled]{cursor:not-allowed;opacity:.5}
504
499
  :scope._ao-switch-thumb, :scope ._ao-switch-thumb{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4);background-color:var(--color-paper);--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.15s;border-radius:3.40282e38px;transition-duration:.15s}
505
- :scope._ao-switch[data-checked] ._ao-switch-thumb, :scope ._ao-switch[data-checked] ._ao-switch-thumb{--tw-translate-x:calc(var(--spacing) * 4);translate:var(--tw-translate-x) var(--tw-translate-y)}
500
+ :scope._ao-switch[data-checked] ._ao-switch-thumb, :scope ._ao-switch[data-checked] ._ao-switch-thumb{--tw-translate-x:calc(var(--spacing) * 4);translate:var(--tw-translate-x) var(--tw-translate-y);background-color:var(--color-primary-content)}
506
501
  :scope input._ao-switch{margin:calc(var(--spacing) * 0);appearance:none;background-color:var(--color-border-strong)}
507
502
  :scope input._ao-switch:checked{background-color:var(--color-primary)}
508
503
  :scope input._ao-switch:before{content:"";width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4);background-color:var(--color-paper);--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.15s;border-radius:3.40282e38px;transition-duration:.15s}
509
- :scope input._ao-switch:checked:before{--tw-translate-x:calc(var(--spacing) * 4);translate:var(--tw-translate-x) var(--tw-translate-y)}
504
+ :scope input._ao-switch:checked:before{--tw-translate-x:calc(var(--spacing) * 4);translate:var(--tw-translate-x) var(--tw-translate-y);background-color:var(--color-primary-content)}
510
505
  :scope label:has(>._ao-switch){cursor:pointer;align-items:center;gap:calc(var(--spacing) * 3);overflow-wrap:break-word;min-width:0;display:inline-flex}
511
506
  :scope label:has(>._ao-switch:disabled), :scope label:has(>._ao-switch[data-disabled]){cursor:not-allowed;opacity:.6}
512
507
  :scope._ao-select, :scope ._ao-select{cursor:pointer;justify-content:space-between;align-items:center;gap:calc(var(--spacing) * 2);border-radius:var(--radius-lg);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-border);background-color:var(--color-surface);width:100%;padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 2);text-align:left;font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-leading:1;color:var(--color-text);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.15s;-webkit-user-select:none;user-select:none;line-height:1;transition-duration:.15s;display:inline-flex}
@@ -642,7 +637,7 @@
642
637
  :scope._ao-dialog-body, :scope ._ao-dialog-body{min-height:calc(var(--spacing) * 0);gap:calc(var(--spacing) * 3);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 3);flex-direction:column;flex:auto;display:flex;overflow-y:auto}
643
638
  :scope._ao-dialog>form, :scope ._ao-dialog>form{min-height:calc(var(--spacing) * 0);flex-direction:column;flex:auto;display:flex}
644
639
  :scope._ao-dialog-footer, :scope ._ao-dialog-footer{justify-content:flex-end;align-items:center;gap:calc(var(--spacing) * 2);border-top-style:var(--tw-border-style);border-top-width:1px;border-color:var(--color-border);background-color:var(--color-surface-muted);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 3);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;flex-wrap:wrap;display:flex}
645
- :scope._ao-dialog-close, :scope ._ao-dialog-close{width:calc(var(--spacing) * 7);height:calc(var(--spacing) * 7);cursor:pointer;border-radius:var(--radius-md);color:var(--color-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.15s;background-color:#0000;flex-shrink:0;justify-content:center;align-items:center;transition-duration:.15s;display:inline-flex}
640
+ :scope._ao-dialog-close, :scope ._ao-dialog-close{width:calc(var(--spacing) * 7);height:calc(var(--spacing) * 7);cursor:pointer;border-radius:var(--radius-md);color:var(--color-text-muted);transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.15s;background-color:#0000;flex-shrink:0;justify-content:center;align-items:center;margin-inline-start:auto;transition-duration:.15s;display:inline-flex}
646
641
  @media (hover:hover){:scope._ao-dialog-close:hover, :scope ._ao-dialog-close:hover{background-color:var(--color-surface-strong);color:var(--color-text)}}
647
642
  :scope._ao-dialog-close:focus-visible, :scope ._ao-dialog-close:focus-visible{outline-style:var(--tw-outline-style);outline-offset:2px;outline-width:2px;outline-color:var(--color-focus)}
648
643
  :scope._ao-drawer, :scope ._ao-drawer{border-radius:0;width:min(28rem,100vw);max-width:none;height:100dvh;max-height:none;margin:0;margin-inline-start:auto;transform:translate(100%)}
@@ -662,7 +657,7 @@
662
657
  :scope._ao-field, :scope ._ao-field{gap:calc(var(--spacing) * 1.5);overflow-wrap:break-word;flex-direction:column;display:flex}
663
658
  :scope._ao-field-row, :scope ._ao-field-row{align-items:center;gap:calc(var(--spacing) * 3);flex-direction:row}
664
659
  :scope._ao-field-label, :scope ._ao-field-label{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-leading:1;--tw-font-weight:var(--font-weight-medium);line-height:1;font-weight:var(--font-weight-medium);color:var(--color-text)}
665
- :scope._ao-field-label[data-required]:after, :scope ._ao-field-label[data-required]:after{content:" *";color:var(--color-danger)}
660
+ :scope._ao-field-label[data-required]:not([data-required=false],:has(._ao-asteriskField)):after, :scope ._ao-field-label[data-required]:not([data-required=false],:has(._ao-asteriskField)):after, :scope._ao-field:where(:has(:required:not(._ao-field ._ao-field :required)),:has(:required):not(:has(._ao-field :required)))>._ao-field-label:not([data-required=false],:has(._ao-asteriskField)):after, :scope ._ao-field:where(:has(:required:not(._ao-field ._ao-field :required)),:has(:required):not(:has(._ao-field :required)))>._ao-field-label:not([data-required=false],:has(._ao-asteriskField)):after{content:" *";color:var(--color-danger)}
666
661
  :scope._ao-asteriskField, :scope ._ao-asteriskField{color:var(--color-danger)}
667
662
  :scope._ao-field-description, :scope ._ao-field-description{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed);color:var(--color-text-muted)}
668
663
  :scope._ao-field-error, :scope ._ao-field-error{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed);color:var(--color-danger)}
@@ -927,34 +922,4 @@
927
922
  :scope._ao-chart-inline ._ao-chart-stack, :scope ._ao-chart-inline ._ao-chart-stack{block-size:.5em;inline-size:6em}
928
923
  :scope._ao-chart-inline ._ao-chart-bars, :scope ._ao-chart-inline ._ao-chart-bars, :scope._ao-chart-inline._ao-chart-bars, :scope ._ao-chart-inline._ao-chart-bars{inline-size:6em}
929
924
  @media (prefers-reduced-motion:reduce){:scope._ao-chart-bar-fill, :scope ._ao-chart-bar-fill, :scope._ao-chart-segment, :scope ._ao-chart-segment{transition:none}}
930
- :scope._ao-collapse, :scope ._ao-collapse{visibility:collapse}
931
- :scope._ao-visible, :scope ._ao-visible{visibility:visible}
932
- :scope._ao-sr-only, :scope ._ao-sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
933
- :scope._ao-absolute, :scope ._ao-absolute{position:absolute}
934
- :scope._ao-fixed, :scope ._ao-fixed{position:fixed}
935
- :scope._ao-relative, :scope ._ao-relative{position:relative}
936
- :scope._ao-sticky, :scope ._ao-sticky{position:sticky}
937
- :scope._ao-container, :scope ._ao-container{width:100%}
938
- @media (min-width:40rem){:scope._ao-container, :scope ._ao-container{max-width:40rem}}
939
- @media (min-width:48rem){:scope._ao-container, :scope ._ao-container{max-width:48rem}}
940
- @media (min-width:64rem){:scope._ao-container, :scope ._ao-container{max-width:64rem}}
941
- @media (min-width:80rem){:scope._ao-container, :scope ._ao-container{max-width:80rem}}
942
- @media (min-width:96rem){:scope._ao-container, :scope ._ao-container{max-width:96rem}}
943
- :scope._ao-my-4, :scope ._ao-my-4{margin-block:calc(var(--spacing) * 4)}
944
- :scope._ao-block, :scope ._ao-block{display:block}
945
- :scope._ao-flex, :scope ._ao-flex{display:flex}
946
- :scope._ao-grid, :scope ._ao-grid{display:grid}
947
- :scope._ao-hidden, :scope ._ao-hidden{display:none}
948
- :scope._ao-inline, :scope ._ao-inline{display:inline}
949
- :scope._ao-table, :scope ._ao-table{display:table}
950
- :scope._ao-table-cell, :scope ._ao-table-cell{display:table-cell}
951
- :scope._ao-flex-1, :scope ._ao-flex-1{flex:1}
952
- :scope._ao-transform, :scope ._ao-transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}
953
- :scope._ao-overflow-hidden, :scope ._ao-overflow-hidden{overflow:hidden}
954
- :scope._ao-rounded, :scope ._ao-rounded{border-radius:.25rem}
955
- :scope._ao-rounded-md, :scope ._ao-rounded-md{border-radius:var(--radius-md)}
956
- :scope._ao-text-right, :scope ._ao-text-right{text-align:right}
957
- :scope._ao-tabular-nums, :scope ._ao-tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}
958
- :scope._ao-ring, :scope ._ao-ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}
959
- :scope._ao-outline, :scope ._ao-outline{outline-style:var(--tw-outline-style);outline-width:1px}
960
925
  }
@@ -1423,9 +1423,6 @@
1423
1423
  --tw-translate-y: 100%;
1424
1424
  translate: var(--tw-translate-x) var(--tw-translate-y);
1425
1425
  }
1426
- .transform {
1427
- transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
1428
- }
1429
1426
  .cursor-auto {
1430
1427
  cursor: auto;
1431
1428
  }
@@ -32954,26 +32951,6 @@
32954
32951
  inherits: false;
32955
32952
  initial-value: 0;
32956
32953
  }
32957
- @property --tw-rotate-x {
32958
- syntax: "*";
32959
- inherits: false;
32960
- }
32961
- @property --tw-rotate-y {
32962
- syntax: "*";
32963
- inherits: false;
32964
- }
32965
- @property --tw-rotate-z {
32966
- syntax: "*";
32967
- inherits: false;
32968
- }
32969
- @property --tw-skew-x {
32970
- syntax: "*";
32971
- inherits: false;
32972
- }
32973
- @property --tw-skew-y {
32974
- syntax: "*";
32975
- inherits: false;
32976
- }
32977
32954
  @property --tw-divide-x-reverse {
32978
32955
  syntax: "*";
32979
32956
  inherits: false;
@@ -33097,11 +33074,6 @@
33097
33074
  --tw-translate-x: 0;
33098
33075
  --tw-translate-y: 0;
33099
33076
  --tw-translate-z: 0;
33100
- --tw-rotate-x: initial;
33101
- --tw-rotate-y: initial;
33102
- --tw-rotate-z: initial;
33103
- --tw-skew-x: initial;
33104
- --tw-skew-y: initial;
33105
33077
  --tw-divide-x-reverse: 0;
33106
33078
  --tw-border-style: solid;
33107
33079
  --tw-divide-y-reverse: 0;