@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.
Files changed (246) hide show
  1. package/README.md +0 -9
  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 +24 -26
  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 +40 -41
  11. package/es/FormAction/FormAction.module.css +20 -20
  12. package/es/Hooks/Dragger/useDragger.js +2 -7
  13. package/es/IconButton/IconButton.module.css +2 -2
  14. package/es/Image/Image.module.css +0 -1
  15. package/es/ImportantNotes/ImportantNotes.module.css +5 -5
  16. package/es/Loader/Loader.module.css +0 -1
  17. package/es/Message/Message.module.css +9 -9
  18. package/es/MessageBanner/MessageBanner.module.css +7 -7
  19. package/es/NewStar/NewStar.module.css +10 -18
  20. package/es/Separator/Separator.module.css +6 -6
  21. package/es/TagWithIcon/TagWithIcon.module.css +6 -6
  22. package/es/ToastMessage/ToastMessage.module.css +23 -23
  23. package/es/Upload/Upload.module.css +15 -15
  24. package/es/alert/AlertHeader/AlertHeader.module.css +12 -12
  25. package/es/alert/AlertLookup/AlertLookup.module.css +6 -6
  26. package/es/avatar/AvatarClose/AvatarClose.module.css +1 -1
  27. package/es/avatar/AvatarCollision/AvatarCollision.module.css +7 -7
  28. package/es/avatar/AvatarStatus/AvatarStatus.module.css +32 -32
  29. package/es/avatar/AvatarThread/AvatarThread.module.css +24 -24
  30. package/es/avatar/AvatarUser/AvatarUser.module.css +40 -40
  31. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
  32. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
  33. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
  34. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
  35. package/es/emptystate/EditionPage/EditionPage.css +13 -13
  36. package/es/errorstate/EmptyStates.module.css +18 -18
  37. package/es/errorstate/Inconvenience/Inconvenience.module.css +3 -3
  38. package/es/errorstate/LinkText/LinkText.module.css +1 -1
  39. package/es/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
  40. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
  41. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
  42. package/es/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
  43. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
  44. package/es/errorstate/WillBack/WillBack.module.css +10 -10
  45. package/es/form/fields/Fields.module.css +26 -26
  46. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
  47. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
  48. package/es/form/fields/TextEditor/TextEditor.js +11 -10
  49. package/es/form/fields/TextEditor/TextEditor.module.css +77 -84
  50. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -3
  51. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
  52. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
  53. package/es/layout/SubtabLayout/SubtabLayout.module.css +32 -32
  54. package/es/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
  55. package/es/list/Comment/Comment.module.css +4 -4
  56. package/es/list/Dot/Dot.module.css +3 -3
  57. package/es/list/DotNew/DotNew.module.css +4 -4
  58. package/es/list/GridStencils/GridStencils.module.css +24 -24
  59. package/es/list/Icons/AddNewIcon.js +3 -2
  60. package/es/list/Icons/CompleteIcon.js +2 -2
  61. package/es/list/Icons/DeleteIcon.js +4 -3
  62. package/es/list/Icons/EditIcon.js +5 -3
  63. package/es/list/Icons/Icons.module.css +2 -2
  64. package/es/list/Icons/ReadUnreadIcon.js +5 -3
  65. package/es/list/Icons/SmartIcon.js +5 -3
  66. package/es/list/ListLayout/ListLayout.module.css +30 -14
  67. package/es/list/ListStencils/ListStencils.module.css +12 -12
  68. package/es/list/SecondaryText/SecondaryText.module.css +11 -11
  69. package/es/list/SentimentStatus/SentimentStatus.module.css +3 -3
  70. package/es/list/TagNew/TagNew.module.css +4 -4
  71. package/es/list/Thread/Thread.module.css +7 -7
  72. package/es/list/UserTime/UserTime.module.css +8 -8
  73. package/es/list/listCommon.module.css +31 -9
  74. package/es/list/status/StatusDropdown/StatusDropdown.js +9 -2
  75. package/es/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
  76. package/es/list/status/StatusListItem/StatusListItem.module.css +16 -16
  77. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
  78. package/es/lookup/Lookup/Lookup.module.css +5 -5
  79. package/es/lookup/Section/LookupSection.module.css +1 -1
  80. package/es/lookup/header/Close/LookupClose.module.css +3 -3
  81. package/es/lookup/header/Search/LookupSearch.module.css +14 -14
  82. package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
  83. package/es/lookup/header/Title/LookupTitle.module.css +1 -1
  84. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
  85. package/es/lookup/header/lookupHeaderCommon.module.css +8 -8
  86. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
  87. package/es/setup/header/Button/HeaderButton.module.css +2 -2
  88. package/es/setup/header/Link/HeaderLink.module.css +5 -5
  89. package/es/setup/header/Search/Search.module.css +8 -8
  90. package/es/setup/header/Views/Views.module.css +4 -4
  91. package/es/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
  92. package/es/setup/helptips/Link/HelpTipsLink.module.css +2 -2
  93. package/es/setup/helptips/ListGroup/ListGroup.module.css +3 -3
  94. package/es/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
  95. package/es/setup/table/TableData/SetupTableData.module.css +6 -6
  96. package/es/setup/table/TableHead/SetupTableHead.module.css +5 -5
  97. package/es/setup/table/TableRow/SetupTableRow.module.css +5 -5
  98. package/es/setup/table/Text/TableText.module.css +2 -2
  99. package/es/version2/AlertClose/AlertClose.module.css +2 -2
  100. package/es/version2/GlobalNotification/GlobalNotification.module.css +13 -13
  101. package/es/version2/errorstate/V2_ErrorStates.module.css +17 -17
  102. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
  103. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
  104. package/es/version2/lookup/alertLookupCommonNew.module.css +5 -5
  105. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
  106. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
  107. package/lib/ActionButton/ActionButton.module.css +14 -14
  108. package/lib/AlphabeticList/AlphabeticList.js +1 -1
  109. package/lib/AlphabeticList/AlphabeticList.module.css +10 -10
  110. package/lib/Attachment/Attachment.module.css +24 -26
  111. package/lib/AttachmentViewer/AttachmentImage.js +1 -1
  112. package/lib/AttachmentViewer/AttachmentViewer.module.css +41 -41
  113. package/lib/ChannelIcon/ChannelIcon.module.css +22 -22
  114. package/lib/Drawer/Drawer.module.css +40 -41
  115. package/lib/ExternalLink/ExternalLink.js +1 -1
  116. package/lib/FormAction/FormAction.module.css +20 -20
  117. package/lib/Hooks/Dragger/useDragger.js +2 -7
  118. package/lib/IconButton/IconButton.module.css +2 -2
  119. package/lib/Image/Image.module.css +0 -1
  120. package/lib/ImportantNotes/ImportantNotes.module.css +5 -5
  121. package/lib/Loader/Loader.module.css +0 -1
  122. package/lib/Message/Message.module.css +9 -9
  123. package/lib/MessageBanner/MessageBanner.module.css +7 -7
  124. package/lib/NewStar/NewStar.module.css +10 -18
  125. package/lib/Separator/Separator.module.css +6 -6
  126. package/lib/TagWithIcon/TagWithIcon.module.css +6 -6
  127. package/lib/ToastMessage/ToastMessage.js +2 -1
  128. package/lib/ToastMessage/ToastMessage.module.css +23 -23
  129. package/lib/Upload/Upload.module.css +15 -15
  130. package/lib/alert/AlertHeader/AlertHeader.module.css +12 -12
  131. package/lib/alert/AlertLookup/AlertLookup.js +1 -1
  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.js +1 -1
  138. package/lib/avatar/AvatarUser/AvatarUser.module.css +40 -40
  139. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +4 -4
  140. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +11 -11
  141. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +13 -13
  142. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +11 -11
  143. package/lib/emptystate/EditionPage/EditionPage.css +13 -13
  144. package/lib/errorstate/EmptyStates.module.css +18 -18
  145. package/lib/errorstate/Inconvenience/Inconvenience.module.css +3 -3
  146. package/lib/errorstate/LinkText/LinkText.module.css +1 -1
  147. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +1 -1
  148. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +8 -8
  149. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +1 -1
  150. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +1 -1
  151. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +1 -1
  152. package/lib/errorstate/WillBack/WillBack.module.css +10 -10
  153. package/lib/form/fields/CheckBoxField/CheckBoxField.js +1 -1
  154. package/lib/form/fields/CurrencyField/CurrencyField.js +1 -1
  155. package/lib/form/fields/DateField/DateField.js +1 -1
  156. package/lib/form/fields/FieldContainer/FieldContainer.js +1 -1
  157. package/lib/form/fields/Fields.module.css +26 -26
  158. package/lib/form/fields/MultiSelectField/MultiSelectField.js +1 -1
  159. package/lib/form/fields/PhoneField/PhoneField.js +1 -1
  160. package/lib/form/fields/RadioField/RadioField.js +1 -1
  161. package/lib/form/fields/SelectField/SelectField.js +1 -1
  162. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +13 -13
  163. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +1 -1
  164. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +3 -3
  165. package/lib/form/fields/TextBoxField/TextBoxField.js +1 -1
  166. package/lib/form/fields/TextEditor/TextEditor.js +13 -11
  167. package/lib/form/fields/TextEditor/TextEditor.module.css +77 -84
  168. package/lib/form/fields/TextEditorField/TextEditorField.js +1 -1
  169. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +1 -1
  170. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -3
  171. package/lib/form/fields/TextareaField/TextareaField.js +1 -1
  172. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +3 -3
  173. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +31 -31
  174. package/lib/layout/SubtabLayout/SubtabLayout.module.css +32 -32
  175. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +3 -3
  176. package/lib/list/Comment/Comment.module.css +4 -4
  177. package/lib/list/Dot/Dot.module.css +3 -3
  178. package/lib/list/DotNew/DotNew.module.css +4 -4
  179. package/lib/list/GridStencils/GridStencils.module.css +24 -24
  180. package/lib/list/Icons/AddNewIcon.js +3 -2
  181. package/lib/list/Icons/CompleteIcon.js +2 -2
  182. package/lib/list/Icons/DeleteIcon.js +4 -3
  183. package/lib/list/Icons/EditIcon.js +5 -3
  184. package/lib/list/Icons/Icons.module.css +2 -2
  185. package/lib/list/Icons/ReadUnreadIcon.js +5 -3
  186. package/lib/list/Icons/SmartIcon.js +5 -3
  187. package/lib/list/ListLayout/ListLayout.module.css +30 -14
  188. package/lib/list/ListStencils/ListStencils.js +1 -1
  189. package/lib/list/ListStencils/ListStencils.module.css +12 -12
  190. package/lib/list/SecondaryText/AccountName.js +1 -1
  191. package/lib/list/SecondaryText/Email.js +1 -1
  192. package/lib/list/SecondaryText/HappinessRating.js +1 -1
  193. package/lib/list/SecondaryText/PhoneNumber.js +1 -1
  194. package/lib/list/SecondaryText/SecondaryText.module.css +11 -11
  195. package/lib/list/SecondaryText/Website.js +1 -1
  196. package/lib/list/SecondryPanel/SecondryPanel.js +1 -1
  197. package/lib/list/SentimentStatus/SentimentStatus.module.css +3 -3
  198. package/lib/list/TagNew/TagNew.module.css +4 -4
  199. package/lib/list/Thread/Thread.module.css +7 -7
  200. package/lib/list/UserTime/UserTime.module.css +8 -8
  201. package/lib/list/listCommon.module.css +31 -9
  202. package/lib/list/status/StatusDropdown/StatusDropdown.js +9 -2
  203. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +13 -13
  204. package/lib/list/status/StatusListItem/StatusListItem.js +1 -1
  205. package/lib/list/status/StatusListItem/StatusListItem.module.css +16 -16
  206. package/lib/lookup/EmptyPage/EmptyPage.js +1 -1
  207. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +3 -3
  208. package/lib/lookup/Lookup/Lookup.js +1 -1
  209. package/lib/lookup/Lookup/Lookup.module.css +5 -5
  210. package/lib/lookup/Section/LookupSection.module.css +1 -1
  211. package/lib/lookup/header/Close/Close.js +1 -1
  212. package/lib/lookup/header/Close/LookupClose.module.css +3 -3
  213. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
  214. package/lib/lookup/header/Search/LookupSearch.module.css +14 -14
  215. package/lib/lookup/header/Search/Search.js +1 -1
  216. package/lib/lookup/header/TicketHeader/TicketHeader.js +1 -1
  217. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +2 -2
  218. package/lib/lookup/header/Title/LookupTitle.module.css +1 -1
  219. package/lib/lookup/header/Title/Title.js +1 -1
  220. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  221. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +11 -11
  222. package/lib/lookup/header/lookupHeaderCommon.module.css +8 -8
  223. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +3 -3
  224. package/lib/setup/header/Button/HeaderButton.module.css +2 -2
  225. package/lib/setup/header/Link/HeaderLink.module.css +5 -5
  226. package/lib/setup/header/Search/Search.module.css +8 -8
  227. package/lib/setup/header/Views/Views.module.css +4 -4
  228. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +2 -2
  229. package/lib/setup/helptips/Link/HelpTipsLink.module.css +2 -2
  230. package/lib/setup/helptips/ListGroup/ListGroup.module.css +3 -3
  231. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +1 -1
  232. package/lib/setup/table/TableData/SetupTableData.module.css +6 -6
  233. package/lib/setup/table/TableHead/SetupTableHead.module.css +5 -5
  234. package/lib/setup/table/TableRow/SetupTableRow.module.css +5 -5
  235. package/lib/setup/table/Text/TableText.module.css +2 -2
  236. package/lib/version2/AlertClose/AlertClose.js +1 -1
  237. package/lib/version2/AlertClose/AlertClose.module.css +2 -2
  238. package/lib/version2/GlobalNotification/GlobalNotification.module.css +13 -13
  239. package/lib/version2/errorstate/V2_ErrorStates.module.css +17 -17
  240. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +13 -13
  241. package/lib/version2/lookup/AlertLookup/AlertLookup.js +1 -1
  242. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +6 -6
  243. package/lib/version2/lookup/alertLookupCommonNew.module.css +5 -5
  244. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +14 -14
  245. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +23 -23
  246. package/package.json +9 -23
