@zohodesk/dot 1.0.0-temp-181.7 → 1.0.0-temp-182

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 (416) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/README.md +13 -0
  3. package/assets/Appearance/dark/mode/Dot_DarkMode.module.css +0 -50
  4. package/assets/Appearance/light/mode/Dot_LightMode.module.css +0 -50
  5. package/assets/Appearance/pureDark/mode/Dot_PureDarkMode.module.css +0 -50
  6. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  7. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  8. package/coverage/ExternalLink/index.html +1 -1
  9. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  10. package/coverage/ExternalLink/props/index.html +1 -1
  11. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  12. package/coverage/IconButton/IconButton.js.html +1 -1
  13. package/coverage/IconButton/IconButton.module.css.html +2 -5
  14. package/coverage/IconButton/index.html +1 -1
  15. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  16. package/coverage/IconButton/props/index.html +1 -1
  17. package/coverage/IconButton/props/propTypes.js.html +1 -1
  18. package/coverage/Image/Image.js.html +1 -1
  19. package/coverage/Image/Image.module.css.html +1 -1
  20. package/coverage/Image/index.html +1 -1
  21. package/coverage/Image/props/defaultProps.js.html +1 -1
  22. package/coverage/Image/props/index.html +1 -1
  23. package/coverage/Image/props/propTypes.js.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +4 -7
  26. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  27. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  28. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  29. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  30. package/coverage/coverage-final.json +16 -16
  31. package/coverage/coverage-summary.json +16 -16
  32. package/coverage/index.html +1 -1
  33. package/es/ActionButton/ActionButton.module.css +51 -4
  34. package/es/AlphabeticList/AlphabeticList.module.css +0 -2
  35. package/es/Attachment/Attachment.module.css +4 -4
  36. package/es/AttachmentViewer/AttachmentViewer.module.css +0 -2
  37. package/es/ChannelIcon/ChannelIcon.module.css +10 -5
  38. package/es/Drawer/Drawer.js +4 -5
  39. package/es/Drawer/Drawer.module.css +3 -3
  40. package/es/ExternalLink/ExternalLink.js +4 -5
  41. package/es/FlipCard/FlipCard.js +14 -12
  42. package/es/FormAction/FormAction.module.css +18 -1
  43. package/es/FreezeLayer/FreezeLayer.js +1 -1
  44. package/es/IconButton/IconButton.js +4 -5
  45. package/es/IconButton/IconButton.module.css +0 -1
  46. package/es/ImportantNotes/ImportantNotes.module.css +1 -1
  47. package/es/Link/Link.js +8 -10
  48. package/es/Message/Message.js +4 -5
  49. package/es/Message/Message.module.css +1 -1
  50. package/es/Separator/Separator.module.css +11 -2
  51. package/es/TagWithIcon/TagWithIcon.module.css +2 -5
  52. package/es/ToastMessage/ToastMessage.js +2 -4
  53. package/es/ToastMessage/ToastMessage.module.css +3 -3
  54. package/es/actions/AutoClose.js +2 -1
  55. package/es/alert/AlertHeader/AlertHeader.module.css +4 -2
  56. package/es/alert/AlertLookup/AlertLookup.js +14 -12
  57. package/es/avatar/AvatarClose/AvatarClose.js +7 -7
  58. package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
  59. package/es/avatar/AvatarIcon/AvatarIcon.js +4 -5
  60. package/es/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
  61. package/es/avatar/AvatarStatus/AvatarStatus.js +7 -8
  62. package/es/avatar/AvatarThread/AvatarThread.js +7 -7
  63. package/es/avatar/AvatarUser/AvatarUser.js +10 -9
  64. package/es/avatar/AvatarUser/AvatarUser.module.css +46 -2
  65. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  66. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
  67. package/es/common/dot_boxShadow.module.css +2 -0
  68. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +36 -24
  69. package/es/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  70. package/es/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  71. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
  72. package/es/errorstate/EmptyStates.module.css +24 -1
  73. package/es/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  74. package/es/form/fields/CurrencyField/CurrencyField.js +14 -12
  75. package/es/form/fields/DateField/DateField.js +14 -14
  76. package/es/form/fields/MultiSelectField/MultiSelectField.js +13 -12
  77. package/es/form/fields/PhoneField/PhoneField.js +7 -7
  78. package/es/form/fields/RadioField/RadioField.js +21 -15
  79. package/es/form/fields/SelectField/SelectField.js +14 -14
  80. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +13 -10
  81. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  82. package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
  83. package/es/form/fields/TextEditor/TextEditor.module.css +48 -63
  84. package/es/form/fields/TextEditorField/TextEditorField.js +11 -10
  85. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  86. package/es/form/fields/TextareaField/TextareaField.js +16 -13
  87. package/es/form/fields/TextareaField/props/propTypes.js +1 -0
  88. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
  89. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +22 -2
  90. package/es/layout/SubtabLayout/SubtabLayout.js +4 -6
  91. package/es/layout/SubtabLayout/SubtabLayout.module.css +1 -3
  92. package/es/list/AvatarFlip/AvatarFlip.module.css +2 -2
  93. package/es/list/Comment/Comment.module.css +0 -1
  94. package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +4 -2
  95. package/es/list/Dot/Dot.module.css +0 -1
  96. package/es/list/GridStencils/GridStencils.module.css +35 -1
  97. package/es/list/ListLayout/ListLayout.js +4 -5
  98. package/es/list/ListLayout/ListLayout.module.css +0 -6
  99. package/es/list/SecondaryText/AccountName.js +12 -12
  100. package/es/list/SecondaryText/ContactName.js +8 -9
  101. package/es/list/SecondaryText/Email.js +8 -8
  102. package/es/list/SecondaryText/PhoneNumber.js +8 -8
  103. package/es/list/SecondaryText/SecondaryText.js +4 -5
  104. package/es/list/SecondaryText/TicketId.js +7 -7
  105. package/es/list/Subject/Subject.js +7 -7
  106. package/es/list/Subject/Subject.module.css +9 -2
  107. package/es/list/Thread/Thread.module.css +0 -1
  108. package/es/list/status/StatusListItem/StatusListItem.js +5 -5
  109. package/es/list/status/StatusListItem/StatusListItem.module.css +35 -6
  110. package/es/lookup/Lookup/Lookup.js +7 -7
  111. package/es/lookup/Lookup/Lookup.module.css +4 -1
  112. package/es/lookup/Lookup/props/propTypes.js +3 -2
  113. package/es/lookup/header/Close/LookupClose.module.css +3 -2
  114. package/es/lookup/header/Search/Search.js +5 -3
  115. package/es/lookup/header/TicketHeader/TicketHeader.js +88 -73
  116. package/es/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  117. package/es/lookup/header/TicketHeader/props/propTypes.js +2 -1
  118. package/es/lookup/header/Title/LookupTitle.module.css +6 -2
  119. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
  120. package/es/lookup/header/lookupHeaderCommon.module.css +9 -2
  121. package/es/setup/header/Search/Search.module.css +14 -2
  122. package/es/setup/table/Text/TableText.module.css +11 -2
  123. package/es/v1/ActionButton/ActionButton.js +1 -1
  124. package/es/v1/AttachmentViewer/AttachmentViewer.js +2 -2
  125. package/es/v1/Drawer/Drawer.js +6 -7
  126. package/es/v1/ExternalLink/ExternalLink.js +4 -5
  127. package/es/v1/FlipCard/FlipCard.js +15 -13
  128. package/es/v1/FreezeLayer/FreezeLayer.js +2 -2
  129. package/es/v1/GlobalNotification/GlobalNotification.js +6 -7
  130. package/es/v1/IconButton/IconButton.js +4 -5
  131. package/es/v1/Link/Link.js +8 -10
  132. package/es/v1/Loader/Loader.js +1 -1
  133. package/es/v1/Message/Message.js +4 -5
  134. package/es/v1/ToastMessage/ToastMessage.js +4 -6
  135. package/es/v1/actions/AutoClose.js +2 -1
  136. package/es/v1/alert/AlertLookup/AlertLookup.js +16 -16
  137. package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
  138. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
  139. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +5 -6
  140. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +7 -8
  141. package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
  142. package/es/v1/avatar/AvatarUser/AvatarUser.js +10 -9
  143. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
  144. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +39 -27
  145. package/es/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  146. package/es/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  147. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +15 -13
  148. package/es/v1/form/fields/CurrencyField/CurrencyField.js +15 -13
  149. package/es/v1/form/fields/DateField/DateField.js +15 -15
  150. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +14 -13
  151. package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
  152. package/es/v1/form/fields/RadioField/RadioField.js +21 -16
  153. package/es/v1/form/fields/SelectField/SelectField.js +15 -15
  154. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +14 -11
  155. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  156. package/es/v1/form/fields/TextBoxField/TextBoxField.js +15 -15
  157. package/es/v1/form/fields/TextEditorField/TextEditorField.js +11 -10
  158. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
  159. package/es/v1/form/fields/TextareaField/TextareaField.js +17 -14
  160. package/es/v1/form/fields/TextareaField/props/propTypes.js +1 -0
  161. package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -6
  162. package/es/v1/list/ListLayout/ListLayout.js +4 -5
  163. package/es/v1/list/SecondaryText/AccountName.js +12 -12
  164. package/es/v1/list/SecondaryText/ContactName.js +8 -9
  165. package/es/v1/list/SecondaryText/Email.js +8 -8
  166. package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
  167. package/es/v1/list/SecondaryText/SecondaryText.js +4 -5
  168. package/es/v1/list/SecondaryText/TicketId.js +7 -7
  169. package/es/v1/list/Subject/Subject.js +7 -7
  170. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  171. package/es/v1/list/status/StatusListItem/StatusListItem.js +6 -6
  172. package/es/v1/lookup/Lookup/Lookup.js +7 -7
  173. package/es/v1/lookup/Lookup/props/propTypes.js +3 -2
  174. package/es/v1/lookup/header/Search/Search.js +5 -3
  175. package/es/v1/lookup/header/TicketHeader/TicketHeader.js +30 -12
  176. package/es/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  177. package/es/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
  178. package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  179. package/es/v1/notification/DesktopNotification/DesktopNotification.js +7 -8
  180. package/es/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
  181. package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
  182. package/es/version2/GlobalNotification/GlobalNotification.js +6 -7
  183. package/es/version2/GlobalNotification/GlobalNotification.module.css +6 -10
  184. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +7 -3
  185. package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
  186. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -2
  187. package/es/version2/lookup/alertLookupCommonNew.module.css +1 -1
  188. package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -7
  189. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
  190. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +96 -95
  191. package/lib/ActionButton/ActionButton.module.css +51 -4
  192. package/lib/AlphabeticList/AlphabeticList.module.css +0 -2
  193. package/lib/Attachment/Attachment.module.css +4 -4
  194. package/lib/AttachmentViewer/AttachmentViewer.module.css +0 -2
  195. package/lib/ChannelIcon/ChannelIcon.module.css +10 -5
  196. package/lib/Drawer/Drawer.module.css +3 -3
  197. package/lib/FormAction/FormAction.module.css +18 -1
  198. package/lib/FreezeLayer/FreezeLayer.js +1 -1
  199. package/lib/IconButton/IconButton.module.css +0 -1
  200. package/lib/ImportantNotes/ImportantNotes.module.css +1 -1
  201. package/lib/Message/Message.module.css +1 -1
  202. package/lib/Separator/Separator.module.css +11 -2
  203. package/lib/TagWithIcon/TagWithIcon.module.css +2 -5
  204. package/lib/ToastMessage/ToastMessage.module.css +3 -3
  205. package/lib/alert/AlertHeader/AlertHeader.module.css +4 -2
  206. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +0 -6
  207. package/lib/avatar/AvatarUser/AvatarUser.module.css +46 -2
  208. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +2 -2
  209. package/lib/common/dot_boxShadow.module.css +2 -0
  210. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +8 -0
  211. package/lib/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  212. package/lib/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  213. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +0 -4
  214. package/lib/errorstate/EmptyStates.module.css +24 -1
  215. package/lib/form/fields/RadioField/RadioField.js +3 -0
  216. package/lib/form/fields/TextEditor/TextEditor.module.css +48 -63
  217. package/lib/form/fields/TextareaField/TextareaField.js +2 -0
  218. package/lib/form/fields/TextareaField/props/propTypes.js +1 -0
  219. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +0 -1
  220. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +22 -2
  221. package/lib/layout/SubtabLayout/SubtabLayout.module.css +1 -3
  222. package/lib/list/AvatarFlip/AvatarFlip.module.css +2 -2
  223. package/lib/list/Comment/Comment.module.css +0 -1
  224. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +4 -2
  225. package/lib/list/Dot/Dot.module.css +0 -1
  226. package/lib/list/GridStencils/GridStencils.module.css +35 -1
  227. package/lib/list/ListLayout/ListLayout.module.css +0 -6
  228. package/lib/list/Subject/Subject.module.css +9 -2
  229. package/lib/list/Thread/Thread.module.css +0 -1
  230. package/lib/list/status/StatusListItem/StatusListItem.module.css +35 -6
  231. package/lib/lookup/Lookup/Lookup.js +3 -2
  232. package/lib/lookup/Lookup/Lookup.module.css +4 -1
  233. package/lib/lookup/Lookup/props/propTypes.js +3 -2
  234. package/lib/lookup/header/Close/LookupClose.module.css +3 -2
  235. package/lib/lookup/header/TicketHeader/TicketHeader.js +93 -106
  236. package/lib/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  237. package/lib/lookup/header/TicketHeader/props/propTypes.js +2 -1
  238. package/lib/lookup/header/Title/LookupTitle.module.css +6 -2
  239. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +13 -2
  240. package/lib/lookup/header/lookupHeaderCommon.module.css +9 -2
  241. package/lib/setup/header/Search/Search.module.css +14 -2
  242. package/lib/setup/table/Text/TableText.module.css +11 -2
  243. package/lib/v1/ActionButton/ActionButton.js +1 -1
  244. package/lib/v1/AttachmentViewer/AttachmentViewer.js +2 -2
  245. package/lib/v1/Drawer/Drawer.js +2 -2
  246. package/lib/v1/FlipCard/FlipCard.js +1 -1
  247. package/lib/v1/FreezeLayer/FreezeLayer.js +2 -2
  248. package/lib/v1/Loader/Loader.js +1 -1
  249. package/lib/v1/ToastMessage/ToastMessage.js +2 -2
  250. package/lib/v1/alert/AlertLookup/AlertLookup.js +1 -1
  251. package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +1 -1
  252. package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +11 -3
  253. package/lib/v1/dropdown/ToggleDropDown/props/defaultProps.js +2 -0
  254. package/lib/v1/dropdown/ToggleDropDown/props/propTypes.js +4 -0
  255. package/lib/v1/form/fields/CurrencyField/CurrencyField.js +1 -1
  256. package/lib/v1/form/fields/DateField/DateField.js +1 -1
  257. package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +1 -1
  258. package/lib/v1/form/fields/RadioField/RadioField.js +3 -0
  259. package/lib/v1/form/fields/SelectField/SelectField.js +1 -1
  260. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +1 -1
  261. package/lib/v1/form/fields/TextBoxField/TextBoxField.js +1 -1
  262. package/lib/v1/form/fields/TextareaField/TextareaField.js +3 -1
  263. package/lib/v1/form/fields/TextareaField/props/propTypes.js +1 -0
  264. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +2 -2
  265. package/lib/v1/list/status/StatusListItem/StatusListItem.js +1 -1
  266. package/lib/v1/lookup/Lookup/Lookup.js +3 -2
  267. package/lib/v1/lookup/Lookup/props/propTypes.js +3 -2
  268. package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +37 -12
  269. package/lib/v1/lookup/header/TicketHeader/props/defaultProps.js +7 -1
  270. package/lib/v1/lookup/header/TicketHeader/props/propTypes.js +2 -1
  271. package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +1 -1
  272. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +1 -1
  273. package/lib/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
  274. package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
  275. package/lib/version2/GlobalNotification/GlobalNotification.module.css +6 -10
  276. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +7 -3
  277. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +8 -2
  278. package/lib/version2/lookup/alertLookupCommonNew.module.css +1 -1
  279. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +4 -3
  280. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +96 -95
  281. package/package.json +12 -13
  282. package/result.json +1 -1
  283. package/es/v1/DotWrapper/DotWrapper.js +0 -39
  284. package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -1
  285. package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -1
  286. package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -1
  287. package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -1
  288. package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -1
  289. package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -1
  290. package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -1
  291. package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -1
  292. package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -1
  293. package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -24
  294. package/es/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -1
  295. package/es/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -1
  296. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
  297. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
  298. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
  299. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
  300. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
  301. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
  302. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
  303. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
  304. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
  305. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
  306. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
  307. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
  308. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
  309. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
  310. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
  311. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
  312. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
  313. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
  314. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
  315. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
  316. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
  317. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
  318. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
  319. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
  320. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
  321. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
  322. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
  323. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
  324. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
  325. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
  326. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
  327. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
  328. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
  329. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
  330. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
  331. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
  332. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
  333. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
  334. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
  335. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
  336. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
  337. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
  338. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
  339. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
  340. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
  341. package/es/v1/DotWrapper/props/defaultProps.js +0 -6
  342. package/es/v1/DotWrapper/props/propTypes.js +0 -9
  343. package/es/v1/DotWrapper/utils/appearanceProperties.js +0 -46
  344. package/es/v1/DotWrapper/utils/errorMessage.js +0 -7
  345. package/es/v1/DotWrapper/utils/importFiles.js +0 -28
  346. package/es/v1/DotWrapper/utils/sizeProperties.js +0 -12
  347. package/es/v1/DotWrapper/utils/themeProperties.js +0 -220
  348. package/es/v1/Provider/Config.js +0 -20
  349. package/lib/v1/DotWrapper/DotWrapper.js +0 -64
  350. package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +0 -3
  351. package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +0 -3
  352. package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +0 -3
  353. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +0 -3
  354. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +0 -3
  355. package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +0 -3
  356. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +0 -3
  357. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +0 -3
  358. package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +0 -3
  359. package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -43
  360. package/lib/v1/DotWrapper/libraryChunks/size/fontSize.js +0 -3
  361. package/lib/v1/DotWrapper/libraryChunks/size/zoomSize.js +0 -3
  362. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
  363. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
  364. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
  365. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
  366. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
  367. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
  368. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
  369. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
  370. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
  371. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
  372. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
  373. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
  374. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
  375. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
  376. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
  377. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
  378. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
  379. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
  380. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
  381. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
  382. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
  383. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
  384. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
  385. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
  386. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
  387. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
  388. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
  389. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
  390. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
  391. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
  392. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
  393. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
  394. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
  395. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
  396. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
  397. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
  398. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
  399. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
  400. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
  401. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
  402. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
  403. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
  404. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
  405. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
  406. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
  407. package/lib/v1/DotWrapper/props/defaultProps.js +0 -13
  408. package/lib/v1/DotWrapper/props/propTypes.js +0 -20
  409. package/lib/v1/DotWrapper/utils/appearanceProperties.js +0 -79
  410. package/lib/v1/DotWrapper/utils/errorMessage.js +0 -14
  411. package/lib/v1/DotWrapper/utils/importFiles.js +0 -35
  412. package/lib/v1/DotWrapper/utils/sizeProperties.js +0 -31
  413. package/lib/v1/DotWrapper/utils/themeProperties.js +0 -325
  414. package/lib/v1/Provider/Config.js +0 -29
  415. /package/es/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
  416. /package/lib/{FreezeLayer → Hooks}/useFreezeLayer.js +0 -0
