@vibe/core 3.38.0-alpha-fff13.0 → 3.39.0
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/Accordion/Accordion/Accordion.d.ts +3 -3
- package/dist/components/AlertBanner/AlertBanner.d.ts +7 -2
- package/dist/components/AttentionBox/AttentionBox.d.ts +7 -1
- package/dist/components/AttentionBox/AttentionBoxLink/AttentionBoxLink.d.ts +1 -1
- package/dist/components/Avatar/Avatar.d.ts +191 -1
- package/dist/components/Avatar/AvatarBadge.d.ts +4 -4
- package/dist/components/Avatar/AvatarContent.d.ts +3 -4
- package/dist/components/AvatarGroup/AvatarGroupCounterTooltipHelper.d.ts +2 -2
- package/dist/components/Badge/Badge.d.ts +7 -6
- package/dist/components/Badge/Indicator/Indicator.d.ts +3 -3
- package/dist/components/BaseList/BaseList.d.ts +2 -2
- package/dist/components/BaseListItem/BaseListItem.d.ts +2 -2
- package/dist/components/Box/Box.d.ts +42 -2
- package/dist/components/BreadcrumbsBar/BreadcrumbsBar.d.ts +5 -1
- package/dist/components/Button/Button.d.ts +26 -2
- package/dist/components/ButtonGroup/ButtonGroup.d.ts +22 -4
- package/dist/components/Checkbox/Checkbox.d.ts +2 -2
- package/dist/components/Chips/Chips.d.ts +99 -3
- package/dist/components/Clickable/Clickable.d.ts +3 -2
- package/dist/components/Clickable/ClickableWrapper.d.ts +4 -3
- package/dist/components/ColorPicker/ColorPicker.d.ts +12 -2
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +2 -4
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +3 -5
- package/dist/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +13 -3
- package/dist/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +2 -3
- package/dist/components/Combobox/Combobox.d.ts +15 -1
- package/dist/components/Combobox/components/ComboboxOption/ComboboxOption.d.ts +5 -1
- package/dist/components/Counter/Counter.d.ts +10 -2
- package/dist/components/DatePicker/DatePicker.d.ts +3 -3
- package/dist/components/Dialog/DialogContent/DialogContent.d.ts +2 -3
- package/dist/components/DialogContentContainer/DialogContentContainer.d.ts +9 -3
- package/dist/components/Divider/Divider.d.ts +5 -1
- package/dist/components/Dropdown/Dropdown.d.ts +14 -1
- package/dist/components/DropdownNew/Dropdown.d.ts +2 -2
- package/dist/components/EditableHeading/EditableHeading.d.ts +9 -3
- package/dist/components/EditableText/EditableText.d.ts +9 -3
- package/dist/components/EditableTypography/EditableTypography.d.ts +6 -5
- package/dist/components/Flex/Flex.d.ts +12 -2
- package/dist/components/FormattedNumber/FormattedNumber.d.ts +6 -6
- package/dist/components/Heading/Heading.d.ts +13 -2
- package/dist/components/Icon/FontIcon/FontIcon.d.ts +2 -2
- package/dist/components/Icon/Icon.d.ts +6 -2
- package/dist/components/IconButton/IconButton.d.ts +23 -3
- package/dist/components/Label/Label.d.ts +98 -2
- package/dist/components/LegacyModal/LegacyModal.d.ts +5 -1
- package/dist/components/LegacyModal/LegacyModalFooter/LegacyModalFooterButtons/LegacyModalFooterButtons.d.ts +3 -3
- package/dist/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.d.ts +5 -3
- package/dist/components/Link/Link.d.ts +10 -2
- package/dist/components/List/List.d.ts +6 -2
- package/dist/components/ListItem/ListItem.d.ts +20 -2
- package/dist/components/ListItemAvatar/ListItemAvatar.d.ts +7 -3
- package/dist/components/ListItemIcon/ListItemIcon.d.ts +9 -3
- package/dist/components/Loader/Loader.d.ts +8 -2
- package/dist/components/Menu/Menu/Menu.d.ts +19 -3
- package/dist/components/Menu/MenuDivider/MenuDivider.d.ts +4 -2
- package/dist/components/Menu/MenuGridItem/MenuGridItem.d.ts +6 -3
- package/dist/components/Menu/MenuItem/MenuItem.d.ts +8 -2
- package/dist/components/Menu/MenuItemButton/MenuItemButton.d.ts +9 -3
- package/dist/components/Menu/MenuTitle/MenuTitle.d.ts +8 -2
- package/dist/components/MenuButton/MenuButton.d.ts +15 -3
- package/dist/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +1 -1
- package/dist/components/MultiStepIndicator/MultiStepIndicator.d.ts +12 -2
- package/dist/components/ProgressBars/LinearProgressBar/Bar/Bar.d.ts +1 -1
- package/dist/components/ProgressBars/LinearProgressBar/LinearProgressBar.d.ts +26 -2
- package/dist/components/ProgressBars/LinearProgressBar/LinearProgressBar.types.d.ts +1 -1
- package/dist/components/RadioButton/RadioButton.d.ts +3 -2
- package/dist/components/Skeleton/Skeleton.d.ts +17 -1
- package/dist/components/Slider/Slider.d.ts +15 -1
- package/dist/components/Slider/SliderInfix.d.ts +5 -1
- package/dist/components/SplitButton/SplitButton.d.ts +45 -1
- package/dist/components/SplitButton/SplitButtonMenu/SplitButtonMenu.d.ts +2 -3
- package/dist/components/Steps/Steps.d.ts +9 -3
- package/dist/components/Switch/Switch.d.ts +3 -4
- package/dist/components/Switch/index.d.ts +1 -1
- package/dist/components/Table/Table/Table.d.ts +6 -2
- package/dist/components/Table/TableBody/TableBody.d.ts +3 -3
- package/dist/components/Table/TableCell/TableCell.d.ts +2 -2
- package/dist/components/Table/TableHeader/TableHeader.d.ts +2 -2
- package/dist/components/Table/TableHeaderCell/TableHeaderCell.d.ts +2 -2
- package/dist/components/Table/TableRow/TableRow.d.ts +2 -2
- package/dist/components/Tabs/TabPanels/TabPanels.d.ts +6 -2
- package/dist/components/Text/Text.d.ts +12 -1
- package/dist/components/TextField/TextField.d.ts +18 -2
- package/dist/components/ThemeProvider/ThemeProvider.d.ts +7 -1
- package/dist/components/Tipseen/Tipseen.d.ts +14 -2
- package/dist/components/Tipseen/TipseenMedia/TipseenMedia.d.ts +4 -3
- package/dist/components/Toast/Toast.d.ts +7 -1
- package/dist/components/Toggle/Toggle.d.ts +3 -3
- package/dist/components/Typography/Typography.d.ts +4 -3
- package/dist/components/VirtualizedGrid/VirtualizedGrid.d.ts +4 -3
- package/dist/components/VirtualizedList/VirtualizedList.d.ts +4 -3
- package/dist/mocked_classnames/components/Accordion/Accordion/Accordion.d.ts +3 -3
- package/dist/mocked_classnames/components/AlertBanner/AlertBanner.d.ts +7 -2
- package/dist/mocked_classnames/components/AttentionBox/AttentionBox.d.ts +7 -1
- package/dist/mocked_classnames/components/AttentionBox/AttentionBoxLink/AttentionBoxLink.d.ts +1 -1
- package/dist/mocked_classnames/components/Avatar/Avatar.d.ts +191 -1
- package/dist/mocked_classnames/components/Avatar/AvatarBadge.d.ts +4 -4
- package/dist/mocked_classnames/components/Avatar/AvatarContent.d.ts +3 -4
- package/dist/mocked_classnames/components/AvatarGroup/AvatarGroupCounterTooltipHelper.d.ts +2 -2
- package/dist/mocked_classnames/components/Badge/Badge.d.ts +7 -6
- package/dist/mocked_classnames/components/Badge/Indicator/Indicator.d.ts +3 -3
- package/dist/mocked_classnames/components/BaseList/BaseList.d.ts +2 -2
- package/dist/mocked_classnames/components/BaseListItem/BaseListItem.d.ts +2 -2
- package/dist/mocked_classnames/components/Box/Box.d.ts +42 -2
- package/dist/mocked_classnames/components/BreadcrumbsBar/BreadcrumbsBar.d.ts +5 -1
- package/dist/mocked_classnames/components/Button/Button.d.ts +26 -2
- package/dist/mocked_classnames/components/ButtonGroup/ButtonGroup.d.ts +22 -4
- package/dist/mocked_classnames/components/Checkbox/Checkbox.d.ts +2 -2
- package/dist/mocked_classnames/components/Chips/Chips.d.ts +99 -3
- package/dist/mocked_classnames/components/Clickable/Clickable.d.ts +3 -2
- package/dist/mocked_classnames/components/Clickable/ClickableWrapper.d.ts +4 -3
- package/dist/mocked_classnames/components/ColorPicker/ColorPicker.d.ts +12 -2
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.d.ts +2 -4
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.d.ts +3 -5
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerContent/ColorPickerContent.d.ts +13 -3
- package/dist/mocked_classnames/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.d.ts +2 -3
- package/dist/mocked_classnames/components/Combobox/Combobox.d.ts +15 -1
- package/dist/mocked_classnames/components/Combobox/components/ComboboxOption/ComboboxOption.d.ts +5 -1
- package/dist/mocked_classnames/components/Counter/Counter.d.ts +10 -2
- package/dist/mocked_classnames/components/DatePicker/DatePicker.d.ts +3 -3
- package/dist/mocked_classnames/components/Dialog/DialogContent/DialogContent.d.ts +2 -3
- package/dist/mocked_classnames/components/DialogContentContainer/DialogContentContainer.d.ts +9 -3
- package/dist/mocked_classnames/components/Divider/Divider.d.ts +5 -1
- package/dist/mocked_classnames/components/Dropdown/Dropdown.d.ts +14 -1
- package/dist/mocked_classnames/components/DropdownNew/Dropdown.d.ts +2 -2
- package/dist/mocked_classnames/components/EditableHeading/EditableHeading.d.ts +9 -3
- package/dist/mocked_classnames/components/EditableText/EditableText.d.ts +9 -3
- package/dist/mocked_classnames/components/EditableTypography/EditableTypography.d.ts +6 -5
- package/dist/mocked_classnames/components/Flex/Flex.d.ts +12 -2
- package/dist/mocked_classnames/components/FormattedNumber/FormattedNumber.d.ts +6 -6
- package/dist/mocked_classnames/components/Heading/Heading.d.ts +13 -2
- package/dist/mocked_classnames/components/Icon/FontIcon/FontIcon.d.ts +2 -2
- package/dist/mocked_classnames/components/Icon/Icon.d.ts +6 -2
- package/dist/mocked_classnames/components/IconButton/IconButton.d.ts +23 -3
- package/dist/mocked_classnames/components/Label/Label.d.ts +98 -2
- package/dist/mocked_classnames/components/LegacyModal/LegacyModal.d.ts +5 -1
- package/dist/mocked_classnames/components/LegacyModal/LegacyModalFooter/LegacyModalFooterButtons/LegacyModalFooterButtons.d.ts +3 -3
- package/dist/mocked_classnames/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.d.ts +5 -3
- package/dist/mocked_classnames/components/Link/Link.d.ts +10 -2
- package/dist/mocked_classnames/components/List/List.d.ts +6 -2
- package/dist/mocked_classnames/components/ListItem/ListItem.d.ts +20 -2
- package/dist/mocked_classnames/components/ListItemAvatar/ListItemAvatar.d.ts +7 -3
- package/dist/mocked_classnames/components/ListItemIcon/ListItemIcon.d.ts +9 -3
- package/dist/mocked_classnames/components/Loader/Loader.d.ts +8 -2
- package/dist/mocked_classnames/components/Menu/Menu/Menu.d.ts +19 -3
- package/dist/mocked_classnames/components/Menu/MenuDivider/MenuDivider.d.ts +4 -2
- package/dist/mocked_classnames/components/Menu/MenuGridItem/MenuGridItem.d.ts +6 -3
- package/dist/mocked_classnames/components/Menu/MenuItem/MenuItem.d.ts +8 -2
- package/dist/mocked_classnames/components/Menu/MenuItemButton/MenuItemButton.d.ts +9 -3
- package/dist/mocked_classnames/components/Menu/MenuTitle/MenuTitle.d.ts +8 -2
- package/dist/mocked_classnames/components/MenuButton/MenuButton.d.ts +15 -3
- package/dist/mocked_classnames/components/Modal/ModalTopActions/ModalTopActions.types.d.ts +1 -1
- package/dist/mocked_classnames/components/MultiStepIndicator/MultiStepIndicator.d.ts +12 -2
- package/dist/mocked_classnames/components/ProgressBars/LinearProgressBar/Bar/Bar.d.ts +1 -1
- package/dist/mocked_classnames/components/ProgressBars/LinearProgressBar/LinearProgressBar.d.ts +26 -2
- package/dist/mocked_classnames/components/ProgressBars/LinearProgressBar/LinearProgressBar.types.d.ts +1 -1
- package/dist/mocked_classnames/components/RadioButton/RadioButton.d.ts +3 -2
- package/dist/mocked_classnames/components/Skeleton/Skeleton.d.ts +17 -1
- package/dist/mocked_classnames/components/Slider/Slider.d.ts +15 -1
- package/dist/mocked_classnames/components/Slider/SliderInfix.d.ts +5 -1
- package/dist/mocked_classnames/components/SplitButton/SplitButton.d.ts +45 -1
- package/dist/mocked_classnames/components/SplitButton/SplitButtonMenu/SplitButtonMenu.d.ts +2 -3
- package/dist/mocked_classnames/components/Steps/Steps.d.ts +9 -3
- package/dist/mocked_classnames/components/Switch/Switch.d.ts +3 -4
- package/dist/mocked_classnames/components/Switch/index.d.ts +1 -1
- package/dist/mocked_classnames/components/Table/Table/Table.d.ts +6 -2
- package/dist/mocked_classnames/components/Table/TableBody/TableBody.d.ts +3 -3
- package/dist/mocked_classnames/components/Table/TableCell/TableCell.d.ts +2 -2
- package/dist/mocked_classnames/components/Table/TableHeader/TableHeader.d.ts +2 -2
- package/dist/mocked_classnames/components/Table/TableHeaderCell/TableHeaderCell.d.ts +2 -2
- package/dist/mocked_classnames/components/Table/TableRow/TableRow.d.ts +2 -2
- package/dist/mocked_classnames/components/Tabs/TabPanels/TabPanels.d.ts +6 -2
- package/dist/mocked_classnames/components/Text/Text.d.ts +12 -1
- package/dist/mocked_classnames/components/TextField/TextField.d.ts +18 -2
- package/dist/mocked_classnames/components/ThemeProvider/ThemeProvider.d.ts +7 -1
- package/dist/mocked_classnames/components/Tipseen/Tipseen.d.ts +14 -2
- package/dist/mocked_classnames/components/Tipseen/TipseenMedia/TipseenMedia.d.ts +4 -3
- package/dist/mocked_classnames/components/Toast/Toast.d.ts +7 -1
- package/dist/mocked_classnames/components/Toggle/Toggle.d.ts +3 -3
- package/dist/mocked_classnames/components/Typography/Typography.d.ts +4 -3
- package/dist/mocked_classnames/components/VirtualizedGrid/VirtualizedGrid.d.ts +4 -3
- package/dist/mocked_classnames/components/VirtualizedList/VirtualizedList.d.ts +4 -3
- package/dist/mocked_classnames/src/components/Accordion/Accordion/Accordion.js.map +1 -1
- package/dist/mocked_classnames/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AlertBanner/AlertBanner.js.map +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.js.map +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/AttentionBoxLink/AttentionBoxLink.js.map +1 -1
- package/dist/mocked_classnames/src/components/AttentionBox/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/Avatar.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/Avatar.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/Avatar.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.js +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.js.map +1 -1
- package/dist/mocked_classnames/src/components/Avatar/AvatarBadge.module.scss.js +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/Avatar/AvatarContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/AvatarGroup/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/AvatarGroup/AvatarGroupCounterTooltipHelper.js.map +1 -1
- package/dist/mocked_classnames/src/components/Badge/Badge.js +1 -1
- package/dist/mocked_classnames/src/components/Badge/Badge.js.map +1 -1
- package/dist/mocked_classnames/src/components/Badge/Badge.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.js +1 -1
- package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.js.map +1 -1
- package/dist/mocked_classnames/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/BaseInput/BaseInput.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Box/Box.js.map +1 -1
- package/dist/mocked_classnames/src/components/Box/Box.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/BreadcrumbsBar.js +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.js.map +1 -1
- package/dist/mocked_classnames/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Button/Button.js.map +1 -1
- package/dist/mocked_classnames/src/components/Button/Button.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/dist/mocked_classnames/src/components/ButtonGroup/ButtonGroup.module.scss.js +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/Checkbox/Checkbox.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Chips/Chips.js.map +1 -1
- package/dist/mocked_classnames/src/components/Chips/Chips.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Clickable/Clickable.js.map +1 -1
- package/dist/mocked_classnames/src/components/Clickable/Clickable.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Clickable/ClickableWrapper.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/ColorPicker.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerClearButton.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/ColorPickerClearButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js +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/ColorPickerColorsGrid.module.scss.js +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.map +1 -1
- package/dist/mocked_classnames/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/Combobox.js.map +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.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Counter/Counter.js.map +1 -1
- package/dist/mocked_classnames/src/components/Counter/Counter.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DateNavigationItem/DateNavigationItem.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DatePicker.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/DatePickerHeader/DatePickerHeader.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/YearPicker/YearPicker.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/DatePicker/external_datepicker.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dialog/Dialog.js +1 -1
- package/dist/mocked_classnames/src/components/Dialog/Dialog.js.map +1 -1
- package/dist/mocked_classnames/src/components/Dialog/Dialog.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dialog/DialogContent/DialogContent.js +1 -1
- package/dist/mocked_classnames/src/components/Dialog/DialogContent/DialogContent.js.map +1 -1
- package/dist/mocked_classnames/src/components/Dialog/DialogContent/DialogContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/DialogContentContainer/DialogContentContainer.js.map +1 -1
- package/dist/mocked_classnames/src/components/DialogContentContainer/DialogContentContainer.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Divider/Divider.js.map +1 -1
- package/dist/mocked_classnames/src/components/Divider/Divider.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/Dropdown.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/ChildrenContent/ChildrenContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/MultiValueContainer/MultiValueContainer.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/option/option.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Dropdown/components/singleValue/singleValue.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/EditableHeading/EditableHeading.js.map +1 -1
- package/dist/mocked_classnames/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/EditableText/EditableText.js.map +1 -1
- package/dist/mocked_classnames/src/components/EditableText/EditableText.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/EditableTypography/EditableTypography.js.map +1 -1
- package/dist/mocked_classnames/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/EmptyState/EmptyState.js +1 -1
- package/dist/mocked_classnames/src/components/EmptyState/EmptyState.js.map +1 -1
- package/dist/mocked_classnames/src/components/EmptyState/EmptyState.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Flex/Flex.js.map +1 -1
- package/dist/mocked_classnames/src/components/Flex/Flex.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/FormattedNumber/FormattedNumber.js +1 -1
- package/dist/mocked_classnames/src/components/FormattedNumber/FormattedNumber.js.map +1 -1
- package/dist/mocked_classnames/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Heading/Heading.js.map +1 -1
- package/dist/mocked_classnames/src/components/Heading/Heading.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/HiddenText/HiddenText.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Icon/FontIcon/FontIcon.js.map +1 -1
- package/dist/mocked_classnames/src/components/Icon/Icon.js.map +1 -1
- package/dist/mocked_classnames/src/components/Icon/Icon.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/IconButton/IconButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/IconButton/IconButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Label/Label.js.map +1 -1
- package/dist/mocked_classnames/src/components/Label/Label.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModal.js.map +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModal.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalContent/LegacyModalContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooter.module.scss.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.map +1 -1
- package/dist/mocked_classnames/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Link/Link.js.map +1 -1
- package/dist/mocked_classnames/src/components/Link/Link.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/List/List.js +1 -1
- package/dist/mocked_classnames/src/components/List/List.js.map +1 -1
- package/dist/mocked_classnames/src/components/List/List.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ListItem/ListItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/ListItem/ListItem.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ListItemAvatar/ListItemAvatar.js.map +1 -1
- package/dist/mocked_classnames/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ListItemIcon/ListItemIcon.js.map +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/Loader/Loader.js.map +1 -1
- package/dist/mocked_classnames/src/components/Loader/Loader.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/Menu/Menu.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/Menu/Menu.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/Menu/Menu.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuDivider/MenuDivider.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/MenuGridItem/MenuGridItem.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItem/MenuItem.js.map +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.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.js +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.js.map +1 -1
- package/dist/mocked_classnames/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +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/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/Modal/utils/animationVariants.js +1 -1
- package/dist/mocked_classnames/src/components/Modal/utils/animationVariants.js.map +1 -1
- package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.js.map +1 -1
- package/dist/mocked_classnames/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/LinearProgressBar/Bar/Bar.js +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/LinearProgressBar/Bar/Bar.js.map +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/LinearProgressBar/Bar/Bar.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/LinearProgressBar/LinearProgressBar.js.map +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/LinearProgressBar/LinearProgressBar.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/RadioButton/RadioButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/RadioButton/RadioButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Search/Search.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Skeleton/Skeleton.js +1 -1
- package/dist/mocked_classnames/src/components/Skeleton/Skeleton.js.map +1 -1
- package/dist/mocked_classnames/src/components/Skeleton/Skeleton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Slider/Slider.js.map +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.js +1 -1
- package/dist/mocked_classnames/src/components/SplitButton/SplitButton.js.map +1 -1
- package/dist/mocked_classnames/src/components/SplitButton/SplitButton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/SplitButton/SplitButtonMenu/SplitButtonMenu.js.map +1 -1
- package/dist/mocked_classnames/src/components/Steps/Steps.js.map +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.js +1 -1
- package/dist/mocked_classnames/src/components/Switch/Switch.js.map +1 -1
- package/dist/mocked_classnames/src/components/Switch/Switch.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/Table/Table.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/Table/Table.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableBody/TableBody.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.js.map +1 -1
- package/dist/mocked_classnames/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Table/TableHeader/TableHeader.js.map +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.js.map +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.js.map +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/Tabs/Tab/Tab.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Text/Text.js.map +1 -1
- package/dist/mocked_classnames/src/components/Text/Text.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.js.map +1 -1
- package/dist/mocked_classnames/src/components/TextField/TextField.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/Tipseen.js.map +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/Tipseen.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenImage.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Tipseen/TipseenMedia/TipseenMedia.js.map +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.js.map +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.js +1 -1
- package/dist/mocked_classnames/src/components/Toggle/Toggle.js.map +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/Tooltip/Tooltip.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/TransitionView/TransitionView.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/Typography/Typography.js.map +1 -1
- package/dist/mocked_classnames/src/components/Typography/Typography.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/VirtualizedGrid/VirtualizedGrid.js.map +1 -1
- package/dist/mocked_classnames/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
- package/dist/mocked_classnames/src/components/VirtualizedList/VirtualizedList.js.map +1 -1
- package/dist/mocked_classnames/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
- package/dist/mocked_classnames/src/types/withStaticProps.js.map +1 -1
- package/dist/mocked_classnames/style/dist/index.min.css.js +1 -1
- package/dist/mocked_classnames/types/SubIcon.d.ts +1 -1
- package/dist/mocked_classnames/types/withStaticProps.d.ts +3 -2
- package/dist/src/components/Accordion/Accordion/Accordion.js.map +1 -1
- package/dist/src/components/Accordion/Accordion/Accordion.module.scss.js +1 -1
- package/dist/src/components/AlertBanner/AlertBanner.js.map +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.js.map +1 -1
- package/dist/src/components/AttentionBox/AttentionBox.module.scss.js +1 -1
- package/dist/src/components/AttentionBox/AttentionBoxLink/AttentionBoxLink.js.map +1 -1
- package/dist/src/components/AttentionBox/AttentionBoxLink/AttentionBoxLink.module.scss.js +1 -1
- package/dist/src/components/Avatar/Avatar.js +1 -1
- package/dist/src/components/Avatar/Avatar.js.map +1 -1
- package/dist/src/components/Avatar/Avatar.module.scss.js +1 -1
- package/dist/src/components/Avatar/AvatarBadge.js +1 -1
- package/dist/src/components/Avatar/AvatarBadge.js.map +1 -1
- package/dist/src/components/Avatar/AvatarBadge.module.scss.js +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/Avatar/AvatarContent.module.scss.js +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroup.module.scss.js +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounter.module.scss.js +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContent.module.scss.js +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipContentVirtualizedList.module.scss.js +1 -1
- package/dist/src/components/AvatarGroup/AvatarGroupCounterTooltipHelper.js.map +1 -1
- package/dist/src/components/Badge/Badge.js +1 -1
- package/dist/src/components/Badge/Badge.js.map +1 -1
- package/dist/src/components/Badge/Badge.module.scss.js +1 -1
- package/dist/src/components/Badge/Indicator/Indicator.js +1 -1
- package/dist/src/components/Badge/Indicator/Indicator.js.map +1 -1
- package/dist/src/components/Badge/Indicator/Indicator.module.scss.js +1 -1
- package/dist/src/components/BaseInput/BaseInput.module.scss.js +1 -1
- package/dist/src/components/Box/Box.js.map +1 -1
- package/dist/src/components/Box/Box.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/BreadcrumbsBar.js +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.js.map +1 -1
- package/dist/src/components/BreadcrumbsBar/BreadcrumbsBar.module.scss.js +1 -1
- package/dist/src/components/Button/Button.js.map +1 -1
- package/dist/src/components/Button/Button.module.scss.js +1 -1
- package/dist/src/components/ButtonGroup/ButtonGroup.js.map +1 -1
- package/dist/src/components/ButtonGroup/ButtonGroup.module.scss.js +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/Checkbox/Checkbox.module.scss.js +1 -1
- package/dist/src/components/Chips/Chips.js.map +1 -1
- package/dist/src/components/Chips/Chips.module.scss.js +1 -1
- package/dist/src/components/Clickable/Clickable.js.map +1 -1
- package/dist/src/components/Clickable/Clickable.module.scss.js +1 -1
- package/dist/src/components/Clickable/ClickableWrapper.js.map +1 -1
- package/dist/src/components/ColorPicker/ColorPicker.js.map +1 -1
- package/dist/src/components/ColorPicker/ColorPicker.module.scss.js +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/ColorPickerClearButton.module.scss.js +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.js.map +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerContent/ColorPickerColorsGrid.module.scss.js +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.map +1 -1
- package/dist/src/components/ColorPicker/components/ColorPickerItemComponent/ColorPickerItemComponent.module.scss.js +1 -1
- package/dist/src/components/Combobox/Combobox.js.map +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.js +1 -1
- package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.js.map +1 -1
- package/dist/src/components/Combobox/components/ComboboxOption/ComboboxOption.module.scss.js +1 -1
- package/dist/src/components/Combobox/components/StickyCategoryHeader/StickyCategoryHeader.module.scss.js +1 -1
- package/dist/src/components/Counter/Counter.js.map +1 -1
- package/dist/src/components/Counter/Counter.module.scss.js +1 -1
- package/dist/src/components/DatePicker/DateNavigationItem/DateNavigationItem.module.scss.js +1 -1
- package/dist/src/components/DatePicker/DatePicker.js.map +1 -1
- package/dist/src/components/DatePicker/DatePicker.module.scss.js +1 -1
- package/dist/src/components/DatePicker/DatePickerHeader/DatePickerHeader.module.scss.js +1 -1
- package/dist/src/components/DatePicker/YearPicker/YearPicker.module.scss.js +1 -1
- package/dist/src/components/DatePicker/external_datepicker.scss.js +1 -1
- package/dist/src/components/Dialog/Dialog.js +1 -1
- package/dist/src/components/Dialog/Dialog.js.map +1 -1
- package/dist/src/components/Dialog/Dialog.module.scss.js +1 -1
- package/dist/src/components/Dialog/DialogContent/DialogContent.js +1 -1
- package/dist/src/components/Dialog/DialogContent/DialogContent.js.map +1 -1
- package/dist/src/components/Dialog/DialogContent/DialogContent.module.scss.js +1 -1
- package/dist/src/components/DialogContentContainer/DialogContentContainer.js.map +1 -1
- package/dist/src/components/DialogContentContainer/DialogContentContainer.module.scss.js +1 -1
- package/dist/src/components/Divider/Divider.js.map +1 -1
- package/dist/src/components/Divider/Divider.module.scss.js +1 -1
- package/dist/src/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/src/components/Dropdown/Dropdown.module.scss.js +1 -1
- package/dist/src/components/Dropdown/components/ChildrenContent/ChildrenContent.module.scss.js +1 -1
- package/dist/src/components/Dropdown/components/MultiValueContainer/MultiValueContainer.module.scss.js +1 -1
- package/dist/src/components/Dropdown/components/menu/menu.module.scss.js +1 -1
- package/dist/src/components/Dropdown/components/option/option.module.scss.js +1 -1
- package/dist/src/components/Dropdown/components/singleValue/singleValue.module.scss.js +1 -1
- package/dist/src/components/EditableHeading/EditableHeading.js.map +1 -1
- package/dist/src/components/EditableHeading/EditableHeading.module.scss.js +1 -1
- package/dist/src/components/EditableText/EditableText.js.map +1 -1
- package/dist/src/components/EditableText/EditableText.module.scss.js +1 -1
- package/dist/src/components/EditableTypography/EditableTypography.js.map +1 -1
- package/dist/src/components/EditableTypography/EditableTypography.module.scss.js +1 -1
- package/dist/src/components/EmptyState/EmptyState.js +1 -1
- package/dist/src/components/EmptyState/EmptyState.js.map +1 -1
- package/dist/src/components/EmptyState/EmptyState.module.scss.js +1 -1
- package/dist/src/components/ExpandCollapse/ExpandCollapse.module.scss.js +1 -1
- package/dist/src/components/FieldLabel/FieldLabel.module.scss.js +1 -1
- package/dist/src/components/Flex/Flex.js.map +1 -1
- package/dist/src/components/Flex/Flex.module.scss.js +1 -1
- package/dist/src/components/FormattedNumber/FormattedNumber.js +1 -1
- package/dist/src/components/FormattedNumber/FormattedNumber.js.map +1 -1
- package/dist/src/components/FormattedNumber/FormattedNumber.module.scss.js +1 -1
- package/dist/src/components/Heading/Heading.js.map +1 -1
- package/dist/src/components/Heading/Heading.module.scss.js +1 -1
- package/dist/src/components/HiddenText/HiddenText.module.scss.js +1 -1
- package/dist/src/components/Icon/FontIcon/FontIcon.js.map +1 -1
- package/dist/src/components/Icon/Icon.js.map +1 -1
- package/dist/src/components/Icon/Icon.module.scss.js +1 -1
- package/dist/src/components/IconButton/IconButton.js.map +1 -1
- package/dist/src/components/IconButton/IconButton.module.scss.js +1 -1
- package/dist/src/components/Label/Label.js.map +1 -1
- package/dist/src/components/Label/Label.module.scss.js +1 -1
- package/dist/src/components/Label/LabelCelebrationAnimation.module.scss.js +1 -1
- package/dist/src/components/LegacyModal/LegacyModal.js.map +1 -1
- package/dist/src/components/LegacyModal/LegacyModal.module.scss.js +1 -1
- package/dist/src/components/LegacyModal/LegacyModalContent/LegacyModalContent.module.scss.js +1 -1
- package/dist/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooter.module.scss.js +1 -1
- package/dist/src/components/LegacyModal/LegacyModalFooter/LegacyModalFooterButtons/LegacyModalFooterButtons.js.map +1 -1
- package/dist/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.js.map +1 -1
- package/dist/src/components/LegacyModal/LegacyModalHeader/LegacyModalHeader.module.scss.js +1 -1
- package/dist/src/components/Link/Link.js.map +1 -1
- package/dist/src/components/Link/Link.module.scss.js +1 -1
- package/dist/src/components/List/List.js +1 -1
- package/dist/src/components/List/List.js.map +1 -1
- package/dist/src/components/List/List.module.scss.js +1 -1
- package/dist/src/components/List/VirtualizedListItems/VirtualizedListItems.module.scss.js +1 -1
- package/dist/src/components/ListItem/ListItem.js.map +1 -1
- package/dist/src/components/ListItem/ListItem.module.scss.js +1 -1
- package/dist/src/components/ListItemAvatar/ListItemAvatar.js.map +1 -1
- package/dist/src/components/ListItemAvatar/ListItemAvatar.module.scss.js +1 -1
- package/dist/src/components/ListItemIcon/ListItemIcon.js.map +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/Loader/Loader.js.map +1 -1
- package/dist/src/components/Loader/Loader.module.scss.js +1 -1
- package/dist/src/components/Menu/Menu/Menu.js +1 -1
- package/dist/src/components/Menu/Menu/Menu.js.map +1 -1
- package/dist/src/components/Menu/Menu/Menu.module.scss.js +1 -1
- package/dist/src/components/Menu/MenuDivider/MenuDivider.js.map +1 -1
- package/dist/src/components/Menu/MenuDivider/MenuDivider.module.scss.js +1 -1
- package/dist/src/components/Menu/MenuGridItem/MenuGridItem.js.map +1 -1
- package/dist/src/components/Menu/MenuItem/MenuItem.js.map +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.js.map +1 -1
- package/dist/src/components/Menu/MenuItemButton/MenuItemButton.module.scss.js +1 -1
- package/dist/src/components/Menu/MenuTitle/MenuTitle.js +1 -1
- package/dist/src/components/Menu/MenuTitle/MenuTitle.js.map +1 -1
- package/dist/src/components/Menu/MenuTitle/MenuTitle.module.scss.js +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/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/Modal/utils/animationVariants.js +1 -1
- package/dist/src/components/Modal/utils/animationVariants.js.map +1 -1
- package/dist/src/components/MultiStepIndicator/MultiStepIndicator.js.map +1 -1
- package/dist/src/components/MultiStepIndicator/MultiStepIndicator.module.scss.js +1 -1
- package/dist/src/components/MultiStepIndicator/components/StepIndicator/StepIndicator.module.scss.js +1 -1
- package/dist/src/components/ProgressBars/LinearProgressBar/Bar/Bar.js +1 -1
- package/dist/src/components/ProgressBars/LinearProgressBar/Bar/Bar.js.map +1 -1
- package/dist/src/components/ProgressBars/LinearProgressBar/Bar/Bar.module.scss.js +1 -1
- package/dist/src/components/ProgressBars/LinearProgressBar/LinearProgressBar.js.map +1 -1
- package/dist/src/components/ProgressBars/LinearProgressBar/LinearProgressBar.module.scss.js +1 -1
- package/dist/src/components/ProgressBars/PercentageLabel/PercentageLabel.module.scss.js +1 -1
- package/dist/src/components/RadioButton/RadioButton.js.map +1 -1
- package/dist/src/components/RadioButton/RadioButton.module.scss.js +1 -1
- package/dist/src/components/Search/Search.module.scss.js +1 -1
- package/dist/src/components/Skeleton/Skeleton.js +1 -1
- package/dist/src/components/Skeleton/Skeleton.js.map +1 -1
- package/dist/src/components/Skeleton/Skeleton.module.scss.js +1 -1
- package/dist/src/components/SlideTransition/SlideTransition.module.scss.js +1 -1
- package/dist/src/components/Slider/SelectionIndicator.module.scss.js +1 -1
- package/dist/src/components/Slider/Slider.js.map +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.js +1 -1
- package/dist/src/components/SplitButton/SplitButton.js.map +1 -1
- package/dist/src/components/SplitButton/SplitButton.module.scss.js +1 -1
- package/dist/src/components/SplitButton/SplitButtonMenu/SplitButtonMenu.js.map +1 -1
- package/dist/src/components/Steps/Steps.js.map +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.js +1 -1
- package/dist/src/components/Switch/Switch.js.map +1 -1
- package/dist/src/components/Switch/Switch.module.scss.js +1 -1
- package/dist/src/components/Table/Table/Table.js.map +1 -1
- package/dist/src/components/Table/Table/Table.module.scss.js +1 -1
- package/dist/src/components/Table/TableBody/TableBody.js.map +1 -1
- package/dist/src/components/Table/TableBody/TableBody.module.scss.js +1 -1
- package/dist/src/components/Table/TableCell/TableCell.js.map +1 -1
- package/dist/src/components/Table/TableCell/TableCell.module.scss.js +1 -1
- package/dist/src/components/Table/TableCellSkeleton/TableCellSkeleton.module.scss.js +1 -1
- package/dist/src/components/Table/TableContainer/TableContainer.module.scss.js +1 -1
- package/dist/src/components/Table/TableHeader/TableHeader.js.map +1 -1
- package/dist/src/components/Table/TableHeader/TableHeader.module.scss.js +1 -1
- package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.js.map +1 -1
- package/dist/src/components/Table/TableHeaderCell/TableHeaderCell.module.scss.js +1 -1
- package/dist/src/components/Table/TableRow/TableRow.js.map +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/Tabs/Tab/Tab.module.scss.js +1 -1
- package/dist/src/components/Tabs/TabList/TabList.module.scss.js +1 -1
- package/dist/src/components/Tabs/TabPanel/TabPanel.module.scss.js +1 -1
- package/dist/src/components/Tabs/TabPanels/TabPanels.js.map +1 -1
- package/dist/src/components/Tabs/TabPanels/TabPanels.module.scss.js +1 -1
- package/dist/src/components/Text/Text.js.map +1 -1
- package/dist/src/components/Text/Text.module.scss.js +1 -1
- package/dist/src/components/TextArea/TextArea.module.scss.js +1 -1
- package/dist/src/components/TextField/TextField.js.map +1 -1
- package/dist/src/components/TextField/TextField.module.scss.js +1 -1
- package/dist/src/components/TextWithHighlight/TextWithHighlight.module.scss.js +1 -1
- package/dist/src/components/ThemeProvider/ThemeProvider.js.map +1 -1
- package/dist/src/components/Tipseen/Tipseen.js.map +1 -1
- package/dist/src/components/Tipseen/Tipseen.module.scss.js +1 -1
- package/dist/src/components/Tipseen/TipseenBasicContent.module.scss.js +1 -1
- package/dist/src/components/Tipseen/TipseenContent.module.scss.js +1 -1
- package/dist/src/components/Tipseen/TipseenImage.module.scss.js +1 -1
- package/dist/src/components/Tipseen/TipseenMedia/TipseenMedia.js.map +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.js.map +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.js +1 -1
- package/dist/src/components/Toggle/Toggle.js.map +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/Tooltip/Tooltip.module.scss.js +1 -1
- package/dist/src/components/TransitionView/TransitionView.module.scss.js +1 -1
- package/dist/src/components/Typography/Typography.js.map +1 -1
- package/dist/src/components/Typography/Typography.module.scss.js +1 -1
- package/dist/src/components/VirtualizedGrid/VirtualizedGrid.js.map +1 -1
- package/dist/src/components/VirtualizedGrid/VirtualizedGrid.module.scss.js +1 -1
- package/dist/src/components/VirtualizedList/VirtualizedList.js.map +1 -1
- package/dist/src/components/VirtualizedList/VirtualizedList.module.scss.js +1 -1
- package/dist/src/types/withStaticProps.js.map +1 -1
- package/dist/style/dist/index.min.css.js +1 -1
- package/dist/types/SubIcon.d.ts +1 -1
- package/dist/types/withStaticProps.d.ts +3 -2
- package/package.json +5 -12
- package/dist/metadata.json +0 -14524
- package/dist/mocked_classnames/scripts/generate-metadata.d.ts +0 -2
- package/dist/scripts/generate-metadata.d.ts +0 -2
|
@@ -28,7 +28,23 @@ export interface SkeletonProps extends VibeComponentProps {
|
|
|
28
28
|
*/
|
|
29
29
|
fullWidth?: boolean;
|
|
30
30
|
}
|
|
31
|
-
declare const _default: (
|
|
31
|
+
declare const _default: ((import("../../types/VibeComponent").default<SkeletonProps, unknown> & Partial<{
|
|
32
|
+
types: typeof SkeletonTypeEnum;
|
|
33
|
+
sizes: {
|
|
34
|
+
CUSTOM: string;
|
|
35
|
+
CIRCLE: {};
|
|
36
|
+
RECTANGLE: {};
|
|
37
|
+
TEXT: typeof TextSkeletonSizeEnum;
|
|
38
|
+
};
|
|
39
|
+
}>) | (React.FC<SkeletonProps> & Partial<{
|
|
40
|
+
types: typeof SkeletonTypeEnum;
|
|
41
|
+
sizes: {
|
|
42
|
+
CUSTOM: string;
|
|
43
|
+
CIRCLE: {};
|
|
44
|
+
RECTANGLE: {};
|
|
45
|
+
TEXT: typeof TextSkeletonSizeEnum;
|
|
46
|
+
};
|
|
47
|
+
}>)) & {
|
|
32
48
|
types: typeof SkeletonTypeEnum;
|
|
33
49
|
sizes: {
|
|
34
50
|
CUSTOM: string;
|
|
@@ -117,7 +117,21 @@ export type SliderProps = {
|
|
|
117
117
|
*/
|
|
118
118
|
selectionIndicatorWidth?: string;
|
|
119
119
|
};
|
|
120
|
-
declare const _default: (
|
|
120
|
+
declare const _default: ((import("../../types/VibeComponent").default<SliderProps, unknown> & Partial<{
|
|
121
|
+
sizes: {
|
|
122
|
+
readonly SMALL: "small";
|
|
123
|
+
readonly MEDIUM: "medium";
|
|
124
|
+
readonly LARGE: "large";
|
|
125
|
+
};
|
|
126
|
+
colors: typeof SliderColorEnum;
|
|
127
|
+
}>) | (React.FC<SliderProps> & Partial<{
|
|
128
|
+
sizes: {
|
|
129
|
+
readonly SMALL: "small";
|
|
130
|
+
readonly MEDIUM: "medium";
|
|
131
|
+
readonly LARGE: "large";
|
|
132
|
+
};
|
|
133
|
+
colors: typeof SliderColorEnum;
|
|
134
|
+
}>)) & {
|
|
121
135
|
sizes: {
|
|
122
136
|
readonly SMALL: "small";
|
|
123
137
|
readonly MEDIUM: "medium";
|
|
@@ -8,7 +8,11 @@ export interface SliderInfixProps extends VibeComponentProps {
|
|
|
8
8
|
*/
|
|
9
9
|
kind?: InfixKind;
|
|
10
10
|
}
|
|
11
|
-
declare const _default: (
|
|
11
|
+
declare const _default: ((import("../../types/VibeComponent").default<SliderInfixProps, unknown> & Partial<{
|
|
12
|
+
kinds: typeof InfixKindEnum;
|
|
13
|
+
}>) | (React.FC<SliderInfixProps> & Partial<{
|
|
14
|
+
kinds: typeof InfixKindEnum;
|
|
15
|
+
}>)) & {
|
|
12
16
|
kinds: typeof InfixKindEnum;
|
|
13
17
|
};
|
|
14
18
|
export default _default;
|
|
@@ -40,7 +40,51 @@ export interface SplitButtonProps extends ButtonProps {
|
|
|
40
40
|
*/
|
|
41
41
|
shouldCloseOnClickInsideDialog?: boolean;
|
|
42
42
|
}
|
|
43
|
-
declare const _default: (
|
|
43
|
+
declare const _default: ((import("../../types/VibeComponent").default<SplitButtonProps, unknown> & Partial<{
|
|
44
|
+
secondaryPositions: {
|
|
45
|
+
readonly BOTTOM_START: "bottom-start";
|
|
46
|
+
readonly BOTTOM_MIDDLE: "bottom";
|
|
47
|
+
readonly BOTTOM_END: "bottom-end";
|
|
48
|
+
};
|
|
49
|
+
secondaryDialogPositions: {
|
|
50
|
+
readonly BOTTOM_START: "bottom-start";
|
|
51
|
+
readonly BOTTOM_MIDDLE: "bottom";
|
|
52
|
+
readonly BOTTOM_END: "bottom-end";
|
|
53
|
+
};
|
|
54
|
+
sizes: {
|
|
55
|
+
readonly SMALL: "small";
|
|
56
|
+
readonly MEDIUM: "medium";
|
|
57
|
+
readonly LARGE: "large";
|
|
58
|
+
readonly XXS: "xxs";
|
|
59
|
+
readonly XS: "xs";
|
|
60
|
+
};
|
|
61
|
+
colors: typeof import("../Button/ButtonConstants").ButtonColor;
|
|
62
|
+
kinds: typeof import("../Button/ButtonConstants").ButtonType;
|
|
63
|
+
inputTags: typeof import("../Button/ButtonConstants").ButtonInputType;
|
|
64
|
+
dialogPaddingSizes: typeof import("../Dialog/DialogConstants").DialogSize;
|
|
65
|
+
}>) | (React.FC<SplitButtonProps> & Partial<{
|
|
66
|
+
secondaryPositions: {
|
|
67
|
+
readonly BOTTOM_START: "bottom-start";
|
|
68
|
+
readonly BOTTOM_MIDDLE: "bottom";
|
|
69
|
+
readonly BOTTOM_END: "bottom-end";
|
|
70
|
+
};
|
|
71
|
+
secondaryDialogPositions: {
|
|
72
|
+
readonly BOTTOM_START: "bottom-start";
|
|
73
|
+
readonly BOTTOM_MIDDLE: "bottom";
|
|
74
|
+
readonly BOTTOM_END: "bottom-end";
|
|
75
|
+
};
|
|
76
|
+
sizes: {
|
|
77
|
+
readonly SMALL: "small";
|
|
78
|
+
readonly MEDIUM: "medium";
|
|
79
|
+
readonly LARGE: "large";
|
|
80
|
+
readonly XXS: "xxs";
|
|
81
|
+
readonly XS: "xs";
|
|
82
|
+
};
|
|
83
|
+
colors: typeof import("../Button/ButtonConstants").ButtonColor;
|
|
84
|
+
kinds: typeof import("../Button/ButtonConstants").ButtonType;
|
|
85
|
+
inputTags: typeof import("../Button/ButtonConstants").ButtonInputType;
|
|
86
|
+
dialogPaddingSizes: typeof import("../Dialog/DialogConstants").DialogSize;
|
|
87
|
+
}>)) & {
|
|
44
88
|
secondaryPositions: {
|
|
45
89
|
readonly BOTTOM_START: "bottom-start";
|
|
46
90
|
readonly BOTTOM_MIDDLE: "bottom";
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import VibeComponent from "../../../types/VibeComponent";
|
|
2
3
|
import { MenuProps } from "../../Menu/Menu/Menu";
|
|
3
4
|
export type SplitButtonMenuProps = Omit<MenuProps, "focusItemIndexOnMount"> & {
|
|
4
5
|
children: React.ReactNode;
|
|
5
6
|
};
|
|
6
|
-
declare const SplitButtonMenu:
|
|
7
|
-
children: React.ReactNode;
|
|
8
|
-
} & React.RefAttributes<HTMLElement>>;
|
|
7
|
+
declare const SplitButtonMenu: VibeComponent<SplitButtonMenuProps>;
|
|
9
8
|
export default SplitButtonMenu;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { ReactElement } from "react";
|
|
2
2
|
import { StepsColor as StepsColorEnum, StepsType as StepsTypeEnum } from "./StepsConstants";
|
|
3
3
|
import { StepsColor, StepsType } from "./Steps.types";
|
|
4
|
-
import { ButtonProps } from "../Button";
|
|
5
|
-
import { VibeComponentProps } from "../../types";
|
|
4
|
+
import { ButtonProps } from "../Button/Button";
|
|
5
|
+
import { VibeComponent, VibeComponentProps } from "../../types";
|
|
6
6
|
export interface StepsProps extends VibeComponentProps {
|
|
7
7
|
/**
|
|
8
8
|
* The index of the currently active step.
|
|
@@ -53,7 +53,13 @@ export interface StepsProps extends VibeComponentProps {
|
|
|
53
53
|
*/
|
|
54
54
|
onFinish?: (e: React.MouseEvent | React.KeyboardEvent) => void;
|
|
55
55
|
}
|
|
56
|
-
declare const _default: (
|
|
56
|
+
declare const _default: ((VibeComponent<StepsProps & React.RefAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
57
|
+
types: typeof StepsTypeEnum;
|
|
58
|
+
colors: typeof StepsColorEnum;
|
|
59
|
+
}>) | (React.FC<StepsProps & React.RefAttributes<HTMLElement>> & Partial<{
|
|
60
|
+
types: typeof StepsTypeEnum;
|
|
61
|
+
colors: typeof StepsColorEnum;
|
|
62
|
+
}>)) & {
|
|
57
63
|
types: typeof StepsTypeEnum;
|
|
58
64
|
colors: typeof StepsColorEnum;
|
|
59
65
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { VibeComponentProps } from "../../types";
|
|
1
|
+
import { ChangeEvent, ReactElement } from "react";
|
|
2
|
+
import { VibeComponent, VibeComponentProps } from "../../types";
|
|
3
3
|
import { MockToggleProps } from "../Toggle/MockToggle";
|
|
4
4
|
export interface SwitchProps extends VibeComponentProps {
|
|
5
5
|
/**
|
|
@@ -55,5 +55,4 @@ export interface SwitchProps extends VibeComponentProps {
|
|
|
55
55
|
*/
|
|
56
56
|
wrapperClassName?: string;
|
|
57
57
|
}
|
|
58
|
-
declare const Switch:
|
|
59
|
-
export default Switch;
|
|
58
|
+
export declare const Switch: VibeComponent<SwitchProps, HTMLInputElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { Switch, SwitchProps } from "./Switch";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactElement } from "react";
|
|
2
|
-
import { SubIcon, VibeComponentProps } from "../../../types";
|
|
2
|
+
import { SubIcon, VibeComponent, VibeComponentProps } from "../../../types";
|
|
3
3
|
import { TableHeaderProps } from "../TableHeader/TableHeader";
|
|
4
4
|
import { TableBodyProps } from "../TableBody/TableBody";
|
|
5
5
|
import { RowSizes as RowSizesEnum } from "./TableConsts";
|
|
@@ -72,7 +72,11 @@ export interface TableProps extends VibeComponentProps {
|
|
|
72
72
|
*/
|
|
73
73
|
withoutBorder?: boolean;
|
|
74
74
|
}
|
|
75
|
-
declare const _default: (
|
|
75
|
+
declare const _default: ((VibeComponent<TableProps & React.RefAttributes<HTMLDivElement>, HTMLDivElement> & Partial<{
|
|
76
|
+
sizes: typeof RowSizesEnum;
|
|
77
|
+
}>) | (React.FC<TableProps & React.RefAttributes<HTMLDivElement>> & Partial<{
|
|
78
|
+
sizes: typeof RowSizesEnum;
|
|
79
|
+
}>)) & {
|
|
76
80
|
sizes: typeof RowSizesEnum;
|
|
77
81
|
};
|
|
78
82
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { VibeComponentProps } from "../../../types";
|
|
1
|
+
import { ReactElement, ComponentProps } from "react";
|
|
2
|
+
import { VibeComponent, VibeComponentProps } from "../../../types";
|
|
3
3
|
import { TableRowProps } from "../TableRow/TableRow";
|
|
4
4
|
import VirtualizedList from "../../VirtualizedList/VirtualizedList";
|
|
5
5
|
export interface TableBodyProps extends VibeComponentProps {
|
|
@@ -8,5 +8,5 @@ export interface TableBodyProps extends VibeComponentProps {
|
|
|
8
8
|
*/
|
|
9
9
|
children?: ReactElement<TableRowProps> | ReactElement<TableRowProps>[] | ReactElement<ComponentProps<typeof VirtualizedList>>;
|
|
10
10
|
}
|
|
11
|
-
declare const TableBody:
|
|
11
|
+
declare const TableBody: VibeComponent<TableBodyProps, HTMLDivElement>;
|
|
12
12
|
export default TableBody;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { VibeComponentProps } from "../../../types";
|
|
2
|
+
import { VibeComponent, VibeComponentProps } from "../../../types";
|
|
3
3
|
export interface TableCellProps extends VibeComponentProps {
|
|
4
4
|
/**
|
|
5
5
|
* The content inside the table cell.
|
|
@@ -10,5 +10,5 @@ export interface TableCellProps extends VibeComponentProps {
|
|
|
10
10
|
*/
|
|
11
11
|
sticky?: boolean;
|
|
12
12
|
}
|
|
13
|
-
declare const TableCell:
|
|
13
|
+
declare const TableCell: VibeComponent<TableCellProps, HTMLDivElement>;
|
|
14
14
|
export default TableCell;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { VibeComponentProps } from "../../../types";
|
|
2
|
+
import { VibeComponent, VibeComponentProps } from "../../../types";
|
|
3
3
|
import { TableHeaderCellProps } from "../TableHeaderCell/TableHeaderCell";
|
|
4
4
|
export interface TableHeaderProps extends VibeComponentProps {
|
|
5
5
|
/**
|
|
@@ -7,5 +7,5 @@ export interface TableHeaderProps extends VibeComponentProps {
|
|
|
7
7
|
*/
|
|
8
8
|
children?: React.ReactElement<TableHeaderCellProps> | React.ReactElement<TableHeaderCellProps>[];
|
|
9
9
|
}
|
|
10
|
-
declare const TableHeader:
|
|
10
|
+
declare const TableHeader: VibeComponent<TableHeaderProps, HTMLDivElement>;
|
|
11
11
|
export default TableHeader;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { SubIcon, VibeComponentProps } from "../../../types";
|
|
2
|
+
import { SubIcon, VibeComponent, VibeComponentProps } from "../../../types";
|
|
3
3
|
export interface TableHeaderCellProps extends VibeComponentProps {
|
|
4
4
|
/**
|
|
5
5
|
* The title of the column, displayed inside the header cell.
|
|
@@ -30,5 +30,5 @@ export interface TableHeaderCellProps extends VibeComponentProps {
|
|
|
30
30
|
*/
|
|
31
31
|
sticky?: boolean;
|
|
32
32
|
}
|
|
33
|
-
declare const TableHeaderCell:
|
|
33
|
+
declare const TableHeaderCell: VibeComponent<TableHeaderCellProps, HTMLDivElement>;
|
|
34
34
|
export default TableHeaderCell;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
-
import { VibeComponentProps } from "../../../types";
|
|
2
|
+
import { VibeComponent, VibeComponentProps } from "../../../types";
|
|
3
3
|
import { TableCellProps } from "../TableCell/TableCell";
|
|
4
4
|
export interface TableRowProps extends VibeComponentProps {
|
|
5
5
|
/**
|
|
@@ -15,5 +15,5 @@ export interface TableRowProps extends VibeComponentProps {
|
|
|
15
15
|
*/
|
|
16
16
|
style?: React.CSSProperties;
|
|
17
17
|
}
|
|
18
|
-
declare const TableRow:
|
|
18
|
+
declare const TableRow: VibeComponent<TableRowProps, HTMLDivElement>;
|
|
19
19
|
export default TableRow;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React, { ReactElement } from "react";
|
|
2
|
+
import VibeComponentProps from "../../../types/VibeComponentProps";
|
|
2
3
|
import { TabPanelsAnimationDirection as TabPanelsAnimationDirectionEnum } from "./TabPanelsConstants";
|
|
3
4
|
import { TabPanelsAnimationDirection } from "./TabPanels.types";
|
|
4
5
|
import { TabPanelProps } from "../TabPanel/TabPanel";
|
|
5
|
-
import { VibeComponentProps } from "../../../types";
|
|
6
6
|
export interface TabPanelsProps extends VibeComponentProps {
|
|
7
7
|
/**
|
|
8
8
|
* The index of the currently active tab panel.
|
|
@@ -17,7 +17,11 @@ export interface TabPanelsProps extends VibeComponentProps {
|
|
|
17
17
|
*/
|
|
18
18
|
children?: ReactElement<TabPanelProps> | ReactElement<TabPanelProps>[];
|
|
19
19
|
}
|
|
20
|
-
declare const _default: (
|
|
20
|
+
declare const _default: ((import("../../../types/VibeComponent").default<TabPanelsProps, unknown> & Partial<{
|
|
21
|
+
animationDirections: typeof TabPanelsAnimationDirectionEnum;
|
|
22
|
+
}>) | (React.FC<TabPanelsProps> & Partial<{
|
|
23
|
+
animationDirections: typeof TabPanelsAnimationDirectionEnum;
|
|
24
|
+
}>)) & {
|
|
21
25
|
animationDirections: typeof TabPanelsAnimationDirectionEnum;
|
|
22
26
|
};
|
|
23
27
|
export default _default;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from "react";
|
|
2
|
+
import VibeComponent from "../../types/VibeComponent";
|
|
2
3
|
import { TextType as TextTypeEnum, TextWeight as TextWeightEnum } from "./TextConstants";
|
|
3
4
|
import { TypographyProps } from "../Typography/Typography";
|
|
4
5
|
import { TypographyAlign as TypographyAlignEnum, TypographyColor as TypographyColorEnum } from "../Typography/TypographyConstants";
|
|
@@ -17,7 +18,17 @@ export interface TextProps extends TypographyProps {
|
|
|
17
18
|
*/
|
|
18
19
|
children: ReactNode;
|
|
19
20
|
}
|
|
20
|
-
declare const _default: (
|
|
21
|
+
declare const _default: ((VibeComponent<TextProps & React.RefAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
22
|
+
types: typeof TextTypeEnum;
|
|
23
|
+
weights: typeof TextWeightEnum;
|
|
24
|
+
colors: typeof TypographyColorEnum;
|
|
25
|
+
align: typeof TypographyAlignEnum;
|
|
26
|
+
}>) | (React.FC<TextProps & React.RefAttributes<HTMLElement>> & Partial<{
|
|
27
|
+
types: typeof TextTypeEnum;
|
|
28
|
+
weights: typeof TextWeightEnum;
|
|
29
|
+
colors: typeof TypographyColorEnum;
|
|
30
|
+
align: typeof TypographyAlignEnum;
|
|
31
|
+
}>)) & {
|
|
21
32
|
types: typeof TextTypeEnum;
|
|
22
33
|
weights: typeof TextWeightEnum;
|
|
23
34
|
colors: typeof TypographyColorEnum;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { TextFieldFeedbackState as TextFieldFeedbackStateEnum, TextFieldTextType as TextFieldTextTypeEnum } from "./TextFieldConstants";
|
|
3
3
|
import { TextFieldType, TextFieldSize } from "./TextField.types";
|
|
4
|
-
import { VibeComponentProps } from "../../types";
|
|
4
|
+
import { VibeComponentProps, VibeComponent } from "../../types";
|
|
5
5
|
export interface TextFieldProps extends VibeComponentProps {
|
|
6
6
|
/**
|
|
7
7
|
* The placeholder text displayed when the input is empty.
|
|
@@ -182,13 +182,29 @@ export interface TextFieldProps extends VibeComponentProps {
|
|
|
182
182
|
*/
|
|
183
183
|
dir?: "ltr" | "rtl" | "auto";
|
|
184
184
|
}
|
|
185
|
-
declare const _default: (
|
|
185
|
+
declare const _default: ((VibeComponent<TextFieldProps & React.RefAttributes<unknown>, unknown> & Partial<{
|
|
186
186
|
sizes: {
|
|
187
187
|
readonly SMALL: "small";
|
|
188
188
|
readonly MEDIUM: "medium";
|
|
189
189
|
readonly LARGE: "large";
|
|
190
190
|
};
|
|
191
|
+
feedbacks: typeof TextFieldFeedbackStateEnum;
|
|
192
|
+
types: typeof TextFieldTextTypeEnum;
|
|
193
|
+
}>) | (React.FC<TextFieldProps & React.RefAttributes<unknown>> & Partial<{
|
|
194
|
+
sizes: {
|
|
195
|
+
readonly SMALL: "small";
|
|
196
|
+
readonly MEDIUM: "medium";
|
|
197
|
+
readonly LARGE: "large";
|
|
198
|
+
};
|
|
199
|
+
feedbacks: typeof TextFieldFeedbackStateEnum;
|
|
191
200
|
types: typeof TextFieldTextTypeEnum;
|
|
201
|
+
}>)) & {
|
|
202
|
+
sizes: {
|
|
203
|
+
readonly SMALL: "small";
|
|
204
|
+
readonly MEDIUM: "medium";
|
|
205
|
+
readonly LARGE: "large";
|
|
206
|
+
};
|
|
192
207
|
feedbacks: typeof TextFieldFeedbackStateEnum;
|
|
208
|
+
types: typeof TextFieldTextTypeEnum;
|
|
193
209
|
};
|
|
194
210
|
export default _default;
|
|
@@ -26,7 +26,13 @@ export interface ThemeProviderProps {
|
|
|
26
26
|
*/
|
|
27
27
|
className?: string;
|
|
28
28
|
}
|
|
29
|
-
declare const _default: (
|
|
29
|
+
declare const _default: ((import("../../types/VibeComponent").default<ThemeProviderProps, unknown> & Partial<{
|
|
30
|
+
systemThemes: typeof SystemThemeEnum;
|
|
31
|
+
colors: typeof ThemeColorEnum;
|
|
32
|
+
}>) | (React.FC<ThemeProviderProps> & Partial<{
|
|
33
|
+
systemThemes: typeof SystemThemeEnum;
|
|
34
|
+
colors: typeof ThemeColorEnum;
|
|
35
|
+
}>)) & {
|
|
30
36
|
systemThemes: typeof SystemThemeEnum;
|
|
31
37
|
colors: typeof ThemeColorEnum;
|
|
32
38
|
};
|
|
@@ -3,7 +3,7 @@ import { AnimationType as AnimationTypeEnum, HideShowEvent as HideShowEventEnum
|
|
|
3
3
|
import { DialogAnimationType, DialogTriggerEvent } from "../Dialog/Dialog.types";
|
|
4
4
|
import { TipseenCloseButtonTheme as TipseenCloseButtonThemeEnum, TipseenColor as TipseenColorEnum } from "./TipseenConstants";
|
|
5
5
|
import { TipseenCloseButtonTheme, TipseenColor } from "./Tipseen.types";
|
|
6
|
-
import { ElementContent, VibeComponentProps } from "../../types";
|
|
6
|
+
import { ElementContent, VibeComponent, VibeComponentProps } from "../../types";
|
|
7
7
|
import { MoveBy } from "../../types/MoveBy";
|
|
8
8
|
import { Modifier } from "react-popper";
|
|
9
9
|
import React from "react";
|
|
@@ -109,7 +109,19 @@ export interface TipseenProps extends VibeComponentProps {
|
|
|
109
109
|
color?: TipseenColor;
|
|
110
110
|
}
|
|
111
111
|
export declare const TipseenContext: React.Context<TipseenColor>;
|
|
112
|
-
declare const _default: (
|
|
112
|
+
declare const _default: ((VibeComponent<TipseenProps & React.RefAttributes<HTMLElement>, HTMLElement> & Partial<{
|
|
113
|
+
closeButtonThemes: typeof TipseenCloseButtonThemeEnum;
|
|
114
|
+
animationTypes: typeof AnimationTypeEnum;
|
|
115
|
+
hideShowTriggers: typeof HideShowEventEnum;
|
|
116
|
+
colors: typeof TipseenColorEnum;
|
|
117
|
+
positions: typeof TooltipPositionsEnum;
|
|
118
|
+
}>) | (React.FC<TipseenProps & React.RefAttributes<HTMLElement>> & Partial<{
|
|
119
|
+
closeButtonThemes: typeof TipseenCloseButtonThemeEnum;
|
|
120
|
+
animationTypes: typeof AnimationTypeEnum;
|
|
121
|
+
hideShowTriggers: typeof HideShowEventEnum;
|
|
122
|
+
colors: typeof TipseenColorEnum;
|
|
123
|
+
positions: typeof TooltipPositionsEnum;
|
|
124
|
+
}>)) & {
|
|
113
125
|
closeButtonThemes: typeof TipseenCloseButtonThemeEnum;
|
|
114
126
|
animationTypes: typeof AnimationTypeEnum;
|
|
115
127
|
hideShowTriggers: typeof HideShowEventEnum;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { PropsWithChildren, ReactNode } from "react";
|
|
2
|
+
import VibeComponentProps from "../../../types/VibeComponentProps";
|
|
3
|
+
import VibeComponent from "../../../types/VibeComponent";
|
|
3
4
|
export interface TipseenMediaProps extends PropsWithChildren<VibeComponentProps> {
|
|
4
5
|
/**
|
|
5
6
|
* The media content displayed inside the Tipseen.
|
|
6
7
|
*/
|
|
7
8
|
children: ReactNode;
|
|
8
9
|
}
|
|
9
|
-
declare const TipseenMedia:
|
|
10
|
+
declare const TipseenMedia: VibeComponent<TipseenMediaProps, HTMLElement>;
|
|
10
11
|
export default TipseenMedia;
|
|
@@ -54,7 +54,13 @@ export interface ToastProps extends VibeComponentProps {
|
|
|
54
54
|
*/
|
|
55
55
|
closeButtonAriaLabel?: string;
|
|
56
56
|
}
|
|
57
|
-
declare const _default: (
|
|
57
|
+
declare const _default: ((import("../../types/VibeComponent").default<ToastProps, unknown> & Partial<{
|
|
58
|
+
types: typeof ToastTypeEnum;
|
|
59
|
+
actionTypes: typeof ToastActionTypeEnum;
|
|
60
|
+
}>) | (React.FC<ToastProps> & Partial<{
|
|
61
|
+
types: typeof ToastTypeEnum;
|
|
62
|
+
actionTypes: typeof ToastActionTypeEnum;
|
|
63
|
+
}>)) & {
|
|
58
64
|
types: typeof ToastTypeEnum;
|
|
59
65
|
actionTypes: typeof ToastActionTypeEnum;
|
|
60
66
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { VibeComponentProps } from "../../types";
|
|
1
|
+
import { ChangeEvent } from "react";
|
|
2
|
+
import { VibeComponent, VibeComponentProps } from "../../types";
|
|
3
3
|
import { ToggleSize } from "./Toggle.types";
|
|
4
4
|
export interface ToggleProps extends VibeComponentProps {
|
|
5
5
|
/**
|
|
@@ -55,5 +55,5 @@ export interface ToggleProps extends VibeComponentProps {
|
|
|
55
55
|
*/
|
|
56
56
|
size?: ToggleSize;
|
|
57
57
|
}
|
|
58
|
-
declare const Toggle:
|
|
58
|
+
declare const Toggle: VibeComponent<ToggleProps, HTMLInputElement>;
|
|
59
59
|
export default Toggle;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { HTMLAttributes } from "react";
|
|
2
|
+
import VibeComponentProps from "../../types/VibeComponentProps";
|
|
3
|
+
import VibeComponent from "../../types/VibeComponent";
|
|
3
4
|
import { ElementContent } from "../../types";
|
|
4
5
|
import { TypographyAlign, TypographyColor } from "./Typography.types";
|
|
5
6
|
import { TooltipProps } from "../Tooltip/Tooltip";
|
|
@@ -37,5 +38,5 @@ export interface TypographyProps extends VibeComponentProps, HTMLAttributes<HTML
|
|
|
37
38
|
*/
|
|
38
39
|
withoutTooltip?: boolean;
|
|
39
40
|
}
|
|
40
|
-
declare const Typography:
|
|
41
|
+
declare const Typography: VibeComponent<TypographyProps, HTMLElement>;
|
|
41
42
|
export default Typography;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { CSSProperties } from "react";
|
|
2
2
|
import { GridChildComponentProps, ScrollDirection } from "react-window";
|
|
3
|
-
import
|
|
3
|
+
import VibeComponentProps from "src/types/VibeComponentProps";
|
|
4
|
+
import { VibeComponent } from "../../types";
|
|
4
5
|
import { VirtualizedGridItemType as ItemType } from "./VirtualizedGrid.types";
|
|
5
6
|
export interface VirtualizedGridProps extends VibeComponentProps {
|
|
6
7
|
/**
|
|
@@ -63,5 +64,5 @@ export interface VirtualizedGridProps extends VibeComponentProps {
|
|
|
63
64
|
*/
|
|
64
65
|
scrollableClassName?: string;
|
|
65
66
|
}
|
|
66
|
-
declare const VirtualizedGrid:
|
|
67
|
+
declare const VirtualizedGrid: VibeComponent<VirtualizedGridProps>;
|
|
67
68
|
export default VirtualizedGrid;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
1
|
+
import { CSSProperties, ForwardedRef, ReactElement } from "react";
|
|
2
|
+
import VibeComponentProps from "src/types/VibeComponentProps";
|
|
3
|
+
import VibeComponent from "../../types/VibeComponent";
|
|
3
4
|
import { VirtualizedListItem, VirtualizedListLayout, VirtualizedListScrollDirection } from "./VirtualizedList.types";
|
|
4
5
|
export interface VirtualizedListProps extends VibeComponentProps {
|
|
5
6
|
/**
|
|
@@ -94,5 +95,5 @@ export interface VirtualizedListProps extends VibeComponentProps {
|
|
|
94
95
|
*/
|
|
95
96
|
onScroll?: (horizontalScrollDirection: VirtualizedListScrollDirection, scrollTop: number, scrollUpdateWasRequested: boolean) => void;
|
|
96
97
|
}
|
|
97
|
-
declare const VirtualizedList:
|
|
98
|
+
declare const VirtualizedList: VibeComponent<VirtualizedListProps>;
|
|
98
99
|
export default VirtualizedList;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Accordion.js","sources":["../../../../../../src/components/Accordion/Accordion/Accordion.tsx"],"sourcesContent":["import cx from \"classnames\";\nimport React, { forwardRef, ReactElement, useCallback, useMemo, useRef, useState } from \"react\";\nimport useMergeRef from \"../../../hooks/useMergeRef\";\nimport { VibeComponentProps } from \"../../../types\";\nimport styles from \"./Accordion.module.scss\";\nimport { ComponentVibeId } from \"../../../tests/constants\";\n\nconst COMPONENT_ID = \"monday-accordion\";\n\nfunction defineChildId(index: number, props: { id: string }, accordionId: string) {\n if (props.id) {\n return props.id;\n }\n if (accordionId) {\n return `${accordionId}--item-${index}`;\n }\n return `${COMPONENT_ID}--item-${index}`;\n}\n\nexport interface AccordionProps extends VibeComponentProps {\n /**\n * The content of the accordion (`AccordionItem` components).\n */\n children?: Array<ReactElement> | ReactElement;\n /**\n * If true, multiple accordion items can be expanded at the same time.\n */\n allowMultiple?: boolean;\n /**\n * An array of initially expanded item indexes.\n */\n defaultIndex?: Array<number>;\n}\n\nconst Accordion = forwardRef(\n (\n {\n children: originalChildren = null,\n allowMultiple = false,\n \"data-testid\": dataTestId = COMPONENT_ID,\n defaultIndex = [],\n className = \"\",\n id\n }: AccordionProps,\n ref
|
|
1
|
+
{"version":3,"file":"Accordion.js","sources":["../../../../../../src/components/Accordion/Accordion/Accordion.tsx"],"sourcesContent":["import cx from \"classnames\";\nimport React, { forwardRef, ReactElement, useCallback, useMemo, useRef, useState } from \"react\";\nimport useMergeRef from \"../../../hooks/useMergeRef\";\nimport { VibeComponent, VibeComponentProps } from \"../../../types\";\nimport styles from \"./Accordion.module.scss\";\nimport { ComponentVibeId } from \"../../../tests/constants\";\n\nconst COMPONENT_ID = \"monday-accordion\";\n\nfunction defineChildId(index: number, props: { id: string }, accordionId: string) {\n if (props.id) {\n return props.id;\n }\n if (accordionId) {\n return `${accordionId}--item-${index}`;\n }\n return `${COMPONENT_ID}--item-${index}`;\n}\n\nexport interface AccordionProps extends VibeComponentProps {\n /**\n * The content of the accordion (`AccordionItem` components).\n */\n children?: Array<ReactElement> | ReactElement;\n /**\n * If true, multiple accordion items can be expanded at the same time.\n */\n allowMultiple?: boolean;\n /**\n * An array of initially expanded item indexes.\n */\n defaultIndex?: Array<number>;\n}\n\nconst Accordion: VibeComponent<AccordionProps, unknown> & object = forwardRef(\n (\n {\n children: originalChildren = null,\n allowMultiple = false,\n \"data-testid\": dataTestId = COMPONENT_ID,\n defaultIndex = [],\n className = \"\",\n id\n }: AccordionProps,\n ref\n ) => {\n const componentRef = useRef(null);\n const mergedRef = useMergeRef(ref, componentRef);\n\n const [expandedItems, setExpandedItems] = useState(defaultIndex);\n\n const children = useMemo(() => React.Children.toArray(originalChildren), [originalChildren]);\n\n const isChildExpanded = useCallback(\n (itemIndex: number) => {\n return expandedItems.includes(itemIndex);\n },\n [expandedItems]\n );\n\n const onChildClick = useCallback(\n (itemIndex: number) => {\n if (allowMultiple) {\n const newExpandedItems = [...expandedItems];\n if (isChildExpanded(itemIndex)) {\n const index = newExpandedItems.indexOf(itemIndex);\n if (index > -1) {\n newExpandedItems.splice(index, 1);\n }\n } else {\n newExpandedItems.push(itemIndex);\n }\n setExpandedItems(newExpandedItems);\n return;\n }\n\n if (isChildExpanded(itemIndex)) {\n setExpandedItems([]);\n } else {\n setExpandedItems([itemIndex]);\n }\n },\n [isChildExpanded, expandedItems, allowMultiple]\n );\n\n const renderChildElements = useMemo(() => {\n return React.Children.map(children, (child: ReactElement, itemIndex) => {\n const originalProps = { ...child?.props };\n const childId = defineChildId(itemIndex, originalProps, id);\n return React.cloneElement(child, {\n ...originalProps,\n id: childId,\n onClickAccordionCallback: () => {\n onChildClick(itemIndex);\n },\n open: isChildExpanded(itemIndex),\n expandCollapseComponentClassName: cx(styles.accordionItemExpandCollapse, {\n [styles.accordionItemExpandCollapseLast]: itemIndex === children.length - 1\n })\n });\n });\n }, [children, id, isChildExpanded, onChildClick]);\n\n return (\n <div\n ref={mergedRef}\n className={cx(styles.accordion, className)}\n data-testid={dataTestId}\n data-vibe={ComponentVibeId.ACCORDION}\n id={id}\n >\n {children && renderChildElements}\n </div>\n );\n }\n);\n\nexport default Accordion;\n"],"names":["COMPONENT_ID","Accordion","forwardRef","_ref","ref","_ref$children","children","originalChildren","_ref$allowMultiple","allowMultiple","_ref$dataTestid","dataTestId","_ref$defaultIndex","defaultIndex","_ref$className","className","id","componentRef","useRef","mergedRef","useMergeRef","_useState","useState","_useState2","_slicedToArray","expandedItems","setExpandedItems","useMemo","React","Children","toArray","isChildExpanded","useCallback","itemIndex","includes","onChildClick","newExpandedItems","_toConsumableArray","index","indexOf","splice","push","renderChildElements","map","child","props","accordionId","originalProps","Object","assign","childId","concat","cloneElement","onClickAccordionCallback","open","expandCollapseComponentClassName","cx","styles","accordionItemExpandCollapse","_defineProperty","accordionItemExpandCollapseLast","length","createElement","accordion","ComponentVibeId","ACCORDION"],"mappings":"0YAOA,IAAMA,EAAe,mBA2BfC,IAAAA,EAA6DC,GACjE,SAAAC,EASEC,GACE,IAAAC,EAAAF,EARAG,SAAUC,OAAmB,IAAHF,EAAG,KAAIA,EAAAG,EAAAL,EACjCM,cAAAA,OAAgB,IAAHD,GAAQA,EAAAE,EAAAP,EACrB,eAAeQ,OAAaX,IAAHU,EAAGV,EAAYU,EAAAE,EAAAT,EACxCU,aAAAA,OAAe,IAAHD,EAAG,GAAEA,EAAAE,EAAAX,EACjBY,UAAAA,OAAY,IAAHD,EAAG,GAAEA,EACdE,EAAEb,EAAFa,GAIIC,EAAeC,EAAO,MACtBC,EAAYC,EAAYhB,EAAKa,GAEnCI,EAA0CC,EAAST,GAAaU,EAAAC,EAAAH,EAAA,GAAzDI,EAAaF,EAAA,GAAEG,EAAgBH,EAAA,GAEhCjB,EAAWqB,GAAQ,WAAA,OAAMC,EAAMC,SAASC,QAAQvB,KAAmB,CAACA,IAEpEwB,EAAkBC,GACtB,SAACC,GACC,OAAOR,EAAcS,SAASD,EAChC,GACA,CAACR,IAGGU,EAAeH,GACnB,SAACC,GACC,GAAIxB,EAAJ,CACE,IAAM2B,EAAgBC,EAAOZ,GAC7B,GAAIM,EAAgBE,GAAY,CAC9B,IAAMK,EAAQF,EAAiBG,QAAQN,GACnCK,GAAS,GACXF,EAAiBI,OAAOF,EAAO,EAElC,MACCF,EAAiBK,KAAKR,GAExBP,EAAiBU,EAElB,MAEGL,EAAgBE,GAClBP,EAAiB,IAEjBA,EAAiB,CAACO,GAErB,GACD,CAACF,EAAiBN,EAAehB,IAG7BiC,EAAsBf,GAAQ,WAClC,OAAOC,EAAMC,SAASc,IAAIrC,GAAU,SAACsC,EAAqBX,GACxD,IA9EeK,EAAeO,EAAuBC,EA8E/CC,EAAqBC,OAAAC,OAAA,CAAA,EAAAL,eAAAA,EAAOC,OAC5BK,GA/ESZ,EA+EeL,EA/EuBa,EA+EG9B,GA/E1B6B,EA+EWE,GA9ErC/B,GACD6B,EAAM7B,GAEX8B,EACF,GAAAK,OAAUL,EAAWK,WAAAA,OAAUb,GAEjC,GAAAa,OAAUnD,EAAYmD,WAAAA,OAAUb,IAyE1B,OAAOV,EAAMwB,aAAaR,EACrBI,OAAAC,OAAAD,OAAAC,OAAA,GAAAF,GACH,CAAA/B,GAAIkC,EACJG,yBAA0B,WACxBlB,EAAaF,EACd,EACDqB,KAAMvB,EAAgBE,GACtBsB,iCAAkCC,EAAGC,EAAOC,4BAA2BC,EACpEF,CAAAA,EAAAA,EAAOG,gCAAkC3B,IAAc3B,EAASuD,OAAS,MAGhF,GACD,GAAE,CAACvD,EAAUU,EAAIe,EAAiBI,IAEnC,OACEP,EAAAkC,cAAA,MAAA,CACE1D,IAAKe,EACLJ,UAAWyC,EAAGC,EAAOM,UAAWhD,GACnB,cAAAJ,EACF,YAAAqD,EAAgBC,UAC3BjD,GAAIA,GAEHV,GAAYoC,EAGnB"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var e={accordion:"accordion",accordionItemExpandCollapse:"accordionItemExpandCollapse",accordionItemExpandCollapseLast:"accordionItemExpandCollapseLast"};!function(e){const o="s_id-
|
|
1
|
+
var e={accordion:"accordion",accordionItemExpandCollapse:"accordionItemExpandCollapse",accordionItemExpandCollapseLast:"accordionItemExpandCollapseLast"};!function(e){const o="s_id-e9215f4fd1c6_3_38_0";if("undefined"!=typeof document){const n=document.head||document.getElementsByTagName("head")[0];if(n.querySelector("#"+o))return;const r=document.createElement("style");r.id=o,n.firstChild?n.insertBefore(r,n.firstChild):n.appendChild(r),r.appendChild(document.createTextNode(e))}else globalThis.injectedStyles&&(globalThis.injectedStyles[o]=e)}(".accordion {\n height: fit-content;\n border: 1px solid var(--ui-border-color);\n box-sizing: border-box;\n border-radius: var(--border-radius-small);\n}\n\n.accordion .accordionItemExpandCollapse {\n border-radius: 0;\n border-top: none;\n border-left: none;\n border-right: none;\n border-color: var(--ui-border-color);\n}\n\n.accordion .accordionItemExpandCollapseLast {\n border-bottom: none;\n}");export{e as default};
|
|
2
2
|
//# sourceMappingURL=Accordion.module.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertBanner.js","sources":["../../../../../src/components/AlertBanner/AlertBanner.tsx"],"sourcesContent":["import { getStyle } from \"../../helpers/typesciptCssModulesHelper\";\nimport cx from \"classnames\";\nimport React, { ForwardedRef, forwardRef, ReactElement, useMemo } from \"react\";\nimport IconButton from \"../../components/IconButton/IconButton\";\nimport { CloseSmall } from \"@vibe/icons\";\nimport { AlertBannerBackgroundColor as AlertBannerBackgroundColorEnum } from \"./AlertBannerConstants\";\nimport { AlertBannerBackgroundColor } from \"./AlertBanner.types\";\nimport { NOOP } from \"../../utils/function-utils\";\nimport { AlertBannerLinkProps } from \"./AlertBannerLink/AlertBannerLink\";\nimport { AlertBannerButtonProps } from \"./AlertBannerButton/AlertBannerButton\";\nimport { AlertBannerTextProps } from \"./AlertBannerText/AlertBannerText\";\nimport { ComponentDefaultTestId } from \"../../tests/constants\";\nimport { getTestId } from \"../../tests/test-ids-utils\";\nimport {
|
|
1
|
+
{"version":3,"file":"AlertBanner.js","sources":["../../../../../src/components/AlertBanner/AlertBanner.tsx"],"sourcesContent":["import { getStyle } from \"../../helpers/typesciptCssModulesHelper\";\nimport cx from \"classnames\";\nimport React, { ForwardedRef, forwardRef, ReactElement, useMemo } from \"react\";\nimport IconButton from \"../../components/IconButton/IconButton\";\nimport { CloseSmall } from \"@vibe/icons\";\nimport { AlertBannerBackgroundColor as AlertBannerBackgroundColorEnum } from \"./AlertBannerConstants\";\nimport { AlertBannerBackgroundColor } from \"./AlertBanner.types\";\nimport { NOOP } from \"../../utils/function-utils\";\nimport VibeComponentProps from \"../../types/VibeComponentProps\";\nimport { AlertBannerLinkProps } from \"./AlertBannerLink/AlertBannerLink\";\nimport { AlertBannerButtonProps } from \"./AlertBannerButton/AlertBannerButton\";\nimport { AlertBannerTextProps } from \"./AlertBannerText/AlertBannerText\";\nimport { ComponentDefaultTestId } from \"../../tests/constants\";\nimport { getTestId } from \"../../tests/test-ids-utils\";\nimport { VibeComponent, withStaticProps } from \"../../types\";\nimport styles from \"./AlertBanner.module.scss\";\nimport Text from \"../Text/Text\";\nimport { AlertBannerContext } from \"./AlertBannerContext\";\n\ntype ChildrenType = ReactElement<AlertBannerButtonProps | AlertBannerLinkProps | AlertBannerTextProps>;\n\nexport interface AlertBannerProps extends VibeComponentProps {\n /**\n * The background color of the alert banner.\n */\n backgroundColor?: AlertBannerBackgroundColor;\n /**\n * If true, the close button is hidden.\n */\n isCloseHidden?: boolean;\n /**\n * The ARIA label of the alert banner for accessibility.\n */\n ariaLabel?: string;\n /**\n * The ARIA label of the close button for accessibility.\n */\n closeButtonAriaLabel?: string;\n /**\n * Callback fired when the close button is clicked.\n */\n onClose?: (event: React.MouseEvent<HTMLButtonElement>) => void;\n /**\n * The content of the alert banner.\n */\n children?: ChildrenType | ChildrenType[];\n}\n\nconst AlertBanner: VibeComponent<AlertBannerProps> & {\n backgroundColors?: typeof AlertBannerBackgroundColorEnum;\n} = forwardRef(\n (\n {\n children: originalChildren,\n className,\n backgroundColor = \"primary\",\n onClose = NOOP,\n ariaLabel = \"\",\n closeButtonAriaLabel = \"Close\",\n isCloseHidden = false,\n id,\n \"data-testid\": dataTestId\n }: AlertBannerProps,\n ref: ForwardedRef<HTMLDivElement>\n ) => {\n const classNames = useMemo(() => {\n return cx(className, styles.alertBanner, getStyle(styles, backgroundColor));\n }, [className, backgroundColor]);\n\n const isDarkBackground = backgroundColor === \"dark\";\n const isFixedColor = backgroundColor === \"warning\";\n const textColor = useMemo(() => {\n if (isFixedColor) {\n return \"fixedDark\";\n }\n return isDarkBackground ? \"onInverted\" : \"onPrimary\";\n }, [isDarkBackground, isFixedColor]);\n const children = useMemo(() => {\n const allChildren = React.Children.toArray(originalChildren) as ReactElement[];\n const filteredChildren = allChildren.filter(\n (\n child: ReactElement & {\n type: Record<string, unknown>;\n }\n ) => {\n if (child.type.isAlertBannerItem || child.type.displayName === \"MDXCreateElement\") return true;\n console.error(\n \"Alert banner child is not supported. Please use AlertBannerText, AlertBannerLink or AlertBannerButton.\",\n child\n );\n return false;\n }\n );\n\n return filteredChildren.map((child, index) => {\n return React.cloneElement(child, {\n ...child?.props,\n marginLeft: index > 0,\n isDarkBackground\n });\n });\n }, [originalChildren, isDarkBackground]);\n\n return (\n <Text\n type=\"text2\"\n color={textColor}\n ref={ref}\n className={classNames}\n role=\"banner\"\n aria-label={ariaLabel || \"banner\"}\n id={id}\n data-testid={dataTestId || getTestId(ComponentDefaultTestId.ALERT_BANNER, id)}\n >\n <AlertBannerContext.Provider value={{ textColor }}>\n <div className={cx(styles.content)}>\n {children.map(\n (\n child: ReactElement & {\n type: Record<string, unknown>;\n },\n index\n ) => {\n const childTypeIsAlertBannerText = child.type.isAlertBannerText;\n return (\n <div\n key={index}\n className={cx(styles.contentItem, {\n [styles.contentItemText]: childTypeIsAlertBannerText\n })}\n >\n {childTypeIsAlertBannerText ? <div className={cx(styles.ellipsis)}>{child}</div> : child}\n </div>\n );\n }\n )}\n </div>\n </AlertBannerContext.Provider>\n <div className={cx(styles.closeButtonWrapper)}>\n {isCloseHidden ? null : (\n <IconButton\n data-testid=\"alert-banner-close-button\"\n icon={CloseSmall}\n className={cx(styles.closeBtn)}\n hideTooltip\n onClick={onClose}\n size=\"small\"\n kind=\"tertiary\"\n color={isDarkBackground ? \"on-inverted-background\" : \"on-primary-color\"}\n ariaLabel={closeButtonAriaLabel}\n />\n )}\n </div>\n </Text>\n );\n }\n);\n\nexport default withStaticProps(AlertBanner, { backgroundColors: AlertBannerBackgroundColorEnum });\n"],"names":["withStaticProps","forwardRef","_ref","ref","originalChildren","children","className","_ref$backgroundColor","backgroundColor","_ref$onClose","onClose","NOOP","_ref$ariaLabel","ariaLabel","_ref$closeButtonAriaL","closeButtonAriaLabel","_ref$isCloseHidden","isCloseHidden","id","dataTestId","classNames","useMemo","cx","styles","alertBanner","getStyle","isDarkBackground","isFixedColor","textColor","React","Children","toArray","filter","child","type","isAlertBannerItem","displayName","console","error","map","index","cloneElement","Object","assign","props","marginLeft","createElement","Text","color","role","getTestId","ComponentDefaultTestId","ALERT_BANNER","AlertBannerContext","Provider","value","content","childTypeIsAlertBannerText","isAlertBannerText","key","contentItem","_defineProperty","contentItemText","ellipsis","closeButtonWrapper","IconButton","icon","CloseSmall","closeBtn","hideTooltip","onClick","size","kind","backgroundColors","AlertBannerBackgroundColorEnum"],"mappings":"syBAgDA,IA8GeA,EAAAA,EA5GXC,GACF,SAAAC,EAYEC,GACE,IAXUC,EAAgBF,EAA1BG,SACAC,EAASJ,EAATI,UAASC,EAAAL,EACTM,gBAAAA,OAAkB,IAAHD,EAAG,UAASA,EAAAE,EAAAP,EAC3BQ,QAAAA,OAAUC,IAAHF,EAAGE,EAAIF,EAAAG,EAAAV,EACdW,UAAAA,OAAY,IAAHD,EAAG,GAAEA,EAAAE,EAAAZ,EACda,qBAAAA,OAAuB,IAAHD,EAAG,QAAOA,EAAAE,EAAAd,EAC9Be,cAAAA,OAAgB,IAAHD,GAAQA,EACrBE,EAAEhB,EAAFgB,GACeC,EAAUjB,EAAzB,eAIIkB,EAAaC,GAAQ,WACzB,OAAOC,EAAGhB,EAAWiB,EAAOC,YAAaC,EAASF,EAAQf,GAC5D,GAAG,CAACF,EAAWE,IAETkB,EAAuC,SAApBlB,EACnBmB,EAAmC,YAApBnB,EACfoB,EAAYP,GAAQ,WACxB,OAAIM,EACK,YAEFD,EAAmB,aAAe,WAC3C,GAAG,CAACA,EAAkBC,IAChBtB,EAAWgB,GAAQ,WAiBvB,OAhBoBQ,EAAMC,SAASC,QAAQ3B,GACN4B,QACnC,SACEC,GAIA,SAAIA,EAAMC,KAAKC,mBAAgD,qBAA3BF,EAAMC,KAAKE,eAC/CC,QAAQC,MACN,yGACAL,IAEK,EACT,IAGsBM,KAAI,SAACN,EAAOO,GAClC,OAAOX,EAAMY,aAAaR,EACrBS,OAAAC,OAAAD,OAAAC,OAAA,CAAA,EAAAV,aAAA,EAAAA,EAAOW,OAAK,CACfC,WAAYL,EAAQ,EACpBd,iBAAAA,IAEJ,GACF,GAAG,CAACtB,EAAkBsB,IAEtB,OACEG,EAACiB,cAAAC,GACCb,KAAK,QACLc,MAAOpB,EACPzB,IAAKA,EACLG,UAAWc,EACX6B,KAAK,SACO,aAAApC,GAAa,SACzBK,GAAIA,gBACSC,GAAc+B,EAAUC,EAAuBC,aAAclC,IAE1EW,EAACiB,cAAAO,EAAmBC,SAAQ,CAACC,MAAO,CAAE3B,UAAAA,IACpCC,EAAAiB,cAAA,MAAA,CAAKxC,UAAWgB,EAAGC,EAAOiC,UACvBnD,EAASkC,KACR,SACEN,EAGAO,GAEA,IAAMiB,EAA6BxB,EAAMC,KAAKwB,kBAC9C,OACE7B,EAAAiB,cAAA,MAAA,CACEa,IAAKnB,EACLlC,UAAWgB,EAAGC,EAAOqC,YAAWC,EAAA,CAAA,EAC7BtC,EAAOuC,gBAAkBL,KAG3BA,EAA6B5B,EAAKiB,cAAA,MAAA,CAAAxC,UAAWgB,EAAGC,EAAOwC,WAAY9B,GAAeA,EAGxF,MAIPJ,EAAAiB,cAAA,MAAA,CAAKxC,UAAWgB,EAAGC,EAAOyC,qBACvB/C,EAAgB,KACfY,EAACiB,cAAAmB,EACa,CAAA,cAAA,4BACZC,KAAMC,EACN7D,UAAWgB,EAAGC,EAAO6C,UACrBC,aACA,EAAAC,QAAS5D,EACT6D,KAAK,QACLC,KAAK,WACLxB,MAAOtB,EAAmB,yBAA2B,mBACrDb,UAAWE,KAMvB,IAG0C,CAAE0D,iBAAkBC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
var n={alertBanner:"alertBanner",primary:"primary",positive:"positive",negative:"negative",dark:"dark",warning:"warning",closeBtn:"closeBtn",content:"content",closeButtonWrapper:"closeButtonWrapper",ellipsis:"ellipsis",contentItem:"contentItem",contentItemText:"contentItemText"};!function(n){const e="s_id-
|
|
1
|
+
var n={alertBanner:"alertBanner",primary:"primary",positive:"positive",negative:"negative",dark:"dark",warning:"warning",closeBtn:"closeBtn",content:"content",closeButtonWrapper:"closeButtonWrapper",ellipsis:"ellipsis",contentItem:"contentItem",contentItemText:"contentItemText"};!function(n){const e="s_id-2b16d36a7fd0_3_38_0";if("undefined"!=typeof document){const t=document.head||document.getElementsByTagName("head")[0];if(t.querySelector("#"+e))return;const o=document.createElement("style");o.id=e,t.firstChild?t.insertBefore(o,t.firstChild):t.appendChild(o),o.appendChild(document.createTextNode(n))}else globalThis.injectedStyles&&(globalThis.injectedStyles[e]=n)}(".alertBanner {\n height: 40px;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n}\n\n.primary {\n background-color: var(--primary-color);\n}\n\n.positive {\n background-color: var(--positive-color);\n}\n\n.negative {\n background-color: var(--negative-color);\n}\n\n.dark {\n background-color: var(--inverted-color-background);\n}\n\n.warning {\n background-color: var(--warning-color);\n color: var(--fixed-dark-color);\n}\n\n.warning .closeBtn {\n color: var(--fixed-dark-color);\n}\n\n.content {\n flex: 1 1 auto;\n display: flex;\n height: 100%;\n min-width: 0;\n align-items: center;\n justify-content: center;\n padding-left: var(--spacing-medium);\n}\n\n.closeButtonWrapper {\n flex: 0 0 40px;\n position: relative;\n height: 100%;\n min-width: 0;\n}\n\n.closeBtn {\n position: absolute;\n right: 4px;\n top: 4px;\n}\n\n.ellipsis {\n flex: 0 1 auto;\n}\n\n.contentItem {\n flex: 0 0 auto;\n min-width: 0;\n}\n\n.contentItemText {\n flex: 0 1 auto;\n min-width: 0;\n}");export{n as default};
|
|
2
2
|
//# sourceMappingURL=AlertBanner.module.scss.js.map
|