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

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