@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,2 +1,2 @@
|
|
|
1
|
-
var
|
|
1
|
+
var r={wrapper:"wrapper_dd0138492c",small:"small_0a70a9d183",medium:"medium_55d3442300",large:"large_1fbe887849",rightThinnerPadding:"rightThinnerPadding_ef5a076d36",input:"input_01d97356d6",success:"success_94463730fb",readOnly:"readOnly_6e4ee558a6",disabled:"disabled_994b52b90f",error:"error_d20e8a969a"};!function(r){var n="s_id-b69634d43ba7_4_0_0-alpha_1";if("undefined"!=typeof document){var e=document.head||document.getElementsByTagName("head")[0];if(e.querySelector("#"+n))return;var o=document.createElement("style");o.id=n,e.firstChild?e.insertBefore(o,e.firstChild):e.appendChild(o),o.appendChild(document.createTextNode(r))}else globalThis.injectedStyles&&(globalThis.injectedStyles[n]=r)}("/* stylelint-disable */\n/* stylelint-enable */\n.wrapper_dd0138492c {\n width: 100%;\n position: relative;\n display: flex;\n align-items: center;\n gap: var(--space-8);\n padding-block: var(--space-8);\n padding-inline: var(--space-12) var(--space-4);\n font: var(--font-text1-normal);\n -webkit-font-smoothing: var(--font-smoothing-webkit);\n -moz-osx-font-smoothing: var(--font-smoothing-moz);\n outline: none;\n border: 1px solid var(--ui-border-color);\n border-radius: var(--border-radius-small);\n color: var(--primary-text-color);\n background-color: var(--secondary-background-color);\n transition: border-color var(--motion-productive-medium) ease-in;\n}\n.wrapper_dd0138492c.small_0a70a9d183 {\n min-height: 32px;\n height: 32px;\n padding-inline-start: var(--space-8);\n gap: var(--space-4);\n font: var(--font-text2-normal);\n}\n.wrapper_dd0138492c.medium_55d3442300 {\n min-height: 40px;\n height: 40px;\n}\n.wrapper_dd0138492c.large_1fbe887849 {\n min-height: 48px;\n height: 48px;\n padding-block: var(--space-8);\n}\n.wrapper_dd0138492c.rightThinnerPadding_ef5a076d36 {\n padding-inline-end: var(--space-16);\n}\n.wrapper_dd0138492c:hover {\n border-color: var(--primary-text-color);\n}\n@supports selector(:has(*)) {\n .wrapper_dd0138492c:has(.input_01d97356d6:active, .input_01d97356d6:focus) {\n border-color: var(--primary-color);\n }\n .wrapper_dd0138492c:has(.input_01d97356d6:-moz-read-only) {\n background-color: var(--allgrey-background-color);\n border: none;\n }\n .wrapper_dd0138492c:has(.input_01d97356d6:read-only) {\n background-color: var(--allgrey-background-color);\n border: none;\n }\n .wrapper_dd0138492c:has(.input_01d97356d6:-moz-read-only) .input_01d97356d6 {\n background-color: var(--allgrey-background-color);\n }\n .wrapper_dd0138492c:has(.input_01d97356d6:read-only) .input_01d97356d6 {\n background-color: var(--allgrey-background-color);\n }\n .wrapper_dd0138492c:has(.input_01d97356d6:disabled) {\n cursor: not-allowed;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n border: none;\n pointer-events: none;\n background-color: var(--disabled-background-color);\n color: var(--disabled-text-color);\n }\n .wrapper_dd0138492c:has(.input_01d97356d6:disabled) .input_01d97356d6 {\n background-color: var(--disabled-background-color);\n }\n .wrapper_dd0138492c.success_94463730fb {\n border-color: var(--positive-color);\n }\n .wrapper_dd0138492c.success_94463730fb:hover {\n border-color: var(--positive-color);\n }\n .wrapper_dd0138492c.success_94463730fb:has(.input_01d97356d6:active, .input_01d97356d6:focus) {\n border-color: var(--positive-color);\n }\n .wrapper_dd0138492c:has(.input_01d97356d6[aria-invalid=true]) {\n border-color: var(--negative-color);\n }\n .wrapper_dd0138492c:has(.input_01d97356d6[aria-invalid=true]):hover {\n border-color: var(--negative-color);\n }\n .wrapper_dd0138492c:has(.input_01d97356d6[aria-invalid=true]):has(.input_01d97356d6:active, .input_01d97356d6:focus) {\n border-color: var(--negative-color);\n }\n}\n@supports not selector(:has(*)) {\n .wrapper_dd0138492c:focus-within {\n border-color: var(--primary-color);\n }\n .wrapper_dd0138492c.readOnly_6e4ee558a6 {\n background-color: var(--allgrey-background-color);\n border: none;\n }\n .wrapper_dd0138492c.readOnly_6e4ee558a6 .input_01d97356d6 {\n background-color: var(--allgrey-background-color);\n }\n .wrapper_dd0138492c.disabled_994b52b90f {\n cursor: not-allowed;\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n border: none;\n pointer-events: none;\n background-color: var(--disabled-background-color);\n }\n .wrapper_dd0138492c.disabled_994b52b90f .input_01d97356d6 {\n background-color: var(--disabled-background-color);\n }\n .wrapper_dd0138492c.success_94463730fb {\n border-color: var(--positive-color);\n }\n .wrapper_dd0138492c.success_94463730fb:hover {\n border-color: var(--positive-color);\n }\n .wrapper_dd0138492c.success_94463730fb:focus-within {\n border-color: var(--positive-color);\n }\n .wrapper_dd0138492c.error_d20e8a969a {\n border-color: var(--negative-color);\n }\n .wrapper_dd0138492c.error_d20e8a969a:hover {\n border-color: var(--negative-color);\n }\n .wrapper_dd0138492c.error_d20e8a969a:focus-within {\n border-color: var(--negative-color);\n }\n}\n.wrapper_dd0138492c .input_01d97356d6 {\n all: unset;\n flex: 1;\n width: 100%;\n height: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n border: none;\n outline: none;\n}\n.wrapper_dd0138492c .input_01d97356d6::-moz-placeholder {\n color: var(--placeholder-color);\n font-weight: 400;\n}\n.wrapper_dd0138492c .input_01d97356d6::placeholder {\n color: var(--placeholder-color);\n font-weight: 400;\n}\n.wrapper_dd0138492c .input_01d97356d6:disabled::-moz-placeholder {\n color: var(--disabled-text-color);\n}\n.wrapper_dd0138492c .input_01d97356d6:disabled::placeholder {\n color: var(--disabled-text-color);\n}");export{r as default};
|
|
2
2
|
//# sourceMappingURL=BaseInput.module.scss.js.map
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import React, { type ReactElement } from "react";
|
|
2
|
-
import { type VibeComponentProps } from "../../../types";
|
|
3
|
-
export interface AccordionProps extends VibeComponentProps {
|
|
4
|
-
/**
|
|
5
|
-
* The content of the accordion (`AccordionItem` components).
|
|
6
|
-
*/
|
|
7
|
-
children?: Array<ReactElement> | ReactElement;
|
|
8
|
-
/**
|
|
9
|
-
* If true, multiple accordion items can be expanded at the same time.
|
|
10
|
-
*/
|
|
11
|
-
allowMultiple?: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* An array of initially expanded item indexes.
|
|
14
|
-
*/
|
|
15
|
-
defaultIndex?: Array<number>;
|
|
16
|
-
}
|
|
17
|
-
declare const Accordion: React.ForwardRefExoticComponent<AccordionProps & React.RefAttributes<unknown>>;
|
|
18
|
-
export default Accordion;
|
|
1
|
+
import React, { type ReactElement } from "react";
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
export interface AccordionProps extends VibeComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* The content of the accordion (`AccordionItem` components).
|
|
6
|
+
*/
|
|
7
|
+
children?: Array<ReactElement> | ReactElement;
|
|
8
|
+
/**
|
|
9
|
+
* If true, multiple accordion items can be expanded at the same time.
|
|
10
|
+
*/
|
|
11
|
+
allowMultiple?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* An array of initially expanded item indexes.
|
|
14
|
+
*/
|
|
15
|
+
defaultIndex?: Array<number>;
|
|
16
|
+
}
|
|
17
|
+
declare const Accordion: React.ForwardRefExoticComponent<AccordionProps & React.RefAttributes<unknown>>;
|
|
18
|
+
export default Accordion;
|
|
@@ -1,51 +1,51 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type VibeComponentProps, type ElementContent } from "../../../types";
|
|
3
|
-
import { type ExpandCollapseIconPosition } from "../../ExpandCollapse/ExpandCollapse.types";
|
|
4
|
-
export interface AccordionItemProps extends VibeComponentProps {
|
|
5
|
-
/**
|
|
6
|
-
* The header content displayed in the accordion item.
|
|
7
|
-
*/
|
|
8
|
-
title?: ElementContent;
|
|
9
|
-
/**
|
|
10
|
-
* The content rendered inside the accordion item.
|
|
11
|
-
*/
|
|
12
|
-
children?: ElementContent;
|
|
13
|
-
/**
|
|
14
|
-
* The size of the expand/collapse icon.
|
|
15
|
-
*/
|
|
16
|
-
iconSize?: number | string;
|
|
17
|
-
/**
|
|
18
|
-
* The position of the expand/collapse icon.
|
|
19
|
-
*/
|
|
20
|
-
iconPosition?: ExpandCollapseIconPosition;
|
|
21
|
-
/**
|
|
22
|
-
* Callback fired upon item click.
|
|
23
|
-
*/
|
|
24
|
-
onClick?: () => void;
|
|
25
|
-
/** @ignore */
|
|
26
|
-
open?: boolean;
|
|
27
|
-
/** @ignore */
|
|
28
|
-
onClickAccordionCallback?: () => void;
|
|
29
|
-
/**
|
|
30
|
-
* If true, the accordion item's border is hidden.
|
|
31
|
-
*/
|
|
32
|
-
hideBorder?: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Class name applied to the accordion item's header.
|
|
35
|
-
*/
|
|
36
|
-
headerClassName?: string;
|
|
37
|
-
/**
|
|
38
|
-
* Class name applied to the accordion item's content.
|
|
39
|
-
*/
|
|
40
|
-
contentClassName?: string;
|
|
41
|
-
/**
|
|
42
|
-
* If true, the click event is handled during the capture phase.
|
|
43
|
-
*/
|
|
44
|
-
captureOnClick?: boolean;
|
|
45
|
-
/**
|
|
46
|
-
* Class name applied to the expand/collapse component.
|
|
47
|
-
*/
|
|
48
|
-
expandCollapseComponentClassName?: string;
|
|
49
|
-
}
|
|
50
|
-
declare const AccordionItem: React.FC<AccordionItemProps>;
|
|
51
|
-
export default AccordionItem;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type VibeComponentProps, type ElementContent } from "../../../types";
|
|
3
|
+
import { type ExpandCollapseIconPosition } from "../../ExpandCollapse/ExpandCollapse.types";
|
|
4
|
+
export interface AccordionItemProps extends VibeComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* The header content displayed in the accordion item.
|
|
7
|
+
*/
|
|
8
|
+
title?: ElementContent;
|
|
9
|
+
/**
|
|
10
|
+
* The content rendered inside the accordion item.
|
|
11
|
+
*/
|
|
12
|
+
children?: ElementContent;
|
|
13
|
+
/**
|
|
14
|
+
* The size of the expand/collapse icon.
|
|
15
|
+
*/
|
|
16
|
+
iconSize?: number | string;
|
|
17
|
+
/**
|
|
18
|
+
* The position of the expand/collapse icon.
|
|
19
|
+
*/
|
|
20
|
+
iconPosition?: ExpandCollapseIconPosition;
|
|
21
|
+
/**
|
|
22
|
+
* Callback fired upon item click.
|
|
23
|
+
*/
|
|
24
|
+
onClick?: () => void;
|
|
25
|
+
/** @ignore */
|
|
26
|
+
open?: boolean;
|
|
27
|
+
/** @ignore */
|
|
28
|
+
onClickAccordionCallback?: () => void;
|
|
29
|
+
/**
|
|
30
|
+
* If true, the accordion item's border is hidden.
|
|
31
|
+
*/
|
|
32
|
+
hideBorder?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Class name applied to the accordion item's header.
|
|
35
|
+
*/
|
|
36
|
+
headerClassName?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Class name applied to the accordion item's content.
|
|
39
|
+
*/
|
|
40
|
+
contentClassName?: string;
|
|
41
|
+
/**
|
|
42
|
+
* If true, the click event is handled during the capture phase.
|
|
43
|
+
*/
|
|
44
|
+
captureOnClick?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Class name applied to the expand/collapse component.
|
|
47
|
+
*/
|
|
48
|
+
expandCollapseComponentClassName?: string;
|
|
49
|
+
}
|
|
50
|
+
declare const AccordionItem: React.FC<AccordionItemProps>;
|
|
51
|
+
export default AccordionItem;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as Accordion, type AccordionProps } from "./Accordion/Accordion";
|
|
2
|
-
export { default as AccordionItem, type AccordionItemProps } from "./AccordionItem/AccordionItem";
|
|
1
|
+
export { default as Accordion, type AccordionProps } from "./Accordion/Accordion";
|
|
2
|
+
export { default as AccordionItem, type AccordionItemProps } from "./AccordionItem/AccordionItem";
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
import React, { type ReactElement } from "react";
|
|
2
|
-
import { type AlertBannerBackgroundColor } from "./AlertBanner.types";
|
|
3
|
-
import { type AlertBannerLinkProps } from "./AlertBannerLink/AlertBannerLink";
|
|
4
|
-
import { type AlertBannerButtonProps } from "./AlertBannerButton/AlertBannerButton";
|
|
5
|
-
import { type AlertBannerTextProps } from "./AlertBannerText/AlertBannerText";
|
|
6
|
-
import { type VibeComponentProps } from "../../types";
|
|
7
|
-
type ChildrenType = ReactElement<AlertBannerButtonProps | AlertBannerLinkProps | AlertBannerTextProps>;
|
|
8
|
-
export interface AlertBannerProps extends VibeComponentProps {
|
|
9
|
-
/**
|
|
10
|
-
* The background color of the alert banner.
|
|
11
|
-
*/
|
|
12
|
-
backgroundColor?: AlertBannerBackgroundColor;
|
|
13
|
-
/**
|
|
14
|
-
* If true, the close button is hidden.
|
|
15
|
-
*/
|
|
16
|
-
isCloseHidden?: boolean;
|
|
17
|
-
/**
|
|
18
|
-
* The ARIA label of the alert banner for accessibility.
|
|
19
|
-
*/
|
|
20
|
-
"aria-label"?: string;
|
|
21
|
-
/**
|
|
22
|
-
* The ARIA label of the close button for accessibility.
|
|
23
|
-
*/
|
|
24
|
-
closeButtonAriaLabel?: string;
|
|
25
|
-
/**
|
|
26
|
-
* Callback fired when the close button is clicked.
|
|
27
|
-
*/
|
|
28
|
-
onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
29
|
-
/**
|
|
30
|
-
* The content of the alert banner.
|
|
31
|
-
*/
|
|
32
|
-
children?: ChildrenType | ChildrenType[];
|
|
33
|
-
}
|
|
34
|
-
declare const AlertBanner: React.ForwardRefExoticComponent<AlertBannerProps & React.RefAttributes<HTMLDivElement>>;
|
|
35
|
-
export default AlertBanner;
|
|
1
|
+
import React, { type ReactElement } from "react";
|
|
2
|
+
import { type AlertBannerBackgroundColor } from "./AlertBanner.types";
|
|
3
|
+
import { type AlertBannerLinkProps } from "./AlertBannerLink/AlertBannerLink";
|
|
4
|
+
import { type AlertBannerButtonProps } from "./AlertBannerButton/AlertBannerButton";
|
|
5
|
+
import { type AlertBannerTextProps } from "./AlertBannerText/AlertBannerText";
|
|
6
|
+
import { type VibeComponentProps } from "../../types";
|
|
7
|
+
type ChildrenType = ReactElement<AlertBannerButtonProps | AlertBannerLinkProps | AlertBannerTextProps>;
|
|
8
|
+
export interface AlertBannerProps extends VibeComponentProps {
|
|
9
|
+
/**
|
|
10
|
+
* The background color of the alert banner.
|
|
11
|
+
*/
|
|
12
|
+
backgroundColor?: AlertBannerBackgroundColor;
|
|
13
|
+
/**
|
|
14
|
+
* If true, the close button is hidden.
|
|
15
|
+
*/
|
|
16
|
+
isCloseHidden?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* The ARIA label of the alert banner for accessibility.
|
|
19
|
+
*/
|
|
20
|
+
"aria-label"?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The ARIA label of the close button for accessibility.
|
|
23
|
+
*/
|
|
24
|
+
closeButtonAriaLabel?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Callback fired when the close button is clicked.
|
|
27
|
+
*/
|
|
28
|
+
onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;
|
|
29
|
+
/**
|
|
30
|
+
* The content of the alert banner.
|
|
31
|
+
*/
|
|
32
|
+
children?: ChildrenType | ChildrenType[];
|
|
33
|
+
}
|
|
34
|
+
declare const AlertBanner: React.ForwardRefExoticComponent<AlertBannerProps & React.RefAttributes<HTMLDivElement>>;
|
|
35
|
+
export default AlertBanner;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type AlertBannerBackgroundColor = "primary" | "positive" | "negative" | "dark" | "warning";
|
|
1
|
+
export type AlertBannerBackgroundColor = "primary" | "positive" | "negative" | "dark" | "warning";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { type ButtonProps } from "@vibe/button";
|
|
2
|
-
import { type FC } from "react";
|
|
3
|
-
export interface AlertBannerButtonProps extends ButtonProps {
|
|
4
|
-
/**
|
|
5
|
-
* If true, the button is displayed on a dark background.
|
|
6
|
-
*/
|
|
7
|
-
isDarkBackground?: boolean;
|
|
8
|
-
}
|
|
9
|
-
declare const AlertBannerButton: FC<AlertBannerButtonProps>;
|
|
10
|
-
export default AlertBannerButton;
|
|
1
|
+
import { type ButtonProps } from "@vibe/button";
|
|
2
|
+
import { type FC } from "react";
|
|
3
|
+
export interface AlertBannerButtonProps extends ButtonProps {
|
|
4
|
+
/**
|
|
5
|
+
* If true, the button is displayed on a dark background.
|
|
6
|
+
*/
|
|
7
|
+
isDarkBackground?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const AlertBannerButton: FC<AlertBannerButtonProps>;
|
|
10
|
+
export default AlertBannerButton;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type TypographyColor } from "@vibe/typography";
|
|
3
|
-
type AlertBannerContextType = {
|
|
4
|
-
textColor: Extract<TypographyColor, "onPrimary" | "onInverted" | "fixedDark">;
|
|
5
|
-
};
|
|
6
|
-
export declare const AlertBannerContext: React.Context<AlertBannerContextType>;
|
|
7
|
-
export {};
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type TypographyColor } from "@vibe/typography";
|
|
3
|
+
type AlertBannerContextType = {
|
|
4
|
+
textColor: Extract<TypographyColor, "onPrimary" | "onInverted" | "fixedDark">;
|
|
5
|
+
};
|
|
6
|
+
export declare const AlertBannerContext: React.Context<AlertBannerContextType>;
|
|
7
|
+
export {};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
|
-
import { type LinkProps } from "../../Link/Link";
|
|
3
|
-
export interface AlertBannerLinkProps extends LinkProps {
|
|
4
|
-
/**
|
|
5
|
-
* If true, a left margin is applied to the link.
|
|
6
|
-
*/
|
|
7
|
-
marginLeft?: boolean;
|
|
8
|
-
}
|
|
9
|
-
declare const AlertBannerLink: FC<AlertBannerLinkProps>;
|
|
10
|
-
export default AlertBannerLink;
|
|
1
|
+
import { type FC } from "react";
|
|
2
|
+
import { type LinkProps } from "../../Link/Link";
|
|
3
|
+
export interface AlertBannerLinkProps extends LinkProps {
|
|
4
|
+
/**
|
|
5
|
+
* If true, a left margin is applied to the link.
|
|
6
|
+
*/
|
|
7
|
+
marginLeft?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const AlertBannerLink: FC<AlertBannerLinkProps>;
|
|
10
|
+
export default AlertBannerLink;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
|
-
import type VibeComponentProps from "../../../types/VibeComponentProps";
|
|
3
|
-
export interface AlertBannerTextProps extends VibeComponentProps {
|
|
4
|
-
/**
|
|
5
|
-
* The text content displayed within the alert banner.
|
|
6
|
-
*/
|
|
7
|
-
text: string;
|
|
8
|
-
/**
|
|
9
|
-
* If true, a left margin is applied to the alert banner text.
|
|
10
|
-
*/
|
|
11
|
-
marginLeft?: boolean;
|
|
12
|
-
/**
|
|
13
|
-
* The aria-live attribute value for the alert banner text.
|
|
14
|
-
*/
|
|
15
|
-
ariaLive?: "polite" | "assertive" | "off";
|
|
16
|
-
}
|
|
17
|
-
declare const AlertBannerText: FC<AlertBannerTextProps>;
|
|
18
|
-
export default AlertBannerText;
|
|
1
|
+
import { type FC } from "react";
|
|
2
|
+
import type VibeComponentProps from "../../../types/VibeComponentProps";
|
|
3
|
+
export interface AlertBannerTextProps extends VibeComponentProps {
|
|
4
|
+
/**
|
|
5
|
+
* The text content displayed within the alert banner.
|
|
6
|
+
*/
|
|
7
|
+
text: string;
|
|
8
|
+
/**
|
|
9
|
+
* If true, a left margin is applied to the alert banner text.
|
|
10
|
+
*/
|
|
11
|
+
marginLeft?: boolean;
|
|
12
|
+
/**
|
|
13
|
+
* The aria-live attribute value for the alert banner text.
|
|
14
|
+
*/
|
|
15
|
+
ariaLive?: "polite" | "assertive" | "off";
|
|
16
|
+
}
|
|
17
|
+
declare const AlertBannerText: FC<AlertBannerTextProps>;
|
|
18
|
+
export default AlertBannerText;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { default as AlertBanner, type AlertBannerProps } from "./AlertBanner";
|
|
2
|
-
export { default as AlertBannerButton, type AlertBannerButtonProps } from "./AlertBannerButton/AlertBannerButton";
|
|
3
|
-
export { default as AlertBannerLink, type AlertBannerLinkProps } from "./AlertBannerLink/AlertBannerLink";
|
|
4
|
-
export { default as AlertBannerText, type AlertBannerTextProps } from "./AlertBannerText/AlertBannerText";
|
|
5
|
-
export * from "./AlertBanner.types";
|
|
1
|
+
export { default as AlertBanner, type AlertBannerProps } from "./AlertBanner";
|
|
2
|
+
export { default as AlertBannerButton, type AlertBannerButtonProps } from "./AlertBannerButton/AlertBannerButton";
|
|
3
|
+
export { default as AlertBannerLink, type AlertBannerLinkProps } from "./AlertBannerLink/AlertBannerLink";
|
|
4
|
+
export { default as AlertBannerText, type AlertBannerTextProps } from "./AlertBannerText/AlertBannerText";
|
|
5
|
+
export * from "./AlertBanner.types";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { AttentionBoxProps } from "./AttentionBox.types";
|
|
3
|
-
declare const AttentionBox: React.ForwardRefExoticComponent<AttentionBoxProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
-
export default AttentionBox;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AttentionBoxProps } from "./AttentionBox.types";
|
|
3
|
+
declare const AttentionBox: React.ForwardRefExoticComponent<AttentionBoxProps & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
export default AttentionBox;
|
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
import type { ReactNode, MouseEvent } from "react";
|
|
2
|
-
import type { VibeComponentProps } from "../../types";
|
|
3
|
-
import type { SubIcon, IconType } from "@vibe/icon";
|
|
4
|
-
import type { AttentionBoxButtonProps } from "./components/AttentionBoxButton/AttentionBoxButton";
|
|
5
|
-
import type { AttentionBoxLinkProps } from "./components/AttentionBoxLink/AttentionBoxLink";
|
|
6
|
-
export type AttentionBoxType = "primary" | "positive" | "negative" | "warning" | "neutral";
|
|
7
|
-
export type AttentionBoxContentProps = {
|
|
8
|
-
/**
|
|
9
|
-
* The main text content
|
|
10
|
-
*/
|
|
11
|
-
text: string;
|
|
12
|
-
children?: never;
|
|
13
|
-
} | {
|
|
14
|
-
/**
|
|
15
|
-
* Custom children to override the default text content
|
|
16
|
-
*/
|
|
17
|
-
children: ReactNode;
|
|
18
|
-
text?: never;
|
|
19
|
-
};
|
|
20
|
-
export interface AttentionBoxLayoutSharedProps extends Pick<AttentionBoxProps, "icon" | "iconType" | "onClose" | "closeButtonAriaLabel" | "action" | "link"> {
|
|
21
|
-
content: ReactNode;
|
|
22
|
-
}
|
|
23
|
-
export type AttentionBoxCompactTitleProps = {
|
|
24
|
-
compact?: false;
|
|
25
|
-
/**
|
|
26
|
-
* The title of the attention box
|
|
27
|
-
*/
|
|
28
|
-
title?: string;
|
|
29
|
-
} | {
|
|
30
|
-
/**
|
|
31
|
-
* When true, the attention box will be displayed in compact mode of one-liner
|
|
32
|
-
*/
|
|
33
|
-
compact: true;
|
|
34
|
-
title?: never;
|
|
35
|
-
};
|
|
36
|
-
export type AttentionBoxRole = "alert" | "status";
|
|
37
|
-
export type AttentionBoxProps = VibeComponentProps & AttentionBoxContentProps & AttentionBoxCompactTitleProps & {
|
|
38
|
-
/**
|
|
39
|
-
* The variant type of the attention box
|
|
40
|
-
*/
|
|
41
|
-
type?: AttentionBoxType;
|
|
42
|
-
/**
|
|
43
|
-
* The type of the icon
|
|
44
|
-
*/
|
|
45
|
-
iconType?: IconType;
|
|
46
|
-
/**
|
|
47
|
-
* The icon to display. Pass `false` to hide the icon entirely, or omit to use the default icon for the type.
|
|
48
|
-
*/
|
|
49
|
-
icon?: SubIcon | false;
|
|
50
|
-
/**
|
|
51
|
-
* Callback when the close button is clicked
|
|
52
|
-
*/
|
|
53
|
-
onClose?: (event: MouseEvent<HTMLButtonElement>) => void;
|
|
54
|
-
/**
|
|
55
|
-
* Custom aria label for the close button
|
|
56
|
-
*/
|
|
57
|
-
closeButtonAriaLabel?: string;
|
|
58
|
-
/**
|
|
59
|
-
* Whether to animate the entrance
|
|
60
|
-
*/
|
|
61
|
-
animate?: boolean;
|
|
62
|
-
/**
|
|
63
|
-
* Action button configuration
|
|
64
|
-
*/
|
|
65
|
-
action?: AttentionBoxButtonProps;
|
|
66
|
-
/**
|
|
67
|
-
* Link configuration
|
|
68
|
-
*/
|
|
69
|
-
link?: Omit<AttentionBoxLinkProps, "inlineText">;
|
|
70
|
-
};
|
|
1
|
+
import type { ReactNode, MouseEvent } from "react";
|
|
2
|
+
import type { VibeComponentProps } from "../../types";
|
|
3
|
+
import type { SubIcon, IconType } from "@vibe/icon";
|
|
4
|
+
import type { AttentionBoxButtonProps } from "./components/AttentionBoxButton/AttentionBoxButton";
|
|
5
|
+
import type { AttentionBoxLinkProps } from "./components/AttentionBoxLink/AttentionBoxLink";
|
|
6
|
+
export type AttentionBoxType = "primary" | "positive" | "negative" | "warning" | "neutral";
|
|
7
|
+
export type AttentionBoxContentProps = {
|
|
8
|
+
/**
|
|
9
|
+
* The main text content
|
|
10
|
+
*/
|
|
11
|
+
text: string;
|
|
12
|
+
children?: never;
|
|
13
|
+
} | {
|
|
14
|
+
/**
|
|
15
|
+
* Custom children to override the default text content
|
|
16
|
+
*/
|
|
17
|
+
children: ReactNode;
|
|
18
|
+
text?: never;
|
|
19
|
+
};
|
|
20
|
+
export interface AttentionBoxLayoutSharedProps extends Pick<AttentionBoxProps, "icon" | "iconType" | "onClose" | "closeButtonAriaLabel" | "action" | "link"> {
|
|
21
|
+
content: ReactNode;
|
|
22
|
+
}
|
|
23
|
+
export type AttentionBoxCompactTitleProps = {
|
|
24
|
+
compact?: false;
|
|
25
|
+
/**
|
|
26
|
+
* The title of the attention box
|
|
27
|
+
*/
|
|
28
|
+
title?: string;
|
|
29
|
+
} | {
|
|
30
|
+
/**
|
|
31
|
+
* When true, the attention box will be displayed in compact mode of one-liner
|
|
32
|
+
*/
|
|
33
|
+
compact: true;
|
|
34
|
+
title?: never;
|
|
35
|
+
};
|
|
36
|
+
export type AttentionBoxRole = "alert" | "status";
|
|
37
|
+
export type AttentionBoxProps = VibeComponentProps & AttentionBoxContentProps & AttentionBoxCompactTitleProps & {
|
|
38
|
+
/**
|
|
39
|
+
* The variant type of the attention box
|
|
40
|
+
*/
|
|
41
|
+
type?: AttentionBoxType;
|
|
42
|
+
/**
|
|
43
|
+
* The type of the icon
|
|
44
|
+
*/
|
|
45
|
+
iconType?: IconType;
|
|
46
|
+
/**
|
|
47
|
+
* The icon to display. Pass `false` to hide the icon entirely, or omit to use the default icon for the type.
|
|
48
|
+
*/
|
|
49
|
+
icon?: SubIcon | false;
|
|
50
|
+
/**
|
|
51
|
+
* Callback when the close button is clicked
|
|
52
|
+
*/
|
|
53
|
+
onClose?: (event: MouseEvent<HTMLButtonElement>) => void;
|
|
54
|
+
/**
|
|
55
|
+
* Custom aria label for the close button
|
|
56
|
+
*/
|
|
57
|
+
closeButtonAriaLabel?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Whether to animate the entrance
|
|
60
|
+
*/
|
|
61
|
+
animate?: boolean;
|
|
62
|
+
/**
|
|
63
|
+
* Action button configuration
|
|
64
|
+
*/
|
|
65
|
+
action?: AttentionBoxButtonProps;
|
|
66
|
+
/**
|
|
67
|
+
* Link configuration
|
|
68
|
+
*/
|
|
69
|
+
link?: Omit<AttentionBoxLinkProps, "inlineText">;
|
|
70
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type ButtonProps } from "@vibe/button";
|
|
3
|
-
export interface AttentionBoxButtonProps extends Omit<ButtonProps, "size" | "kind" | "color" | "children"> {
|
|
4
|
-
text: string;
|
|
5
|
-
}
|
|
6
|
-
declare const AttentionBoxButton: React.ForwardRefExoticComponent<AttentionBoxButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
7
|
-
export default AttentionBoxButton;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type ButtonProps } from "@vibe/button";
|
|
3
|
+
export interface AttentionBoxButtonProps extends Omit<ButtonProps, "size" | "kind" | "color" | "children"> {
|
|
4
|
+
text: string;
|
|
5
|
+
}
|
|
6
|
+
declare const AttentionBoxButton: React.ForwardRefExoticComponent<AttentionBoxButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
7
|
+
export default AttentionBoxButton;
|
package/dist/components/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
export interface AttentionBoxCloseButtonProps {
|
|
3
|
-
onClose?: (event: React.MouseEvent) => void;
|
|
4
|
-
closeButtonAriaLabel?: string;
|
|
5
|
-
className?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const AttentionBoxCloseButton: ({ onClose, closeButtonAriaLabel, className }: AttentionBoxCloseButtonProps) => React.JSX.Element;
|
|
8
|
-
export default AttentionBoxCloseButton;
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface AttentionBoxCloseButtonProps {
|
|
3
|
+
onClose?: (event: React.MouseEvent) => void;
|
|
4
|
+
closeButtonAriaLabel?: string;
|
|
5
|
+
className?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const AttentionBoxCloseButton: ({ onClose, closeButtonAriaLabel, className }: AttentionBoxCloseButtonProps) => React.JSX.Element;
|
|
8
|
+
export default AttentionBoxCloseButton;
|
package/dist/components/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type SubIcon, type IconType } from "@vibe/icon";
|
|
3
|
-
export interface AttentionBoxLeadingIconProps {
|
|
4
|
-
icon?: SubIcon;
|
|
5
|
-
iconType?: IconType;
|
|
6
|
-
className?: string;
|
|
7
|
-
}
|
|
8
|
-
declare const AttentionBoxLeadingIcon: ({ icon, iconType, className }: AttentionBoxLeadingIconProps) => React.JSX.Element;
|
|
9
|
-
export default AttentionBoxLeadingIcon;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { type SubIcon, type IconType } from "@vibe/icon";
|
|
3
|
+
export interface AttentionBoxLeadingIconProps {
|
|
4
|
+
icon?: SubIcon;
|
|
5
|
+
iconType?: IconType;
|
|
6
|
+
className?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const AttentionBoxLeadingIcon: ({ icon, iconType, className }: AttentionBoxLeadingIconProps) => React.JSX.Element;
|
|
9
|
+
export default AttentionBoxLeadingIcon;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { LinkProps } from "../../../Link";
|
|
3
|
-
export type AttentionBoxLinkProps = LinkProps;
|
|
4
|
-
declare const AttentionBoxLink: React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
5
|
-
export default AttentionBoxLink;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { LinkProps } from "../../../Link";
|
|
3
|
+
export type AttentionBoxLinkProps = LinkProps;
|
|
4
|
+
declare const AttentionBoxLink: React.ForwardRefExoticComponent<LinkProps & React.RefAttributes<HTMLAnchorElement>>;
|
|
5
|
+
export default AttentionBoxLink;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { AttentionBoxType } from "../AttentionBox.types";
|
|
2
|
-
import type { SubIcon } from "@vibe/icon";
|
|
3
|
-
export declare const ATTENTION_BOX_DEFAULT_ICONS: Record<AttentionBoxType, SubIcon>;
|
|
1
|
+
import type { AttentionBoxType } from "../AttentionBox.types";
|
|
2
|
+
import type { SubIcon } from "@vibe/icon";
|
|
3
|
+
export declare const ATTENTION_BOX_DEFAULT_ICONS: Record<AttentionBoxType, SubIcon>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default as AttentionBox } from "./AttentionBox";
|
|
2
|
-
export type { AttentionBoxProps, AttentionBoxType } from "./AttentionBox.types";
|
|
1
|
+
export { default as AttentionBox } from "./AttentionBox";
|
|
2
|
+
export type { AttentionBoxProps, AttentionBoxType } from "./AttentionBox.types";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { AttentionBoxLayoutSharedProps } from "../../AttentionBox.types";
|
|
3
|
-
export type AttentionBoxCompactProps = AttentionBoxLayoutSharedProps;
|
|
4
|
-
declare const AttentionBoxCompact: ({ icon, iconType, onClose, closeButtonAriaLabel, action, link, content }: AttentionBoxCompactProps) => React.JSX.Element;
|
|
5
|
-
export default AttentionBoxCompact;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AttentionBoxLayoutSharedProps } from "../../AttentionBox.types";
|
|
3
|
+
export type AttentionBoxCompactProps = AttentionBoxLayoutSharedProps;
|
|
4
|
+
declare const AttentionBoxCompact: ({ icon, iconType, onClose, closeButtonAriaLabel, action, link, content }: AttentionBoxCompactProps) => React.JSX.Element;
|
|
5
|
+
export default AttentionBoxCompact;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { AttentionBoxLayoutSharedProps, AttentionBoxProps } from "../../AttentionBox.types";
|
|
3
|
-
export type AttentionBoxDefaultProps = AttentionBoxLayoutSharedProps & Pick<AttentionBoxProps, "title">;
|
|
4
|
-
declare const AttentionBoxDefault: ({ title, icon, iconType, onClose, closeButtonAriaLabel, action, link, content }: AttentionBoxDefaultProps) => React.JSX.Element;
|
|
5
|
-
export default AttentionBoxDefault;
|
|
1
|
+
import React from "react";
|
|
2
|
+
import type { AttentionBoxLayoutSharedProps, AttentionBoxProps } from "../../AttentionBox.types";
|
|
3
|
+
export type AttentionBoxDefaultProps = AttentionBoxLayoutSharedProps & Pick<AttentionBoxProps, "title">;
|
|
4
|
+
declare const AttentionBoxDefault: ({ title, icon, iconType, onClose, closeButtonAriaLabel, action, link, content }: AttentionBoxDefaultProps) => React.JSX.Element;
|
|
5
|
+
export default AttentionBoxDefault;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import type { SubIcon } from "@vibe/icon";
|
|
2
|
-
import type { AttentionBoxType } from "../AttentionBox.types";
|
|
3
|
-
export declare const resolveAttentionBoxIcon: (icon?: SubIcon | false, type?: AttentionBoxType) => SubIcon | null;
|
|
1
|
+
import type { SubIcon } from "@vibe/icon";
|
|
2
|
+
import type { AttentionBoxType } from "../AttentionBox.types";
|
|
3
|
+
export declare const resolveAttentionBoxIcon: (icon?: SubIcon | false, type?: AttentionBoxType) => SubIcon | null;
|