@zohodesk/dot 1.0.0-temp-181.9 → 1.0.0-temp-183.1

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 (276) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/coverage/ExternalLink/ExternalLink.js.html +1 -1
  3. package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
  4. package/coverage/ExternalLink/index.html +1 -1
  5. package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
  6. package/coverage/ExternalLink/props/index.html +1 -1
  7. package/coverage/ExternalLink/props/propTypes.js.html +1 -1
  8. package/coverage/IconButton/IconButton.js.html +1 -1
  9. package/coverage/IconButton/IconButton.module.css.html +1 -1
  10. package/coverage/IconButton/index.html +1 -1
  11. package/coverage/IconButton/props/defaultProps.js.html +1 -1
  12. package/coverage/IconButton/props/index.html +1 -1
  13. package/coverage/IconButton/props/propTypes.js.html +1 -1
  14. package/coverage/Image/Image.js.html +1 -1
  15. package/coverage/Image/Image.module.css.html +1 -1
  16. package/coverage/Image/index.html +1 -1
  17. package/coverage/Image/props/defaultProps.js.html +1 -1
  18. package/coverage/Image/props/index.html +1 -1
  19. package/coverage/Image/props/propTypes.js.html +1 -1
  20. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
  21. package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
  22. package/coverage/avatar/AvatarWithTeam/index.html +1 -1
  23. package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
  24. package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
  25. package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
  26. package/coverage/coverage-final.json +16 -16
  27. package/coverage/coverage-summary.json +16 -16
  28. package/coverage/index.html +1 -1
  29. package/es/ActionButton/ActionButton.module.css +192 -192
  30. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  31. package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
  32. package/es/ChannelIcon/ChannelIcon.module.css +225 -225
  33. package/es/Drawer/Drawer.js +5 -4
  34. package/es/ExternalLink/ExternalLink.js +5 -4
  35. package/es/FlipCard/FlipCard.js +12 -14
  36. package/es/FormAction/FormAction.module.css +100 -100
  37. package/es/IconButton/IconButton.js +5 -4
  38. package/es/IconButton/IconButton.module.css +22 -22
  39. package/es/Link/Link.js +10 -8
  40. package/es/Message/Message.js +5 -4
  41. package/es/TagWithIcon/TagWithIcon.module.css +66 -66
  42. package/es/ToastMessage/ToastMessage.js +4 -2
  43. package/es/actions/AutoClose.js +1 -2
  44. package/es/alert/AlertLookup/AlertLookup.js +12 -14
  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 +5 -4
  48. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  49. package/es/avatar/AvatarStatus/AvatarStatus.js +8 -7
  50. package/es/avatar/AvatarThread/AvatarThread.js +7 -7
  51. package/es/avatar/AvatarUser/AvatarUser.js +9 -10
  52. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
  53. package/es/common/dot_boxShadow.module.css +2 -0
  54. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
  55. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  56. package/es/form/fields/CheckBoxField/CheckBoxField.js +13 -15
  57. package/es/form/fields/CurrencyField/CurrencyField.js +12 -14
  58. package/es/form/fields/DateField/DateField.js +14 -14
  59. package/es/form/fields/MultiSelectField/MultiSelectField.js +12 -13
  60. package/es/form/fields/PhoneField/PhoneField.js +7 -7
  61. package/es/form/fields/RadioField/RadioField.js +15 -18
  62. package/es/form/fields/SelectField/SelectField.js +14 -14
  63. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +14 -16
  64. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  65. package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
  66. package/es/form/fields/TextEditorField/TextEditorField.js +10 -11
  67. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
  68. package/es/form/fields/TextareaField/TextareaField.js +13 -14
  69. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  70. package/es/layout/SubtabLayout/SubtabLayout.js +6 -4
  71. package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  72. package/es/list/Comment/Comment.module.css +29 -29
  73. package/es/list/DepartmentDropDown/DepartmentDropDown.js +9 -3
  74. package/es/list/DepartmentDropDown/props/defaultProps.js +2 -1
  75. package/es/list/DepartmentDropDown/props/propTypes.js +2 -1
  76. package/es/list/Dot/Dot.module.css +15 -15
  77. package/es/list/ListLayout/ListLayout.js +5 -4
  78. package/es/list/ListLayout/ListLayout.module.css +79 -79
  79. package/es/list/SecondaryText/AccountName.js +12 -12
  80. package/es/list/SecondaryText/ContactName.js +9 -8
  81. package/es/list/SecondaryText/Email.js +8 -8
  82. package/es/list/SecondaryText/PhoneNumber.js +8 -8
  83. package/es/list/SecondaryText/SecondaryText.js +5 -4
  84. package/es/list/SecondaryText/TicketId.js +7 -7
  85. package/es/list/Subject/Subject.js +7 -7
  86. package/es/list/Subject/Subject.module.css +34 -34
  87. package/es/list/Thread/Thread.module.css +42 -42
  88. package/es/list/status/StatusListItem/StatusListItem.js +5 -5
  89. package/es/list/status/StatusListItem/StatusListItem.module.css +35 -5
  90. package/es/lookup/Lookup/Lookup.js +5 -4
  91. package/es/lookup/header/Search/Search.js +3 -5
  92. package/es/v1/Drawer/Drawer.js +5 -4
  93. package/es/v1/ExternalLink/ExternalLink.js +5 -4
  94. package/es/v1/FlipCard/FlipCard.js +12 -14
  95. package/es/v1/GlobalNotification/GlobalNotification.js +7 -6
  96. package/es/v1/IconButton/IconButton.js +5 -4
  97. package/es/v1/Link/Link.js +10 -8
  98. package/es/v1/Message/Message.js +5 -4
  99. package/es/v1/ToastMessage/ToastMessage.js +4 -2
  100. package/es/v1/actions/AutoClose.js +1 -2
  101. package/es/v1/alert/AlertLookup/AlertLookup.js +15 -15
  102. package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
  103. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
  104. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +5 -4
  105. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +8 -7
  106. package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
  107. package/es/v1/avatar/AvatarUser/AvatarUser.js +9 -10
  108. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
  109. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
  110. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +13 -15
  111. package/es/v1/form/fields/CurrencyField/CurrencyField.js +12 -14
  112. package/es/v1/form/fields/DateField/DateField.js +14 -14
  113. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +12 -13
  114. package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
  115. package/es/v1/form/fields/RadioField/RadioField.js +16 -18
  116. package/es/v1/form/fields/SelectField/SelectField.js +14 -14
  117. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +10 -13
  118. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  119. package/es/v1/form/fields/TextBoxField/TextBoxField.js +14 -14
  120. package/es/v1/form/fields/TextEditorField/TextEditorField.js +10 -11
  121. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
  122. package/es/v1/form/fields/TextareaField/TextareaField.js +13 -14
  123. package/es/v1/layout/SubtabLayout/SubtabLayout.js +6 -4
  124. package/es/v1/list/ListLayout/ListLayout.js +5 -4
  125. package/es/v1/list/SecondaryText/AccountName.js +12 -12
  126. package/es/v1/list/SecondaryText/ContactName.js +9 -8
  127. package/es/v1/list/SecondaryText/Email.js +8 -8
  128. package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
  129. package/es/v1/list/SecondaryText/SecondaryText.js +5 -4
  130. package/es/v1/list/SecondaryText/TicketId.js +7 -7
  131. package/es/v1/list/Subject/Subject.js +7 -7
  132. package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
  133. package/es/v1/lookup/Lookup/Lookup.js +5 -4
  134. package/es/v1/lookup/header/Search/Search.js +3 -5
  135. package/es/v1/notification/DesktopNotification/DesktopNotification.js +7 -6
  136. package/es/version2/GlobalNotification/GlobalNotification.js +7 -6
  137. package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  138. package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  139. package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
  140. package/es/version2/notification/DesktopNotification/DesktopNotification.js +7 -6
  141. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  142. package/lib/ActionButton/ActionButton.module.css +192 -192
  143. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  144. package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
  145. package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
  146. package/lib/FormAction/FormAction.module.css +100 -100
  147. package/lib/IconButton/IconButton.module.css +22 -22
  148. package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
  149. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  150. package/lib/common/dot_boxShadow.module.css +2 -0
  151. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
  152. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +5 -3
  153. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  154. package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
  155. package/lib/list/Comment/Comment.module.css +29 -29
  156. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +8 -3
  157. package/lib/list/DepartmentDropDown/props/defaultProps.js +2 -1
  158. package/lib/list/DepartmentDropDown/props/propTypes.js +1 -1
  159. package/lib/list/Dot/Dot.module.css +15 -15
  160. package/lib/list/ListLayout/ListLayout.module.css +79 -79
  161. package/lib/list/Subject/Subject.module.css +34 -34
  162. package/lib/list/Thread/Thread.module.css +42 -42
  163. package/lib/list/status/StatusListItem/StatusListItem.module.css +35 -5
  164. package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
  165. package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
  166. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
  167. package/package.json +4 -4
  168. package/result.json +1 -1
  169. package/es/v1/DotWrapper/DotWrapper.js +0 -46
  170. package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -24
  171. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -3
  172. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -3
  173. package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -3
  174. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -3
  175. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -3
  176. package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -3
  177. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -3
  178. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -3
  179. package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -3
  180. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -3
  181. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -3
  182. package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -3
  183. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -3
  184. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -3
  185. package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -3
  186. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -1
  187. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -1
  188. package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -1
  189. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -1
  190. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -1
  191. package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -1
  192. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -1
  193. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -1
  194. package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -1
  195. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -1
  196. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -1
  197. package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -1
  198. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -1
  199. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -1
  200. package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -1
  201. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -1
  202. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -1
  203. package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -1
  204. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -1
  205. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -1
  206. package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -1
  207. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -1
  208. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -1
  209. package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -1
  210. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -1
  211. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -1
  212. package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -1
  213. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -1
  214. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -1
  215. package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -1
  216. package/es/v1/DotWrapper/props/defaultProps.js +0 -6
  217. package/es/v1/DotWrapper/props/propTypes.js +0 -9
  218. package/es/v1/DotWrapper/utils/appearanceProperties.js +0 -46
  219. package/es/v1/DotWrapper/utils/errorMessage.js +0 -7
  220. package/es/v1/DotWrapper/utils/importFiles.js +0 -30
  221. package/es/v1/DotWrapper/utils/sizeProperties.js +0 -12
  222. package/es/v1/DotWrapper/utils/themeProperties.js +0 -220
  223. package/lib/v1/DotWrapper/DotWrapper.js +0 -65
  224. package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +0 -43
  225. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +0 -7
  226. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +0 -7
  227. package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +0 -7
  228. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +0 -7
  229. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +0 -7
  230. package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +0 -7
  231. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +0 -7
  232. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +0 -7
  233. package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +0 -7
  234. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +0 -7
  235. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +0 -7
  236. package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +0 -7
  237. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +0 -7
  238. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +0 -7
  239. package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +0 -7
  240. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +0 -3
  241. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +0 -3
  242. package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +0 -3
  243. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +0 -3
  244. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +0 -3
  245. package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +0 -3
  246. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +0 -3
  247. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +0 -3
  248. package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +0 -3
  249. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +0 -3
  250. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +0 -3
  251. package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +0 -3
  252. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +0 -3
  253. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +0 -3
  254. package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +0 -3
  255. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +0 -3
  256. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +0 -3
  257. package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +0 -3
  258. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +0 -3
  259. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +0 -3
  260. package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +0 -3
  261. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +0 -3
  262. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +0 -3
  263. package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +0 -3
  264. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +0 -3
  265. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +0 -3
  266. package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +0 -3
  267. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +0 -3
  268. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +0 -3
  269. package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +0 -3
  270. package/lib/v1/DotWrapper/props/defaultProps.js +0 -13
  271. package/lib/v1/DotWrapper/props/propTypes.js +0 -20
  272. package/lib/v1/DotWrapper/utils/appearanceProperties.js +0 -79
  273. package/lib/v1/DotWrapper/utils/errorMessage.js +0 -14
  274. package/lib/v1/DotWrapper/utils/importFiles.js +0 -39
  275. package/lib/v1/DotWrapper/utils/sizeProperties.js +0 -31
  276. package/lib/v1/DotWrapper/utils/themeProperties.js +0 -325
