@amboss/design-system 2.2.3 → 2.2.4
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/build/cjs/{src/components → components}/Callout/Callout.d.ts +0 -3
- package/build/cjs/components/Callout/Callout.js +1 -1
- package/build/cjs/components/Form/Select/constants.js +1 -1
- package/build/esm/{src/components → components}/Callout/Callout.d.ts +0 -3
- package/build/esm/components/Callout/Callout.js +1 -1
- package/build/esm/components/Form/Select/constants.js +1 -1
- package/package.json +1 -1
- /package/build/cjs/{src/components → components}/Badge/Badge.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Box/Box.d.ts +0 -0
- /package/build/cjs/{src/components → components}/BulkActionsToolbar/BulkActionsToolbar.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Button/Button.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Card/Card.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Card/CardBox.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Card/CardHeader/CardHeader.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Collapsible/Collapsible.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Column/Columns.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Container/Container.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DataTable/DataTable.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DataTable/TableBody.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DataTable/TableCell.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DataTable/TableHeader.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DataTable/index.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DataTable/types.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DataTable/useDataTableQueryFilter.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DataTable/useDataTableSort.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Divider/Divider.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DropdownMenu/DropdownMenu.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DropdownMenu/Menu.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DropdownMenu/MenuItem.d.ts +0 -0
- /package/build/cjs/{src/components → components}/DropdownMenu/utils.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Checkbox/Checkbox.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/FormErrorMessages/FormErrorMessages.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/FormField/FormField.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/FormFieldGroup/FormFieldGroup.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/FormLabelText/FormLabelText.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Input/Input.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Input/index.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/MaskedInput/MaskedInput.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/PasswordInput/PasswordInput.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/PasswordInput/index.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Radio/Radio.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/RadioButton/RadioButton.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/RangeInput/RangeInput.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/SearchInput/SearchInput.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/SegmentedControl/-types.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/SegmentedControl/SegmentedControl.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/SegmentedControl/SegmentedControlOption.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Select/BaseSelect.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Select/MultiSelect.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Select/MultiSelectReducer.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Select/Select.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Select/StyledSelectComponents.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Select/constants.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Textarea/Textarea.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/Toggle/Toggle.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Form/ToggleButton/ToggleButton.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Icon/Icon.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Image/Image.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Inline/Inline.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Link/Link.d.ts +0 -0
- /package/build/cjs/{src/components → components}/LoadingSpinner/LoadingSpinner.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Logo/Logo.d.ts +0 -0
- /package/build/cjs/{src/components → components}/MediaItem/MediaItem.d.ts +0 -0
- /package/build/cjs/{src/components → components}/MediaViewerBar/MediaViewerBar.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Notification/ExpandedContent.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Notification/Notification.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Pagination/Pagination.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Patterns/ButtonGroup/ButtonGroup.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Patterns/Modal/Modal.d.ts +0 -0
- /package/build/cjs/{src/components → components}/PictogramButton/PictogramButton.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Popover/Popover.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Portal/Portal.d.ts +0 -0
- /package/build/cjs/{src/components → components}/ProgressBar/ProgressBar.d.ts +0 -0
- /package/build/cjs/{src/components → components}/QBankRichText/QBankRichText.d.ts +0 -0
- /package/build/cjs/{src/components → components}/RoundButton/RoundButton.d.ts +0 -0
- /package/build/cjs/{src/components → components}/SearchResult/SearchResult.d.ts +0 -0
- /package/build/cjs/{src/components → components}/SegmentedProgressBar/SegmentedProgressBar.d.ts +0 -0
- /package/build/cjs/{src/components → components}/SegmentedProgressBar/SegmentedProgressBarUtil.d.ts +0 -0
- /package/build/cjs/{src/components → components}/ShadowWebComponent/ShadowWebComponent.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Sheet/Sheet.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Stack/Stack.d.ts +0 -0
- /package/build/cjs/{src/components → components}/SubThemeProvider/SubThemeProvider.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Tabs/Tabs.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Tag/Tag.d.ts +0 -0
- /package/build/cjs/{src/components → components}/TagGroup/TagGroup.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Toggletip/BasePopover.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Toggletip/Toggletip.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Toolbar/Toolbar.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Toolbar/ToolbarGroup.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Toolbar/index.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Tooltip/BaseTooltip.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Tooltip/Tooltip.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Tooltip/TooltipContent.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Tooltip/types.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Tooltip/utils.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Tutorialtip/Tutorialtip.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Typography/Header/Header.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Typography/StyledText/StyledText.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Typography/Text/Text.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Typography/TextClamped/TextClamped.d.ts +0 -0
- /package/build/cjs/{src/components → components}/UserHighlightTooltip/UserHighlightTooltip.d.ts +0 -0
- /package/build/cjs/{src/components → components}/Utilities/Expandable/Expandable.d.ts +0 -0
- /package/build/cjs/{src/components → components}/VirtualScrollList/VirtualScrollList.d.ts +0 -0
- /package/build/cjs/{src/components → components}/VirtualScrollList/VirtualScrollListReducer.d.ts +0 -0
- /package/build/cjs/{src/index.d.ts → index.d.ts} +0 -0
- /package/build/cjs/{src/shared → shared}/FocusTrapWrapper.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/ScreenReaderText.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/flattenChildren.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/informDeprecation.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/mediaQueries.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/replaceDeprecated.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/useAutoPosition.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/useDocument.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/useDragDown.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/useHover.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/useKeyboard.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/useOnEscapePress.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/useOutsideClick.d.ts +0 -0
- /package/build/cjs/{src/shared → shared}/useWindow.d.ts +0 -0
- /package/build/cjs/{src/types → types}/index.d.ts +0 -0
- /package/build/cjs/{src/web-tokens → web-tokens}/_subThemeType.d.ts +0 -0
- /package/build/cjs/{src/web-tokens → web-tokens}/visualConfig.d.ts +0 -0
- /package/build/esm/{src/components → components}/Badge/Badge.d.ts +0 -0
- /package/build/esm/{src/components → components}/Box/Box.d.ts +0 -0
- /package/build/esm/{src/components → components}/BulkActionsToolbar/BulkActionsToolbar.d.ts +0 -0
- /package/build/esm/{src/components → components}/Button/Button.d.ts +0 -0
- /package/build/esm/{src/components → components}/Card/Card.d.ts +0 -0
- /package/build/esm/{src/components → components}/Card/CardBox.d.ts +0 -0
- /package/build/esm/{src/components → components}/Card/CardHeader/CardHeader.d.ts +0 -0
- /package/build/esm/{src/components → components}/Collapsible/Collapsible.d.ts +0 -0
- /package/build/esm/{src/components → components}/Column/Columns.d.ts +0 -0
- /package/build/esm/{src/components → components}/Container/Container.d.ts +0 -0
- /package/build/esm/{src/components → components}/DataTable/DataTable.d.ts +0 -0
- /package/build/esm/{src/components → components}/DataTable/TableBody.d.ts +0 -0
- /package/build/esm/{src/components → components}/DataTable/TableCell.d.ts +0 -0
- /package/build/esm/{src/components → components}/DataTable/TableHeader.d.ts +0 -0
- /package/build/esm/{src/components → components}/DataTable/index.d.ts +0 -0
- /package/build/esm/{src/components → components}/DataTable/types.d.ts +0 -0
- /package/build/esm/{src/components → components}/DataTable/useDataTableQueryFilter.d.ts +0 -0
- /package/build/esm/{src/components → components}/DataTable/useDataTableSort.d.ts +0 -0
- /package/build/esm/{src/components → components}/Divider/Divider.d.ts +0 -0
- /package/build/esm/{src/components → components}/DropdownMenu/DropdownMenu.d.ts +0 -0
- /package/build/esm/{src/components → components}/DropdownMenu/Menu.d.ts +0 -0
- /package/build/esm/{src/components → components}/DropdownMenu/MenuItem.d.ts +0 -0
- /package/build/esm/{src/components → components}/DropdownMenu/utils.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Checkbox/Checkbox.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/FormErrorMessages/FormErrorMessages.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/FormField/FormField.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/FormFieldGroup/FormFieldGroup.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/FormLabelText/FormLabelText.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Input/Input.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Input/index.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/MaskedInput/MaskedInput.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/PasswordInput/PasswordInput.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/PasswordInput/index.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Radio/Radio.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/RadioButton/RadioButton.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/RangeInput/RangeInput.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/SearchInput/SearchInput.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/SegmentedControl/-types.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/SegmentedControl/SegmentedControl.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/SegmentedControl/SegmentedControlOption.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Select/BaseSelect.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Select/MultiSelect.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Select/MultiSelectReducer.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Select/Select.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Select/StyledSelectComponents.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Select/constants.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Textarea/Textarea.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/Toggle/Toggle.d.ts +0 -0
- /package/build/esm/{src/components → components}/Form/ToggleButton/ToggleButton.d.ts +0 -0
- /package/build/esm/{src/components → components}/Icon/Icon.d.ts +0 -0
- /package/build/esm/{src/components → components}/Image/Image.d.ts +0 -0
- /package/build/esm/{src/components → components}/Inline/Inline.d.ts +0 -0
- /package/build/esm/{src/components → components}/Link/Link.d.ts +0 -0
- /package/build/esm/{src/components → components}/LoadingSpinner/LoadingSpinner.d.ts +0 -0
- /package/build/esm/{src/components → components}/Logo/Logo.d.ts +0 -0
- /package/build/esm/{src/components → components}/MediaItem/MediaItem.d.ts +0 -0
- /package/build/esm/{src/components → components}/MediaViewerBar/MediaViewerBar.d.ts +0 -0
- /package/build/esm/{src/components → components}/Notification/ExpandedContent.d.ts +0 -0
- /package/build/esm/{src/components → components}/Notification/Notification.d.ts +0 -0
- /package/build/esm/{src/components → components}/Pagination/Pagination.d.ts +0 -0
- /package/build/esm/{src/components → components}/Patterns/ButtonGroup/ButtonGroup.d.ts +0 -0
- /package/build/esm/{src/components → components}/Patterns/Modal/Modal.d.ts +0 -0
- /package/build/esm/{src/components → components}/PictogramButton/PictogramButton.d.ts +0 -0
- /package/build/esm/{src/components → components}/Popover/Popover.d.ts +0 -0
- /package/build/esm/{src/components → components}/Portal/Portal.d.ts +0 -0
- /package/build/esm/{src/components → components}/ProgressBar/ProgressBar.d.ts +0 -0
- /package/build/esm/{src/components → components}/QBankRichText/QBankRichText.d.ts +0 -0
- /package/build/esm/{src/components → components}/RoundButton/RoundButton.d.ts +0 -0
- /package/build/esm/{src/components → components}/SearchResult/SearchResult.d.ts +0 -0
- /package/build/esm/{src/components → components}/SegmentedProgressBar/SegmentedProgressBar.d.ts +0 -0
- /package/build/esm/{src/components → components}/SegmentedProgressBar/SegmentedProgressBarUtil.d.ts +0 -0
- /package/build/esm/{src/components → components}/ShadowWebComponent/ShadowWebComponent.d.ts +0 -0
- /package/build/esm/{src/components → components}/Sheet/Sheet.d.ts +0 -0
- /package/build/esm/{src/components → components}/Stack/Stack.d.ts +0 -0
- /package/build/esm/{src/components → components}/SubThemeProvider/SubThemeProvider.d.ts +0 -0
- /package/build/esm/{src/components → components}/Tabs/Tabs.d.ts +0 -0
- /package/build/esm/{src/components → components}/Tag/Tag.d.ts +0 -0
- /package/build/esm/{src/components → components}/TagGroup/TagGroup.d.ts +0 -0
- /package/build/esm/{src/components → components}/Toggletip/BasePopover.d.ts +0 -0
- /package/build/esm/{src/components → components}/Toggletip/Toggletip.d.ts +0 -0
- /package/build/esm/{src/components → components}/Toolbar/Toolbar.d.ts +0 -0
- /package/build/esm/{src/components → components}/Toolbar/ToolbarGroup.d.ts +0 -0
- /package/build/esm/{src/components → components}/Toolbar/index.d.ts +0 -0
- /package/build/esm/{src/components → components}/Tooltip/BaseTooltip.d.ts +0 -0
- /package/build/esm/{src/components → components}/Tooltip/Tooltip.d.ts +0 -0
- /package/build/esm/{src/components → components}/Tooltip/TooltipContent.d.ts +0 -0
- /package/build/esm/{src/components → components}/Tooltip/types.d.ts +0 -0
- /package/build/esm/{src/components → components}/Tooltip/utils.d.ts +0 -0
- /package/build/esm/{src/components → components}/Tutorialtip/Tutorialtip.d.ts +0 -0
- /package/build/esm/{src/components → components}/Typography/Header/Header.d.ts +0 -0
- /package/build/esm/{src/components → components}/Typography/StyledText/StyledText.d.ts +0 -0
- /package/build/esm/{src/components → components}/Typography/Text/Text.d.ts +0 -0
- /package/build/esm/{src/components → components}/Typography/TextClamped/TextClamped.d.ts +0 -0
- /package/build/esm/{src/components → components}/UserHighlightTooltip/UserHighlightTooltip.d.ts +0 -0
- /package/build/esm/{src/components → components}/Utilities/Expandable/Expandable.d.ts +0 -0
- /package/build/esm/{src/components → components}/VirtualScrollList/VirtualScrollList.d.ts +0 -0
- /package/build/esm/{src/components → components}/VirtualScrollList/VirtualScrollListReducer.d.ts +0 -0
- /package/build/esm/{src/index.d.ts → index.d.ts} +0 -0
- /package/build/esm/{src/shared → shared}/FocusTrapWrapper.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/ScreenReaderText.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/flattenChildren.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/informDeprecation.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/mediaQueries.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/replaceDeprecated.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/useAutoPosition.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/useDocument.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/useDragDown.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/useHover.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/useKeyboard.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/useOnEscapePress.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/useOutsideClick.d.ts +0 -0
- /package/build/esm/{src/shared → shared}/useWindow.d.ts +0 -0
- /package/build/esm/{src/types → types}/index.d.ts +0 -0
- /package/build/esm/{src/web-tokens → web-tokens}/_subThemeType.d.ts +0 -0
- /package/build/esm/{src/web-tokens → web-tokens}/visualConfig.d.ts +0 -0
|
@@ -10,6 +10,3 @@ export type CalloutProps = {
|
|
|
10
10
|
description?: string | ReactElement;
|
|
11
11
|
};
|
|
12
12
|
export declare function Callout({ text, description, type, icon, "data-e2e-test-id": dataE2eTestId, }: CalloutProps): React.ReactElement;
|
|
13
|
-
export declare namespace Callout {
|
|
14
|
-
var defaultProps: Partial<CalloutProps>;
|
|
15
|
-
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"Callout",{enumerable:!0,get:function(){return Callout}});const _interop_require_default=require("@swc/helpers/_/_interop_require_default"),_react=_interop_require_default._(require("react")),_styled=_interop_require_default._(require("@emotion/styled")),_Icon=require("../Icon/Icon"),_Inline=require("../Inline/Inline"),_Stack=require("../Stack/Stack"),_Text=require("../Typography/Text/Text"),StyledContainer=(0,_styled.default)("div",{target:"
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"Callout",{enumerable:!0,get:function(){return Callout}});const _interop_require_default=require("@swc/helpers/_/_interop_require_default"),_react=_interop_require_default._(require("react")),_styled=_interop_require_default._(require("@emotion/styled")),_Icon=require("../Icon/Icon"),_Inline=require("../Inline/Inline"),_Stack=require("../Stack/Stack"),_Text=require("../Typography/Text/Text"),DEFAULT_ICONS_BY_TYPE={info:"info",success:"check-circle",warning:"alert-circle",error:"alert-triangle"},StyledContainer=(0,_styled.default)("div",{target:"e1fyzjtz0",label:"StyledContainer"})(({theme,type})=>({display:"flex",borderRadius:theme.variables.size.borderRadius.xs,padding:theme.variables.size.spacing.m,backgroundColor:theme.values.color.background[`${type}Subtle`].default}),"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjL2NvbXBvbmVudHMvQ2FsbG91dC9DYWxsb3V0LnRzeCIsInNvdXJjZXMiOlsic3JjL2NvbXBvbmVudHMvQ2FsbG91dC9DYWxsb3V0LnRzeCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IFJlYWN0RWxlbWVudCB9IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IFJlYWN0IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5pbXBvcnQgdHlwZSB7IEljb25OYW1lIH0gZnJvbSBcIi4uL0ljb24vSWNvblwiO1xuaW1wb3J0IHsgSWNvbiB9IGZyb20gXCIuLi9JY29uL0ljb25cIjtcbmltcG9ydCB7IElubGluZSB9IGZyb20gXCIuLi9JbmxpbmUvSW5saW5lXCI7XG5pbXBvcnQgeyBTdGFjayB9IGZyb20gXCIuLi9TdGFjay9TdGFja1wiO1xuaW1wb3J0IHsgVGV4dCB9IGZyb20gXCIuLi9UeXBvZ3JhcGh5L1RleHQvVGV4dFwiO1xuaW1wb3J0IHR5cGUgeyBDYWxsb3V0VmFyaWF0aW9ucyB9IGZyb20gXCIuLi8uLi90eXBlc1wiO1xuXG5jb25zdCBERUZBVUxUX0lDT05TX0JZX1RZUEU6IFJlY29yZDxDYWxsb3V0VmFyaWF0aW9ucywgSWNvbk5hbWU+ID0ge1xuICBpbmZvOiBcImluZm9cIixcbiAgc3VjY2VzczogXCJjaGVjay1jaXJjbGVcIixcbiAgd2FybmluZzogXCJhbGVydC1jaXJjbGVcIixcbiAgZXJyb3I6IFwiYWxlcnQtdHJpYW5nbGVcIixcbn07XG5cbmV4cG9ydCB0eXBlIENhbGxvdXRQcm9wcyA9IHtcbiAgdHlwZT86IENhbGxvdXRWYXJpYXRpb25zO1xuICBpY29uPzogSWNvbk5hbWU7XG4gIFwiZGF0YS1lMmUtdGVzdC1pZFwiPzogc3RyaW5nO1xuICB0ZXh0OiBzdHJpbmcgfCBSZWFjdEVsZW1lbnQ7XG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nIHwgUmVhY3RFbGVtZW50O1xufTtcblxuY29uc3QgU3R5bGVkQ29udGFpbmVyID0gc3R5bGVkLmRpdjxQYXJ0aWFsPENhbGxvdXRQcm9wcz4+KFxuICAoeyB0aGVtZSwgdHlwZSB9KSA9PiAoe1xuICAgIGRpc3BsYXk6IFwiZmxleFwiLFxuICAgIGJvcmRlclJhZGl1czogdGhlbWUudmFyaWFibGVzLnNpemUuYm9yZGVyUmFkaXVzLnhzLFxuICAgIHBhZGRpbmc6IHRoZW1lLnZhcmlhYmxlcy5zaXplLnNwYWNpbmcubSxcbiAgICBiYWNrZ3JvdW5kQ29sb3I6IHRoZW1lLnZhbHVlcy5jb2xvci5iYWNrZ3JvdW5kW2Ake3R5cGV9U3VidGxlYF0uZGVmYXVsdCxcbiAgfSlcbik7XG5cbmNvbnN0IFN0eWxlZEljb25Db250YWluZXIgPSBzdHlsZWQuZGl2KHtcbiAgcGFkZGluZ1RvcDogXCIxcHhcIixcbn0pO1xuXG5leHBvcnQgZnVuY3Rpb24gQ2FsbG91dCh7XG4gIHRleHQsXG4gIGRlc2NyaXB0aW9uLFxuICB0eXBlID0gXCJpbmZvXCIsXG4gIGljb24gPSBERUZBVUxUX0lDT05TX0JZX1RZUEVbdHlwZV0sXG4gIFwiZGF0YS1lMmUtdGVzdC1pZFwiOiBkYXRhRTJlVGVzdElkLFxufTogQ2FsbG91dFByb3BzKTogUmVhY3QuUmVhY3RFbGVtZW50IHtcbiAgY29uc3QgdGl0bGVGb250V2VpZ2h0ID0gZGVzY3JpcHRpb24gPyBcImJvbGRcIiA6IFwibm9ybWFsXCI7XG5cbiAgcmV0dXJuIChcbiAgICA8U3R5bGVkQ29udGFpbmVyXG4gICAgICBkYXRhLWUyZS10ZXN0LWlkPXtkYXRhRTJlVGVzdElkfVxuICAgICAgZGF0YS1kcy1pZD1cIkNhbGxvdXRcIlxuICAgICAgdHlwZT17dHlwZX1cbiAgICA+XG4gICAgICA8SW5saW5lIHZBbGlnbkl0ZW1zPVwidG9wXCIgc3BhY2U9XCJ4c1wiIG5vV3JhcD5cbiAgICAgICAgPFN0eWxlZEljb25Db250YWluZXI+XG4gICAgICAgICAgPEljb24gbmFtZT17aWNvbn0gY29sb3I9e3R5cGV9IHNpemU9XCJzXCIgLz5cbiAgICAgICAgPC9TdHlsZWRJY29uQ29udGFpbmVyPlxuICAgICAgICA8U3RhY2sgc3BhY2U9XCJ4eHNcIj5cbiAgICAgICAgICA8VGV4dCB3ZWlnaHQ9e3RpdGxlRm9udFdlaWdodH0gc2l6ZT1cInNcIiBjb2xvcj17dHlwZX0+XG4gICAgICAgICAgICB7dGV4dH1cbiAgICAgICAgICA8L1RleHQ+XG4gICAgICAgICAge2Rlc2NyaXB0aW9uICYmIChcbiAgICAgICAgICAgIDxUZXh0IHNpemU9XCJzXCIgY29sb3I9e3R5cGV9PlxuICAgICAgICAgICAgICB7ZGVzY3JpcHRpb259XG4gICAgICAgICAgICA8L1RleHQ+XG4gICAgICAgICAgKX1cbiAgICAgICAgPC9TdGFjaz5cbiAgICAgIDwvSW5saW5lPlxuICAgIDwvU3R5bGVkQ29udGFpbmVyPlxuICApO1xufVxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCd0IifQ== */"),StyledIconContainer=(0,_styled.default)("div",{target:"e1fyzjtz1",label:"StyledIconContainer"})({paddingTop:"1px"},"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjL2NvbXBvbmVudHMvQ2FsbG91dC9DYWxsb3V0LnRzeCIsInNvdXJjZXMiOlsic3JjL2NvbXBvbmVudHMvQ2FsbG91dC9DYWxsb3V0LnRzeCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IFJlYWN0RWxlbWVudCB9IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IFJlYWN0IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5pbXBvcnQgdHlwZSB7IEljb25OYW1lIH0gZnJvbSBcIi4uL0ljb24vSWNvblwiO1xuaW1wb3J0IHsgSWNvbiB9IGZyb20gXCIuLi9JY29uL0ljb25cIjtcbmltcG9ydCB7IElubGluZSB9IGZyb20gXCIuLi9JbmxpbmUvSW5saW5lXCI7XG5pbXBvcnQgeyBTdGFjayB9IGZyb20gXCIuLi9TdGFjay9TdGFja1wiO1xuaW1wb3J0IHsgVGV4dCB9IGZyb20gXCIuLi9UeXBvZ3JhcGh5L1RleHQvVGV4dFwiO1xuaW1wb3J0IHR5cGUgeyBDYWxsb3V0VmFyaWF0aW9ucyB9IGZyb20gXCIuLi8uLi90eXBlc1wiO1xuXG5jb25zdCBERUZBVUxUX0lDT05TX0JZX1RZUEU6IFJlY29yZDxDYWxsb3V0VmFyaWF0aW9ucywgSWNvbk5hbWU+ID0ge1xuICBpbmZvOiBcImluZm9cIixcbiAgc3VjY2VzczogXCJjaGVjay1jaXJjbGVcIixcbiAgd2FybmluZzogXCJhbGVydC1jaXJjbGVcIixcbiAgZXJyb3I6IFwiYWxlcnQtdHJpYW5nbGVcIixcbn07XG5cbmV4cG9ydCB0eXBlIENhbGxvdXRQcm9wcyA9IHtcbiAgdHlwZT86IENhbGxvdXRWYXJpYXRpb25zO1xuICBpY29uPzogSWNvbk5hbWU7XG4gIFwiZGF0YS1lMmUtdGVzdC1pZFwiPzogc3RyaW5nO1xuICB0ZXh0OiBzdHJpbmcgfCBSZWFjdEVsZW1lbnQ7XG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nIHwgUmVhY3RFbGVtZW50O1xufTtcblxuY29uc3QgU3R5bGVkQ29udGFpbmVyID0gc3R5bGVkLmRpdjxQYXJ0aWFsPENhbGxvdXRQcm9wcz4+KFxuICAoeyB0aGVtZSwgdHlwZSB9KSA9PiAoe1xuICAgIGRpc3BsYXk6IFwiZmxleFwiLFxuICAgIGJvcmRlclJhZGl1czogdGhlbWUudmFyaWFibGVzLnNpemUuYm9yZGVyUmFkaXVzLnhzLFxuICAgIHBhZGRpbmc6IHRoZW1lLnZhcmlhYmxlcy5zaXplLnNwYWNpbmcubSxcbiAgICBiYWNrZ3JvdW5kQ29sb3I6IHRoZW1lLnZhbHVlcy5jb2xvci5iYWNrZ3JvdW5kW2Ake3R5cGV9U3VidGxlYF0uZGVmYXVsdCxcbiAgfSlcbik7XG5cbmNvbnN0IFN0eWxlZEljb25Db250YWluZXIgPSBzdHlsZWQuZGl2KHtcbiAgcGFkZGluZ1RvcDogXCIxcHhcIixcbn0pO1xuXG5leHBvcnQgZnVuY3Rpb24gQ2FsbG91dCh7XG4gIHRleHQsXG4gIGRlc2NyaXB0aW9uLFxuICB0eXBlID0gXCJpbmZvXCIsXG4gIGljb24gPSBERUZBVUxUX0lDT05TX0JZX1RZUEVbdHlwZV0sXG4gIFwiZGF0YS1lMmUtdGVzdC1pZFwiOiBkYXRhRTJlVGVzdElkLFxufTogQ2FsbG91dFByb3BzKTogUmVhY3QuUmVhY3RFbGVtZW50IHtcbiAgY29uc3QgdGl0bGVGb250V2VpZ2h0ID0gZGVzY3JpcHRpb24gPyBcImJvbGRcIiA6IFwibm9ybWFsXCI7XG5cbiAgcmV0dXJuIChcbiAgICA8U3R5bGVkQ29udGFpbmVyXG4gICAgICBkYXRhLWUyZS10ZXN0LWlkPXtkYXRhRTJlVGVzdElkfVxuICAgICAgZGF0YS1kcy1pZD1cIkNhbGxvdXRcIlxuICAgICAgdHlwZT17dHlwZX1cbiAgICA+XG4gICAgICA8SW5saW5lIHZBbGlnbkl0ZW1zPVwidG9wXCIgc3BhY2U9XCJ4c1wiIG5vV3JhcD5cbiAgICAgICAgPFN0eWxlZEljb25Db250YWluZXI+XG4gICAgICAgICAgPEljb24gbmFtZT17aWNvbn0gY29sb3I9e3R5cGV9IHNpemU9XCJzXCIgLz5cbiAgICAgICAgPC9TdHlsZWRJY29uQ29udGFpbmVyPlxuICAgICAgICA8U3RhY2sgc3BhY2U9XCJ4eHNcIj5cbiAgICAgICAgICA8VGV4dCB3ZWlnaHQ9e3RpdGxlRm9udFdlaWdodH0gc2l6ZT1cInNcIiBjb2xvcj17dHlwZX0+XG4gICAgICAgICAgICB7dGV4dH1cbiAgICAgICAgICA8L1RleHQ+XG4gICAgICAgICAge2Rlc2NyaXB0aW9uICYmIChcbiAgICAgICAgICAgIDxUZXh0IHNpemU9XCJzXCIgY29sb3I9e3R5cGV9PlxuICAgICAgICAgICAgICB7ZGVzY3JpcHRpb259XG4gICAgICAgICAgICA8L1RleHQ+XG4gICAgICAgICAgKX1cbiAgICAgICAgPC9TdGFjaz5cbiAgICAgIDwvSW5saW5lPlxuICAgIDwvU3R5bGVkQ29udGFpbmVyPlxuICApO1xufVxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWtDNEIifQ== */");function Callout({text,description,type="info",icon=DEFAULT_ICONS_BY_TYPE[type],"data-e2e-test-id":dataE2eTestId}){let titleFontWeight=description?"bold":"normal";return _react.default.createElement(StyledContainer,{"data-e2e-test-id":dataE2eTestId,"data-ds-id":"Callout",type:type},_react.default.createElement(_Inline.Inline,{vAlignItems:"top",space:"xs",noWrap:!0},_react.default.createElement(StyledIconContainer,null,_react.default.createElement(_Icon.Icon,{name:icon,color:type,size:"s"})),_react.default.createElement(_Stack.Stack,{space:"xxs"},_react.default.createElement(_Text.Text,{weight:titleFontWeight,size:"s",color:type},text),description&&_react.default.createElement(_Text.Text,{size:"s",color:type},description))))}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"dropdownContainerStyle",{enumerable:!0,get:function(){return dropdownContainerStyle}});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),Object.defineProperty(exports,"dropdownContainerStyle",{enumerable:!0,get:function(){return dropdownContainerStyle}});const xxs=require("@swc/helpers/_/_interop_require_default")._(require("../../../web-tokens/_sizes.json")).default.find(({subitemName})=>"xxs"===subitemName).original,dropdownContainerStyle={paddingTop:xxs,paddingBottom:xxs};
|
|
@@ -10,6 +10,3 @@ export type CalloutProps = {
|
|
|
10
10
|
description?: string | ReactElement;
|
|
11
11
|
};
|
|
12
12
|
export declare function Callout({ text, description, type, icon, "data-e2e-test-id": dataE2eTestId, }: CalloutProps): React.ReactElement;
|
|
13
|
-
export declare namespace Callout {
|
|
14
|
-
var defaultProps: Partial<CalloutProps>;
|
|
15
|
-
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import React from"react";import styled from"@emotion/styled";import{Icon}from"../Icon/Icon";import{Inline}from"../Inline/Inline";import{Stack}from"../Stack/Stack";import{Text}from"../Typography/Text/Text";let StyledContainer=styled("div",{target:"
|
|
1
|
+
import React from"react";import styled from"@emotion/styled";import{Icon}from"../Icon/Icon";import{Inline}from"../Inline/Inline";import{Stack}from"../Stack/Stack";import{Text}from"../Typography/Text/Text";let DEFAULT_ICONS_BY_TYPE={info:"info",success:"check-circle",warning:"alert-circle",error:"alert-triangle"},StyledContainer=styled("div",{target:"e1fyzjtz0",label:"StyledContainer"})(({theme,type})=>({display:"flex",borderRadius:theme.variables.size.borderRadius.xs,padding:theme.variables.size.spacing.m,backgroundColor:theme.values.color.background[`${type}Subtle`].default}),"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjL2NvbXBvbmVudHMvQ2FsbG91dC9DYWxsb3V0LnRzeCIsInNvdXJjZXMiOlsic3JjL2NvbXBvbmVudHMvQ2FsbG91dC9DYWxsb3V0LnRzeCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IFJlYWN0RWxlbWVudCB9IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IFJlYWN0IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5pbXBvcnQgdHlwZSB7IEljb25OYW1lIH0gZnJvbSBcIi4uL0ljb24vSWNvblwiO1xuaW1wb3J0IHsgSWNvbiB9IGZyb20gXCIuLi9JY29uL0ljb25cIjtcbmltcG9ydCB7IElubGluZSB9IGZyb20gXCIuLi9JbmxpbmUvSW5saW5lXCI7XG5pbXBvcnQgeyBTdGFjayB9IGZyb20gXCIuLi9TdGFjay9TdGFja1wiO1xuaW1wb3J0IHsgVGV4dCB9IGZyb20gXCIuLi9UeXBvZ3JhcGh5L1RleHQvVGV4dFwiO1xuaW1wb3J0IHR5cGUgeyBDYWxsb3V0VmFyaWF0aW9ucyB9IGZyb20gXCIuLi8uLi90eXBlc1wiO1xuXG5jb25zdCBERUZBVUxUX0lDT05TX0JZX1RZUEU6IFJlY29yZDxDYWxsb3V0VmFyaWF0aW9ucywgSWNvbk5hbWU+ID0ge1xuICBpbmZvOiBcImluZm9cIixcbiAgc3VjY2VzczogXCJjaGVjay1jaXJjbGVcIixcbiAgd2FybmluZzogXCJhbGVydC1jaXJjbGVcIixcbiAgZXJyb3I6IFwiYWxlcnQtdHJpYW5nbGVcIixcbn07XG5cbmV4cG9ydCB0eXBlIENhbGxvdXRQcm9wcyA9IHtcbiAgdHlwZT86IENhbGxvdXRWYXJpYXRpb25zO1xuICBpY29uPzogSWNvbk5hbWU7XG4gIFwiZGF0YS1lMmUtdGVzdC1pZFwiPzogc3RyaW5nO1xuICB0ZXh0OiBzdHJpbmcgfCBSZWFjdEVsZW1lbnQ7XG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nIHwgUmVhY3RFbGVtZW50O1xufTtcblxuY29uc3QgU3R5bGVkQ29udGFpbmVyID0gc3R5bGVkLmRpdjxQYXJ0aWFsPENhbGxvdXRQcm9wcz4+KFxuICAoeyB0aGVtZSwgdHlwZSB9KSA9PiAoe1xuICAgIGRpc3BsYXk6IFwiZmxleFwiLFxuICAgIGJvcmRlclJhZGl1czogdGhlbWUudmFyaWFibGVzLnNpemUuYm9yZGVyUmFkaXVzLnhzLFxuICAgIHBhZGRpbmc6IHRoZW1lLnZhcmlhYmxlcy5zaXplLnNwYWNpbmcubSxcbiAgICBiYWNrZ3JvdW5kQ29sb3I6IHRoZW1lLnZhbHVlcy5jb2xvci5iYWNrZ3JvdW5kW2Ake3R5cGV9U3VidGxlYF0uZGVmYXVsdCxcbiAgfSlcbik7XG5cbmNvbnN0IFN0eWxlZEljb25Db250YWluZXIgPSBzdHlsZWQuZGl2KHtcbiAgcGFkZGluZ1RvcDogXCIxcHhcIixcbn0pO1xuXG5leHBvcnQgZnVuY3Rpb24gQ2FsbG91dCh7XG4gIHRleHQsXG4gIGRlc2NyaXB0aW9uLFxuICB0eXBlID0gXCJpbmZvXCIsXG4gIGljb24gPSBERUZBVUxUX0lDT05TX0JZX1RZUEVbdHlwZV0sXG4gIFwiZGF0YS1lMmUtdGVzdC1pZFwiOiBkYXRhRTJlVGVzdElkLFxufTogQ2FsbG91dFByb3BzKTogUmVhY3QuUmVhY3RFbGVtZW50IHtcbiAgY29uc3QgdGl0bGVGb250V2VpZ2h0ID0gZGVzY3JpcHRpb24gPyBcImJvbGRcIiA6IFwibm9ybWFsXCI7XG5cbiAgcmV0dXJuIChcbiAgICA8U3R5bGVkQ29udGFpbmVyXG4gICAgICBkYXRhLWUyZS10ZXN0LWlkPXtkYXRhRTJlVGVzdElkfVxuICAgICAgZGF0YS1kcy1pZD1cIkNhbGxvdXRcIlxuICAgICAgdHlwZT17dHlwZX1cbiAgICA+XG4gICAgICA8SW5saW5lIHZBbGlnbkl0ZW1zPVwidG9wXCIgc3BhY2U9XCJ4c1wiIG5vV3JhcD5cbiAgICAgICAgPFN0eWxlZEljb25Db250YWluZXI+XG4gICAgICAgICAgPEljb24gbmFtZT17aWNvbn0gY29sb3I9e3R5cGV9IHNpemU9XCJzXCIgLz5cbiAgICAgICAgPC9TdHlsZWRJY29uQ29udGFpbmVyPlxuICAgICAgICA8U3RhY2sgc3BhY2U9XCJ4eHNcIj5cbiAgICAgICAgICA8VGV4dCB3ZWlnaHQ9e3RpdGxlRm9udFdlaWdodH0gc2l6ZT1cInNcIiBjb2xvcj17dHlwZX0+XG4gICAgICAgICAgICB7dGV4dH1cbiAgICAgICAgICA8L1RleHQ+XG4gICAgICAgICAge2Rlc2NyaXB0aW9uICYmIChcbiAgICAgICAgICAgIDxUZXh0IHNpemU9XCJzXCIgY29sb3I9e3R5cGV9PlxuICAgICAgICAgICAgICB7ZGVzY3JpcHRpb259XG4gICAgICAgICAgICA8L1RleHQ+XG4gICAgICAgICAgKX1cbiAgICAgICAgPC9TdGFjaz5cbiAgICAgIDwvSW5saW5lPlxuICAgIDwvU3R5bGVkQ29udGFpbmVyPlxuICApO1xufVxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCd0IifQ== */"),StyledIconContainer=styled("div",{target:"e1fyzjtz1",label:"StyledIconContainer"})({paddingTop:"1px"},"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3JjL2NvbXBvbmVudHMvQ2FsbG91dC9DYWxsb3V0LnRzeCIsInNvdXJjZXMiOlsic3JjL2NvbXBvbmVudHMvQ2FsbG91dC9DYWxsb3V0LnRzeCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IFJlYWN0RWxlbWVudCB9IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IFJlYWN0IGZyb20gXCJyZWFjdFwiO1xuaW1wb3J0IHN0eWxlZCBmcm9tIFwiQGVtb3Rpb24vc3R5bGVkXCI7XG5pbXBvcnQgdHlwZSB7IEljb25OYW1lIH0gZnJvbSBcIi4uL0ljb24vSWNvblwiO1xuaW1wb3J0IHsgSWNvbiB9IGZyb20gXCIuLi9JY29uL0ljb25cIjtcbmltcG9ydCB7IElubGluZSB9IGZyb20gXCIuLi9JbmxpbmUvSW5saW5lXCI7XG5pbXBvcnQgeyBTdGFjayB9IGZyb20gXCIuLi9TdGFjay9TdGFja1wiO1xuaW1wb3J0IHsgVGV4dCB9IGZyb20gXCIuLi9UeXBvZ3JhcGh5L1RleHQvVGV4dFwiO1xuaW1wb3J0IHR5cGUgeyBDYWxsb3V0VmFyaWF0aW9ucyB9IGZyb20gXCIuLi8uLi90eXBlc1wiO1xuXG5jb25zdCBERUZBVUxUX0lDT05TX0JZX1RZUEU6IFJlY29yZDxDYWxsb3V0VmFyaWF0aW9ucywgSWNvbk5hbWU+ID0ge1xuICBpbmZvOiBcImluZm9cIixcbiAgc3VjY2VzczogXCJjaGVjay1jaXJjbGVcIixcbiAgd2FybmluZzogXCJhbGVydC1jaXJjbGVcIixcbiAgZXJyb3I6IFwiYWxlcnQtdHJpYW5nbGVcIixcbn07XG5cbmV4cG9ydCB0eXBlIENhbGxvdXRQcm9wcyA9IHtcbiAgdHlwZT86IENhbGxvdXRWYXJpYXRpb25zO1xuICBpY29uPzogSWNvbk5hbWU7XG4gIFwiZGF0YS1lMmUtdGVzdC1pZFwiPzogc3RyaW5nO1xuICB0ZXh0OiBzdHJpbmcgfCBSZWFjdEVsZW1lbnQ7XG4gIGRlc2NyaXB0aW9uPzogc3RyaW5nIHwgUmVhY3RFbGVtZW50O1xufTtcblxuY29uc3QgU3R5bGVkQ29udGFpbmVyID0gc3R5bGVkLmRpdjxQYXJ0aWFsPENhbGxvdXRQcm9wcz4+KFxuICAoeyB0aGVtZSwgdHlwZSB9KSA9PiAoe1xuICAgIGRpc3BsYXk6IFwiZmxleFwiLFxuICAgIGJvcmRlclJhZGl1czogdGhlbWUudmFyaWFibGVzLnNpemUuYm9yZGVyUmFkaXVzLnhzLFxuICAgIHBhZGRpbmc6IHRoZW1lLnZhcmlhYmxlcy5zaXplLnNwYWNpbmcubSxcbiAgICBiYWNrZ3JvdW5kQ29sb3I6IHRoZW1lLnZhbHVlcy5jb2xvci5iYWNrZ3JvdW5kW2Ake3R5cGV9U3VidGxlYF0uZGVmYXVsdCxcbiAgfSlcbik7XG5cbmNvbnN0IFN0eWxlZEljb25Db250YWluZXIgPSBzdHlsZWQuZGl2KHtcbiAgcGFkZGluZ1RvcDogXCIxcHhcIixcbn0pO1xuXG5leHBvcnQgZnVuY3Rpb24gQ2FsbG91dCh7XG4gIHRleHQsXG4gIGRlc2NyaXB0aW9uLFxuICB0eXBlID0gXCJpbmZvXCIsXG4gIGljb24gPSBERUZBVUxUX0lDT05TX0JZX1RZUEVbdHlwZV0sXG4gIFwiZGF0YS1lMmUtdGVzdC1pZFwiOiBkYXRhRTJlVGVzdElkLFxufTogQ2FsbG91dFByb3BzKTogUmVhY3QuUmVhY3RFbGVtZW50IHtcbiAgY29uc3QgdGl0bGVGb250V2VpZ2h0ID0gZGVzY3JpcHRpb24gPyBcImJvbGRcIiA6IFwibm9ybWFsXCI7XG5cbiAgcmV0dXJuIChcbiAgICA8U3R5bGVkQ29udGFpbmVyXG4gICAgICBkYXRhLWUyZS10ZXN0LWlkPXtkYXRhRTJlVGVzdElkfVxuICAgICAgZGF0YS1kcy1pZD1cIkNhbGxvdXRcIlxuICAgICAgdHlwZT17dHlwZX1cbiAgICA+XG4gICAgICA8SW5saW5lIHZBbGlnbkl0ZW1zPVwidG9wXCIgc3BhY2U9XCJ4c1wiIG5vV3JhcD5cbiAgICAgICAgPFN0eWxlZEljb25Db250YWluZXI+XG4gICAgICAgICAgPEljb24gbmFtZT17aWNvbn0gY29sb3I9e3R5cGV9IHNpemU9XCJzXCIgLz5cbiAgICAgICAgPC9TdHlsZWRJY29uQ29udGFpbmVyPlxuICAgICAgICA8U3RhY2sgc3BhY2U9XCJ4eHNcIj5cbiAgICAgICAgICA8VGV4dCB3ZWlnaHQ9e3RpdGxlRm9udFdlaWdodH0gc2l6ZT1cInNcIiBjb2xvcj17dHlwZX0+XG4gICAgICAgICAgICB7dGV4dH1cbiAgICAgICAgICA8L1RleHQ+XG4gICAgICAgICAge2Rlc2NyaXB0aW9uICYmIChcbiAgICAgICAgICAgIDxUZXh0IHNpemU9XCJzXCIgY29sb3I9e3R5cGV9PlxuICAgICAgICAgICAgICB7ZGVzY3JpcHRpb259XG4gICAgICAgICAgICA8L1RleHQ+XG4gICAgICAgICAgKX1cbiAgICAgICAgPC9TdGFjaz5cbiAgICAgIDwvSW5saW5lPlxuICAgIDwvU3R5bGVkQ29udGFpbmVyPlxuICApO1xufVxuIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWtDNEIifQ== */");export function Callout({text,description,type="info",icon=DEFAULT_ICONS_BY_TYPE[type],"data-e2e-test-id":dataE2eTestId}){let titleFontWeight=description?"bold":"normal";return React.createElement(StyledContainer,{"data-e2e-test-id":dataE2eTestId,"data-ds-id":"Callout",type:type},React.createElement(Inline,{vAlignItems:"top",space:"xs",noWrap:!0},React.createElement(StyledIconContainer,null,React.createElement(Icon,{name:icon,color:type,size:"s"})),React.createElement(Stack,{space:"xxs"},React.createElement(Text,{weight:titleFontWeight,size:"s",color:type},text),description&&React.createElement(Text,{size:"s",color:type},description))))}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import sizes from"
|
|
1
|
+
import sizes from"../../../web-tokens/_sizes.json";let xxs=sizes.find(({subitemName})=>"xxs"===subitemName).original;export const dropdownContainerStyle={paddingTop:xxs,paddingBottom:xxs};
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/cjs/{src/components → components}/Form/FormErrorMessages/FormErrorMessages.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/cjs/{src/components → components}/Form/SegmentedControl/SegmentedControl.d.ts
RENAMED
|
File without changes
|
/package/build/cjs/{src/components → components}/Form/SegmentedControl/SegmentedControlOption.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/cjs/{src/components → components}/SegmentedProgressBar/SegmentedProgressBar.d.ts
RENAMED
|
File without changes
|
/package/build/cjs/{src/components → components}/SegmentedProgressBar/SegmentedProgressBarUtil.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/cjs/{src/components → components}/UserHighlightTooltip/UserHighlightTooltip.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/cjs/{src/components → components}/VirtualScrollList/VirtualScrollListReducer.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/esm/{src/components → components}/Form/FormErrorMessages/FormErrorMessages.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/esm/{src/components → components}/Form/SegmentedControl/SegmentedControl.d.ts
RENAMED
|
File without changes
|
/package/build/esm/{src/components → components}/Form/SegmentedControl/SegmentedControlOption.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/esm/{src/components → components}/SegmentedProgressBar/SegmentedProgressBar.d.ts
RENAMED
|
File without changes
|
/package/build/esm/{src/components → components}/SegmentedProgressBar/SegmentedProgressBarUtil.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/esm/{src/components → components}/UserHighlightTooltip/UserHighlightTooltip.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/build/esm/{src/components → components}/VirtualScrollList/VirtualScrollListReducer.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|