@zohodesk/dot 1.0.0-beta.214 → 1.0.0-beta.215

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 (237) hide show
  1. package/README.md +5 -0
  2. package/es/ActionButton/ActionButton.module.css +9 -25
  3. package/es/AlphabeticList/AlphabeticList.module.css +4 -7
  4. package/es/Attachment/Attachment.module.css +9 -20
  5. package/es/ChannelIcon/ChannelIcon.module.css +21 -30
  6. package/es/Drawer/Drawer.module.css +11 -59
  7. package/es/FlipCard/FlipCard.module.css +5 -14
  8. package/es/FormAction/FormAction.module.css +9 -34
  9. package/es/FreezeLayer/FreezeLayer.module.css +2 -6
  10. package/es/IconButton/IconButton.module.css +1 -1
  11. package/es/ImportantNotes/ImportantNotes.module.css +2 -7
  12. package/es/Loader/Loader.module.css +4 -25
  13. package/es/Message/Message.module.css +9 -42
  14. package/es/MessageBanner/MessageBanner.module.css +4 -12
  15. package/es/NewStar/NewStar.module.css +5 -42
  16. package/es/ToastMessage/ToastMessage.module.css +25 -96
  17. package/es/Upload/Upload.module.css +8 -27
  18. package/es/alert/AlertHeader/AlertHeader.module.css +3 -21
  19. package/es/alert/AlertLookup/AlertLookup.module.css +2 -6
  20. package/es/avatar/AvatarClose/AvatarClose.module.css +3 -9
  21. package/es/avatar/AvatarCollision/AvatarCollision.module.css +4 -18
  22. package/es/avatar/AvatarIcon/AvatarIcon.module.css +4 -3
  23. package/es/avatar/AvatarStatus/AvatarStatus.module.css +9 -59
  24. package/es/avatar/AvatarThread/AvatarThread.module.css +5 -55
  25. package/es/avatar/AvatarUser/AvatarUser.module.css +10 -81
  26. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +3 -10
  27. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +3 -11
  28. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +6 -19
  29. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -12
  30. package/es/emptystate/EditionPage/EditionPage.css +3 -9
  31. package/es/errorstate/EmptyStates.module.css +10 -13
  32. package/es/errorstate/Inconvenience/Inconvenience.module.css +0 -3
  33. package/es/errorstate/LinkText/LinkText.module.css +1 -1
  34. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +2 -2
  35. package/es/errorstate/WillBack/WillBack.module.css +3 -1
  36. package/es/form/fields/CheckBoxField/CheckBoxField.js +1 -1
  37. package/es/form/fields/CurrencyField/CurrencyField.js +1 -1
  38. package/es/form/fields/DateField/DateField.js +1 -1
  39. package/es/form/fields/Fields.module.css +14 -49
  40. package/es/form/fields/MultiSelectField/MultiSelectField.js +1 -1
  41. package/es/form/fields/PhoneField/PhoneField.js +1 -1
  42. package/es/form/fields/RadioField/RadioField.js +1 -1
  43. package/es/form/fields/SelectField/SelectField.js +1 -1
  44. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +7 -19
  45. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +1 -4
  46. package/es/form/fields/TextBoxField/TextBoxField.js +1 -1
  47. package/es/form/fields/TextEditor/TextEditor.module.css +78 -144
  48. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +2 -13
  49. package/es/form/fields/TextareaField/TextareaField.js +1 -1
  50. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +4 -9
  51. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +16 -52
  52. package/es/layout/SubtabLayout/SubtabLayout.module.css +29 -55
  53. package/es/list/BluePrintStatus/BluePrintStatus.module.css +1 -4
  54. package/es/list/Comment/Comment.module.css +0 -5
  55. package/es/list/DotNew/DotNew.module.css +3 -3
  56. package/es/list/GridStencils/GridStencils.module.css +16 -70
  57. package/es/list/Icons/Icons.module.css +1 -1
  58. package/es/list/ListLayout/ListLayout.module.css +14 -22
  59. package/es/list/ListStencils/ListStencils.module.css +6 -11
  60. package/es/list/SecondaryText/SecondaryText.module.css +3 -13
  61. package/es/list/SentimentStatus/SentimentStatus.module.css +1 -4
  62. package/es/list/TagNew/TagNew.module.css +7 -14
  63. package/es/list/Thread/Thread.module.css +1 -13
  64. package/es/list/UserTime/UserTime.module.css +0 -6
  65. package/es/list/listCommon.module.css +1 -9
  66. package/es/list/status/StatusDropdown/StatusDropdown.js +47 -40
  67. package/es/list/status/StatusDropdown/StatusDropdown.module.css +6 -19
  68. package/es/list/status/StatusListItem/StatusListItem.module.css +15 -38
  69. package/es/lookup/Lookup/Lookup.module.css +2 -2
  70. package/es/lookup/Section/LookupSection.module.css +2 -2
  71. package/es/lookup/header/Close/LookupClose.module.css +4 -4
  72. package/es/lookup/header/Search/LookupSearch.module.css +12 -21
  73. package/es/lookup/header/TicketHeader/TicketHeader.module.css +2 -5
  74. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +3 -8
  75. package/es/lookup/header/lookupHeaderCommon.module.css +6 -16
  76. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +3 -12
  77. package/es/setup/header/Button/HeaderButton.module.css +1 -3
  78. package/es/setup/header/Link/HeaderLink.module.css +1 -7
  79. package/es/setup/header/Search/Search.module.css +8 -19
  80. package/es/setup/header/Views/Views.js +2 -2
  81. package/es/setup/header/Views/Views.module.css +5 -15
  82. package/es/setup/helptips/Link/HelpTipsLink.module.css +0 -1
  83. package/es/setup/helptips/ListGroup/ListGroup.module.css +1 -6
  84. package/es/setup/table/TableData/SetupTableData.module.css +3 -11
  85. package/es/setup/table/TableHead/SetupTableHead.module.css +0 -4
  86. package/es/setup/table/TableRow/SetupTableRow.module.css +2 -6
  87. package/es/version2/AlertClose/AlertClose.module.css +1 -1
  88. package/es/version2/GlobalNotification/GlobalNotification.module.css +9 -44
  89. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +2 -25
  90. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +3 -7
  91. package/es/version2/lookup/alertLookupCommonNew.module.css +1 -8
  92. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +10 -26
  93. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +10 -47
  94. package/lib/ActionButton/ActionButton.js +1 -1
  95. package/lib/ActionButton/ActionButton.module.css +1 -0
  96. package/lib/AlphabeticList/AlphabeticList.js +1 -1
  97. package/lib/Attachment/Attachment.js +1 -1
  98. package/lib/ChannelIcon/ChannelIcon.js +1 -1
  99. package/lib/Drawer/Drawer.js +1 -1
  100. package/lib/ExternalLink/ExternalLink.js +1 -1
  101. package/lib/FlipCard/FlipCard.js +1 -1
  102. package/lib/FormAction/FormAction.js +1 -1
  103. package/lib/FreezeLayer/FreezeLayer.js +5 -32
  104. package/lib/IconButton/IconButton.js +1 -1
  105. package/lib/Image/Image.js +1 -1
  106. package/lib/ImportantNotes/ImportantNotes.js +1 -1
  107. package/lib/Link/Link.js +1 -1
  108. package/lib/Loader/Loader.js +1 -1
  109. package/lib/Message/Message.js +1 -1
  110. package/lib/MessageBanner/MessageBanner.js +1 -1
  111. package/lib/NewStar/NewStar.js +1 -1
  112. package/lib/PlusIcon/PlusIcon.js +1 -1
  113. package/lib/Provider.js +1 -1
  114. package/lib/Upload/Upload.js +1 -1
  115. package/lib/alert/AlertHeader/AlertHeader.js +1 -1
  116. package/lib/alert/AlertLookup/AlertLookup.js +1 -1
  117. package/lib/avatar/AvatarClose/AvatarClose.js +1 -1
  118. package/lib/avatar/AvatarCollision/AvatarCollision.js +1 -1
  119. package/lib/avatar/AvatarIcon/AvatarIcon.js +1 -1
  120. package/lib/avatar/AvatarStatus/AvatarStatus.js +1 -1
  121. package/lib/avatar/AvatarThread/AvatarThread.js +1 -1
  122. package/lib/avatar/AvatarUser/AvatarUser.js +1 -1
  123. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +1 -1
  124. package/lib/deprecated/SelectDropdown/SelectDropdown.js +1 -1
  125. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +1 -1
  126. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +1 -1
  127. package/lib/emptystate/EditionPage/EditionPage.js +1 -1
  128. package/lib/errorstate/Inconvenience/Inconvenience.js +1 -1
  129. package/lib/errorstate/LinkText/LinkText.js +1 -1
  130. package/lib/errorstate/NoRequestFound/NoRequestFound.js +1 -1
  131. package/lib/errorstate/PermissionPlay/PermissionPlay.js +1 -1
  132. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +1 -1
  133. package/lib/errorstate/UnableToProcess/UnableToProcess.js +1 -1
  134. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -1
  135. package/lib/errorstate/WillBack/WillBack.js +1 -1
  136. package/lib/form/fields/CheckBoxField/CheckBoxField.js +1 -1
  137. package/lib/form/fields/CurrencyField/CurrencyField.js +7 -8
  138. package/lib/form/fields/DateField/DateField.js +1 -1
  139. package/lib/form/fields/MultiSelectField/MultiSelectField.js +1 -1
  140. package/lib/form/fields/PhoneField/PhoneField.js +1 -1
  141. package/lib/form/fields/RadioField/RadioField.js +1 -1
  142. package/lib/form/fields/SelectField/SelectField.js +1 -1
  143. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +1 -1
  144. package/lib/form/fields/TextBoxField/TextBoxField.js +1 -1
  145. package/lib/form/fields/TextEditor/TextEditor.js +1 -1
  146. package/lib/form/fields/TextEditorField/TextEditorField.js +1 -1
  147. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +1 -1
  148. package/lib/form/fields/TextareaField/TextareaField.js +1 -1
  149. package/lib/form/fields/ValidationMessage/ValidationMessage.js +1 -1
  150. package/lib/form/layout/Field/Field.js +1 -1
  151. package/lib/form/layout/Section/Section.js +1 -1
  152. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +1 -1
  153. package/lib/layout/SubtabLayout/SubtabLayout.js +1 -1
  154. package/lib/list/AvatarFlip/AvatarFlip.js +1 -1
  155. package/lib/list/BluePrintStatus/BluePrintStatus.js +1 -1
  156. package/lib/list/Comment/Comment.js +1 -1
  157. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +1 -1
  158. package/lib/list/Dot/Dot.js +1 -1
  159. package/lib/list/DotNew/DotNew.js +1 -1
  160. package/lib/list/GridStencils/GridStencils.js +1 -1
  161. package/lib/list/Icons/AddNewIcon.js +1 -1
  162. package/lib/list/Icons/CompleteIcon.js +1 -1
  163. package/lib/list/Icons/DeleteIcon.js +1 -1
  164. package/lib/list/Icons/EditIcon.js +1 -1
  165. package/lib/list/Icons/FloatingIcons.js +1 -1
  166. package/lib/list/Icons/ReadUnreadIcon.js +1 -1
  167. package/lib/list/Icons/SmartIcon.js +1 -1
  168. package/lib/list/ListLayout/ListLayout.js +1 -1
  169. package/lib/list/ListStencils/ListStencils.js +1 -1
  170. package/lib/list/SecondaryText/AccountName.js +1 -1
  171. package/lib/list/SecondaryText/ContactName.js +1 -1
  172. package/lib/list/SecondaryText/DepartmentText.js +1 -1
  173. package/lib/list/SecondaryText/Email.js +1 -1
  174. package/lib/list/SecondaryText/HappinessRating.js +1 -1
  175. package/lib/list/SecondaryText/PhoneNumber.js +1 -1
  176. package/lib/list/SecondaryText/PriorityText.js +1 -1
  177. package/lib/list/SecondaryText/SecondaryText.js +1 -1
  178. package/lib/list/SecondaryText/StatusText.js +1 -1
  179. package/lib/list/SecondaryText/TicketId.js +1 -1
  180. package/lib/list/SecondaryText/Website.js +1 -1
  181. package/lib/list/SecondryPanel/SecondryPanel.js +1 -1
  182. package/lib/list/SentimentStatus/SentimentStatus.js +1 -1
  183. package/lib/list/Subject/Subject.js +1 -1
  184. package/lib/list/TagNew/TagNew.js +1 -1
  185. package/lib/list/Thread/Thread.js +1 -1
  186. package/lib/list/UserTime/UserTime.js +1 -1
  187. package/lib/list/status/StatusDropdown/StatusDropdown.js +1 -1
  188. package/lib/list/status/StatusListItem/StatusListItem.js +1 -1
  189. package/lib/lookup/EmptyPage/EmptyPage.js +1 -1
  190. package/lib/lookup/Lookup/Lookup.js +1 -1
  191. package/lib/lookup/Section/Section.js +1 -1
  192. package/lib/lookup/header/Close/Close.js +1 -1
  193. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +1 -1
  194. package/lib/lookup/header/Search/Search.js +1 -1
  195. package/lib/lookup/header/TicketHeader/TicketHeader.js +1 -1
  196. package/lib/lookup/header/Title/Title.js +1 -1
  197. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  198. package/lib/setup/header/Button/Button.js +1 -1
  199. package/lib/setup/header/Link/Link.js +1 -1
  200. package/lib/setup/header/Search/Search.js +1 -1
  201. package/lib/setup/header/Views/Views.js +1 -1
  202. package/lib/setup/helptips/Description/Description.js +1 -1
  203. package/lib/setup/helptips/Link/Link.js +1 -1
  204. package/lib/setup/helptips/ListGroup/ListGroup.js +1 -1
  205. package/lib/setup/helptips/Title/Title.js +1 -1
  206. package/lib/setup/table/Table/Table.js +1 -1
  207. package/lib/setup/table/TableBody/TableBody.js +1 -1
  208. package/lib/setup/table/TableData/TableData.js +1 -1
  209. package/lib/setup/table/TableHead/TableHead.js +1 -1
  210. package/lib/setup/table/TableRow/TableRow.js +1 -1
  211. package/lib/setup/table/Text/Text.js +1 -1
  212. package/lib/svg/PlusIcon.js +1 -1
  213. package/lib/svg/SnippetIcon.js +1 -1
  214. package/lib/svg/TemplateIcon.js +1 -1
  215. package/lib/utils/General.js +24 -0
  216. package/lib/version2/AlertClose/AlertClose.js +1 -1
  217. package/lib/version2/GlobalNotification/GlobalNotification.js +1 -1
  218. package/lib/version2/alertIcons/AlarmAlertIcon.js +1 -1
  219. package/lib/version2/alertIcons/AlertIcons.js +1 -1
  220. package/lib/version2/alertIcons/DangerAlertIcon.js +1 -1
  221. package/lib/version2/alertIcons/ErrorAlertIcon.js +1 -1
  222. package/lib/version2/alertIcons/InfoAlertIcon.js +1 -1
  223. package/lib/version2/alertIcons/NotificationAlertIcon.js +1 -1
  224. package/lib/version2/alertIcons/SuccessAlertIcon.js +1 -1
  225. package/lib/version2/alertIcons/WarningAlertIcon.js +1 -1
  226. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +1 -1
  227. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +1 -1
  228. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +1 -1
  229. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -1
  230. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +1 -1
  231. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +1 -1
  232. package/lib/version2/lookup/AlertHeader/AlertHeader.js +1 -1
  233. package/lib/version2/lookup/AlertLookup/AlertLookup.js +1 -1
  234. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -1
  235. package/package.json +1 -1
  236. package/lib/Provider/Config.js +0 -21
  237. package/lib/deprecated/utils/General.js +0 -29
