@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
@@ -3,7 +3,7 @@
3
3
  composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
4
4
  vertical-align: middle;
5
5
  border-radius: 50%;
6
- padding: 2px;
6
+ padding: var(--zd_size2);
7
7
  }
8
8
  .on {
9
9
  border: 1px solid var(--zdt_avatarcollision_on_border);
@@ -40,7 +40,7 @@
40
40
  line-height: 0;
41
41
  composes: middleBoth from '~@zohodesk/components/lib/common/common.module.css';
42
42
  color: var(--zdt_avatarcollision_icon_text);
43
- font-size: 13px;
43
+ font-size: var(--zd_font_size13);
44
44
  }
45
45
  .container:hover .pop {
46
46
  opacity: 1;
@@ -51,19 +51,19 @@
51
51
  content: '';
52
52
  position: absolute;
53
53
  top: 50%;
54
- height: 4px;
54
+ height: var(--zd_size4);
55
55
  border: 1px solid var(--zdt_avatarcollision_off_after_border);
56
56
  background-color: var(--zdt_avatarcollision_off_after_bg);
57
57
  }
58
58
 
59
59
  [dir=ltr] .off::after {
60
- left: -5px;
61
- right: -5px;
60
+ left: calc(var(--zd_size5) * -1);
61
+ right: calc(var(--zd_size5) * -1);
62
62
  transform: translateY(-50%) rotate(130deg);
63
63
  }
64
64
 
65
65
  [dir=rtl] .off::after {
66
- right: -5px;
67
- left: -5px;
66
+ right: calc(var(--zd_size5) * -1);
67
+ left: calc(var(--zd_size5) * -1);
68
68
  transform: translateY(-50%) rotate(-130deg);
69
69
  }
@@ -33,33 +33,33 @@
33
33
 
34
34
  .small.state,
35
35
  .xsmall.state {
36
- width: 7px;
37
- height: 7px;
36
+ width: var(--zd_size7);
37
+ height: var(--zd_size7);
38
38
  }
39
39
  .medium.state,
40
40
  .xmedium.state {
41
- width: 9px;
42
- height: 9px;
41
+ width: var(--zd_size9);
42
+ height: var(--zd_size9);
43
43
  }
44
44
  .large.state,
45
45
  .xlarge.state {
46
- width: 12px;
47
- height: 12px;
46
+ width: var(--zd_size12);
47
+ height: var(--zd_size12);
48
48
  }
49
49
 
50
50
  .small.circle.state {
51
- bottom: 1px;
51
+ bottom: var(--zd_size1);
52
52
  }
53
53
 
54
54
  [dir=ltr] .small.circle.state {
55
- right: -1px;
55
+ right: calc(var(--zd_size1) * -1);
56
56
  }
57
57
 
58
58
  [dir=rtl] .small.circle.state {
59
- left: -1px;
59
+ left: calc(var(--zd_size1) * -1);
60
60
  }
61
61
  .xsmall.circle.state {
62
- bottom: 3px;
62
+ bottom: var(--zd_size3);
63
63
  }
64
64
  [dir=ltr] .xsmall.circle.state {
65
65
  right: 0;
@@ -69,7 +69,7 @@
69
69
  }
70
70
  .medium.circle.state,
71
71
  .xmedium.circle.state {
72
- bottom: 3px;
72
+ bottom: var(--zd_size3);
73
73
  }
74
74
  [dir=ltr] .medium.circle.state, [dir=ltr] .xmedium.circle.state {
75
75
  right: 0;
@@ -78,69 +78,69 @@
78
78
  left: 0;
79
79
  }
80
80
  .large.circle.state {
81
- bottom: 7px;
81
+ bottom: var(--zd_size7);
82
82
  }
83
83
  [dir=ltr] .large.circle.state {
84
- right: 1px;
84
+ right: var(--zd_size1);
85
85
  }
86
86
  [dir=rtl] .large.circle.state {
87
- left: 1px;
87
+ left: var(--zd_size1);
88
88
  }
89
89
  .xlarge.circle.state {
90
- bottom: 6px;
90
+ bottom: var(--zd_size6);
91
91
  }
