@lssm/lib.ui-kit-web 0.0.0-canary-20251120192244 → 0.0.0-canary-20251206160926
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 +5 -6
- package/dist/ui/alert.js +4 -5
- package/dist/ui/aspect-ratio.d.ts +1 -2
- 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 +6 -7
- 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 +1 -2
- 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 +1 -2
- 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 +9 -10
- 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 +3 -4
- 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 +5 -6
- 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 +10 -11
- 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 +3 -4
- 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/accordion.d.ts
CHANGED
|
@@ -1,25 +1,24 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
2
|
import * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region ui/accordion.d.ts
|
|
6
6
|
declare function Accordion({
|
|
7
7
|
...props
|
|
8
|
-
}: React$1.ComponentProps<typeof AccordionPrimitive.Root>):
|
|
8
|
+
}: React$1.ComponentProps<typeof AccordionPrimitive.Root>): react_jsx_runtime0.JSX.Element;
|
|
9
9
|
declare function AccordionItem({
|
|
10
10
|
className,
|
|
11
11
|
...props
|
|
12
|
-
}: React$1.ComponentProps<typeof AccordionPrimitive.Item>):
|
|
12
|
+
}: React$1.ComponentProps<typeof AccordionPrimitive.Item>): react_jsx_runtime0.JSX.Element;
|
|
13
13
|
declare function AccordionTrigger({
|
|
14
14
|
className,
|
|
15
15
|
children,
|
|
16
16
|
...props
|
|
17
|
-
}: React$1.ComponentProps<typeof AccordionPrimitive.Trigger>):
|
|
17
|
+
}: React$1.ComponentProps<typeof AccordionPrimitive.Trigger>): react_jsx_runtime0.JSX.Element;
|
|
18
18
|
declare function AccordionContent({
|
|
19
19
|
className,
|
|
20
20
|
children,
|
|
21
21
|
...props
|
|
22
|
-
}: React$1.ComponentProps<typeof AccordionPrimitive.Content>):
|
|
22
|
+
}: React$1.ComponentProps<typeof AccordionPrimitive.Content>): react_jsx_runtime0.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
|
25
|
-
//# sourceMappingURL=accordion.d.ts.map
|
|
24
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
package/dist/ui/accordion.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 * as AccordionPrimitive from "@radix-ui/react-accordion";
|
|
@@ -14,14 +13,14 @@ function Accordion({ ...props }) {
|
|
|
14
13
|
...props
|
|
15
14
|
});
|
|
16
15
|
}
|
|
17
|
-
function AccordionItem({ className
|
|
16
|
+
function AccordionItem({ className, ...props }) {
|
|
18
17
|
return /* @__PURE__ */ jsx(AccordionPrimitive.Item, {
|
|
19
18
|
"data-slot": "accordion-item",
|
|
20
19
|
className: cn("border-b last:border-b-0", className),
|
|
21
20
|
...props
|
|
22
21
|
});
|
|
23
22
|
}
|
|
24
|
-
function AccordionTrigger({ className, children
|
|
23
|
+
function AccordionTrigger({ className, children, ...props }) {
|
|
25
24
|
return /* @__PURE__ */ jsx(AccordionPrimitive.Header, {
|
|
26
25
|
className: "flex",
|
|
27
26
|
children: /* @__PURE__ */ jsxs(AccordionPrimitive.Trigger, {
|
|
@@ -32,7 +31,7 @@ function AccordionTrigger({ className, children,...props }) {
|
|
|
32
31
|
})
|
|
33
32
|
});
|
|
34
33
|
}
|
|
35
|
-
function AccordionContent({ className, children
|
|
34
|
+
function AccordionContent({ className, children, ...props }) {
|
|
36
35
|
return /* @__PURE__ */ jsx(AccordionPrimitive.Content, {
|
|
37
36
|
"data-slot": "accordion-content",
|
|
38
37
|
className: "data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down overflow-hidden text-sm",
|
|
@@ -45,5 +44,4 @@ function AccordionContent({ className, children,...props }) {
|
|
|
45
44
|
}
|
|
46
45
|
|
|
47
46
|
//#endregion
|
|
48
|
-
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
|
49
|
-
//# sourceMappingURL=accordion.js.map
|
|
47
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger };
|
|
@@ -1,49 +1,48 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
3
3
|
import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
|
|
4
4
|
|
|
5
5
|
//#region ui/alert-dialog.d.ts
|
|
6
6
|
declare function AlertDialog({
|
|
7
7
|
...props
|
|
8
|
-
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Root>):
|
|
8
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Root>): react_jsx_runtime4.JSX.Element;
|
|
9
9
|
declare function AlertDialogTrigger({
|
|
10
10
|
...props
|
|
11
|
-
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>):
|
|
11
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Trigger>): react_jsx_runtime4.JSX.Element;
|
|
12
12
|
declare function AlertDialogPortal({
|
|
13
13
|
...props
|
|
14
|
-
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>):
|
|
14
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Portal>): react_jsx_runtime4.JSX.Element;
|
|
15
15
|
declare function AlertDialogOverlay({
|
|
16
16
|
className,
|
|
17
17
|
...props
|
|
18
|
-
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Overlay>):
|
|
18
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Overlay>): react_jsx_runtime4.JSX.Element;
|
|
19
19
|
declare function AlertDialogContent({
|
|
20
20
|
className,
|
|
21
21
|
...props
|
|
22
|
-
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>):
|
|
22
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Content>): react_jsx_runtime4.JSX.Element;
|
|
23
23
|
declare function AlertDialogHeader({
|
|
24
24
|
className,
|
|
25
25
|
...props
|
|
26
|
-
}: React$1.ComponentProps<'div'>):
|
|
26
|
+
}: React$1.ComponentProps<'div'>): react_jsx_runtime4.JSX.Element;
|
|
27
27
|
declare function AlertDialogFooter({
|
|
28
28
|
className,
|
|
29
29
|
...props
|
|
30
|
-
}: React$1.ComponentProps<'div'>):
|
|
30
|
+
}: React$1.ComponentProps<'div'>): react_jsx_runtime4.JSX.Element;
|
|
31
31
|
declare function AlertDialogTitle({
|
|
32
32
|
className,
|
|
33
33
|
...props
|
|
34
|
-
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>):
|
|
34
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Title>): react_jsx_runtime4.JSX.Element;
|
|
35
35
|
declare function AlertDialogDescription({
|
|
36
36
|
className,
|
|
37
37
|
...props
|
|
38
|
-
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>):
|
|
38
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Description>): react_jsx_runtime4.JSX.Element;
|
|
39
39
|
declare function AlertDialogAction({
|
|
40
40
|
className,
|
|
41
41
|
...props
|
|
42
|
-
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Action>):
|
|
42
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Action>): react_jsx_runtime4.JSX.Element;
|
|
43
43
|
declare function AlertDialogCancel({
|
|
44
44
|
className,
|
|
45
45
|
...props
|
|
46
|
-
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Cancel>):
|
|
46
|
+
}: React$1.ComponentProps<typeof AlertDialogPrimitive.Cancel>): react_jsx_runtime4.JSX.Element;
|
|
47
47
|
//#endregion
|
|
48
|
-
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
|
|
49
|
-
//# sourceMappingURL=alert-dialog.d.ts.map
|
|
48
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
|
package/dist/ui/alert-dialog.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import { cn } from "./utils.js";
|
|
5
4
|
import { buttonVariants } from "./button.js";
|
|
6
5
|
import "react";
|
|
@@ -26,55 +25,55 @@ function AlertDialogPortal({ ...props }) {
|
|
|
26
25
|
...props
|
|
27
26
|
});
|
|
28
27
|
}
|
|
29
|
-
function AlertDialogOverlay({ className
|
|
28
|
+
function AlertDialogOverlay({ className, ...props }) {
|
|
30
29
|
return /* @__PURE__ */ jsx(AlertDialogPrimitive.Overlay, {
|
|
31
30
|
"data-slot": "alert-dialog-overlay",
|
|
32
31
|
className: cn("data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 fixed inset-0 z-50 bg-black/50", className),
|
|
33
32
|
...props
|
|
34
33
|
});
|
|
35
34
|
}
|
|
36
|
-
function AlertDialogContent({ className
|
|
35
|
+
function AlertDialogContent({ className, ...props }) {
|
|
37
36
|
return /* @__PURE__ */ jsxs(AlertDialogPortal, { children: [/* @__PURE__ */ jsx(AlertDialogOverlay, {}), /* @__PURE__ */ jsx(AlertDialogPrimitive.Content, {
|
|
38
37
|
"data-slot": "alert-dialog-content",
|
|
39
38
|
className: cn("bg-background 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 fixed top-[50%] left-[50%] z-50 grid w-full max-w-[calc(100%-2rem)] translate-x-[-50%] translate-y-[-50%] gap-4 rounded-lg border p-6 shadow-lg duration-200 sm:max-w-lg", className),
|
|
40
39
|
...props
|
|
41
40
|
})] });
|
|
42
41
|
}
|
|
43
|
-
function AlertDialogHeader({ className
|
|
42
|
+
function AlertDialogHeader({ className, ...props }) {
|
|
44
43
|
return /* @__PURE__ */ jsx("div", {
|
|
45
44
|
"data-slot": "alert-dialog-header",
|
|
46
45
|
className: cn("flex flex-col gap-2 text-center sm:text-left", className),
|
|
47
46
|
...props
|
|
48
47
|
});
|
|
49
48
|
}
|
|
50
|
-
function AlertDialogFooter({ className
|
|
49
|
+
function AlertDialogFooter({ className, ...props }) {
|
|
51
50
|
return /* @__PURE__ */ jsx("div", {
|
|
52
51
|
"data-slot": "alert-dialog-footer",
|
|
53
52
|
className: cn("flex flex-col-reverse gap-2 sm:flex-row sm:justify-end", className),
|
|
54
53
|
...props
|
|
55
54
|
});
|
|
56
55
|
}
|
|
57
|
-
function AlertDialogTitle({ className
|
|
56
|
+
function AlertDialogTitle({ className, ...props }) {
|
|
58
57
|
return /* @__PURE__ */ jsx(AlertDialogPrimitive.Title, {
|
|
59
58
|
"data-slot": "alert-dialog-title",
|
|
60
59
|
className: cn("text-lg font-semibold", className),
|
|
61
60
|
...props
|
|
62
61
|
});
|
|
63
62
|
}
|
|
64
|
-
function AlertDialogDescription({ className
|
|
63
|
+
function AlertDialogDescription({ className, ...props }) {
|
|
65
64
|
return /* @__PURE__ */ jsx(AlertDialogPrimitive.Description, {
|
|
66
65
|
"data-slot": "alert-dialog-description",
|
|
67
66
|
className: cn("text-muted-foreground text-sm", className),
|
|
68
67
|
...props
|
|
69
68
|
});
|
|
70
69
|
}
|
|
71
|
-
function AlertDialogAction({ className
|
|
70
|
+
function AlertDialogAction({ className, ...props }) {
|
|
72
71
|
return /* @__PURE__ */ jsx(AlertDialogPrimitive.Action, {
|
|
73
72
|
className: cn(buttonVariants(), className),
|
|
74
73
|
...props
|
|
75
74
|
});
|
|
76
75
|
}
|
|
77
|
-
function AlertDialogCancel({ className
|
|
76
|
+
function AlertDialogCancel({ className, ...props }) {
|
|
78
77
|
return /* @__PURE__ */ jsx(AlertDialogPrimitive.Cancel, {
|
|
79
78
|
className: cn(buttonVariants({ variant: "outline" }), className),
|
|
80
79
|
...props
|
|
@@ -82,5 +81,4 @@ function AlertDialogCancel({ className,...props }) {
|
|
|
82
81
|
}
|
|
83
82
|
|
|
84
83
|
//#endregion
|
|
85
|
-
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
|
|
86
|
-
//# sourceMappingURL=alert-dialog.js.map
|
|
84
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger };
|
package/dist/ui/alert.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime15 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -11,15 +11,14 @@ declare function Alert({
|
|
|
11
11
|
className,
|
|
12
12
|
variant,
|
|
13
13
|
...props
|
|
14
|
-
}: React$1.ComponentProps<'div'> & VariantProps<typeof alertVariants>):
|
|
14
|
+
}: React$1.ComponentProps<'div'> & VariantProps<typeof alertVariants>): react_jsx_runtime15.JSX.Element;
|
|
15
15
|
declare function AlertTitle({
|
|
16
16
|
className,
|
|
17
17
|
...props
|
|
18
|
-
}: React$1.ComponentProps<'div'>):
|
|
18
|
+
}: React$1.ComponentProps<'div'>): react_jsx_runtime15.JSX.Element;
|
|
19
19
|
declare function AlertDescription({
|
|
20
20
|
className,
|
|
21
21
|
...props
|
|
22
|
-
}: React$1.ComponentProps<'div'>):
|
|
22
|
+
}: React$1.ComponentProps<'div'>): react_jsx_runtime15.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
|
-
export { Alert, AlertDescription, AlertTitle };
|
|
25
|
-
//# sourceMappingURL=alert.d.ts.map
|
|
24
|
+
export { Alert, AlertDescription, AlertTitle };
|
package/dist/ui/alert.js
CHANGED
|
@@ -11,7 +11,7 @@ const alertVariants = cva("relative w-full rounded-lg border px-4 py-3 text-sm g
|
|
|
11
11
|
} },
|
|
12
12
|
defaultVariants: { variant: "default" }
|
|
13
13
|
});
|
|
14
|
-
function Alert({ className, variant
|
|
14
|
+
function Alert({ className, variant, ...props }) {
|
|
15
15
|
return /* @__PURE__ */ jsx("div", {
|
|
16
16
|
"data-slot": "alert",
|
|
17
17
|
role: "alert",
|
|
@@ -19,14 +19,14 @@ function Alert({ className, variant,...props }) {
|
|
|
19
19
|
...props
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
|
-
function AlertTitle({ className
|
|
22
|
+
function AlertTitle({ className, ...props }) {
|
|
23
23
|
return /* @__PURE__ */ jsx("div", {
|
|
24
24
|
"data-slot": "alert-title",
|
|
25
25
|
className: cn("col-start-2 line-clamp-1 min-h-4 font-medium tracking-tight", className),
|
|
26
26
|
...props
|
|
27
27
|
});
|
|
28
28
|
}
|
|
29
|
-
function AlertDescription({ className
|
|
29
|
+
function AlertDescription({ className, ...props }) {
|
|
30
30
|
return /* @__PURE__ */ jsx("div", {
|
|
31
31
|
"data-slot": "alert-description",
|
|
32
32
|
className: cn("text-muted-foreground col-start-2 grid justify-items-start gap-1 text-sm [&_p]:leading-relaxed", className),
|
|
@@ -35,5 +35,4 @@ function AlertDescription({ className,...props }) {
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
//#endregion
|
|
38
|
-
export { Alert, AlertDescription, AlertTitle };
|
|
39
|
-
//# sourceMappingURL=alert.js.map
|
|
38
|
+
export { Alert, AlertDescription, AlertTitle };
|
|
@@ -4,5 +4,4 @@ import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
|
|
|
4
4
|
//#region ui/aspect-ratio.d.ts
|
|
5
5
|
declare const AspectRatio: react0.ForwardRefExoticComponent<AspectRatioPrimitive.AspectRatioProps & react0.RefAttributes<HTMLDivElement>>;
|
|
6
6
|
//#endregion
|
|
7
|
-
export { AspectRatio };
|
|
8
|
-
//# sourceMappingURL=aspect-ratio.d.ts.map
|
|
7
|
+
export { AspectRatio };
|
package/dist/ui/aspect-ratio.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
|
|
4
3
|
import * as AspectRatioPrimitive from "@radix-ui/react-aspect-ratio";
|
|
5
4
|
|
|
6
5
|
//#region ui/aspect-ratio.tsx
|
|
7
6
|
const AspectRatio = AspectRatioPrimitive.Root;
|
|
8
7
|
|
|
9
8
|
//#endregion
|
|
10
|
-
export { AspectRatio };
|
|
11
|
-
//# sourceMappingURL=aspect-ratio.js.map
|
|
9
|
+
export { AspectRatio };
|
|
@@ -19,5 +19,4 @@ declare const SkeletonTable: React.FC<{
|
|
|
19
19
|
cols?: number;
|
|
20
20
|
}>;
|
|
21
21
|
//#endregion
|
|
22
|
-
export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
|
|
23
|
-
//# sourceMappingURL=LoadingSpinner.d.ts.map
|
|
22
|
+
export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
|
|
@@ -42,5 +42,4 @@ const SkeletonTable = ({ rows = 5, cols = 4 }) => /* @__PURE__ */ jsx("div", {
|
|
|
42
42
|
});
|
|
43
43
|
|
|
44
44
|
//#endregion
|
|
45
|
-
export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
|
|
46
|
-
//# sourceMappingURL=LoadingSpinner.js.map
|
|
45
|
+
export { LoadingSpinner, SkeletonCard, SkeletonLine, SkeletonTable };
|
package/dist/ui/avatar.d.ts
CHANGED
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
3
3
|
import * as AvatarPrimitive from "@radix-ui/react-avatar";
|
|
4
4
|
|
|
5
5
|
//#region ui/avatar.d.ts
|
|
6
6
|
declare function Avatar({
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: React$1.ComponentProps<typeof AvatarPrimitive.Root>):
|
|
9
|
+
}: React$1.ComponentProps<typeof AvatarPrimitive.Root>): react_jsx_runtime18.JSX.Element;
|
|
10
10
|
declare function AvatarImage({
|
|
11
11
|
className,
|
|
12
12
|
...props
|
|
13
|
-
}: React$1.ComponentProps<typeof AvatarPrimitive.Image>):
|
|
13
|
+
}: React$1.ComponentProps<typeof AvatarPrimitive.Image>): react_jsx_runtime18.JSX.Element;
|
|
14
14
|
declare function AvatarFallback({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: React$1.ComponentProps<typeof AvatarPrimitive.Fallback>):
|
|
17
|
+
}: React$1.ComponentProps<typeof AvatarPrimitive.Fallback>): react_jsx_runtime18.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
|
-
export { Avatar, AvatarFallback, AvatarImage };
|
|
20
|
-
//# sourceMappingURL=avatar.d.ts.map
|
|
19
|
+
export { Avatar, AvatarFallback, AvatarImage };
|
package/dist/ui/avatar.js
CHANGED
|
@@ -1,27 +1,26 @@
|
|
|
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 AvatarPrimitive from "@radix-ui/react-avatar";
|
|
8
7
|
|
|
9
8
|
//#region ui/avatar.tsx
|
|
10
|
-
function Avatar({ className
|
|
9
|
+
function Avatar({ className, ...props }) {
|
|
11
10
|
return /* @__PURE__ */ jsx(AvatarPrimitive.Root, {
|
|
12
11
|
"data-slot": "avatar",
|
|
13
12
|
className: cn("relative flex size-8 shrink-0 overflow-hidden rounded-full", className),
|
|
14
13
|
...props
|
|
15
14
|
});
|
|
16
15
|
}
|
|
17
|
-
function AvatarImage({ className
|
|
16
|
+
function AvatarImage({ className, ...props }) {
|
|
18
17
|
return /* @__PURE__ */ jsx(AvatarPrimitive.Image, {
|
|
19
18
|
"data-slot": "avatar-image",
|
|
20
19
|
className: cn("aspect-square size-full", className),
|
|
21
20
|
...props
|
|
22
21
|
});
|
|
23
22
|
}
|
|
24
|
-
function AvatarFallback({ className
|
|
23
|
+
function AvatarFallback({ className, ...props }) {
|
|
25
24
|
return /* @__PURE__ */ jsx(AvatarPrimitive.Fallback, {
|
|
26
25
|
"data-slot": "avatar-fallback",
|
|
27
26
|
className: cn("bg-muted flex size-full items-center justify-center rounded-full", className),
|
|
@@ -30,5 +29,4 @@ function AvatarFallback({ className,...props }) {
|
|
|
30
29
|
}
|
|
31
30
|
|
|
32
31
|
//#endregion
|
|
33
|
-
export { Avatar, AvatarFallback, AvatarImage };
|
|
34
|
-
//# sourceMappingURL=avatar.js.map
|
|
32
|
+
export { Avatar, AvatarFallback, AvatarImage };
|
package/dist/ui/badge.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types0 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region ui/badge.d.ts
|
|
7
7
|
declare const badgeVariants: (props?: ({
|
|
8
|
-
variant?: "default" | "destructive" | "
|
|
9
|
-
} &
|
|
8
|
+
variant?: "default" | "destructive" | "secondary" | "outline" | null | undefined;
|
|
9
|
+
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
10
10
|
declare function Badge({
|
|
11
11
|
className,
|
|
12
12
|
variant,
|
|
@@ -14,7 +14,6 @@ declare function Badge({
|
|
|
14
14
|
...props
|
|
15
15
|
}: React$1.ComponentProps<'span'> & VariantProps<typeof badgeVariants> & {
|
|
16
16
|
asChild?: boolean;
|
|
17
|
-
}):
|
|
17
|
+
}): react_jsx_runtime21.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
|
-
export { Badge, badgeVariants };
|
|
20
|
-
//# sourceMappingURL=badge.d.ts.map
|
|
19
|
+
export { Badge, badgeVariants };
|
package/dist/ui/badge.js
CHANGED
|
@@ -14,7 +14,7 @@ const badgeVariants = cva("inline-flex items-center justify-center rounded-md bo
|
|
|
14
14
|
} },
|
|
15
15
|
defaultVariants: { variant: "default" }
|
|
16
16
|
});
|
|
17
|
-
function Badge({ className, variant, asChild = false
|
|
17
|
+
function Badge({ className, variant, asChild = false, ...props }) {
|
|
18
18
|
return /* @__PURE__ */ jsx(asChild ? Slot : "span", {
|
|
19
19
|
"data-slot": "badge",
|
|
20
20
|
className: cn(badgeVariants({ variant }), className),
|
|
@@ -23,5 +23,4 @@ function Badge({ className, variant, asChild = false,...props }) {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
//#endregion
|
|
26
|
-
export { Badge, badgeVariants };
|
|
27
|
-
//# sourceMappingURL=badge.js.map
|
|
26
|
+
export { Badge, badgeVariants };
|
package/dist/ui/breadcrumb.d.ts
CHANGED
|
@@ -1,38 +1,37 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region ui/breadcrumb.d.ts
|
|
5
5
|
declare function Breadcrumb({
|
|
6
6
|
...props
|
|
7
|
-
}: React$1.ComponentProps<'nav'>):
|
|
7
|
+
}: React$1.ComponentProps<'nav'>): react_jsx_runtime23.JSX.Element;
|
|
8
8
|
declare function BreadcrumbList({
|
|
9
9
|
className,
|
|
10
10
|
...props
|
|
11
|
-
}: React$1.ComponentProps<'ol'>):
|
|
11
|
+
}: React$1.ComponentProps<'ol'>): react_jsx_runtime23.JSX.Element;
|
|
12
12
|
declare function BreadcrumbItem({
|
|
13
13
|
className,
|
|
14
14
|
...props
|
|
15
|
-
}: React$1.ComponentProps<'li'>):
|
|
15
|
+
}: React$1.ComponentProps<'li'>): react_jsx_runtime23.JSX.Element;
|
|
16
16
|
declare function BreadcrumbLink({
|
|
17
17
|
asChild,
|
|
18
18
|
className,
|
|
19
19
|
...props
|
|
20
20
|
}: React$1.ComponentProps<'a'> & {
|
|
21
21
|
asChild?: boolean;
|
|
22
|
-
}):
|
|
22
|
+
}): react_jsx_runtime23.JSX.Element;
|
|
23
23
|
declare function BreadcrumbPage({
|
|
24
24
|
className,
|
|
25
25
|
...props
|
|
26
|
-
}: React$1.ComponentProps<'span'>):
|
|
26
|
+
}: React$1.ComponentProps<'span'>): react_jsx_runtime23.JSX.Element;
|
|
27
27
|
declare function BreadcrumbSeparator({
|
|
28
28
|
children,
|
|
29
29
|
className,
|
|
30
30
|
...props
|
|
31
|
-
}: React$1.ComponentProps<'li'>):
|
|
31
|
+
}: React$1.ComponentProps<'li'>): react_jsx_runtime23.JSX.Element;
|
|
32
32
|
declare function BreadcrumbEllipsis({
|
|
33
33
|
className,
|
|
34
34
|
...props
|
|
35
|
-
}: React$1.ComponentProps<'span'>):
|
|
35
|
+
}: React$1.ComponentProps<'span'>): react_jsx_runtime23.JSX.Element;
|
|
36
36
|
//#endregion
|
|
37
|
-
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
|
|
38
|
-
//# sourceMappingURL=breadcrumb.d.ts.map
|
|
37
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
|
package/dist/ui/breadcrumb.js
CHANGED
|
@@ -12,28 +12,28 @@ function Breadcrumb({ ...props }) {
|
|
|
12
12
|
...props
|
|
13
13
|
});
|
|
14
14
|
}
|
|
15
|
-
function BreadcrumbList({ className
|
|
15
|
+
function BreadcrumbList({ className, ...props }) {
|
|
16
16
|
return /* @__PURE__ */ jsx("ol", {
|
|
17
17
|
"data-slot": "breadcrumb-list",
|
|
18
18
|
className: cn("text-muted-foreground flex flex-wrap items-center gap-1.5 text-sm break-words sm:gap-2.5", className),
|
|
19
19
|
...props
|
|
20
20
|
});
|
|
21
21
|
}
|
|
22
|
-
function BreadcrumbItem({ className
|
|
22
|
+
function BreadcrumbItem({ className, ...props }) {
|
|
23
23
|
return /* @__PURE__ */ jsx("li", {
|
|
24
24
|
"data-slot": "breadcrumb-item",
|
|
25
25
|
className: cn("inline-flex items-center gap-1.5", className),
|
|
26
26
|
...props
|
|
27
27
|
});
|
|
28
28
|
}
|
|
29
|
-
function BreadcrumbLink({ asChild, className
|
|
29
|
+
function BreadcrumbLink({ asChild, className, ...props }) {
|
|
30
30
|
return /* @__PURE__ */ jsx(asChild ? Slot : "a", {
|
|
31
31
|
"data-slot": "breadcrumb-link",
|
|
32
32
|
className: cn("hover:text-foreground transition-colors", className),
|
|
33
33
|
...props
|
|
34
34
|
});
|
|
35
35
|
}
|
|
36
|
-
function BreadcrumbPage({ className
|
|
36
|
+
function BreadcrumbPage({ className, ...props }) {
|
|
37
37
|
return /* @__PURE__ */ jsx("span", {
|
|
38
38
|
"data-slot": "breadcrumb-page",
|
|
39
39
|
role: "link",
|
|
@@ -43,7 +43,7 @@ function BreadcrumbPage({ className,...props }) {
|
|
|
43
43
|
...props
|
|
44
44
|
});
|
|
45
45
|
}
|
|
46
|
-
function BreadcrumbSeparator({ children, className
|
|
46
|
+
function BreadcrumbSeparator({ children, className, ...props }) {
|
|
47
47
|
return /* @__PURE__ */ jsx("li", {
|
|
48
48
|
"data-slot": "breadcrumb-separator",
|
|
49
49
|
role: "presentation",
|
|
@@ -53,7 +53,7 @@ function BreadcrumbSeparator({ children, className,...props }) {
|
|
|
53
53
|
children: children ?? /* @__PURE__ */ jsx(ChevronRight, {})
|
|
54
54
|
});
|
|
55
55
|
}
|
|
56
|
-
function BreadcrumbEllipsis({ className
|
|
56
|
+
function BreadcrumbEllipsis({ className, ...props }) {
|
|
57
57
|
return /* @__PURE__ */ jsxs("span", {
|
|
58
58
|
"data-slot": "breadcrumb-ellipsis",
|
|
59
59
|
role: "presentation",
|
|
@@ -68,5 +68,4 @@ function BreadcrumbEllipsis({ className,...props }) {
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
//#endregion
|
|
71
|
-
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
|
|
72
|
-
//# sourceMappingURL=breadcrumb.js.map
|
|
71
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator };
|
package/dist/ui/button.d.ts
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime30 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types1 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region ui/button.d.ts
|
|
7
7
|
declare const buttonVariants: (props?: ({
|
|
8
|
-
variant?: "default" | "destructive" | "
|
|
8
|
+
variant?: "default" | "destructive" | "link" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
9
9
|
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
10
|
-
} &
|
|
10
|
+
} & class_variance_authority_types1.ClassProp) | undefined) => string;
|
|
11
11
|
type ButtonProps = React$1.ComponentProps<'button'> & VariantProps<typeof buttonVariants> & {
|
|
12
12
|
asChild?: boolean;
|
|
13
13
|
};
|
|
@@ -17,7 +17,6 @@ declare function Button({
|
|
|
17
17
|
size,
|
|
18
18
|
asChild,
|
|
19
19
|
...props
|
|
20
|
-
}: ButtonProps):
|
|
20
|
+
}: ButtonProps): react_jsx_runtime30.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
|
-
export { Button, ButtonProps, buttonVariants };
|
|
23
|
-
//# sourceMappingURL=button.d.ts.map
|
|
22
|
+
export { Button, ButtonProps, buttonVariants };
|
package/dist/ui/button.js
CHANGED
|
@@ -27,7 +27,7 @@ const buttonVariants = cva("inline-flex items-center justify-center gap-2 whites
|
|
|
27
27
|
size: "default"
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
|
-
function Button({ className, variant, size, asChild = false
|
|
30
|
+
function Button({ className, variant, size, asChild = false, ...props }) {
|
|
31
31
|
return /* @__PURE__ */ jsx(asChild ? Slot : "button", {
|
|
32
32
|
"data-slot": "button",
|
|
33
33
|
className: cn(buttonVariants({
|
|
@@ -40,5 +40,4 @@ function Button({ className, variant, size, asChild = false,...props }) {
|
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
//#endregion
|
|
43
|
-
export { Button, buttonVariants };
|
|
44
|
-
//# sourceMappingURL=button.js.map
|
|
43
|
+
export { Button, buttonVariants };
|