@zohodesk/dot 1.0.0-temp-150 → 1.0.0-temp-151
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 +0 -9
- package/assets/Appearance/dark/mode/dotDarkMode.module.css +1 -1
- package/assets/Appearance/default/mode/dotDefaultMode.module.css +1 -1
- package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +1 -1
- package/es/ActionButton/ActionButton.module.css +14 -14
- package/es/AlphabeticList/AlphabeticList.module.css +10 -10
- package/es/Attachment/Attachment.module.css +24 -26
- package/es/AttachmentViewer/AttachmentViewer.module.css +41 -41
- package/es/ChannelIcon/ChannelIcon.module.css +22 -22
- package/es/Drawer/Drawer.module.css +40 -41
- package/es/FormAction/FormAction.module.css +20 -20
- package/es/Hooks/Dragger/useDragger.js +2 -7
- package/es/IconButton/IconButton.module.css +2 -2
- package/es/Image/Image.module.css +0 -1
- package/es/ImportantNotes/ImportantNotes.module.css +5 -5
- package/es/Loader/Loader.module.css +0 -1
- package/es/Message/Message.module.css +9 -9
- package/es/MessageBanner/MessageBanner.module.css +7 -7
- package/es/NewStar/NewStar.module.css +10 -18
- package/es/Separator/Separator.module.css +6 -6
- package/es/TagWithIcon/TagWithIcon.module.css +6 -6
- package/es/ToastMessage/ToastMessage.module.css +23 -23
- package/es/Upload/Upload.module.css +15 -15
- package/es/alert/AlertHeader/AlertHeader.module.css +12 -12
- package/es/alert/AlertLookup/AlertLookup.module.css +6 -6
- package/es/avatar/AvatarClose/AvatarClose.module.css +1 -1
- package/es/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
- package/es/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
- package/es/avatar/AvatarThread/AvatarThread.module.css +24 -24
- package/es/avatar/AvatarUser/AvatarUser.module.css +40 -40
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
- package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
- package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
- package/es/emptystate/EditionPage/EditionPage.css +13 -13
- package/es/errorstate/EmptyStates.module.css +18 -18
- package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -3
- package/es/errorstate/LinkText/LinkText.module.css +1 -1
- package/es/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
- package/es/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
- package/es/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
- package/es/errorstate/WillBack/WillBack.module.css +10 -10
- package/es/form/fields/Fields.module.css +26 -26
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
- package/es/form/fields/TextEditor/TextEditor.js +11 -10
- package/es/form/fields/TextEditor/TextEditor.module.css +77 -84
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -3
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
- package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
- package/es/layout/SubtabLayout/SubtabLayout.module.css +32 -32
- package/es/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
- package/es/list/Comment/Comment.module.css +4 -4
- package/es/list/Dot/Dot.module.css +3 -3
- package/es/list/DotNew/DotNew.module.css +4 -4
- package/es/list/GridStencils/GridStencils.module.css +24 -24
- package/es/list/Icons/AddNewIcon.js +3 -2
- package/es/list/Icons/CompleteIcon.js +2 -2
- package/es/list/Icons/DeleteIcon.js +4 -3
- package/es/list/Icons/EditIcon.js +5 -3
- package/es/list/Icons/Icons.module.css +2 -2
- package/es/list/Icons/ReadUnreadIcon.js +5 -3
- package/es/list/Icons/SmartIcon.js +5 -3
- package/es/list/ListLayout/ListLayout.module.css +30 -14
- package/es/list/ListStencils/ListStencils.module.css +12 -12
- package/es/list/SecondaryText/SecondaryText.module.css +11 -11
- package/es/list/SentimentStatus/SentimentStatus.module.css +3 -3
- package/es/list/TagNew/TagNew.module.css +4 -4
- package/es/list/Thread/Thread.module.css +7 -7
- package/es/list/UserTime/UserTime.module.css +8 -8
- package/es/list/listCommon.module.css +31 -9
- package/es/list/status/StatusDropdown/StatusDropdown.js +9 -2
- package/es/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
- package/es/list/status/StatusListItem/StatusListItem.module.css +16 -16
- package/es/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
- package/es/lookup/Lookup/Lookup.module.css +5 -5
- package/es/lookup/Section/LookupSection.module.css +1 -1
- package/es/lookup/header/Close/LookupClose.module.css +3 -3
- package/es/lookup/header/Search/LookupSearch.module.css +14 -14
- package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
- package/es/lookup/header/Title/LookupTitle.module.css +1 -1
- package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
- package/es/lookup/header/lookupHeaderCommon.module.css +8 -8
- package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
- package/es/setup/header/Button/HeaderButton.module.css +2 -2
- package/es/setup/header/Link/HeaderLink.module.css +5 -5
- package/es/setup/header/Search/Search.module.css +8 -8
- package/es/setup/header/Views/Views.module.css +4 -4
- package/es/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
- package/es/setup/helptips/Link/HelpTipsLink.module.css +2 -2
- package/es/setup/helptips/ListGroup/ListGroup.module.css +3 -3
- package/es/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
- package/es/setup/table/TableData/SetupTableData.module.css +6 -6
- package/es/setup/table/TableHead/SetupTableHead.module.css +5 -5
- package/es/setup/table/TableRow/SetupTableRow.module.css +5 -5
- package/es/setup/table/Text/TableText.module.css +2 -2
- package/es/version2/AlertClose/AlertClose.module.css +2 -2
- package/es/version2/GlobalNotification/GlobalNotification.module.css +13 -13
- package/es/version2/errorstate/V2_ErrorStates.module.css +17 -17
- package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
- package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
- package/es/version2/lookup/alertLookupCommonNew.module.css +5 -5
- package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
- package/lib/ActionButton/ActionButton.module.css +14 -14
- package/lib/AlphabeticList/AlphabeticList.js +1 -1
- package/lib/AlphabeticList/AlphabeticList.module.css +10 -10
- package/lib/Attachment/Attachment.module.css +24 -26
- package/lib/AttachmentViewer/AttachmentImage.js +1 -1
- package/lib/AttachmentViewer/AttachmentViewer.module.css +41 -41
- package/lib/ChannelIcon/ChannelIcon.module.css +22 -22
- package/lib/Drawer/Drawer.module.css +40 -41
- package/lib/ExternalLink/ExternalLink.js +1 -1
- package/lib/FormAction/FormAction.module.css +20 -20
- package/lib/Hooks/Dragger/useDragger.js +2 -7
- package/lib/IconButton/IconButton.module.css +2 -2
- package/lib/Image/Image.module.css +0 -1
- package/lib/ImportantNotes/ImportantNotes.module.css +5 -5
- package/lib/Loader/Loader.module.css +0 -1
- package/lib/Message/Message.module.css +9 -9
- package/lib/MessageBanner/MessageBanner.module.css +7 -7
- package/lib/NewStar/NewStar.module.css +10 -18
- package/lib/Separator/Separator.module.css +6 -6
- package/lib/TagWithIcon/TagWithIcon.module.css +6 -6
- package/lib/ToastMessage/ToastMessage.js +2 -1
- package/lib/ToastMessage/ToastMessage.module.css +23 -23
- package/lib/Upload/Upload.module.css +15 -15
- package/lib/alert/AlertHeader/AlertHeader.module.css +12 -12
- package/lib/alert/AlertLookup/AlertLookup.js +1 -1
- package/lib/alert/AlertLookup/AlertLookup.module.css +6 -6
- package/lib/avatar/AvatarClose/AvatarClose.module.css +1 -1
- package/lib/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
- package/lib/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
- package/lib/avatar/AvatarThread/AvatarThread.module.css +24 -24
- package/lib/avatar/AvatarUser/AvatarUser.js +1 -1
- package/lib/avatar/AvatarUser/AvatarUser.module.css +40 -40
- package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
- package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
- package/lib/emptystate/EditionPage/EditionPage.css +13 -13
- package/lib/errorstate/EmptyStates.module.css +18 -18
- package/lib/errorstate/Inconvenience/Inconvenience.module.css +3 -3
- package/lib/errorstate/LinkText/LinkText.module.css +1 -1
- package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
- package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
- package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
- package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
- package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
- package/lib/errorstate/WillBack/WillBack.module.css +10 -10
- package/lib/form/fields/CheckBoxField/CheckBoxField.js +1 -1
- package/lib/form/fields/CurrencyField/CurrencyField.js +1 -1
- package/lib/form/fields/DateField/DateField.js +1 -1
- package/lib/form/fields/FieldContainer/FieldContainer.js +1 -1
- package/lib/form/fields/Fields.module.css +26 -26
- package/lib/form/fields/MultiSelectField/MultiSelectField.js +1 -1
- package/lib/form/fields/PhoneField/PhoneField.js +1 -1
- package/lib/form/fields/RadioField/RadioField.js +1 -1
- package/lib/form/fields/SelectField/SelectField.js +1 -1
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +1 -1
- package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
- package/lib/form/fields/TextBoxField/TextBoxField.js +1 -1
- package/lib/form/fields/TextEditor/TextEditor.js +13 -11
- package/lib/form/fields/TextEditor/TextEditor.module.css +77 -84
- package/lib/form/fields/TextEditorField/TextEditorField.js +1 -1
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +1 -1
- package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -3
- package/lib/form/fields/TextareaField/TextareaField.js +1 -1
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
- package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +32 -32
- package/lib/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
- package/lib/list/Comment/Comment.module.css +4 -4
- package/lib/list/Dot/Dot.module.css +3 -3
- package/lib/list/DotNew/DotNew.module.css +4 -4
- package/lib/list/GridStencils/GridStencils.module.css +24 -24
- package/lib/list/Icons/AddNewIcon.js +3 -2
- package/lib/list/Icons/CompleteIcon.js +2 -2
- package/lib/list/Icons/DeleteIcon.js +4 -3
- package/lib/list/Icons/EditIcon.js +5 -3
- package/lib/list/Icons/Icons.module.css +2 -2
- package/lib/list/Icons/ReadUnreadIcon.js +5 -3
- package/lib/list/Icons/SmartIcon.js +5 -3
- package/lib/list/ListLayout/ListLayout.module.css +30 -14
- package/lib/list/ListStencils/ListStencils.js +1 -1
- package/lib/list/ListStencils/ListStencils.module.css +12 -12
- package/lib/list/SecondaryText/AccountName.js +1 -1
- package/lib/list/SecondaryText/Email.js +1 -1
- package/lib/list/SecondaryText/HappinessRating.js +1 -1
- package/lib/list/SecondaryText/PhoneNumber.js +1 -1
- package/lib/list/SecondaryText/SecondaryText.module.css +11 -11
- package/lib/list/SecondaryText/Website.js +1 -1
- package/lib/list/SecondryPanel/SecondryPanel.js +1 -1
- package/lib/list/SentimentStatus/SentimentStatus.module.css +3 -3
- package/lib/list/TagNew/TagNew.module.css +4 -4
- package/lib/list/Thread/Thread.module.css +7 -7
- package/lib/list/UserTime/UserTime.module.css +8 -8
- package/lib/list/listCommon.module.css +31 -9
- package/lib/list/status/StatusDropdown/StatusDropdown.js +9 -2
- package/lib/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
- package/lib/list/status/StatusListItem/StatusListItem.js +1 -1
- package/lib/list/status/StatusListItem/StatusListItem.module.css +16 -16
- package/lib/lookup/EmptyPage/EmptyPage.js +1 -1
- package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
- package/lib/lookup/Lookup/Lookup.js +1 -1
- package/lib/lookup/Lookup/Lookup.module.css +5 -5
- package/lib/lookup/Section/LookupSection.module.css +1 -1
- package/lib/lookup/header/Close/Close.js +1 -1
- package/lib/lookup/header/Close/LookupClose.module.css +3 -3
- package/lib/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
- package/lib/lookup/header/Search/LookupSearch.module.css +14 -14
- package/lib/lookup/header/Search/Search.js +1 -1
- package/lib/lookup/header/TicketHeader/TicketHeader.js +1 -1
- package/lib/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
- package/lib/lookup/header/Title/LookupTitle.module.css +1 -1
- package/lib/lookup/header/Title/Title.js +1 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
- package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
- package/lib/lookup/header/lookupHeaderCommon.module.css +8 -8
- package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
- package/lib/setup/header/Button/HeaderButton.module.css +2 -2
- package/lib/setup/header/Link/HeaderLink.module.css +5 -5
- package/lib/setup/header/Search/Search.module.css +8 -8
- package/lib/setup/header/Views/Views.module.css +4 -4
- package/lib/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
- package/lib/setup/helptips/Link/HelpTipsLink.module.css +2 -2
- package/lib/setup/helptips/ListGroup/ListGroup.module.css +3 -3
- package/lib/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
- package/lib/setup/table/TableData/SetupTableData.module.css +6 -6
- package/lib/setup/table/TableHead/SetupTableHead.module.css +5 -5
- package/lib/setup/table/TableRow/SetupTableRow.module.css +5 -5
- package/lib/setup/table/Text/TableText.module.css +2 -2
- package/lib/version2/AlertClose/AlertClose.js +1 -1
- package/lib/version2/AlertClose/AlertClose.module.css +2 -2
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +13 -13
- package/lib/version2/errorstate/V2_ErrorStates.module.css +17 -17
- package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
- package/lib/version2/lookup/AlertLookup/AlertLookup.js +1 -1
- package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
- package/lib/version2/lookup/alertLookupCommonNew.module.css +5 -5
- package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
- package/package.json +9 -23
|
@@ -9,6 +9,7 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
9
9
|
var _propTypes = require("./props/propTypes");
|
|
10
10
|
var _IconsModule = _interopRequireDefault(require("./Icons.module.css"));
|
|
11
11
|
var _icons = require("@zohodesk/icons");
|
|
12
|
+
var _semanticButtonModule = _interopRequireDefault(require("@zohodesk/components/lib/semantic/Button/semanticButton.module.css"));
|
|
12
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
14
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
14
15
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
@@ -40,11 +41,12 @@ var SmartIcon = /*#__PURE__*/function (_Component) {
|
|
|
40
41
|
dataTitle = _this$props.dataTitle,
|
|
41
42
|
iconClass = _this$props.iconClass,
|
|
42
43
|
className = _this$props.className;
|
|
43
|
-
return /*#__PURE__*/_react["default"].createElement("
|
|
44
|
+
return /*#__PURE__*/_react["default"].createElement("button", {
|
|
44
45
|
onClick: onClick,
|
|
45
|
-
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : ''),
|
|
46
|
+
className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : '', " ").concat(_semanticButtonModule["default"].buttonReset),
|
|
46
47
|
"data-id": dataId,
|
|
47
|
-
"data-title": dataTitle
|
|
48
|
+
"data-title": dataTitle,
|
|
49
|
+
"aria-label": dataTitle
|
|
48
50
|
}, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
|
|
49
51
|
name: "ZD-TK-peek",
|
|
50
52
|
iconClass: iconClass ? iconClass : ''
|
|
@@ -1,58 +1,74 @@
|
|
|
1
1
|
.varClass {
|
|
2
2
|
--listBorder: var(--zdt_listLayout_border)
|
|
3
3
|
}
|
|
4
|
+
|
|
4
5
|
.container {
|
|
5
6
|
position: relative;
|
|
6
7
|
composes: varClass;
|
|
7
8
|
}
|
|
8
|
-
|
|
9
|
+
|
|
10
|
+
.listHover:hover, .hoveredStyle, .listHover:focus-within, .hoveredStyle:focus-within {
|
|
9
11
|
background-color: var(--zdt_listLayout_hover_bg);
|
|
10
12
|
}
|
|
13
|
+
|
|
11
14
|
.active, .active:hover {
|
|
12
15
|
background-color: var(--zdt_listLayout_active_bg);
|
|
13
16
|
}
|
|
14
|
-
|
|
17
|
+
|
|
18
|
+
.cursorPointer {
|
|
15
19
|
cursor: pointer
|
|
16
20
|
}
|
|
21
|
+
|
|
17
22
|
/* View */
|
|
18
23
|
.classic .innerContainer {
|
|
19
|
-
min-height:
|
|
20
|
-
padding:
|
|
24
|
+
min-height: var(--zd_size70);
|
|
25
|
+
padding: var(--zd_size13) 0;
|
|
21
26
|
}
|
|
27
|
+
|
|
22
28
|
.compact .innerContainer {
|
|
23
|
-
min-height:
|
|
24
|
-
padding:
|
|
29
|
+
min-height: var(--zd_size41);
|
|
30
|
+
padding: var(--zd_size5) 0;
|
|
25
31
|
}
|
|
32
|
+
|
|
26
33
|
.superCompact .innerContainer {
|
|
27
|
-
min-height:
|
|
28
|
-
padding:
|
|
34
|
+
min-height: var(--zd_size35);
|
|
35
|
+
padding: var(--zd_size2) 0;
|
|
29
36
|
}
|
|
37
|
+
|
|
30
38
|
.compact .innerContainer, .classic .innerContainer, .superCompact .innerContainer {
|
|
31
39
|
border-bottom: 1px dotted var(--listBorder);
|
|
32
40
|
}
|
|
41
|
+
|
|
33
42
|
[dir=ltr] .compact, [dir=ltr] .classic, [dir=ltr] .superCompact {
|
|
34
43
|
border-left: var(--zd_size2) solid transparent;
|
|
35
44
|
}
|
|
45
|
+
|
|
36
46
|
[dir=rtl] .compact, [dir=rtl] .classic, [dir=rtl] .superCompact {
|
|
37
47
|
border-right: var(--zd_size2) solid transparent;
|
|
38
48
|
}
|
|
39
|
-
|
|
49
|
+
|
|
50
|
+
[dir=ltr] .keyboardActive, [dir=ltr] .active {
|
|
40
51
|
border-top-left-radius: var(--zd_size5);
|
|
41
52
|
border-bottom-left-radius: var(--zd_size5);
|
|
42
53
|
}
|
|
43
|
-
|
|
54
|
+
|
|
55
|
+
[dir=rtl] .keyboardActive, [dir=rtl] .active {
|
|
44
56
|
border-top-right-radius: var(--zd_size5);
|
|
45
57
|
border-bottom-right-radius: var(--zd_size5);
|
|
46
58
|
}
|
|
47
|
-
|
|
59
|
+
|
|
60
|
+
[dir=ltr] .keyboardActive {
|
|
48
61
|
border-left-color: var(--zdt_listLayout_keyboard_active_border);
|
|
49
62
|
}
|
|
50
|
-
|
|
63
|
+
|
|
64
|
+
[dir=rtl] .keyboardActive {
|
|
51
65
|
border-right-color: var(--zdt_listLayout_keyboard_active_border);
|
|
52
66
|
}
|
|
53
|
-
|
|
67
|
+
|
|
68
|
+
[dir=ltr] .active {
|
|
54
69
|
border-left-color: var(--zdt_listLayout_active_border);
|
|
55
70
|
}
|
|
56
|
-
|
|
71
|
+
|
|
72
|
+
[dir=rtl] .active {
|
|
57
73
|
border-right-color: var(--zdt_listLayout_active_border);
|
|
58
74
|
}
|
|
@@ -24,7 +24,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
24
24
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
25
25
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
26
26
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
27
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
27
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /*** Libraries ***/ /*** Components ***/ /*** CSS ***/
|
|
28
28
|
var ListStencils = /*#__PURE__*/function (_Component) {
|
|
29
29
|
_inherits(ListStencils, _Component);
|
|
30
30
|
var _super = _createSuper(ListStencils);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
position: relative;
|
|
3
3
|
width: 100%;
|
|
4
|
-
padding: 0
|
|
4
|
+
padding: 0 var(--zd_size30);
|
|
5
5
|
}
|
|
6
6
|
.innerContainer {
|
|
7
7
|
composes: dflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
composes: dflex from '~@zohodesk/components/lib/common/common.module.css';
|
|
12
12
|
}
|
|
13
13
|
[dir=ltr] .avatar {
|
|
14
|
-
margin-right:
|
|
14
|
+
margin-right: var(--zd_size25);
|
|
15
15
|
}
|
|
16
16
|
[dir=rtl] .avatar {
|
|
17
|
-
margin-left:
|
|
17
|
+
margin-left: var(--zd_size25);
|
|
18
18
|
}
|
|
19
19
|
.detailsColumn {
|
|
20
20
|
min-height: 0;
|
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
flex-basis: 50%;
|
|
32
32
|
}
|
|
33
33
|
.classic .secondaryRow {
|
|
34
|
-
margin-top:
|
|
34
|
+
margin-top: var(--zd_size10);
|
|
35
35
|
}
|
|
36
36
|
[dir=ltr] .compact .secondaryRow, [dir=ltr] .superCompact .secondaryRow {
|
|
37
|
-
margin-left:
|
|
37
|
+
margin-left: var(--zd_size30);
|
|
38
38
|
}
|
|
39
39
|
[dir=rtl] .compact .secondaryRow, [dir=rtl] .superCompact .secondaryRow {
|
|
40
|
-
margin-right:
|
|
40
|
+
margin-right: var(--zd_size30);
|
|
41
41
|
}
|
|
42
42
|
.classic .innerContainer {
|
|
43
|
-
height:
|
|
44
|
-
padding:
|
|
43
|
+
height: var(--zd_size70);
|
|
44
|
+
padding: var(--zd_size13) 0;
|
|
45
45
|
}
|
|
46
46
|
.compact .innerContainer {
|
|
47
|
-
height:
|
|
48
|
-
padding:
|
|
47
|
+
height: var(--zd_size41);
|
|
48
|
+
padding: var(--zd_size5) 0;
|
|
49
49
|
}
|
|
50
50
|
.superCompact .innerContainer {
|
|
51
|
-
height:
|
|
52
|
-
padding:
|
|
51
|
+
height: var(--zd_size35);
|
|
52
|
+
padding: var(--zd_size2) 0;
|
|
53
53
|
}
|
|
54
54
|
.classic .detailsInnerColumn {
|
|
55
55
|
-webkit-box-orient: vertical;
|
|
@@ -26,7 +26,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
26
26
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
27
27
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
28
28
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
29
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable react/forbid-component-props */ /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
|
|
30
30
|
var AccountName = /*#__PURE__*/function (_Component) {
|
|
31
31
|
_inherits(AccountName, _Component);
|
|
32
32
|
var _super = _createSuper(AccountName);
|
|
@@ -25,7 +25,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
25
25
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
26
26
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
27
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
28
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable react/forbid-component-props */ /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
|
|
29
29
|
var Email = /*#__PURE__*/function (_Component) {
|
|
30
30
|
_inherits(Email, _Component);
|
|
31
31
|
var _super = _createSuper(Email);
|
|
@@ -22,7 +22,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
22
22
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
23
23
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
24
24
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
25
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
25
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** CSS ****/
|
|
26
26
|
var HappinessRating = /*#__PURE__*/function (_Component) {
|
|
27
27
|
_inherits(HappinessRating, _Component);
|
|
28
28
|
var _super = _createSuper(HappinessRating);
|
|
@@ -25,7 +25,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
25
25
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
26
26
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
27
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
28
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable react/forbid-component-props */ /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
|
|
29
29
|
var PhoneNumber = /*#__PURE__*/function (_Component) {
|
|
30
30
|
_inherits(PhoneNumber, _Component);
|
|
31
31
|
var _super = _createSuper(PhoneNumber);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
.paidUserIcon {
|
|
2
2
|
vertical-align: middle;
|
|
3
|
-
bottom:
|
|
3
|
+
bottom: var(--zd_size1);
|
|
4
4
|
position: relative;
|
|
5
|
-
font-size:
|
|
5
|
+
font-size: var(--zd_font_size8);
|
|
6
6
|
}[dir=ltr] .paidUserIcon {
|
|
7
|
-
margin-right:
|
|
7
|
+
margin-right: var(--zd_size5);
|
|
8
8
|
}[dir=rtl] .paidUserIcon {
|
|
9
|
-
margin-left:
|
|
9
|
+
margin-left: var(--zd_size5);
|
|
10
10
|
}
|
|
11
11
|
.icon {
|
|
12
12
|
display: block;
|
|
@@ -35,12 +35,12 @@ display: block
|
|
|
35
35
|
}
|
|
36
36
|
.textStyle,
|
|
37
37
|
.secondaryText {
|
|
38
|
-
font-size:
|
|
38
|
+
font-size: var(--zd_font_size12);
|
|
39
39
|
}
|
|
40
40
|
.ticketId,
|
|
41
41
|
.phoneNumber,
|
|
42
42
|
.ratingText {
|
|
43
|
-
font-size:
|
|
43
|
+
font-size: var(--zd_font_size12);
|
|
44
44
|
}
|
|
45
45
|
.textStyle,
|
|
46
46
|
.secondaryText,
|
|
@@ -91,11 +91,11 @@ display: block
|
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
.priorityText {
|
|
94
|
-
font-size:
|
|
94
|
+
font-size: var(--zd_font_size12);
|
|
95
95
|
max-width: 100%;
|
|
96
96
|
}
|
|
97
97
|
.departmentText {
|
|
98
|
-
font-size:
|
|
98
|
+
font-size: var(--zd_font_size12);
|
|
99
99
|
color: var(--zdt_secondaryText_secondaryText_text);
|
|
100
100
|
max-width: 100%;
|
|
101
101
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -105,14 +105,14 @@ display: block
|
|
|
105
105
|
composes: inlineBlockMiddle from '../listCommon.module.css';
|
|
106
106
|
}
|
|
107
107
|
.happinessImg {
|
|
108
|
-
width:
|
|
108
|
+
width: var(--zd_size13);
|
|
109
109
|
vertical-align: middle;
|
|
110
110
|
}
|
|
111
111
|
[dir=ltr] .happinessImg {
|
|
112
|
-
margin: 0
|
|
112
|
+
margin: 0 var(--zd_size4) 0 0;
|
|
113
113
|
}
|
|
114
114
|
[dir=rtl] .happinessImg {
|
|
115
|
-
margin: 0 0 0
|
|
115
|
+
margin: 0 0 0 var(--zd_size4);
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
/* colors */
|
|
@@ -24,7 +24,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
24
24
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
25
25
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
26
26
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
27
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
27
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /* eslint-disable react/forbid-component-props */ /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
|
|
28
28
|
var Website = /*#__PURE__*/function (_Component) {
|
|
29
29
|
_inherits(Website, _Component);
|
|
30
30
|
var _super = _createSuper(Website);
|
|
@@ -26,7 +26,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
26
26
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
27
27
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
28
28
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
29
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
29
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
|
|
30
30
|
var SecondryPanel = /*#__PURE__*/function (_Component) {
|
|
31
31
|
_inherits(SecondryPanel, _Component);
|
|
32
32
|
var _super = _createSuper(SecondryPanel);
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
.container {
|
|
2
2
|
vertical-align: middle;
|
|
3
|
-
font-size:
|
|
3
|
+
font-size: var(--zd_font_size10);
|
|
4
4
|
}[dir=ltr] .container {
|
|
5
|
-
margin: 0 0 0
|
|
5
|
+
margin: 0 0 0 var(--zd_size5);
|
|
6
6
|
}[dir=rtl] .container {
|
|
7
|
-
margin: 0
|
|
7
|
+
margin: 0 var(--zd_size5) 0 0;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sentimentIcon {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.tagStyle {
|
|
2
|
-
min-width:
|
|
3
|
-
height:
|
|
4
|
-
font-size:
|
|
2
|
+
min-width: var(--zd_size70);
|
|
3
|
+
height: var(--zd_size28);
|
|
4
|
+
font-size: var(--zd_font_size13);
|
|
5
5
|
color: var(--zdt_tagnew_default_text);
|
|
6
6
|
composes: inlineFlex from '../listCommon.module.css';
|
|
7
7
|
composes: alignHorizontal from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
border-radius: var(--zd_size14);
|
|
12
12
|
background-color: var(--zdt_tagnew_default_bg);
|
|
13
13
|
box-shadow: var(--zd_bs_tagnew_shadow);
|
|
14
|
-
padding: 0
|
|
14
|
+
padding: 0 var(--zd_size15);
|
|
15
15
|
transform: scale(0);
|
|
16
16
|
cursor: pointer;
|
|
17
17
|
}
|
|
@@ -11,33 +11,33 @@
|
|
|
11
11
|
--icon_color: var(--zdt_thread_hover_iconText);
|
|
12
12
|
}
|
|
13
13
|
.count {
|
|
14
|
-
font-size:
|
|
14
|
+
font-size: var(--zd_font_size9);
|
|
15
15
|
}
|
|
16
16
|
.align_left .count {
|
|
17
17
|
position: absolute;
|
|
18
18
|
line-height: normal;
|
|
19
|
-
top:
|
|
19
|
+
top: var(--zd_size3);
|
|
20
20
|
}
|
|
21
21
|
[dir=ltr] .align_left .count {
|
|
22
22
|
text-align: left;
|
|
23
|
-
left:
|
|
23
|
+
left: var(--zd_size8);
|
|
24
24
|
}
|
|
25
25
|
[dir=rtl] .align_left .count {
|
|
26
26
|
text-align: right;
|
|
27
|
-
right:
|
|
27
|
+
right: var(--zd_size8);
|
|
28
28
|
}
|
|
29
29
|
.align_right {
|
|
30
30
|
composes: dInflex alignFend from '~@zohodesk/components/lib/common/common.module.css';
|
|
31
31
|
}
|
|
32
32
|
.align_right .count {
|
|
33
33
|
position: relative;
|
|
34
|
-
bottom:
|
|
34
|
+
bottom: var(--zd_size2);
|
|
35
35
|
}
|
|
36
36
|
[dir=ltr] .align_right .count {
|
|
37
|
-
right:
|
|
37
|
+
right: var(--zd_size5);
|
|
38
38
|
float: right;
|
|
39
39
|
}
|
|
40
40
|
[dir=rtl] .align_right .count {
|
|
41
|
-
left:
|
|
41
|
+
left: var(--zd_size5);
|
|
42
42
|
float: left;
|
|
43
43
|
}
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
composes: varClass;
|
|
9
9
|
}
|
|
10
10
|
.f8 {
|
|
11
|
-
font-size:
|
|
11
|
+
font-size: var(--zd_font_size8);
|
|
12
12
|
}
|
|
13
13
|
.f9 {
|
|
14
|
-
font-size:
|
|
14
|
+
font-size: var(--zd_font_size9);
|
|
15
15
|
}
|
|
16
16
|
.f10 {
|
|
17
|
-
font-size:
|
|
17
|
+
font-size: var(--zd_font_size10);
|
|
18
18
|
}
|
|
19
19
|
.closedTime span:last-child:before,
|
|
20
20
|
.completedTask span:first-child:before {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
color: var(--zdt_usertime_icon_green);
|
|
25
25
|
}
|
|
26
26
|
.textStyle {
|
|
27
|
-
font-size:
|
|
27
|
+
font-size: var(--zd_font_size12);
|
|
28
28
|
color: var(--text_color);
|
|
29
29
|
display: block;
|
|
30
30
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
display: block;
|
|
34
34
|
}
|
|
35
35
|
[dir=ltr] .iconStyle {
|
|
36
|
-
margin-right:
|
|
37
|
-
margin-left:
|
|
36
|
+
margin-right: var(--zd_size3);
|
|
37
|
+
margin-left: var(--zd_size1);
|
|
38
38
|
}
|
|
39
39
|
[dir=rtl] .iconStyle {
|
|
40
|
-
margin-left:
|
|
41
|
-
margin-right:
|
|
40
|
+
margin-left: var(--zd_size3);
|
|
41
|
+
margin-right: var(--zd_size1);
|
|
42
42
|
}
|
|
43
43
|
/* colors */
|
|
44
44
|
.iconColor {
|
|
@@ -2,59 +2,81 @@
|
|
|
2
2
|
display: inline-block;
|
|
3
3
|
vertical-align: middle;
|
|
4
4
|
}
|
|
5
|
+
|
|
5
6
|
.inlineFlex {
|
|
6
7
|
composes: dInflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
|
|
7
8
|
}
|
|
9
|
+
|
|
8
10
|
[dir=ltr] .avatarMargin {
|
|
9
|
-
margin-right:
|
|
11
|
+
margin-right: var(--zd_size25);
|
|
10
12
|
}
|
|
13
|
+
|
|
11
14
|
[dir=rtl] .avatarMargin {
|
|
12
|
-
margin-left:
|
|
15
|
+
margin-left: var(--zd_size25);
|
|
13
16
|
}
|
|
17
|
+
|
|
14
18
|
.subject {
|
|
15
19
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
16
|
-
font-size:
|
|
20
|
+
font-size: var(--zd_font_size16);
|
|
17
21
|
}
|
|
22
|
+
|
|
18
23
|
.secondaryPanel {
|
|
19
24
|
line-height: var(--zd_size18);
|
|
20
25
|
composes: dflex alignVertical flexwrap from '~@zohodesk/components/lib/common/common.module.css';
|
|
21
26
|
}
|
|
27
|
+
|
|
22
28
|
.statusColumn {
|
|
23
29
|
composes: inlineBlockMiddle;
|
|
24
30
|
}
|
|
31
|
+
|
|
25
32
|
[dir=ltr] .statusColumn {
|
|
26
33
|
text-align: right;
|
|
27
34
|
}
|
|
35
|
+
|
|
28
36
|
[dir=rtl] .statusColumn {
|
|
29
37
|
text-align: left;
|
|
30
38
|
}
|
|
39
|
+
|
|
31
40
|
.classic .floatingIconContainer {
|
|
32
41
|
display: none;
|
|
33
42
|
}
|
|
43
|
+
|
|
34
44
|
.compact .floatingIconContainer,
|
|
35
45
|
.superCompact .floatingIconContainer,
|
|
36
46
|
.listContainer:hover .classic .floatingIconContainer,
|
|
37
|
-
.hoveredStyle .classic .floatingIconContainer
|
|
47
|
+
.hoveredStyle .classic .floatingIconContainer,
|
|
48
|
+
.compact:focus-within .floatingIconContainer,
|
|
49
|
+
.superCompact:focus-within .floatingIconContainer,
|
|
50
|
+
.listContainer:focus-within .classic .floatingIconContainer,
|
|
51
|
+
.hoveredStyle .classic:focus-within .floatingIconContainer {
|
|
38
52
|
display: inline-flex;
|
|
39
53
|
align-items: center;
|
|
40
54
|
}
|
|
55
|
+
|
|
41
56
|
.compact .floatingIconContainer,
|
|
42
57
|
.superCompact .floatingIconContainer {
|
|
43
58
|
opacity: 0;
|
|
44
59
|
visibility: hidden;
|
|
45
60
|
}
|
|
61
|
+
|
|
46
62
|
.floatingIcons {
|
|
47
|
-
font-size:
|
|
63
|
+
font-size: var(--zd_font_size15);
|
|
48
64
|
}
|
|
49
|
-
|
|
65
|
+
|
|
66
|
+
.listContainer,
|
|
67
|
+
.listLayoutContainer {
|
|
50
68
|
position: relative;
|
|
51
69
|
transition: var(--zd_transition3) all ease;
|
|
52
70
|
}
|
|
71
|
+
|
|
53
72
|
.listContainer:hover .compact .floatingIconContainer,
|
|
54
73
|
.listContainer:hover .superCompact .floatingIconContainer,
|
|
55
74
|
.hoveredStyle .compact .floatingIconContainer,
|
|
56
|
-
.hoveredStyle .superCompact .floatingIconContainer
|
|
57
|
-
|
|
75
|
+
.hoveredStyle .superCompact .floatingIconContainer,
|
|
76
|
+
.listContainer:focus-within .compact .floatingIconContainer,
|
|
77
|
+
.listContainer:focus-within .superCompact .floatingIconContainer,
|
|
78
|
+
.hoveredStyle .compact:focus-within .floatingIconContainer,
|
|
79
|
+
.hoveredStyle .superCompact:focus-within .floatingIconContainer {
|
|
58
80
|
opacity: 1;
|
|
59
81
|
visibility: visible;
|
|
60
|
-
}
|
|
82
|
+
}
|
|
@@ -327,7 +327,12 @@ var StatusDropdown = /*#__PURE__*/function (_React$Component) {
|
|
|
327
327
|
needExternalPopupState = _this$props7$needExte === void 0 ? false : _this$props7$needExte,
|
|
328
328
|
_this$props7$isPopupA = _this$props7.isPopupActive,
|
|
329
329
|
isPopupActive = _this$props7$isPopupA === void 0 ? false : _this$props7$isPopupA,
|
|
330
|
-
needMultiLineText = _this$props7.needMultiLineText
|
|
330
|
+
needMultiLineText = _this$props7.needMultiLineText,
|
|
331
|
+
_this$props7$a11y = _this$props7.a11y,
|
|
332
|
+
a11y = _this$props7$a11y === void 0 ? {} : _this$props7$a11y;
|
|
333
|
+
var _a11y$tabIndex = a11y.tabIndex,
|
|
334
|
+
tabIndex = _a11y$tabIndex === void 0 ? 0 : _a11y$tabIndex,
|
|
335
|
+
ariaLabelledby = a11y.ariaLabelledby;
|
|
331
336
|
var isPopupOpen = needExternalPopupState ? isPopupActive && isOpen : isOpen;
|
|
332
337
|
var searchString = this.state.searchString;
|
|
333
338
|
var containerClass = "".concat(className ? className : '', " ").concat(isPopupReady ? activeStyle ? activeStyle : '' : showIconOnHover ? _StatusDropdownModule["default"].hoverIcon : '', " ").concat(isDisabled ? _commonModule["default"].disabled : isReadOnly ? _StatusDropdownModule["default"].readOnly : !isEditable ? _StatusDropdownModule["default"].cursorDefault : !showOnHover ? "".concat(_StatusDropdownModule["default"].cursor, " ").concat(hoverStyle ? hoverStyle : '') : "".concat(hoverStyle ? hoverStyle : '', " ").concat(_StatusDropdownModule["default"].cursorDefault));
|
|
@@ -348,7 +353,9 @@ var StatusDropdown = /*#__PURE__*/function (_React$Component) {
|
|
|
348
353
|
onClick: removeClose,
|
|
349
354
|
disabled: isDisabled || isReadOnly ? true : false,
|
|
350
355
|
"aria-haspopup": true,
|
|
351
|
-
"aria-expanded": isPopupOpen && isEditable ? true : false
|
|
356
|
+
"aria-expanded": isPopupOpen && isEditable ? true : false,
|
|
357
|
+
tabIndex: tabIndex,
|
|
358
|
+
"aria-labelledby": ariaLabelledby
|
|
352
359
|
}, isEditable ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
353
360
|
className: _StatusDropdownModule["default"].hiddenInput
|
|
354
361
|
}, /*#__PURE__*/_react["default"].createElement(_TextBox["default"], {
|
|
@@ -5,20 +5,20 @@
|
|
|
5
5
|
position: relative;
|
|
6
6
|
}
|
|
7
7
|
.maxHgt {
|
|
8
|
-
max-height:
|
|
9
|
-
padding:
|
|
8
|
+
max-height: var(--zd_size265);
|
|
9
|
+
padding: var(--zd_size10) 0;
|
|
10
10
|
}
|
|
11
11
|
.responsivemaxHgt{
|
|
12
|
-
padding:
|
|
12
|
+
padding: var(--zd_size10) 0 0;
|
|
13
13
|
}
|
|
14
14
|
.title {
|
|
15
|
-
padding-top:
|
|
15
|
+
padding-top: var(--zd_size6);
|
|
16
16
|
}
|
|
17
17
|
[dir=ltr] .default_arrow, [dir=ltr] .overlay_arrow {
|
|
18
|
-
padding: 0 0 0
|
|
18
|
+
padding: 0 0 0 var(--zd_size5);
|
|
19
19
|
}
|
|
20
20
|
[dir=rtl] .default_arrow, [dir=rtl] .overlay_arrow {
|
|
21
|
-
padding: 0
|
|
21
|
+
padding: 0 var(--zd_size5) 0 0;
|
|
22
22
|
}
|
|
23
23
|
.overlay_arrow {
|
|
24
24
|
position: absolute;
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
|
|
44
44
|
}
|
|
45
45
|
.search {
|
|
46
|
-
padding:
|
|
46
|
+
padding: var(--zd_size6) var(--zd_size20) 0;
|
|
47
47
|
}
|
|
48
48
|
.svgWrapper {
|
|
49
|
-
padding-bottom:
|
|
49
|
+
padding-bottom: var(--zd_size25);
|
|
50
50
|
}
|
|
51
51
|
.readOnly {
|
|
52
52
|
cursor: no-drop;
|
|
@@ -64,22 +64,22 @@
|
|
|
64
64
|
text-align: right;
|
|
65
65
|
}
|
|
66
66
|
[dir=ltr] .iconBox {
|
|
67
|
-
margin-right:
|
|
67
|
+
margin-right: var(--zd_size4);
|
|
68
68
|
}
|
|
69
69
|
[dir=rtl] .iconBox {
|
|
70
|
-
margin-left:
|
|
70
|
+
margin-left: var(--zd_size4);
|
|
71
71
|
}
|
|
72
72
|
.iconBox > i {
|
|
73
73
|
display: block;
|
|
74
74
|
}
|
|
75
75
|
.loader {
|
|
76
|
-
width:
|
|
76
|
+
width: var(--zd_size40);
|
|
77
77
|
margin: 0 auto;
|
|
78
78
|
}
|
|
79
79
|
.seperatedLine {
|
|
80
|
-
height:
|
|
80
|
+
height: var(--zd_size1);
|
|
81
81
|
border-bottom: 1px solid var(--zdt_statusdropdown_line_border);
|
|
82
|
-
margin:
|
|
82
|
+
margin: var(--zd_size9) 0 var(--zd_size10);
|
|
83
83
|
}
|
|
84
84
|
.hiddenInput {
|
|
85
85
|
width: 0;
|
|
@@ -25,7 +25,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
|
|
|
25
25
|
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
26
26
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
27
27
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
28
|
-
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
|
|
28
|
+
function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
|
|
29
29
|
var StatusListItem = /*#__PURE__*/function (_React$Component) {
|
|
30
30
|
_inherits(StatusListItem, _React$Component);
|
|
31
31
|
var _super = _createSuper(StatusListItem);
|