@zohodesk/components 1.0.0-temp-117 → 1.0.0-temp-119

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