@zohodesk/dot 1.0.0-temp-137 → 1.0.0-temp-140

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