@@ -1,15 +1,15 @@
1
1
  .header {
2
- height: 50px;
2
+ height: var(--zd_size50);
3
3
  z-index: 2;
4
4
  border-bottom: 1px solid var(--zdt_setupdetail_header_border);
5
5
  }
6
6
  .back {
7
- width: 60px;
7
+ width: var(--zd_size60);
8
8
  }
9
9
  .backIcon {
10
- height: 30px;
11
- width: 30px;
12
- font-size: 12px;
10
+ height: var(--zd_size30);
11
+ width: var(--zd_size30);
12
+ font-size: var(--zd_font_size12);
13
13
  display: inline-block;
14
14
  color: var(--zdt_setupdetail_backicon);
15
15
  line-height: var(--zd_size30);
@@ -18,27 +18,27 @@
18
18
  cursor: pointer;
19
19
  }
20
20
  [dir=ltr] .backIcon {
21
- margin-left: 19px;
21
+ margin-left: var(--zd_size19);
22
22
  }
23
23
  [dir=rtl] .backIcon {
24
- margin-right: 19px;
24
+ margin-right: var(--zd_size19);
25
25
  }
26
26
 
27
27
  .backIcon:hover {
28
28
  background-color: var(--zdt_setupdetail_hover_backicon_bg);
29
29
  }
