@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
@@ -2,40 +2,40 @@
2
2
  text-align: center;
3
3
  }
4
4
  .svg {
5
- margin-top: 140px;
5
+ margin-top: var(--zd_size140);
6
6
  }
7
7
  .header {
8
- font-size: 20px;
8
+ font-size: var(--zd_font_size20);
9
9
  font-family: var(--zd_semibold);
10
- margin-top: 16px;
10
+ margin-top: var(--zd_size16);
11
11
  }
12
12
  .description {
13
- font-size: 15px;
13
+ font-size: var(--zd_font_size15);
14
14
  font-family: var(--zd_semibold);
15
- margin: 20px 0;
15
+ margin: var(--zd_size20) 0;
16
16
  }
17
17
  .content {
18
- margin: 10px 0;
18
+ margin: var(--zd_size10) 0;
19
19
  }
20
20
  .footer {
21
- font-size: 13px;
21
+ font-size: var(--zd_font_size13);
22
22
  position: relative;
23
23
  display: inline-block;
24
- margin: 10px 0 80px 0;
24
+ margin: var(--zd_size10) 0 var(--zd_size80) 0;
25
25
  }
26
26
  .footer::before {
27
27
  content: '';
28
28
  position: absolute;
29
- top: -10px;
29
+ top: calc(var(--zd_size10) * -1);
30
30
  border-top: var(--zd_size1) solid var(--zdt_editionpage_footer_text);
31
31
  }
32
32
  [dir=ltr] .footer::before {
33
- left: -20px;
34
- right: -20px;
33
+ left: calc(var(--zd_size20) * -1);
34
+ right: calc(var(--zd_size20) * -1);
35
35
  }
36
36
  [dir=rtl] .footer::before {
37
- right: -20px;
38
- left: -20px;
37
+ right: calc(var(--zd_size20) * -1);
38
+ left: calc(var(--zd_size20) * -1);
39
39
  }
40
40
  .button {
41
41
  color: var(--zdt_editionpage_primary_text);
@@ -3,16 +3,16 @@
3
3
  background-color: var(--zdt_emptystate_default_bg);
4
4
  }
5
5
  .container {
6
- padding-top: 80px;
6
+ padding-top: var(--zd_size80);
7
7
  }
8
8
  .tabletContainer {
9
- padding-top: 50px;
9
+ padding-top: var(--zd_size50);
10
10
  }
11
11
  .top {
12
12
  position: relative;
13
13
  }
14
14
  .header {
15
- min-width: 400px;
15
+ min-width: var(--zd_size400);
16
16
  display: inline-block;
17
17
  margin: 0 auto;
18
18
  }
@@ -29,28 +29,28 @@
29
29
  letter-spacing: var(--zd_size1);
30
30
  }
31
31
  .title, .tabletTitle, .mobileTitle {
32
- margin-bottom: 5px;
32
+ margin-bottom: var(--zd_size5);
33
33
  }
34
34
  .title {
35
- font-size: 50px;
35
+ font-size: var(--zd_font_size50);
36
36
  line-height: var(--zd_size70);
37
37
  }
38
38
  .tabletTitle {
39
- font-size: 24px;
39
+ font-size: var(--zd_font_size24);
40
40
  line-height: var(--zd_size50);
41
41
  }
42
42
  .mobileTitle {
43
- font-size: 22px;
43
+ font-size: var(--zd_font_size22);
44
44
  line-height: var(--zd_size30);
45
45
  }
46
46
  .subtitle {
47
- font-size: 30px;
47
+ font-size: var(--zd_font_size30);
48
48
  }
49
49
  .tabletSubTitle {
50
- font-size: 18px;
50
+ font-size: var(--zd_font_size18);
51
51
  }
52
52
  .mobileSubTitle {
53
- font-size: 16px;
53
+ font-size: var(--zd_font_size16);
54
54
  }
55
55
  .title,
56
56
  .subtitle {
@@ -63,26 +63,26 @@
63
63
  margin: 0 auto;
64
64
  }
65
65
  .footerWidth {
66
- min-width: 400px;
66
+ min-width: var(--zd_size400);
67
67
  }
68
68
  .btmText, .tabletBtmText {
69
- margin-bottom: 10px;
69
+ margin-bottom: var(--zd_size10);
70
70
  }
71
71
  .btmText {
72
- font-size: 14px;
72
+ font-size: var(--zd_font_size14);
73
73
  }
