@zohodesk/dot 1.0.0-temp-183 → 1.0.0-temp-181.8
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 +16 -14
- 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/DepartmentDropDown/DepartmentDropDown.js +3 -9
- package/es/list/DepartmentDropDown/props/defaultProps.js +1 -2
- package/es/list/DepartmentDropDown/props/propTypes.js +1 -2
- 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.module.css +42 -42
- package/es/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/list/status/StatusListItem/StatusListItem.module.css +5 -35
- package/es/lookup/Lookup/Lookup.js +4 -5
- package/es/lookup/header/Search/Search.js +5 -3
- package/es/v1/DotWrapper/DotWrapper.js +39 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +24 -0
- package/es/v1/DotWrapper/libraryChunks/importMapping.js +19 -0
- package/es/v1/DotWrapper/libraryChunks/size/fontSize.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/size/zoomSize.js +1 -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 +31 -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/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/TagsMultiSelect/TagsMultiSelect.js +3 -5
- 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/DepartmentDropDown/DepartmentDropDown.js +3 -8
- package/lib/list/DepartmentDropDown/props/defaultProps.js +1 -2
- package/lib/list/DepartmentDropDown/props/propTypes.js +1 -1
- 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.module.css +42 -42
- package/lib/list/status/StatusListItem/StatusListItem.module.css +5 -35
- package/lib/v1/DotWrapper/DotWrapper.js +64 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +43 -0
- package/lib/v1/DotWrapper/libraryChunks/importMapping.js +26 -0
- package/lib/v1/DotWrapper/libraryChunks/size/fontSize.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/size/zoomSize.js +3 -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 +40 -0
- package/lib/v1/DotWrapper/utils/sizeProperties.js +31 -0
- package/lib/v1/DotWrapper/utils/themeProperties.js +325 -0
- 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 +4 -4
- package/result.json +1 -1
|
@@ -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, { PureComponent } from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -121,17 +119,18 @@ export default class TextEditorField extends PureComponent {
|
|
|
121
119
|
renderProps: {
|
|
122
120
|
end: this.renderEnd
|
|
123
121
|
}
|
|
124
|
-
}, /*#__PURE__*/React.createElement(Label,
|
|
122
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
125
123
|
text: labelName,
|
|
126
124
|
size: fieldSize === 'small' ? 'small' : 'medium',
|
|
127
125
|
htmlFor: !isReadOnly && !isDisabled ? id : undefined,
|
|
128
126
|
palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
|
|
129
127
|
onClick: this.handleLabelClick,
|
|
130
128
|
customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
|
|
131
|
-
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label
|
|
132
|
-
|
|
129
|
+
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
|
|
130
|
+
...LabelProps
|
|
131
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
133
132
|
className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
|
|
134
|
-
}, /*#__PURE__*/React.createElement(TextEditorWrapper,
|
|
133
|
+
}, /*#__PURE__*/React.createElement(TextEditorWrapper, {
|
|
135
134
|
needEditor: needEditor,
|
|
136
135
|
onChange: this.handleChange,
|
|
137
136
|
id: id,
|
|
@@ -160,13 +159,15 @@ export default class TextEditorField extends PureComponent {
|
|
|
160
159
|
shouldEditorUpdateContent: shouldEditorUpdateContent,
|
|
161
160
|
setInlineAttachmentInProgress: setInlineAttachmentInProgress,
|
|
162
161
|
handleEditorDropUpload: handleEditorDropUpload,
|
|
163
|
-
needInlineAttachment: needInlineAttachment
|
|
164
|
-
|
|
162
|
+
needInlineAttachment: needInlineAttachment,
|
|
163
|
+
...TextEditorWrapperProps
|
|
164
|
+
})), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
165
165
|
text: validationMessage,
|
|
166
166
|
palette: validationPalette,
|
|
167
167
|
type: errorType,
|
|
168
|
-
dataId: `${dataId}_ValidationMessage
|
|
169
|
-
|
|
168
|
+
dataId: `${dataId}_ValidationMessage`,
|
|
169
|
+
...ValidationMessageProps
|
|
170
|
+
}));
|
|
170
171
|
}
|
|
171
172
|
|
|
172
173
|
}
|
|
@@ -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, { Component } from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -132,7 +130,7 @@ export default class TextEditorWrapper extends Component {
|
|
|
132
130
|
return /*#__PURE__*/React.createElement("div", {
|
|
133
131
|
className: style.container,
|
|
134
132
|
"data-selector-id": dataSelectorId
|
|
135
|
-
}, !isEditorShow ? /*#__PURE__*/React.createElement(Textarea,
|
|
133
|
+
}, !isEditorShow ? /*#__PURE__*/React.createElement(Textarea, {
|
|
136
134
|
onFocus: this.handleTextareaFocus,
|
|
137
135
|
text: value,
|
|
138
136
|
animated: !needEditor,
|
|
@@ -144,8 +142,9 @@ export default class TextEditorWrapper extends Component {
|
|
|
144
142
|
getRef: getRef,
|
|
145
143
|
size: textBoxSize,
|
|
146
144
|
variant: textBoxVariant,
|
|
147
|
-
customClass: style.textBox
|
|
148
|
-
|
|
145
|
+
customClass: style.textBox,
|
|
146
|
+
...Textarea1Props
|
|
147
|
+
}) : null, /*#__PURE__*/React.createElement(VelocityAnimationGroup, {
|
|
149
148
|
name: "slideDown",
|
|
150
149
|
runOnMount: true,
|
|
151
150
|
enterDuration: '300',
|
|
@@ -154,7 +153,7 @@ export default class TextEditorWrapper extends Component {
|
|
|
154
153
|
component: "div"
|
|
155
154
|
}, /*#__PURE__*/React.createElement("div", {
|
|
156
155
|
className: style.textEditor
|
|
157
|
-
}, isEditorShow && needEditor ? /*#__PURE__*/React.createElement(TextEditor,
|
|
156
|
+
}, isEditorShow && needEditor ? /*#__PURE__*/React.createElement(TextEditor, {
|
|
158
157
|
id: id,
|
|
159
158
|
value: value,
|
|
160
159
|
onChange: !isReadOnly && !isDisabled ? onChange : null,
|
|
@@ -182,8 +181,9 @@ export default class TextEditorWrapper extends Component {
|
|
|
182
181
|
setInlineAttachmentInProgress: setInlineAttachmentInProgress,
|
|
183
182
|
handleDropUpload: handleEditorDropUpload,
|
|
184
183
|
onFocus: this.focusCallback,
|
|
185
|
-
needInlineAttachment: needInlineAttachment
|
|
186
|
-
|
|
184
|
+
needInlineAttachment: needInlineAttachment,
|
|
185
|
+
...TextEditorProps
|
|
186
|
+
}) : /*#__PURE__*/React.createElement(Textarea, {
|
|
187
187
|
onFocus: this.handleTextareaFocus,
|
|
188
188
|
text: value,
|
|
189
189
|
animated: !needEditor,
|
|
@@ -194,8 +194,9 @@ export default class TextEditorWrapper extends Component {
|
|
|
194
194
|
needEffect: !(isReadOnly || isDisabled),
|
|
195
195
|
getRef: getRef,
|
|
196
196
|
size: textBoxSize,
|
|
197
|
-
variant: textBoxVariant
|
|
198
|
-
|
|
197
|
+
variant: textBoxVariant,
|
|
198
|
+
...Textarea2Props
|
|
199
|
+
}))));
|
|
199
200
|
}
|
|
200
201
|
|
|
201
202
|
}
|
|
@@ -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, { PureComponent } from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -105,17 +103,18 @@ export default class TextareaField extends PureComponent {
|
|
|
105
103
|
isLocked: isLocked,
|
|
106
104
|
lockedInfoText: lockedInfoText,
|
|
107
105
|
renderProps: renderLabelProps
|
|
108
|
-
}, /*#__PURE__*/React.createElement(Label,
|
|
106
|
+
}, /*#__PURE__*/React.createElement(Label, {
|
|
109
107
|
text: labelName,
|
|
110
108
|
id: id,
|
|
111
109
|
size: fieldSize === 'small' ? 'small' : 'medium',
|
|
112
110
|
palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
|
|
113
111
|
customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
|
|
114
112
|
htmlFor: uniqueId,
|
|
115
|
-
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label
|
|
116
|
-
|
|
113
|
+
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
|
|
114
|
+
...LabelProps
|
|
115
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
117
116
|
className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
|
|
118
|
-
}, /*#__PURE__*/React.createElement(Textarea,
|
|
117
|
+
}, /*#__PURE__*/React.createElement(Textarea, {
|
|
119
118
|
onChange: this.handleChange,
|
|
120
119
|
animated: animated,
|
|
121
120
|
size: fieldSize === 'medium' ? textBoxSize : 'xmedium',
|
|
@@ -133,24 +132,26 @@ export default class TextareaField extends PureComponent {
|
|
|
133
132
|
needEffect: isReadOnly || isDisabled ? false : true,
|
|
134
133
|
resize: "vertical" // onKeyDown={onKeyDown}
|
|
135
134
|
,
|
|
136
|
-
htmlId: uniqueId
|
|
137
|
-
|
|
135
|
+
htmlId: uniqueId,
|
|
136
|
+
...TextareaProps,
|
|
138
137
|
a11y: {
|
|
139
138
|
ariaLabelledby: labelName
|
|
140
139
|
}
|
|
141
|
-
})
|
|
140
|
+
}), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
142
141
|
text: validationMessage,
|
|
143
142
|
palette: validationPalette,
|
|
144
143
|
type: errorType,
|
|
145
144
|
htmlFor: uniqueId,
|
|
146
|
-
dataId: `${dataId}_ValidationMessage
|
|
147
|
-
|
|
145
|
+
dataId: `${dataId}_ValidationMessage`,
|
|
146
|
+
...ValidationMessageProps1
|
|
147
|
+
}), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
148
148
|
text: validationRuleMessage,
|
|
149
149
|
palette: validationRulePalette,
|
|
150
150
|
type: errorType,
|
|
151
151
|
htmlFor: uniqueId,
|
|
152
|
-
dataId: `${dataId}_ValidationRuleMessage
|
|
153
|
-
|
|
152
|
+
dataId: `${dataId}_ValidationRuleMessage`,
|
|
153
|
+
...ValidationMessageProps2
|
|
154
|
+
})));
|
|
154
155
|
}
|
|
155
156
|
|
|
156
157
|
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
.basic{
|
|
2
|
-
font-size: 0 ;
|
|
3
|
-
}
|
|
4
|
-
.lable{
|
|
5
|
-
display: inline;
|
|
6
|
-
}
|
|
7
|
-
.icon{
|
|
8
|
-
color:var(--label_text_color);
|
|
9
|
-
display: inline-block;
|
|
10
|
-
margin: 0 var(--zd_size5) ;
|
|
11
|
-
}
|
|
12
|
-
.primary {
|
|
13
|
-
position: absolute;
|
|
14
|
-
top: 100% ;
|
|
15
|
-
composes:basic;
|
|
16
|
-
margin-top: var(--zd_size5) ;
|
|
17
|
-
}
|
|
18
|
-
[dir=ltr] .primary {
|
|
19
|
-
left: 0 ;
|
|
20
|
-
}
|
|
21
|
-
[dir=rtl] .primary {
|
|
22
|
-
right: 0 ;
|
|
23
|
-
}
|
|
24
|
-
.secondary {
|
|
25
|
-
composes:basic;
|
|
26
|
-
margin-top: var(--zd_size5) ;
|
|
27
|
-
}
|
|
1
|
+
.basic{
|
|
2
|
+
font-size: 0 ;
|
|
3
|
+
}
|
|
4
|
+
.lable{
|
|
5
|
+
display: inline;
|
|
6
|
+
}
|
|
7
|
+
.icon{
|
|
8
|
+
color:var(--label_text_color);
|
|
9
|
+
display: inline-block;
|
|
10
|
+
margin: 0 var(--zd_size5) ;
|
|
11
|
+
}
|
|
12
|
+
.primary {
|
|
13
|
+
position: absolute;
|
|
14
|
+
top: 100% ;
|
|
15
|
+
composes:basic;
|
|
16
|
+
margin-top: var(--zd_size5) ;
|
|
17
|
+
}
|
|
18
|
+
[dir=ltr] .primary {
|
|
19
|
+
left: 0 ;
|
|
20
|
+
}
|
|
21
|
+
[dir=rtl] .primary {
|
|
22
|
+
right: 0 ;
|
|
23
|
+
}
|
|
24
|
+
.secondary {
|
|
25
|
+
composes:basic;
|
|
26
|
+
margin-top: var(--zd_size5) ;
|
|
27
|
+
}
|
|
@@ -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 { SubtabHeader_propTypes, SubtabFooter_propTypes, SubtabContent_propTypes, SubtabLayout_propTypes } from './props/propTypes';
|
|
5
3
|
import { SubtabHeader_defaultProps, SubtabFooter_defaultProps, SubtabContent_defaultProps, SubtabLayout_defaultProps } from './props/defaultProps';
|
|
@@ -124,15 +122,15 @@ export default class SubtabLayout extends React.Component {
|
|
|
124
122
|
children,
|
|
125
123
|
dataId
|
|
126
124
|
} = this.props;
|
|
127
|
-
return /*#__PURE__*/React.createElement(Card,
|
|
125
|
+
return /*#__PURE__*/React.createElement(Card, {
|
|
128
126
|
isScrollAttribute: true,
|
|
129
|
-
dataId: dataId
|
|
130
|
-
|
|
127
|
+
dataId: dataId,
|
|
128
|
+
...this.props,
|
|
131
129
|
childTypes: {
|
|
132
130
|
cardHeader: SubtabHeader,
|
|
133
131
|
cardContent: SubtabContent
|
|
134
132
|
}
|
|
135
|
-
}
|
|
133
|
+
}, children);
|
|
136
134
|
}
|
|
137
135
|
|
|
138
136
|
}
|
|
@@ -1,165 +1,165 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--borderColor: var(--zdt_subtablayout_border);
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.tabHead,
|
|
6
|
-
.shadowStyle {
|
|
7
|
-
position: relative;
|
|
8
|
-
composes: varClass;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.tabHead, .shadowStyle {
|
|
12
|
-
background: var(--zdt_subtablayout_tabhead_bg);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
[dir=ltr] .left {
|
|
16
|
-
margin-right: var(--zd_size15) ;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
[dir=rtl] .left {
|
|
20
|
-
margin-left: var(--zd_size15) ;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.plusIconLine {
|
|
24
|
-
position: relative;
|
|
25
|
-
z-index: 2;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.plusIconLine::before {
|
|
29
|
-
position: absolute;
|
|
30
|
-
content: '';
|
|
31
|
-
width: var(--zd_size1) ;
|
|
32
|
-
height: var(--zd_size28) ;
|
|
33
|
-
top: var(--zd_size38) ;
|
|
34
|
-
z-index: -1;
|
|
35
|
-
background: var(--zdt_subtablayout_plusicon_bg);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
[dir=ltr] .plusIconLine::before {
|
|
39
|
-
left: var(--zd_size20) ;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
[dir=rtl] .plusIconLine::before {
|
|
43
|
-
right: var(--zd_size20) ;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.primary_borderStyle, .secondary_borderStyle {
|
|
47
|
-
border-bottom: 1px solid var(--zdt_subtablayout_primary_border);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.tertiary_borderStyle {
|
|
51
|
-
border-bottom: 1px solid var(--borderColor);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.shadowStyle::before {
|
|
55
|
-
bottom: 0 ;
|
|
56
|
-
content: '';
|
|
57
|
-
position: absolute;
|
|
58
|
-
top: var(--zd_size20) ;
|
|
59
|
-
z-index: -1;
|
|
60
|
-
box-shadow: var(--zd_bs_subtablayout_shadow);
|
|
61
|
-
border-radius: 100px/10px;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
[dir=ltr] .shadowStyle::before {
|
|
65
|
-
left: var(--zd_size50) ;
|
|
66
|
-
right: var(--zd_size50) ;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
[dir=rtl] .shadowStyle::before {
|
|
70
|
-
right: var(--zd_size50) ;
|
|
71
|
-
left: var(--zd_size50) ;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.aside {
|
|
75
|
-
composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.title {
|
|
79
|
-
color: var(--zdt_subtablayout_title_text);
|
|
80
|
-
font-size: var(--zd_font_size15) ;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.label {
|
|
84
|
-
font-size: var(--zd_font_size12) ;
|
|
85
|
-
color: var(--zdt_subtablayout_label_text);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
|
|
89
|
-
padding-top: var(--zd_size27) ;
|
|
90
|
-
padding-bottom: var(--zd_size26) ;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
[dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
94
|
-
padding-left: var(--zd_size25) ;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
[dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
98
|
-
padding-right: var(--zd_size25) ;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
[dir=ltr] .primary, [dir=ltr] .primary_peek {
|
|
102
|
-
padding-right: var(--zd_size25) ;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
[dir=rtl] .primary, [dir=rtl] .primary_peek {
|
|
106
|
-
padding-left: var(--zd_size25) ;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
[dir=ltr] .secondary, [dir=ltr] .secondary_peek {
|
|
110
|
-
padding-right: var(--zd_size115) ;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
[dir=rtl] .secondary, [dir=rtl] .secondary_peek {
|
|
114
|
-
padding-left: var(--zd_size115) ;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
[dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
|
|
118
|
-
padding-right: var(--zd_size25) ;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
[dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
|
|
122
|
-
padding-left: var(--zd_size25) ;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
[dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
126
|
-
padding-right: var(--zd_size115) ;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
[dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
130
|
-
padding-left: var(--zd_size115) ;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.tertiary,
|
|
134
|
-
.tertiary_peek {
|
|
135
|
-
height: var(--zd_size50) ;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.tertiary, .tertiary_detailFooter {
|
|
139
|
-
padding: 0 var(--zd_size65) ;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.tertiary_peek, .tertiary_peekFooter {
|
|
143
|
-
padding: 0 var(--zd_size42) ;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.cursor {
|
|
147
|
-
cursor: pointer;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.footer {
|
|
151
|
-
composes: varClass;
|
|
152
|
-
border-top: 1px solid var(--borderColor);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.medium {
|
|
156
|
-
height: var(--zd_size40) ;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.large {
|
|
160
|
-
height: var(--zd_size45) ;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.xlarge {
|
|
164
|
-
height: var(--zd_size50) ;
|
|
1
|
+
.varClass {
|
|
2
|
+
--borderColor: var(--zdt_subtablayout_border);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.tabHead,
|
|
6
|
+
.shadowStyle {
|
|
7
|
+
position: relative;
|
|
8
|
+
composes: varClass;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.tabHead, .shadowStyle {
|
|
12
|
+
background: var(--zdt_subtablayout_tabhead_bg);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
[dir=ltr] .left {
|
|
16
|
+
margin-right: var(--zd_size15) ;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
[dir=rtl] .left {
|
|
20
|
+
margin-left: var(--zd_size15) ;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.plusIconLine {
|
|
24
|
+
position: relative;
|
|
25
|
+
z-index: 2;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.plusIconLine::before {
|
|
29
|
+
position: absolute;
|
|
30
|
+
content: '';
|
|
31
|
+
width: var(--zd_size1) ;
|
|
32
|
+
height: var(--zd_size28) ;
|
|
33
|
+
top: var(--zd_size38) ;
|
|
34
|
+
z-index: -1;
|
|
35
|
+
background: var(--zdt_subtablayout_plusicon_bg);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
[dir=ltr] .plusIconLine::before {
|
|
39
|
+
left: var(--zd_size20) ;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
[dir=rtl] .plusIconLine::before {
|
|
43
|
+
right: var(--zd_size20) ;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.primary_borderStyle, .secondary_borderStyle {
|
|
47
|
+
border-bottom: 1px solid var(--zdt_subtablayout_primary_border);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.tertiary_borderStyle {
|
|
51
|
+
border-bottom: 1px solid var(--borderColor);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.shadowStyle::before {
|
|
55
|
+
bottom: 0 ;
|
|
56
|
+
content: '';
|
|
57
|
+
position: absolute;
|
|
58
|
+
top: var(--zd_size20) ;
|
|
59
|
+
z-index: -1;
|
|
60
|
+
box-shadow: var(--zd_bs_subtablayout_shadow);
|
|
61
|
+
border-radius: 100px/10px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
[dir=ltr] .shadowStyle::before {
|
|
65
|
+
left: var(--zd_size50) ;
|
|
66
|
+
right: var(--zd_size50) ;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
[dir=rtl] .shadowStyle::before {
|
|
70
|
+
right: var(--zd_size50) ;
|
|
71
|
+
left: var(--zd_size50) ;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.aside {
|
|
75
|
+
composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.title {
|
|
79
|
+
color: var(--zdt_subtablayout_title_text);
|
|
80
|
+
font-size: var(--zd_font_size15) ;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.label {
|
|
84
|
+
font-size: var(--zd_font_size12) ;
|
|
85
|
+
color: var(--zdt_subtablayout_label_text);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
|
|
89
|
+
padding-top: var(--zd_size27) ;
|
|
90
|
+
padding-bottom: var(--zd_size26) ;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
[dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
94
|
+
padding-left: var(--zd_size25) ;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
[dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
98
|
+
padding-right: var(--zd_size25) ;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
[dir=ltr] .primary, [dir=ltr] .primary_peek {
|
|
102
|
+
padding-right: var(--zd_size25) ;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
[dir=rtl] .primary, [dir=rtl] .primary_peek {
|
|
106
|
+
padding-left: var(--zd_size25) ;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
[dir=ltr] .secondary, [dir=ltr] .secondary_peek {
|
|
110
|
+
padding-right: var(--zd_size115) ;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
[dir=rtl] .secondary, [dir=rtl] .secondary_peek {
|
|
114
|
+
padding-left: var(--zd_size115) ;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
[dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
|
|
118
|
+
padding-right: var(--zd_size25) ;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
[dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
|
|
122
|
+
padding-left: var(--zd_size25) ;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
[dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
126
|
+
padding-right: var(--zd_size115) ;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
[dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
130
|
+
padding-left: var(--zd_size115) ;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.tertiary,
|
|
134
|
+
.tertiary_peek {
|
|
135
|
+
height: var(--zd_size50) ;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.tertiary, .tertiary_detailFooter {
|
|
139
|
+
padding: 0 var(--zd_size65) ;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.tertiary_peek, .tertiary_peekFooter {
|
|
143
|
+
padding: 0 var(--zd_size42) ;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.cursor {
|
|
147
|
+
cursor: pointer;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.footer {
|
|
151
|
+
composes: varClass;
|
|
152
|
+
border-top: 1px solid var(--borderColor);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.medium {
|
|
156
|
+
height: var(--zd_size40) ;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.large {
|
|
160
|
+
height: var(--zd_size45) ;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.xlarge {
|
|
164
|
+
height: var(--zd_size50) ;
|
|
165
165
|
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--icon_color: var(--zdt_comment_iconText);
|
|
3
|
-
}
|
|
4
|
-
.container {
|
|
5
|
-
composes: varClass;
|
|
6
|
-
composes: inlineBlockMiddle from '../listCommon.module.css';
|
|
7
|
-
position: relative;
|
|
8
|
-
color: var(--icon_color);
|
|
9
|
-
padding: 0 var(--zd_size2) ;
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
}
|
|
12
|
-
.container:hover {
|
|
13
|
-
--icon_color: var(--zdt_comment_hover_iconText);
|
|
14
|
-
}
|
|
15
|
-
.count {
|
|
16
|
-
position: absolute;
|
|
17
|
-
top: var(--zd_size1) ;
|
|
18
|
-
font-size: var(--zd_font_size9) ;
|
|
19
|
-
text-align: center;
|
|
20
|
-
}
|
|
21
|
-
[dir=ltr] .count {
|
|
22
|
-
left: 100% ;
|
|
23
|
-
}
|
|
24
|
-
[dir=rtl] .count {
|
|
25
|
-
right: 100% ;
|
|
26
|
-
}
|
|
27
|
-
.commentIcon {
|
|
28
|
-
font-size: var(--zd_font_size13) ;
|
|
29
|
-
}
|
|
1
|
+
.varClass {
|
|
2
|
+
--icon_color: var(--zdt_comment_iconText);
|
|
3
|
+
}
|
|
4
|
+
.container {
|
|
5
|
+
composes: varClass;
|
|
6
|
+
composes: inlineBlockMiddle from '../listCommon.module.css';
|
|
7
|
+
position: relative;
|
|
8
|
+
color: var(--icon_color);
|
|
9
|
+
padding: 0 var(--zd_size2) ;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
}
|
|
12
|
+
.container:hover {
|
|
13
|
+
--icon_color: var(--zdt_comment_hover_iconText);
|
|
14
|
+
}
|
|
15
|
+
.count {
|
|
16
|
+
position: absolute;
|
|
17
|
+
top: var(--zd_size1) ;
|
|
18
|
+
font-size: var(--zd_font_size9) ;
|
|
19
|
+
text-align: center;
|
|
20
|
+
}
|
|
21
|
+
[dir=ltr] .count {
|
|
22
|
+
left: 100% ;
|
|
23
|
+
}
|
|
24
|
+
[dir=rtl] .count {
|
|
25
|
+
right: 100% ;
|
|
26
|
+
}
|
|
27
|
+
.commentIcon {
|
|
28
|
+
font-size: var(--zd_font_size13) ;
|
|
29
|
+
}
|
|
@@ -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, { Component } from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -50,19 +48,15 @@ class DepartmentDropDown extends Component {
|
|
|
50
48
|
onSearch,
|
|
51
49
|
needSearchFetching,
|
|
52
50
|
searchStr,
|
|
53
|
-
i18nKeys
|
|
54
|
-
customProps
|
|
51
|
+
i18nKeys
|
|
55
52
|
} = this.props;
|
|
56
|
-
const {
|
|
57
|
-
toggleDropDownProps = {}
|
|
58
|
-
} = customProps;
|
|
59
53
|
let {
|
|
60
54
|
title = 'Move Department',
|
|
61
55
|
searchEmptyText = 'No results found',
|
|
62
56
|
searchErrorText = 'No results',
|
|
63
57
|
placeholder = 'Search Department'
|
|
64
58
|
} = i18nKeys;
|
|
65
|
-
return /*#__PURE__*/React.createElement(ToggleDropDown,
|
|
59
|
+
return /*#__PURE__*/React.createElement(ToggleDropDown, {
|
|
66
60
|
title: title,
|
|
67
61
|
options: departmentList,
|
|
68
62
|
value: /*#__PURE__*/React.createElement(DepartmentText, {
|
|
@@ -91,7 +85,7 @@ class DepartmentDropDown extends Component {
|
|
|
91
85
|
isNextOptions: isNextOptions,
|
|
92
86
|
onSearch: onSearch,
|
|
93
87
|
needSearchFetching: needSearchFetching
|
|
94
|
-
}
|
|
88
|
+
});
|
|
95
89
|
}
|
|
96
90
|
|
|
97
91
|
}
|