30
30
  .title {
31
- font-size: 16px;
31
+ font-size: var(--zd_font_size16);
32
32
  line-height: var(--zd_size16);
33
33
  font-family: var(--zd_semibold);
34
34
  color: var(--zdt_setupdetail_backicon);
35
35
  composes: ftsmooth from '~@zohodesk/components/lib/common/common.module.css';
36
36
  }
37
37
  [dir=ltr] .title {
38
- padding-right: 12px;
38
+ padding-right: var(--zd_size12);
39
39
  }
40
40
  [dir=rtl] .title {
41
- padding-left: 12px;
41
+ padding-left: var(--zd_size12);
42
42
  }
43
43
 
44
44
  .rightPanel {
@@ -50,18 +50,18 @@
50
50
  }
51
51
  [dir=ltr] .helpInfoCont {
52
52
  right: 0;
53
- padding: 12px 15px 0 0;
53
+ padding: var(--zd_size12) var(--zd_size15) 0 0;
54
54
  }
55
55
  [dir=rtl] .helpInfoCont {
56
56
  left: 0;
57
- padding: 12px 0 0 15px;
57
+ padding: var(--zd_size12) 0 0 var(--zd_size15);
58
58
  }
59
59
  .helpInfo {
60
60
  line-height: var(--zd_size26);
61
- height: 28px;
62
- width: 28px;
61
+ height: var(--zd_size28);
62
+ width: var(--zd_size28);
63
63
  color: var(--zdt_setupdetail_helpinfo_text);
64
- font-size: 11px;
64
+ font-size: var(--zd_font_size11);
65
65
  display: inline-block;
66
66
  border: 1px solid var(--zdt_setupdetail_helpinfo);
67
67
  border-radius: 2px;
@@ -69,27 +69,27 @@
69
69
  cursor: pointer;
70
70
  }
