@zohodesk/dot 1.0.0-temp-152 → 1.0.0-temp-153

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