@zohodesk/components 1.0.0-temp-162 → 1.0.0-temp-164

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