@zohodesk/dot 1.0.0-temp-184 → 1.0.0-temp-181.9
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/.cli/propValidation_report.html +1 -1
- package/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/IconButton/IconButton.js.html +1 -1
- package/coverage/IconButton/IconButton.module.css.html +1 -1
- package/coverage/IconButton/index.html +1 -1
- package/coverage/IconButton/props/defaultProps.js.html +1 -1
- package/coverage/IconButton/props/index.html +1 -1
- package/coverage/IconButton/props/propTypes.js.html +1 -1
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +16 -16
- package/coverage/coverage-summary.json +16 -16
- package/coverage/index.html +1 -1
- package/es/ActionButton/ActionButton.module.css +192 -192
- package/es/AlphabeticList/AlphabeticList.module.css +57 -57
- package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
- package/es/ChannelIcon/ChannelIcon.module.css +225 -225
- package/es/Drawer/Drawer.js +4 -5
- package/es/ExternalLink/ExternalLink.js +4 -5
- package/es/FlipCard/FlipCard.js +14 -12
- package/es/FormAction/FormAction.module.css +100 -100
- package/es/IconButton/IconButton.js +4 -5
- package/es/IconButton/IconButton.module.css +22 -22
- package/es/Link/Link.js +8 -10
- package/es/Message/Message.js +4 -5
- package/es/TagWithIcon/TagWithIcon.module.css +66 -66
- package/es/ToastMessage/ToastMessage.js +2 -4
- package/es/actions/AutoClose.js +2 -1
- package/es/alert/AlertLookup/AlertLookup.js +14 -12
- package/es/avatar/AvatarClose/AvatarClose.js +7 -7
- package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
- package/es/avatar/AvatarIcon/AvatarIcon.js +4 -5
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/es/avatar/AvatarStatus/AvatarStatus.js +7 -8
- package/es/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/avatar/AvatarUser/AvatarUser.js +10 -9
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
- package/es/common/dot_boxShadow.module.css +0 -2
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +28 -24
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/es/form/fields/CheckBoxField/CheckBoxField.js +15 -13
- package/es/form/fields/CurrencyField/CurrencyField.js +14 -12
- package/es/form/fields/DateField/DateField.js +14 -14
- package/es/form/fields/MultiSelectField/MultiSelectField.js +13 -12
- package/es/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/form/fields/RadioField/RadioField.js +18 -15
- package/es/form/fields/SelectField/SelectField.js +14 -14
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +13 -10
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/form/fields/TextEditorField/TextEditorField.js +11 -10
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
- package/es/form/fields/TextareaField/TextareaField.js +14 -13
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/es/layout/SubtabLayout/SubtabLayout.js +4 -6
- package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
- package/es/list/Comment/Comment.module.css +29 -29
- package/es/list/Dot/Dot.module.css +15 -15
- package/es/list/ListLayout/ListLayout.js +4 -5
- package/es/list/ListLayout/ListLayout.module.css +79 -79
- package/es/list/SecondaryText/AccountName.js +12 -12
- package/es/list/SecondaryText/ContactName.js +8 -9
- package/es/list/SecondaryText/Email.js +8 -8
- package/es/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/list/SecondaryText/SecondaryText.js +4 -5
- package/es/list/SecondaryText/TicketId.js +7 -7
- package/es/list/Subject/Subject.js +7 -7
- package/es/list/Subject/Subject.module.css +34 -34
- package/es/list/Thread/Thread.js +2 -1
- package/es/list/Thread/Thread.module.css +42 -42
- package/es/list/status/StatusDropdown/StatusDropdown.js +142 -101
- package/es/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/lookup/Lookup/Lookup.js +4 -5
- package/es/lookup/header/Search/Search.js +5 -3
- package/es/v1/DotWrapper/DotWrapper.js +46 -0
- package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +24 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/props/defaultProps.js +6 -0
- package/es/v1/DotWrapper/props/propTypes.js +9 -0
- package/es/v1/DotWrapper/utils/appearanceProperties.js +46 -0
- package/es/v1/DotWrapper/utils/errorMessage.js +7 -0
- package/es/v1/DotWrapper/utils/importFiles.js +30 -0
- package/es/v1/DotWrapper/utils/sizeProperties.js +12 -0
- package/es/v1/DotWrapper/utils/themeProperties.js +220 -0
- package/es/v1/Drawer/Drawer.js +4 -5
- package/es/v1/ExternalLink/ExternalLink.js +4 -5
- package/es/v1/FlipCard/FlipCard.js +14 -12
- package/es/v1/GlobalNotification/GlobalNotification.js +6 -7
- package/es/v1/IconButton/IconButton.js +4 -5
- package/es/v1/Link/Link.js +8 -10
- package/es/v1/Message/Message.js +4 -5
- package/es/v1/ToastMessage/ToastMessage.js +2 -4
- package/es/v1/actions/AutoClose.js +2 -1
- package/es/v1/alert/AlertLookup/AlertLookup.js +15 -15
- package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
- package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +4 -5
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +7 -8
- package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/v1/avatar/AvatarUser/AvatarUser.js +10 -9
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +28 -24
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +15 -13
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +14 -12
- package/es/v1/form/fields/DateField/DateField.js +14 -14
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +13 -12
- package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/v1/form/fields/RadioField/RadioField.js +18 -16
- package/es/v1/form/fields/SelectField/SelectField.js +14 -14
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +13 -10
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +11 -10
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
- package/es/v1/form/fields/TextareaField/TextareaField.js +14 -13
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -6
- package/es/v1/list/ListLayout/ListLayout.js +4 -5
- package/es/v1/list/SecondaryText/AccountName.js +12 -12
- package/es/v1/list/SecondaryText/ContactName.js +8 -9
- package/es/v1/list/SecondaryText/Email.js +8 -8
- package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/v1/list/SecondaryText/SecondaryText.js +4 -5
- package/es/v1/list/SecondaryText/TicketId.js +7 -7
- package/es/v1/list/Subject/Subject.js +7 -7
- package/es/v1/list/Thread/Thread.js +2 -1
- package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/v1/lookup/Lookup/Lookup.js +4 -5
- package/es/v1/lookup/header/Search/Search.js +5 -3
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +6 -7
- package/es/version2/GlobalNotification/GlobalNotification.js +6 -7
- package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
- package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -7
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
- package/lib/ActionButton/ActionButton.module.css +192 -192
- package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
- package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
- package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
- package/lib/FormAction/FormAction.module.css +100 -100
- package/lib/IconButton/IconButton.module.css +22 -22
- package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
- package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/lib/common/dot_boxShadow.module.css +0 -2
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
- package/lib/list/Comment/Comment.module.css +29 -29
- package/lib/list/Dot/Dot.module.css +15 -15
- package/lib/list/ListLayout/ListLayout.module.css +79 -79
- package/lib/list/Subject/Subject.module.css +34 -34
- package/lib/list/Thread/Thread.js +2 -1
- package/lib/list/Thread/Thread.module.css +42 -42
- package/lib/list/status/StatusDropdown/StatusDropdown.js +207 -162
- package/lib/v1/DotWrapper/DotWrapper.js +65 -0
- package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +43 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/props/defaultProps.js +13 -0
- package/lib/v1/DotWrapper/props/propTypes.js +20 -0
- package/lib/v1/DotWrapper/utils/appearanceProperties.js +79 -0
- package/lib/v1/DotWrapper/utils/errorMessage.js +14 -0
- package/lib/v1/DotWrapper/utils/importFiles.js +39 -0
- package/lib/v1/DotWrapper/utils/sizeProperties.js +31 -0
- package/lib/v1/DotWrapper/utils/themeProperties.js +325 -0
- package/lib/v1/list/Thread/Thread.js +2 -1
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
- package/package.json +1 -1
- package/result.json +1 -1
|
@@ -1,101 +1,101 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--footerBg: var(--zdt_formAction_bg);
|
|
3
|
-
--footerBorder: var(--zdt_formAction_border);
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.wrapperDiv {
|
|
7
|
-
position: relative;
|
|
8
|
-
z-index: 1;
|
|
9
|
-
composes: varClass;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.footerParent {
|
|
13
|
-
position: relative;
|
|
14
|
-
/* css:theme-validation:ignore */
|
|
15
|
-
/* css:theme-validation:ignore */
|
|
16
|
-
background-color: var(--footerBg);
|
|
17
|
-
border-top: solid 1px var(--footerBorder);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.largeFooter {
|
|
21
|
-
padding-top: var(--zd_size24) ;
|
|
22
|
-
padding-bottom: var(--zd_size24) ;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.mediumFooter {
|
|
26
|
-
padding-top: var(--zd_size20) ;
|
|
27
|
-
padding-bottom: var(--zd_size20) ;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.smallFooter {
|
|
31
|
-
padding-top: var(--zd_size10) ;
|
|
32
|
-
padding-bottom: var(--zd_size10) ;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
[dir=ltr] .largePadding {
|
|
36
|
-
padding-left: var(--zd_size60) ;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
[dir=rtl] .largePadding {
|
|
40
|
-
padding-right: var(--zd_size60) ;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
[dir=ltr] .mediumPadding {
|
|
44
|
-
padding-left: var(--zd_size50) ;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
[dir=rtl] .mediumPadding {
|
|
48
|
-
padding-right: var(--zd_size50) ;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
[dir=ltr] .xmediumPadding {
|
|
52
|
-
padding-left: var(--zd_size30) ;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
[dir=rtl] .xmediumPadding {
|
|
56
|
-
padding-right: var(--zd_size30) ;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
[dir=ltr] .smallPadding {
|
|
60
|
-
padding-left: var(--zd_size25) ;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
[dir=rtl] .smallPadding {
|
|
64
|
-
padding-right: var(--zd_size25) ;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
[dir=ltr] .xsmallPadding {
|
|
68
|
-
padding-left: var(--zd_size20) ;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
[dir=rtl] .xsmallPadding {
|
|
72
|
-
padding-right: var(--zd_size20) ;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.marginRight {
|
|
76
|
-
composes: dinblk from '~@zohodesk/components/lib/common/common.module.css';
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
[dir=ltr] .largeFooter .marginRight, [dir=ltr] .mediumFooter .marginRight {
|
|
80
|
-
margin-right: var(--zd_size15) ;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
[dir=rtl] .largeFooter .marginRight, [dir=rtl] .mediumFooter .marginRight {
|
|
84
|
-
margin-left: var(--zd_size15) ;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
[dir=ltr] .smallFooter .marginRight {
|
|
88
|
-
margin-right: var(--zd_size12) ;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
[dir=rtl] .smallFooter .marginRight {
|
|
92
|
-
margin-left: var(--zd_size12) ;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
[dir=ltr] .marginRight:last-child {
|
|
96
|
-
margin-right: 0 ;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
[dir=rtl] .marginRight:last-child {
|
|
100
|
-
margin-left: 0 ;
|
|
1
|
+
.varClass {
|
|
2
|
+
--footerBg: var(--zdt_formAction_bg);
|
|
3
|
+
--footerBorder: var(--zdt_formAction_border);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.wrapperDiv {
|
|
7
|
+
position: relative;
|
|
8
|
+
z-index: 1;
|
|
9
|
+
composes: varClass;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.footerParent {
|
|
13
|
+
position: relative;
|
|
14
|
+
/* css:theme-validation:ignore */
|
|
15
|
+
/* css:theme-validation:ignore */
|
|
16
|
+
background-color: var(--footerBg);
|
|
17
|
+
border-top: solid 1px var(--footerBorder);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.largeFooter {
|
|
21
|
+
padding-top: var(--zd_size24) ;
|
|
22
|
+
padding-bottom: var(--zd_size24) ;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.mediumFooter {
|
|
26
|
+
padding-top: var(--zd_size20) ;
|
|
27
|
+
padding-bottom: var(--zd_size20) ;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.smallFooter {
|
|
31
|
+
padding-top: var(--zd_size10) ;
|
|
32
|
+
padding-bottom: var(--zd_size10) ;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
[dir=ltr] .largePadding {
|
|
36
|
+
padding-left: var(--zd_size60) ;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
[dir=rtl] .largePadding {
|
|
40
|
+
padding-right: var(--zd_size60) ;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
[dir=ltr] .mediumPadding {
|
|
44
|
+
padding-left: var(--zd_size50) ;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
[dir=rtl] .mediumPadding {
|
|
48
|
+
padding-right: var(--zd_size50) ;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
[dir=ltr] .xmediumPadding {
|
|
52
|
+
padding-left: var(--zd_size30) ;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
[dir=rtl] .xmediumPadding {
|
|
56
|
+
padding-right: var(--zd_size30) ;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
[dir=ltr] .smallPadding {
|
|
60
|
+
padding-left: var(--zd_size25) ;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
[dir=rtl] .smallPadding {
|
|
64
|
+
padding-right: var(--zd_size25) ;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
[dir=ltr] .xsmallPadding {
|
|
68
|
+
padding-left: var(--zd_size20) ;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
[dir=rtl] .xsmallPadding {
|
|
72
|
+
padding-right: var(--zd_size20) ;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.marginRight {
|
|
76
|
+
composes: dinblk from '~@zohodesk/components/lib/common/common.module.css';
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
[dir=ltr] .largeFooter .marginRight, [dir=ltr] .mediumFooter .marginRight {
|
|
80
|
+
margin-right: var(--zd_size15) ;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
[dir=rtl] .largeFooter .marginRight, [dir=rtl] .mediumFooter .marginRight {
|
|
84
|
+
margin-left: var(--zd_size15) ;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
[dir=ltr] .smallFooter .marginRight {
|
|
88
|
+
margin-right: var(--zd_size12) ;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
[dir=rtl] .smallFooter .marginRight {
|
|
92
|
+
margin-left: var(--zd_size12) ;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
[dir=ltr] .marginRight:last-child {
|
|
96
|
+
margin-right: 0 ;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
[dir=rtl] .marginRight:last-child {
|
|
100
|
+
margin-left: 0 ;
|
|
101
101
|
}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -107,7 +105,7 @@ export default class IconButton extends React.Component {
|
|
|
107
105
|
hoverType: hoverType,
|
|
108
106
|
isDisabled: isDisabled,
|
|
109
107
|
isNeedEffect: isNeedEffect
|
|
110
|
-
}, /*#__PURE__*/React.createElement(Container,
|
|
108
|
+
}, /*#__PURE__*/React.createElement(Container, {
|
|
111
109
|
"aria-label": ariaLabel,
|
|
112
110
|
"aria-haspopup": ariaHaspopup,
|
|
113
111
|
"aria-expanded": ariaExpanded,
|
|
@@ -131,8 +129,9 @@ export default class IconButton extends React.Component {
|
|
|
131
129
|
onKeyDown: this.handleToggle,
|
|
132
130
|
onFocus: this.triggerMouseOver,
|
|
133
131
|
onBlur: this.onBlur,
|
|
134
|
-
disabled: isDisabled
|
|
135
|
-
|
|
132
|
+
disabled: isDisabled,
|
|
133
|
+
...customProps
|
|
134
|
+
}, iconName ? /*#__PURE__*/React.createElement(Icon, {
|
|
136
135
|
isBold: isBold,
|
|
137
136
|
size: iconSize,
|
|
138
137
|
name: iconName,
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--iconColor: var(--zdt_iconButton_icon_black);
|
|
3
|
-
}
|
|
4
|
-
.wrapper {
|
|
5
|
-
height: var(--zd_size28) ;
|
|
6
|
-
width: var(--zd_size28) ;
|
|
7
|
-
composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
|
|
8
|
-
composes: varClass;
|
|
9
|
-
color: var(--iconColor);
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
}
|
|
12
|
-
.primary {
|
|
13
|
-
--iconColor: var(--zdt_iconButton_icon_primary);
|
|
14
|
-
}
|
|
15
|
-
.primary:hover {
|
|
16
|
-
--iconColor: var(--zdt_iconButton_icon_primaryHover);
|
|
17
|
-
}
|
|
18
|
-
.primary_active,
|
|
19
|
-
.primaryFilled,
|
|
20
|
-
.primaryFilled_active {
|
|
21
|
-
--iconColor: var(--zdt_iconButton_icon_primaryActive);
|
|
22
|
-
}
|
|
1
|
+
.varClass {
|
|
2
|
+
--iconColor: var(--zdt_iconButton_icon_black);
|
|
3
|
+
}
|
|
4
|
+
.wrapper {
|
|
5
|
+
height: var(--zd_size28) ;
|
|
6
|
+
width: var(--zd_size28) ;
|
|
7
|
+
composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
|
|
8
|
+
composes: varClass;
|
|
9
|
+
color: var(--iconColor);
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
}
|
|
12
|
+
.primary {
|
|
13
|
+
--iconColor: var(--zdt_iconButton_icon_primary);
|
|
14
|
+
}
|
|
15
|
+
.primary:hover {
|
|
16
|
+
--iconColor: var(--zdt_iconButton_icon_primaryHover);
|
|
17
|
+
}
|
|
18
|
+
.primary_active,
|
|
19
|
+
.primaryFilled,
|
|
20
|
+
.primaryFilled_active {
|
|
21
|
+
--iconColor: var(--zdt_iconButton_icon_primaryActive);
|
|
22
|
+
}
|
package/es/Link/Link.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -80,20 +78,20 @@ export default class Link extends React.Component {
|
|
|
80
78
|
return res;
|
|
81
79
|
}, {}); //urlOutput = this.addHttp(urlOutput);
|
|
82
80
|
|
|
83
|
-
return /*#__PURE__*/React.createElement("a",
|
|
81
|
+
return /*#__PURE__*/React.createElement("a", {
|
|
84
82
|
href: isLink && urlOutput ? urlOutput : 'javascript:void(0);',
|
|
85
83
|
target: target,
|
|
86
84
|
"data-title": title,
|
|
87
|
-
className: `${style.container} ${className ? className : ''}
|
|
88
|
-
|
|
85
|
+
className: `${style.container} ${className ? className : ''}`,
|
|
86
|
+
...option,
|
|
89
87
|
rel: rel,
|
|
90
88
|
"data-id": dataId,
|
|
91
|
-
"data-test-id": dataId
|
|
92
|
-
|
|
93
|
-
onClick: this.onCallBack.bind(this, urlOutput, href)
|
|
94
|
-
|
|
89
|
+
"data-test-id": dataId,
|
|
90
|
+
...others,
|
|
91
|
+
onClick: this.onCallBack.bind(this, urlOutput, href),
|
|
92
|
+
...customProps,
|
|
95
93
|
"aria-label": ariaLabel
|
|
96
|
-
}
|
|
94
|
+
}, children);
|
|
97
95
|
}
|
|
98
96
|
|
|
99
97
|
}
|
package/es/Message/Message.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes, MessageUI_propTypes, MessageNew_propTypes } from './props/propTypes';
|
|
@@ -43,7 +41,8 @@ export default class Message extends React.Component {
|
|
|
43
41
|
}
|
|
44
42
|
|
|
45
43
|
render() {
|
|
46
|
-
return /*#__PURE__*/React.createElement(MessageUI, this.props
|
|
44
|
+
return /*#__PURE__*/React.createElement(MessageUI, { ...this.props
|
|
45
|
+
});
|
|
47
46
|
}
|
|
48
47
|
|
|
49
48
|
}
|
|
@@ -111,8 +110,8 @@ export function MessageUI(props) {
|
|
|
111
110
|
}
|
|
112
111
|
MessageUI.propTypes = MessageUI_propTypes;
|
|
113
112
|
export function MessageNew(props) {
|
|
114
|
-
return /*#__PURE__*/React.createElement(AutoClose,
|
|
113
|
+
return /*#__PURE__*/React.createElement(AutoClose, { ...props,
|
|
115
114
|
Element: MessageUI
|
|
116
|
-
})
|
|
115
|
+
});
|
|
117
116
|
}
|
|
118
117
|
MessageNew.propTypes = MessageNew_propTypes;
|
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--tag_bg_color: var(--zdt_tagWithIconGrey_bg);
|
|
3
|
-
--tag_text_color: var(--zdt_tagWithIconGrey_text);
|
|
4
|
-
--tag_border_color: var(--zdt_tagWithIconGrey_border);
|
|
5
|
-
--tag_small_fontSize: var(--zd_font_size10);
|
|
6
|
-
--tag_large_fontSize: var(--zd_font_size12);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.wrapper {
|
|
10
|
-
composes: varClass;
|
|
11
|
-
color: var(--tag_text_color);
|
|
12
|
-
background-color: var(--tag_bg_color);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.small,
|
|
16
|
-
.large {
|
|
17
|
-
max-width: 100% ;
|
|
18
|
-
height: var(--zd_size18) ;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.small, .large {
|
|
22
|
-
border: 1px solid var(--tag_border_color);
|
|
23
|
-
border-radius: var(--zd_size4);
|
|
24
|
-
padding: 0 var(--zd_size6) ;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.bold {
|
|
28
|
-
composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.small_text {
|
|
32
|
-
font-size: var(--tag_small_fontSize);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.large_text {
|
|
36
|
-
font-size: var(--tag_large_fontSize);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.text {
|
|
40
|
-
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
[dir=ltr] .iconSpace {
|
|
44
|
-
margin-right: var(--zd_size4) ;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
[dir=rtl] .iconSpace {
|
|
48
|
-
margin-left: var(--zd_size4) ;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.yellow {
|
|
52
|
-
--tag_bg_color: var(--zdt_tagWithIconYellow_bg);
|
|
53
|
-
--tag_text_color: var(--zdt_tagWithIconYellow_text);
|
|
54
|
-
--tag_border_color: var(--zdt_tagWithIconYellow_border);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.grey {
|
|
58
|
-
--tag_bg_color: var(--zdt_tagWithIconGrey_bg);
|
|
59
|
-
--tag_text_color: var(--zdt_tagWithIconGrey_text);
|
|
60
|
-
--tag_border_color: var(--zdt_tagWithIconGrey_border);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.blue {
|
|
64
|
-
--tag_bg_color: var(--zdt_tagWithIconBlue_bg);
|
|
65
|
-
--tag_text_color: var(--zdt_tagWithIconBlue_text);
|
|
66
|
-
--tag_border_color: var(--zdt_tagWithIconBlue_border);
|
|
1
|
+
.varClass {
|
|
2
|
+
--tag_bg_color: var(--zdt_tagWithIconGrey_bg);
|
|
3
|
+
--tag_text_color: var(--zdt_tagWithIconGrey_text);
|
|
4
|
+
--tag_border_color: var(--zdt_tagWithIconGrey_border);
|
|
5
|
+
--tag_small_fontSize: var(--zd_font_size10);
|
|
6
|
+
--tag_large_fontSize: var(--zd_font_size12);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.wrapper {
|
|
10
|
+
composes: varClass;
|
|
11
|
+
color: var(--tag_text_color);
|
|
12
|
+
background-color: var(--tag_bg_color);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.small,
|
|
16
|
+
.large {
|
|
17
|
+
max-width: 100% ;
|
|
18
|
+
height: var(--zd_size18) ;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.small, .large {
|
|
22
|
+
border: 1px solid var(--tag_border_color);
|
|
23
|
+
border-radius: var(--zd_size4);
|
|
24
|
+
padding: 0 var(--zd_size6) ;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.bold {
|
|
28
|
+
composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.small_text {
|
|
32
|
+
font-size: var(--tag_small_fontSize);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.large_text {
|
|
36
|
+
font-size: var(--tag_large_fontSize);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.text {
|
|
40
|
+
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
[dir=ltr] .iconSpace {
|
|
44
|
+
margin-right: var(--zd_size4) ;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
[dir=rtl] .iconSpace {
|
|
48
|
+
margin-left: var(--zd_size4) ;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.yellow {
|
|
52
|
+
--tag_bg_color: var(--zdt_tagWithIconYellow_bg);
|
|
53
|
+
--tag_text_color: var(--zdt_tagWithIconYellow_text);
|
|
54
|
+
--tag_border_color: var(--zdt_tagWithIconYellow_border);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.grey {
|
|
58
|
+
--tag_bg_color: var(--zdt_tagWithIconGrey_bg);
|
|
59
|
+
--tag_text_color: var(--zdt_tagWithIconGrey_text);
|
|
60
|
+
--tag_border_color: var(--zdt_tagWithIconGrey_border);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.blue {
|
|
64
|
+
--tag_bg_color: var(--zdt_tagWithIconBlue_bg);
|
|
65
|
+
--tag_text_color: var(--zdt_tagWithIconBlue_text);
|
|
66
|
+
--tag_border_color: var(--zdt_tagWithIconBlue_border);
|
|
67
67
|
}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React, { useState } from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes'; //components
|
|
@@ -191,9 +189,9 @@ function ToastMessageUI(props) {
|
|
|
191
189
|
}
|
|
192
190
|
|
|
193
191
|
export default function ToastMessage(props) {
|
|
194
|
-
return /*#__PURE__*/React.createElement(AutoClose,
|
|
192
|
+
return /*#__PURE__*/React.createElement(AutoClose, { ...props,
|
|
195
193
|
Element: ToastMessageUI
|
|
196
|
-
})
|
|
194
|
+
});
|
|
197
195
|
}
|
|
198
196
|
ToastMessage.propTypes = propTypes;
|
|
199
197
|
ToastMessage.defaultProps = defaultProps; // if (__DOCS__) {
|
package/es/actions/AutoClose.js
CHANGED
|
@@ -37,7 +37,8 @@ export default function AutoClose(props) {
|
|
|
37
37
|
isClose,
|
|
38
38
|
onClose
|
|
39
39
|
});
|
|
40
|
-
return /*#__PURE__*/React.createElement(Element, newProps
|
|
40
|
+
return /*#__PURE__*/React.createElement(Element, { ...newProps
|
|
41
|
+
});
|
|
41
42
|
}
|
|
42
43
|
AutoClose.propTypes = propTypes;
|
|
43
44
|
AutoClose.defaultProps = defaultProps;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React, { Component } from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -51,7 +49,7 @@ export default class AlertLookup extends Component {
|
|
|
51
49
|
PrimaryButtonProps = {},
|
|
52
50
|
SecondaryButtonProps = {}
|
|
53
51
|
} = customProps;
|
|
54
|
-
return /*#__PURE__*/React.createElement(Lookup,
|
|
52
|
+
return /*#__PURE__*/React.createElement(Lookup, {
|
|
55
53
|
needFocusScope: true,
|
|
56
54
|
onClose: onEsc == 'close' ? onClose : onCancelClick,
|
|
57
55
|
isActive: isActive,
|
|
@@ -59,8 +57,9 @@ export default class AlertLookup extends Component {
|
|
|
59
57
|
dataId: dataId,
|
|
60
58
|
forwardRef: forwardRef,
|
|
61
59
|
onClick: onLookupClick,
|
|
62
|
-
customClass: customClass
|
|
63
|
-
|
|
60
|
+
customClass: customClass,
|
|
61
|
+
...LookupProps
|
|
62
|
+
}, /*#__PURE__*/React.createElement(AlertHeader, {
|
|
64
63
|
title: title,
|
|
65
64
|
palette: palette,
|
|
66
65
|
iconType: type,
|
|
@@ -69,8 +68,9 @@ export default class AlertLookup extends Component {
|
|
|
69
68
|
breakChildren: wrapHeader,
|
|
70
69
|
iconName: iconName,
|
|
71
70
|
iconClass: iconClass,
|
|
72
|
-
iconSize: iconSize
|
|
73
|
-
|
|
71
|
+
iconSize: iconSize,
|
|
72
|
+
...AlertHeaderProps
|
|
73
|
+
}, headerChildren ? headerChildren() : null), /*#__PURE__*/React.createElement(Section, {
|
|
74
74
|
alignBox: "row",
|
|
75
75
|
className: style.section
|
|
76
76
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -84,17 +84,19 @@ export default class AlertLookup extends Component {
|
|
|
84
84
|
}, confirmationMessage))), submitText || onSubmitClick || cancelText || onCancelClick ? /*#__PURE__*/React.createElement(FormAction, {
|
|
85
85
|
size: "small",
|
|
86
86
|
paddingLeftSize: "xsmall"
|
|
87
|
-
}, /*#__PURE__*/React.createElement(Button,
|
|
87
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
88
88
|
text: submitText,
|
|
89
89
|
dataId: dataId === 'alertPopup' ? 'alertConfirmButton' : `${dataId}_confirmButton`,
|
|
90
90
|
onClick: onSubmitClick,
|
|
91
|
-
palette: palette === 'primary' ? 'primaryFilled' : 'dangerFilled'
|
|
92
|
-
|
|
91
|
+
palette: palette === 'primary' ? 'primaryFilled' : 'dangerFilled',
|
|
92
|
+
...PrimaryButtonProps
|
|
93
|
+
}), cancelText && /*#__PURE__*/React.createElement(Button, {
|
|
93
94
|
dataId: dataId === 'alertPopup' ? 'alertCancelButton' : `${dataId}_cancelButton`,
|
|
94
95
|
text: cancelText,
|
|
95
96
|
onClick: onCancelClick,
|
|
96
|
-
palette: "secondary"
|
|
97
|
-
|
|
97
|
+
palette: "secondary",
|
|
98
|
+
...SecondaryButtonProps
|
|
99
|
+
})) : null));
|
|
98
100
|
}
|
|
99
101
|
|
|
100
102
|
}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -26,15 +24,17 @@ export default class AvatarClose extends React.Component {
|
|
|
26
24
|
AvatarCloseProps = {},
|
|
27
25
|
AvatarProps = {}
|
|
28
26
|
} = customProps;
|
|
29
|
-
return /*#__PURE__*/React.createElement("div",
|
|
27
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
30
28
|
className: style.container,
|
|
31
|
-
"data-selector-id": dataSelectorId
|
|
32
|
-
|
|
29
|
+
"data-selector-id": dataSelectorId,
|
|
30
|
+
...AvatarCloseProps
|
|
31
|
+
}, /*#__PURE__*/React.createElement(Avatar, {
|
|
33
32
|
src: src,
|
|
34
33
|
name: name,
|
|
35
34
|
title: title,
|
|
36
|
-
size: size
|
|
37
|
-
|
|
35
|
+
size: size,
|
|
36
|
+
...AvatarProps
|
|
37
|
+
}), isClose && /*#__PURE__*/React.createElement("span", {
|
|
38
38
|
className: style.pop,
|
|
39
39
|
onClick: onClick
|
|
40
40
|
}, /*#__PURE__*/React.createElement("span", {
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -29,21 +27,23 @@ export default class AvatarCollision extends React.Component {
|
|
|
29
27
|
AvatarCollisionProps = {},
|
|
30
28
|
AvatarProps = {}
|
|
31
29
|
} = customProps;
|
|
32
|
-
return /*#__PURE__*/React.createElement("div",
|
|
30
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
33
31
|
className: `${style.container} ${isLeft ? style.off : isIdle ? style.idle : style.on}`,
|
|
34
32
|
onClick: onClick,
|
|
35
33
|
"data-id": "collsionPop",
|
|
36
34
|
"data-test-id": "collsionPop",
|
|
37
35
|
"data-title": title,
|
|
38
|
-
"data-selector-id": dataSelectorId
|
|
39
|
-
|
|
36
|
+
"data-selector-id": dataSelectorId,
|
|
37
|
+
...AvatarCollisionProps
|
|
38
|
+
}, /*#__PURE__*/React.createElement(Avatar, {
|
|
40
39
|
src: src,
|
|
41
40
|
name: name,
|
|
42
41
|
size: size,
|
|
43
42
|
palette: "default",
|
|
44
43
|
needTitle: false,
|
|
45
|
-
initial: initial
|
|
46
|
-
|
|
44
|
+
initial: initial,
|
|
45
|
+
...AvatarProps
|
|
46
|
+
}), needCreateChat && !isLeft && /*#__PURE__*/React.createElement("span", {
|
|
47
47
|
className: style.pop,
|
|
48
48
|
"data-title": title
|
|
49
49
|
}, /*#__PURE__*/React.createElement("span", {
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -30,7 +28,7 @@ export default class AvatarIcon extends React.Component {
|
|
|
30
28
|
AvatarIconProps = {}
|
|
31
29
|
} = customProps;
|
|
32
30
|
let border = borderOnHover || onClick;
|
|
33
|
-
return /*#__PURE__*/React.createElement(Container,
|
|
31
|
+
return /*#__PURE__*/React.createElement(Container, {
|
|
34
32
|
className: `${style.container} ${borderOnActive ? style.borderOnActive : border ? style.borderOnHover : ''} ${AvatarSize(size)} ${style[palette]} ${className}`,
|
|
35
33
|
onClick: onClick,
|
|
36
34
|
dataId: dataId,
|
|
@@ -38,8 +36,9 @@ export default class AvatarIcon extends React.Component {
|
|
|
38
36
|
isInline: true,
|
|
39
37
|
align: "both",
|
|
40
38
|
isCover: false,
|
|
41
|
-
dataSelectorId: dataSelectorId
|
|
42
|
-
|
|
39
|
+
dataSelectorId: dataSelectorId,
|
|
40
|
+
...AvatarIconProps
|
|
41
|
+
}, /*#__PURE__*/React.createElement(Icon, {
|
|
43
42
|
name: name,
|
|
44
43
|
size: iconSize,
|
|
45
44
|
iconClass: ` ${iconClass} ${style.iconColor} ${iconColor ? ` ${style[`icon_${iconColor}`]}` : ''} `,
|