@spark-ui/components 17.5.6-beta.4 → 17.5.7-beta.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/dist/{src/badge → badge}/BadgeItem.styles.d.ts +2 -2
- package/dist/button/Button.styles.d.ts +10 -0
- package/dist/{src/button → button}/variants/contrast.d.ts +10 -10
- package/dist/{src/button → button}/variants/filled.d.ts +10 -10
- package/dist/{src/button → button}/variants/ghost.d.ts +10 -10
- package/dist/{src/button → button}/variants/outlined.d.ts +10 -10
- package/dist/{src/button → button}/variants/tinted.d.ts +10 -10
- package/dist/{src/card → card}/Backdrop.d.ts +1 -1
- package/dist/{src/card → card}/Card.styles.d.ts +1 -1
- package/dist/{src/card → card}/Content.styles.d.ts +1 -1
- package/dist/{src/checkbox → checkbox}/CheckboxInput.styles.d.ts +1 -1
- package/dist/{src/chip → chip}/Chip.styles.d.ts +2 -2
- package/dist/{src/chip → chip}/variants/dashed.d.ts +11 -11
- package/dist/{src/chip → chip}/variants/outlined.d.ts +11 -11
- package/dist/{src/chip → chip}/variants/tinted.d.ts +11 -11
- package/dist/{src/divider → divider}/variants/intents.d.ts +4 -4
- package/dist/{src/icon → icon}/Icon.styles.d.ts +2 -2
- package/dist/{src/icon-button → icon-button}/IconButton.styles.d.ts +1 -1
- package/dist/{src/radio-group → radio-group}/RadioIndicator.styles.d.ts +1 -1
- package/dist/{src/radio-group → radio-group}/RadioInput.styles.d.ts +1 -1
- package/dist/{src/scrolling-list → scrolling-list}/ScrollingList.d.ts +1 -1
- package/dist/{src/spinner → spinner}/Spinner.styles.d.ts +1 -1
- package/dist/{src/switch → switch}/SwitchInput.styles.d.ts +4 -4
- package/dist/{src/tabs → tabs}/TabsTrigger.styles.d.ts +1 -1
- package/dist/tag/Tag.styles.d.ts +8 -0
- package/dist/{src/tag → tag}/variants/filled.d.ts +9 -9
- package/dist/{src/tag → tag}/variants/outlined.d.ts +8 -8
- package/dist/{src/tag → tag}/variants/tinted.d.ts +8 -8
- package/dist/{src/toast → toast}/types.d.ts +1 -1
- package/package.json +5 -5
- package/dist/src/button/Button.styles.d.ts +0 -10
- package/dist/src/tag/Tag.styles.d.ts +0 -8
- /package/dist/{src/accordion → accordion}/Accordion.d.ts +0 -0
- /package/dist/{src/accordion → accordion}/AccordionItem.d.ts +0 -0
- /package/dist/{src/accordion → accordion}/AccordionItemContent.d.ts +0 -0
- /package/dist/{src/accordion → accordion}/AccordionItemHeader.d.ts +0 -0
- /package/dist/{src/accordion → accordion}/AccordionItemTrigger.d.ts +0 -0
- /package/dist/{src/accordion → accordion}/index.d.mts +0 -0
- /package/dist/{src/accordion → accordion}/index.d.ts +0 -0
- /package/dist/{src/accordion → accordion}/useRenderSlot.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialog.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogAction.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogBody.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogCancel.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogContent.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogContext.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogDescription.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogFooter.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogHeader.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogOverlay.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogPortal.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogTitle.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/AlertDialogTrigger.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/index.d.mts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/index.d.ts +0 -0
- /package/dist/{src/alert-dialog → alert-dialog}/useRenderSlot.d.ts +0 -0
- /package/dist/{src/avatar → avatar}/Avatar.d.ts +0 -0
- /package/dist/{src/avatar → avatar}/AvatarAction.d.ts +0 -0
- /package/dist/{src/avatar → avatar}/AvatarImage.d.ts +0 -0
- /package/dist/{src/avatar → avatar}/AvatarOnlineBadge.d.ts +0 -0
- /package/dist/{src/avatar → avatar}/AvatarPlaceholder.d.ts +0 -0
- /package/dist/{src/avatar → avatar}/AvatarUser.d.ts +0 -0
- /package/dist/{src/avatar → avatar}/context.d.ts +0 -0
- /package/dist/{src/avatar → avatar}/index.d.mts +0 -0
- /package/dist/{src/avatar → avatar}/index.d.ts +0 -0
- /package/dist/{src/avatar → avatar}/types.d.ts +0 -0
- /package/dist/{src/badge → badge}/Badge.d.ts +0 -0
- /package/dist/{src/badge → badge}/BadgeItem.d.ts +0 -0
- /package/dist/{src/badge → badge}/index.d.mts +0 -0
- /package/dist/{src/badge → badge}/index.d.ts +0 -0
- /package/dist/{src/breadcrumb → breadcrumb}/Breadcrumb.d.ts +0 -0
- /package/dist/{src/breadcrumb → breadcrumb}/Breadcrumb.styles.d.ts +0 -0
- /package/dist/{src/breadcrumb → breadcrumb}/BreadcrumbCurrentPage.d.ts +0 -0
- /package/dist/{src/breadcrumb → breadcrumb}/BreadcrumbItem.d.ts +0 -0
- /package/dist/{src/breadcrumb → breadcrumb}/BreadcrumbLink.d.ts +0 -0
- /package/dist/{src/breadcrumb → breadcrumb}/BreadcrumbSeparator.d.ts +0 -0
- /package/dist/{src/breadcrumb → breadcrumb}/index.d.mts +0 -0
- /package/dist/{src/breadcrumb → breadcrumb}/index.d.ts +0 -0
- /package/dist/{src/button → button}/Button.d.ts +0 -0
- /package/dist/{src/button → button}/index.d.mts +0 -0
- /package/dist/{src/button → button}/index.d.ts +0 -0
- /package/dist/{src/button → button}/variants/index.d.mts +0 -0
- /package/dist/{src/button → button}/variants/index.d.ts +0 -0
- /package/dist/{src/card → card}/Card.d.ts +0 -0
- /package/dist/{src/card → card}/Content.d.ts +0 -0
- /package/dist/{src/card → card}/context.d.ts +0 -0
- /package/dist/{src/card → card}/index.d.mts +0 -0
- /package/dist/{src/card → card}/index.d.ts +0 -0
- /package/dist/{src/card → card}/utils.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/Carousel.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/CarouselControls.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/CarouselNextButton.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/CarouselPageIndicator.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/CarouselPagePicker.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/CarouselPrevButton.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/CarouselSlide.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/CarouselSlides.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/CarouselViewport.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/index.d.mts +0 -0
- /package/dist/{src/carousel → carousel}/index.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/types.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/useCarousel.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/useCarouselVisibility.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/useEvent.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/useIsMounted.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/useIsVisible.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/useResizeObserver.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/useScrollEnd.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/useSnapPoints.d.ts +0 -0
- /package/dist/{src/carousel → carousel}/utils.d.ts +0 -0
- /package/dist/{src/checkbox → checkbox}/Checkbox.d.ts +0 -0
- /package/dist/{src/checkbox → checkbox}/CheckboxGroup.d.ts +0 -0
- /package/dist/{src/checkbox → checkbox}/CheckboxGroup.styles.d.ts +0 -0
- /package/dist/{src/checkbox → checkbox}/CheckboxGroupContext.d.ts +0 -0
- /package/dist/{src/checkbox → checkbox}/CheckboxIndicator.d.ts +0 -0
- /package/dist/{src/checkbox → checkbox}/CheckboxInput.d.ts +0 -0
- /package/dist/{src/checkbox → checkbox}/CheckboxLabel.d.ts +0 -0
- /package/dist/{src/checkbox → checkbox}/CheckboxLabel.styles.d.ts +0 -0
- /package/dist/{src/checkbox → checkbox}/index.d.mts +0 -0
- /package/dist/{src/checkbox → checkbox}/index.d.ts +0 -0
- /package/dist/{src/chip → chip}/Chip.d.ts +0 -0
- /package/dist/{src/chip → chip}/ChipClearButton.d.ts +0 -0
- /package/dist/{src/chip → chip}/ChipClearButton.styles.d.ts +0 -0
- /package/dist/{src/chip → chip}/ChipContent.d.ts +0 -0
- /package/dist/{src/chip → chip}/ChipIcon.d.ts +0 -0
- /package/dist/{src/chip → chip}/ChipLeadingIcon.d.ts +0 -0
- /package/dist/{src/chip → chip}/ChipTrailingIcon.d.ts +0 -0
- /package/dist/{src/chip → chip}/index.d.mts +0 -0
- /package/dist/{src/chip → chip}/index.d.ts +0 -0
- /package/dist/{src/chip → chip}/useChipContext.d.ts +0 -0
- /package/dist/{src/chip → chip}/useChipElement.d.ts +0 -0
- /package/dist/{src/chip → chip}/variants/index.d.mts +0 -0
- /package/dist/{src/chip → chip}/variants/index.d.ts +0 -0
- /package/dist/{src/circular-meter → circular-meter}/CircularMeter.d.ts +0 -0
- /package/dist/{src/circular-meter → circular-meter}/CircularMeter.styles.d.ts +0 -0
- /package/dist/{src/circular-meter → circular-meter}/CircularMeterContent.d.ts +0 -0
- /package/dist/{src/circular-meter → circular-meter}/CircularMeterContext.d.ts +0 -0
- /package/dist/{src/circular-meter → circular-meter}/CircularMeterLabel.d.ts +0 -0
- /package/dist/{src/circular-meter → circular-meter}/CircularMeterTrack.d.ts +0 -0
- /package/dist/{src/circular-meter → circular-meter}/CircularMeterValue.d.ts +0 -0
- /package/dist/{src/circular-meter → circular-meter}/index.d.mts +0 -0
- /package/dist/{src/circular-meter → circular-meter}/index.d.ts +0 -0
- /package/dist/{src/circular-meter → circular-meter}/useIntersectionAnimation.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/Content.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/Root.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/Trigger.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/index.d.mts +0 -0
- /package/dist/{src/collapsible → collapsible}/index.d.ts +0 -0
- /package/dist/{src/collapsible → collapsible}/useRenderSlot.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/Combobox.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxClearButton.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxContext.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxDisclosure.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxEmpty.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxGroup.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxInput.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxItem.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxItemContext.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxItemIndicator.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxItemText.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxItems.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxItemsGroupContext.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxLabel.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxLeadingIcon.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxPopover.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxPortal.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxSelectedItems.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxTrigger.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/ComboboxTrigger.styles.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/index.d.mts +0 -0
- /package/dist/{src/combobox → combobox}/index.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/tests/test-utils.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/types.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/useCombobox/multipleSelectionReducer.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/useCombobox/singleSelectionReducer.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/utils/index.d.mts +0 -0
- /package/dist/{src/combobox → combobox}/utils/index.d.ts +0 -0
- /package/dist/{src/combobox → combobox}/utils/useWidthIncreaseCallback.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/Dialog.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogBody.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogClose.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogCloseButton.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogContent.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogContent.styles.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogContext.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogDescription.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogFooter.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogHeader.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogOverlay.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogPortal.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogTitle.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/DialogTrigger.d.ts +0 -0
- /package/dist/{src/dialog → dialog}/index.d.mts +0 -0
- /package/dist/{src/dialog → dialog}/index.d.ts +0 -0
- /package/dist/{src/divider → divider}/Divider.d.ts +0 -0
- /package/dist/{src/divider → divider}/Divider.styles.d.ts +0 -0
- /package/dist/{src/divider → divider}/DividerContent.d.ts +0 -0
- /package/dist/{src/divider → divider}/index.d.mts +0 -0
- /package/dist/{src/divider → divider}/index.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/Drawer.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerBody.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerBody.styles.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerClose.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerCloseButton.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerContent.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerContent.styles.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerContext.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerDescription.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerFooter.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerHeader.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerOverlay.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerPortal.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerTitle.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/DrawerTrigger.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/index.d.mts +0 -0
- /package/dist/{src/drawer → drawer}/index.d.ts +0 -0
- /package/dist/{src/drawer → drawer}/useRenderSlot.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/Dropdown.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownContext.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownDivider.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownGroup.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownItem.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownItemContext.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownItemIndicator.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownItemText.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownItems.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownItemsGroupContext.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownLabel.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownLeadingIcon.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownPopover.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownPortal.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownTrigger.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownTrigger.styles.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/DropdownValue.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/index.d.mts +0 -0
- /package/dist/{src/dropdown → dropdown}/index.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/types.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/useDropdown.d.ts +0 -0
- /package/dist/{src/dropdown → dropdown}/utils.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/FileUpload.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/FileUploadAcceptedFile.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/FileUploadContext.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/FileUploadDropzone.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/FileUploadItemDeleteTrigger.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/FileUploadPreviewImage.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/FileUploadRejectedFile.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/FileUploadRejectedFileDeleteTrigger.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/FileUploadTrigger.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/constants.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/index.d.mts +0 -0
- /package/dist/{src/file-upload → file-upload}/index.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/test-utils.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/useFileUploadState.d.ts +0 -0
- /package/dist/{src/file-upload → file-upload}/utils.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormField.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldAlertMessage.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldCharactersCount.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldContext.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldControl.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldErrorMessage.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldHelperMessage.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldLabel.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldMessage.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldProvider.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldRequiredIndicator.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldStateMessage.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/FormFieldSuccessMessage.d.ts +0 -0
- /package/dist/{src/form-field → form-field}/index.d.mts +0 -0
- /package/dist/{src/form-field → form-field}/index.d.ts +0 -0
- /package/dist/{src/icon → icon}/Icon.d.ts +0 -0
- /package/dist/{src/icon → icon}/index.d.mts +0 -0
- /package/dist/{src/icon → icon}/index.d.ts +0 -0
- /package/dist/{src/icon-button → icon-button}/IconButton.d.ts +0 -0
- /package/dist/{src/icon-button → icon-button}/index.d.mts +0 -0
- /package/dist/{src/icon-button → icon-button}/index.d.ts +0 -0
- /package/dist/{src/input → input}/Input.d.ts +0 -0
- /package/dist/{src/input → input}/Input.styles.d.ts +0 -0
- /package/dist/{src/input → input}/InputAddon.d.ts +0 -0
- /package/dist/{src/input → input}/InputAddon.styles.d.ts +0 -0
- /package/dist/{src/input → input}/InputClearButton.d.ts +0 -0
- /package/dist/{src/input → input}/InputGroup.d.ts +0 -0
- /package/dist/{src/input → input}/InputGroup.styles.d.ts +0 -0
- /package/dist/{src/input → input}/InputGroupContext.d.ts +0 -0
- /package/dist/{src/input → input}/InputIcon.d.ts +0 -0
- /package/dist/{src/input → input}/InputLeadingAddon.d.ts +0 -0
- /package/dist/{src/input → input}/InputLeadingIcon.d.ts +0 -0
- /package/dist/{src/input → input}/InputTrailingAddon.d.ts +0 -0
- /package/dist/{src/input → input}/InputTrailingIcon.d.ts +0 -0
- /package/dist/{src/input → input}/index.d.mts +0 -0
- /package/dist/{src/input → input}/index.d.ts +0 -0
- /package/dist/{src/input-otp → input-otp}/InputOTP.d.ts +0 -0
- /package/dist/{src/input-otp → input-otp}/InputOTP.styles.d.ts +0 -0
- /package/dist/{src/input-otp → input-otp}/InputOTPContext.d.ts +0 -0
- /package/dist/{src/input-otp → input-otp}/InputOTPGroup.d.ts +0 -0
- /package/dist/{src/input-otp → input-otp}/InputOTPSeparator.d.ts +0 -0
- /package/dist/{src/input-otp → input-otp}/InputOTPSlot.d.ts +0 -0
- /package/dist/{src/input-otp → input-otp}/index.d.mts +0 -0
- /package/dist/{src/input-otp → input-otp}/index.d.ts +0 -0
- /package/dist/{src/input-otp → input-otp}/useInputOTP.d.ts +0 -0
- /package/dist/{src/kbd → kbd}/Kbd.d.ts +0 -0
- /package/dist/{src/kbd → kbd}/index.d.mts +0 -0
- /package/dist/{src/kbd → kbd}/index.d.ts +0 -0
- /package/dist/{src/label → label}/Label.d.ts +0 -0
- /package/dist/{src/label → label}/LabelRequiredIndicator.d.ts +0 -0
- /package/dist/{src/label → label}/index.d.mts +0 -0
- /package/dist/{src/label → label}/index.d.ts +0 -0
- /package/dist/{src/link-box → link-box}/LinkBox.d.ts +0 -0
- /package/dist/{src/link-box → link-box}/LinkBoxLink.d.ts +0 -0
- /package/dist/{src/link-box → link-box}/LinkBoxRaised.d.ts +0 -0
- /package/dist/{src/link-box → link-box}/index.d.mts +0 -0
- /package/dist/{src/link-box → link-box}/index.d.ts +0 -0
- /package/dist/{src/meter → meter}/Meter.d.ts +0 -0
- /package/dist/{src/meter → meter}/MeterContext.d.ts +0 -0
- /package/dist/{src/meter → meter}/MeterLabel.d.ts +0 -0
- /package/dist/{src/meter → meter}/MeterTrack.d.ts +0 -0
- /package/dist/{src/meter → meter}/MeterTrack.styles.d.ts +0 -0
- /package/dist/{src/meter → meter}/MeterValue.d.ts +0 -0
- /package/dist/{src/meter → meter}/index.d.mts +0 -0
- /package/dist/{src/meter → meter}/index.d.ts +0 -0
- /package/dist/{src/meter → meter}/useIntersectionAnimation.d.ts +0 -0
- /package/dist/{src/pagination → pagination}/Pagination.d.ts +0 -0
- /package/dist/{src/pagination → pagination}/PaginationContext.d.ts +0 -0
- /package/dist/{src/pagination → pagination}/PaginationEllipsis.d.ts +0 -0
- /package/dist/{src/pagination → pagination}/PaginationFirstPageTrigger.d.ts +0 -0
- /package/dist/{src/pagination → pagination}/PaginationItem.d.ts +0 -0
- /package/dist/{src/pagination → pagination}/PaginationLastPageTrigger.d.ts +0 -0
- /package/dist/{src/pagination → pagination}/PaginationNextTrigger.d.ts +0 -0
- /package/dist/{src/pagination → pagination}/PaginationPages.d.ts +0 -0
- /package/dist/{src/pagination → pagination}/PaginationPrevTrigger.d.ts +0 -0
- /package/dist/{src/pagination → pagination}/index.d.mts +0 -0
- /package/dist/{src/pagination → pagination}/index.d.ts +0 -0
- /package/dist/{src/pagination → pagination}/utils.d.ts +0 -0
- /package/dist/{src/popover → popover}/Popover.d.ts +0 -0
- /package/dist/{src/popover → popover}/PopoverAnchor.d.ts +0 -0
- /package/dist/{src/popover → popover}/PopoverArrow.d.ts +0 -0
- /package/dist/{src/popover → popover}/PopoverCloseButton.d.ts +0 -0
- /package/dist/{src/popover → popover}/PopoverContent.d.ts +0 -0
- /package/dist/{src/popover → popover}/PopoverContent.styles.d.ts +0 -0
- /package/dist/{src/popover → popover}/PopoverContext.d.ts +0 -0
- /package/dist/{src/popover → popover}/PopoverHeader.d.ts +0 -0
- /package/dist/{src/popover → popover}/PopoverPortal.d.ts +0 -0
- /package/dist/{src/popover → popover}/PopoverTrigger.d.ts +0 -0
- /package/dist/{src/popover → popover}/index.d.mts +0 -0
- /package/dist/{src/popover → popover}/index.d.ts +0 -0
- /package/dist/{src/portal → portal}/Portal.d.ts +0 -0
- /package/dist/{src/portal → portal}/index.d.mts +0 -0
- /package/dist/{src/portal → portal}/index.d.ts +0 -0
- /package/dist/{src/progress → progress}/Progress.d.ts +0 -0
- /package/dist/{src/progress → progress}/ProgressContext.d.ts +0 -0
- /package/dist/{src/progress → progress}/ProgressIndicator.d.ts +0 -0
- /package/dist/{src/progress → progress}/ProgressLabel.d.ts +0 -0
- /package/dist/{src/progress → progress}/ProgressTrack.d.ts +0 -0
- /package/dist/{src/progress → progress}/ProgressValue.d.ts +0 -0
- /package/dist/{src/progress → progress}/index.d.mts +0 -0
- /package/dist/{src/progress → progress}/index.d.ts +0 -0
- /package/dist/{src/progress-tracker → progress-tracker}/ProgressTracker.d.ts +0 -0
- /package/dist/{src/progress-tracker → progress-tracker}/ProgressTracker.styles.d.ts +0 -0
- /package/dist/{src/progress-tracker → progress-tracker}/ProgressTrackerContext.d.ts +0 -0
- /package/dist/{src/progress-tracker → progress-tracker}/ProgressTrackerStep.d.ts +0 -0
- /package/dist/{src/progress-tracker → progress-tracker}/ProgressTrackerStep.styles.d.ts +0 -0
- /package/dist/{src/progress-tracker → progress-tracker}/ProgressTrackerStepIndicator.d.ts +0 -0
- /package/dist/{src/progress-tracker → progress-tracker}/ProgressTrackerStepIndicator.styles.d.ts +0 -0
- /package/dist/{src/progress-tracker → progress-tracker}/ProgressTrackerStepLabel.d.ts +0 -0
- /package/dist/{src/progress-tracker → progress-tracker}/index.d.mts +0 -0
- /package/dist/{src/progress-tracker → progress-tracker}/index.d.ts +0 -0
- /package/dist/{src/radio-group → radio-group}/Radio.d.ts +0 -0
- /package/dist/{src/radio-group → radio-group}/RadioGroup.d.ts +0 -0
- /package/dist/{src/radio-group → radio-group}/RadioGroup.styles.d.ts +0 -0
- /package/dist/{src/radio-group → radio-group}/RadioGroupContext.d.ts +0 -0
- /package/dist/{src/radio-group → radio-group}/RadioGroupProvider.d.ts +0 -0
- /package/dist/{src/radio-group → radio-group}/RadioIndicator.d.ts +0 -0
- /package/dist/{src/radio-group → radio-group}/RadioInput.d.ts +0 -0
- /package/dist/{src/radio-group → radio-group}/RadioLabel.d.ts +0 -0
- /package/dist/{src/radio-group → radio-group}/RadioLabel.styles.d.ts +0 -0
- /package/dist/{src/radio-group → radio-group}/index.d.mts +0 -0
- /package/dist/{src/radio-group → radio-group}/index.d.ts +0 -0
- /package/dist/{src/rating → rating}/Rating.d.ts +0 -0
- /package/dist/{src/rating → rating}/RatingStar.d.ts +0 -0
- /package/dist/{src/rating → rating}/RatingStar.styles.d.ts +0 -0
- /package/dist/{src/rating → rating}/index.d.mts +0 -0
- /package/dist/{src/rating → rating}/index.d.ts +0 -0
- /package/dist/{src/rating → rating}/types.d.ts +0 -0
- /package/dist/{src/rating → rating}/utils.d.ts +0 -0
- /package/dist/{src/rating-display → rating-display}/RatingDisplay.d.ts +0 -0
- /package/dist/{src/rating-display → rating-display}/RatingDisplayContext.d.ts +0 -0
- /package/dist/{src/rating-display → rating-display}/RatingDisplayCount.d.ts +0 -0
- /package/dist/{src/rating-display → rating-display}/RatingDisplayStar.d.ts +0 -0
- /package/dist/{src/rating-display → rating-display}/RatingDisplayStars.d.ts +0 -0
- /package/dist/{src/rating-display → rating-display}/RatingDisplayValue.d.ts +0 -0
- /package/dist/{src/rating-display → rating-display}/index.d.mts +0 -0
- /package/dist/{src/rating-display → rating-display}/index.d.ts +0 -0
- /package/dist/{src/rating-display → rating-display}/types.d.ts +0 -0
- /package/dist/{src/rating-display → rating-display}/utils.d.ts +0 -0
- /package/dist/{src/scrolling-list → scrolling-list}/ScrollingListControls.d.ts +0 -0
- /package/dist/{src/scrolling-list → scrolling-list}/ScrollingListItem.d.ts +0 -0
- /package/dist/{src/scrolling-list → scrolling-list}/ScrollingListItems.d.ts +0 -0
- /package/dist/{src/scrolling-list → scrolling-list}/ScrollingListNextButton.d.ts +0 -0
- /package/dist/{src/scrolling-list → scrolling-list}/ScrollingListPrevButton.d.ts +0 -0
- /package/dist/{src/scrolling-list → scrolling-list}/ScrollingListSkipButton.d.ts +0 -0
- /package/dist/{src/scrolling-list → scrolling-list}/index.d.mts +0 -0
- /package/dist/{src/scrolling-list → scrolling-list}/index.d.ts +0 -0
- /package/dist/{src/scrolling-list → scrolling-list}/useFocusWithinScroll.d.ts +0 -0
- /package/dist/{src/segmented-control → segmented-control}/SegmentedControl.d.ts +0 -0
- /package/dist/{src/segmented-control → segmented-control}/SegmentedControl.styles.d.ts +0 -0
- /package/dist/{src/segmented-control → segmented-control}/SegmentedControlContext.d.ts +0 -0
- /package/dist/{src/segmented-control → segmented-control}/SegmentedControlIndicator.d.ts +0 -0
- /package/dist/{src/segmented-control → segmented-control}/SegmentedControlItem.d.ts +0 -0
- /package/dist/{src/segmented-control → segmented-control}/index.d.mts +0 -0
- /package/dist/{src/segmented-control → segmented-control}/index.d.ts +0 -0
- /package/dist/{src/segmented-gauge → segmented-gauge}/SegmentedGauge.d.ts +0 -0
- /package/dist/{src/segmented-gauge → segmented-gauge}/SegmentedGaugeContext.d.ts +0 -0
- /package/dist/{src/segmented-gauge → segmented-gauge}/SegmentedGaugeLabel.d.ts +0 -0
- /package/dist/{src/segmented-gauge → segmented-gauge}/SegmentedGaugeSegment.d.ts +0 -0
- /package/dist/{src/segmented-gauge → segmented-gauge}/SegmentedGaugeTrack.d.ts +0 -0
- /package/dist/{src/segmented-gauge → segmented-gauge}/index.d.mts +0 -0
- /package/dist/{src/segmented-gauge → segmented-gauge}/index.d.ts +0 -0
- /package/dist/{src/select → select}/Select.d.ts +0 -0
- /package/dist/{src/select → select}/SelectContext.d.ts +0 -0
- /package/dist/{src/select → select}/SelectGroup.d.ts +0 -0
- /package/dist/{src/select → select}/SelectItem.d.ts +0 -0
- /package/dist/{src/select → select}/SelectItems.d.ts +0 -0
- /package/dist/{src/select → select}/SelectItemsGroupContext.d.ts +0 -0
- /package/dist/{src/select → select}/SelectLabel.d.ts +0 -0
- /package/dist/{src/select → select}/SelectLeadingIcon.d.ts +0 -0
- /package/dist/{src/select → select}/SelectPlaceholder.d.ts +0 -0
- /package/dist/{src/select → select}/SelectTrigger.d.ts +0 -0
- /package/dist/{src/select → select}/SelectTrigger.styles.d.ts +0 -0
- /package/dist/{src/select → select}/SelectValue.d.ts +0 -0
- /package/dist/{src/select → select}/index.d.mts +0 -0
- /package/dist/{src/select → select}/index.d.ts +0 -0
- /package/dist/{src/select → select}/types.d.ts +0 -0
- /package/dist/{src/select → select}/utils.d.ts +0 -0
- /package/dist/{src/skeleton → skeleton}/Skeleton.d.ts +0 -0
- /package/dist/{src/skeleton → skeleton}/Skeleton.styles.d.ts +0 -0
- /package/dist/{src/skeleton → skeleton}/SkeletonItem.d.ts +0 -0
- /package/dist/{src/skeleton → skeleton}/SkeletonItem.styles.d.ts +0 -0
- /package/dist/{src/skeleton → skeleton}/index.d.mts +0 -0
- /package/dist/{src/skeleton → skeleton}/index.d.ts +0 -0
- /package/dist/{src/slider → slider}/Slider.d.ts +0 -0
- /package/dist/{src/slider → slider}/Slider.styles.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderContext.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderControl.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderIndicator.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderLabel.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderMaxValue.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderMinValue.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderThumb.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderThumb.styles.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderThumbContext.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderTrack.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderTrack.styles.d.ts +0 -0
- /package/dist/{src/slider → slider}/SliderValue.d.ts +0 -0
- /package/dist/{src/slider → slider}/index.d.mts +0 -0
- /package/dist/{src/slider → slider}/index.d.ts +0 -0
- /package/dist/{src/slider → slider}/useSliderValueBoundaries.d.ts +0 -0
- /package/dist/{src/slot → slot}/Slot.d.ts +0 -0
- /package/dist/{src/slot → slot}/index.d.mts +0 -0
- /package/dist/{src/slot → slot}/index.d.ts +0 -0
- /package/dist/{src/spinner → spinner}/Spinner.d.ts +0 -0
- /package/dist/{src/spinner → spinner}/index.d.mts +0 -0
- /package/dist/{src/spinner → spinner}/index.d.ts +0 -0
- /package/dist/{src/stepper → stepper}/Stepper.d.ts +0 -0
- /package/dist/{src/stepper → stepper}/StepperButton.d.ts +0 -0
- /package/dist/{src/stepper → stepper}/StepperInput.d.ts +0 -0
- /package/dist/{src/stepper → stepper}/index.d.mts +0 -0
- /package/dist/{src/stepper → stepper}/index.d.ts +0 -0
- /package/dist/{src/stepper → stepper}/types.d.ts +0 -0
- /package/dist/{src/stepper → stepper}/useStepper.d.ts +0 -0
- /package/dist/{src/switch → switch}/Switch.d.ts +0 -0
- /package/dist/{src/switch → switch}/SwitchInput.d.ts +0 -0
- /package/dist/{src/switch → switch}/SwitchLabel.d.ts +0 -0
- /package/dist/{src/switch → switch}/SwitchLabel.styles.d.ts +0 -0
- /package/dist/{src/switch → switch}/index.d.mts +0 -0
- /package/dist/{src/switch → switch}/index.d.ts +0 -0
- /package/dist/{src/table → table}/Table.d.ts +0 -0
- /package/dist/{src/table → table}/TableBody.d.ts +0 -0
- /package/dist/{src/table → table}/TableBulkBar.d.ts +0 -0
- /package/dist/{src/table → table}/TableCell.d.ts +0 -0
- /package/dist/{src/table → table}/TableColumn.d.ts +0 -0
- /package/dist/{src/table → table}/TableHeader.d.ts +0 -0
- /package/dist/{src/table → table}/TableRow.d.ts +0 -0
- /package/dist/{src/table → table}/index.d.mts +0 -0
- /package/dist/{src/table → table}/index.d.ts +0 -0
- /package/dist/{src/table → table}/internal/ResizableTableContainer.d.ts +0 -0
- /package/dist/{src/table → table}/internal/Table.styles.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableBodyCellRenderer.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableBodyRowRenderer.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableColumnHeader.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableColumnResizer.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableContext.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableGrid.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableHeaderRowRenderer.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableHeaderSelectionCheckbox.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableKeyboardModeContext.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableRoot.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableRootWrapper.d.ts +0 -0
- /package/dist/{src/table → table}/internal/TableSelectionCheckbox.d.ts +0 -0
- /package/dist/{src/table → table}/internal/table-keyboard.d.ts +0 -0
- /package/dist/{src/table → table}/internal/table-utils.d.ts +0 -0
- /package/dist/{src/table → table}/useTablePagination.d.ts +0 -0
- /package/dist/{src/table → table}/useTableSort.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/Tabs.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/TabsContent.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/TabsContent.styles.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/TabsContext.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/TabsList.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/TabsList.styles.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/TabsPopover.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/TabsPopoverAbstraction.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/TabsRoot.styles.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/TabsTrigger.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/index.d.mts +0 -0
- /package/dist/{src/tabs → tabs}/index.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/useRenderSlot.d.ts +0 -0
- /package/dist/{src/tabs → tabs}/useResizeObserver.d.ts +0 -0
- /package/dist/{src/tag → tag}/Tag.d.ts +0 -0
- /package/dist/{src/tag → tag}/index.d.mts +0 -0
- /package/dist/{src/tag → tag}/index.d.ts +0 -0
- /package/dist/{src/tag → tag}/variants/index.d.mts +0 -0
- /package/dist/{src/tag → tag}/variants/index.d.ts +0 -0
- /package/dist/{src/text-link → text-link}/TextLink.d.ts +0 -0
- /package/dist/{src/text-link → text-link}/index.d.mts +0 -0
- /package/dist/{src/text-link → text-link}/index.d.ts +0 -0
- /package/dist/{src/textarea → textarea}/Textarea.d.ts +0 -0
- /package/dist/{src/textarea → textarea}/TextareaClearButton.d.ts +0 -0
- /package/dist/{src/textarea → textarea}/TextareaGroup.d.ts +0 -0
- /package/dist/{src/textarea → textarea}/TextareaLeadingIcon.d.ts +0 -0
- /package/dist/{src/textarea → textarea}/TextareaTrailingIcon.d.ts +0 -0
- /package/dist/{src/textarea → textarea}/index.d.mts +0 -0
- /package/dist/{src/textarea → textarea}/index.d.ts +0 -0
- /package/dist/{src/toast → toast}/Toast.d.ts +0 -0
- /package/dist/{src/toast → toast}/Toast.styles.d.ts +0 -0
- /package/dist/{src/toast → toast}/index.d.mts +0 -0
- /package/dist/{src/toast → toast}/index.d.ts +0 -0
- /package/dist/{src/toast → toast}/useRenderSlot.d.ts +0 -0
- /package/dist/{src/toast → toast}/useToastManager.d.ts +0 -0
- /package/dist/{src/visually-hidden → visually-hidden}/VisuallyHidden.d.ts +0 -0
- /package/dist/{src/visually-hidden → visually-hidden}/index.d.mts +0 -0
- /package/dist/{src/visually-hidden → visually-hidden}/index.d.ts +0 -0
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
export declare const filledVariants: readonly [{
|
|
2
2
|
readonly intent: "main";
|
|
3
3
|
readonly design: "filled";
|
|
4
|
-
readonly class:
|
|
4
|
+
readonly class: any;
|
|
5
5
|
}, {
|
|
6
6
|
readonly intent: "support";
|
|
7
7
|
readonly design: "filled";
|
|
8
|
-
readonly class:
|
|
8
|
+
readonly class: any;
|
|
9
9
|
}, {
|
|
10
10
|
readonly intent: "accent";
|
|
11
11
|
readonly design: "filled";
|
|
12
|
-
readonly class:
|
|
12
|
+
readonly class: any;
|
|
13
13
|
}, {
|
|
14
14
|
readonly intent: "success";
|
|
15
15
|
readonly design: "filled";
|
|
16
|
-
readonly class:
|
|
16
|
+
readonly class: any;
|
|
17
17
|
}, {
|
|
18
18
|
readonly intent: "alert";
|
|
19
19
|
readonly design: "filled";
|
|
20
|
-
readonly class:
|
|
20
|
+
readonly class: any;
|
|
21
21
|
}, {
|
|
22
22
|
readonly intent: "danger";
|
|
23
23
|
readonly design: "filled";
|
|
24
|
-
readonly class:
|
|
24
|
+
readonly class: any;
|
|
25
25
|
}, {
|
|
26
26
|
readonly intent: "info";
|
|
27
27
|
readonly design: "filled";
|
|
28
|
-
readonly class:
|
|
28
|
+
readonly class: any;
|
|
29
29
|
}, {
|
|
30
30
|
readonly intent: "neutral";
|
|
31
31
|
readonly design: "filled";
|
|
32
|
-
readonly class:
|
|
32
|
+
readonly class: any;
|
|
33
33
|
}, {
|
|
34
34
|
readonly intent: "surface";
|
|
35
35
|
readonly design: "filled";
|
|
36
|
-
readonly class:
|
|
36
|
+
readonly class: any;
|
|
37
37
|
}];
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
export declare const outlinedVariants: readonly [{
|
|
2
2
|
readonly intent: "main";
|
|
3
3
|
readonly design: "outlined";
|
|
4
|
-
readonly class:
|
|
4
|
+
readonly class: any;
|
|
5
5
|
}, {
|
|
6
6
|
readonly intent: "support";
|
|
7
7
|
readonly design: "outlined";
|
|
8
|
-
readonly class:
|
|
8
|
+
readonly class: any;
|
|
9
9
|
}, {
|
|
10
10
|
readonly intent: "accent";
|
|
11
11
|
readonly design: "outlined";
|
|
12
|
-
readonly class:
|
|
12
|
+
readonly class: any;
|
|
13
13
|
}, {
|
|
14
14
|
readonly intent: "success";
|
|
15
15
|
readonly design: "outlined";
|
|
16
|
-
readonly class:
|
|
16
|
+
readonly class: any;
|
|
17
17
|
}, {
|
|
18
18
|
readonly intent: "alert";
|
|
19
19
|
readonly design: "outlined";
|
|
20
|
-
readonly class:
|
|
20
|
+
readonly class: any;
|
|
21
21
|
}, {
|
|
22
22
|
readonly intent: "danger";
|
|
23
23
|
readonly design: "outlined";
|
|
24
|
-
readonly class:
|
|
24
|
+
readonly class: any;
|
|
25
25
|
}, {
|
|
26
26
|
readonly intent: "info";
|
|
27
27
|
readonly design: "outlined";
|
|
28
|
-
readonly class:
|
|
28
|
+
readonly class: any;
|
|
29
29
|
}, {
|
|
30
30
|
readonly intent: "neutral";
|
|
31
31
|
readonly design: "outlined";
|
|
32
|
-
readonly class:
|
|
32
|
+
readonly class: any;
|
|
33
33
|
}];
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
export declare const tintedVariants: readonly [{
|
|
2
2
|
readonly intent: "main";
|
|
3
3
|
readonly design: "tinted";
|
|
4
|
-
readonly class:
|
|
4
|
+
readonly class: any;
|
|
5
5
|
}, {
|
|
6
6
|
readonly intent: "support";
|
|
7
7
|
readonly design: "tinted";
|
|
8
|
-
readonly class:
|
|
8
|
+
readonly class: any;
|
|
9
9
|
}, {
|
|
10
10
|
readonly intent: "accent";
|
|
11
11
|
readonly design: "tinted";
|
|
12
|
-
readonly class:
|
|
12
|
+
readonly class: any;
|
|
13
13
|
}, {
|
|
14
14
|
readonly intent: "success";
|
|
15
15
|
readonly design: "tinted";
|
|
16
|
-
readonly class:
|
|
16
|
+
readonly class: any;
|
|
17
17
|
}, {
|
|
18
18
|
readonly intent: "alert";
|
|
19
19
|
readonly design: "tinted";
|
|
20
|
-
readonly class:
|
|
20
|
+
readonly class: any;
|
|
21
21
|
}, {
|
|
22
22
|
readonly intent: "danger";
|
|
23
23
|
readonly design: "tinted";
|
|
24
|
-
readonly class:
|
|
24
|
+
readonly class: any;
|
|
25
25
|
}, {
|
|
26
26
|
readonly intent: "info";
|
|
27
27
|
readonly design: "tinted";
|
|
28
|
-
readonly class:
|
|
28
|
+
readonly class: any;
|
|
29
29
|
}, {
|
|
30
30
|
readonly intent: "neutral";
|
|
31
31
|
readonly design: "tinted";
|
|
32
|
-
readonly class:
|
|
32
|
+
readonly class: any;
|
|
33
33
|
}];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Toast as BaseToast } from '@base-ui/react/toast';
|
|
2
|
-
import { ButtonProps } from '
|
|
2
|
+
import { ButtonProps } from '../button';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
export type ToastIntent = /** @deprecated Use 'info', 'success', 'alert', or 'error' instead */ 'main' | /** @deprecated Use 'info', 'success', 'alert', or 'error' instead */ 'support' | /** @deprecated Use 'info', 'success', 'alert', or 'error' instead */ 'accent' | 'success' | 'alert' | 'error' | 'info' | /** @deprecated Use 'info', 'success', 'alert', or 'error' instead */ 'neutral' | /** @deprecated Use 'info', 'success', 'alert', or 'error' instead */ 'surface' | /** @deprecated Use 'info', 'success', 'alert', or 'error' instead */ 'surfaceInverse';
|
|
5
5
|
export type ToastDesign = 'tinted' | 'filled';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spark-ui/components",
|
|
3
|
-
"version": "17.5.
|
|
3
|
+
"version": "17.5.7-beta.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Spark (Leboncoin design system) components.",
|
|
6
6
|
"exports": {
|
|
@@ -48,9 +48,9 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@base-ui/react": "1.0.0",
|
|
51
|
-
"@spark-ui/hooks": "17.5.
|
|
52
|
-
"@spark-ui/icons": "17.5.
|
|
53
|
-
"@spark-ui/internal-utils": "17.5.
|
|
51
|
+
"@spark-ui/hooks": "17.5.7-beta.0",
|
|
52
|
+
"@spark-ui/icons": "17.5.7-beta.0",
|
|
53
|
+
"@spark-ui/internal-utils": "17.5.7-beta.0",
|
|
54
54
|
"@zag-js/pagination": "1.30.0",
|
|
55
55
|
"@zag-js/react": "1.30.0",
|
|
56
56
|
"class-variance-authority": "0.7.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"react-snap-carousel": "0.5.1"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
|
-
"@spark-ui/theme-utils": "17.5.
|
|
65
|
+
"@spark-ui/theme-utils": "17.5.7-beta.0",
|
|
66
66
|
"react": "19.2.4",
|
|
67
67
|
"react-dom": "19.2.4",
|
|
68
68
|
"tailwindcss": "4.1.18"
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { VariantProps } from 'class-variance-authority';
|
|
2
|
-
export declare const buttonStyles: (props?: ({
|
|
3
|
-
design?: "filled" | "outlined" | "ghost" | "tinted" | "contrast" | null | undefined;
|
|
4
|
-
underline?: boolean | null | undefined;
|
|
5
|
-
intent?: "main" | "alert" | "support" | "accent" | "success" | "info" | "neutral" | "danger" | "surface" | "surfaceInverse" | null | undefined;
|
|
6
|
-
size?: "sm" | "md" | "lg" | null | undefined;
|
|
7
|
-
shape?: "square" | "rounded" | "pill" | null | undefined;
|
|
8
|
-
disabled?: boolean | null | undefined;
|
|
9
|
-
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
10
|
-
export type ButtonStylesProps = VariantProps<typeof buttonStyles>;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { VariantProps } from 'class-variance-authority';
|
|
2
|
-
export declare const tagStyles: (props?: ({
|
|
3
|
-
design?: "filled" | "outlined" | "tinted" | null | undefined;
|
|
4
|
-
size?: "md" | "lg" | null | undefined;
|
|
5
|
-
shape?: "square" | "rounded" | "pill" | null | undefined;
|
|
6
|
-
intent?: "main" | "alert" | "support" | "accent" | "success" | "info" | "neutral" | "danger" | "surface" | null | undefined;
|
|
7
|
-
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
8
|
-
export type TagStylesProps = VariantProps<typeof tagStyles>;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|