92
92
  [dir=ltr] .xlarge.circle.state {
93
- right: 8px;
93
+ right: var(--zd_size8);
94
94
  }
95
95
  [dir=rtl] .xlarge.circle.state {
96
- left: 8px;
96
+ left: var(--zd_size8);
97
97
  }
98
98
 
99
99
  .small.square.state {
100
- bottom: -1px;
100
+ bottom: calc(var(--zd_size1) * -1);
101
101
  }
102
102
 
103
103
  [dir=ltr] .small.square.state {
104
- right: -1px;
104
+ right: calc(var(--zd_size1) * -1);
105
105
  }
106
106
 
107
107
  [dir=rtl] .small.square.state {
108
- left: -1px;
108
+ left: calc(var(--zd_size1) * -1);
109
109
  }
110
110
  .xsmall.square.state {
111
- bottom: -1px;
111
+ bottom: calc(var(--zd_size1) * -1);
112
112
  }
113
113
  [dir=ltr] .xsmall.square.state {
114
- right: -2px;
114
+ right: calc(var(--zd_size2) * -1);
115
115
  }
116
116
  [dir=rtl] .xsmall.square.state {
117
- left: -2px;
117
+ left: calc(var(--zd_size2) * -1);
118
118
  }
119
119
  .medium.square.state,
120
120
  .xmedium.square.state {
121
- bottom: -2px;
121
+ bottom: calc(var(--zd_size2) * -1);
122
122
  }
123
123
  [dir=ltr] .medium.square.state, [dir=ltr] .xmedium.square.state {
124
- right: -4px;
124
+ right: calc(var(--zd_size4) * -1);
125
125
  }
126
126
  [dir=rtl] .medium.square.state, [dir=rtl] .xmedium.square.state {
127
- left: -4px;
127
+ left: calc(var(--zd_size4) * -1);
128
128
  }
129
129
  .large.square.state {
130
- bottom: -2px;
130
+ bottom: calc(var(--zd_size2) * -1);
131
131
  }
132
132
  [dir=ltr] .large.square.state {
133
- right: -5px;
133
+ right: calc(var(--zd_size5) * -1);
134
134
  }
135
135
  [dir=rtl] .large.square.state {
136
- left: -5px;
136
+ left: calc(var(--zd_size5) * -1);
137
137
  }
138
138
  .xlarge.square.state {
139
- bottom: -3px;
139
+ bottom: calc(var(--zd_size3) * -1);
140
140
  }
141
141
  [dir=ltr] .xlarge.square.state {
142
- right: -5px;
142
+ right: calc(var(--zd_size5) * -1);
143
143
  }
144
144
  [dir=rtl] .xlarge.square.state {
145
- left: -5px;
145
+ left: calc(var(--zd_size5) * -1);
146
146
  }
@@ -21,65 +21,65 @@
21
21
  .thread_xsmall_pos,
22
22
  .thread_medium_pos,
23
23
  .thread_xmedium_pos {
24
- height: 15px;
25
- width: 15px;
24
+ height: var(--zd_size15);
25
+ width: var(--zd_size15);
26
26
  }
27
27
 
28
28
  .thread_xsmall_pos {
29
- top: -5px;
29
+ top: calc(var(--zd_size5) * -1);
30
30
  }
31
31
 
32
32
  [dir=ltr] .thread_xsmall_pos {
33
- right: -5px;
33
+ right: calc(var(--zd_size5) * -1);
34
34
  }
35
35
 
36
36
  [dir=rtl] .thread_xsmall_pos {
37
- left: -5px;
37
+ left: calc(var(--zd_size5) * -1);
38
38
  }
39
39
  .thread_small_pos {
40
- top: -3px;
41
- height: 12px;
42
- width: 12px;
40
+ top: calc(var(--zd_size3) * -1);
41
+ height: var(--zd_size12);
42
+ width: var(--zd_size12);
43
43
  }
44
44
  [dir=ltr] .thread_small_pos {
45
- right: -6px;
45
+ right: calc(var(--zd_size6) * -1);
46
46
  }
47
47
  [dir=rtl] .thread_small_pos {
48
- left: -6px;
48
+ left: calc(var(--zd_size6) * -1);
49
49
  }
