@zohodesk/components 1.0.0-temp-168 → 1.0.0-temp-170

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