@aortl/admin-css 0.15.1 → 0.16.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.
- package/dist/admin.css +263 -20
- package/dist/admin.min.css +1 -1
- package/dist/admin.scoped.css +261 -20
- package/dist/admin.scoped.min.css +66 -27
- package/package.json +1 -1
- package/src/components/accordion.css +6 -0
- package/src/components/breadcrumbs.css +4 -0
- package/src/components/button-group.css +2 -2
- package/src/components/card.css +11 -3
- package/src/components/chart.css +3 -4
- package/src/components/checkbox.css +28 -0
- package/src/components/dialog.css +20 -3
- package/src/components/field.css +4 -0
- package/src/components/index.css +1 -0
- package/src/components/kbd.css +1 -2
- package/src/components/link.css +4 -0
- package/src/components/menu.css +5 -0
- package/src/components/property-list.css +7 -13
- package/src/components/prose.css +119 -0
- package/src/components/radio.css +21 -0
- package/src/components/select.css +11 -3
- package/src/components/sidebar.css +1 -1
- package/src/components/switch.css +4 -0
- package/src/components/table.css +9 -0
- package/src/components/tabs.css +1 -1
- package/src/components/textarea.css +3 -3
- package/src/theme.css +5 -0
|
@@ -64,7 +64,9 @@
|
|
|
64
64
|
:scope[data-theme=dark], :scope [data-theme=dark]{color-scheme:dark}
|
|
65
65
|
:scope[data-theme=light], :scope [data-theme=light]{color-scheme:light}
|
|
66
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-leading:initial;--tw-font-weight:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-duration:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-tracking:initial}}
|
|
67
|
-
: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-wide:.025em;--leading-tight:1.25;--leading-snug:1.375;--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-
|
|
67
|
+
: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-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
|
+
@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
|
+
: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%)}
|
|
68
70
|
@supports (color:color-mix(in lab, red, red)){:scope, :scope:host, :scope :host{--color-system-accent-hover:color-mix(in oklch, var(--color-system-accent), var(--color-text) 12%)}}
|
|
69
71
|
:scope, :scope:host, :scope :host{--color-system-accent-muted:color-mix(in oklch, light-dark(var(--color-base-600),var(--color-base-400)) 12%, light-dark(var(--color-paper),var(--color-black)))}
|
|
70
72
|
@supports (color:color-mix(in lab, red, red)){:scope, :scope:host, :scope :host{--color-system-accent-muted:color-mix(in oklch, var(--color-system-accent) 12%, var(--color-surface))}}
|
|
@@ -130,12 +132,12 @@
|
|
|
130
132
|
:scope._ao-accordion-summary, :scope ._ao-accordion-summary{cursor:pointer;align-items:center;gap:calc(var(--spacing) * 2);padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 3);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);color:var(--color-text);-webkit-user-select:none;user-select:none;display:flex}
|
|
131
133
|
@media (hover:hover){:scope._ao-accordion-summary:hover, :scope ._ao-accordion-summary:hover{background-color:var(--color-surface-muted)}}
|
|
132
134
|
:scope._ao-accordion-summary:focus-visible, :scope ._ao-accordion-summary:focus-visible{outline-style:var(--tw-outline-style);outline-offset:2px;outline-width:2px;outline-color:var(--color-focus)}
|
|
133
|
-
:scope._ao-accordion-summary, :scope ._ao-accordion-summary{list-style:none}
|
|
135
|
+
:scope._ao-accordion-summary, :scope ._ao-accordion-summary{overflow-wrap:break-word;min-width:0;list-style:none}
|
|
134
136
|
:scope._ao-accordion-summary::-webkit-details-marker, :scope ._ao-accordion-summary::-webkit-details-marker{display:none}
|
|
135
137
|
:scope._ao-accordion-summary>:is(i,svg), :scope ._ao-accordion-summary>:is(i,svg){flex-shrink:0}
|
|
136
138
|
:scope._ao-accordion-summary:after, :scope ._ao-accordion-summary:after{content:"";border-bottom:2px solid;border-right:2px solid;flex-shrink:0;width:.5rem;height:.5rem;margin-left:auto;transition:transform .15s;transform:rotate(45deg)}
|
|
137
139
|
:scope._ao-accordion-item[open]>._ao-accordion-summary:after, :scope ._ao-accordion-item[open]>._ao-accordion-summary:after{transform:rotate(-135deg)}
|
|
138
|
-
:scope._ao-accordion-content, :scope ._ao-accordion-content{border-top-style:var(--tw-border-style);border-top-width:1px;border-color:var(--color-border);padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 3);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-text)}
|
|
140
|
+
:scope._ao-accordion-content, :scope ._ao-accordion-content{border-top-style:var(--tw-border-style);border-top-width:1px;border-color:var(--color-border);padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 3);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-text);overflow-wrap:break-word}
|
|
139
141
|
:scope._ao-accordion-item::details-content, :scope ._ao-accordion-item::details-content{opacity:0;content-visibility:visible;height:0;transition:opacity .2s,height .2s;overflow:clip}
|
|
140
142
|
:scope._ao-accordion-item[open]::details-content, :scope ._ao-accordion-item[open]::details-content{opacity:1;height:auto}
|
|
141
143
|
:scope._ao-alert, :scope ._ao-alert{gap:calc(var(--spacing) * 1);border-radius:var(--radius-md);border-style:var(--tw-border-style);width:100%;padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 2);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-text);overflow-wrap:break-word;border-width:1px;flex-direction:column;display:flex}
|
|
@@ -173,7 +175,7 @@
|
|
|
173
175
|
:scope._ao-badge-sm, :scope ._ao-badge-sm{height:calc(var(--spacing) * 4);gap:calc(var(--spacing) * .5);padding-inline:calc(var(--spacing) * 1.5);font-size:.625rem}
|
|
174
176
|
:scope._ao-badge-lg, :scope ._ao-badge-lg{height:calc(var(--spacing) * 6);gap:calc(var(--spacing) * 1.5);padding-inline:calc(var(--spacing) * 2.5);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}
|
|
175
177
|
:scope._ao-brand-tile, :scope ._ao-brand-tile{width:calc(var(--spacing) * 6);height:calc(var(--spacing) * 6);background-color:var(--color-system-accent);--tw-leading:1;--tw-font-weight:var(--font-weight-semibold);font-size:11px;line-height:1;font-weight:var(--font-weight-semibold);color:var(--color-system-accent-content);-webkit-user-select:none;user-select:none;border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}
|
|
176
|
-
:scope._ao-kbd, :scope ._ao-kbd{border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-border);background-color:var(--color-surface-strong);vertical-align:middle;min-width:1.25em;height:1.4em;font-family:var(--font-mono);--tw-leading:1;white-space:nowrap;color:var(--color-text-muted);font-variant-numeric:
|
|
178
|
+
:scope._ao-kbd, :scope ._ao-kbd{border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-border);background-color:var(--color-surface-strong);vertical-align:middle;min-width:1.25em;height:1.4em;font-family:var(--font-mono);--tw-leading:1;white-space:nowrap;color:var(--color-text-muted);--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,);border-radius:.25rem;justify-content:center;align-items:center;padding-inline:.35em;font-size:.75em;line-height:1;display:inline-flex}
|
|
177
179
|
:scope._ao-kbd-group, :scope ._ao-kbd-group{align-items:center;gap:calc(var(--spacing) * 1);vertical-align:middle;display:inline-flex}
|
|
178
180
|
:scope._ao-btn ._ao-kbd, :scope ._ao-btn ._ao-kbd, :scope._ao-menu-item ._ao-kbd, :scope ._ao-menu-item ._ao-kbd{color:currentColor;background-color:currentColor}
|
|
179
181
|
@supports (color:color-mix(in lab, red, red)){:scope._ao-btn ._ao-kbd, :scope ._ao-btn ._ao-kbd, :scope._ao-menu-item ._ao-kbd, :scope ._ao-menu-item ._ao-kbd{background-color:color-mix(in srgb, currentColor 12%, transparent)}}
|
|
@@ -219,7 +221,7 @@
|
|
|
219
221
|
:scope._ao-progress:indeterminate::-moz-progress-bar, :scope ._ao-progress:indeterminate::-moz-progress-bar{background-color:#0000}
|
|
220
222
|
@media (prefers-reduced-motion:reduce){:scope._ao-progress:indeterminate, :scope ._ao-progress:indeterminate{animation-duration:3s}}
|
|
221
223
|
@keyframes progress-indeterminate{0%{background-position:100% 0}to{background-position:0 0}}
|
|
222
|
-
:scope._ao-breadcrumbs, :scope ._ao-breadcrumbs{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-text-muted)}
|
|
224
|
+
:scope._ao-breadcrumbs, :scope ._ao-breadcrumbs{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-text-muted);overflow-wrap:break-word}
|
|
223
225
|
:scope._ao-breadcrumbs>ol, :scope ._ao-breadcrumbs>ol{margin:calc(var(--spacing) * 0);align-items:center;gap:calc(var(--spacing) * 1.5);padding:calc(var(--spacing) * 0);flex-wrap:wrap;list-style-type:none;display:inline-flex}
|
|
224
226
|
:scope._ao-breadcrumb-item, :scope ._ao-breadcrumb-item{align-items:center;gap:calc(var(--spacing) * 1.5);color:var(--color-text-muted);text-decoration-line:none;display:inline-flex}
|
|
225
227
|
@media (hover:hover){:scope._ao-breadcrumb-item:hover, :scope ._ao-breadcrumb-item:hover{color:var(--color-text)}}
|
|
@@ -243,11 +245,11 @@
|
|
|
243
245
|
:scope._ao-property-list, :scope ._ao-property-list{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-text);flex-direction:column;display:flex}
|
|
244
246
|
:scope._ao-property-list-title, :scope ._ao-property-list-title{margin-bottom:calc(var(--spacing) * 2);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold);color:var(--color-text)}
|
|
245
247
|
:scope._ao-property-list-items, :scope ._ao-property-list-items{grid-template-columns:max-content 1fr;display:grid}
|
|
246
|
-
:scope._ao-property-list-label, :scope ._ao-property-list-label, :scope._ao-property-list-value, :scope ._ao-property-list-value{
|
|
248
|
+
:scope._ao-property-list-label, :scope ._ao-property-list-label, :scope._ao-property-list-value, :scope ._ao-property-list-value{min-height:calc(var(--spacing) * 8);padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 1.5);align-items:center;display:flex}
|
|
247
249
|
:scope._ao-property-list-label, :scope ._ao-property-list-label{color:var(--color-text-muted)}
|
|
248
|
-
:scope._ao-property-list-value, :scope ._ao-property-list-value{overflow-wrap:break-word
|
|
250
|
+
:scope._ao-property-list-value, :scope ._ao-property-list-value{min-width:calc(var(--spacing) * 0);gap:calc(var(--spacing) * 2);overflow-wrap:break-word}
|
|
249
251
|
:scope._ao-property-list-compact ._ao-property-list-title, :scope ._ao-property-list-compact ._ao-property-list-title{margin-bottom:calc(var(--spacing) * 1)}
|
|
250
|
-
:scope._ao-property-list-compact ._ao-property-list-label, :scope ._ao-property-list-compact ._ao-property-list-label, :scope._ao-property-list-compact ._ao-property-list-value, :scope ._ao-property-list-compact ._ao-property-list-value{min-height:
|
|
252
|
+
:scope._ao-property-list-compact ._ao-property-list-label, :scope ._ao-property-list-compact ._ao-property-list-label, :scope._ao-property-list-compact ._ao-property-list-value, :scope ._ao-property-list-compact ._ao-property-list-value{min-height:calc(var(--spacing) * 6);padding-inline:calc(var(--spacing) * 2);padding-block:calc(var(--spacing) * .5)}
|
|
251
253
|
:scope._ao-property-list-value-numeric, :scope ._ao-property-list-value-numeric{--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,);justify-content:flex-end}
|
|
252
254
|
:scope._ao-property-list-striped dt:nth-of-type(2n+2), :scope ._ao-property-list-striped dt:nth-of-type(2n+2), :scope._ao-property-list-striped dd:nth-of-type(2n+2), :scope ._ao-property-list-striped dd:nth-of-type(2n+2){background-color:var(--color-surface-muted)}
|
|
253
255
|
:scope._ao-property-list-hide-if-empty:not(:has(._ao-property-list-value:not(._ao-property-list-value-empty))), :scope ._ao-property-list-hide-if-empty:not(:has(._ao-property-list-value:not(._ao-property-list-value-empty))){display:none}
|
|
@@ -296,20 +298,21 @@
|
|
|
296
298
|
:scope._ao-btn-group:not(._ao-btn-group-vertical)>._ao-btn:first-child, :scope ._ao-btn-group:not(._ao-btn-group-vertical)>._ao-btn:first-child, :scope._ao-btn-group:not(._ao-btn-group-vertical)>._ao-menu:first-child>._ao-menu-trigger, :scope ._ao-btn-group:not(._ao-btn-group-vertical)>._ao-menu:first-child>._ao-menu-trigger{border-top-left-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}
|
|
297
299
|
:scope._ao-btn-group:not(._ao-btn-group-vertical)>._ao-btn:last-child, :scope ._ao-btn-group:not(._ao-btn-group-vertical)>._ao-btn:last-child, :scope._ao-btn-group:not(._ao-btn-group-vertical)>._ao-menu:last-child>._ao-menu-trigger, :scope ._ao-btn-group:not(._ao-btn-group-vertical)>._ao-menu:last-child>._ao-menu-trigger{border-top-right-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg)}
|
|
298
300
|
:scope._ao-btn-group:not(._ao-btn-group-vertical)>._ao-btn:not(:first-child), :scope ._ao-btn-group:not(._ao-btn-group-vertical)>._ao-btn:not(:first-child), :scope._ao-btn-group:not(._ao-btn-group-vertical)>._ao-menu:not(:first-child)>._ao-menu-trigger, :scope ._ao-btn-group:not(._ao-btn-group-vertical)>._ao-menu:not(:first-child)>._ao-menu-trigger{border-left-color:currentColor}
|
|
299
|
-
@supports (color:color-mix(in lab, red, red)){:scope._ao-btn-group:not(._ao-btn-group-vertical)>._ao-btn:not(:first-child), :scope ._ao-btn-group:not(._ao-btn-group-vertical)>._ao-btn:not(:first-child), :scope._ao-btn-group:not(._ao-btn-group-vertical)>._ao-menu:not(:first-child)>._ao-menu-trigger, :scope ._ao-btn-group:not(._ao-btn-group-vertical)>._ao-menu:not(:first-child)>._ao-menu-trigger{border-left-color:color-mix(in
|
|
301
|
+
@supports (color:color-mix(in lab, red, red)){:scope._ao-btn-group:not(._ao-btn-group-vertical)>._ao-btn:not(:first-child), :scope ._ao-btn-group:not(._ao-btn-group-vertical)>._ao-btn:not(:first-child), :scope._ao-btn-group:not(._ao-btn-group-vertical)>._ao-menu:not(:first-child)>._ao-menu-trigger, :scope ._ao-btn-group:not(._ao-btn-group-vertical)>._ao-menu:not(:first-child)>._ao-menu-trigger{border-left-color:color-mix(in oklab, currentColor 25%, transparent)}}
|
|
300
302
|
:scope._ao-btn-group-vertical, :scope ._ao-btn-group-vertical{flex-direction:column;display:inline-flex}
|
|
301
303
|
:scope._ao-btn-group-vertical>._ao-btn, :scope ._ao-btn-group-vertical>._ao-btn{justify-content:flex-start}
|
|
302
304
|
:scope._ao-btn-group-vertical>._ao-btn:not(:first-child), :scope ._ao-btn-group-vertical>._ao-btn:not(:first-child), :scope._ao-btn-group-vertical>._ao-menu:not(:first-child), :scope ._ao-btn-group-vertical>._ao-menu:not(:first-child){margin-top:-1px}
|
|
303
305
|
:scope._ao-btn-group-vertical>._ao-btn:first-child, :scope ._ao-btn-group-vertical>._ao-btn:first-child, :scope._ao-btn-group-vertical>._ao-menu:first-child>._ao-menu-trigger, :scope ._ao-btn-group-vertical>._ao-menu:first-child>._ao-menu-trigger{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}
|
|
304
306
|
:scope._ao-btn-group-vertical>._ao-btn:last-child, :scope ._ao-btn-group-vertical>._ao-btn:last-child, :scope._ao-btn-group-vertical>._ao-menu:last-child>._ao-menu-trigger, :scope ._ao-btn-group-vertical>._ao-menu:last-child>._ao-menu-trigger{border-bottom-right-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-lg)}
|
|
305
307
|
:scope._ao-btn-group-vertical>._ao-btn:not(:first-child), :scope ._ao-btn-group-vertical>._ao-btn:not(:first-child), :scope._ao-btn-group-vertical>._ao-menu:not(:first-child)>._ao-menu-trigger, :scope ._ao-btn-group-vertical>._ao-menu:not(:first-child)>._ao-menu-trigger{border-top-color:currentColor}
|
|
306
|
-
@supports (color:color-mix(in lab, red, red)){:scope._ao-btn-group-vertical>._ao-btn:not(:first-child), :scope ._ao-btn-group-vertical>._ao-btn:not(:first-child), :scope._ao-btn-group-vertical>._ao-menu:not(:first-child)>._ao-menu-trigger, :scope ._ao-btn-group-vertical>._ao-menu:not(:first-child)>._ao-menu-trigger{border-top-color:color-mix(in
|
|
308
|
+
@supports (color:color-mix(in lab, red, red)){:scope._ao-btn-group-vertical>._ao-btn:not(:first-child), :scope ._ao-btn-group-vertical>._ao-btn:not(:first-child), :scope._ao-btn-group-vertical>._ao-menu:not(:first-child)>._ao-menu-trigger, :scope ._ao-btn-group-vertical>._ao-menu:not(:first-child)>._ao-menu-trigger{border-top-color:color-mix(in oklab, currentColor 25%, transparent)}}
|
|
307
309
|
:scope._ao-btn-group-full-width:not(._ao-btn-group-vertical), :scope ._ao-btn-group-full-width:not(._ao-btn-group-vertical){width:100%;display:flex}
|
|
308
310
|
:scope._ao-btn-group-full-width:not(._ao-btn-group-vertical)>._ao-btn, :scope ._ao-btn-group-full-width:not(._ao-btn-group-vertical)>._ao-btn, :scope._ao-btn-group-full-width:not(._ao-btn-group-vertical)>._ao-menu, :scope ._ao-btn-group-full-width:not(._ao-btn-group-vertical)>._ao-menu{flex:1}
|
|
309
311
|
:scope._ao-btn-group-full-width._ao-btn-group-vertical, :scope ._ao-btn-group-full-width._ao-btn-group-vertical{width:100%}
|
|
310
312
|
:scope._ao-link, :scope ._ao-link{align-items:center;gap:calc(var(--spacing) * 1);border-radius:var(--radius-sm);color:var(--color-link);text-underline-offset:2px;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;text-decoration-line:underline;transition-duration:.15s;display:inline-flex}
|
|
311
313
|
@media (hover:hover){:scope._ao-link:hover, :scope ._ao-link:hover{color:var(--color-link-hover)}}
|
|
312
314
|
:scope._ao-link:focus-visible, :scope ._ao-link:focus-visible{outline-style:var(--tw-outline-style);outline-offset:2px;outline-width:2px;outline-color:var(--color-focus)}
|
|
315
|
+
:scope._ao-link, :scope ._ao-link{overflow-wrap:break-word}
|
|
313
316
|
:scope._ao-link>:is(i,svg), :scope ._ao-link>:is(i,svg){flex-shrink:0}
|
|
314
317
|
:scope._ao-link-external, :scope ._ao-link-external{--link-external-arrow:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 7 7 17'/%3E%3Cpath d='M8 7h9v9'/%3E%3C/svg%3E")}
|
|
315
318
|
:scope._ao-link-external:after, :scope ._ao-link-external:after{content:"";width:.85em;height:.85em;-webkit-mask:var(--link-external-arrow) center / contain no-repeat;-webkit-mask:var(--link-external-arrow) center / contain no-repeat;-webkit-mask:var(--link-external-arrow) center / contain no-repeat;mask:var(--link-external-arrow) center / contain no-repeat;background-color:currentColor;flex:none}
|
|
@@ -374,7 +377,13 @@
|
|
|
374
377
|
@media (hover:hover){:scope:is(._ao-checkbox[data-checked],._ao-checkbox[data-indeterminate]):hover, :scope :is(._ao-checkbox[data-checked],._ao-checkbox[data-indeterminate]):hover{background-color:var(--color-primary-hover)}}
|
|
375
378
|
:scope._ao-checkbox[data-disabled], :scope ._ao-checkbox[data-disabled]{cursor:not-allowed;opacity:.5}
|
|
376
379
|
:scope._ao-checkbox-indicator, :scope ._ao-checkbox-indicator{width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3);color:var(--color-primary-content);justify-content:center;align-items:center;display:inline-flex}
|
|
377
|
-
:scope
|
|
380
|
+
:scope input._ao-checkbox{appearance:none;border-color:var(--color-border-strong)}
|
|
381
|
+
@media (hover:hover){:scope input._ao-checkbox:hover{border-color:var(--color-text-muted)}}
|
|
382
|
+
:scope input._ao-checkbox{--checkbox-check:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}
|
|
383
|
+
:scope input._ao-checkbox:checked, :scope input._ao-checkbox:indeterminate{border-color:var(--color-primary);background-color:var(--color-primary)}
|
|
384
|
+
@media (hover:hover){:scope:is(input._ao-checkbox:checked,input._ao-checkbox:indeterminate):hover, :scope :is(input._ao-checkbox:checked,input._ao-checkbox:indeterminate):hover{background-color:var(--color-primary-hover)}}
|
|
385
|
+
:scope input._ao-checkbox:checked:after, :scope input._ao-checkbox:indeterminate:after{content:"";width:calc(var(--spacing) * 3);height:calc(var(--spacing) * 3);background-color:var(--color-primary-content);-webkit-mask:var(--checkbox-check) center / contain no-repeat;-webkit-mask:var(--checkbox-check) center / contain no-repeat;-webkit-mask:var(--checkbox-check) center / contain no-repeat;mask:var(--checkbox-check) center / contain no-repeat}
|
|
386
|
+
:scope label:has(>._ao-checkbox){cursor:pointer;align-items:center;gap:calc(var(--spacing) * 2);overflow-wrap:break-word;min-width:0;display:inline-flex}
|
|
378
387
|
:scope label:has(>._ao-checkbox:disabled), :scope label:has(>._ao-checkbox[data-disabled]){cursor:not-allowed;opacity:.6}
|
|
379
388
|
:scope._ao-radio, :scope ._ao-radio{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4);cursor:pointer;border-style:var(--tw-border-style);background-color:var(--color-surface);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;border-width:1px;border-radius:3.40282e38px;flex-shrink:0;justify-content:center;align-items:center;transition-duration:.15s;display:inline-flex}
|
|
380
389
|
:scope._ao-radio:focus-visible, :scope ._ao-radio:focus-visible{outline-style:var(--tw-outline-style);outline-offset:2px;outline-width:2px;outline-color:var(--color-focus)}
|
|
@@ -385,9 +394,14 @@
|
|
|
385
394
|
@media (hover:hover){:scope._ao-radio[data-checked]:hover, :scope ._ao-radio[data-checked]:hover{background-color:var(--color-primary-hover)}}
|
|
386
395
|
:scope._ao-radio[data-disabled], :scope ._ao-radio[data-disabled]{cursor:not-allowed;opacity:.5}
|
|
387
396
|
:scope._ao-radio-indicator, :scope ._ao-radio-indicator{width:calc(var(--spacing) * 1.5);height:calc(var(--spacing) * 1.5);background-color:var(--color-primary-content);border-radius:3.40282e38px;display:inline-flex}
|
|
397
|
+
:scope input._ao-radio{appearance:none;border-color:var(--color-border-strong)}
|
|
398
|
+
@media (hover:hover){:scope input._ao-radio:hover{border-color:var(--color-text-muted)}}
|
|
399
|
+
:scope input._ao-radio:checked{border-color:var(--color-primary);background-color:var(--color-primary)}
|
|
400
|
+
@media (hover:hover){:scope input._ao-radio:checked:hover{background-color:var(--color-primary-hover)}}
|
|
401
|
+
:scope input._ao-radio:checked:after{content:"";width:calc(var(--spacing) * 1.5);height:calc(var(--spacing) * 1.5);background-color:var(--color-primary-content);border-radius:3.40282e38px}
|
|
388
402
|
:scope._ao-radio-group, :scope ._ao-radio-group{gap:calc(var(--spacing) * 4);flex-wrap:wrap;display:inline-flex}
|
|
389
403
|
:scope._ao-radio-group-vertical, :scope ._ao-radio-group-vertical{align-items:flex-start;gap:calc(var(--spacing) * 2);flex-direction:column}
|
|
390
|
-
:scope label:has(>._ao-radio){cursor:pointer;align-items:center;gap:calc(var(--spacing) * 2);display:inline-flex}
|
|
404
|
+
:scope label:has(>._ao-radio){cursor:pointer;align-items:center;gap:calc(var(--spacing) * 2);overflow-wrap:break-word;min-width:0;display:inline-flex}
|
|
391
405
|
:scope label:has(>._ao-radio:disabled), :scope label:has(>._ao-radio[data-disabled]){cursor:not-allowed;opacity:.6}
|
|
392
406
|
:scope._ao-switch, :scope ._ao-switch{height:calc(var(--spacing) * 5);width:calc(var(--spacing) * 9);cursor:pointer;border-style:var(--tw-border-style);padding:calc(var(--spacing) * .5);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;border-width:1px;border-color:#0000;border-radius:3.40282e38px;flex-shrink:0;align-items:center;transition-duration:.15s;display:inline-flex;position:relative}
|
|
393
407
|
:scope._ao-switch:focus-visible, :scope ._ao-switch:focus-visible{outline-style:var(--tw-outline-style);outline-offset:2px;outline-width:2px;outline-color:var(--color-focus)}
|
|
@@ -401,7 +415,7 @@
|
|
|
401
415
|
:scope input._ao-switch:checked{background-color:var(--color-primary)}
|
|
402
416
|
: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}
|
|
403
417
|
:scope input._ao-switch:checked:before{--tw-translate-x:calc(var(--spacing) * 4);translate:var(--tw-translate-x) var(--tw-translate-y)}
|
|
404
|
-
:scope label:has(>._ao-switch){cursor:pointer;align-items:center;gap:calc(var(--spacing) * 3);display:inline-flex}
|
|
418
|
+
: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}
|
|
405
419
|
:scope label:has(>._ao-switch:disabled), :scope label:has(>._ao-switch[data-disabled]){cursor:not-allowed;opacity:.6}
|
|
406
420
|
: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}
|
|
407
421
|
@media (hover:hover){:scope._ao-select:hover, :scope ._ao-select:hover{border-color:var(--color-border-strong)}}
|
|
@@ -416,7 +430,7 @@
|
|
|
416
430
|
:scope._ao-select-danger:focus-visible, :scope ._ao-select-danger:focus-visible{outline-color:var(--color-danger)}
|
|
417
431
|
:scope._ao-select-sm, :scope ._ao-select-sm{padding-inline:calc(var(--spacing) * 2.5);padding-block:calc(var(--spacing) * 1.5);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}
|
|
418
432
|
:scope._ao-select-lg, :scope ._ao-select-lg{padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 2.5);font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}
|
|
419
|
-
:scope select._ao-select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%
|
|
433
|
+
:scope select._ao-select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23848484' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right .5rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2rem}
|
|
420
434
|
:scope select._ao-select-sm{background-size:.875rem;padding-right:1.75rem}
|
|
421
435
|
:scope select._ao-select-lg{padding-right:2.25rem}
|
|
422
436
|
:scope._ao-select-icon, :scope ._ao-select-icon{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4);color:var(--color-text-muted);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;flex-shrink:0;justify-content:center;align-items:center;transition-duration:.15s;display:inline-flex}
|
|
@@ -424,15 +438,15 @@
|
|
|
424
438
|
:scope._ao-select-popup, :scope ._ao-select-popup{max-height:calc(var(--spacing) * 72);min-width:var(--anchor-width);border-radius:var(--radius-lg);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-border);background-color:var(--color-surface);padding-block:calc(var(--spacing) * 1);color:var(--color-text);--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px 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:opacity,transform;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.1s;--tw-outline-style:none;outline-style:none;transition-duration:.1s;overflow:auto}
|
|
425
439
|
:scope._ao-select-popup[data-starting-style], :scope ._ao-select-popup[data-starting-style], :scope._ao-select-popup[data-ending-style], :scope ._ao-select-popup[data-ending-style]{opacity:0}
|
|
426
440
|
:scope._ao-select-popup[data-starting-style], :scope ._ao-select-popup[data-starting-style]{--tw-translate-y:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}
|
|
427
|
-
:scope._ao-select-item, :scope ._ao-select-item{cursor:pointer;align-items:center;gap:calc(var(--spacing) * 2);padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 1.5);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-outline-style:none;-webkit-user-select:none;user-select:none;outline-style:none;display:flex}
|
|
441
|
+
:scope._ao-select-item, :scope ._ao-select-item{cursor:pointer;align-items:center;gap:calc(var(--spacing) * 2);padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 1.5);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-outline-style:none;-webkit-user-select:none;user-select:none;overflow-wrap:break-word;outline-style:none;min-width:0;display:flex}
|
|
428
442
|
:scope._ao-select-item[data-highlighted], :scope ._ao-select-item[data-highlighted]{background-color:var(--color-surface-muted)}
|
|
429
443
|
:scope._ao-select-item[data-selected], :scope ._ao-select-item[data-selected]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}
|
|
430
444
|
:scope._ao-select-item[data-disabled], :scope ._ao-select-item[data-disabled]{cursor:not-allowed;opacity:.5}
|
|
431
445
|
:scope._ao-select-item-indicator, :scope ._ao-select-item-indicator{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4);color:var(--color-primary);justify-content:center;align-items:center;margin-left:auto;display:inline-flex}
|
|
432
446
|
:scope._ao-select-group-label, :scope ._ao-select-group-label{padding-inline:calc(var(--spacing) * 3);padding-top:calc(var(--spacing) * 2);padding-bottom:calc(var(--spacing) * 1);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide);color:var(--color-text-muted);text-transform:uppercase}
|
|
433
|
-
:scope._ao-card, :scope ._ao-card{border-radius:var(--radius-xl);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-border);background-color:var(--color-surface-muted);color:var(--color-text);--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);flex-direction:column;display:flex
|
|
447
|
+
:scope._ao-card, :scope ._ao-card{border-radius:var(--radius-xl);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-border);background-color:var(--color-surface-muted);color:var(--color-text);--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);overflow-wrap:break-word;flex-direction:column;min-width:0;display:flex}
|
|
434
448
|
:scope._ao-card-body, :scope ._ao-card-body{gap:calc(var(--spacing) * 3);padding:calc(var(--spacing) * 5);flex-direction:column;display:flex}
|
|
435
|
-
:scope._ao-card-title, :scope ._ao-card-title{align-items:center;gap:calc(var(--spacing) * 2);font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height));--tw-leading:var(--leading-tight);line-height:var(--leading-tight);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);display:flex}
|
|
449
|
+
:scope._ao-card-title, :scope ._ao-card-title{align-items:center;gap:calc(var(--spacing) * 2);font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height));--tw-leading:var(--leading-tight);line-height:var(--leading-tight);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);min-width:0;display:flex}
|
|
436
450
|
:scope._ao-card-header, :scope ._ao-card-header{align-items:center;gap:calc(var(--spacing) * 2);display:flex}
|
|
437
451
|
:scope._ao-card-toolbar, :scope ._ao-card-toolbar{margin-top:calc(var(--spacing) * -.5);align-items:center;gap:calc(var(--spacing) * 1);margin-left:auto;display:flex}
|
|
438
452
|
:scope._ao-card-toolbar :is(i,svg), :scope ._ao-card-toolbar :is(i,svg){font-size:1.25rem}
|
|
@@ -460,21 +474,22 @@
|
|
|
460
474
|
:scope._ao-card-info ._ao-stat-card-value, :scope ._ao-card-info ._ao-stat-card-value{color:var(--color-info)}
|
|
461
475
|
:scope._ao-card-success ._ao-stat-card-value, :scope ._ao-card-success ._ao-stat-card-value{color:var(--color-success)}
|
|
462
476
|
:scope._ao-card-danger ._ao-stat-card-value, :scope ._ao-card-danger ._ao-stat-card-value{color:var(--color-danger)}
|
|
463
|
-
:scope._ao-dialog, :scope ._ao-dialog{border-radius:var(--radius-xl);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-border);background-color:var(--color-surface);padding:calc(var(--spacing) * 0);color:var(--color-text);--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px 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);opacity:1;width:calc(100% - 2rem);max-width:32rem;max-height:calc(100dvh - 2rem);transition:display .15s allow-discrete, overlay .15s allow-discrete, opacity .15s ease-out, transform .15s ease-out;flex-direction:column;margin:auto;transform:translateY(0)scale(1)}
|
|
477
|
+
:scope._ao-dialog, :scope ._ao-dialog{border-radius:var(--radius-xl);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-border);background-color:var(--color-surface);padding:calc(var(--spacing) * 0);color:var(--color-text);--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px 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);overflow-wrap:break-word;opacity:1;width:calc(100% - 2rem);max-width:32rem;max-height:calc(100dvh - 2rem);transition:display .15s allow-discrete, overlay .15s allow-discrete, opacity .15s ease-out, transform .15s ease-out;flex-direction:column;margin:auto;transform:translateY(0)scale(1)}
|
|
464
478
|
:scope._ao-dialog[open], :scope ._ao-dialog[open]{display:flex}
|
|
465
|
-
:scope._ao-dialog::backdrop, :scope ._ao-dialog::backdrop{transition:display .15s allow-discrete, overlay .15s allow-discrete, background .15s ease-out
|
|
479
|
+
:scope._ao-dialog::backdrop, :scope ._ao-dialog::backdrop{background:var(--color-scrim);transition:display .15s allow-discrete, overlay .15s allow-discrete, background .15s ease-out}
|
|
466
480
|
@starting-style{:scope._ao-dialog[open], :scope ._ao-dialog[open]{opacity:0;transform:translateY(-.5rem)scale(.98)}:scope._ao-dialog[open]::backdrop, :scope ._ao-dialog[open]::backdrop{background:0 0}}
|
|
467
481
|
:scope._ao-dialog-sm, :scope ._ao-dialog-sm{max-width:24rem}
|
|
468
482
|
:scope._ao-dialog-lg, :scope ._ao-dialog-lg{max-width:48rem}
|
|
469
483
|
:scope._ao-dialog-header, :scope ._ao-dialog-header{align-items:flex-start;gap:calc(var(--spacing) * 3);padding-inline:calc(var(--spacing) * 5);padding-top:calc(var(--spacing) * 5);padding-bottom:calc(var(--spacing) * 3);display:flex}
|
|
470
|
-
:scope._ao-dialog-title, :scope ._ao-dialog-title{margin:calc(var(--spacing) * 0);align-items:center;gap:calc(var(--spacing) * 2);font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height));--tw-leading:var(--leading-tight);line-height:var(--leading-tight);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);flex:1;display:flex}
|
|
484
|
+
:scope._ao-dialog-title, :scope ._ao-dialog-title{margin:calc(var(--spacing) * 0);align-items:center;gap:calc(var(--spacing) * 2);font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height));--tw-leading:var(--leading-tight);line-height:var(--leading-tight);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);flex:1;min-width:0;display:flex}
|
|
471
485
|
:scope._ao-dialog-description, :scope ._ao-dialog-description{margin-top:calc(var(--spacing) * -2);margin-bottom:calc(var(--spacing) * 3);padding-inline:calc(var(--spacing) * 5);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-text-muted)}
|
|
472
|
-
:scope._ao-dialog-body, :scope ._ao-dialog-body{gap:calc(var(--spacing) * 3);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 3);flex-direction:column;display:flex;overflow-y:auto}
|
|
486
|
+
: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:1;display:flex;overflow-y:auto}
|
|
487
|
+
:scope._ao-dialog>form, :scope ._ao-dialog>form{min-height:calc(var(--spacing) * 0);flex-direction:column;flex:1;display:flex}
|
|
473
488
|
: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}
|
|
474
489
|
: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}
|
|
475
490
|
@media (hover:hover){:scope._ao-dialog-close:hover, :scope ._ao-dialog-close:hover{background-color:var(--color-surface-strong);color:var(--color-text)}}
|
|
476
491
|
: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)}
|
|
477
|
-
:scope._ao-field, :scope ._ao-field{gap:calc(var(--spacing) * 1.5);flex-direction:column;display:flex}
|
|
492
|
+
:scope._ao-field, :scope ._ao-field{gap:calc(var(--spacing) * 1.5);overflow-wrap:break-word;flex-direction:column;display:flex}
|
|
478
493
|
:scope._ao-field-row, :scope ._ao-field-row{align-items:center;gap:calc(var(--spacing) * 3);flex-direction:row}
|
|
479
494
|
: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)}
|
|
480
495
|
:scope._ao-field-label[data-required]:after, :scope ._ao-field-label[data-required]:after{content:" *";color:var(--color-danger)}
|
|
@@ -536,7 +551,9 @@
|
|
|
536
551
|
:scope._ao-menu-item, :scope ._ao-menu-item{cursor:pointer;align-items:center;gap:calc(var(--spacing) * 2);border-style:var(--tw-border-style);width:100%;padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 1.5);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);-webkit-user-select:none;user-select:none;background-color:#0000;border-width:0;line-height:1;text-decoration-line:none;display:flex}
|
|
537
552
|
@media (hover:hover){:scope._ao-menu-item:hover, :scope ._ao-menu-item:hover{background-color:var(--color-surface-muted)}}
|
|
538
553
|
:scope._ao-menu-item:focus-visible, :scope ._ao-menu-item:focus-visible{background-color:var(--color-surface-muted);--tw-outline-style:none;outline-style:none}
|
|
539
|
-
:scope._ao-menu-item:disabled, :scope ._ao-menu-item:disabled
|
|
554
|
+
:scope._ao-menu-item:disabled, :scope ._ao-menu-item:disabled{cursor:not-allowed;opacity:.5}
|
|
555
|
+
:scope._ao-menu-item, :scope ._ao-menu-item{overflow-wrap:break-word;min-width:0}
|
|
556
|
+
:scope._ao-menu-item[aria-disabled=true], :scope ._ao-menu-item[aria-disabled=true]{cursor:not-allowed;opacity:.5}
|
|
540
557
|
:scope._ao-menu-trigger>:is(i,svg), :scope ._ao-menu-trigger>:is(i,svg), :scope._ao-menu-item>:is(i,svg), :scope ._ao-menu-item>:is(i,svg){flex-shrink:0}
|
|
541
558
|
:scope._ao-menu-separator, :scope ._ao-menu-separator{margin-block:calc(var(--spacing) * 1);border-style:var(--tw-border-style);background-color:var(--color-border);border-width:0;height:1px}
|
|
542
559
|
:scope._ao-menu-group, :scope ._ao-menu-group{flex-direction:column;display:flex}
|
|
@@ -594,9 +611,7 @@
|
|
|
594
611
|
:scope._ao-sidebar-collapse-toggle:has(._ao-sidebar-toggle:focus-visible), :scope ._ao-sidebar-collapse-toggle:has(._ao-sidebar-toggle:focus-visible){outline-style:var(--tw-outline-style);outline-offset:2px;outline-width:2px;outline-color:var(--color-focus)}
|
|
595
612
|
:scope._ao-sidebar-collapse-toggle:before, :scope ._ao-sidebar-collapse-toggle:before{content:"";border-bottom:2px solid;border-left:2px solid;width:.5rem;height:.5rem;transition:transform .15s;transform:rotate(45deg)}
|
|
596
613
|
:scope._ao-sidebar:has(._ao-sidebar-toggle:checked) ._ao-sidebar-collapse-toggle:before, :scope ._ao-sidebar:has(._ao-sidebar-toggle:checked) ._ao-sidebar-collapse-toggle:before{transform:rotate(-135deg)}
|
|
597
|
-
:scope._ao-sidebar-drawer-backdrop, :scope ._ao-sidebar-drawer-backdrop{inset:calc(var(--spacing) * 0);z-index:40;background-color
|
|
598
|
-
@supports (color:color-mix(in lab, red, red)){:scope._ao-sidebar-drawer-backdrop, :scope ._ao-sidebar-drawer-backdrop{background-color:color-mix(in oklab, var(--color-black) 40%, transparent)}}
|
|
599
|
-
:scope._ao-sidebar-drawer-backdrop, :scope ._ao-sidebar-drawer-backdrop{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.15s;transition-duration:.15s}
|
|
614
|
+
:scope._ao-sidebar-drawer-backdrop, :scope ._ao-sidebar-drawer-backdrop{inset:calc(var(--spacing) * 0);z-index:40;background-color:var(--color-scrim);transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.15s;transition-duration:.15s;position:fixed}
|
|
600
615
|
:scope._ao-sidebar-drawer-backdrop[data-starting-style], :scope ._ao-sidebar-drawer-backdrop[data-starting-style], :scope._ao-sidebar-drawer-backdrop[data-ending-style], :scope ._ao-sidebar-drawer-backdrop[data-ending-style]{opacity:0}
|
|
601
616
|
:scope._ao-sidebar-drawer, :scope ._ao-sidebar-drawer{inset-block:calc(var(--spacing) * 0);left:calc(var(--spacing) * 0);z-index:50;border-right-style:var(--tw-border-style);border-right-width:1px;border-color:var(--color-border);background-color:var(--color-surface-muted);color:var(--color-text);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;width:min(var(--app-shell-sidebar-w,240px), 80vw);flex-direction:column;transition-duration:.15s;display:flex;position:fixed}
|
|
602
617
|
:scope._ao-sidebar-drawer[data-starting-style], :scope ._ao-sidebar-drawer[data-starting-style], :scope._ao-sidebar-drawer[data-ending-style], :scope ._ao-sidebar-drawer[data-ending-style]{--tw-translate-x:-100%;translate:var(--tw-translate-x) var(--tw-translate-y)}
|
|
@@ -633,6 +648,7 @@
|
|
|
633
648
|
:scope._ao-table, :scope ._ao-table{border-collapse:collapse;width:100%;font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-text)}
|
|
634
649
|
:scope._ao-table :where(th,td), :scope ._ao-table :where(th,td), :scope._ao-table-cell, :scope ._ao-table-cell, :scope._ao-table-header-cell, :scope ._ao-table-header-cell{border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:var(--color-border);padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 1.5);text-align:left;vertical-align:middle}
|
|
635
650
|
:scope._ao-table :where(thead th), :scope ._ao-table :where(thead th), :scope._ao-table-header-cell, :scope ._ao-table-header-cell{border-bottom-color:var(--color-border-strong);background-color:var(--color-surface-muted);--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium);white-space:nowrap;color:var(--color-text-muted)}
|
|
651
|
+
:scope._ao-table :where(td), :scope ._ao-table :where(td), :scope._ao-table-cell, :scope ._ao-table-cell{overflow-wrap:break-word}
|
|
636
652
|
:scope._ao-table>:last-child>tr:last-child :where(td), :scope ._ao-table>:last-child>tr:last-child :where(td), :scope._ao-table>:last-child>tr:last-child ._ao-table-cell, :scope ._ao-table>:last-child>tr:last-child ._ao-table-cell{border-bottom-style:var(--tw-border-style);border-bottom-width:0}
|
|
637
653
|
:scope._ao-table :where(th,td)[data-align=right], :scope ._ao-table :where(th,td)[data-align=right]{text-align:right}
|
|
638
654
|
:scope._ao-table :where(th,td)[data-align=center], :scope ._ao-table :where(th,td)[data-align=center]{text-align:center}
|
|
@@ -666,11 +682,34 @@
|
|
|
666
682
|
:scope._ao-tooltip-wrap:hover>._ao-tooltip, :scope ._ao-tooltip-wrap:hover>._ao-tooltip, :scope._ao-tooltip-wrap:focus-within>._ao-tooltip, :scope ._ao-tooltip-wrap:focus-within>._ao-tooltip{visibility:visible;opacity:1;transition:opacity .15s ease-out .2s,visibility 0s linear .2s}
|
|
667
683
|
:scope._ao-code-block, :scope ._ao-code-block{border-radius:var(--radius-lg);background-color:var(--color-code-surface);padding:calc(var(--spacing) * 3);font-family:var(--font-mono);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-code-text);white-space:pre-wrap;word-wrap:break-word;overflow:auto}
|
|
668
684
|
:scope._ao-code-block-nowrap, :scope ._ao-code-block-nowrap{white-space:pre;word-wrap:normal}
|
|
685
|
+
:scope._ao-prose, :scope ._ao-prose{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));--tw-leading:var(--leading-normal);line-height:var(--leading-normal);color:var(--color-text);overflow-wrap:break-word}
|
|
686
|
+
:scope._ao-prose :where(p,ul,ol,blockquote,pre,table,figure), :scope ._ao-prose :where(p,ul,ol,blockquote,pre,table,figure){margin-block:calc(var(--spacing) * 3)}
|
|
687
|
+
:scope._ao-prose>:first-child, :scope ._ao-prose>:first-child{margin-top:0}
|
|
688
|
+
:scope._ao-prose>:last-child, :scope ._ao-prose>:last-child{margin-bottom:0}
|
|
689
|
+
:scope._ao-prose :where(h1,h2,h3,h4,h5,h6), :scope ._ao-prose :where(h1,h2,h3,h4,h5,h6){margin-top:calc(var(--spacing) * 6);margin-bottom:calc(var(--spacing) * 2);--tw-leading:var(--leading-tight);line-height:var(--leading-tight);--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}
|
|
690
|
+
:scope._ao-prose :where(h4), :scope ._ao-prose :where(h4){font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}
|
|
691
|
+
:scope._ao-prose :where(h5,h6), :scope ._ao-prose :where(h5,h6){font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide);color:var(--color-text-muted);text-transform:uppercase}
|
|
692
|
+
:scope._ao-prose :where(ul), :scope ._ao-prose :where(ul){padding-inline-start:calc(var(--spacing) * 5);list-style-type:disc}
|
|
693
|
+
:scope._ao-prose :where(ol), :scope ._ao-prose :where(ol){padding-inline-start:calc(var(--spacing) * 5);list-style-type:decimal}
|
|
694
|
+
:scope._ao-prose :where(li), :scope ._ao-prose :where(li), :scope._ao-prose :where(li) :where(p), :scope ._ao-prose :where(li) :where(p), :scope._ao-prose :where(li>ul,li>ol), :scope ._ao-prose :where(li>ul,li>ol){margin-block:calc(var(--spacing) * 1)}
|
|
695
|
+
:scope._ao-prose :where(a), :scope ._ao-prose :where(a){border-radius:var(--radius-sm);color:var(--color-link);text-underline-offset:2px;text-decoration-line:underline}
|
|
696
|
+
@media (hover:hover){:scope._ao-prose :where(a):hover, :scope ._ao-prose :where(a):hover{color:var(--color-link-hover)}}
|
|
697
|
+
:scope._ao-prose :where(a):focus-visible, :scope ._ao-prose :where(a):focus-visible{outline-style:var(--tw-outline-style);outline-offset:2px;outline-width:2px;outline-color:var(--color-focus)}
|
|
698
|
+
:scope._ao-prose :where(code), :scope ._ao-prose :where(code){border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-border);background-color:var(--color-code-surface);padding-inline:calc(var(--spacing) * 1);padding-block:calc(var(--spacing) * .5);font-family:var(--font-mono);color:var(--color-code-text);border-radius:.25rem;font-size:.85em}
|
|
699
|
+
:scope._ao-prose :where(pre), :scope ._ao-prose :where(pre){border-radius:var(--radius-lg);background-color:var(--color-code-surface);padding:calc(var(--spacing) * 3);font-family:var(--font-mono);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));color:var(--color-code-text);white-space:pre;overflow-x:auto}
|
|
700
|
+
:scope._ao-prose :where(pre) code, :scope ._ao-prose :where(pre) code{border-style:var(--tw-border-style);padding:calc(var(--spacing) * 0);font-size:inherit;background-color:#0000;border-width:0;border-radius:0}
|
|
701
|
+
:scope._ao-prose :where(blockquote), :scope ._ao-prose :where(blockquote){border-inline-start-style:var(--tw-border-style);border-inline-start-width:2px;border-color:var(--color-border-strong);color:var(--color-text-muted);padding-inline-start:calc(var(--spacing) * 3)}
|
|
702
|
+
:scope._ao-prose :where(hr), :scope ._ao-prose :where(hr){margin-block:calc(var(--spacing) * 6);border-style:var(--tw-border-style);border-width:0;border-top-style:var(--tw-border-style);border-top-width:1px;border-color:var(--color-border)}
|
|
703
|
+
:scope._ao-prose :where(table), :scope ._ao-prose :where(table){border-collapse:collapse;width:100%;font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}
|
|
704
|
+
:scope._ao-prose :where(th,td), :scope ._ao-prose :where(th,td){border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-color:var(--color-border);padding-inline:calc(var(--spacing) * 3);padding-block:calc(var(--spacing) * 2);text-align:start;vertical-align:top}
|
|
705
|
+
:scope._ao-prose :where(thead th), :scope ._ao-prose :where(thead th){--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-text-muted)}
|
|
706
|
+
:scope._ao-prose :where(img), :scope ._ao-prose :where(img){border-radius:var(--radius-md);max-width:100%;height:auto}
|
|
707
|
+
:scope._ao-prose :where(figcaption), :scope ._ao-prose :where(figcaption){margin-top:calc(var(--spacing) * 1);font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));color:var(--color-text-muted)}
|
|
708
|
+
:scope._ao-prose :where(strong), :scope ._ao-prose :where(strong){--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}
|
|
669
709
|
:scope._ao-chart, :scope ._ao-chart{--chart-max:100;--chart-height:8rem;--chart-size:8rem;--chart-gap:.25rem;color:var(--color-info)}
|
|
670
710
|
:scope._ao-chart-success, :scope ._ao-chart-success{color:var(--color-success)}
|
|
671
711
|
:scope._ao-chart-warning, :scope ._ao-chart-warning{color:var(--color-warning)}
|
|
672
712
|
:scope._ao-chart-danger, :scope ._ao-chart-danger{color:var(--color-danger)}
|
|
673
|
-
:scope._ao-chart-info, :scope ._ao-chart-info{color:var(--color-info)}
|
|
674
713
|
:scope._ao-chart-bars, :scope ._ao-chart-bars{row-gap:var(--chart-gap);grid-template-columns:auto 1fr auto;align-items:center;inline-size:100%;display:grid}
|
|
675
714
|
:scope._ao-chart-bar, :scope ._ao-chart-bar{grid-template-columns:subgrid;grid-column:1/-1;align-items:center;display:grid}
|
|
676
715
|
:scope._ao-chart-bar-label, :scope ._ao-chart-bar-label{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height));color:var(--color-text-muted);text-align:end;white-space:nowrap;grid-column:1;padding-inline-end:.5rem}
|
package/package.json
CHANGED
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
hover:bg-surface-muted
|
|
29
29
|
focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-focus;
|
|
30
30
|
list-style: none;
|
|
31
|
+
/* Let a long label break and shrink rather than forcing the row wider than
|
|
32
|
+
the item (the chevron sits at `margin-left: auto`). */
|
|
33
|
+
overflow-wrap: break-word;
|
|
34
|
+
min-width: 0;
|
|
31
35
|
}
|
|
32
36
|
|
|
33
37
|
.accordion-summary::-webkit-details-marker {
|
|
@@ -60,6 +64,8 @@
|
|
|
60
64
|
|
|
61
65
|
.accordion-content {
|
|
62
66
|
@apply px-4 py-3 text-sm text-text border-t border-border;
|
|
67
|
+
/* Arbitrary body text — break long tokens instead of overflowing. */
|
|
68
|
+
overflow-wrap: break-word;
|
|
63
69
|
}
|
|
64
70
|
|
|
65
71
|
/* Smooth open/close via ::details-content. With interpolate-size enabled
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
@layer components {
|
|
2
2
|
.breadcrumbs {
|
|
3
3
|
@apply text-sm text-text-muted;
|
|
4
|
+
/* Crumb labels are often free-form entity names/slugs — let a long one
|
|
5
|
+
break rather than overflow the (flex-wrap) row. Inherited by every item;
|
|
6
|
+
crumb/separator icons stay `flex-shrink: 0` below. */
|
|
7
|
+
overflow-wrap: break-word;
|
|
4
8
|
}
|
|
5
9
|
|
|
6
10
|
.breadcrumbs > ol {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
rules. */
|
|
48
48
|
.btn-group:not(.btn-group-vertical) > .btn:not(:first-child),
|
|
49
49
|
.btn-group:not(.btn-group-vertical) > .menu:not(:first-child) > .menu-trigger {
|
|
50
|
-
border-left-color: color-mix(in
|
|
50
|
+
border-left-color: color-mix(in oklab, currentColor 25%, transparent);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.btn-group-vertical {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
|
|
76
76
|
.btn-group-vertical > .btn:not(:first-child),
|
|
77
77
|
.btn-group-vertical > .menu:not(:first-child) > .menu-trigger {
|
|
78
|
-
border-top-color: color-mix(in
|
|
78
|
+
border-top-color: color-mix(in oklab, currentColor 25%, transparent);
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
/* Full width — the group stretches across its container instead of
|
package/src/components/card.css
CHANGED
|
@@ -4,8 +4,13 @@
|
|
|
4
4
|
bg-surface-muted text-text
|
|
5
5
|
border border-border
|
|
6
6
|
rounded-xl
|
|
7
|
-
shadow-xs
|
|
8
|
-
|
|
7
|
+
shadow-xs;
|
|
8
|
+
/* Let long unbreakable tokens (IDs, URLs, file paths) break instead of
|
|
9
|
+
overflowing the body, and let the card shrink inside a flex/grid track
|
|
10
|
+
rather than forcing it wide. Inherited by title/description/body.
|
|
11
|
+
Mirrors `.alert`. */
|
|
12
|
+
overflow-wrap: break-word;
|
|
13
|
+
min-width: 0;
|
|
9
14
|
}
|
|
10
15
|
|
|
11
16
|
.card-body {
|
|
@@ -14,6 +19,9 @@
|
|
|
14
19
|
|
|
15
20
|
.card-title {
|
|
16
21
|
@apply flex items-center gap-2 text-lg font-semibold leading-tight;
|
|
22
|
+
/* Flex item — let it shrink so a long title wraps rather than widening the
|
|
23
|
+
card. `overflow-wrap` is inherited from `.card`. */
|
|
24
|
+
min-width: 0;
|
|
17
25
|
}
|
|
18
26
|
|
|
19
27
|
/* Header row: title on the left, toolbar pushed to the trailing edge. */
|
|
@@ -55,7 +63,7 @@
|
|
|
55
63
|
}
|
|
56
64
|
|
|
57
65
|
/* Neutral variant — sits flush with the page (`--color-surface`, the same
|
|
58
|
-
fill as `html`/`.app-shell`) instead of the raised `surface-
|
|
66
|
+
fill as `html`/`.app-shell`) instead of the raised `surface-muted` of a
|
|
59
67
|
default card. For de-emphasised or grouped panels that shouldn't pop off
|
|
60
68
|
the background. No accent, no status meaning. */
|
|
61
69
|
.card-muted {
|
package/src/components/chart.css
CHANGED
|
@@ -33,7 +33,9 @@
|
|
|
33
33
|
color: var(--color-info);
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
/* Single-series semantic variants — recolour currentColor, like progress.
|
|
36
|
+
/* Single-series semantic variants — recolour currentColor, like progress.
|
|
37
|
+
`info` is the base colour (`.chart` above), so it needs no class — the
|
|
38
|
+
default `variant="info"` simply emits no modifier. */
|
|
37
39
|
.chart-success {
|
|
38
40
|
color: var(--color-success);
|
|
39
41
|
}
|
|
@@ -43,9 +45,6 @@
|
|
|
43
45
|
.chart-danger {
|
|
44
46
|
color: var(--color-danger);
|
|
45
47
|
}
|
|
46
|
-
.chart-info {
|
|
47
|
-
color: var(--color-info);
|
|
48
|
-
}
|
|
49
48
|
|
|
50
49
|
/* --------------------------------------------------------------------- *
|
|
51
50
|
* BAR CHART — horizontal (default) *
|
|
@@ -25,10 +25,38 @@
|
|
|
25
25
|
@apply inline-flex items-center justify-center size-3 text-primary-content;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
/* Native input variant: state is driven by :checked / :indeterminate, the
|
|
29
|
+
glyph is masked onto ::after. Mirrors the Base UI button variant above so a
|
|
30
|
+
vanilla <input class="checkbox"> renders identically (indeterminate reads
|
|
31
|
+
the same as checked, matching the data-* rule). The mask is the same
|
|
32
|
+
checkmark polyline the React indicator draws. */
|
|
33
|
+
input.checkbox {
|
|
34
|
+
@apply appearance-none border-border-strong hover:border-text-muted;
|
|
35
|
+
--checkbox-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
input.checkbox:checked,
|
|
39
|
+
input.checkbox:indeterminate {
|
|
40
|
+
@apply bg-primary border-primary hover:bg-primary-hover;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
input.checkbox:checked::after,
|
|
44
|
+
input.checkbox:indeterminate::after {
|
|
45
|
+
content: "";
|
|
46
|
+
@apply size-3;
|
|
47
|
+
background-color: var(--color-primary-content);
|
|
48
|
+
-webkit-mask: var(--checkbox-check) center / contain no-repeat;
|
|
49
|
+
mask: var(--checkbox-check) center / contain no-repeat;
|
|
50
|
+
}
|
|
51
|
+
|
|
28
52
|
/* A <label> wrapping a checkbox + text lays out inline with a small gap.
|
|
29
53
|
Covers both the vanilla input.checkbox and Base UI's button.checkbox. */
|
|
30
54
|
label:has(> .checkbox) {
|
|
31
55
|
@apply inline-flex items-center gap-2 cursor-pointer;
|
|
56
|
+
/* Let a long label break and shrink beside the `shrink-0` box instead of
|
|
57
|
+
overflowing a narrow form column. The box stays put; the text wraps. */
|
|
58
|
+
overflow-wrap: break-word;
|
|
59
|
+
min-width: 0;
|
|
32
60
|
}
|
|
33
61
|
|
|
34
62
|
label:has(> .checkbox:disabled),
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
width: calc(100% - 2rem);
|
|
10
10
|
max-width: 32rem;
|
|
11
11
|
max-height: calc(100dvh - 2rem);
|
|
12
|
+
/* Long titles/descriptions (filenames, IDs) break instead of pushing past
|
|
13
|
+
the fixed max-width. Inherited by title + description; `.dialog-title`
|
|
14
|
+
additionally needs `min-width: 0` below since it's a flex item. */
|
|
15
|
+
overflow-wrap: break-word;
|
|
12
16
|
opacity: 1;
|
|
13
17
|
transform: translateY(0) scale(1);
|
|
14
18
|
transition:
|
|
@@ -26,7 +30,7 @@
|
|
|
26
30
|
}
|
|
27
31
|
|
|
28
32
|
.dialog::backdrop {
|
|
29
|
-
background:
|
|
33
|
+
background: var(--color-scrim);
|
|
30
34
|
transition:
|
|
31
35
|
display 150ms allow-discrete,
|
|
32
36
|
overlay 150ms allow-discrete,
|
|
@@ -40,7 +44,7 @@
|
|
|
40
44
|
transform: translateY(-0.5rem) scale(0.98);
|
|
41
45
|
}
|
|
42
46
|
.dialog[open]::backdrop {
|
|
43
|
-
background:
|
|
47
|
+
background: transparent;
|
|
44
48
|
}
|
|
45
49
|
}
|
|
46
50
|
|
|
@@ -60,14 +64,27 @@
|
|
|
60
64
|
|
|
61
65
|
.dialog-title {
|
|
62
66
|
@apply flex-1 flex items-center gap-2 text-lg font-semibold leading-tight m-0;
|
|
67
|
+
/* `flex-1` flex item — let it shrink so a long title wraps rather than
|
|
68
|
+
blowing the header past the dialog's max-width. */
|
|
69
|
+
min-width: 0;
|
|
63
70
|
}
|
|
64
71
|
|
|
65
72
|
.dialog-description {
|
|
66
73
|
@apply px-5 -mt-2 mb-3 text-sm text-text-muted;
|
|
67
74
|
}
|
|
68
75
|
|
|
76
|
+
/* `flex-1 min-h-0` lets the body fill the remaining height and shrink below
|
|
77
|
+
its content (a flex item's default `min-height: auto` would refuse to), so
|
|
78
|
+
tall content scrolls here while the header/footer stay pinned. */
|
|
69
79
|
.dialog-body {
|
|
70
|
-
@apply px-5 py-3 overflow-y-auto flex flex-col gap-3;
|
|
80
|
+
@apply flex-1 min-h-0 px-5 py-3 overflow-y-auto flex flex-col gap-3;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/* When the body is wrapped in a `<form>` (the form-dialog pattern), the form
|
|
84
|
+
becomes the dialog's sole flex child — make it the flex column so the body's
|
|
85
|
+
`flex-1 min-h-0` still resolves and scrolls. */
|
|
86
|
+
.dialog > form {
|
|
87
|
+
@apply flex flex-col min-h-0 flex-1;
|
|
71
88
|
}
|
|
72
89
|
|
|
73
90
|
.dialog-footer {
|
package/src/components/field.css
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
@layer components {
|
|
2
2
|
.field {
|
|
3
3
|
@apply flex flex-col gap-1.5;
|
|
4
|
+
/* Label/description/error are often operator- or validation-supplied — let
|
|
5
|
+
long tokens break instead of overflowing a narrow form column. Inherited
|
|
6
|
+
by all three. Mirrors `.alert`. */
|
|
7
|
+
overflow-wrap: break-word;
|
|
4
8
|
}
|
|
5
9
|
|
|
6
10
|
/* Horizontal layout — pairs a control (typically a switch) with its label
|
package/src/components/index.css
CHANGED
package/src/components/kbd.css
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
rounded border border-border
|
|
8
8
|
bg-surface-strong text-text-muted
|
|
9
9
|
text-[0.75em] font-mono leading-none align-middle
|
|
10
|
-
whitespace-nowrap;
|
|
11
|
-
font-variant-numeric: tabular-nums;
|
|
10
|
+
whitespace-nowrap tabular-nums;
|
|
12
11
|
}
|
|
13
12
|
|
|
14
13
|
/* Cluster of `.kbd` chips. Always emitted by the React `<Kbd>` component so
|
package/src/components/link.css
CHANGED
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
rounded-sm transition-colors duration-150
|
|
6
6
|
hover:text-link-hover
|
|
7
7
|
focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-focus;
|
|
8
|
+
/* Links are often the URL itself — let the long token break across lines
|
|
9
|
+
instead of overflowing a narrow row, sidebar, or table cell. The leading
|
|
10
|
+
icon stays `flex-shrink: 0` below. */
|
|
11
|
+
overflow-wrap: break-word;
|
|
8
12
|
}
|
|
9
13
|
|
|
10
14
|
/* Keep a leading icon from squishing when the link text wraps. The trailing
|
package/src/components/menu.css
CHANGED
|
@@ -100,6 +100,11 @@
|
|
|
100
100
|
hover:bg-surface-muted
|
|
101
101
|
focus-visible:bg-surface-muted focus-visible:outline-none
|
|
102
102
|
disabled:opacity-50 disabled:cursor-not-allowed;
|
|
103
|
+
/* The popup has no max-width, so let a long label (entity name, file path)
|
|
104
|
+
break and shrink rather than grow the popup horizontally. Item icons stay
|
|
105
|
+
`flex-shrink: 0` below. */
|
|
106
|
+
overflow-wrap: break-word;
|
|
107
|
+
min-width: 0;
|
|
103
108
|
}
|
|
104
109
|
|
|
105
110
|
.menu-item[aria-disabled="true"] {
|