@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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/* globalnotfication default variables */
|
|
3
3
|
--commonalert_border_color: var(--zdt_commonalert_default_border);
|
|
4
4
|
--globalnotification_bg_color: var(--zdt_globalnotification_default_bg);
|
|
5
|
-
--globalnotification_text_color: var(--
|
|
5
|
+
--globalnotification_text_color: var(--zdt_base_color);
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
.message {
|
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
.stackShadowTwo::before {
|
|
30
30
|
content: '';
|
|
31
31
|
position: absolute;
|
|
32
|
-
/* css:theme-validation:ignore */
|
|
33
32
|
height: var(--zd_size20) ;
|
|
34
33
|
}
|
|
35
34
|
|
|
@@ -78,9 +77,6 @@
|
|
|
78
77
|
.container {
|
|
79
78
|
position: relative;
|
|
80
79
|
pointer-events: initial;
|
|
81
|
-
/* css:theme-validation:ignore */
|
|
82
|
-
/* css:theme-validation:ignore */
|
|
83
|
-
/* css:theme-validation:ignore */
|
|
84
80
|
color: var(--globalnotification_text_color);
|
|
85
81
|
z-index: 1;
|
|
86
82
|
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -121,31 +117,31 @@
|
|
|
121
117
|
.success {
|
|
122
118
|
--commonalert_border_color: var(--zdt_commonalert_success_border);
|
|
123
119
|
--globalnotification_bg_color: var(--zdt_globalnotification_success_bg);
|
|
124
|
-
--globalnotification_text_color: var(--
|
|
120
|
+
--globalnotification_text_color: var(--zdt_base_color);
|
|
125
121
|
}
|
|
126
122
|
|
|
127
123
|
.info {
|
|
128
124
|
--commonalert_border_color: var(--zdt_commonalert_info_border);
|
|
129
125
|
--globalnotification_bg_color: var(--zdt_globalnotification_info_bg);
|
|
130
|
-
--globalnotification_text_color: var(--
|
|
126
|
+
--globalnotification_text_color: var(--zdt_base_color);
|
|
131
127
|
}
|
|
132
128
|
|
|
133
129
|
.danger {
|
|
134
130
|
--commonalert_border_color: var(--zdt_commonalert_danger_border);
|
|
135
131
|
--globalnotification_bg_color: var(--zdt_globalnotification_danger_bg);
|
|
136
|
-
--globalnotification_text_color: var(--
|
|
132
|
+
--globalnotification_text_color: var(--zdt_base_color);
|
|
137
133
|
}
|
|
138
134
|
|
|
139
135
|
.error {
|
|
140
136
|
--commonalert_border_color: var(--zdt_commonalert_error_border);
|
|
141
137
|
--globalnotification_bg_color: var(--zdt_globalnotification_error_bg);
|
|
142
|
-
--globalnotification_text_color: var(--
|
|
138
|
+
--globalnotification_text_color: var(--zdt_base_color);
|
|
143
139
|
}
|
|
144
140
|
|
|
145
141
|
.warning {
|
|
146
142
|
--commonalert_border_color: var(--zdt_commonalert_warning_border);
|
|
147
143
|
--globalnotification_bg_color: var(--zdt_globalnotification_warning_bg);
|
|
148
|
-
--globalnotification_text_color: var(--
|
|
144
|
+
--globalnotification_text_color: var(--zdt_base_color);
|
|
149
145
|
}
|
|
150
146
|
|
|
151
147
|
.text {
|
|
@@ -1,21 +1,24 @@
|
|
|
1
1
|
.varClass {
|
|
2
2
|
--commonalert_border_color: var(--zdt_commonalert_default_border);
|
|
3
3
|
}
|
|
4
|
+
|
|
4
5
|
.container {
|
|
5
6
|
composes: varClass;
|
|
6
7
|
position: relative;
|
|
7
|
-
/* css:theme-validation:ignore */
|
|
8
8
|
background-color: var(--zdt_alertlookup_bg);
|
|
9
9
|
border-style: solid;
|
|
10
10
|
border-color: var(--commonalert_border_color);
|
|
11
11
|
border-width: 2px 0 0 0;
|
|
12
12
|
}
|
|
13
|
+
|
|
13
14
|
.headerLayout {
|
|
14
15
|
min-height: var(--zd_size54) ;
|
|
15
16
|
}
|
|
17
|
+
|
|
16
18
|
[dir=ltr] .headerLayout {
|
|
17
19
|
padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20) ;
|
|
18
20
|
}
|
|
21
|
+
|
|
19
22
|
[dir=rtl] .headerLayout {
|
|
20
23
|
padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45) ;
|
|
21
24
|
}
|
|
@@ -24,7 +27,8 @@
|
|
|
24
27
|
--commonalert_border_color: var(--zdt_commonalert_success_border);
|
|
25
28
|
}
|
|
26
29
|
|
|
27
|
-
.info
|
|
30
|
+
.info,
|
|
31
|
+
.notification {
|
|
28
32
|
--commonalert_border_color: var(--zdt_commonalert_info_border);
|
|
29
33
|
}
|
|
30
34
|
|
|
@@ -54,7 +58,7 @@
|
|
|
54
58
|
}
|
|
55
59
|
|
|
56
60
|
.title {
|
|
57
|
-
color: var(--
|
|
61
|
+
color: var(--zdt_base_color);
|
|
58
62
|
font-size: var(--zd_font_size18) ;
|
|
59
63
|
line-height: 1.2222;
|
|
60
64
|
font-family: var(--zd_bold);
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.innerSection {
|
|
6
|
-
color: var(--
|
|
6
|
+
color: var(--zdt_base_color);
|
|
7
7
|
font-size: var(--zd_font_size14) ;
|
|
8
8
|
line-height: 1.428;
|
|
9
9
|
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -30,15 +30,21 @@
|
|
|
30
30
|
overflow: hidden;
|
|
31
31
|
border-radius: 0 0 var(--zd_size10) var(--zd_size10);
|
|
32
32
|
}
|
|
33
|
-
|
|
33
|
+
|
|
34
|
+
.horizontalScroll,
|
|
35
|
+
.verticalScroll,
|
|
36
|
+
.bothScroll {
|
|
34
37
|
height: 100% ;
|
|
35
38
|
}
|
|
39
|
+
|
|
36
40
|
.horizontalScroll {
|
|
37
41
|
composes: oflowx from '~@zohodesk/components/lib/common/common.module.css';
|
|
38
42
|
}
|
|
43
|
+
|
|
39
44
|
.verticalScroll {
|
|
40
45
|
composes: oflowy from '~@zohodesk/components/lib/common/common.module.css';
|
|
41
46
|
}
|
|
47
|
+
|
|
42
48
|
.bothScroll {
|
|
43
49
|
composes: oflowA from '~@zohodesk/components/lib/common/common.module.css';
|
|
44
50
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.container {
|
|
7
|
-
color: var(--
|
|
7
|
+
color: var(--zdt_base_color);
|
|
8
8
|
transition: all var(--zd_transition4);
|
|
9
9
|
position: relative;
|
|
10
10
|
max-height: 100% ;
|
|
@@ -36,7 +36,8 @@
|
|
|
36
36
|
.large {
|
|
37
37
|
width: var(--zd_size580) ;
|
|
38
38
|
}
|
|
39
|
-
|
|
39
|
+
|
|
40
|
+
.tapWidth {
|
|
40
41
|
max-width: 100% ;
|
|
41
42
|
min-width: 100% ;
|
|
42
43
|
}
|
|
@@ -130,4 +131,4 @@
|
|
|
130
131
|
.footer {
|
|
131
132
|
overflow: hidden;
|
|
132
133
|
border-radius: 0 0 var(--zd_size10) var(--zd_size10);
|
|
133
|
-
}
|
|
134
|
+
}
|
package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css
CHANGED
|
@@ -1,56 +1,57 @@
|
|
|
1
1
|
.varClass {
|
|
2
2
|
--commonalert_border_color: var(--zdt_commonalert_default_border);
|
|
3
3
|
}
|
|
4
|
+
|
|
4
5
|
.container {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
[dir=ltr] .title {
|
|
6
|
+
composes: varClass;
|
|
7
|
+
min-height: var(--zd_size54) ;
|
|
8
|
+
position: relative;
|
|
9
|
+
color: var(--zdt_base_color);
|
|
10
|
+
background-color: var(--alert_lookup_bg_color);
|
|
11
|
+
border-style: solid;
|
|
12
|
+
border-color: var(--commonalert_border_color);
|
|
13
|
+
border-width: 2px 0 0 0;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.title {
|
|
17
|
+
composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
[dir=ltr] .title {
|
|
22
21
|
margin: 0 var(--zd_size5) 0 var(--zd_size10) ;
|
|
23
|
-
|
|
22
|
+
}
|
|
24
23
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
[dir=rtl] .title {
|
|
25
|
+
margin: 0 var(--zd_size10) 0 var(--zd_size5) ;
|
|
26
|
+
}
|
|
28
27
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
.infoText {
|
|
29
|
+
max-width: 100% ;
|
|
30
|
+
}
|
|
32
31
|
|
|
33
|
-
|
|
32
|
+
/* Palette */
|
|
34
33
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
34
|
+
.success {
|
|
35
|
+
--commonalert_border_color: var(--zdt_commonalert_success_border);
|
|
36
|
+
}
|
|
38
37
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
38
|
+
.info,
|
|
39
|
+
.notification,
|
|
40
|
+
.alarm {
|
|
41
|
+
--commonalert_border_color: var(--zdt_commonalert_info_border);
|
|
42
|
+
}
|
|
42
43
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
.danger {
|
|
45
|
+
--commonalert_border_color: var(--zdt_commonalert_danger_border);
|
|
46
|
+
}
|
|
46
47
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
.error {
|
|
49
|
+
--commonalert_border_color: var(--zdt_commonalert_error_border);
|
|
50
|
+
}
|
|
50
51
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
.warning {
|
|
53
|
+
--commonalert_border_color: var(--zdt_commonalert_warning_border);
|
|
54
|
+
}
|
|
54
55
|
|
|
55
56
|
|
|
56
57
|
/* Primary Header */
|
|
@@ -58,7 +59,7 @@
|
|
|
58
59
|
padding: var(--zd_size15) var(--zd_size45) 0 var(--zd_size20) ;
|
|
59
60
|
}
|
|
60
61
|
[dir=rtl] .primary {
|
|
61
|
-
|
|
62
|
+
padding: var(--zd_size15) var(--zd_size20) 0 var(--zd_size45) ;
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
.primary .iconContainer {
|
|
@@ -67,68 +68,68 @@
|
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
.primary .infoText {
|
|
70
|
-
|
|
71
|
-
|
|
71
|
+
line-height: 1;
|
|
72
|
+
}
|
|
72
73
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
74
|
+
.primary .close {
|
|
75
|
+
position: absolute;
|
|
76
|
+
top: var(--zd_size12) ;
|
|
77
|
+
}
|
|
77
78
|
|
|
78
|
-
|
|
79
|
+
[dir=ltr] .primary .close {
|
|
79
80
|
right: var(--zd_size12) ;
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
[dir=rtl] .primary .close {
|
|
84
|
+
left: var(--zd_size12) ;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/* Secondary Header */
|
|
88
|
+
.secondary {
|
|
89
|
+
composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
|
|
90
|
+
border-radius: 0 0 var(--zd_size10) var(--zd_size10);
|
|
91
|
+
}
|
|
92
|
+
[dir=ltr] .secondary {
|
|
92
93
|
padding: var(--zd_size18) var(--zd_size70) var(--zd_size19) var(--zd_size75) ;
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
94
|
+
}
|
|
95
|
+
[dir=rtl] .secondary {
|
|
96
|
+
padding: var(--zd_size18) var(--zd_size75) var(--zd_size19) var(--zd_size70) ;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.secondary .infoText {
|
|
100
|
+
line-height: 1.4286;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.secondary .iconContainer {
|
|
104
|
+
height: var(--zd_size44) ;
|
|
105
|
+
width: var(--zd_size44) ;
|
|
106
|
+
position: absolute;
|
|
107
|
+
top: 0 ;
|
|
108
|
+
bottom: 0 ;
|
|
109
|
+
margin: auto 0 ;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
[dir=ltr] .secondary .iconContainer {
|
|
112
113
|
left: var(--zd_size18) ;
|
|
113
|
-
|
|
114
|
+
}
|
|
114
115
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
[dir=rtl] .secondary .iconContainer {
|
|
117
|
+
right: var(--zd_size18) ;
|
|
118
|
+
}
|
|
118
119
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
120
|
+
.secondary .close {
|
|
121
|
+
position: absolute;
|
|
122
|
+
top: 0 ;
|
|
123
|
+
bottom: 0 ;
|
|
124
|
+
height: var(--zd_size25) ;
|
|
125
|
+
}
|
|
125
126
|
|
|
126
|
-
|
|
127
|
+
[dir=ltr] .secondary .close {
|
|
127
128
|
right: var(--zd_size12) ;
|
|
128
129
|
margin: auto 0 auto var(--zd_size25) ;
|
|
129
|
-
|
|
130
|
+
}
|
|
130
131
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
132
|
+
[dir=rtl] .secondary .close {
|
|
133
|
+
left: var(--zd_size12) ;
|
|
134
|
+
margin: auto var(--zd_size25) auto 0 ;
|
|
135
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/dot",
|
|
3
|
-
"version": "1.0.0-temp-
|
|
3
|
+
"version": "1.0.0-temp-182",
|
|
4
4
|
"main": "lib/index",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"private": false,
|
|
@@ -58,14 +58,13 @@
|
|
|
58
58
|
"@testing-library/user-event": "^13.0.10",
|
|
59
59
|
"@zohodesk-private/color-variable-preprocessor": "1.2.0",
|
|
60
60
|
"@zohodesk-private/css-variable-migrator": "^1.0.7",
|
|
61
|
-
"@zohodesk-private/node-plugins": "1.1.
|
|
61
|
+
"@zohodesk-private/node-plugins": "1.1.8",
|
|
62
62
|
"@zohodesk-private/react-prop-validator": "1.2.3",
|
|
63
|
-
"@zohodesk/a11y": "2.2.
|
|
64
|
-
"@zohodesk/components": "1.2.
|
|
65
|
-
"@zohodesk/hooks": "2.0.
|
|
66
|
-
"@zohodesk/icons": "1.0.
|
|
67
|
-
"@zohodesk/
|
|
68
|
-
"@zohodesk/svg": "1.1.11",
|
|
63
|
+
"@zohodesk/a11y": "2.2.1",
|
|
64
|
+
"@zohodesk/components": "1.2.29",
|
|
65
|
+
"@zohodesk/hooks": "2.0.4",
|
|
66
|
+
"@zohodesk/icons": "1.0.38",
|
|
67
|
+
"@zohodesk/svg": "1.1.14",
|
|
69
68
|
"@zohodesk/utils": "1.3.13",
|
|
70
69
|
"@zohodesk/variables": "1.0.0",
|
|
71
70
|
"@zohodesk/virtualizer": "1.0.3",
|
|
@@ -75,13 +74,13 @@
|
|
|
75
74
|
"peerDependencies": {
|
|
76
75
|
"velocity-react": "1.4.3",
|
|
77
76
|
"@zohodesk/variables": "1.0.0",
|
|
78
|
-
"@zohodesk/components": "1.2.
|
|
79
|
-
"@zohodesk/icons": "1.0.
|
|
80
|
-
"@zohodesk/svg": "1.1.
|
|
77
|
+
"@zohodesk/components": "1.2.29",
|
|
78
|
+
"@zohodesk/icons": "1.0.38",
|
|
79
|
+
"@zohodesk/svg": "1.1.14",
|
|
81
80
|
"@zohodesk/virtualizer": "1.0.3",
|
|
82
81
|
"react-sortable-hoc": "^0.8.3",
|
|
83
|
-
"@zohodesk/hooks": "2.0.
|
|
82
|
+
"@zohodesk/hooks": "2.0.4",
|
|
84
83
|
"@zohodesk/utils": "1.3.13",
|
|
85
|
-
"@zohodesk/a11y": "2.2.
|
|
84
|
+
"@zohodesk/a11y": "2.2.1"
|
|
86
85
|
}
|
|
87
86
|
}
|
package/result.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"jobDetails":{"isRunByLocal":true,"hostName":"karuppiah-19823","platForm":"Darwin","branchName":"ComponentPkg"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1712151388613,"startTime":1712151382638,"coverageDetail":{"codeCoveragePercentage":84.5,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/karuppiah-19823/Desktop/GitLab/client/desk-library/ComponentPkg/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}}]}}}
|
|
1
|
+
{"jobDetails":{"isRunByLocal":true,"hostName":"selva-19810","platForm":"Darwin","branchName":"selva_desk_library"},"tests":{"unitCase":{"isExecuted":"Yes","numberOfSuccess":36,"numberOfFails":0,"numberOfCases":36,"numberOfSuites":4,"endTime":1716979355465,"startTime":1716979349452,"coverageDetail":{"codeCoveragePercentage":84.5,"fileCoveragePercentage":0},"fileDetails":[{"fileName":"/Users/selva-19810/git/selva_desk_library/jsapps/dot/dot/src/ExternalLink/__tests__/ExternalLink.spec.js","CaseList":{"passedCaseList":["should add http/https to href tag if it is not already present","should not add http/https to href tag if it is already present","should default to / if href is undefined"],"failedCaseList":[]}},{"fileName":"/Users/selva-19810/git/selva_desk_library/jsapps/dot/dot/src/Image/__tests__/Image.spec.js","CaseList":{"passedCaseList":["rendering the default props","checking \"isCover\" is false","rendering \"alt\" and \"src\" value ","rendering \"dataid\" value","rendering \"Original\" value","rendering \"Id\" value","rendering \"title\" value"],"failedCaseList":[]}},{"fileName":"/Users/selva-19810/git/selva_desk_library/jsapps/dot/dot/src/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js","CaseList":{"passedCaseList":["Check whether Avatar mounted or not","Check children length ","Check whether AvatarWithTeam mounted or not","Check whether AvatarTeam mounted or not"],"failedCaseList":[]}},{"fileName":"/Users/selva-19810/git/selva_desk_library/jsapps/dot/dot/src/IconButton/__tests__/IconButton.spec.js","CaseList":{"passedCaseList":["rendering the defult props","rendering the palette of- primary","rendering the palette of- primaryFilled","rendering the palette of- default","rendering the isActive true with palette of- primary","rendering the isActive true with palette of- primaryFilled","rendering the isActive true with palette of- default","rendering the hovertypes- default","rendering the hovertypes- border","rendering the hovertypes- bg","rendering isNeedEffect is False","rendering ally","rendering ally","rendering needButtonTag","rendering tourId","rendering in Icon","rendering in dataIsHtml is True","rendering in isDisabled is True","rendering in ClassName","rendering in title","eleRef prop is a function","Checking the \"Children\""],"failedCaseList":[]}}]}}}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import React, { useEffect } from 'react';
|
|
2
|
-
import { getAppearance, getTheme, getZoomSize, getFontSize } from './libraryChunks/dynamicImports';
|
|
3
|
-
import '@zohodesk/components/assets/Contrast/lightContrastLightness.module.css';
|
|
4
|
-
import '@zohodesk/components/assets/Contrast/darkContrastLightness.module.css';
|
|
5
|
-
import '@zohodesk/components/assets/Contrast/pureDarkContrastLightness.module.css';
|
|
6
|
-
import '@zohodesk/variables/assets/colorVariables.module.css';
|
|
7
|
-
import '@zohodesk/variables/assets/dotVariables.module.css';
|
|
8
|
-
import '@zohodesk/components/es/common/basic.module.css';
|
|
9
|
-
import '@zohodesk/variables/lib/fontFamilyVariables.module.css';
|
|
10
|
-
import '@zohodesk/components/lib/common/boxShadow.module.css';
|
|
11
|
-
import '../../common/dot_boxShadow.module.css';
|
|
12
|
-
import { propTypes } from './props/propTypes';
|
|
13
|
-
import { defaultProps } from './props/defaultProps';
|
|
14
|
-
export default function DotWrapper(props) {
|
|
15
|
-
let {
|
|
16
|
-
$render_appearance,
|
|
17
|
-
$render_theme,
|
|
18
|
-
$render_library,
|
|
19
|
-
$render_baseZoomSize,
|
|
20
|
-
$render_baseFontSize,
|
|
21
|
-
$flag_resources
|
|
22
|
-
} = props;
|
|
23
|
-
useEffect(() => {
|
|
24
|
-
if ($flag_resources === 'libraryWrapper') {
|
|
25
|
-
getAppearance($render_appearance, $render_library);
|
|
26
|
-
getTheme($render_appearance, $render_theme, $render_library);
|
|
27
|
-
$render_baseZoomSize && getZoomSize();
|
|
28
|
-
$render_baseFontSize && getFontSize();
|
|
29
|
-
const wrapperElements = document.querySelectorAll(`[flag_resources="${$flag_resources}"]`);
|
|
30
|
-
wrapperElements.forEach(element => {
|
|
31
|
-
element.style.setProperty('--zd_baseSize', $render_baseZoomSize);
|
|
32
|
-
element.style.setProperty('--zd_baseFontSize', $render_baseFontSize);
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
}, [$render_appearance, $render_theme, $render_library, $render_baseZoomSize, $render_baseFontSize, $flag_resources]);
|
|
36
|
-
return null;
|
|
37
|
-
}
|
|
38
|
-
DotWrapper.propTypes = propTypes;
|
|
39
|
-
DotWrapper.defaultProps = defaultProps;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@zohodesk/components/assets/Appearance/dark/mode/Component_DarkMode.module.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@zohodesk/components/assets/Appearance/light/mode/Component_LightMode.module.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@zohodesk/components/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './../../../../../../assets/Appearance/dark/mode/Dot_DarkMode.module.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './../../../../../../assets/Appearance/light/mode/Dot_LightMode.module.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './../../../../../../assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@zohodesk/svg/assets/Appearance/dark/mode/SVG_DarkMode.module.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@zohodesk/svg/assets/Appearance/light/mode/SVG_LightMode.module.css';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import '@zohodesk/svg/assets/Appearance/pureDark/mode/SVG_PureDarkMode.module.css';
|