@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
|
@@ -105,16 +105,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
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 _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
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 _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
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 _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
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;
|
|
@@ -149,16 +149,6 @@ declare const Button: React.ForwardRefExoticComponent<Pick<{
|
|
|
149
149
|
red5: string;
|
|
150
150
|
violet5: string;
|
|
151
151
|
yellow5: string;
|
|
152
|
-
blue9: string;
|
|
153
|
-
cyan9: string;
|
|
154
|
-
green9: string;
|
|
155
|
-
grey9: string;
|
|
156
|
-
greyA9: string;
|
|
157
|
-
orange9: string;
|
|
158
|
-
pink9: string;
|
|
159
|
-
red9: string;
|
|
160
|
-
violet9: string;
|
|
161
|
-
yellow9: string;
|
|
162
152
|
blue10: string;
|
|
163
153
|
cyan10: string;
|
|
164
154
|
green10: string;
|
|
@@ -169,6 +159,16 @@ declare const Button: React.ForwardRefExoticComponent<Pick<{
|
|
|
169
159
|
red10: string;
|
|
170
160
|
violet10: string;
|
|
171
161
|
yellow10: string;
|
|
162
|
+
blue9: string;
|
|
163
|
+
cyan9: string;
|
|
164
|
+
green9: string;
|
|
165
|
+
grey9: string;
|
|
166
|
+
greyA9: string;
|
|
167
|
+
orange9: string;
|
|
168
|
+
pink9: string;
|
|
169
|
+
red9: string;
|
|
170
|
+
violet9: string;
|
|
171
|
+
yellow9: string;
|
|
172
172
|
blue11: string;
|
|
173
173
|
cyan11: string;
|
|
174
174
|
green11: string;
|
|
@@ -272,15 +272,6 @@ declare const Button: React.ForwardRefExoticComponent<Pick<{
|
|
|
272
272
|
warning5: string;
|
|
273
273
|
critical5: string;
|
|
274
274
|
brand5: string;
|
|
275
|
-
neutral9: string;
|
|
276
|
-
neutralA9: string;
|
|
277
|
-
primary9: string;
|
|
278
|
-
accent9: string;
|
|
279
|
-
success9: string;
|
|
280
|
-
info9: string;
|
|
281
|
-
warning9: string;
|
|
282
|
-
critical9: string;
|
|
283
|
-
brand9: string;
|
|
284
275
|
neutral10: string;
|
|
285
276
|
neutralA10: string;
|
|
286
277
|
primary10: string;
|
|
@@ -290,6 +281,15 @@ declare const Button: React.ForwardRefExoticComponent<Pick<{
|
|
|
290
281
|
warning10: string;
|
|
291
282
|
critical10: string;
|
|
292
283
|
brand10: string;
|
|
284
|
+
neutral9: string;
|
|
285
|
+
neutralA9: string;
|
|
286
|
+
primary9: string;
|
|
287
|
+
accent9: string;
|
|
288
|
+
success9: string;
|
|
289
|
+
info9: string;
|
|
290
|
+
warning9: string;
|
|
291
|
+
critical9: string;
|
|
292
|
+
brand9: string;
|
|
293
293
|
neutral11: string;
|
|
294
294
|
neutralA11: string;
|
|
295
295
|
primary11: string;
|
|
@@ -525,16 +525,6 @@ declare const Button: React.ForwardRefExoticComponent<Pick<{
|
|
|
525
525
|
red5: string;
|
|
526
526
|
violet5: string;
|
|
527
527
|
yellow5: string;
|
|
528
|
-
blue9: string;
|
|
529
|
-
cyan9: string;
|
|
530
|
-
green9: string;
|
|
531
|
-
grey9: string;
|
|
532
|
-
greyA9: string;
|
|
533
|
-
orange9: string;
|
|
534
|
-
pink9: string;
|
|
535
|
-
red9: string;
|
|
536
|
-
violet9: string;
|
|
537
|
-
yellow9: string;
|
|
538
528
|
blue10: string;
|
|
539
529
|
cyan10: string;
|
|
540
530
|
green10: string;
|
|
@@ -545,6 +535,16 @@ declare const Button: React.ForwardRefExoticComponent<Pick<{
|
|
|
545
535
|
red10: string;
|
|
546
536
|
violet10: string;
|
|
547
537
|
yellow10: string;
|
|
538
|
+
blue9: string;
|
|
539
|
+
cyan9: string;
|
|
540
|
+
green9: string;
|
|
541
|
+
grey9: string;
|
|
542
|
+
greyA9: string;
|
|
543
|
+
orange9: string;
|
|
544
|
+
pink9: string;
|
|
545
|
+
red9: string;
|
|
546
|
+
violet9: string;
|
|
547
|
+
yellow9: string;
|
|
548
548
|
blue11: string;
|
|
549
549
|
cyan11: string;
|
|
550
550
|
green11: string;
|
|
@@ -648,15 +648,6 @@ declare const Button: React.ForwardRefExoticComponent<Pick<{
|
|
|
648
648
|
warning5: string;
|
|
649
649
|
critical5: string;
|
|
650
650
|
brand5: string;
|
|
651
|
-
neutral9: string;
|
|
652
|
-
neutralA9: string;
|
|
653
|
-
primary9: string;
|
|
654
|
-
accent9: string;
|
|
655
|
-
success9: string;
|
|
656
|
-
info9: string;
|
|
657
|
-
warning9: string;
|
|
658
|
-
critical9: string;
|
|
659
|
-
brand9: string;
|
|
660
651
|
neutral10: string;
|
|
661
652
|
neutralA10: string;
|
|
662
653
|
primary10: string;
|
|
@@ -666,6 +657,15 @@ declare const Button: React.ForwardRefExoticComponent<Pick<{
|
|
|
666
657
|
warning10: string;
|
|
667
658
|
critical10: string;
|
|
668
659
|
brand10: string;
|
|
660
|
+
neutral9: string;
|
|
661
|
+
neutralA9: string;
|
|
662
|
+
primary9: string;
|
|
663
|
+
accent9: string;
|
|
664
|
+
success9: string;
|
|
665
|
+
info9: string;
|
|
666
|
+
warning9: string;
|
|
667
|
+
critical9: string;
|
|
668
|
+
brand9: string;
|
|
669
669
|
neutral11: string;
|
|
670
670
|
neutralA11: string;
|
|
671
671
|
primary11: string;
|
|
@@ -149,16 +149,6 @@ declare const ButtonPrimitive: React.ForwardRefExoticComponent<Pick<{
|
|
|
149
149
|
red5: string;
|
|
150
150
|
violet5: string;
|
|
151
151
|
yellow5: string;
|
|
152
|
-
blue9: string;
|
|
153
|
-
cyan9: string;
|
|
154
|
-
green9: string;
|
|
155
|
-
grey9: string;
|
|
156
|
-
greyA9: string;
|
|
157
|
-
orange9: string;
|
|
158
|
-
pink9: string;
|
|
159
|
-
red9: string;
|
|
160
|
-
violet9: string;
|
|
161
|
-
yellow9: string;
|
|
162
152
|
blue10: string;
|
|
163
153
|
cyan10: string;
|
|
164
154
|
green10: string;
|
|
@@ -169,6 +159,16 @@ declare const ButtonPrimitive: React.ForwardRefExoticComponent<Pick<{
|
|
|
169
159
|
red10: string;
|
|
170
160
|
violet10: string;
|
|
171
161
|
yellow10: string;
|
|
162
|
+
blue9: string;
|
|
163
|
+
cyan9: string;
|
|
164
|
+
green9: string;
|
|
165
|
+
grey9: string;
|
|
166
|
+
greyA9: string;
|
|
167
|
+
orange9: string;
|
|
168
|
+
pink9: string;
|
|
169
|
+
red9: string;
|
|
170
|
+
violet9: string;
|
|
171
|
+
yellow9: string;
|
|
172
172
|
blue11: string;
|
|
173
173
|
cyan11: string;
|
|
174
174
|
green11: string;
|
|
@@ -272,15 +272,6 @@ declare const ButtonPrimitive: React.ForwardRefExoticComponent<Pick<{
|
|
|
272
272
|
warning5: string;
|
|
273
273
|
critical5: string;
|
|
274
274
|
brand5: string;
|
|
275
|
-
neutral9: string;
|
|
276
|
-
neutralA9: string;
|
|
277
|
-
primary9: string;
|
|
278
|
-
accent9: string;
|
|
279
|
-
success9: string;
|
|
280
|
-
info9: string;
|
|
281
|
-
warning9: string;
|
|
282
|
-
critical9: string;
|
|
283
|
-
brand9: string;
|
|
284
275
|
neutral10: string;
|
|
285
276
|
neutralA10: string;
|
|
286
277
|
primary10: string;
|
|
@@ -290,6 +281,15 @@ declare const ButtonPrimitive: React.ForwardRefExoticComponent<Pick<{
|
|
|
290
281
|
warning10: string;
|
|
291
282
|
critical10: string;
|
|
292
283
|
brand10: string;
|
|
284
|
+
neutral9: string;
|
|
285
|
+
neutralA9: string;
|
|
286
|
+
primary9: string;
|
|
287
|
+
accent9: string;
|
|
288
|
+
success9: string;
|
|
289
|
+
info9: string;
|
|
290
|
+
warning9: string;
|
|
291
|
+
critical9: string;
|
|
292
|
+
brand9: string;
|
|
293
293
|
neutral11: string;
|
|
294
294
|
neutralA11: string;
|
|
295
295
|
primary11: string;
|
|
@@ -525,16 +525,6 @@ declare const ButtonPrimitive: React.ForwardRefExoticComponent<Pick<{
|
|
|
525
525
|
red5: string;
|
|
526
526
|
violet5: string;
|
|
527
527
|
yellow5: string;
|
|
528
|
-
blue9: string;
|
|
529
|
-
cyan9: string;
|
|
530
|
-
green9: string;
|
|
531
|
-
grey9: string;
|
|
532
|
-
greyA9: string;
|
|
533
|
-
orange9: string;
|
|
534
|
-
pink9: string;
|
|
535
|
-
red9: string;
|
|
536
|
-
violet9: string;
|
|
537
|
-
yellow9: string;
|
|
538
528
|
blue10: string;
|
|
539
529
|
cyan10: string;
|
|
540
530
|
green10: string;
|
|
@@ -545,6 +535,16 @@ declare const ButtonPrimitive: React.ForwardRefExoticComponent<Pick<{
|
|
|
545
535
|
red10: string;
|
|
546
536
|
violet10: string;
|
|
547
537
|
yellow10: string;
|
|
538
|
+
blue9: string;
|
|
539
|
+
cyan9: string;
|
|
540
|
+
green9: string;
|
|
541
|
+
grey9: string;
|
|
542
|
+
greyA9: string;
|
|
543
|
+
orange9: string;
|
|
544
|
+
pink9: string;
|
|
545
|
+
red9: string;
|
|
546
|
+
violet9: string;
|
|
547
|
+
yellow9: string;
|
|
548
548
|
blue11: string;
|
|
549
549
|
cyan11: string;
|
|
550
550
|
green11: string;
|
|
@@ -648,15 +648,6 @@ declare const ButtonPrimitive: React.ForwardRefExoticComponent<Pick<{
|
|
|
648
648
|
warning5: string;
|
|
649
649
|
critical5: string;
|
|
650
650
|
brand5: string;
|
|
651
|
-
neutral9: string;
|
|
652
|
-
neutralA9: string;
|
|
653
|
-
primary9: string;
|
|
654
|
-
accent9: string;
|
|
655
|
-
success9: string;
|
|
656
|
-
info9: string;
|
|
657
|
-
warning9: string;
|
|
658
|
-
critical9: string;
|
|
659
|
-
brand9: string;
|
|
660
651
|
neutral10: string;
|
|
661
652
|
neutralA10: string;
|
|
662
653
|
primary10: string;
|
|
@@ -666,6 +657,15 @@ declare const ButtonPrimitive: React.ForwardRefExoticComponent<Pick<{
|
|
|
666
657
|
warning10: string;
|
|
667
658
|
critical10: string;
|
|
668
659
|
brand10: string;
|
|
660
|
+
neutral9: string;
|
|
661
|
+
neutralA9: string;
|
|
662
|
+
primary9: string;
|
|
663
|
+
accent9: string;
|
|
664
|
+
success9: string;
|
|
665
|
+
info9: string;
|
|
666
|
+
warning9: string;
|
|
667
|
+
critical9: string;
|
|
668
|
+
brand9: string;
|
|
669
669
|
neutral11: string;
|
|
670
670
|
neutralA11: string;
|
|
671
671
|
primary11: string;
|
|
@@ -139,16 +139,6 @@ export declare const BaseButton: import("@stitches/react/types/styled-component"
|
|
|
139
139
|
red5: string;
|
|
140
140
|
violet5: string;
|
|
141
141
|
yellow5: string;
|
|
142
|
-
blue9: string;
|
|
143
|
-
cyan9: string;
|
|
144
|
-
green9: string;
|
|
145
|
-
grey9: string;
|
|
146
|
-
greyA9: string;
|
|
147
|
-
orange9: string;
|
|
148
|
-
pink9: string;
|
|
149
|
-
red9: string;
|
|
150
|
-
violet9: string;
|
|
151
|
-
yellow9: string;
|
|
152
142
|
blue10: string;
|
|
153
143
|
cyan10: string;
|
|
154
144
|
green10: string;
|
|
@@ -159,6 +149,16 @@ export declare const BaseButton: import("@stitches/react/types/styled-component"
|
|
|
159
149
|
red10: string;
|
|
160
150
|
violet10: string;
|
|
161
151
|
yellow10: string;
|
|
152
|
+
blue9: string;
|
|
153
|
+
cyan9: string;
|
|
154
|
+
green9: string;
|
|
155
|
+
grey9: string;
|
|
156
|
+
greyA9: string;
|
|
157
|
+
orange9: string;
|
|
158
|
+
pink9: string;
|
|
159
|
+
red9: string;
|
|
160
|
+
violet9: string;
|
|
161
|
+
yellow9: string;
|
|
162
162
|
blue11: string;
|
|
163
163
|
cyan11: string;
|
|
164
164
|
green11: string;
|
|
@@ -262,15 +262,6 @@ export declare const BaseButton: import("@stitches/react/types/styled-component"
|
|
|
262
262
|
warning5: string;
|
|
263
263
|
critical5: string;
|
|
264
264
|
brand5: string;
|
|
265
|
-
neutral9: string;
|
|
266
|
-
neutralA9: string;
|
|
267
|
-
primary9: string;
|
|
268
|
-
accent9: string;
|
|
269
|
-
success9: string;
|
|
270
|
-
info9: string;
|
|
271
|
-
warning9: string;
|
|
272
|
-
critical9: string;
|
|
273
|
-
brand9: string;
|
|
274
265
|
neutral10: string;
|
|
275
266
|
neutralA10: string;
|
|
276
267
|
primary10: string;
|
|
@@ -280,6 +271,15 @@ export declare const BaseButton: import("@stitches/react/types/styled-component"
|
|
|
280
271
|
warning10: string;
|
|
281
272
|
critical10: string;
|
|
282
273
|
brand10: string;
|
|
274
|
+
neutral9: string;
|
|
275
|
+
neutralA9: string;
|
|
276
|
+
primary9: string;
|
|
277
|
+
accent9: string;
|
|
278
|
+
success9: string;
|
|
279
|
+
info9: string;
|
|
280
|
+
warning9: string;
|
|
281
|
+
critical9: string;
|
|
282
|
+
brand9: string;
|
|
283
283
|
neutral11: string;
|
|
284
284
|
neutralA11: string;
|
|
285
285
|
primary11: string;
|
|
@@ -514,16 +514,6 @@ export declare const BaseButton: import("@stitches/react/types/styled-component"
|
|
|
514
514
|
red5: string;
|
|
515
515
|
violet5: string;
|
|
516
516
|
yellow5: string;
|
|
517
|
-
blue9: string;
|
|
518
|
-
cyan9: string;
|
|
519
|
-
green9: string;
|
|
520
|
-
grey9: string;
|
|
521
|
-
greyA9: string;
|
|
522
|
-
orange9: string;
|
|
523
|
-
pink9: string;
|
|
524
|
-
red9: string;
|
|
525
|
-
violet9: string;
|
|
526
|
-
yellow9: string;
|
|
527
517
|
blue10: string;
|
|
528
518
|
cyan10: string;
|
|
529
519
|
green10: string;
|
|
@@ -534,6 +524,16 @@ export declare const BaseButton: import("@stitches/react/types/styled-component"
|
|
|
534
524
|
red10: string;
|
|
535
525
|
violet10: string;
|
|
536
526
|
yellow10: string;
|
|
527
|
+
blue9: string;
|
|
528
|
+
cyan9: string;
|
|
529
|
+
green9: string;
|
|
530
|
+
grey9: string;
|
|
531
|
+
greyA9: string;
|
|
532
|
+
orange9: string;
|
|
533
|
+
pink9: string;
|
|
534
|
+
red9: string;
|
|
535
|
+
violet9: string;
|
|
536
|
+
yellow9: string;
|
|
537
537
|
blue11: string;
|
|
538
538
|
cyan11: string;
|
|
539
539
|
green11: string;
|
|
@@ -637,15 +637,6 @@ export declare const BaseButton: import("@stitches/react/types/styled-component"
|
|
|
637
637
|
warning5: string;
|
|
638
638
|
critical5: string;
|
|
639
639
|
brand5: string;
|
|
640
|
-
neutral9: string;
|
|
641
|
-
neutralA9: string;
|
|
642
|
-
primary9: string;
|
|
643
|
-
accent9: string;
|
|
644
|
-
success9: string;
|
|
645
|
-
info9: string;
|
|
646
|
-
warning9: string;
|
|
647
|
-
critical9: string;
|
|
648
|
-
brand9: string;
|
|
649
640
|
neutral10: string;
|
|
650
641
|
neutralA10: string;
|
|
651
642
|
primary10: string;
|
|
@@ -655,6 +646,15 @@ export declare const BaseButton: import("@stitches/react/types/styled-component"
|
|
|
655
646
|
warning10: string;
|
|
656
647
|
critical10: string;
|
|
657
648
|
brand10: string;
|
|
649
|
+
neutral9: string;
|
|
650
|
+
neutralA9: string;
|
|
651
|
+
primary9: string;
|
|
652
|
+
accent9: string;
|
|
653
|
+
success9: string;
|
|
654
|
+
info9: string;
|
|
655
|
+
warning9: string;
|
|
656
|
+
critical9: string;
|
|
657
|
+
brand9: string;
|
|
658
658
|
neutral11: string;
|
|
659
659
|
neutralA11: string;
|
|
660
660
|
primary11: string;
|
|
@@ -900,16 +900,6 @@ export declare const BaseContentContainer: import("@stitches/react/types/styled-
|
|
|
900
900
|
red5: string;
|
|
901
901
|
violet5: string;
|
|
902
902
|
yellow5: string;
|
|
903
|
-
blue9: string;
|
|
904
|
-
cyan9: string;
|
|
905
|
-
green9: string;
|
|
906
|
-
grey9: string;
|
|
907
|
-
greyA9: string;
|
|
908
|
-
orange9: string;
|
|
909
|
-
pink9: string;
|
|
910
|
-
red9: string;
|
|
911
|
-
violet9: string;
|
|
912
|
-
yellow9: string;
|
|
913
903
|
blue10: string;
|
|
914
904
|
cyan10: string;
|
|
915
905
|
green10: string;
|
|
@@ -920,6 +910,16 @@ export declare const BaseContentContainer: import("@stitches/react/types/styled-
|
|
|
920
910
|
red10: string;
|
|
921
911
|
violet10: string;
|
|
922
912
|
yellow10: string;
|
|
913
|
+
blue9: string;
|
|
914
|
+
cyan9: string;
|
|
915
|
+
green9: string;
|
|
916
|
+
grey9: string;
|
|
917
|
+
greyA9: string;
|
|
918
|
+
orange9: string;
|
|
919
|
+
pink9: string;
|
|
920
|
+
red9: string;
|
|
921
|
+
violet9: string;
|
|
922
|
+
yellow9: string;
|
|
923
923
|
blue11: string;
|
|
924
924
|
cyan11: string;
|
|
925
925
|
green11: string;
|
|
@@ -1023,15 +1023,6 @@ export declare const BaseContentContainer: import("@stitches/react/types/styled-
|
|
|
1023
1023
|
warning5: string;
|
|
1024
1024
|
critical5: string;
|
|
1025
1025
|
brand5: string;
|
|
1026
|
-
neutral9: string;
|
|
1027
|
-
neutralA9: string;
|
|
1028
|
-
primary9: string;
|
|
1029
|
-
accent9: string;
|
|
1030
|
-
success9: string;
|
|
1031
|
-
info9: string;
|
|
1032
|
-
warning9: string;
|
|
1033
|
-
critical9: string;
|
|
1034
|
-
brand9: string;
|
|
1035
1026
|
neutral10: string;
|
|
1036
1027
|
neutralA10: string;
|
|
1037
1028
|
primary10: string;
|
|
@@ -1041,6 +1032,15 @@ export declare const BaseContentContainer: import("@stitches/react/types/styled-
|
|
|
1041
1032
|
warning10: string;
|
|
1042
1033
|
critical10: string;
|
|
1043
1034
|
brand10: string;
|
|
1035
|
+
neutral9: string;
|
|
1036
|
+
neutralA9: string;
|
|
1037
|
+
primary9: string;
|
|
1038
|
+
accent9: string;
|
|
1039
|
+
success9: string;
|
|
1040
|
+
info9: string;
|
|
1041
|
+
warning9: string;
|
|
1042
|
+
critical9: string;
|
|
1043
|
+
brand9: string;
|
|
1044
1044
|
neutral11: string;
|
|
1045
1045
|
neutralA11: string;
|
|
1046
1046
|
primary11: string;
|
|
@@ -1275,16 +1275,6 @@ export declare const BaseContentContainer: import("@stitches/react/types/styled-
|
|
|
1275
1275
|
red5: string;
|
|
1276
1276
|
violet5: string;
|
|
1277
1277
|
yellow5: string;
|
|
1278
|
-
blue9: string;
|
|
1279
|
-
cyan9: string;
|
|
1280
|
-
green9: string;
|
|
1281
|
-
grey9: string;
|
|
1282
|
-
greyA9: string;
|
|
1283
|
-
orange9: string;
|
|
1284
|
-
pink9: string;
|
|
1285
|
-
red9: string;
|
|
1286
|
-
violet9: string;
|
|
1287
|
-
yellow9: string;
|
|
1288
1278
|
blue10: string;
|
|
1289
1279
|
cyan10: string;
|
|
1290
1280
|
green10: string;
|
|
@@ -1295,6 +1285,16 @@ export declare const BaseContentContainer: import("@stitches/react/types/styled-
|
|
|
1295
1285
|
red10: string;
|
|
1296
1286
|
violet10: string;
|
|
1297
1287
|
yellow10: string;
|
|
1288
|
+
blue9: string;
|
|
1289
|
+
cyan9: string;
|
|
1290
|
+
green9: string;
|
|
1291
|
+
grey9: string;
|
|
1292
|
+
greyA9: string;
|
|
1293
|
+
orange9: string;
|
|
1294
|
+
pink9: string;
|
|
1295
|
+
red9: string;
|
|
1296
|
+
violet9: string;
|
|
1297
|
+
yellow9: string;
|
|
1298
1298
|
blue11: string;
|
|
1299
1299
|
cyan11: string;
|
|
1300
1300
|
green11: string;
|
|
@@ -1398,15 +1398,6 @@ export declare const BaseContentContainer: import("@stitches/react/types/styled-
|
|
|
1398
1398
|
warning5: string;
|
|
1399
1399
|
critical5: string;
|
|
1400
1400
|
brand5: string;
|
|
1401
|
-
neutral9: string;
|
|
1402
|
-
neutralA9: string;
|
|
1403
|
-
primary9: string;
|
|
1404
|
-
accent9: string;
|
|
1405
|
-
success9: string;
|
|
1406
|
-
info9: string;
|
|
1407
|
-
warning9: string;
|
|
1408
|
-
critical9: string;
|
|
1409
|
-
brand9: string;
|
|
1410
1401
|
neutral10: string;
|
|
1411
1402
|
neutralA10: string;
|
|
1412
1403
|
primary10: string;
|
|
@@ -1416,6 +1407,15 @@ export declare const BaseContentContainer: import("@stitches/react/types/styled-
|
|
|
1416
1407
|
warning10: string;
|
|
1417
1408
|
critical10: string;
|
|
1418
1409
|
brand10: string;
|
|
1410
|
+
neutral9: string;
|
|
1411
|
+
neutralA9: string;
|
|
1412
|
+
primary9: string;
|
|
1413
|
+
accent9: string;
|
|
1414
|
+
success9: string;
|
|
1415
|
+
info9: string;
|
|
1416
|
+
warning9: string;
|
|
1417
|
+
critical9: string;
|
|
1418
|
+
brand9: string;
|
|
1419
1419
|
neutral11: string;
|
|
1420
1420
|
neutralA11: string;
|
|
1421
1421
|
primary11: string;
|
|
@@ -1651,16 +1651,6 @@ export declare const BaseLoadingContainer: import("@stitches/react/types/styled-
|
|
|
1651
1651
|
red5: string;
|
|
1652
1652
|
violet5: string;
|
|
1653
1653
|
yellow5: string;
|
|
1654
|
-
blue9: string;
|
|
1655
|
-
cyan9: string;
|
|
1656
|
-
green9: string;
|
|
1657
|
-
grey9: string;
|
|
1658
|
-
greyA9: string;
|
|
1659
|
-
orange9: string;
|
|
1660
|
-
pink9: string;
|
|
1661
|
-
red9: string;
|
|
1662
|
-
violet9: string;
|
|
1663
|
-
yellow9: string;
|
|
1664
1654
|
blue10: string;
|
|
1665
1655
|
cyan10: string;
|
|
1666
1656
|
green10: string;
|
|
@@ -1671,6 +1661,16 @@ export declare const BaseLoadingContainer: import("@stitches/react/types/styled-
|
|
|
1671
1661
|
red10: string;
|
|
1672
1662
|
violet10: string;
|
|
1673
1663
|
yellow10: string;
|
|
1664
|
+
blue9: string;
|
|
1665
|
+
cyan9: string;
|
|
1666
|
+
green9: string;
|
|
1667
|
+
grey9: string;
|
|
1668
|
+
greyA9: string;
|
|
1669
|
+
orange9: string;
|
|
1670
|
+
pink9: string;
|
|
1671
|
+
red9: string;
|
|
1672
|
+
violet9: string;
|
|
1673
|
+
yellow9: string;
|
|
1674
1674
|
blue11: string;
|
|
1675
1675
|
cyan11: string;
|
|
1676
1676
|
green11: string;
|
|
@@ -1774,15 +1774,6 @@ export declare const BaseLoadingContainer: import("@stitches/react/types/styled-
|
|
|
1774
1774
|
warning5: string;
|
|
1775
1775
|
critical5: string;
|
|
1776
1776
|
brand5: string;
|
|
1777
|
-
neutral9: string;
|
|
1778
|
-
neutralA9: string;
|
|
1779
|
-
primary9: string;
|
|
1780
|
-
accent9: string;
|
|
1781
|
-
success9: string;
|
|
1782
|
-
info9: string;
|
|
1783
|
-
warning9: string;
|
|
1784
|
-
critical9: string;
|
|
1785
|
-
brand9: string;
|
|
1786
1777
|
neutral10: string;
|
|
1787
1778
|
neutralA10: string;
|
|
1788
1779
|
primary10: string;
|
|
@@ -1792,6 +1783,15 @@ export declare const BaseLoadingContainer: import("@stitches/react/types/styled-
|
|
|
1792
1783
|
warning10: string;
|
|
1793
1784
|
critical10: string;
|
|
1794
1785
|
brand10: string;
|
|
1786
|
+
neutral9: string;
|
|
1787
|
+
neutralA9: string;
|
|
1788
|
+
primary9: string;
|
|
1789
|
+
accent9: string;
|
|
1790
|
+
success9: string;
|
|
1791
|
+
info9: string;
|
|
1792
|
+
warning9: string;
|
|
1793
|
+
critical9: string;
|
|
1794
|
+
brand9: string;
|
|
1795
1795
|
neutral11: string;
|
|
1796
1796
|
neutralA11: string;
|
|
1797
1797
|
primary11: string;
|
|
@@ -152,16 +152,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
152
152
|
red5: string;
|
|
153
153
|
violet5: string;
|
|
154
154
|
yellow5: string;
|
|
155
|
-
blue9: string;
|
|
156
|
-
cyan9: string;
|
|
157
|
-
green9: string;
|
|
158
|
-
grey9: string;
|
|
159
|
-
greyA9: string;
|
|
160
|
-
orange9: string;
|
|
161
|
-
pink9: string;
|
|
162
|
-
red9: string;
|
|
163
|
-
violet9: string;
|
|
164
|
-
yellow9: string;
|
|
165
155
|
blue10: string;
|
|
166
156
|
cyan10: string;
|
|
167
157
|
green10: string;
|
|
@@ -172,6 +162,16 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
172
162
|
red10: string;
|
|
173
163
|
violet10: string;
|
|
174
164
|
yellow10: string;
|
|
165
|
+
blue9: string;
|
|
166
|
+
cyan9: string;
|
|
167
|
+
green9: string;
|
|
168
|
+
grey9: string;
|
|
169
|
+
greyA9: string;
|
|
170
|
+
orange9: string;
|
|
171
|
+
pink9: string;
|
|
172
|
+
red9: string;
|
|
173
|
+
violet9: string;
|
|
174
|
+
yellow9: string;
|
|
175
175
|
blue11: string;
|
|
176
176
|
cyan11: string;
|
|
177
177
|
green11: string;
|
|
@@ -275,15 +275,6 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
275
275
|
warning5: string;
|
|
276
276
|
critical5: string;
|
|
277
277
|
brand5: string;
|
|
278
|
-
neutral9: string;
|
|
279
|
-
neutralA9: string;
|
|
280
|
-
primary9: string;
|
|
281
|
-
accent9: string;
|
|
282
|
-
success9: string;
|
|
283
|
-
info9: string;
|
|
284
|
-
warning9: string;
|
|
285
|
-
critical9: string;
|
|
286
|
-
brand9: string;
|
|
287
278
|
neutral10: string;
|
|
288
279
|
neutralA10: string;
|
|
289
280
|
primary10: string;
|
|
@@ -293,6 +284,15 @@ declare const _default: import("@stitches/react/types/styled-component").CssComp
|
|
|
293
284
|
warning10: string;
|
|
294
285
|
critical10: string;
|
|
295
286
|
brand10: string;
|
|
287
|
+
neutral9: string;
|
|
288
|
+
neutralA9: string;
|
|
289
|
+
primary9: string;
|
|
290
|
+
accent9: string;
|
|
291
|
+
success9: string;
|
|
292
|
+
info9: string;
|
|
293
|
+
warning9: string;
|
|
294
|
+
critical9: string;
|
|
295
|
+
brand9: string;
|
|
296
296
|
neutral11: string;
|
|
297
297
|
neutralA11: string;
|
|
298
298
|
primary11: string;
|