@vitality-ds/components 4.0.6-alpha.7 → 4.1.2
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/components/src/AuditTrail/components/IconAvatar/styled.d.ts +157 -40
- package/dist/components/src/AuditTrail/components/IconAvatar/styled.d.ts.map +1 -1
- package/dist/components/src/AuditTrail/components/IconAvatar/styles/IconAvatarContainer.styles.d.ts +157 -40
- package/dist/components/src/AuditTrail/components/IconAvatar/styles/IconAvatarContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Avatar/styled.d.ts +791 -206
- package/dist/components/src/Avatar/styled.d.ts.map +1 -1
- package/dist/components/src/Avatar/styles/BaseAvatarContainer.styles.d.ts +169 -52
- package/dist/components/src/Avatar/styles/BaseAvatarContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Badge/styled.d.ts +318 -84
- package/dist/components/src/Badge/styled.d.ts.map +1 -1
- package/dist/components/src/Badge/styles/BaseBadge.styles.d.ts +161 -44
- package/dist/components/src/Badge/styles/BaseBadge.styles.d.ts.map +1 -1
- package/dist/components/src/Box/styled.d.ts +314 -80
- package/dist/components/src/Box/styled.d.ts.map +1 -1
- package/dist/components/src/Box/styles/BaseBox.styles.d.ts +157 -40
- package/dist/components/src/Box/styles/BaseBox.styles.d.ts.map +1 -1
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styled.d.ts +628 -160
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styled.d.ts.map +1 -1
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbLink.styles.d.ts +157 -40
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbLink.styles.d.ts.map +1 -1
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbListItem.styles.d.ts +157 -40
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbListItem.styles.d.ts.map +1 -1
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbText.styles.d.ts +157 -40
- package/dist/components/src/Breadcrumbs/components/Breadcrumb/styles/BaseBreadcrumbText.styles.d.ts.map +1 -1
- package/dist/components/src/Breadcrumbs/styled.d.ts +157 -40
- package/dist/components/src/Breadcrumbs/styled.d.ts.map +1 -1
- package/dist/components/src/Button/components/ButtonIcon/styled.d.ts +314 -80
- package/dist/components/src/Button/components/ButtonIcon/styled.d.ts.map +1 -1
- package/dist/components/src/Button/components/ButtonIcon/styles/BaseButtonIcon.styles.d.ts +157 -40
- package/dist/components/src/Button/components/ButtonIcon/styles/BaseButtonIcon.styles.d.ts.map +1 -1
- package/dist/components/src/Button/index.d.ts +314 -80
- package/dist/components/src/Button/index.d.ts.map +1 -1
- package/dist/components/src/Button/primitives/index.d.ts +314 -80
- package/dist/components/src/Button/primitives/index.d.ts.map +1 -1
- package/dist/components/src/Button/primitives/styled.d.ts +785 -200
- package/dist/components/src/Button/primitives/styled.d.ts.map +1 -1
- package/dist/components/src/Button/primitives/styles/BaseButton.styles.d.ts +157 -40
- package/dist/components/src/Button/primitives/styles/BaseButton.styles.d.ts.map +1 -1
- package/dist/components/src/Button/primitives/styles/BaseContentContainer.styles.d.ts +157 -40
- package/dist/components/src/Button/primitives/styles/BaseContentContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Button/primitives/styles/BaseLoadingContainer.styles.d.ts +157 -40
- package/dist/components/src/Button/primitives/styles/BaseLoadingContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Callout/components/CalloutDescription/styled.d.ts +314 -80
- package/dist/components/src/Callout/components/CalloutDescription/styled.d.ts.map +1 -1
- package/dist/components/src/Callout/components/CalloutDescription/styles/BaseCalloutDescription.styles.d.ts +157 -40
- package/dist/components/src/Callout/components/CalloutDescription/styles/BaseCalloutDescription.styles.d.ts.map +1 -1
- package/dist/components/src/Callout/styled.d.ts +785 -200
- package/dist/components/src/Callout/styled.d.ts.map +1 -1
- package/dist/components/src/Callout/styles/BaseCallout.styles.d.ts +157 -40
- package/dist/components/src/Callout/styles/BaseCallout.styles.d.ts.map +1 -1
- package/dist/components/src/Callout/styles/BaseCalloutActions.styles.d.ts +157 -40
- package/dist/components/src/Callout/styles/BaseCalloutActions.styles.d.ts.map +1 -1
- package/dist/components/src/Callout/styles/BaseCalloutTitleContainer.styles.d.ts +157 -40
- package/dist/components/src/Callout/styles/BaseCalloutTitleContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Chip/components/Checkbox/styled.d.ts +799 -214
- package/dist/components/src/Chip/components/Checkbox/styled.d.ts.map +1 -1
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckbox.styles.d.ts +171 -54
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckbox.styles.d.ts.map +1 -1
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckboxBox.styles.d.ts +157 -40
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckboxBox.styles.d.ts.map +1 -1
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckboxIcon.styles.d.ts +157 -40
- package/dist/components/src/Chip/components/Checkbox/styles/BaseChipCheckboxIcon.styles.d.ts.map +1 -1
- package/dist/components/src/Chip/components/MetaLabel/styled.d.ts +157 -40
- package/dist/components/src/Chip/components/MetaLabel/styled.d.ts.map +1 -1
- package/dist/components/src/Chip/components/MetaLabel/styles/BaseMetaLabel.styles.d.ts +157 -40
- package/dist/components/src/Chip/components/MetaLabel/styles/BaseMetaLabel.styles.d.ts.map +1 -1
- package/dist/components/src/Chip/components/RemoveButton/styled.d.ts +314 -80
- package/dist/components/src/Chip/components/RemoveButton/styled.d.ts.map +1 -1
- package/dist/components/src/Chip/components/RemoveButton/styles/BaseRemoveButtonButton.styles.d.ts +157 -40
- package/dist/components/src/Chip/components/RemoveButton/styles/BaseRemoveButtonButton.styles.d.ts.map +1 -1
- package/dist/components/src/Chip/components/RemoveButton/styles/BaseRemoveButtonContainer.styles.d.ts +157 -40
- package/dist/components/src/Chip/components/RemoveButton/styles/BaseRemoveButtonContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Chip/styled.d.ts +482 -131
- package/dist/components/src/Chip/styled.d.ts.map +1 -1
- package/dist/components/src/Chip/styles/BaseChip.styles.d.ts +168 -51
- package/dist/components/src/Chip/styles/BaseChip.styles.d.ts.map +1 -1
- package/dist/components/src/Chip/styles/BaseChipLabelContainer.styles.d.ts +157 -40
- package/dist/components/src/Chip/styles/BaseChipLabelContainer.styles.d.ts.map +1 -1
- package/dist/components/src/ComboButton/styled.d.ts +314 -80
- package/dist/components/src/ComboButton/styled.d.ts.map +1 -1
- package/dist/components/src/ComboButton/styles/BaseComboButton.styles.d.ts +157 -40
- package/dist/components/src/ComboButton/styles/BaseComboButton.styles.d.ts.map +1 -1
- package/dist/components/src/Dialog/components/DialogActions/styled.d.ts +157 -40
- package/dist/components/src/Dialog/components/DialogActions/styled.d.ts.map +1 -1
- package/dist/components/src/Dialog/components/DialogActions/styles/BaseDialogActions.styles.d.ts +157 -40
- package/dist/components/src/Dialog/components/DialogActions/styles/BaseDialogActions.styles.d.ts.map +1 -1
- package/dist/components/src/Dialog/components/DialogContent/styled.d.ts +157 -40
- package/dist/components/src/Dialog/components/DialogContent/styled.d.ts.map +1 -1
- package/dist/components/src/Dialog/components/DialogContent/styles/BaseDialogContent.styles.d.ts +157 -40
- package/dist/components/src/Dialog/components/DialogContent/styles/BaseDialogContent.styles.d.ts.map +1 -1
- package/dist/components/src/Dialog/components/DialogHeader/styled.d.ts +642 -174
- package/dist/components/src/Dialog/components/DialogHeader/styled.d.ts.map +1 -1
- package/dist/components/src/Dialog/components/DialogHeader/styles/BaseDialogHeader.styles.d.ts +171 -54
- package/dist/components/src/Dialog/components/DialogHeader/styles/BaseDialogHeader.styles.d.ts.map +1 -1
- package/dist/components/src/Dialog/components/DialogHeader/styles/TitleContainer.styles.d.ts +157 -40
- package/dist/components/src/Dialog/components/DialogHeader/styles/TitleContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Dialog/components/DialogHeader/styles/UtilityIconContainer.styles.d.ts +157 -40
- package/dist/components/src/Dialog/components/DialogHeader/styles/UtilityIconContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Dialog/styled.d.ts +315 -81
- package/dist/components/src/Dialog/styled.d.ts.map +1 -1
- package/dist/components/src/Dialog/styles/BaseDialogContainer.styles.d.ts +158 -41
- package/dist/components/src/Dialog/styles/BaseDialogContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Divider/styled.d.ts +317 -83
- package/dist/components/src/Divider/styled.d.ts.map +1 -1
- package/dist/components/src/Divider/styles/BaseDivider.styles.d.ts +160 -43
- package/dist/components/src/Divider/styles/BaseDivider.styles.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/components/CheckableDropdownMenuItem/styled.d.ts +482 -131
- package/dist/components/src/DropdownMenu/components/CheckableDropdownMenuItem/styled.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/components/CheckableDropdownMenuItem/styles/BaseCheckableItem.styles.d.ts +157 -40
- package/dist/components/src/DropdownMenu/components/CheckableDropdownMenuItem/styles/BaseCheckableItem.styles.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/components/DropdownMenuItem/styled.d.ts +325 -91
- package/dist/components/src/DropdownMenu/components/DropdownMenuItem/styled.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/components/DropdownMenuItem/styles/BaseItem.styles.d.ts +168 -51
- package/dist/components/src/DropdownMenu/components/DropdownMenuItem/styles/BaseItem.styles.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/components/GroupLabel/styled.d.ts +157 -40
- package/dist/components/src/DropdownMenu/components/GroupLabel/styled.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/components/GroupLabel/styles/BaseGroupLabel.styles.d.ts +157 -40
- package/dist/components/src/DropdownMenu/components/GroupLabel/styles/BaseGroupLabel.styles.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/components/IconContainer/styled.d.ts +157 -40
- package/dist/components/src/DropdownMenu/components/IconContainer/styled.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/components/IconContainer/styles/BaseItemIcon.styles.d.ts +157 -40
- package/dist/components/src/DropdownMenu/components/IconContainer/styles/BaseItemIcon.styles.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/components/Submenu/styled.d.ts +639 -171
- package/dist/components/src/DropdownMenu/components/Submenu/styled.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/components/Submenu/styles/BaseSubmenuTrigger.styles.d.ts +157 -40
- package/dist/components/src/DropdownMenu/components/Submenu/styles/BaseSubmenuTrigger.styles.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/constants.d.ts +638 -170
- package/dist/components/src/DropdownMenu/constants.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/styled.d.ts +471 -120
- package/dist/components/src/DropdownMenu/styled.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/styles/Content.styles.d.ts +157 -40
- package/dist/components/src/DropdownMenu/styles/Content.styles.d.ts.map +1 -1
- package/dist/components/src/DropdownMenu/styles/Trigger.styles.d.ts +157 -40
- package/dist/components/src/DropdownMenu/styles/Trigger.styles.d.ts.map +1 -1
- package/dist/components/src/EmptyState/components/EmptyStateImage/styled.d.ts +157 -40
- package/dist/components/src/EmptyState/components/EmptyStateImage/styled.d.ts.map +1 -1
- package/dist/components/src/EmptyState/components/EmptyStateImage/styles/BaseEmptyStateImage.styles.d.ts +157 -40
- package/dist/components/src/EmptyState/components/EmptyStateImage/styles/BaseEmptyStateImage.styles.d.ts.map +1 -1
- package/dist/components/src/EmptyState/styled.d.ts +157 -40
- package/dist/components/src/EmptyState/styled.d.ts.map +1 -1
- package/dist/components/src/EmptyState/styles/BaseEmptyStateContainer.d.ts +157 -40
- package/dist/components/src/EmptyState/styles/BaseEmptyStateContainer.d.ts.map +1 -1
- package/dist/components/src/Flex/styled.d.ts +314 -80
- package/dist/components/src/Flex/styled.d.ts.map +1 -1
- package/dist/components/src/Flex/styles/BaseFlex.styles.d.ts +157 -40
- package/dist/components/src/Flex/styles/BaseFlex.styles.d.ts.map +1 -1
- package/dist/components/src/Form/CheckboxList/styled.d.ts +314 -80
- package/dist/components/src/Form/CheckboxList/styled.d.ts.map +1 -1
- package/dist/components/src/Form/CheckboxList/styles/BaseCheckboxListContainer.styles.d.ts +157 -40
- package/dist/components/src/Form/CheckboxList/styles/BaseCheckboxListContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Form/FormField/components/Fieldset/styled.d.ts +157 -40
- package/dist/components/src/Form/FormField/components/Fieldset/styled.d.ts.map +1 -1
- package/dist/components/src/Form/FormField/components/Fieldset/styles/BaseFieldset.styles.d.ts +157 -40
- package/dist/components/src/Form/FormField/components/Fieldset/styles/BaseFieldset.styles.d.ts.map +1 -1
- package/dist/components/src/Form/FormField/constants.d.ts +959 -257
- package/dist/components/src/Form/FormField/constants.d.ts.map +1 -1
- package/dist/components/src/Form/FormField/styled.d.ts +157 -40
- package/dist/components/src/Form/FormField/styled.d.ts.map +1 -1
- package/dist/components/src/Form/FormField/styles/IconWrapper.styles.d.ts +157 -40
- package/dist/components/src/Form/FormField/styles/IconWrapper.styles.d.ts.map +1 -1
- package/dist/components/src/Form/HelperMessage/styled.d.ts +316 -82
- package/dist/components/src/Form/HelperMessage/styled.d.ts.map +1 -1
- package/dist/components/src/Form/HelperMessage/styles/BaseHelperMessage.styles.d.ts +159 -42
- package/dist/components/src/Form/HelperMessage/styles/BaseHelperMessage.styles.d.ts.map +1 -1
- package/dist/components/src/Form/Label/styled.d.ts +472 -121
- package/dist/components/src/Form/Label/styled.d.ts.map +1 -1
- package/dist/components/src/Form/Label/styles/BaseComponent.styles.d.ts +157 -40
- package/dist/components/src/Form/Label/styles/BaseComponent.styles.d.ts.map +1 -1
- package/dist/components/src/Form/Label/styles/BaseLabel.styles.d.ts +157 -40
- package/dist/components/src/Form/Label/styles/BaseLabel.styles.d.ts.map +1 -1
- package/dist/components/src/Form/Label/styles/BaseLabelRequired.styles.d.ts +158 -41
- package/dist/components/src/Form/Label/styles/BaseLabelRequired.styles.d.ts.map +1 -1
- package/dist/components/src/Form/Legend/styled.d.ts +157 -40
- package/dist/components/src/Form/Legend/styled.d.ts.map +1 -1
- package/dist/components/src/Form/Legend/styles/BaseComponent.styles.d.ts +157 -40
- package/dist/components/src/Form/Legend/styles/BaseComponent.styles.d.ts.map +1 -1
- package/dist/components/src/IconButton/index.d.ts +324 -90
- package/dist/components/src/IconButton/index.d.ts.map +1 -1
- package/dist/components/src/IconButton/styled.d.ts +648 -180
- package/dist/components/src/IconButton/styled.d.ts.map +1 -1
- package/dist/components/src/IconButton/styles/BaseIconButton.styles.d.ts +167 -50
- package/dist/components/src/IconButton/styles/BaseIconButton.styles.d.ts.map +1 -1
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styled.d.ts +314 -80
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styled.d.ts.map +1 -1
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styles/BaseCheckboxIndicator.styles.d.ts +157 -40
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styles/BaseCheckboxIndicator.styles.d.ts.map +1 -1
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styles/BaseCheckboxRoot.styles.d.ts +157 -40
- package/dist/components/src/Input/Checkbox/components/BaseCheckbox/styles/BaseCheckboxRoot.styles.d.ts.map +1 -1
- package/dist/components/src/Input/Checkbox/styled.d.ts +473 -122
- package/dist/components/src/Input/Checkbox/styled.d.ts.map +1 -1
- package/dist/components/src/Input/Checkbox/styles/BaseCheckboxContainer.styles.d.ts +157 -40
- package/dist/components/src/Input/Checkbox/styles/BaseCheckboxContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Input/Checkbox/styles/BaseCheckboxText.styles.d.ts +159 -42
- package/dist/components/src/Input/Checkbox/styles/BaseCheckboxText.styles.d.ts.map +1 -1
- package/dist/components/src/Input/DatePicker/components/Calendar/styled.d.ts +314 -80
- package/dist/components/src/Input/DatePicker/components/Calendar/styled.d.ts.map +1 -1
- package/dist/components/src/Input/DatePicker/components/Calendar/styles/BaseCalendar.styles.d.ts +157 -40
- package/dist/components/src/Input/DatePicker/components/Calendar/styles/BaseCalendar.styles.d.ts.map +1 -1
- package/dist/components/src/Input/DatePicker/components/Calendar/styles/TopBarContainer.styles.d.ts +157 -40
- package/dist/components/src/Input/DatePicker/components/Calendar/styles/TopBarContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Input/DatePicker/styled.d.ts +157 -40
- package/dist/components/src/Input/DatePicker/styled.d.ts.map +1 -1
- package/dist/components/src/Input/DatePicker/styles/BaseDatePicker.styles.d.ts +157 -40
- package/dist/components/src/Input/DatePicker/styles/BaseDatePicker.styles.d.ts.map +1 -1
- package/dist/components/src/Input/DateRangePicker/styled.d.ts +942 -240
- package/dist/components/src/Input/DateRangePicker/styled.d.ts.map +1 -1
- package/dist/components/src/Input/DateRangePicker/styles/BaseDateRangePicker.styles.d.ts +157 -40
- package/dist/components/src/Input/DateRangePicker/styles/BaseDateRangePicker.styles.d.ts.map +1 -1
- package/dist/components/src/Input/DateRangePicker/styles/BaseDateRangePickerLabel.styles.d.ts +157 -40
- package/dist/components/src/Input/DateRangePicker/styles/BaseDateRangePickerLabel.styles.d.ts.map +1 -1
- package/dist/components/src/Input/DateRangePicker/styles/DateContainer.styles.d.ts +157 -40
- package/dist/components/src/Input/DateRangePicker/styles/DateContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Input/DateRangePicker/styles/DatePickerContainer.styles.d.ts +157 -40
- package/dist/components/src/Input/DateRangePicker/styles/DatePickerContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Input/DateRangePicker/styles/ExtrasContainers.d.ts +157 -40
- package/dist/components/src/Input/DateRangePicker/styles/ExtrasContainers.d.ts.map +1 -1
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styled.d.ts +948 -246
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styled.d.ts.map +1 -1
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioButton.styles.d.ts +157 -40
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioButton.styles.d.ts.map +1 -1
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioButtonContainer.styles.d.ts +157 -40
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioButtonContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioIndicator.styles.d.ts +161 -44
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioIndicator.styles.d.ts.map +1 -1
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioLabel.styles.d.ts +159 -42
- package/dist/components/src/Input/RadioButtons/components/RadioButton/styles/BaseRadioLabel.styles.d.ts.map +1 -1
- package/dist/components/src/Input/RadioButtons/index.d.ts +157 -40
- package/dist/components/src/Input/RadioButtons/index.d.ts.map +1 -1
- package/dist/components/src/Input/RadioButtons/styled.d.ts +157 -40
- package/dist/components/src/Input/RadioButtons/styled.d.ts.map +1 -1
- package/dist/components/src/Input/RadioButtons/styles/BaseRadioButtonsContainer.styles.d.ts +157 -40
- package/dist/components/src/Input/RadioButtons/styles/BaseRadioButtonsContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Input/Select/components/ClearButton/styled.d.ts +318 -84
- package/dist/components/src/Input/Select/components/ClearButton/styled.d.ts.map +1 -1
- package/dist/components/src/Input/Select/components/ClearButton/styles/BaseClearButton.styles.d.ts +161 -44
- package/dist/components/src/Input/Select/components/ClearButton/styles/BaseClearButton.styles.d.ts.map +1 -1
- package/dist/components/src/Input/Select/components/Control/styled.d.ts +157 -40
- package/dist/components/src/Input/Select/components/Control/styled.d.ts.map +1 -1
- package/dist/components/src/Input/Select/components/Control/styles/BaseIsMultiWrapper.styles.d.ts +157 -40
- package/dist/components/src/Input/Select/components/Control/styles/BaseIsMultiWrapper.styles.d.ts.map +1 -1
- package/dist/components/src/Input/Select/components/DropdownIndicator/styled.d.ts +316 -82
- package/dist/components/src/Input/Select/components/DropdownIndicator/styled.d.ts.map +1 -1
- package/dist/components/src/Input/Select/components/DropdownIndicator/styles/BaseDropdownIndicator.styles.d.ts +159 -42
- package/dist/components/src/Input/Select/components/DropdownIndicator/styles/BaseDropdownIndicator.styles.d.ts.map +1 -1
- package/dist/components/src/Input/Select/components/Input/styled.d.ts +315 -81
- package/dist/components/src/Input/Select/components/Input/styled.d.ts.map +1 -1
- package/dist/components/src/Input/Select/components/Input/styles/CustomSelectInput.styles.d.ts +158 -41
- package/dist/components/src/Input/Select/components/Input/styles/CustomSelectInput.styles.d.ts.map +1 -1
- package/dist/components/src/Input/Select/components/Option/styled.d.ts +157 -40
- package/dist/components/src/Input/Select/components/Option/styled.d.ts.map +1 -1
- package/dist/components/src/Input/Select/components/Option/styles/baseOption.styles.d.ts +157 -40
- package/dist/components/src/Input/Select/components/Option/styles/baseOption.styles.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/AdornmentWrapper/styled.d.ts +157 -40
- package/dist/components/src/Input/TextInput/components/AdornmentWrapper/styled.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/AdornmentWrapper/styles/BaseAdornmentWrapper.styles.d.ts +157 -40
- package/dist/components/src/Input/TextInput/components/AdornmentWrapper/styles/BaseAdornmentWrapper.styles.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/ButtonAdornment/styled.d.ts +157 -40
- package/dist/components/src/Input/TextInput/components/ButtonAdornment/styled.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/ButtonAdornment/styles/BaseButtonWrapper.styles.d.ts +157 -40
- package/dist/components/src/Input/TextInput/components/ButtonAdornment/styles/BaseButtonWrapper.styles.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/IconAdornment/styled.d.ts +157 -40
- package/dist/components/src/Input/TextInput/components/IconAdornment/styled.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/IconAdornment/styles/BaseIconWrapper.styles.d.ts +157 -40
- package/dist/components/src/Input/TextInput/components/IconAdornment/styles/BaseIconWrapper.styles.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/IconButtonAdornment/styled.d.ts +157 -40
- package/dist/components/src/Input/TextInput/components/IconButtonAdornment/styled.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/IconButtonAdornment/styles/BaseIconButtonWrapper.styles.d.ts +157 -40
- package/dist/components/src/Input/TextInput/components/IconButtonAdornment/styles/BaseIconButtonWrapper.styles.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/Mask/index.d.ts +317 -83
- package/dist/components/src/Input/TextInput/components/Mask/index.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/Mask/styled.d.ts +317 -83
- package/dist/components/src/Input/TextInput/components/Mask/styled.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/SpinnerAdornment/styled.d.ts +157 -40
- package/dist/components/src/Input/TextInput/components/SpinnerAdornment/styled.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/SpinnerAdornment/styles/BaseSpinnerWrapper.styles.d.ts +157 -40
- package/dist/components/src/Input/TextInput/components/SpinnerAdornment/styles/BaseSpinnerWrapper.styles.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/TextAdornment/styled.d.ts +315 -81
- package/dist/components/src/Input/TextInput/components/TextAdornment/styled.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/components/TextAdornment/styles/BaseAdornmentText.styles.d.ts +158 -41
- package/dist/components/src/Input/TextInput/components/TextAdornment/styles/BaseAdornmentText.styles.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/index.d.ts +477 -126
- package/dist/components/src/Input/TextInput/index.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/styled.d.ts +646 -178
- package/dist/components/src/Input/TextInput/styled.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/styles/BaseInputWrapper.styles.d.ts +172 -55
- package/dist/components/src/Input/TextInput/styles/BaseInputWrapper.styles.d.ts.map +1 -1
- package/dist/components/src/Input/TextInput/styles/BaseTextInput.styles.d.ts +160 -43
- package/dist/components/src/Input/TextInput/styles/BaseTextInput.styles.d.ts.map +1 -1
- package/dist/components/src/Input/Textarea/index.d.ts +325 -91
- package/dist/components/src/Input/Textarea/index.d.ts.map +1 -1
- package/dist/components/src/Input/Textarea/styled.d.ts +325 -91
- package/dist/components/src/Input/Textarea/styled.d.ts.map +1 -1
- package/dist/components/src/Input/Textarea/styles/BaseTextarea.styles.d.ts +168 -51
- package/dist/components/src/Input/Textarea/styles/BaseTextarea.styles.d.ts.map +1 -1
- package/dist/components/src/LegacyPaper/styled.d.ts +315 -81
- package/dist/components/src/LegacyPaper/styled.d.ts.map +1 -1
- package/dist/components/src/LegacyPaper/styles/BaseLegacyPaper.styles.d.ts +158 -41
- package/dist/components/src/LegacyPaper/styles/BaseLegacyPaper.styles.d.ts.map +1 -1
- package/dist/components/src/LinearProgress/styled.d.ts +472 -121
- package/dist/components/src/LinearProgress/styled.d.ts.map +1 -1
- package/dist/components/src/LinearProgress/styles/BaseLinearProgress.styles.d.ts +157 -40
- package/dist/components/src/LinearProgress/styles/BaseLinearProgress.styles.d.ts.map +1 -1
- package/dist/components/src/LinearProgress/styles/BaseLinearProgressIndicator.styles.d.ts +158 -41
- package/dist/components/src/LinearProgress/styles/BaseLinearProgressIndicator.styles.d.ts.map +1 -1
- package/dist/components/src/Link/Link.d.ts +492 -141
- package/dist/components/src/Link/Link.d.ts.map +1 -1
- package/dist/components/src/Link/LinkButton.d.ts +314 -80
- package/dist/components/src/Link/LinkButton.d.ts.map +1 -1
- package/dist/components/src/Link/styled.d.ts +806 -221
- package/dist/components/src/Link/styled.d.ts.map +1 -1
- package/dist/components/src/Link/styles/BaseLink.styles.d.ts +158 -41
- package/dist/components/src/Link/styles/BaseLink.styles.d.ts.map +1 -1
- package/dist/components/src/Modal/styled.d.ts +629 -161
- package/dist/components/src/Modal/styled.d.ts.map +1 -1
- package/dist/components/src/Modal/styles/BaseModalBlanket.styles.d.ts +158 -41
- package/dist/components/src/Modal/styles/BaseModalBlanket.styles.d.ts.map +1 -1
- package/dist/components/src/Modal/styles/BaseModalContent.styles.d.ts +157 -40
- package/dist/components/src/Modal/styles/BaseModalContent.styles.d.ts.map +1 -1
- package/dist/components/src/Popover/styled.d.ts +471 -120
- package/dist/components/src/Popover/styled.d.ts.map +1 -1
- package/dist/components/src/Popover/styles/PopoverContentStyles.styles.d.ts +157 -40
- package/dist/components/src/Popover/styles/PopoverContentStyles.styles.d.ts.map +1 -1
- package/dist/components/src/Popover/styles/PopoverRootStyles.styles.d.ts +157 -40
- package/dist/components/src/Popover/styles/PopoverRootStyles.styles.d.ts.map +1 -1
- package/dist/components/src/Popover/styles/PopoverTriggerStyles.styles.d.ts +157 -40
- package/dist/components/src/Popover/styles/PopoverTriggerStyles.styles.d.ts.map +1 -1
- package/dist/components/src/Shortcuts/styled.d.ts +473 -122
- package/dist/components/src/Shortcuts/styled.d.ts.map +1 -1
- package/dist/components/src/Shortcuts/styles/BaseShortcut.styles.d.ts +159 -42
- package/dist/components/src/Shortcuts/styles/BaseShortcut.styles.d.ts.map +1 -1
- package/dist/components/src/Shortcuts/styles/BaseShortcutGroup.styles.d.ts +157 -40
- package/dist/components/src/Shortcuts/styles/BaseShortcutGroup.styles.d.ts.map +1 -1
- package/dist/components/src/Sidebar/components/SidebarBar/styled.d.ts +473 -122
- package/dist/components/src/Sidebar/components/SidebarBar/styled.d.ts.map +1 -1
- package/dist/components/src/Sidebar/components/SidebarBar/styles/BaseSidebarBar.styles.d.ts +159 -42
- package/dist/components/src/Sidebar/components/SidebarBar/styles/BaseSidebarBar.styles.d.ts.map +1 -1
- package/dist/components/src/Sidebar/components/SidebarBar/styles/BaseSidebarContent.styles.d.ts +157 -40
- package/dist/components/src/Sidebar/components/SidebarBar/styles/BaseSidebarContent.styles.d.ts.map +1 -1
- package/dist/components/src/Sidebar/components/SidebarCloseButton/styled.d.ts +157 -40
- package/dist/components/src/Sidebar/components/SidebarCloseButton/styled.d.ts.map +1 -1
- package/dist/components/src/Sidebar/components/SidebarCloseButton/styles/BaseSidebarCloseButton.styles.d.ts +157 -40
- package/dist/components/src/Sidebar/components/SidebarCloseButton/styles/BaseSidebarCloseButton.styles.d.ts.map +1 -1
- package/dist/components/src/Sidebar/components/SidebarWrapper/styled.d.ts +314 -80
- package/dist/components/src/Sidebar/components/SidebarWrapper/styled.d.ts.map +1 -1
- package/dist/components/src/Sidebar/components/SidebarWrapper/styles/BaseSidebarWrapper.styles.d.ts +157 -40
- package/dist/components/src/Sidebar/components/SidebarWrapper/styles/BaseSidebarWrapper.styles.d.ts.map +1 -1
- package/dist/components/src/Spinner/index.d.ts +157 -40
- package/dist/components/src/Spinner/index.d.ts.map +1 -1
- package/dist/components/src/Spinner/styled.d.ts +635 -167
- package/dist/components/src/Spinner/styled.d.ts.map +1 -1
- package/dist/components/src/Spinner/styles/BaseSpinner.styles.d.ts +157 -40
- package/dist/components/src/Spinner/styles/BaseSpinner.styles.d.ts.map +1 -1
- package/dist/components/src/Spinner/styles/BaseSpinnerCircle.styles.d.ts +164 -47
- package/dist/components/src/Spinner/styles/BaseSpinnerCircle.styles.d.ts.map +1 -1
- package/dist/components/src/Spinner/styles/BaseSpinnerSvg.styles.d.ts +157 -40
- package/dist/components/src/Spinner/styles/BaseSpinnerSvg.styles.d.ts.map +1 -1
- package/dist/components/src/Stack/styled.d.ts +314 -80
- package/dist/components/src/Stack/styled.d.ts.map +1 -1
- package/dist/components/src/Stack/styles/BaseStack.styles.d.ts +157 -40
- package/dist/components/src/Stack/styles/BaseStack.styles.d.ts.map +1 -1
- package/dist/components/src/StatusBadge/StatusBadge.d.ts +314 -80
- package/dist/components/src/StatusBadge/StatusBadge.d.ts.map +1 -1
- package/dist/components/src/StatusBadge/StatusBadgeButton.d.ts +314 -80
- package/dist/components/src/StatusBadge/StatusBadgeButton.d.ts.map +1 -1
- package/dist/components/src/StatusBadge/StatusBadgeLink.d.ts +314 -80
- package/dist/components/src/StatusBadge/StatusBadgeLink.d.ts.map +1 -1
- package/dist/components/src/StatusBadge/components/StatusBadgeIcon/styled.d.ts +157 -40
- package/dist/components/src/StatusBadge/components/StatusBadgeIcon/styled.d.ts.map +1 -1
- package/dist/components/src/StatusBadge/components/StatusBadgeIcon/styles/BaseStatusBadge.styles.d.ts +157 -40
- package/dist/components/src/StatusBadge/components/StatusBadgeIcon/styles/BaseStatusBadge.styles.d.ts.map +1 -1
- package/dist/components/src/StatusBadge/styled.d.ts +942 -240
- package/dist/components/src/StatusBadge/styled.d.ts.map +1 -1
- package/dist/components/src/StatusBadge/styles/BaseStatusBadge.styles.d.ts +157 -40
- package/dist/components/src/StatusBadge/styles/BaseStatusBadge.styles.d.ts.map +1 -1
- package/dist/components/src/Switch/index.d.ts +489 -138
- package/dist/components/src/Switch/index.d.ts.map +1 -1
- package/dist/components/src/Switch/styled.d.ts +640 -172
- package/dist/components/src/Switch/styled.d.ts.map +1 -1
- package/dist/components/src/Switch/styles/BaseSwitch.styles.d.ts +166 -49
- package/dist/components/src/Switch/styles/BaseSwitch.styles.d.ts.map +1 -1
- package/dist/components/src/Switch/styles/BaseSwitchThumb.styles.d.ts +160 -43
- package/dist/components/src/Switch/styles/BaseSwitchThumb.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/BatchActions/styled.d.ts +629 -161
- package/dist/components/src/Table/components/BatchActions/styled.d.ts.map +1 -1
- package/dist/components/src/Table/components/BatchActions/styles/ActionsContainer.styles.d.ts +157 -40
- package/dist/components/src/Table/components/BatchActions/styles/ActionsContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/BatchActions/styles/BaseBatchActions.styles.d.ts +158 -41
- package/dist/components/src/Table/components/BatchActions/styles/BaseBatchActions.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/BatchActions/styles/LeftContentContainer.styles.d.ts +157 -40
- package/dist/components/src/Table/components/BatchActions/styles/LeftContentContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/Header/styled.d.ts +314 -80
- package/dist/components/src/Table/components/Cells/Header/styled.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/Header/styles/BaseHeaderCell.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Cells/Header/styles/BaseHeaderCell.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/Number/styled.d.ts +157 -40
- package/dist/components/src/Table/components/Cells/Number/styled.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/Number/styles/BaseNumberTextCell.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Cells/Number/styles/BaseNumberTextCell.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/RowActions/styled.d.ts +157 -40
- package/dist/components/src/Table/components/Cells/RowActions/styled.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/RowActions/styles/BaseIconButtonCell.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Cells/RowActions/styles/BaseIconButtonCell.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableHeaderCell/styled.d.ts +157 -40
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableHeaderCell/styled.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableHeaderCell/styles/BaseSortableHeaderCell.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableHeaderCell/styles/BaseSortableHeaderCell.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableIcon/styled.d.ts +157 -40
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableIcon/styled.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableIcon/styles/BaseSortableIconContainer.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortableIcon/styles/BaseSortableIconContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortedIcon/styled.d.ts +315 -81
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortedIcon/styled.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortedIcon/styles/BaseSortedIconContainer.d.ts +158 -41
- package/dist/components/src/Table/components/Cells/SortableHeader/components/SortedIcon/styles/BaseSortedIconContainer.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/Text/styled.d.ts +157 -40
- package/dist/components/src/Table/components/Cells/Text/styled.d.ts.map +1 -1
- package/dist/components/src/Table/components/Cells/Text/styles/BaseTextCell.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Cells/Text/styles/BaseTextCell.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Pagination/styled.d.ts +314 -80
- package/dist/components/src/Table/components/Pagination/styled.d.ts.map +1 -1
- package/dist/components/src/Table/components/Pagination/styles/BasePagination.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Pagination/styles/BasePagination.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Pagination/styles/PaginationWrapper.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Pagination/styles/PaginationWrapper.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/States/TableStatus/styled.d.ts +157 -40
- package/dist/components/src/Table/components/States/TableStatus/styled.d.ts.map +1 -1
- package/dist/components/src/Table/components/Toolbar/constants.d.ts +638 -170
- package/dist/components/src/Table/components/Toolbar/constants.d.ts.map +1 -1
- package/dist/components/src/Table/components/Toolbar/styled.d.ts +942 -240
- package/dist/components/src/Table/components/Toolbar/styled.d.ts.map +1 -1
- package/dist/components/src/Table/components/Toolbar/styles/BaseToolbarContainer.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Toolbar/styles/BaseToolbarContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Toolbar/styles/LeftActionsContainer.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Toolbar/styles/LeftActionsContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Toolbar/styles/LeftSideContainer.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Toolbar/styles/LeftSideContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Toolbar/styles/RightActionsContainer.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Toolbar/styles/RightActionsContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Table/components/Toolbar/styles/TitleContainer.styles.d.ts +157 -40
- package/dist/components/src/Table/components/Toolbar/styles/TitleContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Table/styled.d.ts +157 -40
- package/dist/components/src/Table/styled.d.ts.map +1 -1
- package/dist/components/src/Table/styles/BaseTableWrapper.styles.d.ts +157 -40
- package/dist/components/src/Table/styles/BaseTableWrapper.styles.d.ts.map +1 -1
- package/dist/components/src/Tabs/components/Root/styled.d.ts +157 -40
- package/dist/components/src/Tabs/components/Root/styled.d.ts.map +1 -1
- package/dist/components/src/Tabs/components/Root/styles/BaseRoot.styles.d.ts +157 -40
- package/dist/components/src/Tabs/components/Root/styles/BaseRoot.styles.d.ts.map +1 -1
- package/dist/components/src/Tabs/components/Tab/styled.d.ts +157 -40
- package/dist/components/src/Tabs/components/Tab/styled.d.ts.map +1 -1
- package/dist/components/src/Tabs/components/Tab/styles/BaseTab.styles.d.ts +157 -40
- package/dist/components/src/Tabs/components/Tab/styles/BaseTab.styles.d.ts.map +1 -1
- package/dist/components/src/Tabs/components/TabContent/styled.d.ts +157 -40
- package/dist/components/src/Tabs/components/TabContent/styled.d.ts.map +1 -1
- package/dist/components/src/Tabs/components/TabContent/styles/BaseTabContent.styles.d.ts +157 -40
- package/dist/components/src/Tabs/components/TabContent/styles/BaseTabContent.styles.d.ts.map +1 -1
- package/dist/components/src/Tabs/components/TabsList/styled.d.ts +471 -120
- package/dist/components/src/Tabs/components/TabsList/styled.d.ts.map +1 -1
- package/dist/components/src/Tabs/components/TabsList/styles/BaseTabsList.styles.d.ts +157 -40
- package/dist/components/src/Tabs/components/TabsList/styles/BaseTabsList.styles.d.ts.map +1 -1
- package/dist/components/src/Tabs/components/TabsList/styles/BaseTabsListContainer.styles.d.ts +157 -40
- package/dist/components/src/Tabs/components/TabsList/styles/BaseTabsListContainer.styles.d.ts.map +1 -1
- package/dist/components/src/Toaster/components/CloseIconButton/styled.d.ts +324 -90
- package/dist/components/src/Toaster/components/CloseIconButton/styled.d.ts.map +1 -1
- package/dist/components/src/Toaster/components/CloseIconButton/styles/BaseCloseIconButton.styles.d.ts +167 -50
- package/dist/components/src/Toaster/components/CloseIconButton/styles/BaseCloseIconButton.styles.d.ts.map +1 -1
- 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 +486 -135
- package/dist/components/src/Toaster/components/Toast/styled.d.ts.map +1 -1
- package/dist/components/src/Toaster/components/Toast/styles/BaseContent.styles.d.ts +157 -40
- package/dist/components/src/Toaster/components/Toast/styles/BaseContent.styles.d.ts.map +1 -1
- package/dist/components/src/Toaster/components/Toast/styles/BaseToast.styles.d.ts +172 -55
- package/dist/components/src/Toaster/components/Toast/styles/BaseToast.styles.d.ts.map +1 -1
- package/dist/components/src/Toaster/styled.d.ts +157 -40
- package/dist/components/src/Toaster/styled.d.ts.map +1 -1
- package/dist/components/src/Toaster/styles/BaseToaster.styles.d.ts +157 -40
- package/dist/components/src/Toaster/styles/BaseToaster.styles.d.ts.map +1 -1
- package/dist/components/src/Tooltip/styled.d.ts +314 -80
- package/dist/components/src/Tooltip/styled.d.ts.map +1 -1
- package/dist/components/src/Tooltip/styles/BaseTooltipArrow.styles.d.ts +157 -40
- package/dist/components/src/Tooltip/styles/BaseTooltipArrow.styles.d.ts.map +1 -1
- package/dist/components/src/Tooltip/styles/BaseTooltipContent.styles.d.ts +157 -40
- package/dist/components/src/Tooltip/styles/BaseTooltipContent.styles.d.ts.map +1 -1
- package/dist/components/src/TruncateContent/styled.d.ts +789 -204
- package/dist/components/src/TruncateContent/styled.d.ts.map +1 -1
- package/dist/components/src/TruncateContent/styles/BaseButton.styles.d.ts +161 -44
- package/dist/components/src/TruncateContent/styles/BaseButton.styles.d.ts.map +1 -1
- package/dist/components/src/TruncateContent/styles/BaseContainer.styles.d.ts +157 -40
- package/dist/components/src/TruncateContent/styles/BaseContainer.styles.d.ts.map +1 -1
- package/dist/components/src/TruncateContent/styles/BaseInner.styles.d.ts +157 -40
- package/dist/components/src/TruncateContent/styles/BaseInner.styles.d.ts.map +1 -1
- package/dist/components/src/Typography/styled.d.ts +334 -100
- package/dist/components/src/Typography/styled.d.ts.map +1 -1
- package/dist/components/src/Typography/styles/BaseTypography.styles.d.ts +177 -60
- package/dist/components/src/Typography/styles/BaseTypography.styles.d.ts.map +1 -1
- package/dist/icons/src/AccountHolder.js +0 -1
- package/dist/icons/src/AccountHolder.js.map +1 -1
- package/dist/icons/src/Add.js +0 -1
- package/dist/icons/src/Add.js.map +1 -1
- package/dist/icons/src/AddNote.d.ts.map +1 -1
- package/dist/icons/src/AddNote.js +0 -1
- package/dist/icons/src/AddNote.js.map +1 -1
- package/dist/icons/src/AddressBook.d.ts.map +1 -1
- package/dist/icons/src/AddressBook.js +0 -1
- package/dist/icons/src/AddressBook.js.map +1 -1
- package/dist/icons/src/AdminNote.d.ts.map +1 -1
- package/dist/icons/src/AdminNote.js +0 -1
- package/dist/icons/src/AdminNote.js.map +1 -1
- package/dist/icons/src/Alert.js +0 -1
- package/dist/icons/src/Alert.js.map +1 -1
- package/dist/icons/src/AnnouncementLoud.d.ts.map +1 -1
- package/dist/icons/src/AnnouncementLoud.js +0 -1
- package/dist/icons/src/AnnouncementLoud.js.map +1 -1
- package/dist/icons/src/AnnouncementOff.d.ts.map +1 -1
- package/dist/icons/src/AnnouncementOff.js +0 -1
- package/dist/icons/src/AnnouncementOff.js.map +1 -1
- package/dist/icons/src/AntenatalRecord.js +0 -1
- package/dist/icons/src/AntenatalRecord.js.map +1 -1
- package/dist/icons/src/AntenatalVisits.js +0 -1
- package/dist/icons/src/AntenatalVisits.js.map +1 -1
- package/dist/icons/src/AppointmentBook.d.ts.map +1 -1
- package/dist/icons/src/AppointmentBook.js +0 -1
- package/dist/icons/src/AppointmentBook.js.map +1 -1
- package/dist/icons/src/AppointmentCancelled.js +0 -1
- package/dist/icons/src/AppointmentCancelled.js.map +1 -1
- package/dist/icons/src/AppointmentConfirmed.d.ts.map +1 -1
- package/dist/icons/src/AppointmentConfirmed.js +0 -1
- package/dist/icons/src/AppointmentConfirmed.js.map +1 -1
- package/dist/icons/src/AppointmentWrapUp.js +0 -1
- package/dist/icons/src/AppointmentWrapUp.js.map +1 -1
- package/dist/icons/src/Appointments.d.ts.map +1 -1
- package/dist/icons/src/Appointments.js +0 -1
- package/dist/icons/src/Appointments.js.map +1 -1
- package/dist/icons/src/AssistantReport.js +0 -1
- package/dist/icons/src/AssistantReport.js.map +1 -1
- package/dist/icons/src/Attachment.js +0 -1
- package/dist/icons/src/Attachment.js.map +1 -1
- package/dist/icons/src/AutoReceipted.d.ts.map +1 -1
- package/dist/icons/src/AutoReceipted.js +0 -1
- package/dist/icons/src/AutoReceipted.js.map +1 -1
- package/dist/icons/src/Back.js +0 -1
- package/dist/icons/src/Back.js.map +1 -1
- package/dist/icons/src/BankReportRefund.d.ts.map +1 -1
- package/dist/icons/src/BankReportRefund.js +0 -1
- package/dist/icons/src/BankReportRefund.js.map +1 -1
- package/dist/icons/src/BankingReport.js +0 -1
- package/dist/icons/src/BankingReport.js.map +1 -1
- package/dist/icons/src/Billed.d.ts.map +1 -1
- package/dist/icons/src/Billed.js +0 -1
- package/dist/icons/src/Billed.js.map +1 -1
- package/dist/icons/src/BirthPostnatal.d.ts.map +1 -1
- package/dist/icons/src/BirthPostnatal.js +0 -1
- package/dist/icons/src/BirthPostnatal.js.map +1 -1
- package/dist/icons/src/ChevronLeft.d.ts.map +1 -1
- package/dist/icons/src/ChevronLeft.js +0 -1
- package/dist/icons/src/ChevronLeft.js.map +1 -1
- package/dist/icons/src/ChevronRight.d.ts.map +1 -1
- package/dist/icons/src/ChevronRight.js +0 -1
- package/dist/icons/src/ChevronRight.js.map +1 -1
- package/dist/icons/src/ClaimPending.js +0 -1
- package/dist/icons/src/ClaimPending.js.map +1 -1
- package/dist/icons/src/ClaimSent.js +0 -1
- package/dist/icons/src/ClaimSent.js.map +1 -1
- package/dist/icons/src/ClinicalItemNote.d.ts.map +1 -1
- package/dist/icons/src/ClinicalItemNote.js +0 -1
- package/dist/icons/src/ClinicalItemNote.js.map +1 -1
- package/dist/icons/src/Close.js +0 -1
- package/dist/icons/src/Close.js.map +1 -1
- package/dist/icons/src/Collapse.js +0 -1
- package/dist/icons/src/Collapse.js.map +1 -1
- package/dist/icons/src/Comment.js +0 -1
- package/dist/icons/src/Comment.js.map +1 -1
- package/dist/icons/src/Completed.js +0 -1
- package/dist/icons/src/Completed.js.map +1 -1
- package/dist/icons/src/ConsultNote.d.ts.map +1 -1
- package/dist/icons/src/ConsultNote.js +0 -1
- package/dist/icons/src/ConsultNote.js.map +1 -1
- package/dist/icons/src/Contact.js +0 -1
- package/dist/icons/src/Contact.js.map +1 -1
- package/dist/icons/src/Copy.js +0 -1
- package/dist/icons/src/Copy.js.map +1 -1
- package/dist/icons/src/Date.d.ts.map +1 -1
- package/dist/icons/src/Date.js +0 -1
- package/dist/icons/src/Date.js.map +1 -1
- package/dist/icons/src/Delete.js +0 -1
- package/dist/icons/src/Delete.js.map +1 -1
- package/dist/icons/src/DepositsReport.js +0 -1
- package/dist/icons/src/DepositsReport.js.map +1 -1
- package/dist/icons/src/DiagnosticReport.d.ts.map +1 -1
- package/dist/icons/src/DiagnosticReport.js +0 -1
- package/dist/icons/src/DiagnosticReport.js.map +1 -1
- package/dist/icons/src/DidNotArrive.d.ts.map +1 -1
- package/dist/icons/src/DidNotArrive.js +0 -1
- package/dist/icons/src/DidNotArrive.js.map +1 -1
- package/dist/icons/src/DocumentEdit.js +0 -1
- package/dist/icons/src/DocumentEdit.js.map +1 -1
- package/dist/icons/src/Done.js +0 -1
- package/dist/icons/src/Done.js.map +1 -1
- package/dist/icons/src/Download.js +0 -1
- package/dist/icons/src/Download.js.map +1 -1
- package/dist/icons/src/Drag.d.ts.map +1 -1
- package/dist/icons/src/Drag.js +0 -1
- package/dist/icons/src/Drag.js.map +1 -1
- package/dist/icons/src/Dropdown.js +0 -1
- package/dist/icons/src/Dropdown.js.map +1 -1
- package/dist/icons/src/Edit.js +0 -1
- package/dist/icons/src/Edit.js.map +1 -1
- package/dist/icons/src/Email.d.ts.map +1 -1
- package/dist/icons/src/Email.js +0 -1
- package/dist/icons/src/Email.js.map +1 -1
- package/dist/icons/src/Error.js +0 -1
- package/dist/icons/src/Error.js.map +1 -1
- package/dist/icons/src/Expand.js +0 -1
- package/dist/icons/src/Expand.js.map +1 -1
- package/dist/icons/src/Export.js +0 -1
- package/dist/icons/src/Export.js.map +1 -1
- package/dist/icons/src/Filter.d.ts.map +1 -1
- package/dist/icons/src/Filter.js +0 -1
- package/dist/icons/src/Filter.js.map +1 -1
- package/dist/icons/src/FinancialReport.js +0 -1
- package/dist/icons/src/FinancialReport.js.map +1 -1
- package/dist/icons/src/FlagOff.d.ts.map +1 -1
- package/dist/icons/src/FlagOff.js +0 -1
- package/dist/icons/src/FlagOff.js.map +1 -1
- package/dist/icons/src/FlagOn.js +0 -1
- package/dist/icons/src/FlagOn.js.map +1 -1
- package/dist/icons/src/GentuLogo.d.ts.map +1 -1
- package/dist/icons/src/GentuLogo.js +0 -1
- package/dist/icons/src/GentuLogo.js.map +1 -1
- package/dist/icons/src/Help.d.ts.map +1 -1
- package/dist/icons/src/Help.js +0 -1
- package/dist/icons/src/Help.js.map +1 -1
- package/dist/icons/src/Hospital.d.ts.map +1 -1
- package/dist/icons/src/Hospital.js +0 -1
- package/dist/icons/src/Hospital.js.map +1 -1
- package/dist/icons/src/Icon/styled.d.ts +325 -91
- package/dist/icons/src/Icon/styled.d.ts.map +1 -1
- package/dist/icons/src/Icon/styles/BaseIcon.styles.d.ts +168 -51
- package/dist/icons/src/Icon/styles/BaseIcon.styles.d.ts.map +1 -1
- package/dist/icons/src/Import.js +0 -1
- package/dist/icons/src/Import.js.map +1 -1
- package/dist/icons/src/Info.d.ts.map +1 -1
- package/dist/icons/src/Info.js +0 -1
- package/dist/icons/src/Info.js.map +1 -1
- package/dist/icons/src/Invoice.d.ts.map +1 -1
- package/dist/icons/src/Invoice.js +0 -1
- package/dist/icons/src/Invoice.js.map +1 -1
- package/dist/icons/src/InvoiceAdjusted.js +0 -1
- package/dist/icons/src/InvoiceAdjusted.js.map +1 -1
- package/dist/icons/src/ItemReport.js +0 -1
- package/dist/icons/src/ItemReport.js.map +1 -1
- package/dist/icons/src/Label.js +0 -1
- package/dist/icons/src/Label.js.map +1 -1
- package/dist/icons/src/Legend.js +0 -1
- package/dist/icons/src/Legend.js.map +1 -1
- package/dist/icons/src/Letter.d.ts.map +1 -1
- package/dist/icons/src/Letter.js +0 -1
- package/dist/icons/src/Letter.js.map +1 -1
- package/dist/icons/src/Link.js +0 -1
- package/dist/icons/src/Link.js.map +1 -1
- package/dist/icons/src/LinkOff.d.ts.map +1 -1
- package/dist/icons/src/LinkOff.js +0 -1
- package/dist/icons/src/LinkOff.js.map +1 -1
- package/dist/icons/src/Logout.js +0 -1
- package/dist/icons/src/Logout.js.map +1 -1
- package/dist/icons/src/Medications.d.ts.map +1 -1
- package/dist/icons/src/Medications.js +0 -1
- package/dist/icons/src/Medications.js.map +1 -1
- package/dist/icons/src/MedicationsAdverseReactions.d.ts.map +1 -1
- package/dist/icons/src/MedicationsAdverseReactions.js +0 -1
- package/dist/icons/src/MedicationsAdverseReactions.js.map +1 -1
- package/dist/icons/src/MedicationsCustomMedication.d.ts.map +1 -1
- package/dist/icons/src/MedicationsCustomMedication.js +0 -1
- package/dist/icons/src/MedicationsCustomMedication.js.map +1 -1
- package/dist/icons/src/MedicationsInfo.js +0 -1
- package/dist/icons/src/MedicationsInfo.js.map +1 -1
- package/dist/icons/src/MedicationsOverride.js +0 -1
- package/dist/icons/src/MedicationsOverride.js.map +1 -1
- package/dist/icons/src/Menu.d.ts.map +1 -1
- package/dist/icons/src/Menu.js +0 -1
- package/dist/icons/src/Menu.js.map +1 -1
- package/dist/icons/src/MenuMoreHorizontal.d.ts.map +1 -1
- package/dist/icons/src/MenuMoreHorizontal.js +0 -1
- package/dist/icons/src/MenuMoreHorizontal.js.map +1 -1
- package/dist/icons/src/MenuMoreVertical.d.ts.map +1 -1
- package/dist/icons/src/MenuMoreVertical.js +0 -1
- package/dist/icons/src/MenuMoreVertical.js.map +1 -1
- package/dist/icons/src/MissingInvoices.js +0 -1
- package/dist/icons/src/MissingInvoices.js.map +1 -1
- package/dist/icons/src/MissingReferral.js +0 -1
- package/dist/icons/src/MissingReferral.js.map +1 -1
- package/dist/icons/src/Money.js +0 -1
- package/dist/icons/src/Money.js.map +1 -1
- package/dist/icons/src/MyHealthRecord.js +0 -1
- package/dist/icons/src/MyHealthRecord.js.map +1 -1
- package/dist/icons/src/Notifications.d.ts.map +1 -1
- package/dist/icons/src/Notifications.js +0 -1
- package/dist/icons/src/Notifications.js.map +1 -1
- package/dist/icons/src/Obstetrics.d.ts.map +1 -1
- package/dist/icons/src/Obstetrics.js +0 -1
- package/dist/icons/src/Obstetrics.js.map +1 -1
- package/dist/icons/src/OpenNewWindow.d.ts.map +1 -1
- package/dist/icons/src/OpenNewWindow.js +0 -1
- package/dist/icons/src/OpenNewWindow.js.map +1 -1
- package/dist/icons/src/OrganisationalRemittance.js +0 -1
- package/dist/icons/src/OrganisationalRemittance.js.map +1 -1
- package/dist/icons/src/Overdue.js +0 -1
- package/dist/icons/src/Overdue.js.map +1 -1
- package/dist/icons/src/Patient.d.ts.map +1 -1
- package/dist/icons/src/Patient.js +0 -1
- package/dist/icons/src/Patient.js.map +1 -1
- package/dist/icons/src/Payment.js +0 -1
- package/dist/icons/src/Payment.js.map +1 -1
- package/dist/icons/src/Pdf.js +0 -1
- package/dist/icons/src/Pdf.js.map +1 -1
- package/dist/icons/src/Pending.js +0 -1
- package/dist/icons/src/Pending.js.map +1 -1
- package/dist/icons/src/PhoneNumber.js +0 -1
- package/dist/icons/src/PhoneNumber.js.map +1 -1
- package/dist/icons/src/Practitioner.d.ts.map +1 -1
- package/dist/icons/src/Practitioner.js +0 -1
- package/dist/icons/src/Practitioner.js.map +1 -1
- package/dist/icons/src/Print.js +0 -1
- package/dist/icons/src/Print.js.map +1 -1
- package/dist/icons/src/Procedure.d.ts.map +1 -1
- package/dist/icons/src/Procedure.js +0 -1
- package/dist/icons/src/Procedure.js.map +1 -1
- package/dist/icons/src/Recall.js +0 -1
- package/dist/icons/src/Recall.js.map +1 -1
- package/dist/icons/src/ReferralReport.js +0 -1
- package/dist/icons/src/ReferralReport.js.map +1 -1
- package/dist/icons/src/Repeat.js +0 -1
- package/dist/icons/src/Repeat.js.map +1 -1
- package/dist/icons/src/Reports.d.ts.map +1 -1
- package/dist/icons/src/Reports.js +0 -1
- package/dist/icons/src/Reports.js.map +1 -1
- package/dist/icons/src/Request.d.ts.map +1 -1
- package/dist/icons/src/Request.js +0 -1
- package/dist/icons/src/Request.js.map +1 -1
- package/dist/icons/src/Restart.js +0 -1
- package/dist/icons/src/Restart.js.map +1 -1
- package/dist/icons/src/Restore.d.ts.map +1 -1
- package/dist/icons/src/Restore.js +0 -1
- package/dist/icons/src/Restore.js.map +1 -1
- package/dist/icons/src/RestrictedOff.d.ts.map +1 -1
- package/dist/icons/src/RestrictedOff.js +0 -1
- package/dist/icons/src/RestrictedOff.js.map +1 -1
- package/dist/icons/src/RestrictedOn.d.ts.map +1 -1
- package/dist/icons/src/RestrictedOn.js +0 -1
- package/dist/icons/src/RestrictedOn.js.map +1 -1
- package/dist/icons/src/ResultsAndLetters.d.ts.map +1 -1
- package/dist/icons/src/ResultsAndLetters.js +0 -1
- package/dist/icons/src/ResultsAndLetters.js.map +1 -1
- package/dist/icons/src/ReturnToNew.js +0 -1
- package/dist/icons/src/ReturnToNew.js.map +1 -1
- package/dist/icons/src/ReviewFiles.js +0 -1
- package/dist/icons/src/ReviewFiles.js.map +1 -1
- package/dist/icons/src/ReviewedOff.d.ts.map +1 -1
- package/dist/icons/src/ReviewedOff.js +0 -1
- package/dist/icons/src/ReviewedOff.js.map +1 -1
- package/dist/icons/src/ReviewedOn.d.ts.map +1 -1
- package/dist/icons/src/ReviewedOn.js +0 -1
- package/dist/icons/src/ReviewedOn.js.map +1 -1
- package/dist/icons/src/Search.d.ts.map +1 -1
- package/dist/icons/src/Search.js +0 -1
- package/dist/icons/src/Search.js.map +1 -1
- package/dist/icons/src/Send.js +0 -1
- package/dist/icons/src/Send.js.map +1 -1
- package/dist/icons/src/Settings.d.ts.map +1 -1
- package/dist/icons/src/Settings.js +0 -1
- package/dist/icons/src/Settings.js.map +1 -1
- package/dist/icons/src/Sms.js +0 -1
- package/dist/icons/src/Sms.js.map +1 -1
- package/dist/icons/src/SmsConfirmed.js +0 -1
- package/dist/icons/src/SmsConfirmed.js.map +1 -1
- package/dist/icons/src/SmsError.js +0 -1
- package/dist/icons/src/SmsError.js.map +1 -1
- package/dist/icons/src/SmsSent.js +0 -1
- package/dist/icons/src/SmsSent.js.map +1 -1
- package/dist/icons/src/Sortable.js +0 -1
- package/dist/icons/src/Sortable.js.map +1 -1
- package/dist/icons/src/TeleConsult.js +0 -1
- package/dist/icons/src/TeleConsult.js.map +1 -1
- package/dist/icons/src/ToDo.d.ts.map +1 -1
- package/dist/icons/src/ToDo.js +0 -1
- package/dist/icons/src/ToDo.js.map +1 -1
- package/dist/icons/src/TodoDoneOff.js +0 -1
- package/dist/icons/src/TodoDoneOff.js.map +1 -1
- package/dist/icons/src/UnresolvedInvoices.js +0 -1
- package/dist/icons/src/UnresolvedInvoices.js.map +1 -1
- package/dist/icons/src/Upload.js +0 -1
- package/dist/icons/src/Upload.js.map +1 -1
- package/dist/icons/src/Visible.d.ts.map +1 -1
- package/dist/icons/src/Visible.js +0 -1
- package/dist/icons/src/Visible.js.map +1 -1
- package/dist/icons/src/VisibleOff.d.ts.map +1 -1
- package/dist/icons/src/VisibleOff.js +0 -1
- package/dist/icons/src/VisibleOff.js.map +1 -1
- package/dist/icons/src/Waiting.d.ts.map +1 -1
- package/dist/icons/src/Waiting.js +0 -1
- package/dist/icons/src/Waiting.js.map +1 -1
- package/dist/icons/src/WaitingRoom.js +0 -1
- package/dist/icons/src/WaitingRoom.js.map +1 -1
- package/dist/icons/src/index.d.ts.map +1 -1
- package/dist/system/src/stitches.config.d.ts +1900 -496
- package/dist/system/src/stitches.config.d.ts.map +1 -1
- package/dist/tokens/src/Color/helpers/getColorScaleValueByUseCase.d.ts +2 -2
- package/dist/tokens/src/Color/helpers/getColorScaleValueByUseCase.d.ts.map +1 -1
- package/dist/tokens/src/Color/helpers/getColorScaleValueByUseCase.js +1 -1
- package/dist/tokens/src/Color/helpers/getColorScaleValueByUseCase.js.map +1 -1
- package/dist/tokens/src/Color/types.d.ts +4 -2
- package/dist/tokens/src/Color/types.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getColors.d.ts +314 -80
- package/dist/tokens/src/Theme/getters/getColors.d.ts.map +1 -1
- package/dist/tokens/src/Theme/getters/getTheme.d.ts +314 -80
- package/dist/tokens/src/Theme/getters/getTheme.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
|
@@ -55,14 +55,123 @@ export declare const BaseStatusBadge: import("@stitches/react/types/styled-compo
|
|
|
55
55
|
bp3: "(min-width: 85rem)";
|
|
56
56
|
}, {
|
|
57
57
|
colors: {
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
58
|
+
blue2: string;
|
|
59
|
+
cyan2: string;
|
|
60
|
+
green2: string;
|
|
61
|
+
grey2: string;
|
|
62
|
+
greyA2: string;
|
|
63
|
+
orange2: string;
|
|
64
|
+
pink2: string;
|
|
65
|
+
red2: string;
|
|
66
|
+
yellow2: string;
|
|
67
|
+
blue1: string;
|
|
68
|
+
cyan1: string;
|
|
69
|
+
green1: string;
|
|
70
|
+
grey1: string;
|
|
71
|
+
greyA1: string;
|
|
72
|
+
orange1: string;
|
|
73
|
+
pink1: string;
|
|
74
|
+
red1: string;
|
|
75
|
+
yellow1: string;
|
|
76
|
+
blue7: string;
|
|
77
|
+
cyan7: string;
|
|
78
|
+
green7: string;
|
|
79
|
+
grey7: string;
|
|
80
|
+
greyA7: string;
|
|
81
|
+
orange7: string;
|
|
82
|
+
pink7: string;
|
|
83
|
+
red7: string;
|
|
84
|
+
yellow7: string;
|
|
85
|
+
blue12: string;
|
|
86
|
+
cyan12: string;
|
|
87
|
+
green12: string;
|
|
88
|
+
grey12: string;
|
|
89
|
+
greyA12: string;
|
|
90
|
+
orange12: string;
|
|
91
|
+
pink12: string;
|
|
92
|
+
red12: string;
|
|
93
|
+
yellow12: string;
|
|
94
|
+
blue3: string;
|
|
95
|
+
cyan3: string;
|
|
96
|
+
green3: string;
|
|
97
|
+
grey3: string;
|
|
98
|
+
greyA3: string;
|
|
99
|
+
orange3: string;
|
|
100
|
+
pink3: string;
|
|
101
|
+
red3: string;
|
|
102
|
+
yellow3: string;
|
|
103
|
+
blue4: string;
|
|
104
|
+
cyan4: string;
|
|
105
|
+
green4: string;
|
|
106
|
+
grey4: string;
|
|
107
|
+
greyA4: string;
|
|
108
|
+
orange4: string;
|
|
109
|
+
pink4: string;
|
|
110
|
+
red4: string;
|
|
111
|
+
yellow4: string;
|
|
112
|
+
blue5: string;
|
|
113
|
+
cyan5: string;
|
|
114
|
+
green5: string;
|
|
115
|
+
grey5: string;
|
|
116
|
+
greyA5: string;
|
|
117
|
+
orange5: string;
|
|
118
|
+
pink5: string;
|
|
119
|
+
red5: string;
|
|
120
|
+
yellow5: string;
|
|
121
|
+
blue9: string;
|
|
122
|
+
cyan9: string;
|
|
123
|
+
green9: string;
|
|
124
|
+
grey9: string;
|
|
125
|
+
greyA9: string;
|
|
126
|
+
orange9: string;
|
|
127
|
+
pink9: string;
|
|
128
|
+
red9: string;
|
|
129
|
+
yellow9: string;
|
|
130
|
+
blue10: string;
|
|
131
|
+
cyan10: string;
|
|
132
|
+
green10: string;
|
|
133
|
+
grey10: string;
|
|
134
|
+
greyA10: string;
|
|
135
|
+
orange10: string;
|
|
136
|
+
pink10: string;
|
|
137
|
+
red10: string;
|
|
138
|
+
yellow10: string;
|
|
139
|
+
blue11: string;
|
|
140
|
+
cyan11: string;
|
|
141
|
+
green11: string;
|
|
142
|
+
grey11: string;
|
|
143
|
+
greyA11: string;
|
|
144
|
+
orange11: string;
|
|
145
|
+
pink11: string;
|
|
146
|
+
red11: string;
|
|
147
|
+
yellow11: string;
|
|
148
|
+
blue8: string;
|
|
149
|
+
cyan8: string;
|
|
150
|
+
green8: string;
|
|
151
|
+
grey8: string;
|
|
152
|
+
greyA8: string;
|
|
153
|
+
orange8: string;
|
|
154
|
+
pink8: string;
|
|
155
|
+
red8: string;
|
|
156
|
+
yellow8: string;
|
|
157
|
+
blue6: string;
|
|
158
|
+
cyan6: string;
|
|
159
|
+
green6: string;
|
|
160
|
+
grey6: string;
|
|
161
|
+
greyA6: string;
|
|
162
|
+
orange6: string;
|
|
163
|
+
pink6: string;
|
|
164
|
+
red6: string;
|
|
165
|
+
yellow6: string;
|
|
166
|
+
blue13: string;
|
|
167
|
+
cyan13: string;
|
|
168
|
+
green13: string;
|
|
169
|
+
grey13: string;
|
|
170
|
+
greyA13: string;
|
|
171
|
+
orange13: string;
|
|
172
|
+
pink13: string;
|
|
173
|
+
red13: string;
|
|
174
|
+
yellow13: string;
|
|
66
175
|
neutral2: string;
|
|
67
176
|
neutralA2: string;
|
|
68
177
|
primary2: string;
|
|
@@ -71,6 +180,30 @@ export declare const BaseStatusBadge: import("@stitches/react/types/styled-compo
|
|
|
71
180
|
info2: string;
|
|
72
181
|
warning2: string;
|
|
73
182
|
critical2: string;
|
|
183
|
+
neutral1: string;
|
|
184
|
+
neutralA1: string;
|
|
185
|
+
primary1: string;
|
|
186
|
+
accent1: string;
|
|
187
|
+
success1: string;
|
|
188
|
+
info1: string;
|
|
189
|
+
warning1: string;
|
|
190
|
+
critical1: string;
|
|
191
|
+
neutral7: string;
|
|
192
|
+
neutralA7: string;
|
|
193
|
+
primary7: string;
|
|
194
|
+
accent7: string;
|
|
195
|
+
success7: string;
|
|
196
|
+
info7: string;
|
|
197
|
+
warning7: string;
|
|
198
|
+
critical7: string;
|
|
199
|
+
neutral12: string;
|
|
200
|
+
neutralA12: string;
|
|
201
|
+
primary12: string;
|
|
202
|
+
accent12: string;
|
|
203
|
+
success12: string;
|
|
204
|
+
info12: string;
|
|
205
|
+
warning12: string;
|
|
206
|
+
critical12: string;
|
|
74
207
|
neutral3: string;
|
|
75
208
|
neutralA3: string;
|
|
76
209
|
primary3: string;
|
|
@@ -95,30 +228,6 @@ export declare const BaseStatusBadge: import("@stitches/react/types/styled-compo
|
|
|
95
228
|
info5: string;
|
|
96
229
|
warning5: string;
|
|
97
230
|
critical5: string;
|
|
98
|
-
neutral6: string;
|
|
99
|
-
neutralA6: string;
|
|
100
|
-
primary6: string;
|
|
101
|
-
accent6: string;
|
|
102
|
-
success6: string;
|
|
103
|
-
info6: string;
|
|
104
|
-
warning6: string;
|
|
105
|
-
critical6: string;
|
|
106
|
-
neutral7: string;
|
|
107
|
-
neutralA7: string;
|
|
108
|
-
primary7: string;
|
|
109
|
-
accent7: string;
|
|
110
|
-
success7: string;
|
|
111
|
-
info7: string;
|
|
112
|
-
warning7: string;
|
|
113
|
-
critical7: string;
|
|
114
|
-
neutral8: string;
|
|
115
|
-
neutralA8: string;
|
|
116
|
-
primary8: string;
|
|
117
|
-
accent8: string;
|
|
118
|
-
success8: string;
|
|
119
|
-
info8: string;
|
|
120
|
-
warning8: string;
|
|
121
|
-
critical8: string;
|
|
122
231
|
neutral9: string;
|
|
123
232
|
neutralA9: string;
|
|
124
233
|
primary9: string;
|
|
@@ -143,14 +252,22 @@ export declare const BaseStatusBadge: import("@stitches/react/types/styled-compo
|
|
|
143
252
|
info11: string;
|
|
144
253
|
warning11: string;
|
|
145
254
|
critical11: string;
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
255
|
+
neutral8: string;
|
|
256
|
+
neutralA8: string;
|
|
257
|
+
primary8: string;
|
|
258
|
+
accent8: string;
|
|
259
|
+
success8: string;
|
|
260
|
+
info8: string;
|
|
261
|
+
warning8: string;
|
|
262
|
+
critical8: string;
|
|
263
|
+
neutral6: string;
|
|
264
|
+
neutralA6: string;
|
|
265
|
+
primary6: string;
|
|
266
|
+
accent6: string;
|
|
267
|
+
success6: string;
|
|
268
|
+
info6: string;
|
|
269
|
+
warning6: string;
|
|
270
|
+
critical6: string;
|
|
154
271
|
neutral13: string;
|
|
155
272
|
neutralA13: string;
|
|
156
273
|
primary13: string;
|
|
@@ -287,14 +404,123 @@ export declare const BaseStatusBadge: import("@stitches/react/types/styled-compo
|
|
|
287
404
|
bp3: "(min-width: 85rem)";
|
|
288
405
|
}, {
|
|
289
406
|
colors: {
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
407
|
+
blue2: string;
|
|
408
|
+
cyan2: string;
|
|
409
|
+
green2: string;
|
|
410
|
+
grey2: string;
|
|
411
|
+
greyA2: string;
|
|
412
|
+
orange2: string;
|
|
413
|
+
pink2: string;
|
|
414
|
+
red2: string;
|
|
415
|
+
yellow2: string;
|
|
416
|
+
blue1: string;
|
|
417
|
+
cyan1: string;
|
|
418
|
+
green1: string;
|
|
419
|
+
grey1: string;
|
|
420
|
+
greyA1: string;
|
|
421
|
+
orange1: string;
|
|
422
|
+
pink1: string;
|
|
423
|
+
red1: string;
|
|
424
|
+
yellow1: string;
|
|
425
|
+
blue7: string;
|
|
426
|
+
cyan7: string;
|
|
427
|
+
green7: string;
|
|
428
|
+
grey7: string;
|
|
429
|
+
greyA7: string;
|
|
430
|
+
orange7: string;
|
|
431
|
+
pink7: string;
|
|
432
|
+
red7: string;
|
|
433
|
+
yellow7: string;
|
|
434
|
+
blue12: string;
|
|
435
|
+
cyan12: string;
|
|
436
|
+
green12: string;
|
|
437
|
+
grey12: string;
|
|
438
|
+
greyA12: string;
|
|
439
|
+
orange12: string;
|
|
440
|
+
pink12: string;
|
|
441
|
+
red12: string;
|
|
442
|
+
yellow12: string;
|
|
443
|
+
blue3: string;
|
|
444
|
+
cyan3: string;
|
|
445
|
+
green3: string;
|
|
446
|
+
grey3: string;
|
|
447
|
+
greyA3: string;
|
|
448
|
+
orange3: string;
|
|
449
|
+
pink3: string;
|
|
450
|
+
red3: string;
|
|
451
|
+
yellow3: string;
|
|
452
|
+
blue4: string;
|
|
453
|
+
cyan4: string;
|
|
454
|
+
green4: string;
|
|
455
|
+
grey4: string;
|
|
456
|
+
greyA4: string;
|
|
457
|
+
orange4: string;
|
|
458
|
+
pink4: string;
|
|
459
|
+
red4: string;
|
|
460
|
+
yellow4: string;
|
|
461
|
+
blue5: string;
|
|
462
|
+
cyan5: string;
|
|
463
|
+
green5: string;
|
|
464
|
+
grey5: string;
|
|
465
|
+
greyA5: string;
|
|
466
|
+
orange5: string;
|
|
467
|
+
pink5: string;
|
|
468
|
+
red5: string;
|
|
469
|
+
yellow5: string;
|
|
470
|
+
blue9: string;
|
|
471
|
+
cyan9: string;
|
|
472
|
+
green9: string;
|
|
473
|
+
grey9: string;
|
|
474
|
+
greyA9: string;
|
|
475
|
+
orange9: string;
|
|
476
|
+
pink9: string;
|
|
477
|
+
red9: string;
|
|
478
|
+
yellow9: string;
|
|
479
|
+
blue10: string;
|
|
480
|
+
cyan10: string;
|
|
481
|
+
green10: string;
|
|
482
|
+
grey10: string;
|
|
483
|
+
greyA10: string;
|
|
484
|
+
orange10: string;
|
|
485
|
+
pink10: string;
|
|
486
|
+
red10: string;
|
|
487
|
+
yellow10: string;
|
|
488
|
+
blue11: string;
|
|
489
|
+
cyan11: string;
|
|
490
|
+
green11: string;
|
|
491
|
+
grey11: string;
|
|
492
|
+
greyA11: string;
|
|
493
|
+
orange11: string;
|
|
494
|
+
pink11: string;
|
|
495
|
+
red11: string;
|
|
496
|
+
yellow11: string;
|
|
497
|
+
blue8: string;
|
|
498
|
+
cyan8: string;
|
|
499
|
+
green8: string;
|
|
500
|
+
grey8: string;
|
|
501
|
+
greyA8: string;
|
|
502
|
+
orange8: string;
|
|
503
|
+
pink8: string;
|
|
504
|
+
red8: string;
|
|
505
|
+
yellow8: string;
|
|
506
|
+
blue6: string;
|
|
507
|
+
cyan6: string;
|
|
508
|
+
green6: string;
|
|
509
|
+
grey6: string;
|
|
510
|
+
greyA6: string;
|
|
511
|
+
orange6: string;
|
|
512
|
+
pink6: string;
|
|
513
|
+
red6: string;
|
|
514
|
+
yellow6: string;
|
|
515
|
+
blue13: string;
|
|
516
|
+
cyan13: string;
|
|
517
|
+
green13: string;
|
|
518
|
+
grey13: string;
|
|
519
|
+
greyA13: string;
|
|
520
|
+
orange13: string;
|
|
521
|
+
pink13: string;
|
|
522
|
+
red13: string;
|
|
523
|
+
yellow13: string;
|
|
298
524
|
neutral2: string;
|
|
299
525
|
neutralA2: string;
|
|
300
526
|
primary2: string;
|
|
@@ -303,6 +529,30 @@ export declare const BaseStatusBadge: import("@stitches/react/types/styled-compo
|
|
|
303
529
|
info2: string;
|
|
304
530
|
warning2: string;
|
|
305
531
|
critical2: string;
|
|
532
|
+
neutral1: string;
|
|
533
|
+
neutralA1: string;
|
|
534
|
+
primary1: string;
|
|
535
|
+
accent1: string;
|
|
536
|
+
success1: string;
|
|
537
|
+
info1: string;
|
|
538
|
+
warning1: string;
|
|
539
|
+
critical1: string;
|
|
540
|
+
neutral7: string;
|
|
541
|
+
neutralA7: string;
|
|
542
|
+
primary7: string;
|
|
543
|
+
accent7: string;
|
|
544
|
+
success7: string;
|
|
545
|
+
info7: string;
|
|
546
|
+
warning7: string;
|
|
547
|
+
critical7: string;
|
|
548
|
+
neutral12: string;
|
|
549
|
+
neutralA12: string;
|
|
550
|
+
primary12: string;
|
|
551
|
+
accent12: string;
|
|
552
|
+
success12: string;
|
|
553
|
+
info12: string;
|
|
554
|
+
warning12: string;
|
|
555
|
+
critical12: string;
|
|
306
556
|
neutral3: string;
|
|
307
557
|
neutralA3: string;
|
|
308
558
|
primary3: string;
|
|
@@ -327,30 +577,6 @@ export declare const BaseStatusBadge: import("@stitches/react/types/styled-compo
|
|
|
327
577
|
info5: string;
|
|
328
578
|
warning5: string;
|
|
329
579
|
critical5: string;
|
|
330
|
-
neutral6: string;
|
|
331
|
-
neutralA6: string;
|
|
332
|
-
primary6: string;
|
|
333
|
-
accent6: string;
|
|
334
|
-
success6: string;
|
|
335
|
-
info6: string;
|
|
336
|
-
warning6: string;
|
|
337
|
-
critical6: string;
|
|
338
|
-
neutral7: string;
|
|
339
|
-
neutralA7: string;
|
|
340
|
-
primary7: string;
|
|
341
|
-
accent7: string;
|
|
342
|
-
success7: string;
|
|
343
|
-
info7: string;
|
|
344
|
-
warning7: string;
|
|
345
|
-
critical7: string;
|
|
346
|
-
neutral8: string;
|
|
347
|
-
neutralA8: string;
|
|
348
|
-
primary8: string;
|
|
349
|
-
accent8: string;
|
|
350
|
-
success8: string;
|
|
351
|
-
info8: string;
|
|
352
|
-
warning8: string;
|
|
353
|
-
critical8: string;
|
|
354
580
|
neutral9: string;
|
|
355
581
|
neutralA9: string;
|
|
356
582
|
primary9: string;
|
|
@@ -375,14 +601,22 @@ export declare const BaseStatusBadge: import("@stitches/react/types/styled-compo
|
|
|
375
601
|
info11: string;
|
|
376
602
|
warning11: string;
|
|
377
603
|
critical11: string;
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
604
|
+
neutral8: string;
|
|
605
|
+
neutralA8: string;
|
|
606
|
+
primary8: string;
|
|
607
|
+
accent8: string;
|
|
608
|
+
success8: string;
|
|
609
|
+
info8: string;
|
|
610
|
+
warning8: string;
|
|
611
|
+
critical8: string;
|
|
612
|
+
neutral6: string;
|
|
613
|
+
neutralA6: string;
|
|
614
|
+
primary6: string;
|
|
615
|
+
accent6: string;
|
|
616
|
+
success6: string;
|
|
617
|
+
info6: string;
|
|
618
|
+
warning6: string;
|
|
619
|
+
critical6: string;
|
|
386
620
|
neutral13: string;
|
|
387
621
|
neutralA13: string;
|
|
388
622
|
primary13: string;
|
|
@@ -567,14 +801,123 @@ export declare const BaseStatusBadgeLink: import("@stitches/react/types/styled-c
|
|
|
567
801
|
bp3: "(min-width: 85rem)";
|
|
568
802
|
}, {
|
|
569
803
|
colors: {
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
804
|
+
blue2: string;
|
|
805
|
+
cyan2: string;
|
|
806
|
+
green2: string;
|
|
807
|
+
grey2: string;
|
|
808
|
+
greyA2: string;
|
|
809
|
+
orange2: string;
|
|
810
|
+
pink2: string;
|
|
811
|
+
red2: string;
|
|
812
|
+
yellow2: string;
|
|
813
|
+
blue1: string;
|
|
814
|
+
cyan1: string;
|
|
815
|
+
green1: string;
|
|
816
|
+
grey1: string;
|
|
817
|
+
greyA1: string;
|
|
818
|
+
orange1: string;
|
|
819
|
+
pink1: string;
|
|
820
|
+
red1: string;
|
|
821
|
+
yellow1: string;
|
|
822
|
+
blue7: string;
|
|
823
|
+
cyan7: string;
|
|
824
|
+
green7: string;
|
|
825
|
+
grey7: string;
|
|
826
|
+
greyA7: string;
|
|
827
|
+
orange7: string;
|
|
828
|
+
pink7: string;
|
|
829
|
+
red7: string;
|
|
830
|
+
yellow7: string;
|
|
831
|
+
blue12: string;
|
|
832
|
+
cyan12: string;
|
|
833
|
+
green12: string;
|
|
834
|
+
grey12: string;
|
|
835
|
+
greyA12: string;
|
|
836
|
+
orange12: string;
|
|
837
|
+
pink12: string;
|
|
838
|
+
red12: string;
|
|
839
|
+
yellow12: string;
|
|
840
|
+
blue3: string;
|
|
841
|
+
cyan3: string;
|
|
842
|
+
green3: string;
|
|
843
|
+
grey3: string;
|
|
844
|
+
greyA3: string;
|
|
845
|
+
orange3: string;
|
|
846
|
+
pink3: string;
|
|
847
|
+
red3: string;
|
|
848
|
+
yellow3: string;
|
|
849
|
+
blue4: string;
|
|
850
|
+
cyan4: string;
|
|
851
|
+
green4: string;
|
|
852
|
+
grey4: string;
|
|
853
|
+
greyA4: string;
|
|
854
|
+
orange4: string;
|
|
855
|
+
pink4: string;
|
|
856
|
+
red4: string;
|
|
857
|
+
yellow4: string;
|
|
858
|
+
blue5: string;
|
|
859
|
+
cyan5: string;
|
|
860
|
+
green5: string;
|
|
861
|
+
grey5: string;
|
|
862
|
+
greyA5: string;
|
|
863
|
+
orange5: string;
|
|
864
|
+
pink5: string;
|
|
865
|
+
red5: string;
|
|
866
|
+
yellow5: string;
|
|
867
|
+
blue9: string;
|
|
868
|
+
cyan9: string;
|
|
869
|
+
green9: string;
|
|
870
|
+
grey9: string;
|
|
871
|
+
greyA9: string;
|
|
872
|
+
orange9: string;
|
|
873
|
+
pink9: string;
|
|
874
|
+
red9: string;
|
|
875
|
+
yellow9: string;
|
|
876
|
+
blue10: string;
|
|
877
|
+
cyan10: string;
|
|
878
|
+
green10: string;
|
|
879
|
+
grey10: string;
|
|
880
|
+
greyA10: string;
|
|
881
|
+
orange10: string;
|
|
882
|
+
pink10: string;
|
|
883
|
+
red10: string;
|
|
884
|
+
yellow10: string;
|
|
885
|
+
blue11: string;
|
|
886
|
+
cyan11: string;
|
|
887
|
+
green11: string;
|
|
888
|
+
grey11: string;
|
|
889
|
+
greyA11: string;
|
|
890
|
+
orange11: string;
|
|
891
|
+
pink11: string;
|
|
892
|
+
red11: string;
|
|
893
|
+
yellow11: string;
|
|
894
|
+
blue8: string;
|
|
895
|
+
cyan8: string;
|
|
896
|
+
green8: string;
|
|
897
|
+
grey8: string;
|
|
898
|
+
greyA8: string;
|
|
899
|
+
orange8: string;
|
|
900
|
+
pink8: string;
|
|
901
|
+
red8: string;
|
|
902
|
+
yellow8: string;
|
|
903
|
+
blue6: string;
|
|
904
|
+
cyan6: string;
|
|
905
|
+
green6: string;
|
|
906
|
+
grey6: string;
|
|
907
|
+
greyA6: string;
|
|
908
|
+
orange6: string;
|
|
909
|
+
pink6: string;
|
|
910
|
+
red6: string;
|
|
911
|
+
yellow6: string;
|
|
912
|
+
blue13: string;
|
|
913
|
+
cyan13: string;
|
|
914
|
+
green13: string;
|
|
915
|
+
grey13: string;
|
|
916
|
+
greyA13: string;
|
|
917
|
+
orange13: string;
|
|
918
|
+
pink13: string;
|
|
919
|
+
red13: string;
|
|
920
|
+
yellow13: string;
|
|
578
921
|
neutral2: string;
|
|
579
922
|
neutralA2: string;
|
|
580
923
|
primary2: string;
|
|
@@ -583,6 +926,30 @@ export declare const BaseStatusBadgeLink: import("@stitches/react/types/styled-c
|
|
|
583
926
|
info2: string;
|
|
584
927
|
warning2: string;
|
|
585
928
|
critical2: string;
|
|
929
|
+
neutral1: string;
|
|
930
|
+
neutralA1: string;
|
|
931
|
+
primary1: string;
|
|
932
|
+
accent1: string;
|
|
933
|
+
success1: string;
|
|
934
|
+
info1: string;
|
|
935
|
+
warning1: string;
|
|
936
|
+
critical1: string;
|
|
937
|
+
neutral7: string;
|
|
938
|
+
neutralA7: string;
|
|
939
|
+
primary7: string;
|
|
940
|
+
accent7: string;
|
|
941
|
+
success7: string;
|
|
942
|
+
info7: string;
|
|
943
|
+
warning7: string;
|
|
944
|
+
critical7: string;
|
|
945
|
+
neutral12: string;
|
|
946
|
+
neutralA12: string;
|
|
947
|
+
primary12: string;
|
|
948
|
+
accent12: string;
|
|
949
|
+
success12: string;
|
|
950
|
+
info12: string;
|
|
951
|
+
warning12: string;
|
|
952
|
+
critical12: string;
|
|
586
953
|
neutral3: string;
|
|
587
954
|
neutralA3: string;
|
|
588
955
|
primary3: string;
|
|
@@ -607,30 +974,6 @@ export declare const BaseStatusBadgeLink: import("@stitches/react/types/styled-c
|
|
|
607
974
|
info5: string;
|
|
608
975
|
warning5: string;
|
|
609
976
|
critical5: string;
|
|
610
|
-
neutral6: string;
|
|
611
|
-
neutralA6: string;
|
|
612
|
-
primary6: string;
|
|
613
|
-
accent6: string;
|
|
614
|
-
success6: string;
|
|
615
|
-
info6: string;
|
|
616
|
-
warning6: string;
|
|
617
|
-
critical6: string;
|
|
618
|
-
neutral7: string;
|
|
619
|
-
neutralA7: string;
|
|
620
|
-
primary7: string;
|
|
621
|
-
accent7: string;
|
|
622
|
-
success7: string;
|
|
623
|
-
info7: string;
|
|
624
|
-
warning7: string;
|
|
625
|
-
critical7: string;
|
|
626
|
-
neutral8: string;
|
|
627
|
-
neutralA8: string;
|
|
628
|
-
primary8: string;
|
|
629
|
-
accent8: string;
|
|
630
|
-
success8: string;
|
|
631
|
-
info8: string;
|
|
632
|
-
warning8: string;
|
|
633
|
-
critical8: string;
|
|
634
977
|
neutral9: string;
|
|
635
978
|
neutralA9: string;
|
|
636
979
|
primary9: string;
|
|
@@ -655,14 +998,22 @@ export declare const BaseStatusBadgeLink: import("@stitches/react/types/styled-c
|
|
|
655
998
|
info11: string;
|
|
656
999
|
warning11: string;
|
|
657
1000
|
critical11: string;
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
1001
|
+
neutral8: string;
|
|
1002
|
+
neutralA8: string;
|
|
1003
|
+
primary8: string;
|
|
1004
|
+
accent8: string;
|
|
1005
|
+
success8: string;
|
|
1006
|
+
info8: string;
|
|
1007
|
+
warning8: string;
|
|
1008
|
+
critical8: string;
|
|
1009
|
+
neutral6: string;
|
|
1010
|
+
neutralA6: string;
|
|
1011
|
+
primary6: string;
|
|
1012
|
+
accent6: string;
|
|
1013
|
+
success6: string;
|
|
1014
|
+
info6: string;
|
|
1015
|
+
warning6: string;
|
|
1016
|
+
critical6: string;
|
|
666
1017
|
neutral13: string;
|
|
667
1018
|
neutralA13: string;
|
|
668
1019
|
primary13: string;
|
|
@@ -799,14 +1150,123 @@ export declare const BaseStatusBadgeLink: import("@stitches/react/types/styled-c
|
|
|
799
1150
|
bp3: "(min-width: 85rem)";
|
|
800
1151
|
}, {
|
|
801
1152
|
colors: {
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
1153
|
+
blue2: string;
|
|
1154
|
+
cyan2: string;
|
|
1155
|
+
green2: string;
|
|
1156
|
+
grey2: string;
|
|
1157
|
+
greyA2: string;
|
|
1158
|
+
orange2: string;
|
|
1159
|
+
pink2: string;
|
|
1160
|
+
red2: string;
|
|
1161
|
+
yellow2: string;
|
|
1162
|
+
blue1: string;
|
|
1163
|
+
cyan1: string;
|
|
1164
|
+
green1: string;
|
|
1165
|
+
grey1: string;
|
|
1166
|
+
greyA1: string;
|
|
1167
|
+
orange1: string;
|
|
1168
|
+
pink1: string;
|
|
1169
|
+
red1: string;
|
|
1170
|
+
yellow1: string;
|
|
1171
|
+
blue7: string;
|
|
1172
|
+
cyan7: string;
|
|
1173
|
+
green7: string;
|
|
1174
|
+
grey7: string;
|
|
1175
|
+
greyA7: string;
|
|
1176
|
+
orange7: string;
|
|
1177
|
+
pink7: string;
|
|
1178
|
+
red7: string;
|
|
1179
|
+
yellow7: string;
|
|
1180
|
+
blue12: string;
|
|
1181
|
+
cyan12: string;
|
|
1182
|
+
green12: string;
|
|
1183
|
+
grey12: string;
|
|
1184
|
+
greyA12: string;
|
|
1185
|
+
orange12: string;
|
|
1186
|
+
pink12: string;
|
|
1187
|
+
red12: string;
|
|
1188
|
+
yellow12: string;
|
|
1189
|
+
blue3: string;
|
|
1190
|
+
cyan3: string;
|
|
1191
|
+
green3: string;
|
|
1192
|
+
grey3: string;
|
|
1193
|
+
greyA3: string;
|
|
1194
|
+
orange3: string;
|
|
1195
|
+
pink3: string;
|
|
1196
|
+
red3: string;
|
|
1197
|
+
yellow3: string;
|
|
1198
|
+
blue4: string;
|
|
1199
|
+
cyan4: string;
|
|
1200
|
+
green4: string;
|
|
1201
|
+
grey4: string;
|
|
1202
|
+
greyA4: string;
|
|
1203
|
+
orange4: string;
|
|
1204
|
+
pink4: string;
|
|
1205
|
+
red4: string;
|
|
1206
|
+
yellow4: string;
|
|
1207
|
+
blue5: string;
|
|
1208
|
+
cyan5: string;
|
|
1209
|
+
green5: string;
|
|
1210
|
+
grey5: string;
|
|
1211
|
+
greyA5: string;
|
|
1212
|
+
orange5: string;
|
|
1213
|
+
pink5: string;
|
|
1214
|
+
red5: string;
|
|
1215
|
+
yellow5: string;
|
|
1216
|
+
blue9: string;
|
|
1217
|
+
cyan9: string;
|
|
1218
|
+
green9: string;
|
|
1219
|
+
grey9: string;
|
|
1220
|
+
greyA9: string;
|
|
1221
|
+
orange9: string;
|
|
1222
|
+
pink9: string;
|
|
1223
|
+
red9: string;
|
|
1224
|
+
yellow9: string;
|
|
1225
|
+
blue10: string;
|
|
1226
|
+
cyan10: string;
|
|
1227
|
+
green10: string;
|
|
1228
|
+
grey10: string;
|
|
1229
|
+
greyA10: string;
|
|
1230
|
+
orange10: string;
|
|
1231
|
+
pink10: string;
|
|
1232
|
+
red10: string;
|
|
1233
|
+
yellow10: string;
|
|
1234
|
+
blue11: string;
|
|
1235
|
+
cyan11: string;
|
|
1236
|
+
green11: string;
|
|
1237
|
+
grey11: string;
|
|
1238
|
+
greyA11: string;
|
|
1239
|
+
orange11: string;
|
|
1240
|
+
pink11: string;
|
|
1241
|
+
red11: string;
|
|
1242
|
+
yellow11: string;
|
|
1243
|
+
blue8: string;
|
|
1244
|
+
cyan8: string;
|
|
1245
|
+
green8: string;
|
|
1246
|
+
grey8: string;
|
|
1247
|
+
greyA8: string;
|
|
1248
|
+
orange8: string;
|
|
1249
|
+
pink8: string;
|
|
1250
|
+
red8: string;
|
|
1251
|
+
yellow8: string;
|
|
1252
|
+
blue6: string;
|
|
1253
|
+
cyan6: string;
|
|
1254
|
+
green6: string;
|
|
1255
|
+
grey6: string;
|
|
1256
|
+
greyA6: string;
|
|
1257
|
+
orange6: string;
|
|
1258
|
+
pink6: string;
|
|
1259
|
+
red6: string;
|
|
1260
|
+
yellow6: string;
|
|
1261
|
+
blue13: string;
|
|
1262
|
+
cyan13: string;
|
|
1263
|
+
green13: string;
|
|
1264
|
+
grey13: string;
|
|
1265
|
+
greyA13: string;
|
|
1266
|
+
orange13: string;
|
|
1267
|
+
pink13: string;
|
|
1268
|
+
red13: string;
|
|
1269
|
+
yellow13: string;
|
|
810
1270
|
neutral2: string;
|
|
811
1271
|
neutralA2: string;
|
|
812
1272
|
primary2: string;
|
|
@@ -815,6 +1275,30 @@ export declare const BaseStatusBadgeLink: import("@stitches/react/types/styled-c
|
|
|
815
1275
|
info2: string;
|
|
816
1276
|
warning2: string;
|
|
817
1277
|
critical2: string;
|
|
1278
|
+
neutral1: string;
|
|
1279
|
+
neutralA1: string;
|
|
1280
|
+
primary1: string;
|
|
1281
|
+
accent1: string;
|
|
1282
|
+
success1: string;
|
|
1283
|
+
info1: string;
|
|
1284
|
+
warning1: string;
|
|
1285
|
+
critical1: string;
|
|
1286
|
+
neutral7: string;
|
|
1287
|
+
neutralA7: string;
|
|
1288
|
+
primary7: string;
|
|
1289
|
+
accent7: string;
|
|
1290
|
+
success7: string;
|
|
1291
|
+
info7: string;
|
|
1292
|
+
warning7: string;
|
|
1293
|
+
critical7: string;
|
|
1294
|
+
neutral12: string;
|
|
1295
|
+
neutralA12: string;
|
|
1296
|
+
primary12: string;
|
|
1297
|
+
accent12: string;
|
|
1298
|
+
success12: string;
|
|
1299
|
+
info12: string;
|
|
1300
|
+
warning12: string;
|
|
1301
|
+
critical12: string;
|
|
818
1302
|
neutral3: string;
|
|
819
1303
|
neutralA3: string;
|
|
820
1304
|
primary3: string;
|
|
@@ -839,30 +1323,6 @@ export declare const BaseStatusBadgeLink: import("@stitches/react/types/styled-c
|
|
|
839
1323
|
info5: string;
|
|
840
1324
|
warning5: string;
|
|
841
1325
|
critical5: string;
|
|
842
|
-
neutral6: string;
|
|
843
|
-
neutralA6: string;
|
|
844
|
-
primary6: string;
|
|
845
|
-
accent6: string;
|
|
846
|
-
success6: string;
|
|
847
|
-
info6: string;
|
|
848
|
-
warning6: string;
|
|
849
|
-
critical6: string;
|
|
850
|
-
neutral7: string;
|
|
851
|
-
neutralA7: string;
|
|
852
|
-
primary7: string;
|
|
853
|
-
accent7: string;
|
|
854
|
-
success7: string;
|
|
855
|
-
info7: string;
|
|
856
|
-
warning7: string;
|
|
857
|
-
critical7: string;
|
|
858
|
-
neutral8: string;
|
|
859
|
-
neutralA8: string;
|
|
860
|
-
primary8: string;
|
|
861
|
-
accent8: string;
|
|
862
|
-
success8: string;
|
|
863
|
-
info8: string;
|
|
864
|
-
warning8: string;
|
|
865
|
-
critical8: string;
|
|
866
1326
|
neutral9: string;
|
|
867
1327
|
neutralA9: string;
|
|
868
1328
|
primary9: string;
|
|
@@ -887,14 +1347,22 @@ export declare const BaseStatusBadgeLink: import("@stitches/react/types/styled-c
|
|
|
887
1347
|
info11: string;
|
|
888
1348
|
warning11: string;
|
|
889
1349
|
critical11: string;
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
1350
|
+
neutral8: string;
|
|
1351
|
+
neutralA8: string;
|
|
1352
|
+
primary8: string;
|
|
1353
|
+
accent8: string;
|
|
1354
|
+
success8: string;
|
|
1355
|
+
info8: string;
|
|
1356
|
+
warning8: string;
|
|
1357
|
+
critical8: string;
|
|
1358
|
+
neutral6: string;
|
|
1359
|
+
neutralA6: string;
|
|
1360
|
+
primary6: string;
|
|
1361
|
+
accent6: string;
|
|
1362
|
+
success6: string;
|
|
1363
|
+
info6: string;
|
|
1364
|
+
warning6: string;
|
|
1365
|
+
critical6: string;
|
|
898
1366
|
neutral13: string;
|
|
899
1367
|
neutralA13: string;
|
|
900
1368
|
primary13: string;
|
|
@@ -1079,14 +1547,123 @@ export declare const BaseStatusBadgeButton: import("@stitches/react/types/styled
|
|
|
1079
1547
|
bp3: "(min-width: 85rem)";
|
|
1080
1548
|
}, {
|
|
1081
1549
|
colors: {
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1550
|
+
blue2: string;
|
|
1551
|
+
cyan2: string;
|
|
1552
|
+
green2: string;
|
|
1553
|
+
grey2: string;
|
|
1554
|
+
greyA2: string;
|
|
1555
|
+
orange2: string;
|
|
1556
|
+
pink2: string;
|
|
1557
|
+
red2: string;
|
|
1558
|
+
yellow2: string;
|
|
1559
|
+
blue1: string;
|
|
1560
|
+
cyan1: string;
|
|
1561
|
+
green1: string;
|
|
1562
|
+
grey1: string;
|
|
1563
|
+
greyA1: string;
|
|
1564
|
+
orange1: string;
|
|
1565
|
+
pink1: string;
|
|
1566
|
+
red1: string;
|
|
1567
|
+
yellow1: string;
|
|
1568
|
+
blue7: string;
|
|
1569
|
+
cyan7: string;
|
|
1570
|
+
green7: string;
|
|
1571
|
+
grey7: string;
|
|
1572
|
+
greyA7: string;
|
|
1573
|
+
orange7: string;
|
|
1574
|
+
pink7: string;
|
|
1575
|
+
red7: string;
|
|
1576
|
+
yellow7: string;
|
|
1577
|
+
blue12: string;
|
|
1578
|
+
cyan12: string;
|
|
1579
|
+
green12: string;
|
|
1580
|
+
grey12: string;
|
|
1581
|
+
greyA12: string;
|
|
1582
|
+
orange12: string;
|
|
1583
|
+
pink12: string;
|
|
1584
|
+
red12: string;
|
|
1585
|
+
yellow12: string;
|
|
1586
|
+
blue3: string;
|
|
1587
|
+
cyan3: string;
|
|
1588
|
+
green3: string;
|
|
1589
|
+
grey3: string;
|
|
1590
|
+
greyA3: string;
|
|
1591
|
+
orange3: string;
|
|
1592
|
+
pink3: string;
|
|
1593
|
+
red3: string;
|
|
1594
|
+
yellow3: string;
|
|
1595
|
+
blue4: string;
|
|
1596
|
+
cyan4: string;
|
|
1597
|
+
green4: string;
|
|
1598
|
+
grey4: string;
|
|
1599
|
+
greyA4: string;
|
|
1600
|
+
orange4: string;
|
|
1601
|
+
pink4: string;
|
|
1602
|
+
red4: string;
|
|
1603
|
+
yellow4: string;
|
|
1604
|
+
blue5: string;
|
|
1605
|
+
cyan5: string;
|
|
1606
|
+
green5: string;
|
|
1607
|
+
grey5: string;
|
|
1608
|
+
greyA5: string;
|
|
1609
|
+
orange5: string;
|
|
1610
|
+
pink5: string;
|
|
1611
|
+
red5: string;
|
|
1612
|
+
yellow5: string;
|
|
1613
|
+
blue9: string;
|
|
1614
|
+
cyan9: string;
|
|
1615
|
+
green9: string;
|
|
1616
|
+
grey9: string;
|
|
1617
|
+
greyA9: string;
|
|
1618
|
+
orange9: string;
|
|
1619
|
+
pink9: string;
|
|
1620
|
+
red9: string;
|
|
1621
|
+
yellow9: string;
|
|
1622
|
+
blue10: string;
|
|
1623
|
+
cyan10: string;
|
|
1624
|
+
green10: string;
|
|
1625
|
+
grey10: string;
|
|
1626
|
+
greyA10: string;
|
|
1627
|
+
orange10: string;
|
|
1628
|
+
pink10: string;
|
|
1629
|
+
red10: string;
|
|
1630
|
+
yellow10: string;
|
|
1631
|
+
blue11: string;
|
|
1632
|
+
cyan11: string;
|
|
1633
|
+
green11: string;
|
|
1634
|
+
grey11: string;
|
|
1635
|
+
greyA11: string;
|
|
1636
|
+
orange11: string;
|
|
1637
|
+
pink11: string;
|
|
1638
|
+
red11: string;
|
|
1639
|
+
yellow11: string;
|
|
1640
|
+
blue8: string;
|
|
1641
|
+
cyan8: string;
|
|
1642
|
+
green8: string;
|
|
1643
|
+
grey8: string;
|
|
1644
|
+
greyA8: string;
|
|
1645
|
+
orange8: string;
|
|
1646
|
+
pink8: string;
|
|
1647
|
+
red8: string;
|
|
1648
|
+
yellow8: string;
|
|
1649
|
+
blue6: string;
|
|
1650
|
+
cyan6: string;
|
|
1651
|
+
green6: string;
|
|
1652
|
+
grey6: string;
|
|
1653
|
+
greyA6: string;
|
|
1654
|
+
orange6: string;
|
|
1655
|
+
pink6: string;
|
|
1656
|
+
red6: string;
|
|
1657
|
+
yellow6: string;
|
|
1658
|
+
blue13: string;
|
|
1659
|
+
cyan13: string;
|
|
1660
|
+
green13: string;
|
|
1661
|
+
grey13: string;
|
|
1662
|
+
greyA13: string;
|
|
1663
|
+
orange13: string;
|
|
1664
|
+
pink13: string;
|
|
1665
|
+
red13: string;
|
|
1666
|
+
yellow13: string;
|
|
1090
1667
|
neutral2: string;
|
|
1091
1668
|
neutralA2: string;
|
|
1092
1669
|
primary2: string;
|
|
@@ -1095,6 +1672,30 @@ export declare const BaseStatusBadgeButton: import("@stitches/react/types/styled
|
|
|
1095
1672
|
info2: string;
|
|
1096
1673
|
warning2: string;
|
|
1097
1674
|
critical2: string;
|
|
1675
|
+
neutral1: string;
|
|
1676
|
+
neutralA1: string;
|
|
1677
|
+
primary1: string;
|
|
1678
|
+
accent1: string;
|
|
1679
|
+
success1: string;
|
|
1680
|
+
info1: string;
|
|
1681
|
+
warning1: string;
|
|
1682
|
+
critical1: string;
|
|
1683
|
+
neutral7: string;
|
|
1684
|
+
neutralA7: string;
|
|
1685
|
+
primary7: string;
|
|
1686
|
+
accent7: string;
|
|
1687
|
+
success7: string;
|
|
1688
|
+
info7: string;
|
|
1689
|
+
warning7: string;
|
|
1690
|
+
critical7: string;
|
|
1691
|
+
neutral12: string;
|
|
1692
|
+
neutralA12: string;
|
|
1693
|
+
primary12: string;
|
|
1694
|
+
accent12: string;
|
|
1695
|
+
success12: string;
|
|
1696
|
+
info12: string;
|
|
1697
|
+
warning12: string;
|
|
1698
|
+
critical12: string;
|
|
1098
1699
|
neutral3: string;
|
|
1099
1700
|
neutralA3: string;
|
|
1100
1701
|
primary3: string;
|
|
@@ -1119,30 +1720,6 @@ export declare const BaseStatusBadgeButton: import("@stitches/react/types/styled
|
|
|
1119
1720
|
info5: string;
|
|
1120
1721
|
warning5: string;
|
|
1121
1722
|
critical5: string;
|
|
1122
|
-
neutral6: string;
|
|
1123
|
-
neutralA6: string;
|
|
1124
|
-
primary6: string;
|
|
1125
|
-
accent6: string;
|
|
1126
|
-
success6: string;
|
|
1127
|
-
info6: string;
|
|
1128
|
-
warning6: string;
|
|
1129
|
-
critical6: string;
|
|
1130
|
-
neutral7: string;
|
|
1131
|
-
neutralA7: string;
|
|
1132
|
-
primary7: string;
|
|
1133
|
-
accent7: string;
|
|
1134
|
-
success7: string;
|
|
1135
|
-
info7: string;
|
|
1136
|
-
warning7: string;
|
|
1137
|
-
critical7: string;
|
|
1138
|
-
neutral8: string;
|
|
1139
|
-
neutralA8: string;
|
|
1140
|
-
primary8: string;
|
|
1141
|
-
accent8: string;
|
|
1142
|
-
success8: string;
|
|
1143
|
-
info8: string;
|
|
1144
|
-
warning8: string;
|
|
1145
|
-
critical8: string;
|
|
1146
1723
|
neutral9: string;
|
|
1147
1724
|
neutralA9: string;
|
|
1148
1725
|
primary9: string;
|
|
@@ -1167,14 +1744,22 @@ export declare const BaseStatusBadgeButton: import("@stitches/react/types/styled
|
|
|
1167
1744
|
info11: string;
|
|
1168
1745
|
warning11: string;
|
|
1169
1746
|
critical11: string;
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1747
|
+
neutral8: string;
|
|
1748
|
+
neutralA8: string;
|
|
1749
|
+
primary8: string;
|
|
1750
|
+
accent8: string;
|
|
1751
|
+
success8: string;
|
|
1752
|
+
info8: string;
|
|
1753
|
+
warning8: string;
|
|
1754
|
+
critical8: string;
|
|
1755
|
+
neutral6: string;
|
|
1756
|
+
neutralA6: string;
|
|
1757
|
+
primary6: string;
|
|
1758
|
+
accent6: string;
|
|
1759
|
+
success6: string;
|
|
1760
|
+
info6: string;
|
|
1761
|
+
warning6: string;
|
|
1762
|
+
critical6: string;
|
|
1178
1763
|
neutral13: string;
|
|
1179
1764
|
neutralA13: string;
|
|
1180
1765
|
primary13: string;
|
|
@@ -1311,14 +1896,123 @@ export declare const BaseStatusBadgeButton: import("@stitches/react/types/styled
|
|
|
1311
1896
|
bp3: "(min-width: 85rem)";
|
|
1312
1897
|
}, {
|
|
1313
1898
|
colors: {
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1899
|
+
blue2: string;
|
|
1900
|
+
cyan2: string;
|
|
1901
|
+
green2: string;
|
|
1902
|
+
grey2: string;
|
|
1903
|
+
greyA2: string;
|
|
1904
|
+
orange2: string;
|
|
1905
|
+
pink2: string;
|
|
1906
|
+
red2: string;
|
|
1907
|
+
yellow2: string;
|
|
1908
|
+
blue1: string;
|
|
1909
|
+
cyan1: string;
|
|
1910
|
+
green1: string;
|
|
1911
|
+
grey1: string;
|
|
1912
|
+
greyA1: string;
|
|
1913
|
+
orange1: string;
|
|
1914
|
+
pink1: string;
|
|
1915
|
+
red1: string;
|
|
1916
|
+
yellow1: string;
|
|
1917
|
+
blue7: string;
|
|
1918
|
+
cyan7: string;
|
|
1919
|
+
green7: string;
|
|
1920
|
+
grey7: string;
|
|
1921
|
+
greyA7: string;
|
|
1922
|
+
orange7: string;
|
|
1923
|
+
pink7: string;
|
|
1924
|
+
red7: string;
|
|
1925
|
+
yellow7: string;
|
|
1926
|
+
blue12: string;
|
|
1927
|
+
cyan12: string;
|
|
1928
|
+
green12: string;
|
|
1929
|
+
grey12: string;
|
|
1930
|
+
greyA12: string;
|
|
1931
|
+
orange12: string;
|
|
1932
|
+
pink12: string;
|
|
1933
|
+
red12: string;
|
|
1934
|
+
yellow12: string;
|
|
1935
|
+
blue3: string;
|
|
1936
|
+
cyan3: string;
|
|
1937
|
+
green3: string;
|
|
1938
|
+
grey3: string;
|
|
1939
|
+
greyA3: string;
|
|
1940
|
+
orange3: string;
|
|
1941
|
+
pink3: string;
|
|
1942
|
+
red3: string;
|
|
1943
|
+
yellow3: string;
|
|
1944
|
+
blue4: string;
|
|
1945
|
+
cyan4: string;
|
|
1946
|
+
green4: string;
|
|
1947
|
+
grey4: string;
|
|
1948
|
+
greyA4: string;
|
|
1949
|
+
orange4: string;
|
|
1950
|
+
pink4: string;
|
|
1951
|
+
red4: string;
|
|
1952
|
+
yellow4: string;
|
|
1953
|
+
blue5: string;
|
|
1954
|
+
cyan5: string;
|
|
1955
|
+
green5: string;
|
|
1956
|
+
grey5: string;
|
|
1957
|
+
greyA5: string;
|
|
1958
|
+
orange5: string;
|
|
1959
|
+
pink5: string;
|
|
1960
|
+
red5: string;
|
|
1961
|
+
yellow5: string;
|
|
1962
|
+
blue9: string;
|
|
1963
|
+
cyan9: string;
|
|
1964
|
+
green9: string;
|
|
1965
|
+
grey9: string;
|
|
1966
|
+
greyA9: string;
|
|
1967
|
+
orange9: string;
|
|
1968
|
+
pink9: string;
|
|
1969
|
+
red9: string;
|
|
1970
|
+
yellow9: string;
|
|
1971
|
+
blue10: string;
|
|
1972
|
+
cyan10: string;
|
|
1973
|
+
green10: string;
|
|
1974
|
+
grey10: string;
|
|
1975
|
+
greyA10: string;
|
|
1976
|
+
orange10: string;
|
|
1977
|
+
pink10: string;
|
|
1978
|
+
red10: string;
|
|
1979
|
+
yellow10: string;
|
|
1980
|
+
blue11: string;
|
|
1981
|
+
cyan11: string;
|
|
1982
|
+
green11: string;
|
|
1983
|
+
grey11: string;
|
|
1984
|
+
greyA11: string;
|
|
1985
|
+
orange11: string;
|
|
1986
|
+
pink11: string;
|
|
1987
|
+
red11: string;
|
|
1988
|
+
yellow11: string;
|
|
1989
|
+
blue8: string;
|
|
1990
|
+
cyan8: string;
|
|
1991
|
+
green8: string;
|
|
1992
|
+
grey8: string;
|
|
1993
|
+
greyA8: string;
|
|
1994
|
+
orange8: string;
|
|
1995
|
+
pink8: string;
|
|
1996
|
+
red8: string;
|
|
1997
|
+
yellow8: string;
|
|
1998
|
+
blue6: string;
|
|
1999
|
+
cyan6: string;
|
|
2000
|
+
green6: string;
|
|
2001
|
+
grey6: string;
|
|
2002
|
+
greyA6: string;
|
|
2003
|
+
orange6: string;
|
|
2004
|
+
pink6: string;
|
|
2005
|
+
red6: string;
|
|
2006
|
+
yellow6: string;
|
|
2007
|
+
blue13: string;
|
|
2008
|
+
cyan13: string;
|
|
2009
|
+
green13: string;
|
|
2010
|
+
grey13: string;
|
|
2011
|
+
greyA13: string;
|
|
2012
|
+
orange13: string;
|
|
2013
|
+
pink13: string;
|
|
2014
|
+
red13: string;
|
|
2015
|
+
yellow13: string;
|
|
1322
2016
|
neutral2: string;
|
|
1323
2017
|
neutralA2: string;
|
|
1324
2018
|
primary2: string;
|
|
@@ -1327,6 +2021,30 @@ export declare const BaseStatusBadgeButton: import("@stitches/react/types/styled
|
|
|
1327
2021
|
info2: string;
|
|
1328
2022
|
warning2: string;
|
|
1329
2023
|
critical2: string;
|
|
2024
|
+
neutral1: string;
|
|
2025
|
+
neutralA1: string;
|
|
2026
|
+
primary1: string;
|
|
2027
|
+
accent1: string;
|
|
2028
|
+
success1: string;
|
|
2029
|
+
info1: string;
|
|
2030
|
+
warning1: string;
|
|
2031
|
+
critical1: string;
|
|
2032
|
+
neutral7: string;
|
|
2033
|
+
neutralA7: string;
|
|
2034
|
+
primary7: string;
|
|
2035
|
+
accent7: string;
|
|
2036
|
+
success7: string;
|
|
2037
|
+
info7: string;
|
|
2038
|
+
warning7: string;
|
|
2039
|
+
critical7: string;
|
|
2040
|
+
neutral12: string;
|
|
2041
|
+
neutralA12: string;
|
|
2042
|
+
primary12: string;
|
|
2043
|
+
accent12: string;
|
|
2044
|
+
success12: string;
|
|
2045
|
+
info12: string;
|
|
2046
|
+
warning12: string;
|
|
2047
|
+
critical12: string;
|
|
1330
2048
|
neutral3: string;
|
|
1331
2049
|
neutralA3: string;
|
|
1332
2050
|
primary3: string;
|
|
@@ -1351,30 +2069,6 @@ export declare const BaseStatusBadgeButton: import("@stitches/react/types/styled
|
|
|
1351
2069
|
info5: string;
|
|
1352
2070
|
warning5: string;
|
|
1353
2071
|
critical5: string;
|
|
1354
|
-
neutral6: string;
|
|
1355
|
-
neutralA6: string;
|
|
1356
|
-
primary6: string;
|
|
1357
|
-
accent6: string;
|
|
1358
|
-
success6: string;
|
|
1359
|
-
info6: string;
|
|
1360
|
-
warning6: string;
|
|
1361
|
-
critical6: string;
|
|
1362
|
-
neutral7: string;
|
|
1363
|
-
neutralA7: string;
|
|
1364
|
-
primary7: string;
|
|
1365
|
-
accent7: string;
|
|
1366
|
-
success7: string;
|
|
1367
|
-
info7: string;
|
|
1368
|
-
warning7: string;
|
|
1369
|
-
critical7: string;
|
|
1370
|
-
neutral8: string;
|
|
1371
|
-
neutralA8: string;
|
|
1372
|
-
primary8: string;
|
|
1373
|
-
accent8: string;
|
|
1374
|
-
success8: string;
|
|
1375
|
-
info8: string;
|
|
1376
|
-
warning8: string;
|
|
1377
|
-
critical8: string;
|
|
1378
2072
|
neutral9: string;
|
|
1379
2073
|
neutralA9: string;
|
|
1380
2074
|
primary9: string;
|
|
@@ -1399,14 +2093,22 @@ export declare const BaseStatusBadgeButton: import("@stitches/react/types/styled
|
|
|
1399
2093
|
info11: string;
|
|
1400
2094
|
warning11: string;
|
|
1401
2095
|
critical11: string;
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
2096
|
+
neutral8: string;
|
|
2097
|
+
neutralA8: string;
|
|
2098
|
+
primary8: string;
|
|
2099
|
+
accent8: string;
|
|
2100
|
+
success8: string;
|
|
2101
|
+
info8: string;
|
|
2102
|
+
warning8: string;
|
|
2103
|
+
critical8: string;
|
|
2104
|
+
neutral6: string;
|
|
2105
|
+
neutralA6: string;
|
|
2106
|
+
primary6: string;
|
|
2107
|
+
accent6: string;
|
|
2108
|
+
success6: string;
|
|
2109
|
+
info6: string;
|
|
2110
|
+
warning6: string;
|
|
2111
|
+
critical6: string;
|
|
1410
2112
|
neutral13: string;
|
|
1411
2113
|
neutralA13: string;
|
|
1412
2114
|
primary13: string;
|