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

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