@zohodesk/dot 1.0.0-temp-75 → 1.0.0-temp-76

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