@zohodesk/dot 1.0.0-temp-181.7 → 1.0.0-temp-182
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/README.md +13 -0
- package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +0 -50
- package/assets/Appearance/light/mode/Dot_LightMode.module.css +0 -50
- package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +0 -50
- 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 +2 -5
- 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 +4 -7
- 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 +51 -4
- package/es/AlphabeticList/AlphabeticList.module.css +0 -2
- package/es/Attachment/Attachment.module.css +4 -4
- package/es/AttachmentViewer/AttachmentViewer.module.css +0 -2
- package/es/ChannelIcon/ChannelIcon.module.css +10 -5
- package/es/Drawer/Drawer.js +4 -5
- package/es/Drawer/Drawer.module.css +3 -3
- package/es/ExternalLink/ExternalLink.js +4 -5
- package/es/FlipCard/FlipCard.js +14 -12
- package/es/FormAction/FormAction.module.css +18 -1
- package/es/FreezeLayer/FreezeLayer.js +1 -1
- package/es/IconButton/IconButton.js +4 -5
- package/es/IconButton/IconButton.module.css +0 -1
- package/es/ImportantNotes/ImportantNotes.module.css +1 -1
- package/es/Link/Link.js +8 -10
- package/es/Message/Message.js +4 -5
- package/es/Message/Message.module.css +1 -1
- package/es/Separator/Separator.module.css +11 -2
- package/es/TagWithIcon/TagWithIcon.module.css +2 -5
- package/es/ToastMessage/ToastMessage.js +2 -4
- package/es/ToastMessage/ToastMessage.module.css +3 -3
- package/es/actions/AutoClose.js +2 -1
- package/es/alert/AlertHeader/AlertHeader.module.css +4 -2
- 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 +0 -6
- 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/AvatarUser/AvatarUser.module.css +46 -2
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
- package/es/common/dot_boxShadow.module.css +2 -0
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +36 -24
- package/es/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
- package/es/dropdown/ToggleDropDown/props/propTypes.js +4 -0
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
- package/es/errorstate/EmptyStates.module.css +24 -1
- 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 +21 -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/TextEditor/TextEditor.module.css +48 -63
- 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 +16 -13
- package/es/form/fields/TextareaField/props/propTypes.js +1 -0
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +22 -2
- package/es/layout/SubtabLayout/SubtabLayout.js +4 -6
- package/es/layout/SubtabLayout/SubtabLayout.module.css +1 -3
- package/es/list/AvatarFlip/AvatarFlip.module.css +2 -2
- package/es/list/Comment/Comment.module.css +0 -1
- package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +4 -2
- package/es/list/Dot/Dot.module.css +0 -1
- package/es/list/GridStencils/GridStencils.module.css +35 -1
- package/es/list/ListLayout/ListLayout.js +4 -5
- package/es/list/ListLayout/ListLayout.module.css +0 -6
- 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 +9 -2
- package/es/list/Thread/Thread.module.css +0 -1
- package/es/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/list/status/StatusListItem/StatusListItem.module.css +35 -6
- package/es/lookup/Lookup/Lookup.js +7 -7
- package/es/lookup/Lookup/Lookup.module.css +4 -1
- package/es/lookup/Lookup/props/propTypes.js +3 -2
- package/es/lookup/header/Close/LookupClose.module.css +3 -2
- package/es/lookup/header/Search/Search.js +5 -3
- package/es/lookup/header/TicketHeader/TicketHeader.js +88 -73
- package/es/lookup/header/TicketHeader/props/defaultProps.js +7 -1
- package/es/lookup/header/TicketHeader/props/propTypes.js +2 -1
- package/es/lookup/header/Title/LookupTitle.module.css +6 -2
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
- package/es/lookup/header/lookupHeaderCommon.module.css +9 -2
- package/es/setup/header/Search/Search.module.css +14 -2
- package/es/setup/table/Text/TableText.module.css +11 -2
- package/es/v1/ActionButton/ActionButton.js +1 -1
- package/es/v1/AttachmentViewer/AttachmentViewer.js +2 -2
- package/es/v1/Drawer/Drawer.js +6 -7
- package/es/v1/ExternalLink/ExternalLink.js +4 -5
- package/es/v1/FlipCard/FlipCard.js +15 -13
- package/es/v1/FreezeLayer/FreezeLayer.js +2 -2
- 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/Loader/Loader.js +1 -1
- package/es/v1/Message/Message.js +4 -5
- package/es/v1/ToastMessage/ToastMessage.js +4 -6
- package/es/v1/actions/AutoClose.js +2 -1
- package/es/v1/alert/AlertLookup/AlertLookup.js +16 -16
- 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 +5 -6
- 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 +39 -27
- package/es/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
- package/es/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +15 -13
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +15 -13
- package/es/v1/form/fields/DateField/DateField.js +15 -15
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +14 -13
- package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/v1/form/fields/RadioField/RadioField.js +21 -16
- package/es/v1/form/fields/SelectField/SelectField.js +15 -15
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +14 -11
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +15 -15
- 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 +17 -14
- package/es/v1/form/fields/TextareaField/props/propTypes.js +1 -0
- 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/StatusDropdown/StatusDropdown.js +2 -2
- package/es/v1/list/status/StatusListItem/StatusListItem.js +6 -6
- package/es/v1/lookup/Lookup/Lookup.js +7 -7
- package/es/v1/lookup/Lookup/props/propTypes.js +3 -2
- package/es/v1/lookup/header/Search/Search.js +5 -3
- package/es/v1/lookup/header/TicketHeader/TicketHeader.js +30 -12
- package/es/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
- package/es/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +7 -8
- package/es/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
- package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
- package/es/version2/GlobalNotification/GlobalNotification.js +6 -7
- package/es/version2/GlobalNotification/GlobalNotification.module.css +6 -10
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +7 -3
- package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -2
- package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -7
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +96 -95
- package/lib/ActionButton/ActionButton.module.css +51 -4
- package/lib/AlphabeticList/AlphabeticList.module.css +0 -2
- package/lib/Attachment/Attachment.module.css +4 -4
- package/lib/AttachmentViewer/AttachmentViewer.module.css +0 -2
- package/lib/ChannelIcon/ChannelIcon.module.css +10 -5
- package/lib/Drawer/Drawer.module.css +3 -3
- package/lib/FormAction/FormAction.module.css +18 -1
- package/lib/FreezeLayer/FreezeLayer.js +1 -1
- package/lib/IconButton/IconButton.module.css +0 -1
- package/lib/ImportantNotes/ImportantNotes.module.css +1 -1
- package/lib/Message/Message.module.css +1 -1
- package/lib/Separator/Separator.module.css +11 -2
- package/lib/TagWithIcon/TagWithIcon.module.css +2 -5
- package/lib/ToastMessage/ToastMessage.module.css +3 -3
- package/lib/alert/AlertHeader/AlertHeader.module.css +4 -2
- package/lib/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
- package/lib/avatar/AvatarUser/AvatarUser.module.css +46 -2
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
- package/lib/common/dot_boxShadow.module.css +2 -0
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +8 -0
- package/lib/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
- package/lib/dropdown/ToggleDropDown/props/propTypes.js +4 -0
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
- package/lib/errorstate/EmptyStates.module.css +24 -1
- package/lib/form/fields/RadioField/RadioField.js +3 -0
- package/lib/form/fields/TextEditor/TextEditor.module.css +48 -63
- package/lib/form/fields/TextareaField/TextareaField.js +2 -0
- package/lib/form/fields/TextareaField/props/propTypes.js +1 -0
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +22 -2
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +1 -3
- package/lib/list/AvatarFlip/AvatarFlip.module.css +2 -2
- package/lib/list/Comment/Comment.module.css +0 -1
- package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +4 -2
- package/lib/list/Dot/Dot.module.css +0 -1
- package/lib/list/GridStencils/GridStencils.module.css +35 -1
- package/lib/list/ListLayout/ListLayout.module.css +0 -6
- package/lib/list/Subject/Subject.module.css +9 -2
- package/lib/list/Thread/Thread.module.css +0 -1
- package/lib/list/status/StatusListItem/StatusListItem.module.css +35 -6
- package/lib/lookup/Lookup/Lookup.js +3 -2
- package/lib/lookup/Lookup/Lookup.module.css +4 -1
- package/lib/lookup/Lookup/props/propTypes.js +3 -2
- package/lib/lookup/header/Close/LookupClose.module.css +3 -2
- package/lib/lookup/header/TicketHeader/TicketHeader.js +93 -106
- package/lib/lookup/header/TicketHeader/props/defaultProps.js +7 -1
- package/lib/lookup/header/TicketHeader/props/propTypes.js +2 -1
- package/lib/lookup/header/Title/LookupTitle.module.css +6 -2
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
- package/lib/lookup/header/lookupHeaderCommon.module.css +9 -2
- package/lib/setup/header/Search/Search.module.css +14 -2
- package/lib/setup/table/Text/TableText.module.css +11 -2
- package/lib/v1/ActionButton/ActionButton.js +1 -1
- package/lib/v1/AttachmentViewer/AttachmentViewer.js +2 -2
- package/lib/v1/Drawer/Drawer.js +2 -2
- package/lib/v1/FlipCard/FlipCard.js +1 -1
- package/lib/v1/FreezeLayer/FreezeLayer.js +2 -2
- package/lib/v1/Loader/Loader.js +1 -1
- package/lib/v1/ToastMessage/ToastMessage.js +2 -2
- package/lib/v1/alert/AlertLookup/AlertLookup.js +1 -1
- package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +1 -1
- package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +11 -3
- package/lib/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
- package/lib/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
- package/lib/v1/form/fields/CurrencyField/CurrencyField.js +1 -1
- package/lib/v1/form/fields/DateField/DateField.js +1 -1
- package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +1 -1
- package/lib/v1/form/fields/RadioField/RadioField.js +3 -0
- package/lib/v1/form/fields/SelectField/SelectField.js +1 -1
- package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +1 -1
- package/lib/v1/form/fields/TextBoxField/TextBoxField.js +1 -1
- package/lib/v1/form/fields/TextareaField/TextareaField.js +3 -1
- package/lib/v1/form/fields/TextareaField/props/propTypes.js +1 -0
- package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
- package/lib/v1/list/status/StatusListItem/StatusListItem.js +1 -1
- package/lib/v1/lookup/Lookup/Lookup.js +3 -2
- package/lib/v1/lookup/Lookup/props/propTypes.js +3 -2
- package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +37 -12
- package/lib/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
- package/lib/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
- package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
- package/lib/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
- package/lib/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
- package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +6 -10
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +7 -3
- package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -2
- package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +96 -95
- package/package.json +12 -13
- package/result.json +1 -1
- package/es/v1/DotWrapper/DotWrapper.js +0 -39
- package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -24
- package/es/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
- package/es/v1/DotWrapper/props/defaultProps.js +0 -6
- package/es/v1/DotWrapper/props/propTypes.js +0 -9
- package/es/v1/DotWrapper/utils/appearanceProperties.js +0 -46
- package/es/v1/DotWrapper/utils/errorMessage.js +0 -7
- package/es/v1/DotWrapper/utils/importFiles.js +0 -28
- package/es/v1/DotWrapper/utils/sizeProperties.js +0 -12
- package/es/v1/DotWrapper/utils/themeProperties.js +0 -220
- package/es/v1/Provider/Config.js +0 -20
- package/lib/v1/DotWrapper/DotWrapper.js +0 -64
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -43
- package/lib/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
- package/lib/v1/DotWrapper/props/defaultProps.js +0 -13
- package/lib/v1/DotWrapper/props/propTypes.js +0 -20
- package/lib/v1/DotWrapper/utils/appearanceProperties.js +0 -79
- package/lib/v1/DotWrapper/utils/errorMessage.js +0 -14
- package/lib/v1/DotWrapper/utils/importFiles.js +0 -35
- package/lib/v1/DotWrapper/utils/sizeProperties.js +0 -31
- package/lib/v1/DotWrapper/utils/themeProperties.js +0 -325
- package/lib/v1/Provider/Config.js +0 -29
- /package/es/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
- /package/lib/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
|
@@ -3,9 +3,11 @@
|
|
|
3
3
|
z-index: 2;
|
|
4
4
|
border-bottom: 1px solid var(--zdt_setupdetail_header_border);
|
|
5
5
|
}
|
|
6
|
+
|
|
6
7
|
.back {
|
|
7
8
|
width: var(--zd_size60) ;
|
|
8
9
|
}
|
|
10
|
+
|
|
9
11
|
.backIcon {
|
|
10
12
|
height: var(--zd_size30) ;
|
|
11
13
|
width: var(--zd_size30) ;
|
|
@@ -17,9 +19,11 @@
|
|
|
17
19
|
border-radius: 50%;
|
|
18
20
|
cursor: pointer;
|
|
19
21
|
}
|
|
22
|
+
|
|
20
23
|
[dir=ltr] .backIcon {
|
|
21
24
|
margin-left: var(--zd_size19) ;
|
|
22
25
|
}
|
|
26
|
+
|
|
23
27
|
[dir=rtl] .backIcon {
|
|
24
28
|
margin-right: var(--zd_size19) ;
|
|
25
29
|
}
|
|
@@ -27,6 +31,7 @@
|
|
|
27
31
|
.backIcon:hover {
|
|
28
32
|
background-color: var(--zdt_setupdetail_hover_backicon_bg);
|
|
29
33
|
}
|
|
34
|
+
|
|
30
35
|
.title {
|
|
31
36
|
font-size: var(--zd_font_size16) ;
|
|
32
37
|
line-height: 1;
|
|
@@ -34,9 +39,11 @@
|
|
|
34
39
|
color: var(--zdt_setupdetail_backicon);
|
|
35
40
|
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
|
|
36
41
|
}
|
|
42
|
+
|
|
37
43
|
[dir=ltr] .title {
|
|
38
44
|
padding-right: var(--zd_size12) ;
|
|
39
45
|
}
|
|
46
|
+
|
|
40
47
|
[dir=rtl] .title {
|
|
41
48
|
padding-left: var(--zd_size12) ;
|
|
42
49
|
}
|
|
@@ -44,18 +51,22 @@
|
|
|
44
51
|
.rightPanel {
|
|
45
52
|
composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
|
|
46
53
|
}
|
|
54
|
+
|
|
47
55
|
.helpInfoCont {
|
|
48
56
|
position: absolute;
|
|
49
57
|
z-index: 10;
|
|
50
58
|
}
|
|
59
|
+
|
|
51
60
|
[dir=ltr] .helpInfoCont {
|
|
52
61
|
right: 0 ;
|
|
53
62
|
padding: var(--zd_size12) var(--zd_size15) 0 0 ;
|
|
54
63
|
}
|
|
64
|
+
|
|
55
65
|
[dir=rtl] .helpInfoCont {
|
|
56
66
|
left: 0 ;
|
|
57
67
|
padding: var(--zd_size12) 0 0 var(--zd_size15) ;
|
|
58
68
|
}
|
|
69
|
+
|
|
59
70
|
.helpInfo {
|
|
60
71
|
line-height: 2.3636;
|
|
61
72
|
height: var(--zd_size28) ;
|
|
@@ -68,9 +79,11 @@
|
|
|
68
79
|
text-align: center;
|
|
69
80
|
cursor: pointer;
|
|
70
81
|
}
|
|
82
|
+
|
|
71
83
|
[dir=ltr] .mr15 {
|
|
72
84
|
margin-right: var(--zd_size15) ;
|
|
73
85
|
}
|
|
86
|
+
|
|
74
87
|
[dir=rtl] .mr15 {
|
|
75
88
|
margin-left: var(--zd_size15) ;
|
|
76
89
|
}
|
|
@@ -78,12 +91,15 @@
|
|
|
78
91
|
.content {
|
|
79
92
|
z-index: 1;
|
|
80
93
|
}
|
|
94
|
+
|
|
81
95
|
[dir=ltr] .padding {
|
|
82
96
|
padding: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size60) ;
|
|
83
97
|
}
|
|
98
|
+
|
|
84
99
|
[dir=rtl] .padding {
|
|
85
100
|
padding: var(--zd_size10) var(--zd_size60) var(--zd_size10) var(--zd_size25) ;
|
|
86
101
|
}
|
|
102
|
+
|
|
87
103
|
.popup {
|
|
88
104
|
z-index: 3;
|
|
89
105
|
position: absolute;
|
|
@@ -92,19 +108,23 @@
|
|
|
92
108
|
width: var(--zd_size330) ;
|
|
93
109
|
transition: transform var(--zd_transition3);
|
|
94
110
|
border: 1px solid var(--zdt_setupdetail_popup_border);
|
|
95
|
-
background-color: var(--
|
|
111
|
+
background-color: var(--zdt_base_bg);
|
|
96
112
|
}
|
|
113
|
+
|
|
97
114
|
[dir=ltr] .popup {
|
|
98
115
|
right: 0 ;
|
|
99
116
|
transform: translateX(100%);
|
|
100
117
|
}
|
|
118
|
+
|
|
101
119
|
[dir=rtl] .popup {
|
|
102
120
|
left: 0 ;
|
|
103
121
|
transform: translateX(-100%);
|
|
104
122
|
}
|
|
123
|
+
|
|
105
124
|
.popup.open {
|
|
106
125
|
transform: translateX(0);
|
|
107
126
|
}
|
|
127
|
+
|
|
108
128
|
.close {
|
|
109
129
|
composes: disableFocus from '~@zohodesk/components/lib/common/common.module.css';
|
|
110
130
|
}
|
|
@@ -149,4 +169,4 @@
|
|
|
149
169
|
|
|
150
170
|
.infoFooter {
|
|
151
171
|
padding: var(--zd_size10) var(--zd_size20) ;
|
|
152
|
-
}
|
|
172
|
+
}
|
|
@@ -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
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
.tabHead, .shadowStyle {
|
|
12
|
-
background: var(--
|
|
12
|
+
background: var(--zdt_base_bg);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
[dir=ltr] .left {
|
|
@@ -48,7 +48,6 @@
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.tertiary_borderStyle {
|
|
51
|
-
/* css:theme-validation:ignore */
|
|
52
51
|
border-bottom: 1px solid var(--borderColor);
|
|
53
52
|
}
|
|
54
53
|
|
|
@@ -150,7 +149,6 @@
|
|
|
150
149
|
|
|
151
150
|
.footer {
|
|
152
151
|
composes: varClass;
|
|
153
|
-
/* css:theme-validation:ignore */
|
|
154
152
|
border-top: 1px solid var(--borderColor);
|
|
155
153
|
}
|
|
156
154
|
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
.iconStyle {
|
|
2
|
-
color: var(--
|
|
3
|
-
}
|
|
2
|
+
color: var(--zdt_base_color);
|
|
3
|
+
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
.departmentBox {
|
|
2
2
|
max-width: 100% ;
|
|
3
3
|
}
|
|
4
|
+
|
|
4
5
|
.departmentBox :global .toggleDropIcon {
|
|
5
6
|
color: var(--zdt_departmentdropdown_default_text);
|
|
6
7
|
}
|
|
8
|
+
|
|
7
9
|
.departmentBox:hover :global .toggleDropIcon {
|
|
8
|
-
color: var(--
|
|
9
|
-
}
|
|
10
|
+
color: var(--zdt_base_color);
|
|
11
|
+
}
|
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
.stenLoading {
|
|
2
2
|
position: relative;
|
|
3
|
-
background-color: var(--
|
|
3
|
+
background-color: var(--zdt_base_bg);
|
|
4
4
|
border-bottom: 1px solid var(--zdt_gridstencils_default_border);
|
|
5
5
|
padding: var(--zd_size13) var(--zd_size15) var(--zd_size11) var(--zd_size15) ;
|
|
6
6
|
margin-bottom: var(--zd_size10) ;
|
|
7
7
|
border-radius: var(--zd_size5);
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
[dir=ltr] .stenLoadbody {
|
|
10
11
|
margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) 0 ;
|
|
11
12
|
}
|
|
13
|
+
|
|
12
14
|
[dir=rtl] .stenLoadbody {
|
|
13
15
|
margin: var(--zd_size8) 0 var(--zd_size8) var(--zd_size20) ;
|
|
14
16
|
}
|
|
17
|
+
|
|
15
18
|
.stenLoadbody::after {
|
|
16
19
|
content: '';
|
|
17
20
|
height: var(--zd_size22) ;
|
|
@@ -21,36 +24,45 @@
|
|
|
21
24
|
border-radius: 50%;
|
|
22
25
|
background-color: var(--zdt_gridstencils_after_bg);
|
|
23
26
|
}
|
|
27
|
+
|
|
24
28
|
[dir=ltr] .stenLoadbody::after {
|
|
25
29
|
right: var(--zd_size20) ;
|
|
26
30
|
}
|
|
31
|
+
|
|
27
32
|
[dir=rtl] .stenLoadbody::after {
|
|
28
33
|
left: var(--zd_size20) ;
|
|
29
34
|
}
|
|
35
|
+
|
|
30
36
|
.lineBar {
|
|
31
37
|
width: 90% ;
|
|
32
38
|
}
|
|
39
|
+
|
|
33
40
|
.lineBar2 {
|
|
34
41
|
width: 70% ;
|
|
35
42
|
margin: var(--zd_size22) 0 ;
|
|
36
43
|
}
|
|
44
|
+
|
|
37
45
|
.lineBar3 {
|
|
38
46
|
width: 50% ;
|
|
39
47
|
}
|
|
48
|
+
|
|
40
49
|
.lineBar,
|
|
41
50
|
.lineBar2,
|
|
42
51
|
.lineBar3 {
|
|
43
52
|
height: var(--zd_size5) ;
|
|
44
53
|
}
|
|
54
|
+
|
|
45
55
|
.lineBar, .lineBar2, .lineBar3 {
|
|
46
56
|
border-radius: var(--zd_size5);
|
|
47
57
|
}
|
|
58
|
+
|
|
48
59
|
.stenListBAr {
|
|
49
60
|
position: relative;
|
|
50
61
|
background: var(--zdt_gridstencils_listbar_bg);
|
|
51
62
|
background-image: var(--zdt_gridstencils_listbar_gradient_bg);
|
|
52
63
|
background-repeat: no-repeat;
|
|
53
64
|
}
|
|
65
|
+
|
|
54
66
|
[dir=ltr] .stenListBAr {
|
|
55
67
|
-webkit-animation-duration: var(--zd_transition10);
|
|
56
68
|
-webkit-animation-fill-mode: forwards;
|
|
@@ -58,6 +70,7 @@
|
|
|
58
70
|
-webkit-animation-name: placeHolderShimmer;
|
|
59
71
|
-webkit-animation-timing-function: linear;
|
|
60
72
|
}
|
|
73
|
+
|
|
61
74
|
[dir=rtl] .stenListBAr {
|
|
62
75
|
-webkit-animation-duration: var(--zd_transition10);
|
|
63
76
|
-webkit-animation-fill-mode: forwards;
|
|
@@ -65,11 +78,13 @@
|
|
|
65
78
|
-webkit-animation-name: placeHolderShimmer;
|
|
66
79
|
-webkit-animation-timing-function: linear;
|
|
67
80
|
}
|
|
81
|
+
|
|
68
82
|
.stenListBAr {
|
|
69
83
|
background: var(--zdt_gridstencils_listbar_bg);
|
|
70
84
|
background-image: var(--zdt_gridstencils_listbar_gradient_bg);
|
|
71
85
|
background-repeat: no-repeat;
|
|
72
86
|
}
|
|
87
|
+
|
|
73
88
|
[dir=ltr] .stenListBAr {
|
|
74
89
|
-webkit-animation-duration: var(--zd_transition10);
|
|
75
90
|
-webkit-animation-fill-mode: forwards;
|
|
@@ -77,6 +92,7 @@
|
|
|
77
92
|
-webkit-animation-name: placeHolderShimmer;
|
|
78
93
|
-webkit-animation-timing-function: linear;
|
|
79
94
|
}
|
|
95
|
+
|
|
80
96
|
[dir=rtl] .stenListBAr {
|
|
81
97
|
-webkit-animation-duration: var(--zd_transition10);
|
|
82
98
|
-webkit-animation-fill-mode: forwards;
|
|
@@ -84,6 +100,7 @@
|
|
|
84
100
|
-webkit-animation-name: placeHolderShimmer;
|
|
85
101
|
-webkit-animation-timing-function: linear;
|
|
86
102
|
}
|
|
103
|
+
|
|
87
104
|
@keyframes placeHolderShimmer {
|
|
88
105
|
0% {
|
|
89
106
|
background-position: -468px 0;
|
|
@@ -93,55 +110,72 @@
|
|
|
93
110
|
background-position: 468px 0;
|
|
94
111
|
}
|
|
95
112
|
}
|
|
113
|
+
|
|
96
114
|
.threeLayout .stenLoadbody::before {
|
|
97
115
|
transform: scale(0.8);
|
|
98
116
|
}
|
|
117
|
+
|
|
99
118
|
[dir=ltr] .threeLayout .stenLoadbody::before {
|
|
100
119
|
left: var(--zd_size16) ;
|
|
101
120
|
}
|
|
121
|
+
|
|
102
122
|
[dir=rtl] .threeLayout .stenLoadbody::before {
|
|
103
123
|
right: var(--zd_size16) ;
|
|
104
124
|
}
|
|
125
|
+
|
|
105
126
|
[dir=ltr] .threeLayout .stenLoadbody {
|
|
106
127
|
margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) 0 ;
|
|
107
128
|
}
|
|
129
|
+
|
|
108
130
|
[dir=rtl] .threeLayout .stenLoadbody {
|
|
109
131
|
margin: var(--zd_size8) 0 var(--zd_size8) var(--zd_size20) ;
|
|
110
132
|
}
|
|
133
|
+
|
|
111
134
|
.threeLayout .stenLoadbody::after {
|
|
112
135
|
top: var(--zd_size15) ;
|
|
113
136
|
transform: scale(0.8);
|
|
114
137
|
}
|
|
138
|
+
|
|
115
139
|
[dir=ltr] .threeLayout .stenLoadbody::after {
|
|
116
140
|
right: var(--zd_size20) ;
|
|
117
141
|
}
|
|
142
|
+
|
|
118
143
|
[dir=rtl] .threeLayout .stenLoadbody::after {
|
|
119
144
|
left: var(--zd_size20) ;
|
|
120
145
|
}
|
|
146
|
+
|
|
121
147
|
[dir=ltr] .leftCont .stenLoadbody::before {
|
|
122
148
|
left: var(--zd_size33) ;
|
|
123
149
|
}
|
|
150
|
+
|
|
124
151
|
[dir=rtl] .leftCont .stenLoadbody::before {
|
|
125
152
|
right: var(--zd_size33) ;
|
|
126
153
|
}
|
|
154
|
+
|
|
127
155
|
[dir=ltr] .leftCont .stenLoadbody {
|
|
128
156
|
margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) var(--zd_size46) ;
|
|
129
157
|
}
|
|
158
|
+
|
|
130
159
|
[dir=rtl] .leftCont .stenLoadbody {
|
|
131
160
|
margin: var(--zd_size8) var(--zd_size46) var(--zd_size8) var(--zd_size20) ;
|
|
132
161
|
}
|
|
162
|
+
|
|
133
163
|
[dir=ltr] .leftCont .stenLoadbody::after {
|
|
134
164
|
right: var(--zd_size40) ;
|
|
135
165
|
}
|
|
166
|
+
|
|
136
167
|
[dir=rtl] .leftCont .stenLoadbody::after {
|
|
137
168
|
left: var(--zd_size40) ;
|
|
138
169
|
}
|
|
170
|
+
|
|
139
171
|
.leftCont .lineBar {
|
|
140
172
|
width: 80% ;
|
|
141
173
|
}
|
|
174
|
+
|
|
142
175
|
.leftCont .lineBar2 {
|
|
143
176
|
width: 60% ;
|
|
144
177
|
}
|
|
178
|
+
|
|
145
179
|
.leftCont .lineBar3 {
|
|
146
180
|
width: 40% ;
|
|
147
181
|
}
|
|
@@ -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 { ListLayout_defaultProps } from './props/defaultProps';
|
|
5
3
|
import { ListLayout_propTypes, Column_propTypes } from './props/propTypes';
|
|
@@ -69,9 +67,10 @@ export class Column extends Component {
|
|
|
69
67
|
children,
|
|
70
68
|
className
|
|
71
69
|
} = this.props;
|
|
72
|
-
return /*#__PURE__*/React.createElement(Box,
|
|
73
|
-
className: `${className ? className : ''}
|
|
74
|
-
|
|
70
|
+
return /*#__PURE__*/React.createElement(Box, {
|
|
71
|
+
className: `${className ? className : ''}`,
|
|
72
|
+
...this.props
|
|
73
|
+
}, children);
|
|
75
74
|
}
|
|
76
75
|
|
|
77
76
|
}
|
|
@@ -45,12 +45,6 @@
|
|
|
45
45
|
border-bottom: 1px dotted var(--listBorder);
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.compact,
|
|
49
|
-
.classic,
|
|
50
|
-
.superCompact {
|
|
51
|
-
/* css:theme-validation:ignore */
|
|
52
|
-
}
|
|
53
|
-
|
|
54
48
|
[dir=ltr] .compact, [dir=ltr] .classic, [dir=ltr] .superCompact {
|
|
55
49
|
border-left: var(--zd_size2) solid transparent;
|
|
56
50
|
}
|
|
@@ -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
|
/* eslint-disable react/forbid-component-props */
|
|
4
2
|
|
|
5
3
|
/**** Libraries ****/
|
|
@@ -53,26 +51,28 @@ export default class AccountName extends Component {
|
|
|
53
51
|
}, /*#__PURE__*/React.createElement(Box, {
|
|
54
52
|
className: style.primaryAccountName,
|
|
55
53
|
shrink: true
|
|
56
|
-
}, isLink ? /*#__PURE__*/React.createElement(Link,
|
|
54
|
+
}, isLink ? /*#__PURE__*/React.createElement(Link, {
|
|
57
55
|
href: href,
|
|
58
56
|
urlName: urlName,
|
|
59
57
|
urlData: urlData,
|
|
60
58
|
onClick: onClick,
|
|
61
59
|
dataId: `${dataId}_link`,
|
|
62
|
-
className: style.link
|
|
63
|
-
|
|
60
|
+
className: style.link,
|
|
61
|
+
...LinkProps,
|
|
64
62
|
ariaLabel: `Account Name ${text}`
|
|
65
|
-
}
|
|
63
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
66
64
|
className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
|
|
67
|
-
}, text)) : /*#__PURE__*/React.createElement("div",
|
|
68
|
-
className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''} ${notAccessible ? style.disable : ''}
|
|
69
|
-
|
|
65
|
+
}, text)) : /*#__PURE__*/React.createElement("div", {
|
|
66
|
+
className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''} ${notAccessible ? style.disable : ''}`,
|
|
67
|
+
...TextProps
|
|
68
|
+
}, text)), secondaryAccountText && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Link, {
|
|
70
69
|
href: secondaryAccountHref,
|
|
71
70
|
onClick: secondaryAccountClick,
|
|
72
71
|
className: style.link
|
|
73
|
-
}, /*#__PURE__*/React.createElement("div",
|
|
74
|
-
className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}
|
|
75
|
-
|
|
72
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
73
|
+
className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`,
|
|
74
|
+
...SecondaryTextProps
|
|
75
|
+
}, secondaryAccountText))))));
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
}
|
|
@@ -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 { ContactName_defaultProps } from './props/defaultProps';
|
|
5
3
|
import { ContactName_propTypes } from './props/propTypes';
|
|
@@ -54,22 +52,23 @@ export default class ContactName extends Component {
|
|
|
54
52
|
iconClass: style.icon
|
|
55
53
|
})), /*#__PURE__*/React.createElement(Box, {
|
|
56
54
|
flexible: true
|
|
57
|
-
}, isLink ? /*#__PURE__*/React.createElement(Link,
|
|
55
|
+
}, isLink ? /*#__PURE__*/React.createElement(Link, {
|
|
58
56
|
urlName: urlName,
|
|
59
57
|
href: href,
|
|
60
58
|
urlData: urlData,
|
|
61
59
|
onClick: onClick,
|
|
62
60
|
title: dataTitle,
|
|
63
61
|
dataId: `${dataId}_link`,
|
|
64
|
-
className: style.link
|
|
65
|
-
|
|
62
|
+
className: style.link,
|
|
63
|
+
...LinkProps,
|
|
66
64
|
ariaLabel: `Contact Name ${text}`
|
|
67
|
-
}
|
|
65
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
68
66
|
className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
|
|
69
|
-
}, text)) : /*#__PURE__*/React.createElement("div",
|
|
67
|
+
}, text)) : /*#__PURE__*/React.createElement("div", {
|
|
70
68
|
className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''} ${notAccessible ? style.disable : ''}`,
|
|
71
|
-
"data-title": dataTitle
|
|
72
|
-
|
|
69
|
+
"data-title": dataTitle,
|
|
70
|
+
...TextProps
|
|
71
|
+
}, text)), sentimentType && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(SentimentStatus, {
|
|
73
72
|
type: sentimentType,
|
|
74
73
|
dataTitle: sentimentDataTitle
|
|
75
74
|
})));
|
|
@@ -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
|
/* eslint-disable react/forbid-component-props */
|
|
4
2
|
|
|
5
3
|
/**** Libraries ****/
|
|
@@ -30,19 +28,21 @@ export default class Email extends Component {
|
|
|
30
28
|
LinkProps = {},
|
|
31
29
|
TextProps = {}
|
|
32
30
|
} = customProps;
|
|
33
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link,
|
|
31
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, {
|
|
34
32
|
href: href,
|
|
35
33
|
title: title,
|
|
36
34
|
urlData: urlData,
|
|
37
35
|
urlName: urlName,
|
|
38
36
|
target: target,
|
|
39
|
-
className: style.link
|
|
40
|
-
|
|
37
|
+
className: style.link,
|
|
38
|
+
...LinkProps
|
|
39
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
41
40
|
className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
|
|
42
|
-
}, text)) : /*#__PURE__*/React.createElement("div",
|
|
41
|
+
}, text)) : /*#__PURE__*/React.createElement("div", {
|
|
43
42
|
className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''}`,
|
|
44
|
-
"data-title": title
|
|
45
|
-
|
|
43
|
+
"data-title": title,
|
|
44
|
+
...TextProps
|
|
45
|
+
}, text));
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
}
|
|
@@ -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
|
/* eslint-disable react/forbid-component-props */
|
|
4
2
|
|
|
5
3
|
/**** Libraries ****/
|
|
@@ -32,7 +30,7 @@ export default class PhoneNumber extends Component {
|
|
|
32
30
|
LinkProps = {},
|
|
33
31
|
TextProps = {}
|
|
34
32
|
} = customProps;
|
|
35
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link,
|
|
33
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, {
|
|
36
34
|
href: href,
|
|
37
35
|
title: title,
|
|
38
36
|
urlData: urlData,
|
|
@@ -40,13 +38,15 @@ export default class PhoneNumber extends Component {
|
|
|
40
38
|
dataId: dataId,
|
|
41
39
|
target: target,
|
|
42
40
|
hasReload: hasReload,
|
|
43
|
-
className: style.link
|
|
44
|
-
|
|
41
|
+
className: style.link,
|
|
42
|
+
...LinkProps
|
|
43
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
45
44
|
className: `${style.phoneNumber} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
|
|
46
|
-
}, text)) : /*#__PURE__*/React.createElement("div",
|
|
45
|
+
}, text)) : /*#__PURE__*/React.createElement("div", {
|
|
47
46
|
className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''}`,
|
|
48
|
-
"data-title": title
|
|
49
|
-
|
|
47
|
+
"data-title": title,
|
|
48
|
+
...TextProps
|
|
49
|
+
}, text));
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
}
|
|
@@ -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 { SecondaryText_defaultProps } from './props/defaultProps';
|
|
5
3
|
import { SecondaryText_propTypes } from './props/propTypes';
|
|
@@ -21,13 +19,14 @@ export default class SecondaryText extends Component {
|
|
|
21
19
|
let {
|
|
22
20
|
SecondaryTextProps
|
|
23
21
|
} = customProps;
|
|
24
|
-
return /*#__PURE__*/React.createElement("div",
|
|
22
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
25
23
|
className: `${style.secondaryText} ${className ? className : ''}`,
|
|
26
24
|
"data-title": dataTitle,
|
|
27
25
|
"data-id": dataId,
|
|
28
26
|
"data-test-id": dataId,
|
|
29
|
-
onClick: onClick
|
|
30
|
-
|
|
27
|
+
onClick: onClick,
|
|
28
|
+
...SecondaryTextProps
|
|
29
|
+
}, text);
|
|
31
30
|
}
|
|
32
31
|
|
|
33
32
|
}
|
|
@@ -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 { TicketId_defaultProps } from './props/defaultProps';
|
|
5
3
|
import { TicketId_propTypes } from './props/propTypes';
|
|
@@ -28,19 +26,21 @@ export default class TicketId extends Component {
|
|
|
28
26
|
LinkProps = {},
|
|
29
27
|
TicketIdProps = {}
|
|
30
28
|
} = customProps;
|
|
31
|
-
return /*#__PURE__*/React.createElement("div",
|
|
29
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
32
30
|
className: `${style.ticketId} ${isLink ? style.ticketIdLink : ''} ${className ? className : ''}`,
|
|
33
31
|
"data-id": dataId,
|
|
34
32
|
"data-test-id": dataId,
|
|
35
33
|
"data-title": dataTitle,
|
|
36
|
-
onClick: !isLink && onClick
|
|
37
|
-
|
|
34
|
+
onClick: !isLink && onClick,
|
|
35
|
+
...TicketIdProps
|
|
36
|
+
}, isLink ? /*#__PURE__*/React.createElement(Link, {
|
|
38
37
|
urlName: urlName,
|
|
39
38
|
urlData: urlData,
|
|
40
39
|
href: url,
|
|
41
40
|
target: target,
|
|
42
|
-
onClick: onClick
|
|
43
|
-
|
|
41
|
+
onClick: onClick,
|
|
42
|
+
...LinkProps
|
|
43
|
+
}, text) : text);
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
}
|
|
@@ -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';
|
|
@@ -30,7 +28,7 @@ export default class Subject extends Component {
|
|
|
30
28
|
LinkProps = {},
|
|
31
29
|
TextProps = {}
|
|
32
30
|
} = customProps;
|
|
33
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link,
|
|
31
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, isLink ? /*#__PURE__*/React.createElement(Link, {
|
|
34
32
|
urlName: urlName,
|
|
35
33
|
href: href,
|
|
36
34
|
urlData: urlData,
|
|
@@ -38,13 +36,15 @@ export default class Subject extends Component {
|
|
|
38
36
|
className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]} ${style.cursorPointer}`,
|
|
39
37
|
dataId: dataId,
|
|
40
38
|
title: text,
|
|
41
|
-
target: target
|
|
42
|
-
|
|
39
|
+
target: target,
|
|
40
|
+
...LinkProps
|
|
41
|
+
}, children ? children : text) : /*#__PURE__*/React.createElement("span", {
|
|
43
42
|
className: `${style.subject} ${isDotted ? style.dotted : ''} ${className} ${style[`font_${fontWeight}`]}`,
|
|
44
43
|
"data-title": text,
|
|
45
44
|
"data-id": dataId,
|
|
46
|
-
"data-test-id": dataId
|
|
47
|
-
|
|
45
|
+
"data-test-id": dataId,
|
|
46
|
+
...TextProps
|
|
47
|
+
}, text));
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
}
|