@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
|
@@ -113,16 +113,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
113
113
|
red5: string;
|
|
114
114
|
violet5: string;
|
|
115
115
|
yellow5: string;
|
|
116
|
-
blue9: string;
|
|
117
|
-
cyan9: string;
|
|
118
|
-
green9: string;
|
|
119
|
-
grey9: string;
|
|
120
|
-
greyA9: string;
|
|
121
|
-
orange9: string;
|
|
122
|
-
pink9: string;
|
|
123
|
-
red9: string;
|
|
124
|
-
violet9: string;
|
|
125
|
-
yellow9: string;
|
|
126
116
|
blue10: string;
|
|
127
117
|
cyan10: string;
|
|
128
118
|
green10: string;
|
|
@@ -133,6 +123,16 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
133
123
|
red10: string;
|
|
134
124
|
violet10: string;
|
|
135
125
|
yellow10: string;
|
|
126
|
+
blue9: string;
|
|
127
|
+
cyan9: string;
|
|
128
|
+
green9: string;
|
|
129
|
+
grey9: string;
|
|
130
|
+
greyA9: string;
|
|
131
|
+
orange9: string;
|
|
132
|
+
pink9: string;
|
|
133
|
+
red9: string;
|
|
134
|
+
violet9: string;
|
|
135
|
+
yellow9: string;
|
|
136
136
|
blue11: string;
|
|
137
137
|
cyan11: string;
|
|
138
138
|
green11: string;
|
|
@@ -236,15 +236,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
236
236
|
warning5: string;
|
|
237
237
|
critical5: string;
|
|
238
238
|
brand5: string;
|
|
239
|
-
neutral9: string;
|
|
240
|
-
neutralA9: string;
|
|
241
|
-
primary9: string;
|
|
242
|
-
accent9: string;
|
|
243
|
-
success9: string;
|
|
244
|
-
info9: string;
|
|
245
|
-
warning9: string;
|
|
246
|
-
critical9: string;
|
|
247
|
-
brand9: string;
|
|
248
239
|
neutral10: string;
|
|
249
240
|
neutralA10: string;
|
|
250
241
|
primary10: string;
|
|
@@ -254,6 +245,15 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
254
245
|
warning10: string;
|
|
255
246
|
critical10: string;
|
|
256
247
|
brand10: string;
|
|
248
|
+
neutral9: string;
|
|
249
|
+
neutralA9: string;
|
|
250
|
+
primary9: string;
|
|
251
|
+
accent9: string;
|
|
252
|
+
success9: string;
|
|
253
|
+
info9: string;
|
|
254
|
+
warning9: string;
|
|
255
|
+
critical9: string;
|
|
256
|
+
brand9: string;
|
|
257
257
|
neutral11: string;
|
|
258
258
|
neutralA11: string;
|
|
259
259
|
primary11: string;
|
|
@@ -78,16 +78,6 @@ export declare const BaseBreadcrumbListItem: import("@stitches/react/types/style
|
|
|
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 @@ export declare const BaseBreadcrumbListItem: import("@stitches/react/types/style
|
|
|
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 @@ export declare const BaseBreadcrumbListItem: import("@stitches/react/types/style
|
|
|
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 @@ export declare const BaseBreadcrumbListItem: import("@stitches/react/types/style
|
|
|
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;
|
|
@@ -454,16 +454,6 @@ export declare const BaseBreadcrumbLink: import("@stitches/react/types/styled-co
|
|
|
454
454
|
red5: string;
|
|
455
455
|
violet5: string;
|
|
456
456
|
yellow5: string;
|
|
457
|
-
blue9: string;
|
|
458
|
-
cyan9: string;
|
|
459
|
-
green9: string;
|
|
460
|
-
grey9: string;
|
|
461
|
-
greyA9: string;
|
|
462
|
-
orange9: string;
|
|
463
|
-
pink9: string;
|
|
464
|
-
red9: string;
|
|
465
|
-
violet9: string;
|
|
466
|
-
yellow9: string;
|
|
467
457
|
blue10: string;
|
|
468
458
|
cyan10: string;
|
|
469
459
|
green10: string;
|
|
@@ -474,6 +464,16 @@ export declare const BaseBreadcrumbLink: import("@stitches/react/types/styled-co
|
|
|
474
464
|
red10: string;
|
|
475
465
|
violet10: string;
|
|
476
466
|
yellow10: string;
|
|
467
|
+
blue9: string;
|
|
468
|
+
cyan9: string;
|
|
469
|
+
green9: string;
|
|
470
|
+
grey9: string;
|
|
471
|
+
greyA9: string;
|
|
472
|
+
orange9: string;
|
|
473
|
+
pink9: string;
|
|
474
|
+
red9: string;
|
|
475
|
+
violet9: string;
|
|
476
|
+
yellow9: string;
|
|
477
477
|
blue11: string;
|
|
478
478
|
cyan11: string;
|
|
479
479
|
green11: string;
|
|
@@ -577,15 +577,6 @@ export declare const BaseBreadcrumbLink: import("@stitches/react/types/styled-co
|
|
|
577
577
|
warning5: string;
|
|
578
578
|
critical5: string;
|
|
579
579
|
brand5: string;
|
|
580
|
-
neutral9: string;
|
|
581
|
-
neutralA9: string;
|
|
582
|
-
primary9: string;
|
|
583
|
-
accent9: string;
|
|
584
|
-
success9: string;
|
|
585
|
-
info9: string;
|
|
586
|
-
warning9: string;
|
|
587
|
-
critical9: string;
|
|
588
|
-
brand9: string;
|
|
589
580
|
neutral10: string;
|
|
590
581
|
neutralA10: string;
|
|
591
582
|
primary10: string;
|
|
@@ -595,6 +586,15 @@ export declare const BaseBreadcrumbLink: import("@stitches/react/types/styled-co
|
|
|
595
586
|
warning10: string;
|
|
596
587
|
critical10: string;
|
|
597
588
|
brand10: string;
|
|
589
|
+
neutral9: string;
|
|
590
|
+
neutralA9: string;
|
|
591
|
+
primary9: string;
|
|
592
|
+
accent9: string;
|
|
593
|
+
success9: string;
|
|
594
|
+
info9: string;
|
|
595
|
+
warning9: string;
|
|
596
|
+
critical9: string;
|
|
597
|
+
brand9: string;
|
|
598
598
|
neutral11: string;
|
|
599
599
|
neutralA11: string;
|
|
600
600
|
primary11: string;
|
|
@@ -830,16 +830,6 @@ export declare const BaseBreadcrumbText: import("@stitches/react/types/styled-co
|
|
|
830
830
|
red5: string;
|
|
831
831
|
violet5: string;
|
|
832
832
|
yellow5: string;
|
|
833
|
-
blue9: string;
|
|
834
|
-
cyan9: string;
|
|
835
|
-
green9: string;
|
|
836
|
-
grey9: string;
|
|
837
|
-
greyA9: string;
|
|
838
|
-
orange9: string;
|
|
839
|
-
pink9: string;
|
|
840
|
-
red9: string;
|
|
841
|
-
violet9: string;
|
|
842
|
-
yellow9: string;
|
|
843
833
|
blue10: string;
|
|
844
834
|
cyan10: string;
|
|
845
835
|
green10: string;
|
|
@@ -850,6 +840,16 @@ export declare const BaseBreadcrumbText: import("@stitches/react/types/styled-co
|
|
|
850
840
|
red10: string;
|
|
851
841
|
violet10: string;
|
|
852
842
|
yellow10: string;
|
|
843
|
+
blue9: string;
|
|
844
|
+
cyan9: string;
|
|
845
|
+
green9: string;
|
|
846
|
+
grey9: string;
|
|
847
|
+
greyA9: string;
|
|
848
|
+
orange9: string;
|
|
849
|
+
pink9: string;
|
|
850
|
+
red9: string;
|
|
851
|
+
violet9: string;
|
|
852
|
+
yellow9: string;
|
|
853
853
|
blue11: string;
|
|
854
854
|
cyan11: string;
|
|
855
855
|
green11: string;
|
|
@@ -953,15 +953,6 @@ export declare const BaseBreadcrumbText: import("@stitches/react/types/styled-co
|
|
|
953
953
|
warning5: string;
|
|
954
954
|
critical5: string;
|
|
955
955
|
brand5: string;
|
|
956
|
-
neutral9: string;
|
|
957
|
-
neutralA9: string;
|
|
958
|
-
primary9: string;
|
|
959
|
-
accent9: string;
|
|
960
|
-
success9: string;
|
|
961
|
-
info9: string;
|
|
962
|
-
warning9: string;
|
|
963
|
-
critical9: string;
|
|
964
|
-
brand9: string;
|
|
965
956
|
neutral10: string;
|
|
966
957
|
neutralA10: string;
|
|
967
958
|
primary10: string;
|
|
@@ -971,6 +962,15 @@ export declare const BaseBreadcrumbText: import("@stitches/react/types/styled-co
|
|
|
971
962
|
warning10: string;
|
|
972
963
|
critical10: string;
|
|
973
964
|
brand10: string;
|
|
965
|
+
neutral9: string;
|
|
966
|
+
neutralA9: string;
|
|
967
|
+
primary9: string;
|
|
968
|
+
accent9: string;
|
|
969
|
+
success9: string;
|
|
970
|
+
info9: string;
|
|
971
|
+
warning9: string;
|
|
972
|
+
critical9: string;
|
|
973
|
+
brand9: string;
|
|
974
974
|
neutral11: string;
|
|
975
975
|
neutralA11: string;
|
|
976
976
|
primary11: string;
|
|
@@ -1206,16 +1206,6 @@ export declare const BaseBreadcrumbConstrainedWidthContainerStyles: import("@sti
|
|
|
1206
1206
|
red5: string;
|
|
1207
1207
|
violet5: string;
|
|
1208
1208
|
yellow5: string;
|
|
1209
|
-
blue9: string;
|
|
1210
|
-
cyan9: string;
|
|
1211
|
-
green9: string;
|
|
1212
|
-
grey9: string;
|
|
1213
|
-
greyA9: string;
|
|
1214
|
-
orange9: string;
|
|
1215
|
-
pink9: string;
|
|
1216
|
-
red9: string;
|
|
1217
|
-
violet9: string;
|
|
1218
|
-
yellow9: string;
|
|
1219
1209
|
blue10: string;
|
|
1220
1210
|
cyan10: string;
|
|
1221
1211
|
green10: string;
|
|
@@ -1226,6 +1216,16 @@ export declare const BaseBreadcrumbConstrainedWidthContainerStyles: import("@sti
|
|
|
1226
1216
|
red10: string;
|
|
1227
1217
|
violet10: string;
|
|
1228
1218
|
yellow10: string;
|
|
1219
|
+
blue9: string;
|
|
1220
|
+
cyan9: string;
|
|
1221
|
+
green9: string;
|
|
1222
|
+
grey9: string;
|
|
1223
|
+
greyA9: string;
|
|
1224
|
+
orange9: string;
|
|
1225
|
+
pink9: string;
|
|
1226
|
+
red9: string;
|
|
1227
|
+
violet9: string;
|
|
1228
|
+
yellow9: string;
|
|
1229
1229
|
blue11: string;
|
|
1230
1230
|
cyan11: string;
|
|
1231
1231
|
green11: string;
|
|
@@ -1329,15 +1329,6 @@ export declare const BaseBreadcrumbConstrainedWidthContainerStyles: import("@sti
|
|
|
1329
1329
|
warning5: string;
|
|
1330
1330
|
critical5: string;
|
|
1331
1331
|
brand5: string;
|
|
1332
|
-
neutral9: string;
|
|
1333
|
-
neutralA9: string;
|
|
1334
|
-
primary9: string;
|
|
1335
|
-
accent9: string;
|
|
1336
|
-
success9: string;
|
|
1337
|
-
info9: string;
|
|
1338
|
-
warning9: string;
|
|
1339
|
-
critical9: string;
|
|
1340
|
-
brand9: string;
|
|
1341
1332
|
neutral10: string;
|
|
1342
1333
|
neutralA10: string;
|
|
1343
1334
|
primary10: string;
|
|
@@ -1347,6 +1338,15 @@ export declare const BaseBreadcrumbConstrainedWidthContainerStyles: import("@sti
|
|
|
1347
1338
|
warning10: string;
|
|
1348
1339
|
critical10: string;
|
|
1349
1340
|
brand10: string;
|
|
1341
|
+
neutral9: string;
|
|
1342
|
+
neutralA9: string;
|
|
1343
|
+
primary9: string;
|
|
1344
|
+
accent9: string;
|
|
1345
|
+
success9: string;
|
|
1346
|
+
info9: string;
|
|
1347
|
+
warning9: string;
|
|
1348
|
+
critical9: string;
|
|
1349
|
+
brand9: string;
|
|
1350
1350
|
neutral11: string;
|
|
1351
1351
|
neutralA11: string;
|
|
1352
1352
|
primary11: string;
|
package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbLink.styles.d.ts
CHANGED
|
@@ -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;
|
|
@@ -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;
|
package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbText.styles.d.ts
CHANGED
|
@@ -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;
|
|
@@ -78,16 +78,6 @@ export declare const BaseBreadcrumbsContainer: import("@stitches/react/types/sty
|
|
|
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 @@ export declare const BaseBreadcrumbsContainer: import("@stitches/react/types/sty
|
|
|
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 @@ export declare const BaseBreadcrumbsContainer: import("@stitches/react/types/sty
|
|
|
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 @@ export declare const BaseBreadcrumbsContainer: import("@stitches/react/types/sty
|
|
|
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;
|
|
@@ -105,16 +105,6 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
105
105
|
red5: string;
|
|
106
106
|
violet5: string;
|
|
107
107
|
yellow5: string;
|
|
108
|
-
blue9: string;
|
|
109
|
-
cyan9: string;
|
|
110
|
-
green9: string;
|
|
111
|
-
grey9: string;
|
|
112
|
-
greyA9: string;
|
|
113
|
-
orange9: string;
|
|
114
|
-
pink9: string;
|
|
115
|
-
red9: string;
|
|
116
|
-
violet9: string;
|
|
117
|
-
yellow9: string;
|
|
118
108
|
blue10: string;
|
|
119
109
|
cyan10: string;
|
|
120
110
|
green10: string;
|
|
@@ -125,6 +115,16 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
125
115
|
red10: string;
|
|
126
116
|
violet10: string;
|
|
127
117
|
yellow10: string;
|
|
118
|
+
blue9: string;
|
|
119
|
+
cyan9: string;
|
|
120
|
+
green9: string;
|
|
121
|
+
grey9: string;
|
|
122
|
+
greyA9: string;
|
|
123
|
+
orange9: string;
|
|
124
|
+
pink9: string;
|
|
125
|
+
red9: string;
|
|
126
|
+
violet9: string;
|
|
127
|
+
yellow9: string;
|
|
128
128
|
blue11: string;
|
|
129
129
|
cyan11: string;
|
|
130
130
|
green11: string;
|
|
@@ -228,15 +228,6 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
228
228
|
warning5: string;
|
|
229
229
|
critical5: string;
|
|
230
230
|
brand5: string;
|
|
231
|
-
neutral9: string;
|
|
232
|
-
neutralA9: string;
|
|
233
|
-
primary9: string;
|
|
234
|
-
accent9: string;
|
|
235
|
-
success9: string;
|
|
236
|
-
info9: string;
|
|
237
|
-
warning9: string;
|
|
238
|
-
critical9: string;
|
|
239
|
-
brand9: string;
|
|
240
231
|
neutral10: string;
|
|
241
232
|
neutralA10: string;
|
|
242
233
|
primary10: string;
|
|
@@ -246,6 +237,15 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
246
237
|
warning10: string;
|
|
247
238
|
critical10: string;
|
|
248
239
|
brand10: string;
|
|
240
|
+
neutral9: string;
|
|
241
|
+
neutralA9: string;
|
|
242
|
+
primary9: string;
|
|
243
|
+
accent9: string;
|
|
244
|
+
success9: string;
|
|
245
|
+
info9: string;
|
|
246
|
+
warning9: string;
|
|
247
|
+
critical9: string;
|
|
248
|
+
brand9: string;
|
|
249
249
|
neutral11: string;
|
|
250
250
|
neutralA11: string;
|
|
251
251
|
primary11: string;
|
|
@@ -480,16 +480,6 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
480
480
|
red5: string;
|
|
481
481
|
violet5: string;
|
|
482
482
|
yellow5: string;
|
|
483
|
-
blue9: string;
|
|
484
|
-
cyan9: string;
|
|
485
|
-
green9: string;
|
|
486
|
-
grey9: string;
|
|
487
|
-
greyA9: string;
|
|
488
|
-
orange9: string;
|
|
489
|
-
pink9: string;
|
|
490
|
-
red9: string;
|
|
491
|
-
violet9: string;
|
|
492
|
-
yellow9: string;
|
|
493
483
|
blue10: string;
|
|
494
484
|
cyan10: string;
|
|
495
485
|
green10: string;
|
|
@@ -500,6 +490,16 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
500
490
|
red10: string;
|
|
501
491
|
violet10: string;
|
|
502
492
|
yellow10: string;
|
|
493
|
+
blue9: string;
|
|
494
|
+
cyan9: string;
|
|
495
|
+
green9: string;
|
|
496
|
+
grey9: string;
|
|
497
|
+
greyA9: string;
|
|
498
|
+
orange9: string;
|
|
499
|
+
pink9: string;
|
|
500
|
+
red9: string;
|
|
501
|
+
violet9: string;
|
|
502
|
+
yellow9: string;
|
|
503
503
|
blue11: string;
|
|
504
504
|
cyan11: string;
|
|
505
505
|
green11: string;
|
|
@@ -603,15 +603,6 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
603
603
|
warning5: string;
|
|
604
604
|
critical5: string;
|
|
605
605
|
brand5: string;
|
|
606
|
-
neutral9: string;
|
|
607
|
-
neutralA9: string;
|
|
608
|
-
primary9: string;
|
|
609
|
-
accent9: string;
|
|
610
|
-
success9: string;
|
|
611
|
-
info9: string;
|
|
612
|
-
warning9: string;
|
|
613
|
-
critical9: string;
|
|
614
|
-
brand9: string;
|
|
615
606
|
neutral10: string;
|
|
616
607
|
neutralA10: string;
|
|
617
608
|
primary10: string;
|
|
@@ -621,6 +612,15 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
621
612
|
warning10: string;
|
|
622
613
|
critical10: string;
|
|
623
614
|
brand10: string;
|
|
615
|
+
neutral9: string;
|
|
616
|
+
neutralA9: string;
|
|
617
|
+
primary9: string;
|
|
618
|
+
accent9: string;
|
|
619
|
+
success9: string;
|
|
620
|
+
info9: string;
|
|
621
|
+
warning9: string;
|
|
622
|
+
critical9: string;
|
|
623
|
+
brand9: string;
|
|
624
624
|
neutral11: string;
|
|
625
625
|
neutralA11: string;
|
|
626
626
|
primary11: string;
|