@zohodesk/components 1.0.0-temp-207.1 → 1.0.0-temp-208

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 (315) hide show
  1. package/.cli/propValidation_report.html +1 -1
  2. package/es/Accordion/Accordion.js +2 -2
  3. package/es/Accordion/AccordionItem.js +4 -4
  4. package/es/Accordion/__tests__/Accordion.spec.js +1 -1
  5. package/es/Accordion/__tests__/AccordionItem.spec.js +1 -1
  6. package/es/Accordion/index.js +2 -2
  7. package/es/Animation/Animation.js +3 -3
  8. package/es/Animation/__tests__/Animation.spec.js +1 -1
  9. package/es/Animation/utils.js +1 -1
  10. package/es/AppContainer/AppContainer.js +9 -9
  11. package/es/AppContainer/__tests__/AppContainer.spec.js +1 -1
  12. package/es/Avatar/Avatar.js +5 -5
  13. package/es/Avatar/__tests__/Avatar.spec.js +1 -1
  14. package/es/AvatarTeam/AvatarTeam.js +4 -4
  15. package/es/AvatarTeam/__tests__/AvatarTeam.spec.js +1 -1
  16. package/es/Button/Button.js +4 -4
  17. package/es/Button/__tests__/Button.spec.js +1 -1
  18. package/es/Button/index.js +2 -2
  19. package/es/Button/props/defaultProps.js +1 -1
  20. package/es/Buttongroup/Buttongroup.js +3 -3
  21. package/es/Buttongroup/__tests__/Buttongroup.spec.js +1 -1
  22. package/es/Card/Card.js +5 -5
  23. package/es/Card/__tests__/Card.spec.js +1 -1
  24. package/es/Card/index.js +4 -4
  25. package/es/CheckBox/CheckBox.js +6 -6
  26. package/es/CheckBox/__tests__/CheckBox.spec.js +1 -1
  27. package/es/DateTime/CalendarView.js +6 -6
  28. package/es/DateTime/DateTime.js +15 -15
  29. package/es/DateTime/DateTimePopupFooter.js +5 -5
  30. package/es/DateTime/DateTimePopupHeader.js +4 -4
  31. package/es/DateTime/DateWidget.js +17 -17
  32. package/es/DateTime/DaysRow.js +3 -3
  33. package/es/DateTime/Time.js +5 -5
  34. package/es/DateTime/YearView.js +6 -6
  35. package/es/DateTime/__tests__/CalendarView.spec.js +1 -1
  36. package/es/DateTime/__tests__/DateTime.spec.js +1 -1
  37. package/es/DateTime/__tests__/DateTimePopupFooter.spec.js +1 -1
  38. package/es/DateTime/__tests__/DateTimePopupHeader.spec.js +1 -1
  39. package/es/DateTime/__tests__/DateWidget.spec.js +1 -1
  40. package/es/DateTime/__tests__/DaysRow.spec.js +1 -1
  41. package/es/DateTime/__tests__/Time.spec.js +1 -1
  42. package/es/DateTime/__tests__/YearView.spec.js +1 -1
  43. package/es/DateTime/dateFormatUtils/dateFormat.js +4 -4
  44. package/es/DateTime/dateFormatUtils/dayChange.js +2 -2
  45. package/es/DateTime/dateFormatUtils/index.js +3 -3
  46. package/es/DateTime/dateFormatUtils/monthChange.js +2 -2
  47. package/es/DateTime/dateFormatUtils/timeChange.js +2 -2
  48. package/es/DateTime/dateFormatUtils/yearChange.js +2 -2
  49. package/es/DateTime/index.js +1 -1
  50. package/es/DateTime/props/propTypes.js +1 -1
  51. package/es/DateTime/validator.js +2 -2
  52. package/es/DropBox/DropBox.js +9 -9
  53. package/es/DropBox/DropBoxElement/DropBoxElement.js +6 -6
  54. package/es/DropBox/DropBoxElement/__tests__/DropBoxElement.spec.js +1 -1
  55. package/es/DropBox/DropBoxElement/css/cssJSLogic.js +1 -1
  56. package/es/DropBox/DropBoxElement/useDropboxPosCalc.js +1 -1
  57. package/es/DropBox/__tests__/DropBox.spec.js +1 -1
  58. package/es/DropBox/css/cssJSLogic.js +1 -1
  59. package/es/DropBox/props/defaultProps.js +1 -1
  60. package/es/DropBox/props/propTypes.js +1 -1
  61. package/es/DropBox/utils/isMobilePopover.js +1 -1
  62. package/es/DropDown/DropDown.js +4 -4
  63. package/es/DropDown/DropDownHeading.js +3 -3
  64. package/es/DropDown/DropDownItem.js +3 -3
  65. package/es/DropDown/DropDownSearch.js +4 -4
  66. package/es/DropDown/DropDownSeparator.js +2 -2
  67. package/es/DropDown/__tests__/DropDown.spec.js +1 -1
  68. package/es/DropDown/__tests__/DropDownHeading.spec.js +1 -1
  69. package/es/DropDown/__tests__/DropDownItem.spec.js +1 -1
  70. package/es/DropDown/__tests__/DropDownSearch.spec.js +1 -1
  71. package/es/DropDown/__tests__/DropDownSeparator.spec.js +1 -1
  72. package/es/DropDown/index.js +7 -7
  73. package/es/DropDown/props/propTypes.js +1 -1
  74. package/es/Heading/Heading.js +4 -4
  75. package/es/Heading/__tests__/Heading.spec.js +1 -1
  76. package/es/Label/Label.js +4 -4
  77. package/es/Label/__tests__/Label.spec.js +1 -1
  78. package/es/Layout/Box.js +4 -4
  79. package/es/Layout/Container.js +4 -4
  80. package/es/Layout/__tests__/Box.spec.js +1 -1
  81. package/es/Layout/__tests__/Container.spec.js +1 -1
  82. package/es/Layout/index.js +2 -2
  83. package/es/ListItem/ListContainer.js +6 -6
  84. package/es/ListItem/ListItem.js +5 -5
  85. package/es/ListItem/ListItemWithAvatar.js +7 -7
  86. package/es/ListItem/ListItemWithCheckBox.js +6 -6
  87. package/es/ListItem/ListItemWithIcon.js +5 -5
  88. package/es/ListItem/ListItemWithRadio.js +6 -6
  89. package/es/ListItem/__tests__/ListContainer.spec.js +1 -1
  90. package/es/ListItem/__tests__/ListItem.spec.js +1 -1
  91. package/es/ListItem/__tests__/ListItemWithAvatar.spec.js +1 -1
  92. package/es/ListItem/__tests__/ListItemWithCheckBox.spec.js +1 -1
  93. package/es/ListItem/__tests__/ListItemWithIcon.spec.js +1 -1
  94. package/es/ListItem/__tests__/ListItemWithRadio.spec.js +1 -1
  95. package/es/ListItem/index.js +6 -6
  96. package/es/Modal/Modal.js +3 -3
  97. package/es/Modal/__tests__/Modal.spec.js +1 -1
  98. package/es/MultiSelect/AdvancedGroupMultiSelect.js +17 -17
  99. package/es/MultiSelect/AdvancedMultiSelect.js +26 -18
  100. package/es/MultiSelect/EmptyState.js +3 -3
  101. package/es/MultiSelect/MobileHeader/MobileHeader.js +5 -5
  102. package/es/MultiSelect/MobileHeader/__tests__/MobileHeader.spec.js +1 -1
  103. package/es/MultiSelect/MultiSelect.js +20 -20
  104. package/es/MultiSelect/MultiSelectHeader.js +4 -4
  105. package/es/MultiSelect/MultiSelectWithAvatar.js +16 -16
  106. package/es/MultiSelect/SelectedOptions.js +5 -5
  107. package/es/MultiSelect/Suggestions.js +6 -6
  108. package/es/MultiSelect/__tests__/AdvancedGroupMultiSelect.spec.js +1 -1
  109. package/es/MultiSelect/__tests__/AdvancedMultiSelect.spec.js +1 -1
  110. package/es/MultiSelect/__tests__/EmptyState.spec.js +1 -1
  111. package/es/MultiSelect/__tests__/MultiSelect.spec.js +1 -1
  112. package/es/MultiSelect/__tests__/MultiSelectHeader.spec.js +1 -1
  113. package/es/MultiSelect/__tests__/MultiSelectWithAvatar.spec.js +1 -1
  114. package/es/MultiSelect/__tests__/SelectedOptions.spec.js +1 -1
  115. package/es/MultiSelect/__tests__/Suggestions.spec.js +1 -1
  116. package/es/MultiSelect/index.js +4 -4
  117. package/es/MultiSelect/props/defaultProps.js +3 -2
  118. package/es/MultiSelect/props/propTypes.js +5 -1
  119. package/es/PopOver/PopOver.js +6 -6
  120. package/es/PopOver/__tests__/PopOver.spec.js +1 -1
  121. package/es/PopOver/index.js +3 -3
  122. package/es/Popup/Popup.js +3 -3
  123. package/es/Provider/AvatarSize.js +1 -1
  124. package/es/Provider/CssProvider.js +1 -1
  125. package/es/Provider/IdProvider.js +2 -2
  126. package/es/Provider/LibraryContext.js +2 -2
  127. package/es/Provider/ZindexProvider.js +2 -2
  128. package/es/Provider/index.js +4 -4
  129. package/es/Radio/Radio.js +5 -5
  130. package/es/Radio/__tests__/Radio.spec.js +1 -1
  131. package/es/Responsive/CustomResponsive.js +7 -7
  132. package/es/Responsive/ResizeComponent.js +2 -2
  133. package/es/Responsive/Responsive.js +6 -6
  134. package/es/Responsive/index.js +3 -3
  135. package/es/Responsive/utils/index.js +1 -1
  136. package/es/Responsive/windowResizeObserver.js +1 -1
  137. package/es/ResponsiveDropBox/ResponsiveDropBox.js +6 -6
  138. package/es/ResponsiveDropBox/__tests__/ResponsiveDropBox.spec.js +1 -1
  139. package/es/ResponsiveDropBox/props/propTypes.js +1 -1
  140. package/es/Ribbon/Ribbon.js +3 -3
  141. package/es/Ribbon/__tests__/Ribbon.spec.js +1 -1
  142. package/es/RippleEffect/RippleEffect.js +4 -4
  143. package/es/RippleEffect/__tests__/RippleEffect.spec.js +1 -1
  144. package/es/Select/GroupSelect.js +16 -16
  145. package/es/Select/Select.js +15 -15
  146. package/es/Select/SelectWithAvatar.js +17 -17
  147. package/es/Select/SelectWithIcon.js +13 -13
  148. package/es/Select/__tests__/GroupSelect.spec.js +1 -1
  149. package/es/Select/__tests__/Select.spec.js +1 -1
  150. package/es/Select/__tests__/SelectWithAvatar.spec.js +1 -1
  151. package/es/Select/__tests__/SelectWithIcon.spec.js +1 -1
  152. package/es/Select/index.js +4 -4
  153. package/es/Select/props/defaultProps.js +1 -1
  154. package/es/Stencils/Stencils.js +3 -3
  155. package/es/Stencils/__tests__/Stencils.spec.js +1 -1
  156. package/es/Switch/Switch.js +5 -5
  157. package/es/Switch/__tests__/Switch.spec.js +1 -1
  158. package/es/Tab/Tab.js +5 -5
  159. package/es/Tab/TabContent.js +4 -4
  160. package/es/Tab/TabContentWrapper.js +3 -3
  161. package/es/Tab/TabWrapper.js +3 -3
  162. package/es/Tab/Tabs.js +13 -13
  163. package/es/Tab/__tests__/Tab.spec.js +1 -1
  164. package/es/Tab/__tests__/TabContent.spec.js +1 -1
  165. package/es/Tab/__tests__/TabContentWrapper.spec.js +1 -1
  166. package/es/Tab/__tests__/TabWrapper.spec.js +1 -1
  167. package/es/Tab/__tests__/Tabs.spec.js +1 -1
  168. package/es/Tab/index.js +5 -5
  169. package/es/Tag/Tag.js +7 -7
  170. package/es/Tag/__tests__/Tag.spec.js +1 -1
  171. package/es/TextBox/TextBox.js +3 -3
  172. package/es/TextBox/__tests__/TextBox.spec.js +1 -1
  173. package/es/TextBoxIcon/TextBoxIcon.js +6 -6
  174. package/es/TextBoxIcon/__tests__/TextBoxIcon.spec.js +1 -1
  175. package/es/TextBoxIcon/props/propTypes.js +1 -1
  176. package/es/Textarea/Textarea.js +27 -155
  177. package/es/Textarea/Textarea.module.css +4 -55
  178. package/es/Textarea/__tests__/Textarea.spec.js +1 -1
  179. package/es/Textarea/props/defaultProps.js +1 -2
  180. package/es/Textarea/props/propTypes.js +1 -5
  181. package/es/Tooltip/Tooltip.js +6 -6
  182. package/es/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
  183. package/es/VelocityAnimation/VelocityAnimation/__tests__/VelocityAnimation.spec.js +1 -1
  184. package/es/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  185. package/es/VelocityAnimation/VelocityAnimationGroup/__tests__/VelocityAnimationGroup.spec.js +1 -1
  186. package/es/VelocityAnimation/index.js +2 -2
  187. package/es/css.js +37 -37
  188. package/es/deprecated/PortalLayer/PortalLayer.js +3 -3
  189. package/es/index.js +39 -39
  190. package/es/semantic/Button/Button.js +3 -3
  191. package/es/semantic/Button/__tests__/Button.spec.js +1 -1
  192. package/es/semantic/index.js +1 -1
  193. package/es/utils/Common.js +1 -1
  194. package/es/utils/ContextOptimizer.js +1 -1
  195. package/es/utils/cssUtils.js +1 -1
  196. package/es/utils/datetime/common.js +1 -1
  197. package/es/utils/dropDownUtils.js +1 -1
  198. package/es/utils/index.js +1 -1
  199. package/es/v1/Accordion/Accordion.js +2 -2
  200. package/es/v1/Accordion/AccordionItem.js +4 -4
  201. package/es/v1/Accordion/index.js +2 -2
  202. package/es/v1/Animation/Animation.js +3 -3
  203. package/es/v1/Animation/utils.js +1 -1
  204. package/es/v1/AppContainer/AppContainer.js +9 -9
  205. package/es/v1/Avatar/Avatar.js +5 -5
  206. package/es/v1/AvatarTeam/AvatarTeam.js +4 -4
  207. package/es/v1/Button/Button.js +4 -4
  208. package/es/v1/Button/props/defaultProps.js +1 -1
  209. package/es/v1/Buttongroup/Buttongroup.js +3 -3
  210. package/es/v1/Card/Card.js +5 -5
  211. package/es/v1/Card/index.js +4 -4
  212. package/es/v1/CheckBox/CheckBox.js +6 -6
  213. package/es/v1/DateTime/CalendarView.js +7 -7
  214. package/es/v1/DateTime/DateTime.js +15 -15
  215. package/es/v1/DateTime/DateTimePopupFooter.js +5 -5
  216. package/es/v1/DateTime/DateTimePopupHeader.js +4 -4
  217. package/es/v1/DateTime/DateWidget.js +17 -17
  218. package/es/v1/DateTime/DaysRow.js +3 -3
  219. package/es/v1/DateTime/Time.js +5 -5
  220. package/es/v1/DateTime/YearView.js +6 -6
  221. package/es/v1/DateTime/index.js +1 -1
  222. package/es/v1/DateTime/props/propTypes.js +1 -1
  223. package/es/v1/DropBox/DropBox.js +9 -9
  224. package/es/v1/DropBox/DropBoxElement/DropBoxElement.js +6 -6
  225. package/es/v1/DropBox/props/defaultProps.js +1 -1
  226. package/es/v1/DropBox/props/propTypes.js +1 -1
  227. package/es/v1/DropBox/utils/isMobilePopover.js +1 -1
  228. package/es/v1/DropDown/DropDown.js +4 -4
  229. package/es/v1/DropDown/DropDownHeading.js +3 -3
  230. package/es/v1/DropDown/DropDownItem.js +3 -3
  231. package/es/v1/DropDown/DropDownSearch.js +4 -4
  232. package/es/v1/DropDown/DropDownSeparator.js +2 -2
  233. package/es/v1/DropDown/props/propTypes.js +1 -1
  234. package/es/v1/Heading/Heading.js +4 -4
  235. package/es/v1/Label/Label.js +4 -4
  236. package/es/v1/Layout/Box.js +4 -4
  237. package/es/v1/Layout/Container.js +4 -4
  238. package/es/v1/Layout/index.js +2 -2
  239. package/es/v1/ListItem/ListContainer.js +6 -6
  240. package/es/v1/ListItem/ListItem.js +5 -5
  241. package/es/v1/ListItem/ListItemWithAvatar.js +7 -7
  242. package/es/v1/ListItem/ListItemWithCheckBox.js +6 -6
  243. package/es/v1/ListItem/ListItemWithIcon.js +5 -5
  244. package/es/v1/ListItem/ListItemWithRadio.js +6 -6
  245. package/es/v1/ListItem/index.js +6 -6
  246. package/es/v1/Modal/Modal.js +3 -3
  247. package/es/v1/MultiSelect/AdvancedGroupMultiSelect.js +17 -17
  248. package/es/v1/MultiSelect/AdvancedMultiSelect.js +17 -17
  249. package/es/v1/MultiSelect/EmptyState.js +3 -3
  250. package/es/v1/MultiSelect/MobileHeader/MobileHeader.js +5 -5
  251. package/es/v1/MultiSelect/MultiSelect.js +19 -19
  252. package/es/v1/MultiSelect/MultiSelectHeader.js +4 -4
  253. package/es/v1/MultiSelect/MultiSelectWithAvatar.js +16 -16
  254. package/es/v1/MultiSelect/SelectedOptions.js +5 -5
  255. package/es/v1/MultiSelect/Suggestions.js +6 -6
  256. package/es/v1/MultiSelect/index.js +4 -4
  257. package/es/v1/MultiSelect/props/defaultProps.js +1 -1
  258. package/es/v1/PopOver/PopOver.js +6 -6
  259. package/es/v1/Popup/Popup.js +3 -3
  260. package/es/v1/Radio/Radio.js +5 -5
  261. package/es/v1/ResponsiveDropBox/ResponsiveDropBox.js +6 -6
  262. package/es/v1/ResponsiveDropBox/props/propTypes.js +1 -1
  263. package/es/v1/Ribbon/Ribbon.js +3 -3
  264. package/es/v1/RippleEffect/RippleEffect.js +4 -4
  265. package/es/v1/Select/GroupSelect.js +16 -16
  266. package/es/v1/Select/Select.js +15 -15
  267. package/es/v1/Select/SelectWithAvatar.js +17 -17
  268. package/es/v1/Select/SelectWithIcon.js +13 -13
  269. package/es/v1/Select/index.js +4 -4
  270. package/es/v1/Select/props/defaultProps.js +1 -1
  271. package/es/v1/Stencils/Stencils.js +3 -3
  272. package/es/v1/Switch/Switch.js +5 -5
  273. package/es/v1/Tab/Tab.js +5 -5
  274. package/es/v1/Tab/TabContent.js +4 -4
  275. package/es/v1/Tab/TabContentWrapper.js +3 -3
  276. package/es/v1/Tab/TabWrapper.js +3 -3
  277. package/es/v1/Tab/Tabs.js +13 -13
  278. package/es/v1/Tab/index.js +5 -5
  279. package/es/v1/Tag/Tag.js +7 -7
  280. package/es/v1/TextBox/TextBox.js +3 -3
  281. package/es/v1/TextBoxIcon/TextBoxIcon.js +6 -6
  282. package/es/v1/TextBoxIcon/props/propTypes.js +1 -1
  283. package/es/v1/Textarea/Textarea.js +3 -3
  284. package/es/v1/Tooltip/Tooltip.js +6 -6
  285. package/es/v1/Typography/Typography.js +4 -4
  286. package/es/v1/Typography/css/cssJSLogic.js +1 -1
  287. package/es/v1/VelocityAnimation/VelocityAnimation/VelocityAnimation.js +3 -3
  288. package/es/v1/VelocityAnimation/VelocityAnimationGroup/VelocityAnimationGroup.js +3 -3
  289. package/es/v1/semantic/Button/Button.js +3 -3
  290. package/es/v1/semantic/index.js +1 -1
  291. package/lib/MultiSelect/AdvancedMultiSelect.js +10 -2
  292. package/lib/MultiSelect/props/defaultProps.js +2 -1
  293. package/lib/MultiSelect/props/propTypes.js +5 -1
  294. package/lib/Textarea/Textarea.js +43 -189
  295. package/lib/Textarea/Textarea.module.css +4 -55
  296. package/lib/Textarea/props/defaultProps.js +1 -2
  297. package/lib/Textarea/props/propTypes.js +1 -5
  298. package/package.json +2 -2
  299. package/result.json +1 -1
  300. package/es/Textarea/TextareaOne.js +0 -349
  301. package/es/Textarea/utils/calculateNodeHeight.js +0 -58
  302. package/es/Textarea/utils/calculateNodeHeightOne.js +0 -66
  303. package/es/Textarea/utils/debounce.js +0 -24
  304. package/es/Textarea/utils/getSizingData.js +0 -27
  305. package/es/Textarea/utils/ownerDocument.js +0 -5
  306. package/es/Textarea/utils/ownerWindow.js +0 -8
  307. package/es/Textarea/utils/updateState.js +0 -30
  308. package/lib/Textarea/TextareaOne.js +0 -422
  309. package/lib/Textarea/utils/calculateNodeHeight.js +0 -69
  310. package/lib/Textarea/utils/calculateNodeHeightOne.js +0 -74
  311. package/lib/Textarea/utils/debounce.js +0 -33
  312. package/lib/Textarea/utils/getSizingData.js +0 -37
  313. package/lib/Textarea/utils/ownerDocument.js +0 -13
  314. package/lib/Textarea/utils/ownerWindow.js +0 -18
  315. package/lib/Textarea/utils/updateState.js +0 -36
