@vibe/core 4.5.12 → 4.5.14
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/Table/Table/tableHelpers.d.ts +1 -1
- package/dist/components/a11y/dist/HiddenText/HiddenText.module.scss.js +1 -1
- package/dist/components/a11y/dist/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js +2 -0
- package/dist/components/a11y/dist/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js.map +1 -0
- package/dist/components/a11y/dist/useGridKeyboardNavigation/useGridKeyboardNavigation.js +2 -0
- package/dist/components/a11y/dist/useGridKeyboardNavigation/useGridKeyboardNavigation.js.map +1 -0
- package/dist/components/avatar/dist/Avatar/Avatar.module.scss.js +1 -1
- package/dist/components/avatar/dist/Avatar/AvatarBadge.module.scss.js +1 -1
- package/dist/components/avatar/dist/Avatar/AvatarContent.module.scss.js +1 -1
- package/dist/components/button/dist/Button/Button.module.scss.js +1 -1
- package/dist/components/button-group/dist/ButtonGroup/ButtonGroup.module.scss.js +1 -1
- package/dist/components/checkbox/dist/Checkbox/Checkbox.module.scss.js +1 -1
- package/dist/components/clickable/dist/Clickable/Clickable.module.scss.js +1 -1
- package/dist/components/color-picker/dist/ColorPicker/ColorPicker.js +2 -0
- package/dist/components/color-picker/dist/ColorPicker/ColorPicker.js.map +1 -0
- package/dist/components/color-picker/dist/ColorPicker/ColorPicker.module.scss.js +2 -0
- package/dist/components/color-picker/dist/ColorPicker/ColorPickerConstants.js +2 -0
- package/dist/components/color-picker/dist/ColorPicker/ColorPickerConstants.js.map +1 -0
- package/dist/components/color-picker/dist/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js +2 -0
- package/dist/components/color-picker/dist/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js.map +1 -0
- package/dist/components/color-picker/dist/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +2 -0
- package/dist/components/color-picker/dist/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js +2 -0
- package/dist/components/color-picker/dist/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js.map +1 -0
- package/dist/components/color-picker/dist/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +2 -0
- package/dist/components/color-picker/dist/ColorPicker/components/ColorPickerContent/ColorPickerContent.js +2 -0
- package/dist/components/color-picker/dist/ColorPicker/components/ColorPickerContent/ColorPickerContent.js.map +1 -0
- package/dist/components/color-picker/dist/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js +2 -0
- package/dist/components/color-picker/dist/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js.map +1 -0
- package/dist/components/color-picker/dist/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +2 -0
- package/dist/components/color-picker/dist/ColorPicker/services/ColorPickerStyleService.js +2 -0
- package/dist/components/color-picker/dist/ColorPicker/services/ColorPickerStyleService.js.map +1 -0
- package/dist/components/counter/dist/Counter/Counter.module.scss.js +1 -1
- package/dist/components/dialog/dist/Dialog/Dialog.module.scss.js +1 -1
- package/dist/components/dialog/dist/Dialog/components/DialogContent/DialogContent.js +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/divider/dist/Divider/Divider.module.scss.js +1 -1
- package/dist/components/editable/dist/EditableHeading/EditableHeading.module.scss.js +1 -1
- package/dist/components/editable/dist/EditableText/EditableText.module.scss.js +1 -1
- package/dist/components/editable/dist/EditableTypography/EditableTypography.module.scss.js +1 -1
- package/dist/components/expand-collapse/dist/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
- package/dist/components/formatted-number/dist/FormattedNumber/FormattedNumber.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.module.scss.js +1 -1
- package/dist/components/index.d.ts +3 -3
- package/dist/components/label/dist/Label/Label.module.scss.js +1 -1
- package/dist/components/label/dist/Label/LabelCelebrationAnimation.module.scss.js +1 -1
- 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/link/dist/Link/Link.module.scss.js +1 -1
- package/dist/components/loader/dist/Loader/Loader.module.scss.js +1 -1
- package/dist/components/progress-bars/dist/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
- package/dist/components/progress-bars/dist/ProgressBars/ProgressBar/Bar/Bar.module.scss.js +1 -1
- package/dist/components/progress-bars/dist/ProgressBars/ProgressBar/ProgressBar.module.scss.js +1 -1
- package/dist/components/radio-button/dist/RadioButton/RadioButton.module.scss.js +1 -1
- package/dist/components/skeleton/dist/Skeleton/Skeleton.js +2 -0
- package/dist/components/skeleton/dist/Skeleton/Skeleton.js.map +1 -0
- package/dist/components/skeleton/dist/Skeleton/Skeleton.module.scss.js +2 -0
- package/dist/components/skeleton/dist/Skeleton/SkeletonConstants.js +2 -0
- package/dist/components/skeleton/dist/Skeleton/SkeletonConstants.js.map +1 -0
- package/dist/components/tabs/dist/Tab/Tab.js +2 -0
- package/dist/components/tabs/dist/Tab/Tab.js.map +1 -0
- package/dist/components/tabs/dist/Tab/Tab.module.scss.js +2 -0
- package/dist/components/tabs/dist/TabList/TabList.js +2 -0
- package/dist/components/tabs/dist/TabList/TabList.js.map +1 -0
- package/dist/components/tabs/dist/TabList/TabList.module.scss.js +2 -0
- package/dist/components/tabs/dist/TabPanel/TabPanel.js +2 -0
- package/dist/components/tabs/dist/TabPanel/TabPanel.js.map +1 -0
- package/dist/components/tabs/dist/TabPanel/TabPanel.module.scss.js +2 -0
- package/dist/components/tabs/dist/TabPanels/TabPanels.js +2 -0
- package/dist/components/tabs/dist/TabPanels/TabPanels.js.map +1 -0
- package/dist/components/tabs/dist/TabPanels/TabPanels.module.scss.js +2 -0
- package/dist/components/tabs/dist/TabsContext/TabsContext.js +2 -0
- package/dist/components/tabs/dist/TabsContext/TabsContext.js.map +1 -0
- 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/hooks/index.d.ts +1 -1
- package/dist/metadata/components.json +132 -13
- package/dist/metadata.json +132 -13
- package/dist/mocked_classnames/components/Table/Table/tableHelpers.d.ts +1 -1
- package/dist/mocked_classnames/components/index.d.ts +3 -3
- package/dist/mocked_classnames/hooks/index.d.ts +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/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/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/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/Chips/Chips.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.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.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/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/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/Trigger.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/EmptyState/EmptyState.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.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/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/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/useMenuKeyboardNavigation.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/Menu/hooks/useMenuKeyboardNavigation.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/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +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.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/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/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/Search/Search.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/SliderInfix.module.scss.js +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.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.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableCellSkeleton/TableCellSkeleton.js.map +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/TextArea/TextArea.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/TextField/TextField.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +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.module.scss.js +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/index.js +1 -1
- package/dist/mocked_classnames/src/utils/colors-utils.js.map +1 -1
- package/dist/shared/dist/constants/keyCodes.js +1 -1
- package/dist/shared/dist/constants/keyCodes.js.map +1 -1
- package/dist/shared/dist/hooks/useFullKeyboardListeners.js +2 -0
- package/dist/shared/dist/hooks/useFullKeyboardListeners.js.map +1 -0
- package/dist/shared/dist/hooks/useLastNavigationDirection.js +1 -1
- package/dist/shared/dist/utils/colors-utils.js +2 -0
- package/dist/shared/dist/utils/colors-utils.js.map +1 -0
- 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/AvatarGroup/AvatarGroup.module.scss.js +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +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/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/Chips/Chips.module.scss.js +1 -1
- package/dist/src/components/Combobox/Combobox.module.scss.js +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.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/DatePicker/DatePicker.module.scss.js +1 -1
- package/dist/src/components/DatePicker/DatePickerHeader.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/Trigger.module.scss.js +1 -1
- package/dist/src/components/EmptyState/EmptyState.module.scss.js +1 -1
- package/dist/src/components/FieldLabel/FieldLabel.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/List/List.module.scss.js +1 -1
- package/dist/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +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/useMenuKeyboardNavigation.js +1 -1
- package/dist/src/components/Menu/Menu/hooks/useMenuKeyboardNavigation.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/MenuItemSubMenuIcon/MenuItemSubMenuIcon.module.scss.js +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.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/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/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/Search/Search.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/SliderInfix.module.scss.js +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.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.js +1 -1
- package/dist/src/components/Table/TableCellSkeleton/TableCellSkeleton.js.map +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/TextArea/TextArea.module.scss.js +1 -1
- package/dist/src/components/TextField/TextField.module.scss.js +1 -1
- package/dist/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +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.module.scss.js +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/index.js +1 -1
- package/dist/src/utils/colors-utils.js.map +1 -1
- package/dist/style/dist/index.min.css.js +1 -1
- package/package.json +31 -28
- package/dist/components/ColorPicker/ColorPicker.d.ts +0 -80
- package/dist/components/ColorPicker/ColorPicker.types.d.ts +0 -6
- package/dist/components/ColorPicker/ColorPickerConstants.d.ts +0 -5
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +0 -19
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +0 -63
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +0 -84
- package/dist/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +0 -57
- package/dist/components/ColorPicker/index.d.ts +0 -3
- package/dist/components/ColorPicker/services/ColorPickerStyleService.d.ts +0 -3
- package/dist/components/Skeleton/Skeleton.d.ts +0 -31
- package/dist/components/Skeleton/SkeletonConstants.d.ts +0 -1
- package/dist/components/Skeleton/Skelton.types.d.ts +0 -4
- package/dist/components/Skeleton/index.d.ts +0 -2
- package/dist/components/Tabs/Tab/Tab.d.ts +0 -64
- package/dist/components/Tabs/TabList/TabList.d.ts +0 -35
- package/dist/components/Tabs/TabPanel/TabPanel.d.ts +0 -14
- package/dist/components/Tabs/TabPanels/TabPanels.d.ts +0 -20
- package/dist/components/Tabs/TabPanels/TabPanels.types.d.ts +0 -1
- package/dist/components/Tabs/TabsContext/TabsContext.d.ts +0 -14
- package/dist/components/Tabs/index.d.ts +0 -6
- package/dist/hooks/useFullKeyboardListeners.d.ts +0 -20
- package/dist/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.d.ts +0 -20
- package/dist/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.d.ts +0 -42
- package/dist/mocked_classnames/components/ColorPicker/ColorPicker.d.ts +0 -80
- package/dist/mocked_classnames/components/ColorPicker/ColorPicker.types.d.ts +0 -6
- package/dist/mocked_classnames/components/ColorPicker/ColorPickerConstants.d.ts +0 -5
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +0 -19
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +0 -63
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +0 -84
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +0 -57
- package/dist/mocked_classnames/components/ColorPicker/index.d.ts +0 -3
- package/dist/mocked_classnames/components/ColorPicker/services/ColorPickerStyleService.d.ts +0 -3
- package/dist/mocked_classnames/components/Skeleton/Skeleton.d.ts +0 -31
- package/dist/mocked_classnames/components/Skeleton/SkeletonConstants.d.ts +0 -1
- package/dist/mocked_classnames/components/Skeleton/Skelton.types.d.ts +0 -4
- package/dist/mocked_classnames/components/Skeleton/index.d.ts +0 -2
- package/dist/mocked_classnames/components/Tabs/Tab/Tab.d.ts +0 -64
- package/dist/mocked_classnames/components/Tabs/TabList/TabList.d.ts +0 -35
- package/dist/mocked_classnames/components/Tabs/TabPanel/TabPanel.d.ts +0 -14
- package/dist/mocked_classnames/components/Tabs/TabPanels/TabPanels.d.ts +0 -20
- package/dist/mocked_classnames/components/Tabs/TabPanels/TabPanels.types.d.ts +0 -1
- package/dist/mocked_classnames/components/Tabs/TabsContext/TabsContext.d.ts +0 -14
- package/dist/mocked_classnames/components/Tabs/index.d.ts +0 -6
- package/dist/mocked_classnames/hooks/useFullKeyboardListeners.d.ts +0 -20
- package/dist/mocked_classnames/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.d.ts +0 -20
- package/dist/mocked_classnames/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.d.ts +0 -42
- package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.js +0 -2
- package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.js.map +0 -1
- package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/ColorPicker/ColorPickerConstants.js +0 -2
- package/dist/mocked_classnames/src/components/ColorPicker/ColorPickerConstants.js.map +0 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js +0 -2
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js.map +0 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js +0 -2
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js.map +0 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js +0 -2
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js.map +0 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js +0 -2
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js.map +0 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/ColorPicker/services/ColorPickerStyleService.js +0 -2
- package/dist/mocked_classnames/src/components/ColorPicker/services/ColorPickerStyleService.js.map +0 -1
- package/dist/mocked_classnames/src/components/Skeleton/Skeleton.js +0 -2
- package/dist/mocked_classnames/src/components/Skeleton/Skeleton.js.map +0 -1
- package/dist/mocked_classnames/src/components/Skeleton/Skeleton.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/Skeleton/SkeletonConstants.js +0 -2
- package/dist/mocked_classnames/src/components/Skeleton/SkeletonConstants.js.map +0 -1
- package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.js +0 -2
- package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.js.map +0 -1
- package/dist/mocked_classnames/src/components/Tabs/Tab/Tab.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.js +0 -2
- package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.js.map +0 -1
- package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/Tabs/TabPanel/TabPanel.js +0 -2
- package/dist/mocked_classnames/src/components/Tabs/TabPanel/TabPanel.js.map +0 -1
- package/dist/mocked_classnames/src/components/Tabs/TabPanel/TabPanel.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.js +0 -2
- package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.js.map +0 -1
- package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.module.scss.js +0 -2
- package/dist/mocked_classnames/src/components/Tabs/TabsContext/TabsContext.js +0 -2
- package/dist/mocked_classnames/src/components/Tabs/TabsContext/TabsContext.js.map +0 -1
- package/dist/mocked_classnames/src/hooks/useFullKeyboardListeners.js +0 -2
- package/dist/mocked_classnames/src/hooks/useFullKeyboardListeners.js.map +0 -1
- package/dist/mocked_classnames/src/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js +0 -2
- package/dist/mocked_classnames/src/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js.map +0 -1
- package/dist/mocked_classnames/src/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.js +0 -2
- package/dist/mocked_classnames/src/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.js.map +0 -1
- package/dist/src/components/ColorPicker/ColorPicker.js +0 -2
- package/dist/src/components/ColorPicker/ColorPicker.js.map +0 -1
- package/dist/src/components/ColorPicker/ColorPicker.module.scss.js +0 -2
- package/dist/src/components/ColorPicker/ColorPicker.module.scss.js.map +0 -1
- package/dist/src/components/ColorPicker/ColorPickerConstants.js +0 -2
- package/dist/src/components/ColorPicker/ColorPickerConstants.js.map +0 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js +0 -2
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.js.map +0 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js +0 -2
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js.map +0 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js +0 -2
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js.map +0 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +0 -2
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js.map +0 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js +0 -2
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.js.map +0 -1
- package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js +0 -2
- package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.js.map +0 -1
- package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +0 -2
- package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js.map +0 -1
- package/dist/src/components/ColorPicker/services/ColorPickerStyleService.js +0 -2
- package/dist/src/components/ColorPicker/services/ColorPickerStyleService.js.map +0 -1
- package/dist/src/components/Skeleton/Skeleton.js +0 -2
- package/dist/src/components/Skeleton/Skeleton.js.map +0 -1
- package/dist/src/components/Skeleton/Skeleton.module.scss.js +0 -2
- package/dist/src/components/Skeleton/Skeleton.module.scss.js.map +0 -1
- package/dist/src/components/Skeleton/SkeletonConstants.js +0 -2
- package/dist/src/components/Skeleton/SkeletonConstants.js.map +0 -1
- package/dist/src/components/Tabs/Tab/Tab.js +0 -2
- package/dist/src/components/Tabs/Tab/Tab.js.map +0 -1
- package/dist/src/components/Tabs/Tab/Tab.module.scss.js +0 -2
- package/dist/src/components/Tabs/Tab/Tab.module.scss.js.map +0 -1
- package/dist/src/components/Tabs/TabList/TabList.js +0 -2
- package/dist/src/components/Tabs/TabList/TabList.js.map +0 -1
- package/dist/src/components/Tabs/TabList/TabList.module.scss.js +0 -2
- package/dist/src/components/Tabs/TabList/TabList.module.scss.js.map +0 -1
- package/dist/src/components/Tabs/TabPanel/TabPanel.js +0 -2
- package/dist/src/components/Tabs/TabPanel/TabPanel.js.map +0 -1
- package/dist/src/components/Tabs/TabPanel/TabPanel.module.scss.js +0 -2
- package/dist/src/components/Tabs/TabPanel/TabPanel.module.scss.js.map +0 -1
- package/dist/src/components/Tabs/TabPanels/TabPanels.js +0 -2
- package/dist/src/components/Tabs/TabPanels/TabPanels.js.map +0 -1
- package/dist/src/components/Tabs/TabPanels/TabPanels.module.scss.js +0 -2
- package/dist/src/components/Tabs/TabPanels/TabPanels.module.scss.js.map +0 -1
- package/dist/src/components/Tabs/TabsContext/TabsContext.js +0 -2
- package/dist/src/components/Tabs/TabsContext/TabsContext.js.map +0 -1
- package/dist/src/hooks/useFullKeyboardListeners.js +0 -2
- package/dist/src/hooks/useFullKeyboardListeners.js.map +0 -1
- package/dist/src/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js +0 -2
- package/dist/src/hooks/useGridKeyboardNavigation/gridKeyboardNavigationHelper.js.map +0 -1
- package/dist/src/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.js +0 -2
- package/dist/src/hooks/useGridKeyboardNavigation/useGridKeyboardNavigation.js.map +0 -1
- /package/dist/{mocked_classnames/src/components → components/color-picker/dist}/ColorPicker/ColorPicker.module.scss.js.map +0 -0
- /package/dist/{mocked_classnames/src/components → components/color-picker/dist}/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.module.scss.js.map +0 -0
- /package/dist/{mocked_classnames/src/components → components/color-picker/dist}/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js.map +0 -0
- /package/dist/{mocked_classnames/src/components → components/color-picker/dist}/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js.map +0 -0
- /package/dist/{mocked_classnames/src/components → components/skeleton/dist}/Skeleton/Skeleton.module.scss.js.map +0 -0
- /package/dist/{mocked_classnames/src/components/Tabs → components/tabs/dist}/Tab/Tab.module.scss.js.map +0 -0
- /package/dist/{mocked_classnames/src/components/Tabs → components/tabs/dist}/TabList/TabList.module.scss.js.map +0 -0
- /package/dist/{mocked_classnames/src/components/Tabs → components/tabs/dist}/TabPanel/TabPanel.module.scss.js.map +0 -0
- /package/dist/{mocked_classnames/src/components/Tabs → components/tabs/dist}/TabPanels/TabPanels.module.scss.js.map +0 -0
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type CONTENT_COLORS_VALUES } from "../../../../utils/colors-vars-map";
|
|
3
|
-
import { type ColorShapes, type ColorPickerSizes, type ColorPickerValue, type ColorPickerArrayValueOnly } from "../../ColorPicker.types";
|
|
4
|
-
import { type VibeComponentProps } from "../../../../types";
|
|
5
|
-
import { type SubIcon } from "@vibe/icon";
|
|
6
|
-
import { type ColorStyle } from "../../../../types";
|
|
7
|
-
export interface ColorPickerContentProps extends VibeComponentProps {
|
|
8
|
-
/**
|
|
9
|
-
* The selected color(s).
|
|
10
|
-
*/
|
|
11
|
-
value: ColorPickerValue;
|
|
12
|
-
/**
|
|
13
|
-
* Callback fired when the selected color(s) change.
|
|
14
|
-
*/
|
|
15
|
-
onValueChange: (value: ColorPickerArrayValueOnly) => void;
|
|
16
|
-
/**
|
|
17
|
-
* The list of colors available for selection.
|
|
18
|
-
*/
|
|
19
|
-
colorsList: ColorPickerArrayValueOnly;
|
|
20
|
-
/**
|
|
21
|
-
* Icon displayed as an indicator inside the color.
|
|
22
|
-
*/
|
|
23
|
-
ColorIndicatorIcon?: SubIcon;
|
|
24
|
-
/**
|
|
25
|
-
* Icon displayed when a color is selected.
|
|
26
|
-
*/
|
|
27
|
-
SelectedIndicatorIcon?: SubIcon;
|
|
28
|
-
/**
|
|
29
|
-
* Icon used for clearing the color selection.
|
|
30
|
-
*/
|
|
31
|
-
NoColorIcon?: SubIcon;
|
|
32
|
-
/**
|
|
33
|
-
* The style applied to the colors.
|
|
34
|
-
*/
|
|
35
|
-
colorStyle?: ColorStyle;
|
|
36
|
-
/**
|
|
37
|
-
* The size of the color items.
|
|
38
|
-
*/
|
|
39
|
-
colorSize?: ColorPickerSizes;
|
|
40
|
-
/**
|
|
41
|
-
* The shape of the color items.
|
|
42
|
-
*/
|
|
43
|
-
colorShape?: ColorShapes;
|
|
44
|
-
/**
|
|
45
|
-
* Custom tooltip content for specific colors.
|
|
46
|
-
*/
|
|
47
|
-
tooltipContentByColor?: Partial<Record<CONTENT_COLORS_VALUES, string>>;
|
|
48
|
-
/**
|
|
49
|
-
* Text displayed for the "no color" option.
|
|
50
|
-
*/
|
|
51
|
-
noColorText?: string;
|
|
52
|
-
/**
|
|
53
|
-
* If true, renders the color indicator without a background.
|
|
54
|
-
*/
|
|
55
|
-
shouldRenderIndicatorWithoutBackground?: boolean;
|
|
56
|
-
/**
|
|
57
|
-
* If true, treats the color list as a blacklist rather than a whitelist.
|
|
58
|
-
*/
|
|
59
|
-
isBlackListMode?: boolean;
|
|
60
|
-
/**
|
|
61
|
-
* The number of colors displayed per row.
|
|
62
|
-
*/
|
|
63
|
-
numberOfColorsInLine?: number;
|
|
64
|
-
/**
|
|
65
|
-
* If true, the first color is focused when the component mounts.
|
|
66
|
-
*/
|
|
67
|
-
focusOnMount?: boolean;
|
|
68
|
-
/**
|
|
69
|
-
* If true, allows selecting multiple colors.
|
|
70
|
-
*/
|
|
71
|
-
isMultiselect?: boolean;
|
|
72
|
-
/**
|
|
73
|
-
* Used to force the component render the colorList prop as is. Usually, this flag should not be used. It's intended only for edge cases.
|
|
74
|
-
* Usually, only "monday colors" will be rendered (unless blacklist mode is used). This flag will override this behavior.
|
|
75
|
-
*/
|
|
76
|
-
forceUseRawColorList?: boolean;
|
|
77
|
-
/**
|
|
78
|
-
* Used to enable color name tooltip on each color in the component.
|
|
79
|
-
* When "tooltipContentByColor" is supplied, it will override the color name tooltip.
|
|
80
|
-
*/
|
|
81
|
-
showColorNameTooltip?: boolean;
|
|
82
|
-
}
|
|
83
|
-
declare const ColorPickerContent: React.ForwardRefExoticComponent<ColorPickerContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
84
|
-
export default ColorPickerContent;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type ColorPickerValueOnly } from "../../ColorPicker.types";
|
|
3
|
-
import { type ColorShapes, type ColorPickerSizes } from "../../ColorPicker.types";
|
|
4
|
-
import { type VibeComponentProps, type ElementContent, type ColorStyle } from "../../../../types";
|
|
5
|
-
import { type SubIcon } from "@vibe/icon";
|
|
6
|
-
export interface ColorPickerItemComponentProps extends VibeComponentProps {
|
|
7
|
-
/**
|
|
8
|
-
* The color value of the item.
|
|
9
|
-
*/
|
|
10
|
-
color: ColorPickerValueOnly;
|
|
11
|
-
/**
|
|
12
|
-
* Callback fired when the color is clicked.
|
|
13
|
-
*/
|
|
14
|
-
onColorClicked: (color: ColorPickerValueOnly) => void;
|
|
15
|
-
/**
|
|
16
|
-
* The style applied to the color.
|
|
17
|
-
*/
|
|
18
|
-
colorStyle: ColorStyle;
|
|
19
|
-
/**
|
|
20
|
-
* If true, renders the color indicator without a background.
|
|
21
|
-
*/
|
|
22
|
-
shouldRenderIndicatorWithoutBackground: boolean;
|
|
23
|
-
/**
|
|
24
|
-
* Icon displayed inside the color item.
|
|
25
|
-
*/
|
|
26
|
-
ColorIndicatorIcon: SubIcon;
|
|
27
|
-
/**
|
|
28
|
-
* Icon displayed when the color is selected.
|
|
29
|
-
*/
|
|
30
|
-
SelectedIndicatorIcon: SubIcon;
|
|
31
|
-
/**
|
|
32
|
-
* If true, the color is marked as selected.
|
|
33
|
-
*/
|
|
34
|
-
isSelected: boolean;
|
|
35
|
-
/**
|
|
36
|
-
* The size of the color item.
|
|
37
|
-
*/
|
|
38
|
-
colorSize: ColorPickerSizes;
|
|
39
|
-
/**
|
|
40
|
-
* Tooltip content for the color item.
|
|
41
|
-
*/
|
|
42
|
-
tooltipContent: ElementContent;
|
|
43
|
-
/**
|
|
44
|
-
* If true, the color item is currently active.
|
|
45
|
-
*/
|
|
46
|
-
isActive: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* The shape of the color item.
|
|
49
|
-
*/
|
|
50
|
-
colorShape: ColorShapes;
|
|
51
|
-
/**
|
|
52
|
-
* Human-readable label for the color, used for screen reader announcements.
|
|
53
|
-
*/
|
|
54
|
-
colorAriaLabel: string;
|
|
55
|
-
}
|
|
56
|
-
declare const ColorPickerItemComponent: React.ForwardRefExoticComponent<ColorPickerItemComponentProps & React.RefAttributes<HTMLElement>>;
|
|
57
|
-
export default ColorPickerItemComponent;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { type BaseSizes } from "../../../constants/sizes";
|
|
2
|
-
export declare const calculateColorPickerWidth: (colorSize: BaseSizes, numberOfColorsInLine: number) => number;
|
|
3
|
-
export declare const calculateColorPickerDialogWidth: (colorSize: BaseSizes, numberOfColorsInLine: number) => number;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type SkeletonType, type SkeletonSizeType } from "./Skelton.types";
|
|
3
|
-
import { type VibeComponentProps } from "../../types";
|
|
4
|
-
export interface SkeletonProps extends VibeComponentProps {
|
|
5
|
-
/**
|
|
6
|
-
* The type of skeleton.
|
|
7
|
-
*/
|
|
8
|
-
type?: SkeletonType;
|
|
9
|
-
/**
|
|
10
|
-
* The predefined size of the skeleton.
|
|
11
|
-
*/
|
|
12
|
-
size?: SkeletonSizeType;
|
|
13
|
-
/**
|
|
14
|
-
* The width of the skeleton in pixels.
|
|
15
|
-
*/
|
|
16
|
-
width?: number;
|
|
17
|
-
/**
|
|
18
|
-
* The height of the skeleton in pixels.
|
|
19
|
-
*/
|
|
20
|
-
height?: number;
|
|
21
|
-
/**
|
|
22
|
-
* Class name applied to the wrapper element.
|
|
23
|
-
*/
|
|
24
|
-
wrapperClassName?: string;
|
|
25
|
-
/**
|
|
26
|
-
* If true, the skeleton will take up the full width of its container.
|
|
27
|
-
*/
|
|
28
|
-
fullWidth?: boolean;
|
|
29
|
-
}
|
|
30
|
-
declare const Skeleton: ({ type, size, className, wrapperClassName, width, height, fullWidth, id, "data-testid": dataTestId }: SkeletonProps) => React.JSX.Element;
|
|
31
|
-
export default Skeleton;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const SKELETON_CUSTOM_SIZE = "custom";
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { type FC, type ReactElement } from "react";
|
|
2
|
-
import { type IconType, type SubIcon } from "@vibe/icon";
|
|
3
|
-
import type VibeComponentProps from "../../../types/VibeComponentProps";
|
|
4
|
-
import { type TooltipProps } from "@vibe/tooltip";
|
|
5
|
-
export interface TabProps extends VibeComponentProps {
|
|
6
|
-
/**
|
|
7
|
-
* Class name applied to the inner tab content.
|
|
8
|
-
*/
|
|
9
|
-
tabInnerClassName?: string;
|
|
10
|
-
/**
|
|
11
|
-
* The index value of the tab.
|
|
12
|
-
*/
|
|
13
|
-
value?: number;
|
|
14
|
-
/**
|
|
15
|
-
* If true, disables the tab.
|
|
16
|
-
*/
|
|
17
|
-
disabled?: boolean;
|
|
18
|
-
/**
|
|
19
|
-
* If true, marks the tab as active.
|
|
20
|
-
*/
|
|
21
|
-
active?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* If true, applies focus styles to the tab.
|
|
24
|
-
*/
|
|
25
|
-
focus?: boolean;
|
|
26
|
-
/**
|
|
27
|
-
* If true, hides the individual tab border when using stretched underline.
|
|
28
|
-
*/
|
|
29
|
-
stretchedUnderline?: boolean;
|
|
30
|
-
/**
|
|
31
|
-
* The icon displayed in the tab.
|
|
32
|
-
*/
|
|
33
|
-
icon?: SubIcon;
|
|
34
|
-
/**
|
|
35
|
-
* The type of icon.
|
|
36
|
-
*/
|
|
37
|
-
iconType?: IconType;
|
|
38
|
-
/**
|
|
39
|
-
* The position of the icon relative to the text.
|
|
40
|
-
*/
|
|
41
|
-
iconSide?: string;
|
|
42
|
-
/**
|
|
43
|
-
* Callback fired when the tab is clicked.
|
|
44
|
-
*/
|
|
45
|
-
onClick?: (value: number) => void;
|
|
46
|
-
/**
|
|
47
|
-
* Props passed to the tab's tooltip.
|
|
48
|
-
*/
|
|
49
|
-
tooltipProps?: Partial<TooltipProps>;
|
|
50
|
-
/**
|
|
51
|
-
* The content displayed inside the tab.
|
|
52
|
-
*/
|
|
53
|
-
children?: string | ReactElement | ReactElement[];
|
|
54
|
-
/**
|
|
55
|
-
* Tab index for focus management.
|
|
56
|
-
*/
|
|
57
|
-
tabIndex?: number;
|
|
58
|
-
/**
|
|
59
|
-
* The id of the associated TabPanel for aria-controls attribute.
|
|
60
|
-
*/
|
|
61
|
-
"aria-controls"?: string;
|
|
62
|
-
}
|
|
63
|
-
declare const Tab: FC<TabProps>;
|
|
64
|
-
export default Tab;
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { type FC, type ReactElement } from "react";
|
|
2
|
-
import type VibeComponentProps from "../../../types/VibeComponentProps";
|
|
3
|
-
import { type TabProps } from "../Tab/Tab";
|
|
4
|
-
export interface TabListProps extends VibeComponentProps {
|
|
5
|
-
/**
|
|
6
|
-
* Callback fired when the active tab changes.
|
|
7
|
-
*/
|
|
8
|
-
onTabChange?: (tabId: number) => void;
|
|
9
|
-
/**
|
|
10
|
-
* The index of the currently active tab.
|
|
11
|
-
*/
|
|
12
|
-
activeTabId?: number;
|
|
13
|
-
/**
|
|
14
|
-
* The type of tab style.
|
|
15
|
-
*/
|
|
16
|
-
tabType?: string;
|
|
17
|
-
/**
|
|
18
|
-
* The size of the tab list.
|
|
19
|
-
*/
|
|
20
|
-
size?: string;
|
|
21
|
-
/**
|
|
22
|
-
* If true, Sets an E2E underline under the whole tabs component.
|
|
23
|
-
*/
|
|
24
|
-
stretchedUnderline?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* Array of corresponding TabPanel ids for aria-controls relationship.
|
|
27
|
-
*/
|
|
28
|
-
tabPanelIds?: string[];
|
|
29
|
-
/**
|
|
30
|
-
* The child elements representing tabs.
|
|
31
|
-
*/
|
|
32
|
-
children?: ReactElement<TabProps>[];
|
|
33
|
-
}
|
|
34
|
-
declare const TabList: FC<TabListProps>;
|
|
35
|
-
export default TabList;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { type FC, type ReactElement } from "react";
|
|
2
|
-
import type VibeComponentProps from "../../../types/VibeComponentProps";
|
|
3
|
-
export interface TabPanelProps extends VibeComponentProps {
|
|
4
|
-
/**
|
|
5
|
-
* The content inside the tab panel.
|
|
6
|
-
*/
|
|
7
|
-
children?: ReactElement | ReactElement[] | string;
|
|
8
|
-
/**
|
|
9
|
-
* The index of the tab panel.
|
|
10
|
-
*/
|
|
11
|
-
index?: number;
|
|
12
|
-
}
|
|
13
|
-
declare const TabPanel: FC<TabPanelProps>;
|
|
14
|
-
export default TabPanel;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import React, { type ReactElement } from "react";
|
|
2
|
-
import { type TabPanelsAnimationDirection } from "./TabPanels.types";
|
|
3
|
-
import { type TabPanelProps } from "../TabPanel/TabPanel";
|
|
4
|
-
import { type VibeComponentProps } from "../../../types";
|
|
5
|
-
export interface TabPanelsProps extends VibeComponentProps {
|
|
6
|
-
/**
|
|
7
|
-
* The index of the currently active tab panel.
|
|
8
|
-
*/
|
|
9
|
-
activeTabId?: number;
|
|
10
|
-
/**
|
|
11
|
-
* The animation direction when switching between tab panels.
|
|
12
|
-
*/
|
|
13
|
-
animationDirection?: TabPanelsAnimationDirection;
|
|
14
|
-
/**
|
|
15
|
-
* The child elements representing tab panels.
|
|
16
|
-
*/
|
|
17
|
-
children?: ReactElement<TabPanelProps> | ReactElement<TabPanelProps>[];
|
|
18
|
-
}
|
|
19
|
-
declare const TabPanels: React.ForwardRefExoticComponent<TabPanelsProps & React.RefAttributes<HTMLElement>>;
|
|
20
|
-
export default TabPanels;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export type TabPanelsAnimationDirection = "rtl" | "ltr";
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { type FC, type ReactElement } from "react";
|
|
2
|
-
import type VibeComponentProps from "../../../types/VibeComponentProps";
|
|
3
|
-
export interface TabsContextProps extends VibeComponentProps {
|
|
4
|
-
/**
|
|
5
|
-
* The index of the currently active tab.
|
|
6
|
-
*/
|
|
7
|
-
activeTabId?: number;
|
|
8
|
-
/**
|
|
9
|
-
* The child elements representing the tab list and tab panels.
|
|
10
|
-
*/
|
|
11
|
-
children?: ReactElement | ReactElement[];
|
|
12
|
-
}
|
|
13
|
-
declare const TabsContext: FC<TabsContextProps>;
|
|
14
|
-
export default TabsContext;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export { default as Tab, type TabProps } from "./Tab/Tab";
|
|
2
|
-
export { default as TabList, type TabListProps } from "./TabList/TabList";
|
|
3
|
-
export { default as TabPanel, type TabPanelProps } from "./TabPanel/TabPanel";
|
|
4
|
-
export { default as TabsContext, type TabsContextProps } from "./TabsContext/TabsContext";
|
|
5
|
-
export { default as TabPanels, type TabPanelsProps } from "./TabPanels/TabPanels";
|
|
6
|
-
export * from "./TabPanels/TabPanels.types";
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { type MutableRefObject } from "react";
|
|
2
|
-
import { type KeyboardEventCallback } from "../types/events";
|
|
3
|
-
import { NavDirections, ARROW_DOWN_KEYS, ARROW_UP_KEYS, ARROW_RIGHT_KEYS, ARROW_LEFT_KEYS } from "@vibe/shared";
|
|
4
|
-
export { NavDirections, ARROW_DOWN_KEYS, ARROW_UP_KEYS, ARROW_RIGHT_KEYS, ARROW_LEFT_KEYS };
|
|
5
|
-
export declare const SELECTION_KEYS: string[];
|
|
6
|
-
export declare const ENTER_KEYS: string[];
|
|
7
|
-
export declare const ESCAPE_KEYS: string[];
|
|
8
|
-
export declare const END_KEYS: string[];
|
|
9
|
-
export declare const HOME_KEYS: string[];
|
|
10
|
-
export default function useFullKeyboardListeners({ ref, // the reference for the component that listens to keyboard
|
|
11
|
-
onSelectionKey, onArrowNavigation, onEscape, onHome, onEnd, useDocumentEventListeners, focusOnMount }: {
|
|
12
|
-
ref: MutableRefObject<HTMLElement>;
|
|
13
|
-
onSelectionKey: KeyboardEventCallback;
|
|
14
|
-
onArrowNavigation: (type: NavDirections) => void;
|
|
15
|
-
onEscape: KeyboardEventCallback;
|
|
16
|
-
onHome?: KeyboardEventCallback;
|
|
17
|
-
onEnd?: KeyboardEventCallback;
|
|
18
|
-
useDocumentEventListeners?: boolean;
|
|
19
|
-
focusOnMount: boolean;
|
|
20
|
-
}): void;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { NavDirections } from "../useFullKeyboardListeners";
|
|
2
|
-
export declare function getActiveIndexFromInboundNavigation({ direction, numberOfItemsInLine, itemsCount }: {
|
|
3
|
-
direction: NavDirections;
|
|
4
|
-
numberOfItemsInLine: number;
|
|
5
|
-
itemsCount: number;
|
|
6
|
-
}): number;
|
|
7
|
-
export declare function calcActiveIndexAfterArrowNavigation({ activeIndex, itemsCount, numberOfItemsInLine, direction, disabledIndexes, circularNavigation }: {
|
|
8
|
-
activeIndex: number;
|
|
9
|
-
itemsCount: number;
|
|
10
|
-
numberOfItemsInLine: number;
|
|
11
|
-
direction: NavDirections;
|
|
12
|
-
disabledIndexes?: number[];
|
|
13
|
-
circularNavigation?: boolean;
|
|
14
|
-
}): {
|
|
15
|
-
isOutbound: boolean;
|
|
16
|
-
nextIndex?: undefined;
|
|
17
|
-
} | {
|
|
18
|
-
isOutbound: boolean;
|
|
19
|
-
nextIndex: number;
|
|
20
|
-
};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { type MutableRefObject, type ReactElement } from "react";
|
|
2
|
-
/**
|
|
3
|
-
* A hook which is used for accessible keyboard navigation. Useful for components rendering a list of items that can be navigated and selected with a keyboard.
|
|
4
|
-
* @param {Object} options
|
|
5
|
-
* @param {React.MutableRefObject} options.ref - the reference for the component that listens to keyboard
|
|
6
|
-
* @param {number} options.itemsCount - the number of items
|
|
7
|
-
* @param {number} options.numberOfItemsInLine - the number of items on each line of the grid
|
|
8
|
-
* @param {function} options.onItemClicked - the callback for selecting an item. It will be called when an active item is selected, for example with "Enter".
|
|
9
|
-
* @param {function} options.getItemByIndex - a function which gets an index as a param, and returns the item on that index
|
|
10
|
-
* @param {"directional" | "first"} options.entryFocusStrategy - Determines how the first item is focused when entering the grid via keyboard.
|
|
11
|
-
* - "directional": Tries to focus based on the entry direction (Tab vs Shift+Tab). This is the default.
|
|
12
|
-
* - "first": Always focuses the first item.
|
|
13
|
-
* @param {boolean=} options.focusOnMount - if true, the referenced element will be focused when mounted
|
|
14
|
-
* @param {number=} options.focusItemIndexOnMount - optional item index to focus when mounted. Only works with "options.focusOnMount".
|
|
15
|
-
* @param {number[]=} options.disabledIndexes - optional array of disabled indices, which will be skipped while navigating.
|
|
16
|
-
* @param {boolean=} options.circularNavigation - if true, the navigation will wrap around the grid
|
|
17
|
-
* @returns {useGridKeyboardNavigationResult}
|
|
18
|
-
*
|
|
19
|
-
* @typedef useGridKeyboardNavigationResult
|
|
20
|
-
* @property {number} activeIndex - the currently active index
|
|
21
|
-
* @property {boolean} isInitialActiveState - if true, the currently active element was due to an initial mounting index option. See "options.focusItemIndexOnMount".
|
|
22
|
-
* @property {(index: number, isKeyboardAction?: boolean) => void} onSelectionAction - the callback which should be used to select an item.
|
|
23
|
-
* It should be called with the selected item's index. Use this callback for onClick handlers, for example.
|
|
24
|
-
* The "isKeyboardAction" can be used to indicate a keyboard selection, which will affect the currently active index.
|
|
25
|
-
*/
|
|
26
|
-
export default function useGridKeyboardNavigation({ ref, itemsCount, numberOfItemsInLine, onItemClicked, // the callback to call when an item is selected
|
|
27
|
-
entryFocusStrategy, getItemByIndex, focusOnMount, focusItemIndexOnMount, disabledIndexes, circularNavigation }: {
|
|
28
|
-
ref: MutableRefObject<HTMLElement>;
|
|
29
|
-
itemsCount: number;
|
|
30
|
-
numberOfItemsInLine: number;
|
|
31
|
-
onItemClicked: (element: HTMLElement | ReactElement | void | string, index: number) => void;
|
|
32
|
-
entryFocusStrategy?: "directional" | "first";
|
|
33
|
-
getItemByIndex: (index: number | void) => HTMLElement | ReactElement | void | string;
|
|
34
|
-
focusOnMount?: boolean;
|
|
35
|
-
focusItemIndexOnMount?: number;
|
|
36
|
-
disabledIndexes?: number[];
|
|
37
|
-
circularNavigation?: boolean;
|
|
38
|
-
}): {
|
|
39
|
-
activeIndex: number;
|
|
40
|
-
onSelectionAction: (index: number, isKeyboardAction?: boolean) => void;
|
|
41
|
-
isInitialActiveState: boolean;
|
|
42
|
-
};
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type ColorShapes, type ColorPickerSizes, type ColorPickerValue, type ColorPickerArrayValueOnly } from "./ColorPicker.types";
|
|
3
|
-
import { type VibeComponentProps } from "../../types";
|
|
4
|
-
import { type SubIcon } from "@vibe/icon";
|
|
5
|
-
import { type ColorStyle } from "../../types/Colors";
|
|
6
|
-
export interface ColorPickerProps extends VibeComponentProps {
|
|
7
|
-
/**
|
|
8
|
-
* The selected color(s).
|
|
9
|
-
*/
|
|
10
|
-
value?: ColorPickerValue;
|
|
11
|
-
/**
|
|
12
|
-
* Callback fired when the selected color(s) change.
|
|
13
|
-
*/
|
|
14
|
-
onSave?: (value: ColorPickerArrayValueOnly) => void;
|
|
15
|
-
/**
|
|
16
|
-
* Icon displayed as an indicator inside the color.
|
|
17
|
-
*/
|
|
18
|
-
ColorIndicatorIcon?: SubIcon;
|
|
19
|
-
/**
|
|
20
|
-
* Icon displayed when a color is selected.
|
|
21
|
-
*/
|
|
22
|
-
SelectedIndicatorIcon?: SubIcon;
|
|
23
|
-
/**
|
|
24
|
-
* Icon used for clearing the color selection.
|
|
25
|
-
*/
|
|
26
|
-
NoColorIcon?: SubIcon;
|
|
27
|
-
/**
|
|
28
|
-
* The style applied to the colors.
|
|
29
|
-
*/
|
|
30
|
-
colorStyle?: ColorStyle;
|
|
31
|
-
/**
|
|
32
|
-
* Text displayed for the "no color" option.
|
|
33
|
-
*/
|
|
34
|
-
noColorText?: string;
|
|
35
|
-
/**
|
|
36
|
-
* If true, renders the color indicator without a background.
|
|
37
|
-
*/
|
|
38
|
-
shouldRenderIndicatorWithoutBackground?: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* If true, treats the color list as a blacklist rather than a whitelist.
|
|
41
|
-
*/
|
|
42
|
-
isBlackListMode?: boolean;
|
|
43
|
-
/**
|
|
44
|
-
* The list of colors available for selection.
|
|
45
|
-
*/
|
|
46
|
-
colorsList?: ColorPickerArrayValueOnly;
|
|
47
|
-
/**
|
|
48
|
-
* If true, allows selecting multiple colors.
|
|
49
|
-
*/
|
|
50
|
-
isMultiselect?: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* The size of the color items.
|
|
53
|
-
*/
|
|
54
|
-
colorSize?: ColorPickerSizes;
|
|
55
|
-
/**
|
|
56
|
-
* The number of colors displayed per row.
|
|
57
|
-
*/
|
|
58
|
-
numberOfColorsInLine?: number;
|
|
59
|
-
/**
|
|
60
|
-
* If true, the first color is focused when the component mounts.
|
|
61
|
-
*/
|
|
62
|
-
focusOnMount?: boolean;
|
|
63
|
-
/**
|
|
64
|
-
* The shape of the color items.
|
|
65
|
-
*/
|
|
66
|
-
colorShape?: ColorShapes;
|
|
67
|
-
/**
|
|
68
|
-
* Used to force the component render the colorList prop as is. Usually, this flag should not be used. It's intended only for edge cases.
|
|
69
|
-
* Usually, only "monday colors" will be rendered (unless blacklist mode is used). This flag will override this behavior.
|
|
70
|
-
*/
|
|
71
|
-
forceUseRawColorList?: boolean;
|
|
72
|
-
/**
|
|
73
|
-
* Used to enable color name tooltip on each color in the component.
|
|
74
|
-
* When "tooltipContentByColor" is supplied, it will override the color name tooltip.
|
|
75
|
-
*
|
|
76
|
-
*/
|
|
77
|
-
showColorNameTooltip?: boolean;
|
|
78
|
-
}
|
|
79
|
-
declare const ColorPicker: React.ForwardRefExoticComponent<ColorPickerProps & React.RefAttributes<HTMLElement>>;
|
|
80
|
-
export default ColorPicker;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { type CONTENT_COLORS_VALUES } from "../../utils/colors-vars-map";
|
|
2
|
-
export type ColorShapes = "square" | "circle";
|
|
3
|
-
export type ColorPickerSizes = "small" | "medium" | "large";
|
|
4
|
-
export type ColorPickerValueOnly = CONTENT_COLORS_VALUES | string;
|
|
5
|
-
export type ColorPickerArrayValueOnly = CONTENT_COLORS_VALUES[] | string[];
|
|
6
|
-
export type ColorPickerValue = ColorPickerValueOnly | ColorPickerArrayValueOnly;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type VibeComponentProps } from "../../../../types";
|
|
3
|
-
import { type SubIcon } from "@vibe/icon";
|
|
4
|
-
export interface ColorPickerClearButtonProps extends VibeComponentProps {
|
|
5
|
-
/**
|
|
6
|
-
* Callback fired when the clear button is clicked.
|
|
7
|
-
*/
|
|
8
|
-
onClick: () => void;
|
|
9
|
-
/**
|
|
10
|
-
* The text displayed inside the button.
|
|
11
|
-
*/
|
|
12
|
-
text?: string;
|
|
13
|
-
/**
|
|
14
|
-
* The icon displayed inside the button.
|
|
15
|
-
*/
|
|
16
|
-
Icon: SubIcon;
|
|
17
|
-
}
|
|
18
|
-
declare const ColorPickerClearButton: React.ForwardRefExoticComponent<ColorPickerClearButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
19
|
-
export default ColorPickerClearButton;
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { type CONTENT_COLORS_VALUES } from "../../../../utils/colors-vars-map";
|
|
3
|
-
import { type ColorPickerArrayValueOnly, type ColorPickerValueOnly } from "../../ColorPicker.types";
|
|
4
|
-
import { type ColorShapes, type ColorPickerSizes } from "../../ColorPicker.types";
|
|
5
|
-
import { type VibeComponentProps } from "../../../../types";
|
|
6
|
-
import { type SubIcon } from "@vibe/icon";
|
|
7
|
-
import { type ColorStyle } from "../../../../types";
|
|
8
|
-
export interface ColorPickerColorsGridProps extends VibeComponentProps {
|
|
9
|
-
/**
|
|
10
|
-
* Callback fired when a color is clicked.
|
|
11
|
-
*/
|
|
12
|
-
onColorClicked?: (color: ColorPickerValueOnly) => void;
|
|
13
|
-
/**
|
|
14
|
-
* The list of colors to be displayed.
|
|
15
|
-
*/
|
|
16
|
-
colorsToRender?: ColorPickerArrayValueOnly;
|
|
17
|
-
/**
|
|
18
|
-
* Icon displayed as an indicator inside the color.
|
|
19
|
-
*/
|
|
20
|
-
ColorIndicatorIcon?: SubIcon;
|
|
21
|
-
/**
|
|
22
|
-
* Icon displayed when a color is selected.
|
|
23
|
-
*/
|
|
24
|
-
SelectedIndicatorIcon?: SubIcon;
|
|
25
|
-
/**
|
|
26
|
-
* The style applied to the colors.
|
|
27
|
-
*/
|
|
28
|
-
colorStyle?: ColorStyle;
|
|
29
|
-
/**
|
|
30
|
-
* The currently selected color or colors.
|
|
31
|
-
*/
|
|
32
|
-
value?: string | string[];
|
|
33
|
-
/**
|
|
34
|
-
* If true, renders the color indicator without a background.
|
|
35
|
-
*/
|
|
36
|
-
shouldRenderIndicatorWithoutBackground?: boolean;
|
|
37
|
-
/**
|
|
38
|
-
* The size of the color items.
|
|
39
|
-
*/
|
|
40
|
-
colorSize?: ColorPickerSizes;
|
|
41
|
-
/**
|
|
42
|
-
* The number of colors per row.
|
|
43
|
-
*/
|
|
44
|
-
numberOfColorsInLine?: number;
|
|
45
|
-
/**
|
|
46
|
-
* Custom tooltip content for specific colors.
|
|
47
|
-
*/
|
|
48
|
-
tooltipContentByColor?: Partial<Record<CONTENT_COLORS_VALUES, string> & Record<string, string>>;
|
|
49
|
-
/**
|
|
50
|
-
* If true, the first color is focused when the component mounts.
|
|
51
|
-
*/
|
|
52
|
-
focusOnMount?: boolean;
|
|
53
|
-
/**
|
|
54
|
-
* The shape of the color items.
|
|
55
|
-
*/
|
|
56
|
-
colorShape?: ColorShapes;
|
|
57
|
-
/**
|
|
58
|
-
* If true, displays a tooltip with the color name.
|
|
59
|
-
*/
|
|
60
|
-
showColorNameTooltip?: boolean;
|
|
61
|
-
}
|
|
62
|
-
declare const ColorPickerColorsGrid: React.ForwardRefExoticComponent<ColorPickerColorsGridProps & React.RefAttributes<HTMLUListElement>>;
|
|
63
|
-
export default ColorPickerColorsGrid;
|