@mastra/playground-ui 7.0.0-beta.21 → 7.0.0-beta.22
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/CHANGELOG.md +115 -0
- package/dist/index.cjs.js +2676 -2397
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +81 -44
- package/dist/index.es.js +2637 -2412
- package/dist/index.es.js.map +1 -1
- package/dist/src/domains/agents/hooks/__tests__/use-agent-settings-state.test.d.ts +1 -0
- package/dist/src/domains/agents/hooks/use-agent-settings-state.d.ts +1 -0
- package/dist/src/domains/agents/hooks/use-sampling-restriction.d.ts +15 -0
- package/dist/src/domains/agents/utils/model-restrictions.d.ts +6 -0
- package/dist/src/domains/observability/components/span-dialog.d.ts +1 -1
- package/dist/src/domains/scores/components/score-dialog.d.ts +1 -1
- package/dist/src/domains/templates/template-info.d.ts +1 -1
- package/dist/src/domains/templates/template-success.d.ts +1 -1
- package/dist/src/domains/workflows/workflow/utils.d.ts +0 -1
- package/dist/src/ds/components/Alert/Alert.d.ts +1 -1
- package/dist/src/ds/components/Alert/alert.stories.d.ts +10 -0
- package/dist/src/ds/components/AlertDialog/alert-dialog.stories.d.ts +9 -0
- package/dist/src/ds/components/AlertDialog/index.d.ts +1 -0
- package/dist/src/ds/components/Avatar/avatar.stories.d.ts +11 -0
- package/dist/src/ds/components/Badge/badge.stories.d.ts +12 -0
- package/dist/src/ds/components/Breadcrumb/breadcrumb.stories.d.ts +10 -0
- package/dist/src/ds/components/Button/Button.d.ts +2 -1
- package/dist/src/ds/components/Button/button.stories.d.ts +15 -0
- package/dist/src/{components/ui/containers → ds/components/ButtonsGroup}/buttons-group.d.ts +1 -2
- package/dist/src/ds/components/ButtonsGroup/buttons-group.stories.d.ts +9 -0
- package/dist/src/ds/components/ButtonsGroup/index.d.ts +1 -0
- package/dist/src/ds/components/Checkbox/checkbox.stories.d.ts +11 -0
- package/dist/src/ds/components/Checkbox/index.d.ts +1 -0
- package/dist/src/ds/components/CodeEditor/code-editor.stories.d.ts +11 -0
- package/dist/src/ds/components/Collapsible/collapsible.d.ts +5 -0
- package/dist/src/ds/components/Collapsible/collapsible.stories.d.ts +9 -0
- package/dist/src/ds/components/Collapsible/index.d.ts +1 -0
- package/dist/src/{components/ui/elements/buttons → ds/components/CombinedButtons}/combined-buttons.d.ts +1 -1
- package/dist/src/ds/components/CombinedButtons/combined-buttons.stories.d.ts +10 -0
- package/dist/src/{components/ui → ds/components/Combobox}/combobox.d.ts +4 -3
- package/dist/src/ds/components/Combobox/combobox.stories.d.ts +13 -0
- package/dist/src/ds/components/Combobox/index.d.ts +1 -0
- package/dist/src/{components/ui → ds/components/CopyButton}/copy-button.d.ts +3 -4
- package/dist/src/ds/components/CopyButton/copy-button.stories.d.ts +12 -0
- package/dist/src/ds/components/CopyButton/index.d.ts +1 -0
- package/dist/src/ds/components/DateTimePicker/date-time-picker.stories.d.ts +11 -0
- package/dist/src/ds/components/DateTimePicker/index.d.ts +3 -0
- package/dist/src/{components/ui/elements/date-time-picker → ds/components/DateTimePicker}/time-picker.d.ts +1 -2
- package/dist/src/{components/ui → ds/components/Dialog}/dialog.d.ts +5 -1
- package/dist/src/ds/components/Dialog/dialog.stories.d.ts +9 -0
- package/dist/src/ds/components/Dialog/index.d.ts +1 -0
- package/dist/src/ds/components/EmptyState/empty-state.stories.d.ts +11 -0
- package/dist/src/ds/components/Entity/entity.stories.d.ts +10 -0
- package/dist/src/{components/ui → ds/components/EntityHeader}/entity-header.d.ts +2 -2
- package/dist/src/ds/components/EntityHeader/entity-header.stories.d.ts +11 -0
- package/dist/src/ds/components/EntityHeader/index.d.ts +1 -0
- package/dist/src/{components/ui → ds/components/Entry}/entry.d.ts +3 -3
- package/dist/src/ds/components/Entry/entry.stories.d.ts +11 -0
- package/dist/src/ds/components/Entry/index.d.ts +1 -0
- package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/entry-list-entries.d.ts +2 -3
- package/dist/src/ds/components/EntryList/entry-list-entry-col.d.ts +9 -0
- package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/entry-list-entry.d.ts +1 -2
- package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/entry-list-header.d.ts +1 -2
- package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/entry-list-message.d.ts +1 -2
- package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/entry-list-next-page-loading.d.ts +1 -2
- package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/entry-list-pagination.d.ts +1 -2
- package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/entry-list-root.d.ts +2 -3
- package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/entry-list-trim.d.ts +2 -3
- package/dist/src/ds/components/EntryList/entry-list.stories.d.ts +10 -0
- package/dist/src/{components/ui/elements/form-fields → ds/components/FormFields}/input-field.d.ts +4 -2
- package/dist/src/{components/ui/elements/form-fields → ds/components/FormFields}/search-field.d.ts +1 -1
- package/dist/src/{components/ui/elements/form-fields → ds/components/FormFields}/select-field.d.ts +4 -3
- package/dist/src/ds/components/Header/header.stories.d.ts +10 -0
- package/dist/src/ds/components/Input/index.d.ts +1 -0
- package/dist/src/ds/components/Input/input.d.ts +16 -0
- package/dist/src/ds/components/Input/input.stories.d.ts +17 -0
- package/dist/src/ds/components/Kbd/index.d.ts +1 -0
- package/dist/src/{components/ui → ds/components/Kbd}/kbd.d.ts +2 -2
- package/dist/src/ds/components/Kbd/kbd.stories.d.ts +11 -0
- package/dist/src/{components/ui/elements/key-value-list → ds/components/KeyValueList}/key-value-list.d.ts +2 -2
- package/dist/src/ds/components/Label/index.d.ts +1 -0
- package/dist/src/ds/components/Label/label.stories.d.ts +8 -0
- package/dist/src/ds/components/MainContent/index.d.ts +1 -0
- package/dist/src/{components/ui/containers/MainContent.d.ts → ds/components/MainContent/main-content.d.ts} +3 -2
- package/dist/src/ds/components/MainContent/main-content.stories.d.ts +10 -0
- package/dist/src/{components/ui/elements/main-sidebar → ds/components/MainSidebar}/main-sidebar-bottom.d.ts +1 -2
- package/dist/src/{components/ui/elements/main-sidebar → ds/components/MainSidebar}/main-sidebar-context.d.ts +1 -1
- package/dist/src/{components/ui/elements/main-sidebar → ds/components/MainSidebar}/main-sidebar-nav-header.d.ts +1 -2
- package/dist/src/{components/ui/elements/main-sidebar → ds/components/MainSidebar}/main-sidebar-nav-link.d.ts +2 -2
- package/dist/src/{components/ui/elements/main-sidebar → ds/components/MainSidebar}/main-sidebar-nav-list.d.ts +1 -2
- package/dist/src/{components/ui/elements/main-sidebar → ds/components/MainSidebar}/main-sidebar-nav-section.d.ts +1 -2
- package/dist/src/{components/ui/elements/main-sidebar → ds/components/MainSidebar}/main-sidebar-nav-separator.d.ts +1 -2
- package/dist/src/{components/ui/elements/main-sidebar → ds/components/MainSidebar}/main-sidebar-nav.d.ts +1 -2
- package/dist/src/{components/ui/elements/main-sidebar → ds/components/MainSidebar}/main-sidebar-root.d.ts +1 -2
- package/dist/src/ds/components/MainSidebar/main-sidebar.stories.d.ts +9 -0
- package/dist/src/ds/components/MarkdownRenderer/index.d.ts +1 -0
- package/dist/src/{components/ui → ds/components/MarkdownRenderer}/markdown-renderer.d.ts +2 -2
- package/dist/src/ds/components/MarkdownRenderer/markdown-renderer.stories.d.ts +14 -0
- package/dist/src/{components/ui/elements/notification → ds/components/Notification}/notification.d.ts +2 -3
- package/dist/src/ds/components/Notification/notification.stories.d.ts +12 -0
- package/dist/src/{components/ui/elements/headers → ds/components/PageHeader}/page-header.d.ts +3 -3
- package/dist/src/ds/components/PageHeader/page-header.stories.d.ts +13 -0
- package/dist/src/ds/components/Popover/index.d.ts +1 -0
- package/dist/src/ds/components/Popover/popover.stories.d.ts +12 -0
- package/dist/src/ds/components/RadioGroup/index.d.ts +1 -0
- package/dist/src/ds/components/RadioGroup/radio-group.stories.d.ts +9 -0
- package/dist/src/ds/components/ScrollArea/index.d.ts +1 -0
- package/dist/src/{components/ui → ds/components/ScrollArea}/scroll-area.d.ts +7 -3
- package/dist/src/ds/components/ScrollArea/scroll-area.stories.d.ts +10 -0
- package/dist/src/ds/components/ScrollableContainer/index.d.ts +1 -0
- package/dist/src/{components → ds/components/ScrollableContainer}/scrollable-container.d.ts +1 -1
- package/dist/src/ds/components/ScrollableContainer/scrollable-container.stories.d.ts +10 -0
- package/dist/src/ds/components/Searchbar/index.d.ts +1 -0
- package/dist/src/{components/ui → ds/components/Searchbar}/searchbar.d.ts +5 -3
- package/dist/src/ds/components/Searchbar/searchbar.stories.d.ts +11 -0
- package/dist/src/{components/ui/elements/section → ds/components/Section}/section-header.d.ts +2 -3
- package/dist/src/{components/ui/elements/section → ds/components/Section}/section-heading.d.ts +2 -3
- package/dist/src/ds/components/Section/section.stories.d.ts +9 -0
- package/dist/src/ds/components/Sections/index.d.ts +1 -0
- package/dist/src/{components/ui/containers → ds/components/Sections}/sections.d.ts +1 -2
- package/dist/src/ds/components/Sections/sections.stories.d.ts +8 -0
- package/dist/src/{components/ui → ds/components/Select}/select.d.ts +7 -1
- package/dist/src/ds/components/Select/select.stories.d.ts +11 -0
- package/dist/src/ds/components/SelectElement/index.d.ts +1 -0
- package/dist/src/ds/components/SelectElement/select-element.stories.d.ts +10 -0
- package/dist/src/ds/components/SelectElement/select.d.ts +8 -0
- package/dist/src/{components/ui/elements/side-dialog → ds/components/SideDialog}/side-dialog-code-section.d.ts +0 -1
- package/dist/src/ds/components/SideDialog/side-dialog.stories.d.ts +10 -0
- package/dist/src/ds/components/Skeleton/index.d.ts +1 -0
- package/dist/src/ds/components/Skeleton/skeleton.stories.d.ts +11 -0
- package/dist/src/ds/components/Slider/index.d.ts +1 -0
- package/dist/src/ds/components/Slider/slider.stories.d.ts +11 -0
- package/dist/src/ds/components/Spinner/index.d.ts +1 -0
- package/dist/src/ds/components/Spinner/spinner.d.ts +6 -0
- package/dist/src/ds/components/Spinner/spinner.stories.d.ts +13 -0
- package/dist/src/{components/ui/elements/steps → ds/components/Steps}/process-step-list-item.d.ts +1 -2
- package/dist/src/{components/ui/elements/steps → ds/components/Steps}/process-step-list.d.ts +1 -2
- package/dist/src/ds/components/Steps/process-step-progress-bar.d.ts +5 -0
- package/dist/src/ds/components/Steps/steps.stories.d.ts +11 -0
- package/dist/src/ds/components/Switch/index.d.ts +1 -0
- package/dist/src/ds/components/Switch/switch.stories.d.ts +12 -0
- package/dist/src/ds/components/Table/table.stories.d.ts +11 -0
- package/dist/src/{components/ui/elements/tabs → ds/components/Tabs}/tabs-content.d.ts +1 -2
- package/dist/src/{components/ui/elements/tabs → ds/components/Tabs}/tabs-list.d.ts +1 -2
- package/dist/src/{components/ui/elements/tabs → ds/components/Tabs}/tabs-root.d.ts +1 -2
- package/dist/src/{components/ui/elements/tabs → ds/components/Tabs}/tabs-tab.d.ts +1 -2
- package/dist/src/ds/components/Tabs/tabs.stories.d.ts +10 -0
- package/dist/src/{components/ui/elements/text → ds/components/Text}/text-and-icon.d.ts +1 -2
- package/dist/src/ds/components/Text/text.stories.d.ts +11 -0
- package/dist/src/ds/components/Threads/index.d.ts +1 -0
- package/dist/src/{components → ds/components/Threads}/threads.d.ts +1 -1
- package/dist/src/ds/components/Threads/threads.stories.d.ts +12 -0
- package/dist/src/ds/components/Tooltip/index.d.ts +1 -0
- package/dist/src/ds/components/Tooltip/tooltip.stories.d.ts +12 -0
- package/dist/src/ds/components/Txt/txt.stories.d.ts +16 -0
- package/dist/src/ds/icons/icons.stories.d.ts +14 -0
- package/dist/src/ds/primitives/form-element.d.ts +9 -0
- package/dist/src/ds/tokens/borders.d.ts +0 -3
- package/dist/src/ds/tokens/colors.d.ts +6 -8
- package/dist/src/ds/tokens/fonts.d.ts +14 -8
- package/dist/src/ds/tokens/sizes.d.ts +3 -2
- package/dist/src/ds/tokens/spacings.d.ts +36 -3
- package/dist/src/index.d.ts +51 -20
- package/dist/src/{components/assistant-ui → lib/ai-ui}/attachments/attachment.d.ts +0 -1
- package/dist/src/{components/assistant-ui → lib/ai-ui}/tools/badges/agent-badge-wrapper.d.ts +3 -1
- package/dist/src/{components/assistant-ui → lib/ai-ui}/tools/badges/agent-badge.d.ts +3 -1
- package/dist/src/{components/assistant-ui → lib/ai-ui}/tools/badges/tool-approval-buttons.d.ts +4 -1
- package/dist/src/{components/assistant-ui → lib/ai-ui}/tools/badges/tool-badge.d.ts +2 -1
- package/dist/src/{components/assistant-ui → lib/ai-ui}/tools/badges/workflow-badge.d.ts +2 -1
- package/dist/src/{components/ui/autoform/AutoForm.d.ts → lib/form/auto-form.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/ArrayElementWrapper.d.ts → lib/form/components/array-element-wrapper.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/ArrayWrapper.d.ts → lib/form/components/array-wrapper.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/BooleanField.d.ts → lib/form/components/boolean-field.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/CustomArrayField.d.ts → lib/form/components/custom-array-field.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/CustomAutoFormField.d.ts → lib/form/components/custom-auto-form-field.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/CustomObjectField.d.ts → lib/form/components/custom-object-field.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/DateField.d.ts → lib/form/components/date-field.d.ts} +1 -1
- package/dist/src/lib/form/components/error-message.d.ts +4 -0
- package/dist/src/{components/ui/autoform/components/FieldWrapper.d.ts → lib/form/components/field-wrapper.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/Form.d.ts → lib/form/components/form.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/NumberField.d.ts → lib/form/components/number-field.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/ObjectWrapper.d.ts → lib/form/components/object-wrapper.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/SelectField.d.ts → lib/form/components/select-field.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/StringField.d.ts → lib/form/components/string-field.d.ts} +1 -1
- package/dist/src/{components/ui/autoform/components/SubmitButton.d.ts → lib/form/components/submit-button.d.ts} +1 -1
- package/dist/src/lib/form/index.d.ts +4 -0
- package/dist/src/{components/dynamic-form → lib/form}/utils.d.ts +4 -1
- package/dist/src/lib/mastra-platform/hooks/use-mastra-platform.d.ts +12 -0
- package/dist/src/lib/mastra-platform/index.d.ts +1 -0
- package/dist/src/lib/object.d.ts +0 -44
- package/dist/src/lib/string.d.ts +0 -1
- package/dist/src/lib/tw-merge-config.d.ts +1 -0
- package/dist/src/services/tool-call-provider.d.ts +15 -1
- package/dist/tailwind.preset.cjs.js +159 -0
- package/dist/tailwind.preset.cjs.js.map +1 -0
- package/dist/tailwind.preset.d.ts +1 -0
- package/dist/tailwind.preset.es.js +157 -0
- package/dist/tailwind.preset.es.js.map +1 -0
- package/dist/tokens.cjs.js +146 -32
- package/dist/tokens.cjs.js.map +1 -1
- package/dist/tokens.es.js +145 -29
- package/dist/tokens.es.js.map +1 -1
- package/package.json +18 -9
- package/dist/colors-B_l6leHd.cjs +0 -42
- package/dist/colors-B_l6leHd.cjs.map +0 -1
- package/dist/colors-Br49332d.js +0 -38
- package/dist/colors-Br49332d.js.map +0 -1
- package/dist/src/components/ui/alert.d.ts +0 -8
- package/dist/src/components/ui/autoform/components/ErrorMessage.d.ts +0 -4
- package/dist/src/components/ui/autoform/index.d.ts +0 -3
- package/dist/src/components/ui/autoform/utils.d.ts +0 -3
- package/dist/src/components/ui/code-block.d.ts +0 -7
- package/dist/src/components/ui/code-mirror-block.d.ts +0 -2
- package/dist/src/components/ui/collapsible.d.ts +0 -5
- package/dist/src/components/ui/containers/index.d.ts +0 -3
- package/dist/src/components/ui/elements/date-time-picker/index.d.ts +0 -1
- package/dist/src/components/ui/elements/entry-list/entry-list-entry-col.d.ts +0 -7
- package/dist/src/components/ui/elements/index.d.ts +0 -10
- package/dist/src/components/ui/elements/select/select.d.ts +0 -10
- package/dist/src/components/ui/elements/steps/process-step-progress-bar.d.ts +0 -4
- package/dist/src/components/ui/input.d.ts +0 -11
- package/dist/src/components/ui/spinner.d.ts +0 -5
- package/dist/src/components/ui/text.d.ts +0 -12
- package/dist/src/domains/workflows/context/workflow-nested-graph-context.d.ts +0 -14
- /package/dist/src/{components/ui → ds/components/AlertDialog}/alert-dialog.d.ts +0 -0
- /package/dist/src/{components/ui → ds/components/Checkbox}/checkbox.d.ts +0 -0
- /package/dist/src/{components/ui/elements/buttons → ds/components/CombinedButtons}/index.d.ts +0 -0
- /package/dist/src/{components/ui/elements/date-time-picker → ds/components/DateTimePicker}/date-picker.d.ts +0 -0
- /package/dist/src/{components/ui/elements/date-time-picker → ds/components/DateTimePicker}/date-time-picker.d.ts +0 -0
- /package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/entry-list-entries-skeleton.d.ts +0 -0
- /package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/entry-list-skeleton.d.ts +0 -0
- /package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/entry-list.d.ts +0 -0
- /package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/helpers.d.ts +0 -0
- /package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/index.d.ts +0 -0
- /package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/shared.d.ts +0 -0
- /package/dist/src/{components/ui/elements/entry-list → ds/components/EntryList}/types.d.ts +0 -0
- /package/dist/src/{components/ui/elements/form-fields → ds/components/FormFields}/index.d.ts +0 -0
- /package/dist/src/{components/ui/elements/form-fields → ds/components/FormFields}/input-field.stories.d.ts +0 -0
- /package/dist/src/{components/ui/elements/form-fields → ds/components/FormFields}/select-field.stories.d.ts +0 -0
- /package/dist/src/{components/ui/elements/key-value-list → ds/components/KeyValueList}/index.d.ts +0 -0
- /package/dist/src/{components/ui/elements/key-value-list → ds/components/KeyValueList}/key-value-list.stories.d.ts +0 -0
- /package/dist/src/{components/ui → ds/components/Label}/label.d.ts +0 -0
- /package/dist/src/{components/ui/elements/main-sidebar → ds/components/MainSidebar}/index.d.ts +0 -0
- /package/dist/src/{components/ui/elements/main-sidebar → ds/components/MainSidebar}/main-sidebar.d.ts +0 -0
- /package/dist/src/{components/ui/elements/notification → ds/components/Notification}/index.d.ts +0 -0
- /package/dist/src/{components/ui/elements/headers → ds/components/PageHeader}/index.d.ts +0 -0
- /package/dist/src/{components/ui → ds/components/Popover}/popover.d.ts +0 -0
- /package/dist/src/{components/ui → ds/components/RadioGroup}/radio-group.d.ts +0 -0
- /package/dist/src/{components/ui/elements/section → ds/components/Section}/index.d.ts +0 -0
- /package/dist/src/{components/ui/elements/section → ds/components/Section}/section-root.d.ts +0 -0
- /package/dist/src/{components/ui/elements/section → ds/components/Section}/section.d.ts +0 -0
- /package/dist/src/{components/ui/elements/select → ds/components/Select}/index.d.ts +0 -0
- /package/dist/src/{components/ui/elements/side-dialog → ds/components/SideDialog}/index.d.ts +0 -0
- /package/dist/src/{components/ui/elements/side-dialog → ds/components/SideDialog}/side-dialog-content.d.ts +0 -0
- /package/dist/src/{components/ui/elements/side-dialog → ds/components/SideDialog}/side-dialog-header.d.ts +0 -0
- /package/dist/src/{components/ui/elements/side-dialog → ds/components/SideDialog}/side-dialog-heading.d.ts +0 -0
- /package/dist/src/{components/ui/elements/side-dialog → ds/components/SideDialog}/side-dialog-nav.d.ts +0 -0
- /package/dist/src/{components/ui/elements/side-dialog → ds/components/SideDialog}/side-dialog-root.d.ts +0 -0
- /package/dist/src/{components/ui/elements/side-dialog → ds/components/SideDialog}/side-dialog-top.d.ts +0 -0
- /package/dist/src/{components/ui/elements/side-dialog → ds/components/SideDialog}/side-dialog.d.ts +0 -0
- /package/dist/src/{components/ui → ds/components/Skeleton}/skeleton.d.ts +0 -0
- /package/dist/src/{components/ui → ds/components/Slider}/slider.d.ts +0 -0
- /package/dist/src/{components/ui/elements/steps → ds/components/Steps}/index.d.ts +0 -0
- /package/dist/src/{components/ui/elements/steps → ds/components/Steps}/shared.d.ts +0 -0
- /package/dist/src/{components/ui → ds/components/Switch}/switch.d.ts +0 -0
- /package/dist/src/{components/ui/elements/tabs → ds/components/Tabs}/index.d.ts +0 -0
- /package/dist/src/{components/ui/elements/text → ds/components/Text}/formatters/get-short-id.d.ts +0 -0
- /package/dist/src/{components/ui/elements/text → ds/components/Text}/index.d.ts +0 -0
- /package/dist/src/{components/ui → ds/components/Tooltip}/tooltip.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/attachments/attach-file-dialog.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/attachments/attachment-preview-dialog.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/attachments/pdfs-adapter.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/attachments/voice-adapter.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/hooks/use-adapters.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/hooks/use-attachment-src.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/hooks/use-composer-add-attachment.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/hooks/use-file-src.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/hooks/use-has-attachments.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/hooks/use-load-browser-file.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/memory-search.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/messages/assistant-message.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/messages/error-aware-text.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/messages/markdown-text.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/messages/reasoning.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/messages/tripwire-notice.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/messages/user-messages.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/thread.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/tools/badges/badge-wrapper.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/tools/badges/loading-badge.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/tools/badges/network-choice-metadata-dialog.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/tools/tool-fallback.d.ts +0 -0
- /package/dist/src/{components/assistant-ui → lib/ai-ui}/tooltip-icon-button.d.ts +0 -0
- /package/dist/src/{components/ui/autoform/components/DiscriminatedUnionField.d.ts → lib/form/components/discriminated-union-field.d.ts} +0 -0
- /package/dist/src/{components/ui/autoform/components/RecordField.d.ts → lib/form/components/record-field.d.ts} +0 -0
- /package/dist/src/{components/ui/autoform/components/UnionField.d.ts → lib/form/components/union-field.d.ts} +0 -0
- /package/dist/src/{components/ui/autoform/CustomAutoForm.d.ts → lib/form/custom-auto-form.d.ts} +0 -0
- /package/dist/src/{components/dynamic-form/index.d.ts → lib/form/dynamic-form.d.ts} +0 -0
- /package/dist/src/{components/ui/autoform → lib/form}/types.d.ts +0 -0
- /package/dist/src/{components/ui/autoform/zodProvider → lib/form/zod-provider}/default-values.d.ts +0 -0
- /package/dist/src/{components/ui/autoform/zodProvider → lib/form/zod-provider}/field-type-inference.d.ts +0 -0
- /package/dist/src/{components/ui/autoform/zodProvider → lib/form/zod-provider}/index.d.ts +0 -0
package/dist/index.css
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
.container {
|
|
2
|
+
width: 100%;
|
|
3
|
+
margin-right: auto;
|
|
4
|
+
margin-left: auto;
|
|
5
|
+
padding-right: 2rem;
|
|
6
|
+
padding-left: 2rem;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@media (min-width: 1400px) {
|
|
10
|
+
|
|
11
|
+
.container {
|
|
12
|
+
max-width: 1400px;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
1
16
|
:root {
|
|
2
17
|
--aui-background: 0 0% 100%;
|
|
3
18
|
--aui-foreground: 240 10% 3.9%;
|
|
@@ -22,6 +37,28 @@
|
|
|
22
37
|
--aui-thread-max-width: 42rem;
|
|
23
38
|
}
|
|
24
39
|
|
|
40
|
+
.dark {
|
|
41
|
+
--aui-background: 0 0% 7%;
|
|
42
|
+
--aui-foreground: 0 0% 98%;
|
|
43
|
+
--aui-card: 240 10% 3.9%;
|
|
44
|
+
--aui-card-foreground: 0 0% 98%;
|
|
45
|
+
--aui-popover: 240 10% 3.9%;
|
|
46
|
+
--aui-popover-foreground: 0 0% 98%;
|
|
47
|
+
--aui-primary: 0 0% 98%;
|
|
48
|
+
--aui-primary-foreground: 240 5.9% 10%;
|
|
49
|
+
--aui-secondary: 240 3.7% 15.9%;
|
|
50
|
+
--aui-secondary-foreground: 0 0% 98%;
|
|
51
|
+
--aui-muted: 240 3.7% 15.9%;
|
|
52
|
+
--aui-muted-foreground: 240 5% 64.9%;
|
|
53
|
+
--aui-accent: 240 3.7% 15.9%;
|
|
54
|
+
--aui-accent-foreground: 0 0% 98%;
|
|
55
|
+
--aui-destructive: 0 62.8% 30.6%;
|
|
56
|
+
--aui-destructive-foreground: 0 0% 98%;
|
|
57
|
+
--aui-border: 240 3.7% 15.9%;
|
|
58
|
+
--aui-input: 240 3.7% 15.9%;
|
|
59
|
+
--aui-ring: 240 4.9% 83.9%;
|
|
60
|
+
}
|
|
61
|
+
|
|
25
62
|
.aui-root {
|
|
26
63
|
color: hsl(var(--aui-foreground));
|
|
27
64
|
}
|
|
@@ -36,7 +73,7 @@
|
|
|
36
73
|
justify-content: center;
|
|
37
74
|
gap: 0.5rem;
|
|
38
75
|
white-space: nowrap;
|
|
39
|
-
border-radius:
|
|
76
|
+
border-radius: 4px;
|
|
40
77
|
font-size: 0.875rem;
|
|
41
78
|
line-height: 1.25rem;
|
|
42
79
|
font-weight: 500;
|
|
@@ -154,7 +191,7 @@
|
|
|
154
191
|
.aui-tooltip-content {
|
|
155
192
|
z-index: 50;
|
|
156
193
|
overflow: hidden;
|
|
157
|
-
border-radius:
|
|
194
|
+
border-radius: 4px;
|
|
158
195
|
background-color: hsl(var(--aui-primary));
|
|
159
196
|
padding-left: 0.75rem;
|
|
160
197
|
padding-right: 0.75rem;
|
|
@@ -204,7 +241,7 @@
|
|
|
204
241
|
|
|
205
242
|
.aui-dialog-overlay {
|
|
206
243
|
position: fixed;
|
|
207
|
-
inset:
|
|
244
|
+
inset: 0rem;
|
|
208
245
|
z-index: 50;
|
|
209
246
|
background-color: rgb(0 0 0 / 0.8);
|
|
210
247
|
}
|
|
@@ -320,7 +357,7 @@
|
|
|
320
357
|
|
|
321
358
|
.aui-thread-viewport-footer {
|
|
322
359
|
position: sticky;
|
|
323
|
-
bottom:
|
|
360
|
+
bottom: 0rem;
|
|
324
361
|
margin-top: 0.75rem;
|
|
325
362
|
display: flex;
|
|
326
363
|
width: 100%;
|
|
@@ -328,8 +365,8 @@
|
|
|
328
365
|
flex-direction: column;
|
|
329
366
|
align-items: center;
|
|
330
367
|
justify-content: flex-end;
|
|
331
|
-
border-top-left-radius:
|
|
332
|
-
border-top-right-radius:
|
|
368
|
+
border-top-left-radius: 6px;
|
|
369
|
+
border-top-right-radius: 6px;
|
|
333
370
|
background-color: inherit;
|
|
334
371
|
padding-bottom: 1rem;
|
|
335
372
|
}
|
|
@@ -408,11 +445,11 @@
|
|
|
408
445
|
display: flex;
|
|
409
446
|
max-width: 24rem;
|
|
410
447
|
flex-grow: 1;
|
|
411
|
-
flex-basis:
|
|
448
|
+
flex-basis: 0rem;
|
|
412
449
|
flex-direction: column;
|
|
413
450
|
align-items: center;
|
|
414
451
|
justify-content: center;
|
|
415
|
-
border-radius:
|
|
452
|
+
border-radius: 6px;
|
|
416
453
|
border-width: 1px;
|
|
417
454
|
padding: 0.75rem;
|
|
418
455
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
@@ -442,7 +479,7 @@
|
|
|
442
479
|
width: 100%;
|
|
443
480
|
flex-wrap: wrap;
|
|
444
481
|
align-items: flex-end;
|
|
445
|
-
border-radius:
|
|
482
|
+
border-radius: 6px;
|
|
446
483
|
border-width: 1px;
|
|
447
484
|
background-color: inherit;
|
|
448
485
|
padding-left: 0.625rem;
|
|
@@ -555,7 +592,7 @@
|
|
|
555
592
|
align-items: center;
|
|
556
593
|
justify-content: center;
|
|
557
594
|
gap: 0.5rem;
|
|
558
|
-
border-radius:
|
|
595
|
+
border-radius: 6px;
|
|
559
596
|
border-width: 1px;
|
|
560
597
|
padding: 0.25rem;
|
|
561
598
|
}
|
|
@@ -586,7 +623,7 @@
|
|
|
586
623
|
|
|
587
624
|
.aui-attachment-text {
|
|
588
625
|
flex-grow: 1;
|
|
589
|
-
flex-basis:
|
|
626
|
+
flex-basis: 0rem;
|
|
590
627
|
}
|
|
591
628
|
|
|
592
629
|
.aui-attachment-name {
|
|
@@ -712,7 +749,7 @@
|
|
|
712
749
|
resize: none;
|
|
713
750
|
background-color: transparent;
|
|
714
751
|
padding: 1rem;
|
|
715
|
-
padding-bottom:
|
|
752
|
+
padding-bottom: 0rem;
|
|
716
753
|
color: hsl(var(--aui-foreground));
|
|
717
754
|
outline: 2px solid transparent;
|
|
718
755
|
outline-offset: 2px;
|
|
@@ -791,7 +828,7 @@
|
|
|
791
828
|
|
|
792
829
|
.aui-assistant-action-bar-root[data-floating] {
|
|
793
830
|
position: absolute;
|
|
794
|
-
border-radius:
|
|
831
|
+
border-radius: 4px;
|
|
795
832
|
border-width: 1px;
|
|
796
833
|
background-color: hsl(var(--aui-background));
|
|
797
834
|
padding: 0.25rem;
|
|
@@ -865,7 +902,7 @@
|
|
|
865
902
|
|
|
866
903
|
.aui-text-running::after {
|
|
867
904
|
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
868
|
-
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
905
|
+
font-family: var(--font-inter), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
869
906
|
--tw-content: '\25CF';
|
|
870
907
|
content: var(--tw-content);
|
|
871
908
|
}
|
|
@@ -889,7 +926,7 @@
|
|
|
889
926
|
display: flex;
|
|
890
927
|
align-items: center;
|
|
891
928
|
gap: 0.5rem;
|
|
892
|
-
border-radius:
|
|
929
|
+
border-radius: 6px;
|
|
893
930
|
transition-property: all;
|
|
894
931
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
895
932
|
transition-duration: 150ms;
|
|
@@ -918,7 +955,7 @@
|
|
|
918
955
|
align-items: center;
|
|
919
956
|
justify-content: flex-start;
|
|
920
957
|
gap: 0.25rem;
|
|
921
|
-
border-radius:
|
|
958
|
+
border-radius: 6px;
|
|
922
959
|
padding-left: 0.625rem;
|
|
923
960
|
padding-right: 0.625rem;
|
|
924
961
|
padding-top: 0.5rem;
|
|
@@ -958,7 +995,7 @@
|
|
|
958
995
|
margin-right: 0.75rem;
|
|
959
996
|
width: 1rem;
|
|
960
997
|
height: 1rem;
|
|
961
|
-
padding:
|
|
998
|
+
padding: 0rem;
|
|
962
999
|
color: hsl(var(--aui-foreground));
|
|
963
1000
|
}
|
|
964
1001
|
|
|
@@ -974,7 +1011,7 @@
|
|
|
974
1011
|
border-radius: 0.75rem;
|
|
975
1012
|
border-width: 1px;
|
|
976
1013
|
background-color: hsl(var(--aui-popover));
|
|
977
|
-
padding:
|
|
1014
|
+
padding: 0rem;
|
|
978
1015
|
color: hsl(var(--aui-popover-foreground));
|
|
979
1016
|
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
980
1017
|
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
|
@@ -1147,7 +1184,7 @@
|
|
|
1147
1184
|
> :where(:is(ol, ul):last-child)
|
|
1148
1185
|
> :where(li:last-child)::after {
|
|
1149
1186
|
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
1150
|
-
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1187
|
+
font-family: var(--font-inter), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1151
1188
|
--tw-content: '\25CF';
|
|
1152
1189
|
content: var(--tw-content);
|
|
1153
1190
|
}
|
|
@@ -1204,7 +1241,7 @@
|
|
|
1204
1241
|
}
|
|
1205
1242
|
|
|
1206
1243
|
.aui-md-h1:last-child {
|
|
1207
|
-
margin-bottom:
|
|
1244
|
+
margin-bottom: 0rem;
|
|
1208
1245
|
}
|
|
1209
1246
|
|
|
1210
1247
|
.aui-md-h2 {
|
|
@@ -1218,11 +1255,11 @@
|
|
|
1218
1255
|
}
|
|
1219
1256
|
|
|
1220
1257
|
.aui-md-h2:first-child {
|
|
1221
|
-
margin-top:
|
|
1258
|
+
margin-top: 0rem;
|
|
1222
1259
|
}
|
|
1223
1260
|
|
|
1224
1261
|
.aui-md-h2:last-child {
|
|
1225
|
-
margin-bottom:
|
|
1262
|
+
margin-bottom: 0rem;
|
|
1226
1263
|
}
|
|
1227
1264
|
|
|
1228
1265
|
.aui-md-h3 {
|
|
@@ -1236,11 +1273,11 @@
|
|
|
1236
1273
|
}
|
|
1237
1274
|
|
|
1238
1275
|
.aui-md-h3:first-child {
|
|
1239
|
-
margin-top:
|
|
1276
|
+
margin-top: 0rem;
|
|
1240
1277
|
}
|
|
1241
1278
|
|
|
1242
1279
|
.aui-md-h3:last-child {
|
|
1243
|
-
margin-bottom:
|
|
1280
|
+
margin-bottom: 0rem;
|
|
1244
1281
|
}
|
|
1245
1282
|
|
|
1246
1283
|
.aui-md-h4 {
|
|
@@ -1254,11 +1291,11 @@
|
|
|
1254
1291
|
}
|
|
1255
1292
|
|
|
1256
1293
|
.aui-md-h4:first-child {
|
|
1257
|
-
margin-top:
|
|
1294
|
+
margin-top: 0rem;
|
|
1258
1295
|
}
|
|
1259
1296
|
|
|
1260
1297
|
.aui-md-h4:last-child {
|
|
1261
|
-
margin-bottom:
|
|
1298
|
+
margin-bottom: 0rem;
|
|
1262
1299
|
}
|
|
1263
1300
|
|
|
1264
1301
|
.aui-md-h5 {
|
|
@@ -1270,11 +1307,11 @@
|
|
|
1270
1307
|
}
|
|
1271
1308
|
|
|
1272
1309
|
.aui-md-h5:first-child {
|
|
1273
|
-
margin-top:
|
|
1310
|
+
margin-top: 0rem;
|
|
1274
1311
|
}
|
|
1275
1312
|
|
|
1276
1313
|
.aui-md-h5:last-child {
|
|
1277
|
-
margin-bottom:
|
|
1314
|
+
margin-bottom: 0rem;
|
|
1278
1315
|
}
|
|
1279
1316
|
|
|
1280
1317
|
.aui-md-h6 {
|
|
@@ -1284,11 +1321,11 @@
|
|
|
1284
1321
|
}
|
|
1285
1322
|
|
|
1286
1323
|
.aui-md-h6:first-child {
|
|
1287
|
-
margin-top:
|
|
1324
|
+
margin-top: 0rem;
|
|
1288
1325
|
}
|
|
1289
1326
|
|
|
1290
1327
|
.aui-md-h6:last-child {
|
|
1291
|
-
margin-bottom:
|
|
1328
|
+
margin-bottom: 0rem;
|
|
1292
1329
|
}
|
|
1293
1330
|
|
|
1294
1331
|
.aui-md-p {
|
|
@@ -1298,11 +1335,11 @@
|
|
|
1298
1335
|
}
|
|
1299
1336
|
|
|
1300
1337
|
.aui-md-p:first-child {
|
|
1301
|
-
margin-top:
|
|
1338
|
+
margin-top: 0rem;
|
|
1302
1339
|
}
|
|
1303
1340
|
|
|
1304
1341
|
.aui-md-p:last-child {
|
|
1305
|
-
margin-bottom:
|
|
1342
|
+
margin-bottom: 0rem;
|
|
1306
1343
|
}
|
|
1307
1344
|
|
|
1308
1345
|
.aui-md-a {
|
|
@@ -1351,8 +1388,8 @@
|
|
|
1351
1388
|
margin-bottom: 1.25rem;
|
|
1352
1389
|
width: 100%;
|
|
1353
1390
|
border-collapse: separate;
|
|
1354
|
-
--tw-border-spacing-x:
|
|
1355
|
-
--tw-border-spacing-y:
|
|
1391
|
+
--tw-border-spacing-x: 0rem;
|
|
1392
|
+
--tw-border-spacing-y: 0rem;
|
|
1356
1393
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
|
1357
1394
|
overflow-y: auto;
|
|
1358
1395
|
}
|
|
@@ -1368,11 +1405,11 @@
|
|
|
1368
1405
|
}
|
|
1369
1406
|
|
|
1370
1407
|
.aui-md-th:first-child {
|
|
1371
|
-
border-top-left-radius:
|
|
1408
|
+
border-top-left-radius: 6px;
|
|
1372
1409
|
}
|
|
1373
1410
|
|
|
1374
1411
|
.aui-md-th:last-child {
|
|
1375
|
-
border-top-right-radius:
|
|
1412
|
+
border-top-right-radius: 6px;
|
|
1376
1413
|
}
|
|
1377
1414
|
|
|
1378
1415
|
.aui-md-th[align=center] {
|
|
@@ -1406,9 +1443,9 @@
|
|
|
1406
1443
|
}
|
|
1407
1444
|
|
|
1408
1445
|
.aui-md-tr {
|
|
1409
|
-
margin:
|
|
1446
|
+
margin: 0rem;
|
|
1410
1447
|
border-bottom-width: 1px;
|
|
1411
|
-
padding:
|
|
1448
|
+
padding: 0rem;
|
|
1412
1449
|
}
|
|
1413
1450
|
|
|
1414
1451
|
.aui-md-tr:first-child {
|
|
@@ -1416,11 +1453,11 @@
|
|
|
1416
1453
|
}
|
|
1417
1454
|
|
|
1418
1455
|
.aui-md-tr:last-child>td:first-child {
|
|
1419
|
-
border-bottom-left-radius:
|
|
1456
|
+
border-bottom-left-radius: 6px;
|
|
1420
1457
|
}
|
|
1421
1458
|
|
|
1422
1459
|
.aui-md-tr:last-child>td:last-child {
|
|
1423
|
-
border-bottom-right-radius:
|
|
1460
|
+
border-bottom-right-radius: 6px;
|
|
1424
1461
|
}
|
|
1425
1462
|
|
|
1426
1463
|
.aui-md-sup>a {
|
|
@@ -1431,8 +1468,8 @@
|
|
|
1431
1468
|
|
|
1432
1469
|
.aui-md-pre {
|
|
1433
1470
|
overflow-x: auto;
|
|
1434
|
-
border-bottom-right-radius:
|
|
1435
|
-
border-bottom-left-radius:
|
|
1471
|
+
border-bottom-right-radius: 6px;
|
|
1472
|
+
border-bottom-left-radius: 6px;
|
|
1436
1473
|
--tw-bg-opacity: 1;
|
|
1437
1474
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
1438
1475
|
padding: 1rem;
|
|
@@ -1452,8 +1489,8 @@
|
|
|
1452
1489
|
align-items: center;
|
|
1453
1490
|
justify-content: space-between;
|
|
1454
1491
|
gap: 1rem;
|
|
1455
|
-
border-top-left-radius:
|
|
1456
|
-
border-top-right-radius:
|
|
1492
|
+
border-top-left-radius: 6px;
|
|
1493
|
+
border-top-right-radius: 6px;
|
|
1457
1494
|
--tw-bg-opacity: 1;
|
|
1458
1495
|
background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
|
|
1459
1496
|
padding-left: 1rem;
|