@zohodesk/dot 1.4.12 → 1.4.14

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 (229) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +13 -0
  3. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  4. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  5. package/coverage/ExternalLink/index.html +1 -1
  6. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  7. package/coverage/ExternalLink/props/index.html +1 -1
  8. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  9. package/coverage/IconButton/IconButton.js.html +1 -1
  10. package/coverage/IconButton/IconButton.module.css.html +2 -5
  11. package/coverage/IconButton/index.html +1 -1
  12. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  13. package/coverage/IconButton/props/index.html +1 -1
  14. package/coverage/IconButton/props/propTypes.js.html +1 -1
  15. package/coverage/Image/Image.js.html +1 -1
  16. package/coverage/Image/Image.module.css.html +1 -1
  17. package/coverage/Image/index.html +1 -1
  18. package/coverage/Image/props/defaultProps.js.html +1 -1
  19. package/coverage/Image/props/index.html +1 -1
  20. package/coverage/Image/props/propTypes.js.html +1 -1
  21. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  22. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  23. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  26. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  27. package/coverage/index.html +1 -1
  28. package/es/ActionButton/ActionButton.module.css +51 -4
  29. package/es/AlphabeticList/AlphabeticList.module.css +0 -2
  30. package/es/AttachmentViewer/AttachmentViewer.module.css +0 -2
  31. package/es/ChannelIcon/ChannelIcon.module.css +9 -4
  32. package/es/Drawer/Drawer.js +4 -5
  33. package/es/ExternalLink/ExternalLink.js +4 -5
  34. package/es/FlipCard/FlipCard.js +14 -12
  35. package/es/FormAction/FormAction.module.css +18 -1
  36. package/es/FreezeLayer/FreezeLayer.js +1 -1
  37. package/es/IconButton/IconButton.js +4 -5
  38. package/es/IconButton/IconButton.module.css +0 -1
  39. package/es/Link/Link.js +8 -10
  40. package/es/Message/Message.js +4 -5
  41. package/es/TagWithIcon/TagWithIcon.module.css +0 -3
  42. package/es/ToastMessage/ToastMessage.js +2 -4
  43. package/es/actions/AutoClose.js +2 -1
  44. package/es/alert/AlertLookup/AlertLookup.js +14 -12
  45. package/es/avatar/AvatarClose/AvatarClose.js +7 -7
  46. package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
  47. package/es/avatar/AvatarIcon/AvatarIcon.js +4 -5
  48. package/es/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
  49. package/es/avatar/AvatarStatus/AvatarStatus.js +7 -8
  50. package/es/avatar/AvatarThread/AvatarThread.js +7 -7
  51. package/es/avatar/AvatarUser/AvatarUser.js +10 -9
  52. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  53. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +36 -24
  54. package/es/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  55. package/es/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  56. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
  57. package/es/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  58. package/es/form/fields/CurrencyField/CurrencyField.js +14 -12
  59. package/es/form/fields/DateField/DateField.js +14 -14
  60. package/es/form/fields/MultiSelectField/MultiSelectField.js +13 -12
  61. package/es/form/fields/PhoneField/PhoneField.js +7 -7
  62. package/es/form/fields/RadioField/RadioField.js +21 -15
  63. package/es/form/fields/SelectField/SelectField.js +14 -14
  64. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +13 -10
  65. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  66. package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
  67. package/es/form/fields/TextEditorField/TextEditorField.js +11 -10
  68. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  69. package/es/form/fields/TextareaField/TextareaField.js +16 -13
  70. package/es/form/fields/TextareaField/props/propTypes.js +1 -0
  71. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
  72. package/es/layout/SubtabLayout/SubtabLayout.js +4 -6
  73. package/es/layout/SubtabLayout/SubtabLayout.module.css +0 -2
  74. package/es/list/Comment/Comment.module.css +0 -1
  75. package/es/list/Dot/Dot.module.css +0 -1
  76. package/es/list/ListLayout/ListLayout.js +4 -5
  77. package/es/list/ListLayout/ListLayout.module.css +0 -6
  78. package/es/list/SecondaryText/AccountName.js +12 -12
  79. package/es/list/SecondaryText/ContactName.js +8 -9
  80. package/es/list/SecondaryText/Email.js +8 -8
  81. package/es/list/SecondaryText/PhoneNumber.js +8 -8
  82. package/es/list/SecondaryText/SecondaryText.js +4 -5
  83. package/es/list/SecondaryText/TicketId.js +7 -7
  84. package/es/list/Subject/Subject.js +7 -7
  85. package/es/list/Subject/Subject.module.css +8 -1
  86. package/es/list/Thread/Thread.module.css +0 -1
  87. package/es/list/status/StatusListItem/StatusListItem.js +5 -5
  88. package/es/lookup/Lookup/Lookup.js +7 -7
  89. package/es/lookup/Lookup/Lookup.module.css +4 -1
  90. package/es/lookup/Lookup/props/propTypes.js +3 -2
  91. package/es/lookup/header/Search/Search.js +5 -3
  92. package/es/lookup/header/TicketHeader/TicketHeader.js +88 -73
  93. package/es/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  94. package/es/lookup/header/TicketHeader/props/propTypes.js +2 -1
  95. package/es/v1/ActionButton/ActionButton.js +1 -1
  96. package/es/v1/AttachmentViewer/AttachmentViewer.js +2 -2
  97. package/es/v1/Drawer/Drawer.js +6 -7
  98. package/es/v1/ExternalLink/ExternalLink.js +4 -5
  99. package/es/v1/FlipCard/FlipCard.js +15 -13
  100. package/es/v1/FreezeLayer/FreezeLayer.js +2 -2
  101. package/es/v1/GlobalNotification/GlobalNotification.js +6 -7
  102. package/es/v1/IconButton/IconButton.js +4 -5
  103. package/es/v1/Link/Link.js +8 -10
  104. package/es/v1/Loader/Loader.js +1 -1
  105. package/es/v1/Message/Message.js +4 -5
  106. package/es/v1/ToastMessage/ToastMessage.js +4 -6
  107. package/es/v1/actions/AutoClose.js +2 -1
  108. package/es/v1/alert/AlertLookup/AlertLookup.js +16 -16
  109. package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
  110. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
  111. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +5 -6
  112. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +7 -8
  113. package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
  114. package/es/v1/avatar/AvatarUser/AvatarUser.js +10 -9
  115. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  116. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +39 -27
  117. package/es/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  118. package/es/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  119. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  120. package/es/v1/form/fields/CurrencyField/CurrencyField.js +15 -13
  121. package/es/v1/form/fields/DateField/DateField.js +15 -15
  122. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +14 -13
  123. package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
  124. package/es/v1/form/fields/RadioField/RadioField.js +21 -16
  125. package/es/v1/form/fields/SelectField/SelectField.js +15 -15
  126. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +14 -11
  127. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  128. package/es/v1/form/fields/TextBoxField/TextBoxField.js +15 -15
  129. package/es/v1/form/fields/TextEditorField/TextEditorField.js +11 -10
  130. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  131. package/es/v1/form/fields/TextareaField/TextareaField.js +17 -14
  132. package/es/v1/form/fields/TextareaField/props/propTypes.js +1 -0
  133. package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -6
  134. package/es/v1/list/ListLayout/ListLayout.js +4 -5
  135. package/es/v1/list/SecondaryText/AccountName.js +12 -12
  136. package/es/v1/list/SecondaryText/ContactName.js +8 -9
  137. package/es/v1/list/SecondaryText/Email.js +8 -8
  138. package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
  139. package/es/v1/list/SecondaryText/SecondaryText.js +4 -5
  140. package/es/v1/list/SecondaryText/TicketId.js +7 -7
  141. package/es/v1/list/Subject/Subject.js +7 -7
  142. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  143. package/es/v1/list/status/StatusListItem/StatusListItem.js +6 -6
  144. package/es/v1/lookup/Lookup/Lookup.js +7 -7
  145. package/es/v1/lookup/Lookup/props/propTypes.js +3 -2
  146. package/es/v1/lookup/header/Search/Search.js +5 -3
  147. package/es/v1/lookup/header/TicketHeader/TicketHeader.js +30 -12
  148. package/es/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  149. package/es/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
  150. package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  151. package/es/v1/notification/DesktopNotification/DesktopNotification.js +7 -8
  152. package/es/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
  153. package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
  154. package/es/version2/GlobalNotification/GlobalNotification.js +6 -7
  155. package/es/version2/GlobalNotification/GlobalNotification.module.css +0 -4
  156. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +0 -1
  157. package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
  158. package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -7
  159. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +0 -2
  160. package/lib/ActionButton/ActionButton.module.css +51 -4
  161. package/lib/AlphabeticList/AlphabeticList.module.css +0 -2
  162. package/lib/AttachmentViewer/AttachmentViewer.module.css +0 -2
  163. package/lib/ChannelIcon/ChannelIcon.module.css +9 -4
  164. package/lib/FormAction/FormAction.module.css +18 -1
  165. package/lib/FreezeLayer/FreezeLayer.js +1 -1
  166. package/lib/IconButton/IconButton.module.css +0 -1
  167. package/lib/TagWithIcon/TagWithIcon.module.css +0 -3
  168. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
  169. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +8 -0
  170. package/lib/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  171. package/lib/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  172. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
  173. package/lib/form/fields/RadioField/RadioField.js +3 -0
  174. package/lib/form/fields/TextareaField/TextareaField.js +2 -0
  175. package/lib/form/fields/TextareaField/props/propTypes.js +1 -0
  176. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
  177. package/lib/layout/SubtabLayout/SubtabLayout.module.css +0 -2
  178. package/lib/list/Comment/Comment.module.css +0 -1
  179. package/lib/list/Dot/Dot.module.css +0 -1
  180. package/lib/list/ListLayout/ListLayout.module.css +0 -6
  181. package/lib/list/Subject/Subject.module.css +8 -1
  182. package/lib/list/Thread/Thread.module.css +0 -1
  183. package/lib/lookup/Lookup/Lookup.js +3 -2
  184. package/lib/lookup/Lookup/Lookup.module.css +4 -1
  185. package/lib/lookup/Lookup/props/propTypes.js +3 -2
  186. package/lib/lookup/header/TicketHeader/TicketHeader.js +93 -106
  187. package/lib/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  188. package/lib/lookup/header/TicketHeader/props/propTypes.js +2 -1
  189. package/lib/v1/ActionButton/ActionButton.js +1 -1
  190. package/lib/v1/AttachmentViewer/AttachmentViewer.js +2 -2
  191. package/lib/v1/Drawer/Drawer.js +2 -2
  192. package/lib/v1/FlipCard/FlipCard.js +1 -1
  193. package/lib/v1/FreezeLayer/FreezeLayer.js +2 -2
  194. package/lib/v1/Loader/Loader.js +1 -1
  195. package/lib/v1/ToastMessage/ToastMessage.js +2 -2
  196. package/lib/v1/alert/AlertLookup/AlertLookup.js +1 -1
  197. package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +1 -1
  198. package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +11 -3
  199. package/lib/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  200. package/lib/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  201. package/lib/v1/form/fields/CurrencyField/CurrencyField.js +1 -1
  202. package/lib/v1/form/fields/DateField/DateField.js +1 -1
  203. package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +1 -1
  204. package/lib/v1/form/fields/RadioField/RadioField.js +3 -0
  205. package/lib/v1/form/fields/SelectField/SelectField.js +1 -1
  206. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +1 -1
  207. package/lib/v1/form/fields/TextBoxField/TextBoxField.js +1 -1
  208. package/lib/v1/form/fields/TextareaField/TextareaField.js +3 -1
  209. package/lib/v1/form/fields/TextareaField/props/propTypes.js +1 -0
  210. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  211. package/lib/v1/list/status/StatusListItem/StatusListItem.js +1 -1
  212. package/lib/v1/lookup/Lookup/Lookup.js +3 -2
  213. package/lib/v1/lookup/Lookup/props/propTypes.js +3 -2
  214. package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +37 -12
  215. package/lib/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  216. package/lib/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
  217. package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  218. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
  219. package/lib/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
  220. package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
  221. package/lib/version2/GlobalNotification/GlobalNotification.module.css +0 -4
  222. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +0 -1
  223. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +0 -2
  224. package/package.json +11 -11
  225. package/result.json +1 -1
  226. package/es/v1/Provider/Config.js +0 -20
  227. package/lib/v1/Provider/Config.js +0 -29
  228. /package/es/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
  229. /package/lib/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