50
50
 
51
51
  .thread_small_pos i {
52
- font-size: 8px;
52
+ font-size: var(--zd_font_size8);
53
53
  }
54
54
 
55
55
  .thread_medium_pos {
56
- top: -4px;
56
+ top: calc(var(--zd_size4) * -1);
57
57
  }
58
58
 
59
59
  [dir=ltr] .thread_medium_pos {
60
- right: -5px;
60
+ right: calc(var(--zd_size5) * -1);
61
61
  }
62
62
 
63
63
  [dir=rtl] .thread_medium_pos {
64
- left: -5px;
64
+ left: calc(var(--zd_size5) * -1);
65
65
  }
66
66
 
67
67
  .thread_xmedium_pos {
68
- top: -4px;
68
+ top: calc(var(--zd_size4) * -1);
69
69
  }
70
70
 
71
71
  [dir=ltr] .thread_xmedium_pos {
72
- right: -3px;
72
+ right: calc(var(--zd_size3) * -1);
73
73
  }
74
74
 
75
75
  [dir=rtl] .thread_xmedium_pos {
76
- left: -3px;
76
+ left: calc(var(--zd_size3) * -1);
77
77
  }
78
78
 
79
79
  .thread_large_pos {
80
80
  top: 0;
81
- height: 16px;
82
- width: 16px;
81
+ height: var(--zd_size16);
82
+ width: var(--zd_size16);
83
83
  }
84
84
 
85
85
  [dir=ltr] .thread_large_pos {
@@ -91,17 +91,17 @@
91
91
  }
92
92
 
93
93
  .thread_xlarge_pos {
94
- top: 2px;
95
- height: 18px;
96
- width: 18px;
94
+ top: var(--zd_size2);
95
+ height: var(--zd_size18);
96
+ width: var(--zd_size18);
97
97
  }
98
98
 
99
99
  [dir=ltr] .thread_xlarge_pos {
100
- right: 4px;
100
+ right: var(--zd_size4);
101
101
  }
102
102
 
103
103
  [dir=rtl] .thread_xlarge_pos {
104
- left: 4px;
104
+ left: var(--zd_size4);
105
105
  }
106
106
 
