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