@zohodesk/dot 1.0.0-temp-224.1 → 1.0.0-temp-187.23

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 (913) hide show
  1. package/README.md +11 -6
  2. package/_react-cli.config.js +27 -0
  3. package/cbt.config.js +41 -0
  4. package/es/AlphabeticList/AlphabeticList.module.css +0 -0
  5. package/es/AttachmentViewer/AttachmentViewer.js +20 -24
  6. package/es/AudioPlayer/Timer/__tests__/Timer.spec.js +1 -2
  7. package/es/AudioPlayer/__tests__/AudioPlayer.spec.js +39 -38
  8. package/es/ChannelIcon/ChannelIcon.js +11 -13
  9. package/es/DotProvider/DotProvider.js +4 -2
  10. package/es/Drawer/Drawer.js +5 -4
  11. package/es/ExternalLink/ExternalLink.js +5 -4
  12. package/es/ExternalLink/ExternalLink.module.css +0 -0
  13. package/es/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  14. package/es/FlipCard/FlipCard.js +12 -14
  15. package/es/IconButton/IconButton.js +5 -4
  16. package/es/Link/Link.js +10 -8
  17. package/es/Message/Message.js +5 -4
  18. package/es/Onboarding/Onboarding.js +25 -33
  19. package/es/PlusIcon/PlusIcon.js +0 -0
  20. package/es/Separator/Separator.module.css +5 -5
  21. package/es/TagWithIcon/TagWithIcon.module.css +2 -2
  22. package/es/ToastMessage/ToastMessage.js +4 -2
  23. package/es/ToastMessage/ToastMessage.module.css +0 -0
  24. package/es/actions/AutoClose.js +1 -2
  25. package/es/alert/AlertLookup/AlertLookup.js +12 -14
  26. package/es/avatar/AvatarClose/AvatarClose.js +7 -7
  27. package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
  28. package/es/avatar/AvatarIcon/AvatarIcon.js +5 -4
  29. package/es/avatar/AvatarStatus/AvatarStatus.js +8 -7
  30. package/es/avatar/AvatarThread/AvatarThread.js +7 -7
  31. package/es/avatar/AvatarUser/AvatarUser.js +9 -10
  32. package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +14 -17
  33. package/es/dot_layer.module.css +1 -1
  34. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +24 -28
  35. package/es/emptystate/CommonEmptyState/CommonEmptyState.js +0 -0
  36. package/es/errorstate/Inconvenience/Inconvenience.js +1 -1
  37. package/es/errorstate/UnableToProcess/UnableToProcess.js +1 -1
  38. package/es/form/fields/CheckBoxField/CheckBoxField.js +13 -15
  39. package/es/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +21 -18
  40. package/es/form/fields/CurrencyField/CurrencyField.js +12 -14
  41. package/es/form/fields/DateField/DateField.js +13 -14
  42. package/es/form/fields/Fields.module.css +4 -1
  43. package/es/form/fields/MultiSelectField/MultiSelectField.js +12 -13
  44. package/es/form/fields/PhoneField/PhoneField.js +7 -7
  45. package/es/form/fields/RadioField/RadioField.js +17 -19
  46. package/es/form/fields/SelectField/SelectField.js +13 -14
  47. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +20 -20
  48. package/es/form/fields/TagsMultiSelect/props/propTypes.js +2 -1
  49. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
  50. package/es/form/fields/TextBoxField/TextBoxField.js +13 -14
  51. package/es/form/fields/TextEditor/TextEditor.module.css +0 -0
  52. package/es/form/fields/TextEditorField/TextEditorField.js +10 -11
  53. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +10 -11
  54. package/es/form/fields/TextareaField/TextareaField.js +14 -15
  55. package/es/form/fields/ValidationMessage/ValidationMessage.js +4 -2
  56. package/es/form/layout/Field/Field.js +0 -0
  57. package/es/form/layout/Section/Section.js +0 -0
  58. package/es/layout/SubtabLayout/SubtabLayout.js +6 -4
  59. package/es/list/DepartmentDropDown/DepartmentDropDown.js +9 -3
  60. package/es/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +1 -1
  61. package/es/list/DepartmentDropDown/props/defaultProps.js +2 -1
  62. package/es/list/DepartmentDropDown/props/propTypes.js +3 -0
  63. package/es/list/GridStencils/GridStencils.module.css +14 -5
  64. package/es/list/ListLayout/ListLayout.js +5 -4
  65. package/es/list/SecondaryText/AccountName.js +28 -11
  66. package/es/list/SecondaryText/ContactName.js +23 -9
  67. package/es/list/SecondaryText/DepartmentText.js +13 -6
  68. package/es/list/SecondaryText/Email.js +23 -10
  69. package/es/list/SecondaryText/PhoneNumber.js +23 -10
  70. package/es/list/SecondaryText/PriorityText.js +13 -6
  71. package/es/list/SecondaryText/SecondaryText.js +17 -8
  72. package/es/list/SecondaryText/SecondaryText.module.css +40 -24
  73. package/es/list/SecondaryText/StatusText.js +13 -6
  74. package/es/list/SecondaryText/TicketId.js +14 -8
  75. package/es/list/SecondaryText/Website.js +16 -5
  76. package/es/list/SecondaryText/__tests__/__snapshots__/AccountName.spec.js.snap +1 -1
  77. package/es/list/SecondaryText/__tests__/__snapshots__/ContactName.spec.js.snap +1 -1
  78. package/es/list/SecondaryText/__tests__/__snapshots__/DepartmentText.spec.js.snap +1 -1
  79. package/es/list/SecondaryText/__tests__/__snapshots__/Email.spec.js.snap +1 -1
  80. package/es/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +1 -1
  81. package/es/list/SecondaryText/__tests__/__snapshots__/PriorityText.spec.js.snap +1 -1
  82. package/es/list/SecondaryText/__tests__/__snapshots__/SecondaryText.spec.js.snap +1 -1
  83. package/es/list/SecondaryText/__tests__/__snapshots__/StatusText.spec.js.snap +1 -1
  84. package/es/list/SecondaryText/__tests__/__snapshots__/Website.spec.js.snap +6 -2
  85. package/es/list/SecondaryText/props/defaultProps.js +18 -0
  86. package/es/list/SecondaryText/props/propTypes.js +21 -0
  87. package/es/list/SecondryPanel/SecondryPanel.js +0 -0
  88. package/es/list/Subject/Subject.js +32 -15
  89. package/es/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +14 -14
  90. package/es/list/Subject/props/defaultProps.js +3 -1
  91. package/es/list/Subject/props/propTypes.js +5 -1
  92. package/es/list/status/StatusDropdown/StatusDropdown.js +7 -2
  93. package/es/list/status/StatusDropdown/props/defaultProps.js +2 -1
  94. package/es/list/status/StatusDropdown/props/propTypes.js +4 -1
  95. package/es/list/status/StatusListItem/StatusListItem.js +11 -7
  96. package/es/list/status/StatusListItem/StatusListItem.module.css +40 -17
  97. package/es/list/status/StatusListItem/props/defaultProps.js +2 -1
  98. package/es/list/status/StatusListItem/props/propTypes.js +2 -1
  99. package/es/lookup/EmptyPage/EmptyPage.js +0 -0
  100. package/es/lookup/Lookup/Lookup.js +5 -4
  101. package/es/lookup/Lookup/Lookup.module.css +0 -0
  102. package/es/lookup/header/Search/Search.js +3 -5
  103. package/es/lookup/header/TicketHeader/TicketHeader.module.css +0 -0
  104. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +0 -0
  105. package/es/setup/helptips/Link/Link.js +0 -0
  106. package/es/setup/helptips/Title/Title.js +0 -0
  107. package/es/setup/table/Text/TableText.module.css +0 -0
  108. package/es/setup/table/Text/Text.js +0 -0
  109. package/es/version2/GlobalNotification/GlobalNotification.js +9 -8
  110. package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
  111. package/es/version2/notification/DesktopNotification/DesktopNotification.js +7 -6
  112. package/lib/AlphabeticList/AlphabeticList.module.css +0 -0
  113. package/lib/Drawer/Drawer.js +0 -0
  114. package/lib/ExternalLink/ExternalLink.js +0 -0
  115. package/lib/ExternalLink/ExternalLink.module.css +0 -0
  116. package/lib/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  117. package/lib/Link/Link.js +0 -0
  118. package/lib/PlusIcon/PlusIcon.js +0 -0
  119. package/lib/Separator/Separator.module.css +5 -5
  120. package/lib/TagWithIcon/TagWithIcon.module.css +2 -2
  121. package/lib/ToastMessage/ToastMessage.js +0 -0
  122. package/lib/ToastMessage/ToastMessage.module.css +0 -0
  123. package/lib/avatar/AvatarStatus/AvatarStatus.js +0 -0
  124. package/lib/avatar/AvatarUser/AvatarUser.js +0 -0
  125. package/lib/dot_layer.module.css +1 -1
  126. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +0 -0
  127. package/lib/errorstate/Inconvenience/Inconvenience.js +1 -1
  128. package/lib/errorstate/UnableToProcess/UnableToProcess.js +1 -1
  129. package/lib/form/fields/CheckBoxField/CheckBoxField.js +0 -0
  130. package/lib/form/fields/CheckBoxField/__tests__/__snapshots__/CheckBoxField.spec.js.snap +21 -18
  131. package/lib/form/fields/Fields.module.css +4 -1
  132. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +12 -7
  133. package/lib/form/fields/TagsMultiSelect/props/propTypes.js +2 -1
  134. package/lib/form/fields/TextEditor/TextEditor.module.css +0 -0
  135. package/lib/form/layout/Field/Field.js +0 -0
  136. package/lib/form/layout/Section/Section.js +0 -0
  137. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +8 -3
  138. package/lib/list/DepartmentDropDown/__tests__/__snapshots__/DepartmentDropDown.spec.js.snap +1 -1
  139. package/lib/list/DepartmentDropDown/props/defaultProps.js +2 -1
  140. package/lib/list/DepartmentDropDown/props/propTypes.js +2 -0
  141. package/lib/list/GridStencils/GridStencils.module.css +14 -5
  142. package/lib/list/SecondaryText/AccountName.js +27 -8
  143. package/lib/list/SecondaryText/ContactName.js +21 -6
  144. package/lib/list/SecondaryText/DepartmentText.js +15 -6
  145. package/lib/list/SecondaryText/Email.js +22 -7
  146. package/lib/list/SecondaryText/PhoneNumber.js +22 -7
  147. package/lib/list/SecondaryText/PriorityText.js +15 -6
  148. package/lib/list/SecondaryText/SecondaryText.js +26 -8
  149. package/lib/list/SecondaryText/SecondaryText.module.css +40 -24
  150. package/lib/list/SecondaryText/StatusText.js +15 -6
  151. package/lib/list/SecondaryText/TicketId.js +10 -2
  152. package/lib/list/SecondaryText/Website.js +18 -5
  153. package/lib/list/SecondaryText/__tests__/__snapshots__/AccountName.spec.js.snap +1 -1
  154. package/lib/list/SecondaryText/__tests__/__snapshots__/ContactName.spec.js.snap +1 -1
  155. package/lib/list/SecondaryText/__tests__/__snapshots__/DepartmentText.spec.js.snap +1 -1
  156. package/lib/list/SecondaryText/__tests__/__snapshots__/Email.spec.js.snap +1 -1
  157. package/lib/list/SecondaryText/__tests__/__snapshots__/PhoneNumber.spec.js.snap +1 -1
  158. package/lib/list/SecondaryText/__tests__/__snapshots__/PriorityText.spec.js.snap +1 -1
  159. package/lib/list/SecondaryText/__tests__/__snapshots__/SecondaryText.spec.js.snap +1 -1
  160. package/lib/list/SecondaryText/__tests__/__snapshots__/StatusText.spec.js.snap +1 -1
  161. package/lib/list/SecondaryText/__tests__/__snapshots__/Website.spec.js.snap +6 -2
  162. package/lib/list/SecondaryText/props/defaultProps.js +18 -0
  163. package/lib/list/SecondaryText/props/propTypes.js +22 -0
  164. package/lib/list/SecondryPanel/SecondryPanel.js +0 -0
  165. package/lib/list/Subject/Subject.js +40 -13
  166. package/lib/list/Subject/__tests__/__snapshots__/Subject.spec.js.snap +14 -14
  167. package/lib/list/Subject/props/defaultProps.js +3 -1
  168. package/lib/list/Subject/props/propTypes.js +6 -1
  169. package/lib/list/status/StatusDropdown/StatusDropdown.js +6 -2
  170. package/lib/list/status/StatusDropdown/props/defaultProps.js +2 -1
  171. package/lib/list/status/StatusDropdown/props/propTypes.js +3 -1
  172. package/lib/list/status/StatusListItem/StatusListItem.js +7 -3
  173. package/lib/list/status/StatusListItem/StatusListItem.module.css +40 -17
  174. package/lib/list/status/StatusListItem/props/defaultProps.js +2 -1
  175. package/lib/list/status/StatusListItem/props/propTypes.js +2 -1
  176. package/lib/lookup/EmptyPage/EmptyPage.js +0 -0
  177. package/lib/lookup/Lookup/Lookup.js +0 -0
  178. package/lib/lookup/Lookup/Lookup.module.css +0 -0
  179. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +0 -0
  180. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +0 -0
  181. package/lib/setup/helptips/Link/Link.js +0 -0
  182. package/lib/setup/helptips/Title/Title.js +0 -0
  183. package/lib/setup/table/Text/TableText.module.css +0 -0
  184. package/lib/setup/table/Text/Text.js +0 -0
  185. package/package.json +17 -22
  186. package/es/v1/ActionButton/ActionButton.js +0 -155
  187. package/es/v1/ActionButton/props/defaultProps.js +0 -19
  188. package/es/v1/ActionButton/props/propTypes.js +0 -37
  189. package/es/v1/AlphabeticList/AlphabeticList.js +0 -94
  190. package/es/v1/AlphabeticList/props/defaultProps.js +0 -12
  191. package/es/v1/AlphabeticList/props/propTypes.js +0 -23
  192. package/es/v1/Attachment/Attachment.js +0 -96
  193. package/es/v1/Attachment/props/defaultProps.js +0 -8
  194. package/es/v1/Attachment/props/propTypes.js +0 -18
  195. package/es/v1/AttachmentViewer/AttachmentImage.js +0 -81
  196. package/es/v1/AttachmentViewer/AttachmentViewer.js +0 -626
  197. package/es/v1/AttachmentViewer/props/defaultProps.js +0 -11
  198. package/es/v1/AttachmentViewer/props/propTypes.js +0 -36
  199. package/es/v1/ChannelIcon/ChannelIcon.js +0 -93
  200. package/es/v1/ChannelIcon/props/defaultProps.js +0 -7
  201. package/es/v1/ChannelIcon/props/propTypes.js +0 -25
  202. package/es/v1/Drawer/Drawer.js +0 -270
  203. package/es/v1/Drawer/props/defaultProps.js +0 -23
  204. package/es/v1/Drawer/props/propTypes.js +0 -53
  205. package/es/v1/ExternalLink/ExternalLink.js +0 -48
  206. package/es/v1/ExternalLink/props/defaultProps.js +0 -5
  207. package/es/v1/ExternalLink/props/propTypes.js +0 -12
  208. package/es/v1/FlipCard/FlipCard.js +0 -132
  209. package/es/v1/FlipCard/props/defaultProps.js +0 -5
  210. package/es/v1/FlipCard/props/propTypes.js +0 -37
  211. package/es/v1/FormAction/FormAction.js +0 -75
  212. package/es/v1/FormAction/props/defaultProps.js +0 -5
  213. package/es/v1/FormAction/props/propTypes.js +0 -8
  214. package/es/v1/FreezeLayer/FreezeLayer.js +0 -74
  215. package/es/v1/FreezeLayer/props/defaultProps.js +0 -9
  216. package/es/v1/FreezeLayer/props/propTypes.js +0 -19
  217. package/es/v1/GlobalNotification/GlobalNotification.js +0 -144
  218. package/es/v1/GlobalNotification/props/defaultProps.js +0 -6
  219. package/es/v1/GlobalNotification/props/propTypes.js +0 -42
  220. package/es/v1/IconButton/IconButton.js +0 -112
  221. package/es/v1/IconButton/props/defaultProps.js +0 -17
  222. package/es/v1/IconButton/props/propTypes.js +0 -33
  223. package/es/v1/Image/Image.js +0 -36
  224. package/es/v1/Image/props/defaultProps.js +0 -4
  225. package/es/v1/Image/props/propTypes.js +0 -15
  226. package/es/v1/ImportantNotes/ImportantNotes.js +0 -41
  227. package/es/v1/ImportantNotes/props/defaultProps.js +0 -6
  228. package/es/v1/ImportantNotes/props/propTypes.js +0 -10
  229. package/es/v1/Link/Link.js +0 -93
  230. package/es/v1/Link/props/defaultProps.js +0 -5
  231. package/es/v1/Link/props/propTypes.js +0 -18
  232. package/es/v1/Loader/Loader.js +0 -15
  233. package/es/v1/Message/Message.js +0 -91
  234. package/es/v1/Message/props/defaultProps.js +0 -4
  235. package/es/v1/Message/props/propTypes.js +0 -20
  236. package/es/v1/MessageBanner/MessageBanner.js +0 -60
  237. package/es/v1/MessageBanner/props/defaultProps.js +0 -7
  238. package/es/v1/MessageBanner/props/propTypes.js +0 -13
  239. package/es/v1/NewStar/NewStar.js +0 -61
  240. package/es/v1/NewStar/props/defaultProps.js +0 -4
  241. package/es/v1/NewStar/props/propTypes.js +0 -6
  242. package/es/v1/PlusIcon/PlusIcon.js +0 -32
  243. package/es/v1/PlusIcon/props/defaultProps.js +0 -8
  244. package/es/v1/PlusIcon/props/propTypes.js +0 -11
  245. package/es/v1/Separator/Separator.js +0 -53
  246. package/es/v1/Separator/props/defaultProps.js +0 -12
  247. package/es/v1/Separator/props/propTypes.js +0 -11
  248. package/es/v1/TagWithIcon/TagWithIcon.js +0 -39
  249. package/es/v1/TagWithIcon/props/defaultProps.js +0 -8
  250. package/es/v1/TagWithIcon/props/propTypes.js +0 -13
  251. package/es/v1/ToastMessage/ToastMessage.js +0 -201
  252. package/es/v1/ToastMessage/props/defaultProps.js +0 -18
  253. package/es/v1/ToastMessage/props/propTypes.js +0 -40
  254. package/es/v1/Upload/Upload.js +0 -69
  255. package/es/v1/Upload/props/defaultProps.js +0 -7
  256. package/es/v1/Upload/props/propTypes.js +0 -17
  257. package/es/v1/actions/AutoClose.js +0 -44
  258. package/es/v1/actions/props/defaultProps.js +0 -3
  259. package/es/v1/actions/props/propTypes.js +0 -8
  260. package/es/v1/alert/AlertClose/AlertClose.js +0 -43
  261. package/es/v1/alert/AlertClose/props/propTypes.js +0 -8
  262. package/es/v1/alert/AlertHeader/AlertHeader.js +0 -82
  263. package/es/v1/alert/AlertHeader/props/defaultProps.js +0 -12
  264. package/es/v1/alert/AlertHeader/props/propTypes.js +0 -20
  265. package/es/v1/alert/AlertLookup/AlertLookup.js +0 -166
  266. package/es/v1/alert/AlertLookup/props/defaultProps.js +0 -13
  267. package/es/v1/alert/AlertLookup/props/propTypes.js +0 -36
  268. package/es/v1/alert/alertIcons/AlarmAlertIcon.js +0 -65
  269. package/es/v1/alert/alertIcons/AlertIcons.js +0 -57
  270. package/es/v1/alert/alertIcons/DangerAlertIcon.js +0 -65
  271. package/es/v1/alert/alertIcons/ErrorAlertIcon.js +0 -70
  272. package/es/v1/alert/alertIcons/InfoAlertIcon.js +0 -74
  273. package/es/v1/alert/alertIcons/NotificationAlertIcon.js +0 -70
  274. package/es/v1/alert/alertIcons/SuccessAlertIcon.js +0 -65
  275. package/es/v1/alert/alertIcons/WarningAlertIcon.js +0 -65
  276. package/es/v1/alert/alertIcons/index.js +0 -8
  277. package/es/v1/alert/alertIcons/props/defaultProps.js +0 -27
  278. package/es/v1/alert/alertIcons/props/propTypes.js +0 -34
  279. package/es/v1/alert/index.js +0 -2
  280. package/es/v1/avatar/AvatarClose/AvatarClose.js +0 -47
  281. package/es/v1/avatar/AvatarClose/props/defaultProps.js +0 -7
  282. package/es/v1/avatar/AvatarClose/props/propTypes.js +0 -15
  283. package/es/v1/avatar/AvatarCollision/AvatarCollision.js +0 -51
  284. package/es/v1/avatar/AvatarCollision/props/defaultProps.js +0 -8
  285. package/es/v1/avatar/AvatarCollision/props/propTypes.js +0 -17
  286. package/es/v1/avatar/AvatarIcon/AvatarIcon.js +0 -48
  287. package/es/v1/avatar/AvatarIcon/props/defaultProps.js +0 -14
  288. package/es/v1/avatar/AvatarIcon/props/propTypes.js +0 -20
  289. package/es/v1/avatar/AvatarStatus/AvatarStatus.js +0 -59
  290. package/es/v1/avatar/AvatarStatus/props/defaultProps.js +0 -12
  291. package/es/v1/avatar/AvatarStatus/props/propTypes.js +0 -26
  292. package/es/v1/avatar/AvatarThread/AvatarThread.js +0 -72
  293. package/es/v1/avatar/AvatarThread/props/defaultProps.js +0 -9
  294. package/es/v1/avatar/AvatarThread/props/propTypes.js +0 -30
  295. package/es/v1/avatar/AvatarUser/AvatarUser.js +0 -110
  296. package/es/v1/avatar/AvatarUser/props/defaultProps.js +0 -8
  297. package/es/v1/avatar/AvatarUser/props/propTypes.js +0 -35
  298. package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -94
  299. package/es/v1/avatar/AvatarWithTeam/props/defaultProps.js +0 -9
  300. package/es/v1/avatar/AvatarWithTeam/props/propTypes.js +0 -25
  301. package/es/v1/avatar/index.js +0 -7
  302. package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +0 -880
  303. package/es/v1/dropdown/ToggleDropDown/props/defaultProps.js +0 -29
  304. package/es/v1/dropdown/ToggleDropDown/props/propTypes.js +0 -83
  305. package/es/v1/emptystate/CommonEmptyState/CommonEmptyState.js +0 -64
  306. package/es/v1/emptystate/CommonEmptyState/props/defaultProps.js +0 -10
  307. package/es/v1/emptystate/CommonEmptyState/props/propTypes.js +0 -21
  308. package/es/v1/emptystate/EditionPage/EditionPage.js +0 -51
  309. package/es/v1/emptystate/EditionPage/props/defaultProps.js +0 -5
  310. package/es/v1/emptystate/EditionPage/props/propTypes.js +0 -11
  311. package/es/v1/errorstate/Inconvenience/Inconvenience.js +0 -60
  312. package/es/v1/errorstate/Inconvenience/props/defaultProps.js +0 -8
  313. package/es/v1/errorstate/Inconvenience/props/propTypes.js +0 -16
  314. package/es/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +0 -64
  315. package/es/v1/errorstate/OopsSomethingMiss/props/defaultProps.js +0 -8
  316. package/es/v1/errorstate/OopsSomethingMiss/props/propTypes.js +0 -16
  317. package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +0 -64
  318. package/es/v1/errorstate/UnableToProcessRequest/props/defaultProps.js +0 -8
  319. package/es/v1/errorstate/UnableToProcessRequest/props/propTypes.js +0 -16
  320. package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -65
  321. package/es/v1/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -9
  322. package/es/v1/errorstate/UnauthorizedLogin/props/propTypes.js +0 -17
  323. package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +0 -64
  324. package/es/v1/errorstate/UrlNotFound/props/defaultProps.js +0 -8
  325. package/es/v1/errorstate/UrlNotFound/props/propTypes.js +0 -16
  326. package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +0 -64
  327. package/es/v1/errorstate/WillBeRightBack/props/defaultProps.js +0 -8
  328. package/es/v1/errorstate/WillBeRightBack/props/propTypes.js +0 -16
  329. package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +0 -130
  330. package/es/v1/form/fields/CheckBoxField/props/defaultProps.js +0 -12
  331. package/es/v1/form/fields/CheckBoxField/props/propTypes.js +0 -29
  332. package/es/v1/form/fields/CurrencyField/CurrencyField.js +0 -160
  333. package/es/v1/form/fields/CurrencyField/props/defaultProps.js +0 -17
  334. package/es/v1/form/fields/CurrencyField/props/propTypes.js +0 -39
  335. package/es/v1/form/fields/DateField/DateField.js +0 -164
  336. package/es/v1/form/fields/DateField/props/defaultProps.js +0 -19
  337. package/es/v1/form/fields/DateField/props/propTypes.js +0 -39
  338. package/es/v1/form/fields/FieldContainer/FieldContainer.js +0 -66
  339. package/es/v1/form/fields/FieldContainer/props/defaultProps.js +0 -6
  340. package/es/v1/form/fields/FieldContainer/props/propTypes.js +0 -24
  341. package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +0 -190
  342. package/es/v1/form/fields/MultiSelectField/props/defaultProps.js +0 -17
  343. package/es/v1/form/fields/MultiSelectField/props/propTypes.js +0 -50
  344. package/es/v1/form/fields/PhoneField/PhoneField.js +0 -161
  345. package/es/v1/form/fields/PhoneField/props/defaultProps.js +0 -16
  346. package/es/v1/form/fields/PhoneField/props/propTypes.js +0 -47
  347. package/es/v1/form/fields/RadioField/RadioField.js +0 -144
  348. package/es/v1/form/fields/RadioField/props/defaultProps.js +0 -13
  349. package/es/v1/form/fields/RadioField/props/propTypes.js +0 -33
  350. package/es/v1/form/fields/RadioField/useRadio.js +0 -44
  351. package/es/v1/form/fields/SelectField/SelectField.js +0 -160
  352. package/es/v1/form/fields/SelectField/props/defaultProps.js +0 -18
  353. package/es/v1/form/fields/SelectField/props/propTypes.js +0 -50
  354. package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +0 -333
  355. package/es/v1/form/fields/TagsMultiSelect/props/defaultProps.js +0 -16
  356. package/es/v1/form/fields/TagsMultiSelect/props/propTypes.js +0 -57
  357. package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +0 -276
  358. package/es/v1/form/fields/TagsMultiSelectField/props/defaultProps.js +0 -23
  359. package/es/v1/form/fields/TagsMultiSelectField/props/propTypes.js +0 -71
  360. package/es/v1/form/fields/TextBoxField/TextBoxField.js +0 -144
  361. package/es/v1/form/fields/TextBoxField/props/defaultProps.js +0 -17
  362. package/es/v1/form/fields/TextBoxField/props/propTypes.js +0 -44
  363. package/es/v1/form/fields/TextEditor/TextEditor.js +0 -418
  364. package/es/v1/form/fields/TextEditor/props/defaultProps.js +0 -16
  365. package/es/v1/form/fields/TextEditor/props/propTypes.js +0 -53
  366. package/es/v1/form/fields/TextEditorField/TextEditorField.js +0 -159
  367. package/es/v1/form/fields/TextEditorField/props/defaultProps.js +0 -15
  368. package/es/v1/form/fields/TextEditorField/props/propTypes.js +0 -59
  369. package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +0 -163
  370. package/es/v1/form/fields/TextEditorWrapper/props/defaultProps.js +0 -9
  371. package/es/v1/form/fields/TextEditorWrapper/props/propTypes.js +0 -40
  372. package/es/v1/form/fields/TextareaField/TextareaField.js +0 -140
  373. package/es/v1/form/fields/TextareaField/props/defaultProps.js +0 -15
  374. package/es/v1/form/fields/TextareaField/props/propTypes.js +0 -35
  375. package/es/v1/form/fields/ValidationMessage/ValidationMessage.js +0 -58
  376. package/es/v1/form/fields/ValidationMessage/props/defaultProps.js +0 -7
  377. package/es/v1/form/fields/ValidationMessage/props/propTypes.js +0 -16
  378. package/es/v1/form/fields/index.js +0 -16
  379. package/es/v1/form/fields/props/FieldCommonDefaultProps.js +0 -10
  380. package/es/v1/form/fields/props/FieldCommonPropTypes.js +0 -17
  381. package/es/v1/form/layout/Field/Field.js +0 -29
  382. package/es/v1/form/layout/Field/props/defaultProps.js +0 -4
  383. package/es/v1/form/layout/Field/props/propTypes.js +0 -10
  384. package/es/v1/form/layout/Section/Section.js +0 -30
  385. package/es/v1/form/layout/Section/props/propTypes.js +0 -11
  386. package/es/v1/form/layout/index.js +0 -2
  387. package/es/v1/layout/SetupDetailLayout/SetupDetailLayout.js +0 -174
  388. package/es/v1/layout/SetupDetailLayout/index.js +0 -4
  389. package/es/v1/layout/SetupDetailLayout/props/defaultProps.js +0 -20
  390. package/es/v1/layout/SetupDetailLayout/props/propTypes.js +0 -40
  391. package/es/v1/layout/SubtabLayout/SubtabLayout.js +0 -126
  392. package/es/v1/layout/SubtabLayout/index.js +0 -4
  393. package/es/v1/layout/SubtabLayout/props/defaultProps.js +0 -25
  394. package/es/v1/layout/SubtabLayout/props/propTypes.js +0 -40
  395. package/es/v1/list/AvatarFlip/AvatarFlip.js +0 -73
  396. package/es/v1/list/AvatarFlip/props/defaultProps.js +0 -6
  397. package/es/v1/list/AvatarFlip/props/propTypes.js +0 -29
  398. package/es/v1/list/BluePrintStatus/BluePrintStatus.js +0 -21
  399. package/es/v1/list/BluePrintStatus/props/propTypes.js +0 -4
  400. package/es/v1/list/Comment/Comment.js +0 -35
  401. package/es/v1/list/Comment/props/defaultProps.js +0 -4
  402. package/es/v1/list/Comment/props/propTypes.js +0 -7
  403. package/es/v1/list/DepartmentDropDown/DepartmentDropDown.js +0 -85
  404. package/es/v1/list/DepartmentDropDown/props/defaultProps.js +0 -7
  405. package/es/v1/list/DepartmentDropDown/props/propTypes.js +0 -24
  406. package/es/v1/list/Dot/Dot.js +0 -15
  407. package/es/v1/list/Dot/props/defaultProps.js +0 -4
  408. package/es/v1/list/Dot/props/propTypes.js +0 -5
  409. package/es/v1/list/DotNew/DotNew.js +0 -22
  410. package/es/v1/list/DotNew/props/defaultProps.js +0 -3
  411. package/es/v1/list/DotNew/props/propTypes.js +0 -6
  412. package/es/v1/list/GridStencils/GridStencils.js +0 -31
  413. package/es/v1/list/GridStencils/props/propTypes.js +0 -8
  414. package/es/v1/list/Icons/AddNewIcon.js +0 -25
  415. package/es/v1/list/Icons/CompleteIcon.js +0 -27
  416. package/es/v1/list/Icons/DeleteIcon.js +0 -28
  417. package/es/v1/list/Icons/EditIcon.js +0 -28
  418. package/es/v1/list/Icons/FloatingIcons.js +0 -23
  419. package/es/v1/list/Icons/ReadUnreadIcon.js +0 -32
  420. package/es/v1/list/Icons/SmartIcon.js +0 -25
  421. package/es/v1/list/Icons/index.js +0 -7
  422. package/es/v1/list/Icons/props/defaultProps.js +0 -6
  423. package/es/v1/list/Icons/props/propTypes.js +0 -53
  424. package/es/v1/list/ListLayout/ListLayout.js +0 -68
  425. package/es/v1/list/ListLayout/props/defaultProps.js +0 -11
  426. package/es/v1/list/ListLayout/props/propTypes.js +0 -27
  427. package/es/v1/list/ListStencils/ListStencils.js +0 -44
  428. package/es/v1/list/ListStencils/props/defaultProps.js +0 -3
  429. package/es/v1/list/ListStencils/props/propTypes.js +0 -4
  430. package/es/v1/list/SecondaryText/AccountName.js +0 -77
  431. package/es/v1/list/SecondaryText/ContactName.js +0 -76
  432. package/es/v1/list/SecondaryText/DepartmentText.js +0 -18
  433. package/es/v1/list/SecondaryText/Email.js +0 -47
  434. package/es/v1/list/SecondaryText/HappinessRating.js +0 -23
  435. package/es/v1/list/SecondaryText/PhoneNumber.js +0 -51
  436. package/es/v1/list/SecondaryText/PriorityText.js +0 -21
  437. package/es/v1/list/SecondaryText/SecondaryText.js +0 -27
  438. package/es/v1/list/SecondaryText/StatusText.js +0 -22
  439. package/es/v1/list/SecondaryText/TicketId.js +0 -41
  440. package/es/v1/list/SecondaryText/Website.js +0 -35
  441. package/es/v1/list/SecondaryText/index.js +0 -11
  442. package/es/v1/list/SecondaryText/props/defaultProps.js +0 -44
  443. package/es/v1/list/SecondaryText/props/propTypes.js +0 -142
  444. package/es/v1/list/SecondryPanel/SecondryPanel.js +0 -87
  445. package/es/v1/list/SecondryPanel/props/defaultProps.js +0 -18
  446. package/es/v1/list/SecondryPanel/props/propTypes.js +0 -27
  447. package/es/v1/list/SentimentStatus/SentimentStatus.js +0 -23
  448. package/es/v1/list/SentimentStatus/props/propTypes.js +0 -5
  449. package/es/v1/list/Subject/Subject.js +0 -52
  450. package/es/v1/list/Subject/props/defaultProps.js +0 -8
  451. package/es/v1/list/Subject/props/propTypes.js +0 -20
  452. package/es/v1/list/TagNew/TagNew.js +0 -24
  453. package/es/v1/list/TagNew/props/defaultProps.js +0 -4
  454. package/es/v1/list/TagNew/props/propTypes.js +0 -8
  455. package/es/v1/list/Thread/Thread.js +0 -33
  456. package/es/v1/list/Thread/props/defaultProps.js +0 -4
  457. package/es/v1/list/Thread/props/propTypes.js +0 -8
  458. package/es/v1/list/index.js +0 -16
  459. package/es/v1/list/status/StatusDropdown/StatusDropdown.js +0 -307
  460. package/es/v1/list/status/StatusDropdown/props/defaultProps.js +0 -22
  461. package/es/v1/list/status/StatusDropdown/props/propTypes.js +0 -60
  462. package/es/v1/list/status/StatusListItem/StatusListItem.js +0 -108
  463. package/es/v1/list/status/StatusListItem/props/defaultProps.js +0 -16
  464. package/es/v1/list/status/StatusListItem/props/propTypes.js +0 -31
  465. package/es/v1/list/status/index.js +0 -2
  466. package/es/v1/lookup/EmptyPage/EmptyPage.js +0 -54
  467. package/es/v1/lookup/EmptyPage/props/defaultProps.js +0 -4
  468. package/es/v1/lookup/EmptyPage/props/propTypes.js +0 -5
  469. package/es/v1/lookup/Lookup/Lookup.js +0 -116
  470. package/es/v1/lookup/Lookup/props/defaultProps.js +0 -9
  471. package/es/v1/lookup/Lookup/props/propTypes.js +0 -24
  472. package/es/v1/lookup/Section/Section.js +0 -18
  473. package/es/v1/lookup/Section/props/propTypes.js +0 -6
  474. package/es/v1/lookup/header/Close/Close.js +0 -30
  475. package/es/v1/lookup/header/Close/props/defaultProps.js +0 -3
  476. package/es/v1/lookup/header/Close/props/propTypes.js +0 -6
  477. package/es/v1/lookup/header/ModuleHeader/ModuleHeader.js +0 -89
  478. package/es/v1/lookup/header/ModuleHeader/props/defaultProps.js +0 -9
  479. package/es/v1/lookup/header/ModuleHeader/props/propTypes.js +0 -20
  480. package/es/v1/lookup/header/Search/Search.js +0 -179
  481. package/es/v1/lookup/header/Search/props/defaultProps.js +0 -5
  482. package/es/v1/lookup/header/Search/props/propTypes.js +0 -28
  483. package/es/v1/lookup/header/TicketHeader/TicketHeader.js +0 -108
  484. package/es/v1/lookup/header/TicketHeader/props/defaultProps.js +0 -10
  485. package/es/v1/lookup/header/TicketHeader/props/propTypes.js +0 -21
  486. package/es/v1/lookup/header/Title/Title.js +0 -27
  487. package/es/v1/lookup/header/Title/props/defaultProps.js +0 -3
  488. package/es/v1/lookup/header/Title/props/propTypes.js +0 -6
  489. package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +0 -194
  490. package/es/v1/lookup/header/ViewDropDown/props/defaultProps.js +0 -10
  491. package/es/v1/lookup/header/ViewDropDown/props/propTypes.js +0 -27
  492. package/es/v1/lookup/header/index.js +0 -5
  493. package/es/v1/notification/DesktopNotification/DesktopNotification.js +0 -190
  494. package/es/v1/notification/DesktopNotification/props/defaultProps.js +0 -17
  495. package/es/v1/notification/DesktopNotification/props/propTypes.js +0 -43
  496. package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +0 -91
  497. package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +0 -7
  498. package/es/v1/notification/DesktopNotificationHeader/props/propTypes.js +0 -13
  499. package/es/v1/setup/header/Button/Button.js +0 -24
  500. package/es/v1/setup/header/Button/props/defaultProps.js +0 -4
  501. package/es/v1/setup/header/Button/props/propTypes.js +0 -7
  502. package/es/v1/setup/header/Link/Link.js +0 -32
  503. package/es/v1/setup/header/Link/props/defaultProps.js +0 -4
  504. package/es/v1/setup/header/Link/props/propTypes.js +0 -8
  505. package/es/v1/setup/header/Search/Search.js +0 -60
  506. package/es/v1/setup/header/Search/props/defaultProps.js +0 -6
  507. package/es/v1/setup/header/Search/props/propTypes.js +0 -12
  508. package/es/v1/setup/header/Views/Views.js +0 -34
  509. package/es/v1/setup/header/Views/props/defaultProps.js +0 -6
  510. package/es/v1/setup/header/Views/props/propTypes.js +0 -9
  511. package/es/v1/setup/header/index.js +0 -4
  512. package/es/v1/setup/helptips/Description/Description.js +0 -12
  513. package/es/v1/setup/helptips/Description/props/propTypes.js +0 -4
  514. package/es/v1/setup/helptips/Link/Link.js +0 -29
  515. package/es/v1/setup/helptips/Link/props/propTypes.js +0 -7
  516. package/es/v1/setup/helptips/ListGroup/ListGroup.js +0 -27
  517. package/es/v1/setup/helptips/ListGroup/props/propTypes.js +0 -5
  518. package/es/v1/setup/helptips/Title/Title.js +0 -12
  519. package/es/v1/setup/helptips/Title/props/propTypes.js +0 -4
  520. package/es/v1/setup/helptips/index.js +0 -4
  521. package/es/v1/setup/index.js +0 -6
  522. package/es/v1/setup/table/Table/Table.js +0 -22
  523. package/es/v1/setup/table/Table/props/defaultProps.js +0 -4
  524. package/es/v1/setup/table/Table/props/propTypes.js +0 -6
  525. package/es/v1/setup/table/TableBody/TableBody.js +0 -26
  526. package/es/v1/setup/table/TableBody/props/defaultProps.js +0 -3
  527. package/es/v1/setup/table/TableBody/props/propTypes.js +0 -7
  528. package/es/v1/setup/table/TableData/TableData.js +0 -31
  529. package/es/v1/setup/table/TableData/props/defaultProps.js +0 -5
  530. package/es/v1/setup/table/TableData/props/propTypes.js +0 -11
  531. package/es/v1/setup/table/TableHead/TableHead.js +0 -31
  532. package/es/v1/setup/table/TableHead/props/defaultProps.js +0 -4
  533. package/es/v1/setup/table/TableHead/props/propTypes.js +0 -8
  534. package/es/v1/setup/table/TableRow/TableRow.js +0 -36
  535. package/es/v1/setup/table/TableRow/props/defaultProps.js +0 -4
  536. package/es/v1/setup/table/TableRow/props/propTypes.js +0 -11
  537. package/es/v1/setup/table/Text/Text.js +0 -50
  538. package/es/v1/setup/table/Text/props/defaultProps.js +0 -7
  539. package/es/v1/setup/table/Text/props/propTypes.js +0 -13
  540. package/es/v1/setup/table/index.js +0 -5
  541. package/es/v1/svg/PlusIcon.js +0 -25
  542. package/es/v1/svg/SnippetIcon.js +0 -27
  543. package/es/v1/svg/TemplateIcon.js +0 -28
  544. package/es/v1/svg/index.js +0 -3
  545. package/es/v1/svg/props/defaultProps.js +0 -15
  546. package/es/v1/svg/props/propTypes.js +0 -16
  547. package/es/v1/utils/ChannelIconMapping.js +0 -129
  548. package/es/v1/utils/General.js +0 -45
  549. package/es/v1/utils/editorUtils.js +0 -193
  550. package/lib/v1/ActionButton/ActionButton.js +0 -173
  551. package/lib/v1/ActionButton/props/defaultProps.js +0 -26
  552. package/lib/v1/ActionButton/props/propTypes.js +0 -48
  553. package/lib/v1/AlphabeticList/AlphabeticList.js +0 -113
  554. package/lib/v1/AlphabeticList/props/defaultProps.js +0 -20
  555. package/lib/v1/AlphabeticList/props/propTypes.js +0 -50
  556. package/lib/v1/Attachment/Attachment.js +0 -110
  557. package/lib/v1/Attachment/props/defaultProps.js +0 -15
  558. package/lib/v1/Attachment/props/propTypes.js +0 -29
  559. package/lib/v1/AttachmentViewer/AttachmentImage.js +0 -117
  560. package/lib/v1/AttachmentViewer/AttachmentViewer.js +0 -713
  561. package/lib/v1/AttachmentViewer/props/defaultProps.js +0 -19
  562. package/lib/v1/AttachmentViewer/props/propTypes.js +0 -48
  563. package/lib/v1/ChannelIcon/ChannelIcon.js +0 -114
  564. package/lib/v1/ChannelIcon/props/defaultProps.js +0 -14
  565. package/lib/v1/ChannelIcon/props/propTypes.js +0 -36
  566. package/lib/v1/Drawer/Drawer.js +0 -302
  567. package/lib/v1/Drawer/props/defaultProps.js +0 -32
  568. package/lib/v1/Drawer/props/propTypes.js +0 -67
  569. package/lib/v1/ExternalLink/ExternalLink.js +0 -57
  570. package/lib/v1/ExternalLink/props/defaultProps.js +0 -12
  571. package/lib/v1/ExternalLink/props/propTypes.js +0 -23
  572. package/lib/v1/FlipCard/FlipCard.js +0 -149
  573. package/lib/v1/FlipCard/props/defaultProps.js +0 -12
  574. package/lib/v1/FlipCard/props/propTypes.js +0 -48
  575. package/lib/v1/FormAction/FormAction.js +0 -102
  576. package/lib/v1/FormAction/props/defaultProps.js +0 -12
  577. package/lib/v1/FormAction/props/propTypes.js +0 -19
  578. package/lib/v1/FreezeLayer/FreezeLayer.js +0 -94
  579. package/lib/v1/FreezeLayer/props/defaultProps.js +0 -16
  580. package/lib/v1/FreezeLayer/props/propTypes.js +0 -31
  581. package/lib/v1/GlobalNotification/GlobalNotification.js +0 -187
  582. package/lib/v1/GlobalNotification/props/defaultProps.js +0 -13
  583. package/lib/v1/GlobalNotification/props/propTypes.js +0 -58
  584. package/lib/v1/IconButton/IconButton.js +0 -149
  585. package/lib/v1/IconButton/props/defaultProps.js +0 -24
  586. package/lib/v1/IconButton/props/propTypes.js +0 -43
  587. package/lib/v1/Image/Image.js +0 -48
  588. package/lib/v1/Image/props/defaultProps.js +0 -11
  589. package/lib/v1/Image/props/propTypes.js +0 -26
  590. package/lib/v1/ImportantNotes/ImportantNotes.js +0 -55
  591. package/lib/v1/ImportantNotes/props/defaultProps.js +0 -13
  592. package/lib/v1/ImportantNotes/props/propTypes.js +0 -21
  593. package/lib/v1/Link/Link.js +0 -116
  594. package/lib/v1/Link/props/defaultProps.js +0 -12
  595. package/lib/v1/Link/props/propTypes.js +0 -29
  596. package/lib/v1/Loader/Loader.js +0 -27
  597. package/lib/v1/Message/Message.js +0 -113
  598. package/lib/v1/Message/props/defaultProps.js +0 -11
  599. package/lib/v1/Message/props/propTypes.js +0 -41
  600. package/lib/v1/MessageBanner/MessageBanner.js +0 -75
  601. package/lib/v1/MessageBanner/props/defaultProps.js +0 -14
  602. package/lib/v1/MessageBanner/props/propTypes.js +0 -24
  603. package/lib/v1/NewStar/NewStar.js +0 -74
  604. package/lib/v1/NewStar/props/defaultProps.js +0 -11
  605. package/lib/v1/NewStar/props/propTypes.js +0 -17
  606. package/lib/v1/PlusIcon/PlusIcon.js +0 -45
  607. package/lib/v1/PlusIcon/props/defaultProps.js +0 -15
  608. package/lib/v1/PlusIcon/props/propTypes.js +0 -22
  609. package/lib/v1/Separator/Separator.js +0 -66
  610. package/lib/v1/Separator/props/defaultProps.js +0 -19
  611. package/lib/v1/Separator/props/propTypes.js +0 -22
  612. package/lib/v1/TagWithIcon/TagWithIcon.js +0 -53
  613. package/lib/v1/TagWithIcon/props/defaultProps.js +0 -15
  614. package/lib/v1/TagWithIcon/props/propTypes.js +0 -24
  615. package/lib/v1/ToastMessage/ToastMessage.js +0 -246
  616. package/lib/v1/ToastMessage/props/defaultProps.js +0 -25
  617. package/lib/v1/ToastMessage/props/propTypes.js +0 -51
  618. package/lib/v1/Upload/Upload.js +0 -83
  619. package/lib/v1/Upload/props/defaultProps.js +0 -14
  620. package/lib/v1/Upload/props/propTypes.js +0 -28
  621. package/lib/v1/actions/AutoClose.js +0 -75
  622. package/lib/v1/actions/props/defaultProps.js +0 -10
  623. package/lib/v1/actions/props/propTypes.js +0 -19
  624. package/lib/v1/alert/AlertClose/AlertClose.js +0 -62
  625. package/lib/v1/alert/AlertClose/props/propTypes.js +0 -19
  626. package/lib/v1/alert/AlertHeader/AlertHeader.js +0 -107
  627. package/lib/v1/alert/AlertHeader/props/defaultProps.js +0 -19
  628. package/lib/v1/alert/AlertHeader/props/propTypes.js +0 -31
  629. package/lib/v1/alert/AlertLookup/AlertLookup.js +0 -187
  630. package/lib/v1/alert/AlertLookup/props/defaultProps.js +0 -20
  631. package/lib/v1/alert/AlertLookup/props/propTypes.js +0 -47
  632. package/lib/v1/alert/alertIcons/AlarmAlertIcon.js +0 -77
  633. package/lib/v1/alert/alertIcons/AlertIcons.js +0 -78
  634. package/lib/v1/alert/alertIcons/DangerAlertIcon.js +0 -77
  635. package/lib/v1/alert/alertIcons/ErrorAlertIcon.js +0 -82
  636. package/lib/v1/alert/alertIcons/InfoAlertIcon.js +0 -86
  637. package/lib/v1/alert/alertIcons/NotificationAlertIcon.js +0 -82
  638. package/lib/v1/alert/alertIcons/SuccessAlertIcon.js +0 -77
  639. package/lib/v1/alert/alertIcons/WarningAlertIcon.js +0 -77
  640. package/lib/v1/alert/alertIcons/index.js +0 -71
  641. package/lib/v1/alert/alertIcons/props/defaultProps.js +0 -41
  642. package/lib/v1/alert/alertIcons/props/propTypes.js +0 -52
  643. package/lib/v1/alert/index.js +0 -23
  644. package/lib/v1/avatar/AvatarClose/AvatarClose.js +0 -61
  645. package/lib/v1/avatar/AvatarClose/props/defaultProps.js +0 -14
  646. package/lib/v1/avatar/AvatarClose/props/propTypes.js +0 -26
  647. package/lib/v1/avatar/AvatarCollision/AvatarCollision.js +0 -65
  648. package/lib/v1/avatar/AvatarCollision/props/defaultProps.js +0 -15
  649. package/lib/v1/avatar/AvatarCollision/props/propTypes.js +0 -28
  650. package/lib/v1/avatar/AvatarIcon/AvatarIcon.js +0 -63
  651. package/lib/v1/avatar/AvatarIcon/props/defaultProps.js +0 -21
  652. package/lib/v1/avatar/AvatarIcon/props/propTypes.js +0 -31
  653. package/lib/v1/avatar/AvatarStatus/AvatarStatus.js +0 -73
  654. package/lib/v1/avatar/AvatarStatus/props/defaultProps.js +0 -19
  655. package/lib/v1/avatar/AvatarStatus/props/propTypes.js +0 -35
  656. package/lib/v1/avatar/AvatarThread/AvatarThread.js +0 -85
  657. package/lib/v1/avatar/AvatarThread/props/defaultProps.js +0 -16
  658. package/lib/v1/avatar/AvatarThread/props/propTypes.js +0 -41
  659. package/lib/v1/avatar/AvatarUser/AvatarUser.js +0 -122
  660. package/lib/v1/avatar/AvatarUser/props/defaultProps.js +0 -15
  661. package/lib/v1/avatar/AvatarUser/props/propTypes.js +0 -46
  662. package/lib/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +0 -109
  663. package/lib/v1/avatar/AvatarWithTeam/props/defaultProps.js +0 -16
  664. package/lib/v1/avatar/AvatarWithTeam/props/propTypes.js +0 -36
  665. package/lib/v1/avatar/index.js +0 -63
  666. package/lib/v1/dropdown/ToggleDropDown/ToggleDropDown.js +0 -946
  667. package/lib/v1/dropdown/ToggleDropDown/props/defaultProps.js +0 -36
  668. package/lib/v1/dropdown/ToggleDropDown/props/propTypes.js +0 -94
  669. package/lib/v1/emptystate/CommonEmptyState/CommonEmptyState.js +0 -77
  670. package/lib/v1/emptystate/CommonEmptyState/props/defaultProps.js +0 -17
  671. package/lib/v1/emptystate/CommonEmptyState/props/propTypes.js +0 -32
  672. package/lib/v1/emptystate/EditionPage/EditionPage.js +0 -64
  673. package/lib/v1/emptystate/EditionPage/props/defaultProps.js +0 -12
  674. package/lib/v1/emptystate/EditionPage/props/propTypes.js +0 -22
  675. package/lib/v1/errorstate/Inconvenience/Inconvenience.js +0 -76
  676. package/lib/v1/errorstate/Inconvenience/props/defaultProps.js +0 -15
  677. package/lib/v1/errorstate/Inconvenience/props/propTypes.js +0 -27
  678. package/lib/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +0 -80
  679. package/lib/v1/errorstate/OopsSomethingMiss/props/defaultProps.js +0 -15
  680. package/lib/v1/errorstate/OopsSomethingMiss/props/propTypes.js +0 -27
  681. package/lib/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +0 -80
  682. package/lib/v1/errorstate/UnableToProcessRequest/props/defaultProps.js +0 -15
  683. package/lib/v1/errorstate/UnableToProcessRequest/props/propTypes.js +0 -27
  684. package/lib/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +0 -81
  685. package/lib/v1/errorstate/UnauthorizedLogin/props/defaultProps.js +0 -16
  686. package/lib/v1/errorstate/UnauthorizedLogin/props/propTypes.js +0 -28
  687. package/lib/v1/errorstate/UrlNotFound/UrlNotFound.js +0 -80
  688. package/lib/v1/errorstate/UrlNotFound/props/defaultProps.js +0 -15
  689. package/lib/v1/errorstate/UrlNotFound/props/propTypes.js +0 -27
  690. package/lib/v1/errorstate/WillBeRightBack/WillBeRightBack.js +0 -80
  691. package/lib/v1/errorstate/WillBeRightBack/props/defaultProps.js +0 -15
  692. package/lib/v1/errorstate/WillBeRightBack/props/propTypes.js +0 -27
  693. package/lib/v1/form/fields/CheckBoxField/CheckBoxField.js +0 -148
  694. package/lib/v1/form/fields/CheckBoxField/props/defaultProps.js +0 -27
  695. package/lib/v1/form/fields/CheckBoxField/props/propTypes.js +0 -47
  696. package/lib/v1/form/fields/CurrencyField/CurrencyField.js +0 -194
  697. package/lib/v1/form/fields/CurrencyField/props/defaultProps.js +0 -32
  698. package/lib/v1/form/fields/CurrencyField/props/propTypes.js +0 -57
  699. package/lib/v1/form/fields/DateField/DateField.js +0 -183
  700. package/lib/v1/form/fields/DateField/props/defaultProps.js +0 -34
  701. package/lib/v1/form/fields/DateField/props/propTypes.js +0 -57
  702. package/lib/v1/form/fields/FieldContainer/FieldContainer.js +0 -87
  703. package/lib/v1/form/fields/FieldContainer/props/defaultProps.js +0 -22
  704. package/lib/v1/form/fields/FieldContainer/props/propTypes.js +0 -35
  705. package/lib/v1/form/fields/MultiSelectField/MultiSelectField.js +0 -208
  706. package/lib/v1/form/fields/MultiSelectField/props/defaultProps.js +0 -32
  707. package/lib/v1/form/fields/MultiSelectField/props/propTypes.js +0 -68
  708. package/lib/v1/form/fields/PhoneField/PhoneField.js +0 -193
  709. package/lib/v1/form/fields/PhoneField/props/defaultProps.js +0 -23
  710. package/lib/v1/form/fields/PhoneField/props/propTypes.js +0 -58
  711. package/lib/v1/form/fields/RadioField/RadioField.js +0 -164
  712. package/lib/v1/form/fields/RadioField/props/defaultProps.js +0 -20
  713. package/lib/v1/form/fields/RadioField/props/propTypes.js +0 -44
  714. package/lib/v1/form/fields/RadioField/useRadio.js +0 -50
  715. package/lib/v1/form/fields/SelectField/SelectField.js +0 -179
  716. package/lib/v1/form/fields/SelectField/props/defaultProps.js +0 -33
  717. package/lib/v1/form/fields/SelectField/props/propTypes.js +0 -68
  718. package/lib/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +0 -387
  719. package/lib/v1/form/fields/TagsMultiSelect/props/defaultProps.js +0 -23
  720. package/lib/v1/form/fields/TagsMultiSelect/props/propTypes.js +0 -68
  721. package/lib/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +0 -317
  722. package/lib/v1/form/fields/TagsMultiSelectField/props/defaultProps.js +0 -38
  723. package/lib/v1/form/fields/TagsMultiSelectField/props/propTypes.js +0 -83
  724. package/lib/v1/form/fields/TextBoxField/TextBoxField.js +0 -163
  725. package/lib/v1/form/fields/TextBoxField/props/defaultProps.js +0 -32
  726. package/lib/v1/form/fields/TextBoxField/props/propTypes.js +0 -62
  727. package/lib/v1/form/fields/TextEditor/TextEditor.js +0 -462
  728. package/lib/v1/form/fields/TextEditor/props/defaultProps.js +0 -23
  729. package/lib/v1/form/fields/TextEditor/props/propTypes.js +0 -64
  730. package/lib/v1/form/fields/TextEditorField/TextEditorField.js +0 -175
  731. package/lib/v1/form/fields/TextEditorField/props/defaultProps.js +0 -30
  732. package/lib/v1/form/fields/TextEditorField/props/propTypes.js +0 -67
  733. package/lib/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +0 -204
  734. package/lib/v1/form/fields/TextEditorWrapper/props/defaultProps.js +0 -16
  735. package/lib/v1/form/fields/TextEditorWrapper/props/propTypes.js +0 -51
  736. package/lib/v1/form/fields/TextareaField/TextareaField.js +0 -157
  737. package/lib/v1/form/fields/TextareaField/props/defaultProps.js +0 -30
  738. package/lib/v1/form/fields/TextareaField/props/propTypes.js +0 -53
  739. package/lib/v1/form/fields/ValidationMessage/ValidationMessage.js +0 -71
  740. package/lib/v1/form/fields/ValidationMessage/props/defaultProps.js +0 -14
  741. package/lib/v1/form/fields/ValidationMessage/props/propTypes.js +0 -27
  742. package/lib/v1/form/fields/index.js +0 -135
  743. package/lib/v1/form/fields/props/FieldCommonDefaultProps.js +0 -19
  744. package/lib/v1/form/fields/props/FieldCommonPropTypes.js +0 -28
  745. package/lib/v1/form/layout/Field/Field.js +0 -40
  746. package/lib/v1/form/layout/Field/props/defaultProps.js +0 -11
  747. package/lib/v1/form/layout/Field/props/propTypes.js +0 -21
  748. package/lib/v1/form/layout/Section/Section.js +0 -40
  749. package/lib/v1/form/layout/Section/props/propTypes.js +0 -22
  750. package/lib/v1/form/layout/index.js +0 -23
  751. package/lib/v1/layout/SetupDetailLayout/SetupDetailLayout.js +0 -212
  752. package/lib/v1/layout/SetupDetailLayout/index.js +0 -37
  753. package/lib/v1/layout/SetupDetailLayout/props/defaultProps.js +0 -30
  754. package/lib/v1/layout/SetupDetailLayout/props/propTypes.js +0 -54
  755. package/lib/v1/layout/SubtabLayout/SubtabLayout.js +0 -146
  756. package/lib/v1/layout/SubtabLayout/index.js +0 -37
  757. package/lib/v1/layout/SubtabLayout/props/defaultProps.js +0 -35
  758. package/lib/v1/layout/SubtabLayout/props/propTypes.js +0 -54
  759. package/lib/v1/list/AvatarFlip/AvatarFlip.js +0 -86
  760. package/lib/v1/list/AvatarFlip/props/defaultProps.js +0 -13
  761. package/lib/v1/list/AvatarFlip/props/propTypes.js +0 -40
  762. package/lib/v1/list/BluePrintStatus/BluePrintStatus.js +0 -33
  763. package/lib/v1/list/BluePrintStatus/props/propTypes.js +0 -15
  764. package/lib/v1/list/Comment/Comment.js +0 -49
  765. package/lib/v1/list/Comment/props/defaultProps.js +0 -11
  766. package/lib/v1/list/Comment/props/propTypes.js +0 -18
  767. package/lib/v1/list/DepartmentDropDown/DepartmentDropDown.js +0 -102
  768. package/lib/v1/list/DepartmentDropDown/props/defaultProps.js +0 -14
  769. package/lib/v1/list/DepartmentDropDown/props/propTypes.js +0 -35
  770. package/lib/v1/list/Dot/Dot.js +0 -27
  771. package/lib/v1/list/Dot/props/defaultProps.js +0 -11
  772. package/lib/v1/list/Dot/props/propTypes.js +0 -16
  773. package/lib/v1/list/DotNew/DotNew.js +0 -34
  774. package/lib/v1/list/DotNew/props/defaultProps.js +0 -10
  775. package/lib/v1/list/DotNew/props/propTypes.js +0 -17
  776. package/lib/v1/list/GridStencils/GridStencils.js +0 -42
  777. package/lib/v1/list/GridStencils/props/propTypes.js +0 -19
  778. package/lib/v1/list/Icons/AddNewIcon.js +0 -38
  779. package/lib/v1/list/Icons/CompleteIcon.js +0 -40
  780. package/lib/v1/list/Icons/DeleteIcon.js +0 -41
  781. package/lib/v1/list/Icons/EditIcon.js +0 -41
  782. package/lib/v1/list/Icons/FloatingIcons.js +0 -42
  783. package/lib/v1/list/Icons/ReadUnreadIcon.js +0 -46
  784. package/lib/v1/list/Icons/SmartIcon.js +0 -38
  785. package/lib/v1/list/Icons/index.js +0 -63
  786. package/lib/v1/list/Icons/props/defaultProps.js +0 -14
  787. package/lib/v1/list/Icons/props/propTypes.js +0 -70
  788. package/lib/v1/list/ListLayout/ListLayout.js +0 -82
  789. package/lib/v1/list/ListLayout/props/defaultProps.js +0 -18
  790. package/lib/v1/list/ListLayout/props/propTypes.js +0 -39
  791. package/lib/v1/list/ListStencils/ListStencils.js +0 -57
  792. package/lib/v1/list/ListStencils/props/defaultProps.js +0 -10
  793. package/lib/v1/list/ListStencils/props/propTypes.js +0 -15
  794. package/lib/v1/list/SecondaryText/AccountName.js +0 -86
  795. package/lib/v1/list/SecondaryText/ContactName.js +0 -94
  796. package/lib/v1/list/SecondaryText/DepartmentText.js +0 -29
  797. package/lib/v1/list/SecondaryText/Email.js +0 -53
  798. package/lib/v1/list/SecondaryText/HappinessRating.js +0 -34
  799. package/lib/v1/list/SecondaryText/PhoneNumber.js +0 -57
  800. package/lib/v1/list/SecondaryText/PriorityText.js +0 -33
  801. package/lib/v1/list/SecondaryText/SecondaryText.js +0 -38
  802. package/lib/v1/list/SecondaryText/StatusText.js +0 -34
  803. package/lib/v1/list/SecondaryText/TicketId.js +0 -54
  804. package/lib/v1/list/SecondaryText/Website.js +0 -48
  805. package/lib/v1/list/SecondaryText/index.js +0 -95
  806. package/lib/v1/list/SecondaryText/props/defaultProps.js +0 -59
  807. package/lib/v1/list/SecondaryText/props/propTypes.js +0 -163
  808. package/lib/v1/list/SecondryPanel/SecondryPanel.js +0 -104
  809. package/lib/v1/list/SecondryPanel/props/defaultProps.js +0 -28
  810. package/lib/v1/list/SecondryPanel/props/propTypes.js +0 -41
  811. package/lib/v1/list/SentimentStatus/SentimentStatus.js +0 -35
  812. package/lib/v1/list/SentimentStatus/props/propTypes.js +0 -16
  813. package/lib/v1/list/Subject/Subject.js +0 -65
  814. package/lib/v1/list/Subject/props/defaultProps.js +0 -15
  815. package/lib/v1/list/Subject/props/propTypes.js +0 -31
  816. package/lib/v1/list/TagNew/TagNew.js +0 -35
  817. package/lib/v1/list/TagNew/props/defaultProps.js +0 -11
  818. package/lib/v1/list/TagNew/props/propTypes.js +0 -19
  819. package/lib/v1/list/Thread/Thread.js +0 -46
  820. package/lib/v1/list/Thread/props/defaultProps.js +0 -11
  821. package/lib/v1/list/Thread/props/propTypes.js +0 -19
  822. package/lib/v1/list/index.js +0 -165
  823. package/lib/v1/list/status/StatusDropdown/StatusDropdown.js +0 -363
  824. package/lib/v1/list/status/StatusDropdown/props/defaultProps.js +0 -29
  825. package/lib/v1/list/status/StatusDropdown/props/propTypes.js +0 -34
  826. package/lib/v1/list/status/StatusListItem/StatusListItem.js +0 -124
  827. package/lib/v1/list/status/StatusListItem/props/defaultProps.js +0 -23
  828. package/lib/v1/list/status/StatusListItem/props/propTypes.js +0 -42
  829. package/lib/v1/list/status/index.js +0 -23
  830. package/lib/v1/lookup/EmptyPage/EmptyPage.js +0 -70
  831. package/lib/v1/lookup/EmptyPage/props/defaultProps.js +0 -11
  832. package/lib/v1/lookup/EmptyPage/props/propTypes.js +0 -16
  833. package/lib/v1/lookup/Lookup/Lookup.js +0 -145
  834. package/lib/v1/lookup/Lookup/props/defaultProps.js +0 -16
  835. package/lib/v1/lookup/Lookup/props/propTypes.js +0 -35
  836. package/lib/v1/lookup/Section/Section.js +0 -30
  837. package/lib/v1/lookup/Section/props/propTypes.js +0 -17
  838. package/lib/v1/lookup/header/Close/Close.js +0 -47
  839. package/lib/v1/lookup/header/Close/props/defaultProps.js +0 -10
  840. package/lib/v1/lookup/header/Close/props/propTypes.js +0 -17
  841. package/lib/v1/lookup/header/ModuleHeader/ModuleHeader.js +0 -116
  842. package/lib/v1/lookup/header/ModuleHeader/props/defaultProps.js +0 -16
  843. package/lib/v1/lookup/header/ModuleHeader/props/propTypes.js +0 -31
  844. package/lib/v1/lookup/header/Search/Search.js +0 -208
  845. package/lib/v1/lookup/header/Search/props/defaultProps.js +0 -12
  846. package/lib/v1/lookup/header/Search/props/propTypes.js +0 -40
  847. package/lib/v1/lookup/header/TicketHeader/TicketHeader.js +0 -133
  848. package/lib/v1/lookup/header/TicketHeader/props/defaultProps.js +0 -17
  849. package/lib/v1/lookup/header/TicketHeader/props/propTypes.js +0 -32
  850. package/lib/v1/lookup/header/Title/Title.js +0 -44
  851. package/lib/v1/lookup/header/Title/props/defaultProps.js +0 -10
  852. package/lib/v1/lookup/header/Title/props/propTypes.js +0 -17
  853. package/lib/v1/lookup/header/ViewDropDown/ViewDropDown.js +0 -239
  854. package/lib/v1/lookup/header/ViewDropDown/props/defaultProps.js +0 -17
  855. package/lib/v1/lookup/header/ViewDropDown/props/propTypes.js +0 -38
  856. package/lib/v1/lookup/header/index.js +0 -47
  857. package/lib/v1/notification/DesktopNotification/DesktopNotification.js +0 -209
  858. package/lib/v1/notification/DesktopNotification/props/defaultProps.js +0 -26
  859. package/lib/v1/notification/DesktopNotification/props/propTypes.js +0 -55
  860. package/lib/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +0 -105
  861. package/lib/v1/notification/DesktopNotificationHeader/props/defaultProps.js +0 -16
  862. package/lib/v1/notification/DesktopNotificationHeader/props/propTypes.js +0 -24
  863. package/lib/v1/setup/header/Button/Button.js +0 -37
  864. package/lib/v1/setup/header/Button/props/defaultProps.js +0 -11
  865. package/lib/v1/setup/header/Button/props/propTypes.js +0 -18
  866. package/lib/v1/setup/header/Link/Link.js +0 -47
  867. package/lib/v1/setup/header/Link/props/defaultProps.js +0 -11
  868. package/lib/v1/setup/header/Link/props/propTypes.js +0 -19
  869. package/lib/v1/setup/header/Search/Search.js +0 -99
  870. package/lib/v1/setup/header/Search/props/defaultProps.js +0 -13
  871. package/lib/v1/setup/header/Search/props/propTypes.js +0 -23
  872. package/lib/v1/setup/header/Views/Views.js +0 -47
  873. package/lib/v1/setup/header/Views/props/defaultProps.js +0 -13
  874. package/lib/v1/setup/header/Views/props/propTypes.js +0 -20
  875. package/lib/v1/setup/header/index.js +0 -39
  876. package/lib/v1/setup/helptips/Description/Description.js +0 -23
  877. package/lib/v1/setup/helptips/Description/props/propTypes.js +0 -15
  878. package/lib/v1/setup/helptips/Link/Link.js +0 -42
  879. package/lib/v1/setup/helptips/Link/props/propTypes.js +0 -18
  880. package/lib/v1/setup/helptips/ListGroup/ListGroup.js +0 -42
  881. package/lib/v1/setup/helptips/ListGroup/props/propTypes.js +0 -16
  882. package/lib/v1/setup/helptips/Title/Title.js +0 -23
  883. package/lib/v1/setup/helptips/Title/props/propTypes.js +0 -15
  884. package/lib/v1/setup/helptips/index.js +0 -39
  885. package/lib/v1/setup/index.js +0 -24
  886. package/lib/v1/setup/table/Table/Table.js +0 -34
  887. package/lib/v1/setup/table/Table/props/defaultProps.js +0 -11
  888. package/lib/v1/setup/table/Table/props/propTypes.js +0 -17
  889. package/lib/v1/setup/table/TableBody/TableBody.js +0 -39
  890. package/lib/v1/setup/table/TableBody/props/defaultProps.js +0 -10
  891. package/lib/v1/setup/table/TableBody/props/propTypes.js +0 -18
  892. package/lib/v1/setup/table/TableData/TableData.js +0 -44
  893. package/lib/v1/setup/table/TableData/props/defaultProps.js +0 -12
  894. package/lib/v1/setup/table/TableData/props/propTypes.js +0 -22
  895. package/lib/v1/setup/table/TableHead/TableHead.js +0 -44
  896. package/lib/v1/setup/table/TableHead/props/defaultProps.js +0 -11
  897. package/lib/v1/setup/table/TableHead/props/propTypes.js +0 -19
  898. package/lib/v1/setup/table/TableRow/TableRow.js +0 -49
  899. package/lib/v1/setup/table/TableRow/props/defaultProps.js +0 -11
  900. package/lib/v1/setup/table/TableRow/props/propTypes.js +0 -22
  901. package/lib/v1/setup/table/Text/Text.js +0 -64
  902. package/lib/v1/setup/table/Text/props/defaultProps.js +0 -14
  903. package/lib/v1/setup/table/Text/props/propTypes.js +0 -24
  904. package/lib/v1/setup/table/index.js +0 -47
  905. package/lib/v1/svg/PlusIcon.js +0 -37
  906. package/lib/v1/svg/SnippetIcon.js +0 -39
  907. package/lib/v1/svg/TemplateIcon.js +0 -40
  908. package/lib/v1/svg/index.js +0 -31
  909. package/lib/v1/svg/props/defaultProps.js +0 -24
  910. package/lib/v1/svg/props/propTypes.js +0 -29
  911. package/lib/v1/utils/ChannelIconMapping.js +0 -138
  912. package/lib/v1/utils/General.js +0 -58
  913. package/lib/v1/utils/editorUtils.js +0 -224
