@zohodesk/components 1.0.0-temp-52 → 1.0.0-temp-55

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 (381) hide show
  1. package/README.md +994 -989
  2. package/{es → assets}/Appearance/dark/mode/darkMode.module.css +5 -3
  3. package/assets/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +34 -0
  4. package/assets/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +42 -0
  5. package/assets/Appearance/dark/themes/green/greenDarkCTATheme.module.css +34 -0
  6. package/assets/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +42 -0
  7. package/assets/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css +34 -0
  8. package/assets/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +42 -0
  9. package/assets/Appearance/dark/themes/red/redDarkCTATheme.module.css +34 -0
  10. package/assets/Appearance/dark/themes/red/redDarkComponentTheme.module.css +42 -0
  11. package/assets/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css +34 -0
  12. package/assets/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +42 -0
  13. package/{es → assets}/Appearance/default/mode/defaultMode.module.css +4 -2
  14. package/{es → assets}/Appearance/default/themes/blue/blueDefaultCTATheme.module.css +0 -0
  15. package/{es → assets}/Appearance/default/themes/blue/blueDefaultComponentTheme.module.css +7 -7
  16. package/{es → assets}/Appearance/default/themes/green/greenDefaultCTATheme.module.css +2 -2
  17. package/{es → assets}/Appearance/default/themes/green/greenDefaultComponentTheme.module.css +4 -4
  18. package/{es → assets}/Appearance/default/themes/orange/orangeDefaultCTATheme.module.css +0 -0
  19. package/{es → assets}/Appearance/default/themes/orange/orangeDefaultComponentTheme.module.css +3 -3
  20. package/{es → assets}/Appearance/default/themes/red/redDefaultCTATheme.module.css +7 -7
  21. package/{es → assets}/Appearance/default/themes/red/redDefaultComponentTheme.module.css +3 -3
  22. package/{es → assets}/Appearance/default/themes/yellow/yellowDefaultCTATheme.module.css +0 -0
  23. package/{es → assets}/Appearance/default/themes/yellow/yellowDefaultComponentTheme.module.css +3 -3
  24. package/assets/Appearance/pureDark/mode/pureDarkMode.module.css +358 -0
  25. package/assets/Appearance/pureDark/themes/blue/bluePureDarkCTATheme.module.css +34 -0
  26. package/assets/Appearance/pureDark/themes/blue/bluePureDarkComponentTheme.module.css +42 -0
  27. package/{es/Appearance/dark/themes/green/greenDarkCTATheme.module.css → assets/Appearance/pureDark/themes/green/greenPureDarkCTATheme.module.css} +11 -11
  28. package/assets/Appearance/pureDark/themes/green/greenPureDarkComponentTheme.module.css +42 -0
  29. package/{es/Appearance/dark/themes/orange/orangeDarkCTATheme.module.css → assets/Appearance/pureDark/themes/orange/orangePureDarkCTATheme.module.css} +11 -11
  30. package/assets/Appearance/pureDark/themes/orange/orangePureDarkComponentTheme.module.css +42 -0
  31. package/{es/Appearance/dark/themes/red/redDarkCTATheme.module.css → assets/Appearance/pureDark/themes/red/redPureDarkCTATheme.module.css} +11 -11
  32. package/assets/Appearance/pureDark/themes/red/redPureDarkComponentTheme.module.css +42 -0
  33. package/{es/Appearance/dark/themes/yellow/yellowDarkCTATheme.module.css → assets/Appearance/pureDark/themes/yellow/yellowPureDarkCTATheme.module.css} +11 -11
  34. package/assets/Appearance/pureDark/themes/yellow/yellowPureDarkComponentTheme.module.css +42 -0
  35. package/es/AppContainer/AppContainer.module.css +18 -18
  36. package/es/Avatar/Avatar.js +9 -9
  37. package/es/Avatar/Avatar.module.css +117 -115
  38. package/es/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -288
  39. package/es/AvatarTeam/AvatarTeam.js +7 -7
  40. package/es/AvatarTeam/AvatarTeam.module.css +161 -147
  41. package/es/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -226
  42. package/es/Button/Button.js +4 -4
  43. package/es/Button/Button.module.css +521 -448
  44. package/es/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -191
  45. package/es/Buttongroup/Buttongroup.js +1 -1
  46. package/es/Buttongroup/Buttongroup.module.css +89 -60
  47. package/es/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -146
  48. package/es/Card/Card.js +4 -4
  49. package/es/Card/Card.module.css +20 -20
  50. package/es/CheckBox/CheckBox.js +0 -0
  51. package/es/CheckBox/CheckBox.module.css +153 -147
  52. package/es/DateTime/CalendarView.js +0 -0
  53. package/es/DateTime/DateTime.js +0 -0
  54. package/es/DateTime/DateTime.module.css +187 -160
  55. package/es/DateTime/DateWidget.js +0 -0
  56. package/es/DateTime/DateWidget.module.css +42 -38
  57. package/es/DateTime/YearView.js +0 -0
  58. package/es/DateTime/YearView.module.css +80 -70
  59. package/es/DateTime/common.js +0 -0
  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 +1 -1
  65. package/es/DropBox/DropBox.module.css +406 -370
  66. package/es/DropBox/DropBoxPositionMapping.json +144 -144
  67. package/es/DropDown/DropDown.js +0 -0
  68. package/es/DropDown/DropDown.module.css +5 -5
  69. package/es/DropDown/DropDownHeading.js +0 -0
  70. package/es/DropDown/DropDownHeading.module.css +53 -49
  71. package/es/DropDown/DropDownItem.js +0 -0
  72. package/es/DropDown/DropDownItem.module.css +94 -68
  73. package/es/DropDown/DropDownSearch.js +0 -0
  74. package/es/DropDown/DropDownSearch.module.css +14 -14
  75. package/es/DropDown/DropDownSeparator.js +0 -0
  76. package/es/DropDown/DropDownSeparator.module.css +7 -7
  77. package/es/Label/Label.js +2 -2
  78. package/es/Label/Label.module.css +52 -52
  79. package/es/Label/LabelColors.module.css +20 -20
  80. package/es/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -101
  81. package/es/Layout/Box.js +0 -0
  82. package/es/Layout/Container.js +0 -0
  83. package/es/Layout/Layout.module.css +324 -324
  84. package/es/Layout/utils.js +0 -0
  85. package/es/LightNightMode/Colors.json +397 -397
  86. package/es/ListItem/ListItem.js +0 -0
  87. package/es/ListItem/ListItem.module.css +199 -168
  88. package/es/MultiSelect/AdvancedGroupMultiSelect.js +5 -5
  89. package/es/MultiSelect/AdvancedMultiSelect.module.css +127 -113
  90. package/es/MultiSelect/MultiSelect.js +13 -9
  91. package/es/MultiSelect/MultiSelect.module.css +193 -176
  92. package/es/MultiSelect/MultiSelectWithAvatar.js +0 -0
  93. package/es/MultiSelect/SelectedOptions.module.css +15 -9
  94. package/es/MultiSelect/__tests__/MultiSelect.spec.js +0 -0
  95. package/es/PopOver/PopOver.module.css +8 -8
  96. package/es/Popup/Popup.js +0 -0
  97. package/es/Popup/PositionMapping.json +73 -73
  98. package/es/Provider.js +72 -35
  99. package/es/Radio/Radio.js +0 -0
  100. package/es/Radio/Radio.module.css +110 -104
  101. package/es/Responsive/CustomResponsive.js +0 -0
  102. package/es/Responsive/sizeObservers.js +8 -1
  103. package/es/Ribbon/Ribbon.js +0 -0
  104. package/es/Ribbon/Ribbon.module.css +376 -311
  105. package/es/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -163
  106. package/es/RippleEffect/RippleEffect.module.css +70 -99
  107. package/es/Select/GroupSelect.js +0 -0
  108. package/es/Select/Select.js +0 -0
  109. package/es/Select/Select.module.css +100 -90
  110. package/es/Select/SelectWithAvatar.js +0 -0
  111. package/es/Select/SelectWithIcon.js +0 -0
  112. package/es/Select/__tests__/Select.spec.js +0 -0
  113. package/es/Stencils/Stencils.js +0 -0
  114. package/es/Stencils/Stencils.module.css +96 -78
  115. package/es/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -49
  116. package/es/Switch/Switch.js +0 -0
  117. package/es/Switch/Switch.module.css +109 -110
  118. package/es/Tab/Tab.module.css +101 -92
  119. package/es/Tab/TabContent.module.css +4 -4
  120. package/es/Tab/Tabs.js +17 -17
  121. package/es/Tab/Tabs.module.css +140 -107
  122. package/es/Tag/Tag.js +8 -8
  123. package/es/Tag/Tag.module.css +250 -228
  124. package/es/TextBox/TextBox.js +0 -0
  125. package/es/TextBox/TextBox.module.css +157 -161
  126. package/es/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -127
  127. package/es/TextBoxIcon/TextBoxIcon.js +0 -0
  128. package/es/TextBoxIcon/TextBoxIcon.module.css +78 -71
  129. package/es/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -334
  130. package/es/Textarea/Textarea.js +0 -0
  131. package/es/Textarea/Textarea.module.css +139 -140
  132. package/es/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -97
  133. package/es/Tooltip/Tooltip.module.css +104 -103
  134. package/es/beta/FocusRing/FocusRing.module.css +151 -126
  135. package/es/common/animation.module.css +624 -426
  136. package/es/common/avatarsizes.module.css +44 -44
  137. package/es/common/basic.module.css +33 -33
  138. package/es/common/basicReset.module.css +40 -50
  139. package/es/common/common.module.css +502 -458
  140. package/es/common/customscroll.module.css +89 -93
  141. package/es/common/docStyle.module.css +766 -715
  142. package/es/common/reset.module.css +12 -12
  143. package/es/common/transition.module.css +146 -106
  144. package/es/semantic/Button/semanticButton.module.css +9 -9
  145. package/es/utils/Common.js +0 -0
  146. package/es/utils/dropDownUtils.js +0 -0
  147. package/lib/Accordion/Accordion.js +146 -0
  148. package/lib/Accordion/AccordionItem.js +124 -0
  149. package/lib/Accordion/__tests__/Accordion.spec.js +85 -0
  150. package/lib/Accordion/index.js +23 -0
  151. package/lib/Animation/Animation.js +206 -0
  152. package/lib/Animation/__tests__/Animation.spec.js +23 -0
  153. package/lib/AppContainer/AppContainer.js +205 -0
  154. package/lib/AppContainer/AppContainer.module.css +18 -0
  155. package/lib/Avatar/Avatar.js +280 -0
  156. package/lib/Avatar/Avatar.module.css +117 -0
  157. package/lib/Avatar/__tests__/Avatar.spec.js +208 -0
  158. package/lib/Avatar/__tests__/__snapshots__/Avatar.spec.js.snap +288 -0
  159. package/lib/AvatarTeam/AvatarTeam.js +157 -0
  160. package/lib/AvatarTeam/AvatarTeam.module.css +161 -0
  161. package/lib/AvatarTeam/__tests__/AvatarTeam.spec.js +92 -0
  162. package/lib/AvatarTeam/__tests__/__snapshots__/AvatarTeam.spec.js.snap +226 -0
  163. package/lib/Button/Button.js +158 -0
  164. package/lib/Button/Button.module.css +522 -0
  165. package/lib/Button/__tests__/Button.spec.js +233 -0
  166. package/lib/Button/__tests__/__snapshots__/Button.spec.js.snap +191 -0
  167. package/lib/Buttongroup/Buttongroup.js +101 -0
  168. package/lib/Buttongroup/Buttongroup.module.css +89 -0
  169. package/lib/Buttongroup/__test__/Buttongroup.spec.js +86 -0
  170. package/lib/Buttongroup/__test__/__snapshots__/Buttongroup.spec.js.snap +146 -0
  171. package/lib/Card/Card.js +409 -0
  172. package/lib/Card/Card.module.css +20 -0
  173. package/lib/Card/__tests__/Card.spec.js +56 -0
  174. package/lib/Card/index.js +37 -0
  175. package/lib/CheckBox/CheckBox.js +265 -0
  176. package/lib/CheckBox/CheckBox.module.css +153 -0
  177. package/lib/CheckBox/__tests__/CheckBox.spec.js +18 -0
  178. package/lib/DateTime/CalendarView.js +285 -0
  179. package/lib/DateTime/DateTime.js +889 -0
  180. package/lib/DateTime/DateTime.module.css +188 -0
  181. package/lib/DateTime/DateTimePopupFooter.js +90 -0
  182. package/lib/DateTime/DateTimePopupHeader.js +149 -0
  183. package/lib/DateTime/DateWidget.js +1189 -0
  184. package/lib/DateTime/DateWidget.module.css +42 -0
  185. package/lib/DateTime/DaysRow.js +76 -0
  186. package/lib/DateTime/Time.js +248 -0
  187. package/lib/DateTime/YearView.js +324 -0
  188. package/lib/DateTime/YearView.module.css +80 -0
  189. package/lib/DateTime/__tests__/CalendarView.spec.js +45 -0
  190. package/lib/DateTime/__tests__/DateTime.spec.js +127 -0
  191. package/lib/DateTime/__tests__/DateWidget.spec.js +81 -0
  192. package/lib/DateTime/common.js +36 -0
  193. package/lib/DateTime/constants.js +77 -0
  194. package/lib/DateTime/dateFormatUtils/dateFormat.js +613 -0
  195. package/lib/DateTime/dateFormatUtils/dayChange.js +81 -0
  196. package/lib/DateTime/dateFormatUtils/index.js +274 -0
  197. package/lib/DateTime/dateFormatUtils/monthChange.js +94 -0
  198. package/lib/DateTime/dateFormatUtils/timeChange.js +240 -0
  199. package/lib/DateTime/dateFormatUtils/yearChange.js +119 -0
  200. package/lib/DateTime/index.js +15 -0
  201. package/lib/DateTime/objectUtils.js +76 -0
  202. package/lib/DateTime/typeChecker.js +26 -0
  203. package/lib/DateTime/validator.js +353 -0
  204. package/lib/DropBox/DropBox.js +393 -0
  205. package/lib/DropBox/DropBox.module.css +406 -0
  206. package/lib/DropBox/DropBoxPositionMapping.json +145 -0
  207. package/lib/DropBox/__tests__/DropBox.spec.js +87 -0
  208. package/lib/DropDown/DropDown.js +203 -0
  209. package/lib/DropDown/DropDown.module.css +5 -0
  210. package/lib/DropDown/DropDownHeading.js +102 -0
  211. package/lib/DropDown/DropDownHeading.module.css +53 -0
  212. package/lib/DropDown/DropDownItem.js +139 -0
  213. package/lib/DropDown/DropDownItem.module.css +94 -0
  214. package/lib/DropDown/DropDownSearch.js +132 -0
  215. package/lib/DropDown/DropDownSearch.module.css +14 -0
  216. package/lib/DropDown/DropDownSeparator.js +66 -0
  217. package/lib/DropDown/DropDownSeparator.module.css +7 -0
  218. package/lib/DropDown/__tests__/DropDown.spec.js +50 -0
  219. package/lib/DropDown/__tests__/DropDownItem.spec.js +51 -0
  220. package/lib/DropDown/__tests__/DropDownSearch.spec.js +17 -0
  221. package/lib/Label/Label.js +109 -0
  222. package/lib/Label/Label.module.css +52 -0
  223. package/lib/Label/LabelColors.module.css +21 -0
  224. package/lib/Label/__tests__/Label.spec.js +137 -0
  225. package/lib/Label/__tests__/__snapshots__/Label.spec.js.snap +101 -0
  226. package/lib/Layout/Box.js +138 -0
  227. package/lib/Layout/Container.js +152 -0
  228. package/lib/Layout/Layout.module.css +324 -0
  229. package/lib/Layout/__tests__/Box.spec.js +121 -0
  230. package/lib/Layout/__tests__/Container.spec.js +127 -0
  231. package/lib/Layout/index.js +34 -0
  232. package/lib/Layout/utils.js +55 -0
  233. package/lib/LightNightMode/Colors.json +398 -0
  234. package/lib/ListItem/ListContainer.js +127 -0
  235. package/lib/ListItem/ListItem.js +227 -0
  236. package/lib/ListItem/ListItem.module.css +199 -0
  237. package/lib/ListItem/ListItemWithAvatar.js +237 -0
  238. package/lib/ListItem/ListItemWithCheckBox.js +205 -0
  239. package/lib/ListItem/ListItemWithIcon.js +229 -0
  240. package/lib/ListItem/ListItemWithRadio.js +208 -0
  241. package/lib/Modal/Modal.js +218 -0
  242. package/lib/Modal/__docs__/Modal__default.docs.js +88 -0
  243. package/lib/MultiSelect/AdvancedGroupMultiSelect.js +1218 -0
  244. package/lib/MultiSelect/AdvancedMultiSelect.js +696 -0
  245. package/lib/MultiSelect/AdvancedMultiSelect.module.css +127 -0
  246. package/lib/MultiSelect/EmptyState.js +132 -0
  247. package/lib/MultiSelect/MultiSelect.js +1238 -0
  248. package/lib/MultiSelect/MultiSelect.module.css +193 -0
  249. package/lib/MultiSelect/MultiSelectHeader.js +86 -0
  250. package/lib/MultiSelect/MultiSelectWithAvatar.js +410 -0
  251. package/lib/MultiSelect/SelectedOptions.js +140 -0
  252. package/lib/MultiSelect/SelectedOptions.module.css +15 -0
  253. package/lib/MultiSelect/Suggestions.js +219 -0
  254. package/lib/MultiSelect/__tests__/MultiSelect.spec.js +170 -0
  255. package/lib/PopOver/PopOver.js +365 -0
  256. package/lib/PopOver/PopOver.module.css +8 -0
  257. package/lib/PopOver/__tests__/PopOver.spec.js +20 -0
  258. package/lib/Popup/Popup.js +719 -0
  259. package/lib/Popup/PositionMapping.json +74 -0
  260. package/lib/Popup/__tests__/Popup.spec.js +192 -0
  261. package/lib/Popup/viewPort.js +368 -0
  262. package/lib/Provider/AvatarSize.js +23 -0
  263. package/lib/Provider/Config.js +25 -0
  264. package/lib/Provider/CssProvider.js +27 -0
  265. package/lib/Provider/IdProvider.js +82 -0
  266. package/lib/Provider/LibraryContext.js +76 -0
  267. package/lib/Provider/LibraryContextInit.js +15 -0
  268. package/lib/Provider/NumberGenerator/NumberGenerator.js +174 -0
  269. package/lib/Provider/ZindexProvider.js +69 -0
  270. package/lib/Provider.js +292 -0
  271. package/lib/Radio/Radio.js +214 -0
  272. package/lib/Radio/Radio.module.css +110 -0
  273. package/lib/Radio/__tests__/Radiospec.js +29 -0
  274. package/lib/Responsive/CustomResponsive.js +246 -0
  275. package/lib/Responsive/RefWrapper.js +55 -0
  276. package/lib/Responsive/ResizeComponent.js +268 -0
  277. package/lib/Responsive/ResizeObserver.js +168 -0
  278. package/lib/Responsive/Responsive.js +281 -0
  279. package/lib/Responsive/index.js +30 -0
  280. package/lib/Responsive/sizeObservers.js +214 -0
  281. package/lib/Responsive/utils/index.js +70 -0
  282. package/lib/Responsive/utils/shallowCompare.js +38 -0
  283. package/lib/Responsive/windowResizeObserver.js +63 -0
  284. package/lib/Ribbon/Ribbon.js +115 -0
  285. package/lib/Ribbon/Ribbon.module.css +377 -0
  286. package/lib/Ribbon/__tests__/Ribbon.spec.js +193 -0
  287. package/lib/Ribbon/__tests__/__snapshots__/Ribbon.spec.js.snap +163 -0
  288. package/lib/RippleEffect/RippleEffect.js +61 -0
  289. package/lib/RippleEffect/RippleEffect.module.css +70 -0
  290. package/lib/Select/GroupSelect.js +944 -0
  291. package/lib/Select/Select.js +1077 -0
  292. package/lib/Select/Select.module.css +100 -0
  293. package/lib/Select/SelectWithAvatar.js +433 -0
  294. package/lib/Select/SelectWithIcon.js +556 -0
  295. package/lib/Select/__tests__/Select.spec.js +383 -0
  296. package/lib/Stencils/Stencils.js +93 -0
  297. package/lib/Stencils/Stencils.module.css +96 -0
  298. package/lib/Stencils/__tests__/Stencils.spec.js +84 -0
  299. package/lib/Stencils/__tests__/__snapshots__/Stencils.spec.js.snap +49 -0
  300. package/lib/Switch/Switch.js +183 -0
  301. package/lib/Switch/Switch.module.css +110 -0
  302. package/lib/Tab/Tab.js +158 -0
  303. package/lib/Tab/Tab.module.css +101 -0
  304. package/lib/Tab/TabContent.js +45 -0
  305. package/lib/Tab/TabContent.module.css +4 -0
  306. package/lib/Tab/TabContentWrapper.js +47 -0
  307. package/lib/Tab/TabWrapper.js +109 -0
  308. package/lib/Tab/Tabs.js +696 -0
  309. package/lib/Tab/Tabs.module.css +140 -0
  310. package/lib/Tab/__tests__/Tab.spec.js +130 -0
  311. package/lib/Tab/__tests__/TabContent.spec.js +22 -0
  312. package/lib/Tab/__tests__/TabContentWrapper.spec.js +59 -0
  313. package/lib/Tab/__tests__/TabWrapper.spec.js +100 -0
  314. package/lib/Tab/__tests__/Tabs.spec.js +123 -0
  315. package/lib/Tab/index.js +47 -0
  316. package/lib/Tag/Tag.js +252 -0
  317. package/lib/Tag/Tag.module.css +251 -0
  318. package/lib/Tag/__tests__/Tag.spec.js +35 -0
  319. package/lib/TextBox/TextBox.js +289 -0
  320. package/lib/TextBox/TextBox.module.css +157 -0
  321. package/lib/TextBox/__tests__/TextBox.spec.js +205 -0
  322. package/lib/TextBox/__tests__/__snapshots__/TextBox.spec.js.snap +127 -0
  323. package/lib/TextBoxIcon/TextBoxIcon.js +284 -0
  324. package/lib/TextBoxIcon/TextBoxIcon.module.css +78 -0
  325. package/lib/TextBoxIcon/__tests__/TextBoxIcon.spec.js +228 -0
  326. package/lib/TextBoxIcon/__tests__/__snapshots__/TextBoxIcon.spec.js.snap +334 -0
  327. package/lib/Textarea/Textarea.js +202 -0
  328. package/lib/Textarea/Textarea.module.css +139 -0
  329. package/lib/Textarea/__tests__/Textarea.spec.js +186 -0
  330. package/lib/Textarea/__tests__/__snapshots__/Textarea.spec.js.snap +97 -0
  331. package/lib/Tooltip/Tooltip.js +538 -0
  332. package/lib/Tooltip/Tooltip.module.css +104 -0
  333. package/lib/Tooltip/__tests__/Tooltip.spec.js +98 -0
  334. package/lib/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +146 -0
  335. package/lib/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +190 -0
  336. package/lib/a11y/FocusScope/FocusScope.js +443 -0
  337. package/lib/beta/FocusRing/FocusRing.js +338 -0
  338. package/lib/beta/FocusRing/FocusRing.module.css +152 -0
  339. package/lib/common/animation.module.css +624 -0
  340. package/lib/common/avatarsizes.module.css +45 -0
  341. package/lib/common/basic.module.css +33 -0
  342. package/lib/common/basicReset.module.css +40 -0
  343. package/lib/common/common.module.css +502 -0
  344. package/lib/common/customscroll.module.css +89 -0
  345. package/lib/common/docStyle.module.css +766 -0
  346. package/lib/common/reset.module.css +12 -0
  347. package/lib/common/transition.module.css +146 -0
  348. package/lib/css.js +83 -0
  349. package/lib/deprecated/PortalLayer/PortalLayer.js +165 -0
  350. package/lib/index.js +1412 -0
  351. package/lib/semantic/Button/Button.js +138 -0
  352. package/lib/semantic/Button/semanticButton.module.css +9 -0
  353. package/lib/utils/Common.js +457 -0
  354. package/lib/utils/ContextOptimizer.js +49 -0
  355. package/lib/utils/__tests__/constructFullName.spec.js +12 -0
  356. package/lib/utils/__tests__/debounce.spec.js +40 -0
  357. package/lib/utils/__tests__/getInitial.spec.js +26 -0
  358. package/lib/utils/constant.js +10 -0
  359. package/lib/utils/constructFullName.js +34 -0
  360. package/lib/utils/datetime/common.js +233 -0
  361. package/lib/utils/debounce.js +30 -0
  362. package/lib/utils/dropDownUtils.js +608 -0
  363. package/lib/utils/dummyFunction.js +10 -0
  364. package/lib/utils/getHTMLFontSize.js +11 -0
  365. package/lib/utils/getInitial.js +33 -0
  366. package/lib/utils/scrollTo.js +22 -0
  367. package/lib/utils/shallowEqual.js +41 -0
  368. package/package.json +72 -72
  369. package/es/Appearance/dark/themes/blue/blueDarkCTATheme.module.css +0 -34
  370. package/es/Appearance/dark/themes/blue/blueDarkComponentTheme.module.css +0 -42
  371. package/es/Appearance/dark/themes/green/greenDarkComponentTheme.module.css +0 -42
  372. package/es/Appearance/dark/themes/orange/orangeDarkComponentTheme.module.css +0 -42
  373. package/es/Appearance/dark/themes/red/redDarkComponentTheme.module.css +0 -42
  374. package/es/Appearance/dark/themes/yellow/yellowDarkComponentTheme.module.css +0 -42
  375. package/es/deprecated/Theme/darkTheme.module.css +0 -393
  376. package/es/deprecated/Theme/defaultTheme.module.css +0 -393
  377. package/es/deprecated/Theme/palette/darkCTAPalette.module.css +0 -116
  378. package/es/deprecated/Theme/palette/darkPalette.module.css +0 -155
  379. package/es/deprecated/Theme/palette/defaultCTAPalette.module.css +0 -116
  380. package/es/deprecated/Theme/palette/defaultPalette.module.css +0 -155
  381. package/es/deprecated/customscroll_Old.module.css +0 -46
