@vitality-ds/components 4.1.2 → 4.2.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/Avatar/styles/BaseAvatarContainer.styles.js +1 -6
- package/dist/Button/constants.js +5 -0
- package/dist/Button/primitives/constants.js +8 -0
- package/dist/Button/primitives/styles/BaseButton.styles.js +35 -2
- package/dist/Button/primitives/styles/helpers.js +31 -2
- package/dist/Button/primitives/styles/helpers.spec.js +30 -0
- package/dist/ModalDialog/index.js +1 -27
- package/dist/components/src/AuditTrail/components/IconAvatar/styled.d.ts +17 -17
- package/dist/components/src/AuditTrail/components/IconAvatar/styles/IconAvatarContainer.styles.d.ts +17 -17
- package/dist/components/src/Avatar/styled.d.ts +89 -93
- package/dist/components/src/Avatar/styled.d.ts.map +1 -1
- package/dist/components/src/Avatar/styles/BaseAvatarContainer.styles.d.ts +25 -33
- package/dist/components/src/Avatar/styles/BaseAvatarContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Avatar/styles/BaseAvatarContainer.styles.js +0 -5
- package/dist/components/src/Avatar/styles/BaseAvatarContainer.styles.js.map +1 -1
- package/dist/components/src/Badge/styled.d.ts +38 -38
- package/dist/components/src/Badge/styles/BaseBadge.styles.d.ts +21 -21
- package/dist/components/src/Box/styled.d.ts +34 -34
- package/dist/components/src/Box/styles/BaseBox.styles.d.ts +17 -17
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styled.d.ts +68 -68
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbLink.styles.d.ts +17 -17
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbListItem.styles.d.ts +17 -17
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbText.styles.d.ts +17 -17
- package/dist/components/src/Breadcrumbs/styled.d.ts +17 -17
- package/dist/components/src/Button/components/ButtonIcon/styled.d.ts +34 -34
- package/dist/components/src/Button/components/ButtonIcon/styles/BaseButtonIcon.styles.d.ts +17 -17
- package/dist/components/src/Button/constants.d.ts.map +1 -1
- package/dist/components/src/Button/constants.js +5 -0
- package/dist/components/src/Button/constants.js.map +1 -1
- package/dist/components/src/Button/index.d.ts +35 -34
- package/dist/components/src/Button/index.d.ts.map +1 -1
- package/dist/components/src/Button/logic.d.ts +6 -6
- package/dist/components/src/Button/primitives/constants.d.ts +2 -0
- package/dist/components/src/Button/primitives/constants.d.ts.map +1 -0
- package/dist/components/src/Button/primitives/constants.js +6 -0
- package/dist/components/src/Button/primitives/constants.js.map +1 -0
- package/dist/components/src/Button/primitives/index.d.ts +35 -34
- package/dist/components/src/Button/primitives/index.d.ts.map +1 -1
- package/dist/components/src/Button/primitives/styled.d.ts +86 -85
- package/dist/components/src/Button/primitives/styled.d.ts.map +1 -1
- package/dist/components/src/Button/primitives/styles/BaseButton.styles.d.ts +18 -17
- package/dist/components/src/Button/primitives/styles/BaseButton.styles.d.ts.map +1 -1
- package/dist/components/src/Button/primitives/styles/BaseButton.styles.js +39 -2
- package/dist/components/src/Button/primitives/styles/BaseButton.styles.js.map +1 -1
- package/dist/components/src/Button/primitives/styles/BaseContentContainer.styles.d.ts +17 -17
- package/dist/components/src/Button/primitives/styles/BaseLoadingContainer.styles.d.ts +17 -17
- package/dist/components/src/Button/primitives/styles/helpers.d.ts +1 -0
- package/dist/components/src/Button/primitives/styles/helpers.d.ts.map +1 -1
- package/dist/components/src/Button/primitives/styles/helpers.js +29 -1
- package/dist/components/src/Button/primitives/styles/helpers.js.map +1 -1
- package/dist/components/src/Button/primitives/styles/helpers.spec.js +30 -0
- package/dist/components/src/Button/primitives/styles/helpers.spec.js.map +1 -1
- package/dist/components/src/Button/types.d.ts +1 -0
- package/dist/components/src/Button/types.d.ts.map +1 -1
- package/dist/components/src/Callout/components/CalloutDescription/styled.d.ts +34 -34
- package/dist/components/src/Callout/components/CalloutDescription/styles/BaseCalloutDescription.styles.d.ts +17 -17
- package/dist/components/src/Callout/styled.d.ts +85 -85
- package/dist/components/src/Callout/styles/BaseCallout.styles.d.ts +17 -17
- package/dist/components/src/Callout/styles/BaseCalloutActions.styles.d.ts +17 -17
- package/dist/components/src/Callout/styles/BaseCalloutTitleContainer.styles.d.ts +17 -17
- package/dist/components/src/Chip/components/Checkbox/styled.d.ts +99 -99
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckbox.styles.d.ts +31 -31
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckboxBox.styles.d.ts +17 -17
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckboxIcon.styles.d.ts +17 -17
- package/dist/components/src/Chip/components/MetaLabel/styled.d.ts +17 -17
- package/dist/components/src/Chip/components/MetaLabel/styles/BaseMetaLabel.styles.d.ts +17 -17
- package/dist/components/src/Chip/components/RemoveButton/styled.d.ts +34 -34
- package/dist/components/src/Chip/components/RemoveButton/styles/BaseRemoveButtonButton.styles.d.ts +17 -17
- package/dist/components/src/Chip/components/RemoveButton/styles/BaseRemoveButtonContainer.styles.d.ts +17 -17
- package/dist/components/src/Chip/styled.d.ts +62 -62
- package/dist/components/src/Chip/styles/BaseChip.styles.d.ts +28 -28
- package/dist/components/src/Chip/styles/BaseChipLabelContainer.styles.d.ts +17 -17
- package/dist/components/src/ComboButton/styled.d.ts +34 -34
- package/dist/components/src/ComboButton/styles/BaseComboButton.styles.d.ts +17 -17
- package/dist/components/src/Dialog/components/DialogActions/styled.d.ts +17 -17
- package/dist/components/src/Dialog/components/DialogActions/styles/BaseDialogActions.styles.d.ts +17 -17
- package/dist/components/src/Dialog/components/DialogContent/styled.d.ts +17 -17
- package/dist/components/src/Dialog/components/DialogContent/styles/BaseDialogContent.styles.d.ts +17 -17
- package/dist/components/src/Dialog/components/DialogHeader/styled.d.ts +82 -82
- package/dist/components/src/Dialog/components/DialogHeader/styles/BaseDialogHeader.styles.d.ts +31 -31
- package/dist/components/src/Dialog/components/DialogHeader/styles/TitleContainer.styles.d.ts +17 -17
- package/dist/components/src/Dialog/components/DialogHeader/styles/UtilityIconContainer.styles.d.ts +17 -17
- package/dist/components/src/Dialog/styled.d.ts +35 -35
- package/dist/components/src/Dialog/styles/BaseDialogContainer.styles.d.ts +18 -18
- package/dist/components/src/Divider/styled.d.ts +37 -37
- package/dist/components/src/Divider/styles/BaseDivider.styles.d.ts +20 -20
- package/dist/components/src/DropdownMenu/components/CheckableDropdownMenuItem/styled.d.ts +62 -62
- package/dist/components/src/DropdownMenu/components/CheckableDropdownMenuItem/styles/BaseCheckableItem.styles.d.ts +17 -17
- package/dist/components/src/DropdownMenu/components/DropdownMenuItem/styled.d.ts +45 -45
- package/dist/components/src/DropdownMenu/components/DropdownMenuItem/styles/BaseItem.styles.d.ts +28 -28
- package/dist/components/src/DropdownMenu/components/GroupLabel/styled.d.ts +17 -17
- package/dist/components/src/DropdownMenu/components/GroupLabel/styles/BaseGroupLabel.styles.d.ts +17 -17
- package/dist/components/src/DropdownMenu/components/IconContainer/styled.d.ts +17 -17
- package/dist/components/src/DropdownMenu/components/IconContainer/styles/BaseItemIcon.styles.d.ts +17 -17
- package/dist/components/src/DropdownMenu/components/Submenu/styled.d.ts +79 -79
- package/dist/components/src/DropdownMenu/components/Submenu/styles/BaseSubmenuTrigger.styles.d.ts +17 -17
- package/dist/components/src/DropdownMenu/constants.d.ts +79 -78
- package/dist/components/src/DropdownMenu/constants.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/styled.d.ts +51 -51
- package/dist/components/src/DropdownMenu/styles/Content.styles.d.ts +17 -17
- package/dist/components/src/DropdownMenu/styles/Trigger.styles.d.ts +17 -17
- package/dist/components/src/EmptyState/components/EmptyStateImage/styled.d.ts +17 -17
- package/dist/components/src/EmptyState/components/EmptyStateImage/styles/BaseEmptyStateImage.styles.d.ts +17 -17
- package/dist/components/src/EmptyState/styled.d.ts +17 -17
- package/dist/components/src/EmptyState/styles/BaseEmptyStateContainer.d.ts +17 -17
- package/dist/components/src/Flex/styled.d.ts +34 -34
- package/dist/components/src/Flex/styles/BaseFlex.styles.d.ts +17 -17
- package/dist/components/src/Form/CheckboxList/styled.d.ts +34 -34
- package/dist/components/src/Form/CheckboxList/styles/BaseCheckboxListContainer.styles.d.ts +17 -17
- package/dist/components/src/Form/FormField/components/Fieldset/styled.d.ts +17 -17
- package/dist/components/src/Form/FormField/components/Fieldset/styles/BaseFieldset.styles.d.ts +17 -17
- package/dist/components/src/Form/FormField/constants.d.ts +122 -122
- package/dist/components/src/Form/FormField/styled.d.ts +17 -17
- package/dist/components/src/Form/FormField/styles/IconWrapper.styles.d.ts +17 -17
- package/dist/components/src/Form/HelperMessage/styled.d.ts +36 -36
- package/dist/components/src/Form/HelperMessage/styles/BaseHelperMessage.styles.d.ts +19 -19
- package/dist/components/src/Form/Label/styled.d.ts +52 -52
- package/dist/components/src/Form/Label/styles/BaseComponent.styles.d.ts +17 -17
- package/dist/components/src/Form/Label/styles/BaseLabel.styles.d.ts +17 -17
- package/dist/components/src/Form/Label/styles/BaseLabelRequired.styles.d.ts +18 -18
- package/dist/components/src/Form/Legend/styled.d.ts +17 -17
- package/dist/components/src/Form/Legend/styles/BaseComponent.styles.d.ts +17 -17
- package/dist/components/src/IconButton/index.d.ts +44 -44
- package/dist/components/src/IconButton/styled.d.ts +88 -88
- package/dist/components/src/IconButton/styles/BaseIconButton.styles.d.ts +27 -27
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styled.d.ts +34 -34
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styles/BaseCheckboxIndicator.styles.d.ts +17 -17
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styles/BaseCheckboxRoot.styles.d.ts +17 -17
- package/dist/components/src/Input/Checkbox/styled.d.ts +53 -53
- package/dist/components/src/Input/Checkbox/styles/BaseCheckboxContainer.styles.d.ts +17 -17
- package/dist/components/src/Input/Checkbox/styles/BaseCheckboxText.styles.d.ts +19 -19
- package/dist/components/src/Input/DatePicker/components/Calendar/styled.d.ts +34 -34
- package/dist/components/src/Input/DatePicker/components/Calendar/styles/BaseCalendar.styles.d.ts +17 -17
- package/dist/components/src/Input/DatePicker/components/Calendar/styles/TopBarContainer.styles.d.ts +17 -17
- package/dist/components/src/Input/DatePicker/styled.d.ts +17 -17
- package/dist/components/src/Input/DatePicker/styles/BaseDatePicker.styles.d.ts +17 -17
- package/dist/components/src/Input/DateRangePicker/styled.d.ts +102 -102
- package/dist/components/src/Input/DateRangePicker/styles/BaseDateRangePicker.styles.d.ts +17 -17
- package/dist/components/src/Input/DateRangePicker/styles/BaseDateRangePickerLabel.styles.d.ts +17 -17
- package/dist/components/src/Input/DateRangePicker/styles/DateContainer.styles.d.ts +17 -17
- package/dist/components/src/Input/DateRangePicker/styles/DatePickerContainer.styles.d.ts +17 -17
- package/dist/components/src/Input/DateRangePicker/styles/ExtrasContainers.d.ts +17 -17
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styled.d.ts +108 -108
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioButton.styles.d.ts +17 -17
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioButtonContainer.styles.d.ts +17 -17
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioIndicator.styles.d.ts +21 -21
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioLabel.styles.d.ts +19 -19
- package/dist/components/src/Input/RadioButtons/index.d.ts +17 -17
- package/dist/components/src/Input/RadioButtons/styled.d.ts +17 -17
- package/dist/components/src/Input/RadioButtons/styles/BaseRadioButtonsContainer.styles.d.ts +17 -17
- package/dist/components/src/Input/Select/components/ClearButton/styled.d.ts +38 -38
- package/dist/components/src/Input/Select/components/ClearButton/styles/BaseClearButton.styles.d.ts +21 -21
- package/dist/components/src/Input/Select/components/Control/styled.d.ts +17 -17
- package/dist/components/src/Input/Select/components/Control/styles/BaseIsMultiWrapper.styles.d.ts +17 -17
- package/dist/components/src/Input/Select/components/DropdownIndicator/styled.d.ts +36 -36
- package/dist/components/src/Input/Select/components/DropdownIndicator/styles/BaseDropdownIndicator.styles.d.ts +19 -19
- package/dist/components/src/Input/Select/components/Input/styled.d.ts +35 -35
- package/dist/components/src/Input/Select/components/Input/styles/CustomSelectInput.styles.d.ts +18 -18
- package/dist/components/src/Input/Select/components/Option/styled.d.ts +17 -17
- package/dist/components/src/Input/Select/components/Option/styles/baseOption.styles.d.ts +17 -17
- package/dist/components/src/Input/TextInput/components/AdornmentWrapper/styled.d.ts +17 -17
- package/dist/components/src/Input/TextInput/components/AdornmentWrapper/styles/BaseAdornmentWrapper.styles.d.ts +17 -17
- package/dist/components/src/Input/TextInput/components/ButtonAdornment/styled.d.ts +17 -17
- package/dist/components/src/Input/TextInput/components/ButtonAdornment/styles/BaseButtonWrapper.styles.d.ts +17 -17
- package/dist/components/src/Input/TextInput/components/IconAdornment/styled.d.ts +17 -17
- package/dist/components/src/Input/TextInput/components/IconAdornment/styles/BaseIconWrapper.styles.d.ts +17 -17
- package/dist/components/src/Input/TextInput/components/IconButtonAdornment/styled.d.ts +17 -17
- package/dist/components/src/Input/TextInput/components/IconButtonAdornment/styles/BaseIconButtonWrapper.styles.d.ts +17 -17
- package/dist/components/src/Input/TextInput/components/Mask/index.d.ts +37 -37
- package/dist/components/src/Input/TextInput/components/Mask/styled.d.ts +37 -37
- package/dist/components/src/Input/TextInput/components/SpinnerAdornment/styled.d.ts +17 -17
- package/dist/components/src/Input/TextInput/components/SpinnerAdornment/styles/BaseSpinnerWrapper.styles.d.ts +17 -17
- package/dist/components/src/Input/TextInput/components/TextAdornment/styled.d.ts +35 -35
- package/dist/components/src/Input/TextInput/components/TextAdornment/styles/BaseAdornmentText.styles.d.ts +18 -18
- package/dist/components/src/Input/TextInput/index.d.ts +57 -57
- package/dist/components/src/Input/TextInput/styled.d.ts +86 -86
- package/dist/components/src/Input/TextInput/styles/BaseInputWrapper.styles.d.ts +32 -32
- package/dist/components/src/Input/TextInput/styles/BaseTextInput.styles.d.ts +20 -20
- package/dist/components/src/Input/Textarea/index.d.ts +45 -45
- package/dist/components/src/Input/Textarea/styled.d.ts +45 -45
- package/dist/components/src/Input/Textarea/styles/BaseTextarea.styles.d.ts +28 -28
- package/dist/components/src/Input/TimePicker/index.d.ts +3 -3
- package/dist/components/src/LegacyPaper/styled.d.ts +35 -35
- package/dist/components/src/LegacyPaper/styles/BaseLegacyPaper.styles.d.ts +18 -18
- package/dist/components/src/LinearProgress/styled.d.ts +52 -52
- package/dist/components/src/LinearProgress/styles/BaseLinearProgress.styles.d.ts +17 -17
- package/dist/components/src/LinearProgress/styles/BaseLinearProgressIndicator.styles.d.ts +18 -18
- package/dist/components/src/Link/Link.d.ts +72 -72
- package/dist/components/src/Link/LinkButton.d.ts +35 -34
- package/dist/components/src/Link/LinkButton.d.ts.map +1 -1
- package/dist/components/src/Link/styled.d.ts +107 -106
- package/dist/components/src/Link/styled.d.ts.map +1 -1
- package/dist/components/src/Link/styles/BaseLink.styles.d.ts +18 -18
- package/dist/components/src/Modal/styled.d.ts +69 -69
- package/dist/components/src/Modal/styles/BaseModalBlanket.styles.d.ts +18 -18
- package/dist/components/src/Modal/styles/BaseModalContent.styles.d.ts +17 -17
- package/dist/components/src/ModalDialog/index.d.ts.map +1 -1
- package/dist/components/src/ModalDialog/index.js +2 -22
- package/dist/components/src/ModalDialog/index.js.map +1 -1
- package/dist/components/src/Popover/styled.d.ts +51 -51
- package/dist/components/src/Popover/styles/PopoverContentStyles.styles.d.ts +17 -17
- package/dist/components/src/Popover/styles/PopoverRootStyles.styles.d.ts +17 -17
- package/dist/components/src/Popover/styles/PopoverTriggerStyles.styles.d.ts +17 -17
- package/dist/components/src/Shortcuts/styled.d.ts +53 -53
- package/dist/components/src/Shortcuts/styles/BaseShortcut.styles.d.ts +19 -19
- package/dist/components/src/Shortcuts/styles/BaseShortcutGroup.styles.d.ts +17 -17
- package/dist/components/src/Sidebar/components/SidebarBar/styled.d.ts +53 -53
- package/dist/components/src/Sidebar/components/SidebarBar/styles/BaseSidebarBar.styles.d.ts +19 -19
- package/dist/components/src/Sidebar/components/SidebarBar/styles/BaseSidebarContent.styles.d.ts +17 -17
- package/dist/components/src/Sidebar/components/SidebarCloseButton/styled.d.ts +17 -17
- package/dist/components/src/Sidebar/components/SidebarCloseButton/styles/BaseSidebarCloseButton.styles.d.ts +17 -17
- package/dist/components/src/Sidebar/components/SidebarWrapper/styled.d.ts +34 -34
- package/dist/components/src/Sidebar/components/SidebarWrapper/styles/BaseSidebarWrapper.styles.d.ts +17 -17
- package/dist/components/src/Spinner/index.d.ts +17 -17
- package/dist/components/src/Spinner/styled.d.ts +75 -75
- package/dist/components/src/Spinner/styles/BaseSpinner.styles.d.ts +17 -17
- package/dist/components/src/Spinner/styles/BaseSpinnerCircle.styles.d.ts +24 -24
- package/dist/components/src/Spinner/styles/BaseSpinnerSvg.styles.d.ts +17 -17
- package/dist/components/src/Stack/styled.d.ts +34 -34
- package/dist/components/src/Stack/styles/BaseStack.styles.d.ts +17 -17
- package/dist/components/src/StatusBadge/StatusBadge.d.ts +34 -34
- package/dist/components/src/StatusBadge/StatusBadgeButton.d.ts +34 -34
- package/dist/components/src/StatusBadge/StatusBadgeLink.d.ts +34 -34
- package/dist/components/src/StatusBadge/components/StatusBadgeIcon/styled.d.ts +17 -17
- package/dist/components/src/StatusBadge/components/StatusBadgeIcon/styles/BaseStatusBadge.styles.d.ts +17 -17
- package/dist/components/src/StatusBadge/styled.d.ts +102 -102
- package/dist/components/src/StatusBadge/styles/BaseStatusBadge.styles.d.ts +17 -17
- package/dist/components/src/Switch/index.d.ts +69 -69
- package/dist/components/src/Switch/styled.d.ts +80 -80
- package/dist/components/src/Switch/styles/BaseSwitch.styles.d.ts +26 -26
- package/dist/components/src/Switch/styles/BaseSwitchThumb.styles.d.ts +20 -20
- package/dist/components/src/Table/components/BatchActions/styled.d.ts +69 -69
- package/dist/components/src/Table/components/BatchActions/styles/ActionsContainer.styles.d.ts +17 -17
- package/dist/components/src/Table/components/BatchActions/styles/BaseBatchActions.styles.d.ts +18 -18
- package/dist/components/src/Table/components/BatchActions/styles/LeftContentContainer.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Cells/Header/styled.d.ts +34 -34
- package/dist/components/src/Table/components/Cells/Header/styles/BaseHeaderCell.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Cells/Number/styled.d.ts +17 -17
- package/dist/components/src/Table/components/Cells/Number/styles/BaseNumberTextCell.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Cells/RowActions/styled.d.ts +17 -17
- package/dist/components/src/Table/components/Cells/RowActions/styles/BaseIconButtonCell.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableHeaderCell/styled.d.ts +17 -17
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableHeaderCell/styles/BaseSortableHeaderCell.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableIcon/styled.d.ts +17 -17
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableIcon/styles/BaseSortableIconContainer.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortedIcon/styled.d.ts +35 -35
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortedIcon/styles/BaseSortedIconContainer.d.ts +18 -18
- package/dist/components/src/Table/components/Cells/Text/styled.d.ts +17 -17
- package/dist/components/src/Table/components/Cells/Text/styles/BaseTextCell.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Pagination/styled.d.ts +34 -34
- package/dist/components/src/Table/components/Pagination/styles/BasePagination.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Pagination/styles/PaginationWrapper.styles.d.ts +17 -17
- package/dist/components/src/Table/components/States/TableStatus/styled.d.ts +17 -17
- package/dist/components/src/Table/components/Toolbar/constants.d.ts +79 -78
- package/dist/components/src/Table/components/Toolbar/constants.d.ts.map +1 -1
- package/dist/components/src/Table/components/Toolbar/styled.d.ts +102 -102
- package/dist/components/src/Table/components/Toolbar/styles/BaseToolbarContainer.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Toolbar/styles/LeftActionsContainer.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Toolbar/styles/LeftSideContainer.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Toolbar/styles/RightActionsContainer.styles.d.ts +17 -17
- package/dist/components/src/Table/components/Toolbar/styles/TitleContainer.styles.d.ts +17 -17
- package/dist/components/src/Table/styled.d.ts +17 -17
- package/dist/components/src/Table/styles/BaseTableWrapper.styles.d.ts +17 -17
- package/dist/components/src/Tabs/components/Root/styled.d.ts +17 -17
- package/dist/components/src/Tabs/components/Root/styles/BaseRoot.styles.d.ts +17 -17
- package/dist/components/src/Tabs/components/Tab/styled.d.ts +17 -17
- package/dist/components/src/Tabs/components/Tab/styles/BaseTab.styles.d.ts +17 -17
- package/dist/components/src/Tabs/components/TabContent/styled.d.ts +17 -17
- package/dist/components/src/Tabs/components/TabContent/styles/BaseTabContent.styles.d.ts +17 -17
- package/dist/components/src/Tabs/components/TabsList/styled.d.ts +51 -51
- package/dist/components/src/Tabs/components/TabsList/styles/BaseTabsList.styles.d.ts +17 -17
- package/dist/components/src/Tabs/components/TabsList/styles/BaseTabsListContainer.styles.d.ts +17 -17
- package/dist/components/src/Toaster/components/CloseIconButton/styled.d.ts +44 -44
- package/dist/components/src/Toaster/components/CloseIconButton/styles/BaseCloseIconButton.styles.d.ts +27 -27
- 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 +66 -66
- package/dist/components/src/Toaster/components/Toast/styles/BaseContent.styles.d.ts +17 -17
- package/dist/components/src/Toaster/components/Toast/styles/BaseToast.styles.d.ts +32 -32
- package/dist/components/src/Toaster/styled.d.ts +17 -17
- package/dist/components/src/Toaster/styles/BaseToaster.styles.d.ts +17 -17
- package/dist/components/src/Tooltip/styled.d.ts +34 -34
- package/dist/components/src/Tooltip/styles/BaseTooltipArrow.styles.d.ts +17 -17
- package/dist/components/src/Tooltip/styles/BaseTooltipContent.styles.d.ts +17 -17
- package/dist/components/src/TruncateContent/styled.d.ts +89 -89
- package/dist/components/src/TruncateContent/styles/BaseButton.styles.d.ts +21 -21
- package/dist/components/src/TruncateContent/styles/BaseContainer.styles.d.ts +17 -17
- package/dist/components/src/TruncateContent/styles/BaseInner.styles.d.ts +17 -17
- package/dist/components/src/Typography/styled.d.ts +54 -54
- package/dist/components/src/Typography/styles/BaseTypography.styles.d.ts +37 -37
- package/dist/esm/Avatar/styles/BaseAvatarContainer.styles.js +1 -6
- package/dist/esm/Button/constants.js +5 -0
- package/dist/esm/Button/primitives/constants.js +2 -0
- package/dist/esm/Button/primitives/styles/BaseButton.styles.js +36 -3
- package/dist/esm/Button/primitives/styles/helpers.js +30 -1
- package/dist/esm/Button/primitives/styles/helpers.spec.js +31 -1
- package/dist/esm/ModalDialog/index.js +1 -27
- package/dist/icons/src/Icon/styled.d.ts +45 -45
- package/dist/icons/src/Icon/styles/BaseIcon.styles.d.ts +28 -28
- package/dist/system/src/stitches.config.d.ts +204 -204
- package/dist/tokens/src/Color/helpers/constants.d.ts +3 -0
- package/dist/tokens/src/Color/helpers/constants.d.ts.map +1 -1
- package/dist/tokens/src/Color/helpers/constants.js +3 -0
- package/dist/tokens/src/Color/helpers/constants.js.map +1 -1
- package/dist/tokens/src/Theme/getters/getColors.d.ts +34 -34
- package/dist/tokens/src/Theme/getters/getSpace.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getSpace.js +5 -1
- package/dist/tokens/src/Theme/getters/getSpace.js.map +1 -1
- package/dist/tokens/src/Theme/getters/getTheme.d.ts +34 -34
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/dist/ModalDialog/constants.js +0 -33
- package/dist/components/src/ModalDialog/constants.d.ts +0 -28
- package/dist/components/src/ModalDialog/constants.d.ts.map +0 -1
- package/dist/components/src/ModalDialog/constants.js +0 -30
- package/dist/components/src/ModalDialog/constants.js.map +0 -1
- package/dist/esm/ModalDialog/constants.js +0 -27
|
@@ -133,15 +133,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
133
133
|
pink11: string;
|
|
134
134
|
red11: string;
|
|
135
135
|
yellow11: string;
|
|
136
|
-
blue8: string;
|
|
137
|
-
cyan8: string;
|
|
138
|
-
green8: string;
|
|
139
|
-
grey8: string;
|
|
140
|
-
greyA8: string;
|
|
141
|
-
orange8: string;
|
|
142
|
-
pink8: string;
|
|
143
|
-
red8: string;
|
|
144
|
-
yellow8: string;
|
|
145
136
|
blue6: string;
|
|
146
137
|
cyan6: string;
|
|
147
138
|
green6: string;
|
|
@@ -151,6 +142,15 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
151
142
|
pink6: string;
|
|
152
143
|
red6: string;
|
|
153
144
|
yellow6: string;
|
|
145
|
+
blue8: string;
|
|
146
|
+
cyan8: string;
|
|
147
|
+
green8: string;
|
|
148
|
+
grey8: string;
|
|
149
|
+
greyA8: string;
|
|
150
|
+
orange8: string;
|
|
151
|
+
pink8: string;
|
|
152
|
+
red8: string;
|
|
153
|
+
yellow8: string;
|
|
154
154
|
blue13: string;
|
|
155
155
|
cyan13: string;
|
|
156
156
|
green13: string;
|
|
@@ -240,14 +240,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
240
240
|
info11: string;
|
|
241
241
|
warning11: string;
|
|
242
242
|
critical11: string;
|
|
243
|
-
neutral8: string;
|
|
244
|
-
neutralA8: string;
|
|
245
|
-
primary8: string;
|
|
246
|
-
accent8: string;
|
|
247
|
-
success8: string;
|
|
248
|
-
info8: string;
|
|
249
|
-
warning8: string;
|
|
250
|
-
critical8: string;
|
|
251
243
|
neutral6: string;
|
|
252
244
|
neutralA6: string;
|
|
253
245
|
primary6: string;
|
|
@@ -256,6 +248,14 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
256
248
|
info6: string;
|
|
257
249
|
warning6: string;
|
|
258
250
|
critical6: string;
|
|
251
|
+
neutral8: string;
|
|
252
|
+
neutralA8: string;
|
|
253
|
+
primary8: string;
|
|
254
|
+
accent8: string;
|
|
255
|
+
success8: string;
|
|
256
|
+
info8: string;
|
|
257
|
+
warning8: string;
|
|
258
|
+
critical8: string;
|
|
259
259
|
neutral13: string;
|
|
260
260
|
neutralA13: string;
|
|
261
261
|
primary13: string;
|
|
@@ -98,15 +98,6 @@ export declare const BaseBreadcrumbListItem: import("@stitches/react/types/style
|
|
|
98
98
|
pink11: string;
|
|
99
99
|
red11: string;
|
|
100
100
|
yellow11: string;
|
|
101
|
-
blue8: string;
|
|
102
|
-
cyan8: string;
|
|
103
|
-
green8: string;
|
|
104
|
-
grey8: string;
|
|
105
|
-
greyA8: string;
|
|
106
|
-
orange8: string;
|
|
107
|
-
pink8: string;
|
|
108
|
-
red8: string;
|
|
109
|
-
yellow8: string;
|
|
110
101
|
blue6: string;
|
|
111
102
|
cyan6: string;
|
|
112
103
|
green6: string;
|
|
@@ -116,6 +107,15 @@ export declare const BaseBreadcrumbListItem: import("@stitches/react/types/style
|
|
|
116
107
|
pink6: string;
|
|
117
108
|
red6: string;
|
|
118
109
|
yellow6: string;
|
|
110
|
+
blue8: string;
|
|
111
|
+
cyan8: string;
|
|
112
|
+
green8: string;
|
|
113
|
+
grey8: string;
|
|
114
|
+
greyA8: string;
|
|
115
|
+
orange8: string;
|
|
116
|
+
pink8: string;
|
|
117
|
+
red8: string;
|
|
118
|
+
yellow8: string;
|
|
119
119
|
blue13: string;
|
|
120
120
|
cyan13: string;
|
|
121
121
|
green13: string;
|
|
@@ -205,14 +205,6 @@ export declare const BaseBreadcrumbListItem: import("@stitches/react/types/style
|
|
|
205
205
|
info11: string;
|
|
206
206
|
warning11: string;
|
|
207
207
|
critical11: string;
|
|
208
|
-
neutral8: string;
|
|
209
|
-
neutralA8: string;
|
|
210
|
-
primary8: string;
|
|
211
|
-
accent8: string;
|
|
212
|
-
success8: string;
|
|
213
|
-
info8: string;
|
|
214
|
-
warning8: string;
|
|
215
|
-
critical8: string;
|
|
216
208
|
neutral6: string;
|
|
217
209
|
neutralA6: string;
|
|
218
210
|
primary6: string;
|
|
@@ -221,6 +213,14 @@ export declare const BaseBreadcrumbListItem: import("@stitches/react/types/style
|
|
|
221
213
|
info6: string;
|
|
222
214
|
warning6: string;
|
|
223
215
|
critical6: string;
|
|
216
|
+
neutral8: string;
|
|
217
|
+
neutralA8: string;
|
|
218
|
+
primary8: string;
|
|
219
|
+
accent8: string;
|
|
220
|
+
success8: string;
|
|
221
|
+
info8: string;
|
|
222
|
+
warning8: string;
|
|
223
|
+
critical8: string;
|
|
224
224
|
neutral13: string;
|
|
225
225
|
neutralA13: string;
|
|
226
226
|
primary13: string;
|
|
@@ -448,15 +448,6 @@ export declare const BaseBreadcrumbLink: import("@stitches/react/types/styled-co
|
|
|
448
448
|
pink11: string;
|
|
449
449
|
red11: string;
|
|
450
450
|
yellow11: string;
|
|
451
|
-
blue8: string;
|
|
452
|
-
cyan8: string;
|
|
453
|
-
green8: string;
|
|
454
|
-
grey8: string;
|
|
455
|
-
greyA8: string;
|
|
456
|
-
orange8: string;
|
|
457
|
-
pink8: string;
|
|
458
|
-
red8: string;
|
|
459
|
-
yellow8: string;
|
|
460
451
|
blue6: string;
|
|
461
452
|
cyan6: string;
|
|
462
453
|
green6: string;
|
|
@@ -466,6 +457,15 @@ export declare const BaseBreadcrumbLink: import("@stitches/react/types/styled-co
|
|
|
466
457
|
pink6: string;
|
|
467
458
|
red6: string;
|
|
468
459
|
yellow6: string;
|
|
460
|
+
blue8: string;
|
|
461
|
+
cyan8: string;
|
|
462
|
+
green8: string;
|
|
463
|
+
grey8: string;
|
|
464
|
+
greyA8: string;
|
|
465
|
+
orange8: string;
|
|
466
|
+
pink8: string;
|
|
467
|
+
red8: string;
|
|
468
|
+
yellow8: string;
|
|
469
469
|
blue13: string;
|
|
470
470
|
cyan13: string;
|
|
471
471
|
green13: string;
|
|
@@ -555,14 +555,6 @@ export declare const BaseBreadcrumbLink: import("@stitches/react/types/styled-co
|
|
|
555
555
|
info11: string;
|
|
556
556
|
warning11: string;
|
|
557
557
|
critical11: string;
|
|
558
|
-
neutral8: string;
|
|
559
|
-
neutralA8: string;
|
|
560
|
-
primary8: string;
|
|
561
|
-
accent8: string;
|
|
562
|
-
success8: string;
|
|
563
|
-
info8: string;
|
|
564
|
-
warning8: string;
|
|
565
|
-
critical8: string;
|
|
566
558
|
neutral6: string;
|
|
567
559
|
neutralA6: string;
|
|
568
560
|
primary6: string;
|
|
@@ -571,6 +563,14 @@ export declare const BaseBreadcrumbLink: import("@stitches/react/types/styled-co
|
|
|
571
563
|
info6: string;
|
|
572
564
|
warning6: string;
|
|
573
565
|
critical6: string;
|
|
566
|
+
neutral8: string;
|
|
567
|
+
neutralA8: string;
|
|
568
|
+
primary8: string;
|
|
569
|
+
accent8: string;
|
|
570
|
+
success8: string;
|
|
571
|
+
info8: string;
|
|
572
|
+
warning8: string;
|
|
573
|
+
critical8: string;
|
|
574
574
|
neutral13: string;
|
|
575
575
|
neutralA13: string;
|
|
576
576
|
primary13: string;
|
|
@@ -798,15 +798,6 @@ export declare const BaseBreadcrumbText: import("@stitches/react/types/styled-co
|
|
|
798
798
|
pink11: string;
|
|
799
799
|
red11: string;
|
|
800
800
|
yellow11: string;
|
|
801
|
-
blue8: string;
|
|
802
|
-
cyan8: string;
|
|
803
|
-
green8: string;
|
|
804
|
-
grey8: string;
|
|
805
|
-
greyA8: string;
|
|
806
|
-
orange8: string;
|
|
807
|
-
pink8: string;
|
|
808
|
-
red8: string;
|
|
809
|
-
yellow8: string;
|
|
810
801
|
blue6: string;
|
|
811
802
|
cyan6: string;
|
|
812
803
|
green6: string;
|
|
@@ -816,6 +807,15 @@ export declare const BaseBreadcrumbText: import("@stitches/react/types/styled-co
|
|
|
816
807
|
pink6: string;
|
|
817
808
|
red6: string;
|
|
818
809
|
yellow6: string;
|
|
810
|
+
blue8: string;
|
|
811
|
+
cyan8: string;
|
|
812
|
+
green8: string;
|
|
813
|
+
grey8: string;
|
|
814
|
+
greyA8: string;
|
|
815
|
+
orange8: string;
|
|
816
|
+
pink8: string;
|
|
817
|
+
red8: string;
|
|
818
|
+
yellow8: string;
|
|
819
819
|
blue13: string;
|
|
820
820
|
cyan13: string;
|
|
821
821
|
green13: string;
|
|
@@ -905,14 +905,6 @@ export declare const BaseBreadcrumbText: import("@stitches/react/types/styled-co
|
|
|
905
905
|
info11: string;
|
|
906
906
|
warning11: string;
|
|
907
907
|
critical11: string;
|
|
908
|
-
neutral8: string;
|
|
909
|
-
neutralA8: string;
|
|
910
|
-
primary8: string;
|
|
911
|
-
accent8: string;
|
|
912
|
-
success8: string;
|
|
913
|
-
info8: string;
|
|
914
|
-
warning8: string;
|
|
915
|
-
critical8: string;
|
|
916
908
|
neutral6: string;
|
|
917
909
|
neutralA6: string;
|
|
918
910
|
primary6: string;
|
|
@@ -921,6 +913,14 @@ export declare const BaseBreadcrumbText: import("@stitches/react/types/styled-co
|
|
|
921
913
|
info6: string;
|
|
922
914
|
warning6: string;
|
|
923
915
|
critical6: string;
|
|
916
|
+
neutral8: string;
|
|
917
|
+
neutralA8: string;
|
|
918
|
+
primary8: string;
|
|
919
|
+
accent8: string;
|
|
920
|
+
success8: string;
|
|
921
|
+
info8: string;
|
|
922
|
+
warning8: string;
|
|
923
|
+
critical8: string;
|
|
924
924
|
neutral13: string;
|
|
925
925
|
neutralA13: string;
|
|
926
926
|
primary13: string;
|
|
@@ -1148,15 +1148,6 @@ export declare const BaseBreadcrumbConstrainedWidthContainerStyles: import("@sti
|
|
|
1148
1148
|
pink11: string;
|
|
1149
1149
|
red11: string;
|
|
1150
1150
|
yellow11: string;
|
|
1151
|
-
blue8: string;
|
|
1152
|
-
cyan8: string;
|
|
1153
|
-
green8: string;
|
|
1154
|
-
grey8: string;
|
|
1155
|
-
greyA8: string;
|
|
1156
|
-
orange8: string;
|
|
1157
|
-
pink8: string;
|
|
1158
|
-
red8: string;
|
|
1159
|
-
yellow8: string;
|
|
1160
1151
|
blue6: string;
|
|
1161
1152
|
cyan6: string;
|
|
1162
1153
|
green6: string;
|
|
@@ -1166,6 +1157,15 @@ export declare const BaseBreadcrumbConstrainedWidthContainerStyles: import("@sti
|
|
|
1166
1157
|
pink6: string;
|
|
1167
1158
|
red6: string;
|
|
1168
1159
|
yellow6: string;
|
|
1160
|
+
blue8: string;
|
|
1161
|
+
cyan8: string;
|
|
1162
|
+
green8: string;
|
|
1163
|
+
grey8: string;
|
|
1164
|
+
greyA8: string;
|
|
1165
|
+
orange8: string;
|
|
1166
|
+
pink8: string;
|
|
1167
|
+
red8: string;
|
|
1168
|
+
yellow8: string;
|
|
1169
1169
|
blue13: string;
|
|
1170
1170
|
cyan13: string;
|
|
1171
1171
|
green13: string;
|
|
@@ -1255,14 +1255,6 @@ export declare const BaseBreadcrumbConstrainedWidthContainerStyles: import("@sti
|
|
|
1255
1255
|
info11: string;
|
|
1256
1256
|
warning11: string;
|
|
1257
1257
|
critical11: string;
|
|
1258
|
-
neutral8: string;
|
|
1259
|
-
neutralA8: string;
|
|
1260
|
-
primary8: string;
|
|
1261
|
-
accent8: string;
|
|
1262
|
-
success8: string;
|
|
1263
|
-
info8: string;
|
|
1264
|
-
warning8: string;
|
|
1265
|
-
critical8: string;
|
|
1266
1258
|
neutral6: string;
|
|
1267
1259
|
neutralA6: string;
|
|
1268
1260
|
primary6: string;
|
|
@@ -1271,6 +1263,14 @@ export declare const BaseBreadcrumbConstrainedWidthContainerStyles: import("@sti
|
|
|
1271
1263
|
info6: string;
|
|
1272
1264
|
warning6: string;
|
|
1273
1265
|
critical6: string;
|
|
1266
|
+
neutral8: string;
|
|
1267
|
+
neutralA8: string;
|
|
1268
|
+
primary8: string;
|
|
1269
|
+
accent8: string;
|
|
1270
|
+
success8: string;
|
|
1271
|
+
info8: string;
|
|
1272
|
+
warning8: string;
|
|
1273
|
+
critical8: string;
|
|
1274
1274
|
neutral13: string;
|
|
1275
1275
|
neutralA13: string;
|
|
1276
1276
|
primary13: string;
|
package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbLink.styles.d.ts
CHANGED
|
@@ -98,15 +98,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
98
98
|
pink11: string;
|
|
99
99
|
red11: string;
|
|
100
100
|
yellow11: string;
|
|
101
|
-
blue8: string;
|
|
102
|
-
cyan8: string;
|
|
103
|
-
green8: string;
|
|
104
|
-
grey8: string;
|
|
105
|
-
greyA8: string;
|
|
106
|
-
orange8: string;
|
|
107
|
-
pink8: string;
|
|
108
|
-
red8: string;
|
|
109
|
-
yellow8: string;
|
|
110
101
|
blue6: string;
|
|
111
102
|
cyan6: string;
|
|
112
103
|
green6: string;
|
|
@@ -116,6 +107,15 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
116
107
|
pink6: string;
|
|
117
108
|
red6: string;
|
|
118
109
|
yellow6: string;
|
|
110
|
+
blue8: string;
|
|
111
|
+
cyan8: string;
|
|
112
|
+
green8: string;
|
|
113
|
+
grey8: string;
|
|
114
|
+
greyA8: string;
|
|
115
|
+
orange8: string;
|
|
116
|
+
pink8: string;
|
|
117
|
+
red8: string;
|
|
118
|
+
yellow8: string;
|
|
119
119
|
blue13: string;
|
|
120
120
|
cyan13: string;
|
|
121
121
|
green13: string;
|
|
@@ -205,14 +205,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
205
205
|
info11: string;
|
|
206
206
|
warning11: string;
|
|
207
207
|
critical11: string;
|
|
208
|
-
neutral8: string;
|
|
209
|
-
neutralA8: string;
|
|
210
|
-
primary8: string;
|
|
211
|
-
accent8: string;
|
|
212
|
-
success8: string;
|
|
213
|
-
info8: string;
|
|
214
|
-
warning8: string;
|
|
215
|
-
critical8: string;
|
|
216
208
|
neutral6: string;
|
|
217
209
|
neutralA6: string;
|
|
218
210
|
primary6: string;
|
|
@@ -221,6 +213,14 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
221
213
|
info6: string;
|
|
222
214
|
warning6: string;
|
|
223
215
|
critical6: string;
|
|
216
|
+
neutral8: string;
|
|
217
|
+
neutralA8: string;
|
|
218
|
+
primary8: string;
|
|
219
|
+
accent8: string;
|
|
220
|
+
success8: string;
|
|
221
|
+
info8: string;
|
|
222
|
+
warning8: string;
|
|
223
|
+
critical8: string;
|
|
224
224
|
neutral13: string;
|
|
225
225
|
neutralA13: string;
|
|
226
226
|
primary13: string;
|
|
@@ -98,15 +98,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
98
98
|
pink11: string;
|
|
99
99
|
red11: string;
|
|
100
100
|
yellow11: string;
|
|
101
|
-
blue8: string;
|
|
102
|
-
cyan8: string;
|
|
103
|
-
green8: string;
|
|
104
|
-
grey8: string;
|
|
105
|
-
greyA8: string;
|
|
106
|
-
orange8: string;
|
|
107
|
-
pink8: string;
|
|
108
|
-
red8: string;
|
|
109
|
-
yellow8: string;
|
|
110
101
|
blue6: string;
|
|
111
102
|
cyan6: string;
|
|
112
103
|
green6: string;
|
|
@@ -116,6 +107,15 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
116
107
|
pink6: string;
|
|
117
108
|
red6: string;
|
|
118
109
|
yellow6: string;
|
|
110
|
+
blue8: string;
|
|
111
|
+
cyan8: string;
|
|
112
|
+
green8: string;
|
|
113
|
+
grey8: string;
|
|
114
|
+
greyA8: string;
|
|
115
|
+
orange8: string;
|
|
116
|
+
pink8: string;
|
|
117
|
+
red8: string;
|
|
118
|
+
yellow8: string;
|
|
119
119
|
blue13: string;
|
|
120
120
|
cyan13: string;
|
|
121
121
|
green13: string;
|
|
@@ -205,14 +205,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
205
205
|
info11: string;
|
|
206
206
|
warning11: string;
|
|
207
207
|
critical11: string;
|
|
208
|
-
neutral8: string;
|
|
209
|
-
neutralA8: string;
|
|
210
|
-
primary8: string;
|
|
211
|
-
accent8: string;
|
|
212
|
-
success8: string;
|
|
213
|
-
info8: string;
|
|
214
|
-
warning8: string;
|
|
215
|
-
critical8: string;
|
|
216
208
|
neutral6: string;
|
|
217
209
|
neutralA6: string;
|
|
218
210
|
primary6: string;
|
|
@@ -221,6 +213,14 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
221
213
|
info6: string;
|
|
222
214
|
warning6: string;
|
|
223
215
|
critical6: string;
|
|
216
|
+
neutral8: string;
|
|
217
|
+
neutralA8: string;
|
|
218
|
+
primary8: string;
|
|
219
|
+
accent8: string;
|
|
220
|
+
success8: string;
|
|
221
|
+
info8: string;
|
|
222
|
+
warning8: string;
|
|
223
|
+
critical8: string;
|
|
224
224
|
neutral13: string;
|
|
225
225
|
neutralA13: string;
|
|
226
226
|
primary13: string;
|
package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbText.styles.d.ts
CHANGED
|
@@ -98,15 +98,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
98
98
|
pink11: string;
|
|
99
99
|
red11: string;
|
|
100
100
|
yellow11: string;
|
|
101
|
-
blue8: string;
|
|
102
|
-
cyan8: string;
|
|
103
|
-
green8: string;
|
|
104
|
-
grey8: string;
|
|
105
|
-
greyA8: string;
|
|
106
|
-
orange8: string;
|
|
107
|
-
pink8: string;
|
|
108
|
-
red8: string;
|
|
109
|
-
yellow8: string;
|
|
110
101
|
blue6: string;
|
|
111
102
|
cyan6: string;
|
|
112
103
|
green6: string;
|
|
@@ -116,6 +107,15 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
116
107
|
pink6: string;
|
|
117
108
|
red6: string;
|
|
118
109
|
yellow6: string;
|
|
110
|
+
blue8: string;
|
|
111
|
+
cyan8: string;
|
|
112
|
+
green8: string;
|
|
113
|
+
grey8: string;
|
|
114
|
+
greyA8: string;
|
|
115
|
+
orange8: string;
|
|
116
|
+
pink8: string;
|
|
117
|
+
red8: string;
|
|
118
|
+
yellow8: string;
|
|
119
119
|
blue13: string;
|
|
120
120
|
cyan13: string;
|
|
121
121
|
green13: string;
|
|
@@ -205,14 +205,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
205
205
|
info11: string;
|
|
206
206
|
warning11: string;
|
|
207
207
|
critical11: string;
|
|
208
|
-
neutral8: string;
|
|
209
|
-
neutralA8: string;
|
|
210
|
-
primary8: string;
|
|
211
|
-
accent8: string;
|
|
212
|
-
success8: string;
|
|
213
|
-
info8: string;
|
|
214
|
-
warning8: string;
|
|
215
|
-
critical8: string;
|
|
216
208
|
neutral6: string;
|
|
217
209
|
neutralA6: string;
|
|
218
210
|
primary6: string;
|
|
@@ -221,6 +213,14 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
221
213
|
info6: string;
|
|
222
214
|
warning6: string;
|
|
223
215
|
critical6: string;
|
|
216
|
+
neutral8: string;
|
|
217
|
+
neutralA8: string;
|
|
218
|
+
primary8: string;
|
|
219
|
+
accent8: string;
|
|
220
|
+
success8: string;
|
|
221
|
+
info8: string;
|
|
222
|
+
warning8: string;
|
|
223
|
+
critical8: string;
|
|
224
224
|
neutral13: string;
|
|
225
225
|
neutralA13: string;
|
|
226
226
|
primary13: string;
|
|
@@ -98,15 +98,6 @@ export declare const BaseBreadcrumbsContainer: import("@stitches/react/types/sty
|
|
|
98
98
|
pink11: string;
|
|
99
99
|
red11: string;
|
|
100
100
|
yellow11: string;
|
|
101
|
-
blue8: string;
|
|
102
|
-
cyan8: string;
|
|
103
|
-
green8: string;
|
|
104
|
-
grey8: string;
|
|
105
|
-
greyA8: string;
|
|
106
|
-
orange8: string;
|
|
107
|
-
pink8: string;
|
|
108
|
-
red8: string;
|
|
109
|
-
yellow8: string;
|
|
110
101
|
blue6: string;
|
|
111
102
|
cyan6: string;
|
|
112
103
|
green6: string;
|
|
@@ -116,6 +107,15 @@ export declare const BaseBreadcrumbsContainer: import("@stitches/react/types/sty
|
|
|
116
107
|
pink6: string;
|
|
117
108
|
red6: string;
|
|
118
109
|
yellow6: string;
|
|
110
|
+
blue8: string;
|
|
111
|
+
cyan8: string;
|
|
112
|
+
green8: string;
|
|
113
|
+
grey8: string;
|
|
114
|
+
greyA8: string;
|
|
115
|
+
orange8: string;
|
|
116
|
+
pink8: string;
|
|
117
|
+
red8: string;
|
|
118
|
+
yellow8: string;
|
|
119
119
|
blue13: string;
|
|
120
120
|
cyan13: string;
|
|
121
121
|
green13: string;
|
|
@@ -205,14 +205,6 @@ export declare const BaseBreadcrumbsContainer: import("@stitches/react/types/sty
|
|
|
205
205
|
info11: string;
|
|
206
206
|
warning11: string;
|
|
207
207
|
critical11: string;
|
|
208
|
-
neutral8: string;
|
|
209
|
-
neutralA8: string;
|
|
210
|
-
primary8: string;
|
|
211
|
-
accent8: string;
|
|
212
|
-
success8: string;
|
|
213
|
-
info8: string;
|
|
214
|
-
warning8: string;
|
|
215
|
-
critical8: string;
|
|
216
208
|
neutral6: string;
|
|
217
209
|
neutralA6: string;
|
|
218
210
|
primary6: string;
|
|
@@ -221,6 +213,14 @@ export declare const BaseBreadcrumbsContainer: import("@stitches/react/types/sty
|
|
|
221
213
|
info6: string;
|
|
222
214
|
warning6: string;
|
|
223
215
|
critical6: string;
|
|
216
|
+
neutral8: string;
|
|
217
|
+
neutralA8: string;
|
|
218
|
+
primary8: string;
|
|
219
|
+
accent8: string;
|
|
220
|
+
success8: string;
|
|
221
|
+
info8: string;
|
|
222
|
+
warning8: string;
|
|
223
|
+
critical8: string;
|
|
224
224
|
neutral13: string;
|
|
225
225
|
neutralA13: string;
|
|
226
226
|
primary13: string;
|
|
@@ -125,15 +125,6 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
125
125
|
pink11: string;
|
|
126
126
|
red11: string;
|
|
127
127
|
yellow11: string;
|
|
128
|
-
blue8: string;
|
|
129
|
-
cyan8: string;
|
|
130
|
-
green8: string;
|
|
131
|
-
grey8: string;
|
|
132
|
-
greyA8: string;
|
|
133
|
-
orange8: string;
|
|
134
|
-
pink8: string;
|
|
135
|
-
red8: string;
|
|
136
|
-
yellow8: string;
|
|
137
128
|
blue6: string;
|
|
138
129
|
cyan6: string;
|
|
139
130
|
green6: string;
|
|
@@ -143,6 +134,15 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
143
134
|
pink6: string;
|
|
144
135
|
red6: string;
|
|
145
136
|
yellow6: string;
|
|
137
|
+
blue8: string;
|
|
138
|
+
cyan8: string;
|
|
139
|
+
green8: string;
|
|
140
|
+
grey8: string;
|
|
141
|
+
greyA8: string;
|
|
142
|
+
orange8: string;
|
|
143
|
+
pink8: string;
|
|
144
|
+
red8: string;
|
|
145
|
+
yellow8: string;
|
|
146
146
|
blue13: string;
|
|
147
147
|
cyan13: string;
|
|
148
148
|
green13: string;
|
|
@@ -232,14 +232,6 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
232
232
|
info11: string;
|
|
233
233
|
warning11: string;
|
|
234
234
|
critical11: string;
|
|
235
|
-
neutral8: string;
|
|
236
|
-
neutralA8: string;
|
|
237
|
-
primary8: string;
|
|
238
|
-
accent8: string;
|
|
239
|
-
success8: string;
|
|
240
|
-
info8: string;
|
|
241
|
-
warning8: string;
|
|
242
|
-
critical8: string;
|
|
243
235
|
neutral6: string;
|
|
244
236
|
neutralA6: string;
|
|
245
237
|
primary6: string;
|
|
@@ -248,6 +240,14 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
248
240
|
info6: string;
|
|
249
241
|
warning6: string;
|
|
250
242
|
critical6: string;
|
|
243
|
+
neutral8: string;
|
|
244
|
+
neutralA8: string;
|
|
245
|
+
primary8: string;
|
|
246
|
+
accent8: string;
|
|
247
|
+
success8: string;
|
|
248
|
+
info8: string;
|
|
249
|
+
warning8: string;
|
|
250
|
+
critical8: string;
|
|
251
251
|
neutral13: string;
|
|
252
252
|
neutralA13: string;
|
|
253
253
|
primary13: string;
|
|
@@ -474,15 +474,6 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
474
474
|
pink11: string;
|
|
475
475
|
red11: string;
|
|
476
476
|
yellow11: string;
|
|
477
|
-
blue8: string;
|
|
478
|
-
cyan8: string;
|
|
479
|
-
green8: string;
|
|
480
|
-
grey8: string;
|
|
481
|
-
greyA8: string;
|
|
482
|
-
orange8: string;
|
|
483
|
-
pink8: string;
|
|
484
|
-
red8: string;
|
|
485
|
-
yellow8: string;
|
|
486
477
|
blue6: string;
|
|
487
478
|
cyan6: string;
|
|
488
479
|
green6: string;
|
|
@@ -492,6 +483,15 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
492
483
|
pink6: string;
|
|
493
484
|
red6: string;
|
|
494
485
|
yellow6: string;
|
|
486
|
+
blue8: string;
|
|
487
|
+
cyan8: string;
|
|
488
|
+
green8: string;
|
|
489
|
+
grey8: string;
|
|
490
|
+
greyA8: string;
|
|
491
|
+
orange8: string;
|
|
492
|
+
pink8: string;
|
|
493
|
+
red8: string;
|
|
494
|
+
yellow8: string;
|
|
495
495
|
blue13: string;
|
|
496
496
|
cyan13: string;
|
|
497
497
|
green13: string;
|
|
@@ -581,14 +581,6 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
581
581
|
info11: string;
|
|
582
582
|
warning11: string;
|
|
583
583
|
critical11: string;
|
|
584
|
-
neutral8: string;
|
|
585
|
-
neutralA8: string;
|
|
586
|
-
primary8: string;
|
|
587
|
-
accent8: string;
|
|
588
|
-
success8: string;
|
|
589
|
-
info8: string;
|
|
590
|
-
warning8: string;
|
|
591
|
-
critical8: string;
|
|
592
584
|
neutral6: string;
|
|
593
585
|
neutralA6: string;
|
|
594
586
|
primary6: string;
|
|
@@ -597,6 +589,14 @@ declare const ButtonIcon: import("@stitches/react/types/styled-component").Style
|
|
|
597
589
|
info6: string;
|
|
598
590
|
warning6: string;
|
|
599
591
|
critical6: string;
|
|
592
|
+
neutral8: string;
|
|
593
|
+
neutralA8: string;
|
|
594
|
+
primary8: string;
|
|
595
|
+
accent8: string;
|
|
596
|
+
success8: string;
|
|
597
|
+
info8: string;
|
|
598
|
+
warning8: string;
|
|
599
|
+
critical8: string;
|
|
600
600
|
neutral13: string;
|
|
601
601
|
neutralA13: string;
|
|
602
602
|
primary13: string;
|