@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,19 +2,19 @@ import React from "react";
|
|
|
2
2
|
import { VibeComponentProps, ElementContent } from "../../../types";
|
|
3
3
|
export interface AccordionItemProps extends VibeComponentProps {
|
|
4
4
|
/**
|
|
5
|
-
*
|
|
5
|
+
* The header content displayed in the accordion item.
|
|
6
6
|
*/
|
|
7
7
|
title?: ElementContent;
|
|
8
8
|
/**
|
|
9
|
-
* The
|
|
9
|
+
* The content rendered inside the accordion item.
|
|
10
10
|
*/
|
|
11
11
|
children?: ElementContent;
|
|
12
12
|
/**
|
|
13
|
-
* The
|
|
13
|
+
* The size of the expand/collapse icon.
|
|
14
14
|
*/
|
|
15
15
|
iconSize?: number | string;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Callback fired upon item click.
|
|
18
18
|
*/
|
|
19
19
|
onClick?: () => void;
|
|
20
20
|
/** @ignore */
|
|
@@ -22,33 +22,25 @@ export interface AccordionItemProps extends VibeComponentProps {
|
|
|
22
22
|
/** @ignore */
|
|
23
23
|
onClickAccordionCallback?: () => void;
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
25
|
+
* If true, the accordion item's border is hidden.
|
|
26
26
|
*/
|
|
27
27
|
hideBorder?: boolean;
|
|
28
28
|
/**
|
|
29
|
-
*
|
|
29
|
+
* Class name applied to the accordion item's header.
|
|
30
30
|
*/
|
|
31
31
|
headerClassName?: string;
|
|
32
32
|
/**
|
|
33
|
-
*
|
|
33
|
+
* Class name applied to the accordion item's content.
|
|
34
34
|
*/
|
|
35
35
|
contentClassName?: string;
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* Class name applied to the expand/collapse component.
|
|
38
38
|
*/
|
|
39
39
|
expandCollapseComponentClassName?: string;
|
|
40
40
|
/**
|
|
41
|
-
* If true, the click event is handled during the capture phase
|
|
41
|
+
* If true, the click event is handled during the capture phase.
|
|
42
42
|
*/
|
|
43
43
|
captureOnClick?: boolean;
|
|
44
|
-
/**
|
|
45
|
-
* A class name to be added to the accordion item container
|
|
46
|
-
*/
|
|
47
|
-
className?: string;
|
|
48
|
-
/**
|
|
49
|
-
* An id to be added the accordion item container.
|
|
50
|
-
*/
|
|
51
|
-
id?: string;
|
|
52
44
|
}
|
|
53
45
|
declare const AccordionItem: React.FC<AccordionItemProps>;
|
|
54
46
|
export default AccordionItem;
|
|
@@ -9,15 +9,28 @@ import { VibeComponent } from "../../types";
|
|
|
9
9
|
type ChildrenType = ReactElement<AlertBannerButtonProps | AlertBannerLinkProps | AlertBannerTextProps>;
|
|
10
10
|
export interface AlertBannerProps extends VibeComponentProps {
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* The background color of the alert banner.
|
|
13
13
|
*/
|
|
14
|
-
className?: string;
|
|
15
14
|
backgroundColor?: AlertBannerBackgroundColor;
|
|
15
|
+
/**
|
|
16
|
+
* If true, the close button is hidden.
|
|
17
|
+
*/
|
|
16
18
|
isCloseHidden?: boolean;
|
|
17
|
-
/**
|
|
19
|
+
/**
|
|
20
|
+
* The ARIA label of the alert banner for accessibility.
|
|
21
|
+
*/
|
|
18
22
|
ariaLabel?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The ARIA label of the close button for accessibility.
|
|
25
|
+
*/
|
|
19
26
|
closeButtonAriaLabel?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Callback fired when the close button is clicked.
|
|
29
|
+
*/
|
|
20
30
|
onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
31
|
+
/**
|
|
32
|
+
* The content of the alert banner.
|
|
33
|
+
*/
|
|
21
34
|
children?: ChildrenType | ChildrenType[];
|
|
22
35
|
}
|
|
23
36
|
declare const _default: ((VibeComponent<AlertBannerProps & React.RefAttributes<HTMLElement>, HTMLElement> & Partial<{
|
package/dist/mocked_classnames/components/AlertBanner/AlertBannerButton/AlertBannerButton.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { ButtonProps } from "../../Button/Button";
|
|
2
2
|
import { FC } from "react";
|
|
3
3
|
export interface AlertBannerButtonProps extends ButtonProps {
|
|
4
|
+
/**
|
|
5
|
+
* If true, the button is displayed on a dark background.
|
|
6
|
+
*/
|
|
4
7
|
isDarkBackground?: boolean;
|
|
5
8
|
}
|
|
6
9
|
declare const AlertBannerButton: FC<AlertBannerButtonProps>;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { FC } from "react";
|
|
2
2
|
import { LinkProps } from "../../Link/Link";
|
|
3
3
|
export interface AlertBannerLinkProps extends LinkProps {
|
|
4
|
+
/**
|
|
5
|
+
* If true, a left margin is applied to the link.
|
|
6
|
+
*/
|
|
4
7
|
marginLeft?: boolean;
|
|
5
8
|
}
|
|
6
9
|
declare const AlertBannerLink: FC<AlertBannerLinkProps>;
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import { FC } from "react";
|
|
2
2
|
import VibeComponentProps from "../../../types/VibeComponentProps";
|
|
3
3
|
export interface AlertBannerTextProps extends VibeComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* The text content displayed within the alert banner.
|
|
6
|
+
*/
|
|
4
7
|
text: string;
|
|
8
|
+
/**
|
|
9
|
+
* If true, a left margin is applied to the alert banner text.
|
|
10
|
+
*/
|
|
5
11
|
marginLeft?: boolean;
|
|
6
12
|
}
|
|
7
13
|
declare const AlertBannerText: FC<AlertBannerTextProps>;
|
|
@@ -4,21 +4,53 @@ import { AttentionBoxType as AttentionBoxTypeEnum } from "./AttentionBoxConstant
|
|
|
4
4
|
import { AttentionBoxType } from "./AttentionBox.types";
|
|
5
5
|
import { SubIcon, VibeComponentProps, ElementContent } from "../../types";
|
|
6
6
|
export interface AttentionBoxProps extends VibeComponentProps {
|
|
7
|
-
|
|
7
|
+
/**
|
|
8
|
+
* If true, displays an icon even when no header is provided.
|
|
9
|
+
*/
|
|
8
10
|
withIconWithoutHeader?: boolean;
|
|
9
|
-
/**
|
|
11
|
+
/**
|
|
12
|
+
* The type of the AttentionBox.
|
|
13
|
+
*/
|
|
10
14
|
type?: AttentionBoxType;
|
|
11
|
-
/**
|
|
15
|
+
/**
|
|
16
|
+
* The icon displayed next to the title or text.
|
|
17
|
+
*/
|
|
12
18
|
icon?: SubIcon;
|
|
19
|
+
/**
|
|
20
|
+
* The type of the icon.
|
|
21
|
+
*/
|
|
13
22
|
iconType?: "svg" | "font";
|
|
23
|
+
/**
|
|
24
|
+
* The title of the component.
|
|
25
|
+
*/
|
|
14
26
|
title?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The text content displayed inside.
|
|
29
|
+
*/
|
|
15
30
|
text?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The content of the component.
|
|
33
|
+
*/
|
|
16
34
|
children?: ElementContent;
|
|
35
|
+
/**
|
|
36
|
+
* If true, the icon is not displayed.
|
|
37
|
+
*/
|
|
17
38
|
withoutIcon?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* Callback fired when the close button is clicked.
|
|
41
|
+
*/
|
|
18
42
|
onClose?: (event: React.MouseEvent) => void;
|
|
43
|
+
/**
|
|
44
|
+
* If true, renders in compact mode.
|
|
45
|
+
*/
|
|
19
46
|
compact?: boolean;
|
|
47
|
+
/**
|
|
48
|
+
* The label of the close button.
|
|
49
|
+
*/
|
|
20
50
|
closeButtonAriaLabel?: string;
|
|
21
|
-
/**
|
|
51
|
+
/**
|
|
52
|
+
* If true, an entry animation is applied when the component appears.
|
|
53
|
+
*/
|
|
22
54
|
entryAnimation?: boolean;
|
|
23
55
|
}
|
|
24
56
|
declare const _default: ((import("../../types/VibeComponent").default<AttentionBoxProps, unknown> & Partial<{
|
|
@@ -6,34 +6,101 @@ import { AvatarBadgeProps } from "./AvatarBadge";
|
|
|
6
6
|
import { TooltipProps } from "../Tooltip/Tooltip";
|
|
7
7
|
import { SubIcon, VibeComponentProps } from "../../types";
|
|
8
8
|
export interface AvatarProps extends VibeComponentProps {
|
|
9
|
+
/**
|
|
10
|
+
* The image source for the avatar.
|
|
11
|
+
*/
|
|
9
12
|
src?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The text displayed inside the avatar.
|
|
15
|
+
*/
|
|
10
16
|
text?: string;
|
|
11
17
|
/**
|
|
12
|
-
* Props passed to the Tooltip component. See full options in the [Tooltip documentation](/?path=/docs/components-tooltip--docs).
|
|
18
|
+
* Props passed to the Tooltip component. See full options in the [Tooltip documentation](https://vibe.monday.com/?path=/docs/components-tooltip--docs).
|
|
13
19
|
*/
|
|
14
20
|
tooltipProps?: Partial<TooltipProps>;
|
|
21
|
+
/**
|
|
22
|
+
* The ARIA label of the avatar.
|
|
23
|
+
*/
|
|
15
24
|
ariaLabel?: string;
|
|
25
|
+
/**
|
|
26
|
+
* If true, the tooltip is disabled.
|
|
27
|
+
*/
|
|
16
28
|
withoutTooltip?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* The icon displayed inside the avatar.
|
|
31
|
+
*/
|
|
17
32
|
icon?: SubIcon;
|
|
33
|
+
/**
|
|
34
|
+
* The type of the avatar.
|
|
35
|
+
*/
|
|
18
36
|
type?: AvatarType;
|
|
19
|
-
/**
|
|
37
|
+
/**
|
|
38
|
+
* Class name applied to the text inside the avatar.
|
|
39
|
+
*/
|
|
20
40
|
textClassName?: string;
|
|
21
|
-
/**
|
|
41
|
+
/**
|
|
42
|
+
* Class name applied to the avatar content wrapper.
|
|
43
|
+
*/
|
|
22
44
|
avatarContentWrapperClassName?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The background color of the avatar.
|
|
47
|
+
*/
|
|
23
48
|
backgroundColor?: ElementAllowedColor;
|
|
49
|
+
/**
|
|
50
|
+
* A custom background color.
|
|
51
|
+
*/
|
|
24
52
|
customBackgroundColor?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The ARIA role of the avatar.
|
|
55
|
+
*/
|
|
25
56
|
role?: AriaRole;
|
|
57
|
+
/**
|
|
58
|
+
* The size of the avatar.
|
|
59
|
+
*/
|
|
26
60
|
size?: AvatarSize;
|
|
61
|
+
/**
|
|
62
|
+
* A custom size in pixels.
|
|
63
|
+
*/
|
|
27
64
|
customSize?: number;
|
|
65
|
+
/**
|
|
66
|
+
* The tab index of the avatar.
|
|
67
|
+
*/
|
|
28
68
|
tabIndex?: number;
|
|
69
|
+
/**
|
|
70
|
+
* If true, the avatar is hidden from assistive technologies.
|
|
71
|
+
*/
|
|
29
72
|
ariaHidden?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* If true, the avatar is disabled.
|
|
75
|
+
*/
|
|
30
76
|
disabled?: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* If true, renders the avatar as a square instead of a circle.
|
|
79
|
+
*/
|
|
31
80
|
square?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Props for the top-left badge.
|
|
83
|
+
*/
|
|
32
84
|
topLeftBadgeProps?: AvatarBadgeProps;
|
|
85
|
+
/**
|
|
86
|
+
* Props for the top-right badge.
|
|
87
|
+
*/
|
|
33
88
|
topRightBadgeProps?: AvatarBadgeProps;
|
|
89
|
+
/**
|
|
90
|
+
* Props for the bottom-left badge.
|
|
91
|
+
*/
|
|
34
92
|
bottomLeftBadgeProps?: AvatarBadgeProps;
|
|
93
|
+
/**
|
|
94
|
+
* Props for the bottom-right badge.
|
|
95
|
+
*/
|
|
35
96
|
bottomRightBadgeProps?: AvatarBadgeProps;
|
|
97
|
+
/**
|
|
98
|
+
* If true, removes the avatar's border.
|
|
99
|
+
*/
|
|
36
100
|
withoutBorder?: boolean;
|
|
101
|
+
/**
|
|
102
|
+
* Callback fired when the avatar is clicked.
|
|
103
|
+
*/
|
|
37
104
|
onClick?: (event: React.MouseEvent | React.KeyboardEvent, avatarId: string) => void;
|
|
38
105
|
}
|
|
39
106
|
declare const _default: ((import("../../types/VibeComponent").default<AvatarProps, unknown> & Partial<{
|
|
@@ -4,13 +4,21 @@ import { AvatarSize } from "./Avatar.types";
|
|
|
4
4
|
import VibeComponentProps from "../../types/VibeComponentProps";
|
|
5
5
|
import { SubIcon } from "../../types";
|
|
6
6
|
export interface AvatarBadgeProps extends VibeComponentProps {
|
|
7
|
+
/**
|
|
8
|
+
* The image source for the badge.
|
|
9
|
+
*/
|
|
7
10
|
src?: string;
|
|
8
11
|
/**
|
|
9
|
-
*
|
|
12
|
+
* The icon displayed inside the badge.
|
|
10
13
|
*/
|
|
11
14
|
icon?: SubIcon;
|
|
15
|
+
/**
|
|
16
|
+
* The tab index of the badge.
|
|
17
|
+
*/
|
|
12
18
|
tabIndex?: string | number;
|
|
13
|
-
|
|
19
|
+
/**
|
|
20
|
+
* The size of the badge.
|
|
21
|
+
*/
|
|
14
22
|
size?: AvatarSize;
|
|
15
23
|
}
|
|
16
24
|
export declare const AvatarBadge: React.FC<AvatarBadgeProps> & {
|
|
@@ -3,14 +3,37 @@ import { AvatarSize as AvatarSizeEnum, AvatarType as AvatarTypeEnum } from "./Av
|
|
|
3
3
|
import { AvatarSize, AvatarType } from "./Avatar.types";
|
|
4
4
|
import { SubIcon, VibeComponentProps } from "../../types";
|
|
5
5
|
export interface AvatarContentProps extends VibeComponentProps {
|
|
6
|
+
/**
|
|
7
|
+
* The image source when the type is set to `img`.
|
|
8
|
+
*/
|
|
6
9
|
src?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The type of content displayed inside the avatar.
|
|
12
|
+
*/
|
|
7
13
|
type?: AvatarType;
|
|
14
|
+
/**
|
|
15
|
+
* The size of the avatar content.
|
|
16
|
+
*/
|
|
8
17
|
size?: AvatarSize;
|
|
18
|
+
/**
|
|
19
|
+
* The ARIA role of the content.
|
|
20
|
+
*/
|
|
9
21
|
role?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The label of the content for accessibility.
|
|
24
|
+
*/
|
|
10
25
|
ariaLabel?: string;
|
|
11
|
-
/**
|
|
26
|
+
/**
|
|
27
|
+
* The icon displayed when the type is set to `icon`.
|
|
28
|
+
*/
|
|
12
29
|
icon?: SubIcon;
|
|
30
|
+
/**
|
|
31
|
+
* Class name applied to the text content.
|
|
32
|
+
*/
|
|
13
33
|
textClassName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The text displayed when the type is set to `text`.
|
|
36
|
+
*/
|
|
14
37
|
text?: string;
|
|
15
38
|
}
|
|
16
39
|
export declare const AvatarContent: React.FC<AvatarContentProps> & {
|
|
@@ -5,28 +5,40 @@ import { AvatarSize, AvatarType } from "../Avatar/Avatar.types";
|
|
|
5
5
|
import { TooltipProps } from "../Tooltip/Tooltip";
|
|
6
6
|
import { AvatarGroupCounterVisualProps } from "./AvatarGroup.types";
|
|
7
7
|
export interface AvatarGroupProps extends VibeComponentProps {
|
|
8
|
+
/**
|
|
9
|
+
* Class name applied to each avatar.
|
|
10
|
+
*/
|
|
8
11
|
avatarClassName?: string;
|
|
9
12
|
/**
|
|
10
|
-
*
|
|
13
|
+
* The avatars displayed in the group.
|
|
11
14
|
*/
|
|
12
15
|
children?: ReactElement<AvatarProps> | ReactElement<AvatarProps>[];
|
|
16
|
+
/**
|
|
17
|
+
* The size of the avatars in the group.
|
|
18
|
+
*/
|
|
13
19
|
size?: AvatarSize;
|
|
20
|
+
/**
|
|
21
|
+
* The type of the avatars in the group.
|
|
22
|
+
*/
|
|
14
23
|
type?: AvatarType;
|
|
24
|
+
/**
|
|
25
|
+
* The maximum number of avatars displayed before showing a counter.
|
|
26
|
+
*/
|
|
15
27
|
max?: number;
|
|
16
28
|
/**
|
|
17
|
-
*
|
|
29
|
+
* Props for customizing the counter display.
|
|
18
30
|
*/
|
|
19
31
|
counterProps?: AvatarGroupCounterVisualProps;
|
|
20
32
|
/**
|
|
21
|
-
* Props passed to the Tooltip component. See full options in the [Tooltip documentation](/?path=/docs/components-tooltip--docs).
|
|
33
|
+
* Props passed to the Tooltip component. See full options in the [Tooltip documentation](https://vibe.monday.com/?path=/docs/components-tooltip--docs).
|
|
22
34
|
*/
|
|
23
35
|
counterTooltipCustomProps?: Partial<TooltipProps>;
|
|
24
36
|
/**
|
|
25
|
-
*
|
|
37
|
+
* If true, the counter tooltip uses a virtualized list for performance optimization.
|
|
26
38
|
*/
|
|
27
39
|
counterTooltipIsVirtualizedList?: boolean;
|
|
28
40
|
/**
|
|
29
|
-
* If true, the component
|
|
41
|
+
* If true, the component is disabled and non-interactive.
|
|
30
42
|
*/
|
|
31
43
|
disabled?: boolean;
|
|
32
44
|
}
|
|
@@ -6,18 +6,36 @@ import { AvatarGroupCounterVisualProps } from "./AvatarGroup.types";
|
|
|
6
6
|
import { TooltipProps } from "../Tooltip/Tooltip";
|
|
7
7
|
export interface AvatarGroupCounterProps extends VibeComponentProps {
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* The list of avatars hidden behind the counter.
|
|
10
10
|
*/
|
|
11
11
|
counterTooltipAvatars?: ReactElement<AvatarProps>[];
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* Props for customizing the counter appearance.
|
|
14
14
|
*/
|
|
15
15
|
counterProps?: AvatarGroupCounterVisualProps;
|
|
16
|
+
/**
|
|
17
|
+
* Props for customizing the counter tooltip.
|
|
18
|
+
*/
|
|
16
19
|
counterTooltipCustomProps?: Partial<TooltipProps>;
|
|
20
|
+
/**
|
|
21
|
+
* If true, the counter tooltip uses a virtualized list for performance optimization.
|
|
22
|
+
*/
|
|
17
23
|
counterTooltipIsVirtualizedList?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* The size of the counter.
|
|
26
|
+
*/
|
|
18
27
|
size?: AvatarSize;
|
|
28
|
+
/**
|
|
29
|
+
* The type of the avatars in the counter.
|
|
30
|
+
*/
|
|
19
31
|
type?: AvatarType;
|
|
32
|
+
/**
|
|
33
|
+
* The label of the counter for accessibility.
|
|
34
|
+
*/
|
|
20
35
|
counterAriaLabel?: string;
|
|
36
|
+
/**
|
|
37
|
+
* If true, the counter is disabled and non-interactive.
|
|
38
|
+
*/
|
|
21
39
|
disabled?: boolean;
|
|
22
40
|
}
|
|
23
41
|
declare const AvatarGroupCounter: React.FC<AvatarGroupCounterProps>;
|
package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounterTooltipContainer.d.ts
CHANGED
|
@@ -4,20 +4,37 @@ import { AvatarProps } from "../Avatar/Avatar";
|
|
|
4
4
|
import VibeComponentProps from "../../types/VibeComponentProps";
|
|
5
5
|
import { AvatarType } from "../Avatar/Avatar.types";
|
|
6
6
|
export interface AvatarGroupCounterTooltipContainerProps extends VibeComponentProps {
|
|
7
|
-
|
|
7
|
+
/**
|
|
8
|
+
* The type of avatars displayed in the tooltip.
|
|
9
|
+
*/
|
|
8
10
|
type?: AvatarType;
|
|
9
11
|
/**
|
|
10
|
-
*
|
|
12
|
+
* The counter element and focus placeholders.
|
|
11
13
|
*/
|
|
12
14
|
children?: ReactElement[];
|
|
13
15
|
/**
|
|
14
|
-
*
|
|
16
|
+
* The list of avatars displayed inside the tooltip.
|
|
15
17
|
*/
|
|
16
18
|
avatars?: ReactElement<AvatarProps>[];
|
|
19
|
+
/**
|
|
20
|
+
* Props passed to the Tooltip component. See full options in the [Tooltip documentation](https://vibe.monday.com/?path=/docs/components-tooltip--docs).
|
|
21
|
+
*/
|
|
17
22
|
counterTooltipCustomProps?: Partial<TooltipProps>;
|
|
23
|
+
/**
|
|
24
|
+
* If true, the tooltip uses a virtualized list for performance optimization.
|
|
25
|
+
*/
|
|
18
26
|
counterTooltipIsVirtualizedList?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Ref for the element before the tooltip content, used for keyboard navigation.
|
|
29
|
+
*/
|
|
19
30
|
focusPrevPlaceholderRef?: RefObject<HTMLDivElement>;
|
|
31
|
+
/**
|
|
32
|
+
* Ref for the element after the tooltip content, used for keyboard navigation.
|
|
33
|
+
*/
|
|
20
34
|
focusNextPlaceholderRef?: RefObject<HTMLDivElement>;
|
|
35
|
+
/**
|
|
36
|
+
* Ref for the counter container element.
|
|
37
|
+
*/
|
|
21
38
|
counterContainerRef?: RefObject<HTMLDivElement>;
|
|
22
39
|
}
|
|
23
40
|
declare const AvatarGroupCounterTooltipContainer: React.FC<AvatarGroupCounterTooltipContainerProps>;
|
|
@@ -3,13 +3,21 @@ import { AvatarProps } from "../Avatar/Avatar";
|
|
|
3
3
|
import VibeComponentProps from "../../types/VibeComponentProps";
|
|
4
4
|
import { AvatarType } from "../Avatar/Avatar.types";
|
|
5
5
|
export interface AvatarGroupCounterTooltipContentProps extends VibeComponentProps {
|
|
6
|
-
|
|
6
|
+
/**
|
|
7
|
+
* The type of avatars displayed inside the tooltip.
|
|
8
|
+
*/
|
|
7
9
|
type?: AvatarType;
|
|
8
10
|
/**
|
|
9
|
-
*
|
|
11
|
+
* The avatars shown in the tooltip.
|
|
10
12
|
*/
|
|
11
13
|
avatars?: ReactElement<AvatarProps>[];
|
|
14
|
+
/**
|
|
15
|
+
* If true, the tooltip uses a virtualized list for performance optimization.
|
|
16
|
+
*/
|
|
12
17
|
isVirtualizedList?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* Ref for the tooltip content container.
|
|
20
|
+
*/
|
|
13
21
|
tooltipContentContainerRef?: Ref<HTMLDivElement>;
|
|
14
22
|
}
|
|
15
23
|
declare const AvatarGroupCounterTooltipContent: React.FC<AvatarGroupCounterTooltipContentProps>;
|
|
@@ -10,12 +10,24 @@ export type AvatarItem = {
|
|
|
10
10
|
};
|
|
11
11
|
export interface AvatarGroupCounterTooltipContentVirtualizedListProps extends VibeComponentProps {
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
13
|
+
* The list of avatars displayed in the virtualized tooltip.
|
|
14
14
|
*/
|
|
15
15
|
avatarItems?: AvatarItem[];
|
|
16
|
+
/**
|
|
17
|
+
* Function to render each avatar item.
|
|
18
|
+
*/
|
|
16
19
|
avatarRenderer?: (item: AvatarItem, index: number, style: CSSProperties, type: AvatarType, displayAsGrid: boolean) => ReactElement;
|
|
20
|
+
/**
|
|
21
|
+
* The ARIA label of the tooltip container.
|
|
22
|
+
*/
|
|
17
23
|
tooltipContainerAriaLabel?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Ref for the tooltip content container.
|
|
26
|
+
*/
|
|
18
27
|
tooltipContentContainerRef?: Ref<HTMLDivElement>;
|
|
28
|
+
/**
|
|
29
|
+
* The type of avatars in the tooltip.
|
|
30
|
+
*/
|
|
19
31
|
type?: AvatarType;
|
|
20
32
|
}
|
|
21
33
|
declare const AvatarGroupCounterTooltipContentVirtualizedList: React.FC<AvatarGroupCounterTooltipContentVirtualizedListProps>;
|
|
@@ -6,14 +6,29 @@ import { BadgeAlignments, BadgeAnchor, BadgeType } from "./Badge.types";
|
|
|
6
6
|
import { IndicatorProps } from "./Indicator/Indicator";
|
|
7
7
|
import { CounterProps } from "../Counter/Counter";
|
|
8
8
|
export interface BadgeBaseProps extends VibeComponentProps {
|
|
9
|
+
/**
|
|
10
|
+
* The position of the badge relative to its parent.
|
|
11
|
+
*/
|
|
9
12
|
anchor?: BadgeAnchor;
|
|
13
|
+
/**
|
|
14
|
+
* The alignment style of the badge.
|
|
15
|
+
*/
|
|
10
16
|
alignment?: BadgeAlignments;
|
|
17
|
+
/**
|
|
18
|
+
* The content the badge is attached to.
|
|
19
|
+
*/
|
|
11
20
|
children: React.ReactNode;
|
|
12
21
|
}
|
|
13
22
|
interface CounterBadgeProps extends CounterProps {
|
|
23
|
+
/**
|
|
24
|
+
* The type of badge, set to `"counter"` for numeric values.
|
|
25
|
+
*/
|
|
14
26
|
type: Extract<BadgeType, "counter">;
|
|
15
27
|
}
|
|
16
28
|
interface IndicatorBadgeProps extends IndicatorProps {
|
|
29
|
+
/**
|
|
30
|
+
* The type of badge, set to `"indicator"` for a simple dot.
|
|
31
|
+
*/
|
|
17
32
|
type?: Extract<BadgeType, "indicator">;
|
|
18
33
|
}
|
|
19
34
|
export type BadgeProps = BadgeBaseProps & (CounterBadgeProps | IndicatorBadgeProps);
|
|
@@ -3,6 +3,9 @@ import { IndicatorColor as IndicatorColorEnum } from "./IndicatorConstants";
|
|
|
3
3
|
import { IndicatorColor } from "./Indicator.types";
|
|
4
4
|
import { VibeComponentProps } from "../../../types";
|
|
5
5
|
export interface IndicatorProps extends VibeComponentProps {
|
|
6
|
+
/**
|
|
7
|
+
* The color of the indicator.
|
|
8
|
+
*/
|
|
6
9
|
color?: IndicatorColor;
|
|
7
10
|
}
|
|
8
11
|
declare const Indicator: React.FC<IndicatorProps> & {
|
|
@@ -6,42 +6,35 @@ type BaseInputNativeInputProps = Omit<InputHTMLAttributes<HTMLInputElement>, "si
|
|
|
6
6
|
type Renderer = ReactNode | ReactNode[];
|
|
7
7
|
export interface BaseInputProps extends BaseInputNativeInputProps, VibeComponentProps {
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
9
|
+
* The size of the input.
|
|
10
10
|
*/
|
|
11
11
|
size?: InputSize;
|
|
12
12
|
/**
|
|
13
|
-
*
|
|
14
|
-
* This could be an icon, text, or any custom element that fits within the input's design.
|
|
13
|
+
* Element or component rendered on the left side of the input.
|
|
15
14
|
*/
|
|
16
15
|
renderLeft?: Renderer;
|
|
17
16
|
/**
|
|
18
|
-
*
|
|
19
|
-
* Useful for clear buttons, password visibility toggles, or custom validation icons.
|
|
17
|
+
* Element or component rendered on the right side of the input.
|
|
20
18
|
*/
|
|
21
19
|
renderRight?: Renderer;
|
|
22
20
|
/**
|
|
23
|
-
*
|
|
24
|
-
* This control the visual styling of the input to convey success to the user.
|
|
21
|
+
* If true, applies success styling to the input.
|
|
25
22
|
*/
|
|
26
23
|
success?: boolean;
|
|
27
24
|
/**
|
|
28
|
-
*
|
|
29
|
-
* This control the visual styling of the input to convey error to the user.
|
|
25
|
+
* If true, applies error styling to the input.
|
|
30
26
|
*/
|
|
31
27
|
error?: boolean;
|
|
32
28
|
/**
|
|
33
|
-
* ARIA role
|
|
34
|
-
* giving screen readers more context about the input's purpose.
|
|
29
|
+
* The ARIA role of the input wrapper.
|
|
35
30
|
*/
|
|
36
31
|
wrapperRole?: AriaRole;
|
|
37
32
|
/**
|
|
38
|
-
* ARIA role
|
|
39
|
-
* accessible by providing additional semantic information to assistive technologies.
|
|
33
|
+
* The ARIA role of the input element.
|
|
40
34
|
*/
|
|
41
35
|
inputRole?: AriaRole;
|
|
42
36
|
/**
|
|
43
|
-
*
|
|
44
|
-
* styling on top of the default styles provided by the component.
|
|
37
|
+
* Class name applied to the input element.
|
|
45
38
|
*/
|
|
46
39
|
inputClassName?: string;
|
|
47
40
|
}
|
|
@@ -36,7 +36,7 @@ export interface BaseListItemProps<T = Record<string, unknown>> extends React.Li
|
|
|
36
36
|
*/
|
|
37
37
|
endElement?: EndElement;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* If true, applies highlight styling to the item.
|
|
40
40
|
*/
|
|
41
41
|
highlighted?: boolean;
|
|
42
42
|
/**
|
|
@@ -48,7 +48,7 @@ export interface BaseListItemProps<T = Record<string, unknown>> extends React.Li
|
|
|
48
48
|
*/
|
|
49
49
|
dir?: BaseListDirection;
|
|
50
50
|
/**
|
|
51
|
-
* ARIA role
|
|
51
|
+
* The ARIA role of the list item.
|
|
52
52
|
*/
|
|
53
53
|
role?: AriaRole;
|
|
54
54
|
/**
|