package/README.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  In this Library, we Provide Some Basic Components to Build Your Application
4
4
 
5
+
6
+ # 1.4.14
7
+
8
+ - **lookup/header/TicketHeader/TicketHeader** - Close Icon Position Moved to Right end.
9
+ - Lookup - lookupClass prop added and xlarge size value added
10
+
11
+ # 1.4.13
12
+
13
+ - **ToggleDropdown** - Fixed popup issue fix
14
+ - **RadioField** - tooltip option provided
15
+ - **TextareaField** - onFocus prop supported
16
+ - Common providers update for v1 components
17
+
5
18
  # 1.4.12
6
19
 
7
20
  - **CheckBoxField** - getContainerRef prop supported
@@ -214,7 +214,7 @@ ExternalLink.propTypes = propTypes;
214
214
  <div class='footer quiet pad2 space-top1 center small'>
215
215
  Code coverage generated by
216
216
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
217
- at 2024-03-29T10:32:42.147Z
217
+ at 2024-05-28T13:28:51.784Z
218
218
  </div>
219
219
  <script src="../prettify.js"></script>
220
220
  <script>
@@ -79,7 +79,7 @@
79
79
  <div class='footer quiet pad2 space-top1 center small'>
80
80
  Code coverage generated by
81
81
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
82
- at 2024-03-29T10:32:42.147Z
82
+ at 2024-05-28T13:28:51.784Z
83
83
  </div>
