@salutejs/plasma-new-hope 0.166.0-canary.1459.11345044568.0 → 0.166.0-canary.1470.11343749799.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (417) hide show
  1. package/cjs/components/Attach/Attach.js +8 -17
  2. package/cjs/components/Attach/Attach.js.map +1 -1
  3. package/cjs/components/Autocomplete/Autocomplete.css +19 -34
  4. package/cjs/components/Autocomplete/Autocomplete.js +2 -6
  5. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  6. package/cjs/components/Combobox/ComboboxNew/Combobox.css +18 -38
  7. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -38
  8. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -38
  9. package/cjs/components/Combobox/ComboboxNew/utils/filterItems.js +4 -5
  10. package/cjs/components/Combobox/ComboboxNew/utils/filterItems.js.map +1 -1
  11. package/cjs/components/DatePicker/RangeDate/RangeDate.css +18 -33
  12. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -33
  13. package/cjs/components/DatePicker/SingleDate/SingleDate.css +20 -35
  14. package/cjs/components/Range/Range.css +19 -39
  15. package/cjs/components/Slider/Slider.css +19 -39
  16. package/cjs/components/Slider/Slider.js +0 -2
  17. package/cjs/components/Slider/Slider.js.map +1 -1
  18. package/cjs/components/Slider/components/Double/Double.css +19 -39
  19. package/cjs/components/TextArea/TextArea.js +18 -129
  20. package/cjs/components/TextArea/TextArea.js.map +1 -1
  21. package/cjs/components/TextArea/TextArea.styles.js +63 -160
  22. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  23. package/cjs/components/TextArea/TextArea.styles_es0miz.css +11 -0
  24. package/cjs/components/TextArea/TextArea.tokens.js +4 -43
  25. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  26. package/cjs/components/TextArea/hooks/useAutoResize.js +4 -2
  27. package/cjs/components/TextArea/hooks/useAutoResize.js.map +1 -1
  28. package/cjs/components/TextArea/variations/_clear/base.js +1 -1
  29. package/cjs/components/TextArea/variations/_clear/base.js.map +1 -1
  30. package/cjs/components/TextArea/variations/_clear/base_vidplj.css +1 -0
  31. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  32. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  33. package/cjs/components/TextArea/variations/_view/base_td55th.css +1 -0
  34. package/cjs/components/TextField/TextField.js +9 -117
  35. package/cjs/components/TextField/TextField.js.map +1 -1
  36. package/cjs/components/TextField/TextField.styles.js +23 -76
  37. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  38. package/cjs/components/TextField/TextField.styles_1d2ryq.css +15 -0
  39. package/cjs/components/TextField/TextField.tokens.js +1 -40
  40. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  41. package/cjs/components/TextField/variations/_clear/base.js +1 -1
  42. package/cjs/components/TextField/variations/_clear/base.js.map +1 -1
  43. package/cjs/components/TextField/variations/_clear/base_rit6gc.css +1 -0
  44. package/cjs/components/TextField/variations/_disabled/base.js +1 -1
  45. package/cjs/components/TextField/variations/_disabled/{base_4d3opa.css → base_2tv0nz.css} +1 -1
  46. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  47. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  48. package/cjs/components/TextField/variations/_label-placement/base_1ghihns.css +1 -0
  49. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  50. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  51. package/cjs/components/TextField/variations/_read-only/base_1n7tghz.css +1 -0
  52. package/cjs/components/TextField/variations/_size/base.js +1 -1
  53. package/cjs/components/TextField/variations/_size/base.js.map +1 -1
  54. package/cjs/components/TextField/variations/_size/base_1h8l0kj.css +1 -0
  55. package/cjs/components/TextField/variations/_view/base.js +1 -1
  56. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  57. package/cjs/components/TextField/variations/_view/base_1noe46b.css +1 -0
  58. package/cjs/components/TextFieldGroup/TextFieldGroup.css +1 -1
  59. package/cjs/components/TextFieldGroup/variations/_shape/base.js +1 -1
  60. package/cjs/components/TextFieldGroup/variations/_shape/base_1e0je21.css +1 -0
  61. package/cjs/index.css +34 -54
  62. package/emotion/cjs/components/Attach/Attach.js +8 -17
  63. package/emotion/cjs/components/Attach/Attach.template-doc.mdx +0 -69
  64. package/emotion/cjs/components/Autocomplete/Autocomplete.js +2 -6
  65. package/emotion/cjs/components/Combobox/ComboboxNew/utils/filterItems.js +4 -5
  66. package/emotion/cjs/components/TextArea/TextArea.js +23 -132
  67. package/emotion/cjs/components/TextArea/TextArea.styles.js +41 -99
  68. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +1 -6
  69. package/emotion/cjs/components/TextArea/TextArea.tokens.js +4 -43
  70. package/emotion/cjs/components/TextArea/hooks/useAutoResize.js +4 -2
  71. package/emotion/cjs/components/TextArea/variations/_clear/base.js +1 -1
  72. package/emotion/cjs/components/TextArea/variations/_view/base.js +1 -2
  73. package/emotion/cjs/components/TextField/TextField.js +12 -119
  74. package/emotion/cjs/components/TextField/TextField.styles.js +37 -84
  75. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +1 -7
  76. package/emotion/cjs/components/TextField/TextField.tokens.js +1 -40
  77. package/emotion/cjs/components/TextField/variations/_clear/base.js +1 -1
  78. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  79. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  80. package/emotion/cjs/components/TextField/variations/_size/base.js +1 -1
  81. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  82. package/emotion/cjs/components/_Icon/index.js +1 -8
  83. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +10 -19
  84. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +0 -70
  85. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +13 -22
  86. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -71
  87. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +10 -19
  88. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +0 -70
  89. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +13 -22
  90. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -80
  91. package/emotion/es/components/Attach/Attach.js +8 -17
  92. package/emotion/es/components/Attach/Attach.template-doc.mdx +0 -69
  93. package/emotion/es/components/Autocomplete/Autocomplete.js +2 -6
  94. package/emotion/es/components/Combobox/ComboboxNew/utils/filterItems.js +4 -5
  95. package/emotion/es/components/TextArea/TextArea.js +24 -133
  96. package/emotion/es/components/TextArea/TextArea.styles.js +40 -98
  97. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +1 -6
  98. package/emotion/es/components/TextArea/TextArea.tokens.js +4 -43
  99. package/emotion/es/components/TextArea/hooks/useAutoResize.js +4 -2
  100. package/emotion/es/components/TextArea/variations/_clear/base.js +2 -2
  101. package/emotion/es/components/TextArea/variations/_view/base.js +1 -2
  102. package/emotion/es/components/TextField/TextField.js +11 -118
  103. package/emotion/es/components/TextField/TextField.styles.js +36 -83
  104. package/emotion/es/components/TextField/TextField.template-doc.mdx +1 -7
  105. package/emotion/es/components/TextField/TextField.tokens.js +1 -40
  106. package/emotion/es/components/TextField/variations/_clear/base.js +2 -2
  107. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  108. package/emotion/es/components/TextField/variations/_read-only/base.js +2 -2
  109. package/emotion/es/components/TextField/variations/_size/base.js +2 -2
  110. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  111. package/emotion/es/components/_Icon/index.js +1 -2
  112. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +10 -19
  113. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +0 -70
  114. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +13 -22
  115. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -71
  116. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +10 -19
  117. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +0 -70
  118. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +13 -22
  119. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -80
  120. package/es/components/Attach/Attach.js +8 -17
  121. package/es/components/Attach/Attach.js.map +1 -1
  122. package/es/components/Autocomplete/Autocomplete.css +19 -34
  123. package/es/components/Autocomplete/Autocomplete.js +2 -6
  124. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  125. package/es/components/Combobox/ComboboxNew/Combobox.css +18 -38
  126. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -38
  127. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -38
  128. package/es/components/Combobox/ComboboxNew/utils/filterItems.js +4 -5
  129. package/es/components/Combobox/ComboboxNew/utils/filterItems.js.map +1 -1
  130. package/es/components/DatePicker/RangeDate/RangeDate.css +18 -33
  131. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -33
  132. package/es/components/DatePicker/SingleDate/SingleDate.css +20 -35
  133. package/es/components/Range/Range.css +19 -39
  134. package/es/components/Slider/Slider.css +19 -39
  135. package/es/components/Slider/Slider.js +0 -2
  136. package/es/components/Slider/Slider.js.map +1 -1
  137. package/es/components/Slider/components/Double/Double.css +19 -39
  138. package/es/components/TextArea/TextArea.js +22 -133
  139. package/es/components/TextArea/TextArea.js.map +1 -1
  140. package/es/components/TextArea/TextArea.styles.js +64 -155
  141. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  142. package/es/components/TextArea/TextArea.styles_es0miz.css +11 -0
  143. package/es/components/TextArea/TextArea.tokens.js +4 -43
  144. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  145. package/es/components/TextArea/hooks/useAutoResize.js +4 -2
  146. package/es/components/TextArea/hooks/useAutoResize.js.map +1 -1
  147. package/es/components/TextArea/variations/_clear/base.js +1 -1
  148. package/es/components/TextArea/variations/_clear/base.js.map +1 -1
  149. package/es/components/TextArea/variations/_clear/base_vidplj.css +1 -0
  150. package/es/components/TextArea/variations/_view/base.js +1 -1
  151. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  152. package/es/components/TextArea/variations/_view/base_td55th.css +1 -0
  153. package/es/components/TextField/TextField.js +10 -118
  154. package/es/components/TextField/TextField.js.map +1 -1
  155. package/es/components/TextField/TextField.styles.js +24 -71
  156. package/es/components/TextField/TextField.styles.js.map +1 -1
  157. package/es/components/TextField/TextField.styles_1d2ryq.css +15 -0
  158. package/es/components/TextField/TextField.tokens.js +1 -40
  159. package/es/components/TextField/TextField.tokens.js.map +1 -1
  160. package/es/components/TextField/variations/_clear/base.js +1 -1
  161. package/es/components/TextField/variations/_clear/base.js.map +1 -1
  162. package/es/components/TextField/variations/_clear/base_rit6gc.css +1 -0
  163. package/es/components/TextField/variations/_disabled/base.js +1 -1
  164. package/es/components/TextField/variations/_disabled/{base_4d3opa.css → base_2tv0nz.css} +1 -1
  165. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  166. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  167. package/es/components/TextField/variations/_label-placement/base_1ghihns.css +1 -0
  168. package/es/components/TextField/variations/_read-only/base.js +1 -1
  169. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  170. package/es/components/TextField/variations/_read-only/base_1n7tghz.css +1 -0
  171. package/es/components/TextField/variations/_size/base.js +1 -1
  172. package/es/components/TextField/variations/_size/base.js.map +1 -1
  173. package/es/components/TextField/variations/_size/base_1h8l0kj.css +1 -0
  174. package/es/components/TextField/variations/_view/base.js +1 -1
  175. package/es/components/TextField/variations/_view/base.js.map +1 -1
  176. package/es/components/TextField/variations/_view/base_1noe46b.css +1 -0
  177. package/es/components/TextFieldGroup/TextFieldGroup.css +1 -1
  178. package/es/components/TextFieldGroup/variations/_shape/base.js +1 -1
  179. package/es/components/TextFieldGroup/variations/_shape/base_1e0je21.css +1 -0
  180. package/es/index.css +34 -54
  181. package/package.json +2 -2
  182. package/styled-components/cjs/components/Attach/Attach.js +8 -17
  183. package/styled-components/cjs/components/Attach/Attach.template-doc.mdx +0 -69
  184. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +2 -6
  185. package/styled-components/cjs/components/Combobox/ComboboxNew/utils/filterItems.js +4 -5
  186. package/styled-components/cjs/components/TextArea/TextArea.js +22 -131
  187. package/styled-components/cjs/components/TextArea/TextArea.styles.js +42 -85
  188. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +1 -6
  189. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +4 -43
  190. package/styled-components/cjs/components/TextArea/hooks/useAutoResize.js +4 -2
  191. package/styled-components/cjs/components/TextArea/variations/_clear/base.js +1 -1
  192. package/styled-components/cjs/components/TextArea/variations/_view/base.js +1 -2
  193. package/styled-components/cjs/components/TextField/TextField.js +11 -118
  194. package/styled-components/cjs/components/TextField/TextField.styles.js +21 -46
  195. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +1 -7
  196. package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -40
  197. package/styled-components/cjs/components/TextField/variations/_clear/base.js +1 -1
  198. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  199. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
  200. package/styled-components/cjs/components/TextField/variations/_size/base.js +1 -1
  201. package/styled-components/cjs/components/TextField/variations/_view/base.js +1 -1
  202. package/styled-components/cjs/components/_Icon/index.js +1 -8
  203. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -18
  204. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +0 -70
  205. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +9 -18
  206. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -71
  207. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +9 -18
  208. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +0 -70
  209. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +9 -18
  210. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -80
  211. package/styled-components/es/components/Attach/Attach.js +8 -17
  212. package/styled-components/es/components/Attach/Attach.template-doc.mdx +0 -69
  213. package/styled-components/es/components/Autocomplete/Autocomplete.js +2 -6
  214. package/styled-components/es/components/Combobox/ComboboxNew/utils/filterItems.js +4 -5
  215. package/styled-components/es/components/TextArea/TextArea.js +23 -132
  216. package/styled-components/es/components/TextArea/TextArea.styles.js +41 -84
  217. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +1 -6
  218. package/styled-components/es/components/TextArea/TextArea.tokens.js +4 -43
  219. package/styled-components/es/components/TextArea/hooks/useAutoResize.js +4 -2
  220. package/styled-components/es/components/TextArea/variations/_clear/base.js +2 -2
  221. package/styled-components/es/components/TextArea/variations/_view/base.js +1 -2
  222. package/styled-components/es/components/TextField/TextField.js +10 -117
  223. package/styled-components/es/components/TextField/TextField.styles.js +20 -45
  224. package/styled-components/es/components/TextField/TextField.template-doc.mdx +1 -7
  225. package/styled-components/es/components/TextField/TextField.tokens.js +1 -40
  226. package/styled-components/es/components/TextField/variations/_clear/base.js +2 -2
  227. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  228. package/styled-components/es/components/TextField/variations/_read-only/base.js +2 -2
  229. package/styled-components/es/components/TextField/variations/_size/base.js +2 -2
  230. package/styled-components/es/components/TextField/variations/_view/base.js +2 -2
  231. package/styled-components/es/components/_Icon/index.js +1 -2
  232. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -18
  233. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +0 -70
  234. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +9 -18
  235. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -71
  236. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +9 -18
  237. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +0 -70
  238. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +9 -18
  239. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -80
  240. package/types/components/Attach/Attach.d.ts.map +1 -1
  241. package/types/components/Attach/Attach.types.d.ts +0 -4
  242. package/types/components/Attach/Attach.types.d.ts.map +1 -1
  243. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  244. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -424
  245. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  246. package/types/components/Combobox/ComboboxNew/Combobox.d.ts +2 -2
  247. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  248. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +6 -7
  249. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  250. package/types/components/Combobox/ComboboxNew/index.d.ts +2 -0
  251. package/types/components/Combobox/ComboboxNew/index.d.ts.map +1 -1
  252. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -424
  253. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  254. package/types/components/Combobox/ComboboxNew/utils/filterItems.d.ts +2 -2
  255. package/types/components/Combobox/ComboboxNew/utils/filterItems.d.ts.map +1 -1
  256. package/types/components/Combobox/index.d.ts +1 -0
  257. package/types/components/Combobox/index.d.ts.map +1 -1
  258. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -424
  259. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  260. package/types/components/Range/Range.styles.d.ts +0 -424
  261. package/types/components/Range/Range.styles.d.ts.map +1 -1
  262. package/types/components/Slider/components/Double/Double.styles.d.ts +0 -424
  263. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  264. package/types/components/TextArea/TextArea.d.ts +3 -9
  265. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  266. package/types/components/TextArea/TextArea.styles.d.ts +1 -11
  267. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  268. package/types/components/TextArea/TextArea.tokens.d.ts +0 -39
  269. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  270. package/types/components/TextArea/TextArea.types.d.ts +3 -83
  271. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  272. package/types/components/TextArea/hooks/useAutoResize.d.ts.map +1 -1
  273. package/types/components/TextArea/variations/_clear/base.d.ts.map +1 -1
  274. package/types/components/TextArea/variations/_view/base.d.ts.map +1 -1
  275. package/types/components/TextField/TextField.d.ts +3 -9
  276. package/types/components/TextField/TextField.d.ts.map +1 -1
  277. package/types/components/TextField/TextField.styles.d.ts +0 -8
  278. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  279. package/types/components/TextField/TextField.tokens.d.ts +0 -39
  280. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  281. package/types/components/TextField/TextField.types.d.ts +2 -78
  282. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  283. package/types/components/TextField/variations/_clear/base.d.ts.map +1 -1
  284. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  285. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  286. package/types/components/TextField/variations/_size/base.d.ts.map +1 -1
  287. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  288. package/types/components/_Icon/index.d.ts +0 -1
  289. package/types/components/_Icon/index.d.ts.map +1 -1
  290. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts +126 -6
  291. package/types/examples/plasma_b2c/components/Combobox/Combobox.d.ts.map +1 -1
  292. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +12 -788
  293. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  294. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +0 -9
  295. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  296. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +0 -473
  297. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  298. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts +0 -9
  299. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
  300. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +0 -433
  301. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  302. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts +126 -6
  303. package/types/examples/plasma_web/components/Combobox/Combobox.d.ts.map +1 -1
  304. package/types/examples/plasma_web/components/Mask/Mask.d.ts +12 -788
  305. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  306. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +0 -9
  307. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  308. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +0 -473
  309. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  310. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts +0 -9
  311. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -1
  312. package/types/examples/plasma_web/components/TextField/TextField.d.ts +0 -433
  313. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  314. package/cjs/components/TextArea/TextArea.styles_mcxlmk.css +0 -17
  315. package/cjs/components/TextArea/variations/_clear/base_1ezvvtt.css +0 -1
  316. package/cjs/components/TextArea/variations/_hint-size/base.js +0 -9
  317. package/cjs/components/TextArea/variations/_hint-size/base.js.map +0 -1
  318. package/cjs/components/TextArea/variations/_hint-size/base_1ipgv90.css +0 -1
  319. package/cjs/components/TextArea/variations/_hint-view/base.js +0 -9
  320. package/cjs/components/TextArea/variations/_hint-view/base.js.map +0 -1
  321. package/cjs/components/TextArea/variations/_hint-view/base_111a0qe.css +0 -1
  322. package/cjs/components/TextArea/variations/_view/base_1xgrm3x.css +0 -1
  323. package/cjs/components/TextField/TextField.styles_17xt45g.css +0 -21
  324. package/cjs/components/TextField/variations/_clear/base_1pkwm4m.css +0 -1
  325. package/cjs/components/TextField/variations/_hint-size/base.js +0 -9
  326. package/cjs/components/TextField/variations/_hint-size/base.js.map +0 -1
  327. package/cjs/components/TextField/variations/_hint-size/base_1x99605.css +0 -1
  328. package/cjs/components/TextField/variations/_hint-view/base.js +0 -9
  329. package/cjs/components/TextField/variations/_hint-view/base.js.map +0 -1
  330. package/cjs/components/TextField/variations/_hint-view/base_l8etux.css +0 -1
  331. package/cjs/components/TextField/variations/_label-placement/base_3domm.css +0 -1
  332. package/cjs/components/TextField/variations/_read-only/base_17ypmu7.css +0 -1
  333. package/cjs/components/TextField/variations/_size/base_1xdmaqh.css +0 -1
  334. package/cjs/components/TextField/variations/_view/base_qhyte8.css +0 -1
  335. package/cjs/components/TextFieldGroup/variations/_shape/base_52bndd.css +0 -1
  336. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -23
  337. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js.map +0 -1
  338. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +0 -23
  339. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js.map +0 -1
  340. package/emotion/cjs/components/TextArea/variations/_hint-size/base.js +0 -11
  341. package/emotion/cjs/components/TextArea/variations/_hint-size/tokens.json +0 -21
  342. package/emotion/cjs/components/TextArea/variations/_hint-view/base.js +0 -11
  343. package/emotion/cjs/components/TextArea/variations/_hint-view/tokens.json +0 -5
  344. package/emotion/cjs/components/TextField/variations/_hint-size/base.js +0 -11
  345. package/emotion/cjs/components/TextField/variations/_hint-size/tokens.json +0 -21
  346. package/emotion/cjs/components/TextField/variations/_hint-view/base.js +0 -11
  347. package/emotion/cjs/components/TextField/variations/_hint-view/tokens.json +0 -5
  348. package/emotion/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -22
  349. package/emotion/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +0 -22
  350. package/emotion/es/components/TextArea/variations/_hint-size/base.js +0 -5
  351. package/emotion/es/components/TextArea/variations/_hint-size/tokens.json +0 -21
  352. package/emotion/es/components/TextArea/variations/_hint-view/base.js +0 -5
  353. package/emotion/es/components/TextArea/variations/_hint-view/tokens.json +0 -5
  354. package/emotion/es/components/TextField/variations/_hint-size/base.js +0 -5
  355. package/emotion/es/components/TextField/variations/_hint-size/tokens.json +0 -21
  356. package/emotion/es/components/TextField/variations/_hint-view/base.js +0 -5
  357. package/emotion/es/components/TextField/variations/_hint-view/tokens.json +0 -5
  358. package/emotion/es/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -15
  359. package/emotion/es/components/_Icon/Icons/IconInfoCircleOutline.js +0 -15
  360. package/es/components/TextArea/TextArea.styles_mcxlmk.css +0 -17
  361. package/es/components/TextArea/variations/_clear/base_1ezvvtt.css +0 -1
  362. package/es/components/TextArea/variations/_hint-size/base.js +0 -5
  363. package/es/components/TextArea/variations/_hint-size/base.js.map +0 -1
  364. package/es/components/TextArea/variations/_hint-size/base_1ipgv90.css +0 -1
  365. package/es/components/TextArea/variations/_hint-view/base.js +0 -5
  366. package/es/components/TextArea/variations/_hint-view/base.js.map +0 -1
  367. package/es/components/TextArea/variations/_hint-view/base_111a0qe.css +0 -1
  368. package/es/components/TextArea/variations/_view/base_1xgrm3x.css +0 -1
  369. package/es/components/TextField/TextField.styles_17xt45g.css +0 -21
  370. package/es/components/TextField/variations/_clear/base_1pkwm4m.css +0 -1
  371. package/es/components/TextField/variations/_hint-size/base.js +0 -5
  372. package/es/components/TextField/variations/_hint-size/base.js.map +0 -1
  373. package/es/components/TextField/variations/_hint-size/base_1x99605.css +0 -1
  374. package/es/components/TextField/variations/_hint-view/base.js +0 -5
  375. package/es/components/TextField/variations/_hint-view/base.js.map +0 -1
  376. package/es/components/TextField/variations/_hint-view/base_l8etux.css +0 -1
  377. package/es/components/TextField/variations/_label-placement/base_3domm.css +0 -1
  378. package/es/components/TextField/variations/_read-only/base_17ypmu7.css +0 -1
  379. package/es/components/TextField/variations/_size/base_1xdmaqh.css +0 -1
  380. package/es/components/TextField/variations/_view/base_qhyte8.css +0 -1
  381. package/es/components/TextFieldGroup/variations/_shape/base_52bndd.css +0 -1
  382. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -19
  383. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js.map +0 -1
  384. package/es/components/_Icon/Icons/IconInfoCircleOutline.js +0 -19
  385. package/es/components/_Icon/Icons/IconInfoCircleOutline.js.map +0 -1
  386. package/styled-components/cjs/components/TextArea/variations/_hint-size/base.js +0 -11
  387. package/styled-components/cjs/components/TextArea/variations/_hint-size/tokens.json +0 -21
  388. package/styled-components/cjs/components/TextArea/variations/_hint-view/base.js +0 -11
  389. package/styled-components/cjs/components/TextArea/variations/_hint-view/tokens.json +0 -5
  390. package/styled-components/cjs/components/TextField/variations/_hint-size/base.js +0 -11
  391. package/styled-components/cjs/components/TextField/variations/_hint-size/tokens.json +0 -21
  392. package/styled-components/cjs/components/TextField/variations/_hint-view/base.js +0 -11
  393. package/styled-components/cjs/components/TextField/variations/_hint-view/tokens.json +0 -5
  394. package/styled-components/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -22
  395. package/styled-components/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +0 -22
  396. package/styled-components/es/components/TextArea/variations/_hint-size/base.js +0 -5
  397. package/styled-components/es/components/TextArea/variations/_hint-size/tokens.json +0 -21
  398. package/styled-components/es/components/TextArea/variations/_hint-view/base.js +0 -5
  399. package/styled-components/es/components/TextArea/variations/_hint-view/tokens.json +0 -5
  400. package/styled-components/es/components/TextField/variations/_hint-size/base.js +0 -5
  401. package/styled-components/es/components/TextField/variations/_hint-size/tokens.json +0 -21
  402. package/styled-components/es/components/TextField/variations/_hint-view/base.js +0 -5
  403. package/styled-components/es/components/TextField/variations/_hint-view/tokens.json +0 -5
  404. package/styled-components/es/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -15
  405. package/styled-components/es/components/_Icon/Icons/IconInfoCircleOutline.js +0 -15
  406. package/types/components/TextArea/variations/_hint-size/base.d.ts +0 -2
  407. package/types/components/TextArea/variations/_hint-size/base.d.ts.map +0 -1
  408. package/types/components/TextArea/variations/_hint-view/base.d.ts +0 -2
  409. package/types/components/TextArea/variations/_hint-view/base.d.ts.map +0 -1
  410. package/types/components/TextField/variations/_hint-size/base.d.ts +0 -2
  411. package/types/components/TextField/variations/_hint-size/base.d.ts.map +0 -1
  412. package/types/components/TextField/variations/_hint-view/base.d.ts +0 -2
  413. package/types/components/TextField/variations/_hint-view/base.d.ts.map +0 -1
  414. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts +0 -4
  415. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts.map +0 -1
  416. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts +0 -4
  417. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts.map +0 -1
