@skdx/web-components 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 +74 -0
- package/custom-elements.json +54237 -0
- package/dist/accordion/Accordion.cjs +5 -0
- package/dist/accordion/Accordion.d.cts +82 -0
- package/dist/accordion/Accordion.d.ts +82 -0
- package/dist/accordion/Accordion.js +5 -0
- package/dist/accordion/AccordionContent.cjs +13 -0
- package/dist/accordion/AccordionContent.d.cts +49 -0
- package/dist/accordion/AccordionContent.d.ts +49 -0
- package/dist/accordion/AccordionContent.js +13 -0
- package/dist/accordion/AccordionHeader.cjs +5 -0
- package/dist/accordion/AccordionHeader.d.cts +16 -0
- package/dist/accordion/AccordionHeader.d.ts +16 -0
- package/dist/accordion/AccordionHeader.js +5 -0
- package/dist/accordion/AccordionItem.cjs +5 -0
- package/dist/accordion/AccordionItem.d.cts +45 -0
- package/dist/accordion/AccordionItem.d.ts +45 -0
- package/dist/accordion/AccordionItem.js +5 -0
- package/dist/accordion/AccordionTrigger.cjs +9 -0
- package/dist/accordion/AccordionTrigger.d.cts +28 -0
- package/dist/accordion/AccordionTrigger.d.ts +28 -0
- package/dist/accordion/AccordionTrigger.js +9 -0
- package/dist/accordion/index.cjs +1 -0
- package/dist/accordion/index.d.cts +5 -0
- package/dist/accordion/index.d.ts +5 -0
- package/dist/accordion/index.js +1 -0
- package/dist/affix/Affix.cjs +5 -0
- package/dist/affix/Affix.d.cts +123 -0
- package/dist/affix/Affix.d.ts +123 -0
- package/dist/affix/Affix.js +5 -0
- package/dist/affix/index.cjs +1 -0
- package/dist/affix/index.d.cts +1 -0
- package/dist/affix/index.d.ts +1 -0
- package/dist/affix/index.js +1 -0
- package/dist/alert/Alert.cjs +9 -0
- package/dist/alert/Alert.d.cts +70 -0
- package/dist/alert/Alert.d.ts +70 -0
- package/dist/alert/Alert.js +9 -0
- package/dist/alert/AlertAction.cjs +5 -0
- package/dist/alert/AlertAction.d.cts +18 -0
- package/dist/alert/AlertAction.d.ts +18 -0
- package/dist/alert/AlertAction.js +5 -0
- package/dist/alert/AlertClose.cjs +9 -0
- package/dist/alert/AlertClose.d.cts +27 -0
- package/dist/alert/AlertClose.d.ts +27 -0
- package/dist/alert/AlertClose.js +9 -0
- package/dist/alert/AlertDescription.cjs +5 -0
- package/dist/alert/AlertDescription.d.cts +17 -0
- package/dist/alert/AlertDescription.d.ts +17 -0
- package/dist/alert/AlertDescription.js +5 -0
- package/dist/alert/AlertIcon.cjs +5 -0
- package/dist/alert/AlertIcon.d.cts +16 -0
- package/dist/alert/AlertIcon.d.ts +16 -0
- package/dist/alert/AlertIcon.js +5 -0
- package/dist/alert/AlertTitle.cjs +5 -0
- package/dist/alert/AlertTitle.d.cts +17 -0
- package/dist/alert/AlertTitle.d.ts +17 -0
- package/dist/alert/AlertTitle.js +5 -0
- package/dist/alert/index.cjs +1 -0
- package/dist/alert/index.d.cts +6 -0
- package/dist/alert/index.d.ts +6 -0
- package/dist/alert/index.js +1 -0
- package/dist/alert-dialog/AlertDialog.cjs +5 -0
- package/dist/alert-dialog/AlertDialog.d.cts +56 -0
- package/dist/alert-dialog/AlertDialog.d.ts +56 -0
- package/dist/alert-dialog/AlertDialog.js +5 -0
- package/dist/alert-dialog/AlertDialogAction.cjs +9 -0
- package/dist/alert-dialog/AlertDialogAction.d.cts +22 -0
- package/dist/alert-dialog/AlertDialogAction.d.ts +22 -0
- package/dist/alert-dialog/AlertDialogAction.js +9 -0
- package/dist/alert-dialog/AlertDialogCancel.cjs +9 -0
- package/dist/alert-dialog/AlertDialogCancel.d.cts +23 -0
- package/dist/alert-dialog/AlertDialogCancel.d.ts +23 -0
- package/dist/alert-dialog/AlertDialogCancel.js +9 -0
- package/dist/alert-dialog/AlertDialogContent.cjs +1 -0
- package/dist/alert-dialog/AlertDialogContent.d.cts +90 -0
- package/dist/alert-dialog/AlertDialogContent.d.ts +90 -0
- package/dist/alert-dialog/AlertDialogContent.js +1 -0
- package/dist/alert-dialog/AlertDialogDescription.cjs +5 -0
- package/dist/alert-dialog/AlertDialogDescription.d.cts +18 -0
- package/dist/alert-dialog/AlertDialogDescription.d.ts +18 -0
- package/dist/alert-dialog/AlertDialogDescription.js +5 -0
- package/dist/alert-dialog/AlertDialogOverlay.cjs +15 -0
- package/dist/alert-dialog/AlertDialogOverlay.d.cts +45 -0
- package/dist/alert-dialog/AlertDialogOverlay.d.ts +45 -0
- package/dist/alert-dialog/AlertDialogOverlay.js +15 -0
- package/dist/alert-dialog/AlertDialogPortal.cjs +1 -0
- package/dist/alert-dialog/AlertDialogPortal.d.cts +33 -0
- package/dist/alert-dialog/AlertDialogPortal.d.ts +33 -0
- package/dist/alert-dialog/AlertDialogPortal.js +1 -0
- package/dist/alert-dialog/AlertDialogTitle.cjs +5 -0
- package/dist/alert-dialog/AlertDialogTitle.d.cts +17 -0
- package/dist/alert-dialog/AlertDialogTitle.d.ts +17 -0
- package/dist/alert-dialog/AlertDialogTitle.js +5 -0
- package/dist/alert-dialog/AlertDialogTrigger.cjs +17 -0
- package/dist/alert-dialog/AlertDialogTrigger.d.cts +23 -0
- package/dist/alert-dialog/AlertDialogTrigger.d.ts +23 -0
- package/dist/alert-dialog/AlertDialogTrigger.js +17 -0
- package/dist/alert-dialog/index.cjs +1 -0
- package/dist/alert-dialog/index.d.cts +9 -0
- package/dist/alert-dialog/index.d.ts +9 -0
- package/dist/alert-dialog/index.js +1 -0
- package/dist/angle-slider/AngleSlider.cjs +7 -0
- package/dist/angle-slider/AngleSlider.d.cts +143 -0
- package/dist/angle-slider/AngleSlider.d.ts +143 -0
- package/dist/angle-slider/AngleSlider.js +7 -0
- package/dist/angle-slider/AngleSliderMark.cjs +5 -0
- package/dist/angle-slider/AngleSliderMark.d.cts +56 -0
- package/dist/angle-slider/AngleSliderMark.d.ts +56 -0
- package/dist/angle-slider/AngleSliderMark.js +5 -0
- package/dist/angle-slider/AngleSliderMarks.cjs +5 -0
- package/dist/angle-slider/AngleSliderMarks.d.cts +39 -0
- package/dist/angle-slider/AngleSliderMarks.d.ts +39 -0
- package/dist/angle-slider/AngleSliderMarks.js +5 -0
- package/dist/angle-slider/AngleSliderThumb.cjs +5 -0
- package/dist/angle-slider/AngleSliderThumb.d.cts +44 -0
- package/dist/angle-slider/AngleSliderThumb.d.ts +44 -0
- package/dist/angle-slider/AngleSliderThumb.js +5 -0
- package/dist/angle-slider/index.cjs +1 -0
- package/dist/angle-slider/index.d.cts +4 -0
- package/dist/angle-slider/index.d.ts +4 -0
- package/dist/angle-slider/index.js +1 -0
- package/dist/aspect-ratio/AspectRatio.cjs +15 -0
- package/dist/aspect-ratio/AspectRatio.d.cts +33 -0
- package/dist/aspect-ratio/AspectRatio.d.ts +33 -0
- package/dist/aspect-ratio/AspectRatio.js +15 -0
- package/dist/aspect-ratio/index.cjs +1 -0
- package/dist/aspect-ratio/index.d.cts +1 -0
- package/dist/aspect-ratio/index.d.ts +1 -0
- package/dist/aspect-ratio/index.js +1 -0
- package/dist/autocomplete/Autocomplete.cjs +5 -0
- package/dist/autocomplete/Autocomplete.d.cts +293 -0
- package/dist/autocomplete/Autocomplete.d.ts +293 -0
- package/dist/autocomplete/Autocomplete.js +5 -0
- package/dist/autocomplete/AutocompleteContent.cjs +5 -0
- package/dist/autocomplete/AutocompleteContent.d.cts +89 -0
- package/dist/autocomplete/AutocompleteContent.d.ts +89 -0
- package/dist/autocomplete/AutocompleteContent.js +5 -0
- package/dist/autocomplete/AutocompleteEmpty.cjs +5 -0
- package/dist/autocomplete/AutocompleteEmpty.d.cts +42 -0
- package/dist/autocomplete/AutocompleteEmpty.d.ts +42 -0
- package/dist/autocomplete/AutocompleteEmpty.js +5 -0
- package/dist/autocomplete/AutocompleteInput.cjs +27 -0
- package/dist/autocomplete/AutocompleteInput.d.cts +77 -0
- package/dist/autocomplete/AutocompleteInput.d.ts +77 -0
- package/dist/autocomplete/AutocompleteInput.js +27 -0
- package/dist/autocomplete/AutocompleteItem.cjs +8 -0
- package/dist/autocomplete/AutocompleteItem.d.cts +66 -0
- package/dist/autocomplete/AutocompleteItem.d.ts +66 -0
- package/dist/autocomplete/AutocompleteItem.js +8 -0
- package/dist/autocomplete/AutocompleteList.cjs +5 -0
- package/dist/autocomplete/AutocompleteList.d.cts +39 -0
- package/dist/autocomplete/AutocompleteList.d.ts +39 -0
- package/dist/autocomplete/AutocompleteList.js +5 -0
- package/dist/autocomplete/AutocompletePortal.cjs +1 -0
- package/dist/autocomplete/AutocompletePortal.d.cts +36 -0
- package/dist/autocomplete/AutocompletePortal.d.ts +36 -0
- package/dist/autocomplete/AutocompletePortal.js +1 -0
- package/dist/autocomplete/AutocompleteTrigger.cjs +22 -0
- package/dist/autocomplete/AutocompleteTrigger.d.cts +43 -0
- package/dist/autocomplete/AutocompleteTrigger.d.ts +43 -0
- package/dist/autocomplete/AutocompleteTrigger.js +22 -0
- package/dist/autocomplete/index.cjs +1 -0
- package/dist/autocomplete/index.d.cts +9 -0
- package/dist/autocomplete/index.d.ts +9 -0
- package/dist/autocomplete/index.js +1 -0
- package/dist/avatar/Avatar.cjs +9 -0
- package/dist/avatar/Avatar.d.cts +36 -0
- package/dist/avatar/Avatar.d.ts +36 -0
- package/dist/avatar/Avatar.js +9 -0
- package/dist/avatar/AvatarFallback.cjs +5 -0
- package/dist/avatar/AvatarFallback.d.cts +27 -0
- package/dist/avatar/AvatarFallback.d.ts +27 -0
- package/dist/avatar/AvatarFallback.js +5 -0
- package/dist/avatar/AvatarImage.cjs +5 -0
- package/dist/avatar/AvatarImage.d.cts +33 -0
- package/dist/avatar/AvatarImage.d.ts +33 -0
- package/dist/avatar/AvatarImage.js +5 -0
- package/dist/avatar/index.cjs +1 -0
- package/dist/avatar/index.d.cts +3 -0
- package/dist/avatar/index.d.ts +3 -0
- package/dist/avatar/index.js +1 -0
- package/dist/badge/Badge.cjs +9 -0
- package/dist/badge/Badge.d.cts +23 -0
- package/dist/badge/Badge.d.ts +23 -0
- package/dist/badge/Badge.js +9 -0
- package/dist/badge/index.cjs +1 -0
- package/dist/badge/index.d.cts +1 -0
- package/dist/badge/index.d.ts +1 -0
- package/dist/badge/index.js +1 -0
- package/dist/breadcrumb/Breadcrumb.cjs +9 -0
- package/dist/breadcrumb/Breadcrumb.d.cts +31 -0
- package/dist/breadcrumb/Breadcrumb.d.ts +31 -0
- package/dist/breadcrumb/Breadcrumb.js +9 -0
- package/dist/breadcrumb/BreadcrumbEllipsis.cjs +9 -0
- package/dist/breadcrumb/BreadcrumbEllipsis.d.cts +23 -0
- package/dist/breadcrumb/BreadcrumbEllipsis.d.ts +23 -0
- package/dist/breadcrumb/BreadcrumbEllipsis.js +9 -0
- package/dist/breadcrumb/BreadcrumbItem.cjs +11 -0
- package/dist/breadcrumb/BreadcrumbItem.d.cts +18 -0
- package/dist/breadcrumb/BreadcrumbItem.d.ts +18 -0
- package/dist/breadcrumb/BreadcrumbItem.js +11 -0
- package/dist/breadcrumb/BreadcrumbLink.cjs +9 -0
- package/dist/breadcrumb/BreadcrumbLink.d.cts +24 -0
- package/dist/breadcrumb/BreadcrumbLink.d.ts +24 -0
- package/dist/breadcrumb/BreadcrumbLink.js +9 -0
- package/dist/breadcrumb/BreadcrumbList.cjs +14 -0
- package/dist/breadcrumb/BreadcrumbList.d.cts +17 -0
- package/dist/breadcrumb/BreadcrumbList.d.ts +17 -0
- package/dist/breadcrumb/BreadcrumbList.js +14 -0
- package/dist/breadcrumb/BreadcrumbPage.cjs +9 -0
- package/dist/breadcrumb/BreadcrumbPage.d.cts +16 -0
- package/dist/breadcrumb/BreadcrumbPage.d.ts +16 -0
- package/dist/breadcrumb/BreadcrumbPage.js +9 -0
- package/dist/breadcrumb/BreadcrumbSeparator.cjs +9 -0
- package/dist/breadcrumb/BreadcrumbSeparator.d.cts +19 -0
- package/dist/breadcrumb/BreadcrumbSeparator.d.ts +19 -0
- package/dist/breadcrumb/BreadcrumbSeparator.js +9 -0
- package/dist/breadcrumb/index.cjs +1 -0
- package/dist/breadcrumb/index.d.cts +7 -0
- package/dist/breadcrumb/index.d.ts +7 -0
- package/dist/breadcrumb/index.js +1 -0
- package/dist/button/Button.cjs +17 -0
- package/dist/button/Button.d.cts +48 -0
- package/dist/button/Button.d.ts +48 -0
- package/dist/button/Button.js +17 -0
- package/dist/button/index.cjs +1 -0
- package/dist/button/index.d.cts +1 -0
- package/dist/button/index.d.ts +1 -0
- package/dist/button/index.js +1 -0
- package/dist/calendar/Calendar.cjs +5 -0
- package/dist/calendar/Calendar.d.cts +248 -0
- package/dist/calendar/Calendar.d.ts +248 -0
- package/dist/calendar/Calendar.js +5 -0
- package/dist/calendar/CalendarCell.cjs +27 -0
- package/dist/calendar/CalendarCell.d.cts +46 -0
- package/dist/calendar/CalendarCell.d.ts +46 -0
- package/dist/calendar/CalendarCell.js +27 -0
- package/dist/calendar/CalendarGrid.cjs +5 -0
- package/dist/calendar/CalendarGrid.d.cts +41 -0
- package/dist/calendar/CalendarGrid.d.ts +41 -0
- package/dist/calendar/CalendarGrid.js +5 -0
- package/dist/calendar/CalendarGridBody.cjs +5 -0
- package/dist/calendar/CalendarGridBody.d.cts +42 -0
- package/dist/calendar/CalendarGridBody.d.ts +42 -0
- package/dist/calendar/CalendarGridBody.js +5 -0
- package/dist/calendar/CalendarGridHead.cjs +5 -0
- package/dist/calendar/CalendarGridHead.d.cts +43 -0
- package/dist/calendar/CalendarGridHead.d.ts +43 -0
- package/dist/calendar/CalendarGridHead.js +5 -0
- package/dist/calendar/CalendarHeader.cjs +5 -0
- package/dist/calendar/CalendarHeader.d.cts +14 -0
- package/dist/calendar/CalendarHeader.d.ts +14 -0
- package/dist/calendar/CalendarHeader.js +5 -0
- package/dist/calendar/CalendarHeading.cjs +5 -0
- package/dist/calendar/CalendarHeading.d.cts +36 -0
- package/dist/calendar/CalendarHeading.d.ts +36 -0
- package/dist/calendar/CalendarHeading.js +5 -0
- package/dist/calendar/CalendarNextButton.cjs +9 -0
- package/dist/calendar/CalendarNextButton.d.cts +32 -0
- package/dist/calendar/CalendarNextButton.d.ts +32 -0
- package/dist/calendar/CalendarNextButton.js +9 -0
- package/dist/calendar/CalendarPreviousButton.cjs +9 -0
- package/dist/calendar/CalendarPreviousButton.d.cts +32 -0
- package/dist/calendar/CalendarPreviousButton.d.ts +32 -0
- package/dist/calendar/CalendarPreviousButton.js +9 -0
- package/dist/calendar/CalendarRow.cjs +5 -0
- package/dist/calendar/CalendarRow.d.cts +12 -0
- package/dist/calendar/CalendarRow.d.ts +12 -0
- package/dist/calendar/CalendarRow.js +5 -0
- package/dist/calendar/CalendarWeekDay.cjs +5 -0
- package/dist/calendar/CalendarWeekDay.d.cts +12 -0
- package/dist/calendar/CalendarWeekDay.d.ts +12 -0
- package/dist/calendar/CalendarWeekDay.js +5 -0
- package/dist/calendar/index.cjs +1 -0
- package/dist/calendar/index.d.cts +13 -0
- package/dist/calendar/index.d.ts +13 -0
- package/dist/calendar/index.js +1 -0
- package/dist/calendar/locale.cjs +1 -0
- package/dist/calendar/locale.d.cts +45 -0
- package/dist/calendar/locale.d.ts +45 -0
- package/dist/calendar/locale.js +1 -0
- package/dist/card/Card.cjs +9 -0
- package/dist/card/Card.d.cts +30 -0
- package/dist/card/Card.d.ts +30 -0
- package/dist/card/Card.js +9 -0
- package/dist/card/CardContent.cjs +9 -0
- package/dist/card/CardContent.d.cts +17 -0
- package/dist/card/CardContent.d.ts +17 -0
- package/dist/card/CardContent.js +9 -0
- package/dist/card/CardDescription.cjs +10 -0
- package/dist/card/CardDescription.d.cts +17 -0
- package/dist/card/CardDescription.d.ts +17 -0
- package/dist/card/CardDescription.js +10 -0
- package/dist/card/CardFooter.cjs +9 -0
- package/dist/card/CardFooter.d.cts +17 -0
- package/dist/card/CardFooter.d.ts +17 -0
- package/dist/card/CardFooter.js +9 -0
- package/dist/card/CardHeader.cjs +9 -0
- package/dist/card/CardHeader.d.cts +17 -0
- package/dist/card/CardHeader.d.ts +17 -0
- package/dist/card/CardHeader.js +9 -0
- package/dist/card/CardTitle.cjs +10 -0
- package/dist/card/CardTitle.d.cts +16 -0
- package/dist/card/CardTitle.d.ts +16 -0
- package/dist/card/CardTitle.js +10 -0
- package/dist/card/index.cjs +1 -0
- package/dist/card/index.d.cts +6 -0
- package/dist/card/index.d.ts +6 -0
- package/dist/card/index.js +1 -0
- package/dist/carousel/Carousel.cjs +5 -0
- package/dist/carousel/Carousel.d.cts +123 -0
- package/dist/carousel/Carousel.d.ts +123 -0
- package/dist/carousel/Carousel.js +5 -0
- package/dist/carousel/CarouselContent.cjs +5 -0
- package/dist/carousel/CarouselContent.d.cts +21 -0
- package/dist/carousel/CarouselContent.d.ts +21 -0
- package/dist/carousel/CarouselContent.js +5 -0
- package/dist/carousel/CarouselItem.cjs +8 -0
- package/dist/carousel/CarouselItem.d.cts +24 -0
- package/dist/carousel/CarouselItem.d.ts +24 -0
- package/dist/carousel/CarouselItem.js +8 -0
- package/dist/carousel/CarouselNext.cjs +15 -0
- package/dist/carousel/CarouselNext.d.cts +34 -0
- package/dist/carousel/CarouselNext.d.ts +34 -0
- package/dist/carousel/CarouselNext.js +15 -0
- package/dist/carousel/CarouselPlayPause.cjs +15 -0
- package/dist/carousel/CarouselPlayPause.d.cts +40 -0
- package/dist/carousel/CarouselPlayPause.d.ts +40 -0
- package/dist/carousel/CarouselPlayPause.js +15 -0
- package/dist/carousel/CarouselPrevious.cjs +15 -0
- package/dist/carousel/CarouselPrevious.d.cts +34 -0
- package/dist/carousel/CarouselPrevious.d.ts +34 -0
- package/dist/carousel/CarouselPrevious.js +15 -0
- package/dist/carousel/index.cjs +1 -0
- package/dist/carousel/index.d.cts +6 -0
- package/dist/carousel/index.d.ts +6 -0
- package/dist/carousel/index.js +1 -0
- package/dist/checkbox/Checkbox.cjs +22 -0
- package/dist/checkbox/Checkbox.d.cts +68 -0
- package/dist/checkbox/Checkbox.d.ts +68 -0
- package/dist/checkbox/Checkbox.js +22 -0
- package/dist/checkbox/CheckboxIndicator.cjs +5 -0
- package/dist/checkbox/CheckboxIndicator.d.cts +51 -0
- package/dist/checkbox/CheckboxIndicator.d.ts +51 -0
- package/dist/checkbox/CheckboxIndicator.js +5 -0
- package/dist/checkbox/index.cjs +1 -0
- package/dist/checkbox/index.d.cts +2 -0
- package/dist/checkbox/index.d.ts +2 -0
- package/dist/checkbox/index.js +1 -0
- package/dist/checkbox-card/CheckboxCard.cjs +13 -0
- package/dist/checkbox-card/CheckboxCard.d.cts +136 -0
- package/dist/checkbox-card/CheckboxCard.d.ts +136 -0
- package/dist/checkbox-card/CheckboxCard.js +13 -0
- package/dist/checkbox-card/CheckboxCardControl.cjs +13 -0
- package/dist/checkbox-card/CheckboxCardControl.d.cts +39 -0
- package/dist/checkbox-card/CheckboxCardControl.d.ts +39 -0
- package/dist/checkbox-card/CheckboxCardControl.js +13 -0
- package/dist/checkbox-card/CheckboxCardDescription.cjs +8 -0
- package/dist/checkbox-card/CheckboxCardDescription.d.cts +31 -0
- package/dist/checkbox-card/CheckboxCardDescription.d.ts +31 -0
- package/dist/checkbox-card/CheckboxCardDescription.js +8 -0
- package/dist/checkbox-card/CheckboxCardIndicator.cjs +8 -0
- package/dist/checkbox-card/CheckboxCardIndicator.d.cts +32 -0
- package/dist/checkbox-card/CheckboxCardIndicator.d.ts +32 -0
- package/dist/checkbox-card/CheckboxCardIndicator.js +8 -0
- package/dist/checkbox-card/CheckboxCardLabel.cjs +8 -0
- package/dist/checkbox-card/CheckboxCardLabel.d.cts +34 -0
- package/dist/checkbox-card/CheckboxCardLabel.d.ts +34 -0
- package/dist/checkbox-card/CheckboxCardLabel.js +8 -0
- package/dist/checkbox-card/index.cjs +1 -0
- package/dist/checkbox-card/index.d.cts +5 -0
- package/dist/checkbox-card/index.d.ts +5 -0
- package/dist/checkbox-card/index.js +1 -0
- package/dist/checkbox-group/CheckboxGroup.cjs +5 -0
- package/dist/checkbox-group/CheckboxGroup.d.cts +122 -0
- package/dist/checkbox-group/CheckboxGroup.d.ts +122 -0
- package/dist/checkbox-group/CheckboxGroup.js +5 -0
- package/dist/checkbox-group/CheckboxGroupItem.cjs +9 -0
- package/dist/checkbox-group/CheckboxGroupItem.d.cts +48 -0
- package/dist/checkbox-group/CheckboxGroupItem.d.ts +48 -0
- package/dist/checkbox-group/CheckboxGroupItem.js +9 -0
- package/dist/checkbox-group/CheckboxGroupSelectAll.cjs +9 -0
- package/dist/checkbox-group/CheckboxGroupSelectAll.d.cts +45 -0
- package/dist/checkbox-group/CheckboxGroupSelectAll.d.ts +45 -0
- package/dist/checkbox-group/CheckboxGroupSelectAll.js +9 -0
- package/dist/checkbox-group/index.cjs +1 -0
- package/dist/checkbox-group/index.d.cts +3 -0
- package/dist/checkbox-group/index.d.ts +3 -0
- package/dist/checkbox-group/index.js +1 -0
- package/dist/clipboard/Clipboard.cjs +5 -0
- package/dist/clipboard/Clipboard.d.cts +96 -0
- package/dist/clipboard/Clipboard.d.ts +96 -0
- package/dist/clipboard/Clipboard.js +5 -0
- package/dist/clipboard/ClipboardIndicator.cjs +33 -0
- package/dist/clipboard/ClipboardIndicator.d.cts +51 -0
- package/dist/clipboard/ClipboardIndicator.d.ts +51 -0
- package/dist/clipboard/ClipboardIndicator.js +33 -0
- package/dist/clipboard/ClipboardInput.cjs +12 -0
- package/dist/clipboard/ClipboardInput.d.cts +62 -0
- package/dist/clipboard/ClipboardInput.d.ts +62 -0
- package/dist/clipboard/ClipboardInput.js +12 -0
- package/dist/clipboard/ClipboardTrigger.cjs +17 -0
- package/dist/clipboard/ClipboardTrigger.d.cts +51 -0
- package/dist/clipboard/ClipboardTrigger.d.ts +51 -0
- package/dist/clipboard/ClipboardTrigger.js +17 -0
- package/dist/clipboard/index.cjs +1 -0
- package/dist/clipboard/index.d.cts +4 -0
- package/dist/clipboard/index.d.ts +4 -0
- package/dist/clipboard/index.js +1 -0
- package/dist/collapsible/Collapsible.cjs +5 -0
- package/dist/collapsible/Collapsible.d.cts +49 -0
- package/dist/collapsible/Collapsible.d.ts +49 -0
- package/dist/collapsible/Collapsible.js +5 -0
- package/dist/collapsible/CollapsibleContent.cjs +8 -0
- package/dist/collapsible/CollapsibleContent.d.cts +24 -0
- package/dist/collapsible/CollapsibleContent.d.ts +24 -0
- package/dist/collapsible/CollapsibleContent.js +8 -0
- package/dist/collapsible/CollapsibleTrigger.cjs +18 -0
- package/dist/collapsible/CollapsibleTrigger.d.cts +24 -0
- package/dist/collapsible/CollapsibleTrigger.d.ts +24 -0
- package/dist/collapsible/CollapsibleTrigger.js +18 -0
- package/dist/collapsible/index.cjs +1 -0
- package/dist/collapsible/index.d.cts +3 -0
- package/dist/collapsible/index.d.ts +3 -0
- package/dist/collapsible/index.js +1 -0
- package/dist/color-picker/ColorPicker.cjs +5 -0
- package/dist/color-picker/ColorPicker.d.cts +192 -0
- package/dist/color-picker/ColorPicker.d.ts +192 -0
- package/dist/color-picker/ColorPicker.js +5 -0
- package/dist/color-picker/ColorPickerAlphaSlider.cjs +1 -0
- package/dist/color-picker/ColorPickerAlphaSlider.d.cts +54 -0
- package/dist/color-picker/ColorPickerAlphaSlider.d.ts +54 -0
- package/dist/color-picker/ColorPickerAlphaSlider.js +1 -0
- package/dist/color-picker/ColorPickerAlphaSliderThumb.cjs +1 -0
- package/dist/color-picker/ColorPickerAlphaSliderThumb.d.cts +37 -0
- package/dist/color-picker/ColorPickerAlphaSliderThumb.d.ts +37 -0
- package/dist/color-picker/ColorPickerAlphaSliderThumb.js +1 -0
- package/dist/color-picker/ColorPickerArea.cjs +8 -0
- package/dist/color-picker/ColorPickerArea.d.cts +67 -0
- package/dist/color-picker/ColorPickerArea.d.ts +67 -0
- package/dist/color-picker/ColorPickerArea.js +8 -0
- package/dist/color-picker/ColorPickerAreaThumb.cjs +17 -0
- package/dist/color-picker/ColorPickerAreaThumb.d.cts +98 -0
- package/dist/color-picker/ColorPickerAreaThumb.d.ts +98 -0
- package/dist/color-picker/ColorPickerAreaThumb.js +17 -0
- package/dist/color-picker/ColorPickerEyeDropper.cjs +13 -0
- package/dist/color-picker/ColorPickerEyeDropper.d.cts +50 -0
- package/dist/color-picker/ColorPickerEyeDropper.d.ts +50 -0
- package/dist/color-picker/ColorPickerEyeDropper.js +13 -0
- package/dist/color-picker/ColorPickerFormatSelect.cjs +11 -0
- package/dist/color-picker/ColorPickerFormatSelect.d.cts +94 -0
- package/dist/color-picker/ColorPickerFormatSelect.d.ts +94 -0
- package/dist/color-picker/ColorPickerFormatSelect.js +11 -0
- package/dist/color-picker/ColorPickerHueSlider.cjs +1 -0
- package/dist/color-picker/ColorPickerHueSlider.d.cts +61 -0
- package/dist/color-picker/ColorPickerHueSlider.d.ts +61 -0
- package/dist/color-picker/ColorPickerHueSlider.js +1 -0
- package/dist/color-picker/ColorPickerHueSliderThumb.cjs +1 -0
- package/dist/color-picker/ColorPickerHueSliderThumb.d.cts +36 -0
- package/dist/color-picker/ColorPickerHueSliderThumb.d.ts +36 -0
- package/dist/color-picker/ColorPickerHueSliderThumb.js +1 -0
- package/dist/color-picker/ColorPickerInput.cjs +14 -0
- package/dist/color-picker/ColorPickerInput.d.cts +86 -0
- package/dist/color-picker/ColorPickerInput.d.ts +86 -0
- package/dist/color-picker/ColorPickerInput.js +14 -0
- package/dist/color-picker/ColorPickerSwatch.cjs +40 -0
- package/dist/color-picker/ColorPickerSwatch.d.cts +84 -0
- package/dist/color-picker/ColorPickerSwatch.d.ts +84 -0
- package/dist/color-picker/ColorPickerSwatch.js +40 -0
- package/dist/color-picker/ColorPickerSwatchGroup.cjs +5 -0
- package/dist/color-picker/ColorPickerSwatchGroup.d.cts +82 -0
- package/dist/color-picker/ColorPickerSwatchGroup.d.ts +82 -0
- package/dist/color-picker/ColorPickerSwatchGroup.js +5 -0
- package/dist/color-picker/channel-slider.cjs +12 -0
- package/dist/color-picker/channel-slider.d.cts +116 -0
- package/dist/color-picker/channel-slider.d.ts +116 -0
- package/dist/color-picker/channel-slider.js +12 -0
- package/dist/color-picker/index.cjs +1 -0
- package/dist/color-picker/index.d.cts +12 -0
- package/dist/color-picker/index.d.ts +12 -0
- package/dist/color-picker/index.js +1 -0
- package/dist/color-picker/pointer-ratio.cjs +1 -0
- package/dist/color-picker/pointer-ratio.d.cts +93 -0
- package/dist/color-picker/pointer-ratio.d.ts +93 -0
- package/dist/color-picker/pointer-ratio.js +1 -0
- package/dist/combobox/Combobox.cjs +5 -0
- package/dist/combobox/Combobox.d.cts +238 -0
- package/dist/combobox/Combobox.d.ts +238 -0
- package/dist/combobox/Combobox.js +5 -0
- package/dist/combobox/ComboboxContent.cjs +5 -0
- package/dist/combobox/ComboboxContent.d.cts +82 -0
- package/dist/combobox/ComboboxContent.d.ts +82 -0
- package/dist/combobox/ComboboxContent.js +5 -0
- package/dist/combobox/ComboboxEmpty.cjs +5 -0
- package/dist/combobox/ComboboxEmpty.d.cts +28 -0
- package/dist/combobox/ComboboxEmpty.d.ts +28 -0
- package/dist/combobox/ComboboxEmpty.js +5 -0
- package/dist/combobox/ComboboxInput.cjs +27 -0
- package/dist/combobox/ComboboxInput.d.cts +56 -0
- package/dist/combobox/ComboboxInput.d.ts +56 -0
- package/dist/combobox/ComboboxInput.js +27 -0
- package/dist/combobox/ComboboxItem.cjs +8 -0
- package/dist/combobox/ComboboxItem.d.cts +53 -0
- package/dist/combobox/ComboboxItem.d.ts +53 -0
- package/dist/combobox/ComboboxItem.js +8 -0
- package/dist/combobox/ComboboxPortal.cjs +1 -0
- package/dist/combobox/ComboboxPortal.d.cts +35 -0
- package/dist/combobox/ComboboxPortal.d.ts +35 -0
- package/dist/combobox/ComboboxPortal.js +1 -0
- package/dist/combobox/index.cjs +1 -0
- package/dist/combobox/index.d.cts +7 -0
- package/dist/combobox/index.d.ts +7 -0
- package/dist/combobox/index.js +1 -0
- package/dist/command/Command.cjs +5 -0
- package/dist/command/Command.d.cts +126 -0
- package/dist/command/Command.d.ts +126 -0
- package/dist/command/Command.js +5 -0
- package/dist/command/CommandEmpty.cjs +5 -0
- package/dist/command/CommandEmpty.d.cts +22 -0
- package/dist/command/CommandEmpty.d.ts +22 -0
- package/dist/command/CommandEmpty.js +5 -0
- package/dist/command/CommandGroup.cjs +6 -0
- package/dist/command/CommandGroup.d.cts +28 -0
- package/dist/command/CommandGroup.d.ts +28 -0
- package/dist/command/CommandGroup.js +6 -0
- package/dist/command/CommandInput.cjs +14 -0
- package/dist/command/CommandInput.d.cts +66 -0
- package/dist/command/CommandInput.d.ts +66 -0
- package/dist/command/CommandInput.js +14 -0
- package/dist/command/CommandItem.cjs +5 -0
- package/dist/command/CommandItem.d.cts +40 -0
- package/dist/command/CommandItem.d.ts +40 -0
- package/dist/command/CommandItem.js +5 -0
- package/dist/command/CommandList.cjs +5 -0
- package/dist/command/CommandList.d.cts +28 -0
- package/dist/command/CommandList.d.ts +28 -0
- package/dist/command/CommandList.js +5 -0
- package/dist/command/CommandLoading.cjs +5 -0
- package/dist/command/CommandLoading.d.cts +32 -0
- package/dist/command/CommandLoading.d.ts +32 -0
- package/dist/command/CommandLoading.js +5 -0
- package/dist/command/CommandSeparator.cjs +5 -0
- package/dist/command/CommandSeparator.d.cts +15 -0
- package/dist/command/CommandSeparator.d.ts +15 -0
- package/dist/command/CommandSeparator.js +5 -0
- package/dist/command/index.cjs +1 -0
- package/dist/command/index.d.cts +8 -0
- package/dist/command/index.d.ts +8 -0
- package/dist/command/index.js +1 -0
- package/dist/context-menu/ContextMenu.cjs +5 -0
- package/dist/context-menu/ContextMenu.d.cts +78 -0
- package/dist/context-menu/ContextMenu.d.ts +78 -0
- package/dist/context-menu/ContextMenu.js +5 -0
- package/dist/context-menu/ContextMenuCheckboxItem.cjs +1 -0
- package/dist/context-menu/ContextMenuCheckboxItem.d.cts +31 -0
- package/dist/context-menu/ContextMenuCheckboxItem.d.ts +31 -0
- package/dist/context-menu/ContextMenuCheckboxItem.js +1 -0
- package/dist/context-menu/ContextMenuContent.cjs +5 -0
- package/dist/context-menu/ContextMenuContent.d.cts +51 -0
- package/dist/context-menu/ContextMenuContent.d.ts +51 -0
- package/dist/context-menu/ContextMenuContent.js +5 -0
- package/dist/context-menu/ContextMenuGroup.cjs +5 -0
- package/dist/context-menu/ContextMenuGroup.d.cts +16 -0
- package/dist/context-menu/ContextMenuGroup.d.ts +16 -0
- package/dist/context-menu/ContextMenuGroup.js +5 -0
- package/dist/context-menu/ContextMenuItem.cjs +5 -0
- package/dist/context-menu/ContextMenuItem.d.cts +43 -0
- package/dist/context-menu/ContextMenuItem.d.ts +43 -0
- package/dist/context-menu/ContextMenuItem.js +5 -0
- package/dist/context-menu/ContextMenuItemIndicator.cjs +5 -0
- package/dist/context-menu/ContextMenuItemIndicator.d.cts +24 -0
- package/dist/context-menu/ContextMenuItemIndicator.d.ts +24 -0
- package/dist/context-menu/ContextMenuItemIndicator.js +5 -0
- package/dist/context-menu/ContextMenuLabel.cjs +5 -0
- package/dist/context-menu/ContextMenuLabel.d.cts +15 -0
- package/dist/context-menu/ContextMenuLabel.d.ts +15 -0
- package/dist/context-menu/ContextMenuLabel.js +5 -0
- package/dist/context-menu/ContextMenuPortal.cjs +1 -0
- package/dist/context-menu/ContextMenuPortal.d.cts +35 -0
- package/dist/context-menu/ContextMenuPortal.d.ts +35 -0
- package/dist/context-menu/ContextMenuPortal.js +1 -0
- package/dist/context-menu/ContextMenuRadioGroup.cjs +5 -0
- package/dist/context-menu/ContextMenuRadioGroup.d.cts +28 -0
- package/dist/context-menu/ContextMenuRadioGroup.d.ts +28 -0
- package/dist/context-menu/ContextMenuRadioGroup.js +5 -0
- package/dist/context-menu/ContextMenuRadioItem.cjs +1 -0
- package/dist/context-menu/ContextMenuRadioItem.d.cts +27 -0
- package/dist/context-menu/ContextMenuRadioItem.d.ts +27 -0
- package/dist/context-menu/ContextMenuRadioItem.js +1 -0
- package/dist/context-menu/ContextMenuSeparator.cjs +5 -0
- package/dist/context-menu/ContextMenuSeparator.d.cts +16 -0
- package/dist/context-menu/ContextMenuSeparator.d.ts +16 -0
- package/dist/context-menu/ContextMenuSeparator.js +5 -0
- package/dist/context-menu/ContextMenuSub.cjs +1 -0
- package/dist/context-menu/ContextMenuSub.d.cts +55 -0
- package/dist/context-menu/ContextMenuSub.d.ts +55 -0
- package/dist/context-menu/ContextMenuSub.js +1 -0
- package/dist/context-menu/ContextMenuTrigger.cjs +5 -0
- package/dist/context-menu/ContextMenuTrigger.d.cts +38 -0
- package/dist/context-menu/ContextMenuTrigger.d.ts +38 -0
- package/dist/context-menu/ContextMenuTrigger.js +5 -0
- package/dist/context-menu/index.cjs +1 -0
- package/dist/context-menu/index.d.cts +13 -0
- package/dist/context-menu/index.d.ts +13 -0
- package/dist/context-menu/index.js +1 -0
- package/dist/data-list/DataList.cjs +12 -0
- package/dist/data-list/DataList.d.cts +155 -0
- package/dist/data-list/DataList.d.ts +155 -0
- package/dist/data-list/DataList.js +12 -0
- package/dist/data-list/index.cjs +1 -0
- package/dist/data-list/index.d.cts +2 -0
- package/dist/data-list/index.d.ts +2 -0
- package/dist/data-list/index.js +1 -0
- package/dist/date-field/DateField.cjs +1 -0
- package/dist/date-field/DateField.d.cts +158 -0
- package/dist/date-field/DateField.d.ts +158 -0
- package/dist/date-field/DateField.js +1 -0
- package/dist/date-field/index.cjs +1 -0
- package/dist/date-field/index.d.cts +1 -0
- package/dist/date-field/index.d.ts +1 -0
- package/dist/date-field/index.js +1 -0
- package/dist/date-picker/DatePicker.cjs +5 -0
- package/dist/date-picker/DatePicker.d.cts +117 -0
- package/dist/date-picker/DatePicker.d.ts +117 -0
- package/dist/date-picker/DatePicker.js +5 -0
- package/dist/date-picker/DatePickerCalendar.cjs +7 -0
- package/dist/date-picker/DatePickerCalendar.d.cts +37 -0
- package/dist/date-picker/DatePickerCalendar.d.ts +37 -0
- package/dist/date-picker/DatePickerCalendar.js +7 -0
- package/dist/date-picker/DatePickerClose.cjs +9 -0
- package/dist/date-picker/DatePickerClose.d.cts +21 -0
- package/dist/date-picker/DatePickerClose.d.ts +21 -0
- package/dist/date-picker/DatePickerClose.js +9 -0
- package/dist/date-picker/DatePickerContent.cjs +5 -0
- package/dist/date-picker/DatePickerContent.d.cts +64 -0
- package/dist/date-picker/DatePickerContent.d.ts +64 -0
- package/dist/date-picker/DatePickerContent.js +5 -0
- package/dist/date-picker/DatePickerInput.cjs +10 -0
- package/dist/date-picker/DatePickerInput.d.cts +66 -0
- package/dist/date-picker/DatePickerInput.d.ts +66 -0
- package/dist/date-picker/DatePickerInput.js +10 -0
- package/dist/date-picker/DatePickerPortal.cjs +1 -0
- package/dist/date-picker/DatePickerPortal.d.cts +36 -0
- package/dist/date-picker/DatePickerPortal.d.ts +36 -0
- package/dist/date-picker/DatePickerPortal.js +1 -0
- package/dist/date-picker/DatePickerTimeField.cjs +10 -0
- package/dist/date-picker/DatePickerTimeField.d.cts +44 -0
- package/dist/date-picker/DatePickerTimeField.d.ts +44 -0
- package/dist/date-picker/DatePickerTimeField.js +10 -0
- package/dist/date-picker/DatePickerTrigger.cjs +18 -0
- package/dist/date-picker/DatePickerTrigger.d.cts +40 -0
- package/dist/date-picker/DatePickerTrigger.d.ts +40 -0
- package/dist/date-picker/DatePickerTrigger.js +18 -0
- package/dist/date-picker/index.cjs +1 -0
- package/dist/date-picker/index.d.cts +8 -0
- package/dist/date-picker/index.d.ts +8 -0
- package/dist/date-picker/index.js +1 -0
- package/dist/dialog/Dialog.cjs +5 -0
- package/dist/dialog/Dialog.d.cts +63 -0
- package/dist/dialog/Dialog.d.ts +63 -0
- package/dist/dialog/Dialog.js +5 -0
- package/dist/dialog/DialogClose.cjs +9 -0
- package/dist/dialog/DialogClose.d.cts +21 -0
- package/dist/dialog/DialogClose.d.ts +21 -0
- package/dist/dialog/DialogClose.js +9 -0
- package/dist/dialog/DialogContent.cjs +1 -0
- package/dist/dialog/DialogContent.d.cts +97 -0
- package/dist/dialog/DialogContent.d.ts +97 -0
- package/dist/dialog/DialogContent.js +1 -0
- package/dist/dialog/DialogDescription.cjs +5 -0
- package/dist/dialog/DialogDescription.d.cts +17 -0
- package/dist/dialog/DialogDescription.d.ts +17 -0
- package/dist/dialog/DialogDescription.js +5 -0
- package/dist/dialog/DialogOverlay.cjs +15 -0
- package/dist/dialog/DialogOverlay.d.cts +63 -0
- package/dist/dialog/DialogOverlay.d.ts +63 -0
- package/dist/dialog/DialogOverlay.js +15 -0
- package/dist/dialog/DialogPortal.cjs +1 -0
- package/dist/dialog/DialogPortal.d.cts +33 -0
- package/dist/dialog/DialogPortal.d.ts +33 -0
- package/dist/dialog/DialogPortal.js +1 -0
- package/dist/dialog/DialogTitle.cjs +5 -0
- package/dist/dialog/DialogTitle.d.cts +17 -0
- package/dist/dialog/DialogTitle.d.ts +17 -0
- package/dist/dialog/DialogTitle.js +5 -0
- package/dist/dialog/DialogTrigger.cjs +17 -0
- package/dist/dialog/DialogTrigger.d.cts +23 -0
- package/dist/dialog/DialogTrigger.d.ts +23 -0
- package/dist/dialog/DialogTrigger.js +17 -0
- package/dist/dialog/index.cjs +1 -0
- package/dist/dialog/index.d.cts +8 -0
- package/dist/dialog/index.d.ts +8 -0
- package/dist/dialog/index.js +1 -0
- package/dist/drawer/Drawer.cjs +5 -0
- package/dist/drawer/Drawer.d.cts +86 -0
- package/dist/drawer/Drawer.d.ts +86 -0
- package/dist/drawer/Drawer.js +5 -0
- package/dist/drawer/DrawerClose.cjs +9 -0
- package/dist/drawer/DrawerClose.d.cts +21 -0
- package/dist/drawer/DrawerClose.d.ts +21 -0
- package/dist/drawer/DrawerClose.js +9 -0
- package/dist/drawer/DrawerContent.cjs +8 -0
- package/dist/drawer/DrawerContent.d.cts +64 -0
- package/dist/drawer/DrawerContent.d.ts +64 -0
- package/dist/drawer/DrawerContent.js +8 -0
- package/dist/drawer/DrawerDescription.cjs +5 -0
- package/dist/drawer/DrawerDescription.d.cts +17 -0
- package/dist/drawer/DrawerDescription.d.ts +17 -0
- package/dist/drawer/DrawerDescription.js +5 -0
- package/dist/drawer/DrawerOverlay.cjs +14 -0
- package/dist/drawer/DrawerOverlay.d.cts +28 -0
- package/dist/drawer/DrawerOverlay.d.ts +28 -0
- package/dist/drawer/DrawerOverlay.js +14 -0
- package/dist/drawer/DrawerPortal.cjs +1 -0
- package/dist/drawer/DrawerPortal.d.cts +36 -0
- package/dist/drawer/DrawerPortal.d.ts +36 -0
- package/dist/drawer/DrawerPortal.js +1 -0
- package/dist/drawer/DrawerTitle.cjs +5 -0
- package/dist/drawer/DrawerTitle.d.cts +17 -0
- package/dist/drawer/DrawerTitle.d.ts +17 -0
- package/dist/drawer/DrawerTitle.js +5 -0
- package/dist/drawer/DrawerTrigger.cjs +17 -0
- package/dist/drawer/DrawerTrigger.d.cts +25 -0
- package/dist/drawer/DrawerTrigger.d.ts +25 -0
- package/dist/drawer/DrawerTrigger.js +17 -0
- package/dist/drawer/index.cjs +1 -0
- package/dist/drawer/index.d.cts +8 -0
- package/dist/drawer/index.d.ts +8 -0
- package/dist/drawer/index.js +1 -0
- package/dist/dropdown-menu/DropdownMenu.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenu.d.cts +64 -0
- package/dist/dropdown-menu/DropdownMenu.d.ts +64 -0
- package/dist/dropdown-menu/DropdownMenu.js +5 -0
- package/dist/dropdown-menu/DropdownMenuArrow.cjs +1 -0
- package/dist/dropdown-menu/DropdownMenuArrow.d.cts +23 -0
- package/dist/dropdown-menu/DropdownMenuArrow.d.ts +23 -0
- package/dist/dropdown-menu/DropdownMenuArrow.js +1 -0
- package/dist/dropdown-menu/DropdownMenuCheckboxItem.cjs +1 -0
- package/dist/dropdown-menu/DropdownMenuCheckboxItem.d.cts +31 -0
- package/dist/dropdown-menu/DropdownMenuCheckboxItem.d.ts +31 -0
- package/dist/dropdown-menu/DropdownMenuCheckboxItem.js +1 -0
- package/dist/dropdown-menu/DropdownMenuContent.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuContent.d.cts +88 -0
- package/dist/dropdown-menu/DropdownMenuContent.d.ts +88 -0
- package/dist/dropdown-menu/DropdownMenuContent.js +5 -0
- package/dist/dropdown-menu/DropdownMenuGroup.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuGroup.d.cts +16 -0
- package/dist/dropdown-menu/DropdownMenuGroup.d.ts +16 -0
- package/dist/dropdown-menu/DropdownMenuGroup.js +5 -0
- package/dist/dropdown-menu/DropdownMenuItem.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuItem.d.cts +41 -0
- package/dist/dropdown-menu/DropdownMenuItem.d.ts +41 -0
- package/dist/dropdown-menu/DropdownMenuItem.js +5 -0
- package/dist/dropdown-menu/DropdownMenuItemIndicator.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuItemIndicator.d.cts +24 -0
- package/dist/dropdown-menu/DropdownMenuItemIndicator.d.ts +24 -0
- package/dist/dropdown-menu/DropdownMenuItemIndicator.js +5 -0
- package/dist/dropdown-menu/DropdownMenuLabel.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuLabel.d.cts +15 -0
- package/dist/dropdown-menu/DropdownMenuLabel.d.ts +15 -0
- package/dist/dropdown-menu/DropdownMenuLabel.js +5 -0
- package/dist/dropdown-menu/DropdownMenuPortal.cjs +1 -0
- package/dist/dropdown-menu/DropdownMenuPortal.d.cts +35 -0
- package/dist/dropdown-menu/DropdownMenuPortal.d.ts +35 -0
- package/dist/dropdown-menu/DropdownMenuPortal.js +1 -0
- package/dist/dropdown-menu/DropdownMenuRadioGroup.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuRadioGroup.d.cts +28 -0
- package/dist/dropdown-menu/DropdownMenuRadioGroup.d.ts +28 -0
- package/dist/dropdown-menu/DropdownMenuRadioGroup.js +5 -0
- package/dist/dropdown-menu/DropdownMenuRadioItem.cjs +1 -0
- package/dist/dropdown-menu/DropdownMenuRadioItem.d.cts +27 -0
- package/dist/dropdown-menu/DropdownMenuRadioItem.d.ts +27 -0
- package/dist/dropdown-menu/DropdownMenuRadioItem.js +1 -0
- package/dist/dropdown-menu/DropdownMenuSeparator.cjs +5 -0
- package/dist/dropdown-menu/DropdownMenuSeparator.d.cts +16 -0
- package/dist/dropdown-menu/DropdownMenuSeparator.d.ts +16 -0
- package/dist/dropdown-menu/DropdownMenuSeparator.js +5 -0
- package/dist/dropdown-menu/DropdownMenuSub.cjs +1 -0
- package/dist/dropdown-menu/DropdownMenuSub.d.cts +55 -0
- package/dist/dropdown-menu/DropdownMenuSub.d.ts +55 -0
- package/dist/dropdown-menu/DropdownMenuSub.js +1 -0
- package/dist/dropdown-menu/DropdownMenuTrigger.cjs +20 -0
- package/dist/dropdown-menu/DropdownMenuTrigger.d.cts +30 -0
- package/dist/dropdown-menu/DropdownMenuTrigger.d.ts +30 -0
- package/dist/dropdown-menu/DropdownMenuTrigger.js +20 -0
- package/dist/dropdown-menu/index.cjs +1 -0
- package/dist/dropdown-menu/index.d.cts +14 -0
- package/dist/dropdown-menu/index.d.ts +14 -0
- package/dist/dropdown-menu/index.js +1 -0
- package/dist/editable/Editable.cjs +5 -0
- package/dist/editable/Editable.d.cts +238 -0
- package/dist/editable/Editable.d.ts +238 -0
- package/dist/editable/Editable.js +5 -0
- package/dist/editable/EditableCancelTrigger.cjs +17 -0
- package/dist/editable/EditableCancelTrigger.d.cts +39 -0
- package/dist/editable/EditableCancelTrigger.d.ts +39 -0
- package/dist/editable/EditableCancelTrigger.js +17 -0
- package/dist/editable/EditableEditTrigger.cjs +18 -0
- package/dist/editable/EditableEditTrigger.d.cts +41 -0
- package/dist/editable/EditableEditTrigger.d.ts +41 -0
- package/dist/editable/EditableEditTrigger.js +18 -0
- package/dist/editable/EditableInput.cjs +18 -0
- package/dist/editable/EditableInput.d.cts +70 -0
- package/dist/editable/EditableInput.d.ts +70 -0
- package/dist/editable/EditableInput.js +18 -0
- package/dist/editable/EditablePreview.cjs +5 -0
- package/dist/editable/EditablePreview.d.cts +46 -0
- package/dist/editable/EditablePreview.d.ts +46 -0
- package/dist/editable/EditablePreview.js +5 -0
- package/dist/editable/EditableSubmitTrigger.cjs +17 -0
- package/dist/editable/EditableSubmitTrigger.d.cts +46 -0
- package/dist/editable/EditableSubmitTrigger.d.ts +46 -0
- package/dist/editable/EditableSubmitTrigger.js +17 -0
- package/dist/editable/EditableTextarea.cjs +17 -0
- package/dist/editable/EditableTextarea.d.cts +68 -0
- package/dist/editable/EditableTextarea.d.ts +68 -0
- package/dist/editable/EditableTextarea.js +17 -0
- package/dist/editable/index.cjs +1 -0
- package/dist/editable/index.d.cts +8 -0
- package/dist/editable/index.d.ts +8 -0
- package/dist/editable/index.js +1 -0
- package/dist/field/Field.cjs +5 -0
- package/dist/field/Field.d.cts +180 -0
- package/dist/field/Field.d.ts +180 -0
- package/dist/field/Field.js +5 -0
- package/dist/field/FieldCharacterCount.cjs +10 -0
- package/dist/field/FieldCharacterCount.d.cts +72 -0
- package/dist/field/FieldCharacterCount.d.ts +72 -0
- package/dist/field/FieldCharacterCount.js +10 -0
- package/dist/field/FieldDescription.cjs +5 -0
- package/dist/field/FieldDescription.d.cts +34 -0
- package/dist/field/FieldDescription.d.ts +34 -0
- package/dist/field/FieldDescription.js +5 -0
- package/dist/field/FieldError.cjs +8 -0
- package/dist/field/FieldError.d.cts +46 -0
- package/dist/field/FieldError.d.ts +46 -0
- package/dist/field/FieldError.js +8 -0
- package/dist/field/FieldLabel.cjs +5 -0
- package/dist/field/FieldLabel.d.cts +52 -0
- package/dist/field/FieldLabel.d.ts +52 -0
- package/dist/field/FieldLabel.js +5 -0
- package/dist/field/Fieldset.cjs +1 -0
- package/dist/field/Fieldset.d.cts +43 -0
- package/dist/field/Fieldset.d.ts +43 -0
- package/dist/field/Fieldset.js +1 -0
- package/dist/field/field-core.cjs +1 -0
- package/dist/field/field-core.d.cts +284 -0
- package/dist/field/field-core.d.ts +284 -0
- package/dist/field/field-core.js +1 -0
- package/dist/field/index.cjs +1 -0
- package/dist/field/index.d.cts +7 -0
- package/dist/field/index.d.ts +7 -0
- package/dist/field/index.js +1 -0
- package/dist/file-upload/FileUpload.cjs +5 -0
- package/dist/file-upload/FileUpload.d.cts +129 -0
- package/dist/file-upload/FileUpload.d.ts +129 -0
- package/dist/file-upload/FileUpload.js +5 -0
- package/dist/file-upload/FileUploadDropzone.cjs +5 -0
- package/dist/file-upload/FileUploadDropzone.d.cts +37 -0
- package/dist/file-upload/FileUploadDropzone.d.ts +37 -0
- package/dist/file-upload/FileUploadDropzone.js +5 -0
- package/dist/file-upload/FileUploadInput.cjs +27 -0
- package/dist/file-upload/FileUploadInput.d.cts +37 -0
- package/dist/file-upload/FileUploadInput.d.ts +37 -0
- package/dist/file-upload/FileUploadInput.js +27 -0
- package/dist/file-upload/FileUploadItem.cjs +5 -0
- package/dist/file-upload/FileUploadItem.d.cts +38 -0
- package/dist/file-upload/FileUploadItem.d.ts +38 -0
- package/dist/file-upload/FileUploadItem.js +5 -0
- package/dist/file-upload/FileUploadItemDelete.cjs +15 -0
- package/dist/file-upload/FileUploadItemDelete.d.cts +28 -0
- package/dist/file-upload/FileUploadItemDelete.d.ts +28 -0
- package/dist/file-upload/FileUploadItemDelete.js +15 -0
- package/dist/file-upload/FileUploadTrigger.cjs +15 -0
- package/dist/file-upload/FileUploadTrigger.d.cts +25 -0
- package/dist/file-upload/FileUploadTrigger.d.ts +25 -0
- package/dist/file-upload/FileUploadTrigger.js +15 -0
- package/dist/file-upload/index.cjs +1 -0
- package/dist/file-upload/index.d.cts +6 -0
- package/dist/file-upload/index.d.ts +6 -0
- package/dist/file-upload/index.js +1 -0
- package/dist/floating-panel/FloatingPanel.cjs +5 -0
- package/dist/floating-panel/FloatingPanel.d.cts +262 -0
- package/dist/floating-panel/FloatingPanel.d.ts +262 -0
- package/dist/floating-panel/FloatingPanel.js +5 -0
- package/dist/floating-panel/FloatingPanelCloseTrigger.cjs +14 -0
- package/dist/floating-panel/FloatingPanelCloseTrigger.d.cts +32 -0
- package/dist/floating-panel/FloatingPanelCloseTrigger.d.ts +32 -0
- package/dist/floating-panel/FloatingPanelCloseTrigger.js +14 -0
- package/dist/floating-panel/FloatingPanelContent.cjs +5 -0
- package/dist/floating-panel/FloatingPanelContent.d.cts +62 -0
- package/dist/floating-panel/FloatingPanelContent.d.ts +62 -0
- package/dist/floating-panel/FloatingPanelContent.js +5 -0
- package/dist/floating-panel/FloatingPanelHeader.cjs +7 -0
- package/dist/floating-panel/FloatingPanelHeader.d.cts +60 -0
- package/dist/floating-panel/FloatingPanelHeader.d.ts +60 -0
- package/dist/floating-panel/FloatingPanelHeader.js +7 -0
- package/dist/floating-panel/FloatingPanelPortal.cjs +1 -0
- package/dist/floating-panel/FloatingPanelPortal.d.cts +30 -0
- package/dist/floating-panel/FloatingPanelPortal.d.ts +30 -0
- package/dist/floating-panel/FloatingPanelPortal.js +1 -0
- package/dist/floating-panel/FloatingPanelResizeTrigger.cjs +7 -0
- package/dist/floating-panel/FloatingPanelResizeTrigger.d.cts +64 -0
- package/dist/floating-panel/FloatingPanelResizeTrigger.d.ts +64 -0
- package/dist/floating-panel/FloatingPanelResizeTrigger.js +7 -0
- package/dist/floating-panel/FloatingPanelStageTrigger.cjs +16 -0
- package/dist/floating-panel/FloatingPanelStageTrigger.d.cts +52 -0
- package/dist/floating-panel/FloatingPanelStageTrigger.d.ts +52 -0
- package/dist/floating-panel/FloatingPanelStageTrigger.js +16 -0
- package/dist/floating-panel/FloatingPanelTitle.cjs +5 -0
- package/dist/floating-panel/FloatingPanelTitle.d.cts +23 -0
- package/dist/floating-panel/FloatingPanelTitle.d.ts +23 -0
- package/dist/floating-panel/FloatingPanelTitle.js +5 -0
- package/dist/floating-panel/FloatingPanelTrigger.cjs +16 -0
- package/dist/floating-panel/FloatingPanelTrigger.d.cts +30 -0
- package/dist/floating-panel/FloatingPanelTrigger.d.ts +30 -0
- package/dist/floating-panel/FloatingPanelTrigger.js +16 -0
- package/dist/floating-panel/gesture.cjs +1 -0
- package/dist/floating-panel/gesture.d.cts +25 -0
- package/dist/floating-panel/gesture.d.ts +25 -0
- package/dist/floating-panel/gesture.js +1 -0
- package/dist/floating-panel/index.cjs +1 -0
- package/dist/floating-panel/index.d.cts +9 -0
- package/dist/floating-panel/index.d.ts +9 -0
- package/dist/floating-panel/index.js +1 -0
- package/dist/form/Form.cjs +5 -0
- package/dist/form/Form.d.cts +48 -0
- package/dist/form/Form.d.ts +48 -0
- package/dist/form/Form.js +5 -0
- package/dist/form/FormControl.cjs +5 -0
- package/dist/form/FormControl.d.cts +41 -0
- package/dist/form/FormControl.d.ts +41 -0
- package/dist/form/FormControl.js +5 -0
- package/dist/form/FormErrorSummary.cjs +15 -0
- package/dist/form/FormErrorSummary.d.cts +79 -0
- package/dist/form/FormErrorSummary.d.ts +79 -0
- package/dist/form/FormErrorSummary.js +15 -0
- package/dist/form/FormField.cjs +5 -0
- package/dist/form/FormField.d.cts +47 -0
- package/dist/form/FormField.d.ts +47 -0
- package/dist/form/FormField.js +5 -0
- package/dist/form/FormLabel.cjs +5 -0
- package/dist/form/FormLabel.d.cts +25 -0
- package/dist/form/FormLabel.d.ts +25 -0
- package/dist/form/FormLabel.js +5 -0
- package/dist/form/FormMessage.cjs +8 -0
- package/dist/form/FormMessage.d.cts +38 -0
- package/dist/form/FormMessage.d.ts +38 -0
- package/dist/form/FormMessage.js +8 -0
- package/dist/form/FormSubmit.cjs +9 -0
- package/dist/form/FormSubmit.d.cts +21 -0
- package/dist/form/FormSubmit.d.ts +21 -0
- package/dist/form/FormSubmit.js +9 -0
- package/dist/form/index.cjs +1 -0
- package/dist/form/index.d.cts +7 -0
- package/dist/form/index.d.ts +7 -0
- package/dist/form/index.js +1 -0
- package/dist/form/validity.cjs +1 -0
- package/dist/form/validity.d.cts +21 -0
- package/dist/form/validity.d.ts +21 -0
- package/dist/form/validity.js +1 -0
- package/dist/hover-card/HoverCard.cjs +5 -0
- package/dist/hover-card/HoverCard.d.cts +85 -0
- package/dist/hover-card/HoverCard.d.ts +85 -0
- package/dist/hover-card/HoverCard.js +5 -0
- package/dist/hover-card/HoverCardArrow.cjs +1 -0
- package/dist/hover-card/HoverCardArrow.d.cts +23 -0
- package/dist/hover-card/HoverCardArrow.d.ts +23 -0
- package/dist/hover-card/HoverCardArrow.js +1 -0
- package/dist/hover-card/HoverCardContent.cjs +5 -0
- package/dist/hover-card/HoverCardContent.d.cts +85 -0
- package/dist/hover-card/HoverCardContent.d.ts +85 -0
- package/dist/hover-card/HoverCardContent.js +5 -0
- package/dist/hover-card/HoverCardPortal.cjs +1 -0
- package/dist/hover-card/HoverCardPortal.d.cts +33 -0
- package/dist/hover-card/HoverCardPortal.d.ts +33 -0
- package/dist/hover-card/HoverCardPortal.js +1 -0
- package/dist/hover-card/HoverCardTrigger.cjs +22 -0
- package/dist/hover-card/HoverCardTrigger.d.cts +36 -0
- package/dist/hover-card/HoverCardTrigger.d.ts +36 -0
- package/dist/hover-card/HoverCardTrigger.js +22 -0
- package/dist/hover-card/index.cjs +1 -0
- package/dist/hover-card/index.d.cts +5 -0
- package/dist/hover-card/index.d.ts +5 -0
- package/dist/hover-card/index.js +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.cts +101 -0
- package/dist/index.d.ts +101 -0
- package/dist/index.js +1 -0
- package/dist/internal/aria-label.cjs +1 -0
- package/dist/internal/aria-label.d.cts +17 -0
- package/dist/internal/aria-label.d.ts +17 -0
- package/dist/internal/aria-label.js +1 -0
- package/dist/internal/authored.cjs +1 -0
- package/dist/internal/authored.d.cts +33 -0
- package/dist/internal/authored.d.ts +33 -0
- package/dist/internal/authored.js +1 -0
- package/dist/internal/closest.cjs +1 -0
- package/dist/internal/closest.d.cts +53 -0
- package/dist/internal/closest.d.ts +53 -0
- package/dist/internal/closest.js +1 -0
- package/dist/internal/color.cjs +1 -0
- package/dist/internal/color.d.cts +149 -0
- package/dist/internal/color.d.ts +149 -0
- package/dist/internal/color.js +1 -0
- package/dist/internal/date-segments.cjs +1 -0
- package/dist/internal/date-segments.d.cts +163 -0
- package/dist/internal/date-segments.d.ts +163 -0
- package/dist/internal/date-segments.js +1 -0
- package/dist/internal/define.cjs +1 -0
- package/dist/internal/define.d.cts +38 -0
- package/dist/internal/define.d.ts +38 -0
- package/dist/internal/define.js +1 -0
- package/dist/internal/direction.cjs +1 -0
- package/dist/internal/direction.d.cts +54 -0
- package/dist/internal/direction.d.ts +54 -0
- package/dist/internal/direction.js +1 -0
- package/dist/internal/dismiss.cjs +1 -0
- package/dist/internal/dismiss.d.cts +128 -0
- package/dist/internal/dismiss.d.ts +128 -0
- package/dist/internal/dismiss.js +1 -0
- package/dist/internal/form-associated.cjs +1 -0
- package/dist/internal/form-associated.d.cts +101 -0
- package/dist/internal/form-associated.d.ts +101 -0
- package/dist/internal/form-associated.js +1 -0
- package/dist/internal/ids.cjs +1 -0
- package/dist/internal/ids.d.cts +4 -0
- package/dist/internal/ids.d.ts +4 -0
- package/dist/internal/ids.js +1 -0
- package/dist/internal/menu-sub.cjs +5 -0
- package/dist/internal/menu-sub.d.cts +140 -0
- package/dist/internal/menu-sub.d.ts +140 -0
- package/dist/internal/menu-sub.js +5 -0
- package/dist/internal/number-format.cjs +1 -0
- package/dist/internal/number-format.d.cts +19 -0
- package/dist/internal/number-format.d.ts +19 -0
- package/dist/internal/number-format.js +1 -0
- package/dist/internal/open-change-complete.cjs +1 -0
- package/dist/internal/open-change-complete.d.cts +23 -0
- package/dist/internal/open-change-complete.d.ts +23 -0
- package/dist/internal/open-change-complete.js +1 -0
- package/dist/internal/overlay-arrow.cjs +6 -0
- package/dist/internal/overlay-arrow.d.cts +25 -0
- package/dist/internal/overlay-arrow.d.ts +25 -0
- package/dist/internal/overlay-arrow.js +6 -0
- package/dist/internal/part.cjs +1 -0
- package/dist/internal/part.d.cts +72 -0
- package/dist/internal/part.d.ts +72 -0
- package/dist/internal/part.js +1 -0
- package/dist/internal/pointer-angle.cjs +1 -0
- package/dist/internal/pointer-angle.d.cts +105 -0
- package/dist/internal/pointer-angle.d.ts +105 -0
- package/dist/internal/pointer-angle.js +1 -0
- package/dist/internal/positioning.cjs +1 -0
- package/dist/internal/positioning.d.cts +98 -0
- package/dist/internal/positioning.d.ts +98 -0
- package/dist/internal/positioning.js +1 -0
- package/dist/internal/segmented-field.cjs +21 -0
- package/dist/internal/segmented-field.d.cts +63 -0
- package/dist/internal/segmented-field.d.ts +63 -0
- package/dist/internal/segmented-field.js +21 -0
- package/dist/internal/selection.cjs +1 -0
- package/dist/internal/selection.d.cts +38 -0
- package/dist/internal/selection.d.ts +38 -0
- package/dist/internal/selection.js +1 -0
- package/dist/internal/styles.cjs +244 -0
- package/dist/internal/styles.d.cts +105 -0
- package/dist/internal/styles.d.ts +105 -0
- package/dist/internal/styles.js +244 -0
- package/dist/internal/typeahead.cjs +1 -0
- package/dist/internal/typeahead.d.cts +46 -0
- package/dist/internal/typeahead.d.ts +46 -0
- package/dist/internal/typeahead.js +1 -0
- package/dist/kbd/Kbd.cjs +9 -0
- package/dist/kbd/Kbd.d.cts +24 -0
- package/dist/kbd/Kbd.d.ts +24 -0
- package/dist/kbd/Kbd.js +9 -0
- package/dist/kbd/index.cjs +1 -0
- package/dist/kbd/index.d.cts +1 -0
- package/dist/kbd/index.d.ts +1 -0
- package/dist/kbd/index.js +1 -0
- package/dist/label/Label.cjs +1 -0
- package/dist/label/Label.d.cts +55 -0
- package/dist/label/Label.d.ts +55 -0
- package/dist/label/Label.js +1 -0
- package/dist/label/index.cjs +1 -0
- package/dist/label/index.d.cts +1 -0
- package/dist/label/index.d.ts +1 -0
- package/dist/label/index.js +1 -0
- package/dist/listbox/Listbox.cjs +5 -0
- package/dist/listbox/Listbox.d.cts +130 -0
- package/dist/listbox/Listbox.d.ts +130 -0
- package/dist/listbox/Listbox.js +5 -0
- package/dist/listbox/ListboxGroup.cjs +5 -0
- package/dist/listbox/ListboxGroup.d.cts +34 -0
- package/dist/listbox/ListboxGroup.d.ts +34 -0
- package/dist/listbox/ListboxGroup.js +5 -0
- package/dist/listbox/ListboxItem.cjs +5 -0
- package/dist/listbox/ListboxItem.d.cts +64 -0
- package/dist/listbox/ListboxItem.d.ts +64 -0
- package/dist/listbox/ListboxItem.js +5 -0
- package/dist/listbox/ListboxItemIndicator.cjs +5 -0
- package/dist/listbox/ListboxItemIndicator.d.cts +49 -0
- package/dist/listbox/ListboxItemIndicator.d.ts +49 -0
- package/dist/listbox/ListboxItemIndicator.js +5 -0
- package/dist/listbox/ListboxLabel.cjs +5 -0
- package/dist/listbox/ListboxLabel.d.cts +27 -0
- package/dist/listbox/ListboxLabel.d.ts +27 -0
- package/dist/listbox/ListboxLabel.js +5 -0
- package/dist/listbox/index.cjs +1 -0
- package/dist/listbox/index.d.cts +5 -0
- package/dist/listbox/index.d.ts +5 -0
- package/dist/listbox/index.js +1 -0
- package/dist/loading-overlay/LoadingOverlay.cjs +5 -0
- package/dist/loading-overlay/LoadingOverlay.d.cts +120 -0
- package/dist/loading-overlay/LoadingOverlay.d.ts +120 -0
- package/dist/loading-overlay/LoadingOverlay.js +5 -0
- package/dist/loading-overlay/LoadingOverlayBackdrop.cjs +5 -0
- package/dist/loading-overlay/LoadingOverlayBackdrop.d.cts +40 -0
- package/dist/loading-overlay/LoadingOverlayBackdrop.d.ts +40 -0
- package/dist/loading-overlay/LoadingOverlayBackdrop.js +5 -0
- package/dist/loading-overlay/LoadingOverlayContent.cjs +7 -0
- package/dist/loading-overlay/LoadingOverlayContent.d.cts +46 -0
- package/dist/loading-overlay/LoadingOverlayContent.d.ts +46 -0
- package/dist/loading-overlay/LoadingOverlayContent.js +7 -0
- package/dist/loading-overlay/index.cjs +1 -0
- package/dist/loading-overlay/index.d.cts +3 -0
- package/dist/loading-overlay/index.d.ts +3 -0
- package/dist/loading-overlay/index.js +1 -0
- package/dist/menubar/Menubar.cjs +5 -0
- package/dist/menubar/Menubar.d.cts +53 -0
- package/dist/menubar/Menubar.d.ts +53 -0
- package/dist/menubar/Menubar.js +5 -0
- package/dist/menubar/MenubarArrow.cjs +1 -0
- package/dist/menubar/MenubarArrow.d.cts +22 -0
- package/dist/menubar/MenubarArrow.d.ts +22 -0
- package/dist/menubar/MenubarArrow.js +1 -0
- package/dist/menubar/MenubarCheckboxItem.cjs +5 -0
- package/dist/menubar/MenubarCheckboxItem.d.cts +25 -0
- package/dist/menubar/MenubarCheckboxItem.d.ts +25 -0
- package/dist/menubar/MenubarCheckboxItem.js +5 -0
- package/dist/menubar/MenubarContent.cjs +5 -0
- package/dist/menubar/MenubarContent.d.cts +86 -0
- package/dist/menubar/MenubarContent.d.ts +86 -0
- package/dist/menubar/MenubarContent.js +5 -0
- package/dist/menubar/MenubarGroup.cjs +5 -0
- package/dist/menubar/MenubarGroup.d.cts +12 -0
- package/dist/menubar/MenubarGroup.d.ts +12 -0
- package/dist/menubar/MenubarGroup.js +5 -0
- package/dist/menubar/MenubarItem.cjs +5 -0
- package/dist/menubar/MenubarItem.d.cts +28 -0
- package/dist/menubar/MenubarItem.d.ts +28 -0
- package/dist/menubar/MenubarItem.js +5 -0
- package/dist/menubar/MenubarItemIndicator.cjs +5 -0
- package/dist/menubar/MenubarItemIndicator.d.cts +24 -0
- package/dist/menubar/MenubarItemIndicator.d.ts +24 -0
- package/dist/menubar/MenubarItemIndicator.js +5 -0
- package/dist/menubar/MenubarLabel.cjs +5 -0
- package/dist/menubar/MenubarLabel.d.cts +11 -0
- package/dist/menubar/MenubarLabel.d.ts +11 -0
- package/dist/menubar/MenubarLabel.js +5 -0
- package/dist/menubar/MenubarMenu.cjs +5 -0
- package/dist/menubar/MenubarMenu.d.cts +52 -0
- package/dist/menubar/MenubarMenu.d.ts +52 -0
- package/dist/menubar/MenubarMenu.js +5 -0
- package/dist/menubar/MenubarPortal.cjs +1 -0
- package/dist/menubar/MenubarPortal.d.cts +40 -0
- package/dist/menubar/MenubarPortal.d.ts +40 -0
- package/dist/menubar/MenubarPortal.js +1 -0
- package/dist/menubar/MenubarRadioGroup.cjs +5 -0
- package/dist/menubar/MenubarRadioGroup.d.cts +23 -0
- package/dist/menubar/MenubarRadioGroup.d.ts +23 -0
- package/dist/menubar/MenubarRadioGroup.js +5 -0
- package/dist/menubar/MenubarRadioItem.cjs +5 -0
- package/dist/menubar/MenubarRadioItem.d.cts +28 -0
- package/dist/menubar/MenubarRadioItem.d.ts +28 -0
- package/dist/menubar/MenubarRadioItem.js +5 -0
- package/dist/menubar/MenubarSeparator.cjs +5 -0
- package/dist/menubar/MenubarSeparator.d.cts +12 -0
- package/dist/menubar/MenubarSeparator.d.ts +12 -0
- package/dist/menubar/MenubarSeparator.js +5 -0
- package/dist/menubar/MenubarSub.cjs +1 -0
- package/dist/menubar/MenubarSub.d.cts +56 -0
- package/dist/menubar/MenubarSub.d.ts +56 -0
- package/dist/menubar/MenubarSub.js +1 -0
- package/dist/menubar/MenubarTrigger.cjs +23 -0
- package/dist/menubar/MenubarTrigger.d.cts +34 -0
- package/dist/menubar/MenubarTrigger.d.ts +34 -0
- package/dist/menubar/MenubarTrigger.js +23 -0
- package/dist/menubar/index.cjs +1 -0
- package/dist/menubar/index.d.cts +15 -0
- package/dist/menubar/index.d.ts +15 -0
- package/dist/menubar/index.js +1 -0
- package/dist/meter/Meter.cjs +5 -0
- package/dist/meter/Meter.d.cts +73 -0
- package/dist/meter/Meter.d.ts +73 -0
- package/dist/meter/Meter.js +5 -0
- package/dist/meter/MeterIndicator.cjs +5 -0
- package/dist/meter/MeterIndicator.d.cts +30 -0
- package/dist/meter/MeterIndicator.d.ts +30 -0
- package/dist/meter/MeterIndicator.js +5 -0
- package/dist/meter/index.cjs +1 -0
- package/dist/meter/index.d.cts +2 -0
- package/dist/meter/index.d.ts +2 -0
- package/dist/meter/index.js +1 -0
- package/dist/multi-select/MultiSelect.cjs +5 -0
- package/dist/multi-select/MultiSelect.d.cts +252 -0
- package/dist/multi-select/MultiSelect.d.ts +252 -0
- package/dist/multi-select/MultiSelect.js +5 -0
- package/dist/multi-select/MultiSelectContent.cjs +5 -0
- package/dist/multi-select/MultiSelectContent.d.cts +87 -0
- package/dist/multi-select/MultiSelectContent.d.ts +87 -0
- package/dist/multi-select/MultiSelectContent.js +5 -0
- package/dist/multi-select/MultiSelectInput.cjs +26 -0
- package/dist/multi-select/MultiSelectInput.d.cts +69 -0
- package/dist/multi-select/MultiSelectInput.d.ts +69 -0
- package/dist/multi-select/MultiSelectInput.js +26 -0
- package/dist/multi-select/MultiSelectItem.cjs +8 -0
- package/dist/multi-select/MultiSelectItem.d.cts +65 -0
- package/dist/multi-select/MultiSelectItem.d.ts +65 -0
- package/dist/multi-select/MultiSelectItem.js +8 -0
- package/dist/multi-select/MultiSelectList.cjs +5 -0
- package/dist/multi-select/MultiSelectList.d.cts +35 -0
- package/dist/multi-select/MultiSelectList.d.ts +35 -0
- package/dist/multi-select/MultiSelectList.js +5 -0
- package/dist/multi-select/MultiSelectPortal.cjs +1 -0
- package/dist/multi-select/MultiSelectPortal.d.cts +37 -0
- package/dist/multi-select/MultiSelectPortal.d.ts +37 -0
- package/dist/multi-select/MultiSelectPortal.js +1 -0
- package/dist/multi-select/MultiSelectTag.cjs +5 -0
- package/dist/multi-select/MultiSelectTag.d.cts +61 -0
- package/dist/multi-select/MultiSelectTag.d.ts +61 -0
- package/dist/multi-select/MultiSelectTag.js +5 -0
- package/dist/multi-select/MultiSelectTagList.cjs +1 -0
- package/dist/multi-select/MultiSelectTagList.d.cts +40 -0
- package/dist/multi-select/MultiSelectTagList.d.ts +40 -0
- package/dist/multi-select/MultiSelectTagList.js +1 -0
- package/dist/multi-select/MultiSelectTagRemove.cjs +17 -0
- package/dist/multi-select/MultiSelectTagRemove.d.cts +50 -0
- package/dist/multi-select/MultiSelectTagRemove.d.ts +50 -0
- package/dist/multi-select/MultiSelectTagRemove.js +17 -0
- package/dist/multi-select/index.cjs +1 -0
- package/dist/multi-select/index.d.cts +10 -0
- package/dist/multi-select/index.d.ts +10 -0
- package/dist/multi-select/index.js +1 -0
- package/dist/navigation-menu/NavigationMenu.cjs +5 -0
- package/dist/navigation-menu/NavigationMenu.d.cts +125 -0
- package/dist/navigation-menu/NavigationMenu.d.ts +125 -0
- package/dist/navigation-menu/NavigationMenu.js +5 -0
- package/dist/navigation-menu/NavigationMenuContent.cjs +5 -0
- package/dist/navigation-menu/NavigationMenuContent.d.cts +31 -0
- package/dist/navigation-menu/NavigationMenuContent.d.ts +31 -0
- package/dist/navigation-menu/NavigationMenuContent.js +5 -0
- package/dist/navigation-menu/NavigationMenuIndicator.cjs +5 -0
- package/dist/navigation-menu/NavigationMenuIndicator.d.cts +24 -0
- package/dist/navigation-menu/NavigationMenuIndicator.d.ts +24 -0
- package/dist/navigation-menu/NavigationMenuIndicator.js +5 -0
- package/dist/navigation-menu/NavigationMenuItem.cjs +5 -0
- package/dist/navigation-menu/NavigationMenuItem.d.cts +20 -0
- package/dist/navigation-menu/NavigationMenuItem.d.ts +20 -0
- package/dist/navigation-menu/NavigationMenuItem.js +5 -0
- package/dist/navigation-menu/NavigationMenuLink.cjs +19 -0
- package/dist/navigation-menu/NavigationMenuLink.d.cts +30 -0
- package/dist/navigation-menu/NavigationMenuLink.d.ts +30 -0
- package/dist/navigation-menu/NavigationMenuLink.js +19 -0
- package/dist/navigation-menu/NavigationMenuList.cjs +5 -0
- package/dist/navigation-menu/NavigationMenuList.d.cts +21 -0
- package/dist/navigation-menu/NavigationMenuList.d.ts +21 -0
- package/dist/navigation-menu/NavigationMenuList.js +5 -0
- package/dist/navigation-menu/NavigationMenuTrigger.cjs +14 -0
- package/dist/navigation-menu/NavigationMenuTrigger.d.cts +54 -0
- package/dist/navigation-menu/NavigationMenuTrigger.d.ts +54 -0
- package/dist/navigation-menu/NavigationMenuTrigger.js +14 -0
- package/dist/navigation-menu/index.cjs +1 -0
- package/dist/navigation-menu/index.d.cts +7 -0
- package/dist/navigation-menu/index.d.ts +7 -0
- package/dist/navigation-menu/index.js +1 -0
- package/dist/number-field/NumberField.cjs +5 -0
- package/dist/number-field/NumberField.d.cts +80 -0
- package/dist/number-field/NumberField.d.ts +80 -0
- package/dist/number-field/NumberField.js +5 -0
- package/dist/number-field/NumberFieldDecrement.cjs +19 -0
- package/dist/number-field/NumberFieldDecrement.d.cts +42 -0
- package/dist/number-field/NumberFieldDecrement.d.ts +42 -0
- package/dist/number-field/NumberFieldDecrement.js +19 -0
- package/dist/number-field/NumberFieldIncrement.cjs +19 -0
- package/dist/number-field/NumberFieldIncrement.d.cts +42 -0
- package/dist/number-field/NumberFieldIncrement.d.ts +42 -0
- package/dist/number-field/NumberFieldIncrement.js +19 -0
- package/dist/number-field/NumberFieldInput.cjs +23 -0
- package/dist/number-field/NumberFieldInput.d.cts +60 -0
- package/dist/number-field/NumberFieldInput.d.ts +60 -0
- package/dist/number-field/NumberFieldInput.js +23 -0
- package/dist/number-field/index.cjs +1 -0
- package/dist/number-field/index.d.cts +4 -0
- package/dist/number-field/index.d.ts +4 -0
- package/dist/number-field/index.js +1 -0
- package/dist/pagination/Pagination.cjs +5 -0
- package/dist/pagination/Pagination.d.cts +71 -0
- package/dist/pagination/Pagination.d.ts +71 -0
- package/dist/pagination/Pagination.js +5 -0
- package/dist/pagination/PaginationEllipsis.cjs +5 -0
- package/dist/pagination/PaginationEllipsis.d.cts +24 -0
- package/dist/pagination/PaginationEllipsis.d.ts +24 -0
- package/dist/pagination/PaginationEllipsis.js +5 -0
- package/dist/pagination/PaginationFirst.cjs +9 -0
- package/dist/pagination/PaginationFirst.d.cts +32 -0
- package/dist/pagination/PaginationFirst.d.ts +32 -0
- package/dist/pagination/PaginationFirst.js +9 -0
- package/dist/pagination/PaginationItem.cjs +5 -0
- package/dist/pagination/PaginationItem.d.cts +24 -0
- package/dist/pagination/PaginationItem.d.ts +24 -0
- package/dist/pagination/PaginationItem.js +5 -0
- package/dist/pagination/PaginationLast.cjs +9 -0
- package/dist/pagination/PaginationLast.d.cts +34 -0
- package/dist/pagination/PaginationLast.d.ts +34 -0
- package/dist/pagination/PaginationLast.js +9 -0
- package/dist/pagination/PaginationLink.cjs +9 -0
- package/dist/pagination/PaginationLink.d.cts +53 -0
- package/dist/pagination/PaginationLink.d.ts +53 -0
- package/dist/pagination/PaginationLink.js +9 -0
- package/dist/pagination/PaginationList.cjs +5 -0
- package/dist/pagination/PaginationList.d.cts +23 -0
- package/dist/pagination/PaginationList.d.ts +23 -0
- package/dist/pagination/PaginationList.js +5 -0
- package/dist/pagination/PaginationNext.cjs +9 -0
- package/dist/pagination/PaginationNext.d.cts +32 -0
- package/dist/pagination/PaginationNext.d.ts +32 -0
- package/dist/pagination/PaginationNext.js +9 -0
- package/dist/pagination/PaginationPrevious.cjs +9 -0
- package/dist/pagination/PaginationPrevious.d.cts +32 -0
- package/dist/pagination/PaginationPrevious.d.ts +32 -0
- package/dist/pagination/PaginationPrevious.js +9 -0
- package/dist/pagination/index.cjs +1 -0
- package/dist/pagination/index.d.cts +10 -0
- package/dist/pagination/index.d.ts +10 -0
- package/dist/pagination/index.js +1 -0
- package/dist/pagination/pages.cjs +1 -0
- package/dist/pagination/pages.d.cts +41 -0
- package/dist/pagination/pages.d.ts +41 -0
- package/dist/pagination/pages.js +1 -0
- package/dist/password-input/PasswordInput.cjs +1 -0
- package/dist/password-input/PasswordInput.d.cts +107 -0
- package/dist/password-input/PasswordInput.d.ts +107 -0
- package/dist/password-input/PasswordInput.js +1 -0
- package/dist/password-input/PasswordInputField.cjs +18 -0
- package/dist/password-input/PasswordInputField.d.cts +94 -0
- package/dist/password-input/PasswordInputField.d.ts +94 -0
- package/dist/password-input/PasswordInputField.js +18 -0
- package/dist/password-input/PasswordInputToggle.cjs +18 -0
- package/dist/password-input/PasswordInputToggle.d.cts +52 -0
- package/dist/password-input/PasswordInputToggle.d.ts +52 -0
- package/dist/password-input/PasswordInputToggle.js +18 -0
- package/dist/password-input/index.cjs +1 -0
- package/dist/password-input/index.d.cts +3 -0
- package/dist/password-input/index.d.ts +3 -0
- package/dist/password-input/index.js +1 -0
- package/dist/pin-input/PinInput.cjs +5 -0
- package/dist/pin-input/PinInput.d.cts +110 -0
- package/dist/pin-input/PinInput.d.ts +110 -0
- package/dist/pin-input/PinInput.js +5 -0
- package/dist/pin-input/PinInputField.cjs +21 -0
- package/dist/pin-input/PinInputField.d.cts +58 -0
- package/dist/pin-input/PinInputField.d.ts +58 -0
- package/dist/pin-input/PinInputField.js +21 -0
- package/dist/pin-input/index.cjs +1 -0
- package/dist/pin-input/index.d.cts +2 -0
- package/dist/pin-input/index.d.ts +2 -0
- package/dist/pin-input/index.js +1 -0
- package/dist/popover/Popover.cjs +5 -0
- package/dist/popover/Popover.d.cts +67 -0
- package/dist/popover/Popover.d.ts +67 -0
- package/dist/popover/Popover.js +5 -0
- package/dist/popover/PopoverArrow.cjs +1 -0
- package/dist/popover/PopoverArrow.d.cts +22 -0
- package/dist/popover/PopoverArrow.d.ts +22 -0
- package/dist/popover/PopoverArrow.js +1 -0
- package/dist/popover/PopoverClose.cjs +9 -0
- package/dist/popover/PopoverClose.d.cts +19 -0
- package/dist/popover/PopoverClose.d.ts +19 -0
- package/dist/popover/PopoverClose.js +9 -0
- package/dist/popover/PopoverContent.cjs +5 -0
- package/dist/popover/PopoverContent.d.cts +88 -0
- package/dist/popover/PopoverContent.d.ts +88 -0
- package/dist/popover/PopoverContent.js +5 -0
- package/dist/popover/PopoverPortal.cjs +1 -0
- package/dist/popover/PopoverPortal.d.cts +33 -0
- package/dist/popover/PopoverPortal.d.ts +33 -0
- package/dist/popover/PopoverPortal.js +1 -0
- package/dist/popover/PopoverTrigger.cjs +17 -0
- package/dist/popover/PopoverTrigger.d.cts +26 -0
- package/dist/popover/PopoverTrigger.d.ts +26 -0
- package/dist/popover/PopoverTrigger.js +17 -0
- package/dist/popover/index.cjs +1 -0
- package/dist/popover/index.d.cts +6 -0
- package/dist/popover/index.d.ts +6 -0
- package/dist/popover/index.js +1 -0
- package/dist/progress/Progress.cjs +5 -0
- package/dist/progress/Progress.d.cts +40 -0
- package/dist/progress/Progress.d.ts +40 -0
- package/dist/progress/Progress.js +5 -0
- package/dist/progress/ProgressCircle.cjs +5 -0
- package/dist/progress/ProgressCircle.d.cts +93 -0
- package/dist/progress/ProgressCircle.d.ts +93 -0
- package/dist/progress/ProgressCircle.js +5 -0
- package/dist/progress/ProgressCircleIndicator.cjs +5 -0
- package/dist/progress/ProgressCircleIndicator.d.cts +55 -0
- package/dist/progress/ProgressCircleIndicator.d.ts +55 -0
- package/dist/progress/ProgressCircleIndicator.js +5 -0
- package/dist/progress/ProgressIndicator.cjs +5 -0
- package/dist/progress/ProgressIndicator.d.cts +30 -0
- package/dist/progress/ProgressIndicator.d.ts +30 -0
- package/dist/progress/ProgressIndicator.js +5 -0
- package/dist/progress/index.cjs +1 -0
- package/dist/progress/index.d.cts +4 -0
- package/dist/progress/index.d.ts +4 -0
- package/dist/progress/index.js +1 -0
- package/dist/qr-code/QrCode.cjs +8 -0
- package/dist/qr-code/QrCode.d.cts +105 -0
- package/dist/qr-code/QrCode.d.ts +105 -0
- package/dist/qr-code/QrCode.js +8 -0
- package/dist/qr-code/QrCodeFrame.cjs +7 -0
- package/dist/qr-code/QrCodeFrame.d.cts +49 -0
- package/dist/qr-code/QrCodeFrame.d.ts +49 -0
- package/dist/qr-code/QrCodeFrame.js +7 -0
- package/dist/qr-code/QrCodeOverlay.cjs +7 -0
- package/dist/qr-code/QrCodeOverlay.d.cts +55 -0
- package/dist/qr-code/QrCodeOverlay.d.ts +55 -0
- package/dist/qr-code/QrCodeOverlay.js +7 -0
- package/dist/qr-code/QrCodePattern.cjs +20 -0
- package/dist/qr-code/QrCodePattern.d.cts +53 -0
- package/dist/qr-code/QrCodePattern.d.ts +53 -0
- package/dist/qr-code/QrCodePattern.js +20 -0
- package/dist/qr-code/encoder.cjs +1 -0
- package/dist/qr-code/encoder.d.cts +73 -0
- package/dist/qr-code/encoder.d.ts +73 -0
- package/dist/qr-code/encoder.js +1 -0
- package/dist/qr-code/index.cjs +1 -0
- package/dist/qr-code/index.d.cts +5 -0
- package/dist/qr-code/index.d.ts +5 -0
- package/dist/qr-code/index.js +1 -0
- package/dist/qr-code/types.cjs +1 -0
- package/dist/qr-code/types.d.cts +6 -0
- package/dist/qr-code/types.d.ts +6 -0
- package/dist/qr-code/types.js +0 -0
- package/dist/radio-card/RadioCard.cjs +13 -0
- package/dist/radio-card/RadioCard.d.cts +91 -0
- package/dist/radio-card/RadioCard.d.ts +91 -0
- package/dist/radio-card/RadioCard.js +13 -0
- package/dist/radio-card/RadioCardControl.cjs +13 -0
- package/dist/radio-card/RadioCardControl.d.cts +43 -0
- package/dist/radio-card/RadioCardControl.d.ts +43 -0
- package/dist/radio-card/RadioCardControl.js +13 -0
- package/dist/radio-card/RadioCardDescription.cjs +8 -0
- package/dist/radio-card/RadioCardDescription.d.cts +31 -0
- package/dist/radio-card/RadioCardDescription.d.ts +31 -0
- package/dist/radio-card/RadioCardDescription.js +8 -0
- package/dist/radio-card/RadioCardIndicator.cjs +8 -0
- package/dist/radio-card/RadioCardIndicator.d.cts +32 -0
- package/dist/radio-card/RadioCardIndicator.d.ts +32 -0
- package/dist/radio-card/RadioCardIndicator.js +8 -0
- package/dist/radio-card/RadioCardLabel.cjs +8 -0
- package/dist/radio-card/RadioCardLabel.d.cts +34 -0
- package/dist/radio-card/RadioCardLabel.d.ts +34 -0
- package/dist/radio-card/RadioCardLabel.js +8 -0
- package/dist/radio-card/index.cjs +1 -0
- package/dist/radio-card/index.d.cts +5 -0
- package/dist/radio-card/index.d.ts +5 -0
- package/dist/radio-card/index.js +1 -0
- package/dist/radio-group/RadioGroup.cjs +5 -0
- package/dist/radio-group/RadioGroup.d.cts +115 -0
- package/dist/radio-group/RadioGroup.d.ts +115 -0
- package/dist/radio-group/RadioGroup.js +5 -0
- package/dist/radio-group/RadioGroupIndicator.cjs +8 -0
- package/dist/radio-group/RadioGroupIndicator.d.cts +32 -0
- package/dist/radio-group/RadioGroupIndicator.d.ts +32 -0
- package/dist/radio-group/RadioGroupIndicator.js +8 -0
- package/dist/radio-group/RadioGroupItem.cjs +9 -0
- package/dist/radio-group/RadioGroupItem.d.cts +69 -0
- package/dist/radio-group/RadioGroupItem.d.ts +69 -0
- package/dist/radio-group/RadioGroupItem.js +9 -0
- package/dist/radio-group/index.cjs +1 -0
- package/dist/radio-group/index.d.cts +3 -0
- package/dist/radio-group/index.d.ts +3 -0
- package/dist/radio-group/index.js +1 -0
- package/dist/rating/Rating.cjs +5 -0
- package/dist/rating/Rating.d.cts +111 -0
- package/dist/rating/Rating.d.ts +111 -0
- package/dist/rating/Rating.js +5 -0
- package/dist/rating/RatingItem.cjs +26 -0
- package/dist/rating/RatingItem.d.cts +63 -0
- package/dist/rating/RatingItem.d.ts +63 -0
- package/dist/rating/RatingItem.js +26 -0
- package/dist/rating/index.cjs +1 -0
- package/dist/rating/index.d.cts +2 -0
- package/dist/rating/index.d.ts +2 -0
- package/dist/rating/index.js +1 -0
- package/dist/resizable/ResizableHandle.cjs +12 -0
- package/dist/resizable/ResizableHandle.d.cts +34 -0
- package/dist/resizable/ResizableHandle.d.ts +34 -0
- package/dist/resizable/ResizableHandle.js +12 -0
- package/dist/resizable/ResizablePanel.cjs +6 -0
- package/dist/resizable/ResizablePanel.d.cts +27 -0
- package/dist/resizable/ResizablePanel.d.ts +27 -0
- package/dist/resizable/ResizablePanel.js +6 -0
- package/dist/resizable/ResizablePanelGroup.cjs +5 -0
- package/dist/resizable/ResizablePanelGroup.d.cts +63 -0
- package/dist/resizable/ResizablePanelGroup.d.ts +63 -0
- package/dist/resizable/ResizablePanelGroup.js +5 -0
- package/dist/resizable/index.cjs +1 -0
- package/dist/resizable/index.d.cts +3 -0
- package/dist/resizable/index.d.ts +3 -0
- package/dist/resizable/index.js +1 -0
- package/dist/scroll-area/ScrollArea.cjs +6 -0
- package/dist/scroll-area/ScrollArea.d.cts +58 -0
- package/dist/scroll-area/ScrollArea.d.ts +58 -0
- package/dist/scroll-area/ScrollArea.js +6 -0
- package/dist/scroll-area/ScrollAreaCorner.cjs +5 -0
- package/dist/scroll-area/ScrollAreaCorner.d.cts +38 -0
- package/dist/scroll-area/ScrollAreaCorner.d.ts +38 -0
- package/dist/scroll-area/ScrollAreaCorner.js +5 -0
- package/dist/scroll-area/ScrollAreaScrollbar.cjs +5 -0
- package/dist/scroll-area/ScrollAreaScrollbar.d.cts +39 -0
- package/dist/scroll-area/ScrollAreaScrollbar.d.ts +39 -0
- package/dist/scroll-area/ScrollAreaScrollbar.js +5 -0
- package/dist/scroll-area/ScrollAreaThumb.cjs +7 -0
- package/dist/scroll-area/ScrollAreaThumb.d.cts +52 -0
- package/dist/scroll-area/ScrollAreaThumb.d.ts +52 -0
- package/dist/scroll-area/ScrollAreaThumb.js +7 -0
- package/dist/scroll-area/ScrollAreaViewport.cjs +19 -0
- package/dist/scroll-area/ScrollAreaViewport.d.cts +30 -0
- package/dist/scroll-area/ScrollAreaViewport.d.ts +30 -0
- package/dist/scroll-area/ScrollAreaViewport.js +19 -0
- package/dist/scroll-area/index.cjs +1 -0
- package/dist/scroll-area/index.d.cts +5 -0
- package/dist/scroll-area/index.d.ts +5 -0
- package/dist/scroll-area/index.js +1 -0
- package/dist/segmented-control/SegmentedControl.cjs +5 -0
- package/dist/segmented-control/SegmentedControl.d.cts +128 -0
- package/dist/segmented-control/SegmentedControl.d.ts +128 -0
- package/dist/segmented-control/SegmentedControl.js +5 -0
- package/dist/segmented-control/SegmentedControlIndicator.cjs +5 -0
- package/dist/segmented-control/SegmentedControlIndicator.d.cts +78 -0
- package/dist/segmented-control/SegmentedControlIndicator.d.ts +78 -0
- package/dist/segmented-control/SegmentedControlIndicator.js +5 -0
- package/dist/segmented-control/SegmentedControlItem.cjs +9 -0
- package/dist/segmented-control/SegmentedControlItem.d.cts +66 -0
- package/dist/segmented-control/SegmentedControlItem.d.ts +66 -0
- package/dist/segmented-control/SegmentedControlItem.js +9 -0
- package/dist/segmented-control/index.cjs +1 -0
- package/dist/segmented-control/index.d.cts +3 -0
- package/dist/segmented-control/index.d.ts +3 -0
- package/dist/segmented-control/index.js +1 -0
- package/dist/select/Select.cjs +17 -0
- package/dist/select/Select.d.cts +197 -0
- package/dist/select/Select.d.ts +197 -0
- package/dist/select/Select.js +17 -0
- package/dist/select/SelectContent.cjs +5 -0
- package/dist/select/SelectContent.d.cts +85 -0
- package/dist/select/SelectContent.d.ts +85 -0
- package/dist/select/SelectContent.js +5 -0
- package/dist/select/SelectGroup.cjs +5 -0
- package/dist/select/SelectGroup.d.cts +16 -0
- package/dist/select/SelectGroup.d.ts +16 -0
- package/dist/select/SelectGroup.js +5 -0
- package/dist/select/SelectIcon.cjs +5 -0
- package/dist/select/SelectIcon.d.cts +15 -0
- package/dist/select/SelectIcon.d.ts +15 -0
- package/dist/select/SelectIcon.js +5 -0
- package/dist/select/SelectItemIndicator.cjs +5 -0
- package/dist/select/SelectItemIndicator.d.cts +48 -0
- package/dist/select/SelectItemIndicator.d.ts +48 -0
- package/dist/select/SelectItemIndicator.js +5 -0
- package/dist/select/SelectItemText.cjs +5 -0
- package/dist/select/SelectItemText.d.cts +46 -0
- package/dist/select/SelectItemText.d.ts +46 -0
- package/dist/select/SelectItemText.js +5 -0
- package/dist/select/SelectLabel.cjs +5 -0
- package/dist/select/SelectLabel.d.cts +14 -0
- package/dist/select/SelectLabel.d.ts +14 -0
- package/dist/select/SelectLabel.js +5 -0
- package/dist/select/SelectOption.cjs +5 -0
- package/dist/select/SelectOption.d.cts +44 -0
- package/dist/select/SelectOption.d.ts +44 -0
- package/dist/select/SelectOption.js +5 -0
- package/dist/select/SelectPortal.cjs +1 -0
- package/dist/select/SelectPortal.d.cts +35 -0
- package/dist/select/SelectPortal.d.ts +35 -0
- package/dist/select/SelectPortal.js +1 -0
- package/dist/select/SelectSeparator.cjs +5 -0
- package/dist/select/SelectSeparator.d.cts +16 -0
- package/dist/select/SelectSeparator.d.ts +16 -0
- package/dist/select/SelectSeparator.js +5 -0
- package/dist/select/SelectTrigger.cjs +27 -0
- package/dist/select/SelectTrigger.d.cts +50 -0
- package/dist/select/SelectTrigger.d.ts +50 -0
- package/dist/select/SelectTrigger.js +27 -0
- package/dist/select/SelectValue.cjs +6 -0
- package/dist/select/SelectValue.d.cts +41 -0
- package/dist/select/SelectValue.d.ts +41 -0
- package/dist/select/SelectValue.js +6 -0
- package/dist/select/SelectViewport.cjs +10 -0
- package/dist/select/SelectViewport.d.cts +38 -0
- package/dist/select/SelectViewport.d.ts +38 -0
- package/dist/select/SelectViewport.js +10 -0
- package/dist/select/index.cjs +1 -0
- package/dist/select/index.d.cts +14 -0
- package/dist/select/index.d.ts +14 -0
- package/dist/select/index.js +1 -0
- package/dist/separator/Separator.cjs +10 -0
- package/dist/separator/Separator.d.cts +32 -0
- package/dist/separator/Separator.d.ts +32 -0
- package/dist/separator/Separator.js +10 -0
- package/dist/separator/index.cjs +1 -0
- package/dist/separator/index.d.cts +1 -0
- package/dist/separator/index.d.ts +1 -0
- package/dist/separator/index.js +1 -0
- package/dist/skeleton/Skeleton.cjs +9 -0
- package/dist/skeleton/Skeleton.d.cts +25 -0
- package/dist/skeleton/Skeleton.d.ts +25 -0
- package/dist/skeleton/Skeleton.js +9 -0
- package/dist/skeleton/index.cjs +1 -0
- package/dist/skeleton/index.d.cts +1 -0
- package/dist/skeleton/index.d.ts +1 -0
- package/dist/skeleton/index.js +1 -0
- package/dist/skip-link/SkipLink.cjs +9 -0
- package/dist/skip-link/SkipLink.d.cts +95 -0
- package/dist/skip-link/SkipLink.d.ts +95 -0
- package/dist/skip-link/SkipLink.js +9 -0
- package/dist/skip-link/index.cjs +1 -0
- package/dist/skip-link/index.d.cts +1 -0
- package/dist/skip-link/index.d.ts +1 -0
- package/dist/skip-link/index.js +1 -0
- package/dist/slider/Slider.cjs +7 -0
- package/dist/slider/Slider.d.cts +87 -0
- package/dist/slider/Slider.d.ts +87 -0
- package/dist/slider/Slider.js +7 -0
- package/dist/slider/SliderRange.cjs +6 -0
- package/dist/slider/SliderRange.d.cts +31 -0
- package/dist/slider/SliderRange.d.ts +31 -0
- package/dist/slider/SliderRange.js +6 -0
- package/dist/slider/SliderThumb.cjs +6 -0
- package/dist/slider/SliderThumb.d.cts +48 -0
- package/dist/slider/SliderThumb.d.ts +48 -0
- package/dist/slider/SliderThumb.js +6 -0
- package/dist/slider/SliderTrack.cjs +6 -0
- package/dist/slider/SliderTrack.d.cts +22 -0
- package/dist/slider/SliderTrack.d.ts +22 -0
- package/dist/slider/SliderTrack.js +6 -0
- package/dist/slider/index.cjs +1 -0
- package/dist/slider/index.d.cts +4 -0
- package/dist/slider/index.d.ts +4 -0
- package/dist/slider/index.js +1 -0
- package/dist/speed-dial/SpeedDial.cjs +5 -0
- package/dist/speed-dial/SpeedDial.d.cts +144 -0
- package/dist/speed-dial/SpeedDial.d.ts +144 -0
- package/dist/speed-dial/SpeedDial.js +5 -0
- package/dist/speed-dial/SpeedDialContent.cjs +5 -0
- package/dist/speed-dial/SpeedDialContent.d.cts +137 -0
- package/dist/speed-dial/SpeedDialContent.d.ts +137 -0
- package/dist/speed-dial/SpeedDialContent.js +5 -0
- package/dist/speed-dial/SpeedDialItem.cjs +5 -0
- package/dist/speed-dial/SpeedDialItem.d.cts +73 -0
- package/dist/speed-dial/SpeedDialItem.d.ts +73 -0
- package/dist/speed-dial/SpeedDialItem.js +5 -0
- package/dist/speed-dial/SpeedDialItemLabel.cjs +5 -0
- package/dist/speed-dial/SpeedDialItemLabel.d.cts +59 -0
- package/dist/speed-dial/SpeedDialItemLabel.d.ts +59 -0
- package/dist/speed-dial/SpeedDialItemLabel.js +5 -0
- package/dist/speed-dial/SpeedDialPortal.cjs +1 -0
- package/dist/speed-dial/SpeedDialPortal.d.cts +36 -0
- package/dist/speed-dial/SpeedDialPortal.d.ts +36 -0
- package/dist/speed-dial/SpeedDialPortal.js +1 -0
- package/dist/speed-dial/SpeedDialTrigger.cjs +23 -0
- package/dist/speed-dial/SpeedDialTrigger.d.cts +51 -0
- package/dist/speed-dial/SpeedDialTrigger.d.ts +51 -0
- package/dist/speed-dial/SpeedDialTrigger.js +23 -0
- package/dist/speed-dial/index.cjs +1 -0
- package/dist/speed-dial/index.d.cts +6 -0
- package/dist/speed-dial/index.d.ts +6 -0
- package/dist/speed-dial/index.js +1 -0
- package/dist/spinner/Spinner.cjs +5 -0
- package/dist/spinner/Spinner.d.cts +30 -0
- package/dist/spinner/Spinner.d.ts +30 -0
- package/dist/spinner/Spinner.js +5 -0
- package/dist/spinner/index.cjs +1 -0
- package/dist/spinner/index.d.cts +1 -0
- package/dist/spinner/index.d.ts +1 -0
- package/dist/spinner/index.js +1 -0
- package/dist/split-button/SplitButton.cjs +5 -0
- package/dist/split-button/SplitButton.d.cts +28 -0
- package/dist/split-button/SplitButton.d.ts +28 -0
- package/dist/split-button/SplitButton.js +5 -0
- package/dist/split-button/SplitButtonAction.cjs +9 -0
- package/dist/split-button/SplitButtonAction.d.cts +21 -0
- package/dist/split-button/SplitButtonAction.d.ts +21 -0
- package/dist/split-button/SplitButtonAction.js +9 -0
- package/dist/split-button/SplitButtonTrigger.cjs +9 -0
- package/dist/split-button/SplitButtonTrigger.d.cts +23 -0
- package/dist/split-button/SplitButtonTrigger.d.ts +23 -0
- package/dist/split-button/SplitButtonTrigger.js +9 -0
- package/dist/split-button/index.cjs +1 -0
- package/dist/split-button/index.d.cts +3 -0
- package/dist/split-button/index.d.ts +3 -0
- package/dist/split-button/index.js +1 -0
- package/dist/steps/Steps.cjs +27 -0
- package/dist/steps/Steps.d.cts +142 -0
- package/dist/steps/Steps.d.ts +142 -0
- package/dist/steps/Steps.js +27 -0
- package/dist/steps/StepsItem.cjs +8 -0
- package/dist/steps/StepsItem.d.cts +51 -0
- package/dist/steps/StepsItem.d.ts +51 -0
- package/dist/steps/StepsItem.js +8 -0
- package/dist/steps/StepsTrigger.cjs +9 -0
- package/dist/steps/StepsTrigger.d.cts +41 -0
- package/dist/steps/StepsTrigger.d.ts +41 -0
- package/dist/steps/StepsTrigger.js +9 -0
- package/dist/steps/index.cjs +1 -0
- package/dist/steps/index.d.cts +4 -0
- package/dist/steps/index.d.ts +4 -0
- package/dist/steps/index.js +1 -0
- package/dist/steps/steps-core.cjs +1 -0
- package/dist/steps/steps-core.d.cts +30 -0
- package/dist/steps/steps-core.d.ts +30 -0
- package/dist/steps/steps-core.js +1 -0
- package/dist/switch/Switch.cjs +22 -0
- package/dist/switch/Switch.d.cts +75 -0
- package/dist/switch/Switch.d.ts +75 -0
- package/dist/switch/Switch.js +22 -0
- package/dist/switch/SwitchThumb.cjs +5 -0
- package/dist/switch/SwitchThumb.d.cts +40 -0
- package/dist/switch/SwitchThumb.d.ts +40 -0
- package/dist/switch/SwitchThumb.js +5 -0
- package/dist/switch/index.cjs +1 -0
- package/dist/switch/index.d.cts +2 -0
- package/dist/switch/index.d.ts +2 -0
- package/dist/switch/index.js +1 -0
- package/dist/table/Table.cjs +20 -0
- package/dist/table/Table.d.cts +192 -0
- package/dist/table/Table.d.ts +192 -0
- package/dist/table/Table.js +20 -0
- package/dist/table/TableBody.cjs +12 -0
- package/dist/table/TableBody.d.cts +15 -0
- package/dist/table/TableBody.d.ts +15 -0
- package/dist/table/TableBody.js +12 -0
- package/dist/table/TableCaption.cjs +12 -0
- package/dist/table/TableCaption.d.cts +16 -0
- package/dist/table/TableCaption.d.ts +16 -0
- package/dist/table/TableCaption.js +12 -0
- package/dist/table/TableCell.cjs +10 -0
- package/dist/table/TableCell.d.cts +15 -0
- package/dist/table/TableCell.d.ts +15 -0
- package/dist/table/TableCell.js +10 -0
- package/dist/table/TableColumnHeaderSortTrigger.cjs +16 -0
- package/dist/table/TableColumnHeaderSortTrigger.d.cts +67 -0
- package/dist/table/TableColumnHeaderSortTrigger.d.ts +67 -0
- package/dist/table/TableColumnHeaderSortTrigger.js +16 -0
- package/dist/table/TableColumnResizeTrigger.cjs +40 -0
- package/dist/table/TableColumnResizeTrigger.d.cts +83 -0
- package/dist/table/TableColumnResizeTrigger.d.ts +83 -0
- package/dist/table/TableColumnResizeTrigger.js +40 -0
- package/dist/table/TableEmpty.cjs +14 -0
- package/dist/table/TableEmpty.d.cts +30 -0
- package/dist/table/TableEmpty.d.ts +30 -0
- package/dist/table/TableEmpty.js +14 -0
- package/dist/table/TableExpandTrigger.cjs +18 -0
- package/dist/table/TableExpandTrigger.d.cts +50 -0
- package/dist/table/TableExpandTrigger.d.ts +50 -0
- package/dist/table/TableExpandTrigger.js +18 -0
- package/dist/table/TableExpandedRow.cjs +7 -0
- package/dist/table/TableExpandedRow.d.cts +45 -0
- package/dist/table/TableExpandedRow.d.ts +45 -0
- package/dist/table/TableExpandedRow.js +7 -0
- package/dist/table/TableFooter.cjs +12 -0
- package/dist/table/TableFooter.d.cts +15 -0
- package/dist/table/TableFooter.d.ts +15 -0
- package/dist/table/TableFooter.js +12 -0
- package/dist/table/TableHeader.cjs +12 -0
- package/dist/table/TableHeader.d.cts +16 -0
- package/dist/table/TableHeader.d.ts +16 -0
- package/dist/table/TableHeader.js +12 -0
- package/dist/table/TableHeaderCell.cjs +49 -0
- package/dist/table/TableHeaderCell.d.cts +106 -0
- package/dist/table/TableHeaderCell.d.ts +106 -0
- package/dist/table/TableHeaderCell.js +49 -0
- package/dist/table/TableRow.cjs +12 -0
- package/dist/table/TableRow.d.cts +36 -0
- package/dist/table/TableRow.d.ts +36 -0
- package/dist/table/TableRow.js +12 -0
- package/dist/table/TableRowSelectCheckbox.cjs +1 -0
- package/dist/table/TableRowSelectCheckbox.d.cts +50 -0
- package/dist/table/TableRowSelectCheckbox.d.ts +50 -0
- package/dist/table/TableRowSelectCheckbox.js +1 -0
- package/dist/table/TableSelectAllCheckbox.cjs +1 -0
- package/dist/table/TableSelectAllCheckbox.d.cts +78 -0
- package/dist/table/TableSelectAllCheckbox.d.ts +78 -0
- package/dist/table/TableSelectAllCheckbox.js +1 -0
- package/dist/table/TableSortIndicator.cjs +15 -0
- package/dist/table/TableSortIndicator.d.cts +46 -0
- package/dist/table/TableSortIndicator.d.ts +46 -0
- package/dist/table/TableSortIndicator.js +15 -0
- package/dist/table/column-context.cjs +1 -0
- package/dist/table/column-context.d.cts +36 -0
- package/dist/table/column-context.d.ts +36 -0
- package/dist/table/column-context.js +1 -0
- package/dist/table/column-resize.cjs +1 -0
- package/dist/table/column-resize.d.cts +57 -0
- package/dist/table/column-resize.d.ts +57 -0
- package/dist/table/column-resize.js +1 -0
- package/dist/table/index.cjs +1 -0
- package/dist/table/index.d.cts +17 -0
- package/dist/table/index.d.ts +17 -0
- package/dist/table/index.js +1 -0
- package/dist/table/selection-checkbox.cjs +1 -0
- package/dist/table/selection-checkbox.d.cts +37 -0
- package/dist/table/selection-checkbox.d.ts +37 -0
- package/dist/table/selection-checkbox.js +1 -0
- package/dist/table/types.cjs +1 -0
- package/dist/table/types.d.cts +26 -0
- package/dist/table/types.d.ts +26 -0
- package/dist/table/types.js +0 -0
- package/dist/tabs/Tabs.cjs +5 -0
- package/dist/tabs/Tabs.d.cts +90 -0
- package/dist/tabs/Tabs.d.ts +90 -0
- package/dist/tabs/Tabs.js +5 -0
- package/dist/tabs/TabsContent.cjs +8 -0
- package/dist/tabs/TabsContent.d.cts +35 -0
- package/dist/tabs/TabsContent.d.ts +35 -0
- package/dist/tabs/TabsContent.js +8 -0
- package/dist/tabs/TabsList.cjs +5 -0
- package/dist/tabs/TabsList.d.cts +36 -0
- package/dist/tabs/TabsList.d.ts +36 -0
- package/dist/tabs/TabsList.js +5 -0
- package/dist/tabs/TabsTrigger.cjs +9 -0
- package/dist/tabs/TabsTrigger.d.cts +45 -0
- package/dist/tabs/TabsTrigger.d.ts +45 -0
- package/dist/tabs/TabsTrigger.js +9 -0
- package/dist/tabs/ids.cjs +1 -0
- package/dist/tabs/ids.d.cts +11 -0
- package/dist/tabs/ids.d.ts +11 -0
- package/dist/tabs/ids.js +1 -0
- package/dist/tabs/index.cjs +1 -0
- package/dist/tabs/index.d.cts +4 -0
- package/dist/tabs/index.d.ts +4 -0
- package/dist/tabs/index.js +1 -0
- package/dist/tag/Tag.cjs +5 -0
- package/dist/tag/Tag.d.cts +66 -0
- package/dist/tag/Tag.d.ts +66 -0
- package/dist/tag/Tag.js +5 -0
- package/dist/tag/TagDelete.cjs +17 -0
- package/dist/tag/TagDelete.d.cts +47 -0
- package/dist/tag/TagDelete.d.ts +47 -0
- package/dist/tag/TagDelete.js +17 -0
- package/dist/tag/index.cjs +1 -0
- package/dist/tag/index.d.cts +2 -0
- package/dist/tag/index.d.ts +2 -0
- package/dist/tag/index.js +1 -0
- package/dist/tag-group/TagGroup.cjs +5 -0
- package/dist/tag-group/TagGroup.d.cts +86 -0
- package/dist/tag-group/TagGroup.d.ts +86 -0
- package/dist/tag-group/TagGroup.js +5 -0
- package/dist/tag-group/index.cjs +1 -0
- package/dist/tag-group/index.d.cts +3 -0
- package/dist/tag-group/index.d.ts +3 -0
- package/dist/tag-group/index.js +1 -0
- package/dist/tags-input/TagsInput.cjs +5 -0
- package/dist/tags-input/TagsInput.d.cts +151 -0
- package/dist/tags-input/TagsInput.d.ts +151 -0
- package/dist/tags-input/TagsInput.js +5 -0
- package/dist/tags-input/TagsInputInput.cjs +18 -0
- package/dist/tags-input/TagsInputInput.d.cts +59 -0
- package/dist/tags-input/TagsInputInput.d.ts +59 -0
- package/dist/tags-input/TagsInputInput.js +18 -0
- package/dist/tags-input/TagsInputItem.cjs +5 -0
- package/dist/tags-input/TagsInputItem.d.cts +24 -0
- package/dist/tags-input/TagsInputItem.d.ts +24 -0
- package/dist/tags-input/TagsInputItem.js +5 -0
- package/dist/tags-input/TagsInputItemDelete.cjs +16 -0
- package/dist/tags-input/TagsInputItemDelete.d.cts +42 -0
- package/dist/tags-input/TagsInputItemDelete.d.ts +42 -0
- package/dist/tags-input/TagsInputItemDelete.js +16 -0
- package/dist/tags-input/index.cjs +1 -0
- package/dist/tags-input/index.d.cts +4 -0
- package/dist/tags-input/index.d.ts +4 -0
- package/dist/tags-input/index.js +1 -0
- package/dist/text-field/TextField.cjs +16 -0
- package/dist/text-field/TextField.d.cts +79 -0
- package/dist/text-field/TextField.d.ts +79 -0
- package/dist/text-field/TextField.js +16 -0
- package/dist/text-field/TextFieldClearButton.cjs +9 -0
- package/dist/text-field/TextFieldClearButton.d.cts +40 -0
- package/dist/text-field/TextFieldClearButton.d.ts +40 -0
- package/dist/text-field/TextFieldClearButton.js +9 -0
- package/dist/text-field/TextFieldInput.cjs +15 -0
- package/dist/text-field/TextFieldInput.d.cts +112 -0
- package/dist/text-field/TextFieldInput.d.ts +112 -0
- package/dist/text-field/TextFieldInput.js +15 -0
- package/dist/text-field/TextFieldSlot.cjs +5 -0
- package/dist/text-field/TextFieldSlot.d.cts +27 -0
- package/dist/text-field/TextFieldSlot.d.ts +27 -0
- package/dist/text-field/TextFieldSlot.js +5 -0
- package/dist/text-field/index.cjs +1 -0
- package/dist/text-field/index.d.cts +4 -0
- package/dist/text-field/index.d.ts +4 -0
- package/dist/text-field/index.js +1 -0
- package/dist/textarea/Textarea.cjs +24 -0
- package/dist/textarea/Textarea.d.cts +69 -0
- package/dist/textarea/Textarea.d.ts +69 -0
- package/dist/textarea/Textarea.js +24 -0
- package/dist/textarea/index.cjs +1 -0
- package/dist/textarea/index.d.cts +1 -0
- package/dist/textarea/index.d.ts +1 -0
- package/dist/textarea/index.js +1 -0
- package/dist/time-field/TimeField.cjs +1 -0
- package/dist/time-field/TimeField.d.cts +151 -0
- package/dist/time-field/TimeField.d.ts +151 -0
- package/dist/time-field/TimeField.js +1 -0
- package/dist/time-field/index.cjs +1 -0
- package/dist/time-field/index.d.cts +1 -0
- package/dist/time-field/index.d.ts +1 -0
- package/dist/time-field/index.js +1 -0
- package/dist/timeline/Timeline.cjs +7 -0
- package/dist/timeline/Timeline.d.cts +39 -0
- package/dist/timeline/Timeline.d.ts +39 -0
- package/dist/timeline/Timeline.js +7 -0
- package/dist/timeline/TimelineContent.cjs +5 -0
- package/dist/timeline/TimelineContent.d.cts +11 -0
- package/dist/timeline/TimelineContent.d.ts +11 -0
- package/dist/timeline/TimelineContent.js +5 -0
- package/dist/timeline/TimelineIndicator.cjs +5 -0
- package/dist/timeline/TimelineIndicator.d.cts +11 -0
- package/dist/timeline/TimelineIndicator.d.ts +11 -0
- package/dist/timeline/TimelineIndicator.js +5 -0
- package/dist/timeline/TimelineItem.cjs +5 -0
- package/dist/timeline/TimelineItem.d.cts +19 -0
- package/dist/timeline/TimelineItem.d.ts +19 -0
- package/dist/timeline/TimelineItem.js +5 -0
- package/dist/timeline/TimelineSeparator.cjs +5 -0
- package/dist/timeline/TimelineSeparator.d.cts +16 -0
- package/dist/timeline/TimelineSeparator.d.ts +16 -0
- package/dist/timeline/TimelineSeparator.js +5 -0
- package/dist/timeline/index.cjs +1 -0
- package/dist/timeline/index.d.cts +5 -0
- package/dist/timeline/index.d.ts +5 -0
- package/dist/timeline/index.js +1 -0
- package/dist/toast/Toast.cjs +5 -0
- package/dist/toast/Toast.d.cts +80 -0
- package/dist/toast/Toast.d.ts +80 -0
- package/dist/toast/Toast.js +5 -0
- package/dist/toast/ToastAction.cjs +9 -0
- package/dist/toast/ToastAction.d.cts +26 -0
- package/dist/toast/ToastAction.d.ts +26 -0
- package/dist/toast/ToastAction.js +9 -0
- package/dist/toast/ToastClose.cjs +9 -0
- package/dist/toast/ToastClose.d.cts +26 -0
- package/dist/toast/ToastClose.d.ts +26 -0
- package/dist/toast/ToastClose.js +9 -0
- package/dist/toast/ToastDescription.cjs +5 -0
- package/dist/toast/ToastDescription.d.cts +11 -0
- package/dist/toast/ToastDescription.d.ts +11 -0
- package/dist/toast/ToastDescription.js +5 -0
- package/dist/toast/ToastProvider.cjs +22 -0
- package/dist/toast/ToastProvider.d.cts +38 -0
- package/dist/toast/ToastProvider.d.ts +38 -0
- package/dist/toast/ToastProvider.js +22 -0
- package/dist/toast/ToastRegion.cjs +26 -0
- package/dist/toast/ToastRegion.d.cts +58 -0
- package/dist/toast/ToastRegion.d.ts +58 -0
- package/dist/toast/ToastRegion.js +26 -0
- package/dist/toast/ToastTitle.cjs +5 -0
- package/dist/toast/ToastTitle.d.cts +11 -0
- package/dist/toast/ToastTitle.d.ts +11 -0
- package/dist/toast/ToastTitle.js +5 -0
- package/dist/toast/ToastViewport.cjs +7 -0
- package/dist/toast/ToastViewport.d.cts +23 -0
- package/dist/toast/ToastViewport.d.ts +23 -0
- package/dist/toast/ToastViewport.js +7 -0
- package/dist/toast/index.cjs +1 -0
- package/dist/toast/index.d.cts +10 -0
- package/dist/toast/index.d.ts +10 -0
- package/dist/toast/index.js +1 -0
- package/dist/toast/region-focus.cjs +1 -0
- package/dist/toast/region-focus.d.cts +13 -0
- package/dist/toast/region-focus.d.ts +13 -0
- package/dist/toast/region-focus.js +1 -0
- package/dist/toast/toaster.cjs +1 -0
- package/dist/toast/toaster.d.cts +132 -0
- package/dist/toast/toaster.d.ts +132 -0
- package/dist/toast/toaster.js +1 -0
- package/dist/toggle/Toggle.cjs +17 -0
- package/dist/toggle/Toggle.d.cts +36 -0
- package/dist/toggle/Toggle.d.ts +36 -0
- package/dist/toggle/Toggle.js +17 -0
- package/dist/toggle/index.cjs +1 -0
- package/dist/toggle/index.d.cts +1 -0
- package/dist/toggle/index.d.ts +1 -0
- package/dist/toggle/index.js +1 -0
- package/dist/toggle-group/ToggleGroup.cjs +5 -0
- package/dist/toggle-group/ToggleGroup.d.cts +97 -0
- package/dist/toggle-group/ToggleGroup.d.ts +97 -0
- package/dist/toggle-group/ToggleGroup.js +5 -0
- package/dist/toggle-group/ToggleGroupItem.cjs +9 -0
- package/dist/toggle-group/ToggleGroupItem.d.cts +42 -0
- package/dist/toggle-group/ToggleGroupItem.d.ts +42 -0
- package/dist/toggle-group/ToggleGroupItem.js +9 -0
- package/dist/toggle-group/index.cjs +1 -0
- package/dist/toggle-group/index.d.cts +2 -0
- package/dist/toggle-group/index.d.ts +2 -0
- package/dist/toggle-group/index.js +1 -0
- package/dist/toolbar/Toolbar.cjs +5 -0
- package/dist/toolbar/Toolbar.d.cts +53 -0
- package/dist/toolbar/Toolbar.d.ts +53 -0
- package/dist/toolbar/Toolbar.js +5 -0
- package/dist/toolbar/ToolbarButton.cjs +9 -0
- package/dist/toolbar/ToolbarButton.d.cts +32 -0
- package/dist/toolbar/ToolbarButton.d.ts +32 -0
- package/dist/toolbar/ToolbarButton.js +9 -0
- package/dist/toolbar/ToolbarLink.cjs +6 -0
- package/dist/toolbar/ToolbarLink.d.cts +32 -0
- package/dist/toolbar/ToolbarLink.d.ts +32 -0
- package/dist/toolbar/ToolbarLink.js +6 -0
- package/dist/toolbar/ToolbarSeparator.cjs +5 -0
- package/dist/toolbar/ToolbarSeparator.d.cts +18 -0
- package/dist/toolbar/ToolbarSeparator.d.ts +18 -0
- package/dist/toolbar/ToolbarSeparator.js +5 -0
- package/dist/toolbar/ToolbarToggleGroup.cjs +5 -0
- package/dist/toolbar/ToolbarToggleGroup.d.cts +62 -0
- package/dist/toolbar/ToolbarToggleGroup.d.ts +62 -0
- package/dist/toolbar/ToolbarToggleGroup.js +5 -0
- package/dist/toolbar/ToolbarToggleItem.cjs +9 -0
- package/dist/toolbar/ToolbarToggleItem.d.cts +43 -0
- package/dist/toolbar/ToolbarToggleItem.d.ts +43 -0
- package/dist/toolbar/ToolbarToggleItem.js +9 -0
- package/dist/toolbar/index.cjs +1 -0
- package/dist/toolbar/index.d.cts +6 -0
- package/dist/toolbar/index.d.ts +6 -0
- package/dist/toolbar/index.js +1 -0
- package/dist/toolbar/toolbarItem.cjs +1 -0
- package/dist/toolbar/toolbarItem.d.cts +19 -0
- package/dist/toolbar/toolbarItem.d.ts +19 -0
- package/dist/toolbar/toolbarItem.js +1 -0
- package/dist/tooltip/Tooltip.cjs +5 -0
- package/dist/tooltip/Tooltip.d.cts +111 -0
- package/dist/tooltip/Tooltip.d.ts +111 -0
- package/dist/tooltip/Tooltip.js +5 -0
- package/dist/tooltip/TooltipArrow.cjs +1 -0
- package/dist/tooltip/TooltipArrow.d.cts +22 -0
- package/dist/tooltip/TooltipArrow.d.ts +22 -0
- package/dist/tooltip/TooltipArrow.js +1 -0
- package/dist/tooltip/TooltipContent.cjs +10 -0
- package/dist/tooltip/TooltipContent.d.cts +74 -0
- package/dist/tooltip/TooltipContent.d.ts +74 -0
- package/dist/tooltip/TooltipContent.js +10 -0
- package/dist/tooltip/TooltipPortal.cjs +1 -0
- package/dist/tooltip/TooltipPortal.d.cts +33 -0
- package/dist/tooltip/TooltipPortal.d.ts +33 -0
- package/dist/tooltip/TooltipPortal.js +1 -0
- package/dist/tooltip/TooltipTrigger.cjs +20 -0
- package/dist/tooltip/TooltipTrigger.d.cts +34 -0
- package/dist/tooltip/TooltipTrigger.d.ts +34 -0
- package/dist/tooltip/TooltipTrigger.js +20 -0
- package/dist/tooltip/index.cjs +1 -0
- package/dist/tooltip/index.d.cts +5 -0
- package/dist/tooltip/index.d.ts +5 -0
- package/dist/tooltip/index.js +1 -0
- package/dist/tour/Tour.cjs +5 -0
- package/dist/tour/Tour.d.cts +299 -0
- package/dist/tour/Tour.d.ts +299 -0
- package/dist/tour/Tour.js +5 -0
- package/dist/tour/TourArrow.cjs +1 -0
- package/dist/tour/TourArrow.d.cts +32 -0
- package/dist/tour/TourArrow.d.ts +32 -0
- package/dist/tour/TourArrow.js +1 -0
- package/dist/tour/TourBackdrop.cjs +5 -0
- package/dist/tour/TourBackdrop.d.cts +50 -0
- package/dist/tour/TourBackdrop.d.ts +50 -0
- package/dist/tour/TourBackdrop.js +5 -0
- package/dist/tour/TourCloseTrigger.cjs +14 -0
- package/dist/tour/TourCloseTrigger.d.cts +33 -0
- package/dist/tour/TourCloseTrigger.d.ts +33 -0
- package/dist/tour/TourCloseTrigger.js +14 -0
- package/dist/tour/TourContent.cjs +5 -0
- package/dist/tour/TourContent.d.cts +110 -0
- package/dist/tour/TourContent.d.ts +110 -0
- package/dist/tour/TourContent.js +5 -0
- package/dist/tour/TourDescription.cjs +5 -0
- package/dist/tour/TourDescription.d.cts +26 -0
- package/dist/tour/TourDescription.d.ts +26 -0
- package/dist/tour/TourDescription.js +5 -0
- package/dist/tour/TourNextTrigger.cjs +9 -0
- package/dist/tour/TourNextTrigger.d.cts +33 -0
- package/dist/tour/TourNextTrigger.d.ts +33 -0
- package/dist/tour/TourNextTrigger.js +9 -0
- package/dist/tour/TourPortal.cjs +1 -0
- package/dist/tour/TourPortal.d.cts +58 -0
- package/dist/tour/TourPortal.d.ts +58 -0
- package/dist/tour/TourPortal.js +1 -0
- package/dist/tour/TourPrevTrigger.cjs +15 -0
- package/dist/tour/TourPrevTrigger.d.cts +39 -0
- package/dist/tour/TourPrevTrigger.d.ts +39 -0
- package/dist/tour/TourPrevTrigger.js +15 -0
- package/dist/tour/TourProgressText.cjs +7 -0
- package/dist/tour/TourProgressText.d.cts +42 -0
- package/dist/tour/TourProgressText.d.ts +42 -0
- package/dist/tour/TourProgressText.js +7 -0
- package/dist/tour/TourSkipTrigger.cjs +9 -0
- package/dist/tour/TourSkipTrigger.d.cts +27 -0
- package/dist/tour/TourSkipTrigger.d.ts +27 -0
- package/dist/tour/TourSkipTrigger.js +9 -0
- package/dist/tour/TourSpotlight.cjs +5 -0
- package/dist/tour/TourSpotlight.d.cts +40 -0
- package/dist/tour/TourSpotlight.d.ts +40 -0
- package/dist/tour/TourSpotlight.js +5 -0
- package/dist/tour/TourTitle.cjs +5 -0
- package/dist/tour/TourTitle.d.cts +29 -0
- package/dist/tour/TourTitle.d.ts +29 -0
- package/dist/tour/TourTitle.js +5 -0
- package/dist/tour/TourTrigger.cjs +17 -0
- package/dist/tour/TourTrigger.d.cts +33 -0
- package/dist/tour/TourTrigger.d.ts +33 -0
- package/dist/tour/TourTrigger.js +17 -0
- package/dist/tour/index.cjs +1 -0
- package/dist/tour/index.d.cts +15 -0
- package/dist/tour/index.d.ts +15 -0
- package/dist/tour/index.js +1 -0
- package/dist/transfer/Transfer.cjs +5 -0
- package/dist/transfer/Transfer.d.cts +200 -0
- package/dist/transfer/Transfer.d.ts +200 -0
- package/dist/transfer/Transfer.js +5 -0
- package/dist/transfer/TransferControls.cjs +5 -0
- package/dist/transfer/TransferControls.d.cts +35 -0
- package/dist/transfer/TransferControls.d.ts +35 -0
- package/dist/transfer/TransferControls.js +5 -0
- package/dist/transfer/TransferEmpty.cjs +5 -0
- package/dist/transfer/TransferEmpty.d.cts +36 -0
- package/dist/transfer/TransferEmpty.d.ts +36 -0
- package/dist/transfer/TransferEmpty.js +5 -0
- package/dist/transfer/TransferItem.cjs +1 -0
- package/dist/transfer/TransferItem.d.cts +39 -0
- package/dist/transfer/TransferItem.d.ts +39 -0
- package/dist/transfer/TransferItem.js +1 -0
- package/dist/transfer/TransferList.cjs +1 -0
- package/dist/transfer/TransferList.d.cts +81 -0
- package/dist/transfer/TransferList.d.ts +81 -0
- package/dist/transfer/TransferList.js +1 -0
- package/dist/transfer/TransferListHeader.cjs +5 -0
- package/dist/transfer/TransferListHeader.d.cts +37 -0
- package/dist/transfer/TransferListHeader.d.ts +37 -0
- package/dist/transfer/TransferListHeader.js +5 -0
- package/dist/transfer/TransferListSearch.cjs +12 -0
- package/dist/transfer/TransferListSearch.d.cts +69 -0
- package/dist/transfer/TransferListSearch.d.ts +69 -0
- package/dist/transfer/TransferListSearch.js +12 -0
- package/dist/transfer/TransferMoveAllTrigger.cjs +1 -0
- package/dist/transfer/TransferMoveAllTrigger.d.cts +29 -0
- package/dist/transfer/TransferMoveAllTrigger.d.ts +29 -0
- package/dist/transfer/TransferMoveAllTrigger.js +1 -0
- package/dist/transfer/TransferMoveTrigger.cjs +1 -0
- package/dist/transfer/TransferMoveTrigger.d.cts +33 -0
- package/dist/transfer/TransferMoveTrigger.d.ts +33 -0
- package/dist/transfer/TransferMoveTrigger.js +1 -0
- package/dist/transfer/index.cjs +1 -0
- package/dist/transfer/index.d.cts +10 -0
- package/dist/transfer/index.d.ts +10 -0
- package/dist/transfer/index.js +1 -0
- package/dist/transfer/move-trigger.cjs +17 -0
- package/dist/transfer/move-trigger.d.cts +42 -0
- package/dist/transfer/move-trigger.d.ts +42 -0
- package/dist/transfer/move-trigger.js +17 -0
- package/dist/transfer/types.cjs +1 -0
- package/dist/transfer/types.d.cts +39 -0
- package/dist/transfer/types.d.ts +39 -0
- package/dist/transfer/types.js +0 -0
- package/dist/tree/Tree.cjs +5 -0
- package/dist/tree/Tree.d.cts +253 -0
- package/dist/tree/Tree.d.ts +253 -0
- package/dist/tree/Tree.js +5 -0
- package/dist/tree/TreeGroup.cjs +5 -0
- package/dist/tree/TreeGroup.d.cts +39 -0
- package/dist/tree/TreeGroup.d.ts +39 -0
- package/dist/tree/TreeGroup.js +5 -0
- package/dist/tree/TreeItem.cjs +5 -0
- package/dist/tree/TreeItem.d.cts +71 -0
- package/dist/tree/TreeItem.d.ts +71 -0
- package/dist/tree/TreeItem.js +5 -0
- package/dist/tree/TreeItemIndicator.cjs +5 -0
- package/dist/tree/TreeItemIndicator.d.cts +31 -0
- package/dist/tree/TreeItemIndicator.d.ts +31 -0
- package/dist/tree/TreeItemIndicator.js +5 -0
- package/dist/tree/index.cjs +1 -0
- package/dist/tree/index.d.cts +5 -0
- package/dist/tree/index.d.ts +5 -0
- package/dist/tree/index.js +1 -0
- package/dist/tree-select/TreeSelect.cjs +5 -0
- package/dist/tree-select/TreeSelect.d.cts +305 -0
- package/dist/tree-select/TreeSelect.d.ts +305 -0
- package/dist/tree-select/TreeSelect.js +5 -0
- package/dist/tree-select/TreeSelectContent.cjs +5 -0
- package/dist/tree-select/TreeSelectContent.d.cts +92 -0
- package/dist/tree-select/TreeSelectContent.d.ts +92 -0
- package/dist/tree-select/TreeSelectContent.js +5 -0
- package/dist/tree-select/TreeSelectEmpty.cjs +5 -0
- package/dist/tree-select/TreeSelectEmpty.d.cts +33 -0
- package/dist/tree-select/TreeSelectEmpty.d.ts +33 -0
- package/dist/tree-select/TreeSelectEmpty.js +5 -0
- package/dist/tree-select/TreeSelectInput.cjs +17 -0
- package/dist/tree-select/TreeSelectInput.d.cts +69 -0
- package/dist/tree-select/TreeSelectInput.d.ts +69 -0
- package/dist/tree-select/TreeSelectInput.js +17 -0
- package/dist/tree-select/TreeSelectItem.cjs +1 -0
- package/dist/tree-select/TreeSelectItem.d.cts +73 -0
- package/dist/tree-select/TreeSelectItem.d.ts +73 -0
- package/dist/tree-select/TreeSelectItem.js +1 -0
- package/dist/tree-select/TreeSelectItemIndicator.cjs +5 -0
- package/dist/tree-select/TreeSelectItemIndicator.d.cts +48 -0
- package/dist/tree-select/TreeSelectItemIndicator.d.ts +48 -0
- package/dist/tree-select/TreeSelectItemIndicator.js +5 -0
- package/dist/tree-select/TreeSelectPortal.cjs +1 -0
- package/dist/tree-select/TreeSelectPortal.d.cts +49 -0
- package/dist/tree-select/TreeSelectPortal.d.ts +49 -0
- package/dist/tree-select/TreeSelectPortal.js +1 -0
- package/dist/tree-select/TreeSelectTree.cjs +11 -0
- package/dist/tree-select/TreeSelectTree.d.cts +52 -0
- package/dist/tree-select/TreeSelectTree.d.ts +52 -0
- package/dist/tree-select/TreeSelectTree.js +11 -0
- package/dist/tree-select/TreeSelectTrigger.cjs +17 -0
- package/dist/tree-select/TreeSelectTrigger.d.cts +98 -0
- package/dist/tree-select/TreeSelectTrigger.d.ts +98 -0
- package/dist/tree-select/TreeSelectTrigger.js +17 -0
- package/dist/tree-select/TreeSelectValue.cjs +9 -0
- package/dist/tree-select/TreeSelectValue.d.cts +49 -0
- package/dist/tree-select/TreeSelectValue.d.ts +49 -0
- package/dist/tree-select/TreeSelectValue.js +9 -0
- package/dist/tree-select/collection.cjs +1 -0
- package/dist/tree-select/collection.d.cts +91 -0
- package/dist/tree-select/collection.d.ts +91 -0
- package/dist/tree-select/collection.js +1 -0
- package/dist/tree-select/index.cjs +1 -0
- package/dist/tree-select/index.d.cts +11 -0
- package/dist/tree-select/index.d.ts +11 -0
- package/dist/tree-select/index.js +1 -0
- package/dist/tree-select/types.cjs +1 -0
- package/dist/tree-select/types.d.cts +53 -0
- package/dist/tree-select/types.d.ts +53 -0
- package/dist/tree-select/types.js +0 -0
- package/dist/utils/live-announcer.cjs +1 -0
- package/dist/utils/live-announcer.d.cts +36 -0
- package/dist/utils/live-announcer.d.ts +36 -0
- package/dist/utils/live-announcer.js +1 -0
- package/dist/utils/portal.cjs +5 -0
- package/dist/utils/portal.d.cts +58 -0
- package/dist/utils/portal.d.ts +58 -0
- package/dist/utils/portal.js +5 -0
- package/dist/utils/visually-hidden.cjs +8 -0
- package/dist/utils/visually-hidden.d.cts +30 -0
- package/dist/utils/visually-hidden.d.ts +30 -0
- package/dist/utils/visually-hidden.js +8 -0
- package/package.json +940 -0
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { type Align, type Side } from '../internal/positioning.cjs';
|
|
3
|
+
/**
|
|
4
|
+
* How a step presents itself. `tooltip` and `floating` both anchor to the
|
|
5
|
+
* step's target; `dialog` renders centred even when a target is present, so a
|
|
6
|
+
* step can spotlight an element while explaining it from the middle of the
|
|
7
|
+
* screen. Published as `data-type` on `<skdx-tour-content>` either way.
|
|
8
|
+
*/
|
|
9
|
+
export type SkdxTourStepType = 'tooltip' | 'dialog' | 'floating';
|
|
10
|
+
/**
|
|
11
|
+
* One step of a tour. Steps are **data, not markup** — the whole ordered list
|
|
12
|
+
* is set on `<skdx-tour>`'s `steps` property (property-only: an array cannot
|
|
13
|
+
* come from an attribute string) and the parts render whichever one is active.
|
|
14
|
+
*/
|
|
15
|
+
export interface SkdxTourStep {
|
|
16
|
+
/**
|
|
17
|
+
* The element this step points at, as a CSS selector or an element. A step
|
|
18
|
+
* with no target renders centred and spotlights nothing — that is how a tour
|
|
19
|
+
* opens and closes.
|
|
20
|
+
*
|
|
21
|
+
* The selector is matched against the **document**, not against the tour's
|
|
22
|
+
* own subtree: a tour's targets are the page it is explaining, which is
|
|
23
|
+
* almost never inside the `<skdx-tour>` element.
|
|
24
|
+
* @default undefined — the step is centred, with no spotlight and no anchoring.
|
|
25
|
+
*/
|
|
26
|
+
target?: string | Element;
|
|
27
|
+
/**
|
|
28
|
+
* Short name for the step, announced to screen readers alongside its
|
|
29
|
+
* position. Purely for the announcement — render the visible heading with
|
|
30
|
+
* `<skdx-tour-title>`.
|
|
31
|
+
* @default undefined — only the position ("Step 2 of 5") is announced.
|
|
32
|
+
*/
|
|
33
|
+
title?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Side of the target this step's content is placed against, fed straight to
|
|
36
|
+
* the shared popper layer. `start`/`end` are logical and mirror under RTL.
|
|
37
|
+
* @default undefined — falls back to `<skdx-tour-content>`'s own `side`, which defaults to `bottom`.
|
|
38
|
+
*/
|
|
39
|
+
placement?: Side;
|
|
40
|
+
/**
|
|
41
|
+
* Alignment along `placement`.
|
|
42
|
+
* @default undefined — falls back to `<skdx-tour-content>`'s own `align`, which defaults to `center`.
|
|
43
|
+
*/
|
|
44
|
+
align?: Align;
|
|
45
|
+
/**
|
|
46
|
+
* How this step presents itself. `dialog` forces centred content even with a
|
|
47
|
+
* target set; the other two anchor.
|
|
48
|
+
* @default undefined — anchored when the step has a target, centred when it does not.
|
|
49
|
+
*/
|
|
50
|
+
type?: SkdxTourStepType;
|
|
51
|
+
}
|
|
52
|
+
/** The detail of `step-target-missing`. */
|
|
53
|
+
export interface SkdxTourStepTargetMissingDetail {
|
|
54
|
+
index: number;
|
|
55
|
+
step: SkdxTourStep;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @internal The event `<skdx-tour>` dispatches on **itself** whenever anything
|
|
59
|
+
* a part renders from has changed. Not bubbling and not composed: the parts
|
|
60
|
+
* subscribe on the root element directly, which is the only thing that works
|
|
61
|
+
* once `<skdx-tour-portal>` has moved half of them out of the root's subtree.
|
|
62
|
+
*/
|
|
63
|
+
export declare const TOUR_INTERNAL_UPDATE = "skdx-tour-internal-update";
|
|
64
|
+
/** The four numbers a CSS-only spotlight cutout needs. */
|
|
65
|
+
export declare const SPOTLIGHT_PROPERTIES: readonly ["--skdx-tour-x", "--skdx-tour-y", "--skdx-tour-width", "--skdx-tour-height"];
|
|
66
|
+
/**
|
|
67
|
+
* @internal The `<div data-skdx-tour-layer>` `<skdx-tour-portal>` parks the
|
|
68
|
+
* tour's DOM in, carrying a back-reference to the tour that owns it.
|
|
69
|
+
*/
|
|
70
|
+
export interface SkdxTourLayerElement extends HTMLElement {
|
|
71
|
+
tourRoot?: SkdxTour | null;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @internal Finds the `<skdx-tour>` a part belongs to.
|
|
75
|
+
*
|
|
76
|
+
* Every other family here resolves its root with `closest()` alone, and that
|
|
77
|
+
* is still the first thing tried. It is not enough for Tour: `<skdx-tour-portal>`
|
|
78
|
+
* moves Backdrop, Spotlight and Content — and everything inside Content — out
|
|
79
|
+
* to `document.body`, where they have no `<skdx-tour>` ancestor left to find.
|
|
80
|
+
* The portal stamps the owning root onto the layer element it moves them into,
|
|
81
|
+
* and that is the fallback.
|
|
82
|
+
*/
|
|
83
|
+
export declare function findTourRoot(el: Element): SkdxTour | null;
|
|
84
|
+
/**
|
|
85
|
+
* @internal Writes (or clears) the four spotlight custom properties on a part.
|
|
86
|
+
* Shared by Backdrop and Spotlight, which publish exactly the same geometry.
|
|
87
|
+
*/
|
|
88
|
+
export declare function applySpotlightProperties(el: HTMLElement, vars: Record<string, string>): void;
|
|
89
|
+
/**
|
|
90
|
+
* `<skdx-tour>` — the Web Components implementation of the shared Tour contract
|
|
91
|
+
* (see `@skdx/shared`'s `tourContract`): a stepped walkthrough anchored to
|
|
92
|
+
* real elements on the page, with a spotlight cutout, a focus trap, and every
|
|
93
|
+
* step change announced.
|
|
94
|
+
*
|
|
95
|
+
* Renders only a `<slot>` (`display: contents`). It owns the running state,
|
|
96
|
+
* the active step index, the step list, target resolution and the spotlight
|
|
97
|
+
* geometry, and pushes them to `<skdx-tour-trigger>` / `<skdx-tour-portal>` /
|
|
98
|
+
* `<skdx-tour-backdrop>` / `<skdx-tour-spotlight>` / `<skdx-tour-content>` and
|
|
99
|
+
* the navigation triggers through the `skdx-tour-internal-update` event — the
|
|
100
|
+
* same shared-state pattern `<skdx-popover>` uses, since custom elements have
|
|
101
|
+
* no context mechanism.
|
|
102
|
+
*
|
|
103
|
+
* **Steps are data.** Each declares the element it points at (a selector or an
|
|
104
|
+
* element), optionally a `placement`, an `align`, a `title` for the
|
|
105
|
+
* announcement, and a `type`. A step with no target renders centred, which is
|
|
106
|
+
* how a tour usually opens and closes. `steps` is property-only — an array
|
|
107
|
+
* cannot come from an attribute — so set it from script.
|
|
108
|
+
*
|
|
109
|
+
* A target that has not mounted yet is polled for up to `targetTimeout`; on
|
|
110
|
+
* timeout `step-target-missing` fires and the tour skips forward rather than
|
|
111
|
+
* showing a popup anchored to nothing. A target that is found is scrolled into
|
|
112
|
+
* view before it is measured.
|
|
113
|
+
*
|
|
114
|
+
* `open`/`step` are plain properties, each with a `default-open` /
|
|
115
|
+
* `default-step` counterpart applied once on connect: the property is the
|
|
116
|
+
* single source of truth and a consumer that wants "controlled" behaviour
|
|
117
|
+
* listens for `open-change`/`step-change` and writes the property back.
|
|
118
|
+
*
|
|
119
|
+
* **Arrow keys are deliberately unbound.** They belong to whatever the step is
|
|
120
|
+
* pointing at — a listbox, a slider, a calendar — and stealing them would
|
|
121
|
+
* break the very control the user has just been told to try.
|
|
122
|
+
*
|
|
123
|
+
* @example
|
|
124
|
+
* ```html
|
|
125
|
+
* <skdx-tour id="tour">
|
|
126
|
+
* <skdx-tour-trigger>Take the tour</skdx-tour-trigger>
|
|
127
|
+
* <skdx-tour-portal>
|
|
128
|
+
* <skdx-tour-backdrop></skdx-tour-backdrop>
|
|
129
|
+
* <skdx-tour-spotlight></skdx-tour-spotlight>
|
|
130
|
+
* <skdx-tour-content>
|
|
131
|
+
* <skdx-tour-title>Your inbox</skdx-tour-title>
|
|
132
|
+
* <skdx-tour-description>Everything lands here first.</skdx-tour-description>
|
|
133
|
+
* <skdx-tour-progress-text></skdx-tour-progress-text>
|
|
134
|
+
* <skdx-tour-prev-trigger>Back</skdx-tour-prev-trigger>
|
|
135
|
+
* <skdx-tour-next-trigger>Next</skdx-tour-next-trigger>
|
|
136
|
+
* <skdx-tour-skip-trigger>Skip</skdx-tour-skip-trigger>
|
|
137
|
+
* </skdx-tour-content>
|
|
138
|
+
* </skdx-tour-portal>
|
|
139
|
+
* </skdx-tour>
|
|
140
|
+
* <script type="module">
|
|
141
|
+
* document.getElementById('tour').steps = [
|
|
142
|
+
* { title: 'Welcome' },
|
|
143
|
+
* { target: '#inbox', title: 'Your inbox', placement: 'right' },
|
|
144
|
+
* { title: 'All set' },
|
|
145
|
+
* ];
|
|
146
|
+
* </script>
|
|
147
|
+
* ```
|
|
148
|
+
*
|
|
149
|
+
* @fires open-change - Fired with the new open state whenever the tour starts or ends, controlled or not.
|
|
150
|
+
* @fires step-change - Fired with the new zero-based index whenever the active step changes, controlled or not. Not fired on completion or skip — those have their own events.
|
|
151
|
+
* @fires complete - Fired when the user advances past the last step. The tour closes either way; this is where the consumer records that the user has seen it.
|
|
152
|
+
* @fires skip - Fired when the tour ends early — the skip trigger, the close trigger, or Escape.
|
|
153
|
+
* @fires step-target-missing - Fired with `{ index, step }` when a step's target never appeared within `target-timeout`. The tour then skips forward rather than rendering an unanchored popup.
|
|
154
|
+
*/
|
|
155
|
+
export declare class SkdxTour extends LitElement {
|
|
156
|
+
static styles: import("lit").CSSResult;
|
|
157
|
+
/**
|
|
158
|
+
* The ordered steps. Required: a tour with no steps has nothing to show, and
|
|
159
|
+
* the array's length is what "Step 2 of 5" counts against. Property-only —
|
|
160
|
+
* an attribute string cannot carry an array.
|
|
161
|
+
* @default [] — nothing to show.
|
|
162
|
+
*/
|
|
163
|
+
steps: SkdxTourStep[];
|
|
164
|
+
/**
|
|
165
|
+
* Whether the tour is running. Listen for `open-change` to observe or
|
|
166
|
+
* override changes.
|
|
167
|
+
* @default false
|
|
168
|
+
*/
|
|
169
|
+
open: boolean;
|
|
170
|
+
/**
|
|
171
|
+
* Whether the tour is running on mount, for uncontrolled usage. Applied once,
|
|
172
|
+
* on connect, and only if `open` wasn't already set.
|
|
173
|
+
* @default false — the tour waits for a trigger, so a first-visit tour is started deliberately rather than on every render.
|
|
174
|
+
*/
|
|
175
|
+
defaultOpen: boolean;
|
|
176
|
+
/**
|
|
177
|
+
* Zero-based index of the active step. Listen for `step-change` to observe
|
|
178
|
+
* or override changes.
|
|
179
|
+
* @default 0
|
|
180
|
+
*/
|
|
181
|
+
step: number;
|
|
182
|
+
/**
|
|
183
|
+
* Index the tour starts on, for uncontrolled usage — useful for resuming a
|
|
184
|
+
* tour the user abandoned. Applied once, on connect, and only if `step`
|
|
185
|
+
* wasn't already set.
|
|
186
|
+
* @default 0
|
|
187
|
+
*/
|
|
188
|
+
defaultStep: number;
|
|
189
|
+
/**
|
|
190
|
+
* Whether pressing Escape ends the tour the same way skipping does.
|
|
191
|
+
*
|
|
192
|
+
* Uses the `optOutBoolean` converter rather than Lit's stock `Boolean`, so
|
|
193
|
+
* `close-on-escape="false"` actually switches it off instead of reading as
|
|
194
|
+
* attribute presence.
|
|
195
|
+
* @default true — Escape must always get a user out of a modal layer; set it `false` only when the tour genuinely cannot be abandoned, and then provide another way out.
|
|
196
|
+
*/
|
|
197
|
+
closeOnEscape: boolean;
|
|
198
|
+
/**
|
|
199
|
+
* Whether a pointer-down outside the content skips the tour.
|
|
200
|
+
* @default false — during a tour an outside click is almost always a misclick on the very UI being explained, and losing the tour to it is worse than ignoring it.
|
|
201
|
+
*/
|
|
202
|
+
closeOnInteractOutside: boolean;
|
|
203
|
+
/**
|
|
204
|
+
* Pixels of breathing room added around the target on every side when the
|
|
205
|
+
* spotlight geometry is published.
|
|
206
|
+
* @default 8 — the cutout clears the target's own focus ring instead of clipping it.
|
|
207
|
+
*/
|
|
208
|
+
spotlightPadding: number;
|
|
209
|
+
/**
|
|
210
|
+
* How long, in milliseconds, to keep polling for a step's target before
|
|
211
|
+
* giving up on it. Covers targets that mount late — a lazy route, a panel
|
|
212
|
+
* that opens on the previous step's action.
|
|
213
|
+
* @default 2000 — long enough for a lazy chunk to land, short enough that a genuinely absent target does not strand the tour.
|
|
214
|
+
*/
|
|
215
|
+
targetTimeout: number;
|
|
216
|
+
/**
|
|
217
|
+
* Builds the string announced to screen readers on every step change.
|
|
218
|
+
* Override it to translate, or to include more of the step than its title.
|
|
219
|
+
* Property-only: a function cannot come from an attribute.
|
|
220
|
+
* @default undefined — announces the step's `title` (when set) followed by "Step {n} of {total}", in English.
|
|
221
|
+
*/
|
|
222
|
+
getAnnouncement?: (step: SkdxTourStep, index: number, total: number) => string;
|
|
223
|
+
readonly contentId: string;
|
|
224
|
+
readonly titleId: string;
|
|
225
|
+
readonly descriptionId: string;
|
|
226
|
+
/** @internal Set by `<skdx-tour-trigger>` once its native button mounts. */
|
|
227
|
+
triggerEl: HTMLElement | null;
|
|
228
|
+
/** @internal The active step's resolved target element, or `null` for a centred step. */
|
|
229
|
+
target: HTMLElement | null;
|
|
230
|
+
/**
|
|
231
|
+
* @internal The active target's padded, viewport-clamped rect as the four
|
|
232
|
+
* `--skdx-tour-*` custom properties, ready to be written onto Backdrop and
|
|
233
|
+
* Spotlight. Empty while there is no target.
|
|
234
|
+
*/
|
|
235
|
+
spotlightVars: Record<string, string>;
|
|
236
|
+
private hasUpdatedOnce;
|
|
237
|
+
private pollTimer?;
|
|
238
|
+
private measuring;
|
|
239
|
+
private lastResolve?;
|
|
240
|
+
/** The active step, or `undefined` when `steps` is empty or `step` is out of range. */
|
|
241
|
+
get activeStep(): SkdxTourStep | undefined;
|
|
242
|
+
/** How many steps the tour has — what "Step 2 of 5" counts against. */
|
|
243
|
+
get total(): number;
|
|
244
|
+
/**
|
|
245
|
+
* @internal True when the active step's content is positioned against a
|
|
246
|
+
* resolved target rather than centred. A `type: 'dialog'` step still
|
|
247
|
+
* spotlights its target — it just explains it from the middle of the screen.
|
|
248
|
+
*/
|
|
249
|
+
get anchored(): boolean;
|
|
250
|
+
connectedCallback(): void;
|
|
251
|
+
disconnectedCallback(): void;
|
|
252
|
+
protected updated(changed: Map<string, unknown>): void;
|
|
253
|
+
/** @internal Sets `open`; the `open-change` event follows from `updated()`. */
|
|
254
|
+
setOpen(next: boolean): void;
|
|
255
|
+
/** @internal Moves to `index`, clamped to the step list. */
|
|
256
|
+
goTo(index: number): void;
|
|
257
|
+
/** @internal Advances a step, or completes the tour when already on the last one. */
|
|
258
|
+
next(): void;
|
|
259
|
+
/** @internal Steps back. A no-op on the first step, which has nowhere to go. */
|
|
260
|
+
prev(): void;
|
|
261
|
+
/**
|
|
262
|
+
* @internal Ends the tour early — the skip trigger, the close trigger, or
|
|
263
|
+
* Escape. Always dispatches: skipping is an action, not a state change, and
|
|
264
|
+
* a consumer that hears "skipped" twice is better off than one that hears it
|
|
265
|
+
* never because the tour happened to be closed already.
|
|
266
|
+
*/
|
|
267
|
+
skip(): void;
|
|
268
|
+
/** @internal Ends the tour by advancing past the last step. Always dispatches, for the same reason as {@link skip}. */
|
|
269
|
+
complete(): void;
|
|
270
|
+
/** @internal */
|
|
271
|
+
focusTrigger(): void;
|
|
272
|
+
/** @internal Tells every part to re-read this element. */
|
|
273
|
+
notifyParts(): void;
|
|
274
|
+
/**
|
|
275
|
+
* Resolves the active step's target — polling for one that has not mounted
|
|
276
|
+
* yet, and skipping the step outright once `targetTimeout` is up. An
|
|
277
|
+
* unanchored popup pointing at nothing is worse than no step at all.
|
|
278
|
+
*/
|
|
279
|
+
private resolveActiveTarget;
|
|
280
|
+
private settleTarget;
|
|
281
|
+
private setTarget;
|
|
282
|
+
private startMeasuring;
|
|
283
|
+
private stopMeasuring;
|
|
284
|
+
/**
|
|
285
|
+
* Four numbers is everything a cutout needs, so the hole over the target is
|
|
286
|
+
* drawable in CSS alone. Clamped to the viewport: a target scrolled halfway
|
|
287
|
+
* off-screen would otherwise publish negative coordinates and an over-long
|
|
288
|
+
* box, and every consumer would have to re-clamp them by hand.
|
|
289
|
+
*/
|
|
290
|
+
private readonly measure;
|
|
291
|
+
private stopPolling;
|
|
292
|
+
private announceStep;
|
|
293
|
+
render(): import("lit").TemplateResult<1>;
|
|
294
|
+
}
|
|
295
|
+
declare global {
|
|
296
|
+
interface HTMLElementTagNameMap {
|
|
297
|
+
'skdx-tour': SkdxTour;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
@@ -0,0 +1,299 @@
|
|
|
1
|
+
import { LitElement } from 'lit';
|
|
2
|
+
import { type Align, type Side } from '../internal/positioning.js';
|
|
3
|
+
/**
|
|
4
|
+
* How a step presents itself. `tooltip` and `floating` both anchor to the
|
|
5
|
+
* step's target; `dialog` renders centred even when a target is present, so a
|
|
6
|
+
* step can spotlight an element while explaining it from the middle of the
|
|
7
|
+
* screen. Published as `data-type` on `<skdx-tour-content>` either way.
|
|
8
|
+
*/
|
|
9
|
+
export type SkdxTourStepType = 'tooltip' | 'dialog' | 'floating';
|
|
10
|
+
/**
|
|
11
|
+
* One step of a tour. Steps are **data, not markup** — the whole ordered list
|
|
12
|
+
* is set on `<skdx-tour>`'s `steps` property (property-only: an array cannot
|
|
13
|
+
* come from an attribute string) and the parts render whichever one is active.
|
|
14
|
+
*/
|
|
15
|
+
export interface SkdxTourStep {
|
|
16
|
+
/**
|
|
17
|
+
* The element this step points at, as a CSS selector or an element. A step
|
|
18
|
+
* with no target renders centred and spotlights nothing — that is how a tour
|
|
19
|
+
* opens and closes.
|
|
20
|
+
*
|
|
21
|
+
* The selector is matched against the **document**, not against the tour's
|
|
22
|
+
* own subtree: a tour's targets are the page it is explaining, which is
|
|
23
|
+
* almost never inside the `<skdx-tour>` element.
|
|
24
|
+
* @default undefined — the step is centred, with no spotlight and no anchoring.
|
|
25
|
+
*/
|
|
26
|
+
target?: string | Element;
|
|
27
|
+
/**
|
|
28
|
+
* Short name for the step, announced to screen readers alongside its
|
|
29
|
+
* position. Purely for the announcement — render the visible heading with
|
|
30
|
+
* `<skdx-tour-title>`.
|
|
31
|
+
* @default undefined — only the position ("Step 2 of 5") is announced.
|
|
32
|
+
*/
|
|
33
|
+
title?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Side of the target this step's content is placed against, fed straight to
|
|
36
|
+
* the shared popper layer. `start`/`end` are logical and mirror under RTL.
|
|
37
|
+
* @default undefined — falls back to `<skdx-tour-content>`'s own `side`, which defaults to `bottom`.
|
|
38
|
+
*/
|
|
39
|
+
placement?: Side;
|
|
40
|
+
/**
|
|
41
|
+
* Alignment along `placement`.
|
|
42
|
+
* @default undefined — falls back to `<skdx-tour-content>`'s own `align`, which defaults to `center`.
|
|
43
|
+
*/
|
|
44
|
+
align?: Align;
|
|
45
|
+
/**
|
|
46
|
+
* How this step presents itself. `dialog` forces centred content even with a
|
|
47
|
+
* target set; the other two anchor.
|
|
48
|
+
* @default undefined — anchored when the step has a target, centred when it does not.
|
|
49
|
+
*/
|
|
50
|
+
type?: SkdxTourStepType;
|
|
51
|
+
}
|
|
52
|
+
/** The detail of `step-target-missing`. */
|
|
53
|
+
export interface SkdxTourStepTargetMissingDetail {
|
|
54
|
+
index: number;
|
|
55
|
+
step: SkdxTourStep;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @internal The event `<skdx-tour>` dispatches on **itself** whenever anything
|
|
59
|
+
* a part renders from has changed. Not bubbling and not composed: the parts
|
|
60
|
+
* subscribe on the root element directly, which is the only thing that works
|
|
61
|
+
* once `<skdx-tour-portal>` has moved half of them out of the root's subtree.
|
|
62
|
+
*/
|
|
63
|
+
export declare const TOUR_INTERNAL_UPDATE = "skdx-tour-internal-update";
|
|
64
|
+
/** The four numbers a CSS-only spotlight cutout needs. */
|
|
65
|
+
export declare const SPOTLIGHT_PROPERTIES: readonly ["--skdx-tour-x", "--skdx-tour-y", "--skdx-tour-width", "--skdx-tour-height"];
|
|
66
|
+
/**
|
|
67
|
+
* @internal The `<div data-skdx-tour-layer>` `<skdx-tour-portal>` parks the
|
|
68
|
+
* tour's DOM in, carrying a back-reference to the tour that owns it.
|
|
69
|
+
*/
|
|
70
|
+
export interface SkdxTourLayerElement extends HTMLElement {
|
|
71
|
+
tourRoot?: SkdxTour | null;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* @internal Finds the `<skdx-tour>` a part belongs to.
|
|
75
|
+
*
|
|
76
|
+
* Every other family here resolves its root with `closest()` alone, and that
|
|
77
|
+
* is still the first thing tried. It is not enough for Tour: `<skdx-tour-portal>`
|
|
78
|
+
* moves Backdrop, Spotlight and Content — and everything inside Content — out
|
|
79
|
+
* to `document.body`, where they have no `<skdx-tour>` ancestor left to find.
|
|
80
|
+
* The portal stamps the owning root onto the layer element it moves them into,
|
|
81
|
+
* and that is the fallback.
|
|
82
|
+
*/
|
|
83
|
+
export declare function findTourRoot(el: Element): SkdxTour | null;
|
|
84
|
+
/**
|
|
85
|
+
* @internal Writes (or clears) the four spotlight custom properties on a part.
|
|
86
|
+
* Shared by Backdrop and Spotlight, which publish exactly the same geometry.
|
|
87
|
+
*/
|
|
88
|
+
export declare function applySpotlightProperties(el: HTMLElement, vars: Record<string, string>): void;
|
|
89
|
+
/**
|
|
90
|
+
* `<skdx-tour>` — the Web Components implementation of the shared Tour contract
|
|
91
|
+
* (see `@skdx/shared`'s `tourContract`): a stepped walkthrough anchored to
|
|
92
|
+
* real elements on the page, with a spotlight cutout, a focus trap, and every
|
|
93
|
+
* step change announced.
|
|
94
|
+
*
|
|
95
|
+
* Renders only a `<slot>` (`display: contents`). It owns the running state,
|
|
96
|
+
* the active step index, the step list, target resolution and the spotlight
|
|
97
|
+
* geometry, and pushes them to `<skdx-tour-trigger>` / `<skdx-tour-portal>` /
|
|
98
|
+
* `<skdx-tour-backdrop>` / `<skdx-tour-spotlight>` / `<skdx-tour-content>` and
|
|
99
|
+
* the navigation triggers through the `skdx-tour-internal-update` event — the
|
|
100
|
+
* same shared-state pattern `<skdx-popover>` uses, since custom elements have
|
|
101
|
+
* no context mechanism.
|
|
102
|
+
*
|
|
103
|
+
* **Steps are data.** Each declares the element it points at (a selector or an
|
|
104
|
+
* element), optionally a `placement`, an `align`, a `title` for the
|
|
105
|
+
* announcement, and a `type`. A step with no target renders centred, which is
|
|
106
|
+
* how a tour usually opens and closes. `steps` is property-only — an array
|
|
107
|
+
* cannot come from an attribute — so set it from script.
|
|
108
|
+
*
|
|
109
|
+
* A target that has not mounted yet is polled for up to `targetTimeout`; on
|
|
110
|
+
* timeout `step-target-missing` fires and the tour skips forward rather than
|
|
111
|
+
* showing a popup anchored to nothing. A target that is found is scrolled into
|
|
112
|
+
* view before it is measured.
|
|
113
|
+
*
|
|
114
|
+
* `open`/`step` are plain properties, each with a `default-open` /
|
|
115
|
+
* `default-step` counterpart applied once on connect: the property is the
|
|
116
|
+
* single source of truth and a consumer that wants "controlled" behaviour
|
|
117
|
+
* listens for `open-change`/`step-change` and writes the property back.
|
|
118
|
+
*
|
|
119
|
+
* **Arrow keys are deliberately unbound.** They belong to whatever the step is
|
|
120
|
+
* pointing at — a listbox, a slider, a calendar — and stealing them would
|
|
121
|
+
* break the very control the user has just been told to try.
|
|
122
|
+
*
|
|
123
|
+
* @example
|
|
124
|
+
* ```html
|
|
125
|
+
* <skdx-tour id="tour">
|
|
126
|
+
* <skdx-tour-trigger>Take the tour</skdx-tour-trigger>
|
|
127
|
+
* <skdx-tour-portal>
|
|
128
|
+
* <skdx-tour-backdrop></skdx-tour-backdrop>
|
|
129
|
+
* <skdx-tour-spotlight></skdx-tour-spotlight>
|
|
130
|
+
* <skdx-tour-content>
|
|
131
|
+
* <skdx-tour-title>Your inbox</skdx-tour-title>
|
|
132
|
+
* <skdx-tour-description>Everything lands here first.</skdx-tour-description>
|
|
133
|
+
* <skdx-tour-progress-text></skdx-tour-progress-text>
|
|
134
|
+
* <skdx-tour-prev-trigger>Back</skdx-tour-prev-trigger>
|
|
135
|
+
* <skdx-tour-next-trigger>Next</skdx-tour-next-trigger>
|
|
136
|
+
* <skdx-tour-skip-trigger>Skip</skdx-tour-skip-trigger>
|
|
137
|
+
* </skdx-tour-content>
|
|
138
|
+
* </skdx-tour-portal>
|
|
139
|
+
* </skdx-tour>
|
|
140
|
+
* <script type="module">
|
|
141
|
+
* document.getElementById('tour').steps = [
|
|
142
|
+
* { title: 'Welcome' },
|
|
143
|
+
* { target: '#inbox', title: 'Your inbox', placement: 'right' },
|
|
144
|
+
* { title: 'All set' },
|
|
145
|
+
* ];
|
|
146
|
+
* </script>
|
|
147
|
+
* ```
|
|
148
|
+
*
|
|
149
|
+
* @fires open-change - Fired with the new open state whenever the tour starts or ends, controlled or not.
|
|
150
|
+
* @fires step-change - Fired with the new zero-based index whenever the active step changes, controlled or not. Not fired on completion or skip — those have their own events.
|
|
151
|
+
* @fires complete - Fired when the user advances past the last step. The tour closes either way; this is where the consumer records that the user has seen it.
|
|
152
|
+
* @fires skip - Fired when the tour ends early — the skip trigger, the close trigger, or Escape.
|
|
153
|
+
* @fires step-target-missing - Fired with `{ index, step }` when a step's target never appeared within `target-timeout`. The tour then skips forward rather than rendering an unanchored popup.
|
|
154
|
+
*/
|
|
155
|
+
export declare class SkdxTour extends LitElement {
|
|
156
|
+
static styles: import("lit").CSSResult;
|
|
157
|
+
/**
|
|
158
|
+
* The ordered steps. Required: a tour with no steps has nothing to show, and
|
|
159
|
+
* the array's length is what "Step 2 of 5" counts against. Property-only —
|
|
160
|
+
* an attribute string cannot carry an array.
|
|
161
|
+
* @default [] — nothing to show.
|
|
162
|
+
*/
|
|
163
|
+
steps: SkdxTourStep[];
|
|
164
|
+
/**
|
|
165
|
+
* Whether the tour is running. Listen for `open-change` to observe or
|
|
166
|
+
* override changes.
|
|
167
|
+
* @default false
|
|
168
|
+
*/
|
|
169
|
+
open: boolean;
|
|
170
|
+
/**
|
|
171
|
+
* Whether the tour is running on mount, for uncontrolled usage. Applied once,
|
|
172
|
+
* on connect, and only if `open` wasn't already set.
|
|
173
|
+
* @default false — the tour waits for a trigger, so a first-visit tour is started deliberately rather than on every render.
|
|
174
|
+
*/
|
|
175
|
+
defaultOpen: boolean;
|
|
176
|
+
/**
|
|
177
|
+
* Zero-based index of the active step. Listen for `step-change` to observe
|
|
178
|
+
* or override changes.
|
|
179
|
+
* @default 0
|
|
180
|
+
*/
|
|
181
|
+
step: number;
|
|
182
|
+
/**
|
|
183
|
+
* Index the tour starts on, for uncontrolled usage — useful for resuming a
|
|
184
|
+
* tour the user abandoned. Applied once, on connect, and only if `step`
|
|
185
|
+
* wasn't already set.
|
|
186
|
+
* @default 0
|
|
187
|
+
*/
|
|
188
|
+
defaultStep: number;
|
|
189
|
+
/**
|
|
190
|
+
* Whether pressing Escape ends the tour the same way skipping does.
|
|
191
|
+
*
|
|
192
|
+
* Uses the `optOutBoolean` converter rather than Lit's stock `Boolean`, so
|
|
193
|
+
* `close-on-escape="false"` actually switches it off instead of reading as
|
|
194
|
+
* attribute presence.
|
|
195
|
+
* @default true — Escape must always get a user out of a modal layer; set it `false` only when the tour genuinely cannot be abandoned, and then provide another way out.
|
|
196
|
+
*/
|
|
197
|
+
closeOnEscape: boolean;
|
|
198
|
+
/**
|
|
199
|
+
* Whether a pointer-down outside the content skips the tour.
|
|
200
|
+
* @default false — during a tour an outside click is almost always a misclick on the very UI being explained, and losing the tour to it is worse than ignoring it.
|
|
201
|
+
*/
|
|
202
|
+
closeOnInteractOutside: boolean;
|
|
203
|
+
/**
|
|
204
|
+
* Pixels of breathing room added around the target on every side when the
|
|
205
|
+
* spotlight geometry is published.
|
|
206
|
+
* @default 8 — the cutout clears the target's own focus ring instead of clipping it.
|
|
207
|
+
*/
|
|
208
|
+
spotlightPadding: number;
|
|
209
|
+
/**
|
|
210
|
+
* How long, in milliseconds, to keep polling for a step's target before
|
|
211
|
+
* giving up on it. Covers targets that mount late — a lazy route, a panel
|
|
212
|
+
* that opens on the previous step's action.
|
|
213
|
+
* @default 2000 — long enough for a lazy chunk to land, short enough that a genuinely absent target does not strand the tour.
|
|
214
|
+
*/
|
|
215
|
+
targetTimeout: number;
|
|
216
|
+
/**
|
|
217
|
+
* Builds the string announced to screen readers on every step change.
|
|
218
|
+
* Override it to translate, or to include more of the step than its title.
|
|
219
|
+
* Property-only: a function cannot come from an attribute.
|
|
220
|
+
* @default undefined — announces the step's `title` (when set) followed by "Step {n} of {total}", in English.
|
|
221
|
+
*/
|
|
222
|
+
getAnnouncement?: (step: SkdxTourStep, index: number, total: number) => string;
|
|
223
|
+
readonly contentId: string;
|
|
224
|
+
readonly titleId: string;
|
|
225
|
+
readonly descriptionId: string;
|
|
226
|
+
/** @internal Set by `<skdx-tour-trigger>` once its native button mounts. */
|
|
227
|
+
triggerEl: HTMLElement | null;
|
|
228
|
+
/** @internal The active step's resolved target element, or `null` for a centred step. */
|
|
229
|
+
target: HTMLElement | null;
|
|
230
|
+
/**
|
|
231
|
+
* @internal The active target's padded, viewport-clamped rect as the four
|
|
232
|
+
* `--skdx-tour-*` custom properties, ready to be written onto Backdrop and
|
|
233
|
+
* Spotlight. Empty while there is no target.
|
|
234
|
+
*/
|
|
235
|
+
spotlightVars: Record<string, string>;
|
|
236
|
+
private hasUpdatedOnce;
|
|
237
|
+
private pollTimer?;
|
|
238
|
+
private measuring;
|
|
239
|
+
private lastResolve?;
|
|
240
|
+
/** The active step, or `undefined` when `steps` is empty or `step` is out of range. */
|
|
241
|
+
get activeStep(): SkdxTourStep | undefined;
|
|
242
|
+
/** How many steps the tour has — what "Step 2 of 5" counts against. */
|
|
243
|
+
get total(): number;
|
|
244
|
+
/**
|
|
245
|
+
* @internal True when the active step's content is positioned against a
|
|
246
|
+
* resolved target rather than centred. A `type: 'dialog'` step still
|
|
247
|
+
* spotlights its target — it just explains it from the middle of the screen.
|
|
248
|
+
*/
|
|
249
|
+
get anchored(): boolean;
|
|
250
|
+
connectedCallback(): void;
|
|
251
|
+
disconnectedCallback(): void;
|
|
252
|
+
protected updated(changed: Map<string, unknown>): void;
|
|
253
|
+
/** @internal Sets `open`; the `open-change` event follows from `updated()`. */
|
|
254
|
+
setOpen(next: boolean): void;
|
|
255
|
+
/** @internal Moves to `index`, clamped to the step list. */
|
|
256
|
+
goTo(index: number): void;
|
|
257
|
+
/** @internal Advances a step, or completes the tour when already on the last one. */
|
|
258
|
+
next(): void;
|
|
259
|
+
/** @internal Steps back. A no-op on the first step, which has nowhere to go. */
|
|
260
|
+
prev(): void;
|
|
261
|
+
/**
|
|
262
|
+
* @internal Ends the tour early — the skip trigger, the close trigger, or
|
|
263
|
+
* Escape. Always dispatches: skipping is an action, not a state change, and
|
|
264
|
+
* a consumer that hears "skipped" twice is better off than one that hears it
|
|
265
|
+
* never because the tour happened to be closed already.
|
|
266
|
+
*/
|
|
267
|
+
skip(): void;
|
|
268
|
+
/** @internal Ends the tour by advancing past the last step. Always dispatches, for the same reason as {@link skip}. */
|
|
269
|
+
complete(): void;
|
|
270
|
+
/** @internal */
|
|
271
|
+
focusTrigger(): void;
|
|
272
|
+
/** @internal Tells every part to re-read this element. */
|
|
273
|
+
notifyParts(): void;
|
|
274
|
+
/**
|
|
275
|
+
* Resolves the active step's target — polling for one that has not mounted
|
|
276
|
+
* yet, and skipping the step outright once `targetTimeout` is up. An
|
|
277
|
+
* unanchored popup pointing at nothing is worse than no step at all.
|
|
278
|
+
*/
|
|
279
|
+
private resolveActiveTarget;
|
|
280
|
+
private settleTarget;
|
|
281
|
+
private setTarget;
|
|
282
|
+
private startMeasuring;
|
|
283
|
+
private stopMeasuring;
|
|
284
|
+
/**
|
|
285
|
+
* Four numbers is everything a cutout needs, so the hole over the target is
|
|
286
|
+
* drawable in CSS alone. Clamped to the viewport: a target scrolled halfway
|
|
287
|
+
* off-screen would otherwise publish negative coordinates and an over-long
|
|
288
|
+
* box, and every consumer would have to re-clamp them by hand.
|
|
289
|
+
*/
|
|
290
|
+
private readonly measure;
|
|
291
|
+
private stopPolling;
|
|
292
|
+
private announceStep;
|
|
293
|
+
render(): import("lit").TemplateResult<1>;
|
|
294
|
+
}
|
|
295
|
+
declare global {
|
|
296
|
+
interface HTMLElementTagNameMap {
|
|
297
|
+
'skdx-tour': SkdxTour;
|
|
298
|
+
}
|
|
299
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
var g=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var o=(s,n,t,e)=>{for(var i=e>1?void 0:e?f(n,t):n,l=s.length-1,p;l>=0;l--)(p=s[l])&&(i=(e?p(n,t,i):p(i))||i);return e&&i&&g(n,t,i),i};import{css as v,html as b,LitElement as T}from"lit";import{property as a}from"lit/decorators.js";import{customElement as x}from"../internal/define.js";import{nextId as d}from"../internal/ids.js";import{optOutBoolean as y}from"../internal/positioning.js";import{announce as E}from"../utils/live-announcer.js";var S="skdx-tour-internal-update",k=50,w=["--skdx-tour-x","--skdx-tour-y","--skdx-tour-width","--skdx-tour-height"];function u(s,n,t){return Math.min(Math.max(s,n),t)}function M(s,n,t){return[s.title,`Step ${n+1} of ${t}`].filter(Boolean).join(", ")}function m(s){return s?typeof s=="string"?document.querySelector(s):s:null}function C(s){let n=s.closest("skdx-tour");return n||(s.closest("[data-skdx-tour-layer]")?.tourRoot??null)}function N(s,n){for(let t of w){let e=n[t];e===void 0?s.style.removeProperty(t):s.style.setProperty(t,e)}}var r=class extends T{constructor(){super(...arguments);this.steps=[];this.open=!1;this.defaultOpen=!1;this.step=0;this.defaultStep=0;this.closeOnEscape=!0;this.closeOnInteractOutside=!1;this.spotlightPadding=8;this.targetTimeout=2e3;this.contentId=d("skdx-tour-content");this.titleId=d("skdx-tour-title");this.descriptionId=d("skdx-tour-description");this.triggerEl=null;this.target=null;this.spotlightVars={};this.hasUpdatedOnce=!1;this.measuring=!1;this.measure=()=>{let t=this.target?.getBoundingClientRect();if(!t){this.spotlightVars={},this.notifyParts();return}let e=window.innerWidth,i=window.innerHeight,l=u(t.left-this.spotlightPadding,0,e),p=u(t.top-this.spotlightPadding,0,i);this.spotlightVars={"--skdx-tour-x":`${l}px`,"--skdx-tour-y":`${p}px`,"--skdx-tour-width":`${u(t.width+this.spotlightPadding*2,0,e-l)}px`,"--skdx-tour-height":`${u(t.height+this.spotlightPadding*2,0,i-p)}px`},this.notifyParts()}}get activeStep(){return this.steps[this.step]}get total(){return this.steps.length}get anchored(){return this.target!==null&&this.activeStep?.type!=="dialog"}connectedCallback(){super.connectedCallback(),this.defaultOpen&&!this.hasAttribute("open")&&(this.open=!0),this.hasAttribute("step")||(this.step=this.defaultStep)}disconnectedCallback(){this.stopPolling(),this.stopMeasuring(),this.lastResolve=void 0,super.disconnectedCallback()}updated(t){let e=!this.hasUpdatedOnce;this.hasUpdatedOnce=!0,t.has("open")&&!e&&this.dispatchEvent(new CustomEvent("open-change",{detail:this.open,bubbles:!0,composed:!0})),t.has("step")&&!e&&this.dispatchEvent(new CustomEvent("step-change",{detail:this.step,bubbles:!0,composed:!0})),(t.has("open")||t.has("step")||t.has("steps")||t.has("targetTimeout"))&&(this.resolveActiveTarget(),this.announceStep()),t.size>0&&this.notifyParts()}setOpen(t){this.open=t}goTo(t){this.step=u(t,0,Math.max(this.total-1,0))}next(){this.step>=this.total-1?this.complete():this.goTo(this.step+1)}prev(){this.goTo(this.step-1)}skip(){this.setOpen(!1),this.dispatchEvent(new CustomEvent("skip",{bubbles:!0,composed:!0}))}complete(){this.setOpen(!1),this.dispatchEvent(new CustomEvent("complete",{bubbles:!0,composed:!0}))}focusTrigger(){this.triggerEl?.focus()}notifyParts(){this.dispatchEvent(new CustomEvent(S))}resolveActiveTarget(){let t=this.activeStep?.target,e={open:this.open,step:this.step,spec:t,timeout:this.targetTimeout},i=this.lastResolve;if(i&&i.open===e.open&&i.step===e.step&&i.spec===e.spec&&i.timeout===e.timeout)return;if(this.lastResolve=e,this.stopPolling(),!this.open||!t){this.setTarget(null);return}let l=m(t);if(l){this.settleTarget(l);return}this.setTarget(null);let p=Date.now(),h=this.step;this.pollTimer=setInterval(()=>{let c=m(t);if(c){this.stopPolling(),this.settleTarget(c);return}Date.now()-p<this.targetTimeout||(this.stopPolling(),this.dispatchEvent(new CustomEvent("step-target-missing",{detail:{index:h,step:this.steps[h]},bubbles:!0,composed:!0})),this.next())},k)}settleTarget(t){t.scrollIntoView?.({block:"center",inline:"center"}),this.setTarget(t)}setTarget(t){this.target!==t&&(this.target=t,t?this.startMeasuring():(this.stopMeasuring(),this.spotlightVars={}),this.notifyParts())}startMeasuring(){this.measure(),!this.measuring&&(this.measuring=!0,window.addEventListener("scroll",this.measure,!0),window.addEventListener("resize",this.measure))}stopMeasuring(){this.measuring&&(this.measuring=!1,window.removeEventListener("scroll",this.measure,!0),window.removeEventListener("resize",this.measure))}stopPolling(){this.pollTimer!==void 0&&(clearInterval(this.pollTimer),this.pollTimer=void 0)}announceStep(){if(!this.open)return;let t=this.activeStep;t&&E((this.getAnnouncement??M)(t,this.step,this.total))}render(){return b`<slot></slot>`}};r.styles=v`
|
|
2
|
+
:host {
|
|
3
|
+
display: contents;
|
|
4
|
+
}
|
|
5
|
+
`,o([a({attribute:!1})],r.prototype,"steps",2),o([a({type:Boolean,reflect:!0})],r.prototype,"open",2),o([a({type:Boolean,attribute:"default-open"})],r.prototype,"defaultOpen",2),o([a({type:Number,reflect:!0})],r.prototype,"step",2),o([a({type:Number,attribute:"default-step"})],r.prototype,"defaultStep",2),o([a({converter:y,attribute:"close-on-escape"})],r.prototype,"closeOnEscape",2),o([a({type:Boolean,attribute:"close-on-interact-outside"})],r.prototype,"closeOnInteractOutside",2),o([a({type:Number,attribute:"spotlight-padding"})],r.prototype,"spotlightPadding",2),o([a({type:Number,attribute:"target-timeout"})],r.prototype,"targetTimeout",2),o([a({attribute:!1})],r.prototype,"getAnnouncement",2),r=o([x("skdx-tour")],r);export{w as SPOTLIGHT_PROPERTIES,r as SkdxTour,S as TOUR_INTERNAL_UPDATE,N as applySpotlightProperties,C as findTourRoot};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var n=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var f=(o,t)=>{for(var r in t)n(o,r,{get:t[r],enumerable:!0})},k=(o,t,r,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of y(t))!u.call(o,e)&&e!==r&&n(o,e,{get:()=>t[e],enumerable:!(s=p(t,e))||s.enumerable});return o};var E=o=>k(n({},"__esModule",{value:!0}),o),h=(o,t,r,s)=>{for(var e=s>1?void 0:s?p(t,r):t,d=o.length-1,l;d>=0;d--)(l=o[d])&&(e=(s?l(t,r,e):l(e))||e);return s&&e&&n(t,r,e),e};var R={};f(R,{SkdxTourArrow:()=>a});module.exports=E(R);var m=require("../internal/define.cjs"),c=require("../internal/overlay-arrow.cjs"),v=require("../internal/styles.cjs"),i=require("./Tour.cjs");var a=class extends c.SkdxOverlayArrow{constructor(){super(...arguments);this.root=null;this.onRootUpdate=()=>this.syncHostState()}connectedCallback(){super.connectedCallback(),this.root=(0,i.findTourRoot)(this),this.root?.addEventListener(i.TOUR_INTERNAL_UPDATE,this.onRootUpdate),this.syncHostState()}disconnectedCallback(){this.root?.removeEventListener(i.TOUR_INTERNAL_UPDATE,this.onRootUpdate),super.disconnectedCallback()}syncHostState(){this.hidden=!this.root?.anchored}};a.styles=[c.SkdxOverlayArrow.styles,v.hiddenHostStyles],a=h([(0,m.customElement)("skdx-tour-arrow","tour","arrow")],a);0&&(module.exports={SkdxTourArrow});
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { SkdxOverlayArrow } from '../internal/overlay-arrow.cjs';
|
|
2
|
+
/**
|
|
3
|
+
* `<skdx-tour-arrow>` — optional pointer from `<skdx-tour-content>` back at the
|
|
4
|
+
* step's target, self-positioning on the edge facing it. Render it inside
|
|
5
|
+
* `<skdx-tour-content>`; it takes no positioning attributes of its own (see
|
|
6
|
+
* `data-side` on the content for where it landed).
|
|
7
|
+
*
|
|
8
|
+
* Hidden on a step that is centred — one with no target, or with
|
|
9
|
+
* `type: 'dialog'`. There is nothing for it to point at, and the popper layer
|
|
10
|
+
* writes it no offsets on that branch.
|
|
11
|
+
*
|
|
12
|
+
* @example
|
|
13
|
+
* ```html
|
|
14
|
+
* <skdx-tour-content>
|
|
15
|
+
* <skdx-tour-title>Your inbox</skdx-tour-title>
|
|
16
|
+
* <skdx-tour-arrow></skdx-tour-arrow>
|
|
17
|
+
* </skdx-tour-content>
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export declare class SkdxTourArrow extends SkdxOverlayArrow {
|
|
21
|
+
static styles: import("lit").CSSResultGroup[];
|
|
22
|
+
private root;
|
|
23
|
+
private readonly onRootUpdate;
|
|
24
|
+
connectedCallback(): void;
|
|
25
|
+
disconnectedCallback(): void;
|
|
26
|
+
private syncHostState;
|
|
27
|
+
}
|
|
28
|
+
declare global {
|
|
29
|
+
interface HTMLElementTagNameMap {
|
|
30
|
+
'skdx-tour-arrow': SkdxTourArrow;
|
|
31
|
+
}
|
|
32
|
+
}
|