@zohodesk/components 1.0.0-temp-166 → 1.0.0-temp-168

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