package/README.md CHANGED
@@ -2,19 +2,24 @@
2
2
 
3
3
  In this Library, we Provide Some Basic Components to Build Your Application
4
4
 
5
- # 1.9.0
5
+ # 1.9.2
6
6
 
7
- - Updated @zohodesk-private/color-variable-preprocessor package - Grayscale introduced
7
+ - **Highlight options added**
8
+ - Account Name, Contact Name, Department Text, Email, Phone Number, Priority, StatusText, TicketID, Website and Subject components
8
9
 
9
- - **TextEditor**
10
- - customClass prop added
11
-
12
- # 1.8.7
10
+ # 1.9.1
13
11
 
14
12
  - **CheckBoxField, CurrencyField, DateField, MultiSelectField, RadioField, SelectField, TagsMultiSelectField, TextareaField, TextBoxField, TextEditorField**
15
13
  - Accessibility Enhanced Label component has been updated in above components
16
14
  (v1 folder components excluded)
17
15
 
16
+ # 1.9.0
17
+
18
+ - Updated @zohodesk-private/color-variable-preprocessor package - Grayscale introduced
19
+
20
+ - **TextEditor**
21
+ - customClass prop added
22
+
18
23
  # 1.8.6
19
24
 
20
25
  - **ToggleDropdown**
@@ -0,0 +1,27 @@
1
+ exports.config= {
2
+ "preprocess": {
3
+ "runner": "./preprocess/index.js"
4
+ },
5
+ "css": {
6
+ "cssVariableReplacementConfig": "./node_modules/@zohodesk-private/css-variable-migrator/es/config/cssVariableReplacementOptions.json",
7
+ "plugins": {
8
+ "hasRTL": true,
9
+ "cssVariableReplacement": true
10
+ },
11
+ "patterns": {
12
+ "cssVariableReplacement": [
13
+ "**/src/**",
14
+ "**/lib/**",
15
+ "**/es/**",
16
+ "!**/node_modules/**"
17
+ ],
18
+ "hasRTL":[
19
+ "**/src/**",
20
+ "!**/node_modules/**"
21
+ ]
22
+ }
23
+ },
24
+ app:{
25
+ disableES5Transpile:true
26
+ }
27
+ }
package/cbt.config.js ADDED
@@ -0,0 +1,41 @@
1
+
2
+ const path = require('path');
3
+
4
+ exports.config = {
5
+ preProcess: {
6
+ enable: true,
7
+ runner: './preprocess/index.js'
8
+ },
9
+ css: {
10
+ plugins: {
11
+ rtl: {
12
+ enable: true,
13
+ patterns: [
14
+ '**/src/**/*.css',
15
+ '!**/node_modules/**',
16
+ '**/assets/**/*.css'
17
+ ]
18
+ },
19
+ cssVariableReplacement: {
20
+ enable: true,
21
+ configFile:
22
+ './node_modules/@zohodesk-private/css-variable-migrator/es/config/cssVariableReplacementOptions.json',
23
+ patterns: [
24
+ "**/src/**",
25
+ "!**/node_modules/**"
26
+ ]
27
+ }
28
+ },
29
+ customPlugins: [
30
+ {
31
+ plugin: (options) =>
32
+ require('postcss-discard-comments')({
33
+ remove: (c) => { return c.includes('rtl:') }
34
+ }),
35
+ patterns: ['**/assets/**/*.css'],
36
+ enable: true
37
+ }
38
+ ]
39
+ }
40
+
41
+ };
File without changes
@@ -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, { Component } from 'react';
2
4
  import { AttachmentViewer_defaultProps } from "./props/defaultProps";
