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