@@ -1,3 +1,5 @@
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
+
1
3
  /**** Libraries ****/
2
4
  import React, { memo } from 'react';
3
5
  import { defaultProps } from './props/defaultProps';
@@ -63,15 +65,14 @@ const RadioField = props => {
63
65
  className: `${style.container} ${isDisabled ? style.disabled : isReadOnly ? style.readonly : ''}`,
64
66
  "data-title": isDisabled ? title : null,
65
67
  "data-selector-id": dataSelectorId
66
- }, labelName && /*#__PURE__*/React.createElement(Label, {
68
+ }, labelName && /*#__PURE__*/React.createElement(Label, _extends({
67
69
  text: labelName,
68
70
  size: "medium",
69
71
  id: id,
70
72
  palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : 'default',
71
73
  customClass: `${style.fieldLabel} ${isMandatory ? style.labelMandatory : ''}`,
72
- dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
73
- ...LabelProps
74
- }), /*#__PURE__*/React.createElement("div", {
74
+ dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`
75
+ }, LabelProps)), /*#__PURE__*/React.createElement("div", {
75
76
  className: `${style.fieldContainer} ${isBoxStyle ? style.radiosWrapper : ''} ${labelName ? style.fieldMargin_medium : ''} ${style.radioContainer}`
76
77
  }, options.map((option, index) => {
77
78
  let {
@@ -85,7 +86,7 @@ const RadioField = props => {
85
86
  return /*#__PURE__*/React.createElement("span", {
86
87
  key: index,
87
88
  className: `${!isBoxStyle ? style.radio : ''} ${style.radioWrap}`
88
- }, /*#__PURE__*/React.createElement(Radio, {
89
+ }, /*#__PURE__*/React.createElement(Radio, _extends({
89
90
  id: index,
90
91
  value: value,
91
92
  name: id,
@@ -102,8 +103,8 @@ const RadioField = props => {
102
103
  checked: isChecked,
103
104
  dataId: dataId,
104
105
  isReadOnly: isReadOnly,
105
- variant: variant,
106
- ...RadioProps,
106
+ variant: variant
107
+ }, RadioProps, {
107
108
  a11y: {
108
109
  tabIndex: !!selectedValue ? isChecked ? '0' : '-1' : index === 0 ? '0' : '-1',
109
110
  ...RadioProps.a11y
@@ -112,26 +113,23 @@ const RadioField = props => {
112
113
  customRadioWrap: `${isBoxStyle ? style.radioBox : ''} ${isBoxStyle && isChecked ? style.radioBoxActive : ''}`,
113
114
  ...RadioProps.customClass
114
115
  }
115
- }, !!infoTooltip ? /*#__PURE__*/React.createElement(Icon, {
116
+ }), !!infoTooltip ? /*#__PURE__*/React.createElement(Icon, _extends({
116
117
  name: "ZD-GN-info",
117
118
  size: "16",
118
119
  title: infoTooltip,
119
- iconClass: style.infoIcon,
120
- ...InfoIconProps
121
- }) : null));
122
- })), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
120
+ iconClass: style.infoIcon
121
+ }, InfoIconProps)) : null));
122
+ })), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
123
123
  text: validationMessage,
124
124
  palette: validationPalette,
125
125
  type: errorType,
126
- dataId: `${dataId}_ValidationMessage`,
127
- ...ValidationMessageProps1
128
- }), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
126
+ dataId: `${dataId}_ValidationMessage`
127
+ }, ValidationMessageProps1)), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
129
128
  text: validationRuleMessage,
130
129
  palette: validationRulePalette,
131
130
  type: errorType,
132
- dataId: `${dataId}_ValidationRuleMessage`,
133
- ...ValidationMessageProps2
134
- }));
131
+ dataId: `${dataId}_ValidationRuleMessage`
132
+ }, ValidationMessageProps2)));
135
133
  };
136
134
 
137
135
  RadioField.propTypes = propTypes;
@@ -1,3 +1,5 @@
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
+
1
3
  /**** Libraries ****/
2
4
  import React, { memo } from 'react';
3
5
  import { defaultProps } from './props/defaultProps';
@@ -91,18 +93,18 @@ const SelectField = props => {
91
93
  isLocked: isLocked,
92
94
  lockedInfoText: lockedInfoText,
93
95
  renderProps: renderLabelProps
94
- }, /*#__PURE__*/React.createElement(Label, {
96
+ }, /*#__PURE__*/React.createElement(Label, _extends({
95
97
  text: labelName,
96
98
  size: fieldSize === 'small' ? 'small' : 'medium',
97
99
  palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
98
100
  customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
99
101
  htmlFor: uniqueId,
100
- dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
101
- ...LabelProps,
102
+ dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`
103
+ }, LabelProps, {
102
104
  id: uniqueId
103
- })), /*#__PURE__*/React.createElement("div", {
105
+ }))), /*#__PURE__*/React.createElement("div", {
104
106
  className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''} ${fieldClass ? fieldClass : ''}`
105
- }, /*#__PURE__*/React.createElement(Select, {
107
+ }, /*#__PURE__*/React.createElement(Select, _extends({
106
108
  options: options,
107
109
  selectedValue: selectedValue,
108
110
  onChange: handleChange,
@@ -131,24 +133,22 @@ const SelectField = props => {
131
133
  needLocalSearch: needLocalSearch,
132
134
  isDefaultSelectValue: isDefaultSelectValue,
133
135
  placeHolder: placeHolder,
134
- iconOnHover: iconOnHover,
135
- ...SelectProps,
136
+ iconOnHover: iconOnHover
137
+ }, SelectProps, {
136
138
  ariaLabelledby: uniqueId
137
- }, children ? children : null)), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
139
+ }), children ? children : null)), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
138
140
  text: validationMessage,
139
141
  palette: validationPalette,
140
142
  type: errorType,
141
143
  htmlFor: uniqueId,
142
- dataId: `${dataId}_ValidationMessage`,
143
- ...ValidationMessageProps1
144
- }), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
144
+ dataId: `${dataId}_ValidationMessage`
145
+ }, ValidationMessageProps1)), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
145
146
  text: validationRuleMessage,
146
147
  palette: validationRulePalette,
147
148
  type: errorType,
148
149
  htmlFor: uniqueId,
149
- dataId: `${dataId}_ValidationRuleMessage`,
150
- ...ValidationMessageProps2
151
- }));
150
+ dataId: `${dataId}_ValidationRuleMessage`
151
+ }, ValidationMessageProps2)));
152
152
  };
153
153
 
154
154
  SelectField.propTypes = propTypes;
@@ -1,3 +1,5 @@
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
+
1
3
  import React from 'react';
2
4
  import { defaultProps } from './props/defaultProps';
3
5
  import { propTypes } from './props/propTypes';
@@ -185,12 +187,10 @@ export default class TagsMultiSelect extends React.Component {
185
187
  boxCustomProps,
186
188
  tagCustomProps
187
189
  } = tag;
188
- return index < chipLimit ? /*#__PURE__*/React.createElement(Box, {
190
+ return index < chipLimit ? /*#__PURE__*/React.createElement(Box, _extends({
189
191
  className: style.tag,
190
- key: index,
191
- ...TagWrapperProps,
192
- ...boxCustomProps
193
- }, /*#__PURE__*/React.createElement(Tag, {
192
+ key: index
193
+ }, TagWrapperProps, boxCustomProps), /*#__PURE__*/React.createElement(Tag, _extends({
194
194
  id: id,
195
195
  text: name,
196
196
  onRemove: isReadOnly ? null : deleteTag.bind(this, name),
@@ -198,10 +198,8 @@ export default class TagsMultiSelect extends React.Component {
198
198
  palette: clickableTag ? 'defaultLink' : tagType === 'SYSTEM' ? 'primary' : 'default',
199
199
  isReadOnly: isReadOnly,
200
200
  onSelectTag: onSelectTag ? onSelectTag : undefined,
201
- customClass: tagCustomClass,
202
- ...TagProps,
203
- ...tagCustomProps
204
- })) : null;
201
+ customClass: tagCustomClass
202
+ }, TagProps, tagCustomProps))) : null;
205
203
  }), tagsList.length > chipNeedToShow && !isPopupReady ? /*#__PURE__*/React.createElement(Box, {
206
204
  className: style.moreLess,
207
205
  dataId: `${dataId}_tagsMore`,
@@ -213,7 +211,7 @@ export default class TagsMultiSelect extends React.Component {
213
211
  className: style.inputWrapper
214
212
  }, /*#__PURE__*/React.createElement("span", {
215
213
  className: style.custmSpan
216
- }, name), /*#__PURE__*/React.createElement(TextBoxIcon, {
214
+ }, name), /*#__PURE__*/React.createElement(TextBoxIcon, _extends({
217
215
  htmlId: htmlId,
218
216
  dataId: `${dataId}_tagInp`,
219
217
  value: name,
@@ -229,9 +227,8 @@ export default class TagsMultiSelect extends React.Component {
229
227
  customTextBox: style.input
230
228
  },
231
229
  size: "xsmall",
232
- inputRef: this.textInputRef,
233
- ...TextBoxIconProps
234
- }, getTextBoxChildren ? getTextBoxChildren() : null))), isPopupOpen ? /*#__PURE__*/React.createElement(ResponsiveReceiver, {
230
+ inputRef: this.textInputRef
231
+ }, TextBoxIconProps), getTextBoxChildren ? getTextBoxChildren() : null))), isPopupOpen ? /*#__PURE__*/React.createElement(ResponsiveReceiver, {
235
232
  query: this.responsiveFunc,
236
233
  responsiveId: "Helmet"
237
234
  }, _ref2 => {
@@ -1,3 +1,5 @@
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
+
1
3
  import React, { useState, useEffect } from 'react';
2
4
  import { defaultProps } from './props/defaultProps';
3
5
  import { propTypes } from './props/propTypes';
@@ -200,7 +202,7 @@ const TagsMultiSelectField = props => {
200
202
  renderProps: {
201
203
  end: renderEnd
202
204
  }
203
- }, /*#__PURE__*/React.createElement(Label, {
205
+ }, /*#__PURE__*/React.createElement(Label, _extends({
204
206
  text: labelName,
205
207
  title: labelName,
206
208
  id: id,
@@ -208,12 +210,11 @@ const TagsMultiSelectField = props => {
208
210
  palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
209
211
  customClass: `${fieldStyle.fieldLabel} ${isMandatory ? fieldStyle.labelMandatory : ''} ${labelClass ? labelClass : ''}`,
210
212
  dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
211
- htmlFor: htmlId,
212
- ...LabelProps
213
- }), selectedValueCount ? /*#__PURE__*/React.createElement(Box, {
213
+ htmlFor: htmlId
214
+ }, LabelProps)), selectedValueCount ? /*#__PURE__*/React.createElement(Box, {
214
215
  dataId: `${dataId}_tagCount`,
215
216
  className: style.count
216
- }, `(${selectedValueCount})`) : null), /*#__PURE__*/React.createElement(TagsMultiSelect, {
217
+ }, `(${selectedValueCount})`) : null), /*#__PURE__*/React.createElement(TagsMultiSelect, _extends({
217
218
  addTag: handleAdd,
218
219
  deleteTag: onDelete,
219
220
  handleChange: handleChange,
@@ -243,17 +244,16 @@ const TagsMultiSelectField = props => {
243
244
  borderColor: borderColor,
244
245
  htmlId: htmlId,
245
246
  getTextBoxChildren: getTextBoxChildren,
246
- className: containerClass,
247
- ...TagsMultiSelectProps,
247
+ className: containerClass
248
+ }, TagsMultiSelectProps, {
248
249
  clickableTag: clickableTag
249
- }), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
250
+ })), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
250
251
  text: validationMessage,
251
252
  palette: validationPalette,
252
253
  type: errorType,
253
254
  dataId: `${dataId}_ValidationMessage`,
254
- htmlFor: htmlId,
255
- ...ValidationMessageProps
256
- }));
255
+ htmlFor: htmlId
256
+ }, ValidationMessageProps)));
257
257
  };
258
258
 
259
259
  TagsMultiSelectField.propTypes = propTypes;
@@ -1,3 +1,5 @@
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
+
1
3
  /**** Libraries ****/
2
4
  import React, { memo } from 'react';
3
5
  import { defaultProps } from './props/defaultProps';
@@ -82,18 +84,18 @@ const TextBoxField = props => {
82
84
  ePhiData: ePhiData,
83
85
  dataId: dataId,
84
86
  renderProps: renderLabelProps
85
- }, /*#__PURE__*/React.createElement(Label, {
87
+ }, /*#__PURE__*/React.createElement(Label, _extends({
86
88
  text: labelName,
87
89
  size: fieldSize === 'small' ? 'small' : 'medium',
88
90
  palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
89
91
  customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
90
92
  htmlFor: uniqueId,
91
- dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
92
- ...LabelProps,
93
+ dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`
94
+ }, LabelProps, {
93
95
  id: labelName
94
- })), /*#__PURE__*/React.createElement("div", {
96
+ }))), /*#__PURE__*/React.createElement("div", {
95
97
  className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
96
- }, /*#__PURE__*/React.createElement(TextBoxIcon, {
98
+ }, /*#__PURE__*/React.createElement(TextBoxIcon, _extends({
97
99
  htmlId: uniqueId,
98
100
  id: id,
99
101
  type: textBoxType,
@@ -113,26 +115,24 @@ const TextBoxField = props => {
113
115
  isDisabled: isDisabled,
114
116
  needEffect: isReadOnly || isDisabled ? false : true,
115
117
  isClickable: isClickable,
116
- needReadOnlyStyle: needReadOnlyStyle,
117
- ...TextBoxIconProps,
118
+ needReadOnlyStyle: needReadOnlyStyle
119
+ }, TextBoxIconProps, {
118
120
  a11y: {
119
121
  ariaLabelledby: labelName
120
122
  }
121
- }, children ? children : null), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
123
+ }), children ? children : null), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
122
124
  text: validationMessage,
123
125
  palette: validationPalette,
124
126
  type: errorType,
125
127
  dataId: `${dataId}_ValidationMessage`,
126
- htmlFor: uniqueId,
127
- ...ValidationMessageProps1
128
- }), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
128
+ htmlFor: uniqueId
129
+ }, ValidationMessageProps1)), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
129
130
  text: validationRuleMessage,
