@exegia/corpora-ui 3.0.0 → 3.1.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 +20 -0
- package/dist-lib/button-CIRkQXA6.js +152 -0
- package/dist-lib/button.js +3 -0
- package/dist-lib/card.js +150 -0
- package/dist-lib/components/atoms/text/default.d.ts +2 -1143
- package/dist-lib/components/blocks/shell/index.d.ts +1 -0
- package/dist-lib/components/ui/badge.d.ts +2 -2
- package/dist-lib/components/ui/button.d.ts +2 -2
- package/dist-lib/components/ui/glasscn/lazy-glass-surface.d.ts +6 -0
- package/dist-lib/components/ui/modal.d.ts +10 -0
- package/dist-lib/components/ui/overlays.d.ts +4 -0
- package/dist-lib/components/ui/select.d.ts +1 -1
- package/dist-lib/components/ui/toast.d.ts +2 -0
- package/dist-lib/ease-C9At8rnB.js +120 -0
- package/dist-lib/exegia-provider-DNTuLljX.js +124 -0
- package/dist-lib/index.css +3 -0
- package/dist-lib/index.d.ts +3 -0
- package/dist-lib/index.js +6482 -8894
- package/dist-lib/input.js +28 -0
- package/dist-lib/label.js +19 -0
- package/dist-lib/lib/segmented-control.d.ts +1 -1
- package/dist-lib/lib/state/exegia-provider.d.ts +17 -8
- package/dist-lib/lib/state/index.d.ts +2 -0
- package/dist-lib/lib/state/portal-context.d.ts +5 -0
- package/dist-lib/lib/state/sound-loading.d.ts +4 -0
- package/dist-lib/liquid-glass-BihU6nMl.js +50 -0
- package/dist-lib/modal-DLaOK-s1.js +82 -0
- package/dist-lib/overlays.js +3 -0
- package/dist-lib/rolldown-runtime-Dy4uBu1J.js +11 -0
- package/dist-lib/scaffold-Qv4hs5Pf.js +925 -0
- package/dist-lib/scaffold.js +2 -0
- package/dist-lib/shell-BQ9cjIEu.js +722 -0
- package/dist-lib/shell.js +2 -0
- package/dist-lib/sound-knGH4lj-.js +19 -0
- package/dist-lib/state.js +2 -0
- package/dist-lib/toast-CataVXHN.js +193 -0
- package/dist-lib/utils-BO0qfoA6.js +61 -0
- package/package.json +64 -23
- package/dist-lib/components/atoms/_layout.d.ts +0 -4
- package/dist-lib/components/atoms/bubble/__tests__/bubble.test.d.ts +0 -1
- package/dist-lib/components/atoms/bubble/__tests__/reference.test.d.ts +0 -1
- package/dist-lib/components/atoms/text/__tests__/text.test.d.ts +0 -1
- package/dist-lib/components/atoms/text-selection/__tests__/click-popover.test.d.ts +0 -1
- package/dist-lib/components/atoms/text-selection/__tests__/text-selection.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/auth-flow-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/auth-state-atom.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/linked-accounts-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/onboarding-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/passkey-manager-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/passkey-sign-in-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/signup-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/auth/__tests__/update-password-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/chat/__tests__/ai-panel.test.d.ts +0 -1
- package/dist-lib/components/blocks/profile/__tests__/profile-card-block.test.d.ts +0 -1
- package/dist-lib/components/blocks/scaffold/__tests__/scaffold-atom.test.d.ts +0 -1
- package/dist-lib/components/blocks/scaffold/__tests__/scaffold.test.d.ts +0 -1
- package/dist-lib/components/blocks/shell/__tests__/shell-fit-atom.test.d.ts +0 -1
- package/dist-lib/components/blocks/shell/__tests__/shell-layout.test.d.ts +0 -1
- package/dist-lib/components/blocks/shell/__tests__/shell-metrics.test.d.ts +0 -1
- package/dist-lib/components/blocks/sidebar/__tests__/ai-sidebar-atom.test.d.ts +0 -1
- package/dist-lib/components/blocks/sidebar/__tests__/ai-sidebar.test.d.ts +0 -1
- package/dist-lib/components/blocks/sidebar/__tests__/use-ai-sidebar.test.d.ts +0 -1
- package/dist-lib/components/composed/__tests__/logo.test.d.ts +0 -1
- package/dist-lib/components/composed/action-bar/__tests__/action-bar.test.d.ts +0 -1
- package/dist-lib/components/composed/ai/__tests__/ai.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/attachment.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/beautiful-ui.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/chart.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/code-block.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/composer-attachments.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/composer.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/flowchart.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/glass-material.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/markdown.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/menu-command.test.d.ts +0 -1
- package/dist-lib/components/composed/chat/__tests__/recommendation.test.d.ts +0 -1
- package/dist-lib/components/composed/tree/__tests__/tree-atom.test.d.ts +0 -1
- package/dist-lib/components/composed/tree/__tests__/tree.test.d.ts +0 -1
- package/dist-lib/components/composed/tree/__tests__/use-tree.test.d.ts +0 -1
- package/dist-lib/components/composed/user/__tests__/message.test.d.ts +0 -1
- package/dist-lib/components/composed/verse/__tests__/verse.test.d.ts +0 -1
- package/dist-lib/components/docs/atoms-gallery.d.ts +0 -12
- package/dist-lib/components/docs/block-demo-stage.d.ts +0 -7
- package/dist-lib/components/docs/blocks-gallery.d.ts +0 -2
- package/dist-lib/components/docs/browser.d.ts +0 -10
- package/dist-lib/components/docs/code-block.d.ts +0 -4
- package/dist-lib/components/docs/components-gallery.d.ts +0 -2
- package/dist-lib/components/docs/demo-controls.d.ts +0 -21
- package/dist-lib/components/docs/hero.d.ts +0 -5
- package/dist-lib/components/docs/mermaid.d.ts +0 -3
- package/dist-lib/components/icons/__tests__/icons.test.d.ts +0 -1
- package/dist-lib/components/stories/attachment.story.d.ts +0 -11
- package/dist-lib/components/stories/auth-flow-block.story.d.ts +0 -2
- package/dist-lib/components/stories/avatar.story.d.ts +0 -6
- package/dist-lib/components/stories/base.story.d.ts +0 -6
- package/dist-lib/components/stories/bubble.story.d.ts +0 -6
- package/dist-lib/components/stories/button.story.d.ts +0 -9
- package/dist-lib/components/stories/card.story.d.ts +0 -8
- package/dist-lib/components/stories/chart.story.d.ts +0 -71
- package/dist-lib/components/stories/checkbox.story.d.ts +0 -6
- package/dist-lib/components/stories/code-auth-block.story.d.ts +0 -2
- package/dist-lib/components/stories/code-block.story.d.ts +0 -12
- package/dist-lib/components/stories/composed-password-input.story.d.ts +0 -6
- package/dist-lib/components/stories/context-cards.story.d.ts +0 -3
- package/dist-lib/components/stories/emoji-action-bar.story.d.ts +0 -3
- package/dist-lib/components/stories/field.story.d.ts +0 -6
- package/dist-lib/components/stories/file-icons.story.d.ts +0 -5
- package/dist-lib/components/stories/filter-table.story.d.ts +0 -21
- package/dist-lib/components/stories/flowchart.story.d.ts +0 -3
- package/dist-lib/components/stories/forgot-password-block.story.d.ts +0 -2
- package/dist-lib/components/stories/frame.story.d.ts +0 -8
- package/dist-lib/components/stories/index.d.ts +0 -54
- package/dist-lib/components/stories/input-group.story.d.ts +0 -6
- package/dist-lib/components/stories/input.story.d.ts +0 -8
- package/dist-lib/components/stories/insight-cards.story.d.ts +0 -74
- package/dist-lib/components/stories/label.story.d.ts +0 -8
- package/dist-lib/components/stories/linked-accounts-block.story.d.ts +0 -2
- package/dist-lib/components/stories/login-block.story.d.ts +0 -2
- package/dist-lib/components/stories/logo.story.d.ts +0 -3
- package/dist-lib/components/stories/markdown.story.d.ts +0 -7
- package/dist-lib/components/stories/menu-command.story.d.ts +0 -13
- package/dist-lib/components/stories/onboarding-block.story.d.ts +0 -2
- package/dist-lib/components/stories/otp-field.story.d.ts +0 -8
- package/dist-lib/components/stories/passkey-manager-block.story.d.ts +0 -2
- package/dist-lib/components/stories/passkey-sign-in-block.story.d.ts +0 -2
- package/dist-lib/components/stories/password-input.story.d.ts +0 -9
- package/dist-lib/components/stories/profile-card-block.story.d.ts +0 -6
- package/dist-lib/components/stories/recommendation-card.story.d.ts +0 -3
- package/dist-lib/components/stories/records-table.story.d.ts +0 -23
- package/dist-lib/components/stories/reference.story.d.ts +0 -9
- package/dist-lib/components/stories/research-answer.story.d.ts +0 -10
- package/dist-lib/components/stories/scaffold-root.story.d.ts +0 -6
- package/dist-lib/components/stories/separator.story.d.ts +0 -6
- package/dist-lib/components/stories/shell-layout.story.d.ts +0 -2
- package/dist-lib/components/stories/signup-block.story.d.ts +0 -2
- package/dist-lib/components/stories/social-providers.story.d.ts +0 -3
- package/dist-lib/components/stories/streaming-text.story.d.ts +0 -3
- package/dist-lib/components/stories/text.story.d.ts +0 -8
- package/dist-lib/components/stories/textarea.story.d.ts +0 -6
- package/dist-lib/components/stories/tree.story.d.ts +0 -4
- package/dist-lib/components/stories/update-password-block.story.d.ts +0 -2
- package/dist-lib/components/stories/user.story.d.ts +0 -8
- package/dist-lib/components/stories/verse.story.d.ts +0 -6
- package/dist-lib/components/ui/chat/__tests__/segmented-toggle.test.d.ts +0 -1
- package/dist-lib/index.js.map +0 -1
- package/dist-lib/lib/state/__tests__/sound.test.d.ts +0 -1
- package/dist-lib/lib/utils.test.d.ts +0 -1
- package/src/assets/css/base.css +0 -62
- package/src/assets/css/chat.css +0 -229
- package/src/assets/css/shadows.css +0 -157
- package/src/assets/css/theme.css +0 -321
- package/src/components/AGENTS.md +0 -0
- package/src/components/atoms/_layout.tsx +0 -9
- package/src/components/atoms/avatar/base.tsx +0 -70
- package/src/components/atoms/avatar/index.ts +0 -10
- package/src/components/atoms/avatar/types.ts +0 -24
- package/src/components/atoms/avatar/utils.ts +0 -54
- package/src/components/atoms/avatar/verified.tsx +0 -16
- package/src/components/atoms/background/index.ts +0 -8
- package/src/components/atoms/background/texture.tsx +0 -29
- package/src/components/atoms/background/type.ts +0 -10
- package/src/components/atoms/background/utils.ts +0 -13
- package/src/components/atoms/bubble/__tests__/bubble.test.tsx +0 -193
- package/src/components/atoms/bubble/__tests__/reference.test.tsx +0 -25
- package/src/components/atoms/bubble/actions.tsx +0 -28
- package/src/components/atoms/bubble/context.ts +0 -11
- package/src/components/atoms/bubble/default.tsx +0 -46
- package/src/components/atoms/bubble/header.tsx +0 -36
- package/src/components/atoms/bubble/index.ts +0 -37
- package/src/components/atoms/bubble/message.tsx +0 -32
- package/src/components/atoms/bubble/reactions.tsx +0 -191
- package/src/components/atoms/bubble/types.ts +0 -82
- package/src/components/atoms/bubble/utils.ts +0 -46
- package/src/components/atoms/chip.tsx +0 -61
- package/src/components/atoms/field.tsx +0 -43
- package/src/components/atoms/index.ts +0 -26
- package/src/components/atoms/loader.tsx +0 -33
- package/src/components/atoms/reference.tsx +0 -41
- package/src/components/atoms/text/__tests__/text.test.tsx +0 -47
- package/src/components/atoms/text/default.tsx +0 -59
- package/src/components/atoms/text/heading.tsx +0 -58
- package/src/components/atoms/text/index.ts +0 -28
- package/src/components/atoms/text/label.tsx +0 -16
- package/src/components/atoms/text/paragraph.tsx +0 -55
- package/src/components/atoms/text/span.tsx +0 -14
- package/src/components/atoms/text/types.ts +0 -41
- package/src/components/atoms/text/utils.ts +0 -16
- package/src/components/atoms/text-selection/__tests__/click-popover.test.tsx +0 -61
- package/src/components/atoms/text-selection/__tests__/text-selection.test.tsx +0 -90
- package/src/components/atoms/text-selection/click-popover.tsx +0 -62
- package/src/components/atoms/text-selection/index.ts +0 -30
- package/src/components/atoms/text-selection/popover.tsx +0 -103
- package/src/components/atoms/text-selection/selection-atom.ts +0 -51
- package/src/components/atoms/text-selection/selection.tsx +0 -56
- package/src/components/atoms/text-selection/types.ts +0 -125
- package/src/components/atoms/text-selection/use-selection.ts +0 -84
- package/src/components/atoms/types.ts +0 -46
- package/src/components/blocks/.gitkeep +0 -0
- package/src/components/blocks/auth/__tests__/auth-flow-block.test.tsx +0 -183
- package/src/components/blocks/auth/__tests__/auth-state-atom.test.tsx +0 -247
- package/src/components/blocks/auth/__tests__/linked-accounts-block.test.tsx +0 -128
- package/src/components/blocks/auth/__tests__/onboarding-block.test.tsx +0 -183
- package/src/components/blocks/auth/__tests__/passkey-manager-block.test.tsx +0 -131
- package/src/components/blocks/auth/__tests__/passkey-sign-in-block.test.tsx +0 -59
- package/src/components/blocks/auth/__tests__/signup-block.test.tsx +0 -176
- package/src/components/blocks/auth/__tests__/update-password-block.test.tsx +0 -95
- package/src/components/blocks/auth/auth-flow-atom.ts +0 -238
- package/src/components/blocks/auth/auth-flow-block.tsx +0 -211
- package/src/components/blocks/auth/auth-session-atom.ts +0 -82
- package/src/components/blocks/auth/auth-shell.tsx +0 -265
- package/src/components/blocks/auth/auth-state.ts +0 -40
- package/src/components/blocks/auth/code-auth-block.tsx +0 -176
- package/src/components/blocks/auth/forgot-password-block.tsx +0 -112
- package/src/components/blocks/auth/linked-accounts-block.tsx +0 -203
- package/src/components/blocks/auth/login-block.tsx +0 -217
- package/src/components/blocks/auth/onboarding/profile-step.tsx +0 -216
- package/src/components/blocks/auth/onboarding-block.tsx +0 -183
- package/src/components/blocks/auth/passkey-manager-block.tsx +0 -316
- package/src/components/blocks/auth/passkey-sign-in-block.tsx +0 -67
- package/src/components/blocks/auth/signup-block.tsx +0 -256
- package/src/components/blocks/auth/type.ts +0 -436
- package/src/components/blocks/auth/update-password-block.tsx +0 -139
- package/src/components/blocks/auth/use-auth-state.ts +0 -127
- package/src/components/blocks/chat/__tests__/ai-panel.test.tsx +0 -65
- package/src/components/blocks/chat/banners.tsx +0 -61
- package/src/components/blocks/chat/base.tsx +0 -84
- package/src/components/blocks/chat/header.tsx +0 -60
- package/src/components/blocks/chat/index.ts +0 -37
- package/src/components/blocks/chat/recommendation-stack.tsx +0 -41
- package/src/components/blocks/chat/shared.tsx +0 -27
- package/src/components/blocks/chat/suggested-prompts.tsx +0 -45
- package/src/components/blocks/chat/type.ts +0 -96
- package/src/components/blocks/chat/version-history-record.tsx +0 -37
- package/src/components/blocks/layout.ts +0 -35
- package/src/components/blocks/profile/__tests__/profile-card-block.test.tsx +0 -362
- package/src/components/blocks/profile/index.ts +0 -28
- package/src/components/blocks/profile/profile-card-atom.ts +0 -247
- package/src/components/blocks/profile/profile-card-block.tsx +0 -369
- package/src/components/blocks/profile/type.ts +0 -93
- package/src/components/blocks/profile/use-profile-card-state.ts +0 -67
- package/src/components/blocks/profile/use-profile-card.ts +0 -132
- package/src/components/blocks/scaffold/__tests__/scaffold-atom.test.tsx +0 -236
- package/src/components/blocks/scaffold/__tests__/scaffold.test.tsx +0 -524
- package/src/components/blocks/scaffold/constants.ts +0 -39
- package/src/components/blocks/scaffold/index.ts +0 -60
- package/src/components/blocks/scaffold/panel-close-button.tsx +0 -36
- package/src/components/blocks/scaffold/panel-menu-button.tsx +0 -221
- package/src/components/blocks/scaffold/scaffold-actions.tsx +0 -92
- package/src/components/blocks/scaffold/scaffold-atom.ts +0 -427
- package/src/components/blocks/scaffold/scaffold-canvas.tsx +0 -162
- package/src/components/blocks/scaffold/scaffold-context.ts +0 -20
- package/src/components/blocks/scaffold/scaffold-inspector.tsx +0 -137
- package/src/components/blocks/scaffold/scaffold-main.tsx +0 -28
- package/src/components/blocks/scaffold/scaffold-panel.tsx +0 -186
- package/src/components/blocks/scaffold/scaffold-root.tsx +0 -120
- package/src/components/blocks/scaffold/scaffold-sidebar.tsx +0 -31
- package/src/components/blocks/scaffold/scaffold-sub-panel.tsx +0 -122
- package/src/components/blocks/scaffold/scaffold-tab.tsx +0 -108
- package/src/components/blocks/scaffold/type.ts +0 -264
- package/src/components/blocks/scaffold/use-scaffold-state.ts +0 -85
- package/src/components/blocks/scaffold/use-scaffold.ts +0 -59
- package/src/components/blocks/scaffold/utils.ts +0 -112
- package/src/components/blocks/shell/__tests__/shell-fit-atom.test.tsx +0 -362
- package/src/components/blocks/shell/__tests__/shell-layout.test.tsx +0 -596
- package/src/components/blocks/shell/__tests__/shell-metrics.test.ts +0 -154
- package/src/components/blocks/shell/animated-panel-inset.tsx +0 -27
- package/src/components/blocks/shell/animated-panel-provider.tsx +0 -269
- package/src/components/blocks/shell/animated-panel-trigger.tsx +0 -51
- package/src/components/blocks/shell/animated-panel.tsx +0 -180
- package/src/components/blocks/shell/index.ts +0 -30
- package/src/components/blocks/shell/shell-fit-atom.ts +0 -246
- package/src/components/blocks/shell/shell-layout.tsx +0 -139
- package/src/components/blocks/shell/shell-metrics.ts +0 -133
- package/src/components/blocks/shell/shell-panel-atom.ts +0 -74
- package/src/components/blocks/shell/type.ts +0 -361
- package/src/components/blocks/shell/use-shell-fit-state.ts +0 -49
- package/src/components/blocks/shell/use-shell-fit.ts +0 -153
- package/src/components/blocks/shell/use-shell-panels.ts +0 -126
- package/src/components/blocks/shell/utils.ts +0 -187
- package/src/components/blocks/sidebar/__tests__/ai-sidebar-atom.test.tsx +0 -325
- package/src/components/blocks/sidebar/__tests__/ai-sidebar.test.tsx +0 -93
- package/src/components/blocks/sidebar/__tests__/use-ai-sidebar.test.tsx +0 -310
- package/src/components/blocks/sidebar/ai-sidebar-atom.ts +0 -698
- package/src/components/blocks/sidebar/ai-sidebar.tsx +0 -150
- package/src/components/blocks/sidebar/index.ts +0 -67
- package/src/components/blocks/sidebar/marquee-label.tsx +0 -59
- package/src/components/blocks/sidebar/sidebar-context.ts +0 -15
- package/src/components/blocks/sidebar/sidebar-icon.tsx +0 -14
- package/src/components/blocks/sidebar/sidebar-row.tsx +0 -378
- package/src/components/blocks/sidebar/type.ts +0 -294
- package/src/components/blocks/sidebar/use-ai-sidebar-state.ts +0 -123
- package/src/components/blocks/sidebar/use-ai-sidebar.ts +0 -619
- package/src/components/blocks/sidebar/utils.ts +0 -170
- package/src/components/blocks/types.ts +0 -6
- package/src/components/composed/.gitkeep +0 -0
- package/src/components/composed/__tests__/logo.test.tsx +0 -60
- package/src/components/composed/action-bar/__tests__/action-bar.test.tsx +0 -125
- package/src/components/composed/action-bar/action.tsx +0 -77
- package/src/components/composed/action-bar/emojis.tsx +0 -97
- package/src/components/composed/action-bar/index.ts +0 -24
- package/src/components/composed/action-bar/toolbar.tsx +0 -66
- package/src/components/composed/action-bar/types.ts +0 -58
- package/src/components/composed/action-bar/utils.ts +0 -140
- package/src/components/composed/ai/__tests__/ai.test.tsx +0 -66
- package/src/components/composed/ai/avatar.tsx +0 -19
- package/src/components/composed/ai/index.ts +0 -36
- package/src/components/composed/ai/message.tsx +0 -49
- package/src/components/composed/ai/research-answer.tsx +0 -157
- package/src/components/composed/ai/shared.tsx +0 -94
- package/src/components/composed/ai/streaming-text.tsx +0 -94
- package/src/components/composed/ai/suggested-prompt.tsx +0 -183
- package/src/components/composed/ai/types.ts +0 -81
- package/src/components/composed/chat/__tests__/attachment.test.tsx +0 -218
- package/src/components/composed/chat/__tests__/beautiful-ui.test.tsx +0 -57
- package/src/components/composed/chat/__tests__/chart.test.tsx +0 -316
- package/src/components/composed/chat/__tests__/code-block.test.tsx +0 -12
- package/src/components/composed/chat/__tests__/composer-attachments.test.tsx +0 -101
- package/src/components/composed/chat/__tests__/composer.test.tsx +0 -248
- package/src/components/composed/chat/__tests__/flowchart.test.tsx +0 -145
- package/src/components/composed/chat/__tests__/glass-material.test.tsx +0 -54
- package/src/components/composed/chat/__tests__/markdown.test.tsx +0 -25
- package/src/components/composed/chat/__tests__/menu-command.test.tsx +0 -35
- package/src/components/composed/chat/__tests__/recommendation.test.tsx +0 -43
- package/src/components/composed/chat/actions.tsx +0 -81
- package/src/components/composed/chat/attachment-file.ts +0 -82
- package/src/components/composed/chat/attachment.tsx +0 -498
- package/src/components/composed/chat/chart/chart-atom.ts +0 -55
- package/src/components/composed/chat/chart/chart-context.ts +0 -9
- package/src/components/composed/chat/chart/chart-legend.tsx +0 -75
- package/src/components/composed/chat/chart/chart-plot.tsx +0 -233
- package/src/components/composed/chat/chart/chart-root.tsx +0 -229
- package/src/components/composed/chat/chart/chart-tooltip.tsx +0 -74
- package/src/components/composed/chat/chart/constants.ts +0 -8
- package/src/components/composed/chat/chart/evilcharts/README.md +0 -8
- package/src/components/composed/chat/chart/evilcharts/echarts-area-chart.tsx +0 -2358
- package/src/components/composed/chat/chart/evilcharts/echarts-bar-chart.tsx +0 -2261
- package/src/components/composed/chat/chart/evilcharts/echarts-brush.tsx +0 -233
- package/src/components/composed/chat/chart/evilcharts/echarts-chart.tsx +0 -214
- package/src/components/composed/chat/chart/evilcharts/echarts-dot.tsx +0 -111
- package/src/components/composed/chat/chart/evilcharts/echarts-legend.tsx +0 -131
- package/src/components/composed/chat/chart/evilcharts/echarts-line-chart.tsx +0 -2112
- package/src/components/composed/chat/chart/evilcharts/echarts-pie-chart.tsx +0 -1235
- package/src/components/composed/chat/chart/evilcharts/echarts-tooltip.tsx +0 -125
- package/src/components/composed/chat/chart/index.ts +0 -13
- package/src/components/composed/chat/chart/type.ts +0 -88
- package/src/components/composed/chat/chart/use-chart-state.ts +0 -22
- package/src/components/composed/chat/chart/use-chart.ts +0 -70
- package/src/components/composed/chat/chart/utils.ts +0 -47
- package/src/components/composed/chat/chart.tsx +0 -3
- package/src/components/composed/chat/code-block.tsx +0 -123
- package/src/components/composed/chat/composer/add-button.tsx +0 -29
- package/src/components/composed/chat/composer/base.tsx +0 -573
- package/src/components/composed/chat/composer/command-menu.tsx +0 -47
- package/src/components/composed/chat/composer/hooks.ts +0 -29
- package/src/components/composed/chat/composer/index.ts +0 -19
- package/src/components/composed/chat/composer/send-button.tsx +0 -36
- package/src/components/composed/chat/composer/suggestions.tsx +0 -115
- package/src/components/composed/chat/composer/use-dictation.ts +0 -123
- package/src/components/composed/chat/composer/utils.ts +0 -74
- package/src/components/composed/chat/context-cards.tsx +0 -63
- package/src/components/composed/chat/filter-table.tsx +0 -119
- package/src/components/composed/chat/flowchart/chart-node.tsx +0 -162
- package/src/components/composed/chat/flowchart/connector.tsx +0 -32
- package/src/components/composed/chat/flowchart/constant.ts +0 -26
- package/src/components/composed/chat/flowchart/default.tsx +0 -230
- package/src/components/composed/chat/flowchart/edge-toolbar.tsx +0 -73
- package/src/components/composed/chat/flowchart/hooks.tsx +0 -347
- package/src/components/composed/chat/flowchart/index.ts +0 -14
- package/src/components/composed/chat/flowchart/step-body.tsx +0 -82
- package/src/components/composed/chat/flowchart/types.ts +0 -89
- package/src/components/composed/chat/flowchart/utils.ts +0 -78
- package/src/components/composed/chat/hint.tsx +0 -59
- package/src/components/composed/chat/index.ts +0 -92
- package/src/components/composed/chat/insight-cards.tsx +0 -199
- package/src/components/composed/chat/markdown-atom.ts +0 -15
- package/src/components/composed/chat/markdown.tsx +0 -213
- package/src/components/composed/chat/recommendation/checkbox.tsx +0 -122
- package/src/components/composed/chat/recommendation/constant.ts +0 -54
- package/src/components/composed/chat/recommendation/default.tsx +0 -25
- package/src/components/composed/chat/recommendation/group.tsx +0 -36
- package/src/components/composed/chat/recommendation/index.ts +0 -17
- package/src/components/composed/chat/recommendation/item.tsx +0 -215
- package/src/components/composed/chat/recommendation/types.ts +0 -76
- package/src/components/composed/chat/records-table.tsx +0 -130
- package/src/components/composed/chat/type.ts +0 -157
- package/src/components/composed/logo.tsx +0 -171
- package/src/components/composed/password-input.tsx +0 -179
- package/src/components/composed/reader/applied-mark.tsx +0 -32
- package/src/components/composed/reader/apply-toast.tsx +0 -49
- package/src/components/composed/reader/index.ts +0 -10
- package/src/components/composed/reader/selection-highlight.tsx +0 -26
- package/src/components/composed/reader/selection-popover.tsx +0 -149
- package/src/components/composed/reader/type.ts +0 -48
- package/src/components/composed/social-providers.tsx +0 -154
- package/src/components/composed/tree/CLAUDE.md +0 -145
- package/src/components/composed/tree/__tests__/tree-atom.test.tsx +0 -217
- package/src/components/composed/tree/__tests__/tree.test.tsx +0 -522
- package/src/components/composed/tree/__tests__/use-tree.test.tsx +0 -333
- package/src/components/composed/tree/constants.ts +0 -55
- package/src/components/composed/tree/index.ts +0 -51
- package/src/components/composed/tree/tree-atom.ts +0 -590
- package/src/components/composed/tree/tree-context.ts +0 -13
- package/src/components/composed/tree/tree-node.tsx +0 -496
- package/src/components/composed/tree/tree.tsx +0 -233
- package/src/components/composed/tree/type.ts +0 -322
- package/src/components/composed/tree/use-tree-dnd.ts +0 -179
- package/src/components/composed/tree/use-tree-state.ts +0 -105
- package/src/components/composed/tree/use-tree.ts +0 -311
- package/src/components/composed/tree/utils.ts +0 -172
- package/src/components/composed/types.ts +0 -9
- package/src/components/composed/user/__tests__/message.test.tsx +0 -79
- package/src/components/composed/user/index.ts +0 -14
- package/src/components/composed/user/info.tsx +0 -56
- package/src/components/composed/user/message.tsx +0 -36
- package/src/components/composed/user/pill.tsx +0 -20
- package/src/components/composed/user/types.ts +0 -47
- package/src/components/composed/user/utils.ts +0 -0
- package/src/components/composed/verse/__tests__/verse.test.tsx +0 -57
- package/src/components/composed/verse/index.ts +0 -2
- package/src/components/composed/verse/types.ts +0 -24
- package/src/components/composed/verse/verse.tsx +0 -100
- package/src/components/docs/atoms-gallery.tsx +0 -286
- package/src/components/docs/block-demo-stage.tsx +0 -38
- package/src/components/docs/blocks-gallery.tsx +0 -224
- package/src/components/docs/browser.tsx +0 -87
- package/src/components/docs/code-block.tsx +0 -10
- package/src/components/docs/components-gallery.tsx +0 -182
- package/src/components/docs/demo-controls.tsx +0 -142
- package/src/components/docs/hero.tsx +0 -197
- package/src/components/docs/mermaid.tsx +0 -55
- package/src/components/icons/README.md +0 -91
- package/src/components/icons/__tests__/icons.test.tsx +0 -58
- package/src/components/icons/file-badge-cfm.tsx +0 -615
- package/src/components/icons/file-badge-corpus.tsx +0 -604
- package/src/components/icons/file-badge-pdf.tsx +0 -570
- package/src/components/icons/file-badge-tei.tsx +0 -524
- package/src/components/icons/file-badge-tf.tsx +0 -620
- package/src/components/icons/file-badge-txt.tsx +0 -607
- package/src/components/icons/file-badge-xml.tsx +0 -576
- package/src/components/icons/file-wordmark-cfm.tsx +0 -424
- package/src/components/icons/file-wordmark-corpus.tsx +0 -454
- package/src/components/icons/file-wordmark-pdf.tsx +0 -470
- package/src/components/icons/file-wordmark-tei.tsx +0 -424
- package/src/components/icons/file-wordmark-tf.tsx +0 -406
- package/src/components/icons/file-wordmark-txt.tsx +0 -421
- package/src/components/icons/file-wordmark-xml.tsx +0 -424
- package/src/components/icons/index.ts +0 -16
- package/src/components/icons/types.ts +0 -8
- package/src/components/motion/index.ts +0 -0
- package/src/components/motion/overflow-actions.tsx +0 -376
- package/src/components/motion/popover-morph.tsx +0 -292
- package/src/components/motion/popover-position.ts +0 -86
- package/src/components/motion/shared-layout-bg.tsx +0 -151
- package/src/components/stories/attachment.story.tsx +0 -40
- package/src/components/stories/auth-flow-block.story.tsx +0 -17
- package/src/components/stories/avatar.story.tsx +0 -33
- package/src/components/stories/base.story.tsx +0 -70
- package/src/components/stories/bubble.story.tsx +0 -61
- package/src/components/stories/button.story.tsx +0 -32
- package/src/components/stories/card.story.tsx +0 -36
- package/src/components/stories/chart.story.tsx +0 -69
- package/src/components/stories/checkbox.story.tsx +0 -30
- package/src/components/stories/code-auth-block.story.tsx +0 -20
- package/src/components/stories/code-block.story.tsx +0 -35
- package/src/components/stories/composed-password-input.story.tsx +0 -41
- package/src/components/stories/context-cards.story.tsx +0 -30
- package/src/components/stories/emoji-action-bar.story.tsx +0 -20
- package/src/components/stories/field.story.tsx +0 -32
- package/src/components/stories/file-icons.story.tsx +0 -20
- package/src/components/stories/filter-table.story.tsx +0 -63
- package/src/components/stories/flowchart.story.tsx +0 -25
- package/src/components/stories/forgot-password-block.story.tsx +0 -14
- package/src/components/stories/frame.story.tsx +0 -32
- package/src/components/stories/index.ts +0 -57
- package/src/components/stories/input-group.story.tsx +0 -27
- package/src/components/stories/input.story.tsx +0 -42
- package/src/components/stories/insight-cards.story.tsx +0 -67
- package/src/components/stories/label.story.tsx +0 -32
- package/src/components/stories/linked-accounts-block.story.tsx +0 -23
- package/src/components/stories/login-block.story.tsx +0 -18
- package/src/components/stories/logo.story.tsx +0 -21
- package/src/components/stories/markdown.story.tsx +0 -31
- package/src/components/stories/menu-command.story.tsx +0 -43
- package/src/components/stories/onboarding-block.story.tsx +0 -14
- package/src/components/stories/otp-field.story.tsx +0 -35
- package/src/components/stories/passkey-manager-block.story.tsx +0 -18
- package/src/components/stories/passkey-sign-in-block.story.tsx +0 -15
- package/src/components/stories/password-input.story.tsx +0 -35
- package/src/components/stories/profile-card-block.story.tsx +0 -29
- package/src/components/stories/recommendation-card.story.tsx +0 -37
- package/src/components/stories/records-table.story.tsx +0 -52
- package/src/components/stories/reference.story.tsx +0 -33
- package/src/components/stories/research-answer.story.tsx +0 -32
- package/src/components/stories/scaffold-root.story.tsx +0 -47
- package/src/components/stories/separator.story.tsx +0 -37
- package/src/components/stories/shell-layout.story.tsx +0 -19
- package/src/components/stories/signup-block.story.tsx +0 -18
- package/src/components/stories/social-providers.story.tsx +0 -26
- package/src/components/stories/streaming-text.story.tsx +0 -25
- package/src/components/stories/text.story.tsx +0 -31
- package/src/components/stories/textarea.story.tsx +0 -34
- package/src/components/stories/tree.story.tsx +0 -31
- package/src/components/stories/update-password-block.story.tsx +0 -14
- package/src/components/stories/user.story.tsx +0 -32
- package/src/components/stories/verse.story.tsx +0 -42
- package/src/components/theme-provider.tsx +0 -230
- package/src/components/types.ts +0 -106
- package/src/components/ui/accordion.tsx +0 -68
- package/src/components/ui/alert-dialog.tsx +0 -167
- package/src/components/ui/alert.tsx +0 -84
- package/src/components/ui/autocomplete.tsx +0 -303
- package/src/components/ui/avatar.tsx +0 -109
- package/src/components/ui/badge.tsx +0 -101
- package/src/components/ui/button-group.tsx +0 -88
- package/src/components/ui/button.tsx +0 -192
- package/src/components/ui/card.tsx +0 -253
- package/src/components/ui/chat/__tests__/segmented-toggle.test.tsx +0 -27
- package/src/components/ui/chat/avatar-handle.tsx +0 -30
- package/src/components/ui/chat/badges.tsx +0 -85
- package/src/components/ui/chat/buttons.tsx +0 -94
- package/src/components/ui/chat/chips.tsx +0 -106
- package/src/components/ui/chat/dot.tsx +0 -81
- package/src/components/ui/chat/icon-button.tsx +0 -43
- package/src/components/ui/chat/icon-tile.tsx +0 -33
- package/src/components/ui/chat/index.ts +0 -12
- package/src/components/ui/chat/inline-source.tsx +0 -94
- package/src/components/ui/chat/segmented-toggle.tsx +0 -99
- package/src/components/ui/chat/tag.tsx +0 -61
- package/src/components/ui/chat/thumbnail.tsx +0 -31
- package/src/components/ui/chat/waveform.tsx +0 -30
- package/src/components/ui/checkbox.tsx +0 -83
- package/src/components/ui/collapsible.tsx +0 -42
- package/src/components/ui/command.tsx +0 -263
- package/src/components/ui/context-menu.tsx +0 -342
- package/src/components/ui/emoji-picker.tsx +0 -161
- package/src/components/ui/field.tsx +0 -89
- package/src/components/ui/frame.tsx +0 -87
- package/src/components/ui/glasscn/glass-button-group.tsx +0 -34
- package/src/components/ui/glasscn/glass-button.tsx +0 -25
- package/src/components/ui/glasscn/glass-container.tsx +0 -94
- package/src/components/ui/glasscn/glass-separator.tsx +0 -39
- package/src/components/ui/glasscn/liquid-glass.tsx +0 -59
- package/src/components/ui/group.tsx +0 -92
- package/src/components/ui/input-group.tsx +0 -105
- package/src/components/ui/input.tsx +0 -70
- package/src/components/ui/kbd.tsx +0 -32
- package/src/components/ui/label.tsx +0 -36
- package/src/components/ui/menu-command.tsx +0 -156
- package/src/components/ui/menu.tsx +0 -352
- package/src/components/ui/otp-field.tsx +0 -88
- package/src/components/ui/popover-glass.tsx +0 -158
- package/src/components/ui/popover.tsx +0 -120
- package/src/components/ui/preview-card.tsx +0 -61
- package/src/components/ui/scroll-area.tsx +0 -80
- package/src/components/ui/select.tsx +0 -257
- package/src/components/ui/separator.tsx +0 -23
- package/src/components/ui/sheet.tsx +0 -135
- package/src/components/ui/skeleton.tsx +0 -18
- package/src/components/ui/spinner.tsx +0 -17
- package/src/components/ui/switch.tsx +0 -30
- package/src/components/ui/tabs.tsx +0 -120
- package/src/components/ui/textarea.tsx +0 -58
- package/src/components/ui/toast.tsx +0 -325
- package/src/components/ui/toolbar.tsx +0 -92
- package/src/components/ui/tooltip.tsx +0 -67
- package/src/index.css +0 -10
- package/src/index.ts +0 -102
- package/src/lib/attachment-content.ts +0 -28
- package/src/lib/auth-accent.ts +0 -49
- package/src/lib/ease.ts +0 -90
- package/src/lib/glass-variants.ts +0 -22
- package/src/lib/hooks/use-hover-capable.ts +0 -23
- package/src/lib/hooks/use-mobile.ts +0 -21
- package/src/lib/keyed-atom.ts +0 -60
- package/src/lib/segmented-control.ts +0 -42
- package/src/lib/sound.ts +0 -39
- package/src/lib/specular.ts +0 -10
- package/src/lib/state/__tests__/sound.test.tsx +0 -53
- package/src/lib/state/exegia-provider.tsx +0 -83
- package/src/lib/state/index.ts +0 -4
- package/src/lib/state/store.ts +0 -19
- package/src/lib/use-motion-panel.ts +0 -78
- package/src/lib/utils.test.ts +0 -22
- package/src/lib/utils.ts +0 -100
- package/src/specular.js +0 -4
- /package/{src/components/composed/chat/composer → dist-lib}/BEAUTIFUL-UI-LICENSE.txt +0 -0
- /package/{src/components/composed/chat/chart/evilcharts/LICENSE → dist-lib/EVILCHARTS-LICENSE.txt} +0 -0
|
@@ -0,0 +1,722 @@
|
|
|
1
|
+
import { t as e } from "./utils-BO0qfoA6.js";
|
|
2
|
+
import { a as t, g as n, n as r } from "./ease-C9At8rnB.js";
|
|
3
|
+
import { t as i } from "./button-CIRkQXA6.js";
|
|
4
|
+
import { PanelLeft as a, PanelRight as o } from "lucide-react";
|
|
5
|
+
import * as s from "react";
|
|
6
|
+
import { createContext as c, forwardRef as l, useCallback as u, useContext as d, useEffect as f, useId as p, useMemo as m, useRef as h, useState as g, useSyncExternalStore as _ } from "react";
|
|
7
|
+
import { atom as v, useAtomValueRawSync as y, useSetAtom as b } from "jotai";
|
|
8
|
+
import { motion as x, useIsomorphicLayoutEffect as S, useReducedMotion as C } from "motion/react";
|
|
9
|
+
import { jsx as w, jsxs as T } from "react/jsx-runtime";
|
|
10
|
+
//#region src/components/blocks/shell/shell-panel-atom.ts
|
|
11
|
+
function E() {
|
|
12
|
+
let e = v(null), t = v(null, (t, n, r) => {
|
|
13
|
+
Number.isFinite(r) && n(e, Math.max(180, Math.min(480, r)));
|
|
14
|
+
}), n = v({
|
|
15
|
+
left: !0,
|
|
16
|
+
right: !1
|
|
17
|
+
}), r = v({
|
|
18
|
+
left: !1,
|
|
19
|
+
right: !1
|
|
20
|
+
}), i = v({}), a = v(null), o = v(!1), s = v(null, (e, t, r, i) => {
|
|
21
|
+
let o = e(a);
|
|
22
|
+
o ? o.setOpen(r, i) : t(n, {
|
|
23
|
+
...e(n),
|
|
24
|
+
[i]: r
|
|
25
|
+
});
|
|
26
|
+
});
|
|
27
|
+
return {
|
|
28
|
+
railWidth: e,
|
|
29
|
+
resizeSidebar: t,
|
|
30
|
+
open: n,
|
|
31
|
+
mobile: r,
|
|
32
|
+
components: i,
|
|
33
|
+
handlers: a,
|
|
34
|
+
setOpen: s,
|
|
35
|
+
setOpenMobile: v(null, (e, t, n, i) => {
|
|
36
|
+
let o = e(a);
|
|
37
|
+
o ? o.setOpenMobile(n, i) : t(r, {
|
|
38
|
+
...e(r),
|
|
39
|
+
[i]: n
|
|
40
|
+
});
|
|
41
|
+
}),
|
|
42
|
+
toggle: v(null, (e, t, r) => t(s, !e(n)[r], r)),
|
|
43
|
+
seed: v(null, (e, t, i, a) => {
|
|
44
|
+
e(o) || (t(o, !0), t(n, {
|
|
45
|
+
...e(n),
|
|
46
|
+
...i
|
|
47
|
+
}), t(r, {
|
|
48
|
+
...e(r),
|
|
49
|
+
...a
|
|
50
|
+
}));
|
|
51
|
+
})
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
var D = /* @__PURE__ */ new Map();
|
|
55
|
+
function O(e) {
|
|
56
|
+
let t = D.get(e);
|
|
57
|
+
return t || (t = E(), D.set(e, t)), t;
|
|
58
|
+
}
|
|
59
|
+
function k(e) {
|
|
60
|
+
D.delete(e);
|
|
61
|
+
}
|
|
62
|
+
//#endregion
|
|
63
|
+
//#region src/components/blocks/shell/shell-metrics.ts
|
|
64
|
+
function A({ width: e, padding: t, gap: n, insetMin: r, expanded: i, icon: a, minimum: o, open: s, collapsible: c, present: l }) {
|
|
65
|
+
let u = e > 0 ? Math.max(0, e - t - n - r) : 480, d = l && u >= o, f = d && (s || c === "none"), p = l ? f ? Math.min(i, u) : c === "offcanvas" || u < a ? 0 : a : 0;
|
|
66
|
+
return {
|
|
67
|
+
width: p,
|
|
68
|
+
minWidth: o,
|
|
69
|
+
maxWidth: Math.max(o, Math.min(480, u)),
|
|
70
|
+
canExpand: d,
|
|
71
|
+
mode: p === 0 ? "hidden" : f ? "expanded" : "icon"
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
function j({ rail: e, insetMin: t, panelMin: n }) {
|
|
75
|
+
return e + t + n;
|
|
76
|
+
}
|
|
77
|
+
function M(e) {
|
|
78
|
+
return e.viewport <= 0 || e.panelMin <= 0 || j(e) + e.chrome <= e.viewport;
|
|
79
|
+
}
|
|
80
|
+
function N(e) {
|
|
81
|
+
let { chrome: t, insetMin: n, panelMin: r, rail: i, viewport: a } = e;
|
|
82
|
+
return {
|
|
83
|
+
min: r,
|
|
84
|
+
max: Math.max(r, a - t - i - n)
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
function P(e, t) {
|
|
88
|
+
let { min: n, max: r } = N(t);
|
|
89
|
+
return Math.min(Math.max(e, n), r);
|
|
90
|
+
}
|
|
91
|
+
function F(e, t) {
|
|
92
|
+
return e.rail === t.rail && e.insetMin === t.insetMin && e.panelMin === t.panelMin && e.viewport === t.viewport && e.chrome === t.chrome && e.sidebar?.width === t.sidebar?.width && e.sidebar?.minWidth === t.sidebar?.minWidth && e.sidebar?.maxWidth === t.sidebar?.maxWidth && e.sidebar?.canExpand === t.sidebar?.canExpand && e.sidebar?.mode === t.sidebar?.mode;
|
|
93
|
+
}
|
|
94
|
+
//#endregion
|
|
95
|
+
//#region src/components/blocks/shell/shell-fit-atom.ts
|
|
96
|
+
var ee = {
|
|
97
|
+
rail: 0,
|
|
98
|
+
insetMin: 0,
|
|
99
|
+
panelMin: 0,
|
|
100
|
+
viewport: 0,
|
|
101
|
+
chrome: 0
|
|
102
|
+
}, te = { panelWidth: null }, ne = {
|
|
103
|
+
min: 0,
|
|
104
|
+
max: 0
|
|
105
|
+
}, re = [];
|
|
106
|
+
function I(e) {
|
|
107
|
+
let t = /* @__PURE__ */ new Map(), n = ((n) => {
|
|
108
|
+
let r = t.get(n);
|
|
109
|
+
return r === void 0 && (r = e(n), t.set(n, r)), r;
|
|
110
|
+
});
|
|
111
|
+
return n.remove = (e) => {
|
|
112
|
+
t.delete(e);
|
|
113
|
+
}, re.push(n), n;
|
|
114
|
+
}
|
|
115
|
+
function L(e, t) {
|
|
116
|
+
return I((n) => {
|
|
117
|
+
let r = v(t);
|
|
118
|
+
return r.debugLabel = `shell-fit/${n}/${e}`, r;
|
|
119
|
+
});
|
|
120
|
+
}
|
|
121
|
+
function R(e, t) {
|
|
122
|
+
return I((n) => {
|
|
123
|
+
let r = v((e) => t(e, n));
|
|
124
|
+
return r.debugLabel = `shell-fit/${n}/${e}`, r;
|
|
125
|
+
});
|
|
126
|
+
}
|
|
127
|
+
function z(e, t) {
|
|
128
|
+
return I((n) => {
|
|
129
|
+
let r = v(null, (e, r, ...i) => t(e, r, n, ...i));
|
|
130
|
+
return r.debugLabel = `shell-fit/${n}/${e}`, r;
|
|
131
|
+
});
|
|
132
|
+
}
|
|
133
|
+
var B = L("metrics", ee), V = L("requestedWidth", null), H = L("seed", te), U = L("initialized", !1), W = R("measured", (e, t) => {
|
|
134
|
+
let n = e(B(t));
|
|
135
|
+
return n.panelMin > 0 ? n : null;
|
|
136
|
+
}), G = R("fits", (e, t) => M(e(B(t)))), K = R("panelBounds", (e, t) => {
|
|
137
|
+
let n = e(W(t));
|
|
138
|
+
return n ? N(n) : ne;
|
|
139
|
+
}), q = R("panelWidth", (e, t) => {
|
|
140
|
+
let n = e(W(t));
|
|
141
|
+
return n ? P(e(V(t)) ?? n.panelMin, n) : null;
|
|
142
|
+
}), J = R("state", (e, t) => ({
|
|
143
|
+
sidebar: e(B(t)).sidebar ?? null,
|
|
144
|
+
metrics: e(W(t)),
|
|
145
|
+
fits: e(G(t)),
|
|
146
|
+
panelWidth: e(q(t)),
|
|
147
|
+
bounds: e(K(t))
|
|
148
|
+
})), ie = z("measure", (e, t, n, r) => {
|
|
149
|
+
F(e(B(n)), r) || t(B(n), r);
|
|
150
|
+
}), Y = z("resizePanel", (e, t, n, r) => {
|
|
151
|
+
let i = e(W(n));
|
|
152
|
+
t(V(n), i ? P(r, i) : r);
|
|
153
|
+
}), X = z("resetPanelWidth", (e, t, n) => {
|
|
154
|
+
t(V(n), e(H(n)).panelWidth);
|
|
155
|
+
}), Z = z("mount", (e, t, n, r) => {
|
|
156
|
+
e(U(n)) || (t(U(n), !0), t(H(n), r), t(V(n), r.panelWidth));
|
|
157
|
+
});
|
|
158
|
+
function Q(e) {
|
|
159
|
+
k(e);
|
|
160
|
+
for (let t of re) t.remove(e);
|
|
161
|
+
}
|
|
162
|
+
//#endregion
|
|
163
|
+
//#region src/components/blocks/shell/utils.ts
|
|
164
|
+
var ae = "bezel-lit-t-2 bezel-lit-blur-2 bezel-lit/57 bezel-dim-b-2 bezel-dim-blur-3 bezel-dim/11 dark:bezel-lit-blur-3 dark:bezel-lit/14 dark:bezel-dim/78", oe = 48, se = {
|
|
165
|
+
type: "spring",
|
|
166
|
+
stiffness: 380,
|
|
167
|
+
damping: 35,
|
|
168
|
+
mass: .75
|
|
169
|
+
}, ce = {
|
|
170
|
+
duration: .2,
|
|
171
|
+
delay: .08,
|
|
172
|
+
ease: t
|
|
173
|
+
}, le = {
|
|
174
|
+
duration: .12,
|
|
175
|
+
ease: t
|
|
176
|
+
}, ue = {
|
|
177
|
+
duration: .36,
|
|
178
|
+
ease: r
|
|
179
|
+
}, de = {
|
|
180
|
+
duration: .16,
|
|
181
|
+
ease: t
|
|
182
|
+
}, fe = {
|
|
183
|
+
duration: .18,
|
|
184
|
+
ease: t
|
|
185
|
+
}, pe = {
|
|
186
|
+
closed: {
|
|
187
|
+
opacity: 0,
|
|
188
|
+
clipPath: "inset(0 0 100% 0 round 8px)",
|
|
189
|
+
transition: {
|
|
190
|
+
duration: .14,
|
|
191
|
+
ease: t,
|
|
192
|
+
staggerChildren: .025,
|
|
193
|
+
staggerDirection: -1
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
open: {
|
|
197
|
+
opacity: 1,
|
|
198
|
+
clipPath: "inset(0 0 0% 0 round 8px)",
|
|
199
|
+
transition: {
|
|
200
|
+
duration: .2,
|
|
201
|
+
delayChildren: .035,
|
|
202
|
+
ease: t,
|
|
203
|
+
staggerChildren: .045
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}, me = {
|
|
207
|
+
closed: {
|
|
208
|
+
opacity: 0,
|
|
209
|
+
y: -6,
|
|
210
|
+
filter: "blur(3px)"
|
|
211
|
+
},
|
|
212
|
+
open: {
|
|
213
|
+
opacity: 1,
|
|
214
|
+
y: 0,
|
|
215
|
+
filter: "blur(0px)",
|
|
216
|
+
transition: fe
|
|
217
|
+
}
|
|
218
|
+
}, he = [
|
|
219
|
+
"a[href]",
|
|
220
|
+
"button:not([disabled])",
|
|
221
|
+
"input:not([disabled])",
|
|
222
|
+
"select:not([disabled])",
|
|
223
|
+
"textarea:not([disabled])",
|
|
224
|
+
"[tabindex]:not([tabindex='-1'])"
|
|
225
|
+
].join(","), ge = "(max-width: 767px)", _e = "b", ve = {
|
|
226
|
+
"--sidebar-min-width": "180px",
|
|
227
|
+
"--sidebar-width": "256px",
|
|
228
|
+
"--sidebar-width-icon": "56px",
|
|
229
|
+
"--sidebar-width-mobile": "18rem",
|
|
230
|
+
"--panel-width": "320px",
|
|
231
|
+
"--inset-min-width": "360px"
|
|
232
|
+
};
|
|
233
|
+
function ye(e) {
|
|
234
|
+
return e === "right" ? "var(--panel-width)" : "var(--sidebar-width)";
|
|
235
|
+
}
|
|
236
|
+
function $(e, t) {
|
|
237
|
+
let n = document.createElement("div");
|
|
238
|
+
n.style.cssText = `position:absolute;visibility:hidden;pointer-events:none;width:${t}`, e.appendChild(n);
|
|
239
|
+
let r = n.getBoundingClientRect().width;
|
|
240
|
+
return n.remove(), r;
|
|
241
|
+
}
|
|
242
|
+
var be = c(null), xe = c(null);
|
|
243
|
+
function Se() {
|
|
244
|
+
let e = d(be);
|
|
245
|
+
if (!e) throw Error("useAnimatedSidebar must be used inside AnimatedPanelProvider.");
|
|
246
|
+
return e;
|
|
247
|
+
}
|
|
248
|
+
function Ce(e) {
|
|
249
|
+
let t = window.matchMedia(ge);
|
|
250
|
+
return t.addEventListener("change", e), () => t.removeEventListener("change", e);
|
|
251
|
+
}
|
|
252
|
+
function we() {
|
|
253
|
+
return window.matchMedia(ge).matches;
|
|
254
|
+
}
|
|
255
|
+
function Te() {
|
|
256
|
+
return !1;
|
|
257
|
+
}
|
|
258
|
+
function Ee() {
|
|
259
|
+
return _(Ce, we, Te);
|
|
260
|
+
}
|
|
261
|
+
function De() {
|
|
262
|
+
let e = d(xe);
|
|
263
|
+
if (!e) throw Error("Animated Sidebar parts must be used inside AnimatedPanel.");
|
|
264
|
+
return e;
|
|
265
|
+
}
|
|
266
|
+
//#endregion
|
|
267
|
+
//#region src/components/blocks/shell/animated-panel.tsx
|
|
268
|
+
function Oe({ side: t = "left", variant: r = "sidebar", collapsible: i = "icon", ariaLabel: a = "Sidebar", children: o, className: s, panelClassName: c, style: l, ref: d, ...f }) {
|
|
269
|
+
let p = Se(), m = b(O(p.fit.shellId).resizeSidebar), { bounds: h, panelWidth: g, resizePanel: _ } = p.fit, v = p.fit.sidebar, y = p.open[t], S = t === "left" && v ? v.mode !== "expanded" : i !== "none" && !y, C = t === "left" && v ? v.mode === "hidden" : S && i === "offcanvas", E = t !== "right" || p.fit.fits, D = t === "right" ? g ?? 320 : v?.width ?? (S ? 56 : 256), { panelRef: k, gripRef: A } = n({
|
|
270
|
+
size: D,
|
|
271
|
+
defaultSize: t === "right" ? p.fit.defaultPanelWidth ?? (h.min || 320) : 256,
|
|
272
|
+
minSize: t === "right" ? h.min || 320 : S ? D : v?.minWidth ?? 180,
|
|
273
|
+
maxSize: t === "right" ? h.max || 640 : S ? D : v?.maxWidth ?? 480,
|
|
274
|
+
collapsed: C,
|
|
275
|
+
enabled: E,
|
|
276
|
+
overshoot: !1,
|
|
277
|
+
transition: p.reduce ? { duration: 0 } : se,
|
|
278
|
+
onSizeChange: (e) => t === "right" ? _(Number(e)) : m(Number(e)),
|
|
279
|
+
onCollapsedChange: i === "none" ? void 0 : (e) => p.setOpen(!e, t)
|
|
280
|
+
}), j = u((e) => {
|
|
281
|
+
k.current = e, typeof d == "function" ? d(e) : d && (d.current = e);
|
|
282
|
+
}, [k, d]);
|
|
283
|
+
return t === "right" && !p.fit.fits ? null : /* @__PURE__ */ T(x.aside, {
|
|
284
|
+
...f,
|
|
285
|
+
ref: j,
|
|
286
|
+
initial: !1,
|
|
287
|
+
"aria-label": a,
|
|
288
|
+
"aria-hidden": C || void 0,
|
|
289
|
+
inert: C || void 0,
|
|
290
|
+
"data-slot": "sidebar",
|
|
291
|
+
"data-state": S ? "collapsed" : "expanded",
|
|
292
|
+
"data-collapsible": i,
|
|
293
|
+
"data-variant": r,
|
|
294
|
+
"data-side": t,
|
|
295
|
+
animate: { ...t === "right" ? { marginLeft: C ? "-0.5rem" : "0rem" } : { marginRight: C ? "-0.5rem" : "0rem" } },
|
|
296
|
+
transition: p.reduce ? { duration: 0 } : se,
|
|
297
|
+
style: {
|
|
298
|
+
...l,
|
|
299
|
+
flexShrink: 0
|
|
300
|
+
},
|
|
301
|
+
className: e("group/sidebar relative h-full shrink-0 will-change-[width]", "peer flex!", t === "right" && "order-last", s),
|
|
302
|
+
children: [i !== "none" && /* @__PURE__ */ w("div", {
|
|
303
|
+
ref: A,
|
|
304
|
+
role: "separator",
|
|
305
|
+
"aria-label": `Resize ${a}`,
|
|
306
|
+
"aria-orientation": "vertical",
|
|
307
|
+
tabIndex: S ? -1 : 0,
|
|
308
|
+
"aria-hidden": S || void 0,
|
|
309
|
+
className: e("inset-y-0 w-2 hover:bg-amber-300/20 data-resizing:bg-amber-300/20 absolute z-10 cursor-col-resize touch-none focus-visible:outline-2 focus-visible:outline-ring", S && "pointer-events-none", t === "right" ? "-left-2" : "-right-2")
|
|
310
|
+
}), /* @__PURE__ */ w("div", {
|
|
311
|
+
className: "contents",
|
|
312
|
+
children: /* @__PURE__ */ w(x.div, {
|
|
313
|
+
initial: !1,
|
|
314
|
+
animate: { opacity: +!C },
|
|
315
|
+
transition: p.reduce ? de : ue,
|
|
316
|
+
className: e("top-0 sticky flex w-full flex-col overflow-hidden", t === "right" && "ml-auto", r === "floating" && "mx-2 mt-2 h-[calc(100%-0.5rem)]", r === "inset" && "mt-2 h-[calc(100%-0.5rem)]", c),
|
|
317
|
+
children: /* @__PURE__ */ w(xe.Provider, {
|
|
318
|
+
value: {
|
|
319
|
+
collapsed: S,
|
|
320
|
+
collapsible: i,
|
|
321
|
+
side: t
|
|
322
|
+
},
|
|
323
|
+
children: o
|
|
324
|
+
})
|
|
325
|
+
})
|
|
326
|
+
})]
|
|
327
|
+
});
|
|
328
|
+
}
|
|
329
|
+
//#endregion
|
|
330
|
+
//#region src/components/blocks/shell/use-shell-fit.ts
|
|
331
|
+
function ke(e, t) {
|
|
332
|
+
let n = e.querySelector("[data-slot=\"sidebar\"][data-side=\"left\"]"), r = getComputedStyle(e), i = Number.parseFloat(r.columnGap) || 0, a = (Number.parseFloat(r.paddingLeft) || 0) + (Number.parseFloat(r.paddingRight) || 0), o = e.clientWidth || e.getBoundingClientRect().width, s = $(e, "var(--inset-min-width)"), c = A({
|
|
333
|
+
width: o,
|
|
334
|
+
padding: a,
|
|
335
|
+
gap: i,
|
|
336
|
+
insetMin: s,
|
|
337
|
+
expanded: $(e, "var(--sidebar-width)") || 256,
|
|
338
|
+
icon: $(e, "var(--sidebar-width-icon)") || 56,
|
|
339
|
+
minimum: $(e, "var(--sidebar-min-width)") || 180,
|
|
340
|
+
open: t,
|
|
341
|
+
collapsible: n?.dataset.collapsible ?? "icon",
|
|
342
|
+
present: !!n
|
|
343
|
+
});
|
|
344
|
+
return {
|
|
345
|
+
rail: c.width,
|
|
346
|
+
sidebar: c,
|
|
347
|
+
insetMin: s,
|
|
348
|
+
panelMin: $(e, "var(--panel-width)"),
|
|
349
|
+
viewport: o,
|
|
350
|
+
chrome: a + i * (c.width > 0 ? 2 : 1)
|
|
351
|
+
};
|
|
352
|
+
}
|
|
353
|
+
function Ae({ shellId: e, hostRef: t, railOpen: n, defaultPanelWidth: r, onUnfit: i }) {
|
|
354
|
+
let a = p(), o = e ?? a, s = y(O(o).railWidth), [c] = g(() => ({ panelWidth: r ?? null })), l = b(Z(o)), u = b(ie(o)), d = b(Y(o)), _ = b(X(o));
|
|
355
|
+
S(() => {
|
|
356
|
+
l(c);
|
|
357
|
+
}, [l, c]);
|
|
358
|
+
let v = h(i);
|
|
359
|
+
S(() => {
|
|
360
|
+
v.current = i;
|
|
361
|
+
}), S(() => {
|
|
362
|
+
let e = t.current;
|
|
363
|
+
if (!e) return;
|
|
364
|
+
let r = () => {
|
|
365
|
+
let t = ke(e, n);
|
|
366
|
+
u(t), M(t) || v.current?.();
|
|
367
|
+
};
|
|
368
|
+
r();
|
|
369
|
+
let i = new ResizeObserver(r);
|
|
370
|
+
return i.observe(e), window.addEventListener("resize", r), () => {
|
|
371
|
+
i.disconnect(), window.removeEventListener("resize", r);
|
|
372
|
+
};
|
|
373
|
+
}, [
|
|
374
|
+
t,
|
|
375
|
+
n,
|
|
376
|
+
s,
|
|
377
|
+
u
|
|
378
|
+
]), f(() => {
|
|
379
|
+
if (e === void 0) return () => Q(o);
|
|
380
|
+
}, [o, e]);
|
|
381
|
+
let x = y(J(o));
|
|
382
|
+
return m(() => ({
|
|
383
|
+
shellId: o,
|
|
384
|
+
...x,
|
|
385
|
+
defaultPanelWidth: c.panelWidth,
|
|
386
|
+
resizePanel: d,
|
|
387
|
+
resetPanelWidth: _
|
|
388
|
+
}), [
|
|
389
|
+
o,
|
|
390
|
+
x,
|
|
391
|
+
c.panelWidth,
|
|
392
|
+
d,
|
|
393
|
+
_
|
|
394
|
+
]);
|
|
395
|
+
}
|
|
396
|
+
//#endregion
|
|
397
|
+
//#region src/components/blocks/shell/animated-panel-provider.tsx
|
|
398
|
+
function je({ children: t, shellId: n, defaultPanelWidth: r, open: i, defaultOpen: a, onOpenChange: o, openMobile: s, defaultOpenMobile: c, onOpenMobileChange: l, onNarrowChange: d, panelComponents: g, className: _, style: v, ...x }) {
|
|
399
|
+
let T = p(), E = n ?? T;
|
|
400
|
+
f(() => {
|
|
401
|
+
if (n === void 0) return () => Q(E);
|
|
402
|
+
}, [E, n]);
|
|
403
|
+
let D = O(E), k = y(D.railWidth), A = y(D.open), j = y(D.mobile), M = b(D.open), N = b(D.mobile), P = b(D.seed), F = b(D.handlers);
|
|
404
|
+
f(() => {
|
|
405
|
+
P(a, c);
|
|
406
|
+
}, [
|
|
407
|
+
P,
|
|
408
|
+
a,
|
|
409
|
+
c
|
|
410
|
+
]);
|
|
411
|
+
let ee = Ee(), te = C() ?? !1, ne = h(null), re = h(null), I = h(null), L = h(!0), R = h(!0), z = i?.left, B = i?.right, V = s?.left, H = s?.right, U = m(() => ({
|
|
412
|
+
left: z ?? A.left,
|
|
413
|
+
right: B ?? A.right
|
|
414
|
+
}), [
|
|
415
|
+
z,
|
|
416
|
+
B,
|
|
417
|
+
A
|
|
418
|
+
]), W = m(() => ({
|
|
419
|
+
left: V ?? j.left,
|
|
420
|
+
right: H ?? j.right
|
|
421
|
+
}), [
|
|
422
|
+
V,
|
|
423
|
+
H,
|
|
424
|
+
j
|
|
425
|
+
]), G = u((e, t) => {
|
|
426
|
+
(!e || t !== "right" || L.current) && (!e || t !== "left" || R.current) && ((t === "left" ? z : B) === void 0 && M((n) => n[t] === e ? n : {
|
|
427
|
+
...n,
|
|
428
|
+
[t]: e
|
|
429
|
+
}), o?.(e, t));
|
|
430
|
+
}, [
|
|
431
|
+
z,
|
|
432
|
+
B,
|
|
433
|
+
o,
|
|
434
|
+
M
|
|
435
|
+
]), K = u((e, t) => {
|
|
436
|
+
(!e || t !== "right" || L.current) && (!e || t !== "left" || R.current) && ((t === "left" ? V : H) === void 0 && N((n) => n[t] === e ? n : {
|
|
437
|
+
...n,
|
|
438
|
+
[t]: e
|
|
439
|
+
}), l?.(e, t));
|
|
440
|
+
}, [
|
|
441
|
+
V,
|
|
442
|
+
H,
|
|
443
|
+
l,
|
|
444
|
+
N
|
|
445
|
+
]);
|
|
446
|
+
f(() => (F({
|
|
447
|
+
setOpen: G,
|
|
448
|
+
setOpenMobile: K
|
|
449
|
+
}), () => F(null)), [
|
|
450
|
+
F,
|
|
451
|
+
G,
|
|
452
|
+
K
|
|
453
|
+
]), f(() => {
|
|
454
|
+
(z !== void 0 || B !== void 0) && M((e) => ({
|
|
455
|
+
...e,
|
|
456
|
+
...i
|
|
457
|
+
}));
|
|
458
|
+
}, [
|
|
459
|
+
z,
|
|
460
|
+
B,
|
|
461
|
+
i,
|
|
462
|
+
M
|
|
463
|
+
]), f(() => {
|
|
464
|
+
(V !== void 0 || H !== void 0) && N((e) => ({
|
|
465
|
+
...e,
|
|
466
|
+
...s
|
|
467
|
+
}));
|
|
468
|
+
}, [
|
|
469
|
+
V,
|
|
470
|
+
H,
|
|
471
|
+
s,
|
|
472
|
+
N
|
|
473
|
+
]);
|
|
474
|
+
let q = u((e) => {
|
|
475
|
+
(e !== "left" || R.current) && G(!U[e], e);
|
|
476
|
+
}, [U, G]), J = m(() => ({
|
|
477
|
+
left: ne,
|
|
478
|
+
right: re
|
|
479
|
+
}), []), ie = h(() => {});
|
|
480
|
+
S(() => {
|
|
481
|
+
ie.current = () => {
|
|
482
|
+
U.right && G(!1, "right"), W.right && K(!1, "right");
|
|
483
|
+
};
|
|
484
|
+
});
|
|
485
|
+
let Y = u(() => ie.current(), []), X = Ae({
|
|
486
|
+
shellId: E,
|
|
487
|
+
hostRef: I,
|
|
488
|
+
railOpen: U.left,
|
|
489
|
+
defaultPanelWidth: r,
|
|
490
|
+
onUnfit: Y
|
|
491
|
+
}), Z = !X.fits;
|
|
492
|
+
S(() => {
|
|
493
|
+
L.current = X.fits, R.current = X.sidebar?.canExpand ?? !0;
|
|
494
|
+
});
|
|
495
|
+
let ae = h(d);
|
|
496
|
+
f(() => {
|
|
497
|
+
ae.current = d;
|
|
498
|
+
});
|
|
499
|
+
let oe = h(!1);
|
|
500
|
+
return f(() => {
|
|
501
|
+
oe.current !== Z && (oe.current = Z, ae.current?.(Z));
|
|
502
|
+
}, [Z]), f(() => {
|
|
503
|
+
let e = (e) => {
|
|
504
|
+
e.key.toLowerCase() === "b" && (e.metaKey || e.ctrlKey) && (e.preventDefault(), q("left"));
|
|
505
|
+
};
|
|
506
|
+
return window.addEventListener("keydown", e), () => window.removeEventListener("keydown", e);
|
|
507
|
+
}, [q]), /* @__PURE__ */ w(be.Provider, {
|
|
508
|
+
value: {
|
|
509
|
+
isMobile: ee,
|
|
510
|
+
fit: X,
|
|
511
|
+
layoutId: `${T}-active`,
|
|
512
|
+
open: U,
|
|
513
|
+
openMobile: W,
|
|
514
|
+
reduce: te,
|
|
515
|
+
setOpen: G,
|
|
516
|
+
setOpenMobile: K,
|
|
517
|
+
toggleSidebar: q,
|
|
518
|
+
triggerRefs: J
|
|
519
|
+
},
|
|
520
|
+
children: /* @__PURE__ */ w("div", {
|
|
521
|
+
...x,
|
|
522
|
+
ref: I,
|
|
523
|
+
"data-slot": "sidebar-wrapper",
|
|
524
|
+
"data-narrow": Z ? "" : void 0,
|
|
525
|
+
"data-sidebar-mode": X.sidebar?.mode,
|
|
526
|
+
"data-state-left": (X.sidebar ? X.sidebar.mode === "expanded" : U.left) ? "expanded" : "collapsed",
|
|
527
|
+
"data-state-right": U.right ? "expanded" : "collapsed",
|
|
528
|
+
style: {
|
|
529
|
+
...ve,
|
|
530
|
+
...v,
|
|
531
|
+
...k !== null && { "--sidebar-width": `${k}px` }
|
|
532
|
+
},
|
|
533
|
+
className: e("group/sidebar-wrapper min-w-0 gap-x-2 flex w-full overflow-hidden", _),
|
|
534
|
+
children: t
|
|
535
|
+
})
|
|
536
|
+
});
|
|
537
|
+
}
|
|
538
|
+
//#endregion
|
|
539
|
+
//#region src/components/blocks/shell/animated-panel-trigger.tsx
|
|
540
|
+
var Me = l(function({ onClick: e, side: t = "left", type: n = "button", ...r }, a) {
|
|
541
|
+
let o = Se(), s = t === "left" && o.fit.sidebar ? o.fit.sidebar.mode === "expanded" : o.open[t], c = o.triggerRefs[t];
|
|
542
|
+
return t === "right" && !o.fit.fits ? null : /* @__PURE__ */ w(i, {
|
|
543
|
+
...r,
|
|
544
|
+
ref: (e) => {
|
|
545
|
+
c.current = e, typeof a == "function" ? a(e) : a && (a.current = e);
|
|
546
|
+
},
|
|
547
|
+
disabled: r.disabled || t === "left" && o.fit.sidebar?.canExpand === !1,
|
|
548
|
+
type: n,
|
|
549
|
+
variant: "ghost",
|
|
550
|
+
size: "icon-xl",
|
|
551
|
+
"aria-label": r["aria-label"] ?? "Toggle sidebar",
|
|
552
|
+
"aria-expanded": s,
|
|
553
|
+
"data-slot": "sidebar-trigger",
|
|
554
|
+
"data-side": t,
|
|
555
|
+
"data-state": s ? "expanded" : "collapsed",
|
|
556
|
+
onClick: (n) => {
|
|
557
|
+
e?.(n), !n.defaultPrevented && o.toggleSidebar(t);
|
|
558
|
+
}
|
|
559
|
+
});
|
|
560
|
+
}), Ne = l(function({ className: t, ...n }, r) {
|
|
561
|
+
return /* @__PURE__ */ w(x.main, {
|
|
562
|
+
...n,
|
|
563
|
+
ref: r,
|
|
564
|
+
"data-slot": "sidebar-inset",
|
|
565
|
+
"data-motion-panels-fill": "",
|
|
566
|
+
className: e("bg-neutral-50 dark:bg-neutral-900 min-w-0 relative flex flex-1 flex-col", "overflow-hidden rounded-md", ae, t)
|
|
567
|
+
});
|
|
568
|
+
});
|
|
569
|
+
//#endregion
|
|
570
|
+
//#region src/components/blocks/shell/shell-layout.tsx
|
|
571
|
+
function Pe({ children: t, variant: n = "desktop", panels: r, className: i, header: c, trailing: l, defaultOpen: u, panelComponents: d, ...f }) {
|
|
572
|
+
let p = s.useId(), m = f.shellId ?? p;
|
|
573
|
+
s.useEffect(() => {
|
|
574
|
+
if (f.shellId === void 0) return () => Q(m);
|
|
575
|
+
}, [m, f.shellId]);
|
|
576
|
+
let h = y(O(m).components), g = h.left ?? d?.left ?? r?.left?.component, _ = h.right ?? d?.right ?? r?.right?.component, v = {
|
|
577
|
+
...r?.left && { left: r.left.defaultOpen ?? !0 },
|
|
578
|
+
...r?.right && { right: r.right.defaultOpen ?? !1 },
|
|
579
|
+
...u
|
|
580
|
+
};
|
|
581
|
+
return /* @__PURE__ */ T(je, {
|
|
582
|
+
...f,
|
|
583
|
+
shellId: m,
|
|
584
|
+
defaultOpen: v,
|
|
585
|
+
className: e("min-h-0 px-2 pb-2 relative h-full", n === "web" && "pt-2", i, "bg-linear-to-tr/increasing from-neutral-200 via-neutral-100 to-stone-200 dark:from-neutral-900 dark:via-neutral-950 dark:to-stone-950"),
|
|
586
|
+
style: { paddingTop: n === "desktop" ? 48 : 0 },
|
|
587
|
+
children: [
|
|
588
|
+
g && /* @__PURE__ */ w(Oe, {
|
|
589
|
+
ariaLabel: "Primary navigation",
|
|
590
|
+
collapsible: "icon",
|
|
591
|
+
role: "navigation",
|
|
592
|
+
variant: "inset",
|
|
593
|
+
children: g
|
|
594
|
+
}),
|
|
595
|
+
/* @__PURE__ */ T(Ne, { children: [/* @__PURE__ */ T("header", {
|
|
596
|
+
className: "h-12 gap-2 px-2 flex flex-row! items-center justify-between border-b",
|
|
597
|
+
children: [
|
|
598
|
+
g && /* @__PURE__ */ w("div", {
|
|
599
|
+
className: "min-w-0 gap-2 flex shrink-0 items-center justify-start",
|
|
600
|
+
children: /* @__PURE__ */ w(Me, {
|
|
601
|
+
side: "left",
|
|
602
|
+
children: /* @__PURE__ */ w("span", {
|
|
603
|
+
className: "motion-press",
|
|
604
|
+
role: "img",
|
|
605
|
+
"aria-label": "PanelLeft",
|
|
606
|
+
style: {
|
|
607
|
+
display: "inline-flex",
|
|
608
|
+
alignItems: "center",
|
|
609
|
+
justifyContent: "center",
|
|
610
|
+
animationDuration: "1000ms",
|
|
611
|
+
animationDelay: "0ms",
|
|
612
|
+
color: "currentColor"
|
|
613
|
+
},
|
|
614
|
+
children: /* @__PURE__ */ w(a, {
|
|
615
|
+
size: 24,
|
|
616
|
+
"aria-hidden": "true"
|
|
617
|
+
})
|
|
618
|
+
})
|
|
619
|
+
})
|
|
620
|
+
}),
|
|
621
|
+
c && /* @__PURE__ */ w("div", {
|
|
622
|
+
className: "min-w-0 flex flex-1 items-center",
|
|
623
|
+
children: c
|
|
624
|
+
}),
|
|
625
|
+
(l || _) && /* @__PURE__ */ T("div", {
|
|
626
|
+
className: "gap-2 ml-auto flex shrink-0 items-center justify-end",
|
|
627
|
+
children: [l, _ && /* @__PURE__ */ w(Me, {
|
|
628
|
+
"aria-label": "Toggle panel",
|
|
629
|
+
side: "right",
|
|
630
|
+
children: /* @__PURE__ */ w("span", {
|
|
631
|
+
className: "opacity-70",
|
|
632
|
+
role: "img",
|
|
633
|
+
"aria-label": "PanelRight",
|
|
634
|
+
style: {
|
|
635
|
+
display: "inline-flex",
|
|
636
|
+
alignItems: "center",
|
|
637
|
+
justifyContent: "center",
|
|
638
|
+
color: "currentColor"
|
|
639
|
+
},
|
|
640
|
+
children: /* @__PURE__ */ w(o, {
|
|
641
|
+
size: 24,
|
|
642
|
+
"aria-hidden": "true"
|
|
643
|
+
})
|
|
644
|
+
})
|
|
645
|
+
})]
|
|
646
|
+
})
|
|
647
|
+
]
|
|
648
|
+
}), /* @__PURE__ */ w("div", {
|
|
649
|
+
className: "min-h-24 flex-1 overflow-auto",
|
|
650
|
+
children: t
|
|
651
|
+
})] }),
|
|
652
|
+
_ && /* @__PURE__ */ w(Oe, {
|
|
653
|
+
ariaLabel: r?.right?.name ?? "Secondary panel",
|
|
654
|
+
className: e("bg-neutral-50 dark:border-neutral-800 dark:bg-neutral-900", "rounded-md", "bezel-lit-t-2 bezel-lit-blur-2 bezel-lit/57 bezel-dim-b-2 bezel-dim-blur-3 bezel-dim/11 dark:bezel-lit-blur-3 dark:bezel-lit/14 dark:bezel-dim/78"),
|
|
655
|
+
collapsible: "offcanvas",
|
|
656
|
+
role: "complementary",
|
|
657
|
+
side: "right",
|
|
658
|
+
variant: "inset",
|
|
659
|
+
children: _
|
|
660
|
+
})
|
|
661
|
+
]
|
|
662
|
+
});
|
|
663
|
+
}
|
|
664
|
+
//#endregion
|
|
665
|
+
//#region src/components/blocks/shell/use-shell-panels.ts
|
|
666
|
+
function Fe({ shellId: e, defaultOpen: t, defaultOpenMobile: n, defaultPanelWidth: r, onPanelChange: i } = {}) {
|
|
667
|
+
let a = p(), o = e ?? a;
|
|
668
|
+
f(() => {
|
|
669
|
+
if (e === void 0) return () => Q(o);
|
|
670
|
+
}, [o, e]);
|
|
671
|
+
let s = O(o), c = y(s.railWidth), l = b(s.resizeSidebar), d = y(s.open), h = y(s.mobile), g = b(s.setOpen), _ = b(s.setOpenMobile), v = b(s.toggle), x = y(s.components), S = b(s.components), C = !y(G(o)), { sidebar: w } = y(J(o));
|
|
672
|
+
return {
|
|
673
|
+
shellId: o,
|
|
674
|
+
sidebar: w,
|
|
675
|
+
sidebarWidth: c,
|
|
676
|
+
resizeSidebar: l,
|
|
677
|
+
isNarrow: C,
|
|
678
|
+
panelWidth: y(q(o)),
|
|
679
|
+
resizePanel: b(Y(o)),
|
|
680
|
+
open: d,
|
|
681
|
+
openMobile: h,
|
|
682
|
+
setOpen: g,
|
|
683
|
+
setOpenMobile: _,
|
|
684
|
+
toggle: v,
|
|
685
|
+
openPanel: u((e, t) => {
|
|
686
|
+
t !== void 0 && S((n) => n[e] === t ? n : {
|
|
687
|
+
...n,
|
|
688
|
+
[e]: t
|
|
689
|
+
}), g(!0, e);
|
|
690
|
+
}, [g, S]),
|
|
691
|
+
providerProps: m(() => ({
|
|
692
|
+
shellId: o,
|
|
693
|
+
defaultPanelWidth: r,
|
|
694
|
+
defaultOpen: t,
|
|
695
|
+
defaultOpenMobile: n,
|
|
696
|
+
onOpenChange: i,
|
|
697
|
+
onOpenMobileChange: i,
|
|
698
|
+
panelComponents: x
|
|
699
|
+
}), [
|
|
700
|
+
o,
|
|
701
|
+
r,
|
|
702
|
+
t,
|
|
703
|
+
n,
|
|
704
|
+
i,
|
|
705
|
+
x
|
|
706
|
+
])
|
|
707
|
+
};
|
|
708
|
+
}
|
|
709
|
+
//#endregion
|
|
710
|
+
//#region src/components/blocks/shell/use-shell-fit-state.ts
|
|
711
|
+
function Ie(e) {
|
|
712
|
+
return y(J(e));
|
|
713
|
+
}
|
|
714
|
+
function Le(e) {
|
|
715
|
+
let t = b(Y(e)), n = b(X(e));
|
|
716
|
+
return m(() => ({
|
|
717
|
+
resizePanel: t,
|
|
718
|
+
resetPanelWidth: n
|
|
719
|
+
}), [t, n]);
|
|
720
|
+
}
|
|
721
|
+
//#endregion
|
|
722
|
+
export { De as A, V as B, pe as C, Te as D, we as E, G as F, F as G, P as H, W as I, N as K, B as L, Q as M, X as N, $ as O, Y as P, K as R, me as S, ye as T, A as U, J as V, M as W, de as _, Ne as a, _e as b, Ae as c, xe as d, he as f, ue as g, ge as h, Pe as i, Ee as j, Se as k, Oe as l, le as m, Ie as n, Me as o, ce as p, j as q, Fe as r, je as s, Le as t, be as u, ae as v, oe as w, se as x, ve as y, q as z };
|