3
5
  import { AttachmentViewer_propTypes } from "./props/propTypes";
@@ -300,11 +302,10 @@ export default class AttachmentViewer extends Component {
300
302
  }
301
303
 
302
304
  renderIframe(previewurl) {
303
- return /*#__PURE__*/React.createElement("iframe", {
305
+ return /*#__PURE__*/React.createElement("iframe", _extends({
304
306
  src: previewurl,
305
- className: style.previewFrame,
306
- ...this.props.customProps.iframeProps
307
- });
307
+ className: style.previewFrame
308
+ }, this.props.customProps.iframeProps));
308
309
  }
309
310
 
310
311
  imgPreviewView(downloadUrl) {
@@ -387,25 +388,23 @@ export default class AttachmentViewer extends Component {
387
388
  }, /*#__PURE__*/React.createElement(Box, {
388
389
  className: style.imgRef,
389
390
  id: `imgPreviewRef${i}`
390
- }, selectedIndex == i && /*#__PURE__*/React.createElement(React.Fragment, null, _this.isAudioFileType(name) ? /*#__PURE__*/React.createElement("audio", {
391
+ }, selectedIndex == i && /*#__PURE__*/React.createElement(React.Fragment, null, _this.isAudioFileType(name) ? /*#__PURE__*/React.createElement("audio", _extends({
391
392
  controls: true,
392
393
  className: style.zoomIn,
393
394
  "data-id": `${dataId}_audioPreview`,
394
- "data-test-id": `${dataId}_audioPreview`,
395
- ...audioProps
396
- }, /*#__PURE__*/React.createElement("source", {
395
+ "data-test-id": `${dataId}_audioPreview`
396
+ }, audioProps), /*#__PURE__*/React.createElement("source", {
397
397
  src: previewurl || viewUrl,
398
398
  type: `audio/${extension}`
399
- })) : _this.isVideoFileType(name) ? /*#__PURE__*/React.createElement("video", {
399
+ })) : _this.isVideoFileType(name) ? /*#__PURE__*/React.createElement("video", _extends({
400
400
  controls: true,
401
401
  className: style.zoomIn,
402
402
  "data-id": `${dataId}_videoPreview`,
403
- "data-test-id": `${dataId}_videoPreview`,
404
- ...videoProps
405
- }, /*#__PURE__*/React.createElement("source", {
403
+ "data-test-id": `${dataId}_videoPreview`
404
+ }, videoProps), /*#__PURE__*/React.createElement("source", {
406
405
  src: viewUrl,
407
406
  type: `video/${extension}`
408
- })) : _this.isImageFileType(name) || children ? /*#__PURE__*/React.createElement(AttachmentImage, {
407
+ })) : _this.isImageFileType(name) || children ? /*#__PURE__*/React.createElement(AttachmentImage, _extends({
409
408
  customClass: {
410
409
  customImageClass: `${style.img} ${style.altText} ${canZoom || retainZoom ? isZoomed ? `${style.zoomedImg} ${style.zoomOutCursor}` : `${style.normalImg} ${style.zoomInCursor}` : ''} ${customImageClass}`,
411
410
  customChildrenClass
@@ -415,9 +414,8 @@ export default class AttachmentViewer extends Component {
415
414
  alt: name,
416
415
  dataId: dataId,
417
416
  id: `img${i}`,
418
- isCover: false,
419
- ...imageProps
420
- }, children) : type === "document" && previewurl != null ? _this.renderIframe(previewurl) : typeof renderUnSupportedElement === 'function' ? renderUnSupportedElement(data) : /*#__PURE__*/React.createElement("div", {
417
+ isCover: false
418
+ }, imageProps), children) : type === "document" && previewurl != null ? _this.renderIframe(previewurl) : typeof renderUnSupportedElement === 'function' ? renderUnSupportedElement(data) : /*#__PURE__*/React.createElement("div", {
421
419
  className: style.previewNone
422
420
  }, /*#__PURE__*/React.createElement("div", {
423
421
  className: style.fileTypeImg
@@ -639,13 +637,12 @@ export default class AttachmentViewer extends Component {
639
637
  }, /*#__PURE__*/React.createElement(Container, {
640
638
  alignBox: "row",
641
639
  align: "both"
642
- }, /*#__PURE__*/React.createElement(Avatar, {
640
+ }, /*#__PURE__*/React.createElement(Avatar, _extends({
643
641
  name: authorName,
644
642
  size: "xmedium",
645
643
  src: authorHref,
646
- palette: "info",
647
- ...avatarProps
648
- }), /*#__PURE__*/React.createElement(Box, {
644
+ palette: "info"
645
+ }, avatarProps)), /*#__PURE__*/React.createElement(Box, {
649
646
  flexible: true,
650
647
  className: style.authorName,
651
648
  "data-title": authorName
@@ -681,7 +678,7 @@ export default class AttachmentViewer extends Component {
681
678
  eleRef: el => this[`img_${index}`] = el,
682
679
  dataId: "attachPreviewList",
683
680
  "data-title": name
684
- }, isImageFileType || children ? /*#__PURE__*/React.createElement(AttachmentImage, {
681
+ }, isImageFileType || children ? /*#__PURE__*/React.createElement(AttachmentImage, _extends({
685
682
  src: thumbnail || viewUrl,
686
683
  size: "small",
687
684
  alt: name,
@@ -689,9 +686,8 @@ export default class AttachmentViewer extends Component {
689
686
  customImageClass: `${style.image} ${style.altText} ${customImageClass}`,
690
687
  customChildrenClass: `${style.crsrPointer} ${customChildrenClass}`
691
688
  },
692
- dataId: dataId,
693
- ...customProps
694
- }, children) : this.getPreviewIconData(name, '40'));
689
+ dataId: dataId
690
+ }, customProps), children) : this.getPreviewIconData(name, '40'));
695
691
  }))))), totalLen !== 1 && /*#__PURE__*/React.createElement(IconButton, {
696
692
  dataId: "attachToggle",
697
693
  onClick: this.togglePViewList,
@@ -13,8 +13,7 @@ describe('Timer test Cases', () => {
13
13
  test('rendering the defult props', () => {
14
14
  const {
15
15
  asFragment
16
- } = render( /*#__PURE__*/React.createElement(Timer, { ...defaultProps
17
- }));
16
+ } = render( /*#__PURE__*/React.createElement(Timer, defaultProps));
18
17
  expect(asFragment()).toMatchSnapshot();
19
18
  });
20
19
  });
@@ -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 { render, fireEvent, screen } from '@testing-library/react';
3
5
  import AudioPlayer from "../AudioPlayer";
@@ -11,129 +13,128 @@ describe('AudioPlayer - Snapshot', () => {
11
13
  test('Render with default props', () => {
12
14
  const {
13
15
  asFragment
14
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS
15
- }));
16
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, DEFAULT_PROPS));
16
17
  expect(asFragment()).toMatchSnapshot();
17
18
  });
18
19
  test('Render with customId and testId', () => {
19
20
  const {
20
21
  asFragment
21
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
22
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
22
23
  customId: "audio-player-customId",
23
24
  testId: "audio-player-testId"
24
- }));
25
+ })));
25
26
  expect(asFragment()).toMatchSnapshot();
