@zohodesk/dot 1.0.0-temp-151 → 1.0.0-temp-152

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 (217) hide show
  1. package/README.md +18 -0
  2. package/assets/Appearance/dark/mode/dotDarkMode.module.css +1 -1
  3. package/assets/Appearance/default/mode/dotDefaultMode.module.css +1 -1
  4. package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +1 -1
  5. package/es/ActionButton/ActionButton.module.css +14 -14
  6. package/es/AlphabeticList/AlphabeticList.module.css +10 -10
  7. package/es/Attachment/Attachment.module.css +26 -24
  8. package/es/AttachmentViewer/AttachmentViewer.module.css +41 -41
  9. package/es/ChannelIcon/ChannelIcon.module.css +22 -22
  10. package/es/Drawer/Drawer.module.css +41 -40
  11. package/es/FormAction/FormAction.module.css +20 -20
  12. package/es/FreezeLayer/FreezeLayer.js +5 -13
  13. package/es/Hooks/Dragger/useDragger.js +7 -2
  14. package/es/IconButton/IconButton.module.css +2 -2
  15. package/es/Image/Image.module.css +1 -0
  16. package/es/ImportantNotes/ImportantNotes.module.css +5 -5
  17. package/es/Loader/Loader.module.css +1 -0
  18. package/es/Message/Message.module.css +9 -9
  19. package/es/MessageBanner/MessageBanner.module.css +7 -7
  20. package/es/NewStar/NewStar.module.css +18 -10
  21. package/es/Separator/Separator.module.css +6 -6
  22. package/es/TagWithIcon/TagWithIcon.module.css +6 -6
  23. package/es/ToastMessage/ToastMessage.module.css +23 -23
  24. package/es/Upload/Upload.module.css +15 -15
  25. package/es/alert/AlertHeader/AlertHeader.module.css +12 -12
  26. package/es/alert/AlertLookup/AlertLookup.module.css +6 -6
  27. package/es/avatar/AvatarClose/AvatarClose.module.css +1 -1
  28. package/es/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
  29. package/es/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
  30. package/es/avatar/AvatarThread/AvatarThread.module.css +24 -24
  31. package/es/avatar/AvatarUser/AvatarUser.module.css +40 -40
  32. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
  33. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
  34. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
  35. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
  36. package/es/emptystate/EditionPage/EditionPage.css +13 -13
  37. package/es/errorstate/EmptyStates.module.css +18 -18
  38. package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -3
  39. package/es/errorstate/LinkText/LinkText.module.css +1 -1
  40. package/es/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
  41. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
  42. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
  43. package/es/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
  44. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
  45. package/es/errorstate/WillBack/WillBack.module.css +10 -10
  46. package/es/form/fields/Fields.module.css +26 -26
  47. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
  48. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
  49. package/es/form/fields/TextEditor/TextEditor.js +10 -11
  50. package/es/form/fields/TextEditor/TextEditor.module.css +84 -77
  51. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +3 -2
  52. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
  53. package/es/layout/SetupDetailLayout/SetupDetailLayout.js +18 -3
  54. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
  55. package/es/layout/SetupDetailLayout/props/defaultProps.js +4 -2
  56. package/es/layout/SetupDetailLayout/props/propTypes.js +10 -2
  57. package/es/layout/SubtabLayout/SubtabLayout.module.css +32 -32
  58. package/es/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
  59. package/es/list/Comment/Comment.module.css +4 -4
  60. package/es/list/Dot/Dot.module.css +3 -3
  61. package/es/list/DotNew/DotNew.module.css +4 -4
  62. package/es/list/GridStencils/GridStencils.module.css +24 -24
  63. package/es/list/Icons/AddNewIcon.js +2 -3
  64. package/es/list/Icons/CompleteIcon.js +2 -2
  65. package/es/list/Icons/DeleteIcon.js +3 -4
  66. package/es/list/Icons/EditIcon.js +3 -5
  67. package/es/list/Icons/Icons.module.css +2 -2
  68. package/es/list/Icons/ReadUnreadIcon.js +3 -5
  69. package/es/list/Icons/SmartIcon.js +3 -5
  70. package/es/list/ListLayout/ListLayout.module.css +14 -30
  71. package/es/list/ListStencils/ListStencils.module.css +12 -12
  72. package/es/list/SecondaryText/SecondaryText.module.css +11 -11
  73. package/es/list/SentimentStatus/SentimentStatus.module.css +3 -3
  74. package/es/list/TagNew/TagNew.module.css +4 -4
  75. package/es/list/Thread/Thread.module.css +7 -7
  76. package/es/list/UserTime/UserTime.module.css +8 -8
  77. package/es/list/listCommon.module.css +9 -31
  78. package/es/list/status/StatusDropdown/StatusDropdown.js +2 -9
  79. package/es/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
  80. package/es/list/status/StatusListItem/StatusListItem.module.css +16 -16
  81. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
  82. package/es/lookup/Lookup/Lookup.module.css +5 -5
  83. package/es/lookup/Section/LookupSection.module.css +1 -1
  84. package/es/lookup/header/Close/LookupClose.module.css +3 -3
  85. package/es/lookup/header/Search/LookupSearch.module.css +14 -14
  86. package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
  87. package/es/lookup/header/Title/LookupTitle.module.css +1 -1
  88. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
  89. package/es/lookup/header/lookupHeaderCommon.module.css +8 -8
  90. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
  91. package/es/setup/header/Button/HeaderButton.module.css +2 -2
  92. package/es/setup/header/Link/HeaderLink.module.css +5 -5
  93. package/es/setup/header/Search/Search.module.css +8 -8
  94. package/es/setup/header/Views/Views.module.css +4 -4
  95. package/es/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
  96. package/es/setup/helptips/Link/HelpTipsLink.module.css +2 -2
  97. package/es/setup/helptips/ListGroup/ListGroup.module.css +3 -3
  98. package/es/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
  99. package/es/setup/table/TableData/SetupTableData.module.css +6 -6
  100. package/es/setup/table/TableHead/SetupTableHead.module.css +5 -5
  101. package/es/setup/table/TableRow/SetupTableRow.module.css +5 -5
  102. package/es/setup/table/Text/TableText.module.css +2 -2
  103. package/es/version2/AlertClose/AlertClose.module.css +2 -2
  104. package/es/version2/GlobalNotification/GlobalNotification.module.css +13 -13
  105. package/es/version2/errorstate/V2_ErrorStates.module.css +17 -17
  106. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
  107. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
  108. package/es/version2/lookup/alertLookupCommonNew.module.css +5 -5
  109. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
  110. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
  111. package/lib/ActionButton/ActionButton.module.css +14 -14
  112. package/lib/AlphabeticList/AlphabeticList.module.css +10 -10
  113. package/lib/Attachment/Attachment.module.css +26 -24
  114. package/lib/AttachmentViewer/AttachmentViewer.module.css +41 -41
  115. package/lib/ChannelIcon/ChannelIcon.module.css +22 -22
  116. package/lib/Drawer/Drawer.module.css +41 -40
  117. package/lib/FormAction/FormAction.module.css +20 -20
  118. package/lib/FreezeLayer/FreezeLayer.js +5 -13
  119. package/lib/Hooks/Dragger/useDragger.js +7 -2
  120. package/lib/IconButton/IconButton.module.css +2 -2
  121. package/lib/Image/Image.module.css +1 -0
  122. package/lib/ImportantNotes/ImportantNotes.module.css +5 -5
  123. package/lib/Loader/Loader.module.css +1 -0
  124. package/lib/Message/Message.module.css +9 -9
  125. package/lib/MessageBanner/MessageBanner.module.css +7 -7
  126. package/lib/NewStar/NewStar.module.css +18 -10
  127. package/lib/Separator/Separator.module.css +6 -6
  128. package/lib/TagWithIcon/TagWithIcon.module.css +6 -6
  129. package/lib/ToastMessage/ToastMessage.module.css +23 -23
  130. package/lib/Upload/Upload.module.css +15 -15
  131. package/lib/alert/AlertHeader/AlertHeader.module.css +12 -12
  132. package/lib/alert/AlertLookup/AlertLookup.module.css +6 -6
  133. package/lib/avatar/AvatarClose/AvatarClose.module.css +1 -1
  134. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
  135. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
  136. package/lib/avatar/AvatarThread/AvatarThread.module.css +24 -24
  137. package/lib/avatar/AvatarUser/AvatarUser.module.css +40 -40
  138. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
  139. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
  140. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
  141. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
  142. package/lib/emptystate/EditionPage/EditionPage.css +13 -13
  143. package/lib/errorstate/EmptyStates.module.css +18 -18
  144. package/lib/errorstate/Inconvenience/Inconvenience.module.css +3 -3
  145. package/lib/errorstate/LinkText/LinkText.module.css +1 -1
  146. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
  147. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
  148. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
  149. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
  150. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
  151. package/lib/errorstate/WillBack/WillBack.module.css +10 -10
  152. package/lib/form/fields/Fields.module.css +26 -26
  153. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
  154. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
  155. package/lib/form/fields/TextEditor/TextEditor.js +10 -11
  156. package/lib/form/fields/TextEditor/TextEditor.module.css +84 -77
  157. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +3 -2
  158. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
  159. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +18 -3
  160. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
  161. package/lib/layout/SetupDetailLayout/props/defaultProps.js +4 -2
  162. package/lib/layout/SetupDetailLayout/props/propTypes.js +10 -2
  163. package/lib/layout/SubtabLayout/SubtabLayout.module.css +32 -32
  164. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
  165. package/lib/list/Comment/Comment.module.css +4 -4
  166. package/lib/list/Dot/Dot.module.css +3 -3
  167. package/lib/list/DotNew/DotNew.module.css +4 -4
  168. package/lib/list/GridStencils/GridStencils.module.css +24 -24
  169. package/lib/list/Icons/AddNewIcon.js +2 -3
  170. package/lib/list/Icons/CompleteIcon.js +2 -2
  171. package/lib/list/Icons/DeleteIcon.js +3 -4
  172. package/lib/list/Icons/EditIcon.js +3 -5
  173. package/lib/list/Icons/Icons.module.css +2 -2
  174. package/lib/list/Icons/ReadUnreadIcon.js +3 -5
  175. package/lib/list/Icons/SmartIcon.js +3 -5
  176. package/lib/list/ListLayout/ListLayout.module.css +14 -30
  177. package/lib/list/ListStencils/ListStencils.module.css +12 -12
  178. package/lib/list/SecondaryText/SecondaryText.module.css +11 -11
  179. package/lib/list/SentimentStatus/SentimentStatus.module.css +3 -3
  180. package/lib/list/TagNew/TagNew.module.css +4 -4
  181. package/lib/list/Thread/Thread.module.css +7 -7
  182. package/lib/list/UserTime/UserTime.module.css +8 -8
  183. package/lib/list/listCommon.module.css +9 -31
  184. package/lib/list/status/StatusDropdown/StatusDropdown.js +2 -9
  185. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
  186. package/lib/list/status/StatusListItem/StatusListItem.module.css +16 -16
  187. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
  188. package/lib/lookup/Lookup/Lookup.module.css +5 -5
  189. package/lib/lookup/Section/LookupSection.module.css +1 -1
  190. package/lib/lookup/header/Close/LookupClose.module.css +3 -3
  191. package/lib/lookup/header/Search/LookupSearch.module.css +14 -14
  192. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
  193. package/lib/lookup/header/Title/LookupTitle.module.css +1 -1
  194. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
  195. package/lib/lookup/header/lookupHeaderCommon.module.css +8 -8
  196. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
  197. package/lib/setup/header/Button/HeaderButton.module.css +2 -2
  198. package/lib/setup/header/Link/HeaderLink.module.css +5 -5
  199. package/lib/setup/header/Search/Search.module.css +8 -8
  200. package/lib/setup/header/Views/Views.module.css +4 -4
  201. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
  202. package/lib/setup/helptips/Link/HelpTipsLink.module.css +2 -2
  203. package/lib/setup/helptips/ListGroup/ListGroup.module.css +3 -3
  204. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
  205. package/lib/setup/table/TableData/SetupTableData.module.css +6 -6
  206. package/lib/setup/table/TableHead/SetupTableHead.module.css +5 -5
  207. package/lib/setup/table/TableRow/SetupTableRow.module.css +5 -5
  208. package/lib/setup/table/Text/TableText.module.css +2 -2
  209. package/lib/version2/AlertClose/AlertClose.module.css +2 -2
  210. package/lib/version2/GlobalNotification/GlobalNotification.module.css +13 -13
  211. package/lib/version2/errorstate/V2_ErrorStates.module.css +17 -17
  212. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
  213. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
  214. package/lib/version2/lookup/alertLookupCommonNew.module.css +5 -5
  215. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
  216. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
  217. package/package.json +23 -9
