@zohodesk/dot 1.0.0-temp-133 → 1.0.0-temp-134

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