@app-studio/web 0.1.5 → 0.1.6

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/package.json +2 -3
  2. package/src/components/Button/Button/Button.props.ts +0 -79
  3. package/src/components/Button/Button/Button.state.ts +0 -7
  4. package/src/components/Button/Button/Button.style.ts +0 -95
  5. package/src/components/Button/Button/Button.type.d.ts +0 -11
  6. package/src/components/Button/Button/Button.view.tsx +0 -113
  7. package/src/components/Button/Button.md +0 -165
  8. package/src/components/Button/Button.tsx +0 -24
  9. package/src/components/Button/examples/AutoFocusButton.tsx +0 -13
  10. package/src/components/Button/examples/BorderedButtons.tsx +0 -14
  11. package/src/components/Button/examples/ColoredButtons.tsx +0 -12
  12. package/src/components/Button/examples/DefaultButton.tsx +0 -4
  13. package/src/components/Button/examples/DisabledButton.tsx +0 -13
  14. package/src/components/Button/examples/IconButtons.tsx +0 -23
  15. package/src/components/Button/examples/LoadingButtons.tsx +0 -32
  16. package/src/components/Button/examples/ShadowButton.tsx +0 -6
  17. package/src/components/Button/examples/SizeButtons.tsx +0 -16
  18. package/src/components/Button/examples/VariantButtons.tsx +0 -20
  19. package/src/components/Button/examples/index.ts +0 -9
  20. package/src/components/Form/Checkbox/Checkbox/Checkbox.props.ts +0 -118
  21. package/src/components/Form/Checkbox/Checkbox/Checkbox.state.ts +0 -15
  22. package/src/components/Form/Checkbox/Checkbox/Checkbox.style.ts +0 -29
  23. package/src/components/Form/Checkbox/Checkbox/Checkbox.type.d.ts +0 -8
  24. package/src/components/Form/Checkbox/Checkbox/Checkbox.view.tsx +0 -98
  25. package/src/components/Form/Checkbox/Checkbox.md +0 -128
  26. package/src/components/Form/Checkbox/Checkbox.tsx +0 -15
  27. package/src/components/Form/Checkbox/examples/ColorScheme.tsx +0 -12
  28. package/src/components/Form/Checkbox/examples/Default.tsx +0 -5
  29. package/src/components/Form/Checkbox/examples/DisabledInput.tsx +0 -5
  30. package/src/components/Form/Checkbox/examples/ErrorCheckbox.tsx +0 -5
  31. package/src/components/Form/Checkbox/examples/FormCheckout.tsx +0 -46
  32. package/src/components/Form/Checkbox/examples/IconCheckbox.tsx +0 -8
  33. package/src/components/Form/Checkbox/examples/IndeterminateCheckbox.tsx +0 -5
  34. package/src/components/Form/Checkbox/examples/ReadOnlyInput.tsx +0 -5
  35. package/src/components/Form/Checkbox/examples/Shadow.tsx +0 -11
  36. package/src/components/Form/Checkbox/examples/SizeInput.tsx +0 -18
  37. package/src/components/Form/Checkbox/examples/StylesInput.tsx +0 -22
  38. package/src/components/Form/Checkbox/examples/index.ts +0 -11
  39. package/src/components/Form/CountryPicker/CountryPicker/CountryPicker.props.ts +0 -187
  40. package/src/components/Form/CountryPicker/CountryPicker/CountryPicker.state.ts +0 -28
  41. package/src/components/Form/CountryPicker/CountryPicker/CountryPicker.style.ts +0 -17
  42. package/src/components/Form/CountryPicker/CountryPicker/CountryPicker.type.d.ts +0 -22
  43. package/src/components/Form/CountryPicker/CountryPicker/CountryPicker.view.tsx +0 -234
  44. package/src/components/Form/CountryPicker/CountryPicker.md +0 -206
  45. package/src/components/Form/CountryPicker/CountryPicker.tsx +0 -16
  46. package/src/components/Form/CountryPicker/countries.json +0 -1453
  47. package/src/components/Form/CountryPicker/examples/Color.tsx +0 -12
  48. package/src/components/Form/CountryPicker/examples/Default.tsx +0 -4
  49. package/src/components/Form/CountryPicker/examples/Disabled.tsx +0 -5
  50. package/src/components/Form/CountryPicker/examples/Error.tsx +0 -4
  51. package/src/components/Form/CountryPicker/examples/Form.tsx +0 -23
  52. package/src/components/Form/CountryPicker/examples/Formik.tsx +0 -39
  53. package/src/components/Form/CountryPicker/examples/HelperText.tsx +0 -5
  54. package/src/components/Form/CountryPicker/examples/ReadOnlyInput.tsx +0 -5
  55. package/src/components/Form/CountryPicker/examples/Shadow.tsx +0 -4
  56. package/src/components/Form/CountryPicker/examples/Shape.tsx +0 -13
  57. package/src/components/Form/CountryPicker/examples/SizeInput.tsx +0 -16
  58. package/src/components/Form/CountryPicker/examples/StylesInput.tsx +0 -17
  59. package/src/components/Form/CountryPicker/examples/Variant.tsx +0 -13
  60. package/src/components/Form/CountryPicker/examples/index.ts +0 -12
  61. package/src/components/Form/CountryPicker/styles.css +0 -7
  62. package/src/components/Form/DatePicker/DatePicker/DatePicker.props.ts +0 -113
  63. package/src/components/Form/DatePicker/DatePicker/DatePicker.state.ts +0 -17
  64. package/src/components/Form/DatePicker/DatePicker/DatePicker.style.ts +0 -17
  65. package/src/components/Form/DatePicker/DatePicker/DatePicker.type.d.ts +0 -15
  66. package/src/components/Form/DatePicker/DatePicker/DatePicker.view.tsx +0 -118
  67. package/src/components/Form/DatePicker/DatePicker.md +0 -115
  68. package/src/components/Form/DatePicker/DatePicker.tsx +0 -15
  69. package/src/components/Form/DatePicker/examples/ColorScheme.tsx +0 -12
  70. package/src/components/Form/DatePicker/examples/Default.tsx +0 -4
  71. package/src/components/Form/DatePicker/examples/DisabledInput.tsx +0 -5
  72. package/src/components/Form/DatePicker/examples/ErrorCheckbox.tsx +0 -4
  73. package/src/components/Form/DatePicker/examples/FormCheckout.tsx +0 -23
  74. package/src/components/Form/DatePicker/examples/Formik.tsx +0 -35
  75. package/src/components/Form/DatePicker/examples/ReadOnlyInput.tsx +0 -5
  76. package/src/components/Form/DatePicker/examples/Shadow.tsx +0 -10
  77. package/src/components/Form/DatePicker/examples/SizeInput.tsx +0 -16
  78. package/src/components/Form/DatePicker/examples/StylesInput.tsx +0 -14
  79. package/src/components/Form/DatePicker/examples/helperTextDatePicker.tsx +0 -6
  80. package/src/components/Form/DatePicker/examples/index.ts +0 -11
  81. package/src/components/Form/Label/Label/Label.props.ts +0 -36
  82. package/src/components/Form/Label/Label/Label.style.ts +0 -34
  83. package/src/components/Form/Label/Label/Label.type.ts +0 -14
  84. package/src/components/Form/Label/Label/Label.view.tsx +0 -35
  85. package/src/components/Form/Label/Label.tsx +0 -8
  86. package/src/components/Form/Password/Password/Password.props.ts +0 -36
  87. package/src/components/Form/Password/Password/Password.state.ts +0 -6
  88. package/src/components/Form/Password/Password/Password.type.d.ts +0 -14
  89. package/src/components/Form/Password/Password/Password.view.tsx +0 -32
  90. package/src/components/Form/Password/Password.md +0 -108
  91. package/src/components/Form/Password/Password.tsx +0 -15
  92. package/src/components/Form/Password/example/Default.tsx +0 -9
  93. package/src/components/Form/Password/example/DisabledInput.tsx +0 -17
  94. package/src/components/Form/Password/example/ErrorInput.tsx +0 -66
  95. package/src/components/Form/Password/example/FormikErrorInput.tsx +0 -67
  96. package/src/components/Form/Password/example/FormikHelperText.tsx +0 -65
  97. package/src/components/Form/Password/example/HelperText.tsx +0 -65
  98. package/src/components/Form/Select/Select/Select.props.ts +0 -262
  99. package/src/components/Form/Select/Select/Select.state.ts +0 -19
  100. package/src/components/Form/Select/Select/Select.style.ts +0 -19
  101. package/src/components/Form/Select/Select/Select.type.d.ts +0 -15
  102. package/src/components/Form/Select/Select/Select.view.tsx +0 -337
  103. package/src/components/Form/Select/Select.md +0 -165
  104. package/src/components/Form/Select/Select.tsx +0 -16
  105. package/src/components/Form/Select/examples/Color.tsx +0 -12
  106. package/src/components/Form/Select/examples/Default.tsx +0 -4
  107. package/src/components/Form/Select/examples/Disabled.tsx +0 -5
  108. package/src/components/Form/Select/examples/Error.tsx +0 -4
  109. package/src/components/Form/Select/examples/Form.tsx +0 -23
  110. package/src/components/Form/Select/examples/Formik.tsx +0 -41
  111. package/src/components/Form/Select/examples/HelperText.tsx +0 -7
  112. package/src/components/Form/Select/examples/Multiple.tsx +0 -6
  113. package/src/components/Form/Select/examples/ReadOnlyInput.tsx +0 -5
  114. package/src/components/Form/Select/examples/Shadow.tsx +0 -11
  115. package/src/components/Form/Select/examples/SizeInput.tsx +0 -16
  116. package/src/components/Form/Select/examples/StylesInput.tsx +0 -15
  117. package/src/components/Form/Switch/Switch/Switch.props.ts +0 -91
  118. package/src/components/Form/Switch/Switch/Switch.state.ts +0 -11
  119. package/src/components/Form/Switch/Switch/Switch.style.ts +0 -72
  120. package/src/components/Form/Switch/Switch/Switch.type.d.ts +0 -6
  121. package/src/components/Form/Switch/Switch/Switch.view.tsx +0 -78
  122. package/src/components/Form/Switch/Switch.md +0 -148
  123. package/src/components/Form/Switch/Switch.tsx +0 -12
  124. package/src/components/Form/Switch/examples/ChildSwitch.tsx +0 -20
  125. package/src/components/Form/Switch/examples/ColorScheme.tsx +0 -5
  126. package/src/components/Form/Switch/examples/Default.tsx +0 -4
  127. package/src/components/Form/Switch/examples/DisabledInput.tsx +0 -7
  128. package/src/components/Form/Switch/examples/FormSwitch.tsx +0 -22
  129. package/src/components/Form/Switch/examples/Formik.tsx +0 -30
  130. package/src/components/Form/Switch/examples/ReadOnlyInput.tsx +0 -7
  131. package/src/components/Form/Switch/examples/Shadow.tsx +0 -11
  132. package/src/components/Form/Switch/examples/SizeInput.tsx +0 -21
  133. package/src/components/Form/Switch/examples/StylesInput.tsx +0 -32
  134. package/src/components/Form/TextArea/TextArea/TextArea.props.ts +0 -154
  135. package/src/components/Form/TextArea/TextArea/TextArea.state.ts +0 -21
  136. package/src/components/Form/TextArea/TextArea/TextArea.type.ts +0 -15
  137. package/src/components/Form/TextArea/TextArea/TextArea.view.tsx +0 -143
  138. package/src/components/Form/TextArea/TextArea.md +0 -169
  139. package/src/components/Form/TextArea/TextArea.tsx +0 -15
  140. package/src/components/Form/TextArea/examples/ColorScheme.tsx +0 -13
  141. package/src/components/Form/TextArea/examples/Default.tsx +0 -5
  142. package/src/components/Form/TextArea/examples/DisabledInput.tsx +0 -7
  143. package/src/components/Form/TextArea/examples/ErrorInput.tsx +0 -50
  144. package/src/components/Form/TextArea/examples/FormikErrorInput.tsx +0 -52
  145. package/src/components/Form/TextArea/examples/FormikHelperText.tsx +0 -51
  146. package/src/components/Form/TextArea/examples/HelperText.tsx +0 -49
  147. package/src/components/Form/TextArea/examples/LabelInput.tsx +0 -23
  148. package/src/components/Form/TextArea/examples/MaxRowCol.tsx +0 -7
  149. package/src/components/Form/TextArea/examples/Placeholder.tsx +0 -23
  150. package/src/components/Form/TextArea/examples/ReadOnlyInput.tsx +0 -7
  151. package/src/components/Form/TextArea/examples/ShadowArea.tsx +0 -28
  152. package/src/components/Form/TextArea/examples/ShapeInput.tsx +0 -15
  153. package/src/components/Form/TextArea/examples/SizeInput.tsx +0 -16
  154. package/src/components/Form/TextArea/examples/StylesInput.tsx +0 -32
  155. package/src/components/Form/TextArea/examples/VariantsInputs.tsx +0 -15
  156. package/src/components/Form/TextArea/examples/index.ts +0 -15
  157. package/src/components/Form/TextArea/styles.css +0 -7
  158. package/src/components/Form/TextField/TextField/TextField.props.ts +0 -134
  159. package/src/components/Form/TextField/TextField/TextField.state.ts +0 -21
  160. package/src/components/Form/TextField/TextField/TextField.type.d.ts +0 -15
  161. package/src/components/Form/TextField/TextField/TextField.view.tsx +0 -170
  162. package/src/components/Form/TextField/TextField.md +0 -193
  163. package/src/components/Form/TextField/TextField.tsx +0 -14
  164. package/src/components/Form/TextField/examples/ClearInput.tsx +0 -13
  165. package/src/components/Form/TextField/examples/ColorScheme.tsx +0 -13
  166. package/src/components/Form/TextField/examples/Default.tsx +0 -23
  167. package/src/components/Form/TextField/examples/DisabledInput.tsx +0 -7
  168. package/src/components/Form/TextField/examples/ErrorInput.tsx +0 -74
  169. package/src/components/Form/TextField/examples/FormikErrorInput.tsx +0 -76
  170. package/src/components/Form/TextField/examples/FormikHelperText.tsx +0 -62
  171. package/src/components/Form/TextField/examples/HelperText.tsx +0 -60
  172. package/src/components/Form/TextField/examples/LabelInput.tsx +0 -23
  173. package/src/components/Form/TextField/examples/LeftChild.tsx +0 -8
  174. package/src/components/Form/TextField/examples/Placeholder.tsx +0 -23
  175. package/src/components/Form/TextField/examples/ReadOnlyInput.tsx +0 -7
  176. package/src/components/Form/TextField/examples/RightChild.tsx +0 -8
  177. package/src/components/Form/TextField/examples/ShapeInput.tsx +0 -15
  178. package/src/components/Form/TextField/examples/SizeInput.tsx +0 -16
  179. package/src/components/Form/TextField/examples/StylesInput.tsx +0 -33
  180. package/src/components/Form/TextField/examples/VariantsInputs.tsx +0 -15
  181. package/src/components/Form/TextField/examples/index.ts +0 -17
  182. package/src/components/Form/TextField/styles.css +0 -7
  183. package/src/components/Layout/Center/Center/Center.props.ts +0 -18
  184. package/src/components/Layout/Center/Center/Center.view.tsx +0 -12
  185. package/src/components/Layout/Center/Center.md +0 -17
  186. package/src/components/Layout/Center/Center.tsx +0 -11
  187. package/src/components/Layout/Horizontal/Horizontal/Horizontal.props.ts +0 -26
  188. package/src/components/Layout/Horizontal/Horizontal/Horizontal.view.tsx +0 -24
  189. package/src/components/Layout/Horizontal/Horizontal.md +0 -107
  190. package/src/components/Layout/Horizontal/Horizontal.tsx +0 -11
  191. package/src/components/Layout/Horizontal/examples/Default.tsx +0 -11
  192. package/src/components/Layout/Horizontal/examples/Justify.tsx +0 -25
  193. package/src/components/Layout/Horizontal/examples/Reversed.tsx +0 -11
  194. package/src/components/Layout/Horizontal/examples/Wrap.tsx +0 -29
  195. package/src/components/Layout/Horizontal/examples/index.ts +0 -4
  196. package/src/components/Layout/Input/FieldContainer/FieldContainer/FieldContainer.props.ts +0 -25
  197. package/src/components/Layout/Input/FieldContainer/FieldContainer.tsx +0 -17
  198. package/src/components/Layout/Input/FieldContent/FieldContent/FieldContent.props.ts +0 -75
  199. package/src/components/Layout/Input/FieldContent/FieldContent.tsx +0 -55
  200. package/src/components/Layout/Input/FieldIcons/FieldIcons/FieldIcons.props.ts +0 -12
  201. package/src/components/Layout/Input/FieldIcons/FieldIcons.tsx +0 -19
  202. package/src/components/Layout/Input/FieldLabel/FieldLabel/FieldLabel.props.ts +0 -31
  203. package/src/components/Layout/Input/FieldLabel/FieldLabel.tsx +0 -30
  204. package/src/components/Layout/Input/FieldLayout/FieldLayout/FieldLayout.props.ts +0 -29
  205. package/src/components/Layout/Input/FieldLayout/FieldLayout.tsx +0 -33
  206. package/src/components/Layout/Input/FieldWrapper/FieldWrapper.props.ts +0 -12
  207. package/src/components/Layout/Input/FieldWrapper/FieldWrapper.tsx +0 -11
  208. package/src/components/Layout/Input/HelperText/HelperText.props.ts +0 -21
  209. package/src/components/Layout/Input/HelperText/HelperText.tsx +0 -22
  210. package/src/components/Layout/Input/index.ts +0 -7
  211. package/src/components/Layout/Vertical/Vertical/Vertical.props.ts +0 -26
  212. package/src/components/Layout/Vertical/Vertical/Vertical.type.ts +0 -3
  213. package/src/components/Layout/Vertical/Vertical/Vertical.view.tsx +0 -23
  214. package/src/components/Layout/Vertical/Vertical.md +0 -120
  215. package/src/components/Layout/Vertical/Vertical.tsx +0 -12
  216. package/src/components/Layout/Vertical/examples/Default.tsx +0 -11
  217. package/src/components/Layout/Vertical/examples/Justify.tsx +0 -26
  218. package/src/components/Layout/Vertical/examples/Reversed.tsx +0 -11
  219. package/src/components/Layout/Vertical/examples/Wrap.tsx +0 -30
  220. package/src/components/Layout/Vertical/examples/index.tsx +0 -5
  221. package/src/components/Layout/View/View.tsx +0 -2
  222. package/src/components/Layout/configs/Input.style.ts +0 -45
  223. package/src/components/Layout/configs/Input.type.ts +0 -18
  224. package/src/components/Link/Link/Link.props.ts +0 -50
  225. package/src/components/Link/Link/Link.state.ts +0 -6
  226. package/src/components/Link/Link/Link.style.ts +0 -14
  227. package/src/components/Link/Link/Link.type.d.ts +0 -8
  228. package/src/components/Link/Link/Link.view.tsx +0 -44
  229. package/src/components/Link/Link.md +0 -61
  230. package/src/components/Link/Link.tsx +0 -15
  231. package/src/components/Link/examples/Default.tsx +0 -5
  232. package/src/components/Link/examples/IsExternal.tsx +0 -10
  233. package/src/components/Link/examples/Underline.tsx +0 -23
  234. package/src/components/Loader/Loader/Loader.props.ts +0 -105
  235. package/src/components/Loader/Loader/Loader.style.ts +0 -25
  236. package/src/components/Loader/Loader/Loader.type.d.ts +0 -4
  237. package/src/components/Loader/Loader/Loader.view.tsx +0 -138
  238. package/src/components/Loader/Loader.md +0 -111
  239. package/src/components/Loader/Loader.tsx +0 -11
  240. package/src/components/Loader/examples/ColorLoader.tsx +0 -13
  241. package/src/components/Loader/examples/DefaultLoader.tsx +0 -4
  242. package/src/components/Loader/examples/PositionLoader.tsx +0 -19
  243. package/src/components/Loader/examples/SizeLoader.tsx +0 -12
  244. package/src/components/Loader/examples/SpeedLoader.tsx +0 -12
  245. package/src/components/Loader/examples/TextLoader.tsx +0 -8
  246. package/src/components/Loader/examples/VariantLoader.tsx +0 -12
  247. package/src/components/Loader/examples/index.ts +0 -7
  248. package/src/components/Modal/Examples/BlurModal.tsx +0 -38
  249. package/src/components/Modal/Examples/CloseButtonModal.tsx +0 -44
  250. package/src/components/Modal/Examples/DefaultModal.tsx +0 -38
  251. package/src/components/Modal/Examples/FullScreenModal.tsx +0 -28
  252. package/src/components/Modal/Examples/ModalPosition.tsx +0 -61
  253. package/src/components/Modal/Examples/PreventCloseModal.tsx +0 -27
  254. package/src/components/Modal/Examples/ScrollModal.tsx +0 -41
  255. package/src/components/Modal/Examples/ShadowModal.tsx +0 -29
  256. package/src/components/Modal/Examples/VariantModal.tsx +0 -48
  257. package/src/components/Modal/Examples/index.ts +0 -9
  258. package/src/components/Modal/Modal/Modal.props.ts +0 -202
  259. package/src/components/Modal/Modal/Modal.style.ts +0 -23
  260. package/src/components/Modal/Modal/Modal.type.d.ts +0 -7
  261. package/src/components/Modal/Modal/Modal.view.tsx +0 -169
  262. package/src/components/Modal/Modal.md +0 -509
  263. package/src/components/Modal/Modal.tsx +0 -18
  264. package/src/components/Svg/ArrowDown.tsx +0 -32
  265. package/src/components/Svg/ArrowUp.tsx +0 -32
  266. package/src/components/Svg/Check.tsx +0 -28
  267. package/src/components/Svg/Close.tsx +0 -31
  268. package/src/components/Svg/CloseEye.tsx +0 -26
  269. package/src/components/Svg/DustBin.tsx +0 -29
  270. package/src/components/Svg/Edit.tsx +0 -34
  271. package/src/components/Svg/ExternalLink.tsx +0 -31
  272. package/src/components/Svg/Indeterminate.tsx +0 -21
  273. package/src/components/Svg/OpenEye.tsx +0 -26
  274. package/src/components/Svg/Profile.tsx +0 -40
  275. package/src/components/Svg/RightArrow.tsx +0 -44
  276. package/src/components/Svg/index.tsx +0 -12
  277. package/src/components/Text/Text/Text.props.ts +0 -84
  278. package/src/components/Text/Text/Text.style.ts +0 -34
  279. package/src/components/Text/Text/Text.type.d.ts +0 -14
  280. package/src/components/Text/Text/Text.view.tsx +0 -96
  281. package/src/components/Text/Text.md +0 -163
  282. package/src/components/Text/Text.tsx +0 -13
  283. package/src/components/index.tsx +0 -18
