@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,12 +1,12 @@
|
|
|
1
|
-
import { type AriaAttributes } from "react";
|
|
2
|
-
import type React from "react";
|
|
3
|
-
import { type TableColumn, type TableLoadingStateType } from "./Table";
|
|
4
|
-
import { type TableHeaderCellProps } from "../TableHeaderCell/TableHeaderCell";
|
|
5
|
-
import { type SkeletonType } from "../../../components/Skeleton/Skelton.types";
|
|
6
|
-
export declare function generateWidth(width: TableColumn["width"]): string;
|
|
7
|
-
export declare function getTableRowLayoutStyles(columns: TableColumn[], style?: React.CSSProperties): React.CSSProperties;
|
|
8
|
-
export declare function getSortIcon(sortState: TableHeaderCellProps["sortState"]): React.FC<import("@vibe/icons/dist/react/SortAscending").SortAscendingProps>;
|
|
9
|
-
export declare function getNextSortState(sortState: TableHeaderCellProps["sortState"]): TableHeaderCellProps["sortState"];
|
|
10
|
-
export declare function getAriaSort(sortState: TableHeaderCellProps["sortState"]): AriaAttributes["aria-sort"];
|
|
11
|
-
export declare function getSkeletonType(loadingStateType: TableLoadingStateType): SkeletonType;
|
|
12
|
-
export declare function getLoadingTypeForCell(loadingStateType: TableLoadingStateType, rowIndex: number): TableLoadingStateType;
|
|
1
|
+
import { type AriaAttributes } from "react";
|
|
2
|
+
import type React from "react";
|
|
3
|
+
import { type TableColumn, type TableLoadingStateType } from "./Table";
|
|
4
|
+
import { type TableHeaderCellProps } from "../TableHeaderCell/TableHeaderCell";
|
|
5
|
+
import { type SkeletonType } from "../../../components/Skeleton/Skelton.types";
|
|
6
|
+
export declare function generateWidth(width: TableColumn["width"]): string;
|
|
7
|
+
export declare function getTableRowLayoutStyles(columns: TableColumn[], style?: React.CSSProperties): React.CSSProperties;
|
|
8
|
+
export declare function getSortIcon(sortState: TableHeaderCellProps["sortState"]): React.FC<import("@vibe/icons/dist/react/SortAscending").SortAscendingProps>;
|
|
9
|
+
export declare function getNextSortState(sortState: TableHeaderCellProps["sortState"]): TableHeaderCellProps["sortState"];
|
|
10
|
+
export declare function getAriaSort(sortState: TableHeaderCellProps["sortState"]): AriaAttributes["aria-sort"];
|
|
11
|
+
export declare function getSkeletonType(loadingStateType: TableLoadingStateType): SkeletonType;
|
|
12
|
+
export declare function getLoadingTypeForCell(loadingStateType: TableLoadingStateType, rowIndex: number): TableLoadingStateType;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React, { type ReactElement, type ComponentProps } from "react";
|
|
2
|
-
import { type VibeComponentProps } from "../../../types";
|
|
3
|
-
import { type TableRowProps } from "../TableRow/TableRow";
|
|
4
|
-
import type VirtualizedList from "../../VirtualizedList/VirtualizedList";
|
|
5
|
-
export interface TableBodyProps extends VibeComponentProps {
|
|
6
|
-
/**
|
|
7
|
-
* The child components inside the table body, such as `<TableRow />` elements.
|
|
8
|
-
*/
|
|
9
|
-
children?: ReactElement<TableRowProps> | ReactElement<TableRowProps>[] | ReactElement<ComponentProps<typeof VirtualizedList>>;
|
|
10
|
-
}
|
|
11
|
-
declare const TableBody: React.ForwardRefExoticComponent<TableBodyProps & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
-
export default TableBody;
|
|
1
|
+
import React, { type ReactElement, type ComponentProps } from "react";
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
import { type TableRowProps } from "../TableRow/TableRow";
|
|
4
|
+
import type VirtualizedList from "../../VirtualizedList/VirtualizedList";
|
|
5
|
+
export interface TableBodyProps extends VibeComponentProps {
|
|
6
|
+
/**
|
|
7
|
+
* The child components inside the table body, such as `<TableRow />` elements.
|
|
8
|
+
*/
|
|
9
|
+
children?: ReactElement<TableRowProps> | ReactElement<TableRowProps>[] | ReactElement<ComponentProps<typeof VirtualizedList>>;
|
|
10
|
+
}
|
|
11
|
+
declare const TableBody: React.ForwardRefExoticComponent<TableBodyProps & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
export default TableBody;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type VibeComponentProps } from "../../../types";
|
|
3
|
-
export interface TableCellProps extends VibeComponentProps {
|
|
4
|
-
/**
|
|
5
|
-
* The content inside the table cell.
|
|
6
|
-
*/
|
|
7
|
-
children?: React.ReactNode;
|
|
8
|
-
/**
|
|
9
|
-
* If true, makes the cell sticky (typically used for frozen columns).
|
|
10
|
-
*/
|
|
11
|
-
sticky?: boolean;
|
|
12
|
-
}
|
|
13
|
-
declare const TableCell: React.ForwardRefExoticComponent<TableCellProps & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
-
export default TableCell;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
export interface TableCellProps extends VibeComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* The content inside the table cell.
|
|
6
|
+
*/
|
|
7
|
+
children?: React.ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* If true, makes the cell sticky (typically used for frozen columns).
|
|
10
|
+
*/
|
|
11
|
+
sticky?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare const TableCell: React.ForwardRefExoticComponent<TableCellProps & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
+
export default TableCell;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type VibeComponentProps } from "../../../types";
|
|
3
|
-
import { type TableLoadingStateType } from "../Table/Table";
|
|
4
|
-
export interface TableCellSkeletonProps extends VibeComponentProps {
|
|
5
|
-
/**
|
|
6
|
-
* The type of loading state for the skeleton.
|
|
7
|
-
*/
|
|
8
|
-
type?: TableLoadingStateType;
|
|
9
|
-
/**
|
|
10
|
-
* If true, renders a shorter skeleton for text-based loading states.
|
|
11
|
-
*/
|
|
12
|
-
short?: boolean;
|
|
13
|
-
}
|
|
14
|
-
declare const TableCellSkeleton: React.FC<TableCellSkeletonProps>;
|
|
15
|
-
export default TableCellSkeleton;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
import { type TableLoadingStateType } from "../Table/Table";
|
|
4
|
+
export interface TableCellSkeletonProps extends VibeComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* The type of loading state for the skeleton.
|
|
7
|
+
*/
|
|
8
|
+
type?: TableLoadingStateType;
|
|
9
|
+
/**
|
|
10
|
+
* If true, renders a shorter skeleton for text-based loading states.
|
|
11
|
+
*/
|
|
12
|
+
short?: boolean;
|
|
13
|
+
}
|
|
14
|
+
declare const TableCellSkeleton: React.FC<TableCellSkeletonProps>;
|
|
15
|
+
export default TableCellSkeleton;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type TableContainerProps } from "./TableContainer.types";
|
|
3
|
-
declare const TableContainer: React.ForwardRefExoticComponent<TableContainerProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
-
export default TableContainer;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type TableContainerProps } from "./TableContainer.types";
|
|
3
|
+
declare const TableContainer: React.ForwardRefExoticComponent<TableContainerProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
export default TableContainer;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import type React from "react";
|
|
2
|
-
import { type VibeComponentProps } from "../../../types";
|
|
3
|
-
export interface TableContainerProps extends VibeComponentProps {
|
|
4
|
-
/**
|
|
5
|
-
* Custom styles for the table container.
|
|
6
|
-
*/
|
|
7
|
-
style?: React.CSSProperties;
|
|
8
|
-
/**
|
|
9
|
-
* The child elements inside the table container.
|
|
10
|
-
*/
|
|
11
|
-
children: React.ReactNode;
|
|
12
|
-
}
|
|
1
|
+
import type React from "react";
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
export interface TableContainerProps extends VibeComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* Custom styles for the table container.
|
|
6
|
+
*/
|
|
7
|
+
style?: React.CSSProperties;
|
|
8
|
+
/**
|
|
9
|
+
* The child elements inside the table container.
|
|
10
|
+
*/
|
|
11
|
+
children: React.ReactNode;
|
|
12
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type VibeComponentProps } from "../../../types";
|
|
3
|
-
import { type TableHeaderCellProps } from "../TableHeaderCell/TableHeaderCell";
|
|
4
|
-
export interface TableHeaderProps extends VibeComponentProps {
|
|
5
|
-
/**
|
|
6
|
-
* The child elements inside the table header, typically `<TableHeaderCell />` components.
|
|
7
|
-
*/
|
|
8
|
-
children?: React.ReactElement<TableHeaderCellProps> | React.ReactElement<TableHeaderCellProps>[];
|
|
9
|
-
}
|
|
10
|
-
declare const TableHeader: React.ForwardRefExoticComponent<TableHeaderProps & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
-
export default TableHeader;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
import { type TableHeaderCellProps } from "../TableHeaderCell/TableHeaderCell";
|
|
4
|
+
export interface TableHeaderProps extends VibeComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* The child elements inside the table header, typically `<TableHeaderCell />` components.
|
|
7
|
+
*/
|
|
8
|
+
children?: React.ReactElement<TableHeaderCellProps> | React.ReactElement<TableHeaderCellProps>[];
|
|
9
|
+
}
|
|
10
|
+
declare const TableHeader: React.ForwardRefExoticComponent<TableHeaderProps & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
+
export default TableHeader;
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type VibeComponentProps } from "../../../types";
|
|
3
|
-
import { type SubIcon } from "@vibe/icon";
|
|
4
|
-
export interface TableHeaderCellProps extends VibeComponentProps {
|
|
5
|
-
/**
|
|
6
|
-
* The title of the column, displayed inside the header cell.
|
|
7
|
-
*/
|
|
8
|
-
title: string | React.ReactNode;
|
|
9
|
-
/**
|
|
10
|
-
* Icon displayed next to the column title.
|
|
11
|
-
*/
|
|
12
|
-
icon?: SubIcon;
|
|
13
|
-
/**
|
|
14
|
-
* Tooltip content for additional information about the column.
|
|
15
|
-
*/
|
|
16
|
-
infoContent?: string;
|
|
17
|
-
/**
|
|
18
|
-
* Current sorting state of the column.
|
|
19
|
-
*/
|
|
20
|
-
sortState?: "asc" | "desc" | "none";
|
|
21
|
-
/**
|
|
22
|
-
* Callback fired when the column header is clicked to change sorting.
|
|
23
|
-
*/
|
|
24
|
-
onSortClicked?: (direction: "asc" | "desc" | "none") => void;
|
|
25
|
-
/**
|
|
26
|
-
* ARIA label for the sort button.
|
|
27
|
-
*/
|
|
28
|
-
sortButtonAriaLabel?: string;
|
|
29
|
-
/**
|
|
30
|
-
* If true, the header cell remains visible while scrolling horizontally.
|
|
31
|
-
*/
|
|
32
|
-
sticky?: boolean;
|
|
33
|
-
}
|
|
34
|
-
declare const TableHeaderCell: React.ForwardRefExoticComponent<TableHeaderCellProps & React.RefAttributes<HTMLDivElement>>;
|
|
35
|
-
export default TableHeaderCell;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
import { type SubIcon } from "@vibe/icon";
|
|
4
|
+
export interface TableHeaderCellProps extends VibeComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* The title of the column, displayed inside the header cell.
|
|
7
|
+
*/
|
|
8
|
+
title: string | React.ReactNode;
|
|
9
|
+
/**
|
|
10
|
+
* Icon displayed next to the column title.
|
|
11
|
+
*/
|
|
12
|
+
icon?: SubIcon;
|
|
13
|
+
/**
|
|
14
|
+
* Tooltip content for additional information about the column.
|
|
15
|
+
*/
|
|
16
|
+
infoContent?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Current sorting state of the column.
|
|
19
|
+
*/
|
|
20
|
+
sortState?: "asc" | "desc" | "none";
|
|
21
|
+
/**
|
|
22
|
+
* Callback fired when the column header is clicked to change sorting.
|
|
23
|
+
*/
|
|
24
|
+
onSortClicked?: (direction: "asc" | "desc" | "none") => void;
|
|
25
|
+
/**
|
|
26
|
+
* ARIA label for the sort button.
|
|
27
|
+
*/
|
|
28
|
+
sortButtonAriaLabel?: string;
|
|
29
|
+
/**
|
|
30
|
+
* If true, the header cell remains visible while scrolling horizontally.
|
|
31
|
+
*/
|
|
32
|
+
sticky?: boolean;
|
|
33
|
+
}
|
|
34
|
+
declare const TableHeaderCell: React.ForwardRefExoticComponent<TableHeaderCellProps & React.RefAttributes<HTMLDivElement>>;
|
|
35
|
+
export default TableHeaderCell;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type VibeComponentProps } from "../../../types";
|
|
3
|
-
import { type TableCellProps } from "../TableCell/TableCell";
|
|
4
|
-
export interface TableRowProps extends VibeComponentProps {
|
|
5
|
-
/**
|
|
6
|
-
* If true, applies a highlighted style to the row.
|
|
7
|
-
*/
|
|
8
|
-
highlighted?: boolean;
|
|
9
|
-
/**
|
|
10
|
-
* The child components inside the table row, typically `<TableCell />` elements.
|
|
11
|
-
*/
|
|
12
|
-
children?: React.ReactElement<TableCellProps> | React.ReactElement<TableCellProps>[];
|
|
13
|
-
/**
|
|
14
|
-
* Custom styles applied to the table row.
|
|
15
|
-
*/
|
|
16
|
-
style?: React.CSSProperties;
|
|
17
|
-
}
|
|
18
|
-
declare const TableRow: React.ForwardRefExoticComponent<TableRowProps & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
-
export default TableRow;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
import { type TableCellProps } from "../TableCell/TableCell";
|
|
4
|
+
export interface TableRowProps extends VibeComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* If true, applies a highlighted style to the row.
|
|
7
|
+
*/
|
|
8
|
+
highlighted?: boolean;
|
|
9
|
+
/**
|
|
10
|
+
* The child components inside the table row, typically `<TableCell />` elements.
|
|
11
|
+
*/
|
|
12
|
+
children?: React.ReactElement<TableCellProps> | React.ReactElement<TableCellProps>[];
|
|
13
|
+
/**
|
|
14
|
+
* Custom styles applied to the table row.
|
|
15
|
+
*/
|
|
16
|
+
style?: React.CSSProperties;
|
|
17
|
+
}
|
|
18
|
+
declare const TableRow: React.ForwardRefExoticComponent<TableRowProps & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
+
export default TableRow;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type TableMenuProps } from "./TableRowMenu.types";
|
|
3
|
-
declare const TableRowMenu: React.ForwardRefExoticComponent<TableMenuProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
-
export default TableRowMenu;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type TableMenuProps } from "./TableRowMenu.types";
|
|
3
|
+
declare const TableRowMenu: React.ForwardRefExoticComponent<TableMenuProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
export default TableRowMenu;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { type VibeComponentProps } from "../../../types";
|
|
2
|
-
import type React from "react";
|
|
3
|
-
export interface TableMenuProps extends VibeComponentProps {
|
|
4
|
-
/**
|
|
5
|
-
* The ID of the row that the menu is associated with.
|
|
6
|
-
*/
|
|
7
|
-
rowId: string;
|
|
8
|
-
/**
|
|
9
|
-
* The child elements inside the table menu.
|
|
10
|
-
*/
|
|
11
|
-
children?: React.ReactNode;
|
|
12
|
-
}
|
|
1
|
+
import { type VibeComponentProps } from "../../../types";
|
|
2
|
+
import type React from "react";
|
|
3
|
+
export interface TableMenuProps extends VibeComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* The ID of the row that the menu is associated with.
|
|
6
|
+
*/
|
|
7
|
+
rowId: string;
|
|
8
|
+
/**
|
|
9
|
+
* The child elements inside the table menu.
|
|
10
|
+
*/
|
|
11
|
+
children?: React.ReactNode;
|
|
12
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type VibeComponentProps } from "../../../types";
|
|
3
|
-
import { type ScrollDirection } from "react-window";
|
|
4
|
-
import { type TableColumn } from "../Table/Table";
|
|
5
|
-
export type TableVirtualizedRow = Record<string, unknown> & {
|
|
6
|
-
id: string;
|
|
7
|
-
};
|
|
8
|
-
export interface TableVirtualizedBodyProps<T extends TableVirtualizedRow = TableVirtualizedRow> extends VibeComponentProps {
|
|
9
|
-
/**
|
|
10
|
-
* The list of items to render in the virtualized table.
|
|
11
|
-
*/
|
|
12
|
-
items: T[];
|
|
13
|
-
/**
|
|
14
|
-
* Function to render a row in the table.
|
|
15
|
-
*/
|
|
16
|
-
rowRenderer: (item: T) => JSX.Element;
|
|
17
|
-
/**
|
|
18
|
-
* Callback function triggered on scroll.
|
|
19
|
-
*/
|
|
20
|
-
onScroll?: (horizontalScrollDirection: ScrollDirection, scrollTop: number, scrollUpdateWasRequested: boolean) => void;
|
|
21
|
-
/**
|
|
22
|
-
* The columns configuration for the table.
|
|
23
|
-
*/
|
|
24
|
-
columns?: TableColumn[];
|
|
25
|
-
/**
|
|
26
|
-
* Function to render the table header.
|
|
27
|
-
*/
|
|
28
|
-
headerRenderer?: (columns: TableColumn[]) => JSX.Element;
|
|
29
|
-
/**
|
|
30
|
-
* Number of rows to render above/below the visible area.
|
|
31
|
-
*/
|
|
32
|
-
overscanCount?: number;
|
|
33
|
-
}
|
|
34
|
-
declare const TableVirtualizedBody: React.ForwardRefExoticComponent<TableVirtualizedBodyProps<TableVirtualizedRow> & React.RefAttributes<HTMLDivElement>>;
|
|
35
|
-
export default TableVirtualizedBody;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
import { type ScrollDirection } from "react-window";
|
|
4
|
+
import { type TableColumn } from "../Table/Table";
|
|
5
|
+
export type TableVirtualizedRow = Record<string, unknown> & {
|
|
6
|
+
id: string;
|
|
7
|
+
};
|
|
8
|
+
export interface TableVirtualizedBodyProps<T extends TableVirtualizedRow = TableVirtualizedRow> extends VibeComponentProps {
|
|
9
|
+
/**
|
|
10
|
+
* The list of items to render in the virtualized table.
|
|
11
|
+
*/
|
|
12
|
+
items: T[];
|
|
13
|
+
/**
|
|
14
|
+
* Function to render a row in the table.
|
|
15
|
+
*/
|
|
16
|
+
rowRenderer: (item: T) => JSX.Element;
|
|
17
|
+
/**
|
|
18
|
+
* Callback function triggered on scroll.
|
|
19
|
+
*/
|
|
20
|
+
onScroll?: (horizontalScrollDirection: ScrollDirection, scrollTop: number, scrollUpdateWasRequested: boolean) => void;
|
|
21
|
+
/**
|
|
22
|
+
* The columns configuration for the table.
|
|
23
|
+
*/
|
|
24
|
+
columns?: TableColumn[];
|
|
25
|
+
/**
|
|
26
|
+
* Function to render the table header.
|
|
27
|
+
*/
|
|
28
|
+
headerRenderer?: (columns: TableColumn[]) => JSX.Element;
|
|
29
|
+
/**
|
|
30
|
+
* Number of rows to render above/below the visible area.
|
|
31
|
+
*/
|
|
32
|
+
overscanCount?: number;
|
|
33
|
+
}
|
|
34
|
+
declare const TableVirtualizedBody: React.ForwardRefExoticComponent<TableVirtualizedBodyProps<TableVirtualizedRow> & React.RefAttributes<HTMLDivElement>>;
|
|
35
|
+
export default TableVirtualizedBody;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type TableContainerProviderProps } from "./TableContainerContext.types";
|
|
3
|
-
export declare const TableContainerProvider: ({ value, children }: TableContainerProviderProps) => React.JSX.Element;
|
|
4
|
-
export declare const useTableContainer: () => import("./TableContainerContext.types").TableContainerProviderValue;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type TableContainerProviderProps } from "./TableContainerContext.types";
|
|
3
|
+
export declare const TableContainerProvider: ({ value, children }: TableContainerProviderProps) => React.JSX.Element;
|
|
4
|
+
export declare const useTableContainer: () => import("./TableContainerContext.types").TableContainerProviderValue;
|
package/dist/components/Table/context/TableContainerContext/TableContainerContext.types.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type React from "react";
|
|
2
|
-
export type TableContainerContext = TableContainerProviderValue;
|
|
3
|
-
export interface TableContainerProviderValue {
|
|
4
|
-
menuContainerRef: React.RefObject<HTMLDivElement>;
|
|
5
|
-
}
|
|
6
|
-
export interface TableContainerProviderProps {
|
|
7
|
-
value: TableContainerProviderValue;
|
|
8
|
-
children: React.ReactNode;
|
|
9
|
-
}
|
|
1
|
+
import type React from "react";
|
|
2
|
+
export type TableContainerContext = TableContainerProviderValue;
|
|
3
|
+
export interface TableContainerProviderValue {
|
|
4
|
+
menuContainerRef: React.RefObject<HTMLDivElement>;
|
|
5
|
+
}
|
|
6
|
+
export interface TableContainerProviderProps {
|
|
7
|
+
value: TableContainerProviderValue;
|
|
8
|
+
children: React.ReactNode;
|
|
9
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type TableContext as ITableContext, type TableProviderProps } from "./TableContext.types";
|
|
3
|
-
export declare const TableProvider: ({ value, children }: TableProviderProps) => React.JSX.Element;
|
|
4
|
-
export declare const useTable: () => ITableContext;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type TableContext as ITableContext, type TableProviderProps } from "./TableContext.types";
|
|
3
|
+
export declare const TableProvider: ({ value, children }: TableProviderProps) => React.JSX.Element;
|
|
4
|
+
export declare const useTable: () => ITableContext;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { type TableProps } from "../../Table/Table";
|
|
2
|
-
import { type UIEventHandler } from "react";
|
|
3
|
-
import type React from "react";
|
|
4
|
-
export interface TableContext extends TableProviderValue {
|
|
5
|
-
headRef: React.MutableRefObject<HTMLDivElement>;
|
|
6
|
-
onHeadScroll: UIEventHandler<HTMLDivElement>;
|
|
7
|
-
virtualizedListRef: React.MutableRefObject<HTMLDivElement>;
|
|
8
|
-
onVirtualizedListScroll: UIEventHandler<HTMLDivElement>;
|
|
9
|
-
}
|
|
10
|
-
export interface TableProviderForwardedProps {
|
|
11
|
-
columns: TableProps["columns"];
|
|
12
|
-
dataState?: TableProps["dataState"];
|
|
13
|
-
emptyState: TableProps["emptyState"];
|
|
14
|
-
errorState: TableProps["errorState"];
|
|
15
|
-
size: TableProps["size"];
|
|
16
|
-
}
|
|
17
|
-
export interface TableProviderValue extends TableProviderForwardedProps {
|
|
18
|
-
tableRootRef: React.MutableRefObject<HTMLDivElement>;
|
|
19
|
-
isVirtualized: boolean;
|
|
20
|
-
markTableAsVirtualized: () => void;
|
|
21
|
-
isScrolled: boolean;
|
|
22
|
-
setIsScrolled: React.Dispatch<React.SetStateAction<boolean>>;
|
|
23
|
-
}
|
|
24
|
-
export type TableProviderProps = {
|
|
25
|
-
value: TableProviderValue;
|
|
26
|
-
children: React.ReactNode;
|
|
27
|
-
};
|
|
1
|
+
import { type TableProps } from "../../Table/Table";
|
|
2
|
+
import { type UIEventHandler } from "react";
|
|
3
|
+
import type React from "react";
|
|
4
|
+
export interface TableContext extends TableProviderValue {
|
|
5
|
+
headRef: React.MutableRefObject<HTMLDivElement>;
|
|
6
|
+
onHeadScroll: UIEventHandler<HTMLDivElement>;
|
|
7
|
+
virtualizedListRef: React.MutableRefObject<HTMLDivElement>;
|
|
8
|
+
onVirtualizedListScroll: UIEventHandler<HTMLDivElement>;
|
|
9
|
+
}
|
|
10
|
+
export interface TableProviderForwardedProps {
|
|
11
|
+
columns: TableProps["columns"];
|
|
12
|
+
dataState?: TableProps["dataState"];
|
|
13
|
+
emptyState: TableProps["emptyState"];
|
|
14
|
+
errorState: TableProps["errorState"];
|
|
15
|
+
size: TableProps["size"];
|
|
16
|
+
}
|
|
17
|
+
export interface TableProviderValue extends TableProviderForwardedProps {
|
|
18
|
+
tableRootRef: React.MutableRefObject<HTMLDivElement>;
|
|
19
|
+
isVirtualized: boolean;
|
|
20
|
+
markTableAsVirtualized: () => void;
|
|
21
|
+
isScrolled: boolean;
|
|
22
|
+
setIsScrolled: React.Dispatch<React.SetStateAction<boolean>>;
|
|
23
|
+
}
|
|
24
|
+
export type TableProviderProps = {
|
|
25
|
+
value: TableProviderValue;
|
|
26
|
+
children: React.ReactNode;
|
|
27
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type TableRowMenuContext as ITableRowMenuContext, type TableRowMenuProviderProps } from "./TableRowMenuContext.types";
|
|
3
|
-
export declare const TableRowMenuProvider: ({ value, children }: TableRowMenuProviderProps) => React.JSX.Element;
|
|
4
|
-
export declare const useTableRowMenu: () => ITableRowMenuContext;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type TableRowMenuContext as ITableRowMenuContext, type TableRowMenuProviderProps } from "./TableRowMenuContext.types";
|
|
3
|
+
export declare const TableRowMenuProvider: ({ value, children }: TableRowMenuProviderProps) => React.JSX.Element;
|
|
4
|
+
export declare const useTableRowMenu: () => ITableRowMenuContext;
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import type React from "react";
|
|
2
|
-
export interface TableRowMenuContext extends Pick<TableRowMenuProviderValue, "resetHoveredRow"> {
|
|
3
|
-
hoveredRowId: string;
|
|
4
|
-
onMouseOverRow: (rowRef: React.MutableRefObject<HTMLDivElement>) => void;
|
|
5
|
-
onMouseLeaveRow: () => void;
|
|
6
|
-
onMouseOverRowMenu: () => void;
|
|
7
|
-
onMouseLeaveRowMenu: () => void;
|
|
8
|
-
menuButtonPosition: number;
|
|
9
|
-
setTableMenuShown: () => void;
|
|
10
|
-
setTableMenuHidden: () => void;
|
|
11
|
-
}
|
|
12
|
-
export interface TableRowMenuProviderValue {
|
|
13
|
-
tableRootRef: React.RefObject<HTMLDivElement>;
|
|
14
|
-
hoveredRowRef: React.RefObject<HTMLDivElement>;
|
|
15
|
-
isMenuOpen: boolean;
|
|
16
|
-
resetHoveredRow: () => void;
|
|
17
|
-
setHoveredRowRef: (rowRef: React.RefObject<HTMLDivElement>) => void;
|
|
18
|
-
setIsMenuOpen: (isOpen: boolean) => void;
|
|
19
|
-
}
|
|
20
|
-
export type TableRowMenuProviderProps = {
|
|
21
|
-
value: TableRowMenuProviderValue;
|
|
22
|
-
children: React.ReactNode;
|
|
23
|
-
};
|
|
1
|
+
import type React from "react";
|
|
2
|
+
export interface TableRowMenuContext extends Pick<TableRowMenuProviderValue, "resetHoveredRow"> {
|
|
3
|
+
hoveredRowId: string;
|
|
4
|
+
onMouseOverRow: (rowRef: React.MutableRefObject<HTMLDivElement>) => void;
|
|
5
|
+
onMouseLeaveRow: () => void;
|
|
6
|
+
onMouseOverRowMenu: () => void;
|
|
7
|
+
onMouseLeaveRowMenu: () => void;
|
|
8
|
+
menuButtonPosition: number;
|
|
9
|
+
setTableMenuShown: () => void;
|
|
10
|
+
setTableMenuHidden: () => void;
|
|
11
|
+
}
|
|
12
|
+
export interface TableRowMenuProviderValue {
|
|
13
|
+
tableRootRef: React.RefObject<HTMLDivElement>;
|
|
14
|
+
hoveredRowRef: React.RefObject<HTMLDivElement>;
|
|
15
|
+
isMenuOpen: boolean;
|
|
16
|
+
resetHoveredRow: () => void;
|
|
17
|
+
setHoveredRowRef: (rowRef: React.RefObject<HTMLDivElement>) => void;
|
|
18
|
+
setIsMenuOpen: (isOpen: boolean) => void;
|
|
19
|
+
}
|
|
20
|
+
export type TableRowMenuProviderProps = {
|
|
21
|
+
value: TableRowMenuProviderValue;
|
|
22
|
+
children: React.ReactNode;
|
|
23
|
+
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { default as Table, type TableProps, type TableColumn } from "./Table/Table";
|
|
2
|
-
export { default as TableContainer } from "./TableContainer/TableContainer";
|
|
3
|
-
export * from "./TableContainer/TableContainer.types";
|
|
4
|
-
export { default as TableHeader, type TableHeaderProps } from "./TableHeader/TableHeader";
|
|
5
|
-
export { default as TableHeaderCell, type TableHeaderCellProps } from "./TableHeaderCell/TableHeaderCell";
|
|
6
|
-
export { default as TableBody, type TableBodyProps } from "./TableBody/TableBody";
|
|
7
|
-
export { default as TableVirtualizedBody, type TableVirtualizedBodyProps, type TableVirtualizedRow } from "./TableVirtualizedBody/TableVirtualizedBody";
|
|
8
|
-
export { default as TableRow, type TableRowProps } from "./TableRow/TableRow";
|
|
9
|
-
export { default as TableRowMenu } from "./TableRowMenu/TableRowMenu";
|
|
10
|
-
export * from "./TableRowMenu/TableRowMenu.types";
|
|
11
|
-
export { default as TableCell, type TableCellProps } from "./TableCell/TableCell";
|
|
12
|
-
export * from "./Table/Table.types";
|
|
1
|
+
export { default as Table, type TableProps, type TableColumn } from "./Table/Table";
|
|
2
|
+
export { default as TableContainer } from "./TableContainer/TableContainer";
|
|
3
|
+
export * from "./TableContainer/TableContainer.types";
|
|
4
|
+
export { default as TableHeader, type TableHeaderProps } from "./TableHeader/TableHeader";
|
|
5
|
+
export { default as TableHeaderCell, type TableHeaderCellProps } from "./TableHeaderCell/TableHeaderCell";
|
|
6
|
+
export { default as TableBody, type TableBodyProps } from "./TableBody/TableBody";
|
|
7
|
+
export { default as TableVirtualizedBody, type TableVirtualizedBodyProps, type TableVirtualizedRow } from "./TableVirtualizedBody/TableVirtualizedBody";
|
|
8
|
+
export { default as TableRow, type TableRowProps } from "./TableRow/TableRow";
|
|
9
|
+
export { default as TableRowMenu } from "./TableRowMenu/TableRowMenu";
|
|
10
|
+
export * from "./TableRowMenu/TableRowMenu.types";
|
|
11
|
+
export { default as TableCell, type TableCellProps } from "./TableCell/TableCell";
|
|
12
|
+
export * from "./Table/Table.types";
|