@zohodesk/components 1.0.0-temp-166 → 1.0.0

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