package/README.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  In this Library, we Provide Some Basic Components to Build Your Application
4
4
 
5
+ # 1.0.0-beta.262
6
+
7
+ - **TextEditor** - pre tag css style added.
8
+
9
+ # 1.0.0-beta.261
10
+
11
+ - **TextEditor** - pre tag css style reverted.
12
+ - **FreezeLayer** - useDragger implementation reverted.
13
+
14
+ # 1.0.0-beta.260
15
+
16
+ - **TextEditor** - pre tag css style added.
17
+
18
+ # 1.0.0-beta.259
19
+
20
+ - **Drag Hook** - useDragger boundary calculation added for custom boundary elements
21
+ - **TagWithIcon** - Contrast issue fix
22
+
5
23
  # 1.0.0-beta.258
6
24
 
7
25
  - **TextEditor** - blockquote css style tag removed.
@@ -530,7 +530,7 @@
530
530
  --zdt_separator_secondary_text: hsla(210, 7%, calc(89% + var(--zd_dark_default_inverse_lValue)), calc(1 + var(--zd_alpha_high)));
531
531
 
532
532
  /* tag with icon */
533
- --zdt_tagWithIconGrey_bg: rgba(255, 255, 255, 0.03);
533
+ --zdt_tagWithIconGrey_bg: hsla(218, 23%, calc(14% + var(--zd_dark_darker_lowest_lValue)), calc(1 + var(--zd_alpha_high)));
534
534
  --zdt_tagWithIconGrey_border: hsla(0, calc(0 * 1%), calc(100% + var(--zd_dark_default_inverse_medium_lValue)), calc( 0.2 + var(--zd_alpha_low)));
