@vibe/core 4.0.0-alpha.1 → 4.0.0-alpha.2
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/base/dist/BaseInput/BaseInput.module.scss.js +1 -1
- package/dist/components/Accordion/Accordion/Accordion.d.ts +18 -18
- package/dist/components/Accordion/AccordionItem/AccordionItem.d.ts +51 -51
- package/dist/components/Accordion/index.d.ts +2 -2
- package/dist/components/AlertBanner/AlertBanner.d.ts +35 -35
- package/dist/components/AlertBanner/AlertBanner.types.d.ts +1 -1
- package/dist/components/AlertBanner/AlertBannerButton/AlertBannerButton.d.ts +10 -10
- package/dist/components/AlertBanner/AlertBannerContext.d.ts +7 -7
- package/dist/components/AlertBanner/AlertBannerLink/AlertBannerLink.d.ts +10 -10
- package/dist/components/AlertBanner/AlertBannerText/AlertBannerText.d.ts +18 -18
- package/dist/components/AlertBanner/index.d.ts +5 -5
- package/dist/components/AttentionBox/AttentionBox.d.ts +4 -4
- package/dist/components/AttentionBox/AttentionBox.types.d.ts +70 -70
- package/dist/components/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.d.ts +7 -7
- package/dist/components/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.d.ts +8 -8
- package/dist/components/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.d.ts +9 -9
- package/dist/components/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.d.ts +5 -5
- package/dist/components/AttentionBox/consts/icons.d.ts +3 -3
- package/dist/components/AttentionBox/index.d.ts +2 -2
- package/dist/components/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.d.ts +5 -5
- package/dist/components/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.d.ts +5 -5
- package/dist/components/AttentionBox/utils/iconUtils.d.ts +3 -3
- package/dist/components/Avatar/Avatar.d.ts +107 -107
- package/dist/components/Avatar/Avatar.types.d.ts +2 -2
- package/dist/components/Avatar/AvatarBadge.d.ts +28 -28
- package/dist/components/Avatar/AvatarContent.d.ts +40 -40
- package/dist/components/Avatar/index.d.ts +2 -2
- package/dist/components/AvatarGroup/AvatarGroup.d.ts +46 -46
- package/dist/components/AvatarGroup/AvatarGroup.types.d.ts +14 -14
- package/dist/components/AvatarGroup/AvatarGroupConstants.d.ts +2 -2
- package/dist/components/AvatarGroup/AvatarGroupCounter.d.ts +42 -42
- package/dist/components/AvatarGroup/AvatarGroupCounterTooltipContainer.d.ts +41 -41
- package/dist/components/AvatarGroup/AvatarGroupCounterTooltipContent.d.ts +24 -24
- package/dist/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.d.ts +34 -34
- package/dist/components/AvatarGroup/AvatarGroupCounterTooltipHelper.d.ts +17 -17
- package/dist/components/AvatarGroup/AvatarGroupHelper.d.ts +3 -3
- package/dist/components/AvatarGroup/index.d.ts +2 -2
- package/dist/components/Badge/Badge.d.ts +34 -34
- package/dist/components/Badge/Badge.types.d.ts +3 -3
- package/dist/components/Badge/Indicator/Indicator.d.ts +11 -11
- package/dist/components/Badge/Indicator/Indicator.types.d.ts +1 -1
- package/dist/components/Badge/index.d.ts +2 -2
- package/dist/components/BaseItem/BaseItem.d.ts +6 -6
- package/dist/components/BaseItem/BaseItem.types.d.ts +110 -110
- package/dist/components/BaseItem/hooks/useListItemProps.d.ts +20 -20
- package/dist/components/BaseItem/index.d.ts +2 -2
- package/dist/components/BaseItem/utils.d.ts +4 -4
- package/dist/components/BaseList/BaseList.d.ts +4 -4
- package/dist/components/BaseList/BaseList.types.d.ts +60 -60
- package/dist/components/BaseList/context/BaseListContext.d.ts +66 -66
- package/dist/components/BaseList/hooks/useBaseListFocus.d.ts +41 -42
- package/dist/components/BaseList/hooks/useBaseListKeyboard.d.ts +27 -28
- package/dist/components/BaseList/index.d.ts +3 -3
- package/dist/components/BaseList/utils/baseListUtils.d.ts +10 -10
- package/dist/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.d.ts +38 -38
- package/dist/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.d.ts +39 -39
- package/dist/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbMenu.d.ts +7 -7
- package/dist/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbMenuItem/BreadcrumbMenuItem.d.ts +12 -12
- package/dist/components/BreadcrumbsBar/Breadcrumbs.types.d.ts +1 -1
- package/dist/components/BreadcrumbsBar/BreadcrumbsBar.d.ts +17 -17
- package/dist/components/BreadcrumbsBar/index.d.ts +5 -5
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +85 -85
- package/dist/components/ButtonGroup/ButtonGroupConstants.d.ts +1 -1
- package/dist/components/ButtonGroup/ButtonWrapper.d.ts +35 -35
- package/dist/components/ButtonGroup/index.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts +67 -67
- package/dist/components/Checkbox/hooks/useSupportFirefoxLabelClick.d.ts +6 -6
- package/dist/components/Checkbox/index.d.ts +1 -1
- package/dist/components/Chips/Chips.d.ts +109 -109
- package/dist/components/Chips/index.d.ts +1 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts +80 -80
- package/dist/components/ColorPicker/ColorPicker.types.d.ts +6 -6
- package/dist/components/ColorPicker/ColorPickerConstants.d.ts +5 -5
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +19 -19
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +63 -63
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +84 -84
- package/dist/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +53 -53
- package/dist/components/ColorPicker/index.d.ts +3 -3
- package/dist/components/ColorPicker/services/ColorPickerStyleService.d.ts +3 -3
- package/dist/components/Combobox/Combobox.d.ts +163 -163
- package/dist/components/Combobox/Combobox.types.d.ts +3 -3
- package/dist/components/Combobox/ComboboxHelpers/ComboboxHelpers.d.ts +62 -62
- package/dist/components/Combobox/ComboboxService.d.ts +7 -7
- package/dist/components/Combobox/components/ComboboxCategory/ComboboxCategory.d.ts +14 -14
- package/dist/components/Combobox/components/ComboboxConstants.d.ts +239 -239
- package/dist/components/Combobox/components/ComboboxItems/ComboboxItems.d.ts +65 -65
- package/dist/components/Combobox/components/ComboboxOption/ComboboxOption.d.ts +46 -46
- package/dist/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.d.ts +6 -6
- package/dist/components/Combobox/helpers.d.ts +1 -1
- package/dist/components/Combobox/index.d.ts +2 -2
- package/dist/components/Counter/Counter.d.ts +51 -51
- package/dist/components/Counter/Counter.types.d.ts +3 -3
- package/dist/components/Counter/index.d.ts +2 -2
- package/dist/components/DatePicker/DateContentHoverContext.d.ts +12 -12
- package/dist/components/DatePicker/DatePicker.d.ts +8 -8
- package/dist/components/DatePicker/DatePicker.types.d.ts +34 -34
- package/dist/components/DatePicker/DatePickerHeader.d.ts +17 -17
- package/dist/components/DatePicker/RangeDayContent.d.ts +3 -3
- package/dist/components/DatePicker/SingleDayContent.d.ts +3 -3
- package/dist/components/DatePicker/datePickerHooks.d.ts +18 -18
- package/dist/components/DatePicker/index.d.ts +2 -2
- package/dist/components/DatePicker/utils.d.ts +13 -13
- package/dist/components/Divider/Divider.d.ts +15 -15
- package/dist/components/Divider/Divider.types.d.ts +1 -1
- package/dist/components/Divider/index.d.ts +2 -2
- package/dist/components/Dropdown/Dropdown.d.ts +7 -7
- package/dist/components/Dropdown/Dropdown.types.d.ts +268 -268
- package/dist/components/Dropdown/components/DropdownBase/DropdownBase.d.ts +7 -7
- package/dist/components/Dropdown/components/DropdownBaseList/DropdownBaseList.d.ts +6 -6
- package/dist/components/Dropdown/components/DropdownBaseList/DropdownBaseList.types.d.ts +86 -86
- package/dist/components/Dropdown/components/DropdownBoxMode/DropdownBoxMode.d.ts +3 -3
- package/dist/components/Dropdown/components/DropdownPopup/DropdownPopup.d.ts +3 -3
- package/dist/components/Dropdown/components/DropdownWrapperUI.d.ts +9 -9
- package/dist/components/Dropdown/components/Menu/Menu.d.ts +4 -4
- package/dist/components/Dropdown/components/Menu/MenuList.d.ts +4 -4
- package/dist/components/Dropdown/components/MultiSelectedValues/MultiSelectedValues.d.ts +12 -12
- package/dist/components/Dropdown/components/Trigger/DropdownChip.d.ts +11 -11
- package/dist/components/Dropdown/components/Trigger/DropdownInput.d.ts +6 -6
- package/dist/components/Dropdown/components/Trigger/MultiSelectTrigger.d.ts +3 -3
- package/dist/components/Dropdown/components/Trigger/SingleSelectTrigger.d.ts +3 -3
- package/dist/components/Dropdown/components/Trigger/TriggerActions.d.ts +3 -3
- package/dist/components/Dropdown/context/DropdownContext.d.ts +59 -59
- package/dist/components/Dropdown/context/DropdownContext.types.d.ts +34 -34
- package/dist/components/Dropdown/hooks/useDropdownCombobox.d.ts +390 -391
- package/dist/components/Dropdown/hooks/useDropdownFiltering.d.ts +9 -10
- package/dist/components/Dropdown/hooks/useDropdownMultiCombobox.d.ts +23 -23
- package/dist/components/Dropdown/hooks/useDropdownMultiSelect.d.ts +23 -23
- package/dist/components/Dropdown/hooks/useDropdownSelect.d.ts +19 -19
- package/dist/components/Dropdown/index.d.ts +2 -2
- package/dist/components/Dropdown/modes/DropdownComboboxController.d.ts +5 -5
- package/dist/components/Dropdown/modes/DropdownMultiComboboxController.d.ts +5 -5
- package/dist/components/Dropdown/modes/DropdownMultiSelectController.d.ts +5 -5
- package/dist/components/Dropdown/modes/DropdownSelectController.d.ts +5 -5
- package/dist/components/Dropdown/utils/dropdown-modifiers.d.ts +2 -2
- package/dist/components/Dropdown/utils/dropdownUtils.d.ts +3 -3
- package/dist/components/EditableHeading/EditableHeading.d.ts +16 -16
- package/dist/components/EditableHeading/index.d.ts +1 -1
- package/dist/components/EditableText/EditableText.d.ts +20 -20
- package/dist/components/EditableText/index.d.ts +1 -1
- package/dist/components/EditableTypography/EditableTypography.d.ts +79 -79
- package/dist/components/EditableTypography/index.d.ts +1 -1
- package/dist/components/EmptyState/EmptyState.d.ts +4 -4
- package/dist/components/EmptyState/EmptyState.types.d.ts +27 -27
- package/dist/components/EmptyState/index.d.ts +2 -2
- package/dist/components/ExpandCollapse/ExpandCollapse.d.ts +59 -59
- package/dist/components/ExpandCollapse/ExpandCollapse.types.d.ts +1 -1
- package/dist/components/ExpandCollapse/index.d.ts +1 -1
- package/dist/components/FieldLabel/FieldLabel.d.ts +34 -34
- package/dist/components/FieldLabel/index.d.ts +1 -1
- package/dist/components/FormattedNumber/FormattedNumber.d.ts +38 -38
- package/dist/components/FormattedNumber/FormattedNumberHelpers.d.ts +4 -4
- package/dist/components/FormattedNumber/index.d.ts +1 -1
- package/dist/components/GridKeyboardNavigationContext/GridKeyboardNavigationContext.d.ts +15 -15
- package/dist/components/GridKeyboardNavigationContext/GridKeyboardNavigationContextConstants.d.ts +25 -25
- package/dist/components/GridKeyboardNavigationContext/helper.d.ts +6 -6
- package/dist/components/GridKeyboardNavigationContext/index.d.ts +1 -1
- package/dist/components/HiddenText/HiddenText.d.ts +10 -10
- package/dist/components/HiddenText/index.d.ts +1 -1
- package/dist/components/Info/Info.d.ts +4 -4
- package/dist/components/Info/Info.types.d.ts +60 -60
- package/dist/components/Info/components/InfoDialogContent/InfoDialogContent.d.ts +4 -4
- package/dist/components/Info/components/InfoDialogContent/InfoDialogContent.types.d.ts +16 -16
- package/dist/components/Info/components/InfoLink/InfoLink.d.ts +5 -5
- package/dist/components/Info/components/index.d.ts +3 -3
- package/dist/components/Info/index.d.ts +2 -2
- package/dist/components/InfoText/InfoText.d.ts +4 -4
- package/dist/components/InfoText/InfoText.types.d.ts +26 -26
- package/dist/components/InfoText/index.d.ts +2 -2
- package/dist/components/Label/Label.d.ts +40 -40
- package/dist/components/Label/Label.types.d.ts +5 -5
- package/dist/components/Label/LabelCelebrationAnimation.d.ts +13 -13
- package/dist/components/Label/LabelConstants.d.ts +3 -3
- package/dist/components/Label/Leg.d.ts +6 -6
- package/dist/components/Label/index.d.ts +2 -2
- package/dist/components/Link/Link.d.ts +70 -70
- package/dist/components/Link/Link.types.d.ts +3 -3
- package/dist/components/Link/LinkConsts.d.ts +16 -16
- package/dist/components/Link/index.d.ts +2 -2
- package/dist/components/List/List.d.ts +41 -41
- package/dist/components/List/List.types.d.ts +1 -1
- package/dist/components/List/VirtualizedListItems/VirtualizedListItems.d.ts +11 -11
- package/dist/components/List/index.d.ts +2 -2
- package/dist/components/List/utils/ListContext.d.ts +10 -10
- package/dist/components/List/utils/ListUtils.d.ts +11 -11
- package/dist/components/ListItem/ListItem.d.ts +52 -52
- package/dist/components/ListItem/ListItem.types.d.ts +3 -3
- package/dist/components/ListItem/index.d.ts +2 -2
- package/dist/components/ListItemAvatar/ListItemAvatar.d.ts +19 -19
- package/dist/components/ListItemAvatar/index.d.ts +1 -1
- package/dist/components/ListItemIcon/ListItemIcon.d.ts +22 -22
- package/dist/components/ListItemIcon/ListItemIcon.types.d.ts +1 -1
- package/dist/components/ListItemIcon/index.d.ts +2 -2
- package/dist/components/ListTitle/ListTitle.d.ts +14 -14
- package/dist/components/ListTitle/index.d.ts +1 -1
- package/dist/components/Menu/Menu/Menu.d.ts +64 -64
- package/dist/components/Menu/Menu/MenuConstants.d.ts +12 -12
- package/dist/components/Menu/Menu/hooks/useAdjacentSelectableMenuIndex.d.ts +7 -7
- package/dist/components/Menu/Menu/hooks/useCloseMenuOnKeyEvent.d.ts +10 -10
- package/dist/components/Menu/Menu/hooks/useFocusOnMount.d.ts +9 -9
- package/dist/components/Menu/Menu/hooks/useLastNavigationDirection.d.ts +4 -5
- package/dist/components/Menu/Menu/hooks/useMenuId.d.ts +2 -2
- package/dist/components/Menu/Menu/hooks/useMenuKeyboardNavigation.d.ts +11 -11
- package/dist/components/Menu/Menu/hooks/useMouseLeave.d.ts +7 -7
- package/dist/components/Menu/Menu/hooks/useOnCloseMenu.d.ts +6 -6
- package/dist/components/Menu/Menu/hooks/useSubMenuIndex.d.ts +7 -8
- package/dist/components/Menu/Menu/utils/utils.d.ts +4 -4
- package/dist/components/Menu/MenuDivider/MenuDivider.d.ts +5 -5
- package/dist/components/Menu/MenuGridItem/MenuGridItem.d.ts +51 -51
- package/dist/components/Menu/MenuGridItem/useFocusGridItemByActiveStatus.d.ts +8 -8
- package/dist/components/Menu/MenuGridItem/useMenuGridItemNavContext.d.ts +15 -15
- package/dist/components/Menu/MenuItem/AvatarMenuItem.d.ts +22 -22
- package/dist/components/Menu/MenuItem/MenuItem.d.ts +169 -169
- package/dist/components/Menu/MenuItem/MenuItem.types.d.ts +1 -1
- package/dist/components/Menu/MenuItem/MenuItemConstants.d.ts +1 -1
- package/dist/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.d.ts +4 -4
- package/dist/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.types.d.ts +15 -15
- package/dist/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.d.ts +4 -4
- package/dist/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.types.d.ts +32 -32
- package/dist/components/Menu/MenuItem/components/MenuItemSubMenu/MenuItemSubMenu.d.ts +4 -4
- package/dist/components/Menu/MenuItem/components/MenuItemSubMenu/MenuItemSubMenu.types.d.ts +33 -33
- package/dist/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.d.ts +4 -4
- package/dist/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.types.d.ts +31 -31
- package/dist/components/Menu/MenuItem/hooks/useMenuItemKeyboardEvents.d.ts +21 -21
- package/dist/components/Menu/MenuItem/hooks/useMenuItemMouseEvents.d.ts +12 -12
- package/dist/components/Menu/MenuItemButton/MenuItemButton.d.ts +77 -77
- package/dist/components/Menu/MenuTitle/MenuTitle.d.ts +15 -15
- package/dist/components/Menu/MenuTitle/MenuTitle.type.d.ts +1 -1
- package/dist/components/Menu/index.d.ts +7 -7
- package/dist/components/MenuButton/MenuButton.d.ts +146 -146
- package/dist/components/MenuButton/MenuButton.types.d.ts +2 -2
- package/dist/components/MenuButton/index.d.ts +2 -2
- package/dist/components/Modal/Modal/Modal.d.ts +4 -4
- package/dist/components/Modal/Modal/Modal.types.d.ts +114 -114
- package/dist/components/Modal/Modal/index.d.ts +2 -2
- package/dist/components/Modal/ModalContent/ModalContent.d.ts +4 -4
- package/dist/components/Modal/ModalContent/ModalContent.types.d.ts +8 -8
- package/dist/components/Modal/ModalContent/index.d.ts +2 -2
- package/dist/components/Modal/ModalHeader/ModalHeader.d.ts +4 -4
- package/dist/components/Modal/ModalHeader/ModalHeader.types.d.ts +42 -42
- package/dist/components/Modal/ModalHeader/index.d.ts +2 -2
- package/dist/components/Modal/ModalMedia/ModalMedia.d.ts +4 -4
- package/dist/components/Modal/ModalMedia/ModalMedia.types.d.ts +8 -8
- package/dist/components/Modal/ModalMedia/index.d.ts +2 -2
- package/dist/components/Modal/ModalTopActions/ModalTopActions.d.ts +4 -4
- package/dist/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +25 -25
- package/dist/components/Modal/context/ModalContext.d.ts +4 -4
- package/dist/components/Modal/context/ModalContext.types.d.ts +32 -32
- package/dist/components/Modal/footers/ModalFooter/ModalFooter.d.ts +4 -4
- package/dist/components/Modal/footers/ModalFooter/ModalFooter.types.d.ts +8 -8
- package/dist/components/Modal/footers/ModalFooterBase/ModalFooterBase.d.ts +4 -4
- package/dist/components/Modal/footers/ModalFooterBase/ModalFooterBase.types.d.ts +28 -28
- package/dist/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.d.ts +4 -4
- package/dist/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.types.d.ts +18 -18
- package/dist/components/Modal/footers/index.d.ts +4 -4
- package/dist/components/Modal/footers/utils/getPropsForButton.d.ts +116 -133
- package/dist/components/Modal/hooks/useFocusEscapeTargets/index.d.ts +2 -2
- package/dist/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.d.ts +10 -10
- package/dist/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.types.d.ts +2 -2
- package/dist/components/Modal/hooks/usePortalTarget/usePortalTarget.d.ts +3 -3
- package/dist/components/Modal/hooks/usePortalTarget/usePortalTarget.types.d.ts +2 -2
- package/dist/components/Modal/index.d.ts +6 -6
- package/dist/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.d.ts +4 -4
- package/dist/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.types.d.ts +10 -10
- package/dist/components/Modal/layouts/ModalFooterShadow.d.ts +4 -4
- package/dist/components/Modal/layouts/ModalFooterShadow.types.d.ts +6 -6
- package/dist/components/Modal/layouts/ModalLayoutScrollableContent.d.ts +4 -4
- package/dist/components/Modal/layouts/ModalLayoutScrollableContent.types.d.ts +15 -15
- package/dist/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.d.ts +4 -4
- package/dist/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.types.d.ts +11 -11
- package/dist/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.d.ts +4 -4
- package/dist/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.types.d.ts +11 -11
- package/dist/components/Modal/layouts/index.d.ts +6 -6
- package/dist/components/Modal/layouts/useLayoutScrolledContent.d.ts +9 -9
- package/dist/components/MultiStepIndicator/MultiStep.types.d.ts +9 -9
- package/dist/components/MultiStepIndicator/MultiStepIndicator.d.ts +48 -48
- package/dist/components/MultiStepIndicator/components/StepIndicator/StepIndicator.d.ts +86 -86
- package/dist/components/MultiStepIndicator/index.d.ts +2 -2
- package/dist/components/NumberField/NumberField.d.ts +4 -4
- package/dist/components/NumberField/NumberField.types.d.ts +80 -80
- package/dist/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.d.ts +4 -4
- package/dist/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.types.d.ts +9 -10
- package/dist/components/NumberField/hooks/useNumberFieldState.d.ts +11 -11
- package/dist/components/NumberField/hooks/useSpinButtonHandlers.d.ts +9 -10
- package/dist/components/NumberField/index.d.ts +2 -2
- package/dist/components/NumberField/utils/calcValue.d.ts +6 -6
- package/dist/components/ProgressBars/PercentageLabel/PercentageLabel.d.ts +13 -13
- package/dist/components/ProgressBars/ProgressBar/Bar/Bar.d.ts +48 -48
- package/dist/components/ProgressBars/ProgressBar/ProgressBar.d.ts +69 -69
- package/dist/components/ProgressBars/ProgressBar/ProgressBar.types.d.ts +3 -3
- package/dist/components/ProgressBars/ProgressBar/ProgressBarHelpers.d.ts +4 -4
- package/dist/components/ProgressBars/index.d.ts +2 -2
- package/dist/components/RadioButton/RadioButton.d.ts +74 -74
- package/dist/components/RadioButton/index.d.ts +1 -1
- package/dist/components/Search/Search.d.ts +4 -4
- package/dist/components/Search/Search.types.d.ts +104 -104
- package/dist/components/Search/index.d.ts +2 -2
- package/dist/components/Skeleton/Skeleton.d.ts +31 -31
- package/dist/components/Skeleton/SkeletonConstants.d.ts +1 -1
- package/dist/components/Skeleton/Skelton.types.d.ts +4 -4
- package/dist/components/Skeleton/index.d.ts +2 -2
- package/dist/components/SlideTransition/SlideTransition.d.ts +4 -4
- package/dist/components/SlideTransition/SlideTransition.types.d.ts +20 -20
- package/dist/components/Slider/SelectionIndicator.d.ts +15 -15
- package/dist/components/Slider/Slider.d.ts +120 -120
- package/dist/components/Slider/Slider.types.d.ts +8 -8
- package/dist/components/Slider/SliderBase/SliderBase.d.ts +5 -5
- package/dist/components/Slider/SliderBase/SliderFilledTrack.d.ts +23 -23
- package/dist/components/Slider/SliderBase/SliderRail.d.ts +19 -19
- package/dist/components/Slider/SliderBase/SliderThumb.d.ts +27 -27
- package/dist/components/Slider/SliderBase/SliderTrack.d.ts +11 -11
- package/dist/components/Slider/SliderConstants.d.ts +64 -64
- package/dist/components/Slider/SliderContext.d.ts +43 -43
- package/dist/components/Slider/SliderHelpers.d.ts +14 -14
- package/dist/components/Slider/SliderHooks.d.ts +25 -26
- package/dist/components/Slider/SliderInfix.d.ts +11 -11
- package/dist/components/Slider/SliderInfixHooks.d.ts +3 -3
- package/dist/components/Slider/index.d.ts +2 -2
- package/dist/components/SplitButton/SplitButton.d.ts +44 -44
- package/dist/components/SplitButton/SplitButtonConstants.d.ts +22 -22
- package/dist/components/SplitButton/SplitButtonMenu/SplitButtonMenu.d.ts +9 -9
- package/dist/components/SplitButton/index.d.ts +2 -2
- package/dist/components/Steps/Steps.d.ts +56 -56
- package/dist/components/Steps/Steps.types.d.ts +3 -3
- package/dist/components/Steps/StepsCommand.d.ts +35 -35
- package/dist/components/Steps/StepsConstants.d.ts +3 -3
- package/dist/components/Steps/StepsDot.d.ts +26 -26
- package/dist/components/Steps/StepsGalleryHeader.d.ts +26 -26
- package/dist/components/Steps/StepsHeader.d.ts +51 -51
- package/dist/components/Steps/StepsNumbersHeader.d.ts +18 -18
- package/dist/components/Steps/index.d.ts +2 -2
- package/dist/components/Switch/Switch.d.ts +59 -59
- package/dist/components/Switch/index.d.ts +1 -1
- package/dist/components/Table/Table/Table.d.ts +76 -76
- package/dist/components/Table/Table/Table.types.d.ts +1 -1
- package/dist/components/Table/Table/TableConsts.d.ts +14 -14
- package/dist/components/Table/Table/tableHelpers.d.ts +12 -12
- package/dist/components/Table/TableBody/TableBody.d.ts +12 -12
- package/dist/components/Table/TableCell/TableCell.d.ts +14 -14
- package/dist/components/Table/TableCellSkeleton/TableCellSkeleton.d.ts +15 -15
- package/dist/components/Table/TableContainer/TableContainer.d.ts +4 -4
- package/dist/components/Table/TableContainer/TableContainer.types.d.ts +12 -12
- package/dist/components/Table/TableHeader/TableHeader.d.ts +11 -11
- package/dist/components/Table/TableHeaderCell/TableHeaderCell.d.ts +35 -35
- package/dist/components/Table/TableRow/TableRow.d.ts +19 -19
- package/dist/components/Table/TableRowMenu/TableRowMenu.d.ts +4 -4
- package/dist/components/Table/TableRowMenu/TableRowMenu.types.d.ts +12 -12
- package/dist/components/Table/TableVirtualizedBody/TableVirtualizedBody.d.ts +35 -35
- package/dist/components/Table/context/TableContainerContext/TableContainerContext.d.ts +4 -4
- package/dist/components/Table/context/TableContainerContext/TableContainerContext.types.d.ts +9 -9
- package/dist/components/Table/context/TableContext/TableContext.d.ts +4 -4
- package/dist/components/Table/context/TableContext/TableContext.types.d.ts +27 -27
- package/dist/components/Table/context/TableRowMenuContext/TableRowMenuContext.d.ts +4 -4
- package/dist/components/Table/context/TableRowMenuContext/TableRowMenuContext.types.d.ts +23 -23
- package/dist/components/Table/index.d.ts +12 -12
- package/dist/components/Tabs/Tab/Tab.d.ts +64 -64
- package/dist/components/Tabs/TabList/TabList.d.ts +35 -35
- package/dist/components/Tabs/TabPanel/TabPanel.d.ts +14 -14
- package/dist/components/Tabs/TabPanels/TabPanels.d.ts +20 -20
- package/dist/components/Tabs/TabPanels/TabPanels.types.d.ts +1 -1
- package/dist/components/Tabs/TabsContext/TabsContext.d.ts +14 -14
- package/dist/components/Tabs/index.d.ts +6 -6
- package/dist/components/TextArea/TextArea.d.ts +4 -4
- package/dist/components/TextArea/TextArea.types.d.ts +67 -67
- package/dist/components/TextArea/index.d.ts +2 -2
- package/dist/components/TextField/TextField.d.ts +186 -186
- package/dist/components/TextField/TextField.types.d.ts +3 -3
- package/dist/components/TextField/TextFieldConstants.d.ts +21 -21
- package/dist/components/TextField/index.d.ts +2 -2
- package/dist/components/TextWithHighlight/TextWithHighlight.d.ts +51 -51
- package/dist/components/TextWithHighlight/index.d.ts +1 -1
- package/dist/components/ThemeProvider/ThemeProvider.d.ts +30 -30
- package/dist/components/ThemeProvider/ThemeProvider.types.d.ts +5 -5
- package/dist/components/ThemeProvider/ThemeProviderConstants.d.ts +23 -23
- package/dist/components/ThemeProvider/ThemeProviderUtils.d.ts +10 -10
- package/dist/components/ThemeProvider/index.d.ts +2 -2
- package/dist/components/Tipseen/Tipseen.d.ts +109 -109
- package/dist/components/Tipseen/Tipseen.types.d.ts +2 -2
- package/dist/components/Tipseen/TipseenBasicContent.d.ts +19 -19
- package/dist/components/Tipseen/TipseenConstants.d.ts +4 -4
- package/dist/components/Tipseen/TipseenContent.d.ts +48 -48
- package/dist/components/Tipseen/TipseenMedia/TipseenMedia.d.ts +10 -10
- package/dist/components/Tipseen/TipseenTitle.d.ts +10 -10
- package/dist/components/Tipseen/TipseenWizard.d.ts +18 -18
- package/dist/components/Tipseen/index.d.ts +5 -5
- package/dist/components/Toast/Toast.d.ts +57 -57
- package/dist/components/Toast/Toast.types.d.ts +9 -9
- package/dist/components/Toast/ToastButton/ToastButton.d.ts +5 -5
- package/dist/components/Toast/ToastConstants.d.ts +7 -8
- package/dist/components/Toast/ToastHelpers.d.ts +4 -4
- package/dist/components/Toast/ToastLink/ToastLink.d.ts +5 -5
- package/dist/components/Toast/index.d.ts +4 -4
- package/dist/components/Toggle/MockToggle.d.ts +34 -34
- package/dist/components/Toggle/Toggle.d.ts +59 -59
- package/dist/components/Toggle/Toggle.types.d.ts +1 -1
- package/dist/components/Toggle/ToggleConstants.d.ts +1 -1
- package/dist/components/Toggle/ToggleText.d.ts +14 -14
- package/dist/components/Toggle/index.d.ts +1 -1
- package/dist/components/TransitionView/TransitionView.d.ts +4 -4
- package/dist/components/TransitionView/TransitionView.types.d.ts +18 -18
- package/dist/components/TransitionView/index.d.ts +2 -2
- package/dist/components/VirtualizedGrid/VirtualizedGrid.d.ts +67 -67
- package/dist/components/VirtualizedGrid/VirtualizedGrid.types.d.ts +6 -6
- package/dist/components/VirtualizedGrid/index.d.ts +2 -2
- package/dist/components/VirtualizedList/VirtualizedList.d.ts +90 -90
- package/dist/components/VirtualizedList/VirtualizedList.types.d.ts +8 -8
- package/dist/components/VirtualizedList/index.d.ts +2 -2
- package/dist/components/button/dist/Button/Button.js.map +1 -1
- package/dist/components/button/dist/Button/Button.module.scss.js +1 -1
- package/dist/components/clickable/dist/Clickable/Clickable.module.scss.js +1 -1
- package/dist/components/dialog/dist/Dialog/Dialog.js.map +1 -1
- package/dist/components/dialog/dist/Dialog/Dialog.module.scss.js +1 -1
- package/dist/components/dialog/dist/Dialog/components/DialogContent/DialogContent.js.map +1 -1
- package/dist/components/dialog/dist/Dialog/components/DialogContent/DialogContent.module.scss.js +1 -1
- package/dist/components/dialog/dist/DialogContentContainer/DialogContentContainer.module.scss.js +1 -1
- package/dist/components/icon/dist/Icon/Icon.module.scss.js +1 -1
- package/dist/components/icon-button/dist/IconButton/IconButton.js.map +1 -1
- package/dist/components/icon-button/dist/IconButton/IconButton.module.scss.js +1 -1
- package/dist/components/index.d.ts +68 -68
- package/dist/components/layout/dist/Box/Box.module.scss.js +1 -1
- package/dist/components/layout/dist/Flex/Flex.module.scss.js +1 -1
- package/dist/components/loader/dist/Loader/Loader.module.scss.js +1 -1
- package/dist/components/next/List/List.d.ts +4 -4
- package/dist/components/next/List/List.types.d.ts +47 -47
- package/dist/components/next/List/ListItem/ListItem.d.ts +4 -4
- package/dist/components/next/List/ListItem/ListItem.types.d.ts +44 -44
- package/dist/components/next/List/ListItem/index.d.ts +2 -2
- package/dist/components/next/List/ListTitle/ListTitle.d.ts +4 -4
- package/dist/components/next/List/ListTitle/ListTitle.types.d.ts +16 -16
- package/dist/components/next/List/ListTitle/index.d.ts +2 -2
- package/dist/components/next/List/index.d.ts +6 -6
- package/dist/components/next/index.d.ts +1 -1
- package/dist/components/next.d.ts +1 -1
- package/dist/components/tooltip/dist/Tooltip/Tooltip.js.map +1 -1
- package/dist/components/tooltip/dist/Tooltip/Tooltip.module.scss.js +1 -1
- package/dist/components/typography/dist/Heading/Heading.module.scss.js +1 -1
- package/dist/components/typography/dist/Text/Text.module.scss.js +1 -1
- package/dist/components/typography/dist/Typography/Typography.module.scss.js +1 -1
- package/dist/constants/index.d.ts +2 -2
- package/dist/constants/keyCodes.d.ts +16 -16
- package/dist/constants/sizes.d.ts +25 -25
- package/dist/helpers/screenReaderAccessHelper.d.ts +31 -31
- package/dist/helpers/testid-helper.d.ts +1 -1
- package/dist/helpers/textManipulations.d.ts +10 -10
- package/dist/helpers/typesciptCssModulesHelper.d.ts +6 -6
- package/dist/hooks/createEventHandler.d.ts +1 -1
- package/dist/hooks/dist/useResizeObserver/index.js.map +1 -1
- package/dist/hooks/index.d.ts +17 -17
- package/dist/hooks/ssr/useIsMounted.d.ts +1 -1
- package/dist/hooks/ssr/useIsomorphicLayoutEffect.d.ts +3 -3
- package/dist/hooks/useActiveDescendantListFocus/index.d.ts +35 -35
- package/dist/hooks/useActiveDescendantListFocus/useActiveDescendantListFocusHelpers.d.ts +8 -8
- package/dist/hooks/useActiveDescendantListFocus/useActiveDescendantListFocusHooks.d.ts +44 -44
- package/dist/hooks/useAfterFirstRender/index.d.ts +2 -2
- package/dist/hooks/useDebounceEvent/index.d.ts +18 -18
- package/dist/hooks/useElementsOverflowingIndex.d.ts +9 -9
- package/dist/hooks/useEventListener/index.d.ts +8 -8
- package/dist/hooks/useFocusWithin.d.ts +14 -14
- package/dist/hooks/useFullKeyboardListeners.d.ts +28 -28
- package/dist/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.d.ts +20 -20
- package/dist/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.d.ts +42 -42
- package/dist/hooks/useHover/useHover.d.ts +2 -2
- package/dist/hooks/useIsMouseEnter.d.ts +4 -4
- package/dist/hooks/useIsMouseOver.d.ts +4 -4
- package/dist/hooks/useItemsOverflow/useItemsOverflow.d.ts +15 -15
- package/dist/hooks/useKeyEvent/index.d.ts +56 -56
- package/dist/hooks/useKeyboard.d.ts +14 -14
- package/dist/hooks/useListenFocusTriggers/index.d.ts +6 -6
- package/dist/hooks/useMediaQuery/index.d.ts +2 -2
- package/dist/hooks/useMergeRef.d.ts +7 -7
- package/dist/hooks/usePrevious/index.d.ts +1 -1
- package/dist/hooks/useRefWithCallback.d.ts +2 -2
- package/dist/hooks/useSetFocus/index.d.ts +10 -10
- package/dist/hooks/useStyle.d.ts +2 -2
- package/dist/hooks/useSwitch/index.d.ts +31 -31
- package/dist/hooks/useThrottledCallback.d.ts +4 -4
- package/dist/hooks/useTimeout/index.d.ts +6 -6
- package/dist/hooks/useVibeMediaQuery/index.d.ts +12 -12
- package/dist/hooks/useWizard/useWizard.d.ts +3 -3
- package/dist/hooks/useWizard/useWizard.types.d.ts +49 -49
- package/dist/index.d.ts +4 -4
- package/dist/metadata.json +2 -2
- package/dist/mocked_classnames/components/Accordion/Accordion/Accordion.d.ts +18 -18
- package/dist/mocked_classnames/components/Accordion/AccordionItem/AccordionItem.d.ts +51 -51
- package/dist/mocked_classnames/components/Accordion/index.d.ts +2 -2
- package/dist/mocked_classnames/components/AlertBanner/AlertBanner.d.ts +35 -35
- package/dist/mocked_classnames/components/AlertBanner/AlertBanner.types.d.ts +1 -1
- package/dist/mocked_classnames/components/AlertBanner/AlertBannerButton/AlertBannerButton.d.ts +10 -10
- package/dist/mocked_classnames/components/AlertBanner/AlertBannerContext.d.ts +7 -7
- package/dist/mocked_classnames/components/AlertBanner/AlertBannerLink/AlertBannerLink.d.ts +10 -10
- package/dist/mocked_classnames/components/AlertBanner/AlertBannerText/AlertBannerText.d.ts +18 -18
- package/dist/mocked_classnames/components/AlertBanner/index.d.ts +5 -5
- package/dist/mocked_classnames/components/AttentionBox/AttentionBox.d.ts +4 -4
- package/dist/mocked_classnames/components/AttentionBox/AttentionBox.types.d.ts +70 -70
- package/dist/mocked_classnames/components/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.d.ts +7 -7
- package/dist/mocked_classnames/components/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.d.ts +8 -8
- package/dist/mocked_classnames/components/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.d.ts +9 -9
- package/dist/mocked_classnames/components/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.d.ts +5 -5
- package/dist/mocked_classnames/components/AttentionBox/consts/icons.d.ts +3 -3
- package/dist/mocked_classnames/components/AttentionBox/index.d.ts +2 -2
- package/dist/mocked_classnames/components/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.d.ts +5 -5
- package/dist/mocked_classnames/components/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.d.ts +5 -5
- package/dist/mocked_classnames/components/AttentionBox/utils/iconUtils.d.ts +3 -3
- package/dist/mocked_classnames/components/Avatar/Avatar.d.ts +107 -107
- package/dist/mocked_classnames/components/Avatar/Avatar.types.d.ts +2 -2
- package/dist/mocked_classnames/components/Avatar/AvatarBadge.d.ts +28 -28
- package/dist/mocked_classnames/components/Avatar/AvatarContent.d.ts +40 -40
- package/dist/mocked_classnames/components/Avatar/index.d.ts +2 -2
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroup.d.ts +46 -46
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroup.types.d.ts +14 -14
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupConstants.d.ts +2 -2
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounter.d.ts +42 -42
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounterTooltipContainer.d.ts +41 -41
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounterTooltipContent.d.ts +24 -24
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.d.ts +34 -34
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounterTooltipHelper.d.ts +17 -17
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupHelper.d.ts +3 -3
- package/dist/mocked_classnames/components/AvatarGroup/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Badge/Badge.d.ts +34 -34
- package/dist/mocked_classnames/components/Badge/Badge.types.d.ts +3 -3
- package/dist/mocked_classnames/components/Badge/Indicator/Indicator.d.ts +11 -11
- package/dist/mocked_classnames/components/Badge/Indicator/Indicator.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Badge/index.d.ts +2 -2
- package/dist/mocked_classnames/components/BaseItem/BaseItem.d.ts +6 -6
- package/dist/mocked_classnames/components/BaseItem/BaseItem.types.d.ts +110 -110
- package/dist/mocked_classnames/components/BaseItem/hooks/useListItemProps.d.ts +20 -20
- package/dist/mocked_classnames/components/BaseItem/index.d.ts +2 -2
- package/dist/mocked_classnames/components/BaseItem/utils.d.ts +4 -4
- package/dist/mocked_classnames/components/BaseList/BaseList.d.ts +4 -4
- package/dist/mocked_classnames/components/BaseList/BaseList.types.d.ts +60 -60
- package/dist/mocked_classnames/components/BaseList/context/BaseListContext.d.ts +66 -66
- package/dist/mocked_classnames/components/BaseList/hooks/useBaseListFocus.d.ts +41 -42
- package/dist/mocked_classnames/components/BaseList/hooks/useBaseListKeyboard.d.ts +27 -28
- package/dist/mocked_classnames/components/BaseList/index.d.ts +3 -3
- package/dist/mocked_classnames/components/BaseList/utils/baseListUtils.d.ts +10 -10
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.d.ts +38 -38
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.d.ts +39 -39
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbMenu.d.ts +7 -7
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbMenuItem/BreadcrumbMenuItem.d.ts +12 -12
- package/dist/mocked_classnames/components/BreadcrumbsBar/Breadcrumbs.types.d.ts +1 -1
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbsBar.d.ts +17 -17
- package/dist/mocked_classnames/components/BreadcrumbsBar/index.d.ts +5 -5
- package/dist/mocked_classnames/components/ButtonGroup/ButtonGroup.d.ts +85 -85
- package/dist/mocked_classnames/components/ButtonGroup/ButtonGroupConstants.d.ts +1 -1
- package/dist/mocked_classnames/components/ButtonGroup/ButtonWrapper.d.ts +35 -35
- package/dist/mocked_classnames/components/ButtonGroup/index.d.ts +1 -1
- package/dist/mocked_classnames/components/Checkbox/Checkbox.d.ts +67 -67
- package/dist/mocked_classnames/components/Checkbox/hooks/useSupportFirefoxLabelClick.d.ts +6 -6
- package/dist/mocked_classnames/components/Checkbox/index.d.ts +1 -1
- package/dist/mocked_classnames/components/Chips/Chips.d.ts +109 -109
- package/dist/mocked_classnames/components/Chips/index.d.ts +1 -1
- package/dist/mocked_classnames/components/ColorPicker/ColorPicker.d.ts +80 -80
- package/dist/mocked_classnames/components/ColorPicker/ColorPicker.types.d.ts +6 -6
- package/dist/mocked_classnames/components/ColorPicker/ColorPickerConstants.d.ts +5 -5
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +19 -19
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +63 -63
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +84 -84
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +53 -53
- package/dist/mocked_classnames/components/ColorPicker/index.d.ts +3 -3
- package/dist/mocked_classnames/components/ColorPicker/services/ColorPickerStyleService.d.ts +3 -3
- package/dist/mocked_classnames/components/Combobox/Combobox.d.ts +163 -163
- package/dist/mocked_classnames/components/Combobox/Combobox.types.d.ts +3 -3
- package/dist/mocked_classnames/components/Combobox/ComboboxHelpers/ComboboxHelpers.d.ts +62 -62
- package/dist/mocked_classnames/components/Combobox/ComboboxService.d.ts +7 -7
- package/dist/mocked_classnames/components/Combobox/components/ComboboxCategory/ComboboxCategory.d.ts +14 -14
- package/dist/mocked_classnames/components/Combobox/components/ComboboxConstants.d.ts +239 -239
- package/dist/mocked_classnames/components/Combobox/components/ComboboxItems/ComboboxItems.d.ts +65 -65
- package/dist/mocked_classnames/components/Combobox/components/ComboboxOption/ComboboxOption.d.ts +46 -46
- package/dist/mocked_classnames/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.d.ts +6 -6
- package/dist/mocked_classnames/components/Combobox/helpers.d.ts +1 -1
- package/dist/mocked_classnames/components/Combobox/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Counter/Counter.d.ts +51 -51
- package/dist/mocked_classnames/components/Counter/Counter.types.d.ts +3 -3
- package/dist/mocked_classnames/components/Counter/index.d.ts +2 -2
- package/dist/mocked_classnames/components/DatePicker/DateContentHoverContext.d.ts +12 -12
- package/dist/mocked_classnames/components/DatePicker/DatePicker.d.ts +8 -8
- package/dist/mocked_classnames/components/DatePicker/DatePicker.types.d.ts +34 -34
- package/dist/mocked_classnames/components/DatePicker/DatePickerHeader.d.ts +17 -17
- package/dist/mocked_classnames/components/DatePicker/RangeDayContent.d.ts +3 -3
- package/dist/mocked_classnames/components/DatePicker/SingleDayContent.d.ts +3 -3
- package/dist/mocked_classnames/components/DatePicker/datePickerHooks.d.ts +18 -18
- package/dist/mocked_classnames/components/DatePicker/index.d.ts +2 -2
- package/dist/mocked_classnames/components/DatePicker/utils.d.ts +13 -13
- package/dist/mocked_classnames/components/Divider/Divider.d.ts +15 -15
- package/dist/mocked_classnames/components/Divider/Divider.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Divider/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Dropdown/Dropdown.d.ts +7 -7
- package/dist/mocked_classnames/components/Dropdown/Dropdown.types.d.ts +268 -268
- package/dist/mocked_classnames/components/Dropdown/components/DropdownBase/DropdownBase.d.ts +7 -7
- package/dist/mocked_classnames/components/Dropdown/components/DropdownBaseList/DropdownBaseList.d.ts +6 -6
- package/dist/mocked_classnames/components/Dropdown/components/DropdownBaseList/DropdownBaseList.types.d.ts +86 -86
- package/dist/mocked_classnames/components/Dropdown/components/DropdownBoxMode/DropdownBoxMode.d.ts +3 -3
- package/dist/mocked_classnames/components/Dropdown/components/DropdownPopup/DropdownPopup.d.ts +3 -3
- package/dist/mocked_classnames/components/Dropdown/components/DropdownWrapperUI.d.ts +9 -9
- package/dist/mocked_classnames/components/Dropdown/components/Menu/Menu.d.ts +4 -4
- package/dist/mocked_classnames/components/Dropdown/components/Menu/MenuList.d.ts +4 -4
- package/dist/mocked_classnames/components/Dropdown/components/MultiSelectedValues/MultiSelectedValues.d.ts +12 -12
- package/dist/mocked_classnames/components/Dropdown/components/Trigger/DropdownChip.d.ts +11 -11
- package/dist/mocked_classnames/components/Dropdown/components/Trigger/DropdownInput.d.ts +6 -6
- package/dist/mocked_classnames/components/Dropdown/components/Trigger/MultiSelectTrigger.d.ts +3 -3
- package/dist/mocked_classnames/components/Dropdown/components/Trigger/SingleSelectTrigger.d.ts +3 -3
- package/dist/mocked_classnames/components/Dropdown/components/Trigger/TriggerActions.d.ts +3 -3
- package/dist/mocked_classnames/components/Dropdown/context/DropdownContext.d.ts +59 -59
- package/dist/mocked_classnames/components/Dropdown/context/DropdownContext.types.d.ts +34 -34
- package/dist/mocked_classnames/components/Dropdown/hooks/useDropdownCombobox.d.ts +390 -391
- package/dist/mocked_classnames/components/Dropdown/hooks/useDropdownFiltering.d.ts +9 -10
- package/dist/mocked_classnames/components/Dropdown/hooks/useDropdownMultiCombobox.d.ts +23 -23
- package/dist/mocked_classnames/components/Dropdown/hooks/useDropdownMultiSelect.d.ts +23 -23
- package/dist/mocked_classnames/components/Dropdown/hooks/useDropdownSelect.d.ts +19 -19
- package/dist/mocked_classnames/components/Dropdown/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Dropdown/modes/DropdownComboboxController.d.ts +5 -5
- package/dist/mocked_classnames/components/Dropdown/modes/DropdownMultiComboboxController.d.ts +5 -5
- package/dist/mocked_classnames/components/Dropdown/modes/DropdownMultiSelectController.d.ts +5 -5
- package/dist/mocked_classnames/components/Dropdown/modes/DropdownSelectController.d.ts +5 -5
- package/dist/mocked_classnames/components/Dropdown/utils/dropdown-modifiers.d.ts +2 -2
- package/dist/mocked_classnames/components/Dropdown/utils/dropdownUtils.d.ts +3 -3
- package/dist/mocked_classnames/components/EditableHeading/EditableHeading.d.ts +16 -16
- package/dist/mocked_classnames/components/EditableHeading/index.d.ts +1 -1
- package/dist/mocked_classnames/components/EditableText/EditableText.d.ts +20 -20
- package/dist/mocked_classnames/components/EditableText/index.d.ts +1 -1
- package/dist/mocked_classnames/components/EditableTypography/EditableTypography.d.ts +79 -79
- package/dist/mocked_classnames/components/EditableTypography/index.d.ts +1 -1
- package/dist/mocked_classnames/components/EmptyState/EmptyState.d.ts +4 -4
- package/dist/mocked_classnames/components/EmptyState/EmptyState.types.d.ts +27 -27
- package/dist/mocked_classnames/components/EmptyState/index.d.ts +2 -2
- package/dist/mocked_classnames/components/ExpandCollapse/ExpandCollapse.d.ts +59 -59
- package/dist/mocked_classnames/components/ExpandCollapse/ExpandCollapse.types.d.ts +1 -1
- package/dist/mocked_classnames/components/ExpandCollapse/index.d.ts +1 -1
- package/dist/mocked_classnames/components/FieldLabel/FieldLabel.d.ts +34 -34
- package/dist/mocked_classnames/components/FieldLabel/index.d.ts +1 -1
- package/dist/mocked_classnames/components/FormattedNumber/FormattedNumber.d.ts +38 -38
- package/dist/mocked_classnames/components/FormattedNumber/FormattedNumberHelpers.d.ts +4 -4
- package/dist/mocked_classnames/components/FormattedNumber/index.d.ts +1 -1
- package/dist/mocked_classnames/components/GridKeyboardNavigationContext/GridKeyboardNavigationContext.d.ts +15 -15
- package/dist/mocked_classnames/components/GridKeyboardNavigationContext/GridKeyboardNavigationContextConstants.d.ts +25 -25
- package/dist/mocked_classnames/components/GridKeyboardNavigationContext/helper.d.ts +6 -6
- package/dist/mocked_classnames/components/GridKeyboardNavigationContext/index.d.ts +1 -1
- package/dist/mocked_classnames/components/HiddenText/HiddenText.d.ts +10 -10
- package/dist/mocked_classnames/components/HiddenText/index.d.ts +1 -1
- package/dist/mocked_classnames/components/Info/Info.d.ts +4 -4
- package/dist/mocked_classnames/components/Info/Info.types.d.ts +60 -60
- package/dist/mocked_classnames/components/Info/components/InfoDialogContent/InfoDialogContent.d.ts +4 -4
- package/dist/mocked_classnames/components/Info/components/InfoDialogContent/InfoDialogContent.types.d.ts +16 -16
- package/dist/mocked_classnames/components/Info/components/InfoLink/InfoLink.d.ts +5 -5
- package/dist/mocked_classnames/components/Info/components/index.d.ts +3 -3
- package/dist/mocked_classnames/components/Info/index.d.ts +2 -2
- package/dist/mocked_classnames/components/InfoText/InfoText.d.ts +4 -4
- package/dist/mocked_classnames/components/InfoText/InfoText.types.d.ts +26 -26
- package/dist/mocked_classnames/components/InfoText/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Label/Label.d.ts +40 -40
- package/dist/mocked_classnames/components/Label/Label.types.d.ts +5 -5
- package/dist/mocked_classnames/components/Label/LabelCelebrationAnimation.d.ts +13 -13
- package/dist/mocked_classnames/components/Label/LabelConstants.d.ts +3 -3
- package/dist/mocked_classnames/components/Label/Leg.d.ts +6 -6
- package/dist/mocked_classnames/components/Label/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Link/Link.d.ts +70 -70
- package/dist/mocked_classnames/components/Link/Link.types.d.ts +3 -3
- package/dist/mocked_classnames/components/Link/LinkConsts.d.ts +16 -16
- package/dist/mocked_classnames/components/Link/index.d.ts +2 -2
- package/dist/mocked_classnames/components/List/List.d.ts +41 -41
- package/dist/mocked_classnames/components/List/List.types.d.ts +1 -1
- package/dist/mocked_classnames/components/List/VirtualizedListItems/VirtualizedListItems.d.ts +11 -11
- package/dist/mocked_classnames/components/List/index.d.ts +2 -2
- package/dist/mocked_classnames/components/List/utils/ListContext.d.ts +10 -10
- package/dist/mocked_classnames/components/List/utils/ListUtils.d.ts +11 -11
- package/dist/mocked_classnames/components/ListItem/ListItem.d.ts +52 -52
- package/dist/mocked_classnames/components/ListItem/ListItem.types.d.ts +3 -3
- package/dist/mocked_classnames/components/ListItem/index.d.ts +2 -2
- package/dist/mocked_classnames/components/ListItemAvatar/ListItemAvatar.d.ts +19 -19
- package/dist/mocked_classnames/components/ListItemAvatar/index.d.ts +1 -1
- package/dist/mocked_classnames/components/ListItemIcon/ListItemIcon.d.ts +22 -22
- package/dist/mocked_classnames/components/ListItemIcon/ListItemIcon.types.d.ts +1 -1
- package/dist/mocked_classnames/components/ListItemIcon/index.d.ts +2 -2
- package/dist/mocked_classnames/components/ListTitle/ListTitle.d.ts +14 -14
- package/dist/mocked_classnames/components/ListTitle/index.d.ts +1 -1
- package/dist/mocked_classnames/components/Menu/Menu/Menu.d.ts +64 -64
- package/dist/mocked_classnames/components/Menu/Menu/MenuConstants.d.ts +12 -12
- package/dist/mocked_classnames/components/Menu/Menu/hooks/useAdjacentSelectableMenuIndex.d.ts +7 -7
- package/dist/mocked_classnames/components/Menu/Menu/hooks/useCloseMenuOnKeyEvent.d.ts +10 -10
- package/dist/mocked_classnames/components/Menu/Menu/hooks/useFocusOnMount.d.ts +9 -9
- package/dist/mocked_classnames/components/Menu/Menu/hooks/useLastNavigationDirection.d.ts +4 -5
- package/dist/mocked_classnames/components/Menu/Menu/hooks/useMenuId.d.ts +2 -2
- package/dist/mocked_classnames/components/Menu/Menu/hooks/useMenuKeyboardNavigation.d.ts +11 -11
- package/dist/mocked_classnames/components/Menu/Menu/hooks/useMouseLeave.d.ts +7 -7
- package/dist/mocked_classnames/components/Menu/Menu/hooks/useOnCloseMenu.d.ts +6 -6
- package/dist/mocked_classnames/components/Menu/Menu/hooks/useSubMenuIndex.d.ts +7 -8
- package/dist/mocked_classnames/components/Menu/Menu/utils/utils.d.ts +4 -4
- package/dist/mocked_classnames/components/Menu/MenuDivider/MenuDivider.d.ts +5 -5
- package/dist/mocked_classnames/components/Menu/MenuGridItem/MenuGridItem.d.ts +51 -51
- package/dist/mocked_classnames/components/Menu/MenuGridItem/useFocusGridItemByActiveStatus.d.ts +8 -8
- package/dist/mocked_classnames/components/Menu/MenuGridItem/useMenuGridItemNavContext.d.ts +15 -15
- package/dist/mocked_classnames/components/Menu/MenuItem/AvatarMenuItem.d.ts +22 -22
- package/dist/mocked_classnames/components/Menu/MenuItem/MenuItem.d.ts +169 -169
- package/dist/mocked_classnames/components/Menu/MenuItem/MenuItem.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Menu/MenuItem/MenuItemConstants.d.ts +1 -1
- package/dist/mocked_classnames/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.d.ts +4 -4
- package/dist/mocked_classnames/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.types.d.ts +15 -15
- package/dist/mocked_classnames/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.d.ts +4 -4
- package/dist/mocked_classnames/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.types.d.ts +32 -32
- package/dist/mocked_classnames/components/Menu/MenuItem/components/MenuItemSubMenu/MenuItemSubMenu.d.ts +4 -4
- package/dist/mocked_classnames/components/Menu/MenuItem/components/MenuItemSubMenu/MenuItemSubMenu.types.d.ts +33 -33
- package/dist/mocked_classnames/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.d.ts +4 -4
- package/dist/mocked_classnames/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.types.d.ts +31 -31
- package/dist/mocked_classnames/components/Menu/MenuItem/hooks/useMenuItemKeyboardEvents.d.ts +21 -21
- package/dist/mocked_classnames/components/Menu/MenuItem/hooks/useMenuItemMouseEvents.d.ts +12 -12
- package/dist/mocked_classnames/components/Menu/MenuItemButton/MenuItemButton.d.ts +77 -77
- package/dist/mocked_classnames/components/Menu/MenuTitle/MenuTitle.d.ts +15 -15
- package/dist/mocked_classnames/components/Menu/MenuTitle/MenuTitle.type.d.ts +1 -1
- package/dist/mocked_classnames/components/Menu/index.d.ts +7 -7
- package/dist/mocked_classnames/components/MenuButton/MenuButton.d.ts +146 -146
- package/dist/mocked_classnames/components/MenuButton/MenuButton.types.d.ts +2 -2
- package/dist/mocked_classnames/components/MenuButton/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Modal/Modal/Modal.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/Modal/Modal.types.d.ts +114 -114
- package/dist/mocked_classnames/components/Modal/Modal/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Modal/ModalContent/ModalContent.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/ModalContent/ModalContent.types.d.ts +8 -8
- package/dist/mocked_classnames/components/Modal/ModalContent/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Modal/ModalHeader/ModalHeader.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/ModalHeader/ModalHeader.types.d.ts +42 -42
- package/dist/mocked_classnames/components/Modal/ModalHeader/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Modal/ModalMedia/ModalMedia.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/ModalMedia/ModalMedia.types.d.ts +8 -8
- package/dist/mocked_classnames/components/Modal/ModalMedia/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Modal/ModalTopActions/ModalTopActions.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +25 -25
- package/dist/mocked_classnames/components/Modal/context/ModalContext.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/context/ModalContext.types.d.ts +32 -32
- package/dist/mocked_classnames/components/Modal/footers/ModalFooter/ModalFooter.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/footers/ModalFooter/ModalFooter.types.d.ts +8 -8
- package/dist/mocked_classnames/components/Modal/footers/ModalFooterBase/ModalFooterBase.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/footers/ModalFooterBase/ModalFooterBase.types.d.ts +28 -28
- package/dist/mocked_classnames/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.types.d.ts +18 -18
- package/dist/mocked_classnames/components/Modal/footers/index.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/footers/utils/getPropsForButton.d.ts +116 -133
- package/dist/mocked_classnames/components/Modal/hooks/useFocusEscapeTargets/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.d.ts +10 -10
- package/dist/mocked_classnames/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.types.d.ts +2 -2
- package/dist/mocked_classnames/components/Modal/hooks/usePortalTarget/usePortalTarget.d.ts +3 -3
- package/dist/mocked_classnames/components/Modal/hooks/usePortalTarget/usePortalTarget.types.d.ts +2 -2
- package/dist/mocked_classnames/components/Modal/index.d.ts +6 -6
- package/dist/mocked_classnames/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.types.d.ts +10 -10
- package/dist/mocked_classnames/components/Modal/layouts/ModalFooterShadow.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/layouts/ModalFooterShadow.types.d.ts +6 -6
- package/dist/mocked_classnames/components/Modal/layouts/ModalLayoutScrollableContent.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/layouts/ModalLayoutScrollableContent.types.d.ts +15 -15
- package/dist/mocked_classnames/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.types.d.ts +11 -11
- package/dist/mocked_classnames/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.d.ts +4 -4
- package/dist/mocked_classnames/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.types.d.ts +11 -11
- package/dist/mocked_classnames/components/Modal/layouts/index.d.ts +6 -6
- package/dist/mocked_classnames/components/Modal/layouts/useLayoutScrolledContent.d.ts +9 -9
- package/dist/mocked_classnames/components/MultiStepIndicator/MultiStep.types.d.ts +9 -9
- package/dist/mocked_classnames/components/MultiStepIndicator/MultiStepIndicator.d.ts +48 -48
- package/dist/mocked_classnames/components/MultiStepIndicator/components/StepIndicator/StepIndicator.d.ts +86 -86
- package/dist/mocked_classnames/components/MultiStepIndicator/index.d.ts +2 -2
- package/dist/mocked_classnames/components/NumberField/NumberField.d.ts +4 -4
- package/dist/mocked_classnames/components/NumberField/NumberField.types.d.ts +80 -80
- package/dist/mocked_classnames/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.d.ts +4 -4
- package/dist/mocked_classnames/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.types.d.ts +9 -10
- package/dist/mocked_classnames/components/NumberField/hooks/useNumberFieldState.d.ts +11 -11
- package/dist/mocked_classnames/components/NumberField/hooks/useSpinButtonHandlers.d.ts +9 -10
- package/dist/mocked_classnames/components/NumberField/index.d.ts +2 -2
- package/dist/mocked_classnames/components/NumberField/utils/calcValue.d.ts +6 -6
- package/dist/mocked_classnames/components/ProgressBars/PercentageLabel/PercentageLabel.d.ts +13 -13
- package/dist/mocked_classnames/components/ProgressBars/ProgressBar/Bar/Bar.d.ts +48 -48
- package/dist/mocked_classnames/components/ProgressBars/ProgressBar/ProgressBar.d.ts +69 -69
- package/dist/mocked_classnames/components/ProgressBars/ProgressBar/ProgressBar.types.d.ts +3 -3
- package/dist/mocked_classnames/components/ProgressBars/ProgressBar/ProgressBarHelpers.d.ts +4 -4
- package/dist/mocked_classnames/components/ProgressBars/index.d.ts +2 -2
- package/dist/mocked_classnames/components/RadioButton/RadioButton.d.ts +74 -74
- package/dist/mocked_classnames/components/RadioButton/index.d.ts +1 -1
- package/dist/mocked_classnames/components/Search/Search.d.ts +4 -4
- package/dist/mocked_classnames/components/Search/Search.types.d.ts +104 -104
- package/dist/mocked_classnames/components/Search/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Skeleton/Skeleton.d.ts +31 -31
- package/dist/mocked_classnames/components/Skeleton/SkeletonConstants.d.ts +1 -1
- package/dist/mocked_classnames/components/Skeleton/Skelton.types.d.ts +4 -4
- package/dist/mocked_classnames/components/Skeleton/index.d.ts +2 -2
- package/dist/mocked_classnames/components/SlideTransition/SlideTransition.d.ts +4 -4
- package/dist/mocked_classnames/components/SlideTransition/SlideTransition.types.d.ts +20 -20
- package/dist/mocked_classnames/components/Slider/SelectionIndicator.d.ts +15 -15
- package/dist/mocked_classnames/components/Slider/Slider.d.ts +120 -120
- package/dist/mocked_classnames/components/Slider/Slider.types.d.ts +8 -8
- package/dist/mocked_classnames/components/Slider/SliderBase/SliderBase.d.ts +5 -5
- package/dist/mocked_classnames/components/Slider/SliderBase/SliderFilledTrack.d.ts +23 -23
- package/dist/mocked_classnames/components/Slider/SliderBase/SliderRail.d.ts +19 -19
- package/dist/mocked_classnames/components/Slider/SliderBase/SliderThumb.d.ts +27 -27
- package/dist/mocked_classnames/components/Slider/SliderBase/SliderTrack.d.ts +11 -11
- package/dist/mocked_classnames/components/Slider/SliderConstants.d.ts +64 -64
- package/dist/mocked_classnames/components/Slider/SliderContext.d.ts +43 -43
- package/dist/mocked_classnames/components/Slider/SliderHelpers.d.ts +14 -14
- package/dist/mocked_classnames/components/Slider/SliderHooks.d.ts +25 -26
- package/dist/mocked_classnames/components/Slider/SliderInfix.d.ts +11 -11
- package/dist/mocked_classnames/components/Slider/SliderInfixHooks.d.ts +3 -3
- package/dist/mocked_classnames/components/Slider/index.d.ts +2 -2
- package/dist/mocked_classnames/components/SplitButton/SplitButton.d.ts +44 -44
- package/dist/mocked_classnames/components/SplitButton/SplitButtonConstants.d.ts +22 -22
- package/dist/mocked_classnames/components/SplitButton/SplitButtonMenu/SplitButtonMenu.d.ts +9 -9
- package/dist/mocked_classnames/components/SplitButton/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Steps/Steps.d.ts +56 -56
- package/dist/mocked_classnames/components/Steps/Steps.types.d.ts +3 -3
- package/dist/mocked_classnames/components/Steps/StepsCommand.d.ts +35 -35
- package/dist/mocked_classnames/components/Steps/StepsConstants.d.ts +3 -3
- package/dist/mocked_classnames/components/Steps/StepsDot.d.ts +26 -26
- package/dist/mocked_classnames/components/Steps/StepsGalleryHeader.d.ts +26 -26
- package/dist/mocked_classnames/components/Steps/StepsHeader.d.ts +51 -51
- package/dist/mocked_classnames/components/Steps/StepsNumbersHeader.d.ts +18 -18
- package/dist/mocked_classnames/components/Steps/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Switch/Switch.d.ts +59 -59
- package/dist/mocked_classnames/components/Switch/index.d.ts +1 -1
- package/dist/mocked_classnames/components/Table/Table/Table.d.ts +76 -76
- package/dist/mocked_classnames/components/Table/Table/Table.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Table/Table/TableConsts.d.ts +14 -14
- package/dist/mocked_classnames/components/Table/Table/tableHelpers.d.ts +12 -12
- package/dist/mocked_classnames/components/Table/TableBody/TableBody.d.ts +12 -12
- package/dist/mocked_classnames/components/Table/TableCell/TableCell.d.ts +14 -14
- package/dist/mocked_classnames/components/Table/TableCellSkeleton/TableCellSkeleton.d.ts +15 -15
- package/dist/mocked_classnames/components/Table/TableContainer/TableContainer.d.ts +4 -4
- package/dist/mocked_classnames/components/Table/TableContainer/TableContainer.types.d.ts +12 -12
- package/dist/mocked_classnames/components/Table/TableHeader/TableHeader.d.ts +11 -11
- package/dist/mocked_classnames/components/Table/TableHeaderCell/TableHeaderCell.d.ts +35 -35
- package/dist/mocked_classnames/components/Table/TableRow/TableRow.d.ts +19 -19
- package/dist/mocked_classnames/components/Table/TableRowMenu/TableRowMenu.d.ts +4 -4
- package/dist/mocked_classnames/components/Table/TableRowMenu/TableRowMenu.types.d.ts +12 -12
- package/dist/mocked_classnames/components/Table/TableVirtualizedBody/TableVirtualizedBody.d.ts +35 -35
- package/dist/mocked_classnames/components/Table/context/TableContainerContext/TableContainerContext.d.ts +4 -4
- package/dist/mocked_classnames/components/Table/context/TableContainerContext/TableContainerContext.types.d.ts +9 -9
- package/dist/mocked_classnames/components/Table/context/TableContext/TableContext.d.ts +4 -4
- package/dist/mocked_classnames/components/Table/context/TableContext/TableContext.types.d.ts +27 -27
- package/dist/mocked_classnames/components/Table/context/TableRowMenuContext/TableRowMenuContext.d.ts +4 -4
- package/dist/mocked_classnames/components/Table/context/TableRowMenuContext/TableRowMenuContext.types.d.ts +23 -23
- package/dist/mocked_classnames/components/Table/index.d.ts +12 -12
- package/dist/mocked_classnames/components/Tabs/Tab/Tab.d.ts +64 -64
- package/dist/mocked_classnames/components/Tabs/TabList/TabList.d.ts +35 -35
- package/dist/mocked_classnames/components/Tabs/TabPanel/TabPanel.d.ts +14 -14
- package/dist/mocked_classnames/components/Tabs/TabPanels/TabPanels.d.ts +20 -20
- package/dist/mocked_classnames/components/Tabs/TabPanels/TabPanels.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Tabs/TabsContext/TabsContext.d.ts +14 -14
- package/dist/mocked_classnames/components/Tabs/index.d.ts +6 -6
- package/dist/mocked_classnames/components/TextArea/TextArea.d.ts +4 -4
- package/dist/mocked_classnames/components/TextArea/TextArea.types.d.ts +67 -67
- package/dist/mocked_classnames/components/TextArea/index.d.ts +2 -2
- package/dist/mocked_classnames/components/TextField/TextField.d.ts +186 -186
- package/dist/mocked_classnames/components/TextField/TextField.types.d.ts +3 -3
- package/dist/mocked_classnames/components/TextField/TextFieldConstants.d.ts +21 -21
- package/dist/mocked_classnames/components/TextField/index.d.ts +2 -2
- package/dist/mocked_classnames/components/TextWithHighlight/TextWithHighlight.d.ts +51 -51
- package/dist/mocked_classnames/components/TextWithHighlight/index.d.ts +1 -1
- package/dist/mocked_classnames/components/ThemeProvider/ThemeProvider.d.ts +30 -30
- package/dist/mocked_classnames/components/ThemeProvider/ThemeProvider.types.d.ts +5 -5
- package/dist/mocked_classnames/components/ThemeProvider/ThemeProviderConstants.d.ts +23 -23
- package/dist/mocked_classnames/components/ThemeProvider/ThemeProviderUtils.d.ts +10 -10
- package/dist/mocked_classnames/components/ThemeProvider/index.d.ts +2 -2
- package/dist/mocked_classnames/components/Tipseen/Tipseen.d.ts +109 -109
- package/dist/mocked_classnames/components/Tipseen/Tipseen.types.d.ts +2 -2
- package/dist/mocked_classnames/components/Tipseen/TipseenBasicContent.d.ts +19 -19
- package/dist/mocked_classnames/components/Tipseen/TipseenConstants.d.ts +4 -4
- package/dist/mocked_classnames/components/Tipseen/TipseenContent.d.ts +48 -48
- package/dist/mocked_classnames/components/Tipseen/TipseenMedia/TipseenMedia.d.ts +10 -10
- package/dist/mocked_classnames/components/Tipseen/TipseenTitle.d.ts +10 -10
- package/dist/mocked_classnames/components/Tipseen/TipseenWizard.d.ts +18 -18
- package/dist/mocked_classnames/components/Tipseen/index.d.ts +5 -5
- package/dist/mocked_classnames/components/Toast/Toast.d.ts +57 -57
- package/dist/mocked_classnames/components/Toast/Toast.types.d.ts +9 -9
- package/dist/mocked_classnames/components/Toast/ToastButton/ToastButton.d.ts +5 -5
- package/dist/mocked_classnames/components/Toast/ToastConstants.d.ts +7 -8
- package/dist/mocked_classnames/components/Toast/ToastHelpers.d.ts +4 -4
- package/dist/mocked_classnames/components/Toast/ToastLink/ToastLink.d.ts +5 -5
- package/dist/mocked_classnames/components/Toast/index.d.ts +4 -4
- package/dist/mocked_classnames/components/Toggle/MockToggle.d.ts +34 -34
- package/dist/mocked_classnames/components/Toggle/Toggle.d.ts +59 -59
- package/dist/mocked_classnames/components/Toggle/Toggle.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Toggle/ToggleConstants.d.ts +1 -1
- package/dist/mocked_classnames/components/Toggle/ToggleText.d.ts +14 -14
- package/dist/mocked_classnames/components/Toggle/index.d.ts +1 -1
- package/dist/mocked_classnames/components/TransitionView/TransitionView.d.ts +4 -4
- package/dist/mocked_classnames/components/TransitionView/TransitionView.types.d.ts +18 -18
- package/dist/mocked_classnames/components/TransitionView/index.d.ts +2 -2
- package/dist/mocked_classnames/components/VirtualizedGrid/VirtualizedGrid.d.ts +67 -67
- package/dist/mocked_classnames/components/VirtualizedGrid/VirtualizedGrid.types.d.ts +6 -6
- package/dist/mocked_classnames/components/VirtualizedGrid/index.d.ts +2 -2
- package/dist/mocked_classnames/components/VirtualizedList/VirtualizedList.d.ts +90 -90
- package/dist/mocked_classnames/components/VirtualizedList/VirtualizedList.types.d.ts +8 -8
- package/dist/mocked_classnames/components/VirtualizedList/index.d.ts +2 -2
- package/dist/mocked_classnames/components/index.d.ts +68 -68
- package/dist/mocked_classnames/components/next/List/List.d.ts +4 -4
- package/dist/mocked_classnames/components/next/List/List.types.d.ts +47 -47
- package/dist/mocked_classnames/components/next/List/ListItem/ListItem.d.ts +4 -4
- package/dist/mocked_classnames/components/next/List/ListItem/ListItem.types.d.ts +44 -44
- package/dist/mocked_classnames/components/next/List/ListItem/index.d.ts +2 -2
- package/dist/mocked_classnames/components/next/List/ListTitle/ListTitle.d.ts +4 -4
- package/dist/mocked_classnames/components/next/List/ListTitle/ListTitle.types.d.ts +16 -16
- package/dist/mocked_classnames/components/next/List/ListTitle/index.d.ts +2 -2
- package/dist/mocked_classnames/components/next/List/index.d.ts +6 -6
- package/dist/mocked_classnames/components/next/index.d.ts +1 -1
- package/dist/mocked_classnames/components/next.d.ts +1 -1
- package/dist/mocked_classnames/constants/index.d.ts +2 -2
- package/dist/mocked_classnames/constants/keyCodes.d.ts +16 -16
- package/dist/mocked_classnames/constants/sizes.d.ts +25 -25
- package/dist/mocked_classnames/helpers/screenReaderAccessHelper.d.ts +31 -31
- package/dist/mocked_classnames/helpers/testid-helper.d.ts +1 -1
- package/dist/mocked_classnames/helpers/textManipulations.d.ts +10 -10
- package/dist/mocked_classnames/helpers/typesciptCssModulesHelper.d.ts +6 -6
- package/dist/mocked_classnames/hooks/createEventHandler.d.ts +1 -1
- package/dist/mocked_classnames/hooks/index.d.ts +17 -17
- package/dist/mocked_classnames/hooks/ssr/useIsMounted.d.ts +1 -1
- package/dist/mocked_classnames/hooks/ssr/useIsomorphicLayoutEffect.d.ts +3 -3
- package/dist/mocked_classnames/hooks/useActiveDescendantListFocus/index.d.ts +35 -35
- package/dist/mocked_classnames/hooks/useActiveDescendantListFocus/useActiveDescendantListFocusHelpers.d.ts +8 -8
- package/dist/mocked_classnames/hooks/useActiveDescendantListFocus/useActiveDescendantListFocusHooks.d.ts +44 -44
- package/dist/mocked_classnames/hooks/useAfterFirstRender/index.d.ts +2 -2
- package/dist/mocked_classnames/hooks/useDebounceEvent/index.d.ts +18 -18
- package/dist/mocked_classnames/hooks/useElementsOverflowingIndex.d.ts +9 -9
- package/dist/mocked_classnames/hooks/useEventListener/index.d.ts +8 -8
- package/dist/mocked_classnames/hooks/useFocusWithin.d.ts +14 -14
- package/dist/mocked_classnames/hooks/useFullKeyboardListeners.d.ts +28 -28
- package/dist/mocked_classnames/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.d.ts +20 -20
- package/dist/mocked_classnames/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.d.ts +42 -42
- package/dist/mocked_classnames/hooks/useHover/useHover.d.ts +2 -2
- package/dist/mocked_classnames/hooks/useIsMouseEnter.d.ts +4 -4
- package/dist/mocked_classnames/hooks/useIsMouseOver.d.ts +4 -4
- package/dist/mocked_classnames/hooks/useItemsOverflow/useItemsOverflow.d.ts +15 -15
- package/dist/mocked_classnames/hooks/useKeyEvent/index.d.ts +56 -56
- package/dist/mocked_classnames/hooks/useKeyboard.d.ts +14 -14
- package/dist/mocked_classnames/hooks/useListenFocusTriggers/index.d.ts +6 -6
- package/dist/mocked_classnames/hooks/useMediaQuery/index.d.ts +2 -2
- package/dist/mocked_classnames/hooks/useMergeRef.d.ts +7 -7
- package/dist/mocked_classnames/hooks/usePrevious/index.d.ts +1 -1
- package/dist/mocked_classnames/hooks/useRefWithCallback.d.ts +2 -2
- package/dist/mocked_classnames/hooks/useSetFocus/index.d.ts +10 -10
- package/dist/mocked_classnames/hooks/useStyle.d.ts +2 -2
- package/dist/mocked_classnames/hooks/useSwitch/index.d.ts +31 -31
- package/dist/mocked_classnames/hooks/useThrottledCallback.d.ts +4 -4
- package/dist/mocked_classnames/hooks/useTimeout/index.d.ts +6 -6
- package/dist/mocked_classnames/hooks/useVibeMediaQuery/index.d.ts +12 -12
- package/dist/mocked_classnames/hooks/useWizard/useWizard.d.ts +3 -3
- package/dist/mocked_classnames/hooks/useWizard/useWizard.types.d.ts +49 -49
- package/dist/mocked_classnames/index.d.ts +4 -4
- package/dist/mocked_classnames/scripts/generate-metadata.d.ts +1 -1
- package/dist/mocked_classnames/services/themes.d.ts +3 -3
- package/dist/mocked_classnames/services/virtualized-service.d.ts +27 -27
- package/dist/mocked_classnames/src/components/Accordion/Accordion/Accordion.js.map +1 -1
- package/dist/mocked_classnames/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/Avatar.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/Avatar.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContainer.js.map +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Badge/Badge.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/BaseItem/BaseItem.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/BaseList/BaseList.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/BaseList/hooks/useBaseListFocus.js.map +1 -1
- package/dist/mocked_classnames/src/components/BaseList/hooks/useBaseListKeyboard.js.map +1 -1
- package/dist/mocked_classnames/src/components/BaseList/utils/baseListUtils.js.map +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Checkbox/Checkbox.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Checkbox/hooks/useSupportFirefoxLabelClick.js.map +1 -1
- package/dist/mocked_classnames/src/components/Chips/Chips.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +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.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/Combobox.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxItems/ComboboxItems.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Counter/Counter.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DatePicker.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/utils.js.map +1 -1
- package/dist/mocked_classnames/src/components/Divider/Divider.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/Menu/Menu.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/Trigger/DropdownChip.js.map +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/EditableText/EditableText.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/EditableTypography/EditableTypography.js.map +1 -1
- package/dist/mocked_classnames/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/EmptyState/EmptyState.js.map +1 -1
- package/dist/mocked_classnames/src/components/EmptyState/EmptyState.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/GridKeyboardNavigationContext/GridKeyboardNavigationContext.js.map +1 -1
- package/dist/mocked_classnames/src/components/GridKeyboardNavigationContext/helper.js.map +1 -1
- package/dist/mocked_classnames/src/components/HiddenText/HiddenText.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/InfoText/InfoText.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Label/Label.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Label/LabelCelebrationAnimation.js.map +1 -1
- package/dist/mocked_classnames/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Link/Link.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/List/List.js.map +1 -1
- package/dist/mocked_classnames/src/components/List/List.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/List/utils/ListUtils.js.map +1 -1
- package/dist/mocked_classnames/src/components/ListItem/ListItem.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ListTitle/ListTitle.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/Menu/Menu.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/Menu/hooks/useFocusOnMount.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenu/MenuItemSubMenu.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/hooks/useMenuItemKeyboardEvents.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/MenuButton/MenuButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/Modal/Modal.js.map +1 -1
- package/dist/mocked_classnames/src/components/Modal/Modal/Modal.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.js.map +1 -1
- package/dist/mocked_classnames/src/components/Modal/hooks/usePortalTarget/usePortalTarget.js.map +1 -1
- package/dist/mocked_classnames/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/layouts/useLayoutScrolledContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/NumberField/NumberField.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/NumberField/hooks/useNumberFieldState.js.map +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/ProgressBar/Bar/Bar.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/ProgressBar/ProgressBar.js.map +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/ProgressBar/ProgressBar.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/RadioButton/RadioButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Search/Search.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Skeleton/Skeleton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/Slider.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderHelpers.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderHooks.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderInfix.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderInfixHooks.js.map +1 -1
- package/dist/mocked_classnames/src/components/SplitButton/SplitButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Steps/Steps.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsCommand.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsDot.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsHeader.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Switch/Switch.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/Table/Table.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/Table/Table.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/Table/tableHelpers.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/context/TableRowMenuContext/TableRowMenuContext.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabsContext/TabsContext.js.map +1 -1
- package/dist/mocked_classnames/src/components/TextArea/TextArea.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/TextField/TextField.js.map +1 -1
- package/dist/mocked_classnames/src/components/TextField/TextField.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.js.map +1 -1
- package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/mocked_classnames/src/components/ThemeProvider/ThemeProviderUtils.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/Tipseen.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Toast/Toast.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Toggle/MockToggle.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Toggle/Toggle.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Toggle/ToggleText.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/TransitionView/TransitionView.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/VirtualizedGrid/VirtualizedGrid.js.map +1 -1
- package/dist/mocked_classnames/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/VirtualizedList/VirtualizedList.js.map +1 -1
- package/dist/mocked_classnames/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/next/List/List.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/next/List/ListTitle/ListTitle.module.scss.js +1 -1
- package/dist/mocked_classnames/src/helpers/textManipulations.js.map +1 -1
- package/dist/mocked_classnames/src/hooks/useActiveDescendantListFocus/useActiveDescendantListFocusHelpers.js.map +1 -1
- package/dist/mocked_classnames/src/hooks/useActiveDescendantListFocus/useActiveDescendantListFocusHooks.js.map +1 -1
- package/dist/mocked_classnames/src/hooks/useElementsOverflowingIndex.js.map +1 -1
- package/dist/mocked_classnames/src/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js.map +1 -1
- package/dist/mocked_classnames/src/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.js.map +1 -1
- package/dist/mocked_classnames/src/hooks/useItemsOverflow/useItemsOverflow.js.map +1 -1
- package/dist/mocked_classnames/src/hooks/useSwitch/index.js.map +1 -1
- package/dist/mocked_classnames/src/services/themes.js.map +1 -1
- package/dist/mocked_classnames/src/services/virtualized-service.js.map +1 -1
- package/dist/mocked_classnames/src/tests/interactionsTests.js +1 -1
- package/dist/mocked_classnames/src/tests/interactionsTests.js.map +1 -1
- package/dist/mocked_classnames/src/utils/dom-utils.js.map +1 -1
- package/dist/mocked_classnames/src/utils/warn-deprecated.js.map +1 -1
- package/dist/mocked_classnames/style-imports.d.ts +1 -1
- package/dist/mocked_classnames/tests/constants.d.ts +201 -201
- package/dist/mocked_classnames/tests/interactions-utils.d.ts +57 -57
- package/dist/mocked_classnames/tests/test-ids-utils.d.ts +3 -3
- package/dist/mocked_classnames/types/ArrayLastElement.d.ts +1 -1
- package/dist/mocked_classnames/types/Colors.d.ts +22 -22
- package/dist/mocked_classnames/types/ElementContent.d.ts +2 -2
- package/dist/mocked_classnames/types/FormElement.d.ts +40 -40
- package/dist/mocked_classnames/types/MoveBy.d.ts +4 -4
- package/dist/mocked_classnames/types/SplitString.d.ts +1 -1
- package/dist/mocked_classnames/types/VibeComponentProps.d.ts +14 -14
- package/dist/mocked_classnames/types/events.d.ts +6 -6
- package/dist/mocked_classnames/types/index.d.ts +6 -6
- package/dist/mocked_classnames/utils/colors-utils.d.ts +8 -8
- package/dist/mocked_classnames/utils/colors-vars-map.d.ts +132 -132
- package/dist/mocked_classnames/utils/dom-event-utils.d.ts +16 -16
- package/dist/mocked_classnames/utils/dom-utils.d.ts +2 -2
- package/dist/mocked_classnames/utils/function-utils.d.ts +5 -5
- package/dist/mocked_classnames/utils/media-query-utils.d.ts +23 -23
- package/dist/mocked_classnames/utils/ssr-utils.d.ts +2 -2
- package/dist/mocked_classnames/utils/user-agent-utils.d.ts +2 -2
- package/dist/mocked_classnames/utils/warn-deprecated.d.ts +10 -10
- package/dist/scripts/generate-metadata.d.ts +1 -1
- package/dist/services/themes.d.ts +3 -3
- package/dist/services/virtualized-service.d.ts +27 -27
- package/dist/shared/dist/utils/dom-utils.js.map +1 -1
- package/dist/shared/dist/utils/function-utils.js.map +1 -1
- package/dist/src/components/Accordion/Accordion/Accordion.js.map +1 -1
- package/dist/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
- package/dist/src/components/AlertBanner/AlertBanner.module.scss.js +1 -1
- package/dist/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.module.scss.js +1 -1
- package/dist/src/components/AlertBanner/AlertBannerLink/AlertBannerLink.module.scss.js +1 -1
- package/dist/src/components/AlertBanner/AlertBannerText/AlertBannerText.module.scss.js +1 -1
- package/dist/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
- package/dist/src/components/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.module.scss.js +1 -1
- package/dist/src/components/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.module.scss.js +1 -1
- package/dist/src/components/AttentionBox/components/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
- package/dist/src/components/AttentionBox/layouts/AttentionBoxCompact/AttentionBoxCompact.module.scss.js +1 -1
- package/dist/src/components/AttentionBox/layouts/AttentionBoxDefault/AttentionBoxDefault.module.scss.js +1 -1
- package/dist/src/components/Avatar/Avatar.js.map +1 -1
- package/dist/src/components/Avatar/Avatar.module.scss.js +1 -1
- package/dist/src/components/Avatar/AvatarBadge.module.scss.js +1 -1
- package/dist/src/components/Avatar/AvatarContent.module.scss.js +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContainer.js.map +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
- package/dist/src/components/Badge/Badge.module.scss.js +1 -1
- package/dist/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
- package/dist/src/components/BaseItem/BaseItem.module.scss.js +1 -1
- package/dist/src/components/BaseList/BaseList.module.scss.js +1 -1
- package/dist/src/components/BaseList/hooks/useBaseListFocus.js.map +1 -1
- package/dist/src/components/BaseList/hooks/useBaseListKeyboard.js.map +1 -1
- package/dist/src/components/BaseList/utils/baseListUtils.js.map +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.module.scss.js +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.module.scss.js +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbMenu/BreadcrumbsMenu.module.scss.js +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
- package/dist/src/components/ButtonGroup/ButtonGroup.module.scss.js +1 -1
- package/dist/src/components/Checkbox/Checkbox.module.scss.js +1 -1
- package/dist/src/components/Checkbox/hooks/useSupportFirefoxLabelClick.js.map +1 -1
- package/dist/src/components/Chips/Chips.module.scss.js +1 -1
- package/dist/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js.map +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
- package/dist/src/components/Combobox/Combobox.module.scss.js +1 -1
- package/dist/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.js.map +1 -1
- package/dist/src/components/Combobox/ComboboxHelpers/ComboboxHelpers.module.scss.js +1 -1
- package/dist/src/components/Combobox/components/ComboboxCategory/ComboboxCategory.module.scss.js +1 -1
- package/dist/src/components/Combobox/components/ComboboxItems/ComboboxItems.js.map +1 -1
- package/dist/src/components/Combobox/components/ComboboxItems/ComboboxItems.module.scss.js +1 -1
- package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
- package/dist/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
- package/dist/src/components/Counter/Counter.module.scss.js +1 -1
- package/dist/src/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/src/components/DatePicker/DatePicker.module.scss.js +1 -1
- package/dist/src/components/DatePicker/DatePickerHeader.module.scss.js +1 -1
- package/dist/src/components/DatePicker/utils.js.map +1 -1
- package/dist/src/components/Divider/Divider.module.scss.js +1 -1
- package/dist/src/components/Dropdown/components/DropdownBase/DropdownBase.module.scss.js +1 -1
- package/dist/src/components/Dropdown/components/DropdownBaseList/DropdownBaseList.module.scss.js +1 -1
- package/dist/src/components/Dropdown/components/DropdownBoxMode/DropdownBoxMode.module.scss.js +1 -1
- package/dist/src/components/Dropdown/components/Menu/Menu.module.scss.js +1 -1
- package/dist/src/components/Dropdown/components/MultiSelectedValues/MultiSelectedValues.module.scss.js +1 -1
- package/dist/src/components/Dropdown/components/Trigger/DropdownChip.js.map +1 -1
- package/dist/src/components/Dropdown/components/Trigger/Trigger.module.scss.js +1 -1
- package/dist/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
- package/dist/src/components/EditableText/EditableText.module.scss.js +1 -1
- package/dist/src/components/EditableTypography/EditableTypography.js.map +1 -1
- package/dist/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
- package/dist/src/components/EmptyState/EmptyState.js.map +1 -1
- package/dist/src/components/EmptyState/EmptyState.module.scss.js +1 -1
- package/dist/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
- package/dist/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
- package/dist/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
- package/dist/src/components/GridKeyboardNavigationContext/GridKeyboardNavigationContext.js.map +1 -1
- package/dist/src/components/GridKeyboardNavigationContext/helper.js.map +1 -1
- package/dist/src/components/HiddenText/HiddenText.module.scss.js +1 -1
- package/dist/src/components/Info/components/InfoDialogContent/InfoDialogContent.module.scss.js +1 -1
- package/dist/src/components/Info/components/InfoLink/InfoLink.module.scss.js +1 -1
- package/dist/src/components/InfoText/InfoText.module.scss.js +1 -1
- package/dist/src/components/Label/Label.module.scss.js +1 -1
- package/dist/src/components/Label/LabelCelebrationAnimation.js.map +1 -1
- package/dist/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
- package/dist/src/components/Link/Link.module.scss.js +1 -1
- package/dist/src/components/List/List.js.map +1 -1
- package/dist/src/components/List/List.module.scss.js +1 -1
- package/dist/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
- package/dist/src/components/List/utils/ListUtils.js.map +1 -1
- package/dist/src/components/ListItem/ListItem.module.scss.js +1 -1
- package/dist/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
- package/dist/src/components/ListItemIcon/ListItemIcon.module.scss.js +1 -1
- package/dist/src/components/ListTitle/ListTitle.module.scss.js +1 -1
- package/dist/src/components/Menu/Menu/Menu.module.scss.js +1 -1
- package/dist/src/components/Menu/Menu/hooks/useFocusOnMount.js.map +1 -1
- package/dist/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
- package/dist/src/components/Menu/MenuItem/MenuItem.module.scss.js +1 -1
- package/dist/src/components/Menu/MenuItem/components/BaseMenuItem/BaseMenuItem.module.scss.js +1 -1
- package/dist/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.module.scss.js +1 -1
- package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenu/MenuItemSubMenu.js.map +1 -1
- package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +1 -1
- package/dist/src/components/Menu/MenuItem/hooks/useMenuItemKeyboardEvents.js.map +1 -1
- package/dist/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
- package/dist/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +1 -1
- package/dist/src/components/MenuButton/MenuButton.module.scss.js +1 -1
- package/dist/src/components/Modal/Modal/Modal.js.map +1 -1
- package/dist/src/components/Modal/Modal/Modal.module.scss.js +1 -1
- package/dist/src/components/Modal/ModalHeader/ModalHeader.module.scss.js +1 -1
- package/dist/src/components/Modal/ModalMedia/ModalMedia.module.scss.js +1 -1
- package/dist/src/components/Modal/ModalTopActions/ModalTopActions.module.scss.js +1 -1
- package/dist/src/components/Modal/footers/ModalFooter/ModalFooter.module.scss.js +1 -1
- package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.module.scss.js +1 -1
- package/dist/src/components/Modal/footers/ModalFooterWizard/ModalFooterWizard.module.scss.js +1 -1
- package/dist/src/components/Modal/hooks/useFocusEscapeTargets/useFocusEscapeTargets.js.map +1 -1
- package/dist/src/components/Modal/hooks/usePortalTarget/usePortalTarget.js.map +1 -1
- package/dist/src/components/Modal/layouts/ModalBasicLayout/ModalBasicLayout.module.scss.js +1 -1
- package/dist/src/components/Modal/layouts/ModalFooterShadow.module.scss.js +1 -1
- package/dist/src/components/Modal/layouts/ModalLayoutScrollableContent.module.scss.js +1 -1
- package/dist/src/components/Modal/layouts/ModalMediaLayout/ModalMediaLayout.module.scss.js +1 -1
- package/dist/src/components/Modal/layouts/ModalSideBySideLayout/ModalSideBySideLayout.module.scss.js +1 -1
- package/dist/src/components/Modal/layouts/useLayoutScrolledContent.js.map +1 -1
- package/dist/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
- package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
- package/dist/src/components/NumberField/NumberField.module.scss.js +1 -1
- package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.module.scss.js +1 -1
- package/dist/src/components/NumberField/hooks/useNumberFieldState.js.map +1 -1
- package/dist/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
- package/dist/src/components/ProgressBars/ProgressBar/Bar/Bar.module.scss.js +1 -1
- package/dist/src/components/ProgressBars/ProgressBar/ProgressBar.js.map +1 -1
- package/dist/src/components/ProgressBars/ProgressBar/ProgressBar.module.scss.js +1 -1
- package/dist/src/components/RadioButton/RadioButton.module.scss.js +1 -1
- package/dist/src/components/Search/Search.module.scss.js +1 -1
- package/dist/src/components/Skeleton/Skeleton.module.scss.js +1 -1
- package/dist/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
- package/dist/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
- package/dist/src/components/Slider/Slider.module.scss.js +1 -1
- package/dist/src/components/Slider/SliderBase/SliderBase.module.scss.js +1 -1
- package/dist/src/components/Slider/SliderBase/SliderFilledTrack.module.scss.js +1 -1
- package/dist/src/components/Slider/SliderBase/SliderRail.module.scss.js +1 -1
- package/dist/src/components/Slider/SliderBase/SliderThumb.module.scss.js +1 -1
- package/dist/src/components/Slider/SliderBase/SliderTrack.module.scss.js +1 -1
- package/dist/src/components/Slider/SliderHelpers.js.map +1 -1
- package/dist/src/components/Slider/SliderHooks.js.map +1 -1
- package/dist/src/components/Slider/SliderInfix.module.scss.js +1 -1
- package/dist/src/components/Slider/SliderInfixHooks.js.map +1 -1
- package/dist/src/components/SplitButton/SplitButton.module.scss.js +1 -1
- package/dist/src/components/Steps/Steps.module.scss.js +1 -1
- package/dist/src/components/Steps/StepsCommand.module.scss.js +1 -1
- package/dist/src/components/Steps/StepsDot.module.scss.js +1 -1
- package/dist/src/components/Steps/StepsGalleryHeader.module.scss.js +1 -1
- package/dist/src/components/Steps/StepsHeader.module.scss.js +1 -1
- package/dist/src/components/Steps/StepsNumbersHeader.module.scss.js +1 -1
- package/dist/src/components/Switch/Switch.module.scss.js +1 -1
- package/dist/src/components/Table/Table/Table.js.map +1 -1
- package/dist/src/components/Table/Table/Table.module.scss.js +1 -1
- package/dist/src/components/Table/Table/tableHelpers.js.map +1 -1
- package/dist/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
- package/dist/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
- package/dist/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
- package/dist/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
- package/dist/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
- package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
- package/dist/src/components/Table/TableRow/TableRow.module.scss.js +1 -1
- package/dist/src/components/Table/TableRowMenu/TableRowMenu.module.scss.js +1 -1
- package/dist/src/components/Table/TableVirtualizedBody/TableVirtualizedBody.module.scss.js +1 -1
- package/dist/src/components/Table/context/TableRowMenuContext/TableRowMenuContext.js.map +1 -1
- package/dist/src/components/Tabs/Tab/Tab.module.scss.js +1 -1
- package/dist/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
- package/dist/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
- package/dist/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
- package/dist/src/components/Tabs/TabsContext/TabsContext.js.map +1 -1
- package/dist/src/components/TextArea/TextArea.module.scss.js +1 -1
- package/dist/src/components/TextField/TextField.js.map +1 -1
- package/dist/src/components/TextField/TextField.module.scss.js +1 -1
- package/dist/src/components/TextWithHighlight/TextWithHighlight.js.map +1 -1
- package/dist/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
- package/dist/src/components/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/src/components/ThemeProvider/ThemeProviderUtils.js.map +1 -1
- package/dist/src/components/Tipseen/Tipseen.module.scss.js +1 -1
- package/dist/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
- package/dist/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
- package/dist/src/components/Tipseen/TipseenMedia/TipseenMedia.module.scss.js +1 -1
- package/dist/src/components/Tipseen/TipseenTitle.module.scss.js +1 -1
- package/dist/src/components/Tipseen/TipseenWizard.module.scss.js +1 -1
- package/dist/src/components/Toast/Toast.module.scss.js +1 -1
- package/dist/src/components/Toast/ToastLink/ToastLink.module.scss.js +1 -1
- package/dist/src/components/Toggle/MockToggle.module.scss.js +1 -1
- package/dist/src/components/Toggle/Toggle.module.scss.js +1 -1
- package/dist/src/components/Toggle/ToggleText.module.scss.js +1 -1
- package/dist/src/components/TransitionView/TransitionView.module.scss.js +1 -1
- package/dist/src/components/VirtualizedGrid/VirtualizedGrid.js.map +1 -1
- package/dist/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
- package/dist/src/components/VirtualizedList/VirtualizedList.js.map +1 -1
- package/dist/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
- package/dist/src/components/next/List/List.module.scss.js +1 -1
- package/dist/src/components/next/List/ListTitle/ListTitle.module.scss.js +1 -1
- package/dist/src/helpers/textManipulations.js.map +1 -1
- package/dist/src/hooks/useActiveDescendantListFocus/useActiveDescendantListFocusHelpers.js.map +1 -1
- package/dist/src/hooks/useActiveDescendantListFocus/useActiveDescendantListFocusHooks.js.map +1 -1
- package/dist/src/hooks/useElementsOverflowingIndex.js.map +1 -1
- package/dist/src/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js.map +1 -1
- package/dist/src/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.js.map +1 -1
- package/dist/src/hooks/useItemsOverflow/useItemsOverflow.js.map +1 -1
- package/dist/src/hooks/useSwitch/index.js.map +1 -1
- package/dist/src/services/themes.js.map +1 -1
- package/dist/src/services/virtualized-service.js.map +1 -1
- package/dist/src/tests/interactionsTests.js +1 -1
- package/dist/src/tests/interactionsTests.js.map +1 -1
- package/dist/src/utils/dom-utils.js.map +1 -1
- package/dist/src/utils/warn-deprecated.js.map +1 -1
- package/dist/style/dist/index.min.css.js +1 -1
- package/dist/style-imports.d.ts +1 -1
- package/dist/tests/constants.d.ts +201 -201
- package/dist/tests/interactions-utils.d.ts +57 -57
- package/dist/tests/test-ids-utils.d.ts +3 -3
- package/dist/types/ArrayLastElement.d.ts +1 -1
- package/dist/types/Colors.d.ts +22 -22
- package/dist/types/ElementContent.d.ts +2 -2
- package/dist/types/FormElement.d.ts +40 -40
- package/dist/types/MoveBy.d.ts +4 -4
- package/dist/types/SplitString.d.ts +1 -1
- package/dist/types/VibeComponentProps.d.ts +14 -14
- package/dist/types/events.d.ts +6 -6
- package/dist/types/index.d.ts +6 -6
- package/dist/utils/colors-utils.d.ts +8 -8
- package/dist/utils/colors-vars-map.d.ts +132 -132
- package/dist/utils/dom-event-utils.d.ts +16 -16
- package/dist/utils/dom-utils.d.ts +2 -2
- package/dist/utils/function-utils.d.ts +5 -5
- package/dist/utils/media-query-utils.d.ts +23 -23
- package/dist/utils/ssr-utils.d.ts +2 -2
- package/dist/utils/user-agent-utils.d.ts +2 -2
- package/dist/utils/warn-deprecated.d.ts +10 -10
- package/package.json +20 -20
|
@@ -1,107 +1,107 @@
|
|
|
1
|
-
import React, { type AriaRole } from "react";
|
|
2
|
-
import { type ElementAllowedColor } from "../../types/Colors";
|
|
3
|
-
import { type AvatarSize, type AvatarType } from "./Avatar.types";
|
|
4
|
-
import { type AvatarBadgeProps } from "./AvatarBadge";
|
|
5
|
-
import { type TooltipProps } from "@vibe/tooltip";
|
|
6
|
-
import { type VibeComponentProps } from "../../types";
|
|
7
|
-
import { type SubIcon } from "@vibe/icon";
|
|
8
|
-
export interface AvatarProps extends VibeComponentProps {
|
|
9
|
-
/**
|
|
10
|
-
* The image source for the avatar.
|
|
11
|
-
*/
|
|
12
|
-
src?: string;
|
|
13
|
-
/**
|
|
14
|
-
* The text displayed inside the avatar.
|
|
15
|
-
*/
|
|
16
|
-
text?: string;
|
|
17
|
-
/**
|
|
18
|
-
* Props passed to the Tooltip component. See full options in the [Tooltip documentation](https://vibe.monday.com/?path=/docs/components-tooltip--docs).
|
|
19
|
-
*/
|
|
20
|
-
tooltipProps?: Partial<TooltipProps>;
|
|
21
|
-
/**
|
|
22
|
-
* The ARIA label of the avatar.
|
|
23
|
-
*/
|
|
24
|
-
"aria-label"?: string;
|
|
25
|
-
/**
|
|
26
|
-
* If true, the tooltip is disabled.
|
|
27
|
-
*/
|
|
28
|
-
withoutTooltip?: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* The icon displayed inside the avatar.
|
|
31
|
-
*/
|
|
32
|
-
icon?: SubIcon;
|
|
33
|
-
/**
|
|
34
|
-
* The type of the avatar.
|
|
35
|
-
*/
|
|
36
|
-
type?: AvatarType;
|
|
37
|
-
/**
|
|
38
|
-
* Class name applied to the text inside the avatar.
|
|
39
|
-
*/
|
|
40
|
-
textClassName?: string;
|
|
41
|
-
/**
|
|
42
|
-
* Class name applied to the avatar content wrapper.
|
|
43
|
-
*/
|
|
44
|
-
avatarContentWrapperClassName?: string;
|
|
45
|
-
/**
|
|
46
|
-
* The background color of the avatar.
|
|
47
|
-
*/
|
|
48
|
-
backgroundColor?: ElementAllowedColor;
|
|
49
|
-
/**
|
|
50
|
-
* A custom background color.
|
|
51
|
-
*/
|
|
52
|
-
customBackgroundColor?: string;
|
|
53
|
-
/**
|
|
54
|
-
* The ARIA role of the avatar.
|
|
55
|
-
*/
|
|
56
|
-
role?: AriaRole;
|
|
57
|
-
/**
|
|
58
|
-
* The size of the avatar.
|
|
59
|
-
*/
|
|
60
|
-
size?: AvatarSize;
|
|
61
|
-
/**
|
|
62
|
-
* A custom size in pixels.
|
|
63
|
-
*/
|
|
64
|
-
customSize?: number;
|
|
65
|
-
/**
|
|
66
|
-
* The tab index of the avatar.
|
|
67
|
-
*/
|
|
68
|
-
tabIndex?: number;
|
|
69
|
-
/**
|
|
70
|
-
* If true, the avatar is hidden from assistive technologies.
|
|
71
|
-
*/
|
|
72
|
-
"aria-hidden"?: boolean;
|
|
73
|
-
/**
|
|
74
|
-
* If true, the avatar is disabled.
|
|
75
|
-
*/
|
|
76
|
-
disabled?: boolean;
|
|
77
|
-
/**
|
|
78
|
-
* If true, renders the avatar as a square instead of a circle.
|
|
79
|
-
*/
|
|
80
|
-
square?: boolean;
|
|
81
|
-
/**
|
|
82
|
-
* Props for the top-left badge.
|
|
83
|
-
*/
|
|
84
|
-
topLeftBadgeProps?: AvatarBadgeProps;
|
|
85
|
-
/**
|
|
86
|
-
* Props for the top-right badge.
|
|
87
|
-
*/
|
|
88
|
-
topRightBadgeProps?: AvatarBadgeProps;
|
|
89
|
-
/**
|
|
90
|
-
* Props for the bottom-left badge.
|
|
91
|
-
*/
|
|
92
|
-
bottomLeftBadgeProps?: AvatarBadgeProps;
|
|
93
|
-
/**
|
|
94
|
-
* Props for the bottom-right badge.
|
|
95
|
-
*/
|
|
96
|
-
bottomRightBadgeProps?: AvatarBadgeProps;
|
|
97
|
-
/**
|
|
98
|
-
* If true, removes the avatar's border.
|
|
99
|
-
*/
|
|
100
|
-
withoutBorder?: boolean;
|
|
101
|
-
/**
|
|
102
|
-
* Callback fired when the avatar is clicked.
|
|
103
|
-
*/
|
|
104
|
-
onClick?: (event: React.MouseEvent | React.KeyboardEvent, avatarId: string) => void;
|
|
105
|
-
}
|
|
106
|
-
declare const Avatar: ({ id, type, className, avatarContentWrapperClassName, textClassName, size, src, icon, text, tooltipProps, "aria-label": ariaLabel, withoutTooltip, role, backgroundColor, square, disabled, tabIndex, "aria-hidden": ariaHidden, topLeftBadgeProps, topRightBadgeProps, bottomLeftBadgeProps, bottomRightBadgeProps, withoutBorder, customSize, customBackgroundColor, onClick, "data-testid": dataTestId }: AvatarProps) => React.JSX.Element;
|
|
107
|
-
export default Avatar;
|
|
1
|
+
import React, { type AriaRole } from "react";
|
|
2
|
+
import { type ElementAllowedColor } from "../../types/Colors";
|
|
3
|
+
import { type AvatarSize, type AvatarType } from "./Avatar.types";
|
|
4
|
+
import { type AvatarBadgeProps } from "./AvatarBadge";
|
|
5
|
+
import { type TooltipProps } from "@vibe/tooltip";
|
|
6
|
+
import { type VibeComponentProps } from "../../types";
|
|
7
|
+
import { type SubIcon } from "@vibe/icon";
|
|
8
|
+
export interface AvatarProps extends VibeComponentProps {
|
|
9
|
+
/**
|
|
10
|
+
* The image source for the avatar.
|
|
11
|
+
*/
|
|
12
|
+
src?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The text displayed inside the avatar.
|
|
15
|
+
*/
|
|
16
|
+
text?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Props passed to the Tooltip component. See full options in the [Tooltip documentation](https://vibe.monday.com/?path=/docs/components-tooltip--docs).
|
|
19
|
+
*/
|
|
20
|
+
tooltipProps?: Partial<TooltipProps>;
|
|
21
|
+
/**
|
|
22
|
+
* The ARIA label of the avatar.
|
|
23
|
+
*/
|
|
24
|
+
"aria-label"?: string;
|
|
25
|
+
/**
|
|
26
|
+
* If true, the tooltip is disabled.
|
|
27
|
+
*/
|
|
28
|
+
withoutTooltip?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* The icon displayed inside the avatar.
|
|
31
|
+
*/
|
|
32
|
+
icon?: SubIcon;
|
|
33
|
+
/**
|
|
34
|
+
* The type of the avatar.
|
|
35
|
+
*/
|
|
36
|
+
type?: AvatarType;
|
|
37
|
+
/**
|
|
38
|
+
* Class name applied to the text inside the avatar.
|
|
39
|
+
*/
|
|
40
|
+
textClassName?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Class name applied to the avatar content wrapper.
|
|
43
|
+
*/
|
|
44
|
+
avatarContentWrapperClassName?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The background color of the avatar.
|
|
47
|
+
*/
|
|
48
|
+
backgroundColor?: ElementAllowedColor;
|
|
49
|
+
/**
|
|
50
|
+
* A custom background color.
|
|
51
|
+
*/
|
|
52
|
+
customBackgroundColor?: string;
|
|
53
|
+
/**
|
|
54
|
+
* The ARIA role of the avatar.
|
|
55
|
+
*/
|
|
56
|
+
role?: AriaRole;
|
|
57
|
+
/**
|
|
58
|
+
* The size of the avatar.
|
|
59
|
+
*/
|
|
60
|
+
size?: AvatarSize;
|
|
61
|
+
/**
|
|
62
|
+
* A custom size in pixels.
|
|
63
|
+
*/
|
|
64
|
+
customSize?: number;
|
|
65
|
+
/**
|
|
66
|
+
* The tab index of the avatar.
|
|
67
|
+
*/
|
|
68
|
+
tabIndex?: number;
|
|
69
|
+
/**
|
|
70
|
+
* If true, the avatar is hidden from assistive technologies.
|
|
71
|
+
*/
|
|
72
|
+
"aria-hidden"?: boolean;
|
|
73
|
+
/**
|
|
74
|
+
* If true, the avatar is disabled.
|
|
75
|
+
*/
|
|
76
|
+
disabled?: boolean;
|
|
77
|
+
/**
|
|
78
|
+
* If true, renders the avatar as a square instead of a circle.
|
|
79
|
+
*/
|
|
80
|
+
square?: boolean;
|
|
81
|
+
/**
|
|
82
|
+
* Props for the top-left badge.
|
|
83
|
+
*/
|
|
84
|
+
topLeftBadgeProps?: AvatarBadgeProps;
|
|
85
|
+
/**
|
|
86
|
+
* Props for the top-right badge.
|
|
87
|
+
*/
|
|
88
|
+
topRightBadgeProps?: AvatarBadgeProps;
|
|
89
|
+
/**
|
|
90
|
+
* Props for the bottom-left badge.
|
|
91
|
+
*/
|
|
92
|
+
bottomLeftBadgeProps?: AvatarBadgeProps;
|
|
93
|
+
/**
|
|
94
|
+
* Props for the bottom-right badge.
|
|
95
|
+
*/
|
|
96
|
+
bottomRightBadgeProps?: AvatarBadgeProps;
|
|
97
|
+
/**
|
|
98
|
+
* If true, removes the avatar's border.
|
|
99
|
+
*/
|
|
100
|
+
withoutBorder?: boolean;
|
|
101
|
+
/**
|
|
102
|
+
* Callback fired when the avatar is clicked.
|
|
103
|
+
*/
|
|
104
|
+
onClick?: (event: React.MouseEvent | React.KeyboardEvent, avatarId: string) => void;
|
|
105
|
+
}
|
|
106
|
+
declare const Avatar: ({ id, type, className, avatarContentWrapperClassName, textClassName, size, src, icon, text, tooltipProps, "aria-label": ariaLabel, withoutTooltip, role, backgroundColor, square, disabled, tabIndex, "aria-hidden": ariaHidden, topLeftBadgeProps, topRightBadgeProps, bottomLeftBadgeProps, bottomRightBadgeProps, withoutBorder, customSize, customBackgroundColor, onClick, "data-testid": dataTestId }: AvatarProps) => React.JSX.Element;
|
|
107
|
+
export default Avatar;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type AvatarType = "img" | "icon" | "text";
|
|
2
|
-
export type AvatarSize = "xs" | "small" | "medium" | "large";
|
|
1
|
+
export type AvatarType = "img" | "icon" | "text";
|
|
2
|
+
export type AvatarSize = "xs" | "small" | "medium" | "large";
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type AvatarSize } from "./Avatar.types";
|
|
3
|
-
import { type VibeComponentProps } from "../../types";
|
|
4
|
-
import { type SubIcon } from "@vibe/icon";
|
|
5
|
-
export interface AvatarBadgeProps extends VibeComponentProps {
|
|
6
|
-
/**
|
|
7
|
-
* The image source for the badge.
|
|
8
|
-
*/
|
|
9
|
-
src?: string;
|
|
10
|
-
/**
|
|
11
|
-
* The icon displayed inside the badge.
|
|
12
|
-
*/
|
|
13
|
-
icon?: SubIcon;
|
|
14
|
-
/**
|
|
15
|
-
* The tab index of the badge.
|
|
16
|
-
*/
|
|
17
|
-
tabIndex?: number;
|
|
18
|
-
/**
|
|
19
|
-
* The size of the badge.
|
|
20
|
-
*/
|
|
21
|
-
size?: AvatarSize;
|
|
22
|
-
/**
|
|
23
|
-
* Callback fired when the badge is clicked.
|
|
24
|
-
*/
|
|
25
|
-
onClick?: (event: React.MouseEvent | React.KeyboardEvent) => void;
|
|
26
|
-
}
|
|
27
|
-
declare const AvatarBadge: ({ src, icon, tabIndex, className, size, id, onClick, "data-testid": dataTestId, ...otherProps }: AvatarBadgeProps) => React.JSX.Element;
|
|
28
|
-
export default AvatarBadge;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type AvatarSize } from "./Avatar.types";
|
|
3
|
+
import { type VibeComponentProps } from "../../types";
|
|
4
|
+
import { type SubIcon } from "@vibe/icon";
|
|
5
|
+
export interface AvatarBadgeProps extends VibeComponentProps {
|
|
6
|
+
/**
|
|
7
|
+
* The image source for the badge.
|
|
8
|
+
*/
|
|
9
|
+
src?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The icon displayed inside the badge.
|
|
12
|
+
*/
|
|
13
|
+
icon?: SubIcon;
|
|
14
|
+
/**
|
|
15
|
+
* The tab index of the badge.
|
|
16
|
+
*/
|
|
17
|
+
tabIndex?: number;
|
|
18
|
+
/**
|
|
19
|
+
* The size of the badge.
|
|
20
|
+
*/
|
|
21
|
+
size?: AvatarSize;
|
|
22
|
+
/**
|
|
23
|
+
* Callback fired when the badge is clicked.
|
|
24
|
+
*/
|
|
25
|
+
onClick?: (event: React.MouseEvent | React.KeyboardEvent) => void;
|
|
26
|
+
}
|
|
27
|
+
declare const AvatarBadge: ({ src, icon, tabIndex, className, size, id, onClick, "data-testid": dataTestId, ...otherProps }: AvatarBadgeProps) => React.JSX.Element;
|
|
28
|
+
export default AvatarBadge;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type AvatarSize, type AvatarType } from "./Avatar.types";
|
|
3
|
-
import { type SubIcon } from "@vibe/icon";
|
|
4
|
-
import { type VibeComponentProps } from "../../types";
|
|
5
|
-
export interface AvatarContentProps extends VibeComponentProps {
|
|
6
|
-
/**
|
|
7
|
-
* The image source when the type is set to `img`.
|
|
8
|
-
*/
|
|
9
|
-
src?: string;
|
|
10
|
-
/**
|
|
11
|
-
* The type of content displayed inside the avatar.
|
|
12
|
-
*/
|
|
13
|
-
type?: AvatarType;
|
|
14
|
-
/**
|
|
15
|
-
* The size of the avatar content.
|
|
16
|
-
*/
|
|
17
|
-
size?: AvatarSize;
|
|
18
|
-
/**
|
|
19
|
-
* The ARIA role of the content.
|
|
20
|
-
*/
|
|
21
|
-
role?: string;
|
|
22
|
-
/**
|
|
23
|
-
* The label of the content for accessibility.
|
|
24
|
-
*/
|
|
25
|
-
"aria-label"?: string;
|
|
26
|
-
/**
|
|
27
|
-
* The icon displayed when the type is set to `icon`.
|
|
28
|
-
*/
|
|
29
|
-
icon?: SubIcon;
|
|
30
|
-
/**
|
|
31
|
-
* Class name applied to the text content.
|
|
32
|
-
*/
|
|
33
|
-
textClassName?: string;
|
|
34
|
-
/**
|
|
35
|
-
* The text displayed when the type is set to `text`.
|
|
36
|
-
*/
|
|
37
|
-
text?: string;
|
|
38
|
-
}
|
|
39
|
-
declare const AvatarContent: ({ type, src, icon, text, "aria-label": ariaLabel, role, size, textClassName, id, "data-testid": dataTestId }: AvatarContentProps) => React.JSX.Element;
|
|
40
|
-
export default AvatarContent;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type AvatarSize, type AvatarType } from "./Avatar.types";
|
|
3
|
+
import { type SubIcon } from "@vibe/icon";
|
|
4
|
+
import { type VibeComponentProps } from "../../types";
|
|
5
|
+
export interface AvatarContentProps extends VibeComponentProps {
|
|
6
|
+
/**
|
|
7
|
+
* The image source when the type is set to `img`.
|
|
8
|
+
*/
|
|
9
|
+
src?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The type of content displayed inside the avatar.
|
|
12
|
+
*/
|
|
13
|
+
type?: AvatarType;
|
|
14
|
+
/**
|
|
15
|
+
* The size of the avatar content.
|
|
16
|
+
*/
|
|
17
|
+
size?: AvatarSize;
|
|
18
|
+
/**
|
|
19
|
+
* The ARIA role of the content.
|
|
20
|
+
*/
|
|
21
|
+
role?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The label of the content for accessibility.
|
|
24
|
+
*/
|
|
25
|
+
"aria-label"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The icon displayed when the type is set to `icon`.
|
|
28
|
+
*/
|
|
29
|
+
icon?: SubIcon;
|
|
30
|
+
/**
|
|
31
|
+
* Class name applied to the text content.
|
|
32
|
+
*/
|
|
33
|
+
textClassName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* The text displayed when the type is set to `text`.
|
|
36
|
+
*/
|
|
37
|
+
text?: string;
|
|
38
|
+
}
|
|
39
|
+
declare const AvatarContent: ({ type, src, icon, text, "aria-label": ariaLabel, role, size, textClassName, id, "data-testid": dataTestId }: AvatarContentProps) => React.JSX.Element;
|
|
40
|
+
export default AvatarContent;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as Avatar, type AvatarProps } from "./Avatar";
|
|
2
|
-
export * from "./Avatar.types";
|
|
1
|
+
export { default as Avatar, type AvatarProps } from "./Avatar";
|
|
2
|
+
export * from "./Avatar.types";
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
import React, { type ReactElement } from "react";
|
|
2
|
-
import { type AvatarProps } from "../Avatar/Avatar";
|
|
3
|
-
import type VibeComponentProps from "../../types/VibeComponentProps";
|
|
4
|
-
import { type AvatarSize, type AvatarType } from "../Avatar/Avatar.types";
|
|
5
|
-
import { type TooltipProps } from "@vibe/tooltip";
|
|
6
|
-
import { type AvatarGroupCounterVisualProps } from "./AvatarGroup.types";
|
|
7
|
-
export interface AvatarGroupProps extends VibeComponentProps {
|
|
8
|
-
/**
|
|
9
|
-
* Class name applied to each avatar.
|
|
10
|
-
*/
|
|
11
|
-
avatarClassName?: string;
|
|
12
|
-
/**
|
|
13
|
-
* The avatars displayed in the group.
|
|
14
|
-
*/
|
|
15
|
-
children?: ReactElement<AvatarProps> | ReactElement<AvatarProps>[];
|
|
16
|
-
/**
|
|
17
|
-
* The size of the avatars in the group.
|
|
18
|
-
*/
|
|
19
|
-
size?: AvatarSize;
|
|
20
|
-
/**
|
|
21
|
-
* The type of the avatars in the group.
|
|
22
|
-
*/
|
|
23
|
-
type?: AvatarType;
|
|
24
|
-
/**
|
|
25
|
-
* The maximum number of avatars displayed before showing a counter.
|
|
26
|
-
*/
|
|
27
|
-
max?: number;
|
|
28
|
-
/**
|
|
29
|
-
* Props for customizing the counter display.
|
|
30
|
-
*/
|
|
31
|
-
counterProps?: AvatarGroupCounterVisualProps;
|
|
32
|
-
/**
|
|
33
|
-
* Props passed to the Tooltip component. See full options in the [Tooltip documentation](https://vibe.monday.com/?path=/docs/components-tooltip--docs).
|
|
34
|
-
*/
|
|
35
|
-
counterTooltipCustomProps?: Partial<TooltipProps>;
|
|
36
|
-
/**
|
|
37
|
-
* If true, the counter tooltip uses a virtualized list for performance optimization.
|
|
38
|
-
*/
|
|
39
|
-
counterTooltipIsVirtualizedList?: boolean;
|
|
40
|
-
/**
|
|
41
|
-
* If true, the component is disabled and non-interactive.
|
|
42
|
-
*/
|
|
43
|
-
disabled?: boolean;
|
|
44
|
-
}
|
|
45
|
-
declare const AvatarGroup: React.FC<AvatarGroupProps>;
|
|
46
|
-
export default AvatarGroup;
|
|
1
|
+
import React, { type ReactElement } from "react";
|
|
2
|
+
import { type AvatarProps } from "../Avatar/Avatar";
|
|
3
|
+
import type VibeComponentProps from "../../types/VibeComponentProps";
|
|
4
|
+
import { type AvatarSize, type AvatarType } from "../Avatar/Avatar.types";
|
|
5
|
+
import { type TooltipProps } from "@vibe/tooltip";
|
|
6
|
+
import { type AvatarGroupCounterVisualProps } from "./AvatarGroup.types";
|
|
7
|
+
export interface AvatarGroupProps extends VibeComponentProps {
|
|
8
|
+
/**
|
|
9
|
+
* Class name applied to each avatar.
|
|
10
|
+
*/
|
|
11
|
+
avatarClassName?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The avatars displayed in the group.
|
|
14
|
+
*/
|
|
15
|
+
children?: ReactElement<AvatarProps> | ReactElement<AvatarProps>[];
|
|
16
|
+
/**
|
|
17
|
+
* The size of the avatars in the group.
|
|
18
|
+
*/
|
|
19
|
+
size?: AvatarSize;
|
|
20
|
+
/**
|
|
21
|
+
* The type of the avatars in the group.
|
|
22
|
+
*/
|
|
23
|
+
type?: AvatarType;
|
|
24
|
+
/**
|
|
25
|
+
* The maximum number of avatars displayed before showing a counter.
|
|
26
|
+
*/
|
|
27
|
+
max?: number;
|
|
28
|
+
/**
|
|
29
|
+
* Props for customizing the counter display.
|
|
30
|
+
*/
|
|
31
|
+
counterProps?: AvatarGroupCounterVisualProps;
|
|
32
|
+
/**
|
|
33
|
+
* Props passed to the Tooltip component. See full options in the [Tooltip documentation](https://vibe.monday.com/?path=/docs/components-tooltip--docs).
|
|
34
|
+
*/
|
|
35
|
+
counterTooltipCustomProps?: Partial<TooltipProps>;
|
|
36
|
+
/**
|
|
37
|
+
* If true, the counter tooltip uses a virtualized list for performance optimization.
|
|
38
|
+
*/
|
|
39
|
+
counterTooltipIsVirtualizedList?: boolean;
|
|
40
|
+
/**
|
|
41
|
+
* If true, the component is disabled and non-interactive.
|
|
42
|
+
*/
|
|
43
|
+
disabled?: boolean;
|
|
44
|
+
}
|
|
45
|
+
declare const AvatarGroup: React.FC<AvatarGroupProps>;
|
|
46
|
+
export default AvatarGroup;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { type CounterColor } from "../Counter/Counter.types";
|
|
2
|
-
export type AvatarGroupCounterVisualProps = {
|
|
3
|
-
color?: Extract<CounterColor, "light" | "dark">;
|
|
4
|
-
count?: number;
|
|
5
|
-
prefix?: string;
|
|
6
|
-
maxDigits?: number;
|
|
7
|
-
ariaLabelItemsName?: string;
|
|
8
|
-
noAnimation?: boolean;
|
|
9
|
-
tabIndex?: number;
|
|
10
|
-
/**
|
|
11
|
-
* Relevant only for when AvatarGroup contains a clickable avatar
|
|
12
|
-
*/
|
|
13
|
-
dialogContainerSelector?: string;
|
|
14
|
-
};
|
|
1
|
+
import { type CounterColor } from "../Counter/Counter.types";
|
|
2
|
+
export type AvatarGroupCounterVisualProps = {
|
|
3
|
+
color?: Extract<CounterColor, "light" | "dark">;
|
|
4
|
+
count?: number;
|
|
5
|
+
prefix?: string;
|
|
6
|
+
maxDigits?: number;
|
|
7
|
+
ariaLabelItemsName?: string;
|
|
8
|
+
noAnimation?: boolean;
|
|
9
|
+
tabIndex?: number;
|
|
10
|
+
/**
|
|
11
|
+
* Relevant only for when AvatarGroup contains a clickable avatar
|
|
12
|
+
*/
|
|
13
|
+
dialogContainerSelector?: string;
|
|
14
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const AVATAR_GROUP_COUNTER_TOOLTIP_SHOW_DELAY = 200;
|
|
2
|
-
export declare const AVATAR_GROUP_COUNTER_AVATAR_SIZE = 22;
|
|
1
|
+
export declare const AVATAR_GROUP_COUNTER_TOOLTIP_SHOW_DELAY = 200;
|
|
2
|
+
export declare const AVATAR_GROUP_COUNTER_AVATAR_SIZE = 22;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import React, { type ReactElement } from "react";
|
|
2
|
-
import { type AvatarProps } from "../Avatar/Avatar";
|
|
3
|
-
import type VibeComponentProps from "../../types/VibeComponentProps";
|
|
4
|
-
import { type AvatarSize, type AvatarType } from "../Avatar/Avatar.types";
|
|
5
|
-
import { type AvatarGroupCounterVisualProps } from "./AvatarGroup.types";
|
|
6
|
-
import { type TooltipProps } from "@vibe/tooltip";
|
|
7
|
-
export interface AvatarGroupCounterProps extends VibeComponentProps {
|
|
8
|
-
/**
|
|
9
|
-
* The list of avatars hidden behind the counter.
|
|
10
|
-
*/
|
|
11
|
-
counterTooltipAvatars?: ReactElement<AvatarProps>[];
|
|
12
|
-
/**
|
|
13
|
-
* Props for customizing the counter appearance.
|
|
14
|
-
*/
|
|
15
|
-
counterProps?: AvatarGroupCounterVisualProps;
|
|
16
|
-
/**
|
|
17
|
-
* Props for customizing the counter tooltip.
|
|
18
|
-
*/
|
|
19
|
-
counterTooltipCustomProps?: Partial<TooltipProps>;
|
|
20
|
-
/**
|
|
21
|
-
* If true, the counter tooltip uses a virtualized list for performance optimization.
|
|
22
|
-
*/
|
|
23
|
-
counterTooltipIsVirtualizedList?: boolean;
|
|
24
|
-
/**
|
|
25
|
-
* The size of the counter.
|
|
26
|
-
*/
|
|
27
|
-
size?: AvatarSize;
|
|
28
|
-
/**
|
|
29
|
-
* The type of the avatars in the counter.
|
|
30
|
-
*/
|
|
31
|
-
type?: AvatarType;
|
|
32
|
-
/**
|
|
33
|
-
* The label of the counter for accessibility.
|
|
34
|
-
*/
|
|
35
|
-
counterAriaLabel?: string;
|
|
36
|
-
/**
|
|
37
|
-
* If true, the counter is disabled and non-interactive.
|
|
38
|
-
*/
|
|
39
|
-
disabled?: boolean;
|
|
40
|
-
}
|
|
41
|
-
declare const AvatarGroupCounter: React.FC<AvatarGroupCounterProps>;
|
|
42
|
-
export default AvatarGroupCounter;
|
|
1
|
+
import React, { type ReactElement } from "react";
|
|
2
|
+
import { type AvatarProps } from "../Avatar/Avatar";
|
|
3
|
+
import type VibeComponentProps from "../../types/VibeComponentProps";
|
|
4
|
+
import { type AvatarSize, type AvatarType } from "../Avatar/Avatar.types";
|
|
5
|
+
import { type AvatarGroupCounterVisualProps } from "./AvatarGroup.types";
|
|
6
|
+
import { type TooltipProps } from "@vibe/tooltip";
|
|
7
|
+
export interface AvatarGroupCounterProps extends VibeComponentProps {
|
|
8
|
+
/**
|
|
9
|
+
* The list of avatars hidden behind the counter.
|
|
10
|
+
*/
|
|
11
|
+
counterTooltipAvatars?: ReactElement<AvatarProps>[];
|
|
12
|
+
/**
|
|
13
|
+
* Props for customizing the counter appearance.
|
|
14
|
+
*/
|
|
15
|
+
counterProps?: AvatarGroupCounterVisualProps;
|
|
16
|
+
/**
|
|
17
|
+
* Props for customizing the counter tooltip.
|
|
18
|
+
*/
|
|
19
|
+
counterTooltipCustomProps?: Partial<TooltipProps>;
|
|
20
|
+
/**
|
|
21
|
+
* If true, the counter tooltip uses a virtualized list for performance optimization.
|
|
22
|
+
*/
|
|
23
|
+
counterTooltipIsVirtualizedList?: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* The size of the counter.
|
|
26
|
+
*/
|
|
27
|
+
size?: AvatarSize;
|
|
28
|
+
/**
|
|
29
|
+
* The type of the avatars in the counter.
|
|
30
|
+
*/
|
|
31
|
+
type?: AvatarType;
|
|
32
|
+
/**
|
|
33
|
+
* The label of the counter for accessibility.
|
|
34
|
+
*/
|
|
35
|
+
counterAriaLabel?: string;
|
|
36
|
+
/**
|
|
37
|
+
* If true, the counter is disabled and non-interactive.
|
|
38
|
+
*/
|
|
39
|
+
disabled?: boolean;
|
|
40
|
+
}
|
|
41
|
+
declare const AvatarGroupCounter: React.FC<AvatarGroupCounterProps>;
|
|
42
|
+
export default AvatarGroupCounter;
|
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
import React, { type ReactElement, type RefObject } from "react";
|
|
2
|
-
import { type TooltipProps } from "@vibe/tooltip";
|
|
3
|
-
import { type AvatarProps } from "../Avatar/Avatar";
|
|
4
|
-
import type VibeComponentProps from "../../types/VibeComponentProps";
|
|
5
|
-
import { type AvatarType } from "../Avatar/Avatar.types";
|
|
6
|
-
export interface AvatarGroupCounterTooltipContainerProps extends VibeComponentProps {
|
|
7
|
-
/**
|
|
8
|
-
* The type of avatars displayed in the tooltip.
|
|
9
|
-
*/
|
|
10
|
-
type?: AvatarType;
|
|
11
|
-
/**
|
|
12
|
-
* The counter element and focus placeholders.
|
|
13
|
-
*/
|
|
14
|
-
children?: ReactElement[];
|
|
15
|
-
/**
|
|
16
|
-
* The list of avatars displayed inside the tooltip.
|
|
17
|
-
*/
|
|
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
|
-
*/
|
|
22
|
-
counterTooltipCustomProps?: Partial<TooltipProps>;
|
|
23
|
-
/**
|
|
24
|
-
* If true, the tooltip uses a virtualized list for performance optimization.
|
|
25
|
-
*/
|
|
26
|
-
counterTooltipIsVirtualizedList?: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* Ref for the element before the tooltip content, used for keyboard navigation.
|
|
29
|
-
*/
|
|
30
|
-
focusPrevPlaceholderRef?: RefObject<HTMLDivElement>;
|
|
31
|
-
/**
|
|
32
|
-
* Ref for the element after the tooltip content, used for keyboard navigation.
|
|
33
|
-
*/
|
|
34
|
-
focusNextPlaceholderRef?: RefObject<HTMLDivElement>;
|
|
35
|
-
/**
|
|
36
|
-
* Ref for the counter container element.
|
|
37
|
-
*/
|
|
38
|
-
counterContainerRef?: RefObject<HTMLDivElement>;
|
|
39
|
-
}
|
|
40
|
-
declare const AvatarGroupCounterTooltipContainer: React.FC<AvatarGroupCounterTooltipContainerProps>;
|
|
41
|
-
export default AvatarGroupCounterTooltipContainer;
|
|
1
|
+
import React, { type ReactElement, type RefObject } from "react";
|
|
2
|
+
import { type TooltipProps } from "@vibe/tooltip";
|
|
3
|
+
import { type AvatarProps } from "../Avatar/Avatar";
|
|
4
|
+
import type VibeComponentProps from "../../types/VibeComponentProps";
|
|
5
|
+
import { type AvatarType } from "../Avatar/Avatar.types";
|
|
6
|
+
export interface AvatarGroupCounterTooltipContainerProps extends VibeComponentProps {
|
|
7
|
+
/**
|
|
8
|
+
* The type of avatars displayed in the tooltip.
|
|
9
|
+
*/
|
|
10
|
+
type?: AvatarType;
|
|
11
|
+
/**
|
|
12
|
+
* The counter element and focus placeholders.
|
|
13
|
+
*/
|
|
14
|
+
children?: ReactElement[];
|
|
15
|
+
/**
|
|
16
|
+
* The list of avatars displayed inside the tooltip.
|
|
17
|
+
*/
|
|
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
|
+
*/
|
|
22
|
+
counterTooltipCustomProps?: Partial<TooltipProps>;
|
|
23
|
+
/**
|
|
24
|
+
* If true, the tooltip uses a virtualized list for performance optimization.
|
|
25
|
+
*/
|
|
26
|
+
counterTooltipIsVirtualizedList?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Ref for the element before the tooltip content, used for keyboard navigation.
|
|
29
|
+
*/
|
|
30
|
+
focusPrevPlaceholderRef?: RefObject<HTMLDivElement>;
|
|
31
|
+
/**
|
|
32
|
+
* Ref for the element after the tooltip content, used for keyboard navigation.
|
|
33
|
+
*/
|
|
34
|
+
focusNextPlaceholderRef?: RefObject<HTMLDivElement>;
|
|
35
|
+
/**
|
|
36
|
+
* Ref for the counter container element.
|
|
37
|
+
*/
|
|
38
|
+
counterContainerRef?: RefObject<HTMLDivElement>;
|
|
39
|
+
}
|
|
40
|
+
declare const AvatarGroupCounterTooltipContainer: React.FC<AvatarGroupCounterTooltipContainerProps>;
|
|
41
|
+
export default AvatarGroupCounterTooltipContainer;
|