@zohodesk/dot 1.0.0-temp-112 → 1.0.0-temp-114

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 (432) hide show
  1. package/README.md +1173 -1176
  2. package/assets/Appearance/dark/mode/dotDarkMode.module.css +1 -1
  3. package/assets/Appearance/pureDark/mode/dotPureDarkMode.module.css +1 -1
  4. package/css_error.log +0 -0
  5. package/dubFinder.js +96 -96
  6. package/es/ActionButton/ActionButton.module.css +136 -136
  7. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  8. package/es/Attachment/Attachment.module.css +157 -157
  9. package/es/AttachmentViewer/AttachmentViewer.module.css +354 -354
  10. package/es/ChannelIcon/ChannelIcon.module.css +217 -217
  11. package/es/Drawer/Drawer.js +0 -0
  12. package/es/Drawer/Drawer.module.css +150 -150
  13. package/es/ExternalLink/ExternalLink.js +0 -0
  14. package/es/ExternalLink/ExternalLink.module.css +3 -3
  15. package/es/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  16. package/es/FlipCard/FlipCard.module.css +44 -44
  17. package/es/FormAction/FormAction.module.css +82 -82
  18. package/es/FreezeLayer/FreezeLayer.module.css +42 -42
  19. package/es/IconButton/IconButton.module.css +22 -22
  20. package/es/Image/Image.module.css +10 -10
  21. package/es/ImportantNotes/ImportantNotes.module.css +20 -20
  22. package/es/Link/Link.js +0 -0
  23. package/es/Link/Link.module.css +3 -3
  24. package/es/Loader/Loader.module.css +46 -46
  25. package/es/Message/Message.module.css +102 -102
  26. package/es/MessageBanner/MessageBanner.module.css +46 -46
  27. package/es/NewStar/NewStar.module.css +110 -110
  28. package/es/PlusIcon/PlusIcon.js +0 -0
  29. package/es/PlusIcon/PlusIcon.module.css +16 -16
  30. package/es/ToastMessage/ToastMessage.js +0 -0
  31. package/es/ToastMessage/ToastMessage.module.css +328 -328
  32. package/es/Upload/Upload.module.css +125 -125
  33. package/es/alert/AlertHeader/AlertHeader.module.css +80 -80
  34. package/es/alert/AlertLookup/AlertLookup.module.css +26 -26
  35. package/es/avatar/AvatarClose/AvatarClose.module.css +37 -37
  36. package/es/avatar/AvatarCollision/AvatarCollision.module.css +69 -69
  37. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  38. package/es/avatar/AvatarStatus/AvatarStatus.js +0 -0
  39. package/es/avatar/AvatarStatus/AvatarStatus.module.css +146 -146
  40. package/es/avatar/AvatarThread/AvatarThread.module.css +166 -166
  41. package/es/avatar/AvatarUser/AvatarUser.js +0 -0
  42. package/es/avatar/AvatarUser/AvatarUser.module.css +171 -171
  43. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -23
  44. package/es/common/dot_animation.module.css +26 -26
  45. package/es/common/dot_common.module.css +3 -3
  46. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +56 -56
  47. package/es/deprecated/utils/KeyboardApi.js +25 -25
  48. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +8 -4
  49. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +101 -101
  50. package/es/emptystate/CommonEmptyState/CommonEmptyState.js +0 -0
  51. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +85 -85
  52. package/es/emptystate/EditionPage/EditionPage.css +43 -43
  53. package/es/errorstate/EmptyStates.module.css +87 -87
  54. package/es/errorstate/Inconvenience/Inconvenience.module.css +7 -7
  55. package/es/errorstate/LinkText/LinkText.module.css +6 -6
  56. package/es/errorstate/NoRequestFound/NoRequestFound.module.css +3 -3
  57. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +34 -34
  58. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -3
  59. package/es/errorstate/UnableToProcess/UnableToProcess.module.css +3 -3
  60. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -3
  61. package/es/errorstate/WillBack/WillBack.module.css +34 -34
  62. package/es/form/fields/CheckBoxField/CheckBoxField.js +2 -3
  63. package/es/form/fields/CurrencyField/CurrencyField.js +8 -43
  64. package/es/form/fields/CurrencyField/props/defaultProps.js +0 -1
  65. package/es/form/fields/DateField/DateField.js +8 -93
  66. package/es/form/fields/DateField/props/defaultProps.js +0 -1
  67. package/es/form/fields/Fields.module.css +183 -248
  68. package/es/form/fields/MultiSelectField/MultiSelectField.js +9 -91
  69. package/es/form/fields/MultiSelectField/props/defaultProps.js +0 -1
  70. package/es/form/fields/PhoneField/PhoneField.js +1 -3
  71. package/es/form/fields/PhoneField/props/defaultProps.js +1 -2
  72. package/es/form/fields/RadioField/RadioField.js +1 -1
  73. package/es/form/fields/SelectField/SelectField.js +12 -99
  74. package/es/form/fields/SelectField/props/defaultProps.js +0 -1
  75. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -107
  76. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -9
  77. package/es/form/fields/TextBoxField/TextBoxField.js +8 -59
  78. package/es/form/fields/TextBoxField/props/defaultProps.js +0 -1
  79. package/es/form/fields/TextEditor/TextEditor.module.css +666 -666
  80. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +36 -36
  81. package/es/form/fields/TextareaField/TextareaField.js +12 -58
  82. package/es/form/fields/TextareaField/props/defaultProps.js +0 -1
  83. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  84. package/es/form/layout/Field/Field.js +0 -0
  85. package/es/form/layout/Field/Field.module.css +22 -22
  86. package/es/form/layout/Section/ModuleFormSection.module.css +3 -3
  87. package/es/form/layout/Section/Section.js +0 -0
  88. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -152
  89. package/es/layout/SubtabLayout/SubtabLayout.module.css +146 -146
  90. package/es/list/AvatarFlip/AvatarFlip.module.css +3 -3
  91. package/es/list/BluePrintStatus/BluePrintStatus.module.css +17 -17
  92. package/es/list/Comment/Comment.module.css +29 -29
  93. package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -9
  94. package/es/list/Dot/Dot.module.css +15 -15
  95. package/es/list/DotNew/DotNew.module.css +22 -22
  96. package/es/list/GridStencils/GridStencils.module.css +146 -146
  97. package/es/list/Icons/Icons.module.css +16 -16
  98. package/es/list/ListLayout/ListLayout.js +1 -0
  99. package/es/list/ListLayout/ListLayout.module.css +57 -57
  100. package/es/list/ListStencils/ListStencils.module.css +67 -67
  101. package/es/list/SecondaryText/SecondaryText.module.css +136 -136
  102. package/es/list/SecondaryText/Website.js +0 -0
  103. package/es/list/SecondryPanel/SecondryPanel.js +0 -0
  104. package/es/list/SecondryPanel/SecondryPanel.module.css +5 -5
  105. package/es/list/SentimentStatus/SentimentStatus.module.css +12 -12
  106. package/es/list/Subject/Subject.module.css +27 -27
  107. package/es/list/TagNew/TagNew.module.css +115 -115
  108. package/es/list/Thread/Thread.module.css +42 -42
  109. package/es/list/UserTime/UserTime.module.css +58 -58
  110. package/es/list/listCommon.module.css +60 -60
  111. package/es/list/status/StatusDropdown/StatusDropdown.module.css +92 -92
  112. package/es/list/status/StatusListItem/StatusListItem.js +0 -0
  113. package/es/list/status/StatusListItem/StatusListItem.module.css +104 -104
  114. package/es/lookup/EmptyPage/EmptyPage.js +0 -0
  115. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +12 -12
  116. package/es/lookup/Lookup/Lookup.js +0 -0
  117. package/es/lookup/Lookup/Lookup.module.css +26 -26
  118. package/es/lookup/Section/LookupSection.module.css +8 -8
  119. package/es/lookup/header/Close/LookupClose.module.css +15 -15
  120. package/es/lookup/header/Search/LookupSearch.module.css +57 -57
  121. package/es/lookup/header/TicketHeader/TicketHeader.module.css +22 -22
  122. package/es/lookup/header/Title/LookupTitle.module.css +20 -20
  123. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +50 -50
  124. package/es/lookup/header/lookupHeaderCommon.module.css +41 -41
  125. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +24 -24
  126. package/es/setup/header/Button/HeaderButton.module.css +5 -5
  127. package/es/setup/header/Link/HeaderLink.module.css +21 -21
  128. package/es/setup/header/Search/Search.module.css +68 -68
  129. package/es/setup/header/Views/Views.module.css +37 -37
  130. package/es/setup/helptips/Description/HelpTipsDescription.module.css +6 -6
  131. package/es/setup/helptips/Link/HelpTipsLink.module.css +7 -7
  132. package/es/setup/helptips/Link/Link.js +0 -0
  133. package/es/setup/helptips/ListGroup/ListGroup.module.css +22 -22
  134. package/es/setup/helptips/Title/HelpTipsTitle.module.css +5 -5
  135. package/es/setup/helptips/Title/Title.js +0 -0
  136. package/es/setup/table/TableData/SetupTableData.module.css +44 -44
  137. package/es/setup/table/TableData/Tablehover.module.css +6 -6
  138. package/es/setup/table/TableHead/SetupTableHead.module.css +12 -12
  139. package/es/setup/table/TableRow/SetupTableRow.module.css +14 -14
  140. package/es/setup/table/Text/TableText.module.css +37 -37
  141. package/es/setup/table/Text/Text.js +0 -0
  142. package/es/svg/PlusIcon.js +1 -1
  143. package/es/svg/SnippetIcon.js +2 -2
  144. package/es/version2/AlertClose/AlertClose.module.css +42 -42
  145. package/es/version2/GlobalNotification/GlobalNotification.module.css +124 -124
  146. package/es/version2/alertIcons/AlertIcons.module.css +67 -67
  147. package/es/version2/errorstate/V2_ErrorStates.module.css +46 -46
  148. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +86 -86
  149. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +43 -43
  150. package/es/version2/lookup/alertLookupCommonNew.module.css +32 -32
  151. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +106 -106
  152. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +136 -136
  153. package/lib/ActionButton/ActionButton.js +1 -3
  154. package/lib/ActionButton/ActionButton.module.css +136 -136
  155. package/lib/AlphabeticList/AlphabeticList.js +1 -3
  156. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  157. package/lib/Attachment/Attachment.js +1 -3
  158. package/lib/Attachment/Attachment.module.css +157 -157
  159. package/lib/AttachmentViewer/AttachmentImage.js +1 -3
  160. package/lib/AttachmentViewer/AttachmentViewer.js +1 -3
  161. package/lib/AttachmentViewer/AttachmentViewer.module.css +354 -354
  162. package/lib/AttachmentViewer/utils.js +1 -4
  163. package/lib/ChannelIcon/ChannelIcon.js +1 -3
  164. package/lib/ChannelIcon/ChannelIcon.module.css +217 -217
  165. package/lib/Drawer/Drawer.js +1 -3
  166. package/lib/Drawer/Drawer.module.css +150 -150
  167. package/lib/ExternalLink/ExternalLink.js +1 -3
  168. package/lib/ExternalLink/ExternalLink.module.css +3 -3
  169. package/lib/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  170. package/lib/FlipCard/FlipCard.js +1 -3
  171. package/lib/FlipCard/FlipCard.module.css +44 -44
  172. package/lib/FormAction/FormAction.js +1 -3
  173. package/lib/FormAction/FormAction.module.css +82 -82
  174. package/lib/FreezeLayer/FreezeLayer.js +1 -3
  175. package/lib/FreezeLayer/FreezeLayer.module.css +42 -42
  176. package/lib/IconButton/IconButton.js +1 -3
  177. package/lib/IconButton/IconButton.module.css +22 -22
  178. package/lib/IconButton/props/propTypes.js +1 -4
  179. package/lib/Image/Image.js +1 -3
  180. package/lib/Image/Image.module.css +10 -10
  181. package/lib/ImportantNotes/ImportantNotes.js +1 -3
  182. package/lib/ImportantNotes/ImportantNotes.module.css +20 -20
  183. package/lib/Link/Link.js +1 -3
  184. package/lib/Link/Link.module.css +3 -3
  185. package/lib/Loader/Loader.js +1 -3
  186. package/lib/Loader/Loader.module.css +46 -46
  187. package/lib/Message/Message.js +1 -3
  188. package/lib/Message/Message.module.css +102 -102
  189. package/lib/MessageBanner/MessageBanner.js +1 -3
  190. package/lib/MessageBanner/MessageBanner.module.css +46 -46
  191. package/lib/NewStar/NewStar.js +1 -3
  192. package/lib/NewStar/NewStar.module.css +110 -110
  193. package/lib/PlusIcon/PlusIcon.js +1 -3
  194. package/lib/PlusIcon/PlusIcon.module.css +16 -16
  195. package/lib/ToastMessage/ToastMessage.js +1 -1
  196. package/lib/ToastMessage/ToastMessage.module.css +328 -328
  197. package/lib/Upload/Upload.js +1 -3
  198. package/lib/Upload/Upload.module.css +125 -125
  199. package/lib/actions/AutoClose.js +1 -1
  200. package/lib/alert/AlertHeader/AlertHeader.js +1 -3
  201. package/lib/alert/AlertHeader/AlertHeader.module.css +80 -80
  202. package/lib/alert/AlertLookup/AlertLookup.js +1 -3
  203. package/lib/alert/AlertLookup/AlertLookup.module.css +26 -26
  204. package/lib/avatar/AvatarClose/AvatarClose.js +1 -3
  205. package/lib/avatar/AvatarClose/AvatarClose.module.css +37 -37
  206. package/lib/avatar/AvatarCollision/AvatarCollision.js +1 -3
  207. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +69 -69
  208. package/lib/avatar/AvatarIcon/AvatarIcon.js +1 -3
  209. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  210. package/lib/avatar/AvatarStatus/AvatarStatus.js +1 -3
  211. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +146 -146
  212. package/lib/avatar/AvatarThread/AvatarThread.js +1 -3
  213. package/lib/avatar/AvatarThread/AvatarThread.module.css +166 -166
  214. package/lib/avatar/AvatarUser/AvatarUser.js +2 -5
  215. package/lib/avatar/AvatarUser/AvatarUser.module.css +171 -171
  216. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +1 -3
  217. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -23
  218. package/lib/common/dot_animation.module.css +26 -26
  219. package/lib/common/dot_common.module.css +3 -3
  220. package/lib/deprecated/SelectDropdown/SelectDropdown.js +1 -3
  221. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +56 -56
  222. package/lib/deprecated/utils/KeyboardApi.js +26 -29
  223. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +10 -8
  224. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +101 -101
  225. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +1 -3
  226. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +85 -85
  227. package/lib/emptystate/EditionPage/EditionPage.css +43 -43
  228. package/lib/emptystate/EditionPage/EditionPage.js +1 -3
  229. package/lib/errorstate/EmptyStates.module.css +87 -87
  230. package/lib/errorstate/Inconvenience/Inconvenience.js +1 -3
  231. package/lib/errorstate/Inconvenience/Inconvenience.module.css +7 -7
  232. package/lib/errorstate/LinkText/LinkText.js +1 -3
  233. package/lib/errorstate/LinkText/LinkText.module.css +6 -6
  234. package/lib/errorstate/NoRequestFound/NoRequestFound.js +1 -3
  235. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +3 -3
  236. package/lib/errorstate/PermissionPlay/PermissionPlay.js +1 -3
  237. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +34 -34
  238. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +1 -3
  239. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -3
  240. package/lib/errorstate/UnableToProcess/UnableToProcess.js +1 -3
  241. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +3 -3
  242. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -3
  243. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -3
  244. package/lib/errorstate/WillBack/WillBack.js +1 -3
  245. package/lib/errorstate/WillBack/WillBack.module.css +34 -34
  246. package/lib/form/fields/CheckBoxField/CheckBoxField.js +3 -6
  247. package/lib/form/fields/CheckBoxField/props/defaultProps.js +1 -4
  248. package/lib/form/fields/CheckBoxField/props/propTypes.js +1 -4
  249. package/lib/form/fields/CurrencyField/CurrencyField.js +42 -79
  250. package/lib/form/fields/CurrencyField/props/defaultProps.js +1 -5
  251. package/lib/form/fields/CurrencyField/props/propTypes.js +1 -4
  252. package/lib/form/fields/DateField/DateField.js +41 -131
  253. package/lib/form/fields/DateField/props/defaultProps.js +1 -4
  254. package/lib/form/fields/DateField/props/propTypes.js +1 -4
  255. package/lib/form/fields/FieldContainer/FieldContainer.js +1 -3
  256. package/lib/form/fields/FieldContainer/props/defaultProps.js +1 -4
  257. package/lib/form/fields/FieldContainer/props/propTypes.js +1 -4
  258. package/lib/form/fields/Fields.module.css +183 -248
  259. package/lib/form/fields/MultiSelectField/MultiSelectField.js +53 -138
  260. package/lib/form/fields/MultiSelectField/props/defaultProps.js +1 -4
  261. package/lib/form/fields/MultiSelectField/props/propTypes.js +1 -4
  262. package/lib/form/fields/PhoneField/PhoneField.js +2 -6
  263. package/lib/form/fields/PhoneField/props/defaultProps.js +1 -2
  264. package/lib/form/fields/RadioField/RadioField.js +2 -4
  265. package/lib/form/fields/SelectField/SelectField.js +61 -153
  266. package/lib/form/fields/SelectField/props/defaultProps.js +2 -6
  267. package/lib/form/fields/SelectField/props/propTypes.js +1 -4
  268. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +1 -3
  269. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -107
  270. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +1 -1
  271. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -9
  272. package/lib/form/fields/TagsMultiSelectField/props/defaultProps.js +1 -4
  273. package/lib/form/fields/TagsMultiSelectField/props/propTypes.js +1 -4
  274. package/lib/form/fields/TextBoxField/TextBoxField.js +44 -97
  275. package/lib/form/fields/TextBoxField/props/defaultProps.js +2 -6
  276. package/lib/form/fields/TextBoxField/props/propTypes.js +1 -4
  277. package/lib/form/fields/TextEditor/TextEditor.js +2 -4
  278. package/lib/form/fields/TextEditor/TextEditor.module.css +666 -666
  279. package/lib/form/fields/TextEditorField/TextEditorField.js +1 -3
  280. package/lib/form/fields/TextEditorField/props/defaultProps.js +1 -4
  281. package/lib/form/fields/TextEditorField/props/propTypes.js +1 -4
  282. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +2 -5
  283. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +36 -36
  284. package/lib/form/fields/TextareaField/TextareaField.js +45 -92
  285. package/lib/form/fields/TextareaField/props/defaultProps.js +1 -4
  286. package/lib/form/fields/TextareaField/props/propTypes.js +1 -4
  287. package/lib/form/fields/ValidationMessage/ValidationMessage.js +1 -3
  288. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  289. package/lib/form/layout/Field/Field.js +1 -3
  290. package/lib/form/layout/Field/Field.module.css +22 -22
  291. package/lib/form/layout/Section/ModuleFormSection.module.css +3 -3
  292. package/lib/form/layout/Section/Section.js +1 -3
  293. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +1 -3
  294. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -152
  295. package/lib/layout/SubtabLayout/SubtabLayout.js +1 -3
  296. package/lib/layout/SubtabLayout/SubtabLayout.module.css +146 -146
  297. package/lib/list/AvatarFlip/AvatarFlip.js +1 -3
  298. package/lib/list/AvatarFlip/AvatarFlip.module.css +3 -3
  299. package/lib/list/BluePrintStatus/BluePrintStatus.js +1 -3
  300. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +17 -17
  301. package/lib/list/Comment/Comment.js +1 -3
  302. package/lib/list/Comment/Comment.module.css +29 -29
  303. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +1 -3
  304. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -9
  305. package/lib/list/DepartmentDropDown/props/propTypes.js +1 -4
  306. package/lib/list/Dot/Dot.js +1 -3
  307. package/lib/list/Dot/Dot.module.css +15 -15
  308. package/lib/list/DotNew/DotNew.js +1 -3
  309. package/lib/list/DotNew/DotNew.module.css +22 -22
  310. package/lib/list/GridStencils/GridStencils.js +1 -3
  311. package/lib/list/GridStencils/GridStencils.module.css +146 -146
  312. package/lib/list/Icons/AddNewIcon.js +1 -3
  313. package/lib/list/Icons/CompleteIcon.js +1 -3
  314. package/lib/list/Icons/DeleteIcon.js +1 -3
  315. package/lib/list/Icons/EditIcon.js +1 -3
  316. package/lib/list/Icons/FloatingIcons.js +1 -3
  317. package/lib/list/Icons/Icons.module.css +16 -16
  318. package/lib/list/Icons/ReadUnreadIcon.js +1 -3
  319. package/lib/list/Icons/SmartIcon.js +1 -3
  320. package/lib/list/ListLayout/ListLayout.js +2 -3
  321. package/lib/list/ListLayout/ListLayout.module.css +57 -57
  322. package/lib/list/ListLayout/props/propTypes.js +1 -4
  323. package/lib/list/ListStencils/ListStencils.js +1 -3
  324. package/lib/list/ListStencils/ListStencils.module.css +67 -67
  325. package/lib/list/SecondaryText/AccountName.js +1 -3
  326. package/lib/list/SecondaryText/ContactName.js +1 -3
  327. package/lib/list/SecondaryText/DepartmentText.js +1 -3
  328. package/lib/list/SecondaryText/Email.js +1 -3
  329. package/lib/list/SecondaryText/HappinessRating.js +1 -3
  330. package/lib/list/SecondaryText/PhoneNumber.js +1 -3
  331. package/lib/list/SecondaryText/PriorityText.js +1 -3
  332. package/lib/list/SecondaryText/SecondaryText.js +1 -3
  333. package/lib/list/SecondaryText/SecondaryText.module.css +136 -136
  334. package/lib/list/SecondaryText/StatusText.js +1 -3
  335. package/lib/list/SecondaryText/TicketId.js +1 -3
  336. package/lib/list/SecondaryText/Website.js +1 -3
  337. package/lib/list/SecondryPanel/SecondryPanel.js +1 -3
  338. package/lib/list/SecondryPanel/SecondryPanel.module.css +5 -5
  339. package/lib/list/SentimentStatus/SentimentStatus.js +1 -3
  340. package/lib/list/SentimentStatus/SentimentStatus.module.css +12 -12
  341. package/lib/list/Subject/Subject.js +1 -3
  342. package/lib/list/Subject/Subject.module.css +27 -27
  343. package/lib/list/TagNew/TagNew.js +1 -3
  344. package/lib/list/TagNew/TagNew.module.css +115 -115
  345. package/lib/list/Thread/Thread.js +1 -3
  346. package/lib/list/Thread/Thread.module.css +42 -42
  347. package/lib/list/UserTime/UserTime.js +1 -3
  348. package/lib/list/UserTime/UserTime.module.css +58 -58
  349. package/lib/list/listCommon.module.css +60 -60
  350. package/lib/list/status/StatusDropdown/StatusDropdown.js +1 -3
  351. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +92 -92
  352. package/lib/list/status/StatusDropdown/props/propTypes.js +1 -4
  353. package/lib/list/status/StatusListItem/StatusListItem.js +1 -3
  354. package/lib/list/status/StatusListItem/StatusListItem.module.css +104 -104
  355. package/lib/lookup/EmptyPage/EmptyPage.js +1 -3
  356. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +12 -12
  357. package/lib/lookup/Lookup/Lookup.js +2 -5
  358. package/lib/lookup/Lookup/Lookup.module.css +26 -26
  359. package/lib/lookup/Section/LookupSection.module.css +8 -8
  360. package/lib/lookup/Section/Section.js +1 -3
  361. package/lib/lookup/header/Close/Close.js +1 -3
  362. package/lib/lookup/header/Close/LookupClose.module.css +15 -15
  363. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +2 -5
  364. package/lib/lookup/header/Search/LookupSearch.module.css +57 -57
  365. package/lib/lookup/header/Search/Search.js +1 -3
  366. package/lib/lookup/header/TicketHeader/TicketHeader.js +2 -5
  367. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +22 -22
  368. package/lib/lookup/header/Title/LookupTitle.module.css +20 -20
  369. package/lib/lookup/header/Title/Title.js +1 -3
  370. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +1 -3
  371. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +50 -50
  372. package/lib/lookup/header/lookupHeaderCommon.module.css +41 -41
  373. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +24 -24
  374. package/lib/setup/header/Button/Button.js +1 -3
  375. package/lib/setup/header/Button/HeaderButton.module.css +5 -5
  376. package/lib/setup/header/Link/HeaderLink.module.css +21 -21
  377. package/lib/setup/header/Link/Link.js +1 -3
  378. package/lib/setup/header/Search/Search.js +1 -3
  379. package/lib/setup/header/Search/Search.module.css +68 -68
  380. package/lib/setup/header/Views/Views.js +1 -3
  381. package/lib/setup/header/Views/Views.module.css +37 -37
  382. package/lib/setup/helptips/Description/Description.js +1 -3
  383. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +6 -6
  384. package/lib/setup/helptips/Link/HelpTipsLink.module.css +7 -7
  385. package/lib/setup/helptips/Link/Link.js +1 -3
  386. package/lib/setup/helptips/ListGroup/ListGroup.js +1 -3
  387. package/lib/setup/helptips/ListGroup/ListGroup.module.css +22 -22
  388. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +5 -5
  389. package/lib/setup/helptips/Title/Title.js +1 -3
  390. package/lib/setup/table/Table/Table.js +1 -3
  391. package/lib/setup/table/TableBody/TableBody.js +1 -3
  392. package/lib/setup/table/TableData/SetupTableData.module.css +44 -44
  393. package/lib/setup/table/TableData/TableData.js +1 -3
  394. package/lib/setup/table/TableData/Tablehover.module.css +6 -6
  395. package/lib/setup/table/TableHead/SetupTableHead.module.css +12 -12
  396. package/lib/setup/table/TableHead/TableHead.js +1 -3
  397. package/lib/setup/table/TableRow/SetupTableRow.module.css +14 -14
  398. package/lib/setup/table/TableRow/TableRow.js +1 -3
  399. package/lib/setup/table/Text/TableText.module.css +37 -37
  400. package/lib/setup/table/Text/Text.js +1 -3
  401. package/lib/svg/PlusIcon.js +2 -4
  402. package/lib/svg/SnippetIcon.js +3 -5
  403. package/lib/svg/TemplateIcon.js +1 -3
  404. package/lib/version2/AlertClose/AlertClose.js +1 -3
  405. package/lib/version2/AlertClose/AlertClose.module.css +42 -42
  406. package/lib/version2/GlobalNotification/GlobalNotification.js +1 -3
  407. package/lib/version2/GlobalNotification/GlobalNotification.module.css +124 -124
  408. package/lib/version2/alertIcons/AlarmAlertIcon.js +1 -3
  409. package/lib/version2/alertIcons/AlertIcons.js +1 -3
  410. package/lib/version2/alertIcons/AlertIcons.module.css +67 -67
  411. package/lib/version2/alertIcons/DangerAlertIcon.js +1 -3
  412. package/lib/version2/alertIcons/ErrorAlertIcon.js +1 -3
  413. package/lib/version2/alertIcons/InfoAlertIcon.js +1 -3
  414. package/lib/version2/alertIcons/NotificationAlertIcon.js +1 -3
  415. package/lib/version2/alertIcons/SuccessAlertIcon.js +1 -3
  416. package/lib/version2/alertIcons/WarningAlertIcon.js +1 -3
  417. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +1 -3
  418. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +1 -3
  419. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +1 -3
  420. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +1 -3
  421. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +1 -3
  422. package/lib/version2/errorstate/V2_ErrorStates.module.css +46 -46
  423. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +1 -3
  424. package/lib/version2/lookup/AlertHeader/AlertHeader.js +1 -3
  425. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +86 -86
  426. package/lib/version2/lookup/AlertLookup/AlertLookup.js +1 -3
  427. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +43 -43
  428. package/lib/version2/lookup/alertLookupCommonNew.module.css +32 -32
  429. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +106 -106
  430. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +1 -3
  431. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +136 -136
  432. package/package.json +93 -93
