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

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