package/es/Tag/Tag.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import React, { PureComponent } from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
4
  import { Icon } from '@zohodesk/icons';
5
- import Avatar from "../Avatar/Avatar";
6
- import { Container } from "../Layout";
7
- import Button from "../semantic/Button/Button";
8
- import { getUniqueId } from "../Provider/IdProvider";
9
- import style from "./Tag.module.css";
5
+ import Avatar from '../Avatar/Avatar';
6
+ import { Container } from '../Layout';
7
+ import Button from '../semantic/Button/Button';
8
+ import { getUniqueId } from '../Provider/IdProvider';
9
+ import style from './Tag.module.css';
10
10
  /*
11
11
  * eslint css-modules/no-unused-class: [2, { markAsUsed: ['small', 'medium',
12
12
  * 'closedanger', 'closeprimary', 'default', 'danger', 'secondary',
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import Tag from "../Tag";
2
+ import Tag from '../Tag';
3
3
  import { render } from "@testing-library/react";
4
4
  describe('Tag component', () => {
5
5
  const size = ['small', 'medium'];
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
4
  /* eslint css-modules/no-unused-class: [2, { markAsUsed: ['xmedium', 'medium', 'small', 'default', 'primary', 'secondary'] }] */
5
5
 
6
- import style from "./TextBox.module.css";
6
+ import style from './TextBox.module.css';
7
7
  export default class TextBox extends React.PureComponent {
8
8
  constructor(props) {
9
9
  super(props);
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import Textbox from "../Textbox";
2
+ import Textbox from '../Textbox';
3
3
  import { render } from "@testing-library/react";
4
4
  describe('Textbox component', () => {
5
5
  const type = ['text', 'password', 'number'];
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
4
- import TextBox from "../TextBox/TextBox";
5
- import { Container, Box } from "../Layout";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
+ import TextBox from '../TextBox/TextBox';
5
+ import { Container, Box } from '../Layout';
6
6
  import { Icon } from '@zohodesk/icons';
7
- import btnStyle from "../semantic/Button/semanticButton.module.css";
8
- import style from "./TextBoxIcon.module.css";
7
+ import btnStyle from '../semantic/Button/semanticButton.module.css';
8
+ import style from './TextBoxIcon.module.css';
9
9
  /* eslint-disable react/forbid-component-props */
10
10
 
11
11
  export default class TextBoxIcon extends React.Component {
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import TextBoxIcon from "../TextBoxIcon";
2
+ import TextBoxIcon from '../TextBoxIcon';
3
3
  import { render } from "@testing-library/react";
4
4
  describe('TextBoxIcon component', () => {
5
5
  const type = ['text', 'password', 'number'];
@@ -1,5 +1,5 @@
1
1
  import PropTypes from 'prop-types';
2
- import { propTypes as TextBox_propTypes } from "../../TextBox/props/propTypes";
2
+ import { propTypes as TextBox_propTypes } from '../../TextBox/props/propTypes';
3
3
  export const propTypes = { ...TextBox_propTypes,
4
4
  borderColor: PropTypes.oneOf(['transparent', 'default', 'error']),
5
5
  children: PropTypes.node,
@@ -1,33 +1,23 @@
1
- import React from "react";
2
- import ReactDOM from "react-dom";
3
- import { defaultProps } from "./props/defaultProps";
4
- import { propTypes } from "./props/propTypes";
5
- import debounce from "./utils/debounce";
6
- import calculateNodeHeight from "./utils/calculateNodeHeight";
7
- import ownerWindow from "./utils/ownerWindow";
8
- import updateState from "./utils/updateState";
1
+ import React from 'react';
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
9
4
  /* eslint css-modules/no-unused-class: [2, { markAsUsed: ['resizeX', 'resizeY', 'noresize', 'resizeboth', 'xsmall', 'small', 'medium', 'large', 'xlarge', 'default', 'primary'] }] */
10
5
 
11
- import style from "./Textarea.module.css";
6
+ import style from './Textarea.module.css';
12
7
  export default class Textarea extends React.Component {
13
8
  constructor(props) {
14
9
  super(props);
15
- this.hiddenTextareaRef = /*#__PURE__*/React.createRef();
16
- this.rendersRef = /*#__PURE__*/React.createRef();
17
- this.sizingData = /*#__PURE__*/React.createRef(null);
18
- this.rAF = null;
19
- this.resizeObserver = null;
20
- this.debounceHandleResize = null;
21
- this.onBlur = this.onBlur.bind(this);
22
- this.onKeyDown = this.onKeyDown.bind(this);
23
- this.inputRef = this.inputRef.bind(this);
24
- this.isEmpty = this.isEmpty.bind(this);
25
- this.syncHeight = this.syncHeight.bind(this);
26
10
  this.onChange = this.onChange.bind(this);
27
- this.handleResize = this.handleResize.bind(this);
28
- this.rAFHandleResize = this.rAFHandleResize.bind(this);
29
- this.mountingPhase = this.mountingPhase.bind(this);
30
- this.unMountingPhase = this.unMountingPhase.bind(this);
11
+ this.onKeyDown = this.onKeyDown.bind(this);
12
+ this.onBlur = this.onBlur.bind(this);
13
+ }
14
+
15
+ onChange(e) {
16
+ e && e.preventDefault();
17
+ let {
18
+ onChange
19
+ } = this.props;
20
+ onChange && onChange(e.target.value, e);
31
21
  }
32
22
 
33
23
  onBlur(e) {
@@ -45,116 +35,6 @@ export default class Textarea extends React.Component {
45
35
  onKeyDown && onKeyDown(e);
46
36
  }
47
37
 
48
- inputRef(e) {
49
- let {
50
- getRef
51
- } = this.props;
52
- this.textareaRef = e;
53
- getRef && getRef(e);
54
- }
55
-
56
- isEmpty(obj) {
57
- return obj === undefined || obj === null || Object.keys(obj).length === 0 || obj.height === 0 && !obj.overflow;
58
- }
59
-
60
- syncHeight() {
61
- const {
62
- minRows,
63
- maxRows
64
- } = this.props;
65
- const {
66
- height,
67
- overflow
68
- } = calculateNodeHeight({
69
- minRows: minRows,
70
- maxRows: maxRows,
71
- textareaEle: this.textareaRef,
72
- hiddenTextareaEle: this.hiddenTextareaRef.current
73
- });
74
- const newState = {
75
- height: height,
76
- overflow: overflow
77
- };
78
-
79
- if (this.isEmpty(newState)) {
80
- return;
81
- }
82
-
83
- this.sizingData.current = updateState(this.sizingData.current, newState, this.rendersRef); // this.textareaRef.style.setProperty('height',`${this.sizingData.current.height}px`);
84
-
85
- this.textareaRef.style.height = `${this.sizingData.current.height}px`;
86
- this.textareaRef.style.overflowY = `${this.sizingData.current.overflow ? 'hidden' : 'auto'}`;
87
- }
88
-
89
- onChange(e) {
90
- e && e.preventDefault();
91
- let {
92
- onChange
93
- } = this.props;
94
- this.rendersRef.current = 0;
95
- const value = e.target.value;
96
- requestAnimationFrame(() => {
97
- this.syncHeight();
98
- onChange && onChange(value, e);
99
- });
100
- }
101
-
102
- handleResize() {
103
- this.rendersRef.current = 0;
104
- this.syncHeight();
105
- }
106
-
107
- rAFHandleResize() {
108
- cancelAnimationFrame(this.rAF);
109
- this.rAF = requestAnimationFrame(() => {
110
- this.handleResize();
111
- });
112
- }
113
-
114
- mountingPhase() {
115
- const input = this.textareaRef;
116
- const containerWindow = ownerWindow(input);
117
- this.debounceHandleResize = debounce(this.handleResize);
118
- containerWindow.addEventListener("resize", this.debounceHandleResize);
119
-
120
- if (typeof ResizeObserver !== "undefined") {
121
- this.resizeObserver = new ResizeObserver(this.rAFHandleResize);
122
- this.resizeObserver.observe(input);
123
- }
124
- }
125
-
126
- unMountingPhase() {
127
- const input = this.textareaRef;
128
- const containerWindow = ownerWindow(input);
129
- this.debounceHandleResize.clear();
130
- cancelAnimationFrame(this.rAF);
131
- containerWindow.removeEventListener("resize", this.debounceHandleResize);
132
-
133
- if (this.resizeObserver) {
134
- this.resizeObserver.disconnect();
135
- }
136
- }
137
-
138
- componentDidMount() {
139
- this.sizingData.current = {
140
- height: 0,
141
- overflow: false
142
- };
143
- this.mountingPhase();
144
- }
145
-
146
- componentWillUnmount() {
147
- this.sizingData.current = null;
148
- this.unMountingPhase();
149
- }
150
-
151
- componentDidUpdate(prevProps) {
152
- if (prevProps.text !== this.props.text) {
153
- this.rendersRef.current = 0;
154
- this.syncHeight();
155
- }
156
- }
157
-
158
38
  render() {
159
39
  let {
160
40
  size,
@@ -178,38 +58,37 @@ export default class Textarea extends React.Component {
178
58
  autoFocus,
179
59
  htmlId,
180
60
  a11y,
181
- customClass,
182
- minRows
61
+ customClass
183
62
  } = this.props;
184
63
  let {
185
64
  ariaLabel,
186
65
  ariaLabelledby
187
66
  } = a11y;
188
67
  let resizes = {
189
- horizontal: "resizeX",
190
- vertical: "resizeY",
191
- both: "resizeboth",
192
- none: "noresize"
68
+ horizontal: 'resizeX',
69
+ vertical: 'resizeY',
70
+ both: 'resizeboth',
71
+ none: 'noresize'
193
72
  };
194
73
  let options = {};
195
74
 
196
75
  if (isReadOnly) {
197
- options.readOnly = "readOnly";
76
+ options.readOnly = 'readOnly';
198
77
  }
199
78
 
200
79
  if (isDisabled) {
201
- options.disabled = "disabled";
80
+ options.disabled = 'disabled';
202
81
  }
203
82
 
204
83
  if (autoFocus) {
205
84
  options.autoFocus = true;
206
85
  }
207
86
 
208
- let classList = needAppearance ? `${style.container} ${style[size]} ${style[variant]} ${needBorder ? style.needBorder : style.noBorder} ${resize ? style[resizes[resize]] : style[resizes.none]} ${animated ? `${style[`${size}animated`]}` : ""} ${isDisabled && !needEffect || isReadOnly && !needEffect ? "" : style.effect}` : `${style.basic}`;
209
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("textarea", {
87
+ let classList = needAppearance ? `${style.container} ${style[size]} ${style[variant]} ${needBorder ? style.needBorder : style.noBorder} ${resize ? style[resizes[resize]] : style[resizes.none]} ${animated ? `${style[`${size}animated`]}` : ''} ${isDisabled && !needEffect || isReadOnly && !needEffect ? '' : style.effect}` : `${style.basic}`;
88
+ return /*#__PURE__*/React.createElement("textarea", {
210
89
  "aria-label": ariaLabel,
211
90
  "aria-labelledby": ariaLabelledby,
212
- className: `${customClass} ${isReadOnly && needReadOnlyStyle ? style.readonly : ""} ${classList} ${style[`borderColor_${borderColor}`]}`,
91
+ className: `${customClass} ${isReadOnly && needReadOnlyStyle ? style.readonly : ''} ${classList} ${style[`borderColor_${borderColor}`]}`,
213
92
  placeholder: placeHolder,
214
93
  ...options,
215
94
  "data-id": dataId,
@@ -219,18 +98,11 @@ export default class Textarea extends React.Component {
219
98
  onKeyDown: this.onKeyDown,
220
99
  onFocus: onFocus,
221
100
  onBlur: this.onBlur,
222
- ref: this.inputRef,
101
+ ref: getRef,
223
102
  value: text,
224
103
  id: htmlId,
225
- "data-selector-id": dataSelectorId,
226
- rows: minRows
227
- }), /*#__PURE__*/React.createElement("textarea", {
228
- "aria-hidden": true,
229
- readOnly: true,
230
- ref: this.hiddenTextareaRef,
231
- tabIndex: -1,
232
- className: `${customClass} ${isReadOnly && needReadOnlyStyle ? style.readonly : ""} ${classList} ${style[`borderColor_${borderColor}`]} ${style.forceHiddenStyle}`
233
- }));
104
+ "data-selector-id": dataSelectorId
105
+ });
234
106
  }
235
107
 
236
108
  }
@@ -12,7 +12,6 @@
12
12
  /* textarea placeholder default variable */
13
13
  --textarea_placeholder_text_color: var(--zdt_textarea_placeholder_text);
14
14
  }
15
-
16
15
  .basic {
17
16
  composes: varClass;
18
17
  -webkit-appearance: none;
@@ -23,169 +22,119 @@
23
22
  color: var(--textarea_text_color);
24
23
  cursor: var(--textarea_cursor);
25
24
  }
26
-
27
25
  .basic, .noBorder {
28
26
  border-width: var(--textarea_border_width);
29
27
  }
30
-
31
28
  .basic::placeholder {
32
29
  color: var(--textarea_placeholder_text_color);
33
30
  }
34
-
35
31
  .basic::-webkit-placeholder {
36
32
  color: var(--textarea_placeholder_text_color);
37
33
  }
38
-
39
34
  .basic::-moz-placeholder {
40
35
  color: var(--textarea_placeholder_text_color);
41
36
  }
42
-
43
37
  .basic::-ms-placeholder {
44
38
  color: var(--textarea_placeholder_text_color);
45
39
  }
46
-
47
40
  .basic:disabled {
48
41
  --textarea_cursor: not-allowed;
49
42
  --textarea_text_color: var(--zdt_textarea_default_text);
50
43
  }
51
-
52
44
  .readonly {
53
45
  --textarea_cursor: not-allowed;
54
46
  }
55
-
56
47
  .resizeX {
57
48
  composes: resizeX from '../common/common.module.css';
58
49
  }
59
-
60
50
  .resizeY {
61
51
  composes: resizeY from '../common/common.module.css';
62
52
  }
63
-
64
53
  .noresize {
65
54
  composes: resizenone from '../common/common.module.css';
66
55
  }
67
-
68
56
  .resizeboth {
69
57
  composes: resizeboth from '../common/common.module.css';
70
58
  }
71
-
72
59
  /* css:lineheight-validation:ignore */
73
60
  .container {
74
61
  composes: basic;
75
- transition: .3s;
76
- /* transition: border var(--zd_transition2) linear 0s,
77
- height var(--zd_transition2) linear 0s;
78
- -webkit-transition: border var(--zd_transition2) linear 0s,
62
+ transition: border var(--zd_transition2) linear 0s,
79
63
  height var(--zd_transition2) linear 0s;
80
64
  -moz-transition: border var(--zd_transition2) linear 0s,
81
- height var(--zd_transition2) linear 0s; */
65
+ height var(--zd_transition2) linear 0s;
82
66
  width: 100% ;
83
67
  max-width: 100% ;
84
68
  min-width: var(--zd_size100) ;
85
69
  font-size: var(--textarea_font_size);
86
70
  line-height: var(--textarea_line_height);
87
71
  height: var(--textarea_height);
72
+ -webkit-transition: border var(--zd_transition2) linear 0s,
73
+ height var(--zd_transition2) linear 0s;
88
74
  border-style: solid;
89
75
  background-color: var(--zdt_textarea_default_bg);
90
76
  border-color: var(--textarea_border_color);
91
77
  padding: var(--textarea_padding);
92
78
  }
93
-
94
79
  .needBorder {
95
80
  --textarea_border_width: 0 0 1px 0;
96
81
  }
97
-
98
82
  .borderColor_transparent {
99
83
  --textarea_border_color: var(--zdt_textarea_transparent_border);
100
84
  }
101
-
102
85
  .borderColor_default {
103
86
  --textarea_border_color: var(--zdt_textarea_default_border);
104
87
  }
105
-
106
88
  .effect:hover {
107
89
  --textarea_border_color: var(--zdt_textarea_hover_border);
108
90
  }
109
-
110
91
  .effect:focus {
111
92
  --textarea_border_color: var(--zdt_textarea_focus_border);
112
93
  }
113
-
114
94
  .xsmall,
115
95
  .xmedium {
116
96
  vertical-align: middle;
117
97
  }
118
-
119
98
  .xsmall {
120
99
  --textarea_font_size: var(--zd_font_size14);
121
100
  --textarea_padding: var(--zd_size4) 0 var(--zd_size2);
122
101
  --textarea_height: var(--zd_size28);
123
102
  --textarea_line_height: 1.3572;
124
103
  }
125
-
126
104
  .xmedium {
127
105
  --textarea_font_size: var(--zd_font_size13);
128
106
  --textarea_padding: var(--zd_size4) 0 var(--zd_size2);
129
107
  --textarea_height: var(--zd_size25);
130
108
  --textarea_line_height: 1.3077;
131
109
  }
132
-
133
110
  .small {
134
111
  --textarea_height: var(--zd_size30);
135
112
  --textarea_padding: var(--zd_size2) 0;
136
113
  }
137
-
138
114
  .smallanimated:focus,
139
115
  .xsmallanimated:focus,
140
116
  .xmediumanimated:focus {
141
117
  --textarea_height: var(--zd_size70);
142
118
  }
143
-
144
119
  .medium {
145
120
  --textarea_height: var(--zd_size88);
146
121
  --textarea_padding: var(--zd_size2);
147
122
  }
148
-
149
123
  .large {
150
124
  --textarea_height: var(--zd_size45);
151
125
  --textarea_padding: var(--zd_size2);
152
126
  }
153
-
154
127
  .largeanimated:focus {
155
128
  --textarea_height: var(--zd_size220);
156
129
  }
157
-
158
130
  .xlarge {
159
131
  --textarea_height: var(--zd_size184);
160
132
  }
161
-
162
133
  .default {
163
134
  font-family: var(--zd_regular);
164
135
  --textarea_text_color: var(--zdt_textarea_black_text);
165
136
  }
166
-
167
137
  .primary {
168
138
  composes: semibold from '../common/common.module.css';
169
139
  --textarea_text_color: var(--zdt_textarea_black_text);
170
140
  }
171
-
172
- .forceHiddenStyle {
173
- /* Visibility needed to hide the extra text area on iPads */
174
- visibility: hidden;
175
- /* Remove from the content flow */
176
- position: absolute;
177
- /* Ignore the scrollbar width */
178
- overflow: hidden;
179
- height: 0 ;
180
- top: 0 ;
181
- /* Create a new layer, increase the isolation of the computed values */
182
- transform: translateZ(0);
183
- }
184
-
185
- [dir=ltr] .forceHiddenStyle {
186
- left: 0 ;
187
- }
188
-
189
- [dir=rtl] .forceHiddenStyle {
190
- right: 0 ;
191
- }
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import Textarea from "../Textarea";
2
+ import Textarea from '../Textarea';
3
3
  import { render } from "@testing-library/react";
4
4
  describe('Textarea component', () => {
5
5
  const size = ['xsmall', 'small', 'xmedium', 'medium', 'large'];
@@ -13,6 +13,5 @@ export const defaultProps = {
13
13
  autoFocus: false,
14
14
  customClass: '',
15
15
  a11y: {},
16
- dataSelectorId: 'textarea',
17
- minRows: 3
16
+ dataSelectorId: 'textarea'
18
17
  };
@@ -27,9 +27,5 @@ export const propTypes = {
27
27
  a11y: PropTypes.shape({
28
28
  ariaLabel: PropTypes.string,
29
29
  ariaLabelledby: PropTypes.string
30
- }),
31
- minRows: PropTypes.number,
32
- // the below props are used in TextareaOne.js
33
- maxRows: PropTypes.number,
34
- inlineStyle: PropTypes.string
30
+ })
35
31
  };
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
4
- import { getLibraryConfig } from "../Provider/Config";
5
- import ResizeObserver from "../Responsive/ResizeObserver";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
+ import { getLibraryConfig } from '../Provider/Config';
5
+ import ResizeObserver from '../Responsive/ResizeObserver';
6
6
  import selectn from 'selectn';
7
- import { whiteSpaceClassMapping } from "../utils/cssUtils";
8
- import style from "./Tooltip.module.css";
7
+ import { whiteSpaceClassMapping } from '../utils/cssUtils';
8
+ import style from './Tooltip.module.css';
9
9
  export default class Tooltip extends React.Component {
10
10
  constructor(props) {
11
11
  super(props);
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
4
  import { VelocityComponent } from 'velocity-react';
5
5
  import 'velocity-animate/velocity.ui';
6
- import LibraryContext from "../../Provider/LibraryContextInit";
6
+ import LibraryContext from '../../Provider/LibraryContextInit';
7
7
  export default class VelocityAnimation extends React.Component {
8
8
  constructor(props) {
9
9
  super(props);
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { render } from '@testing-library/react';
3
- import VelocityAnimation from "../VelocityAnimation";
3
+ import VelocityAnimation from '../VelocityAnimation';
4
4
  describe('VelocityAnimation', () => {
5
5
  test('rendering the defult props', () => {
6
6
  const {
@@ -1,9 +1,9 @@
1
1
  import React from 'react';
2
- import { defaultProps } from "./props/defaultProps";
3
- import { propTypes } from "./props/propTypes";
2
+ import { defaultProps } from './props/defaultProps';
3
+ import { propTypes } from './props/propTypes';
4
4
  import { VelocityTransitionGroup } from 'velocity-react';
5
5
  import 'velocity-animate/velocity.ui';
6
- import LibraryContext from "../../Provider/LibraryContextInit";
6
+ import LibraryContext from '../../Provider/LibraryContextInit';
7
7
 
8
8
  function clearProps(props) {
9
9
  let newProps = Object.assign({}, props);
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { render } from '@testing-library/react';
3
- import VelocityAnimationGroup from "../VelocityAnimationGroup";
3
+ import VelocityAnimationGroup from '../VelocityAnimationGroup';
4
4
  describe('VelocityAnimationGroup', () => {
5
5
  test('rendering the defult props', () => {
6
6
  const {
@@ -1,2 +1,2 @@
1
- export { default as VelocityAnimation } from "./VelocityAnimation/VelocityAnimation";
2
- export { default as VelocityAnimationGroup } from "./VelocityAnimationGroup/VelocityAnimationGroup";
1
+ export { default as VelocityAnimation } from './VelocityAnimation/VelocityAnimation';
2
+ export { default as VelocityAnimationGroup } from './VelocityAnimationGroup/VelocityAnimationGroup';