@@ -7,12 +7,15 @@
7
7
  }[dir=rtl] .container {
8
8
  margin-left: var(--zd_size15) ;
9
9
  }
10
+
10
11
  .active {
11
12
  width: var(--zd_size180) ;
12
13
  }
14
+
13
15
  .active .input, .input:hover {
14
16
  border-bottom-color: var(--zdt_search_input_border);
15
17
  }
18
+
16
19
  /* css:lineheight-validation:ignore */
17
20
  .icon {
18
21
  position: absolute;
@@ -28,9 +31,11 @@
28
31
  [dir=rtl] .icon {
29
32
  left: 0 ;
30
33
  }
34
+
31
35
  .icon:hover {
32
36
  color: var(--zdt_search_hover_icon);
33
37
  }
38
+
34
39
  .input {
35
40
  height: var(--zd_size26) ;
36
41
  font-size: var(--zd_font_size13) ;
@@ -44,26 +49,33 @@
44
49
  appearance: none;
45
50
  border: 0;
46
51
  border-bottom: 1px solid transparent;
47
- background: var(--zdt_search_input_bg);
52
+ background: var(--zdt_base_bg);
48
53
  }
54
+
49
55
  [dir=ltr] .input {
50
56
  padding-right: var(--zd_size20) ;
51
57
  }
58
+
52
59
  [dir=rtl] .input {
53
60
  padding-left: var(--zd_size20) ;
54
61
  }
62
+
55
63
  .input::placeholder {
56
64
  color: var(--zdt_search_placeholder_text);
57
65
  }
66
+
58
67
  .input::-webkit-placeholder {
59
68
  color: var(--zdt_search_placeholder_text);
60
69
  }
70
+
61
71
  .input::-moz-placeholder {
62
72
  color: var(--zdt_search_placeholder_text);
63
73
  }
74
+
64
75
  .input::-ms-placeholder {
65
76
  color: var(--zdt_search_placeholder_text);
66
77
  }
78
+
67
79
  .input:focus, .active .input:focus {
68
80
  border-bottom-color: var(--zdt_search_input_focus_border);
69
- }
81
+ }
@@ -1,37 +1,46 @@
1
1
  .bold {
2
2
  composes: bold from '~@zohodesk/components/lib/common/common.module.css';
3
3
  }