@@ -16,7 +16,9 @@
16
16
  .header {
17
17
  min-width: var(--zd_size450);
18
18
  }
19
- .imageContainer, .tabletImageContainer, .mobileImageContainer {
19
+ .imageContainer,
20
+ .tabletImageContainer,
21
+ .mobileImageContainer {
20
22
  margin-top: calc(var(--zd_size70) * -1);
21
23
  margin-bottom: var(--zd_size30);
22
24
  }
@@ -105,7 +105,7 @@ export default class CheckBoxField extends PureComponent {
105
105
  }) : null);
106
106
  return /*#__PURE__*/React.createElement("div", {
107
107
  className: `${style.container} ${isDisabled ? style.disabled : isReadOnly ? style.readonly : ''}`,
108
- "data-title": isDisabled ? title : ''
108
+ "data-title": isDisabled ? title : null
109
109
  }, isDirectCol && labelElement, /*#__PURE__*/React.createElement("div", {
110
110
  className: `${isDirectCol ? style.fieldContainer : style.checkboxFieldContainer} ${isDirectCol && labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
111
111
  }, /*#__PURE__*/React.createElement(Container, {
@@ -121,7 +121,7 @@ export default class CurrencyField extends PureComponent {
121
121
  let uniqueId = htmlId ? htmlId : this.getNextId();
122
122
  return /*#__PURE__*/React.createElement("div", {
123
123
  className: `${style.container} ${isDisabled ? style.disabled : isReadOnly ? style.readonly : ''}`,
124
- "data-title": isDisabled ? title : ''
124
+ "data-title": isDisabled ? title : null
125
125
  }, labelName && /*#__PURE__*/React.createElement("div", {
126
126
  className: style.labelContainer
127
127
  }, /*#__PURE__*/React.createElement(Label, _extends({
@@ -125,7 +125,7 @@ export default class DateField extends PureComponent {
125
125
  let getAriaId = htmlId ? htmlId : this.getNextId();
126
126
  return /*#__PURE__*/React.createElement("div", {
127
127
  className: `${style.container} ${isDisabled ? style.disabled : isReadOnly ? style.readonly : ''}`,
128
- "data-title": isDisabled ? title : ''
128
+ "data-title": isDisabled ? title : null
129
129
  }, labelName && /*#__PURE__*/React.createElement("div", {
130
130
  className: style.labelContainer
131
131
  }, /*#__PURE__*/React.createElement(Label, _extends({
@@ -34,19 +34,15 @@
34
34
  -webkit-line-clamp: 2;
35
35
  }
36
36
  .checkboxText {
37
+ padding-left: var(--zd_size6);
37
38
  composes: wbreak from '~@zohodesk/components/lib/common/common.module.css';
38
39
  line-height: normal;
39
40
  }
40
- [dir=ltr] .checkboxText {
41
- padding-left: var(--zd_size6);
42
- }
43
- [dir=rtl] .checkboxText {
44
- padding-right: var(--zd_size6);
45
- }
46
41
  .cbTextPointer {
47
42
  cursor: pointer;
48
43
  }
49
- .disabled, .readonly {
44
+ .disabled,
45
+ .readonly {
50
46
  cursor: not-allowed;
51
47
  }
52
48
  .cbTextReadonly,
@@ -54,18 +50,12 @@
54
50
  .readonly .fieldLabel {
55
51
  --label_cursor: not-allowed;
56
52
  }
57
- [dir=ltr] .radio {
53
+ .radio {
58
54
  margin: var(--zd_size5) var(--zd_size32) var(--zd_size5) 0;
59
55
  }
60
- [dir=rtl] .radio {
61
- margin: var(--zd_size5) 0 var(--zd_size5) var(--zd_size32);
62
- }
63
- [dir=ltr] .duration {
56
+ .duration {
64
57
  margin-right: var(--zd_size15);
65
58
  }
66
- [dir=rtl] .duration {
67
- margin-left: var(--zd_size15);
68
- }
69
59
  .durationWidth {
70
60
  width: var(--zd_size94);
71
61
  }
@@ -79,8 +69,8 @@
79
69
  }
80
70
  .phoneIcon {
81
71
  color: var(--zdt_fields_phoneicon_icon);
82
- display: inline-block;
83
72
  margin: var(--zd_size15) var(--zd_size10) 0 var(--zd_size10);
73
+ display: inline-block;
84
74
  cursor: pointer;
85
75
  }
86
76
  .phoneIcon:hover {
@@ -99,13 +89,8 @@
99
89
  .lockIcon,
100
90
  .infoIcon {
101
91
  color: var(--zdt_fields_lockicon_icon);
102
- composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
103
- }
104
- [dir=ltr] .lockIcon, [dir=ltr] .infoIcon {
105
92
  margin-left: var(--zd_size5);
106
- }
107
- [dir=rtl] .lockIcon, [dir=rtl] .infoIcon {
108
- margin-right: var(--zd_size5);
93
+ composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
109
94
  }
110
95
  /* .infoIcon {
111
96
  opacity: 0;
@@ -123,25 +108,15 @@
123
108
  }
124
109
  .timeFormat {
125
110
  font-size: var(--zd_font_size11);
126
- color: var(--zdt_fields_lockicon_icon);
127
- }
128
- [dir=ltr] .timeFormat {
129
111
  margin-left: var(--zd_size4);
130
- }
131
- [dir=rtl] .timeFormat {
132
- margin-right: var(--zd_size4);
112
+ color: var(--zdt_fields_lockicon_icon);
133
113
  }
134
114
  .newTab {
115
+ margin-left: var(--zd_size6);
116
+ cursor: pointer;
135
117
  color: var(--zdt_fields_lockicon_icon);
136
118
  font-size: 0;
137
119
  display: none;
138
- cursor: pointer;
139
- }
140
- [dir=ltr] .newTab {
141
- margin-left: var(--zd_size6);
142
- }
143
- [dir=rtl] .newTab {
144
- margin-right: var(--zd_size6);
145
120
  }
146
121
  .newTab:hover {
147
122
  color: var(--zdt_fields_phoneicon_icon);
@@ -156,28 +131,18 @@
156
131
  }
157
132
  .labelMandatory:after {
158
133
  content: '*';
159
- color: var(--zdt_fields_lockicon_hover_icon);
160
- }
161
- [dir=ltr] .labelMandatory:after {
162
134
  padding-left: var(--zd_size2);
163
- }
164
- [dir=rtl] .labelMandatory:after {
165
- padding-right: var(--zd_size2);
135
+ color: var(--zdt_fields_lockicon_hover_icon);
166
136
  }
167
137
  .ePhiTag {
168
138
  composes: flexshrink from '~@zohodesk/components/lib/common/common.module.css';
169
139
  color: var(--zdt_fields_phitag_text);
170
- font-size: var(--zd_font_size12);
171
- height: var(--zd_size18);
172
- line-height: var(--zd_size18);
173
140
  background-color: var(--zdt_fields_phitag_bg);
174
141
  border: 1px solid var(--zdt_fields_phitag_border);
142
+ font-size: var(--zd_font_size12);
175
143
  padding: 0 var(--zd_size5);
176
144
  border-radius: var(--zd_size3);
177
- }
178
- [dir=ltr] .ePhiTag {
179
145
  margin-left: var(--zd_size8);
180
- }
181
- [dir=rtl] .ePhiTag {
182
- margin-right: var(--zd_size8);
146
+ height: var(--zd_size18);
147
+ line-height: var(--zd_size18);
183
148
  }
@@ -137,7 +137,7 @@ export default class MultiSelectField extends PureComponent {
137
137
  let uniqueId = htmlId ? htmlId : this.getNextId();
138
138
  return /*#__PURE__*/React.createElement("div", {
139
139
  className: `${style.container} ${isDisabled ? style.disabled : isReadOnly ? style.readonly : ''}`,
140
- "data-title": isDisabled ? title : ''
140
+ "data-title": isDisabled ? title : null
141
141
  }, labelName && /*#__PURE__*/React.createElement("div", {
142
142
  className: style.labelContainer
143
143
  }, /*#__PURE__*/React.createElement(Label, _extends({
@@ -127,7 +127,7 @@ export default class PhoneField extends PureComponent {
127
127
  return /*#__PURE__*/React.createElement(Container, {
128
128
  alignBox: "row",
129
129
  className: `${style.container} ${isDisabled ? style.disabled : ''}`,
130
- "data-title": isDisabled ? title : ''
130
+ "data-title": isDisabled ? title : null
131
131
  }, /*#__PURE__*/React.createElement(Box, {
132
132
  flexible: true
133
133
  }, /*#__PURE__*/React.createElement(TextBoxField, _extends({
@@ -56,7 +56,7 @@ export default class RadioField extends PureComponent {
56
56
  } = customProps;
57
57
  return /*#__PURE__*/React.createElement("div", {
58
58
  className: `${style.container} ${isDisabled ? style.disabled : isReadOnly ? style.readonly : ''}`,
59
- "data-title": isDisabled ? title : ''
59
+ "data-title": isDisabled ? title : null
60
60
  }, labelName && /*#__PURE__*/React.createElement(Label, _extends({
61
61
  text: labelName,
62
62
  size: "medium",
@@ -105,7 +105,7 @@ export default class SelectField extends PureComponent {
105
105
  let uniqueId = htmlId ? htmlId : this.getNextId();
106
106
  return /*#__PURE__*/React.createElement("div", {
107
107
  className: `${style.container} ${isDisabled ? style.disabled : isReadOnly ? style.readonly : ''}`,
108
- "data-title": isDisabled ? title : ''
108
+ "data-title": isDisabled ? title : null
109
109
  }, labelName && /*#__PURE__*/React.createElement("div", {
110
110
  className: style.labelContainer
111
111
  }, /*#__PURE__*/React.createElement(Label, _extends({
@@ -1,28 +1,26 @@
1
1
  .tag {
2
2
  max-width: 100%;
3
3
  }
4
- [dir=ltr] .moreLess, [dir=ltr] .tag {
4
+ .moreLess,
5
+ .tag {
5
6
  margin: 0 var(--zd_size6) var(--zd_size6) 0;
6
7
  }
7
- [dir=rtl] .moreLess, [dir=rtl] .tag {
8
- margin: 0 0 var(--zd_size6) var(--zd_size6);
9
- }
10
8
  .input {
11
9
  height: var(--zd_size20);
12
- width: 100%;
13
10
  margin-bottom: var(--zd_size4);
11
+ width: 100%;
14
12
  }
15
13
  .viewpopNew {
16
14
  max-height: var(--zd_size250);
17
15
  }
18
16
  .tagDiv {
19
- max-height: var(--zd_size160);
20
17
  margin-top: var(--zd_size5);
18
+ max-height: var(--zd_size160);
21
19
  }
22
20
  .hasBorder {
23
- transition: border var(--zd_transition2) linear 0s;
24
21
  border-bottom-style: solid;
25
22
  border-bottom-width: 1px;
23
+ transition: border var(--zd_transition2) linear 0s;
26
24
  }
27
25
  .borderColor_transparent {
28
26
  border-bottom-color: var(--zdt_tagsmultiselect_transparent_border);
@@ -66,15 +64,10 @@
66
64
  font-size: 0;
67
65
  }
68
66
  .newTagLabel {
67
+ margin-right: var(--zd_size5);
69
68
  color: var(--zdt_tagsmultiselect_labelt_text);
70
69
  composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
71
70
  }
72
- [dir=ltr] .newTagLabel {
73
- margin-right: var(--zd_size5);
74
- }
75
- [dir=rtl] .newTagLabel {
76
- margin-left: var(--zd_size5);
77
- }
78
71
  .dotted {
79
72
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
80
73
  }
@@ -94,13 +87,8 @@
94
87
  .custmInp {
95
88
  position: absolute;
96
89
  top: 0;
97
- width: 100%;
98
- }
99
- [dir=ltr] .custmInp {
100
90
  left: 0;
101
- }
102
- [dir=rtl] .custmInp {
103
- right: 0;
91
+ width: 100%;
104
92
  }
105
93
  .newTagText {
106
94
  color: var(--zdt_tagsmultiselect_more_text);
@@ -1,9 +1,6 @@
1
1
  .count {
2
2
  color: var(--zdt_tagsmultiselectField_count_text);
3
3
  font-size: var(--zd_font_size12);
4
- word-break: break-word;
5
- }[dir=ltr] .count {
6
4
  margin-left: var(--zd_size4);
7
- }[dir=rtl] .count {
8
- margin-right: var(--zd_size4);
5
+ word-break: break-word;
9
6
  }
@@ -98,7 +98,7 @@ export default class TextBoxField extends PureComponent {
98
98
  let uniqueId = htmlId ? htmlId : this.getNextId();
99
99
  return /*#__PURE__*/React.createElement("div", {
100
100
  className: `${style.container} ${isDisabled ? style.disabled : isReadOnly ? style.readonly : ''}`,
101
- "data-title": isDisabled ? title : ''
101
+ "data-title": isDisabled ? title : null
102
102
  }, labelName && /*#__PURE__*/React.createElement("div", {
103
103
  className: style.labelContainer
104
104
  }, /*#__PURE__*/React.createElement(Label, _extends({