535
535
  --zdt_tagWithIconGrey_text: hsla(210, 7%, calc(89% + var(--zd_dark_default_inverse_lValue)), calc(1 + var(--zd_alpha_high)));
536
536
  --zdt_tagWithIconBlue_bg: hsla(215, 28%, calc(20% + var(--zd_dark_darker_lowest_lValue)), calc(1 + var(--zd_alpha_high)));
@@ -530,7 +530,7 @@
530
530
  --zdt_separator_secondary_text: hsla(0, calc(0 * 1%), calc(0% + var(--zd_default_default_inverse_lValue)), calc(1 + var(--zd_alpha_high)));
531
531
 
532
532
  /* tag with icon */
533
- --zdt_tagWithIconGrey_bg: var(--zdt_m_cta_grey_20_bg_ignore);
533
+ --zdt_tagWithIconGrey_bg: var(--zdt_cta_grey_20_bg);
534
534
  --zdt_tagWithIconGrey_border: var(--zdt_cta_grey_35_border);
535
535
  --zdt_tagWithIconGrey_text: hsla(0, calc(0 * 1%), calc(0% + var(--zd_default_default_inverse_lValue)), calc(1 + var(--zd_alpha_high)));
536
536
  --zdt_tagWithIconBlue_bg: hsla(213, 85%, calc(95% + var(--zd_default_darker_lowest_lValue)), calc(1 + var(--zd_alpha_high)));
