@zohodesk/components 1.0.0-temp-165 → 1.0.0-temp-167

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