84
84
  <script src="../prettify.js"></script>
85
85
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-03-29T10:32:42.147Z
119
+ at 2024-05-28T13:28:51.784Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -85,7 +85,7 @@
85
85
  <div class='footer quiet pad2 space-top1 center small'>
86
86
  Code coverage generated by
87
87
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
88
- at 2024-03-29T10:32:42.147Z
88
+ at 2024-05-28T13:28:51.784Z
89
89
  </div>
90
90
  <script src="../../prettify.js"></script>
91
91
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-03-29T10:32:42.147Z
119
+ at 2024-05-28T13:28:51.784Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -109,7 +109,7 @@ export const propTypes = {
109
109
  <div class='footer quiet pad2 space-top1 center small'>
110
110
  Code coverage generated by
111
111
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
112
- at 2024-03-29T10:32:42.147Z
112
+ at 2024-05-28T13:28:51.784Z
113
113
  </div>
114
114
  <script src="../../prettify.js"></script>
115
115
  <script>
@@ -451,7 +451,7 @@ IconButton.defaultProps = defaultProps;
451
451
  <div class='footer quiet pad2 space-top1 center small'>
452
452
  Code coverage generated by
453
453
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
454
- at 2024-03-29T10:32:42.147Z
454
+ at 2024-05-28T13:28:51.784Z
455
455
  </div>
456
456
  <script src="../prettify.js"></script>
457
457
  <script>
@@ -85,9 +85,7 @@
85
85
  <a name='L20'></a><a href='#L20'>20</a>
86
86
  <a name='L21'></a><a href='#L21'>21</a>
87
87
  <a name='L22'></a><a href='#L22'>22</a>
88
- <a name='L23'></a><a href='#L23'>23</a>
89
- <a name='L24'></a><a href='#L24'>24</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
90
- <span class="cline-any cline-neutral">&nbsp;</span>
88
+ <a name='L23'></a><a href='#L23'>23</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">1x</span>
91
89
  <span class="cline-any cline-neutral">&nbsp;</span>
92
90
  <span class="cline-any cline-neutral">&nbsp;</span>
93
91
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -118,7 +116,6 @@
118
116
  width: 28px;
119
117
  composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
120
118
  composes: varClass;
121
- /* css:theme-validation:ignore */
122
119
  color: var(--iconColor);
123
120
  }