@@ -530,7 +530,7 @@
530
530
  --zdt_separator_secondary_text: hsla(210, 7%, calc(89% + var(--zd_pureDark_default_inverse_lValue)), calc(1 + var(--zd_alpha_high)));
531
531
 
532
532
  /* tag with icon */
533
- --zdt_tagWithIconGrey_bg: rgba(255, 255, 255, 0.03);
533
+ --zdt_tagWithIconGrey_bg: hsla(0, calc(0 * 1%), calc(9% + var(--zd_pureDark_darker_lowest_lValue)), calc(1 + var(--zd_alpha_high)));
534
534
  --zdt_tagWithIconGrey_border: hsla(0, calc(0 * 1%), calc(100% + var(--zd_pureDark_default_inverse_medium_lValue)), calc( 0.2 + var(--zd_alpha_low)));
535
535
  --zdt_tagWithIconGrey_text: hsla(210, 7%, calc(89% + var(--zd_pureDark_default_inverse_lValue)), calc(1 + var(--zd_alpha_high)));
536
536
  --zdt_tagWithIconBlue_bg: hsla(215, 28%, calc(20% + var(--zd_pureDark_darker_lowest_lValue)), calc(1 + var(--zd_alpha_high)));
@@ -47,31 +47,31 @@
47
47
  border-radius: var(--zd_size4);
48
48
  }
49
49
  .small {
50
- height: var(--zd_size28);
50
+ height: 28px;
51
51
  }
52
52
  .medium,
53
53
  .large {
54
- height: var(--zd_size30);
54
+ height: 30px;
55
55
  }
56
56
  .medium {
57
- min-width: var(--zd_size115);
57
+ min-width: 115px;
58
58
  }
59
59
  .large {
60
- min-width: var(--zd_size135);
60
+ min-width: 135px;
61
61
  }
62
62
  .small_btnBox {
63
- padding: 0 var(--zd_size8);
63
+ padding: 0 8px;
64
64
  }
65
65
  .medium_btnBox, .large_btnBox {
66
- padding: 0 var(--zd_size10);
66
+ padding: 0 10px;
67
67
  }
68
68
  .txt {
69
- font-size: var(--zd_font_size13);
69
+ font-size: 13px;
70
70
  font-family: var(--zd_semibold);
71
71
  text-transform: capitalize;
72
72
  }
73
73
  .subTxt {
74
- font-size: var(--zd_font_size10);
74
+ font-size: 10px;
75
75
  }
76
76
  .contentwrapper,
77
77
  .txt,
@@ -101,10 +101,10 @@
101
101
  border-right: 1px solid var(--buttonSeparatorBorder);
102
102
  }
103
103
  .small_arrowBox {
104
- width: var(--zd_size20);
104
+ width: 20px;
105
105
  }
106
106
  .medium_arrowBox {
107
- width: var(--zd_size26);
107
+ width: 26px;
108
108
  }
109
109
  .primaryFilledArw:hover,
110
110
  .primaryFilledArw.arrowActive,
@@ -124,16 +124,16 @@
124
124
  width: 100%;
125
125
  }
126
126
  .popupWrapper {
127
- padding: var(--zd_size10) 0;
128
- margin: var(--zd_size5) 0;
127
+ padding: 10px 0;
128
+ margin: 5px 0;
129
129
  }
130
130
  .arrow,
131
131
  .iconClr {
132
132
  color: var(--buttonText);
133
133
  }
134
134
  [dir=ltr] .iconMrgn {
135
- margin-right: var(--zd_size6);
135
+ margin-right: 6px;
136
136
  }
137
137
  [dir=rtl] .iconMrgn {
138
- margin-left: var(--zd_size6);
138
+ margin-left: 6px;
139
139
  }
@@ -12,46 +12,46 @@
12
12
  padding: 0;
13
13
  }
14
14
  .column .title {
15
- margin-bottom: var(--zd_size3);
15
+ margin-bottom: 3px;
16
16
  }
17
17
  [dir=ltr] .row .title {
18
- margin-right: var(--zd_size3);
18
+ margin-right: 3px;
19
19
  }
20
20
  [dir=rtl] .row .title {
21
- margin-left: var(--zd_size3);
21
+ margin-left: 3px;
22
22
  }
23
23
  .row .letter {
24
- padding: 0 var(--zd_size3);
24
+ padding: 0 3px;
25
25
  }
