@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
@@ -63,31 +63,31 @@
63
63
  }
64
64
 
65
65
  .xsmall {
66
- width: 360px;
66
+ width: var(--zd_size360);
67
67
  }
68
68
 
69
69
  .small {
70
- width: 410px;
70
+ width: var(--zd_size410);
71
71
  }
72
72
 
73
73
  .medium {
74
- width: 660px;
74
+ width: var(--zd_size660);
75
75
  }
76
76
 
77
77
  .xmedium {
78
- width: 730px;
78
+ width: var(--zd_size730);
79
79
  }
80
80
 
81
81
  .large {
82
- width: 936px;
82
+ width: var(--zd_size936);
83
83
  }
84
84
 
85
85
  .xlarge {
86
- width: 840px;
86
+ width: var(--zd_size840);
87
87
  }
88
88
 
89
89
  .xxlarge {
90
- width: 1142px;
90
+ width: var(--zd_size1142);
91
91
  }
92
92
 
93
93
  .mbleSize,
@@ -96,96 +96,95 @@
96
96
  }
97
97
 
98
98
  .header {
99
- min-height: 50px;
99
+ min-height: var(--zd_size50);
100
100
  background-color: var(--zdt_drawer_header_bg);
101
101
  border-bottom: solid 1px var(--zdt_drawer_header_border);
102
- padding-top: 10px;
103
- padding-bottom: 10px;
102
+ padding-top: var(--zd_size10);
103
+ padding-bottom: var(--zd_size10);
104
104
  }
105
105
 
106
106
  .subheader {
107
- min-height: 28px;
107
+ min-height: var(--zd_size28);
108
108
  }
109
109
 
110
110
  .title {
111
111
  color: var(--zdt_drawer_title_text);
112
- font-family: var(--zd_semibold);
112
+ font: var(--zd_font_size16) var(--zd_semibold);
113
113
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
114
- font-size: 16px;
115
114
  }
116
115
 
117
116
  [dir=ltr] .title {
118
- padding: 0 10px 0 0;
117
+ padding: 0 var(--zd_size10) 0 0;
119
118
  }
120
119
 
121
120
  [dir=rtl] .title {
122
- padding: 0 0 0 10px;
121
+ padding: 0 0 0 var(--zd_size10);
123
122
  }
124
123
 
125
124
  [dir=ltr] .smallHeaderPadding {
126
- padding-right: 11px;
127
- padding-left: 30px;
125
+ padding-right: var(--zd_size11);
126
+ padding-left: var(--zd_size30);
128
127
  }
129
128
 
130
129
  [dir=rtl] .smallHeaderPadding {
131
- padding-left: 11px;
132
- padding-right: 30px;
130
+ padding-left: var(--zd_size11);
131
+ padding-right: var(--zd_size30);
133
132
  }
134
133
 
135
134
  [dir=ltr] .smallContentPadding {
136
- padding-left: 30px;
137
- padding-right: 30px;
135
+ padding-left: var(--zd_size30);
136
+ padding-right: var(--zd_size30);
138
137
  }
139
138
 
140
139
  [dir=rtl] .smallContentPadding {
141
- padding-right: 30px;
142
- padding-left: 30px;
140
+ padding-right: var(--zd_size30);
141
+ padding-left: var(--zd_size30);
143
142
  }
144
143
 
145
144
  [dir=ltr] .mediumHeaderPadding {
146
- padding-right: 15px;
147
- padding-left: 30px;
145
+ padding-right: var(--zd_size15);
146
+ padding-left: var(--zd_size30);
148
147
  }
149
148
 
150
149
  [dir=rtl] .mediumHeaderPadding {
151
- padding-left: 15px;
152
- padding-right: 30px;
150
+ padding-left: var(--zd_size15);
151
+ padding-right: var(--zd_size30);
153
152
  }
154
153
 
155
154
  [dir=ltr] .mediumContentPadding {
156
- padding-left: 30px;
157
- padding-right: 30px;
155
+ padding-left: var(--zd_size30);
156
+ padding-right: var(--zd_size30);
158
157
  }
159
158
 
160
159
  [dir=rtl] .mediumContentPadding {
161
- padding-right: 30px;
162
- padding-left: 30px;
160
+ padding-right: var(--zd_size30);
161
+ padding-left: var(--zd_size30);
163
162
  }