74
74
  .tabletBtmText {
75
- font-size: 12px;
75
+ font-size: var(--zd_font_size12);
76
76
  }
77
77
  .imageContainer, .tabletImageContainer, .mobileImageContainer {
78
- margin-bottom: 30px;
78
+ margin-bottom: var(--zd_size30);
79
79
  }
80
80
  .imageContainer {
81
- height: 400px;
81
+ height: var(--zd_size400);
82
82
  }
83
83
  .mobileImageContainer {
84
- height: 300px;
84
+ height: var(--zd_size300);
85
85
  }
86
86
  .tabletImageContainer {
87
- height: 350px;
87
+ height: var(--zd_size350);
88
88
  }
@@ -1,7 +1,7 @@
1
1
  .imageContainer {
2
- margin-top: -35px;
2
+ margin-top: calc(var(--zd_size35) * -1);
3
3
  }[dir=ltr] .imageContainer {
4
- margin-left: -30px;
4
+ margin-left: calc(var(--zd_size30) * -1);
5
5
  }[dir=rtl] .imageContainer {
6
- margin-right: -30px;
6
+ margin-right: calc(var(--zd_size30) * -1);
7
7
  }
@@ -1,6 +1,6 @@
1
1
  .text {
2
2
  color: var(--zdt_linktext_default_text);
3
3
  display: inline-block;
4
- font-size: 15px;
4
+ font-size: var(--zd_font_size15);
5
5
  cursor: pointer;
6
6
  }
@@ -1,3 +1,3 @@
1
1
  .imageContainer {
2
- margin-top: -60px;
2
+ margin-top: calc(var(--zd_size60) * -1);
3
3
  }
@@ -1,8 +1,8 @@
1
1
  .headtingText {
2
2
  font-family: var(--zd_semibold);
3
- font-size: 50px;
3
+ font-size: var(--zd_font_size50);
4
4
  letter-spacing: var(--zd_size1);
5
- margin-bottom: 5px;
5
+ margin-bottom: var(--zd_size5);
6
6
  }
7
7
  .title,
8
8
  .headtingText,
@@ -10,20 +10,20 @@
10
10
  color: var(--zdt_permissionplay_title_text);
11
11
  }
12
12
  .title {
13
- font-size: 30px;
13
+ font-size: var(--zd_font_size30);
14
14
  }
15
15
  .lastBox {
16
16
  line-height: var(--zd_size24);
17
- font-size: 14px;
17
+ font-size: var(--zd_font_size14);
18
18
  margin: 0 auto;
19
- margin-bottom: 20px;
19
+ margin-bottom: var(--zd_size20);
20
20
  }
21
21
  .lineText {
22
- margin: 0 4px;
22
+ margin: 0 var(--zd_size4);
23
23
  }
24
24
  .imageContainer {
25
- height: 400px;
26
- margin-bottom: 30px;
25
+ height: var(--zd_size400);
26
+ margin-bottom: var(--zd_size30);
27
27
  }
28
28
 
29
29
  .min {
@@ -1,3 +1,3 @@
1
1
  .imageContainer {
2
- margin-top: -60px;
2
+ margin-top: calc(var(--zd_size60) * -1);
3
3
  }
@@ -1,3 +1,3 @@
1
1
  .imageContainer {
2
- margin-top: -40px;
2
+ margin-top: calc(var(--zd_size40) * -1);
3
3
  }
@@ -1,3 +1,3 @@
1
1
  .imageContainer {
2
- margin-top: -10px;
2
+ margin-top: calc(var(--zd_size10) * -1);
3
3
  }
@@ -5,30 +5,30 @@
5
5
  composes: bold from '~@zohodesk/components/lib/common/common.module.css';
6
6
  }
7
7
  .title {
8
- font-size: 50px;
8
+ font-size: var(--zd_font_size50);
9
9
  }
10
10
  .tabletTitle {
11
- font-size: 24px;
11
+ font-size: var(--zd_font_size24);
12
12
  }
13
13
  .mobileTitle {
14
- font-size: 22px;
14
+ font-size: var(--zd_font_size22);
15
15
  }
16
16
  .header {
17
- min-width: 450px;
17
+ min-width: var(--zd_size450);
18
18
  }
19
19
  .imageContainer, .tabletImageContainer, .mobileImageContainer {
20
- margin-top: -70px;
21
- margin-bottom: 30px;
20
+ margin-top: calc(var(--zd_size70) * -1);
21
+ margin-bottom: var(--zd_size30);
22
22
  }
