@zohodesk/dot 1.0.0-temp-119 → 1.0.0-temp-121

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