164
163
 
165
164
  [dir=ltr] .largeHeaderPadding {
166
- padding-right: 15px;
167
- padding-left: 50px;
165
+ padding-right: var(--zd_size15);
166
+ padding-left: var(--zd_size50);
168
167
  }
169
168
 
170
169
  [dir=rtl] .largeHeaderPadding {
171
- padding-left: 15px;
172
- padding-right: 50px;
170
+ padding-left: var(--zd_size15);
171
+ padding-right: var(--zd_size50);
173
172
  }
174
173
 
175
174
  [dir=ltr] .largeContentPadding {
176
- padding-left: 50px;
177
- padding-right: 50px;
175
+ padding-left: var(--zd_size50);
176
+ padding-right: var(--zd_size50);
178
177
  }
179
178
 
180
179
  [dir=rtl] .largeContentPadding {
181
- padding-right: 50px;
182
- padding-left: 50px;
180
+ padding-right: var(--zd_size50);
181
+ padding-left: var(--zd_size50);
183
182
  }
184
183
 
185
184
  [dir=ltr] .iconWrapper {
186
- margin-right: 10px;
185
+ margin-right: var(--zd_size10);
187
186
  }
188
187
 
189
188
  [dir=rtl] .iconWrapper {
190
- margin-left: 10px;
189
+ margin-left: var(--zd_size10);
191
190
  }
@@ -13,64 +13,64 @@
13
13
  border-top: solid 1px var(--footerBorder);
14
14
  }
15
15
  .largeFooter {
16
- padding-top: 24px;
17
- padding-bottom: 24px;
16
+ padding-top: var(--zd_size24);
17
+ padding-bottom: var(--zd_size24);
18
18
  }
19
19
  .mediumFooter {
20
- padding-top: 20px;
21
- padding-bottom: 20px;
20
+ padding-top: var(--zd_size20);
21
+ padding-bottom: var(--zd_size20);
22
22
  }
23
23
  .smallFooter {
24
- padding-top: 10px;
25
- padding-bottom: 10px;
24
+ padding-top: var(--zd_size10);
25
+ padding-bottom: var(--zd_size10);
26
26
  }
27
27
 
28
28
  [dir=ltr] .largePadding {
29
- padding-left: 60px;
29
+ padding-left: var(--zd_size60);
30
30
  }
31
31
 
32
32
  [dir=rtl] .largePadding {
33
- padding-right: 60px;
33
+ padding-right: var(--zd_size60);
34
34
  }
35
35
  [dir=ltr] .mediumPadding {
36
- padding-left: 50px;
36
+ padding-left: var(--zd_size50);
37
37
  }
38
38
  [dir=rtl] .mediumPadding {
39
- padding-right: 50px;
39
+ padding-right: var(--zd_size50);
40
40
  }
41
41
  [dir=ltr] .xmediumPadding {
42
- padding-left: 30px;
42
+ padding-left: var(--zd_size30);
43
43
  }
44
44
  [dir=rtl] .xmediumPadding {
45
- padding-right: 30px;
45
+ padding-right: var(--zd_size30);
46
46
  }
47
47
  [dir=ltr] .smallPadding {
48
- padding-left: 25px;
48
+ padding-left: var(--zd_size25);
49
49
  }
50
50
  [dir=rtl] .smallPadding {
51
- padding-right: 25px;
51
+ padding-right: var(--zd_size25);
52
52
  }
53
53
  [dir=ltr] .xsmallPadding {
54
- padding-left: 20px;
54
+ padding-left: var(--zd_size20);
55
55
  }
56
56
  [dir=rtl] .xsmallPadding {
57
- padding-right: 20px;
57
+ padding-right: var(--zd_size20);
58
58
  }
59
59
 
60
60
  .marginRight {
61
61
  composes: dinblk from '~@zohodesk/components/lib/common/common.module.css';
62
62
  }
63
63
  [dir=ltr] .largeFooter .marginRight, [dir=ltr] .mediumFooter .marginRight {
64
- margin-right: 15px;
64
+ margin-right: var(--zd_size15);
65
65
  }
66
66
  [dir=rtl] .largeFooter .marginRight, [dir=rtl] .mediumFooter .marginRight {
67
- margin-left: 15px;
67
+ margin-left: var(--zd_size15);
68
68
  }