107
107
  .icon {
@@ -25,7 +25,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
25
25
  function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
26
26
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
27
27
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
28
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
28
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/
29
29
  /**** Methods ****/
30
30
  var AvatarUser = /*#__PURE__*/function (_React$Component) {
31
31
  _inherits(AvatarUser, _React$Component);
@@ -6,7 +6,7 @@
6
6
  .paid,
7
7
  .portal,
8
8
  .delete {
9
- font-size: 10px;
9
+ font-size: var(--zd_font_size10);
10
10
  }
11
11
  .paid,
12
12
  .portal,
@@ -25,7 +25,7 @@
25
25
  right: 50%;
26
26
  }
27
27
  .paid {
28
- top: -2px;
28
+ top: calc(var(--zd_size2) * -1);
29
29
  }
30
30
  .portal, .lock {
31
31
  background-color: var(--zdt_avataruser_default_bg);
@@ -56,31 +56,31 @@
56
56
  top: 0;
57
57
  }
58
58
  [dir=ltr] .small .portal {
59
- right: -4px;
59
+ right: calc(var(--zd_size4) * -1);
60
60
  }
61
61
  [dir=rtl] .small .portal {
62
- left: -4px;
62
+ left: calc(var(--zd_size4) * -1);
63
63
  }
64
64
  .xsmall .portal {
65
- top: 1px;
65
+ top: var(--zd_size1);
66
66
  }
67
67
  [dir=ltr] .xsmall .portal {
68
- right: -2px;
68
+ right: calc(var(--zd_size2) * -1);
69
69
  }
70
70
  [dir=rtl] .xsmall .portal {
71
- left: -2px;
71
+ left: calc(var(--zd_size2) * -1);
72
72
  }
73
73
  .medium .portal {
74
- top: 1px;
74
+ top: var(--zd_size1);
75
75
  }
76
76
  [dir=ltr] .medium .portal {
77
- right: -1px;
77
+ right: calc(var(--zd_size1) * -1);
78
78
  }
79
79
  [dir=rtl] .medium .portal {
80
- left: -1px;
80
+ left: calc(var(--zd_size1) * -1);
81
81
  }
82
82
  .xmedium .portal {
83
- top: 3px;
83
+ top: var(--zd_size3);
84
84
  }
85
85
  [dir=ltr] .xmedium .portal {
86
86
  right: 0;
@@ -89,83 +89,83 @@
89
89
  left: 0;
90
90
  }
91
91
  .large .portal {
92
- top: 8px;
92
+ top: var(--zd_size8);
93
93
  }
94
94
  [dir=ltr] .large .portal {
95
- right: 1px;
95
+ right: var(--zd_size1);
96
96
  }
97
97
  [dir=rtl] .large .portal {
98
- left: 1px;
98
+ left: var(--zd_size1);
99
99
  }
100
100
  .xlarge .portal {
101
- top: 15px;
101
+ top: var(--zd_size15);
102
102
  }
103
103
  [dir=ltr] .xlarge .portal {
104
- right: 2px;
104
+ right: var(--zd_size2);
105
105
  }
106
106
  [dir=rtl] .xlarge .portal {
107
- left: 2px;
107
+ left: var(--zd_size2);
108
108
  }
109
109
 
110
110
  .small .lock {
111
111
  top: 0;
112
- font-size: 11px;
112
+ font-size: var(--zd_font_size11);
113
113
  }
114
114
 
115
115
  [dir=ltr] .small .lock {
116
- right: -5px;
116
+ right: calc(var(--zd_size5) * -1);
117
117
  }
118
118
 
119
119
  [dir=rtl] .small .lock {
120
- left: -5px;
120
+ left: calc(var(--zd_size5) * -1);
121
121
  }
122
122
  .xsmall .lock {
123
- top: 1px;
124
- font-size: 12px;
123
+ top: var(--zd_size1);
124
+ font-size: var(--zd_font_size12);
125
125
  }
126
126
  [dir=ltr] .xsmall .lock {
127
- right: -4px;
127
+ right: calc(var(--zd_size4) * -1);
128
128
  }
129
129
  [dir=rtl] .xsmall .lock {
130
- left: -4px;
130
+ left: calc(var(--zd_size4) * -1);
131
131
  }
132
132
  .medium .lock {
133
- top: 2px;
134
- font-size: 13px;
133
+ top: var(--zd_size2);
134
+ font-size: var(--zd_font_size13);
135
135
  }
136
136
  [dir=ltr] .medium .lock {
137
- right: -5px;
137
+ right: calc(var(--zd_size5) * -1);
138
138
  }
139
139
  [dir=rtl] .medium .lock {
140
- left: -5px;
140
+ left: calc(var(--zd_size5) * -1);
141
141
  }
142
142
  .xmedium .lock {
143
- top: 4px;
144
- font-size: 14px;
143
+ top: var(--zd_size4);
144
+ font-size: var(--zd_font_size14);
145
145
  }
146
146
  [dir=ltr] .xmedium .lock {
147
- right: -6px;
147
+ right: calc(var(--zd_size6) * -1);
148
148
  }
149
149
  [dir=rtl] .xmedium .lock {
150
- left: -6px;
150
+ left: calc(var(--zd_size6) * -1);
151
151
  }
152
152
  .large .lock {
153
- top: 6px;
154
- font-size: 18px;
153
+ top: var(--zd_size6);
154
+ font-size: var(--zd_font_size18);
155
155
  }
156
156
  [dir=ltr] .large .lock {
157
- right: -6px;
157
+ right: calc(var(--zd_size6) * -1);
158
158
  }
159
159
  [dir=rtl] .large .lock {
160
- left: -6px;
160
+ left: calc(var(--zd_size6) * -1);
161
161
  }
162
162
  .xlarge .lock {
163
- top: 12px;
164
- font-size: 22px;
163
+ top: var(--zd_size12);
164
+ font-size: var(--zd_font_size22);
165
165
  }
166
166
  [dir=ltr] .xlarge .lock {
167
- right: -8px;
167
+ right: calc(var(--zd_size8) * -1);
168
168
  }
169
169
  [dir=rtl] .xlarge .lock {
170
- left: -8px;
170
+ left: calc(var(--zd_size8) * -1);
171
171
  }
@@ -6,18 +6,18 @@
6
6
 
7
7
  .teamAvatar {
8
8
  position: absolute;
9
- bottom: -6px;
9
+ bottom: calc(var(--zd_size6) * -1);
10
10
  font-size: 0;
11
- padding: 2px;
11
+ padding: var(--zd_size2);
12
12
  border-radius: 50%;
13
13
  transform: scale(0.8);
14
14
  background-color: var(--zdt_avatarwithteam_default_bg);
15
15
  }
16
16
 
17
17
  [dir=ltr] .teamAvatar {
18
- right: -10px;
18
+ right: calc(var(--zd_size10) * -1);
19
19
  }
20
20
 
21
21
  [dir=rtl] .teamAvatar {
22
- left: -10px;
22
+ left: calc(var(--zd_size10) * -1);
23
23
  }
@@ -2,18 +2,18 @@
2
2
  position: relative;
3
3
  line-height: var(--zd_size18);
4
4
  composes: dInflex alignVertical from '~@zohodesk/components/lib/common/common.module.css';
5
- padding: 3px 15px;
5
+ padding: var(--zd_size3) var(--zd_size15);
6
6
  cursor: pointer;
7
7
  }[dir=ltr] .container {
8
- margin-left: 15px;
8
+ margin-left: var(--zd_size15);
9
9
  }[dir=rtl] .container {
10
- margin-right: 15px;
10
+ margin-right: var(--zd_size15);
11
11
  }