package/README.md CHANGED
@@ -1,989 +1,994 @@
1
- # DOT Style Guide
2
-
3
- In this Package, we Provide Some Basic Components to Build Web App
4
-
5
- - Avatar
6
- - AvatarTeam
7
- - Accordion
8
- - Animation
9
- - Button
10
- - Buttongroup
11
- - Card
12
- - CheckBox
13
- - DateTime
14
- - DropBox
15
- - Icon
16
- - Label
17
- - Layout
18
- - ListItem
19
- - MultiSelect
20
- - Popup
21
- - Radio
22
- - Responsive
23
- - Ribbon
24
- - Select
25
- - GroupSelect
26
- - Stencils
27
- - Switch
28
- - Tab
29
- - Tag
30
- - Textarea
31
- - TextBox
32
- - TextBoxIcon
33
- - Tooltip
34
-
35
- # 1.0.0-alpha-230
36
-
37
- - Avatar, AdvancedGroupMultiSelect, AdvancedMultiSelect, MultiSelect, MultiSelectWithAvatar, GroupSelect, Select, SelectWithAvatar, SelectWithIcon, TextBoxIcon => Tooltip undefined case solved
38
-
39
- # 1.0.0-alpha-229
40
-
41
- - MultiSelect, AdvancedMultiSelect => disabledOption Clear icon handled properly
42
-
43
- # 1.0.0-alpha-228
44
-
45
- - Button => danger, primary loader color issue solved
46
- # 1.0.0-alpha-227
47
-
48
- - isReadOnly and needEffect prop added in Tag Component for read-only case
49
- - needEffect prop added for the below components: ( This props has been added for read-only case )
50
- => Advanced Group Multi Select
51
- => Advanced Multi Select
52
- => Multi Select
53
- => Multi Select With Avatar
54
- => Select With Avatar
55
- - isReadonly prop added for SelectedOption component
56
- - Read-only class added for TextBoxIcon component
57
- - Removed click action in tag multi select component for read-only case
58
- - Changed the cursor default to not-allowed in Radio component for read-only case
59
- # 1.0.0-alpha-226
60
-
61
- - ListContainer Implemented in => ListItem,ListItemWithAvatar,ListItemWithIcon,ListItemWithRadio,ListItemWithCheckBox
62
-
63
- # 1.0.0-alpha-225
64
-
65
- - Appearance css moved to assets
66
-
67
- # 1.0.0-alpha-224
68
-
69
- - css color variable updation
70
-
71
- # 1.0.0-alpha-223
72
-
73
- - bg,shadow,text,border based variables removed and renamed.
74
- # 1.0.0-alpha-222
75
-
76
- - Tabs=> isResponsive condition handled properly
77
- - Select, MultiSelect => on press tab, choose selected value then move focus to next focuable element flow implemented
78
-
79
- # 1.0.0-alpha-221
80
-
81
- - blueDefaultTheme & blueDarkTheme class name added in Blue CTATheme & ComponentTheme files
82
-
83
- # 1.0.0-alpha-220
84
-
85
- - Tooltip Delay Controlled to Improve Perf
86
-
87
- # 1.0.0-alpha-219
88
-
89
- - ContextOptimizer => ShallowEqal function issue solved
90
-
91
- # 1.0.0-alpha-218
92
-
93
- - Select => Custom props undefined issue solved
94
-
95
- # 1.0.0-alpha-217
96
-
97
- - TextBox, Multiselect, Tag missing dark palette variables moved under Themes folder file
98
-
99
- # 1.0.0-alpha-216
100
-
101
- - Select component -> customProps added -> TextBoxProps ,DropdownSearchTextBoxProps, listItemProps added
102
- - Suggestions component -> customProps added -> listItemProps
103
- - TextBox component -> customProps added
104
- - TextBoxIcon component -> customProps added -> TextBoxProps
105
-
106
- # 1.0.0-alpha-215
107
-
108
- - Select Search Regex Changed to Lowercase
109
-
110
- # 1.0.0-alpha-214
111
-
112
- - Avatar, Label, Tag, Dropdown, ListItem, Multiselect missing dark palette variables moved under Themes folder files
113
-
114
- # 1.0.0-alpha-213
115
-
116
- - AnimationVariable File import removed
117
-
118
- # 1.0.0-alpha-212
119
-
120
- - Stencils => Converted to Pure Component
121
-
122
- # 1.0.0-alpha-211
123
-
124
- - Lato font reference changed from local to Zoho URL(web fonts)
125
-
126
- # 1.0.0-alpha-210
127
-
128
- - Published but some issues are there
129
-
130
- # 1.0.0-alpha-209
131
-
132
- - Config => isReducedMotion, direction added
133
- - LibraryContext => added
134
- - transition variable implemented in all css
135
-
136
- # 1.0.0-alpha-208
137
-
138
- - Select, AdvancedGroupMultiSelect, MultiSelect => search space issue solved
139
- - Common => getSearchString fn added,
140
- - Tabs => MoreButtonProps added in customProps
141
- - Tab => customProps added
142
-
143
- # 1.0.0-alpha-207
144
-
145
- - Popup => PreventDefault On RemoveClose Removed
146
- - Tabs => getCustomDropBoxHeaderPlaceHolder props added
147
-
148
- # 1.0.0-alpha-206
149
-
150
- - LableColor Css File Separated
151
- - Select, TextBox,MultiSelect,AdvancedMultiSelect => on focusing input preventScroll disabled.
152
- - ResizeComponent Added
153
-
154
- # 1.0.0-alpha-205
155
-
156
- - MultiSelect => lowBandwidth Force Apicall issue fixed
157
-
158
- # 1.0.0-alpha-204
159
-
160
- - CTA alpha color value changed
161
-
162
- # 1.0.0-alpha-203
163
-
164
- - Default mode CTA grey color value changed
165
-
166
- # 1.0.0-alpha-202
167
-
168
- - MultiSelect - scroll top issue fix
169
-
170
- # 1.0.0-alpha-201
171
-
172
- - AccordionItem - innerclass prop has been added.
173
-
174
- # 1.0.0-alpha-200
175
-
176
- - Responsive Sender Receiver Performance Improvement
177
-
178
- # 1.0.0-alpha-199
179
-
180
- - Font size variable fixed for missed place
181
-
182
- # 1.0.0-alpha-198
183
-
184
- - Date Component optimization
185
-
186
- # 1.0.0-alpha-197
187
-
188
- - Card => isPercentageScroll prop added, scrollFetchLimit config implemented
189
- - Tabs => customProps Prop added
190
-
191
- # 1.0.0-alpha-196
192
-
193
- - AdvancedMultiSelect => SelectedOptionsLimti old and new comparsion based rerender update
194
-
195
- # 1.0.0-alpha-195
196
-
197
- - ZIndex Number Counter Issue solved
198
-
199
- # 1.0.0-alpha-194
200
-
201
- - Tab => css modified position correction and mousedown issue fixed
202
- - fitContWidth,fitContHeight class added in common
203
- - propType Declaration fixes
204
-
205
- # 1.0.0-alpha-193
206
-
207
- - VelocityAnimation => slideLeft animation added
208
- - Tabs => containerClass prop added
209
-
210
- # 1.0.0-alpha-192
211
-
212
- - CTA gray based color changes
213
-
214
- # 1.0.0-alpha-191
215
-
216
- - CustomScroll Color Fixes
217
-
218
- # 1.0.0-alpha-190
219
-
220
- - DarkMode => input placeholder color changed
221
-
222
- # 1.0.0-alpha-189
223
-
224
- - DropBox => Calculation Based Performance improvement
225
- - Popup => Popup WitthIn Popup Body Focus Issue Solved
226
-
227
- # 1.0.0-alpha-188
228
-
229
- - Popup => popup within popup open body click issue fixed
230
-
231
- # 1.0.0-alpha-187
232
-
233
- - Popup => popupGroup empty array check added
234
-
235
- # 1.0.0-alpha-186
236
-
237
- - MultiSelect - children render place changed
238
-
239
- # 1.0.0-alpha-185
240
-
241
- - DropBox => Toggle Position Issue Solved For Left Right Padding Calculation
242
-
243
- # 1.0.0-alpha-184
244
-
245
- - Palette-Based Folder Structure Changed.
246
- - data-theme changed to data-mode
247
- - data-palette changed to data-theme
248
-
249
- # 1.0.0-alpha-183
250
-
251
- - AppContainer => dataThemeAttr,dataTheme prop removed. instead customProps prop added
252
- - Palette Based Color System Implemented
253
-
254
- # 1.0.0-alpha-182
255
-
256
- - DateComponent => Safari Browser Focus Selection Issue Fixed
257
-
258
- # 1.0.0-alpha-181
259
-
260
- - MultiSelect , AdvancedMultiSelect => selection reorder issue fixed
261
- - Avatar, AvatarTeam, Checkbox, ListItem, Switch => customProps Added
262
-
263
- # 1.0.0-alpha-180
264
-
265
- - Tab => Rtl Fix
266
- - Config => idCounter, ZindexCounter, IdPrefix Added, Intial Zindex Increased to 3
267
-
268
- # 1.0.0-alpha-179
269
-
270
- - DateWidget => 24 hours HH caps placeholder issue solved
271
-
272
- # 1.0.0-alpha-178
273
-
274
- - MultiSelect => getFooter prop added
275
- - AdvancedMultiSelect => getFooter prop added
276
-
277
- # 1.0.0-alpha-177
278
-
279
- - DateWidget - PlaceHolder Lower Case Issue Solved
280
- - Tab - Hook Callback Issue Fixed
281
- - MultiSelect Empty Array Fix
282
-
283
- # 1.0.0-alpha-176
284
-
285
- - DateWidget - isHideCurrentYear,onBlur,onFocus prop added
286
-
287
- # 1.0.0-alpha-175
288
-
289
- - DateTime,DateWidget - is24Hour prop added
290
- - DateTime => isDefaultPosition prop added
291
- - Responsive Observer Performance Issue Fixed
292
-
293
- # 1.0.0-alpha-174
294
-
295
- - CheckBox - isClipped Prop added
296
-
297
- # 1.0.0-alpha-173
298
-
299
- - code-based issue fixed ( const to let)
300
-
301
- # 1.0.0-alpha-172
302
-
303
- - TextBoxIcon/TextBoxIcon.js
304
- => onClearMouseDown prop support
305
- - MultiSelect, MultiSelectWithAvatar,AdvancedMultiSelect => disabledOptions prop supported
306
-
307
- # 1.0.0-alpha-171
308
-
309
- - Dropbox => mobileWidth Configuration Hook given
310
-
311
- # 1.0.0-alpha-170
312
-
313
- - MultiSelectWithAvatar => isSearchClearOnSelect prop added
314
- - DropBox => customStyle prop added
315
- - DropDownHeading => tabIndex removed
316
-
317
- # 1.0.0-alpha-169
318
-
319
- - DateWidget => iconOnHover added and autoComplete disabled
320
- - AdvancedGroupMultiSelect => autoComplete disabled
321
- - AdvancedMultiSelect => autoComplete disabled
322
- - MultiSelect => autoComplete disabled
323
- - MultiSelectWithAvatar => isBoxPaddingNeed prop added
324
- - GroupSelect => iconOnHover prop added and tab focus issue solved
325
- - Select => iconOnHover prop added and tab focus issue solved
326
- - SelectWithAvatar => autoComplete disabled
327
- - SelectWithIcon => autoComplete disabled
328
- - TextBox => isFocus prop added
329
- - TextBoxIcon => isFocus,iconOnHover prop added
330
-
331
- # 1.0.0-alpha-168
332
-
333
- - DropBox Duplicate Portal removed
334
-
335
- # 1.0.0-alpha-167
336
-
337
- - DropBox - responsive ui fixes , isRestrictScroll,needAutoZindex prop added, needResponsive default value changed to true
338
- - Popup - customOrder prop added
339
- - ListItemWithAvatar => tick icon padding issue solved
340
-
341
- # 1.0.0-alpha-166
342
-
343
- - Tab => Border Calculation Issue Fixed
344
- - Tooltip => Position Issue Fixed
345
-
346
- # 1.0.0-alpha-165
347
-
348
- - Select -> onFocus Prop Added
349
- - Tab -> titlePosition prop added for tooltip
350
-
351
- # 1.0.0-alpha-164
352
-
353
- - Fixed Tab highlight issue.
354
-
355
- # 1.0.0-alpha-163
356
-
357
- - Fixed the bug to recalculate dimension if tab id changed
358
-
359
- # 1.0.0-alpha-162
360
-
361
- - Performance Changes added in Tab , Tooltip Components
362
- - MultiSelect, MultiSelectWithAvatar => customChildrenClass prop Added and TextBox component replaced with TextBoxWithIcon component
363
-
364
- # 1.0.0-alpha-161
365
-
366
- - Proxima Font Removed and Lato Font Added
367
-
368
- # 1.0.0-alpha-159
369
-
370
- - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect default Prop changed as true
371
- - Tooltip Box Layout Position Issue Fixed
372
- - autoTabIndex prop removed in listitem component groups
373
-
374
- # 1.0.0-alpha-158
375
-
376
- - ListItem => dataId Fix
377
- - MultiSelect => Bg color fix
378
-
379
- # 1.0.0-alpha-157
380
-
381
- - RippleEffect => needBorder prop added
382
- - Select => Children Prop added
383
- - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect prop added
384
- - ListItem,ListItemWithIcon,ListItemWithAvatar => dataId added for tickIcon
385
-
386
- # 1.0.0-alpha-156
387
-
388
- - A11y Changes
389
-
390
- # 1.0.0-alpha-156
391
-
392
- - Dark Theme Changes
393
-
394
- # 1.0.0-alpha-155
395
-
396
- - Tooltip DarkMode Theme Css Added
397
-
398
- # 1.0.0-alpha-154
399
-
400
- - isDarkMode based props removed for all components
401
- - AppContainer => Tooltip moved from Container Html
402
-
403
- # 1.0.0-alpha-153
404
-
405
- - ListItem => text-decoration fixed
406
- - AdvancedGroupMultiSelect => isGroupMultiSelect prop removed
407
- - AdvancedMultiSelect => isGroupMultiSelect removed, isBoxPaddingNeed added
408
- - MultiSelectHeader => isGroupMultiSelect removed
409
-
410
- # 1.0.0-alpha-152
411
-
412
- - A11y Changes
413
- - Theme Primary Colors Added
414
-
415
- # 1.0.0-alpha-150
416
-
417
- - Label => dark palette added
418
- - TextBox => light variant added
419
-
420
- # 1.0.0-alpha-149
421
-
422
- - Avatar,AvatarTeam =>borderOnActive,borderOnHover prop added
423
- - Tab - text decoration added
424
- - Semantic Button Css fixed
425
-
426
- # 1.0.0-alpha-148
427
-
428
- - Tag => max-width 100% added
429
- - Theme Changes in => DateTime,Tabs,AdvancedMultiSelect,RippleEffect
430
-
431
- # 1.0.0-alpha-147
432
-
433
- - currentScreenSize returned from Responsive Receiver
434
- - sticky class added in common.module.css
435
- - --zdt prefix added for theme variables
436
-
437
- # 1.0.0-alpha-146
438
-
439
- - ListItem => dataId fixes
440
- - Tag => dataId issue Fixed
441
- - DropBox => RTL fixes
442
- - VelocityAnimation => RTL fixes
443
-
444
- # 1.0.0-alpha-145
445
-
446
- - TextBoxIcon Clear Icon Color Fix
447
-
448
- # 1.0.0-alpha-144
449
-
450
- - PortalLayer Moved to deprecated folder
451
- - A11y Id Added For Select, MultiSelect Based Components
452
- - Semantic Button Default Font and Padding Resetted.
453
- - LisItem - dataId setted default
454
-
455
- - DropDown
456
- - DropDownHeading - Added customClass props
457
- - DropDownItem - Added customClass props
458
- - DropDownSearch - Added customClass
459
- - DropDownSeparator - Added customClass props
460
- - Radio - Added customClass
461
- - ListItem
462
- - ListItem - Removed customClass props and Added customClass object
463
- - ListItemWithAvatar - Added customClass
464
- - ListItemWithCheckBox - Added customClass
465
- - ListItemWIthIcon - Added customClass
466
- - ListItemWithRadio - Added customClass
467
- - Ribbon - Added customClass props
468
- - Stencils - Added customClass props
469
- - Switch - Added customClass
470
- - TextBoxIcon - Removed className props and Added customClass
471
- - Textarea - Removed className props and Added customClass props
472
- - Tooltip - No customClass. Just declared variables for Theme mode
473
-
474
- # 1.0.0-alpha-143
475
-
476
- - Issue fix in displaying Avatar Initial when 'name' prop has trailing space.
477
-
478
- # 1.0.0-alpha-142
479
-
480
- - Theme Based Changes(Variable changes no Impacts)
481
-
482
- # 1.0.0-alpha-141
483
-
484
- - Tab => keyboardprevent(ctrl,shift,alt) for link case
485
- - Appcontainer => dataThemeAttr added
486
- - ListItem => isDarkMode prop added
487
-
488
- # 1.0.0-alpha-140
489
-
490
- - DropBox -> PortalLayer changed to Modal
491
-
492
- # 1.0.0-alpha-139
493
-
494
- - DateTime => i18keys supported
495
- - variable name changes
496
-
497
- # 1.0.0-alpha-138
498
-
499
- - - Avatar - Removed customTextClass and added customClass props
500
- - - AvatarTeam - Removed customTextClass and added customClass
501
- - - Button - Removed className and added customClass
502
- - - Buttongroup - Added customClass props
503
- - - Card, CardHeader, CardContent, CardFooter - Removed className and added customClass props in Card, CardHeader, CardContent, CardFooter
504
- - - CheckBox - Added customClass
505
- - - DropBox - Removed className and added customClass
506
- - - Label - Added customClass props
507
- - - Tag - Removed className and added customClass
508
- - - TextBox - Removed className and added customClass props
509
- - - AppContainer - dataTheme Prop added
510
-
511
- # 1.0.0-alpha-137
512
-
513
- - ally Fixes
514
- - htmlId prop added in the select component
515
- - AdvancedGroupMultiSelect => scroll fetch issue fix
516
-
517
- # 1.0.0-alpha-136
518
-
519
- - removed dataIdNoOptnsMsg from GroupSelect
520
- - i18keys props renamed to i18nKeys
521
- - clearTitle prop removed from MultiSelect, MultiSelectAvatar, AdvancedMultiSelect, AdvancedGroupMultiSelect
522
- - Textare => default font fix
523
- - CalenderView => dataId changed for invalidDate as invalidDate
524
- - DatePicker limit changed to 1850 - 9999
525
-
526
- # 1.0.0-alpha-135
527
-
528
- - Avatar alternateSrc supported
529
-
530
- # 1.0.0-alpha-134
531
-
532
- - Reset Code Splitting
533
-
534
- # 1.0.0-alpha-133
535
-
536
- - AdvancedGroupMultiSelect => isPadding Prop added
537
-
538
- # 1.0.0-alpha-132
539
-
540
- - htmlId prop given in TextBox , Textboxwithicon, Textarea
541
- - CssProvider Changes
542
-
543
- # 1.0.0-alpha-131
544
-
545
- - Removed isLicenseSuccess and i18n in Label
546
- - name Prop changed to htmlFor in Label
547
- - title prop added in DropDownHeading
548
-
549
- # 1.0.0-alpha-130
550
-
551
- - Added 'isLicenseSuccess' props in 'ListItemWithIcon' component
552
-
553
- # 1.0.0-alpha-129
554
-
555
- - DropBox className Fix
556
-
557
- # 1.0.0-alpha-128
558
-
559
- - DateComponent => isEditable added
560
-
561
- # 1.0.0-alpha-127
562
-
563
- - DateComponent => error through fix
564
-
565
- # 1.0.0-alpha-126
566
-
567
- - AllY implementation for the button, textbox
568
- - Semantic button added
569
-
570
- # 1.0.0-alpha-125
571
-
572
- - fize => font_sizevariable replaced
573
- - Tab => moreiconActiveClass
574
-
575
- # 1.0.0-alpha-124
576
-
577
- - size => fsize
578
-
579
- # 1.0.0-alpha-123
580
-
581
- - Appcontainer RemFontVariable added
582
-
583
- # 1.0.0-alpha-122
584
-
585
- - Tag default bg color Changed
586
- - AvatarTeam background color removed
587
-
588
- # 1.0.0-alpha-121
589
-
590
- - Dropbox shadow changed
591
-
592
- # 1.0.0-alpha-120
593
-
594
- - Reponsive Render Fixes
595
- - DropBoxBorder Removed
596
-
597
- # 1.0.0-alpha-119
598
-
599
- - DateTime component Fix
600
-
601
- # 1.0.0-alpha-118
602
-
603
- - CustomResponsive Added
604
-
605
- # 1.0.0-alpha-117
606
-
607
- - DateTime Placeholder Selection Fix For Firefox
608
-
609
- # 1.0.0-alpha-116
610
-
611
- - DateTime Component Issue Fix , Row Fix, YearView Fix
612
- - DateTime => i18keys prop added
613
- - TextBoxWithIcon => children prop Parent Changed to Box
614
-
615
- # 1.0.0-alpha-115
616
-
617
- - DropBox => isDarkMode added
618
- - DropDownHeading => isDarkMode added
619
- - ListItem => palette dark added
620
- - ListItemWithAvatar => isDarkMode,avatarPalette added
621
- - EmptyState => isDarkMode added
622
- - MultiSelect => isDarkMode,palette added
623
- - MultiSelectWithAvatar => isDarkMode,palette added
624
- - SelectedOptions => isDarkMode added
625
- - Suggestions => isDarkMode, palette added
626
- - Stencils => dark palette added
627
- - Tag => isDarkMode prop added
628
-
629
- # 1.0.0-alpha-114
630
-
631
- - Tab iconSize Prop Added
632
-
633
- # 1.0.0-alpha-113
634
-
635
- - DateTime => isPadding prop added
636
- - common diabled opacity changed to 0.5
637
- - MultiSelect => isBoxPaddingNeed needa prop added
638
- - DropBox => isBoxPaddingNeed prop added
639
- - RippleEffect => primaryDark palette added
640
-
641
- # 1.0.0-alpha-112
642
-
643
- - Card scroll issue fix
644
-
645
- # 1.0.0-alpha-111
646
-
647
- - AdvancedGroupMultiSelect => children,getFooter, customClass added , Loader Handled
648
- - GroupSelect => children, getFooter added
649
- - Svg package Added
650
- - RippleEffect => before zindex removed
651
- - Container , Box Performance Fix
652
- - Card ReRender Fix
653
-
654
- # 1.0.0-alpha-110
655
-
656
- - MultiSelect DataId Fix
657
- - ToolTip Fix
658
- - RippleEffect Added
659
-
660
- # 1.0.0-alpha-109
661
-
662
- - MultiSelect Data-Id fix
663
- - Peer Dependencies Added
664
-
665
- # 1.0.0-alpha-108
666
-
667
- - Disabling internal state support for Accordion.
668
- - Adding 'equalityCheck' function support for AccordionItem.
669
-
670
- # 1.0.0-alpha-107
671
-
672
- - Adding onScroll support for TabContentWrapper component
673
-
674
- # 1.0.0-alpha-106
675
-
676
- - Package Update
677
-
678
- # 1.0.0-alpha-105
679
-
680
- - icon, variable version update
681
- - radio,checkbox,switch accessiblity changes => data-checked removed
682
- - semantic button added
683
-
684
- # 1.0.0-alpha-104
685
-
686
- - Dropbox => isBoxPaddingNeed,isPadding Added
687
-
688
- # 1.0.0-alpha-103
689
-
690
- - Tag Flat Removed
691
-
692
- # 1.0.0-alpha-102
693
-
694
- - ListItemWithAvatar => avatarPalette added
695
- - AdvancedGroupMultiSelect => needBorder added
696
- - AdvancedMultiSelect => needBorder added
697
- - Suggestions => avatarPalette added
698
- - SelectWithAvatar => onRemove,avatarPalette,tagSize,groupName added
699
- - Tag => avatarPalette added
700
-
701
- # 1.0.0-alpha-101
702
-
703
- - PortalLayer Fix Zindex
704
-
705
- # 1.0.0-alpha-100
706
-
707
- - Listitem Data-selected attr added, tabIndex Fixed
708
-
709
- # 1.0.0-alpha-99
710
-
711
- - Tab Click Fixed
712
-
713
- # 1.0.0-alpha-98
714
-
715
- - Modal Zindex issue fixed
716
- - Tabs OnmouseDown Implement
717
-
718
- # 1.0.0-alpha-97
719
-
720
- - MultiSelect Issue Fix
721
-
722
- # 1.0.0-alpha-96
723
-
724
- - Tootltip Update
725
- - Avatar -> textPalette,customTextClass added - font-family light removed
726
- - AvatarTeam -> textPalette,customTextClass added
727
-
728
- # 1.0.0-alpha-95
729
-
730
- - Icon Package Update
731
-
732
- # 1.0.0-alpha-94
733
-
734
- - Tab Mapping Fix
735
-
736
- # 1.0.0-alpha-93
737
-
738
- - Tab Fixes
739
-
740
- # 1.0.0-alpha-92
741
-
742
- - Tab Custom Element Fix
743
- - Avatar xlarge size changes
744
-
745
- # 1.0.0-alpha-91
746
-
747
- - Tab Click Prevent Fix
748
-
749
- # 1.0.0-alpha-90
750
-
751
- - Switch,CheckBox,Radio => data-checked added
752
- - Tab Resize Issue Solved, setTitleForMoreOptions added for vertical, a11y tags added , gamma and zeta palatte removed
753
- - ListItem TaBIndex Added
754
-
755
- # 1.0.0-alpha-89
756
-
757
- - Tooltip Change
758
- - Icon Version Update
759
- - For MultiSelect Based Components clearTitle prop Added
760
- - tooltip added in Tag Component
761
-
762
- # 1.0.0-alpha-88
763
-
764
- - Datewidget/Datetime tested and docs update with @zohodesk/datetimejs package
765
-
766
- # 1.0.0-alpha-87
767
-
768
- - Date Component TimeZone Fix
769
- - Unwanted Functions Removed from utils/Common
770
-
771
- # 1.0.0-alpha-86
772
-
773
- - Tooltip UI Updated
774
- - DropDownFooter,DropDownHeader,DropDownMenu,SimpleDropdown Deleted
775
- - DropDownHeading => children and customClass Added
776
- - AdvancedGroupMultiSelect -> search fix
777
- - MultiSelect -> search clear fix
778
- - GroupSelect -> Keydown Fix
779
-
780
- # 1.0.0-alpha-85
781
-
782
- - Datetime/DateWidget Component changes from @zohodesk/datetimejs package
783
-
784
- # 1.0.0-alpha-84
785
-
786
- - ListItemWiithIcon Data-Id Fix
787
-
788
- # 1.0.0-alpha-83
789
-
790
- - CheckBox Prop Fix Update activeStyle added
791
-
792
- # 1.0.0-alpha-82
793
-
794
- - DateTime, DateWidget Changes => date return object Fix
795
- - autoFocus prop added in Textarea component
796
-
797
- # 1.0.0-alpha-81
798
-
799
- - variant - secondary type removed in a Label component
800
- - customClass Added For Label component
801
- - Radio, CheckBox SVG Updated, and Palette Danger Added, isFilled Added For Transparent BG
802
- - MultiSelect Avatar DataId Changes
803
-
804
- # 1.0.0-alpha-80
805
-
806
- - data-dottedTitle added for Tooltip
807
-
808
- # 1.0.0-alpha-79
809
-
810
- - Tag danger, default color changed to dot_bg_hawkesBlue
811
- - MultiSelectWithAvatar size prop passed for tags Parent
812
-
813
- # 1.0.0-alpha-78
814
-
815
- - isAbsolute,isAnimate,needAction,boxSize,className,innerClass prop added in DateTime
816
- - needBorder prop added in CalendarView
817
- - isAbsolutePositioningNeeded prop fixed in dropbox
818
- - Timezone Day light savings offset calculation fix in Date Components
819
- - isSearchClearOnClose props added for Select Based components
820
- - Radio line-heignt fix
821
-
822
- # 1.0.0-alpha-77
823
-
824
- - TestCase Fix
825
-
826
- # 1.0.0-alpha-76
827
-
828
- - ResizeObserver Implementation
829
-
830
- # 1.0.0-alpha-75
831
-
832
- - Select children prop undefined issue fix
833
-
834
- # 1.0.0-alpha-74
835
-
836
- - SelectWithIcon Component Added
837
- - getChildren,getFooter,getCustomEmptyState feature added in Select Component
838
-
839
- # 1.0.0-alpha-73
840
-
841
- - Appcontainer eleRef Supported
842
- - Responsive TouchDevice Fix
843
- - Stencils color Update
844
-
845
- # 1.0.0-alpha-72
846
-
847
- - BaseLine Added in Layout
848
- - hide added in CssProvider
849
-
850
- # 1.0.0-alpha-71
851
-
852
- - disableTitle and needAvatarTitle Added For List Items
853
- - Avatar Team Title Fix
854
-
855
- # 1.0.0-alpha-70
856
-
857
- - Leap Year Date Component Fix
858
- - Card Shrink issue Fix
859
-
860
- # 1.0.0-alpha-69
861
-
862
- - Exporting RefElement component from PortalLayer component
863
-
864
- # 1.0.0-alpha-68
865
-
866
- - Tab Width Calculation fix, Dotted Fix
867
- - SelectWithAvatar Fix
868
- - Select Fix
869
- - MultiSelect disableAction Fix
870
- - Variable Update
871
-
872
- # 1.0.0-alpha-67
873
-
874
- - Adding TourId and isAbsolutePositioningNeeded key in DropBox
875
- - Adding TourId in Box, Container, and Tab components
876
-
877
- # 1.0.0-alpha-66
878
-
879
- - Snap Update
880
-
881
- # 1.0.0-alpha-65
882
-
883
- - isDisabled, Readonly Unified in all Form Components
884
- - Date Dropdown => Select List Border Fix
885
- - Unified All Fields
886
-
887
- # 1.0.0-alpha-64
888
-
889
- - isDisabled Option added for List Item Based Atoms
890
- - needBorder and disableAction Option added for MultiSelect
891
- - Select BoxSize Added for DropBox
892
-
893
- # 1.0.0-alpha-62
894
-
895
- - Switch Title Issue Fixed
896
-
897
- # 1.0.0-alpha-61
898
-
899
- - Tab Click Issue Fixed
900
-
901
- # 1.0.0-alpha-60
902
-
903
- - Button Title Added
904
- - Tab Disabled Added
905
- - Tooltip Fix
906
-
907
- # 1.0.0-alpha-59
908
-
909
- - AppContainer Added
910
-
911
- # 1.0.0-alpha-58
912
-
913
- - Tag Line Height Issue Fixed
914
- - Advanced MultiSelect Event Passed in Argument
915
-
916
- # 1.0.0-alpha-57
917
-
918
- - Base Font Version 3 Updated
919
- - Advanced Group Multi-Select Added
920
-
921
- # 1.0.0-alpha-56
922
-
923
- - Accordion unMount Added
924
- - Icon Package Updated
925
- - Velocity Docs Added
926
-
927
- # 1.0.0-alpha-55
928
-
929
- - Tab Dot Color Convert
930
-
931
- # 1.0.0-alpha-54
932
-
933
- - GroupSelect Unlimited Scroll Fix
934
- - Dropdown Header Css After 1px Fix
935
-
936
- # 1.0.0-alpha-53
937
-
938
- - CustomScroll Make Optional
939
- - Reset Code Implemented in Portal
940
- - Icon Line-Height Remove
941
- - New Reports Icons Added
942
-
943
- # 1.0.0-alpha-52
944
-
945
- - Advance Multi-Select Added
946
-
947
- # 1.0.0-alpha-51
948
-
949
- - Docs Run Path Issue Fix
950
-
951
- # 1.0.0-alpha-50
952
-
953
- - VelocityAnimation Added
954
-
955
- # 1.0.0-alpha-49
956
-
957
- - Radio Test Cases Fixed
958
-
959
- # 1.0.0-alpha-48
960
-
961
- - TimeZone Added in DateTime and DateWidget
962
- - Radio DataId Fix
963
-
964
- # 1.0.0-alpha-47
965
-
966
- - DateTime Component needDefaultTime Prop Fix
967
- - Dot Variables Updated
968
- - For All ListItem Based IsTick Prop Removed
969
- - ResponsiveBox and ResponsiveContainer Removed
970
- - MultiSelect Fragment Implemented
971
-
972
- # 1.0.0-alpha-46
973
-
974
- - ReadMe Files Removed
975
- - Style Order Fixed
976
-
977
- # 1.0.0-alpha-45
978
-
979
- - Button RTL Issue Resolved
980
- - Unwanted Files Removed
981
- - Responsive Component Verified
982
-
983
- # 1.0.0-alpha-44
984
-
985
- - FontIcons and Variables Reverted.
986
-
987
- # 1.0.0-alpha-43
988
-
989
- - RTL Implemented.
1
+ # DOT Style Guide
2
+
3
+ In this Package, we Provide Some Basic Components to Build Web App
4
+
5
+ - Avatar
6
+ - AvatarTeam
7
+ - Accordion
8
+ - Animation
9
+ - Button
10
+ - Buttongroup
11
+ - Card
12
+ - CheckBox
13
+ - DateTime
14
+ - DropBox
15
+ - Icon
16
+ - Label
17
+ - Layout
18
+ - ListItem
19
+ - MultiSelect
20
+ - Popup
21
+ - Radio
22
+ - Responsive
23
+ - Ribbon
24
+ - Select
25
+ - GroupSelect
26
+ - Stencils
27
+ - Switch
28
+ - Tab
29
+ - Tag
30
+ - Textarea
31
+ - TextBox
32
+ - TextBoxIcon
33
+ - Tooltip
34
+
35
+ # 1.0.0-alpha-231
36
+
37
+ - DropBox - Position Undefined Issue Solved
38
+
39
+ # 1.0.0-alpha-230
40
+
41
+ - Avatar, AdvancedGroupMultiSelect, AdvancedMultiSelect, MultiSelect, MultiSelectWithAvatar, GroupSelect, Select, SelectWithAvatar, SelectWithIcon, TextBoxIcon => Tooltip undefined case solved
42
+ - Select , MultiSelect => boxSize prop added
43
+
44
+ # 1.0.0-alpha-229
45
+
46
+ - MultiSelect, AdvancedMultiSelect => disabledOption Clear icon handled properly
47
+
48
+ # 1.0.0-alpha-228
49
+
50
+ - Button => danger, primary loader color issue solved
51
+ # 1.0.0-alpha-227
52
+
53
+ - isReadOnly and needEffect prop added in Tag Component for read-only case
54
+ - needEffect prop added for the below components: ( This props has been added for read-only case )
55
+ => Advanced Group Multi Select
56
+ => Advanced Multi Select
57
+ => Multi Select
58
+ => Multi Select With Avatar
59
+ => Select With Avatar
60
+ - isReadonly prop added for SelectedOption component
61
+ - Read-only class added for TextBoxIcon component
62
+ - Removed click action in tag multi select component for read-only case
63
+ - Changed the cursor default to not-allowed in Radio component for read-only case
64
+ # 1.0.0-alpha-226
65
+
66
+ - ListContainer Implemented in => ListItem,ListItemWithAvatar,ListItemWithIcon,ListItemWithRadio,ListItemWithCheckBox
67
+
68
+ # 1.0.0-alpha-225
69
+
70
+ - Appearance css moved to assets
71
+
72
+ # 1.0.0-alpha-224
73
+
74
+ - css color variable updation
75
+
76
+ # 1.0.0-alpha-223
77
+
78
+ - bg,shadow,text,border based variables removed and renamed.
79
+ # 1.0.0-alpha-222
80
+
81
+ - Tabs=> isResponsive condition handled properly
82
+ - Select, MultiSelect => on press tab, choose selected value then move focus to next focuable element flow implemented
83
+
84
+ # 1.0.0-alpha-221
85
+
86
+ - blueDefaultTheme & blueDarkTheme class name added in Blue CTATheme & ComponentTheme files
87
+
88
+ # 1.0.0-alpha-220
89
+
90
+ - Tooltip Delay Controlled to Improve Perf
91
+
92
+ # 1.0.0-alpha-219
93
+
94
+ - ContextOptimizer => ShallowEqal function issue solved
95
+
96
+ # 1.0.0-alpha-218
97
+
98
+ - Select => Custom props undefined issue solved
99
+
100
+ # 1.0.0-alpha-217
101
+
102
+ - TextBox, Multiselect, Tag missing dark palette variables moved under Themes folder file
103
+
104
+ # 1.0.0-alpha-216
105
+
106
+ - Select component -> customProps added -> TextBoxProps ,DropdownSearchTextBoxProps, listItemProps added
107
+ - Suggestions component -> customProps added -> listItemProps
108
+ - TextBox component -> customProps added
109
+ - TextBoxIcon component -> customProps added -> TextBoxProps
110
+
111
+ # 1.0.0-alpha-215
112
+
113
+ - Select Search Regex Changed to Lowercase
114
+
115
+ # 1.0.0-alpha-214
116
+
117
+ - Avatar, Label, Tag, Dropdown, ListItem, Multiselect missing dark palette variables moved under Themes folder files
118
+
119
+ # 1.0.0-alpha-213
120
+
121
+ - AnimationVariable File import removed
122
+
123
+ # 1.0.0-alpha-212
124
+
125
+ - Stencils => Converted to Pure Component
126
+
127
+ # 1.0.0-alpha-211
128
+
129
+ - Lato font reference changed from local to Zoho URL(web fonts)
130
+
131
+ # 1.0.0-alpha-210
132
+
133
+ - Published but some issues are there
134
+
135
+ # 1.0.0-alpha-209
136
+
137
+ - Config => isReducedMotion, direction added
138
+ - LibraryContext => added
139
+ - transition variable implemented in all css
140
+
141
+ # 1.0.0-alpha-208
142
+
143
+ - Select, AdvancedGroupMultiSelect, MultiSelect => search space issue solved
144
+ - Common => getSearchString fn added,
145
+ - Tabs => MoreButtonProps added in customProps
146
+ - Tab => customProps added
147
+
148
+ # 1.0.0-alpha-207
149
+
150
+ - Popup => PreventDefault On RemoveClose Removed
151
+ - Tabs => getCustomDropBoxHeaderPlaceHolder props added
152
+
153
+ # 1.0.0-alpha-206
154
+
155
+ - LableColor Css File Separated
156
+ - Select, TextBox,MultiSelect,AdvancedMultiSelect => on focusing input preventScroll disabled.
157
+ - ResizeComponent Added
158
+
159
+ # 1.0.0-alpha-205
160
+
161
+ - MultiSelect => lowBandwidth Force Apicall issue fixed
162
+
163
+ # 1.0.0-alpha-204
164
+
165
+ - CTA alpha color value changed
166
+
167
+ # 1.0.0-alpha-203
168
+
169
+ - Default mode CTA grey color value changed
170
+
171
+ # 1.0.0-alpha-202
172
+
173
+ - MultiSelect - scroll top issue fix
174
+
175
+ # 1.0.0-alpha-201
176
+
177
+ - AccordionItem - innerclass prop has been added.
178
+
179
+ # 1.0.0-alpha-200
180
+
181
+ - Responsive Sender Receiver Performance Improvement
182
+
183
+ # 1.0.0-alpha-199
184
+
185
+ - Font size variable fixed for missed place
186
+
187
+ # 1.0.0-alpha-198
188
+
189
+ - Date Component optimization
190
+
191
+ # 1.0.0-alpha-197
192
+
193
+ - Card => isPercentageScroll prop added, scrollFetchLimit config implemented
194
+ - Tabs => customProps Prop added
195
+
196
+ # 1.0.0-alpha-196
197
+
198
+ - AdvancedMultiSelect => SelectedOptionsLimti old and new comparsion based rerender update
199
+
200
+ # 1.0.0-alpha-195
201
+
202
+ - ZIndex Number Counter Issue solved
203
+
204
+ # 1.0.0-alpha-194
205
+
206
+ - Tab => css modified position correction and mousedown issue fixed
207
+ - fitContWidth,fitContHeight class added in common
208
+ - propType Declaration fixes
209
+
210
+ # 1.0.0-alpha-193
211
+
212
+ - VelocityAnimation => slideLeft animation added
213
+ - Tabs => containerClass prop added
214
+
215
+ # 1.0.0-alpha-192
216
+
217
+ - CTA gray based color changes
218
+
219
+ # 1.0.0-alpha-191
220
+
221
+ - CustomScroll Color Fixes
222
+
223
+ # 1.0.0-alpha-190
224
+
225
+ - DarkMode => input placeholder color changed
226
+
227
+ # 1.0.0-alpha-189
228
+
229
+ - DropBox => Calculation Based Performance improvement
230
+ - Popup => Popup WitthIn Popup Body Focus Issue Solved
231
+
232
+ # 1.0.0-alpha-188
233
+
234
+ - Popup => popup within popup open body click issue fixed
235
+
236
+ # 1.0.0-alpha-187
237
+
238
+ - Popup => popupGroup empty array check added
239
+
240
+ # 1.0.0-alpha-186
241
+
242
+ - MultiSelect - children render place changed
243
+
244
+ # 1.0.0-alpha-185
245
+
246
+ - DropBox => Toggle Position Issue Solved For Left Right Padding Calculation
247
+
248
+ # 1.0.0-alpha-184
249
+
250
+ - Palette-Based Folder Structure Changed.
251
+ - data-theme changed to data-mode
252
+ - data-palette changed to data-theme
253
+
254
+ # 1.0.0-alpha-183
255
+
256
+ - AppContainer => dataThemeAttr,dataTheme prop removed. instead customProps prop added
257
+ - Palette Based Color System Implemented
258
+
259
+ # 1.0.0-alpha-182
260
+
261
+ - DateComponent => Safari Browser Focus Selection Issue Fixed
262
+
263
+ # 1.0.0-alpha-181
264
+
265
+ - MultiSelect , AdvancedMultiSelect => selection reorder issue fixed
266
+ - Avatar, AvatarTeam, Checkbox, ListItem, Switch => customProps Added
267
+
268
+ # 1.0.0-alpha-180
269
+
270
+ - Tab => Rtl Fix
271
+ - Config => idCounter, ZindexCounter, IdPrefix Added, Intial Zindex Increased to 3
272
+
273
+ # 1.0.0-alpha-179
274
+
275
+ - DateWidget => 24 hours HH caps placeholder issue solved
276
+
277
+ # 1.0.0-alpha-178
278
+
279
+ - MultiSelect => getFooter prop added
280
+ - AdvancedMultiSelect => getFooter prop added
281
+
282
+ # 1.0.0-alpha-177
283
+
284
+ - DateWidget - PlaceHolder Lower Case Issue Solved
285
+ - Tab - Hook Callback Issue Fixed
286
+ - MultiSelect Empty Array Fix
287
+
288
+ # 1.0.0-alpha-176
289
+
290
+ - DateWidget - isHideCurrentYear,onBlur,onFocus prop added
291
+
292
+ # 1.0.0-alpha-175
293
+
294
+ - DateTime,DateWidget - is24Hour prop added
295
+ - DateTime => isDefaultPosition prop added
296
+ - Responsive Observer Performance Issue Fixed
297
+
298
+ # 1.0.0-alpha-174
299
+
300
+ - CheckBox - isClipped Prop added
301
+
302
+ # 1.0.0-alpha-173
303
+
304
+ - code-based issue fixed ( const to let)
305
+
306
+ # 1.0.0-alpha-172
307
+
308
+ - TextBoxIcon/TextBoxIcon.js
309
+ => onClearMouseDown prop support
310
+ - MultiSelect, MultiSelectWithAvatar,AdvancedMultiSelect => disabledOptions prop supported
311
+
312
+ # 1.0.0-alpha-171
313
+
314
+ - Dropbox => mobileWidth Configuration Hook given
315
+
316
+ # 1.0.0-alpha-170
317
+
318
+ - MultiSelectWithAvatar => isSearchClearOnSelect prop added
319
+ - DropBox => customStyle prop added
320
+ - DropDownHeading => tabIndex removed
321
+
322
+ # 1.0.0-alpha-169
323
+
324
+ - DateWidget => iconOnHover added and autoComplete disabled
325
+ - AdvancedGroupMultiSelect => autoComplete disabled
326
+ - AdvancedMultiSelect => autoComplete disabled
327
+ - MultiSelect => autoComplete disabled
328
+ - MultiSelectWithAvatar => isBoxPaddingNeed prop added
329
+ - GroupSelect => iconOnHover prop added and tab focus issue solved
330
+ - Select => iconOnHover prop added and tab focus issue solved
331
+ - SelectWithAvatar => autoComplete disabled
332
+ - SelectWithIcon => autoComplete disabled
333
+ - TextBox => isFocus prop added
334
+ - TextBoxIcon => isFocus,iconOnHover prop added
335
+
336
+ # 1.0.0-alpha-168
337
+
338
+ - DropBox Duplicate Portal removed
339
+
340
+ # 1.0.0-alpha-167
341
+
342
+ - DropBox - responsive ui fixes , isRestrictScroll,needAutoZindex prop added, needResponsive default value changed to true
343
+ - Popup - customOrder prop added
344
+ - ListItemWithAvatar => tick icon padding issue solved
345
+
346
+ # 1.0.0-alpha-166
347
+
348
+ - Tab => Border Calculation Issue Fixed
349
+ - Tooltip => Position Issue Fixed
350
+
351
+ # 1.0.0-alpha-165
352
+
353
+ - Select -> onFocus Prop Added
354
+ - Tab -> titlePosition prop added for tooltip
355
+
356
+ # 1.0.0-alpha-164
357
+
358
+ - Fixed Tab highlight issue.
359
+
360
+ # 1.0.0-alpha-163
361
+
362
+ - Fixed the bug to recalculate dimension if tab id changed
363
+
364
+ # 1.0.0-alpha-162
365
+
366
+ - Performance Changes added in Tab , Tooltip Components
367
+ - MultiSelect, MultiSelectWithAvatar => customChildrenClass prop Added and TextBox component replaced with TextBoxWithIcon component
368
+
369
+ # 1.0.0-alpha-161
370
+
371
+ - Proxima Font Removed and Lato Font Added
372
+
373
+ # 1.0.0-alpha-159
374
+
375
+ - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect default Prop changed as true
376
+ - Tooltip Box Layout Position Issue Fixed
377
+ - autoTabIndex prop removed in listitem component groups
378
+
379
+ # 1.0.0-alpha-158
380
+
381
+ - ListItem => dataId Fix
382
+ - MultiSelect => Bg color fix
383
+
384
+ # 1.0.0-alpha-157
385
+
386
+ - RippleEffect => needBorder prop added
387
+ - Select => Children Prop added
388
+ - MultiSelect,MultiSelectWithAvatar,AdvancedGroupMultiSelect,AdvancedMultiSelect - isSearchClearOnSelect prop added
389
+ - ListItem,ListItemWithIcon,ListItemWithAvatar => dataId added for tickIcon
390
+
391
+ # 1.0.0-alpha-156
392
+
393
+ - A11y Changes
394
+
395
+ # 1.0.0-alpha-156
396
+
397
+ - Dark Theme Changes
398
+
399
+ # 1.0.0-alpha-155
400
+
401
+ - Tooltip DarkMode Theme Css Added
402
+
403
+ # 1.0.0-alpha-154
404
+
405
+ - isDarkMode based props removed for all components
406
+ - AppContainer => Tooltip moved from Container Html
407
+
408
+ # 1.0.0-alpha-153
409
+
410
+ - ListItem => text-decoration fixed
411
+ - AdvancedGroupMultiSelect => isGroupMultiSelect prop removed
412
+ - AdvancedMultiSelect => isGroupMultiSelect removed, isBoxPaddingNeed added
413
+ - MultiSelectHeader => isGroupMultiSelect removed
414
+
415
+ # 1.0.0-alpha-152
416
+
417
+ - A11y Changes
418
+ - Theme Primary Colors Added
419
+
420
+ # 1.0.0-alpha-150
421
+
422
+ - Label => dark palette added
423
+ - TextBox => light variant added
424
+
425
+ # 1.0.0-alpha-149
426
+
427
+ - Avatar,AvatarTeam =>borderOnActive,borderOnHover prop added
428
+ - Tab - text decoration added
429
+ - Semantic Button Css fixed
430
+
431
+ # 1.0.0-alpha-148
432
+
433
+ - Tag => max-width 100% added
434
+ - Theme Changes in => DateTime,Tabs,AdvancedMultiSelect,RippleEffect
435
+
436
+ # 1.0.0-alpha-147
437
+
438
+ - currentScreenSize returned from Responsive Receiver
439
+ - sticky class added in common.module.css
440
+ - --zdt prefix added for theme variables
441
+
442
+ # 1.0.0-alpha-146
443
+
444
+ - ListItem => dataId fixes
445
+ - Tag => dataId issue Fixed
446
+ - DropBox => RTL fixes
447
+ - VelocityAnimation => RTL fixes
448
+
449
+ # 1.0.0-alpha-145
450
+
451
+ - TextBoxIcon Clear Icon Color Fix
452
+
453
+ # 1.0.0-alpha-144
454
+
455
+ - PortalLayer Moved to deprecated folder
456
+ - A11y Id Added For Select, MultiSelect Based Components
457
+ - Semantic Button Default Font and Padding Resetted.
458
+ - LisItem - dataId setted default
459
+
460
+ - DropDown
461
+ - DropDownHeading - Added customClass props
462
+ - DropDownItem - Added customClass props
463
+ - DropDownSearch - Added customClass
464
+ - DropDownSeparator - Added customClass props
465
+ - Radio - Added customClass
466
+ - ListItem
467
+ - ListItem - Removed customClass props and Added customClass object
468
+ - ListItemWithAvatar - Added customClass
469
+ - ListItemWithCheckBox - Added customClass
470
+ - ListItemWIthIcon - Added customClass
471
+ - ListItemWithRadio - Added customClass
472
+ - Ribbon - Added customClass props
473
+ - Stencils - Added customClass props
474
+ - Switch - Added customClass
475
+ - TextBoxIcon - Removed className props and Added customClass
476
+ - Textarea - Removed className props and Added customClass props
477
+ - Tooltip - No customClass. Just declared variables for Theme mode
478
+
479
+ # 1.0.0-alpha-143
480
+
481
+ - Issue fix in displaying Avatar Initial when 'name' prop has trailing space.
482
+
483
+ # 1.0.0-alpha-142
484
+
485
+ - Theme Based Changes(Variable changes no Impacts)
486
+
487
+ # 1.0.0-alpha-141
488
+
489
+ - Tab => keyboardprevent(ctrl,shift,alt) for link case
490
+ - Appcontainer => dataThemeAttr added
491
+ - ListItem => isDarkMode prop added
492
+
493
+ # 1.0.0-alpha-140
494
+
495
+ - DropBox -> PortalLayer changed to Modal
496
+
497
+ # 1.0.0-alpha-139
498
+
499
+ - DateTime => i18keys supported
500
+ - variable name changes
501
+
502
+ # 1.0.0-alpha-138
503
+
504
+ - - Avatar - Removed customTextClass and added customClass props
505
+ - - AvatarTeam - Removed customTextClass and added customClass
506
+ - - Button - Removed className and added customClass
507
+ - - Buttongroup - Added customClass props
508
+ - - Card, CardHeader, CardContent, CardFooter - Removed className and added customClass props in Card, CardHeader, CardContent, CardFooter
509
+ - - CheckBox - Added customClass
510
+ - - DropBox - Removed className and added customClass
511
+ - - Label - Added customClass props
512
+ - - Tag - Removed className and added customClass
513
+ - - TextBox - Removed className and added customClass props
514
+ - - AppContainer - dataTheme Prop added
515
+
516
+ # 1.0.0-alpha-137
517
+
518
+ - ally Fixes
519
+ - htmlId prop added in the select component
520
+ - AdvancedGroupMultiSelect => scroll fetch issue fix
521
+
522
+ # 1.0.0-alpha-136
523
+
524
+ - removed dataIdNoOptnsMsg from GroupSelect
525
+ - i18keys props renamed to i18nKeys
526
+ - clearTitle prop removed from MultiSelect, MultiSelectAvatar, AdvancedMultiSelect, AdvancedGroupMultiSelect
527
+ - Textare => default font fix
528
+ - CalenderView => dataId changed for invalidDate as invalidDate
529
+ - DatePicker limit changed to 1850 - 9999
530
+
531
+ # 1.0.0-alpha-135
532
+
533
+ - Avatar alternateSrc supported
534
+
535
+ # 1.0.0-alpha-134
536
+
537
+ - Reset Code Splitting
538
+
539
+ # 1.0.0-alpha-133
540
+
541
+ - AdvancedGroupMultiSelect => isPadding Prop added
542
+
543
+ # 1.0.0-alpha-132
544
+
545
+ - htmlId prop given in TextBox , Textboxwithicon, Textarea
546
+ - CssProvider Changes
547
+
548
+ # 1.0.0-alpha-131
549
+
550
+ - Removed isLicenseSuccess and i18n in Label
551
+ - name Prop changed to htmlFor in Label
552
+ - title prop added in DropDownHeading
553
+
554
+ # 1.0.0-alpha-130
555
+
556
+ - Added 'isLicenseSuccess' props in 'ListItemWithIcon' component
557
+
558
+ # 1.0.0-alpha-129
559
+
560
+ - DropBox className Fix
561
+
562
+ # 1.0.0-alpha-128
563
+
564
+ - DateComponent => isEditable added
565
+
566
+ # 1.0.0-alpha-127
567
+
568
+ - DateComponent => error through fix
569
+
570
+ # 1.0.0-alpha-126
571
+
572
+ - AllY implementation for the button, textbox
573
+ - Semantic button added
574
+
575
+ # 1.0.0-alpha-125
576
+
577
+ - fize => font_sizevariable replaced
578
+ - Tab => moreiconActiveClass
579
+
580
+ # 1.0.0-alpha-124
581
+
582
+ - size => fsize
583
+
584
+ # 1.0.0-alpha-123
585
+
586
+ - Appcontainer RemFontVariable added
587
+
588
+ # 1.0.0-alpha-122
589
+
590
+ - Tag default bg color Changed
591
+ - AvatarTeam background color removed
592
+
593
+ # 1.0.0-alpha-121
594
+
595
+ - Dropbox shadow changed
596
+
597
+ # 1.0.0-alpha-120
598
+
599
+ - Reponsive Render Fixes
600
+ - DropBoxBorder Removed
601
+
602
+ # 1.0.0-alpha-119
603
+
604
+ - DateTime component Fix
605
+
606
+ # 1.0.0-alpha-118
607
+
608
+ - CustomResponsive Added
609
+
610
+ # 1.0.0-alpha-117
611
+
612
+ - DateTime Placeholder Selection Fix For Firefox
613
+
614
+ # 1.0.0-alpha-116
615
+
616
+ - DateTime Component Issue Fix , Row Fix, YearView Fix
617
+ - DateTime => i18keys prop added
618
+ - TextBoxWithIcon => children prop Parent Changed to Box
619
+
620
+ # 1.0.0-alpha-115
621
+
622
+ - DropBox => isDarkMode added
623
+ - DropDownHeading => isDarkMode added
624
+ - ListItem => palette dark added
625
+ - ListItemWithAvatar => isDarkMode,avatarPalette added
626
+ - EmptyState => isDarkMode added
627
+ - MultiSelect => isDarkMode,palette added
628
+ - MultiSelectWithAvatar => isDarkMode,palette added
629
+ - SelectedOptions => isDarkMode added
630
+ - Suggestions => isDarkMode, palette added
631
+ - Stencils => dark palette added
632
+ - Tag => isDarkMode prop added
633
+
634
+ # 1.0.0-alpha-114
635
+
636
+ - Tab iconSize Prop Added
637
+
638
+ # 1.0.0-alpha-113
639
+
640
+ - DateTime => isPadding prop added
641
+ - common diabled opacity changed to 0.5
642
+ - MultiSelect => isBoxPaddingNeed needa prop added
643
+ - DropBox => isBoxPaddingNeed prop added
644
+ - RippleEffect => primaryDark palette added
645
+
646
+ # 1.0.0-alpha-112
647
+
648
+ - Card scroll issue fix
649
+
650
+ # 1.0.0-alpha-111
651
+
652
+ - AdvancedGroupMultiSelect => children,getFooter, customClass added , Loader Handled
653
+ - GroupSelect => children, getFooter added
654
+ - Svg package Added
655
+ - RippleEffect => before zindex removed
656
+ - Container , Box Performance Fix
657
+ - Card ReRender Fix
658
+
659
+ # 1.0.0-alpha-110
660
+
661
+ - MultiSelect DataId Fix
662
+ - ToolTip Fix
663
+ - RippleEffect Added
664
+
665
+ # 1.0.0-alpha-109
666
+
667
+ - MultiSelect Data-Id fix
668
+ - Peer Dependencies Added
669
+
670
+ # 1.0.0-alpha-108
671
+
672
+ - Disabling internal state support for Accordion.
673
+ - Adding 'equalityCheck' function support for AccordionItem.
674
+
675
+ # 1.0.0-alpha-107
676
+
677
+ - Adding onScroll support for TabContentWrapper component
678
+
679
+ # 1.0.0-alpha-106
680
+
681
+ - Package Update
682
+
683
+ # 1.0.0-alpha-105
684
+
685
+ - icon, variable version update
686
+ - radio,checkbox,switch accessiblity changes => data-checked removed
687
+ - semantic button added
688
+
689
+ # 1.0.0-alpha-104
690
+
691
+ - Dropbox => isBoxPaddingNeed,isPadding Added
692
+
693
+ # 1.0.0-alpha-103
694
+
695
+ - Tag Flat Removed
696
+
697
+ # 1.0.0-alpha-102
698
+
699
+ - ListItemWithAvatar => avatarPalette added
700
+ - AdvancedGroupMultiSelect => needBorder added
701
+ - AdvancedMultiSelect => needBorder added
702
+ - Suggestions => avatarPalette added
703
+ - SelectWithAvatar => onRemove,avatarPalette,tagSize,groupName added
704
+ - Tag => avatarPalette added
705
+
706
+ # 1.0.0-alpha-101
707
+
708
+ - PortalLayer Fix Zindex
709
+
710
+ # 1.0.0-alpha-100
711
+
712
+ - Listitem Data-selected attr added, tabIndex Fixed
713
+
714
+ # 1.0.0-alpha-99
715
+
716
+ - Tab Click Fixed
717
+
718
+ # 1.0.0-alpha-98
719
+
720
+ - Modal Zindex issue fixed
721
+ - Tabs OnmouseDown Implement
722
+
723
+ # 1.0.0-alpha-97
724
+
725
+ - MultiSelect Issue Fix
726
+
727
+ # 1.0.0-alpha-96
728
+
729
+ - Tootltip Update
730
+ - Avatar -> textPalette,customTextClass added - font-family light removed
731
+ - AvatarTeam -> textPalette,customTextClass added
732
+
733
+ # 1.0.0-alpha-95
734
+
735
+ - Icon Package Update
736
+
737
+ # 1.0.0-alpha-94
738
+
739
+ - Tab Mapping Fix
740
+
741
+ # 1.0.0-alpha-93
742
+
743
+ - Tab Fixes
744
+
745
+ # 1.0.0-alpha-92
746
+
747
+ - Tab Custom Element Fix
748
+ - Avatar xlarge size changes
749
+
750
+ # 1.0.0-alpha-91
751
+
752
+ - Tab Click Prevent Fix
753
+
754
+ # 1.0.0-alpha-90
755
+
756
+ - Switch,CheckBox,Radio => data-checked added
757
+ - Tab Resize Issue Solved, setTitleForMoreOptions added for vertical, a11y tags added , gamma and zeta palatte removed
758
+ - ListItem TaBIndex Added
759
+
760
+ # 1.0.0-alpha-89
761
+
762
+ - Tooltip Change
763
+ - Icon Version Update
764
+ - For MultiSelect Based Components clearTitle prop Added
765
+ - tooltip added in Tag Component
766
+
767
+ # 1.0.0-alpha-88
768
+
769
+ - Datewidget/Datetime tested and docs update with @zohodesk/datetimejs package
770
+
771
+ # 1.0.0-alpha-87
772
+
773
+ - Date Component TimeZone Fix
774
+ - Unwanted Functions Removed from utils/Common
775
+
776
+ # 1.0.0-alpha-86
777
+
778
+ - Tooltip UI Updated
779
+ - DropDownFooter,DropDownHeader,DropDownMenu,SimpleDropdown Deleted
780
+ - DropDownHeading => children and customClass Added
781
+ - AdvancedGroupMultiSelect -> search fix
782
+ - MultiSelect -> search clear fix
783
+ - GroupSelect -> Keydown Fix
784
+
785
+ # 1.0.0-alpha-85
786
+
787
+ - Datetime/DateWidget Component changes from @zohodesk/datetimejs package
788
+
789
+ # 1.0.0-alpha-84
790
+
791
+ - ListItemWiithIcon Data-Id Fix
792
+
793
+ # 1.0.0-alpha-83
794
+
795
+ - CheckBox Prop Fix Update activeStyle added
796
+
797
+ # 1.0.0-alpha-82
798
+
799
+ - DateTime, DateWidget Changes => date return object Fix
800
+ - autoFocus prop added in Textarea component
801
+
802
+ # 1.0.0-alpha-81
803
+
804
+ - variant - secondary type removed in a Label component
805
+ - customClass Added For Label component
806
+ - Radio, CheckBox SVG Updated, and Palette Danger Added, isFilled Added For Transparent BG
807
+ - MultiSelect Avatar DataId Changes
808
+
809
+ # 1.0.0-alpha-80
810
+
811
+ - data-dottedTitle added for Tooltip
812
+
813
+ # 1.0.0-alpha-79
814
+
815
+ - Tag danger, default color changed to dot_bg_hawkesBlue
816
+ - MultiSelectWithAvatar size prop passed for tags Parent
817
+
818
+ # 1.0.0-alpha-78
819
+
820
+ - isAbsolute,isAnimate,needAction,boxSize,className,innerClass prop added in DateTime
821
+ - needBorder prop added in CalendarView
822
+ - isAbsolutePositioningNeeded prop fixed in dropbox
823
+ - Timezone Day light savings offset calculation fix in Date Components
824
+ - isSearchClearOnClose props added for Select Based components
825
+ - Radio line-heignt fix
826
+
827
+ # 1.0.0-alpha-77
828
+
829
+ - TestCase Fix
830
+
831
+ # 1.0.0-alpha-76
832
+
833
+ - ResizeObserver Implementation
834
+
835
+ # 1.0.0-alpha-75
836
+
837
+ - Select children prop undefined issue fix
838
+
839
+ # 1.0.0-alpha-74
840
+
841
+ - SelectWithIcon Component Added
842
+ - getChildren,getFooter,getCustomEmptyState feature added in Select Component
843
+
844
+ # 1.0.0-alpha-73
845
+
846
+ - Appcontainer eleRef Supported
847
+ - Responsive TouchDevice Fix
848
+ - Stencils color Update
849
+
850
+ # 1.0.0-alpha-72
851
+
852
+ - BaseLine Added in Layout
853
+ - hide added in CssProvider
854
+
855
+ # 1.0.0-alpha-71
856
+
857
+ - disableTitle and needAvatarTitle Added For List Items
858
+ - Avatar Team Title Fix
859
+
860
+ # 1.0.0-alpha-70
861
+
862
+ - Leap Year Date Component Fix
863
+ - Card Shrink issue Fix
864
+
865
+ # 1.0.0-alpha-69
866
+
867
+ - Exporting RefElement component from PortalLayer component
868
+
869
+ # 1.0.0-alpha-68
870
+
871
+ - Tab Width Calculation fix, Dotted Fix
872
+ - SelectWithAvatar Fix
873
+ - Select Fix
874
+ - MultiSelect disableAction Fix
875
+ - Variable Update
876
+
877
+ # 1.0.0-alpha-67
878
+
879
+ - Adding TourId and isAbsolutePositioningNeeded key in DropBox
880
+ - Adding TourId in Box, Container, and Tab components
881
+
882
+ # 1.0.0-alpha-66
883
+
884
+ - Snap Update
885
+
886
+ # 1.0.0-alpha-65
887
+
888
+ - isDisabled, Readonly Unified in all Form Components
889
+ - Date Dropdown => Select List Border Fix
890
+ - Unified All Fields
891
+
892
+ # 1.0.0-alpha-64
893
+
894
+ - isDisabled Option added for List Item Based Atoms
895
+ - needBorder and disableAction Option added for MultiSelect
896
+ - Select BoxSize Added for DropBox
897
+
898
+ # 1.0.0-alpha-62
899
+
900
+ - Switch Title Issue Fixed
901
+
902
+ # 1.0.0-alpha-61
903
+
904
+ - Tab Click Issue Fixed
905
+
906
+ # 1.0.0-alpha-60
907
+
908
+ - Button Title Added
909
+ - Tab Disabled Added
910
+ - Tooltip Fix
911
+
912
+ # 1.0.0-alpha-59
913
+
914
+ - AppContainer Added
915
+
916
+ # 1.0.0-alpha-58
917
+
918
+ - Tag Line Height Issue Fixed
919
+ - Advanced MultiSelect Event Passed in Argument
920
+
921
+ # 1.0.0-alpha-57
922
+
923
+ - Base Font Version 3 Updated
924
+ - Advanced Group Multi-Select Added
925
+
926
+ # 1.0.0-alpha-56
927
+
928
+ - Accordion unMount Added
929
+ - Icon Package Updated
930
+ - Velocity Docs Added
931
+
932
+ # 1.0.0-alpha-55
933
+
934
+ - Tab Dot Color Convert
935
+
936
+ # 1.0.0-alpha-54
937
+
938
+ - GroupSelect Unlimited Scroll Fix
939
+ - Dropdown Header Css After 1px Fix
940
+
941
+ # 1.0.0-alpha-53
942
+
943
+ - CustomScroll Make Optional
944
+ - Reset Code Implemented in Portal
945
+ - Icon Line-Height Remove
946
+ - New Reports Icons Added
947
+
948
+ # 1.0.0-alpha-52
949
+
950
+ - Advance Multi-Select Added
951
+
952
+ # 1.0.0-alpha-51
953
+
954
+ - Docs Run Path Issue Fix
955
+
956
+ # 1.0.0-alpha-50
957
+
958
+ - VelocityAnimation Added
959
+
960
+ # 1.0.0-alpha-49
961
+
962
+ - Radio Test Cases Fixed
963
+
964
+ # 1.0.0-alpha-48
965
+
966
+ - TimeZone Added in DateTime and DateWidget
967
+ - Radio DataId Fix
968
+
969
+ # 1.0.0-alpha-47
970
+
971
+ - DateTime Component needDefaultTime Prop Fix
972
+ - Dot Variables Updated
973
+ - For All ListItem Based IsTick Prop Removed
974
+ - ResponsiveBox and ResponsiveContainer Removed
975
+ - MultiSelect Fragment Implemented
976
+
977
+ # 1.0.0-alpha-46
978
+
979
+ - ReadMe Files Removed
980
+ - Style Order Fixed
981
+
982
+ # 1.0.0-alpha-45
983
+
984
+ - Button RTL Issue Resolved
985
+ - Unwanted Files Removed
986
+ - Responsive Component Verified
987
+
988
+ # 1.0.0-alpha-44
989
+
990
+ - FontIcons and Variables Reverted.
991
+
992
+ # 1.0.0-alpha-43
993
+
994
+ - RTL Implemented.