69
69
  [dir=ltr] .smallFooter .marginRight {
70
- margin-right: 12px;
70
+ margin-right: var(--zd_size12);
71
71
  }
72
72
  [dir=rtl] .smallFooter .marginRight {
73
- margin-left: 12px;
73
+ margin-left: var(--zd_size12);
74
74
  }
75
75
 
76
76
  [dir=ltr] .marginRight:last-child {
@@ -48,15 +48,10 @@ export default function useDragger(_ref) {
48
48
  //Initial position
49
49
  requestAnimationFrame(() => {
50
50
  let draggableEleRect = draggableEle.current.getBoundingClientRect();
51
- let parentEleRect = parentEle.current.getBoundingClientRect();
52
- const relativeRect = {
53
- left: draggableEleRect.left - parentEleRect.left,
54
- top: draggableEleRect.top - parentEleRect.top
55
- };
56
51
  e = e || window.event;
57
52
  e.preventDefault();
58
- draggableEle.current.style.top = relativeRect.top + 'px';
59
- draggableEle.current.style.left = relativeRect.left + 'px';
53
+ draggableEle.current.style.top = draggableEleRect.top + 'px';
54
+ draggableEle.current.style.left = draggableEleRect.left + 'px';
60
55
  draggableEle.current.style.width = draggableEleRect.width + 'px';
61
56
  draggableEle.current.style.position = 'fixed';
62
57
  offset.current.x = draggableEle.current.offsetLeft - e.clientX;
@@ -2,8 +2,8 @@
2
2
  --iconColor: var(--zdt_iconButton_icon_black);
3
3
  }
4
4
  .wrapper {
5
- height: 28px;
6
- width: 28px;
5
+ height: var(--zd_size28);
6
+ width: var(--zd_size28);
7
7
  composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
8
8
  composes: varClass;
9
9
  color: var(--iconColor);
@@ -7,6 +7,5 @@
7
7
  max-width:100%
8
8
  }
9
9
  .imgFullSize, .imgMaxFullSize{
10
- /* Variable:Ignore */
11
10
  font-size: 12px
12
11
  }
@@ -1,20 +1,20 @@
1
1
  .section {
2
2
  background: var(--zdt_importantnotes_bg);
3
- padding: 5px 10px;
3
+ padding: var(--zd_size5) var(--zd_size10);
4
4
  }
5
5
  .title {
6
- font-size: 13px;
6
+ font-size: var(--zd_font_size13);
7
7
  line-height: var(--zd_font_size18);
8
8
  color: var(--zdt_importantnotes_title_text);
9
9
  }
10
10
  .icon {
11
11
  color: var(--zdt_importantnotes_icon);
12
12
  font-size: 0;
13
- margin-top: 1px;
13
+ margin-top: var(--zd_size1);
14
14
  }
15
15
  [dir=ltr] .icon {
16
- margin-right: 5px;
16
+ margin-right: var(--zd_size5);
17
17
  }
18
18
  [dir=rtl] .icon {
19
- margin-left: 5px;
19
+ margin-left: var(--zd_size5);
20
20
  }
@@ -10,7 +10,6 @@
10
10
  }
11
11
  .loader {
12
12
  width: 100%;
13
- /* Variable:Ignore */
14
13
  height: 3px;
15
14
  background-image: var(--zdt_loader_gradient_bg);
16
15
  background-size: 200% auto;
@@ -23,18 +23,18 @@
23
23
  }
24
24
 
25
25
  [dir=ltr] .container {
26
- padding: 13px 10px 13px 50px;
26
+ padding: var(--zd_size13) var(--zd_size10) var(--zd_size13) var(--zd_size50);
27
27
  }
28
28
 
29
29
  [dir=rtl] .container {
30
- padding: 13px 50px 13px 10px;
30
+ padding: var(--zd_size13) var(--zd_size50) var(--zd_size13) var(--zd_size10);
31
31
  }
32
32
 
33
33
  .text {
34
- max-width: 480px;
34
+ max-width: var(--zd_size480);
35
35
  display: inline-block;
36
36
  word-break: break-word;
37
- font-size: 14px;
37
+ font-size: var(--zd_font_size14);
38
38
  vertical-align: middle;
39
39
  }
40
40
 
@@ -49,7 +49,7 @@
49
49
  .icon {
50
50
  position: absolute;
51
51
  top: 0;
52
- width: 40px;
52
+ width: var(--zd_size40);
53
53
  display: inline-block;
54
54
  height: 100%;
55
55
  }
@@ -81,23 +81,23 @@
81
81
 
82
82
  .tickIcn {
83
83
  color: var(--zdt_message_tickicon);
84
- font-size: 16px;
84
+ font-size: var(--zd_font_size16);
85
85
  position: absolute;
86
86
  composes: middleBoth from '~@zohodesk/components/lib/common/common.module.css';
87
87
  }
88
88
 
89
89
  .close {
90
90
  color: var(--zdt_message_close_text);
91
- font-size: 16px;
91
+ font-size: var(--zd_font_size16);
92
92
  display: inline-block;
93
93
  vertical-align: middle;
94
94
  cursor: pointer;
95
95
  }
96
96
 
97
97
  [dir=ltr] .close {
98
- margin-left: 10px;
98
+ margin-left: var(--zd_size10);
99
99
  }
100
100
 
101
101
  [dir=rtl] .close {
102
- margin-right: 10px;
102
+ margin-right: var(--zd_size10);
103
103
  }
@@ -1,29 +1,29 @@
1
1
  .type_secondary {
2
- max-width: 468px;
2
+ max-width: var(--zd_size468);
3
3
  border-radius: 3px;
4
4
  margin: 0 auto;
5
5
  }
6
6
  .message {
7
7
  color: var(--zdt_messagebanner_text);
8
8
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
9
- padding: 10px 0;
9
+ padding: var(--zd_size10) 0;
10
10
  }
11
11
  [dir=ltr] .message {
12
- margin-left: 10px;
12
+ margin-left: var(--zd_size10);
13
13
  }
14
14
  [dir=rtl] .message {
15
- margin-right: 10px;
15
+ margin-right: var(--zd_size10);
16
16
  }
17
17
  .link {
18
18
  color: var(--zdt_messagebanner_link_text);
19
19
  }
20
20
  [dir=ltr] .link {
21
- margin-left: 5px;
21
+ margin-left: var(--zd_size5);
22
22
  }
23
23
  [dir=rtl] .link {
24
- margin-right: 5px;
24
+ margin-right: var(--zd_size5);
25
25
  }
26
- .message,.link{font-size: 14px;}
26
+ .message,.link{font-size: var(--zd_font_size14);}
27
27
  .close {
28
28
  color: var(--zdt_messagebanner_close_text);
29
29
  cursor: pointer;
@@ -1,7 +1,7 @@
1
1
  .star {
2
2
  position: absolute;
3
- height: 20px;
4
- width: 21px;
3
+ height: var(--zd_size20);
4
+ width: var(--zd_size21);
5
5
  }
6
6
  .topLeft {
7
7
  top: 0;
@@ -96,13 +96,11 @@
96
96
  left:0}
97
97
 
98
98
  [dir=rtl] .topLeft .starOne{right:0}
99
- .topLeft .starTwo{top:0
100
- /* Variable:Ignore */}
99
+ .topLeft .starTwo{top:0}
101
100
  [dir=ltr] .topLeft .starTwo{
102
101
  left:10px}
103
102
  [dir=rtl] .topLeft .starTwo{right:10px}
104
- .topLeft .starThree{
105
- /* Variable:Ignore */top:10px}
103
+ .topLeft .starThree{top:10px}
106
104
  [dir=ltr] .topLeft .starThree{
107
105
  left:0}
108
106
  [dir=rtl] .topLeft .starThree{right:0}
@@ -113,13 +111,11 @@
113
111
  right:0}
114
112
 
115
113
  [dir=rtl] .topRight .starOne{left:0}
116
- .topRight .starTwo{top:0
117
- /* Variable:Ignore */}
114
+ .topRight .starTwo{top:0}
118
115
  [dir=ltr] .topRight .starTwo{
119
116
  right:10px}
120
117
  [dir=rtl] .topRight .starTwo{left:10px}
121
- .topRight .starThree{
122
- /* Variable:Ignore */top:10px}
118
+ .topRight .starThree{top:10px}
123
119
  [dir=ltr] .topRight .starThree{
124
120
  right:0}
125
121
  [dir=rtl] .topRight .starThree{left:0}
@@ -130,13 +126,11 @@
130
126
  left:0}
131
127
 
132
128
  [dir=rtl] .bottomLeft .starOne{right:0}
133
- .bottomLeft .starTwo{bottom:0
134
- /* Variable:Ignore */}
129
+ .bottomLeft .starTwo{bottom:0}
135
130
  [dir=ltr] .bottomLeft .starTwo{
136
131
  left:10px}
137
132
  [dir=rtl] .bottomLeft .starTwo{right:10px}
138
- .bottomLeft .starThree{
139
- /* Variable:Ignore */bottom:10px}
133
+ .bottomLeft .starThree{bottom:10px}
140
134
  [dir=ltr] .bottomLeft .starThree{
141
135
  left:0}
142
136
  [dir=rtl] .bottomLeft .starThree{right:0}
@@ -147,13 +141,11 @@
147
141
  right:0}
