@exegia/corpora-ui 0.28.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -11
- package/dist-lib/index.js +13006 -7914
- package/dist-lib/index.js.map +1 -1
- package/dist-lib/src/components/atoms/_layout.d.ts +4 -0
- package/dist-lib/src/components/atoms/avatar/base.d.ts +2 -0
- package/dist-lib/src/components/atoms/avatar/index.d.ts +2 -0
- package/dist-lib/src/components/atoms/avatar/types.d.ts +20 -0
- package/dist-lib/src/components/atoms/avatar/utils.d.ts +13 -0
- package/dist-lib/src/components/atoms/avatar/verified.d.ts +1 -0
- package/dist-lib/src/components/atoms/background/index.d.ts +6 -0
- package/dist-lib/src/components/atoms/background/texture.d.ts +2 -0
- package/dist-lib/src/components/atoms/background/type.d.ts +7 -0
- package/dist-lib/src/components/atoms/background/utils.d.ts +4 -0
- package/dist-lib/src/components/atoms/bubble/actions.d.ts +7 -0
- package/dist-lib/src/components/atoms/bubble/context.d.ts +4 -0
- package/dist-lib/src/components/atoms/bubble/default.d.ts +3 -0
- package/dist-lib/src/components/atoms/bubble/header.d.ts +8 -0
- package/dist-lib/src/components/atoms/bubble/index.d.ts +16 -0
- package/dist-lib/src/components/atoms/bubble/message.d.ts +3 -0
- package/dist-lib/src/components/atoms/bubble/reactions.d.ts +14 -0
- package/dist-lib/src/components/atoms/bubble/types.d.ts +59 -0
- package/dist-lib/src/components/atoms/bubble/utils.d.ts +13 -0
- package/dist-lib/src/components/atoms/chip.d.ts +15 -0
- package/dist-lib/src/components/atoms/index.d.ts +15 -0
- package/dist-lib/src/components/atoms/loader.d.ts +8 -0
- package/dist-lib/src/components/atoms/reference.d.ts +7 -0
- package/dist-lib/src/components/atoms/text/default.d.ts +1144 -0
- package/dist-lib/src/components/atoms/text/heading.d.ts +4 -0
- package/dist-lib/src/components/atoms/text/index.d.ts +21 -0
- package/dist-lib/src/components/atoms/text/label.d.ts +2 -0
- package/dist-lib/src/components/atoms/text/paragraph.d.ts +4 -0
- package/dist-lib/src/components/atoms/text/span.d.ts +3 -0
- package/dist-lib/src/components/atoms/text/types.d.ts +23 -0
- package/dist-lib/src/components/atoms/text/utils.d.ts +4 -0
- package/dist-lib/src/components/atoms/text-selection/click-popover.d.ts +3 -0
- package/dist-lib/src/components/atoms/text-selection/index.d.ts +6 -0
- package/dist-lib/src/components/atoms/text-selection/popover.d.ts +3 -0
- package/dist-lib/src/components/atoms/text-selection/selection-atom.d.ts +30 -0
- package/dist-lib/src/components/atoms/text-selection/selection.d.ts +3 -0
- package/dist-lib/src/components/atoms/text-selection/types.d.ts +90 -0
- package/dist-lib/src/components/atoms/text-selection/use-selection.d.ts +7 -0
- package/dist-lib/src/components/atoms/types.d.ts +17 -0
- package/dist-lib/src/components/blocks/auth/auth-flow-block.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/auth/code-auth-block.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/auth/forgot-password-block.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/auth/linked-accounts-block.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/auth/login-block.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/auth/onboarding-block.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/auth/passkey-manager-block.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/auth/passkey-sign-in-block.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/auth/signup-block.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/auth/update-password-block.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/chat/banners.d.ts +13 -0
- package/dist-lib/src/components/blocks/chat/base.d.ts +10 -0
- package/dist-lib/src/components/blocks/chat/base.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/chat/header.d.ts +4 -0
- package/dist-lib/src/components/blocks/chat/index.d.ts +13 -0
- package/dist-lib/src/components/blocks/chat/recommendation-stack.d.ts +13 -0
- package/dist-lib/src/components/blocks/chat/shared.d.ts +8 -0
- package/dist-lib/src/components/blocks/chat/suggested-prompts.d.ts +3 -0
- package/dist-lib/src/components/blocks/chat/types.d.ts +64 -0
- package/dist-lib/src/components/blocks/chat/version-history-record.d.ts +3 -0
- package/dist-lib/{components → src/components}/blocks/profile/profile-card-block.d.ts +2 -7
- package/dist-lib/src/components/blocks/profile/profile-card-block.story.d.ts +3 -0
- package/dist-lib/{components → src/components}/blocks/profile/type.d.ts +2 -2
- package/dist-lib/src/components/blocks/scaffold/scaffold-root.story.d.ts +3 -0
- package/dist-lib/src/components/blocks/shell/shell-layout.story.d.ts +3 -0
- package/dist-lib/src/components/composed/action-bar/action.d.ts +18 -0
- package/dist-lib/src/components/composed/action-bar/emojis.d.ts +10 -0
- package/dist-lib/src/components/composed/action-bar/index.d.ts +12 -0
- package/dist-lib/src/components/composed/action-bar/toolbar.d.ts +2 -0
- package/dist-lib/src/components/composed/action-bar/types.d.ts +55 -0
- package/dist-lib/src/components/composed/action-bar/utils.d.ts +57 -0
- package/dist-lib/src/components/composed/ai/avatar.d.ts +1 -0
- package/dist-lib/src/components/composed/ai/index.d.ts +17 -0
- package/dist-lib/src/components/composed/ai/message.d.ts +7 -0
- package/dist-lib/src/components/composed/ai/research-answer.d.ts +30 -0
- package/dist-lib/src/components/composed/ai/shared.d.ts +19 -0
- package/dist-lib/src/components/composed/ai/streaming-text.d.ts +26 -0
- package/dist-lib/src/components/composed/ai/suggested-prompt.d.ts +35 -0
- package/dist-lib/src/components/composed/ai/types.d.ts +66 -0
- package/dist-lib/src/components/composed/attachment.story.d.ts +3 -0
- package/dist-lib/src/components/composed/chart.story.d.ts +3 -0
- package/dist-lib/src/components/composed/chat/__tests__/attachment.test.d.ts +1 -0
- package/dist-lib/src/components/composed/chat/__tests__/beautiful-ui.test.d.ts +1 -0
- package/dist-lib/src/components/composed/chat/__tests__/chart.test.d.ts +1 -0
- package/dist-lib/src/components/composed/chat/__tests__/code-block.test.d.ts +1 -0
- package/dist-lib/src/components/composed/chat/__tests__/composer-attachments.test.d.ts +1 -0
- package/dist-lib/src/components/composed/chat/__tests__/composer.test.d.ts +1 -0
- package/dist-lib/src/components/composed/chat/__tests__/flowchart.test.d.ts +1 -0
- package/dist-lib/src/components/composed/chat/__tests__/markdown.test.d.ts +1 -0
- package/dist-lib/src/components/composed/chat/actions.d.ts +2 -0
- package/dist-lib/src/components/composed/chat/attachment.d.ts +62 -0
- package/dist-lib/src/components/composed/chat/chart.d.ts +41 -0
- package/dist-lib/src/components/composed/chat/code-block.d.ts +26 -0
- package/dist-lib/src/components/composed/chat/composer/add-button.d.ts +5 -0
- package/dist-lib/src/components/composed/chat/composer/base.d.ts +8 -0
- package/dist-lib/src/components/composed/chat/composer/command-menu.d.ts +2 -0
- package/dist-lib/src/components/composed/chat/composer/hooks.d.ts +9 -0
- package/dist-lib/src/components/composed/chat/composer/index.d.ts +10 -0
- package/dist-lib/src/components/composed/chat/composer/send-button.d.ts +3 -0
- package/dist-lib/src/components/composed/chat/composer/suggestions.d.ts +7 -0
- package/dist-lib/src/components/composed/chat/composer/utils.d.ts +19 -0
- package/dist-lib/src/components/composed/chat/context-cards.d.ts +27 -0
- package/dist-lib/src/components/composed/chat/filter-table.d.ts +40 -0
- package/dist-lib/src/components/composed/chat/flowchart/chart-node.d.ts +2 -0
- package/dist-lib/src/components/composed/chat/flowchart/connector.d.ts +2 -0
- package/dist-lib/src/components/composed/chat/flowchart/constant.d.ts +15 -0
- package/dist-lib/src/components/composed/chat/flowchart/default.d.ts +7 -0
- package/dist-lib/src/components/composed/chat/flowchart/edge-toolbar.d.ts +9 -0
- package/dist-lib/src/components/composed/chat/flowchart/hooks.d.ts +290 -0
- package/dist-lib/src/components/composed/chat/flowchart/index.d.ts +11 -0
- package/dist-lib/src/components/composed/chat/flowchart/step-body.d.ts +6 -0
- package/dist-lib/src/components/composed/chat/flowchart/types.d.ts +91 -0
- package/dist-lib/src/components/composed/chat/flowchart/utils.d.ts +64 -0
- package/dist-lib/src/components/composed/chat/hint.d.ts +6 -0
- package/dist-lib/src/components/composed/chat/index.d.ts +15 -0
- package/dist-lib/src/components/composed/chat/insight-cards.d.ts +54 -0
- package/dist-lib/src/components/composed/chat/markdown-atom.d.ts +7 -0
- package/dist-lib/src/components/composed/chat/markdown.d.ts +22 -0
- package/dist-lib/src/components/composed/chat/recommendation/checkbox.d.ts +15 -0
- package/dist-lib/src/components/composed/chat/recommendation/constant.d.ts +6 -0
- package/dist-lib/src/components/composed/chat/recommendation/default.d.ts +7 -0
- package/dist-lib/src/components/composed/chat/recommendation/group.d.ts +8 -0
- package/dist-lib/src/components/composed/chat/recommendation/index.d.ts +15 -0
- package/dist-lib/src/components/composed/chat/recommendation/item.d.ts +12 -0
- package/dist-lib/src/components/composed/chat/recommendation/types.d.ts +53 -0
- package/dist-lib/src/components/composed/chat/records-table.d.ts +38 -0
- package/dist-lib/src/components/composed/chat/type.d.ts +86 -0
- package/dist-lib/src/components/composed/code-block.story.d.ts +3 -0
- package/dist-lib/src/components/composed/context-cards.story.d.ts +3 -0
- package/dist-lib/src/components/composed/emoji-action-bar.story.d.ts +3 -0
- package/dist-lib/src/components/composed/filter-table.story.d.ts +7 -0
- package/dist-lib/src/components/composed/flowchart.story.d.ts +3 -0
- package/dist-lib/src/components/composed/insight-cards.story.d.ts +3 -0
- package/dist-lib/src/components/composed/logo.story.d.ts +3 -0
- package/dist-lib/src/components/composed/markdown.story.d.ts +3 -0
- package/dist-lib/src/components/composed/password-input.story.d.ts +7 -0
- package/dist-lib/src/components/composed/reader/applied-mark.d.ts +3 -0
- package/dist-lib/src/components/composed/reader/apply-toast.d.ts +3 -0
- package/dist-lib/src/components/composed/reader/index.d.ts +7 -0
- package/dist-lib/src/components/composed/reader/selection-highlight.d.ts +3 -0
- package/dist-lib/src/components/composed/reader/selection-popover.d.ts +9 -0
- package/dist-lib/src/components/composed/reader/type.d.ts +40 -0
- package/dist-lib/src/components/composed/recommendation-card.story.d.ts +3 -0
- package/dist-lib/src/components/composed/records-table.story.d.ts +3 -0
- package/dist-lib/src/components/composed/research-answer.story.d.ts +3 -0
- package/dist-lib/src/components/composed/social-providers.story.d.ts +3 -0
- package/dist-lib/src/components/composed/streaming-text.story.d.ts +3 -0
- package/dist-lib/src/components/composed/tree/__tests__/tree-atom.test.d.ts +1 -0
- package/dist-lib/src/components/composed/tree/__tests__/tree.test.d.ts +1 -0
- package/dist-lib/src/components/composed/tree/__tests__/use-tree.test.d.ts +1 -0
- package/dist-lib/src/components/composed/tree.story.d.ts +6 -0
- package/dist-lib/src/components/composed/user/index.d.ts +11 -0
- package/dist-lib/src/components/composed/user/info.d.ts +12 -0
- package/dist-lib/src/components/composed/user/message.d.ts +3 -0
- package/dist-lib/src/components/composed/user/pill.d.ts +10 -0
- package/dist-lib/src/components/composed/user/types.d.ts +20 -0
- package/dist-lib/src/components/composed/user/utils.d.ts +1 -0
- package/dist-lib/src/components/composed/user.story.d.ts +8 -0
- package/dist-lib/src/components/composed/verse/__tests__/verse.test.d.ts +1 -0
- package/dist-lib/src/components/composed/verse/index.d.ts +2 -0
- package/dist-lib/src/components/composed/verse/types.d.ts +18 -0
- package/dist-lib/src/components/composed/verse/verse.d.ts +5 -0
- package/dist-lib/src/components/composed/verse.story.d.ts +3 -0
- package/dist-lib/src/components/docs/atoms-gallery.d.ts +3 -0
- package/dist-lib/{components → src/components}/docs/demo-controls.d.ts +3 -10
- package/dist-lib/src/components/docs/hero.d.ts +5 -0
- package/dist-lib/src/components/docs/mermaid.d.ts +3 -0
- package/dist-lib/src/components/icons/__tests__/icons.test.d.ts +1 -0
- package/dist-lib/src/components/motion/index.d.ts +1 -0
- package/dist-lib/src/components/ui/accordion.d.ts +7 -0
- package/dist-lib/src/components/ui/alert-dialog.d.ts +20 -0
- package/dist-lib/src/components/ui/alert.d.ts +10 -0
- package/dist-lib/src/components/ui/autocomplete.d.ts +34 -0
- package/dist-lib/src/components/ui/avatar.d.ts +11 -0
- package/dist-lib/src/components/ui/avatar.story.d.ts +7 -0
- package/dist-lib/src/components/ui/badge.d.ts +14 -0
- package/dist-lib/src/components/ui/bubble.story.d.ts +7 -0
- package/dist-lib/{components → src/components}/ui/button.d.ts +1 -1
- package/dist-lib/src/components/ui/button.story.d.ts +8 -0
- package/dist-lib/src/components/ui/card.story.d.ts +9 -0
- package/dist-lib/src/components/ui/chat/__tests__/segmented-toggle.test.d.ts +1 -0
- package/dist-lib/src/components/ui/chat/avatar-handle.d.ts +13 -0
- package/dist-lib/src/components/ui/chat/badges.d.ts +29 -0
- package/dist-lib/src/components/ui/chat/buttons.d.ts +29 -0
- package/dist-lib/src/components/ui/chat/chips.d.ts +48 -0
- package/dist-lib/src/components/ui/chat/dot.d.ts +30 -0
- package/dist-lib/src/components/ui/chat/icon-button.d.ts +18 -0
- package/dist-lib/src/components/ui/chat/icon-tile.d.ts +20 -0
- package/dist-lib/src/components/ui/chat/index.d.ts +12 -0
- package/dist-lib/src/components/ui/chat/inline-source.d.ts +20 -0
- package/dist-lib/src/components/ui/chat/segmented-toggle.d.ts +20 -0
- package/dist-lib/src/components/ui/chat/tag.d.ts +21 -0
- package/dist-lib/src/components/ui/chat/thumbnail.d.ts +13 -0
- package/dist-lib/src/components/ui/chat/waveform.d.ts +13 -0
- package/dist-lib/src/components/ui/chat-atoms.story.d.ts +22 -0
- package/dist-lib/src/components/ui/checkbox.story.d.ts +7 -0
- package/dist-lib/src/components/ui/collapsible.d.ts +6 -0
- package/dist-lib/src/components/ui/command.d.ts +25 -0
- package/dist-lib/src/components/ui/context-menu.d.ts +42 -0
- package/dist-lib/src/components/ui/emoji-picker.d.ts +7 -0
- package/dist-lib/src/components/ui/field.story.d.ts +7 -0
- package/dist-lib/src/components/ui/file-icons.story.d.ts +7 -0
- package/dist-lib/src/components/ui/frame.story.d.ts +9 -0
- package/dist-lib/{components → src/components}/ui/glasscn/glass-container.d.ts +7 -2
- package/dist-lib/src/components/ui/input-group.story.d.ts +7 -0
- package/dist-lib/src/components/ui/input.story.d.ts +9 -0
- package/dist-lib/src/components/ui/kbd.d.ts +3 -0
- package/dist-lib/src/components/ui/label.story.d.ts +9 -0
- package/dist-lib/src/components/ui/menu-command.d.ts +37 -0
- package/dist-lib/src/components/ui/menu-command.story.d.ts +7 -0
- package/dist-lib/src/components/ui/otp-field.story.d.ts +9 -0
- package/dist-lib/src/components/ui/password-input.story.d.ts +3 -0
- package/dist-lib/src/components/ui/popover-glass.d.ts +32 -0
- package/dist-lib/src/components/ui/popover.d.ts +18 -0
- package/dist-lib/src/components/ui/preview-card.d.ts +11 -0
- package/dist-lib/src/components/ui/reference.story.d.ts +10 -0
- package/dist-lib/src/components/ui/scroll-area.d.ts +11 -0
- package/dist-lib/{components → src/components}/ui/select.d.ts +1 -1
- package/dist-lib/src/components/ui/separator.story.d.ts +7 -0
- package/dist-lib/src/components/ui/tabs.d.ts +15 -0
- package/dist-lib/src/components/ui/text.story.d.ts +9 -0
- package/dist-lib/src/components/ui/textarea.story.d.ts +7 -0
- package/dist-lib/src/components/ui/toast.d.ts +15 -0
- package/dist-lib/src/components/ui/toolbar.d.ts +9 -0
- package/dist-lib/src/components/ui/tooltip.d.ts +14 -0
- package/dist-lib/{index.d.ts → src/index.d.ts} +13 -4
- package/dist-lib/{lib → src/lib}/ease.d.ts +9 -0
- package/dist-lib/src/lib/hooks/use-mobile.d.ts +1 -0
- package/dist-lib/src/lib/keyed-atom.d.ts +14 -0
- package/dist-lib/src/lib/segmented-control.d.ts +8 -0
- package/dist-lib/src/lib/utils.test.d.ts +1 -0
- package/package.json +40 -21
- package/src/assets/css/base.css +62 -0
- package/src/assets/css/chat.css +229 -0
- package/src/assets/css/shadows.css +157 -0
- package/src/assets/css/theme.css +321 -0
- package/src/components/AGENTS.md +0 -0
- package/src/components/atoms/_layout.tsx +9 -0
- package/src/components/atoms/avatar/base.tsx +70 -0
- package/src/components/atoms/avatar/index.ts +3 -0
- package/src/components/atoms/avatar/types.ts +24 -0
- package/src/components/atoms/avatar/utils.ts +54 -0
- package/src/components/atoms/avatar/verified.tsx +16 -0
- package/src/components/atoms/background/index.ts +8 -0
- package/src/components/atoms/background/texture.tsx +29 -0
- package/src/components/atoms/background/type.ts +10 -0
- package/src/components/atoms/background/utils.ts +13 -0
- package/src/components/atoms/bubble/__tests__/bubble.test.tsx +138 -0
- package/src/components/atoms/bubble/__tests__/reference.test.tsx +25 -0
- package/src/components/atoms/bubble/actions.tsx +28 -0
- package/src/components/atoms/bubble/context.ts +11 -0
- package/src/components/atoms/bubble/default.tsx +46 -0
- package/src/components/atoms/bubble/header.tsx +34 -0
- package/src/components/atoms/bubble/index.ts +37 -0
- package/src/components/atoms/bubble/message.tsx +25 -0
- package/src/components/atoms/bubble/reactions.tsx +194 -0
- package/src/components/atoms/bubble/types.ts +79 -0
- package/src/components/atoms/bubble/utils.ts +46 -0
- package/src/components/atoms/chip.tsx +61 -0
- package/src/components/atoms/index.ts +52 -0
- package/src/components/atoms/loader.tsx +42 -0
- package/src/components/atoms/reference.tsx +41 -0
- package/src/components/atoms/text/__tests__/text.test.tsx +47 -0
- package/src/components/atoms/text/default.tsx +59 -0
- package/src/components/atoms/text/heading.tsx +61 -0
- package/src/components/atoms/text/index.ts +24 -0
- package/src/components/atoms/text/label.tsx +16 -0
- package/src/components/atoms/text/paragraph.tsx +58 -0
- package/src/components/atoms/text/span.tsx +15 -0
- package/src/components/atoms/text/types.ts +31 -0
- package/src/components/atoms/text/utils.ts +16 -0
- package/src/components/atoms/text-selection/__tests__/click-popover.test.tsx +61 -0
- package/src/components/atoms/text-selection/__tests__/text-selection.test.tsx +90 -0
- package/src/components/atoms/text-selection/click-popover.tsx +62 -0
- package/src/components/atoms/text-selection/index.ts +30 -0
- package/src/components/atoms/text-selection/popover.tsx +100 -0
- package/src/components/atoms/text-selection/selection-atom.ts +51 -0
- package/src/components/atoms/text-selection/selection.tsx +56 -0
- package/src/components/atoms/text-selection/types.ts +125 -0
- package/src/components/atoms/text-selection/use-selection.ts +84 -0
- package/src/components/atoms/types.ts +18 -0
- package/src/components/blocks/auth/__tests__/auth-flow-block.test.tsx +1 -1
- package/src/components/blocks/auth/__tests__/auth-state-atom.test.tsx +1 -1
- package/src/components/blocks/auth/auth-flow-block.story.tsx +17 -0
- package/src/components/blocks/auth/code-auth-block.story.tsx +20 -0
- package/src/components/blocks/auth/forgot-password-block.story.tsx +14 -0
- package/src/components/blocks/auth/linked-accounts-block.story.tsx +23 -0
- package/src/components/blocks/auth/linked-accounts-block.tsx +1 -1
- package/src/components/blocks/auth/login-block.story.tsx +18 -0
- package/src/components/blocks/auth/onboarding/profile-step.tsx +1 -1
- package/src/components/blocks/auth/onboarding-block.story.tsx +14 -0
- package/src/components/blocks/auth/passkey-manager-block.story.tsx +18 -0
- package/src/components/blocks/auth/passkey-manager-block.tsx +2 -2
- package/src/components/blocks/auth/passkey-sign-in-block.story.tsx +14 -0
- package/src/components/blocks/auth/signup-block.story.tsx +18 -0
- package/src/components/blocks/auth/update-password-block.story.tsx +14 -0
- package/src/components/blocks/chat/__tests__/ai-panel.test.tsx +65 -0
- package/src/components/blocks/chat/banners.tsx +69 -0
- package/src/components/blocks/chat/base.story.tsx +19 -0
- package/src/components/blocks/chat/base.tsx +84 -0
- package/src/components/blocks/chat/header.tsx +60 -0
- package/src/components/blocks/chat/index.ts +39 -0
- package/src/components/blocks/chat/recommendation-stack.tsx +43 -0
- package/src/components/blocks/chat/shared.tsx +27 -0
- package/src/components/blocks/chat/suggested-prompts.tsx +45 -0
- package/src/components/blocks/chat/types.ts +81 -0
- package/src/components/blocks/chat/version-history-record.tsx +37 -0
- package/src/components/blocks/nav/sidebar/__tests__/ai-sidebar-atom.test.tsx +1 -1
- package/src/components/blocks/nav/sidebar/sidebar-row.tsx +2 -2
- package/src/components/blocks/nav/sidebar/use-ai-sidebar.ts +193 -190
- package/src/components/blocks/profile/__tests__/profile-card-block.test.tsx +208 -176
- package/src/components/blocks/profile/profile-card-block.story.tsx +18 -0
- package/src/components/blocks/profile/profile-card-block.tsx +15 -17
- package/src/components/blocks/profile/type.ts +3 -5
- package/src/components/blocks/profile/use-profile-card.ts +17 -11
- package/src/components/blocks/scaffold/scaffold-canvas.tsx +4 -1
- package/src/components/blocks/scaffold/scaffold-root.story.tsx +36 -0
- package/src/components/blocks/scaffold/scaffold-root.tsx +9 -6
- package/src/components/blocks/scaffold/utils.ts +1 -1
- package/src/components/blocks/shell/__tests__/shell-fit-atom.test.tsx +4 -4
- package/src/components/blocks/shell/__tests__/shell-layout.test.tsx +3 -3
- package/src/components/blocks/shell/animated-panel-inset.tsx +1 -1
- package/src/components/blocks/shell/shell-layout.story.tsx +19 -0
- package/src/components/blocks/shell/shell-layout.tsx +1 -1
- package/src/components/blocks/shell/use-shell-fit-state.ts +2 -2
- package/src/components/blocks/shell/use-shell-fit.ts +2 -2
- package/src/components/blocks/shell/use-shell-panels.ts +3 -3
- package/src/components/composed/action-bar/__tests__/action-bar.test.tsx +96 -0
- package/src/components/composed/action-bar/action.tsx +80 -0
- package/src/components/composed/action-bar/emojis.tsx +97 -0
- package/src/components/composed/action-bar/index.ts +24 -0
- package/src/components/composed/action-bar/toolbar.tsx +60 -0
- package/src/components/composed/action-bar/types.ts +58 -0
- package/src/components/composed/action-bar/utils.ts +141 -0
- package/src/components/composed/ai/__tests__/ai.test.tsx +67 -0
- package/src/components/composed/ai/avatar.tsx +20 -0
- package/src/components/composed/ai/index.ts +36 -0
- package/src/components/composed/ai/message.tsx +49 -0
- package/src/components/composed/ai/research-answer.tsx +157 -0
- package/src/components/composed/ai/shared.tsx +94 -0
- package/src/components/composed/ai/streaming-text.tsx +94 -0
- package/src/components/composed/ai/suggested-prompt.tsx +183 -0
- package/src/components/composed/ai/types.ts +81 -0
- package/src/components/composed/attachment.story.tsx +52 -0
- package/src/components/composed/chart.story.tsx +46 -0
- package/src/components/composed/chat/__tests__/attachment.test.tsx +45 -0
- package/src/components/composed/chat/__tests__/beautiful-ui.test.tsx +57 -0
- package/src/components/composed/chat/__tests__/chart.test.tsx +29 -0
- package/src/components/composed/chat/__tests__/code-block.test.tsx +12 -0
- package/src/components/composed/chat/__tests__/composer-attachments.test.tsx +53 -0
- package/src/components/composed/chat/__tests__/composer.test.tsx +81 -0
- package/src/components/composed/chat/__tests__/flowchart.test.tsx +132 -0
- package/src/components/composed/chat/__tests__/markdown.test.tsx +25 -0
- package/src/components/composed/chat/actions.tsx +81 -0
- package/src/components/composed/chat/attachment.tsx +228 -0
- package/src/components/composed/chat/chart.tsx +193 -0
- package/src/components/composed/chat/code-block.tsx +123 -0
- package/src/components/composed/chat/composer/add-button.tsx +22 -0
- package/src/components/composed/chat/composer/base.tsx +248 -0
- package/src/components/composed/chat/composer/command-menu.tsx +42 -0
- package/src/components/composed/chat/composer/hooks.ts +29 -0
- package/src/components/composed/chat/composer/index.ts +19 -0
- package/src/components/composed/chat/composer/send-button.tsx +44 -0
- package/src/components/composed/chat/composer/suggestions.tsx +115 -0
- package/src/components/composed/chat/composer/utils.ts +74 -0
- package/src/components/composed/chat/context-cards.tsx +63 -0
- package/src/components/composed/chat/filter-table.tsx +119 -0
- package/src/components/composed/chat/flowchart/chart-node.tsx +162 -0
- package/src/components/composed/chat/flowchart/connector.tsx +32 -0
- package/src/components/composed/chat/flowchart/constant.ts +26 -0
- package/src/components/composed/chat/flowchart/default.tsx +230 -0
- package/src/components/composed/chat/flowchart/edge-toolbar.tsx +73 -0
- package/src/components/composed/chat/flowchart/hooks.tsx +345 -0
- package/src/components/composed/chat/flowchart/index.ts +14 -0
- package/src/components/composed/chat/flowchart/step-body.tsx +82 -0
- package/src/components/composed/chat/flowchart/types.ts +89 -0
- package/src/components/composed/chat/flowchart/utils.ts +78 -0
- package/src/components/composed/chat/hint.tsx +59 -0
- package/src/components/composed/chat/index.ts +96 -0
- package/src/components/composed/chat/insight-cards.tsx +199 -0
- package/src/components/composed/chat/markdown-atom.ts +15 -0
- package/src/components/composed/chat/markdown.tsx +213 -0
- package/src/components/composed/chat/recommendation/checkbox.tsx +133 -0
- package/src/components/composed/chat/recommendation/constant.ts +25 -0
- package/src/components/composed/chat/recommendation/default.tsx +25 -0
- package/src/components/composed/chat/recommendation/group.tsx +43 -0
- package/src/components/composed/chat/recommendation/index.ts +19 -0
- package/src/components/composed/chat/recommendation/item.tsx +244 -0
- package/src/components/composed/chat/recommendation/types.ts +65 -0
- package/src/components/composed/chat/records-table.tsx +128 -0
- package/src/components/composed/chat/type.ts +126 -0
- package/src/components/composed/code-block.story.tsx +29 -0
- package/src/components/composed/context-cards.story.tsx +30 -0
- package/src/components/composed/emoji-action-bar.story.tsx +20 -0
- package/src/components/composed/filter-table.story.tsx +58 -0
- package/src/components/composed/flowchart.story.tsx +24 -0
- package/src/components/composed/insight-cards.story.tsx +51 -0
- package/src/components/composed/logo.story.tsx +21 -0
- package/src/components/composed/logo.tsx +24 -12
- package/src/components/composed/markdown.story.tsx +21 -0
- package/src/components/composed/password-input.story.tsx +38 -0
- package/src/components/composed/reader/applied-mark.tsx +32 -0
- package/src/components/composed/reader/apply-toast.tsx +49 -0
- package/src/components/composed/reader/index.ts +10 -0
- package/src/components/composed/reader/selection-highlight.tsx +26 -0
- package/src/components/composed/reader/selection-popover.tsx +149 -0
- package/src/components/composed/reader/type.ts +48 -0
- package/src/components/composed/recommendation-card.story.tsx +32 -0
- package/src/components/composed/records-table.story.tsx +46 -0
- package/src/components/composed/research-answer.story.tsx +32 -0
- package/src/components/composed/social-providers.story.tsx +24 -0
- package/src/components/composed/streaming-text.story.tsx +24 -0
- package/src/components/composed/tree/__tests__/tree-atom.test.tsx +1 -1
- package/src/components/composed/tree/__tests__/tree.test.tsx +1 -1
- package/src/components/composed/tree/tree-node.tsx +1 -1
- package/src/components/composed/tree/use-tree.ts +20 -16
- package/src/components/composed/tree.story.tsx +31 -0
- package/src/components/composed/user/index.ts +14 -0
- package/src/components/composed/user/info.tsx +48 -0
- package/src/components/composed/user/message.tsx +10 -0
- package/src/components/composed/user/pill.tsx +20 -0
- package/src/components/composed/user/types.ts +27 -0
- package/src/components/composed/user/utils.ts +0 -0
- package/src/components/composed/user.story.tsx +29 -0
- package/src/components/composed/verse/__tests__/verse.test.tsx +57 -0
- package/src/components/composed/verse/index.ts +2 -0
- package/src/components/composed/verse/types.ts +24 -0
- package/src/components/composed/verse/verse.tsx +100 -0
- package/src/components/composed/verse.story.tsx +21 -0
- package/src/components/docs/atoms-gallery.tsx +286 -0
- package/src/components/docs/code-block.tsx +2 -0
- package/src/components/docs/demo-controls.tsx +20 -20
- package/src/components/docs/hero.tsx +198 -0
- package/src/components/docs/mermaid.tsx +55 -0
- package/src/components/ui/accordion.tsx +68 -0
- package/src/components/ui/alert-dialog.tsx +167 -0
- package/src/components/ui/alert.tsx +84 -0
- package/src/components/ui/autocomplete.tsx +303 -0
- package/src/components/ui/avatar.story.tsx +33 -0
- package/src/components/ui/avatar.tsx +81 -24
- package/src/components/ui/badge.tsx +73 -24
- package/src/components/ui/bubble.story.tsx +45 -0
- package/src/components/ui/button-group.tsx +4 -4
- package/src/components/ui/button.story.tsx +62 -0
- package/src/components/ui/button.tsx +3 -3
- package/src/components/ui/card.story.tsx +36 -0
- package/src/components/ui/card.tsx +2 -2
- package/src/components/ui/chat/__tests__/segmented-toggle.test.tsx +27 -0
- package/src/components/ui/chat/avatar-handle.tsx +30 -0
- package/src/components/ui/chat/badges.tsx +85 -0
- package/src/components/ui/chat/buttons.tsx +94 -0
- package/src/components/ui/chat/chips.tsx +106 -0
- package/src/components/ui/chat/dot.tsx +81 -0
- package/src/components/ui/chat/icon-button.tsx +43 -0
- package/src/components/ui/chat/icon-tile.tsx +33 -0
- package/src/components/ui/chat/index.ts +12 -0
- package/src/components/ui/chat/inline-source.tsx +94 -0
- package/src/components/ui/chat/segmented-toggle.tsx +99 -0
- package/src/components/ui/chat/tag.tsx +61 -0
- package/src/components/ui/chat/thumbnail.tsx +31 -0
- package/src/components/ui/chat/waveform.tsx +30 -0
- package/src/components/ui/chat-atoms.story.tsx +94 -0
- package/src/components/ui/checkbox.story.tsx +30 -0
- package/src/components/ui/collapsible.tsx +42 -0
- package/src/components/ui/command.tsx +263 -0
- package/src/components/ui/context-menu.tsx +342 -0
- package/src/components/ui/emoji-picker.tsx +161 -0
- package/src/components/ui/field.story.tsx +32 -0
- package/src/components/ui/file-icons.story.tsx +24 -0
- package/src/components/ui/frame.story.tsx +32 -0
- package/src/components/ui/frame.tsx +2 -2
- package/src/components/ui/glasscn/glass-container.tsx +9 -3
- package/src/components/ui/glasscn/liquid-glass.tsx +5 -5
- package/src/components/ui/group.tsx +1 -1
- package/src/components/ui/input-group.story.tsx +27 -0
- package/src/components/ui/input-group.tsx +1 -1
- package/src/components/ui/input.story.tsx +42 -0
- package/src/components/ui/input.tsx +1 -1
- package/src/components/ui/kbd.tsx +32 -0
- package/src/components/ui/label.story.tsx +32 -0
- package/src/components/ui/menu-command.story.tsx +37 -0
- package/src/components/ui/menu-command.tsx +128 -0
- package/src/components/ui/otp-field.story.tsx +35 -0
- package/src/components/ui/otp-field.tsx +1 -1
- package/src/components/ui/password-input.story.tsx +19 -0
- package/src/components/ui/popover-glass.tsx +161 -0
- package/src/components/ui/popover.tsx +120 -0
- package/src/components/ui/preview-card.tsx +61 -0
- package/src/components/ui/reference.story.tsx +33 -0
- package/src/components/ui/scroll-area.tsx +80 -0
- package/src/components/ui/select.tsx +1 -1
- package/src/components/ui/separator.story.tsx +34 -0
- package/src/components/ui/tabs.tsx +120 -0
- package/src/components/ui/text.story.tsx +31 -0
- package/src/components/ui/textarea.story.tsx +34 -0
- package/src/components/ui/textarea.tsx +1 -1
- package/src/components/ui/toast.tsx +325 -0
- package/src/components/ui/toolbar.tsx +92 -0
- package/src/components/ui/tooltip.tsx +40 -39
- package/src/index.css +6 -250
- package/src/index.ts +25 -31
- package/src/lib/ease.ts +11 -0
- package/src/lib/hooks/use-mobile.ts +21 -0
- package/src/lib/keyed-atom.ts +60 -0
- package/src/lib/segmented-control.ts +42 -0
- package/src/{state → lib/state}/exegia-provider.tsx +5 -1
- package/src/lib/utils.ts +93 -1
- package/dist-lib/components/beste/piece/browser-frame.d.ts +0 -2
- package/dist-lib/components/beste/piece/type.d.ts +0 -9
- package/dist-lib/components/beste/piece/utils.d.ts +0 -3
- package/dist-lib/components/composed/user-avatar.d.ts +0 -7
- package/dist-lib/components/docs/component-preview.d.ts +0 -10
- package/dist-lib/components/docs/props-table.d.ts +0 -4
- package/dist-lib/components/ui/avatar.d.ts +0 -6
- package/dist-lib/components/ui/badge.d.ts +0 -7
- package/dist-lib/components/ui/tooltip.d.ts +0 -6
- package/dist-lib/components/user-avatar/audio-wave.d.ts +0 -2
- package/dist-lib/components/user-avatar/component.d.ts +0 -3
- package/dist-lib/components/user-avatar/fallback.d.ts +0 -5
- package/dist-lib/components/user-avatar/index.d.ts +0 -18
- package/dist-lib/components/user-avatar/presence-badge.d.ts +0 -16
- package/dist-lib/components/user-avatar/type.d.ts +0 -79
- package/dist-lib/components/user-avatar/use-user-avatar-state.d.ts +0 -26
- package/dist-lib/components/user-avatar/use-user-avatar.d.ts +0 -37
- package/dist-lib/components/user-avatar/user-avatar-atom.d.ts +0 -64
- package/dist-lib/components/user-avatar/utils.d.ts +0 -24
- package/src/components/beste/piece/browser-frame.tsx +0 -58
- package/src/components/beste/piece/type.ts +0 -11
- package/src/components/beste/piece/utils.ts +0 -21
- package/src/components/composed/__tests__/user-avatar.test.tsx +0 -85
- package/src/components/composed/user-avatar.tsx +0 -13
- package/src/components/docs/component-preview.tsx +0 -34
- package/src/components/docs/props-table.tsx +0 -35
- package/src/components/user-avatar/__tests__/user-avatar.test.tsx +0 -286
- package/src/components/user-avatar/audio-wave.tsx +0 -22
- package/src/components/user-avatar/component.tsx +0 -182
- package/src/components/user-avatar/fallback.tsx +0 -28
- package/src/components/user-avatar/index.ts +0 -34
- package/src/components/user-avatar/presence-badge.tsx +0 -56
- package/src/components/user-avatar/type.ts +0 -93
- package/src/components/user-avatar/use-user-avatar-state.ts +0 -60
- package/src/components/user-avatar/use-user-avatar.ts +0 -180
- package/src/components/user-avatar/user-avatar-atom.ts +0 -218
- package/src/components/user-avatar/utils.ts +0 -102
- /package/dist-lib/{components/blocks/auth/__tests__/auth-flow-block.test.d.ts → src/components/atoms/bubble/__tests__/bubble.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/auth/__tests__/auth-state-atom.test.d.ts → src/components/atoms/bubble/__tests__/reference.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/auth/__tests__/passkey-manager-block.test.d.ts → src/components/atoms/text/__tests__/text.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/auth/__tests__/linked-accounts-block.test.d.ts → src/components/atoms/text-selection/__tests__/click-popover.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/auth/__tests__/onboarding-block.test.d.ts → src/components/atoms/text-selection/__tests__/text-selection.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/auth/__tests__/passkey-sign-in-block.test.d.ts → src/components/blocks/auth/__tests__/auth-flow-block.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/auth/__tests__/signup-block.test.d.ts → src/components/blocks/auth/__tests__/auth-state-atom.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/auth/__tests__/update-password-block.test.d.ts → src/components/blocks/auth/__tests__/linked-accounts-block.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/nav/sidebar/__tests__/ai-sidebar-atom.test.d.ts → src/components/blocks/auth/__tests__/onboarding-block.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/nav/sidebar/__tests__/ai-sidebar.test.d.ts → src/components/blocks/auth/__tests__/passkey-manager-block.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/nav/sidebar/__tests__/use-ai-sidebar.test.d.ts → src/components/blocks/auth/__tests__/passkey-sign-in-block.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/profile/__tests__/profile-card-block.test.d.ts → src/components/blocks/auth/__tests__/signup-block.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/scaffold/__tests__/scaffold-atom.test.d.ts → src/components/blocks/auth/__tests__/update-password-block.test.d.ts} +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/auth-flow-atom.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/auth-flow-block.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/auth-session-atom.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/auth-shell.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/auth-state-type.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/auth-state.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/code-auth-block.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/forgot-password-block.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/linked-accounts-block.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/login-block.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/onboarding/profile-step.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/onboarding-block.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/passkey-manager-block.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/passkey-sign-in-block.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/signup-block.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/update-password-block.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/auth/use-auth-state.d.ts +0 -0
- /package/dist-lib/{components/blocks/scaffold/__tests__/scaffold.test.d.ts → src/components/blocks/chat/__tests__/ai-panel.test.d.ts} +0 -0
- /package/dist-lib/{components → src/components}/blocks/layout.d.ts +0 -0
- /package/dist-lib/{components/blocks/shell/__tests__/shell-fit-atom.test.d.ts → src/components/blocks/nav/sidebar/__tests__/ai-sidebar-atom.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/shell/__tests__/shell-layout.test.d.ts → src/components/blocks/nav/sidebar/__tests__/ai-sidebar.test.d.ts} +0 -0
- /package/dist-lib/{components/blocks/shell/__tests__/shell-metrics.test.d.ts → src/components/blocks/nav/sidebar/__tests__/use-ai-sidebar.test.d.ts} +0 -0
- /package/dist-lib/{components → src/components}/blocks/nav/sidebar/ai-sidebar-atom.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/nav/sidebar/ai-sidebar.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/nav/sidebar/index.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/nav/sidebar/marquee-label.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/nav/sidebar/sidebar-context.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/nav/sidebar/sidebar-icon.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/nav/sidebar/sidebar-row.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/nav/sidebar/type.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/nav/sidebar/use-ai-sidebar-state.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/nav/sidebar/use-ai-sidebar.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/nav/sidebar/utils.d.ts +0 -0
- /package/dist-lib/{components/composed/__tests__/logo.test.d.ts → src/components/blocks/profile/__tests__/profile-card-block.test.d.ts} +0 -0
- /package/dist-lib/{components → src/components}/blocks/profile/index.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/profile/profile-card-atom.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/profile/use-profile-card-state.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/profile/use-profile-card.d.ts +0 -0
- /package/dist-lib/{components/composed/__tests__/user-avatar.test.d.ts → src/components/blocks/scaffold/__tests__/scaffold-atom.test.d.ts} +0 -0
- /package/dist-lib/{components/composed/tree/__tests__/tree-atom.test.d.ts → src/components/blocks/scaffold/__tests__/scaffold.test.d.ts} +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/constants.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/index.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/panel-close-button.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/panel-menu-button.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/scaffold-actions.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/scaffold-atom.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/scaffold-canvas.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/scaffold-context.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/scaffold-inspector.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/scaffold-main.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/scaffold-panel.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/scaffold-root.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/scaffold-sidebar.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/scaffold-sub-panel.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/scaffold-tab.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/type.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/use-scaffold-state.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/use-scaffold.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/scaffold/utils.d.ts +0 -0
- /package/dist-lib/{components/composed/tree/__tests__/tree.test.d.ts → src/components/blocks/shell/__tests__/shell-fit-atom.test.d.ts} +0 -0
- /package/dist-lib/{components/composed/tree/__tests__/use-tree.test.d.ts → src/components/blocks/shell/__tests__/shell-layout.test.d.ts} +0 -0
- /package/dist-lib/{components/icons/__tests__/icons.test.d.ts → src/components/blocks/shell/__tests__/shell-metrics.test.d.ts} +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/animated-panel-inset.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/animated-panel-provider.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/animated-panel-trigger.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/animated-panel.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/index.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/shell-fit-atom.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/shell-layout.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/shell-metrics.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/type.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/use-shell-fit-state.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/use-shell-fit.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/use-shell-panels.d.ts +0 -0
- /package/dist-lib/{components → src/components}/blocks/shell/utils.d.ts +0 -0
- /package/dist-lib/{components/motion/index.d.ts → src/components/composed/__tests__/logo.test.d.ts} +0 -0
- /package/dist-lib/{components/user-avatar/__tests__/user-avatar.test.d.ts → src/components/composed/action-bar/__tests__/action-bar.test.d.ts} +0 -0
- /package/dist-lib/{lib/utils.test.d.ts → src/components/composed/ai/__tests__/ai.test.d.ts} +0 -0
- /package/dist-lib/{components → src/components}/composed/logo.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/password-input.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/social-providers.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/tree/constants.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/tree/index.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/tree/tree-atom.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/tree/tree-context.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/tree/tree-node.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/tree/tree.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/tree/type.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/tree/use-tree-dnd.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/tree/use-tree-state.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/tree/use-tree.d.ts +0 -0
- /package/dist-lib/{components → src/components}/composed/tree/utils.d.ts +0 -0
- /package/dist-lib/{components → src/components}/docs/code-block.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-badge-cfm.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-badge-corpus.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-badge-pdf.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-badge-tei.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-badge-tf.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-badge-txt.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-badge-xml.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-wordmark-cfm.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-wordmark-corpus.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-wordmark-pdf.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-wordmark-tei.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-wordmark-tf.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-wordmark-txt.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/file-wordmark-xml.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/index.d.ts +0 -0
- /package/dist-lib/{components → src/components}/icons/types.d.ts +0 -0
- /package/dist-lib/{components → src/components}/motion/overflow-actions.d.ts +0 -0
- /package/dist-lib/{components → src/components}/motion/popover-morph.d.ts +0 -0
- /package/dist-lib/{components → src/components}/motion/popover-position.d.ts +0 -0
- /package/dist-lib/{components → src/components}/motion/shared-layout-bg.d.ts +0 -0
- /package/dist-lib/{components → src/components}/theme-provider.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/button-group.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/card.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/checkbox.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/field.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/frame.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/glasscn/glass-button-group.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/glasscn/glass-button.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/glasscn/glass-separator.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/glasscn/liquid-glass.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/group.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/input-group.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/input.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/label.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/menu.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/otp-field.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/separator.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/sheet.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/skeleton.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/spinner.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/switch.d.ts +0 -0
- /package/dist-lib/{components → src/components}/ui/textarea.d.ts +0 -0
- /package/dist-lib/{lib → src/lib}/auth-accent.d.ts +0 -0
- /package/dist-lib/{lib → src/lib}/glass-variants.d.ts +0 -0
- /package/dist-lib/{lib → src/lib}/hooks/use-hover-capable.d.ts +0 -0
- /package/dist-lib/{lib → src/lib}/sound.d.ts +0 -0
- /package/dist-lib/{state → src/lib/state}/exegia-provider.d.ts +0 -0
- /package/dist-lib/{state → src/lib/state}/index.d.ts +0 -0
- /package/dist-lib/{state → src/lib/state}/store.d.ts +0 -0
- /package/dist-lib/{lib → src/lib}/utils.d.ts +0 -0
- /package/src/{state → lib/state}/index.ts +0 -0
- /package/src/{state → lib/state}/store.ts +0 -0
|
@@ -0,0 +1,229 @@
|
|
|
1
|
+
/* Exegia chat surfaces, tokens, and Beautiful UI aliases. */
|
|
2
|
+
|
|
3
|
+
/* Chat surfaces (bubble, composer) — ring + inset depth per theme. */
|
|
4
|
+
:root {
|
|
5
|
+
--chat-ring: color-mix(in oklab, var(--foreground) 10%, transparent);
|
|
6
|
+
--chat-inset: rgb(0 0 0 / 0.05);
|
|
7
|
+
--chat-inset-shadow: inset 0 2px 8px 5px var(--chat-inset);
|
|
8
|
+
--chat-field: oklch(0.985 0 0);
|
|
9
|
+
--chat-ai-accent-foreground: var(--color-white);
|
|
10
|
+
--chat-ai-accent: var(--color-indigo-800);
|
|
11
|
+
--inset-shadow-color-light: --alpha(var(--color-white) / 20%);
|
|
12
|
+
--inset-shadow-color-dark: --alpha(var(--color-black) / 10%);
|
|
13
|
+
}
|
|
14
|
+
.dark {
|
|
15
|
+
--chat-ring: #040404;
|
|
16
|
+
--chat-inset: --alpha(var(--color-black) / 55%);
|
|
17
|
+
--chat-inset-shadow: inset 0 2px 8px 5px var(--chat-inset);
|
|
18
|
+
--chat-field: #252525;
|
|
19
|
+
--chat-ai-accent-foreground: var(--color-white);
|
|
20
|
+
--chat-ai-accent: var(--color-indigo-800);
|
|
21
|
+
--inset-shadow-color-light: --alpha(var(--color-white) / 20%);
|
|
22
|
+
--inset-shadow-color-dark: --alpha(var(--color-black) / 10%);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* Exegia chat tokens — one variable per Sketch swatch (`exegia-ui`, Light / … and Dark / …). */
|
|
26
|
+
:root {
|
|
27
|
+
--bg-page: #f4f4f5;
|
|
28
|
+
--surface-card: #ffffff;
|
|
29
|
+
--surface-subtle: #0000000f;
|
|
30
|
+
--surface-canvas: #fafafa;
|
|
31
|
+
--surface-code: #f7f7f8;
|
|
32
|
+
--surface-bubble-sender: #262626;
|
|
33
|
+
--surface-bubble-recipient: #ececed;
|
|
34
|
+
--border-default: #00000020;
|
|
35
|
+
--text-primary: #1a1a1a;
|
|
36
|
+
--text-secondary: #6b6b6b;
|
|
37
|
+
--text-muted: #9a9a9a;
|
|
38
|
+
--text-inverse: #f2f2f2;
|
|
39
|
+
--accent-default: #a153ff;
|
|
40
|
+
--accent-subtle: #a153ff26;
|
|
41
|
+
--accent-text: #6b21c9;
|
|
42
|
+
--link: #3b2faf;
|
|
43
|
+
--icon: #4a4a4a;
|
|
44
|
+
--overlay-scrim: #00000099;
|
|
45
|
+
--overlay-on-media: #ffffff;
|
|
46
|
+
--brand: #f7b500;
|
|
47
|
+
--chart-grid: #00000012;
|
|
48
|
+
--chart-area-fill: #a153ff2e;
|
|
49
|
+
--code-keyword: #3b6ff5;
|
|
50
|
+
--code-string: #25a878;
|
|
51
|
+
--semantic-success: #25a878;
|
|
52
|
+
--semantic-success-subtle: #25a8781f;
|
|
53
|
+
--semantic-warning: #f09a2f;
|
|
54
|
+
--semantic-warning-subtle: #f09a2f1f;
|
|
55
|
+
--semantic-danger: #e5484d;
|
|
56
|
+
--semantic-danger-subtle: #e5484d1f;
|
|
57
|
+
--semantic-info: #3b82f6;
|
|
58
|
+
--semantic-info-subtle: #3b82f61f;
|
|
59
|
+
--chart-series-1: #a153ff;
|
|
60
|
+
--chart-series-2: #f7b500;
|
|
61
|
+
--chart-series-3: #3b82f6;
|
|
62
|
+
--chart-series-4: #25a878;
|
|
63
|
+
--chart-series-5: #f26d5b;
|
|
64
|
+
--tag-amber-text: #c98b2a;
|
|
65
|
+
--tag-amber-fill: #f9eede;
|
|
66
|
+
--tag-amber-border: #f4dfc0;
|
|
67
|
+
--tag-purple-text: #8465d7;
|
|
68
|
+
--tag-purple-fill: #eae4fa;
|
|
69
|
+
--tag-purple-border: #d9cff7;
|
|
70
|
+
--tag-blue-text: #3b82f6;
|
|
71
|
+
--tag-blue-fill: #e6efff;
|
|
72
|
+
--tag-blue-border: #cfe0ff;
|
|
73
|
+
--tag-green-text: #25a878;
|
|
74
|
+
--tag-green-fill: #e4f5ee;
|
|
75
|
+
--tag-green-border: #c6ebd9;
|
|
76
|
+
}
|
|
77
|
+
.dark {
|
|
78
|
+
--bg-page: #2c2c2c;
|
|
79
|
+
--surface-card: #252525;
|
|
80
|
+
--surface-subtle: #ffffff14;
|
|
81
|
+
--surface-canvas: #1f1f1f;
|
|
82
|
+
--surface-code: #1b1b1b;
|
|
83
|
+
--surface-bubble-sender: #efefef;
|
|
84
|
+
--surface-bubble-recipient: #262626;
|
|
85
|
+
--border-default: #ffffff1f;
|
|
86
|
+
--text-primary: #f2f2f2;
|
|
87
|
+
--text-secondary: #b3b3b3;
|
|
88
|
+
--text-muted: #808080;
|
|
89
|
+
--text-inverse: #181818;
|
|
90
|
+
--accent-default: #b171ff;
|
|
91
|
+
--accent-subtle: #a153ff40;
|
|
92
|
+
--accent-text: #d4b5ff;
|
|
93
|
+
--link: #9d94ff;
|
|
94
|
+
--icon: #d0d0d0;
|
|
95
|
+
--overlay-scrim: #00000099;
|
|
96
|
+
--overlay-on-media: #ffffff;
|
|
97
|
+
--brand: #f7b500;
|
|
98
|
+
--chart-grid: #ffffff14;
|
|
99
|
+
--chart-area-fill: #b171ff33;
|
|
100
|
+
--code-keyword: #8ab4ff;
|
|
101
|
+
--code-string: #3fc48f;
|
|
102
|
+
--semantic-success: #3fc48f;
|
|
103
|
+
--semantic-success-subtle: #3fc48f33;
|
|
104
|
+
--semantic-warning: #f5ad4f;
|
|
105
|
+
--semantic-warning-subtle: #f5ad4f33;
|
|
106
|
+
--semantic-danger: #f26b6f;
|
|
107
|
+
--semantic-danger-subtle: #f26b6f33;
|
|
108
|
+
--semantic-info: #6aa1ff;
|
|
109
|
+
--semantic-info-subtle: #6aa1ff33;
|
|
110
|
+
--chart-series-1: #b171ff;
|
|
111
|
+
--chart-series-2: #f7b500;
|
|
112
|
+
--chart-series-3: #6aa1ff;
|
|
113
|
+
--chart-series-4: #3fc48f;
|
|
114
|
+
--chart-series-5: #ff8a7a;
|
|
115
|
+
--tag-amber-text: #f2c063;
|
|
116
|
+
--tag-amber-fill: #f2c06326;
|
|
117
|
+
--tag-amber-border: #f2c06359;
|
|
118
|
+
--tag-purple-text: #c9b3ff;
|
|
119
|
+
--tag-purple-fill: #c9b3ff26;
|
|
120
|
+
--tag-purple-border: #c9b3ff59;
|
|
121
|
+
--tag-blue-text: #8ab4ff;
|
|
122
|
+
--tag-blue-fill: #8ab4ff26;
|
|
123
|
+
--tag-blue-border: #8ab4ff59;
|
|
124
|
+
--tag-green-text: #6fd7ab;
|
|
125
|
+
--tag-green-fill: #6fd7ab26;
|
|
126
|
+
--tag-green-border: #6fd7ab59;
|
|
127
|
+
}
|
|
128
|
+
@theme inline {
|
|
129
|
+
--color-bg-page: var(--bg-page);
|
|
130
|
+
--color-surface-card: var(--surface-card);
|
|
131
|
+
--color-surface-subtle: var(--surface-subtle);
|
|
132
|
+
--color-surface-canvas: var(--surface-canvas);
|
|
133
|
+
--color-surface-code: var(--surface-code);
|
|
134
|
+
--color-surface-bubble-sender: var(--surface-bubble-sender);
|
|
135
|
+
--color-surface-bubble-recipient: var(--surface-bubble-recipient);
|
|
136
|
+
--color-border-default: var(--border-default);
|
|
137
|
+
--color-text-primary: var(--text-primary);
|
|
138
|
+
--color-text-secondary: var(--text-secondary);
|
|
139
|
+
--color-text-muted: var(--text-muted);
|
|
140
|
+
--color-text-inverse: var(--text-inverse);
|
|
141
|
+
--color-accent-default: var(--accent-default);
|
|
142
|
+
--color-accent-subtle: var(--accent-subtle);
|
|
143
|
+
--color-accent-text: var(--accent-text);
|
|
144
|
+
--color-link: var(--link);
|
|
145
|
+
--color-icon: var(--icon);
|
|
146
|
+
--color-overlay-scrim: var(--overlay-scrim);
|
|
147
|
+
--color-overlay-on-media: var(--overlay-on-media);
|
|
148
|
+
--color-brand: var(--brand);
|
|
149
|
+
--color-chart-grid: var(--chart-grid);
|
|
150
|
+
--color-chart-area-fill: var(--chart-area-fill);
|
|
151
|
+
--color-code-keyword: var(--code-keyword);
|
|
152
|
+
--color-code-string: var(--code-string);
|
|
153
|
+
--color-semantic-success: var(--semantic-success);
|
|
154
|
+
--color-semantic-success-subtle: var(--semantic-success-subtle);
|
|
155
|
+
--color-semantic-warning: var(--semantic-warning);
|
|
156
|
+
--color-semantic-warning-subtle: var(--semantic-warning-subtle);
|
|
157
|
+
--color-semantic-danger: var(--semantic-danger);
|
|
158
|
+
--color-semantic-danger-subtle: var(--semantic-danger-subtle);
|
|
159
|
+
--color-semantic-info: var(--semantic-info);
|
|
160
|
+
--color-semantic-info-subtle: var(--semantic-info-subtle);
|
|
161
|
+
--color-chart-series-1: var(--chart-series-1);
|
|
162
|
+
--color-chart-series-2: var(--chart-series-2);
|
|
163
|
+
--color-chart-series-3: var(--chart-series-3);
|
|
164
|
+
--color-chart-series-4: var(--chart-series-4);
|
|
165
|
+
--color-chart-series-5: var(--chart-series-5);
|
|
166
|
+
--color-tag-amber-text: var(--tag-amber-text);
|
|
167
|
+
--color-tag-amber-fill: var(--tag-amber-fill);
|
|
168
|
+
--color-tag-amber-border: var(--tag-amber-border);
|
|
169
|
+
--color-tag-purple-text: var(--tag-purple-text);
|
|
170
|
+
--color-tag-purple-fill: var(--tag-purple-fill);
|
|
171
|
+
--color-tag-purple-border: var(--tag-purple-border);
|
|
172
|
+
--color-tag-blue-text: var(--tag-blue-text);
|
|
173
|
+
--color-tag-blue-fill: var(--tag-blue-fill);
|
|
174
|
+
--color-tag-blue-border: var(--tag-blue-border);
|
|
175
|
+
--color-tag-green-text: var(--tag-green-text);
|
|
176
|
+
--color-tag-green-fill: var(--tag-green-fill);
|
|
177
|
+
--color-tag-green-border: var(--tag-green-border);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/* Beautiful-UI vocabulary (page / surface / ink / line, card shadows) aliased
|
|
181
|
+
* onto the chat tokens above so ported primitives keep their class names and
|
|
182
|
+
* follow light/dark for free. `--accent` stays shadcn's — use --accent-default. */
|
|
183
|
+
:root {
|
|
184
|
+
--page: var(--bg-page);
|
|
185
|
+
--surface: var(--surface-card);
|
|
186
|
+
--inset: var(--surface-subtle);
|
|
187
|
+
--field: var(--surface-subtle);
|
|
188
|
+
--hover: var(--surface-subtle);
|
|
189
|
+
--hover-2: color-mix(in srgb, var(--text-primary) 10%, var(--surface-card));
|
|
190
|
+
--ink: var(--text-primary);
|
|
191
|
+
--ink-2: var(--text-secondary);
|
|
192
|
+
--ink-3: var(--text-muted);
|
|
193
|
+
--line: var(--border-default);
|
|
194
|
+
--line-strong: color-mix(in srgb, var(--text-primary) 14%, var(--border-default));
|
|
195
|
+
--accent-ink: var(--accent-text);
|
|
196
|
+
--accent-tint: var(--accent-subtle);
|
|
197
|
+
--ease-link: cubic-bezier(0.16, 1, 0.3, 1);
|
|
198
|
+
--ease-out-strong: cubic-bezier(0.23, 1, 0.32, 1);
|
|
199
|
+
--radius-chip: 6px;
|
|
200
|
+
--radius-control: 8px;
|
|
201
|
+
--radius-card: 10px;
|
|
202
|
+
--shadow-hairline: 0 0 0 1px var(--line);
|
|
203
|
+
--shadow-btn: 0 0 0 1px var(--line-strong), 0 1px 2px rgb(0 0 0 / 0.05);
|
|
204
|
+
--shadow-card: 0 0 0 1px var(--line), 0 1px 2px rgb(0 0 0 / 0.05), 0 2px 6px rgb(0 0 0 / 0.04);
|
|
205
|
+
--shadow-raised: 0 0 0 1px var(--line), 0 2px 10px rgb(0 0 0 / 0.08);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
@theme inline {
|
|
209
|
+
--color-page: var(--page);
|
|
210
|
+
--color-surface: var(--surface);
|
|
211
|
+
--color-inset: var(--inset);
|
|
212
|
+
--color-field: var(--field);
|
|
213
|
+
--color-hover: var(--hover);
|
|
214
|
+
--color-hover-2: var(--hover-2);
|
|
215
|
+
--color-ink: var(--ink);
|
|
216
|
+
--color-ink-2: var(--ink-2);
|
|
217
|
+
--color-ink-3: var(--ink-3);
|
|
218
|
+
--color-line: var(--line);
|
|
219
|
+
--color-line-strong: var(--line-strong);
|
|
220
|
+
--color-accent-ink: var(--accent-ink);
|
|
221
|
+
--color-accent-tint: var(--accent-tint);
|
|
222
|
+
--radius-chip: var(--radius-chip);
|
|
223
|
+
--radius-control: var(--radius-control);
|
|
224
|
+
--radius-card: var(--radius-card);
|
|
225
|
+
--shadow-hairline: var(--shadow-hairline);
|
|
226
|
+
--shadow-btn: var(--shadow-btn);
|
|
227
|
+
--shadow-card: var(--shadow-card);
|
|
228
|
+
--shadow-raised: var(--shadow-raised);
|
|
229
|
+
}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
/* Shared raised, debossed, inset, and chat shadow utilities. */
|
|
2
|
+
|
|
3
|
+
@utility shadow-bezel-dynamic-* {
|
|
4
|
+
box-shadow:
|
|
5
|
+
inset 1.5px 3px 1.8px color-mix(in srgb, currentColor calc(--value(number) * 1%), white),
|
|
6
|
+
inset -1px -2px 2px color-mix(in srgb, currentColor calc(--value(number) * 1%), black);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@utility shadow-bezel {
|
|
10
|
+
/* Inherits light/dark ambient highlights automatically */
|
|
11
|
+
box-shadow:
|
|
12
|
+
inset 1px 1px 4px rgb(255 255 255 / 0.7),
|
|
13
|
+
inset -2px -2px 3px rgb(0 0 0 / 0.05);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@utility shadow-debossed {
|
|
17
|
+
box-shadow:
|
|
18
|
+
inset 2px 2px 4px rgb(0 0 0 / 0.25),
|
|
19
|
+
inset -1px -1px 2px rgb(255 255 255 / 0.7);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/* ── Inset bezel ─────────────────────────────────────────────────────────
|
|
23
|
+
Two independent inset layers you compose one axis at a time: `lit`, the
|
|
24
|
+
light catching the surface, and `dim`, the shading opposite it. Each layer
|
|
25
|
+
carries its own edges, blur and opacity.
|
|
26
|
+
|
|
27
|
+
inset-shadow-lit-t-2 lit layer cast in from the top edge, 2px
|
|
28
|
+
inset-shadow-lit-l-2 …and in from the left edge, 2px
|
|
29
|
+
inset-shadow-lit/20 the whole lit layer at 20% opacity
|
|
30
|
+
inset-shadow-lit-blur-6 6px blur on the lit layer
|
|
31
|
+
inset-shadow-blur-6 6px blur on both layers
|
|
32
|
+
|
|
33
|
+
`dim-*` mirrors all of it. The letter names the edge the light enters
|
|
34
|
+
from, so `-t-` pushes the layer down and `-b-` up; opposite edges of one
|
|
35
|
+
layer write the same axis, so pick one per layer. Offsets take a bare px
|
|
36
|
+
count or an arbitrary length (`inset-shadow-lit-t-[0.5rem]`). Recolour a
|
|
37
|
+
layer through --inset-shadow-lit-color / --inset-shadow-dim-color.
|
|
38
|
+
|
|
39
|
+
The family owns `box-shadow` outright — never pair it with `shadow-*`, and
|
|
40
|
+
note it can only draw inset layers, so it cannot replace the outer drop in
|
|
41
|
+
`shadow-bubble-dim`.
|
|
42
|
+
*/
|
|
43
|
+
@utility inset-shadow-bezel {
|
|
44
|
+
box-shadow:
|
|
45
|
+
inset var(--inset-shadow-lit-x, 0) var(--inset-shadow-lit-y, 0)
|
|
46
|
+
var(--inset-shadow-lit-blur, 0)
|
|
47
|
+
color-mix(
|
|
48
|
+
in srgb,
|
|
49
|
+
var(--inset-shadow-lit-color, #fff)
|
|
50
|
+
calc(var(--inset-shadow-lit-alpha, 100) * 1%),
|
|
51
|
+
transparent
|
|
52
|
+
),
|
|
53
|
+
inset var(--inset-shadow-dim-x, 0) var(--inset-shadow-dim-y, 0)
|
|
54
|
+
var(--inset-shadow-dim-blur, 0)
|
|
55
|
+
color-mix(
|
|
56
|
+
in srgb,
|
|
57
|
+
var(--inset-shadow-dim-color, #000)
|
|
58
|
+
calc(var(--inset-shadow-dim-alpha, 100) * 1%),
|
|
59
|
+
transparent
|
|
60
|
+
);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
@utility inset-shadow-lit-t-* {
|
|
64
|
+
@apply inset-shadow-bezel;
|
|
65
|
+
--inset-shadow-lit-y: calc(--value(number) * 1px);
|
|
66
|
+
--inset-shadow-lit-y: --value([length]);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
@utility inset-shadow-lit-b-* {
|
|
70
|
+
@apply inset-shadow-bezel;
|
|
71
|
+
--inset-shadow-lit-y: calc(--value(number) * -1px);
|
|
72
|
+
--inset-shadow-lit-y: calc(--value([length]) * -1);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@utility inset-shadow-lit-l-* {
|
|
76
|
+
@apply inset-shadow-bezel;
|
|
77
|
+
--inset-shadow-lit-x: calc(--value(number) * 1px);
|
|
78
|
+
--inset-shadow-lit-x: --value([length]);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
@utility inset-shadow-lit-r-* {
|
|
82
|
+
@apply inset-shadow-bezel;
|
|
83
|
+
--inset-shadow-lit-x: calc(--value(number) * -1px);
|
|
84
|
+
--inset-shadow-lit-x: calc(--value([length]) * -1);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@utility inset-shadow-dim-t-* {
|
|
88
|
+
@apply inset-shadow-bezel;
|
|
89
|
+
--inset-shadow-dim-y: calc(--value(number) * 1px);
|
|
90
|
+
--inset-shadow-dim-y: --value([length]);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@utility inset-shadow-dim-b-* {
|
|
94
|
+
@apply inset-shadow-bezel;
|
|
95
|
+
--inset-shadow-dim-y: calc(--value(number) * -1px);
|
|
96
|
+
--inset-shadow-dim-y: calc(--value([length]) * -1);
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@utility inset-shadow-dim-l-* {
|
|
100
|
+
@apply inset-shadow-bezel;
|
|
101
|
+
--inset-shadow-dim-x: calc(--value(number) * 1px);
|
|
102
|
+
--inset-shadow-dim-x: --value([length]);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
@utility inset-shadow-dim-r-* {
|
|
106
|
+
@apply inset-shadow-bezel;
|
|
107
|
+
--inset-shadow-dim-x: calc(--value(number) * -1px);
|
|
108
|
+
--inset-shadow-dim-x: calc(--value([length]) * -1);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
@utility inset-shadow-lit-blur-* {
|
|
112
|
+
@apply inset-shadow-bezel;
|
|
113
|
+
--inset-shadow-lit-blur: calc(--value(number) * 1px);
|
|
114
|
+
--inset-shadow-lit-blur: --value([length]);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@utility inset-shadow-dim-blur-* {
|
|
118
|
+
@apply inset-shadow-bezel;
|
|
119
|
+
--inset-shadow-dim-blur: calc(--value(number) * 1px);
|
|
120
|
+
--inset-shadow-dim-blur: --value([length]);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/* Blur both layers at once. */
|
|
124
|
+
@utility inset-shadow-blur-* {
|
|
125
|
+
@apply inset-shadow-bezel;
|
|
126
|
+
--inset-shadow-lit-blur: calc(--value(number) * 1px);
|
|
127
|
+
--inset-shadow-lit-blur: --value([length]);
|
|
128
|
+
--inset-shadow-dim-blur: calc(--value(number) * 1px);
|
|
129
|
+
--inset-shadow-dim-blur: --value([length]);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
/* Chat design language — inner-shadow bubbles, glass pills, the composer ring. */
|
|
133
|
+
@utility shadow-bubble-lit {
|
|
134
|
+
/* Light surface: top highlight + bottom-right shading. */
|
|
135
|
+
box-shadow:
|
|
136
|
+
inset 0 4px 2px rgb(255 255 255 / 1),
|
|
137
|
+
inset 1px -3px 6px rgb(0 0 0 / 0.42);
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
@utility shadow-bubble-dim {
|
|
141
|
+
/* Dark surface: soft drop + faint top sheen + bottom-left shading. */
|
|
142
|
+
box-shadow:
|
|
143
|
+
0 4px 4px rgb(0 0 0 / 0.15),
|
|
144
|
+
inset 0 5px 3px rgb(252 252 252 / 0.08),
|
|
145
|
+
inset -1px -2px 5px rgb(0 0 0 / 0.54);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
@utility shadow-pill {
|
|
149
|
+
box-shadow: 0 4px 8px rgb(0 0 0 / 0.25);
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
@utility shadow-send {
|
|
153
|
+
box-shadow:
|
|
154
|
+
inset 0 2px 0 rgb(239 239 243 / 0.47),
|
|
155
|
+
0 1px 8px -4px rgb(0 0 0 / 1),
|
|
156
|
+
inset 0 -2px 2px rgb(23 23 23 / 0.46);
|
|
157
|
+
}
|
|
@@ -0,0 +1,321 @@
|
|
|
1
|
+
/* Core color, typography, motion, and radius tokens. */
|
|
2
|
+
|
|
3
|
+
@custom-variant dark (&:is(.dark *));
|
|
4
|
+
|
|
5
|
+
:root {
|
|
6
|
+
/* Let width/height tween between auto and fixed values (e.g. a button
|
|
7
|
+
toggling to an icon-only size). Progressive enhancement: browsers
|
|
8
|
+
without support keep the instant jump. */
|
|
9
|
+
interpolate-size: allow-keywords;
|
|
10
|
+
--background: oklch(1 0 0);
|
|
11
|
+
--foreground: oklch(0.145 0 0);
|
|
12
|
+
--card: oklch(1 0 0);
|
|
13
|
+
--card-foreground: oklch(0.145 0 0);
|
|
14
|
+
--popover: oklch(1 0 0);
|
|
15
|
+
--popover-foreground: oklch(0.145 0 0);
|
|
16
|
+
--primary: oklch(0.457 0.24 277.023);
|
|
17
|
+
--primary-foreground: oklch(0.962 0.018 272.314);
|
|
18
|
+
--secondary: oklch(0.967 0.001 286.375);
|
|
19
|
+
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
20
|
+
--muted: oklch(0.97 0 0);
|
|
21
|
+
--muted-foreground: oklch(0.556 0 0);
|
|
22
|
+
--accent: oklch(0.97 0 0);
|
|
23
|
+
--accent-foreground: oklch(0.205 0 0);
|
|
24
|
+
--destructive: oklch(0.577 0.245 27.325);
|
|
25
|
+
--border: oklch(0.922 0 0);
|
|
26
|
+
--input: oklch(0.922 0 0);
|
|
27
|
+
--ring: oklch(0.708 0 0);
|
|
28
|
+
--chart-1: oklch(0.811 0.111 293.571);
|
|
29
|
+
--chart-2: oklch(0.606 0.25 292.717);
|
|
30
|
+
--chart-3: oklch(0.541 0.281 293.009);
|
|
31
|
+
--chart-4: oklch(0.491 0.27 292.581);
|
|
32
|
+
--chart-5: oklch(0.432 0.232 292.759);
|
|
33
|
+
--radius: 0.875rem;
|
|
34
|
+
--sidebar: oklch(0.985 0 0);
|
|
35
|
+
--sidebar-foreground: oklch(0.145 0 0);
|
|
36
|
+
--sidebar-primary: oklch(0.511 0.262 276.966);
|
|
37
|
+
--sidebar-primary-foreground: oklch(0.962 0.018 272.314);
|
|
38
|
+
--sidebar-accent: oklch(0.97 0 0);
|
|
39
|
+
--sidebar-accent-foreground: oklch(0.205 0 0);
|
|
40
|
+
--sidebar-border: oklch(0.922 0 0);
|
|
41
|
+
--sidebar-ring: oklch(0.708 0 0);
|
|
42
|
+
--destructive-foreground: var(--color-red-700);
|
|
43
|
+
--info: var(--color-blue-500);
|
|
44
|
+
--info-foreground: var(--color-blue-700);
|
|
45
|
+
--success: var(--color-emerald-500);
|
|
46
|
+
--success-foreground: var(--color-emerald-700);
|
|
47
|
+
--warning: var(--color-amber-500);
|
|
48
|
+
--warning-foreground: var(--color-amber-700);
|
|
49
|
+
--liquid-glass-rim-light: rgba(255,255,255,0.8);
|
|
50
|
+
--liquid-glass-rim-dark: rgba(0,0,0,0.5);
|
|
51
|
+
--liquid-glass-rim-fade: 2%;
|
|
52
|
+
--liquid-glass-rim-width: 1.8px;
|
|
53
|
+
--invert: var(--color-zinc-900);
|
|
54
|
+
--invert-foreground: var(--color-zinc-50);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.dark {
|
|
58
|
+
--background: oklch(0.145 0 0);
|
|
59
|
+
--foreground: oklch(0.985 0 0);
|
|
60
|
+
--card: oklch(0.205 0 0);
|
|
61
|
+
--card-foreground: oklch(0.985 0 0);
|
|
62
|
+
--popover: oklch(0.205 0 0);
|
|
63
|
+
--popover-foreground: oklch(0.985 0 0);
|
|
64
|
+
--primary: oklch(0.398 0.195 277.366);
|
|
65
|
+
--primary-foreground: oklch(0.962 0.018 272.314);
|
|
66
|
+
--secondary: oklch(0.274 0.006 286.033);
|
|
67
|
+
--secondary-foreground: oklch(0.985 0 0);
|
|
68
|
+
--muted: oklch(0.269 0 0);
|
|
69
|
+
--muted-foreground: oklch(0.708 0 0);
|
|
70
|
+
--accent: oklch(0.269 0 0);
|
|
71
|
+
--accent-foreground: oklch(0.985 0 0);
|
|
72
|
+
--destructive: oklch(0.704 0.191 22.216);
|
|
73
|
+
--border: oklch(1 0 0 / 10%);
|
|
74
|
+
--input: oklch(1 0 0 / 15%);
|
|
75
|
+
--ring: oklch(0.556 0 0);
|
|
76
|
+
--chart-1: oklch(0.811 0.111 293.571);
|
|
77
|
+
--chart-2: oklch(0.606 0.25 292.717);
|
|
78
|
+
--chart-3: oklch(0.541 0.281 293.009);
|
|
79
|
+
--chart-4: oklch(0.491 0.27 292.581);
|
|
80
|
+
--chart-5: oklch(0.432 0.232 292.759);
|
|
81
|
+
--sidebar: oklch(0.205 0 0);
|
|
82
|
+
--sidebar-foreground: oklch(0.985 0 0);
|
|
83
|
+
--sidebar-primary: oklch(0.585 0.233 277.117);
|
|
84
|
+
--sidebar-primary-foreground: oklch(0.962 0.018 272.314);
|
|
85
|
+
--sidebar-accent: oklch(0.269 0 0);
|
|
86
|
+
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
87
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
88
|
+
--sidebar-ring: oklch(0.556 0 0);
|
|
89
|
+
--destructive-foreground: var(--color-red-400);
|
|
90
|
+
--info: var(--color-blue-500);
|
|
91
|
+
--info-foreground: var(--color-blue-400);
|
|
92
|
+
--success: var(--color-emerald-500);
|
|
93
|
+
--success-foreground: var(--color-emerald-400);
|
|
94
|
+
--warning: var(--color-amber-500);
|
|
95
|
+
--warning-foreground: var(--color-amber-400);
|
|
96
|
+
--liquid-glass-rim-light: rgba(255,255,255,0.3);
|
|
97
|
+
--liquid-glass-rim-dark: rgba(0,0,0,0.5);
|
|
98
|
+
--liquid-glass-rim-fade: 4%;
|
|
99
|
+
--liquid-glass-rim-width: 1.5px;
|
|
100
|
+
|
|
101
|
+
.shadow-bezel {
|
|
102
|
+
box-shadow:
|
|
103
|
+
inset 1px 1px 2px rgb(255 255 255 / 0.15),
|
|
104
|
+
inset -2px -2px 4px rgb(0 0 0 / 0.6);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.shadow-debossed {
|
|
108
|
+
box-shadow:
|
|
109
|
+
inset 2px 2px 4px rgb(0 0 0 / 0.6),
|
|
110
|
+
inset -1px -1px 2px rgb(255 255 255 / 0.15);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
--invert: var(--color-zinc-700);
|
|
114
|
+
--invert-foreground: var(--color-zinc-50)
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@theme inline {
|
|
118
|
+
/* motion tokens (transitions.dev scale, via transitions-polish) */
|
|
119
|
+
--ease-smooth-out: cubic-bezier(0.22, 1, 0.36, 1);
|
|
120
|
+
--ease-in-out: ease-in-out;
|
|
121
|
+
--ease-out: ease-out;
|
|
122
|
+
--ease-linear: linear;
|
|
123
|
+
--ease-bounce: cubic-bezier(0.34, 1.36, 0.64, 1);
|
|
124
|
+
--ease-bounce-strong: cubic-bezier(0.34, 3.85, 0.64, 1);
|
|
125
|
+
--duration-stagger: 40ms;
|
|
126
|
+
--duration-micro: 80ms;
|
|
127
|
+
--duration-quick: 150ms;
|
|
128
|
+
--duration-fast: 250ms;
|
|
129
|
+
--duration-medium: 350ms;
|
|
130
|
+
--duration-slow: 400ms;
|
|
131
|
+
--duration-very-slow: 500ms;
|
|
132
|
+
--distance-micro: 4px;
|
|
133
|
+
--distance-small: 6px;
|
|
134
|
+
--distance-base: 8px;
|
|
135
|
+
--distance-medium: 12px;
|
|
136
|
+
--distance-large: 30px;
|
|
137
|
+
--scale-large: 0.96;
|
|
138
|
+
--scale-medium: 0.97;
|
|
139
|
+
--scale-small: 0.98;
|
|
140
|
+
--scale-tiny: 0.99;
|
|
141
|
+
--blur-small: 2px;
|
|
142
|
+
--blur-medium: 3px;
|
|
143
|
+
--blur-large: 8px;
|
|
144
|
+
/* streaming-text recipe tunables (transitions.dev #30) */
|
|
145
|
+
--stream-gap: 60ms;
|
|
146
|
+
--stream-fade: var(--duration-medium);
|
|
147
|
+
--stream-blur: 1px;
|
|
148
|
+
--stream-ease: var(--ease-smooth-out);
|
|
149
|
+
--font-sans: "Inter Variable", sans-serif;
|
|
150
|
+
--font-heading: "Figtree Variable", sans-serif;
|
|
151
|
+
--color-sidebar-ring: var(--sidebar-ring);
|
|
152
|
+
--color-sidebar-border: var(--sidebar-border);
|
|
153
|
+
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
154
|
+
--color-sidebar-accent: var(--sidebar-accent);
|
|
155
|
+
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
156
|
+
--color-sidebar-primary: var(--sidebar-primary);
|
|
157
|
+
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
158
|
+
--color-sidebar: var(--sidebar);
|
|
159
|
+
--color-chart-5: var(--chart-5);
|
|
160
|
+
--color-chart-4: var(--chart-4);
|
|
161
|
+
--color-chart-3: var(--chart-3);
|
|
162
|
+
--color-chart-2: var(--chart-2);
|
|
163
|
+
--color-chart-1: var(--chart-1);
|
|
164
|
+
--color-ring: var(--ring);
|
|
165
|
+
--color-input: var(--input);
|
|
166
|
+
--color-border: var(--border);
|
|
167
|
+
--color-destructive: var(--destructive);
|
|
168
|
+
--color-accent-foreground: var(--accent-foreground);
|
|
169
|
+
--color-accent: var(--accent);
|
|
170
|
+
--color-muted-foreground: var(--muted-foreground);
|
|
171
|
+
--color-muted: var(--muted);
|
|
172
|
+
--color-secondary-foreground: var(--secondary-foreground);
|
|
173
|
+
--color-secondary: var(--secondary);
|
|
174
|
+
--color-primary-foreground: var(--primary-foreground);
|
|
175
|
+
--color-primary: var(--primary);
|
|
176
|
+
--color-popover-foreground: var(--popover-foreground);
|
|
177
|
+
--color-popover: var(--popover);
|
|
178
|
+
--color-card-foreground: var(--card-foreground);
|
|
179
|
+
--color-card: var(--card);
|
|
180
|
+
--color-foreground: var(--foreground);
|
|
181
|
+
--color-background: var(--background);
|
|
182
|
+
--radius-sm: calc(var(--radius) * 0.6);
|
|
183
|
+
--radius-md: calc(var(--radius) * 0.8);
|
|
184
|
+
--radius-lg: var(--radius);
|
|
185
|
+
--radius-xl: calc(var(--radius) * 1.4);
|
|
186
|
+
--radius-2xl: calc(var(--radius) * 1.8);
|
|
187
|
+
--radius-3xl: calc(var(--radius) * 2.2);
|
|
188
|
+
--radius-4xl: calc(var(--radius) * 2.6);
|
|
189
|
+
--color-destructive-foreground: var(--destructive-foreground);
|
|
190
|
+
@keyframes liquid-drift {
|
|
191
|
+
0% {
|
|
192
|
+
background-position:
|
|
193
|
+
0% 0%,
|
|
194
|
+
100% 100%,
|
|
195
|
+
0% 0%;
|
|
196
|
+
}
|
|
197
|
+
50% {
|
|
198
|
+
background-position:
|
|
199
|
+
30% 20%,
|
|
200
|
+
70% 80%,
|
|
201
|
+
0% 0%;
|
|
202
|
+
}
|
|
203
|
+
100% {
|
|
204
|
+
background-position:
|
|
205
|
+
0% 0%,
|
|
206
|
+
100% 100%,
|
|
207
|
+
0% 0%;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
210
|
+
--animate-caret-blink: 1s ease-out infinite caret-blink;
|
|
211
|
+
--animate-input-shake: input-shake 0.4s ease-in-out;
|
|
212
|
+
--animate-skeleton: skeleton 2s -1s infinite linear;
|
|
213
|
+
--color-warning-foreground: var(--warning-foreground);
|
|
214
|
+
--color-warning: var(--warning);
|
|
215
|
+
--color-success-foreground: var(--success-foreground);
|
|
216
|
+
--color-success: var(--success);
|
|
217
|
+
--color-info-foreground: var(--info-foreground);
|
|
218
|
+
--color-info: var(--info);
|
|
219
|
+
@keyframes skeleton {
|
|
220
|
+
to {
|
|
221
|
+
background-position: -200% 0;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
@keyframes input-shake {
|
|
225
|
+
0%,
|
|
226
|
+
100% {
|
|
227
|
+
translate: 0;
|
|
228
|
+
}
|
|
229
|
+
20% {
|
|
230
|
+
translate: -6px 0;
|
|
231
|
+
}
|
|
232
|
+
40% {
|
|
233
|
+
translate: 6px 0;
|
|
234
|
+
}
|
|
235
|
+
60% {
|
|
236
|
+
translate: -4px 0;
|
|
237
|
+
}
|
|
238
|
+
80% {
|
|
239
|
+
translate: 4px 0;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
@keyframes caret-blink {
|
|
243
|
+
0%,
|
|
244
|
+
70%,
|
|
245
|
+
to {
|
|
246
|
+
opacity: 1;
|
|
247
|
+
}
|
|
248
|
+
20%,
|
|
249
|
+
50% {
|
|
250
|
+
opacity: 0;
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
--animate-toast-success-odd: toast-success-odd 0.32s cubic-bezier(0.5, 1, 0.89, 1);
|
|
254
|
+
--animate-toast-success-even: toast-success-even 0.32s cubic-bezier(0.5, 1, 0.89, 1);
|
|
255
|
+
--animate-toast-error-odd: toast-error-odd 0.28s cubic-bezier(0.5, 1, 0.89, 1);
|
|
256
|
+
--animate-toast-error-even: toast-error-even 0.28s cubic-bezier(0.5, 1, 0.89, 1)
|
|
257
|
+
;
|
|
258
|
+
--color-invert-foreground: var(--invert-foreground);
|
|
259
|
+
--color-invert: var(--invert);
|
|
260
|
+
@keyframes toast-success-odd {
|
|
261
|
+
0% {
|
|
262
|
+
scale: 1;
|
|
263
|
+
}
|
|
264
|
+
30% {
|
|
265
|
+
scale: 1.025;
|
|
266
|
+
}
|
|
267
|
+
60% {
|
|
268
|
+
scale: 0.99;
|
|
269
|
+
}
|
|
270
|
+
100% {
|
|
271
|
+
scale: 1;
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
@keyframes toast-error-odd {
|
|
275
|
+
0% {
|
|
276
|
+
translate: 0 0;
|
|
277
|
+
}
|
|
278
|
+
25% {
|
|
279
|
+
translate: -3px 0;
|
|
280
|
+
}
|
|
281
|
+
50% {
|
|
282
|
+
translate: 3px 0;
|
|
283
|
+
}
|
|
284
|
+
75% {
|
|
285
|
+
translate: -3px 0;
|
|
286
|
+
}
|
|
287
|
+
100% {
|
|
288
|
+
translate: 0 0;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
@keyframes toast-success-even {
|
|
292
|
+
0% {
|
|
293
|
+
scale: 1;
|
|
294
|
+
}
|
|
295
|
+
30% {
|
|
296
|
+
scale: 1.025;
|
|
297
|
+
}
|
|
298
|
+
60% {
|
|
299
|
+
scale: 0.99;
|
|
300
|
+
}
|
|
301
|
+
100% {
|
|
302
|
+
scale: 1;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
@keyframes toast-error-even {
|
|
306
|
+
0% {
|
|
307
|
+
translate: 0 0;
|
|
308
|
+
}
|
|
309
|
+
25% {
|
|
310
|
+
translate: -3px 0;
|
|
311
|
+
}
|
|
312
|
+
50% {
|
|
313
|
+
translate: 3px 0;
|
|
314
|
+
}
|
|
315
|
+
75% {
|
|
316
|
+
translate: -3px 0;
|
|
317
|
+
}
|
|
318
|
+
100% {
|
|
319
|
+
translate: 0 0;
|
|
320
|
+
}
|
|
321
|
+
}}
|
|
File without changes
|