@lssm/lib.ui-kit-web 0.0.0-canary-20251120192244 → 0.0.0-canary-20251206181705
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -0
- package/dist/node_modules/sonner/dist/index.js +467 -751
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/accordion.d.ts +6 -7
- package/dist/ui/accordion.js +4 -6
- package/dist/ui/alert-dialog.d.ts +13 -14
- package/dist/ui/alert-dialog.js +9 -11
- package/dist/ui/alert.d.ts +7 -8
- package/dist/ui/alert.js +4 -5
- package/dist/ui/aspect-ratio.d.ts +3 -4
- package/dist/ui/aspect-ratio.js +1 -3
- package/dist/ui/atoms/FilterSelect/FilterSelect.d.ts +1 -2
- package/dist/ui/atoms/FilterSelect/FilterSelect.js +1 -2
- package/dist/ui/atoms/FilterSelect/types.d.ts +1 -2
- package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.d.ts +1 -2
- package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.js +1 -2
- package/dist/ui/atoms/Pagination/Pagination.d.ts +1 -2
- package/dist/ui/atoms/Pagination/Pagination.js +1 -2
- package/dist/ui/atoms/Pagination/types.d.ts +1 -2
- package/dist/ui/atoms/SearchInput/SearchInput.d.ts +1 -2
- package/dist/ui/atoms/SearchInput/SearchInput.js +1 -2
- package/dist/ui/atoms/SearchInput/types.d.ts +1 -2
- package/dist/ui/avatar.d.ts +5 -6
- package/dist/ui/avatar.js +4 -6
- package/dist/ui/badge.d.ts +5 -6
- package/dist/ui/badge.js +2 -3
- package/dist/ui/breadcrumb.d.ts +9 -10
- package/dist/ui/breadcrumb.js +7 -8
- package/dist/ui/button.d.ts +6 -7
- package/dist/ui/button.js +2 -3
- package/dist/ui/calendar.d.ts +4 -5
- package/dist/ui/calendar.js +6 -8
- package/dist/ui/card.d.ts +9 -10
- package/dist/ui/card.js +8 -9
- package/dist/ui/carousel.d.ts +7 -8
- package/dist/ui/carousel.js +6 -8
- package/dist/ui/checkbox.d.ts +3 -4
- package/dist/ui/checkbox.js +4 -6
- package/dist/ui/collapsible.d.ts +5 -6
- package/dist/ui/collapsible.js +1 -3
- package/dist/ui/command.d.ts +11 -12
- package/dist/ui/command.js +9 -11
- package/dist/ui/confirm-dialog.d.ts +3 -4
- package/dist/ui/confirm-dialog.js +1 -2
- package/dist/ui/context-menu.d.ts +3 -4
- package/dist/ui/context-menu.js +10 -12
- package/dist/ui/cta.d.ts +1 -2
- package/dist/ui/cta.js +2 -3
- package/dist/ui/date-picker.d.ts +3 -4
- package/dist/ui/date-picker.js +1 -3
- package/dist/ui/date-range-picker.d.ts +3 -4
- package/dist/ui/date-range-picker.js +1 -3
- package/dist/ui/datetime-picker.d.ts +3 -4
- package/dist/ui/datetime-picker.js +1 -3
- package/dist/ui/dialog.d.ts +12 -13
- package/dist/ui/dialog.js +7 -9
- package/dist/ui/drawer.d.ts +12 -13
- package/dist/ui/drawer.js +7 -9
- package/dist/ui/dropdown-menu.d.ts +17 -18
- package/dist/ui/dropdown-menu.js +10 -12
- package/dist/ui/empty-state.d.ts +5 -6
- package/dist/ui/empty-state.js +1 -2
- package/dist/ui/empty.d.ts +10 -11
- package/dist/ui/empty.js +7 -8
- package/dist/ui/field.d.ts +15 -16
- package/dist/ui/field.js +11 -13
- package/dist/ui/focus-on-route-change.d.ts +1 -2
- package/dist/ui/focus-on-route-change.js +1 -2
- package/dist/ui/form.d.ts +8 -9
- package/dist/ui/form.js +5 -7
- package/dist/ui/hover-card.d.ts +5 -6
- package/dist/ui/hover-card.js +2 -4
- package/dist/ui/input-group.d.ts +11 -12
- package/dist/ui/input-group.js +7 -9
- package/dist/ui/input-otp.d.ts +3 -4
- package/dist/ui/input-otp.js +4 -6
- package/dist/ui/input.d.ts +3 -4
- package/dist/ui/input.js +2 -3
- package/dist/ui/label.d.ts +3 -4
- package/dist/ui/label.js +2 -4
- package/dist/ui/link.d.ts +4 -5
- package/dist/ui/link.js +2 -3
- package/dist/ui/live-region.d.ts +3 -4
- package/dist/ui/live-region.js +1 -3
- package/dist/ui/loading-button.d.ts +3 -4
- package/dist/ui/loading-button.js +2 -3
- package/dist/ui/map/MapBase.d.ts +3 -4
- package/dist/ui/map/MapBase.js +1 -3
- package/dist/ui/map/MapGeoJsonOverlay.d.ts +3 -4
- package/dist/ui/map/MapGeoJsonOverlay.js +1 -3
- package/dist/ui/map/MapHeatmapH3.d.ts +3 -4
- package/dist/ui/map/MapHeatmapH3.js +1 -3
- package/dist/ui/map/MapMarkers.d.ts +3 -4
- package/dist/ui/map/MapMarkers.js +1 -3
- package/dist/ui/marketing/FeatureGrid.d.ts +3 -4
- package/dist/ui/marketing/FeatureGrid.js +1 -2
- package/dist/ui/marketing/Hero.d.ts +3 -4
- package/dist/ui/marketing/Hero.js +1 -2
- package/dist/ui/marketing/PricingTable.d.ts +3 -4
- package/dist/ui/marketing/PricingTable.js +1 -2
- package/dist/ui/menubar.d.ts +18 -19
- package/dist/ui/menubar.js +12 -14
- package/dist/ui/molecules/Autocomplete/index.d.ts +3 -4
- package/dist/ui/molecules/Autocomplete/index.js +1 -3
- package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.d.ts +1 -2
- package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js +1 -2
- package/dist/ui/molecules/SearchAndFilter/types.d.ts +1 -2
- package/dist/ui/molecules/SkeletonList.d.ts +3 -4
- package/dist/ui/molecules/SkeletonList.js +1 -2
- package/dist/ui/nav-layout.d.ts +8 -9
- package/dist/ui/nav-layout.js +2 -3
- package/dist/ui/navigation-menu.d.ts +12 -13
- package/dist/ui/navigation-menu.js +9 -10
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +1 -2
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js +1 -3
- package/dist/ui/organisms/ListPage/ListPage.d.ts +3 -4
- package/dist/ui/organisms/ListPage/ListPage.js +1 -2
- package/dist/ui/organisms/ListPage/types.d.ts +1 -2
- package/dist/ui/page-header.d.ts +5 -6
- package/dist/ui/page-header.js +1 -2
- package/dist/ui/pagination.d.ts +7 -8
- package/dist/ui/pagination.js +8 -9
- package/dist/ui/popover.d.ts +6 -7
- package/dist/ui/popover.js +2 -4
- package/dist/ui/progress.d.ts +3 -4
- package/dist/ui/progress.js +2 -4
- package/dist/ui/radio-group.d.ts +4 -5
- package/dist/ui/radio-group.js +3 -5
- package/dist/ui/resizable.d.ts +8 -9
- package/dist/ui/resizable.js +3 -5
- package/dist/ui/route-announcer.d.ts +3 -4
- package/dist/ui/route-announcer.js +1 -3
- package/dist/ui/scroll-area.d.ts +4 -5
- package/dist/ui/scroll-area.js +3 -5
- package/dist/ui/section.d.ts +6 -7
- package/dist/ui/section.js +2 -3
- package/dist/ui/select.d.ts +12 -13
- package/dist/ui/select.js +8 -10
- package/dist/ui/separator.d.ts +3 -4
- package/dist/ui/separator.js +2 -4
- package/dist/ui/sheet.d.ts +10 -11
- package/dist/ui/sheet.js +7 -9
- package/dist/ui/sidebar.d.ts +29 -30
- package/dist/ui/sidebar.js +24 -26
- package/dist/ui/skeleton.d.ts +3 -4
- package/dist/ui/skeleton.js +2 -3
- package/dist/ui/skip-link.d.ts +3 -4
- package/dist/ui/skip-link.js +2 -3
- package/dist/ui/slider.d.ts +3 -4
- package/dist/ui/slider.js +2 -4
- package/dist/ui/sonner.d.ts +3 -4
- package/dist/ui/sonner.js +3 -5
- package/dist/ui/stack.d.ts +14 -15
- package/dist/ui/stack.js +4 -5
- package/dist/ui/stat-card-group.d.ts +3 -4
- package/dist/ui/stat-card-group.js +1 -2
- package/dist/ui/stepper.d.ts +5 -6
- package/dist/ui/stepper.js +1 -2
- package/dist/ui/switch.d.ts +6 -4
- package/dist/ui/switch.js +4 -5
- package/dist/ui/table.d.ts +10 -11
- package/dist/ui/table.js +9 -11
- package/dist/ui/tabs.d.ts +6 -7
- package/dist/ui/tabs.js +5 -7
- package/dist/ui/text.d.ts +3 -4
- package/dist/ui/text.js +2 -3
- package/dist/ui/textarea.d.ts +3 -4
- package/dist/ui/textarea.js +2 -3
- package/dist/ui/time-picker.d.ts +1 -2
- package/dist/ui/time-picker.js +1 -3
- package/dist/ui/toast.d.ts +3 -4
- package/dist/ui/toast.js +7 -9
- package/dist/ui/toaster.d.ts +3 -4
- package/dist/ui/toaster.js +2 -4
- package/dist/ui/toggle-group.d.ts +4 -5
- package/dist/ui/toggle-group.js +3 -5
- package/dist/ui/toggle.d.ts +5 -6
- package/dist/ui/toggle.js +2 -4
- package/dist/ui/tooltip.d.ts +6 -7
- package/dist/ui/tooltip.js +3 -5
- package/dist/ui/typography.d.ts +13 -14
- package/dist/ui/typography.js +12 -13
- package/dist/ui/use-media-query.d.ts +1 -2
- package/dist/ui/use-media-query.js +1 -2
- package/dist/ui/use-mobile.d.ts +1 -2
- package/dist/ui/use-mobile.js +1 -2
- package/dist/ui/use-reduced-motion.d.ts +1 -2
- package/dist/ui/use-reduced-motion.js +1 -2
- package/dist/ui/use-toast.d.ts +1 -2
- package/dist/ui/use-toast.js +1 -3
- package/dist/ui/useListState.d.ts +1 -2
- package/dist/ui/useListState.js +1 -2
- package/dist/ui/usecases/UseCaseCard.d.ts +3 -4
- package/dist/ui/usecases/UseCaseCard.js +1 -2
- package/dist/ui/usecases/UserStoryCard.d.ts +3 -4
- package/dist/ui/usecases/UserStoryCard.js +1 -2
- package/dist/ui/utils.d.ts +1 -2
- package/dist/ui/utils.js +1 -2
- package/dist/ui/visually-hidden.d.ts +1 -2
- package/dist/ui/visually-hidden.js +2 -3
- package/package.json +17 -14
- package/dist/node_modules/sonner/dist/index.js.map +0 -1
- package/dist/ui/accordion.d.ts.map +0 -1
- package/dist/ui/accordion.js.map +0 -1
- package/dist/ui/alert-dialog.d.ts.map +0 -1
- package/dist/ui/alert-dialog.js.map +0 -1
- package/dist/ui/alert.d.ts.map +0 -1
- package/dist/ui/alert.js.map +0 -1
- package/dist/ui/aspect-ratio.d.ts.map +0 -1
- package/dist/ui/aspect-ratio.js.map +0 -1
- package/dist/ui/atoms/FilterSelect/FilterSelect.d.ts.map +0 -1
- package/dist/ui/atoms/FilterSelect/FilterSelect.js.map +0 -1
- package/dist/ui/atoms/FilterSelect/types.d.ts.map +0 -1
- package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.d.ts.map +0 -1
- package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.js.map +0 -1
- package/dist/ui/atoms/Pagination/Pagination.d.ts.map +0 -1
- package/dist/ui/atoms/Pagination/Pagination.js.map +0 -1
- package/dist/ui/atoms/Pagination/types.d.ts.map +0 -1
- package/dist/ui/atoms/SearchInput/SearchInput.d.ts.map +0 -1
- package/dist/ui/atoms/SearchInput/SearchInput.js.map +0 -1
- package/dist/ui/atoms/SearchInput/types.d.ts.map +0 -1
- package/dist/ui/avatar.d.ts.map +0 -1
- package/dist/ui/avatar.js.map +0 -1
- package/dist/ui/badge.d.ts.map +0 -1
- package/dist/ui/badge.js.map +0 -1
- package/dist/ui/breadcrumb.d.ts.map +0 -1
- package/dist/ui/breadcrumb.js.map +0 -1
- package/dist/ui/button.d.ts.map +0 -1
- package/dist/ui/button.js.map +0 -1
- package/dist/ui/calendar.d.ts.map +0 -1
- package/dist/ui/calendar.js.map +0 -1
- package/dist/ui/card.d.ts.map +0 -1
- package/dist/ui/card.js.map +0 -1
- package/dist/ui/carousel.d.ts.map +0 -1
- package/dist/ui/carousel.js.map +0 -1
- package/dist/ui/checkbox.d.ts.map +0 -1
- package/dist/ui/checkbox.js.map +0 -1
- package/dist/ui/collapsible.d.ts.map +0 -1
- package/dist/ui/collapsible.js.map +0 -1
- package/dist/ui/command.d.ts.map +0 -1
- package/dist/ui/command.js.map +0 -1
- package/dist/ui/confirm-dialog.d.ts.map +0 -1
- package/dist/ui/confirm-dialog.js.map +0 -1
- package/dist/ui/context-menu.d.ts.map +0 -1
- package/dist/ui/context-menu.js.map +0 -1
- package/dist/ui/cta.d.ts.map +0 -1
- package/dist/ui/cta.js.map +0 -1
- package/dist/ui/date-picker.d.ts.map +0 -1
- package/dist/ui/date-picker.js.map +0 -1
- package/dist/ui/date-range-picker.d.ts.map +0 -1
- package/dist/ui/date-range-picker.js.map +0 -1
- package/dist/ui/datetime-picker.d.ts.map +0 -1
- package/dist/ui/datetime-picker.js.map +0 -1
- package/dist/ui/dialog.d.ts.map +0 -1
- package/dist/ui/dialog.js.map +0 -1
- package/dist/ui/drawer.d.ts.map +0 -1
- package/dist/ui/drawer.js.map +0 -1
- package/dist/ui/dropdown-menu.d.ts.map +0 -1
- package/dist/ui/dropdown-menu.js.map +0 -1
- package/dist/ui/empty-state.d.ts.map +0 -1
- package/dist/ui/empty-state.js.map +0 -1
- package/dist/ui/empty.d.ts.map +0 -1
- package/dist/ui/empty.js.map +0 -1
- package/dist/ui/field.d.ts.map +0 -1
- package/dist/ui/field.js.map +0 -1
- package/dist/ui/focus-on-route-change.d.ts.map +0 -1
- package/dist/ui/focus-on-route-change.js.map +0 -1
- package/dist/ui/form.d.ts.map +0 -1
- package/dist/ui/form.js.map +0 -1
- package/dist/ui/hover-card.d.ts.map +0 -1
- package/dist/ui/hover-card.js.map +0 -1
- package/dist/ui/input-group.d.ts.map +0 -1
- package/dist/ui/input-group.js.map +0 -1
- package/dist/ui/input-otp.d.ts.map +0 -1
- package/dist/ui/input-otp.js.map +0 -1
- package/dist/ui/input.d.ts.map +0 -1
- package/dist/ui/input.js.map +0 -1
- package/dist/ui/label.d.ts.map +0 -1
- package/dist/ui/label.js.map +0 -1
- package/dist/ui/link.d.ts.map +0 -1
- package/dist/ui/link.js.map +0 -1
- package/dist/ui/live-region.d.ts.map +0 -1
- package/dist/ui/live-region.js.map +0 -1
- package/dist/ui/loading-button.d.ts.map +0 -1
- package/dist/ui/loading-button.js.map +0 -1
- package/dist/ui/map/MapBase.d.ts.map +0 -1
- package/dist/ui/map/MapBase.js.map +0 -1
- package/dist/ui/map/MapGeoJsonOverlay.d.ts.map +0 -1
- package/dist/ui/map/MapGeoJsonOverlay.js.map +0 -1
- package/dist/ui/map/MapHeatmapH3.d.ts.map +0 -1
- package/dist/ui/map/MapHeatmapH3.js.map +0 -1
- package/dist/ui/map/MapMarkers.d.ts.map +0 -1
- package/dist/ui/map/MapMarkers.js.map +0 -1
- package/dist/ui/marketing/FeatureGrid.d.ts.map +0 -1
- package/dist/ui/marketing/FeatureGrid.js.map +0 -1
- package/dist/ui/marketing/Hero.d.ts.map +0 -1
- package/dist/ui/marketing/Hero.js.map +0 -1
- package/dist/ui/marketing/PricingTable.d.ts.map +0 -1
- package/dist/ui/marketing/PricingTable.js.map +0 -1
- package/dist/ui/menubar.d.ts.map +0 -1
- package/dist/ui/menubar.js.map +0 -1
- package/dist/ui/molecules/Autocomplete/index.d.ts.map +0 -1
- package/dist/ui/molecules/Autocomplete/index.js.map +0 -1
- package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.d.ts.map +0 -1
- package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js.map +0 -1
- package/dist/ui/molecules/SearchAndFilter/types.d.ts.map +0 -1
- package/dist/ui/molecules/SkeletonList.d.ts.map +0 -1
- package/dist/ui/molecules/SkeletonList.js.map +0 -1
- package/dist/ui/nav-layout.d.ts.map +0 -1
- package/dist/ui/nav-layout.js.map +0 -1
- package/dist/ui/navigation-menu.d.ts.map +0 -1
- package/dist/ui/navigation-menu.js.map +0 -1
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts.map +0 -1
- package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js.map +0 -1
- package/dist/ui/organisms/ListPage/ListPage.d.ts.map +0 -1
- package/dist/ui/organisms/ListPage/ListPage.js.map +0 -1
- package/dist/ui/organisms/ListPage/types.d.ts.map +0 -1
- package/dist/ui/page-header.d.ts.map +0 -1
- package/dist/ui/page-header.js.map +0 -1
- package/dist/ui/pagination.d.ts.map +0 -1
- package/dist/ui/pagination.js.map +0 -1
- package/dist/ui/popover.d.ts.map +0 -1
- package/dist/ui/popover.js.map +0 -1
- package/dist/ui/progress.d.ts.map +0 -1
- package/dist/ui/progress.js.map +0 -1
- package/dist/ui/radio-group.d.ts.map +0 -1
- package/dist/ui/radio-group.js.map +0 -1
- package/dist/ui/resizable.d.ts.map +0 -1
- package/dist/ui/resizable.js.map +0 -1
- package/dist/ui/route-announcer.d.ts.map +0 -1
- package/dist/ui/route-announcer.js.map +0 -1
- package/dist/ui/scroll-area.d.ts.map +0 -1
- package/dist/ui/scroll-area.js.map +0 -1
- package/dist/ui/section.d.ts.map +0 -1
- package/dist/ui/section.js.map +0 -1
- package/dist/ui/select.d.ts.map +0 -1
- package/dist/ui/select.js.map +0 -1
- package/dist/ui/separator.d.ts.map +0 -1
- package/dist/ui/separator.js.map +0 -1
- package/dist/ui/sheet.d.ts.map +0 -1
- package/dist/ui/sheet.js.map +0 -1
- package/dist/ui/sidebar.d.ts.map +0 -1
- package/dist/ui/sidebar.js.map +0 -1
- package/dist/ui/skeleton.d.ts.map +0 -1
- package/dist/ui/skeleton.js.map +0 -1
- package/dist/ui/skip-link.d.ts.map +0 -1
- package/dist/ui/skip-link.js.map +0 -1
- package/dist/ui/slider.d.ts.map +0 -1
- package/dist/ui/slider.js.map +0 -1
- package/dist/ui/sonner.d.ts.map +0 -1
- package/dist/ui/sonner.js.map +0 -1
- package/dist/ui/stack.d.ts.map +0 -1
- package/dist/ui/stack.js.map +0 -1
- package/dist/ui/stat-card-group.d.ts.map +0 -1
- package/dist/ui/stat-card-group.js.map +0 -1
- package/dist/ui/stepper.d.ts.map +0 -1
- package/dist/ui/stepper.js.map +0 -1
- package/dist/ui/switch.d.ts.map +0 -1
- package/dist/ui/switch.js.map +0 -1
- package/dist/ui/table.d.ts.map +0 -1
- package/dist/ui/table.js.map +0 -1
- package/dist/ui/tabs.d.ts.map +0 -1
- package/dist/ui/tabs.js.map +0 -1
- package/dist/ui/text.d.ts.map +0 -1
- package/dist/ui/text.js.map +0 -1
- package/dist/ui/textarea.d.ts.map +0 -1
- package/dist/ui/textarea.js.map +0 -1
- package/dist/ui/time-picker.d.ts.map +0 -1
- package/dist/ui/time-picker.js.map +0 -1
- package/dist/ui/toast.d.ts.map +0 -1
- package/dist/ui/toast.js.map +0 -1
- package/dist/ui/toaster.d.ts.map +0 -1
- package/dist/ui/toaster.js.map +0 -1
- package/dist/ui/toggle-group.d.ts.map +0 -1
- package/dist/ui/toggle-group.js.map +0 -1
- package/dist/ui/toggle.d.ts.map +0 -1
- package/dist/ui/toggle.js.map +0 -1
- package/dist/ui/tooltip.d.ts.map +0 -1
- package/dist/ui/tooltip.js.map +0 -1
- package/dist/ui/typography.d.ts.map +0 -1
- package/dist/ui/typography.js.map +0 -1
- package/dist/ui/use-media-query.d.ts.map +0 -1
- package/dist/ui/use-media-query.js.map +0 -1
- package/dist/ui/use-mobile.d.ts.map +0 -1
- package/dist/ui/use-mobile.js.map +0 -1
- package/dist/ui/use-reduced-motion.d.ts.map +0 -1
- package/dist/ui/use-reduced-motion.js.map +0 -1
- package/dist/ui/use-toast.d.ts.map +0 -1
- package/dist/ui/use-toast.js.map +0 -1
- package/dist/ui/useListState.d.ts.map +0 -1
- package/dist/ui/useListState.js.map +0 -1
- package/dist/ui/usecases/UseCaseCard.d.ts.map +0 -1
- package/dist/ui/usecases/UseCaseCard.js.map +0 -1
- package/dist/ui/usecases/UserStoryCard.d.ts.map +0 -1
- package/dist/ui/usecases/UserStoryCard.js.map +0 -1
- package/dist/ui/utils.d.ts.map +0 -1
- package/dist/ui/utils.js.map +0 -1
- package/dist/ui/visually-hidden.d.ts.map +0 -1
- package/dist/ui/visually-hidden.js.map +0 -1
package/dist/ui/input-otp.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import { cn } from "./utils.js";
|
|
5
4
|
import * as React$1 from "react";
|
|
6
5
|
import { Dot } from "lucide-react";
|
|
@@ -8,20 +7,20 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
8
7
|
import { OTPInput, OTPInputContext } from "input-otp";
|
|
9
8
|
|
|
10
9
|
//#region ui/input-otp.tsx
|
|
11
|
-
const InputOTP = React$1.forwardRef(({ className, containerClassName
|
|
10
|
+
const InputOTP = React$1.forwardRef(({ className, containerClassName, ...props }, ref) => /* @__PURE__ */ jsx(OTPInput, {
|
|
12
11
|
ref,
|
|
13
12
|
containerClassName: cn("flex items-center gap-2 has-disabled:opacity-50", containerClassName),
|
|
14
13
|
className: cn("disabled:cursor-not-allowed", className),
|
|
15
14
|
...props
|
|
16
15
|
}));
|
|
17
16
|
InputOTP.displayName = "InputOTP";
|
|
18
|
-
const InputOTPGroup = React$1.forwardRef(({ className
|
|
17
|
+
const InputOTPGroup = React$1.forwardRef(({ className, ...props }, ref) => /* @__PURE__ */ jsx("div", {
|
|
19
18
|
ref,
|
|
20
19
|
className: cn("flex items-center", className),
|
|
21
20
|
...props
|
|
22
21
|
}));
|
|
23
22
|
InputOTPGroup.displayName = "InputOTPGroup";
|
|
24
|
-
const InputOTPSlot = React$1.forwardRef(({ index, className
|
|
23
|
+
const InputOTPSlot = React$1.forwardRef(({ index, className, ...props }, ref) => {
|
|
25
24
|
const { char, hasFakeCaret, isActive } = React$1.useContext(OTPInputContext).slots[index] || {};
|
|
26
25
|
return /* @__PURE__ */ jsxs("div", {
|
|
27
26
|
ref,
|
|
@@ -43,5 +42,4 @@ const InputOTPSeparator = React$1.forwardRef(({ ...props }, ref) => /* @__PURE__
|
|
|
43
42
|
InputOTPSeparator.displayName = "InputOTPSeparator";
|
|
44
43
|
|
|
45
44
|
//#endregion
|
|
46
|
-
export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot };
|
|
47
|
-
//# sourceMappingURL=input-otp.js.map
|
|
45
|
+
export { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot };
|
package/dist/ui/input.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime55 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region ui/input.d.ts
|
|
5
5
|
type InputProps = React$1.ComponentProps<'input'>;
|
|
@@ -7,7 +7,6 @@ declare function Input({
|
|
|
7
7
|
className,
|
|
8
8
|
type,
|
|
9
9
|
...props
|
|
10
|
-
}: InputProps):
|
|
10
|
+
}: InputProps): react_jsx_runtime55.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
|
-
export { Input, InputProps };
|
|
13
|
-
//# sourceMappingURL=input.d.ts.map
|
|
12
|
+
export { Input, InputProps };
|
package/dist/ui/input.js
CHANGED
|
@@ -3,7 +3,7 @@ import "react";
|
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region ui/input.tsx
|
|
6
|
-
function Input({ className, type
|
|
6
|
+
function Input({ className, type, ...props }) {
|
|
7
7
|
return /* @__PURE__ */ jsx("input", {
|
|
8
8
|
type,
|
|
9
9
|
"data-slot": "input",
|
|
@@ -13,5 +13,4 @@ function Input({ className, type,...props }) {
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
//#endregion
|
|
16
|
-
export { Input };
|
|
17
|
-
//# sourceMappingURL=input.js.map
|
|
16
|
+
export { Input };
|
package/dist/ui/label.d.ts
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime201 from "react/jsx-runtime";
|
|
3
3
|
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
4
4
|
|
|
5
5
|
//#region ui/label.d.ts
|
|
6
6
|
declare function Label({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof LabelPrimitive.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime201.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
|
-
export { Label };
|
|
12
|
-
//# sourceMappingURL=label.d.ts.map
|
|
11
|
+
export { Label };
|
package/dist/ui/label.js
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import { cn } from "./utils.js";
|
|
5
4
|
import "react";
|
|
6
5
|
import { jsx } from "react/jsx-runtime";
|
|
7
6
|
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
8
7
|
|
|
9
8
|
//#region ui/label.tsx
|
|
10
|
-
function Label({ className
|
|
9
|
+
function Label({ className, ...props }) {
|
|
11
10
|
return /* @__PURE__ */ jsx(LabelPrimitive.Root, {
|
|
12
11
|
"data-slot": "label",
|
|
13
12
|
className: cn("flex items-center gap-2 text-sm leading-none font-medium select-none group-data-[disabled=true]:pointer-events-none group-data-[disabled=true]:opacity-50 peer-disabled:cursor-not-allowed peer-disabled:opacity-50", className),
|
|
@@ -16,5 +15,4 @@ function Label({ className,...props }) {
|
|
|
16
15
|
}
|
|
17
16
|
|
|
18
17
|
//#endregion
|
|
19
|
-
export { Label };
|
|
20
|
-
//# sourceMappingURL=label.js.map
|
|
18
|
+
export { Label };
|
package/dist/ui/link.d.ts
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react5 from "react";
|
|
2
2
|
|
|
3
3
|
//#region ui/link.d.ts
|
|
4
|
-
declare const Link:
|
|
4
|
+
declare const Link: react5.ForwardRefExoticComponent<Omit<react5.HTMLProps<HTMLAnchorElement> & {
|
|
5
5
|
href: string;
|
|
6
|
-
}, "ref"> &
|
|
6
|
+
}, "ref"> & react5.RefAttributes<HTMLAnchorElement>>;
|
|
7
7
|
//#endregion
|
|
8
|
-
export { Link };
|
|
9
|
-
//# sourceMappingURL=link.d.ts.map
|
|
8
|
+
export { Link };
|
package/dist/ui/link.js
CHANGED
|
@@ -4,7 +4,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
4
4
|
import NextLink from "next/link";
|
|
5
5
|
|
|
6
6
|
//#region ui/link.tsx
|
|
7
|
-
const Link = forwardRef(({ className
|
|
7
|
+
const Link = forwardRef(({ className, ...props }, ref) => {
|
|
8
8
|
return /* @__PURE__ */ jsx(NextLink, {
|
|
9
9
|
ref,
|
|
10
10
|
className: cn("className=\"text-primary underline\"", className),
|
|
@@ -14,5 +14,4 @@ const Link = forwardRef(({ className,...props }, ref) => {
|
|
|
14
14
|
Link.displayName = "Link";
|
|
15
15
|
|
|
16
16
|
//#endregion
|
|
17
|
-
export { Link };
|
|
18
|
-
//# sourceMappingURL=link.js.map
|
|
17
|
+
export { Link };
|
package/dist/ui/live-region.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime176 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region ui/live-region.d.ts
|
|
5
5
|
type LiveRegionPoliteness = 'polite' | 'assertive';
|
|
@@ -11,7 +11,6 @@ declare function SRLiveRegionProvider({
|
|
|
11
11
|
children
|
|
12
12
|
}: {
|
|
13
13
|
children: React$1.ReactNode;
|
|
14
|
-
}):
|
|
14
|
+
}): react_jsx_runtime176.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
|
-
export { LiveRegionPoliteness, SRLiveRegionProvider, useSRLiveRegion };
|
|
17
|
-
//# sourceMappingURL=live-region.d.ts.map
|
|
16
|
+
export { LiveRegionPoliteness, SRLiveRegionProvider, useSRLiveRegion };
|
package/dist/ui/live-region.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import * as React$1 from "react";
|
|
5
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
5
|
|
|
@@ -44,5 +43,4 @@ function SRLiveRegionProvider({ children }) {
|
|
|
44
43
|
}
|
|
45
44
|
|
|
46
45
|
//#endregion
|
|
47
|
-
export { SRLiveRegionProvider, useSRLiveRegion };
|
|
48
|
-
//# sourceMappingURL=live-region.js.map
|
|
46
|
+
export { SRLiveRegionProvider, useSRLiveRegion };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ButtonProps } from "./button.js";
|
|
2
2
|
import React from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime181 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region ui/loading-button.d.ts
|
|
6
6
|
interface LoadingButtonProps extends ButtonProps {
|
|
@@ -14,7 +14,6 @@ declare function LoadingButton({
|
|
|
14
14
|
children,
|
|
15
15
|
disabled,
|
|
16
16
|
...props
|
|
17
|
-
}: LoadingButtonProps):
|
|
17
|
+
}: LoadingButtonProps): react_jsx_runtime181.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
|
-
export { LoadingButton };
|
|
20
|
-
//# sourceMappingURL=loading-button.d.ts.map
|
|
19
|
+
export { LoadingButton };
|
|
@@ -5,7 +5,7 @@ import React from "react";
|
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region ui/loading-button.tsx
|
|
8
|
-
function LoadingButton({ isLoading = false, loadingText, children, disabled
|
|
8
|
+
function LoadingButton({ isLoading = false, loadingText, children, disabled, ...props }) {
|
|
9
9
|
return /* @__PURE__ */ jsx(Button, {
|
|
10
10
|
disabled: disabled || isLoading,
|
|
11
11
|
...props,
|
|
@@ -17,5 +17,4 @@ function LoadingButton({ isLoading = false, loadingText, children, disabled,...p
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
//#endregion
|
|
20
|
-
export { LoadingButton };
|
|
21
|
-
//# sourceMappingURL=loading-button.js.map
|
|
20
|
+
export { LoadingButton };
|
package/dist/ui/map/MapBase.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CSSProperties, ReactNode } from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime190 from "react/jsx-runtime";
|
|
3
3
|
import { MapRef } from "react-map-gl/maplibre";
|
|
4
4
|
|
|
5
5
|
//#region ui/map/MapBase.d.ts
|
|
@@ -23,7 +23,6 @@ interface MapBaseProps {
|
|
|
23
23
|
onMapRef?: (ref: MapRef | null) => void;
|
|
24
24
|
children?: ReactNode;
|
|
25
25
|
}
|
|
26
|
-
declare function MapBase(props: MapBaseProps):
|
|
26
|
+
declare function MapBase(props: MapBaseProps): react_jsx_runtime190.JSX.Element;
|
|
27
27
|
//#endregion
|
|
28
|
-
export { BBox, MapBase, MapBase as default, MapBaseProps };
|
|
29
|
-
//# sourceMappingURL=MapBase.d.ts.map
|
|
28
|
+
export { BBox, MapBase, MapBase as default, MapBaseProps };
|
package/dist/ui/map/MapBase.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import * as React$1 from "react";
|
|
5
4
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
6
5
|
import Map, { NavigationControl, ScaleControl } from "react-map-gl/maplibre";
|
|
@@ -44,5 +43,4 @@ function MapBase(props) {
|
|
|
44
43
|
var MapBase_default = MapBase;
|
|
45
44
|
|
|
46
45
|
//#endregion
|
|
47
|
-
export { MapBase, MapBase_default as default };
|
|
48
|
-
//# sourceMappingURL=MapBase.js.map
|
|
46
|
+
export { MapBase, MapBase_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime251 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region ui/map/MapGeoJsonOverlay.d.ts
|
|
4
4
|
interface GeoJsonOverlayProps {
|
|
@@ -10,7 +10,6 @@ interface GeoJsonOverlayProps {
|
|
|
10
10
|
lineWidth?: number;
|
|
11
11
|
lineOpacity?: number;
|
|
12
12
|
}
|
|
13
|
-
declare function MapGeoJsonOverlay(props: GeoJsonOverlayProps):
|
|
13
|
+
declare function MapGeoJsonOverlay(props: GeoJsonOverlayProps): react_jsx_runtime251.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
|
-
export { GeoJsonOverlayProps, MapGeoJsonOverlay, MapGeoJsonOverlay as default };
|
|
16
|
-
//# sourceMappingURL=MapGeoJsonOverlay.d.ts.map
|
|
15
|
+
export { GeoJsonOverlayProps, MapGeoJsonOverlay, MapGeoJsonOverlay as default };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import "react";
|
|
5
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
5
|
import { Layer, Source } from "react-map-gl/maplibre";
|
|
@@ -35,5 +34,4 @@ function MapGeoJsonOverlay(props) {
|
|
|
35
34
|
var MapGeoJsonOverlay_default = MapGeoJsonOverlay;
|
|
36
35
|
|
|
37
36
|
//#endregion
|
|
38
|
-
export { MapGeoJsonOverlay, MapGeoJsonOverlay_default as default };
|
|
39
|
-
//# sourceMappingURL=MapGeoJsonOverlay.js.map
|
|
37
|
+
export { MapGeoJsonOverlay, MapGeoJsonOverlay_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime184 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region ui/map/MapHeatmapH3.d.ts
|
|
4
4
|
interface H3FeatureProperties {
|
|
@@ -12,7 +12,6 @@ interface H3HeatmapProps {
|
|
|
12
12
|
colorStops?: [number, string][];
|
|
13
13
|
maxCount?: number;
|
|
14
14
|
}
|
|
15
|
-
declare function MapHeatmapH3(props: H3HeatmapProps):
|
|
15
|
+
declare function MapHeatmapH3(props: H3HeatmapProps): react_jsx_runtime184.JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
|
-
export { H3FeatureProperties, H3HeatmapProps, MapHeatmapH3, MapHeatmapH3 as default };
|
|
18
|
-
//# sourceMappingURL=MapHeatmapH3.d.ts.map
|
|
17
|
+
export { H3FeatureProperties, H3HeatmapProps, MapHeatmapH3, MapHeatmapH3 as default };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import "react";
|
|
5
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
5
|
import { Layer, Source } from "react-map-gl/maplibre";
|
|
@@ -48,5 +47,4 @@ function MapHeatmapH3(props) {
|
|
|
48
47
|
var MapHeatmapH3_default = MapHeatmapH3;
|
|
49
48
|
|
|
50
49
|
//#endregion
|
|
51
|
-
export { MapHeatmapH3, MapHeatmapH3_default as default };
|
|
52
|
-
//# sourceMappingURL=MapHeatmapH3.js.map
|
|
50
|
+
export { MapHeatmapH3, MapHeatmapH3_default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime266 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region ui/map/MapMarkers.d.ts
|
|
4
4
|
interface MapPoint {
|
|
@@ -14,7 +14,6 @@ declare function MapMarkers({
|
|
|
14
14
|
points
|
|
15
15
|
}: {
|
|
16
16
|
points: MapPoint[];
|
|
17
|
-
}):
|
|
17
|
+
}): react_jsx_runtime266.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
|
-
export { MapMarkers, MapMarkers as default, MapPoint };
|
|
20
|
-
//# sourceMappingURL=MapMarkers.d.ts.map
|
|
19
|
+
export { MapMarkers, MapMarkers as default, MapPoint };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import "react";
|
|
5
4
|
import { Fragment, jsx } from "react/jsx-runtime";
|
|
6
5
|
import { Marker } from "react-map-gl/maplibre";
|
|
@@ -31,5 +30,4 @@ function MapMarkers({ points }) {
|
|
|
31
30
|
var MapMarkers_default = MapMarkers;
|
|
32
31
|
|
|
33
32
|
//#endregion
|
|
34
|
-
export { MapMarkers, MapMarkers_default as default };
|
|
35
|
-
//# sourceMappingURL=MapMarkers.js.map
|
|
33
|
+
export { MapMarkers, MapMarkers_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime267 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region ui/marketing/FeatureGrid.d.ts
|
|
5
5
|
interface FeatureItem {
|
|
@@ -15,7 +15,6 @@ declare function FeatureGrid({
|
|
|
15
15
|
items: FeatureItem[];
|
|
16
16
|
columns?: 2 | 3 | 4;
|
|
17
17
|
className?: string;
|
|
18
|
-
}):
|
|
18
|
+
}): react_jsx_runtime267.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
|
-
export { FeatureGrid, FeatureItem };
|
|
21
|
-
//# sourceMappingURL=FeatureGrid.d.ts.map
|
|
20
|
+
export { FeatureGrid, FeatureItem };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime268 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region ui/marketing/Hero.d.ts
|
|
5
5
|
declare function Hero({
|
|
@@ -22,7 +22,6 @@ declare function Hero({
|
|
|
22
22
|
onClick?: () => void;
|
|
23
23
|
};
|
|
24
24
|
className?: string;
|
|
25
|
-
}):
|
|
25
|
+
}): react_jsx_runtime268.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
|
-
export { Hero };
|
|
28
|
-
//# sourceMappingURL=Hero.d.ts.map
|
|
27
|
+
export { Hero };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime269 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region ui/marketing/PricingTable.d.ts
|
|
4
4
|
interface PricingTier {
|
|
@@ -19,7 +19,6 @@ declare function PricingTable({
|
|
|
19
19
|
}: {
|
|
20
20
|
tiers: PricingTier[];
|
|
21
21
|
className?: string;
|
|
22
|
-
}):
|
|
22
|
+
}): react_jsx_runtime269.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { PricingTable, PricingTier };
|
|
25
|
-
//# sourceMappingURL=PricingTable.d.ts.map
|
|
24
|
+
export { PricingTable, PricingTier };
|
package/dist/ui/menubar.d.ts
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime105 from "react/jsx-runtime";
|
|
3
3
|
import * as MenubarPrimitive from "@radix-ui/react-menubar";
|
|
4
4
|
|
|
5
5
|
//#region ui/menubar.d.ts
|
|
6
6
|
declare function Menubar({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Root>): react_jsx_runtime105.JSX.Element;
|
|
10
10
|
declare function MenubarMenu({
|
|
11
11
|
...props
|
|
12
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Menu>):
|
|
12
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Menu>): react_jsx_runtime105.JSX.Element;
|
|
13
13
|
declare function MenubarGroup({
|
|
14
14
|
...props
|
|
15
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Group>):
|
|
15
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Group>): react_jsx_runtime105.JSX.Element;
|
|
16
16
|
declare function MenubarPortal({
|
|
17
17
|
...props
|
|
18
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Portal>):
|
|
18
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Portal>): react_jsx_runtime105.JSX.Element;
|
|
19
19
|
declare function MenubarRadioGroup({
|
|
20
20
|
...props
|
|
21
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>):
|
|
21
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.RadioGroup>): react_jsx_runtime105.JSX.Element;
|
|
22
22
|
declare function MenubarTrigger({
|
|
23
23
|
className,
|
|
24
24
|
...props
|
|
25
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>):
|
|
25
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Trigger>): react_jsx_runtime105.JSX.Element;
|
|
26
26
|
declare function MenubarContent({
|
|
27
27
|
className,
|
|
28
28
|
align,
|
|
29
29
|
alignOffset,
|
|
30
30
|
sideOffset,
|
|
31
31
|
...props
|
|
32
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Content>):
|
|
32
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Content>): react_jsx_runtime105.JSX.Element;
|
|
33
33
|
declare function MenubarItem({
|
|
34
34
|
className,
|
|
35
35
|
inset,
|
|
@@ -38,36 +38,36 @@ declare function MenubarItem({
|
|
|
38
38
|
}: React$1.ComponentProps<typeof MenubarPrimitive.Item> & {
|
|
39
39
|
inset?: boolean;
|
|
40
40
|
variant?: 'default' | 'destructive';
|
|
41
|
-
}):
|
|
41
|
+
}): react_jsx_runtime105.JSX.Element;
|
|
42
42
|
declare function MenubarCheckboxItem({
|
|
43
43
|
className,
|
|
44
44
|
children,
|
|
45
45
|
checked,
|
|
46
46
|
...props
|
|
47
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>):
|
|
47
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.CheckboxItem>): react_jsx_runtime105.JSX.Element;
|
|
48
48
|
declare function MenubarRadioItem({
|
|
49
49
|
className,
|
|
50
50
|
children,
|
|
51
51
|
...props
|
|
52
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>):
|
|
52
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.RadioItem>): react_jsx_runtime105.JSX.Element;
|
|
53
53
|
declare function MenubarLabel({
|
|
54
54
|
className,
|
|
55
55
|
inset,
|
|
56
56
|
...props
|
|
57
57
|
}: React$1.ComponentProps<typeof MenubarPrimitive.Label> & {
|
|
58
58
|
inset?: boolean;
|
|
59
|
-
}):
|
|
59
|
+
}): react_jsx_runtime105.JSX.Element;
|
|
60
60
|
declare function MenubarSeparator({
|
|
61
61
|
className,
|
|
62
62
|
...props
|
|
63
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Separator>):
|
|
63
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Separator>): react_jsx_runtime105.JSX.Element;
|
|
64
64
|
declare function MenubarShortcut({
|
|
65
65
|
className,
|
|
66
66
|
...props
|
|
67
|
-
}: React$1.ComponentProps<'span'>):
|
|
67
|
+
}: React$1.ComponentProps<'span'>): react_jsx_runtime105.JSX.Element;
|
|
68
68
|
declare function MenubarSub({
|
|
69
69
|
...props
|
|
70
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.Sub>):
|
|
70
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.Sub>): react_jsx_runtime105.JSX.Element;
|
|
71
71
|
declare function MenubarSubTrigger({
|
|
72
72
|
className,
|
|
73
73
|
inset,
|
|
@@ -75,11 +75,10 @@ declare function MenubarSubTrigger({
|
|
|
75
75
|
...props
|
|
76
76
|
}: React$1.ComponentProps<typeof MenubarPrimitive.SubTrigger> & {
|
|
77
77
|
inset?: boolean;
|
|
78
|
-
}):
|
|
78
|
+
}): react_jsx_runtime105.JSX.Element;
|
|
79
79
|
declare function MenubarSubContent({
|
|
80
80
|
className,
|
|
81
81
|
...props
|
|
82
|
-
}: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>):
|
|
82
|
+
}: React$1.ComponentProps<typeof MenubarPrimitive.SubContent>): react_jsx_runtime105.JSX.Element;
|
|
83
83
|
//#endregion
|
|
84
|
-
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
|
|
85
|
-
//# sourceMappingURL=menubar.d.ts.map
|
|
84
|
+
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
|
package/dist/ui/menubar.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import { cn } from "./utils.js";
|
|
5
4
|
import "react";
|
|
6
5
|
import { CheckIcon, ChevronRightIcon, CircleIcon } from "lucide-react";
|
|
@@ -8,7 +7,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
8
7
|
import * as MenubarPrimitive from "@radix-ui/react-menubar";
|
|
9
8
|
|
|
10
9
|
//#region ui/menubar.tsx
|
|
11
|
-
function Menubar({ className
|
|
10
|
+
function Menubar({ className, ...props }) {
|
|
12
11
|
return /* @__PURE__ */ jsx(MenubarPrimitive.Root, {
|
|
13
12
|
"data-slot": "menubar",
|
|
14
13
|
className: cn("bg-background flex h-9 items-center gap-1 rounded-md border p-1 shadow-2xs", className),
|
|
@@ -39,14 +38,14 @@ function MenubarRadioGroup({ ...props }) {
|
|
|
39
38
|
...props
|
|
40
39
|
});
|
|
41
40
|
}
|
|
42
|
-
function MenubarTrigger({ className
|
|
41
|
+
function MenubarTrigger({ className, ...props }) {
|
|
43
42
|
return /* @__PURE__ */ jsx(MenubarPrimitive.Trigger, {
|
|
44
43
|
"data-slot": "menubar-trigger",
|
|
45
44
|
className: cn("focus:bg-accent focus:text-accent-foreground data-[state=open]:bg-accent data-[state=open]:text-accent-foreground flex items-center rounded-xs px-2 py-1 text-sm font-medium outline-hidden select-none", className),
|
|
46
45
|
...props
|
|
47
46
|
});
|
|
48
47
|
}
|
|
49
|
-
function MenubarContent({ className, align = "start", alignOffset = -4, sideOffset = 8
|
|
48
|
+
function MenubarContent({ className, align = "start", alignOffset = -4, sideOffset = 8, ...props }) {
|
|
50
49
|
return /* @__PURE__ */ jsx(MenubarPortal, { children: /* @__PURE__ */ jsx(MenubarPrimitive.Content, {
|
|
51
50
|
"data-slot": "menubar-content",
|
|
52
51
|
align,
|
|
@@ -56,7 +55,7 @@ function MenubarContent({ className, align = "start", alignOffset = -4, sideOffs
|
|
|
56
55
|
...props
|
|
57
56
|
}) });
|
|
58
57
|
}
|
|
59
|
-
function MenubarItem({ className, inset, variant = "default"
|
|
58
|
+
function MenubarItem({ className, inset, variant = "default", ...props }) {
|
|
60
59
|
return /* @__PURE__ */ jsx(MenubarPrimitive.Item, {
|
|
61
60
|
"data-slot": "menubar-item",
|
|
62
61
|
"data-inset": inset,
|
|
@@ -65,7 +64,7 @@ function MenubarItem({ className, inset, variant = "default",...props }) {
|
|
|
65
64
|
...props
|
|
66
65
|
});
|
|
67
66
|
}
|
|
68
|
-
function MenubarCheckboxItem({ className, children, checked
|
|
67
|
+
function MenubarCheckboxItem({ className, children, checked, ...props }) {
|
|
69
68
|
return /* @__PURE__ */ jsxs(MenubarPrimitive.CheckboxItem, {
|
|
70
69
|
"data-slot": "menubar-checkbox-item",
|
|
71
70
|
className: cn("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-xs py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", className),
|
|
@@ -77,7 +76,7 @@ function MenubarCheckboxItem({ className, children, checked,...props }) {
|
|
|
77
76
|
}), children]
|
|
78
77
|
});
|
|
79
78
|
}
|
|
80
|
-
function MenubarRadioItem({ className, children
|
|
79
|
+
function MenubarRadioItem({ className, children, ...props }) {
|
|
81
80
|
return /* @__PURE__ */ jsxs(MenubarPrimitive.RadioItem, {
|
|
82
81
|
"data-slot": "menubar-radio-item",
|
|
83
82
|
className: cn("focus:bg-accent focus:text-accent-foreground relative flex cursor-default items-center gap-2 rounded-xs py-1.5 pr-2 pl-8 text-sm outline-hidden select-none data-disabled:pointer-events-none data-disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", className),
|
|
@@ -88,7 +87,7 @@ function MenubarRadioItem({ className, children,...props }) {
|
|
|
88
87
|
}), children]
|
|
89
88
|
});
|
|
90
89
|
}
|
|
91
|
-
function MenubarLabel({ className, inset
|
|
90
|
+
function MenubarLabel({ className, inset, ...props }) {
|
|
92
91
|
return /* @__PURE__ */ jsx(MenubarPrimitive.Label, {
|
|
93
92
|
"data-slot": "menubar-label",
|
|
94
93
|
"data-inset": inset,
|
|
@@ -96,14 +95,14 @@ function MenubarLabel({ className, inset,...props }) {
|
|
|
96
95
|
...props
|
|
97
96
|
});
|
|
98
97
|
}
|
|
99
|
-
function MenubarSeparator({ className
|
|
98
|
+
function MenubarSeparator({ className, ...props }) {
|
|
100
99
|
return /* @__PURE__ */ jsx(MenubarPrimitive.Separator, {
|
|
101
100
|
"data-slot": "menubar-separator",
|
|
102
101
|
className: cn("bg-border -mx-1 my-1 h-px", className),
|
|
103
102
|
...props
|
|
104
103
|
});
|
|
105
104
|
}
|
|
106
|
-
function MenubarShortcut({ className
|
|
105
|
+
function MenubarShortcut({ className, ...props }) {
|
|
107
106
|
return /* @__PURE__ */ jsx("span", {
|
|
108
107
|
"data-slot": "menubar-shortcut",
|
|
109
108
|
className: cn("text-muted-foreground ml-auto text-xs tracking-widest", className),
|
|
@@ -116,7 +115,7 @@ function MenubarSub({ ...props }) {
|
|
|
116
115
|
...props
|
|
117
116
|
});
|
|
118
117
|
}
|
|
119
|
-
function MenubarSubTrigger({ className, inset, children
|
|
118
|
+
function MenubarSubTrigger({ className, inset, children, ...props }) {
|
|
120
119
|
return /* @__PURE__ */ jsxs(MenubarPrimitive.SubTrigger, {
|
|
121
120
|
"data-slot": "menubar-sub-trigger",
|
|
122
121
|
"data-inset": inset,
|
|
@@ -125,7 +124,7 @@ function MenubarSubTrigger({ className, inset, children,...props }) {
|
|
|
125
124
|
children: [children, /* @__PURE__ */ jsx(ChevronRightIcon, { className: "ml-auto h-4 w-4" })]
|
|
126
125
|
});
|
|
127
126
|
}
|
|
128
|
-
function MenubarSubContent({ className
|
|
127
|
+
function MenubarSubContent({ className, ...props }) {
|
|
129
128
|
return /* @__PURE__ */ jsx(MenubarPrimitive.SubContent, {
|
|
130
129
|
"data-slot": "menubar-sub-content",
|
|
131
130
|
className: cn("bg-popover text-popover-foreground data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 z-50 min-w-32 origin-(--radix-menubar-content-transform-origin) overflow-hidden rounded-md border p-1 shadow-lg", className),
|
|
@@ -134,5 +133,4 @@ function MenubarSubContent({ className,...props }) {
|
|
|
134
133
|
}
|
|
135
134
|
|
|
136
135
|
//#endregion
|
|
137
|
-
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
|
|
138
|
-
//# sourceMappingURL=menubar.js.map
|
|
136
|
+
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime271 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region ui/molecules/Autocomplete/index.d.ts
|
|
4
|
-
declare function ComboBoxResponsive():
|
|
4
|
+
declare function ComboBoxResponsive(): react_jsx_runtime271.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
|
-
export { ComboBoxResponsive };
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
|
6
|
+
export { ComboBoxResponsive };
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import { Button } from "../../button.js";
|
|
5
4
|
import { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList } from "../../command.js";
|
|
6
5
|
import { Popover, PopoverContent, PopoverTrigger } from "../../popover.js";
|
|
@@ -82,5 +81,4 @@ function StatusList({ setOpen, setSelectedStatus }) {
|
|
|
82
81
|
}
|
|
83
82
|
|
|
84
83
|
//#endregion
|
|
85
|
-
export { ComboBoxResponsive };
|
|
86
|
-
//# sourceMappingURL=index.js.map
|
|
84
|
+
export { ComboBoxResponsive };
|