71
71
  [dir=ltr] .mr15 {
72
- margin-right: 15px;
72
+ margin-right: var(--zd_size15);
73
73
  }
74
74
  [dir=rtl] .mr15 {
75
- margin-left: 15px;
75
+ margin-left: var(--zd_size15);
76
76
  }
77
77
 
78
78
  .content {
79
79
  z-index: 1;
80
80
  }
81
81
  [dir=ltr] .padding {
82
- padding: 10px 25px 10px 60px;
82
+ padding: var(--zd_size10) var(--zd_size25) var(--zd_size10) var(--zd_size60);
83
83
  }
84
84
  [dir=rtl] .padding {
85
- padding: 10px 60px 10px 25px;
85
+ padding: var(--zd_size10) var(--zd_size60) var(--zd_size10) var(--zd_size25);
86
86
  }
87
87
  .popup {
88
88
  z-index: 3;
89
89
  position: absolute;
90
90
  top: 0;
91
91
  bottom: 0;
92
- width: 330px;
92
+ width: var(--zd_size330);
93
93
  transition: transform var(--zd_transition3);
94
94
  border: 1px solid var(--zdt_setupdetail_popup_border);
95
95
  background-color: var(--zdt_setupdetail_popup_bg);
@@ -111,15 +111,15 @@
111
111
 
112
112
  .infoHeader {
113
113
  color: var(--zdt_setupdetail_infoheader_text);
114
- padding: 10px 20px 11px;
114
+ padding: var(--zd_size10) var(--zd_size20) var(--zd_size11);
115
115
  border-bottom: 1px solid var(--zdt_setupdetail_popup_border);
116
116
  background-color: var(--zdt_setupdetail_infoheader_bg);
117
117
  }
118
118
 
119
119
  .infoIcon {
120
- height: 26px;
121
- width: 26px;
122
- font-size: 12px;
120
+ height: var(--zd_size26);
121
+ width: var(--zd_size26);
122
+ font-size: var(--zd_font_size12);
123
123
  line-height: var(--zd_size24);
124
124
  text-align: center;
125
125
  border: 1px solid var(--zdt_setupdetail_infoicon_border);
@@ -128,25 +128,25 @@
128
128
 
129
129
  .infoText {
130
130
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
131
- font-size: 13px;
131
+ font-size: var(--zd_font_size13);
132
132
  }
133
133
 
134
134
  [dir=ltr] .infoText {
135
- margin-left: 8px;
136
- margin-right: 8px;
135
+ margin-left: var(--zd_size8);
136
+ margin-right: var(--zd_size8);
137
137
  }
138
138
 
139
139
  [dir=rtl] .infoText {
140
- margin-right: 8px;
141
- margin-left: 8px;
140
+ margin-right: var(--zd_size8);
141
+ margin-left: var(--zd_size8);
142
142
  }
143
143
 
144
144
  .infoClose {
145
- font-size: 28px;
145
+ font-size: var(--zd_font_size28);
146
146
  color: var(--zdt_setupdetail_infoclose);
147
147
  cursor: pointer;
148
148
  }
149
149
 
150
150
  .infoFooter {
151
- padding: 10px 20px;
151
+ padding: var(--zd_size10) var(--zd_size20);
152
152
  }
@@ -13,11 +13,11 @@
13
13
  }
14
14
 
15
15
  [dir=ltr] .left {
16
- margin-right: 15px;
16
+ margin-right: var(--zd_size15);
17
17
  }
18
18
 
19
19
  [dir=rtl] .left {
20
- margin-left: 15px;
20
+ margin-left: var(--zd_size15);
21
21
  }
22
22
 
23
23
  .plusIconLine {
@@ -28,19 +28,19 @@
28
28
  .plusIconLine::before {
29
29
  position: absolute;
30
30
  content: '';
31
- width: 1px;
32
- height: 28px;
33
- top: 38px;
31
+ width: var(--zd_size1);
32
+ height: var(--zd_size28);
33
+ top: var(--zd_size38);
34
34
  z-index: -1;
35
35
  background: var(--zdt_subtablayout_plusicon_bg);
36
36
  }
37
37
 
38
38
  [dir=ltr] .plusIconLine::before {
39
- left: 20px;
39
+ left: var(--zd_size20);
40
40
  }
41
41
 
42
42
  [dir=rtl] .plusIconLine::before {
43
- right: 20px;
43
+ right: var(--zd_size20);
44
44
  }
45
45
 
46
46
  .primary_borderStyle, .secondary_borderStyle {
@@ -55,20 +55,20 @@
55
55
  bottom: 0;
56
56
  content: '';
57
57
  position: absolute;
58
- top: 20px;
58
+ top: var(--zd_size20);
59
59
  z-index: -1;
60
60
  box-shadow: var(--zd_bs_subtablayout_shadow);
61
61
  border-radius: 100px/10px;
62
62
  }
63
63
 
64
64
  [dir=ltr] .shadowStyle::before {
65
- left: 50px;
66
- right: 50px;
65
+ left: var(--zd_size50);
66
+ right: var(--zd_size50);
67
67
  }
68
68
 
69
69
  [dir=rtl] .shadowStyle::before {
70
- right: 50px;
71
- left: 50px;
70
+ right: var(--zd_size50);
71
+ left: var(--zd_size50);
72
72
  }
73
73
 
74
74
  .aside {
@@ -77,70 +77,70 @@
77
77
 
78
78
  .title {
79
79
  color: var(--zdt_subtablayout_title_text);
80
- font-size: 15px;
80
+ font-size: var(--zd_font_size15);
81
81
  }
82
82
 
83
83
  .label {
84
- font-size: 12px;
84
+ font-size: var(--zd_font_size12);
85
85
  color: var(--zdt_subtablayout_label_text);
86
86
  }
87
87
 
88
88
  .primary, .primary_peek, .secondary, .secondary_peek, .primary_detailFooter, .primary_peekFooter, .secondary_detailFooter, .secondary_peekFooter {
89
- padding-top: 27px;
90
- padding-bottom: 26px;
89
+ padding-top: var(--zd_size27);
90
+ padding-bottom: var(--zd_size26);
91
91
  }
92
92
 
93
93
  [dir=ltr] .primary, [dir=ltr] .primary_peek, [dir=ltr] .secondary, [dir=ltr] .secondary_peek, [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter, [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
94
- padding-left: 25px;
94
+ padding-left: var(--zd_size25);
95
95
  }
96
96
 
97
97
  [dir=rtl] .primary, [dir=rtl] .primary_peek, [dir=rtl] .secondary, [dir=rtl] .secondary_peek, [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter, [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
98
- padding-right: 25px;
98
+ padding-right: var(--zd_size25);
99
99
  }
100
100
 
101
101
  [dir=ltr] .primary, [dir=ltr] .primary_peek {
102
- padding-right: 25px;
102
+ padding-right: var(--zd_size25);
103
103
  }
104
104
 
105
105
  [dir=rtl] .primary, [dir=rtl] .primary_peek {
106
- padding-left: 25px;
106
+ padding-left: var(--zd_size25);
107
107
  }
108
108
 
109
109
  [dir=ltr] .secondary, [dir=ltr] .secondary_peek {
110
- padding-right: 115px;
110
+ padding-right: var(--zd_size115);
111
111
  }
112
112
 
113
113
  [dir=rtl] .secondary, [dir=rtl] .secondary_peek {
114
- padding-left: 115px;
114
+ padding-left: var(--zd_size115);
115
115
  }
116
116
 
117
117
  [dir=ltr] .primary_detailFooter, [dir=ltr] .primary_peekFooter {
118
- padding-right: 25px;
118
+ padding-right: var(--zd_size25);
119
119
  }
120
120
 
121
121
  [dir=rtl] .primary_detailFooter, [dir=rtl] .primary_peekFooter {
122
- padding-left: 25px;
122
+ padding-left: var(--zd_size25);
123
123
  }
124
124
 
125
125
  [dir=ltr] .secondary_detailFooter, [dir=ltr] .secondary_peekFooter {
126
- padding-right: 115px;
126
+ padding-right: var(--zd_size115);
127
127
  }
128
128
 
129
129
  [dir=rtl] .secondary_detailFooter, [dir=rtl] .secondary_peekFooter {
130
- padding-left: 115px;
130
+ padding-left: var(--zd_size115);
131
131
  }
132
132
 
133
133
  .tertiary,
134
134
  .tertiary_peek {
135
- height: 50px;
135
+ height: var(--zd_size50);
136
136
  }
137
137
 
138
138
  .tertiary, .tertiary_detailFooter {
139
- padding: 0 65px;
139
+ padding: 0 var(--zd_size65);
140
140
  }
141
141
 
142
142
  .tertiary_peek, .tertiary_peekFooter {
143
- padding: 0 42px;
143
+ padding: 0 var(--zd_size42);
144
144
  }
145
145
 
146
146
  .cursor {
@@ -153,13 +153,13 @@
153
153
  }
154
154
 
155
155
  .medium {
156
- height: 40px;
156
+ height: var(--zd_size40);
157
157
  }
158
158
 
159
159
  .large {
160
- height: 45px;
160
+ height: var(--zd_size45);
161
161
  }
162
162
 
163
163
  .xlarge {
164
- height: 50px;
164
+ height: var(--zd_size50);
165
165
  }
@@ -1,9 +1,9 @@
1
1
  .container {
2
2
  display: inherit;
3
3
  }[dir=ltr] .container {
4
- padding-right: 5px;
4
+ padding-right: var(--zd_size5);
5
5
  }[dir=rtl] .container {
6
- padding-left: 5px;
6
+ padding-left: var(--zd_size5);
7
7
  }
8
8
  /* .danger {
9
9
  color: var(--dot_brightRed);
@@ -13,5 +13,5 @@
13
13
  } */
14
14
  .iconStyle {
15
15
  display: block;
16
- font-size: 10px;
16
+ font-size: var(--zd_font_size10);
17
17
  }
@@ -6,7 +6,7 @@
6
6
  composes: inlineBlockMiddle from '../listCommon.module.css';
7
7
  position: relative;
8
8
  color: var(--icon_color);
9
- padding: 0 2px;
9
+ padding: 0 var(--zd_size2);
10
10
  cursor: pointer;
11
11
  }
12
12
  .container:hover {
@@ -14,8 +14,8 @@
14
14
  }
15
15
  .count {
16
16
  position: absolute;
17
- top: 1px;
18
- font-size: 9px;
17
+ top: var(--zd_size1);
18
+ font-size: var(--zd_font_size9);
19
19
  text-align: center;
20
20
  }
21
21
  [dir=ltr] .count {
@@ -25,5 +25,5 @@
25
25
  right: 100%;
26
26
  }
27
27
  .commentIcon {
28
- font-size: 13px;
28
+ font-size: var(--zd_font_size13);
29
29
  }
@@ -3,13 +3,13 @@
3
3
  }
4
4
  .dot {
5
5
  composes: varClass;
6
- font-size: 16px;
6
+ font-size: var(--zd_font_size16);
7
7
  color: var(--dotColor);
8
8
  transform: perspective(1px);
9
9
  }
10
10
  .list {
11
- margin: 0 6px;
11
+ margin: 0 var(--zd_size6);
12
12
  }
13
13
  .minimalList {
14
- margin: 0 6px;
14
+ margin: 0 var(--zd_size6);
15
15
  }
@@ -1,11 +1,11 @@
1
1
  .medium {
2
- width: 6px;
3
- height: 6px;
2
+ width: var(--zd_size6);
3
+ height: var(--zd_size6);
4
4
  }
5
5
 
6
6
  .small {
7
- width: 5px;
8
- height: 5px;
7
+ width: var(--zd_size5);
8
+ height: var(--zd_size5);
9
9
  }
10
10
 
11
11
  .container {
@@ -2,37 +2,37 @@
2
2
  position: relative;
3
3
  background-color: var(--zdt_gridstencils_default_bg);
4
4
  border-bottom: 1px solid var(--zdt_gridstencils_default_border);
5
- padding: 13px 15px 11px 15px;
6
- margin-bottom: 10px;
5
+ padding: var(--zd_size13) var(--zd_size15) var(--zd_size11) var(--zd_size15);
6
+ margin-bottom: var(--zd_size10) ;
7
7
  border-radius: var(--zd_size5);
8
8
  }
9
9
  [dir=ltr] .stenLoadbody {
10
- margin: 8px 20px 8px 0;
10
+ margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) 0;
11
11
  }
12
12
  [dir=rtl] .stenLoadbody {
13
- margin: 8px 0 8px 20px;
13
+ margin: var(--zd_size8) 0 var(--zd_size8) var(--zd_size20);
14
14
  }
15
15
  .stenLoadbody::after {
16
16
  content: '';
17
- height: 22px;
18
- width: 22px;
19
- top: 15px;
17
+ height: var(--zd_size22);
18
+ width: var(--zd_size22);
19
+ top: var(--zd_size15);
20
20
  position: absolute;
21
21
  border-radius: 50%;
22
22
  background-color: var(--zdt_gridstencils_after_bg);
23
23
  }
24
24
  [dir=ltr] .stenLoadbody::after {
25
- right: 20px;
25
+ right: var(--zd_size20);
26
26
  }
27
27
  [dir=rtl] .stenLoadbody::after {
28
- left: 20px;
28
+ left: var(--zd_size20);
29
29
  }
30
30
  .lineBar {
31
31
  width: 90%;
32
32
  }
33
33
  .lineBar2 {
34
34
  width: 70%;
35
- margin: 22px 0;
35
+ margin: var(--zd_size22) 0;
36
36
  }
37
37
  .lineBar3 {
38
38
  width: 50%;
@@ -40,7 +40,7 @@
40
40
  .lineBar,
41
41
  .lineBar2,
42
42
  .lineBar3 {
43
- height: 5px;
43
+ height: var(--zd_size5);
44
44
  }
45
45
  .lineBar, .lineBar2, .lineBar3 {
46
46
  border-radius: var(--zd_size5);
@@ -97,44 +97,44 @@
97
97
  transform: scale(0.8);
98
98
  }
99
99
  [dir=ltr] .threeLayout .stenLoadbody::before {
100
- left: 16px;
100
+ left: var(--zd_size16);
101
101
  }
102
102
  [dir=rtl] .threeLayout .stenLoadbody::before {
103
- right: 16px;
103
+ right: var(--zd_size16);
104
104
  }
105
105
  [dir=ltr] .threeLayout .stenLoadbody {
106
- margin: 8px 20px 8px 0;
106
+ margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) 0;
107
107
  }
108
108
  [dir=rtl] .threeLayout .stenLoadbody {
109
- margin: 8px 0 8px 20px;
109
+ margin: var(--zd_size8) 0 var(--zd_size8) var(--zd_size20);
110
110
  }
111
111
  .threeLayout .stenLoadbody::after {
112
- top: 15px;
112
+ top: var(--zd_size15);
113
113
  transform: scale(0.8);
114
114
  }
115
115
  [dir=ltr] .threeLayout .stenLoadbody::after {
116
- right: 20px;
116
+ right: var(--zd_size20);
117
117
  }
118
118
  [dir=rtl] .threeLayout .stenLoadbody::after {
119
- left: 20px;
119
+ left: var(--zd_size20);
120
120
  }
121
121
  [dir=ltr] .leftCont .stenLoadbody::before {
122
- left: 33px;
122
+ left: var(--zd_size33);
123
123
  }
124
124
  [dir=rtl] .leftCont .stenLoadbody::before {
125
- right: 33px;
125
+ right: var(--zd_size33);
126
126
  }
127
127
  [dir=ltr] .leftCont .stenLoadbody {
128
- margin: 8px 20px 8px 46px;
128
+ margin: var(--zd_size8) var(--zd_size20) var(--zd_size8) var(--zd_size46);
129
129
  }
130
130
  [dir=rtl] .leftCont .stenLoadbody {
131
- margin: 8px 46px 8px 20px;
131
+ margin: var(--zd_size8) var(--zd_size46) var(--zd_size8) var(--zd_size20);
132
132
  }
133
133
  [dir=ltr] .leftCont .stenLoadbody::after {
134
- right: 40px;
134
+ right: var(--zd_size40);
135
135
  }
136
136
  [dir=rtl] .leftCont .stenLoadbody::after {
137
- left: 40px;
137
+ left: var(--zd_size40);
138
138
  }
139
139
  .leftCont .lineBar {
140
140
  width: 80%;
@@ -9,6 +9,7 @@ var _react = _interopRequireDefault(require("react"));
9
9
  var _propTypes = require("./props/propTypes");
10
10
  var _icons = require("@zohodesk/icons");
11
11
  var _IconsModule = _interopRequireDefault(require("./Icons.module.css"));
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 _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
14
15
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
@@ -38,9 +39,9 @@ var AddNewIcon = /*#__PURE__*/function (_React$Component) {
38
39
  dataTitle = _this$props.dataTitle,
39
40
  iconClass = _this$props.iconClass,
40
41
  className = _this$props.className;
41
- return /*#__PURE__*/_react["default"].createElement("span", {
42
+ return /*#__PURE__*/_react["default"].createElement("button", {
42
43
  onClick: onClick,
43
- className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : ''),
44
+ className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : '', " ").concat(_semanticButtonModule["default"].buttonReset),
44
45
  "data-id": dataId,
45
46
  "data-title": dataTitle
46
47
  }, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
@@ -39,9 +39,9 @@ var CompleteIcon = /*#__PURE__*/function (_React$Component) {
39
39
  iconClass = _this$props.iconClass,
40
40
  className = _this$props.className,
41
41
  iconSize = _this$props.iconSize;
42
- return /*#__PURE__*/_react["default"].createElement("span", {
42
+ return /*#__PURE__*/_react["default"].createElement("button", {
43
43
  onClick: onClick,
44
- className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : ''),
44
+ className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : '', " ").concat(btnStyle.buttonReset),
45
45
  "data-id": dataId,
46
46
  "data-title": dataTitle
47
47
  }, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
@@ -9,6 +9,7 @@ var _react = _interopRequireDefault(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 _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
14
15
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
@@ -39,12 +40,12 @@ var DeleteComponent = /*#__PURE__*/function (_React$Component) {
39
40
  iconClass = _this$props.iconClass,
40
41
  iconSize = _this$props.iconSize,
41
42
  className = _this$props.className;
42
- return /*#__PURE__*/_react["default"].createElement("span", {
43
+ return /*#__PURE__*/_react["default"].createElement("button", {
43
44
  onClick: onClick,
44
- className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].redHover, " ").concat(className ? className : ''),
45
+ className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].redHover, " ").concat(className ? className : '', " ").concat(_semanticButtonModule["default"].buttonReset),
45
46
  "data-id": dataId,
46
47
  "data-title": dataTitle,
47
- tabIndex: 0
48
+ "aria-label": dataTitle
48
49
  }, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
49
50
  name: "ZD-GN-delete",
50
51
  iconClass: iconClass ? iconClass : '',
@@ -9,6 +9,7 @@ var _react = _interopRequireDefault(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 _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
14
15
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
@@ -39,11 +40,12 @@ var EditIcon = /*#__PURE__*/function (_React$Component) {
39
40
  iconClass = _this$props.iconClass,
40
41
  iconSize = _this$props.iconSize,
41
42
  className = _this$props.className;
42
- return /*#__PURE__*/_react["default"].createElement("span", {
43
+ return /*#__PURE__*/_react["default"].createElement("button", {
43
44
  onClick: onClick,
44
- className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : ''),
45
+ className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : '', " ").concat(_semanticButtonModule["default"].buttonReset),
45
46
  "data-id": dataId,
46
- "data-title": dataTitle
47
+ "data-title": dataTitle,
48
+ "aria-label": dataTitle
47
49
  }, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
48
50
  name: "ZD-GN-edit",
49
51
  iconClass: iconClass ? iconClass : '',
@@ -4,8 +4,8 @@
4
4
  }
5
5
  .iconStyle {
6
6
  color: var(--zdt_icons_default);
7
- width: 33px;
8
- padding: 0 8px;
7
+ width: var(--zd_size33);
8
+ padding: 0 var(--zd_size8);
9
9
  cursor: pointer;
10
10
  }
11
11
  .blueHover:hover {
@@ -10,6 +10,7 @@ var _defaultProps = require("./props/defaultProps");
10
10
  var _propTypes = require("./props/propTypes");
11
11
  var _icons = require("@zohodesk/icons");
12
12
  var _IconsModule = _interopRequireDefault(require("./Icons.module.css"));
13
+ var _semanticButtonModule = _interopRequireDefault(require("@zohodesk/components/lib/semantic/Button/semanticButton.module.css"));
13
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
14
15
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
15
16
  function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
@@ -42,11 +43,12 @@ var ReadUnreadIcon = /*#__PURE__*/function (_React$Component) {
42
43
  className = _this$props.className,
43
44
  isRead = _this$props.isRead,
44
45
  iconSize = _this$props.iconSize;
45
- return /*#__PURE__*/_react["default"].createElement("span", {
46
+ return /*#__PURE__*/_react["default"].createElement("button", {
46
47
  onClick: onClick,
47
- className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : ''),
48
+ className: "".concat(_IconsModule["default"].iconStyle, " ").concat(_IconsModule["default"].blueHover, " ").concat(className ? className : '', " ").concat(_semanticButtonModule["default"].buttonReset),
48
49
  "data-id": dataId,
49
- "data-title": dataTitle
50
+ "data-title": dataTitle,
51
+ "aria-label": dataTitle
50
52
  }, /*#__PURE__*/_react["default"].createElement(_icons.Icon, {
51
53
  name: isRead ? 'ZD-GN-read' : 'ZD-GN-unread',
52
54
  size: iconSize,