@assistant-ui/react 0.3.5 → 0.4.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.
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/styles/base.css","../../src/styles/tailwindcss/base-components.css","../../src/styles/tailwindcss/thread.css","../../src/styles/themes/default.css"],"sourcesContent":["/*\n! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com\n*//*\n1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)\n2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)\n*/\n\n.aui-root *,\n.aui-root ::before,\n.aui-root ::after {\n box-sizing: border-box; /* 1 */\n border-width: 0; /* 2 */\n border-style: solid; /* 2 */\n border-color: #e5e7eb; /* 2 */\n}\n\n.aui-root ::before,\n.aui-root ::after {\n --aui-content: '';\n}\n\n/*\n1. Use a consistent sensible line-height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n3. Use a more readable tab size.\n4. Use the user's configured `sans` font-family by default.\n5. Use the user's configured `sans` font-feature-settings by default.\n6. Use the user's configured `sans` font-variation-settings by default.\n7. Disable tap highlights on iOS\n*/\n\n.aui-root html,\n.aui-root :host {\n line-height: 1.5; /* 1 */\n -webkit-text-size-adjust: 100%; /* 2 */\n -moz-tab-size: 4; /* 3 */\n -o-tab-size: 4;\n tab-size: 4; /* 3 */\n font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"; /* 4 */\n font-feature-settings: normal; /* 5 */\n font-variation-settings: normal; /* 6 */\n -webkit-tap-highlight-color: transparent; /* 7 */\n}\n\n/*\n1. Remove the margin in all browsers.\n2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.\n*/\n\n.aui-root body {\n margin: 0; /* 1 */\n line-height: inherit; /* 2 */\n}\n\n/*\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n3. Ensure horizontal rules are visible by default.\n*/\n\n.aui-root hr {\n height: 0; /* 1 */\n color: inherit; /* 2 */\n border-top-width: 1px; /* 3 */\n}\n\n/*\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\n.aui-root abbr:where([title]) {\n -webkit-text-decoration: underline dotted;\n text-decoration: underline dotted;\n}\n\n/*\nRemove the default font size and weight for headings.\n*/\n\n.aui-root h1,\n.aui-root h2,\n.aui-root h3,\n.aui-root h4,\n.aui-root h5,\n.aui-root h6 {\n font-size: inherit;\n font-weight: inherit;\n}\n\n/*\nReset links to optimize for opt-in styling instead of opt-out.\n*/\n\n.aui-root a {\n color: inherit;\n text-decoration: inherit;\n}\n\n/*\nAdd the correct font weight in Edge and Safari.\n*/\n\n.aui-root b,\n.aui-root strong {\n font-weight: bolder;\n}\n\n/*\n1. Use the user's configured `mono` font-family by default.\n2. Use the user's configured `mono` font-feature-settings by default.\n3. Use the user's configured `mono` font-variation-settings by default.\n4. Correct the odd `em` font sizing in all browsers.\n*/\n\n.aui-root code,\n.aui-root kbd,\n.aui-root samp,\n.aui-root pre {\n font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace; /* 1 */\n font-feature-settings: normal; /* 2 */\n font-variation-settings: normal; /* 3 */\n font-size: 1em; /* 4 */\n}\n\n/*\nAdd the correct font size in all browsers.\n*/\n\n.aui-root small {\n font-size: 80%;\n}\n\n/*\nPrevent `sub` and `sup` elements from affecting the line height in all browsers.\n*/\n\n.aui-root sub,\n.aui-root sup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\n.aui-root sub {\n bottom: -0.25em;\n}\n\n.aui-root sup {\n top: -0.5em;\n}\n\n/*\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n3. Remove gaps between table borders by default.\n*/\n\n.aui-root table {\n text-indent: 0; /* 1 */\n border-color: inherit; /* 2 */\n border-collapse: collapse; /* 3 */\n}\n\n/*\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n3. Remove default padding in all browsers.\n*/\n\n.aui-root button,\n.aui-root input,\n.aui-root optgroup,\n.aui-root select,\n.aui-root textarea {\n font-family: inherit; /* 1 */\n font-feature-settings: inherit; /* 1 */\n font-variation-settings: inherit; /* 1 */\n font-size: 100%; /* 1 */\n font-weight: inherit; /* 1 */\n line-height: inherit; /* 1 */\n letter-spacing: inherit; /* 1 */\n color: inherit; /* 1 */\n margin: 0; /* 2 */\n padding: 0; /* 3 */\n}\n\n/*\nRemove the inheritance of text transform in Edge and Firefox.\n*/\n\n.aui-root button,\n.aui-root select {\n text-transform: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Remove default button styles.\n*/\n\n.aui-root button,\n.aui-root input:where([type='button']),\n.aui-root input:where([type='reset']),\n.aui-root input:where([type='submit']) {\n -webkit-appearance: button; /* 1 */\n background-color: transparent; /* 2 */\n background-image: none; /* 2 */\n}\n\n/*\nUse the modern Firefox focus style for all focusable elements.\n*/\n\n.aui-root :-moz-focusring {\n outline: auto;\n}\n\n/*\nRemove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)\n*/\n\n.aui-root :-moz-ui-invalid {\n box-shadow: none;\n}\n\n/*\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\n.aui-root progress {\n vertical-align: baseline;\n}\n\n/*\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n.aui-root ::-webkit-inner-spin-button,\n.aui-root ::-webkit-outer-spin-button {\n height: auto;\n}\n\n/*\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n.aui-root [type='search'] {\n -webkit-appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/*\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n.aui-root ::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n/*\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to `inherit` in Safari.\n*/\n\n.aui-root ::-webkit-file-upload-button {\n -webkit-appearance: button; /* 1 */\n font: inherit; /* 2 */\n}\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\n.aui-root summary {\n display: list-item;\n}\n\n/*\nRemoves the default spacing and border for appropriate elements.\n*/\n\n.aui-root blockquote,\n.aui-root dl,\n.aui-root dd,\n.aui-root h1,\n.aui-root h2,\n.aui-root h3,\n.aui-root h4,\n.aui-root h5,\n.aui-root h6,\n.aui-root hr,\n.aui-root figure,\n.aui-root p,\n.aui-root pre {\n margin: 0;\n}\n\n.aui-root fieldset {\n margin: 0;\n padding: 0;\n}\n\n.aui-root legend {\n padding: 0;\n}\n\n.aui-root ol,\n.aui-root ul,\n.aui-root menu {\n list-style: none;\n margin: 0;\n padding: 0;\n}\n\n/*\nReset default styling for dialogs.\n*/\n\n.aui-root dialog {\n padding: 0;\n}\n\n/*\nPrevent resizing textareas horizontally by default.\n*/\n\n.aui-root textarea {\n resize: vertical;\n}\n\n/*\n1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)\n2. Set the default placeholder color to the user's configured gray 400 color.\n*/\n\n.aui-root input::-moz-placeholder, .aui-root textarea::-moz-placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\n.aui-root input::placeholder,\n.aui-root textarea::placeholder {\n opacity: 1; /* 1 */\n color: #9ca3af; /* 2 */\n}\n\n/*\nSet the default cursor for buttons.\n*/\n\n.aui-root button,\n.aui-root [role=\"button\"] {\n cursor: pointer;\n}\n\n/*\nMake sure disabled buttons don't get the pointer cursor.\n*/\n\n.aui-root :disabled {\n cursor: default;\n}\n\n/*\n1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)\n2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)\n This can trigger a poorly considered lint error in some tools but is included by design.\n*/\n\n.aui-root img,\n.aui-root svg,\n.aui-root video,\n.aui-root canvas,\n.aui-root audio,\n.aui-root iframe,\n.aui-root embed,\n.aui-root object {\n display: block; /* 1 */\n vertical-align: middle; /* 2 */\n}\n\n/*\nConstrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)\n*/\n\n.aui-root img,\n.aui-root video {\n max-width: 100%;\n height: auto;\n}\n\n/* Make elements with the HTML hidden attribute stay hidden by default */\n\n.aui-root [hidden] {\n display: none;\n}\n\n.aui-root *, .aui-root ::before, .aui-root ::after {\n --aui-border-spacing-x: 0;\n --aui-border-spacing-y: 0;\n --aui-translate-x: 0;\n --aui-translate-y: 0;\n --aui-rotate: 0;\n --aui-skew-x: 0;\n --aui-skew-y: 0;\n --aui-scale-x: 1;\n --aui-scale-y: 1;\n --aui-ring-inset: ;\n --aui-ring-offset-width: 0px;\n --aui-ring-offset-color: #fff;\n --aui-ring-color: rgb(59 130 246 / 0.5);\n --aui-ring-offset-shadow: 0 0 #0000;\n --aui-ring-shadow: 0 0 #0000;\n --aui-shadow: 0 0 #0000;\n --aui-shadow-colored: 0 0 #0000;\n --aui-blur: ;\n --aui-brightness: ;\n --aui-contrast: ;\n --aui-grayscale: ;\n --aui-hue-rotate: ;\n --aui-invert: ;\n --aui-saturate: ;\n --aui-sepia: ;\n --aui-drop-shadow: ;\n --aui-backdrop-blur: ;\n --aui-backdrop-brightness: ;\n --aui-backdrop-contrast: ;\n --aui-backdrop-grayscale: ;\n --aui-backdrop-hue-rotate: ;\n --aui-backdrop-invert: ;\n --aui-backdrop-opacity: ;\n --aui-backdrop-saturate: ;\n --aui-backdrop-sepia: ;\n --aui-contain-size: ;\n --aui-contain-layout: ;\n --aui-contain-paint: ;\n --aui-contain-style: ;\n}\n\n.aui-root ::backdrop {\n --aui-border-spacing-x: 0;\n --aui-border-spacing-y: 0;\n --aui-translate-x: 0;\n --aui-translate-y: 0;\n --aui-rotate: 0;\n --aui-skew-x: 0;\n --aui-skew-y: 0;\n --aui-scale-x: 1;\n --aui-scale-y: 1;\n --aui-ring-inset: ;\n --aui-ring-offset-width: 0px;\n --aui-ring-offset-color: #fff;\n --aui-ring-color: rgb(59 130 246 / 0.5);\n --aui-ring-offset-shadow: 0 0 #0000;\n --aui-ring-shadow: 0 0 #0000;\n --aui-shadow: 0 0 #0000;\n --aui-shadow-colored: 0 0 #0000;\n --aui-blur: ;\n --aui-brightness: ;\n --aui-contrast: ;\n --aui-grayscale: ;\n --aui-hue-rotate: ;\n --aui-invert: ;\n --aui-saturate: ;\n --aui-sepia: ;\n --aui-drop-shadow: ;\n --aui-backdrop-blur: ;\n --aui-backdrop-brightness: ;\n --aui-backdrop-contrast: ;\n --aui-backdrop-grayscale: ;\n --aui-backdrop-hue-rotate: ;\n --aui-backdrop-invert: ;\n --aui-backdrop-opacity: ;\n --aui-backdrop-saturate: ;\n --aui-backdrop-sepia: ;\n --aui-contain-size: ;\n --aui-contain-layout: ;\n --aui-contain-paint: ;\n --aui-contain-style: ;\n}\n\n@keyframes aui-enter {\n from {\n opacity: var(--aui-enter-opacity, 1);\n transform: translate3d(\n var(--aui-enter-translate-x, 0),\n var(--aui-enter-translate-y, 0),\n 0\n )\n scale3d(\n var(--aui-enter-scale, 1),\n var(--aui-enter-scale, 1),\n var(--aui-enter-scale, 1)\n )\n rotate(var(--aui-enter-rotate, 0));\n }\n}\n\n@keyframes aui-exit {\n to {\n opacity: var(--aui-exit-opacity, 1);\n transform: translate3d(\n var(--aui-exit-translate-x, 0),\n var(--aui-exit-translate-y, 0),\n 0\n )\n scale3d(\n var(--aui-exit-scale, 1),\n var(--aui-exit-scale, 1),\n var(--aui-exit-scale, 1)\n )\n rotate(var(--aui-exit-rotate, 0));\n }\n}\n",".aui-root {\n border-color: hsl(var(--aui-border));\n background-color: hsl(var(--aui-background));\n color: hsl(var(--aui-foreground))\n}\n\n/* button */\n.aui-root .aui-button {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n white-space: nowrap;\n border-radius: calc(var(--aui-radius) - 2px);\n font-size: 0.875rem;\n line-height: 1.25rem;\n font-weight: 500;\n transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms\n}\n.aui-root .aui-button:focus-visible {\n outline: 2px solid transparent;\n outline-offset: 2px;\n --aui-ring-offset-shadow: var(--aui-ring-inset) 0 0 0 var(--aui-ring-offset-width) var(--aui-ring-offset-color);\n --aui-ring-shadow: var(--aui-ring-inset) 0 0 0 calc(1px + var(--aui-ring-offset-width)) var(--aui-ring-color);\n box-shadow: var(--aui-ring-offset-shadow), var(--aui-ring-shadow), var(--aui-shadow, 0 0 #0000);\n --aui-ring-color: hsl(var(--aui-ring))\n}\n.aui-root .aui-button:disabled {\n pointer-events: none;\n opacity: 0.5\n}\n\n.aui-root .aui-button-primary {\n background-color: hsl(var(--aui-primary));\n color: hsl(var(--aui-primary-foreground));\n --aui-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);\n --aui-shadow-colored: 0 1px 3px 0 var(--aui-shadow-color), 0 1px 2px -1px var(--aui-shadow-color);\n box-shadow: var(--aui-ring-offset-shadow, 0 0 #0000), var(--aui-ring-shadow, 0 0 #0000), var(--aui-shadow)\n}\n\n.aui-root .aui-button-primary:hover {\n background-color: hsl(var(--aui-primary) / 0.9)\n}\n\n.aui-root .aui-button-outline {\n border-width: 1px;\n border-color: hsl(var(--aui-input));\n background-color: hsl(var(--aui-background));\n --aui-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n --aui-shadow-colored: 0 1px 2px 0 var(--aui-shadow-color);\n box-shadow: var(--aui-ring-offset-shadow, 0 0 #0000), var(--aui-ring-shadow, 0 0 #0000), var(--aui-shadow)\n}\n\n.aui-root .aui-button-outline:hover {\n background-color: hsl(var(--aui-accent));\n color: hsl(var(--aui-accent-foreground))\n}\n\n.aui-root .aui-button-ghost:hover {\n background-color: hsl(var(--aui-accent));\n color: hsl(var(--aui-accent-foreground))\n}\n\n.aui-root .aui-button-medium {\n height: 2.25rem;\n padding-left: 1rem;\n padding-right: 1rem;\n padding-top: 0.5rem;\n padding-bottom: 0.5rem\n}\n\n/** tooltip icon button */\n.aui-root .aui-button-icon {\n width: 1.5rem;\n height: 1.5rem;\n padding: 0.25rem\n}\n\n.aui-root .aui-sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border-width: 0\n}\n\n/* shadcn-ui/avatar */\n\n.aui-root .aui-avatar-root {\n position: relative;\n display: flex;\n height: 2.5rem;\n width: 2.5rem;\n flex-shrink: 0;\n overflow: hidden;\n border-radius: 9999px\n}\n\n.aui-root .aui-avatar-image {\n aspect-ratio: 1 / 1;\n height: 100%;\n width: 100%\n}\n\n.aui-root .aui-avatar-fallback {\n display: flex;\n height: 100%;\n width: 100%;\n align-items: center;\n justify-content: center;\n border-radius: 9999px;\n background-color: hsl(var(--aui-muted))\n}\n\n/* shadcn-ui/tooltip */\n\n.aui-root .aui-tooltip-content {\n z-index: 50;\n overflow: hidden;\n border-radius: calc(var(--aui-radius) - 2px);\n background-color: hsl(var(--aui-primary));\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n padding-top: 0.375rem;\n padding-bottom: 0.375rem;\n font-size: 0.75rem;\n line-height: 1rem;\n color: hsl(var(--aui-primary-foreground));\n animation-name: aui-enter;\n animation-duration: 150ms;\n --aui-enter-opacity: initial;\n --aui-enter-scale: initial;\n --aui-enter-rotate: initial;\n --aui-enter-translate-x: initial;\n --aui-enter-translate-y: initial;\n --aui-enter-opacity: 0;\n --aui-enter-scale: .95\n}\n\n.aui-root .aui-tooltip-content[data-state=closed] {\n animation-name: aui-exit;\n animation-duration: 150ms;\n --aui-exit-opacity: initial;\n --aui-exit-scale: initial;\n --aui-exit-rotate: initial;\n --aui-exit-translate-x: initial;\n --aui-exit-translate-y: initial;\n --aui-exit-opacity: 0;\n --aui-exit-scale: .95\n}\n\n.aui-root .aui-tooltip-content[data-side=bottom] {\n --aui-enter-translate-y: -0.5rem\n}\n\n.aui-root .aui-tooltip-content[data-side=left] {\n --aui-enter-translate-x: 0.5rem\n}\n\n.aui-root .aui-tooltip-content[data-side=right] {\n --aui-enter-translate-x: -0.5rem\n}\n\n.aui-root .aui-tooltip-content[data-side=top] {\n --aui-enter-translate-y: 0.5rem\n}\n","/* thread */\n.aui-root.aui-thread-root {\n box-sizing: border-box;\n height: 100%;\n background-color: hsl(var(--aui-background))\n}\n.aui-root.aui-thread-root>.aui-thread-viewport {\n background-color: inherit\n}\n\n.aui-root .aui-thread-viewport {\n display: flex;\n height: 100%;\n flex-direction: column;\n align-items: center;\n overflow-y: scroll;\n scroll-behavior: smooth;\n background-color: hsl(var(--aui-background));\n padding-left: 1rem;\n padding-right: 1rem;\n padding-top: 2rem\n}\n\n.aui-root .aui-thread-viewport-footer {\n position: sticky;\n bottom: 0px;\n margin-top: 1rem;\n display: flex;\n width: 100%;\n max-width: 42rem;\n flex-grow: 1;\n flex-direction: column;\n align-items: center;\n justify-content: flex-end;\n border-top-left-radius: var(--aui-radius);\n border-top-right-radius: var(--aui-radius);\n background-color: inherit;\n padding-bottom: 1rem\n}\n\n.aui-root .aui-thread-scroll-to-bottom {\n position: absolute;\n top: -2rem;\n border-radius: 9999px\n}\n\n.aui-root .aui-thread-scroll-to-bottom:disabled {\n visibility: hidden\n}\n\n/* thread welcome */\n\n.aui-root .aui-thread-welcome-root {\n display: flex;\n width: 100%;\n max-width: 42rem;\n flex-grow: 1;\n flex-basis: 100%;\n flex-direction: column\n}\n\n.aui-root .aui-thread-welcome-center {\n display: flex;\n width: 100%;\n flex-grow: 1;\n flex-direction: column;\n align-items: center;\n justify-content: center\n}\n\n.aui-root .aui-thread-welcome-message {\n margin-top: 1rem;\n font-weight: 500\n}\n\n.aui-root .aui-thread-welcome-suggestion-container {\n margin-top: 1rem;\n display: flex;\n width: 100%;\n align-items: stretch;\n justify-content: center;\n gap: 1rem\n}\n\n.aui-root .aui-thread-welcome-suggestion {\n display: flex;\n max-width: 24rem;\n flex-grow: 1;\n flex-basis: 0px;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n border-radius: var(--aui-radius);\n border-width: 1px;\n padding-left: 0.75rem;\n padding-right: 0.75rem;\n padding-top: 0.75rem;\n padding-bottom: 0.75rem\n}\n\n.aui-root .aui-thread-welcome-suggestion-text {\n overflow: hidden;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2;\n text-overflow: ellipsis;\n font-size: 0.875rem;\n line-height: 1.25rem;\n font-weight: 600\n}\n\n/* composer */\n\n.aui-root .aui-composer-root {\n position: relative;\n display: flex;\n width: 100%;\n align-items: flex-end;\n border-radius: var(--aui-radius);\n border-width: 1px;\n transition-property: box-shadow;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms\n}\n\n.aui-root .aui-composer-root:focus-within {\n --aui-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n --aui-shadow-colored: 0 1px 2px 0 var(--aui-shadow-color);\n box-shadow: var(--aui-ring-offset-shadow, 0 0 #0000), var(--aui-ring-shadow, 0 0 #0000), var(--aui-shadow)\n}\n\n.aui-root .aui-composer-input {\n width: 100%;\n height: 100%;\n max-height: 10rem;\n resize: none;\n background-color: transparent;\n padding: 1rem;\n padding-right: 3rem;\n font-size: 0.875rem;\n line-height: 1.25rem;\n outline: 2px solid transparent;\n outline-offset: 2px\n}\n\n.aui-root .aui-composer-input::-moz-placeholder {\n color: hsl(var(--aui-muted-foreground))\n}\n\n.aui-root .aui-composer-input::placeholder {\n color: hsl(var(--aui-muted-foreground))\n}\n\n.aui-root .aui-composer-send,\n.aui-root .aui-composer-cancel {\n position: absolute;\n bottom: 0px;\n right: 0px;\n margin: 0.625rem;\n width: 2rem;\n height: 2rem;\n padding: 0.5rem;\n transition-property: opacity;\n transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n transition-duration: 150ms\n}\n\n/* user message */\n\n.aui-root .aui-user-message-root {\n display: grid;\n grid-auto-rows: auto;\n grid-template-columns: minmax(72px,1fr) auto;\n row-gap: 0.5rem\n}\n\n.aui-root .aui-user-message-root>* {\n grid-column-start: 2\n}\n\n.aui-root .aui-user-message-root {\n width: 100%;\n max-width: 42rem;\n padding-top: 1rem;\n padding-bottom: 1rem\n}\n\n.aui-root .aui-user-message-root > .aui-user-action-bar-root {\n grid-column-start: 1;\n margin-right: 0.75rem;\n margin-top: 0.625rem\n}\n\n.aui-root .aui-user-message-root > .aui-user-message-content {\n grid-column-start: 2;\n grid-row-start: 1\n}\n\n.aui-root .aui-user-message-root > .aui-branch-picker-root {\n grid-column: 1 / -1;\n grid-column-start: 1;\n grid-row-start: 2;\n margin-right: -0.25rem;\n justify-content: flex-end\n}\n\n.aui-root .aui-user-message-content {\n max-width: 36rem;\n overflow-wrap: break-word;\n border-radius: 1.5rem;\n background-color: hsl(var(--aui-muted));\n padding-left: 1.25rem;\n padding-right: 1.25rem;\n padding-top: 0.625rem;\n padding-bottom: 0.625rem;\n color: hsl(var(--aui-foreground))\n}\n\n/* thread action bar */\n\n.aui-root .aui-user-action-bar-root {\n display: flex;\n flex-direction: column;\n align-items: flex-end\n}\n\n.aui-root .aui-edit-composer-root {\n margin-top: 1rem;\n margin-bottom: 1rem;\n display: flex;\n width: 100%;\n max-width: 42rem;\n flex-direction: column;\n gap: 0.5rem;\n border-radius: 0.75rem;\n background-color: hsl(var(--aui-muted))\n}\n\n.aui-root .aui-edit-composer-input {\n display: flex;\n height: 2rem;\n width: 100%;\n resize: none;\n background-color: transparent;\n padding: 1rem;\n padding-bottom: 0px;\n color: hsl(var(--aui-foreground));\n outline: 2px solid transparent;\n outline-offset: 2px\n}\n\n.aui-root .aui-edit-composer-footer {\n margin-left: 0.75rem;\n margin-right: 0.75rem;\n margin-bottom: 0.75rem;\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.5rem;\n align-self: flex-end\n}\n\n/* assistant message */\n\n.aui-root .aui-assistant-message-root {\n display: grid;\n grid-template-columns: auto auto 1fr;\n grid-template-rows: auto 1fr;\n position: relative;\n width: 100%;\n max-width: 42rem;\n padding-top: 1rem;\n padding-bottom: 1rem\n}\n\n.aui-root .aui-assistant-message-root > .aui-avatar-root {\n grid-column-start: 1;\n grid-row: 1 / -1;\n grid-row-start: 1;\n margin-right: 1rem\n}\n\n.aui-root .aui-assistant-message-root > .aui-branch-picker-root {\n grid-column-start: 2;\n grid-row-start: 2;\n margin-left: -0.5rem;\n margin-right: 0.5rem\n}\n\n.aui-root .aui-assistant-message-root > .aui-assistant-action-bar-root {\n grid-column-start: 3;\n grid-row-start: 2;\n margin-left: -0.25rem\n}\n\n.aui-root .aui-assistant-message-root > .aui-assistant-message-content {\n grid-column: span 2 / span 2;\n grid-column-start: 2;\n grid-row-start: 1;\n margin-top: 0.375rem;\n margin-bottom: 0.375rem\n}\n\n.aui-root .aui-assistant-message-content {\n max-width: 36rem;\n overflow-wrap: break-word;\n line-height: 1.75rem;\n color: hsl(var(--aui-foreground))\n}\n\n/* assistant action bar */\n\n.aui-root .aui-assistant-action-bar-root {\n display: flex;\n gap: 0.25rem;\n color: hsl(var(--aui-muted-foreground))\n}\n\n.aui-root .aui-assistant-action-bar-root[data-floating] {\n position: absolute;\n border-radius: calc(var(--aui-radius) - 2px);\n border-width: 1px;\n background-color: hsl(var(--aui-background));\n padding: 0.25rem;\n --aui-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n --aui-shadow-colored: 0 1px 2px 0 var(--aui-shadow-color);\n box-shadow: var(--aui-ring-offset-shadow, 0 0 #0000), var(--aui-ring-shadow, 0 0 #0000), var(--aui-shadow)\n}\n\n/* branch picker */\n\n.aui-root .aui-branch-picker-root {\n display: inline-flex;\n align-items: center;\n font-size: 0.75rem;\n line-height: 1rem;\n color: hsl(var(--aui-muted-foreground))\n}\n\n.aui-root .aui-branch-picker-state {\n font-weight: 500\n}\n\n/* text */\n\n.aui-root .aui-text {\n white-space: pre-line\n}\n\n@keyframes aui-pulse {\n 50% {\n opacity: .5\n }\n}\n\n.aui-root .aui-text-in-progress::after {\n animation: aui-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;\n font-family: ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --aui-content: '\\25CF';\n content: var(--aui-content)\n}\n\n.aui-root .aui-text-in-progress:where([dir=\"ltr\"], [dir=\"ltr\"] *)::after {\n margin-left: 0.25rem\n}\n\n.aui-root .aui-text-in-progress:where([dir=\"rtl\"], [dir=\"rtl\"] *)::after {\n margin-right: 0.25rem\n}\n",":root {\n --aui-background: 0 0% 100%;\n --aui-foreground: 240 10% 3.9%;\n\n --aui-card: 0 0% 100%;\n --aui-card-foreground: 240 10% 3.9%;\n\n --aui-popover: 0 0% 100%;\n --aui-popover-foreground: 240 10% 3.9%;\n\n --aui-primary: 240 5.9% 10%;\n --aui-primary-foreground: 0 0% 98%;\n\n --aui-secondary: 240 4.8% 95.9%;\n --aui-secondary-foreground: 240 5.9% 10%;\n\n --aui-muted: 240 4.8% 95.9%;\n --aui-muted-foreground: 240 3.8% 46.1%;\n\n --aui-accent: 240 4.8% 95.9%;\n --aui-accent-foreground: 240 5.9% 10%;\n\n --aui-destructive: 0 84.2% 60.2%;\n --aui-destructive-foreground: 0 0% 98%;\n\n --aui-border: 240 5.9% 90%;\n --aui-input: 240 5.9% 90%;\n --aui-ring: 240 10% 3.9%;\n\n --aui-radius: 0.5rem;\n}\n\n.dark {\n --aui-background: 0 0% 7%;\n --aui-foreground: 0 0% 98%;\n\n --aui-card: 240 10% 3.9%;\n --aui-card-foreground: 0 0% 98%;\n\n --aui-popover: 240 10% 3.9%;\n --aui-popover-foreground: 0 0% 98%;\n\n --aui-primary: 0 0% 98%;\n --aui-primary-foreground: 240 5.9% 10%;\n\n --aui-secondary: 240 3.7% 15.9%;\n --aui-secondary-foreground: 0 0% 98%;\n\n --aui-muted: 240 3.7% 15.9%;\n --aui-muted-foreground: 240 5% 64.9%;\n\n --aui-accent: 240 3.7% 15.9%;\n --aui-accent-foreground: 0 0% 98%;\n\n --aui-destructive: 0 62.8% 30.6%;\n --aui-destructive-foreground: 0 0% 98%;\n\n --aui-border: 240 3.7% 15.9%;\n --aui-input: 240 3.7% 15.9%;\n --aui-ring: 240 4.9% 83.9%;\n}\n"],"mappings":"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","names":[]}
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -0,0 +1,143 @@
1
+ /* src/styles/tailwindcss/modal.css */
2
+ .aui-root.aui-modal-content {
3
+ z-index: 50;
4
+ height: 500px;
5
+ width: 400px;
6
+ overflow: clip;
7
+ border-radius: 0.75rem;
8
+ border-width: 1px;
9
+ background-color: hsl(var(--aui-popover));
10
+ padding: 0px;
11
+ color: hsl(var(--aui-popover-foreground));
12
+ --aui-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
13
+ --aui-shadow-colored: 0 4px 6px -1px var(--aui-shadow-color), 0 2px 4px -2px var(--aui-shadow-color);
14
+ box-shadow:
15
+ var(--aui-ring-offset-shadow, 0 0 #0000),
16
+ var(--aui-ring-shadow, 0 0 #0000),
17
+ var(--aui-shadow);
18
+ outline: 2px solid transparent;
19
+ outline-offset: 2px;
20
+ }
21
+ .aui-root.aui-modal-content > .aui-thread-root {
22
+ background-color: inherit;
23
+ }
24
+ .aui-root.aui-modal-content[data-state=open] {
25
+ animation-name: aui-enter;
26
+ animation-duration: 150ms;
27
+ --aui-enter-opacity: initial;
28
+ --aui-enter-scale: initial;
29
+ --aui-enter-rotate: initial;
30
+ --aui-enter-translate-x: initial;
31
+ --aui-enter-translate-y: initial ;
32
+ }
33
+ .aui-root.aui-modal-content[data-state=closed] {
34
+ animation-name: aui-exit;
35
+ animation-duration: 150ms;
36
+ --aui-exit-opacity: initial;
37
+ --aui-exit-scale: initial;
38
+ --aui-exit-rotate: initial;
39
+ --aui-exit-translate-x: initial;
40
+ --aui-exit-translate-y: initial;
41
+ --aui-exit-opacity: 0 ;
42
+ }
43
+ .aui-root.aui-modal-content[data-state=open] {
44
+ --aui-enter-opacity: 0 ;
45
+ }
46
+ .aui-root.aui-modal-content[data-state=closed] {
47
+ --aui-exit-scale: 0 ;
48
+ }
49
+ .aui-root.aui-modal-content[data-state=open] {
50
+ --aui-enter-scale: 0;
51
+ --aui-enter-translate-y: 50%;
52
+ --aui-enter-translate-x: 50% ;
53
+ }
54
+ .aui-root.aui-modal-content[data-state=closed] {
55
+ --aui-exit-translate-y: 50%;
56
+ --aui-exit-translate-x: 50% ;
57
+ }
58
+ .aui-root.aui-modal-anchor {
59
+ position: fixed;
60
+ bottom: 1rem;
61
+ right: 1rem;
62
+ width: 2.75rem;
63
+ height: 2.75rem;
64
+ }
65
+ .aui-root .aui-modal-button {
66
+ width: 100%;
67
+ height: 100%;
68
+ border-radius: 9999px;
69
+ --aui-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
70
+ --aui-shadow-colored: 0 1px 3px 0 var(--aui-shadow-color), 0 1px 2px -1px var(--aui-shadow-color);
71
+ box-shadow:
72
+ var(--aui-ring-offset-shadow, 0 0 #0000),
73
+ var(--aui-ring-shadow, 0 0 #0000),
74
+ var(--aui-shadow);
75
+ transition-property: transform;
76
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
77
+ transition-duration: 150ms;
78
+ }
79
+ .aui-root .aui-modal-button:hover {
80
+ --aui-scale-x: 1.1;
81
+ --aui-scale-y: 1.1;
82
+ transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y));
83
+ }
84
+ .aui-root .aui-modal-button:active {
85
+ --aui-scale-x: .9;
86
+ --aui-scale-y: .9;
87
+ transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y));
88
+ }
89
+ .aui-root .aui-modal-button-closed-icon {
90
+ position: absolute;
91
+ width: 1.5rem;
92
+ height: 1.5rem;
93
+ transition-property: all;
94
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
95
+ transition-duration: 150ms;
96
+ }
97
+ .aui-root .aui-modal-button-closed-icon[data-state=closed] {
98
+ --aui-rotate: 0deg;
99
+ transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y));
100
+ }
101
+ .aui-root .aui-modal-button-closed-icon[data-state=open] {
102
+ --aui-rotate: 90deg;
103
+ transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y));
104
+ }
105
+ .aui-root .aui-modal-button-closed-icon[data-state=closed] {
106
+ --aui-scale-x: 1;
107
+ --aui-scale-y: 1;
108
+ transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y));
109
+ }
110
+ .aui-root .aui-modal-button-closed-icon[data-state=open] {
111
+ --aui-scale-x: 0;
112
+ --aui-scale-y: 0;
113
+ transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y));
114
+ }
115
+ .aui-root .aui-modal-button-open-icon {
116
+ position: absolute;
117
+ width: 1.5rem;
118
+ height: 1.5rem;
119
+ transition-property: all;
120
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
121
+ transition-duration: 150ms;
122
+ }
123
+ .aui-root .aui-modal-button-open-icon[data-state=closed] {
124
+ --aui-rotate: -90deg;
125
+ transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y));
126
+ }
127
+ .aui-root .aui-modal-button-open-icon[data-state=open] {
128
+ --aui-rotate: 0deg;
129
+ transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y));
130
+ }
131
+ .aui-root .aui-modal-button-open-icon[data-state=closed] {
132
+ --aui-scale-x: 0;
133
+ --aui-scale-y: 0;
134
+ transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y));
135
+ }
136
+ .aui-root .aui-modal-button-open-icon[data-state=open] {
137
+ --aui-scale-x: 1;
138
+ --aui-scale-y: 1;
139
+ transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y));
140
+ }
141
+
142
+ /* src/styles/modal.css */
143
+ /*# sourceMappingURL=modal.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/styles/tailwindcss/modal.css"],"sourcesContent":[".aui-root.aui-modal-content {z-index: 50;height: 500px;width: 400px;overflow: clip;border-radius: 0.75rem;border-width: 1px;background-color: hsl(var(--aui-popover));padding: 0px;color: hsl(var(--aui-popover-foreground));--aui-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--aui-shadow-colored: 0 4px 6px -1px var(--aui-shadow-color), 0 2px 4px -2px var(--aui-shadow-color);box-shadow: var(--aui-ring-offset-shadow, 0 0 #0000), var(--aui-ring-shadow, 0 0 #0000), var(--aui-shadow);outline: 2px solid transparent;outline-offset: 2px\n}.aui-root.aui-modal-content>.aui-thread-root {background-color: inherit\n}.aui-root.aui-modal-content[data-state=open] {animation-name: aui-enter;animation-duration: 150ms;--aui-enter-opacity: initial;--aui-enter-scale: initial;--aui-enter-rotate: initial;--aui-enter-translate-x: initial;--aui-enter-translate-y: initial\n}.aui-root.aui-modal-content[data-state=closed] {animation-name: aui-exit;animation-duration: 150ms;--aui-exit-opacity: initial;--aui-exit-scale: initial;--aui-exit-rotate: initial;--aui-exit-translate-x: initial;--aui-exit-translate-y: initial;--aui-exit-opacity: 0\n}.aui-root.aui-modal-content[data-state=open] {--aui-enter-opacity: 0\n}.aui-root.aui-modal-content[data-state=closed] {--aui-exit-scale: 0\n}.aui-root.aui-modal-content[data-state=open] {--aui-enter-scale: 0;--aui-enter-translate-y: 50%;--aui-enter-translate-x: 50%\n}.aui-root.aui-modal-content[data-state=closed] {--aui-exit-translate-y: 50%;--aui-exit-translate-x: 50%\n}\n\n.aui-root.aui-modal-anchor {position: fixed;bottom: 1rem;right: 1rem;width: 2.75rem;height: 2.75rem\n}\n\n.aui-root .aui-modal-button {width: 100%;height: 100%;border-radius: 9999px;--aui-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--aui-shadow-colored: 0 1px 3px 0 var(--aui-shadow-color), 0 1px 2px -1px var(--aui-shadow-color);box-shadow: var(--aui-ring-offset-shadow, 0 0 #0000), var(--aui-ring-shadow, 0 0 #0000), var(--aui-shadow);transition-property: transform;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms\n}\n\n.aui-root .aui-modal-button:hover {--aui-scale-x: 1.1;--aui-scale-y: 1.1;transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y))\n}\n\n.aui-root .aui-modal-button:active {--aui-scale-x: .9;--aui-scale-y: .9;transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y))\n}\n\n.aui-root .aui-modal-button-closed-icon {position: absolute;width: 1.5rem;height: 1.5rem;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms\n}\n\n.aui-root .aui-modal-button-closed-icon[data-state=closed] {--aui-rotate: 0deg;transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y))\n}\n\n.aui-root .aui-modal-button-closed-icon[data-state=open] {--aui-rotate: 90deg;transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y))\n}\n\n.aui-root .aui-modal-button-closed-icon[data-state=closed] {--aui-scale-x: 1;--aui-scale-y: 1;transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y))\n}\n\n.aui-root .aui-modal-button-closed-icon[data-state=open] {--aui-scale-x: 0;--aui-scale-y: 0;transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y))\n}\n\n.aui-root .aui-modal-button-open-icon {position: absolute;width: 1.5rem;height: 1.5rem;transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 150ms\n}\n\n.aui-root .aui-modal-button-open-icon[data-state=closed] {--aui-rotate: -90deg;transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y))\n}\n\n.aui-root .aui-modal-button-open-icon[data-state=open] {--aui-rotate: 0deg;transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y))\n}\n\n.aui-root .aui-modal-button-open-icon[data-state=closed] {--aui-scale-x: 0;--aui-scale-y: 0;transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y))\n}\n\n.aui-root .aui-modal-button-open-icon[data-state=open] {--aui-scale-x: 1;--aui-scale-y: 1;transform: translate(var(--aui-translate-x), var(--aui-translate-y)) rotate(var(--aui-rotate)) skewX(var(--aui-skew-x)) skewY(var(--aui-skew-y)) scaleX(var(--aui-scale-x)) scaleY(var(--aui-scale-y))\n}\n"],"mappings":"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","names":[]}
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -0,0 +1,53 @@
1
+ .aui-root {
2
+ @apply bg-aui-background text-aui-foreground border-aui-border;
3
+ }
4
+
5
+ /* button */
6
+ .aui-root .aui-button {
7
+ @apply focus-visible:ring-aui-ring inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 disabled:pointer-events-none disabled:opacity-50;
8
+ }
9
+
10
+ .aui-root .aui-button-primary {
11
+ @apply bg-aui-primary text-aui-primary-foreground hover:bg-aui-primary/90 shadow;
12
+ }
13
+
14
+ .aui-root .aui-button-outline {
15
+ @apply border-aui-input bg-aui-background hover:bg-aui-accent hover:text-aui-accent-foreground border shadow-sm;
16
+ }
17
+
18
+ .aui-root .aui-button-ghost {
19
+ @apply hover:bg-aui-accent hover:text-aui-accent-foreground;
20
+ }
21
+
22
+ .aui-root .aui-button-medium {
23
+ @apply h-9 px-4 py-2;
24
+ }
25
+
26
+ /** tooltip icon button */
27
+ .aui-root .aui-button-icon {
28
+ @apply size-6 p-1;
29
+ }
30
+
31
+ .aui-root .aui-sr-only {
32
+ @apply sr-only;
33
+ }
34
+
35
+ /* shadcn-ui/avatar */
36
+
37
+ .aui-root .aui-avatar-root {
38
+ @apply relative flex h-10 w-10 shrink-0 overflow-hidden rounded-full;
39
+ }
40
+
41
+ .aui-root .aui-avatar-image {
42
+ @apply aspect-square h-full w-full;
43
+ }
44
+
45
+ .aui-root .aui-avatar-fallback {
46
+ @apply bg-aui-muted flex h-full w-full items-center justify-center rounded-full;
47
+ }
48
+
49
+ /* shadcn-ui/tooltip */
50
+
51
+ .aui-root .aui-tooltip-content {
52
+ @apply fade-in-0 zoom-in-95 data-[state=closed]:fade-out-0 data-[state=closed]:zoom-out-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 animate-in bg-aui-primary text-aui-primary-foreground data-[state=closed]:animate-out z-50 overflow-hidden rounded-md px-3 py-1.5 text-xs;
53
+ }
@@ -0,0 +1,29 @@
1
+ .aui-root.aui-modal-content {
2
+ @apply bg-aui-popover text-aui-popover-foreground z-50 h-[500px] w-[400px] overflow-clip rounded-xl border p-0 shadow-md outline-none;
3
+ @apply [&>.aui-thread-root]:bg-inherit;
4
+
5
+ @apply data-[state=closed]:animate-out data-[state=open]:animate-in;
6
+ @apply data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0;
7
+ @apply data-[state=closed]:zoom-out data-[state=open]:zoom-in;
8
+ @apply data-[state=open]:slide-in-from-bottom-1/2 data-[state=open]:slide-in-from-right-1/2 data-[state=closed]:slide-out-to-bottom-1/2 data-[state=closed]:slide-out-to-right-1/2;
9
+ }
10
+
11
+ .aui-root.aui-modal-anchor {
12
+ @apply fixed bottom-4 right-4 size-11;
13
+ }
14
+
15
+ .aui-root .aui-modal-button {
16
+ @apply size-full rounded-full shadow transition-transform hover:scale-110 active:scale-90;
17
+ }
18
+
19
+ .aui-root .aui-modal-button-closed-icon {
20
+ @apply absolute size-6 transition-all;
21
+ @apply data-[state=closed]:rotate-0 data-[state=open]:rotate-90;
22
+ @apply data-[state=closed]:scale-100 data-[state=open]:scale-0;
23
+ }
24
+
25
+ .aui-root .aui-modal-button-open-icon {
26
+ @apply absolute size-6 transition-all;
27
+ @apply data-[state=closed]:-rotate-90 data-[state=open]:rotate-0;
28
+ @apply data-[state=closed]:scale-0 data-[state=open]:scale-100;
29
+ }
@@ -0,0 +1,159 @@
1
+ /* thread */
2
+ .aui-root.aui-thread-root {
3
+ @apply bg-aui-background box-border h-full;
4
+ @apply [&>.aui-thread-viewport]:bg-inherit;
5
+ }
6
+
7
+ .aui-root .aui-thread-viewport {
8
+ @apply bg-aui-background flex h-full flex-col items-center overflow-y-scroll scroll-smooth px-4 pt-8;
9
+ }
10
+
11
+ .aui-root .aui-thread-viewport-footer {
12
+ @apply sticky bottom-0 mt-4 flex w-full max-w-2xl flex-grow flex-col items-center justify-end rounded-t-lg bg-inherit pb-4;
13
+ }
14
+
15
+ .aui-root .aui-thread-scroll-to-bottom {
16
+ @apply absolute -top-8 rounded-full disabled:invisible;
17
+ }
18
+
19
+ /* thread welcome */
20
+
21
+ .aui-root .aui-thread-welcome-root {
22
+ @apply flex w-full max-w-2xl flex-grow basis-full flex-col;
23
+ }
24
+
25
+ .aui-root .aui-thread-welcome-center {
26
+ @apply flex w-full flex-grow flex-col items-center justify-center;
27
+ }
28
+
29
+ .aui-root .aui-thread-welcome-message {
30
+ @apply mt-4 font-medium;
31
+ }
32
+
33
+ .aui-root .aui-thread-welcome-suggestion-container {
34
+ @apply mt-4 flex w-full items-stretch justify-center gap-4;
35
+ }
36
+
37
+ .aui-root .aui-thread-welcome-suggestion {
38
+ @apply flex max-w-sm grow basis-0 flex-col items-center justify-center rounded-lg border px-3 py-3;
39
+ }
40
+
41
+ .aui-root .aui-thread-welcome-suggestion-text {
42
+ @apply line-clamp-2 text-ellipsis text-sm font-semibold;
43
+ }
44
+
45
+ /* composer */
46
+
47
+ .aui-root .aui-composer-root {
48
+ @apply relative flex w-full items-end rounded-lg border transition-shadow focus-within:shadow-sm;
49
+ }
50
+
51
+ .aui-root .aui-composer-input {
52
+ @apply placeholder:text-aui-muted-foreground size-full max-h-40 resize-none bg-transparent p-4 pr-12 text-sm outline-none;
53
+ }
54
+
55
+ .aui-root .aui-composer-send,
56
+ .aui-root .aui-composer-cancel {
57
+ @apply absolute bottom-0 right-0 m-2.5 size-8 p-2 transition-opacity;
58
+ }
59
+
60
+ /* user message */
61
+
62
+ .aui-root .aui-user-message-root {
63
+ @apply grid auto-rows-auto grid-cols-[minmax(72px,1fr)_auto] gap-y-2 [&>*]:col-start-2;
64
+ @apply w-full max-w-2xl py-4;
65
+ }
66
+
67
+ .aui-root .aui-user-message-root > .aui-user-action-bar-root {
68
+ @apply col-start-1 mr-3 mt-2.5;
69
+ }
70
+
71
+ .aui-root .aui-user-message-root > .aui-user-message-content {
72
+ @apply col-start-2 row-start-1;
73
+ }
74
+
75
+ .aui-root .aui-user-message-root > .aui-branch-picker-root {
76
+ @apply col-span-full col-start-1 row-start-2;
77
+ @apply -mr-1 justify-end;
78
+ }
79
+
80
+ .aui-root .aui-user-message-content {
81
+ @apply bg-aui-muted text-aui-foreground max-w-xl break-words rounded-3xl px-5 py-2.5;
82
+ }
83
+
84
+ /* thread action bar */
85
+
86
+ .aui-root .aui-user-action-bar-root {
87
+ @apply flex flex-col items-end;
88
+ }
89
+
90
+ .aui-root .aui-edit-composer-root {
91
+ @apply bg-aui-muted my-4 flex w-full max-w-2xl flex-col gap-2 rounded-xl;
92
+ }
93
+
94
+ .aui-root .aui-edit-composer-input {
95
+ @apply text-aui-foreground flex h-8 w-full resize-none bg-transparent p-4 pb-0 outline-none;
96
+ }
97
+
98
+ .aui-root .aui-edit-composer-footer {
99
+ @apply mx-3 mb-3 flex items-center justify-center gap-2 self-end;
100
+ }
101
+
102
+ /* assistant message */
103
+
104
+ .aui-root .aui-assistant-message-root {
105
+ @apply grid grid-cols-[auto_auto_1fr] grid-rows-[auto_1fr];
106
+ @apply relative w-full max-w-2xl py-4;
107
+ }
108
+
109
+ .aui-root .aui-assistant-message-root > .aui-avatar-root {
110
+ @apply col-start-1 row-span-full row-start-1 mr-4;
111
+ }
112
+
113
+ .aui-root .aui-assistant-message-root > .aui-branch-picker-root {
114
+ @apply col-start-2 row-start-2;
115
+ @apply -ml-2 mr-2;
116
+ }
117
+
118
+ .aui-root .aui-assistant-message-root > .aui-assistant-action-bar-root {
119
+ @apply col-start-3 row-start-2;
120
+ @apply -ml-1;
121
+ }
122
+
123
+ .aui-root .aui-assistant-message-root > .aui-assistant-message-content {
124
+ @apply col-span-2 col-start-2 row-start-1 my-1.5;
125
+ }
126
+
127
+ .aui-root .aui-assistant-message-content {
128
+ @apply text-aui-foreground max-w-xl break-words leading-7;
129
+ }
130
+
131
+ /* assistant action bar */
132
+
133
+ .aui-root .aui-assistant-action-bar-root {
134
+ @apply text-aui-muted-foreground flex gap-1;
135
+ }
136
+
137
+ .aui-root .aui-assistant-action-bar-root[data-floating] {
138
+ @apply bg-aui-background absolute rounded-md border p-1 shadow-sm;
139
+ }
140
+
141
+ /* branch picker */
142
+
143
+ .aui-root .aui-branch-picker-root {
144
+ @apply text-aui-muted-foreground inline-flex items-center text-xs;
145
+ }
146
+
147
+ .aui-root .aui-branch-picker-state {
148
+ @apply font-medium;
149
+ }
150
+
151
+ /* text */
152
+
153
+ .aui-root .aui-text {
154
+ @apply whitespace-pre-line;
155
+ }
156
+
157
+ .aui-root .aui-text-in-progress::after {
158
+ @apply animate-pulse font-sans content-['\25CF'] ltr:ml-1 rtl:mr-1;
159
+ }
@@ -0,0 +1,61 @@
1
+ :root {
2
+ --aui-background: 0 0% 100%;
3
+ --aui-foreground: 240 10% 3.9%;
4
+
5
+ --aui-card: 0 0% 100%;
6
+ --aui-card-foreground: 240 10% 3.9%;
7
+
8
+ --aui-popover: 0 0% 100%;
9
+ --aui-popover-foreground: 240 10% 3.9%;
10
+
11
+ --aui-primary: 240 5.9% 10%;
12
+ --aui-primary-foreground: 0 0% 98%;
13
+
14
+ --aui-secondary: 240 4.8% 95.9%;
15
+ --aui-secondary-foreground: 240 5.9% 10%;
16
+
17
+ --aui-muted: 240 4.8% 95.9%;
18
+ --aui-muted-foreground: 240 3.8% 46.1%;
19
+
20
+ --aui-accent: 240 4.8% 95.9%;
21
+ --aui-accent-foreground: 240 5.9% 10%;
22
+
23
+ --aui-destructive: 0 84.2% 60.2%;
24
+ --aui-destructive-foreground: 0 0% 98%;
25
+
26
+ --aui-border: 240 5.9% 90%;
27
+ --aui-input: 240 5.9% 90%;
28
+ --aui-ring: 240 10% 3.9%;
29
+
30
+ --aui-radius: 0.5rem;
31
+ }
32
+
33
+ .dark {
34
+ --aui-background: 0 0% 7%;
35
+ --aui-foreground: 0 0% 98%;
36
+
37
+ --aui-card: 240 10% 3.9%;
38
+ --aui-card-foreground: 0 0% 98%;
39
+
40
+ --aui-popover: 240 10% 3.9%;
41
+ --aui-popover-foreground: 0 0% 98%;
42
+
43
+ --aui-primary: 0 0% 98%;
44
+ --aui-primary-foreground: 240 5.9% 10%;
45
+
46
+ --aui-secondary: 240 3.7% 15.9%;
47
+ --aui-secondary-foreground: 0 0% 98%;
48
+
49
+ --aui-muted: 240 3.7% 15.9%;
50
+ --aui-muted-foreground: 240 5% 64.9%;
51
+
52
+ --aui-accent: 240 3.7% 15.9%;
53
+ --aui-accent-foreground: 0 0% 98%;
54
+
55
+ --aui-destructive: 0 62.8% 30.6%;
56
+ --aui-destructive-foreground: 0 0% 98%;
57
+
58
+ --aui-border: 240 3.7% 15.9%;
59
+ --aui-input: 240 3.7% 15.9%;
60
+ --aui-ring: 240 4.9% 83.9%;
61
+ }
@@ -0,0 +1,15 @@
1
+ import * as tailwindcss_types_config from 'tailwindcss/types/config';
2
+
3
+ type AssisstantTailwindPluginOptions = {
4
+ components?: ("thread" | "assistant-modal")[];
5
+ shadcn?: boolean;
6
+ };
7
+ declare const auiPlugin: {
8
+ (options: AssisstantTailwindPluginOptions): {
9
+ handler: tailwindcss_types_config.PluginCreator;
10
+ config?: Partial<tailwindcss_types_config.Config>;
11
+ };
12
+ __isOptionsFunction: true;
13
+ };
14
+
15
+ export { auiPlugin as default };
@@ -0,0 +1,15 @@
1
+ import * as tailwindcss_types_config from 'tailwindcss/types/config';
2
+
3
+ type AssisstantTailwindPluginOptions = {
4
+ components?: ("thread" | "assistant-modal")[];
5
+ shadcn?: boolean;
6
+ };
7
+ declare const auiPlugin: {
8
+ (options: AssisstantTailwindPluginOptions): {
9
+ handler: tailwindcss_types_config.PluginCreator;
10
+ config?: Partial<tailwindcss_types_config.Config>;
11
+ };
12
+ __isOptionsFunction: true;
13
+ };
14
+
15
+ export { auiPlugin as default };