4
+
4
5
  .semiBold {
5
6
  composes: semibold from '~@zohodesk/components/lib/common/common.module.css';
6
7
  }
8
+
7
9
  .primaryColor {
8
10
  color: var(--zdt_tabletext_primary_text);
9
11
  }
12
+
10
13
  .defaultColor {
11
- color: var(--zdt_tabletext_default_text);
14
+ color: var(--zdt_base_color);
12
15
  }
16
+
13
17
  .greenColor {
14
18
  color: var(--zdt_tabletext_green_text);
15
19
  }
20
+
16
21
  .dangerColor {
17
22
  color: var(--zdt_tabletext_danger_text);
18
23
  }
24
+
19
25
  .small {
20
26
  font-size: var(--zd_font_size13) ;
21
27
  max-width: 100% ;
22
28
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
23
29
  }
30
+
24
31
  .medium {
25
32
  font-size: var(--zd_font_size14) ;
26
33
  max-width: 100% ;
27
34
  composes: dotted from '~@zohodesk/components/lib/common/common.module.css';
28
35
  }
36
+
29
37
  .heading {
30
38
  text-transform: uppercase;
31
39
  color: var(--zdt_tabletext_heading_text);
32
40
  vertical-align: middle;
33
41
  composes: small;
34
42
  }