23
23
  .imageContainer {
24
- height: 450px;
24
+ height: var(--zd_size450);
25
25
  }
26
26
  .mobileImageContainer {
27
- height: 300px;
27
+ height: var(--zd_size300);
28
28
  }
29
29
  .tabletImageContainer {
30
- height: 350px;
30
+ height: var(--zd_size350);
31
31
  }
32
32
  .bottomSpace {
33
- margin-bottom: 20px;
33
+ margin-bottom: var(--zd_size20);
34
34
  }
@@ -29,7 +29,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
29
29
  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); }
30
30
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
31
31
  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; } }
32
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
32
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
33
33
  var CheckBoxField = /*#__PURE__*/function (_PureComponent) {
34
34
  _inherits(CheckBoxField, _PureComponent);
35
35
  var _super = _createSuper(CheckBoxField);
@@ -29,7 +29,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
29
29
  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); }
30
30
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
31
31
  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; } }
32
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
32
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
33
33
  var CurrencyField = /*#__PURE__*/function (_PureComponent) {
34
34
  _inherits(CurrencyField, _PureComponent);
35
35
  var _super = _createSuper(CurrencyField);
@@ -29,7 +29,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
29
29
  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); }
30
30
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
31
31
  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; } }
32
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
32
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
33
33
  var DateField = /*#__PURE__*/function (_PureComponent) {
34
34
  _inherits(DateField, _PureComponent);
35
35
  var _super = _createSuper(DateField);
@@ -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 ****/ /**** Icons ****/ /**** CSS ****/
29
29
  var FieldContainer = /*#__PURE__*/function (_PureComponent) {
30
30
  _inherits(FieldContainer, _PureComponent);
31
31
  var _super = _createSuper(FieldContainer);
@@ -5,10 +5,10 @@
5
5
  }
6
6
  .fieldContainer {
7
7
  position: relative;
8
- min-height: 25px;
8
+ min-height: var(--zd_size25);
9
9
  }
10
10
  .fieldMargin_medium {
11
- margin-top: 5px;
11
+ margin-top: var(--zd_size5);
12
12
  }
13
13
  .fieldMargin_small {
14
14
  margin-top: 0;
@@ -18,7 +18,7 @@
18
18
  composes: dflex alignVertical flexwrap from '~@zohodesk/components/lib/common/common.module.css';
19
19
  }
20
20
  .checkbox {
21
- min-height: 28px;
21
+ min-height: var(--zd_size28);
22
22
  }
23
23
  .checkboxRow {
24
24
  display: inherit;
@@ -38,10 +38,10 @@
38
38
  line-height: normal;
39
39
  }
40
40
  [dir=ltr] .checkboxText {
41
- padding-left: 6px;
41
+ padding-left: var(--zd_size6);
42
42
  }
43
43
  [dir=rtl] .checkboxText {
44
- padding-right: 6px;
44
+ padding-right: var(--zd_size6);
45
45
  }
46
46
  .cbTextPointer {
47
47
  cursor: pointer;
@@ -55,19 +55,19 @@
55
55
  --label_cursor: not-allowed;
56
56
  }
57
57
  [dir=ltr] .radio {
58
- margin: 5px 32px 5px 0;
58
+ margin: var(--zd_size5) var(--zd_size32) var(--zd_size5) 0;
59
59
  }
60
60
  [dir=rtl] .radio {
61
- margin: 5px 0 5px 32px;
61
+ margin: var(--zd_size5) 0 var(--zd_size5) var(--zd_size32);
62
62
  }
63
63
  [dir=ltr] .duration {
64
- margin-right: 15px;
64
+ margin-right: var(--zd_size15);
65
65
  }
66
66
  [dir=rtl] .duration {
67
- margin-left: 15px;
67
+ margin-left: var(--zd_size15);
68
68
  }
69
69
  .durationWidth {
70
- width: 94px;
70
+ width: var(--zd_size94);
71
71
  }
72
72
  .flex {
73
73
  composes: dflex from '~@zohodesk/components/lib/common/common.module.css';
@@ -80,7 +80,7 @@
80
80
  .phoneIcon {
81
81
  color: var(--zdt_fields_phoneicon_icon);
82
82
  display: inline-block;
83
- margin: 15px 10px 0 10px;
83
+ margin: var(--zd_size15) var(--zd_size10) 0 var(--zd_size10);
84
84
  cursor: pointer;
85
85
  }
86
86
  .phoneIcon:hover {
@@ -102,10 +102,10 @@
102
102
  composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
103
103
  }
104
104
  [dir=ltr] .lockIcon, [dir=ltr] .infoIcon {
105
- margin-left: 5px;
105
+ margin-left: var(--zd_size5);
106
106
  }
107
107
  [dir=rtl] .lockIcon, [dir=rtl] .infoIcon {
108
- margin-right: 5px;
108
+ margin-right: var(--zd_size5);
109
109
  }
110
110
  /* .infoIcon {
111
111
  opacity: 0;
@@ -122,14 +122,14 @@
122
122
  color: var(--zdt_fields_lockicon_hover_icon);
123
123
  }
124
124
  .timeFormat {
125
- font-size: 11px;
125
+ font-size: var(--zd_font_size11);
126
126
  color: var(--zdt_fields_lockicon_icon);
127
127
  }
128
128
  [dir=ltr] .timeFormat {
129
- margin-left: 4px;
129
+ margin-left: var(--zd_size4);
130
130
  }
131
131
  [dir=rtl] .timeFormat {
132
- margin-right: 4px;
132
+ margin-right: var(--zd_size4);
133
133
  }
134
134
  .newTab {
135
135
  color: var(--zdt_fields_lockicon_icon);
@@ -138,10 +138,10 @@
138
138
  cursor: pointer;
139
139
  }
140
140
  [dir=ltr] .newTab {
141
- margin-left: 6px;
141
+ margin-left: var(--zd_size6);
142
142
  }
143
143
  [dir=rtl] .newTab {
144
- margin-right: 6px;
144
+ margin-right: var(--zd_size6);
145
145
  }
146
146
  .newTab:hover {
147
147
  color: var(--zdt_fields_phoneicon_icon);
@@ -150,7 +150,7 @@
150
150
  display: block;
151
151
  }
152
152
  .lockText {
153
- font-size: 13px;
153
+ font-size: var(--zd_font_size13);
154
154
  font-style: italic;
155
155
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
156
156
  }
@@ -159,25 +159,25 @@
159
159
  color: var(--zdt_fields_lockicon_hover_icon);
160
160
  }
161
161
  [dir=ltr] .labelMandatory:after {
162
- padding-left: 2px;
162
+ padding-left: var(--zd_size2);
163
163
  }
164
164
  [dir=rtl] .labelMandatory:after {
165
- padding-right: 2px;
165
+ padding-right: var(--zd_size2);
166
166
  }
167
167
  .ePhiTag {
168
168
  composes: flexshrink from '~@zohodesk/components/lib/common/common.module.css';
169
169
  color: var(--zdt_fields_phitag_text);
170
- font-size: 12px;
171
- height: 18px;
170
+ font-size: var(--zd_font_size12);
171
+ height: var(--zd_size18);
172
172
  line-height: var(--zd_size18);
173
173
  background-color: var(--zdt_fields_phitag_bg);
174
174
  border: 1px solid var(--zdt_fields_phitag_border);
175
- padding: 0 5px;
175
+ padding: 0 var(--zd_size5);
176
176
  border-radius: var(--zd_size3);
177
177
  }
178
178
  [dir=ltr] .ePhiTag {
179
- margin-left: 8px;
179
+ margin-left: var(--zd_size8);
180
180
  }
181
181
  [dir=rtl] .ePhiTag {
182
- margin-right: 8px;
182
+ margin-right: var(--zd_size8);
183
183
  }
@@ -29,7 +29,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
29
29
  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); }
30
30
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
31
31
  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; } }
32
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
32
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /** CSS */
33
33
  var MultiSelectField = /*#__PURE__*/function (_PureComponent) {
34
34
  _inherits(MultiSelectField, _PureComponent);
35
35
  var _super = _createSuper(MultiSelectField);
@@ -29,7 +29,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
29
29
  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); }
30
30
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
31
31
  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; } }