@@ -1,263 +1,167 @@
1
- import './TextArea.styles_mcxlmk.css';
1
+ import './TextArea.styles_es0miz.css';
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
5
5
 
6
6
  var react = require('@linaria/react');
7
- var Tooltip$1 = require('../Tooltip/Tooltip.js');
8
- require('@linaria/core');
9
- var common = require('../../engines/common.js');
10
7
  var TextArea_tokens = require('./TextArea.tokens.js');
11
8
 
12
- var mergedConfig = /*#__PURE__*/common.mergeConfig(Tooltip$1.tooltipConfig);
13
- var Tooltip = /*#__PURE__*/common.component(mergedConfig);
14
- var _exp = function _exp() {
15
- return Tooltip;
16
- };
17
- var Hint = /*#__PURE__*/react.styled(_exp())({
18
- name: "Hint",
19
- "class": "h1luq7vd",
20
- propsAsIs: true
21
- });
22
- var _exp2 = function _exp2() {
23
- return function (_ref) {
24
- var isInnnerLabel = _ref.isInnnerLabel;
25
- return isInnnerLabel ? "var(".concat(TextArea_tokens.tokens.titleCaptionInnerLabelOffset, ")") : "var(".concat(TextArea_tokens.tokens.labelMarginBottom, ")");
26
- };
27
- };
28
- var OuterLabelWrapper = /*#__PURE__*/react.styled('div')({
29
- name: "OuterLabelWrapper",
30
- "class": "o1r1fvk8",
31
- propsAsIs: false,
32
- vars: {
33
- "o1r1fvk8-0": [/*#__PURE__*/_exp2()]
34
- }
35
- });
36
9
  var StyledLabel = /*#__PURE__*/react.styled('div')({
37
10
  name: "StyledLabel",
38
- "class": "surmvwq",
39
- propsAsIs: false
40
- });
41
- var TitleCaption = /*#__PURE__*/react.styled('div')({
42
- name: "TitleCaption",
43
- "class": "t18bd513",
11
+ "class": "s1luq7vd",
44
12
  propsAsIs: false
45
13
  });
