@vibe/core 3.70.2-alpha-23478.0 → 3.70.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/components/AlertBanner/AlertBannerButton/AlertBannerButton.d.ts +1 -1
- package/dist/components/AttentionBox/AttentionBox.d.ts +3 -3
- package/dist/components/AttentionBox/AttentionBoxConstants.d.ts +8 -0
- package/dist/components/Avatar/Avatar.d.ts +2 -1
- package/dist/components/Avatar/AvatarBadge.d.ts +2 -1
- package/dist/components/Avatar/AvatarContent.d.ts +2 -1
- package/dist/components/BaseListItem/BaseListItem.types.d.ts +2 -1
- package/dist/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.d.ts +2 -1
- package/dist/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.d.ts +2 -1
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +4 -4
- package/dist/components/ButtonGroup/ButtonGroupConstants.d.ts +8 -0
- package/dist/components/ButtonGroup/ButtonWrapper.d.ts +1 -1
- package/dist/components/Chips/Chips.d.ts +2 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts +2 -1
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +2 -1
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +2 -1
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +2 -1
- package/dist/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +2 -1
- package/dist/components/Combobox/Combobox.d.ts +2 -1
- package/dist/components/Combobox/components/ComboboxConstants.d.ts +1 -1
- package/dist/components/EmptyState/EmptyState.types.d.ts +1 -1
- package/dist/components/IconButton/IconButton.d.ts +5 -4
- package/dist/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.d.ts +2 -1
- package/dist/components/Link/Link.d.ts +2 -1
- package/dist/components/ListItemIcon/ListItemIcon.d.ts +2 -1
- package/dist/components/Menu/MenuItem/MenuItem.d.ts +3 -3
- package/dist/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.types.d.ts +1 -2
- package/dist/components/Menu/MenuItemButton/MenuItemButton.d.ts +4 -3
- package/dist/components/Modal/ModalHeader/ModalHeader.types.d.ts +2 -1
- package/dist/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +1 -1
- package/dist/components/Modal/footers/ModalFooterBase/ModalFooterBase.types.d.ts +1 -1
- package/dist/components/Modal/footers/utils/getPropsForButton.d.ts +6 -6
- package/dist/components/MultiStepIndicator/MultiStepIndicator.d.ts +2 -1
- package/dist/components/MultiStepIndicator/components/StepIndicator/StepIndicator.d.ts +2 -1
- package/dist/components/NumberField/NumberField.types.d.ts +1 -1
- package/dist/components/Search/Search.types.d.ts +2 -1
- package/dist/components/Slider/Slider.d.ts +1 -1
- package/dist/components/Slider/SliderConstants.d.ts +1 -1
- package/dist/components/Slider/SliderContext.d.ts +1 -1
- package/dist/components/SplitButton/SplitButton.d.ts +4 -4
- package/dist/components/Steps/Steps.d.ts +1 -1
- package/dist/components/Steps/StepsCommand.d.ts +1 -1
- package/dist/components/Steps/StepsHeader.d.ts +1 -1
- package/dist/components/Table/Table/Table.d.ts +2 -1
- package/dist/components/Table/TableHeaderCell/TableHeaderCell.d.ts +2 -1
- package/dist/components/Tabs/Tab/Tab.d.ts +1 -2
- package/dist/components/Tipseen/TipseenContent.d.ts +1 -1
- package/dist/components/Toast/Toast.d.ts +1 -1
- package/dist/components/Toast/ToastButton/ToastButton.d.ts +1 -1
- package/dist/components/Toast/ToastHelpers.d.ts +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/components/button/dist/Button/Button.js +2 -0
- package/dist/components/button/dist/Button/Button.js.map +1 -0
- package/dist/components/button/dist/Button/Button.module.scss.js +2 -0
- package/dist/components/button/dist/Button/ButtonConstants.js +2 -0
- package/dist/components/button/dist/Button/ButtonConstants.js.map +1 -0
- package/dist/components/button/dist/Button/helper/dom-helpers.js.map +1 -0
- package/dist/components/button/dist/Button/helper/useButtonLoading.js +2 -0
- package/dist/components/button/dist/Button/helper/useButtonLoading.js.map +1 -0
- package/dist/components/icon/dist/Icon/CustomSvgIcon/CustomSvgIcon.js +2 -0
- package/dist/components/icon/dist/Icon/CustomSvgIcon/CustomSvgIcon.js.map +1 -0
- package/dist/components/icon/dist/Icon/FontIcon/FontIcon.js +2 -0
- package/dist/components/icon/dist/Icon/FontIcon/FontIcon.js.map +1 -0
- package/dist/components/icon/dist/Icon/Icon.js +2 -0
- package/dist/components/icon/dist/Icon/Icon.js.map +1 -0
- package/dist/components/icon/dist/Icon/Icon.module.scss.js +2 -0
- package/dist/components/icon/dist/Icon/constants.js +2 -0
- package/dist/components/icon/dist/Icon/constants.js.map +1 -0
- package/dist/components/icon/dist/Icon/hooks/useIconProps.js +2 -0
- package/dist/components/icon/dist/Icon/hooks/useIconProps.js.map +1 -0
- package/dist/components/icon/dist/Icon/hooks/useIconScreenReaderAccessProps.js +2 -0
- package/dist/components/icon/dist/Icon/hooks/useIconScreenReaderAccessProps.js.map +1 -0
- package/dist/components/index.d.ts +3 -3
- package/dist/components/loader/dist/Loader/Loader.js +2 -0
- package/dist/components/loader/dist/Loader/Loader.js.map +1 -0
- package/dist/components/loader/dist/Loader/Loader.module.scss.js +2 -0
- package/dist/components/loader/dist/Loader/LoaderConstants.js.map +1 -0
- package/dist/components/next/AttentionBox/AttentionBox.types.d.ts +2 -2
- package/dist/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.d.ts +1 -1
- package/dist/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.d.ts +1 -2
- package/dist/components/next/AttentionBox/consts/icons.d.ts +1 -1
- package/dist/components/next/AttentionBox/utils/iconUtils.d.ts +1 -1
- package/dist/metadata.json +136 -1020
- package/dist/mocked_classnames/components/AlertBanner/AlertBannerButton/AlertBannerButton.d.ts +1 -1
- package/dist/mocked_classnames/components/AttentionBox/AttentionBox.d.ts +3 -3
- package/dist/mocked_classnames/components/AttentionBox/AttentionBoxConstants.d.ts +8 -0
- package/dist/mocked_classnames/components/Avatar/Avatar.d.ts +2 -1
- package/dist/mocked_classnames/components/Avatar/AvatarBadge.d.ts +2 -1
- package/dist/mocked_classnames/components/Avatar/AvatarContent.d.ts +2 -1
- package/dist/mocked_classnames/components/BaseListItem/BaseListItem.types.d.ts +2 -1
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.d.ts +2 -1
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.d.ts +2 -1
- package/dist/mocked_classnames/components/ButtonGroup/ButtonGroup.d.ts +4 -4
- package/dist/mocked_classnames/components/ButtonGroup/ButtonGroupConstants.d.ts +8 -0
- package/dist/mocked_classnames/components/ButtonGroup/ButtonWrapper.d.ts +1 -1
- package/dist/mocked_classnames/components/Chips/Chips.d.ts +2 -1
- package/dist/mocked_classnames/components/ColorPicker/ColorPicker.d.ts +2 -1
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +2 -1
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +2 -1
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +2 -1
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +2 -1
- package/dist/mocked_classnames/components/Combobox/Combobox.d.ts +2 -1
- package/dist/mocked_classnames/components/Combobox/components/ComboboxConstants.d.ts +1 -1
- package/dist/mocked_classnames/components/EmptyState/EmptyState.types.d.ts +1 -1
- package/dist/mocked_classnames/components/IconButton/IconButton.d.ts +5 -4
- package/dist/mocked_classnames/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.d.ts +2 -1
- package/dist/mocked_classnames/components/Link/Link.d.ts +2 -1
- package/dist/mocked_classnames/components/ListItemIcon/ListItemIcon.d.ts +2 -1
- package/dist/mocked_classnames/components/Menu/MenuItem/MenuItem.d.ts +3 -3
- package/dist/mocked_classnames/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.types.d.ts +1 -2
- package/dist/mocked_classnames/components/Menu/MenuItemButton/MenuItemButton.d.ts +4 -3
- package/dist/mocked_classnames/components/Modal/ModalHeader/ModalHeader.types.d.ts +2 -1
- package/dist/mocked_classnames/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Modal/footers/ModalFooterBase/ModalFooterBase.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Modal/footers/utils/getPropsForButton.d.ts +6 -6
- package/dist/mocked_classnames/components/MultiStepIndicator/MultiStepIndicator.d.ts +2 -1
- package/dist/mocked_classnames/components/MultiStepIndicator/components/StepIndicator/StepIndicator.d.ts +2 -1
- package/dist/mocked_classnames/components/NumberField/NumberField.types.d.ts +1 -1
- package/dist/mocked_classnames/components/Search/Search.types.d.ts +2 -1
- package/dist/mocked_classnames/components/Slider/Slider.d.ts +1 -1
- package/dist/mocked_classnames/components/Slider/SliderConstants.d.ts +1 -1
- package/dist/mocked_classnames/components/Slider/SliderContext.d.ts +1 -1
- package/dist/mocked_classnames/components/SplitButton/SplitButton.d.ts +4 -4
- package/dist/mocked_classnames/components/Steps/Steps.d.ts +1 -1
- package/dist/mocked_classnames/components/Steps/StepsCommand.d.ts +1 -1
- package/dist/mocked_classnames/components/Steps/StepsHeader.d.ts +1 -1
- package/dist/mocked_classnames/components/Table/Table/Table.d.ts +2 -1
- package/dist/mocked_classnames/components/Table/TableHeaderCell/TableHeaderCell.d.ts +2 -1
- package/dist/mocked_classnames/components/Tabs/Tab/Tab.d.ts +1 -2
- package/dist/mocked_classnames/components/Tipseen/TipseenContent.d.ts +1 -1
- package/dist/mocked_classnames/components/Toast/Toast.d.ts +1 -1
- package/dist/mocked_classnames/components/Toast/ToastButton/ToastButton.d.ts +1 -1
- package/dist/mocked_classnames/components/Toast/ToastHelpers.d.ts +1 -1
- package/dist/mocked_classnames/components/Tooltip/Tooltip.d.ts +1 -1
- package/dist/mocked_classnames/components/button/dist/Button/Button.js +2 -0
- package/dist/mocked_classnames/components/button/dist/Button/Button.js.map +1 -0
- package/dist/mocked_classnames/components/button/dist/Button/Button.module.scss.js +2 -0
- package/dist/mocked_classnames/components/button/dist/Button/ButtonConstants.js +2 -0
- package/dist/mocked_classnames/components/button/dist/Button/ButtonConstants.js.map +1 -0
- package/dist/mocked_classnames/components/button/dist/Button/helper/dom-helpers.js.map +1 -0
- package/dist/mocked_classnames/components/button/dist/Button/helper/useButtonLoading.js +2 -0
- package/dist/mocked_classnames/components/button/dist/Button/helper/useButtonLoading.js.map +1 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/CustomSvgIcon/CustomSvgIcon.js +2 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/CustomSvgIcon/CustomSvgIcon.js.map +1 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/FontIcon/FontIcon.js +2 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/FontIcon/FontIcon.js.map +1 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/Icon.js +2 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/Icon.js.map +1 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/Icon.module.scss.js +2 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/constants.js +2 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/constants.js.map +1 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/hooks/useIconProps.js +2 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/hooks/useIconProps.js.map +1 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/hooks/useIconScreenReaderAccessProps.js +2 -0
- package/dist/mocked_classnames/components/icon/dist/Icon/hooks/useIconScreenReaderAccessProps.js.map +1 -0
- package/dist/mocked_classnames/components/index.d.ts +3 -3
- package/dist/mocked_classnames/components/loader/dist/Loader/Loader.js +2 -0
- package/dist/mocked_classnames/components/loader/dist/Loader/Loader.js.map +1 -0
- package/dist/mocked_classnames/components/loader/dist/Loader/Loader.module.scss.js +2 -0
- package/dist/mocked_classnames/components/loader/dist/Loader/LoaderConstants.js.map +1 -0
- package/dist/mocked_classnames/components/next/AttentionBox/AttentionBox.types.d.ts +2 -2
- package/dist/mocked_classnames/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.d.ts +1 -1
- package/dist/mocked_classnames/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.d.ts +1 -2
- package/dist/mocked_classnames/components/next/AttentionBox/consts/icons.d.ts +1 -1
- package/dist/mocked_classnames/components/next/AttentionBox/utils/iconUtils.d.ts +1 -1
- package/dist/mocked_classnames/packages/icons/dist/_virtual/_tslib.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/AddSmall.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/Alert.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/Check.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/CloseMedium.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/CloseSmall.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/DropdownChevronDown.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/DropdownChevronRight.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/DropdownChevronUp.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/Favorite.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/Info.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/Menu.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/MoveArrowLeft.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/MoveArrowRight.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/NavigationChevronLeft.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/NavigationChevronRight.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/NoColor.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/Remove.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/Search.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/Sort.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/SortAscending.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/SortDescending.js.map +1 -0
- package/dist/mocked_classnames/packages/icons/dist/react/Warning.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/constants/keyCodes.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/constants/keyCodes.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/constants/sizes.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/constants/sizes.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/hooks/ssr/useIsMounted.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/hooks/ssr/useIsMounted.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/hooks/ssr/useIsomorphicLayoutEffect.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/hooks/ssr/useIsomorphicLayoutEffect.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/hooks/useEventListener.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/hooks/useEventListener.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/hooks/useKeyEvent.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/hooks/useKeyEvent.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/hooks/useMergeRef.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/hooks/useMergeRef.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/tests/constants.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/tests/constants.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/tests/test-ids-utils.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/tests/test-ids-utils.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/types/withStaticProps.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/types/withStaticProps.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/utils/function-utils.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/utils/function-utils.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/utils/screenReaderAccessHelper.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/utils/screenReaderAccessHelper.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/utils/ssr-utils.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/utils/ssr-utils.js.map +1 -0
- package/dist/mocked_classnames/packages/shared/dist/utils/typesciptCssModulesHelper.js +2 -0
- package/dist/mocked_classnames/packages/shared/dist/utils/typesciptCssModulesHelper.js.map +1 -0
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.js +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.js.map +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.js +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.js +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.js.map +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/AttentionBoxConstants.js +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/AttentionBoxConstants.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/Avatar.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarContent.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/BaseListItem/utils.js +1 -1
- package/dist/mocked_classnames/src/components/BaseListItem/utils.js.map +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.js +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.js.map +1 -1
- package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.js +1 -1
- package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/dist/mocked_classnames/src/components/ButtonGroup/ButtonWrapper.js +1 -1
- package/dist/mocked_classnames/src/components/ButtonGroup/ButtonWrapper.js.map +1 -1
- package/dist/mocked_classnames/src/components/Checkbox/Checkbox.js +1 -1
- package/dist/mocked_classnames/src/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/mocked_classnames/src/components/Chips/Chips.js +1 -1
- package/dist/mocked_classnames/src/components/Chips/Chips.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.js +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/Combobox.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/Combobox.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxConstants.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DateNavigationItem/DateNavigationItem.js +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DateNavigationItem/DateNavigationItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader/DatePickerHeader.js +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader/DatePickerHeader.js.map +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/YearPicker/YearsList.js +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/YearPicker/YearsList.js.map +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/ClearIndicator/ClearIndicator.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/ClearIndicator/ClearIndicator.js.map +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/DropdownIndicator/DropdownIndicator.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/DropdownIndicator/DropdownIndicator.js.map +1 -1
- package/dist/mocked_classnames/src/components/EmptyState/EmptyState.js +1 -1
- package/dist/mocked_classnames/src/components/EmptyState/EmptyState.js.map +1 -1
- package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.js +1 -1
- package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.js.map +1 -1
- package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.js +1 -1
- package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.js.map +1 -1
- package/dist/mocked_classnames/src/components/IconButton/IconButton.js +1 -1
- package/dist/mocked_classnames/src/components/IconButton/IconButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Info/Info.js +1 -1
- package/dist/mocked_classnames/src/components/Info/Info.js.map +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooterButtons/LegacyModalFooterButtons.js +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooterButtons/LegacyModalFooterButtons.js.map +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js.map +1 -1
- package/dist/mocked_classnames/src/components/Link/Link.js +1 -1
- package/dist/mocked_classnames/src/components/Link/Link.js.map +1 -1
- package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.js +1 -1
- package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/MenuButton/MenuButton.js +1 -1
- package/dist/mocked_classnames/src/components/MenuButton/MenuButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
- package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/ModalTopActions/ModalTopActions.js.map +1 -1
- package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js.map +1 -1
- package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.js +1 -1
- package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.js.map +1 -1
- package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.js +1 -1
- package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.js.map +1 -1
- package/dist/mocked_classnames/src/components/NumberField/NumberField.js +1 -1
- package/dist/mocked_classnames/src/components/NumberField/NumberField.js.map +1 -1
- package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js +1 -1
- package/dist/mocked_classnames/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Search/Search.js +1 -1
- package/dist/mocked_classnames/src/components/Search/Search.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/Slider.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderConstants.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderContext.js.map +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderInfixHooks.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/SliderInfixHooks.js.map +1 -1
- package/dist/mocked_classnames/src/components/SplitButton/SplitButton.js +1 -1
- package/dist/mocked_classnames/src/components/SplitButton/SplitButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Steps/Steps.js.map +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsCommand.js +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsCommand.js.map +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsHeader.js +1 -1
- package/dist/mocked_classnames/src/components/Steps/StepsHeader.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/Table/Table.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/Table/tableHelpers.js +1 -1
- package/dist/mocked_classnames/src/components/Table/Table/tableHelpers.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableHeaderCell/TableHeaderCell.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.js +1 -1
- package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.js.map +1 -1
- package/dist/mocked_classnames/src/components/TextField/TextField.js +1 -1
- package/dist/mocked_classnames/src/components/TextField/TextField.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/Tipseen.js +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/Tipseen.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.js +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenWizard.js.map +1 -1
- package/dist/mocked_classnames/src/components/Toast/Toast.js +1 -1
- package/dist/mocked_classnames/src/components/Toast/Toast.js.map +1 -1
- package/dist/mocked_classnames/src/components/Toast/ToastButton/ToastButton.js +1 -1
- package/dist/mocked_classnames/src/components/Toast/ToastButton/ToastButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Toast/ToastConstants.js +1 -1
- package/dist/mocked_classnames/src/components/Toast/ToastConstants.js.map +1 -1
- package/dist/mocked_classnames/src/components/Toast/ToastHelpers.js +1 -1
- package/dist/mocked_classnames/src/components/Toast/ToastHelpers.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tooltip/Tooltip.js +1 -1
- package/dist/mocked_classnames/src/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.js +1 -1
- package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js +1 -1
- package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.js +1 -1
- package/dist/mocked_classnames/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.js.map +1 -1
- package/dist/mocked_classnames/src/components/next/AttentionBox/consts/icons.js +1 -1
- package/dist/mocked_classnames/src/components/next/AttentionBox/consts/icons.js.map +1 -1
- package/dist/mocked_classnames/src/components/next/AttentionBox/utils/iconUtils.js.map +1 -1
- package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/TriggerActions.js +1 -1
- package/dist/mocked_classnames/src/components/next/Dropdown/components/Trigger/TriggerActions.js.map +1 -1
- package/dist/mocked_classnames/src/index.js +1 -1
- package/dist/mocked_classnames/types/index.d.ts +0 -1
- package/dist/packages/shared/dist/constants/keyCodes.js +2 -0
- package/dist/packages/shared/dist/constants/keyCodes.js.map +1 -0
- package/dist/packages/shared/dist/constants/sizes.js +2 -0
- package/dist/packages/shared/dist/constants/sizes.js.map +1 -0
- package/dist/packages/shared/dist/hooks/ssr/useIsMounted.js +2 -0
- package/dist/packages/shared/dist/hooks/ssr/useIsMounted.js.map +1 -0
- package/dist/packages/shared/dist/hooks/ssr/useIsomorphicLayoutEffect.js +2 -0
- package/dist/packages/shared/dist/hooks/ssr/useIsomorphicLayoutEffect.js.map +1 -0
- package/dist/packages/shared/dist/hooks/useEventListener.js +2 -0
- package/dist/packages/shared/dist/hooks/useEventListener.js.map +1 -0
- package/dist/packages/shared/dist/hooks/useKeyEvent.js +2 -0
- package/dist/packages/shared/dist/hooks/useKeyEvent.js.map +1 -0
- package/dist/packages/shared/dist/hooks/useMergeRef.js +2 -0
- package/dist/packages/shared/dist/hooks/useMergeRef.js.map +1 -0
- package/dist/packages/shared/dist/tests/constants.js +2 -0
- package/dist/packages/shared/dist/tests/constants.js.map +1 -0
- package/dist/packages/shared/dist/tests/test-ids-utils.js +2 -0
- package/dist/packages/shared/dist/tests/test-ids-utils.js.map +1 -0
- package/dist/packages/shared/dist/types/withStaticProps.js +2 -0
- package/dist/packages/shared/dist/types/withStaticProps.js.map +1 -0
- package/dist/packages/shared/dist/utils/function-utils.js +2 -0
- package/dist/packages/shared/dist/utils/function-utils.js.map +1 -0
- package/dist/packages/shared/dist/utils/screenReaderAccessHelper.js +2 -0
- package/dist/packages/shared/dist/utils/screenReaderAccessHelper.js.map +1 -0
- package/dist/packages/shared/dist/utils/ssr-utils.js +2 -0
- package/dist/packages/shared/dist/utils/ssr-utils.js.map +1 -0
- package/dist/packages/shared/dist/utils/typesciptCssModulesHelper.js +2 -0
- package/dist/packages/shared/dist/utils/typesciptCssModulesHelper.js.map +1 -0
- package/dist/src/components/AlertBanner/AlertBanner.js +1 -1
- package/dist/src/components/AlertBanner/AlertBanner.js.map +1 -1
- package/dist/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.js +1 -1
- package/dist/src/components/AlertBanner/AlertBannerButton/AlertBannerButton.js.map +1 -1
- package/dist/src/components/AttentionBox/AttentionBox.js +1 -1
- package/dist/src/components/AttentionBox/AttentionBox.js.map +1 -1
- package/dist/src/components/AttentionBox/AttentionBoxConstants.js +1 -1
- package/dist/src/components/AttentionBox/AttentionBoxConstants.js.map +1 -1
- package/dist/src/components/Avatar/Avatar.js.map +1 -1
- package/dist/src/components/Avatar/AvatarBadge.js +1 -1
- package/dist/src/components/Avatar/AvatarBadge.js.map +1 -1
- package/dist/src/components/Avatar/AvatarContent.js +1 -1
- package/dist/src/components/Avatar/AvatarContent.js.map +1 -1
- package/dist/src/components/BaseListItem/utils.js +1 -1
- package/dist/src/components/BaseListItem/utils.js.map +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.js.map +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbItem.js.map +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.js +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.js.map +1 -1
- package/dist/src/components/ButtonGroup/ButtonGroup.js +1 -1
- package/dist/src/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/dist/src/components/ButtonGroup/ButtonWrapper.js +1 -1
- package/dist/src/components/ButtonGroup/ButtonWrapper.js.map +1 -1
- package/dist/src/components/Checkbox/Checkbox.js +1 -1
- package/dist/src/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/src/components/Chips/Chips.js +1 -1
- package/dist/src/components/Chips/Chips.js.map +1 -1
- package/dist/src/components/ColorPicker/ColorPicker.js +1 -1
- package/dist/src/components/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js.map +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js.map +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js.map +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js.map +1 -1
- package/dist/src/components/Combobox/Combobox.js +1 -1
- package/dist/src/components/Combobox/Combobox.js.map +1 -1
- package/dist/src/components/Combobox/components/ComboboxConstants.js.map +1 -1
- package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.js +1 -1
- package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
- package/dist/src/components/DatePicker/DateNavigationItem/DateNavigationItem.js +1 -1
- package/dist/src/components/DatePicker/DateNavigationItem/DateNavigationItem.js.map +1 -1
- package/dist/src/components/DatePicker/DatePickerHeader/DatePickerHeader.js +1 -1
- package/dist/src/components/DatePicker/DatePickerHeader/DatePickerHeader.js.map +1 -1
- package/dist/src/components/DatePicker/YearPicker/YearsList.js +1 -1
- package/dist/src/components/DatePicker/YearPicker/YearsList.js.map +1 -1
- package/dist/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js +1 -1
- package/dist/src/components/Dropdown/components/ChildrenContent/ChildrenContent.js.map +1 -1
- package/dist/src/components/Dropdown/components/ClearIndicator/ClearIndicator.js +1 -1
- package/dist/src/components/Dropdown/components/ClearIndicator/ClearIndicator.js.map +1 -1
- package/dist/src/components/Dropdown/components/DropdownIndicator/DropdownIndicator.js +1 -1
- package/dist/src/components/Dropdown/components/DropdownIndicator/DropdownIndicator.js.map +1 -1
- package/dist/src/components/EmptyState/EmptyState.js +1 -1
- package/dist/src/components/EmptyState/EmptyState.js.map +1 -1
- package/dist/src/components/ExpandCollapse/ExpandCollapse.js +1 -1
- package/dist/src/components/ExpandCollapse/ExpandCollapse.js.map +1 -1
- package/dist/src/components/FieldLabel/FieldLabel.js +1 -1
- package/dist/src/components/FieldLabel/FieldLabel.js.map +1 -1
- package/dist/src/components/IconButton/IconButton.js +1 -1
- package/dist/src/components/IconButton/IconButton.js.map +1 -1
- package/dist/src/components/Info/Info.js +1 -1
- package/dist/src/components/Info/Info.js.map +1 -1
- package/dist/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooterButtons/LegacyModalFooterButtons.js +1 -1
- package/dist/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooterButtons/LegacyModalFooterButtons.js.map +1 -1
- package/dist/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js +1 -1
- package/dist/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js.map +1 -1
- package/dist/src/components/Link/Link.js +1 -1
- package/dist/src/components/Link/Link.js.map +1 -1
- package/dist/src/components/ListItemIcon/ListItemIcon.js +1 -1
- package/dist/src/components/ListItemIcon/ListItemIcon.js.map +1 -1
- package/dist/src/components/Menu/MenuItem/MenuItem.js +1 -1
- package/dist/src/components/Menu/MenuItem/MenuItem.js.map +1 -1
- package/dist/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.js +1 -1
- package/dist/src/components/Menu/MenuItem/components/MenuItemIcon/MenuItemIcon.js.map +1 -1
- package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js +1 -1
- package/dist/src/components/Menu/MenuItem/components/MenuItemSubMenuIcon/MenuItemSubMenuIcon.js.map +1 -1
- package/dist/src/components/Menu/MenuItemButton/MenuItemButton.js +1 -1
- package/dist/src/components/Menu/MenuItemButton/MenuItemButton.js.map +1 -1
- package/dist/src/components/MenuButton/MenuButton.js +1 -1
- package/dist/src/components/MenuButton/MenuButton.js.map +1 -1
- package/dist/src/components/Modal/ModalHeader/ModalHeader.js +1 -1
- package/dist/src/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
- package/dist/src/components/Modal/ModalTopActions/ModalTopActions.js +1 -1
- package/dist/src/components/Modal/ModalTopActions/ModalTopActions.js.map +1 -1
- package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js +1 -1
- package/dist/src/components/Modal/footers/ModalFooterBase/ModalFooterBase.js.map +1 -1
- package/dist/src/components/MultiStepIndicator/MultiStepIndicator.js +1 -1
- package/dist/src/components/MultiStepIndicator/MultiStepIndicator.js.map +1 -1
- package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.js +1 -1
- package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.js.map +1 -1
- package/dist/src/components/NumberField/NumberField.js +1 -1
- package/dist/src/components/NumberField/NumberField.js.map +1 -1
- package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js +1 -1
- package/dist/src/components/NumberField/components/NumberFieldSpinButton/NumberFieldSpinButton.js.map +1 -1
- package/dist/src/components/Search/Search.js +1 -1
- package/dist/src/components/Search/Search.js.map +1 -1
- package/dist/src/components/Slider/Slider.js.map +1 -1
- package/dist/src/components/Slider/SliderConstants.js.map +1 -1
- package/dist/src/components/Slider/SliderContext.js.map +1 -1
- package/dist/src/components/Slider/SliderInfixHooks.js +1 -1
- package/dist/src/components/Slider/SliderInfixHooks.js.map +1 -1
- package/dist/src/components/SplitButton/SplitButton.js +1 -1
- package/dist/src/components/SplitButton/SplitButton.js.map +1 -1
- package/dist/src/components/Steps/Steps.js.map +1 -1
- package/dist/src/components/Steps/StepsCommand.js +1 -1
- package/dist/src/components/Steps/StepsCommand.js.map +1 -1
- package/dist/src/components/Steps/StepsHeader.js +1 -1
- package/dist/src/components/Steps/StepsHeader.js.map +1 -1
- package/dist/src/components/Table/Table/Table.js.map +1 -1
- package/dist/src/components/Table/Table/tableHelpers.js +1 -1
- package/dist/src/components/Table/Table/tableHelpers.js.map +1 -1
- package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.js +1 -1
- package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.js.map +1 -1
- package/dist/src/components/Tabs/Tab/Tab.js +1 -1
- package/dist/src/components/Tabs/Tab/Tab.js.map +1 -1
- package/dist/src/components/TextField/TextField.js +1 -1
- package/dist/src/components/TextField/TextField.js.map +1 -1
- package/dist/src/components/Tipseen/Tipseen.js +1 -1
- package/dist/src/components/Tipseen/Tipseen.js.map +1 -1
- package/dist/src/components/Tipseen/TipseenContent.js +1 -1
- package/dist/src/components/Tipseen/TipseenContent.js.map +1 -1
- package/dist/src/components/Tipseen/TipseenWizard.js.map +1 -1
- package/dist/src/components/Toast/Toast.js +1 -1
- package/dist/src/components/Toast/Toast.js.map +1 -1
- package/dist/src/components/Toast/ToastButton/ToastButton.js +1 -1
- package/dist/src/components/Toast/ToastButton/ToastButton.js.map +1 -1
- package/dist/src/components/Toast/ToastConstants.js +1 -1
- package/dist/src/components/Toast/ToastConstants.js.map +1 -1
- package/dist/src/components/Toast/ToastHelpers.js +1 -1
- package/dist/src/components/Toast/ToastHelpers.js.map +1 -1
- package/dist/src/components/Tooltip/Tooltip.js +1 -1
- package/dist/src/components/Tooltip/Tooltip.js.map +1 -1
- package/dist/src/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.js +1 -1
- package/dist/src/components/next/AttentionBox/components/AttentionBoxButton/AttentionBoxButton.js.map +1 -1
- package/dist/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js +1 -1
- package/dist/src/components/next/AttentionBox/components/AttentionBoxCloseButton/AttentionBoxCloseButton.js.map +1 -1
- package/dist/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.js +1 -1
- package/dist/src/components/next/AttentionBox/components/AttentionBoxLeadingIcon/AttentionBoxLeadingIcon.js.map +1 -1
- package/dist/src/components/next/AttentionBox/consts/icons.js +1 -1
- package/dist/src/components/next/AttentionBox/consts/icons.js.map +1 -1
- package/dist/src/components/next/AttentionBox/utils/iconUtils.js.map +1 -1
- package/dist/src/components/next/Dropdown/components/Trigger/TriggerActions.js +1 -1
- package/dist/src/components/next/Dropdown/components/Trigger/TriggerActions.js.map +1 -1
- package/dist/src/index.js +1 -1
- package/dist/types/index.d.ts +0 -1
- package/package.json +8 -4
- package/dist/components/Button/Button.d.ts +0 -98
- package/dist/components/Button/Button.types.d.ts +0 -4
- package/dist/components/Button/ButtonConstants.d.ts +0 -37
- package/dist/components/Button/helper/useButtonLoading.d.ts +0 -5
- package/dist/components/Button/index.d.ts +0 -2
- package/dist/components/Icon/CustomSvgIcon/CustomSvgIcon.d.ts +0 -46
- package/dist/components/Icon/FontIcon/FontIcon.d.ts +0 -30
- package/dist/components/Icon/Icon.d.ts +0 -76
- package/dist/components/Icon/Icon.types.d.ts +0 -1
- package/dist/components/Icon/IconConstants.d.ts +0 -8
- package/dist/components/Icon/hooks/useIconProps.d.ts +0 -21
- package/dist/components/Icon/index.d.ts +0 -3
- package/dist/components/Loader/Loader.d.ts +0 -27
- package/dist/components/Loader/Loader.types.d.ts +0 -3
- package/dist/components/Loader/LoaderConstants.d.ts +0 -18
- package/dist/components/Loader/index.d.ts +0 -2
- package/dist/hooks/useIconScreenReaderAccessProps.d.ts +0 -10
- package/dist/icons/dist/_virtual/_tslib.js.map +0 -1
- package/dist/icons/dist/react/AddSmall.js.map +0 -1
- package/dist/icons/dist/react/Alert.js.map +0 -1
- package/dist/icons/dist/react/Check.js.map +0 -1
- package/dist/icons/dist/react/CloseMedium.js.map +0 -1
- package/dist/icons/dist/react/CloseSmall.js.map +0 -1
- package/dist/icons/dist/react/DropdownChevronDown.js.map +0 -1
- package/dist/icons/dist/react/DropdownChevronRight.js.map +0 -1
- package/dist/icons/dist/react/DropdownChevronUp.js.map +0 -1
- package/dist/icons/dist/react/Favorite.js.map +0 -1
- package/dist/icons/dist/react/Info.js.map +0 -1
- package/dist/icons/dist/react/Menu.js.map +0 -1
- package/dist/icons/dist/react/MoveArrowLeft.js.map +0 -1
- package/dist/icons/dist/react/MoveArrowRight.js.map +0 -1
- package/dist/icons/dist/react/NavigationChevronLeft.js.map +0 -1
- package/dist/icons/dist/react/NavigationChevronRight.js.map +0 -1
- package/dist/icons/dist/react/NoColor.js.map +0 -1
- package/dist/icons/dist/react/Remove.js.map +0 -1
- package/dist/icons/dist/react/Search.js.map +0 -1
- package/dist/icons/dist/react/Sort.js.map +0 -1
- package/dist/icons/dist/react/SortAscending.js.map +0 -1
- package/dist/icons/dist/react/SortDescending.js.map +0 -1
- package/dist/icons/dist/react/Warning.js.map +0 -1
- package/dist/mocked_classnames/components/Button/Button.d.ts +0 -98
- package/dist/mocked_classnames/components/Button/Button.types.d.ts +0 -4
- package/dist/mocked_classnames/components/Button/ButtonConstants.d.ts +0 -37
- package/dist/mocked_classnames/components/Button/helper/useButtonLoading.d.ts +0 -5
- package/dist/mocked_classnames/components/Button/index.d.ts +0 -2
- package/dist/mocked_classnames/components/Icon/CustomSvgIcon/CustomSvgIcon.d.ts +0 -46
- package/dist/mocked_classnames/components/Icon/FontIcon/FontIcon.d.ts +0 -30
- package/dist/mocked_classnames/components/Icon/Icon.d.ts +0 -76
- package/dist/mocked_classnames/components/Icon/Icon.types.d.ts +0 -1
- package/dist/mocked_classnames/components/Icon/IconConstants.d.ts +0 -8
- package/dist/mocked_classnames/components/Icon/hooks/useIconProps.d.ts +0 -21
- package/dist/mocked_classnames/components/Icon/index.d.ts +0 -3
- package/dist/mocked_classnames/components/Loader/Loader.d.ts +0 -27
- package/dist/mocked_classnames/components/Loader/Loader.types.d.ts +0 -3
- package/dist/mocked_classnames/components/Loader/LoaderConstants.d.ts +0 -18
- package/dist/mocked_classnames/components/Loader/index.d.ts +0 -2
- package/dist/mocked_classnames/hooks/useIconScreenReaderAccessProps.d.ts +0 -10
- package/dist/mocked_classnames/src/components/Button/Button.js +0 -2
- package/dist/mocked_classnames/src/components/Button/Button.js.map +0 -1
- package/dist/mocked_classnames/src/components/Button/Button.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/Button/ButtonConstants.js +0 -2
- package/dist/mocked_classnames/src/components/Button/ButtonConstants.js.map +0 -1
- package/dist/mocked_classnames/src/components/Button/helper/dom-helpers.js.map +0 -1
- package/dist/mocked_classnames/src/components/Button/helper/useButtonLoading.js +0 -2
- package/dist/mocked_classnames/src/components/Button/helper/useButtonLoading.js.map +0 -1
- package/dist/mocked_classnames/src/components/Icon/CustomSvgIcon/CustomSvgIcon.js +0 -2
- package/dist/mocked_classnames/src/components/Icon/CustomSvgIcon/CustomSvgIcon.js.map +0 -1
- package/dist/mocked_classnames/src/components/Icon/FontIcon/FontIcon.js +0 -2
- package/dist/mocked_classnames/src/components/Icon/FontIcon/FontIcon.js.map +0 -1
- package/dist/mocked_classnames/src/components/Icon/Icon.js +0 -2
- package/dist/mocked_classnames/src/components/Icon/Icon.js.map +0 -1
- package/dist/mocked_classnames/src/components/Icon/Icon.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/Icon/IconConstants.js +0 -2
- package/dist/mocked_classnames/src/components/Icon/IconConstants.js.map +0 -1
- package/dist/mocked_classnames/src/components/Icon/hooks/useIconProps.js +0 -2
- package/dist/mocked_classnames/src/components/Icon/hooks/useIconProps.js.map +0 -1
- package/dist/mocked_classnames/src/components/Loader/Loader.js +0 -2
- package/dist/mocked_classnames/src/components/Loader/Loader.js.map +0 -1
- package/dist/mocked_classnames/src/components/Loader/Loader.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/Loader/LoaderConstants.js.map +0 -1
- package/dist/mocked_classnames/src/helpers/screenReaderAccessHelper.js +0 -2
- package/dist/mocked_classnames/src/helpers/screenReaderAccessHelper.js.map +0 -1
- package/dist/mocked_classnames/src/hooks/ssr/useIsMounted.js +0 -2
- package/dist/mocked_classnames/src/hooks/ssr/useIsMounted.js.map +0 -1
- package/dist/mocked_classnames/src/hooks/useIconScreenReaderAccessProps.js +0 -2
- package/dist/mocked_classnames/src/hooks/useIconScreenReaderAccessProps.js.map +0 -1
- package/dist/mocked_classnames/types/SubIcon.d.ts +0 -3
- package/dist/src/components/Button/Button.js +0 -2
- package/dist/src/components/Button/Button.js.map +0 -1
- package/dist/src/components/Button/Button.module.scss.js +0 -2
- package/dist/src/components/Button/ButtonConstants.js +0 -2
- package/dist/src/components/Button/ButtonConstants.js.map +0 -1
- package/dist/src/components/Button/helper/dom-helpers.js.map +0 -1
- package/dist/src/components/Button/helper/useButtonLoading.js +0 -2
- package/dist/src/components/Button/helper/useButtonLoading.js.map +0 -1
- package/dist/src/components/Icon/CustomSvgIcon/CustomSvgIcon.js +0 -2
- package/dist/src/components/Icon/CustomSvgIcon/CustomSvgIcon.js.map +0 -1
- package/dist/src/components/Icon/FontIcon/FontIcon.js +0 -2
- package/dist/src/components/Icon/FontIcon/FontIcon.js.map +0 -1
- package/dist/src/components/Icon/Icon.js +0 -2
- package/dist/src/components/Icon/Icon.js.map +0 -1
- package/dist/src/components/Icon/Icon.module.scss.js +0 -2
- package/dist/src/components/Icon/IconConstants.js +0 -2
- package/dist/src/components/Icon/IconConstants.js.map +0 -1
- package/dist/src/components/Icon/hooks/useIconProps.js +0 -2
- package/dist/src/components/Icon/hooks/useIconProps.js.map +0 -1
- package/dist/src/components/Loader/Loader.js +0 -2
- package/dist/src/components/Loader/Loader.js.map +0 -1
- package/dist/src/components/Loader/Loader.module.scss.js +0 -2
- package/dist/src/components/Loader/LoaderConstants.js.map +0 -1
- package/dist/src/helpers/screenReaderAccessHelper.js +0 -2
- package/dist/src/helpers/screenReaderAccessHelper.js.map +0 -1
- package/dist/src/hooks/ssr/useIsMounted.js +0 -2
- package/dist/src/hooks/ssr/useIsMounted.js.map +0 -1
- package/dist/src/hooks/useIconScreenReaderAccessProps.js +0 -2
- package/dist/src/hooks/useIconScreenReaderAccessProps.js.map +0 -1
- package/dist/types/SubIcon.d.ts +0 -3
- /package/dist/{mocked_classnames/src/components → components/button/dist}/Button/Button.module.scss.js.map +0 -0
- /package/dist/{mocked_classnames/src/components → components/button/dist}/Button/helper/dom-helpers.js +0 -0
- /package/dist/{mocked_classnames/src/components → components/icon/dist}/Icon/Icon.module.scss.js.map +0 -0
- /package/dist/{mocked_classnames/src/components → components/loader/dist}/Loader/Loader.module.scss.js.map +0 -0
- /package/dist/{mocked_classnames/src/components → components/loader/dist}/Loader/LoaderConstants.js +0 -0
- /package/dist/{src/components → mocked_classnames/components/button/dist}/Button/Button.module.scss.js.map +0 -0
- /package/dist/{src/components → mocked_classnames/components/button/dist}/Button/helper/dom-helpers.js +0 -0
- /package/dist/{src/components → mocked_classnames/components/icon/dist}/Icon/Icon.module.scss.js.map +0 -0
- /package/dist/{src/components → mocked_classnames/components/loader/dist}/Loader/Loader.module.scss.js.map +0 -0
- /package/dist/{src/components → mocked_classnames/components/loader/dist}/Loader/LoaderConstants.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/_virtual/_tslib.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/AddSmall.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Alert.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Check.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/CloseMedium.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/CloseSmall.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/DropdownChevronDown.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/DropdownChevronRight.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/DropdownChevronUp.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Favorite.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Info.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Menu.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/MoveArrowLeft.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/MoveArrowRight.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/NavigationChevronLeft.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/NavigationChevronRight.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/NoColor.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Remove.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Search.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Sort.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/SortAscending.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/SortDescending.js +0 -0
- /package/dist/{icons → mocked_classnames/packages/icons}/dist/react/Warning.js +0 -0
- /package/dist/mocked_classnames/{style → packages/style}/dist/index.min.css.js +0 -0
- /package/dist/mocked_classnames/{style → packages/style}/dist/index.min.css.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/_virtual/_tslib.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/_virtual/_tslib.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/AddSmall.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/AddSmall.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Alert.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Alert.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Check.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Check.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/CloseMedium.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/CloseMedium.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/CloseSmall.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/CloseSmall.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronDown.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronDown.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronRight.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronRight.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronUp.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/DropdownChevronUp.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Favorite.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Favorite.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Info.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Info.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Menu.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Menu.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/MoveArrowLeft.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/MoveArrowLeft.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/MoveArrowRight.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/MoveArrowRight.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/NavigationChevronLeft.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/NavigationChevronLeft.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/NavigationChevronRight.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/NavigationChevronRight.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/NoColor.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/NoColor.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Remove.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Remove.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Search.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Search.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Sort.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Sort.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/SortAscending.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/SortAscending.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/SortDescending.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/SortDescending.js.map +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Warning.js +0 -0
- /package/dist/{mocked_classnames → packages}/icons/dist/react/Warning.js.map +0 -0
- /package/dist/{style → packages/style}/dist/index.min.css.js +0 -0
- /package/dist/{style → packages/style}/dist/index.min.css.js.map +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import {
|
|
3
|
-
import { AttentionBoxType as AttentionBoxTypeEnum } from "./AttentionBoxConstants";
|
|
2
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
|
+
import { AttentionBoxType as AttentionBoxTypeEnum, IconTypeEnum } from "./AttentionBoxConstants";
|
|
4
4
|
import { type AttentionBoxType } from "./AttentionBox.types";
|
|
5
|
-
import { type
|
|
5
|
+
import { type VibeComponentProps, type ElementContent } from "../../types";
|
|
6
6
|
/**
|
|
7
7
|
* @deprecated AttentionBox is deprecated. Please use AttentionBox from "@vibe/core/next" instead.
|
|
8
8
|
*/
|
|
@@ -4,7 +4,8 @@ import { AvatarSize as AvatarSizeEnum, AvatarType as AvatarTypeEnum } from "./Av
|
|
|
4
4
|
import { type AvatarSize, type AvatarType } from "./Avatar.types";
|
|
5
5
|
import { type AvatarBadgeProps } from "./AvatarBadge";
|
|
6
6
|
import { type TooltipProps } from "../Tooltip/Tooltip";
|
|
7
|
-
import { type
|
|
7
|
+
import { type VibeComponentProps } from "../../types";
|
|
8
|
+
import { type SubIcon } from "@vibe/icon";
|
|
8
9
|
export interface AvatarProps extends VibeComponentProps {
|
|
9
10
|
/**
|
|
10
11
|
* The image source for the avatar.
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { AvatarSize as AvatarSizeEnum } from "./AvatarConstants";
|
|
3
3
|
import { type AvatarSize } from "./Avatar.types";
|
|
4
|
-
import { type VibeComponentProps
|
|
4
|
+
import { type VibeComponentProps } from "../../types";
|
|
5
|
+
import { type SubIcon } from "@vibe/icon";
|
|
5
6
|
export interface AvatarBadgeProps extends VibeComponentProps {
|
|
6
7
|
/**
|
|
7
8
|
* The image source for the badge.
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { AvatarSize as AvatarSizeEnum, AvatarType as AvatarTypeEnum } from "./AvatarConstants";
|
|
3
3
|
import { type AvatarSize, type AvatarType } from "./Avatar.types";
|
|
4
|
-
import { type SubIcon
|
|
4
|
+
import { type SubIcon } from "@vibe/icon";
|
|
5
|
+
import { type VibeComponentProps } from "../../types";
|
|
5
6
|
export interface AvatarContentProps extends VibeComponentProps {
|
|
6
7
|
/**
|
|
7
8
|
* The image source when the type is set to `img`.
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { type ReactNode, type AriaRole } from "react";
|
|
2
2
|
import type React from "react";
|
|
3
|
-
import { type
|
|
3
|
+
import { type VibeComponentProps } from "../../types";
|
|
4
4
|
import { type TooltipProps } from "../Tooltip";
|
|
5
5
|
import { type BaseListDirection, type BaseListSizes } from "../BaseList/BaseList.types";
|
|
6
6
|
import { type ChipsProps } from "../Chips";
|
|
7
|
+
import { type SubIcon } from "@vibe/icon";
|
|
7
8
|
export interface BaseListItemProps<Item extends Record<string, unknown>> extends Omit<React.HTMLAttributes<HTMLElement>, "role">, VibeComponentProps {
|
|
8
9
|
/**
|
|
9
10
|
* The HTML element to render. Defaults to "li".
|
package/dist/components/BreadcrumbsBar/BreadcrumbItem/BreadcrumbContent/BreadcrumbContent.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { type
|
|
2
|
+
import { type VibeComponentProps } from "../../../../types";
|
|
3
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
4
|
export interface BreadcrumbContentProps extends VibeComponentProps {
|
|
4
5
|
/**
|
|
5
6
|
* If true, the breadcrumb is clickable.
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { type
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
4
|
export interface BreadcrumbItemProps extends VibeComponentProps {
|
|
4
5
|
/**
|
|
5
6
|
* The display text of the breadcrumb item.
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { type
|
|
3
|
-
import { type ButtonType as ButtonTypeEnum } from "
|
|
4
|
-
import { type ButtonType, type ButtonSize } from "
|
|
5
|
-
import { type
|
|
2
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
|
+
import { type ButtonType as ButtonTypeEnum, type ButtonValue } from "./ButtonGroupConstants";
|
|
4
|
+
import { type ButtonType, type ButtonSize } from "@vibe/button";
|
|
5
|
+
import { type VibeComponentProps } from "../../types";
|
|
6
6
|
import { type MoveBy } from "../../types/MoveBy";
|
|
7
7
|
import { type TooltipPositions } from "../Tooltip";
|
|
8
8
|
type ButtonGroupOption = {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { type ButtonProps } from "
|
|
2
|
+
import { type ButtonProps } from "@vibe/button";
|
|
3
3
|
import { type MoveBy } from "../../types/MoveBy";
|
|
4
4
|
import { type TooltipPositions } from "../Tooltip/Tooltip.types";
|
|
5
5
|
export interface ButtonWrapperProps extends ButtonProps {
|
|
@@ -2,7 +2,8 @@ import React from "react";
|
|
|
2
2
|
import { type ElementAllowedColor } from "../../types/Colors";
|
|
3
3
|
import { AvatarType as AvatarTypeEnum } from "../Avatar/AvatarConstants";
|
|
4
4
|
import { type AvatarType } from "../Avatar";
|
|
5
|
-
import { type ElementContent, type
|
|
5
|
+
import { type ElementContent, type VibeComponentProps } from "../../types";
|
|
6
|
+
import { type SubIcon } from "@vibe/icon";
|
|
6
7
|
export interface ChipsProps extends VibeComponentProps {
|
|
7
8
|
/**
|
|
8
9
|
* The text or content displayed inside the chip.
|
|
@@ -3,7 +3,8 @@ import { BaseSizes } from "../../constants";
|
|
|
3
3
|
import { ColorStyle as ColorStyleEnum } from "../../utils/colors-vars-map";
|
|
4
4
|
import { ColorShapes as ColorShapesEnum } from "./ColorPickerConstants";
|
|
5
5
|
import { type ColorShapes, type ColorPickerSizes, type ColorPickerValue, type ColorPickerArrayValueOnly } from "./ColorPicker.types";
|
|
6
|
-
import { type VibeComponentProps
|
|
6
|
+
import { type VibeComponentProps } from "../../types";
|
|
7
|
+
import { type SubIcon } from "@vibe/icon";
|
|
7
8
|
import { type ColorStyle } from "../../types/Colors";
|
|
8
9
|
export interface ColorPickerProps extends VibeComponentProps {
|
|
9
10
|
/**
|
package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { type VibeComponentProps
|
|
2
|
+
import { type VibeComponentProps } from "../../../../types";
|
|
3
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
4
|
export interface ColorPickerClearButtonProps extends VibeComponentProps {
|
|
4
5
|
/**
|
|
5
6
|
* Callback fired when the clear button is clicked.
|
package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts
CHANGED
|
@@ -2,7 +2,8 @@ import React from "react";
|
|
|
2
2
|
import { type CONTENT_COLORS_VALUES } from "../../../../utils/colors-vars-map";
|
|
3
3
|
import { type ColorPickerArrayValueOnly, type ColorPickerValueOnly } from "../../ColorPicker.types";
|
|
4
4
|
import { type ColorShapes, type ColorPickerSizes } from "../../ColorPicker.types";
|
|
5
|
-
import { type
|
|
5
|
+
import { type VibeComponentProps } from "../../../../types";
|
|
6
|
+
import { type SubIcon } from "@vibe/icon";
|
|
6
7
|
import { type ColorStyle } from "../../../../types";
|
|
7
8
|
export interface ColorPickerColorsGridProps extends VibeComponentProps {
|
|
8
9
|
/**
|
|
@@ -3,7 +3,8 @@ import { BaseSizes } from "../../../../constants";
|
|
|
3
3
|
import { ColorStyle as ColorStyleEnum, type CONTENT_COLORS_VALUES } from "../../../../utils/colors-vars-map";
|
|
4
4
|
import { ColorShapes as ColorShapesEnum } from "../../ColorPickerConstants";
|
|
5
5
|
import { type ColorShapes, type ColorPickerSizes, type ColorPickerValue, type ColorPickerArrayValueOnly } from "../../ColorPicker.types";
|
|
6
|
-
import { type VibeComponentProps
|
|
6
|
+
import { type VibeComponentProps } from "../../../../types";
|
|
7
|
+
import { type SubIcon } from "@vibe/icon";
|
|
7
8
|
import { type ColorStyle } from "../../../../types";
|
|
8
9
|
export interface ColorPickerContentProps extends VibeComponentProps {
|
|
9
10
|
/**
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { type ColorPickerValueOnly } from "../../ColorPicker.types";
|
|
3
3
|
import { type ColorShapes, type ColorPickerSizes } from "../../ColorPicker.types";
|
|
4
|
-
import { type
|
|
4
|
+
import { type VibeComponentProps, type ElementContent, type ColorStyle } from "../../../../types";
|
|
5
|
+
import { type SubIcon } from "@vibe/icon";
|
|
5
6
|
export interface ColorPickerItemComponentProps extends VibeComponentProps {
|
|
6
7
|
/**
|
|
7
8
|
* The color value of the item.
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { type ElementContent, type
|
|
2
|
+
import { type ElementContent, type VibeComponentProps } from "../../types";
|
|
3
3
|
import { type IComboboxCategoryMap, type IComboboxOption } from "./components/ComboboxConstants";
|
|
4
4
|
import { type ComboboxSizes } from "./Combobox.types";
|
|
5
5
|
import type IconButton from "../IconButton/IconButton";
|
|
6
6
|
import type MenuButton from "../MenuButton/MenuButton";
|
|
7
|
+
import { type SubIcon } from "@vibe/icon";
|
|
7
8
|
export interface ComboboxProps extends VibeComponentProps {
|
|
8
9
|
/**
|
|
9
10
|
* Class name applied to each option item.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { type SubIcon } from "../../../types";
|
|
2
1
|
import type React from "react";
|
|
2
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
3
|
import type { TooltipProps } from "../../Tooltip/Tooltip";
|
|
4
4
|
export declare const COMBOBOX_DIVIDER_ITEM = "combobox-divider";
|
|
5
5
|
export declare const COMBOBOX_CATEGORY_ITEM = "combobox-category";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type React from "react";
|
|
2
2
|
import { type LinkProps } from "../Link/Link";
|
|
3
3
|
import { type VibeComponentProps } from "src/types";
|
|
4
|
-
import { type ButtonProps, type ButtonType } from "
|
|
4
|
+
import { type ButtonProps, type ButtonType } from "@vibe/button";
|
|
5
5
|
export type EmptyStateLayout = "default" | "compact";
|
|
6
6
|
export interface EmptyStateProps extends VibeComponentProps {
|
|
7
7
|
/** Optional title for the empty state */
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import React, { type AriaAttributes } from "react";
|
|
2
2
|
import { type TooltipProps } from "../Tooltip/Tooltip";
|
|
3
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
4
|
import { type Size } from "./services/IconButton-helpers";
|
|
4
|
-
import { type
|
|
5
|
-
import { type ButtonColor, type ButtonType } from "
|
|
5
|
+
import { type VibeComponentProps } from "../../types";
|
|
6
|
+
import { type ButtonColor, type ButtonType } from "@vibe/button";
|
|
6
7
|
export interface IconButtonProps extends VibeComponentProps {
|
|
7
8
|
/**
|
|
8
9
|
* Callback fired when the button is clicked.
|
|
@@ -109,7 +110,7 @@ declare const _default: React.ForwardRefExoticComponent<IconButtonProps & React.
|
|
|
109
110
|
readonly XXS: "xxs";
|
|
110
111
|
readonly XS: "xs";
|
|
111
112
|
};
|
|
112
|
-
kinds: typeof import("
|
|
113
|
-
colors: typeof import("
|
|
113
|
+
kinds: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonType;
|
|
114
|
+
colors: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonColor;
|
|
114
115
|
};
|
|
115
116
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { type SubIcon
|
|
2
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
|
+
import { type ElementContent, type VibeComponentProps } from "../../../types";
|
|
3
4
|
interface BaseLegacyModalHeaderProps extends VibeComponentProps {
|
|
4
5
|
/**
|
|
5
6
|
* Description of the modal - pure string description is a recommended standard, use JSX ability only if there is a need to add links
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import { type SubIcon } from "@vibe/icon";
|
|
2
3
|
import { IconPosition as IconPositionEnum, LinkTarget as LinkTargetEnum } from "./LinkConsts";
|
|
3
4
|
import { type LinkColor, type LinkIconPosition, type LinkTarget } from "./Link.types";
|
|
4
|
-
import { type
|
|
5
|
+
import { type VibeComponentProps } from "../../types";
|
|
5
6
|
export interface LinkProps extends VibeComponentProps {
|
|
6
7
|
/**
|
|
7
8
|
* Class name applied to the link text.
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import { type SubIcon } from "@vibe/icon";
|
|
2
3
|
import { ListItemIconMargin as ListItemIconMarginEnum } from "./ListItemIconConstants";
|
|
3
4
|
import { ListItemComponentType as ListItemComponentTypeEnum } from "../ListItem/ListItemConstants";
|
|
4
5
|
import { type ListItemElement } from "../ListItem";
|
|
5
|
-
import { type
|
|
6
|
+
import { type VibeComponentProps } from "../../types";
|
|
6
7
|
import { type ListItemIconMargin } from "./ListItemIcon.types";
|
|
7
8
|
export declare const LIST_ITEM_ICON_SIZE = 18;
|
|
8
9
|
export interface ListItemIconProps extends VibeComponentProps {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { type AriaAttributes, type ReactElement } from "react";
|
|
2
2
|
import { type TooltipProps } from "../../../components/Tooltip/Tooltip";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
3
|
+
import { type IconType, type SubIcon } from "@vibe/icon";
|
|
4
|
+
import { type VibeComponentProps } from "../../../types";
|
|
5
5
|
import { type CloseMenuOption, type MenuChild } from "../Menu/MenuConstants";
|
|
6
6
|
import Label from "../../Label/Label";
|
|
7
7
|
import { type TooltipPositions } from "../../Tooltip/Tooltip.types";
|
|
@@ -151,7 +151,7 @@ export interface MenuItemTitleComponentProps extends Omit<MenuItemProps, "title"
|
|
|
151
151
|
"aria-label": NonNullable<AriaAttributes["aria-label"]>;
|
|
152
152
|
}
|
|
153
153
|
declare const _default: React.ForwardRefExoticComponent<(MenuItemProps | MenuItemTitleComponentProps) & React.RefAttributes<HTMLElement>> & {
|
|
154
|
-
iconType: typeof import("
|
|
154
|
+
iconType: typeof import("@vibe/icon/dist/Icon/constants").IconTypeEnum;
|
|
155
155
|
tooltipPositions: typeof TooltipPositionsEnum;
|
|
156
156
|
};
|
|
157
157
|
export default _default;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { type SubIcon } from "
|
|
2
|
-
import { type IconType } from "../../../../Icon";
|
|
1
|
+
import { type IconType, type SubIcon } from "@vibe/icon";
|
|
3
2
|
export interface MenuItemIconProps {
|
|
4
3
|
/**
|
|
5
4
|
* The icon to be displayed. Can be a string or an icon component.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { type ButtonType } from "
|
|
3
|
-
import { type
|
|
2
|
+
import { type ButtonType } from "@vibe/button";
|
|
3
|
+
import { type VibeComponentProps, type ElementContent } from "../../../types";
|
|
4
|
+
import { type SubIcon } from "@vibe/icon";
|
|
4
5
|
import { type TooltipPositions } from "../../Tooltip";
|
|
5
6
|
import { TooltipPositions as TooltipPositionsEnum } from "../../Tooltip/TooltipConstants";
|
|
6
7
|
export interface MenuItemButtonProps extends VibeComponentProps {
|
|
@@ -74,7 +75,7 @@ export interface MenuItemButtonProps extends VibeComponentProps {
|
|
|
74
75
|
children?: ElementContent | ElementContent[];
|
|
75
76
|
}
|
|
76
77
|
declare const _default: React.FC<MenuItemButtonProps> & {
|
|
77
|
-
kinds: typeof import("
|
|
78
|
+
kinds: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonType;
|
|
78
79
|
tooltipPositions: typeof TooltipPositionsEnum;
|
|
79
80
|
};
|
|
80
81
|
export default _default;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type React from "react";
|
|
2
|
-
import { type
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
4
|
interface WithoutDescription {
|
|
4
5
|
description?: never;
|
|
5
6
|
descriptionIcon?: never;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type React from "react";
|
|
2
2
|
import type MenuButton from "../../MenuButton/MenuButton";
|
|
3
3
|
import type IconButton from "../../IconButton/IconButton";
|
|
4
|
-
import { type ButtonColor } from "
|
|
4
|
+
import { type ButtonColor } from "@vibe/button";
|
|
5
5
|
export type ModalTopActionsTheme = "light" | "dark";
|
|
6
6
|
export type ModalTopActionsButtonColor = Extract<ButtonColor, "primary" | "fixed-light" | "fixed-dark">;
|
|
7
7
|
export interface ModalTopActionsProps {
|
|
@@ -32,7 +32,7 @@ export declare function getPropsForButton(button?: ModalFooterActionProps, butto
|
|
|
32
32
|
zIndex?: number;
|
|
33
33
|
title?: string;
|
|
34
34
|
image?: string;
|
|
35
|
-
icon?: import("
|
|
35
|
+
icon?: import("@vibe/icon").SubIcon;
|
|
36
36
|
maxWidth?: number;
|
|
37
37
|
dir?: "ltr" | "rtl" | "auto";
|
|
38
38
|
className?: string;
|
|
@@ -47,13 +47,13 @@ export declare function getPropsForButton(button?: ModalFooterActionProps, butto
|
|
|
47
47
|
onMouseDown?: (event: import("react").MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
48
48
|
blurOnMouseUp?: boolean;
|
|
49
49
|
name?: string;
|
|
50
|
-
color?: import("
|
|
51
|
-
type?: import("
|
|
50
|
+
color?: import("@vibe/button").ButtonColor;
|
|
51
|
+
type?: import("@vibe/button").ButtonInputType;
|
|
52
52
|
disabled?: boolean;
|
|
53
|
-
rightIcon?: import("
|
|
54
|
-
leftIcon?: import("
|
|
53
|
+
rightIcon?: import("@vibe/icon").SubIcon;
|
|
54
|
+
leftIcon?: import("@vibe/icon").SubIcon;
|
|
55
55
|
success?: boolean;
|
|
56
|
-
successIcon?: import("
|
|
56
|
+
successIcon?: import("@vibe/icon").SubIcon;
|
|
57
57
|
successText?: string;
|
|
58
58
|
loading?: boolean;
|
|
59
59
|
loaderClassName?: string;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import { type SubIcon } from "@vibe/icon";
|
|
2
3
|
import { MultiStepType as MultiStepTypeEnum, Size as SizeEnum, StepStatus as StepStatusEnum, TextPlacement as TextPlacementEnum } from "./MultiStepConstants";
|
|
3
4
|
import { type MultiStepType, type MultiStepSize, type TextPlacement, type Step } from "./MultiStep.types";
|
|
4
|
-
import { type
|
|
5
|
+
import { type VibeComponentProps } from "../../types";
|
|
5
6
|
export interface MultiStepIndicatorProps extends VibeComponentProps {
|
|
6
7
|
/**
|
|
7
8
|
* The list of steps in the multi-step indicator.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { type MultiStepSize, type MultiStepType, type StepStatus } from "../../MultiStep.types";
|
|
3
|
-
import { type
|
|
3
|
+
import { type VibeComponentProps } from "../../../../types";
|
|
4
|
+
import { type SubIcon } from "@vibe/icon";
|
|
4
5
|
export interface StepCircleDisplayProps {
|
|
5
6
|
/**
|
|
6
7
|
* The status of the step.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type InputHTMLAttributes } from "react";
|
|
2
|
-
import type
|
|
2
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
3
|
import type VibeComponentProps from "../../types/VibeComponentProps";
|
|
4
4
|
import { type FormElementProps } from "../../types/FormElement";
|
|
5
5
|
type NumberFieldNativeInputProps = Omit<InputHTMLAttributes<HTMLInputElement>, "size" | "value" | "onChange" | "disabled" | "readOnly" | "id" | "type" | "inputMode" | "role" | "aria-valuenow" | "aria-valuemin" | "aria-valuemax" | "aria-required" | "aria-invalid" | "min" | "max" | "step">;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type React from "react";
|
|
2
|
-
import { type
|
|
2
|
+
import { type VibeComponentProps } from "../../types";
|
|
3
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
4
|
import { type InputSize } from "../BaseInput";
|
|
4
5
|
import type IconButton from "../IconButton/IconButton";
|
|
5
6
|
import type MenuButton from "../MenuButton/MenuButton";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { type ReactElement } from "react";
|
|
2
|
-
import { type IconType } from "
|
|
2
|
+
import { type IconType } from "@vibe/icon";
|
|
3
3
|
import { SliderColor as SliderColorEnum } from "./SliderConstants";
|
|
4
4
|
import { type SliderColor, type SliderLabelColor, type SliderLabelPosition, type SliderSize } from "./Slider.types";
|
|
5
5
|
export type SliderProps = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type IconType } from "
|
|
1
|
+
import { type IconType } from "@vibe/icon";
|
|
2
2
|
import { type ReactElement } from "react";
|
|
3
3
|
import { type SliderSize, type SliderColor as SliderColorType, type SliderLabelPosition, type SliderLabelColor } from "./Slider.types";
|
|
4
4
|
export declare const BEM_PREFIX = "monday";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { type ReactElement } from "react";
|
|
2
2
|
import { type SliderProps } from "./Slider";
|
|
3
3
|
import { type SliderContextActions, type SliderContextInfix, type SliderContextSelection, type SliderContextUI } from "./SliderConstants";
|
|
4
|
-
import { type IconType } from "
|
|
4
|
+
import { type IconType } from "@vibe/icon";
|
|
5
5
|
export interface SliderProviderProps extends SliderProps {
|
|
6
6
|
/**
|
|
7
7
|
* The child elements inside the slider provider.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { type ReactElement } from "react";
|
|
2
2
|
import { type SplitButtonSecondaryContentPositionType } from "./SplitButtonConstants";
|
|
3
|
-
import { type ButtonProps } from "
|
|
3
|
+
import { type ButtonProps } from "@vibe/button";
|
|
4
4
|
import { type DialogSize } from "../Dialog";
|
|
5
5
|
export interface SplitButtonProps extends ButtonProps {
|
|
6
6
|
/**
|
|
@@ -58,9 +58,9 @@ declare const _default: React.FC<SplitButtonProps> & {
|
|
|
58
58
|
readonly XXS: "xxs";
|
|
59
59
|
readonly XS: "xs";
|
|
60
60
|
};
|
|
61
|
-
colors: typeof import("
|
|
62
|
-
kinds: typeof import("
|
|
63
|
-
inputTags: typeof import("
|
|
61
|
+
colors: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonColor;
|
|
62
|
+
kinds: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonType;
|
|
63
|
+
inputTags: typeof import("@vibe/button/dist/Button/ButtonConstants").ButtonInputType;
|
|
64
64
|
dialogPaddingSizes: typeof import("../Dialog/DialogConstants").DialogSize;
|
|
65
65
|
};
|
|
66
66
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { type ReactElement } from "react";
|
|
2
2
|
import { StepsColor as StepsColorEnum, StepsType as StepsTypeEnum } from "./StepsConstants";
|
|
3
3
|
import { type StepsColor, type StepsType } from "./Steps.types";
|
|
4
|
-
import { type ButtonProps } from "
|
|
4
|
+
import { type ButtonProps } from "@vibe/button";
|
|
5
5
|
import { type VibeComponentProps } from "../../types";
|
|
6
6
|
export interface StepsProps extends VibeComponentProps {
|
|
7
7
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { type FC } from "react";
|
|
2
|
-
import { type ButtonProps } from "
|
|
2
|
+
import { type ButtonProps } from "@vibe/button";
|
|
3
3
|
import { type StepsColor } from "./Steps.types";
|
|
4
4
|
import type VibeComponentProps from "../../types/VibeComponentProps";
|
|
5
5
|
export interface StepsCommandProps extends VibeComponentProps {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { type FC } from "react";
|
|
2
2
|
import { type StepsType, type StepsColor } from "./Steps.types";
|
|
3
3
|
import type VibeComponentProps from "../../types/VibeComponentProps";
|
|
4
|
-
import { type ButtonProps } from "
|
|
4
|
+
import { type ButtonProps } from "@vibe/button";
|
|
5
5
|
export interface StepsHeaderProps extends VibeComponentProps {
|
|
6
6
|
/**
|
|
7
7
|
* The type of steps header.
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import React, { type ReactElement } from "react";
|
|
2
|
-
import { type
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
3
|
import { type TableHeaderProps } from "../TableHeader/TableHeader";
|
|
4
4
|
import { type TableBodyProps } from "../TableBody/TableBody";
|
|
5
5
|
import { RowSizes as RowSizesEnum } from "./TableConsts";
|
|
6
6
|
import { type RowSizes } from "./Table.types";
|
|
7
|
+
import { type SubIcon } from "@vibe/icon";
|
|
7
8
|
export type TableLoadingStateType = "long-text" | "medium-text" | "circle" | "rectangle";
|
|
8
9
|
type Width = number | `${number}%` | `${number}px` | `${number}fr`;
|
|
9
10
|
export interface TableColumn {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { type
|
|
2
|
+
import { type VibeComponentProps } from "../../../types";
|
|
3
|
+
import { type SubIcon } from "@vibe/icon";
|
|
3
4
|
export interface TableHeaderCellProps extends VibeComponentProps {
|
|
4
5
|
/**
|
|
5
6
|
* The title of the column, displayed inside the header cell.
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { type FC, type ReactElement } from "react";
|
|
2
|
+
import { type IconType, type SubIcon } from "@vibe/icon";
|
|
2
3
|
import type VibeComponentProps from "../../../types/VibeComponentProps";
|
|
3
|
-
import { type IconType } from "../../Icon";
|
|
4
|
-
import { type SubIcon } from "../../../types/SubIcon";
|
|
5
4
|
import { type TooltipProps } from "../../Tooltip/Tooltip";
|
|
6
5
|
export interface TabProps extends VibeComponentProps {
|
|
7
6
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { type FC } from "react";
|
|
2
2
|
import { type VibeComponentProps } from "../../types";
|
|
3
3
|
import { type ElementContent } from "../../types/ElementContent";
|
|
4
|
-
import { type SubIcon } from "
|
|
4
|
+
import { type SubIcon } from "@vibe/icon";
|
|
5
5
|
export interface TipseenContentProps extends VibeComponentProps {
|
|
6
6
|
/**
|
|
7
7
|
* The title text displayed in the Tipseen content.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { type ReactElement } from "react";
|
|
2
|
-
import { type IconSubComponentProps } from "
|
|
2
|
+
import { type IconSubComponentProps } from "@vibe/icon";
|
|
3
3
|
import { ToastActionType as ToastActionTypeEnum, ToastType as ToastTypeEnum } from "./ToastConstants";
|
|
4
4
|
import { type ToastType, type ToastAction } from "./Toast.types";
|
|
5
5
|
import { type VibeComponentProps } from "../../types";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { type IconSubComponentProps } from "
|
|
2
|
+
import { type IconSubComponentProps } from "@vibe/icon";
|
|
3
3
|
import { type ToastType } from "./Toast.types";
|
|
4
4
|
export declare const getIcon: (type: ToastType, icon: string | React.FC<IconSubComponentProps> | null) => React.JSX.Element;
|
|
@@ -6,7 +6,7 @@ import type VibeComponentProps from "../../types/VibeComponentProps";
|
|
|
6
6
|
import { TooltipTheme as TooltipThemeEnum, TooltipPositions as TooltipPositionsEnum } from "./TooltipConstants";
|
|
7
7
|
import { type ElementContent } from "../../types/ElementContent";
|
|
8
8
|
import { type MoveBy } from "../../types/MoveBy";
|
|
9
|
-
import { type SubIcon } from "
|
|
9
|
+
import { type SubIcon } from "@vibe/icon";
|
|
10
10
|
import { type TooltipPositions, type TooltipTheme } from "./Tooltip.types";
|
|
11
11
|
export type TooltipProps = TooltipBaseProps & (TooltipWithChildrenProps | TooltipWithoutChildrenProps);
|
|
12
12
|
interface TooltipWithoutChildrenProps {
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{defineProperty as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import t,{forwardRef as o,useRef as a,useEffect as i,useCallback as s,useMemo as r}from"react";import{camelCase as n}from"es-toolkit";import l from"classnames";import{ButtonColor as c,ButtonType as d,ButtonInputType as u}from"./ButtonConstants.js";import{getParentBackgroundColorNotTransparent as m,TRANSPARENT_COLOR as p}from"./helper/dom-helpers.js";import f from"./Button.module.scss.js";import{useButtonLoading as v}from"./helper/useButtonLoading.js";import{SIZES as g}from"../../../../packages/shared/dist/constants/sizes.js";import{getStyle as y}from"../../../../packages/shared/dist/utils/typesciptCssModulesHelper.js";import h from"../../../icon/dist/Icon/Icon.js";import b from"../../../loader/dist/Loader/Loader.js";import{NOOP as k}from"../../../../packages/shared/dist/utils/function-utils.js";import{withStaticProps as j}from"../../../../packages/shared/dist/types/withStaticProps.js";import{useMergeRef as N}from"../../../../packages/shared/dist/hooks/useMergeRef.js";import{getTestId as B}from"../../../../packages/shared/dist/tests/test-ids-utils.js";import{ComponentDefaultTestId as C,ComponentVibeId as T}from"../../../../packages/shared/dist/tests/constants.js";var E=j(o((function(o,c){var d=o.className,u=o.children,g=o.kind,j=void 0===g?"primary":g,E=o.onClick,x=void 0===E?k:E,F=o.name,S=o.size,I=void 0===S?"medium":S,P=o.color,L=void 0===P?"primary":P,O=o.disabled,z=void 0!==O&&O,M=o.rightIcon,R=void 0===M?null:M,A=o.leftIcon,w=void 0===A?null:A,D=o.success,U=void 0!==D&&D,H=o.successText,_=void 0===H?"":H,q=o.successIcon,G=void 0===q?null:q,J=o.style,K=o.loading,Q=void 0!==K&&K,V=o.loaderClassName,W=o.active,X=void 0!==W&&W,Y=o.activeButtonClassName,Z=o.id,$=o.marginRight,ee=void 0!==$&&$,te=o.marginLeft,oe=void 0!==te&&te,ae=o.type,ie=void 0===ae?"button":ae,se=o.onMouseDown,re=void 0===se?k:se,ne=o.ariaLabel,le=o.rightFlat,ce=void 0!==le&&le,de=o.leftFlat,ue=void 0!==de&&de,me=o.preventClickAnimation,pe=void 0!==me&&me,fe=o.noSidePadding,ve=void 0!==fe&&fe,ge=o.onFocus,ye=void 0===ge?k:ge,he=o.onBlur,be=void 0===he?k:he,ke=o.ariaLabeledBy,je=o.defaultTextColorOnPrimaryColor,Ne=void 0===je?p:je,Be=o.ariaHasPopup,Ce=o.ariaExpanded,Te=o.ariaControls,Ee=o["aria-describedby"],xe=o["aria-hidden"],Fe=o["aria-pressed"],Se=o.blurOnMouseUp,Ie=void 0===Se||Se,Pe=o["data-testid"],Le=o.insetFocus,Oe=void 0!==Le&&Le,ze=o.tabIndex,Me=a(null),Re=N(c,Me),Ae=v({isLoading:Q}).loading;i((function(){if(("on-primary-color"===L||"fixed-light"===L)&&"primary"===j&&Me.current){var e=Me.current;e.style.color=m(e,Ne)}}),[j,Me,L,Ne]);var we=s((function(){var e=Me.current;!z&&e&&Ie&&e.blur()}),[z,Me,Ie]),De=s((function(e){z||Ae||U?e.preventDefault():x&&x(e)}),[x,z,Ae,U]),Ue=s((function(e){z||Ae||U?e.preventDefault():re&&re(e)}),[re,z,Ae,U]),He=r((function(){var t,o=U?"positive":L;return l(d,f.button,y(f,n("size-"+I)),y(f,n("kind-"+j)),y(f,n("color-"+o)),(e(e(e(e(e(e(e(e(e(e(t={},f.success,U),y(f,n("color-"+o+"-active")),X),Y,X),f.marginRight,ee),f.marginLeft,oe),f.rightFlat,ce),f.leftFlat,ue),f.preventClickAnimation,pe),f.noSidePadding,ve),f.disabled,z),e(t,f.insetFocusStyle,Oe)))}),[U,L,d,I,j,X,Y,ee,oe,ce,ue,pe,ve,z,Oe]),_e=r((function(){return{ref:Re,type:ie,className:He,name:F,onMouseUp:we,style:J,onClick:De,id:Z,onFocus:ye,onBlur:be,tabIndex:z||xe?-1:ze,"data-testid":Pe||B(C.BUTTON,Z),"data-vibe":T.BUTTON,onMouseDown:Ue,"aria-disabled":z,"aria-busy":Ae,"aria-labelledby":ke,"aria-label":ne,"aria-haspopup":Be,"aria-expanded":Ce,"aria-controls":Te,"aria-describedby":Ee,"aria-hidden":xe,"aria-pressed":Fe}}),[Re,ie,He,F,we,J,De,Z,ye,be,ze,Pe,Ue,z,Ae,ke,ne,Be,Ce,Te,Ee,xe,Fe]),qe=s((function(e){if("function"==typeof e)switch(I){case"xxs":case"xs":return 16;default:return 20}}),[I]),Ge=r((function(){return t.Children.toArray(u).some(Boolean)}),[u]),Je=r((function(){return t.createElement(t.Fragment,null,w?t.createElement(h,{iconType:"font",icon:w,iconSize:qe(w),className:l(e({},f.leftIcon,Ge)),ignoreFocusStyle:!0}):null,u,R?t.createElement(h,{iconType:"font",icon:R,iconSize:qe(R),className:l(e({},f.rightIcon,Ge)),ignoreFocusStyle:!0}):null)}),[u,Ge,qe,w,R]);return Ae?t.createElement("button",Object.assign({},_e,{key:Z+"-loading"}),t.createElement("span",{className:l(f.loader,V)},t.createElement(b,{className:f.loaderSvg}),t.createElement("span",{"aria-hidden":!0,className:f.textPlaceholder},Je))):U?t.createElement("button",Object.assign({},_e,{key:Z+"-success"}),t.createElement("span",{className:f.successContent},G?t.createElement(h,{iconType:"font",icon:G,iconSize:qe(G),className:l(e({},f.leftIcon,!!_)),ignoreFocusStyle:!0}):null,_),t.createElement("span",{"aria-hidden":"true",className:f.textPlaceholder},Je)):t.createElement("button",Object.assign({},_e,{key:Z+"-button"}),Je)})),{sizes:g,colors:c,kinds:d,types:u,inputTags:u});export{E as default};
|
|
2
|
+
//# sourceMappingURL=Button.js.map
|