32
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
32
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
33
33
  var PhoneField = /*#__PURE__*/function (_PureComponent) {
34
34
  _inherits(PhoneField, _PureComponent);
35
35
  var _super = _createSuper(PhoneField);
@@ -27,7 +27,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
27
27
  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); }
28
28
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
29
29
  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; } }
30
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
30
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /** Css */
31
31
  var RadioField = /*#__PURE__*/function (_PureComponent) {
32
32
  _inherits(RadioField, _PureComponent);
33
33
  var _super = _createSuper(RadioField);
@@ -29,7 +29,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
29
29
  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); }
30
30
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
31
31
  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; } }
32
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
32
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** props ****/ /** CSS */
33
33
  var SelectField = /*#__PURE__*/function (_PureComponent) {
34
34
  _inherits(SelectField, _PureComponent);
35
35
  var _super = _createSuper(SelectField);
@@ -2,22 +2,22 @@
2
2
  max-width: 100%;
3
3
  }
4
4
  [dir=ltr] .moreLess, [dir=ltr] .tag {
5
- margin: 0 6px 6px 0;
5
+ margin: 0 var(--zd_size6) var(--zd_size6) 0;
6
6
  }
7
7
  [dir=rtl] .moreLess, [dir=rtl] .tag {
8
- margin: 0 0 6px 6px;
8
+ margin: 0 0 var(--zd_size6) var(--zd_size6);
9
9
  }