46
- var StyledIndicatorWrapper = /*#__PURE__*/react.styled('div')({
47
- name: "StyledIndicatorWrapper",
48
- "class": "s7alcr2",
49
- propsAsIs: false
50
- });
51
- var _exp24 = function _exp24() {
52
- return function (_ref2) {
53
- var inheritFont = _ref2.inheritFont;
54
- return inheritFont ? 'inherit' : "var(".concat(TextArea_tokens.tokens.labelOuterFontFamily, ", var(").concat(TextArea_tokens.tokens.inputFontFamily, "))");
55
- };
56
- };
57
- var _exp25 = function _exp25() {
58
- return function (_ref3) {
59
- var inheritFont = _ref3.inheritFont;
60
- return inheritFont ? 'inherit' : "var(".concat(TextArea_tokens.tokens.labelOuterFontSize, ", var(").concat(TextArea_tokens.tokens.inputFontSize, "))");
61
- };
62
- };
63
- var _exp26 = function _exp26() {
64
- return function (_ref4) {
65
- var inheritFont = _ref4.inheritFont;
66
- return inheritFont ? 'inherit' : "var(".concat(TextArea_tokens.tokens.labelOuterFontStyle, ", var(").concat(TextArea_tokens.tokens.inputFontStyle, "))");
67
- };
68
- };
69
- var _exp27 = function _exp27() {
70
- return function (_ref5) {
71
- var inheritFont = _ref5.inheritFont;
72
- return inheritFont ? 'inherit' : "var(".concat(TextArea_tokens.tokens.labelOuterFontWeight, ", var(").concat(TextArea_tokens.tokens.inputFontWeight, "))");
73
- };
74
- };
75
- var _exp28 = function _exp28() {
76
- return function (_ref6) {
77
- var inheritFont = _ref6.inheritFont;
78
- return inheritFont ? 'inherit' : "var(".concat(TextArea_tokens.tokens.labelOuterLetterSpacing, ", var(").concat(TextArea_tokens.tokens.inputLetterSpacing, "))");
79
- };
80
- };
81
- var _exp29 = function _exp29() {
82
- return function (_ref7) {
83
- var inheritFont = _ref7.inheritFont;
84
- return inheritFont ? 'inherit' : "var(".concat(TextArea_tokens.tokens.labelOuterLineHeight, ", var(").concat(TextArea_tokens.tokens.inputLineHeight, "))");
85
- };
86
- };
87
14
  var StyledOptionalText = /*#__PURE__*/react.styled('span')({
88
15
  name: "StyledOptionalText",
89
- "class": "si9oz50",
90
- propsAsIs: false,
91
- vars: {
92
- "si9oz50-0": [/*#__PURE__*/_exp24()],
93
- "si9oz50-1": [/*#__PURE__*/_exp25()],
94
- "si9oz50-2": [/*#__PURE__*/_exp26()],
95
- "si9oz50-3": [/*#__PURE__*/_exp27()],
96
- "si9oz50-4": [/*#__PURE__*/_exp28()],
97
- "si9oz50-5": [/*#__PURE__*/_exp29()]
98
- }
99
- });
100
- var StyledHintWrapper = /*#__PURE__*/react.styled('div')({
101
- name: "StyledHintWrapper",
102
- "class": "s18tpn65",
16
+ "class": "s1r1fvk8",
103
17
  propsAsIs: false
104
18
  });
