@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
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
import { t as UISize } from "./size-system-CMU68sQY.js";
|
|
2
|
-
import * as tailwind_variants0 from "tailwind-variants";
|
|
3
|
-
import { VariantProps } from "tailwind-variants";
|
|
4
|
-
import { ComponentProps } from "react";
|
|
5
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
6
|
-
import { Field } from "@base-ui/react/field";
|
|
7
|
-
import { Fieldset } from "@base-ui/react/fieldset";
|
|
8
|
-
|
|
9
|
-
//#region src/ui/field/field-label.d.ts
|
|
10
|
-
type FieldLabelProps = ComponentProps<typeof Field.Label>;
|
|
11
|
-
declare const FieldLabel: ({
|
|
12
|
-
className,
|
|
13
|
-
...props
|
|
14
|
-
}: FieldLabelProps) => react_jsx_runtime0.JSX.Element;
|
|
15
|
-
//#endregion
|
|
16
|
-
//#region src/ui/field/field-control.d.ts
|
|
17
|
-
type NativeFieldControlProps = ComponentProps<typeof Field.Control>;
|
|
18
|
-
type DistributiveOmit<T, K extends PropertyKey> = T extends unknown ? Omit<T, K> : never;
|
|
19
|
-
declare const fieldControlVariants: tailwind_variants0.TVReturnType<{
|
|
20
|
-
size: {
|
|
21
|
-
xs: string;
|
|
22
|
-
sm: string;
|
|
23
|
-
md: string;
|
|
24
|
-
lg: string;
|
|
25
|
-
xl: string;
|
|
26
|
-
};
|
|
27
|
-
}, undefined, "w-full min-w-0 border border-input bg-transparent transition-colors outline-none placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:cursor-not-allowed disabled:bg-input/50 disabled:opacity-50 aria-invalid:border-danger aria-invalid:ring-[3px] aria-invalid:ring-danger/20 dark:bg-input/30 dark:disabled:bg-input/80 dark:aria-invalid:border-danger/50 dark:aria-invalid:ring-danger/40", {
|
|
28
|
-
size: {
|
|
29
|
-
xs: string;
|
|
30
|
-
sm: string;
|
|
31
|
-
md: string;
|
|
32
|
-
lg: string;
|
|
33
|
-
xl: string;
|
|
34
|
-
};
|
|
35
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
36
|
-
size: {
|
|
37
|
-
xs: string;
|
|
38
|
-
sm: string;
|
|
39
|
-
md: string;
|
|
40
|
-
lg: string;
|
|
41
|
-
xl: string;
|
|
42
|
-
};
|
|
43
|
-
}, undefined, "w-full min-w-0 border border-input bg-transparent transition-colors outline-none placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:cursor-not-allowed disabled:bg-input/50 disabled:opacity-50 aria-invalid:border-danger aria-invalid:ring-[3px] aria-invalid:ring-danger/20 dark:bg-input/30 dark:disabled:bg-input/80 dark:aria-invalid:border-danger/50 dark:aria-invalid:ring-danger/40", unknown, unknown, undefined>>;
|
|
44
|
-
type FieldControlVariantProps = Omit<VariantProps<typeof fieldControlVariants>, "size"> & {
|
|
45
|
-
size?: UISize;
|
|
46
|
-
};
|
|
47
|
-
type FieldControlProps = DistributiveOmit<NativeFieldControlProps, "size"> & FieldControlVariantProps;
|
|
48
|
-
declare const FieldControl: ({
|
|
49
|
-
className,
|
|
50
|
-
size: providedSize,
|
|
51
|
-
...props
|
|
52
|
-
}: FieldControlProps) => react_jsx_runtime0.JSX.Element;
|
|
53
|
-
//#endregion
|
|
54
|
-
//#region src/ui/field/field-description.d.ts
|
|
55
|
-
type FieldDescriptionProps = ComponentProps<typeof Field.Description>;
|
|
56
|
-
declare const FieldDescription: ({
|
|
57
|
-
className,
|
|
58
|
-
...props
|
|
59
|
-
}: FieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
|
|
60
|
-
//#endregion
|
|
61
|
-
//#region src/ui/field/field-item.d.ts
|
|
62
|
-
type FieldItemProps = ComponentProps<typeof Field.Item>;
|
|
63
|
-
declare const FieldItem: ({
|
|
64
|
-
className,
|
|
65
|
-
...props
|
|
66
|
-
}: FieldItemProps) => react_jsx_runtime0.JSX.Element;
|
|
67
|
-
//#endregion
|
|
68
|
-
//#region src/ui/field/field-error.d.ts
|
|
69
|
-
type FieldErrorProps = ComponentProps<typeof Field.Error>;
|
|
70
|
-
declare const FieldError: ({
|
|
71
|
-
className,
|
|
72
|
-
...props
|
|
73
|
-
}: FieldErrorProps) => react_jsx_runtime0.JSX.Element;
|
|
74
|
-
//#endregion
|
|
75
|
-
//#region src/ui/field/field-validity.d.ts
|
|
76
|
-
type FieldValidityProps = ComponentProps<typeof Field.Validity>;
|
|
77
|
-
declare const FieldValidity: (props: FieldValidityProps) => react_jsx_runtime0.JSX.Element;
|
|
78
|
-
//#endregion
|
|
79
|
-
//#region src/ui/field/field-root.d.ts
|
|
80
|
-
type FieldRootProps = ComponentProps<typeof Field.Root>;
|
|
81
|
-
declare const FieldRoot: ({
|
|
82
|
-
className,
|
|
83
|
-
...props
|
|
84
|
-
}: FieldRootProps) => react_jsx_runtime0.JSX.Element;
|
|
85
|
-
//#endregion
|
|
86
|
-
//#region src/ui/field/field.d.ts
|
|
87
|
-
type FieldProps = FieldRootProps;
|
|
88
|
-
declare const Field$1: {
|
|
89
|
-
({
|
|
90
|
-
...props
|
|
91
|
-
}: FieldRootProps): react_jsx_runtime0.JSX.Element;
|
|
92
|
-
Root: ({
|
|
93
|
-
className,
|
|
94
|
-
...props
|
|
95
|
-
}: FieldRootProps) => react_jsx_runtime0.JSX.Element;
|
|
96
|
-
Label: ({
|
|
97
|
-
className,
|
|
98
|
-
...props
|
|
99
|
-
}: FieldLabelProps) => react_jsx_runtime0.JSX.Element;
|
|
100
|
-
Control: ({
|
|
101
|
-
className,
|
|
102
|
-
size: providedSize,
|
|
103
|
-
...props
|
|
104
|
-
}: FieldControlProps) => react_jsx_runtime0.JSX.Element;
|
|
105
|
-
Description: ({
|
|
106
|
-
className,
|
|
107
|
-
...props
|
|
108
|
-
}: FieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
|
|
109
|
-
Item: ({
|
|
110
|
-
className,
|
|
111
|
-
...props
|
|
112
|
-
}: FieldItemProps) => react_jsx_runtime0.JSX.Element;
|
|
113
|
-
Error: ({
|
|
114
|
-
className,
|
|
115
|
-
...props
|
|
116
|
-
}: FieldErrorProps) => react_jsx_runtime0.JSX.Element;
|
|
117
|
-
Validity: (props: FieldValidityProps) => react_jsx_runtime0.JSX.Element;
|
|
118
|
-
};
|
|
119
|
-
//#endregion
|
|
120
|
-
//#region src/ui/fieldset/fieldset-legend.d.ts
|
|
121
|
-
type FieldsetLegendProps = ComponentProps<typeof Fieldset.Legend>;
|
|
122
|
-
declare const FieldsetLegend: ({
|
|
123
|
-
className,
|
|
124
|
-
...props
|
|
125
|
-
}: FieldsetLegendProps) => react_jsx_runtime0.JSX.Element;
|
|
126
|
-
//#endregion
|
|
127
|
-
//#region src/ui/fieldset/fieldset-root.d.ts
|
|
128
|
-
type FieldsetRootProps = ComponentProps<typeof Fieldset.Root>;
|
|
129
|
-
declare const FieldsetRoot: ({
|
|
130
|
-
className,
|
|
131
|
-
...props
|
|
132
|
-
}: FieldsetRootProps) => react_jsx_runtime0.JSX.Element;
|
|
133
|
-
//#endregion
|
|
134
|
-
//#region src/ui/fieldset/fieldset.d.ts
|
|
135
|
-
type FieldsetProps = FieldsetRootProps;
|
|
136
|
-
declare const Fieldset$1: {
|
|
137
|
-
({
|
|
138
|
-
...props
|
|
139
|
-
}: FieldsetRootProps): react_jsx_runtime0.JSX.Element;
|
|
140
|
-
Root: ({
|
|
141
|
-
className,
|
|
142
|
-
...props
|
|
143
|
-
}: FieldsetRootProps) => react_jsx_runtime0.JSX.Element;
|
|
144
|
-
Legend: ({
|
|
145
|
-
className,
|
|
146
|
-
...props
|
|
147
|
-
}: FieldsetLegendProps) => react_jsx_runtime0.JSX.Element;
|
|
148
|
-
};
|
|
149
|
-
//#endregion
|
|
150
|
-
export { FieldLabelProps as S, FieldDescription as _, FieldsetLegend as a, FieldControlProps as b, FieldProps as c, FieldValidity as d, FieldValidityProps as f, FieldItemProps as g, FieldItem as h, FieldsetRootProps as i, FieldRoot as l, FieldErrorProps as m, FieldsetProps as n, FieldsetLegendProps as o, FieldError as p, FieldsetRoot as r, Field$1 as s, Fieldset$1 as t, FieldRootProps as u, FieldDescriptionProps as v, FieldLabel as x, FieldControl as y };
|
|
151
|
-
//# sourceMappingURL=fieldset-BvbNkZWm.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fieldset-BvbNkZWm.d.ts","names":[],"sources":["../src/ui/field/field-label.tsx","../src/ui/field/field-control.tsx","../src/ui/field/field-description.tsx","../src/ui/field/field-item.tsx","../src/ui/field/field-error.tsx","../src/ui/field/field-validity.tsx","../src/ui/field/field-root.tsx","../src/ui/field/field.tsx","../src/ui/fieldset/fieldset-legend.tsx","../src/ui/fieldset/fieldset-root.tsx","../src/ui/fieldset/fieldset.tsx"],"mappings":";;;;;;;;;KAMY,eAAA,GAAkB,cAAA,QAAsB,KAAA,CAAU,KAAA;AAAA,cAEjD,UAAA;EAAc,SAAA;EAAA,GAAA;AAAA,GAAyB,eAAA,KAAe,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCE9D,uBAAA,GAA0B,cAAA,QAAsB,KAAA,CAAU,OAAA;AAAA,KAE1D,gBAAA,cAA8B,WAAA,IAAe,CAAA,mBAC9C,IAAA,CAAK,CAAA,EAAG,CAAA;AAAA,cAGN,oBAAA,EAcJ,kBAAA,CAdwB,YAAA;;;;;;;;;;;;;;;;cAcxB,kBAAA,CAAA,YAAA;;;;;;;;;KAEG,wBAAA,GAA2B,IAAA,CAC9B,YAAA,QAAoB,oBAAA;EAGpB,IAAA,GAAO,MAAA;AAAA;AAAA,KAGG,iBAAA,GAAoB,gBAAA,CAC9B,uBAAA,YAGA,wBAAA;AAAA,cAEW,YAAA;EAAgB,SAAA;EAAA,IAAA,EAAA,YAAA;EAAA,GAAA;AAAA,GAI1B,iBAAA,KAAiB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KC3CR,qBAAA,GAAwB,cAAA,QAC3B,KAAA,CAAU,WAAA;AAAA,cAGN,gBAAA;EAAoB,SAAA;EAAA,GAAA;AAAA,GAG9B,qBAAA,KAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCPZ,cAAA,GAAiB,cAAA,QAAsB,KAAA,CAAU,IAAA;AAAA,cAEhD,SAAA;EAAa,SAAA;EAAA,GAAA;AAAA,GAAyB,cAAA,KAAc,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCFrD,eAAA,GAAkB,cAAA,QAAsB,KAAA,CAAU,KAAA;AAAA,cAEjD,UAAA;EAAc,SAAA;EAAA,GAAA;AAAA,GAAyB,eAAA,KAAe,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCJvD,kBAAA,GAAqB,cAAA,QAAsB,KAAA,CAAU,QAAA;AAAA,cAEpD,aAAA,GAAiB,KAAA,EAAO,kBAAA,KAAkB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCA3C,cAAA,GAAiB,cAAA,QAAsB,KAAA,CAAU,IAAA;AAAA,cAEhD,SAAA;EAAa,SAAA;EAAA,GAAA;AAAA,GAAyB,cAAA,KAAc,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCArD,UAAA,GAAa,cAAA;AAAA,cAEnB,OAAA;EAAA;IAAA;KAAuB,cAAA,GAAc,kBAAA,CAAA,GAAA,CAAA,OAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KCJ/B,mBAAA,GAAsB,cAAA,QAAsB,QAAA,CAAa,MAAA;AAAA,cAExD,cAAA;EAAkB,SAAA;EAAA,GAAA;AAAA,GAG5B,mBAAA,KAAmB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCLV,iBAAA,GAAoB,cAAA,QAAsB,QAAA,CAAa,IAAA;AAAA,cAEtD,YAAA;EAAgB,SAAA;EAAA,GAAA;AAAA,GAAyB,iBAAA,KAAiB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCL3D,aAAA,GAAgB,iBAAA;AAAA,cAEtB,UAAA;EAAA;IAAA;KAA0B,iBAAA,GAAiB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { t as mergeBaseUIClassName } from "./merge-base-ui-class-name-u6eS5MaQ.js";
|
|
2
|
-
import { a as useComponentSize } from "./size-provider-D2Fy00Ky.js";
|
|
3
|
-
import { tv } from "tailwind-variants";
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import { Field } from "@base-ui/react/field";
|
|
6
|
-
import { Fieldset } from "@base-ui/react/fieldset";
|
|
7
|
-
|
|
8
|
-
//#region src/ui/field/field-control.tsx
|
|
9
|
-
const fieldControlVariants = tv({
|
|
10
|
-
base: "w-full min-w-0 border border-input bg-transparent transition-colors outline-none placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:cursor-not-allowed disabled:bg-input/50 disabled:opacity-50 aria-invalid:border-danger aria-invalid:ring-[3px] aria-invalid:ring-danger/20 dark:bg-input/30 dark:disabled:bg-input/80 dark:aria-invalid:border-danger/50 dark:aria-invalid:ring-danger/40",
|
|
11
|
-
variants: { size: {
|
|
12
|
-
xs: "h-6 rounded-[min(var(--radius-md),8px)] px-2 py-0.5 text-xs",
|
|
13
|
-
sm: "h-8 rounded-[min(var(--radius-md),10px)] px-2.5 py-1 text-sm",
|
|
14
|
-
md: "h-9 rounded-md px-2.5 py-1 text-base md:text-sm",
|
|
15
|
-
lg: "h-10 rounded-md px-3 py-1.5 text-base md:text-sm",
|
|
16
|
-
xl: "h-11 rounded-md px-4 py-1.5 text-base"
|
|
17
|
-
} },
|
|
18
|
-
defaultVariants: { size: "md" }
|
|
19
|
-
});
|
|
20
|
-
const FieldControl = ({ className, size: providedSize, ...props }) => {
|
|
21
|
-
const size = useComponentSize(providedSize);
|
|
22
|
-
return /* @__PURE__ */ jsx(Field.Control, {
|
|
23
|
-
className: mergeBaseUIClassName(fieldControlVariants({ size }), className),
|
|
24
|
-
"data-size": size,
|
|
25
|
-
"data-slot": "field-control",
|
|
26
|
-
...props
|
|
27
|
-
});
|
|
28
|
-
};
|
|
29
|
-
|
|
30
|
-
//#endregion
|
|
31
|
-
//#region src/ui/field/field-description.tsx
|
|
32
|
-
const FieldDescription = ({ className, ...props }) => /* @__PURE__ */ jsx(Field.Description, {
|
|
33
|
-
className: mergeBaseUIClassName("text-left text-sm leading-normal font-normal text-muted-foreground [&>a]:underline [&>a]:underline-offset-4 [&>a:hover]:text-primary-foreground", className),
|
|
34
|
-
"data-slot": "field-description",
|
|
35
|
-
...props
|
|
36
|
-
});
|
|
37
|
-
|
|
38
|
-
//#endregion
|
|
39
|
-
//#region src/ui/field/field-error.tsx
|
|
40
|
-
const FieldError = ({ className, ...props }) => /* @__PURE__ */ jsx(Field.Error, {
|
|
41
|
-
className: mergeBaseUIClassName("text-sm font-normal text-danger-foreground", className),
|
|
42
|
-
"data-slot": "field-error",
|
|
43
|
-
...props
|
|
44
|
-
});
|
|
45
|
-
|
|
46
|
-
//#endregion
|
|
47
|
-
//#region src/ui/field/field-item.tsx
|
|
48
|
-
const FieldItem = ({ className, ...props }) => /* @__PURE__ */ jsx(Field.Item, {
|
|
49
|
-
className: mergeBaseUIClassName("group/field-item flex w-full flex-col gap-0.5 leading-snug", className),
|
|
50
|
-
"data-slot": "field-item",
|
|
51
|
-
...props
|
|
52
|
-
});
|
|
53
|
-
|
|
54
|
-
//#endregion
|
|
55
|
-
//#region src/ui/field/field-label.tsx
|
|
56
|
-
const FieldLabel = ({ className, ...props }) => /* @__PURE__ */ jsx(Field.Label, {
|
|
57
|
-
className: mergeBaseUIClassName("group/field-label peer/field-label flex w-fit gap-2 leading-snug group-data-[disabled=true]/field:opacity-50", className),
|
|
58
|
-
"data-slot": "field-label",
|
|
59
|
-
...props
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
//#endregion
|
|
63
|
-
//#region src/ui/field/field-root.tsx
|
|
64
|
-
const FieldRoot = ({ className, ...props }) => /* @__PURE__ */ jsx(Field.Root, {
|
|
65
|
-
className: mergeBaseUIClassName("group/field flex w-full flex-col gap-1", className),
|
|
66
|
-
"data-slot": "field",
|
|
67
|
-
...props
|
|
68
|
-
});
|
|
69
|
-
|
|
70
|
-
//#endregion
|
|
71
|
-
//#region src/ui/field/field-validity.tsx
|
|
72
|
-
const FieldValidity = (props) => /* @__PURE__ */ jsx(Field.Validity, { ...props });
|
|
73
|
-
|
|
74
|
-
//#endregion
|
|
75
|
-
//#region src/ui/field/field.tsx
|
|
76
|
-
const Field$1 = ({ ...props }) => /* @__PURE__ */ jsx(FieldRoot, { ...props });
|
|
77
|
-
Field$1.Root = FieldRoot;
|
|
78
|
-
Field$1.Label = FieldLabel;
|
|
79
|
-
Field$1.Control = FieldControl;
|
|
80
|
-
Field$1.Description = FieldDescription;
|
|
81
|
-
Field$1.Item = FieldItem;
|
|
82
|
-
Field$1.Error = FieldError;
|
|
83
|
-
Field$1.Validity = FieldValidity;
|
|
84
|
-
|
|
85
|
-
//#endregion
|
|
86
|
-
//#region src/ui/fieldset/fieldset-legend.tsx
|
|
87
|
-
const FieldsetLegend = ({ className, ...props }) => /* @__PURE__ */ jsx(Fieldset.Legend, {
|
|
88
|
-
className: mergeBaseUIClassName("mb-1.5 text-base font-medium", className),
|
|
89
|
-
"data-slot": "fieldset-legend",
|
|
90
|
-
...props
|
|
91
|
-
});
|
|
92
|
-
|
|
93
|
-
//#endregion
|
|
94
|
-
//#region src/ui/fieldset/fieldset-root.tsx
|
|
95
|
-
const FieldsetRoot = ({ className, ...props }) => /* @__PURE__ */ jsx(Fieldset.Root, {
|
|
96
|
-
className: mergeBaseUIClassName("group/fieldset flex w-full flex-col gap-4", className),
|
|
97
|
-
"data-slot": "fieldset",
|
|
98
|
-
...props
|
|
99
|
-
});
|
|
100
|
-
|
|
101
|
-
//#endregion
|
|
102
|
-
//#region src/ui/fieldset/fieldset.tsx
|
|
103
|
-
const Fieldset$1 = ({ ...props }) => /* @__PURE__ */ jsx(FieldsetRoot, { ...props });
|
|
104
|
-
Fieldset$1.Root = FieldsetRoot;
|
|
105
|
-
Fieldset$1.Legend = FieldsetLegend;
|
|
106
|
-
|
|
107
|
-
//#endregion
|
|
108
|
-
export { FieldValidity as a, FieldItem as c, FieldControl as d, Field$1 as i, FieldError as l, FieldsetRoot as n, FieldRoot as o, FieldsetLegend as r, FieldLabel as s, Fieldset$1 as t, FieldDescription as u };
|
|
109
|
-
//# sourceMappingURL=fieldset-fXftcr4b.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fieldset-fXftcr4b.js","names":["BaseField","BaseField","BaseField","BaseField","BaseField","BaseField","BaseField","Field","BaseFieldset","BaseFieldset","Fieldset"],"sources":["../src/ui/field/field-control.tsx","../src/ui/field/field-description.tsx","../src/ui/field/field-error.tsx","../src/ui/field/field-item.tsx","../src/ui/field/field-label.tsx","../src/ui/field/field-root.tsx","../src/ui/field/field-validity.tsx","../src/ui/field/field.tsx","../src/ui/fieldset/fieldset-legend.tsx","../src/ui/fieldset/fieldset-root.tsx","../src/ui/fieldset/fieldset.tsx"],"sourcesContent":["import type { ComponentProps } from \"react\";\n\nimport { Field as BaseField } from \"@base-ui/react/field\";\nimport { tv, type VariantProps } from \"tailwind-variants\";\n\nimport type { UISize } from \"../shared/size/size-system\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\nimport { useComponentSize } from \"../shared/size/size-provider\";\n\ntype NativeFieldControlProps = ComponentProps<typeof BaseField.Control>;\n\ntype DistributiveOmit<T, K extends PropertyKey> = T extends unknown\n ? Omit<T, K>\n : never;\n\nconst fieldControlVariants = tv({\n base: \"w-full min-w-0 border border-input bg-transparent transition-colors outline-none placeholder:text-muted-foreground focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:cursor-not-allowed disabled:bg-input/50 disabled:opacity-50 aria-invalid:border-danger aria-invalid:ring-[3px] aria-invalid:ring-danger/20 dark:bg-input/30 dark:disabled:bg-input/80 dark:aria-invalid:border-danger/50 dark:aria-invalid:ring-danger/40\",\n variants: {\n size: {\n xs: \"h-6 rounded-[min(var(--radius-md),8px)] px-2 py-0.5 text-xs\",\n sm: \"h-8 rounded-[min(var(--radius-md),10px)] px-2.5 py-1 text-sm\",\n md: \"h-9 rounded-md px-2.5 py-1 text-base md:text-sm\",\n lg: \"h-10 rounded-md px-3 py-1.5 text-base md:text-sm\",\n xl: \"h-11 rounded-md px-4 py-1.5 text-base\",\n },\n },\n defaultVariants: {\n size: \"md\",\n },\n});\n\ntype FieldControlVariantProps = Omit<\n VariantProps<typeof fieldControlVariants>,\n \"size\"\n> & {\n size?: UISize;\n};\n\nexport type FieldControlProps = DistributiveOmit<\n NativeFieldControlProps,\n \"size\"\n> &\n FieldControlVariantProps;\n\nexport const FieldControl = ({\n className,\n size: providedSize,\n ...props\n}: FieldControlProps) => {\n const size = useComponentSize(providedSize);\n\n return (\n <BaseField.Control\n className={mergeBaseUIClassName(\n fieldControlVariants({ size }),\n className\n )}\n data-size={size}\n data-slot=\"field-control\"\n {...props}\n />\n );\n};\n","import type { ComponentProps } from \"react\";\n\nimport { Field as BaseField } from \"@base-ui/react/field\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\n\nexport type FieldDescriptionProps = ComponentProps<\n typeof BaseField.Description\n>;\n\nexport const FieldDescription = ({\n className,\n ...props\n}: FieldDescriptionProps) => (\n <BaseField.Description\n className={mergeBaseUIClassName(\n \"text-left text-sm leading-normal font-normal text-muted-foreground [&>a]:underline [&>a]:underline-offset-4 [&>a:hover]:text-primary-foreground\",\n className\n )}\n data-slot=\"field-description\"\n {...props}\n />\n);\n","import type { ComponentProps } from \"react\";\n\nimport { Field as BaseField } from \"@base-ui/react/field\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\n\nexport type FieldErrorProps = ComponentProps<typeof BaseField.Error>;\n\nexport const FieldError = ({ className, ...props }: FieldErrorProps) => (\n <BaseField.Error\n className={mergeBaseUIClassName(\n \"text-sm font-normal text-danger-foreground\",\n className\n )}\n data-slot=\"field-error\"\n {...props}\n />\n);\n","import type { ComponentProps } from \"react\";\n\nimport { Field as BaseField } from \"@base-ui/react/field\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\n\nexport type FieldItemProps = ComponentProps<typeof BaseField.Item>;\n\nexport const FieldItem = ({ className, ...props }: FieldItemProps) => (\n <BaseField.Item\n className={mergeBaseUIClassName(\n \"group/field-item flex w-full flex-col gap-0.5 leading-snug\",\n className\n )}\n data-slot=\"field-item\"\n {...props}\n />\n);\n","import type { ComponentProps } from \"react\";\n\nimport { Field as BaseField } from \"@base-ui/react/field\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\n\nexport type FieldLabelProps = ComponentProps<typeof BaseField.Label>;\n\nexport const FieldLabel = ({ className, ...props }: FieldLabelProps) => (\n <BaseField.Label\n className={mergeBaseUIClassName(\n \"group/field-label peer/field-label flex w-fit gap-2 leading-snug group-data-[disabled=true]/field:opacity-50\",\n className\n )}\n data-slot=\"field-label\"\n {...props}\n />\n);\n","import type { ComponentProps } from \"react\";\n\nimport { Field as BaseField } from \"@base-ui/react/field\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\n\nexport type FieldRootProps = ComponentProps<typeof BaseField.Root>;\n\nexport const FieldRoot = ({ className, ...props }: FieldRootProps) => (\n <BaseField.Root\n className={mergeBaseUIClassName(\n \"group/field flex w-full flex-col gap-1\",\n className\n )}\n data-slot=\"field\"\n {...props}\n />\n);\n","import type { ComponentProps } from \"react\";\n\nimport { Field as BaseField } from \"@base-ui/react/field\";\n\nexport type FieldValidityProps = ComponentProps<typeof BaseField.Validity>;\n\nexport const FieldValidity = (props: FieldValidityProps) => (\n <BaseField.Validity {...props} />\n);\n","import { FieldControl } from \"./field-control\";\nimport { FieldDescription } from \"./field-description\";\nimport { FieldError } from \"./field-error\";\nimport { FieldItem } from \"./field-item\";\nimport { FieldLabel } from \"./field-label\";\nimport { FieldRoot, type FieldRootProps } from \"./field-root\";\nimport { FieldValidity } from \"./field-validity\";\n\nexport type FieldProps = FieldRootProps;\n\nconst Field = ({ ...props }: FieldRootProps) => <FieldRoot {...props} />;\n\nField.Root = FieldRoot;\nField.Label = FieldLabel;\nField.Control = FieldControl;\nField.Description = FieldDescription;\nField.Item = FieldItem;\nField.Error = FieldError;\nField.Validity = FieldValidity;\n\nexport type { FieldControlProps } from \"./field-control\";\nexport type { FieldDescriptionProps } from \"./field-description\";\nexport type { FieldErrorProps } from \"./field-error\";\nexport type { FieldItemProps } from \"./field-item\";\nexport type { FieldLabelProps } from \"./field-label\";\nexport type { FieldRootProps } from \"./field-root\";\nexport type { FieldValidityProps } from \"./field-validity\";\n\nexport {\n Field,\n FieldRoot,\n FieldLabel,\n FieldControl,\n FieldDescription,\n FieldItem,\n FieldError,\n FieldValidity,\n};\n","import type { ComponentProps } from \"react\";\n\nimport { Fieldset as BaseFieldset } from \"@base-ui/react/fieldset\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\n\nexport type FieldsetLegendProps = ComponentProps<typeof BaseFieldset.Legend>;\n\nexport const FieldsetLegend = ({\n className,\n ...props\n}: FieldsetLegendProps) => (\n <BaseFieldset.Legend\n className={mergeBaseUIClassName(\"mb-1.5 text-base font-medium\", className)}\n data-slot=\"fieldset-legend\"\n {...props}\n />\n);\n","import type { ComponentProps } from \"react\";\n\nimport { Fieldset as BaseFieldset } from \"@base-ui/react/fieldset\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\n\nexport type FieldsetRootProps = ComponentProps<typeof BaseFieldset.Root>;\n\nexport const FieldsetRoot = ({ className, ...props }: FieldsetRootProps) => (\n <BaseFieldset.Root\n className={mergeBaseUIClassName(\n \"group/fieldset flex w-full flex-col gap-4\",\n className\n )}\n data-slot=\"fieldset\"\n {...props}\n />\n);\n","import { FieldsetLegend } from \"./fieldset-legend\";\nimport { FieldsetRoot, type FieldsetRootProps } from \"./fieldset-root\";\n\nexport type FieldsetProps = FieldsetRootProps;\n\nconst Fieldset = ({ ...props }: FieldsetRootProps) => (\n <FieldsetRoot {...props} />\n);\n\nFieldset.Root = FieldsetRoot;\nFieldset.Legend = FieldsetLegend;\n\nexport type { FieldsetLegendProps } from \"./fieldset-legend\";\nexport type { FieldsetRootProps } from \"./fieldset-root\";\n\nexport { Fieldset, FieldsetRoot, FieldsetLegend };\n"],"mappings":";;;;;;;;AAgBA,MAAM,uBAAuB,GAAG;CAC9B,MAAM;CACN,UAAU,EACR,MAAM;EACJ,IAAI;EACJ,IAAI;EACJ,IAAI;EACJ,IAAI;EACJ,IAAI;EACL,EACF;CACD,iBAAiB,EACf,MAAM,MACP;CACF,CAAC;AAeF,MAAa,gBAAgB,EAC3B,WACA,MAAM,cACN,GAAG,YACoB;CACvB,MAAM,OAAO,iBAAiB,aAAa;AAE3C,QACE,oBAACA,MAAU;EACT,WAAW,qBACT,qBAAqB,EAAE,MAAM,CAAC,EAC9B,UACD;EACD,aAAW;EACX,aAAU;EACV,GAAI;GACJ;;;;;ACnDN,MAAa,oBAAoB,EAC/B,WACA,GAAG,YAEH,oBAACC,MAAU;CACT,WAAW,qBACT,mJACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACbJ,MAAa,cAAc,EAAE,WAAW,GAAG,YACzC,oBAACC,MAAU;CACT,WAAW,qBACT,8CACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACRJ,MAAa,aAAa,EAAE,WAAW,GAAG,YACxC,oBAACC,MAAU;CACT,WAAW,qBACT,8DACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACRJ,MAAa,cAAc,EAAE,WAAW,GAAG,YACzC,oBAACC,MAAU;CACT,WAAW,qBACT,gHACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACRJ,MAAa,aAAa,EAAE,WAAW,GAAG,YACxC,oBAACC,MAAU;CACT,WAAW,qBACT,0CACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACVJ,MAAa,iBAAiB,UAC5B,oBAACC,MAAU,YAAS,GAAI,QAAS;;;;ACGnC,MAAMC,WAAS,EAAE,GAAG,YAA4B,oBAAC,aAAU,GAAI,QAAS;AAExE,QAAM,OAAO;AACb,QAAM,QAAQ;AACd,QAAM,UAAU;AAChB,QAAM,cAAc;AACpB,QAAM,OAAO;AACb,QAAM,QAAQ;AACd,QAAM,WAAW;;;;ACVjB,MAAa,kBAAkB,EAC7B,WACA,GAAG,YAEH,oBAACC,SAAa;CACZ,WAAW,qBAAqB,gCAAgC,UAAU;CAC1E,aAAU;CACV,GAAI;EACJ;;;;ACRJ,MAAa,gBAAgB,EAAE,WAAW,GAAG,YAC3C,oBAACC,SAAa;CACZ,WAAW,qBACT,6CACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACXJ,MAAMC,cAAY,EAAE,GAAG,YACrB,oBAAC,gBAAa,GAAI,QAAS;AAG7B,WAAS,OAAO;AAChB,WAAS,SAAS"}
|
package/dist/form-field.d.ts
DELETED
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
import { s as Field, t as Fieldset } from "./fieldset-BvbNkZWm.js";
|
|
2
|
-
import * as tailwind_variants0 from "tailwind-variants";
|
|
3
|
-
import { VariantProps } from "tailwind-variants";
|
|
4
|
-
import { ComponentProps, ReactNode } from "react";
|
|
5
|
-
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
6
|
-
|
|
7
|
-
//#region src/ui/form-field/form-field-content.d.ts
|
|
8
|
-
type FormFieldContentProps = ComponentProps<typeof Field.Item>;
|
|
9
|
-
declare const FormFieldContent: ({
|
|
10
|
-
className,
|
|
11
|
-
...props
|
|
12
|
-
}: FormFieldContentProps) => react_jsx_runtime0.JSX.Element;
|
|
13
|
-
//#endregion
|
|
14
|
-
//#region src/ui/form-field/form-field-description.d.ts
|
|
15
|
-
type FormFieldDescriptionProps = ComponentProps<typeof Field.Description>;
|
|
16
|
-
declare const FormFieldDescription: ({
|
|
17
|
-
className,
|
|
18
|
-
...props
|
|
19
|
-
}: FormFieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
|
|
20
|
-
//#endregion
|
|
21
|
-
//#region src/ui/form-field/form-field-error.d.ts
|
|
22
|
-
type FormFieldErrorProps = ComponentProps<typeof Field.Error> & {
|
|
23
|
-
errors?: ({
|
|
24
|
-
message?: string;
|
|
25
|
-
} | undefined)[];
|
|
26
|
-
};
|
|
27
|
-
declare const FormFieldError: ({
|
|
28
|
-
className,
|
|
29
|
-
children,
|
|
30
|
-
errors,
|
|
31
|
-
match,
|
|
32
|
-
...props
|
|
33
|
-
}: FormFieldErrorProps) => react_jsx_runtime0.JSX.Element;
|
|
34
|
-
//#endregion
|
|
35
|
-
//#region src/ui/form-field/form-field-group.d.ts
|
|
36
|
-
type FormFieldGroupProps = ComponentProps<"div">;
|
|
37
|
-
declare const FormFieldGroup: ({
|
|
38
|
-
className,
|
|
39
|
-
...props
|
|
40
|
-
}: FormFieldGroupProps) => react_jsx_runtime0.JSX.Element;
|
|
41
|
-
//#endregion
|
|
42
|
-
//#region src/ui/form-field/form-field-label.d.ts
|
|
43
|
-
type FormFieldLabelProps = ComponentProps<typeof Field.Label>;
|
|
44
|
-
declare const FormFieldLabel: ({
|
|
45
|
-
className,
|
|
46
|
-
...props
|
|
47
|
-
}: FormFieldLabelProps) => react_jsx_runtime0.JSX.Element;
|
|
48
|
-
//#endregion
|
|
49
|
-
//#region src/ui/form-field/form-field-legend.d.ts
|
|
50
|
-
type FormFieldLegendProps = ComponentProps<typeof Fieldset.Legend> & {
|
|
51
|
-
variant?: "legend" | "label";
|
|
52
|
-
};
|
|
53
|
-
declare const FormFieldLegend: ({
|
|
54
|
-
className,
|
|
55
|
-
variant,
|
|
56
|
-
...props
|
|
57
|
-
}: FormFieldLegendProps) => react_jsx_runtime0.JSX.Element;
|
|
58
|
-
//#endregion
|
|
59
|
-
//#region src/ui/form-field/form-field-separator.d.ts
|
|
60
|
-
type FormFieldSeparatorProps = ComponentProps<"div"> & {
|
|
61
|
-
children?: ReactNode;
|
|
62
|
-
};
|
|
63
|
-
declare const FormFieldSeparator: ({
|
|
64
|
-
children,
|
|
65
|
-
className,
|
|
66
|
-
...props
|
|
67
|
-
}: FormFieldSeparatorProps) => react_jsx_runtime0.JSX.Element;
|
|
68
|
-
//#endregion
|
|
69
|
-
//#region src/ui/form-field/form-field-set.d.ts
|
|
70
|
-
type FormFieldSetProps = ComponentProps<typeof Fieldset.Root>;
|
|
71
|
-
declare const FormFieldSet: ({
|
|
72
|
-
className,
|
|
73
|
-
...props
|
|
74
|
-
}: FormFieldSetProps) => react_jsx_runtime0.JSX.Element;
|
|
75
|
-
//#endregion
|
|
76
|
-
//#region src/ui/form-field/form-field-title.d.ts
|
|
77
|
-
type FormFieldTitleProps = ComponentProps<"div">;
|
|
78
|
-
declare const FormFieldTitle: ({
|
|
79
|
-
className,
|
|
80
|
-
...props
|
|
81
|
-
}: FormFieldTitleProps) => react_jsx_runtime0.JSX.Element;
|
|
82
|
-
//#endregion
|
|
83
|
-
//#region src/ui/form-field/form-field.d.ts
|
|
84
|
-
type FormFieldProps = ComponentProps<typeof Field.Root> & VariantProps<typeof fieldVariants>;
|
|
85
|
-
declare const fieldVariants: tailwind_variants0.TVReturnType<{
|
|
86
|
-
orientation: {
|
|
87
|
-
vertical: string;
|
|
88
|
-
horizontal: string;
|
|
89
|
-
responsive: string;
|
|
90
|
-
};
|
|
91
|
-
}, undefined, "group/field flex w-full gap-3 data-[invalid]:text-danger-foreground data-[invalid=true]:text-danger-foreground", {
|
|
92
|
-
orientation: {
|
|
93
|
-
vertical: string;
|
|
94
|
-
horizontal: string;
|
|
95
|
-
responsive: string;
|
|
96
|
-
};
|
|
97
|
-
}, undefined, tailwind_variants0.TVReturnType<{
|
|
98
|
-
orientation: {
|
|
99
|
-
vertical: string;
|
|
100
|
-
horizontal: string;
|
|
101
|
-
responsive: string;
|
|
102
|
-
};
|
|
103
|
-
}, undefined, "group/field flex w-full gap-3 data-[invalid]:text-danger-foreground data-[invalid=true]:text-danger-foreground", unknown, unknown, undefined>>;
|
|
104
|
-
declare const FormField: {
|
|
105
|
-
({
|
|
106
|
-
className,
|
|
107
|
-
orientation,
|
|
108
|
-
role,
|
|
109
|
-
...props
|
|
110
|
-
}: FormFieldProps): react_jsx_runtime0.JSX.Element;
|
|
111
|
-
Content: ({
|
|
112
|
-
className,
|
|
113
|
-
...props
|
|
114
|
-
}: FormFieldContentProps) => react_jsx_runtime0.JSX.Element;
|
|
115
|
-
Description: ({
|
|
116
|
-
className,
|
|
117
|
-
...props
|
|
118
|
-
}: FormFieldDescriptionProps) => react_jsx_runtime0.JSX.Element;
|
|
119
|
-
Error: ({
|
|
120
|
-
className,
|
|
121
|
-
children,
|
|
122
|
-
errors,
|
|
123
|
-
match,
|
|
124
|
-
...props
|
|
125
|
-
}: FormFieldErrorProps) => react_jsx_runtime0.JSX.Element;
|
|
126
|
-
Group: ({
|
|
127
|
-
className,
|
|
128
|
-
...props
|
|
129
|
-
}: FormFieldGroupProps) => react_jsx_runtime0.JSX.Element;
|
|
130
|
-
Label: ({
|
|
131
|
-
className,
|
|
132
|
-
...props
|
|
133
|
-
}: FormFieldLabelProps) => react_jsx_runtime0.JSX.Element;
|
|
134
|
-
Legend: ({
|
|
135
|
-
className,
|
|
136
|
-
variant,
|
|
137
|
-
...props
|
|
138
|
-
}: FormFieldLegendProps) => react_jsx_runtime0.JSX.Element;
|
|
139
|
-
Separator: ({
|
|
140
|
-
children,
|
|
141
|
-
className,
|
|
142
|
-
...props
|
|
143
|
-
}: FormFieldSeparatorProps) => react_jsx_runtime0.JSX.Element;
|
|
144
|
-
Set: ({
|
|
145
|
-
className,
|
|
146
|
-
...props
|
|
147
|
-
}: FormFieldSetProps) => react_jsx_runtime0.JSX.Element;
|
|
148
|
-
Title: ({
|
|
149
|
-
className,
|
|
150
|
-
...props
|
|
151
|
-
}: FormFieldTitleProps) => react_jsx_runtime0.JSX.Element;
|
|
152
|
-
};
|
|
153
|
-
//#endregion
|
|
154
|
-
export { FormField, FormFieldContent, type FormFieldContentProps, FormFieldDescription, type FormFieldDescriptionProps, FormFieldError, type FormFieldErrorProps, FormFieldGroup, type FormFieldGroupProps, FormFieldLabel, type FormFieldLabelProps, FormFieldLegend, type FormFieldLegendProps, FormFieldProps, FormFieldSeparator, type FormFieldSeparatorProps, FormFieldSet, type FormFieldSetProps, FormFieldTitle, type FormFieldTitleProps, fieldVariants };
|
|
155
|
-
//# sourceMappingURL=form-field.d.ts.map
|
package/dist/form-field.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form-field.d.ts","names":[],"sources":["../src/ui/form-field/form-field-content.tsx","../src/ui/form-field/form-field-description.tsx","../src/ui/form-field/form-field-error.tsx","../src/ui/form-field/form-field-group.tsx","../src/ui/form-field/form-field-label.tsx","../src/ui/form-field/form-field-legend.tsx","../src/ui/form-field/form-field-separator.tsx","../src/ui/form-field/form-field-set.tsx","../src/ui/form-field/form-field-title.tsx","../src/ui/form-field/form-field.tsx"],"mappings":";;;;;;;KAKY,qBAAA,GAAwB,cAAA,QAAsB,KAAA,CAAM,IAAA;AAAA,cAE1D,gBAAA;EAAoB,SAAA;EAAA,GAAA;AAAA,GAAyB,qBAAA,KAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCF5D,yBAAA,GAA4B,cAAA,QAC/B,KAAA,CAAM,WAAA;AAAA,cAGT,oBAAA;EAAwB,SAAA;EAAA,GAAA;AAAA,GAG3B,yBAAA,KAAyB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCNhB,mBAAA,GAAsB,cAAA,QAAsB,KAAA,CAAM,KAAA;EAC5D,MAAA;IAAY,OAAA;EAAA;AAAA;AAAA,cAGR,cAAA;EAAkB,SAAA;EAAA,QAAA;EAAA,MAAA;EAAA,KAAA;EAAA,GAAA;AAAA,GAMrB,mBAAA,KAAmB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCbV,mBAAA,GAAsB,cAAA;AAAA,cAE5B,cAAA;EAAkB,SAAA;EAAA,GAAA;AAAA,GAAyB,mBAAA,KAAmB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCAxD,mBAAA,GAAsB,cAAA,QAAsB,KAAA,CAAM,KAAA;AAAA,cAExD,cAAA;EAAkB,SAAA;EAAA,GAAA;AAAA,GAAyB,mBAAA,KAAmB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCFxD,oBAAA,GAAuB,cAAA,QAAsB,QAAA,CAAS,MAAA;EAChE,OAAA;AAAA;AAAA,cAGI,eAAA;EAAmB,SAAA;EAAA,OAAA;EAAA,GAAA;AAAA,GAItB,oBAAA,KAAoB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCRX,uBAAA,GAA0B,cAAA;EACpC,QAAA,GAAW,SAAA;AAAA;AAAA,cAGP,kBAAA;EAAsB,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAIzB,uBAAA,KAAuB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCRd,iBAAA,GAAoB,cAAA,QAAsB,QAAA,CAAS,IAAA;AAAA,cAEzD,YAAA;EAAgB,SAAA;EAAA,GAAA;AAAA,GAAyB,iBAAA,KAAiB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCJpD,mBAAA,GAAsB,cAAA;AAAA,cAE5B,cAAA;EAAkB,SAAA;EAAA,GAAA;AAAA,GAAyB,mBAAA,KAAmB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCSxD,cAAA,GAAiB,cAAA,QAAsB,KAAA,CAAM,IAAA,IACvD,YAAA,QAAoB,aAAA;AAAA,cAEhB,aAAA,EAcJ,kBAAA,CAdiB,YAAA;;;;;;;;;;;;cAcjB,kBAAA,CAAA,YAAA;;;;;;;cAEI,SAAA;EAAA;;;;;KAKH,cAAA,GAAc,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
package/dist/form-field.js
DELETED
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
import { Separator } from "./separator.js";
|
|
2
|
-
import { i as Field, t as Fieldset } from "./fieldset-fXftcr4b.js";
|
|
3
|
-
import { cn, tv } from "tailwind-variants";
|
|
4
|
-
import { useMemo } from "react";
|
|
5
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
-
|
|
7
|
-
//#region src/ui/form-field/form-field-content.tsx
|
|
8
|
-
const FormFieldContent = ({ className, ...props }) => /* @__PURE__ */ jsx(Field.Item, {
|
|
9
|
-
className: cn("group/field-content flex flex-1 flex-col gap-0.5 leading-snug", className),
|
|
10
|
-
"data-slot": "field-content",
|
|
11
|
-
...props
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
//#endregion
|
|
15
|
-
//#region src/ui/form-field/form-field-description.tsx
|
|
16
|
-
const FormFieldDescription = ({ className, ...props }) => /* @__PURE__ */ jsx(Field.Description, {
|
|
17
|
-
className: cn("text-left text-sm leading-normal font-normal text-muted-foreground group-has-[[data-orientation=horizontal]]/field:text-balance [[data-variant=legend]+&]:-mt-1.5", "last:mt-0 nth-last-2:-mt-1", "[&>a]:underline [&>a]:underline-offset-4 [&>a:hover]:text-primary-foreground", className),
|
|
18
|
-
"data-slot": "field-description",
|
|
19
|
-
...props
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
//#endregion
|
|
23
|
-
//#region src/ui/form-field/form-field-error.tsx
|
|
24
|
-
const FormFieldError = ({ className, children, errors, match, ...props }) => {
|
|
25
|
-
const content = useMemo(() => {
|
|
26
|
-
if (children) return children;
|
|
27
|
-
if (!errors?.length) return null;
|
|
28
|
-
const uniqueErrors = [...new Map(errors.map((error) => [error?.message, error])).values()];
|
|
29
|
-
if (uniqueErrors?.length === 1) return uniqueErrors[0]?.message;
|
|
30
|
-
return /* @__PURE__ */ jsx("ul", {
|
|
31
|
-
className: "ml-4 flex list-disc flex-col gap-1",
|
|
32
|
-
children: uniqueErrors.map((error) => error?.message && /* @__PURE__ */ jsx("li", { children: error.message }, error.message))
|
|
33
|
-
});
|
|
34
|
-
}, [children, errors]);
|
|
35
|
-
if (!content) return /* @__PURE__ */ jsx(Field.Error, {
|
|
36
|
-
className: cn("text-sm font-normal text-danger-foreground", className),
|
|
37
|
-
"data-slot": "field-error",
|
|
38
|
-
match,
|
|
39
|
-
role: "alert",
|
|
40
|
-
...props
|
|
41
|
-
});
|
|
42
|
-
return /* @__PURE__ */ jsx(Field.Error, {
|
|
43
|
-
className: cn("text-sm font-normal text-danger-foreground", className),
|
|
44
|
-
"data-slot": "field-error",
|
|
45
|
-
match: match ?? true,
|
|
46
|
-
role: "alert",
|
|
47
|
-
...props,
|
|
48
|
-
children: content
|
|
49
|
-
});
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
//#endregion
|
|
53
|
-
//#region src/ui/form-field/form-field-group.tsx
|
|
54
|
-
const FormFieldGroup = ({ className, ...props }) => /* @__PURE__ */ jsx("div", {
|
|
55
|
-
className: cn("group/field-group @container/field-group flex w-full flex-col gap-5 data-[slot=checkbox-group]:gap-3 [&>[data-slot=field-group]]:gap-4", className),
|
|
56
|
-
"data-slot": "field-group",
|
|
57
|
-
...props
|
|
58
|
-
});
|
|
59
|
-
|
|
60
|
-
//#endregion
|
|
61
|
-
//#region src/ui/form-field/form-field-label.tsx
|
|
62
|
-
const FormFieldLabel = ({ className, ...props }) => /* @__PURE__ */ jsx(Field.Label, {
|
|
63
|
-
className: cn("group/field-label peer/field-label flex w-fit gap-2 leading-snug group-data-[disabled=true]/field:opacity-50", "has-[>[data-slot=field-control]]:w-full has-[>[data-slot=field-control]]:flex-col", className),
|
|
64
|
-
"data-slot": "field-label",
|
|
65
|
-
...props
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
//#endregion
|
|
69
|
-
//#region src/ui/form-field/form-field-legend.tsx
|
|
70
|
-
const FormFieldLegend = ({ className, variant = "legend", ...props }) => /* @__PURE__ */ jsx(Fieldset.Legend, {
|
|
71
|
-
className: cn("mb-1.5 font-medium data-[variant=label]:text-sm data-[variant=legend]:text-base", className),
|
|
72
|
-
"data-slot": "field-legend",
|
|
73
|
-
"data-variant": variant,
|
|
74
|
-
...props
|
|
75
|
-
});
|
|
76
|
-
|
|
77
|
-
//#endregion
|
|
78
|
-
//#region src/ui/form-field/form-field-separator.tsx
|
|
79
|
-
const FormFieldSeparator = ({ children, className, ...props }) => /* @__PURE__ */ jsxs("div", {
|
|
80
|
-
className: cn("relative -my-2 h-5 text-sm group-data-[variant=outline]/field-group:-mb-2", className),
|
|
81
|
-
"data-content": !!children,
|
|
82
|
-
"data-slot": "field-separator",
|
|
83
|
-
...props,
|
|
84
|
-
children: [/* @__PURE__ */ jsx(Separator, { className: "absolute inset-0 top-1/2" }), children && /* @__PURE__ */ jsx("span", {
|
|
85
|
-
className: "relative mx-auto block w-fit bg-background px-2 text-muted-foreground",
|
|
86
|
-
"data-slot": "field-separator-content",
|
|
87
|
-
children
|
|
88
|
-
})]
|
|
89
|
-
});
|
|
90
|
-
|
|
91
|
-
//#endregion
|
|
92
|
-
//#region src/ui/form-field/form-field-set.tsx
|
|
93
|
-
const FormFieldSet = ({ className, ...props }) => /* @__PURE__ */ jsx(Fieldset.Root, {
|
|
94
|
-
className: cn("flex flex-col gap-4 has-[>[data-slot=checkbox-group]]:gap-3 has-[>[data-slot=radio-group]]:gap-3", className),
|
|
95
|
-
"data-slot": "field-set",
|
|
96
|
-
...props
|
|
97
|
-
});
|
|
98
|
-
|
|
99
|
-
//#endregion
|
|
100
|
-
//#region src/ui/form-field/form-field-title.tsx
|
|
101
|
-
const FormFieldTitle = ({ className, ...props }) => /* @__PURE__ */ jsx("div", {
|
|
102
|
-
className: cn("flex w-fit items-center gap-2 text-sm leading-snug font-medium group-data-[disabled=true]/field:opacity-50", className),
|
|
103
|
-
"data-slot": "field-label",
|
|
104
|
-
...props
|
|
105
|
-
});
|
|
106
|
-
|
|
107
|
-
//#endregion
|
|
108
|
-
//#region src/ui/form-field/form-field.tsx
|
|
109
|
-
const fieldVariants = tv({
|
|
110
|
-
base: "group/field flex w-full gap-3 data-[invalid]:text-danger-foreground data-[invalid=true]:text-danger-foreground",
|
|
111
|
-
variants: { orientation: {
|
|
112
|
-
vertical: "flex-col *:w-full [&>.sr-only]:w-auto",
|
|
113
|
-
horizontal: "flex-row items-center has-[>[data-slot=field-content]]:items-start has-[>[data-slot=field-item]]:items-start *:data-[slot=field-label]:flex-auto has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px has-[>[data-slot=field-item]]:[&>[role=checkbox],[role=radio]]:mt-px",
|
|
114
|
-
responsive: "flex-col *:w-full @md/field-group:flex-row @md/field-group:items-center @md/field-group:*:w-auto @md/field-group:has-[>[data-slot=field-content]]:items-start @md/field-group:has-[>[data-slot=field-item]]:items-start @md/field-group:*:data-[slot=field-label]:flex-auto [&>.sr-only]:w-auto @md/field-group:has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px @md/field-group:has-[>[data-slot=field-item]]:[&>[role=checkbox],[role=radio]]:mt-px"
|
|
115
|
-
} },
|
|
116
|
-
defaultVariants: { orientation: "vertical" }
|
|
117
|
-
});
|
|
118
|
-
const FormField = ({ className, orientation = "vertical", role = "group", ...props }) => /* @__PURE__ */ jsx(Field.Root, {
|
|
119
|
-
className: cn(fieldVariants({ orientation }), className),
|
|
120
|
-
"data-orientation": orientation,
|
|
121
|
-
role,
|
|
122
|
-
...props
|
|
123
|
-
});
|
|
124
|
-
FormField.Content = FormFieldContent;
|
|
125
|
-
FormField.Description = FormFieldDescription;
|
|
126
|
-
FormField.Error = FormFieldError;
|
|
127
|
-
FormField.Group = FormFieldGroup;
|
|
128
|
-
FormField.Label = FormFieldLabel;
|
|
129
|
-
FormField.Legend = FormFieldLegend;
|
|
130
|
-
FormField.Separator = FormFieldSeparator;
|
|
131
|
-
FormField.Set = FormFieldSet;
|
|
132
|
-
FormField.Title = FormFieldTitle;
|
|
133
|
-
|
|
134
|
-
//#endregion
|
|
135
|
-
export { FormField, FormFieldContent, FormFieldDescription, FormFieldError, FormFieldGroup, FormFieldLabel, FormFieldLegend, FormFieldSeparator, FormFieldSet, FormFieldTitle, fieldVariants };
|
|
136
|
-
//# sourceMappingURL=form-field.js.map
|
package/dist/form-field.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"form-field.js","names":[],"sources":["../src/ui/form-field/form-field-content.tsx","../src/ui/form-field/form-field-description.tsx","../src/ui/form-field/form-field-error.tsx","../src/ui/form-field/form-field-group.tsx","../src/ui/form-field/form-field-label.tsx","../src/ui/form-field/form-field-legend.tsx","../src/ui/form-field/form-field-separator.tsx","../src/ui/form-field/form-field-set.tsx","../src/ui/form-field/form-field-title.tsx","../src/ui/form-field/form-field.tsx"],"sourcesContent":["import type { ComponentProps } from \"react\";\n\nimport { cn } from \"tailwind-variants\";\n\nimport { Field } from \"../field/field\";\nexport type FormFieldContentProps = ComponentProps<typeof Field.Item>;\n\nconst FormFieldContent = ({ className, ...props }: FormFieldContentProps) => (\n <Field.Item\n className={cn(\n \"group/field-content flex flex-1 flex-col gap-0.5 leading-snug\",\n className\n )}\n data-slot=\"field-content\"\n {...props}\n />\n);\n\nexport { FormFieldContent };\n","import type { ComponentProps } from \"react\";\n\nimport { cn } from \"tailwind-variants\";\n\nimport { Field } from \"../field/field\";\nexport type FormFieldDescriptionProps = ComponentProps<\n typeof Field.Description\n>;\n\nconst FormFieldDescription = ({\n className,\n ...props\n}: FormFieldDescriptionProps) => (\n <Field.Description\n className={cn(\n \"text-left text-sm leading-normal font-normal text-muted-foreground group-has-[[data-orientation=horizontal]]/field:text-balance [[data-variant=legend]+&]:-mt-1.5\",\n \"last:mt-0 nth-last-2:-mt-1\",\n \"[&>a]:underline [&>a]:underline-offset-4 [&>a:hover]:text-primary-foreground\",\n className\n )}\n data-slot=\"field-description\"\n {...props}\n />\n);\n\nexport { FormFieldDescription };\n","import type { ComponentProps } from \"react\";\n\nimport { useMemo } from \"react\";\nimport { cn } from \"tailwind-variants\";\n\nimport { Field } from \"../field/field\";\nexport type FormFieldErrorProps = ComponentProps<typeof Field.Error> & {\n errors?: ({ message?: string } | undefined)[];\n};\n\nconst FormFieldError = ({\n className,\n children,\n errors,\n match,\n ...props\n}: FormFieldErrorProps) => {\n const content = useMemo(() => {\n if (children) {\n return children;\n }\n\n if (!errors?.length) {\n return null;\n }\n\n const uniqueErrors = [\n ...new Map(errors.map((error) => [error?.message, error])).values(),\n ];\n\n if (uniqueErrors?.length === 1) {\n return uniqueErrors[0]?.message;\n }\n\n return (\n <ul className=\"ml-4 flex list-disc flex-col gap-1\">\n {uniqueErrors.map(\n (error) =>\n error?.message && <li key={error.message}>{error.message}</li>\n )}\n </ul>\n );\n }, [children, errors]);\n\n if (!content) {\n return (\n <Field.Error\n className={cn(\"text-sm font-normal text-danger-foreground\", className)}\n data-slot=\"field-error\"\n match={match}\n role=\"alert\"\n {...props}\n />\n );\n }\n\n return (\n <Field.Error\n className={cn(\"text-sm font-normal text-danger-foreground\", className)}\n data-slot=\"field-error\"\n match={match ?? true}\n role=\"alert\"\n {...props}\n >\n {content}\n </Field.Error>\n );\n};\n\nexport { FormFieldError };\n","import type { ComponentProps } from \"react\";\n\nimport { cn } from \"tailwind-variants\";\nexport type FormFieldGroupProps = ComponentProps<\"div\">;\n\nconst FormFieldGroup = ({ className, ...props }: FormFieldGroupProps) => (\n <div\n className={cn(\n \"group/field-group @container/field-group flex w-full flex-col gap-5 data-[slot=checkbox-group]:gap-3 [&>[data-slot=field-group]]:gap-4\",\n className\n )}\n data-slot=\"field-group\"\n {...props}\n />\n);\n\nexport { FormFieldGroup };\n","import type { ComponentProps } from \"react\";\n\nimport { cn } from \"tailwind-variants\";\n\nimport { Field } from \"../field/field\";\nexport type FormFieldLabelProps = ComponentProps<typeof Field.Label>;\n\nconst FormFieldLabel = ({ className, ...props }: FormFieldLabelProps) => (\n <Field.Label\n className={cn(\n \"group/field-label peer/field-label flex w-fit gap-2 leading-snug group-data-[disabled=true]/field:opacity-50\",\n \"has-[>[data-slot=field-control]]:w-full has-[>[data-slot=field-control]]:flex-col\",\n className\n )}\n data-slot=\"field-label\"\n {...props}\n />\n);\n\nexport { FormFieldLabel };\n","import type { ComponentProps } from \"react\";\n\nimport { cn } from \"tailwind-variants\";\n\nimport { Fieldset } from \"../fieldset/fieldset\";\nexport type FormFieldLegendProps = ComponentProps<typeof Fieldset.Legend> & {\n variant?: \"legend\" | \"label\";\n};\n\nconst FormFieldLegend = ({\n className,\n variant = \"legend\",\n ...props\n}: FormFieldLegendProps) => (\n <Fieldset.Legend\n className={cn(\n \"mb-1.5 font-medium data-[variant=label]:text-sm data-[variant=legend]:text-base\",\n className\n )}\n data-slot=\"field-legend\"\n data-variant={variant}\n {...props}\n />\n);\n\nexport { FormFieldLegend };\n","import type { ComponentProps, ReactNode } from \"react\";\n\nimport { cn } from \"tailwind-variants\";\n\nimport { Separator } from \"../separator/separator\";\nexport type FormFieldSeparatorProps = ComponentProps<\"div\"> & {\n children?: ReactNode;\n};\n\nconst FormFieldSeparator = ({\n children,\n className,\n ...props\n}: FormFieldSeparatorProps) => (\n <div\n className={cn(\n \"relative -my-2 h-5 text-sm group-data-[variant=outline]/field-group:-mb-2\",\n className\n )}\n data-content={!!children}\n data-slot=\"field-separator\"\n {...props}\n >\n <Separator className=\"absolute inset-0 top-1/2\" />\n {children && (\n <span\n className=\"relative mx-auto block w-fit bg-background px-2 text-muted-foreground\"\n data-slot=\"field-separator-content\"\n >\n {children}\n </span>\n )}\n </div>\n);\n\nexport { FormFieldSeparator };\n","import type { ComponentProps } from \"react\";\n\nimport { cn } from \"tailwind-variants\";\n\nimport { Fieldset } from \"../fieldset/fieldset\";\nexport type FormFieldSetProps = ComponentProps<typeof Fieldset.Root>;\n\nconst FormFieldSet = ({ className, ...props }: FormFieldSetProps) => (\n <Fieldset.Root\n className={cn(\n \"flex flex-col gap-4 has-[>[data-slot=checkbox-group]]:gap-3 has-[>[data-slot=radio-group]]:gap-3\",\n className\n )}\n data-slot=\"field-set\"\n {...props}\n />\n);\n\nexport { FormFieldSet };\n","import type { ComponentProps } from \"react\";\n\nimport { cn } from \"tailwind-variants\";\nexport type FormFieldTitleProps = ComponentProps<\"div\">;\n\nconst FormFieldTitle = ({ className, ...props }: FormFieldTitleProps) => (\n <div\n className={cn(\n \"flex w-fit items-center gap-2 text-sm leading-snug font-medium group-data-[disabled=true]/field:opacity-50\",\n className\n )}\n data-slot=\"field-label\"\n {...props}\n />\n);\n\nexport { FormFieldTitle };\n","import type { ComponentProps } from \"react\";\n\nimport { cn, tv, type VariantProps } from \"tailwind-variants\";\n\nimport { Field } from \"../field/field\";\nimport { FormFieldContent } from \"./form-field-content\";\nimport { FormFieldDescription } from \"./form-field-description\";\nimport { FormFieldError } from \"./form-field-error\";\nimport { FormFieldGroup } from \"./form-field-group\";\nimport { FormFieldLabel } from \"./form-field-label\";\nimport { FormFieldLegend } from \"./form-field-legend\";\nimport { FormFieldSeparator } from \"./form-field-separator\";\nimport { FormFieldSet } from \"./form-field-set\";\nimport { FormFieldTitle } from \"./form-field-title\";\nexport type FormFieldProps = ComponentProps<typeof Field.Root> &\n VariantProps<typeof fieldVariants>;\n\nconst fieldVariants = tv({\n base: \"group/field flex w-full gap-3 data-[invalid]:text-danger-foreground data-[invalid=true]:text-danger-foreground\",\n variants: {\n orientation: {\n vertical: \"flex-col *:w-full [&>.sr-only]:w-auto\",\n horizontal:\n \"flex-row items-center has-[>[data-slot=field-content]]:items-start has-[>[data-slot=field-item]]:items-start *:data-[slot=field-label]:flex-auto has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px has-[>[data-slot=field-item]]:[&>[role=checkbox],[role=radio]]:mt-px\",\n responsive:\n \"flex-col *:w-full @md/field-group:flex-row @md/field-group:items-center @md/field-group:*:w-auto @md/field-group:has-[>[data-slot=field-content]]:items-start @md/field-group:has-[>[data-slot=field-item]]:items-start @md/field-group:*:data-[slot=field-label]:flex-auto [&>.sr-only]:w-auto @md/field-group:has-[>[data-slot=field-content]]:[&>[role=checkbox],[role=radio]]:mt-px @md/field-group:has-[>[data-slot=field-item]]:[&>[role=checkbox],[role=radio]]:mt-px\",\n },\n },\n defaultVariants: {\n orientation: \"vertical\",\n },\n});\n\nconst FormField = ({\n className,\n orientation = \"vertical\",\n role = \"group\",\n ...props\n}: FormFieldProps) => (\n <Field.Root\n className={cn(fieldVariants({ orientation }), className)}\n data-orientation={orientation}\n role={role}\n {...props}\n />\n);\n\nFormField.Content = FormFieldContent;\nFormField.Description = FormFieldDescription;\nFormField.Error = FormFieldError;\nFormField.Group = FormFieldGroup;\nFormField.Label = FormFieldLabel;\nFormField.Legend = FormFieldLegend;\nFormField.Separator = FormFieldSeparator;\nFormField.Set = FormFieldSet;\nFormField.Title = FormFieldTitle;\n\nexport {\n FormField,\n fieldVariants,\n FormFieldContent,\n FormFieldDescription,\n FormFieldError,\n FormFieldGroup,\n FormFieldLabel,\n FormFieldLegend,\n FormFieldSeparator,\n FormFieldSet,\n FormFieldTitle,\n};\n\nexport type { FormFieldContentProps } from \"./form-field-content\";\nexport type { FormFieldDescriptionProps } from \"./form-field-description\";\nexport type { FormFieldErrorProps } from \"./form-field-error\";\nexport type { FormFieldGroupProps } from \"./form-field-group\";\nexport type { FormFieldLabelProps } from \"./form-field-label\";\nexport type { FormFieldLegendProps } from \"./form-field-legend\";\nexport type { FormFieldSeparatorProps } from \"./form-field-separator\";\nexport type { FormFieldSetProps } from \"./form-field-set\";\nexport type { FormFieldTitleProps } from \"./form-field-title\";\n"],"mappings":";;;;;;;AAOA,MAAM,oBAAoB,EAAE,WAAW,GAAG,YACxC,oBAAC,MAAM;CACL,WAAW,GACT,iEACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACNJ,MAAM,wBAAwB,EAC5B,WACA,GAAG,YAEH,oBAAC,MAAM;CACL,WAAW,GACT,qKACA,8BACA,gFACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACZJ,MAAM,kBAAkB,EACtB,WACA,UACA,QACA,OACA,GAAG,YACsB;CACzB,MAAM,UAAU,cAAc;AAC5B,MAAI,SACF,QAAO;AAGT,MAAI,CAAC,QAAQ,OACX,QAAO;EAGT,MAAM,eAAe,CACnB,GAAG,IAAI,IAAI,OAAO,KAAK,UAAU,CAAC,OAAO,SAAS,MAAM,CAAC,CAAC,CAAC,QAAQ,CACpE;AAED,MAAI,cAAc,WAAW,EAC3B,QAAO,aAAa,IAAI;AAG1B,SACE,oBAAC;GAAG,WAAU;aACX,aAAa,KACX,UACC,OAAO,WAAW,oBAAC,kBAAwB,MAAM,WAAtB,MAAM,QAA6B,CACjE;IACE;IAEN,CAAC,UAAU,OAAO,CAAC;AAEtB,KAAI,CAAC,QACH,QACE,oBAAC,MAAM;EACL,WAAW,GAAG,8CAA8C,UAAU;EACtE,aAAU;EACH;EACP,MAAK;EACL,GAAI;GACJ;AAIN,QACE,oBAAC,MAAM;EACL,WAAW,GAAG,8CAA8C,UAAU;EACtE,aAAU;EACV,OAAO,SAAS;EAChB,MAAK;EACL,GAAI;YAEH;GACW;;;;;AC5DlB,MAAM,kBAAkB,EAAE,WAAW,GAAG,YACtC,oBAAC;CACC,WAAW,GACT,0IACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACNJ,MAAM,kBAAkB,EAAE,WAAW,GAAG,YACtC,oBAAC,MAAM;CACL,WAAW,GACT,gHACA,qFACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACPJ,MAAM,mBAAmB,EACvB,WACA,UAAU,UACV,GAAG,YAEH,oBAAC,SAAS;CACR,WAAW,GACT,mFACA,UACD;CACD,aAAU;CACV,gBAAc;CACd,GAAI;EACJ;;;;ACbJ,MAAM,sBAAsB,EAC1B,UACA,WACA,GAAG,YAEH,qBAAC;CACC,WAAW,GACT,6EACA,UACD;CACD,gBAAc,CAAC,CAAC;CAChB,aAAU;CACV,GAAI;YAEJ,oBAAC,aAAU,WAAU,6BAA6B,EACjD,YACC,oBAAC;EACC,WAAU;EACV,aAAU;EAET;GACI;EAEL;;;;ACzBR,MAAM,gBAAgB,EAAE,WAAW,GAAG,YACpC,oBAAC,SAAS;CACR,WAAW,GACT,oGACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACVJ,MAAM,kBAAkB,EAAE,WAAW,GAAG,YACtC,oBAAC;CACC,WAAW,GACT,8GACA,UACD;CACD,aAAU;CACV,GAAI;EACJ;;;;ACIJ,MAAM,gBAAgB,GAAG;CACvB,MAAM;CACN,UAAU,EACR,aAAa;EACX,UAAU;EACV,YACE;EACF,YACE;EACH,EACF;CACD,iBAAiB,EACf,aAAa,YACd;CACF,CAAC;AAEF,MAAM,aAAa,EACjB,WACA,cAAc,YACd,OAAO,SACP,GAAG,YAEH,oBAAC,MAAM;CACL,WAAW,GAAG,cAAc,EAAE,aAAa,CAAC,EAAE,UAAU;CACxD,oBAAkB;CACZ;CACN,GAAI;EACJ;AAGJ,UAAU,UAAU;AACpB,UAAU,cAAc;AACxB,UAAU,QAAQ;AAClB,UAAU,QAAQ;AAClB,UAAU,QAAQ;AAClB,UAAU,SAAS;AACnB,UAAU,YAAY;AACtB,UAAU,MAAM;AAChB,UAAU,QAAQ"}
|