26
27
  });
27
28
  test('Render with tag attributes', () => {
28
29
  const {
29
30
  asFragment
30
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
31
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
31
32
  tagAttributes: {
32
33
  'data-custom-attr': 'true'
33
34
  }
34
- }));
35
+ })));
35
36
  expect(asFragment()).toMatchSnapshot();
36
37
  });
37
38
  test('Render with a11y attributes', () => {
38
39
  const {
39
40
  asFragment
40
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
41
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
41
42
  a11yAttributes: {
42
43
  role: 'region'
43
44
  }
44
- }));
45
+ })));
45
46
  expect(asFragment()).toMatchSnapshot();
46
47
  });
47
48
  test('Render with customClass', () => {
48
49
  const {
49
50
  asFragment
50
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
51
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
51
52
  customClass: "my-audio-player"
52
- }));
53
+ })));
53
54
  expect(asFragment()).toMatchSnapshot();
54
55
  });
55
56
  test('Render with i18nKeys', () => {
56
57
  const {
57
58
  asFragment
58
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
59
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
59
60
  i18nKeys: {
60
61
  play: 'Play',
61
62
  pause: 'Pause'
62
63
  }
63
- }));
64
+ })));
64
65
  expect(asFragment()).toMatchSnapshot();
65
66
  });
