@zohodesk/components 1.0.0 → 1.1.1

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