@vitality-ds/components 4.6.4 → 4.7.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/helpers.spec.js +5 -5
- package/dist/LinearProgress/styles/BaseLinearProgressIndicator.styles.js +1 -1
- package/dist/components/src/AuditTrail/components/IconAvatar/styled.d.ts +19 -19
- package/dist/components/src/AuditTrail/components/IconAvatar/styles/IconAvatarContainer.styles.d.ts +19 -19
- package/dist/components/src/Avatar/styled.d.ts +99 -99
- package/dist/components/src/Avatar/styles/BaseAvatarContainer.styles.d.ts +27 -27
- package/dist/components/src/Badge/styled.d.ts +42 -42
- package/dist/components/src/Badge/styles/BaseBadge.styles.d.ts +23 -23
- package/dist/components/src/Box/styled.d.ts +38 -38
- package/dist/components/src/Box/styles/BaseBox.styles.d.ts +19 -19
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styled.d.ts +76 -76
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbLink.styles.d.ts +19 -19
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbListItem.styles.d.ts +19 -19
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbText.styles.d.ts +19 -19
- package/dist/components/src/Breadcrumbs/styled.d.ts +19 -19
- package/dist/components/src/Button/components/ButtonIcon/styled.d.ts +38 -38
- package/dist/components/src/Button/components/ButtonIcon/styles/BaseButtonIcon.styles.d.ts +19 -19
- package/dist/components/src/Button/index.d.ts +38 -38
- package/dist/components/src/Button/primitives/index.d.ts +38 -38
- package/dist/components/src/Button/primitives/styled.d.ts +95 -95
- package/dist/components/src/Button/primitives/styles/BaseButton.styles.d.ts +19 -19
- package/dist/components/src/Button/primitives/styles/BaseContentContainer.styles.d.ts +19 -19
- package/dist/components/src/Button/primitives/styles/BaseLoadingContainer.styles.d.ts +19 -19
- package/dist/components/src/Button/primitives/styles/helpers.spec.js +5 -5
- package/dist/components/src/Button/primitives/styles/helpers.spec.js.map +1 -1
- package/dist/components/src/Callout/components/CalloutDescription/styled.d.ts +38 -38
- package/dist/components/src/Callout/components/CalloutDescription/styles/BaseCalloutDescription.styles.d.ts +19 -19
- package/dist/components/src/Callout/styled.d.ts +95 -95
- package/dist/components/src/Callout/styles/BaseCallout.styles.d.ts +19 -19
- package/dist/components/src/Callout/styles/BaseCalloutActions.styles.d.ts +19 -19
- package/dist/components/src/Callout/styles/BaseCalloutTitleContainer.styles.d.ts +19 -19
- package/dist/components/src/Chip/components/Checkbox/styled.d.ts +109 -109
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckbox.styles.d.ts +33 -33
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckboxBox.styles.d.ts +19 -19
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckboxIcon.styles.d.ts +19 -19
- package/dist/components/src/Chip/components/MetaLabel/styled.d.ts +19 -19
- package/dist/components/src/Chip/components/MetaLabel/styles/BaseMetaLabel.styles.d.ts +19 -19
- package/dist/components/src/Chip/components/RemoveButton/styled.d.ts +38 -38
- package/dist/components/src/Chip/components/RemoveButton/styles/BaseRemoveButtonButton.styles.d.ts +19 -19
- package/dist/components/src/Chip/components/RemoveButton/styles/BaseRemoveButtonContainer.styles.d.ts +19 -19
- package/dist/components/src/Chip/styled.d.ts +88 -88
- package/dist/components/src/Chip/styles/BaseChip.styles.d.ts +30 -30
- package/dist/components/src/Chip/styles/BaseChipLabelContainer.styles.d.ts +20 -20
- package/dist/components/src/ComboButton/styled.d.ts +38 -38
- package/dist/components/src/ComboButton/styles/BaseComboButton.styles.d.ts +19 -19
- package/dist/components/src/Dialog/components/DialogActions/styled.d.ts +19 -19
- package/dist/components/src/Dialog/components/DialogActions/styles/BaseDialogActions.styles.d.ts +19 -19
- package/dist/components/src/Dialog/components/DialogContent/styled.d.ts +19 -19
- package/dist/components/src/Dialog/components/DialogContent/styles/BaseDialogContent.styles.d.ts +19 -19
- package/dist/components/src/Dialog/components/DialogHeader/styled.d.ts +90 -90
- package/dist/components/src/Dialog/components/DialogHeader/styles/BaseDialogHeader.styles.d.ts +33 -33
- package/dist/components/src/Dialog/components/DialogHeader/styles/TitleContainer.styles.d.ts +19 -19
- package/dist/components/src/Dialog/components/DialogHeader/styles/UtilityIconContainer.styles.d.ts +19 -19
- package/dist/components/src/Dialog/styled.d.ts +39 -39
- package/dist/components/src/Dialog/styles/BaseDialogContainer.styles.d.ts +20 -20
- package/dist/components/src/Divider/styled.d.ts +41 -41
- package/dist/components/src/Divider/styles/BaseDivider.styles.d.ts +22 -22
- package/dist/components/src/DropdownMenu/components/CheckableDropdownMenuItem/styled.d.ts +68 -68
- package/dist/components/src/DropdownMenu/components/CheckableDropdownMenuItem/styles/BaseCheckableItem.styles.d.ts +19 -19
- package/dist/components/src/DropdownMenu/components/DropdownMenuItem/styled.d.ts +49 -49
- package/dist/components/src/DropdownMenu/components/DropdownMenuItem/styles/BaseItem.styles.d.ts +30 -30
- package/dist/components/src/DropdownMenu/components/GroupLabel/styled.d.ts +19 -19
- package/dist/components/src/DropdownMenu/components/GroupLabel/styles/BaseGroupLabel.styles.d.ts +19 -19
- package/dist/components/src/DropdownMenu/components/IconContainer/styled.d.ts +19 -19
- package/dist/components/src/DropdownMenu/components/IconContainer/styles/BaseItemIcon.styles.d.ts +19 -19
- package/dist/components/src/DropdownMenu/components/Submenu/styled.d.ts +87 -87
- package/dist/components/src/DropdownMenu/components/Submenu/styles/BaseSubmenuTrigger.styles.d.ts +19 -19
- package/dist/components/src/DropdownMenu/constants.d.ts +86 -86
- package/dist/components/src/DropdownMenu/styled.d.ts +57 -57
- package/dist/components/src/DropdownMenu/styles/Content.styles.d.ts +19 -19
- package/dist/components/src/DropdownMenu/styles/Trigger.styles.d.ts +19 -19
- package/dist/components/src/EmptyState/components/EmptyStateImage/styled.d.ts +19 -19
- package/dist/components/src/EmptyState/components/EmptyStateImage/styles/BaseEmptyStateImage.styles.d.ts +19 -19
- package/dist/components/src/EmptyState/styled.d.ts +19 -19
- package/dist/components/src/EmptyState/styles/BaseEmptyStateContainer.d.ts +19 -19
- package/dist/components/src/Flex/styled.d.ts +38 -38
- package/dist/components/src/Flex/styles/BaseFlex.styles.d.ts +19 -19
- package/dist/components/src/Form/CheckboxList/styled.d.ts +38 -38
- package/dist/components/src/Form/CheckboxList/styles/BaseCheckboxListContainer.styles.d.ts +19 -19
- package/dist/components/src/Form/FormField/components/Fieldset/styled.d.ts +19 -19
- package/dist/components/src/Form/FormField/components/Fieldset/styles/BaseFieldset.styles.d.ts +19 -19
- package/dist/components/src/Form/FormField/constants.d.ts +134 -134
- package/dist/components/src/Form/FormField/styled.d.ts +19 -19
- package/dist/components/src/Form/FormField/styles/IconWrapper.styles.d.ts +19 -19
- package/dist/components/src/Form/HelperMessage/styled.d.ts +40 -40
- package/dist/components/src/Form/HelperMessage/styles/BaseHelperMessage.styles.d.ts +21 -21
- package/dist/components/src/Form/Label/styled.d.ts +58 -58
- package/dist/components/src/Form/Label/styles/BaseComponent.styles.d.ts +19 -19
- package/dist/components/src/Form/Label/styles/BaseLabel.styles.d.ts +19 -19
- package/dist/components/src/Form/Label/styles/BaseLabelRequired.styles.d.ts +20 -20
- package/dist/components/src/Form/Legend/styled.d.ts +19 -19
- package/dist/components/src/Form/Legend/styles/BaseComponent.styles.d.ts +19 -19
- package/dist/components/src/IconButton/index.d.ts +48 -48
- package/dist/components/src/IconButton/styled.d.ts +96 -96
- package/dist/components/src/IconButton/styles/BaseIconButton.styles.d.ts +29 -29
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styled.d.ts +38 -38
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styles/BaseCheckboxIndicator.styles.d.ts +19 -19
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styles/BaseCheckboxRoot.styles.d.ts +19 -19
- package/dist/components/src/Input/Checkbox/styled.d.ts +59 -59
- package/dist/components/src/Input/Checkbox/styles/BaseCheckboxContainer.styles.d.ts +19 -19
- package/dist/components/src/Input/Checkbox/styles/BaseCheckboxText.styles.d.ts +21 -21
- package/dist/components/src/Input/DatePicker/components/Calendar/styled.d.ts +38 -38
- package/dist/components/src/Input/DatePicker/components/Calendar/styles/BaseCalendar.styles.d.ts +19 -19
- package/dist/components/src/Input/DatePicker/components/Calendar/styles/TopBarContainer.styles.d.ts +19 -19
- package/dist/components/src/Input/DatePicker/styled.d.ts +19 -19
- package/dist/components/src/Input/DatePicker/styles/BaseDatePicker.styles.d.ts +19 -19
- package/dist/components/src/Input/DateRangePicker/styled.d.ts +114 -114
- package/dist/components/src/Input/DateRangePicker/styles/BaseDateRangePicker.styles.d.ts +19 -19
- package/dist/components/src/Input/DateRangePicker/styles/BaseDateRangePickerLabel.styles.d.ts +19 -19
- package/dist/components/src/Input/DateRangePicker/styles/DateContainer.styles.d.ts +19 -19
- package/dist/components/src/Input/DateRangePicker/styles/DatePickerContainer.styles.d.ts +19 -19
- package/dist/components/src/Input/DateRangePicker/styles/ExtrasContainers.d.ts +19 -19
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styled.d.ts +120 -120
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioButton.styles.d.ts +19 -19
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioButtonContainer.styles.d.ts +19 -19
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioIndicator.styles.d.ts +23 -23
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioLabel.styles.d.ts +21 -21
- package/dist/components/src/Input/RadioButtons/index.d.ts +19 -19
- package/dist/components/src/Input/RadioButtons/styled.d.ts +19 -19
- package/dist/components/src/Input/RadioButtons/styles/BaseRadioButtonsContainer.styles.d.ts +19 -19
- package/dist/components/src/Input/Select/components/ClearButton/styled.d.ts +42 -42
- package/dist/components/src/Input/Select/components/ClearButton/styles/BaseClearButton.styles.d.ts +23 -23
- package/dist/components/src/Input/Select/components/Control/styled.d.ts +19 -19
- package/dist/components/src/Input/Select/components/Control/styles/BaseIsMultiWrapper.styles.d.ts +19 -19
- package/dist/components/src/Input/Select/components/DropdownIndicator/styled.d.ts +40 -40
- package/dist/components/src/Input/Select/components/DropdownIndicator/styles/BaseDropdownIndicator.styles.d.ts +21 -21
- package/dist/components/src/Input/Select/components/Input/styled.d.ts +39 -39
- package/dist/components/src/Input/Select/components/Input/styles/CustomSelectInput.styles.d.ts +20 -20
- package/dist/components/src/Input/Select/components/Option/styled.d.ts +19 -19
- package/dist/components/src/Input/Select/components/Option/styles/baseOption.styles.d.ts +19 -19
- package/dist/components/src/Input/Select/components/OptionValueContents/components/ValueText/styled.d.ts +19 -19
- package/dist/components/src/Input/Select/components/OptionValueContents/components/ValueText/styles/BaseValueText.styles.d.ts +19 -19
- package/dist/components/src/Input/TextInput/components/AdornmentWrapper/styled.d.ts +19 -19
- package/dist/components/src/Input/TextInput/components/AdornmentWrapper/styles/BaseAdornmentWrapper.styles.d.ts +19 -19
- package/dist/components/src/Input/TextInput/components/ButtonAdornment/styled.d.ts +19 -19
- package/dist/components/src/Input/TextInput/components/ButtonAdornment/styles/BaseButtonWrapper.styles.d.ts +19 -19
- package/dist/components/src/Input/TextInput/components/IconAdornment/styled.d.ts +19 -19
- package/dist/components/src/Input/TextInput/components/IconAdornment/styles/BaseIconWrapper.styles.d.ts +19 -19
- package/dist/components/src/Input/TextInput/components/IconButtonAdornment/styled.d.ts +19 -19
- package/dist/components/src/Input/TextInput/components/IconButtonAdornment/styles/BaseIconButtonWrapper.styles.d.ts +19 -19
- package/dist/components/src/Input/TextInput/components/Mask/index.d.ts +41 -41
- package/dist/components/src/Input/TextInput/components/Mask/styled.d.ts +41 -41
- package/dist/components/src/Input/TextInput/components/SpinnerAdornment/styled.d.ts +19 -19
- package/dist/components/src/Input/TextInput/components/SpinnerAdornment/styles/BaseSpinnerWrapper.styles.d.ts +19 -19
- package/dist/components/src/Input/TextInput/components/TextAdornment/styled.d.ts +39 -39
- package/dist/components/src/Input/TextInput/components/TextAdornment/styles/BaseAdornmentText.styles.d.ts +20 -20
- package/dist/components/src/Input/TextInput/index.d.ts +63 -63
- package/dist/components/src/Input/TextInput/styled.d.ts +94 -94
- package/dist/components/src/Input/TextInput/styles/BaseInputWrapper.styles.d.ts +34 -34
- package/dist/components/src/Input/TextInput/styles/BaseTextInput.styles.d.ts +22 -22
- package/dist/components/src/Input/Textarea/index.d.ts +49 -49
- package/dist/components/src/Input/Textarea/styled.d.ts +49 -49
- package/dist/components/src/Input/Textarea/styles/BaseTextarea.styles.d.ts +30 -30
- package/dist/components/src/Input/TimePicker/index.d.ts +3 -3
- package/dist/components/src/LegacyPaper/styled.d.ts +39 -39
- package/dist/components/src/LegacyPaper/styles/BaseLegacyPaper.styles.d.ts +20 -20
- package/dist/components/src/LinearProgress/styled.d.ts +58 -58
- package/dist/components/src/LinearProgress/styles/BaseLinearProgress.styles.d.ts +19 -19
- package/dist/components/src/LinearProgress/styles/BaseLinearProgressIndicator.styles.d.ts +20 -20
- package/dist/components/src/LinearProgress/styles/BaseLinearProgressIndicator.styles.js +1 -1
- package/dist/components/src/LinearProgress/styles/BaseLinearProgressIndicator.styles.js.map +1 -1
- package/dist/components/src/Link/Link.d.ts +78 -78
- package/dist/components/src/Link/LinkButton.d.ts +38 -38
- package/dist/components/src/Link/styled.d.ts +116 -116
- package/dist/components/src/Link/styles/BaseLink.styles.d.ts +20 -20
- package/dist/components/src/Modal/styled.d.ts +77 -77
- package/dist/components/src/Modal/styles/BaseModalBlanket.styles.d.ts +20 -20
- package/dist/components/src/Modal/styles/BaseModalContent.styles.d.ts +19 -19
- package/dist/components/src/Popover/styled.d.ts +57 -57
- package/dist/components/src/Popover/styles/PopoverContentStyles.styles.d.ts +19 -19
- package/dist/components/src/Popover/styles/PopoverRootStyles.styles.d.ts +19 -19
- package/dist/components/src/Popover/styles/PopoverTriggerStyles.styles.d.ts +19 -19
- package/dist/components/src/Shortcuts/styled.d.ts +59 -59
- package/dist/components/src/Shortcuts/styles/BaseShortcut.styles.d.ts +21 -21
- package/dist/components/src/Shortcuts/styles/BaseShortcutGroup.styles.d.ts +19 -19
- package/dist/components/src/Sidebar/components/SidebarBar/styled.d.ts +59 -59
- package/dist/components/src/Sidebar/components/SidebarBar/styles/BaseSidebarBar.styles.d.ts +21 -21
- package/dist/components/src/Sidebar/components/SidebarBar/styles/BaseSidebarContent.styles.d.ts +19 -19
- package/dist/components/src/Sidebar/components/SidebarCloseButton/styled.d.ts +19 -19
- package/dist/components/src/Sidebar/components/SidebarCloseButton/styles/BaseSidebarCloseButton.styles.d.ts +19 -19
- package/dist/components/src/Sidebar/components/SidebarWrapper/styled.d.ts +38 -38
- package/dist/components/src/Sidebar/components/SidebarWrapper/styles/BaseSidebarWrapper.styles.d.ts +19 -19
- package/dist/components/src/SkeletonBox/primitives/styled.d.ts +19 -19
- package/dist/components/src/SkeletonBox/primitives/styles/BasePrimitiveSkeletonBox.d.ts +19 -19
- package/dist/components/src/Spinner/index.d.ts +19 -19
- package/dist/components/src/Spinner/styled.d.ts +83 -83
- package/dist/components/src/Spinner/styles/BaseSpinner.styles.d.ts +19 -19
- package/dist/components/src/Spinner/styles/BaseSpinnerCircle.styles.d.ts +26 -26
- package/dist/components/src/Spinner/styles/BaseSpinnerSvg.styles.d.ts +19 -19
- package/dist/components/src/Stack/styled.d.ts +38 -38
- package/dist/components/src/Stack/styles/BaseStack.styles.d.ts +19 -19
- package/dist/components/src/StatusBadge/StatusBadge.d.ts +38 -38
- package/dist/components/src/StatusBadge/StatusBadgeButton.d.ts +38 -38
- package/dist/components/src/StatusBadge/StatusBadgeLink.d.ts +38 -38
- package/dist/components/src/StatusBadge/components/StatusBadgeIcon/styled.d.ts +19 -19
- package/dist/components/src/StatusBadge/components/StatusBadgeIcon/styles/BaseStatusBadge.styles.d.ts +19 -19
- package/dist/components/src/StatusBadge/styled.d.ts +114 -114
- package/dist/components/src/StatusBadge/styles/BaseStatusBadge.styles.d.ts +19 -19
- package/dist/components/src/Switch/index.d.ts +75 -75
- package/dist/components/src/Switch/styled.d.ts +127 -127
- package/dist/components/src/Switch/styles/BaseSwitch.styles.d.ts +28 -28
- package/dist/components/src/Switch/styles/BaseSwitchLabel.styles.d.ts +20 -20
- package/dist/components/src/Switch/styles/BaseSwitchThumb.styles.d.ts +22 -22
- package/dist/components/src/Table/components/BatchActions/styled.d.ts +77 -77
- package/dist/components/src/Table/components/BatchActions/styles/ActionsContainer.styles.d.ts +19 -19
- package/dist/components/src/Table/components/BatchActions/styles/BaseBatchActions.styles.d.ts +20 -20
- package/dist/components/src/Table/components/BatchActions/styles/LeftContentContainer.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Cells/Header/styled.d.ts +38 -38
- package/dist/components/src/Table/components/Cells/Header/styles/BaseHeaderCell.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Cells/Number/styled.d.ts +19 -19
- package/dist/components/src/Table/components/Cells/Number/styles/BaseNumberTextCell.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Cells/RowActions/styled.d.ts +19 -19
- package/dist/components/src/Table/components/Cells/RowActions/styles/BaseIconButtonCell.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableHeaderCell/styled.d.ts +19 -19
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableHeaderCell/styles/BaseSortableHeaderCell.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableIcon/styled.d.ts +19 -19
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableIcon/styles/BaseSortableIconContainer.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortedIcon/styled.d.ts +39 -39
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortedIcon/styles/BaseSortedIconContainer.d.ts +20 -20
- package/dist/components/src/Table/components/Cells/Text/styled.d.ts +19 -19
- package/dist/components/src/Table/components/Cells/Text/styles/BaseTextCell.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Pagination/styled.d.ts +38 -38
- package/dist/components/src/Table/components/Pagination/styles/BasePagination.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Pagination/styles/PaginationWrapper.styles.d.ts +19 -19
- package/dist/components/src/Table/components/States/TableStatus/styled.d.ts +19 -19
- package/dist/components/src/Table/components/Toolbar/constants.d.ts +86 -86
- package/dist/components/src/Table/components/Toolbar/styled.d.ts +114 -114
- package/dist/components/src/Table/components/Toolbar/styles/BaseToolbarContainer.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Toolbar/styles/LeftActionsContainer.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Toolbar/styles/LeftSideContainer.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Toolbar/styles/RightActionsContainer.styles.d.ts +19 -19
- package/dist/components/src/Table/components/Toolbar/styles/TitleContainer.styles.d.ts +19 -19
- package/dist/components/src/Table/styled.d.ts +19 -19
- package/dist/components/src/Table/styles/BaseTableWrapper.styles.d.ts +19 -19
- package/dist/components/src/Tabs/components/Root/styled.d.ts +19 -19
- package/dist/components/src/Tabs/components/Root/styles/BaseRoot.styles.d.ts +19 -19
- package/dist/components/src/Tabs/components/Tab/styled.d.ts +19 -19
- package/dist/components/src/Tabs/components/Tab/styles/BaseTab.styles.d.ts +19 -19
- package/dist/components/src/Tabs/components/TabContent/styled.d.ts +19 -19
- package/dist/components/src/Tabs/components/TabContent/styles/BaseTabContent.styles.d.ts +19 -19
- package/dist/components/src/Tabs/components/TabsList/styled.d.ts +57 -57
- package/dist/components/src/Tabs/components/TabsList/styles/BaseTabsList.styles.d.ts +19 -19
- package/dist/components/src/Tabs/components/TabsList/styles/BaseTabsListContainer.styles.d.ts +19 -19
- package/dist/components/src/TestingButton/styled.d.ts +19 -19
- package/dist/components/src/TestingButton/styles/BaseTestingButton.styles.d.ts +19 -19
- package/dist/components/src/Toaster/components/CloseIconButton/styled.d.ts +48 -48
- package/dist/components/src/Toaster/components/CloseIconButton/styles/BaseCloseIconButton.styles.d.ts +29 -29
- 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 -72
- package/dist/components/src/Toaster/components/Toast/styles/BaseContent.styles.d.ts +19 -19
- package/dist/components/src/Toaster/components/Toast/styles/BaseToast.styles.d.ts +34 -34
- package/dist/components/src/Toaster/styled.d.ts +19 -19
- package/dist/components/src/Toaster/styles/BaseToaster.styles.d.ts +19 -19
- package/dist/components/src/Tooltip/styled.d.ts +38 -38
- package/dist/components/src/Tooltip/styles/BaseTooltipArrow.styles.d.ts +19 -19
- package/dist/components/src/Tooltip/styles/BaseTooltipContent.styles.d.ts +19 -19
- package/dist/components/src/TruncateContent/styled.d.ts +99 -99
- package/dist/components/src/TruncateContent/styles/BaseButton.styles.d.ts +23 -23
- package/dist/components/src/TruncateContent/styles/BaseContainer.styles.d.ts +19 -19
- package/dist/components/src/TruncateContent/styles/BaseInner.styles.d.ts +19 -19
- package/dist/components/src/Typography/styled.d.ts +58 -58
- package/dist/components/src/Typography/styles/BaseTypography.styles.d.ts +39 -39
- package/dist/esm/Button/primitives/styles/helpers.spec.js +5 -5
- package/dist/esm/LinearProgress/styles/BaseLinearProgressIndicator.styles.js +1 -1
- package/dist/icons/src/AddPhoto.d.ts +5 -0
- package/dist/icons/src/AddPhoto.d.ts.map +1 -0
- package/dist/icons/src/AddPhoto.js +25 -0
- package/dist/icons/src/AddPhoto.js.map +1 -0
- package/dist/icons/src/FlashOff.d.ts +5 -0
- package/dist/icons/src/FlashOff.d.ts.map +1 -0
- package/dist/icons/src/FlashOff.js +24 -0
- package/dist/icons/src/FlashOff.js.map +1 -0
- package/dist/icons/src/FlashOn.d.ts +5 -0
- package/dist/icons/src/FlashOn.d.ts.map +1 -0
- package/dist/icons/src/FlashOn.js +24 -0
- package/dist/icons/src/FlashOn.js.map +1 -0
- package/dist/icons/src/FlipCamera.d.ts +5 -0
- package/dist/icons/src/FlipCamera.d.ts.map +1 -0
- package/dist/icons/src/FlipCamera.js +25 -0
- package/dist/icons/src/FlipCamera.js.map +1 -0
- package/dist/icons/src/Icon/styled.d.ts +49 -49
- package/dist/icons/src/Icon/styles/BaseIcon.styles.d.ts +30 -30
- package/dist/icons/src/ImageLibrary.d.ts +5 -0
- package/dist/icons/src/ImageLibrary.d.ts.map +1 -0
- package/dist/icons/src/ImageLibrary.js +24 -0
- package/dist/icons/src/ImageLibrary.js.map +1 -0
- package/dist/icons/src/OpenFull.d.ts +5 -0
- package/dist/icons/src/OpenFull.d.ts.map +1 -0
- package/dist/icons/src/OpenFull.js +24 -0
- package/dist/icons/src/OpenFull.js.map +1 -0
- package/dist/icons/src/QuickScript.d.ts +5 -0
- package/dist/icons/src/QuickScript.d.ts.map +1 -0
- package/dist/icons/src/QuickScript.js +25 -0
- package/dist/icons/src/QuickScript.js.map +1 -0
- package/dist/icons/src/index.d.ts +7 -0
- package/dist/icons/src/index.d.ts.map +1 -1
- package/dist/icons/src/index.js +38 -22
- package/dist/icons/src/index.js.map +1 -1
- package/dist/system/src/stitches.config.d.ts +228 -228
- package/dist/tokens/src/Color/helpers/constants.d.ts +7 -7
- package/dist/tokens/src/Color/helpers/constants.js +7 -7
- package/dist/tokens/src/Color/helpers/constants.js.map +1 -1
- package/dist/tokens/src/Color/index.d.ts.map +1 -1
- package/dist/tokens/src/Color/index.js +2 -2
- package/dist/tokens/src/Color/index.js.map +1 -1
- package/dist/tokens/src/Color/scales/dark/blue.js +2 -2
- package/dist/tokens/src/Color/scales/dark/cyan.js +2 -2
- package/dist/tokens/src/Color/scales/dark/green.js +2 -2
- package/dist/tokens/src/Color/scales/dark/grey.js +2 -2
- package/dist/tokens/src/Color/scales/dark/greyA.js +2 -2
- package/dist/tokens/src/Color/scales/dark/greyA.js.map +1 -1
- package/dist/tokens/src/Color/scales/dark/orange.js +2 -2
- package/dist/tokens/src/Color/scales/dark/orange.js.map +1 -1
- package/dist/tokens/src/Color/scales/dark/pink.js +2 -2
- package/dist/tokens/src/Color/scales/dark/red.js +2 -2
- package/dist/tokens/src/Color/scales/dark/violet.js +4 -4
- package/dist/tokens/src/Color/scales/dark/yellow.js +2 -2
- package/dist/tokens/src/Color/scales/dark/yellow.js.map +1 -1
- package/dist/tokens/src/Color/scales/light/blue.js +2 -2
- package/dist/tokens/src/Color/scales/light/cyan.js +2 -2
- package/dist/tokens/src/Color/scales/light/green.js +2 -2
- package/dist/tokens/src/Color/scales/light/green.js.map +1 -1
- package/dist/tokens/src/Color/scales/light/grey.js +2 -2
- package/dist/tokens/src/Color/scales/light/greyA.js +2 -2
- package/dist/tokens/src/Color/scales/light/orange.js +2 -2
- package/dist/tokens/src/Color/scales/light/orange.js.map +1 -1
- package/dist/tokens/src/Color/scales/light/pink.js +2 -2
- package/dist/tokens/src/Color/scales/light/red.js +2 -2
- package/dist/tokens/src/Color/scales/light/violet.js +3 -3
- package/dist/tokens/src/Color/scales/light/violet.js.map +1 -1
- package/dist/tokens/src/Color/scales/light/yellow.js +2 -2
- package/dist/tokens/src/Color/scales/light/yellow.js.map +1 -1
- package/dist/tokens/src/Theme/getters/getColors.d.ts +38 -38
- package/dist/tokens/src/Theme/getters/getTheme.d.ts +38 -38
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
|
@@ -88,16 +88,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
88
88
|
red5: string;
|
|
89
89
|
violet5: string;
|
|
90
90
|
yellow5: string;
|
|
91
|
-
blue9: string;
|
|
92
|
-
cyan9: string;
|
|
93
|
-
green9: string;
|
|
94
|
-
grey9: string;
|
|
95
|
-
greyA9: string;
|
|
96
|
-
orange9: string;
|
|
97
|
-
pink9: string;
|
|
98
|
-
red9: string;
|
|
99
|
-
violet9: string;
|
|
100
|
-
yellow9: string;
|
|
101
91
|
blue10: string;
|
|
102
92
|
cyan10: string;
|
|
103
93
|
green10: string;
|
|
@@ -108,6 +98,16 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
108
98
|
red10: string;
|
|
109
99
|
violet10: string;
|
|
110
100
|
yellow10: string;
|
|
101
|
+
blue9: string;
|
|
102
|
+
cyan9: string;
|
|
103
|
+
green9: string;
|
|
104
|
+
grey9: string;
|
|
105
|
+
greyA9: string;
|
|
106
|
+
orange9: string;
|
|
107
|
+
pink9: string;
|
|
108
|
+
red9: string;
|
|
109
|
+
violet9: string;
|
|
110
|
+
yellow9: string;
|
|
111
111
|
blue11: string;
|
|
112
112
|
cyan11: string;
|
|
113
113
|
green11: string;
|
|
@@ -211,15 +211,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
211
211
|
warning5: string;
|
|
212
212
|
critical5: string;
|
|
213
213
|
brand5: string;
|
|
214
|
-
neutral9: string;
|
|
215
|
-
neutralA9: string;
|
|
216
|
-
primary9: string;
|
|
217
|
-
accent9: string;
|
|
218
|
-
success9: string;
|
|
219
|
-
info9: string;
|
|
220
|
-
warning9: string;
|
|
221
|
-
critical9: string;
|
|
222
|
-
brand9: string;
|
|
223
214
|
neutral10: string;
|
|
224
215
|
neutralA10: string;
|
|
225
216
|
primary10: string;
|
|
@@ -229,6 +220,15 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
229
220
|
warning10: string;
|
|
230
221
|
critical10: string;
|
|
231
222
|
brand10: string;
|
|
223
|
+
neutral9: string;
|
|
224
|
+
neutralA9: string;
|
|
225
|
+
primary9: string;
|
|
226
|
+
accent9: string;
|
|
227
|
+
success9: string;
|
|
228
|
+
info9: string;
|
|
229
|
+
warning9: string;
|
|
230
|
+
critical9: string;
|
|
231
|
+
brand9: string;
|
|
232
232
|
neutral11: string;
|
|
233
233
|
neutralA11: string;
|
|
234
234
|
primary11: string;
|
|
@@ -78,16 +78,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
78
78
|
red5: string;
|
|
79
79
|
violet5: string;
|
|
80
80
|
yellow5: string;
|
|
81
|
-
blue9: string;
|
|
82
|
-
cyan9: string;
|
|
83
|
-
green9: string;
|
|
84
|
-
grey9: string;
|
|
85
|
-
greyA9: string;
|
|
86
|
-
orange9: string;
|
|
87
|
-
pink9: string;
|
|
88
|
-
red9: string;
|
|
89
|
-
violet9: string;
|
|
90
|
-
yellow9: string;
|
|
91
81
|
blue10: string;
|
|
92
82
|
cyan10: string;
|
|
93
83
|
green10: string;
|
|
@@ -98,6 +88,16 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
98
88
|
red10: string;
|
|
99
89
|
violet10: string;
|
|
100
90
|
yellow10: string;
|
|
91
|
+
blue9: string;
|
|
92
|
+
cyan9: string;
|
|
93
|
+
green9: string;
|
|
94
|
+
grey9: string;
|
|
95
|
+
greyA9: string;
|
|
96
|
+
orange9: string;
|
|
97
|
+
pink9: string;
|
|
98
|
+
red9: string;
|
|
99
|
+
violet9: string;
|
|
100
|
+
yellow9: string;
|
|
101
101
|
blue11: string;
|
|
102
102
|
cyan11: string;
|
|
103
103
|
green11: string;
|
|
@@ -201,15 +201,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
201
201
|
warning5: string;
|
|
202
202
|
critical5: string;
|
|
203
203
|
brand5: string;
|
|
204
|
-
neutral9: string;
|
|
205
|
-
neutralA9: string;
|
|
206
|
-
primary9: string;
|
|
207
|
-
accent9: string;
|
|
208
|
-
success9: string;
|
|
209
|
-
info9: string;
|
|
210
|
-
warning9: string;
|
|
211
|
-
critical9: string;
|
|
212
|
-
brand9: string;
|
|
213
204
|
neutral10: string;
|
|
214
205
|
neutralA10: string;
|
|
215
206
|
primary10: string;
|
|
@@ -219,6 +210,15 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
219
210
|
warning10: string;
|
|
220
211
|
critical10: string;
|
|
221
212
|
brand10: string;
|
|
213
|
+
neutral9: string;
|
|
214
|
+
neutralA9: string;
|
|
215
|
+
primary9: string;
|
|
216
|
+
accent9: string;
|
|
217
|
+
success9: string;
|
|
218
|
+
info9: string;
|
|
219
|
+
warning9: string;
|
|
220
|
+
critical9: string;
|
|
221
|
+
brand9: string;
|
|
222
222
|
neutral11: string;
|
|
223
223
|
neutralA11: string;
|
|
224
224
|
primary11: string;
|
|
@@ -9,13 +9,13 @@ describe("getColorVariant", function () {
|
|
|
9
9
|
boxShadow: "0 0 0 $space$outlineWidth $colors$neutral7",
|
|
10
10
|
outline: "none",
|
|
11
11
|
},
|
|
12
|
-
"&:hover": { backgroundColor: "$colors$
|
|
12
|
+
"&:hover": { backgroundColor: "$colors$neutral9" },
|
|
13
13
|
"&[disabled]": {
|
|
14
14
|
backgroundColor: "$colors$neutral2",
|
|
15
15
|
color: "$colors$neutral8",
|
|
16
16
|
cursor: "not-allowed",
|
|
17
17
|
},
|
|
18
|
-
backgroundColor: "$colors$
|
|
18
|
+
backgroundColor: "$colors$neutral10",
|
|
19
19
|
border: "1px solid transparent",
|
|
20
20
|
color: "$colors$neutral13",
|
|
21
21
|
});
|
|
@@ -38,7 +38,7 @@ describe("getSubtleVariant", function () {
|
|
|
38
38
|
},
|
|
39
39
|
backgroundColor: "$colors$neutral3",
|
|
40
40
|
border: "1px solid $colors$neutral7",
|
|
41
|
-
color: "$colors$
|
|
41
|
+
color: "$colors$neutral10",
|
|
42
42
|
});
|
|
43
43
|
});
|
|
44
44
|
});
|
|
@@ -83,7 +83,7 @@ describe("getLinkVariant", function () {
|
|
|
83
83
|
},
|
|
84
84
|
backgroundColor: "transparent",
|
|
85
85
|
border: "1px solid transparent",
|
|
86
|
-
color: "$colors$
|
|
86
|
+
color: "$colors$neutral10",
|
|
87
87
|
});
|
|
88
88
|
});
|
|
89
89
|
});
|
|
@@ -108,7 +108,7 @@ describe("getOnSurfaceVariant", function () {
|
|
|
108
108
|
},
|
|
109
109
|
backgroundColor: "$colors$neutral4",
|
|
110
110
|
border: "1px solid $colors$neutral7",
|
|
111
|
-
color: "$colors$
|
|
111
|
+
color: "$colors$neutral10",
|
|
112
112
|
});
|
|
113
113
|
});
|
|
114
114
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.spec.js","sourceRoot":"","sources":["../../../../../../src/Button/primitives/styles/helpers.spec.ts"],"names":[],"mappings":";;AAAA,qCAMmB;AAEnB,QAAQ,CAAC,iBAAiB,EAAE;IAC1B,EAAE,CAAC,oCAAoC,EAAE;QACvC,MAAM,CAAC,IAAA,yBAAe,EAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC;YACzC,UAAU,EAAE,EAAE,eAAe,EAAE,mBAAmB,EAAE;YACpD,iBAAiB,EAAE;gBACjB,SAAS,EAAE,4CAA4C;gBACvD,OAAO,EAAE,MAAM;aAChB;YACD,SAAS,EAAE,EAAE,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"helpers.spec.js","sourceRoot":"","sources":["../../../../../../src/Button/primitives/styles/helpers.spec.ts"],"names":[],"mappings":"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"}
|
|
@@ -117,16 +117,6 @@ export declare const BaseCalloutDescription: import("@stitches/react/types/style
|
|
|
117
117
|
red5: string;
|
|
118
118
|
violet5: string;
|
|
119
119
|
yellow5: string;
|
|
120
|
-
blue9: string;
|
|
121
|
-
cyan9: string;
|
|
122
|
-
green9: string;
|
|
123
|
-
grey9: string;
|
|
124
|
-
greyA9: string;
|
|
125
|
-
orange9: string;
|
|
126
|
-
pink9: string;
|
|
127
|
-
red9: string;
|
|
128
|
-
violet9: string;
|
|
129
|
-
yellow9: string;
|
|
130
120
|
blue10: string;
|
|
131
121
|
cyan10: string;
|
|
132
122
|
green10: string;
|
|
@@ -137,6 +127,16 @@ export declare const BaseCalloutDescription: import("@stitches/react/types/style
|
|
|
137
127
|
red10: string;
|
|
138
128
|
violet10: string;
|
|
139
129
|
yellow10: string;
|
|
130
|
+
blue9: string;
|
|
131
|
+
cyan9: string;
|
|
132
|
+
green9: string;
|
|
133
|
+
grey9: string;
|
|
134
|
+
greyA9: string;
|
|
135
|
+
orange9: string;
|
|
136
|
+
pink9: string;
|
|
137
|
+
red9: string;
|
|
138
|
+
violet9: string;
|
|
139
|
+
yellow9: string;
|
|
140
140
|
blue11: string;
|
|
141
141
|
cyan11: string;
|
|
142
142
|
green11: string;
|
|
@@ -240,15 +240,6 @@ export declare const BaseCalloutDescription: import("@stitches/react/types/style
|
|
|
240
240
|
warning5: string;
|
|
241
241
|
critical5: string;
|
|
242
242
|
brand5: string;
|
|
243
|
-
neutral9: string;
|
|
244
|
-
neutralA9: string;
|
|
245
|
-
primary9: string;
|
|
246
|
-
accent9: string;
|
|
247
|
-
success9: string;
|
|
248
|
-
info9: string;
|
|
249
|
-
warning9: string;
|
|
250
|
-
critical9: string;
|
|
251
|
-
brand9: string;
|
|
252
243
|
neutral10: string;
|
|
253
244
|
neutralA10: string;
|
|
254
245
|
primary10: string;
|
|
@@ -258,6 +249,15 @@ export declare const BaseCalloutDescription: import("@stitches/react/types/style
|
|
|
258
249
|
warning10: string;
|
|
259
250
|
critical10: string;
|
|
260
251
|
brand10: string;
|
|
252
|
+
neutral9: string;
|
|
253
|
+
neutralA9: string;
|
|
254
|
+
primary9: string;
|
|
255
|
+
accent9: string;
|
|
256
|
+
success9: string;
|
|
257
|
+
info9: string;
|
|
258
|
+
warning9: string;
|
|
259
|
+
critical9: string;
|
|
260
|
+
brand9: string;
|
|
261
261
|
neutral11: string;
|
|
262
262
|
neutralA11: string;
|
|
263
263
|
primary11: string;
|
|
@@ -492,16 +492,6 @@ export declare const BaseCalloutDescription: import("@stitches/react/types/style
|
|
|
492
492
|
red5: string;
|
|
493
493
|
violet5: string;
|
|
494
494
|
yellow5: string;
|
|
495
|
-
blue9: string;
|
|
496
|
-
cyan9: string;
|
|
497
|
-
green9: string;
|
|
498
|
-
grey9: string;
|
|
499
|
-
greyA9: string;
|
|
500
|
-
orange9: string;
|
|
501
|
-
pink9: string;
|
|
502
|
-
red9: string;
|
|
503
|
-
violet9: string;
|
|
504
|
-
yellow9: string;
|
|
505
495
|
blue10: string;
|
|
506
496
|
cyan10: string;
|
|
507
497
|
green10: string;
|
|
@@ -512,6 +502,16 @@ export declare const BaseCalloutDescription: import("@stitches/react/types/style
|
|
|
512
502
|
red10: string;
|
|
513
503
|
violet10: string;
|
|
514
504
|
yellow10: string;
|
|
505
|
+
blue9: string;
|
|
506
|
+
cyan9: string;
|
|
507
|
+
green9: string;
|
|
508
|
+
grey9: string;
|
|
509
|
+
greyA9: string;
|
|
510
|
+
orange9: string;
|
|
511
|
+
pink9: string;
|
|
512
|
+
red9: string;
|
|
513
|
+
violet9: string;
|
|
514
|
+
yellow9: string;
|
|
515
515
|
blue11: string;
|
|
516
516
|
cyan11: string;
|
|
517
517
|
green11: string;
|
|
@@ -615,15 +615,6 @@ export declare const BaseCalloutDescription: import("@stitches/react/types/style
|
|
|
615
615
|
warning5: string;
|
|
616
616
|
critical5: string;
|
|
617
617
|
brand5: string;
|
|
618
|
-
neutral9: string;
|
|
619
|
-
neutralA9: string;
|
|
620
|
-
primary9: string;
|
|
621
|
-
accent9: string;
|
|
622
|
-
success9: string;
|
|
623
|
-
info9: string;
|
|
624
|
-
warning9: string;
|
|
625
|
-
critical9: string;
|
|
626
|
-
brand9: string;
|
|
627
618
|
neutral10: string;
|
|
628
619
|
neutralA10: string;
|
|
629
620
|
primary10: string;
|
|
@@ -633,6 +624,15 @@ export declare const BaseCalloutDescription: import("@stitches/react/types/style
|
|
|
633
624
|
warning10: string;
|
|
634
625
|
critical10: string;
|
|
635
626
|
brand10: string;
|
|
627
|
+
neutral9: string;
|
|
628
|
+
neutralA9: string;
|
|
629
|
+
primary9: string;
|
|
630
|
+
accent9: string;
|
|
631
|
+
success9: string;
|
|
632
|
+
info9: string;
|
|
633
|
+
warning9: string;
|
|
634
|
+
critical9: string;
|
|
635
|
+
brand9: string;
|
|
636
636
|
neutral11: string;
|
|
637
637
|
neutralA11: string;
|
|
638
638
|
primary11: string;
|
|
@@ -117,16 +117,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
117
117
|
red5: string;
|
|
118
118
|
violet5: string;
|
|
119
119
|
yellow5: string;
|
|
120
|
-
blue9: string;
|
|
121
|
-
cyan9: string;
|
|
122
|
-
green9: string;
|
|
123
|
-
grey9: string;
|
|
124
|
-
greyA9: string;
|
|
125
|
-
orange9: string;
|
|
126
|
-
pink9: string;
|
|
127
|
-
red9: string;
|
|
128
|
-
violet9: string;
|
|
129
|
-
yellow9: string;
|
|
130
120
|
blue10: string;
|
|
131
121
|
cyan10: string;
|
|
132
122
|
green10: string;
|
|
@@ -137,6 +127,16 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
137
127
|
red10: string;
|
|
138
128
|
violet10: string;
|
|
139
129
|
yellow10: string;
|
|
130
|
+
blue9: string;
|
|
131
|
+
cyan9: string;
|
|
132
|
+
green9: string;
|
|
133
|
+
grey9: string;
|
|
134
|
+
greyA9: string;
|
|
135
|
+
orange9: string;
|
|
136
|
+
pink9: string;
|
|
137
|
+
red9: string;
|
|
138
|
+
violet9: string;
|
|
139
|
+
yellow9: string;
|
|
140
140
|
blue11: string;
|
|
141
141
|
cyan11: string;
|
|
142
142
|
green11: string;
|
|
@@ -240,15 +240,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
240
240
|
warning5: string;
|
|
241
241
|
critical5: string;
|
|
242
242
|
brand5: string;
|
|
243
|
-
neutral9: string;
|
|
244
|
-
neutralA9: string;
|
|
245
|
-
primary9: string;
|
|
246
|
-
accent9: string;
|
|
247
|
-
success9: string;
|
|
248
|
-
info9: string;
|
|
249
|
-
warning9: string;
|
|
250
|
-
critical9: string;
|
|
251
|
-
brand9: string;
|
|
252
243
|
neutral10: string;
|
|
253
244
|
neutralA10: string;
|
|
254
245
|
primary10: string;
|
|
@@ -258,6 +249,15 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
258
249
|
warning10: string;
|
|
259
250
|
critical10: string;
|
|
260
251
|
brand10: string;
|
|
252
|
+
neutral9: string;
|
|
253
|
+
neutralA9: string;
|
|
254
|
+
primary9: string;
|
|
255
|
+
accent9: string;
|
|
256
|
+
success9: string;
|
|
257
|
+
info9: string;
|
|
258
|
+
warning9: string;
|
|
259
|
+
critical9: string;
|
|
260
|
+
brand9: string;
|
|
261
261
|
neutral11: string;
|
|
262
262
|
neutralA11: string;
|
|
263
263
|
primary11: string;
|
|
@@ -107,16 +107,6 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
107
107
|
red5: string;
|
|
108
108
|
violet5: string;
|
|
109
109
|
yellow5: string;
|
|
110
|
-
blue9: string;
|
|
111
|
-
cyan9: string;
|
|
112
|
-
green9: string;
|
|
113
|
-
grey9: string;
|
|
114
|
-
greyA9: string;
|
|
115
|
-
orange9: string;
|
|
116
|
-
pink9: string;
|
|
117
|
-
red9: string;
|
|
118
|
-
violet9: string;
|
|
119
|
-
yellow9: string;
|
|
120
110
|
blue10: string;
|
|
121
111
|
cyan10: string;
|
|
122
112
|
green10: string;
|
|
@@ -127,6 +117,16 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
127
117
|
red10: string;
|
|
128
118
|
violet10: string;
|
|
129
119
|
yellow10: string;
|
|
120
|
+
blue9: string;
|
|
121
|
+
cyan9: string;
|
|
122
|
+
green9: string;
|
|
123
|
+
grey9: string;
|
|
124
|
+
greyA9: string;
|
|
125
|
+
orange9: string;
|
|
126
|
+
pink9: string;
|
|
127
|
+
red9: string;
|
|
128
|
+
violet9: string;
|
|
129
|
+
yellow9: string;
|
|
130
130
|
blue11: string;
|
|
131
131
|
cyan11: string;
|
|
132
132
|
green11: string;
|
|
@@ -230,15 +230,6 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
230
230
|
warning5: string;
|
|
231
231
|
critical5: string;
|
|
232
232
|
brand5: string;
|
|
233
|
-
neutral9: string;
|
|
234
|
-
neutralA9: string;
|
|
235
|
-
primary9: string;
|
|
236
|
-
accent9: string;
|
|
237
|
-
success9: string;
|
|
238
|
-
info9: string;
|
|
239
|
-
warning9: string;
|
|
240
|
-
critical9: string;
|
|
241
|
-
brand9: string;
|
|
242
233
|
neutral10: string;
|
|
243
234
|
neutralA10: string;
|
|
244
235
|
primary10: string;
|
|
@@ -248,6 +239,15 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
248
239
|
warning10: string;
|
|
249
240
|
critical10: string;
|
|
250
241
|
brand10: string;
|
|
242
|
+
neutral9: string;
|
|
243
|
+
neutralA9: string;
|
|
244
|
+
primary9: string;
|
|
245
|
+
accent9: string;
|
|
246
|
+
success9: string;
|
|
247
|
+
info9: string;
|
|
248
|
+
warning9: string;
|
|
249
|
+
critical9: string;
|
|
250
|
+
brand9: string;
|
|
251
251
|
neutral11: string;
|
|
252
252
|
neutralA11: string;
|
|
253
253
|
primary11: string;
|
|
@@ -482,16 +482,6 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
482
482
|
red5: string;
|
|
483
483
|
violet5: string;
|
|
484
484
|
yellow5: string;
|
|
485
|
-
blue9: string;
|
|
486
|
-
cyan9: string;
|
|
487
|
-
green9: string;
|
|
488
|
-
grey9: string;
|
|
489
|
-
greyA9: string;
|
|
490
|
-
orange9: string;
|
|
491
|
-
pink9: string;
|
|
492
|
-
red9: string;
|
|
493
|
-
violet9: string;
|
|
494
|
-
yellow9: string;
|
|
495
485
|
blue10: string;
|
|
496
486
|
cyan10: string;
|
|
497
487
|
green10: string;
|
|
@@ -502,6 +492,16 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
502
492
|
red10: string;
|
|
503
493
|
violet10: string;
|
|
504
494
|
yellow10: string;
|
|
495
|
+
blue9: string;
|
|
496
|
+
cyan9: string;
|
|
497
|
+
green9: string;
|
|
498
|
+
grey9: string;
|
|
499
|
+
greyA9: string;
|
|
500
|
+
orange9: string;
|
|
501
|
+
pink9: string;
|
|
502
|
+
red9: string;
|
|
503
|
+
violet9: string;
|
|
504
|
+
yellow9: string;
|
|
505
505
|
blue11: string;
|
|
506
506
|
cyan11: string;
|
|
507
507
|
green11: string;
|
|
@@ -605,15 +605,6 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
605
605
|
warning5: string;
|
|
606
606
|
critical5: string;
|
|
607
607
|
brand5: string;
|
|
608
|
-
neutral9: string;
|
|
609
|
-
neutralA9: string;
|
|
610
|
-
primary9: string;
|
|
611
|
-
accent9: string;
|
|
612
|
-
success9: string;
|
|
613
|
-
info9: string;
|
|
614
|
-
warning9: string;
|
|
615
|
-
critical9: string;
|
|
616
|
-
brand9: string;
|
|
617
608
|
neutral10: string;
|
|
618
609
|
neutralA10: string;
|
|
619
610
|
primary10: string;
|
|
@@ -623,6 +614,15 @@ export declare const BaseCallout: import("@stitches/react/types/styled-component
|
|
|
623
614
|
warning10: string;
|
|
624
615
|
critical10: string;
|
|
625
616
|
brand10: string;
|
|
617
|
+
neutral9: string;
|
|
618
|
+
neutralA9: string;
|
|
619
|
+
primary9: string;
|
|
620
|
+
accent9: string;
|
|
621
|
+
success9: string;
|
|
622
|
+
info9: string;
|
|
623
|
+
warning9: string;
|
|
624
|
+
critical9: string;
|
|
625
|
+
brand9: string;
|
|
626
626
|
neutral11: string;
|
|
627
627
|
neutralA11: string;
|
|
628
628
|
primary11: string;
|
|
@@ -858,16 +858,6 @@ export declare const BaseCalloutActions: import("@stitches/react/types/styled-co
|
|
|
858
858
|
red5: string;
|
|
859
859
|
violet5: string;
|
|
860
860
|
yellow5: string;
|
|
861
|
-
blue9: string;
|
|
862
|
-
cyan9: string;
|
|
863
|
-
green9: string;
|
|
864
|
-
grey9: string;
|
|
865
|
-
greyA9: string;
|
|
866
|
-
orange9: string;
|
|
867
|
-
pink9: string;
|
|
868
|
-
red9: string;
|
|
869
|
-
violet9: string;
|
|
870
|
-
yellow9: string;
|
|
871
861
|
blue10: string;
|
|
872
862
|
cyan10: string;
|
|
873
863
|
green10: string;
|
|
@@ -878,6 +868,16 @@ export declare const BaseCalloutActions: import("@stitches/react/types/styled-co
|
|
|
878
868
|
red10: string;
|
|
879
869
|
violet10: string;
|
|
880
870
|
yellow10: string;
|
|
871
|
+
blue9: string;
|
|
872
|
+
cyan9: string;
|
|
873
|
+
green9: string;
|
|
874
|
+
grey9: string;
|
|
875
|
+
greyA9: string;
|
|
876
|
+
orange9: string;
|
|
877
|
+
pink9: string;
|
|
878
|
+
red9: string;
|
|
879
|
+
violet9: string;
|
|
880
|
+
yellow9: string;
|
|
881
881
|
blue11: string;
|
|
882
882
|
cyan11: string;
|
|
883
883
|
green11: string;
|
|
@@ -981,15 +981,6 @@ export declare const BaseCalloutActions: import("@stitches/react/types/styled-co
|
|
|
981
981
|
warning5: string;
|
|
982
982
|
critical5: string;
|
|
983
983
|
brand5: string;
|
|
984
|
-
neutral9: string;
|
|
985
|
-
neutralA9: string;
|
|
986
|
-
primary9: string;
|
|
987
|
-
accent9: string;
|
|
988
|
-
success9: string;
|
|
989
|
-
info9: string;
|
|
990
|
-
warning9: string;
|
|
991
|
-
critical9: string;
|
|
992
|
-
brand9: string;
|
|
993
984
|
neutral10: string;
|
|
994
985
|
neutralA10: string;
|
|
995
986
|
primary10: string;
|
|
@@ -999,6 +990,15 @@ export declare const BaseCalloutActions: import("@stitches/react/types/styled-co
|
|
|
999
990
|
warning10: string;
|
|
1000
991
|
critical10: string;
|
|
1001
992
|
brand10: string;
|
|
993
|
+
neutral9: string;
|
|
994
|
+
neutralA9: string;
|
|
995
|
+
primary9: string;
|
|
996
|
+
accent9: string;
|
|
997
|
+
success9: string;
|
|
998
|
+
info9: string;
|
|
999
|
+
warning9: string;
|
|
1000
|
+
critical9: string;
|
|
1001
|
+
brand9: string;
|
|
1002
1002
|
neutral11: string;
|
|
1003
1003
|
neutralA11: string;
|
|
1004
1004
|
primary11: string;
|
|
@@ -1250,16 +1250,6 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1250
1250
|
red5: string;
|
|
1251
1251
|
violet5: string;
|
|
1252
1252
|
yellow5: string;
|
|
1253
|
-
blue9: string;
|
|
1254
|
-
cyan9: string;
|
|
1255
|
-
green9: string;
|
|
1256
|
-
grey9: string;
|
|
1257
|
-
greyA9: string;
|
|
1258
|
-
orange9: string;
|
|
1259
|
-
pink9: string;
|
|
1260
|
-
red9: string;
|
|
1261
|
-
violet9: string;
|
|
1262
|
-
yellow9: string;
|
|
1263
1253
|
blue10: string;
|
|
1264
1254
|
cyan10: string;
|
|
1265
1255
|
green10: string;
|
|
@@ -1270,6 +1260,16 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1270
1260
|
red10: string;
|
|
1271
1261
|
violet10: string;
|
|
1272
1262
|
yellow10: string;
|
|
1263
|
+
blue9: string;
|
|
1264
|
+
cyan9: string;
|
|
1265
|
+
green9: string;
|
|
1266
|
+
grey9: string;
|
|
1267
|
+
greyA9: string;
|
|
1268
|
+
orange9: string;
|
|
1269
|
+
pink9: string;
|
|
1270
|
+
red9: string;
|
|
1271
|
+
violet9: string;
|
|
1272
|
+
yellow9: string;
|
|
1273
1273
|
blue11: string;
|
|
1274
1274
|
cyan11: string;
|
|
1275
1275
|
green11: string;
|
|
@@ -1373,15 +1373,6 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1373
1373
|
warning5: string;
|
|
1374
1374
|
critical5: string;
|
|
1375
1375
|
brand5: string;
|
|
1376
|
-
neutral9: string;
|
|
1377
|
-
neutralA9: string;
|
|
1378
|
-
primary9: string;
|
|
1379
|
-
accent9: string;
|
|
1380
|
-
success9: string;
|
|
1381
|
-
info9: string;
|
|
1382
|
-
warning9: string;
|
|
1383
|
-
critical9: string;
|
|
1384
|
-
brand9: string;
|
|
1385
1376
|
neutral10: string;
|
|
1386
1377
|
neutralA10: string;
|
|
1387
1378
|
primary10: string;
|
|
@@ -1391,6 +1382,15 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1391
1382
|
warning10: string;
|
|
1392
1383
|
critical10: string;
|
|
1393
1384
|
brand10: string;
|
|
1385
|
+
neutral9: string;
|
|
1386
|
+
neutralA9: string;
|
|
1387
|
+
primary9: string;
|
|
1388
|
+
accent9: string;
|
|
1389
|
+
success9: string;
|
|
1390
|
+
info9: string;
|
|
1391
|
+
warning9: string;
|
|
1392
|
+
critical9: string;
|
|
1393
|
+
brand9: string;
|
|
1394
1394
|
neutral11: string;
|
|
1395
1395
|
neutralA11: string;
|
|
1396
1396
|
primary11: string;
|
|
@@ -1625,16 +1625,6 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1625
1625
|
red5: string;
|
|
1626
1626
|
violet5: string;
|
|
1627
1627
|
yellow5: string;
|
|
1628
|
-
blue9: string;
|
|
1629
|
-
cyan9: string;
|
|
1630
|
-
green9: string;
|
|
1631
|
-
grey9: string;
|
|
1632
|
-
greyA9: string;
|
|
1633
|
-
orange9: string;
|
|
1634
|
-
pink9: string;
|
|
1635
|
-
red9: string;
|
|
1636
|
-
violet9: string;
|
|
1637
|
-
yellow9: string;
|
|
1638
1628
|
blue10: string;
|
|
1639
1629
|
cyan10: string;
|
|
1640
1630
|
green10: string;
|
|
@@ -1645,6 +1635,16 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1645
1635
|
red10: string;
|
|
1646
1636
|
violet10: string;
|
|
1647
1637
|
yellow10: string;
|
|
1638
|
+
blue9: string;
|
|
1639
|
+
cyan9: string;
|
|
1640
|
+
green9: string;
|
|
1641
|
+
grey9: string;
|
|
1642
|
+
greyA9: string;
|
|
1643
|
+
orange9: string;
|
|
1644
|
+
pink9: string;
|
|
1645
|
+
red9: string;
|
|
1646
|
+
violet9: string;
|
|
1647
|
+
yellow9: string;
|
|
1648
1648
|
blue11: string;
|
|
1649
1649
|
cyan11: string;
|
|
1650
1650
|
green11: string;
|
|
@@ -1748,15 +1748,6 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1748
1748
|
warning5: string;
|
|
1749
1749
|
critical5: string;
|
|
1750
1750
|
brand5: string;
|
|
1751
|
-
neutral9: string;
|
|
1752
|
-
neutralA9: string;
|
|
1753
|
-
primary9: string;
|
|
1754
|
-
accent9: string;
|
|
1755
|
-
success9: string;
|
|
1756
|
-
info9: string;
|
|
1757
|
-
warning9: string;
|
|
1758
|
-
critical9: string;
|
|
1759
|
-
brand9: string;
|
|
1760
1751
|
neutral10: string;
|
|
1761
1752
|
neutralA10: string;
|
|
1762
1753
|
primary10: string;
|
|
@@ -1766,6 +1757,15 @@ export declare const BaseCalloutTitleContainer: import("@stitches/react/types/st
|
|
|
1766
1757
|
warning10: string;
|
|
1767
1758
|
critical10: string;
|
|
1768
1759
|
brand10: string;
|
|
1760
|
+
neutral9: string;
|
|
1761
|
+
neutralA9: string;
|
|
1762
|
+
primary9: string;
|
|
1763
|
+
accent9: string;
|
|
1764
|
+
success9: string;
|
|
1765
|
+
info9: string;
|
|
1766
|
+
warning9: string;
|
|
1767
|
+
critical9: string;
|
|
1768
|
+
brand9: string;
|
|
1769
1769
|
neutral11: string;
|
|
1770
1770
|
neutralA11: string;
|
|
1771
1771
|
primary11: string;
|