@zohodesk/components 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (425) hide show
  1. package/.cli/MissedPropType_Keys.html +101 -0
  2. package/.cli/PropLessFiles.html +101 -0
  3. package/.cli/PropValidationExcludeFilesArray.js +3 -0
  4. package/.cli/propValidation_report.html +155 -0
  5. package/README.md +1277 -1266
  6. package/assets/Appearance/dark/themes/blue/blue_ComponentTheme_DarkTheme.module.css +24 -24
  7. package/assets/Appearance/dark/themes/green/green_ComponentTheme_DarkTheme.module.css +24 -24
  8. package/assets/Appearance/dark/themes/orange/orange_ComponentTheme_DarkTheme.module.css +24 -24
  9. package/assets/Appearance/dark/themes/red/red_ComponentTheme_DarkTheme.module.css +24 -24
  10. package/assets/Appearance/dark/themes/yellow/yellow_ComponentTheme_DarkTheme.module.css +24 -24
  11. package/assets/Appearance/light/themes/blue/blue_ComponentTheme_LightTheme.module.css +24 -24
  12. package/assets/Appearance/light/themes/green/green_ComponentTheme_LightTheme.module.css +24 -24
  13. package/assets/Appearance/light/themes/orange/orange_ComponentTheme_LightTheme.module.css +24 -24
  14. package/assets/Appearance/light/themes/red/red_ComponentTheme_LightTheme.module.css +24 -24
  15. package/assets/Appearance/light/themes/yellow/yellow_ComponentTheme_LightTheme.module.css +24 -24
  16. package/assets/Appearance/pureDark/themes/blue/blue_ComponentTheme_PureDarkTheme.module.css +24 -24
  17. package/assets/Appearance/pureDark/themes/green/green_ComponentTheme_PureDarkTheme.module.css +24 -24
  18. package/assets/Appearance/pureDark/themes/orange/orange_ComponentTheme_PureDarkTheme.module.css +24 -24
  19. package/assets/Appearance/pureDark/themes/red/red_ComponentTheme_PureDarkTheme.module.css +24 -24
  20. package/assets/Appearance/pureDark/themes/yellow/yellow_ComponentTheme_PureDarkTheme.module.css +24 -24
  21. package/coverage/Button/Button.js.html +301 -0
  22. package/coverage/Button/css/Button.module.css.html +1441 -0
  23. package/coverage/Button/css/cssJSLogic.js.html +214 -0
  24. package/coverage/Button/css/index.html +131 -0
  25. package/coverage/Button/index.html +116 -0
  26. package/coverage/Button/props/defaultProps.js.html +139 -0
  27. package/coverage/Button/props/index.html +131 -0
  28. package/coverage/Button/props/propTypes.js.html +202 -0
  29. package/coverage/Buttongroup/Buttongroup.js.html +220 -0
  30. package/coverage/Buttongroup/Buttongroup.module.css.html +298 -0
  31. package/coverage/Buttongroup/index.html +131 -0
  32. package/coverage/Buttongroup/props/defaultProps.js.html +103 -0
  33. package/coverage/Buttongroup/props/index.html +131 -0
  34. package/coverage/Buttongroup/props/propTypes.js.html +115 -0
  35. package/coverage/base.css +224 -0
  36. package/coverage/block-navigation.js +87 -0
  37. package/coverage/coverage-final.json +11 -0
  38. package/coverage/coverage-summary.json +12 -0
  39. package/coverage/favicon.png +0 -0
  40. package/coverage/index.html +191 -0
  41. package/coverage/prettify.css +1 -0
  42. package/coverage/prettify.js +2 -0
  43. package/coverage/sort-arrow-sprite.png +0 -0
  44. package/coverage/sorter.js +196 -0
  45. package/coverage/utils/dummyFunction.js.html +88 -0
  46. package/coverage/utils/index.html +116 -0
  47. package/es/AppContainer/AppContainer.module.css +18 -18
  48. package/es/Avatar/Avatar.js +9 -9
  49. package/es/Avatar/Avatar.module.css +175 -175
  50. package/es/AvatarTeam/AvatarTeam.js +7 -7
  51. package/es/AvatarTeam/AvatarTeam.module.css +189 -189
  52. package/es/Button/Button.js +5 -5
  53. package/es/Button/__tests__/Button.spec.js +122 -0
  54. package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +440 -0
  55. package/es/Button/css/Button.module.css +525 -525
  56. package/es/Button/css/cssJSLogic.js +1 -1
  57. package/es/Button/props/propTypes.js +0 -1
  58. package/es/Buttongroup/Buttongroup.js +1 -1
  59. package/es/Buttongroup/Buttongroup.module.css +105 -105
  60. package/es/Buttongroup/__tests__/Buttongroup.spec.js +37 -0
  61. package/es/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -0
  62. package/es/Card/Card.js +4 -4
  63. package/es/Card/Card.module.css +20 -20
  64. package/es/Card/props/propTypes.js +9 -4
  65. package/es/CheckBox/CheckBox.js +0 -0
  66. package/es/CheckBox/CheckBox.module.css +157 -157
  67. package/es/CheckBox/props/propTypes.js +0 -2
  68. package/es/DateTime/CalendarView.js +0 -0
  69. package/es/DateTime/DateTime.js +0 -0
  70. package/es/DateTime/DateTime.module.css +235 -235
  71. package/es/DateTime/DateTimePopupFooter.js +5 -1
  72. package/es/DateTime/DateTimePopupHeader.js +3 -1
  73. package/es/DateTime/DateWidget.js +0 -1
  74. package/es/DateTime/DateWidget.module.css +38 -38
  75. package/es/DateTime/DaysRow.js +3 -1
  76. package/es/DateTime/Time.js +4 -0
  77. package/es/DateTime/YearView.js +0 -1
  78. package/es/DateTime/YearView.module.css +98 -98
  79. package/es/DateTime/common.js +0 -0
  80. package/es/DateTime/index.js +0 -0
  81. package/es/DateTime/objectUtils.js +0 -0
  82. package/es/DateTime/props/defaultProps.js +6 -0
  83. package/es/DateTime/props/propTypes.js +58 -6
  84. package/es/DateTime/typeChecker.js +0 -0
  85. package/es/DateTime/validator.js +0 -0
  86. package/es/DropBox/DropBox.js +0 -0
  87. package/es/DropBox/DropBoxElement/DropBoxElement.js +1 -1
  88. package/es/DropBox/DropBoxElement/css/DropBoxElement.module.css +434 -434
  89. package/es/DropBox/DropBoxElement/css/cssJSLogic.js +1 -1
  90. package/es/DropBox/DropBoxElement/props/propTypes.js +7 -1
  91. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  92. package/es/DropBox/css/DropBox.module.css +58 -58
  93. package/es/DropBox/props/propTypes.js +2 -1
  94. package/es/DropDown/DropDown.js +0 -0
  95. package/es/DropDown/DropDown.module.css +5 -5
  96. package/es/DropDown/DropDownHeading.js +0 -0
  97. package/es/DropDown/DropDownHeading.module.css +53 -53
  98. package/es/DropDown/DropDownItem.js +0 -0
  99. package/es/DropDown/DropDownItem.module.css +94 -94
  100. package/es/DropDown/DropDownSearch.js +0 -0
  101. package/es/DropDown/DropDownSearch.module.css +14 -14
  102. package/es/DropDown/DropDownSeparator.js +0 -0
  103. package/es/DropDown/DropDownSeparator.module.css +7 -7
  104. package/es/DropDown/props/propTypes.js +5 -18
  105. package/es/Heading/Heading.module.css +4 -4
  106. package/es/Label/Label.js +2 -2
  107. package/es/Label/Label.module.css +52 -52
  108. package/es/Label/LabelColors.module.css +20 -20
  109. package/es/Label/props/propTypes.js +2 -1
  110. package/es/Layout/Box.js +2 -1
  111. package/es/Layout/Container.js +2 -1
  112. package/es/Layout/Layout.module.css +335 -335
  113. package/es/Layout/utils.js +0 -0
  114. package/es/ListItem/ListItem.js +0 -0
  115. package/es/ListItem/ListItem.module.css +216 -216
  116. package/es/ListItem/props/propTypes.js +9 -4
  117. package/es/Modal/props/propTypes.js +2 -1
  118. package/es/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  119. package/es/MultiSelect/MultiSelect.js +5 -5
  120. package/es/MultiSelect/MultiSelect.module.css +206 -206
  121. package/es/MultiSelect/MultiSelectWithAvatar.js +0 -0
  122. package/es/MultiSelect/SelectedOptions.module.css +15 -15
  123. package/es/MultiSelect/props/propTypes.js +15 -31
  124. package/es/PopOver/PopOver.js +1 -9
  125. package/es/PopOver/PopOver.module.css +8 -8
  126. package/es/Popup/Popup.js +0 -0
  127. package/es/Popup/PositionMapping.json +73 -73
  128. package/es/Radio/Radio.js +1 -6
  129. package/es/Radio/Radio.module.css +112 -112
  130. package/es/Radio/props/propTypes.js +3 -2
  131. package/es/Responsive/CustomResponsive.js +0 -0
  132. package/es/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  133. package/es/ResponsiveDropBox/props/propTypes.js +2 -1
  134. package/es/Ribbon/Ribbon.js +0 -0
  135. package/es/Ribbon/Ribbon.module.css +454 -454
  136. package/es/RippleEffect/RippleEffect.module.css +92 -92
  137. package/es/Select/GroupSelect.js +0 -0
  138. package/es/Select/Select.js +0 -0
  139. package/es/Select/Select.module.css +108 -108
  140. package/es/Select/SelectWithAvatar.js +0 -0
  141. package/es/Select/SelectWithIcon.js +0 -0
  142. package/es/Select/props/propTypes.js +17 -6
  143. package/es/Stencils/Stencils.js +0 -0
  144. package/es/Stencils/Stencils.module.css +96 -96
  145. package/es/Switch/Switch.js +0 -0
  146. package/es/Switch/Switch.module.css +127 -127
  147. package/es/Tab/Tab.module.css +100 -100
  148. package/es/Tab/TabContent.module.css +4 -4
  149. package/es/Tab/Tabs.js +17 -17
  150. package/es/Tab/Tabs.module.css +136 -136
  151. package/es/Tab/props/propTypes.js +0 -1
  152. package/es/Tag/Tag.js +8 -8
  153. package/es/Tag/Tag.module.css +254 -254
  154. package/es/TextBox/TextBox.js +0 -0
  155. package/es/TextBox/TextBox.module.css +158 -158
  156. package/es/TextBox/props/propTypes.js +2 -1
  157. package/es/TextBoxIcon/TextBoxIcon.js +0 -0
  158. package/es/TextBoxIcon/TextBoxIcon.module.css +79 -79
  159. package/es/TextBoxIcon/props/propTypes.js +2 -1
  160. package/es/Textarea/Textarea.js +0 -0
  161. package/es/Textarea/Textarea.module.css +139 -139
  162. package/es/Textarea/props/propTypes.js +0 -1
  163. package/es/Tooltip/Tooltip.module.css +140 -140
  164. package/es/Tooltip/props/propTypes.js +0 -3
  165. package/es/common/a11y.module.css +3 -3
  166. package/es/common/animation.module.css +624 -624
  167. package/es/common/avatarsizes.module.css +48 -48
  168. package/es/common/basic.module.css +33 -33
  169. package/es/common/basicReset.module.css +40 -40
  170. package/es/common/boxShadow.module.css +33 -33
  171. package/es/common/common.module.css +524 -524
  172. package/es/common/customscroll.module.css +91 -91
  173. package/es/common/reset.module.css +13 -13
  174. package/es/common/transition.module.css +146 -146
  175. package/es/deprecated/PortalLayer/PortalLayer.js +3 -2
  176. package/es/deprecated/PortalLayer/props/propTypes.js +7 -0
  177. package/es/semantic/Button/props/propTypes.js +1 -5
  178. package/es/semantic/Button/semanticButton.module.css +9 -9
  179. package/es/utils/Common.js +0 -0
  180. package/es/utils/dropDownUtils.js +0 -0
  181. package/es/utils/index.js +0 -2
  182. package/install.md +10 -10
  183. package/lib/AppContainer/AppContainer.module.css +18 -18
  184. package/lib/Avatar/Avatar.js +9 -9
  185. package/lib/Avatar/Avatar.module.css +175 -175
  186. package/lib/AvatarTeam/AvatarTeam.js +7 -7
  187. package/lib/AvatarTeam/AvatarTeam.module.css +189 -189
  188. package/lib/Button/Button.js +5 -5
  189. package/lib/Button/__tests__/Button.spec.js +129 -0
  190. package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +440 -0
  191. package/lib/Button/css/Button.module.css +525 -525
  192. package/lib/Button/css/cssJSLogic.js +1 -1
  193. package/lib/Button/props/propTypes.js +0 -1
  194. package/lib/Buttongroup/Buttongroup.js +1 -1
  195. package/lib/Buttongroup/Buttongroup.module.css +105 -105
  196. package/lib/Buttongroup/__tests__/Buttongroup.spec.js +44 -0
  197. package/lib/Buttongroup/__tests__/__snapshots__/Buttongroup.spec.js.snap +191 -0
  198. package/lib/Card/Card.js +4 -4
  199. package/lib/Card/Card.module.css +20 -20
  200. package/lib/Card/props/propTypes.js +9 -4
  201. package/lib/CheckBox/CheckBox.js +0 -0
  202. package/lib/CheckBox/CheckBox.module.css +157 -157
  203. package/lib/CheckBox/props/propTypes.js +0 -2
  204. package/lib/DateTime/CalendarView.js +0 -0
  205. package/lib/DateTime/DateTime.js +0 -0
  206. package/lib/DateTime/DateTime.module.css +235 -235
  207. package/lib/DateTime/DateTimePopupFooter.js +7 -1
  208. package/lib/DateTime/DateTimePopupHeader.js +4 -1
  209. package/lib/DateTime/DateWidget.js +0 -1
  210. package/lib/DateTime/DateWidget.module.css +38 -38
  211. package/lib/DateTime/DaysRow.js +4 -1
  212. package/lib/DateTime/Time.js +6 -0
  213. package/lib/DateTime/YearView.js +0 -1
  214. package/lib/DateTime/YearView.module.css +98 -98
  215. package/lib/DateTime/common.js +0 -0
  216. package/lib/DateTime/index.js +0 -0
  217. package/lib/DateTime/objectUtils.js +0 -0
  218. package/lib/DateTime/props/defaultProps.js +10 -2
  219. package/lib/DateTime/props/propTypes.js +64 -8
  220. package/lib/DateTime/typeChecker.js +0 -0
  221. package/lib/DateTime/validator.js +0 -0
  222. package/lib/DropBox/DropBox.js +0 -0
  223. package/lib/DropBox/DropBoxElement/DropBoxElement.js +1 -1
  224. package/lib/DropBox/DropBoxElement/css/DropBoxElement.module.css +434 -434
  225. package/lib/DropBox/DropBoxElement/css/cssJSLogic.js +1 -1
  226. package/lib/DropBox/DropBoxElement/props/propTypes.js +7 -1
  227. package/lib/DropBox/DropBoxPositionMapping.json +144 -144
  228. package/lib/DropBox/css/DropBox.module.css +58 -58
  229. package/lib/DropBox/props/propTypes.js +2 -1
  230. package/lib/DropDown/DropDown.js +0 -0
  231. package/lib/DropDown/DropDown.module.css +5 -5
  232. package/lib/DropDown/DropDownHeading.js +0 -0
  233. package/lib/DropDown/DropDownHeading.module.css +53 -53
  234. package/lib/DropDown/DropDownItem.js +0 -0
  235. package/lib/DropDown/DropDownItem.module.css +94 -94
  236. package/lib/DropDown/DropDownSearch.js +0 -0
  237. package/lib/DropDown/DropDownSearch.module.css +14 -14
  238. package/lib/DropDown/DropDownSeparator.js +0 -0
  239. package/lib/DropDown/DropDownSeparator.module.css +7 -7
  240. package/lib/DropDown/props/propTypes.js +11 -19
  241. package/lib/Heading/Heading.module.css +4 -4
  242. package/lib/Label/Label.js +0 -0
  243. package/lib/Label/Label.module.css +52 -52
  244. package/lib/Label/LabelColors.module.css +20 -20
  245. package/lib/Label/props/propTypes.js +2 -1
  246. package/lib/Layout/Box.js +0 -1
  247. package/lib/Layout/Container.js +0 -1
  248. package/lib/Layout/Layout.module.css +335 -335
  249. package/lib/Layout/utils.js +0 -0
  250. package/lib/ListItem/ListItem.js +0 -0
  251. package/lib/ListItem/ListItem.module.css +216 -216
  252. package/lib/ListItem/props/propTypes.js +9 -4
  253. package/lib/Modal/props/propTypes.js +2 -1
  254. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  255. package/lib/MultiSelect/MultiSelect.js +5 -5
  256. package/lib/MultiSelect/MultiSelect.module.css +206 -206
  257. package/lib/MultiSelect/MultiSelectWithAvatar.js +0 -0
  258. package/lib/MultiSelect/SelectedOptions.module.css +15 -15
  259. package/lib/MultiSelect/props/propTypes.js +15 -31
  260. package/lib/PopOver/PopOver.js +1 -8
  261. package/lib/PopOver/PopOver.module.css +8 -8
  262. package/lib/Popup/Popup.js +0 -0
  263. package/lib/Popup/PositionMapping.json +73 -73
  264. package/lib/Radio/Radio.js +1 -6
  265. package/lib/Radio/Radio.module.css +112 -112
  266. package/lib/Radio/props/propTypes.js +3 -2
  267. package/lib/Responsive/CustomResponsive.js +0 -0
  268. package/lib/ResponsiveDropBox/ResponsiveDropBox.module.css +6 -6
  269. package/lib/ResponsiveDropBox/props/propTypes.js +11 -2
  270. package/lib/Ribbon/Ribbon.js +0 -0
  271. package/lib/Ribbon/Ribbon.module.css +454 -454
  272. package/lib/RippleEffect/RippleEffect.module.css +92 -92
  273. package/lib/Select/GroupSelect.js +0 -0
  274. package/lib/Select/Select.js +0 -0
  275. package/lib/Select/Select.module.css +108 -108
  276. package/lib/Select/SelectWithAvatar.js +0 -0
  277. package/lib/Select/SelectWithIcon.js +0 -0
  278. package/lib/Select/props/propTypes.js +17 -6
  279. package/lib/Stencils/Stencils.js +0 -0
  280. package/lib/Stencils/Stencils.module.css +96 -96
  281. package/lib/Switch/Switch.js +0 -0
  282. package/lib/Switch/Switch.module.css +127 -127
  283. package/lib/Tab/Tab.module.css +100 -100
  284. package/lib/Tab/TabContent.module.css +4 -4
  285. package/lib/Tab/Tabs.js +11 -11
  286. package/lib/Tab/Tabs.module.css +136 -136
  287. package/lib/Tab/props/propTypes.js +0 -1
  288. package/lib/Tag/Tag.js +8 -8
  289. package/lib/Tag/Tag.module.css +254 -254
  290. package/lib/TextBox/TextBox.js +0 -0
  291. package/lib/TextBox/TextBox.module.css +158 -158
  292. package/lib/TextBox/props/propTypes.js +1 -1
  293. package/lib/TextBoxIcon/TextBoxIcon.js +0 -0
  294. package/lib/TextBoxIcon/TextBoxIcon.module.css +79 -79
  295. package/lib/TextBoxIcon/props/propTypes.js +11 -2
  296. package/lib/Textarea/Textarea.js +0 -0
  297. package/lib/Textarea/Textarea.module.css +139 -139
  298. package/lib/Textarea/props/propTypes.js +0 -1
  299. package/lib/Tooltip/Tooltip.module.css +140 -140
  300. package/lib/Tooltip/props/propTypes.js +0 -3
  301. package/lib/common/a11y.module.css +3 -3
  302. package/lib/common/animation.module.css +624 -624
  303. package/lib/common/avatarsizes.module.css +48 -48
  304. package/lib/common/basic.module.css +33 -33
  305. package/lib/common/basicReset.module.css +40 -40
  306. package/lib/common/boxShadow.module.css +33 -33
  307. package/lib/common/common.module.css +524 -524
  308. package/lib/common/customscroll.module.css +91 -91
  309. package/lib/common/reset.module.css +13 -13
  310. package/lib/common/transition.module.css +146 -146
  311. package/lib/deprecated/PortalLayer/PortalLayer.js +2 -1
  312. package/lib/deprecated/PortalLayer/props/propTypes.js +10 -2
  313. package/lib/semantic/Button/props/propTypes.js +1 -5
  314. package/lib/semantic/Button/semanticButton.module.css +9 -9
  315. package/lib/utils/Common.js +0 -0
  316. package/lib/utils/dropDownUtils.js +0 -0
  317. package/lib/utils/index.js +1 -19
  318. package/package.json +92 -116
  319. package/postPublish.js +8 -8
  320. package/prePublish.js +70 -70
  321. package/react-cli.config.js +24 -0
  322. package/result.json +1 -0
  323. package/unittest/index.html +37 -0
  324. package/es/Accordion/__tests__/Accordion.spec.js +0 -79
  325. package/es/Animation/__tests__/Animation.spec.js +0 -17
  326. package/es/Avatar/__tests__/Avatar.spec.js +0 -161
  327. package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +0 -288
  328. package/es/AvatarTeam/__tests__/AvatarTeam.spec.js +0 -76
  329. package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +0 -226
  330. package/es/Buttongroup/__test__/Buttongroup.spec.js +0 -73
  331. package/es/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +0 -146
  332. package/es/Card/__tests__/Card.spec.js +0 -36
  333. package/es/CheckBox/__tests__/CheckBox.spec.js +0 -12
  334. package/es/DateTime/__tests__/CalendarView.spec.js +0 -33
  335. package/es/DateTime/__tests__/DateTime.spec.js +0 -115
  336. package/es/DateTime/__tests__/DateWidget.spec.js +0 -75
  337. package/es/DropBox/__tests__/DropBox.spec.js +0 -81
  338. package/es/DropDown/__tests__/DropDown.spec.js +0 -44
  339. package/es/DropDown/__tests__/DropDownItem.spec.js +0 -45
  340. package/es/DropDown/__tests__/DropDownSearch.spec.js +0 -11
  341. package/es/Label/__tests__/Label.spec.js +0 -120
  342. package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +0 -101
  343. package/es/Layout/__tests__/Box.spec.js +0 -114
  344. package/es/Layout/__tests__/Container.spec.js +0 -120
  345. package/es/MultiSelect/__tests__/MultiSelect.spec.js +0 -160
  346. package/es/PopOver/__tests__/PopOver.spec.js +0 -14
  347. package/es/Popup/__tests__/Popup.spec.js +0 -134
  348. package/es/Radio/__tests__/Radiospec.js +0 -23
  349. package/es/Ribbon/__tests__/Ribbon.spec.js +0 -168
  350. package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +0 -163
  351. package/es/Select/__tests__/Select.spec.js +0 -345
  352. package/es/Stencils/__tests__/Stencils.spec.js +0 -69
  353. package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +0 -49
  354. package/es/Tab/__tests__/Tab.spec.js +0 -117
  355. package/es/Tab/__tests__/TabContent.spec.js +0 -16
  356. package/es/Tab/__tests__/TabContentWrapper.spec.js +0 -50
  357. package/es/Tab/__tests__/TabWrapper.spec.js +0 -86
  358. package/es/Tab/__tests__/Tabs.spec.js +0 -115
  359. package/es/Tag/__tests__/Tag.spec.js +0 -28
  360. package/es/TextBox/__tests__/TextBox.spec.js +0 -189
  361. package/es/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +0 -127
  362. package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +0 -212
  363. package/es/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +0 -334
  364. package/es/Textarea/__tests__/Textarea.spec.js +0 -171
  365. package/es/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +0 -97
  366. package/es/Tooltip/__tests__/Tooltip.spec.js +0 -52
  367. package/es/deprecated/AdvancedMultiSelect.module.css +0 -127
  368. package/es/deprecated/advancedMultiSelectVariableJson.js +0 -80
  369. package/es/utils/__tests__/constructFullName.spec.js +0 -9
  370. package/es/utils/__tests__/debounce.spec.js +0 -37
  371. package/es/utils/__tests__/getInitial.spec.js +0 -23
  372. package/es/utils/css/compileClassNames.js +0 -28
  373. package/es/utils/css/mergeStyle.js +0 -57
  374. package/es/utils/css/utils.js +0 -24
  375. package/lib/Accordion/__tests__/Accordion.spec.js +0 -85
  376. package/lib/Animation/__tests__/Animation.spec.js +0 -23
  377. package/lib/Avatar/__tests__/Avatar.spec.js +0 -208
  378. package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +0 -288
  379. package/lib/AvatarTeam/__tests__/AvatarTeam.spec.js +0 -92
  380. package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +0 -226
  381. package/lib/Buttongroup/__test__/Buttongroup.spec.js +0 -86
  382. package/lib/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +0 -146
  383. package/lib/Card/__tests__/Card.spec.js +0 -56
  384. package/lib/CheckBox/__tests__/CheckBox.spec.js +0 -18
  385. package/lib/DateTime/__tests__/CalendarView.spec.js +0 -45
  386. package/lib/DateTime/__tests__/DateTime.spec.js +0 -127
  387. package/lib/DateTime/__tests__/DateWidget.spec.js +0 -81
  388. package/lib/DropBox/__tests__/DropBox.spec.js +0 -87
  389. package/lib/DropDown/__tests__/DropDown.spec.js +0 -50
  390. package/lib/DropDown/__tests__/DropDownItem.spec.js +0 -51
  391. package/lib/DropDown/__tests__/DropDownSearch.spec.js +0 -17
  392. package/lib/Label/__tests__/Label.spec.js +0 -137
  393. package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +0 -101
  394. package/lib/Layout/__tests__/Box.spec.js +0 -121
  395. package/lib/Layout/__tests__/Container.spec.js +0 -127
  396. package/lib/MultiSelect/__tests__/MultiSelect.spec.js +0 -170
  397. package/lib/PopOver/__tests__/PopOver.spec.js +0 -20
  398. package/lib/Popup/__tests__/Popup.spec.js +0 -192
  399. package/lib/Radio/__tests__/Radiospec.js +0 -29
  400. package/lib/Ribbon/__tests__/Ribbon.spec.js +0 -193
  401. package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +0 -163
  402. package/lib/Select/__tests__/Select.spec.js +0 -383
  403. package/lib/Stencils/__tests__/Stencils.spec.js +0 -84
  404. package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +0 -49
  405. package/lib/Tab/__tests__/Tab.spec.js +0 -123
  406. package/lib/Tab/__tests__/TabContent.spec.js +0 -22
  407. package/lib/Tab/__tests__/TabContentWrapper.spec.js +0 -59
  408. package/lib/Tab/__tests__/TabWrapper.spec.js +0 -100
  409. package/lib/Tab/__tests__/Tabs.spec.js +0 -123
  410. package/lib/Tag/__tests__/Tag.spec.js +0 -35
  411. package/lib/TextBox/__tests__/TextBox.spec.js +0 -205
  412. package/lib/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +0 -127
  413. package/lib/TextBoxIcon/__tests__/TextBoxIcon.spec.js +0 -228
  414. package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +0 -334
  415. package/lib/Textarea/__tests__/Textarea.spec.js +0 -186
  416. package/lib/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +0 -97
  417. package/lib/Tooltip/__tests__/Tooltip.spec.js +0 -98
  418. package/lib/deprecated/AdvancedMultiSelect.module.css +0 -127
  419. package/lib/deprecated/advancedMultiSelectVariableJson.js +0 -82
  420. package/lib/utils/__tests__/constructFullName.spec.js +0 -12
  421. package/lib/utils/__tests__/debounce.spec.js +0 -40
  422. package/lib/utils/__tests__/getInitial.spec.js +0 -26
  423. package/lib/utils/css/compileClassNames.js +0 -37
  424. package/lib/utils/css/mergeStyle.js +0 -69
  425. package/lib/utils/css/utils.js +0 -41