66
67
  test('Render with needClose=false', () => {
67
68
  const {
68
69
  asFragment
69
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
70
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
70
71
  needClose: false
71
- }));
72
+ })));
72
73
  expect(asFragment()).toMatchSnapshot();
73
74
  });
74
75
  test('Render with needDownload=false', () => {
75
76
  const {
76
77
  asFragment
77
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
78
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
78
79
  needDownload: false
79
- }));
80
+ })));
80
81
  expect(asFragment()).toMatchSnapshot();
81
82
  });
82
83
  test('Render with needMuteIcon=true', () => {
83
84
  const {
84
85
  asFragment
85
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
86
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
86
87
  needMuteIcon: true
87
- }));
88
+ })));
88
89
  expect(asFragment()).toMatchSnapshot();
89
90
  });
90
91
  test('Render with isPlay=true', () => {
91
92
  const {
92
93
  asFragment
93
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
94
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
94
95
  isPlay: true
95
- }));
96
+ })));
96
97
  expect(asFragment()).toMatchSnapshot();
97
98
  });
98
99
  test('Render with timerFormat=ss:mm', () => {
99
100
  const {
100
101
  asFragment
101
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
102
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
102
103
  timerFormat: "ss:mm"
103
- }));
104
+ })));
104
105
  expect(asFragment()).toMatchSnapshot();
