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

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 (456) hide show
  1. package/README.md +1222 -1222
  2. package/assets/Appearance/dark/mode/dotDarkMode.module.css +300 -305
  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 +295 -300
  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 +303 -308
  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/dubFinder.js +96 -96
  21. package/es/ActionButton/ActionButton.module.css +139 -139
  22. package/es/AlphabeticList/AlphabeticList.module.css +57 -57
  23. package/es/Attachment/Attachment.module.css +157 -157
  24. package/es/AttachmentViewer/AttachmentViewer.module.css +354 -353
  25. package/es/ChannelIcon/ChannelIcon.module.css +217 -217
  26. package/es/Drawer/Drawer.js +0 -0
  27. package/es/Drawer/Drawer.module.css +150 -189
  28. package/es/ExternalLink/ExternalLink.js +0 -0
  29. package/es/ExternalLink/ExternalLink.module.css +3 -3
  30. package/es/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  31. package/es/FlipCard/FlipCard.module.css +44 -44
  32. package/es/FormAction/FormAction.module.css +82 -82
  33. package/es/FreezeLayer/css/FreezeLayer.module.css +42 -42
  34. package/es/IconButton/IconButton.module.css +22 -22
  35. package/es/Image/Image.module.css +10 -10
  36. package/es/ImportantNotes/ImportantNotes.module.css +20 -20
  37. package/es/Link/Link.js +0 -0
  38. package/es/Link/Link.module.css +3 -3
  39. package/es/Loader/Loader.module.css +46 -46
  40. package/es/Message/Message.module.css +102 -102
  41. package/es/MessageBanner/MessageBanner.module.css +46 -46
  42. package/es/NewStar/NewStar.module.css +175 -175
  43. package/es/PlusIcon/PlusIcon.js +0 -0
  44. package/es/PlusIcon/PlusIcon.module.css +16 -19
  45. package/es/Separator/Separator.module.css +34 -34
  46. package/es/ToastMessage/ToastMessage.js +0 -0
  47. package/es/ToastMessage/ToastMessage.module.css +328 -329
  48. package/es/Upload/Upload.module.css +125 -125
  49. package/es/alert/AlertHeader/AlertHeader.module.css +80 -80
  50. package/es/alert/AlertLookup/AlertLookup.module.css +26 -26
  51. package/es/avatar/AvatarClose/AvatarClose.module.css +37 -37
  52. package/es/avatar/AvatarCollision/AvatarCollision.module.css +69 -69
  53. package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  54. package/es/avatar/AvatarStatus/AvatarStatus.js +0 -0
  55. package/es/avatar/AvatarStatus/AvatarStatus.module.css +146 -146
  56. package/es/avatar/AvatarThread/AvatarThread.module.css +166 -166
  57. package/es/avatar/AvatarUser/AvatarUser.js +0 -0
  58. package/es/avatar/AvatarUser/AvatarUser.module.css +171 -171
  59. package/es/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -23
  60. package/es/common/dot_animation.module.css +26 -26
  61. package/es/common/dot_common.module.css +3 -3
  62. package/es/deprecated/FreezeLayer/FreezeLayer.js +1 -1
  63. package/{lib/deprecated/FreezeLayer/FreezeLayer.module.css → es/deprecated/FreezeLayer/_FreezeLayer.module.css} +42 -42
  64. package/es/deprecated/SelectDropdown/SelectDropdown.module.css +56 -56
  65. package/es/deprecated/utils/KeyboardApi.js +25 -25
  66. package/es/dropdown/ToggleDropDown/ToggleDropDown.js +6 -1
  67. package/es/dropdown/ToggleDropDown/ToggleDropDown.module.css +100 -101
  68. package/es/dropdown/ToggleDropDown/props/defaultProps.js +2 -1
  69. package/es/dropdown/ToggleDropDown/props/propTypes.js +2 -1
  70. package/es/emptystate/CommonEmptyState/CommonEmptyState.js +0 -0
  71. package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +85 -85
  72. package/es/emptystate/EditionPage/EditionPage.css +43 -43
  73. package/es/errorstate/EmptyStates.module.css +87 -87
  74. package/es/errorstate/Inconvenience/Inconvenience.module.css +7 -7
  75. package/es/errorstate/LinkText/LinkText.module.css +6 -6
  76. package/es/errorstate/NoRequestFound/NoRequestFound.module.css +3 -3
  77. package/es/errorstate/PermissionPlay/PermissionPlay.module.css +34 -34
  78. package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -3
  79. package/es/errorstate/UnableToProcess/UnableToProcess.module.css +3 -3
  80. package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -3
  81. package/es/errorstate/WillBack/WillBack.module.css +34 -34
  82. package/es/form/fields/CheckBoxField/CheckBoxField.js +0 -0
  83. package/es/form/fields/Fields.module.css +183 -183
  84. package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -107
  85. package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -9
  86. package/es/form/fields/TextEditor/TextEditor.module.css +666 -764
  87. package/es/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +36 -36
  88. package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  89. package/es/form/layout/Field/Field.js +0 -0
  90. package/es/form/layout/Field/Field.module.css +22 -22
  91. package/es/form/layout/Section/ModuleFormSection.module.css +3 -3
  92. package/es/form/layout/Section/Section.js +0 -0
  93. package/es/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -152
  94. package/es/layout/SubtabLayout/SubtabLayout.module.css +146 -165
  95. package/es/list/AvatarFlip/AvatarFlip.module.css +3 -3
  96. package/es/list/BluePrintStatus/BluePrintStatus.module.css +17 -17
  97. package/es/list/Comment/Comment.module.css +29 -29
  98. package/es/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -9
  99. package/es/list/Dot/Dot.module.css +15 -15
  100. package/es/list/DotNew/DotNew.module.css +22 -25
  101. package/es/list/GridStencils/GridStencils.module.css +146 -146
  102. package/es/list/Icons/Icons.module.css +16 -16
  103. package/es/list/ListLayout/ListLayout.module.css +57 -57
  104. package/es/list/ListStencils/ListStencils.module.css +67 -67
  105. package/es/list/SecondaryText/SecondaryText.module.css +136 -136
  106. package/es/list/SecondaryText/Website.js +0 -0
  107. package/es/list/SecondryPanel/SecondryPanel.js +0 -0
  108. package/es/list/SecondryPanel/SecondryPanel.module.css +5 -5
  109. package/es/list/SentimentStatus/SentimentStatus.module.css +12 -12
  110. package/es/list/Subject/Subject.module.css +27 -27
  111. package/es/list/TagNew/TagNew.module.css +115 -117
  112. package/es/list/Thread/Thread.module.css +42 -42
  113. package/es/list/UserTime/UserTime.module.css +58 -58
  114. package/es/list/listCommon.module.css +60 -60
  115. package/es/list/status/StatusDropdown/StatusDropdown.js +3 -1
  116. package/es/list/status/StatusDropdown/StatusDropdown.module.css +92 -92
  117. package/es/list/status/StatusDropdown/props/defaultProps.js +2 -1
  118. package/es/list/status/StatusDropdown/props/propTypes.js +2 -1
  119. package/es/list/status/StatusListItem/StatusListItem.js +3 -2
  120. package/es/list/status/StatusListItem/StatusListItem.module.css +107 -104
  121. package/es/list/status/StatusListItem/props/defaultProps.js +2 -1
  122. package/es/list/status/StatusListItem/props/propTypes.js +1 -0
  123. package/es/lookup/EmptyPage/EmptyPage.js +0 -0
  124. package/es/lookup/EmptyPage/LookupEmptyPage.module.css +12 -12
  125. package/es/lookup/Lookup/Lookup.js +0 -0
  126. package/es/lookup/Lookup/Lookup.module.css +26 -26
  127. package/es/lookup/Section/LookupSection.module.css +8 -8
  128. package/es/lookup/header/Close/LookupClose.module.css +15 -15
  129. package/es/lookup/header/Search/LookupSearch.module.css +57 -57
  130. package/es/lookup/header/TicketHeader/TicketHeader.module.css +22 -22
  131. package/es/lookup/header/Title/LookupTitle.module.css +20 -20
  132. package/es/lookup/header/ViewDropDown/ViewDropDown.module.css +50 -50
  133. package/es/lookup/header/lookupHeaderCommon.module.css +41 -41
  134. package/es/lookup/header/lookupHeaderCommonResponsive.module.css +24 -24
  135. package/es/setup/header/Button/HeaderButton.module.css +5 -5
  136. package/es/setup/header/Link/HeaderLink.module.css +21 -21
  137. package/es/setup/header/Search/Search.module.css +68 -68
  138. package/es/setup/header/Views/Views.module.css +37 -37
  139. package/es/setup/helptips/Description/HelpTipsDescription.module.css +6 -6
  140. package/es/setup/helptips/Link/HelpTipsLink.module.css +7 -7
  141. package/es/setup/helptips/Link/Link.js +0 -0
  142. package/es/setup/helptips/ListGroup/ListGroup.module.css +22 -22
  143. package/es/setup/helptips/Title/HelpTipsTitle.module.css +5 -5
  144. package/es/setup/helptips/Title/Title.js +0 -0
  145. package/es/setup/table/TableData/SetupTableData.module.css +44 -44
  146. package/es/setup/table/TableData/Tablehover.module.css +6 -6
  147. package/es/setup/table/TableHead/SetupTableHead.module.css +12 -12
  148. package/es/setup/table/TableRow/SetupTableRow.module.css +14 -14
  149. package/es/setup/table/Text/TableText.module.css +37 -37
  150. package/es/setup/table/Text/Text.js +0 -0
  151. package/es/svg/PlusIcon.js +1 -1
  152. package/es/svg/SnippetIcon.js +2 -2
  153. package/es/version2/AlertClose/AlertClose.module.css +42 -42
  154. package/es/version2/GlobalNotification/GlobalNotification.module.css +124 -127
  155. package/es/version2/alertIcons/AlertIcons.module.css +67 -67
  156. package/es/version2/errorstate/V2_ErrorStates.module.css +46 -46
  157. package/es/version2/lookup/AlertHeader/AlertHeaderNew.module.css +86 -86
  158. package/es/version2/lookup/AlertLookup/AlertLookupNew.module.css +43 -43
  159. package/es/version2/lookup/alertLookupCommonNew.module.css +32 -32
  160. package/es/version2/notification/DesktopNotification/DesktopNotification.module.css +106 -127
  161. package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +136 -136
  162. package/install.md +12 -12
  163. package/lib/ActionButton/ActionButton.js +3 -1
  164. package/lib/ActionButton/ActionButton.module.css +139 -139
  165. package/lib/AlphabeticList/AlphabeticList.js +3 -1
  166. package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
  167. package/lib/AlphabeticList/props/propTypes.js +1 -1
  168. package/lib/Attachment/Attachment.js +3 -1
  169. package/lib/Attachment/Attachment.module.css +157 -157
  170. package/lib/AttachmentViewer/AttachmentImage.js +3 -1
  171. package/lib/AttachmentViewer/AttachmentViewer.js +4 -2
  172. package/lib/AttachmentViewer/AttachmentViewer.module.css +354 -353
  173. package/lib/AttachmentViewer/utils.js +4 -1
  174. package/lib/ChannelIcon/ChannelIcon.js +3 -1
  175. package/lib/ChannelIcon/ChannelIcon.module.css +217 -217
  176. package/lib/Drawer/Drawer.js +3 -1
  177. package/lib/Drawer/Drawer.module.css +150 -189
  178. package/lib/ExternalLink/ExternalLink.js +3 -1
  179. package/lib/ExternalLink/ExternalLink.module.css +3 -3
  180. package/lib/ExternalLink/__tests__/ExternalLink.spec.js +0 -0
  181. package/lib/FlipCard/FlipCard.js +3 -1
  182. package/lib/FlipCard/FlipCard.module.css +44 -44
  183. package/lib/FormAction/FormAction.js +3 -1
  184. package/lib/FormAction/FormAction.module.css +82 -82
  185. package/lib/FreezeLayer/css/FreezeLayer.module.css +42 -42
  186. package/lib/FreezeLayer/css/cssJSLogic.js +4 -1
  187. package/lib/FreezeLayer/useFreezeLayer.js +2 -2
  188. package/lib/IconButton/IconButton.js +3 -1
  189. package/lib/IconButton/IconButton.module.css +22 -22
  190. package/lib/IconButton/props/propTypes.js +4 -1
  191. package/lib/Image/Image.js +3 -1
  192. package/lib/Image/Image.module.css +10 -10
  193. package/lib/ImportantNotes/ImportantNotes.js +3 -1
  194. package/lib/ImportantNotes/ImportantNotes.module.css +20 -20
  195. package/lib/Link/Link.js +3 -1
  196. package/lib/Link/Link.module.css +3 -3
  197. package/lib/Loader/Loader.js +3 -1
  198. package/lib/Loader/Loader.module.css +46 -46
  199. package/lib/Message/Message.js +3 -1
  200. package/lib/Message/Message.module.css +102 -102
  201. package/lib/MessageBanner/MessageBanner.js +3 -1
  202. package/lib/MessageBanner/MessageBanner.module.css +46 -46
  203. package/lib/NewStar/NewStar.js +3 -1
  204. package/lib/NewStar/NewStar.module.css +175 -175
  205. package/lib/PlusIcon/PlusIcon.js +3 -1
  206. package/lib/PlusIcon/PlusIcon.module.css +16 -19
  207. package/lib/Separator/Separator.js +3 -1
  208. package/lib/Separator/Separator.module.css +34 -34
  209. package/lib/ToastMessage/ToastMessage.js +2 -2
  210. package/lib/ToastMessage/ToastMessage.module.css +328 -329
  211. package/lib/Upload/Upload.js +3 -1
  212. package/lib/Upload/Upload.module.css +125 -125
  213. package/lib/actions/AutoClose.js +2 -2
  214. package/lib/alert/AlertHeader/AlertHeader.js +3 -1
  215. package/lib/alert/AlertHeader/AlertHeader.module.css +80 -80
  216. package/lib/alert/AlertLookup/AlertLookup.js +3 -1
  217. package/lib/alert/AlertLookup/AlertLookup.module.css +26 -26
  218. package/lib/avatar/AvatarClose/AvatarClose.js +3 -1
  219. package/lib/avatar/AvatarClose/AvatarClose.module.css +37 -37
  220. package/lib/avatar/AvatarCollision/AvatarCollision.js +3 -1
  221. package/lib/avatar/AvatarCollision/AvatarCollision.module.css +69 -69
  222. package/lib/avatar/AvatarIcon/AvatarIcon.js +3 -1
  223. package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
  224. package/lib/avatar/AvatarStatus/AvatarStatus.js +3 -1
  225. package/lib/avatar/AvatarStatus/AvatarStatus.module.css +146 -146
  226. package/lib/avatar/AvatarStatus/props/propTypes.js +4 -1
  227. package/lib/avatar/AvatarThread/AvatarThread.js +3 -1
  228. package/lib/avatar/AvatarThread/AvatarThread.module.css +166 -166
  229. package/lib/avatar/AvatarUser/AvatarUser.js +5 -2
  230. package/lib/avatar/AvatarUser/AvatarUser.module.css +171 -171
  231. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.js +3 -1
  232. package/lib/avatar/AvatarWithTeam/AvatarWithTeam.module.css +23 -23
  233. package/lib/common/dot_animation.module.css +26 -26
  234. package/lib/common/dot_common.module.css +3 -3
  235. package/lib/deprecated/FreezeLayer/FreezeLayer.js +4 -2
  236. package/{es/deprecated/FreezeLayer/FreezeLayer.module.css → lib/deprecated/FreezeLayer/_FreezeLayer.module.css} +42 -42
  237. package/lib/deprecated/SelectDropdown/SelectDropdown.js +3 -1
  238. package/lib/deprecated/SelectDropdown/SelectDropdown.module.css +56 -56
  239. package/lib/deprecated/utils/KeyboardApi.js +29 -26
  240. package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +10 -3
  241. package/lib/dropdown/ToggleDropDown/ToggleDropDown.module.css +100 -101
  242. package/lib/dropdown/ToggleDropDown/props/defaultProps.js +2 -1
  243. package/lib/dropdown/ToggleDropDown/props/propTypes.js +2 -1
  244. package/lib/emptystate/CommonEmptyState/CommonEmptyState.js +3 -1
  245. package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +85 -85
  246. package/lib/emptystate/EditionPage/EditionPage.css +43 -43
  247. package/lib/emptystate/EditionPage/EditionPage.js +3 -1
  248. package/lib/errorstate/EmptyStates.module.css +87 -87
  249. package/lib/errorstate/Inconvenience/Inconvenience.js +3 -1
  250. package/lib/errorstate/Inconvenience/Inconvenience.module.css +7 -7
  251. package/lib/errorstate/LinkText/LinkText.js +3 -1
  252. package/lib/errorstate/LinkText/LinkText.module.css +6 -6
  253. package/lib/errorstate/NoRequestFound/NoRequestFound.js +3 -1
  254. package/lib/errorstate/NoRequestFound/NoRequestFound.module.css +3 -3
  255. package/lib/errorstate/PermissionPlay/PermissionPlay.js +3 -1
  256. package/lib/errorstate/PermissionPlay/PermissionPlay.module.css +34 -34
  257. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +3 -1
  258. package/lib/errorstate/RequestUrlNotFound/RequestUrlNotFound.module.css +3 -3
  259. package/lib/errorstate/UnableToProcess/UnableToProcess.js +3 -1
  260. package/lib/errorstate/UnableToProcess/UnableToProcess.module.css +3 -3
  261. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -1
  262. package/lib/errorstate/UnauthorizedLogin/UnauthorizedLogin.module.css +3 -3
  263. package/lib/errorstate/WillBack/WillBack.js +3 -1
  264. package/lib/errorstate/WillBack/WillBack.module.css +34 -34
  265. package/lib/form/fields/CheckBoxField/CheckBoxField.js +3 -1
  266. package/lib/form/fields/CheckBoxField/props/defaultProps.js +4 -1
  267. package/lib/form/fields/CheckBoxField/props/propTypes.js +4 -1
  268. package/lib/form/fields/CurrencyField/CurrencyField.js +3 -1
  269. package/lib/form/fields/CurrencyField/props/defaultProps.js +4 -1
  270. package/lib/form/fields/CurrencyField/props/propTypes.js +4 -1
  271. package/lib/form/fields/DateField/DateField.js +3 -1
  272. package/lib/form/fields/DateField/props/defaultProps.js +4 -1
  273. package/lib/form/fields/DateField/props/propTypes.js +4 -1
  274. package/lib/form/fields/FieldContainer/FieldContainer.js +3 -1
  275. package/lib/form/fields/FieldContainer/props/defaultProps.js +4 -1
  276. package/lib/form/fields/FieldContainer/props/propTypes.js +4 -1
  277. package/lib/form/fields/Fields.module.css +183 -183
  278. package/lib/form/fields/MultiSelectField/MultiSelectField.js +3 -1
  279. package/lib/form/fields/MultiSelectField/props/defaultProps.js +4 -1
  280. package/lib/form/fields/MultiSelectField/props/propTypes.js +4 -1
  281. package/lib/form/fields/PhoneField/PhoneField.js +3 -1
  282. package/lib/form/fields/RadioField/RadioField.js +3 -1
  283. package/lib/form/fields/SelectField/SelectField.js +3 -1
  284. package/lib/form/fields/SelectField/props/defaultProps.js +4 -1
  285. package/lib/form/fields/SelectField/props/propTypes.js +4 -1
  286. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +3 -1
  287. package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +107 -107
  288. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +2 -2
  289. package/lib/form/fields/TagsMultiSelectField/TagsMultiSelectField.module.css +9 -9
  290. package/lib/form/fields/TagsMultiSelectField/props/defaultProps.js +4 -1
  291. package/lib/form/fields/TagsMultiSelectField/props/propTypes.js +4 -1
  292. package/lib/form/fields/TextBoxField/TextBoxField.js +3 -1
  293. package/lib/form/fields/TextBoxField/props/defaultProps.js +4 -1
  294. package/lib/form/fields/TextBoxField/props/propTypes.js +4 -1
  295. package/lib/form/fields/TextEditor/TextEditor.js +4 -2
  296. package/lib/form/fields/TextEditor/TextEditor.module.css +666 -764
  297. package/lib/form/fields/TextEditorField/TextEditorField.js +3 -1
  298. package/lib/form/fields/TextEditorField/props/defaultProps.js +4 -1
  299. package/lib/form/fields/TextEditorField/props/propTypes.js +4 -1
  300. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.js +5 -2
  301. package/lib/form/fields/TextEditorWrapper/TextEditorWrapper.module.css +36 -36
  302. package/lib/form/fields/TextareaField/TextareaField.js +3 -1
  303. package/lib/form/fields/TextareaField/props/defaultProps.js +4 -1
  304. package/lib/form/fields/TextareaField/props/propTypes.js +4 -1
  305. package/lib/form/fields/ValidationMessage/ValidationMessage.js +3 -1
  306. package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
  307. package/lib/form/layout/Field/Field.js +3 -1
  308. package/lib/form/layout/Field/Field.module.css +22 -22
  309. package/lib/form/layout/Section/ModuleFormSection.module.css +3 -3
  310. package/lib/form/layout/Section/Section.js +3 -1
  311. package/lib/layout/SetupDetailLayout/SetupDetailLayout.js +3 -1
  312. package/lib/layout/SetupDetailLayout/SetupDetailLayout.module.css +152 -152
  313. package/lib/layout/SubtabLayout/SubtabLayout.js +3 -1
  314. package/lib/layout/SubtabLayout/SubtabLayout.module.css +146 -165
  315. package/lib/list/AvatarFlip/AvatarFlip.js +3 -1
  316. package/lib/list/AvatarFlip/AvatarFlip.module.css +3 -3
  317. package/lib/list/BluePrintStatus/BluePrintStatus.js +3 -1
  318. package/lib/list/BluePrintStatus/BluePrintStatus.module.css +17 -17
  319. package/lib/list/Comment/Comment.js +3 -1
  320. package/lib/list/Comment/Comment.module.css +29 -29
  321. package/lib/list/DepartmentDropDown/DepartmentDropDown.js +3 -1
  322. package/lib/list/DepartmentDropDown/DepartmentDropDown.module.css +9 -9
  323. package/lib/list/DepartmentDropDown/props/propTypes.js +4 -1
  324. package/lib/list/Dot/Dot.js +3 -1
  325. package/lib/list/Dot/Dot.module.css +15 -15
  326. package/lib/list/DotNew/DotNew.js +3 -1
  327. package/lib/list/DotNew/DotNew.module.css +22 -25
  328. package/lib/list/GridStencils/GridStencils.js +3 -1
  329. package/lib/list/GridStencils/GridStencils.module.css +146 -146
  330. package/lib/list/Icons/AddNewIcon.js +3 -1
  331. package/lib/list/Icons/CompleteIcon.js +3 -1
  332. package/lib/list/Icons/DeleteIcon.js +3 -1
  333. package/lib/list/Icons/EditIcon.js +3 -1
  334. package/lib/list/Icons/FloatingIcons.js +3 -1
  335. package/lib/list/Icons/Icons.module.css +16 -16
  336. package/lib/list/Icons/ReadUnreadIcon.js +3 -1
  337. package/lib/list/Icons/SmartIcon.js +3 -1
  338. package/lib/list/ListLayout/ListLayout.js +3 -1
  339. package/lib/list/ListLayout/ListLayout.module.css +57 -57
  340. package/lib/list/ListLayout/props/propTypes.js +4 -1
  341. package/lib/list/ListStencils/ListStencils.js +3 -1
  342. package/lib/list/ListStencils/ListStencils.module.css +67 -67
  343. package/lib/list/SecondaryText/AccountName.js +3 -1
  344. package/lib/list/SecondaryText/ContactName.js +3 -1
  345. package/lib/list/SecondaryText/DepartmentText.js +3 -1
  346. package/lib/list/SecondaryText/Email.js +3 -1
  347. package/lib/list/SecondaryText/HappinessRating.js +3 -1
  348. package/lib/list/SecondaryText/PhoneNumber.js +3 -1
  349. package/lib/list/SecondaryText/PriorityText.js +3 -1
  350. package/lib/list/SecondaryText/SecondaryText.js +3 -1
  351. package/lib/list/SecondaryText/SecondaryText.module.css +136 -136
  352. package/lib/list/SecondaryText/StatusText.js +3 -1
  353. package/lib/list/SecondaryText/TicketId.js +3 -1
  354. package/lib/list/SecondaryText/Website.js +3 -1
  355. package/lib/list/SecondryPanel/SecondryPanel.js +3 -1
  356. package/lib/list/SecondryPanel/SecondryPanel.module.css +5 -5
  357. package/lib/list/SentimentStatus/SentimentStatus.js +3 -1
  358. package/lib/list/SentimentStatus/SentimentStatus.module.css +12 -12
  359. package/lib/list/Subject/Subject.js +3 -1
  360. package/lib/list/Subject/Subject.module.css +27 -27
  361. package/lib/list/TagNew/TagNew.js +3 -1
  362. package/lib/list/TagNew/TagNew.module.css +115 -117
  363. package/lib/list/Thread/Thread.js +3 -1
  364. package/lib/list/Thread/Thread.module.css +42 -42
  365. package/lib/list/UserTime/UserTime.js +3 -1
  366. package/lib/list/UserTime/UserTime.module.css +58 -58
  367. package/lib/list/listCommon.module.css +60 -60
  368. package/lib/list/status/StatusDropdown/StatusDropdown.js +6 -2
  369. package/lib/list/status/StatusDropdown/StatusDropdown.module.css +92 -92
  370. package/lib/list/status/StatusDropdown/props/defaultProps.js +2 -1
  371. package/lib/list/status/StatusDropdown/props/propTypes.js +5 -2
  372. package/lib/list/status/StatusListItem/StatusListItem.js +6 -3
  373. package/lib/list/status/StatusListItem/StatusListItem.module.css +107 -104
  374. package/lib/list/status/StatusListItem/props/defaultProps.js +2 -1
  375. package/lib/list/status/StatusListItem/props/propTypes.js +1 -0
  376. package/lib/lookup/EmptyPage/EmptyPage.js +3 -1
  377. package/lib/lookup/EmptyPage/LookupEmptyPage.module.css +12 -12
  378. package/lib/lookup/Lookup/Lookup.js +5 -2
  379. package/lib/lookup/Lookup/Lookup.module.css +26 -26
  380. package/lib/lookup/Section/LookupSection.module.css +8 -8
  381. package/lib/lookup/Section/Section.js +3 -1
  382. package/lib/lookup/header/Close/Close.js +3 -1
  383. package/lib/lookup/header/Close/LookupClose.module.css +15 -15
  384. package/lib/lookup/header/ModuleHeader/ModuleHeader.js +5 -2
  385. package/lib/lookup/header/Search/LookupSearch.module.css +57 -57
  386. package/lib/lookup/header/Search/Search.js +3 -1
  387. package/lib/lookup/header/TicketHeader/TicketHeader.js +5 -2
  388. package/lib/lookup/header/TicketHeader/TicketHeader.module.css +22 -22
  389. package/lib/lookup/header/Title/LookupTitle.module.css +20 -20
  390. package/lib/lookup/header/Title/Title.js +3 -1
  391. package/lib/lookup/header/ViewDropDown/ViewDropDown.js +3 -1
  392. package/lib/lookup/header/ViewDropDown/ViewDropDown.module.css +50 -50
  393. package/lib/lookup/header/lookupHeaderCommon.module.css +41 -41
  394. package/lib/lookup/header/lookupHeaderCommonResponsive.module.css +24 -24
  395. package/lib/setup/header/Button/Button.js +3 -1
  396. package/lib/setup/header/Button/HeaderButton.module.css +5 -5
  397. package/lib/setup/header/Link/HeaderLink.module.css +21 -21
  398. package/lib/setup/header/Link/Link.js +3 -1
  399. package/lib/setup/header/Search/Search.js +3 -1
  400. package/lib/setup/header/Search/Search.module.css +68 -68
  401. package/lib/setup/header/Views/Views.js +3 -1
  402. package/lib/setup/header/Views/Views.module.css +37 -37
  403. package/lib/setup/helptips/Description/Description.js +3 -1
  404. package/lib/setup/helptips/Description/HelpTipsDescription.module.css +6 -6
  405. package/lib/setup/helptips/Link/HelpTipsLink.module.css +7 -7
  406. package/lib/setup/helptips/Link/Link.js +3 -1
  407. package/lib/setup/helptips/ListGroup/ListGroup.js +3 -1
  408. package/lib/setup/helptips/ListGroup/ListGroup.module.css +22 -22
  409. package/lib/setup/helptips/Title/HelpTipsTitle.module.css +5 -5
  410. package/lib/setup/helptips/Title/Title.js +3 -1
  411. package/lib/setup/table/Table/Table.js +3 -1
  412. package/lib/setup/table/TableBody/TableBody.js +3 -1
  413. package/lib/setup/table/TableData/SetupTableData.module.css +44 -44
  414. package/lib/setup/table/TableData/TableData.js +3 -1
  415. package/lib/setup/table/TableData/Tablehover.module.css +6 -6
  416. package/lib/setup/table/TableHead/SetupTableHead.module.css +12 -12
  417. package/lib/setup/table/TableHead/TableHead.js +3 -1
  418. package/lib/setup/table/TableRow/SetupTableRow.module.css +14 -14
  419. package/lib/setup/table/TableRow/TableRow.js +3 -1
  420. package/lib/setup/table/Text/TableText.module.css +37 -37
  421. package/lib/setup/table/Text/Text.js +3 -1
  422. package/lib/svg/PlusIcon.js +4 -2
  423. package/lib/svg/SnippetIcon.js +5 -3
  424. package/lib/svg/TemplateIcon.js +3 -1
  425. package/lib/version2/AlertClose/AlertClose.js +3 -1
  426. package/lib/version2/AlertClose/AlertClose.module.css +42 -42
  427. package/lib/version2/GlobalNotification/GlobalNotification.js +3 -1
  428. package/lib/version2/GlobalNotification/GlobalNotification.module.css +124 -127
  429. package/lib/version2/alertIcons/AlarmAlertIcon.js +3 -1
  430. package/lib/version2/alertIcons/AlertIcons.js +3 -1
  431. package/lib/version2/alertIcons/AlertIcons.module.css +67 -67
  432. package/lib/version2/alertIcons/DangerAlertIcon.js +3 -1
  433. package/lib/version2/alertIcons/ErrorAlertIcon.js +3 -1
  434. package/lib/version2/alertIcons/InfoAlertIcon.js +3 -1
  435. package/lib/version2/alertIcons/NotificationAlertIcon.js +3 -1
  436. package/lib/version2/alertIcons/SuccessAlertIcon.js +3 -1
  437. package/lib/version2/alertIcons/WarningAlertIcon.js +3 -1
  438. package/lib/version2/errorstate/Inconvenience/Inconvenience.js +3 -1
  439. package/lib/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +3 -1
  440. package/lib/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +3 -1
  441. package/lib/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +3 -1
  442. package/lib/version2/errorstate/UrlNotFound/UrlNotFound.js +3 -1
  443. package/lib/version2/errorstate/V2_ErrorStates.module.css +46 -46
  444. package/lib/version2/errorstate/WillBeRightBack/WillBeRightBack.js +3 -1
  445. package/lib/version2/lookup/AlertHeader/AlertHeader.js +3 -1
  446. package/lib/version2/lookup/AlertHeader/AlertHeaderNew.module.css +86 -86
  447. package/lib/version2/lookup/AlertLookup/AlertLookup.js +3 -1
  448. package/lib/version2/lookup/AlertLookup/AlertLookupNew.module.css +43 -43
  449. package/lib/version2/lookup/alertLookupCommonNew.module.css +32 -32
  450. package/lib/version2/notification/DesktopNotification/DesktopNotification.module.css +106 -127
  451. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +3 -1
  452. package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +136 -136
  453. package/package.json +106 -104
  454. package/css_error.log +0 -1
  455. package/es/common/dot_boxShadow.module.css +0 -77
  456. package/lib/common/dot_boxShadow.module.css +0 -77
package/README.md CHANGED
@@ -1,1222 +1,1222 @@
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.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.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