@zohodesk/components 1.0.0-temp-176 → 1.0.0-temp-178

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