@admin-layout/tailwind-ui 12.2.4-alpha.4 → 12.2.4-alpha.41
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/lib/components/AIToolbar/components/AIToolBar.d.ts +22 -0
- package/lib/components/AIToolbar/components/AIToolBar.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/AIToolBar.js +83 -0
- package/lib/components/AIToolbar/components/AIToolBar.js.map +1 -0
- package/lib/components/AIToolbar/components/AIToolbarPrimitives.d.ts +14 -0
- package/lib/components/AIToolbar/components/AIToolbarPrimitives.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/AIToolbarPrimitives.js +60 -0
- package/lib/components/AIToolbar/components/AIToolbarPrimitives.js.map +1 -0
- package/lib/components/AIToolbar/components/CustomCursor.d.ts +2 -0
- package/lib/components/AIToolbar/components/CustomCursor.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/CustomCursor.js +66 -0
- package/lib/components/AIToolbar/components/CustomCursor.js.map +1 -0
- package/lib/components/AIToolbar/components/DragButton.d.ts +9 -0
- package/lib/components/AIToolbar/components/DragButton.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/DragButton.js +57 -0
- package/lib/components/AIToolbar/components/DragButton.js.map +1 -0
- package/lib/components/AIToolbar/components/Markdown/copy-button.d.ts +7 -0
- package/lib/components/AIToolbar/components/Markdown/copy-button.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/Markdown/copy-button.js +30 -0
- package/lib/components/AIToolbar/components/Markdown/copy-button.js.map +1 -0
- package/lib/components/AIToolbar/components/Markdown/index.d.ts +7 -0
- package/lib/components/AIToolbar/components/Markdown/index.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/Markdown/index.js +46 -0
- package/lib/components/AIToolbar/components/Markdown/index.js.map +1 -0
- package/lib/components/AIToolbar/components/completion/Audio.d.ts +3 -0
- package/lib/components/AIToolbar/components/completion/Audio.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/completion/Audio.js +65 -0
- package/lib/components/AIToolbar/components/completion/Audio.js.map +1 -0
- package/lib/components/AIToolbar/components/completion/AutoSpeechVad.d.ts +11 -0
- package/lib/components/AIToolbar/components/completion/AutoSpeechVad.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/completion/AutoSpeechVad.js +66 -0
- package/lib/components/AIToolbar/components/completion/AutoSpeechVad.js.map +1 -0
- package/lib/components/AIToolbar/components/completion/Files.d.ts +6 -0
- package/lib/components/AIToolbar/components/completion/Files.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/completion/Files.js +134 -0
- package/lib/components/AIToolbar/components/completion/Files.js.map +1 -0
- package/lib/components/AIToolbar/components/completion/Input.d.ts +5 -0
- package/lib/components/AIToolbar/components/completion/Input.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/completion/Input.js +169 -0
- package/lib/components/AIToolbar/components/completion/Input.js.map +1 -0
- package/lib/components/AIToolbar/components/completion/MessageHistory.d.ts +11 -0
- package/lib/components/AIToolbar/components/completion/MessageHistory.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/completion/MessageHistory.js +90 -0
- package/lib/components/AIToolbar/components/completion/MessageHistory.js.map +1 -0
- package/lib/components/AIToolbar/components/completion/Screenshot.d.ts +6 -0
- package/lib/components/AIToolbar/components/completion/Screenshot.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/completion/Screenshot.js +28 -0
- package/lib/components/AIToolbar/components/completion/Screenshot.js.map +1 -0
- package/lib/components/AIToolbar/components/completion/index.d.ts +10 -0
- package/lib/components/AIToolbar/components/completion/index.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/completion/index.js +20 -0
- package/lib/components/AIToolbar/components/completion/index.js.map +1 -0
- package/lib/components/AIToolbar/components/index.d.ts +17 -0
- package/lib/components/AIToolbar/components/index.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/Header.d.ts +14 -0
- package/lib/components/AIToolbar/components/speech/Header.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/Header.js +82 -0
- package/lib/components/AIToolbar/components/speech/Header.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/ModeSwitcher.d.ts +8 -0
- package/lib/components/AIToolbar/components/speech/ModeSwitcher.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/ModeSwitcher.js +44 -0
- package/lib/components/AIToolbar/components/speech/ModeSwitcher.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/PermissionFlow.d.ts +8 -0
- package/lib/components/AIToolbar/components/speech/PermissionFlow.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/PermissionFlow.js +161 -0
- package/lib/components/AIToolbar/components/speech/PermissionFlow.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/QuickActions.d.ts +13 -0
- package/lib/components/AIToolbar/components/speech/QuickActions.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/QuickActions.js +100 -0
- package/lib/components/AIToolbar/components/speech/QuickActions.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/RecordingPanel.d.ts +14 -0
- package/lib/components/AIToolbar/components/speech/RecordingPanel.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/RecordingPanel.js +101 -0
- package/lib/components/AIToolbar/components/speech/RecordingPanel.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/ResultsSection.d.ts +12 -0
- package/lib/components/AIToolbar/components/speech/ResultsSection.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/ResultsSection.js +132 -0
- package/lib/components/AIToolbar/components/speech/ResultsSection.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/SettingsPanel.d.ts +12 -0
- package/lib/components/AIToolbar/components/speech/SettingsPanel.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/SettingsPanel.js +289 -0
- package/lib/components/AIToolbar/components/speech/SettingsPanel.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/StatusIndicator.d.ts +10 -0
- package/lib/components/AIToolbar/components/speech/StatusIndicator.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/StatusIndicator.js +48 -0
- package/lib/components/AIToolbar/components/speech/StatusIndicator.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/Warning.d.ts +6 -0
- package/lib/components/AIToolbar/components/speech/Warning.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/Warning.js +154 -0
- package/lib/components/AIToolbar/components/speech/Warning.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/audio-visualizer.d.ts +7 -0
- package/lib/components/AIToolbar/components/speech/audio-visualizer.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/audio-visualizer.js +194 -0
- package/lib/components/AIToolbar/components/speech/audio-visualizer.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/floatArrayToWav.d.ts +2 -0
- package/lib/components/AIToolbar/components/speech/floatArrayToWav.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/floatArrayToWav.js +32 -0
- package/lib/components/AIToolbar/components/speech/floatArrayToWav.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/index.d.ts +4 -0
- package/lib/components/AIToolbar/components/speech/index.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/index.js +292 -0
- package/lib/components/AIToolbar/components/speech/index.js.map +1 -0
- package/lib/components/AIToolbar/components/speech/promptTemplates.d.ts +12 -0
- package/lib/components/AIToolbar/components/speech/promptTemplates.d.ts.map +1 -0
- package/lib/components/AIToolbar/components/speech/promptTemplates.js +114 -0
- package/lib/components/AIToolbar/components/speech/promptTemplates.js.map +1 -0
- package/lib/components/AIToolbar/components/types.d.ts +175 -0
- package/lib/components/AIToolbar/components/types.d.ts.map +1 -0
- package/lib/components/AIToolbar/index.d.ts +5 -0
- package/lib/components/AIToolbar/index.d.ts.map +1 -0
- package/lib/components/Button/Button.d.ts +1 -1
- package/lib/components/Button/Button.d.ts.map +1 -1
- package/lib/components/Button/Button.js +7 -6
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/components/DatePicker/DatePicker.js +158 -140
- package/lib/components/DatePicker/DatePicker.js.map +1 -1
- package/lib/components/Dialog/Dialog.d.ts +20 -0
- package/lib/components/Dialog/Dialog.d.ts.map +1 -0
- package/lib/components/Dialog/Dialog.js +111 -0
- package/lib/components/Dialog/Dialog.js.map +1 -0
- package/lib/components/Dialog/index.d.ts +3 -0
- package/lib/components/Dialog/index.d.ts.map +1 -0
- package/lib/components/ErrorHandlers/ApplicationErrorHandler.d.ts +1 -2
- package/lib/components/ErrorHandlers/ApplicationErrorHandler.d.ts.map +1 -1
- package/lib/components/ErrorHandlers/ApplicationErrorHandler.js +2 -2
- package/lib/components/ErrorHandlers/ErrorBoundary.d.ts +1 -2
- package/lib/components/ErrorHandlers/ErrorBoundary.d.ts.map +1 -1
- package/lib/components/ErrorHandlers/ErrorBoundary.js +35 -28
- package/lib/components/ErrorHandlers/ErrorBoundary.js.map +1 -1
- package/lib/components/ErrorHandlers/LayoutErrorBoundary.d.ts +1 -2
- package/lib/components/ErrorHandlers/LayoutErrorBoundary.d.ts.map +1 -1
- package/lib/components/ErrorHandlers/LayoutErrorBoundary.js +20 -15
- package/lib/components/ErrorHandlers/LayoutErrorBoundary.js.map +1 -1
- package/lib/components/ErrorHandlers/RemixErrorBoundary.d.ts +4 -2
- package/lib/components/ErrorHandlers/RemixErrorBoundary.d.ts.map +1 -1
- package/lib/components/ErrorHandlers/RemixErrorBoundary.js +222 -100
- package/lib/components/ErrorHandlers/RemixErrorBoundary.js.map +1 -1
- package/lib/components/ErrorHandlers/SPAErrorBoundary.d.ts +4 -2
- package/lib/components/ErrorHandlers/SPAErrorBoundary.d.ts.map +1 -1
- package/lib/components/ErrorHandlers/SPAErrorBoundary.js +247 -82
- package/lib/components/ErrorHandlers/SPAErrorBoundary.js.map +1 -1
- package/lib/components/ErrorPages/403.d.ts +1 -2
- package/lib/components/ErrorPages/403.d.ts.map +1 -1
- package/lib/components/ErrorPages/403.js +26 -18
- package/lib/components/ErrorPages/403.js.map +1 -1
- package/lib/components/ErrorPages/404.d.ts +1 -2
- package/lib/components/ErrorPages/404.d.ts.map +1 -1
- package/lib/components/ErrorPages/404.js +26 -18
- package/lib/components/ErrorPages/404.js.map +1 -1
- package/lib/components/ErrorPages/500.d.ts +1 -2
- package/lib/components/ErrorPages/500.d.ts.map +1 -1
- package/lib/components/ErrorPages/500.js +26 -18
- package/lib/components/ErrorPages/500.js.map +1 -1
- package/lib/components/InputToolBar/InputToolBar.d.ts +8 -0
- package/lib/components/InputToolBar/InputToolBar.d.ts.map +1 -0
- package/lib/components/InputToolBar/InputToolBar.js +469 -0
- package/lib/components/InputToolBar/InputToolBar.js.map +1 -0
- package/lib/components/InputToolBar/defaults.d.ts +15 -0
- package/lib/components/InputToolBar/defaults.d.ts.map +1 -0
- package/lib/components/InputToolBar/defaults.js +59 -0
- package/lib/components/InputToolBar/defaults.js.map +1 -0
- package/lib/components/InputToolBar/index.d.ts +5 -0
- package/lib/components/InputToolBar/index.d.ts.map +1 -0
- package/lib/components/InputToolBar/types.d.ts +153 -0
- package/lib/components/InputToolBar/types.d.ts.map +1 -0
- package/lib/components/LanguageMenuDropdown/LanguageMenuDropdown.d.ts +1 -2
- package/lib/components/LanguageMenuDropdown/LanguageMenuDropdown.d.ts.map +1 -1
- package/lib/components/LanguageMenuDropdown/LanguageMenuDropdown.js +24 -19
- package/lib/components/LanguageMenuDropdown/LanguageMenuDropdown.js.map +1 -1
- package/lib/components/Markdown/MarkdownBreadcrumbs.d.ts +13 -0
- package/lib/components/Markdown/MarkdownBreadcrumbs.d.ts.map +1 -0
- package/lib/components/Markdown/MarkdownBreadcrumbs.js +34 -0
- package/lib/components/Markdown/MarkdownBreadcrumbs.js.map +1 -0
- package/lib/components/Markdown/MarkdownCopyButton.d.ts +10 -0
- package/lib/components/Markdown/MarkdownCopyButton.d.ts.map +1 -0
- package/lib/components/Markdown/MarkdownCopyButton.js +229 -0
- package/lib/components/Markdown/MarkdownCopyButton.js.map +1 -0
- package/lib/components/Markdown/MarkdownHeader.d.ts +13 -0
- package/lib/components/Markdown/MarkdownHeader.d.ts.map +1 -0
- package/lib/components/Markdown/MarkdownHeader.js +44 -0
- package/lib/components/Markdown/MarkdownHeader.js.map +1 -0
- package/lib/components/Markdown/MarkdownNavigation.d.ts +15 -0
- package/lib/components/Markdown/MarkdownNavigation.d.ts.map +1 -0
- package/lib/components/Markdown/MarkdownNavigation.js +38 -0
- package/lib/components/Markdown/MarkdownNavigation.js.map +1 -0
- package/lib/components/Markdown/MarkdownPage.d.ts +41 -0
- package/lib/components/Markdown/MarkdownPage.d.ts.map +1 -0
- package/lib/components/Markdown/MarkdownPage.js +238 -0
- package/lib/components/Markdown/MarkdownPage.js.map +1 -0
- package/lib/components/Markdown/MarkdownTableOfContents.d.ts +15 -0
- package/lib/components/Markdown/MarkdownTableOfContents.d.ts.map +1 -0
- package/lib/components/Markdown/MarkdownTableOfContents.js +57 -0
- package/lib/components/Markdown/MarkdownTableOfContents.js.map +1 -0
- package/lib/components/Markdown/index.d.ts +7 -0
- package/lib/components/Markdown/index.d.ts.map +1 -0
- package/lib/components/OTP/OTPInput.js +32 -30
- package/lib/components/OTP/OTPInput.js.map +1 -1
- package/lib/components/OTP/OTPVerification.js +75 -55
- package/lib/components/OTP/OTPVerification.js.map +1 -1
- package/lib/components/OTP/SingleInput.js +2 -2
- package/lib/components/OTP/SingleInput.js.map +1 -1
- package/lib/components/PageContainer/PageContainer.js +29 -22
- package/lib/components/PageContainer/PageContainer.js.map +1 -1
- package/lib/components/PageLoading/index.js +8 -7
- package/lib/components/PageLoading/index.js.map +1 -1
- package/lib/components/RJSFPreview/PreviewAsyncDropdown.d.ts +1 -2
- package/lib/components/RJSFPreview/PreviewAsyncDropdown.d.ts.map +1 -1
- package/lib/components/ReactTable/Table.d.ts +1 -2
- package/lib/components/ReactTable/Table.d.ts.map +1 -1
- package/lib/components/ReactTable/Table.js +92 -71
- package/lib/components/ReactTable/Table.js.map +1 -1
- package/lib/components/ReactTable/TableFilters.d.ts +2 -3
- package/lib/components/ReactTable/TableFilters.d.ts.map +1 -1
- package/lib/components/ReactTable/TableFilters.js +40 -34
- package/lib/components/ReactTable/TableFilters.js.map +1 -1
- package/lib/components/Search/SearchInput.d.ts +1 -2
- package/lib/components/Search/SearchInput.d.ts.map +1 -1
- package/lib/components/Search/SearchInput.js +14 -13
- package/lib/components/Search/SearchInput.js.map +1 -1
- package/lib/components/Select/Select.d.ts +6 -6
- package/lib/components/Select/Select.d.ts.map +1 -1
- package/lib/components/Select/Select.js +60 -45
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/Spin/index.js +14 -11
- package/lib/components/Spin/index.js.map +1 -1
- package/lib/components/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/lib/components/ThemeProvider/ThemeProvider.d.ts.map +1 -1
- package/lib/components/ThemeProvider/ThemeProvider.js +29 -17
- package/lib/components/ThemeProvider/ThemeProvider.js.map +1 -1
- package/lib/components/ThemeProvider/ThemeToggle.js +28 -25
- package/lib/components/ThemeProvider/ThemeToggle.js.map +1 -1
- package/lib/components/ThemeProvider/types.d.ts +3 -3
- package/lib/components/ThemeProvider/types.d.ts.map +1 -1
- package/lib/components/index.d.ts +5 -0
- package/lib/components/index.d.ts.map +1 -1
- package/lib/hooks/useToast.d.ts +1 -1
- package/lib/hooks/useToast.d.ts.map +1 -1
- package/lib/hooks/useToast.js +46 -37
- package/lib/hooks/useToast.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/shardui/accordion.js +20 -16
- package/lib/shardui/accordion.js.map +1 -1
- package/lib/shardui/alert-dialog.d.ts +2 -2
- package/lib/shardui/alert-dialog.js +15 -13
- package/lib/shardui/alert-dialog.js.map +1 -1
- package/lib/shardui/alert.js +4 -4
- package/lib/shardui/alert.js.map +1 -1
- package/lib/shardui/avatar.js +4 -4
- package/lib/shardui/avatar.js.map +1 -1
- package/lib/shardui/badge.d.ts +1 -1
- package/lib/shardui/badge.d.ts.map +1 -1
- package/lib/shardui/badge.js +2 -2
- package/lib/shardui/badge.js.map +1 -1
- package/lib/shardui/breadcrumb.d.ts +2 -2
- package/lib/shardui/breadcrumb.js +19 -16
- package/lib/shardui/breadcrumb.js.map +1 -1
- package/lib/shardui/button.js +2 -2
- package/lib/shardui/button.js.map +1 -1
- package/lib/shardui/calendar.d.ts +1 -1
- package/lib/shardui/calendar.d.ts.map +1 -1
- package/lib/shardui/calendar.js +4 -4
- package/lib/shardui/card.js +7 -7
- package/lib/shardui/card.js.map +1 -1
- package/lib/shardui/carousel.js +40 -33
- package/lib/shardui/carousel.js.map +1 -1
- package/lib/shardui/chart.d.ts +1 -1
- package/lib/shardui/chart.d.ts.map +1 -1
- package/lib/shardui/chart.js +81 -66
- package/lib/shardui/chart.js.map +1 -1
- package/lib/shardui/checkbox.js +10 -8
- package/lib/shardui/checkbox.js.map +1 -1
- package/lib/shardui/command.d.ts +2 -2
- package/lib/shardui/command.d.ts.map +1 -1
- package/lib/shardui/command.js +28 -24
- package/lib/shardui/command.js.map +1 -1
- package/lib/shardui/context-menu.d.ts +1 -1
- package/lib/shardui/context-menu.js +41 -30
- package/lib/shardui/context-menu.js.map +1 -1
- package/lib/shardui/dialog.d.ts +2 -2
- package/lib/shardui/dialog.js +22 -17
- package/lib/shardui/dialog.js.map +1 -1
- package/lib/shardui/drawer.d.ts +3 -3
- package/lib/shardui/drawer.js +17 -14
- package/lib/shardui/drawer.js.map +1 -1
- package/lib/shardui/dropdown-menu.d.ts +1 -1
- package/lib/shardui/dropdown-menu.js +42 -31
- package/lib/shardui/dropdown-menu.js.map +1 -1
- package/lib/shardui/form.d.ts +1 -1
- package/lib/shardui/form.d.ts.map +1 -1
- package/lib/shardui/form.js +22 -19
- package/lib/shardui/form.js.map +1 -1
- package/lib/shardui/hover-card.js +2 -2
- package/lib/shardui/hover-card.js.map +1 -1
- package/lib/shardui/input-otp.js +16 -13
- package/lib/shardui/input-otp.js.map +1 -1
- package/lib/shardui/input.js +2 -2
- package/lib/shardui/input.js.map +1 -1
- package/lib/shardui/label.js +2 -2
- package/lib/shardui/label.js.map +1 -1
- package/lib/shardui/menubar.d.ts +1 -1
- package/lib/shardui/menubar.js +46 -35
- package/lib/shardui/menubar.js.map +1 -1
- package/lib/shardui/navigation-menu.js +28 -24
- package/lib/shardui/navigation-menu.js.map +1 -1
- package/lib/shardui/pagination.d.ts +5 -5
- package/lib/shardui/pagination.js +30 -22
- package/lib/shardui/pagination.js.map +1 -1
- package/lib/shardui/popover.js +10 -8
- package/lib/shardui/popover.js.map +1 -1
- package/lib/shardui/progress.js +10 -9
- package/lib/shardui/progress.js.map +1 -1
- package/lib/shardui/radio-group.js +11 -9
- package/lib/shardui/radio-group.js.map +1 -1
- package/lib/shardui/resizable.d.ts +3 -3
- package/lib/shardui/resizable.d.ts.map +1 -1
- package/lib/shardui/resizable.js +11 -9
- package/lib/shardui/resizable.js.map +1 -1
- package/lib/shardui/scroll-area.js +14 -11
- package/lib/shardui/scroll-area.js.map +1 -1
- package/lib/shardui/select.js +49 -35
- package/lib/shardui/select.js.map +1 -1
- package/lib/shardui/separator.js +2 -2
- package/lib/shardui/separator.js.map +1 -1
- package/lib/shardui/sheet.d.ts +2 -2
- package/lib/shardui/sheet.js +24 -19
- package/lib/shardui/sheet.js.map +1 -1
- package/lib/shardui/sidebar.js +104 -88
- package/lib/shardui/sidebar.js.map +1 -1
- package/lib/shardui/skeleton.d.ts +1 -1
- package/lib/shardui/skeleton.d.ts.map +1 -1
- package/lib/shardui/skeleton.js +2 -2
- package/lib/shardui/skeleton.js.map +1 -1
- package/lib/shardui/slider.js +12 -10
- package/lib/shardui/slider.js.map +1 -1
- package/lib/shardui/sonner.d.ts +1 -1
- package/lib/shardui/sonner.d.ts.map +1 -1
- package/lib/shardui/sonner.js +2 -2
- package/lib/shardui/sonner.js.map +1 -1
- package/lib/shardui/switch.js +7 -6
- package/lib/shardui/switch.js.map +1 -1
- package/lib/shardui/table.js +16 -15
- package/lib/shardui/table.js.map +1 -1
- package/lib/shardui/tabs.js +4 -4
- package/lib/shardui/tabs.js.map +1 -1
- package/lib/shardui/textarea.js +2 -2
- package/lib/shardui/textarea.js.map +1 -1
- package/lib/shardui/toast.js +12 -11
- package/lib/shardui/toast.js.map +1 -1
- package/lib/shardui/toaster.d.ts +1 -2
- package/lib/shardui/toaster.d.ts.map +1 -1
- package/lib/shardui/toaster.js +21 -14
- package/lib/shardui/toaster.js.map +1 -1
- package/lib/shardui/toggle-group.js +15 -12
- package/lib/shardui/toggle-group.js.map +1 -1
- package/lib/shardui/toggle.js +2 -2
- package/lib/shardui/toggle.js.map +1 -1
- package/lib/shardui/tooltip.js +2 -2
- package/lib/shardui/tooltip.js.map +1 -1
- package/package.json +7 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayoutErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorHandlers/LayoutErrorBoundary.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LayoutErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorHandlers/LayoutErrorBoundary.tsx"],"names":[],"mappings":"AAoBA,eAAO,MAAM,mBAAmB,GAAI,UAAK,4CAOxC,CAAC"}
|
|
@@ -1,29 +1,34 @@
|
|
|
1
|
-
import
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import {ErrorBoundaryCommon}from'@admin-layout/client';import {icons}from'../../icons/index.js';const Fallback = props => {
|
|
2
2
|
const {
|
|
3
3
|
error
|
|
4
4
|
} = props;
|
|
5
5
|
const {
|
|
6
6
|
TimesIcon
|
|
7
7
|
} = icons;
|
|
8
|
-
return
|
|
9
|
-
className: "flex flex-col items-center justify-center p-8 text-center"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
8
|
+
return jsxs("div", {
|
|
9
|
+
className: "flex flex-col items-center justify-center p-8 text-center",
|
|
10
|
+
children: [jsx("div", {
|
|
11
|
+
className: "mb-4 flex h-16 w-16 items-center justify-center rounded-full bg-red-100",
|
|
12
|
+
children: jsx(TimesIcon, {
|
|
13
|
+
className: "h-8 w-8 text-red-500"
|
|
14
|
+
})
|
|
15
|
+
}), jsx("h2", {
|
|
16
|
+
className: "mb-2 text-2xl font-bold text-gray-800",
|
|
17
|
+
children: "Something Went Wrong!"
|
|
18
|
+
}), jsx("p", {
|
|
19
|
+
className: "text-gray-600",
|
|
20
|
+
children: error?.message || 'Unable to identify the cause of this error. Please try again later!'
|
|
21
|
+
})]
|
|
22
|
+
});
|
|
19
23
|
};
|
|
20
24
|
const LayoutErrorBoundary = props => {
|
|
21
25
|
const {
|
|
22
26
|
children,
|
|
23
27
|
pathname
|
|
24
28
|
} = props;
|
|
25
|
-
return
|
|
29
|
+
return jsx(ErrorBoundaryCommon, {
|
|
26
30
|
fallbackComponent: Fallback,
|
|
27
|
-
pathname: pathname
|
|
28
|
-
|
|
31
|
+
pathname: pathname,
|
|
32
|
+
children: children
|
|
33
|
+
});
|
|
29
34
|
};export{LayoutErrorBoundary};//# sourceMappingURL=LayoutErrorBoundary.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LayoutErrorBoundary.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LayoutErrorBoundary.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
/**
|
|
3
2
|
* Remix Route ErrorBoundary Component
|
|
4
3
|
* This is specifically for Remix route errors (404s, loader errors, etc.)
|
|
5
4
|
* Different from React's ErrorBoundary which handles component errors
|
|
6
5
|
*
|
|
6
|
+
* Uses inline styles as fallback to ensure the error page renders correctly
|
|
7
|
+
* even when Tailwind CSS fails to load or during hydration error recovery.
|
|
8
|
+
*
|
|
7
9
|
* Usage in root.tsx or any route file:
|
|
8
10
|
* export { RemixErrorBoundary as ErrorBoundary } from '@admin-layout/tailwind-ui';
|
|
9
11
|
*/
|
|
10
|
-
export declare function RemixErrorBoundary():
|
|
12
|
+
export declare function RemixErrorBoundary(): import("react/jsx-runtime").JSX.Element;
|
|
11
13
|
//# sourceMappingURL=RemixErrorBoundary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemixErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorHandlers/RemixErrorBoundary.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RemixErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorHandlers/RemixErrorBoundary.tsx"],"names":[],"mappings":"AA6CA;;;;;;;;;;GAUG;AACH,wBAAgB,kBAAkB,4CA2KjC"}
|
|
@@ -1,119 +1,241 @@
|
|
|
1
|
-
import*as React from'react';import {useRouteError,
|
|
1
|
+
import {jsx,jsxs}from'react/jsx-runtime';import*as React from'react';import {useRouteError,isRouteErrorResponse}from'@remix-run/react';import {logger}from'@cdm-logger/client';// Inline styles as fallback when Tailwind CSS is unavailable (e.g., during SSR error recovery)
|
|
2
|
+
const containerStyle = {
|
|
3
|
+
display: 'flex',
|
|
4
|
+
minHeight: '100vh',
|
|
5
|
+
alignItems: 'center',
|
|
6
|
+
justifyContent: 'center',
|
|
7
|
+
backgroundColor: '#f9fafb',
|
|
8
|
+
padding: '3rem 1rem',
|
|
9
|
+
fontFamily: 'system-ui, -apple-system, sans-serif'
|
|
10
|
+
};
|
|
11
|
+
const iconContainerStyle = {
|
|
12
|
+
display: 'flex',
|
|
13
|
+
width: '4rem',
|
|
14
|
+
height: '4rem',
|
|
15
|
+
alignItems: 'center',
|
|
16
|
+
justifyContent: 'center',
|
|
17
|
+
borderRadius: '9999px',
|
|
18
|
+
backgroundColor: '#fee2e2',
|
|
19
|
+
flexShrink: 0
|
|
20
|
+
};
|
|
21
|
+
const svgStyle = {
|
|
22
|
+
width: '2rem',
|
|
23
|
+
height: '2rem',
|
|
24
|
+
color: '#ef4444'
|
|
25
|
+
};
|
|
26
|
+
const buttonStyle = {
|
|
27
|
+
display: 'inline-flex',
|
|
28
|
+
alignItems: 'center',
|
|
29
|
+
borderRadius: '0.375rem',
|
|
30
|
+
backgroundColor: '#2563eb',
|
|
31
|
+
padding: '0.5rem 1rem',
|
|
32
|
+
fontSize: '0.875rem',
|
|
33
|
+
fontWeight: 500,
|
|
34
|
+
color: '#ffffff',
|
|
35
|
+
border: 'none',
|
|
36
|
+
cursor: 'pointer'
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
2
39
|
* Remix Route ErrorBoundary Component
|
|
3
40
|
* This is specifically for Remix route errors (404s, loader errors, etc.)
|
|
4
41
|
* Different from React's ErrorBoundary which handles component errors
|
|
5
42
|
*
|
|
43
|
+
* Uses inline styles as fallback to ensure the error page renders correctly
|
|
44
|
+
* even when Tailwind CSS fails to load or during hydration error recovery.
|
|
45
|
+
*
|
|
6
46
|
* Usage in root.tsx or any route file:
|
|
7
47
|
* export { RemixErrorBoundary as ErrorBoundary } from '@admin-layout/tailwind-ui';
|
|
8
48
|
*/
|
|
9
49
|
function RemixErrorBoundary() {
|
|
10
50
|
const error = useRouteError();
|
|
11
|
-
useNavigate();
|
|
12
51
|
React.useEffect(() => {
|
|
13
52
|
logger.error('Route Error:', error);
|
|
14
53
|
console.error('Route Error:', error);
|
|
15
54
|
}, [error]);
|
|
16
55
|
const handleGoHome = () => {
|
|
17
|
-
// Use
|
|
18
|
-
// This is more reliable than navigate() + reload() which can have race conditions
|
|
56
|
+
// Use direct location change instead of useNavigate to avoid router context issues
|
|
19
57
|
window.location.href = '/';
|
|
20
58
|
};
|
|
21
59
|
if (isRouteErrorResponse(error)) {
|
|
22
|
-
return
|
|
23
|
-
className: "flex min-h-screen items-center justify-center bg-gray-50 px-4 py-12 sm:px-6 lg:px-8"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
}
|
|
99
|
-
className: "h-8 w-8 text-red-500",
|
|
100
|
-
fill: "none",
|
|
101
|
-
viewBox: "0 0 24 24",
|
|
102
|
-
stroke: "currentColor"
|
|
103
|
-
}, React.createElement("path", {
|
|
104
|
-
strokeLinecap: "round",
|
|
105
|
-
strokeLinejoin: "round",
|
|
106
|
-
strokeWidth: 2,
|
|
107
|
-
d: "M6 18L18 6M6 6l12 12"
|
|
108
|
-
})))), React.createElement("div", null, React.createElement("h1", {
|
|
109
|
-
className: "text-3xl font-bold tracking-tight text-gray-900"
|
|
110
|
-
}, "Unknown Error"), React.createElement("p", {
|
|
111
|
-
className: "mt-2 text-sm text-gray-600"
|
|
112
|
-
}, "An unexpected error occurred. Please try again later.")), React.createElement("div", {
|
|
113
|
-
className: "mt-6"
|
|
114
|
-
}, React.createElement("button", {
|
|
115
|
-
onClick: handleGoHome,
|
|
116
|
-
className: "inline-flex items-center rounded-md bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition-colors"
|
|
117
|
-
}, "Go back home"))));
|
|
60
|
+
return jsx("div", {
|
|
61
|
+
className: "flex min-h-screen items-center justify-center bg-gray-50 px-4 py-12 sm:px-6 lg:px-8",
|
|
62
|
+
style: containerStyle,
|
|
63
|
+
children: jsxs("div", {
|
|
64
|
+
className: "w-full max-w-md space-y-8 text-center",
|
|
65
|
+
style: {
|
|
66
|
+
maxWidth: '28rem',
|
|
67
|
+
width: '100%',
|
|
68
|
+
textAlign: 'center'
|
|
69
|
+
},
|
|
70
|
+
children: [jsx("div", {
|
|
71
|
+
className: "mb-4 flex justify-center",
|
|
72
|
+
style: {
|
|
73
|
+
display: 'flex',
|
|
74
|
+
justifyContent: 'center',
|
|
75
|
+
marginBottom: '1rem'
|
|
76
|
+
},
|
|
77
|
+
children: jsx("div", {
|
|
78
|
+
className: "flex h-16 w-16 items-center justify-center rounded-full bg-red-100",
|
|
79
|
+
style: iconContainerStyle,
|
|
80
|
+
children: jsx("svg", {
|
|
81
|
+
className: "h-8 w-8 text-red-500",
|
|
82
|
+
width: "32",
|
|
83
|
+
height: "32",
|
|
84
|
+
style: svgStyle,
|
|
85
|
+
fill: "none",
|
|
86
|
+
viewBox: "0 0 24 24",
|
|
87
|
+
stroke: "currentColor",
|
|
88
|
+
children: jsx("path", {
|
|
89
|
+
strokeLinecap: "round",
|
|
90
|
+
strokeLinejoin: "round",
|
|
91
|
+
strokeWidth: 2,
|
|
92
|
+
d: "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"
|
|
93
|
+
})
|
|
94
|
+
})
|
|
95
|
+
})
|
|
96
|
+
}), jsxs("div", {
|
|
97
|
+
children: [jsx("h1", {
|
|
98
|
+
className: "text-6xl font-bold text-gray-900",
|
|
99
|
+
style: {
|
|
100
|
+
fontSize: '3.75rem',
|
|
101
|
+
fontWeight: 700,
|
|
102
|
+
color: '#111827'
|
|
103
|
+
},
|
|
104
|
+
children: error.status
|
|
105
|
+
}), jsx("h2", {
|
|
106
|
+
className: "mt-2 text-2xl font-bold tracking-tight text-gray-900",
|
|
107
|
+
style: {
|
|
108
|
+
marginTop: '0.5rem',
|
|
109
|
+
fontSize: '1.5rem',
|
|
110
|
+
fontWeight: 700,
|
|
111
|
+
color: '#111827'
|
|
112
|
+
},
|
|
113
|
+
children: error.statusText
|
|
114
|
+
}), error.data && jsx("p", {
|
|
115
|
+
className: "mt-2 text-sm text-gray-600",
|
|
116
|
+
style: {
|
|
117
|
+
marginTop: '0.5rem',
|
|
118
|
+
fontSize: '0.875rem',
|
|
119
|
+
color: '#4b5563'
|
|
120
|
+
},
|
|
121
|
+
children: error.data
|
|
122
|
+
})]
|
|
123
|
+
}), jsx("div", {
|
|
124
|
+
className: "mt-6",
|
|
125
|
+
style: {
|
|
126
|
+
marginTop: '1.5rem'
|
|
127
|
+
},
|
|
128
|
+
children: jsx("button", {
|
|
129
|
+
onClick: handleGoHome,
|
|
130
|
+
className: "inline-flex items-center rounded-md bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition-colors",
|
|
131
|
+
style: buttonStyle,
|
|
132
|
+
children: "Go back home"
|
|
133
|
+
})
|
|
134
|
+
})]
|
|
135
|
+
})
|
|
136
|
+
});
|
|
118
137
|
}
|
|
138
|
+
const errorMessage = error instanceof Error ? error.message : 'An unexpected error occurred';
|
|
139
|
+
const errorStack = error instanceof Error ? error.stack : undefined;
|
|
140
|
+
return jsx("div", {
|
|
141
|
+
className: "flex min-h-screen items-center justify-center bg-gray-50 px-4 py-12 sm:px-6 lg:px-8",
|
|
142
|
+
style: containerStyle,
|
|
143
|
+
children: jsxs("div", {
|
|
144
|
+
className: "w-full max-w-2xl space-y-8",
|
|
145
|
+
style: {
|
|
146
|
+
maxWidth: '42rem',
|
|
147
|
+
width: '100%'
|
|
148
|
+
},
|
|
149
|
+
children: [jsx("div", {
|
|
150
|
+
className: "mb-4 flex justify-center",
|
|
151
|
+
style: {
|
|
152
|
+
display: 'flex',
|
|
153
|
+
justifyContent: 'center',
|
|
154
|
+
marginBottom: '1rem'
|
|
155
|
+
},
|
|
156
|
+
children: jsx("div", {
|
|
157
|
+
className: "flex h-16 w-16 items-center justify-center rounded-full bg-red-100",
|
|
158
|
+
style: iconContainerStyle,
|
|
159
|
+
children: jsx("svg", {
|
|
160
|
+
className: "h-8 w-8 text-red-500",
|
|
161
|
+
width: "32",
|
|
162
|
+
height: "32",
|
|
163
|
+
style: svgStyle,
|
|
164
|
+
fill: "none",
|
|
165
|
+
viewBox: "0 0 24 24",
|
|
166
|
+
stroke: "currentColor",
|
|
167
|
+
children: jsx("path", {
|
|
168
|
+
strokeLinecap: "round",
|
|
169
|
+
strokeLinejoin: "round",
|
|
170
|
+
strokeWidth: 2,
|
|
171
|
+
d: "M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"
|
|
172
|
+
})
|
|
173
|
+
})
|
|
174
|
+
})
|
|
175
|
+
}), jsxs("div", {
|
|
176
|
+
className: "text-center",
|
|
177
|
+
style: {
|
|
178
|
+
textAlign: 'center'
|
|
179
|
+
},
|
|
180
|
+
children: [jsx("h1", {
|
|
181
|
+
className: "text-3xl font-bold tracking-tight text-gray-900",
|
|
182
|
+
style: {
|
|
183
|
+
fontSize: '1.875rem',
|
|
184
|
+
fontWeight: 700,
|
|
185
|
+
color: '#111827'
|
|
186
|
+
},
|
|
187
|
+
children: "Application Error"
|
|
188
|
+
}), jsx("p", {
|
|
189
|
+
className: "mt-2 text-lg text-red-600",
|
|
190
|
+
style: {
|
|
191
|
+
marginTop: '0.5rem',
|
|
192
|
+
fontSize: '1.125rem',
|
|
193
|
+
color: '#dc2626'
|
|
194
|
+
},
|
|
195
|
+
children: errorMessage
|
|
196
|
+
}), errorStack && process.env.NODE_ENV !== 'production' && jsxs("details", {
|
|
197
|
+
className: "mt-4 text-left",
|
|
198
|
+
style: {
|
|
199
|
+
marginTop: '1rem',
|
|
200
|
+
textAlign: 'left'
|
|
201
|
+
},
|
|
202
|
+
children: [jsx("summary", {
|
|
203
|
+
className: "cursor-pointer text-sm font-medium text-gray-700 hover:text-gray-900",
|
|
204
|
+
style: {
|
|
205
|
+
cursor: 'pointer',
|
|
206
|
+
fontSize: '0.875rem',
|
|
207
|
+
fontWeight: 500,
|
|
208
|
+
color: '#374151'
|
|
209
|
+
},
|
|
210
|
+
children: "Stack trace (development only)"
|
|
211
|
+
}), jsx("pre", {
|
|
212
|
+
className: "mt-2 overflow-auto rounded-md bg-gray-100 p-4 text-xs text-gray-800 max-h-96",
|
|
213
|
+
style: {
|
|
214
|
+
marginTop: '0.5rem',
|
|
215
|
+
overflow: 'auto',
|
|
216
|
+
borderRadius: '0.375rem',
|
|
217
|
+
backgroundColor: '#f3f4f6',
|
|
218
|
+
padding: '1rem',
|
|
219
|
+
fontSize: '0.75rem',
|
|
220
|
+
color: '#1f2937',
|
|
221
|
+
maxHeight: '24rem'
|
|
222
|
+
},
|
|
223
|
+
children: errorStack
|
|
224
|
+
})]
|
|
225
|
+
})]
|
|
226
|
+
}), jsx("div", {
|
|
227
|
+
className: "mt-6 text-center",
|
|
228
|
+
style: {
|
|
229
|
+
marginTop: '1.5rem',
|
|
230
|
+
textAlign: 'center'
|
|
231
|
+
},
|
|
232
|
+
children: jsx("button", {
|
|
233
|
+
onClick: handleGoHome,
|
|
234
|
+
className: "inline-flex items-center rounded-md bg-blue-600 px-4 py-2 text-sm font-medium text-white hover:bg-blue-700 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 transition-colors",
|
|
235
|
+
style: buttonStyle,
|
|
236
|
+
children: "Go back home"
|
|
237
|
+
})
|
|
238
|
+
})]
|
|
239
|
+
})
|
|
240
|
+
});
|
|
119
241
|
}export{RemixErrorBoundary};//# sourceMappingURL=RemixErrorBoundary.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemixErrorBoundary.js","sources":["../../../src/components/ErrorHandlers/RemixErrorBoundary.tsx"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RemixErrorBoundary.js","sources":["../../../src/components/ErrorHandlers/RemixErrorBoundary.tsx"],"sourcesContent":[null],"names":[],"mappings":";;;;;;AAuDG,EAAA,eAAA,EAAA,SAAA;AACH,EAAA,OAAA,EAAA,WAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
/**
|
|
3
2
|
* SPA/Tauri Root ErrorBoundary Component
|
|
4
3
|
*
|
|
@@ -11,8 +10,11 @@ import * as React from 'react';
|
|
|
11
10
|
* - Uses window.location.href for navigation instead
|
|
12
11
|
* - Renders complete HTML document (required for root-level error boundaries)
|
|
13
12
|
*
|
|
13
|
+
* Uses inline styles as fallback to ensure the error page renders correctly
|
|
14
|
+
* even when Tailwind CSS fails to load or during hydration error recovery.
|
|
15
|
+
*
|
|
14
16
|
* Usage in root.tsx:
|
|
15
17
|
* export { SPAErrorBoundary as ErrorBoundary } from '@admin-layout/tailwind-ui';
|
|
16
18
|
*/
|
|
17
|
-
export declare function SPAErrorBoundary():
|
|
19
|
+
export declare function SPAErrorBoundary(): import("react/jsx-runtime").JSX.Element;
|
|
18
20
|
//# sourceMappingURL=SPAErrorBoundary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SPAErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorHandlers/SPAErrorBoundary.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SPAErrorBoundary.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorHandlers/SPAErrorBoundary.tsx"],"names":[],"mappings":"AA6CA;;;;;;;;;;;;;;;;;GAiBG;AACH,wBAAgB,gBAAgB,4CA8M/B"}
|