@zohodesk/dot 1.0.0 → 1.1.0

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