@vitality-ds/components 5.3.0 → 5.5.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/Button/primitives/styles/BaseButton.styles.js +43 -1
- package/dist/Callout/components/CalloutDescription/styles/BaseCalloutDescription.styles.js +24 -1
- package/dist/Callout/constants.js +32 -0
- package/dist/Callout/hooks/useCalloutContent.js +6 -2
- package/dist/Callout/index.js +52 -14
- package/dist/Callout/styled.js +3 -1
- package/dist/Callout/styles/BaseCallout.styles.js +57 -1
- package/dist/Callout/styles/BaseCalloutActions.styles.js +10 -1
- package/dist/Callout/styles/BaseCalloutIconContainer.styles.js +12 -0
- package/dist/Callout/styles/BaseCalloutTitleContainer.styles.js +10 -0
- package/dist/Spinner/styles/BaseSpinnerCircle.styles.js +6 -0
- package/dist/components/src/AuditTrail/components/IconAvatar/styled.d.ts +19 -0
- package/dist/components/src/AuditTrail/components/IconAvatar/styles/IconAvatarContainer.styles.d.ts +19 -0
- package/dist/components/src/Avatar/styled.d.ts +99 -4
- package/dist/components/src/Avatar/styles/BaseAvatarContainer.styles.d.ts +27 -8
- package/dist/components/src/Badge/styled.d.ts +42 -4
- package/dist/components/src/Badge/styles/BaseBadge.styles.d.ts +23 -4
- package/dist/components/src/Box/styled.d.ts +38 -0
- package/dist/components/src/Box/styles/BaseBox.styles.d.ts +19 -0
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styled.d.ts +76 -0
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbLink.styles.d.ts +19 -0
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbListItem.styles.d.ts +19 -0
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbText.styles.d.ts +19 -0
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/types.d.ts +1 -1
- package/dist/components/src/Breadcrumbs/styled.d.ts +19 -0
- package/dist/components/src/Button/components/ButtonIcon/styled.d.ts +38 -0
- package/dist/components/src/Button/components/ButtonIcon/styles/BaseButtonIcon.styles.d.ts +19 -0
- package/dist/components/src/Button/logic.d.ts +12 -12
- package/dist/components/src/Button/primitives/styled.d.ts +97 -0
- package/dist/components/src/Button/primitives/styles/BaseButton.styles.d.ts +21 -0
- package/dist/components/src/Button/primitives/styles/BaseContentContainer.styles.d.ts +19 -0
- package/dist/components/src/Button/primitives/styles/BaseLoadingContainer.styles.d.ts +19 -0
- package/dist/components/src/Callout/components/CalloutDescription/styled.d.ts +45 -0
- package/dist/components/src/Callout/components/CalloutDescription/styles/BaseCalloutDescription.styles.d.ts +26 -0
- package/dist/components/src/Callout/components/CalloutDescription/types.d.ts +3 -1
- package/dist/components/src/Callout/styled.d.ts +921 -6
- package/dist/components/src/Callout/styles/BaseCallout.styles.d.ts +27 -0
- package/dist/components/src/Callout/styles/BaseCalloutActions.styles.d.ts +35 -1
- package/dist/components/src/Callout/styles/BaseCalloutIconContainer.styles.d.ts +396 -0
- package/dist/components/src/Callout/styles/BaseCalloutTitleContainer.styles.d.ts +27 -0
- package/dist/components/src/Callout/types.d.ts +4 -0
- package/dist/components/src/Chip/components/Checkbox/styled.d.ts +109 -14
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckbox.styles.d.ts +33 -14
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckboxBox.styles.d.ts +19 -0
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckboxIcon.styles.d.ts +19 -0
- package/dist/components/src/Chip/components/MetaLabel/styled.d.ts +19 -0
- package/dist/components/src/Chip/components/MetaLabel/styles/BaseMetaLabel.styles.d.ts +19 -0
- package/dist/components/src/Chip/components/RemoveButton/styled.d.ts +38 -0
- package/dist/components/src/Chip/components/RemoveButton/styles/BaseRemoveButtonButton.styles.d.ts +19 -0
- package/dist/components/src/Chip/components/RemoveButton/styles/BaseRemoveButtonContainer.styles.d.ts +19 -0
- package/dist/components/src/Chip/styled.d.ts +88 -12
- package/dist/components/src/Chip/styles/BaseChip.styles.d.ts +30 -11
- package/dist/components/src/Chip/styles/BaseChipLabelContainer.styles.d.ts +20 -1
- package/dist/components/src/ComboButton/styled.d.ts +38 -0
- package/dist/components/src/ComboButton/styles/BaseComboButton.styles.d.ts +19 -0
- package/dist/components/src/Dialog/components/DialogActions/styled.d.ts +19 -0
- package/dist/components/src/Dialog/components/DialogActions/styles/BaseDialogActions.styles.d.ts +19 -0
- package/dist/components/src/Dialog/components/DialogContent/styled.d.ts +19 -0
- package/dist/components/src/Dialog/components/DialogContent/styles/BaseDialogContent.styles.d.ts +19 -0
- package/dist/components/src/Dialog/components/DialogHeader/styled.d.ts +90 -14
- package/dist/components/src/Dialog/components/DialogHeader/styles/BaseDialogHeader.styles.d.ts +33 -14
- package/dist/components/src/Dialog/components/DialogHeader/styles/TitleContainer.styles.d.ts +19 -0
- package/dist/components/src/Dialog/components/DialogHeader/styles/UtilityIconContainer.styles.d.ts +19 -0
- package/dist/components/src/Dialog/styled.d.ts +39 -1
- package/dist/components/src/Dialog/styles/BaseDialogContainer.styles.d.ts +20 -1
- package/dist/components/src/Divider/styled.d.ts +41 -3
- package/dist/components/src/Divider/styles/BaseDivider.styles.d.ts +22 -3
- package/dist/components/src/DropdownMenu/components/CheckableDropdownMenuItem/styled.d.ts +68 -11
- package/dist/components/src/DropdownMenu/components/CheckableDropdownMenuItem/styles/BaseCheckableItem.styles.d.ts +19 -0
- package/dist/components/src/DropdownMenu/components/DropdownMenuItem/styled.d.ts +49 -11
- package/dist/components/src/DropdownMenu/components/DropdownMenuItem/styles/BaseItem.styles.d.ts +30 -11
- package/dist/components/src/DropdownMenu/components/GroupLabel/styled.d.ts +19 -0
- package/dist/components/src/DropdownMenu/components/GroupLabel/styles/BaseGroupLabel.styles.d.ts +19 -0
- package/dist/components/src/DropdownMenu/components/IconContainer/styled.d.ts +19 -0
- package/dist/components/src/DropdownMenu/components/IconContainer/styles/BaseItemIcon.styles.d.ts +19 -0
- package/dist/components/src/DropdownMenu/components/Submenu/styled.d.ts +87 -11
- package/dist/components/src/DropdownMenu/components/Submenu/styles/BaseSubmenuTrigger.styles.d.ts +19 -0
- package/dist/components/src/DropdownMenu/styled.d.ts +57 -0
- package/dist/components/src/DropdownMenu/styles/Content.styles.d.ts +19 -0
- package/dist/components/src/DropdownMenu/styles/Trigger.styles.d.ts +19 -0
- package/dist/components/src/EmptyState/components/EmptyStateImage/styled.d.ts +19 -0
- package/dist/components/src/EmptyState/components/EmptyStateImage/styles/BaseEmptyStateImage.styles.d.ts +19 -0
- package/dist/components/src/EmptyState/styled.d.ts +19 -0
- package/dist/components/src/EmptyState/styles/BaseEmptyStateContainer.d.ts +19 -0
- package/dist/components/src/Flex/styled.d.ts +38 -0
- package/dist/components/src/Flex/styles/BaseFlex.styles.d.ts +19 -0
- package/dist/components/src/Form/CheckboxList/styled.d.ts +38 -0
- package/dist/components/src/Form/CheckboxList/styles/BaseCheckboxListContainer.styles.d.ts +19 -0
- package/dist/components/src/Form/FormField/components/Fieldset/styled.d.ts +19 -0
- package/dist/components/src/Form/FormField/components/Fieldset/styles/BaseFieldset.styles.d.ts +19 -0
- package/dist/components/src/Form/FormField/styled.d.ts +19 -0
- package/dist/components/src/Form/FormField/styles/IconWrapper.styles.d.ts +19 -0
- package/dist/components/src/Form/HelperMessage/styled.d.ts +40 -2
- package/dist/components/src/Form/HelperMessage/styles/BaseHelperMessage.styles.d.ts +21 -2
- package/dist/components/src/Form/Label/styled.d.ts +58 -1
- package/dist/components/src/Form/Label/styles/BaseComponent.styles.d.ts +19 -0
- package/dist/components/src/Form/Label/styles/BaseLabel.styles.d.ts +19 -0
- package/dist/components/src/Form/Label/styles/BaseLabelRequired.styles.d.ts +20 -1
- package/dist/components/src/Form/Legend/styled.d.ts +19 -0
- package/dist/components/src/Form/Legend/styles/BaseComponent.styles.d.ts +19 -0
- package/dist/components/src/IconButton/styled.d.ts +96 -20
- package/dist/components/src/IconButton/styles/BaseIconButton.styles.d.ts +29 -10
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styled.d.ts +38 -0
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styles/BaseCheckboxIndicator.styles.d.ts +19 -0
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styles/BaseCheckboxRoot.styles.d.ts +19 -0
- package/dist/components/src/Input/Checkbox/styled.d.ts +59 -2
- package/dist/components/src/Input/Checkbox/styles/BaseCheckboxContainer.styles.d.ts +19 -0
- package/dist/components/src/Input/Checkbox/styles/BaseCheckboxText.styles.d.ts +21 -2
- package/dist/components/src/Input/DatePicker/components/Calendar/styled.d.ts +38 -0
- package/dist/components/src/Input/DatePicker/components/Calendar/styles/BaseCalendar.styles.d.ts +19 -0
- package/dist/components/src/Input/DatePicker/components/Calendar/styles/TopBarContainer.styles.d.ts +19 -0
- package/dist/components/src/Input/DatePicker/styled.d.ts +19 -0
- package/dist/components/src/Input/DatePicker/styles/BaseDatePicker.styles.d.ts +19 -0
- package/dist/components/src/Input/DateRangePicker/styled.d.ts +114 -0
- package/dist/components/src/Input/DateRangePicker/styles/BaseDateRangePicker.styles.d.ts +19 -0
- package/dist/components/src/Input/DateRangePicker/styles/BaseDateRangePickerLabel.styles.d.ts +19 -0
- package/dist/components/src/Input/DateRangePicker/styles/DateContainer.styles.d.ts +19 -0
- package/dist/components/src/Input/DateRangePicker/styles/DatePickerContainer.styles.d.ts +19 -0
- package/dist/components/src/Input/DateRangePicker/styles/ExtrasContainers.d.ts +19 -0
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styled.d.ts +120 -6
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioButton.styles.d.ts +19 -0
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioButtonContainer.styles.d.ts +19 -0
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioIndicator.styles.d.ts +23 -4
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioLabel.styles.d.ts +21 -2
- package/dist/components/src/Input/RadioButtons/styled.d.ts +19 -0
- package/dist/components/src/Input/RadioButtons/styles/BaseRadioButtonsContainer.styles.d.ts +19 -0
- package/dist/components/src/Input/Select/components/ClearButton/styled.d.ts +42 -4
- package/dist/components/src/Input/Select/components/ClearButton/styles/BaseClearButton.styles.d.ts +23 -4
- package/dist/components/src/Input/Select/components/Control/styled.d.ts +19 -0
- package/dist/components/src/Input/Select/components/Control/styles/BaseIsMultiWrapper.styles.d.ts +19 -0
- package/dist/components/src/Input/Select/components/DropdownIndicator/styled.d.ts +40 -2
- package/dist/components/src/Input/Select/components/DropdownIndicator/styles/BaseDropdownIndicator.styles.d.ts +21 -2
- package/dist/components/src/Input/Select/components/Input/styled.d.ts +39 -1
- package/dist/components/src/Input/Select/components/Input/styles/CustomSelectInput.styles.d.ts +20 -1
- package/dist/components/src/Input/Select/components/Option/styled.d.ts +19 -0
- package/dist/components/src/Input/Select/components/Option/styles/baseOption.styles.d.ts +19 -0
- package/dist/components/src/Input/Select/components/OptionValueContents/components/ValueText/styled.d.ts +19 -0
- package/dist/components/src/Input/Select/components/OptionValueContents/components/ValueText/styles/BaseValueText.styles.d.ts +19 -0
- package/dist/components/src/Input/TextInput/components/AdornmentWrapper/styled.d.ts +19 -0
- package/dist/components/src/Input/TextInput/components/AdornmentWrapper/styles/BaseAdornmentWrapper.styles.d.ts +19 -0
- package/dist/components/src/Input/TextInput/components/ButtonAdornment/styled.d.ts +19 -0
- package/dist/components/src/Input/TextInput/components/ButtonAdornment/styles/BaseButtonWrapper.styles.d.ts +19 -0
- package/dist/components/src/Input/TextInput/components/IconAdornment/styled.d.ts +19 -0
- package/dist/components/src/Input/TextInput/components/IconAdornment/styles/BaseIconWrapper.styles.d.ts +19 -0
- package/dist/components/src/Input/TextInput/components/IconButtonAdornment/styled.d.ts +19 -0
- package/dist/components/src/Input/TextInput/components/IconButtonAdornment/styles/BaseIconButtonWrapper.styles.d.ts +19 -0
- package/dist/components/src/Input/TextInput/components/Mask/styled.d.ts +41 -3
- package/dist/components/src/Input/TextInput/components/SpinnerAdornment/styled.d.ts +19 -0
- package/dist/components/src/Input/TextInput/components/SpinnerAdornment/styles/BaseSpinnerWrapper.styles.d.ts +19 -0
- package/dist/components/src/Input/TextInput/components/TextAdornment/styled.d.ts +39 -1
- package/dist/components/src/Input/TextInput/components/TextAdornment/styles/BaseAdornmentText.styles.d.ts +20 -1
- package/dist/components/src/Input/TextInput/styled.d.ts +94 -18
- package/dist/components/src/Input/TextInput/styles/BaseInputWrapper.styles.d.ts +34 -15
- package/dist/components/src/Input/TextInput/styles/BaseTextInput.styles.d.ts +22 -3
- package/dist/components/src/Input/Textarea/styled.d.ts +49 -11
- package/dist/components/src/Input/Textarea/styles/BaseTextarea.styles.d.ts +30 -11
- package/dist/components/src/LegacyPaper/styled.d.ts +39 -1
- package/dist/components/src/LegacyPaper/styles/BaseLegacyPaper.styles.d.ts +20 -1
- package/dist/components/src/LinearProgress/styled.d.ts +58 -1
- package/dist/components/src/LinearProgress/styles/BaseLinearProgress.styles.d.ts +19 -0
- package/dist/components/src/LinearProgress/styles/BaseLinearProgressIndicator.styles.d.ts +20 -1
- package/dist/components/src/Link/styled.d.ts +118 -21
- package/dist/components/src/Link/styles/BaseLink.styles.d.ts +20 -1
- package/dist/components/src/Modal/styled.d.ts +77 -1
- package/dist/components/src/Modal/styles/BaseModalBlanket.styles.d.ts +20 -1
- package/dist/components/src/Modal/styles/BaseModalContent.styles.d.ts +19 -0
- package/dist/components/src/Popover/styled.d.ts +57 -0
- package/dist/components/src/Popover/styles/PopoverContentStyles.styles.d.ts +19 -0
- package/dist/components/src/Popover/styles/PopoverRootStyles.styles.d.ts +19 -0
- package/dist/components/src/Popover/styles/PopoverTriggerStyles.styles.d.ts +19 -0
- package/dist/components/src/Shortcuts/styled.d.ts +59 -2
- package/dist/components/src/Shortcuts/styles/BaseShortcut.styles.d.ts +21 -2
- package/dist/components/src/Shortcuts/styles/BaseShortcutGroup.styles.d.ts +19 -0
- package/dist/components/src/Sidebar/components/SidebarBar/styled.d.ts +59 -2
- package/dist/components/src/Sidebar/components/SidebarBar/styles/BaseSidebarBar.styles.d.ts +21 -2
- package/dist/components/src/Sidebar/components/SidebarBar/styles/BaseSidebarContent.styles.d.ts +19 -0
- package/dist/components/src/Sidebar/components/SidebarCloseButton/styled.d.ts +19 -0
- package/dist/components/src/Sidebar/components/SidebarCloseButton/styles/BaseSidebarCloseButton.styles.d.ts +19 -0
- package/dist/components/src/Sidebar/components/SidebarWrapper/styled.d.ts +38 -0
- package/dist/components/src/Sidebar/components/SidebarWrapper/styles/BaseSidebarWrapper.styles.d.ts +19 -0
- package/dist/components/src/SkeletonBox/primitives/styled.d.ts +19 -0
- package/dist/components/src/SkeletonBox/primitives/styles/BasePrimitiveSkeletonBox.d.ts +19 -0
- package/dist/components/src/Spinner/styled.d.ts +89 -7
- package/dist/components/src/Spinner/styles/BaseSpinner.styles.d.ts +19 -0
- package/dist/components/src/Spinner/styles/BaseSpinnerCircle.styles.d.ts +32 -7
- package/dist/components/src/Spinner/styles/BaseSpinnerSvg.styles.d.ts +19 -0
- package/dist/components/src/Stack/styled.d.ts +38 -0
- package/dist/components/src/Stack/styles/BaseStack.styles.d.ts +19 -0
- package/dist/components/src/StatusBadge/components/StatusBadgeIcon/styled.d.ts +19 -0
- package/dist/components/src/StatusBadge/components/StatusBadgeIcon/styles/BaseStatusBadge.styles.d.ts +19 -0
- package/dist/components/src/StatusBadge/styled.d.ts +114 -0
- package/dist/components/src/StatusBadge/styles/BaseStatusBadge.styles.d.ts +19 -0
- package/dist/components/src/Switch/styled.d.ts +127 -13
- package/dist/components/src/Switch/styles/BaseSwitch.styles.d.ts +28 -9
- package/dist/components/src/Switch/styles/BaseSwitchLabel.styles.d.ts +20 -1
- package/dist/components/src/Switch/styles/BaseSwitchThumb.styles.d.ts +22 -3
- package/dist/components/src/Table/components/BatchActions/styled.d.ts +77 -1
- package/dist/components/src/Table/components/BatchActions/styles/ActionsContainer.styles.d.ts +19 -0
- package/dist/components/src/Table/components/BatchActions/styles/BaseBatchActions.styles.d.ts +20 -1
- package/dist/components/src/Table/components/BatchActions/styles/LeftContentContainer.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Cells/Header/styled.d.ts +38 -0
- package/dist/components/src/Table/components/Cells/Header/styles/BaseHeaderCell.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Cells/Number/styled.d.ts +19 -0
- package/dist/components/src/Table/components/Cells/Number/styles/BaseNumberTextCell.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Cells/RowActions/styled.d.ts +19 -0
- package/dist/components/src/Table/components/Cells/RowActions/styles/BaseIconButtonCell.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableHeaderCell/styled.d.ts +19 -0
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableHeaderCell/styles/BaseSortableHeaderCell.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableIcon/styled.d.ts +19 -0
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableIcon/styles/BaseSortableIconContainer.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortedIcon/styled.d.ts +39 -1
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortedIcon/styles/BaseSortedIconContainer.d.ts +20 -1
- package/dist/components/src/Table/components/Cells/Text/styled.d.ts +19 -0
- package/dist/components/src/Table/components/Cells/Text/styles/BaseTextCell.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Pagination/styled.d.ts +38 -0
- package/dist/components/src/Table/components/Pagination/styles/BasePagination.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Pagination/styles/PaginationWrapper.styles.d.ts +19 -0
- package/dist/components/src/Table/components/States/TableStatus/styled.d.ts +19 -0
- package/dist/components/src/Table/components/Toolbar/styled.d.ts +114 -0
- package/dist/components/src/Table/components/Toolbar/styles/BaseToolbarContainer.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Toolbar/styles/LeftActionsContainer.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Toolbar/styles/LeftSideContainer.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Toolbar/styles/RightActionsContainer.styles.d.ts +19 -0
- package/dist/components/src/Table/components/Toolbar/styles/TitleContainer.styles.d.ts +19 -0
- package/dist/components/src/Table/styled.d.ts +19 -0
- package/dist/components/src/Table/styles/BaseTableWrapper.styles.d.ts +19 -0
- package/dist/components/src/Tabs/components/Root/styled.d.ts +19 -0
- package/dist/components/src/Tabs/components/Root/styles/BaseRoot.styles.d.ts +19 -0
- package/dist/components/src/Tabs/components/Tab/styled.d.ts +19 -0
- package/dist/components/src/Tabs/components/Tab/styles/BaseTab.styles.d.ts +19 -0
- package/dist/components/src/Tabs/components/TabContent/styled.d.ts +19 -0
- package/dist/components/src/Tabs/components/TabContent/styles/BaseTabContent.styles.d.ts +19 -0
- package/dist/components/src/Tabs/components/TabsList/styled.d.ts +57 -0
- package/dist/components/src/Tabs/components/TabsList/styles/BaseTabsList.styles.d.ts +19 -0
- package/dist/components/src/Tabs/components/TabsList/styles/BaseTabsListContainer.styles.d.ts +19 -0
- package/dist/components/src/TestingButton/styled.d.ts +19 -0
- package/dist/components/src/TestingButton/styles/BaseTestingButton.styles.d.ts +19 -0
- package/dist/components/src/Toaster/components/CloseIconButton/styled.d.ts +48 -10
- package/dist/components/src/Toaster/components/CloseIconButton/styles/BaseCloseIconButton.styles.d.ts +29 -10
- package/dist/components/src/Toaster/components/Toast/helpers/getVariantHoverStatesByColorScale.d.ts +2 -2
- package/dist/components/src/Toaster/components/Toast/helpers/getVariantsByColorScale.d.ts +3 -3
- package/dist/components/src/Toaster/components/Toast/styled.d.ts +72 -15
- package/dist/components/src/Toaster/components/Toast/styles/BaseContent.styles.d.ts +19 -0
- package/dist/components/src/Toaster/components/Toast/styles/BaseToast.styles.d.ts +34 -15
- package/dist/components/src/Toaster/styled.d.ts +19 -0
- package/dist/components/src/Toaster/styles/BaseToaster.styles.d.ts +19 -0
- package/dist/components/src/Tooltip/styled.d.ts +38 -0
- package/dist/components/src/Tooltip/styles/BaseTooltipArrow.styles.d.ts +19 -0
- package/dist/components/src/Tooltip/styles/BaseTooltipContent.styles.d.ts +19 -0
- package/dist/components/src/TruncateContent/styled.d.ts +99 -4
- package/dist/components/src/TruncateContent/styles/BaseButton.styles.d.ts +23 -4
- package/dist/components/src/TruncateContent/styles/BaseContainer.styles.d.ts +19 -0
- package/dist/components/src/TruncateContent/styles/BaseInner.styles.d.ts +19 -0
- package/dist/components/src/Typography/hooks/useTypographyColors.d.ts +1 -1
- package/dist/components/src/Typography/logic.d.ts +1 -1
- package/dist/components/src/Typography/styled.d.ts +58 -20
- package/dist/components/src/Typography/styles/BaseTypography.styles.d.ts +39 -20
- package/dist/esm/Button/primitives/styles/BaseButton.styles.js +43 -1
- package/dist/esm/Callout/components/CalloutDescription/styles/BaseCalloutDescription.styles.js +24 -1
- package/dist/esm/Callout/constants.js +33 -1
- package/dist/esm/Callout/hooks/useCalloutContent.js +6 -2
- package/dist/esm/Callout/index.js +53 -15
- package/dist/esm/Callout/styled.js +2 -0
- package/dist/esm/Callout/styles/BaseCallout.styles.js +57 -1
- package/dist/esm/Callout/styles/BaseCalloutActions.styles.js +10 -1
- package/dist/esm/Callout/styles/BaseCalloutIconContainer.styles.js +7 -0
- package/dist/esm/Callout/styles/BaseCalloutTitleContainer.styles.js +9 -0
- package/dist/esm/Spinner/styles/BaseSpinnerCircle.styles.js +6 -0
- package/dist/icons/src/Icon/styled.d.ts +52 -11
- package/dist/icons/src/Icon/styles/BaseIcon.styles.d.ts +33 -11
- package/dist/system/src/stitches.config.d.ts +228 -0
- package/dist/tokens/src/Color/helpers/constants.d.ts +3 -0
- package/dist/tokens/src/Color/types.d.ts +1 -1
- package/dist/tokens/src/Theme/getters/getColors.d.ts +38 -0
- package/dist/tokens/src/Theme/getters/getTheme.d.ts +38 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
|
@@ -13,20 +13,832 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
13
13
|
warning: {};
|
|
14
14
|
critical: {};
|
|
15
15
|
success: {};
|
|
16
|
+
accent: {};
|
|
17
|
+
brand: {};
|
|
18
|
+
primary: {};
|
|
19
|
+
neutral: {};
|
|
16
20
|
};
|
|
17
21
|
size: {
|
|
18
22
|
compact: {
|
|
19
23
|
backgroundColor: string;
|
|
20
24
|
padding: number;
|
|
21
25
|
};
|
|
26
|
+
blockCompact: {
|
|
27
|
+
flexDirection: string;
|
|
28
|
+
padding: string;
|
|
29
|
+
};
|
|
30
|
+
default: {};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
compoundVariants: {
|
|
34
|
+
size: string;
|
|
35
|
+
severity: string;
|
|
36
|
+
css: import("@vitality-ds/system").CSS;
|
|
37
|
+
}[];
|
|
38
|
+
}]>, {
|
|
39
|
+
bp1: "(min-width: 48rem)";
|
|
40
|
+
bp2: "(min-width: 69rem)";
|
|
41
|
+
bp3: "(min-width: 85rem)";
|
|
42
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
43
|
+
bp1: "(min-width: 48rem)";
|
|
44
|
+
bp2: "(min-width: 69rem)";
|
|
45
|
+
bp3: "(min-width: 85rem)";
|
|
46
|
+
}, {
|
|
47
|
+
colors: {
|
|
48
|
+
blue2: string;
|
|
49
|
+
cyan2: string;
|
|
50
|
+
green2: string;
|
|
51
|
+
grey2: string;
|
|
52
|
+
greyA2: string;
|
|
53
|
+
orange2: string;
|
|
54
|
+
pink2: string;
|
|
55
|
+
red2: string;
|
|
56
|
+
violet2: string;
|
|
57
|
+
yellow2: string;
|
|
58
|
+
blue1: string;
|
|
59
|
+
cyan1: string;
|
|
60
|
+
green1: string;
|
|
61
|
+
grey1: string;
|
|
62
|
+
greyA1: string;
|
|
63
|
+
orange1: string;
|
|
64
|
+
pink1: string;
|
|
65
|
+
red1: string;
|
|
66
|
+
violet1: string;
|
|
67
|
+
yellow1: string;
|
|
68
|
+
blue7: string;
|
|
69
|
+
cyan7: string;
|
|
70
|
+
green7: string;
|
|
71
|
+
grey7: string;
|
|
72
|
+
greyA7: string;
|
|
73
|
+
orange7: string;
|
|
74
|
+
pink7: string;
|
|
75
|
+
red7: string;
|
|
76
|
+
violet7: string;
|
|
77
|
+
yellow7: string;
|
|
78
|
+
blue12: string;
|
|
79
|
+
cyan12: string;
|
|
80
|
+
green12: string;
|
|
81
|
+
grey12: string;
|
|
82
|
+
greyA12: string;
|
|
83
|
+
orange12: string;
|
|
84
|
+
pink12: string;
|
|
85
|
+
red12: string;
|
|
86
|
+
violet12: string;
|
|
87
|
+
yellow12: string;
|
|
88
|
+
blue14: string;
|
|
89
|
+
cyan14: string;
|
|
90
|
+
green14: string;
|
|
91
|
+
grey14: string;
|
|
92
|
+
greyA14: string;
|
|
93
|
+
orange14: string;
|
|
94
|
+
pink14: string;
|
|
95
|
+
red14: string;
|
|
96
|
+
violet14: string;
|
|
97
|
+
yellow14: string;
|
|
98
|
+
blue3: string;
|
|
99
|
+
cyan3: string;
|
|
100
|
+
green3: string;
|
|
101
|
+
grey3: string;
|
|
102
|
+
greyA3: string;
|
|
103
|
+
orange3: string;
|
|
104
|
+
pink3: string;
|
|
105
|
+
red3: string;
|
|
106
|
+
violet3: string;
|
|
107
|
+
yellow3: string;
|
|
108
|
+
blue4: string;
|
|
109
|
+
cyan4: string;
|
|
110
|
+
green4: string;
|
|
111
|
+
grey4: string;
|
|
112
|
+
greyA4: string;
|
|
113
|
+
orange4: string;
|
|
114
|
+
pink4: string;
|
|
115
|
+
red4: string;
|
|
116
|
+
violet4: string;
|
|
117
|
+
yellow4: string;
|
|
118
|
+
blue5: string;
|
|
119
|
+
cyan5: string;
|
|
120
|
+
green5: string;
|
|
121
|
+
grey5: string;
|
|
122
|
+
greyA5: string;
|
|
123
|
+
orange5: string;
|
|
124
|
+
pink5: string;
|
|
125
|
+
red5: string;
|
|
126
|
+
violet5: string;
|
|
127
|
+
yellow5: string;
|
|
128
|
+
blue10: string;
|
|
129
|
+
cyan10: string;
|
|
130
|
+
green10: string;
|
|
131
|
+
grey10: string;
|
|
132
|
+
greyA10: string;
|
|
133
|
+
orange10: string;
|
|
134
|
+
pink10: string;
|
|
135
|
+
red10: string;
|
|
136
|
+
violet10: string;
|
|
137
|
+
yellow10: string;
|
|
138
|
+
blue9: string;
|
|
139
|
+
cyan9: string;
|
|
140
|
+
green9: string;
|
|
141
|
+
grey9: string;
|
|
142
|
+
greyA9: string;
|
|
143
|
+
orange9: string;
|
|
144
|
+
pink9: string;
|
|
145
|
+
red9: string;
|
|
146
|
+
violet9: string;
|
|
147
|
+
yellow9: string;
|
|
148
|
+
blue11: string;
|
|
149
|
+
cyan11: string;
|
|
150
|
+
green11: string;
|
|
151
|
+
grey11: string;
|
|
152
|
+
greyA11: string;
|
|
153
|
+
orange11: string;
|
|
154
|
+
pink11: string;
|
|
155
|
+
red11: string;
|
|
156
|
+
violet11: string;
|
|
157
|
+
yellow11: string;
|
|
158
|
+
blue6: string;
|
|
159
|
+
cyan6: string;
|
|
160
|
+
green6: string;
|
|
161
|
+
grey6: string;
|
|
162
|
+
greyA6: string;
|
|
163
|
+
orange6: string;
|
|
164
|
+
pink6: string;
|
|
165
|
+
red6: string;
|
|
166
|
+
violet6: string;
|
|
167
|
+
yellow6: string;
|
|
168
|
+
blue8: string;
|
|
169
|
+
cyan8: string;
|
|
170
|
+
green8: string;
|
|
171
|
+
grey8: string;
|
|
172
|
+
greyA8: string;
|
|
173
|
+
orange8: string;
|
|
174
|
+
pink8: string;
|
|
175
|
+
red8: string;
|
|
176
|
+
violet8: string;
|
|
177
|
+
yellow8: string;
|
|
178
|
+
blue13: string;
|
|
179
|
+
cyan13: string;
|
|
180
|
+
green13: string;
|
|
181
|
+
grey13: string;
|
|
182
|
+
greyA13: string;
|
|
183
|
+
orange13: string;
|
|
184
|
+
pink13: string;
|
|
185
|
+
red13: string;
|
|
186
|
+
violet13: string;
|
|
187
|
+
yellow13: string;
|
|
188
|
+
neutral2: string;
|
|
189
|
+
neutralA2: string;
|
|
190
|
+
primary2: string;
|
|
191
|
+
accent2: string;
|
|
192
|
+
success2: string;
|
|
193
|
+
info2: string;
|
|
194
|
+
warning2: string;
|
|
195
|
+
critical2: string;
|
|
196
|
+
brand2: string;
|
|
197
|
+
neutral1: string;
|
|
198
|
+
neutralA1: string;
|
|
199
|
+
primary1: string;
|
|
200
|
+
accent1: string;
|
|
201
|
+
success1: string;
|
|
202
|
+
info1: string;
|
|
203
|
+
warning1: string;
|
|
204
|
+
critical1: string;
|
|
205
|
+
brand1: string;
|
|
206
|
+
neutral7: string;
|
|
207
|
+
neutralA7: string;
|
|
208
|
+
primary7: string;
|
|
209
|
+
accent7: string;
|
|
210
|
+
success7: string;
|
|
211
|
+
info7: string;
|
|
212
|
+
warning7: string;
|
|
213
|
+
critical7: string;
|
|
214
|
+
brand7: string;
|
|
215
|
+
neutral12: string;
|
|
216
|
+
neutralA12: string;
|
|
217
|
+
primary12: string;
|
|
218
|
+
accent12: string;
|
|
219
|
+
success12: string;
|
|
220
|
+
info12: string;
|
|
221
|
+
warning12: string;
|
|
222
|
+
critical12: string;
|
|
223
|
+
brand12: string;
|
|
224
|
+
neutral14: string;
|
|
225
|
+
neutralA14: string;
|
|
226
|
+
primary14: string;
|
|
227
|
+
accent14: string;
|
|
228
|
+
success14: string;
|
|
229
|
+
info14: string;
|
|
230
|
+
warning14: string;
|
|
231
|
+
critical14: string;
|
|
232
|
+
brand14: string;
|
|
233
|
+
neutral3: string;
|
|
234
|
+
neutralA3: string;
|
|
235
|
+
primary3: string;
|
|
236
|
+
accent3: string;
|
|
237
|
+
success3: string;
|
|
238
|
+
info3: string;
|
|
239
|
+
warning3: string;
|
|
240
|
+
critical3: string;
|
|
241
|
+
brand3: string;
|
|
242
|
+
neutral4: string;
|
|
243
|
+
neutralA4: string;
|
|
244
|
+
primary4: string;
|
|
245
|
+
accent4: string;
|
|
246
|
+
success4: string;
|
|
247
|
+
info4: string;
|
|
248
|
+
warning4: string;
|
|
249
|
+
critical4: string;
|
|
250
|
+
brand4: string;
|
|
251
|
+
neutral5: string;
|
|
252
|
+
neutralA5: string;
|
|
253
|
+
primary5: string;
|
|
254
|
+
accent5: string;
|
|
255
|
+
success5: string;
|
|
256
|
+
info5: string;
|
|
257
|
+
warning5: string;
|
|
258
|
+
critical5: string;
|
|
259
|
+
brand5: string;
|
|
260
|
+
neutral10: string;
|
|
261
|
+
neutralA10: string;
|
|
262
|
+
primary10: string;
|
|
263
|
+
accent10: string;
|
|
264
|
+
success10: string;
|
|
265
|
+
info10: string;
|
|
266
|
+
warning10: string;
|
|
267
|
+
critical10: string;
|
|
268
|
+
brand10: string;
|
|
269
|
+
neutral9: string;
|
|
270
|
+
neutralA9: string;
|
|
271
|
+
primary9: string;
|
|
272
|
+
accent9: string;
|
|
273
|
+
success9: string;
|
|
274
|
+
info9: string;
|
|
275
|
+
warning9: string;
|
|
276
|
+
critical9: string;
|
|
277
|
+
brand9: string;
|
|
278
|
+
neutral11: string;
|
|
279
|
+
neutralA11: string;
|
|
280
|
+
primary11: string;
|
|
281
|
+
accent11: string;
|
|
282
|
+
success11: string;
|
|
283
|
+
info11: string;
|
|
284
|
+
warning11: string;
|
|
285
|
+
critical11: string;
|
|
286
|
+
brand11: string;
|
|
287
|
+
neutral6: string;
|
|
288
|
+
neutralA6: string;
|
|
289
|
+
primary6: string;
|
|
290
|
+
accent6: string;
|
|
291
|
+
success6: string;
|
|
292
|
+
info6: string;
|
|
293
|
+
warning6: string;
|
|
294
|
+
critical6: string;
|
|
295
|
+
brand6: string;
|
|
296
|
+
neutral8: string;
|
|
297
|
+
neutralA8: string;
|
|
298
|
+
primary8: string;
|
|
299
|
+
accent8: string;
|
|
300
|
+
success8: string;
|
|
301
|
+
info8: string;
|
|
302
|
+
warning8: string;
|
|
303
|
+
critical8: string;
|
|
304
|
+
brand8: string;
|
|
305
|
+
neutral13: string;
|
|
306
|
+
neutralA13: string;
|
|
307
|
+
primary13: string;
|
|
308
|
+
accent13: string;
|
|
309
|
+
success13: string;
|
|
310
|
+
info13: string;
|
|
311
|
+
warning13: string;
|
|
312
|
+
critical13: string;
|
|
313
|
+
brand13: string;
|
|
314
|
+
};
|
|
315
|
+
fonts: {
|
|
316
|
+
display100: any;
|
|
317
|
+
display200: any;
|
|
318
|
+
display300: any;
|
|
319
|
+
display400: any;
|
|
320
|
+
display500: any;
|
|
321
|
+
display600: any;
|
|
322
|
+
display700: any;
|
|
323
|
+
display800: any;
|
|
324
|
+
display900: any;
|
|
325
|
+
body: any;
|
|
326
|
+
caption: any;
|
|
327
|
+
pageTitle: any;
|
|
328
|
+
sectionTitle: any;
|
|
329
|
+
sectionSubtitle: any;
|
|
330
|
+
button: any;
|
|
331
|
+
textInput: any;
|
|
332
|
+
default: any;
|
|
333
|
+
};
|
|
334
|
+
fontSizes: {
|
|
335
|
+
display100: any;
|
|
336
|
+
display200: any;
|
|
337
|
+
display300: any;
|
|
338
|
+
display400: any;
|
|
339
|
+
display500: any;
|
|
340
|
+
display600: any;
|
|
341
|
+
display700: any;
|
|
342
|
+
display800: any;
|
|
343
|
+
display900: any;
|
|
344
|
+
body: any;
|
|
345
|
+
caption: any;
|
|
346
|
+
pageTitle: any;
|
|
347
|
+
sectionTitle: any;
|
|
348
|
+
sectionSubtitle: any;
|
|
349
|
+
button: any;
|
|
350
|
+
textInput: any;
|
|
351
|
+
};
|
|
352
|
+
fontWeights: {
|
|
353
|
+
display100: any;
|
|
354
|
+
display200: any;
|
|
355
|
+
display300: any;
|
|
356
|
+
display400: any;
|
|
357
|
+
display500: any;
|
|
358
|
+
display600: any;
|
|
359
|
+
display700: any;
|
|
360
|
+
display800: any;
|
|
361
|
+
display900: any;
|
|
362
|
+
body: any;
|
|
363
|
+
caption: any;
|
|
364
|
+
pageTitle: any;
|
|
365
|
+
sectionTitle: any;
|
|
366
|
+
sectionSubtitle: any;
|
|
367
|
+
button: any;
|
|
368
|
+
textInput: any;
|
|
369
|
+
};
|
|
370
|
+
letterSpacings: {
|
|
371
|
+
display100: any;
|
|
372
|
+
display200: any;
|
|
373
|
+
display300: any;
|
|
374
|
+
display400: any;
|
|
375
|
+
display500: any;
|
|
376
|
+
display600: any;
|
|
377
|
+
display700: any;
|
|
378
|
+
display800: any;
|
|
379
|
+
display900: any;
|
|
380
|
+
body: any;
|
|
381
|
+
caption: any;
|
|
382
|
+
pageTitle: any;
|
|
383
|
+
sectionTitle: any;
|
|
384
|
+
sectionSubtitle: any;
|
|
385
|
+
button: any;
|
|
386
|
+
textInput: any;
|
|
387
|
+
};
|
|
388
|
+
lineHeights: {
|
|
389
|
+
display100: any;
|
|
390
|
+
display200: any;
|
|
391
|
+
display300: any;
|
|
392
|
+
display400: any;
|
|
393
|
+
display500: any;
|
|
394
|
+
display600: any;
|
|
395
|
+
display700: any;
|
|
396
|
+
display800: any;
|
|
397
|
+
display900: any;
|
|
398
|
+
body: any;
|
|
399
|
+
caption: any;
|
|
400
|
+
pageTitle: any;
|
|
401
|
+
sectionTitle: any;
|
|
402
|
+
sectionSubtitle: any;
|
|
403
|
+
button: any;
|
|
404
|
+
textInput: any;
|
|
405
|
+
};
|
|
406
|
+
radii: {
|
|
407
|
+
default: any;
|
|
408
|
+
large: any;
|
|
409
|
+
rounded: any;
|
|
410
|
+
};
|
|
411
|
+
shadows: {
|
|
412
|
+
sm: any;
|
|
413
|
+
md: any;
|
|
414
|
+
lg: any;
|
|
415
|
+
};
|
|
416
|
+
space: {
|
|
417
|
+
sm: any;
|
|
418
|
+
md: any;
|
|
419
|
+
lg: any;
|
|
420
|
+
xs: any;
|
|
421
|
+
xl: any;
|
|
422
|
+
xxl: any;
|
|
423
|
+
};
|
|
424
|
+
zIndices: {
|
|
425
|
+
floatingElements: number;
|
|
426
|
+
blanket: number;
|
|
427
|
+
dialog: number;
|
|
428
|
+
toast: number;
|
|
429
|
+
tooltip: number;
|
|
430
|
+
portalElement: number;
|
|
431
|
+
};
|
|
432
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>]>, {
|
|
433
|
+
bp1: "(min-width: 48rem)";
|
|
434
|
+
bp2: "(min-width: 69rem)";
|
|
435
|
+
bp3: "(min-width: 85rem)";
|
|
436
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
437
|
+
bp1: "(min-width: 48rem)";
|
|
438
|
+
bp2: "(min-width: 69rem)";
|
|
439
|
+
bp3: "(min-width: 85rem)";
|
|
440
|
+
}, {
|
|
441
|
+
colors: {
|
|
442
|
+
blue2: string;
|
|
443
|
+
cyan2: string;
|
|
444
|
+
green2: string;
|
|
445
|
+
grey2: string;
|
|
446
|
+
greyA2: string;
|
|
447
|
+
orange2: string;
|
|
448
|
+
pink2: string;
|
|
449
|
+
red2: string;
|
|
450
|
+
violet2: string;
|
|
451
|
+
yellow2: string;
|
|
452
|
+
blue1: string;
|
|
453
|
+
cyan1: string;
|
|
454
|
+
green1: string;
|
|
455
|
+
grey1: string;
|
|
456
|
+
greyA1: string;
|
|
457
|
+
orange1: string;
|
|
458
|
+
pink1: string;
|
|
459
|
+
red1: string;
|
|
460
|
+
violet1: string;
|
|
461
|
+
yellow1: string;
|
|
462
|
+
blue7: string;
|
|
463
|
+
cyan7: string;
|
|
464
|
+
green7: string;
|
|
465
|
+
grey7: string;
|
|
466
|
+
greyA7: string;
|
|
467
|
+
orange7: string;
|
|
468
|
+
pink7: string;
|
|
469
|
+
red7: string;
|
|
470
|
+
violet7: string;
|
|
471
|
+
yellow7: string;
|
|
472
|
+
blue12: string;
|
|
473
|
+
cyan12: string;
|
|
474
|
+
green12: string;
|
|
475
|
+
grey12: string;
|
|
476
|
+
greyA12: string;
|
|
477
|
+
orange12: string;
|
|
478
|
+
pink12: string;
|
|
479
|
+
red12: string;
|
|
480
|
+
violet12: string;
|
|
481
|
+
yellow12: string;
|
|
482
|
+
blue14: string;
|
|
483
|
+
cyan14: string;
|
|
484
|
+
green14: string;
|
|
485
|
+
grey14: string;
|
|
486
|
+
greyA14: string;
|
|
487
|
+
orange14: string;
|
|
488
|
+
pink14: string;
|
|
489
|
+
red14: string;
|
|
490
|
+
violet14: string;
|
|
491
|
+
yellow14: string;
|
|
492
|
+
blue3: string;
|
|
493
|
+
cyan3: string;
|
|
494
|
+
green3: string;
|
|
495
|
+
grey3: string;
|
|
496
|
+
greyA3: string;
|
|
497
|
+
orange3: string;
|
|
498
|
+
pink3: string;
|
|
499
|
+
red3: string;
|
|
500
|
+
violet3: string;
|
|
501
|
+
yellow3: string;
|
|
502
|
+
blue4: string;
|
|
503
|
+
cyan4: string;
|
|
504
|
+
green4: string;
|
|
505
|
+
grey4: string;
|
|
506
|
+
greyA4: string;
|
|
507
|
+
orange4: string;
|
|
508
|
+
pink4: string;
|
|
509
|
+
red4: string;
|
|
510
|
+
violet4: string;
|
|
511
|
+
yellow4: string;
|
|
512
|
+
blue5: string;
|
|
513
|
+
cyan5: string;
|
|
514
|
+
green5: string;
|
|
515
|
+
grey5: string;
|
|
516
|
+
greyA5: string;
|
|
517
|
+
orange5: string;
|
|
518
|
+
pink5: string;
|
|
519
|
+
red5: string;
|
|
520
|
+
violet5: string;
|
|
521
|
+
yellow5: string;
|
|
522
|
+
blue10: string;
|
|
523
|
+
cyan10: string;
|
|
524
|
+
green10: string;
|
|
525
|
+
grey10: string;
|
|
526
|
+
greyA10: string;
|
|
527
|
+
orange10: string;
|
|
528
|
+
pink10: string;
|
|
529
|
+
red10: string;
|
|
530
|
+
violet10: string;
|
|
531
|
+
yellow10: string;
|
|
532
|
+
blue9: string;
|
|
533
|
+
cyan9: string;
|
|
534
|
+
green9: string;
|
|
535
|
+
grey9: string;
|
|
536
|
+
greyA9: string;
|
|
537
|
+
orange9: string;
|
|
538
|
+
pink9: string;
|
|
539
|
+
red9: string;
|
|
540
|
+
violet9: string;
|
|
541
|
+
yellow9: string;
|
|
542
|
+
blue11: string;
|
|
543
|
+
cyan11: string;
|
|
544
|
+
green11: string;
|
|
545
|
+
grey11: string;
|
|
546
|
+
greyA11: string;
|
|
547
|
+
orange11: string;
|
|
548
|
+
pink11: string;
|
|
549
|
+
red11: string;
|
|
550
|
+
violet11: string;
|
|
551
|
+
yellow11: string;
|
|
552
|
+
blue6: string;
|
|
553
|
+
cyan6: string;
|
|
554
|
+
green6: string;
|
|
555
|
+
grey6: string;
|
|
556
|
+
greyA6: string;
|
|
557
|
+
orange6: string;
|
|
558
|
+
pink6: string;
|
|
559
|
+
red6: string;
|
|
560
|
+
violet6: string;
|
|
561
|
+
yellow6: string;
|
|
562
|
+
blue8: string;
|
|
563
|
+
cyan8: string;
|
|
564
|
+
green8: string;
|
|
565
|
+
grey8: string;
|
|
566
|
+
greyA8: string;
|
|
567
|
+
orange8: string;
|
|
568
|
+
pink8: string;
|
|
569
|
+
red8: string;
|
|
570
|
+
violet8: string;
|
|
571
|
+
yellow8: string;
|
|
572
|
+
blue13: string;
|
|
573
|
+
cyan13: string;
|
|
574
|
+
green13: string;
|
|
575
|
+
grey13: string;
|
|
576
|
+
greyA13: string;
|
|
577
|
+
orange13: string;
|
|
578
|
+
pink13: string;
|
|
579
|
+
red13: string;
|
|
580
|
+
violet13: string;
|
|
581
|
+
yellow13: string;
|
|
582
|
+
neutral2: string;
|
|
583
|
+
neutralA2: string;
|
|
584
|
+
primary2: string;
|
|
585
|
+
accent2: string;
|
|
586
|
+
success2: string;
|
|
587
|
+
info2: string;
|
|
588
|
+
warning2: string;
|
|
589
|
+
critical2: string;
|
|
590
|
+
brand2: string;
|
|
591
|
+
neutral1: string;
|
|
592
|
+
neutralA1: string;
|
|
593
|
+
primary1: string;
|
|
594
|
+
accent1: string;
|
|
595
|
+
success1: string;
|
|
596
|
+
info1: string;
|
|
597
|
+
warning1: string;
|
|
598
|
+
critical1: string;
|
|
599
|
+
brand1: string;
|
|
600
|
+
neutral7: string;
|
|
601
|
+
neutralA7: string;
|
|
602
|
+
primary7: string;
|
|
603
|
+
accent7: string;
|
|
604
|
+
success7: string;
|
|
605
|
+
info7: string;
|
|
606
|
+
warning7: string;
|
|
607
|
+
critical7: string;
|
|
608
|
+
brand7: string;
|
|
609
|
+
neutral12: string;
|
|
610
|
+
neutralA12: string;
|
|
611
|
+
primary12: string;
|
|
612
|
+
accent12: string;
|
|
613
|
+
success12: string;
|
|
614
|
+
info12: string;
|
|
615
|
+
warning12: string;
|
|
616
|
+
critical12: string;
|
|
617
|
+
brand12: string;
|
|
618
|
+
neutral14: string;
|
|
619
|
+
neutralA14: string;
|
|
620
|
+
primary14: string;
|
|
621
|
+
accent14: string;
|
|
622
|
+
success14: string;
|
|
623
|
+
info14: string;
|
|
624
|
+
warning14: string;
|
|
625
|
+
critical14: string;
|
|
626
|
+
brand14: string;
|
|
627
|
+
neutral3: string;
|
|
628
|
+
neutralA3: string;
|
|
629
|
+
primary3: string;
|
|
630
|
+
accent3: string;
|
|
631
|
+
success3: string;
|
|
632
|
+
info3: string;
|
|
633
|
+
warning3: string;
|
|
634
|
+
critical3: string;
|
|
635
|
+
brand3: string;
|
|
636
|
+
neutral4: string;
|
|
637
|
+
neutralA4: string;
|
|
638
|
+
primary4: string;
|
|
639
|
+
accent4: string;
|
|
640
|
+
success4: string;
|
|
641
|
+
info4: string;
|
|
642
|
+
warning4: string;
|
|
643
|
+
critical4: string;
|
|
644
|
+
brand4: string;
|
|
645
|
+
neutral5: string;
|
|
646
|
+
neutralA5: string;
|
|
647
|
+
primary5: string;
|
|
648
|
+
accent5: string;
|
|
649
|
+
success5: string;
|
|
650
|
+
info5: string;
|
|
651
|
+
warning5: string;
|
|
652
|
+
critical5: string;
|
|
653
|
+
brand5: string;
|
|
654
|
+
neutral10: string;
|
|
655
|
+
neutralA10: string;
|
|
656
|
+
primary10: string;
|
|
657
|
+
accent10: string;
|
|
658
|
+
success10: string;
|
|
659
|
+
info10: string;
|
|
660
|
+
warning10: string;
|
|
661
|
+
critical10: string;
|
|
662
|
+
brand10: string;
|
|
663
|
+
neutral9: string;
|
|
664
|
+
neutralA9: string;
|
|
665
|
+
primary9: string;
|
|
666
|
+
accent9: string;
|
|
667
|
+
success9: string;
|
|
668
|
+
info9: string;
|
|
669
|
+
warning9: string;
|
|
670
|
+
critical9: string;
|
|
671
|
+
brand9: string;
|
|
672
|
+
neutral11: string;
|
|
673
|
+
neutralA11: string;
|
|
674
|
+
primary11: string;
|
|
675
|
+
accent11: string;
|
|
676
|
+
success11: string;
|
|
677
|
+
info11: string;
|
|
678
|
+
warning11: string;
|
|
679
|
+
critical11: string;
|
|
680
|
+
brand11: string;
|
|
681
|
+
neutral6: string;
|
|
682
|
+
neutralA6: string;
|
|
683
|
+
primary6: string;
|
|
684
|
+
accent6: string;
|
|
685
|
+
success6: string;
|
|
686
|
+
info6: string;
|
|
687
|
+
warning6: string;
|
|
688
|
+
critical6: string;
|
|
689
|
+
brand6: string;
|
|
690
|
+
neutral8: string;
|
|
691
|
+
neutralA8: string;
|
|
692
|
+
primary8: string;
|
|
693
|
+
accent8: string;
|
|
694
|
+
success8: string;
|
|
695
|
+
info8: string;
|
|
696
|
+
warning8: string;
|
|
697
|
+
critical8: string;
|
|
698
|
+
brand8: string;
|
|
699
|
+
neutral13: string;
|
|
700
|
+
neutralA13: string;
|
|
701
|
+
primary13: string;
|
|
702
|
+
accent13: string;
|
|
703
|
+
success13: string;
|
|
704
|
+
info13: string;
|
|
705
|
+
warning13: string;
|
|
706
|
+
critical13: string;
|
|
707
|
+
brand13: string;
|
|
708
|
+
};
|
|
709
|
+
fonts: {
|
|
710
|
+
display100: any;
|
|
711
|
+
display200: any;
|
|
712
|
+
display300: any;
|
|
713
|
+
display400: any;
|
|
714
|
+
display500: any;
|
|
715
|
+
display600: any;
|
|
716
|
+
display700: any;
|
|
717
|
+
display800: any;
|
|
718
|
+
display900: any;
|
|
719
|
+
body: any;
|
|
720
|
+
caption: any;
|
|
721
|
+
pageTitle: any;
|
|
722
|
+
sectionTitle: any;
|
|
723
|
+
sectionSubtitle: any;
|
|
724
|
+
button: any;
|
|
725
|
+
textInput: any;
|
|
726
|
+
default: any;
|
|
727
|
+
};
|
|
728
|
+
fontSizes: {
|
|
729
|
+
display100: any;
|
|
730
|
+
display200: any;
|
|
731
|
+
display300: any;
|
|
732
|
+
display400: any;
|
|
733
|
+
display500: any;
|
|
734
|
+
display600: any;
|
|
735
|
+
display700: any;
|
|
736
|
+
display800: any;
|
|
737
|
+
display900: any;
|
|
738
|
+
body: any;
|
|
739
|
+
caption: any;
|
|
740
|
+
pageTitle: any;
|
|
741
|
+
sectionTitle: any;
|
|
742
|
+
sectionSubtitle: any;
|
|
743
|
+
button: any;
|
|
744
|
+
textInput: any;
|
|
745
|
+
};
|
|
746
|
+
fontWeights: {
|
|
747
|
+
display100: any;
|
|
748
|
+
display200: any;
|
|
749
|
+
display300: any;
|
|
750
|
+
display400: any;
|
|
751
|
+
display500: any;
|
|
752
|
+
display600: any;
|
|
753
|
+
display700: any;
|
|
754
|
+
display800: any;
|
|
755
|
+
display900: any;
|
|
756
|
+
body: any;
|
|
757
|
+
caption: any;
|
|
758
|
+
pageTitle: any;
|
|
759
|
+
sectionTitle: any;
|
|
760
|
+
sectionSubtitle: any;
|
|
761
|
+
button: any;
|
|
762
|
+
textInput: any;
|
|
763
|
+
};
|
|
764
|
+
letterSpacings: {
|
|
765
|
+
display100: any;
|
|
766
|
+
display200: any;
|
|
767
|
+
display300: any;
|
|
768
|
+
display400: any;
|
|
769
|
+
display500: any;
|
|
770
|
+
display600: any;
|
|
771
|
+
display700: any;
|
|
772
|
+
display800: any;
|
|
773
|
+
display900: any;
|
|
774
|
+
body: any;
|
|
775
|
+
caption: any;
|
|
776
|
+
pageTitle: any;
|
|
777
|
+
sectionTitle: any;
|
|
778
|
+
sectionSubtitle: any;
|
|
779
|
+
button: any;
|
|
780
|
+
textInput: any;
|
|
781
|
+
};
|
|
782
|
+
lineHeights: {
|
|
783
|
+
display100: any;
|
|
784
|
+
display200: any;
|
|
785
|
+
display300: any;
|
|
786
|
+
display400: any;
|
|
787
|
+
display500: any;
|
|
788
|
+
display600: any;
|
|
789
|
+
display700: any;
|
|
790
|
+
display800: any;
|
|
791
|
+
display900: any;
|
|
792
|
+
body: any;
|
|
793
|
+
caption: any;
|
|
794
|
+
pageTitle: any;
|
|
795
|
+
sectionTitle: any;
|
|
796
|
+
sectionSubtitle: any;
|
|
797
|
+
button: any;
|
|
798
|
+
textInput: any;
|
|
799
|
+
};
|
|
800
|
+
radii: {
|
|
801
|
+
default: any;
|
|
802
|
+
large: any;
|
|
803
|
+
rounded: any;
|
|
804
|
+
};
|
|
805
|
+
shadows: {
|
|
806
|
+
sm: any;
|
|
807
|
+
md: any;
|
|
808
|
+
lg: any;
|
|
809
|
+
};
|
|
810
|
+
space: {
|
|
811
|
+
sm: any;
|
|
812
|
+
md: any;
|
|
813
|
+
lg: any;
|
|
814
|
+
xs: any;
|
|
815
|
+
xl: any;
|
|
816
|
+
xxl: any;
|
|
817
|
+
};
|
|
818
|
+
zIndices: {
|
|
819
|
+
floatingElements: number;
|
|
820
|
+
blanket: number;
|
|
821
|
+
dialog: number;
|
|
822
|
+
toast: number;
|
|
823
|
+
tooltip: number;
|
|
824
|
+
portalElement: number;
|
|
825
|
+
};
|
|
826
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
827
|
+
export declare const BaseCalloutActions: import("@stitches/react/types/styled-component").StyledComponent<"div", import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<never, import("@stitches/react/types/styled-component").StyledComponentProps<[{
|
|
828
|
+
gap: string;
|
|
829
|
+
display: string;
|
|
830
|
+
flex: number;
|
|
831
|
+
alignItems: string;
|
|
832
|
+
justifyContent: string;
|
|
833
|
+
variants: {
|
|
834
|
+
size: {
|
|
835
|
+
blockCompact: {
|
|
836
|
+
flexGrow: number;
|
|
837
|
+
};
|
|
838
|
+
compact: {};
|
|
22
839
|
default: {};
|
|
23
840
|
};
|
|
24
841
|
};
|
|
25
|
-
compoundVariants: {
|
|
26
|
-
size: string;
|
|
27
|
-
severity: string;
|
|
28
|
-
css: import("@vitality-ds/system").CSS;
|
|
29
|
-
}[];
|
|
30
842
|
}]>, {
|
|
31
843
|
bp1: "(min-width: 48rem)";
|
|
32
844
|
bp2: "(min-width: 69rem)";
|
|
@@ -77,6 +889,16 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
77
889
|
red12: string;
|
|
78
890
|
violet12: string;
|
|
79
891
|
yellow12: string;
|
|
892
|
+
blue14: string;
|
|
893
|
+
cyan14: string;
|
|
894
|
+
green14: string;
|
|
895
|
+
grey14: string;
|
|
896
|
+
greyA14: string;
|
|
897
|
+
orange14: string;
|
|
898
|
+
pink14: string;
|
|
899
|
+
red14: string;
|
|
900
|
+
violet14: string;
|
|
901
|
+
yellow14: string;
|
|
80
902
|
blue3: string;
|
|
81
903
|
cyan3: string;
|
|
82
904
|
green3: string;
|
|
@@ -203,6 +1025,15 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
203
1025
|
warning12: string;
|
|
204
1026
|
critical12: string;
|
|
205
1027
|
brand12: string;
|
|
1028
|
+
neutral14: string;
|
|
1029
|
+
neutralA14: string;
|
|
1030
|
+
primary14: string;
|
|
1031
|
+
accent14: string;
|
|
1032
|
+
success14: string;
|
|
1033
|
+
info14: string;
|
|
1034
|
+
warning14: string;
|
|
1035
|
+
critical14: string;
|
|
1036
|
+
brand14: string;
|
|
206
1037
|
neutral3: string;
|
|
207
1038
|
neutralA3: string;
|
|
208
1039
|
primary3: string;
|
|
@@ -452,6 +1283,16 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
452
1283
|
red12: string;
|
|
453
1284
|
violet12: string;
|
|
454
1285
|
yellow12: string;
|
|
1286
|
+
blue14: string;
|
|
1287
|
+
cyan14: string;
|
|
1288
|
+
green14: string;
|
|
1289
|
+
grey14: string;
|
|
1290
|
+
greyA14: string;
|
|
1291
|
+
orange14: string;
|
|
1292
|
+
pink14: string;
|
|
1293
|
+
red14: string;
|
|
1294
|
+
violet14: string;
|
|
1295
|
+
yellow14: string;
|
|
455
1296
|
blue3: string;
|
|
456
1297
|
cyan3: string;
|
|
457
1298
|
green3: string;
|
|
@@ -578,6 +1419,15 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
578
1419
|
warning12: string;
|
|
579
1420
|
critical12: string;
|
|
580
1421
|
brand12: string;
|
|
1422
|
+
neutral14: string;
|
|
1423
|
+
neutralA14: string;
|
|
1424
|
+
primary14: string;
|
|
1425
|
+
accent14: string;
|
|
1426
|
+
success14: string;
|
|
1427
|
+
info14: string;
|
|
1428
|
+
warning14: string;
|
|
1429
|
+
critical14: string;
|
|
1430
|
+
brand14: string;
|
|
581
1431
|
neutral3: string;
|
|
582
1432
|
neutralA3: string;
|
|
583
1433
|
primary3: string;
|
|
@@ -778,7 +1628,7 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
778
1628
|
portalElement: number;
|
|
779
1629
|
};
|
|
780
1630
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
781
|
-
export declare const
|
|
1631
|
+
export declare const BaseCalloutIconContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
782
1632
|
bp1: "(min-width: 48rem)";
|
|
783
1633
|
bp2: "(min-width: 69rem)";
|
|
784
1634
|
bp3: "(min-width: 85rem)";
|
|
@@ -828,6 +1678,16 @@ export declare const BaseCalloutActions: import("@stitches/react/types/styled-co
|
|
|
828
1678
|
red12: string;
|
|
829
1679
|
violet12: string;
|
|
830
1680
|
yellow12: string;
|
|
1681
|
+
blue14: string;
|
|
1682
|
+
cyan14: string;
|
|
1683
|
+
green14: string;
|
|
1684
|
+
grey14: string;
|
|
1685
|
+
greyA14: string;
|
|
1686
|
+
orange14: string;
|
|
1687
|
+
pink14: string;
|
|
1688
|
+
red14: string;
|
|
1689
|
+
violet14: string;
|
|
1690
|
+
yellow14: string;
|
|
831
1691
|
blue3: string;
|
|
832
1692
|
cyan3: string;
|
|
833
1693
|
green3: string;
|
|
@@ -954,6 +1814,15 @@ export declare const BaseCalloutActions: import("@stitches/react/types/styled-co
|
|
|
954
1814
|
warning12: string;
|
|
955
1815
|
critical12: string;
|
|
956
1816
|
brand12: string;
|
|
1817
|
+
neutral14: string;
|
|
1818
|
+
neutralA14: string;
|
|
1819
|
+
primary14: string;
|
|
1820
|
+
accent14: string;
|
|
1821
|
+
success14: string;
|
|
1822
|
+
info14: string;
|
|
1823
|
+
warning14: string;
|
|
1824
|
+
critical14: string;
|
|
1825
|
+
brand14: string;
|
|
957
1826
|
neutral3: string;
|
|
958
1827
|
neutralA3: string;
|
|
959
1828
|
primary3: string;
|
|
@@ -1167,6 +2036,14 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1167
2036
|
compact: {
|
|
1168
2037
|
gap: string;
|
|
1169
2038
|
};
|
|
2039
|
+
blockCompact: {
|
|
2040
|
+
gap: string;
|
|
2041
|
+
"& div": {
|
|
2042
|
+
[x: string]: {
|
|
2043
|
+
marginRight: string;
|
|
2044
|
+
};
|
|
2045
|
+
};
|
|
2046
|
+
};
|
|
1170
2047
|
default: {};
|
|
1171
2048
|
};
|
|
1172
2049
|
};
|
|
@@ -1220,6 +2097,16 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1220
2097
|
red12: string;
|
|
1221
2098
|
violet12: string;
|
|
1222
2099
|
yellow12: string;
|
|
2100
|
+
blue14: string;
|
|
2101
|
+
cyan14: string;
|
|
2102
|
+
green14: string;
|
|
2103
|
+
grey14: string;
|
|
2104
|
+
greyA14: string;
|
|
2105
|
+
orange14: string;
|
|
2106
|
+
pink14: string;
|
|
2107
|
+
red14: string;
|
|
2108
|
+
violet14: string;
|
|
2109
|
+
yellow14: string;
|
|
1223
2110
|
blue3: string;
|
|
1224
2111
|
cyan3: string;
|
|
1225
2112
|
green3: string;
|
|
@@ -1346,6 +2233,15 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1346
2233
|
warning12: string;
|
|
1347
2234
|
critical12: string;
|
|
1348
2235
|
brand12: string;
|
|
2236
|
+
neutral14: string;
|
|
2237
|
+
neutralA14: string;
|
|
2238
|
+
primary14: string;
|
|
2239
|
+
accent14: string;
|
|
2240
|
+
success14: string;
|
|
2241
|
+
info14: string;
|
|
2242
|
+
warning14: string;
|
|
2243
|
+
critical14: string;
|
|
2244
|
+
brand14: string;
|
|
1349
2245
|
neutral3: string;
|
|
1350
2246
|
neutralA3: string;
|
|
1351
2247
|
primary3: string;
|
|
@@ -1595,6 +2491,16 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1595
2491
|
red12: string;
|
|
1596
2492
|
violet12: string;
|
|
1597
2493
|
yellow12: string;
|
|
2494
|
+
blue14: string;
|
|
2495
|
+
cyan14: string;
|
|
2496
|
+
green14: string;
|
|
2497
|
+
grey14: string;
|
|
2498
|
+
greyA14: string;
|
|
2499
|
+
orange14: string;
|
|
2500
|
+
pink14: string;
|
|
2501
|
+
red14: string;
|
|
2502
|
+
violet14: string;
|
|
2503
|
+
yellow14: string;
|
|
1598
2504
|
blue3: string;
|
|
1599
2505
|
cyan3: string;
|
|
1600
2506
|
green3: string;
|
|
@@ -1721,6 +2627,15 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1721
2627
|
warning12: string;
|
|
1722
2628
|
critical12: string;
|
|
1723
2629
|
brand12: string;
|
|
2630
|
+
neutral14: string;
|
|
2631
|
+
neutralA14: string;
|
|
2632
|
+
primary14: string;
|
|
2633
|
+
accent14: string;
|
|
2634
|
+
success14: string;
|
|
2635
|
+
info14: string;
|
|
2636
|
+
warning14: string;
|
|
2637
|
+
critical14: string;
|
|
2638
|
+
brand14: string;
|
|
1724
2639
|
neutral3: string;
|
|
1725
2640
|
neutralA3: string;
|
|
1726
2641
|
primary3: string;
|