148
142
 
149
143
  [dir=rtl] .bottomRight .starOne{left:0}
150
- .bottomRight .starTwo{bottom:0
151
- /* Variable:Ignore */}
144
+ .bottomRight .starTwo{bottom:0}
152
145
  [dir=ltr] .bottomRight .starTwo{
153
146
  right:10px}
154
147
  [dir=rtl] .bottomRight .starTwo{left:10px}
155
- .bottomRight .starThree{
156
- /* Variable:Ignore */bottom:10px}
148
+ .bottomRight .starThree{bottom:10px}
157
149
  [dir=ltr] .bottomRight .starThree{
158
150
  right:0}
159
151
  [dir=rtl] .bottomRight .starThree{left:0}
@@ -1,23 +1,23 @@
1
1
  .varClass {
2
- --separator_fontSize: 15px;
2
+ --separator_fontSize: var(--zd_font_size15);
3
3
  }
4
4
  .separator {
5
5
  font-size: var(--separator_fontSize);
6
- margin: 0 5px;
6
+ margin: 0 var(--zd_size5);
7
7
  }
8
8
  .dot {
9
- --separator_fontSize: 8px;
9
+ --separator_fontSize: var(--zd_font_size8);
10
10
  }
11
11
  .slash {
12
- --separator_fontSize: 10px;
12
+ --separator_fontSize: var(--zd_font_size10);
13
13
  /* line-height: var(--zd_size10); */
14
14
  }