105
- var HintTargetWrapper = /*#__PURE__*/react.styled('div')({
106
- name: "HintTargetWrapper",
107
- "class": "h19sfsrt",
108
- propsAsIs: false
109
- });
110
- var _exp38 = function _exp38() {
111
- return function (_ref8) {
112
- var hasHelper = _ref8.hasHelper;
19
+ var _exp19 = function _exp19() {
20
+ return function (_ref) {
21
+ var hasHelper = _ref.hasHelper;
113
22
  return hasHelper ? "var(".concat(TextArea_tokens.tokens.inputPaddingBottomWithHelpers, ")") : "var(".concat(TextArea_tokens.tokens.inputPaddingBottom, ")");
114
23
  };
115
24
  };
116
- var _exp39 = function _exp39() {
117
- return function (_ref9) {
118
- var hasHelper = _ref9.hasHelper;
25
+ var _exp20 = function _exp20() {
26
+ return function (_ref2) {
27
+ var hasHelper = _ref2.hasHelper;
119
28
  return hasHelper ? "var(".concat(TextArea_tokens.tokens.borderRadiusWithHelpers, ")") : "var(".concat(TextArea_tokens.tokens.borderRadius, ")");
120
29
  };
121
30
  };
122
31
  var StyledTextAreaWrapper = /*#__PURE__*/react.styled('div')({
123
32
  name: "StyledTextAreaWrapper",
124
- "class": "sfype23",
33
+ "class": "surmvwq",
125
34
  propsAsIs: false,
126
35
  vars: {
127
- "sfype23-0": [/*#__PURE__*/_exp38()],
128
- "sfype23-1": [/*#__PURE__*/_exp39()]
36
+ "surmvwq-0": [/*#__PURE__*/_exp19()],
37
+ "surmvwq-1": [/*#__PURE__*/_exp20()]
129
38
  }
130
39
  });
131
40
  var StyledContent = /*#__PURE__*/react.styled('div')({
132
41
  name: "StyledContent",
133
- "class": "s3wsw3p",
42
+ "class": "s18bd513",
134
43
  propsAsIs: false
135
44
  });
136
- var _exp45 = function _exp45() {
137
- return function (_ref10) {
138
- var width = _ref10.width;
45
+ var _exp26 = function _exp26() {
46
+ return function (_ref3) {
47
+ var width = _ref3.width;
139
48
  return width;
140
49
  };
141
50
  };
142
51
  var StyledContainer = /*#__PURE__*/react.styled('div')({
143
52
  name: "StyledContainer",
144
- "class": "stc5t23",
53
+ "class": "s7alcr2",
145
54
  propsAsIs: false,
146
55
  vars: {
147
- "stc5t23-0": [/*#__PURE__*/_exp45()]
56
+ "s7alcr2-0": [/*#__PURE__*/_exp26()]
148
57
  }
149
58
  });
150
- var _exp48 = function _exp48() {
151
- return function (_ref11) {
152
- var resize = _ref11.resize;
59
+ var _exp29 = function _exp29() {
60
+ return function (_ref4) {
61
+ var resize = _ref4.resize;
153
62
  return resize || 'none';
154
63
  };
155
64
  };
156
- var _exp49 = function _exp49() {
157
- return function (_ref12) {
158
- var height = _ref12.height;
65
+ var _exp30 = function _exp30() {
66
+ return function (_ref5) {
67
+ var height = _ref5.height;
159
68
  return !Number.isNaN(Number(height)) ? "calc(".concat(height, "rem - 0.875rem)") : height || "var(".concat(TextArea_tokens.tokens.inputHeight, ")");
160
69
  };
161
70
  };
162
- var _exp50 = function _exp50() {
163
- return function (_ref13) {
164
- var width = _ref13.width;
71
+ var _exp31 = function _exp31() {
72
+ return function (_ref6) {
73
+ var width = _ref6.width;
165
74
  return !Number.isNaN(Number(width)) ? "".concat(width, "rem") : width || "var(".concat(TextArea_tokens.tokens.inputWidth, ")");
166
75
  };
167
76
  };
168
- var _exp51 = function _exp51() {
169
- return function (_ref14) {
170
- var rows = _ref14.rows;
77
+ var _exp32 = function _exp32() {
78
+ return function (_ref7) {
79
+ var rows = _ref7.rows;
171
80
  return rows ? 'unset' : 'var(--plasma_private-textarea-height)';
172
81
  };
173
82
  };
174
- var _exp52 = function _exp52() {
175
- return function (_ref15) {
176
- var cols = _ref15.cols;
83
+ var _exp33 = function _exp33() {
84
+ return function (_ref8) {
85
+ var cols = _ref8.cols;
177
86
  return cols ? 'unset' : 'var(--plasma_private-textarea-width)';
178
87
  };
179
88
  };
180
- var _exp54 = function _exp54() {
181
- return function (_ref16) {
182
- var applyCustomWidth = _ref16.applyCustomWidth;
89
+ var _exp35 = function _exp35() {
90
+ return function (_ref9) {
91
+ var applyCustomWidth = _ref9.applyCustomWidth;
183
92
  return applyCustomWidth ? 'var(--plasma_private-textarea-width)' : 'auto';
184
93
  };
185
94
  };
186
- var _exp56 = function _exp56() {
187
- return function (_ref17) {
188
- var hasContentRight = _ref17.hasContentRight;
95
+ var _exp37 = function _exp37() {
96
+ return function (_ref10) {
97
+ var hasContentRight = _ref10.hasContentRight;
189
98
  return hasContentRight ? "var(".concat(TextArea_tokens.tokens.inputPaddingRightWithRightContent, ")") : "var(".concat(TextArea_tokens.tokens.inputPaddingRight, ")");
190
99
  };
191
100
  };
192
- var _exp63 = function _exp63() {
193
- return function (_ref18) {
194
- var hasHelper = _ref18.hasHelper,
195
- rows = _ref18.rows;
101
+ var _exp44 = function _exp44() {
102
+ return function (_ref11) {
103
+ var hasHelper = _ref11.hasHelper,
104
+ rows = _ref11.rows;
196
105
  return hasHelper && !rows ? 'var(--plasma_private-textarea-input-with-helpers-height)' : 'var(--plasma_private-textarea-input-without-helpers-height)';
197
106
  };
198
107
  };
199
108
  var StyledTextArea = /*#__PURE__*/react.styled('textarea')({
200
109
  name: "StyledTextArea",
201
- "class": "salwx57",
110
+ "class": "si9oz50",
202
111
  propsAsIs: false,
203
112
  vars: {
204
- "salwx57-0": [/*#__PURE__*/_exp48()],
205
- "salwx57-1": [/*#__PURE__*/_exp49()],
206
- "salwx57-2": [/*#__PURE__*/_exp50()],
207
- "salwx57-3": [/*#__PURE__*/_exp51()],
208
- "salwx57-4": [/*#__PURE__*/_exp52()],
209
- "salwx57-5": [/*#__PURE__*/_exp54()],
210
- "salwx57-6": [/*#__PURE__*/_exp56()],
211
- "salwx57-7": [/*#__PURE__*/_exp63()]
113
+ "si9oz50-0": [/*#__PURE__*/_exp29()],
114
+ "si9oz50-1": [/*#__PURE__*/_exp30()],
115
+ "si9oz50-2": [/*#__PURE__*/_exp31()],
116
+ "si9oz50-3": [/*#__PURE__*/_exp32()],
117
+ "si9oz50-4": [/*#__PURE__*/_exp33()],
118
+ "si9oz50-5": [/*#__PURE__*/_exp35()],
119
+ "si9oz50-6": [/*#__PURE__*/_exp37()],
120
+ "si9oz50-7": [/*#__PURE__*/_exp44()]
212
121
  }
213
122
  });
214
123
  var StyledHelpers = /*#__PURE__*/react.styled('div')({
215
124
  name: "StyledHelpers",
216
- "class": "s18lndvq",
125
+ "class": "s18tpn65",
217
126
  propsAsIs: false
218
127
  });
219
128
  var StyledLeftHelper = /*#__PURE__*/react.styled('span')({
220
129
  name: "StyledLeftHelper",
221
- "class": "s183p45n",
130
+ "class": "s19sfsrt",
222
131
  propsAsIs: false
223
132
  });
224
- var _exp91 = function _exp91() {
133
+ var _exp72 = function _exp72() {
225
134
  return StyledLeftHelper;
226
135
  };
227
- var StyledRightHelper = /*#__PURE__*/react.styled(_exp91())({
136
+ var StyledRightHelper = /*#__PURE__*/react.styled(_exp72())({
228
137
  name: "StyledRightHelper",
229
- "class": "snf439a",
138
+ "class": "sfype23",
230
139
  propsAsIs: true
231
140
  });
232
- var _exp96 = function _exp96() {
233
- return function (_ref19) {
234
- var hasContentRight = _ref19.hasContentRight;
141
+ var _exp77 = function _exp77() {
142
+ return function (_ref12) {
143
+ var hasContentRight = _ref12.hasContentRight;
235
144
  return hasContentRight ? "var(".concat(TextArea_tokens.tokens.inputPaddingRightWithRightContent, ")") : "var(".concat(TextArea_tokens.tokens.inputPaddingRight, ")");
236
145
  };
237
146
  };
238
147
  var StyledPlaceholder = /*#__PURE__*/react.styled('label')({
239
148
  name: "StyledPlaceholder",
240
- "class": "suev9vb",
149
+ "class": "s3wsw3p",
241
150
  propsAsIs: false,
242
151
  vars: {
243
- "suev9vb-0": [/*#__PURE__*/_exp96()]
152
+ "s3wsw3p-0": [/*#__PURE__*/_exp77()]
244
153
  }
245
154
  });
246
155
  var StyledIndicator = /*#__PURE__*/react.styled('div')({
247
156
  name: "StyledIndicator",
248
- "class": "s7jal92",
157
+ "class": "stc5t23",
249
158
  propsAsIs: false
250
159
  });
251
160
 
252
- exports.Hint = Hint;
253
- exports.HintTargetWrapper = HintTargetWrapper;
254
- exports.OuterLabelWrapper = OuterLabelWrapper;
255
161
  exports.StyledContainer = StyledContainer;
256
162
  exports.StyledContent = StyledContent;
257
163
  exports.StyledHelpers = StyledHelpers;
258
- exports.StyledHintWrapper = StyledHintWrapper;
259
164
  exports.StyledIndicator = StyledIndicator;
260
- exports.StyledIndicatorWrapper = StyledIndicatorWrapper;
261
165
  exports.StyledLabel = StyledLabel;
262
166
  exports.StyledLeftHelper = StyledLeftHelper;
263
167
  exports.StyledOptionalText = StyledOptionalText;
@@ -265,5 +169,4 @@ exports.StyledPlaceholder = StyledPlaceholder;
265
169
  exports.StyledRightHelper = StyledRightHelper;
266
170
  exports.StyledTextArea = StyledTextArea;
267
171
  exports.StyledTextAreaWrapper = StyledTextAreaWrapper;
268
- exports.TitleCaption = TitleCaption;
269
172
  //# sourceMappingURL=TextArea.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.styles.js","sources":["../../../src/components/TextArea/TextArea.styles.ts"],"sourcesContent":["import { styled } from '@linaria/react';\n\nimport { applyEllipsis } from '../../mixins';\nimport { tooltipConfig } from '../Tooltip';\nimport { component, mergeConfig } from '../../engines';\n\nimport { classes, tokens } from './TextArea.tokens';\n\nconst mergedConfig = mergeConfig(tooltipConfig);\nconst Tooltip = component(mergedConfig);\n\nexport const Hint = styled(Tooltip)``;\n\nexport const OuterLabelWrapper = styled.div<{ isInnnerLabel: boolean }>`\n display: flex;\n align-items: center;\n\n margin-bottom: ${({ isInnnerLabel }) =>\n isInnnerLabel ? `var(${tokens.titleCaptionInnerLabelOffset})` : `var(${tokens.labelMarginBottom})`};\n`;\n\nexport const StyledLabel = styled.div`\n position: relative;\n display: inline-flex;\n\n color: var(${tokens.labelOuterColor}, var(${tokens.inputColor}));\n font-family: var(${tokens.labelOuterFontFamily}, var(${tokens.inputFontFamily}));\n font-size: var(${tokens.labelOuterFontSize}, var(${tokens.inputFontSize}));\n font-style: var(${tokens.labelOuterFontStyle}, var(${tokens.inputFontStyle}));\n font-weight: var(${tokens.labelOuterFontWeight}, var(${tokens.inputFontWeight}));\n letter-spacing: var(${tokens.labelOuterLetterSpacing}, var(${tokens.inputLetterSpacing}));\n line-height: var(${tokens.labelOuterLineHeight}, var(${tokens.inputLineHeight}));\n`;\n\nexport const TitleCaption = styled.div`\n display: inline-block;\n margin-left: auto;\n\n font-family: var(${tokens.titleCaptionFontFamily});\n font-size: var(${tokens.titleCaptionFontSize});\n font-style: var(${tokens.titleCaptionFontStyle});\n font-weight: var(${tokens.titleCaptionFontWeight});\n letter-spacing: var(${tokens.titleCaptionLetterSpacing});\n line-height: var(${tokens.titleCaptionLineHeight});\n`;\n\nexport const StyledIndicatorWrapper = styled.div`\n position: relative;\n display: inline-flex;\n align-items: center;\n`;\n\nexport const StyledOptionalText = styled.span<{ inheritFont?: boolean }>`\n color: var(${tokens.optionalColor});\n\n font-family: ${({ inheritFont }) =>\n inheritFont ? 'inherit' : `var(${tokens.labelOuterFontFamily}, var(${tokens.inputFontFamily}))`};\n font-size: ${({ inheritFont }) =>\n inheritFont ? 'inherit' : `var(${tokens.labelOuterFontSize}, var(${tokens.inputFontSize}))`};\n font-style: ${({ inheritFont }) =>\n inheritFont ? 'inherit' : `var(${tokens.labelOuterFontStyle}, var(${tokens.inputFontStyle}))`};\n font-weight: ${({ inheritFont }) =>\n inheritFont ? 'inherit' : `var(${tokens.labelOuterFontWeight}, var(${tokens.inputFontWeight}))`};\n letter-spacing: ${({ inheritFont }) =>\n inheritFont ? 'inherit' : `var(${tokens.labelOuterLetterSpacing}, var(${tokens.inputLetterSpacing}))`};\n line-height: ${({ inheritFont }) =>\n inheritFont ? 'inherit' : `var(${tokens.labelOuterLineHeight}, var(${tokens.inputLineHeight}))`};\n`;\n\nexport const StyledHintWrapper = styled.div`\n display: inline-block;\n line-height: 0;\n margin: var(${tokens.hintMargin});\n\n &.${classes.innerLabelPlacement} {\n position: absolute;\n margin: 0;\n inset: var(${tokens.hintInnerLabelPlacementOffset});\n }\n`;\n\nexport const HintTargetWrapper = styled.div`\n color: var(${tokens.hintIconColor});\n width: var(${tokens.hintTargetSize});\n height: var(${tokens.hintTargetSize});\n\n display: flex;\n justify-content: center;\n align-items: center;\n`;\n\nexport const StyledTextAreaWrapper = styled.div<{\n hasHelper: boolean;\n}>`\n background-color: var(${tokens.inputBackgroundColor});\n\n padding-top: var(${tokens.inputPaddingTop});\n padding-bottom: ${({ hasHelper }) =>\n hasHelper ? `var(${tokens.inputPaddingBottomWithHelpers})` : `var(${tokens.inputPaddingBottom})`};\n\n border-radius: ${({ hasHelper }) =>\n hasHelper ? `var(${tokens.borderRadiusWithHelpers})` : `var(${tokens.borderRadius})`};\n`;\n\nexport const StyledContent = styled.div`\n position: absolute;\n display: flex;\n align-items: center;\n bottom: 0;\n z-index: 1;\n\n color: var(${tokens.rightContentColor}, var(${tokens.inputColor}));\n\n top: var(${tokens.rightContentTop});\n right: var(${tokens.rightContentRight});\n\n height: var(${tokens.rightContentHeight});\n`;\n\nexport const StyledContainer = styled.div<{ width: string }>`\n display: inline-flex;\n flex-direction: column;\n\n width: ${({ width }) => width};\n\n position: relative;\n`;\n\nexport const StyledTextArea = styled.textarea<{\n hasHelper: boolean;\n hasContentRight: boolean;\n applyCustomWidth: boolean;\n width?: string | number;\n height?: string | number;\n resize?: string;\n}>`\n display: block;\n box-sizing: border-box;\n outline: none;\n border: none;\n -webkit-appearance: none; /* для отображение рамок на iOS */\n background-color: transparent;\n\n color: var(${tokens.inputColor});\n caret-color: var(${tokens.inputCaretColor});\n\n resize: ${({ resize }) => resize || 'none'};\n\n --plasma_private-textarea-height: ${({ height }) =>\n !Number.isNaN(Number(height)) ? `calc(${height}rem - 0.875rem)` : height || `var(${tokens.inputHeight})`};\n\n --plasma_private-textarea-width: ${({ width }) =>\n !Number.isNaN(Number(width)) ? `${width}rem` : width || `var(${tokens.inputWidth})`};\n\n --plasma_private-textarea-computed-height: ${({ rows }) =>\n rows ? 'unset' : 'var(--plasma_private-textarea-height)'};\n --plasma_private-textarea-computed-width: ${({ cols }) =>\n cols ? 'unset' : 'var(--plasma_private-textarea-width)'};\n\n height: var(--plasma_private-textarea-computed-height);\n width: var(--plasma_private-textarea-computed-width);\n\n min-width: ${({ applyCustomWidth }) => (applyCustomWidth ? 'var(--plasma_private-textarea-width)' : 'auto')};\n max-width: ${({ applyCustomWidth }) => (applyCustomWidth ? 'var(--plasma_private-textarea-width)' : 'auto')};\n\n min-height: var(${tokens.inputMinHeight});\n\n padding-right: ${({ hasContentRight }) =>\n hasContentRight ? `var(${tokens.inputPaddingRightWithRightContent})` : `var(${tokens.inputPaddingRight})`};\n padding-left: var(${tokens.inputPaddingLeft});\n padding-top: 0;\n padding-bottom: 0;\n\n /* INFO: Высчитываем высоту блока с подсказками */\n --plasma_private-textarea-helpers-computed-height: calc(\n var(${tokens.helpersPaddingTop}) + var(${tokens.helpersPaddingBottom}) + var(${tokens.helpersLineHeight})\n );\n\n --plasma_private-textarea-input-with-helpers-height: calc(\n var(--plasma_private-textarea-height) - var(--plasma_private-textarea-helpers-computed-height) +\n var(${tokens.helpersOffset})\n );\n --plasma_private-textarea-input-without-helpers-height: calc(\n var(--plasma_private-textarea-computed-height) - var(${tokens.inputPaddingBottom})\n );\n\n --plasma_private-textarea-input-actual-height: ${({ hasHelper, rows }) =>\n hasHelper && !rows\n ? 'var(--plasma_private-textarea-input-with-helpers-height)'\n : 'var(--plasma_private-textarea-input-without-helpers-height)'};\n\n height: var(--plasma_private-textarea-input-actual-height);\n\n font-family: var(${tokens.inputFontFamily});\n font-size: var(${tokens.inputFontSize});\n font-style: var(${tokens.inputFontStyle});\n font-weight: var(${tokens.inputFontWeight});\n letter-spacing: var(${tokens.inputLetterSpacing});\n line-height: var(${tokens.inputLineHeight});\n\n &::placeholder {\n opacity: 0;\n }\n\n &:read-only {\n cursor: default;\n }\n\n &:focus:not(:disabled) {\n color: var(${tokens.inputColorFocus});\n }\n\n &::-webkit-scrollbar {\n width: var(${tokens.scrollbarWidth});\n }\n\n &::-webkit-scrollbar-thumb {\n background-color: var(${tokens.scrollbarThumbBackgroundColor});\n background-clip: content-box;\n border: var(${tokens.scrollbarBorderWidth}) solid transparent;\n border-radius: 1rem;\n }\n\n &::-webkit-scrollbar-track {\n background-color: var(${tokens.scrollbarTrackBackgroundColor});\n background-clip: content-box;\n border: var(${tokens.scrollbarBorderWidth}) solid transparent;\n border-radius: 1rem;\n }\n`;\n\nexport const StyledHelpers = styled.div`\n box-sizing: border-box;\n display: flex;\n justify-content: space-between;\n\n transition: background-color 0.1s ease-in-out;\n\n background-color: var(${tokens.helpersBackgroundColor});\n\n padding-top: var(${tokens.helpersPaddingTop});\n padding-right: var(${tokens.helpersPaddingRight});\n padding-bottom: var(${tokens.helpersPaddingBottom});\n padding-left: var(${tokens.helpersPaddingLeft});\n\n border-bottom-left-radius: var(${tokens.borderRadius});\n border-bottom-right-radius: var(${tokens.borderRadius});\n`;\n\nexport const StyledLeftHelper = styled.span`\n ${applyEllipsis()};\n\n display: block;\n\n font-family: var(${tokens.helpersFontFamily});\n font-size: var(${tokens.helpersFontSize});\n font-style: var(${tokens.helpersFontStyle});\n font-weight: var(${tokens.helpersFontWeight});\n letter-spacing: var(${tokens.helpersLetterSpacing});\n line-height: var(${tokens.helpersLineHeight});\n\n color: var(${tokens.leftHelperColor});\n`;\n\nexport const StyledRightHelper = styled(StyledLeftHelper)`\n color: var(${tokens.rightHelperColor});\n margin-left: auto;\n`;\n\nexport const StyledPlaceholder = styled.label<{\n hasContentRight: boolean;\n}>`\n box-sizing: border-box;\n position: absolute;\n pointer-events: none;\n display: inline-flex;\n align-items: center;\n\n transition: all 0.1s ease-in-out;\n transform-origin: top left;\n\n color: var(${tokens.placeholderColor});\n\n width: 100%;\n height: auto;\n\n top: var(${tokens.inputPaddingTop});\n padding-left: var(${tokens.inputPaddingLeft});\n padding-right: ${({ hasContentRight }) =>\n hasContentRight ? `var(${tokens.inputPaddingRightWithRightContent})` : `var(${tokens.inputPaddingRight})`};\n\n font-family: var(${tokens.inputFontFamily});\n font-size: var(${tokens.inputFontSize});\n font-style: var(${tokens.inputFontStyle});\n font-weight: var(${tokens.inputFontWeight});\n letter-spacing: var(${tokens.inputLetterSpacing});\n line-height: var(${tokens.inputLineHeight});\n`;\n\nexport const StyledIndicator = styled.div`\n position: absolute;\n border-radius: 50%;\n\n background-color: var(${tokens.indicatorColor});\n\n &.${classes.outerLabelPlacement} {\n width: var(${tokens.indicatorSizeOuter});\n height: var(${tokens.indicatorSizeOuter});\n inset: var(${tokens.indicatorLabelPlacementOuter});\n\n &.align-right {\n inset: var(${tokens.indicatorLabelPlacementOuterRight});\n\n &.${classes.hasHint} {\n right: calc(-1 * var(${tokens.indicatorSizeOuter}));\n }\n }\n }\n\n &.${classes.innerLabelPlacement} {\n width: var(${tokens.indicatorSizeInner});\n height: var(${tokens.indicatorSizeInner});\n inset: var(${tokens.indicatorLabelPlacementInner});\n\n &.align-right {\n inset: var(${tokens.indicatorLabelPlacementInnerRight});\n }\n }\n`;\n"],"names":["mergedConfig","mergeConfig","tooltipConfig","Tooltip","component","_exp","Hint","styled","name","class","propsAsIs","_exp2","_ref","isInnnerLabel","concat","tokens","titleCaptionInnerLabelOffset","labelMarginBottom","OuterLabelWrapper","vars","StyledLabel","TitleCaption","StyledIndicatorWrapper","_exp24","_ref2","inheritFont","labelOuterFontFamily","inputFontFamily","_exp25","_ref3","labelOuterFontSize","inputFontSize","_exp26","_ref4","labelOuterFontStyle","inputFontStyle","_exp27","_ref5","labelOuterFontWeight","inputFontWeight","_exp28","_ref6","labelOuterLetterSpacing","inputLetterSpacing","_exp29","_ref7","labelOuterLineHeight","inputLineHeight","StyledOptionalText","StyledHintWrapper","HintTargetWrapper","_exp38","_ref8","hasHelper","inputPaddingBottomWithHelpers","inputPaddingBottom","_exp39","_ref9","borderRadiusWithHelpers","borderRadius","StyledTextAreaWrapper","StyledContent","_exp45","_ref10","width","StyledContainer","_exp48","_ref11","resize","_exp49","_ref12","height","Number","isNaN","inputHeight","_exp50","_ref13","inputWidth","_exp51","_ref14","rows","_exp52","_ref15","cols","_exp54","_ref16","applyCustomWidth","_exp56","_ref17","hasContentRight","inputPaddingRightWithRightContent","inputPaddingRight","_exp63","_ref18","StyledTextArea","StyledHelpers","StyledLeftHelper","_exp91","StyledRightHelper","_exp96","_ref19","StyledPlaceholder","StyledIndicator"],"mappings":"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"}
1
+ {"version":3,"file":"TextArea.styles.js","sources":["../../../src/components/TextArea/TextArea.styles.ts"],"sourcesContent":["import { styled } from '@linaria/react';\n\nimport { applyEllipsis } from '../../mixins';\n\nimport { classes, tokens } from './TextArea.tokens';\n\nexport const StyledLabel = styled.div`\n position: relative;\n display: inline-flex;\n margin-bottom: var(${tokens.labelMarginBottom});\n\n color: var(${tokens.labelOuterColor}, var(${tokens.inputColor}));\n font-family: var(${tokens.labelOuterFontFamily}, var(${tokens.inputFontFamily}));\n font-size: var(${tokens.labelOuterFontSize}, var(${tokens.inputFontSize}));\n font-style: var(${tokens.labelOuterFontStyle}, var(${tokens.inputFontStyle}));\n font-weight: var(${tokens.labelOuterFontWeight}, var(${tokens.inputFontWeight}));\n letter-spacing: var(${tokens.labelOuterLetterSpacing}, var(${tokens.inputLetterSpacing}));\n line-height: var(${tokens.labelOuterLineHeight}, var(${tokens.inputLineHeight}));\n`;\n\nexport const StyledOptionalText = styled.span`\n color: var(${tokens.optionalColor});\n`;\n\nexport const StyledTextAreaWrapper = styled.div<{\n hasHelper: boolean;\n}>`\n background-color: var(${tokens.inputBackgroundColor});\n\n padding-top: var(${tokens.inputPaddingTop});\n padding-bottom: ${({ hasHelper }) =>\n hasHelper ? `var(${tokens.inputPaddingBottomWithHelpers})` : `var(${tokens.inputPaddingBottom})`};\n\n border-radius: ${({ hasHelper }) =>\n hasHelper ? `var(${tokens.borderRadiusWithHelpers})` : `var(${tokens.borderRadius})`};\n`;\n\nexport const StyledContent = styled.div`\n position: absolute;\n display: flex;\n align-items: center;\n bottom: 0;\n z-index: 1;\n\n color: var(${tokens.rightContentColor}, var(${tokens.inputColor}));\n\n top: var(${tokens.rightContentTop});\n right: var(${tokens.rightContentRight});\n\n height: var(${tokens.rightContentHeight});\n`;\n\nexport const StyledContainer = styled.div<{ width: string }>`\n display: inline-flex;\n flex-direction: column;\n\n width: ${({ width }) => width};\n\n position: relative;\n`;\n\nexport const StyledTextArea = styled.textarea<{\n hasHelper: boolean;\n hasContentRight: boolean;\n applyCustomWidth: boolean;\n width?: string | number;\n height?: string | number;\n resize?: string;\n}>`\n display: block;\n box-sizing: border-box;\n outline: none;\n border: none;\n -webkit-appearance: none; /* для отображение рамок на iOS */\n background-color: transparent;\n\n color: var(${tokens.inputColor});\n caret-color: var(${tokens.inputCaretColor});\n\n resize: ${({ resize }) => resize || 'none'};\n\n --plasma_private-textarea-height: ${({ height }) =>\n !Number.isNaN(Number(height)) ? `calc(${height}rem - 0.875rem)` : height || `var(${tokens.inputHeight})`};\n\n --plasma_private-textarea-width: ${({ width }) =>\n !Number.isNaN(Number(width)) ? `${width}rem` : width || `var(${tokens.inputWidth})`};\n\n --plasma_private-textarea-computed-height: ${({ rows }) =>\n rows ? 'unset' : 'var(--plasma_private-textarea-height)'};\n --plasma_private-textarea-computed-width: ${({ cols }) =>\n cols ? 'unset' : 'var(--plasma_private-textarea-width)'};\n\n height: var(--plasma_private-textarea-computed-height);\n width: var(--plasma_private-textarea-computed-width);\n\n min-width: ${({ applyCustomWidth }) => (applyCustomWidth ? 'var(--plasma_private-textarea-width)' : 'auto')};\n max-width: ${({ applyCustomWidth }) => (applyCustomWidth ? 'var(--plasma_private-textarea-width)' : 'auto')};\n\n min-height: var(${tokens.inputMinHeight});\n\n padding-right: ${({ hasContentRight }) =>\n hasContentRight ? `var(${tokens.inputPaddingRightWithRightContent})` : `var(${tokens.inputPaddingRight})`};\n padding-left: var(${tokens.inputPaddingLeft});\n padding-top: 0;\n padding-bottom: 0;\n\n /* INFO: Высчитываем высоту блока с подсказками */\n --plasma_private-textarea-helpers-computed-height: calc(\n var(${tokens.helpersPaddingTop}) + var(${tokens.helpersPaddingBottom}) + var(${tokens.helpersLineHeight})\n );\n\n --plasma_private-textarea-input-with-helpers-height: calc(\n var(--plasma_private-textarea-height) - var(--plasma_private-textarea-helpers-computed-height) +\n var(${tokens.helpersOffset})\n );\n --plasma_private-textarea-input-without-helpers-height: calc(\n var(--plasma_private-textarea-computed-height) - var(${tokens.inputPaddingBottom})\n );\n\n --plasma_private-textarea-input-actual-height: ${({ hasHelper, rows }) =>\n hasHelper && !rows\n ? 'var(--plasma_private-textarea-input-with-helpers-height)'\n : 'var(--plasma_private-textarea-input-without-helpers-height)'};\n\n height: var(--plasma_private-textarea-input-actual-height);\n\n font-family: var(${tokens.inputFontFamily});\n font-size: var(${tokens.inputFontSize});\n font-style: var(${tokens.inputFontStyle});\n font-weight: var(${tokens.inputFontWeight});\n letter-spacing: var(${tokens.inputLetterSpacing});\n line-height: var(${tokens.inputLineHeight});\n\n &::placeholder {\n opacity: 0;\n }\n\n &:read-only {\n cursor: default;\n }\n\n &:focus:not(:disabled) {\n color: var(${tokens.inputColorFocus});\n }\n\n &::-webkit-scrollbar {\n width: var(${tokens.scrollbarWidth});\n }\n\n &::-webkit-scrollbar-thumb {\n background-color: var(${tokens.scrollbarThumbBackgroundColor});\n background-clip: content-box;\n border: var(${tokens.scrollbarBorderWidth}) solid transparent;\n border-radius: 1rem;\n }\n\n &::-webkit-scrollbar-track {\n background-color: var(${tokens.scrollbarTrackBackgroundColor});\n background-clip: content-box;\n border: var(${tokens.scrollbarBorderWidth}) solid transparent;\n border-radius: 1rem;\n }\n`;\n\nexport const StyledHelpers = styled.div`\n box-sizing: border-box;\n display: flex;\n justify-content: space-between;\n\n transition: background-color 0.1s ease-in-out;\n\n background-color: var(${tokens.helpersBackgroundColor});\n\n padding-top: var(${tokens.helpersPaddingTop});\n padding-right: var(${tokens.helpersPaddingRight});\n padding-bottom: var(${tokens.helpersPaddingBottom});\n padding-left: var(${tokens.helpersPaddingLeft});\n\n border-bottom-left-radius: var(${tokens.borderRadius});\n border-bottom-right-radius: var(${tokens.borderRadius});\n`;\n\nexport const StyledLeftHelper = styled.span`\n ${applyEllipsis()};\n\n display: block;\n\n font-family: var(${tokens.helpersFontFamily});\n font-size: var(${tokens.helpersFontSize});\n font-style: var(${tokens.helpersFontStyle});\n font-weight: var(${tokens.helpersFontWeight});\n letter-spacing: var(${tokens.helpersLetterSpacing});\n line-height: var(${tokens.helpersLineHeight});\n\n color: var(${tokens.leftHelperColor});\n`;\n\nexport const StyledRightHelper = styled(StyledLeftHelper)`\n color: var(${tokens.rightHelperColor});\n margin-left: auto;\n`;\n\nexport const StyledPlaceholder = styled.label<{\n hasContentRight: boolean;\n}>`\n box-sizing: border-box;\n position: absolute;\n pointer-events: none;\n display: inline-flex;\n align-items: center;\n\n transition: all 0.1s ease-in-out;\n transform-origin: top left;\n\n color: var(${tokens.placeholderColor});\n\n width: 100%;\n height: auto;\n\n top: var(${tokens.inputPaddingTop});\n padding-left: var(${tokens.inputPaddingLeft});\n padding-right: ${({ hasContentRight }) =>\n hasContentRight ? `var(${tokens.inputPaddingRightWithRightContent})` : `var(${tokens.inputPaddingRight})`};\n\n font-family: var(${tokens.inputFontFamily});\n font-size: var(${tokens.inputFontSize});\n font-style: var(${tokens.inputFontStyle});\n font-weight: var(${tokens.inputFontWeight});\n letter-spacing: var(${tokens.inputLetterSpacing});\n line-height: var(${tokens.inputLineHeight});\n`;\n\nexport const StyledIndicator = styled.div`\n position: absolute;\n border-radius: 50%;\n\n background-color: var(${tokens.indicatorColor});\n\n &.${classes.outerLabelPlacement} {\n width: var(${tokens.indicatorSizeOuter});\n height: var(${tokens.indicatorSizeOuter});\n inset: var(${tokens.indicatorLabelPlacementOuter});\n\n &.align-right {\n inset: var(${tokens.indicatorLabelPlacementOuterRight});\n }\n }\n\n &.${classes.innerLabelPlacement} {\n width: var(${tokens.indicatorSizeInner});\n height: var(${tokens.indicatorSizeInner});\n inset: var(${tokens.indicatorLabelPlacementInner});\n\n &.align-right {\n inset: var(${tokens.indicatorLabelPlacementInnerRight});\n }\n }\n`;\n"],"names":["StyledLabel","styled","name","class","propsAsIs","StyledOptionalText","_exp19","_ref","hasHelper","concat","tokens","inputPaddingBottomWithHelpers","inputPaddingBottom","_exp20","_ref2","borderRadiusWithHelpers","borderRadius","StyledTextAreaWrapper","vars","StyledContent","_exp26","_ref3","width","StyledContainer","_exp29","_ref4","resize","_exp30","_ref5","height","Number","isNaN","inputHeight","_exp31","_ref6","inputWidth","_exp32","_ref7","rows","_exp33","_ref8","cols","_exp35","_ref9","applyCustomWidth","_exp37","_ref10","hasContentRight","inputPaddingRightWithRightContent","inputPaddingRight","_exp44","_ref11","StyledTextArea","StyledHelpers","StyledLeftHelper","_exp72","StyledRightHelper","_exp77","_ref12","StyledPlaceholder","StyledIndicator"],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ .s1luq7vd{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:var(--plasma-textarea-label-margin-bottom);color:var(--plasma-textarea-label-outer-color,var(--plasma-textarea-input-color));font-family:var(--plasma-textarea-label-outer-font-family,var(--plasma-textarea-input-font-family));font-size:var(--plasma-textarea-label-outer-font-size,var(--plasma-textarea-input-font-size));font-style:var(--plasma-textarea-label-outer-font-style,var(--plasma-textarea-input-font-style));font-weight:var(--plasma-textarea-label-outer-font-weight,var(--plasma-textarea-input-font-weight));-webkit-letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));-moz-letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));-ms-letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));letter-spacing:var(--plasma-textarea-label-outer-letter-spacing,var(--plasma-textarea-input-letter-spacing));line-height:var(--plasma-textarea-label-outer-line-height,var(--plasma-textarea-input-line-height));}
2
+ .s1r1fvk8{color:var(--plasma-textarea__optional-color);}
3
+ .surmvwq{background-color:var(--plasma-textarea-input-background-color);padding-top:var(--plasma-textarea-input-padding-top);padding-bottom:var(--surmvwq-0);border-radius:var(--surmvwq-1);}
4
+ .s18bd513{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;z-index:1;color:var(--plasma-textarea-right-content-color,var(--plasma-textarea-input-color));top:var(--plasma-textarea-right-content-top);right:var(--plasma-textarea-right-content-right);height:var(--plasma-textarea-right-content-height);}
5
+ .s7alcr2{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:var(--s7alcr2-0);position:relative;}
6
+ .si9oz50{display:block;box-sizing:border-box;outline:none;border:none;-webkit-appearance:none;background-color:transparent;color:var(--plasma-textarea-input-color);caret-color:var(--plasma-textarea-input-caret-color);resize:var(--si9oz50-0);--plasma_private-textarea-height:var(--si9oz50-1);--plasma_private-textarea-width:var(--si9oz50-2);--plasma_private-textarea-computed-height:var(--si9oz50-3);--plasma_private-textarea-computed-width:var(--si9oz50-4);height:var(--plasma_private-textarea-computed-height);width:var(--plasma_private-textarea-computed-width);min-width:var(--si9oz50-5);max-width:var(--si9oz50-5);min-height:var(--plasma-textarea-input-min-height);padding-right:var(--si9oz50-6);padding-left:var(--plasma-textarea-input-padding-left);padding-top:0;padding-bottom:0;--plasma_private-textarea-helpers-computed-height:calc( var(--plasma-textarea-helpers-padding-top) + var(--plasma-textarea-helpers-padding-bottom) + var(--plasma-textarea-helpers-line-height) );--plasma_private-textarea-input-with-helpers-height:calc( var(--plasma_private-textarea-height) - var(--plasma_private-textarea-helpers-computed-height) + var(--plasma-textarea-helpers-offset) );--plasma_private-textarea-input-without-helpers-height:calc( var(--plasma_private-textarea-computed-height) - var(--plasma-textarea-input-padding-bottom) );--plasma_private-textarea-input-actual-height:var(--si9oz50-7);height:var(--plasma_private-textarea-input-actual-height);font-family:var(--plasma-textarea-input-font-family);font-size:var(--plasma-textarea-input-font-size);font-style:var(--plasma-textarea-input-font-style);font-weight:var(--plasma-textarea-input-font-weight);-webkit-letter-spacing:var(--plasma-textarea-input-letter-spacing);-moz-letter-spacing:var(--plasma-textarea-input-letter-spacing);-ms-letter-spacing:var(--plasma-textarea-input-letter-spacing);letter-spacing:var(--plasma-textarea-input-letter-spacing);line-height:var(--plasma-textarea-input-line-height);}.si9oz50::-webkit-input-placeholder{opacity:0;}.si9oz50::-moz-placeholder{opacity:0;}.si9oz50:-ms-input-placeholder{opacity:0;}.si9oz50::placeholder{opacity:0;}.si9oz50:-moz-read-only{cursor:default;}.si9oz50:read-only{cursor:default;}.si9oz50:focus:not(:disabled){color:var(--plasma-textarea-input-color-focus);}.si9oz50::-webkit-scrollbar{width:var(--plasma-textarea-scrollbar-width);}.si9oz50::-webkit-scrollbar-thumb{background-color:var(--plasma-textarea-scrollbar-thumb-background-color);background-clip:content-box;border:var(--plasma-textarea-scrollbar-border-width) solid transparent;border-radius:1rem;}.si9oz50::-webkit-scrollbar-track{background-color:var(--plasma-textarea-scrollbar-track-background-color);background-clip:content-box;border:var(--plasma-textarea-scrollbar-border-width) solid transparent;border-radius:1rem;}
7
+ .s18tpn65{box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:background-color 0.1s ease-in-out;transition:background-color 0.1s ease-in-out;background-color:var(--plasma-textarea-helpers-background-color);padding-top:var(--plasma-textarea-helpers-padding-top);padding-right:var(--plasma-textarea-helpers-padding-right);padding-bottom:var(--plasma-textarea-helpers-padding-bottom);padding-left:var(--plasma-textarea-helpers-padding-left);border-bottom-left-radius:var(--plasma-textarea-border-radius);border-bottom-right-radius:var(--plasma-textarea-border-radius);}
8
+ .s19sfsrt{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;font-family:var(--plasma-textarea-helpers-font-family);font-size:var(--plasma-textarea-helpers-font-size);font-style:var(--plasma-textarea-helpers-font-style);font-weight:var(--plasma-textarea-helpers-font-weight);-webkit-letter-spacing:var(--plasma-textarea-helpers-letter-spacing);-moz-letter-spacing:var(--plasma-textarea-helpers-letter-spacing);-ms-letter-spacing:var(--plasma-textarea-helpers-letter-spacing);letter-spacing:var(--plasma-textarea-helpers-letter-spacing);line-height:var(--plasma-textarea-helpers-line-height);color:var(--plasma-textarea-left-helper-color);}
9
+ .sfype23.s19sfsrt{color:var(--plasma-textarea-right-helper-color);margin-left:auto;}
10
+ .s3wsw3p{box-sizing:border-box;position:absolute;pointer-events:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all 0.1s ease-in-out;transition:all 0.1s ease-in-out;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;color:var(--plasma-textarea-placeholder-color);width:100%;height:auto;top:var(--plasma-textarea-input-padding-top);padding-left:var(--plasma-textarea-input-padding-left);padding-right:var(--s3wsw3p-0);font-family:var(--plasma-textarea-input-font-family);font-size:var(--plasma-textarea-input-font-size);font-style:var(--plasma-textarea-input-font-style);font-weight:var(--plasma-textarea-input-font-weight);-webkit-letter-spacing:var(--plasma-textarea-input-letter-spacing);-moz-letter-spacing:var(--plasma-textarea-input-letter-spacing);-ms-letter-spacing:var(--plasma-textarea-input-letter-spacing);letter-spacing:var(--plasma-textarea-input-letter-spacing);line-height:var(--plasma-textarea-input-line-height);}
11
+ .stc5t23{position:absolute;border-radius:50%;background-color:var(--plasma-textarea-indicator-color);}.stc5t23.label-placement-outer{width:var(--plasma-textarea-indicator-size-outer);height:var(--plasma-textarea-indicator-size-outer);inset:var(--plasma-textarea-indicator-placement-outer);}.stc5t23.label-placement-outer.align-right{inset:var(--plasma-textarea-indicator-placement-outer-right);}.stc5t23.label-placement-inner{width:var(--plasma-textarea-indicator-size-inner);height:var(--plasma-textarea-indicator-size-inner);inset:var(--plasma-textarea-indicator-placement-inner);}.stc5t23.label-placement-inner.align-right{inset:var(--plasma-textarea-indicator-placement-inner-right);}
@@ -23,7 +23,6 @@ var classes = {
23
23
  outerLabelPlacement: 'label-placement-outer',
24
24
  /** Класс для view `clear` */
25
25
  clear: 'textarea-clear',
26
- hasHint: 'textarea-has-hint',
27
26
  hasRightContent: 'textarea-has-right-content',
28
27
  hasDivider: 'textarea-has-divider'
29
28
  };
@@ -190,7 +189,6 @@ var tokens = {
190
189
  indicatorLabelPlacementOuterRight: '--plasma-textarea-indicator-placement-outer-right',
191
190
  clearIndicatorLabelPlacementInner: '--plasma-textarea__clear-indicator-placement-inner',
192
191
  clearIndicatorLabelPlacementInnerRight: '--plasma-textarea__clear-indicator-placement-inner-right',
193
- clearIndicatorHintInnerRight: '--plasma-textarea__clear-indicator-hint-placement-inner-right',
194
192
  scrollbarWidth: '--plasma-textarea-scrollbar-width',
195
193
  scrollbarBorderWidth: '--plasma-textarea-scrollbar-border-width',
196
194
  scrollbarThumbBackgroundColor: '--plasma-textarea-scrollbar-thumb-background-color',
@@ -199,47 +197,10 @@ var tokens = {
199
197
  scrollbarTrackBackgroundColor: '--plasma-textarea-scrollbar-track-background-color',
200
198
  scrollbarTrackBackgroundColorHover: '--plasma-textarea-scrollbar-track-background-color-hover',
201
199
  scrollbarTrackBackgroundColorActive: '--plasma-textarea-scrollbar-track-background-color-active',
202
- dividerColor: '--plasma-textarea-divider-color',
203
- dividerColorHover: '--plasma-textarea-divider-color-hover',
204
- dividerColorFocus: '--plasma-textarea-divider-color-focus',
205
- dividerColorReadOnly: '--plasma-textarea-divider-color-readonly',
206
- titleCaptionColor: '--plasma-textarea__title-caption-color',
207
- titleCaptionColorReadOnly: '--plasma-textarea__title-caption-color-readonly',
208
- titleCaptionInnerLabelOffset: '--plasma-textarea__title-caption-label-inner-offset',
209
- titleCaptionFontFamily: '--plasma-textarea__title-caption-font-family',
210
- titleCaptionFontStyle: '--plasma-textarea__title-caption-font-style',
211
- titleCaptionFontSize: '--plasma-textarea__title-caption-font-size',
212
- titleCaptionFontWeight: '--plasma-textarea__title-caption-font-weight',
213
- titleCaptionLetterSpacing: '--plasma-textarea__title-caption-letter-spacing',
214
- titleCaptionLineHeight: '--plasma-textarea__title-caption-line-height',
215
- /** Токены для tooltip */
216
- hintMargin: '--plasma-textarea__hint-margin',
217
- hintTargetSize: '--plasma-textarea__hint-target-size',
218
- hintIconColor: '--plasma-textarea__hint-icon-color',
219
- hintInnerLabelPlacementOffset: '--plasma-textarea__hint-inner-label-placement-offset',
220
- clearHintInnerLabelPlacementOffset: '--plasma-textarea__clear-hint-inner-label-placement-offset',
221
- tooltipBackgroundColor: '--plasma-textarea__tooltip-background-color',
222
- tooltipBoxShadow: '--plasma-textarea__tooltip-box-shadow',
223
- tooltipColor: '--plasma-textarea__tooltip-color',
224
- tooltipPaddingTop: '--plasma-textarea__tooltip-padding-top',
225
- tooltipPaddingRight: '--plasma-textarea__tooltip-padding-right',
226
- tooltipPaddingBottom: '--plasma-textarea__tooltip-padding-bottom',
227
- tooltipPaddingLeft: '--plasma-textarea__tooltip-padding-left',
228
- tooltipMinHeight: '--plasma-textarea__tooltip-min-height',
229
- tooltipBorderRadius: '--plasma-textarea__tooltip-border-radius',
230
- tooltipTextFontFamily: '--plasma-textarea__tooltip-text-font-family',
231
- tooltipTextFontSize: '--plasma-textarea__tooltip-text-font-size',
232
- tooltipTextFontStyle: '--plasma-textarea__tooltip-text-font-style',
233
- tooltipTextFontWeight: '--plasma-textarea__tooltip-text-font-weight',
234
- tooltipTextFontLetterSpacing: '--plasma-textarea__tooltip-text-font-letter-spacing',
235
- tooltipTextFontLineHeight: '--plasma-textarea__tooltip-text-font-line-height',
236
- tooltipContentLeftMargin: '--plasma-textarea__tooltip-content-left-margin',
237
- tooltipArrowMaskWidth: '--plasma-textarea__tooltip-arrow-mask-width',
238
- tooltipArrowMaskHeight: '--plasma-textarea__tooltip-arrow-mask-height',
239
- tooltipArrowMaskImage: '--plasma-textarea__tooltip-arrow-mask-image',
240
- tooltipArrowHeight: '--plasma-textarea__tooltip-arrow-height',
241
- tooltipArrowEdgeMargin: '--plasma-textarea__tooltip-arrow-edge-margin',
242
- tooltipArrowBackground: '--plasma-textarea__tooltip-arrow-background'
200
+ dividerColor: '--plasma-textfield-divider-color',
201
+ dividerColorHover: '--plasma-textfield-divider-color-hover',
202
+ dividerColorFocus: '--plasma-textfield-divider-color-focus',
203
+ dividerColorReadOnly: '--plasma-textfield-divider-color-readonly'
243
204
  };
244
205
 
245
206
  exports.classes = classes;