@@ -1,49 +0,0 @@
1
- import { useState } from 'react';
2
- import React from 'react';
3
- import { Button, TextArea } from 'src/components';
4
- import { Vertical } from 'src/components/Layout/Vertical/examples';
5
-
6
- export const HelperTextArea = () => {
7
- const initialValues = {
8
- guess: '',
9
- };
10
- const [formValues, setFormValues] = useState(initialValues);
11
- const [formErrors, setFormErrors] = useState(initialValues);
12
-
13
- const validate = (values: any) => {
14
- const errors: any = {};
15
- if (!values.guess) {
16
- errors.guess = 'Required';
17
- }
18
-
19
- setFormErrors(errors);
20
- };
21
-
22
- const handleChange = (event: any) => {
23
- setFormValues({ ...formValues, [event.target.name]: event.target.value });
24
- };
25
-
26
- const handleSubmit = (event: any) => {
27
- event.preventDefault();
28
- validate(formValues);
29
- if (Object.values(formErrors).length === 0) {
30
- alert(formValues.guess);
31
- }
32
- };
33
- return (
34
- <form onSubmit={handleSubmit}>
35
- <Vertical gap={10}>
36
- <TextArea
37
- name="guess"
38
- placeholder="Write here..."
39
- helperText={formErrors.guess}
40
- error={!!formErrors.guess}
41
- onChange={handleChange}
42
- />
43
- <Button type="submit" height="40px" isAuto>
44
- Submit
45
- </Button>
46
- </Vertical>
47
- </form>
48
- );
49
- };
@@ -1,23 +0,0 @@
1
- import React from 'react';
2
- import { Button } from 'src/components';
3
- import { Horizontal } from 'src/components';
4
-
5
- import { TextArea } from '../TextArea';
6
-
7
- export const LabelArea = () => {
8
- const handleSubmit = (event: any) => {
9
- event.preventDefault();
10
- const formData = new FormData(event.target);
11
- alert(formData.get('description'));
12
- };
13
- return (
14
- <form onSubmit={handleSubmit}>
15
- <Horizontal gap={10} alignItems="center" wrap="nowrap">
16
- <TextArea name="description" label="Description" />
17
- <Button type="submit" height="40px" isAuto>
18
- Submit
19
- </Button>
20
- </Horizontal>
21
- </form>
22
- );
23
- };
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
-
3
- import { TextArea } from '../TextArea';
4
-
5
- export const MaxArea = () => {
6
- return <TextArea name="max" value="Enter your thought" maxRows={5} maxCols={20} />;
7
- };
@@ -1,23 +0,0 @@
1
- import React from 'react';
2
- import { Button } from 'src/components';
3
- import { Horizontal } from 'src/components';
4
-
5
- import { TextArea } from '../TextArea';
6
-
7
- export const PlaceholderArea = () => {
8
- const handleSubmit = (event: any) => {
9
- event.preventDefault();
10
- const formData = new FormData(event.target);
11
- alert(formData.get('comment'));
12
- };
13
- return (
14
- <form onSubmit={handleSubmit}>
15
- <Horizontal gap={10} alignItems="center" wrap="nowrap">
16
- <TextArea name="comment" placeholder="Type your comment here..." />
17
- <Button type="submit" height="40px" isAuto>
18
- Submit
19
- </Button>
20
- </Horizontal>
21
- </form>
22
- );
23
- };
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
-
3
- import { TextArea } from '../TextArea';
4
-
5
- export const ReadOnlyArea = () => {
6
- return <TextArea name="readOnly" value="Almost before we knew it, we had left the ground." isReadOnly />;
7
- };
@@ -1,28 +0,0 @@
1
- import React from 'react';
2
- import { Button } from 'src/components';
3
- import { Horizontal } from 'src/components';
4
-
5
- import { TextArea } from '../TextArea';
6
-
7
- export const ShadowArea = () => {
8
- const handleSubmit = (event: any) => {
9
- event.preventDefault();
10
- const formData = new FormData(event.target);
11
- alert(`Hello, ${formData.get('surname')}`);
12
- };
13
- return (
14
- <form onSubmit={handleSubmit}>
15
- <Horizontal gap={10} alignItems="center" wrap="nowrap">
16
- <TextArea
17
- name="surname"
18
- label="Surname"
19
- variant="unStyled"
20
- shadow={{ boxShadow: 'rgba(0, 0, 0, 0.20) 0px 3px 8px' }}
21
- />
22
- <Button type="submit" height="40px" colorScheme="theme.primary" isAuto>
23
- Submit
24
- </Button>
25
- </Horizontal>
26
- </form>
27
- );
28
- };
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { Vertical } from 'src/components/Layout/Vertical/examples';
3
-
4
- import { TextArea } from '../TextArea';
5
- import { Shape } from '../TextArea/TextArea.type';
6
-
7
- export const ShapesArea = () => {
8
- return (
9
- <Vertical gap={10} width="300px">
10
- {['default', 'sharp', 'rounded'].map((shape, index) => (
11
- <TextArea key={index} name={shape} placeholder={shape} shape={shape as Shape} variant="outline" />
12
- ))}
13
- </Vertical>
14
- );
15
- };
@@ -1,16 +0,0 @@
1
- import React from 'react';
2
- import { Vertical } from 'src/components/Layout/Vertical/examples';
3
-
4
- import { TextArea } from '../TextArea';
5
-
6
- export const SizeArea = () => {
7
- return (
8
- <Vertical gap={10}>
9
- <TextArea name="xs" placeholder="xs" size="xs" />
10
- <TextArea name="sm" placeholder="sm" size="sm" />
11
- <TextArea name="md" placeholder="md" size="md" />
12
- <TextArea name="lg" placeholder="lg" size="lg" />
13
- <TextArea name="xl" placeholder="xl" size="xl" />
14
- </Vertical>
15
- );
16
- };
@@ -1,32 +0,0 @@
1
- import React from 'react';
2
- import { Button } from 'src/components';
3
- import { Horizontal } from 'src/components';
4
-
5
- import { TextArea } from '../TextArea';
6
-
7
- export const StyledArea = () => {
8
- const handleSubmit = (event: any) => {
9
- event.preventDefault();
10
- const formData = new FormData(event.target);
11
- alert(`Hello, ${formData.get('surname')}`);
12
- };
13
- return (
14
- <form onSubmit={handleSubmit}>
15
- <Horizontal gap={10} alignItems="center" wrap="nowrap">
16
- <TextArea
17
- name="surname"
18
- label="Surname"
19
- variant="unStyled"
20
- styles={{
21
- box: { borderRadius: 8, padding: 5, borderColor: 'theme.primary', borderStyle: 'solid', borderWidth: 1 },
22
- field: { color: 'theme.primary', padding: 0 },
23
- label: { color: 'theme.primary' },
24
- }}
25
- />
26
- <Button type="submit" height="40px" colorScheme="theme.primary" isAuto>
27
- Submit
28
- </Button>
29
- </Horizontal>
30
- </form>
31
- );
32
- };
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { Vertical } from 'src/components/Layout/Vertical/examples';
3
-
4
- import { TextArea } from '../TextArea';
5
- import { Variant } from '../TextArea/TextArea.type';
6
-
7
- export const VariantsArea = () => {
8
- return (
9
- <Vertical gap={10} width="300px">
10
- {['default', 'outline', 'unStyled'].map((variant, index) => (
11
- <TextArea key={index} name={variant} placeholder={variant} variant={variant as Variant} />
12
- ))}
13
- </Vertical>
14
- );
15
- };
@@ -1,15 +0,0 @@
1
- export { ColorArea } from 'src/components/Form/TextArea/examples/ColorScheme';
2
- export { DefaultArea } from 'src/components/Form/TextArea/examples/Default';
3
- export { DisabledArea } from 'src/components/Form/TextArea/examples/DisabledInput';
4
- export { ErrorArea } from 'src/components/Form/TextArea/examples/ErrorInput';
5
- export { FormikErrorArea } from 'src/components/Form/TextArea/examples/FormikErrorInput';
6
- export { FormikHelperTextArea } from 'src/components/Form/TextArea/examples/FormikHelperText';
7
- export { HelperTextArea } from 'src/components/Form/TextArea/examples/HelperText';
8
- export { LabelArea } from 'src/components/Form/TextArea/examples/LabelInput';
9
- export { MaxArea } from 'src/components/Form/TextArea/examples/MaxRowCol';
10
- export { PlaceholderArea } from 'src/components/Form/TextArea/examples/Placeholder';
11
- export { ReadOnlyArea } from 'src/components/Form/TextArea/examples/ReadOnlyInput';
12
- export { ShapesArea } from 'src/components/Form/TextArea/examples/ShapeInput';
13
- export { SizeArea } from 'src/components/Form/TextArea/examples/SizeInput';
14
- export { StyledArea } from 'src/components/Form/TextArea/examples/StylesInput';
15
- export { VariantsArea } from 'src/components/Form/TextArea/examples/VariantsInputs';
@@ -1,7 +0,0 @@
1
- input::-webkit-contacts-auto-fill-button {
2
- visibility: hidden;
3
- display: none !important;
4
- pointer-events: none;
5
- position: absolute;
6
- right: 0;
7
- }
@@ -1,134 +0,0 @@
1
- import React, { CSSProperties } from 'react';
2
- import { Shadow } from 'app-studio';
3
- import { Elevation } from 'src/utils/elevation';
4
-
5
- import { Shape, Size, TextFieldStyles, Variant } from './TextField.type';
6
-
7
- export interface TextFieldProps {
8
- /**
9
- * The input field identifier.
10
- */
11
- id?: string;
12
- /**
13
- * Specifies whether the input field should display an error state.
14
- */
15
- error?: boolean;
16
- /**
17
- * Provides additional information about the input field.
18
- */
19
- helperText?: string;
20
- /**
21
- * The name of the input field.
22
- */
23
- name?: string;
24
- /**
25
- * Displays a label above the user input.
26
- */
27
- label?: string;
28
- /**
29
- * Changes the label and border color of the input field.
30
- */
31
- colorScheme?: string;
32
- /**
33
- * The left child to include in the field.
34
- */
35
- leftChild?: React.ReactNode;
36
- /**
37
- * The right child to include in the field.
38
- */
39
- rightChild?: React.ReactNode;
40
- /**
41
- * Placeholder text to display in the input field until the user enters text.
42
- */
43
- placeholder?: string;
44
- /**
45
- * Specifies whether the input field is read-only and cannot be edited.
46
- */
47
- isReadOnly?: boolean;
48
- /**
49
- * Specifies whether the input field is disabled and cannot be interacted with.
50
- */
51
- isDisabled?: boolean;
52
- /**
53
- * Specifies whether a clear button should be added to the input field that clears its value when clicked.
54
- */
55
- isClearable?: boolean;
56
- /**
57
- * Specifies whether the input field should be automatically focused.
58
- */
59
- isAutoFocus?: boolean;
60
- /**
61
- * Handler function called when the input field value changes.
62
- */
63
- onChange?: (value: any) => void;
64
- /**
65
- * Handler function called when the input field value changes for iOS and Android.
66
- */
67
- onChangeText?: (value: string) => void;
68
- /**
69
- * Callback function triggered when the field loses focus.
70
- */
71
- onBlur?: (value: any) => void;
72
- /**
73
- * Event called when the input field is clicked/pressed.
74
- */
75
- onClick?: () => void;
76
- /**
77
- * Callback function called when the text input receives focus.
78
- */
79
- onFocus?: () => void;
80
- /**
81
- * Sets the text size and padding of the input field.
82
- */
83
- size?: Size;
84
- /**
85
- * Applies a shadow effect to the input field.
86
- */
87
- shadow?: Shadow | Elevation | CSSProperties;
88
- /**
89
- * Changes the shape or outline of the input field.
90
- */
91
- shape?: Shape;
92
- /**
93
- * CSS styles for the input container and field.
94
- */
95
- styles?: TextFieldStyles;
96
- /**
97
- * The default value of the input field.
98
- */
99
- value?: string;
100
- /**
101
- * Changes the style variant of the input field.
102
- */
103
- variant?: Variant;
104
- /**
105
- * Additional properties for customization and extension.
106
- */
107
- [x: string]: any;
108
- }
109
-
110
- export interface TextFieldViewProps extends TextFieldProps {
111
- /** The hint text for the text field */
112
- hint?: string;
113
-
114
- /** Function to set the hint text for the text field */
115
- setHint?: Function;
116
-
117
- /** Indicates whether the text field is currently focused or not */
118
- isFocused?: boolean;
119
-
120
- /** Function to set the focused state of the text field */
121
- setIsFocused?: Function;
122
-
123
- /** Indicates whether the mouse pointer is currently hovering over the text field or not */
124
- isHovered?: boolean;
125
-
126
- /** Function to set the hovered state of the text field */
127
- setIsHovered?: Function;
128
-
129
- /** The current value of the text field */
130
- inputValue?: string;
131
-
132
- /** Function to set the value of the text field */
133
- setInputValue?: Function;
134
- }
@@ -1,21 +0,0 @@
1
- import { useState } from 'react';
2
-
3
- import { TextFieldProps } from './TextField.props';
4
-
5
- export const useTextFieldState = ({ label, placeholder, value }: TextFieldProps) => {
6
- const [hint, setHint] = useState(label ?? placeholder);
7
- const [isFocused, setIsFocused] = useState(false);
8
- const [isHovered, setIsHovered] = useState(false);
9
- const [inputValue, setInputValue] = useState(value || '');
10
-
11
- return {
12
- hint,
13
- setHint,
14
- isFocused,
15
- setIsFocused,
16
- isHovered,
17
- setIsHovered,
18
- inputValue,
19
- setInputValue,
20
- };
21
- };
@@ -1,15 +0,0 @@
1
- import { CSSProperties } from 'react';
2
-
3
- export type Variant = 'outline' | 'default' | 'unStyled';
4
-
5
- export type Shape = 'default' | 'sharp' | 'rounded' | 'pillShaped';
6
-
7
- export type Size = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
8
-
9
- export type TextFieldStyles = {
10
- box?: CSSProperties;
11
- text?: CSSProperties;
12
- label?: CSSProperties;
13
- helperText?: CSSProperties;
14
- field?: CSSProperties;
15
- };
@@ -1,170 +0,0 @@
1
- import React, { useMemo } from 'react';
2
- import { Input, Typography, useTheme } from 'app-studio';
3
- import { FieldContainer } from 'src/components/Layout/Input/FieldContainer/FieldContainer';
4
- import { FieldContent } from 'src/components/Layout/Input/FieldContent/FieldContent';
5
- import { FieldIcons } from 'src/components/Layout/Input/FieldIcons/FieldIcons';
6
- import { FieldLabel } from 'src/components/Layout/Input/FieldLabel/FieldLabel';
7
- import { FieldWrapper } from 'src/components/Layout/Input/FieldWrapper/FieldWrapper';
8
- import { CloseSvg } from 'src/components/Svg';
9
-
10
- import { TextFieldViewProps } from './TextField.props';
11
-
12
- const TextFieldInput = (props: any) => <Input type="text" {...props} />;
13
-
14
- const TextFieldView: React.FC<TextFieldViewProps> = ({
15
- id,
16
- name,
17
- label,
18
- value,
19
- hint,
20
- inputValue,
21
- onChange,
22
- leftChild,
23
- rightChild,
24
- helperText,
25
- placeholder,
26
- onChangeText,
27
- shadow = {},
28
- styles = { box: {}, field: {}, label: {}, helperText: {}, text: {} },
29
- size = 'md',
30
- shape = 'default',
31
- variant = 'default',
32
- colorScheme = 'theme.primary',
33
- error = false,
34
- isFocused = false,
35
- isHovered = false,
36
- isDisabled = false,
37
- isReadOnly = false,
38
- isClearable = true,
39
- isAutoFocus = false,
40
- setHint = () => {},
41
- setIsFocused = () => {},
42
- setIsHovered = () => {},
43
- setInputValue = () => {},
44
- onClick = () => {},
45
- onFocus,
46
- onBlur = () => {},
47
- ...props
48
- }) => {
49
- const { getColor } = useTheme();
50
- const IconColor = getColor('color.blueGray.700');
51
-
52
- const isWithLabel = !!(isFocused && label);
53
-
54
- useMemo(() => {
55
- setHint(isFocused && !inputValue ? placeholder ?? '' : label ?? placeholder);
56
- }, [inputValue, isFocused, label, placeholder]);
57
-
58
- const fieldStyles = {
59
- margin: 0,
60
- paddingVertical: 8,
61
- padddingHorizontal: 0,
62
- width: '100%',
63
- heigth: '100%',
64
- border: 'none',
65
- on: {
66
- focus: {
67
- outline: 'none',
68
- },
69
- },
70
- fontSize: Typography.fontSizes[size],
71
- backgroundColor: 'transparent',
72
- color: isDisabled ? 'color.trueGray.600' : 'color.blueGray.700',
73
- cursor: isDisabled ? 'not-allowed' : 'auto',
74
- ...styles['field'],
75
- };
76
-
77
- const handleFocus = () => {
78
- setIsFocused(true);
79
- if (onFocus) onFocus();
80
- };
81
-
82
- const handleHover = () => setIsHovered(!isHovered);
83
-
84
- const handleBlur = (event: any) => {
85
- onBlur(event);
86
- setIsFocused(false);
87
- };
88
-
89
- const handleChange = (event: React.ChangeEvent<HTMLInputElement> | string) => {
90
- if (typeof event === 'string') {
91
- //for ios and android
92
- setInputValue(event);
93
- if (onChangeText) onChangeText(event);
94
- } else {
95
- //Web
96
- setInputValue(event.target.value);
97
- if (onChange) onChange(event);
98
- }
99
- };
100
-
101
- const handleClear = () => {
102
- setInputValue('');
103
- //Web
104
- if (onChange) {
105
- onBlur({ target: { name } });
106
- onChange({ target: { name, value: '' } });
107
- }
108
- //for ios and android
109
- if (typeof document === 'undefined' && onChangeText) onChangeText('');
110
- };
111
-
112
- return (
113
- <FieldContainer helperText={helperText} error={error} styles={styles}>
114
- <FieldContent
115
- label={label}
116
- size={size}
117
- error={error}
118
- shape={shape}
119
- styles={styles}
120
- shadow={shadow}
121
- variant={variant}
122
- value={inputValue}
123
- color={colorScheme}
124
- isHovered={isHovered}
125
- isDisabled={isDisabled}
126
- isReadOnly={isReadOnly}
127
- isFocused={isFocused}
128
- isWithLabel={isWithLabel}
129
- colorScheme={colorScheme}
130
- onMouseEnter={handleHover}
131
- onMouseLeave={handleHover}
132
- >
133
- {leftChild}
134
- <FieldWrapper>
135
- {isWithLabel && (
136
- <FieldLabel htmlFor={id} color={colorScheme} error={error} {...styles}>
137
- {label}
138
- </FieldLabel>
139
- )}
140
- <TextFieldInput
141
- id={id}
142
- name={name}
143
- value={inputValue}
144
- readOnly={isReadOnly}
145
- disabled={isDisabled}
146
- autoFocus={isAutoFocus}
147
- placeholder={hint}
148
- onFocus={handleFocus}
149
- onBlur={handleBlur}
150
- autoComplete="off"
151
- {...fieldStyles}
152
- {...props}
153
- onChange={handleChange}
154
- {...(onChangeText && { onChangeText: handleChange })}
155
- />
156
- </FieldWrapper>
157
- {(rightChild || (isClearable && inputValue)) && (
158
- <FieldIcons>
159
- {rightChild && <>{rightChild}</>}
160
- {isClearable && inputValue && !isReadOnly && !isDisabled && (
161
- <CloseSvg size={Typography.fontSizes[size]} color={IconColor} onClick={handleClear} />
162
- )}
163
- </FieldIcons>
164
- )}
165
- </FieldContent>
166
- </FieldContainer>
167
- );
168
- };
169
-
170
- export default TextFieldView;