@zohodesk/dot 1.0.0-temp-138 → 1.0.0-temp.139

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.
Files changed (59) hide show
  1. package/README.md +6 -0
  2. package/assets/Appearance/dark/mode/dotDarkMode.module.css +66 -0
  3. package/assets/Appearance/dark/themes/blue/blueDarkDotTheme.module.css +4 -0
  4. package/assets/Appearance/dark/themes/green/greenDarkDotTheme.module.css +4 -0
  5. package/assets/Appearance/dark/themes/orange/orangeDarkDotTheme.module.css +4 -0
  6. package/assets/Appearance/dark/themes/red/redDarkDotTheme.module.css +4 -0
  7. package/assets/Appearance/dark/themes/yellow/yellowDarkDotTheme.module.css +4 -0
  8. package/assets/Appearance/default/mode/dotDefaultMode.module.css +66 -0
  9. package/assets/Appearance/default/themes/blue/blueDefaultDotTheme.module.css +4 -0
  10. package/assets/Appearance/default/themes/green/greenDefaultDotTheme.module.css +4 -0
  11. package/assets/Appearance/default/themes/orange/orangeDefaultDotTheme.module.css +4 -0
  12. package/assets/Appearance/default/themes/red/redDefaultDotTheme.module.css +4 -0
  13. package/assets/Appearance/default/themes/yellow/yellowDefaultDotTheme.module.css +4 -0
  14. package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +66 -0
  15. package/assets/Appearance/pureDark/themes/blue/bluePureDarkDotTheme.module.css +4 -0
  16. package/assets/Appearance/pureDark/themes/green/greenPureDarkDotTheme.module.css +4 -0
  17. package/assets/Appearance/pureDark/themes/orange/orangePureDarkDotTheme.module.css +4 -0
  18. package/assets/Appearance/pureDark/themes/red/redPureDarkDotTheme.module.css +4 -0
  19. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkDotTheme.module.css +4 -0
  20. package/css_error.log +1 -0
  21. package/es/TagWithIcon/TagWithIcon.js +62 -0
  22. package/es/TagWithIcon/TagWithIcon.module.css +56 -0
  23. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +2 -2
  24. package/es/dropdown/ToggleDropDown/props/defaultProps.js +2 -1
  25. package/es/dropdown/ToggleDropDown/props/propTypes.js +5 -1
  26. package/es/layout/List/CommentsList/CommentListItemCommon.module.css +143 -0
  27. package/es/layout/List/CommentsList/CommentListItemFromTab.module.css +50 -0
  28. package/es/layout/List/CommentsList/CommentListItemFromTabUI.js +121 -0
  29. package/es/layout/List/CommentsList/CommentListItemWeb.module.css +45 -0
  30. package/es/layout/List/CommentsList/CommentListItemWebUI.js +107 -0
  31. package/es/layout/List/ThreadsList/ThreadListItemCommon.module.css +345 -0
  32. package/es/layout/List/ThreadsList/ThreadListItemFromTab.module.css +35 -0
  33. package/es/layout/List/ThreadsList/ThreadListItemFromTabUI.js +282 -0
  34. package/es/layout/List/ThreadsList/ThreadListItemWeb.module.css +35 -0
  35. package/es/layout/List/ThreadsList/ThreadListItemWebUI.js +270 -0
  36. package/es/layout/List/common/SubTabListItemTabCommon.module.css +59 -0
  37. package/es/layout/List/common/SubTabListItemWebCommon.module.css +99 -0
  38. package/es/layout/List/common/twoToneIconColor.module.css +26 -0
  39. package/es/list/status/StatusListItem/StatusListItem.module.css +7 -5
  40. package/lib/TagWithIcon/TagWithIcon.js +92 -0
  41. package/lib/TagWithIcon/TagWithIcon.module.css +56 -0
  42. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +4 -2
  43. package/lib/dropdown/ToggleDropDown/props/defaultProps.js +2 -1
  44. package/lib/dropdown/ToggleDropDown/props/propTypes.js +5 -1
  45. package/lib/layout/List/CommentsList/CommentListItemCommon.module.css +143 -0
  46. package/lib/layout/List/CommentsList/CommentListItemFromTab.module.css +50 -0
  47. package/lib/layout/List/CommentsList/CommentListItemFromTabUI.js +123 -0
  48. package/lib/layout/List/CommentsList/CommentListItemWeb.module.css +45 -0
  49. package/lib/layout/List/CommentsList/CommentListItemWebUI.js +109 -0
  50. package/lib/layout/List/ThreadsList/ThreadListItemCommon.module.css +345 -0
  51. package/lib/layout/List/ThreadsList/ThreadListItemFromTab.module.css +35 -0
  52. package/lib/layout/List/ThreadsList/ThreadListItemFromTabUI.js +283 -0
  53. package/lib/layout/List/ThreadsList/ThreadListItemWeb.module.css +35 -0
  54. package/lib/layout/List/ThreadsList/ThreadListItemWebUI.js +271 -0
  55. package/lib/layout/List/common/SubTabListItemTabCommon.module.css +59 -0
  56. package/lib/layout/List/common/SubTabListItemWebCommon.module.css +99 -0
  57. package/lib/layout/List/common/twoToneIconColor.module.css +26 -0
  58. package/lib/list/status/StatusListItem/StatusListItem.module.css +7 -5
  59. package/package.json +3 -3