43
+
35
44
  .isClickable {
36
45
  cursor: pointer;
37
- }
46
+ }
@@ -6,7 +6,7 @@ import { Icon } from '@zohodesk/icons';
6
6
  import Button from '@zohodesk/components/es/v1/Button/Button';
7
7
  import { Container, Box } from '@zohodesk/components/es/v1/Layout';
8
8
  import ResponsiveDropBox from '@zohodesk/components/es/v1/ResponsiveDropBox/ResponsiveDropBox';
9
- import CssProvider from '@zohodesk/components/es/v1/Provider/CssProvider';
9
+ import CssProvider from '@zohodesk/components/es/Provider/CssProvider';
10
10
  import btnStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css';
11
11
  import style from '../../ActionButton/ActionButton.module.css';
12
12
 
@@ -4,8 +4,8 @@ import { AttachmentViewer_propTypes } from './props/propTypes';
4
4
  import { Container, Box } from '@zohodesk/components/es/v1/Layout';
5
5
  import { Icon } from '@zohodesk/icons';
6
6
  import Avatar from '@zohodesk/components/es/v1/Avatar/Avatar';
7
- import { ResponsiveReceiver } from '@zohodesk/components/es/v1/Responsive/CustomResponsive';
8
- import { getUniqueId } from '@zohodesk/components/es/v1/Provider/IdProvider';
7
+ import { ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
8
+ import { getUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
9
9
  import AttachmentImage from './AttachmentImage';
10
10
  import Link from '../Link/Link';
11
11
  import IconButton from '../IconButton/IconButton';
@@ -1,14 +1,12 @@
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, { useRef } 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';
6
4
  import { Container, Box } from '@zohodesk/components/es/v1/Layout';
7
5
  import { Card, CardHeader, CardContent } from '@zohodesk/components/es/v1/Card';
8
6
  import VelocityAnimationGroup from '@zohodesk/components/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup';
9
- import { ResponsiveSender, ResponsiveReceiver } from '@zohodesk/components/es/v1/Responsive/CustomResponsive';
7
+ import { ResponsiveSender, ResponsiveReceiver } from '@zohodesk/components/es/Responsive/CustomResponsive';
10
8
  import { Icon } from '@zohodesk/icons';
11
- import { useZIndex } from '@zohodesk/components/es/v1/Provider/ZindexProvider';
9
+ import { useZIndex } from '@zohodesk/components/es/Provider/ZindexProvider';
12
10
  import FocusScope from '@zohodesk/a11y/es/FocusScope/FocusScope';
13
11
  import Heading from '@zohodesk/components/es/v1/Heading/Heading';
14
12
  import FreezeLayer from '../FreezeLayer/FreezeLayer';
@@ -161,12 +159,13 @@ export default function Drawer(props) {
161
159
 
162
160
  return child;
163
161
  });
164
- let content = /*#__PURE__*/React.createElement(Box, _extends({
162
+ let content = /*#__PURE__*/React.createElement(Box, {
165
163
  className: `${style.container} ${style.columns} ${style.drawerModal} ${uptoTablet ? style.mbleSize : style[size]}`,
166
164
  "data-a11y-need-focus-style": "false",
167
165
  tabindex: -1,
168
- eleRef: contentRef
169
- }, a11y), /*#__PURE__*/React.createElement(Card, {
166
+ eleRef: contentRef,
167
+ ...a11y
168
+ }, /*#__PURE__*/React.createElement(Card, {
170
169
  onClick: e => {
171
170
  e && e.stopPropagation && e.stopPropagation();
172
171
  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';
@@ -32,7 +30,7 @@ const ExternalLink = props => {
32
30
  };
33
31
 
34
32
  let urlOutput = href && typeof href !== 'boolean' ? addHttp(String(href)) : 'javascript:void(0);';
35
- return /*#__PURE__*/React.createElement("a", _extends({
33
+ return /*#__PURE__*/React.createElement("a", {
36
34
  href: urlOutput,
37
35
  target: target,
38
36
  className: `${style.link} ${className ? className : ''}`,
@@ -40,8 +38,9 @@ const ExternalLink = props => {
40
38
  rel: rel,
41
39
  "data-id": dataId,
42
40
  "data-test-id": dataId,
43
- onClick: onClick
44
- }, customProps), children);
41
+ onClick: onClick,
42
+ ...customProps
43
+ }, children);
45
44
  };
46
45
 
47
46
  ExternalLink.defaultProps = defaultProps;
@@ -1,11 +1,9 @@
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 { defaultProps } from './props/defaultProps';
5
3
  import { propTypes } from './props/propTypes';
6
4
  import CheckBox from '@zohodesk/components/es/v1/CheckBox/CheckBox';
7
5
  import { Container } from '@zohodesk/components/es/v1/Layout';
8
- import AvatarSize from '@zohodesk/components/es/v1/Provider/AvatarSize';
6
+ import AvatarSize from '@zohodesk/components/es/Provider/AvatarSize';
9
7
  import ChannelIcon from '../ChannelIcon/ChannelIcon';
10
8
  import AvatarIcon from '../avatar/AvatarIcon/AvatarIcon';
11
9
  import AvatarUser from '../avatar/AvatarUser/AvatarUser';
@@ -76,16 +74,17 @@ export default function FlipCard(props) {
76
74
  }, !noNeedFlip ? /*#__PURE__*/React.createElement(Container, {
77
75
  align: "both",
78
76
  className: `${style.front} ${frontClass ? frontClass : ''}`
79
- }, /*#__PURE__*/React.createElement(CheckBox, _extends({
77
+ }, /*#__PURE__*/React.createElement(CheckBox, {
80
78
  isFilled: isFilledCheckbox,
81
79
  checked: isChecked,
82
80
  onChange: onChange,
83
81
  id: `checkbox_${id}`,
84
- dataId: `listViewCheckBox_${id}`
85
- }, CheckBoxProps))) : null, /*#__PURE__*/React.createElement(Container, {
82
+ dataId: `listViewCheckBox_${id}`,
83
+ ...CheckBoxProps
84
+ })) : null, /*#__PURE__*/React.createElement(Container, {
86
85
  align: "both",
87
86
  className: style.back
88
- }, channel && action ? /*#__PURE__*/React.createElement(ChannelIcon, _extends({
87
+ }, channel && action ? /*#__PURE__*/React.createElement(ChannelIcon, {
89
88
  name: channel,
90
89
  action: action,
91
90
  size: size,
@@ -98,8 +97,9 @@ export default function FlipCard(props) {
98
97
  customTextClass: customTextClass,
99
98
  iconColor: iconColor,
100
99
  title: channelTitle,
101
- iconTitle: channelTitle
102
- }, ChannelIconProps)) : icon ? /*#__PURE__*/React.createElement(AvatarIcon, _extends({
100
+ iconTitle: channelTitle,
101
+ ...ChannelIconProps
102
+ }) : icon ? /*#__PURE__*/React.createElement(AvatarIcon, {
103
103
  name: icon,
104
104
  iconSize: iconSize,
105
105
  size: size,
@@ -107,8 +107,9 @@ export default function FlipCard(props) {
107
107
  dataId: icon,
108
108
  className: className,
109
109
  iconColor: iconColor,
110
- title: needTitle ? name : ''
111
- }, AvatarIconProps)) : /*#__PURE__*/React.createElement(AvatarUser, _extends({
110
+ title: needTitle ? name : '',
111
+ ...AvatarIconProps
112
+ }) : /*#__PURE__*/React.createElement(AvatarUser, {
112
113
  name: name,
113
114
  initial: initial,
114
115
  size: size,
@@ -119,8 +120,9 @@ export default function FlipCard(props) {
119
120
  needTitle: needTitle,
120
121
  palette: palette,
121
122
  textPalette: textPalette,
122
- customTextClass: customTextClass
123
- }, AvatarUserProps)))));
123
+ customTextClass: customTextClass,
124
+ ...AvatarUserProps
125
+ }))));
124
126
  }
125
127
  FlipCard.propTypes = propTypes;
126
128
  FlipCard.defaultProps = defaultProps; // if (__DOCS__) {
@@ -4,9 +4,9 @@ import { propTypes } from './props/propTypes';
4
4
  import { Container } from '@zohodesk/components/es/v1/Layout';
5
5
  import { mergeStyle } from '@zohodesk/utils';
6
6
  import VelocityAnimationGroup from '@zohodesk/components/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup';
7
- import { useZIndex } from '@zohodesk/components/es/v1/Provider/ZindexProvider';
7
+ import { useZIndex } from '@zohodesk/components/es/Provider/ZindexProvider';
8
8
  import cssJSLogic from '../../FreezeLayer/css/cssJSLogic';
9
- import useFreezeLayer from '../../FreezeLayer/useFreezeLayer';
9
+ import useFreezeLayer from '../../Hooks/useFreezeLayer';
10
10
  import style from '../../FreezeLayer/css/FreezeLayer.module.css';
11
11
  export default function FreezeLayer(props) {
12
12
  let {
@@ -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, { useEffect } from 'react';
4
2
  import { defaultProps } from './props/defaultProps';
5
3
  import { propTypes, UI_propTypes, new_propTypes } from './props/propTypes';
@@ -96,7 +94,7 @@ export function GlobalNotificationUI(props) {
96
94
  onClose && onClose(e);
97
95
  }
98
96
 
99
- return /*#__PURE__*/React.createElement("div", _extends({
97
+ return /*#__PURE__*/React.createElement("div", {
100
98
  ref: eleRef,
101
99
  className: ` ${style.message}
102
100
  ${needShadow && shadowCount >= 2 ? shadowCount > 2 ? `${style.stackShadowTwo} ${style.stackShadowOne}` : style.stackShadowOne : ''}
@@ -105,8 +103,9 @@ export function GlobalNotificationUI(props) {
105
103
  "data-id": `show_${type}_message`,
106
104
  "data-test-id": `show_${type}_message`,
107
105
  tabIndex: 0,
108
- "data-selector-id": dataSelectorId
109
- }, ExtraProps), /*#__PURE__*/React.createElement(Container, {
106
+ "data-selector-id": dataSelectorId,
107
+ ...ExtraProps
108
+ }, /*#__PURE__*/React.createElement(Container, {
110
109
  className: `${style.container}`,
111
110
  alignBox: "row",
112
111
  isCover: false,
@@ -138,8 +137,8 @@ export function GlobalNotificationUI(props) {
138
137
  }
139
138
  GlobalNotificationUI.propTypes = UI_propTypes;
140
139
  export function GlobalNotificationNew(props) {
141
- return /*#__PURE__*/React.createElement(AutoClose, _extends({}, props, {
140
+ return /*#__PURE__*/React.createElement(AutoClose, { ...props,
142
141
  Element: GlobalNotificationUI
143
- }));
142
+ });
144
143
  }
145
144
  GlobalNotificationNew.propTypes = new_propTypes;
@@ -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, { useState } from 'react';
4
2
  import { defaultProps } from './props/defaultProps';
5
3
  import { propTypes } from './props/propTypes';
@@ -73,7 +71,7 @@ export default function IconButton(props) {
73
71
  hoverType: hoverType,
74
72
  isDisabled: isDisabled,
75
73
  isNeedEffect: isNeedEffect
76
- }, /*#__PURE__*/React.createElement(Container, _extends({
74
+ }, /*#__PURE__*/React.createElement(Container, {
77
75
  "aria-label": ariaLabel,
78
76
  "aria-haspopup": ariaHaspopup,
79
77
  "aria-expanded": ariaExpanded,
@@ -97,8 +95,9 @@ export default function IconButton(props) {
97
95
  onKeyDown: handleToggle,
98
96
  onFocus: triggerMouseOver,
99
97
  onBlur: onBlur,
100
- disabled: isDisabled
101
- }, customProps), iconName ? /*#__PURE__*/React.createElement(Icon, {
98
+ disabled: isDisabled,
99
+ ...customProps
100
+ }, iconName ? /*#__PURE__*/React.createElement(Icon, {
102
101
  isBold: isBold,
103
102
  size: iconSize,
104
103
  name: iconName,
@@ -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, { useContext, useRef } from 'react';
4
2
  import { defaultProps } from './props/defaultProps';
5
3
  import { propTypes } from './props/propTypes';
@@ -72,20 +70,20 @@ export default function Link(props) {
72
70
  } //urlOutput = addHttp(urlOutput);
73
71
 
74
72
 
75
- return /*#__PURE__*/React.createElement("a", _extends({
73
+ return /*#__PURE__*/React.createElement("a", {
76
74
  href: isLink && urlOutput ? urlOutput : 'javascript:void(0);',
77
75
  target: target,
78
76
  "data-title": title,
79
- className: `${style.container} ${className ? className : ''}`
80
- }, option.current, {
77
+ className: `${style.container} ${className ? className : ''}`,
78
+ ...option.current,
81
79
  rel: rel,
82
80
  "data-id": dataId,
83
- "data-test-id": dataId
84
- }, others, {
85
- onClick: callBack
86
- }, customProps, {
81
+ "data-test-id": dataId,
82
+ ...others,
83
+ onClick: callBack,
84
+ ...customProps,
87
85
  "aria-label": ariaLabel
88
- }), children);
86
+ }, children);
89
87
  }
90
88
  Link.defaultProps = defaultProps;
91
89
  Link.propTypes = propTypes; // if (__DOCS__) {
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { useZIndex } from '@zohodesk/components/es/v1/Provider/ZindexProvider';
2
+ import { useZIndex } from '@zohodesk/components/es/Provider/ZindexProvider';
3
3
  import style from '../../Loader/Loader.module.css';
4
4
  export default function Loader() {
5
5
  let getNextId = useZIndex();
@@ -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, { useState, useEffect } from 'react';
4
2
  import { defaultProps } from './props/defaultProps';
5
3
  import { propTypes, MessageUI_propTypes, MessageNew_propTypes } from './props/propTypes';
@@ -24,7 +22,8 @@ export default function Message(props) {
24
22
  }, 3000);
25
23
  }
26
24
  }, [showMessage]);
27
- return /*#__PURE__*/React.createElement(MessageUI, props);
25
+ return /*#__PURE__*/React.createElement(MessageUI, { ...props
26
+ });
28
27
  }
29
28
  Message.propTypes = propTypes;
30
29
  Message.defaultProps = defaultProps;
@@ -85,8 +84,8 @@ export function MessageUI(props) {
85
84
  }
86
85
  MessageUI.propTypes = MessageUI_propTypes;
87
86
  export function MessageNew(props) {
88
- return /*#__PURE__*/React.createElement(AutoClose, _extends({}, props, {
87
+ return /*#__PURE__*/React.createElement(AutoClose, { ...props,
89
88
  Element: MessageUI
90
- }));
89
+ });
91
90
  }
92
91
  MessageNew.propTypes = MessageNew_propTypes;
@@ -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, { useState } from 'react';
4
2
  import { defaultProps } from './props/defaultProps';
5
3
  import { propTypes } from './props/propTypes'; //components
@@ -7,8 +5,8 @@ import { propTypes } from './props/propTypes'; //components
7
5
  import { cancelBubblingEffect } from '@zohodesk/components/es/utils/Common';
8
6
  import { Icon } from '@zohodesk/icons';
9
7
  import { Container, Box } from '@zohodesk/components/es/v1/Layout';
10
- import { useZIndex } from '@zohodesk/components/es/v1/Provider/ZindexProvider';
11
- import { useUniqueId } from '@zohodesk/components/es/v1/Provider/IdProvider';
8
+ import { useZIndex } from '@zohodesk/components/es/Provider/ZindexProvider';
9
+ import { useUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
12
10
  import AutoClose from '../actions/AutoClose';
13
11
  import a11yStyle from '@zohodesk/components/es/semantic/Button/semanticButton.module.css'; //style
14
12
 
@@ -191,9 +189,9 @@ function ToastMessageUI(props) {
191
189
  }
192
190
 
193
191
  export default function ToastMessage(props) {
194
- return /*#__PURE__*/React.createElement(AutoClose, _extends({}, props, {
192
+ return /*#__PURE__*/React.createElement(AutoClose, { ...props,
195
193
  Element: ToastMessageUI
196
- }));
194
+ });
197
195
  }
198
196
  ToastMessage.propTypes = propTypes;
199
197
  ToastMessage.defaultProps = defaultProps; // if (__DOCS__) {
@@ -37,7 +37,8 @@ export default function AutoClose(props) {
37
37
  isClose,
38
38
  onClose
39
39
  });
40
- return /*#__PURE__*/React.createElement(Element, newProps);
40
+ return /*#__PURE__*/React.createElement(Element, { ...newProps
41
+ });
41
42
  }
42
43
  AutoClose.propTypes = propTypes;
43
44
  AutoClose.defaultProps = defaultProps;
@@ -1,12 +1,10 @@
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';
6
4
  import { propTypes } from './props/propTypes';
7
5
  /**** Components ****/
8
6
 
9
- import { useUniqueId } from '@zohodesk/components/es/v1/Provider/IdProvider';
7
+ import { useUniqueId } from '@zohodesk/components/es/Provider/IdProvider';
10
8
  import Button from '@zohodesk/components/es/v1/Button/Button';
11
9
  import { Container, Box } from '@zohodesk/components/es/v1/Layout';
12
10
  import Lookup from '../../lookup/Lookup/Lookup';
@@ -90,7 +88,7 @@ export default function AlertLookup(props) {
90
88
  ariaLabelledby: a11y && a11y.ariaLabelledby ? a11y.ariaLabelledby : ariaTitleId,
91
89
  ariaDescribedby: a11y && a11y.ariaDescribedby ? a11y.ariaDescribedby : ariaMessageId + ' ' + ariaConfirmMsgId
92
90
  };
93
- return /*#__PURE__*/React.createElement(Lookup, _extends({
91
+ return /*#__PURE__*/React.createElement(Lookup, {
94
92
  onClose: onEsc == 'close' ? onClose : onCancelClick,
95
93
  needFocusScope: true,
96
94
  isActive: isActive,
@@ -100,8 +98,9 @@ export default function AlertLookup(props) {
100
98
  onClick: onLookupClick,
101
99
  customClass: containerClass,
102
100
  a11y: a11y,
103
- childAnimationName: childAnimationName
104
- }, LookupProps), /*#__PURE__*/React.createElement(Container, {
101
+ childAnimationName: childAnimationName,
102
+ ...LookupProps
103
+ }, /*#__PURE__*/React.createElement(Container, {
105
104
  alignBox: "row",
106
105
  align: align,
107
106
  wrap: "wrap"
@@ -110,15 +109,16 @@ export default function AlertLookup(props) {
110
109
  className: style.section
111
110
  }, /*#__PURE__*/React.createElement(Container, {
112
111
  alignBox: "column"
113
- }, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(AlertHeader, _extends({
112
+ }, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(AlertHeader, {
114
113
  htmlId: ariaTitleId,
115
114
  title: title,
116
115
  type: type,
117
116
  needIcon: needIcon,
118
117
  onClose: onClose,
119
118
  breakChildren: wrapHeader,
120
- renderAlertIcon: renderAlertIcon
121
- }, AlertHeaderProps), headerChildren ? headerChildren() : null)), /*#__PURE__*/React.createElement(Box, {
119
+ renderAlertIcon: renderAlertIcon,
120
+ ...AlertHeaderProps
121
+ }, headerChildren ? headerChildren() : null)), /*#__PURE__*/React.createElement(Box, {
122
122
  flexible: true
123
123
  }, /*#__PURE__*/React.createElement("div", {
124
124
  className: `${style.innerSection} ${style[`${scroll}Scroll`] ? style[`${scroll}Scroll`] : ''} ${sectionClass}`
@@ -137,30 +137,30 @@ export default function AlertLookup(props) {
137
137
  }, /*#__PURE__*/React.createElement(FormAction, {
138
138
  size: "small",
139
139
  paddingLeftSize: "xmedium"
140
- }, /*#__PURE__*/React.createElement(Button, _extends({
140
+ }, /*#__PURE__*/React.createElement(Button, {
141
141
  text: submitText,
142
142
  dataId: dataId === 'alertPopup' ? 'alertConfirmButton' : `${dataId}_confirmButton`,
143
143
  onClick: onSubmitClick,
144
144
  palette: buttonPalette,
145
145
  customProps: {
146
146
  'data-a11y-autofocus': isDefaultFocus
147
- }
148
- }, PrimaryButtonProps, {
147
+ },
148
+ ...PrimaryButtonProps,
149
149
  a11y: {
150
150
  'aria-labelledby': ariaTitleId + ' ' + ariaMessageId + ' ' + ariaLeaveButtonId
151
151
  },
152
152
  id: ariaLeaveButtonId
153
- })), cancelText && /*#__PURE__*/React.createElement(Button, _extends({
153
+ }), cancelText && /*#__PURE__*/React.createElement(Button, {
154
154
  dataId: dataId === 'alertPopup' ? 'alertCancelButton' : `${dataId}_cancelButton`,
155
155
  text: cancelText,
156
156
  onClick: onCancelClick,
157
- palette: "secondary"
158
- }, SecondaryButtonProps, {
157
+ palette: "secondary",
158
+ ...SecondaryButtonProps,
159
159
  a11y: {
160
160
  'aria-labelledby': ariaTitleId + ' ' + ariaMessageId + ' ' + ariaStayButtonId
161
161
  },
162
162
  id: ariaStayButtonId
163
- }))))) : null))));
163
+ })))) : null))));
164
164
  }
165
165
  AlertLookup.propTypes = propTypes;
166
166
  AlertLookup.defaultProps = defaultProps;
@@ -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 { defaultProps } from './props/defaultProps';
5
3
  import { propTypes } from './props/propTypes';
@@ -21,15 +19,17 @@ export default function AvatarClose(props) {
21
19
  AvatarCloseProps = {},
22
20
  AvatarProps = {}
23
21
  } = customProps;
24
- return /*#__PURE__*/React.createElement("div", _extends({
22
+ return /*#__PURE__*/React.createElement("div", {
25
23
  className: style.container,
26
- "data-selector-id": dataSelectorId
27
- }, AvatarCloseProps), /*#__PURE__*/React.createElement(Avatar, _extends({
24
+ "data-selector-id": dataSelectorId,
25
+ ...AvatarCloseProps
26
+ }, /*#__PURE__*/React.createElement(Avatar, {
28
27
  src: src,
29
28
  name: name,
30
29
  title: title,
31
- size: size
32
- }, AvatarProps)), isClose && /*#__PURE__*/React.createElement("span", {
30
+ size: size,
31
+ ...AvatarProps
32
+ }), isClose && /*#__PURE__*/React.createElement("span", {
33
33
  className: style.pop,
34
34
  onClick: onClick
35
35
  }, /*#__PURE__*/React.createElement("span", {
@@ -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 { defaultProps } from './props/defaultProps';
5
3
  import { propTypes } from './props/propTypes';
@@ -24,21 +22,23 @@ export default function AvatarCollision(props) {
24
22
  AvatarCollisionProps = {},
25
23
  AvatarProps = {}
26
24
  } = customProps;
27
- return /*#__PURE__*/React.createElement("div", _extends({
25
+ return /*#__PURE__*/React.createElement("div", {
28
26
  className: `${style.container} ${isLeft ? style.off : isIdle ? style.idle : style.on}`,
29
27
  onClick: onClick,
30
28
  "data-id": "collsionPop",
31
29
  "data-test-id": "collsionPop",
32
30
  "data-title": title,
33
- "data-selector-id": dataSelectorId
34
- }, AvatarCollisionProps), /*#__PURE__*/React.createElement(Avatar, _extends({
31
+ "data-selector-id": dataSelectorId,
32
+ ...AvatarCollisionProps
33
+ }, /*#__PURE__*/React.createElement(Avatar, {
35
34
  src: src,
36
35
  name: name,
37
36
  size: size,
38
37
  palette: "default",
39
38
  needTitle: false,
40
- initial: initial
41
- }, AvatarProps)), needCreateChat && !isLeft && /*#__PURE__*/React.createElement("span", {
39
+ initial: initial,
40
+ ...AvatarProps
41
+ }), needCreateChat && !isLeft && /*#__PURE__*/React.createElement("span", {
42
42
  className: style.pop,
43
43
  "data-title": title
44
44
  }, /*#__PURE__*/React.createElement("span", {
@@ -1,11 +1,9 @@
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 { defaultProps } from './props/defaultProps';
5
3
  import { propTypes } from './props/propTypes';
6
4
  import { Icon } from '@zohodesk/icons';
7
5
  import { Container } from '@zohodesk/components/es/v1/Layout';
8
- import AvatarSize from '@zohodesk/components/es/v1/Provider/AvatarSize';
6
+ import AvatarSize from '@zohodesk/components/es/Provider/AvatarSize';
9
7
  import style from '../../../avatar/AvatarIcon/AvatarIcon.module.css';
10
8
  export default function AvatarIcon(props) {
11
9
  let {
@@ -29,7 +27,7 @@ export default function AvatarIcon(props) {
29
27
  AvatarIconProps = {}
30
28
  } = customProps;
31
29
  let border = borderOnHover || onClick;
32
- return /*#__PURE__*/React.createElement(Container, _extends({
30
+ return /*#__PURE__*/React.createElement(Container, {
33
31
  className: `${style.container} ${borderOnActive ? style.borderOnActive : border ? style.borderOnHover : ''} ${AvatarSize(size)} ${style[palette]} ${className}`,
34
32
  onClick: onClick,
35
33
  dataId: dataId,
@@ -37,8 +35,9 @@ export default function AvatarIcon(props) {
37
35
  isInline: true,
38
36
  align: "both",
39
37
  isCover: false,
40
- dataSelectorId: dataSelectorId
41
- }, AvatarIconProps), /*#__PURE__*/React.createElement(Icon, {
38
+ dataSelectorId: dataSelectorId,
39
+ ...AvatarIconProps
40
+ }, /*#__PURE__*/React.createElement(Icon, {
42
41
  name: name,
43
42
  size: iconSize,
44
43
  iconClass: ` ${iconClass} ${style.iconColor} ${iconColor ? ` ${style[`icon_${iconColor}`]}` : ''} `,