15
15
  .arrow {
16
- --separator_fontSize: 8px;
16
+ --separator_fontSize: var(--zd_font_size8);
17
17
  /* line-height: var(--zd_size7); */
18
18
  }
19
19
  .comma {
20
- --separator_fontSize: 15px;
20
+ --separator_fontSize: var(--zd_font_size15);
21
21
  /* line-height: var(--zd_size13); */
22
22
  }
23
23
  .none {
@@ -2,8 +2,8 @@
2
2
  --tag_bg_color: var(--zdt_tagWithIconGrey_bg);
3
3
  --tag_text_color: var(--zdt_tagWithIconGrey_text);
4
4
  --tag_border_color: var(--zdt_tagWithIconGrey_border);
5
- --tag_small_fontSize: 10px;
6
- --tag_large_fontSize: 12px;
5
+ --tag_small_fontSize: var(--zd_font_size10);
6
+ --tag_large_fontSize: var(--zd_font_size12);
7
7
  }
8
8
  .wrapper {
9
9
  composes: varClass;
@@ -13,13 +13,13 @@
13
13
  .small,
14
14
  .large {
15
15
  max-width: 100%;
16
- height: 18px;
16
+ height: var(--zd_size18);
17
17
  }
18
18
  .small, .large {
19
19
  border: 1px solid;
20
20
  border-color: var(--tag_border_color);
21
21
  border-radius: var(--zd_size4);
22
- padding: 0 6px;
22
+ padding: 0 var(--zd_size6);
23
23
  }
24
24
  .bold {
25
25
  composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
@@ -34,10 +34,10 @@
34
34
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
35
35
  }
36
36
  [dir=ltr] .iconSpace{
37
- margin-right: 4px;
37
+ margin-right: var(--zd_size4);
38
38
  }
39
39
  [dir=rtl] .iconSpace{
40
- margin-left: 4px;
40
+ margin-left: var(--zd_size4);
41
41
  }
42
42
  .yellow {
43
43
  --tag_bg_color: var(--zdt_tagWithIconYellow_bg);