@kuzenbo/core 0.0.1 → 0.0.3
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 +4 -3
- package/dist/avatar-image-BQ_NEKH4.js +47 -0
- package/dist/avatar-image-BQ_NEKH4.js.map +1 -0
- package/dist/avatar-image-Ce26D2fb.d.ts +41 -0
- package/dist/avatar-image-Ce26D2fb.d.ts.map +1 -0
- package/dist/button-group-size-context-DW7Gn-3k.js +8 -0
- package/dist/button-group-size-context-DW7Gn-3k.js.map +1 -0
- package/dist/dialog-trigger-BUF3elAP.js +122 -0
- package/dist/dialog-trigger-BUF3elAP.js.map +1 -0
- package/dist/dialog-viewport-Ce1huyAI.d.ts +96 -0
- package/dist/dialog-viewport-Ce1huyAI.d.ts.map +1 -0
- package/dist/dropdown-menu-trigger-BpgtLUvf.d.ts +646 -0
- package/dist/dropdown-menu-trigger-BpgtLUvf.d.ts.map +1 -0
- package/dist/dropdown-menu-trigger-COnFGfDa.js +488 -0
- package/dist/dropdown-menu-trigger-COnFGfDa.js.map +1 -0
- package/dist/input-group-textarea-B-rP98r5.js +120 -0
- package/dist/input-group-textarea-B-rP98r5.js.map +1 -0
- package/dist/merge-base-ui-class-name-HKsgjcXj.js +11 -0
- package/dist/merge-base-ui-class-name-HKsgjcXj.js.map +1 -0
- package/dist/provider.d.ts +4 -0
- package/dist/provider.js +5 -0
- package/dist/scroll-bar-C4qEUKlT.js +26 -0
- package/dist/scroll-bar-C4qEUKlT.js.map +1 -0
- package/dist/sheet-trigger-D7neoTF5.js +121 -0
- package/dist/sheet-trigger-D7neoTF5.js.map +1 -0
- package/dist/size-context-BjRwqlSg.js +25 -0
- package/dist/size-context-BjRwqlSg.js.map +1 -0
- package/dist/size-context-DXfCAlWF.d.ts +16 -0
- package/dist/size-context-DXfCAlWF.d.ts.map +1 -0
- package/dist/size-provider-18EvJgDT.js +128 -0
- package/dist/size-provider-18EvJgDT.js.map +1 -0
- package/dist/size-provider-Bd2C6gKd.d.ts +53 -0
- package/dist/size-provider-Bd2C6gKd.d.ts.map +1 -0
- package/dist/size-system-DTXmtQXw.js +47 -0
- package/dist/size-system-DTXmtQXw.js.map +1 -0
- package/dist/size-system-wzOLSuax.d.ts +6 -0
- package/dist/size-system-wzOLSuax.d.ts.map +1 -0
- package/dist/size.d.ts +4 -0
- package/dist/size.js +5 -0
- package/dist/slider-root-presentation-ChJHPMIV.js +336 -0
- package/dist/slider-root-presentation-ChJHPMIV.js.map +1 -0
- package/dist/slider-value-Db8SCu0c.d.ts +146 -0
- package/dist/slider-value-Db8SCu0c.d.ts.map +1 -0
- package/dist/tooltip-trigger-qXw-_nbh.js +101 -0
- package/dist/tooltip-trigger-qXw-_nbh.js.map +1 -0
- package/dist/tooltip-viewport-csA6luqI.d.ts +103 -0
- package/dist/tooltip-viewport-csA6luqI.d.ts.map +1 -0
- package/dist/ui/accordion.d.ts +83 -0
- package/dist/ui/accordion.d.ts.map +1 -0
- package/dist/ui/accordion.js +311 -0
- package/dist/ui/accordion.js.map +1 -0
- package/dist/ui/affix.d.ts +50 -0
- package/dist/ui/affix.d.ts.map +1 -0
- package/dist/ui/affix.js +69 -0
- package/dist/ui/affix.js.map +1 -0
- package/dist/ui/alert-dialog.d.ts +190 -0
- package/dist/ui/alert-dialog.d.ts.map +1 -0
- package/dist/ui/alert-dialog.js +164 -0
- package/dist/ui/alert-dialog.js.map +1 -0
- package/dist/ui/alert.d.ts +126 -0
- package/dist/ui/alert.d.ts.map +1 -0
- package/dist/ui/alert.js +238 -0
- package/dist/ui/alert.js.map +1 -0
- package/dist/ui/announcement.d.ts +41 -0
- package/dist/ui/announcement.d.ts.map +1 -0
- package/dist/ui/announcement.js +30 -0
- package/dist/ui/announcement.js.map +1 -0
- package/dist/ui/aspect-ratio.d.ts.map +1 -0
- package/dist/ui/aspect-ratio.js +14 -0
- package/dist/ui/aspect-ratio.js.map +1 -0
- package/dist/ui/autocomplete.d.ts +401 -0
- package/dist/ui/autocomplete.d.ts.map +1 -0
- package/dist/ui/autocomplete.js +332 -0
- package/dist/ui/autocomplete.js.map +1 -0
- package/dist/ui/avatar.d.ts +39 -0
- package/dist/ui/avatar.d.ts.map +1 -0
- package/dist/ui/avatar.js +27 -0
- package/dist/ui/avatar.js.map +1 -0
- package/dist/ui/badge.d.ts +69 -0
- package/dist/ui/badge.d.ts.map +1 -0
- package/dist/ui/badge.js +55 -0
- package/dist/ui/badge.js.map +1 -0
- package/dist/ui/breadcrumb.d.ts +272 -0
- package/dist/ui/breadcrumb.d.ts.map +1 -0
- package/dist/ui/breadcrumb.js +195 -0
- package/dist/ui/breadcrumb.js.map +1 -0
- package/dist/ui/button-group.d.ts +147 -0
- package/dist/ui/button-group.d.ts.map +1 -0
- package/dist/ui/button-group.js +105 -0
- package/dist/ui/button-group.js.map +1 -0
- package/dist/ui/button.d.ts +78 -0
- package/dist/ui/button.d.ts.map +1 -0
- package/dist/ui/button.js +110 -0
- package/dist/ui/button.js.map +1 -0
- package/dist/ui/card.d.ts +80 -0
- package/dist/ui/card.d.ts.map +1 -0
- package/dist/ui/card.js +77 -0
- package/dist/ui/card.js.map +1 -0
- package/dist/ui/carousel.d.ts +93 -0
- package/dist/ui/carousel.d.ts.map +1 -0
- package/dist/ui/carousel.js +162 -0
- package/dist/ui/carousel.js.map +1 -0
- package/dist/ui/checkbox-group.d.ts.map +1 -0
- package/dist/ui/checkbox-group.js +14 -0
- package/dist/ui/checkbox-group.js.map +1 -0
- package/dist/ui/checkbox.d.ts +89 -0
- package/dist/ui/checkbox.d.ts.map +1 -0
- package/dist/ui/checkbox.js +68 -0
- package/dist/ui/checkbox.js.map +1 -0
- package/dist/ui/code.d.ts.map +1 -0
- package/dist/ui/code.js +22 -0
- package/dist/ui/code.js.map +1 -0
- package/dist/ui/collapsible.d.ts +36 -0
- package/dist/ui/collapsible.d.ts.map +1 -0
- package/dist/ui/collapsible.js +34 -0
- package/dist/ui/collapsible.js.map +1 -0
- package/dist/ui/combobox.d.ts +683 -0
- package/dist/ui/combobox.d.ts.map +1 -0
- package/dist/ui/combobox.js +569 -0
- package/dist/ui/combobox.js.map +1 -0
- package/dist/ui/command.d.ts +325 -0
- package/dist/ui/command.d.ts.map +1 -0
- package/dist/ui/command.js +252 -0
- package/dist/ui/command.js.map +1 -0
- package/dist/ui/container.d.ts.map +1 -0
- package/dist/ui/container.js +13 -0
- package/dist/ui/container.js.map +1 -0
- package/dist/ui/context-menu.d.ts +764 -0
- package/dist/ui/context-menu.d.ts.map +1 -0
- package/dist/ui/context-menu.js +505 -0
- package/dist/ui/context-menu.js.map +1 -0
- package/dist/ui/copy-button.d.ts +40 -0
- package/dist/ui/copy-button.d.ts.map +1 -0
- package/dist/ui/copy-button.js +130 -0
- package/dist/ui/copy-button.js.map +1 -0
- package/dist/ui/dialog.d.ts +66 -0
- package/dist/ui/dialog.d.ts.map +1 -0
- package/dist/ui/dialog.js +27 -0
- package/dist/ui/dialog.js.map +1 -0
- package/dist/ui/drawer.d.ts +535 -0
- package/dist/ui/drawer.d.ts.map +1 -0
- package/dist/ui/drawer.js +293 -0
- package/dist/ui/drawer.js.map +1 -0
- package/dist/ui/dropdown-menu.d.ts +144 -0
- package/dist/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/ui/dropdown-menu.js +40 -0
- package/dist/ui/dropdown-menu.js.map +1 -0
- package/dist/ui/dropzone.d.ts +274 -0
- package/dist/ui/dropzone.d.ts.map +1 -0
- package/dist/ui/dropzone.js +208 -0
- package/dist/ui/dropzone.js.map +1 -0
- package/dist/ui/emoji-picker.d.ts +397 -0
- package/dist/ui/emoji-picker.d.ts.map +1 -0
- package/dist/ui/emoji-picker.js +346 -0
- package/dist/ui/emoji-picker.js.map +1 -0
- package/dist/ui/empty.d.ts +279 -0
- package/dist/ui/empty.d.ts.map +1 -0
- package/dist/ui/empty.js +211 -0
- package/dist/ui/empty.js.map +1 -0
- package/dist/ui/field.d.ts +120 -0
- package/dist/ui/field.d.ts.map +1 -0
- package/dist/ui/field.js +86 -0
- package/dist/ui/field.js.map +1 -0
- package/dist/ui/fieldset.d.ts +36 -0
- package/dist/ui/fieldset.d.ts.map +1 -0
- package/dist/ui/fieldset.js +28 -0
- package/dist/ui/fieldset.js.map +1 -0
- package/dist/ui/form.d.ts +28 -0
- package/dist/ui/form.d.ts.map +1 -0
- package/dist/ui/form.js +15 -0
- package/dist/ui/form.js.map +1 -0
- package/dist/ui/input-group.d.ts +160 -0
- package/dist/ui/input-group.d.ts.map +1 -0
- package/dist/ui/input-group.js +31 -0
- package/dist/ui/input-group.js.map +1 -0
- package/dist/ui/input-otp.d.ts +206 -0
- package/dist/ui/input-otp.d.ts.map +1 -0
- package/dist/ui/input-otp.js +139 -0
- package/dist/ui/input-otp.js.map +1 -0
- package/dist/ui/input.d.ts +46 -0
- package/dist/ui/input.d.ts.map +1 -0
- package/dist/ui/input.js +37 -0
- package/dist/ui/input.js.map +1 -0
- package/dist/ui/item.d.ts +182 -0
- package/dist/ui/item.d.ts.map +1 -0
- package/dist/ui/item.js +142 -0
- package/dist/ui/item.js.map +1 -0
- package/dist/ui/kbd.d.ts +36 -0
- package/dist/ui/kbd.d.ts.map +1 -0
- package/dist/ui/kbd.js +54 -0
- package/dist/ui/kbd.js.map +1 -0
- package/dist/ui/label.d.ts.map +1 -0
- package/dist/ui/label.js +16 -0
- package/dist/ui/label.js.map +1 -0
- package/dist/ui/marquee.d.ts +58 -0
- package/dist/ui/marquee.d.ts.map +1 -0
- package/dist/ui/marquee.js +42 -0
- package/dist/ui/marquee.js.map +1 -0
- package/dist/ui/menubar.d.ts +769 -0
- package/dist/ui/menubar.d.ts.map +1 -0
- package/dist/ui/menubar.js +475 -0
- package/dist/ui/menubar.js.map +1 -0
- package/dist/ui/meter.d.ts +60 -0
- package/dist/ui/meter.d.ts.map +1 -0
- package/dist/ui/meter.js +51 -0
- package/dist/ui/meter.js.map +1 -0
- package/dist/ui/navigation-list.d.ts +972 -0
- package/dist/ui/navigation-list.d.ts.map +1 -0
- package/dist/ui/navigation-list.js +914 -0
- package/dist/ui/navigation-list.js.map +1 -0
- package/dist/ui/navigation-menu.d.ts +473 -0
- package/dist/ui/navigation-menu.d.ts.map +1 -0
- package/dist/ui/navigation-menu.js +319 -0
- package/dist/ui/navigation-menu.js.map +1 -0
- package/dist/ui/number-field.d.ts +183 -0
- package/dist/ui/number-field.d.ts.map +1 -0
- package/dist/ui/number-field.js +159 -0
- package/dist/ui/number-field.js.map +1 -0
- package/dist/ui/pagination.d.ts +268 -0
- package/dist/ui/pagination.d.ts.map +1 -0
- package/dist/ui/pagination.js +217 -0
- package/dist/ui/pagination.js.map +1 -0
- package/dist/ui/pill.d.ts +122 -0
- package/dist/ui/pill.d.ts.map +1 -0
- package/dist/ui/pill.js +91 -0
- package/dist/ui/pill.js.map +1 -0
- package/dist/ui/popover.d.ts +194 -0
- package/dist/ui/popover.d.ts.map +1 -0
- package/dist/ui/popover.js +160 -0
- package/dist/ui/popover.js.map +1 -0
- package/dist/ui/portal.d.ts.map +1 -0
- package/dist/ui/portal.js +53 -0
- package/dist/ui/portal.js.map +1 -0
- package/dist/ui/preview-card.d.ts +113 -0
- package/dist/ui/preview-card.d.ts.map +1 -0
- package/dist/ui/preview-card.js +94 -0
- package/dist/ui/preview-card.js.map +1 -0
- package/dist/ui/progress.d.ts +60 -0
- package/dist/ui/progress.d.ts.map +1 -0
- package/dist/ui/progress.js +54 -0
- package/dist/ui/progress.js.map +1 -0
- package/dist/ui/qr-code.d.ts.map +1 -0
- package/dist/ui/qr-code.js +79 -0
- package/dist/ui/qr-code.js.map +1 -0
- package/dist/ui/radio-group.d.ts +102 -0
- package/dist/ui/radio-group.d.ts.map +1 -0
- package/dist/ui/radio-group.js +76 -0
- package/dist/ui/radio-group.js.map +1 -0
- package/dist/ui/range-slider/range-slider-types.d.ts +5 -0
- package/dist/ui/range-slider/range-slider-types.d.ts.map +1 -0
- package/dist/ui/range-slider/range-slider-types.js +0 -0
- package/dist/ui/range-slider.d.ts +57 -0
- package/dist/ui/range-slider.d.ts.map +1 -0
- package/dist/ui/range-slider.js +338 -0
- package/dist/ui/range-slider.js.map +1 -0
- package/dist/ui/rating.d.ts +149 -0
- package/dist/ui/rating.d.ts.map +1 -0
- package/dist/ui/rating.js +173 -0
- package/dist/ui/rating.js.map +1 -0
- package/dist/ui/resizable.d.ts +39 -0
- package/dist/ui/resizable.d.ts.map +1 -0
- package/dist/ui/resizable.js +34 -0
- package/dist/ui/resizable.js.map +1 -0
- package/dist/ui/scroll-area.d.ts +80 -0
- package/dist/ui/scroll-area.d.ts.map +1 -0
- package/dist/ui/scroll-area.js +54 -0
- package/dist/ui/scroll-area.js.map +1 -0
- package/dist/ui/select.d.ts +545 -0
- package/dist/ui/select.d.ts.map +1 -0
- package/dist/ui/select.js +425 -0
- package/dist/ui/select.js.map +1 -0
- package/dist/ui/separator.d.ts.map +1 -0
- package/dist/ui/separator.js +15 -0
- package/dist/ui/separator.js.map +1 -0
- package/dist/ui/sheet.d.ts +158 -0
- package/dist/ui/sheet.d.ts.map +1 -0
- package/dist/ui/sheet.js +27 -0
- package/dist/ui/sheet.js.map +1 -0
- package/dist/ui/sidebar.d.ts +521 -0
- package/dist/ui/sidebar.d.ts.map +1 -0
- package/dist/ui/sidebar.js +538 -0
- package/dist/ui/sidebar.js.map +1 -0
- package/dist/ui/skeleton.d.ts.map +1 -0
- package/dist/ui/skeleton.js +13 -0
- package/dist/ui/skeleton.js.map +1 -0
- package/dist/ui/slider.d.ts +52 -0
- package/dist/ui/slider.d.ts.map +1 -0
- package/dist/ui/slider.js +215 -0
- package/dist/ui/slider.js.map +1 -0
- package/dist/ui/spacer.d.ts.map +1 -0
- package/dist/ui/spacer.js +26 -0
- package/dist/ui/spacer.js.map +1 -0
- package/dist/ui/spinner.d.ts +17 -0
- package/dist/ui/spinner.d.ts.map +1 -0
- package/dist/ui/spinner.js +23 -0
- package/dist/ui/spinner.js.map +1 -0
- package/dist/ui/switch.d.ts +58 -0
- package/dist/ui/switch.d.ts.map +1 -0
- package/dist/ui/switch.js +43 -0
- package/dist/ui/switch.js.map +1 -0
- package/dist/ui/table.d.ts +279 -0
- package/dist/ui/table.d.ts.map +1 -0
- package/dist/ui/table.js +210 -0
- package/dist/ui/table.js.map +1 -0
- package/dist/ui/tabs.d.ts +120 -0
- package/dist/ui/tabs.d.ts.map +1 -0
- package/dist/ui/tabs.js +170 -0
- package/dist/ui/tabs.js.map +1 -0
- package/dist/ui/textarea.d.ts +37 -0
- package/dist/ui/textarea.d.ts.map +1 -0
- package/dist/ui/textarea.js +36 -0
- package/dist/ui/textarea.js.map +1 -0
- package/dist/ui/theme-icon.d.ts +78 -0
- package/dist/ui/theme-icon.d.ts.map +1 -0
- package/dist/ui/theme-icon.js +58 -0
- package/dist/ui/theme-icon.js.map +1 -0
- package/dist/ui/timeline.d.ts +171 -0
- package/dist/ui/timeline.d.ts.map +1 -0
- package/dist/ui/timeline.js +472 -0
- package/dist/ui/timeline.js.map +1 -0
- package/dist/ui/toggle-group.d.ts +138 -0
- package/dist/ui/toggle-group.d.ts.map +1 -0
- package/dist/ui/toggle-group.js +76 -0
- package/dist/ui/toggle-group.js.map +1 -0
- package/dist/ui/toggle.d.ts +53 -0
- package/dist/ui/toggle.d.ts.map +1 -0
- package/dist/ui/toggle.js +41 -0
- package/dist/ui/toggle.js.map +1 -0
- package/dist/ui/toolbar.d.ts +234 -0
- package/dist/ui/toolbar.d.ts.map +1 -0
- package/dist/ui/toolbar.js +156 -0
- package/dist/ui/toolbar.js.map +1 -0
- package/dist/ui/tooltip.d.ts +55 -0
- package/dist/ui/tooltip.d.ts.map +1 -0
- package/dist/ui/tooltip.js +31 -0
- package/dist/ui/tooltip.js.map +1 -0
- package/dist/ui/typography.d.ts +411 -0
- package/dist/ui/typography.d.ts.map +1 -0
- package/dist/ui/typography.js +290 -0
- package/dist/ui/typography.js.map +1 -0
- package/dist/use-badge-default-props-8d9wPL0k.js +8 -0
- package/dist/use-badge-default-props-8d9wPL0k.js.map +1 -0
- package/dist/use-input-default-props-B6VgKXGM.js +8 -0
- package/dist/use-input-default-props-B6VgKXGM.js.map +1 -0
- package/dist/use-textarea-default-props-7MlOxkDO.js +8 -0
- package/dist/use-textarea-default-props-7MlOxkDO.js.map +1 -0
- package/package.json +165 -745
- package/dist/accordion-trigger-P3yAXC9X.d.ts +0 -35
- package/dist/accordion-trigger-P3yAXC9X.d.ts.map +0 -1
- package/dist/accordion.d.ts +0 -59
- package/dist/accordion.d.ts.map +0 -1
- package/dist/accordion.js +0 -45
- package/dist/accordion.js.map +0 -1
- package/dist/affix.d.ts +0 -50
- package/dist/affix.d.ts.map +0 -1
- package/dist/affix.js +0 -58
- package/dist/affix.js.map +0 -1
- package/dist/alert-dialog-trigger-Bh4pSvCf.js +0 -142
- package/dist/alert-dialog-trigger-Bh4pSvCf.js.map +0 -1
- package/dist/alert-dialog-viewport-CIjRyI-y.d.ts +0 -120
- package/dist/alert-dialog-viewport-CIjRyI-y.d.ts.map +0 -1
- package/dist/alert-dialog.d.ts +0 -76
- package/dist/alert-dialog.d.ts.map +0 -1
- package/dist/alert-dialog.js +0 -28
- package/dist/alert-dialog.js.map +0 -1
- package/dist/alert-title-B1q_D7US.js +0 -29
- package/dist/alert-title-B1q_D7US.js.map +0 -1
- package/dist/alert-title-BzrwvCBs.d.ts +0 -26
- package/dist/alert-title-BzrwvCBs.d.ts.map +0 -1
- package/dist/alert.d.ts +0 -106
- package/dist/alert.d.ts.map +0 -1
- package/dist/alert.js +0 -215
- package/dist/alert.js.map +0 -1
- package/dist/announcement-title-CZ-xxuBs.js +0 -19
- package/dist/announcement-title-CZ-xxuBs.js.map +0 -1
- package/dist/announcement-title-DQAqY8lM.d.ts +0 -19
- package/dist/announcement-title-DQAqY8lM.d.ts.map +0 -1
- package/dist/announcement.d.ts +0 -28
- package/dist/announcement.d.ts.map +0 -1
- package/dist/announcement.js +0 -17
- package/dist/announcement.js.map +0 -1
- package/dist/aspect-ratio.d.ts.map +0 -1
- package/dist/aspect-ratio.js +0 -14
- package/dist/aspect-ratio.js.map +0 -1
- package/dist/autocomplete-value-CE4htlBI.js +0 -296
- package/dist/autocomplete-value-CE4htlBI.js.map +0 -1
- package/dist/autocomplete-value-DZvfXD_j.d.ts +0 -320
- package/dist/autocomplete-value-DZvfXD_j.d.ts.map +0 -1
- package/dist/autocomplete.d.ts +0 -89
- package/dist/autocomplete.d.ts.map +0 -1
- package/dist/autocomplete.js +0 -42
- package/dist/autocomplete.js.map +0 -1
- package/dist/avatar-image-BpYCNLxP.d.ts +0 -41
- package/dist/avatar-image-BpYCNLxP.d.ts.map +0 -1
- package/dist/avatar-image-QGDvWzq_.js +0 -47
- package/dist/avatar-image-QGDvWzq_.js.map +0 -1
- package/dist/avatar.d.ts +0 -39
- package/dist/avatar.d.ts.map +0 -1
- package/dist/avatar.js +0 -27
- package/dist/avatar.js.map +0 -1
- package/dist/badge.d.ts +0 -69
- package/dist/badge.d.ts.map +0 -1
- package/dist/badge.js +0 -55
- package/dist/badge.js.map +0 -1
- package/dist/breadcrumb-separator-BxPVg1Je.js +0 -172
- package/dist/breadcrumb-separator-BxPVg1Je.js.map +0 -1
- package/dist/breadcrumb-separator-Cn5BAhvD.d.ts +0 -228
- package/dist/breadcrumb-separator-Cn5BAhvD.d.ts.map +0 -1
- package/dist/breadcrumb.d.ts +0 -52
- package/dist/breadcrumb.d.ts.map +0 -1
- package/dist/breadcrumb.js +0 -29
- package/dist/breadcrumb.js.map +0 -1
- package/dist/button-group-size-context-BAqIdusJ.js +0 -8
- package/dist/button-group-size-context-BAqIdusJ.js.map +0 -1
- package/dist/button-group-text-B2_MmlIc.d.ts +0 -85
- package/dist/button-group-text-B2_MmlIc.d.ts.map +0 -1
- package/dist/button-group-text-JA0xMSnb.js +0 -62
- package/dist/button-group-text-JA0xMSnb.js.map +0 -1
- package/dist/button-group.d.ts +0 -72
- package/dist/button-group.d.ts.map +0 -1
- package/dist/button-group.js +0 -50
- package/dist/button-group.js.map +0 -1
- package/dist/button.d.ts +0 -78
- package/dist/button.d.ts.map +0 -1
- package/dist/button.js +0 -110
- package/dist/button.js.map +0 -1
- package/dist/card-title-BaHIF8-E.d.ts +0 -47
- package/dist/card-title-BaHIF8-E.d.ts.map +0 -1
- package/dist/card.d.ts +0 -39
- package/dist/card.d.ts.map +0 -1
- package/dist/card.js +0 -26
- package/dist/card.js.map +0 -1
- package/dist/carousel-previous-OcdvvI1k.js +0 -90
- package/dist/carousel-previous-OcdvvI1k.js.map +0 -1
- package/dist/carousel.d.ts +0 -39
- package/dist/carousel.d.ts.map +0 -1
- package/dist/carousel.js +0 -79
- package/dist/carousel.js.map +0 -1
- package/dist/checkbox-group.d.ts.map +0 -1
- package/dist/checkbox-group.js +0 -14
- package/dist/checkbox-group.js.map +0 -1
- package/dist/checkbox-indicator-D9X12aCq.d.ts +0 -44
- package/dist/checkbox-indicator-D9X12aCq.d.ts.map +0 -1
- package/dist/checkbox-indicator-DMjot9eq.js +0 -31
- package/dist/checkbox-indicator-DMjot9eq.js.map +0 -1
- package/dist/checkbox.d.ts +0 -54
- package/dist/checkbox.d.ts.map +0 -1
- package/dist/checkbox.js +0 -46
- package/dist/checkbox.js.map +0 -1
- package/dist/code.d.ts.map +0 -1
- package/dist/code.js +0 -22
- package/dist/code.js.map +0 -1
- package/dist/collapsible-trigger-CvIq1bXq.d.ts +0 -19
- package/dist/collapsible-trigger-CvIq1bXq.d.ts.map +0 -1
- package/dist/collapsible-trigger-DCw3swj8.js +0 -22
- package/dist/collapsible-trigger-DCw3swj8.js.map +0 -1
- package/dist/collapsible.d.ts +0 -27
- package/dist/collapsible.d.ts.map +0 -1
- package/dist/collapsible.js +0 -20
- package/dist/collapsible.js.map +0 -1
- package/dist/combobox.d.ts +0 -149
- package/dist/combobox.d.ts.map +0 -1
- package/dist/combobox.js +0 -50
- package/dist/combobox.js.map +0 -1
- package/dist/command-shortcut-B42eSLXJ.d.ts +0 -268
- package/dist/command-shortcut-B42eSLXJ.d.ts.map +0 -1
- package/dist/command-shortcut-fALFGGNB.js +0 -226
- package/dist/command-shortcut-fALFGGNB.js.map +0 -1
- package/dist/command.d.ts +0 -65
- package/dist/command.d.ts.map +0 -1
- package/dist/command.js +0 -33
- package/dist/command.js.map +0 -1
- package/dist/container.d.ts.map +0 -1
- package/dist/container.js +0 -13
- package/dist/container.js.map +0 -1
- package/dist/context-menu-trigger-D1yfnhtH.d.ts +0 -632
- package/dist/context-menu-trigger-D1yfnhtH.d.ts.map +0 -1
- package/dist/context-menu-trigger-Db8Hnkac.js +0 -471
- package/dist/context-menu-trigger-Db8Hnkac.js.map +0 -1
- package/dist/context-menu.d.ts +0 -140
- package/dist/context-menu.d.ts.map +0 -1
- package/dist/context-menu.js +0 -40
- package/dist/context-menu.js.map +0 -1
- package/dist/dialog-trigger-Qa2UBwDK.js +0 -122
- package/dist/dialog-trigger-Qa2UBwDK.js.map +0 -1
- package/dist/dialog-viewport-_iN9a_OF.d.ts +0 -96
- package/dist/dialog-viewport-_iN9a_OF.d.ts.map +0 -1
- package/dist/dialog.d.ts +0 -66
- package/dist/dialog.d.ts.map +0 -1
- package/dist/dialog.js +0 -27
- package/dist/dialog.js.map +0 -1
- package/dist/drawer-size-context-TrNk8sne.d.ts +0 -377
- package/dist/drawer-size-context-TrNk8sne.d.ts.map +0 -1
- package/dist/drawer-viewport-CXCkzSjL.js +0 -261
- package/dist/drawer-viewport-CXCkzSjL.js.map +0 -1
- package/dist/drawer.d.ts +0 -164
- package/dist/drawer.d.ts.map +0 -1
- package/dist/drawer.js +0 -38
- package/dist/drawer.js.map +0 -1
- package/dist/dropdown-menu-trigger-BzJ8E29P.d.ts +0 -646
- package/dist/dropdown-menu-trigger-BzJ8E29P.d.ts.map +0 -1
- package/dist/dropdown-menu-trigger-PvBaqoOj.js +0 -488
- package/dist/dropdown-menu-trigger-PvBaqoOj.js.map +0 -1
- package/dist/dropdown-menu.d.ts +0 -144
- package/dist/dropdown-menu.d.ts.map +0 -1
- package/dist/dropdown-menu.js +0 -40
- package/dist/dropdown-menu.js.map +0 -1
- package/dist/dropzone-context-PCTXy62j.d.ts +0 -46
- package/dist/dropzone-context-PCTXy62j.d.ts.map +0 -1
- package/dist/dropzone-status-BziqO77U.js +0 -34
- package/dist/dropzone-status-BziqO77U.js.map +0 -1
- package/dist/dropzone.d.ts +0 -234
- package/dist/dropzone.d.ts.map +0 -1
- package/dist/dropzone.js +0 -181
- package/dist/dropzone.js.map +0 -1
- package/dist/emoji-picker-size-context-gu6mLjuf.d.ts +0 -315
- package/dist/emoji-picker-size-context-gu6mLjuf.d.ts.map +0 -1
- package/dist/emoji-picker-skin-tone-selector-DAJcO_Ue.js +0 -308
- package/dist/emoji-picker-skin-tone-selector-DAJcO_Ue.js.map +0 -1
- package/dist/emoji-picker.d.ts +0 -92
- package/dist/emoji-picker.d.ts.map +0 -1
- package/dist/emoji-picker.js +0 -45
- package/dist/emoji-picker.js.map +0 -1
- package/dist/empty-title-C9hHuBz8.d.ts +0 -211
- package/dist/empty-title-C9hHuBz8.d.ts.map +0 -1
- package/dist/empty-title-DjJj4k34.js +0 -178
- package/dist/empty-title-DjJj4k34.js.map +0 -1
- package/dist/empty.d.ts +0 -77
- package/dist/empty.d.ts.map +0 -1
- package/dist/empty.js +0 -39
- package/dist/empty.js.map +0 -1
- package/dist/fieldset-BvbNkZWm.d.ts +0 -151
- package/dist/fieldset-BvbNkZWm.d.ts.map +0 -1
- package/dist/fieldset-fXftcr4b.js +0 -109
- package/dist/fieldset-fXftcr4b.js.map +0 -1
- package/dist/form-field.d.ts +0 -155
- package/dist/form-field.d.ts.map +0 -1
- package/dist/form-field.js +0 -136
- package/dist/form-field.js.map +0 -1
- package/dist/index.d.ts +0 -1247
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -1495
- package/dist/index.js.map +0 -1
- package/dist/input-group-textarea-C6-pPujg.d.ts +0 -121
- package/dist/input-group-textarea-C6-pPujg.d.ts.map +0 -1
- package/dist/input-group-textarea-C6ixncHC.js +0 -120
- package/dist/input-group-textarea-C6ixncHC.js.map +0 -1
- package/dist/input-group.d.ts +0 -46
- package/dist/input-group.d.ts.map +0 -1
- package/dist/input-group.js +0 -31
- package/dist/input-group.js.map +0 -1
- package/dist/input-otp-slot-BA8DE3oz.js +0 -116
- package/dist/input-otp-slot-BA8DE3oz.js.map +0 -1
- package/dist/input-otp-slot-BxEhjqR5.d.ts +0 -173
- package/dist/input-otp-slot-BxEhjqR5.d.ts.map +0 -1
- package/dist/input-otp.d.ts +0 -40
- package/dist/input-otp.d.ts.map +0 -1
- package/dist/input-otp.js +0 -30
- package/dist/input-otp.js.map +0 -1
- package/dist/input.d.ts +0 -46
- package/dist/input.d.ts.map +0 -1
- package/dist/input.js +0 -37
- package/dist/input.js.map +0 -1
- package/dist/item-title-BEt0xgK_.d.ts +0 -91
- package/dist/item-title-BEt0xgK_.d.ts.map +0 -1
- package/dist/item-title-DL4BlZUJ.js +0 -90
- package/dist/item-title-DL4BlZUJ.js.map +0 -1
- package/dist/item.d.ts +0 -98
- package/dist/item.d.ts.map +0 -1
- package/dist/item.js +0 -57
- package/dist/item.js.map +0 -1
- package/dist/kbd-group-3GbsGHQf.d.ts +0 -19
- package/dist/kbd-group-3GbsGHQf.d.ts.map +0 -1
- package/dist/kbd-group-BmHYZhQr.js +0 -30
- package/dist/kbd-group-BmHYZhQr.js.map +0 -1
- package/dist/kbd.d.ts +0 -23
- package/dist/kbd.d.ts.map +0 -1
- package/dist/kbd.js +0 -30
- package/dist/kbd.js.map +0 -1
- package/dist/label.d.ts.map +0 -1
- package/dist/label.js +0 -16
- package/dist/label.js.map +0 -1
- package/dist/marquee-item-B0TLvHgC.js +0 -30
- package/dist/marquee-item-B0TLvHgC.js.map +0 -1
- package/dist/marquee-item-CF7L5m2C.d.ts +0 -33
- package/dist/marquee-item-CF7L5m2C.d.ts.map +0 -1
- package/dist/marquee.d.ts +0 -31
- package/dist/marquee.d.ts.map +0 -1
- package/dist/marquee.js +0 -18
- package/dist/marquee.js.map +0 -1
- package/dist/menubar-trigger-BSEAK4Hv.js +0 -427
- package/dist/menubar-trigger-BSEAK4Hv.js.map +0 -1
- package/dist/menubar-trigger-Cg8h_R-F.d.ts +0 -633
- package/dist/menubar-trigger-Cg8h_R-F.d.ts.map +0 -1
- package/dist/menubar.d.ts +0 -145
- package/dist/menubar.d.ts.map +0 -1
- package/dist/menubar.js +0 -54
- package/dist/menubar.js.map +0 -1
- package/dist/merge-base-ui-class-name-u6eS5MaQ.js +0 -11
- package/dist/merge-base-ui-class-name-u6eS5MaQ.js.map +0 -1
- package/dist/meter-value-BBRupvEw.d.ts +0 -34
- package/dist/meter-value-BBRupvEw.d.ts.map +0 -1
- package/dist/meter-value-DTvav35V.js +0 -38
- package/dist/meter-value-DTvav35V.js.map +0 -1
- package/dist/meter.d.ts +0 -33
- package/dist/meter.d.ts.map +0 -1
- package/dist/meter.js +0 -20
- package/dist/meter.js.map +0 -1
- package/dist/navigation-menu-viewport-B1zGz9H_.d.ts +0 -401
- package/dist/navigation-menu-viewport-B1zGz9H_.d.ts.map +0 -1
- package/dist/navigation-menu-viewport-MCTpmOhX.js +0 -284
- package/dist/navigation-menu-viewport-MCTpmOhX.js.map +0 -1
- package/dist/navigation-menu.d.ts +0 -79
- package/dist/navigation-menu.d.ts.map +0 -1
- package/dist/navigation-menu.js +0 -42
- package/dist/navigation-menu.js.map +0 -1
- package/dist/number-field-scrub-area-cursor-DJPffFNk.d.ts +0 -137
- package/dist/number-field-scrub-area-cursor-DJPffFNk.d.ts.map +0 -1
- package/dist/number-field-scrub-area-cursor-h-iB-JHz.js +0 -136
- package/dist/number-field-scrub-area-cursor-h-iB-JHz.js.map +0 -1
- package/dist/number-field.d.ts +0 -53
- package/dist/number-field.d.ts.map +0 -1
- package/dist/number-field.js +0 -30
- package/dist/number-field.js.map +0 -1
- package/dist/optional-portal-BnKabTYx.js +0 -16
- package/dist/optional-portal-BnKabTYx.js.map +0 -1
- package/dist/pagination-previous-B-zSBsti.d.ts +0 -226
- package/dist/pagination-previous-B-zSBsti.d.ts.map +0 -1
- package/dist/pagination-previous-g-wCDo--.js +0 -194
- package/dist/pagination-previous-g-wCDo--.js.map +0 -1
- package/dist/pagination.d.ts +0 -49
- package/dist/pagination.d.ts.map +0 -1
- package/dist/pagination.js +0 -29
- package/dist/pagination.js.map +0 -1
- package/dist/pill-status-B0H8oDjy.d.ts +0 -78
- package/dist/pill-status-B0H8oDjy.d.ts.map +0 -1
- package/dist/pill-status-CZugGAo0.js +0 -75
- package/dist/pill-status-CZugGAo0.js.map +0 -1
- package/dist/pill.d.ts +0 -50
- package/dist/pill.d.ts.map +0 -1
- package/dist/pill.js +0 -22
- package/dist/pill.js.map +0 -1
- package/dist/popover-trigger-YoOfFIQY.js +0 -131
- package/dist/popover-trigger-YoOfFIQY.js.map +0 -1
- package/dist/popover-viewport-D0OLhge2.d.ts +0 -130
- package/dist/popover-viewport-D0OLhge2.d.ts.map +0 -1
- package/dist/popover.d.ts +0 -70
- package/dist/popover.d.ts.map +0 -1
- package/dist/popover.js +0 -35
- package/dist/popover.js.map +0 -1
- package/dist/portal.d.ts.map +0 -1
- package/dist/portal.js +0 -53
- package/dist/portal.js.map +0 -1
- package/dist/preview-card-trigger-CbF-WF9d.js +0 -75
- package/dist/preview-card-trigger-CbF-WF9d.js.map +0 -1
- package/dist/preview-card-viewport-DyigXVot.d.ts +0 -67
- package/dist/preview-card-viewport-DyigXVot.d.ts.map +0 -1
- package/dist/preview-card.d.ts +0 -52
- package/dist/preview-card.d.ts.map +0 -1
- package/dist/preview-card.js +0 -25
- package/dist/preview-card.js.map +0 -1
- package/dist/progress-value-C2beGR4l.js +0 -38
- package/dist/progress-value-C2beGR4l.js.map +0 -1
- package/dist/progress-value-DdW3JCEx.d.ts +0 -33
- package/dist/progress-value-DdW3JCEx.d.ts.map +0 -1
- package/dist/progress.d.ts +0 -33
- package/dist/progress.d.ts.map +0 -1
- package/dist/progress.js +0 -23
- package/dist/progress.js.map +0 -1
- package/dist/qr-code.d.ts.map +0 -1
- package/dist/qr-code.js +0 -79
- package/dist/qr-code.js.map +0 -1
- package/dist/radio-group-item-By6KUGFQ.js +0 -65
- package/dist/radio-group-item-By6KUGFQ.js.map +0 -1
- package/dist/radio-group-item-DvfY629D.d.ts +0 -81
- package/dist/radio-group-item-DvfY629D.d.ts.map +0 -1
- package/dist/radio-group.d.ts +0 -26
- package/dist/radio-group.d.ts.map +0 -1
- package/dist/radio-group.js +0 -17
- package/dist/radio-group.js.map +0 -1
- package/dist/rating-star-Bg5AgFfI.d.ts +0 -64
- package/dist/rating-star-Bg5AgFfI.d.ts.map +0 -1
- package/dist/rating-star-CT7E88Vb.js +0 -115
- package/dist/rating-star-CT7E88Vb.js.map +0 -1
- package/dist/rating.d.ts +0 -93
- package/dist/rating.d.ts.map +0 -1
- package/dist/rating.js +0 -64
- package/dist/rating.js.map +0 -1
- package/dist/resizable-panel-BSRzFmQT.d.ts +0 -22
- package/dist/resizable-panel-BSRzFmQT.d.ts.map +0 -1
- package/dist/resizable-panel-Qs_va758.js +0 -22
- package/dist/resizable-panel-Qs_va758.js.map +0 -1
- package/dist/resizable.d.ts +0 -24
- package/dist/resizable.d.ts.map +0 -1
- package/dist/resizable.js +0 -19
- package/dist/resizable.js.map +0 -1
- package/dist/scroll-area.d.ts +0 -44
- package/dist/scroll-area.d.ts.map +0 -1
- package/dist/scroll-area.js +0 -31
- package/dist/scroll-area.js.map +0 -1
- package/dist/scroll-bar-Ms5-vqAH.js +0 -26
- package/dist/scroll-bar-Ms5-vqAH.js.map +0 -1
- package/dist/scroll-viewport-02SiMbYg.d.ts +0 -42
- package/dist/scroll-viewport-02SiMbYg.d.ts.map +0 -1
- package/dist/scroll-viewport-Bv90eZWC.js +0 -30
- package/dist/scroll-viewport-Bv90eZWC.js.map +0 -1
- package/dist/select-value-DCLmCbND.d.ts +0 -413
- package/dist/select-value-DCLmCbND.d.ts.map +0 -1
- package/dist/select.d.ts +0 -140
- package/dist/select.d.ts.map +0 -1
- package/dist/select.js +0 -48
- package/dist/select.js.map +0 -1
- package/dist/separator.d.ts.map +0 -1
- package/dist/separator.js +0 -15
- package/dist/separator.js.map +0 -1
- package/dist/sheet-trigger-CBnNmAyv.js +0 -121
- package/dist/sheet-trigger-CBnNmAyv.js.map +0 -1
- package/dist/sheet-viewport-PgLs2Dbp.d.ts +0 -99
- package/dist/sheet-viewport-PgLs2Dbp.d.ts.map +0 -1
- package/dist/sheet.d.ts +0 -65
- package/dist/sheet.d.ts.map +0 -1
- package/dist/sheet.js +0 -27
- package/dist/sheet.js.map +0 -1
- package/dist/sidebar-trigger-DpUDeyoo.js +0 -460
- package/dist/sidebar-trigger-DpUDeyoo.js.map +0 -1
- package/dist/sidebar.d.ts +0 -139
- package/dist/sidebar.d.ts.map +0 -1
- package/dist/sidebar.js +0 -84
- package/dist/sidebar.js.map +0 -1
- package/dist/size-context-CPoCTRTV.d.ts +0 -16
- package/dist/size-context-CPoCTRTV.d.ts.map +0 -1
- package/dist/size-context-rJNE33WZ.js +0 -25
- package/dist/size-context-rJNE33WZ.js.map +0 -1
- package/dist/size-provider-D2Fy00Ky.js +0 -128
- package/dist/size-provider-D2Fy00Ky.js.map +0 -1
- package/dist/size-system-BNfPN2hb.js +0 -47
- package/dist/size-system-BNfPN2hb.js.map +0 -1
- package/dist/size-system-CMU68sQY.d.ts +0 -6
- package/dist/size-system-CMU68sQY.d.ts.map +0 -1
- package/dist/skeleton.d.ts.map +0 -1
- package/dist/skeleton.js +0 -13
- package/dist/skeleton.js.map +0 -1
- package/dist/slider-CqapJ6Pa.js +0 -544
- package/dist/slider-CqapJ6Pa.js.map +0 -1
- package/dist/slider-types-BejlapyA.d.ts +0 -192
- package/dist/slider-types-BejlapyA.d.ts.map +0 -1
- package/dist/slider.d.ts +0 -2
- package/dist/slider.js +0 -3
- package/dist/spacer.d.ts.map +0 -1
- package/dist/spacer.js +0 -26
- package/dist/spacer.js.map +0 -1
- package/dist/spinner.d.ts +0 -17
- package/dist/spinner.d.ts.map +0 -1
- package/dist/spinner.js +0 -23
- package/dist/spinner.js.map +0 -1
- package/dist/switch-thumb-B1oq_Il-.d.ts +0 -12
- package/dist/switch-thumb-B1oq_Il-.d.ts.map +0 -1
- package/dist/switch-thumb-BcrfgKM7.js +0 -14
- package/dist/switch-thumb-BcrfgKM7.js.map +0 -1
- package/dist/switch.d.ts +0 -52
- package/dist/switch.d.ts.map +0 -1
- package/dist/switch.js +0 -36
- package/dist/switch.js.map +0 -1
- package/dist/table-row-oLfiQvkD.js +0 -161
- package/dist/table-row-oLfiQvkD.js.map +0 -1
- package/dist/table-size-context-CIwmKalf.d.ts +0 -206
- package/dist/table-size-context-CIwmKalf.d.ts.map +0 -1
- package/dist/table.d.ts +0 -82
- package/dist/table.d.ts.map +0 -1
- package/dist/table.js +0 -55
- package/dist/table.js.map +0 -1
- package/dist/tabs-trigger-CzOTnpSV.js +0 -155
- package/dist/tabs-trigger-CzOTnpSV.js.map +0 -1
- package/dist/tabs-trigger-DIAd8cRQ.d.ts +0 -91
- package/dist/tabs-trigger-DIAd8cRQ.d.ts.map +0 -1
- package/dist/tabs.d.ts +0 -43
- package/dist/tabs.d.ts.map +0 -1
- package/dist/tabs.js +0 -24
- package/dist/tabs.js.map +0 -1
- package/dist/textarea.d.ts +0 -37
- package/dist/textarea.d.ts.map +0 -1
- package/dist/textarea.js +0 -36
- package/dist/textarea.js.map +0 -1
- package/dist/theme-icon.d.ts +0 -78
- package/dist/theme-icon.d.ts.map +0 -1
- package/dist/theme-icon.js +0 -58
- package/dist/theme-icon.js.map +0 -1
- package/dist/timeline-title-DPQkU32C.js +0 -390
- package/dist/timeline-title-DPQkU32C.js.map +0 -1
- package/dist/timeline.d.ts +0 -97
- package/dist/timeline.d.ts.map +0 -1
- package/dist/timeline.js +0 -89
- package/dist/timeline.js.map +0 -1
- package/dist/toggle-group-item-BNfDa9G7.js +0 -46
- package/dist/toggle-group-item-BNfDa9G7.js.map +0 -1
- package/dist/toggle-group-item-GtR1C20m.d.ts +0 -111
- package/dist/toggle-group-item-GtR1C20m.d.ts.map +0 -1
- package/dist/toggle-group.d.ts +0 -32
- package/dist/toggle-group.d.ts.map +0 -1
- package/dist/toggle-group.js +0 -37
- package/dist/toggle-group.js.map +0 -1
- package/dist/toggle.d.ts +0 -53
- package/dist/toggle.d.ts.map +0 -1
- package/dist/toggle.js +0 -41
- package/dist/toggle.js.map +0 -1
- package/dist/toolbar-separator-B2h6uLOE.d.ts +0 -169
- package/dist/toolbar-separator-B2h6uLOE.d.ts.map +0 -1
- package/dist/toolbar-separator-DenKrCUv.js +0 -124
- package/dist/toolbar-separator-DenKrCUv.js.map +0 -1
- package/dist/toolbar.d.ts +0 -73
- package/dist/toolbar.d.ts.map +0 -1
- package/dist/toolbar.js +0 -40
- package/dist/toolbar.js.map +0 -1
- package/dist/tooltip-trigger-Bh-4uwB1.js +0 -101
- package/dist/tooltip-trigger-Bh-4uwB1.js.map +0 -1
- package/dist/tooltip-viewport-bfS0ERim.d.ts +0 -103
- package/dist/tooltip-viewport-bfS0ERim.d.ts.map +0 -1
- package/dist/tooltip.d.ts +0 -55
- package/dist/tooltip.d.ts.map +0 -1
- package/dist/tooltip.js +0 -31
- package/dist/tooltip.js.map +0 -1
- package/dist/typography-ul-CQPMwh0l.js +0 -262
- package/dist/typography-ul-CQPMwh0l.js.map +0 -1
- package/dist/typography-ul-DdbLy4uP.d.ts +0 -299
- package/dist/typography-ul-DdbLy4uP.d.ts.map +0 -1
- package/dist/typography.d.ts +0 -118
- package/dist/typography.d.ts.map +0 -1
- package/dist/typography.js +0 -32
- package/dist/typography.js.map +0 -1
- package/dist/use-accordion-default-props-C4qiSPdy.js +0 -276
- package/dist/use-accordion-default-props-C4qiSPdy.js.map +0 -1
- package/dist/use-badge-default-props-aiDsN2ec.js +0 -8
- package/dist/use-badge-default-props-aiDsN2ec.js.map +0 -1
- package/dist/use-card-default-props-D7h5DKMA.js +0 -58
- package/dist/use-card-default-props-D7h5DKMA.js.map +0 -1
- package/dist/use-carousel-BP1JcA8B.d.ts +0 -60
- package/dist/use-carousel-BP1JcA8B.d.ts.map +0 -1
- package/dist/use-combobox-anchor-CR11U_ns.js +0 -524
- package/dist/use-combobox-anchor-CR11U_ns.js.map +0 -1
- package/dist/use-combobox-anchor-_uR3C1ZZ.d.ts +0 -541
- package/dist/use-combobox-anchor-_uR3C1ZZ.d.ts.map +0 -1
- package/dist/use-input-default-props-DSeo88je.js +0 -8
- package/dist/use-input-default-props-DSeo88je.js.map +0 -1
- package/dist/use-select-default-props-xp2KqlMr.js +0 -384
- package/dist/use-select-default-props-xp2KqlMr.js.map +0 -1
- package/dist/use-sidebar-C9Nj2_Hm.d.ts +0 -389
- package/dist/use-sidebar-C9Nj2_Hm.d.ts.map +0 -1
- package/dist/use-textarea-default-props-DEDcVuHi.js +0 -8
- package/dist/use-textarea-default-props-DEDcVuHi.js.map +0 -1
- package/dist/use-timeline-C1sQqHU_.d.ts +0 -82
- package/dist/use-timeline-C1sQqHU_.d.ts.map +0 -1
- /package/dist/{aspect-ratio.d.ts → ui/aspect-ratio.d.ts} +0 -0
- /package/dist/{checkbox-group.d.ts → ui/checkbox-group.d.ts} +0 -0
- /package/dist/{code.d.ts → ui/code.d.ts} +0 -0
- /package/dist/{container.d.ts → ui/container.d.ts} +0 -0
- /package/dist/{label.d.ts → ui/label.d.ts} +0 -0
- /package/dist/{portal.d.ts → ui/portal.d.ts} +0 -0
- /package/dist/{qr-code.d.ts → ui/qr-code.d.ts} +0 -0
- /package/dist/{separator.d.ts → ui/separator.d.ts} +0 -0
- /package/dist/{skeleton.d.ts → ui/skeleton.d.ts} +0 -0
- /package/dist/{spacer.d.ts → ui/spacer.d.ts} +0 -0
package/dist/index.d.ts
DELETED
|
@@ -1,1247 +0,0 @@
|
|
|
1
|
-
import { a as AccordionHeader, c as AccordionContentProps, i as AccordionItemProps, n as AccordionTriggerProps, o as AccordionHeaderProps, r as AccordionItem, s as AccordionContent, t as AccordionTrigger } from "./accordion-trigger-P3yAXC9X.js";
|
|
2
|
-
import { n as UI_SIZE_ORDER, t as UISize } from "./size-system-CMU68sQY.js";
|
|
3
|
-
import { Accordion, AccordionProps, accordionVariants } from "./accordion.js";
|
|
4
|
-
import { BasePortalProps, Portal, PortalProps } from "./portal.js";
|
|
5
|
-
import { Affix, AffixPosition, AffixProps, affixVariants } from "./affix.js";
|
|
6
|
-
import { a as AlertAction, i as AlertDescriptionProps, n as AlertTitleProps, o as AlertActionProps, r as AlertDescription, t as AlertTitle } from "./alert-title-BzrwvCBs.js";
|
|
7
|
-
import { Alert, AlertProps, alertVariants } from "./alert.js";
|
|
8
|
-
import { Button, ButtonProps, buttonVariants } from "./button.js";
|
|
9
|
-
import { A as AlertDialogActionProps, C as AlertDialogClose, D as AlertDialogBackdrop, E as AlertDialogCancelProps, O as AlertDialogBackdropProps, S as AlertDialogPopupProps, T as AlertDialogCancel, _ as AlertDialogDescription, a as AlertDialogTitle, b as AlertDialogContentProps, c as AlertDialogPortalProps, d as AlertDialogMedia, f as AlertDialogMediaProps, g as AlertDialogFooterProps, h as AlertDialogFooter, i as AlertDialogTriggerProps, k as AlertDialogAction, l as AlertDialogOverlay, m as AlertDialogHeaderProps, n as AlertDialogViewportProps, o as AlertDialogTitleProps, p as AlertDialogHeader, r as AlertDialogTrigger, s as AlertDialogPortal, t as AlertDialogViewport, u as AlertDialogOverlayProps, v as AlertDialogDescriptionProps, w as AlertDialogCloseProps, x as AlertDialogPopup, y as AlertDialogContent } from "./alert-dialog-viewport-CIjRyI-y.js";
|
|
10
|
-
import { AlertDialog, AlertDialogProps } from "./alert-dialog.js";
|
|
11
|
-
import { i as AnnouncementTagProps, n as AnnouncementTitleProps, r as AnnouncementTag, t as AnnouncementTitle } from "./announcement-title-DQAqY8lM.js";
|
|
12
|
-
import { Badge, BadgeProps, badgeVariants } from "./badge.js";
|
|
13
|
-
import { Announcement, AnnouncementProps } from "./announcement.js";
|
|
14
|
-
import { AspectRatio, AspectRatioProps } from "./aspect-ratio.js";
|
|
15
|
-
import { A as AutocompleteEmptyProps, B as AutocompleteArrowProps, C as AutocompleteIcon, D as AutocompleteGroup, E as AutocompleteGroupLabelProps, F as AutocompleteClear, I as AutocompleteClearProps, L as AutocompleteBackdrop, M as AutocompleteContentProps, N as AutocompleteCollection, O as AutocompleteGroupProps, P as AutocompleteCollectionProps, R as AutocompleteBackdropProps, S as AutocompleteInputProps, T as AutocompleteGroupLabel, _ as AutocompleteList, a as AutocompleteStatus, b as AutocompleteItemProps, c as AutocompleteSeparatorProps, d as AutocompletePositioner, f as AutocompletePositionerProps, i as AutocompleteTriggerProps, j as AutocompleteContent, k as AutocompleteEmpty, l as AutocompleteRow, m as AutocompletePortalProps, n as AutocompleteValueProps, o as AutocompleteStatusProps, p as AutocompletePortal, r as AutocompleteTrigger, s as AutocompleteSeparator, t as AutocompleteValue, u as AutocompleteRowProps, v as AutocompleteListProps, w as AutocompleteIconProps, x as AutocompleteInput, y as AutocompleteItem, z as AutocompleteArrow } from "./autocomplete-value-DZvfXD_j.js";
|
|
16
|
-
import { Input, InputProps } from "./input.js";
|
|
17
|
-
import { Autocomplete, AutocompleteProps, useFilter as useFilter$1, useFilteredItems as useFilteredItems$1 } from "./autocomplete.js";
|
|
18
|
-
import { a as AvatarGroup, c as AvatarFallbackProps, i as AvatarGroupCountProps, l as AvatarBadge, n as AvatarImageProps, o as AvatarGroupProps, r as AvatarGroupCount, s as AvatarFallback, t as AvatarImage, u as AvatarBadgeProps } from "./avatar-image-BpYCNLxP.js";
|
|
19
|
-
import { Avatar, AvatarProps } from "./avatar.js";
|
|
20
|
-
import { a as BreadcrumbList, c as BreadcrumbLinkProps, d as BreadcrumbEllipsis, f as BreadcrumbEllipsisProps, i as BreadcrumbPageProps, l as BreadcrumbItem, n as BreadcrumbSeparatorProps, o as BreadcrumbListProps, r as BreadcrumbPage, s as BreadcrumbLink, t as BreadcrumbSeparator, u as BreadcrumbItemProps } from "./breadcrumb-separator-Cn5BAhvD.js";
|
|
21
|
-
import { Breadcrumb, BreadcrumbProps } from "./breadcrumb.js";
|
|
22
|
-
import { Separator, SeparatorProps } from "./separator.js";
|
|
23
|
-
import { i as ButtonGroupSeparatorProps, n as ButtonGroupTextProps, r as ButtonGroupSeparator, t as ButtonGroupText } from "./button-group-text-B2_MmlIc.js";
|
|
24
|
-
import { ButtonGroup, ButtonGroupProps, buttonGroupVariants } from "./button-group.js";
|
|
25
|
-
import { a as CardFooter, c as CardDescriptionProps, d as CardAction, f as CardActionProps, i as CardHeaderProps, l as CardContent, n as CardTitleProps, o as CardFooterProps, r as CardHeader, s as CardDescription, t as CardTitle, u as CardContentProps } from "./card-title-BaHIF8-E.js";
|
|
26
|
-
import { Card, CardProps } from "./card.js";
|
|
27
|
-
import { a as CarouselPreviousProps, c as CarouselItem, d as CarouselContentProps, i as CarouselPrevious, l as CarouselItemProps, n as CarouselProps, o as CarouselNext, r as useCarousel, s as CarouselNextProps, t as CarouselApi, u as CarouselContent } from "./use-carousel-BP1JcA8B.js";
|
|
28
|
-
import { Carousel } from "./carousel.js";
|
|
29
|
-
import { n as CheckboxIndicatorProps, t as CheckboxIndicator } from "./checkbox-indicator-D9X12aCq.js";
|
|
30
|
-
import { Checkbox, CheckboxProps } from "./checkbox.js";
|
|
31
|
-
import { CheckboxGroup, CheckboxGroupProps } from "./checkbox-group.js";
|
|
32
|
-
import { i as CollapsibleContentProps, n as CollapsibleTriggerProps, r as CollapsibleContent, t as CollapsibleTrigger } from "./collapsible-trigger-CvIq1bXq.js";
|
|
33
|
-
import { Collapsible, CollapsibleProps } from "./collapsible.js";
|
|
34
|
-
import { $ as ComboboxArrowProps, A as ComboboxGroupLabel, B as ComboboxClear, C as ComboboxItemIndicatorProps, D as ComboboxInputProps, E as ComboboxInput, F as ComboboxEmptyProps, G as ComboboxChipsProps, H as ComboboxChipsInput, I as ComboboxContent, J as ComboboxChip, K as ComboboxChipRemove, L as ComboboxContentProps, M as ComboboxGroup, N as ComboboxGroupProps, O as ComboboxIcon, P as ComboboxEmpty, Q as ComboboxArrow, R as ComboboxCollection, S as ComboboxItemIndicator, T as ComboboxItemProps, U as ComboboxChipsInputProps, V as ComboboxClearProps, W as ComboboxChips, X as ComboboxBackdrop, Y as ComboboxChipProps, Z as ComboboxBackdropProps, _ as ComboboxPopupProps, a as ComboboxTriggerProps, b as ComboboxLabel, c as ComboboxSeparator, d as ComboboxRowProps, f as ComboboxPositioner, g as ComboboxPopup, h as ComboboxPortalProps, i as ComboboxTrigger, j as ComboboxGroupLabelProps, k as ComboboxIconProps, l as ComboboxSeparatorProps, m as ComboboxPortal, n as ComboboxValue, o as ComboboxStatus, p as ComboboxPositionerProps, q as ComboboxChipRemoveProps, r as ComboboxValueProps, s as ComboboxStatusProps, t as useComboboxAnchor, u as ComboboxRow, v as ComboboxList, w as ComboboxItem, x as ComboboxLabelProps, y as ComboboxListProps, z as ComboboxCollectionProps } from "./use-combobox-anchor-_uR3C1ZZ.js";
|
|
35
|
-
import { Combobox, ComboboxProps, useFilter, useFilteredItems } from "./combobox.js";
|
|
36
|
-
import { Code, CodeProps } from "./code.js";
|
|
37
|
-
import { Container, ContainerProps } from "./container.js";
|
|
38
|
-
import { C as DialogClose, S as DialogPopupProps, _ as DialogBackdrop, a as DialogTitle, b as DialogContentProps, c as DialogPortalProps, d as DialogHeader, f as DialogHeaderProps, g as DialogDescriptionProps, h as DialogDescription, i as DialogTriggerProps, l as DialogOverlay, m as DialogFooterProps, n as DialogViewportProps, o as DialogTitleProps, p as DialogFooter, r as DialogTrigger, s as DialogPortal, t as DialogViewport, u as DialogOverlayProps, v as DialogBackdropProps, w as DialogCloseProps, x as DialogPopup, y as DialogContent } from "./dialog-viewport-_iN9a_OF.js";
|
|
39
|
-
import { Dialog, DialogProps } from "./dialog.js";
|
|
40
|
-
import { a as CommandList, c as CommandItemProps, d as CommandGroup, f as CommandGroupProps, g as CommandDialogProps, h as CommandDialog, i as CommandSeparatorProps, l as CommandInput, m as CommandEmptyProps, n as CommandShortcutProps, o as CommandListProps, p as CommandEmpty, r as CommandSeparator, s as CommandItem, t as CommandShortcut, u as CommandInputProps } from "./command-shortcut-B42eSLXJ.js";
|
|
41
|
-
import { Command, CommandProps } from "./command.js";
|
|
42
|
-
import { A as ContextMenuGroupProps, C as ContextMenuLinkItem, D as ContextMenuItem, E as ContextMenuLabelProps, F as ContextMenuBackdrop, I as ContextMenuBackdropProps, L as ContextMenuArrow, M as ContextMenuContentProps, N as ContextMenuCheckboxItem, O as ContextMenuItemProps, P as ContextMenuCheckboxItemProps, R as ContextMenuArrowProps, S as ContextMenuPortalProps, T as ContextMenuLabel, _ as ContextMenuPositioner, a as ContextMenuSubContent, b as ContextMenuPopupProps, c as ContextMenuSubProps, d as ContextMenuSeparator, f as ContextMenuSeparatorProps, g as ContextMenuRadioGroupProps, h as ContextMenuRadioGroup, i as ContextMenuSubTriggerProps, j as ContextMenuContent, k as ContextMenuGroup, l as ContextMenuShortcut, m as ContextMenuRadioItemProps, n as ContextMenuTriggerProps, o as ContextMenuSubContentProps, p as ContextMenuRadioItem, r as ContextMenuSubTrigger, s as ContextMenuSub, t as ContextMenuTrigger, u as ContextMenuShortcutProps, v as ContextMenuPositionerProps, w as ContextMenuLinkItemProps, x as ContextMenuPortal, y as ContextMenuPopup } from "./context-menu-trigger-D1yfnhtH.js";
|
|
43
|
-
import { ContextMenu, ContextMenuProps } from "./context-menu.js";
|
|
44
|
-
import { A as DrawerBackdropProps, C as DrawerDescription, D as DrawerClose, E as DrawerContentProps, M as DrawerActionsProps, O as DrawerCloseProps, S as DrawerIndentProps, T as DrawerContent, _ as DrawerHandle, a as DrawerTriggerProps, b as DrawerIndentBackgroundProps, c as DrawerProvider, d as DrawerPortalProps, f as DrawerPopup, g as DrawerHeaderProps, h as DrawerHeader, i as DrawerTrigger, j as DrawerActions, k as DrawerBackdrop, l as DrawerProviderProps, n as DrawerViewport, o as DrawerTitle, p as DrawerPopupProps, r as DrawerViewportProps, s as DrawerTitleProps, u as DrawerPortal, v as DrawerHandleProps, w as DrawerDescriptionProps, x as DrawerIndent, y as DrawerIndentBackground } from "./drawer-size-context-TrNk8sne.js";
|
|
45
|
-
import { t as createSizeContext } from "./size-context-CPoCTRTV.js";
|
|
46
|
-
import { Drawer, DrawerProps, DrawerRoot, DrawerRootProps, createDrawerHandle } from "./drawer.js";
|
|
47
|
-
import { C as DropdownMenuLinkItem, D as DropdownMenuItem, F as DropdownMenuBackdrop, L as DropdownMenuArrow, N as DropdownMenuCheckboxItem, T as DropdownMenuLabel, _ as DropdownMenuPositioner, a as DropdownMenuSubContent, d as DropdownMenuSeparator, h as DropdownMenuRadioGroup, j as DropdownMenuContent, k as DropdownMenuGroup, l as DropdownMenuShortcut, p as DropdownMenuRadioItem, r as DropdownMenuSubTrigger, s as DropdownMenuSub, t as DropdownMenuTrigger, x as DropdownMenuPortal, y as DropdownMenuPopup } from "./dropdown-menu-trigger-BzJ8E29P.js";
|
|
48
|
-
import { DropdownMenu } from "./dropdown-menu.js";
|
|
49
|
-
import { a as DropzoneIdle, c as DropzoneRejectProps, i as DropzoneAcceptProps, n as useDropzoneContext, o as DropzoneIdleProps, r as DropzoneAccept, s as DropzoneReject, t as DropzoneContext } from "./dropzone-context-PCTXy62j.js";
|
|
50
|
-
import { Dropzone, DropzoneProps, DropzoneVariants, dropzoneVariants } from "./dropzone.js";
|
|
51
|
-
import { _ as EmojiPickerActiveEmojiPreviewProps, a as EmojiPickerSkinToneProps, c as EmojiPickerLoading, d as EmojiPickerListProps, f as EmojiPickerEmpty, g as EmojiPickerActiveEmojiPreview, h as EmojiPickerContentProps, i as EmojiPickerSkinTone, l as EmojiPickerLoadingProps, m as EmojiPickerContent, n as EmojiPickerSkinToneSelector, o as EmojiPickerSearch, p as EmojiPickerEmptyProps, r as EmojiPickerSkinToneSelectorProps, s as EmojiPickerSearchProps, u as EmojiPickerList, v as EmojiPickerActiveEmoji, y as EmojiPickerActiveEmojiProps } from "./emoji-picker-size-context-gu6mLjuf.js";
|
|
52
|
-
import { EmojiPicker, EmojiPickerProps } from "./emoji-picker.js";
|
|
53
|
-
import { a as EmptyHeader, c as EmptyDescriptionProps, d as EmptyButton, f as EmptyButtonProps, i as EmptyMediaProps, l as EmptyContent, n as EmptyTitleProps, o as EmptyHeaderProps, r as EmptyMedia, s as EmptyDescription, t as EmptyTitle, u as EmptyContentProps } from "./empty-title-C9hHuBz8.js";
|
|
54
|
-
import { Empty, EmptyProps } from "./empty.js";
|
|
55
|
-
import { S as FieldLabelProps, _ as FieldDescription, a as FieldsetLegend, b as FieldControlProps, c as FieldProps, d as FieldValidity, f as FieldValidityProps, g as FieldItemProps, h as FieldItem, i as FieldsetRootProps, l as FieldRoot, m as FieldErrorProps, n as FieldsetProps, o as FieldsetLegendProps, p as FieldError, r as FieldsetRoot, s as Field, t as Fieldset, u as FieldRootProps, v as FieldDescriptionProps, x as FieldLabel, y as FieldControl } from "./fieldset-BvbNkZWm.js";
|
|
56
|
-
import { a as InputGroupInput, c as InputGroupButtonProps, i as InputGroupTextProps, l as InputGroupAddon, n as InputGroupTextareaProps, o as InputGroupInputProps, r as InputGroupText, s as InputGroupButton, t as InputGroupTextarea, u as InputGroupAddonProps } from "./input-group-textarea-C6-pPujg.js";
|
|
57
|
-
import { Textarea, TextareaProps } from "./textarea.js";
|
|
58
|
-
import { InputGroup, InputGroupProps } from "./input-group.js";
|
|
59
|
-
import { a as InputOTPGroup, i as InputOTPSeparatorProps, n as InputOTPSlotProps, o as InputOTPGroupProps, r as InputOTPSeparator, t as InputOTPSlot } from "./input-otp-slot-BxEhjqR5.js";
|
|
60
|
-
import { InputOTP, InputOTPProps } from "./input-otp.js";
|
|
61
|
-
import { _ as ItemActions, a as ItemMedia, c as ItemHeaderProps, d as ItemFooter, f as ItemFooterProps, g as ItemContentProps, h as ItemContent, i as ItemSeparatorProps, l as ItemGroup, m as ItemDescriptionProps, n as ItemTitleProps, o as ItemMediaProps, p as ItemDescription, r as ItemSeparator, s as ItemHeader, t as ItemTitle, u as ItemGroupProps, v as ItemActionsProps } from "./item-title-BEt0xgK_.js";
|
|
62
|
-
import { Item, ItemProps, itemVariants } from "./item.js";
|
|
63
|
-
import { n as KbdGroupProps, t as KbdGroup } from "./kbd-group-3GbsGHQf.js";
|
|
64
|
-
import { Kbd, KbdProps } from "./kbd.js";
|
|
65
|
-
import { Label, LabelProps } from "./label.js";
|
|
66
|
-
import { a as MarqueeContent, i as MarqueeFadeProps, n as MarqueeItemProps, o as MarqueeContentProps, r as MarqueeFade, t as MarqueeItem } from "./marquee-item-CF7L5m2C.js";
|
|
67
|
-
import { Marquee, MarqueeProps } from "./marquee.js";
|
|
68
|
-
import { A as MenubarGroupProps, B as MenubarArrowProps, C as MenubarLinkItem, D as MenubarItem, E as MenubarLabelProps, F as MenubarCheckboxItem, I as MenubarCheckboxItemProps, L as MenubarBackdrop, M as MenubarContentProps, N as MenubarPopup, O as MenubarItemProps, P as MenubarPopupProps, R as MenubarBackdropProps, S as MenubarMenuProps, T as MenubarLabel, _ as MenubarPositioner, a as MenubarSubContent, b as MenubarPortalProps, c as MenubarSubProps, d as MenubarSeparator, f as MenubarSeparatorProps, g as MenubarRadioGroupProps, h as MenubarRadioGroup, i as MenubarSubTriggerProps, j as MenubarContent, k as MenubarGroup, l as MenubarShortcut, m as MenubarRadioItemProps, n as MenubarTriggerProps, o as MenubarSubContentProps, p as MenubarRadioItem, r as MenubarSubTrigger, s as MenubarSub, t as MenubarTrigger, u as MenubarShortcutProps, v as MenubarPositionerProps, w as MenubarLinkItemProps, x as MenubarMenu, y as MenubarPortal, z as MenubarArrow } from "./menubar-trigger-Cg8h_R-F.js";
|
|
69
|
-
import { Menubar, MenubarProps } from "./menubar.js";
|
|
70
|
-
import { a as MeterLabel, c as MeterIndicatorProps, i as MeterTrackProps, n as MeterValueProps, o as MeterLabelProps, r as MeterTrack, s as MeterIndicator, t as MeterValue } from "./meter-value-BBRupvEw.js";
|
|
71
|
-
import { Meter, MeterProps } from "./meter.js";
|
|
72
|
-
import { C as NavigationMenuArrow, S as NavigationMenuBackdropProps, _ as NavigationMenuIndicator, a as NavigationMenuPositioner, b as NavigationMenuContentProps, c as NavigationMenuPortalProps, d as NavigationMenuList, f as NavigationMenuListProps, g as NavigationMenuItemProps, h as NavigationMenuItem, i as NavigationMenuTriggerProps, l as NavigationMenuPopup, m as NavigationMenuLinkProps, n as NavigationMenuViewportProps, o as NavigationMenuPositionerProps, p as NavigationMenuLink, r as NavigationMenuTrigger, s as NavigationMenuPortal, t as NavigationMenuViewport, u as NavigationMenuPopupProps, v as NavigationMenuIndicatorProps, w as NavigationMenuArrowProps, x as NavigationMenuBackdrop, y as NavigationMenuContent } from "./navigation-menu-viewport-B1zGz9H_.js";
|
|
73
|
-
import { NavigationMenu, NavigationMenuProps } from "./navigation-menu.js";
|
|
74
|
-
import { a as NumberFieldInput, c as NumberFieldIncrementProps, d as NumberFieldDecrement, f as NumberFieldDecrementProps, i as NumberFieldScrubAreaProps, l as NumberFieldGroup, n as NumberFieldScrubAreaCursorProps, o as NumberFieldInputProps, r as NumberFieldScrubArea, s as NumberFieldIncrement, t as NumberFieldScrubAreaCursor, u as NumberFieldGroupProps } from "./number-field-scrub-area-cursor-DJPffFNk.js";
|
|
75
|
-
import { NumberField, NumberFieldProps } from "./number-field.js";
|
|
76
|
-
import { a as PaginationLink, c as PaginationItemProps, d as PaginationContent, f as PaginationContentProps, i as PaginationNextProps, l as PaginationEllipsis, n as PaginationPreviousProps, o as PaginationLinkProps, r as PaginationNext, s as PaginationItem, t as PaginationPrevious, u as PaginationEllipsisProps } from "./pagination-previous-B-zSBsti.js";
|
|
77
|
-
import { Pagination, PaginationProps } from "./pagination.js";
|
|
78
|
-
import { a as PillIcon, c as PillDeltaProps, d as PillAvatarGroup, f as PillAvatarGroupProps, i as PillIndicatorProps, l as PillButton, m as PillAvatarProps, n as PillStatusProps, o as PillIconProps, p as PillAvatar, r as PillIndicator, s as PillDelta, t as PillStatus, u as PillButtonProps } from "./pill-status-B0H8oDjy.js";
|
|
79
|
-
import { Pill, PillProps } from "./pill.js";
|
|
80
|
-
import { C as PopoverContent, S as PopoverDescriptionProps, _ as PopoverArrow, a as PopoverTitle, b as PopoverHeaderProps, c as PopoverPositionerProps, d as PopoverPopup, f as PopoverPopupProps, g as PopoverBackdropProps, h as PopoverBackdrop, i as PopoverTriggerProps, l as PopoverPortal, m as PopoverCloseProps, n as PopoverViewportProps, o as PopoverTitleProps, p as PopoverClose, r as PopoverTrigger, s as PopoverPositioner, t as PopoverViewport, u as PopoverPortalProps, v as PopoverArrowProps, w as PopoverContentProps, x as PopoverDescription, y as PopoverHeader } from "./popover-viewport-D0OLhge2.js";
|
|
81
|
-
import { Popover, PopoverProps } from "./popover.js";
|
|
82
|
-
import { a as ProgressLabel, c as ProgressIndicatorProps, i as ProgressTrackProps, n as ProgressValueProps, o as ProgressLabelProps, r as ProgressTrack, s as ProgressIndicator, t as ProgressValue } from "./progress-value-DdW3JCEx.js";
|
|
83
|
-
import { Progress, ProgressProps } from "./progress.js";
|
|
84
|
-
import { QRCode, QRCodeProps } from "./qr-code.js";
|
|
85
|
-
import { i as RadioGroupIndicatorProps, n as RadioGroupItemProps, r as RadioGroupIndicator, t as RadioGroupItem } from "./radio-group-item-DvfY629D.js";
|
|
86
|
-
import { RadioGroup, RadioGroupProps } from "./radio-group.js";
|
|
87
|
-
import { n as RatingStarProps, t as RatingStar } from "./rating-star-Bg5AgFfI.js";
|
|
88
|
-
import { Rating, RatingProps, ratingValueVariants, ratingVariants } from "./rating.js";
|
|
89
|
-
import { i as ResizableHandleProps, n as ResizablePanelProps, r as ResizableHandle, t as ResizablePanel } from "./resizable-panel-BSRzFmQT.js";
|
|
90
|
-
import { ResizablePanelGroup, ResizablePanelGroupProps } from "./resizable.js";
|
|
91
|
-
import { a as ScrollAreaCorner, c as ScrollAreaContentProps, i as ScrollAreaThumbProps, l as ScrollBar, n as ScrollAreaViewportProps, o as ScrollAreaCornerProps, r as ScrollAreaThumb, s as ScrollAreaContent, t as ScrollAreaViewport, u as ScrollBarProps } from "./scroll-viewport-02SiMbYg.js";
|
|
92
|
-
import { ScrollArea, ScrollAreaProps } from "./scroll-area.js";
|
|
93
|
-
import { A as SelectArrowProps, C as SelectGroup, D as SelectBackdrop, E as SelectContentProps, F as SelectLabel, I as SelectLabelProps, M as SelectScrollUpButtonProps, N as SelectScrollDownButton, O as SelectBackdropProps, P as SelectScrollDownButtonProps, S as SelectIconProps, T as SelectContent, _ as SelectItemIndicator, a as SelectSeparator, b as SelectItemProps, c as SelectPositionerProps, d as SelectPopup, f as SelectPopupProps, g as SelectItemTextProps, h as SelectItemText, i as SelectTriggerProps, j as SelectScrollUpButton, k as SelectArrow, l as SelectPortal, m as SelectListProps, n as SelectValueProps, o as SelectSeparatorProps, p as SelectList, r as SelectTrigger, s as SelectPositioner, t as SelectValue, u as SelectPortalProps, v as SelectItemIndicatorProps, w as SelectGroupProps, x as SelectIcon, y as SelectItem } from "./select-value-DCLmCbND.js";
|
|
94
|
-
import { Select, SelectGroupLabel, SelectGroupLabelProps, SelectOption, SelectProps, SelectScrollDownArrow, SelectScrollDownArrowProps, SelectScrollUpArrow, SelectScrollUpArrowProps } from "./select.js";
|
|
95
|
-
import { C as SheetClose, S as SheetPopupProps, _ as SheetBackdrop, a as SheetTitle, b as SheetContentProps, c as SheetPortalProps, d as SheetHeader, f as SheetHeaderProps, g as SheetDescriptionProps, h as SheetDescription, i as SheetTriggerProps, l as SheetOverlay, m as SheetFooterProps, n as SheetViewportProps, o as SheetTitleProps, p as SheetFooter, r as SheetTrigger, s as SheetPortal, t as SheetViewport, u as SheetOverlayProps, v as SheetBackdropProps, w as SheetCloseProps, x as SheetPopup, y as SheetContent } from "./sheet-viewport-PgLs2Dbp.js";
|
|
96
|
-
import { Sheet, SheetProps } from "./sheet.js";
|
|
97
|
-
import { A as SidebarInput, B as SidebarGroup, C as SidebarMenuBadgeProps, D as SidebarMenuProps, E as SidebarMenu, F as SidebarGroupLabelProps, G as SidebarContentProps, H as SidebarFooter, I as SidebarGroupContent, L as SidebarGroupContentProps, M as SidebarHeader, N as SidebarHeaderProps, O as SidebarInset, P as SidebarGroupLabel, R as SidebarGroupAction, S as SidebarMenuBadge, T as SidebarMenuActionProps, U as SidebarFooterProps, V as SidebarGroupProps, W as SidebarContent, _ as SidebarMenuSkeletonProps, a as SidebarSeparatorProps, b as SidebarMenuButton, c as SidebarProvider, d as SidebarMenuSubItemProps, f as SidebarMenuSubButton, g as SidebarMenuSkeleton, h as SidebarMenuSubProps, i as SidebarSeparator, j as SidebarInputProps, k as SidebarInsetProps, l as SidebarProviderProps, m as SidebarMenuSub, n as SidebarTrigger, o as SidebarRail, p as SidebarMenuSubButtonProps, r as SidebarTriggerProps, s as SidebarRailProps, t as useSidebar, u as SidebarMenuSubItem, v as SidebarMenuItem, w as SidebarMenuAction, x as SidebarMenuButtonProps, y as SidebarMenuItemProps, z as SidebarGroupActionProps } from "./use-sidebar-C9Nj2_Hm.js";
|
|
98
|
-
import { a as TooltipProvider, c as TooltipPositionerProps, d as TooltipPopup, f as TooltipPopupProps, g as TooltipContentProps, h as TooltipContent, i as TooltipTriggerProps, l as TooltipPortal, m as TooltipArrowProps, n as TooltipViewportProps, o as TooltipProviderProps, p as TooltipArrow, r as TooltipTrigger, s as TooltipPositioner, t as TooltipViewport, u as TooltipPortalProps } from "./tooltip-viewport-bfS0ERim.js";
|
|
99
|
-
import { Tooltip, TooltipProps } from "./tooltip.js";
|
|
100
|
-
import { Sidebar, SidebarProps } from "./sidebar.js";
|
|
101
|
-
import { Skeleton, SkeletonProps } from "./skeleton.js";
|
|
102
|
-
import { C as SliderRadius, E as SliderSize, S as SliderLabelTransitionProps, T as SliderSemanticSize, _ as SliderControl, a as SliderTrack, b as SliderMark$1, c as SliderThumbLabelProps, d as SliderMarks, f as SliderMarksProps, g as SliderIndicatorProps, h as SliderIndicator, i as SliderValueProps, l as SliderThumb, m as SliderMarkProps, n as SliderProps, o as SliderTrackProps, p as SliderMark, r as SliderValue, s as SliderThumbLabel, t as Slider, u as SliderThumbProps, v as SliderControlProps, w as SliderSemanticRadius, x as SliderValue$1, y as SliderLabel } from "./slider-types-BejlapyA.js";
|
|
103
|
-
import "./slider.js";
|
|
104
|
-
import { Spacer, SpacerOrientation, SpacerProps } from "./spacer.js";
|
|
105
|
-
import { Spinner, SpinnerProps } from "./spinner.js";
|
|
106
|
-
import { n as SwitchThumbProps, t as SwitchThumb } from "./switch-thumb-B1oq_Il-.js";
|
|
107
|
-
import { Switch, SwitchProps } from "./switch.js";
|
|
108
|
-
import { a as TableHeaderProps, c as TableFooter, d as TableCellProps, f as TableCaption, h as TableBodyProps, i as TableHeader, l as TableFooterProps, m as TableBody, n as TableRow, o as TableHead, p as TableCaptionProps, r as TableRowProps, s as TableHeadProps, u as TableCell } from "./table-size-context-CIwmKalf.js";
|
|
109
|
-
import { Table, TableProps } from "./table.js";
|
|
110
|
-
import { a as TabsIndicator, c as TabsContentProps, i as TabsListProps, n as TabsTriggerProps, o as TabsIndicatorProps, r as TabsList, s as TabsContent, t as TabsTrigger } from "./tabs-trigger-DIAd8cRQ.js";
|
|
111
|
-
import { Tabs, TabsProps } from "./tabs.js";
|
|
112
|
-
import { ThemeIcon, ThemeIconProps, themeIconVariants } from "./theme-icon.js";
|
|
113
|
-
import { _ as TimelineConnectorProps, a as TimelineTimeProps, c as TimelineHeader, d as TimelineDotProps, f as TimelineDescription, g as TimelineConnector, h as TimelineContentProps, i as TimelineTime, l as TimelineHeaderProps, m as TimelineContent, n as TimelineTitle, o as TimelineItem, p as TimelineDescriptionProps, r as TimelineTitleProps, s as TimelineItemProps, u as TimelineDot } from "./use-timeline-C1sQqHU_.js";
|
|
114
|
-
import { Timeline, TimelineProps, timelineVariants } from "./timeline.js";
|
|
115
|
-
import { Toggle, ToggleProps, toggleVariants } from "./toggle.js";
|
|
116
|
-
import { n as ToggleGroupItemProps, r as ToggleGroupContext, t as ToggleGroupItem } from "./toggle-group-item-GtR1C20m.js";
|
|
117
|
-
import { ToggleGroup, ToggleGroupProps } from "./toggle-group.js";
|
|
118
|
-
import { a as ToolbarInput, c as ToolbarGroupProps, i as ToolbarLinkProps, l as ToolbarButton, n as ToolbarSeparatorProps, o as ToolbarInputProps, r as ToolbarLink, s as ToolbarGroup, t as ToolbarSeparator, u as ToolbarButtonProps } from "./toolbar-separator-B2h6uLOE.js";
|
|
119
|
-
import { Toolbar, ToolbarProps } from "./toolbar.js";
|
|
120
|
-
import { a as PreviewCardPositioner, c as PreviewCardPortalProps, d as PreviewCardContent, f as PreviewCardContentProps, g as PreviewCardArrowProps, h as PreviewCardArrow, i as PreviewCardTriggerProps, l as PreviewCardPopup, m as PreviewCardBackdropProps, n as PreviewCardViewportProps, o as PreviewCardPositionerProps, p as PreviewCardBackdrop, r as PreviewCardTrigger, s as PreviewCardPortal, t as PreviewCardViewport, u as PreviewCardPopupProps } from "./preview-card-viewport-DyigXVot.js";
|
|
121
|
-
import { PreviewCard, PreviewCardProps, createPreviewCardHandle } from "./preview-card.js";
|
|
122
|
-
import { A as TypographyH3Props, B as TypographyHeadingAliasProps, C as TypographyH6, D as TypographyH4, E as TypographyH5Props, F as TypographyEyebrow, G as TypographyBodyProps, H as TypographyCaption, I as TypographyEyebrowProps, J as TypographyTextProps, K as TypographyText, L as TypographyDisplay, M as TypographyH2Props, N as TypographyH1, O as TypographyH4Props, P as TypographyH1Props, R as TypographyDisplayProps, S as TypographyLeadProps, T as TypographyH5, U as TypographyCaptionProps, V as TypographyHeadingProps, W as TypographyBody, X as typographyTextVariants, Y as typographyHeadingVariants, _ as TypographyOverline, a as TypographyLi, b as TypographyMutedProps, c as TypographyLinkProps, d as TypographySubheading, f as TypographySubheadingProps, g as TypographyPProps, h as TypographyP, i as TypographyOlProps, j as TypographyH2, k as TypographyH3, l as TypographyBlockquote, m as TypographySmallProps, n as TypographyUlProps, o as TypographyLiProps, p as TypographySmall, q as TypographyTextAliasProps, r as TypographyOl, s as TypographyLink, t as TypographyUl, u as TypographyBlockquoteProps, v as TypographyOverlineProps, w as TypographyH6Props, x as TypographyLead, y as TypographyMuted, z as TypographyHeading } from "./typography-ul-DdbLy4uP.js";
|
|
123
|
-
import { Typography, TypographyProps } from "./typography.js";
|
|
124
|
-
import * as tailwind_variants0 from "tailwind-variants";
|
|
125
|
-
import { VariantProps } from "tailwind-variants";
|
|
126
|
-
import * as react from "react";
|
|
127
|
-
import { ComponentProps, ComponentPropsWithoutRef, ReactNode } from "react";
|
|
128
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
129
|
-
import { useRender } from "@base-ui/react/use-render";
|
|
130
|
-
import { Form as Form$1 } from "@base-ui/react/form";
|
|
131
|
-
import { Slider as Slider$1 } from "@base-ui/react/slider";
|
|
132
|
-
|
|
133
|
-
//#region src/ui/copy-button/copy-button.d.ts
|
|
134
|
-
type CopyButtonStatus = "idle" | "copying" | "copied" | "failed";
|
|
135
|
-
type CopyButtonStatusMap = Record<CopyButtonStatus, string>;
|
|
136
|
-
type CopyButtonContent = ReactNode | ((status: CopyButtonStatus) => ReactNode);
|
|
137
|
-
type CopyButtonProps = Omit<ComponentProps<typeof Button>, "aria-pressed" | "children" | "isLoading" | "onClick"> & {
|
|
138
|
-
value: string;
|
|
139
|
-
timeout?: number;
|
|
140
|
-
useLegacyFallback?: boolean;
|
|
141
|
-
status?: CopyButtonStatus;
|
|
142
|
-
defaultStatus?: CopyButtonStatus;
|
|
143
|
-
onStatusChange?: (status: CopyButtonStatus) => void;
|
|
144
|
-
statusLabels?: Partial<CopyButtonStatusMap>;
|
|
145
|
-
liveRegionMessages?: Partial<CopyButtonStatusMap>;
|
|
146
|
-
children?: CopyButtonContent;
|
|
147
|
-
onClick?: ComponentProps<typeof Button>["onClick"];
|
|
148
|
-
};
|
|
149
|
-
declare const CopyButton: ({
|
|
150
|
-
className,
|
|
151
|
-
value,
|
|
152
|
-
timeout,
|
|
153
|
-
useLegacyFallback,
|
|
154
|
-
status,
|
|
155
|
-
defaultStatus,
|
|
156
|
-
onStatusChange,
|
|
157
|
-
statusLabels,
|
|
158
|
-
liveRegionMessages,
|
|
159
|
-
children,
|
|
160
|
-
disabled,
|
|
161
|
-
onClick,
|
|
162
|
-
type,
|
|
163
|
-
"aria-label": ariaLabel,
|
|
164
|
-
...props
|
|
165
|
-
}: CopyButtonProps) => react_jsx_runtime0.JSX.Element;
|
|
166
|
-
//#endregion
|
|
167
|
-
//#region src/ui/form/form.d.ts
|
|
168
|
-
type FormRootProps<FormValues extends Record<string, unknown> = Record<string, unknown>> = Form$1.Props<FormValues>;
|
|
169
|
-
type FormProps<FormValues extends Record<string, unknown> = Record<string, unknown>> = FormRootProps<FormValues>;
|
|
170
|
-
declare const FormRoot: <FormValues extends Record<string, unknown> = Record<string, unknown>>({
|
|
171
|
-
className,
|
|
172
|
-
...props
|
|
173
|
-
}: FormRootProps<FormValues>) => react_jsx_runtime0.JSX.Element;
|
|
174
|
-
declare const Form: (<FormValues extends Record<string, unknown> = Record<string, unknown>>({
|
|
175
|
-
className,
|
|
176
|
-
...props
|
|
177
|
-
}: FormRootProps<FormValues>) => react_jsx_runtime0.JSX.Element) & {
|
|
178
|
-
Root: <FormValues extends Record<string, unknown> = Record<string, unknown>>({
|
|
179
|
-
className,
|
|
180
|
-
...props
|
|
181
|
-
}: FormRootProps<FormValues>) => react_jsx_runtime0.JSX.Element;
|
|
182
|
-
};
|
|
183
|
-
type FormActions = Form$1.Actions;
|
|
184
|
-
type FormState = Form$1.State;
|
|
185
|
-
type FormSubmitEventDetails = Form$1.SubmitEventDetails;
|
|
186
|
-
type FormSubmitEventReason = Form$1.SubmitEventReason;
|
|
187
|
-
type FormValidationMode = Form$1.ValidationMode;
|
|
188
|
-
type FormValues<Values extends Record<string, unknown> = Record<string, unknown>> = Form$1.Values<Values>;
|
|
189
|
-
//#endregion
|
|
190
|
-
//#region src/ui/shared/size/resolve-size.d.ts
|
|
191
|
-
declare const DEFAULT_UI_SIZE: UISize;
|
|
192
|
-
declare const resolveSize: (...candidates: (UISize | undefined | null)[]) => UISize;
|
|
193
|
-
//#endregion
|
|
194
|
-
//#region src/ui/shared/size/size-provider.d.ts
|
|
195
|
-
type KuzenboEnv = "default" | "test";
|
|
196
|
-
type KuzenboComponentDefaultProps = Record<string, unknown>;
|
|
197
|
-
interface KuzenboComponentConfig {
|
|
198
|
-
defaultProps?: KuzenboComponentDefaultProps;
|
|
199
|
-
}
|
|
200
|
-
type KuzenboComponentsConfig = Record<string, KuzenboComponentConfig | undefined>;
|
|
201
|
-
interface KuzenboContextValue {
|
|
202
|
-
components: KuzenboComponentsConfig;
|
|
203
|
-
defaultRadius?: number | string;
|
|
204
|
-
defaultSize?: UISize;
|
|
205
|
-
env: KuzenboEnv;
|
|
206
|
-
reducedMotion: boolean;
|
|
207
|
-
}
|
|
208
|
-
interface KuzenboProviderProps {
|
|
209
|
-
children: ReactNode;
|
|
210
|
-
components?: KuzenboComponentsConfig;
|
|
211
|
-
defaultRadius?: number | string;
|
|
212
|
-
defaultSize?: UISize;
|
|
213
|
-
env?: KuzenboEnv;
|
|
214
|
-
inherit?: boolean;
|
|
215
|
-
reducedMotion?: boolean;
|
|
216
|
-
}
|
|
217
|
-
declare const KUZENBO_PROVIDER_MISSING_ERROR = "[@kuzenbo/core] KuzenboProvider was not found in tree. Wrap app root with <KuzenboProvider>.";
|
|
218
|
-
declare const filterUndefinedProps: <T extends object>(input: Partial<T> | undefined) => Partial<T>;
|
|
219
|
-
declare const KuzenboProvider: ({
|
|
220
|
-
children,
|
|
221
|
-
components,
|
|
222
|
-
defaultRadius,
|
|
223
|
-
defaultSize,
|
|
224
|
-
env,
|
|
225
|
-
inherit,
|
|
226
|
-
reducedMotion
|
|
227
|
-
}: KuzenboProviderProps) => react_jsx_runtime0.JSX.Element;
|
|
228
|
-
declare const useKuzenboContext: () => KuzenboContextValue;
|
|
229
|
-
declare const useOptionalKuzenboContext: () => KuzenboContextValue | null;
|
|
230
|
-
declare const useKuzenboEnv: () => KuzenboEnv;
|
|
231
|
-
declare const useKuzenboReducedMotion: () => boolean;
|
|
232
|
-
declare const useKuzenboComponentDefaults: <T extends object>(componentName: string) => Partial<T>;
|
|
233
|
-
declare const useComponentDefaultProps: <T extends object>(componentName: string, defaultProps: Partial<T>, props: T) => T;
|
|
234
|
-
declare const useGlobalUISize: () => UISize | undefined;
|
|
235
|
-
declare const useComponentSize: (...candidates: (UISize | undefined | null)[]) => UISize;
|
|
236
|
-
//#endregion
|
|
237
|
-
//#region src/ui/navigation-list/navigation-list-context.d.ts
|
|
238
|
-
type NavigationListTone = "surface" | "sidebar";
|
|
239
|
-
type NavigationListVariant = "subtle" | "light" | "filled";
|
|
240
|
-
//#endregion
|
|
241
|
-
//#region src/ui/navigation-list/navigation-list-action.d.ts
|
|
242
|
-
declare const navigationListActionVariants: tailwind_variants0.TVReturnType<{
|
|
243
|
-
size: {
|
|
244
|
-
xs: string;
|
|
245
|
-
sm: string;
|
|
246
|
-
md: string;
|
|
247
|
-
lg: string;
|
|
248
|
-
xl: string;
|
|
249
|
-
};
|
|
250
|
-
tone: {
|
|
251
|
-
surface: string;
|
|
252
|
-
sidebar: string;
|
|
253
|
-
};
|
|
254
|
-
}, undefined, "absolute right-1 flex aspect-square cursor-pointer items-center justify-center rounded-md p-0 outline-hidden transition-transform group-data-[collapsible=true]/navigation-list-item:right-10 group-has-data-[slot=navigation-list-badge]/navigation-list-item:right-14 [&>svg]:shrink-0", {
|
|
255
|
-
size: {
|
|
256
|
-
xs: string;
|
|
257
|
-
sm: string;
|
|
258
|
-
md: string;
|
|
259
|
-
lg: string;
|
|
260
|
-
xl: string;
|
|
261
|
-
};
|
|
262
|
-
tone: {
|
|
263
|
-
surface: string;
|
|
264
|
-
sidebar: string;
|
|
265
|
-
};
|
|
266
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
267
|
-
size: {
|
|
268
|
-
xs: string;
|
|
269
|
-
sm: string;
|
|
270
|
-
md: string;
|
|
271
|
-
lg: string;
|
|
272
|
-
xl: string;
|
|
273
|
-
};
|
|
274
|
-
tone: {
|
|
275
|
-
surface: string;
|
|
276
|
-
sidebar: string;
|
|
277
|
-
};
|
|
278
|
-
}, undefined, "absolute right-1 flex aspect-square cursor-pointer items-center justify-center rounded-md p-0 outline-hidden transition-transform group-data-[collapsible=true]/navigation-list-item:right-10 group-has-data-[slot=navigation-list-badge]/navigation-list-item:right-14 [&>svg]:shrink-0", unknown, unknown, undefined>>;
|
|
279
|
-
type NavigationListActionProps = useRender.ComponentProps<"button"> & ComponentProps<"button"> & {
|
|
280
|
-
showOnHover?: boolean;
|
|
281
|
-
size?: UISize;
|
|
282
|
-
tone?: NavigationListTone;
|
|
283
|
-
} & VariantProps<typeof navigationListActionVariants>;
|
|
284
|
-
declare const NavigationListAction: ({
|
|
285
|
-
className,
|
|
286
|
-
render,
|
|
287
|
-
showOnHover,
|
|
288
|
-
size,
|
|
289
|
-
tone,
|
|
290
|
-
...props
|
|
291
|
-
}: NavigationListActionProps) => react.ReactElement<unknown, string | react.JSXElementConstructor<any>>;
|
|
292
|
-
//#endregion
|
|
293
|
-
//#region src/ui/navigation-list/navigation-list-badge.d.ts
|
|
294
|
-
declare const navigationListBadgeVariants: tailwind_variants0.TVReturnType<{
|
|
295
|
-
size: {
|
|
296
|
-
xs: string;
|
|
297
|
-
sm: string;
|
|
298
|
-
md: string;
|
|
299
|
-
lg: string;
|
|
300
|
-
xl: string;
|
|
301
|
-
};
|
|
302
|
-
tone: {
|
|
303
|
-
surface: string;
|
|
304
|
-
sidebar: string;
|
|
305
|
-
};
|
|
306
|
-
}, undefined, "pointer-events-none absolute right-1 flex items-center justify-center rounded-md px-1 font-medium tabular-nums select-none group-data-[collapsible=true]/navigation-list-item:right-8", {
|
|
307
|
-
size: {
|
|
308
|
-
xs: string;
|
|
309
|
-
sm: string;
|
|
310
|
-
md: string;
|
|
311
|
-
lg: string;
|
|
312
|
-
xl: string;
|
|
313
|
-
};
|
|
314
|
-
tone: {
|
|
315
|
-
surface: string;
|
|
316
|
-
sidebar: string;
|
|
317
|
-
};
|
|
318
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
319
|
-
size: {
|
|
320
|
-
xs: string;
|
|
321
|
-
sm: string;
|
|
322
|
-
md: string;
|
|
323
|
-
lg: string;
|
|
324
|
-
xl: string;
|
|
325
|
-
};
|
|
326
|
-
tone: {
|
|
327
|
-
surface: string;
|
|
328
|
-
sidebar: string;
|
|
329
|
-
};
|
|
330
|
-
}, undefined, "pointer-events-none absolute right-1 flex items-center justify-center rounded-md px-1 font-medium tabular-nums select-none group-data-[collapsible=true]/navigation-list-item:right-8", unknown, unknown, undefined>>;
|
|
331
|
-
type NavigationListBadgeProps = ComponentProps<"div"> & {
|
|
332
|
-
size?: UISize;
|
|
333
|
-
tone?: NavigationListTone;
|
|
334
|
-
} & VariantProps<typeof navigationListBadgeVariants>;
|
|
335
|
-
declare const NavigationListBadge: ({
|
|
336
|
-
className,
|
|
337
|
-
size,
|
|
338
|
-
tone,
|
|
339
|
-
...props
|
|
340
|
-
}: NavigationListBadgeProps) => react_jsx_runtime0.JSX.Element;
|
|
341
|
-
//#endregion
|
|
342
|
-
//#region src/ui/navigation-list/navigation-list-content.d.ts
|
|
343
|
-
declare const navigationListContentVariants: tailwind_variants0.TVReturnType<{
|
|
344
|
-
size: {
|
|
345
|
-
xs: string;
|
|
346
|
-
sm: string;
|
|
347
|
-
md: string;
|
|
348
|
-
lg: string;
|
|
349
|
-
xl: string;
|
|
350
|
-
};
|
|
351
|
-
tone: {
|
|
352
|
-
surface: string;
|
|
353
|
-
sidebar: string;
|
|
354
|
-
};
|
|
355
|
-
variant: {
|
|
356
|
-
subtle: string;
|
|
357
|
-
light: string;
|
|
358
|
-
filled: string;
|
|
359
|
-
};
|
|
360
|
-
}, undefined, "flex min-w-0 list-none flex-col rounded-lg border", {
|
|
361
|
-
size: {
|
|
362
|
-
xs: string;
|
|
363
|
-
sm: string;
|
|
364
|
-
md: string;
|
|
365
|
-
lg: string;
|
|
366
|
-
xl: string;
|
|
367
|
-
};
|
|
368
|
-
tone: {
|
|
369
|
-
surface: string;
|
|
370
|
-
sidebar: string;
|
|
371
|
-
};
|
|
372
|
-
variant: {
|
|
373
|
-
subtle: string;
|
|
374
|
-
light: string;
|
|
375
|
-
filled: string;
|
|
376
|
-
};
|
|
377
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
378
|
-
size: {
|
|
379
|
-
xs: string;
|
|
380
|
-
sm: string;
|
|
381
|
-
md: string;
|
|
382
|
-
lg: string;
|
|
383
|
-
xl: string;
|
|
384
|
-
};
|
|
385
|
-
tone: {
|
|
386
|
-
surface: string;
|
|
387
|
-
sidebar: string;
|
|
388
|
-
};
|
|
389
|
-
variant: {
|
|
390
|
-
subtle: string;
|
|
391
|
-
light: string;
|
|
392
|
-
filled: string;
|
|
393
|
-
};
|
|
394
|
-
}, undefined, "flex min-w-0 list-none flex-col rounded-lg border", unknown, unknown, undefined>>;
|
|
395
|
-
type NavigationListContentProps = ComponentProps<"ul"> & VariantProps<typeof navigationListContentVariants> & {
|
|
396
|
-
size?: UISize;
|
|
397
|
-
tone?: NavigationListTone;
|
|
398
|
-
variant?: NavigationListVariant;
|
|
399
|
-
};
|
|
400
|
-
declare const NavigationListContent: ({
|
|
401
|
-
className,
|
|
402
|
-
size,
|
|
403
|
-
tone,
|
|
404
|
-
variant,
|
|
405
|
-
...props
|
|
406
|
-
}: NavigationListContentProps) => react_jsx_runtime0.JSX.Element;
|
|
407
|
-
//#endregion
|
|
408
|
-
//#region src/ui/navigation-list/navigation-list-group.d.ts
|
|
409
|
-
declare const navigationListGroupVariants: tailwind_variants0.TVReturnType<{
|
|
410
|
-
size: {
|
|
411
|
-
xs: string;
|
|
412
|
-
sm: string;
|
|
413
|
-
md: string;
|
|
414
|
-
lg: string;
|
|
415
|
-
xl: string;
|
|
416
|
-
};
|
|
417
|
-
tone: {
|
|
418
|
-
surface: string;
|
|
419
|
-
sidebar: string;
|
|
420
|
-
};
|
|
421
|
-
variant: {
|
|
422
|
-
subtle: string;
|
|
423
|
-
light: string;
|
|
424
|
-
filled: string;
|
|
425
|
-
};
|
|
426
|
-
}, undefined, "list-none space-y-1", {
|
|
427
|
-
size: {
|
|
428
|
-
xs: string;
|
|
429
|
-
sm: string;
|
|
430
|
-
md: string;
|
|
431
|
-
lg: string;
|
|
432
|
-
xl: string;
|
|
433
|
-
};
|
|
434
|
-
tone: {
|
|
435
|
-
surface: string;
|
|
436
|
-
sidebar: string;
|
|
437
|
-
};
|
|
438
|
-
variant: {
|
|
439
|
-
subtle: string;
|
|
440
|
-
light: string;
|
|
441
|
-
filled: string;
|
|
442
|
-
};
|
|
443
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
444
|
-
size: {
|
|
445
|
-
xs: string;
|
|
446
|
-
sm: string;
|
|
447
|
-
md: string;
|
|
448
|
-
lg: string;
|
|
449
|
-
xl: string;
|
|
450
|
-
};
|
|
451
|
-
tone: {
|
|
452
|
-
surface: string;
|
|
453
|
-
sidebar: string;
|
|
454
|
-
};
|
|
455
|
-
variant: {
|
|
456
|
-
subtle: string;
|
|
457
|
-
light: string;
|
|
458
|
-
filled: string;
|
|
459
|
-
};
|
|
460
|
-
}, undefined, "list-none space-y-1", unknown, unknown, undefined>>;
|
|
461
|
-
type NavigationListGroupProps = ComponentProps<"li"> & VariantProps<typeof navigationListGroupVariants> & {
|
|
462
|
-
size?: UISize;
|
|
463
|
-
tone?: NavigationListTone;
|
|
464
|
-
variant?: NavigationListVariant;
|
|
465
|
-
};
|
|
466
|
-
declare const NavigationListGroup: ({
|
|
467
|
-
className,
|
|
468
|
-
size,
|
|
469
|
-
tone,
|
|
470
|
-
variant,
|
|
471
|
-
...props
|
|
472
|
-
}: NavigationListGroupProps) => react_jsx_runtime0.JSX.Element;
|
|
473
|
-
//#endregion
|
|
474
|
-
//#region src/ui/navigation-list/navigation-list-group-content.d.ts
|
|
475
|
-
declare const navigationListGroupContentVariants: tailwind_variants0.TVReturnType<{
|
|
476
|
-
size: {
|
|
477
|
-
xs: string;
|
|
478
|
-
sm: string;
|
|
479
|
-
md: string;
|
|
480
|
-
lg: string;
|
|
481
|
-
xl: string;
|
|
482
|
-
};
|
|
483
|
-
tone: {
|
|
484
|
-
surface: string;
|
|
485
|
-
sidebar: string;
|
|
486
|
-
};
|
|
487
|
-
variant: {
|
|
488
|
-
subtle: string;
|
|
489
|
-
light: string;
|
|
490
|
-
filled: string;
|
|
491
|
-
};
|
|
492
|
-
}, undefined, "flex list-none flex-col", {
|
|
493
|
-
size: {
|
|
494
|
-
xs: string;
|
|
495
|
-
sm: string;
|
|
496
|
-
md: string;
|
|
497
|
-
lg: string;
|
|
498
|
-
xl: string;
|
|
499
|
-
};
|
|
500
|
-
tone: {
|
|
501
|
-
surface: string;
|
|
502
|
-
sidebar: string;
|
|
503
|
-
};
|
|
504
|
-
variant: {
|
|
505
|
-
subtle: string;
|
|
506
|
-
light: string;
|
|
507
|
-
filled: string;
|
|
508
|
-
};
|
|
509
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
510
|
-
size: {
|
|
511
|
-
xs: string;
|
|
512
|
-
sm: string;
|
|
513
|
-
md: string;
|
|
514
|
-
lg: string;
|
|
515
|
-
xl: string;
|
|
516
|
-
};
|
|
517
|
-
tone: {
|
|
518
|
-
surface: string;
|
|
519
|
-
sidebar: string;
|
|
520
|
-
};
|
|
521
|
-
variant: {
|
|
522
|
-
subtle: string;
|
|
523
|
-
light: string;
|
|
524
|
-
filled: string;
|
|
525
|
-
};
|
|
526
|
-
}, undefined, "flex list-none flex-col", unknown, unknown, undefined>>;
|
|
527
|
-
type NavigationListGroupContentProps = ComponentProps<"ul"> & VariantProps<typeof navigationListGroupContentVariants> & {
|
|
528
|
-
size?: UISize;
|
|
529
|
-
tone?: NavigationListTone;
|
|
530
|
-
variant?: NavigationListVariant;
|
|
531
|
-
};
|
|
532
|
-
declare const NavigationListGroupContent: ({
|
|
533
|
-
className,
|
|
534
|
-
size,
|
|
535
|
-
tone,
|
|
536
|
-
variant,
|
|
537
|
-
...props
|
|
538
|
-
}: NavigationListGroupContentProps) => react_jsx_runtime0.JSX.Element;
|
|
539
|
-
//#endregion
|
|
540
|
-
//#region src/ui/navigation-list/navigation-list-group-label.d.ts
|
|
541
|
-
declare const navigationListGroupLabelVariants: tailwind_variants0.TVReturnType<{
|
|
542
|
-
size: {
|
|
543
|
-
xs: string;
|
|
544
|
-
sm: string;
|
|
545
|
-
md: string;
|
|
546
|
-
lg: string;
|
|
547
|
-
xl: string;
|
|
548
|
-
};
|
|
549
|
-
tone: {
|
|
550
|
-
surface: string;
|
|
551
|
-
sidebar: string;
|
|
552
|
-
};
|
|
553
|
-
}, undefined, "flex items-center rounded-md px-2 font-medium uppercase tracking-wide", {
|
|
554
|
-
size: {
|
|
555
|
-
xs: string;
|
|
556
|
-
sm: string;
|
|
557
|
-
md: string;
|
|
558
|
-
lg: string;
|
|
559
|
-
xl: string;
|
|
560
|
-
};
|
|
561
|
-
tone: {
|
|
562
|
-
surface: string;
|
|
563
|
-
sidebar: string;
|
|
564
|
-
};
|
|
565
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
566
|
-
size: {
|
|
567
|
-
xs: string;
|
|
568
|
-
sm: string;
|
|
569
|
-
md: string;
|
|
570
|
-
lg: string;
|
|
571
|
-
xl: string;
|
|
572
|
-
};
|
|
573
|
-
tone: {
|
|
574
|
-
surface: string;
|
|
575
|
-
sidebar: string;
|
|
576
|
-
};
|
|
577
|
-
}, undefined, "flex items-center rounded-md px-2 font-medium uppercase tracking-wide", unknown, unknown, undefined>>;
|
|
578
|
-
type NavigationListGroupLabelProps = useRender.ComponentProps<"div"> & ComponentProps<"div"> & Omit<VariantProps<typeof navigationListGroupLabelVariants>, "size"> & {
|
|
579
|
-
size?: UISize;
|
|
580
|
-
tone?: NavigationListTone;
|
|
581
|
-
};
|
|
582
|
-
declare const NavigationListGroupLabel: ({
|
|
583
|
-
className,
|
|
584
|
-
render,
|
|
585
|
-
size,
|
|
586
|
-
tone,
|
|
587
|
-
...props
|
|
588
|
-
}: NavigationListGroupLabelProps) => react.ReactElement<unknown, string | react.JSXElementConstructor<any>>;
|
|
589
|
-
//#endregion
|
|
590
|
-
//#region src/ui/navigation-list/navigation-list-item.d.ts
|
|
591
|
-
declare const navigationListItemVariants: tailwind_variants0.TVReturnType<{
|
|
592
|
-
size: {
|
|
593
|
-
xs: string;
|
|
594
|
-
sm: string;
|
|
595
|
-
md: string;
|
|
596
|
-
lg: string;
|
|
597
|
-
xl: string;
|
|
598
|
-
};
|
|
599
|
-
tone: {
|
|
600
|
-
surface: string;
|
|
601
|
-
sidebar: string;
|
|
602
|
-
};
|
|
603
|
-
variant: {
|
|
604
|
-
subtle: string;
|
|
605
|
-
light: string;
|
|
606
|
-
filled: string;
|
|
607
|
-
};
|
|
608
|
-
}, undefined, "group/navigation-list-item relative list-none", {
|
|
609
|
-
size: {
|
|
610
|
-
xs: string;
|
|
611
|
-
sm: string;
|
|
612
|
-
md: string;
|
|
613
|
-
lg: string;
|
|
614
|
-
xl: string;
|
|
615
|
-
};
|
|
616
|
-
tone: {
|
|
617
|
-
surface: string;
|
|
618
|
-
sidebar: string;
|
|
619
|
-
};
|
|
620
|
-
variant: {
|
|
621
|
-
subtle: string;
|
|
622
|
-
light: string;
|
|
623
|
-
filled: string;
|
|
624
|
-
};
|
|
625
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
626
|
-
size: {
|
|
627
|
-
xs: string;
|
|
628
|
-
sm: string;
|
|
629
|
-
md: string;
|
|
630
|
-
lg: string;
|
|
631
|
-
xl: string;
|
|
632
|
-
};
|
|
633
|
-
tone: {
|
|
634
|
-
surface: string;
|
|
635
|
-
sidebar: string;
|
|
636
|
-
};
|
|
637
|
-
variant: {
|
|
638
|
-
subtle: string;
|
|
639
|
-
light: string;
|
|
640
|
-
filled: string;
|
|
641
|
-
};
|
|
642
|
-
}, undefined, "group/navigation-list-item relative list-none", unknown, unknown, undefined>>;
|
|
643
|
-
type NavigationListItemProps = ComponentProps<"li"> & VariantProps<typeof navigationListItemVariants> & {
|
|
644
|
-
collapsible?: boolean;
|
|
645
|
-
opened?: boolean;
|
|
646
|
-
defaultOpened?: boolean;
|
|
647
|
-
onOpenedChange?: (opened: boolean) => void;
|
|
648
|
-
disabled?: boolean;
|
|
649
|
-
size?: UISize;
|
|
650
|
-
tone?: NavigationListTone;
|
|
651
|
-
variant?: NavigationListVariant;
|
|
652
|
-
};
|
|
653
|
-
declare const NavigationListItem: ({
|
|
654
|
-
className,
|
|
655
|
-
collapsible,
|
|
656
|
-
opened,
|
|
657
|
-
defaultOpened,
|
|
658
|
-
onOpenedChange,
|
|
659
|
-
disabled,
|
|
660
|
-
size,
|
|
661
|
-
tone,
|
|
662
|
-
variant,
|
|
663
|
-
children,
|
|
664
|
-
...props
|
|
665
|
-
}: NavigationListItemProps) => react_jsx_runtime0.JSX.Element;
|
|
666
|
-
//#endregion
|
|
667
|
-
//#region src/utils/merge-base-ui-class-name.d.ts
|
|
668
|
-
type BaseUIClassName<State> = ((state: State) => string | undefined) | string | undefined;
|
|
669
|
-
//#endregion
|
|
670
|
-
//#region src/ui/navigation-list/navigation-list-link.d.ts
|
|
671
|
-
declare const navigationListLinkVariants: tailwind_variants0.TVReturnType<{
|
|
672
|
-
size: {
|
|
673
|
-
xs: string;
|
|
674
|
-
sm: string;
|
|
675
|
-
md: string;
|
|
676
|
-
lg: string;
|
|
677
|
-
xl: string;
|
|
678
|
-
};
|
|
679
|
-
tone: {
|
|
680
|
-
surface: string;
|
|
681
|
-
sidebar: string;
|
|
682
|
-
};
|
|
683
|
-
variant: {
|
|
684
|
-
subtle: string;
|
|
685
|
-
light: string;
|
|
686
|
-
filled: string;
|
|
687
|
-
};
|
|
688
|
-
noWrap: {
|
|
689
|
-
true: string;
|
|
690
|
-
false: string;
|
|
691
|
-
};
|
|
692
|
-
hasDescription: {
|
|
693
|
-
true: string;
|
|
694
|
-
false: string;
|
|
695
|
-
};
|
|
696
|
-
}, undefined, "peer/navigation-list-link flex w-full cursor-pointer gap-2 overflow-hidden rounded-md text-left ring-offset-background outline-hidden transition-colors group-has-data-[slot=navigation-list-action]/navigation-list-item:pr-20 group-has-data-[slot=navigation-list-badge]/navigation-list-item:pr-20 focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50", {
|
|
697
|
-
size: {
|
|
698
|
-
xs: string;
|
|
699
|
-
sm: string;
|
|
700
|
-
md: string;
|
|
701
|
-
lg: string;
|
|
702
|
-
xl: string;
|
|
703
|
-
};
|
|
704
|
-
tone: {
|
|
705
|
-
surface: string;
|
|
706
|
-
sidebar: string;
|
|
707
|
-
};
|
|
708
|
-
variant: {
|
|
709
|
-
subtle: string;
|
|
710
|
-
light: string;
|
|
711
|
-
filled: string;
|
|
712
|
-
};
|
|
713
|
-
noWrap: {
|
|
714
|
-
true: string;
|
|
715
|
-
false: string;
|
|
716
|
-
};
|
|
717
|
-
hasDescription: {
|
|
718
|
-
true: string;
|
|
719
|
-
false: string;
|
|
720
|
-
};
|
|
721
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
722
|
-
size: {
|
|
723
|
-
xs: string;
|
|
724
|
-
sm: string;
|
|
725
|
-
md: string;
|
|
726
|
-
lg: string;
|
|
727
|
-
xl: string;
|
|
728
|
-
};
|
|
729
|
-
tone: {
|
|
730
|
-
surface: string;
|
|
731
|
-
sidebar: string;
|
|
732
|
-
};
|
|
733
|
-
variant: {
|
|
734
|
-
subtle: string;
|
|
735
|
-
light: string;
|
|
736
|
-
filled: string;
|
|
737
|
-
};
|
|
738
|
-
noWrap: {
|
|
739
|
-
true: string;
|
|
740
|
-
false: string;
|
|
741
|
-
};
|
|
742
|
-
hasDescription: {
|
|
743
|
-
true: string;
|
|
744
|
-
false: string;
|
|
745
|
-
};
|
|
746
|
-
}, undefined, "peer/navigation-list-link flex w-full cursor-pointer gap-2 overflow-hidden rounded-md text-left ring-offset-background outline-hidden transition-colors group-has-data-[slot=navigation-list-action]/navigation-list-item:pr-20 group-has-data-[slot=navigation-list-badge]/navigation-list-item:pr-20 focus-visible:ring-2 disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50", unknown, unknown, undefined>>;
|
|
747
|
-
interface NavigationListLinkState {
|
|
748
|
-
active: boolean;
|
|
749
|
-
collapsible: boolean;
|
|
750
|
-
disabled: boolean;
|
|
751
|
-
open: boolean;
|
|
752
|
-
size: UISize;
|
|
753
|
-
slot: "navigation-list-link";
|
|
754
|
-
tone: NavigationListTone;
|
|
755
|
-
variant: NavigationListVariant;
|
|
756
|
-
}
|
|
757
|
-
type NavigationListLinkProps = Omit<useRender.ComponentProps<"button">, "className"> & Omit<ComponentProps<"button">, "className"> & Omit<VariantProps<typeof navigationListLinkVariants>, "class" | "className" | "hasDescription" | "noWrap" | "size" | "tone" | "variant"> & {
|
|
758
|
-
href?: string;
|
|
759
|
-
active?: boolean;
|
|
760
|
-
label?: ReactNode;
|
|
761
|
-
description?: ReactNode;
|
|
762
|
-
leftSection?: ReactNode;
|
|
763
|
-
rightSection?: ReactNode | null;
|
|
764
|
-
noWrap?: boolean;
|
|
765
|
-
disableRightSectionRotation?: boolean;
|
|
766
|
-
size?: UISize;
|
|
767
|
-
tone?: NavigationListTone;
|
|
768
|
-
variant?: NavigationListVariant;
|
|
769
|
-
className?: BaseUIClassName<NavigationListLinkState>;
|
|
770
|
-
};
|
|
771
|
-
declare const NavigationListLink: ({
|
|
772
|
-
className,
|
|
773
|
-
render,
|
|
774
|
-
href,
|
|
775
|
-
active,
|
|
776
|
-
label,
|
|
777
|
-
description,
|
|
778
|
-
leftSection,
|
|
779
|
-
rightSection,
|
|
780
|
-
noWrap,
|
|
781
|
-
disableRightSectionRotation,
|
|
782
|
-
size,
|
|
783
|
-
tone,
|
|
784
|
-
variant,
|
|
785
|
-
disabled,
|
|
786
|
-
onClick,
|
|
787
|
-
onKeyDown,
|
|
788
|
-
children,
|
|
789
|
-
...props
|
|
790
|
-
}: NavigationListLinkProps) => react_jsx_runtime0.JSX.Element;
|
|
791
|
-
//#endregion
|
|
792
|
-
//#region src/ui/navigation-list/navigation-list-separator.d.ts
|
|
793
|
-
type NavigationListSeparatorProps = ComponentProps<typeof Separator> & {
|
|
794
|
-
tone?: NavigationListTone;
|
|
795
|
-
};
|
|
796
|
-
declare const NavigationListSeparator: ({
|
|
797
|
-
className,
|
|
798
|
-
tone,
|
|
799
|
-
...props
|
|
800
|
-
}: NavigationListSeparatorProps) => react_jsx_runtime0.JSX.Element;
|
|
801
|
-
//#endregion
|
|
802
|
-
//#region src/ui/navigation-list/navigation-list-skeleton.d.ts
|
|
803
|
-
declare const navigationListSkeletonVariants: tailwind_variants0.TVReturnType<{
|
|
804
|
-
size: {
|
|
805
|
-
xs: string;
|
|
806
|
-
sm: string;
|
|
807
|
-
md: string;
|
|
808
|
-
lg: string;
|
|
809
|
-
xl: string;
|
|
810
|
-
};
|
|
811
|
-
tone: {
|
|
812
|
-
surface: string;
|
|
813
|
-
sidebar: string;
|
|
814
|
-
};
|
|
815
|
-
}, undefined, "flex items-center gap-2 rounded-md px-2", {
|
|
816
|
-
size: {
|
|
817
|
-
xs: string;
|
|
818
|
-
sm: string;
|
|
819
|
-
md: string;
|
|
820
|
-
lg: string;
|
|
821
|
-
xl: string;
|
|
822
|
-
};
|
|
823
|
-
tone: {
|
|
824
|
-
surface: string;
|
|
825
|
-
sidebar: string;
|
|
826
|
-
};
|
|
827
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
828
|
-
size: {
|
|
829
|
-
xs: string;
|
|
830
|
-
sm: string;
|
|
831
|
-
md: string;
|
|
832
|
-
lg: string;
|
|
833
|
-
xl: string;
|
|
834
|
-
};
|
|
835
|
-
tone: {
|
|
836
|
-
surface: string;
|
|
837
|
-
sidebar: string;
|
|
838
|
-
};
|
|
839
|
-
}, undefined, "flex items-center gap-2 rounded-md px-2", unknown, unknown, undefined>>;
|
|
840
|
-
type NavigationListSkeletonProps = ComponentProps<"div"> & {
|
|
841
|
-
showIcon?: boolean;
|
|
842
|
-
size?: UISize;
|
|
843
|
-
tone?: NavigationListTone;
|
|
844
|
-
} & VariantProps<typeof navigationListSkeletonVariants>;
|
|
845
|
-
declare const NavigationListSkeleton: ({
|
|
846
|
-
className,
|
|
847
|
-
showIcon,
|
|
848
|
-
size,
|
|
849
|
-
tone,
|
|
850
|
-
...props
|
|
851
|
-
}: NavigationListSkeletonProps) => react_jsx_runtime0.JSX.Element;
|
|
852
|
-
//#endregion
|
|
853
|
-
//#region src/ui/navigation-list/navigation-list-sub.d.ts
|
|
854
|
-
declare const navigationListSubVariants: tailwind_variants0.TVReturnType<{
|
|
855
|
-
size: {
|
|
856
|
-
xs: string;
|
|
857
|
-
sm: string;
|
|
858
|
-
md: string;
|
|
859
|
-
lg: string;
|
|
860
|
-
xl: string;
|
|
861
|
-
};
|
|
862
|
-
tone: {
|
|
863
|
-
surface: string;
|
|
864
|
-
sidebar: string;
|
|
865
|
-
};
|
|
866
|
-
variant: {
|
|
867
|
-
subtle: string;
|
|
868
|
-
light: string;
|
|
869
|
-
filled: string;
|
|
870
|
-
};
|
|
871
|
-
}, undefined, "mx-2 mt-1 flex min-w-0 list-none flex-col border-l overflow-hidden [&[hidden]:not([hidden='until-found'])]:hidden data-[open=false]:pointer-events-none data-[open=false]:mt-0 data-[open=false]:max-h-0 data-[open=false]:opacity-0 data-[open=false]:py-0 data-[open=false]:border-transparent data-[open=true]:max-h-[48rem] data-[open=true]:opacity-100", {
|
|
872
|
-
size: {
|
|
873
|
-
xs: string;
|
|
874
|
-
sm: string;
|
|
875
|
-
md: string;
|
|
876
|
-
lg: string;
|
|
877
|
-
xl: string;
|
|
878
|
-
};
|
|
879
|
-
tone: {
|
|
880
|
-
surface: string;
|
|
881
|
-
sidebar: string;
|
|
882
|
-
};
|
|
883
|
-
variant: {
|
|
884
|
-
subtle: string;
|
|
885
|
-
light: string;
|
|
886
|
-
filled: string;
|
|
887
|
-
};
|
|
888
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
889
|
-
size: {
|
|
890
|
-
xs: string;
|
|
891
|
-
sm: string;
|
|
892
|
-
md: string;
|
|
893
|
-
lg: string;
|
|
894
|
-
xl: string;
|
|
895
|
-
};
|
|
896
|
-
tone: {
|
|
897
|
-
surface: string;
|
|
898
|
-
sidebar: string;
|
|
899
|
-
};
|
|
900
|
-
variant: {
|
|
901
|
-
subtle: string;
|
|
902
|
-
light: string;
|
|
903
|
-
filled: string;
|
|
904
|
-
};
|
|
905
|
-
}, undefined, "mx-2 mt-1 flex min-w-0 list-none flex-col border-l overflow-hidden [&[hidden]:not([hidden='until-found'])]:hidden data-[open=false]:pointer-events-none data-[open=false]:mt-0 data-[open=false]:max-h-0 data-[open=false]:opacity-0 data-[open=false]:py-0 data-[open=false]:border-transparent data-[open=true]:max-h-[48rem] data-[open=true]:opacity-100", unknown, unknown, undefined>>;
|
|
906
|
-
type NavigationListSubProps = ComponentProps<"ul"> & {
|
|
907
|
-
keepMounted?: boolean;
|
|
908
|
-
size?: UISize;
|
|
909
|
-
tone?: NavigationListTone;
|
|
910
|
-
variant?: NavigationListVariant;
|
|
911
|
-
} & VariantProps<typeof navigationListSubVariants>;
|
|
912
|
-
declare const NavigationListSub: ({
|
|
913
|
-
className,
|
|
914
|
-
keepMounted,
|
|
915
|
-
size,
|
|
916
|
-
tone,
|
|
917
|
-
variant,
|
|
918
|
-
...props
|
|
919
|
-
}: NavigationListSubProps) => react_jsx_runtime0.JSX.Element;
|
|
920
|
-
//#endregion
|
|
921
|
-
//#region src/ui/navigation-list/navigation-list-sub-item.d.ts
|
|
922
|
-
type NavigationListSubItemProps = ComponentProps<"li">;
|
|
923
|
-
declare const NavigationListSubItem: ({
|
|
924
|
-
className,
|
|
925
|
-
...props
|
|
926
|
-
}: NavigationListSubItemProps) => react_jsx_runtime0.JSX.Element;
|
|
927
|
-
//#endregion
|
|
928
|
-
//#region src/ui/navigation-list/navigation-list-sub-link.d.ts
|
|
929
|
-
declare const navigationListSubLinkVariants: tailwind_variants0.TVReturnType<{
|
|
930
|
-
size: {
|
|
931
|
-
xs: string;
|
|
932
|
-
sm: string;
|
|
933
|
-
md: string;
|
|
934
|
-
lg: string;
|
|
935
|
-
xl: string;
|
|
936
|
-
};
|
|
937
|
-
tone: {
|
|
938
|
-
surface: string;
|
|
939
|
-
sidebar: string;
|
|
940
|
-
};
|
|
941
|
-
variant: {
|
|
942
|
-
subtle: string;
|
|
943
|
-
light: string;
|
|
944
|
-
filled: string;
|
|
945
|
-
};
|
|
946
|
-
active: {
|
|
947
|
-
true: string;
|
|
948
|
-
false: string;
|
|
949
|
-
};
|
|
950
|
-
}, undefined, "flex min-w-0 items-center gap-2 overflow-hidden rounded-md text-left outline-hidden transition-colors focus-visible:ring-2 [&>span:last-child]:truncate", {
|
|
951
|
-
size: {
|
|
952
|
-
xs: string;
|
|
953
|
-
sm: string;
|
|
954
|
-
md: string;
|
|
955
|
-
lg: string;
|
|
956
|
-
xl: string;
|
|
957
|
-
};
|
|
958
|
-
tone: {
|
|
959
|
-
surface: string;
|
|
960
|
-
sidebar: string;
|
|
961
|
-
};
|
|
962
|
-
variant: {
|
|
963
|
-
subtle: string;
|
|
964
|
-
light: string;
|
|
965
|
-
filled: string;
|
|
966
|
-
};
|
|
967
|
-
active: {
|
|
968
|
-
true: string;
|
|
969
|
-
false: string;
|
|
970
|
-
};
|
|
971
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
972
|
-
size: {
|
|
973
|
-
xs: string;
|
|
974
|
-
sm: string;
|
|
975
|
-
md: string;
|
|
976
|
-
lg: string;
|
|
977
|
-
xl: string;
|
|
978
|
-
};
|
|
979
|
-
tone: {
|
|
980
|
-
surface: string;
|
|
981
|
-
sidebar: string;
|
|
982
|
-
};
|
|
983
|
-
variant: {
|
|
984
|
-
subtle: string;
|
|
985
|
-
light: string;
|
|
986
|
-
filled: string;
|
|
987
|
-
};
|
|
988
|
-
active: {
|
|
989
|
-
true: string;
|
|
990
|
-
false: string;
|
|
991
|
-
};
|
|
992
|
-
}, undefined, "flex min-w-0 items-center gap-2 overflow-hidden rounded-md text-left outline-hidden transition-colors focus-visible:ring-2 [&>span:last-child]:truncate", unknown, unknown, undefined>>;
|
|
993
|
-
type NavigationListSubLinkProps = useRender.ComponentProps<"a"> & ComponentProps<"a"> & {
|
|
994
|
-
active?: boolean;
|
|
995
|
-
size?: UISize;
|
|
996
|
-
tone?: NavigationListTone;
|
|
997
|
-
variant?: NavigationListVariant;
|
|
998
|
-
} & VariantProps<typeof navigationListSubLinkVariants>;
|
|
999
|
-
declare const NavigationListSubLink: ({
|
|
1000
|
-
className,
|
|
1001
|
-
render,
|
|
1002
|
-
active,
|
|
1003
|
-
size,
|
|
1004
|
-
tone,
|
|
1005
|
-
variant,
|
|
1006
|
-
...props
|
|
1007
|
-
}: NavigationListSubLinkProps) => react.ReactElement<unknown, string | react.JSXElementConstructor<any>>;
|
|
1008
|
-
//#endregion
|
|
1009
|
-
//#region src/ui/navigation-list/navigation-list.d.ts
|
|
1010
|
-
declare const navigationListVariants: tailwind_variants0.TVReturnType<{
|
|
1011
|
-
size: {
|
|
1012
|
-
xs: string;
|
|
1013
|
-
sm: string;
|
|
1014
|
-
md: string;
|
|
1015
|
-
lg: string;
|
|
1016
|
-
xl: string;
|
|
1017
|
-
};
|
|
1018
|
-
tone: {
|
|
1019
|
-
surface: string;
|
|
1020
|
-
sidebar: string;
|
|
1021
|
-
};
|
|
1022
|
-
variant: {
|
|
1023
|
-
subtle: string;
|
|
1024
|
-
light: string;
|
|
1025
|
-
filled: string;
|
|
1026
|
-
};
|
|
1027
|
-
}, undefined, "flex min-w-0 flex-col", {
|
|
1028
|
-
size: {
|
|
1029
|
-
xs: string;
|
|
1030
|
-
sm: string;
|
|
1031
|
-
md: string;
|
|
1032
|
-
lg: string;
|
|
1033
|
-
xl: string;
|
|
1034
|
-
};
|
|
1035
|
-
tone: {
|
|
1036
|
-
surface: string;
|
|
1037
|
-
sidebar: string;
|
|
1038
|
-
};
|
|
1039
|
-
variant: {
|
|
1040
|
-
subtle: string;
|
|
1041
|
-
light: string;
|
|
1042
|
-
filled: string;
|
|
1043
|
-
};
|
|
1044
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
1045
|
-
size: {
|
|
1046
|
-
xs: string;
|
|
1047
|
-
sm: string;
|
|
1048
|
-
md: string;
|
|
1049
|
-
lg: string;
|
|
1050
|
-
xl: string;
|
|
1051
|
-
};
|
|
1052
|
-
tone: {
|
|
1053
|
-
surface: string;
|
|
1054
|
-
sidebar: string;
|
|
1055
|
-
};
|
|
1056
|
-
variant: {
|
|
1057
|
-
subtle: string;
|
|
1058
|
-
light: string;
|
|
1059
|
-
filled: string;
|
|
1060
|
-
};
|
|
1061
|
-
}, undefined, "flex min-w-0 flex-col", unknown, unknown, undefined>>;
|
|
1062
|
-
interface NavigationListRootState {
|
|
1063
|
-
size: UISize;
|
|
1064
|
-
slot: "navigation-list";
|
|
1065
|
-
tone: NavigationListTone;
|
|
1066
|
-
variant: NavigationListVariant;
|
|
1067
|
-
}
|
|
1068
|
-
type NavigationListProps = Omit<ComponentProps<"nav">, "className"> & Omit<VariantProps<typeof navigationListVariants>, "class" | "className" | "size"> & {
|
|
1069
|
-
className?: BaseUIClassName<NavigationListRootState>;
|
|
1070
|
-
size?: UISize;
|
|
1071
|
-
tone?: NavigationListTone;
|
|
1072
|
-
variant?: NavigationListVariant;
|
|
1073
|
-
};
|
|
1074
|
-
declare const NavigationList: {
|
|
1075
|
-
({
|
|
1076
|
-
className,
|
|
1077
|
-
size: providedSize,
|
|
1078
|
-
tone,
|
|
1079
|
-
variant,
|
|
1080
|
-
children,
|
|
1081
|
-
...props
|
|
1082
|
-
}: NavigationListProps): react_jsx_runtime0.JSX.Element;
|
|
1083
|
-
Action: ({
|
|
1084
|
-
className,
|
|
1085
|
-
render,
|
|
1086
|
-
showOnHover,
|
|
1087
|
-
size,
|
|
1088
|
-
tone,
|
|
1089
|
-
...props
|
|
1090
|
-
}: NavigationListActionProps) => react.ReactElement<unknown, string | react.JSXElementConstructor<any>>;
|
|
1091
|
-
Badge: ({
|
|
1092
|
-
className,
|
|
1093
|
-
size,
|
|
1094
|
-
tone,
|
|
1095
|
-
...props
|
|
1096
|
-
}: NavigationListBadgeProps) => react_jsx_runtime0.JSX.Element;
|
|
1097
|
-
Content: ({
|
|
1098
|
-
className,
|
|
1099
|
-
size,
|
|
1100
|
-
tone,
|
|
1101
|
-
variant,
|
|
1102
|
-
...props
|
|
1103
|
-
}: NavigationListContentProps) => react_jsx_runtime0.JSX.Element;
|
|
1104
|
-
Group: ({
|
|
1105
|
-
className,
|
|
1106
|
-
size,
|
|
1107
|
-
tone,
|
|
1108
|
-
variant,
|
|
1109
|
-
...props
|
|
1110
|
-
}: NavigationListGroupProps) => react_jsx_runtime0.JSX.Element;
|
|
1111
|
-
GroupContent: ({
|
|
1112
|
-
className,
|
|
1113
|
-
size,
|
|
1114
|
-
tone,
|
|
1115
|
-
variant,
|
|
1116
|
-
...props
|
|
1117
|
-
}: NavigationListGroupContentProps) => react_jsx_runtime0.JSX.Element;
|
|
1118
|
-
GroupLabel: ({
|
|
1119
|
-
className,
|
|
1120
|
-
render,
|
|
1121
|
-
size,
|
|
1122
|
-
tone,
|
|
1123
|
-
...props
|
|
1124
|
-
}: NavigationListGroupLabelProps) => react.ReactElement<unknown, string | react.JSXElementConstructor<any>>;
|
|
1125
|
-
Item: ({
|
|
1126
|
-
className,
|
|
1127
|
-
collapsible,
|
|
1128
|
-
opened,
|
|
1129
|
-
defaultOpened,
|
|
1130
|
-
onOpenedChange,
|
|
1131
|
-
disabled,
|
|
1132
|
-
size,
|
|
1133
|
-
tone,
|
|
1134
|
-
variant,
|
|
1135
|
-
children,
|
|
1136
|
-
...props
|
|
1137
|
-
}: NavigationListItemProps) => react_jsx_runtime0.JSX.Element;
|
|
1138
|
-
Link: ({
|
|
1139
|
-
className,
|
|
1140
|
-
render,
|
|
1141
|
-
href,
|
|
1142
|
-
active,
|
|
1143
|
-
label,
|
|
1144
|
-
description,
|
|
1145
|
-
leftSection,
|
|
1146
|
-
rightSection,
|
|
1147
|
-
noWrap,
|
|
1148
|
-
disableRightSectionRotation,
|
|
1149
|
-
size,
|
|
1150
|
-
tone,
|
|
1151
|
-
variant,
|
|
1152
|
-
disabled,
|
|
1153
|
-
onClick,
|
|
1154
|
-
onKeyDown,
|
|
1155
|
-
children,
|
|
1156
|
-
...props
|
|
1157
|
-
}: NavigationListLinkProps) => react_jsx_runtime0.JSX.Element;
|
|
1158
|
-
Separator: ({
|
|
1159
|
-
className,
|
|
1160
|
-
tone,
|
|
1161
|
-
...props
|
|
1162
|
-
}: NavigationListSeparatorProps) => react_jsx_runtime0.JSX.Element;
|
|
1163
|
-
Skeleton: ({
|
|
1164
|
-
className,
|
|
1165
|
-
showIcon,
|
|
1166
|
-
size,
|
|
1167
|
-
tone,
|
|
1168
|
-
...props
|
|
1169
|
-
}: NavigationListSkeletonProps) => react_jsx_runtime0.JSX.Element;
|
|
1170
|
-
Sub: ({
|
|
1171
|
-
className,
|
|
1172
|
-
keepMounted,
|
|
1173
|
-
size,
|
|
1174
|
-
tone,
|
|
1175
|
-
variant,
|
|
1176
|
-
...props
|
|
1177
|
-
}: NavigationListSubProps) => react_jsx_runtime0.JSX.Element;
|
|
1178
|
-
SubItem: ({
|
|
1179
|
-
className,
|
|
1180
|
-
...props
|
|
1181
|
-
}: NavigationListSubItemProps) => react_jsx_runtime0.JSX.Element;
|
|
1182
|
-
SubLink: ({
|
|
1183
|
-
className,
|
|
1184
|
-
render,
|
|
1185
|
-
active,
|
|
1186
|
-
size,
|
|
1187
|
-
tone,
|
|
1188
|
-
variant,
|
|
1189
|
-
...props
|
|
1190
|
-
}: NavigationListSubLinkProps) => react.ReactElement<unknown, string | react.JSXElementConstructor<any>>;
|
|
1191
|
-
};
|
|
1192
|
-
//#endregion
|
|
1193
|
-
//#region src/ui/range-slider/range-slider-types.d.ts
|
|
1194
|
-
type RangeSliderValue = [number, number];
|
|
1195
|
-
//#endregion
|
|
1196
|
-
//#region src/ui/range-slider/range-slider.d.ts
|
|
1197
|
-
type RangeSliderRootProps = Omit<Slider$1.Root.Props<number[]>, "defaultValue" | "max" | "min" | "minStepsBetweenValues" | "name" | "onChange" | "onValueChange" | "onValueCommitted" | "thumbAlignment" | "thumbCollisionBehavior" | "value">;
|
|
1198
|
-
interface RangeSliderProps extends RangeSliderRootProps {
|
|
1199
|
-
color?: string;
|
|
1200
|
-
defaultValue?: RangeSliderValue;
|
|
1201
|
-
domain?: [number, number];
|
|
1202
|
-
hiddenInputProps?: Omit<ComponentPropsWithoutRef<"input">, "name" | "type" | "value">;
|
|
1203
|
-
inverted?: boolean;
|
|
1204
|
-
label?: SliderLabel;
|
|
1205
|
-
labelAlwaysOn?: boolean;
|
|
1206
|
-
labelTransitionProps?: SliderLabelTransitionProps;
|
|
1207
|
-
marks?: readonly SliderMark$1[];
|
|
1208
|
-
max?: number;
|
|
1209
|
-
maxRange?: number;
|
|
1210
|
-
min?: number;
|
|
1211
|
-
minRange?: number;
|
|
1212
|
-
name?: string;
|
|
1213
|
-
onChange?: ((value: RangeSliderValue) => void) | undefined;
|
|
1214
|
-
onChangeEnd?: ((value: RangeSliderValue) => void) | undefined;
|
|
1215
|
-
precision?: number;
|
|
1216
|
-
pushOnOverlap?: boolean;
|
|
1217
|
-
radius?: SliderRadius;
|
|
1218
|
-
restrictToMarks?: boolean;
|
|
1219
|
-
scale?: ((value: number) => number) | undefined;
|
|
1220
|
-
size?: SliderSize;
|
|
1221
|
-
showLabelOnHover?: boolean;
|
|
1222
|
-
step?: number;
|
|
1223
|
-
thumbChildren?: ReactNode | [ReactNode, ReactNode];
|
|
1224
|
-
thumbFromLabel?: string;
|
|
1225
|
-
thumbLabelOffset?: number | string;
|
|
1226
|
-
thumbLabelOffsetVertical?: number | string;
|
|
1227
|
-
thumbProps?: ((index: 0 | 1) => Omit<SliderThumbProps, "aria-label" | "children" | "index">) | undefined;
|
|
1228
|
-
thumbSize?: number | string;
|
|
1229
|
-
thumbToLabel?: string;
|
|
1230
|
-
trackSize?: number | string;
|
|
1231
|
-
markSize?: number | string;
|
|
1232
|
-
value?: RangeSliderValue;
|
|
1233
|
-
}
|
|
1234
|
-
type RangeSliderComponent = ((props: RangeSliderProps) => ReactNode) & {
|
|
1235
|
-
Control: typeof SliderControl;
|
|
1236
|
-
Indicator: typeof SliderIndicator;
|
|
1237
|
-
Mark: typeof SliderMark;
|
|
1238
|
-
Marks: typeof SliderMarks;
|
|
1239
|
-
Thumb: typeof SliderThumb;
|
|
1240
|
-
ThumbLabel: typeof SliderThumbLabel;
|
|
1241
|
-
Track: typeof SliderTrack;
|
|
1242
|
-
Value: typeof SliderValue;
|
|
1243
|
-
};
|
|
1244
|
-
declare const RangeSlider: RangeSliderComponent;
|
|
1245
|
-
//#endregion
|
|
1246
|
-
export { Accordion, AccordionContent, AccordionContent as AccordionPanel, type AccordionContentProps, AccordionHeader, type AccordionHeaderProps, AccordionItem, type AccordionItemProps, type AccordionProps, AccordionTrigger, type AccordionTriggerProps, Affix, type AffixPosition, type AffixProps, Alert, AlertAction, type AlertActionProps, AlertDescription, type AlertDescriptionProps, AlertDialog, AlertDialogAction, type AlertDialogActionProps, AlertDialogBackdrop, type AlertDialogBackdropProps, AlertDialogCancel, type AlertDialogCancelProps, AlertDialogClose, type AlertDialogCloseProps, AlertDialogContent, type AlertDialogContentProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogFooter, type AlertDialogFooterProps, AlertDialogHeader, type AlertDialogHeaderProps, AlertDialogMedia, type AlertDialogMediaProps, AlertDialogOverlay, type AlertDialogOverlayProps, AlertDialogPopup, type AlertDialogPopupProps, AlertDialogPortal, type AlertDialogPortalProps, type AlertDialogProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, AlertDialogViewport, type AlertDialogViewportProps, type AlertProps, AlertTitle, type AlertTitleProps, Announcement, type AnnouncementProps, AnnouncementTag, type AnnouncementTagProps, AnnouncementTitle, type AnnouncementTitleProps, AspectRatio, type AspectRatioProps, Autocomplete, AutocompleteArrow, type AutocompleteArrowProps, AutocompleteBackdrop, type AutocompleteBackdropProps, AutocompleteClear, type AutocompleteClearProps, AutocompleteCollection, type AutocompleteCollectionProps, AutocompleteContent, type AutocompleteContentProps, AutocompleteEmpty, type AutocompleteEmptyProps, AutocompleteGroup, AutocompleteGroupLabel, type AutocompleteGroupLabelProps, type AutocompleteGroupProps, AutocompleteIcon, type AutocompleteIconProps, AutocompleteInput, type AutocompleteInputProps, AutocompleteItem, type AutocompleteItemProps, AutocompleteList, type AutocompleteListProps, AutocompletePortal, type AutocompletePortalProps, AutocompletePositioner, type AutocompletePositionerProps, type AutocompleteProps, AutocompleteRow, type AutocompleteRowProps, AutocompleteSeparator, type AutocompleteSeparatorProps, AutocompleteStatus, type AutocompleteStatusProps, AutocompleteTrigger, type AutocompleteTriggerProps, AutocompleteValue, type AutocompleteValueProps, Avatar, AvatarBadge, type AvatarBadgeProps, AvatarFallback, type AvatarFallbackProps, AvatarGroup, AvatarGroupCount, type AvatarGroupCountProps, type AvatarGroupProps, AvatarImage, type AvatarImageProps, type AvatarProps, Badge, type BadgeProps, type BasePortalProps, Breadcrumb, BreadcrumbEllipsis, type BreadcrumbEllipsisProps, BreadcrumbItem, type BreadcrumbItemProps, BreadcrumbLink, type BreadcrumbLinkProps, BreadcrumbList, type BreadcrumbListProps, BreadcrumbPage, type BreadcrumbPageProps, type BreadcrumbProps, BreadcrumbSeparator, type BreadcrumbSeparatorProps, Button, ButtonGroup, type ButtonGroupProps, ButtonGroupSeparator, type ButtonGroupSeparatorProps, ButtonGroupText, type ButtonGroupTextProps, type ButtonProps, Card, CardAction, type CardActionProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, Carousel, type CarouselApi, CarouselContent, type CarouselContentProps, CarouselItem, type CarouselItemProps, CarouselNext, type CarouselNextProps, CarouselPrevious, type CarouselPreviousProps, type CarouselProps, Checkbox, CheckboxGroup, type CheckboxGroupProps, CheckboxIndicator, type CheckboxIndicatorProps, type CheckboxProps, Code, type CodeProps, Collapsible, CollapsibleContent, CollapsibleContent as CollapsiblePanel, type CollapsibleContentProps, type CollapsibleProps, CollapsibleTrigger, type CollapsibleTriggerProps, Combobox, ComboboxArrow, type ComboboxArrowProps, ComboboxBackdrop, type ComboboxBackdropProps, ComboboxChip, type ComboboxChipProps, ComboboxChipRemove, type ComboboxChipRemoveProps, ComboboxChips, ComboboxChipsInput, type ComboboxChipsInputProps, type ComboboxChipsProps, ComboboxClear, type ComboboxClearProps, ComboboxCollection, type ComboboxCollectionProps, ComboboxContent, type ComboboxContentProps, ComboboxEmpty, type ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, type ComboboxGroupLabelProps, type ComboboxGroupProps, ComboboxIcon, type ComboboxIconProps, ComboboxInput, type ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, type ComboboxItemIndicatorProps, type ComboboxItemProps, ComboboxLabel, type ComboboxLabelProps, ComboboxList, type ComboboxListProps, ComboboxPopup, type ComboboxPopupProps, ComboboxPortal, type ComboboxPortalProps, ComboboxPositioner, type ComboboxPositionerProps, type ComboboxProps, ComboboxRow, type ComboboxRowProps, ComboboxSeparator, type ComboboxSeparatorProps, ComboboxStatus, type ComboboxStatusProps, ComboboxTrigger, type ComboboxTriggerProps, ComboboxValue, type ComboboxValueProps, Command, CommandDialog, type CommandDialogProps, CommandEmpty, type CommandEmptyProps, CommandGroup, type CommandGroupProps, CommandInput, type CommandInputProps, CommandItem, type CommandItemProps, CommandList, type CommandListProps, type CommandProps, CommandSeparator, type CommandSeparatorProps, CommandShortcut, type CommandShortcutProps, Container, type ContainerProps, ContextMenu, ContextMenuArrow, type ContextMenuArrowProps, ContextMenuBackdrop, type ContextMenuBackdropProps, ContextMenuCheckboxItem, type ContextMenuCheckboxItemProps, ContextMenuContent, type ContextMenuContentProps, ContextMenuGroup, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, ContextMenuLabel, type ContextMenuLabelProps, ContextMenuLinkItem, type ContextMenuLinkItemProps, ContextMenuPopup, type ContextMenuPopupProps, ContextMenuPortal, type ContextMenuPortalProps, ContextMenuPositioner, type ContextMenuPositionerProps, type ContextMenuProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, type ContextMenuRadioItemProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuShortcut, type ContextMenuShortcutProps, ContextMenuSub, ContextMenuSubContent, type ContextMenuSubContentProps, type ContextMenuSubProps, ContextMenuSubTrigger, type ContextMenuSubTriggerProps, ContextMenuTrigger, type ContextMenuTriggerProps, CopyButton, type CopyButtonProps, DEFAULT_UI_SIZE, Dialog, DialogBackdrop, type DialogBackdropProps, DialogClose, type DialogCloseProps, DialogContent, type DialogContentProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogOverlay, type DialogOverlayProps, DialogPopup, type DialogPopupProps, DialogPortal, type DialogPortalProps, type DialogProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DialogViewport, type DialogViewportProps, Drawer, DrawerActions, type DrawerActionsProps, DrawerBackdrop, type DrawerBackdropProps, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerHandle, type DrawerHandleProps, DrawerHeader, type DrawerHeaderProps, DrawerIndent, DrawerIndentBackground, type DrawerIndentBackgroundProps, type DrawerIndentProps, DrawerPopup, type DrawerPopupProps, DrawerPortal, type DrawerPortalProps, type DrawerProps, DrawerProvider, type DrawerProviderProps, DrawerRoot, type DrawerRootProps, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, DrawerViewport, type DrawerViewportProps, Dropzone, DropzoneAccept, type DropzoneAcceptProps, DropzoneContext, DropzoneIdle, type DropzoneIdleProps, type DropzoneProps, DropzoneReject, type DropzoneRejectProps, type DropzoneVariants, EmojiPicker, EmojiPickerActiveEmoji, EmojiPickerActiveEmojiPreview, type EmojiPickerActiveEmojiPreviewProps, type EmojiPickerActiveEmojiProps, EmojiPickerContent, type EmojiPickerContentProps, EmojiPickerEmpty, type EmojiPickerEmptyProps, EmojiPickerList, type EmojiPickerListProps, EmojiPickerLoading, type EmojiPickerLoadingProps, type EmojiPickerProps, EmojiPickerSearch, type EmojiPickerSearchProps, EmojiPickerSkinTone, type EmojiPickerSkinToneProps, EmojiPickerSkinToneSelector, type EmojiPickerSkinToneSelectorProps, Empty, EmptyButton, type EmptyButtonProps, EmptyContent, type EmptyContentProps, EmptyDescription, type EmptyDescriptionProps, EmptyHeader, type EmptyHeaderProps, EmptyMedia, type EmptyMediaProps, type EmptyProps, EmptyTitle, type EmptyTitleProps, Field, FieldControl, type FieldControlProps, FieldDescription, type FieldDescriptionProps, FieldError, type FieldErrorProps, FieldItem, type FieldItemProps, FieldLabel, type FieldLabelProps, type FieldProps, FieldRoot, type FieldRootProps, FieldValidity, type FieldValidityProps, Fieldset, FieldsetLegend, type FieldsetLegendProps, type FieldsetProps, FieldsetRoot, type FieldsetRootProps, Form, type FormActions, type FormProps, FormRoot, type FormRootProps, type FormState, type FormSubmitEventDetails, type FormSubmitEventReason, type FormValidationMode, type FormValues, Input, InputGroup, InputGroupAddon, type InputGroupAddonProps, InputGroupButton, type InputGroupButtonProps, InputGroupInput, type InputGroupInputProps, type InputGroupProps, InputGroupText, type InputGroupTextProps, InputGroupTextarea, type InputGroupTextareaProps, InputOTP, InputOTPGroup, type InputOTPGroupProps, type InputOTPProps, InputOTPSeparator, type InputOTPSeparatorProps, InputOTPSlot, type InputOTPSlotProps, type InputProps, Item, ItemActions, type ItemActionsProps, ItemContent, type ItemContentProps, ItemDescription, type ItemDescriptionProps, ItemFooter, type ItemFooterProps, ItemGroup, type ItemGroupProps, ItemHeader, type ItemHeaderProps, ItemMedia, type ItemMediaProps, type ItemProps, ItemSeparator, type ItemSeparatorProps, ItemTitle, type ItemTitleProps, KUZENBO_PROVIDER_MISSING_ERROR, Kbd, KbdGroup, type KbdGroupProps, type KbdProps, type KuzenboComponentConfig, type KuzenboComponentDefaultProps, type KuzenboComponentsConfig, type KuzenboEnv, KuzenboProvider, type KuzenboProviderProps, Label, type LabelProps, Marquee, MarqueeContent, type MarqueeContentProps, MarqueeFade, type MarqueeFadeProps, MarqueeItem, type MarqueeItemProps, type MarqueeProps, DropdownMenu as Menu, DropdownMenuArrow as MenuArrow, DropdownMenuBackdrop as MenuBackdrop, DropdownMenuCheckboxItem as MenuCheckboxItem, DropdownMenuContent as MenuContent, DropdownMenuGroup as MenuGroup, DropdownMenuLabel as MenuGroupLabel, DropdownMenuItem as MenuItem, DropdownMenuLinkItem as MenuLinkItem, DropdownMenuPopup as MenuPopup, DropdownMenuPortal as MenuPortal, DropdownMenuPositioner as MenuPositioner, DropdownMenuRadioGroup as MenuRadioGroup, DropdownMenuRadioItem as MenuRadioItem, DropdownMenuSeparator as MenuSeparator, DropdownMenuShortcut as MenuShortcut, DropdownMenuSubContent as MenuSubmenuContent, DropdownMenuSub as MenuSubmenuRoot, DropdownMenuSubTrigger as MenuSubmenuTrigger, DropdownMenuTrigger as MenuTrigger, Menubar, MenubarArrow, type MenubarArrowProps, MenubarBackdrop, type MenubarBackdropProps, MenubarCheckboxItem, type MenubarCheckboxItemProps, MenubarContent, type MenubarContentProps, MenubarGroup, type MenubarGroupProps, MenubarItem, type MenubarItemProps, MenubarLabel, type MenubarLabelProps, MenubarLinkItem, type MenubarLinkItemProps, MenubarMenu, type MenubarMenuProps, MenubarPopup, type MenubarPopupProps, MenubarPortal, type MenubarPortalProps, MenubarPositioner, type MenubarPositionerProps, type MenubarProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, type MenubarRadioItemProps, MenubarSeparator, type MenubarSeparatorProps, MenubarShortcut, type MenubarShortcutProps, MenubarSub, MenubarSubContent, type MenubarSubContentProps, type MenubarSubProps, MenubarSubTrigger, type MenubarSubTriggerProps, MenubarTrigger, type MenubarTriggerProps, Meter, MeterIndicator, type MeterIndicatorProps, MeterLabel, type MeterLabelProps, type MeterProps, MeterTrack, type MeterTrackProps, MeterValue, type MeterValueProps, NavigationList, NavigationListAction, type NavigationListActionProps, NavigationListBadge, type NavigationListBadgeProps, NavigationListContent, type NavigationListContentProps, NavigationListGroup, NavigationListGroupContent, type NavigationListGroupContentProps, NavigationListGroupLabel, type NavigationListGroupLabelProps, type NavigationListGroupProps, NavigationListItem, type NavigationListItemProps, NavigationListLink, type NavigationListLinkProps, type NavigationListProps, NavigationListSeparator, type NavigationListSeparatorProps, NavigationListSkeleton, type NavigationListSkeletonProps, NavigationListSub, NavigationListSubItem, type NavigationListSubItemProps, NavigationListSubLink, type NavigationListSubLinkProps, type NavigationListSubProps, NavigationMenu, NavigationMenuArrow, type NavigationMenuArrowProps, NavigationMenuBackdrop, type NavigationMenuBackdropProps, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIndicator, type NavigationMenuIndicatorProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, NavigationMenuPopup, type NavigationMenuPopupProps, NavigationMenuPortal, type NavigationMenuPortalProps, NavigationMenuPositioner, type NavigationMenuPositionerProps, type NavigationMenuProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, NumberField, NumberFieldDecrement, type NumberFieldDecrementProps, NumberFieldGroup, type NumberFieldGroupProps, NumberFieldIncrement, type NumberFieldIncrementProps, NumberFieldInput, type NumberFieldInputProps, type NumberFieldProps, NumberFieldScrubArea, NumberFieldScrubAreaCursor, type NumberFieldScrubAreaCursorProps, type NumberFieldScrubAreaProps, Pagination, PaginationContent, type PaginationContentProps, PaginationEllipsis, type PaginationEllipsisProps, PaginationItem, type PaginationItemProps, PaginationLink, type PaginationLinkProps, PaginationNext, type PaginationNextProps, PaginationPrevious, type PaginationPreviousProps, type PaginationProps, Pill, PillAvatar, PillAvatarGroup, type PillAvatarGroupProps, type PillAvatarProps, PillButton, type PillButtonProps, PillDelta, type PillDeltaProps, PillIcon, type PillIconProps, PillIndicator, type PillIndicatorProps, type PillProps, PillStatus, type PillStatusProps, Popover, PopoverArrow, type PopoverArrowProps, PopoverBackdrop, type PopoverBackdropProps, PopoverClose, type PopoverCloseProps, PopoverContent, type PopoverContentProps, PopoverDescription, type PopoverDescriptionProps, PopoverHeader, type PopoverHeaderProps, PopoverPopup, type PopoverPopupProps, PopoverPortal, type PopoverPortalProps, PopoverPositioner, type PopoverPositionerProps, type PopoverProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, PopoverViewport, type PopoverViewportProps, Portal, type PortalProps, PreviewCard, PreviewCardArrow, type PreviewCardArrowProps, PreviewCardBackdrop, type PreviewCardBackdropProps, PreviewCardContent, type PreviewCardContentProps, PreviewCardPopup, type PreviewCardPopupProps, PreviewCardPortal, type PreviewCardPortalProps, PreviewCardPositioner, type PreviewCardPositionerProps, type PreviewCardProps, PreviewCardTrigger, type PreviewCardTriggerProps, PreviewCardViewport, type PreviewCardViewportProps, Progress, ProgressIndicator, type ProgressIndicatorProps, ProgressLabel, type ProgressLabelProps, type ProgressProps, ProgressTrack, type ProgressTrackProps, ProgressValue, type ProgressValueProps, QRCode, type QRCodeProps, RadioGroup, RadioGroupIndicator, type RadioGroupIndicatorProps, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps, RangeSlider, type RangeSliderProps, type RangeSliderValue, Rating, type RatingProps, RatingStar, type RatingStarProps, ResizableHandle, type ResizableHandleProps, ResizablePanel, ResizablePanelGroup, type ResizablePanelGroupProps, type ResizablePanelProps, ScrollArea, ScrollAreaContent, type ScrollAreaContentProps, ScrollAreaCorner, type ScrollAreaCornerProps, type ScrollAreaProps, ScrollAreaThumb, type ScrollAreaThumbProps, ScrollAreaViewport, type ScrollAreaViewportProps, ScrollBar, type ScrollBarProps, Select, SelectArrow, type SelectArrowProps, SelectBackdrop, type SelectBackdropProps, SelectContent, type SelectContentProps, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectIcon, type SelectIconProps, SelectItem, SelectItemIndicator, type SelectItemIndicatorProps, type SelectItemProps, SelectItemText, type SelectItemTextProps, SelectLabel, type SelectLabelProps, SelectList, type SelectListProps, type SelectOption, SelectPopup, type SelectPopupProps, SelectPortal, type SelectPortalProps, SelectPositioner, type SelectPositionerProps, type SelectProps, SelectScrollDownArrow, type SelectScrollDownArrowProps, SelectScrollDownButton, type SelectScrollDownButtonProps, SelectScrollUpArrow, type SelectScrollUpArrowProps, SelectScrollUpButton, type SelectScrollUpButtonProps, SelectSeparator, type SelectSeparatorProps, SelectTrigger, type SelectTriggerProps, SelectValue, type SelectValueProps, Separator, type SeparatorProps, Sheet, SheetBackdrop, type SheetBackdropProps, SheetClose, type SheetCloseProps, SheetContent, type SheetContentProps, SheetDescription, type SheetDescriptionProps, SheetFooter, type SheetFooterProps, SheetHeader, type SheetHeaderProps, SheetOverlay, type SheetOverlayProps, SheetPopup, type SheetPopupProps, SheetPortal, type SheetPortalProps, type SheetProps, SheetTitle, type SheetTitleProps, SheetTrigger, type SheetTriggerProps, SheetViewport, type SheetViewportProps, Sidebar, SidebarContent, type SidebarContentProps, SidebarFooter, type SidebarFooterProps, SidebarGroup, SidebarGroupAction, type SidebarGroupActionProps, SidebarGroupContent, type SidebarGroupContentProps, SidebarGroupLabel, type SidebarGroupLabelProps, type SidebarGroupProps, SidebarHeader, type SidebarHeaderProps, SidebarInput, type SidebarInputProps, SidebarInset, type SidebarInsetProps, SidebarMenu, SidebarMenuAction, type SidebarMenuActionProps, SidebarMenuBadge, type SidebarMenuBadgeProps, SidebarMenuButton, type SidebarMenuButtonProps, SidebarMenuItem, type SidebarMenuItemProps, type SidebarMenuProps, SidebarMenuSkeleton, type SidebarMenuSkeletonProps, SidebarMenuSub, SidebarMenuSubButton, type SidebarMenuSubButtonProps, SidebarMenuSubItem, type SidebarMenuSubItemProps, type SidebarMenuSubProps, type SidebarProps, SidebarProvider, type SidebarProviderProps, SidebarRail, type SidebarRailProps, SidebarSeparator, type SidebarSeparatorProps, SidebarTrigger, type SidebarTriggerProps, Skeleton, type SkeletonProps, Slider, SliderControl, type SliderControlProps, SliderIndicator, type SliderIndicatorProps, type SliderLabel, type SliderLabelTransitionProps, SliderMark, type SliderMark$1 as SliderMarkDefinition, type SliderMark$1 as SliderMarkType, type SliderMarkProps, SliderMarks, type SliderMarksProps, type SliderProps, type SliderRadius, type SliderSemanticRadius, type SliderSemanticSize, type SliderSize, SliderThumb, SliderThumbLabel, type SliderThumbLabelProps, type SliderThumbProps, SliderTrack, type SliderTrackProps, SliderValue, type SliderValueProps, type SliderValue$1 as SliderValueType, Spacer, type SpacerOrientation, type SpacerProps, Spinner, type SpinnerProps, Switch, type SwitchProps, SwitchThumb, type SwitchThumbProps, Table, TableBody, type TableBodyProps, TableCaption, type TableCaptionProps, TableCell, type TableCellProps, TableFooter, type TableFooterProps, TableHead, type TableHeadProps, TableHeader, type TableHeaderProps, type TableProps, TableRow, type TableRowProps, Tabs, TabsContent, TabsContent as TabsPanel, type TabsContentProps, TabsIndicator, type TabsIndicatorProps, TabsList, type TabsListProps, type TabsProps, TabsTrigger as TabsTab, TabsTrigger, type TabsTriggerProps, Textarea, type TextareaProps, ThemeIcon, type ThemeIconProps, Timeline, TimelineConnector, type TimelineConnectorProps, TimelineContent, type TimelineContentProps, TimelineDescription, type TimelineDescriptionProps, TimelineDot, type TimelineDotProps, TimelineHeader, type TimelineHeaderProps, TimelineItem, type TimelineItemProps, type TimelineProps, TimelineTime, type TimelineTimeProps, TimelineTitle, type TimelineTitleProps, Toggle, ToggleGroup, ToggleGroupContext, ToggleGroupItem, type ToggleGroupItemProps, type ToggleGroupProps, type ToggleProps, Toolbar, ToolbarButton, type ToolbarButtonProps, ToolbarGroup, type ToolbarGroupProps, ToolbarInput, type ToolbarInputProps, ToolbarLink, type ToolbarLinkProps, type ToolbarProps, ToolbarSeparator, type ToolbarSeparatorProps, Tooltip, TooltipArrow, type TooltipArrowProps, TooltipContent, type TooltipContentProps, TooltipPopup, type TooltipPopupProps, TooltipPortal, type TooltipPortalProps, TooltipPositioner, type TooltipPositionerProps, type TooltipProps, TooltipProvider, type TooltipProviderProps, TooltipTrigger, type TooltipTriggerProps, TooltipViewport, type TooltipViewportProps, Typography, TypographyBlockquote, type TypographyBlockquoteProps, TypographyBody, type TypographyBodyProps, TypographyCaption, type TypographyCaptionProps, TypographyDisplay, type TypographyDisplayProps, TypographyEyebrow, type TypographyEyebrowProps, TypographyH1, type TypographyH1Props, TypographyH2, type TypographyH2Props, TypographyH3, type TypographyH3Props, TypographyH4, type TypographyH4Props, TypographyH5, type TypographyH5Props, TypographyH6, type TypographyH6Props, TypographyHeading, type TypographyHeadingAliasProps, type TypographyHeadingProps, TypographyLead, type TypographyLeadProps, TypographyLi, type TypographyLiProps, TypographyLink, type TypographyLinkProps, TypographyMuted, type TypographyMutedProps, TypographyOl, type TypographyOlProps, TypographyOverline, type TypographyOverlineProps, TypographyP, type TypographyPProps, type TypographyProps, TypographySmall, type TypographySmallProps, TypographySubheading, type TypographySubheadingProps, TypographyText, type TypographyTextAliasProps, type TypographyTextProps, TypographyUl, type TypographyUlProps, type UISize, UI_SIZE_ORDER, accordionVariants, affixVariants, alertVariants, badgeVariants, buttonGroupVariants, buttonVariants, createDrawerHandle, createPreviewCardHandle, createSizeContext, dropzoneVariants, filterUndefinedProps, itemVariants, ratingValueVariants, ratingVariants, resolveSize, themeIconVariants, timelineVariants, toggleVariants, typographyHeadingVariants, typographyTextVariants, useCarousel, useComboboxAnchor, useFilter as useComboboxFilter, useFilteredItems as useComboboxFilteredItems, useComponentDefaultProps, useComponentSize, useDropzoneContext, useFilter$1 as useFilter, useFilteredItems$1 as useFilteredItems, useGlobalUISize, useKuzenboComponentDefaults, useKuzenboContext, useKuzenboEnv, useKuzenboReducedMotion, useOptionalKuzenboContext, useSidebar };
|
|
1247
|
-
//# sourceMappingURL=index.d.ts.map
|