@zohodesk/dot 1.0.0-temp-101 → 1.0.0-temp-102

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