@@ -0,0 +1,45 @@
1
+ .listWrapper,
2
+ .peekListWrapper {
3
+ letter-spacing: 0.2px;
4
+ transition: var(--zd_transition3)
5
+ }.listWrapper, .peekListWrapper {
6
+ padding-top: var(--zd_size15);
7
+ padding-bottom: var(--zd_size9);
8
+ margin: var(--zd_size6);
9
+ border-radius: var(--zd_size4)
10
+ }
11
+ [dir=ltr] .peekListWrapper {
12
+ padding-left: var(--zd_size35);
13
+ padding-right: var(--zd_size23);
14
+ }
15
+ [dir=rtl] .peekListWrapper {
16
+ padding-right: var(--zd_size35);
17
+ padding-left: var(--zd_size23);
18
+ }
19
+ [dir=ltr] .listWrapper {
20
+ padding-left: var(--zd_size58);
21
+ padding-right: var(--zd_size23);
22
+ }
23
+ [dir=rtl] .listWrapper {
24
+ padding-right: var(--zd_size58);
25
+ padding-left: var(--zd_size23);
26
+ }
27
+ .lightAgentTxt {
28
+ font-size: var(--zd_font_size11);
29
+ color: var(--zdt_conversationList_secondaryText);
30
+ }
31
+ [dir=ltr] .lightAgentTxt {
32
+ margin-left: var(--zd_size4);
33
+ }
34
+ [dir=rtl] .lightAgentTxt {
35
+ margin-right: var(--zd_size4);
36
+ }
37
+ [dir=ltr] .icnBtnSpace {
38
+ margin-right: var(--zd_size8);
39
+ }
40
+ [dir=rtl] .icnBtnSpace {
41
+ margin-left: var(--zd_size8);
42
+ }
43
+ .attachIconWrapper {
44
+ composes: dflex alignVertical alignHorizontal from '~@zohodesk/components/lib/common/common.module.css';
45
+ }
@@ -0,0 +1,109 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = CommentListItemWebUI;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _Layout = require("@zohodesk/components/es/Layout");
9
+ var _CommentListItemWebModule = _interopRequireDefault(require("./CommentListItemWeb.module.css"));
10
+ var _SubTabListItemWebCommonModule = _interopRequireDefault(require("../common/SubTabListItemWebCommon.module.css"));
11
+ var _CommentListItemCommonModule = _interopRequireDefault(require("./CommentListItemCommon.module.css"));
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
+ function CommentListItemWebUI(props) {
14
+ var isPeekView = props.isPeekView,
15
+ isPublic = props.isPublic,
16
+ dataId = props.dataId,
17
+ getAvatar = props.getAvatar,
18
+ getName = props.getName,
19
+ getLightAgent = props.getLightAgent,
20
+ getTag = props.getTag,
21
+ getTime = props.getTime,
22
+ getEdit = props.getEdit,
23
+ getAttachmentIcon = props.getAttachmentIcon,
24
+ getAttachment = props.getAttachment,
25
+ getMoreDropdown = props.getMoreDropdown,
26
+ getContent = props.getContent,
27
+ from = props.from,
28
+ hasPrivacyMode = props.hasPrivacyMode,
29
+ hasEditHistoryPermission = props.hasEditHistoryPermission,
30
+ isPopupOpen = props.isPopupOpen,
31
+ isNightMode = props.isNightMode,
32
+ ViewInLightDarkBg = props.ViewInLightDarkBg,
33
+ onContentWrapperClick = props.onContentWrapperClick,
34
+ contentWrapperRef = props.contentWrapperRef,
35
+ key = props.key,
36
+ id = props.id,
37
+ customList = props.customList,
38
+ getTheme = props.getTheme,
39
+ children = props.children;
40
+ return /*#__PURE__*/_react["default"].createElement("div", {
41
+ "data-desk-mode": ViewInLightDarkBg ? 'default' : '',
42
+ "data-desk-theme": ViewInLightDarkBg ? getTheme : '',
43
+ className: "".concat(_SubTabListItemWebCommonModule["default"].wrapper, "\n ").concat(isPeekView ? _CommentListItemWebModule["default"].peekListWrapper : _CommentListItemWebModule["default"].listWrapper, "\n ").concat(hasPrivacyMode ? isPublic ? _CommentListItemCommonModule["default"]["public"] : _CommentListItemCommonModule["default"]["private"] : _CommentListItemCommonModule["default"].normal, "\n ").concat(customList),
44
+ "data-id": dataId,
45
+ key: key,
46
+ id: id,
47
+ tabIndex: "0",
48
+ "aria-label": getContent
49
+ }, children ? children : null, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
50
+ alignBox: "row",
51
+ align: "vertical",
52
+ isCover: false,
53
+ className: getContent || getAttachment ? _CommentListItemCommonModule["default"].contentWrapper : ''
54
+ }, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
55
+ flexible: true
56
+ }, /*#__PURE__*/_react["default"].createElement(_Layout.Container, {
57
+ alignBox: "row",
58
+ align: "vertical",
59
+ isCover: false
60
+ }, getAvatar ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
61
+ className: _CommentListItemCommonModule["default"].avatarWrapper
62
+ }, getAvatar({
63
+ size: 'xsmall',
64
+ iconColor: hasPrivacyMode ? isPublic ? _CommentListItemCommonModule["default"].publicIcon : _CommentListItemCommonModule["default"].privateIcon : ''
65
+ })) : null, getName ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, getName({
66
+ 'is-dot': 'true',
67
+ className: "".concat(_CommentListItemCommonModule["default"].agentName, " ").concat(from != 'editHistory' ? _CommentListItemCommonModule["default"].agentNameHover : '', " ").concat(_SubTabListItemWebCommonModule["default"].dotted)
68
+ })) : null, getLightAgent ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
69
+ className: _SubTabListItemWebCommonModule["default"].dot
70
+ }, "."), getLightAgent({
71
+ 'is-dot': 'true',
72
+ className: "".concat(_CommentListItemWebModule["default"].lightAgentTxt, " ").concat(_SubTabListItemWebCommonModule["default"].dotted)
73
+ })) : null, getTag ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
74
+ className: _SubTabListItemWebCommonModule["default"].dot
75
+ }, "."), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
76
+ shrink: true,
77
+ "is-dot": "true"
78
+ }, getTag())) : null, getTime ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
79
+ className: _SubTabListItemWebCommonModule["default"].dot
80
+ }, "."), /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
81
+ shrink: true,
82
+ "is-dot": "true",
83
+ className: _SubTabListItemWebCommonModule["default"].dotted
84
+ }, getTime())) : null, getEdit ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
85
+ className: _SubTabListItemWebCommonModule["default"].dot
86
+ }, "."), getEdit({
87
+ 'is-dot': 'true',
88
+ className: "".concat(_CommentListItemCommonModule["default"].editTxt, " ").concat(hasEditHistoryPermission ? _CommentListItemCommonModule["default"].editAccess : '', " ").concat(_SubTabListItemWebCommonModule["default"].dotted)
89
+ })) : null)), getAttachmentIcon ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, null, getAttachmentIcon({
90
+ innerProps: {
91
+ className: _CommentListItemCommonModule["default"].attachCount
92
+ },
93
+ wrapperProps: {
94
+ className: "".concat(_CommentListItemWebModule["default"].attachIconWrapper, " ").concat(_CommentListItemWebModule["default"].icnBtnSpace)
95
+ }
96
+ })) : null, getMoreDropdown ? /*#__PURE__*/_react["default"].createElement(_Layout.Box, {
97
+ className: "".concat(_SubTabListItemWebCommonModule["default"].posRel, " ").concat(!isPopupOpen ? _SubTabListItemWebCommonModule["default"].visibleOnHover : '')
98
+ }, getMoreDropdown()) : null), /*#__PURE__*/_react["default"].createElement("div", {
99
+ onClick: onContentWrapperClick,
100
+ ref: contentWrapperRef
101
+ }, getContent ? getContent({
102
+ className: "".concat(isNightMode ? ViewInLightDarkBg ? _CommentListItemCommonModule["default"].whiteBg : _CommentListItemCommonModule["default"].invert : '', " ").concat(_CommentListItemCommonModule["default"].thrdPlain)
103
+ }) : null, getAttachment ? getAttachment({
104
+ customWrapperClass: {
105
+ className: _CommentListItemCommonModule["default"].attachmentWrapper
106
+ },
107
+ size: from == 'editHistory' || from === 'leftPanel' ? 'small' : 'medium'
108
+ }) : null));
109
+ }
@@ -0,0 +1,345 @@
1
+ .normal {
2
+ border: 1px solid var(--zdt_conversationList_border);
3
+ background-color: var(--zdt_thread_bg);
4
+ }
5
+
6
+ .threadShrink {
7
+ background-color: var(--zdt_subtabList_bg_hover);
8
+ }
9
+
10
+ [dir=ltr] .avatarWrapper {
11
+ margin-right: var(--zd_size15);
12
+ }
13
+
14
+ [dir=rtl] .avatarWrapper {
15
+ margin-left: var(--zd_size15);
16
+ }
17
+
18
+ .agentName {
19
+ font-size: var(--zd_font_size14);
20
+ composes: bold from '~@zohodesk/components/lib/common/common.module.css';
21
+ color: var(--zdt_conversationList_agentName_text);
22
+ }
23
+
24
+ .agentNameHover:hover,
25
+ .primaryText {
26
+ color: var(--zdt_conversationList_agent_text);
27
+ }
28
+
29
+ .agentNameHover:hover, .primaryText {
30
+ cursor: pointer;
31
+ }
32
+
33
+ .attachCount {
34
+ top: calc(var(--zd_size4) * -1);
35
+ color: var(--zdt_conversationList_attachCount_text);
36
+ position: relative;
37
+ font-size: var(--zd_font_size10);
38
+ }
39
+
40
+ .attachIconWrapper {
41
+ composes: dflex alignVertical alignHorizontal from '~@zohodesk/components/lib/common/common.module.css';
42
+ }
43
+
44
+ .attachmentWrapper {
45
+ margin-top: var(--zd_size5);
46
+ }
47
+
48
+ .thrdPlain {
49
+ font-size: var(--zd_font_size14);
50
+ word-break: break-word;
51
+ composes: oflowx from '~@zohodesk/components/lib/common/common.module.css';
52
+ color: var(--zdt_conversationList_thread_text);
53
+ }
54
+
55
+ .thrdPlain table {
56
+ word-break: initial;
57
+ }
58
+
59
+ .thrdPlainContent {
60
+ line-height: var(--zd_size20);
61
+ }
62
+
63
+ .thrdPlain a {
64
+ color: var(--zdt_conversationList_primary_text);
65
+ }
66
+
67
+ .thrdPlain a:hover {
68
+ color: var(--zdt_conversationList_primary_hover_text);
69
+ }
70
+
71
+ .thrdPlain img[src*='/ImageDisplay'], .thrdPlain img[src*='/inlineImages'], .thrdPlain img[src*='/ViewMailAttachment.do'] {
72
+ cursor: pointer;
73
+ }
74
+
75
+ [dir=ltr] .thrdPlain blockquote {
76
+ margin: 0 0 0 var(--zd_size4);
77
+ }
78
+
79
+ [dir=rtl] .thrdPlain blockquote {
80
+ margin: 0 var(--zd_size4) 0 0;
81
+ }
82
+
83
+ .thrdPlain img {
84
+ max-width: 100%;
85
+ }
86
+
87
+ .whiteBg.thrdPlain a,
88
+ .whiteBg .thrdPlain a {
89
+ color: var(--zdt_conversationList_agent_text);
90
+ }
91
+
92
+ .whiteBg.thrdPlain a:hover,
93
+ .whiteBg .thrdPlain a:hover {
94
+ color: var(--zdt_conversationList_agent_hover_text);
95
+ }
96
+
97
+ /* opposite colors applied in variables to show original theme colors for selection area in inverted threads */
98
+ .invert .thrdPlain ::selection,
99
+ .invert.thrdPlain ::selection,
100
+ .invert .thrdPlain::selection,
101
+ .invert.thrdPlain::selection {
102
+ color: var(--zdt_inverted_selection_text);
103
+ }
104
+ .invert .thrdPlain ::selection, .invert.thrdPlain ::selection, .invert .thrdPlain::selection, .invert.thrdPlain::selection {
105
+ background-color: var(--zdt_selection_bg);
106
+ }
107
+
108
+ .invert .thrdPlain ::-moz-selection,
109
+ .invert.thrdPlain ::-moz-selection,
110
+ .invert .thrdPlain::-moz-selection,
111
+ .invert.thrdPlain::-moz-selection {
112
+ color: var(--zdt_inverted_selection_text);
113
+ }
114
+
115
+ .invert .thrdPlain ::-moz-selection, .invert.thrdPlain ::-moz-selection, .invert .thrdPlain::-moz-selection, .invert.thrdPlain::-moz-selection {
116
+ background-color: var(--zdt_selection_bg);
117
+ }
118
+
119
+ .invert .thrdPlain,
120
+ .invert.thrdPlain {
121
+ filter: invert(1) hue-rotate(180deg);
122
+ }
123
+
124
+ /* <img> and <a> elements selection inverted again below. So, to avoid opposite colors in <img> & <a> area original colors variables used below */
125
+ .invert .thrdPlain img::selection,
126
+ .invert.thrdPlain img::selection {
127
+ color: var(--zdt_selection_text);
128
+ }
129
+ .invert .thrdPlain img::selection, .invert.thrdPlain img::selection {
130
+ background-color: var(--zdt_selection_bg);
131
+ }
132
+
133
+ .invert .thrdPlain img::-moz-selection,
134
+ .invert.thrdPlain img::-moz-selection {
135
+ color: var(--zdt_selection_text);
136
+ }
137
+
138
+ .invert .thrdPlain img::-moz-selection, .invert.thrdPlain img::-moz-selection {
139
+ background-color: var(--zdt_selection_bg);
140
+ }
141
+
142
+ .invert img,
143
+ .invert video {
144
+ filter: invert(1) hue-rotate(180deg);
145
+ }
146
+
147
+ .dotted {
148
+ composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
149
+ }
150
+
151
+
152
+
153
+ /* ----- */
154
+ .draftText,
155
+ .forumText,
156
+ .showVisitor,
157
+ .response,
158
+ .bestAns {
159
+ font-size: var(--zd_font_size12);
160
+ }
161
+
162
+ .draftText {
163
+ color: var(--zdt_threadList_Draft_text);
164
+ }
165
+
166
+ .forumText {
167
+ color: var(--zdt_conversationList_secondaryText);
168
+ }
169
+
170
+ .bestAns {
171
+ color: var(--zdt_threadList_BestAns_text);
172
+ }
173
+
174
+ .time {
175
+ font-size: var(--zd_font_size12);
176
+ color: var(--zdt_conversationList_time_text);
177
+ }
178
+
179
+ .recipientsCont {
180
+ line-height: 0;
181
+ color: var(--zdt_threadList_secondaryText);
182
+ border: 1px solid var(--zdt_threadList_recipient_border);
183
+ padding: var(--zd_size2);
184
+ border-radius: 1px;
185
+ cursor: pointer;
186
+ }
187
+
188
+ .recipientsCont:hover {
189
+ color: var(--zdt_threadList_secondaryText_hover);
190
+ border: 1px solid var(--zdt_threadList_recipient_border_hover);
191
+ }
192
+
193
+ [dir=ltr] .recipientsHide {
194
+ transform: rotate(-90deg);
195
+ }
196
+
197
+ [dir=rtl] .recipientsHide {
198
+ transform: rotate(90deg);
199
+ }
200
+
201
+ .ratingImage {
202
+ height: var(--zd_size15);
203
+ width: var(--zd_size15);
204
+ }
205
+
206
+ [dir=ltr] .icnBtnSpace {
207
+ margin-right: var(--zd_size8);
208
+ }
209
+
210
+ [dir=rtl] .icnBtnSpace {
211
+ margin-left: var(--zd_size8);
212
+ }
213
+
214
+ .cntntOvrLd {
215
+ margin-top: var(--zd_size30);
216
+ }
217
+
218
+ .cntntOvrLdSpn {
219
+ color: var(--zdt_threadList_secondaryText);
220
+ font-size: var(--zd_font_size14);
221
+ }
222
+
223
+ .cntOvrLdLnk {
224
+ color: var(--zdt_threadList_link_text);
225
+ vertical-align: middle;
226
+ font-size: var(--zd_font_size14);
227
+ }
228
+
229
+ [dir=ltr] .cntOvrLdLnk {
230
+ margin-left: var(--zd_size2);
231
+ }
232
+
233
+ [dir=rtl] .cntOvrLdLnk {
234
+ margin-right: var(--zd_size2);
235
+ }
236
+
237
+ .showVisitor,
238
+ .hideVisitor,
239
+ .response {
240
+ text-decoration: underline;
241
+ color: var(--zdt_threadList_secondaryText);
242
+ }
243
+
244
+ .showVisitor:hover,
245
+ .hideVisitor:hover,
246
+ .response:hover {
247
+ text-decoration: none;
248
+ color: var(--zdt_threadList_secondaryText_hover);
249
+ }
250
+
251
+ .quotedIcon {
252
+ color: var(--zdt_threadList_expand_icon);
253
+ cursor: pointer;
254
+ }
255
+
256
+ .quotedIcon:hover {
257
+ color: var(--zdt_threadList_secondaryText);
258
+ }
259
+
260
+ .quotedIcon.isOpened {
261
+ color: var(--zdt_threadList_expand_icon_active);
262
+ }
263
+
264
+ .quote {
265
+ margin: var(--zd_size15);
266
+ }
267
+
268
+ .visitorInfo {
269
+ margin: var(--zd_size20) 0;
270
+ }
271
+
272
+ .metaText {
273
+ composes: clamp from '~@zohodesk/components/lib/common/common.module.css';
274
+ cursor: pointer;
275
+ }
276
+
277
+ .subjectWrapper {
278
+ margin-top: var(--zd_size11);
279
+ }
280
+
281
+ .delivered, .readByAll, .read, .failed {
282
+ padding: 0 var(--zd_size2);
283
+ }
284
+
285
+ [dir=ltr] .delivered, [dir=ltr] .readByAll, [dir=ltr] .read, [dir=ltr] .failed {
286
+ margin-left: var(--zd_size4);
287
+ }
288
+
289
+ [dir=rtl] .delivered, [dir=rtl] .readByAll, [dir=rtl] .read, [dir=rtl] .failed {
290
+ margin-right: var(--zd_size4);
291
+ }
292
+
293
+ .delivered:hover {
294
+ background-color: var(--zdt_readReceipts_statusIcon_grey_bg);
295
+ }
296
+
297
+ .readByAll {
298
+ color: var(--zdt_readReceipts_statusIcon_green)
299
+ }
300
+
301
+ .readByAll:hover {
302
+ background-color: var(--zdt_readReceipts_statusIcon_green_bg);
303
+ }
304
+
305
+ .read {
306
+ color: var(--zdt_readReceipts_statusIcon_blue)
307
+ }
308
+
309
+ .read:hover {
310
+ background-color: var(--zdt_readReceipts_statusIcon_blue_bg);
311
+ }
312
+
313
+ .failed {
314
+ color: var(--zdt_readReceipts_statusIcon_red)
315
+ }
316
+
317
+ .failed:hover {
318
+ background-color: var(--zdt_readReceipts_statusIcon_red_bg);
319
+ }
320
+
321
+ .threadWrapper {
322
+ height: 100%;
323
+ }
324
+
325
+ .expanded {
326
+ height: calc(100% - calc(var(--threadListMargin) * 2));
327
+ }
328
+
329
+ .navigationArrow {
330
+ color: var(--zdt_threadList_recipient_border)
331
+ }
332
+
333
+ .navigationArrow:hover {
334
+ color: var(--zdt_threadList_recipient_border_hover)
335
+ }
336
+
337
+ [dir=ltr] .upArrow {
338
+ transform: rotate(180deg);
339
+ margin-right: var(--zd_size10);
340
+ }
341
+
342
+ [dir=rtl] .upArrow {
343
+ transform: rotate(-180deg);
344
+ margin-left: var(--zd_size10);
345
+ }
@@ -0,0 +1,35 @@
1
+ .listWrapper,
2
+ .mobileListWrapper {
3
+ letter-spacing: 0.2px;
4
+ transition: var(--zd_transition3)
5
+ }.listWrapper, .mobileListWrapper {
6
+ padding-top: var(--zd_size12);
7
+ padding-bottom: var(--zd_size12);
8
+ margin: var(--zd_size8);
9
+ border-radius: var(--zd_size4)
10
+ }
11
+ [dir=ltr] .mobileListWrapper {
12
+ padding-left: var(--zd_size16);
13
+ padding-right: var(--zd_size16);
14
+ }
15
+ [dir=rtl] .mobileListWrapper {
16
+ padding-right: var(--zd_size16);
17
+ padding-left: var(--zd_size16);
18
+ }
19
+ [dir=ltr] .listWrapper {
20
+ padding-left: var(--zd_size20);
21
+ padding-right: var(--zd_size16);
22
+ }
23
+ [dir=rtl] .listWrapper {
24
+ padding-right: var(--zd_size20);
25
+ padding-left: var(--zd_size16);
26
+ }
27
+ [dir=ltr] .chnlIcn {
28
+ margin-right: var(--zd_size14);
29
+ }
30
+ [dir=rtl] .chnlIcn {
31
+ margin-left: var(--zd_size14);
32
+ }
33
+ .lineSpace {
34
+ margin-top: var(--zd_size4)
35
+ }