130
131
  palette: validationRulePalette,
131
132
  type: errorType,
132
133
  htmlFor: uniqueId,
133
- dataId: `${dataId}_ValidationRuleMessage`,
134
- ...ValidationMessageProps2
135
- })));
134
+ dataId: `${dataId}_ValidationRuleMessage`
135
+ }, ValidationMessageProps2))));
136
136
  };
137
137
 
138
138
  TextBoxField.propTypes = propTypes;
@@ -1,3 +1,5 @@
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
+
1
3
  /**** Libraries ****/
2
4
  import React, { memo, useRef } from 'react';
3
5
  import { defaultProps } from './props/defaultProps';
@@ -99,18 +101,17 @@ const TextEditorField = props => {
99
101
  renderProps: {
100
102
  end: renderEnd
101
103
  }
102
- }, /*#__PURE__*/React.createElement(Label, {
104
+ }, /*#__PURE__*/React.createElement(Label, _extends({
103
105
  text: labelName,
104
106
  size: fieldSize === 'small' ? 'small' : 'medium',
105
107
  htmlFor: !isReadOnly && !isDisabled ? id : undefined,
106
108
  palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
107
109
  onClick: handleLabelClick,
108
110
  customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
109
- dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
110
- ...LabelProps
111
- })), /*#__PURE__*/React.createElement("div", {
111
+ dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`
112
+ }, LabelProps))), /*#__PURE__*/React.createElement("div", {
112
113
  className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
113
- }, /*#__PURE__*/React.createElement(TextEditorWrapper, {
114
+ }, /*#__PURE__*/React.createElement(TextEditorWrapper, _extends({
114
115
  needEditor: needEditor,
115
116
  onChange: handleChange,
116
117
  id: id,
@@ -139,15 +140,13 @@ const TextEditorField = props => {
139
140
  shouldEditorUpdateContent: shouldEditorUpdateContent,
140
141
  setInlineAttachmentInProgress: setInlineAttachmentInProgress,
141
142
  handleEditorDropUpload: handleEditorDropUpload,
142
- needInlineAttachment: needInlineAttachment,
143
- ...TextEditorWrapperProps
144
- })), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
143
+ needInlineAttachment: needInlineAttachment
144
+ }, TextEditorWrapperProps))), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
145
145
  text: validationMessage,
146
146
  palette: validationPalette,
147
147
  type: errorType,
148
- dataId: `${dataId}_ValidationMessage`,
149
- ...ValidationMessageProps
150
- }));
148
+ dataId: `${dataId}_ValidationMessage`
149
+ }, ValidationMessageProps)));
151
150
  };
152
151
 
153
152
  TextEditorField.propTypes = propTypes;
@@ -1,3 +1,5 @@
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
+
1
3
  import React, { useState } from 'react';
2
4
  import { defaultProps } from './props/defaultProps';
3
5
  import { propTypes } from './props/propTypes';
@@ -89,7 +91,7 @@ const TextEditorWrapper = props => {
89
91
  return /*#__PURE__*/React.createElement("div", {
90
92
  className: style.container,
91
93
  "data-selector-id": dataSelectorId
92
- }, !isEditorShow ? /*#__PURE__*/React.createElement(Textarea, {
94
+ }, !isEditorShow ? /*#__PURE__*/React.createElement(Textarea, _extends({
93
95
  onFocus: handleTextareaFocus,
94
96
  text: value,
95
97
  animated: !needEditor,
@@ -101,9 +103,8 @@ const TextEditorWrapper = props => {
101
103
  getRef: getRef,
102
104
  size: textBoxSize,
103
105
  variant: textBoxVariant,
104
- customClass: style.textBox,
105
- ...Textarea1Props
106
- }) : null, /*#__PURE__*/React.createElement(VelocityAnimationGroup, {
106
+ customClass: style.textBox
107
+ }, Textarea1Props)) : null, /*#__PURE__*/React.createElement(VelocityAnimationGroup, {
107
108
  name: "slideDown",
108
109
  runOnMount: true,
109
110
  enterDuration: '300',
@@ -112,7 +113,7 @@ const TextEditorWrapper = props => {
112
113
  component: "div"
113
114
  }, /*#__PURE__*/React.createElement("div", {
114
115
  className: style.textEditor
115
- }, isEditorShow && needEditor ? /*#__PURE__*/React.createElement(TextEditor, {
116
+ }, isEditorShow && needEditor ? /*#__PURE__*/React.createElement(TextEditor, _extends({
116
117
  id: id,
117
118
  value: value,
118
119
  onChange: !isReadOnly && !isDisabled ? onChange : null,
@@ -140,9 +141,8 @@ const TextEditorWrapper = props => {
140
141
  setInlineAttachmentInProgress: setInlineAttachmentInProgress,
141
142
  handleDropUpload: handleEditorDropUpload,
142
143
  onFocus: focusCallback,
143
- needInlineAttachment: needInlineAttachment,
144
- ...TextEditorProps
145
- }) : /*#__PURE__*/React.createElement(Textarea, {
144
+ needInlineAttachment: needInlineAttachment
145
+ }, TextEditorProps)) : /*#__PURE__*/React.createElement(Textarea, _extends({
146
146
  onFocus: handleTextareaFocus,
147
147
  text: value,
148
148
  animated: !needEditor,
@@ -153,9 +153,8 @@ const TextEditorWrapper = props => {
153
153
  needEffect: !(isReadOnly || isDisabled),
154
154
  getRef: getRef,
155
155
  size: textBoxSize,
156
- variant: textBoxVariant,
157
- ...Textarea2Props
158
- }))));
156
+ variant: textBoxVariant
157
+ }, Textarea2Props)))));
159
158
  };
160
159
 
161
160
  export default TextEditorWrapper;
@@ -1,3 +1,5 @@
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
+
1
3
  /**** Libraries ****/
2
4
  import React, { memo } from 'react';
3
5
  import { defaultProps } from './props/defaultProps';
@@ -80,18 +82,17 @@ const TextareaField = props => {
80
82
  isLocked: isLocked,
81
83
  lockedInfoText: lockedInfoText,
82
84
  renderProps: renderLabelProps
83
- }, /*#__PURE__*/React.createElement(Label, {
85
+ }, /*#__PURE__*/React.createElement(Label, _extends({
84
86
  text: labelName,
85
87
  id: id,
86
88
  size: fieldSize === 'small' ? 'small' : 'medium',
87
89
  palette: isMandatory ? 'mandatory' : isDisabled ? 'primary' : labelPalette,
88
90
  customClass: `${style.fieldLabel} ${labelCustomClass} ${isMandatory ? style.labelMandatory : ''}`,
89
91
  htmlFor: uniqueId,
90
- dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`,
91
- ...LabelProps
92
- })), /*#__PURE__*/React.createElement("div", {
92
+ dataId: isDisabled ? `${dataId}_label_disabled` : isMandatory ? `${dataId}_label_mandatory` : `${dataId}_label`
93
+ }, LabelProps))), /*#__PURE__*/React.createElement("div", {
93
94
  className: `${style.fieldContainer} ${labelName ? style[`fieldMargin_${fieldSize}`] : ''}`
94
- }, /*#__PURE__*/React.createElement(Textarea, {
95
+ }, /*#__PURE__*/React.createElement(Textarea, _extends({
95
96
  onChange: handleChange,
96
97
  animated: animated,
97
98
  size: fieldSize === 'medium' ? textBoxSize : 'xmedium',
@@ -109,26 +110,24 @@ const TextareaField = props => {
109
110
  needEffect: isReadOnly || isDisabled ? false : true,
110
111
  resize: "vertical" // onKeyDown={onKeyDown}
111
112
  ,
112
- htmlId: uniqueId,
113
- ...TextareaProps,
113
+ htmlId: uniqueId
114
+ }, TextareaProps, {
114
115
  a11y: {
115
116
  ariaLabelledby: labelName
116
117
  }
117
- }), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
118
+ })), validationMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
118
119
  text: validationMessage,
119
120
  palette: validationPalette,
120
121
  type: errorType,
121
122
  htmlFor: uniqueId,
122
- dataId: `${dataId}_ValidationMessage`,
123
- ...ValidationMessageProps1
124
- }), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, {
123
+ dataId: `${dataId}_ValidationMessage`
124
+ }, ValidationMessageProps1)), validationRuleMessage && /*#__PURE__*/React.createElement(ValidationMessage, _extends({
125
125
  text: validationRuleMessage,
126
126
  palette: validationRulePalette,
127
127
  type: errorType,
128
128
  htmlFor: uniqueId,
129
- dataId: `${dataId}_ValidationRuleMessage`,
130
- ...ValidationMessageProps2
131
- })));
129
+ dataId: `${dataId}_ValidationRuleMessage`
130
+ }, ValidationMessageProps2))));
132
131
  };