package/README.md CHANGED
@@ -1,1176 +1,1173 @@
1
- # DOT Design Components
2
-
3
- In this Library, we Provide Some Basic Components to Build Your Application
4
- # 1.0.0-temp-112
5
- Form Fields highlight Active State implementation issue fix
6
- # 1.0.0-temp-111
7
- Form Fields highlight Active State implementation
8
- # 1.0.0-beta.242
9
-
10
- - `Accesssility`- Screen Reader fix.
11
-
12
- # 1.0.0-beta.241
13
-
14
- - **Drawer, Lookup** - Focus scope navigation support.
15
-
16
- # 1.0.0-beta.240
17
-
18
- - `Accesssility`- Screen Reader support for some components.
19
-
20
- - **CustomResponsive** - performance issue fix.
21
-
22
- # 1.0.0-beta.239
23
-
24
- - Attachment => Text color added.
25
-
26
- # 1.0.0-beta.238
27
-
28
- - **ToggleDropDown** - Scroll End Loader added.
29
-
30
- - **TagMultiSelect**
31
-
32
- `findScrollEnd` method imported from components package.
33
-
34
- `isAnimate` prop in the **ResponsiveDropBox** component has been assigned as false.
35
-
36
- - **Common.js** - deleted this file. `findScrollEnd` method imported from components package.
37
-
38
- # 1.0.0-beta.237
39
-
40
- - AvatarThread => orange palette added.
41
-
42
- # 1.0.0-beta.236
43
-
44
- - Alertlookup and version2 Alertlookup -> didmount code added for Enter key functionality.
45
- - TextEditor => htmlVersion !Doctype html added and handleChange function performance changes.
46
-
47
- # 1.0.0-beta.235
48
-
49
- - Action Button => innerClassName and popupGroup prop added.
50
- - default props and proptype => removed from component file and made it as a separate file.
51
-
52
- # 1.0.0-beta.234
53
-
54
- - AlertLookup V1 => isHtmlContent prop added
55
-
56
- # 1.0.0-beta.233
57
-
58
- - ToggleDropDown , StatusDropdown => preventParentScroll implemented
59
-
60
- # 1.0.0-beta.232
61
-
62
- - Svg path updated
63
-
64
- # 1.0.0-beta.231
65
-
66
- - :focus in css removed
67
-
68
- # 1.0.0-beta.230
69
-
70
- - renderLabelProps props added and Field Container Component Wrapped for => CheckBoxField, CurrencyField, DateField, MultiField, SelectField, TextareaField, TextBoxField
71
-
72
- # 1.0.0-beta.229
73
-
74
- - TagsMultiSelect,TagsMultiSelectField => clickableTag prop added
75
- - GridStencils => margin, width removed in css
76
-
77
- # 1.0.0-beta.228
78
-
79
- - ResponsiveDropBox Implemented for all DropBox
80
-
81
- # 1.0.0-beta.227
82
-
83
- - #999 instead of #a8b0bd color value in PureDark mode
84
-
85
- # 1.0.0-beta.226
86
-
87
- - Attachment Viewer Footer Scroll Ui Fix, dataId fix
88
- - list/SecondaryText/SecondaryText => happiness image width changed
89
- - PureDark mode implemented via preprocess
90
-
91
- # 1.0.0-beta.225
92
-
93
- - ToggleDropDown, DepartmentDropDown, StatusDropdown search empty text change (Oops to No results found)
94
-
95
- # 1.0.0-beta.224
96
-
97
- - className prop added in ImportantNotes
98
- - palette prop added in ModuleHeader
99
- - palette prop added in TicketHeader
100
-
101
- # 1.0.0-beta.223
102
-
103
- - TagMultiSelect id, onSelectTag prop added.
104
- - GridStencils UI fix.
105
-
106
- # 1.0.0-beta.222
107
-
108
- - TagMultiSelect Keyboard Shortcut Issue Fixed
109
-
110
- # 1.0.0-beta.221
111
-
112
- - editor fontsize prop added
113
-
114
- # 1.0.0-beta.218 , # 1.0.0-beta.219, # 1.0.0-beta.220
115
-
116
- - AttachmentViewer , AttachmentImage component added
117
-
118
- # 1.0.0-beta.217
119
-
120
- - TagsMultiSelect => boxSize prop added.
121
-
122
- # 1.0.0-beta.216
123
-
124
- - CurrencyField => formatCurrency call if check fixed (value will formatted when isActive is false)
125
-
126
- # 1.0.0-beta.215
127
-
128
- - CheckBoxField, CurrencyField, DateField, MultiSelectField, PhoneField, RadioField, SelectField, TextBoxField, TextareaField, setup/header/Views/Views => Tooltip undefined case solved
129
- - StatusDropdown => Enter, Down Arrow Shortcut issue solved
130
- - TextEditor => editor focus issue fix
131
-
132
- # 1.0.0-beta.214
133
-
134
- - Dot => Provider Config Added
135
- - FreezeLayer => freezeLayer config added to control keyboard shortcut
136
- - CurrencyField => formatCurrency prop added, exist formatCurrency function removed and moved to deprecated
137
- # 1.0.0-beta.213
138
-
139
- - ActionButton => Loader Bg Fix reverted (Directly Fixed in Button Component)
140
-
141
- # 1.0.0-beta.210
142
-
143
- - TextEditor => editor loading issue fix
144
-
145
- # 1.0.0-beta.209
146
-
147
- - ActionButton => removeChildrenTooltip prop added , Loader Bg Fixed for Primary Palette
148
- - AlertLookup,AlertLookup v2 => onEsc Prop added
149
-
150
- # 1.0.0-beta.208
151
-
152
- - Read-only and disable class and style added in All Fields like TextBoxField, MultiSelect Field etc..
153
- - isCopyTextEnabled prop added in Ripple Effect component.
154
-
155
- # 1.0.0-beta.207
156
- - Linear Gradient - to Left direction fixed
157
- - TicketHeader/ViewDropdown -> block layout fix
158
- - Appearance css moved to assets
159
-
160
- # 1.0.0-beta.206
161
-
162
- - css color variables updated.
163
- # 1.0.0-beta.205
164
-
165
- - TagsMultiSelect => placeholderText key added in i18nKeys
166
- - TextEditorWrapper => isEditorDefaultOpen setState Issue Check added
167
- - TextEditor => Font-feature-setting added to fix calt symbol issue .
168
- - bg,shadow,text,border based variables removed and renamed.
169
-
170
- # 1.0.0-beta.204
171
-
172
- - blueDefaultTheme & blueDarkTheme class name added in Mode & Blue DotTheme files
173
- - GlobalNotification, DesktopNotification => customProps prop added
174
-
175
- # 1.0.0-beta.203
176
-
177
- - ListLayout => active, keyboarActive css priority fixed
178
-
179
- # 1.0.0-beta.202
180
-
181
- - ListLayout => marginLeft fixed
182
-
183
- # 1.0.0-beta.201
184
-
185
- - deprecated theme file moved to another place
186
- - ListLayout => keyboardActive ui border added
187
-
188
- # 1.0.0-beta.200
189
-
190
- - ListLayout => isKeyboardActive prop and ui added
191
-
192
- # 1.0.0-beta.199
193
-
194
- - - AvatarThread component -> getCustomThread prop added
195
-
196
- # 1.0.0-beta.198
197
-
198
- - TextEditor => default font changed to Lato
199
-
200
- # 1.0.0-beta.196, 197
201
-
202
- - TextEditor => default font changed to Arial
203
-
204
- # 1.0.0-beta.195
205
-
206
- - Messagebanner => FontSize Fixed
207
- - TextEditor => PuviFont Version Updated
208
-
209
- # 1.0.0-beta.194
210
-
211
- - CommonEmptyState missing dark palette variables moved under Themes folder files
212
-
213
- # 1.0.0-beta.193
214
-
215
- - ListLayout -> needPointer prop added and hover css fix
216
-
217
- # 1.0.0-beta.192
218
-
219
- - MessageBanner => dataId Prop added and margin fixed.
220
- - Link => object spread solved.
221
-
222
- # 1.0.0-beta.191
223
-
224
- - Custom fonts (Lato and Zoho Puvi) sent to Editor.
225
-
226
- # 1.0.0-beta.190
227
-
228
- - Published but some issues are there
229
-
230
- # 1.0.0-beta.189
231
-
232
- - - transition variable implemented in all CSS
233
-
234
- # 1.0.0-beta.188
235
-
236
- - TagMultiSelect => ListItem Data-Id Reverted
237
-
238
- # 1.0.0-beta.187
239
-
240
- - AlphabeticList => vertical spaceing incremented
241
-
242
- # 1.0.0-beta.186
243
-
244
- - AlphabeticList => vertical spaceing incremented, dataId prop added
245
-
246
- # 1.0.0-beta.185
247
-
248
- - ToggleDropdown => on focusing input preventScroll disabled.
249
- - ValidationMessage => toolip Prop Added
250
-
251
- # 1.0.0-beta.184
252
-
253
- - TagsMultiSelect => dataId Changes
254
- - list/Icons => width added tto avoid jurk
255
-
256
- # 1.0.0-beta.183
257
-
258
- - Lookup,AlertLookup,AlertLookup2 => eventListeners Removed on UnMount
259
- - Drawer => getTitleChildren prop added
260
- - ToggleDropdown => on focusing input preventScroll disabled.
261
-
262
- # 1.0.0-beta.182
263
-
264
- - ExternalLink, Link, AccountName, ContactName, SecondaryText/Email, SecondaryText/PhoneNumber, SecondaryText/TicketId, Subject => **customProps** prop added
265
-
266
- # 1.0.0-beta.181
267
-
268
- - ReadUnReadIcon => icon Name fix
269
-
270
- # 1.0.0-beta.180
271
-
272
- - TagsMultiSelect => scrollTop Issue Solved
273
- - TagsMultiSelectField => keyPress index fixed
274
-
275
- # 1.0.0-beta.179
276
-
277
- - ToggleDropDown => selectedId fix while opening the dropdown.
278
-
279
- # 1.0.0-beta.178
280
-
281
- - ReadUnreadIcon component added
282
-
283
- # 1.0.0-beta.177
284
-
285
- - TextEditorField => isReadOnly Ui Given
286
-
287
- # 1.0.0-beta.176
288
-
289
- - @zoho/SecurityJS library removed from depedency
290
- - Message/Message => HtmlPurifier Removed
291
- - GlobalNotification/GlobalNotification => HtmlPurifier Removed
292
- - helptips/Link/Link => HtmlPurifier Removed
293
-
294
- # 1.0.0-beta.175
295
-
296
- - PropTypes Validattion Fixes
297
- - error state DataId and Common Css Fixes
298
-
299
- # 1.0.0-beta.174
300
-
301
- - Docs Fixes
302
- - CommonEmptyState => customClass prop added
303
- - Inconvenience => svg image changed as old
304
- - version2/errorstate/Inconvenience/Inconvenience => isButtonNeeded,className,isFluid,dataId,buttonText,onButtonClick,urlTarget,size prop added, subtitle,customClass prop removed
305
- - OopsSomethingMiss , UnableToProcessRequest, WillBeRightBack, UrlNotFound added
306
- - PermissionPlay, RequestUrlNotFound, UnableToProcess, , WillBack Removed
307
- - UnauthorizedLogin updated and subtitle,customClass prop removed
308
-
309
- # 1.0.0-beta.173
310
-
311
- - CTA gray based color changes
312
-
313
- # 1.0.0-beta.172
314
-
315
- - AvatarThread => iconClass prop added
316
- - ActionButton => palette prop added
317
- - Lookup/Lookup => xmedium size added
318
- - version2/lookup/AlertLookup/AlertLookup => isHtmlContent,scroll prop added
319
-
320
- # 1.0.0-beta.171
321
-
322
- - 168 publish reverted
323
-
324
- # 1.0.0-beta.170
325
-
326
- - Lookup/Lookup => childAnimationName prop added
327
- - version2/lookup/AlertHeader/AlertHeader => html structure render fixed
328
- - version2/lookup/AlertLookup/AlertLookup => align, childAnimationName prop added
329
-
330
- # 1.0.0-beta.169
331
-
332
- - ToggleDropDown => focus null issue fixed.
333
-
334
- # 1.0.0-beta.168
335
-
336
- - Drawer => stopImmediatePropagation added.
337
-
338
- # 1.0.0-beta.167
339
-
340
- - ToggleDropDown => preventPopupClose prop added , unWanted Focus issue solved.
341
- - TextEditorField => editorFocus prop changed to onFocus
342
-
343
- # 1.0.0-beta.166
344
-
345
- - ContactName => className Duplication Entry Issue Fixed
346
-
347
- # 1.0.0-beta.165
348
-
349
- - Palette-Based Folder Structure Changed.
350
- - data-theme changed to data-mode
351
- - data-palette changed to data-theme
352
-
353
- # 1.0.0-beta.164
354
-
355
- - ActionButton => ClassName based changes
356
- - PlusIcon => iconColor , palette prop removed
357
- - Palette Based Color System Implemented
358
-
359
- # 1.0.0-beta.163
360
-
361
- - TextEditor => editorInitialize global function calling to avoid global conflict
362
- - formatCurrency function fix
363
-
364
- # 1.0.0-beta.162
365
-
366
- - TextEditor => getCSRFCookieName,getCSRFCookie -> Paste Image Issue Fixed
367
- - AvatarClose, AvatarCollision, AvatarIcon, AvatarStatus,AvatarThread,AvatatrUser, AvatarWithTeam, ToggleDropDown, SecondaryText => customProps prop added
368
- - Comment,Thread => Button tag added
369
- - AcccountName,ContactName,Email,PhoneNumber => a11y fixes
370
- - Subject => children prop added
371
-
372
- # 1.0.0-beta.161
373
-
374
- - Upload -> palette prop added
375
-
376
- # 1.0.0-beta.160
377
-
378
- - General - formatCurrency function fix
379
- - TextEditor - isNightMode prop added
380
- - TextEditorWrapper - customProps prop added
381
- - AlertLookup,AlertLookupNew => customProps Added and Footer check added
382
-
383
- # 1.0.0-beta.159
384
-
385
- - ToggleDropdown => getFooter prop added
386
- - GlobalNotification v2 => UI function Exported
387
-
388
- # 1.0.0-beta.158
389
-
390
- - FreezeLayer - to avoid inner focus jerk issue, overflow hidden css added
391
- - list/SecondaryText,list/UserTime => fontsize changed
392
- - customProps prop given for all field components
393
- - SelectDropdown component moved to deprecated
394
- - FlipCard -> customProps prop added
395
- - AlphabeticList,Attachment,AvatarUser,Comment,DepartmentDropDown,ContactName,TicketHeader,Message => i18nKeys prop supported
396
-
397
- # 1.0.0-beta.157
398
-
399
- - ExternalLink/ExternalLink.js
400
- => simplehelp, dynnamicnavs protocol support for urls
401
- - lookup/Lookup/Lookup.js
402
- => onKeyDown prop support
403
- - lookup/header/Search/Search.js
404
- => onKeyDown prop support
405
- - lookup/header/ModuleHeader/ModuleHeader.js
406
- => onSearchKeyDown prop support
407
- => keydown prop support - In forms, lookup close on esc key press
408
- - dropdown/ToggleDropDown/ToggleDropDown.js
409
- => onDropDownOpen, onDropDownClose
410
- - lookup/header/Search/Search.js
411
- => Component revamp for focus related issue
412
- => Clear icon added
413
-
414
- # 1.0.0-beta.156
415
-
416
- - ToggleDropdown => shallowdiff comparision based state update fixed in compoentwillreceiveprops
417
- - AlertLookup => v2 => submit button focus timeout issue fixed .
418
-
419
- # 1.0.0-beta.155
420
-
421
- - version 2 errorstates added => inconvenience,PermissionPlay,RequestUrlNotFound,UnableToProcess,UnauthorizedLogin,UnauthorizedLogin,WillBack
422
-
423
- # 1.0.0-beta.154
424
-
425
- - CheckBoxField , CurrencyField, DateField, MultiSelectField, SelectField, TextBoxField, TextEditorField, TextareaField => lock icon size increased to 13
426
- - SelectField, DateField => iconOnHover prop added
427
- - list/Comment => hover color added in css
428
- - list/SecondaryText/AccountName => secondaryAccountHref,secondaryAccountClick,secondaryAccountText props added
429
- - list/Thread => hover color added in css
430
- - ZD-blockDownArrow icon changed to ZD-down in all components
431
-
432
- # 1.0.0-beta.153
433
-
434
- - TextEditorWrapper => needInlineAttachment prop added
435
-
436
- # 1.0.0-beta.152
437
-
438
- - TextEdiitorField => needInlineAttachment prop added
439
- - TextEditor => Drag and Drop Image Upload and Paste ClipBoard Image Upload feature added
440
-
441
- # 1.0.0-beta.151
442
-
443
- - MultiSelectField => onFocus prop added
444
- - TagMultiSelect, TagMultiSelectField clear text after select option issue fixed
445
-
446
- # 1.0.0-beta.150
447
-
448
- - Responsive Ui Fix added in all ErrorStates
449
- - lookup/header/ModuleHeader => closeTitle prop added
450
-
451
- # 1.0.0-beta.149
452
-
453
- - ImportantNotes -> html structure changes
454
- - SelectField -> onFocus Prop Added
455
- - TagsMultiSelect -> Children prop removed, htmlId prop added
456
- - TagsMultiSelectField Added
457
- - TextEditor -> isEditorDefaultOpen prop fixed for blur event
458
- - TextEditorField -> children,ePhiData prop added
459
- - TextEditorWrapper -> isEditorDefaultOpen prop added
460
-
461
- # 1.0.0-beta.148
462
-
463
- - TextEditor -> BlockQuote Indent Margin Fix
464
-
465
- # 1.0.0-beta.147
466
-
467
- - ExternalLink -> onClick prop added
468
- - TextEditor -> Underline Empty Issue Fixed
469
-
470
- # 1.0.0-beta.146
471
-
472
- - TextEditor -> Underline Empty Fix solved
473
- - MultiSelectField -> children, customChildrenClass Added
474
- - TextBoxField -> children prop added, TextBox component replaced with TextBoxWithIcon
475
-
476
- # 1.0.0-beta.145
477
-
478
- - TextEditor - WillReceiveProps editor undefined fix
479
-
480
- # 1.0.0-beta.144
481
-
482
- - EditionPage => empty svg image changed to EmptyCrmPotential (Before we used EmptyEdition SVG)
483
-
484
- # 1.0.0-beta.143
485
-
486
- - CurrencyField Added
487
- - PhoneField => number pattern formatted
488
- - TextBoxField => onFocus prop added
489
-
490
- # 1.0.0-beta.142
491
-
492
- - TextEditorField - dataId fixes
493
-
494
- # 1.0.0-beta.141
495
-
496
- - TextEditor WilReceiveProps Fix
497
- - Drawer - default size added
498
- - Drawer - Header - isBoxIcon prop added
499
- - ToggleDropDown - has Icon check Added for every List
500
-
501
- # 1.0.0-beta.140
502
-
503
- - ePhiData Prop added in TextBoxField, PhoneField
504
- - DesktopNotification DataId Fix
505
-
506
- # 1.0.0-beta.139
507
-
508
- - Cli Update
509
-
510
- # 1.0.0-beta.138
511
-
512
- - ToastMessage A11y Changes
513
- - list/ListLayout a11y changes
514
- - MultiSelectField => Focus Ref Issue Solved
515
- - TextEditorField => dataId fix
516
-
517
- # 1.0.0-beta.137
518
-
519
- - IconButton => dataIsHtml Prop Added
520
- - TextEditorWrapper => editor focused 300 timeout
521
-
522
- # 1.0.0-beta.136
523
-
524
- - A11y Changes
525
- - TextEditor Code Fix
526
- - Theme Changes
527
- - Lookup => large size added
528
- - ActionButton => dropBoxPosition prop renamed as defaultPosition , (position,getContainerRef,getTargetRef prop added)
529
- - SelectField => children prop added
530
- - TagsMultiSelect => borderColor,needBorder,getTextBoxChildren prop added
531
-
532
- # 1.0.0-beta.135
533
-
534
- - Attachment - Theme Color Changes
535
- - List => SecondaryText - Theme Color Changes
536
- - TagsMultiSelect, TextEditor, TextEditorField Added
537
- - SelectField => isDefaultSelectValue,placeHolder prop added
538
- - TextBoxField => needReadOnlyStyle, isClickable prop added
539
-
540
- # 1.0.0-beta.134
541
-
542
- - ListStencils , ToastMessage => DarkTheme Css Added
543
-
544
- # 1.0.0-beta.133
545
-
546
- - isDarkMode props removed for all components
547
- - DateField => i18nKeys prop added
548
-
549
- # 1.0.0-beta.132
550
-
551
- - StatusDropdown => dotted issue fixed
552
- - Fields => Data Id and htmlId fixed in all field based components
553
- - DateField => timeZone prop added
554
-
555
- # 1.0.0-beta.131
556
-
557
- - Added the character '#' in the AlphabeticList component.
558
-
559
- # 1.0.0-beta.130
560
-
561
- - A11y Changes
562
- - Drawer => Header padding changes
563
-
564
- # 1.0.0-beta.128
565
-
566
- - CommonEmptyState => palette -> dark,default added and isDarkMode prop removed
567
-
568
- # 1.0.0-beta.127
569
-
570
- - AvatarIcon,AvatarWithTeam => borderOnActive,borderOnHover prop added
571
-
572
- # 1.0.0-beta.126
573
-
574
- - Theme Changes In all Components
575
- - a11y changes in ToggleDropDown,StatusDropdown
576
- - dataId Changes in CommonEmptyState - no impacts
577
-
578
- # 1.0.0-beta.125
579
-
580
- - Loader - auto zIndex added
581
- - DotNew - size prop added
582
- - BluePrintStatus - isOverdue prop removed for color fix
583
- - AvatarUser - alternateSrc prop added
584
- - --zdt prefix added for theme variables
585
-
586
- # 1.0.0-beta.124
587
-
588
- - Components added
589
- - form => fields => CheckBoxField, DateField, MultiSelectField, PhoneField, PhoneField, RadioField, SelectField, TextareaField, TextBoxField, ValidationMessage
590
- - form => layout => Section, Field
591
-
592
- # 1.0.0-beta.123
593
-
594
- - Drawer => drawer model portal removed, hereafter need to send inner portal name through innerPortalName prop.
595
-
596
- # 1.0.0-beta.122
597
-
598
- - Alert Lookup => a11y added
599
-
600
- # 1.0.0-beta.121
601
-
602
- - package update in components library
603
-
604
- # 1.0.0-beta.120
605
-
606
- - commonAlerts based files moved to version2 folder
607
-
608
- # 1.0.0-beta.119
609
-
610
- - Drawer RHS padding CSS fixes
611
-
612
- # 1.0.0-beta.118
613
-
614
- - Theme Based Changes (no Impacts)
615
- - list> Subject ==> isDotted prop added
616
-
617
- # 1.0.0-beta.117
618
-
619
- - ToggleDropDown => isDarkMode prop added for inner ListItem
620
-
621
- # 1.0.0-beta.116
622
-
623
- - Attachment,Upload,Thread ui fixes
624
- - ModuleHeader => dataId added
625
- - FreezeLayeer => snow palette bg changed
626
- - commonAlerts components added
627
-
628
- # 1.0.0-beta.115
629
-
630
- - Drawer,FreezeLayer,ToastMessage -> default value setted as needAutoZindex:true
631
-
632
- # 1.0.0-beta.114
633
-
634
- - Theme Implemented For Component Package
635
-
636
- # 1.0.0-beta.113
637
-
638
- - a11y fixes
639
- - customClass Prop added in setup table based components
640
-
641
- # 1.0.0-beta.112
642
-
643
- - Ui Fixes in FormAction,ToggleDropDown,DepartmentDropDown,ConatctName,Thread,UserTime.
644
- - Thread => align prop added
645
-
646
- # 1.0.0-beta.111
647
-
648
- - Image => htmlId prop added
649
-
650
- # 1.0.0-beta.110
651
-
652
- - Drawer => onBodyClick prop added for body click preventcase
653
-
654
- # 1.0.0-beta.109
655
-
656
- - needAutoZindex prop added in freeze layer and Drawer
657
- - Provider Changes
658
-
659
- # 1.0.0-beta.108
660
-
661
- - SetupDetailLayout DataId Changes
662
-
663
- # 1.0.0-beta.107
664
-
665
- - ToggleDropDown Temp Fix for Rerender Issue
666
-
667
- # 1.0.0-beta.106
668
-
669
- - AllY fixes in IconButton
670
-
671
- # 1.0.0-beta.105
672
-
673
- - fsize => font_size css variables replacement
674
-
675
- # 1.0.0-beta.104
676
-
677
- - ToastMessage => needClose prop fixed
678
- - Size => fsize
679
-
680
- # 1.0.0-beta.103
681
-
682
- - Secondary text hover color added
683
-
684
- # 1.0.0-beta.102
685
-
686
- - Department Dropdown Icon Fixes
687
-
688
- # 1.0.0-beta.101
689
-
690
- - CommonEmptyState => darkMode fix
691
-
692
- # 1.0.0-beta.100
693
-
694
- - SetupDetailLayout => dataId Added
695
- - Setup Header Search => customClass prop Added
696
-
697
- # 1.0.0-beta.99
698
-
699
- - IconButton => isNeedEffect prop added
700
- - Responsive Updated in Drawer
701
-
702
- # 1.0.0-beta.98
703
-
704
- - Message => onClick Prop added
705
-
706
- # 1.0.0-beta.97
707
-
708
- - Message => Html Purifier added for Message Prop
709
-
710
- # 1.0.0-beta.96
711
-
712
- - ActionButton => OnHover Fix
713
-
714
- # 1.0.0-beta.95
715
-
716
- - ToggleDropDown => isDarkMode, palette added
717
- - CommonEmptyState => isDarkMode added
718
-
719
- # 1.0.0-beta.94
720
-
721
- - list/Thread => icon soze changed
722
- - AvatarCollsion => bordersize changed
723
-
724
- # 1.0.0-beta.93
725
-
726
- - RippleEffect Based Changes Pushed
727
- - Component Version Update
728
-
729
- # 1.0.0-beta.92
730
-
731
- - IconButton => borderOnHover prop removed and hoverType prop added
732
- - ToggleDropDown => RippleEffect Added
733
- - Lookup Search => isFocus Fix
734
-
735
- # 1.0.0-beta.91
736
-
737
- - Upload Component Preview mode Fixed
738
- - dotcommon.module.css removed, audio image removed
739
-
740
- # 1.0.0-beta.90
741
-
742
- - Attachment Color changes, SubtabLayout Footer Type implemented
743
-
744
- # 1.0.0-beta.89
745
-
746
- - PeerDependencies Added
747
-
748
- # 1.0.0-beta.88
749
-
750
- - Text => cursor pointer fix
751
-
752
- # 1.0.0-beta.87
753
-
754
- - Version update for components library
755
-
756
- # 1.0.0-beta.86
757
-
758
- - TableHover.css Added
759
-
760
- # 1.0.0-beta.85
761
-
762
- - StatusList Bullet Fix
763
-
764
- # 1.0.0-beta.84
765
-
766
- - Adding tool tip for Ticket channel Icons in 'ChannelIcon', 'FlipCard' & 'AvatarFlip' components
767
-
768
- # 1.0.0-beta.83
769
-
770
- - Event Fix in IconButton
771
-
772
- # 1.0.0-beta.82
773
-
774
- - Icon Button A11Y
775
- - ToastMessage Custom prop added
776
-
777
- # 1.0.0-beta.81
778
-
779
- - StatueListItem bulletColor Prop Changes
780
-
781
- # 1.0.0-beta.80
782
-
783
- - Dependent Package Updates
784
-
785
- # 1.0.0-beta.79
786
-
787
- - Upload => abort upload support added
788
- - ExternalLink => Issue with URLs with Uppercase characters fixed
789
-
790
- # 1.0.0-beta.78
791
-
792
- - ToggleDropDown => Title Reposition
793
-
794
- # 1.0.0-beta.77
795
-
796
- -list/SecondryPanel/SecondryPanel => Container changes
797
-
798
- # 1.0.0-beta.76
799
-
800
- - Package Update
801
-
802
- # 1.0.0-beta.75
803
-
804
- - AlertLookup DataId fix
805
- - DotNew => data-title added
806
- - ActionButton => arrowBoxSize added
807
- - Upload => hovercolor changes
808
- - AvatarWithTeam => teamClassName added
809
-
810
- # 1.0.0-beta.74
811
-
812
- - Package update
813
-
814
- # 1.0.0-beta.73
815
-
816
- - Table Components Css name change
817
- - FlipCard,AvatarFlip => isFilledCheckbox added
818
- - package Update
819
- - ToggleDropdown SelectedId issue Fixed => need to check
820
-
821
- # 1.0.0-beta.72
822
-
823
- - CommonEmptyState Props Changed
824
- - SVG Version Updated
825
-
826
- # 1.0.0-beta.71
827
-
828
- - ToggleDropDown, StatusDropDown - Hover issue Fix
829
-
830
- # 1.0.0-beta.70
831
-
832
- - Components Package Update
833
-
834
- # 1.0.0-beta.69
835
-
836
- - AvatarIcon => extra Palette added (gray,dark)
837
- - listIcons names updated
838
- - ListStencils Updated
839
- - ChannelIcons New Names changed
840
- - package update
841
-
842
- # 1.0.0-beta.68
843
-
844
- - iconButton => onMouseDown,onMouseOver Added
845
- - AlertHeader => iconClass prop added, addEndUser type removed
846
- - AlertLookup => needIcon,iconName,iconClassiconSize ,customClass prop added
847
- - ToggleDropDown => onClick moved to onMouseDown, and Icon Fix
848
- - StatusDropDown => onClick moved to onMouseDown, and Icon Fix
849
-
850
- # 1.0.0-beta.67
851
-
852
- - Component Version Update
853
- - ToggleDropdown => isToggleStateNeeded added
854
- - LookupSearch => isBoxed Option Added
855
-
856
- # 1.0.0-beta.66
857
-
858
- - Component version update
859
-
860
- # 1.0.0-beta.65
861
-
862
- - Package Updates
863
- - AvatarStatus => statusTitle added
864
- - AvatarFlip => iconSize added and css cleared
865
-
866
- - SecondaryText/AccountName ==> isBold removed and added fontWeight
867
- - SecondaryText/ContactName ==> isBold removed and added fontWeight
868
- - SecondaryText/Email ==> added fontWeight
869
- - SecondaryText/PhoneNumber ==> added fontWeight
870
- - StatusDropdown => title added
871
- - getActivitiesIconObj function added
872
-
873
- # 1.0.0-beta.64
874
-
875
- - Package Update
876
-
877
- # 1.0.0-beta.63
878
-
879
- - Package Update
880
-
881
- # 1.0.0-beta.62
882
-
883
- - Drawer Close Animation Fx
884
- - ToggleDropDown IconClass Added
885
- - Avatar Status Size and Position Fixed
886
-
887
- # 1.0.0-beta.61
888
-
889
- - DateFormat Based Component Removed
890
-
891
- # 1.0.0-beta.60
892
-
893
- - Toggle DropDown added onClick for the selectedValue - "value" prop name
894
-
895
- # 1.0.0-beta.59
896
-
897
- - ToggleDropDown Separator Added
898
- - Package Update for Icon and Components
899
-
900
- # 1.0.0-beta.58
901
-
902
- - Renamed SVG Folder to small case
903
-
904
- # 1.0.0-beta.57
905
-
906
- - On Hold Date issue Fix
907
-
908
- # 1.0.0-beta.56
909
-
910
- - MessgeBanner link newtab issue fix
911
- - TimeInfo Fix
912
- - icon package update
913
-
914
- # 1.0.0-beta.55
915
-
916
- - customClass Added for Drawer and Freezelayer
917
- - icon version update
918
- - component version update
919
- - i18n version update
920
-
921
- # 1.0.0-beta.54
922
-
923
- - Added onLookupClick function in AlertLookup component
924
-
925
- # 1.0.0-beta.53
926
-
927
- - Svg Package Version Update only
928
-
929
- # 1.0.0-beta.51
930
-
931
- - Version update for SVG package
932
-
933
- # 1.0.0-beta.50
934
-
935
- - Version update for SVG package
936
-
937
- # 1.0.0-beta.49
938
-
939
- - Version update for SVG package
940
-
941
- # 1.0.0-beta.48
942
-
943
- - Component version update
944
- - customClass prop added for error state components
945
-
946
- # 1.0.0-beta.47
947
-
948
- - Component Package Version Update
949
- - dataId Fixes for TimeInfo,Duedate,CreateTime,UserTime
950
-
951
- # 1.0.0-beta.46
952
-
953
- - ActionButton Added
954
- - CommonEmptyState => getChildren Prop Added
955
- - IconButton => isBold Added
956
-
957
- # 1.0.0-beta.45
958
-
959
- - @zohodesk/components, @zohodesk/i18n version updates
960
-
961
- # 1.0.0-beta.44
962
-
963
- - dateFormat => CreateTime added
964
- - dateFormat => DueDate Added
965
- - utils => Common => getDateKeyWithParam added
966
- - permission Package removed
967
- - statusDropdown removed nad statusDropdownNew Component Renamed as statusDropdown
968
- - loader, message, messagebanner, new start components added
969
-
970
- # 1.0.0-beta.43
971
-
972
- - In StatusListItem prop option added statusType === 'Completed'
973
- - AvatarThread => needBorder,needBackground added
974
- - Drawer => SubDrawer Option Added
975
-
976
- # 1.0.0-beta.42
977
-
978
- - ToggleDropDown title Fix, DataId Fix
979
- - AlertLookup DataId Changed
980
- - In AvatarUser, added avatar Icon Option, AvatarUser Delete Hover Bg Color Added
981
- - list => Comment => className prop Added
982
- - list => icons => Completeicon => iconSize Prop Added
983
- - list => icons => EditIcon => iconSize Prop Added
984
- - ListLayout => footer Prop Removed and Basic Padding Removed, Here after include Import Padding from moduleList.module.css
985
- - Unused Css removed from listCommon.module.css
986
- - StatusDropdownNew => onTogglePopup Issue Fixed
987
-
988
- # 1.0.0-beta.41
989
-
990
- - ToggleDropDown Key Handling Fix.
991
- - isBold added in AccountName
992
- - isBold added in ContactName
993
- - AvatarThread Icon position changed
994
- - In SubtabLayout, subtabfooter added, then tertiary type added in SubtabHeader
995
- - In ToggleDropdown, Max-width 100% added css fix for shrink
996
- - DeleteIcon => iconSize Prop added
997
- - Subject => className Prop Added
998
-
999
- # 1.0.0-beta.40
1000
-
1001
- - Components Package Update
1002
-
1003
- # 1.0.0-beta.39
1004
-
1005
- - IconButton Children Prop Added
1006
- - IconButton Palette Added
1007
-
1008
- # 1.0.0-beta.38
1009
-
1010
- - miniDescription Prop added ModuleHeader Component
1011
- - OnClick prop added For Lookup Component
1012
-
1013
- # 1.0.0-beta.37
1014
-
1015
- - StatusDropDownNew Component Added
1016
- - StatusListItem Component Added
1017
- - Avatar User - Bgg added for portal icon
1018
- - In StatusText => isBold prop removed and fontWeight introduced
1019
- - Subject - isBold prop removed and fontWeight introduced
1020
-
1021
- # 1.0.0-beta.36
1022
-
1023
- - Version update for permission library.
1024
-
1025
- # 1.0.0-beta.35
1026
-
1027
- - Version update for permissions library.
1028
-
1029
- # 1.0.0-beta.34
1030
-
1031
- - ExternalLink Regex Fix
1032
-
1033
- # 1.0.0-beta.33
1034
-
1035
- - ToggleDropdown - arrowIconPosition Added
1036
- - Lookup MakWidth Fix for Responsive
1037
-
1038
- # 1.0.0-beta.32
1039
-
1040
- - dataId Fix Added for errorStates
1041
-
1042
- # 1.0.0-beta.31
1043
-
1044
- - Alphabetical Dotted Fix
1045
-
1046
- # 1.0.0-beta.30
1047
-
1048
- - Upload Component CSS Fix
1049
-
1050
- # 1.0.0-beta.29
1051
-
1052
- - Attachment, Upload Component Added
1053
- - Dot Component Issue and SecondaryPanel List Dotted Fixed
1054
-
1055
- # 1.0.0-beta.28
1056
-
1057
- - Toast Message component functionality fix.
1058
-
1059
- # 1.0.0-beta.27
1060
-
1061
- - DataId Changes for ChannelIcon
1062
- - Ticked Id Link Fix
1063
- - ImportantNotes Implemented
1064
- - ErrorState ZIndex Fix
1065
-
1066
- # 1.0.0-beta.26
1067
-
1068
- - Changing the 'falseObj' key to 'failure' inconsistency with permission library.
1069
-
1070
- # 1.0.0-beta.25
1071
-
1072
- - Updating components library to latest
1073
-
1074
- # 1.0.0-beta.24
1075
-
1076
- - TicketId Link Added
1077
- - Avatar User Palette Added
1078
- - IconButton Added
1079
-
1080
- # 1.0.0-beta.23
1081
-
1082
- - Adding tourId in FlipCard, AvatarFlip, and GridIcons component.
1083
- - Adding SvgMask support and tourId in the FreezeLayer component.
1084
-
1085
- # 1.0.0-beta.21
1086
-
1087
- - Lookup Unified
1088
- - GridIcon Component Added
1089
- - Dot Color Changes
1090
-
1091
- # 1.0.0-beta.20
1092
-
1093
- - Permission package update
1094
-
1095
- # 1.0.0-beta.19
1096
-
1097
- - Onclick option added for TableRow Component, Avatar Icon Data-Id Fixed and Container Changed, Avatar Based Components Css Provider Implemented
1098
-
1099
- # 1.0.0-beta.17
1100
-
1101
- - Icon Update
1102
-
1103
- # 1.0.0-beta.16
1104
-
1105
- - ChannelIcon Update
1106
-
1107
- # 1.0.0-beta.15
1108
-
1109
- - AlertLookup Data-Id Fix
1110
-
1111
- # 1.0.0-beta.14
1112
-
1113
- - DeleteLookupHeader Removed
1114
- - Lookup text Bold prop Included
1115
- - Toggle Dropdown Children Fix
1116
- - SVG Version Updated
1117
- - ErrorState Fix
1118
-
1119
- # 1.0.0-beta.13
1120
-
1121
- - Toggle Dropdown onScroll implemented,
1122
- - Data Id Fixes
1123
- - AlertLookup Setcion ClassName Support
1124
- - Table Onclick Functions
1125
-
1126
- # 1.0.0-beta.12
1127
-
1128
- - TableData align Prop Fix
1129
-
1130
- # 1.0.0-beta.11
1131
-
1132
- - Svg Exported
1133
- - External Link Fix, Data-Id Change
1134
- - Toggle Dropdown Fix
1135
-
1136
- # 1.0.0-beta.10
1137
-
1138
- - Externel Link XSS Fix
1139
- - AlertLookup custom-header Fix
1140
- - ToastMessage DataId Added
1141
-
1142
- # 1.0.0-beta.9
1143
-
1144
- - Alert Header Fix
1145
-
1146
- # 1.0.0-beta.8
1147
-
1148
- - Proxima Update
1149
-
1150
- # 1.0.0-beta.7
1151
-
1152
- - Image and Setup Table Components Moved
1153
-
1154
- # 1.0.0-beta.6
1155
-
1156
- - ErrorState Components, Setup Based Components Moved
1157
-
1158
- # 1.0.0-beta.4
1159
-
1160
- - CommonEmptyState Added, Avatar Icon Palette Added, Lookup Header Close Added
1161
-
1162
- # 1.0.0-beta.3
1163
-
1164
- -Drawer, Toast Message, Loader, Toggle DropDown update
1165
-
1166
- # 1.0.0-beta.2
1167
-
1168
- - List, Lookup, Layout, FreezeLayer, SVG Published
1169
-
1170
- # 1.0.0-beta.1
1171
-
1172
- - Permission Checkup
1173
-
1174
- # 1.0.0-beta.0
1175
-
1176
- - Test Publish
1
+ # DOT Design Components
2
+
3
+ In this Library, we Provide Some Basic Components to Build Your Application
4
+
5
+ # 1.0.0-beta.242
6
+
7
+ - `Accesssility`- Screen Reader fix.
8
+
9
+ # 1.0.0-beta.241
10
+
11
+ - **Drawer, Lookup** - Focus scope navigation support.
12
+
13
+ # 1.0.0-beta.240
14
+
15
+ - `Accesssility`- Screen Reader support for some components.
16
+
17
+ - **CustomResponsive** - performance issue fix.
18
+
19
+ # 1.0.0-beta.239
20
+
21
+ - Attachment => Text color added.
22
+
23
+ # 1.0.0-beta.238
24
+
25
+ - **ToggleDropDown** - Scroll End Loader added.
26
+
27
+ - **TagMultiSelect**
28
+
29
+ `findScrollEnd` method imported from components package.
30
+
31
+ `isAnimate` prop in the **ResponsiveDropBox** component has been assigned as false.
32
+
33
+ - **Common.js** - deleted this file. `findScrollEnd` method imported from components package.
34
+
35
+ # 1.0.0-beta.237
36
+
37
+ - AvatarThread => orange palette added.
38
+
39
+ # 1.0.0-beta.236
40
+
41
+ - Alertlookup and version2 Alertlookup -> didmount code added for Enter key functionality.
42
+ - TextEditor => htmlVersion !Doctype html added and handleChange function performance changes.
43
+
44
+ # 1.0.0-beta.235
45
+
46
+ - Action Button => innerClassName and popupGroup prop added.
47
+ - default props and proptype => removed from component file and made it as a separate file.
48
+
49
+ # 1.0.0-beta.234
50
+
51
+ - AlertLookup V1 => isHtmlContent prop added
52
+
53
+ # 1.0.0-beta.233
54
+
55
+ - ToggleDropDown , StatusDropdown => preventParentScroll implemented
56
+
57
+ # 1.0.0-beta.232
58
+
59
+ - Svg path updated
60
+
61
+ # 1.0.0-beta.231
62
+
63
+ - :focus in css removed
64
+
65
+ # 1.0.0-beta.230
66
+
67
+ - renderLabelProps props added and Field Container Component Wrapped for => CheckBoxField, CurrencyField, DateField, MultiField, SelectField, TextareaField, TextBoxField
68
+
69
+ # 1.0.0-beta.229
70
+
71
+ - TagsMultiSelect,TagsMultiSelectField => clickableTag prop added
72
+ - GridStencils => margin, width removed in css
73
+
74
+ # 1.0.0-beta.228
75
+
76
+ - ResponsiveDropBox Implemented for all DropBox
77
+
78
+ # 1.0.0-beta.227
79
+
80
+ - #999 instead of #a8b0bd color value in PureDark mode
81
+
82
+ # 1.0.0-beta.226
83
+
84
+ - Attachment Viewer Footer Scroll Ui Fix, dataId fix
85
+ - list/SecondaryText/SecondaryText => happiness image width changed
86
+ - PureDark mode implemented via preprocess
87
+
88
+ # 1.0.0-beta.225
89
+
90
+ - ToggleDropDown, DepartmentDropDown, StatusDropdown search empty text change (Oops to No results found)
91
+
92
+ # 1.0.0-beta.224
93
+
94
+ - className prop added in ImportantNotes
95
+ - palette prop added in ModuleHeader
96
+ - palette prop added in TicketHeader
97
+
98
+ # 1.0.0-beta.223
99
+
100
+ - TagMultiSelect id, onSelectTag prop added.
101
+ - GridStencils UI fix.
102
+
103
+ # 1.0.0-beta.222
104
+
105
+ - TagMultiSelect Keyboard Shortcut Issue Fixed
106
+
107
+ # 1.0.0-beta.221
108
+
109
+ - editor fontsize prop added
110
+
111
+ # 1.0.0-beta.218 , # 1.0.0-beta.219, # 1.0.0-beta.220
112
+
113
+ - AttachmentViewer , AttachmentImage component added
114
+
115
+ # 1.0.0-beta.217
116
+
117
+ - TagsMultiSelect => boxSize prop added.
118
+
119
+ # 1.0.0-beta.216
120
+
121
+ - CurrencyField => formatCurrency call if check fixed (value will formatted when isActive is false)
122
+
123
+ # 1.0.0-beta.215
124
+
125
+ - CheckBoxField, CurrencyField, DateField, MultiSelectField, PhoneField, RadioField, SelectField, TextBoxField, TextareaField, setup/header/Views/Views => Tooltip undefined case solved
126
+ - StatusDropdown => Enter, Down Arrow Shortcut issue solved
127
+ - TextEditor => editor focus issue fix
128
+
129
+ # 1.0.0-beta.214
130
+
131
+ - Dot => Provider Config Added
132
+ - FreezeLayer => freezeLayer config added to control keyboard shortcut
133
+ - CurrencyField => formatCurrency prop added, exist formatCurrency function removed and moved to deprecated
134
+ # 1.0.0-beta.213
135
+
136
+ - ActionButton => Loader Bg Fix reverted (Directly Fixed in Button Component)
137
+
138
+ # 1.0.0-beta.210
139
+
140
+ - TextEditor => editor loading issue fix
141
+
142
+ # 1.0.0-beta.209
143
+
144
+ - ActionButton => removeChildrenTooltip prop added , Loader Bg Fixed for Primary Palette
145
+ - AlertLookup,AlertLookup v2 => onEsc Prop added
146
+
147
+ # 1.0.0-beta.208
148
+
149
+ - Read-only and disable class and style added in All Fields like TextBoxField, MultiSelect Field etc..
150
+ - isCopyTextEnabled prop added in Ripple Effect component.
151
+
152
+ # 1.0.0-beta.207
153
+ - Linear Gradient - to Left direction fixed
154
+ - TicketHeader/ViewDropdown -> block layout fix
155
+ - Appearance css moved to assets
156
+
157
+ # 1.0.0-beta.206
158
+
159
+ - css color variables updated.
160
+ # 1.0.0-beta.205
161
+
162
+ - TagsMultiSelect => placeholderText key added in i18nKeys
163
+ - TextEditorWrapper => isEditorDefaultOpen setState Issue Check added
164
+ - TextEditor => Font-feature-setting added to fix calt symbol issue .
165
+ - bg,shadow,text,border based variables removed and renamed.
166
+
167
+ # 1.0.0-beta.204
168
+
169
+ - blueDefaultTheme & blueDarkTheme class name added in Mode & Blue DotTheme files
170
+ - GlobalNotification, DesktopNotification => customProps prop added
171
+
172
+ # 1.0.0-beta.203
173
+
174
+ - ListLayout => active, keyboarActive css priority fixed
175
+
176
+ # 1.0.0-beta.202
177
+
178
+ - ListLayout => marginLeft fixed
179
+
180
+ # 1.0.0-beta.201
181
+
182
+ - deprecated theme file moved to another place
183
+ - ListLayout => keyboardActive ui border added
184
+
185
+ # 1.0.0-beta.200
186
+
187
+ - ListLayout => isKeyboardActive prop and ui added
188
+
189
+ # 1.0.0-beta.199
190
+
191
+ - - AvatarThread component -> getCustomThread prop added
192
+
193
+ # 1.0.0-beta.198
194
+
195
+ - TextEditor => default font changed to Lato
196
+
197
+ # 1.0.0-beta.196, 197
198
+
199
+ - TextEditor => default font changed to Arial
200
+
201
+ # 1.0.0-beta.195
202
+
203
+ - Messagebanner => FontSize Fixed
204
+ - TextEditor => PuviFont Version Updated
205
+
206
+ # 1.0.0-beta.194
207
+
208
+ - CommonEmptyState missing dark palette variables moved under Themes folder files
209
+
210
+ # 1.0.0-beta.193
211
+
212
+ - ListLayout -> needPointer prop added and hover css fix
213
+
214
+ # 1.0.0-beta.192
215
+
216
+ - MessageBanner => dataId Prop added and margin fixed.
217
+ - Link => object spread solved.
218
+
219
+ # 1.0.0-beta.191
220
+
221
+ - Custom fonts (Lato and Zoho Puvi) sent to Editor.
222
+
223
+ # 1.0.0-beta.190
224
+
225
+ - Published but some issues are there
226
+
227
+ # 1.0.0-beta.189
228
+
229
+ - - transition variable implemented in all CSS
230
+
231
+ # 1.0.0-beta.188
232
+
233
+ - TagMultiSelect => ListItem Data-Id Reverted
234
+
235
+ # 1.0.0-beta.187
236
+
237
+ - AlphabeticList => vertical spaceing incremented
238
+
239
+ # 1.0.0-beta.186
240
+
241
+ - AlphabeticList => vertical spaceing incremented, dataId prop added
242
+
243
+ # 1.0.0-beta.185
244
+
245
+ - ToggleDropdown => on focusing input preventScroll disabled.
246
+ - ValidationMessage => toolip Prop Added
247
+
248
+ # 1.0.0-beta.184
249
+
250
+ - TagsMultiSelect => dataId Changes
251
+ - list/Icons => width added tto avoid jurk
252
+
253
+ # 1.0.0-beta.183
254
+
255
+ - Lookup,AlertLookup,AlertLookup2 => eventListeners Removed on UnMount
256
+ - Drawer => getTitleChildren prop added
257
+ - ToggleDropdown => on focusing input preventScroll disabled.
258
+
259
+ # 1.0.0-beta.182
260
+
261
+ - ExternalLink, Link, AccountName, ContactName, SecondaryText/Email, SecondaryText/PhoneNumber, SecondaryText/TicketId, Subject => **customProps** prop added
262
+
263
+ # 1.0.0-beta.181
264
+
265
+ - ReadUnReadIcon => icon Name fix
266
+
267
+ # 1.0.0-beta.180
268
+
269
+ - TagsMultiSelect => scrollTop Issue Solved
270
+ - TagsMultiSelectField => keyPress index fixed
271
+
272
+ # 1.0.0-beta.179
273
+
274
+ - ToggleDropDown => selectedId fix while opening the dropdown.
275
+
276
+ # 1.0.0-beta.178
277
+
278
+ - ReadUnreadIcon component added
279
+
280
+ # 1.0.0-beta.177
281
+
282
+ - TextEditorField => isReadOnly Ui Given
283
+
284
+ # 1.0.0-beta.176
285
+
286
+ - @zoho/SecurityJS library removed from depedency
287
+ - Message/Message => HtmlPurifier Removed
288
+ - GlobalNotification/GlobalNotification => HtmlPurifier Removed
289
+ - helptips/Link/Link => HtmlPurifier Removed
290
+
291
+ # 1.0.0-beta.175
292
+
293
+ - PropTypes Validattion Fixes
294
+ - error state DataId and Common Css Fixes
295
+
296
+ # 1.0.0-beta.174
297
+
298
+ - Docs Fixes
299
+ - CommonEmptyState => customClass prop added
300
+ - Inconvenience => svg image changed as old
301
+ - version2/errorstate/Inconvenience/Inconvenience => isButtonNeeded,className,isFluid,dataId,buttonText,onButtonClick,urlTarget,size prop added, subtitle,customClass prop removed
302
+ - OopsSomethingMiss , UnableToProcessRequest, WillBeRightBack, UrlNotFound added
303
+ - PermissionPlay, RequestUrlNotFound, UnableToProcess, , WillBack Removed
304
+ - UnauthorizedLogin updated and subtitle,customClass prop removed
305
+
306
+ # 1.0.0-beta.173
307
+
308
+ - CTA gray based color changes
309
+
310
+ # 1.0.0-beta.172
311
+
312
+ - AvatarThread => iconClass prop added
313
+ - ActionButton => palette prop added
314
+ - Lookup/Lookup => xmedium size added
315
+ - version2/lookup/AlertLookup/AlertLookup => isHtmlContent,scroll prop added
316
+
317
+ # 1.0.0-beta.171
318
+
319
+ - 168 publish reverted
320
+
321
+ # 1.0.0-beta.170
322
+
323
+ - Lookup/Lookup => childAnimationName prop added
324
+ - version2/lookup/AlertHeader/AlertHeader => html structure render fixed
325
+ - version2/lookup/AlertLookup/AlertLookup => align, childAnimationName prop added
326
+
327
+ # 1.0.0-beta.169
328
+
329
+ - ToggleDropDown => focus null issue fixed.
330
+
331
+ # 1.0.0-beta.168
332
+
333
+ - Drawer => stopImmediatePropagation added.
334
+
335
+ # 1.0.0-beta.167
336
+
337
+ - ToggleDropDown => preventPopupClose prop added , unWanted Focus issue solved.
338
+ - TextEditorField => editorFocus prop changed to onFocus
339
+
340
+ # 1.0.0-beta.166
341
+
342
+ - ContactName => className Duplication Entry Issue Fixed
343
+
344
+ # 1.0.0-beta.165
345
+
346
+ - Palette-Based Folder Structure Changed.
347
+ - data-theme changed to data-mode
348
+ - data-palette changed to data-theme
349
+
350
+ # 1.0.0-beta.164
351
+
352
+ - ActionButton => ClassName based changes
353
+ - PlusIcon => iconColor , palette prop removed
354
+ - Palette Based Color System Implemented
355
+
356
+ # 1.0.0-beta.163
357
+
358
+ - TextEditor => editorInitialize global function calling to avoid global conflict
359
+ - formatCurrency function fix
360
+
361
+ # 1.0.0-beta.162
362
+
363
+ - TextEditor => getCSRFCookieName,getCSRFCookie -> Paste Image Issue Fixed
364
+ - AvatarClose, AvatarCollision, AvatarIcon, AvatarStatus,AvatarThread,AvatatrUser, AvatarWithTeam, ToggleDropDown, SecondaryText => customProps prop added
365
+ - Comment,Thread => Button tag added
366
+ - AcccountName,ContactName,Email,PhoneNumber => a11y fixes
367
+ - Subject => children prop added
368
+
369
+ # 1.0.0-beta.161
370
+
371
+ - Upload -> palette prop added
372
+
373
+ # 1.0.0-beta.160
374
+
375
+ - General - formatCurrency function fix
376
+ - TextEditor - isNightMode prop added
377
+ - TextEditorWrapper - customProps prop added
378
+ - AlertLookup,AlertLookupNew => customProps Added and Footer check added
379
+
380
+ # 1.0.0-beta.159
381
+
382
+ - ToggleDropdown => getFooter prop added
383
+ - GlobalNotification v2 => UI function Exported
384
+
385
+ # 1.0.0-beta.158
386
+
387
+ - FreezeLayer - to avoid inner focus jerk issue, overflow hidden css added
388
+ - list/SecondaryText,list/UserTime => fontsize changed
389
+ - customProps prop given for all field components
390
+ - SelectDropdown component moved to deprecated
391
+ - FlipCard -> customProps prop added
392
+ - AlphabeticList,Attachment,AvatarUser,Comment,DepartmentDropDown,ContactName,TicketHeader,Message => i18nKeys prop supported
393
+
394
+ # 1.0.0-beta.157
395
+
396
+ - ExternalLink/ExternalLink.js
397
+ => simplehelp, dynnamicnavs protocol support for urls
398
+ - lookup/Lookup/Lookup.js
399
+ => onKeyDown prop support
400
+ - lookup/header/Search/Search.js
401
+ => onKeyDown prop support
402
+ - lookup/header/ModuleHeader/ModuleHeader.js
403
+ => onSearchKeyDown prop support
404
+ => keydown prop support - In forms, lookup close on esc key press
405
+ - dropdown/ToggleDropDown/ToggleDropDown.js
406
+ => onDropDownOpen, onDropDownClose
407
+ - lookup/header/Search/Search.js
408
+ => Component revamp for focus related issue
409
+ => Clear icon added
410
+
411
+ # 1.0.0-beta.156
412
+
413
+ - ToggleDropdown => shallowdiff comparision based state update fixed in compoentwillreceiveprops
414
+ - AlertLookup => v2 => submit button focus timeout issue fixed .
415
+
416
+ # 1.0.0-beta.155
417
+
418
+ - version 2 errorstates added => inconvenience,PermissionPlay,RequestUrlNotFound,UnableToProcess,UnauthorizedLogin,UnauthorizedLogin,WillBack
419
+
420
+ # 1.0.0-beta.154
421
+
422
+ - CheckBoxField , CurrencyField, DateField, MultiSelectField, SelectField, TextBoxField, TextEditorField, TextareaField => lock icon size increased to 13
423
+ - SelectField, DateField => iconOnHover prop added
424
+ - list/Comment => hover color added in css
425
+ - list/SecondaryText/AccountName => secondaryAccountHref,secondaryAccountClick,secondaryAccountText props added
426
+ - list/Thread => hover color added in css
427
+ - ZD-blockDownArrow icon changed to ZD-down in all components
428
+
429
+ # 1.0.0-beta.153
430
+
431
+ - TextEditorWrapper => needInlineAttachment prop added
432
+
433
+ # 1.0.0-beta.152
434
+
435
+ - TextEdiitorField => needInlineAttachment prop added
436
+ - TextEditor => Drag and Drop Image Upload and Paste ClipBoard Image Upload feature added
437
+
438
+ # 1.0.0-beta.151
439
+
440
+ - MultiSelectField => onFocus prop added
441
+ - TagMultiSelect, TagMultiSelectField clear text after select option issue fixed
442
+
443
+ # 1.0.0-beta.150
444
+
445
+ - Responsive Ui Fix added in all ErrorStates
446
+ - lookup/header/ModuleHeader => closeTitle prop added
447
+
448
+ # 1.0.0-beta.149
449
+
450
+ - ImportantNotes -> html structure changes
451
+ - SelectField -> onFocus Prop Added
452
+ - TagsMultiSelect -> Children prop removed, htmlId prop added
453
+ - TagsMultiSelectField Added
454
+ - TextEditor -> isEditorDefaultOpen prop fixed for blur event
455
+ - TextEditorField -> children,ePhiData prop added
456
+ - TextEditorWrapper -> isEditorDefaultOpen prop added
457
+
458
+ # 1.0.0-beta.148
459
+
460
+ - TextEditor -> BlockQuote Indent Margin Fix
461
+
462
+ # 1.0.0-beta.147
463
+
464
+ - ExternalLink -> onClick prop added
465
+ - TextEditor -> Underline Empty Issue Fixed
466
+
467
+ # 1.0.0-beta.146
468
+
469
+ - TextEditor -> Underline Empty Fix solved
470
+ - MultiSelectField -> children, customChildrenClass Added
471
+ - TextBoxField -> children prop added, TextBox component replaced with TextBoxWithIcon
472
+
473
+ # 1.0.0-beta.145
474
+
475
+ - TextEditor - WillReceiveProps editor undefined fix
476
+
477
+ # 1.0.0-beta.144
478
+
479
+ - EditionPage => empty svg image changed to EmptyCrmPotential (Before we used EmptyEdition SVG)
480
+
481
+ # 1.0.0-beta.143
482
+
483
+ - CurrencyField Added
484
+ - PhoneField => number pattern formatted
485
+ - TextBoxField => onFocus prop added
486
+
487
+ # 1.0.0-beta.142
488
+
489
+ - TextEditorField - dataId fixes
490
+
491
+ # 1.0.0-beta.141
492
+
493
+ - TextEditor WilReceiveProps Fix
494
+ - Drawer - default size added
495
+ - Drawer - Header - isBoxIcon prop added
496
+ - ToggleDropDown - has Icon check Added for every List
497
+
498
+ # 1.0.0-beta.140
499
+
500
+ - ePhiData Prop added in TextBoxField, PhoneField
501
+ - DesktopNotification DataId Fix
502
+
503
+ # 1.0.0-beta.139
504
+
505
+ - Cli Update
506
+
507
+ # 1.0.0-beta.138
508
+
509
+ - ToastMessage A11y Changes
510
+ - list/ListLayout a11y changes
511
+ - MultiSelectField => Focus Ref Issue Solved
512
+ - TextEditorField => dataId fix
513
+
514
+ # 1.0.0-beta.137
515
+
516
+ - IconButton => dataIsHtml Prop Added
517
+ - TextEditorWrapper => editor focused 300 timeout
518
+
519
+ # 1.0.0-beta.136
520
+
521
+ - A11y Changes
522
+ - TextEditor Code Fix
523
+ - Theme Changes
524
+ - Lookup => large size added
525
+ - ActionButton => dropBoxPosition prop renamed as defaultPosition , (position,getContainerRef,getTargetRef prop added)
526
+ - SelectField => children prop added
527
+ - TagsMultiSelect => borderColor,needBorder,getTextBoxChildren prop added
528
+
529
+ # 1.0.0-beta.135
530
+
531
+ - Attachment - Theme Color Changes
532
+ - List => SecondaryText - Theme Color Changes
533
+ - TagsMultiSelect, TextEditor, TextEditorField Added
534
+ - SelectField => isDefaultSelectValue,placeHolder prop added
535
+ - TextBoxField => needReadOnlyStyle, isClickable prop added
536
+
537
+ # 1.0.0-beta.134
538
+
539
+ - ListStencils , ToastMessage => DarkTheme Css Added
540
+
541
+ # 1.0.0-beta.133
542
+
543
+ - isDarkMode props removed for all components
544
+ - DateField => i18nKeys prop added
545
+
546
+ # 1.0.0-beta.132
547
+
548
+ - StatusDropdown => dotted issue fixed
549
+ - Fields => Data Id and htmlId fixed in all field based components
550
+ - DateField => timeZone prop added
551
+
552
+ # 1.0.0-beta.131
553
+
554
+ - Added the character '#' in the AlphabeticList component.
555
+
556
+ # 1.0.0-beta.130
557
+
558
+ - A11y Changes
559
+ - Drawer => Header padding changes
560
+
561
+ # 1.0.0-beta.128
562
+
563
+ - CommonEmptyState => palette -> dark,default added and isDarkMode prop removed
564
+
565
+ # 1.0.0-beta.127
566
+
567
+ - AvatarIcon,AvatarWithTeam => borderOnActive,borderOnHover prop added
568
+
569
+ # 1.0.0-beta.126
570
+
571
+ - Theme Changes In all Components
572
+ - a11y changes in ToggleDropDown,StatusDropdown
573
+ - dataId Changes in CommonEmptyState - no impacts
574
+
575
+ # 1.0.0-beta.125
576
+
577
+ - Loader - auto zIndex added
578
+ - DotNew - size prop added
579
+ - BluePrintStatus - isOverdue prop removed for color fix
580
+ - AvatarUser - alternateSrc prop added
581
+ - --zdt prefix added for theme variables
582
+
583
+ # 1.0.0-beta.124
584
+
585
+ - Components added
586
+ - form => fields => CheckBoxField, DateField, MultiSelectField, PhoneField, PhoneField, RadioField, SelectField, TextareaField, TextBoxField, ValidationMessage
587
+ - form => layout => Section, Field
588
+
589
+ # 1.0.0-beta.123
590
+
591
+ - Drawer => drawer model portal removed, hereafter need to send inner portal name through innerPortalName prop.
592
+
593
+ # 1.0.0-beta.122
594
+
595
+ - Alert Lookup => a11y added
596
+
597
+ # 1.0.0-beta.121
598
+
599
+ - package update in components library
600
+
601
+ # 1.0.0-beta.120
602
+
603
+ - commonAlerts based files moved to version2 folder
604
+
605
+ # 1.0.0-beta.119
606
+
607
+ - Drawer RHS padding CSS fixes
608
+
609
+ # 1.0.0-beta.118
610
+
611
+ - Theme Based Changes (no Impacts)
612
+ - list> Subject ==> isDotted prop added
613
+
614
+ # 1.0.0-beta.117
615
+
616
+ - ToggleDropDown => isDarkMode prop added for inner ListItem
617
+
618
+ # 1.0.0-beta.116
619
+
620
+ - Attachment,Upload,Thread ui fixes
621
+ - ModuleHeader => dataId added
622
+ - FreezeLayeer => snow palette bg changed
623
+ - commonAlerts components added
624
+
625
+ # 1.0.0-beta.115
626
+
627
+ - Drawer,FreezeLayer,ToastMessage -> default value setted as needAutoZindex:true
628
+
629
+ # 1.0.0-beta.114
630
+
631
+ - Theme Implemented For Component Package
632
+
633
+ # 1.0.0-beta.113
634
+
635
+ - a11y fixes
636
+ - customClass Prop added in setup table based components
637
+
638
+ # 1.0.0-beta.112
639
+
640
+ - Ui Fixes in FormAction,ToggleDropDown,DepartmentDropDown,ConatctName,Thread,UserTime.
641
+ - Thread => align prop added
642
+
643
+ # 1.0.0-beta.111
644
+
645
+ - Image => htmlId prop added
646
+
647
+ # 1.0.0-beta.110
648
+
649
+ - Drawer => onBodyClick prop added for body click preventcase
650
+
651
+ # 1.0.0-beta.109
652
+
653
+ - needAutoZindex prop added in freeze layer and Drawer
654
+ - Provider Changes
655
+
656
+ # 1.0.0-beta.108
657
+
658
+ - SetupDetailLayout DataId Changes
659
+
660
+ # 1.0.0-beta.107
661
+
662
+ - ToggleDropDown Temp Fix for Rerender Issue
663
+
664
+ # 1.0.0-beta.106
665
+
666
+ - AllY fixes in IconButton
667
+
668
+ # 1.0.0-beta.105
669
+
670
+ - fsize => font_size css variables replacement
671
+
672
+ # 1.0.0-beta.104
673
+
674
+ - ToastMessage => needClose prop fixed
675
+ - Size => fsize
676
+
677
+ # 1.0.0-beta.103
678
+
679
+ - Secondary text hover color added
680
+
681
+ # 1.0.0-beta.102
682
+
683
+ - Department Dropdown Icon Fixes
684
+
685
+ # 1.0.0-beta.101
686
+
687
+ - CommonEmptyState => darkMode fix
688
+
689
+ # 1.0.0-beta.100
690
+
691
+ - SetupDetailLayout => dataId Added
692
+ - Setup Header Search => customClass prop Added
693
+
694
+ # 1.0.0-beta.99
695
+
696
+ - IconButton => isNeedEffect prop added
697
+ - Responsive Updated in Drawer
698
+
699
+ # 1.0.0-beta.98
700
+
701
+ - Message => onClick Prop added
702
+
703
+ # 1.0.0-beta.97
704
+
705
+ - Message => Html Purifier added for Message Prop
706
+
707
+ # 1.0.0-beta.96
708
+
709
+ - ActionButton => OnHover Fix
710
+
711
+ # 1.0.0-beta.95
712
+
713
+ - ToggleDropDown => isDarkMode, palette added
714
+ - CommonEmptyState => isDarkMode added
715
+
716
+ # 1.0.0-beta.94
717
+
718
+ - list/Thread => icon soze changed
719
+ - AvatarCollsion => bordersize changed
720
+
721
+ # 1.0.0-beta.93
722
+
723
+ - RippleEffect Based Changes Pushed
724
+ - Component Version Update
725
+
726
+ # 1.0.0-beta.92
727
+
728
+ - IconButton => borderOnHover prop removed and hoverType prop added
729
+ - ToggleDropDown => RippleEffect Added
730
+ - Lookup Search => isFocus Fix
731
+
732
+ # 1.0.0-beta.91
733
+
734
+ - Upload Component Preview mode Fixed
735
+ - dotcommon.module.css removed, audio image removed
736
+
737
+ # 1.0.0-beta.90
738
+
739
+ - Attachment Color changes, SubtabLayout Footer Type implemented
740
+
741
+ # 1.0.0-beta.89
742
+
743
+ - PeerDependencies Added
744
+
745
+ # 1.0.0-beta.88
746
+
747
+ - Text => cursor pointer fix
748
+
749
+ # 1.0.0-beta.87
750
+
751
+ - Version update for components library
752
+
753
+ # 1.0.0-beta.86
754
+
755
+ - TableHover.css Added
756
+
757
+ # 1.0.0-beta.85
758
+
759
+ - StatusList Bullet Fix
760
+
761
+ # 1.0.0-beta.84
762
+
763
+ - Adding tool tip for Ticket channel Icons in 'ChannelIcon', 'FlipCard' & 'AvatarFlip' components
764
+
765
+ # 1.0.0-beta.83
766
+
767
+ - Event Fix in IconButton
768
+
769
+ # 1.0.0-beta.82
770
+
771
+ - Icon Button A11Y
772
+ - ToastMessage Custom prop added
773
+
774
+ # 1.0.0-beta.81
775
+
776
+ - StatueListItem bulletColor Prop Changes
777
+
778
+ # 1.0.0-beta.80
779
+
780
+ - Dependent Package Updates
781
+
782
+ # 1.0.0-beta.79
783
+
784
+ - Upload => abort upload support added
785
+ - ExternalLink => Issue with URLs with Uppercase characters fixed
786
+
787
+ # 1.0.0-beta.78
788
+
789
+ - ToggleDropDown => Title Reposition
790
+
791
+ # 1.0.0-beta.77
792
+
793
+ -list/SecondryPanel/SecondryPanel => Container changes
794
+
795
+ # 1.0.0-beta.76
796
+
797
+ - Package Update
798
+
799
+ # 1.0.0-beta.75
800
+
801
+ - AlertLookup DataId fix
802
+ - DotNew => data-title added
803
+ - ActionButton => arrowBoxSize added
804
+ - Upload => hovercolor changes
805
+ - AvatarWithTeam => teamClassName added
806
+
807
+ # 1.0.0-beta.74
808
+
809
+ - Package update
810
+
811
+ # 1.0.0-beta.73
812
+
813
+ - Table Components Css name change
814
+ - FlipCard,AvatarFlip => isFilledCheckbox added
815
+ - package Update
816
+ - ToggleDropdown SelectedId issue Fixed => need to check
817
+
818
+ # 1.0.0-beta.72
819
+
820
+ - CommonEmptyState Props Changed
821
+ - SVG Version Updated
822
+
823
+ # 1.0.0-beta.71
824
+
825
+ - ToggleDropDown, StatusDropDown - Hover issue Fix
826
+
827
+ # 1.0.0-beta.70
828
+
829
+ - Components Package Update
830
+
831
+ # 1.0.0-beta.69
832
+
833
+ - AvatarIcon => extra Palette added (gray,dark)
834
+ - listIcons names updated
835
+ - ListStencils Updated
836
+ - ChannelIcons New Names changed
837
+ - package update
838
+
839
+ # 1.0.0-beta.68
840
+
841
+ - iconButton => onMouseDown,onMouseOver Added
842
+ - AlertHeader => iconClass prop added, addEndUser type removed
843
+ - AlertLookup => needIcon,iconName,iconClassiconSize ,customClass prop added
844
+ - ToggleDropDown => onClick moved to onMouseDown, and Icon Fix
845
+ - StatusDropDown => onClick moved to onMouseDown, and Icon Fix
846
+
847
+ # 1.0.0-beta.67
848
+
849
+ - Component Version Update
850
+ - ToggleDropdown => isToggleStateNeeded added
851
+ - LookupSearch => isBoxed Option Added
852
+
853
+ # 1.0.0-beta.66
854
+
855
+ - Component version update
856
+
857
+ # 1.0.0-beta.65
858
+
859
+ - Package Updates
860
+ - AvatarStatus => statusTitle added
861
+ - AvatarFlip => iconSize added and css cleared
862
+
863
+ - SecondaryText/AccountName ==> isBold removed and added fontWeight
864
+ - SecondaryText/ContactName ==> isBold removed and added fontWeight
865
+ - SecondaryText/Email ==> added fontWeight
866
+ - SecondaryText/PhoneNumber ==> added fontWeight
867
+ - StatusDropdown => title added
868
+ - getActivitiesIconObj function added
869
+
870
+ # 1.0.0-beta.64
871
+
872
+ - Package Update
873
+
874
+ # 1.0.0-beta.63
875
+
876
+ - Package Update
877
+
878
+ # 1.0.0-beta.62
879
+
880
+ - Drawer Close Animation Fx
881
+ - ToggleDropDown IconClass Added
882
+ - Avatar Status Size and Position Fixed
883
+
884
+ # 1.0.0-beta.61
885
+
886
+ - DateFormat Based Component Removed
887
+
888
+ # 1.0.0-beta.60
889
+
890
+ - Toggle DropDown added onClick for the selectedValue - "value" prop name
891
+
892
+ # 1.0.0-beta.59
893
+
894
+ - ToggleDropDown Separator Added
895
+ - Package Update for Icon and Components
896
+
897
+ # 1.0.0-beta.58
898
+
899
+ - Renamed SVG Folder to small case
900
+
901
+ # 1.0.0-beta.57
902
+
903
+ - On Hold Date issue Fix
904
+
905
+ # 1.0.0-beta.56
906
+
907
+ - MessgeBanner link newtab issue fix
908
+ - TimeInfo Fix
909
+ - icon package update
910
+
911
+ # 1.0.0-beta.55
912
+
913
+ - customClass Added for Drawer and Freezelayer
914
+ - icon version update
915
+ - component version update
916
+ - i18n version update
917
+
918
+ # 1.0.0-beta.54
919
+
920
+ - Added onLookupClick function in AlertLookup component
921
+
922
+ # 1.0.0-beta.53
923
+
924
+ - Svg Package Version Update only
925
+
926
+ # 1.0.0-beta.51
927
+
928
+ - Version update for SVG package
929
+
930
+ # 1.0.0-beta.50
931
+
932
+ - Version update for SVG package
933
+
934
+ # 1.0.0-beta.49
935
+
936
+ - Version update for SVG package
937
+
938
+ # 1.0.0-beta.48
939
+
940
+ - Component version update
941
+ - customClass prop added for error state components
942
+
943
+ # 1.0.0-beta.47
944
+
945
+ - Component Package Version Update
946
+ - dataId Fixes for TimeInfo,Duedate,CreateTime,UserTime
947
+
948
+ # 1.0.0-beta.46
949
+
950
+ - ActionButton Added
951
+ - CommonEmptyState => getChildren Prop Added
952
+ - IconButton => isBold Added
953
+
954
+ # 1.0.0-beta.45
955
+
956
+ - @zohodesk/components, @zohodesk/i18n version updates
957
+
958
+ # 1.0.0-beta.44
959
+
960
+ - dateFormat => CreateTime added
961
+ - dateFormat => DueDate Added
962
+ - utils => Common => getDateKeyWithParam added
963
+ - permission Package removed
964
+ - statusDropdown removed nad statusDropdownNew Component Renamed as statusDropdown
965
+ - loader, message, messagebanner, new start components added
966
+
967
+ # 1.0.0-beta.43
968
+
969
+ - In StatusListItem prop option added statusType === 'Completed'
970
+ - AvatarThread => needBorder,needBackground added
971
+ - Drawer => SubDrawer Option Added
972
+
973
+ # 1.0.0-beta.42
974
+
975
+ - ToggleDropDown title Fix, DataId Fix
976
+ - AlertLookup DataId Changed
977
+ - In AvatarUser, added avatar Icon Option, AvatarUser Delete Hover Bg Color Added
978
+ - list => Comment => className prop Added
979
+ - list => icons => Completeicon => iconSize Prop Added
980
+ - list => icons => EditIcon => iconSize Prop Added
981
+ - ListLayout => footer Prop Removed and Basic Padding Removed, Here after include Import Padding from moduleList.module.css
982
+ - Unused Css removed from listCommon.module.css
983
+ - StatusDropdownNew => onTogglePopup Issue Fixed
984
+
985
+ # 1.0.0-beta.41
986
+
987
+ - ToggleDropDown Key Handling Fix.
988
+ - isBold added in AccountName
989
+ - isBold added in ContactName
990
+ - AvatarThread Icon position changed
991
+ - In SubtabLayout, subtabfooter added, then tertiary type added in SubtabHeader
992
+ - In ToggleDropdown, Max-width 100% added css fix for shrink
993
+ - DeleteIcon => iconSize Prop added
994
+ - Subject => className Prop Added
995
+
996
+ # 1.0.0-beta.40
997
+
998
+ - Components Package Update
999
+
1000
+ # 1.0.0-beta.39
1001
+
1002
+ - IconButton Children Prop Added
1003
+ - IconButton Palette Added
1004
+
1005
+ # 1.0.0-beta.38
1006
+
1007
+ - miniDescription Prop added ModuleHeader Component
1008
+ - OnClick prop added For Lookup Component
1009
+
1010
+ # 1.0.0-beta.37
1011
+
1012
+ - StatusDropDownNew Component Added
1013
+ - StatusListItem Component Added
1014
+ - Avatar User - Bgg added for portal icon
1015
+ - In StatusText => isBold prop removed and fontWeight introduced
1016
+ - Subject - isBold prop removed and fontWeight introduced
1017
+
1018
+ # 1.0.0-beta.36
1019
+
1020
+ - Version update for permission library.
1021
+
1022
+ # 1.0.0-beta.35
1023
+
1024
+ - Version update for permissions library.
1025
+
1026
+ # 1.0.0-beta.34
1027
+
1028
+ - ExternalLink Regex Fix
1029
+
1030
+ # 1.0.0-beta.33
1031
+
1032
+ - ToggleDropdown - arrowIconPosition Added
1033
+ - Lookup MakWidth Fix for Responsive
1034
+
1035
+ # 1.0.0-beta.32
1036
+
1037
+ - dataId Fix Added for errorStates
1038
+
1039
+ # 1.0.0-beta.31
1040
+
1041
+ - Alphabetical Dotted Fix
1042
+
1043
+ # 1.0.0-beta.30
1044
+
1045
+ - Upload Component CSS Fix
1046
+
1047
+ # 1.0.0-beta.29
1048
+
1049
+ - Attachment, Upload Component Added
1050
+ - Dot Component Issue and SecondaryPanel List Dotted Fixed
1051
+
1052
+ # 1.0.0-beta.28
1053
+
1054
+ - Toast Message component functionality fix.
1055
+
1056
+ # 1.0.0-beta.27
1057
+
1058
+ - DataId Changes for ChannelIcon
1059
+ - Ticked Id Link Fix
1060
+ - ImportantNotes Implemented
1061
+ - ErrorState ZIndex Fix
1062
+
1063
+ # 1.0.0-beta.26
1064
+
1065
+ - Changing the 'falseObj' key to 'failure' inconsistency with permission library.
1066
+
1067
+ # 1.0.0-beta.25
1068
+
1069
+ - Updating components library to latest
1070
+
1071
+ # 1.0.0-beta.24
1072
+
1073
+ - TicketId Link Added
1074
+ - Avatar User Palette Added
1075
+ - IconButton Added
1076
+
1077
+ # 1.0.0-beta.23
1078
+
1079
+ - Adding tourId in FlipCard, AvatarFlip, and GridIcons component.
1080
+ - Adding SvgMask support and tourId in the FreezeLayer component.
1081
+
1082
+ # 1.0.0-beta.21
1083
+
1084
+ - Lookup Unified
1085
+ - GridIcon Component Added
1086
+ - Dot Color Changes
1087
+
1088
+ # 1.0.0-beta.20
1089
+
1090
+ - Permission package update
1091
+
1092
+ # 1.0.0-beta.19
1093
+
1094
+ - Onclick option added for TableRow Component, Avatar Icon Data-Id Fixed and Container Changed, Avatar Based Components Css Provider Implemented
1095
+
1096
+ # 1.0.0-beta.17
1097
+
1098
+ - Icon Update
1099
+
1100
+ # 1.0.0-beta.16
1101
+
1102
+ - ChannelIcon Update
1103
+
1104
+ # 1.0.0-beta.15
1105
+
1106
+ - AlertLookup Data-Id Fix
1107
+
1108
+ # 1.0.0-beta.14
1109
+
1110
+ - DeleteLookupHeader Removed
1111
+ - Lookup text Bold prop Included
1112
+ - Toggle Dropdown Children Fix
1113
+ - SVG Version Updated
1114
+ - ErrorState Fix
1115
+
1116
+ # 1.0.0-beta.13
1117
+
1118
+ - Toggle Dropdown onScroll implemented,
1119
+ - Data Id Fixes
1120
+ - AlertLookup Setcion ClassName Support
1121
+ - Table Onclick Functions
1122
+
1123
+ # 1.0.0-beta.12
1124
+
1125
+ - TableData align Prop Fix
1126
+
1127
+ # 1.0.0-beta.11
1128
+
1129
+ - Svg Exported
1130
+ - External Link Fix, Data-Id Change
1131
+ - Toggle Dropdown Fix
1132
+
1133
+ # 1.0.0-beta.10
1134
+
1135
+ - Externel Link XSS Fix
1136
+ - AlertLookup custom-header Fix
1137
+ - ToastMessage DataId Added
1138
+
1139
+ # 1.0.0-beta.9
1140
+
1141
+ - Alert Header Fix
1142
+
1143
+ # 1.0.0-beta.8
1144
+
1145
+ - Proxima Update
1146
+
1147
+ # 1.0.0-beta.7
1148
+
1149
+ - Image and Setup Table Components Moved
1150
+
1151
+ # 1.0.0-beta.6
1152
+
1153
+ - ErrorState Components, Setup Based Components Moved
1154
+
1155
+ # 1.0.0-beta.4
1156
+
1157
+ - CommonEmptyState Added, Avatar Icon Palette Added, Lookup Header Close Added
1158
+
1159
+ # 1.0.0-beta.3
1160
+
1161
+ -Drawer, Toast Message, Loader, Toggle DropDown update
1162
+
1163
+ # 1.0.0-beta.2
1164
+
1165
+ - List, Lookup, Layout, FreezeLayer, SVG Published
1166
+
1167
+ # 1.0.0-beta.1
1168
+
1169
+ - Permission Checkup
1170
+
1171
+ # 1.0.0-beta.0
1172
+
1173
+ - Test Publish