@devalok/shilp-sutra 0.34.1 → 0.36.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/LICENSE +21 -21
- package/dist/_chunks/badge-group.js +95 -95
- package/dist/_chunks/badge-group.js.map +1 -0
- package/dist/_chunks/chat.js +7 -2
- package/dist/_chunks/chat.js.map +1 -0
- package/dist/_chunks/date-picker.js.map +1 -0
- package/dist/_chunks/document-preview.js.map +1 -0
- package/dist/_chunks/file-preview.js.map +1 -0
- package/dist/_chunks/framer.js +62 -62
- package/dist/_chunks/framer.js.map +1 -0
- package/dist/_chunks/image-preview.js +1 -1
- package/dist/_chunks/image-preview.js.map +1 -0
- package/dist/_chunks/keybinding.js.map +1 -0
- package/dist/_chunks/link-context.js.map +1 -0
- package/dist/_chunks/mention-suggestion.js.map +1 -0
- package/dist/_chunks/motion-provider.js.map +1 -0
- package/dist/_chunks/popover.js +32 -36
- package/dist/_chunks/popover.js.map +1 -0
- package/dist/_chunks/primitives.js +686 -686
- package/dist/_chunks/primitives.js.map +1 -0
- package/dist/_chunks/rich-chat-input.js +650 -649
- package/dist/_chunks/rich-chat-input.js.map +1 -0
- package/dist/_chunks/shared.js.map +1 -0
- package/dist/_chunks/sonner.js.map +1 -0
- package/dist/_chunks/stat-row.js +158 -158
- package/dist/_chunks/stat-row.js.map +1 -0
- package/dist/_chunks/tiptap.js +11 -11
- package/dist/_chunks/tiptap.js.map +1 -0
- package/dist/_chunks/tree-view.js +1 -1
- package/dist/_chunks/tree-view.js.map +1 -0
- package/dist/_chunks/use-calendar.js.map +1 -0
- package/dist/_chunks/vendor-client.js +1 -1
- package/dist/_chunks/vendor-client.js.map +1 -0
- package/dist/_chunks/vendor-utils.js.map +1 -0
- package/dist/ai/ai-command-provider.js.map +1 -0
- package/dist/ai/block-renderer.js.map +1 -0
- package/dist/ai/blocks/loading.d.ts.map +1 -1
- package/dist/ai/command-bar.js.map +1 -0
- package/dist/ai/conversation.js +76 -76
- package/dist/ai/conversation.js.map +1 -0
- package/dist/ai/devadoot-icon.d.ts.map +1 -1
- package/dist/ai/index.js.map +1 -0
- package/dist/composed/activity-feed.js.map +1 -0
- package/dist/composed/avatar-group.js +1 -1
- package/dist/composed/avatar-group.js.map +1 -0
- package/dist/composed/bulk-action-bar.js +13 -21
- package/dist/composed/bulk-action-bar.js.map +1 -0
- package/dist/composed/command-palette.js.map +1 -0
- package/dist/composed/confirm-dialog.js.map +1 -0
- package/dist/composed/content-card.js.map +1 -0
- package/dist/composed/deadline-indicator.js.map +1 -0
- package/dist/composed/emoji-picker.js.map +1 -0
- package/dist/composed/empty-state.d.ts.map +1 -1
- package/dist/composed/empty-state.js +30 -30
- package/dist/composed/empty-state.js.map +1 -0
- package/dist/composed/error-boundary.js.map +1 -0
- package/dist/composed/filter-bar.js.map +1 -0
- package/dist/composed/form-section.js.map +1 -0
- package/dist/composed/global-loading.js.map +1 -0
- package/dist/composed/inline-edit.js.map +1 -0
- package/dist/composed/lib/string-utils.js.map +1 -0
- package/dist/composed/loading-skeleton.js.map +1 -0
- package/dist/composed/markdown-viewer.js.map +1 -0
- package/dist/composed/master-detail.js.map +1 -0
- package/dist/composed/member-picker.js.map +1 -0
- package/dist/composed/multi-select-popover.d.ts.map +1 -1
- package/dist/composed/multi-select-popover.js +4 -0
- package/dist/composed/multi-select-popover.js.map +1 -0
- package/dist/composed/page-header.js.map +1 -0
- package/dist/composed/page-skeletons.js.map +1 -0
- package/dist/composed/priority-indicator.js.map +1 -0
- package/dist/composed/responsive-overlay.js.map +1 -0
- package/dist/composed/rich-chat-input/attachment-strip.d.ts.map +1 -1
- package/dist/composed/rich-chat-input/reply-banner.d.ts.map +1 -1
- package/dist/composed/rich-chat-input/schedule-send.d.ts.map +1 -1
- package/dist/composed/rich-chat-input.d.ts.map +1 -1
- package/dist/composed/rich-text-editor.js.map +1 -0
- package/dist/composed/schedule-view.js.map +1 -0
- package/dist/composed/simple-tooltip.js.map +1 -0
- package/dist/composed/status-badge.d.ts.map +1 -1
- package/dist/composed/status-badge.js.map +1 -0
- package/dist/hooks/use-color-mode.js.map +1 -0
- package/dist/hooks/use-mobile.js.map +1 -0
- package/dist/hooks/use-touch-device.js.map +1 -0
- package/dist/hooks/use-viewport-height.js.map +1 -0
- package/dist/motion/check-motion-provider.d.ts +3 -0
- package/dist/motion/check-motion-provider.d.ts.map +1 -0
- package/dist/motion/index.js +14 -0
- package/dist/motion/index.js.map +1 -0
- package/dist/motion/primitives-index.js.map +1 -0
- package/dist/primitives/react-accordion.d.ts +114 -114
- package/dist/primitives/react-alert-dialog.d.ts +51 -51
- package/dist/primitives/react-aspect-ratio.d.ts +11 -11
- package/dist/primitives/react-avatar.d.ts +24 -24
- package/dist/primitives/react-checkbox.d.ts +50 -50
- package/dist/primitives/react-collapsible.d.ts +33 -33
- package/dist/primitives/react-context-menu.d.ts +96 -96
- package/dist/primitives/react-dialog.d.ts +103 -103
- package/dist/primitives/react-dropdown-menu.d.ts +97 -97
- package/dist/primitives/react-hover-card.d.ts +79 -79
- package/dist/primitives/react-label.d.ts +10 -10
- package/dist/primitives/react-menu.d.ts +169 -169
- package/dist/primitives/react-menubar.d.ts +115 -115
- package/dist/primitives/react-navigation-menu.d.ts +126 -126
- package/dist/primitives/react-popover.d.ts +85 -85
- package/dist/primitives/react-progress.d.ts +19 -19
- package/dist/primitives/react-radio-group.d.ts +58 -58
- package/dist/primitives/react-roving-focus.d.ts +49 -49
- package/dist/primitives/react-select.d.ts +137 -137
- package/dist/primitives/react-separator.d.ts +21 -21
- package/dist/primitives/react-slider.d.ts +75 -75
- package/dist/primitives/react-switch.d.ts +21 -21
- package/dist/primitives/react-tabs.d.ts +56 -56
- package/dist/primitives/react-toast.d.ts +120 -120
- package/dist/primitives/react-toggle-group.d.ts +75 -75
- package/dist/primitives/react-toggle.d.ts +24 -24
- package/dist/primitives/react-tooltip.d.ts +101 -101
- package/dist/primitives/react-visually-hidden.d.ts +22 -22
- package/dist/shell/app-command-palette.d.ts +2 -0
- package/dist/shell/app-command-palette.d.ts.map +1 -1
- package/dist/shell/app-command-palette.js +42 -155
- package/dist/shell/app-command-palette.js.map +1 -0
- package/dist/shell/bottom-navbar.js +1 -1
- package/dist/shell/bottom-navbar.js.map +1 -0
- package/dist/shell/command-registry.js.map +1 -0
- package/dist/shell/notification-center.d.ts.map +1 -1
- package/dist/shell/notification-center.js +194 -169
- package/dist/shell/notification-center.js.map +1 -0
- package/dist/shell/notification-preferences.js.map +1 -0
- package/dist/shell/sidebar.js.map +1 -0
- package/dist/shell/top-bar.js +1 -1
- package/dist/shell/top-bar.js.map +1 -0
- package/dist/tailwind/index.cjs +48 -1
- package/dist/tailwind/preset.d.ts.map +1 -1
- package/dist/tailwind/preset.js +48 -1
- package/dist/tailwind/preset.js.map +1 -0
- package/dist/tokens/index.css +4 -4
- package/dist/tokens/primitives.css +442 -442
- package/dist/tokens/semantic.css +742 -547
- package/dist/tokens/typography-semantic.css +123 -100
- package/dist/tokens/typography.css +422 -422
- package/dist/ui/accordion.js +13 -13
- package/dist/ui/accordion.js.map +1 -0
- package/dist/ui/alert-dialog.d.ts +6 -2
- package/dist/ui/alert-dialog.d.ts.map +1 -1
- package/dist/ui/alert-dialog.js +43 -42
- package/dist/ui/alert-dialog.js.map +1 -0
- package/dist/ui/alert.d.ts +3 -2
- package/dist/ui/alert.d.ts.map +1 -1
- package/dist/ui/alert.js +31 -5
- package/dist/ui/alert.js.map +1 -0
- package/dist/ui/aspect-ratio.js +1 -1
- package/dist/ui/aspect-ratio.js.map +1 -0
- package/dist/ui/autocomplete.d.ts.map +1 -1
- package/dist/ui/autocomplete.js +92 -67
- package/dist/ui/autocomplete.js.map +1 -0
- package/dist/ui/avatar.js +9 -9
- package/dist/ui/avatar.js.map +1 -0
- package/dist/ui/badge-indicator.js.map +1 -0
- package/dist/ui/banner.js.map +1 -0
- package/dist/ui/breadcrumb.js +1 -1
- package/dist/ui/breadcrumb.js.map +1 -0
- package/dist/ui/button-group.js.map +1 -0
- package/dist/ui/button-processing.d.ts.map +1 -1
- package/dist/ui/button-processing.js +61 -40
- package/dist/ui/button-processing.js.map +1 -0
- package/dist/ui/button.js +8 -8
- package/dist/ui/button.js.map +1 -0
- package/dist/ui/card.js.map +1 -0
- package/dist/ui/charts/bar-chart.d.ts.map +1 -1
- package/dist/ui/charts/chart-container.d.ts +2 -0
- package/dist/ui/charts/chart-container.d.ts.map +1 -1
- package/dist/ui/charts/index.js +88 -65
- package/dist/ui/charts/index.js.map +1 -0
- package/dist/ui/charts/line-chart.d.ts.map +1 -1
- package/dist/ui/chat/message-input.d.ts.map +1 -1
- package/dist/ui/chat/message-list.d.ts +1 -1
- package/dist/ui/chat/message-list.d.ts.map +1 -1
- package/dist/ui/chat/message.d.ts.map +1 -1
- package/dist/ui/chat/system-message.d.ts.map +1 -1
- package/dist/ui/checkbox.d.ts.map +1 -1
- package/dist/ui/checkbox.js +33 -28
- package/dist/ui/checkbox.js.map +1 -0
- package/dist/ui/code.js.map +1 -0
- package/dist/ui/collapsible.js +1 -1
- package/dist/ui/collapsible.js.map +1 -0
- package/dist/ui/color-input.d.ts.map +1 -1
- package/dist/ui/color-input.js +165 -163
- package/dist/ui/color-input.js.map +1 -0
- package/dist/ui/color-swatch.js.map +1 -0
- package/dist/ui/combobox.d.ts +7 -0
- package/dist/ui/combobox.d.ts.map +1 -1
- package/dist/ui/combobox.js +147 -113
- package/dist/ui/combobox.js.map +1 -0
- package/dist/ui/container.js +1 -1
- package/dist/ui/container.js.map +1 -0
- package/dist/ui/context-menu.js.map +1 -0
- package/dist/ui/data-table-body.js.map +1 -0
- package/dist/ui/data-table-bulk-actions.js +1 -1
- package/dist/ui/data-table-bulk-actions.js.map +1 -0
- package/dist/ui/data-table-card.js.map +1 -0
- package/dist/ui/data-table-context.js.map +1 -0
- package/dist/ui/data-table-header.js.map +1 -0
- package/dist/ui/data-table-pagination.js.map +1 -0
- package/dist/ui/data-table-toolbar.js.map +1 -0
- package/dist/ui/data-table.js +34 -31
- package/dist/ui/data-table.js.map +1 -0
- package/dist/ui/devalok-grain.js.map +1 -0
- package/dist/ui/dialog.js +31 -35
- package/dist/ui/dialog.js.map +1 -0
- package/dist/ui/dropdown-menu.js.map +1 -0
- package/dist/ui/file-upload.js +120 -120
- package/dist/ui/file-upload.js.map +1 -0
- package/dist/ui/form.d.ts +8 -0
- package/dist/ui/form.d.ts.map +1 -1
- package/dist/ui/form.js +14 -12
- package/dist/ui/form.js.map +1 -0
- package/dist/ui/hover-card.js.map +1 -0
- package/dist/ui/icon-button.js.map +1 -0
- package/dist/ui/icon-context.js.map +1 -0
- package/dist/ui/icon-group.js.map +1 -0
- package/dist/ui/icon.js.map +1 -0
- package/dist/ui/index.d.ts +4 -4
- package/dist/ui/index.d.ts.map +1 -1
- package/dist/ui/index.js +82 -66
- package/dist/ui/index.js.map +1 -0
- package/dist/ui/input-otp.d.ts +12 -3
- package/dist/ui/input-otp.d.ts.map +1 -1
- package/dist/ui/input-otp.js +41 -27
- package/dist/ui/input-otp.js.map +1 -0
- package/dist/ui/input.d.ts.map +1 -1
- package/dist/ui/input.js +16 -15
- package/dist/ui/input.js.map +1 -0
- package/dist/ui/label.d.ts.map +1 -1
- package/dist/ui/label.js +19 -14
- package/dist/ui/label.js.map +1 -0
- package/dist/ui/lib/check-tokens.d.ts +3 -0
- package/dist/ui/lib/check-tokens.d.ts.map +1 -0
- package/dist/ui/lib/date-utils.js.map +1 -0
- package/dist/ui/lib/motion.d.ts +15 -4
- package/dist/ui/lib/motion.d.ts.map +1 -1
- package/dist/ui/lib/motion.js +18 -9
- package/dist/ui/lib/motion.js.map +1 -0
- package/dist/ui/lib/utils.js.map +1 -0
- package/dist/ui/link.js +2 -2
- package/dist/ui/link.js.map +1 -0
- package/dist/ui/menubar.js.map +1 -0
- package/dist/ui/navigation-menu.js.map +1 -0
- package/dist/ui/number-input.d.ts +16 -1
- package/dist/ui/number-input.d.ts.map +1 -1
- package/dist/ui/number-input.js +79 -49
- package/dist/ui/number-input.js.map +1 -0
- package/dist/ui/pagination.js +1 -1
- package/dist/ui/pagination.js.map +1 -0
- package/dist/ui/progress-ring.d.ts.map +1 -1
- package/dist/ui/progress-ring.js.map +1 -0
- package/dist/ui/progress.js.map +1 -0
- package/dist/ui/radio.d.ts.map +1 -1
- package/dist/ui/radio.js +27 -20
- package/dist/ui/radio.js.map +1 -0
- package/dist/ui/search-input.js.map +1 -0
- package/dist/ui/segmented-control.d.ts +1 -1
- package/dist/ui/segmented-control.d.ts.map +1 -1
- package/dist/ui/segmented-control.js +2 -0
- package/dist/ui/segmented-control.js.map +1 -0
- package/dist/ui/select.d.ts.map +1 -1
- package/dist/ui/select.js +54 -48
- package/dist/ui/select.js.map +1 -0
- package/dist/ui/separator.d.ts.map +1 -1
- package/dist/ui/separator.js +10 -7
- package/dist/ui/separator.js.map +1 -0
- package/dist/ui/sheet.js +29 -29
- package/dist/ui/sheet.js.map +1 -0
- package/dist/ui/sidebar.js +7 -7
- package/dist/ui/sidebar.js.map +1 -0
- package/dist/ui/skeleton.js.map +1 -0
- package/dist/ui/slider.d.ts +22 -3
- package/dist/ui/slider.d.ts.map +1 -1
- package/dist/ui/slider.js +57 -19
- package/dist/ui/slider.js.map +1 -0
- package/dist/ui/spinner.js.map +1 -0
- package/dist/ui/split-button.d.ts.map +1 -1
- package/dist/ui/split-button.js +77 -76
- package/dist/ui/split-button.js.map +1 -0
- package/dist/ui/stack.js.map +1 -0
- package/dist/ui/stat-card.js.map +1 -0
- package/dist/ui/status-dot.js.map +1 -0
- package/dist/ui/stepper.d.ts +10 -0
- package/dist/ui/stepper.d.ts.map +1 -1
- package/dist/ui/stepper.js +80 -75
- package/dist/ui/stepper.js.map +1 -0
- package/dist/ui/switch.d.ts.map +1 -1
- package/dist/ui/switch.js +26 -22
- package/dist/ui/switch.js.map +1 -0
- package/dist/ui/table.js.map +1 -0
- package/dist/ui/tabs.d.ts +3 -1
- package/dist/ui/tabs.d.ts.map +1 -1
- package/dist/ui/tabs.js +68 -48
- package/dist/ui/tabs.js.map +1 -0
- package/dist/ui/text.d.ts +1 -1
- package/dist/ui/text.d.ts.map +1 -1
- package/dist/ui/text.js +10 -2
- package/dist/ui/text.js.map +1 -0
- package/dist/ui/textarea.js +1 -1
- package/dist/ui/textarea.js.map +1 -0
- package/dist/ui/toast-registry.d.ts +8 -0
- package/dist/ui/toast-registry.d.ts.map +1 -0
- package/dist/ui/toast-registry.js +13 -0
- package/dist/ui/toast-registry.js.map +1 -0
- package/dist/ui/toast.d.ts.map +1 -1
- package/dist/ui/toast.js +141 -136
- package/dist/ui/toast.js.map +1 -0
- package/dist/ui/toaster.d.ts.map +1 -1
- package/dist/ui/toaster.js +15 -14
- package/dist/ui/toaster.js.map +1 -0
- package/dist/ui/toggle-group.d.ts +2 -0
- package/dist/ui/toggle-group.d.ts.map +1 -1
- package/dist/ui/toggle-group.js +23 -16
- package/dist/ui/toggle-group.js.map +1 -0
- package/dist/ui/toggle.d.ts +2 -0
- package/dist/ui/toggle.d.ts.map +1 -1
- package/dist/ui/toggle.js +14 -6
- package/dist/ui/toggle.js.map +1 -0
- package/dist/ui/tooltip.js.map +1 -0
- package/dist/ui/visually-hidden.js.map +1 -0
- package/docs/components/_header.md +85 -85
- package/docs/components/composed/activity-feed.md +62 -62
- package/docs/components/composed/avatar-group.md +65 -65
- package/docs/components/composed/bulk-action-bar.md +40 -40
- package/docs/components/composed/command-palette.md +40 -40
- package/docs/components/composed/confirm-dialog.md +46 -46
- package/docs/components/composed/content-card.md +36 -36
- package/docs/components/composed/date-picker.md +130 -130
- package/docs/components/composed/deadline-indicator.md +27 -27
- package/docs/components/composed/emoji-picker.md +52 -52
- package/docs/components/composed/empty-state.md +53 -53
- package/docs/components/composed/error-boundary.md +29 -29
- package/docs/components/composed/file-preview.md +40 -40
- package/docs/components/composed/filter-bar.md +57 -57
- package/docs/components/composed/form-section.md +31 -31
- package/docs/components/composed/global-loading.md +27 -27
- package/docs/components/composed/inline-edit.md +35 -35
- package/docs/components/composed/loading-skeleton.md +51 -51
- package/docs/components/composed/markdown-viewer.md +27 -27
- package/docs/components/composed/master-detail.md +48 -48
- package/docs/components/composed/member-picker.md +35 -35
- package/docs/components/composed/multi-select-popover.md +62 -62
- package/docs/components/composed/page-header.md +41 -41
- package/docs/components/composed/page-skeletons.md +32 -32
- package/docs/components/composed/priority-indicator.md +32 -32
- package/docs/components/composed/responsive-overlay.md +34 -34
- package/docs/components/composed/rich-text-editor.md +82 -82
- package/docs/components/composed/schedule-view.md +39 -39
- package/docs/components/composed/simple-tooltip.md +33 -33
- package/docs/components/composed/status-badge.md +55 -55
- package/docs/components/shell/app-command-palette.md +44 -44
- package/docs/components/shell/bottom-navbar.md +52 -52
- package/docs/components/shell/command-registry.md +48 -48
- package/docs/components/shell/link-context.md +41 -41
- package/docs/components/shell/notification-center.md +63 -63
- package/docs/components/shell/notification-preferences.md +42 -42
- package/docs/components/shell/sidebar.md +92 -92
- package/docs/components/shell/top-bar.md +143 -143
- package/docs/components/ui/accordion.md +51 -51
- package/docs/components/ui/alert-dialog.md +61 -61
- package/docs/components/ui/alert.md +46 -46
- package/docs/components/ui/aspect-ratio.md +25 -25
- package/docs/components/ui/autocomplete.md +48 -48
- package/docs/components/ui/avatar.md +56 -56
- package/docs/components/ui/badge.md +83 -82
- package/docs/components/ui/banner.md +42 -42
- package/docs/components/ui/breadcrumb.md +37 -37
- package/docs/components/ui/button-group.md +41 -41
- package/docs/components/ui/button.md +94 -93
- package/docs/components/ui/card.md +52 -52
- package/docs/components/ui/charts.md +43 -43
- package/docs/components/ui/checkbox.md +36 -36
- package/docs/components/ui/chip.md +47 -47
- package/docs/components/ui/code.md +28 -28
- package/docs/components/ui/collapsible.md +40 -40
- package/docs/components/ui/color-input.md +91 -91
- package/docs/components/ui/color-swatch.md +25 -25
- package/docs/components/ui/combobox.md +54 -54
- package/docs/components/ui/container.md +26 -26
- package/docs/components/ui/context-menu.md +43 -43
- package/docs/components/ui/data-table-body.md +1 -1
- package/docs/components/ui/data-table-bulk-actions.md +1 -1
- package/docs/components/ui/data-table-card.md +1 -1
- package/docs/components/ui/data-table-context.md +1 -1
- package/docs/components/ui/data-table-header.md +1 -1
- package/docs/components/ui/data-table-pagination.md +1 -1
- package/docs/components/ui/data-table-toolbar.md +44 -44
- package/docs/components/ui/data-table.md +94 -94
- package/docs/components/ui/dialog.md +54 -54
- package/docs/components/ui/dropdown-menu.md +48 -48
- package/docs/components/ui/file-upload.md +41 -41
- package/docs/components/ui/form.md +51 -51
- package/docs/components/ui/hover-card.md +32 -32
- package/docs/components/ui/icon-button.md +40 -40
- package/docs/components/ui/input-otp.md +44 -44
- package/docs/components/ui/input.md +74 -74
- package/docs/components/ui/label.md +25 -25
- package/docs/components/ui/link.md +29 -29
- package/docs/components/ui/menubar.md +44 -44
- package/docs/components/ui/navigation-menu.md +46 -46
- package/docs/components/ui/number-input.md +44 -44
- package/docs/components/ui/pagination.md +48 -48
- package/docs/components/ui/popover.md +30 -30
- package/docs/components/ui/progress-ring.md +41 -41
- package/docs/components/ui/progress.md +34 -34
- package/docs/components/ui/radio.md +34 -34
- package/docs/components/ui/search-input.md +43 -43
- package/docs/components/ui/segmented-control.md +50 -50
- package/docs/components/ui/select.md +53 -53
- package/docs/components/ui/separator.md +32 -32
- package/docs/components/ui/sheet.md +47 -47
- package/docs/components/ui/sidebar.md +72 -72
- package/docs/components/ui/skeleton.md +77 -77
- package/docs/components/ui/slider.md +29 -29
- package/docs/components/ui/spinner.md +54 -54
- package/docs/components/ui/stack.md +39 -39
- package/docs/components/ui/stat-card.md +61 -61
- package/docs/components/ui/status-dot.md +26 -26
- package/docs/components/ui/stepper.md +49 -49
- package/docs/components/ui/switch.md +47 -47
- package/docs/components/ui/table.md +47 -47
- package/docs/components/ui/tabs.md +60 -60
- package/docs/components/ui/text.md +37 -37
- package/docs/components/ui/textarea.md +39 -39
- package/docs/components/ui/toast.md +65 -65
- package/docs/components/ui/toaster.md +47 -47
- package/docs/components/ui/toggle-group.md +43 -43
- package/docs/components/ui/toggle.md +37 -37
- package/docs/components/ui/tooltip.md +38 -38
- package/docs/components/ui/tree-view.md +65 -65
- package/docs/components/ui/visually-hidden.md +21 -21
- package/llms-full.txt +5266 -5264
- package/llms.txt +624 -580
- package/package.json +7 -8
package/dist/_chunks/framer.js
CHANGED
|
@@ -3,16 +3,16 @@ import { a as e, n as t, r as n } from "./rolldown-runtime.js";
|
|
|
3
3
|
import * as r from "react";
|
|
4
4
|
import { Children as i, Component as a, Fragment as o, createContext as s, createElement as c, forwardRef as l, isValidElement as u, useCallback as d, useContext as f, useEffect as p, useId as m, useInsertionEffect as h, useLayoutEffect as g, useMemo as _, useRef as v, useState as y } from "react";
|
|
5
5
|
import { Fragment as b, jsx as x, jsxs as S } from "react/jsx-runtime";
|
|
6
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
6
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/context/LayoutGroupContext.mjs
|
|
7
7
|
var C = s({});
|
|
8
8
|
//#endregion
|
|
9
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
9
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/utils/use-constant.mjs
|
|
10
10
|
function w(e) {
|
|
11
11
|
let t = v(null);
|
|
12
12
|
return t.current === null && (t.current = e()), t.current;
|
|
13
13
|
}
|
|
14
14
|
//#endregion
|
|
15
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
15
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.mjs
|
|
16
16
|
var T = typeof window < "u" ? g : p, E = /* @__PURE__ */ s(null);
|
|
17
17
|
//#endregion
|
|
18
18
|
//#region ../../node_modules/.pnpm/motion-utils@12.36.0/node_modules/motion-utils/dist/es/array.mjs
|
|
@@ -3923,7 +3923,7 @@ var wc = { current: void 0 }, Tc = Js({
|
|
|
3923
3923
|
reducedMotion: "never"
|
|
3924
3924
|
});
|
|
3925
3925
|
//#endregion
|
|
3926
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
3926
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/utils/use-composed-ref.mjs
|
|
3927
3927
|
function Dc(e, t) {
|
|
3928
3928
|
if (typeof e == "function") return e(t);
|
|
3929
3929
|
e != null && (e.current = t);
|
|
@@ -3946,7 +3946,7 @@ function kc(...e) {
|
|
|
3946
3946
|
return r.useCallback(Oc(...e), e);
|
|
3947
3947
|
}
|
|
3948
3948
|
//#endregion
|
|
3949
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
3949
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/components/AnimatePresence/PopChild.mjs
|
|
3950
3950
|
var Ac = class extends r.Component {
|
|
3951
3951
|
getSnapshotBeforeUpdate(e) {
|
|
3952
3952
|
let t = this.props.childRef.current;
|
|
@@ -3998,7 +3998,7 @@ function jc({ children: e, isPresent: t, anchorX: n, anchorY: i, root: a, pop: o
|
|
|
3998
3998
|
});
|
|
3999
3999
|
}
|
|
4000
4000
|
//#endregion
|
|
4001
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4001
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/components/AnimatePresence/PresenceChild.mjs
|
|
4002
4002
|
var Mc = ({ children: e, initial: t, isPresent: n, onExitComplete: i, custom: a, presenceAffectsLayout: o, mode: s, anchorX: c, anchorY: l, root: u }) => {
|
|
4003
4003
|
let d = w(Nc), f = m(), p = !0, h = _(() => (p = !1, {
|
|
4004
4004
|
id: f,
|
|
@@ -4036,7 +4036,7 @@ function Nc() {
|
|
|
4036
4036
|
return /* @__PURE__ */ new Map();
|
|
4037
4037
|
}
|
|
4038
4038
|
//#endregion
|
|
4039
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4039
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.mjs
|
|
4040
4040
|
function Pc(e = !0) {
|
|
4041
4041
|
let t = f(E);
|
|
4042
4042
|
if (t === null) return [!0, null];
|
|
@@ -4052,7 +4052,7 @@ function Pc(e = !0) {
|
|
|
4052
4052
|
return !n && r ? [!1, o] : [!0];
|
|
4053
4053
|
}
|
|
4054
4054
|
//#endregion
|
|
4055
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4055
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/components/AnimatePresence/utils.mjs
|
|
4056
4056
|
var Fc = (e) => e.key || "";
|
|
4057
4057
|
function Ic(e) {
|
|
4058
4058
|
let t = [];
|
|
@@ -4061,7 +4061,7 @@ function Ic(e) {
|
|
|
4061
4061
|
}), t;
|
|
4062
4062
|
}
|
|
4063
4063
|
//#endregion
|
|
4064
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4064
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/components/AnimatePresence/index.mjs
|
|
4065
4065
|
var Lc = ({ children: e, custom: t, initial: n = !0, onExitComplete: r, presenceAffectsLayout: i = !0, mode: a = "sync", propagate: o = !1, anchorX: s = "left", anchorY: c = "top", root: l }) => {
|
|
4066
4066
|
let [u, d] = Pc(o), p = _(() => Ic(e), [e]), m = o && !u ? [] : p.map(Fc), h = v(!0), g = v(p), S = w(() => /* @__PURE__ */ new Map()), E = v(/* @__PURE__ */ new Set()), [ee, te] = y(p), [D, ne] = y(p);
|
|
4067
4067
|
T(() => {
|
|
@@ -4111,7 +4111,7 @@ var Lc = ({ children: e, custom: t, initial: n = !0, onExitComplete: r, presence
|
|
|
4111
4111
|
}) });
|
|
4112
4112
|
}, Rc = s(null);
|
|
4113
4113
|
//#endregion
|
|
4114
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4114
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/utils/use-is-mounted.mjs
|
|
4115
4115
|
function zc() {
|
|
4116
4116
|
let e = v(!1);
|
|
4117
4117
|
return T(() => (e.current = !0, () => {
|
|
@@ -4119,7 +4119,7 @@ function zc() {
|
|
|
4119
4119
|
}), []), e;
|
|
4120
4120
|
}
|
|
4121
4121
|
//#endregion
|
|
4122
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4122
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/utils/use-force-update.mjs
|
|
4123
4123
|
function Bc() {
|
|
4124
4124
|
let e = zc(), [t, n] = y(0), r = d(() => {
|
|
4125
4125
|
e.current && n(t + 1);
|
|
@@ -4127,7 +4127,7 @@ function Bc() {
|
|
|
4127
4127
|
return [d(() => P.postRender(r), [r]), t];
|
|
4128
4128
|
}
|
|
4129
4129
|
//#endregion
|
|
4130
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4130
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/components/LayoutGroup/index.mjs
|
|
4131
4131
|
var Vc = (e) => e === !0, Hc = (e) => Vc(e === !0) || e === "id", Uc = ({ children: e, id: t, inherit: n = !0 }) => {
|
|
4132
4132
|
let r = f(C), i = f(Rc), [a, o] = Bc(), s = v(null), c = r.id || i;
|
|
4133
4133
|
s.current === null && (Hc(n) && c && (t = t ? c + "-" + t : c), s.current = {
|
|
@@ -4190,7 +4190,7 @@ function Jc() {
|
|
|
4190
4190
|
return qc(), Wa();
|
|
4191
4191
|
}
|
|
4192
4192
|
//#endregion
|
|
4193
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4193
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/motion/features/load-features.mjs
|
|
4194
4194
|
function Yc(e) {
|
|
4195
4195
|
let t = Jc();
|
|
4196
4196
|
for (let n in e) t[n] = {
|
|
@@ -4200,7 +4200,7 @@ function Yc(e) {
|
|
|
4200
4200
|
Ua(t);
|
|
4201
4201
|
}
|
|
4202
4202
|
//#endregion
|
|
4203
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4203
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/motion/utils/valid-prop.mjs
|
|
4204
4204
|
var Xc = new Set(/* @__PURE__ */ "animate.exit.variants.initial.style.values.variants.transition.transformTemplate.custom.inherit.onBeforeLayoutMeasure.onAnimationStart.onAnimationComplete.onUpdate.onDragStart.onDrag.onDragEnd.onMeasureDragConstraints.onDirectionLock.onDragTransitionEnd._dragX._dragY.onHoverStart.onHoverEnd.onViewportEnter.onViewportLeave.globalTapTarget.propagate.ignoreStrict.viewport".split("."));
|
|
4205
4205
|
function Zc(e) {
|
|
4206
4206
|
return e.startsWith("while") || e.startsWith("drag") && e !== "draggable" || e.startsWith("layout") || e.startsWith("onTap") || e.startsWith("onPan") || e.startsWith("onLayout") || Xc.has(e);
|
|
@@ -4222,7 +4222,7 @@ function rl(e, t, n) {
|
|
|
4222
4222
|
return r;
|
|
4223
4223
|
}
|
|
4224
4224
|
//#endregion
|
|
4225
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4225
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/components/MotionConfig/index.mjs
|
|
4226
4226
|
function il({ children: e, isValidProp: t, ...n }) {
|
|
4227
4227
|
t && nl(t);
|
|
4228
4228
|
let r = f(Ec);
|
|
@@ -4242,10 +4242,10 @@ function il({ children: e, isValidProp: t, ...n }) {
|
|
|
4242
4242
|
});
|
|
4243
4243
|
}
|
|
4244
4244
|
//#endregion
|
|
4245
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4245
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/context/MotionContext/index.mjs
|
|
4246
4246
|
var al = /* @__PURE__ */ s({});
|
|
4247
4247
|
//#endregion
|
|
4248
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4248
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/context/MotionContext/utils.mjs
|
|
4249
4249
|
function ol(e, t) {
|
|
4250
4250
|
if (Pa(e)) {
|
|
4251
4251
|
let { initial: t, animate: n } = e;
|
|
@@ -4257,7 +4257,7 @@ function ol(e, t) {
|
|
|
4257
4257
|
return e.inherit === !1 ? {} : t;
|
|
4258
4258
|
}
|
|
4259
4259
|
//#endregion
|
|
4260
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4260
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/context/MotionContext/create.mjs
|
|
4261
4261
|
function sl(e) {
|
|
4262
4262
|
let { initial: t, animate: n } = ol(e, f(al));
|
|
4263
4263
|
return _(() => ({
|
|
@@ -4269,7 +4269,7 @@ function cl(e) {
|
|
|
4269
4269
|
return Array.isArray(e) ? e.join(" ") : e;
|
|
4270
4270
|
}
|
|
4271
4271
|
//#endregion
|
|
4272
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4272
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.mjs
|
|
4273
4273
|
var ll = () => ({
|
|
4274
4274
|
style: {},
|
|
4275
4275
|
transform: {},
|
|
@@ -4277,7 +4277,7 @@ var ll = () => ({
|
|
|
4277
4277
|
vars: {}
|
|
4278
4278
|
});
|
|
4279
4279
|
//#endregion
|
|
4280
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4280
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/render/html/use-props.mjs
|
|
4281
4281
|
function ul(e, t, n) {
|
|
4282
4282
|
for (let r in t) !K(t[r]) && !Co(r, n) && (e[r] = t[r]);
|
|
4283
4283
|
}
|
|
@@ -4296,13 +4296,13 @@ function pl(e, t) {
|
|
|
4296
4296
|
return e.drag && e.dragListener !== !1 && (n.draggable = !1, r.userSelect = r.WebkitUserSelect = r.WebkitTouchCallout = "none", r.touchAction = e.drag === !0 ? "none" : `pan-${e.drag === "x" ? "y" : "x"}`), e.tabIndex === void 0 && (e.onTap || e.onTapStart || e.whileTap) && (n.tabIndex = 0), n.style = r, n;
|
|
4297
4297
|
}
|
|
4298
4298
|
//#endregion
|
|
4299
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4299
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.mjs
|
|
4300
4300
|
var ml = () => ({
|
|
4301
4301
|
...ll(),
|
|
4302
4302
|
attrs: {}
|
|
4303
4303
|
});
|
|
4304
4304
|
//#endregion
|
|
4305
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4305
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/render/svg/use-props.mjs
|
|
4306
4306
|
function hl(e, t, n, r) {
|
|
4307
4307
|
let i = _(() => {
|
|
4308
4308
|
let n = ml();
|
|
@@ -4321,7 +4321,7 @@ function hl(e, t, n, r) {
|
|
|
4321
4321
|
return i;
|
|
4322
4322
|
}
|
|
4323
4323
|
//#endregion
|
|
4324
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4324
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.mjs
|
|
4325
4325
|
var gl = [
|
|
4326
4326
|
"animate",
|
|
4327
4327
|
"circle",
|
|
@@ -4350,12 +4350,12 @@ var gl = [
|
|
|
4350
4350
|
"view"
|
|
4351
4351
|
];
|
|
4352
4352
|
//#endregion
|
|
4353
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4353
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.mjs
|
|
4354
4354
|
function _l(e) {
|
|
4355
4355
|
return typeof e != "string" || e.includes("-") ? !1 : !!(gl.indexOf(e) > -1 || /[A-Z]/u.test(e));
|
|
4356
4356
|
}
|
|
4357
4357
|
//#endregion
|
|
4358
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4358
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/render/dom/use-render.mjs
|
|
4359
4359
|
function vl(e, t, n, { latestValues: r }, i, a = !1, s) {
|
|
4360
4360
|
let l = (s ?? _l(e) ? hl : pl)(t, r, i, e), u = rl(t, typeof e == "string", a), d = e === o ? {} : {
|
|
4361
4361
|
...u,
|
|
@@ -4368,7 +4368,7 @@ function vl(e, t, n, { latestValues: r }, i, a = !1, s) {
|
|
|
4368
4368
|
});
|
|
4369
4369
|
}
|
|
4370
4370
|
//#endregion
|
|
4371
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4371
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.mjs
|
|
4372
4372
|
function yl({ scrapeMotionValuesFromProps: e, createRenderState: t }, n, r, i) {
|
|
4373
4373
|
return {
|
|
4374
4374
|
latestValues: bl(n, r, i, e),
|
|
@@ -4414,7 +4414,7 @@ var xl = (e) => (t, n) => {
|
|
|
4414
4414
|
createRenderState: ml
|
|
4415
4415
|
}), wl = Symbol.for("motionComponentSymbol");
|
|
4416
4416
|
//#endregion
|
|
4417
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4417
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.mjs
|
|
4418
4418
|
function Tl(e, t, n) {
|
|
4419
4419
|
let r = v(n);
|
|
4420
4420
|
h(() => {
|
|
@@ -4433,15 +4433,15 @@ function Tl(e, t, n) {
|
|
|
4433
4433
|
}, [t]);
|
|
4434
4434
|
}
|
|
4435
4435
|
//#endregion
|
|
4436
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4436
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.mjs
|
|
4437
4437
|
var El = s({});
|
|
4438
4438
|
//#endregion
|
|
4439
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4439
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/utils/is-ref-object.mjs
|
|
4440
4440
|
function Dl(e) {
|
|
4441
4441
|
return e && typeof e == "object" && Object.prototype.hasOwnProperty.call(e, "current");
|
|
4442
4442
|
}
|
|
4443
4443
|
//#endregion
|
|
4444
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4444
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.mjs
|
|
4445
4445
|
function Ol(e, t, n, r, i, a) {
|
|
4446
4446
|
let { visualElement: o } = f(al), s = f(Wc), c = f(E), l = f(Ec), u = l.reducedMotion, d = l.skipAnimations, m = v(null), g = v(!1);
|
|
4447
4447
|
r ||= s.renderer, !m.current && r && (m.current = r(e, {
|
|
@@ -4488,7 +4488,7 @@ function Al(e) {
|
|
|
4488
4488
|
if (e) return e.options.allowProjection === !1 ? Al(e.parent) : e.projection;
|
|
4489
4489
|
}
|
|
4490
4490
|
//#endregion
|
|
4491
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4491
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/motion/index.mjs
|
|
4492
4492
|
function jl(e, { forwardMotionProps: t = !1, type: n } = {}, r, i) {
|
|
4493
4493
|
r && Yc(r);
|
|
4494
4494
|
let a = n ? n === "svg" : _l(e), o = a ? Cl : Sl;
|
|
@@ -4539,14 +4539,14 @@ function Pl(e) {
|
|
|
4539
4539
|
};
|
|
4540
4540
|
}
|
|
4541
4541
|
//#endregion
|
|
4542
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4542
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/render/components/create-proxy.mjs
|
|
4543
4543
|
function Fl(e, t) {
|
|
4544
4544
|
if (typeof Proxy > "u") return jl;
|
|
4545
4545
|
let n = /* @__PURE__ */ new Map(), r = (n, r) => jl(n, r, e, t);
|
|
4546
4546
|
return new Proxy((e, t) => (process.env.NODE_ENV !== "production" && me(!1, "motion() is deprecated. Use motion.create() instead."), r(e, t)), { get: (i, a) => a === "create" ? r : (n.has(a) || n.set(a, jl(a, void 0, e, t)), n.get(a)) });
|
|
4547
4547
|
}
|
|
4548
4548
|
//#endregion
|
|
4549
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4549
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/render/dom/create-visual-element.mjs
|
|
4550
4550
|
var Il = (e, t) => t.isSVG ?? _l(e) ? new Ro(t) : new Eo(t, { allowProjection: e !== o }), Ll = class extends Y {
|
|
4551
4551
|
constructor(e) {
|
|
4552
4552
|
super(e), e.animationState ||= Go(e);
|
|
@@ -4603,7 +4603,7 @@ var Il = (e, t) => t.isSVG ?? _l(e) ? new Ro(t) : new Eo(t, { allowProjection: e
|
|
|
4603
4603
|
} }
|
|
4604
4604
|
};
|
|
4605
4605
|
//#endregion
|
|
4606
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4606
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/events/event-info.mjs
|
|
4607
4607
|
function Bl(e) {
|
|
4608
4608
|
return { point: {
|
|
4609
4609
|
x: e.pageX,
|
|
@@ -4612,19 +4612,19 @@ function Bl(e) {
|
|
|
4612
4612
|
}
|
|
4613
4613
|
var Vl = (e) => (t) => Yi(t) && e(t, Bl(t));
|
|
4614
4614
|
//#endregion
|
|
4615
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4615
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/events/add-pointer-event.mjs
|
|
4616
4616
|
function Hl(e, t, n, r) {
|
|
4617
4617
|
return Fs(e, t, Vl(n), r);
|
|
4618
4618
|
}
|
|
4619
4619
|
//#endregion
|
|
4620
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4620
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/utils/get-context-window.mjs
|
|
4621
4621
|
var Ul = ({ current: e }) => e ? e.ownerDocument.defaultView : null, Wl = (e, t) => Math.abs(e - t);
|
|
4622
4622
|
function Gl(e, t) {
|
|
4623
4623
|
let n = Wl(e.x, t.x), r = Wl(e.y, t.y);
|
|
4624
4624
|
return Math.sqrt(n ** 2 + r ** 2);
|
|
4625
4625
|
}
|
|
4626
4626
|
//#endregion
|
|
4627
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4627
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/gestures/pan/PanSession.mjs
|
|
4628
4628
|
var Kl = /* @__PURE__ */ new Set(["auto", "scroll"]), ql = class {
|
|
4629
4629
|
constructor(e, t, { transformPagePoint: n, contextWindow: r = window, dragSnapToOrigin: i = !1, distanceThreshold: a = 3, element: o } = {}) {
|
|
4630
4630
|
if (this.startEvent = null, this.lastMoveEvent = null, this.lastMoveEventInfo = null, this.lastRawMoveEventInfo = null, this.handlers = {}, this.contextWindow = window, this.scrollPositions = /* @__PURE__ */ new Map(), this.removeScrollListeners = null, this.onElementScroll = (e) => {
|
|
@@ -4749,7 +4749,7 @@ function $l(e, t) {
|
|
|
4749
4749
|
return o.x === Infinity && (o.x = 0), o.y === Infinity && (o.y = 0), o;
|
|
4750
4750
|
}
|
|
4751
4751
|
//#endregion
|
|
4752
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4752
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.mjs
|
|
4753
4753
|
function eu(e, { min: t, max: n }, r) {
|
|
4754
4754
|
return t !== void 0 && e < t ? e = r ? H(t, e, r.min) : Math.max(e, t) : n !== void 0 && e > n && (e = r ? H(n, e, r.max) : Math.min(e, n)), e;
|
|
4755
4755
|
}
|
|
@@ -4803,7 +4803,7 @@ function uu(e, t) {
|
|
|
4803
4803
|
return typeof e == "number" ? e : e[t] || 0;
|
|
4804
4804
|
}
|
|
4805
4805
|
//#endregion
|
|
4806
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
4806
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.mjs
|
|
4807
4807
|
var du = /* @__PURE__ */ new WeakMap(), fu = class {
|
|
4808
4808
|
constructor(e) {
|
|
4809
4809
|
this.openDragLock = null, this.isDragging = !1, this.currentDirection = null, this.originPoint = {
|
|
@@ -5038,7 +5038,7 @@ function gu(e, t = 10) {
|
|
|
5038
5038
|
return Math.abs(e.y) > t ? n = "y" : Math.abs(e.x) > t && (n = "x"), n;
|
|
5039
5039
|
}
|
|
5040
5040
|
//#endregion
|
|
5041
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5041
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/gestures/drag/index.mjs
|
|
5042
5042
|
var _u = class extends Y {
|
|
5043
5043
|
constructor(e) {
|
|
5044
5044
|
super(e), this.removeGroupControls = A, this.removeListeners = A, this.controls = new fu(e);
|
|
@@ -5136,7 +5136,7 @@ function Su(e) {
|
|
|
5136
5136
|
});
|
|
5137
5137
|
}
|
|
5138
5138
|
//#endregion
|
|
5139
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5139
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/motion/features/drag.mjs
|
|
5140
5140
|
var Cu = {
|
|
5141
5141
|
pan: { Feature: yu },
|
|
5142
5142
|
drag: {
|
|
@@ -5146,7 +5146,7 @@ var Cu = {
|
|
|
5146
5146
|
}
|
|
5147
5147
|
};
|
|
5148
5148
|
//#endregion
|
|
5149
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5149
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/gestures/hover.mjs
|
|
5150
5150
|
function wu(e, t, n) {
|
|
5151
5151
|
let { props: r } = e;
|
|
5152
5152
|
e.animationState && r.whileHover && e.animationState.setActive("whileHover", n === "Start");
|
|
@@ -5181,7 +5181,7 @@ var Tu = class extends Y {
|
|
|
5181
5181
|
unmount() {}
|
|
5182
5182
|
};
|
|
5183
5183
|
//#endregion
|
|
5184
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5184
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/gestures/press.mjs
|
|
5185
5185
|
function Du(e, t, n) {
|
|
5186
5186
|
let { props: r } = e;
|
|
5187
5187
|
if (e.current instanceof HTMLButtonElement && e.current.disabled) return;
|
|
@@ -5222,7 +5222,7 @@ function Pu(e, t, n) {
|
|
|
5222
5222
|
};
|
|
5223
5223
|
}
|
|
5224
5224
|
//#endregion
|
|
5225
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5225
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/motion/features/viewport/index.mjs
|
|
5226
5226
|
var Fu = {
|
|
5227
5227
|
some: 0,
|
|
5228
5228
|
all: 1
|
|
@@ -5265,7 +5265,7 @@ function Lu({ viewport: e = {} }, { viewport: t = {} } = {}) {
|
|
|
5265
5265
|
return (n) => e[n] !== t[n];
|
|
5266
5266
|
}
|
|
5267
5267
|
//#endregion
|
|
5268
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5268
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/motion/features/gestures.mjs
|
|
5269
5269
|
var Ru = {
|
|
5270
5270
|
inView: { Feature: Iu },
|
|
5271
5271
|
tap: { Feature: Ou },
|
|
@@ -5281,7 +5281,7 @@ var Ru = {
|
|
|
5281
5281
|
...zu
|
|
5282
5282
|
}, Il);
|
|
5283
5283
|
//#endregion
|
|
5284
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5284
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/value/use-motion-value.mjs
|
|
5285
5285
|
function Vu(e) {
|
|
5286
5286
|
let t = w(() => G(e)), { isStatic: n } = f(Ec);
|
|
5287
5287
|
if (n) {
|
|
@@ -5291,7 +5291,7 @@ function Vu(e) {
|
|
|
5291
5291
|
return t;
|
|
5292
5292
|
}
|
|
5293
5293
|
//#endregion
|
|
5294
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5294
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/value/use-combine-values.mjs
|
|
5295
5295
|
function Hu(e, t) {
|
|
5296
5296
|
let n = Vu(t()), r = () => n.set(t());
|
|
5297
5297
|
return r(), T(() => {
|
|
@@ -5302,14 +5302,14 @@ function Hu(e, t) {
|
|
|
5302
5302
|
}), n;
|
|
5303
5303
|
}
|
|
5304
5304
|
//#endregion
|
|
5305
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5305
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/value/use-computed.mjs
|
|
5306
5306
|
function Uu(e) {
|
|
5307
5307
|
ri.current = [], e();
|
|
5308
5308
|
let t = Hu(ri.current, e);
|
|
5309
5309
|
return ri.current = void 0, t;
|
|
5310
5310
|
}
|
|
5311
5311
|
//#endregion
|
|
5312
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5312
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/value/use-transform.mjs
|
|
5313
5313
|
function Wu(e, t, n, r) {
|
|
5314
5314
|
if (typeof e == "function") return Uu(e);
|
|
5315
5315
|
if (n !== void 0 && !Array.isArray(n) && typeof t != "function") return Ku(e, t, n, r);
|
|
@@ -5337,34 +5337,34 @@ function Ku(e, t, n, r) {
|
|
|
5337
5337
|
return a;
|
|
5338
5338
|
}
|
|
5339
5339
|
//#endregion
|
|
5340
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5340
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.mjs
|
|
5341
5341
|
function qu() {
|
|
5342
5342
|
!Ra.current && Ba();
|
|
5343
5343
|
let [e] = y(La.current);
|
|
5344
5344
|
return process.env.NODE_ENV !== "production" && me(e !== !0, "You have Reduced Motion enabled on your device. Animations may not appear as expected.", "reduced-motion-disabled"), e;
|
|
5345
5345
|
}
|
|
5346
5346
|
//#endregion
|
|
5347
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5347
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/utils/is-dom-keyframes.mjs
|
|
5348
5348
|
function Ju(e) {
|
|
5349
5349
|
return typeof e == "object" && !Array.isArray(e);
|
|
5350
5350
|
}
|
|
5351
5351
|
//#endregion
|
|
5352
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5352
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/animate/resolve-subjects.mjs
|
|
5353
5353
|
function Yu(e, t, n, r) {
|
|
5354
5354
|
return e == null ? [] : typeof e == "string" && Ju(t) ? Ri(e, n, r) : e instanceof NodeList ? Array.from(e) : Array.isArray(e) ? e.filter((e) => e != null) : [e];
|
|
5355
5355
|
}
|
|
5356
5356
|
//#endregion
|
|
5357
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5357
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-repeat-duration.mjs
|
|
5358
5358
|
function Xu(e, t, n) {
|
|
5359
5359
|
return e * (t + 1);
|
|
5360
5360
|
}
|
|
5361
5361
|
//#endregion
|
|
5362
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5362
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/sequence/utils/calc-time.mjs
|
|
5363
5363
|
function Zu(e, t, n, r) {
|
|
5364
5364
|
return typeof t == "number" ? t : t.startsWith("-") || t.startsWith("+") ? Math.max(0, e + parseFloat(t)) : t === "<" ? n : t.startsWith("<") ? Math.max(0, n + parseFloat(t.slice(1))) : r.get(t) ?? e;
|
|
5365
5365
|
}
|
|
5366
5366
|
//#endregion
|
|
5367
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5367
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/sequence/utils/edit.mjs
|
|
5368
5368
|
function Qu(e, t, n) {
|
|
5369
5369
|
for (let r = 0; r < e.length; r++) {
|
|
5370
5370
|
let i = e[r];
|
|
@@ -5380,17 +5380,17 @@ function $u(e, t, n, r, i, a) {
|
|
|
5380
5380
|
});
|
|
5381
5381
|
}
|
|
5382
5382
|
//#endregion
|
|
5383
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5383
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/sequence/utils/normalize-times.mjs
|
|
5384
5384
|
function ed(e, t) {
|
|
5385
5385
|
for (let n = 0; n < e.length; n++) e[n] = e[n] / (t + 1);
|
|
5386
5386
|
}
|
|
5387
5387
|
//#endregion
|
|
5388
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5388
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/sequence/utils/sort.mjs
|
|
5389
5389
|
function td(e, t) {
|
|
5390
5390
|
return e.at === t.at ? e.value === null ? 1 : t.value === null ? -1 : 0 : e.at - t.at;
|
|
5391
5391
|
}
|
|
5392
5392
|
//#endregion
|
|
5393
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5393
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/sequence/create.mjs
|
|
5394
5394
|
var nd = "easeInOut", rd = 20;
|
|
5395
5395
|
function id(e, { defaultTransition: t = {}, ...n } = {}, r, i) {
|
|
5396
5396
|
let a = t.duration || .3, o = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map(), c = {}, l = /* @__PURE__ */ new Map(), u = 0, d = 0, f = 0;
|
|
@@ -5495,7 +5495,7 @@ function cd(e, t) {
|
|
|
5495
5495
|
}
|
|
5496
5496
|
var ld = (e) => typeof e == "number", ud = (e) => e.every(ld);
|
|
5497
5497
|
//#endregion
|
|
5498
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5498
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/utils/create-visual-element.mjs
|
|
5499
5499
|
function dd(e) {
|
|
5500
5500
|
let t = {
|
|
5501
5501
|
presenceContext: null,
|
|
@@ -5525,7 +5525,7 @@ function fd(e) {
|
|
|
5525
5525
|
t.mount(e), ka.set(e, t);
|
|
5526
5526
|
}
|
|
5527
5527
|
//#endregion
|
|
5528
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5528
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/animate/subject.mjs
|
|
5529
5529
|
function pd(e, t) {
|
|
5530
5530
|
return K(e) || typeof e == "number" || typeof e == "string" && !Ju(t);
|
|
5531
5531
|
}
|
|
@@ -5549,7 +5549,7 @@ function md(e, t, n, r) {
|
|
|
5549
5549
|
return i;
|
|
5550
5550
|
}
|
|
5551
5551
|
//#endregion
|
|
5552
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5552
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/animate/sequence.mjs
|
|
5553
5553
|
function hd(e, t, n) {
|
|
5554
5554
|
let r = [];
|
|
5555
5555
|
return id(e.map((e) => {
|
|
@@ -5571,7 +5571,7 @@ function hd(e, t, n) {
|
|
|
5571
5571
|
}), r;
|
|
5572
5572
|
}
|
|
5573
5573
|
//#endregion
|
|
5574
|
-
//#region ../../node_modules/.pnpm/framer-motion@12.38.
|
|
5574
|
+
//#region ../../node_modules/.pnpm/framer-motion@12.38.0_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/framer-motion/dist/es/animation/animate/index.mjs
|
|
5575
5575
|
function gd(e) {
|
|
5576
5576
|
return Array.isArray(e) && e.some(Array.isArray);
|
|
5577
5577
|
}
|