@zohodesk/dot 1.0.0-test.239 → 1.0.0
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/README.md +181 -0
- package/assets/Appearance/dark/mode/dotDarkMode.module.css +313 -294
- package/assets/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/green/greenDarkDotTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/red/redDarkDotTheme.module.css +9 -9
- package/assets/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +9 -9
- package/assets/Appearance/default/mode/dotDefaultMode.module.css +308 -289
- package/assets/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +9 -9
- package/assets/Appearance/default/themes/green/greenDefaultDotTheme.module.css +9 -9
- package/assets/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +9 -9
- package/assets/Appearance/default/themes/red/redDefaultDotTheme.module.css +9 -9
- package/assets/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +9 -9
- package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +316 -297
- package/assets/Appearance/pureDark/themes/blue/bluePureDarkDotTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/green/greenPureDarkDotTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/orange/orangePureDarkDotTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/red/redPureDarkDotTheme.module.css +9 -9
- package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkDotTheme.module.css +9 -9
- package/css_error.log +1 -0
- package/es/ActionButton/ActionButton.js +24 -12
- package/es/ActionButton/ActionButton.module.css +20 -17
- package/es/ActionButton/props/defaultProps.js +1 -1
- package/es/ActionButton/props/propTypes.js +1 -1
- package/es/AlphabeticList/AlphabeticList.js +14 -2
- package/es/AlphabeticList/AlphabeticList.module.css +13 -13
- package/es/AlphabeticList/props/defaultProps.js +2 -1
- package/es/AlphabeticList/props/propTypes.js +2 -1
- package/es/Attachment/Attachment.js +11 -9
- package/es/Attachment/Attachment.module.css +27 -25
- package/es/Attachment/props/defaultProps.js +2 -1
- package/es/Attachment/props/propTypes.js +1 -0
- package/es/AttachmentViewer/Attachment.js +1 -0
- package/es/AttachmentViewer/AttachmentImage.js +8 -1
- package/es/AttachmentViewer/AttachmentViewer.js +64 -29
- package/es/AttachmentViewer/AttachmentViewer.module.css +73 -74
- package/es/AttachmentViewer/utils.js +17 -0
- package/es/ChannelIcon/ChannelIcon.js +14 -9
- package/es/ChannelIcon/ChannelIcon.module.css +22 -22
- package/es/ChannelIcon/props/defaultProps.js +2 -1
- package/es/ChannelIcon/props/propTypes.js +2 -1
- package/es/Drawer/Drawer.js +62 -19
- package/es/Drawer/Drawer.module.css +98 -58
- package/es/Drawer/index.js +1 -0
- package/es/Drawer/props/defaultProps.js +3 -1
- package/es/Drawer/props/propTypes.js +3 -1
- package/es/ExternalLink/ExternalLink.js +12 -7
- package/es/FlipCard/FlipCard.js +14 -7
- package/es/FlipCard/FlipCard.module.css +2 -2
- package/es/FormAction/FormAction.js +18 -14
- package/es/FormAction/FormAction.module.css +22 -22
- package/es/FormAction/props/defaultProps.js +2 -1
- package/es/FormAction/props/propTypes.js +2 -1
- package/es/FreezeLayer/FreezeLayer.js +68 -121
- package/es/FreezeLayer/{FreezeLayer.module.css → css/FreezeLayer.module.css} +6 -6
- package/es/FreezeLayer/css/cssJSLogic.js +23 -0
- package/es/FreezeLayer/index.js +2 -0
- package/es/FreezeLayer/props/defaultProps.js +1 -0
- package/es/FreezeLayer/props/propTypes.js +3 -1
- package/es/FreezeLayer/useFreezeLayer.js +55 -0
- package/es/Hooks/Dragger/css/Dragger.module.css +3 -0
- package/es/Hooks/Dragger/props/defaultProps.js +10 -0
- package/es/Hooks/Dragger/props/propTypes.js +11 -0
- package/es/Hooks/Dragger/useDragger.js +121 -0
- package/es/Hooks/Dragger/utils/DraggerUtil.js +27 -0
- package/es/IconButton/IconButton.js +21 -10
- package/es/IconButton/IconButton.module.css +2 -2
- package/es/IconButton/props/defaultProps.js +3 -1
- package/es/IconButton/props/propTypes.js +3 -1
- package/es/Image/Image.js +7 -6
- package/es/Image/Image.module.css +5 -4
- package/es/ImportantNotes/ImportantNotes.js +9 -8
- package/es/ImportantNotes/ImportantNotes.module.css +6 -6
- package/es/Link/Link.js +30 -14
- package/es/Loader/Loader.js +7 -6
- package/es/Loader/Loader.module.css +7 -6
- package/es/Message/Message.js +23 -10
- package/es/Message/Message.module.css +19 -19
- package/es/Message/props/defaultProps.js +2 -1
- package/es/Message/props/propTypes.js +1 -0
- package/es/MessageBanner/MessageBanner.js +11 -9
- package/es/MessageBanner/MessageBanner.module.css +8 -8
- package/es/MessageBanner/props/defaultProps.js +2 -1
- package/es/MessageBanner/props/propTypes.js +2 -1
- package/es/NewStar/NewStar.js +25 -27
- package/es/NewStar/NewStar.module.css +88 -15
- package/es/PlusIcon/PlusIcon.js +9 -7
- package/es/PlusIcon/PlusIcon.module.css +5 -2
- package/es/Provider/Config.js +7 -0
- package/es/Separator/Separator.js +60 -0
- package/es/Separator/Separator.module.css +34 -0
- package/es/Separator/props/defaultProps.js +12 -0
- package/es/Separator/props/propTypes.js +11 -0
- package/es/TagWithIcon/TagWithIcon.js +42 -0
- package/es/TagWithIcon/TagWithIcon.module.css +56 -0
- package/es/TagWithIcon/props/defaultProps.js +8 -0
- package/es/TagWithIcon/props/propTypes.js +12 -0
- package/es/ToastMessage/ToastMessage.js +27 -21
- package/es/ToastMessage/ToastMessage.module.css +43 -42
- package/es/ToastMessage/props/defaultProps.js +2 -1
- package/es/ToastMessage/props/propTypes.js +1 -0
- package/es/Upload/Upload.js +13 -9
- package/es/Upload/Upload.module.css +29 -29
- package/es/Upload/props/defaultProps.js +2 -1
- package/es/Upload/props/propTypes.js +1 -0
- package/es/actions/AutoClose.js +6 -5
- package/es/actions/index.js +3 -0
- package/es/alert/AlertHeader/AlertHeader.js +8 -8
- package/es/alert/AlertHeader/AlertHeader.module.css +13 -13
- package/es/alert/AlertLookup/AlertLookup.js +15 -62
- package/es/alert/AlertLookup/AlertLookup.module.css +7 -7
- package/es/alert/index.js +2 -0
- package/es/avatar/AvatarClose/AvatarClose.js +13 -9
- package/es/avatar/AvatarClose/AvatarClose.module.css +6 -6
- package/es/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/es/avatar/AvatarClose/props/propTypes.js +2 -1
- package/es/avatar/AvatarCollision/AvatarCollision.js +14 -9
- package/es/avatar/AvatarCollision/AvatarCollision.module.css +13 -13
- package/es/avatar/AvatarCollision/props/defaultProps.js +2 -1
- package/es/avatar/AvatarCollision/props/propTypes.js +1 -0
- package/es/avatar/AvatarIcon/AvatarIcon.js +10 -9
- package/es/avatar/AvatarIcon/props/defaultProps.js +2 -1
- package/es/avatar/AvatarIcon/props/propTypes.js +1 -0
- package/es/avatar/AvatarStatus/AvatarStatus.js +17 -8
- package/es/avatar/AvatarStatus/AvatarStatus.module.css +36 -36
- package/es/avatar/AvatarStatus/props/defaultProps.js +4 -1
- package/es/avatar/AvatarStatus/props/propTypes.js +3 -0
- package/es/avatar/AvatarThread/AvatarThread.js +13 -9
- package/es/avatar/AvatarThread/AvatarThread.module.css +30 -30
- package/es/avatar/AvatarThread/props/defaultProps.js +2 -1
- package/es/avatar/AvatarThread/props/propTypes.js +1 -0
- package/es/avatar/AvatarUser/AvatarUser.js +20 -11
- package/es/avatar/AvatarUser/AvatarUser.module.css +51 -51
- package/es/avatar/AvatarUser/props/defaultProps.js +2 -1
- package/es/avatar/AvatarUser/props/propTypes.js +1 -0
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +15 -9
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +6 -6
- package/es/avatar/AvatarWithTeam/props/defaultProps.js +3 -1
- package/es/avatar/AvatarWithTeam/props/propTypes.js +2 -0
- package/es/avatar/index.js +7 -0
- package/es/common/dot_boxShadow.module.css +38 -0
- package/es/deprecated/FreezeLayer/FreezeLayer.js +135 -0
- package/es/deprecated/FreezeLayer/_FreezeLayer.module.css +42 -0
- package/es/deprecated/FreezeLayer/props/defaultProps.js +8 -0
- package/es/deprecated/FreezeLayer/props/propTypes.js +17 -0
- package/es/deprecated/SelectDropdown/SelectDropdown.js +15 -8
- package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
- package/es/deprecated/utils/General.js +2 -0
- package/es/deprecated/utils/KeyboardApi.js +45 -4
- package/es/docs/formDocs.js +1 -16
- package/es/docs/generalDocs.js +2 -108
- package/es/docs/lookupDocs.js +2 -37
- package/es/docs/setupDocs.js +1 -15
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +248 -212
- package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +24 -25
- package/es/dropdown/ToggleDropDown/props/defaultProps.js +4 -1
- package/es/dropdown/ToggleDropDown/props/propTypes.js +7 -1
- package/es/emptystate/CommonEmptyState/CommonEmptyState.js +8 -7
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +15 -15
- package/es/emptystate/EditionPage/EditionPage.css +13 -13
- package/es/emptystate/EditionPage/EditionPage.js +11 -7
- package/es/errorstate/EmptyStates.module.css +20 -20
- package/es/errorstate/Inconvenience/Inconvenience.js +4 -0
- package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -3
- package/es/errorstate/LinkText/LinkText.js +6 -6
- package/es/errorstate/LinkText/LinkText.module.css +1 -1
- package/es/errorstate/NoRequestFound/NoRequestFound.js +8 -6
- package/es/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
- package/es/errorstate/PermissionPlay/PermissionPlay.js +8 -6
- package/es/errorstate/PermissionPlay/PermissionPlay.module.css +11 -11
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +8 -6
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
- package/es/errorstate/UnableToProcess/UnableToProcess.js +4 -0
- package/es/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +8 -6
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
- package/es/errorstate/WillBack/WillBack.js +8 -6
- package/es/errorstate/WillBack/WillBack.module.css +10 -10
- package/es/errorstate/index.js +8 -0
- package/es/form/fields/CheckBoxField/CheckBoxField.js +17 -10
- package/es/form/fields/CheckBoxField/props/defaultProps.js +1 -0
- package/es/form/fields/CurrencyField/CurrencyField.js +20 -10
- package/es/form/fields/CurrencyField/props/defaultProps.js +1 -0
- package/es/form/fields/DateField/DateField.js +31 -12
- package/es/form/fields/DateField/props/defaultProps.js +1 -0
- package/es/form/fields/FieldContainer/FieldContainer.js +17 -11
- package/es/form/fields/FieldContainer/props/defaultProps.js +3 -3
- package/es/form/fields/FieldContainer/props/propTypes.js +1 -2
- package/es/form/fields/Fields.module.css +29 -29
- package/es/form/fields/MultiSelectField/MultiSelectField.js +26 -18
- package/es/form/fields/MultiSelectField/props/defaultProps.js +1 -0
- package/es/form/fields/PhoneField/PhoneField.js +22 -11
- package/es/form/fields/PhoneField/props/defaultProps.js +2 -1
- package/es/form/fields/RadioField/RadioField.js +15 -10
- package/es/form/fields/RadioField/props/defaultProps.js +2 -1
- package/es/form/fields/SelectField/SelectField.js +27 -18
- package/es/form/fields/SelectField/props/defaultProps.js +1 -0
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +23 -8
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +22 -22
- package/es/form/fields/TagsMultiSelect/props/defaultProps.js +2 -1
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +30 -9
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
- package/es/form/fields/TagsMultiSelectField/props/defaultProps.js +1 -0
- package/es/form/fields/TextBoxField/TextBoxField.js +27 -17
- package/es/form/fields/TextBoxField/props/defaultProps.js +1 -0
- package/es/form/fields/TextEditor/TextEditor.js +72 -19
- package/es/form/fields/TextEditor/TextEditor.module.css +318 -213
- package/es/form/fields/TextEditor/props/defaultProps.js +2 -1
- package/es/form/fields/TextEditorField/TextEditorField.js +18 -9
- package/es/form/fields/TextEditorField/props/defaultProps.js +1 -0
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +16 -6
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +8 -7
- package/es/form/fields/TextEditorWrapper/props/defaultProps.js +2 -1
- package/es/form/fields/TextareaField/TextareaField.js +26 -18
- package/es/form/fields/TextareaField/props/defaultProps.js +1 -0
- package/es/form/fields/ValidationMessage/ValidationMessage.js +13 -10
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +7 -7
- package/es/form/fields/ValidationMessage/props/defaultProps.js +2 -1
- package/es/form/fields/index.js +16 -0
- package/es/form/fields/props/FieldCommonPropTypes.js +2 -1
- package/es/form/layout/Field/Field.js +8 -7
- package/es/form/layout/Field/Field.module.css +7 -7
- package/es/form/layout/Section/Section.js +10 -7
- package/es/form/layout/index.js +2 -0
- package/es/index.js +51 -7
- package/es/layout/SetupDetailLayout/SetupDetailLayout.js +40 -13
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +37 -37
- package/es/layout/SetupDetailLayout/props/defaultProps.js +4 -2
- package/es/layout/SetupDetailLayout/props/propTypes.js +9 -2
- package/es/layout/SubtabLayout/SubtabLayout.js +10 -6
- package/es/layout/SubtabLayout/SubtabLayout.module.css +54 -35
- package/es/list/AvatarFlip/AvatarFlip.js +11 -9
- package/es/list/AvatarFlip/props/defaultProps.js +2 -1
- package/es/list/AvatarFlip/props/propTypes.js +2 -1
- package/es/list/BluePrintStatus/BluePrintStatus.js +8 -7
- package/es/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
- package/es/list/Comment/Comment.js +13 -9
- package/es/list/Comment/Comment.module.css +6 -6
- package/es/list/DepartmentDropDown/DepartmentDropDown.js +14 -7
- package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +1 -1
- package/es/list/Dot/Dot.js +2 -0
- package/es/list/Dot/Dot.module.css +3 -3
- package/es/list/DotNew/DotNew.js +8 -7
- package/es/list/DotNew/DotNew.module.css +12 -9
- package/es/list/GridStencils/GridStencils.js +7 -7
- package/es/list/GridStencils/GridStencils.module.css +29 -29
- package/es/list/Icons/AddNewIcon.js +3 -1
- package/es/list/Icons/CompleteIcon.js +3 -1
- package/es/list/Icons/DeleteIcon.js +5 -2
- package/es/list/Icons/EditIcon.js +3 -1
- package/es/list/Icons/FloatingIcons.js +8 -7
- package/es/list/Icons/Icons.module.css +2 -2
- package/es/list/Icons/ReadUnreadIcon.js +3 -1
- package/es/list/Icons/SmartIcon.js +3 -1
- package/es/list/Icons/index.js +7 -0
- package/es/list/ListLayout/ListLayout.js +13 -7
- package/es/list/ListLayout/ListLayout.module.css +6 -6
- package/es/list/ListStencils/ListStencils.js +9 -8
- package/es/list/ListStencils/ListStencils.module.css +17 -17
- package/es/list/SecondaryText/AccountName.js +14 -10
- package/es/list/SecondaryText/ContactName.js +14 -10
- package/es/list/SecondaryText/DepartmentText.js +10 -8
- package/es/list/SecondaryText/Email.js +11 -9
- package/es/list/SecondaryText/HappinessRating.js +8 -8
- package/es/list/SecondaryText/PhoneNumber.js +11 -9
- package/es/list/SecondaryText/PriorityText.js +10 -8
- package/es/list/SecondaryText/SecondaryText.js +10 -7
- package/es/list/SecondaryText/SecondaryText.module.css +15 -15
- package/es/list/SecondaryText/StatusText.js +10 -8
- package/es/list/SecondaryText/TicketId.js +10 -7
- package/es/list/SecondaryText/Website.js +10 -9
- package/es/list/SecondryPanel/SecondryPanel.js +14 -12
- package/es/list/SecondryPanel/SecondryPanel.module.css +1 -1
- package/es/list/SentimentStatus/SentimentStatus.js +8 -7
- package/es/list/SentimentStatus/SentimentStatus.module.css +3 -3
- package/es/list/Subject/Subject.js +11 -8
- package/es/list/TagNew/TagNew.js +10 -8
- package/es/list/TagNew/TagNew.module.css +8 -6
- package/es/list/Thread/Thread.js +13 -9
- package/es/list/Thread/Thread.module.css +7 -7
- package/es/list/UserTime/UserTime.js +13 -9
- package/es/list/UserTime/UserTime.module.css +9 -9
- package/es/list/index.js +17 -0
- package/es/list/listCommon.module.css +4 -4
- package/es/list/status/StatusDropdown/StatusDropdown.js +41 -8
- package/es/list/status/StatusDropdown/StatusDropdown.module.css +22 -22
- package/es/list/status/StatusDropdown/props/defaultProps.js +2 -1
- package/es/list/status/StatusDropdown/props/propTypes.js +2 -1
- package/es/list/status/StatusListItem/StatusListItem.js +21 -11
- package/es/list/status/StatusListItem/StatusListItem.module.css +25 -18
- package/es/list/status/StatusListItem/props/defaultProps.js +2 -1
- package/es/list/status/StatusListItem/props/propTypes.js +1 -0
- package/es/list/status/index.js +2 -0
- package/es/lookup/EmptyPage/EmptyPage.js +15 -7
- package/es/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
- package/es/lookup/Lookup/Lookup.js +51 -20
- package/es/lookup/Lookup/Lookup.module.css +10 -10
- package/es/lookup/Lookup/props/defaultProps.js +3 -1
- package/es/lookup/Lookup/props/propTypes.js +3 -1
- package/es/lookup/Section/LookupSection.module.css +5 -5
- package/es/lookup/Section/Section.js +3 -0
- package/es/lookup/header/Close/Close.js +7 -7
- package/es/lookup/header/Close/LookupClose.module.css +3 -3
- package/es/lookup/header/ModuleHeader/ModuleHeader.js +8 -9
- package/es/lookup/header/Search/LookupSearch.module.css +14 -14
- package/es/lookup/header/Search/Search.js +36 -18
- package/es/lookup/header/TicketHeader/TicketHeader.js +8 -9
- package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
- package/es/lookup/header/Title/LookupTitle.module.css +1 -1
- package/es/lookup/header/Title/Title.js +7 -7
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +19 -12
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
- package/es/lookup/header/ViewDropDown/props/propTypes.js +1 -0
- package/es/lookup/header/index.js +5 -0
- package/es/lookup/header/lookupHeaderCommon.module.css +9 -9
- package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
- package/es/lookup/index.js +5 -0
- package/es/setup/header/Button/Button.js +8 -7
- package/es/setup/header/Button/HeaderButton.module.css +2 -2
- package/es/setup/header/Link/HeaderLink.module.css +5 -5
- package/es/setup/header/Link/Link.js +9 -8
- package/es/setup/header/Search/Search.js +11 -8
- package/es/setup/header/Search/Search.module.css +13 -13
- package/es/setup/header/Views/Views.js +9 -8
- package/es/setup/header/Views/Views.module.css +4 -4
- package/es/setup/header/index.js +4 -0
- package/es/setup/helptips/Description/Description.js +8 -7
- package/es/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
- package/es/setup/helptips/Link/HelpTipsLink.module.css +2 -2
- package/es/setup/helptips/Link/Link.js +10 -7
- package/es/setup/helptips/ListGroup/ListGroup.js +10 -7
- package/es/setup/helptips/ListGroup/ListGroup.module.css +5 -5
- package/es/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
- package/es/setup/helptips/Title/Title.js +8 -7
- package/es/setup/helptips/index.js +4 -0
- package/es/setup/index.js +6 -0
- package/es/setup/table/Table/Table.js +7 -7
- package/es/setup/table/TableBody/TableBody.js +7 -7
- package/es/setup/table/TableData/SetupTableData.module.css +6 -6
- package/es/setup/table/TableData/TableData.js +11 -8
- package/es/setup/table/TableData/props/propTypes.js +1 -0
- package/es/setup/table/TableHead/SetupTableHead.module.css +5 -5
- package/es/setup/table/TableHead/TableHead.js +8 -7
- package/es/setup/table/TableRow/SetupTableRow.module.css +5 -5
- package/es/setup/table/TableRow/TableRow.js +8 -7
- package/es/setup/table/Text/TableText.module.css +4 -4
- package/es/setup/table/Text/Text.js +10 -7
- package/es/setup/table/index.js +5 -0
- package/es/svg/PlusIcon.js +6 -6
- package/es/svg/SnippetIcon.js +6 -6
- package/es/svg/TemplateIcon.js +6 -6
- package/es/svg/index.js +3 -0
- package/es/utils/General.js +7 -0
- package/es/utils/editorUtils.js +41 -17
- package/es/version2/AlertClose/AlertClose.js +10 -9
- package/es/version2/AlertClose/AlertClose.module.css +2 -2
- package/es/version2/GlobalNotification/GlobalNotification.js +26 -11
- package/es/version2/GlobalNotification/GlobalNotification.module.css +27 -24
- package/es/version2/GlobalNotification/props/defaultProps.js +2 -1
- package/es/version2/GlobalNotification/props/propTypes.js +1 -0
- package/es/version2/alertIcons/AlarmAlertIcon.js +1 -0
- package/es/version2/alertIcons/AlertIcons.js +11 -9
- package/es/version2/alertIcons/AlertIcons.module.css +2 -2
- package/es/version2/alertIcons/DangerAlertIcon.js +1 -0
- package/es/version2/alertIcons/ErrorAlertIcon.js +1 -0
- package/es/version2/alertIcons/InfoAlertIcon.js +1 -0
- package/es/version2/alertIcons/NotificationAlertIcon.js +1 -0
- package/es/version2/alertIcons/SuccessAlertIcon.js +1 -0
- package/es/version2/alertIcons/WarningAlertIcon.js +1 -0
- package/es/version2/alertIcons/index.js +8 -0
- package/es/version2/alertIcons/props/defaultProps.js +2 -1
- package/es/version2/alertIcons/props/propTypes.js +2 -1
- package/es/version2/errorstate/Inconvenience/Inconvenience.js +8 -6
- package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +8 -6
- package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +8 -6
- package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +8 -6
- package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +8 -6
- package/es/version2/errorstate/V2_ErrorStates.module.css +17 -17
- package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +8 -6
- package/es/version2/errorstate/index.js +6 -0
- package/es/version2/index.js +12 -0
- package/es/version2/lookup/AlertHeader/AlertHeader.js +76 -59
- package/{lib/version2/lookup/AlertHeader → es/version2/lookup/AlertHeader/css}/AlertHeaderNew.module.css +14 -13
- package/es/version2/lookup/AlertHeader/css/cssJSLogic.js +20 -0
- package/es/version2/lookup/AlertHeader/props/defaultProps.js +8 -2
- package/es/version2/lookup/AlertHeader/props/propTypes.js +9 -2
- package/es/version2/lookup/AlertLookup/AlertLookup.js +50 -63
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -8
- package/es/version2/lookup/alertLookupCommonNew.module.css +6 -6
- package/es/version2/lookup/index.js +2 -0
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +15 -9
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +40 -19
- package/es/version2/notification/DesktopNotification/props/defaultProps.js +2 -1
- package/es/version2/notification/DesktopNotification/props/propTypes.js +1 -0
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +8 -7
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +29 -29
- package/es/version2/notification/index.js +3 -0
- package/install.md +12 -0
- package/lib/ActionButton/ActionButton.js +83 -42
- package/lib/ActionButton/ActionButton.module.css +20 -17
- package/lib/ActionButton/props/defaultProps.js +1 -1
- package/lib/ActionButton/props/propTypes.js +4 -1
- package/lib/AlphabeticList/AlphabeticList.js +54 -18
- package/lib/AlphabeticList/AlphabeticList.module.css +13 -13
- package/lib/AlphabeticList/props/defaultProps.js +2 -1
- package/lib/AlphabeticList/props/propTypes.js +11 -1
- package/lib/Attachment/Attachment.js +49 -22
- package/lib/Attachment/Attachment.module.css +27 -25
- package/lib/Attachment/props/defaultProps.js +2 -1
- package/lib/Attachment/props/propTypes.js +4 -0
- package/lib/AttachmentViewer/Attachment.js +4 -0
- package/lib/AttachmentViewer/AttachmentImage.js +37 -8
- package/lib/AttachmentViewer/AttachmentViewer.js +106 -37
- package/lib/AttachmentViewer/AttachmentViewer.module.css +73 -74
- package/lib/AttachmentViewer/props/propTypes.js +3 -0
- package/lib/AttachmentViewer/utils.js +30 -6
- package/lib/ChannelIcon/ChannelIcon.js +63 -31
- package/lib/ChannelIcon/ChannelIcon.module.css +22 -22
- package/lib/ChannelIcon/props/defaultProps.js +2 -1
- package/lib/ChannelIcon/props/propTypes.js +5 -1
- package/lib/Drawer/Drawer.js +161 -62
- package/lib/Drawer/Drawer.module.css +98 -58
- package/lib/Drawer/index.js +37 -0
- package/lib/Drawer/props/defaultProps.js +3 -1
- package/lib/Drawer/props/propTypes.js +6 -1
- package/lib/ExternalLink/ExternalLink.js +41 -15
- package/lib/ExternalLink/__tests__/ExternalLink.spec.js +7 -0
- package/lib/ExternalLink/props/propTypes.js +3 -0
- package/lib/FlipCard/FlipCard.js +78 -42
- package/lib/FlipCard/FlipCard.module.css +2 -2
- package/lib/FlipCard/props/propTypes.js +3 -0
- package/lib/FormAction/FormAction.js +52 -17
- package/lib/FormAction/FormAction.module.css +22 -22
- package/lib/FormAction/props/defaultProps.js +2 -1
- package/lib/FormAction/props/propTypes.js +5 -1
- package/lib/FreezeLayer/FreezeLayer.js +82 -148
- package/lib/FreezeLayer/{FreezeLayer.module.css → css/FreezeLayer.module.css} +6 -6
- package/lib/FreezeLayer/css/cssJSLogic.js +26 -0
- package/lib/FreezeLayer/index.js +23 -0
- package/lib/FreezeLayer/props/defaultProps.js +1 -0
- package/lib/FreezeLayer/props/propTypes.js +8 -2
- package/lib/FreezeLayer/useFreezeLayer.js +94 -0
- package/lib/Hooks/Dragger/css/Dragger.module.css +3 -0
- package/lib/Hooks/Dragger/props/defaultProps.js +17 -0
- package/lib/Hooks/Dragger/props/propTypes.js +22 -0
- package/lib/Hooks/Dragger/useDragger.js +133 -0
- package/lib/Hooks/Dragger/utils/DraggerUtil.js +30 -0
- package/lib/IconButton/IconButton.js +69 -37
- package/lib/IconButton/IconButton.module.css +2 -2
- package/lib/IconButton/props/defaultProps.js +3 -1
- package/lib/IconButton/props/propTypes.js +7 -1
- package/lib/Image/Image.js +39 -16
- package/lib/Image/Image.module.css +5 -4
- package/lib/Image/props/propTypes.js +3 -0
- package/lib/ImportantNotes/ImportantNotes.js +40 -16
- package/lib/ImportantNotes/ImportantNotes.module.css +6 -6
- package/lib/ImportantNotes/props/propTypes.js +3 -0
- package/lib/Link/Link.js +68 -29
- package/lib/Link/LinkContext.js +4 -0
- package/lib/Link/props/propTypes.js +3 -0
- package/lib/Loader/Loader.js +30 -7
- package/lib/Loader/Loader.module.css +7 -6
- package/lib/Message/Message.js +56 -20
- package/lib/Message/Message.module.css +19 -19
- package/lib/Message/props/defaultProps.js +2 -1
- package/lib/Message/props/propTypes.js +4 -0
- package/lib/MessageBanner/MessageBanner.js +45 -18
- package/lib/MessageBanner/MessageBanner.module.css +8 -8
- package/lib/MessageBanner/props/defaultProps.js +2 -1
- package/lib/MessageBanner/props/propTypes.js +5 -1
- package/lib/NewStar/NewStar.js +55 -33
- package/lib/NewStar/NewStar.module.css +88 -15
- package/lib/NewStar/props/propTypes.js +3 -0
- package/lib/PlusIcon/PlusIcon.js +39 -15
- package/lib/PlusIcon/PlusIcon.module.css +5 -2
- package/lib/PlusIcon/props/propTypes.js +3 -0
- package/lib/Provider/Config.js +9 -0
- package/lib/Separator/Separator.js +107 -0
- package/lib/Separator/Separator.module.css +34 -0
- package/lib/Separator/props/defaultProps.js +19 -0
- package/lib/Separator/props/propTypes.js +22 -0
- package/lib/TagWithIcon/TagWithIcon.js +94 -0
- package/lib/TagWithIcon/TagWithIcon.module.css +56 -0
- package/lib/TagWithIcon/props/defaultProps.js +15 -0
- package/lib/TagWithIcon/props/propTypes.js +23 -0
- package/lib/ToastMessage/ToastMessage.js +88 -57
- package/lib/ToastMessage/ToastMessage.module.css +43 -42
- package/lib/ToastMessage/props/defaultProps.js +2 -1
- package/lib/ToastMessage/props/propTypes.js +4 -0
- package/lib/Upload/Upload.js +53 -24
- package/lib/Upload/Upload.module.css +29 -29
- package/lib/Upload/props/defaultProps.js +2 -1
- package/lib/Upload/props/propTypes.js +4 -0
- package/lib/actions/AutoClose.js +29 -12
- package/lib/actions/index.js +5 -0
- package/lib/actions/props/propTypes.js +3 -0
- package/lib/alert/AlertHeader/AlertHeader.js +49 -21
- package/lib/alert/AlertHeader/AlertHeader.module.css +13 -13
- package/lib/alert/AlertHeader/props/propTypes.js +3 -0
- package/lib/alert/AlertLookup/AlertLookup.js +77 -97
- package/lib/alert/AlertLookup/AlertLookup.module.css +7 -7
- package/lib/alert/AlertLookup/props/propTypes.js +3 -0
- package/lib/alert/index.js +23 -0
- package/lib/avatar/AvatarClose/AvatarClose.js +46 -19
- package/lib/avatar/AvatarClose/AvatarClose.module.css +6 -6
- package/lib/avatar/AvatarClose/props/defaultProps.js +2 -1
- package/lib/avatar/AvatarClose/props/propTypes.js +5 -1
- package/lib/avatar/AvatarCollision/AvatarCollision.js +50 -22
- package/lib/avatar/AvatarCollision/AvatarCollision.module.css +13 -13
- package/lib/avatar/AvatarCollision/props/defaultProps.js +2 -1
- package/lib/avatar/AvatarCollision/props/propTypes.js +4 -0
- package/lib/avatar/AvatarIcon/AvatarIcon.js +50 -24
- package/lib/avatar/AvatarIcon/props/defaultProps.js +2 -1
- package/lib/avatar/AvatarIcon/props/propTypes.js +4 -0
- package/lib/avatar/AvatarStatus/AvatarStatus.js +58 -27
- package/lib/avatar/AvatarStatus/AvatarStatus.module.css +36 -36
- package/lib/avatar/AvatarStatus/props/defaultProps.js +4 -1
- package/lib/avatar/AvatarStatus/props/propTypes.js +27 -23
- package/lib/avatar/AvatarThread/AvatarThread.js +63 -35
- package/lib/avatar/AvatarThread/AvatarThread.module.css +30 -30
- package/lib/avatar/AvatarThread/props/defaultProps.js +2 -1
- package/lib/avatar/AvatarThread/props/propTypes.js +4 -0
- package/lib/avatar/AvatarUser/AvatarUser.js +81 -48
- package/lib/avatar/AvatarUser/AvatarUser.module.css +51 -51
- package/lib/avatar/AvatarUser/props/defaultProps.js +2 -1
- package/lib/avatar/AvatarUser/props/propTypes.js +4 -0
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +62 -32
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +6 -6
- package/lib/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +12 -6
- package/lib/avatar/AvatarWithTeam/props/defaultProps.js +3 -1
- package/lib/avatar/AvatarWithTeam/props/propTypes.js +5 -0
- package/lib/avatar/index.js +63 -0
- package/lib/common/dot_boxShadow.module.css +38 -0
- package/lib/deprecated/FreezeLayer/FreezeLayer.js +192 -0
- package/lib/deprecated/FreezeLayer/_FreezeLayer.module.css +42 -0
- package/lib/deprecated/FreezeLayer/props/defaultProps.js +15 -0
- package/lib/deprecated/FreezeLayer/props/propTypes.js +28 -0
- package/lib/deprecated/SelectDropdown/SelectDropdown.js +58 -25
- package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
- package/lib/deprecated/utils/General.js +5 -0
- package/lib/deprecated/utils/KeyboardApi.js +47 -3
- package/lib/docs/formDocs.js +16 -0
- package/lib/docs/generalDocs.js +60 -0
- package/lib/docs/lookupDocs.js +17 -0
- package/lib/docs/setupDocs.js +12 -0
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +417 -358
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +24 -25
- package/lib/dropdown/ToggleDropDown/props/defaultProps.js +4 -1
- package/lib/dropdown/ToggleDropDown/props/propTypes.js +10 -1
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +51 -25
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +15 -15
- package/lib/emptystate/CommonEmptyState/props/propTypes.js +3 -0
- package/lib/emptystate/EditionPage/EditionPage.css +13 -13
- package/lib/emptystate/EditionPage/EditionPage.js +43 -15
- package/lib/emptystate/EditionPage/props/propTypes.js +3 -0
- package/lib/errorstate/EmptyStates.module.css +20 -20
- package/lib/errorstate/Inconvenience/Inconvenience.js +39 -9
- package/lib/errorstate/Inconvenience/Inconvenience.module.css +3 -3
- package/lib/errorstate/Inconvenience/props/propTypes.js +3 -0
- package/lib/errorstate/LinkText/LinkText.js +34 -11
- package/lib/errorstate/LinkText/LinkText.module.css +1 -1
- package/lib/errorstate/LinkText/props/propTypes.js +3 -0
- package/lib/errorstate/NoRequestFound/NoRequestFound.js +43 -15
- package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
- package/lib/errorstate/NoRequestFound/props/propTypes.js +3 -0
- package/lib/errorstate/PermissionPlay/PermissionPlay.js +43 -15
- package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +11 -11
- package/lib/errorstate/PermissionPlay/props/propTypes.js +3 -0
- package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +43 -15
- package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
- package/lib/errorstate/RequestUrlNotFound/props/propTypes.js +3 -0
- package/lib/errorstate/UnableToProcess/UnableToProcess.js +39 -9
- package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
- package/lib/errorstate/UnableToProcess/props/propTypes.js +3 -0
- package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +43 -15
- package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
- package/lib/errorstate/UnauthorizedLogin/props/propTypes.js +3 -0
- package/lib/errorstate/WillBack/WillBack.js +36 -9
- package/lib/errorstate/WillBack/WillBack.module.css +10 -10
- package/lib/errorstate/WillBack/props/propTypes.js +3 -0
- package/lib/errorstate/index.js +71 -0
- package/lib/form/fields/CheckBoxField/CheckBoxField.js +77 -42
- package/lib/form/fields/CheckBoxField/props/defaultProps.js +8 -1
- package/lib/form/fields/CheckBoxField/props/propTypes.js +8 -0
- package/lib/form/fields/CurrencyField/CurrencyField.js +87 -52
- package/lib/form/fields/CurrencyField/props/defaultProps.js +8 -1
- package/lib/form/fields/CurrencyField/props/propTypes.js +8 -0
- package/lib/form/fields/DateField/DateField.js +97 -53
- package/lib/form/fields/DateField/props/defaultProps.js +8 -1
- package/lib/form/fields/DateField/props/propTypes.js +8 -0
- package/lib/form/fields/FieldContainer/FieldContainer.js +58 -29
- package/lib/form/fields/FieldContainer/props/defaultProps.js +8 -1
- package/lib/form/fields/FieldContainer/props/propTypes.js +8 -0
- package/lib/form/fields/Fields.module.css +29 -29
- package/lib/form/fields/MultiSelectField/MultiSelectField.js +109 -76
- package/lib/form/fields/MultiSelectField/props/defaultProps.js +8 -1
- package/lib/form/fields/MultiSelectField/props/propTypes.js +8 -0
- package/lib/form/fields/PhoneField/PhoneField.js +81 -46
- package/lib/form/fields/PhoneField/props/defaultProps.js +2 -1
- package/lib/form/fields/PhoneField/props/propTypes.js +3 -0
- package/lib/form/fields/RadioField/RadioField.js +70 -38
- package/lib/form/fields/RadioField/props/defaultProps.js +2 -1
- package/lib/form/fields/RadioField/props/propTypes.js +3 -0
- package/lib/form/fields/SelectField/SelectField.js +110 -73
- package/lib/form/fields/SelectField/props/defaultProps.js +8 -1
- package/lib/form/fields/SelectField/props/propTypes.js +8 -0
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +89 -46
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +22 -22
- package/lib/form/fields/TagsMultiSelect/props/defaultProps.js +2 -1
- package/lib/form/fields/TagsMultiSelect/props/propTypes.js +3 -0
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +109 -63
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
- package/lib/form/fields/TagsMultiSelectField/props/defaultProps.js +8 -1
- package/lib/form/fields/TagsMultiSelectField/props/propTypes.js +8 -0
- package/lib/form/fields/TextBoxField/TextBoxField.js +99 -61
- package/lib/form/fields/TextBoxField/props/defaultProps.js +8 -1
- package/lib/form/fields/TextBoxField/props/propTypes.js +8 -0
- package/lib/form/fields/TextEditor/TextEditor.js +126 -59
- package/lib/form/fields/TextEditor/TextEditor.module.css +318 -213
- package/lib/form/fields/TextEditor/props/defaultProps.js +2 -1
- package/lib/form/fields/TextEditor/props/propTypes.js +3 -0
- package/lib/form/fields/TextEditorField/TextEditorField.js +94 -61
- package/lib/form/fields/TextEditorField/props/defaultProps.js +8 -1
- package/lib/form/fields/TextEditorField/props/propTypes.js +8 -0
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +80 -44
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +8 -7
- package/lib/form/fields/TextEditorWrapper/props/defaultProps.js +2 -1
- package/lib/form/fields/TextEditorWrapper/props/propTypes.js +3 -0
- package/lib/form/fields/TextareaField/TextareaField.js +92 -57
- package/lib/form/fields/TextareaField/props/defaultProps.js +8 -1
- package/lib/form/fields/TextareaField/props/propTypes.js +8 -0
- package/lib/form/fields/ValidationMessage/ValidationMessage.js +49 -21
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +7 -7
- package/lib/form/fields/ValidationMessage/props/defaultProps.js +2 -1
- package/lib/form/fields/ValidationMessage/props/propTypes.js +3 -0
- package/lib/form/fields/index.js +135 -0
- package/lib/form/fields/props/FieldCommonDefaultProps.js +2 -0
- package/lib/form/fields/props/FieldCommonPropTypes.js +6 -1
- package/lib/form/layout/Field/Field.js +39 -14
- package/lib/form/layout/Field/Field.module.css +7 -7
- package/lib/form/layout/Field/props/propTypes.js +3 -0
- package/lib/form/layout/Section/Section.js +39 -14
- package/lib/form/layout/Section/props/propTypes.js +3 -0
- package/lib/form/layout/index.js +23 -0
- package/lib/index.js +326 -29
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +106 -40
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +37 -37
- package/lib/layout/SetupDetailLayout/index.js +4 -0
- package/lib/layout/SetupDetailLayout/props/defaultProps.js +4 -2
- package/lib/layout/SetupDetailLayout/props/propTypes.js +12 -2
- package/lib/layout/SubtabLayout/SubtabLayout.js +86 -39
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +54 -35
- package/lib/layout/SubtabLayout/index.js +4 -0
- package/lib/layout/SubtabLayout/props/propTypes.js +3 -0
- package/lib/list/AvatarFlip/AvatarFlip.js +60 -33
- package/lib/list/AvatarFlip/props/defaultProps.js +2 -1
- package/lib/list/AvatarFlip/props/propTypes.js +5 -1
- package/lib/list/BluePrintStatus/BluePrintStatus.js +30 -8
- package/lib/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
- package/lib/list/BluePrintStatus/props/propTypes.js +3 -0
- package/lib/list/Comment/Comment.js +43 -13
- package/lib/list/Comment/Comment.module.css +6 -6
- package/lib/list/Comment/props/propTypes.js +3 -0
- package/lib/list/DepartmentDropDown/DepartmentDropDown.js +63 -33
- package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +1 -1
- package/lib/list/DepartmentDropDown/props/propTypes.js +5 -0
- package/lib/list/Dot/Dot.js +27 -2
- package/lib/list/Dot/Dot.module.css +3 -3
- package/lib/list/Dot/props/propTypes.js +3 -0
- package/lib/list/DotNew/DotNew.js +34 -10
- package/lib/list/DotNew/DotNew.module.css +12 -9
- package/lib/list/DotNew/props/propTypes.js +3 -0
- package/lib/list/GridStencils/GridStencils.js +33 -12
- package/lib/list/GridStencils/GridStencils.module.css +29 -29
- package/lib/list/GridStencils/props/propTypes.js +3 -0
- package/lib/list/Icons/AddNewIcon.js +31 -7
- package/lib/list/Icons/CompleteIcon.js +32 -8
- package/lib/list/Icons/DeleteIcon.js +34 -9
- package/lib/list/Icons/EditIcon.js +32 -8
- package/lib/list/Icons/FloatingIcons.js +36 -10
- package/lib/list/Icons/Icons.module.css +2 -2
- package/lib/list/Icons/ReadUnreadIcon.js +35 -10
- package/lib/list/Icons/SmartIcon.js +33 -7
- package/lib/list/Icons/index.js +63 -0
- package/lib/list/Icons/props/propTypes.js +3 -0
- package/lib/list/ListLayout/ListLayout.js +64 -29
- package/lib/list/ListLayout/ListLayout.module.css +6 -6
- package/lib/list/ListLayout/props/propTypes.js +5 -0
- package/lib/list/ListStencils/ListStencils.js +32 -7
- package/lib/list/ListStencils/ListStencils.module.css +17 -17
- package/lib/list/ListStencils/props/propTypes.js +3 -0
- package/lib/list/SecondaryText/AccountName.js +58 -29
- package/lib/list/SecondaryText/ContactName.js +69 -37
- package/lib/list/SecondaryText/DepartmentText.js +36 -12
- package/lib/list/SecondaryText/Email.js +46 -20
- package/lib/list/SecondaryText/HappinessRating.js +33 -10
- package/lib/list/SecondaryText/PhoneNumber.js +48 -22
- package/lib/list/SecondaryText/PriorityText.js +38 -13
- package/lib/list/SecondaryText/SecondaryText.js +39 -13
- package/lib/list/SecondaryText/SecondaryText.module.css +15 -15
- package/lib/list/SecondaryText/StatusText.js +39 -14
- package/lib/list/SecondaryText/TicketId.js +48 -21
- package/lib/list/SecondaryText/Website.js +39 -14
- package/lib/list/SecondaryText/index.js +12 -0
- package/lib/list/SecondaryText/props/propTypes.js +3 -0
- package/lib/list/SecondryPanel/SecondryPanel.js +75 -29
- package/lib/list/SecondryPanel/SecondryPanel.module.css +1 -1
- package/lib/list/SecondryPanel/props/propTypes.js +3 -0
- package/lib/list/SentimentStatus/SentimentStatus.js +32 -10
- package/lib/list/SentimentStatus/SentimentStatus.module.css +3 -3
- package/lib/list/SentimentStatus/props/propTypes.js +3 -0
- package/lib/list/Subject/Subject.js +51 -24
- package/lib/list/Subject/props/propTypes.js +3 -0
- package/lib/list/TagNew/TagNew.js +38 -13
- package/lib/list/TagNew/TagNew.module.css +8 -6
- package/lib/list/TagNew/props/propTypes.js +3 -0
- package/lib/list/Thread/Thread.js +44 -15
- package/lib/list/Thread/Thread.module.css +7 -7
- package/lib/list/Thread/props/propTypes.js +3 -0
- package/lib/list/UserTime/UserTime.js +61 -31
- package/lib/list/UserTime/UserTime.module.css +9 -9
- package/lib/list/UserTime/props/propTypes.js +3 -0
- package/lib/list/index.js +173 -0
- package/lib/list/listCommon.module.css +4 -4
- package/lib/list/status/StatusDropdown/StatusDropdown.js +140 -81
- package/lib/list/status/StatusDropdown/StatusDropdown.module.css +22 -22
- package/lib/list/status/StatusDropdown/props/defaultProps.js +2 -1
- package/lib/list/status/StatusDropdown/props/propTypes.js +6 -1
- package/lib/list/status/StatusListItem/StatusListItem.js +71 -41
- package/lib/list/status/StatusListItem/StatusListItem.module.css +25 -18
- package/lib/list/status/StatusListItem/props/defaultProps.js +2 -1
- package/lib/list/status/StatusListItem/props/propTypes.js +4 -0
- package/lib/list/status/index.js +23 -0
- package/lib/lookup/EmptyPage/EmptyPage.js +43 -9
- package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
- package/lib/lookup/EmptyPage/props/propTypes.js +3 -0
- package/lib/lookup/Lookup/Lookup.js +91 -31
- package/lib/lookup/Lookup/Lookup.module.css +10 -10
- package/lib/lookup/Lookup/props/defaultProps.js +3 -1
- package/lib/lookup/Lookup/props/propTypes.js +6 -1
- package/lib/lookup/Section/LookupSection.module.css +5 -5
- package/lib/lookup/Section/Section.js +28 -2
- package/lib/lookup/Section/props/propTypes.js +3 -0
- package/lib/lookup/header/Close/Close.js +33 -9
- package/lib/lookup/header/Close/LookupClose.module.css +3 -3
- package/lib/lookup/header/Close/props/propTypes.js +3 -0
- package/lib/lookup/header/ModuleHeader/ModuleHeader.js +52 -23
- package/lib/lookup/header/ModuleHeader/props/propTypes.js +3 -0
- package/lib/lookup/header/Search/LookupSearch.module.css +14 -14
- package/lib/lookup/header/Search/Search.js +84 -43
- package/lib/lookup/header/Search/props/propTypes.js +3 -0
- package/lib/lookup/header/TicketHeader/TicketHeader.js +53 -22
- package/lib/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
- package/lib/lookup/header/TicketHeader/props/propTypes.js +3 -0
- package/lib/lookup/header/Title/LookupTitle.module.css +1 -1
- package/lib/lookup/header/Title/Title.js +33 -9
- package/lib/lookup/header/Title/props/propTypes.js +3 -0
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +69 -32
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
- package/lib/lookup/header/ViewDropDown/props/propTypes.js +4 -0
- package/lib/lookup/header/index.js +47 -0
- package/lib/lookup/header/lookupHeaderCommon.module.css +9 -9
- package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
- package/lib/lookup/index.js +42 -0
- package/lib/setup/header/Button/Button.js +34 -11
- package/lib/setup/header/Button/HeaderButton.module.css +2 -2
- package/lib/setup/header/Button/props/propTypes.js +3 -0
- package/lib/setup/header/Link/HeaderLink.module.css +5 -5
- package/lib/setup/header/Link/Link.js +39 -14
- package/lib/setup/header/Link/props/propTypes.js +3 -0
- package/lib/setup/header/Search/Search.js +40 -15
- package/lib/setup/header/Search/Search.module.css +13 -13
- package/lib/setup/header/Search/props/propTypes.js +3 -0
- package/lib/setup/header/Views/Views.js +39 -16
- package/lib/setup/header/Views/Views.module.css +4 -4
- package/lib/setup/header/Views/props/propTypes.js +3 -0
- package/lib/setup/header/index.js +39 -0
- package/lib/setup/helptips/Description/Description.js +28 -7
- package/lib/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
- package/lib/setup/helptips/Description/props/propTypes.js +3 -0
- package/lib/setup/helptips/Link/HelpTipsLink.module.css +2 -2
- package/lib/setup/helptips/Link/Link.js +36 -12
- package/lib/setup/helptips/Link/props/propTypes.js +3 -0
- package/lib/setup/helptips/ListGroup/ListGroup.js +32 -9
- package/lib/setup/helptips/ListGroup/ListGroup.module.css +5 -5
- package/lib/setup/helptips/ListGroup/props/propTypes.js +3 -0
- package/lib/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
- package/lib/setup/helptips/Title/Title.js +28 -7
- package/lib/setup/helptips/Title/props/propTypes.js +3 -0
- package/lib/setup/helptips/index.js +39 -0
- package/lib/setup/index.js +24 -0
- package/lib/setup/table/Table/Table.js +32 -10
- package/lib/setup/table/Table/props/propTypes.js +3 -0
- package/lib/setup/table/TableBody/TableBody.js +34 -12
- package/lib/setup/table/TableBody/props/propTypes.js +3 -0
- package/lib/setup/table/TableData/SetupTableData.module.css +6 -6
- package/lib/setup/table/TableData/TableData.js +39 -14
- package/lib/setup/table/TableData/props/propTypes.js +4 -0
- package/lib/setup/table/TableHead/SetupTableHead.module.css +5 -5
- package/lib/setup/table/TableHead/TableHead.js +35 -12
- package/lib/setup/table/TableHead/props/propTypes.js +3 -0
- package/lib/setup/table/TableRow/SetupTableRow.module.css +5 -5
- package/lib/setup/table/TableRow/TableRow.js +38 -15
- package/lib/setup/table/TableRow/props/propTypes.js +3 -0
- package/lib/setup/table/Text/TableText.module.css +4 -4
- package/lib/setup/table/Text/Text.js +44 -18
- package/lib/setup/table/Text/props/propTypes.js +3 -0
- package/lib/setup/table/index.js +47 -0
- package/lib/svg/PlusIcon.js +31 -9
- package/lib/svg/SnippetIcon.js +31 -9
- package/lib/svg/TemplateIcon.js +31 -9
- package/lib/svg/index.js +31 -0
- package/lib/svg/props/propTypes.js +3 -0
- package/lib/utils/ChannelIconMapping.js +2 -0
- package/lib/utils/General.js +11 -0
- package/lib/utils/editorUtils.js +49 -14
- package/lib/version2/AlertClose/AlertClose.js +41 -15
- package/lib/version2/AlertClose/AlertClose.module.css +2 -2
- package/lib/version2/AlertClose/props/propTypes.js +3 -0
- package/lib/version2/GlobalNotification/GlobalNotification.js +71 -31
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +27 -24
- package/lib/version2/GlobalNotification/props/defaultProps.js +2 -1
- package/lib/version2/GlobalNotification/props/propTypes.js +4 -0
- package/lib/version2/alertIcons/AlarmAlertIcon.js +27 -2
- package/lib/version2/alertIcons/AlertIcons.js +47 -12
- package/lib/version2/alertIcons/AlertIcons.module.css +2 -2
- package/lib/version2/alertIcons/DangerAlertIcon.js +27 -2
- package/lib/version2/alertIcons/ErrorAlertIcon.js +27 -2
- package/lib/version2/alertIcons/InfoAlertIcon.js +27 -2
- package/lib/version2/alertIcons/NotificationAlertIcon.js +27 -2
- package/lib/version2/alertIcons/SuccessAlertIcon.js +27 -2
- package/lib/version2/alertIcons/WarningAlertIcon.js +27 -2
- package/lib/version2/alertIcons/index.js +71 -0
- package/lib/version2/alertIcons/props/defaultProps.js +2 -1
- package/lib/version2/alertIcons/props/propTypes.js +5 -1
- package/lib/version2/errorstate/Inconvenience/Inconvenience.js +46 -19
- package/lib/version2/errorstate/Inconvenience/props/propTypes.js +3 -0
- package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +46 -19
- package/lib/version2/errorstate/OopsSomethingMiss/props/propTypes.js +3 -0
- package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +46 -19
- package/lib/version2/errorstate/UnableToProcessRequest/props/propTypes.js +3 -0
- package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +47 -20
- package/lib/version2/errorstate/UnauthorizedLogin/props/propTypes.js +3 -0
- package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +46 -19
- package/lib/version2/errorstate/UrlNotFound/props/propTypes.js +3 -0
- package/lib/version2/errorstate/V2_ErrorStates.module.css +17 -17
- package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +46 -19
- package/lib/version2/errorstate/WillBeRightBack/props/propTypes.js +3 -0
- package/lib/version2/errorstate/index.js +55 -0
- package/lib/version2/index.js +58 -0
- package/lib/version2/lookup/AlertHeader/AlertHeader.js +91 -79
- package/{es/version2/lookup/AlertHeader → lib/version2/lookup/AlertHeader/css}/AlertHeaderNew.module.css +14 -13
- package/lib/version2/lookup/AlertHeader/css/cssJSLogic.js +24 -0
- package/lib/version2/lookup/AlertHeader/props/defaultProps.js +10 -4
- package/lib/version2/lookup/AlertHeader/props/propTypes.js +14 -4
- package/lib/version2/lookup/AlertLookup/AlertLookup.js +122 -104
- package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -8
- package/lib/version2/lookup/AlertLookup/props/propTypes.js +3 -0
- package/lib/version2/lookup/alertLookupCommonNew.module.css +6 -6
- package/lib/version2/lookup/index.js +23 -0
- package/lib/version2/notification/DesktopNotification/DesktopNotification.js +69 -43
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +40 -19
- package/lib/version2/notification/DesktopNotification/props/defaultProps.js +2 -1
- package/lib/version2/notification/DesktopNotification/props/propTypes.js +4 -0
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +43 -16
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +29 -29
- package/lib/version2/notification/DesktopNotificationHeader/props/propTypes.js +3 -0
- package/lib/version2/notification/index.js +35 -0
- package/package.json +54 -39
- package/postPublish.js +8 -0
- package/prePublish.js +70 -0
- package/dubFinder.js +0 -96
|
@@ -3,55 +3,67 @@
|
|
|
3
3
|
/* editor common css */
|
|
4
4
|
.icon {
|
|
5
5
|
position: relative;
|
|
6
|
-
top: calc(var(--zd_size1) * -1);
|
|
6
|
+
top: calc( var(--zd_size1) * -1 ) ;
|
|
7
7
|
display: inline-block;
|
|
8
8
|
vertical-align: middle;
|
|
9
|
-
width: var(--zd_size24);
|
|
10
|
-
height: var(--zd_size24);
|
|
9
|
+
width: var(--zd_size24) ;
|
|
10
|
+
height: var(--zd_size24) ;
|
|
11
11
|
color: inherit;
|
|
12
12
|
fill: currentColor;
|
|
13
13
|
}
|
|
14
|
+
|
|
14
15
|
.small {
|
|
15
|
-
width: var(--zd_size15);
|
|
16
|
-
height: var(--zd_size15);
|
|
16
|
+
width: var(--zd_size15) ;
|
|
17
|
+
height: var(--zd_size15) ;
|
|
17
18
|
}
|
|
19
|
+
|
|
18
20
|
.threeDotIcon {
|
|
19
21
|
display: inline-block;
|
|
20
22
|
}
|
|
23
|
+
|
|
21
24
|
[dir=ltr] .threeDotIcon {
|
|
22
25
|
transform: rotate(90deg);
|
|
23
26
|
}
|
|
27
|
+
|
|
24
28
|
[dir=rtl] .threeDotIcon {
|
|
25
29
|
transform: rotate(-90deg);
|
|
26
30
|
}
|
|
31
|
+
|
|
27
32
|
.textEditor * {
|
|
28
33
|
box-sizing: initial;
|
|
29
34
|
line-height: initial;
|
|
30
35
|
font-family: var(--zd_regular);
|
|
31
36
|
}
|
|
37
|
+
|
|
32
38
|
.textEditor {
|
|
33
|
-
height: 100
|
|
34
|
-
width: 100
|
|
39
|
+
height: 100% ;
|
|
40
|
+
width: 100% ;
|
|
35
41
|
}
|
|
42
|
+
|
|
36
43
|
.textEditor :global .KB_Editor {
|
|
37
44
|
box-sizing: border-box;
|
|
38
45
|
}
|
|
46
|
+
|
|
39
47
|
.light :global .KB_Editor {
|
|
40
48
|
color: var(--zdt_texteditor_default_text);
|
|
41
49
|
background-color: var(--zdt_texteditor_default_bg);
|
|
42
50
|
}
|
|
51
|
+
|
|
43
52
|
.night :global .KB_Editor {
|
|
44
53
|
color: var(--zdt_texteditor_night_text);
|
|
45
54
|
background-color: var(--zdt_texteditor_night_bg);
|
|
46
55
|
}
|
|
56
|
+
|
|
47
57
|
.small :global .KB_Editor_menus, .medium :global .KB_Editor_menus, .large :global .KB_Editor_menus, .xlarge :global .KB_Editor_menus, .default :global .KB_Editor_menus {
|
|
48
58
|
background-color: var(--zdt_texteditor_menu_bg);
|
|
49
59
|
box-shadow: none;
|
|
50
60
|
}
|
|
61
|
+
|
|
51
62
|
.medium.borderTop :global .KB_Editor, .large.borderTop :global .KB_Editor, .xlarge.borderTop :global .KB_Editor, .default.borderTop :global .KB_Editor {
|
|
52
63
|
border: 0;
|
|
53
64
|
border-top: 1px solid var(--zdt_texteditor_default_border);
|
|
54
65
|
}
|
|
66
|
+
|
|
55
67
|
.medium.borderAll :global .KB_Editor, .large.borderAll :global .KB_Editor, .xlarge.borderAll :global .KB_Editor, .default.borderAll :global .KB_Editor {
|
|
56
68
|
border: solid 1px var(--zdt_texteditor_default_border);
|
|
57
69
|
}
|
|
@@ -65,40 +77,42 @@
|
|
|
65
77
|
background-color: transparent;
|
|
66
78
|
}
|
|
67
79
|
|
|
68
|
-
.small :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
69
|
-
.small :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
70
|
-
.medium :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
71
|
-
.medium :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
72
|
-
.large :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
73
|
-
.large :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
74
|
-
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
75
|
-
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
76
|
-
.default :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
77
|
-
.default :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
80
|
+
.small :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover,
|
|
81
|
+
.small :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel,
|
|
82
|
+
.medium :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover,
|
|
83
|
+
.medium :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel,
|
|
84
|
+
.large :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover,
|
|
85
|
+
.large :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel,
|
|
86
|
+
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover,
|
|
87
|
+
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel,
|
|
88
|
+
.default :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover,
|
|
89
|
+
.default :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel {
|
|
78
90
|
color: var(--zdt_texteditor_default_text);
|
|
79
91
|
}
|
|
80
92
|
|
|
81
|
-
.small :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
93
|
+
.small :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover, .small :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel, .medium :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover, .medium :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel, .large :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover, .large :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel, .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover, .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel, .default :global .KB_Editor_menus .KB_Editor_MultiTools>li:hover, .default :global .KB_Editor_menus .KB_Editor_MultiTools>li.KB_Editor_sel {
|
|
82
94
|
background-color: var(--zdt_texteditor_menu_li_bg);
|
|
83
95
|
}
|
|
84
96
|
|
|
85
97
|
.textEditor :global .KB_Editor_MultiTools li .Kbeditor_more_icon svg {
|
|
86
98
|
fill: var(--zdt_texteditor_more_icon_fill);
|
|
87
99
|
}
|
|
100
|
+
|
|
88
101
|
/* large type editor - ticket add form editor */
|
|
89
102
|
.large :global .KB_Editor,
|
|
90
103
|
.large :global .KB_Editor_menus .KB_Editor_MultiTools,
|
|
91
|
-
.large :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
104
|
+
.large :global .KB_Editor_menus .KB_Editor_MultiTools>li,
|
|
92
105
|
.default :global .KB_Editor,
|
|
93
106
|
.default :global .KB_Editor_menus .KB_Editor_MultiTools,
|
|
94
|
-
.default :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
107
|
+
.default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
95
108
|
display: -webkit-box;
|
|
96
109
|
display: -ms-flexbox;
|
|
97
110
|
display: flex;
|
|
98
111
|
}
|
|
112
|
+
|
|
99
113
|
.large :global .KB_Editor,
|
|
100
114
|
.default :global .KB_Editor {
|
|
101
|
-
width: 100
|
|
115
|
+
width: 100% ;
|
|
102
116
|
position: relative;
|
|
103
117
|
-webkit-box-orient: vertical;
|
|
104
118
|
-webkit-box-direction: normal;
|
|
@@ -106,81 +120,98 @@
|
|
|
106
120
|
-ms-flex-direction: column;
|
|
107
121
|
flex-direction: column;
|
|
108
122
|
}
|
|
123
|
+
|
|
109
124
|
.large :global .KB_Editor {
|
|
110
|
-
height: var(--zd_size270);
|
|
125
|
+
height: var(--zd_size270) ;
|
|
111
126
|
}
|
|
127
|
+
|
|
112
128
|
.default :global .KB_Editor {
|
|
113
|
-
height: 100
|
|
129
|
+
height: 100% ;
|
|
114
130
|
}
|
|
115
131
|
|
|
116
132
|
.large :global .KB_Editor_iframe,
|
|
117
133
|
.large :global .KB_Editor .ze_area,
|
|
118
134
|
.default :global .KB_Editor_iframe,
|
|
119
135
|
.default :global .KB_Editor .ze_area {
|
|
120
|
-
height: 100
|
|
136
|
+
height: 100% ;
|
|
121
137
|
-webkit-box-flex: 1;
|
|
122
138
|
-ms-flex-positive: 1;
|
|
123
139
|
flex-grow: 1;
|
|
124
|
-
min-width: 0;
|
|
125
|
-
min-height: auto;
|
|
140
|
+
min-width: 0 ;
|
|
141
|
+
min-height: auto ;
|
|
126
142
|
}
|
|
143
|
+
|
|
127
144
|
.large :global .KB_Editor_menus,
|
|
128
145
|
.default :global .KB_Editor_menus {
|
|
129
|
-
min-height: unset;
|
|
130
|
-
|
|
146
|
+
min-height: unset;
|
|
147
|
+
/* check point 1 */
|
|
148
|
+
flex: 0 0 auto ;
|
|
131
149
|
}
|
|
150
|
+
|
|
132
151
|
.large :global .KB_Editor_menus, .default :global .KB_Editor_menus {
|
|
133
|
-
padding: var(--zd_size6);
|
|
152
|
+
padding: var(--zd_size6) ;
|
|
134
153
|
border-bottom: 0;
|
|
135
154
|
}
|
|
155
|
+
|
|
136
156
|
.large :global .KB_Editor_menus .KB_Editor_MultiTools,
|
|
137
157
|
.default :global .KB_Editor_menus .KB_Editor_MultiTools {
|
|
138
158
|
-ms-flex-wrap: wrap;
|
|
139
159
|
flex-wrap: wrap;
|
|
140
|
-
min-height: inherit;
|
|
160
|
+
min-height: inherit ;
|
|
141
161
|
}
|
|
142
|
-
|
|
143
|
-
.
|
|
162
|
+
|
|
163
|
+
.large :global .KB_Editor_menus .KB_Editor_MultiTools>li,
|
|
164
|
+
.default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
144
165
|
height: unset;
|
|
145
166
|
-webkit-box-align: center;
|
|
146
167
|
-ms-flex-align: center;
|
|
147
168
|
align-items: center;
|
|
148
169
|
}
|
|
149
|
-
|
|
150
|
-
|
|
170
|
+
|
|
171
|
+
.large :global .KB_Editor_menus .KB_Editor_MultiTools>li, .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
172
|
+
padding: 0 ;
|
|
151
173
|
float: unset;
|
|
152
174
|
}
|
|
153
|
-
|
|
154
|
-
|
|
175
|
+
|
|
176
|
+
[dir=ltr] .large :global .KB_Editor_menus .KB_Editor_MultiTools>li, [dir=ltr] .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
177
|
+
margin-right: 0 ;
|
|
155
178
|
}
|
|
156
|
-
|
|
157
|
-
|
|
179
|
+
|
|
180
|
+
[dir=rtl] .large :global .KB_Editor_menus .KB_Editor_MultiTools>li, [dir=rtl] .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
181
|
+
margin-left: 0 ;
|
|
158
182
|
}
|
|
183
|
+
|
|
159
184
|
.large :global .KB_Editor_menus .KB_Editor_MultiTools li span,
|
|
160
185
|
.default :global .KB_Editor_menus .KB_Editor_MultiTools li span {
|
|
161
186
|
line-height: 0;
|
|
162
187
|
}
|
|
188
|
+
|
|
163
189
|
.large :global .KB_Editor_menus .KB_Editor_MultiTools li.fright, .defaults :global .KB_Editor_menus .KB_Editor_MultiTools li.fright {
|
|
164
190
|
float: unset !important;
|
|
165
191
|
}
|
|
166
|
-
|
|
167
|
-
.
|
|
168
|
-
|
|
169
|
-
|
|
192
|
+
|
|
193
|
+
.large :global .KB_Editor_menus>ul>li>span>svg,
|
|
194
|
+
.default :global .KB_Editor_menus>ul>li>span>svg {
|
|
195
|
+
width: var(--zd_size28) ;
|
|
196
|
+
height: var(--zd_size28) ;
|
|
170
197
|
}
|
|
171
|
-
|
|
172
|
-
.
|
|
173
|
-
|
|
174
|
-
|
|
198
|
+
|
|
199
|
+
.large :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg,
|
|
200
|
+
.default :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
201
|
+
width: var(--zd_size8) ;
|
|
202
|
+
height: var(--zd_size8) ;
|
|
175
203
|
}
|
|
204
|
+
|
|
176
205
|
.large :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg,
|
|
177
206
|
.default :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg {
|
|
178
|
-
height: var(--zd_size10);
|
|
179
|
-
width: var(--zd_size17);
|
|
207
|
+
height: var(--zd_size10) ;
|
|
208
|
+
width: var(--zd_size17) ;
|
|
180
209
|
}
|
|
210
|
+
|
|
181
211
|
.large :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg, .default :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg {
|
|
182
|
-
padding: var(--zd_size7) var(--zd_size5);
|
|
212
|
+
padding: var(--zd_size7) var(--zd_size5) ;
|
|
183
213
|
}
|
|
214
|
+
|
|
184
215
|
.large :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Bdr_div,
|
|
185
216
|
.large :global .KB_Editor_MultiTools .KB_Editor_Bdr_div.Insert_Type,
|
|
186
217
|
.large :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText,
|
|
@@ -191,38 +222,45 @@
|
|
|
191
222
|
.default :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
192
223
|
line-height: unset;
|
|
193
224
|
}
|
|
225
|
+
|
|
194
226
|
.large :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Bdr_div, .large :global .KB_Editor_MultiTools .KB_Editor_Bdr_div.Insert_Type, .large :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText, .large :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext, .default :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Bdr_div, .default :global .KB_Editor_MultiTools .KB_Editor_Bdr_div.Insert_Type, .default :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText, .default :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
195
|
-
padding: var(--zd_size3) var(--zd_size6);
|
|
227
|
+
padding: var(--zd_size3) var(--zd_size6) ;
|
|
196
228
|
}
|
|
229
|
+
|
|
197
230
|
.large :global .KB_Editor_menus .ze_spell,
|
|
198
231
|
.default :global .KB_Editor_menus .ze_spell {
|
|
199
|
-
top: initial;
|
|
200
|
-
bottom: calc(var(--zd_size32) * -1);
|
|
232
|
+
top: initial ;
|
|
233
|
+
bottom: calc( var(--zd_size32) * -1 ) ;
|
|
201
234
|
}
|
|
235
|
+
|
|
202
236
|
[dir=ltr] .large :global .KB_Editor_menus .ze_spell, [dir=ltr] .default :global .KB_Editor_menus .ze_spell {
|
|
203
|
-
right: 0;
|
|
237
|
+
right: 0 ;
|
|
204
238
|
}
|
|
239
|
+
|
|
205
240
|
[dir=rtl] .large :global .KB_Editor_menus .ze_spell, [dir=rtl] .default :global .KB_Editor_menus .ze_spell {
|
|
206
|
-
left: 0;
|
|
241
|
+
left: 0 ;
|
|
207
242
|
}
|
|
208
|
-
|
|
209
|
-
|
|
243
|
+
|
|
244
|
+
[dir=ltr] .large :global .KB_Editor_menus .KB_Editor_MultiTools>li, [dir=ltr] .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
245
|
+
margin-right: var(--zd_size2) ;
|
|
210
246
|
}
|
|
211
|
-
|
|
212
|
-
|
|
247
|
+
|
|
248
|
+
[dir=rtl] .large :global .KB_Editor_menus .KB_Editor_MultiTools>li, [dir=rtl] .default :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
249
|
+
margin-left: var(--zd_size2) ;
|
|
213
250
|
}
|
|
214
251
|
|
|
215
252
|
/* xlarge type editor - reply area, blue print cases - full height hover style */
|
|
216
253
|
.xlarge :global .KB_Editor,
|
|
217
254
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools,
|
|
218
|
-
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
255
|
+
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
219
256
|
display: -webkit-box;
|
|
220
257
|
display: -ms-flexbox;
|
|
221
258
|
display: flex;
|
|
222
259
|
}
|
|
260
|
+
|
|
223
261
|
.xlarge :global .KB_Editor {
|
|
224
|
-
height: 100
|
|
225
|
-
width: 100
|
|
262
|
+
height: 100% ;
|
|
263
|
+
width: 100% ;
|
|
226
264
|
position: relative;
|
|
227
265
|
-webkit-box-orient: vertical;
|
|
228
266
|
-webkit-box-direction: normal;
|
|
@@ -233,151 +271,171 @@
|
|
|
233
271
|
|
|
234
272
|
.xlarge :global .KB_Editor_iframe,
|
|
235
273
|
.xlarge :global .KB_Editor .ze_area {
|
|
236
|
-
height: 100
|
|
274
|
+
height: 100% ;
|
|
237
275
|
-webkit-box-flex: 1;
|
|
238
276
|
-ms-flex-positive: 1;
|
|
239
277
|
flex-grow: 1;
|
|
240
|
-
min-height: 0;
|
|
241
|
-
min-width: 0;
|
|
278
|
+
min-height: 0 ;
|
|
279
|
+
min-width: 0 ;
|
|
242
280
|
}
|
|
281
|
+
|
|
243
282
|
.xlarge :global .KB_Editor_menus {
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
283
|
+
/* Variable:Ignore */
|
|
284
|
+
min-height: 37px;
|
|
285
|
+
/* check point 1 */
|
|
286
|
+
flex: 0 0 auto ;
|
|
287
|
+
padding: 0 ;
|
|
247
288
|
}
|
|
289
|
+
|
|
248
290
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools {
|
|
249
291
|
-ms-flex-wrap: wrap;
|
|
250
292
|
flex-wrap: wrap;
|
|
251
|
-
min-height: inherit;
|
|
293
|
+
min-height: inherit ;
|
|
252
294
|
}
|
|
253
|
-
|
|
295
|
+
|
|
296
|
+
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
254
297
|
height: unset;
|
|
255
298
|
-webkit-box-align: center;
|
|
256
299
|
-ms-flex-align: center;
|
|
257
300
|
align-items: center;
|
|
258
|
-
padding: 0;
|
|
301
|
+
padding: 0 ;
|
|
259
302
|
float: unset;
|
|
260
303
|
}
|
|
261
|
-
|
|
262
|
-
|
|
304
|
+
|
|
305
|
+
[dir=ltr] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
306
|
+
margin-right: 0 ;
|
|
263
307
|
}
|
|
264
|
-
|
|
265
|
-
|
|
308
|
+
|
|
309
|
+
[dir=rtl] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
310
|
+
margin-left: 0 ;
|
|
266
311
|
}
|
|
312
|
+
|
|
267
313
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools li span {
|
|
268
314
|
line-height: 0;
|
|
269
315
|
}
|
|
316
|
+
|
|
270
317
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Bdr_div,
|
|
271
318
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText,
|
|
272
319
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
273
320
|
line-height: 0;
|
|
274
321
|
}
|
|
322
|
+
|
|
275
323
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Bdr_div, .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText, .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
276
|
-
padding: var(--zd_size6);
|
|
324
|
+
padding: var(--zd_size6) ;
|
|
277
325
|
}
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
326
|
+
|
|
327
|
+
.xlarge :global .KB_Editor_menus>ul>li>span>svg {
|
|
328
|
+
width: var(--zd_size22) ;
|
|
329
|
+
height: var(--zd_size22) ;
|
|
281
330
|
}
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
331
|
+
|
|
332
|
+
.xlarge :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
333
|
+
width: var(--zd_size8) ;
|
|
334
|
+
height: var(--zd_size8) ;
|
|
285
335
|
}
|
|
336
|
+
|
|
286
337
|
.xlarge :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg {
|
|
287
|
-
height: var(--zd_size9);
|
|
288
|
-
width: var(--zd_size17);
|
|
289
|
-
padding: var(--zd_size7) var(--zd_size5);
|
|
338
|
+
height: var(--zd_size9) ;
|
|
339
|
+
width: var(--zd_size17) ;
|
|
340
|
+
padding: var(--zd_size7) var(--zd_size5) ;
|
|
290
341
|
}
|
|
342
|
+
|
|
291
343
|
.xlarge :global .KB_Editor_menus .ze_spell {
|
|
292
|
-
top: initial;
|
|
344
|
+
top: initial ;
|
|
345
|
+
/* Variable:Ignore */
|
|
293
346
|
bottom: -32px;
|
|
294
347
|
}
|
|
348
|
+
|
|
295
349
|
[dir=ltr] .xlarge :global .KB_Editor_menus .ze_spell {
|
|
296
|
-
right: 0;
|
|
350
|
+
right: 0 ;
|
|
297
351
|
}
|
|
352
|
+
|
|
298
353
|
[dir=rtl] .xlarge :global .KB_Editor_menus .ze_spell {
|
|
299
|
-
left: 0;
|
|
354
|
+
left: 0 ;
|
|
300
355
|
}
|
|
301
356
|
|
|
302
|
-
.xlarge :global .KB_Editor_menus
|
|
303
|
-
width: var(--zd_size17);
|
|
304
|
-
height: var(--zd_size21);
|
|
305
|
-
padding: 0 var(--zd_size7);
|
|
357
|
+
.xlarge :global .KB_Editor_menus>ul>li>span.SnippetIcon svg {
|
|
358
|
+
width: var(--zd_size17) ;
|
|
359
|
+
height: var(--zd_size21) ;
|
|
360
|
+
padding: 0 var(--zd_size7) ;
|
|
306
361
|
}
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
362
|
+
|
|
363
|
+
.xlarge :global .KB_Editor_menus>ul>li>span.TemplateIcon svg {
|
|
364
|
+
width: var(--zd_size16) ;
|
|
365
|
+
height: var(--zd_size16) ;
|
|
366
|
+
padding: 0 var(--zd_size9) ;
|
|
311
367
|
}
|
|
368
|
+
|
|
312
369
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .SnippetIcon {
|
|
313
370
|
position: relative;
|
|
314
371
|
}
|
|
372
|
+
|
|
315
373
|
.xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .SnippetIcon::after {
|
|
316
374
|
content: '';
|
|
317
375
|
position: absolute;
|
|
318
|
-
height: 100
|
|
319
|
-
width: var(--zd_size1);
|
|
320
|
-
top: 0;
|
|
376
|
+
height: 100% ;
|
|
377
|
+
width: var(--zd_size1) ;
|
|
378
|
+
top: 0 ;
|
|
321
379
|
}
|
|
380
|
+
|
|
322
381
|
[dir=ltr] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .SnippetIcon::after {
|
|
323
382
|
border-right: 1px solid var(--zdt_texteditor_default_border);
|
|
324
|
-
right: 0;
|
|
383
|
+
right: 0 ;
|
|
325
384
|
}
|
|
385
|
+
|
|
326
386
|
[dir=rtl] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .SnippetIcon::after {
|
|
327
387
|
border-left: 1px solid var(--zdt_texteditor_default_border);
|
|
328
|
-
left: 0;
|
|
388
|
+
left: 0 ;
|
|
329
389
|
}
|
|
390
|
+
|
|
330
391
|
.xlarge :global .KB_Editor_MultiTools li .Kbeditor_more_icon {
|
|
331
|
-
top: initial;
|
|
332
|
-
padding: 0 var(--zd_size7);
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
:
|
|
348
|
-
.KB_Editor_menus
|
|
349
|
-
> ul
|
|
350
|
-
> li
|
|
351
|
-
> span:not(.KB_Editor_Bdr_div):not(.KBEditortools-Block-down-arrow):not(.Kbeditor_more_icon):not(.SnippetIcon):not(.TemplateIcon)
|
|
352
|
-
> svg {
|
|
353
|
-
width: var(--zd_size21);
|
|
354
|
-
height: var(--zd_size21);
|
|
355
|
-
padding: 0 var(--zd_size4);
|
|
392
|
+
top: initial ;
|
|
393
|
+
padding: 0 var(--zd_size7) ;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.xlarge :global .KB_Editor_MultiTools li .Kbeditor_more_icon>svg {
|
|
397
|
+
width: var(--zd_size12) ;
|
|
398
|
+
height: var(--zd_size12) ;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
.xlarge :global .KB_Editor_menus>ul>li>span:not(.KB_Editor_Bdr_div):not(.KBEditortools-Block-down-arrow):not(.Kbeditor_more_icon):not(.SnippetIcon):not(.TemplateIcon):not(.KB_Editor_Richtext):not(.KB_Editor_PlainText) {
|
|
402
|
+
height: var(--zd_size21) ;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
.xlarge :global .KB_Editor_menus>ul>li>span:not(.KB_Editor_Bdr_div):not(.KBEditortools-Block-down-arrow):not(.Kbeditor_more_icon):not(.SnippetIcon):not(.TemplateIcon)>svg {
|
|
406
|
+
width: var(--zd_size21) ;
|
|
407
|
+
height: var(--zd_size21) ;
|
|
408
|
+
padding: 0 var(--zd_size4) ;
|
|
356
409
|
}
|
|
410
|
+
|
|
357
411
|
[dir=ltr] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText {
|
|
358
|
-
padding: var(--zd_size8) var(--zd_size8) var(--zd_size7) var(--zd_size4);
|
|
412
|
+
padding: var(--zd_size8) var(--zd_size8) var(--zd_size7) var(--zd_size4) ;
|
|
359
413
|
}
|
|
414
|
+
|
|
360
415
|
[dir=rtl] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_PlainText {
|
|
361
|
-
padding: var(--zd_size8) var(--zd_size4) var(--zd_size7) var(--zd_size8);
|
|
416
|
+
padding: var(--zd_size8) var(--zd_size4) var(--zd_size7) var(--zd_size8) ;
|
|
362
417
|
}
|
|
418
|
+
|
|
363
419
|
[dir=ltr] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
364
|
-
padding: var(--zd_size8) var(--zd_size4) var(--zd_size7) var(--zd_size8);
|
|
420
|
+
padding: var(--zd_size8) var(--zd_size4) var(--zd_size7) var(--zd_size8) ;
|
|
365
421
|
}
|
|
422
|
+
|
|
366
423
|
[dir=rtl] .xlarge :global .KB_Editor_menus .KB_Editor_MultiTools .KB_Editor_Richtext {
|
|
367
|
-
padding: var(--zd_size8) var(--zd_size8) var(--zd_size7) var(--zd_size4);
|
|
424
|
+
padding: var(--zd_size8) var(--zd_size8) var(--zd_size7) var(--zd_size4) ;
|
|
368
425
|
}
|
|
369
426
|
|
|
370
427
|
/* medium type editor - snippet, bug tracker cases */
|
|
371
428
|
.medium :global .KB_Editor,
|
|
372
429
|
.medium :global .KB_Editor_menus .KB_Editor_MultiTools,
|
|
373
|
-
.medium :global .KB_Editor_menus .KB_Editor_MultiTools
|
|
430
|
+
.medium :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
374
431
|
display: -webkit-box;
|
|
375
432
|
display: -ms-flexbox;
|
|
376
433
|
display: flex;
|
|
377
434
|
}
|
|
435
|
+
|
|
378
436
|
.medium :global .KB_Editor {
|
|
379
|
-
height: 100
|
|
380
|
-
width: 100
|
|
437
|
+
height: 100% ;
|
|
438
|
+
width: 100% ;
|
|
381
439
|
position: relative;
|
|
382
440
|
-webkit-box-orient: vertical;
|
|
383
441
|
-webkit-box-direction: normal;
|
|
@@ -388,138 +446,162 @@
|
|
|
388
446
|
|
|
389
447
|
.medium :global .KB_Editor_iframe,
|
|
390
448
|
.medium :global .KB_Editor .ze_area {
|
|
391
|
-
height: 100
|
|
449
|
+
height: 100% ;
|
|
392
450
|
-webkit-box-flex: 1;
|
|
393
451
|
-ms-flex-positive: 1;
|
|
394
452
|
flex-grow: 1;
|
|
395
|
-
min-height: 0;
|
|
396
|
-
min-width: 0;
|
|
453
|
+
min-height: 0 ;
|
|
454
|
+
min-width: 0 ;
|
|
397
455
|
}
|
|
456
|
+
|
|
398
457
|
.medium :global .KB_Editor_menus {
|
|
399
|
-
min-height: unset;
|
|
400
|
-
|
|
401
|
-
|
|
458
|
+
min-height: unset;
|
|
459
|
+
/* check point 1 */
|
|
460
|
+
flex: 0 0 auto ;
|
|
461
|
+
padding: 0 ;
|
|
402
462
|
border-bottom: 0;
|
|
403
463
|
}
|
|
464
|
+
|
|
404
465
|
.medium :global .KB_Editor_menus .KB_Editor_MultiTools {
|
|
405
466
|
-ms-flex-wrap: wrap;
|
|
406
467
|
flex-wrap: wrap;
|
|
407
|
-
min-height: inherit;
|
|
468
|
+
min-height: inherit ;
|
|
408
469
|
}
|
|
409
|
-
|
|
470
|
+
|
|
471
|
+
.medium :global .KB_Editor_menus .KB_Editor_MultiTools>li {
|
|
410
472
|
height: unset;
|
|
411
473
|
-webkit-box-align: center;
|
|
412
474
|
-ms-flex-align: center;
|
|
413
475
|
align-items: center;
|
|
414
|
-
padding: var(--zd_size3) var(--zd_size1);
|
|
476
|
+
padding: var(--zd_size3) var(--zd_size1) ;
|
|
415
477
|
float: unset;
|
|
416
478
|
}
|
|
479
|
+
|
|
417
480
|
.medium :global .KB_Editor_menus .KB_Editor_MultiTools li span {
|
|
418
481
|
line-height: 0;
|
|
419
482
|
}
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
483
|
+
|
|
484
|
+
.medium :global .KB_Editor_menus>ul>li>span>svg {
|
|
485
|
+
width: var(--zd_size22) ;
|
|
486
|
+
height: var(--zd_size22) ;
|
|
423
487
|
}
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
488
|
+
|
|
489
|
+
.medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
490
|
+
width: var(--zd_size8) ;
|
|
491
|
+
height: var(--zd_size8) ;
|
|
427
492
|
}
|
|
428
|
-
|
|
429
|
-
|
|
493
|
+
|
|
494
|
+
[dir=ltr] .medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
495
|
+
padding: 0 0 0 var(--zd_size2) ;
|
|
430
496
|
}
|
|
431
|
-
|
|
432
|
-
|
|
497
|
+
|
|
498
|
+
[dir=rtl] .medium :global .KB_Editor_menus>ul>li>span.KB_Editor_Bdr_div>svg {
|
|
499
|
+
padding: 0 var(--zd_size2) 0 0 ;
|
|
433
500
|
}
|
|
501
|
+
|
|
434
502
|
.medium :global .KB_Editor_MultiTools .KBEditortools-Block-down-arrow svg {
|
|
435
|
-
height: var(--zd_size10);
|
|
436
|
-
width: var(--zd_size17);
|
|
437
|
-
padding: var(--zd_size7) var(--zd_size2);
|
|
503
|
+
height: var(--zd_size10) ;
|
|
504
|
+
width: var(--zd_size17) ;
|
|
505
|
+
padding: var(--zd_size7) var(--zd_size2) ;
|
|
438
506
|
}
|
|
507
|
+
|
|
439
508
|
.medium :global .KB_Editor_MultiTools .KB_Editor_Bdr_div,
|
|
440
509
|
.medium :global .KB_Editor_MultiTools .KB_Editor_Bdr_div.Insert_Type {
|
|
441
510
|
line-height: 0;
|
|
442
511
|
}
|
|
512
|
+
|
|
443
513
|
.medium :global .KB_Editor_MultiTools .KB_Editor_Bdr_div, .medium :global .KB_Editor_MultiTools .KB_Editor_Bdr_div.Insert_Type {
|
|
444
|
-
padding: var(--zd_size7);
|
|
514
|
+
padding: var(--zd_size7) ;
|
|
445
515
|
}
|
|
446
516
|
|
|
447
517
|
.medium :global .KB_Editor_menus .ze_spell {
|
|
448
|
-
top: initial;
|
|
449
|
-
bottom: calc(var(--zd_size32) * -1);
|
|
518
|
+
top: initial ;
|
|
519
|
+
bottom: calc( var(--zd_size32) * -1 ) ;
|
|
450
520
|
}
|
|
451
521
|
|
|
452
522
|
[dir=ltr] .medium :global .KB_Editor_menus .ze_spell {
|
|
453
|
-
right: 0;
|
|
523
|
+
right: 0 ;
|
|
454
524
|
}
|
|
455
525
|
|
|
456
526
|
[dir=rtl] .medium :global .KB_Editor_menus .ze_spell {
|
|
457
|
-
left: 0;
|
|
527
|
+
left: 0 ;
|
|
458
528
|
}
|
|
529
|
+
|
|
459
530
|
.medium :global .KB_Editor_MultiTools li .Kbeditor_more_icon {
|
|
460
|
-
top: initial;
|
|
461
|
-
padding: 0 var(--zd_size3);
|
|
531
|
+
top: initial ;
|
|
532
|
+
padding: 0 var(--zd_size3) ;
|
|
462
533
|
}
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
534
|
+
|
|
535
|
+
.medium :global .KB_Editor_MultiTools li .Kbeditor_more_icon>svg {
|
|
536
|
+
width: var(--zd_size12) ;
|
|
537
|
+
height: var(--zd_size12) ;
|
|
466
538
|
}
|
|
467
539
|
|
|
468
540
|
/* small, mini type - ticket detail view comment, feeds comment, blueprint comment */
|
|
469
541
|
.small :global .KB_Editor,
|
|
470
542
|
.mini :global .KB_Editor {
|
|
471
|
-
height: 100
|
|
543
|
+
height: 100% ;
|
|
472
544
|
}
|
|
473
545
|
.small :global .KB_Editor, .mini :global .KB_Editor {
|
|
474
546
|
border: 0;
|
|
475
547
|
}
|
|
548
|
+
|
|
476
549
|
.small :global .KB_Editor_iframe,
|
|
477
550
|
.mini :global .KB_Editor_iframe {
|
|
478
|
-
max-height: var(--zd_size225);
|
|
479
|
-
min-height: var(--zd_size80);
|
|
480
|
-
height: var(--zd_size80);
|
|
551
|
+
max-height: var(--zd_size225) ;
|
|
552
|
+
min-height: var(--zd_size80) ;
|
|
553
|
+
height: var(--zd_size80) ;
|
|
481
554
|
}
|
|
555
|
+
|
|
482
556
|
.small.borderNone :global .KB_Editor, .mini.borderNone :global .KB_Editor, .medium.borderNone :global .KB_Editor, .large.borderNone :global .KB_Editor, .xlarge.borderNone :global .KB_Editor, .default.borderNone :global .KB_Editor {
|
|
483
557
|
border: 0;
|
|
484
558
|
}
|
|
559
|
+
|
|
485
560
|
.small :global .KB_Editor_menus,
|
|
486
561
|
.mini :global .KB_Editor_menus {
|
|
487
|
-
bottom: 0;
|
|
562
|
+
bottom: 0 ;
|
|
488
563
|
z-index: 1;
|
|
489
|
-
min-height: auto;
|
|
490
|
-
height: var(--zd_size40);
|
|
491
|
-
width: var(--zd_size406);
|
|
564
|
+
min-height: auto ;
|
|
565
|
+
height: var(--zd_size40) ;
|
|
566
|
+
width: var(--zd_size406) ;
|
|
492
567
|
transition: opacity var(--zd_transition3);
|
|
493
568
|
position: absolute;
|
|
494
569
|
}
|
|
570
|
+
|
|
495
571
|
.small :global .KB_Editor_menus, .mini :global .KB_Editor_menus {
|
|
496
572
|
border: 0;
|
|
497
|
-
padding: 0;
|
|
573
|
+
padding: 0 ;
|
|
498
574
|
}
|
|
575
|
+
|
|
499
576
|
[dir=ltr] .small :global .KB_Editor_menus, [dir=ltr] .mini :global .KB_Editor_menus {
|
|
500
|
-
left: 0;
|
|
577
|
+
left: 0 ;
|
|
501
578
|
}
|
|
579
|
+
|
|
502
580
|
[dir=rtl] .small :global .KB_Editor_menus, [dir=rtl] .mini :global .KB_Editor_menus {
|
|
503
|
-
right: 0;
|
|
581
|
+
right: 0 ;
|
|
504
582
|
}
|
|
583
|
+
|
|
505
584
|
.small :global .KB_Editor_MultiTools,
|
|
506
585
|
.mini :global .KB_Editor_MultiTools {
|
|
507
586
|
display: -webkit-box;
|
|
508
587
|
display: -ms-flexbox;
|
|
509
588
|
display: flex;
|
|
510
|
-
height: 100
|
|
589
|
+
height: 100% ;
|
|
511
590
|
}
|
|
591
|
+
|
|
512
592
|
.small :global .KB_Editor_MultiTools li,
|
|
513
593
|
.mini :global .KB_Editor_MultiTools li {
|
|
514
|
-
height: 100
|
|
594
|
+
height: 100% ;
|
|
515
595
|
}
|
|
596
|
+
|
|
516
597
|
.small :global .KB_Editor_MultiTools li, .mini :global .KB_Editor_MultiTools li {
|
|
517
|
-
padding: 0;
|
|
598
|
+
padding: 0 ;
|
|
518
599
|
float: unset;
|
|
519
600
|
}
|
|
601
|
+
|
|
520
602
|
.small :global .KB_Editor_MultiTools li span,
|
|
521
603
|
.mini :global .KB_Editor_MultiTools li span {
|
|
522
|
-
height: 100
|
|
604
|
+
height: 100% ;
|
|
523
605
|
display: inline-flex;
|
|
524
606
|
display: -webkit-inline-flex;
|
|
525
607
|
display: -ms-inline-flexbox;
|
|
@@ -529,43 +611,48 @@
|
|
|
529
611
|
max-height: unset;
|
|
530
612
|
line-height: 0;
|
|
531
613
|
}
|
|
532
|
-
|
|
533
|
-
.
|
|
534
|
-
|
|
535
|
-
|
|
614
|
+
|
|
615
|
+
.small :global .KB_Editor_menus>ul>li>span>svg,
|
|
616
|
+
.mini :global .KB_Editor_menus>ul>li>span>svg {
|
|
617
|
+
width: var(--zd_size25) ;
|
|
618
|
+
height: var(--zd_size25) ;
|
|
536
619
|
}
|
|
537
|
-
|
|
538
|
-
|
|
620
|
+
|
|
621
|
+
.small :global .KB_Editor_menus>ul>li>span>svg, .mini :global .KB_Editor_menus>ul>li>span>svg {
|
|
622
|
+
padding: 0 var(--zd_size6) ;
|
|
539
623
|
}
|
|
624
|
+
|
|
540
625
|
.mini :global .KB_Editor_menus:after {
|
|
541
626
|
content: '';
|
|
542
627
|
position: absolute;
|
|
543
|
-
bottom: calc(var(--zd_size5) * -1);
|
|
544
|
-
height: var(--zd_size10);
|
|
545
|
-
width: var(--zd_size10);
|
|
628
|
+
bottom: calc( var(--zd_size5) * -1 ) ;
|
|
629
|
+
height: var(--zd_size10) ;
|
|
630
|
+
width: var(--zd_size10) ;
|
|
546
631
|
z-index: -1;
|
|
632
|
+
box-shadow: var(--zd_bs_texteditor_menu);
|
|
547
633
|
background-color: var(--zdt_texteditor_menu_after_bg);
|
|
548
634
|
}
|
|
635
|
+
|
|
549
636
|
[dir=ltr] .mini :global .KB_Editor_menus:after {
|
|
550
|
-
left: var(--zd_size95);
|
|
551
|
-
box-shadow: -1px 1px 2px 0 var(--zdt_texteditor_menu_after_box_shadow);
|
|
637
|
+
left: var(--zd_size95) ;
|
|
552
638
|
-webkit-transform: rotateZ(-45deg);
|
|
553
639
|
-moz-transform: rotateZ(-45deg);
|
|
554
640
|
-ms-transform: rotateZ(-45deg);
|
|
555
641
|
-o-transform: rotateZ(-45deg);
|
|
556
642
|
transform: rotateZ(-45deg);
|
|
557
643
|
}
|
|
644
|
+
|
|
558
645
|
[dir=rtl] .mini :global .KB_Editor_menus:after {
|
|
559
|
-
right: var(--zd_size95);
|
|
560
|
-
box-shadow: 1px 1px 2px 0 var(--zdt_texteditor_menu_after_box_shadow);
|
|
646
|
+
right: var(--zd_size95) ;
|
|
561
647
|
-webkit-transform: rotateZ(45deg);
|
|
562
648
|
-moz-transform: rotateZ(45deg);
|
|
563
649
|
-ms-transform: rotateZ(45deg);
|
|
564
650
|
-o-transform: rotateZ(45deg);
|
|
565
651
|
transform: rotateZ(45deg);
|
|
566
652
|
}
|
|
653
|
+
|
|
567
654
|
:global .hideTools .KB_Editor_menus {
|
|
568
|
-
height: 0;
|
|
655
|
+
height: 0 ;
|
|
569
656
|
overflow: hidden;
|
|
570
657
|
opacity: 0;
|
|
571
658
|
box-shadow: 0 0 0 transparent;
|
|
@@ -574,13 +661,15 @@
|
|
|
574
661
|
|
|
575
662
|
/* mini type - tdv left area comment */
|
|
576
663
|
.mini :global .KB_Editor_menus {
|
|
577
|
-
width: var(--zd_size205);
|
|
664
|
+
width: var(--zd_size205) ;
|
|
578
665
|
}
|
|
666
|
+
|
|
579
667
|
[dir=ltr] .mini :global .KB_Editor_menus:after {
|
|
580
|
-
left: var(--zd_size55);
|
|
668
|
+
left: var(--zd_size55) ;
|
|
581
669
|
}
|
|
670
|
+
|
|
582
671
|
[dir=rtl] .mini :global .KB_Editor_menus:after {
|
|
583
|
-
right: var(--zd_size55);
|
|
672
|
+
right: var(--zd_size55) ;
|
|
584
673
|
}
|
|
585
674
|
|
|
586
675
|
:global .KB_Editor_UploadImage.hide,
|
|
@@ -588,32 +677,39 @@
|
|
|
588
677
|
:global .KB_Editor_UploadImage .KB_Editor_ImageUrlDisc.hide {
|
|
589
678
|
display: none;
|
|
590
679
|
}
|
|
680
|
+
|
|
591
681
|
.textEditor :global .KB_Editor_AnimateInput::placeholder {
|
|
592
682
|
color: var(--zdt_texteditor_input_placeholder_text);
|
|
593
683
|
}
|
|
594
684
|
|
|
595
685
|
.textEditor :global .KB_Editor_menus ul .KBEditortools-quote svg {
|
|
686
|
+
/* Variable:Ignore */
|
|
596
687
|
width: 15px;
|
|
688
|
+
/* Variable:Ignore */
|
|
597
689
|
height: 15px;
|
|
690
|
+
/* Variable:Ignore */
|
|
598
691
|
top: -5px;
|
|
692
|
+
/* Variable:Ignore */
|
|
599
693
|
}
|
|
600
694
|
|
|
601
695
|
[dir=ltr] .textEditor :global .KB_Editor_menus ul .KBEditortools-quote svg {
|
|
602
|
-
left:
|
|
696
|
+
left: var(--zd_size5) ;
|
|
603
697
|
}
|
|
604
698
|
|
|
605
699
|
[dir=rtl] .textEditor :global .KB_Editor_menus ul .KBEditortools-quote svg {
|
|
606
|
-
right:
|
|
700
|
+
right: var(--zd_size5) ;
|
|
607
701
|
}
|
|
608
702
|
|
|
609
703
|
.textEditor :global .KB_Editor_common_DropDown {
|
|
610
|
-
padding: 0
|
|
704
|
+
padding: 0 !important;
|
|
611
705
|
}
|
|
706
|
+
|
|
612
707
|
.textEditor :global .KB_Editor_common_DropDown ul {
|
|
708
|
+
/* Variable:Ignore */
|
|
613
709
|
max-height: 210px;
|
|
614
710
|
overflow: auto;
|
|
615
|
-
box-shadow:
|
|
616
|
-
padding: 0;
|
|
711
|
+
box-shadow: var(--zd_bs_texteditor_ul);
|
|
712
|
+
padding: 0 ;
|
|
617
713
|
}
|
|
618
714
|
|
|
619
715
|
.textEditor :global .KB_Editor_common_DropDown li {
|
|
@@ -622,45 +718,54 @@
|
|
|
622
718
|
|
|
623
719
|
:global .KB_Editor textarea.ze_area {
|
|
624
720
|
font-family: var(--zd_regular) !important;
|
|
625
|
-
font-size: var(--
|
|
626
|
-
padding: var(--zd_size15) var(--zd_size20)
|
|
721
|
+
font-size: var(--zd_font_size14) !important;
|
|
722
|
+
padding: var(--zd_size15) var(--zd_size20) !important;
|
|
627
723
|
}
|
|
628
724
|
|
|
629
725
|
.textEditor :global .KB_Editor li[editor-command='styletext'] {
|
|
630
726
|
display: none !important;
|
|
631
727
|
}
|
|
728
|
+
|
|
632
729
|
.textEditor :global .KB_Editor li[editor-command='plaintext'] {
|
|
633
730
|
order: 100;
|
|
634
731
|
}
|
|
732
|
+
|
|
635
733
|
.readOnly {
|
|
636
734
|
position: relative;
|
|
637
735
|
cursor: not-allowed;
|
|
638
736
|
}
|
|
737
|
+
|
|
639
738
|
.readOnlyMask {
|
|
640
739
|
position: absolute;
|
|
641
|
-
top: 0;
|
|
642
|
-
bottom: 0;
|
|
740
|
+
top: 0 ;
|
|
741
|
+
bottom: 0 ;
|
|
643
742
|
}
|
|
743
|
+
|
|
644
744
|
[dir=ltr] .readOnlyMask {
|
|
645
|
-
left: 0;
|
|
646
|
-
right: 0;
|
|
745
|
+
left: 0 ;
|
|
746
|
+
right: 0 ;
|
|
647
747
|
}
|
|
748
|
+
|
|
648
749
|
[dir=rtl] .readOnlyMask {
|
|
649
|
-
right: 0;
|
|
650
|
-
left: 0;
|
|
750
|
+
right: 0 ;
|
|
751
|
+
left: 0 ;
|
|
651
752
|
}
|
|
753
|
+
|
|
652
754
|
.readOnly :global .KB_Editor_menus {
|
|
653
755
|
display: none !important;
|
|
654
756
|
}
|
|
757
|
+
|
|
655
758
|
.editorHide :global .KB_Editor {
|
|
656
759
|
position: absolute !important;
|
|
657
|
-
top: 0;
|
|
760
|
+
top: 0 ;
|
|
658
761
|
opacity: 0;
|
|
659
762
|
visibility: hidden;
|
|
660
763
|
}
|
|
764
|
+
|
|
661
765
|
[dir=ltr] .editorHide :global .KB_Editor {
|
|
662
|
-
left: 0;
|
|
766
|
+
left: 0 ;
|
|
663
767
|
}
|
|
768
|
+
|
|
664
769
|
[dir=rtl] .editorHide :global .KB_Editor {
|
|
665
|
-
right: 0;
|
|
666
|
-
}
|
|
770
|
+
right: 0 ;
|
|
771
|
+
}
|