10
10
  .input {
11
- height: 20px;
11
+ height: var(--zd_size20);
12
12
  width: 100%;
13
- margin-bottom: 4px;
13
+ margin-bottom: var(--zd_size4);
14
14
  }
15
15
  .viewpopNew {
16
- max-height: 250px;
16
+ max-height: var(--zd_size250);
17
17
  }
18
18
  .tagDiv {
19
- max-height: 160px;
20
- margin-top: 5px;
19
+ max-height: var(--zd_size160);
20
+ margin-top: var(--zd_size5);
21
21
  }
22
22
  .hasBorder {
23
23
  transition: border var(--zd_transition2) linear 0s;
@@ -53,7 +53,7 @@
53
53
  }
54
54
  .moreLess {
55
55
  color: var(--zdt_tagsmultiselect_more_text);
56
- font-size: 13px;
56
+ font-size: var(--zd_font_size13);
57
57
  cursor: pointer;
58
58
  }
59
59
  .moreLess:hover {
@@ -62,7 +62,7 @@
62
62
  .inputWrapper {
63
63
  position: relative;
64
64
  max-width: 100%;
65
- min-width: 5px;
65
+ min-width: var(--zd_size5);
66
66
  font-size: 0;
67
67
  }
68
68
  .newTagLabel {
@@ -70,19 +70,19 @@
70
70
  composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
71
71
  }
72
72
  [dir=ltr] .newTagLabel {
73
- margin-right: 5px;
73
+ margin-right: var(--zd_size5);
74
74
  }
75
75
  [dir=rtl] .newTagLabel {
76
- margin-left: 5px;
76
+ margin-left: var(--zd_size5);
77
77
  }
78
78
  .dotted {
79
79
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
80
80
  }
81
81
  .dropdown {
82
- margin-top: 1px;
82
+ margin-top: var(--zd_size1);
83
83
  }
84
84
  .custmSpan {
85
- height: 25px;
85
+ height: var(--zd_size25);
86
86
  display: inline-block;
87
87
  vertical-align: middle;
88
88
  opacity: 0;
@@ -25,7 +25,7 @@ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructur
25
25
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
26
26
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
27
27
  function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
28
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
28
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /**** css ****/
29
29
  var TagsMultiSelectField = function TagsMultiSelectField(props) {
30
30
  var _useState = (0, _react.useState)(0),
31
31
  _useState2 = _slicedToArray(_useState, 2),
@@ -1,9 +1,9 @@
1
1
  .count {
2
2
  color: var(--zdt_tagsmultiselectField_count_text);
3
- font-size: 12px;
3
+ font-size: var(--zd_font_size12);
4
4
  word-break: break-word;
5
5
  }[dir=ltr] .count {
6
- margin-left: 4px;
6
+ margin-left: var(--zd_size4);
7
7
  }[dir=rtl] .count {
8
- margin-right: 4px;
8
+ margin-right: var(--zd_size4);
9
9
  }
@@ -29,7 +29,7 @@ function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflec
29
29
  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); }
30
30
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
31
31
  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; } }
32
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
32
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } /**** Libraries ****/ /**** Components ****/ /**** CSS ****/
33
33
  var TextBoxField = /*#__PURE__*/function (_PureComponent) {
34
34
  _inherits(TextBoxField, _PureComponent);
35
35
  var _super = _createSuper(TextBoxField);