12
12
  .container:hover {
13
13
  background: var(--zdt_selectdropzdt_selectdropdown_hover_bg down_hover_bg);
14
14
  }
15
15
  .departName {
16
- font-size: 13px;
16
+ font-size: var(--zd_font_size13);
17
17
  color: var(--zdt_selectdropdown_departname_text);
18
18
  composes: flexgrow dotted offSelection from '~@zohodesk/components/lib/common/common.module.css';
19
19
  }
@@ -22,22 +22,22 @@
22
22
  cursor: pointer;
23
23
  }
24
24
  [dir=ltr] .departIcon {
25
- margin-left: 5px;
25
+ margin-left: var(--zd_size5);
26
26
  }
27
27
  [dir=rtl] .departIcon {
28
- margin-right: 5px;
28
+ margin-right: var(--zd_size5);
29
29
  }
30
30
  .rulesPopup {
31
- max-height: 260px;
32
- padding: 10px 0;
31
+ max-height: var(--zd_size260);
32
+ padding: var(--zd_size10) 0;
33
33
  }
34
34
 
35
35
  .rulesDepart {
36
- margin: 0 5px 10px 5px;
36
+ margin: 0 var(--zd_size5) var(--zd_size10) var(--zd_size5);
37
37
  }
38
38
  .searchDepart {
39
- padding: 0 20px;
40
- margin: 0 0 10px 0;
39
+ padding: 0 var(--zd_size20);
40
+ margin: 0 0 var(--zd_size10) 0;
41
41
  }
42
42
 
43
43
  /*Variables */
@@ -3,20 +3,20 @@
3
3
  max-width: 100%;
4
4
  }
5
5
  .maxHgt {
6
- max-height: 265px;
7
- padding: 10px 0;
6
+ max-height: var(--zd_size265);
7
+ padding: var(--zd_size10) 0;
8
8
  }
9
9
  .responsivemaxHgt {
10
10
  padding: 0;
11
11
  }
12
12
  .title {
13
- padding-top: 6px;
13
+ padding-top: var(--zd_size6);
14
14
  }
15
15
  [dir=ltr] .default_arrow, [dir=ltr] .overlay_arrow {
16
- padding: 0 0 0 5px;
16
+ padding: 0 0 0 var(--zd_size5);
17
17
  }
18
18
  [dir=rtl] .default_arrow, [dir=rtl] .overlay_arrow {
19
- padding: 0 5px 0 0;
19
+ padding: 0 var(--zd_size5) 0 0;
20
20
  }