26
26
  .column .letter {
27
- padding: var(--zd_size3) 0;
27
+ padding: 3px 0;
28
28
  }
29
29
  .heading {
30
30
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
31
31
  max-width: 100%;
32
32
  }
33
33
  .list {
34
- font-size: var(--zd_font_size11);
35
- flex-basis: var(--zd_size12);
34
+ font-size: 11px;
35
+ flex-basis: 12px;
36
36
  color: var(--textColor);
37
37
  text-align: center;
38
38
  cursor: pointer;
39
39
  }
40
40
  .title {
41
- flex-basis: var(--zd_size15);
41
+ flex-basis: 15px;
42
42
  }
43
43
  .letter {
44
44
  text-transform: uppercase;
45
45
  display: inline-block;
46
46
  }
47
47
  .numbers .list {
48
- max-height: var(--zd_size35);
48
+ max-height: 35px;
49
49
  }
50
50
  .list :hover,
51
51
  .selected {
52
52
  color: var(--textHoverColor);
53
53
  }
54
54
  .title {
55
- font-size: var(--zd_font_size11);
55
+ font-size: 11px;
56
56
  font-family: var(--zd_semibold);
57
57
  }
@@ -35,13 +35,13 @@
35
35
  }
36
36
 
37
37
  .medium {
38
- width: var(--zd_size210);
39
- height: var(--zd_size60);
38
+ width: 210px;
39
+ height: 60px;
40
40
  }
41
41
 
42
42
  .small {
43
- width: var(--zd_size145);
44
- height: var(--zd_size40);
43
+ width: 145px;
44
+ height: 40px;
45
45
  }
46
46
 
47
47
  [dir=ltr] .attachleft {
@@ -53,37 +53,37 @@
53
53
  }
54
54
 
55
55
  .medium .attachleft {
56
- width: var(--zd_size50);
56
+ width: 50px;
57
57
  }
58
58
 
59
59
  .small .attachleft {
60
- width: var(--zd_size40);
60
+ width: 40px;
61
61
  }
62
62
 
63
63
  [dir=ltr] .medium .attachright {
64
- padding: var(--zd_size5) var(--zd_size25) var(--zd_size5) var(--zd_size10);
64
+ padding: 5px 25px 5px 10px;
65
65
  }
66
66
 
67
67
  [dir=rtl] .medium .attachright {
68
- padding: var(--zd_size5) var(--zd_size10) var(--zd_size5) var(--zd_size25);
68
+ padding: 5px 10px 5px 25px;
69
69
  }
70
70
 
71
71
  .small .attachright {
72
- padding: 0 var(--zd_size10) 0 var(--zd_size10);
72
+ padding: 0 10px 0 10px;
73
73
  }
74
74
 
75
75
  .footer {
76
76
  font-size: 0;
77
- margin-top: var(--zd_size3);
77
+ margin-top: 3px;
78
78
  }
79
79
 
80
80
  .medium .atatchName {
81
- font-size: var(--zd_font_size14);
81
+ font-size: 14px;
82
82
  line-height: var(--zd_size20);
83
83
  }
84
84
 
85
85
  .small .atatchName {
86
- font-size: var(--zd_font_size12);
86
+ font-size: 12px;
87
87
  line-height: var(--zd_size15);
88
88
  }
89
89
 
@@ -97,38 +97,38 @@
97
97
  }
98
98
 
99
99
  .medium .attachSize {
100
- font-size: var(--zd_font_size11);
100
+ font-size: 11px;
101
101
  }
102
102
 
103
103
  .small .attachSize {
104
- font-size: var(--zd_font_size10);
104
+ font-size: 10px;
105
105
  }
106
106
 
107
107
  .attachDownload {
108
108
  position: absolute;
109
- top: calc(var(--zd_size1) * -1);
109
+ top: -1px;
110
110
  display: none;
111
111
  background-color: var(--zdt_attachment_download_bg);
112
112
  text-align: center;
113
113
  }
114
114
 
115
115
  [dir=ltr] .attachDownload {
116
- right: calc(var(--zd_size1) * -1);
116
+ right: -1px;
117
117
  }
118
118
 
119
119
  [dir=rtl] .attachDownload {
120
- left: calc(var(--zd_size1) * -1);
120
+ left: -1px;
121
121
  }
122
122
 
123
123
  .medium .attachDownload {
124
- height: var(--zd_size25);
125
- width: var(--zd_size25);
124
+ height: 25px;
125
+ width: 25px;
126
126
  line-height: var(--zd_size23);
127
127
  }
128
128
 
129
129
  .small .attachDownload {
130
- height: var(--zd_size20);
131
- width: var(--zd_size20);
130
+ height: 20px;
131
+ width: 20px;
132
132
  line-height: var(--zd_size18);
133
133
  }
134
134
 
@@ -137,11 +137,11 @@
137
137
  }
138
138
 
139
139
  .attachIcon {
140
- font-size: var(--zd_font_size20);
140
+ font-size: 20px;
141
141
  }
142
142
 
143
143
  .downIcon {
144
- font-size: var(--zd_font_size14);
144
+ font-size: 14px;
145
145
  color: var(--zdt_attachment_size_text);
146
146
  }
