@zohodesk/dot 1.0.0-temp-181.8 → 1.0.0-temp-184
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cli/propValidation_report.html +1 -1
- package/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/IconButton/IconButton.js.html +1 -1
- package/coverage/IconButton/IconButton.module.css.html +1 -1
- package/coverage/IconButton/index.html +1 -1
- package/coverage/IconButton/props/defaultProps.js.html +1 -1
- package/coverage/IconButton/props/index.html +1 -1
- package/coverage/IconButton/props/propTypes.js.html +1 -1
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +16 -16
- package/coverage/coverage-summary.json +16 -16
- package/coverage/index.html +1 -1
- package/es/ActionButton/ActionButton.module.css +192 -192
- package/es/AlphabeticList/AlphabeticList.module.css +57 -57
- package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
- package/es/ChannelIcon/ChannelIcon.module.css +225 -225
- package/es/Drawer/Drawer.js +5 -4
- package/es/ExternalLink/ExternalLink.js +5 -4
- package/es/FlipCard/FlipCard.js +12 -14
- package/es/FormAction/FormAction.module.css +100 -100
- package/es/IconButton/IconButton.js +5 -4
- package/es/IconButton/IconButton.module.css +22 -22
- package/es/Link/Link.js +10 -8
- package/es/Message/Message.js +5 -4
- package/es/TagWithIcon/TagWithIcon.module.css +66 -66
- package/es/ToastMessage/ToastMessage.js +4 -2
- package/es/actions/AutoClose.js +1 -2
- package/es/alert/AlertLookup/AlertLookup.js +12 -14
- package/es/avatar/AvatarClose/AvatarClose.js +7 -7
- package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
- package/es/avatar/AvatarIcon/AvatarIcon.js +5 -4
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/es/avatar/AvatarStatus/AvatarStatus.js +8 -7
- package/es/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/avatar/AvatarUser/AvatarUser.js +9 -10
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
- package/es/common/dot_boxShadow.module.css +2 -0
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/es/form/fields/CheckBoxField/CheckBoxField.js +13 -15
- package/es/form/fields/CurrencyField/CurrencyField.js +12 -14
- package/es/form/fields/DateField/DateField.js +14 -14
- package/es/form/fields/MultiSelectField/MultiSelectField.js +12 -13
- package/es/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/form/fields/RadioField/RadioField.js +15 -18
- package/es/form/fields/SelectField/SelectField.js +14 -14
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +10 -13
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/form/fields/TextEditorField/TextEditorField.js +10 -11
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
- package/es/form/fields/TextareaField/TextareaField.js +13 -14
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/es/layout/SubtabLayout/SubtabLayout.js +6 -4
- package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
- package/es/list/Comment/Comment.module.css +29 -29
- package/es/list/Dot/Dot.module.css +15 -15
- package/es/list/ListLayout/ListLayout.js +5 -4
- package/es/list/ListLayout/ListLayout.module.css +79 -79
- package/es/list/SecondaryText/AccountName.js +12 -12
- package/es/list/SecondaryText/ContactName.js +9 -8
- package/es/list/SecondaryText/Email.js +8 -8
- package/es/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/list/SecondaryText/SecondaryText.js +5 -4
- package/es/list/SecondaryText/TicketId.js +7 -7
- package/es/list/Subject/Subject.js +7 -7
- package/es/list/Subject/Subject.module.css +34 -34
- package/es/list/Thread/Thread.js +1 -2
- package/es/list/Thread/Thread.module.css +42 -42
- package/es/list/status/StatusDropdown/StatusDropdown.js +101 -142
- package/es/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/lookup/Lookup/Lookup.js +5 -4
- package/es/lookup/header/Search/Search.js +3 -5
- package/es/v1/Drawer/Drawer.js +5 -4
- package/es/v1/ExternalLink/ExternalLink.js +5 -4
- package/es/v1/FlipCard/FlipCard.js +12 -14
- package/es/v1/GlobalNotification/GlobalNotification.js +7 -6
- package/es/v1/IconButton/IconButton.js +5 -4
- package/es/v1/Link/Link.js +10 -8
- package/es/v1/Message/Message.js +5 -4
- package/es/v1/ToastMessage/ToastMessage.js +4 -2
- package/es/v1/actions/AutoClose.js +1 -2
- package/es/v1/alert/AlertLookup/AlertLookup.js +15 -15
- package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
- package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +5 -4
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +8 -7
- package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/v1/avatar/AvatarUser/AvatarUser.js +9 -10
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +13 -15
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +12 -14
- package/es/v1/form/fields/DateField/DateField.js +14 -14
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +12 -13
- package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/v1/form/fields/RadioField/RadioField.js +16 -18
- package/es/v1/form/fields/SelectField/SelectField.js +14 -14
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +10 -13
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +10 -11
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
- package/es/v1/form/fields/TextareaField/TextareaField.js +13 -14
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +6 -4
- package/es/v1/list/ListLayout/ListLayout.js +5 -4
- package/es/v1/list/SecondaryText/AccountName.js +12 -12
- package/es/v1/list/SecondaryText/ContactName.js +9 -8
- 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 +5 -4
- package/es/v1/list/SecondaryText/TicketId.js +7 -7
- package/es/v1/list/Subject/Subject.js +7 -7
- package/es/v1/list/Thread/Thread.js +1 -2
- package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/v1/lookup/Lookup/Lookup.js +5 -4
- package/es/v1/lookup/header/Search/Search.js +3 -5
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +7 -6
- package/es/version2/GlobalNotification/GlobalNotification.js +7 -6
- package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
- package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +7 -6
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
- package/lib/ActionButton/ActionButton.module.css +192 -192
- package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
- package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
- package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
- package/lib/FormAction/FormAction.module.css +100 -100
- package/lib/IconButton/IconButton.module.css +22 -22
- package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
- package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/lib/common/dot_boxShadow.module.css +2 -0
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
- package/lib/list/Comment/Comment.module.css +29 -29
- package/lib/list/Dot/Dot.module.css +15 -15
- package/lib/list/ListLayout/ListLayout.module.css +79 -79
- package/lib/list/Subject/Subject.module.css +34 -34
- package/lib/list/Thread/Thread.js +1 -2
- package/lib/list/Thread/Thread.module.css +42 -42
- package/lib/list/status/StatusDropdown/StatusDropdown.js +162 -207
- package/lib/v1/list/Thread/Thread.js +1 -2
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
- package/package.json +1 -1
- package/result.json +1 -1
- 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/importMapping.js +0 -19
- 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 -31
- package/es/v1/DotWrapper/utils/sizeProperties.js +0 -12
- package/es/v1/DotWrapper/utils/themeProperties.js +0 -220
- 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/importMapping.js +0 -26
- 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 -40
- package/lib/v1/DotWrapper/utils/sizeProperties.js +0 -31
- package/lib/v1/DotWrapper/utils/themeProperties.js +0 -325
|
@@ -1,3 +1,5 @@
|
|
|
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
|
+
|
|
1
3
|
import React, { Component } from 'react';
|
|
2
4
|
import { defaultProps } from './props/defaultProps';
|
|
3
5
|
import { propTypes } from './props/propTypes';
|
|
@@ -130,7 +132,7 @@ export default class TextEditorWrapper extends Component {
|
|
|
130
132
|
return /*#__PURE__*/React.createElement("div", {
|
|
131
133
|
className: style.container,
|
|
132
134
|
"data-selector-id": dataSelectorId
|
|
133
|
-
}, !isEditorShow ? /*#__PURE__*/React.createElement(Textarea, {
|
|
135
|
+
}, !isEditorShow ? /*#__PURE__*/React.createElement(Textarea, _extends({
|
|
134
136
|
onFocus: this.handleTextareaFocus,
|
|
135
137
|
text: value,
|
|
136
138
|
animated: !needEditor,
|
|
@@ -142,9 +144,8 @@ export default class TextEditorWrapper extends Component {
|
|
|
142
144
|
getRef: getRef,
|
|
143
145
|
size: textBoxSize,
|
|
144
146
|
variant: textBoxVariant,
|
|
145
|
-
customClass: style.textBox
|
|
146
|
-
|
|
147
|
-
}) : null, /*#__PURE__*/React.createElement(VelocityAnimationGroup, {
|
|
147
|
+
customClass: style.textBox
|
|
148
|
+
}, Textarea1Props)) : null, /*#__PURE__*/React.createElement(VelocityAnimationGroup, {
|
|
148
149
|
name: "slideDown",
|
|
149
150
|
runOnMount: true,
|
|
150
151
|
enterDuration: '300',
|
|
@@ -153,7 +154,7 @@ export default class TextEditorWrapper extends Component {
|
|
|
153
154
|
component: "div"
|
|
154
155
|
}, /*#__PURE__*/React.createElement("div", {
|
|
155
156
|
className: style.textEditor
|
|
156
|
-
}, isEditorShow && needEditor ? /*#__PURE__*/React.createElement(TextEditor, {
|
|
157
|
+
}, isEditorShow && needEditor ? /*#__PURE__*/React.createElement(TextEditor, _extends({
|
|
157
158
|
id: id,
|
|
158
159
|
value: value,
|
|
159
160
|
onChange: !isReadOnly && !isDisabled ? onChange : null,
|
|
@@ -181,9 +182,8 @@ export default class TextEditorWrapper extends Component {
|
|
|
181
182
|
setInlineAttachmentInProgress: setInlineAttachmentInProgress,
|
|
182
183
|
handleDropUpload: handleEditorDropUpload,
|
|
183
184
|
onFocus: this.focusCallback,
|
|
184
|
-
needInlineAttachment: needInlineAttachment
|
|
185
|
-
|
|
186
|
-
}) : /*#__PURE__*/React.createElement(Textarea, {
|
|
185
|
+
needInlineAttachment: needInlineAttachment
|
|
186
|
+
}, TextEditorProps)) : /*#__PURE__*/React.createElement(Textarea, _extends({
|
|
187
187
|
onFocus: this.handleTextareaFocus,
|
|
188
188
|
text: value,
|
|
189
189
|
animated: !needEditor,
|
|
@@ -194,9 +194,8 @@ export default class TextEditorWrapper extends Component {
|
|
|
194
194
|
needEffect: !(isReadOnly || isDisabled),
|
|
195
195
|
getRef: getRef,
|
|
196
196
|
size: textBoxSize,
|
|
197
|
-
variant: textBoxVariant
|
|
198
|
-
|
|
199
|
-
}))));
|
|
197
|
+
variant: textBoxVariant
|
|
198
|
+
}, Textarea2Props)))));
|
|
200
199
|
}
|
|
201
200
|
|
|
202
201
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
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
|
+
|
|
1
3
|
/**** Libraries ****/
|
|
2
4
|
import React, { PureComponent } from 'react';
|
|
3
5
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -103,18 +105,17 @@ export default class TextareaField extends PureComponent {
|
|
|
103
105
|
isLocked: isLocked,
|
|
104
106
|
lockedInfoText: lockedInfoText,
|
|
105
107
|
renderProps: renderLabelProps
|
|
106
|
-
}, /*#__PURE__*/React.createElement(Label, {
|
|
108
|
+
}, /*#__PURE__*/React.createElement(Label, _extends({
|
|
107
109
|
text: labelName,
|
|
108
110
|
id: id,
|
|
109
111
|
size: fieldSize === 'small' ? 'small' : 'medium',
|
|
110
112
|
palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
|
|
111
113
|
customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
|
|
112
114
|
htmlFor: uniqueId,
|
|
113
|
-
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label
|
|
114
|
-
|
|
115
|
-
})), /*#__PURE__*/React.createElement("div", {
|
|
115
|
+
dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`
|
|
116
|
+
}, LabelProps))), /*#__PURE__*/React.createElement("div", {
|
|
116
117
|
className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
|
|
117
|
-
}, /*#__PURE__*/React.createElement(Textarea, {
|
|
118
|
+
}, /*#__PURE__*/React.createElement(Textarea, _extends({
|
|
118
119
|
onChange: this.handleChange,
|
|
119
120
|
animated: animated,
|
|
120
121
|
size: fieldSize === 'medium' ? textBoxSize : 'xmedium',
|
|
@@ -132,26 +133,24 @@ export default class TextareaField extends PureComponent {
|
|
|
132
133
|
needEffect: isReadOnly || isDisabled ? false : true,
|
|
133
134
|
resize: "vertical" // onKeyDown={onKeyDown}
|
|
134
135
|
,
|
|
135
|
-
htmlId: uniqueId
|
|
136
|
-
|
|
136
|
+
htmlId: uniqueId
|
|
137
|
+
}, TextareaProps, {
|
|
137
138
|
a11y: {
|
|
138
139
|
ariaLabelledby: labelName
|
|
139
140
|
}
|
|
140
|
-
}), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
141
|
+
})), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
|
|
141
142
|
text: validationMessage,
|
|
142
143
|
palette: validationPalette,
|
|
143
144
|
type: errorType,
|
|
144
145
|
htmlFor: uniqueId,
|
|
145
|
-
dataId: `${dataId}_ValidationMessage
|
|
146
|
-
|
|
147
|
-
}), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
|
|
146
|
+
dataId: `${dataId}_ValidationMessage`
|
|
147
|
+
}, ValidationMessageProps1)), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
|
|
148
148
|
text: validationRuleMessage,
|
|
149
149
|
palette: validationRulePalette,
|
|
150
150
|
type: errorType,
|
|
151
151
|
htmlFor: uniqueId,
|
|
152
|
-
dataId: `${dataId}_ValidationRuleMessage
|
|
153
|
-
|
|
154
|
-
})));
|
|
152
|
+
dataId: `${dataId}_ValidationRuleMessage`
|
|
153
|
+
}, ValidationMessageProps2))));
|
|
155
154
|
}
|
|
156
155
|
|
|
157
156
|
}
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
.basic{
|
|
2
|
-
font-size: 0 ;
|
|
3
|
-
}
|
|
4
|
-
.lable{
|
|
5
|
-
display: inline;
|
|
6
|
-
}
|
|
7
|
-
.icon{
|
|
8
|
-
color:var(--label_text_color);
|
|
9
|
-
display: inline-block;
|
|
10
|
-
margin: 0 var(--zd_size5) ;
|
|
11
|
-
}
|
|
12
|
-
.primary {
|
|
13
|
-
position: absolute;
|
|
14
|
-
top: 100% ;
|
|
15
|
-
composes:basic;
|
|
16
|
-
margin-top: var(--zd_size5) ;
|
|
17
|
-
}
|
|
18
|
-
[dir=ltr] .primary {
|
|
19
|
-
left: 0 ;
|
|
20
|
-
}
|
|
21
|
-
[dir=rtl] .primary {
|
|
22
|
-
right: 0 ;
|
|
23
|
-
}
|
|
24
|
-
.secondary {
|
|
25
|
-
composes:basic;
|
|
26
|
-
margin-top: var(--zd_size5) ;
|
|
27
|
-
}
|
|
1
|
+
.basic{
|
|
2
|
+
font-size: 0 ;
|
|
3
|
+
}
|
|
4
|
+
.lable{
|
|
5
|
+
display: inline;
|
|
6
|
+
}
|
|
7
|
+
.icon{
|
|
8
|
+
color:var(--label_text_color);
|
|
9
|
+
display: inline-block;
|
|
10
|
+
margin: 0 var(--zd_size5) ;
|
|
11
|
+
}
|
|
12
|
+
.primary {
|
|
13
|
+
position: absolute;
|
|
14
|
+
top: 100% ;
|
|
15
|
+
composes:basic;
|
|
16
|
+
margin-top: var(--zd_size5) ;
|
|
17
|
+
}
|
|
18
|
+
[dir=ltr] .primary {
|
|
19
|
+
left: 0 ;
|
|
20
|
+
}
|
|
21
|
+
[dir=rtl] .primary {
|
|
22
|
+
right: 0 ;
|
|
23
|
+
}
|
|
24
|
+
.secondary {
|
|
25
|
+
composes:basic;
|
|
26
|
+
margin-top: var(--zd_size5) ;
|
|
27
|
+
}
|
|
@@ -1,3 +1,5 @@
|
|
|
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
|
+
|
|
1
3
|
import React from 'react';
|
|
2
4
|
import { SubtabHeader_propTypes, SubtabFooter_propTypes, SubtabContent_propTypes, SubtabLayout_propTypes } from './props/propTypes';
|
|
3
5
|
import { SubtabHeader_defaultProps, SubtabFooter_defaultProps, SubtabContent_defaultProps, SubtabLayout_defaultProps } from './props/defaultProps';
|
|
@@ -122,15 +124,15 @@ export default class SubtabLayout extends React.Component {
|
|
|
122
124
|
children,
|
|
123
125
|
dataId
|
|
124
126
|
} = this.props;
|
|
125
|
-
return /*#__PURE__*/React.createElement(Card, {
|
|
127
|
+
return /*#__PURE__*/React.createElement(Card, _extends({
|
|
126
128
|
isScrollAttribute: true,
|
|
127
|
-
dataId: dataId
|
|
128
|
-
|
|
129
|
+
dataId: dataId
|
|
130
|
+
}, this.props, {
|
|
129
131
|
childTypes: {
|
|
130
132
|
cardHeader: SubtabHeader,
|
|
131
133
|
cardContent: SubtabContent
|
|
132
134
|
}
|
|
133
|
-
}, children);
|
|
135
|
+
}), children);
|
|
134
136
|
}
|
|
135
137
|
|
|
136
138
|
}
|
|
@@ -1,165 +1,165 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--borderColor: var(--zdt_subtablayout_border);
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.tabHead,
|
|
6
|
-
.shadowStyle {
|
|
7
|
-
position: relative;
|
|
8
|
-
composes: varClass;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.tabHead, .shadowStyle {
|
|
12
|
-
background: var(--zdt_subtablayout_tabhead_bg);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
[dir=ltr] .left {
|
|
16
|
-
margin-right: var(--zd_size15) ;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
[dir=rtl] .left {
|
|
20
|
-
margin-left: var(--zd_size15) ;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.plusIconLine {
|
|
24
|
-
position: relative;
|
|
25
|
-
z-index: 2;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.plusIconLine::before {
|
|
29
|
-
position: absolute;
|
|
30
|
-
content: '';
|
|
31
|
-
width: var(--zd_size1) ;
|
|
32
|
-
height: var(--zd_size28) ;
|
|
33
|
-
top: var(--zd_size38) ;
|
|
34
|
-
z-index: -1;
|
|
35
|
-
background: var(--zdt_subtablayout_plusicon_bg);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
[dir=ltr] .plusIconLine::before {
|
|
39
|
-
left: var(--zd_size20) ;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
[dir=rtl] .plusIconLine::before {
|
|
43
|
-
right: var(--zd_size20) ;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.primary_borderStyle, .secondary_borderStyle {
|
|
47
|
-
border-bottom: 1px solid var(--zdt_subtablayout_primary_border);
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.tertiary_borderStyle {
|
|
51
|
-
border-bottom: 1px solid var(--borderColor);
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.shadowStyle::before {
|
|
55
|
-
bottom: 0 ;
|
|
56
|
-
content: '';
|
|
57
|
-
position: absolute;
|
|
58
|
-
top: var(--zd_size20) ;
|
|
59
|
-
z-index: -1;
|
|
60
|
-
box-shadow: var(--zd_bs_subtablayout_shadow);
|
|
61
|
-
border-radius: 100px/10px;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
[dir=ltr] .shadowStyle::before {
|
|
65
|
-
left: var(--zd_size50) ;
|
|
66
|
-
right: var(--zd_size50) ;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
[dir=rtl] .shadowStyle::before {
|
|
70
|
-
right: var(--zd_size50) ;
|
|
71
|
-
left: var(--zd_size50) ;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.aside {
|
|
75
|
-
composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.title {
|
|
79
|
-
color: var(--zdt_subtablayout_title_text);
|
|
80
|
-
font-size: var(--zd_font_size15) ;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.label {
|
|
84
|
-
font-size: var(--zd_font_size12) ;
|
|
85
|
-
color: var(--zdt_subtablayout_label_text);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
|
|
89
|
-
padding-top: var(--zd_size27) ;
|
|
90
|
-
padding-bottom: var(--zd_size26) ;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
[dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
94
|
-
padding-left: var(--zd_size25) ;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
[dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
98
|
-
padding-right: var(--zd_size25) ;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
[dir=ltr] .primary, [dir=ltr] .primary_peek {
|
|
102
|
-
padding-right: var(--zd_size25) ;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
[dir=rtl] .primary, [dir=rtl] .primary_peek {
|
|
106
|
-
padding-left: var(--zd_size25) ;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
[dir=ltr] .secondary, [dir=ltr] .secondary_peek {
|
|
110
|
-
padding-right: var(--zd_size115) ;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
[dir=rtl] .secondary, [dir=rtl] .secondary_peek {
|
|
114
|
-
padding-left: var(--zd_size115) ;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
[dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
|
|
118
|
-
padding-right: var(--zd_size25) ;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
[dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
|
|
122
|
-
padding-left: var(--zd_size25) ;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
[dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
126
|
-
padding-right: var(--zd_size115) ;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
[dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
130
|
-
padding-left: var(--zd_size115) ;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.tertiary,
|
|
134
|
-
.tertiary_peek {
|
|
135
|
-
height: var(--zd_size50) ;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.tertiary, .tertiary_detailFooter {
|
|
139
|
-
padding: 0 var(--zd_size65) ;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.tertiary_peek, .tertiary_peekFooter {
|
|
143
|
-
padding: 0 var(--zd_size42) ;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.cursor {
|
|
147
|
-
cursor: pointer;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.footer {
|
|
151
|
-
composes: varClass;
|
|
152
|
-
border-top: 1px solid var(--borderColor);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.medium {
|
|
156
|
-
height: var(--zd_size40) ;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.large {
|
|
160
|
-
height: var(--zd_size45) ;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.xlarge {
|
|
164
|
-
height: var(--zd_size50) ;
|
|
1
|
+
.varClass {
|
|
2
|
+
--borderColor: var(--zdt_subtablayout_border);
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.tabHead,
|
|
6
|
+
.shadowStyle {
|
|
7
|
+
position: relative;
|
|
8
|
+
composes: varClass;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.tabHead, .shadowStyle {
|
|
12
|
+
background: var(--zdt_subtablayout_tabhead_bg);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
[dir=ltr] .left {
|
|
16
|
+
margin-right: var(--zd_size15) ;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
[dir=rtl] .left {
|
|
20
|
+
margin-left: var(--zd_size15) ;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.plusIconLine {
|
|
24
|
+
position: relative;
|
|
25
|
+
z-index: 2;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.plusIconLine::before {
|
|
29
|
+
position: absolute;
|
|
30
|
+
content: '';
|
|
31
|
+
width: var(--zd_size1) ;
|
|
32
|
+
height: var(--zd_size28) ;
|
|
33
|
+
top: var(--zd_size38) ;
|
|
34
|
+
z-index: -1;
|
|
35
|
+
background: var(--zdt_subtablayout_plusicon_bg);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
[dir=ltr] .plusIconLine::before {
|
|
39
|
+
left: var(--zd_size20) ;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
[dir=rtl] .plusIconLine::before {
|
|
43
|
+
right: var(--zd_size20) ;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.primary_borderStyle, .secondary_borderStyle {
|
|
47
|
+
border-bottom: 1px solid var(--zdt_subtablayout_primary_border);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.tertiary_borderStyle {
|
|
51
|
+
border-bottom: 1px solid var(--borderColor);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.shadowStyle::before {
|
|
55
|
+
bottom: 0 ;
|
|
56
|
+
content: '';
|
|
57
|
+
position: absolute;
|
|
58
|
+
top: var(--zd_size20) ;
|
|
59
|
+
z-index: -1;
|
|
60
|
+
box-shadow: var(--zd_bs_subtablayout_shadow);
|
|
61
|
+
border-radius: 100px/10px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
[dir=ltr] .shadowStyle::before {
|
|
65
|
+
left: var(--zd_size50) ;
|
|
66
|
+
right: var(--zd_size50) ;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
[dir=rtl] .shadowStyle::before {
|
|
70
|
+
right: var(--zd_size50) ;
|
|
71
|
+
left: var(--zd_size50) ;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.aside {
|
|
75
|
+
composes: justifyFend from '~@zohodesk/components/lib/common/common.module.css';
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.title {
|
|
79
|
+
color: var(--zdt_subtablayout_title_text);
|
|
80
|
+
font-size: var(--zd_font_size15) ;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.label {
|
|
84
|
+
font-size: var(--zd_font_size12) ;
|
|
85
|
+
color: var(--zdt_subtablayout_label_text);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
|
|
89
|
+
padding-top: var(--zd_size27) ;
|
|
90
|
+
padding-bottom: var(--zd_size26) ;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
[dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
94
|
+
padding-left: var(--zd_size25) ;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
[dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
98
|
+
padding-right: var(--zd_size25) ;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
[dir=ltr] .primary, [dir=ltr] .primary_peek {
|
|
102
|
+
padding-right: var(--zd_size25) ;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
[dir=rtl] .primary, [dir=rtl] .primary_peek {
|
|
106
|
+
padding-left: var(--zd_size25) ;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
[dir=ltr] .secondary, [dir=ltr] .secondary_peek {
|
|
110
|
+
padding-right: var(--zd_size115) ;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
[dir=rtl] .secondary, [dir=rtl] .secondary_peek {
|
|
114
|
+
padding-left: var(--zd_size115) ;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
[dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
|
|
118
|
+
padding-right: var(--zd_size25) ;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
[dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
|
|
122
|
+
padding-left: var(--zd_size25) ;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
[dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
|
|
126
|
+
padding-right: var(--zd_size115) ;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
[dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
|
|
130
|
+
padding-left: var(--zd_size115) ;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.tertiary,
|
|
134
|
+
.tertiary_peek {
|
|
135
|
+
height: var(--zd_size50) ;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.tertiary, .tertiary_detailFooter {
|
|
139
|
+
padding: 0 var(--zd_size65) ;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.tertiary_peek, .tertiary_peekFooter {
|
|
143
|
+
padding: 0 var(--zd_size42) ;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.cursor {
|
|
147
|
+
cursor: pointer;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.footer {
|
|
151
|
+
composes: varClass;
|
|
152
|
+
border-top: 1px solid var(--borderColor);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.medium {
|
|
156
|
+
height: var(--zd_size40) ;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.large {
|
|
160
|
+
height: var(--zd_size45) ;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.xlarge {
|
|
164
|
+
height: var(--zd_size50) ;
|
|
165
165
|
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--icon_color: var(--zdt_comment_iconText);
|
|
3
|
-
}
|
|
4
|
-
.container {
|
|
5
|
-
composes: varClass;
|
|
6
|
-
composes: inlineBlockMiddle from '../listCommon.module.css';
|
|
7
|
-
position: relative;
|
|
8
|
-
color: var(--icon_color);
|
|
9
|
-
padding: 0 var(--zd_size2) ;
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
}
|
|
12
|
-
.container:hover {
|
|
13
|
-
--icon_color: var(--zdt_comment_hover_iconText);
|
|
14
|
-
}
|
|
15
|
-
.count {
|
|
16
|
-
position: absolute;
|
|
17
|
-
top: var(--zd_size1) ;
|
|
18
|
-
font-size: var(--zd_font_size9) ;
|
|
19
|
-
text-align: center;
|
|
20
|
-
}
|
|
21
|
-
[dir=ltr] .count {
|
|
22
|
-
left: 100% ;
|
|
23
|
-
}
|
|
24
|
-
[dir=rtl] .count {
|
|
25
|
-
right: 100% ;
|
|
26
|
-
}
|
|
27
|
-
.commentIcon {
|
|
28
|
-
font-size: var(--zd_font_size13) ;
|
|
29
|
-
}
|
|
1
|
+
.varClass {
|
|
2
|
+
--icon_color: var(--zdt_comment_iconText);
|
|
3
|
+
}
|
|
4
|
+
.container {
|
|
5
|
+
composes: varClass;
|
|
6
|
+
composes: inlineBlockMiddle from '../listCommon.module.css';
|
|
7
|
+
position: relative;
|
|
8
|
+
color: var(--icon_color);
|
|
9
|
+
padding: 0 var(--zd_size2) ;
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
}
|
|
12
|
+
.container:hover {
|
|
13
|
+
--icon_color: var(--zdt_comment_hover_iconText);
|
|
14
|
+
}
|
|
15
|
+
.count {
|
|
16
|
+
position: absolute;
|
|
17
|
+
top: var(--zd_size1) ;
|
|
18
|
+
font-size: var(--zd_font_size9) ;
|
|
19
|
+
text-align: center;
|
|
20
|
+
}
|
|
21
|
+
[dir=ltr] .count {
|
|
22
|
+
left: 100% ;
|
|
23
|
+
}
|
|
24
|
+
[dir=rtl] .count {
|
|
25
|
+
right: 100% ;
|
|
26
|
+
}
|
|
27
|
+
.commentIcon {
|
|
28
|
+
font-size: var(--zd_font_size13) ;
|
|
29
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--dotColor: var(--zdt_dot_text)
|
|
3
|
-
}
|
|
4
|
-
.dot {
|
|
5
|
-
composes: varClass;
|
|
6
|
-
font-size: var(--zd_font_size16) ;
|
|
7
|
-
color: var(--dotColor);
|
|
8
|
-
transform: perspective(1px);
|
|
9
|
-
}
|
|
10
|
-
.list {
|
|
11
|
-
margin: 0 var(--zd_size6) ;
|
|
12
|
-
}
|
|
13
|
-
.minimalList {
|
|
14
|
-
margin: 0 var(--zd_size6) ;
|
|
15
|
-
}
|
|
1
|
+
.varClass {
|
|
2
|
+
--dotColor: var(--zdt_dot_text)
|
|
3
|
+
}
|
|
4
|
+
.dot {
|
|
5
|
+
composes: varClass;
|
|
6
|
+
font-size: var(--zd_font_size16) ;
|
|
7
|
+
color: var(--dotColor);
|
|
8
|
+
transform: perspective(1px);
|
|
9
|
+
}
|
|
10
|
+
.list {
|
|
11
|
+
margin: 0 var(--zd_size6) ;
|
|
12
|
+
}
|
|
13
|
+
.minimalList {
|
|
14
|
+
margin: 0 var(--zd_size6) ;
|
|
15
|
+
}
|
|
@@ -1,3 +1,5 @@
|
|
|
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
|
+
|
|
1
3
|
import React, { Component } from 'react';
|
|
2
4
|
import { ListLayout_defaultProps } from './props/defaultProps';
|
|
3
5
|
import { ListLayout_propTypes, Column_propTypes } from './props/propTypes';
|
|
@@ -67,10 +69,9 @@ export class Column extends Component {
|
|
|
67
69
|
children,
|
|
68
70
|
className
|
|
69
71
|
} = this.props;
|
|
70
|
-
return /*#__PURE__*/React.createElement(Box, {
|
|
71
|
-
className: `${className ? className : ''}
|
|
72
|
-
|
|
73
|
-
}, children);
|
|
72
|
+
return /*#__PURE__*/React.createElement(Box, _extends({
|
|
73
|
+
className: `${className ? className : ''}`
|
|
74
|
+
}, this.props), children);
|
|
74
75
|
}
|
|
75
76
|
|
|
76
77
|
}
|