@vibe/core 3.36.0-alpha-94da6.0 → 3.36.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/components/Accordion/Accordion/Accordion.d.ts +3 -15
- package/dist/components/Accordion/AccordionItem/AccordionItem.d.ts +9 -17
- package/dist/components/AlertBanner/AlertBanner.d.ts +16 -3
- package/dist/components/AlertBanner/AlertBannerButton/AlertBannerButton.d.ts +3 -0
- package/dist/components/AlertBanner/AlertBannerLink/AlertBannerLink.d.ts +3 -0
- package/dist/components/AlertBanner/AlertBannerText/AlertBannerText.d.ts +6 -0
- package/dist/components/AttentionBox/AttentionBox.d.ts +36 -4
- package/dist/components/Avatar/Avatar.d.ts +70 -3
- package/dist/components/Avatar/AvatarBadge.d.ts +10 -2
- package/dist/components/Avatar/AvatarContent.d.ts +24 -1
- package/dist/components/AvatarGroup/AvatarGroup.d.ts +17 -5
- package/dist/components/AvatarGroup/AvatarGroupCounter.d.ts +20 -2
- package/dist/components/AvatarGroup/AvatarGroupCounterTooltipContainer.d.ts +20 -3
- package/dist/components/AvatarGroup/AvatarGroupCounterTooltipContent.d.ts +10 -2
- package/dist/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.d.ts +13 -1
- package/dist/components/Badge/Badge.d.ts +15 -0
- package/dist/components/Badge/Indicator/Indicator.d.ts +3 -0
- package/dist/components/BaseInput/BaseInput.types.d.ts +8 -15
- package/dist/components/BaseListItem/BaseListItem.types.d.ts +2 -2
- package/dist/components/Box/Box.d.ts +75 -0
- package/dist/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.d.ts +24 -0
- package/dist/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.d.ts +24 -7
- package/dist/components/BreadcrumbsBar/BreadcrumbsBar.d.ts +6 -1
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +46 -1
- package/dist/components/ButtonGroup/ButtonWrapper.d.ts +16 -1
- package/dist/components/Checkbox/Checkbox.d.ts +42 -18
- package/dist/components/Chips/Chips.d.ts +54 -20
- package/dist/components/Clickable/Clickable.d.ts +41 -5
- package/dist/components/Clickable/ClickableWrapper.d.ts +9 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +43 -1
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +9 -0
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +39 -0
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +48 -0
- package/dist/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +33 -1
- package/dist/components/Combobox/Combobox.d.ts +78 -25
- package/dist/components/Combobox/components/ComboboxCategory/ComboboxCategory.d.ts +6 -0
- package/dist/components/Combobox/components/ComboboxConstants.d.ts +156 -0
- package/dist/components/Combobox/components/ComboboxItems/ComboboxItems.d.ts +45 -0
- package/dist/components/Combobox/components/ComboboxOption/ComboboxOption.d.ts +30 -0
- package/dist/components/Counter/Counter.d.ts +33 -14
- package/dist/components/DatePicker/DateNavigationItem/DateNavigationItem.d.ts +6 -0
- package/dist/components/DatePicker/DatePicker.d.ts +39 -13
- package/dist/components/DatePicker/DatePickerHeader/DatePickerHeader.d.ts +18 -0
- package/dist/components/DatePicker/YearPicker/YearPicker.d.ts +12 -0
- package/dist/components/DatePicker/YearPicker/YearsList.d.ts +12 -0
- package/dist/components/DatePicker/types.d.ts +6 -0
- package/dist/components/Dialog/Dialog.d.ts +59 -36
- package/dist/components/Dialog/DialogContent/DialogContent.d.ts +52 -3
- package/dist/components/DialogContentContainer/DialogContentContainer.d.ts +18 -0
- package/dist/components/Divider/Divider.d.ts +2 -2
- package/dist/components/Dropdown/Dropdown.types.d.ts +97 -63
- package/dist/components/EditableHeading/EditableHeading.d.ts +4 -3
- package/dist/components/EditableText/EditableText.d.ts +6 -4
- package/dist/components/EditableTypography/EditableTypography.d.ts +48 -16
- package/dist/components/ExpandCollapse/ExpandCollapse.d.ts +20 -8
- package/dist/components/FieldLabel/FieldLabel.d.ts +18 -0
- package/dist/components/Flex/Flex.d.ts +36 -2
- package/dist/components/FormattedNumber/FormattedNumber.d.ts +8 -8
- package/dist/components/GridKeyboardNavigationContext/GridKeyboardNavigationContextConstants.d.ts +3 -0
- package/dist/components/Heading/Heading.d.ts +15 -0
- package/dist/components/HiddenText/HiddenText.d.ts +3 -0
- package/dist/components/Icon/CustomSvgIcon/CustomSvgIcon.d.ts +30 -0
- package/dist/components/Icon/FontIcon/FontIcon.d.ts +18 -0
- package/dist/components/Icon/Icon.d.ts +32 -8
- package/dist/components/IconButton/IconButton.d.ts +37 -27
- package/dist/components/Label/Label.d.ts +22 -1
- package/dist/components/Label/LabelCelebrationAnimation.d.ts +6 -0
- package/dist/components/LayerProvider/LayerContext.d.ts +3 -0
- package/dist/components/LayerProvider/LayerProvider.d.ts +7 -1
- package/dist/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.d.ts +0 -8
- package/dist/components/Link/Link.d.ts +40 -14
- package/dist/components/List/List.d.ts +14 -5
- package/dist/components/List/VirtualizedListItems/VirtualizedListItems.d.ts +3 -0
- package/dist/components/ListItem/ListItem.d.ts +12 -25
- package/dist/components/ListItemAvatar/ListItemAvatar.d.ts +7 -1
- package/dist/components/ListItemIcon/ListItemIcon.d.ts +5 -2
- package/dist/components/ListTitle/ListTitle.d.ts +6 -0
- package/dist/components/Loader/Loader.d.ts +12 -2
- package/dist/components/Menu/Menu/Menu.d.ts +42 -0
- package/dist/components/Menu/MenuGridItem/MenuGridItem.d.ts +33 -5
- package/dist/components/Menu/MenuItem/AvatarMenuItem.d.ts +6 -0
- package/dist/components/Menu/MenuItem/MenuItem.d.ts +97 -7
- package/dist/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.types.d.ts +7 -0
- package/dist/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.types.d.ts +7 -6
- package/dist/components/Menu/MenuItem/components/MenuItemSubMenu/MenuItemSubMenu.types.d.ts +7 -3
- package/dist/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.types.d.ts +5 -1
- package/dist/components/Menu/MenuItemButton/MenuItemButton.d.ts +51 -0
- package/dist/components/Menu/MenuTitle/MenuTitle.d.ts +6 -0
- package/dist/components/MenuButton/MenuButton.d.ts +67 -19
- package/dist/components/Modal/ModalContent/ModalContent.types.d.ts +1 -1
- package/dist/components/Modal/ModalMedia/ModalMedia.types.d.ts +1 -1
- package/dist/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +5 -5
- package/dist/components/Modal/context/ModalContext.types.d.ts +5 -5
- package/dist/components/Modal/footers/ModalFooter/ModalFooter.types.d.ts +1 -1
- package/dist/components/Modal/footers/ModalFooterBase/ModalFooterBase.types.d.ts +3 -3
- package/dist/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.types.d.ts +4 -4
- package/dist/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.types.d.ts +1 -1
- package/dist/components/Modal/layouts/ModalFooterShadow.types.d.ts +1 -1
- package/dist/components/Modal/layouts/ModalLayoutScrollableContent.types.d.ts +2 -2
- package/dist/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.types.d.ts +1 -1
- package/dist/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.types.d.ts +1 -1
- package/dist/components/MultiStepIndicator/MultiStepIndicator.d.ts +30 -0
- package/dist/components/MultiStepIndicator/components/StepIndicator/StepIndicator.d.ts +57 -0
- package/dist/components/ProgressBars/LinearProgressBar/Bar/Bar.d.ts +17 -6
- package/dist/components/ProgressBars/LinearProgressBar/LinearProgressBar.d.ts +19 -22
- package/dist/components/ProgressBars/PercentageLabel/PercentageLabel.d.ts +2 -2
- package/dist/components/RadioButton/RadioButton.d.ts +45 -16
- package/dist/components/Search/Search.types.d.ts +24 -24
- package/dist/components/Skeleton/Skeleton.d.ts +16 -1
- package/dist/components/SlideTransition/SlideTransition.types.d.ts +12 -0
- package/dist/components/Slider/SelectionIndicator.d.ts +6 -0
- package/dist/components/Slider/SliderBase/SliderFilledTrack.d.ts +6 -8
- package/dist/components/Slider/SliderBase/SliderRail.d.ts +6 -4
- package/dist/components/Slider/SliderBase/SliderThumb.d.ts +9 -7
- package/dist/components/Slider/SliderBase/SliderTrack.d.ts +1 -2
- package/dist/components/Slider/SliderContext.d.ts +13 -8
- package/dist/components/Slider/SliderInfix.d.ts +1 -2
- package/dist/components/SplitButton/SplitButton.d.ts +25 -2
- package/dist/components/Steps/Steps.d.ts +32 -2
- package/dist/components/Steps/StepsCommand.d.ts +21 -0
- package/dist/components/Steps/StepsDot.d.ts +15 -0
- package/dist/components/Steps/StepsGalleryHeader.d.ts +15 -0
- package/dist/components/Steps/StepsHeader.d.ts +33 -0
- package/dist/components/Steps/StepsNumbersHeader.d.ts +9 -0
- package/dist/components/Switch/Switch.d.ts +39 -0
- package/dist/components/Table/Table/Table.d.ts +42 -0
- package/dist/components/Table/TableBody/TableBody.d.ts +3 -0
- package/dist/components/Table/TableCell/TableCell.d.ts +6 -0
- package/dist/components/Table/TableCellSkeleton/TableCellSkeleton.d.ts +6 -0
- package/dist/components/Table/TableContainer/TableContainer.types.d.ts +6 -0
- package/dist/components/Table/TableHeader/TableHeader.d.ts +3 -0
- package/dist/components/Table/TableHeaderCell/TableHeaderCell.d.ts +21 -0
- package/dist/components/Table/TableRow/TableRow.d.ts +7 -1
- package/dist/components/Table/TableRowMenu/TableRowMenu.types.d.ts +6 -0
- package/dist/components/Table/TableVirtualizedBody/TableVirtualizedBody.d.ts +15 -0
- package/dist/components/Tabs/Tab/Tab.d.ts +27 -3
- package/dist/components/Tabs/TabList/TabList.d.ts +15 -0
- package/dist/components/Tabs/TabPanel/TabPanel.d.ts +6 -0
- package/dist/components/Tabs/TabPanels/TabPanels.d.ts +9 -0
- package/dist/components/Tabs/TabsContext/TabsContext.d.ts +6 -0
- package/dist/components/Text/Text.d.ts +9 -0
- package/dist/components/TextArea/TextArea.types.d.ts +13 -16
- package/dist/components/TextField/TextField.d.ts +127 -9
- package/dist/components/TextWithHighlight/TextWithHighlight.d.ts +33 -6
- package/dist/components/ThemeProvider/ThemeProvider.d.ts +8 -5
- package/dist/components/Tipseen/Tipseen.d.ts +64 -6
- package/dist/components/Tipseen/TipseenBasicContent.d.ts +9 -0
- package/dist/components/Tipseen/TipseenContent.d.ts +25 -1
- package/dist/components/Tipseen/TipseenImage.d.ts +12 -0
- package/dist/components/Tipseen/TipseenMedia/TipseenMedia.d.ts +3 -0
- package/dist/components/Tipseen/TipseenTitle.d.ts +3 -0
- package/dist/components/Tipseen/TipseenWizard.d.ts +7 -1
- package/dist/components/Toast/Toast.d.ts +37 -8
- package/dist/components/Toggle/MockToggle.d.ts +21 -0
- package/dist/components/Toggle/Toggle.d.ts +37 -1
- package/dist/components/Toggle/ToggleText.d.ts +6 -0
- package/dist/components/Tooltip/Tooltip.d.ts +64 -27
- package/dist/components/TransitionView/TransitionView.types.d.ts +9 -0
- package/dist/components/Typography/Typography.d.ts +12 -6
- package/dist/components/VirtualizedGrid/VirtualizedGrid.d.ts +19 -19
- package/dist/components/VirtualizedList/VirtualizedList.d.ts +33 -27
- package/dist/hooks/useKeyEvent/index.d.ts +30 -0
- package/dist/hooks/useSwitch/index.d.ts +12 -0
- package/dist/hooks/useWizard/useWizard.types.d.ts +33 -0
- package/dist/mocked_classnames/components/Accordion/Accordion/Accordion.d.ts +3 -15
- package/dist/mocked_classnames/components/Accordion/AccordionItem/AccordionItem.d.ts +9 -17
- package/dist/mocked_classnames/components/AlertBanner/AlertBanner.d.ts +16 -3
- package/dist/mocked_classnames/components/AlertBanner/AlertBannerButton/AlertBannerButton.d.ts +3 -0
- package/dist/mocked_classnames/components/AlertBanner/AlertBannerLink/AlertBannerLink.d.ts +3 -0
- package/dist/mocked_classnames/components/AlertBanner/AlertBannerText/AlertBannerText.d.ts +6 -0
- package/dist/mocked_classnames/components/AttentionBox/AttentionBox.d.ts +36 -4
- package/dist/mocked_classnames/components/Avatar/Avatar.d.ts +70 -3
- package/dist/mocked_classnames/components/Avatar/AvatarBadge.d.ts +10 -2
- package/dist/mocked_classnames/components/Avatar/AvatarContent.d.ts +24 -1
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroup.d.ts +17 -5
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounter.d.ts +20 -2
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounterTooltipContainer.d.ts +20 -3
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounterTooltipContent.d.ts +10 -2
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.d.ts +13 -1
- package/dist/mocked_classnames/components/Badge/Badge.d.ts +15 -0
- package/dist/mocked_classnames/components/Badge/Indicator/Indicator.d.ts +3 -0
- package/dist/mocked_classnames/components/BaseInput/BaseInput.types.d.ts +8 -15
- package/dist/mocked_classnames/components/BaseListItem/BaseListItem.types.d.ts +2 -2
- package/dist/mocked_classnames/components/Box/Box.d.ts +75 -0
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.d.ts +24 -0
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.d.ts +24 -7
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbsBar.d.ts +6 -1
- package/dist/mocked_classnames/components/ButtonGroup/ButtonGroup.d.ts +46 -1
- package/dist/mocked_classnames/components/ButtonGroup/ButtonWrapper.d.ts +16 -1
- package/dist/mocked_classnames/components/Checkbox/Checkbox.d.ts +42 -18
- package/dist/mocked_classnames/components/Chips/Chips.d.ts +54 -20
- package/dist/mocked_classnames/components/Clickable/Clickable.d.ts +41 -5
- package/dist/mocked_classnames/components/Clickable/ClickableWrapper.d.ts +9 -0
- package/dist/mocked_classnames/components/ColorPicker/ColorPicker.d.ts +43 -1
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +9 -0
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +39 -0
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +48 -0
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +33 -1
- package/dist/mocked_classnames/components/Combobox/Combobox.d.ts +78 -25
- package/dist/mocked_classnames/components/Combobox/components/ComboboxCategory/ComboboxCategory.d.ts +6 -0
- package/dist/mocked_classnames/components/Combobox/components/ComboboxConstants.d.ts +156 -0
- package/dist/mocked_classnames/components/Combobox/components/ComboboxItems/ComboboxItems.d.ts +45 -0
- package/dist/mocked_classnames/components/Combobox/components/ComboboxOption/ComboboxOption.d.ts +30 -0
- package/dist/mocked_classnames/components/Counter/Counter.d.ts +33 -14
- package/dist/mocked_classnames/components/DatePicker/DateNavigationItem/DateNavigationItem.d.ts +6 -0
- package/dist/mocked_classnames/components/DatePicker/DatePicker.d.ts +39 -13
- package/dist/mocked_classnames/components/DatePicker/DatePickerHeader/DatePickerHeader.d.ts +18 -0
- package/dist/mocked_classnames/components/DatePicker/YearPicker/YearPicker.d.ts +12 -0
- package/dist/mocked_classnames/components/DatePicker/YearPicker/YearsList.d.ts +12 -0
- package/dist/mocked_classnames/components/DatePicker/types.d.ts +6 -0
- package/dist/mocked_classnames/components/Dialog/Dialog.d.ts +59 -36
- package/dist/mocked_classnames/components/Dialog/DialogContent/DialogContent.d.ts +52 -3
- package/dist/mocked_classnames/components/DialogContentContainer/DialogContentContainer.d.ts +18 -0
- package/dist/mocked_classnames/components/Divider/Divider.d.ts +2 -2
- package/dist/mocked_classnames/components/Dropdown/Dropdown.types.d.ts +97 -63
- package/dist/mocked_classnames/components/EditableHeading/EditableHeading.d.ts +4 -3
- package/dist/mocked_classnames/components/EditableText/EditableText.d.ts +6 -4
- package/dist/mocked_classnames/components/EditableTypography/EditableTypography.d.ts +48 -16
- package/dist/mocked_classnames/components/ExpandCollapse/ExpandCollapse.d.ts +20 -8
- package/dist/mocked_classnames/components/FieldLabel/FieldLabel.d.ts +18 -0
- package/dist/mocked_classnames/components/Flex/Flex.d.ts +36 -2
- package/dist/mocked_classnames/components/FormattedNumber/FormattedNumber.d.ts +8 -8
- package/dist/mocked_classnames/components/GridKeyboardNavigationContext/GridKeyboardNavigationContextConstants.d.ts +3 -0
- package/dist/mocked_classnames/components/Heading/Heading.d.ts +15 -0
- package/dist/mocked_classnames/components/HiddenText/HiddenText.d.ts +3 -0
- package/dist/mocked_classnames/components/Icon/CustomSvgIcon/CustomSvgIcon.d.ts +30 -0
- package/dist/mocked_classnames/components/Icon/FontIcon/FontIcon.d.ts +18 -0
- package/dist/mocked_classnames/components/Icon/Icon.d.ts +32 -8
- package/dist/mocked_classnames/components/IconButton/IconButton.d.ts +37 -27
- package/dist/mocked_classnames/components/Label/Label.d.ts +22 -1
- package/dist/mocked_classnames/components/Label/LabelCelebrationAnimation.d.ts +6 -0
- package/dist/mocked_classnames/components/LayerProvider/LayerContext.d.ts +3 -0
- package/dist/mocked_classnames/components/LayerProvider/LayerProvider.d.ts +7 -1
- package/dist/mocked_classnames/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.d.ts +0 -8
- package/dist/mocked_classnames/components/Link/Link.d.ts +40 -14
- package/dist/mocked_classnames/components/List/List.d.ts +14 -5
- package/dist/mocked_classnames/components/List/VirtualizedListItems/VirtualizedListItems.d.ts +3 -0
- package/dist/mocked_classnames/components/ListItem/ListItem.d.ts +12 -25
- package/dist/mocked_classnames/components/ListItemAvatar/ListItemAvatar.d.ts +7 -1
- package/dist/mocked_classnames/components/ListItemIcon/ListItemIcon.d.ts +5 -2
- package/dist/mocked_classnames/components/ListTitle/ListTitle.d.ts +6 -0
- package/dist/mocked_classnames/components/Loader/Loader.d.ts +12 -2
- package/dist/mocked_classnames/components/Menu/Menu/Menu.d.ts +42 -0
- package/dist/mocked_classnames/components/Menu/MenuGridItem/MenuGridItem.d.ts +33 -5
- package/dist/mocked_classnames/components/Menu/MenuItem/AvatarMenuItem.d.ts +6 -0
- package/dist/mocked_classnames/components/Menu/MenuItem/MenuItem.d.ts +97 -7
- package/dist/mocked_classnames/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.types.d.ts +7 -0
- package/dist/mocked_classnames/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.types.d.ts +7 -6
- package/dist/mocked_classnames/components/Menu/MenuItem/components/MenuItemSubMenu/MenuItemSubMenu.types.d.ts +7 -3
- package/dist/mocked_classnames/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.types.d.ts +5 -1
- package/dist/mocked_classnames/components/Menu/MenuItemButton/MenuItemButton.d.ts +51 -0
- package/dist/mocked_classnames/components/Menu/MenuTitle/MenuTitle.d.ts +6 -0
- package/dist/mocked_classnames/components/MenuButton/MenuButton.d.ts +67 -19
- package/dist/mocked_classnames/components/Modal/ModalContent/ModalContent.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Modal/ModalMedia/ModalMedia.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +5 -5
- package/dist/mocked_classnames/components/Modal/context/ModalContext.types.d.ts +5 -5
- package/dist/mocked_classnames/components/Modal/footers/ModalFooter/ModalFooter.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Modal/footers/ModalFooterBase/ModalFooterBase.types.d.ts +3 -3
- package/dist/mocked_classnames/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.types.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Modal/layouts/ModalFooterShadow.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Modal/layouts/ModalLayoutScrollableContent.types.d.ts +2 -2
- package/dist/mocked_classnames/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.types.d.ts +1 -1
- package/dist/mocked_classnames/components/MultiStepIndicator/MultiStepIndicator.d.ts +30 -0
- package/dist/mocked_classnames/components/MultiStepIndicator/components/StepIndicator/StepIndicator.d.ts +57 -0
- package/dist/mocked_classnames/components/ProgressBars/LinearProgressBar/Bar/Bar.d.ts +17 -6
- package/dist/mocked_classnames/components/ProgressBars/LinearProgressBar/LinearProgressBar.d.ts +19 -22
- package/dist/mocked_classnames/components/ProgressBars/PercentageLabel/PercentageLabel.d.ts +2 -2
- package/dist/mocked_classnames/components/RadioButton/RadioButton.d.ts +45 -16
- package/dist/mocked_classnames/components/Search/Search.types.d.ts +24 -24
- package/dist/mocked_classnames/components/Skeleton/Skeleton.d.ts +16 -1
- package/dist/mocked_classnames/components/SlideTransition/SlideTransition.types.d.ts +12 -0
- package/dist/mocked_classnames/components/Slider/SelectionIndicator.d.ts +6 -0
- package/dist/mocked_classnames/components/Slider/SliderBase/SliderFilledTrack.d.ts +6 -8
- package/dist/mocked_classnames/components/Slider/SliderBase/SliderRail.d.ts +6 -4
- package/dist/mocked_classnames/components/Slider/SliderBase/SliderThumb.d.ts +9 -7
- package/dist/mocked_classnames/components/Slider/SliderBase/SliderTrack.d.ts +1 -2
- package/dist/mocked_classnames/components/Slider/SliderContext.d.ts +13 -8
- package/dist/mocked_classnames/components/Slider/SliderInfix.d.ts +1 -2
- package/dist/mocked_classnames/components/SplitButton/SplitButton.d.ts +25 -2
- package/dist/mocked_classnames/components/Steps/Steps.d.ts +32 -2
- package/dist/mocked_classnames/components/Steps/StepsCommand.d.ts +21 -0
- package/dist/mocked_classnames/components/Steps/StepsDot.d.ts +15 -0
- package/dist/mocked_classnames/components/Steps/StepsGalleryHeader.d.ts +15 -0
- package/dist/mocked_classnames/components/Steps/StepsHeader.d.ts +33 -0
- package/dist/mocked_classnames/components/Steps/StepsNumbersHeader.d.ts +9 -0
- package/dist/mocked_classnames/components/Switch/Switch.d.ts +39 -0
- package/dist/mocked_classnames/components/Table/Table/Table.d.ts +42 -0
- package/dist/mocked_classnames/components/Table/TableBody/TableBody.d.ts +3 -0
- package/dist/mocked_classnames/components/Table/TableCell/TableCell.d.ts +6 -0
- package/dist/mocked_classnames/components/Table/TableCellSkeleton/TableCellSkeleton.d.ts +6 -0
- package/dist/mocked_classnames/components/Table/TableContainer/TableContainer.types.d.ts +6 -0
- package/dist/mocked_classnames/components/Table/TableHeader/TableHeader.d.ts +3 -0
- package/dist/mocked_classnames/components/Table/TableHeaderCell/TableHeaderCell.d.ts +21 -0
- package/dist/mocked_classnames/components/Table/TableRow/TableRow.d.ts +7 -1
- package/dist/mocked_classnames/components/Table/TableRowMenu/TableRowMenu.types.d.ts +6 -0
- package/dist/mocked_classnames/components/Table/TableVirtualizedBody/TableVirtualizedBody.d.ts +15 -0
- package/dist/mocked_classnames/components/Tabs/Tab/Tab.d.ts +27 -3
- package/dist/mocked_classnames/components/Tabs/TabList/TabList.d.ts +15 -0
- package/dist/mocked_classnames/components/Tabs/TabPanel/TabPanel.d.ts +6 -0
- package/dist/mocked_classnames/components/Tabs/TabPanels/TabPanels.d.ts +9 -0
- package/dist/mocked_classnames/components/Tabs/TabsContext/TabsContext.d.ts +6 -0
- package/dist/mocked_classnames/components/Text/Text.d.ts +9 -0
- package/dist/mocked_classnames/components/TextArea/TextArea.types.d.ts +13 -16
- package/dist/mocked_classnames/components/TextField/TextField.d.ts +127 -9
- package/dist/mocked_classnames/components/TextWithHighlight/TextWithHighlight.d.ts +33 -6
- package/dist/mocked_classnames/components/ThemeProvider/ThemeProvider.d.ts +8 -5
- package/dist/mocked_classnames/components/Tipseen/Tipseen.d.ts +64 -6
- package/dist/mocked_classnames/components/Tipseen/TipseenBasicContent.d.ts +9 -0
- package/dist/mocked_classnames/components/Tipseen/TipseenContent.d.ts +25 -1
- package/dist/mocked_classnames/components/Tipseen/TipseenImage.d.ts +12 -0
- package/dist/mocked_classnames/components/Tipseen/TipseenMedia/TipseenMedia.d.ts +3 -0
- package/dist/mocked_classnames/components/Tipseen/TipseenTitle.d.ts +3 -0
- package/dist/mocked_classnames/components/Tipseen/TipseenWizard.d.ts +7 -1
- package/dist/mocked_classnames/components/Toast/Toast.d.ts +37 -8
- package/dist/mocked_classnames/components/Toggle/MockToggle.d.ts +21 -0
- package/dist/mocked_classnames/components/Toggle/Toggle.d.ts +37 -1
- package/dist/mocked_classnames/components/Toggle/ToggleText.d.ts +6 -0
- package/dist/mocked_classnames/components/Tooltip/Tooltip.d.ts +64 -27
- package/dist/mocked_classnames/components/TransitionView/TransitionView.types.d.ts +9 -0
- package/dist/mocked_classnames/components/Typography/Typography.d.ts +12 -6
- package/dist/mocked_classnames/components/VirtualizedGrid/VirtualizedGrid.d.ts +19 -19
- package/dist/mocked_classnames/components/VirtualizedList/VirtualizedList.d.ts +33 -27
- package/dist/mocked_classnames/hooks/useKeyEvent/index.d.ts +30 -0
- package/dist/mocked_classnames/hooks/useSwitch/index.d.ts +12 -0
- package/dist/mocked_classnames/hooks/useWizard/useWizard.types.d.ts +33 -0
- package/dist/mocked_classnames/src/components/Accordion/Accordion/Accordion.js.map +1 -1
- package/dist/mocked_classnames/src/components/Accordion/AccordionItem/AccordionItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.js.map +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.js.map +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerText/AlertBannerText.js.map +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/Avatar.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroup.js.map +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounter.js.map +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContainer.js.map +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.js.map +1 -1
- package/dist/mocked_classnames/src/components/Badge/Badge.js.map +1 -1
- package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.js.map +1 -1
- package/dist/mocked_classnames/src/components/Box/Box.js.map +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.js.map +1 -1
- package/dist/mocked_classnames/src/components/Button/Button.js +1 -1
- package/dist/mocked_classnames/src/components/Button/Button.js.map +1 -1
- package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/dist/mocked_classnames/src/components/ButtonGroup/ButtonWrapper.js.map +1 -1
- package/dist/mocked_classnames/src/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/mocked_classnames/src/components/Chips/Chips.js.map +1 -1
- package/dist/mocked_classnames/src/components/Clickable/Clickable.js.map +1 -1
- package/dist/mocked_classnames/src/components/Clickable/ClickableWrapper.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/Combobox.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxConstants.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxItems/ComboboxItems.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
- package/dist/mocked_classnames/src/components/Counter/Counter.js.map +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DateNavigationItem/DateNavigationItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader/DatePickerHeader.js.map +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/YearPicker/YearPicker.js.map +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/YearPicker/YearsList.js.map +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/types.js.map +1 -1
- package/dist/mocked_classnames/src/components/Dialog/Dialog.js.map +1 -1
- package/dist/mocked_classnames/src/components/Dialog/DialogContent/DialogContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/DialogContentContainer/DialogContentContainer.js.map +1 -1
- package/dist/mocked_classnames/src/components/Divider/Divider.js.map +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/Dropdown.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/mocked_classnames/src/components/EditableHeading/EditableHeading.js.map +1 -1
- package/dist/mocked_classnames/src/components/EditableText/EditableText.js.map +1 -1
- package/dist/mocked_classnames/src/components/EditableTypography/EditableTypography.js.map +1 -1
- package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.js.map +1 -1
- package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.js.map +1 -1
- package/dist/mocked_classnames/src/components/Flex/Flex.js.map +1 -1
- package/dist/mocked_classnames/src/components/FormattedNumber/FormattedNumber.js.map +1 -1
- package/dist/mocked_classnames/src/components/Heading/Heading.js.map +1 -1
- package/dist/mocked_classnames/src/components/HiddenText/HiddenText.js.map +1 -1
- package/dist/mocked_classnames/src/components/Icon/CustomSvgIcon/CustomSvgIcon.js.map +1 -1
- package/dist/mocked_classnames/src/components/Icon/FontIcon/FontIcon.js.map +1 -1
- package/dist/mocked_classnames/src/components/Icon/Icon.js.map +1 -1
- package/dist/mocked_classnames/src/components/IconButton/IconButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Label/Label.js.map +1 -1
- package/dist/mocked_classnames/src/components/Label/LabelCelebrationAnimation.js.map +1 -1
- package/dist/mocked_classnames/src/components/LayerProvider/LayerContext.js.map +1 -1
- package/dist/mocked_classnames/src/components/LayerProvider/LayerProvider.js.map +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js.map +1 -1
- package/dist/mocked_classnames/src/components/Link/Link.js.map +1 -1
- package/dist/mocked_classnames/src/components/List/List.js.map +1 -1
- package/dist/mocked_classnames/src/components/List/VirtualizedListItems/VirtualizedListItems.js.map +1 -1
- package/dist/mocked_classnames/src/components/ListItem/ListItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/ListItemAvatar/ListItemAvatar.js.map +1 -1
- package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.js.map +1 -1
- package/dist/mocked_classnames/src/components/ListTitle/ListTitle.js.map +1 -1
- package/dist/mocked_classnames/src/components/Loader/Loader.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/Menu/Menu.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuGridItem/MenuGridItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/AvatarMenuItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.js.map +1 -1
- package/dist/mocked_classnames/src/components/MenuButton/MenuButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Modal/hooks/usePortalTarget/usePortalTarget.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/hooks/usePortalTarget/usePortalTarget.js.map +1 -1
- package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.js.map +1 -1
- package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.js.map +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/LinearProgressBar/Bar/Bar.js.map +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/LinearProgressBar/LinearProgressBar.js.map +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/PercentageLabel/PercentageLabel.js.map +1 -1
- package/dist/mocked_classnames/src/components/RadioButton/RadioButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Skeleton/Skeleton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SelectionIndicator.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderFilledTrack.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderRail.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderThumb.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderTrack.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderContext.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderInfix.js.map +1 -1
- package/dist/mocked_classnames/src/components/SplitButton/SplitButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Steps/Steps.js.map +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsCommand.js.map +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsDot.js.map +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsGalleryHeader.js.map +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsHeader.js.map +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsNumbersHeader.js.map +1 -1
- package/dist/mocked_classnames/src/components/Switch/Switch.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/Table/Table.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/TableBody/TableBody.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/TableCell/TableCell.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/TableCellSkeleton/TableCellSkeleton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/TableHeader/TableHeader.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/TableRow/TableRow.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabPanel/TabPanel.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabsContext/TabsContext.js.map +1 -1
- package/dist/mocked_classnames/src/components/Text/Text.js.map +1 -1
- package/dist/mocked_classnames/src/components/TextField/TextField.js.map +1 -1
- package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.js.map +1 -1
- package/dist/mocked_classnames/src/components/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/Tipseen.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenBasicContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenImage.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenMedia/TipseenMedia.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenTitle.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenWizard.js.map +1 -1
- package/dist/mocked_classnames/src/components/Toast/Toast.js.map +1 -1
- package/dist/mocked_classnames/src/components/Toggle/MockToggle.js.map +1 -1
- package/dist/mocked_classnames/src/components/Toggle/Toggle.js.map +1 -1
- package/dist/mocked_classnames/src/components/Toggle/ToggleText.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/mocked_classnames/src/components/Typography/Typography.js.map +1 -1
- package/dist/mocked_classnames/src/components/VirtualizedGrid/VirtualizedGrid.js.map +1 -1
- package/dist/mocked_classnames/src/components/VirtualizedList/VirtualizedList.js.map +1 -1
- package/dist/mocked_classnames/src/hooks/useKeyEvent/index.js.map +1 -1
- package/dist/mocked_classnames/src/hooks/useSwitch/index.js.map +1 -1
- package/dist/mocked_classnames/types/VibeComponentProps.d.ts +9 -0
- package/dist/src/components/Accordion/Accordion/Accordion.js.map +1 -1
- package/dist/src/components/Accordion/AccordionItem/AccordionItem.js.map +1 -1
- package/dist/src/components/AlertBanner/AlertBanner.js.map +1 -1
- package/dist/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.js.map +1 -1
- package/dist/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.js.map +1 -1
- package/dist/src/components/AlertBanner/AlertBannerText/AlertBannerText.js.map +1 -1
- package/dist/src/components/AttentionBox/AttentionBox.js.map +1 -1
- package/dist/src/components/Avatar/Avatar.js.map +1 -1
- package/dist/src/components/Avatar/AvatarBadge.js.map +1 -1
- package/dist/src/components/Avatar/AvatarContent.js.map +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroup.js.map +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounter.js.map +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContainer.js.map +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.js.map +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.js.map +1 -1
- package/dist/src/components/Badge/Badge.js.map +1 -1
- package/dist/src/components/Badge/Indicator/Indicator.js.map +1 -1
- package/dist/src/components/Box/Box.js.map +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.js.map +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.js.map +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.js.map +1 -1
- package/dist/src/components/Button/Button.js +1 -1
- package/dist/src/components/Button/Button.js.map +1 -1
- package/dist/src/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/dist/src/components/ButtonGroup/ButtonWrapper.js.map +1 -1
- package/dist/src/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/src/components/Chips/Chips.js.map +1 -1
- package/dist/src/components/Clickable/Clickable.js.map +1 -1
- package/dist/src/components/Clickable/ClickableWrapper.js.map +1 -1
- package/dist/src/components/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js.map +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js.map +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js.map +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js.map +1 -1
- package/dist/src/components/Combobox/Combobox.js.map +1 -1
- package/dist/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.js.map +1 -1
- package/dist/src/components/Combobox/components/ComboboxConstants.js.map +1 -1
- package/dist/src/components/Combobox/components/ComboboxItems/ComboboxItems.js.map +1 -1
- package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
- package/dist/src/components/Counter/Counter.js.map +1 -1
- package/dist/src/components/DatePicker/DateNavigationItem/DateNavigationItem.js.map +1 -1
- package/dist/src/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/src/components/DatePicker/DatePickerHeader/DatePickerHeader.js.map +1 -1
- package/dist/src/components/DatePicker/YearPicker/YearPicker.js.map +1 -1
- package/dist/src/components/DatePicker/YearPicker/YearsList.js.map +1 -1
- package/dist/src/components/DatePicker/types.js.map +1 -1
- package/dist/src/components/Dialog/Dialog.js.map +1 -1
- package/dist/src/components/Dialog/DialogContent/DialogContent.js.map +1 -1
- package/dist/src/components/DialogContentContainer/DialogContentContainer.js.map +1 -1
- package/dist/src/components/Divider/Divider.js.map +1 -1
- package/dist/src/components/Dropdown/Dropdown.js +1 -1
- package/dist/src/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/src/components/EditableHeading/EditableHeading.js.map +1 -1
- package/dist/src/components/EditableText/EditableText.js.map +1 -1
- package/dist/src/components/EditableTypography/EditableTypography.js.map +1 -1
- package/dist/src/components/ExpandCollapse/ExpandCollapse.js.map +1 -1
- package/dist/src/components/FieldLabel/FieldLabel.js.map +1 -1
- package/dist/src/components/Flex/Flex.js.map +1 -1
- package/dist/src/components/FormattedNumber/FormattedNumber.js.map +1 -1
- package/dist/src/components/Heading/Heading.js.map +1 -1
- package/dist/src/components/HiddenText/HiddenText.js.map +1 -1
- package/dist/src/components/Icon/CustomSvgIcon/CustomSvgIcon.js.map +1 -1
- package/dist/src/components/Icon/FontIcon/FontIcon.js.map +1 -1
- package/dist/src/components/Icon/Icon.js.map +1 -1
- package/dist/src/components/IconButton/IconButton.js.map +1 -1
- package/dist/src/components/Label/Label.js.map +1 -1
- package/dist/src/components/Label/LabelCelebrationAnimation.js.map +1 -1
- package/dist/src/components/LayerProvider/LayerContext.js.map +1 -1
- package/dist/src/components/LayerProvider/LayerProvider.js.map +1 -1
- package/dist/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js.map +1 -1
- package/dist/src/components/Link/Link.js.map +1 -1
- package/dist/src/components/List/List.js.map +1 -1
- package/dist/src/components/List/VirtualizedListItems/VirtualizedListItems.js.map +1 -1
- package/dist/src/components/ListItem/ListItem.js.map +1 -1
- package/dist/src/components/ListItemAvatar/ListItemAvatar.js.map +1 -1
- package/dist/src/components/ListItemIcon/ListItemIcon.js.map +1 -1
- package/dist/src/components/ListTitle/ListTitle.js.map +1 -1
- package/dist/src/components/Loader/Loader.js.map +1 -1
- package/dist/src/components/Menu/Menu/Menu.js.map +1 -1
- package/dist/src/components/Menu/MenuGridItem/MenuGridItem.js.map +1 -1
- package/dist/src/components/Menu/MenuItem/AvatarMenuItem.js.map +1 -1
- package/dist/src/components/Menu/MenuItem/MenuItem.js.map +1 -1
- package/dist/src/components/Menu/MenuItemButton/MenuItemButton.js.map +1 -1
- package/dist/src/components/Menu/MenuTitle/MenuTitle.js.map +1 -1
- package/dist/src/components/MenuButton/MenuButton.js.map +1 -1
- package/dist/src/components/Modal/hooks/usePortalTarget/usePortalTarget.js +1 -1
- package/dist/src/components/Modal/hooks/usePortalTarget/usePortalTarget.js.map +1 -1
- package/dist/src/components/MultiStepIndicator/MultiStepIndicator.js.map +1 -1
- package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.js.map +1 -1
- package/dist/src/components/ProgressBars/LinearProgressBar/Bar/Bar.js.map +1 -1
- package/dist/src/components/ProgressBars/LinearProgressBar/LinearProgressBar.js.map +1 -1
- package/dist/src/components/ProgressBars/PercentageLabel/PercentageLabel.js.map +1 -1
- package/dist/src/components/RadioButton/RadioButton.js.map +1 -1
- package/dist/src/components/Skeleton/Skeleton.js.map +1 -1
- package/dist/src/components/Slider/SelectionIndicator.js.map +1 -1
- package/dist/src/components/Slider/SliderBase/SliderFilledTrack.js.map +1 -1
- package/dist/src/components/Slider/SliderBase/SliderRail.js.map +1 -1
- package/dist/src/components/Slider/SliderBase/SliderThumb.js.map +1 -1
- package/dist/src/components/Slider/SliderBase/SliderTrack.js.map +1 -1
- package/dist/src/components/Slider/SliderContext.js.map +1 -1
- package/dist/src/components/Slider/SliderInfix.js.map +1 -1
- package/dist/src/components/SplitButton/SplitButton.js.map +1 -1
- package/dist/src/components/Steps/Steps.js.map +1 -1
- package/dist/src/components/Steps/StepsCommand.js.map +1 -1
- package/dist/src/components/Steps/StepsDot.js.map +1 -1
- package/dist/src/components/Steps/StepsGalleryHeader.js.map +1 -1
- package/dist/src/components/Steps/StepsHeader.js.map +1 -1
- package/dist/src/components/Steps/StepsNumbersHeader.js.map +1 -1
- package/dist/src/components/Switch/Switch.js.map +1 -1
- package/dist/src/components/Table/Table/Table.js.map +1 -1
- package/dist/src/components/Table/TableBody/TableBody.js.map +1 -1
- package/dist/src/components/Table/TableCell/TableCell.js.map +1 -1
- package/dist/src/components/Table/TableCellSkeleton/TableCellSkeleton.js.map +1 -1
- package/dist/src/components/Table/TableHeader/TableHeader.js.map +1 -1
- package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.js.map +1 -1
- package/dist/src/components/Table/TableRow/TableRow.js.map +1 -1
- package/dist/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.js.map +1 -1
- package/dist/src/components/Tabs/Tab/Tab.js.map +1 -1
- package/dist/src/components/Tabs/TabList/TabList.js.map +1 -1
- package/dist/src/components/Tabs/TabPanel/TabPanel.js.map +1 -1
- package/dist/src/components/Tabs/TabPanels/TabPanels.js.map +1 -1
- package/dist/src/components/Tabs/TabsContext/TabsContext.js.map +1 -1
- package/dist/src/components/Text/Text.js.map +1 -1
- package/dist/src/components/TextField/TextField.js.map +1 -1
- package/dist/src/components/TextWithHighlight/TextWithHighlight.js.map +1 -1
- package/dist/src/components/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/src/components/Tipseen/Tipseen.js.map +1 -1
- package/dist/src/components/Tipseen/TipseenBasicContent.js.map +1 -1
- package/dist/src/components/Tipseen/TipseenContent.js.map +1 -1
- package/dist/src/components/Tipseen/TipseenImage.js.map +1 -1
- package/dist/src/components/Tipseen/TipseenMedia/TipseenMedia.js.map +1 -1
- package/dist/src/components/Tipseen/TipseenTitle.js.map +1 -1
- package/dist/src/components/Tipseen/TipseenWizard.js.map +1 -1
- package/dist/src/components/Toast/Toast.js.map +1 -1
- package/dist/src/components/Toggle/MockToggle.js.map +1 -1
- package/dist/src/components/Toggle/Toggle.js.map +1 -1
- package/dist/src/components/Toggle/ToggleText.js.map +1 -1
- package/dist/src/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/src/components/Typography/Typography.js.map +1 -1
- package/dist/src/components/VirtualizedGrid/VirtualizedGrid.js.map +1 -1
- package/dist/src/components/VirtualizedList/VirtualizedList.js.map +1 -1
- package/dist/src/hooks/useKeyEvent/index.js.map +1 -1
- package/dist/src/hooks/useSwitch/index.js.map +1 -1
- package/dist/types/VibeComponentProps.d.ts +9 -0
- package/package.json +3 -2
|
@@ -2,36 +2,65 @@ import React from "react";
|
|
|
2
2
|
import VibeComponentProps from "../../types/VibeComponentProps";
|
|
3
3
|
import VibeComponent from "../../types/VibeComponent";
|
|
4
4
|
export interface RadioButtonProps extends VibeComponentProps {
|
|
5
|
-
/**
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
/**
|
|
6
|
+
* Class name applied to the label text.
|
|
7
|
+
*/
|
|
8
8
|
labelClassName?: string;
|
|
9
|
-
/**
|
|
9
|
+
/**
|
|
10
|
+
* Class name applied to the radio button element.
|
|
11
|
+
*/
|
|
10
12
|
radioButtonClassName?: string;
|
|
11
|
-
/**
|
|
13
|
+
/**
|
|
14
|
+
* The label text displayed next to the radio button.
|
|
15
|
+
*/
|
|
12
16
|
text?: string;
|
|
13
|
-
/**
|
|
17
|
+
/**
|
|
18
|
+
* The value associated with the radio button.
|
|
19
|
+
*/
|
|
14
20
|
value?: string;
|
|
15
|
-
/**
|
|
21
|
+
/**
|
|
22
|
+
* The name of the radio button group.
|
|
23
|
+
*/
|
|
16
24
|
name?: string;
|
|
17
|
-
/**
|
|
25
|
+
/**
|
|
26
|
+
* If true, the radio button automatically receives focus on mount.
|
|
27
|
+
*/
|
|
18
28
|
autoFocus?: boolean;
|
|
19
|
-
/**
|
|
29
|
+
/**
|
|
30
|
+
* If true, the radio button is disabled.
|
|
31
|
+
*/
|
|
20
32
|
disabled?: boolean;
|
|
21
|
-
/**
|
|
33
|
+
/**
|
|
34
|
+
* The reason why the radio button is disabled, displayed in a tooltip.
|
|
35
|
+
*/
|
|
22
36
|
disabledReason?: string;
|
|
23
|
-
/**
|
|
37
|
+
/**
|
|
38
|
+
* If true, the radio button is checked by default.
|
|
39
|
+
*/
|
|
24
40
|
defaultChecked?: boolean;
|
|
41
|
+
/**
|
|
42
|
+
* The child elements inside the radio button.
|
|
43
|
+
*/
|
|
25
44
|
children?: React.ReactNode;
|
|
26
|
-
/**
|
|
45
|
+
/**
|
|
46
|
+
* Callback fired when the radio button selection changes.
|
|
47
|
+
*/
|
|
27
48
|
onSelect?: (event: React.ChangeEvent<HTMLInputElement | null>) => void;
|
|
28
|
-
/**
|
|
49
|
+
/**
|
|
50
|
+
* If provided, controls the checked state of the radio button.
|
|
51
|
+
*/
|
|
29
52
|
checked?: boolean;
|
|
30
|
-
/**
|
|
53
|
+
/**
|
|
54
|
+
* If true, clicking on children will trigger selection.
|
|
55
|
+
*/
|
|
31
56
|
retainChildClick?: boolean;
|
|
32
|
-
/**
|
|
57
|
+
/**
|
|
58
|
+
* The tab index applied to the children.
|
|
59
|
+
*/
|
|
33
60
|
childrenTabIndex?: string;
|
|
34
|
-
/**
|
|
61
|
+
/**
|
|
62
|
+
* If true, disables the label animation.
|
|
63
|
+
*/
|
|
35
64
|
noLabelAnimation?: boolean;
|
|
36
65
|
}
|
|
37
66
|
declare const RadioButton: VibeComponent<RadioButtonProps, HTMLElement> & object;
|
|
@@ -5,99 +5,99 @@ import IconButton from "../IconButton/IconButton";
|
|
|
5
5
|
import MenuButton from "../MenuButton/MenuButton";
|
|
6
6
|
export interface SearchProps extends VibeComponentProps {
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* The icon used for the search button.
|
|
9
9
|
*/
|
|
10
10
|
searchIconName?: SubIcon;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* The icon used for the clear button.
|
|
13
13
|
*/
|
|
14
14
|
clearIconName?: SubIcon;
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* The label for the clear button, for accessibility purposes.
|
|
17
17
|
*/
|
|
18
18
|
clearIconLabel?: string;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* Renders an additional action button in the search input.
|
|
21
21
|
*/
|
|
22
22
|
renderAction?: React.ReactElement<typeof IconButton | typeof MenuButton>;
|
|
23
23
|
/**
|
|
24
|
-
* If true, hides the additional action when
|
|
24
|
+
* If true, hides the additional action button when input has text.
|
|
25
25
|
*/
|
|
26
26
|
hideRenderActionOnInput?: boolean;
|
|
27
27
|
/**
|
|
28
|
-
* The value of the search input.
|
|
28
|
+
* The current value of the search input.
|
|
29
29
|
*/
|
|
30
30
|
value?: HTMLInputElement["value"];
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* The placeholder text displayed when the input is empty.
|
|
33
33
|
*/
|
|
34
34
|
placeholder?: HTMLInputElement["placeholder"];
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* The size of the search input, affecting padding and font size.
|
|
37
37
|
*/
|
|
38
38
|
size?: InputSize;
|
|
39
39
|
/**
|
|
40
|
-
* If true, the search input
|
|
40
|
+
* If true, disables the search input.
|
|
41
41
|
*/
|
|
42
42
|
disabled?: HTMLInputElement["disabled"];
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* If true, displays a loading indicator inside the input.
|
|
45
45
|
*/
|
|
46
46
|
loading?: boolean;
|
|
47
47
|
/**
|
|
48
|
-
* If true, the search input
|
|
48
|
+
* If true, automatically focuses the search input on mount.
|
|
49
49
|
*/
|
|
50
50
|
autoFocus?: HTMLInputElement["autofocus"];
|
|
51
51
|
/**
|
|
52
|
-
* Configures the browser's autocomplete
|
|
52
|
+
* Configures the browser's autocomplete behavior.
|
|
53
53
|
*/
|
|
54
54
|
autoComplete?: HTMLInputElement["autocomplete"];
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* The ARIA label for the search input.
|
|
57
57
|
*/
|
|
58
58
|
inputAriaLabel?: React.AriaAttributes["aria-label"];
|
|
59
59
|
/**
|
|
60
|
-
*
|
|
60
|
+
* If true, indicates that a popup is open.
|
|
61
61
|
*/
|
|
62
62
|
ariaExpanded?: React.AriaAttributes["aria-expanded"];
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* Specifies the type of popup associated with the search input.
|
|
65
65
|
*/
|
|
66
66
|
ariaHasPopup?: React.AriaAttributes["aria-haspopup"];
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* The debounce rate for input value changes.
|
|
69
69
|
*/
|
|
70
70
|
debounceRate?: number;
|
|
71
71
|
/**
|
|
72
|
-
* The
|
|
72
|
+
* The ID of the container where search results are displayed.
|
|
73
73
|
*/
|
|
74
74
|
searchResultsContainerId?: string;
|
|
75
75
|
/**
|
|
76
|
-
* ARIA property
|
|
76
|
+
* ARIA property indicating the currently active search result.
|
|
77
77
|
*/
|
|
78
78
|
currentAriaResultId?: React.AriaAttributes["aria-activedescendant"];
|
|
79
79
|
/**
|
|
80
|
-
* Callback
|
|
80
|
+
* Callback fired when the search input value changes.
|
|
81
81
|
*/
|
|
82
82
|
onChange?: (value: string) => void;
|
|
83
83
|
/**
|
|
84
|
-
* Callback
|
|
84
|
+
* Callback fired when the search input loses focus.
|
|
85
85
|
*/
|
|
86
86
|
onBlur?: (event: React.FocusEvent) => void;
|
|
87
87
|
/**
|
|
88
|
-
* Callback
|
|
88
|
+
* Callback fired when the search input gains focus.
|
|
89
89
|
*/
|
|
90
90
|
onFocus?: (event: React.FocusEvent) => void;
|
|
91
91
|
/**
|
|
92
|
-
* Callback
|
|
92
|
+
* Callback fired when the clear button is clicked.
|
|
93
93
|
*/
|
|
94
94
|
onClear?: () => void;
|
|
95
95
|
/**
|
|
96
|
-
* Callback
|
|
96
|
+
* Callback fired when a key is pressed inside the input.
|
|
97
97
|
*/
|
|
98
98
|
onKeyDown?: (event: React.KeyboardEvent<HTMLInputElement>) => void;
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
* If true, displays a clear button inside the search input.
|
|
101
101
|
*/
|
|
102
102
|
showClearIcon?: boolean;
|
|
103
103
|
}
|
|
@@ -3,13 +3,28 @@ import { SkeletonType as SkeletonTypeEnum, TextSkeletonSize as TextSkeletonSizeE
|
|
|
3
3
|
import { SkeletonType, SkeletonSizeType } from "./Skelton.types";
|
|
4
4
|
import { VibeComponentProps } from "../../types";
|
|
5
5
|
export interface SkeletonProps extends VibeComponentProps {
|
|
6
|
+
/**
|
|
7
|
+
* The type of skeleton.
|
|
8
|
+
*/
|
|
6
9
|
type?: SkeletonType;
|
|
10
|
+
/**
|
|
11
|
+
* The predefined size of the skeleton.
|
|
12
|
+
*/
|
|
7
13
|
size?: SkeletonSizeType;
|
|
14
|
+
/**
|
|
15
|
+
* The width of the skeleton in pixels.
|
|
16
|
+
*/
|
|
8
17
|
width?: number;
|
|
18
|
+
/**
|
|
19
|
+
* The height of the skeleton in pixels.
|
|
20
|
+
*/
|
|
9
21
|
height?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Class name applied to the wrapper element.
|
|
24
|
+
*/
|
|
10
25
|
wrapperClassName?: string;
|
|
11
26
|
/**
|
|
12
|
-
*
|
|
27
|
+
* If true, the skeleton will take up the full width of its container.
|
|
13
28
|
*/
|
|
14
29
|
fullWidth?: boolean;
|
|
15
30
|
}
|
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { VibeComponentProps } from "../../types";
|
|
3
3
|
export interface SlideTransitionProps extends VibeComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* The direction of the slide transition.
|
|
6
|
+
*/
|
|
4
7
|
direction: SlideDirection;
|
|
8
|
+
/**
|
|
9
|
+
* Custom inline styles applied to the transition container.
|
|
10
|
+
*/
|
|
5
11
|
style?: React.CSSProperties;
|
|
12
|
+
/**
|
|
13
|
+
* The content inside the transition container.
|
|
14
|
+
*/
|
|
6
15
|
children: React.ReactNode;
|
|
7
16
|
}
|
|
17
|
+
/**
|
|
18
|
+
* Defines the possible slide transition directions.
|
|
19
|
+
*/
|
|
8
20
|
export type SlideDirection = "forward" | "backward";
|
|
@@ -2,7 +2,13 @@ import React from "react";
|
|
|
2
2
|
import { InfixKind } from "./Slider.types";
|
|
3
3
|
import VibeComponentProps from "../../types/VibeComponentProps";
|
|
4
4
|
export interface SelectionIndicatorProps extends VibeComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* Determines whether the selection indicator is a prefix or postfix.
|
|
7
|
+
*/
|
|
5
8
|
kind?: InfixKind;
|
|
9
|
+
/**
|
|
10
|
+
* The key for the selection indicator (used for React key uniqueness).
|
|
11
|
+
*/
|
|
6
12
|
key?: InfixKind;
|
|
7
13
|
}
|
|
8
14
|
declare const SelectionIndicator: React.FC<SelectionIndicatorProps>;
|
|
@@ -3,22 +3,20 @@ import VibeComponentProps from "../../../types/VibeComponentProps";
|
|
|
3
3
|
import { SliderColor } from "../Slider.types";
|
|
4
4
|
export interface SliderFilledTrackProps extends VibeComponentProps {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
className?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Size of filled track, according to selected value of component (Slider)
|
|
6
|
+
* The size of the filled track, based on the selected value.
|
|
11
7
|
*/
|
|
12
8
|
dimension?: number;
|
|
13
9
|
/**
|
|
14
|
-
*
|
|
10
|
+
* The offset from the start of the track.
|
|
15
11
|
*/
|
|
16
12
|
offset?: number;
|
|
17
13
|
/**
|
|
18
|
-
*
|
|
19
|
-
* (`right` for LTR and `left` for RTL, `bottom` for vertical)
|
|
14
|
+
* If true, the filled track starts from the end instead of the beginning.
|
|
20
15
|
*/
|
|
21
16
|
reverse?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* The color of the filled track.
|
|
19
|
+
*/
|
|
22
20
|
color: SliderColor;
|
|
23
21
|
}
|
|
24
22
|
declare const SliderFilledTrack: FC<SliderFilledTrackProps>;
|
|
@@ -4,14 +4,16 @@ import { VibeComponent } from "../../../types";
|
|
|
4
4
|
import { SliderSize } from "../Slider.types";
|
|
5
5
|
export interface SliderRailProps extends VibeComponentProps {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Callback fired when the rail is clicked.
|
|
8
8
|
*/
|
|
9
|
-
|
|
9
|
+
onClick?: (event: React.MouseEvent) => void;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* The child elements inside the slider rail.
|
|
12
12
|
*/
|
|
13
|
-
onClick?: (event: React.MouseEvent) => void;
|
|
14
13
|
children?: ReactElement | ReactElement[];
|
|
14
|
+
/**
|
|
15
|
+
* The size of the slider rail.
|
|
16
|
+
*/
|
|
15
17
|
size: SliderSize;
|
|
16
18
|
}
|
|
17
19
|
declare const SliderRail: VibeComponent<SliderRailProps, unknown>;
|
|
@@ -3,22 +3,24 @@ import VibeComponentProps from "../../../types/VibeComponentProps";
|
|
|
3
3
|
import { SliderColor, SliderSize } from "../Slider.types";
|
|
4
4
|
export interface SliderThumbProps extends VibeComponentProps {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
7
|
-
*/
|
|
8
|
-
className?: string;
|
|
9
|
-
/**
|
|
10
|
-
* Consumer/Custom/Extra `class names` to be added to the Component's-Root-Node
|
|
6
|
+
* The index of the thumb (used in range sliders).
|
|
11
7
|
*/
|
|
12
8
|
index?: number;
|
|
13
9
|
/**
|
|
14
|
-
*
|
|
10
|
+
* Callback fired when the thumb is moved.
|
|
15
11
|
*/
|
|
16
12
|
onMove?: (event: PointerEvent) => void;
|
|
17
13
|
/**
|
|
18
|
-
*
|
|
14
|
+
* The position of the thumb, represented as an offset percentage from the start of the track.
|
|
19
15
|
*/
|
|
20
16
|
position?: number;
|
|
17
|
+
/**
|
|
18
|
+
* The size of the slider thumb.
|
|
19
|
+
*/
|
|
21
20
|
size: SliderSize;
|
|
21
|
+
/**
|
|
22
|
+
* The color theme of the slider thumb.
|
|
23
|
+
*/
|
|
22
24
|
color: SliderColor;
|
|
23
25
|
}
|
|
24
26
|
declare const SliderThumb: FC<SliderThumbProps>;
|
|
@@ -3,9 +3,8 @@ import VibeComponentProps from "../../../types/VibeComponentProps";
|
|
|
3
3
|
import { SliderColor } from "../Slider.types";
|
|
4
4
|
export interface SliderTrackProps extends VibeComponentProps {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* The color of the slider track.
|
|
7
7
|
*/
|
|
8
|
-
className?: string;
|
|
9
8
|
color: SliderColor;
|
|
10
9
|
}
|
|
11
10
|
declare const SliderTrack: FC<SliderTrackProps>;
|
|
@@ -3,30 +3,35 @@ import { SliderProps } from "./Slider";
|
|
|
3
3
|
import { SliderContextActions, SliderContextInfix, SliderContextSelection, SliderContextUI } from "./SliderConstants";
|
|
4
4
|
import { IconType } from "../Icon";
|
|
5
5
|
export interface SliderProviderProps extends SliderProps {
|
|
6
|
+
/**
|
|
7
|
+
* The child elements inside the slider provider.
|
|
8
|
+
*/
|
|
6
9
|
children?: ReactElement | ReactElement[];
|
|
10
|
+
/**
|
|
11
|
+
* Configuration options for prefix, postfix, and selection indicator.
|
|
12
|
+
*/
|
|
7
13
|
infixOptions?: {
|
|
8
14
|
/**
|
|
9
|
-
*
|
|
15
|
+
* If true, displays the selected value from the slider range.
|
|
10
16
|
*/
|
|
11
17
|
indicateSelection?: boolean;
|
|
12
18
|
/**
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* - Or it can be Render Props Function witch are getting value and valueText
|
|
19
|
+
* Configuration for the prefix (start) element, which can be:
|
|
20
|
+
* - A React component, text, number, or node.
|
|
21
|
+
* - An object with an icon.
|
|
22
|
+
* - A function that receives the value and valueText.
|
|
18
23
|
*/
|
|
19
24
|
prefix?: {
|
|
20
25
|
icon: IconType;
|
|
21
26
|
} | string | ((value: number, valueText: string) => void) | ReactElement;
|
|
22
27
|
/**
|
|
23
|
-
*
|
|
28
|
+
* Configuration for the postfix (end) element, similar to prefix.
|
|
24
29
|
*/
|
|
25
30
|
postfix?: {
|
|
26
31
|
icon: IconType;
|
|
27
32
|
} | string | ((value: number, valueText: string) => void) | ReactElement;
|
|
28
33
|
/**
|
|
29
|
-
*
|
|
34
|
+
* The width of the selection indicator.
|
|
30
35
|
*/
|
|
31
36
|
selectionIndicatorWidth?: string;
|
|
32
37
|
};
|
|
@@ -4,8 +4,7 @@ import { VibeComponentProps } from "../../types";
|
|
|
4
4
|
import { InfixKind } from "./Slider.types";
|
|
5
5
|
export interface SliderInfixProps extends VibeComponentProps {
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
8
|
-
* Infix - additional inserted by Consumer - component/string/number etc.
|
|
7
|
+
* Specifies the type of infix (prefix or postfix).
|
|
9
8
|
*/
|
|
10
9
|
kind?: InfixKind;
|
|
11
10
|
}
|
|
@@ -3,18 +3,41 @@ import { SplitButtonSecondaryContentPositionType } from "./SplitButtonConstants"
|
|
|
3
3
|
import { ButtonProps } from "../Button/Button";
|
|
4
4
|
import { DialogSize } from "../Dialog";
|
|
5
5
|
export interface SplitButtonProps extends ButtonProps {
|
|
6
|
+
/**
|
|
7
|
+
* The element or renderer that is displayed inside the dialog opened by clicking the secondary button.
|
|
8
|
+
*/
|
|
6
9
|
secondaryDialogContent?: ReactElement | (() => string | ReactElement);
|
|
10
|
+
/**
|
|
11
|
+
* Callback fired when the secondary dialog is shown.
|
|
12
|
+
*/
|
|
7
13
|
onSecondaryDialogDidShow?: () => void;
|
|
14
|
+
/**
|
|
15
|
+
* Callback fired when the secondary dialog is hidden.
|
|
16
|
+
*/
|
|
8
17
|
onSecondaryDialogDidHide?: () => void;
|
|
18
|
+
/**
|
|
19
|
+
* The z-index applied to the secondary dialog.
|
|
20
|
+
*/
|
|
9
21
|
zIndex?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Class name applied to the wrapper of the secondary dialog.
|
|
24
|
+
*/
|
|
10
25
|
secondaryDialogClassName?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The position of the secondary dialog.
|
|
28
|
+
*/
|
|
11
29
|
secondaryDialogPosition?: SplitButtonSecondaryContentPositionType;
|
|
30
|
+
/**
|
|
31
|
+
* The padding size inside the secondary dialog.
|
|
32
|
+
*/
|
|
12
33
|
dialogPaddingSize?: DialogSize;
|
|
13
34
|
/**
|
|
14
|
-
*
|
|
15
|
-
* for examples: "body" , ".my-class", "#my-id"
|
|
35
|
+
* The CSS selector of the container where the dialog should be rendered.
|
|
16
36
|
*/
|
|
17
37
|
dialogContainerSelector?: string;
|
|
38
|
+
/**
|
|
39
|
+
* If true, clicking inside the dialog will close it.
|
|
40
|
+
*/
|
|
18
41
|
shouldCloseOnClickInsideDialog?: boolean;
|
|
19
42
|
}
|
|
20
43
|
declare const _default: ((import("../../types/VibeComponent").default<SplitButtonProps, unknown> & Partial<{
|
|
@@ -5,22 +5,52 @@ import { ButtonProps } from "../Button/Button";
|
|
|
5
5
|
import { VibeComponent, VibeComponentProps } from "../../types";
|
|
6
6
|
export interface StepsProps extends VibeComponentProps {
|
|
7
7
|
/**
|
|
8
|
-
* The index of the
|
|
8
|
+
* The index of the currently active step.
|
|
9
9
|
*/
|
|
10
10
|
activeStepIndex?: number;
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* Callback fired when the active step changes.
|
|
13
13
|
*/
|
|
14
14
|
onChangeActiveStep?: (e: React.MouseEvent, stepIndex: number) => void;
|
|
15
|
+
/**
|
|
16
|
+
* If true, hides the navigation buttons.
|
|
17
|
+
*/
|
|
15
18
|
areNavigationButtonsHidden?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* The list of steps in the steps component.
|
|
21
|
+
*/
|
|
16
22
|
steps?: ReactElement[];
|
|
23
|
+
/**
|
|
24
|
+
* The visual style of the steps component.
|
|
25
|
+
*/
|
|
17
26
|
type?: StepsType;
|
|
27
|
+
/**
|
|
28
|
+
* The color theme of the steps component.
|
|
29
|
+
*/
|
|
18
30
|
color?: StepsColor;
|
|
31
|
+
/**
|
|
32
|
+
* If true, the content is displayed above the step navigation.
|
|
33
|
+
*/
|
|
19
34
|
isContentOnTop?: boolean;
|
|
35
|
+
/**
|
|
36
|
+
* If true, hides the icons in the navigation buttons.
|
|
37
|
+
*/
|
|
20
38
|
areButtonsIconsHidden?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Props applied to the back button.
|
|
41
|
+
*/
|
|
21
42
|
backButtonProps?: Partial<ButtonProps>;
|
|
43
|
+
/**
|
|
44
|
+
* Props applied to the next button.
|
|
45
|
+
*/
|
|
22
46
|
nextButtonProps?: Partial<ButtonProps>;
|
|
47
|
+
/**
|
|
48
|
+
* Props applied to the finish button.
|
|
49
|
+
*/
|
|
23
50
|
finishButtonProps?: Partial<ButtonProps>;
|
|
51
|
+
/**
|
|
52
|
+
* Callback fired when the finish button is clicked.
|
|
53
|
+
*/
|
|
24
54
|
onFinish?: (e: React.MouseEvent | React.KeyboardEvent) => void;
|
|
25
55
|
}
|
|
26
56
|
declare const _default: ((VibeComponent<StepsProps & React.RefAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
@@ -3,12 +3,33 @@ import { ButtonProps } from "../../components/Button/Button";
|
|
|
3
3
|
import { StepsColor } from "./Steps.types";
|
|
4
4
|
import VibeComponentProps from "../../types/VibeComponentProps";
|
|
5
5
|
export interface StepsCommandProps extends VibeComponentProps {
|
|
6
|
+
/**
|
|
7
|
+
* If true, this button is for moving to the next step.
|
|
8
|
+
*/
|
|
6
9
|
isNext?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* Callback fired when the active step changes.
|
|
12
|
+
*/
|
|
7
13
|
onChangeActiveStep?: (e: React.MouseEvent, newStepIndex: number) => void;
|
|
14
|
+
/**
|
|
15
|
+
* The index of the currently active step.
|
|
16
|
+
*/
|
|
8
17
|
activeStepIndex: number;
|
|
18
|
+
/**
|
|
19
|
+
* The total number of steps.
|
|
20
|
+
*/
|
|
9
21
|
stepsCount: number;
|
|
22
|
+
/**
|
|
23
|
+
* If true, hides the navigation icon.
|
|
24
|
+
*/
|
|
10
25
|
isIconHidden?: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Props applied to the button.
|
|
28
|
+
*/
|
|
11
29
|
buttonProps?: Partial<ButtonProps>;
|
|
30
|
+
/**
|
|
31
|
+
* The color theme of the button.
|
|
32
|
+
*/
|
|
12
33
|
color?: StepsColor;
|
|
13
34
|
}
|
|
14
35
|
export declare const StepsCommand: FC<StepsCommandProps>;
|
|
@@ -2,10 +2,25 @@ import { StepsColor, StepsDotAriaCurrent } from "./Steps.types";
|
|
|
2
2
|
import VibeComponentProps from "../../types/VibeComponentProps";
|
|
3
3
|
import React, { FC } from "react";
|
|
4
4
|
export interface StepsDotProps extends VibeComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* Callback fired when the dot is clicked.
|
|
7
|
+
*/
|
|
5
8
|
onClick?: (e: React.MouseEvent) => void;
|
|
9
|
+
/**
|
|
10
|
+
* ARIA attribute to indicate the current step.
|
|
11
|
+
*/
|
|
6
12
|
ariaCurrent?: StepsDotAriaCurrent | boolean;
|
|
13
|
+
/**
|
|
14
|
+
* If true, marks the dot as active.
|
|
15
|
+
*/
|
|
7
16
|
isActive?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* The ARIA label for the dot.
|
|
19
|
+
*/
|
|
8
20
|
ariaLabel?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The color theme of the dot.
|
|
23
|
+
*/
|
|
9
24
|
color?: StepsColor;
|
|
10
25
|
}
|
|
11
26
|
export declare const StepsDot: FC<StepsDotProps>;
|
|
@@ -2,10 +2,25 @@ import React, { FC } from "react";
|
|
|
2
2
|
import VibeComponentProps from "../../types/VibeComponentProps";
|
|
3
3
|
import { StepsColor } from "./Steps.types";
|
|
4
4
|
export interface StepsGalleryHeaderProps extends VibeComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* The index of the currently active step.
|
|
7
|
+
*/
|
|
5
8
|
activeStepIndex: number;
|
|
9
|
+
/**
|
|
10
|
+
* The total number of steps.
|
|
11
|
+
*/
|
|
6
12
|
stepsCount: number;
|
|
13
|
+
/**
|
|
14
|
+
* Callback fired when the active step changes.
|
|
15
|
+
*/
|
|
7
16
|
onChangeActiveStep: (e: React.MouseEvent, stepIndex: number) => void;
|
|
17
|
+
/**
|
|
18
|
+
* A function to generate step descriptions for accessibility.
|
|
19
|
+
*/
|
|
8
20
|
stepDescriptionFunc?: (stepIndex: number) => string;
|
|
21
|
+
/**
|
|
22
|
+
* The color theme of the gallery header.
|
|
23
|
+
*/
|
|
9
24
|
color?: StepsColor;
|
|
10
25
|
}
|
|
11
26
|
export declare const StepsGalleryHeader: FC<StepsGalleryHeaderProps>;
|
|
@@ -3,16 +3,49 @@ import { StepsType, StepsColor } from "./Steps.types";
|
|
|
3
3
|
import VibeComponentProps from "../../types/VibeComponentProps";
|
|
4
4
|
import { ButtonProps } from "../Button/Button";
|
|
5
5
|
export interface StepsHeaderProps extends VibeComponentProps {
|
|
6
|
+
/**
|
|
7
|
+
* The type of steps header.
|
|
8
|
+
*/
|
|
6
9
|
type: StepsType;
|
|
10
|
+
/**
|
|
11
|
+
* The index of the currently active step.
|
|
12
|
+
*/
|
|
7
13
|
activeStepIndex: number;
|
|
14
|
+
/**
|
|
15
|
+
* Callback fired when the active step changes.
|
|
16
|
+
*/
|
|
8
17
|
onChangeActiveStep: (e: React.MouseEvent, stepIndex: number) => void;
|
|
18
|
+
/**
|
|
19
|
+
* The total number of steps.
|
|
20
|
+
*/
|
|
9
21
|
stepsCount: number;
|
|
22
|
+
/**
|
|
23
|
+
* If true, hides the navigation buttons.
|
|
24
|
+
*/
|
|
10
25
|
areNavigationButtonsHidden: boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Props applied to the back button.
|
|
28
|
+
*/
|
|
11
29
|
backButtonProps: Partial<ButtonProps>;
|
|
30
|
+
/**
|
|
31
|
+
* Props applied to the next button.
|
|
32
|
+
*/
|
|
12
33
|
nextButtonProps: Partial<ButtonProps>;
|
|
34
|
+
/**
|
|
35
|
+
* Props applied to the finish button.
|
|
36
|
+
*/
|
|
13
37
|
finishButtonProps: Partial<ButtonProps>;
|
|
38
|
+
/**
|
|
39
|
+
* If true, hides the icons in the navigation buttons.
|
|
40
|
+
*/
|
|
14
41
|
areButtonsIconsHidden: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* The color theme of the steps header.
|
|
44
|
+
*/
|
|
15
45
|
color?: StepsColor;
|
|
46
|
+
/**
|
|
47
|
+
* Callback fired when the finish button is clicked.
|
|
48
|
+
*/
|
|
16
49
|
onFinish?: (e: React.MouseEvent) => void;
|
|
17
50
|
}
|
|
18
51
|
export declare const StepsHeader: FC<StepsHeaderProps>;
|