@skdx/react 0.26.0
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 +133 -0
- package/dist/accordion/Accordion.cjs +1 -0
- package/dist/accordion/Accordion.d.cts +38 -0
- package/dist/accordion/Accordion.d.ts +38 -0
- package/dist/accordion/Accordion.js +1 -0
- package/dist/accordion/AccordionContent.d.cts +27 -0
- package/dist/accordion/AccordionContent.d.ts +27 -0
- package/dist/accordion/AccordionHeader.d.cts +15 -0
- package/dist/accordion/AccordionHeader.d.ts +15 -0
- package/dist/accordion/AccordionItem.d.cts +25 -0
- package/dist/accordion/AccordionItem.d.ts +25 -0
- package/dist/accordion/AccordionTrigger.d.cts +19 -0
- package/dist/accordion/AccordionTrigger.d.ts +19 -0
- package/dist/accordion/index.d.cts +6 -0
- package/dist/accordion/index.d.ts +6 -0
- package/dist/accordion/types.d.cts +131 -0
- package/dist/accordion/types.d.ts +131 -0
- package/dist/affix/Affix.cjs +1 -0
- package/dist/affix/Affix.d.cts +36 -0
- package/dist/affix/Affix.d.ts +36 -0
- package/dist/affix/Affix.js +1 -0
- package/dist/affix/index.d.cts +2 -0
- package/dist/affix/index.d.ts +2 -0
- package/dist/affix/types.d.cts +39 -0
- package/dist/affix/types.d.ts +39 -0
- package/dist/alert/Alert.cjs +1 -0
- package/dist/alert/Alert.d.cts +32 -0
- package/dist/alert/Alert.d.ts +32 -0
- package/dist/alert/Alert.js +1 -0
- package/dist/alert/AlertAction.d.cts +20 -0
- package/dist/alert/AlertAction.d.ts +20 -0
- package/dist/alert/AlertClose.d.cts +20 -0
- package/dist/alert/AlertClose.d.ts +20 -0
- package/dist/alert/AlertDescription.d.cts +16 -0
- package/dist/alert/AlertDescription.d.ts +16 -0
- package/dist/alert/AlertIcon.d.cts +16 -0
- package/dist/alert/AlertIcon.d.ts +16 -0
- package/dist/alert/AlertTitle.d.cts +16 -0
- package/dist/alert/AlertTitle.d.ts +16 -0
- package/dist/alert/index.d.cts +7 -0
- package/dist/alert/index.d.ts +7 -0
- package/dist/alert/types.d.cts +53 -0
- package/dist/alert/types.d.ts +53 -0
- package/dist/alert-dialog/AlertDialog.cjs +1 -0
- package/dist/alert-dialog/AlertDialog.d.cts +41 -0
- package/dist/alert-dialog/AlertDialog.d.ts +41 -0
- package/dist/alert-dialog/AlertDialog.js +1 -0
- package/dist/alert-dialog/AlertDialogAction.d.cts +13 -0
- package/dist/alert-dialog/AlertDialogAction.d.ts +13 -0
- package/dist/alert-dialog/AlertDialogCancel.d.cts +13 -0
- package/dist/alert-dialog/AlertDialogCancel.d.ts +13 -0
- package/dist/alert-dialog/AlertDialogContent.d.cts +32 -0
- package/dist/alert-dialog/AlertDialogContent.d.ts +32 -0
- package/dist/alert-dialog/AlertDialogDescription.d.cts +12 -0
- package/dist/alert-dialog/AlertDialogDescription.d.ts +12 -0
- package/dist/alert-dialog/AlertDialogOverlay.d.cts +16 -0
- package/dist/alert-dialog/AlertDialogOverlay.d.ts +16 -0
- package/dist/alert-dialog/AlertDialogPortal.d.cts +22 -0
- package/dist/alert-dialog/AlertDialogPortal.d.ts +22 -0
- package/dist/alert-dialog/AlertDialogTitle.d.cts +13 -0
- package/dist/alert-dialog/AlertDialogTitle.d.ts +13 -0
- package/dist/alert-dialog/AlertDialogTrigger.d.cts +13 -0
- package/dist/alert-dialog/AlertDialogTrigger.d.ts +13 -0
- package/dist/alert-dialog/index.d.cts +10 -0
- package/dist/alert-dialog/index.d.ts +10 -0
- package/dist/alert-dialog/types.d.cts +121 -0
- package/dist/alert-dialog/types.d.ts +121 -0
- package/dist/angle-slider/AngleSlider.cjs +1 -0
- package/dist/angle-slider/AngleSlider.d.cts +60 -0
- package/dist/angle-slider/AngleSlider.d.ts +60 -0
- package/dist/angle-slider/AngleSlider.js +1 -0
- package/dist/angle-slider/AngleSliderMark.d.cts +35 -0
- package/dist/angle-slider/AngleSliderMark.d.ts +35 -0
- package/dist/angle-slider/AngleSliderMarks.d.cts +25 -0
- package/dist/angle-slider/AngleSliderMarks.d.ts +25 -0
- package/dist/angle-slider/AngleSliderThumb.d.cts +29 -0
- package/dist/angle-slider/AngleSliderThumb.d.ts +29 -0
- package/dist/angle-slider/index.d.cts +5 -0
- package/dist/angle-slider/index.d.ts +5 -0
- package/dist/angle-slider/types.d.cts +100 -0
- package/dist/angle-slider/types.d.ts +100 -0
- package/dist/aspect-ratio/AspectRatio.cjs +1 -0
- package/dist/aspect-ratio/AspectRatio.d.cts +20 -0
- package/dist/aspect-ratio/AspectRatio.d.ts +20 -0
- package/dist/aspect-ratio/AspectRatio.js +1 -0
- package/dist/aspect-ratio/index.d.cts +2 -0
- package/dist/aspect-ratio/index.d.ts +2 -0
- package/dist/aspect-ratio/types.d.cts +18 -0
- package/dist/aspect-ratio/types.d.ts +18 -0
- package/dist/autocomplete/Autocomplete.cjs +1 -0
- package/dist/autocomplete/Autocomplete.d.cts +81 -0
- package/dist/autocomplete/Autocomplete.d.ts +81 -0
- package/dist/autocomplete/Autocomplete.js +1 -0
- package/dist/autocomplete/AutocompleteContent.d.cts +37 -0
- package/dist/autocomplete/AutocompleteContent.d.ts +37 -0
- package/dist/autocomplete/AutocompleteEmpty.d.cts +26 -0
- package/dist/autocomplete/AutocompleteEmpty.d.ts +26 -0
- package/dist/autocomplete/AutocompleteInput.d.cts +31 -0
- package/dist/autocomplete/AutocompleteInput.d.ts +31 -0
- package/dist/autocomplete/AutocompleteItem.d.cts +28 -0
- package/dist/autocomplete/AutocompleteItem.d.ts +28 -0
- package/dist/autocomplete/AutocompleteList.d.cts +24 -0
- package/dist/autocomplete/AutocompleteList.d.ts +24 -0
- package/dist/autocomplete/AutocompletePortal.d.cts +21 -0
- package/dist/autocomplete/AutocompletePortal.d.ts +21 -0
- package/dist/autocomplete/AutocompleteTrigger.d.cts +20 -0
- package/dist/autocomplete/AutocompleteTrigger.d.ts +20 -0
- package/dist/autocomplete/index.d.cts +9 -0
- package/dist/autocomplete/index.d.ts +9 -0
- package/dist/autocomplete/types.d.cts +250 -0
- package/dist/autocomplete/types.d.ts +250 -0
- package/dist/avatar/Avatar.cjs +1 -0
- package/dist/avatar/Avatar.d.cts +23 -0
- package/dist/avatar/Avatar.d.ts +23 -0
- package/dist/avatar/Avatar.js +1 -0
- package/dist/avatar/AvatarFallback.d.cts +17 -0
- package/dist/avatar/AvatarFallback.d.ts +17 -0
- package/dist/avatar/AvatarImage.d.cts +17 -0
- package/dist/avatar/AvatarImage.d.ts +17 -0
- package/dist/avatar/index.d.cts +4 -0
- package/dist/avatar/index.d.ts +4 -0
- package/dist/avatar/types.d.cts +27 -0
- package/dist/avatar/types.d.ts +27 -0
- package/dist/badge/Badge.cjs +1 -0
- package/dist/badge/Badge.d.cts +14 -0
- package/dist/badge/Badge.d.ts +14 -0
- package/dist/badge/Badge.js +1 -0
- package/dist/badge/index.d.cts +2 -0
- package/dist/badge/index.d.ts +2 -0
- package/dist/badge/types.d.cts +4 -0
- package/dist/badge/types.d.ts +4 -0
- package/dist/breadcrumb/Breadcrumb.cjs +1 -0
- package/dist/breadcrumb/Breadcrumb.d.cts +27 -0
- package/dist/breadcrumb/Breadcrumb.d.ts +27 -0
- package/dist/breadcrumb/Breadcrumb.js +1 -0
- package/dist/breadcrumb/BreadcrumbEllipsis.d.cts +22 -0
- package/dist/breadcrumb/BreadcrumbEllipsis.d.ts +22 -0
- package/dist/breadcrumb/BreadcrumbItem.d.cts +14 -0
- package/dist/breadcrumb/BreadcrumbItem.d.ts +14 -0
- package/dist/breadcrumb/BreadcrumbLink.d.cts +14 -0
- package/dist/breadcrumb/BreadcrumbLink.d.ts +14 -0
- package/dist/breadcrumb/BreadcrumbList.d.cts +16 -0
- package/dist/breadcrumb/BreadcrumbList.d.ts +16 -0
- package/dist/breadcrumb/BreadcrumbPage.d.cts +14 -0
- package/dist/breadcrumb/BreadcrumbPage.d.ts +14 -0
- package/dist/breadcrumb/BreadcrumbSeparator.d.cts +15 -0
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +15 -0
- package/dist/breadcrumb/index.d.cts +8 -0
- package/dist/breadcrumb/index.d.ts +8 -0
- package/dist/breadcrumb/types.d.cts +22 -0
- package/dist/breadcrumb/types.d.ts +22 -0
- package/dist/button/Button.cjs +1 -0
- package/dist/button/Button.d.cts +15 -0
- package/dist/button/Button.d.ts +15 -0
- package/dist/button/Button.js +1 -0
- package/dist/button/index.d.cts +2 -0
- package/dist/button/index.d.ts +2 -0
- package/dist/button/types.d.cts +9 -0
- package/dist/button/types.d.ts +9 -0
- package/dist/calendar/Calendar.cjs +1 -0
- package/dist/calendar/Calendar.d.cts +139 -0
- package/dist/calendar/Calendar.d.ts +139 -0
- package/dist/calendar/Calendar.js +1 -0
- package/dist/calendar/CalendarCell.d.cts +32 -0
- package/dist/calendar/CalendarCell.d.ts +32 -0
- package/dist/calendar/CalendarGrid.d.cts +26 -0
- package/dist/calendar/CalendarGrid.d.ts +26 -0
- package/dist/calendar/CalendarGridBody.d.cts +55 -0
- package/dist/calendar/CalendarGridBody.d.ts +55 -0
- package/dist/calendar/CalendarGridHead.d.cts +21 -0
- package/dist/calendar/CalendarGridHead.d.ts +21 -0
- package/dist/calendar/CalendarHeader.d.cts +17 -0
- package/dist/calendar/CalendarHeader.d.ts +17 -0
- package/dist/calendar/CalendarHeading.d.cts +17 -0
- package/dist/calendar/CalendarHeading.d.ts +17 -0
- package/dist/calendar/CalendarNextButton.d.cts +17 -0
- package/dist/calendar/CalendarNextButton.d.ts +17 -0
- package/dist/calendar/CalendarPreviousButton.d.cts +17 -0
- package/dist/calendar/CalendarPreviousButton.d.ts +17 -0
- package/dist/calendar/CalendarRow.d.cts +16 -0
- package/dist/calendar/CalendarRow.d.ts +16 -0
- package/dist/calendar/CalendarWeekDay.d.cts +16 -0
- package/dist/calendar/CalendarWeekDay.d.ts +16 -0
- package/dist/calendar/index.d.cts +13 -0
- package/dist/calendar/index.d.ts +13 -0
- package/dist/calendar/locale.d.cts +45 -0
- package/dist/calendar/locale.d.ts +45 -0
- package/dist/calendar/types.d.cts +206 -0
- package/dist/calendar/types.d.ts +206 -0
- package/dist/card/Card.cjs +1 -0
- package/dist/card/Card.d.cts +25 -0
- package/dist/card/Card.d.ts +25 -0
- package/dist/card/Card.js +1 -0
- package/dist/card/CardContent.d.cts +19 -0
- package/dist/card/CardContent.d.ts +19 -0
- package/dist/card/CardDescription.d.cts +15 -0
- package/dist/card/CardDescription.d.ts +15 -0
- package/dist/card/CardFooter.d.cts +19 -0
- package/dist/card/CardFooter.d.ts +19 -0
- package/dist/card/CardHeader.d.cts +17 -0
- package/dist/card/CardHeader.d.ts +17 -0
- package/dist/card/CardTitle.d.cts +13 -0
- package/dist/card/CardTitle.d.ts +13 -0
- package/dist/card/index.d.cts +7 -0
- package/dist/card/index.d.ts +7 -0
- package/dist/card/types.d.cts +19 -0
- package/dist/card/types.d.ts +19 -0
- package/dist/carousel/Carousel.cjs +1 -0
- package/dist/carousel/Carousel.d.cts +55 -0
- package/dist/carousel/Carousel.d.ts +55 -0
- package/dist/carousel/Carousel.js +1 -0
- package/dist/carousel/CarouselContent.d.cts +16 -0
- package/dist/carousel/CarouselContent.d.ts +16 -0
- package/dist/carousel/CarouselItem.d.cts +19 -0
- package/dist/carousel/CarouselItem.d.ts +19 -0
- package/dist/carousel/CarouselNext.d.cts +14 -0
- package/dist/carousel/CarouselNext.d.ts +14 -0
- package/dist/carousel/CarouselPlayPause.d.cts +17 -0
- package/dist/carousel/CarouselPlayPause.d.ts +17 -0
- package/dist/carousel/CarouselPrevious.d.cts +14 -0
- package/dist/carousel/CarouselPrevious.d.ts +14 -0
- package/dist/carousel/index.d.cts +7 -0
- package/dist/carousel/index.d.ts +7 -0
- package/dist/carousel/types.d.cts +110 -0
- package/dist/carousel/types.d.ts +110 -0
- package/dist/checkbox/Checkbox.cjs +1 -0
- package/dist/checkbox/Checkbox.d.cts +28 -0
- package/dist/checkbox/Checkbox.d.ts +28 -0
- package/dist/checkbox/Checkbox.js +1 -0
- package/dist/checkbox/CheckboxIndicator.d.cts +15 -0
- package/dist/checkbox/CheckboxIndicator.d.ts +15 -0
- package/dist/checkbox/index.d.cts +3 -0
- package/dist/checkbox/index.d.ts +3 -0
- package/dist/checkbox/types.d.cts +54 -0
- package/dist/checkbox/types.d.ts +54 -0
- package/dist/checkbox-card/CheckboxCard.cjs +1 -0
- package/dist/checkbox-card/CheckboxCard.d.cts +39 -0
- package/dist/checkbox-card/CheckboxCard.d.ts +39 -0
- package/dist/checkbox-card/CheckboxCard.js +1 -0
- package/dist/checkbox-card/CheckboxCardControl.d.cts +27 -0
- package/dist/checkbox-card/CheckboxCardControl.d.ts +27 -0
- package/dist/checkbox-card/CheckboxCardDescription.d.cts +21 -0
- package/dist/checkbox-card/CheckboxCardDescription.d.ts +21 -0
- package/dist/checkbox-card/CheckboxCardIndicator.d.cts +22 -0
- package/dist/checkbox-card/CheckboxCardIndicator.d.ts +22 -0
- package/dist/checkbox-card/CheckboxCardLabel.d.cts +21 -0
- package/dist/checkbox-card/CheckboxCardLabel.d.ts +21 -0
- package/dist/checkbox-card/index.d.cts +6 -0
- package/dist/checkbox-card/index.d.ts +6 -0
- package/dist/checkbox-card/types.d.cts +81 -0
- package/dist/checkbox-card/types.d.ts +81 -0
- package/dist/checkbox-group/CheckboxGroup.cjs +1 -0
- package/dist/checkbox-group/CheckboxGroup.d.cts +43 -0
- package/dist/checkbox-group/CheckboxGroup.d.ts +43 -0
- package/dist/checkbox-group/CheckboxGroup.js +1 -0
- package/dist/checkbox-group/CheckboxGroupItem.d.cts +18 -0
- package/dist/checkbox-group/CheckboxGroupItem.d.ts +18 -0
- package/dist/checkbox-group/CheckboxGroupSelectAll.d.cts +22 -0
- package/dist/checkbox-group/CheckboxGroupSelectAll.d.ts +22 -0
- package/dist/checkbox-group/index.d.cts +4 -0
- package/dist/checkbox-group/index.d.ts +4 -0
- package/dist/checkbox-group/types.d.cts +88 -0
- package/dist/checkbox-group/types.d.ts +88 -0
- package/dist/clipboard/Clipboard.cjs +1 -0
- package/dist/clipboard/Clipboard.d.cts +38 -0
- package/dist/clipboard/Clipboard.d.ts +38 -0
- package/dist/clipboard/Clipboard.js +1 -0
- package/dist/clipboard/ClipboardIndicator.d.cts +22 -0
- package/dist/clipboard/ClipboardIndicator.d.ts +22 -0
- package/dist/clipboard/ClipboardInput.d.cts +24 -0
- package/dist/clipboard/ClipboardInput.d.ts +24 -0
- package/dist/clipboard/ClipboardTrigger.d.cts +23 -0
- package/dist/clipboard/ClipboardTrigger.d.ts +23 -0
- package/dist/clipboard/index.d.cts +5 -0
- package/dist/clipboard/index.d.ts +5 -0
- package/dist/clipboard/types.d.cts +79 -0
- package/dist/clipboard/types.d.ts +79 -0
- package/dist/collapsible/Collapsible.cjs +1 -0
- package/dist/collapsible/Collapsible.d.cts +24 -0
- package/dist/collapsible/Collapsible.d.ts +24 -0
- package/dist/collapsible/Collapsible.js +1 -0
- package/dist/collapsible/CollapsibleContent.d.cts +17 -0
- package/dist/collapsible/CollapsibleContent.d.ts +17 -0
- package/dist/collapsible/CollapsibleTrigger.d.cts +16 -0
- package/dist/collapsible/CollapsibleTrigger.d.ts +16 -0
- package/dist/collapsible/index.d.cts +4 -0
- package/dist/collapsible/index.d.ts +4 -0
- package/dist/collapsible/types.d.cts +44 -0
- package/dist/collapsible/types.d.ts +44 -0
- package/dist/color-picker/ColorPicker.cjs +1 -0
- package/dist/color-picker/ColorPicker.d.cts +60 -0
- package/dist/color-picker/ColorPicker.d.ts +60 -0
- package/dist/color-picker/ColorPicker.js +1 -0
- package/dist/color-picker/ColorPickerAlphaSlider.d.cts +37 -0
- package/dist/color-picker/ColorPickerAlphaSlider.d.ts +37 -0
- package/dist/color-picker/ColorPickerAlphaSliderThumb.d.cts +29 -0
- package/dist/color-picker/ColorPickerAlphaSliderThumb.d.ts +29 -0
- package/dist/color-picker/ColorPickerArea.d.cts +42 -0
- package/dist/color-picker/ColorPickerArea.d.ts +42 -0
- package/dist/color-picker/ColorPickerAreaThumb.d.cts +38 -0
- package/dist/color-picker/ColorPickerAreaThumb.d.ts +38 -0
- package/dist/color-picker/ColorPickerEyeDropper.d.cts +30 -0
- package/dist/color-picker/ColorPickerEyeDropper.d.ts +30 -0
- package/dist/color-picker/ColorPickerFormatSelect.d.cts +25 -0
- package/dist/color-picker/ColorPickerFormatSelect.d.ts +25 -0
- package/dist/color-picker/ColorPickerHueSlider.d.cts +38 -0
- package/dist/color-picker/ColorPickerHueSlider.d.ts +38 -0
- package/dist/color-picker/ColorPickerHueSliderThumb.d.cts +31 -0
- package/dist/color-picker/ColorPickerHueSliderThumb.d.ts +31 -0
- package/dist/color-picker/ColorPickerInput.d.cts +30 -0
- package/dist/color-picker/ColorPickerInput.d.ts +30 -0
- package/dist/color-picker/ColorPickerSwatch.d.cts +39 -0
- package/dist/color-picker/ColorPickerSwatch.d.ts +39 -0
- package/dist/color-picker/ColorPickerSwatchGroup.d.cts +40 -0
- package/dist/color-picker/ColorPickerSwatchGroup.d.ts +40 -0
- package/dist/color-picker/index.d.cts +13 -0
- package/dist/color-picker/index.d.ts +13 -0
- package/dist/color-picker/types.d.cts +211 -0
- package/dist/color-picker/types.d.ts +211 -0
- package/dist/color-picker/useChannelSlider.d.cts +84 -0
- package/dist/color-picker/useChannelSlider.d.ts +84 -0
- package/dist/color-picker/usePointerRatio.d.cts +40 -0
- package/dist/color-picker/usePointerRatio.d.ts +40 -0
- package/dist/combobox/Combobox.cjs +1 -0
- package/dist/combobox/Combobox.d.cts +79 -0
- package/dist/combobox/Combobox.d.ts +79 -0
- package/dist/combobox/Combobox.js +1 -0
- package/dist/combobox/ComboboxContent.d.cts +27 -0
- package/dist/combobox/ComboboxContent.d.ts +27 -0
- package/dist/combobox/ComboboxEmpty.d.cts +21 -0
- package/dist/combobox/ComboboxEmpty.d.ts +21 -0
- package/dist/combobox/ComboboxInput.d.cts +24 -0
- package/dist/combobox/ComboboxInput.d.ts +24 -0
- package/dist/combobox/ComboboxItem.d.cts +25 -0
- package/dist/combobox/ComboboxItem.d.ts +25 -0
- package/dist/combobox/ComboboxPortal.d.cts +20 -0
- package/dist/combobox/ComboboxPortal.d.ts +20 -0
- package/dist/combobox/index.d.cts +7 -0
- package/dist/combobox/index.d.ts +7 -0
- package/dist/combobox/types.d.cts +275 -0
- package/dist/combobox/types.d.ts +275 -0
- package/dist/command/Command.cjs +1 -0
- package/dist/command/Command.d.cts +79 -0
- package/dist/command/Command.d.ts +79 -0
- package/dist/command/Command.js +1 -0
- package/dist/command/CommandEmpty.d.cts +17 -0
- package/dist/command/CommandEmpty.d.ts +17 -0
- package/dist/command/CommandGroup.d.cts +15 -0
- package/dist/command/CommandGroup.d.ts +15 -0
- package/dist/command/CommandInput.d.cts +25 -0
- package/dist/command/CommandInput.d.ts +25 -0
- package/dist/command/CommandItem.d.cts +21 -0
- package/dist/command/CommandItem.d.ts +21 -0
- package/dist/command/CommandList.d.cts +19 -0
- package/dist/command/CommandList.d.ts +19 -0
- package/dist/command/CommandLoading.d.cts +20 -0
- package/dist/command/CommandLoading.d.ts +20 -0
- package/dist/command/CommandSeparator.d.cts +14 -0
- package/dist/command/CommandSeparator.d.ts +14 -0
- package/dist/command/index.d.cts +9 -0
- package/dist/command/index.d.ts +9 -0
- package/dist/command/types.d.cts +119 -0
- package/dist/command/types.d.ts +119 -0
- package/dist/context-menu/ContextMenu.cjs +1 -0
- package/dist/context-menu/ContextMenu.d.cts +39 -0
- package/dist/context-menu/ContextMenu.d.ts +39 -0
- package/dist/context-menu/ContextMenu.js +1 -0
- package/dist/context-menu/ContextMenuCheckboxItem.d.cts +19 -0
- package/dist/context-menu/ContextMenuCheckboxItem.d.ts +19 -0
- package/dist/context-menu/ContextMenuContent.d.cts +30 -0
- package/dist/context-menu/ContextMenuContent.d.ts +30 -0
- package/dist/context-menu/ContextMenuGroup.d.cts +15 -0
- package/dist/context-menu/ContextMenuGroup.d.ts +15 -0
- package/dist/context-menu/ContextMenuItem.d.cts +31 -0
- package/dist/context-menu/ContextMenuItem.d.ts +31 -0
- package/dist/context-menu/ContextMenuItemIndicator.d.cts +17 -0
- package/dist/context-menu/ContextMenuItemIndicator.d.ts +17 -0
- package/dist/context-menu/ContextMenuLabel.d.cts +13 -0
- package/dist/context-menu/ContextMenuLabel.d.ts +13 -0
- package/dist/context-menu/ContextMenuPortal.d.cts +20 -0
- package/dist/context-menu/ContextMenuPortal.d.ts +20 -0
- package/dist/context-menu/ContextMenuRadioGroup.d.cts +22 -0
- package/dist/context-menu/ContextMenuRadioGroup.d.ts +22 -0
- package/dist/context-menu/ContextMenuRadioItem.d.cts +19 -0
- package/dist/context-menu/ContextMenuRadioItem.d.ts +19 -0
- package/dist/context-menu/ContextMenuSeparator.d.cts +14 -0
- package/dist/context-menu/ContextMenuSeparator.d.ts +14 -0
- package/dist/context-menu/ContextMenuSub.d.cts +45 -0
- package/dist/context-menu/ContextMenuSub.d.ts +45 -0
- package/dist/context-menu/ContextMenuTrigger.d.cts +25 -0
- package/dist/context-menu/ContextMenuTrigger.d.ts +25 -0
- package/dist/context-menu/index.d.cts +14 -0
- package/dist/context-menu/index.d.ts +14 -0
- package/dist/context-menu/types.d.cts +191 -0
- package/dist/context-menu/types.d.ts +191 -0
- package/dist/data-list/DataList.cjs +1 -0
- package/dist/data-list/DataList.d.cts +26 -0
- package/dist/data-list/DataList.d.ts +26 -0
- package/dist/data-list/DataList.js +1 -0
- package/dist/data-list/DataListItem.d.cts +26 -0
- package/dist/data-list/DataListItem.d.ts +26 -0
- package/dist/data-list/DataListLabel.d.cts +16 -0
- package/dist/data-list/DataListLabel.d.ts +16 -0
- package/dist/data-list/DataListValue.d.cts +18 -0
- package/dist/data-list/DataListValue.d.ts +18 -0
- package/dist/data-list/index.d.cts +5 -0
- package/dist/data-list/index.d.ts +5 -0
- package/dist/data-list/types.d.cts +27 -0
- package/dist/data-list/types.d.ts +27 -0
- package/dist/date-field/DateField.cjs +1 -0
- package/dist/date-field/DateField.d.cts +24 -0
- package/dist/date-field/DateField.d.ts +24 -0
- package/dist/date-field/DateField.js +1 -0
- package/dist/date-field/index.d.cts +2 -0
- package/dist/date-field/index.d.ts +2 -0
- package/dist/date-field/types.d.cts +83 -0
- package/dist/date-field/types.d.ts +83 -0
- package/dist/date-picker/DatePicker.cjs +1 -0
- package/dist/date-picker/DatePicker.d.cts +65 -0
- package/dist/date-picker/DatePicker.d.ts +65 -0
- package/dist/date-picker/DatePicker.js +1 -0
- package/dist/date-picker/DatePickerCalendar.d.cts +39 -0
- package/dist/date-picker/DatePickerCalendar.d.ts +39 -0
- package/dist/date-picker/DatePickerClose.d.cts +15 -0
- package/dist/date-picker/DatePickerClose.d.ts +15 -0
- package/dist/date-picker/DatePickerContent.d.cts +23 -0
- package/dist/date-picker/DatePickerContent.d.ts +23 -0
- package/dist/date-picker/DatePickerInput.d.cts +23 -0
- package/dist/date-picker/DatePickerInput.d.ts +23 -0
- package/dist/date-picker/DatePickerPortal.d.cts +20 -0
- package/dist/date-picker/DatePickerPortal.d.ts +20 -0
- package/dist/date-picker/DatePickerTimeField.d.cts +26 -0
- package/dist/date-picker/DatePickerTimeField.d.ts +26 -0
- package/dist/date-picker/DatePickerTrigger.d.cts +22 -0
- package/dist/date-picker/DatePickerTrigger.d.ts +22 -0
- package/dist/date-picker/index.d.cts +9 -0
- package/dist/date-picker/index.d.ts +9 -0
- package/dist/date-picker/types.d.cts +192 -0
- package/dist/date-picker/types.d.ts +192 -0
- package/dist/dialog/Dialog.cjs +1 -0
- package/dist/dialog/Dialog.d.cts +37 -0
- package/dist/dialog/Dialog.d.ts +37 -0
- package/dist/dialog/Dialog.js +1 -0
- package/dist/dialog/DialogClose.d.cts +15 -0
- package/dist/dialog/DialogClose.d.ts +15 -0
- package/dist/dialog/DialogContent.d.cts +28 -0
- package/dist/dialog/DialogContent.d.ts +28 -0
- package/dist/dialog/DialogDescription.d.cts +15 -0
- package/dist/dialog/DialogDescription.d.ts +15 -0
- package/dist/dialog/DialogOverlay.d.cts +16 -0
- package/dist/dialog/DialogOverlay.d.ts +16 -0
- package/dist/dialog/DialogPortal.d.cts +21 -0
- package/dist/dialog/DialogPortal.d.ts +21 -0
- package/dist/dialog/DialogTitle.d.cts +14 -0
- package/dist/dialog/DialogTitle.d.ts +14 -0
- package/dist/dialog/DialogTrigger.d.cts +17 -0
- package/dist/dialog/DialogTrigger.d.ts +17 -0
- package/dist/dialog/index.d.cts +9 -0
- package/dist/dialog/index.d.ts +9 -0
- package/dist/dialog/types.d.cts +127 -0
- package/dist/dialog/types.d.ts +127 -0
- package/dist/drawer/Drawer.cjs +1 -0
- package/dist/drawer/Drawer.d.cts +44 -0
- package/dist/drawer/Drawer.d.ts +44 -0
- package/dist/drawer/Drawer.js +1 -0
- package/dist/drawer/DrawerClose.d.cts +15 -0
- package/dist/drawer/DrawerClose.d.ts +15 -0
- package/dist/drawer/DrawerContent.d.cts +32 -0
- package/dist/drawer/DrawerContent.d.ts +32 -0
- package/dist/drawer/DrawerDescription.d.cts +15 -0
- package/dist/drawer/DrawerDescription.d.ts +15 -0
- package/dist/drawer/DrawerOverlay.d.cts +21 -0
- package/dist/drawer/DrawerOverlay.d.ts +21 -0
- package/dist/drawer/DrawerPortal.d.cts +23 -0
- package/dist/drawer/DrawerPortal.d.ts +23 -0
- package/dist/drawer/DrawerTitle.d.cts +14 -0
- package/dist/drawer/DrawerTitle.d.ts +14 -0
- package/dist/drawer/DrawerTrigger.d.cts +17 -0
- package/dist/drawer/DrawerTrigger.d.ts +17 -0
- package/dist/drawer/index.d.cts +9 -0
- package/dist/drawer/index.d.ts +9 -0
- package/dist/drawer/types.d.cts +144 -0
- package/dist/drawer/types.d.ts +144 -0
- package/dist/dropdown-menu/DropdownMenu.cjs +1 -0
- package/dist/dropdown-menu/DropdownMenu.d.cts +52 -0
- package/dist/dropdown-menu/DropdownMenu.d.ts +52 -0
- package/dist/dropdown-menu/DropdownMenu.js +1 -0
- package/dist/dropdown-menu/DropdownMenuCheckboxItem.d.cts +20 -0
- package/dist/dropdown-menu/DropdownMenuCheckboxItem.d.ts +20 -0
- package/dist/dropdown-menu/DropdownMenuContent.d.cts +33 -0
- package/dist/dropdown-menu/DropdownMenuContent.d.ts +33 -0
- package/dist/dropdown-menu/DropdownMenuGroup.d.cts +16 -0
- package/dist/dropdown-menu/DropdownMenuGroup.d.ts +16 -0
- package/dist/dropdown-menu/DropdownMenuItem.d.cts +31 -0
- package/dist/dropdown-menu/DropdownMenuItem.d.ts +31 -0
- package/dist/dropdown-menu/DropdownMenuItemIndicator.d.cts +17 -0
- package/dist/dropdown-menu/DropdownMenuItemIndicator.d.ts +17 -0
- package/dist/dropdown-menu/DropdownMenuLabel.d.cts +13 -0
- package/dist/dropdown-menu/DropdownMenuLabel.d.ts +13 -0
- package/dist/dropdown-menu/DropdownMenuPortal.d.cts +20 -0
- package/dist/dropdown-menu/DropdownMenuPortal.d.ts +20 -0
- package/dist/dropdown-menu/DropdownMenuRadioGroup.d.cts +22 -0
- package/dist/dropdown-menu/DropdownMenuRadioGroup.d.ts +22 -0
- package/dist/dropdown-menu/DropdownMenuRadioItem.d.cts +19 -0
- package/dist/dropdown-menu/DropdownMenuRadioItem.d.ts +19 -0
- package/dist/dropdown-menu/DropdownMenuSeparator.d.cts +14 -0
- package/dist/dropdown-menu/DropdownMenuSeparator.d.ts +14 -0
- package/dist/dropdown-menu/DropdownMenuSub.d.cts +40 -0
- package/dist/dropdown-menu/DropdownMenuSub.d.ts +40 -0
- package/dist/dropdown-menu/DropdownMenuTrigger.d.cts +19 -0
- package/dist/dropdown-menu/DropdownMenuTrigger.d.ts +19 -0
- package/dist/dropdown-menu/index.d.cts +14 -0
- package/dist/dropdown-menu/index.d.ts +14 -0
- package/dist/dropdown-menu/types.d.cts +176 -0
- package/dist/dropdown-menu/types.d.ts +176 -0
- package/dist/editable/Editable.cjs +1 -0
- package/dist/editable/Editable.d.cts +42 -0
- package/dist/editable/Editable.d.ts +42 -0
- package/dist/editable/Editable.js +1 -0
- package/dist/editable/EditableCancelTrigger.d.cts +22 -0
- package/dist/editable/EditableCancelTrigger.d.ts +22 -0
- package/dist/editable/EditableEditTrigger.d.cts +24 -0
- package/dist/editable/EditableEditTrigger.d.ts +24 -0
- package/dist/editable/EditableInput.d.cts +25 -0
- package/dist/editable/EditableInput.d.ts +25 -0
- package/dist/editable/EditablePreview.d.cts +27 -0
- package/dist/editable/EditablePreview.d.ts +27 -0
- package/dist/editable/EditableSubmitTrigger.d.cts +23 -0
- package/dist/editable/EditableSubmitTrigger.d.ts +23 -0
- package/dist/editable/EditableTextarea.d.cts +23 -0
- package/dist/editable/EditableTextarea.d.ts +23 -0
- package/dist/editable/index.d.cts +8 -0
- package/dist/editable/index.d.ts +8 -0
- package/dist/editable/types.d.cts +151 -0
- package/dist/editable/types.d.ts +151 -0
- package/dist/field/Field.cjs +1 -0
- package/dist/field/Field.d.cts +49 -0
- package/dist/field/Field.d.ts +49 -0
- package/dist/field/Field.js +1 -0
- package/dist/field/FieldCharacterCount.d.cts +29 -0
- package/dist/field/FieldCharacterCount.d.ts +29 -0
- package/dist/field/FieldDescription.d.cts +17 -0
- package/dist/field/FieldDescription.d.ts +17 -0
- package/dist/field/FieldError.d.cts +21 -0
- package/dist/field/FieldError.d.ts +21 -0
- package/dist/field/FieldLabel.d.cts +18 -0
- package/dist/field/FieldLabel.d.ts +18 -0
- package/dist/field/fieldCore.d.cts +284 -0
- package/dist/field/fieldCore.d.ts +284 -0
- package/dist/field/index.d.cts +7 -0
- package/dist/field/index.d.ts +7 -0
- package/dist/field/types.d.cts +107 -0
- package/dist/field/types.d.ts +107 -0
- package/dist/file-upload/FileUpload.cjs +1 -0
- package/dist/file-upload/FileUpload.d.cts +59 -0
- package/dist/file-upload/FileUpload.d.ts +59 -0
- package/dist/file-upload/FileUpload.js +1 -0
- package/dist/file-upload/FileUploadDropzone.d.cts +18 -0
- package/dist/file-upload/FileUploadDropzone.d.ts +18 -0
- package/dist/file-upload/FileUploadInput.d.cts +18 -0
- package/dist/file-upload/FileUploadInput.d.ts +18 -0
- package/dist/file-upload/FileUploadItem.d.cts +23 -0
- package/dist/file-upload/FileUploadItem.d.ts +23 -0
- package/dist/file-upload/FileUploadItemDelete.d.cts +16 -0
- package/dist/file-upload/FileUploadItemDelete.d.ts +16 -0
- package/dist/file-upload/FileUploadTrigger.d.cts +13 -0
- package/dist/file-upload/FileUploadTrigger.d.ts +13 -0
- package/dist/file-upload/index.d.cts +7 -0
- package/dist/file-upload/index.d.ts +7 -0
- package/dist/file-upload/types.d.cts +145 -0
- package/dist/file-upload/types.d.ts +145 -0
- package/dist/floating-panel/FloatingPanel.cjs +1 -0
- package/dist/floating-panel/FloatingPanel.d.cts +51 -0
- package/dist/floating-panel/FloatingPanel.d.ts +51 -0
- package/dist/floating-panel/FloatingPanel.js +1 -0
- package/dist/floating-panel/FloatingPanelCloseTrigger.d.cts +17 -0
- package/dist/floating-panel/FloatingPanelCloseTrigger.d.ts +17 -0
- package/dist/floating-panel/FloatingPanelContent.d.cts +39 -0
- package/dist/floating-panel/FloatingPanelContent.d.ts +39 -0
- package/dist/floating-panel/FloatingPanelHeader.d.cts +26 -0
- package/dist/floating-panel/FloatingPanelHeader.d.ts +26 -0
- package/dist/floating-panel/FloatingPanelPortal.d.cts +25 -0
- package/dist/floating-panel/FloatingPanelPortal.d.ts +25 -0
- package/dist/floating-panel/FloatingPanelResizeTrigger.d.cts +32 -0
- package/dist/floating-panel/FloatingPanelResizeTrigger.d.ts +32 -0
- package/dist/floating-panel/FloatingPanelStageTrigger.d.cts +23 -0
- package/dist/floating-panel/FloatingPanelStageTrigger.d.ts +23 -0
- package/dist/floating-panel/FloatingPanelTitle.d.cts +16 -0
- package/dist/floating-panel/FloatingPanelTitle.d.ts +16 -0
- package/dist/floating-panel/FloatingPanelTrigger.d.cts +19 -0
- package/dist/floating-panel/FloatingPanelTrigger.d.ts +19 -0
- package/dist/floating-panel/index.d.cts +10 -0
- package/dist/floating-panel/index.d.ts +10 -0
- package/dist/floating-panel/types.d.cts +268 -0
- package/dist/floating-panel/types.d.ts +268 -0
- package/dist/form/Form.cjs +1 -0
- package/dist/form/Form.d.cts +38 -0
- package/dist/form/Form.d.ts +38 -0
- package/dist/form/Form.js +1 -0
- package/dist/form/FormControl.d.cts +20 -0
- package/dist/form/FormControl.d.ts +20 -0
- package/dist/form/FormErrorSummary.d.cts +30 -0
- package/dist/form/FormErrorSummary.d.ts +30 -0
- package/dist/form/FormField.d.cts +25 -0
- package/dist/form/FormField.d.ts +25 -0
- package/dist/form/FormLabel.d.cts +18 -0
- package/dist/form/FormLabel.d.ts +18 -0
- package/dist/form/FormMessage.d.cts +21 -0
- package/dist/form/FormMessage.d.ts +21 -0
- package/dist/form/FormSubmit.d.cts +14 -0
- package/dist/form/FormSubmit.d.ts +14 -0
- package/dist/form/index.d.cts +8 -0
- package/dist/form/index.d.ts +8 -0
- package/dist/form/types.d.cts +76 -0
- package/dist/form/types.d.ts +76 -0
- package/dist/hover-card/HoverCard.cjs +1 -0
- package/dist/hover-card/HoverCard.d.cts +55 -0
- package/dist/hover-card/HoverCard.d.ts +55 -0
- package/dist/hover-card/HoverCard.js +1 -0
- package/dist/hover-card/HoverCardContent.d.cts +27 -0
- package/dist/hover-card/HoverCardContent.d.ts +27 -0
- package/dist/hover-card/HoverCardPortal.d.cts +20 -0
- package/dist/hover-card/HoverCardPortal.d.ts +20 -0
- package/dist/hover-card/HoverCardTrigger.d.cts +20 -0
- package/dist/hover-card/HoverCardTrigger.d.ts +20 -0
- package/dist/hover-card/index.d.cts +5 -0
- package/dist/hover-card/index.d.ts +5 -0
- package/dist/hover-card/types.d.cts +109 -0
- package/dist/hover-card/types.d.ts +109 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.cts +98 -0
- package/dist/index.d.ts +98 -0
- package/dist/index.js +1 -0
- package/dist/kbd/Kbd.cjs +1 -0
- package/dist/kbd/Kbd.d.cts +15 -0
- package/dist/kbd/Kbd.d.ts +15 -0
- package/dist/kbd/Kbd.js +1 -0
- package/dist/kbd/index.d.cts +2 -0
- package/dist/kbd/index.d.ts +2 -0
- package/dist/kbd/types.d.cts +4 -0
- package/dist/kbd/types.d.ts +4 -0
- package/dist/label/Label.cjs +1 -0
- package/dist/label/Label.d.cts +14 -0
- package/dist/label/Label.d.ts +14 -0
- package/dist/label/Label.js +1 -0
- package/dist/label/index.d.cts +2 -0
- package/dist/label/index.d.ts +2 -0
- package/dist/label/types.d.cts +4 -0
- package/dist/label/types.d.ts +4 -0
- package/dist/listbox/Listbox.cjs +1 -0
- package/dist/listbox/Listbox.d.cts +51 -0
- package/dist/listbox/Listbox.d.ts +51 -0
- package/dist/listbox/Listbox.js +1 -0
- package/dist/listbox/ListboxGroup.d.cts +27 -0
- package/dist/listbox/ListboxGroup.d.ts +27 -0
- package/dist/listbox/ListboxItem.d.cts +30 -0
- package/dist/listbox/ListboxItem.d.ts +30 -0
- package/dist/listbox/ListboxItemIndicator.d.cts +21 -0
- package/dist/listbox/ListboxItemIndicator.d.ts +21 -0
- package/dist/listbox/ListboxLabel.d.cts +19 -0
- package/dist/listbox/ListboxLabel.d.ts +19 -0
- package/dist/listbox/index.d.cts +6 -0
- package/dist/listbox/index.d.ts +6 -0
- package/dist/listbox/types.d.cts +96 -0
- package/dist/listbox/types.d.ts +96 -0
- package/dist/loading-overlay/LoadingOverlay.cjs +1 -0
- package/dist/loading-overlay/LoadingOverlay.d.cts +42 -0
- package/dist/loading-overlay/LoadingOverlay.d.ts +42 -0
- package/dist/loading-overlay/LoadingOverlay.js +1 -0
- package/dist/loading-overlay/LoadingOverlayBackdrop.d.cts +24 -0
- package/dist/loading-overlay/LoadingOverlayBackdrop.d.ts +24 -0
- package/dist/loading-overlay/LoadingOverlayContent.d.cts +29 -0
- package/dist/loading-overlay/LoadingOverlayContent.d.ts +29 -0
- package/dist/loading-overlay/index.d.cts +4 -0
- package/dist/loading-overlay/index.d.ts +4 -0
- package/dist/loading-overlay/types.d.cts +74 -0
- package/dist/loading-overlay/types.d.ts +74 -0
- package/dist/menubar/Menubar.cjs +1 -0
- package/dist/menubar/Menubar.d.cts +51 -0
- package/dist/menubar/Menubar.d.ts +51 -0
- package/dist/menubar/Menubar.js +1 -0
- package/dist/menubar/MenubarCheckboxItem.d.cts +18 -0
- package/dist/menubar/MenubarCheckboxItem.d.ts +18 -0
- package/dist/menubar/MenubarContent.d.cts +30 -0
- package/dist/menubar/MenubarContent.d.ts +30 -0
- package/dist/menubar/MenubarGroup.d.cts +15 -0
- package/dist/menubar/MenubarGroup.d.ts +15 -0
- package/dist/menubar/MenubarItem.d.cts +28 -0
- package/dist/menubar/MenubarItem.d.ts +28 -0
- package/dist/menubar/MenubarItemIndicator.d.cts +19 -0
- package/dist/menubar/MenubarItemIndicator.d.ts +19 -0
- package/dist/menubar/MenubarLabel.d.cts +12 -0
- package/dist/menubar/MenubarLabel.d.ts +12 -0
- package/dist/menubar/MenubarMenu.d.cts +29 -0
- package/dist/menubar/MenubarMenu.d.ts +29 -0
- package/dist/menubar/MenubarPortal.d.cts +19 -0
- package/dist/menubar/MenubarPortal.d.ts +19 -0
- package/dist/menubar/MenubarRadioGroup.d.cts +22 -0
- package/dist/menubar/MenubarRadioGroup.d.ts +22 -0
- package/dist/menubar/MenubarRadioItem.d.cts +15 -0
- package/dist/menubar/MenubarRadioItem.d.ts +15 -0
- package/dist/menubar/MenubarSeparator.d.cts +14 -0
- package/dist/menubar/MenubarSeparator.d.ts +14 -0
- package/dist/menubar/MenubarSub.d.cts +40 -0
- package/dist/menubar/MenubarSub.d.ts +40 -0
- package/dist/menubar/MenubarTrigger.d.cts +17 -0
- package/dist/menubar/MenubarTrigger.d.ts +17 -0
- package/dist/menubar/index.d.cts +15 -0
- package/dist/menubar/index.d.ts +15 -0
- package/dist/menubar/types.d.cts +188 -0
- package/dist/menubar/types.d.ts +188 -0
- package/dist/meter/Meter.cjs +1 -0
- package/dist/meter/Meter.d.cts +45 -0
- package/dist/meter/Meter.d.ts +45 -0
- package/dist/meter/Meter.js +1 -0
- package/dist/meter/MeterIndicator.d.cts +16 -0
- package/dist/meter/MeterIndicator.d.ts +16 -0
- package/dist/meter/index.d.cts +3 -0
- package/dist/meter/index.d.ts +3 -0
- package/dist/meter/types.d.cts +56 -0
- package/dist/meter/types.d.ts +56 -0
- package/dist/multi-select/MultiSelect.cjs +1 -0
- package/dist/multi-select/MultiSelect.d.cts +68 -0
- package/dist/multi-select/MultiSelect.d.ts +68 -0
- package/dist/multi-select/MultiSelect.js +1 -0
- package/dist/multi-select/MultiSelectContent.d.cts +35 -0
- package/dist/multi-select/MultiSelectContent.d.ts +35 -0
- package/dist/multi-select/MultiSelectInput.d.cts +25 -0
- package/dist/multi-select/MultiSelectInput.d.ts +25 -0
- package/dist/multi-select/MultiSelectItem.d.cts +26 -0
- package/dist/multi-select/MultiSelectItem.d.ts +26 -0
- package/dist/multi-select/MultiSelectList.d.cts +23 -0
- package/dist/multi-select/MultiSelectList.d.ts +23 -0
- package/dist/multi-select/MultiSelectPortal.d.cts +22 -0
- package/dist/multi-select/MultiSelectPortal.d.ts +22 -0
- package/dist/multi-select/MultiSelectTag.d.cts +25 -0
- package/dist/multi-select/MultiSelectTag.d.ts +25 -0
- package/dist/multi-select/MultiSelectTagList.d.cts +30 -0
- package/dist/multi-select/MultiSelectTagList.d.ts +30 -0
- package/dist/multi-select/MultiSelectTagRemove.d.cts +22 -0
- package/dist/multi-select/MultiSelectTagRemove.d.ts +22 -0
- package/dist/multi-select/index.d.cts +10 -0
- package/dist/multi-select/index.d.ts +10 -0
- package/dist/multi-select/types.d.cts +245 -0
- package/dist/multi-select/types.d.ts +245 -0
- package/dist/navigation-menu/NavigationMenu.cjs +1 -0
- package/dist/navigation-menu/NavigationMenu.d.cts +35 -0
- package/dist/navigation-menu/NavigationMenu.d.ts +35 -0
- package/dist/navigation-menu/NavigationMenu.js +1 -0
- package/dist/navigation-menu/NavigationMenuContent.d.cts +18 -0
- package/dist/navigation-menu/NavigationMenuContent.d.ts +18 -0
- package/dist/navigation-menu/NavigationMenuIndicator.d.cts +15 -0
- package/dist/navigation-menu/NavigationMenuIndicator.d.ts +15 -0
- package/dist/navigation-menu/NavigationMenuItem.d.cts +22 -0
- package/dist/navigation-menu/NavigationMenuItem.d.ts +22 -0
- package/dist/navigation-menu/NavigationMenuLink.d.cts +14 -0
- package/dist/navigation-menu/NavigationMenuLink.d.ts +14 -0
- package/dist/navigation-menu/NavigationMenuList.d.cts +19 -0
- package/dist/navigation-menu/NavigationMenuList.d.ts +19 -0
- package/dist/navigation-menu/NavigationMenuTrigger.d.cts +19 -0
- package/dist/navigation-menu/NavigationMenuTrigger.d.ts +19 -0
- package/dist/navigation-menu/index.d.cts +8 -0
- package/dist/navigation-menu/index.d.ts +8 -0
- package/dist/navigation-menu/types.d.cts +90 -0
- package/dist/navigation-menu/types.d.ts +90 -0
- package/dist/number-field/NumberField.cjs +1 -0
- package/dist/number-field/NumberField.d.cts +32 -0
- package/dist/number-field/NumberField.d.ts +32 -0
- package/dist/number-field/NumberField.js +1 -0
- package/dist/number-field/NumberFieldDecrement.d.cts +19 -0
- package/dist/number-field/NumberFieldDecrement.d.ts +19 -0
- package/dist/number-field/NumberFieldIncrement.d.cts +28 -0
- package/dist/number-field/NumberFieldIncrement.d.ts +28 -0
- package/dist/number-field/NumberFieldInput.d.cts +25 -0
- package/dist/number-field/NumberFieldInput.d.ts +25 -0
- package/dist/number-field/index.d.cts +5 -0
- package/dist/number-field/index.d.ts +5 -0
- package/dist/number-field/types.d.cts +113 -0
- package/dist/number-field/types.d.ts +113 -0
- package/dist/pagination/Pagination.cjs +1 -0
- package/dist/pagination/Pagination.d.cts +44 -0
- package/dist/pagination/Pagination.d.ts +44 -0
- package/dist/pagination/Pagination.js +1 -0
- package/dist/pagination/PaginationEllipsis.d.cts +15 -0
- package/dist/pagination/PaginationEllipsis.d.ts +15 -0
- package/dist/pagination/PaginationFirst.d.cts +14 -0
- package/dist/pagination/PaginationFirst.d.ts +14 -0
- package/dist/pagination/PaginationItem.d.cts +15 -0
- package/dist/pagination/PaginationItem.d.ts +15 -0
- package/dist/pagination/PaginationLast.d.cts +14 -0
- package/dist/pagination/PaginationLast.d.ts +14 -0
- package/dist/pagination/PaginationLink.d.cts +16 -0
- package/dist/pagination/PaginationLink.d.ts +16 -0
- package/dist/pagination/PaginationList.d.cts +16 -0
- package/dist/pagination/PaginationList.d.ts +16 -0
- package/dist/pagination/PaginationNext.d.cts +14 -0
- package/dist/pagination/PaginationNext.d.ts +14 -0
- package/dist/pagination/PaginationPrevious.d.cts +14 -0
- package/dist/pagination/PaginationPrevious.d.ts +14 -0
- package/dist/pagination/index.d.cts +11 -0
- package/dist/pagination/index.d.ts +11 -0
- package/dist/pagination/pages.d.cts +41 -0
- package/dist/pagination/pages.d.ts +41 -0
- package/dist/pagination/types.d.cts +96 -0
- package/dist/pagination/types.d.ts +96 -0
- package/dist/password-input/PasswordInput.cjs +1 -0
- package/dist/password-input/PasswordInput.d.cts +40 -0
- package/dist/password-input/PasswordInput.d.ts +40 -0
- package/dist/password-input/PasswordInput.js +1 -0
- package/dist/password-input/PasswordInputField.d.cts +28 -0
- package/dist/password-input/PasswordInputField.d.ts +28 -0
- package/dist/password-input/PasswordInputToggle.d.cts +30 -0
- package/dist/password-input/PasswordInputToggle.d.ts +30 -0
- package/dist/password-input/index.d.cts +4 -0
- package/dist/password-input/index.d.ts +4 -0
- package/dist/password-input/types.d.cts +54 -0
- package/dist/password-input/types.d.ts +54 -0
- package/dist/pin-input/PinInput.cjs +1 -0
- package/dist/pin-input/PinInput.d.cts +37 -0
- package/dist/pin-input/PinInput.d.ts +37 -0
- package/dist/pin-input/PinInput.js +1 -0
- package/dist/pin-input/PinInputField.d.cts +25 -0
- package/dist/pin-input/PinInputField.d.ts +25 -0
- package/dist/pin-input/index.d.cts +3 -0
- package/dist/pin-input/index.d.ts +3 -0
- package/dist/pin-input/types.d.cts +111 -0
- package/dist/pin-input/types.d.ts +111 -0
- package/dist/popover/Popover.cjs +1 -0
- package/dist/popover/Popover.d.cts +52 -0
- package/dist/popover/Popover.d.ts +52 -0
- package/dist/popover/Popover.js +1 -0
- package/dist/popover/PopoverClose.d.cts +14 -0
- package/dist/popover/PopoverClose.d.ts +14 -0
- package/dist/popover/PopoverContent.d.cts +34 -0
- package/dist/popover/PopoverContent.d.ts +34 -0
- package/dist/popover/PopoverPortal.d.cts +20 -0
- package/dist/popover/PopoverPortal.d.ts +20 -0
- package/dist/popover/PopoverTrigger.d.cts +18 -0
- package/dist/popover/PopoverTrigger.d.ts +18 -0
- package/dist/popover/index.d.cts +6 -0
- package/dist/popover/index.d.ts +6 -0
- package/dist/popover/types.d.cts +112 -0
- package/dist/popover/types.d.ts +112 -0
- package/dist/progress/Progress.cjs +1 -0
- package/dist/progress/Progress.d.cts +25 -0
- package/dist/progress/Progress.d.ts +25 -0
- package/dist/progress/Progress.js +1 -0
- package/dist/progress/ProgressCircle.d.cts +53 -0
- package/dist/progress/ProgressCircle.d.ts +53 -0
- package/dist/progress/ProgressCircleIndicator.d.cts +29 -0
- package/dist/progress/ProgressCircleIndicator.d.ts +29 -0
- package/dist/progress/ProgressIndicator.d.cts +16 -0
- package/dist/progress/ProgressIndicator.d.ts +16 -0
- package/dist/progress/index.d.cts +5 -0
- package/dist/progress/index.d.ts +5 -0
- package/dist/progress/types.d.cts +54 -0
- package/dist/progress/types.d.ts +54 -0
- package/dist/qr-code/QrCode.cjs +1 -0
- package/dist/qr-code/QrCode.d.cts +41 -0
- package/dist/qr-code/QrCode.d.ts +41 -0
- package/dist/qr-code/QrCode.js +1 -0
- package/dist/qr-code/QrCodeFrame.d.cts +25 -0
- package/dist/qr-code/QrCodeFrame.d.ts +25 -0
- package/dist/qr-code/QrCodeOverlay.d.cts +32 -0
- package/dist/qr-code/QrCodeOverlay.d.ts +32 -0
- package/dist/qr-code/QrCodePattern.d.cts +22 -0
- package/dist/qr-code/QrCodePattern.d.ts +22 -0
- package/dist/qr-code/encoder.d.cts +73 -0
- package/dist/qr-code/encoder.d.ts +73 -0
- package/dist/qr-code/index.d.cts +5 -0
- package/dist/qr-code/index.d.ts +5 -0
- package/dist/qr-code/types.d.cts +92 -0
- package/dist/qr-code/types.d.ts +92 -0
- package/dist/radio-card/RadioCard.cjs +1 -0
- package/dist/radio-card/RadioCard.d.cts +42 -0
- package/dist/radio-card/RadioCard.d.ts +42 -0
- package/dist/radio-card/RadioCard.js +1 -0
- package/dist/radio-card/RadioCardControl.d.cts +28 -0
- package/dist/radio-card/RadioCardControl.d.ts +28 -0
- package/dist/radio-card/RadioCardDescription.d.cts +21 -0
- package/dist/radio-card/RadioCardDescription.d.ts +21 -0
- package/dist/radio-card/RadioCardIndicator.d.cts +22 -0
- package/dist/radio-card/RadioCardIndicator.d.ts +22 -0
- package/dist/radio-card/RadioCardLabel.d.cts +21 -0
- package/dist/radio-card/RadioCardLabel.d.ts +21 -0
- package/dist/radio-card/index.d.cts +6 -0
- package/dist/radio-card/index.d.ts +6 -0
- package/dist/radio-card/types.d.cts +43 -0
- package/dist/radio-card/types.d.ts +43 -0
- package/dist/radio-group/RadioGroup.cjs +1 -0
- package/dist/radio-group/RadioGroup.d.cts +32 -0
- package/dist/radio-group/RadioGroup.d.ts +32 -0
- package/dist/radio-group/RadioGroup.js +1 -0
- package/dist/radio-group/RadioGroupIndicator.d.cts +15 -0
- package/dist/radio-group/RadioGroupIndicator.d.ts +15 -0
- package/dist/radio-group/RadioGroupItem.d.cts +31 -0
- package/dist/radio-group/RadioGroupItem.d.ts +31 -0
- package/dist/radio-group/index.d.cts +4 -0
- package/dist/radio-group/index.d.ts +4 -0
- package/dist/radio-group/types.d.cts +81 -0
- package/dist/radio-group/types.d.ts +81 -0
- package/dist/rating/Rating.cjs +1 -0
- package/dist/rating/Rating.d.cts +43 -0
- package/dist/rating/Rating.d.ts +43 -0
- package/dist/rating/Rating.js +1 -0
- package/dist/rating/RatingItem.d.cts +28 -0
- package/dist/rating/RatingItem.d.ts +28 -0
- package/dist/rating/index.d.cts +3 -0
- package/dist/rating/index.d.ts +3 -0
- package/dist/rating/types.d.cts +93 -0
- package/dist/rating/types.d.ts +93 -0
- package/dist/resizable/Resizable.cjs +1 -0
- package/dist/resizable/Resizable.d.cts +29 -0
- package/dist/resizable/Resizable.d.ts +29 -0
- package/dist/resizable/Resizable.js +1 -0
- package/dist/resizable/ResizableHandle.d.cts +21 -0
- package/dist/resizable/ResizableHandle.d.ts +21 -0
- package/dist/resizable/ResizablePanel.d.cts +19 -0
- package/dist/resizable/ResizablePanel.d.ts +19 -0
- package/dist/resizable/index.d.cts +4 -0
- package/dist/resizable/index.d.ts +4 -0
- package/dist/resizable/types.d.cts +72 -0
- package/dist/resizable/types.d.ts +72 -0
- package/dist/scroll-area/ScrollArea.cjs +1 -0
- package/dist/scroll-area/ScrollArea.d.cts +34 -0
- package/dist/scroll-area/ScrollArea.d.ts +34 -0
- package/dist/scroll-area/ScrollArea.js +1 -0
- package/dist/scroll-area/ScrollAreaCorner.d.cts +21 -0
- package/dist/scroll-area/ScrollAreaCorner.d.ts +21 -0
- package/dist/scroll-area/ScrollAreaScrollbar.d.cts +20 -0
- package/dist/scroll-area/ScrollAreaScrollbar.d.ts +20 -0
- package/dist/scroll-area/ScrollAreaThumb.d.cts +17 -0
- package/dist/scroll-area/ScrollAreaThumb.d.ts +17 -0
- package/dist/scroll-area/ScrollAreaViewport.d.cts +19 -0
- package/dist/scroll-area/ScrollAreaViewport.d.ts +19 -0
- package/dist/scroll-area/index.d.cts +6 -0
- package/dist/scroll-area/index.d.ts +6 -0
- package/dist/scroll-area/types.d.cts +79 -0
- package/dist/scroll-area/types.d.ts +79 -0
- package/dist/segmented-control/SegmentedControl.cjs +1 -0
- package/dist/segmented-control/SegmentedControl.d.cts +46 -0
- package/dist/segmented-control/SegmentedControl.d.ts +46 -0
- package/dist/segmented-control/SegmentedControl.js +1 -0
- package/dist/segmented-control/SegmentedControlIndicator.d.cts +47 -0
- package/dist/segmented-control/SegmentedControlIndicator.d.ts +47 -0
- package/dist/segmented-control/SegmentedControlItem.d.cts +21 -0
- package/dist/segmented-control/SegmentedControlItem.d.ts +21 -0
- package/dist/segmented-control/index.d.cts +4 -0
- package/dist/segmented-control/index.d.ts +4 -0
- package/dist/segmented-control/types.d.cts +73 -0
- package/dist/segmented-control/types.d.ts +73 -0
- package/dist/select/Select.cjs +1 -0
- package/dist/select/Select.d.cts +67 -0
- package/dist/select/Select.d.ts +67 -0
- package/dist/select/Select.js +1 -0
- package/dist/select/SelectContent.d.cts +30 -0
- package/dist/select/SelectContent.d.ts +30 -0
- package/dist/select/SelectGroup.d.cts +17 -0
- package/dist/select/SelectGroup.d.ts +17 -0
- package/dist/select/SelectIcon.d.cts +16 -0
- package/dist/select/SelectIcon.d.ts +16 -0
- package/dist/select/SelectItem.d.cts +28 -0
- package/dist/select/SelectItem.d.ts +28 -0
- package/dist/select/SelectItemIndicator.d.cts +16 -0
- package/dist/select/SelectItemIndicator.d.ts +16 -0
- package/dist/select/SelectItemText.d.cts +15 -0
- package/dist/select/SelectItemText.d.ts +15 -0
- package/dist/select/SelectLabel.d.cts +17 -0
- package/dist/select/SelectLabel.d.ts +17 -0
- package/dist/select/SelectPortal.d.cts +24 -0
- package/dist/select/SelectPortal.d.ts +24 -0
- package/dist/select/SelectSeparator.d.cts +16 -0
- package/dist/select/SelectSeparator.d.ts +16 -0
- package/dist/select/SelectTrigger.d.cts +27 -0
- package/dist/select/SelectTrigger.d.ts +27 -0
- package/dist/select/SelectValue.d.cts +24 -0
- package/dist/select/SelectValue.d.ts +24 -0
- package/dist/select/SelectViewport.d.cts +16 -0
- package/dist/select/SelectViewport.d.ts +16 -0
- package/dist/select/index.d.cts +14 -0
- package/dist/select/index.d.ts +14 -0
- package/dist/select/types.d.cts +258 -0
- package/dist/select/types.d.ts +258 -0
- package/dist/separator/Separator.cjs +1 -0
- package/dist/separator/Separator.d.cts +18 -0
- package/dist/separator/Separator.d.ts +18 -0
- package/dist/separator/Separator.js +1 -0
- package/dist/separator/index.d.cts +2 -0
- package/dist/separator/index.d.ts +2 -0
- package/dist/separator/types.d.cts +16 -0
- package/dist/separator/types.d.ts +16 -0
- package/dist/skeleton/Skeleton.cjs +1 -0
- package/dist/skeleton/Skeleton.d.cts +14 -0
- package/dist/skeleton/Skeleton.d.ts +14 -0
- package/dist/skeleton/Skeleton.js +1 -0
- package/dist/skeleton/index.d.cts +2 -0
- package/dist/skeleton/index.d.ts +2 -0
- package/dist/skeleton/types.d.cts +4 -0
- package/dist/skeleton/types.d.ts +4 -0
- package/dist/skip-link/SkipLink.cjs +1 -0
- package/dist/skip-link/SkipLink.d.cts +20 -0
- package/dist/skip-link/SkipLink.d.ts +20 -0
- package/dist/skip-link/SkipLink.js +1 -0
- package/dist/skip-link/index.d.cts +2 -0
- package/dist/skip-link/index.d.ts +2 -0
- package/dist/skip-link/types.d.cts +10 -0
- package/dist/skip-link/types.d.ts +10 -0
- package/dist/slider/Slider.cjs +1 -0
- package/dist/slider/Slider.d.cts +28 -0
- package/dist/slider/Slider.d.ts +28 -0
- package/dist/slider/Slider.js +1 -0
- package/dist/slider/SliderRange.d.cts +17 -0
- package/dist/slider/SliderRange.d.ts +17 -0
- package/dist/slider/SliderThumb.d.cts +25 -0
- package/dist/slider/SliderThumb.d.ts +25 -0
- package/dist/slider/SliderTrack.d.cts +18 -0
- package/dist/slider/SliderTrack.d.ts +18 -0
- package/dist/slider/index.d.cts +5 -0
- package/dist/slider/index.d.ts +5 -0
- package/dist/slider/types.d.cts +90 -0
- package/dist/slider/types.d.ts +90 -0
- package/dist/speed-dial/SpeedDial.cjs +1 -0
- package/dist/speed-dial/SpeedDial.d.cts +54 -0
- package/dist/speed-dial/SpeedDial.d.ts +54 -0
- package/dist/speed-dial/SpeedDial.js +1 -0
- package/dist/speed-dial/SpeedDialContent.d.cts +38 -0
- package/dist/speed-dial/SpeedDialContent.d.ts +38 -0
- package/dist/speed-dial/SpeedDialItem.d.cts +42 -0
- package/dist/speed-dial/SpeedDialItem.d.ts +42 -0
- package/dist/speed-dial/SpeedDialItemLabel.d.cts +43 -0
- package/dist/speed-dial/SpeedDialItemLabel.d.ts +43 -0
- package/dist/speed-dial/SpeedDialPortal.d.cts +24 -0
- package/dist/speed-dial/SpeedDialPortal.d.ts +24 -0
- package/dist/speed-dial/SpeedDialTrigger.d.cts +24 -0
- package/dist/speed-dial/SpeedDialTrigger.d.ts +24 -0
- package/dist/speed-dial/index.d.cts +7 -0
- package/dist/speed-dial/index.d.ts +7 -0
- package/dist/speed-dial/types.d.cts +168 -0
- package/dist/speed-dial/types.d.ts +168 -0
- package/dist/spinner/Spinner.cjs +1 -0
- package/dist/spinner/Spinner.d.cts +15 -0
- package/dist/spinner/Spinner.d.ts +15 -0
- package/dist/spinner/Spinner.js +1 -0
- package/dist/spinner/index.d.cts +2 -0
- package/dist/spinner/index.d.ts +2 -0
- package/dist/spinner/types.d.cts +9 -0
- package/dist/spinner/types.d.ts +9 -0
- package/dist/split-button/SplitButton.cjs +1 -0
- package/dist/split-button/SplitButton.d.cts +27 -0
- package/dist/split-button/SplitButton.d.ts +27 -0
- package/dist/split-button/SplitButton.js +1 -0
- package/dist/split-button/SplitButtonAction.d.cts +12 -0
- package/dist/split-button/SplitButtonAction.d.ts +12 -0
- package/dist/split-button/SplitButtonTrigger.d.cts +16 -0
- package/dist/split-button/SplitButtonTrigger.d.ts +16 -0
- package/dist/split-button/index.d.cts +4 -0
- package/dist/split-button/index.d.ts +4 -0
- package/dist/split-button/types.d.cts +10 -0
- package/dist/split-button/types.d.ts +10 -0
- package/dist/steps/Steps.cjs +1 -0
- package/dist/steps/Steps.d.cts +45 -0
- package/dist/steps/Steps.d.ts +45 -0
- package/dist/steps/Steps.js +1 -0
- package/dist/steps/StepsItem.d.cts +17 -0
- package/dist/steps/StepsItem.d.ts +17 -0
- package/dist/steps/StepsTrigger.d.cts +19 -0
- package/dist/steps/StepsTrigger.d.ts +19 -0
- package/dist/steps/index.d.cts +4 -0
- package/dist/steps/index.d.ts +4 -0
- package/dist/steps/types.d.cts +117 -0
- package/dist/steps/types.d.ts +117 -0
- package/dist/switch/Switch.cjs +1 -0
- package/dist/switch/Switch.d.cts +24 -0
- package/dist/switch/Switch.d.ts +24 -0
- package/dist/switch/Switch.js +1 -0
- package/dist/switch/SwitchThumb.d.cts +15 -0
- package/dist/switch/SwitchThumb.d.ts +15 -0
- package/dist/switch/index.d.cts +3 -0
- package/dist/switch/index.d.ts +3 -0
- package/dist/switch/types.d.cts +47 -0
- package/dist/switch/types.d.ts +47 -0
- package/dist/table/Table.cjs +1 -0
- package/dist/table/Table.d.cts +78 -0
- package/dist/table/Table.d.ts +78 -0
- package/dist/table/Table.js +1 -0
- package/dist/table/TableBody.d.cts +15 -0
- package/dist/table/TableBody.d.ts +15 -0
- package/dist/table/TableCaption.d.cts +11 -0
- package/dist/table/TableCaption.d.ts +11 -0
- package/dist/table/TableCell.d.cts +12 -0
- package/dist/table/TableCell.d.ts +12 -0
- package/dist/table/TableColumnHeaderSortTrigger.d.cts +29 -0
- package/dist/table/TableColumnHeaderSortTrigger.d.ts +29 -0
- package/dist/table/TableColumnResizeTrigger.d.cts +27 -0
- package/dist/table/TableColumnResizeTrigger.d.ts +27 -0
- package/dist/table/TableEmpty.d.cts +20 -0
- package/dist/table/TableEmpty.d.ts +20 -0
- package/dist/table/TableExpandTrigger.d.cts +25 -0
- package/dist/table/TableExpandTrigger.d.ts +25 -0
- package/dist/table/TableExpandedRow.d.cts +20 -0
- package/dist/table/TableExpandedRow.d.ts +20 -0
- package/dist/table/TableFooter.d.cts +16 -0
- package/dist/table/TableFooter.d.ts +16 -0
- package/dist/table/TableHeader.d.cts +15 -0
- package/dist/table/TableHeader.d.ts +15 -0
- package/dist/table/TableHeaderCell.d.cts +28 -0
- package/dist/table/TableHeaderCell.d.ts +28 -0
- package/dist/table/TableRow.d.cts +18 -0
- package/dist/table/TableRow.d.ts +18 -0
- package/dist/table/TableRowSelectCheckbox.d.cts +30 -0
- package/dist/table/TableRowSelectCheckbox.d.ts +30 -0
- package/dist/table/TableSelectAllCheckbox.d.cts +34 -0
- package/dist/table/TableSelectAllCheckbox.d.ts +34 -0
- package/dist/table/TableSortIndicator.d.cts +26 -0
- package/dist/table/TableSortIndicator.d.ts +26 -0
- package/dist/table/index.d.cts +17 -0
- package/dist/table/index.d.ts +17 -0
- package/dist/table/types.d.cts +355 -0
- package/dist/table/types.d.ts +355 -0
- package/dist/tabs/Tabs.cjs +1 -0
- package/dist/tabs/Tabs.d.cts +32 -0
- package/dist/tabs/Tabs.d.ts +32 -0
- package/dist/tabs/Tabs.js +1 -0
- package/dist/tabs/TabsContent.d.cts +16 -0
- package/dist/tabs/TabsContent.d.ts +16 -0
- package/dist/tabs/TabsList.d.cts +16 -0
- package/dist/tabs/TabsList.d.ts +16 -0
- package/dist/tabs/TabsTrigger.d.cts +13 -0
- package/dist/tabs/TabsTrigger.d.ts +13 -0
- package/dist/tabs/index.d.cts +5 -0
- package/dist/tabs/index.d.ts +5 -0
- package/dist/tabs/types.d.cts +73 -0
- package/dist/tabs/types.d.ts +73 -0
- package/dist/tag/Tag.cjs +1 -0
- package/dist/tag/Tag.d.cts +45 -0
- package/dist/tag/Tag.d.ts +45 -0
- package/dist/tag/Tag.js +1 -0
- package/dist/tag/TagDelete.d.cts +22 -0
- package/dist/tag/TagDelete.d.ts +22 -0
- package/dist/tag/index.d.cts +3 -0
- package/dist/tag/index.d.ts +3 -0
- package/dist/tag/types.d.cts +43 -0
- package/dist/tag/types.d.ts +43 -0
- package/dist/tag-group/TagGroup.cjs +1 -0
- package/dist/tag-group/TagGroup.d.cts +75 -0
- package/dist/tag-group/TagGroup.d.ts +75 -0
- package/dist/tag-group/TagGroup.js +1 -0
- package/dist/tag-group/index.d.cts +2 -0
- package/dist/tag-group/index.d.ts +2 -0
- package/dist/tag-group/types.d.cts +39 -0
- package/dist/tag-group/types.d.ts +39 -0
- package/dist/tags-input/TagsInput.cjs +1 -0
- package/dist/tags-input/TagsInput.d.cts +77 -0
- package/dist/tags-input/TagsInput.d.ts +77 -0
- package/dist/tags-input/TagsInput.js +1 -0
- package/dist/tags-input/TagsInputInput.d.cts +22 -0
- package/dist/tags-input/TagsInputInput.d.ts +22 -0
- package/dist/tags-input/TagsInputItem.d.cts +16 -0
- package/dist/tags-input/TagsInputItem.d.ts +16 -0
- package/dist/tags-input/TagsInputItemDelete.d.cts +21 -0
- package/dist/tags-input/TagsInputItemDelete.d.ts +21 -0
- package/dist/tags-input/index.d.cts +5 -0
- package/dist/tags-input/index.d.ts +5 -0
- package/dist/tags-input/types.d.cts +106 -0
- package/dist/tags-input/types.d.ts +106 -0
- package/dist/text-field/TextField.cjs +1 -0
- package/dist/text-field/TextField.d.cts +45 -0
- package/dist/text-field/TextField.d.ts +45 -0
- package/dist/text-field/TextField.js +1 -0
- package/dist/text-field/TextFieldClearButton.d.cts +19 -0
- package/dist/text-field/TextFieldClearButton.d.ts +19 -0
- package/dist/text-field/TextFieldInput.d.cts +20 -0
- package/dist/text-field/TextFieldInput.d.ts +20 -0
- package/dist/text-field/TextFieldSlot.d.cts +18 -0
- package/dist/text-field/TextFieldSlot.d.ts +18 -0
- package/dist/text-field/index.d.cts +5 -0
- package/dist/text-field/index.d.ts +5 -0
- package/dist/text-field/types.d.cts +84 -0
- package/dist/text-field/types.d.ts +84 -0
- package/dist/textarea/Textarea.cjs +1 -0
- package/dist/textarea/Textarea.d.cts +16 -0
- package/dist/textarea/Textarea.d.ts +16 -0
- package/dist/textarea/Textarea.js +1 -0
- package/dist/textarea/index.d.cts +2 -0
- package/dist/textarea/index.d.ts +2 -0
- package/dist/textarea/types.d.cts +25 -0
- package/dist/textarea/types.d.ts +25 -0
- package/dist/time-field/TimeField.cjs +1 -0
- package/dist/time-field/TimeField.d.cts +24 -0
- package/dist/time-field/TimeField.d.ts +24 -0
- package/dist/time-field/TimeField.js +1 -0
- package/dist/time-field/index.d.cts +2 -0
- package/dist/time-field/index.d.ts +2 -0
- package/dist/time-field/types.d.cts +84 -0
- package/dist/time-field/types.d.ts +84 -0
- package/dist/timeline/Timeline.cjs +1 -0
- package/dist/timeline/Timeline.d.cts +23 -0
- package/dist/timeline/Timeline.d.ts +23 -0
- package/dist/timeline/Timeline.js +1 -0
- package/dist/timeline/TimelineContent.d.cts +12 -0
- package/dist/timeline/TimelineContent.d.ts +12 -0
- package/dist/timeline/TimelineIndicator.d.cts +11 -0
- package/dist/timeline/TimelineIndicator.d.ts +11 -0
- package/dist/timeline/TimelineItem.d.cts +15 -0
- package/dist/timeline/TimelineItem.d.ts +15 -0
- package/dist/timeline/TimelineSeparator.d.cts +17 -0
- package/dist/timeline/TimelineSeparator.d.ts +17 -0
- package/dist/timeline/index.d.cts +6 -0
- package/dist/timeline/index.d.ts +6 -0
- package/dist/timeline/types.d.cts +22 -0
- package/dist/timeline/types.d.ts +22 -0
- package/dist/toast/Toast.cjs +1 -0
- package/dist/toast/Toast.d.cts +36 -0
- package/dist/toast/Toast.d.ts +36 -0
- package/dist/toast/Toast.js +1 -0
- package/dist/toast/ToastAction.d.cts +14 -0
- package/dist/toast/ToastAction.d.ts +14 -0
- package/dist/toast/ToastClose.d.cts +12 -0
- package/dist/toast/ToastClose.d.ts +12 -0
- package/dist/toast/ToastDescription.d.cts +11 -0
- package/dist/toast/ToastDescription.d.ts +11 -0
- package/dist/toast/ToastProvider.d.cts +27 -0
- package/dist/toast/ToastProvider.d.ts +27 -0
- package/dist/toast/ToastTitle.d.cts +11 -0
- package/dist/toast/ToastTitle.d.ts +11 -0
- package/dist/toast/ToastViewport.d.cts +19 -0
- package/dist/toast/ToastViewport.d.ts +19 -0
- package/dist/toast/Toaster.d.cts +53 -0
- package/dist/toast/Toaster.d.ts +53 -0
- package/dist/toast/index.d.cts +10 -0
- package/dist/toast/index.d.ts +10 -0
- package/dist/toast/region-focus.d.cts +13 -0
- package/dist/toast/region-focus.d.ts +13 -0
- package/dist/toast/types.d.cts +189 -0
- package/dist/toast/types.d.ts +189 -0
- package/dist/toggle/Toggle.cjs +1 -0
- package/dist/toggle/Toggle.d.cts +16 -0
- package/dist/toggle/Toggle.d.ts +16 -0
- package/dist/toggle/Toggle.js +1 -0
- package/dist/toggle/index.d.cts +2 -0
- package/dist/toggle/index.d.ts +2 -0
- package/dist/toggle/types.d.cts +19 -0
- package/dist/toggle/types.d.ts +19 -0
- package/dist/toggle-group/ToggleGroup.cjs +1 -0
- package/dist/toggle-group/ToggleGroup.d.cts +27 -0
- package/dist/toggle-group/ToggleGroup.d.ts +27 -0
- package/dist/toggle-group/ToggleGroup.js +1 -0
- package/dist/toggle-group/ToggleGroupItem.d.cts +18 -0
- package/dist/toggle-group/ToggleGroupItem.d.ts +18 -0
- package/dist/toggle-group/index.d.cts +3 -0
- package/dist/toggle-group/index.d.ts +3 -0
- package/dist/toggle-group/types.d.cts +65 -0
- package/dist/toggle-group/types.d.ts +65 -0
- package/dist/toolbar/Toolbar.cjs +1 -0
- package/dist/toolbar/Toolbar.d.cts +35 -0
- package/dist/toolbar/Toolbar.d.ts +35 -0
- package/dist/toolbar/Toolbar.js +1 -0
- package/dist/toolbar/ToolbarButton.d.cts +14 -0
- package/dist/toolbar/ToolbarButton.d.ts +14 -0
- package/dist/toolbar/ToolbarLink.d.cts +14 -0
- package/dist/toolbar/ToolbarLink.d.ts +14 -0
- package/dist/toolbar/ToolbarSeparator.d.cts +16 -0
- package/dist/toolbar/ToolbarSeparator.d.ts +16 -0
- package/dist/toolbar/ToolbarToggleGroup.d.cts +25 -0
- package/dist/toolbar/ToolbarToggleGroup.d.ts +25 -0
- package/dist/toolbar/ToolbarToggleItem.d.cts +17 -0
- package/dist/toolbar/ToolbarToggleItem.d.ts +17 -0
- package/dist/toolbar/index.d.cts +7 -0
- package/dist/toolbar/index.d.ts +7 -0
- package/dist/toolbar/types.d.cts +80 -0
- package/dist/toolbar/types.d.ts +80 -0
- package/dist/tooltip/Tooltip.cjs +1 -0
- package/dist/tooltip/Tooltip.d.cts +57 -0
- package/dist/tooltip/Tooltip.d.ts +57 -0
- package/dist/tooltip/Tooltip.js +1 -0
- package/dist/tooltip/TooltipContent.d.cts +27 -0
- package/dist/tooltip/TooltipContent.d.ts +27 -0
- package/dist/tooltip/TooltipPortal.d.cts +20 -0
- package/dist/tooltip/TooltipPortal.d.ts +20 -0
- package/dist/tooltip/TooltipProvider.d.cts +35 -0
- package/dist/tooltip/TooltipProvider.d.ts +35 -0
- package/dist/tooltip/TooltipTrigger.d.cts +21 -0
- package/dist/tooltip/TooltipTrigger.d.ts +21 -0
- package/dist/tooltip/index.d.cts +6 -0
- package/dist/tooltip/index.d.ts +6 -0
- package/dist/tooltip/types.d.cts +129 -0
- package/dist/tooltip/types.d.ts +129 -0
- package/dist/tour/Tour.cjs +1 -0
- package/dist/tour/Tour.d.cts +58 -0
- package/dist/tour/Tour.d.ts +58 -0
- package/dist/tour/Tour.js +1 -0
- package/dist/tour/TourArrow.d.cts +20 -0
- package/dist/tour/TourArrow.d.ts +20 -0
- package/dist/tour/TourBackdrop.d.cts +33 -0
- package/dist/tour/TourBackdrop.d.ts +33 -0
- package/dist/tour/TourCloseTrigger.d.cts +16 -0
- package/dist/tour/TourCloseTrigger.d.ts +16 -0
- package/dist/tour/TourContent.d.cts +46 -0
- package/dist/tour/TourContent.d.ts +46 -0
- package/dist/tour/TourDescription.d.cts +15 -0
- package/dist/tour/TourDescription.d.ts +15 -0
- package/dist/tour/TourNextTrigger.d.cts +14 -0
- package/dist/tour/TourNextTrigger.d.ts +14 -0
- package/dist/tour/TourPortal.d.cts +24 -0
- package/dist/tour/TourPortal.d.ts +24 -0
- package/dist/tour/TourPrevTrigger.d.cts +14 -0
- package/dist/tour/TourPrevTrigger.d.ts +14 -0
- package/dist/tour/TourProgressText.d.cts +17 -0
- package/dist/tour/TourProgressText.d.ts +17 -0
- package/dist/tour/TourSkipTrigger.d.cts +14 -0
- package/dist/tour/TourSkipTrigger.d.ts +14 -0
- package/dist/tour/TourSpotlight.d.cts +24 -0
- package/dist/tour/TourSpotlight.d.ts +24 -0
- package/dist/tour/TourTitle.d.cts +18 -0
- package/dist/tour/TourTitle.d.ts +18 -0
- package/dist/tour/TourTrigger.d.cts +20 -0
- package/dist/tour/TourTrigger.d.ts +20 -0
- package/dist/tour/index.d.cts +15 -0
- package/dist/tour/index.d.ts +15 -0
- package/dist/tour/types.d.cts +261 -0
- package/dist/tour/types.d.ts +261 -0
- package/dist/transfer/Transfer.cjs +1 -0
- package/dist/transfer/Transfer.d.cts +92 -0
- package/dist/transfer/Transfer.d.ts +92 -0
- package/dist/transfer/Transfer.js +1 -0
- package/dist/transfer/TransferControls.d.cts +19 -0
- package/dist/transfer/TransferControls.d.ts +19 -0
- package/dist/transfer/TransferEmpty.d.cts +22 -0
- package/dist/transfer/TransferEmpty.d.ts +22 -0
- package/dist/transfer/TransferItem.d.cts +20 -0
- package/dist/transfer/TransferItem.d.ts +20 -0
- package/dist/transfer/TransferList.d.cts +29 -0
- package/dist/transfer/TransferList.d.ts +29 -0
- package/dist/transfer/TransferListHeader.d.cts +23 -0
- package/dist/transfer/TransferListHeader.d.ts +23 -0
- package/dist/transfer/TransferListSearch.d.cts +24 -0
- package/dist/transfer/TransferListSearch.d.ts +24 -0
- package/dist/transfer/TransferMoveAllTrigger.d.cts +19 -0
- package/dist/transfer/TransferMoveAllTrigger.d.ts +19 -0
- package/dist/transfer/TransferMoveTrigger.d.cts +26 -0
- package/dist/transfer/TransferMoveTrigger.d.ts +26 -0
- package/dist/transfer/index.d.cts +10 -0
- package/dist/transfer/index.d.ts +10 -0
- package/dist/transfer/types.d.cts +204 -0
- package/dist/transfer/types.d.ts +204 -0
- package/dist/tree/Tree.cjs +1 -0
- package/dist/tree/Tree.d.cts +54 -0
- package/dist/tree/Tree.d.ts +54 -0
- package/dist/tree/Tree.js +1 -0
- package/dist/tree/TreeGroup.d.cts +19 -0
- package/dist/tree/TreeGroup.d.ts +19 -0
- package/dist/tree/TreeItem.d.cts +36 -0
- package/dist/tree/TreeItem.d.ts +36 -0
- package/dist/tree/TreeItemIndicator.d.cts +18 -0
- package/dist/tree/TreeItemIndicator.d.ts +18 -0
- package/dist/tree/index.d.cts +5 -0
- package/dist/tree/index.d.ts +5 -0
- package/dist/tree/types.d.cts +152 -0
- package/dist/tree/types.d.ts +152 -0
- package/dist/tree-select/TreeSelect.cjs +1 -0
- package/dist/tree-select/TreeSelect.d.cts +60 -0
- package/dist/tree-select/TreeSelect.d.ts +60 -0
- package/dist/tree-select/TreeSelect.js +1 -0
- package/dist/tree-select/TreeSelectContent.d.cts +34 -0
- package/dist/tree-select/TreeSelectContent.d.ts +34 -0
- package/dist/tree-select/TreeSelectEmpty.d.cts +18 -0
- package/dist/tree-select/TreeSelectEmpty.d.ts +18 -0
- package/dist/tree-select/TreeSelectInput.d.cts +26 -0
- package/dist/tree-select/TreeSelectInput.d.ts +26 -0
- package/dist/tree-select/TreeSelectItem.d.cts +40 -0
- package/dist/tree-select/TreeSelectItem.d.ts +40 -0
- package/dist/tree-select/TreeSelectItemIndicator.d.cts +23 -0
- package/dist/tree-select/TreeSelectItemIndicator.d.ts +23 -0
- package/dist/tree-select/TreeSelectPortal.d.cts +20 -0
- package/dist/tree-select/TreeSelectPortal.d.ts +20 -0
- package/dist/tree-select/TreeSelectTree.d.cts +34 -0
- package/dist/tree-select/TreeSelectTree.d.ts +34 -0
- package/dist/tree-select/TreeSelectTrigger.d.cts +26 -0
- package/dist/tree-select/TreeSelectTrigger.d.ts +26 -0
- package/dist/tree-select/TreeSelectValue.d.cts +24 -0
- package/dist/tree-select/TreeSelectValue.d.ts +24 -0
- package/dist/tree-select/collection.d.cts +87 -0
- package/dist/tree-select/collection.d.ts +87 -0
- package/dist/tree-select/index.d.cts +11 -0
- package/dist/tree-select/index.d.ts +11 -0
- package/dist/tree-select/types.d.cts +360 -0
- package/dist/tree-select/types.d.ts +360 -0
- package/dist/utils/clamp.cjs +1 -0
- package/dist/utils/clamp.d.cts +1 -0
- package/dist/utils/clamp.d.ts +1 -0
- package/dist/utils/clamp.js +1 -0
- package/dist/utils/color.cjs +1 -0
- package/dist/utils/color.d.cts +145 -0
- package/dist/utils/color.d.ts +145 -0
- package/dist/utils/color.js +1 -0
- package/dist/utils/composeRefs.cjs +1 -0
- package/dist/utils/composeRefs.d.cts +33 -0
- package/dist/utils/composeRefs.d.ts +33 -0
- package/dist/utils/composeRefs.js +1 -0
- package/dist/utils/createContext.cjs +1 -0
- package/dist/utils/createContext.d.cts +29 -0
- package/dist/utils/createContext.d.ts +29 -0
- package/dist/utils/createContext.js +1 -0
- package/dist/utils/dateSegments.cjs +1 -0
- package/dist/utils/dateSegments.d.cts +163 -0
- package/dist/utils/dateSegments.d.ts +163 -0
- package/dist/utils/dateSegments.js +1 -0
- package/dist/utils/direction.cjs +1 -0
- package/dist/utils/direction.d.cts +82 -0
- package/dist/utils/direction.d.ts +82 -0
- package/dist/utils/direction.js +1 -0
- package/dist/utils/formControl.cjs +1 -0
- package/dist/utils/formControl.d.cts +66 -0
- package/dist/utils/formControl.d.ts +66 -0
- package/dist/utils/formControl.js +1 -0
- package/dist/utils/hiddenInput.cjs +1 -0
- package/dist/utils/hiddenInput.d.cts +18 -0
- package/dist/utils/hiddenInput.d.ts +18 -0
- package/dist/utils/hiddenInput.js +1 -0
- package/dist/utils/liveAnnouncer.cjs +1 -0
- package/dist/utils/liveAnnouncer.d.cts +77 -0
- package/dist/utils/liveAnnouncer.d.ts +77 -0
- package/dist/utils/liveAnnouncer.js +1 -0
- package/dist/utils/menuSub.cjs +1 -0
- package/dist/utils/menuSub.d.cts +120 -0
- package/dist/utils/menuSub.d.ts +120 -0
- package/dist/utils/menuSub.js +1 -0
- package/dist/utils/numberFormat.cjs +1 -0
- package/dist/utils/numberFormat.d.cts +19 -0
- package/dist/utils/numberFormat.d.ts +19 -0
- package/dist/utils/numberFormat.js +1 -0
- package/dist/utils/part.cjs +1 -0
- package/dist/utils/part.d.cts +97 -0
- package/dist/utils/part.d.ts +97 -0
- package/dist/utils/part.js +1 -0
- package/dist/utils/popper.cjs +1 -0
- package/dist/utils/popper.d.cts +116 -0
- package/dist/utils/popper.d.ts +116 -0
- package/dist/utils/popper.js +1 -0
- package/dist/utils/portal.cjs +1 -0
- package/dist/utils/portal.d.cts +24 -0
- package/dist/utils/portal.d.ts +24 -0
- package/dist/utils/portal.js +1 -0
- package/dist/utils/presence.cjs +1 -0
- package/dist/utils/presence.d.cts +49 -0
- package/dist/utils/presence.d.ts +49 -0
- package/dist/utils/presence.js +1 -0
- package/dist/utils/primitive.cjs +1 -0
- package/dist/utils/primitive.d.cts +55 -0
- package/dist/utils/primitive.d.ts +55 -0
- package/dist/utils/primitive.js +1 -0
- package/dist/utils/segmentedField.cjs +1 -0
- package/dist/utils/segmentedField.d.cts +108 -0
- package/dist/utils/segmentedField.d.ts +108 -0
- package/dist/utils/segmentedField.js +1 -0
- package/dist/utils/slot.cjs +1 -0
- package/dist/utils/slot.d.cts +28 -0
- package/dist/utils/slot.d.ts +28 -0
- package/dist/utils/slot.js +1 -0
- package/dist/utils/useBodyScrollLock.cjs +1 -0
- package/dist/utils/useBodyScrollLock.d.cts +2 -0
- package/dist/utils/useBodyScrollLock.d.ts +2 -0
- package/dist/utils/useBodyScrollLock.js +1 -0
- package/dist/utils/useCallbackRef.cjs +1 -0
- package/dist/utils/useCallbackRef.d.cts +15 -0
- package/dist/utils/useCallbackRef.d.ts +15 -0
- package/dist/utils/useCallbackRef.js +1 -0
- package/dist/utils/useControllableState.cjs +1 -0
- package/dist/utils/useControllableState.d.cts +32 -0
- package/dist/utils/useControllableState.d.ts +32 -0
- package/dist/utils/useControllableState.js +1 -0
- package/dist/utils/useDismiss.cjs +1 -0
- package/dist/utils/useDismiss.d.cts +47 -0
- package/dist/utils/useDismiss.d.ts +47 -0
- package/dist/utils/useDismiss.js +1 -0
- package/dist/utils/useFocusTrap.cjs +1 -0
- package/dist/utils/useFocusTrap.d.cts +25 -0
- package/dist/utils/useFocusTrap.d.ts +25 -0
- package/dist/utils/useFocusTrap.js +1 -0
- package/dist/utils/useMenuItem.cjs +1 -0
- package/dist/utils/useMenuItem.d.cts +27 -0
- package/dist/utils/useMenuItem.d.ts +27 -0
- package/dist/utils/useMenuItem.js +1 -0
- package/dist/utils/useOpenChangeComplete.cjs +1 -0
- package/dist/utils/useOpenChangeComplete.d.cts +24 -0
- package/dist/utils/useOpenChangeComplete.d.ts +24 -0
- package/dist/utils/useOpenChangeComplete.js +1 -0
- package/dist/utils/useOptionCollection.cjs +1 -0
- package/dist/utils/useOptionCollection.d.cts +90 -0
- package/dist/utils/useOptionCollection.d.ts +90 -0
- package/dist/utils/useOptionCollection.js +1 -0
- package/dist/utils/usePointerAngle.cjs +1 -0
- package/dist/utils/usePointerAngle.d.cts +78 -0
- package/dist/utils/usePointerAngle.d.ts +78 -0
- package/dist/utils/usePointerAngle.js +1 -0
- package/dist/utils/useRovingFocus.cjs +1 -0
- package/dist/utils/useRovingFocus.d.cts +83 -0
- package/dist/utils/useRovingFocus.d.ts +83 -0
- package/dist/utils/useRovingFocus.js +1 -0
- package/dist/utils/useSelection.cjs +1 -0
- package/dist/utils/useSelection.d.cts +60 -0
- package/dist/utils/useSelection.d.ts +60 -0
- package/dist/utils/useSelection.js +1 -0
- package/dist/utils/useTypeahead.cjs +1 -0
- package/dist/utils/useTypeahead.d.cts +18 -0
- package/dist/utils/useTypeahead.d.ts +18 -0
- package/dist/utils/useTypeahead.js +1 -0
- package/dist/utils/visuallyHidden.cjs +1 -0
- package/dist/utils/visuallyHidden.d.cts +16 -0
- package/dist/utils/visuallyHidden.d.ts +16 -0
- package/dist/utils/visuallyHidden.js +1 -0
- package/package.json +918 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PaginationLinkProps } from './types.js';
|
|
3
|
+
/**
|
|
4
|
+
* A page button: renders a `<button type="button">` marked with
|
|
5
|
+
* `data-skdx-pagination-item` (so the root's roving focus can find it),
|
|
6
|
+
* `aria-current="page"` and `data-state="active"` when `isActive`, and
|
|
7
|
+
* `data-disabled` when disabled. Clicking it calls the root's
|
|
8
|
+
* `onPageChange` with its `page`. Defaults its label to `page` if no
|
|
9
|
+
* children are given.
|
|
10
|
+
*
|
|
11
|
+
* @example
|
|
12
|
+
* ```tsx
|
|
13
|
+
* <PaginationLink page={3} isActive>3</PaginationLink>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare const PaginationLink: React.ForwardRefExoticComponent<Omit<PaginationLinkProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PaginationListProps } from './types.cjs';
|
|
3
|
+
/**
|
|
4
|
+
* The `<ul>` holding the page entries. Wrapping each {@link PaginationItem} in
|
|
5
|
+
* it exposes the pages to assistive technology as a list with a known length.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <PaginationList>
|
|
10
|
+
* <PaginationItem>
|
|
11
|
+
* <PaginationLink page={1}>1</PaginationLink>
|
|
12
|
+
* </PaginationItem>
|
|
13
|
+
* </PaginationList>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare const PaginationList: React.ForwardRefExoticComponent<Omit<PaginationListProps, "ref"> & React.RefAttributes<HTMLUListElement>>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PaginationListProps } from './types.js';
|
|
3
|
+
/**
|
|
4
|
+
* The `<ul>` holding the page entries. Wrapping each {@link PaginationItem} in
|
|
5
|
+
* it exposes the pages to assistive technology as a list with a known length.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <PaginationList>
|
|
10
|
+
* <PaginationItem>
|
|
11
|
+
* <PaginationLink page={1}>1</PaginationLink>
|
|
12
|
+
* </PaginationItem>
|
|
13
|
+
* </PaginationList>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare const PaginationList: React.ForwardRefExoticComponent<Omit<PaginationListProps, "ref"> & React.RefAttributes<HTMLUListElement>>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PaginationNextProps } from './types.cjs';
|
|
3
|
+
/**
|
|
4
|
+
* A {@link PaginationLink} preconfigured for `page + 1`, labelled
|
|
5
|
+
* `"Go to next page"` and automatically disabled on the last page.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <PaginationItem>
|
|
10
|
+
* <PaginationNext />
|
|
11
|
+
* </PaginationItem>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare const PaginationNext: React.ForwardRefExoticComponent<Omit<PaginationNextProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PaginationNextProps } from './types.js';
|
|
3
|
+
/**
|
|
4
|
+
* A {@link PaginationLink} preconfigured for `page + 1`, labelled
|
|
5
|
+
* `"Go to next page"` and automatically disabled on the last page.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <PaginationItem>
|
|
10
|
+
* <PaginationNext />
|
|
11
|
+
* </PaginationItem>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare const PaginationNext: React.ForwardRefExoticComponent<Omit<PaginationNextProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PaginationPreviousProps } from './types.cjs';
|
|
3
|
+
/**
|
|
4
|
+
* A {@link PaginationLink} preconfigured for `page - 1`, labelled
|
|
5
|
+
* `"Go to previous page"` and automatically disabled on the first page.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <PaginationItem>
|
|
10
|
+
* <PaginationPrevious />
|
|
11
|
+
* </PaginationItem>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare const PaginationPrevious: React.ForwardRefExoticComponent<Omit<PaginationPreviousProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PaginationPreviousProps } from './types.js';
|
|
3
|
+
/**
|
|
4
|
+
* A {@link PaginationLink} preconfigured for `page - 1`, labelled
|
|
5
|
+
* `"Go to previous page"` and automatically disabled on the first page.
|
|
6
|
+
*
|
|
7
|
+
* @example
|
|
8
|
+
* ```tsx
|
|
9
|
+
* <PaginationItem>
|
|
10
|
+
* <PaginationPrevious />
|
|
11
|
+
* </PaginationItem>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare const PaginationPrevious: React.ForwardRefExoticComponent<Omit<PaginationPreviousProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './Pagination.cjs';
|
|
2
|
+
export { PaginationList } from './PaginationList.cjs';
|
|
3
|
+
export { PaginationItem } from './PaginationItem.cjs';
|
|
4
|
+
export { PaginationLink } from './PaginationLink.cjs';
|
|
5
|
+
export { PaginationPrevious } from './PaginationPrevious.cjs';
|
|
6
|
+
export { PaginationNext } from './PaginationNext.cjs';
|
|
7
|
+
export { PaginationFirst } from './PaginationFirst.cjs';
|
|
8
|
+
export { PaginationLast } from './PaginationLast.cjs';
|
|
9
|
+
export { PaginationEllipsis } from './PaginationEllipsis.cjs';
|
|
10
|
+
export type { PaginationProps, PaginationListProps, PaginationItemProps, PaginationLinkProps, PaginationPreviousProps, PaginationNextProps, PaginationFirstProps, PaginationLastProps, PaginationEllipsisProps, } from './types.cjs';
|
|
11
|
+
export { getPaginationRange, type PaginationPage, type PaginationRangeOptions } from './pages.cjs';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export * from './Pagination.js';
|
|
2
|
+
export { PaginationList } from './PaginationList.js';
|
|
3
|
+
export { PaginationItem } from './PaginationItem.js';
|
|
4
|
+
export { PaginationLink } from './PaginationLink.js';
|
|
5
|
+
export { PaginationPrevious } from './PaginationPrevious.js';
|
|
6
|
+
export { PaginationNext } from './PaginationNext.js';
|
|
7
|
+
export { PaginationFirst } from './PaginationFirst.js';
|
|
8
|
+
export { PaginationLast } from './PaginationLast.js';
|
|
9
|
+
export { PaginationEllipsis } from './PaginationEllipsis.js';
|
|
10
|
+
export type { PaginationProps, PaginationListProps, PaginationItemProps, PaginationLinkProps, PaginationPreviousProps, PaginationNextProps, PaginationFirstProps, PaginationLastProps, PaginationEllipsisProps, } from './types.js';
|
|
11
|
+
export { getPaginationRange, type PaginationPage, type PaginationRangeOptions } from './pages.js';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The framework-free page-range model behind Pagination. Copied verbatim into
|
|
3
|
+
* every framework package (this file has no imports for exactly that reason),
|
|
4
|
+
* so `siblingCount`/`boundaryCount` mean the same thing everywhere and the
|
|
5
|
+
* shared `paginationRangeCases` fixture can be run against all five.
|
|
6
|
+
*/
|
|
7
|
+
/** One slot in a rendered pagination strip: a page number, or a collapsed run. */
|
|
8
|
+
export type PaginationPage = number | 'ellipsis';
|
|
9
|
+
/** Inputs to {@link getPaginationRange}. */
|
|
10
|
+
export interface PaginationRangeOptions {
|
|
11
|
+
/** Current page, 1-based. */
|
|
12
|
+
page: number;
|
|
13
|
+
/** Total number of pages. */
|
|
14
|
+
pageCount: number;
|
|
15
|
+
/**
|
|
16
|
+
* Pages shown either side of the current one.
|
|
17
|
+
* @default 1
|
|
18
|
+
*/
|
|
19
|
+
siblingCount?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Pages always shown at each end, however far away the current page is.
|
|
22
|
+
* @default 1
|
|
23
|
+
*/
|
|
24
|
+
boundaryCount?: number;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* The pages to render for `page` of `pageCount`, with `'ellipsis'` standing in
|
|
28
|
+
* for each collapsed run — the model a Pagination needs to render a fixed-width
|
|
29
|
+
* strip instead of every page number.
|
|
30
|
+
*
|
|
31
|
+
* A gap of exactly one page is filled with that page rather than an ellipsis,
|
|
32
|
+
* because an ellipsis hiding a single number is both wider and less useful than
|
|
33
|
+
* the number itself.
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* ```ts
|
|
37
|
+
* getPaginationRange({ page: 6, pageCount: 20 });
|
|
38
|
+
* // [1, 'ellipsis', 5, 6, 7, 'ellipsis', 20]
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
export declare function getPaginationRange({ page, pageCount, siblingCount, boundaryCount, }: PaginationRangeOptions): PaginationPage[];
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The framework-free page-range model behind Pagination. Copied verbatim into
|
|
3
|
+
* every framework package (this file has no imports for exactly that reason),
|
|
4
|
+
* so `siblingCount`/`boundaryCount` mean the same thing everywhere and the
|
|
5
|
+
* shared `paginationRangeCases` fixture can be run against all five.
|
|
6
|
+
*/
|
|
7
|
+
/** One slot in a rendered pagination strip: a page number, or a collapsed run. */
|
|
8
|
+
export type PaginationPage = number | 'ellipsis';
|
|
9
|
+
/** Inputs to {@link getPaginationRange}. */
|
|
10
|
+
export interface PaginationRangeOptions {
|
|
11
|
+
/** Current page, 1-based. */
|
|
12
|
+
page: number;
|
|
13
|
+
/** Total number of pages. */
|
|
14
|
+
pageCount: number;
|
|
15
|
+
/**
|
|
16
|
+
* Pages shown either side of the current one.
|
|
17
|
+
* @default 1
|
|
18
|
+
*/
|
|
19
|
+
siblingCount?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Pages always shown at each end, however far away the current page is.
|
|
22
|
+
* @default 1
|
|
23
|
+
*/
|
|
24
|
+
boundaryCount?: number;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* The pages to render for `page` of `pageCount`, with `'ellipsis'` standing in
|
|
28
|
+
* for each collapsed run — the model a Pagination needs to render a fixed-width
|
|
29
|
+
* strip instead of every page number.
|
|
30
|
+
*
|
|
31
|
+
* A gap of exactly one page is filled with that page rather than an ellipsis,
|
|
32
|
+
* because an ellipsis hiding a single number is both wider and less useful than
|
|
33
|
+
* the number itself.
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* ```ts
|
|
37
|
+
* getPaginationRange({ page: 6, pageCount: 20 });
|
|
38
|
+
* // [1, 'ellipsis', 5, 6, 7, 'ellipsis', 20]
|
|
39
|
+
* ```
|
|
40
|
+
*/
|
|
41
|
+
export declare function getPaginationRange({ page, pageCount, siblingCount, boundaryCount, }: PaginationRangeOptions): PaginationPage[];
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import type * as React from 'react';
|
|
2
|
+
import type { PrimitivePropsWithRef } from '../utils/primitive.cjs';
|
|
3
|
+
import type { PaginationPage } from './pages.cjs';
|
|
4
|
+
/** @internal Shared state distributed from {@link Pagination} to its parts via context. Not part of the public API. */
|
|
5
|
+
export interface PaginationContextValue {
|
|
6
|
+
page: number;
|
|
7
|
+
pageCount: number;
|
|
8
|
+
pages: PaginationPage[];
|
|
9
|
+
onPageChange: (page: number) => void;
|
|
10
|
+
}
|
|
11
|
+
/** Props for the {@link Pagination} root. */
|
|
12
|
+
export interface PaginationProps extends Omit<PrimitivePropsWithRef<'nav'>, 'onChange'> {
|
|
13
|
+
/** Total number of pages, used to disable `PaginationNext` on the last page. */
|
|
14
|
+
pageCount: number;
|
|
15
|
+
/**
|
|
16
|
+
* Current page (1-based), for controlled usage. Pair with `onPageChange`.
|
|
17
|
+
* @default undefined — uncontrolled, tracks its own current page internally.
|
|
18
|
+
*/
|
|
19
|
+
page?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Initial page (1-based), for uncontrolled usage.
|
|
22
|
+
* @default 1
|
|
23
|
+
*/
|
|
24
|
+
defaultPage?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Fires with the new page number whenever it changes, controlled or not.
|
|
27
|
+
* @default undefined — no-op if omitted.
|
|
28
|
+
*/
|
|
29
|
+
onPageChange?: (page: number) => void;
|
|
30
|
+
/**
|
|
31
|
+
* Pages shown either side of the current one in the `pages` model.
|
|
32
|
+
* @default 1
|
|
33
|
+
*/
|
|
34
|
+
siblingCount?: number;
|
|
35
|
+
/**
|
|
36
|
+
* Pages always shown at each end of the `pages` model, however far away the
|
|
37
|
+
* current page is.
|
|
38
|
+
* @default 1
|
|
39
|
+
*/
|
|
40
|
+
boundaryCount?: number;
|
|
41
|
+
}
|
|
42
|
+
/** Props for {@link PaginationList}, the container for `PaginationItem`s. */
|
|
43
|
+
export interface PaginationListProps extends PrimitivePropsWithRef<'ul'> {
|
|
44
|
+
}
|
|
45
|
+
/** Props for a single {@link PaginationItem} wrapper. */
|
|
46
|
+
export interface PaginationItemProps extends PrimitivePropsWithRef<'li'> {
|
|
47
|
+
}
|
|
48
|
+
/** Props for a {@link PaginationLink} page button. */
|
|
49
|
+
export interface PaginationLinkProps extends PrimitivePropsWithRef<'button'> {
|
|
50
|
+
/** Page number this button navigates to when clicked. */
|
|
51
|
+
page: number;
|
|
52
|
+
/**
|
|
53
|
+
* Marks this page as the currently selected one (sets `aria-current="page"`
|
|
54
|
+
* and `data-state="active"`).
|
|
55
|
+
*
|
|
56
|
+
* Override only for the split list/detail case, where the highlighted page is
|
|
57
|
+
* deliberately not the one the root is on.
|
|
58
|
+
* @default undefined — derived: true when this link's `page` is the root's current page.
|
|
59
|
+
*/
|
|
60
|
+
isActive?: boolean;
|
|
61
|
+
}
|
|
62
|
+
/** Props for {@link PaginationPrevious}, a `PaginationLink` bound to `page - 1`. */
|
|
63
|
+
export interface PaginationPreviousProps extends Omit<PrimitivePropsWithRef<'button'>, 'children'> {
|
|
64
|
+
/**
|
|
65
|
+
* Custom label content, replacing the default "Previous" text.
|
|
66
|
+
* @default 'Previous'
|
|
67
|
+
*/
|
|
68
|
+
children?: React.ReactNode;
|
|
69
|
+
}
|
|
70
|
+
/** Props for {@link PaginationNext}, a `PaginationLink` bound to `page + 1`. */
|
|
71
|
+
export interface PaginationNextProps extends Omit<PrimitivePropsWithRef<'button'>, 'children'> {
|
|
72
|
+
/**
|
|
73
|
+
* Custom label content, replacing the default "Next" text.
|
|
74
|
+
* @default 'Next'
|
|
75
|
+
*/
|
|
76
|
+
children?: React.ReactNode;
|
|
77
|
+
}
|
|
78
|
+
/** Props for {@link PaginationFirst}, a `PaginationLink` bound to page 1. */
|
|
79
|
+
export interface PaginationFirstProps extends Omit<PrimitivePropsWithRef<'button'>, 'children'> {
|
|
80
|
+
/**
|
|
81
|
+
* Custom label content, replacing the default "First" text.
|
|
82
|
+
* @default 'First'
|
|
83
|
+
*/
|
|
84
|
+
children?: React.ReactNode;
|
|
85
|
+
}
|
|
86
|
+
/** Props for {@link PaginationLast}, a `PaginationLink` bound to `pageCount`. */
|
|
87
|
+
export interface PaginationLastProps extends Omit<PrimitivePropsWithRef<'button'>, 'children'> {
|
|
88
|
+
/**
|
|
89
|
+
* Custom label content, replacing the default "Last" text.
|
|
90
|
+
* @default 'Last'
|
|
91
|
+
*/
|
|
92
|
+
children?: React.ReactNode;
|
|
93
|
+
}
|
|
94
|
+
/** Props for {@link PaginationEllipsis}, a collapsed-pages placeholder. */
|
|
95
|
+
export interface PaginationEllipsisProps extends PrimitivePropsWithRef<'span'> {
|
|
96
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import type * as React from 'react';
|
|
2
|
+
import type { PrimitivePropsWithRef } from '../utils/primitive.js';
|
|
3
|
+
import type { PaginationPage } from './pages.js';
|
|
4
|
+
/** @internal Shared state distributed from {@link Pagination} to its parts via context. Not part of the public API. */
|
|
5
|
+
export interface PaginationContextValue {
|
|
6
|
+
page: number;
|
|
7
|
+
pageCount: number;
|
|
8
|
+
pages: PaginationPage[];
|
|
9
|
+
onPageChange: (page: number) => void;
|
|
10
|
+
}
|
|
11
|
+
/** Props for the {@link Pagination} root. */
|
|
12
|
+
export interface PaginationProps extends Omit<PrimitivePropsWithRef<'nav'>, 'onChange'> {
|
|
13
|
+
/** Total number of pages, used to disable `PaginationNext` on the last page. */
|
|
14
|
+
pageCount: number;
|
|
15
|
+
/**
|
|
16
|
+
* Current page (1-based), for controlled usage. Pair with `onPageChange`.
|
|
17
|
+
* @default undefined — uncontrolled, tracks its own current page internally.
|
|
18
|
+
*/
|
|
19
|
+
page?: number;
|
|
20
|
+
/**
|
|
21
|
+
* Initial page (1-based), for uncontrolled usage.
|
|
22
|
+
* @default 1
|
|
23
|
+
*/
|
|
24
|
+
defaultPage?: number;
|
|
25
|
+
/**
|
|
26
|
+
* Fires with the new page number whenever it changes, controlled or not.
|
|
27
|
+
* @default undefined — no-op if omitted.
|
|
28
|
+
*/
|
|
29
|
+
onPageChange?: (page: number) => void;
|
|
30
|
+
/**
|
|
31
|
+
* Pages shown either side of the current one in the `pages` model.
|
|
32
|
+
* @default 1
|
|
33
|
+
*/
|
|
34
|
+
siblingCount?: number;
|
|
35
|
+
/**
|
|
36
|
+
* Pages always shown at each end of the `pages` model, however far away the
|
|
37
|
+
* current page is.
|
|
38
|
+
* @default 1
|
|
39
|
+
*/
|
|
40
|
+
boundaryCount?: number;
|
|
41
|
+
}
|
|
42
|
+
/** Props for {@link PaginationList}, the container for `PaginationItem`s. */
|
|
43
|
+
export interface PaginationListProps extends PrimitivePropsWithRef<'ul'> {
|
|
44
|
+
}
|
|
45
|
+
/** Props for a single {@link PaginationItem} wrapper. */
|
|
46
|
+
export interface PaginationItemProps extends PrimitivePropsWithRef<'li'> {
|
|
47
|
+
}
|
|
48
|
+
/** Props for a {@link PaginationLink} page button. */
|
|
49
|
+
export interface PaginationLinkProps extends PrimitivePropsWithRef<'button'> {
|
|
50
|
+
/** Page number this button navigates to when clicked. */
|
|
51
|
+
page: number;
|
|
52
|
+
/**
|
|
53
|
+
* Marks this page as the currently selected one (sets `aria-current="page"`
|
|
54
|
+
* and `data-state="active"`).
|
|
55
|
+
*
|
|
56
|
+
* Override only for the split list/detail case, where the highlighted page is
|
|
57
|
+
* deliberately not the one the root is on.
|
|
58
|
+
* @default undefined — derived: true when this link's `page` is the root's current page.
|
|
59
|
+
*/
|
|
60
|
+
isActive?: boolean;
|
|
61
|
+
}
|
|
62
|
+
/** Props for {@link PaginationPrevious}, a `PaginationLink` bound to `page - 1`. */
|
|
63
|
+
export interface PaginationPreviousProps extends Omit<PrimitivePropsWithRef<'button'>, 'children'> {
|
|
64
|
+
/**
|
|
65
|
+
* Custom label content, replacing the default "Previous" text.
|
|
66
|
+
* @default 'Previous'
|
|
67
|
+
*/
|
|
68
|
+
children?: React.ReactNode;
|
|
69
|
+
}
|
|
70
|
+
/** Props for {@link PaginationNext}, a `PaginationLink` bound to `page + 1`. */
|
|
71
|
+
export interface PaginationNextProps extends Omit<PrimitivePropsWithRef<'button'>, 'children'> {
|
|
72
|
+
/**
|
|
73
|
+
* Custom label content, replacing the default "Next" text.
|
|
74
|
+
* @default 'Next'
|
|
75
|
+
*/
|
|
76
|
+
children?: React.ReactNode;
|
|
77
|
+
}
|
|
78
|
+
/** Props for {@link PaginationFirst}, a `PaginationLink` bound to page 1. */
|
|
79
|
+
export interface PaginationFirstProps extends Omit<PrimitivePropsWithRef<'button'>, 'children'> {
|
|
80
|
+
/**
|
|
81
|
+
* Custom label content, replacing the default "First" text.
|
|
82
|
+
* @default 'First'
|
|
83
|
+
*/
|
|
84
|
+
children?: React.ReactNode;
|
|
85
|
+
}
|
|
86
|
+
/** Props for {@link PaginationLast}, a `PaginationLink` bound to `pageCount`. */
|
|
87
|
+
export interface PaginationLastProps extends Omit<PrimitivePropsWithRef<'button'>, 'children'> {
|
|
88
|
+
/**
|
|
89
|
+
* Custom label content, replacing the default "Last" text.
|
|
90
|
+
* @default 'Last'
|
|
91
|
+
*/
|
|
92
|
+
children?: React.ReactNode;
|
|
93
|
+
}
|
|
94
|
+
/** Props for {@link PaginationEllipsis}, a collapsed-pages placeholder. */
|
|
95
|
+
export interface PaginationEllipsisProps extends PrimitivePropsWithRef<'span'> {
|
|
96
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var S=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var D=Object.getOwnPropertyNames;var q=Object.getPrototypeOf,z=Object.prototype.hasOwnProperty;var A=(e,o)=>{for(var s in o)p(e,s,{get:o[s],enumerable:!0})},b=(e,o,s,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of D(o))!z.call(e,t)&&t!==s&&p(e,t,{get:()=>o[t],enumerable:!(i=B(o,t))||i.enumerable});return e};var u=(e,o,s)=>(s=e!=null?S(q(e)):{},b(o||!e||!e.__esModule?p(s,"default",{value:e,enumerable:!0}):s,e)),G=e=>b(p({},"__esModule",{value:!0}),e);var J={};A(J,{PasswordInput:()=>T,PasswordInputField:()=>P,PasswordInputProvider:()=>C,PasswordInputToggle:()=>f,usePasswordInputContext:()=>d});module.exports=G(J);var a=u(require("react"),1),I=require("../text-field/TextField.cjs"),g=require("../utils/createContext.cjs"),v=require("../utils/liveAnnouncer.cjs"),x=require("../utils/part.cjs"),y=require("../utils/useCallbackRef.cjs"),R=require("../utils/useControllableState.cjs"),m=require("react/jsx-runtime"),[C,d]=(0,g.createSafeContext)("PasswordInput"),T=a.forwardRef(({visible:e,defaultVisible:o=!1,onVisibleChange:s,getVisibilityAnnouncement:i,...t},L)=>{let[r=!1,M]=(0,R.useControllableState)({prop:e,defaultProp:o,onChange:s}),w=a.useRef(r),c=(0,y.useCallbackRef)(i??(n=>n?"Password shown":"Password hidden"));return a.useEffect(()=>{if(w.current===r)return;w.current=r;let n=c(r);n&&(0,v.announce)(n)},[r,c]),(0,m.jsx)(C,{visible:r,disabled:t.disabled??!1,setVisible:M,children:(0,m.jsx)(I.TextField,{"data-state":r?"visible":"hidden",...t,...(0,x.skdxPart)("password-input","root",t.className),ref:L})})});T.displayName="PasswordInput";var F=u(require("react"),1),h=require("../text-field/TextField.cjs"),k=require("../utils/part.cjs");var N=require("react/jsx-runtime"),P=F.forwardRef((e,o)=>{let s=d("PasswordInputField");return(0,N.jsx)(h.TextFieldInput,{type:s.visible?"text":"password",autoComplete:"current-password","data-state":s.visible?"visible":"hidden",...e,...(0,k.skdxPart)("password-input","field",e.className),ref:o})});P.displayName="PasswordInputField";var E=u(require("react"),1),H=require("../utils/part.cjs"),l=require("../utils/primitive.cjs");var V=require("react/jsx-runtime"),f=E.forwardRef((e,o)=>{let s=d("PasswordInputToggle");return(0,V.jsx)(l.Primitive.button,{type:"button","aria-pressed":s.visible,"aria-label":s.visible?"Hide password":"Show password",disabled:s.disabled,"data-state":s.visible?"visible":"hidden","data-disabled":s.disabled?"":void 0,...e,...(0,H.skdxPart)("password-input","toggle",e.className),ref:o,onClick:(0,l.composeEventHandlers)(e.onClick,()=>s.setVisible(!s.visible))})});f.displayName="PasswordInputToggle";0&&(module.exports={PasswordInput,PasswordInputField,PasswordInputProvider,PasswordInputToggle,usePasswordInputContext});
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PasswordInputContextValue, PasswordInputProps } from './types.cjs';
|
|
3
|
+
export declare const PasswordInputProvider: {
|
|
4
|
+
(props: PasswordInputContextValue & {
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
}): React.JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
}, usePasswordInputContext: (consumerName: string) => PasswordInputContextValue;
|
|
9
|
+
/**
|
|
10
|
+
* Root of a password input: a {@link TextField} that also owns whether the
|
|
11
|
+
* characters are revealed, handing that down to `PasswordInputField` (which
|
|
12
|
+
* flips its `type`) and `PasswordInputToggle` (which flips the state) via
|
|
13
|
+
* context.
|
|
14
|
+
*
|
|
15
|
+
* The value itself is `TextField`'s — this component composes it rather than
|
|
16
|
+
* re-declaring it, so `value`/`defaultValue`/`onValueChange`, `disabled`,
|
|
17
|
+
* `invalid` and `required` all behave identically to a plain text field and
|
|
18
|
+
* `data-disabled`/`data-invalid` land in the same places. The only state added
|
|
19
|
+
* here is visibility.
|
|
20
|
+
*
|
|
21
|
+
* Every change of visibility is announced politely through the shared live
|
|
22
|
+
* region ("Password shown" / "Password hidden"). A masked field flipping to
|
|
23
|
+
* plaintext is a purely visual event: without the announcement a screen-reader
|
|
24
|
+
* user pressing the toggle gets `aria-pressed` and nothing else, and never
|
|
25
|
+
* learns that their password is now on screen. The announcement is driven by
|
|
26
|
+
* the resolved state, not by the click, so a controlled parent that refuses
|
|
27
|
+
* the change does not produce a false announcement.
|
|
28
|
+
*
|
|
29
|
+
* Works controlled (`visible` + `onVisibleChange`) or uncontrolled
|
|
30
|
+
* (`defaultVisible`), independently of how the value is controlled.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* ```tsx
|
|
34
|
+
* <PasswordInput>
|
|
35
|
+
* <PasswordInputField placeholder="Password" />
|
|
36
|
+
* <PasswordInputToggle />
|
|
37
|
+
* </PasswordInput>
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
export declare const PasswordInput: React.ForwardRefExoticComponent<Omit<PasswordInputProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PasswordInputContextValue, PasswordInputProps } from './types.js';
|
|
3
|
+
export declare const PasswordInputProvider: {
|
|
4
|
+
(props: PasswordInputContextValue & {
|
|
5
|
+
children: React.ReactNode;
|
|
6
|
+
}): React.JSX.Element;
|
|
7
|
+
displayName: string;
|
|
8
|
+
}, usePasswordInputContext: (consumerName: string) => PasswordInputContextValue;
|
|
9
|
+
/**
|
|
10
|
+
* Root of a password input: a {@link TextField} that also owns whether the
|
|
11
|
+
* characters are revealed, handing that down to `PasswordInputField` (which
|
|
12
|
+
* flips its `type`) and `PasswordInputToggle` (which flips the state) via
|
|
13
|
+
* context.
|
|
14
|
+
*
|
|
15
|
+
* The value itself is `TextField`'s — this component composes it rather than
|
|
16
|
+
* re-declaring it, so `value`/`defaultValue`/`onValueChange`, `disabled`,
|
|
17
|
+
* `invalid` and `required` all behave identically to a plain text field and
|
|
18
|
+
* `data-disabled`/`data-invalid` land in the same places. The only state added
|
|
19
|
+
* here is visibility.
|
|
20
|
+
*
|
|
21
|
+
* Every change of visibility is announced politely through the shared live
|
|
22
|
+
* region ("Password shown" / "Password hidden"). A masked field flipping to
|
|
23
|
+
* plaintext is a purely visual event: without the announcement a screen-reader
|
|
24
|
+
* user pressing the toggle gets `aria-pressed` and nothing else, and never
|
|
25
|
+
* learns that their password is now on screen. The announcement is driven by
|
|
26
|
+
* the resolved state, not by the click, so a controlled parent that refuses
|
|
27
|
+
* the change does not produce a false announcement.
|
|
28
|
+
*
|
|
29
|
+
* Works controlled (`visible` + `onVisibleChange`) or uncontrolled
|
|
30
|
+
* (`defaultVisible`), independently of how the value is controlled.
|
|
31
|
+
*
|
|
32
|
+
* @example
|
|
33
|
+
* ```tsx
|
|
34
|
+
* <PasswordInput>
|
|
35
|
+
* <PasswordInputField placeholder="Password" />
|
|
36
|
+
* <PasswordInputToggle />
|
|
37
|
+
* </PasswordInput>
|
|
38
|
+
* ```
|
|
39
|
+
*/
|
|
40
|
+
export declare const PasswordInput: React.ForwardRefExoticComponent<Omit<PasswordInputProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import*as t from"react";import{TextField as I}from"../text-field/TextField.js";import{createSafeContext as g}from"../utils/createContext.js";import{announce as v}from"../utils/liveAnnouncer.js";import{skdxPart as x}from"../utils/part.js";import{useCallbackRef as y}from"../utils/useCallbackRef.js";import{useControllableState as R}from"../utils/useControllableState.js";import{jsx as l}from"react/jsx-runtime";var[C,d]=g("PasswordInput"),T=t.forwardRef(({visible:s,defaultVisible:r=!1,onVisibleChange:e,getVisibilityAnnouncement:w,...i},c)=>{let[o=!1,b]=R({prop:s,defaultProp:r,onChange:e}),n=t.useRef(o),p=y(w??(a=>a?"Password shown":"Password hidden"));return t.useEffect(()=>{if(n.current===o)return;n.current=o;let a=p(o);a&&v(a)},[o,p]),l(C,{visible:o,disabled:i.disabled??!1,setVisible:b,children:l(I,{"data-state":o?"visible":"hidden",...i,...x("password-input","root",i.className),ref:c})})});T.displayName="PasswordInput";import*as u from"react";import{TextFieldInput as F}from"../text-field/TextField.js";import{skdxPart as h}from"../utils/part.js";import{jsx as k}from"react/jsx-runtime";var m=u.forwardRef((s,r)=>{let e=d("PasswordInputField");return k(F,{type:e.visible?"text":"password",autoComplete:"current-password","data-state":e.visible?"visible":"hidden",...s,...h("password-input","field",s.className),ref:r})});m.displayName="PasswordInputField";import*as P from"react";import{skdxPart as N}from"../utils/part.js";import{composeEventHandlers as E,Primitive as H}from"../utils/primitive.js";import{jsx as V}from"react/jsx-runtime";var f=P.forwardRef((s,r)=>{let e=d("PasswordInputToggle");return V(H.button,{type:"button","aria-pressed":e.visible,"aria-label":e.visible?"Hide password":"Show password",disabled:e.disabled,"data-state":e.visible?"visible":"hidden","data-disabled":e.disabled?"":void 0,...s,...N("password-input","toggle",s.className),ref:r,onClick:E(s.onClick,()=>e.setVisible(!e.visible))})});f.displayName="PasswordInputToggle";export{T as PasswordInput,m as PasswordInputField,C as PasswordInputProvider,f as PasswordInputToggle,d as usePasswordInputContext};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PasswordInputFieldProps } from './types.cjs';
|
|
3
|
+
/**
|
|
4
|
+
* The native `<input>` for a {@link PasswordInput}. It *is* a
|
|
5
|
+
* {@link TextFieldInput} — same `id`, same value wiring, same
|
|
6
|
+
* `aria-invalid`/`data-disabled`/`data-invalid` — with one attribute taken
|
|
7
|
+
* over: `type` is `password` while the root is hidden and `text` while it is
|
|
8
|
+
* visible. Toggling the type rather than swapping the element keeps the same
|
|
9
|
+
* DOM node, so focus, selection and caret position survive the flip.
|
|
10
|
+
*
|
|
11
|
+
* `autoComplete` defaults to `current-password` (WCAG 2.1 SC 1.3.5, Identify
|
|
12
|
+
* Input Purpose) and is overridable — a sign-up or change-password form wants
|
|
13
|
+
* `new-password`.
|
|
14
|
+
*
|
|
15
|
+
* The value is never written into an attribute by this component: React drives
|
|
16
|
+
* the controlled `<input>` through its `value` *property*, and nothing here
|
|
17
|
+
* copies it into a `data-*` or `aria-*` where a plaintext credential would end
|
|
18
|
+
* up in serialised HTML.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* ```tsx
|
|
22
|
+
* <PasswordInput>
|
|
23
|
+
* <PasswordInputField placeholder="Password" autoComplete="new-password" />
|
|
24
|
+
* <PasswordInputToggle />
|
|
25
|
+
* </PasswordInput>
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export declare const PasswordInputField: React.ForwardRefExoticComponent<Omit<PasswordInputFieldProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PasswordInputFieldProps } from './types.js';
|
|
3
|
+
/**
|
|
4
|
+
* The native `<input>` for a {@link PasswordInput}. It *is* a
|
|
5
|
+
* {@link TextFieldInput} — same `id`, same value wiring, same
|
|
6
|
+
* `aria-invalid`/`data-disabled`/`data-invalid` — with one attribute taken
|
|
7
|
+
* over: `type` is `password` while the root is hidden and `text` while it is
|
|
8
|
+
* visible. Toggling the type rather than swapping the element keeps the same
|
|
9
|
+
* DOM node, so focus, selection and caret position survive the flip.
|
|
10
|
+
*
|
|
11
|
+
* `autoComplete` defaults to `current-password` (WCAG 2.1 SC 1.3.5, Identify
|
|
12
|
+
* Input Purpose) and is overridable — a sign-up or change-password form wants
|
|
13
|
+
* `new-password`.
|
|
14
|
+
*
|
|
15
|
+
* The value is never written into an attribute by this component: React drives
|
|
16
|
+
* the controlled `<input>` through its `value` *property*, and nothing here
|
|
17
|
+
* copies it into a `data-*` or `aria-*` where a plaintext credential would end
|
|
18
|
+
* up in serialised HTML.
|
|
19
|
+
*
|
|
20
|
+
* @example
|
|
21
|
+
* ```tsx
|
|
22
|
+
* <PasswordInput>
|
|
23
|
+
* <PasswordInputField placeholder="Password" autoComplete="new-password" />
|
|
24
|
+
* <PasswordInputToggle />
|
|
25
|
+
* </PasswordInput>
|
|
26
|
+
* ```
|
|
27
|
+
*/
|
|
28
|
+
export declare const PasswordInputField: React.ForwardRefExoticComponent<Omit<PasswordInputFieldProps, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PasswordInputToggleProps } from './types.cjs';
|
|
3
|
+
/**
|
|
4
|
+
* The reveal button for a {@link PasswordInput}. Renders a
|
|
5
|
+
* `<button type="button">` carrying `aria-pressed`, so assistive tech reports
|
|
6
|
+
* a toggle that is currently on or off rather than a button that did
|
|
7
|
+
* something unknowable.
|
|
8
|
+
*
|
|
9
|
+
* **It stays in the tab order.** `tabIndex={-1}` is a common shortcut for
|
|
10
|
+
* "adornment inside a field" and it is wrong here: revealing the characters is
|
|
11
|
+
* the only way a keyboard user can check what they typed, and taking the
|
|
12
|
+
* button out of tab navigation makes that unreachable without a pointer
|
|
13
|
+
* (WCAG 2.1.1). Tab from the field lands on the toggle.
|
|
14
|
+
*
|
|
15
|
+
* An accessible name is always present: it defaults to "Show password" /
|
|
16
|
+
* "Hide password", flipping with the state so the name and `aria-pressed`
|
|
17
|
+
* agree. Pass your own `aria-label` to localise it — but pass one, because an
|
|
18
|
+
* icon-only button with no name announces as "button".
|
|
19
|
+
*
|
|
20
|
+
* Disabled follows the root's `disabled`, and both `data-state` and
|
|
21
|
+
* `data-disabled` are exposed for styling.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```tsx
|
|
25
|
+
* <PasswordInputToggle aria-label="Mot de passe visible">
|
|
26
|
+
* <EyeIcon />
|
|
27
|
+
* </PasswordInputToggle>
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare const PasswordInputToggle: React.ForwardRefExoticComponent<Omit<PasswordInputToggleProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { PasswordInputToggleProps } from './types.js';
|
|
3
|
+
/**
|
|
4
|
+
* The reveal button for a {@link PasswordInput}. Renders a
|
|
5
|
+
* `<button type="button">` carrying `aria-pressed`, so assistive tech reports
|
|
6
|
+
* a toggle that is currently on or off rather than a button that did
|
|
7
|
+
* something unknowable.
|
|
8
|
+
*
|
|
9
|
+
* **It stays in the tab order.** `tabIndex={-1}` is a common shortcut for
|
|
10
|
+
* "adornment inside a field" and it is wrong here: revealing the characters is
|
|
11
|
+
* the only way a keyboard user can check what they typed, and taking the
|
|
12
|
+
* button out of tab navigation makes that unreachable without a pointer
|
|
13
|
+
* (WCAG 2.1.1). Tab from the field lands on the toggle.
|
|
14
|
+
*
|
|
15
|
+
* An accessible name is always present: it defaults to "Show password" /
|
|
16
|
+
* "Hide password", flipping with the state so the name and `aria-pressed`
|
|
17
|
+
* agree. Pass your own `aria-label` to localise it — but pass one, because an
|
|
18
|
+
* icon-only button with no name announces as "button".
|
|
19
|
+
*
|
|
20
|
+
* Disabled follows the root's `disabled`, and both `data-state` and
|
|
21
|
+
* `data-disabled` are exposed for styling.
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```tsx
|
|
25
|
+
* <PasswordInputToggle aria-label="Mot de passe visible">
|
|
26
|
+
* <EyeIcon />
|
|
27
|
+
* </PasswordInputToggle>
|
|
28
|
+
* ```
|
|
29
|
+
*/
|
|
30
|
+
export declare const PasswordInputToggle: React.ForwardRefExoticComponent<Omit<PasswordInputToggleProps, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export * from './PasswordInput.cjs';
|
|
2
|
+
export { PasswordInputField } from './PasswordInputField.cjs';
|
|
3
|
+
export { PasswordInputToggle } from './PasswordInputToggle.cjs';
|
|
4
|
+
export type { PasswordInputProps, PasswordInputFieldProps, PasswordInputToggleProps } from './types.cjs';
|