124
121
  .primary {
@@ -139,7 +136,7 @@
139
136
  <div class='footer quiet pad2 space-top1 center small'>
140
137
  Code coverage generated by
141
138
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
142
- at 2024-03-29T10:32:42.147Z
139
+ at 2024-05-28T13:28:51.784Z
143
140
  </div>
144
141
  <script src="../prettify.js"></script>
145
142
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-03-29T10:32:42.147Z
119
+ at 2024-05-28T13:28:51.784Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -121,7 +121,7 @@
121
121
  <div class='footer quiet pad2 space-top1 center small'>
122
122
  Code coverage generated by
123
123
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
124
- at 2024-03-29T10:32:42.147Z
124
+ at 2024-05-28T13:28:51.784Z
125
125
  </div>
126
126
  <script src="../../prettify.js"></script>
127
127
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-03-29T10:32:42.147Z
119
+ at 2024-05-28T13:28:51.784Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -172,7 +172,7 @@ export const propTypes = {
172
172
  <div class='footer quiet pad2 space-top1 center small'>
173
173
  Code coverage generated by
174
174
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
175
- at 2024-03-29T10:32:42.147Z
175
+ at 2024-05-28T13:28:51.784Z
176
176
  </div>
177
177
  <script src="../../prettify.js"></script>
178
178
  <script>
@@ -169,7 +169,7 @@ Image.defaultProps = defaultProps;
169
169
  <div class='footer quiet pad2 space-top1 center small'>
170
170
  Code coverage generated by
171
171
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
172
- at 2024-03-29T10:32:42.147Z
172
+ at 2024-05-28T13:28:51.784Z
173
173
  </div>
174
174
  <script src="../prettify.js"></script>
175
175
  <script>
@@ -103,7 +103,7 @@
103
103
  <div class='footer quiet pad2 space-top1 center small'>
104
104
  Code coverage generated by
105
105
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
106
- at 2024-03-29T10:32:42.147Z
106
+ at 2024-05-28T13:28:51.784Z
107
107
  </div>
108
108
  <script src="../prettify.js"></script>
109
109
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-03-29T10:32:42.147Z
119
+ at 2024-05-28T13:28:51.784Z
120
120
  </div>
121
121
  <script src="../prettify.js"></script>
122
122
  <script>
@@ -82,7 +82,7 @@
82
82
  <div class='footer quiet pad2 space-top1 center small'>
83
83
  Code coverage generated by
84
84
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
85
- at 2024-03-29T10:32:42.147Z
85
+ at 2024-05-28T13:28:51.784Z
86
86
  </div>
87
87
  <script src="../../prettify.js"></script>
88
88
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-03-29T10:32:42.147Z
119
+ at 2024-05-28T13:28:51.784Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -112,7 +112,7 @@ export const propTypes = {
112
112
  <div class='footer quiet pad2 space-top1 center small'>
113
113
  Code coverage generated by
114
114
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
115
- at 2024-03-29T10:32:42.147Z
115
+ at 2024-05-28T13:28:51.784Z
116
116
  </div>
117
117
  <script src="../../prettify.js"></script>
118
118
  <script>
@@ -433,7 +433,7 @@ AvatarWithTeam.propTypes = propTypes;
433
433
  <div class='footer quiet pad2 space-top1 center small'>
434
434
  Code coverage generated by
435
435
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
436
- at 2024-03-29T10:32:42.147Z
436
+ at 2024-05-28T13:28:51.784Z
437
437
  </div>
438
438
  <script src="../../prettify.js"></script>
439
439
  <script>
@@ -118,7 +118,7 @@
118
118
  <div class='footer quiet pad2 space-top1 center small'>
119
119
  Code coverage generated by
120
120
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
121
- at 2024-03-29T10:32:42.147Z
121
+ at 2024-05-28T13:28:51.784Z
122
122
  </div>
123
123
  <script src="../../prettify.js"></script>
124
124
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-03-29T10:32:42.147Z
119
+ at 2024-05-28T13:28:51.784Z
120
120
  </div>
121
121
  <script src="../../prettify.js"></script>
122
122
  <script>
@@ -97,7 +97,7 @@
97
97
  <div class='footer quiet pad2 space-top1 center small'>
98
98
  Code coverage generated by
99
99
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
100
- at 2024-03-29T10:32:42.147Z
100
+ at 2024-05-28T13:28:51.784Z
101
101
  </div>
102
102
  <script src="../../../prettify.js"></script>
103
103
  <script>
@@ -116,7 +116,7 @@
116
116
  <div class='footer quiet pad2 space-top1 center small'>
117
117
  Code coverage generated by
118
118
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
- at 2024-03-29T10:32:42.147Z
119
+ at 2024-05-28T13:28:51.784Z
120
120
  </div>
121
121
  <script src="../../../prettify.js"></script>
122
122
  <script>
@@ -148,7 +148,7 @@ export const propTypes = {
148
148
  <div class='footer quiet pad2 space-top1 center small'>
149
149
  Code coverage generated by
150
150
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
151
- at 2024-03-29T10:32:42.147Z
151
+ at 2024-05-28T13:28:51.784Z
152
152
  </div>
153
153
  <script src="../../../prettify.js"></script>
154
154
  <script>
@@ -206,7 +206,7 @@
206
206
  <div class='footer quiet pad2 space-top1 center small'>
207
207
  Code coverage generated by
208
208
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
209
- at 2024-03-29T10:32:42.147Z
209
+ at 2024-05-28T13:28:51.784Z
210
210
  </div>
211
211
  <script src="prettify.js"></script>
212
212
  <script>
@@ -3,121 +3,163 @@
3
3
  --buttonBorder: var(--zdt_actionButton_primary_border);
4
4
  --buttonSeparatorBorder: var(--zdt_actionButton_separator_border);
5
5
  }
6
+
6
7
  .container {
7
8
  composes: varClass;
8
9
  }
10
+
9
11
  .container:hover {
10
12
  --buttonSeparatorBorder: var(--zdt_actionButton_separator_hover_border);
11
13
  }
14
+
12
15
  .primaryFilledBox {
13
16
  --buttonText: var(--zdt_actionButton_primaryFilled_text);
14
17
  }
15
- .primaryFilledBtn, .primaryFilledArw {
18
+
19
+ .primaryFilledBtn,
20
+ .primaryFilledArw {
16
21
  /* css:theme-validation:ignore */
22
+ }
23
+
24
+ .primaryFilledBtn, .primaryFilledArw {
17
25
  background-color: var(--buttonBg);
18
26
  }
27
+
19
28
  .primaryBox {
20
29
  --buttonText: var(--zdt_actionButton_primary_text);
21
30
  }
22
- .primaryBtn, .primaryArw {
31
+
32
+ .primaryBtn,
33
+ .primaryArw {
23
34
  /* css:theme-validation:ignore */
35
+ }
36
+
37
+ .primaryBtn, .primaryArw {
24
38
  border: 1px solid var(--buttonBorder);
25
39
  }
40
+
26
41
  [dir=ltr] .primaryBtn {
27
42
  border-right: none;
28
43
  }
44
+
29
45
  [dir=rtl] .primaryBtn {
30
46
  border-left: none;
31
47
  }
48
+
32
49
  .contentBox,
33
50
  .arrowWrapper {
34
51
  transition: width var(--zd_transition3), padding var(--zd_transition3), background-color var(--zd_transition2), border-color var(--zd_transition2);
35
52
  }
53
+
36
54
  .contentBox, .arrowWrapper {
37
55
  margin: 0 ;
38
56
  }
57
+
39
58
  .clickable {
40
59
  cursor: pointer;
41
60
  }
61
+
42
62
  [dir=ltr] .contentBoxBdr {
43
63
  border-radius: var(--zd_size4) 0 0 var(--zd_size4);
44
64
  }
65
+
45
66
  [dir=rtl] .contentBoxBdr {
46
67
  border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
47
68
  }
69
+
48
70
  .contentBoxBdrRds {
49
71
  border-radius: var(--zd_size4);
50
72
  }
73
+
51
74
  .small {
52
75
  height: var(--zd_size28) ;
53
76
  }
77
+
54
78
  .medium,
55
79
  .large {
56
80
  height: var(--zd_size30) ;
57
81
  }
82
+
58
83
  .medium {
59
84
  min-width: var(--zd_size115) ;
60
85
  }
86
+
61
87
  .large {
62
88
  min-width: var(--zd_size135) ;
63
89
  }
90
+
64
91
  .small_btnBox {
65
92
  padding: 0 var(--zd_size8) ;
66
93
  }
94
+
67
95
  .medium_btnBox, .large_btnBox {
68
96
  padding: 0 var(--zd_size10) ;
69
97
  }
98
+
70
99
  .txt {
71
100
  font-size: var(--zd_font_size13) ;
72
101
  font-family: var(--zd_semibold);
73
102
  text-transform: capitalize;
74
103
  }
104
+
75
105
  .subTxt {
76
106
  font-size: var(--zd_font_size10) ;
77
107
  }
108
+
78
109
  .contentwrapper,
79
110
  .txt,
80
111
  .subTxt {
81
112
  max-width: 100% ;
82
113
  }
114
+
83
115
  .txt,
84
116
  .subTxt {
85
117
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
86
118
  /* css:theme-validation:ignore */
87
119
  color: var(--buttonText);
88
120
  }
121
+
89
122
  .arrowWrapper {
90
123
  position: relative;
91
124
  composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
92
125
  cursor: pointer;
93
126
  }
127
+
94
128
  [dir=ltr] .arrowWrapper {
95
129
  border-radius: 0 var(--zd_size4) var(--zd_size4) 0;
96
130
  }
131
+
97
132
  [dir=rtl] .arrowWrapper {
98
133
  border-radius: var(--zd_size4) 0 0 var(--zd_size4);
99
134
  }
135
+
100
136
  .primaryFilledArw {
101
137
  /* css:theme-validation:ignore */
102
138
  }
139
+
103
140
  [dir=ltr] .primaryFilledArw {
104
141
  border-left: 1px solid var(--buttonSeparatorBorder);
105
142
  }
143
+
106
144
  [dir=rtl] .primaryFilledArw {
107
- border-right: 1px solid var(--buttonSeparatorBorder);
145
+ border-right: 1px solid var(--buttonSeparatorBorder);
108
146
  }
147
+
109
148
  .small_arrowBox {
110
149
  width: var(--zd_size20) ;
111
150
  }
151
+
112
152
  .medium_arrowBox {
113
153
  width: var(--zd_size26) ;
114
154
  }
155
+
115
156
  .primaryFilledArw:hover,
116
157
  .primaryFilledArw.arrowActive,
117
158
  .clickable.primaryFilledBtn:hover,
118
159
  .wholeDiv.primaryFilledBox:hover {
119
160
  --buttonBg: var(--zdt_actionButton_primaryFilled_hover_bg);
120
161
  }
162
+
121
163
  .primaryArw:hover,
122
164
  .primaryArw.arrowActive,
123
165
  .clickable.primaryBtn:hover,
@@ -125,22 +167,27 @@
125
167
  --buttonBorder: var(--zdt_actionButton_primary_hover_border);
126
168
  --buttonText: var(--zdt_actionButton_primary_hover_text);
127
169
  }
170
+
128
171
  .btn {
129
172
  height: 100% ;
130
173
  width: 100% ;
131
174
  }
175
+
132
176
  .popupWrapper {
133
177
  padding: var(--zd_size10) 0 ;
134
178
  margin: var(--zd_size5) 0 ;
135
179
  }
180
+
136
181
  .arrow,
137
182
  .iconClr {
138
183
  /* css:theme-validation:ignore */
139
184
  color: var(--buttonText);
140
185
  }
186
+
141
187
  [dir=ltr] .iconMrgn {
142
188
  margin-right: var(--zd_size6) ;
143
189
  }
190
+
144
191
  [dir=rtl] .iconMrgn {
145
192
  margin-left: var(--zd_size6) ;
146
- }
193
+ }
@@ -33,7 +33,6 @@
33
33
  .list {
34
34
  font-size: var(--zd_font_size11) ;
35
35
  flex-basis: var(--zd_size12) ;
36
- /* css:theme-validation:ignore */
37
36
  color: var(--textColor);
38
37
  text-align: center;
39
38
  cursor: pointer;
@@ -50,7 +49,6 @@
50
49
  }
51
50
  .list :hover,
52
51
  .selected {
53
- /* css:theme-validation:ignore */
54
52
  color: var(--textHoverColor);
55
53
  }
56
54
  .title {
@@ -154,7 +154,6 @@
154
154
  .imgItem {
155
155
  height: var(--zd_size60) ;
156
156
  min-width: var(--zd_size40) ;
157
- /* css:theme-validation:ignore */
158
157
  position: relative;
159
158
  transition: border var(--zd_transition3);
160
159
  border-width: 2px;
@@ -346,7 +345,6 @@
346
345
  }
347
346
 
348
347
  .btn {
349
- /* css:theme-validation:ignore */
350
348
  height: 100% ;
351
349
  width: 100% ;
352
350
  background-color: var(--dot_mirror);
@@ -4,12 +4,14 @@
4
4
  --topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
5
5
  --topIconBorderColor: var(--zdt_channelIcon_topIcon_border);
6
6
  }
7
+
7
8
  .container {
8
9
  position: relative;
9
10
  composes: dInflex from '~@zohodesk/components/lib/common/common.module.css';
10
11
  vertical-align: middle;
11
12
  composes: varClass;
12
13
  }
14
+
13
15
  .thread {
14
16
  composes: dflex alignVertical alignHorizontal rounded from '~@zohodesk/components/lib/common/common.module.css';
15
17
  position: absolute;
@@ -19,19 +21,21 @@
19
21
  /* css:theme-validation:ignore */
20
22
  background-color: var(--topIconBg);
21
23
  }
24
+
22
25
  [dir=ltr] .thread {
23
26
  right: calc( var(--zd_size1) * -1 ) ;
24
27
  }
28
+
25
29
  [dir=rtl] .thread {
26
30
  left: calc( var(--zd_size1) * -1 ) ;
27
31
  }
32
+
28
33
  .threadBorder {
29
- /* css:theme-validation:ignore */
30
34
  border: 1px solid var(--topIconBorderColor);
31
35
  }
36
+
32
37
  .iconStyle {
33
38
  position: relative;
34
- /* css:theme-validation:ignore */
35
39
  color: var(--iconColor);
36
40
  }
37
41
 
@@ -212,10 +216,11 @@
212
216
  .topic_olive {
213
217
  --topIconColor: var(--zdt_channelIcon_topIcon_iconGreen);
214
218
  }
219
+
215
220
  .topic_yellow3 {
216
221
  --topIconColor: var(--zdt_channelIcon_topIcon_iconYellow);
217
222
  }
223
+
218
224
  .topicIcon {
219
- /* css:theme-validation:ignore */
220
225
  color: var(--topIconColor);
221
- }
226
+ }
@@ -1,5 +1,3 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
1
  import React from 'react';
4
2
  import { Header_defaultProps, Footer_defaultProps, Drawer_defaultProps } from './props/defaultProps';
5
3
  import { Header_propTypes, Content_propTypes, Footer_propTypes, Drawer_propTypes } from './props/propTypes';
@@ -175,12 +173,13 @@ export default class Drawer extends React.Component {
175
173
 
176
174
  return child;
177
175
  });
178
- let content = /*#__PURE__*/React.createElement(Box, _extends({
176
+ let content = /*#__PURE__*/React.createElement(Box, {
179
177
  className: `${style.container} ${style.columns} ${style.drawerModal} ${uptoTablet ? style.mbleSize : style[size]}`,
180
178
  "data-a11y-need-focus-style": "false",
181
179
  tabindex: -1,
182
- eleRef: this.createRef
183
- }, a11y), /*#__PURE__*/React.createElement(Card, {
180
+ eleRef: this.createRef,
181
+ ...a11y
182
+ }, /*#__PURE__*/React.createElement(Card, {
184
183
  onClick: e => {
185
184
  e && e.stopPropagation && e.stopPropagation();
186
185
  onBodyClick(e);
@@ -1,5 +1,3 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
-
3
1
  /**** Libraries ****/
4
2
  import React from 'react';
5
3
  import { defaultProps } from './props/defaultProps';
@@ -31,7 +29,7 @@ export default class ExternalLink extends React.Component {
31
29
  customProps
32
30
  } = this.props;
33
31
  const urlOutput = href && typeof href !== 'boolean' ? this.addHttp(String(href)) : 'javascript:void(0);';
34
- return /*#__PURE__*/React.createElement("a", _extends({
32
+ return /*#__PURE__*/React.createElement("a", {
35
33
  href: urlOutput,
36
34
  target: target,
37
35
  className: `${style.link} ${className ? className : ''}`,
@@ -39,8 +37,9 @@ export default class ExternalLink extends React.Component {
39
37
  rel: rel,
40
38
  "data-id": dataId,
41
39
  "data-test-id": dataId,
42
- onClick: onClick
43
- }, customProps), children);
40
+ onClick: onClick,
41
+ ...customProps
42
+ }, children);
44
43
  }
45
44
 
46
45
  }