133
132
 
134
133
  TextareaField.propTypes = propTypes;
@@ -1,3 +1,5 @@
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
+
1
3
  import React from 'react';
2
4
  import { SubtabHeader_propTypes, SubtabFooter_propTypes, SubtabContent_propTypes, SubtabLayout_propTypes } from './props/propTypes';
3
5
  import { SubtabHeader_defaultProps, SubtabFooter_defaultProps, SubtabContent_defaultProps, SubtabLayout_defaultProps } from './props/defaultProps';
@@ -112,15 +114,15 @@ export default function SubtabLayout(props) {
112
114
  children,
113
115
  dataId
114
116
  } = props;
115
- return /*#__PURE__*/React.createElement(Card, {
117
+ return /*#__PURE__*/React.createElement(Card, _extends({
116
118
  isScrollAttribute: true,
117
- dataId: dataId,
118
- ...props,
119
+ dataId: dataId
120
+ }, props, {
119
121
  childTypes: {
120
122
  cardHeader: SubtabHeader,
121
123
  cardContent: SubtabContent
122
124
  }
123
- }, children);
125
+ }), children);
124
126
  }
125
127
  SubtabLayout.defaultProps = SubtabLayout_defaultProps;
126
128
  SubtabLayout.propTypes = SubtabLayout_propTypes;