105
106
  });
106
107
  test('Render with forwardStepInSec=10', () => {
107
108
  const {
108
109
  asFragment
109
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
110
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
110
111
  forwardStepInSec: 10
111
- }));
112
+ })));
112
113
  expect(asFragment()).toMatchSnapshot();
113
114
  });
114
115
  test('Render with backwardStepInSec=10', () => {
115
116
  const {
116
117
  asFragment
117
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
118
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
118
119
  backwardStepInSec: 10
119
- }));
120
+ })));
120
121
  expect(asFragment()).toMatchSnapshot();
121
122
  });
122
123
  test('Render with range=50', () => {
123
124
  const {
124
125
  asFragment
125
- } = render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
126
+ } = render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
126
127
  range: 50
127
- }));
128
+ })));
128
129
  expect(asFragment()).toMatchSnapshot();
129
130
  });
130
131
  });
131
132
  describe('AudioPlayer - Unit', () => {
132
133
  test('Should call togglePlayer on close button click', () => {
133
134
  const togglePlayer = jest.fn();
134
- render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
135
+ render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
135
136
  togglePlayer: togglePlayer
136
- }));
137
+ })));
137
138
  const closeBtn = screen.queryByTestId('audioPlayerClose');
138
139
 
139
140
  if (closeBtn) {
@@ -143,9 +144,9 @@ describe('AudioPlayer - Unit', () => {
143
144
  });
144
145
  test('Should call downloadFile on download button click', () => {
145
146
  const downloadFile = jest.fn();
146
- render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
147
+ render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
147
148
  downloadFile: downloadFile
148
- }));
149
+ })));
149
150
  const downloadBtn = screen.queryByTestId('audioDownload');