package/README.md CHANGED
@@ -1,1266 +1,1277 @@
1
- # DOT Style Guide
2
-
3
- In this Package, we Provide Some Basic Components to Build Web App
4
-
5
- - Avatar
6
- - AvatarTeam
7
- - Accordion
8
- - Animation
9
- - Button
10
- - Buttongroup
11
- - Card
12
- - CheckBox
13
- - DateTime
14
- - DropBox
15
- - Icon
16
- - Label
17
- - Layout
18
- - ListItem
19
- - MultiSelect
20
- - Popup
21
- - Radio
22
- - Responsive
23
- - Ribbon
24
- - Select
25
- - GroupSelect
26
- - Stencils
27
- - Switch
28
- - Tab
29
- - Tag
30
- - Textarea
31
- - TextBox
32
- - TextBoxIcon
33
- - Tooltip
34
-
35
- # 1.1.0
36
-
37
- - Internal color-variable-preprocessor package implemented
38
-
39
- # 1.0.0
40
-
41
- - alpha release removed and version changed to normal flow
42
-
43
- # 1.0.0-alpha-278
44
-
45
- - **DateTime** - Date.Raplace check added to avoid run time error
46
-
47
- # 1.0.0-alpha-277
48
-
49
- - **DropBox** - `focusScopeProps` will be served by `customProps` from now.
50
-
51
- - **ListItem, ListItemWithAvatar, ListItemWithIcon, ListItemWithCheckBox, ListItemWithRadio** - default role `option` has been added to the list item container.
52
-
53
- - **ListContainer** - A11y prop key => `data-a11y-inset-focus` set `true` as default for the ListContainer.
54
-
55
- # 1.0.0-alpha-276
56
-
57
- - **DateTime** - TimeZone null Case Handled
58
-
59
-
60
- # 1.0.0-alpha-275
61
-
62
- - **DateTime** - millisecond and second should work only when customDateFormat is given issue fixed. this fix related to *1.0.0-alpha-272*
63
-
64
- # 1.0.0-alpha-274
65
-
66
- - **AppContainer** - needTooltip prop added
67
- - data-test-id attribute added for all element which having data-id attribute to separate customization and automation
68
-
69
- # 1.0.0-alpha-273
70
-
71
- - Variable Replacer Issue Resolved
72
-
73
- # 1.0.0-alpha-272
74
-
75
- - **DateTime** - customDateFormat prop supported
76
-
77
- # 1.0.0-alpha-271
78
-
79
- - **Tabs** - DropBox position RTL fix.
80
-
81
- - `stopPropagation` method added in common utils.
82
-
83
- - **DropBox**
84
-
85
- cancelBubblingEffect fix.
86
-
87
- `fadeIn` and `scaleIn` animations added.
88
-
89
- # 1.0.0-alpha-270
90
-
91
- - **Tabs** - DropBox position RTL fix
92
-
93
- # 1.0.0-alpha-269
94
-
95
- - **DateTime** - 24Hour Suggestion Issue Fixed
96
-
97
- # 1.0.0-alpha-268
98
-
99
- - Contrast default variables :root selector removed
100
-
101
- # 1.0.0-alpha-267
102
-
103
- - **DropBox** - Fixed Position issue fix.
104
-
105
- - **Select** - Fixed Position prop support.
106
-
107
- # 1.0.0-alpha-266
108
-
109
- - **Button** - migrated to UCL and converted to functional component
110
- - Contrast option implemented through preprocess. Category key value added for all color variables.
111
- - BoxShadow Values Separated for Contrast
112
-
113
- # 1.0.0-alpha-265
114
-
115
- - **mergeStyle** - Logic Issue Fixed
116
- - **Tab** - State Restricted Names Check added
117
- - **cancelBubblingEffect** function added in utils/Common
118
-
119
- # 1.0.0-alpha-264
120
-
121
- - **DropBox** - customStyle renamed to customInlineStyle and migrarted to functional UCL component
122
-
123
- # 1.0.0-alpha-263
124
-
125
- - **ListItem, ListItemWithAvatar, ListItemWithCheckbox, ListItemWithIcon, ListItemWithRadio** - Line height changed 20px and Padding also changed.
126
-
127
- # 1.0.0-alpha-262
128
-
129
- - **ListItem, ListItemWithAvatar, ListItemWithCheckbox, ListItemWithIcon, ListItemWithRadio** - Added New Prop `needMultiLineText`
130
-
131
- - **MultiSelect, MultiSelectWithAvatar** - `keepSelectedOptions` prop added. When this prop is true, it won't remove selected items from the dropdown instead it highlights each selected item with tick mark.
132
-
133
- - **MultiSelectWithAvatar** - `customProps` support.
134
-
135
- # 1.0.0-alpha-261
136
-
137
- - **Tab,Tabs** - Removed offsection property from css.
138
-
139
- - compileClassNames , mergeStyle utils added.
140
-
141
- - index export object fixed.
142
-
143
- # 1.0.0-alpha-260
144
-
145
- - **TextBoxIcon** - OnClear Focus in TextBox issue Resolved.
146
-
147
- - Suggestions - `listItemCustomProps` prop support given for all suggestion to control all listitems.
148
-
149
- - `isTextSelected` - common method added in utils to know any text highlighted or not.
150
-
151
- - **Popup** - Issue fix: While click on the document, popup won't close if any text highlighted in the product.
152
-
153
- # 1.0.0-alpha-259
154
-
155
- - **Avatar**
156
-
157
- `needInnerBorder` and `needDefaultBorder` prop has been added.
158
-
159
- `xxsmall` option added for size prop.
160
-
161
- - **AvatarTeam** - `needInnerBorder`, `needBorder` and `needDefaultBorder` props has been added.
162
-
163
- # 1.0.0-alpha-258
164
-
165
- - **CheckBox** - dataSlector prop changed to `dataSelectorId`.
166
-
167
- - `dataSelectorId` prop added for all components
168
-
169
- # 1.0.0-alpha-257
170
-
171
- - **Avatar** - Avatar initial render issue and image border issue solved
172
-
173
- - **DateWidget** - `boxSize` and `onError` prop has been added.
174
-
175
- # 1.0.0-alpha-256
176
-
177
- - **Button** - Safari browser focus issue fix and `customProps` validation.
178
-
179
- - **Switch** - Click handling issue fix.
180
-
181
- - **Tabs, Tab** - Screen Reader fix.
182
-
183
- # 1.0.0-alpha-255
184
-
185
- - **CalenderView, DateTime** - Today and selected date issue fix.
186
-
187
- - `Accesssility`- Screen Reader fix.
188
-
189
- # 1.0.0-alpha-254
190
-
191
- - **AppContainer** - accessibility theme css has been added.
192
-
193
- - **Button** - `customProps` support.
194
-
195
- - **DropBox** - Focus scope navigation support.
196
-
197
- # 1.0.0-alpha-253
198
-
199
- - **Tabs, Tooltip** - If condition check added to reduce murphy error logs.
200
-
201
- - `Accesssility`- Screen Reader support for some components.
202
-
203
- # 1.0.0-alpha-252
204
-
205
- - **Select,GroupSelect,SelectWithAvatar,SelectWithIcon,MultiSelect,MultiSelectWithAvatar** - Initial Loader and Scroll End Loader added.
206
-
207
- - **componentAppearanceVariableJson**
208
-
209
- `zdt_datetime_today_bg` variable renamed as `zdt_datetime_selected_bg`
210
-
211
- `zdt_datetime_today_border` variable added.
212
-
213
- - **CalendarView** - `isToday` prop added to display today's date as a separate style.
214
-
215
- - **DateTime.module.css** - `.today` class renamed as `.active` class.
216
-
217
- # 1.0.0-alpha-251
218
-
219
- - Heading component - font reset css fix
220
-
221
- # 1.0.0-alpha-250
222
-
223
- - Heading (accessibility) - new component added
224
- - Avatar => component initial rendering optimization.
225
-
226
- # 1.0.0-alpha-249
227
-
228
- - color => secondary_border light mode color changes
229
-
230
- # 1.0.0-alpha-248
231
-
232
- - preventParentScroll props added for Box and Container
233
-
234
- # 1.0.0-alpha-247
235
-
236
- - Svg path changes
237
- # 1.0.0-alpha-246
238
-
239
- - :focus in css removed
240
- # 1.0.0-alpha-245
241
-
242
- - PureDark mode color lists added in docs
243
-
244
- # 1.0.0-alpha-244
245
-
246
- - AdvancedGroupMultiSelect , AdvancedMultiSelect => textbox flexible ui fix and duplicate css removed
247
-
248
- # 1.0.0-alpha-243
249
-
250
- - DateTime, DateWidget => Portal Id support for fixed position.
251
- - YearView => Theme Variable support for month text.
252
-
253
- # 1.0.0-alpha-242
254
-
255
- - Tag -> defaultLink palette added
256
-
257
- # 1.0.0-alpha-241
258
-
259
- - Added unobserve element condition for Tooltip.
260
-
261
- # 1.0.0-alpha-240
262
-
263
- - DateWidget input selection color variable removed
264
- - ResponsiveDropBox Implemented for all DropBox
265
-
266
- # 1.0.0-alpha-239
267
-
268
- - #999 instead of #a8b0bd color value in PureDark mode
269
- - DateTime, DateWidget => DropBox Fixed position prop support.(positionsOffset , targetOffset ,isRestrictScroll added)
270
-
271
- # 1.0.0-alpha-238
272
-
273
- - Tooltip optimization - container client rect calc is cached and only calc when resized.
274
- - Provider/Config => tooltipContainer key removed and getTooltipContainer key added
275
- - PureDark mode implemented via preprocess
276
-
277
- # 1.0.0-alpha-237
278
-
279
- - ListItem Responsive Min Height Fixed
280
- - CheckBox data-selector attribute added
281
-
282
- # 1.0.0-alpha-236
283
-
284
- - Input => autocomplete added in provider configuration
285
-
286
- # 1.0.0-alpha-235
287
-
288
- -Tooltip
289
- => data-title-wrap prop added
290
- => tooltip calculation based on root or window case added
291
-
292
- # 1.0.0-alpha-234
293
-
294
- - MultiSelect => SelectedId fix on component did update
295
-
296
- # 1.0.0-alpha-233
297
-
298
- - MultiSelect => On press tab key selecting option removed
299
-
300
- # 1.0.0-alpha-232
301
-
302
- - ListContainer => Mobile Responsive Implemented
303
-
304
- # 1.0.0-alpha-231
305
-
306
- - DropBox - Position Undefined Issue Solved
307
-
308
- # 1.0.0-alpha-230
309
-
310
- - Avatar, AdvancedGroupMultiSelect, AdvancedMultiSelect, MultiSelect, MultiSelectWithAvatar, GroupSelect, Select, SelectWithAvatar, SelectWithIcon, TextBoxIcon => Tooltip undefined case solved
311
- - Select , MultiSelect => boxSize prop added
312
-
313
- # 1.0.0-alpha-229
314
-
315
- - MultiSelect, AdvancedMultiSelect => disabledOption Clear icon handled properly
316
-
317
- # 1.0.0-alpha-228
318
-
319
- - Button => danger, primary loader color issue solved
320
-
321
- # 1.0.0-alpha-227
322
-
323
- - isReadOnly and needEffect prop added in Tag Component for read-only case
324
- - needEffect prop added for the below components: ( This props has been added for read-only case )
325
- => Advanced Group Multi Select
326
- => Advanced Multi Select
327
- => Multi Select
328
- => Multi Select With Avatar
329
- => Select With Avatar
330
- - isReadonly prop added for SelectedOption component
331
- - Read-only class added for TextBoxIcon component
332
- - Removed click action in tag multi select component for read-only case
333
- - Changed the cursor default to not-allowed in Radio component for read-only case
334
-
335
- # 1.0.0-alpha-226
336
-
337
- - ListContainer Implemented in => ListItem,ListItemWithAvatar,ListItemWithIcon,ListItemWithRadio,ListItemWithCheckBox
338
-
339
- # 1.0.0-alpha-225
340
-
341
- - Appearance css moved to assets
342
-
343
- # 1.0.0-alpha-224
344
-
345
- - css color variable updation
346
-
347
- # 1.0.0-alpha-223
348
-
349
- - bg,shadow,text,border based variables removed and renamed.
350
-
351
- # 1.0.0-alpha-222
352
-
353
- - Tabs=> isResponsive condition handled properly
354
- - Select, MultiSelect => on press tab, choose selected value then move focus to next focuable element flow implemented
355
-
356
- # 1.0.0-alpha-221
357
-
358
- - blueDefaultTheme & blueDarkTheme class name added in Blue CTATheme & ComponentTheme files
359
-
360
- # 1.0.0-alpha-220
361
-
362
- - Tooltip Delay Controlled to Improve Perf
363
-
364
- # 1.0.0-alpha-219
365
-
366
- - ContextOptimizer => ShallowEqal function issue solved
367
-
368
- # 1.0.0-alpha-218
369
-
370
- - Select => Custom props undefined issue solved
371
-
372
- # 1.0.0-alpha-217
373
-
374
- - TextBox, Multiselect, Tag missing dark palette variables moved under Themes folder file
375
-
376
- # 1.0.0-alpha-216
377
-
378
- - Select component -> customProps added -> TextBoxProps ,DropdownSearchTextBoxProps, listItemProps added
379
- - Suggestions component -> customProps added -> listItemProps
380
- - TextBox component -> customProps added
381
- - TextBoxIcon component -> customProps added -> TextBoxProps
382
-
383
- # 1.0.0-alpha-215
384
-
385
- - Select Search Regex Changed to Lowercase
386
-
387
- # 1.0.0-alpha-214
388
-
389
- - Avatar, Label, Tag, Dropdown, ListItem, Multiselect missing dark palette variables moved under Themes folder files
390
-
391
- # 1.0.0-alpha-213
392
-
393
- - AnimationVariable File import removed
394
-
395
- # 1.0.0-alpha-212
396
-
397
- - Stencils => Converted to Pure Component
398
-
399
- # 1.0.0-alpha-211
400
-
401
- - Lato font reference changed from local to Zoho URL(web fonts)
402
-
403
- # 1.0.0-alpha-210
404
-
405
- - Published but some issues are there
406
-
407
- # 1.0.0-alpha-209
408
-
409
- - Config => isReducedMotion, direction added
410
- - LibraryContext => added
411
- - transition variable implemented in all css
412
-
413
- # 1.0.0-alpha-208
414
-
415
- - Select, AdvancedGroupMultiSelect, MultiSelect => search space issue solved
416
- - Common => getSearchString fn added,
417
- - Tabs => MoreButtonProps added in customProps
418
- - Tab => customProps added
419
-
420
- # 1.0.0-alpha-207
421
-
422
- - Popup => PreventDefault On RemoveClose Removed
423
- - Tabs => getCustomDropBoxHeaderPlaceHolder props added
424
-
425
- # 1.0.0-alpha-206
426
-
427
- - LableColor Css File Separated
428
- - Select, TextBox,MultiSelect,AdvancedMultiSelect => on focusing input preventScroll disabled.
429
- - ResizeComponent Added
430
-
431
- # 1.0.0-alpha-205
432
-
433
- - MultiSelect => lowBandwidth Force Apicall issue fixed
434
-
435
- # 1.0.0-alpha-204
436
-
437
- - CTA alpha color value changed
438
-
439
- # 1.0.0-alpha-203
440
-
441
- - Default mode CTA grey color value changed
442
-
443
- # 1.0.0-alpha-202
444
-
445
- - MultiSelect - scroll top issue fix
446
-
447
- # 1.0.0-alpha-201
448
-
449
- - AccordionItem - innerclass prop has been added.
450
-
451
- # 1.0.0-alpha-200
452
-
453
- - Responsive Sender Receiver Performance Improvement
454
-
455
- # 1.0.0-alpha-199
456
-
457
- - Font size variable fixed for missed place
458
-
459
- # 1.0.0-alpha-198
460
-
461
- - Date Component optimization
462
-
463
- # 1.0.0-alpha-197
464
-
465
- - Card => isPercentageScroll prop added, scrollFetchLimit config implemented
466
- - Tabs => customProps Prop added
467
-
468
- # 1.0.0-alpha-196
469
-
470
- - AdvancedMultiSelect => SelectedOptionsLimti old and new comparsion based rerender update
471
-
472
- # 1.0.0-alpha-195
473
-
474
- - ZIndex Number Counter Issue solved
475
-
476
- # 1.0.0-alpha-194
477
-
478
- - Tab => css modified position correction and mousedown issue fixed
479
- - fitContWidth,fitContHeight class added in common
480
- - propType Declaration fixes
481
-
482
- # 1.0.0-alpha-193
483
-
484
- - VelocityAnimation => slideLeft animation added
485
- - Tabs => containerClass prop added
486
-
487
- # 1.0.0-alpha-192
488
-
489
- - CTA gray based color changes
490
-
491
- # 1.0.0-alpha-191
492
-
493
- - CustomScroll Color Fixes
494
-
495
- # 1.0.0-alpha-190
496
-
497
- - DarkMode => input placeholder color changed
498
-
499
- # 1.0.0-alpha-189
500
-
501
- - DropBox => Calculation Based Performance improvement
502
- - Popup => Popup WitthIn Popup Body Focus Issue Solved
503
-
504
- # 1.0.0-alpha-188
505
-
506
- - Popup => popup within popup open body click issue fixed
507
-
508
- # 1.0.0-alpha-187
509
-
510
- - Popup => popupGroup empty array check added
511
-
512
- # 1.0.0-alpha-186
513
-
514
- - MultiSelect - children render place changed
515
-
516
- # 1.0.0-alpha-185
517
-
518
- - DropBox => Toggle Position Issue Solved For Left Right Padding Calculation
519
-
520
- # 1.0.0-alpha-184
521
-
522
- - Palette-Based Folder Structure Changed.
523
- - data-theme changed to data-mode
524
- - data-palette changed to data-theme
525
-
526
- # 1.0.0-alpha-183
527
-
528
- - AppContainer => dataThemeAttr,dataTheme prop removed. instead customProps prop added
529
- - Palette Based Color System Implemented
530
-
531
- # 1.0.0-alpha-182
532
-
533
- - DateComponent => Safari Browser Focus Selection Issue Fixed
534
-
535
- # 1.0.0-alpha-181
536
-
537
- - MultiSelect , AdvancedMultiSelect => selection reorder issue fixed
538
- - Avatar, AvatarTeam, Checkbox, ListItem, Switch => customProps Added
539
-
540
- # 1.0.0-alpha-180
541
-
542
- - Tab => Rtl Fix
543
- - Config => idCounter, ZindexCounter, IdPrefix Added, Intial Zindex Increased to 3
544
-
545
- # 1.0.0-alpha-179
546
-
547
- - DateWidget => 24 hours HH caps placeholder issue solved
548
-
549
- # 1.0.0-alpha-178
550
-
551
- - MultiSelect => getFooter prop added
552
- - AdvancedMultiSelect => getFooter prop added
553
-
554
- # 1.0.0-alpha-177
555
-
556
- - DateWidget - PlaceHolder Lower Case Issue Solved
557
- - Tab - Hook Callback Issue Fixed
558
- - MultiSelect Empty Array Fix
559
-
560
- # 1.0.0-alpha-176
561
-
562
- - DateWidget - isHideCurrentYear,onBlur,onFocus prop added
563
-
564
- # 1.0.0-alpha-175
565
-
566
- - DateTime,DateWidget - is24Hour prop added
567
- - DateTime => isDefaultPosition prop added
568
- - Responsive Observer Performance Issue Fixed
569
-
570
- # 1.0.0-alpha-174
571
-
572
- - CheckBox - isClipped Prop added
573
-
574
- # 1.0.0-alpha-173
575
-
576
- - code-based issue fixed ( const to let)
577
-
578
- # 1.0.0-alpha-172
579
-
580
- - TextBoxIcon/TextBoxIcon.js
581
- => onClearMouseDown prop support
582
- - MultiSelect, MultiSelectWithAvatar,AdvancedMultiSelect => disabledOptions prop supported
583
-
584
- # 1.0.0-alpha-171
585
-
586
- - Dropbox => mobileWidth Configuration Hook given
587
-
588
- # 1.0.0-alpha-170
589
-
590
- - MultiSelectWithAvatar => isSearchClearOnSelect prop added
591
- - DropBox => customStyle prop added
592
- - DropDownHeading => tabIndex removed
593
-
594
- # 1.0.0-alpha-169
595
-
596
- - DateWidget => iconOnHover added and autoComplete disabled
597
- - AdvancedGroupMultiSelect => autoComplete disabled
598
- - AdvancedMultiSelect => autoComplete disabled
599
- - MultiSelect => autoComplete disabled
600
- - MultiSelectWithAvatar => isBoxPaddingNeed prop added
601
- - GroupSelect => iconOnHover prop added and tab focus issue solved
602
- - Select => iconOnHover prop added and tab focus issue solved
603
- - SelectWithAvatar => autoComplete disabled
604
- - SelectWithIcon => autoComplete disabled
605
- - TextBox => isFocus prop added
606
- - TextBoxIcon => isFocus,iconOnHover prop added
607
-
608
- # 1.0.0-alpha-168
609
-
610
- - DropBox Duplicate Portal removed
611
-
612
- # 1.0.0-alpha-167
613
-
614
- - DropBox - responsive ui fixes , isRestrictScroll,needAutoZindex prop added, needResponsive default value changed to true
615
- - Popup - customOrder prop added
616
- - ListItemWithAvatar => tick icon padding issue solved
617
-
618
- # 1.0.0-alpha-166
619
-
620
- - Tab => Border Calculation Issue Fixed
621
- - Tooltip => Position Issue Fixed
622
-
623
- # 1.0.0-alpha-165
624
-
625
- - Select -> onFocus Prop Added
626
- - Tab -> titlePosition prop added for tooltip
627
-
628
- # 1.0.0-alpha-164
629
-
630
- - Fixed Tab highlight issue.
631
-
632
- # 1.0.0-alpha-163
633
-
634
- - Fixed the bug to recalculate dimension if tab id changed
635
-
636
- # 1.0.0-alpha-162
637
-
638
- - Performance Changes added in Tab , Tooltip Components
639
- - MultiSelect, MultiSelectWithAvatar => customChildrenClass prop Added and TextBox component replaced with TextBoxWithIcon component
640
-
641
- # 1.0.0-alpha-161
642
-
643
- - Proxima Font Removed and Lato Font Added
644
-
645
- # 1.0.0-alpha-159
646
-
647
- - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect default Prop changed as true
648
- - Tooltip Box Layout Position Issue Fixed
649
- - autoTabIndex prop removed in listitem component groups
650
-
651
- # 1.0.0-alpha-158
652
-
653
- - ListItem => dataId Fix
654
- - MultiSelect => Bg color fix
655
-
656
- # 1.0.0-alpha-157
657
-
658
- - RippleEffect => needBorder prop added
659
- - Select => Children Prop added
660
- - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect prop added
661
- - ListItem,ListItemWithIcon,ListItemWithAvatar => dataId added for tickIcon
662
-
663
- # 1.0.0-alpha-156
664
-
665
- - A11y Changes
666
-
667
- # 1.0.0-alpha-156
668
-
669
- - Dark Theme Changes
670
-
671
- # 1.0.0-alpha-155
672
-
673
- - Tooltip DarkMode Theme Css Added
674
-
675
- # 1.0.0-alpha-154
676
-
677
- - isDarkMode based props removed for all components
678
- - AppContainer => Tooltip moved from Container Html
679
-
680
- # 1.0.0-alpha-153
681
-
682
- - ListItem => text-decoration fixed
683
- - AdvancedGroupMultiSelect => isGroupMultiSelect prop removed
684
- - AdvancedMultiSelect => isGroupMultiSelect removed, isBoxPaddingNeed added
685
- - MultiSelectHeader => isGroupMultiSelect removed
686
-
687
- # 1.0.0-alpha-152
688
-
689
- - A11y Changes
690
- - Theme Primary Colors Added
691
-
692
- # 1.0.0-alpha-150
693
-
694
- - Label => dark palette added
695
- - TextBox => light variant added
696
-
697
- # 1.0.0-alpha-149
698
-
699
- - Avatar,AvatarTeam =>borderOnActive,borderOnHover prop added
700
- - Tab - text decoration added
701
- - Semantic Button Css fixed
702
-
703
- # 1.0.0-alpha-148
704
-
705
- - Tag => max-width 100% added
706
- - Theme Changes in => DateTime,Tabs,AdvancedMultiSelect,RippleEffect
707
-
708
- # 1.0.0-alpha-147
709
-
710
- - currentScreenSize returned from Responsive Receiver
711
- - sticky class added in common.module.css
712
- - --zdt prefix added for theme variables
713
-
714
- # 1.0.0-alpha-146
715
-
716
- - ListItem => dataId fixes
717
- - Tag => dataId issue Fixed
718
- - DropBox => RTL fixes
719
- - VelocityAnimation => RTL fixes
720
-
721
- # 1.0.0-alpha-145
722
-
723
- - TextBoxIcon Clear Icon Color Fix
724
-
725
- # 1.0.0-alpha-144
726
-
727
- - PortalLayer Moved to deprecated folder
728
- - A11y Id Added For Select, MultiSelect Based Components
729
- - Semantic Button Default Font and Padding Resetted.
730
- - LisItem - dataId setted default
731
-
732
- - DropDown
733
- - DropDownHeading - Added customClass props
734
- - DropDownItem - Added customClass props
735
- - DropDownSearch - Added customClass
736
- - DropDownSeparator - Added customClass props
737
- - Radio - Added customClass
738
- - ListItem
739
- - ListItem - Removed customClass props and Added customClass object
740
- - ListItemWithAvatar - Added customClass
741
- - ListItemWithCheckBox - Added customClass
742
- - ListItemWIthIcon - Added customClass
743
- - ListItemWithRadio - Added customClass
744
- - Ribbon - Added customClass props
745
- - Stencils - Added customClass props
746
- - Switch - Added customClass
747
- - TextBoxIcon - Removed className props and Added customClass
748
- - Textarea - Removed className props and Added customClass props
749
- - Tooltip - No customClass. Just declared variables for Theme mode
750
-
751
- # 1.0.0-alpha-143
752
-
753
- - Issue fix in displaying Avatar Initial when 'name' prop has trailing space.
754
-
755
- # 1.0.0-alpha-142
756
-
757
- - Theme Based Changes(Variable changes no Impacts)
758
-
759
- # 1.0.0-alpha-141
760
-
761
- - Tab => keyboardprevent(ctrl,shift,alt) for link case
762
- - Appcontainer => dataThemeAttr added
763
- - ListItem => isDarkMode prop added
764
-
765
- # 1.0.0-alpha-140
766
-
767
- - DropBox -> PortalLayer changed to Modal
768
-
769
- # 1.0.0-alpha-139
770
-
771
- - DateTime => i18keys supported
772
- - variable name changes
773
-
774
- # 1.0.0-alpha-138
775
-
776
- - - Avatar - Removed customTextClass and added customClass props
777
- - - AvatarTeam - Removed customTextClass and added customClass
778
- - - Button - Removed className and added customClass
779
- - - Buttongroup - Added customClass props
780
- - - Card, CardHeader, CardContent, CardFooter - Removed className and added customClass props in Card, CardHeader, CardContent, CardFooter
781
- - - CheckBox - Added customClass
782
- - - DropBox - Removed className and added customClass
783
- - - Label - Added customClass props
784
- - - Tag - Removed className and added customClass
785
- - - TextBox - Removed className and added customClass props
786
- - - AppContainer - dataTheme Prop added
787
-
788
- # 1.0.0-alpha-137
789
-
790
- - ally Fixes
791
- - htmlId prop added in the select component
792
- - AdvancedGroupMultiSelect => scroll fetch issue fix
793
-
794
- # 1.0.0-alpha-136
795
-
796
- - removed dataIdNoOptnsMsg from GroupSelect
797
- - i18keys props renamed to i18nKeys
798
- - clearTitle prop removed from MultiSelect, MultiSelectAvatar, AdvancedMultiSelect, AdvancedGroupMultiSelect
799
- - Textare => default font fix
800
- - CalenderView => dataId changed for invalidDate as invalidDate
801
- - DatePicker limit changed to 1850 - 9999
802
-
803
- # 1.0.0-alpha-135
804
-
805
- - Avatar alternateSrc supported
806
-
807
- # 1.0.0-alpha-134
808
-
809
- - Reset Code Splitting
810
-
811
- # 1.0.0-alpha-133
812
-
813
- - AdvancedGroupMultiSelect => isPadding Prop added
814
-
815
- # 1.0.0-alpha-132
816
-
817
- - htmlId prop given in TextBox , Textboxwithicon, Textarea
818
- - CssProvider Changes
819
-
820
- # 1.0.0-alpha-131
821
-
822
- - Removed isLicenseSuccess and i18n in Label
823
- - name Prop changed to htmlFor in Label
824
- - title prop added in DropDownHeading
825
-
826
- # 1.0.0-alpha-130
827
-
828
- - Added 'isLicenseSuccess' props in 'ListItemWithIcon' component
829
-
830
- # 1.0.0-alpha-129
831
-
832
- - DropBox className Fix
833
-
834
- # 1.0.0-alpha-128
835
-
836
- - DateComponent => isEditable added
837
-
838
- # 1.0.0-alpha-127
839
-
840
- - DateComponent => error through fix
841
-
842
- # 1.0.0-alpha-126
843
-
844
- - AllY implementation for the button, textbox
845
- - Semantic button added
846
-
847
- # 1.0.0-alpha-125
848
-
849
- - fize => font_sizevariable replaced
850
- - Tab => moreiconActiveClass
851
-
852
- # 1.0.0-alpha-124
853
-
854
- - size => fsize
855
-
856
- # 1.0.0-alpha-123
857
-
858
- - Appcontainer RemFontVariable added
859
-
860
- # 1.0.0-alpha-122
861
-
862
- - Tag default bg color Changed
863
- - AvatarTeam background color removed
864
-
865
- # 1.0.0-alpha-121
866
-
867
- - Dropbox shadow changed
868
-
869
- # 1.0.0-alpha-120
870
-
871
- - Reponsive Render Fixes
872
- - DropBoxBorder Removed
873
-
874
- # 1.0.0-alpha-119
875
-
876
- - DateTime component Fix
877
-
878
- # 1.0.0-alpha-118
879
-
880
- - CustomResponsive Added
881
-
882
- # 1.0.0-alpha-117
883
-
884
- - DateTime Placeholder Selection Fix For Firefox
885
-
886
- # 1.0.0-alpha-116
887
-
888
- - DateTime Component Issue Fix , Row Fix, YearView Fix
889
- - DateTime => i18keys prop added
890
- - TextBoxWithIcon => children prop Parent Changed to Box
891
-
892
- # 1.0.0-alpha-115
893
-
894
- - DropBox => isDarkMode added
895
- - DropDownHeading => isDarkMode added
896
- - ListItem => palette dark added
897
- - ListItemWithAvatar => isDarkMode,avatarPalette added
898
- - EmptyState => isDarkMode added
899
- - MultiSelect => isDarkMode,palette added
900
- - MultiSelectWithAvatar => isDarkMode,palette added
901
- - SelectedOptions => isDarkMode added
902
- - Suggestions => isDarkMode, palette added
903
- - Stencils => dark palette added
904
- - Tag => isDarkMode prop added
905
-
906
- # 1.0.0-alpha-114
907
-
908
- - Tab iconSize Prop Added
909
-
910
- # 1.0.0-alpha-113
911
-
912
- - DateTime => isPadding prop added
913
- - common diabled opacity changed to 0.5
914
- - MultiSelect => isBoxPaddingNeed needa prop added
915
- - DropBox => isBoxPaddingNeed prop added
916
- - RippleEffect => primaryDark palette added
917
-
918
- # 1.0.0-alpha-112
919
-
920
- - Card scroll issue fix
921
-
922
- # 1.0.0-alpha-111
923
-
924
- - AdvancedGroupMultiSelect => children,getFooter, customClass added , Loader Handled
925
- - GroupSelect => children, getFooter added
926
- - Svg package Added
927
- - RippleEffect => before zindex removed
928
- - Container , Box Performance Fix
929
- - Card ReRender Fix
930
-
931
- # 1.0.0-alpha-110
932
-
933
- - MultiSelect DataId Fix
934
- - ToolTip Fix
935
- - RippleEffect Added
936
-
937
- # 1.0.0-alpha-109
938
-
939
- - MultiSelect Data-Id fix
940
- - Peer Dependencies Added
941
-
942
- # 1.0.0-alpha-108
943
-
944
- - Disabling internal state support for Accordion.
945
- - Adding 'equalityCheck' function support for AccordionItem.
946
-
947
- # 1.0.0-alpha-107
948
-
949
- - Adding onScroll support for TabContentWrapper component
950
-
951
- # 1.0.0-alpha-106
952
-
953
- - Package Update
954
-
955
- # 1.0.0-alpha-105
956
-
957
- - icon, variable version update
958
- - radio,checkbox,switch accessiblity changes => data-checked removed
959
- - semantic button added
960
-
961
- # 1.0.0-alpha-104
962
-
963
- - Dropbox => isBoxPaddingNeed,isPadding Added
964
-
965
- # 1.0.0-alpha-103
966
-
967
- - Tag Flat Removed
968
-
969
- # 1.0.0-alpha-102
970
-
971
- - ListItemWithAvatar => avatarPalette added
972
- - AdvancedGroupMultiSelect => needBorder added
973
- - AdvancedMultiSelect => needBorder added
974
- - Suggestions => avatarPalette added
975
- - SelectWithAvatar => onRemove,avatarPalette,tagSize,groupName added
976
- - Tag => avatarPalette added
977
-
978
- # 1.0.0-alpha-101
979
-
980
- - PortalLayer Fix Zindex
981
-
982
- # 1.0.0-alpha-100
983
-
984
- - Listitem Data-selected attr added, tabIndex Fixed
985
-
986
- # 1.0.0-alpha-99
987
-
988
- - Tab Click Fixed
989
-
990
- # 1.0.0-alpha-98
991
-
992
- - Modal Zindex issue fixed
993
- - Tabs OnmouseDown Implement
994
-
995
- # 1.0.0-alpha-97
996
-
997
- - MultiSelect Issue Fix
998
-
999
- # 1.0.0-alpha-96
1000
-
1001
- - Tootltip Update
1002
- - Avatar -> textPalette,customTextClass added - font-family light removed
1003
- - AvatarTeam -> textPalette,customTextClass added
1004
-
1005
- # 1.0.0-alpha-95
1006
-
1007
- - Icon Package Update
1008
-
1009
- # 1.0.0-alpha-94
1010
-
1011
- - Tab Mapping Fix
1012
-
1013
- # 1.0.0-alpha-93
1014
-
1015
- - Tab Fixes
1016
-
1017
- # 1.0.0-alpha-92
1018
-
1019
- - Tab Custom Element Fix
1020
- - Avatar xlarge size changes
1021
-
1022
- # 1.0.0-alpha-91
1023
-
1024
- - Tab Click Prevent Fix
1025
-
1026
- # 1.0.0-alpha-90
1027
-
1028
- - Switch,CheckBox,Radio => data-checked added
1029
- - Tab Resize Issue Solved, setTitleForMoreOptions added for vertical, a11y tags added , gamma and zeta palatte removed
1030
- - ListItem TaBIndex Added
1031
-
1032
- # 1.0.0-alpha-89
1033
-
1034
- - Tooltip Change
1035
- - Icon Version Update
1036
- - For MultiSelect Based Components clearTitle prop Added
1037
- - tooltip added in Tag Component
1038
-
1039
- # 1.0.0-alpha-88
1040
-
1041
- - Datewidget/Datetime tested and docs update with @zohodesk/datetimejs package
1042
-
1043
- # 1.0.0-alpha-87
1044
-
1045
- - Date Component TimeZone Fix
1046
- - Unwanted Functions Removed from utils/Common
1047
-
1048
- # 1.0.0-alpha-86
1049
-
1050
- - Tooltip UI Updated
1051
- - DropDownFooter,DropDownHeader,DropDownMenu,SimpleDropdown Deleted
1052
- - DropDownHeading => children and customClass Added
1053
- - AdvancedGroupMultiSelect -> search fix
1054
- - MultiSelect -> search clear fix
1055
- - GroupSelect -> Keydown Fix
1056
-
1057
- # 1.0.0-alpha-85
1058
-
1059
- - Datetime/DateWidget Component changes from @zohodesk/datetimejs package
1060
-
1061
- # 1.0.0-alpha-84
1062
-
1063
- - ListItemWiithIcon Data-Id Fix
1064
-
1065
- # 1.0.0-alpha-83
1066
-
1067
- - CheckBox Prop Fix Update activeStyle added
1068
-
1069
- # 1.0.0-alpha-82
1070
-
1071
- - DateTime, DateWidget Changes => date return object Fix
1072
- - autoFocus prop added in Textarea component
1073
-
1074
- # 1.0.0-alpha-81
1075
-
1076
- - variant - secondary type removed in a Label component
1077
- - customClass Added For Label component
1078
- - Radio, CheckBox SVG Updated, and Palette Danger Added, isFilled Added For Transparent BG
1079
- - MultiSelect Avatar DataId Changes
1080
-
1081
- # 1.0.0-alpha-80
1082
-
1083
- - data-dottedTitle added for Tooltip
1084
-
1085
- # 1.0.0-alpha-79
1086
-
1087
- - Tag danger, default color changed to dot_bg_hawkesBlue
1088
- - MultiSelectWithAvatar size prop passed for tags Parent
1089
-
1090
- # 1.0.0-alpha-78
1091
-
1092
- - isAbsolute,isAnimate,needAction,boxSize,className,innerClass prop added in DateTime
1093
- - needBorder prop added in CalendarView
1094
- - isAbsolutePositioningNeeded prop fixed in dropbox
1095
- - Timezone Day light savings offset calculation fix in Date Components
1096
- - isSearchClearOnClose props added for Select Based components
1097
- - Radio line-heignt fix
1098
-
1099
- # 1.0.0-alpha-77
1100
-
1101
- - TestCase Fix
1102
-
1103
- # 1.0.0-alpha-76
1104
-
1105
- - ResizeObserver Implementation
1106
-
1107
- # 1.0.0-alpha-75
1108
-
1109
- - Select children prop undefined issue fix
1110
-
1111
- # 1.0.0-alpha-74
1112
-
1113
- - SelectWithIcon Component Added
1114
- - getChildren,getFooter,getCustomEmptyState feature added in Select Component
1115
-
1116
- # 1.0.0-alpha-73
1117
-
1118
- - Appcontainer eleRef Supported
1119
- - Responsive TouchDevice Fix
1120
- - Stencils color Update
1121
-
1122
- # 1.0.0-alpha-72
1123
-
1124
- - BaseLine Added in Layout
1125
- - hide added in CssProvider
1126
-
1127
- # 1.0.0-alpha-71
1128
-
1129
- - disableTitle and needAvatarTitle Added For List Items
1130
- - Avatar Team Title Fix
1131
-
1132
- # 1.0.0-alpha-70
1133
-
1134
- - Leap Year Date Component Fix
1135
- - Card Shrink issue Fix
1136
-
1137
- # 1.0.0-alpha-69
1138
-
1139
- - Exporting RefElement component from PortalLayer component
1140
-
1141
- # 1.0.0-alpha-68
1142
-
1143
- - Tab Width Calculation fix, Dotted Fix
1144
- - SelectWithAvatar Fix
1145
- - Select Fix
1146
- - MultiSelect disableAction Fix
1147
- - Variable Update
1148
-
1149
- # 1.0.0-alpha-67
1150
-
1151
- - Adding TourId and isAbsolutePositioningNeeded key in DropBox
1152
- - Adding TourId in Box, Container, and Tab components
1153
-
1154
- # 1.0.0-alpha-66
1155
-
1156
- - Snap Update
1157
-
1158
- # 1.0.0-alpha-65
1159
-
1160
- - isDisabled, Readonly Unified in all Form Components
1161
- - Date Dropdown => Select List Border Fix
1162
- - Unified All Fields
1163
-
1164
- # 1.0.0-alpha-64
1165
-
1166
- - isDisabled Option added for List Item Based Atoms
1167
- - needBorder and disableAction Option added for MultiSelect
1168
- - Select BoxSize Added for DropBox
1169
-
1170
- # 1.0.0-alpha-62
1171
-
1172
- - Switch Title Issue Fixed
1173
-
1174
- # 1.0.0-alpha-61
1175
-
1176
- - Tab Click Issue Fixed
1177
-
1178
- # 1.0.0-alpha-60
1179
-
1180
- - Button Title Added
1181
- - Tab Disabled Added
1182
- - Tooltip Fix
1183
-
1184
- # 1.0.0-alpha-59
1185
-
1186
- - AppContainer Added
1187
-
1188
- # 1.0.0-alpha-58
1189
-
1190
- - Tag Line Height Issue Fixed
1191
- - Advanced MultiSelect Event Passed in Argument
1192
-
1193
- # 1.0.0-alpha-57
1194
-
1195
- - Base Font Version 3 Updated
1196
- - Advanced Group Multi-Select Added
1197
-
1198
- # 1.0.0-alpha-56
1199
-
1200
- - Accordion unMount Added
1201
- - Icon Package Updated
1202
- - Velocity Docs Added
1203
-
1204
- # 1.0.0-alpha-55
1205
-
1206
- - Tab Dot Color Convert
1207
-
1208
- # 1.0.0-alpha-54
1209
-
1210
- - GroupSelect Unlimited Scroll Fix
1211
- - Dropdown Header Css After 1px Fix
1212
-
1213
- # 1.0.0-alpha-53
1214
-
1215
- - CustomScroll Make Optional
1216
- - Reset Code Implemented in Portal
1217
- - Icon Line-Height Remove
1218
- - New Reports Icons Added
1219
-
1220
- # 1.0.0-alpha-52
1221
-
1222
- - Advance Multi-Select Added
1223
-
1224
- # 1.0.0-alpha-51
1225
-
1226
- - Docs Run Path Issue Fix
1227
-
1228
- # 1.0.0-alpha-50
1229
-
1230
- - VelocityAnimation Added
1231
-
1232
- # 1.0.0-alpha-49
1233
-
1234
- - Radio Test Cases Fixed
1235
-
1236
- # 1.0.0-alpha-48
1237
-
1238
- - TimeZone Added in DateTime and DateWidget
1239
- - Radio DataId Fix
1240
-
1241
- # 1.0.0-alpha-47
1242
-
1243
- - DateTime Component needDefaultTime Prop Fix
1244
- - Dot Variables Updated
1245
- - For All ListItem Based IsTick Prop Removed
1246
- - ResponsiveBox and ResponsiveContainer Removed
1247
- - MultiSelect Fragment Implemented
1248
-
1249
- # 1.0.0-alpha-46
1250
-
1251
- - ReadMe Files Removed
1252
- - Style Order Fixed
1253
-
1254
- # 1.0.0-alpha-45
1255
-
1256
- - Button RTL Issue Resolved
1257
- - Unwanted Files Removed
1258
- - Responsive Component Verified
1259
-
1260
- # 1.0.0-alpha-44
1261
-
1262
- - FontIcons and Variables Reverted.
1263
-
1264
- # 1.0.0-alpha-43
1265
-
1266
- - RTL Implemented.
1
+ # DOT Style Guide
2
+
3
+ In this Package, we Provide Some Basic Components to Build Web App
4
+
5
+ - Avatar
6
+ - AvatarTeam
7
+ - Accordion
8
+ - Animation
9
+ - Button
10
+ - Buttongroup
11
+ - Card
12
+ - CheckBox
13
+ - DateTime
14
+ - DropBox
15
+ - Icon
16
+ - Label
17
+ - Layout
18
+ - ListItem
19
+ - MultiSelect
20
+ - Popup
21
+ - Radio
22
+ - Responsive
23
+ - Ribbon
24
+ - Select
25
+ - GroupSelect
26
+ - Stencils
27
+ - Switch
28
+ - Tab
29
+ - Tag
30
+ - Textarea
31
+ - TextBox
32
+ - TextBoxIcon
33
+ - Tooltip
34
+
35
+ # 1.2.0
36
+
37
+ - **utils** and **hooks** packages added as dependency
38
+
39
+ - **mergeStyle** and **compileClassNames** - deprecated and used from `utils` package
40
+
41
+ # 1.1.1
42
+
43
+ - ComponentTheme file --zdt_ prefix missing changes
44
+
45
+ # 1.1.0
46
+
47
+ - Internal color-variable-preprocessor package implemented
48
+
49
+ # 1.0.0
50
+
51
+ - alpha release removed and version changed to normal flow
52
+
53
+ # 1.0.0-alpha-278
54
+
55
+ - **DateTime** - Date.Replace check added to avoid run time error
56
+
57
+ # 1.0.0-alpha-277
58
+
59
+ - **DropBox** - `focusScopeProps` will be served by `customProps` from now.
60
+
61
+ - **ListItem, ListItemWithAvatar, ListItemWithIcon, ListItemWithCheckBox, ListItemWithRadio** - default role `option` has been added to the list item container.
62
+
63
+ - **ListContainer** - A11y prop key => `data-a11y-inset-focus` set `true` as default for the ListContainer.
64
+
65
+ # 1.0.0-alpha-276
66
+
67
+ - **DateTime** - TimeZone null Case Handled
68
+
69
+ # 1.0.0-alpha-275
70
+
71
+ - **DateTime** - millisecond and second should work only when customDateFormat is given issue fixed. this fix related to *1.0.0-alpha-272*
72
+
73
+ # 1.0.0-alpha-274
74
+
75
+ - **AppContainer** - needTooltip prop added
76
+ - data-test-id attribute added for all element which having data-id attribute to separate customization and automation
77
+
78
+ # 1.0.0-alpha-273
79
+
80
+ - Variable Replacer Issue Resolved
81
+
82
+ # 1.0.0-alpha-272
83
+
84
+ - **DateTime** - customDateFormat prop supported
85
+
86
+ # 1.0.0-alpha-271
87
+
88
+ - **Tabs** - DropBox position RTL fix.
89
+
90
+ - `stopPropagation` method added in common utils.
91
+
92
+ - **DropBox**
93
+
94
+ cancelBubblingEffect fix.
95
+
96
+ `fadeIn` and `scaleIn` animations added.
97
+
98
+ # 1.0.0-alpha-270
99
+
100
+ - **Tabs** - DropBox position RTL fix
101
+
102
+ # 1.0.0-alpha-269
103
+
104
+ - **DateTime** - 24Hour Suggestion Issue Fixed
105
+
106
+ # 1.0.0-alpha-268
107
+
108
+ - Contrast default variables :root selector removed
109
+
110
+ # 1.0.0-alpha-267
111
+
112
+ - **DropBox** - Fixed Position issue fix.
113
+
114
+ - **Select** - Fixed Position prop support.
115
+
116
+ # 1.0.0-alpha-266
117
+
118
+ - **Button** - migrated to UCL and converted to functional component
119
+ - Contrast option implemented through preprocess. Category key value added for all color variables.
120
+ - BoxShadow Values Separated for Contrast
121
+
122
+ # 1.0.0-alpha-265
123
+
124
+ - **mergeStyle** - Logic Issue Fixed
125
+ - **Tab** - State Restricted Names Check added
126
+ - **cancelBubblingEffect** function added in utils/Common
127
+
128
+ # 1.0.0-alpha-264
129
+
130
+ - **DropBox** - customStyle renamed to customInlineStyle and migrarted to functional UCL component
131
+
132
+ # 1.0.0-alpha-263
133
+
134
+ - **ListItem, ListItemWithAvatar, ListItemWithCheckbox, ListItemWithIcon, ListItemWithRadio** - Line height changed 20px and Padding also changed.
135
+
136
+ # 1.0.0-alpha-262
137
+
138
+ - **ListItem, ListItemWithAvatar, ListItemWithCheckbox, ListItemWithIcon, ListItemWithRadio** - Added New Prop `needMultiLineText`
139
+
140
+ - **MultiSelect, MultiSelectWithAvatar** - `keepSelectedOptions` prop added. When this prop is true, it won't remove selected items from the dropdown instead it highlights each selected item with tick mark.
141
+
142
+ - **MultiSelectWithAvatar** - `customProps` support.
143
+
144
+ # 1.0.0-alpha-261
145
+
146
+ - **Tab,Tabs** - Removed offsection property from css.
147
+
148
+ - compileClassNames , mergeStyle utils added.
149
+
150
+ - index export object fixed.
151
+
152
+ # 1.0.0-alpha-260
153
+
154
+ - **TextBoxIcon** - OnClear Focus in TextBox issue Resolved.
155
+
156
+ - Suggestions - `listItemCustomProps` prop support given for all suggestion to control all listitems.
157
+
158
+ - `isTextSelected` - common method added in utils to know any text highlighted or not.
159
+
160
+ - **Popup** - Issue fix: While click on the document, popup won't close if any text highlighted in the product.
161
+
162
+ # 1.0.0-alpha-259
163
+
164
+ - **Avatar**
165
+
166
+ `needInnerBorder` and `needDefaultBorder` prop has been added.
167
+
168
+ `xxsmall` option added for size prop.
169
+
170
+ - **AvatarTeam** - `needInnerBorder`, `needBorder` and `needDefaultBorder` props has been added.
171
+
172
+ # 1.0.0-alpha-258
173
+
174
+ - **CheckBox** - dataSlector prop changed to `dataSelectorId`.
175
+
176
+ - `dataSelectorId` prop added for all components
177
+
178
+ # 1.0.0-alpha-257
179
+
180
+ - **Avatar** - Avatar initial render issue and image border issue solved
181
+
182
+ - **DateWidget** - `boxSize` and `onError` prop has been added.
183
+
184
+ # 1.0.0-alpha-256
185
+
186
+ - **Button** - Safari browser focus issue fix and `customProps` validation.
187
+
188
+ - **Switch** - Click handling issue fix.
189
+
190
+ - **Tabs, Tab** - Screen Reader fix.
191
+
192
+ # 1.0.0-alpha-255
193
+
194
+ - **CalenderView, DateTime** - Today and selected date issue fix.
195
+
196
+ - `Accesssility`- Screen Reader fix.
197
+
198
+ # 1.0.0-alpha-254
199
+
200
+ - **AppContainer** - accessibility theme css has been added.
201
+
202
+ - **Button** - `customProps` support.
203
+
204
+ - **DropBox** - Focus scope navigation support.
205
+
206
+ # 1.0.0-alpha-253
207
+
208
+ - **Tabs, Tooltip** - If condition check added to reduce murphy error logs.
209
+
210
+ - `Accesssility`- Screen Reader support for some components.
211
+
212
+ # 1.0.0-alpha-252
213
+
214
+ - **Select,GroupSelect,SelectWithAvatar,SelectWithIcon,MultiSelect,MultiSelectWithAvatar** - Initial Loader and Scroll End Loader added.
215
+
216
+ - **componentAppearanceVariableJson**
217
+
218
+ `zdt_datetime_today_bg` variable renamed as `zdt_datetime_selected_bg`
219
+
220
+ `zdt_datetime_today_border` variable added.
221
+
222
+ - **CalendarView** - `isToday` prop added to display today's date as a separate style.
223
+
224
+ - **DateTime.module.css** - `.today` class renamed as `.active` class.
225
+
226
+ # 1.0.0-alpha-251
227
+
228
+ - Heading component - font reset css fix
229
+
230
+ # 1.0.0-alpha-250
231
+
232
+ - Heading (accessibility) - new component added
233
+ - Avatar => component initial rendering optimization.
234
+
235
+ # 1.0.0-alpha-249
236
+
237
+ - color => secondary_border light mode color changes
238
+
239
+ # 1.0.0-alpha-248
240
+
241
+ - preventParentScroll props added for Box and Container
242
+
243
+ # 1.0.0-alpha-247
244
+
245
+ - Svg path changes
246
+
247
+ # 1.0.0-alpha-246
248
+
249
+ - :focus in css removed
250
+
251
+ # 1.0.0-alpha-245
252
+
253
+ - PureDark mode color lists added in docs
254
+
255
+ # 1.0.0-alpha-244
256
+
257
+ - AdvancedGroupMultiSelect , AdvancedMultiSelect => textbox flexible ui fix and duplicate css removed
258
+
259
+ # 1.0.0-alpha-243
260
+
261
+ - DateTime, DateWidget => Portal Id support for fixed position.
262
+ - YearView => Theme Variable support for month text.
263
+
264
+ # 1.0.0-alpha-242
265
+
266
+ - Tag -> defaultLink palette added
267
+
268
+ # 1.0.0-alpha-241
269
+
270
+ - Added unobserve element condition for Tooltip.
271
+
272
+ # 1.0.0-alpha-240
273
+
274
+ - DateWidget input selection color variable removed
275
+ - ResponsiveDropBox Implemented for all DropBox
276
+
277
+ # 1.0.0-alpha-239
278
+
279
+ - #999 instead of #a8b0bd color value in PureDark mode
280
+ - DateTime, DateWidget => DropBox Fixed position prop support.(positionsOffset , targetOffset ,isRestrictScroll added)
281
+
282
+ # 1.0.0-alpha-238
283
+
284
+ - Tooltip optimization - container client rect calc is cached and only calc when resized.
285
+ - Provider/Config => tooltipContainer key removed and getTooltipContainer key added
286
+ - PureDark mode implemented via preprocess
287
+
288
+ # 1.0.0-alpha-237
289
+
290
+ - ListItem Responsive Min Height Fixed
291
+ - CheckBox data-selector attribute added
292
+
293
+ # 1.0.0-alpha-236
294
+
295
+ - Input => autocomplete added in provider configuration
296
+
297
+ # 1.0.0-alpha-235
298
+
299
+ -Tooltip
300
+ => data-title-wrap prop added
301
+ => tooltip calculation based on root or window case added
302
+
303
+ # 1.0.0-alpha-234
304
+
305
+ - MultiSelect => SelectedId fix on component did update
306
+
307
+ # 1.0.0-alpha-233
308
+
309
+ - MultiSelect => On press tab key selecting option removed
310
+
311
+ # 1.0.0-alpha-232
312
+
313
+ - ListContainer => Mobile Responsive Implemented
314
+
315
+ # 1.0.0-alpha-231
316
+
317
+ - DropBox - Position Undefined Issue Solved
318
+
319
+ # 1.0.0-alpha-230
320
+
321
+ - Avatar, AdvancedGroupMultiSelect, AdvancedMultiSelect, MultiSelect, MultiSelectWithAvatar, GroupSelect, Select, SelectWithAvatar, SelectWithIcon, TextBoxIcon => Tooltip undefined case solved
322
+ - Select , MultiSelect => boxSize prop added
323
+
324
+ # 1.0.0-alpha-229
325
+
326
+ - MultiSelect, AdvancedMultiSelect => disabledOption Clear icon handled properly
327
+
328
+ # 1.0.0-alpha-228
329
+
330
+ - Button => danger, primary loader color issue solved
331
+
332
+ # 1.0.0-alpha-227
333
+
334
+ - isReadOnly and needEffect prop added in Tag Component for read-only case
335
+ - needEffect prop added for the below components: ( This props has been added for read-only case )
336
+ => Advanced Group Multi Select
337
+ => Advanced Multi Select
338
+ => Multi Select
339
+ => Multi Select With Avatar
340
+ => Select With Avatar
341
+ - isReadonly prop added for SelectedOption component
342
+ - Read-only class added for TextBoxIcon component
343
+ - Removed click action in tag multi select component for read-only case
344
+ - Changed the cursor default to not-allowed in Radio component for read-only case
345
+
346
+ # 1.0.0-alpha-226
347
+
348
+ - ListContainer Implemented in => ListItem,ListItemWithAvatar,ListItemWithIcon,ListItemWithRadio,ListItemWithCheckBox
349
+
350
+ # 1.0.0-alpha-225
351
+
352
+ - Appearance css moved to assets
353
+
354
+ # 1.0.0-alpha-224
355
+
356
+ - css color variable updation
357
+
358
+ # 1.0.0-alpha-223
359
+
360
+ - bg,shadow,text,border based variables removed and renamed.
361
+
362
+ # 1.0.0-alpha-222
363
+
364
+ - Tabs=> isResponsive condition handled properly
365
+ - Select, MultiSelect => on press tab, choose selected value then move focus to next focuable element flow implemented
366
+
367
+ # 1.0.0-alpha-221
368
+
369
+ - blueDefaultTheme & blueDarkTheme class name added in Blue CTATheme & ComponentTheme files
370
+
371
+ # 1.0.0-alpha-220
372
+
373
+ - Tooltip Delay Controlled to Improve Perf
374
+
375
+ # 1.0.0-alpha-219
376
+
377
+ - ContextOptimizer => ShallowEqal function issue solved
378
+
379
+ # 1.0.0-alpha-218
380
+
381
+ - Select => Custom props undefined issue solved
382
+
383
+ # 1.0.0-alpha-217
384
+
385
+ - TextBox, Multiselect, Tag missing dark palette variables moved under Themes folder file
386
+
387
+ # 1.0.0-alpha-216
388
+
389
+ - Select component -> customProps added -> TextBoxProps ,DropdownSearchTextBoxProps, listItemProps added
390
+ - Suggestions component -> customProps added -> listItemProps
391
+ - TextBox component -> customProps added
392
+ - TextBoxIcon component -> customProps added -> TextBoxProps
393
+
394
+ # 1.0.0-alpha-215
395
+
396
+ - Select Search Regex Changed to Lowercase
397
+
398
+ # 1.0.0-alpha-214
399
+
400
+ - Avatar, Label, Tag, Dropdown, ListItem, Multiselect missing dark palette variables moved under Themes folder files
401
+
402
+ # 1.0.0-alpha-213
403
+
404
+ - AnimationVariable File import removed
405
+
406
+ # 1.0.0-alpha-212
407
+
408
+ - Stencils => Converted to Pure Component
409
+
410
+ # 1.0.0-alpha-211
411
+
412
+ - Lato font reference changed from local to Zoho URL(web fonts)
413
+
414
+ # 1.0.0-alpha-210
415
+
416
+ - Published but some issues are there
417
+
418
+ # 1.0.0-alpha-209
419
+
420
+ - Config => isReducedMotion, direction added
421
+ - LibraryContext => added
422
+ - transition variable implemented in all css
423
+
424
+ # 1.0.0-alpha-208
425
+
426
+ - Select, AdvancedGroupMultiSelect, MultiSelect => search space issue solved
427
+ - Common => getSearchString fn added,
428
+ - Tabs => MoreButtonProps added in customProps
429
+ - Tab => customProps added
430
+
431
+ # 1.0.0-alpha-207
432
+
433
+ - Popup => PreventDefault On RemoveClose Removed
434
+ - Tabs => getCustomDropBoxHeaderPlaceHolder props added
435
+
436
+ # 1.0.0-alpha-206
437
+
438
+ - LableColor Css File Separated
439
+ - Select, TextBox,MultiSelect,AdvancedMultiSelect => on focusing input preventScroll disabled.
440
+ - ResizeComponent Added
441
+
442
+ # 1.0.0-alpha-205
443
+
444
+ - MultiSelect => lowBandwidth Force Apicall issue fixed
445
+
446
+ # 1.0.0-alpha-204
447
+
448
+ - CTA alpha color value changed
449
+
450
+ # 1.0.0-alpha-203
451
+
452
+ - Default mode CTA grey color value changed
453
+
454
+ # 1.0.0-alpha-202
455
+
456
+ - MultiSelect - scroll top issue fix
457
+
458
+ # 1.0.0-alpha-201
459
+
460
+ - AccordionItem - innerclass prop has been added.
461
+
462
+ # 1.0.0-alpha-200
463
+
464
+ - Responsive Sender Receiver Performance Improvement
465
+
466
+ # 1.0.0-alpha-199
467
+
468
+ - Font size variable fixed for missed place
469
+
470
+ # 1.0.0-alpha-198
471
+
472
+ - Date Component optimization
473
+
474
+ # 1.0.0-alpha-197
475
+
476
+ - Card => isPercentageScroll prop added, scrollFetchLimit config implemented
477
+ - Tabs => customProps Prop added
478
+
479
+ # 1.0.0-alpha-196
480
+
481
+ - AdvancedMultiSelect => SelectedOptionsLimti old and new comparsion based rerender update
482
+
483
+ # 1.0.0-alpha-195
484
+
485
+ - ZIndex Number Counter Issue solved
486
+
487
+ # 1.0.0-alpha-194
488
+
489
+ - Tab => css modified position correction and mousedown issue fixed
490
+ - fitContWidth,fitContHeight class added in common
491
+ - propType Declaration fixes
492
+
493
+ # 1.0.0-alpha-193
494
+
495
+ - VelocityAnimation => slideLeft animation added
496
+ - Tabs => containerClass prop added
497
+
498
+ # 1.0.0-alpha-192
499
+
500
+ - CTA gray based color changes
501
+
502
+ # 1.0.0-alpha-191
503
+
504
+ - CustomScroll Color Fixes
505
+
506
+ # 1.0.0-alpha-190
507
+
508
+ - DarkMode => input placeholder color changed
509
+
510
+ # 1.0.0-alpha-189
511
+
512
+ - DropBox => Calculation Based Performance improvement
513
+ - Popup => Popup WitthIn Popup Body Focus Issue Solved
514
+
515
+ # 1.0.0-alpha-188
516
+
517
+ - Popup => popup within popup open body click issue fixed
518
+
519
+ # 1.0.0-alpha-187
520
+
521
+ - Popup => popupGroup empty array check added
522
+
523
+ # 1.0.0-alpha-186
524
+
525
+ - MultiSelect - children render place changed
526
+
527
+ # 1.0.0-alpha-185
528
+
529
+ - DropBox => Toggle Position Issue Solved For Left Right Padding Calculation
530
+
531
+ # 1.0.0-alpha-184
532
+
533
+ - Palette-Based Folder Structure Changed.
534
+ - data-theme changed to data-mode
535
+ - data-palette changed to data-theme
536
+
537
+ # 1.0.0-alpha-183
538
+
539
+ - AppContainer => dataThemeAttr,dataTheme prop removed. instead customProps prop added
540
+ - Palette Based Color System Implemented
541
+
542
+ # 1.0.0-alpha-182
543
+
544
+ - DateComponent => Safari Browser Focus Selection Issue Fixed
545
+
546
+ # 1.0.0-alpha-181
547
+
548
+ - MultiSelect , AdvancedMultiSelect => selection reorder issue fixed
549
+ - Avatar, AvatarTeam, Checkbox, ListItem, Switch => customProps Added
550
+
551
+ # 1.0.0-alpha-180
552
+
553
+ - Tab => Rtl Fix
554
+ - Config => idCounter, ZindexCounter, IdPrefix Added, Intial Zindex Increased to 3
555
+
556
+ # 1.0.0-alpha-179
557
+
558
+ - DateWidget => 24 hours HH caps placeholder issue solved
559
+
560
+ # 1.0.0-alpha-178
561
+
562
+ - MultiSelect => getFooter prop added
563
+ - AdvancedMultiSelect => getFooter prop added
564
+
565
+ # 1.0.0-alpha-177
566
+
567
+ - DateWidget - PlaceHolder Lower Case Issue Solved
568
+ - Tab - Hook Callback Issue Fixed
569
+ - MultiSelect Empty Array Fix
570
+
571
+ # 1.0.0-alpha-176
572
+
573
+ - DateWidget - isHideCurrentYear,onBlur,onFocus prop added
574
+
575
+ # 1.0.0-alpha-175
576
+
577
+ - DateTime,DateWidget - is24Hour prop added
578
+ - DateTime => isDefaultPosition prop added
579
+ - Responsive Observer Performance Issue Fixed
580
+
581
+ # 1.0.0-alpha-174
582
+
583
+ - CheckBox - isClipped Prop added
584
+
585
+ # 1.0.0-alpha-173
586
+
587
+ - code-based issue fixed ( const to let)
588
+
589
+ # 1.0.0-alpha-172
590
+
591
+ - TextBoxIcon/TextBoxIcon.js
592
+ => onClearMouseDown prop support
593
+ - MultiSelect, MultiSelectWithAvatar,AdvancedMultiSelect => disabledOptions prop supported
594
+
595
+ # 1.0.0-alpha-171
596
+
597
+ - Dropbox => mobileWidth Configuration Hook given
598
+
599
+ # 1.0.0-alpha-170
600
+
601
+ - MultiSelectWithAvatar => isSearchClearOnSelect prop added
602
+ - DropBox => customStyle prop added
603
+ - DropDownHeading => tabIndex removed
604
+
605
+ # 1.0.0-alpha-169
606
+
607
+ - DateWidget => iconOnHover added and autoComplete disabled
608
+ - AdvancedGroupMultiSelect => autoComplete disabled
609
+ - AdvancedMultiSelect => autoComplete disabled
610
+ - MultiSelect => autoComplete disabled
611
+ - MultiSelectWithAvatar => isBoxPaddingNeed prop added
612
+ - GroupSelect => iconOnHover prop added and tab focus issue solved
613
+ - Select => iconOnHover prop added and tab focus issue solved
614
+ - SelectWithAvatar => autoComplete disabled
615
+ - SelectWithIcon => autoComplete disabled
616
+ - TextBox => isFocus prop added
617
+ - TextBoxIcon => isFocus,iconOnHover prop added
618
+
619
+ # 1.0.0-alpha-168
620
+
621
+ - DropBox Duplicate Portal removed
622
+
623
+ # 1.0.0-alpha-167
624
+
625
+ - DropBox - responsive ui fixes , isRestrictScroll,needAutoZindex prop added, needResponsive default value changed to true
626
+ - Popup - customOrder prop added
627
+ - ListItemWithAvatar => tick icon padding issue solved
628
+
629
+ # 1.0.0-alpha-166
630
+
631
+ - Tab => Border Calculation Issue Fixed
632
+ - Tooltip => Position Issue Fixed
633
+
634
+ # 1.0.0-alpha-165
635
+
636
+ - Select -> onFocus Prop Added
637
+ - Tab -> titlePosition prop added for tooltip
638
+
639
+ # 1.0.0-alpha-164
640
+
641
+ - Fixed Tab highlight issue.
642
+
643
+ # 1.0.0-alpha-163
644
+
645
+ - Fixed the bug to recalculate dimension if tab id changed
646
+
647
+ # 1.0.0-alpha-162
648
+
649
+ - Performance Changes added in Tab , Tooltip Components
650
+ - MultiSelect, MultiSelectWithAvatar => customChildrenClass prop Added and TextBox component replaced with TextBoxWithIcon component
651
+
652
+ # 1.0.0-alpha-161
653
+
654
+ - Proxima Font Removed and Lato Font Added
655
+
656
+ # 1.0.0-alpha-159
657
+
658
+ - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect default Prop changed as true
659
+ - Tooltip Box Layout Position Issue Fixed
660
+ - autoTabIndex prop removed in listitem component groups
661
+
662
+ # 1.0.0-alpha-158
663
+
664
+ - ListItem => dataId Fix
665
+ - MultiSelect => Bg color fix
666
+
667
+ # 1.0.0-alpha-157
668
+
669
+ - RippleEffect => needBorder prop added
670
+ - Select => Children Prop added
671
+ - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect prop added
672
+ - ListItem,ListItemWithIcon,ListItemWithAvatar => dataId added for tickIcon
673
+
674
+ # 1.0.0-alpha-156
675
+
676
+ - A11y Changes
677
+
678
+ # 1.0.0-alpha-156
679
+
680
+ - Dark Theme Changes
681
+
682
+ # 1.0.0-alpha-155
683
+
684
+ - Tooltip DarkMode Theme Css Added
685
+
686
+ # 1.0.0-alpha-154
687
+
688
+ - isDarkMode based props removed for all components
689
+ - AppContainer => Tooltip moved from Container Html
690
+
691
+ # 1.0.0-alpha-153
692
+
693
+ - ListItem => text-decoration fixed
694
+ - AdvancedGroupMultiSelect => isGroupMultiSelect prop removed
695
+ - AdvancedMultiSelect => isGroupMultiSelect removed, isBoxPaddingNeed added
696
+ - MultiSelectHeader => isGroupMultiSelect removed
697
+
698
+ # 1.0.0-alpha-152
699
+
700
+ - A11y Changes
701
+ - Theme Primary Colors Added
702
+
703
+ # 1.0.0-alpha-150
704
+
705
+ - Label => dark palette added
706
+ - TextBox => light variant added
707
+
708
+ # 1.0.0-alpha-149
709
+
710
+ - Avatar,AvatarTeam =>borderOnActive,borderOnHover prop added
711
+ - Tab - text decoration added
712
+ - Semantic Button Css fixed
713
+
714
+ # 1.0.0-alpha-148
715
+
716
+ - Tag => max-width 100% added
717
+ - Theme Changes in => DateTime,Tabs,AdvancedMultiSelect,RippleEffect
718
+
719
+ # 1.0.0-alpha-147
720
+
721
+ - currentScreenSize returned from Responsive Receiver
722
+ - sticky class added in common.module.css
723
+ - --zdt prefix added for theme variables
724
+
725
+ # 1.0.0-alpha-146
726
+
727
+ - ListItem => dataId fixes
728
+ - Tag => dataId issue Fixed
729
+ - DropBox => RTL fixes
730
+ - VelocityAnimation => RTL fixes
731
+
732
+ # 1.0.0-alpha-145
733
+
734
+ - TextBoxIcon Clear Icon Color Fix
735
+
736
+ # 1.0.0-alpha-144
737
+
738
+ - PortalLayer Moved to deprecated folder
739
+ - A11y Id Added For Select, MultiSelect Based Components
740
+ - Semantic Button Default Font and Padding Resetted.
741
+ - LisItem - dataId setted default
742
+
743
+ - DropDown
744
+ - DropDownHeading - Added customClass props
745
+ - DropDownItem - Added customClass props
746
+ - DropDownSearch - Added customClass
747
+ - DropDownSeparator - Added customClass props
748
+ - Radio - Added customClass
749
+ - ListItem
750
+ - ListItem - Removed customClass props and Added customClass object
751
+ - ListItemWithAvatar - Added customClass
752
+ - ListItemWithCheckBox - Added customClass
753
+ - ListItemWIthIcon - Added customClass
754
+ - ListItemWithRadio - Added customClass
755
+ - Ribbon - Added customClass props
756
+ - Stencils - Added customClass props
757
+ - Switch - Added customClass
758
+ - TextBoxIcon - Removed className props and Added customClass
759
+ - Textarea - Removed className props and Added customClass props
760
+ - Tooltip - No customClass. Just declared variables for Theme mode
761
+
762
+ # 1.0.0-alpha-143
763
+
764
+ - Issue fix in displaying Avatar Initial when 'name' prop has trailing space.
765
+
766
+ # 1.0.0-alpha-142
767
+
768
+ - Theme Based Changes(Variable changes no Impacts)
769
+
770
+ # 1.0.0-alpha-141
771
+
772
+ - Tab => keyboardprevent(ctrl,shift,alt) for link case
773
+ - Appcontainer => dataThemeAttr added
774
+ - ListItem => isDarkMode prop added
775
+
776
+ # 1.0.0-alpha-140
777
+
778
+ - DropBox -> PortalLayer changed to Modal
779
+
780
+ # 1.0.0-alpha-139
781
+
782
+ - DateTime => i18keys supported
783
+ - variable name changes
784
+
785
+ # 1.0.0-alpha-138
786
+
787
+ - - Avatar - Removed customTextClass and added customClass props
788
+ - - AvatarTeam - Removed customTextClass and added customClass
789
+ - - Button - Removed className and added customClass
790
+ - - Buttongroup - Added customClass props
791
+ - - Card, CardHeader, CardContent, CardFooter - Removed className and added customClass props in Card, CardHeader, CardContent, CardFooter
792
+ - - CheckBox - Added customClass
793
+ - - DropBox - Removed className and added customClass
794
+ - - Label - Added customClass props
795
+ - - Tag - Removed className and added customClass
796
+ - - TextBox - Removed className and added customClass props
797
+ - - AppContainer - dataTheme Prop added
798
+
799
+ # 1.0.0-alpha-137
800
+
801
+ - ally Fixes
802
+ - htmlId prop added in the select component
803
+ - AdvancedGroupMultiSelect => scroll fetch issue fix
804
+
805
+ # 1.0.0-alpha-136
806
+
807
+ - removed dataIdNoOptnsMsg from GroupSelect
808
+ - i18keys props renamed to i18nKeys
809
+ - clearTitle prop removed from MultiSelect, MultiSelectAvatar, AdvancedMultiSelect, AdvancedGroupMultiSelect
810
+ - Textare => default font fix
811
+ - CalenderView => dataId changed for invalidDate as invalidDate
812
+ - DatePicker limit changed to 1850 - 9999
813
+
814
+ # 1.0.0-alpha-135
815
+
816
+ - Avatar alternateSrc supported
817
+
818
+ # 1.0.0-alpha-134
819
+
820
+ - Reset Code Splitting
821
+
822
+ # 1.0.0-alpha-133
823
+
824
+ - AdvancedGroupMultiSelect => isPadding Prop added
825
+
826
+ # 1.0.0-alpha-132
827
+
828
+ - htmlId prop given in TextBox , Textboxwithicon, Textarea
829
+ - CssProvider Changes
830
+
831
+ # 1.0.0-alpha-131
832
+
833
+ - Removed isLicenseSuccess and i18n in Label
834
+ - name Prop changed to htmlFor in Label
835
+ - title prop added in DropDownHeading
836
+
837
+ # 1.0.0-alpha-130
838
+
839
+ - Added 'isLicenseSuccess' props in 'ListItemWithIcon' component
840
+
841
+ # 1.0.0-alpha-129
842
+
843
+ - DropBox className Fix
844
+
845
+ # 1.0.0-alpha-128
846
+
847
+ - DateComponent => isEditable added
848
+
849
+ # 1.0.0-alpha-127
850
+
851
+ - DateComponent => error through fix
852
+
853
+ # 1.0.0-alpha-126
854
+
855
+ - AllY implementation for the button, textbox
856
+ - Semantic button added
857
+
858
+ # 1.0.0-alpha-125
859
+
860
+ - fize => font_sizevariable replaced
861
+ - Tab => moreiconActiveClass
862
+
863
+ # 1.0.0-alpha-124
864
+
865
+ - size => fsize
866
+
867
+ # 1.0.0-alpha-123
868
+
869
+ - Appcontainer RemFontVariable added
870
+
871
+ # 1.0.0-alpha-122
872
+
873
+ - Tag default bg color Changed
874
+ - AvatarTeam background color removed
875
+
876
+ # 1.0.0-alpha-121
877
+
878
+ - Dropbox shadow changed
879
+
880
+ # 1.0.0-alpha-120
881
+
882
+ - Reponsive Render Fixes
883
+ - DropBoxBorder Removed
884
+
885
+ # 1.0.0-alpha-119
886
+
887
+ - DateTime component Fix
888
+
889
+ # 1.0.0-alpha-118
890
+
891
+ - CustomResponsive Added
892
+
893
+ # 1.0.0-alpha-117
894
+
895
+ - DateTime Placeholder Selection Fix For Firefox
896
+
897
+ # 1.0.0-alpha-116
898
+
899
+ - DateTime Component Issue Fix , Row Fix, YearView Fix
900
+ - DateTime => i18keys prop added
901
+ - TextBoxWithIcon => children prop Parent Changed to Box
902
+
903
+ # 1.0.0-alpha-115
904
+
905
+ - DropBox => isDarkMode added
906
+ - DropDownHeading => isDarkMode added
907
+ - ListItem => palette dark added
908
+ - ListItemWithAvatar => isDarkMode,avatarPalette added
909
+ - EmptyState => isDarkMode added
910
+ - MultiSelect => isDarkMode,palette added
911
+ - MultiSelectWithAvatar => isDarkMode,palette added
912
+ - SelectedOptions => isDarkMode added
913
+ - Suggestions => isDarkMode, palette added
914
+ - Stencils => dark palette added
915
+ - Tag => isDarkMode prop added
916
+
917
+ # 1.0.0-alpha-114
918
+
919
+ - Tab iconSize Prop Added
920
+
921
+ # 1.0.0-alpha-113
922
+
923
+ - DateTime => isPadding prop added
924
+ - common diabled opacity changed to 0.5
925
+ - MultiSelect => isBoxPaddingNeed needa prop added
926
+ - DropBox => isBoxPaddingNeed prop added
927
+ - RippleEffect => primaryDark palette added
928
+
929
+ # 1.0.0-alpha-112
930
+
931
+ - Card scroll issue fix
932
+
933
+ # 1.0.0-alpha-111
934
+
935
+ - AdvancedGroupMultiSelect => children,getFooter, customClass added , Loader Handled
936
+ - GroupSelect => children, getFooter added
937
+ - Svg package Added
938
+ - RippleEffect => before zindex removed
939
+ - Container , Box Performance Fix
940
+ - Card ReRender Fix
941
+
942
+ # 1.0.0-alpha-110
943
+
944
+ - MultiSelect DataId Fix
945
+ - ToolTip Fix
946
+ - RippleEffect Added
947
+
948
+ # 1.0.0-alpha-109
949
+
950
+ - MultiSelect Data-Id fix
951
+ - Peer Dependencies Added
952
+
953
+ # 1.0.0-alpha-108
954
+
955
+ - Disabling internal state support for Accordion.
956
+ - Adding 'equalityCheck' function support for AccordionItem.
957
+
958
+ # 1.0.0-alpha-107
959
+
960
+ - Adding onScroll support for TabContentWrapper component
961
+
962
+ # 1.0.0-alpha-106
963
+
964
+ - Package Update
965
+
966
+ # 1.0.0-alpha-105
967
+
968
+ - icon, variable version update
969
+ - radio,checkbox,switch accessiblity changes => data-checked removed
970
+ - semantic button added
971
+
972
+ # 1.0.0-alpha-104
973
+
974
+ - Dropbox => isBoxPaddingNeed,isPadding Added
975
+
976
+ # 1.0.0-alpha-103
977
+
978
+ - Tag Flat Removed
979
+
980
+ # 1.0.0-alpha-102
981
+
982
+ - ListItemWithAvatar => avatarPalette added
983
+ - AdvancedGroupMultiSelect => needBorder added
984
+ - AdvancedMultiSelect => needBorder added
985
+ - Suggestions => avatarPalette added
986
+ - SelectWithAvatar => onRemove,avatarPalette,tagSize,groupName added
987
+ - Tag => avatarPalette added
988
+
989
+ # 1.0.0-alpha-101
990
+
991
+ - PortalLayer Fix Zindex
992
+
993
+ # 1.0.0-alpha-100
994
+
995
+ - Listitem Data-selected attr added, tabIndex Fixed
996
+
997
+ # 1.0.0-alpha-99
998
+
999
+ - Tab Click Fixed
1000
+
1001
+ # 1.0.0-alpha-98
1002
+
1003
+ - Modal Zindex issue fixed
1004
+ - Tabs OnmouseDown Implement
1005
+
1006
+ # 1.0.0-alpha-97
1007
+
1008
+ - MultiSelect Issue Fix
1009
+
1010
+ # 1.0.0-alpha-96
1011
+
1012
+ - Tootltip Update
1013
+ - Avatar -> textPalette,customTextClass added - font-family light removed
1014
+ - AvatarTeam -> textPalette,customTextClass added
1015
+
1016
+ # 1.0.0-alpha-95
1017
+
1018
+ - Icon Package Update
1019
+
1020
+ # 1.0.0-alpha-94
1021
+
1022
+ - Tab Mapping Fix
1023
+
1024
+ # 1.0.0-alpha-93
1025
+
1026
+ - Tab Fixes
1027
+
1028
+ # 1.0.0-alpha-92
1029
+
1030
+ - Tab Custom Element Fix
1031
+ - Avatar xlarge size changes
1032
+
1033
+ # 1.0.0-alpha-91
1034
+
1035
+ - Tab Click Prevent Fix
1036
+
1037
+ # 1.0.0-alpha-90
1038
+
1039
+ - Switch,CheckBox,Radio => data-checked added
1040
+ - Tab Resize Issue Solved, setTitleForMoreOptions added for vertical, a11y tags added , gamma and zeta palatte removed
1041
+ - ListItem TaBIndex Added
1042
+
1043
+ # 1.0.0-alpha-89
1044
+
1045
+ - Tooltip Change
1046
+ - Icon Version Update
1047
+ - For MultiSelect Based Components clearTitle prop Added
1048
+ - tooltip added in Tag Component
1049
+
1050
+ # 1.0.0-alpha-88
1051
+
1052
+ - Datewidget/Datetime tested and docs update with @zohodesk/datetimejs package
1053
+
1054
+ # 1.0.0-alpha-87
1055
+
1056
+ - Date Component TimeZone Fix
1057
+ - Unwanted Functions Removed from utils/Common
1058
+
1059
+ # 1.0.0-alpha-86
1060
+
1061
+ - Tooltip UI Updated
1062
+ - DropDownFooter,DropDownHeader,DropDownMenu,SimpleDropdown Deleted
1063
+ - DropDownHeading => children and customClass Added
1064
+ - AdvancedGroupMultiSelect -> search fix
1065
+ - MultiSelect -> search clear fix
1066
+ - GroupSelect -> Keydown Fix
1067
+
1068
+ # 1.0.0-alpha-85
1069
+
1070
+ - Datetime/DateWidget Component changes from @zohodesk/datetimejs package
1071
+
1072
+ # 1.0.0-alpha-84
1073
+
1074
+ - ListItemWiithIcon Data-Id Fix
1075
+
1076
+ # 1.0.0-alpha-83
1077
+
1078
+ - CheckBox Prop Fix Update activeStyle added
1079
+
1080
+ # 1.0.0-alpha-82
1081
+
1082
+ - DateTime, DateWidget Changes => date return object Fix
1083
+ - autoFocus prop added in Textarea component
1084
+
1085
+ # 1.0.0-alpha-81
1086
+
1087
+ - variant - secondary type removed in a Label component
1088
+ - customClass Added For Label component
1089
+ - Radio, CheckBox SVG Updated, and Palette Danger Added, isFilled Added For Transparent BG
1090
+ - MultiSelect Avatar DataId Changes
1091
+
1092
+ # 1.0.0-alpha-80
1093
+
1094
+ - data-dottedTitle added for Tooltip
1095
+
1096
+ # 1.0.0-alpha-79
1097
+
1098
+ - Tag danger, default color changed to dot_bg_hawkesBlue
1099
+ - MultiSelectWithAvatar size prop passed for tags Parent
1100
+
1101
+ # 1.0.0-alpha-78
1102
+
1103
+ - isAbsolute,isAnimate,needAction,boxSize,className,innerClass prop added in DateTime
1104
+ - needBorder prop added in CalendarView
1105
+ - isAbsolutePositioningNeeded prop fixed in dropbox
1106
+ - Timezone Day light savings offset calculation fix in Date Components
1107
+ - isSearchClearOnClose props added for Select Based components
1108
+ - Radio line-heignt fix
1109
+
1110
+ # 1.0.0-alpha-77
1111
+
1112
+ - TestCase Fix
1113
+
1114
+ # 1.0.0-alpha-76
1115
+
1116
+ - ResizeObserver Implementation
1117
+
1118
+ # 1.0.0-alpha-75
1119
+
1120
+ - Select children prop undefined issue fix
1121
+
1122
+ # 1.0.0-alpha-74
1123
+
1124
+ - SelectWithIcon Component Added
1125
+ - getChildren,getFooter,getCustomEmptyState feature added in Select Component
1126
+
1127
+ # 1.0.0-alpha-73
1128
+
1129
+ - Appcontainer eleRef Supported
1130
+ - Responsive TouchDevice Fix
1131
+ - Stencils color Update
1132
+
1133
+ # 1.0.0-alpha-72
1134
+
1135
+ - BaseLine Added in Layout
1136
+ - hide added in CssProvider
1137
+
1138
+ # 1.0.0-alpha-71
1139
+
1140
+ - disableTitle and needAvatarTitle Added For List Items
1141
+ - Avatar Team Title Fix
1142
+
1143
+ # 1.0.0-alpha-70
1144
+
1145
+ - Leap Year Date Component Fix
1146
+ - Card Shrink issue Fix
1147
+
1148
+ # 1.0.0-alpha-69
1149
+
1150
+ - Exporting RefElement component from PortalLayer component
1151
+
1152
+ # 1.0.0-alpha-68
1153
+
1154
+ - Tab Width Calculation fix, Dotted Fix
1155
+ - SelectWithAvatar Fix
1156
+ - Select Fix
1157
+ - MultiSelect disableAction Fix
1158
+ - Variable Update
1159
+
1160
+ # 1.0.0-alpha-67
1161
+
1162
+ - Adding TourId and isAbsolutePositioningNeeded key in DropBox
1163
+ - Adding TourId in Box, Container, and Tab components
1164
+
1165
+ # 1.0.0-alpha-66
1166
+
1167
+ - Snap Update
1168
+
1169
+ # 1.0.0-alpha-65
1170
+
1171
+ - isDisabled, Readonly Unified in all Form Components
1172
+ - Date Dropdown => Select List Border Fix
1173
+ - Unified All Fields
1174
+
1175
+ # 1.0.0-alpha-64
1176
+
1177
+ - isDisabled Option added for List Item Based Atoms
1178
+ - needBorder and disableAction Option added for MultiSelect
1179
+ - Select BoxSize Added for DropBox
1180
+
1181
+ # 1.0.0-alpha-62
1182
+
1183
+ - Switch Title Issue Fixed
1184
+
1185
+ # 1.0.0-alpha-61
1186
+
1187
+ - Tab Click Issue Fixed
1188
+
1189
+ # 1.0.0-alpha-60
1190
+
1191
+ - Button Title Added
1192
+ - Tab Disabled Added
1193
+ - Tooltip Fix
1194
+
1195
+ # 1.0.0-alpha-59
1196
+
1197
+ - AppContainer Added
1198
+
1199
+ # 1.0.0-alpha-58
1200
+
1201
+ - Tag Line Height Issue Fixed
1202
+ - Advanced MultiSelect Event Passed in Argument
1203
+
1204
+ # 1.0.0-alpha-57
1205
+
1206
+ - Base Font Version 3 Updated
1207
+ - Advanced Group Multi-Select Added
1208
+
1209
+ # 1.0.0-alpha-56
1210
+
1211
+ - Accordion unMount Added
1212
+ - Icon Package Updated
1213
+ - Velocity Docs Added
1214
+
1215
+ # 1.0.0-alpha-55
1216
+
1217
+ - Tab Dot Color Convert
1218
+
1219
+ # 1.0.0-alpha-54
1220
+
1221
+ - GroupSelect Unlimited Scroll Fix
1222
+ - Dropdown Header Css After 1px Fix
1223
+
1224
+ # 1.0.0-alpha-53
1225
+
1226
+ - CustomScroll Make Optional
1227
+ - Reset Code Implemented in Portal
1228
+ - Icon Line-Height Remove
1229
+ - New Reports Icons Added
1230
+
1231
+ # 1.0.0-alpha-52
1232
+
1233
+ - Advance Multi-Select Added
1234
+
1235
+ # 1.0.0-alpha-51
1236
+
1237
+ - Docs Run Path Issue Fix
1238
+
1239
+ # 1.0.0-alpha-50
1240
+
1241
+ - VelocityAnimation Added
1242
+
1243
+ # 1.0.0-alpha-49
1244
+
1245
+ - Radio Test Cases Fixed
1246
+
1247
+ # 1.0.0-alpha-48
1248
+
1249
+ - TimeZone Added in DateTime and DateWidget
1250
+ - Radio DataId Fix
1251
+
1252
+ # 1.0.0-alpha-47
1253
+
1254
+ - DateTime Component needDefaultTime Prop Fix
1255
+ - Dot Variables Updated
1256
+ - For All ListItem Based IsTick Prop Removed
1257
+ - ResponsiveBox and ResponsiveContainer Removed
1258
+ - MultiSelect Fragment Implemented
1259
+
1260
+ # 1.0.0-alpha-46
1261
+
1262
+ - ReadMe Files Removed
1263
+ - Style Order Fixed
1264
+
1265
+ # 1.0.0-alpha-45
1266
+
1267
+ - Button RTL Issue Resolved
1268
+ - Unwanted Files Removed
1269
+ - Responsive Component Verified
1270
+
1271
+ # 1.0.0-alpha-44
1272
+
1273
+ - FontIcons and Variables Reverted.
1274
+
1275
+ # 1.0.0-alpha-43
1276
+
1277
+ - RTL Implemented.