@@ -1,3 +1,5 @@
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
+
1
3
  import React from 'react';
2
4
  import { ListLayout_defaultProps } from './props/defaultProps';
3
5
  import { ListLayout_propTypes, Column_propTypes } from './props/propTypes';
@@ -55,10 +57,9 @@ export function Column(props) {
55
57
  children,
56
58
  className
57
59
  } = props;
58
- return /*#__PURE__*/React.createElement(Box, {
59
- className: `${className ? className : ''}`,
60
- ...props
61
- }, children);
60
+ return /*#__PURE__*/React.createElement(Box, _extends({
61
+ className: `${className ? className : ''}`
62
+ }, props), children);
62
63
  }
63
64
  Column.propTypes = Column_propTypes; // if (__DOCS__) {
64
65
  // ListLayout.docs = {
@@ -1,3 +1,5 @@
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
+
1
3
  /* eslint-disable react/forbid-component-props */
2
4
 
3
5
  /**** Libraries ****/
@@ -50,28 +52,26 @@ export default function AccountName(props) {
50
52
  }, /*#__PURE__*/React.createElement(Box, {
51
53
  className: style.primaryAccountName,
52
54
  shrink: true
53
- }, isLink ? /*#__PURE__*/React.createElement(Link, {
55
+ }, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
54
56
  href: href,
55
57
  urlName: urlName,
56
58
  urlData: urlData,
57
59
  onClick: onClick,
58
60
  dataId: `${dataId}_link`,
59
- className: style.link,
60
- ...LinkProps,
61
+ className: style.link
62
+ }, LinkProps, {
61
63
  ariaLabel: `Account Name ${text}`
62
- }, /*#__PURE__*/React.createElement("div", {
64
+ }), /*#__PURE__*/React.createElement("div", {
63
65
  className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
64
- }, text)) : /*#__PURE__*/React.createElement("div", {
65
- className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''} ${notAccessible ? style.disable : ''}`,
66
- ...TextProps
67
- }, text)), secondaryAccountText && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Link, {
66
+ }, text)) : /*#__PURE__*/React.createElement("div", _extends({
67
+ className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''} ${notAccessible ? style.disable : ''}`
68
+ }, TextProps), text)), secondaryAccountText && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(Link, {
68
69
  href: secondaryAccountHref,
69
70
  onClick: secondaryAccountClick,
70
71
  className: style.link
71
- }, /*#__PURE__*/React.createElement("div", {
72
- className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`,
73
- ...SecondaryTextProps
74
- }, secondaryAccountText))))));
72
+ }, /*#__PURE__*/React.createElement("div", _extends({
73
+ className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
74
+ }, SecondaryTextProps), secondaryAccountText))))));
75
75
  }
76
76
  AccountName.propTypes = AccountName_propTypes;
77
77
  AccountName.defaultProps = AccountName_defaultProps;
@@ -1,3 +1,5 @@
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
+
1
3
  import React from 'react';
2
4
  import { ContactName_defaultProps } from './props/defaultProps';
3
5
  import { ContactName_propTypes } from './props/propTypes';
@@ -51,23 +53,22 @@ export default function ContactName(props) {
51
53
  iconClass: style.icon
52
54
  })), /*#__PURE__*/React.createElement(Box, {
53
55
  flexible: true
54
- }, isLink ? /*#__PURE__*/React.createElement(Link, {
56
+ }, isLink ? /*#__PURE__*/React.createElement(Link, _extends({
55
57
  urlName: urlName,
56
58
  href: href,
57
59
  urlData: urlData,
58
60
  onClick: onClick,
59
61
  title: dataTitle,
60
62
  dataId: `${dataId}_link`,
61
- className: style.link,
62
- ...LinkProps,
63
+ className: style.link
64
+ }, LinkProps, {
63
65
  ariaLabel: `Contact Name ${text}`
64
- }, /*#__PURE__*/React.createElement("div", {
66
+ }), /*#__PURE__*/React.createElement("div", {
65
67
  className: `${style.textStyle} ${style[`font_${fontWeight}`]} ${className ? className : ''}`
66
- }, text)) : /*#__PURE__*/React.createElement("div", {
68
+ }, text)) : /*#__PURE__*/React.createElement("div", _extends({
67
69
  className: `${style.secondaryText} ${style[`font_${fontWeight}`]} ${className ? className : ''} ${notAccessible ? style.disable : ''}`,
68
- "data-title": dataTitle,
69
- ...TextProps
70
- }, text)), sentimentType && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(SentimentStatus, {
70
+ "data-title": dataTitle
71
+ }, TextProps), text)), sentimentType && /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(SentimentStatus, {
71
72
  type: sentimentType,
72
73
  dataTitle: sentimentDataTitle
73
74
  })));