21
21
  .overlay_arrow {
22
22
  position: absolute;
@@ -43,10 +43,10 @@
43
43
  composes: dotted offSelection from '~@zohodesk/components/lib/common/common.module.css';
44
44
  }
45
45
  .search {
46
- padding: 6px 20px 0;
46
+ padding: var(--zd_size6) var(--zd_size20) 0;
47
47
  }
48
48
  .svgWrapper {
49
- padding-bottom: 25px;
49
+ padding-bottom: var(--zd_size25);
50
50
  }
51
51
  .cursorDefault {
52
52
  cursor: default;
@@ -61,22 +61,22 @@
61
61
  text-align: right;
62
62
  }
63
63
  [dir=ltr] .iconBox {
64
- margin-right: 4px;
64
+ margin-right: var(--zd_size4);
65
65
  }
66
66
  [dir=rtl] .iconBox {
67
- margin-left: 4px;
67
+ margin-left: var(--zd_size4);
68
68
  }
69
69
  .iconBox > i {
70
70
  display: block;
71
71
  }
72
72
  .loader {
73
- width: 40px;
73
+ width: var(--zd_size40);
74
74
  margin: 0 auto;
75
75
  }
76
76
  .seperatedLine {
77
- height: 1px;
77
+ height: var(--zd_size1);
78
78
  border-bottom: 1px solid var(--zdt_toggledropdown_line_border);
79
- margin: 7px 0 8px;
79
+ margin: var(--zd_size7) 0 var(--zd_size8);
80
80
  }
81
81
  .hiddenInput {
82
82
  width: 0;
@@ -93,7 +93,7 @@
93
93
  border: 0;
94
94
  }
95
95
  .groupName {
96
- margin: 6px 0;
96
+ margin: var(--zd_size6) 0;
97
97
  }
98
98
  .dropdown {
99
99
  background-color: transparent;
@@ -17,17 +17,17 @@
17
17
  margin-left: auto;
18
18
  }
19
19
  .fluid {
20
- max-width: 430px;
20
+ max-width: var(--zd_size430);
21
21
  }
22
22
  .title {
23
23
  font-family: var(--zd_semibold);
24
24
  color: var(--titleColor);
25
25
  }
26
26
  .small .title {
27
- font-size: 16px;
27
+ font-size: var(--zd_font_size16);
28
28
  }
29
29
  .medium .title {
30
- font-size: 20px;
30
+ font-size: var(--zd_font_size20);
31
31
  }
32
32
  .linkWrapper,
33
33
  .linkDescWrapper {
@@ -35,26 +35,26 @@
35
35
  }
36
36
  .small .linkWrapper,
37
37
  .small .linkDescWrapper {
38
- font-size: 12px;
38
+ font-size: var(--zd_font_size12);
39
39
  }
40
40
  .medium .linkWrapper,
41
41
  .medium .linkDescWrapper {
42
- font-size: 14px;
42
+ font-size: var(--zd_font_size14);
43
43
  }
44
44
  .medium .linkWrapper {
45
- margin-top: 18px;
45
+ margin-top: var(--zd_size18);
46
46
  }
47
47
  .small .linkWrapper {
48
- margin-top: 12px;
48
+ margin-top: var(--zd_size12);
49
49
  }
50
50
  .linkDescWrapper {
51
- margin-top: 20px;
51
+ margin-top: var(--zd_size20);
52
52
  }
53
53
  [dir=ltr] .linkDesc, [dir=ltr] .desc {
54
- margin-right: 4px;
54
+ margin-right: var(--zd_size4);
55
55
  }
56
56
  [dir=rtl] .linkDesc, [dir=rtl] .desc {
57
- margin-left: 4px;
57
+ margin-left: var(--zd_size4);
58
58
  }
59
59
  .desc {
60
60
  line-height: var(--zd_size19);
@@ -68,7 +68,7 @@
68
68
  color: var(--linkHoverColor);
69
69
  }
70
70
  .children {
71
- margin-top: 15px;
71
+ margin-top: var(--zd_size15);
72
72
  }
73
73
 
74
74
  .default {