147
147
 
@@ -150,9 +150,11 @@
150
150
  }
151
151
 
152
152
  .dot {
153
+ /* Variable:Ignore */
153
154
  height: 2px;
155
+ /* Variable:Ignore */
154
156
  width: 2px;
155
157
  background-color: var(--zdt_dot_text);
156
158
  border-radius: 50%;
157
- margin: 0 var(--zd_size6);
159
+ margin: 0 6px;
158
160
  }
@@ -1,10 +1,10 @@
1
1
  .header {
2
- height: var(--zd_size40);
2
+ height: 40px;
3
3
  position: relative;
4
4
  z-index: 1;
5
5
  composes: alignVertical from '~@zohodesk/components/lib/common/common.module.css';
6
6
  background-color: var(--zdt_attachmentviewer_header_bg);
7
- padding: 0 var(--zd_size15);
7
+ padding: 0 15px;
8
8
  border-bottom: 1px solid var(--zdt_attachmentviewer_header_border);
9
9
  }
10
10
 
@@ -14,48 +14,48 @@
14
14
  }
15
15
 
16
16
  [dir=ltr] .title {
17
- padding-right: var(--zd_size15);
17
+ padding-right: 15px;
18
18
  }
19
19
 
20
20
  [dir=rtl] .title {
21
- padding-left: var(--zd_size15);
21
+ padding-left: 15px;
22
22
  }
23
23
 
24
24
  .count {
25
25
  position: absolute;
26
26
  composes: xMiddle from '~@zohodesk/components/lib/common/common.module.css';
27
- padding: 0 var(--zd_size10);
27
+ padding: 0 10px;
28
28
  }
29
29
 
30
30
  .title,
31
31
  .count {
32
32
  color: var(--zdt_attachmentviewer_title_text);
33
- font-size: var(--zd_font_size15);
33
+ font-size: 15px;
34
34
  }
35
35
 
36
36
  [dir=ltr] .menuBar {
37
- padding-left: var(--zd_size5);
37
+ padding-left: 5px;
38
38
  }
39
39
 
40
40
  [dir=rtl] .menuBar {
41
- padding-right: var(--zd_size5);
41
+ padding-right: 5px;
42
42
  }
43
43
 
44
44
  .mbleMenuBar {
45
45
  align-self: baseline;
46
- margin-top: var(--zd_size8);
46
+ margin-top: 8px;
47
47
  }
48
48
 
49
49
  [dir=ltr] .menu+.menu {
50
- margin-left: var(--zd_size22);
50
+ margin-left: 22px;
51
51
  }
52
52
 
53
53
  [dir=rtl] .menu+.menu {
54
- margin-right: var(--zd_size22);
54
+ margin-right: 22px;
55
55
  }
56
56
 
57
57
  .mobileMenu+.mobileMenu {
58
- margin-bottom: var(--zd_size22);
58
+ margin-bottom: 22px;
59
59
  }
60
60
 
61
61
  .menuIcon {
@@ -63,11 +63,11 @@
63
63
  }
64
64
 
65
65
  .nrmlArrowBox {
66
- width: var(--zd_size80);
66
+ width: 80px;
67
67
  }
68
68
 
69
69
  .mbleArrowBox {
70
- width: var(--zd_size50);
70
+ width: 50px;
71
71
  }
72
72
 
