@zohodesk/dot 1.0.0-temp-154 → 1.0.0-temp-155

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