150
151
 
151
152
  if (downloadBtn) {
@@ -155,9 +156,9 @@ describe('AudioPlayer - Unit', () => {
155
156
  });
156
157
  test('Should toggle play/pause on play button click', () => {
157
158
  const togglePlayer = jest.fn();
158
- render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
159
+ render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
159
160
  togglePlayer: togglePlayer
160
- }));
161
+ })));
161
162
  const playBtn = screen.queryByTestId('audioPlayPause');
162
163
 
163
164
  if (playBtn) {
@@ -166,9 +167,9 @@ describe('AudioPlayer - Unit', () => {
166
167
  }
167
168
  });
168
169
  test('Should mute/unmute on mute button click', () => {
169
- render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
170
+ render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
170
171
  needMuteIcon: true
171
- }));
172
+ })));
172
173
  const muteBtn = screen.queryByTestId('audioMute');
173
174
 
174
175
  if (muteBtn) {
@@ -176,9 +177,9 @@ describe('AudioPlayer - Unit', () => {
176
177
  }
177
178
  });
178
179
  test('Should change range on slider input', () => {
179
- render( /*#__PURE__*/React.createElement(AudioPlayer, { ...DEFAULT_PROPS,
180
+ render( /*#__PURE__*/React.createElement(AudioPlayer, _extends({}, DEFAULT_PROPS, {
180
181
  range: 0
181
- }));
182
+ })));
182
183
  const rangeInput = screen.queryByTestId('audioRange');
183
184
 
184
185
  if (rangeInput) {
@@ -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, { Component } from 'react';
2
4
  import { defaultProps } from "./props/defaultProps";
3
5
  import { propTypes } from "./props/propTypes";
@@ -54,7 +56,7 @@ export default class ChannelIcon extends Component {
54
56
  return /*#__PURE__*/React.createElement("span", {
55
57
  className: style.container,
56
58
  "data-selector-id": dataSelectorId
57
- }, customizedChannelName ? /*#__PURE__*/React.createElement(Avatar, {
59
+ }, customizedChannelName ? /*#__PURE__*/React.createElement(Avatar, _extends({
58
60
  name: customizedChannelName,
59
61
  size: size,
60
62
  palette: palette,
@@ -62,9 +64,8 @@ export default class ChannelIcon extends Component {
62
64
  customClass: customTextClass,
63
65
  dataId: dataId,
64
66
  needTitle: title,
65
- title: title,
66
- ...avatarProps
67
- }) : !renderIconOnly ? iconName ? /*#__PURE__*/React.createElement(AvatarIcon, {
67
+ title: title
68
+ }, avatarProps)) : !renderIconOnly ? iconName ? /*#__PURE__*/React.createElement(AvatarIcon, _extends({
68
69
  name: iconName,
69
70
  iconSize: iconSize,
70
71
  size: size,
@@ -72,9 +73,8 @@ export default class ChannelIcon extends Component {
72
73
  dataId: dataId,
73
74
  className: className,
74
75
  iconColor: iconColor,
75
- title: iconTitle,
76
- ...avatarIconProps
77
- }) : /*#__PURE__*/React.createElement(Avatar, {
76
+ title: iconTitle
77
+ }, avatarIconProps)) : /*#__PURE__*/React.createElement(Avatar, _extends({
78
78
  name: name,
79
79
  size: size,
80
80
  palette: palette,
@@ -82,16 +82,14 @@ export default class ChannelIcon extends Component {
82
82
  customClass: customTextClass,
83
83
  dataId: dataId,
84
84
  needTitle: title,
85
- title: title,
86
- ...avatarProps
87
- }) : /*#__PURE__*/React.createElement(Icon, {
85
+ title: title
86
+ }, avatarProps)) : /*#__PURE__*/React.createElement(Icon, _extends({
88
87
  name: iconName,
89
88
  size: iconSize,
90
89
  iconClass: `${iconClass ? iconClass : ''} ${style.iconStyle} ${name && action ? style[`${name.toLowerCase()}_${action.toLowerCase()}`] : ''}`,
91
90
  title: iconTitle,
92
- dataId: dataId,
93
- ...iconProps
94
- }), topicIcon ? /*#__PURE__*/React.createElement("span", {
91
+ dataId: dataId
92
+ }, iconProps)), topicIcon ? /*#__PURE__*/React.createElement("span", {
95
93
  className: `${style.thread} ${needTopicBorder ? style.threadBorder : ''} ${topicClass ? topicClass : ''}`,
96
94
  "data-title": topicIconTitle
97
95
  }, /*#__PURE__*/React.createElement(Icon, {
@@ -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, { useRef, useCallback, forwardRef } from "react";
2
4
  import { defaultProps } from "./props/defaultProps";
3
5
  import { propTypes } from "./props/propTypes";
@@ -51,9 +53,9 @@ const DotProvider = /*#__PURE__*/forwardRef((props, ref) => {
51
53
  onAssetsDownloadSuccess: onAssetsDownloadSuccess,
52
54
  getAssetsPromises: getAssetsPromises
53
55
  });
54
- return /*#__PURE__*/React.createElement(Element, { ...rest,
56
+ return /*#__PURE__*/React.createElement(Element, _extends({}, rest, {
55
57
  ref: getEleRef
56
- }, children);
58
+ }), children);
57
59
  });
58
60
  DotProvider.propTypes = propTypes;
59
61
  DotProvider.defaultProps = 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 { Header_defaultProps, Footer_defaultProps, Drawer_defaultProps } from "./props/defaultProps";
3
5
  import { Header_propTypes, Content_propTypes, Footer_propTypes, Drawer_propTypes } from "./props/propTypes";
@@ -174,13 +176,12 @@ export default class Drawer extends React.Component {
174
176
 
175
177
  return child;
176
178
  });
177
- let content = /*#__PURE__*/React.createElement(Box, {
179
+ let content = /*#__PURE__*/React.createElement(Box, _extends({
178
180
  className: `${style.container} ${style.columns} ${style.drawerModal} ${uptoTablet ? style.mbleSize : style[size]} ${customDrawerClass}`,
179
181
  "data-a11y-need-focus-style": "false",
180
182
  tabindex: -1,
181
- eleRef: this.createRef,
182
- ...a11y
183
- }, /*#__PURE__*/React.createElement(Card, {
183
+ eleRef: this.createRef
184
+ }, a11y), /*#__PURE__*/React.createElement(Card, {
184
185
  onClick: e => {
185
186
  e && e.stopPropagation && e.stopPropagation();
186
187
  onBodyClick(e);
@@ -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 from 'react';
3
5
  import { defaultProps } from "./props/defaultProps";
@@ -29,7 +31,7 @@ export default class ExternalLink extends React.Component {
29
31
  customProps
30
32
  } = this.props;
31
33
  const urlOutput = href && typeof href !== 'boolean' ? this.addHttp(String(href)) : 'javascript:void(0);';
32
- return /*#__PURE__*/React.createElement("a", {
34
+ return /*#__PURE__*/React.createElement("a", _extends({
33
35
  href: urlOutput,
34
36
  target: target,
35
37
  className: `${style.link} ${className ? className : ''}`,
@@ -37,9 +39,8 @@ export default class ExternalLink extends React.Component {
37
39
  rel: rel,
38
40
  "data-id": dataId,
39
41
  "data-test-id": dataId,
40
- onClick: onClick,
41
- ...customProps
42
- }, children);
42
+ onClick: onClick
43
+ }, customProps), children);
43
44
  }
44
45
 
45
46
  }
File without changes
File without changes
@@ -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, { Component } from 'react';
2
4
  import { defaultProps } from "./props/defaultProps";
3
5
  import { propTypes } from "./props/propTypes";
@@ -87,17 +89,16 @@ export default class FlipCard extends Component {
87
89
  }, !noNeedFlip ? /*#__PURE__*/React.createElement(Container, {
88
90
  align: "both",
89
91
  className: `${style.front} ${frontClass ? frontClass : ''}`
90
- }, /*#__PURE__*/React.createElement(CheckBox, {
92
+ }, /*#__PURE__*/React.createElement(CheckBox, _extends({
91
93
  isFilled: isFilledCheckbox,
92
94
  checked: isChecked,
93
95
  onChange: this.onChange,
94
96
  id: `checkbox_${id}`,
95
- dataId: `listViewCheckBox_${id}`,
96
- ...CheckBoxProps
97
- })) : null, /*#__PURE__*/React.createElement(Container, {
97
+ dataId: `listViewCheckBox_${id}`
98
+ }, CheckBoxProps))) : null, /*#__PURE__*/React.createElement(Container, {
98
99
  align: "both",
99
100
  className: style.back
100
- }, channel && action ? /*#__PURE__*/React.createElement(ChannelIcon, {
101
+ }, channel && action ? /*#__PURE__*/React.createElement(ChannelIcon, _extends({
101
102
  name: channel,
102
103
  action: action,
103
104
  size: size,
@@ -110,9 +111,8 @@ export default class FlipCard extends Component {
110
111
  customTextClass: customTextClass,
111
112
  iconColor: iconColor,
112
113
  title: channelTitle,
113
- iconTitle: channelTitle,
114
- ...ChannelIconProps
115
- }) : icon ? /*#__PURE__*/React.createElement(AvatarIcon, {
114
+ iconTitle: channelTitle
115
+ }, ChannelIconProps)) : icon ? /*#__PURE__*/React.createElement(AvatarIcon, _extends({
116
116
  name: icon,
117
117
  iconSize: iconSize,
118
118
  size: size,
@@ -120,9 +120,8 @@ export default class FlipCard extends Component {
120
120
  dataId: icon,
121
121
  className: className,
122
122
  iconColor: iconColor,
123
- title: needTitle ? name : '',
124
- ...AvatarIconProps
125
- }) : /*#__PURE__*/React.createElement(AvatarUser, {
123
+ title: needTitle ? name : ''
124
+ }, AvatarIconProps)) : /*#__PURE__*/React.createElement(AvatarUser, _extends({
126
125
  name: name,
127
126
  initial: initial,
128
127
  size: size,
@@ -133,9 +132,8 @@ export default class FlipCard extends Component {
133
132
  needTitle: needTitle,
134
133
  palette: palette,
135
134
  textPalette: textPalette,
136
- customTextClass: customTextClass,
137
- ...AvatarUserProps
138
- }))));
135
+ customTextClass: customTextClass
136
+ }, AvatarUserProps)))));
139
137
  }
140
138
 
141
139
  }
@@ -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";
@@ -106,7 +108,7 @@ export default class IconButton extends React.Component {
106
108
  hoverType: hoverType,
107
109
  isDisabled: isDisabled,
108
110
  isNeedEffect: isNeedEffect
109
- }, /*#__PURE__*/React.createElement(Container, {
111
+ }, /*#__PURE__*/React.createElement(Container, _extends({
110
112
  "aria-label": ariaLabel,
111
113
  "aria-haspopup": ariaHaspopup,
112
114
  "aria-expanded": ariaExpanded,
@@ -130,9 +132,8 @@ export default class IconButton extends React.Component {
130
132
  onKeyDown: this.handleToggle,
131
133
  onFocus: this.triggerMouseOver,
132
134
  onBlur: this.onBlur,
133
- disabled: isDisabled,
134
- ...customProps
135
- }, iconName ? /*#__PURE__*/React.createElement(Icon, {
135
+ disabled: isDisabled
136
+ }, customProps), iconName ? /*#__PURE__*/React.createElement(Icon, {
136
137
  isBold: isBold,
137
138
  size: iconSize,
138
139
  name: iconName,