73
73
  .arrowBox:hover {
@@ -76,9 +76,9 @@
76
76
 
77
77
  .arrow {
78
78
  color: var(--zdt_attachmentviewer_title_text);
79
- font-size: var(--zd_font_size22);
80
- height: var(--zd_size38);
81
- width: var(--zd_size38);
79
+ font-size: 22px;
80
+ height: 38px;
81
+ width: 38px;
82
82
  line-height: var(--zd_size36);
83
83
  border-radius: 50%;
84
84
  cursor: pointer;
@@ -87,7 +87,7 @@
87
87
  .preview {
88
88
  composes: posrel from '~@zohodesk/components/lib/common/common.module.css';
89
89
  text-align: center;
90
- margin: var(--zd_size20) 0;
90
+ margin: 20px 0;
91
91
  }
92
92
 
93
93
  .zoomIn {
@@ -103,17 +103,17 @@
103
103
 
104
104
  .button {
105
105
  position: absolute;
106
- bottom: var(--zd_size23);
106
+ bottom: 23px;
107
107
  z-index: 3;
108
108
  border: 1px solid var(--zdt_attachmentviewer_button_border);
109
109
  }
110
110
 
111
111
  [dir=ltr] .button {
112
- right: var(--zd_size20);
112
+ right: 20px;
113
113
  }
114
114
 
115
115
  [dir=rtl] .button {
116
- left: var(--zd_size20);
116
+ left: 20px;
117
117
  }
118
118
 
119
119
  .visible {
@@ -132,15 +132,15 @@
132
132
  }
133
133
 
134
134
  [dir=ltr] .footer {
135
- padding-right: var(--zd_size68)
135
+ padding-right: 68px
136
136
  }
137
137
 
138
138
  [dir=rtl] .footer {
139
- padding-left: var(--zd_size68)
139
+ padding-left: 68px
140
140
  }
141
141
 
142
142
  .footerHeight {
143
- height: var(--zd_size75);
143
+ height: 75px;
144
144
  }
145
145
 
146
146
  .footerHide {
@@ -148,19 +148,19 @@
148
148
  }
149
149
 
150
150
  .listContainer {
151
- padding: 0 var(--zd_size18);
151
+ padding: 0 18px;
152
152
  }
153
153
 
154
154
  .imgItem {
155
- height: var(--zd_size60);
156
- min-width: var(--zd_size40);
155
+ height: 60px;
156
+ min-width: 40px;
157
157
  position: relative;
158
158
  transition: border var(--zd_transition3);
159
159
  border-width: 2px;
160
160
  border-style: solid;
161
161
  border-color: var(--dot_mirror);
162
162
  border-radius: 3px;
163
- padding: var(--zd_size2);
163
+ padding: 2px;
164
164
  }
165
165
 
166
166
  .imgItem:hover {
@@ -168,11 +168,11 @@
168
168
  }
169
169
 
170
170
  [dir=ltr] .imgItem+.imgItem {
171
- margin-left: var(--zd_size12);
171
+ margin-left: 12px;
172
172
  }
173
173
 
174
174
  [dir=rtl] .imgItem+.imgItem {
175
- margin-right: var(--zd_size12);
175
+ margin-right: 12px;
176
176
  }
177
177
 
178
178
  .image {
@@ -203,15 +203,15 @@
203
203
  }
204
204
 
205
205
  .zoomIcon {
206
- font-size: var(--zd_font_size15);
206
+ font-size: 15px;
207
207
  }
208
208
 
209
209
  .newTabIcon {
210
- font-size: var(--zd_font_size12);
210
+ font-size: 12px;
211
211
  }
212
212
 
213
213
  .appIcon {
214
- font-size: var(--zd_font_size9);
214
+ font-size: 9px;
215
215
  }
216
216
 
217
217
  .thumpIcon {
@@ -226,7 +226,7 @@
226
226
 
227
227
  .isAudio {
228
228
  composes: audioImage from '../common/dot_common.module.css';
229
- width: var(--zd_size100);
229
+ width: 100px;
230
230
  background-size: 100% 100%;
231
231
  }
232
232
 
@@ -296,8 +296,8 @@
296
296
  .spinLoad {
297
297
  position: absolute;
298
298
  composes: middleBoth from '~@zohodesk/components/lib/common/common.module.css';
299
- height: var(--zd_font_size18);
300
- width: var(--zd_font_size18);
299
+ height: 18px;
300
+ width: 18px;
301
301
  }
302
302
 
303
303
  .loader {
@@ -326,22 +326,22 @@
326
326
  }
327
327
 
328
328
  .author {
329
- max-width: var(--zd_size200);
329
+ max-width: 200px;
330
330
  }
331
331
 
332
332
  [dir=ltr] .author {
333
- padding-left: var(--zd_size15);
333
+ padding-left: 15px;
334
334
  }
335
335
 
336
336
  [dir=rtl] .author {
337
- padding-right: var(--zd_size15);
337
+ padding-right: 15px;
338
338
  }
339
339
 
340
340
  .authorName {
341
- font-size: var(--zd_font_size15);
341
+ font-size: 15px;
342
342
  color: var(--zdt_attachmentviewer_title_text);
343
343
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
344
- margin: 0 var(--zd_size10);
344
+ margin: 0 10px;
345
345
  }
346
346
 
347
347
  .btn {
@@ -13,16 +13,16 @@
13
13
  .thread {
14
14
  composes: dflex alignVertical alignHorizontal rounded from '~@zohodesk/components/lib/common/common.module.css';
15
15
  position: absolute;
16
- top: calc(var(--zd_size4) * -1);
17
- height: var(--zd_size15);
18
- width: var(--zd_size15);
16
+ top: -4px;
17
+ height: 15px;
18
+ width: 15px;
19
19
  background-color: var(--topIconBg);
20
20
  }
21
21
  [dir=ltr] .thread {
22
- right: calc(var(--zd_size1) * -1);
22
+ right: -1px;
23
23
  }
24
24
  [dir=rtl] .thread {
25
- left: calc(var(--zd_size1) * -1);
25
+ left: -1px;
26
26
  }
27
27
  .threadBorder {
28
28
  border: 1px solid var(--topIconBorderColor);
@@ -103,22 +103,22 @@
103
103
  .email_incoming,
104
104
  .email_missed,
105
105
  .email_outgoing {
106
- bottom: var(--zd_size2);
106
+ bottom: 2px;
107
107
  }
108
108
 
109
109
  /* twitter */
110
110
  .twitter_incoming,
111
111
  .twitter_outgoing,
112
112
  .twitter_missed {
113
- bottom: var(--zd_size1);
113
+ bottom: 1px;
114
114
  }
115
115
 
116
116
  /* facebook */
117
117
  [dir=ltr] .facebook_incoming, [dir=ltr] .facebook_missed, [dir=ltr] .facebook_outgoing {
118
- right: var(--zd_size2);
118
+ right: 2px;
119
119
  }
120
120
  [dir=rtl] .facebook_incoming, [dir=rtl] .facebook_missed, [dir=rtl] .facebook_outgoing {
121
- left: var(--zd_size2);
121
+ left: 2px;
122
122
  }
123
123
 
124
124
  /* chat */
@@ -131,33 +131,33 @@
131
131
  .chat_outgoing,
132
132
  .offline_chat_outgoing,
133
133
  .online_chat_outgoing {
134
- bottom: var(--zd_size1);
134
+ bottom: 1px;
135
135
  }
136
136
 
137
137
  /* forums */
138
138
  .forums_default {
139
- top: var(--zd_size1);
139
+ top: 1px;
140
140
  }
141
141
 
142
142
  /* feedback */
143
143
  .feedback_incoming,
144
144
  .feedback_missed,
145
145
  .feedback_out {
146
- top: var(--zd_size1);
146
+ top: 1px;
147
147
  }
148
148
  [dir=ltr] .feedback_incoming, [dir=ltr] .feedback_missed, [dir=ltr] .feedback_out {
149
- right: var(--zd_size1);
149
+ right: 1px;
150
150
  }
151
151
  [dir=rtl] .feedback_incoming, [dir=rtl] .feedback_missed, [dir=rtl] .feedback_out {
152
- left: var(--zd_size1);
152
+ left: 1px;
153
153
  }
154
154
 
155
155
  /* draft */
156
156
  [dir=ltr] .email_draft, [dir=ltr] .facebook_draft, [dir=ltr] .twitter_draft, [dir=ltr] .forums_draft, [dir=ltr] .chat_draft, [dir=ltr] .offline_chat_draft, [dir=ltr] .online_chat_draft, [dir=ltr] .phone_draft, [dir=ltr] .web_draft, [dir=ltr] .customerportal_draft, [dir=ltr] .feedback_draft {
157
- left: var(--zd_size1);
157
+ left: 1px;
158
158
  }
159
159
  [dir=rtl] .email_draft, [dir=rtl] .facebook_draft, [dir=rtl] .twitter_draft, [dir=rtl] .forums_draft, [dir=rtl] .chat_draft, [dir=rtl] .offline_chat_draft, [dir=rtl] .online_chat_draft, [dir=rtl] .phone_draft, [dir=rtl] .web_draft, [dir=rtl] .customerportal_draft, [dir=rtl] .feedback_draft {
160
- right: var(--zd_size1);
160
+ right: 1px;
161
161
  }
162
162
 
163
163
  /* forward */
@@ -173,7 +173,7 @@
173
173
  .web_forward,
174
174
  .customerportal_forward,
175
175
  .feedback_forward {
176
- bottom: var(--zd_size1);
176
+ bottom: 1px;
177
177
  }
178
178
 
179
179
  /* forwarddraft */
@@ -188,21 +188,21 @@
188
188
  .web_forwarddraft,
189
189
  .customerportal_forwarddraft,
190
190
  .feedback_forwarddraft {
191
- bottom: var(--zd_size1);
191
+ bottom: 1px;
192
192
  }
193
193
  [dir=ltr] .email_forwarddraft, [dir=ltr] .facebook_forwarddraft, [dir=ltr] .twitter_forwarddraft, [dir=ltr] .forums_forwarddraft, [dir=ltr] .chat_forwarddraft, [dir=ltr] .offline_chat_forwarddraft, [dir=ltr] .online_chat_forwarddraft, [dir=ltr] .phone_forwarddraft, [dir=ltr] .web_forwarddraft, [dir=ltr] .customerportal_forwarddraft, [dir=ltr] .feedback_forwarddraft {
194
- left: var(--zd_size1);
194
+ left: 1px;
195
195
  }
196
196
  [dir=rtl] .email_forwarddraft, [dir=rtl] .facebook_forwarddraft, [dir=rtl] .twitter_forwarddraft, [dir=rtl] .forums_forwarddraft, [dir=rtl] .chat_forwarddraft, [dir=rtl] .offline_chat_forwarddraft, [dir=rtl] .online_chat_forwarddraft, [dir=rtl] .phone_forwarddraft, [dir=rtl] .web_forwarddraft, [dir=rtl] .customerportal_forwarddraft, [dir=rtl] .feedback_forwarddraft {
197
- right: var(--zd_size1);
197
+ right: 1px;
198
198
  }
199
199
 
200
200
  /* facebook_dm */
201
201
  [dir=ltr] .facebook_dm_default, [dir=ltr] .facebook_dm_incoming, [dir=ltr] .facebook_dm_outgoing, [dir=ltr] .facebook_dm_missed {
202
- right: var(--zd_size2);
202
+ right: 2px;
203
203
  }
204
204
  [dir=rtl] .facebook_dm_default, [dir=rtl] .facebook_dm_incoming, [dir=rtl] .facebook_dm_outgoing, [dir=rtl] .facebook_dm_missed {
205
- left: var(--zd_size2);
205
+ left: 2px;
206
206
  }
207
207
 
208
208
  /*Topic Icon colors*/