@salutejs/plasma-new-hope 0.173.0-canary.1500.11456169969.0 → 0.173.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (639) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +35 -19
  2. package/cjs/components/Autocomplete/Autocomplete.js +4 -2
  3. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  4. package/cjs/components/Badge/Badge.css +0 -2
  5. package/cjs/components/Badge/Badge.js +2 -9
  6. package/cjs/components/Badge/Badge.js.map +1 -1
  7. package/cjs/components/Badge/Badge.tokens.js +1 -2
  8. package/cjs/components/Badge/Badge.tokens.js.map +1 -1
  9. package/cjs/components/Combobox/ComboboxNew/Combobox.css +39 -18
  10. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +39 -18
  11. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +39 -18
  12. package/cjs/components/DatePicker/RangeDate/RangeDate.css +34 -18
  13. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +34 -18
  14. package/cjs/components/DatePicker/SingleDate/SingleDate.css +36 -20
  15. package/cjs/components/Range/Range.css +40 -19
  16. package/cjs/components/Slider/Slider.css +40 -19
  17. package/cjs/components/Slider/Slider.js +2 -0
  18. package/cjs/components/Slider/Slider.js.map +1 -1
  19. package/cjs/components/Slider/components/Double/Double.css +40 -19
  20. package/cjs/components/Tabs/tokens.js +1 -2
  21. package/cjs/components/Tabs/tokens.js.map +1 -1
  22. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.css +0 -2
  23. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  24. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js.map +1 -1
  25. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.css +0 -2
  26. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  27. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js.map +1 -1
  28. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.css +5 -7
  29. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  30. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js.map +1 -1
  31. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
  32. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js.map +1 -1
  33. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/{VerticalTabItem.styles_1yspq9o.css → VerticalTabItem.styles_16d3lah.css} +1 -1
  34. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.css +0 -2
  35. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  36. package/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js.map +1 -1
  37. package/cjs/components/TextArea/TextArea.js +111 -19
  38. package/cjs/components/TextArea/TextArea.js.map +1 -1
  39. package/cjs/components/TextArea/TextArea.styles.js +166 -63
  40. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  41. package/cjs/components/TextArea/TextArea.styles_1ke2ihc.css +18 -0
  42. package/cjs/components/TextArea/TextArea.tokens.js +45 -5
  43. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  44. package/cjs/components/TextArea/hooks/useAutoResize.js +2 -4
  45. package/cjs/components/TextArea/hooks/useAutoResize.js.map +1 -1
  46. package/cjs/components/TextArea/ui/Hint/Hint.css +30 -0
  47. package/cjs/components/TextArea/ui/Hint/Hint.js +53 -0
  48. package/cjs/components/TextArea/ui/Hint/Hint.js.map +1 -0
  49. package/cjs/components/TextArea/variations/_clear/base.js +1 -1
  50. package/cjs/components/TextArea/variations/_clear/base.js.map +1 -1
  51. package/cjs/components/TextArea/variations/_clear/base_iz2qkw.css +1 -0
  52. package/cjs/components/{Badge/variations/_truncate → TextArea/variations/_hint-size}/base.js +2 -2
  53. package/cjs/components/TextArea/variations/_hint-size/base.js.map +1 -0
  54. package/cjs/components/TextArea/variations/_hint-size/base_1ipgv90.css +1 -0
  55. package/cjs/components/{Tabs/ui/vertical/VerticalTabItem/variations/_truncate → TextArea/variations/_hint-view}/base.js +2 -2
  56. package/cjs/components/TextArea/variations/_hint-view/base.js.map +1 -0
  57. package/cjs/components/TextArea/variations/_hint-view/base_111a0qe.css +1 -0
  58. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  59. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  60. package/cjs/components/TextArea/variations/_view/base_1xgrm3x.css +1 -0
  61. package/cjs/components/TextField/TextField.js +100 -10
  62. package/cjs/components/TextField/TextField.js.map +1 -1
  63. package/cjs/components/TextField/TextField.styles.js +82 -23
  64. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  65. package/cjs/components/TextField/TextField.styles_grgg7q.css +22 -0
  66. package/cjs/components/TextField/TextField.tokens.js +42 -2
  67. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  68. package/cjs/components/TextField/ui/Hint/Hint.css +34 -0
  69. package/cjs/components/TextField/ui/Hint/Hint.js +53 -0
  70. package/cjs/components/TextField/ui/Hint/Hint.js.map +1 -0
  71. package/cjs/components/TextField/variations/_clear/base.js +1 -1
  72. package/cjs/components/TextField/variations/_clear/base.js.map +1 -1
  73. package/cjs/components/TextField/variations/_clear/base_1i91sjp.css +1 -0
  74. package/cjs/components/TextField/variations/_disabled/base.js +1 -1
  75. package/cjs/components/TextField/variations/_disabled/{base_2tv0nz.css → base_4d3opa.css} +1 -1
  76. package/cjs/components/{Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate → TextField/variations/_hint-size}/base.js +2 -2
  77. package/cjs/components/TextField/variations/_hint-size/base.js.map +1 -0
  78. package/cjs/components/TextField/variations/_hint-size/base_1x99605.css +1 -0
  79. package/cjs/components/{Tabs/ui/horizontal/HorizontalTabs/variations/_truncate → TextField/variations/_hint-view}/base.js +2 -2
  80. package/cjs/components/TextField/variations/_hint-view/base.js.map +1 -0
  81. package/cjs/components/TextField/variations/_hint-view/base_l8etux.css +1 -0
  82. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  83. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  84. package/cjs/components/TextField/variations/_label-placement/base_3domm.css +1 -0
  85. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  86. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  87. package/cjs/components/TextField/variations/_read-only/base_17ypmu7.css +1 -0
  88. package/cjs/components/TextField/variations/_size/base.js +1 -1
  89. package/cjs/components/TextField/variations/_size/base.js.map +1 -1
  90. package/cjs/components/TextField/variations/_size/base_1xdmaqh.css +1 -0
  91. package/cjs/components/TextField/variations/_view/base.js +1 -1
  92. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  93. package/cjs/components/TextField/variations/_view/base_qhyte8.css +1 -0
  94. package/cjs/components/TextFieldGroup/TextFieldGroup.css +1 -1
  95. package/cjs/components/TextFieldGroup/variations/_shape/base.js +1 -1
  96. package/cjs/components/TextFieldGroup/variations/_shape/base_52bndd.css +1 -0
  97. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +23 -0
  98. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js.map +1 -0
  99. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +23 -0
  100. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js.map +1 -0
  101. package/cjs/index.css +61 -49
  102. package/cjs/utils/index.js.map +1 -1
  103. package/emotion/cjs/components/Autocomplete/Autocomplete.js +4 -2
  104. package/emotion/cjs/components/Badge/Badge.js +2 -9
  105. package/emotion/cjs/components/Badge/Badge.tokens.js +1 -2
  106. package/emotion/cjs/components/Tabs/tokens.js +1 -2
  107. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  108. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  109. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  110. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +5 -5
  111. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  112. package/emotion/cjs/components/TextArea/TextArea.js +115 -23
  113. package/emotion/cjs/components/TextArea/TextArea.styles.js +103 -41
  114. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +6 -1
  115. package/emotion/cjs/components/TextArea/TextArea.tokens.js +45 -5
  116. package/emotion/cjs/components/TextArea/hooks/useAutoResize.js +2 -4
  117. package/emotion/cjs/components/TextArea/ui/Hint/Hint.js +53 -0
  118. package/emotion/cjs/components/TextArea/ui/Hint/Hint.types.js +5 -0
  119. package/emotion/cjs/components/TextArea/variations/_clear/base.js +1 -1
  120. package/emotion/cjs/components/TextArea/variations/_hint-size/base.js +11 -0
  121. package/emotion/cjs/components/TextArea/variations/_hint-size/tokens.json +21 -0
  122. package/emotion/cjs/components/TextArea/variations/_hint-view/base.js +11 -0
  123. package/emotion/cjs/components/TextArea/variations/_hint-view/tokens.json +5 -0
  124. package/emotion/cjs/components/TextArea/variations/_view/base.js +2 -1
  125. package/emotion/cjs/components/TextField/TextField.js +103 -13
  126. package/emotion/cjs/components/TextField/TextField.styles.js +88 -37
  127. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +6 -1
  128. package/emotion/cjs/components/TextField/TextField.tokens.js +42 -2
  129. package/emotion/cjs/components/TextField/ui/Hint/Hint.js +53 -0
  130. package/emotion/cjs/components/TextField/ui/Hint/Hint.types.js +5 -0
  131. package/emotion/cjs/components/TextField/variations/_clear/base.js +1 -1
  132. package/emotion/cjs/components/TextField/variations/_hint-size/base.js +11 -0
  133. package/emotion/cjs/components/TextField/variations/_hint-size/tokens.json +21 -0
  134. package/emotion/cjs/components/TextField/variations/_hint-view/base.js +11 -0
  135. package/emotion/cjs/components/TextField/variations/_hint-view/tokens.json +5 -0
  136. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  137. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  138. package/emotion/cjs/components/TextField/variations/_size/base.js +1 -1
  139. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  140. package/emotion/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +22 -0
  141. package/emotion/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +22 -0
  142. package/emotion/cjs/components/_Icon/index.js +8 -1
  143. package/emotion/cjs/examples/plasma_b2c/components/Badge/Badge.config.js +14 -17
  144. package/emotion/cjs/examples/plasma_b2c/components/Badge/Badge.stories.tsx +2 -9
  145. package/emotion/cjs/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +5 -57
  146. package/emotion/cjs/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.js +15 -18
  147. package/emotion/cjs/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js +15 -18
  148. package/emotion/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +6 -9
  149. package/emotion/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +6 -9
  150. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +17 -10
  151. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  152. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +20 -13
  153. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  154. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +17 -10
  155. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  156. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +20 -13
  157. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  158. package/emotion/es/components/Autocomplete/Autocomplete.js +4 -2
  159. package/emotion/es/components/Badge/Badge.js +2 -9
  160. package/emotion/es/components/Badge/Badge.tokens.js +1 -2
  161. package/emotion/es/components/Tabs/tokens.js +1 -2
  162. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  163. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  164. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  165. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +5 -5
  166. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  167. package/emotion/es/components/TextArea/TextArea.js +115 -23
  168. package/emotion/es/components/TextArea/TextArea.styles.js +102 -40
  169. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +6 -1
  170. package/emotion/es/components/TextArea/TextArea.tokens.js +45 -5
  171. package/emotion/es/components/TextArea/hooks/useAutoResize.js +2 -4
  172. package/emotion/es/components/TextArea/ui/Hint/Hint.js +44 -0
  173. package/emotion/es/components/TextArea/ui/Hint/Hint.types.js +1 -0
  174. package/emotion/es/components/TextArea/variations/_clear/base.js +2 -2
  175. package/emotion/es/components/TextArea/variations/_hint-size/base.js +5 -0
  176. package/emotion/es/components/TextArea/variations/_hint-size/tokens.json +21 -0
  177. package/emotion/es/components/TextArea/variations/_hint-view/base.js +5 -0
  178. package/emotion/es/components/TextArea/variations/_hint-view/tokens.json +5 -0
  179. package/emotion/es/components/TextArea/variations/_view/base.js +2 -1
  180. package/emotion/es/components/TextField/TextField.js +102 -12
  181. package/emotion/es/components/TextField/TextField.styles.js +87 -36
  182. package/emotion/es/components/TextField/TextField.template-doc.mdx +6 -1
  183. package/emotion/es/components/TextField/TextField.tokens.js +42 -2
  184. package/emotion/es/components/TextField/ui/Hint/Hint.js +44 -0
  185. package/emotion/es/components/TextField/ui/Hint/Hint.types.js +1 -0
  186. package/emotion/es/components/TextField/variations/_clear/base.js +2 -2
  187. package/emotion/es/components/TextField/variations/_hint-size/base.js +5 -0
  188. package/emotion/es/components/TextField/variations/_hint-size/tokens.json +21 -0
  189. package/emotion/es/components/TextField/variations/_hint-view/base.js +5 -0
  190. package/emotion/es/components/TextField/variations/_hint-view/tokens.json +5 -0
  191. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  192. package/emotion/es/components/TextField/variations/_read-only/base.js +2 -2
  193. package/emotion/es/components/TextField/variations/_size/base.js +2 -2
  194. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  195. package/emotion/es/components/_Icon/Icon.assets/InfoCircleOutline.js +15 -0
  196. package/emotion/es/components/_Icon/Icons/IconInfoCircleOutline.js +15 -0
  197. package/emotion/es/components/_Icon/index.js +2 -1
  198. package/emotion/es/examples/plasma_b2c/components/Badge/Badge.config.js +14 -17
  199. package/emotion/es/examples/plasma_b2c/components/Badge/Badge.stories.tsx +2 -9
  200. package/emotion/es/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +5 -57
  201. package/emotion/es/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.js +15 -18
  202. package/emotion/es/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js +15 -18
  203. package/emotion/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +6 -9
  204. package/emotion/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +6 -9
  205. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +17 -10
  206. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  207. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +20 -13
  208. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  209. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +17 -10
  210. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  211. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +20 -13
  212. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  213. package/es/components/Autocomplete/Autocomplete.css +35 -19
  214. package/es/components/Autocomplete/Autocomplete.js +4 -2
  215. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  216. package/es/components/Badge/Badge.css +0 -2
  217. package/es/components/Badge/Badge.js +2 -9
  218. package/es/components/Badge/Badge.js.map +1 -1
  219. package/es/components/Badge/Badge.tokens.js +1 -2
  220. package/es/components/Badge/Badge.tokens.js.map +1 -1
  221. package/es/components/Combobox/ComboboxNew/Combobox.css +39 -18
  222. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +39 -18
  223. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +39 -18
  224. package/es/components/DatePicker/RangeDate/RangeDate.css +34 -18
  225. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +34 -18
  226. package/es/components/DatePicker/SingleDate/SingleDate.css +36 -20
  227. package/es/components/Range/Range.css +40 -19
  228. package/es/components/Slider/Slider.css +40 -19
  229. package/es/components/Slider/Slider.js +2 -0
  230. package/es/components/Slider/Slider.js.map +1 -1
  231. package/es/components/Slider/components/Double/Double.css +40 -19
  232. package/es/components/Tabs/tokens.js +1 -2
  233. package/es/components/Tabs/tokens.js.map +1 -1
  234. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.css +0 -2
  235. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  236. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js.map +1 -1
  237. package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.css +0 -2
  238. package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  239. package/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js.map +1 -1
  240. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.css +5 -7
  241. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  242. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js.map +1 -1
  243. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
  244. package/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js.map +1 -1
  245. package/es/components/Tabs/ui/vertical/VerticalTabItem/{VerticalTabItem.styles_1yspq9o.css → VerticalTabItem.styles_16d3lah.css} +1 -1
  246. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.css +0 -2
  247. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  248. package/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js.map +1 -1
  249. package/es/components/TextArea/TextArea.js +115 -23
  250. package/es/components/TextArea/TextArea.js.map +1 -1
  251. package/es/components/TextArea/TextArea.styles.js +160 -64
  252. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  253. package/es/components/TextArea/TextArea.styles_1ke2ihc.css +18 -0
  254. package/es/components/TextArea/TextArea.tokens.js +45 -5
  255. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  256. package/es/components/TextArea/hooks/useAutoResize.js +2 -4
  257. package/es/components/TextArea/hooks/useAutoResize.js.map +1 -1
  258. package/es/components/TextArea/ui/Hint/Hint.css +30 -0
  259. package/es/components/TextArea/ui/Hint/Hint.js +49 -0
  260. package/es/components/TextArea/ui/Hint/Hint.js.map +1 -0
  261. package/es/components/TextArea/variations/_clear/base.js +1 -1
  262. package/es/components/TextArea/variations/_clear/base.js.map +1 -1
  263. package/es/components/TextArea/variations/_clear/base_iz2qkw.css +1 -0
  264. package/es/components/{Tabs/ui/vertical/VerticalTabs/variations/_truncate → TextArea/variations/_hint-size}/base.js +2 -2
  265. package/es/components/TextArea/variations/_hint-size/base.js.map +1 -0
  266. package/es/components/TextArea/variations/_hint-size/base_1ipgv90.css +1 -0
  267. package/es/components/TextArea/variations/_hint-view/base.js +5 -0
  268. package/es/components/TextArea/variations/_hint-view/base.js.map +1 -0
  269. package/es/components/TextArea/variations/_hint-view/base_111a0qe.css +1 -0
  270. package/es/components/TextArea/variations/_view/base.js +1 -1
  271. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  272. package/es/components/TextArea/variations/_view/base_1xgrm3x.css +1 -0
  273. package/es/components/TextField/TextField.js +101 -11
  274. package/es/components/TextField/TextField.js.map +1 -1
  275. package/es/components/TextField/TextField.styles.js +76 -24
  276. package/es/components/TextField/TextField.styles.js.map +1 -1
  277. package/es/components/TextField/TextField.styles_grgg7q.css +22 -0
  278. package/es/components/TextField/TextField.tokens.js +42 -2
  279. package/es/components/TextField/TextField.tokens.js.map +1 -1
  280. package/es/components/TextField/ui/Hint/Hint.css +34 -0
  281. package/es/components/TextField/ui/Hint/Hint.js +49 -0
  282. package/es/components/TextField/ui/Hint/Hint.js.map +1 -0
  283. package/es/components/TextField/variations/_clear/base.js +1 -1
  284. package/es/components/TextField/variations/_clear/base.js.map +1 -1
  285. package/es/components/TextField/variations/_clear/base_1i91sjp.css +1 -0
  286. package/es/components/TextField/variations/_disabled/base.js +1 -1
  287. package/es/components/TextField/variations/_disabled/{base_2tv0nz.css → base_4d3opa.css} +1 -1
  288. package/es/components/TextField/variations/_hint-size/base.js +5 -0
  289. package/es/components/TextField/variations/_hint-size/base.js.map +1 -0
  290. package/es/components/TextField/variations/_hint-size/base_1x99605.css +1 -0
  291. package/es/components/{Tabs/ui/horizontal/HorizontalTabs/variations/_truncate → TextField/variations/_hint-view}/base.js +2 -2
  292. package/es/components/TextField/variations/_hint-view/base.js.map +1 -0
  293. package/es/components/TextField/variations/_hint-view/base_l8etux.css +1 -0
  294. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  295. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  296. package/es/components/TextField/variations/_label-placement/base_3domm.css +1 -0
  297. package/es/components/TextField/variations/_read-only/base.js +1 -1
  298. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  299. package/es/components/TextField/variations/_read-only/base_17ypmu7.css +1 -0
  300. package/es/components/TextField/variations/_size/base.js +1 -1
  301. package/es/components/TextField/variations/_size/base.js.map +1 -1
  302. package/es/components/TextField/variations/_size/base_1xdmaqh.css +1 -0
  303. package/es/components/TextField/variations/_view/base.js +1 -1
  304. package/es/components/TextField/variations/_view/base.js.map +1 -1
  305. package/es/components/TextField/variations/_view/base_qhyte8.css +1 -0
  306. package/es/components/TextFieldGroup/TextFieldGroup.css +1 -1
  307. package/es/components/TextFieldGroup/variations/_shape/base.js +1 -1
  308. package/es/components/TextFieldGroup/variations/_shape/base_52bndd.css +1 -0
  309. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js +19 -0
  310. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js.map +1 -0
  311. package/es/components/_Icon/Icons/IconInfoCircleOutline.js +19 -0
  312. package/es/components/_Icon/Icons/IconInfoCircleOutline.js.map +1 -0
  313. package/es/index.css +61 -49
  314. package/es/utils/index.js.map +1 -1
  315. package/package.json +2 -2
  316. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +4 -2
  317. package/styled-components/cjs/components/Badge/Badge.js +2 -9
  318. package/styled-components/cjs/components/Badge/Badge.tokens.js +1 -2
  319. package/styled-components/cjs/components/Tabs/tokens.js +1 -2
  320. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  321. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  322. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  323. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
  324. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  325. package/styled-components/cjs/components/TextArea/TextArea.js +114 -22
  326. package/styled-components/cjs/components/TextArea/TextArea.styles.js +88 -42
  327. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +6 -1
  328. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +45 -5
  329. package/styled-components/cjs/components/TextArea/hooks/useAutoResize.js +2 -4
  330. package/styled-components/cjs/components/TextArea/ui/Hint/Hint.js +53 -0
  331. package/styled-components/cjs/components/TextArea/ui/Hint/Hint.types.js +5 -0
  332. package/styled-components/cjs/components/TextArea/variations/_clear/base.js +1 -1
  333. package/styled-components/cjs/components/TextArea/variations/_hint-size/base.js +11 -0
  334. package/styled-components/cjs/components/TextArea/variations/_hint-size/tokens.json +21 -0
  335. package/styled-components/cjs/components/TextArea/variations/_hint-view/base.js +11 -0
  336. package/styled-components/cjs/components/TextArea/variations/_hint-view/tokens.json +5 -0
  337. package/styled-components/cjs/components/TextArea/variations/_view/base.js +2 -1
  338. package/styled-components/cjs/components/TextField/TextField.js +102 -12
  339. package/styled-components/cjs/components/TextField/TextField.styles.js +49 -21
  340. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +6 -1
  341. package/styled-components/cjs/components/TextField/TextField.tokens.js +42 -2
  342. package/styled-components/cjs/components/TextField/ui/Hint/Hint.js +53 -0
  343. package/styled-components/cjs/components/TextField/ui/Hint/Hint.types.js +5 -0
  344. package/styled-components/cjs/components/TextField/variations/_clear/base.js +1 -1
  345. package/styled-components/cjs/components/TextField/variations/_hint-size/base.js +11 -0
  346. package/styled-components/cjs/components/TextField/variations/_hint-size/tokens.json +21 -0
  347. package/styled-components/cjs/components/TextField/variations/_hint-view/base.js +11 -0
  348. package/styled-components/cjs/components/TextField/variations/_hint-view/tokens.json +5 -0
  349. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  350. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
  351. package/styled-components/cjs/components/TextField/variations/_size/base.js +1 -1
  352. package/styled-components/cjs/components/TextField/variations/_view/base.js +1 -1
  353. package/styled-components/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +22 -0
  354. package/styled-components/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +22 -0
  355. package/styled-components/cjs/components/_Icon/index.js +8 -1
  356. package/styled-components/cjs/examples/plasma_b2c/components/Badge/Badge.config.js +0 -3
  357. package/styled-components/cjs/examples/plasma_b2c/components/Badge/Badge.stories.tsx +2 -9
  358. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +5 -57
  359. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.js +0 -3
  360. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js +0 -3
  361. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +0 -3
  362. package/styled-components/cjs/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +0 -3
  363. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +16 -9
  364. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  365. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +16 -9
  366. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  367. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +16 -9
  368. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  369. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +16 -9
  370. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  371. package/styled-components/es/components/Autocomplete/Autocomplete.js +4 -2
  372. package/styled-components/es/components/Badge/Badge.js +2 -9
  373. package/styled-components/es/components/Badge/Badge.tokens.js +1 -2
  374. package/styled-components/es/components/Tabs/tokens.js +1 -2
  375. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.js +2 -8
  376. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.js +3 -11
  377. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.js +2 -8
  378. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.js +1 -1
  379. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.js +2 -10
  380. package/styled-components/es/components/TextArea/TextArea.js +114 -22
  381. package/styled-components/es/components/TextArea/TextArea.styles.js +87 -41
  382. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +6 -1
  383. package/styled-components/es/components/TextArea/TextArea.tokens.js +45 -5
  384. package/styled-components/es/components/TextArea/hooks/useAutoResize.js +2 -4
  385. package/styled-components/es/components/TextArea/ui/Hint/Hint.js +44 -0
  386. package/styled-components/es/components/TextArea/ui/Hint/Hint.types.js +1 -0
  387. package/styled-components/es/components/TextArea/variations/_clear/base.js +2 -2
  388. package/styled-components/es/components/TextArea/variations/_hint-size/base.js +5 -0
  389. package/styled-components/es/components/TextArea/variations/_hint-size/tokens.json +21 -0
  390. package/styled-components/es/components/TextArea/variations/_hint-view/base.js +5 -0
  391. package/styled-components/es/components/TextArea/variations/_hint-view/tokens.json +5 -0
  392. package/styled-components/es/components/TextArea/variations/_view/base.js +2 -1
  393. package/styled-components/es/components/TextField/TextField.js +101 -11
  394. package/styled-components/es/components/TextField/TextField.styles.js +48 -20
  395. package/styled-components/es/components/TextField/TextField.template-doc.mdx +6 -1
  396. package/styled-components/es/components/TextField/TextField.tokens.js +42 -2
  397. package/styled-components/es/components/TextField/ui/Hint/Hint.js +44 -0
  398. package/styled-components/es/components/TextField/ui/Hint/Hint.types.js +1 -0
  399. package/styled-components/es/components/TextField/variations/_clear/base.js +2 -2
  400. package/styled-components/es/components/TextField/variations/_hint-size/base.js +5 -0
  401. package/styled-components/es/components/TextField/variations/_hint-size/tokens.json +21 -0
  402. package/styled-components/es/components/TextField/variations/_hint-view/base.js +5 -0
  403. package/styled-components/es/components/TextField/variations/_hint-view/tokens.json +5 -0
  404. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  405. package/styled-components/es/components/TextField/variations/_read-only/base.js +2 -2
  406. package/styled-components/es/components/TextField/variations/_size/base.js +2 -2
  407. package/styled-components/es/components/TextField/variations/_view/base.js +2 -2
  408. package/styled-components/es/components/_Icon/Icon.assets/InfoCircleOutline.js +15 -0
  409. package/styled-components/es/components/_Icon/Icons/IconInfoCircleOutline.js +15 -0
  410. package/styled-components/es/components/_Icon/index.js +2 -1
  411. package/styled-components/es/examples/plasma_b2c/components/Badge/Badge.config.js +0 -3
  412. package/styled-components/es/examples/plasma_b2c/components/Badge/Badge.stories.tsx +2 -9
  413. package/styled-components/es/examples/plasma_b2c/components/Tabs/Tabs.stories.tsx +5 -57
  414. package/styled-components/es/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.js +0 -3
  415. package/styled-components/es/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.js +0 -3
  416. package/styled-components/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.js +0 -3
  417. package/styled-components/es/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.js +0 -3
  418. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +16 -9
  419. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +72 -0
  420. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +16 -9
  421. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +73 -1
  422. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +16 -9
  423. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +72 -0
  424. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +16 -9
  425. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +82 -10
  426. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  427. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +408 -0
  428. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  429. package/types/components/Badge/Badge.d.ts +0 -4
  430. package/types/components/Badge/Badge.d.ts.map +1 -1
  431. package/types/components/Badge/Badge.tokens.d.ts +0 -1
  432. package/types/components/Badge/Badge.tokens.d.ts.map +1 -1
  433. package/types/components/Badge/Badge.types.d.ts +0 -5
  434. package/types/components/Badge/Badge.types.d.ts.map +1 -1
  435. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +408 -0
  436. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  437. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +408 -0
  438. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  439. package/types/components/Dropdown/ui/DropdownOld/utils/index.d.ts +3 -2
  440. package/types/components/Dropdown/ui/DropdownOld/utils/index.d.ts.map +1 -1
  441. package/types/components/Popover/Popover.types.d.ts +2 -3
  442. package/types/components/Popover/Popover.types.d.ts.map +1 -1
  443. package/types/components/Range/Range.styles.d.ts +408 -0
  444. package/types/components/Range/Range.styles.d.ts.map +1 -1
  445. package/types/components/Slider/components/Double/Double.styles.d.ts +408 -0
  446. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  447. package/types/components/Tabs/TabItem.types.d.ts +0 -5
  448. package/types/components/Tabs/TabItem.types.d.ts.map +1 -1
  449. package/types/components/Tabs/Tabs.types.d.ts +0 -5
  450. package/types/components/Tabs/Tabs.types.d.ts.map +1 -1
  451. package/types/components/Tabs/tokens.d.ts +0 -1
  452. package/types/components/Tabs/tokens.d.ts.map +1 -1
  453. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.d.ts +0 -3
  454. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/HorizontalTabItem.d.ts.map +1 -1
  455. package/types/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.d.ts +0 -3
  456. package/types/components/Tabs/ui/horizontal/HorizontalTabs/HorizontalTabs.d.ts.map +1 -1
  457. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.d.ts +0 -3
  458. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.d.ts.map +1 -1
  459. package/types/components/Tabs/ui/vertical/VerticalTabItem/VerticalTabItem.styles.d.ts.map +1 -1
  460. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts +0 -4
  461. package/types/components/Tabs/ui/vertical/VerticalTabs/VerticalTabs.d.ts.map +1 -1
  462. package/types/components/TextArea/TextArea.d.ts +9 -3
  463. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  464. package/types/components/TextArea/TextArea.styles.d.ts +12 -1
  465. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  466. package/types/components/TextArea/TextArea.tokens.d.ts +40 -0
  467. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  468. package/types/components/TextArea/TextArea.types.d.ts +78 -3
  469. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  470. package/types/components/TextArea/hooks/useAutoResize.d.ts.map +1 -1
  471. package/types/components/TextArea/ui/Hint/Hint.d.ts +4 -0
  472. package/types/components/TextArea/ui/Hint/Hint.d.ts.map +1 -0
  473. package/types/components/TextArea/ui/Hint/Hint.types.d.ts +17 -0
  474. package/types/components/TextArea/ui/Hint/Hint.types.d.ts.map +1 -0
  475. package/types/components/TextArea/variations/_clear/base.d.ts.map +1 -1
  476. package/types/components/TextArea/variations/_hint-size/base.d.ts.map +1 -0
  477. package/types/components/TextArea/variations/_hint-view/base.d.ts.map +1 -0
  478. package/types/components/TextArea/variations/_view/base.d.ts.map +1 -1
  479. package/types/components/TextField/TextField.d.ts +9 -3
  480. package/types/components/TextField/TextField.d.ts.map +1 -1
  481. package/types/components/TextField/TextField.styles.d.ts +9 -0
  482. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  483. package/types/components/TextField/TextField.tokens.d.ts +40 -0
  484. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  485. package/types/components/TextField/TextField.types.d.ts +73 -2
  486. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  487. package/types/components/TextField/ui/Hint/Hint.d.ts +4 -0
  488. package/types/components/TextField/ui/Hint/Hint.d.ts.map +1 -0
  489. package/types/components/TextField/ui/Hint/Hint.types.d.ts +17 -0
  490. package/types/components/TextField/ui/Hint/Hint.types.d.ts.map +1 -0
  491. package/types/components/TextField/variations/_clear/base.d.ts.map +1 -1
  492. package/types/components/TextField/variations/_hint-size/base.d.ts.map +1 -0
  493. package/types/components/TextField/variations/_hint-view/base.d.ts.map +1 -0
  494. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  495. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  496. package/types/components/TextField/variations/_size/base.d.ts.map +1 -1
  497. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  498. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts +4 -0
  499. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts.map +1 -0
  500. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts +4 -0
  501. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts.map +1 -0
  502. package/types/components/_Icon/index.d.ts +1 -0
  503. package/types/components/_Icon/index.d.ts.map +1 -1
  504. package/types/examples/plasma_b2c/components/Badge/Badge.config.d.ts +0 -3
  505. package/types/examples/plasma_b2c/components/Badge/Badge.config.d.ts.map +1 -1
  506. package/types/examples/plasma_b2c/components/Badge/Badge.d.ts +0 -6
  507. package/types/examples/plasma_b2c/components/Badge/Badge.d.ts.map +1 -1
  508. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +740 -12
  509. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  510. package/types/examples/plasma_b2c/components/Tabs/TabItem.d.ts +0 -6
  511. package/types/examples/plasma_b2c/components/Tabs/TabItem.d.ts.map +1 -1
  512. package/types/examples/plasma_b2c/components/Tabs/Tabs.d.ts +0 -6
  513. package/types/examples/plasma_b2c/components/Tabs/Tabs.d.ts.map +1 -1
  514. package/types/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.d.ts +0 -3
  515. package/types/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabItem.config.d.ts.map +1 -1
  516. package/types/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.d.ts +0 -3
  517. package/types/examples/plasma_b2c/components/Tabs/horizontal/HorizontalTabs.config.d.ts.map +1 -1
  518. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.d.ts +0 -3
  519. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabItem.config.d.ts.map +1 -1
  520. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.d.ts +0 -3
  521. package/types/examples/plasma_b2c/components/Tabs/vertical/VerticalTabs.config.d.ts.map +1 -1
  522. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +7 -0
  523. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  524. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +455 -0
  525. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  526. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts +7 -0
  527. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
  528. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +415 -0
  529. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  530. package/types/examples/plasma_web/components/Badge/Badge.d.ts +0 -3
  531. package/types/examples/plasma_web/components/Badge/Badge.d.ts.map +1 -1
  532. package/types/examples/plasma_web/components/Mask/Mask.d.ts +740 -12
  533. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  534. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +7 -0
  535. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  536. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +455 -0
  537. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  538. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts +7 -0
  539. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -1
  540. package/types/examples/plasma_web/components/TextField/TextField.d.ts +415 -0
  541. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  542. package/types/utils/getPopoverPlacement.d.ts +3 -2
  543. package/types/utils/getPopoverPlacement.d.ts.map +1 -1
  544. package/types/utils/index.d.ts +1 -1
  545. package/types/utils/index.d.ts.map +1 -1
  546. package/cjs/components/Badge/variations/_truncate/base.js.map +0 -1
  547. package/cjs/components/Badge/variations/_truncate/base_nf9u2h.css +0 -1
  548. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js.map +0 -1
  549. package/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base_1b34xv3.css +0 -1
  550. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js.map +0 -1
  551. package/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base_1kepful.css +0 -1
  552. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js.map +0 -1
  553. package/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base_1nwonlh.css +0 -1
  554. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js +0 -9
  555. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js.map +0 -1
  556. package/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base_14x17ie.css +0 -1
  557. package/cjs/components/TextArea/TextArea.styles_es0miz.css +0 -11
  558. package/cjs/components/TextArea/variations/_clear/base_vidplj.css +0 -1
  559. package/cjs/components/TextArea/variations/_view/base_td55th.css +0 -1
  560. package/cjs/components/TextField/TextField.styles_1d2ryq.css +0 -15
  561. package/cjs/components/TextField/variations/_clear/base_rit6gc.css +0 -1
  562. package/cjs/components/TextField/variations/_label-placement/base_1ghihns.css +0 -1
  563. package/cjs/components/TextField/variations/_read-only/base_1n7tghz.css +0 -1
  564. package/cjs/components/TextField/variations/_size/base_1h8l0kj.css +0 -1
  565. package/cjs/components/TextField/variations/_view/base_1noe46b.css +0 -1
  566. package/cjs/components/TextFieldGroup/variations/_shape/base_1e0je21.css +0 -1
  567. package/emotion/cjs/components/Badge/variations/_truncate/base.js +0 -10
  568. package/emotion/cjs/components/Badge/variations/_truncate/tokens.json +0 -1
  569. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js +0 -10
  570. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/tokens.json +0 -1
  571. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js +0 -11
  572. package/emotion/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/tokens.json +0 -1
  573. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js +0 -10
  574. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/tokens.json +0 -1
  575. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js +0 -10
  576. package/emotion/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/tokens.json +0 -1
  577. package/emotion/es/components/Badge/variations/_truncate/base.js +0 -4
  578. package/emotion/es/components/Badge/variations/_truncate/tokens.json +0 -1
  579. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js +0 -4
  580. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/tokens.json +0 -1
  581. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js +0 -5
  582. package/emotion/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/tokens.json +0 -1
  583. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js +0 -4
  584. package/emotion/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/tokens.json +0 -1
  585. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js +0 -4
  586. package/emotion/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/tokens.json +0 -1
  587. package/es/components/Badge/variations/_truncate/base.js +0 -5
  588. package/es/components/Badge/variations/_truncate/base.js.map +0 -1
  589. package/es/components/Badge/variations/_truncate/base_nf9u2h.css +0 -1
  590. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js +0 -5
  591. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js.map +0 -1
  592. package/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base_1b34xv3.css +0 -1
  593. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js.map +0 -1
  594. package/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base_1kepful.css +0 -1
  595. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js +0 -5
  596. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js.map +0 -1
  597. package/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base_1nwonlh.css +0 -1
  598. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js.map +0 -1
  599. package/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base_14x17ie.css +0 -1
  600. package/es/components/TextArea/TextArea.styles_es0miz.css +0 -11
  601. package/es/components/TextArea/variations/_clear/base_vidplj.css +0 -1
  602. package/es/components/TextArea/variations/_view/base_td55th.css +0 -1
  603. package/es/components/TextField/TextField.styles_1d2ryq.css +0 -15
  604. package/es/components/TextField/variations/_clear/base_rit6gc.css +0 -1
  605. package/es/components/TextField/variations/_label-placement/base_1ghihns.css +0 -1
  606. package/es/components/TextField/variations/_read-only/base_1n7tghz.css +0 -1
  607. package/es/components/TextField/variations/_size/base_1h8l0kj.css +0 -1
  608. package/es/components/TextField/variations/_view/base_1noe46b.css +0 -1
  609. package/es/components/TextFieldGroup/variations/_shape/base_1e0je21.css +0 -1
  610. package/styled-components/cjs/components/Badge/variations/_truncate/base.js +0 -10
  611. package/styled-components/cjs/components/Badge/variations/_truncate/tokens.json +0 -1
  612. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js +0 -10
  613. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/tokens.json +0 -1
  614. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js +0 -11
  615. package/styled-components/cjs/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/tokens.json +0 -1
  616. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js +0 -10
  617. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/tokens.json +0 -1
  618. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js +0 -10
  619. package/styled-components/cjs/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/tokens.json +0 -1
  620. package/styled-components/es/components/Badge/variations/_truncate/base.js +0 -4
  621. package/styled-components/es/components/Badge/variations/_truncate/tokens.json +0 -1
  622. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.js +0 -4
  623. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/tokens.json +0 -1
  624. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.js +0 -5
  625. package/styled-components/es/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/tokens.json +0 -1
  626. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.js +0 -4
  627. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/tokens.json +0 -1
  628. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.js +0 -4
  629. package/styled-components/es/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/tokens.json +0 -1
  630. package/types/components/Badge/variations/_truncate/base.d.ts.map +0 -1
  631. package/types/components/Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate/base.d.ts.map +0 -1
  632. package/types/components/Tabs/ui/horizontal/HorizontalTabs/variations/_truncate/base.d.ts.map +0 -1
  633. package/types/components/Tabs/ui/vertical/VerticalTabItem/variations/_truncate/base.d.ts.map +0 -1
  634. package/types/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.d.ts +0 -2
  635. package/types/components/Tabs/ui/vertical/VerticalTabs/variations/_truncate/base.d.ts.map +0 -1
  636. /package/types/components/{Badge/variations/_truncate → TextArea/variations/_hint-size}/base.d.ts +0 -0
  637. /package/types/components/{Tabs/ui/horizontal/HorizontalTabItem/variations/_truncate → TextArea/variations/_hint-view}/base.d.ts +0 -0
  638. /package/types/components/{Tabs/ui/horizontal/HorizontalTabs/variations/_truncate → TextField/variations/_hint-size}/base.d.ts +0 -0
  639. /package/types/components/{Tabs/ui/vertical/VerticalTabItem/variations/_truncate → TextField/variations/_hint-view}/base.d.ts +0 -0
@@ -134,7 +134,8 @@ export function App() {
134
134
  ```
135
135
 
136
136
  ### Подсказка
137
- Для вывода подсказки снизу от поля используйте свойство `leftHelper` и/или `rightHelper`.
137
+ Для вывода подсказки снизу от поля используйте свойство `leftHelper` и/или `rightHelper`,
138
+ для подсказки в виде Tooltip - `hasHint`, для подсказки сверху справа - `titleCaption`:
138
139
 
139
140
  ```tsx live
140
141
  import React from 'react';
@@ -148,6 +149,10 @@ export function App() {
148
149
  defaultValue="Значение"
149
150
  leftHelper="Подсказка снизу слева"
150
151
  rightHelper="Подсказка снизу справа"
152
+ hasHint
153
+ hintText="Подсказка в виде Tooltip"
154
+ hintView="default"
155
+ hintSize="m"
151
156
  />
152
157
  </div>
153
158
  );
@@ -25,8 +25,10 @@ var classes = exports.classes = {
25
25
  outerLabelPlacement: 'label-placement-outer',
26
26
  /** Класс для view `clear` */
27
27
  clear: 'textarea-clear',
28
+ hasHint: 'textarea-has-hint',
28
29
  hasRightContent: 'textarea-has-right-content',
29
- hasDivider: 'textarea-has-divider'
30
+ hasDivider: 'textarea-has-divider',
31
+ requiredAlignRight: 'required-align-right'
30
32
  };
31
33
  var tokens = exports.tokens = {
32
34
  /** Цвет фона для элемента textarea */
@@ -191,6 +193,7 @@ var tokens = exports.tokens = {
191
193
  indicatorLabelPlacementOuterRight: '--plasma-textarea-indicator-placement-outer-right',
192
194
  clearIndicatorLabelPlacementInner: '--plasma-textarea__clear-indicator-placement-inner',
193
195
  clearIndicatorLabelPlacementInnerRight: '--plasma-textarea__clear-indicator-placement-inner-right',
196
+ clearIndicatorHintInnerRight: '--plasma-textarea__clear-indicator-hint-placement-inner-right',
194
197
  scrollbarWidth: '--plasma-textarea-scrollbar-width',
195
198
  scrollbarBorderWidth: '--plasma-textarea-scrollbar-border-width',
196
199
  scrollbarThumbBackgroundColor: '--plasma-textarea-scrollbar-thumb-background-color',
@@ -199,8 +202,45 @@ var tokens = exports.tokens = {
199
202
  scrollbarTrackBackgroundColor: '--plasma-textarea-scrollbar-track-background-color',
200
203
  scrollbarTrackBackgroundColorHover: '--plasma-textarea-scrollbar-track-background-color-hover',
201
204
  scrollbarTrackBackgroundColorActive: '--plasma-textarea-scrollbar-track-background-color-active',
202
- dividerColor: '--plasma-textfield-divider-color',
203
- dividerColorHover: '--plasma-textfield-divider-color-hover',
204
- dividerColorFocus: '--plasma-textfield-divider-color-focus',
205
- dividerColorReadOnly: '--plasma-textfield-divider-color-readonly'
205
+ dividerColor: '--plasma-textarea-divider-color',
206
+ dividerColorHover: '--plasma-textarea-divider-color-hover',
207
+ dividerColorFocus: '--plasma-textarea-divider-color-focus',
208
+ dividerColorReadOnly: '--plasma-textarea-divider-color-readonly',
209
+ titleCaptionColor: '--plasma-textarea__title-caption-color',
210
+ titleCaptionColorReadOnly: '--plasma-textarea__title-caption-color-readonly',
211
+ titleCaptionInnerLabelOffset: '--plasma-textarea__title-caption-label-inner-offset',
212
+ titleCaptionFontFamily: '--plasma-textarea__title-caption-font-family',
213
+ titleCaptionFontStyle: '--plasma-textarea__title-caption-font-style',
214
+ titleCaptionFontSize: '--plasma-textarea__title-caption-font-size',
215
+ titleCaptionFontWeight: '--plasma-textarea__title-caption-font-weight',
216
+ titleCaptionLetterSpacing: '--plasma-textarea__title-caption-letter-spacing',
217
+ titleCaptionLineHeight: '--plasma-textarea__title-caption-line-height',
218
+ /** Токены для tooltip */
219
+ hintMargin: '--plasma-textarea__hint-margin',
220
+ hintTargetSize: '--plasma-textarea__hint-target-size',
221
+ hintIconColor: '--plasma-textarea__hint-icon-color',
222
+ hintInnerLabelPlacementOffset: '--plasma-textarea__hint-inner-label-placement-offset',
223
+ clearHintInnerLabelPlacementOffset: '--plasma-textarea__clear-hint-inner-label-placement-offset',
224
+ tooltipBackgroundColor: '--plasma-textarea__tooltip-background-color',
225
+ tooltipBoxShadow: '--plasma-textarea__tooltip-box-shadow',
226
+ tooltipColor: '--plasma-textarea__tooltip-color',
227
+ tooltipPaddingTop: '--plasma-textarea__tooltip-padding-top',
228
+ tooltipPaddingRight: '--plasma-textarea__tooltip-padding-right',
229
+ tooltipPaddingBottom: '--plasma-textarea__tooltip-padding-bottom',
230
+ tooltipPaddingLeft: '--plasma-textarea__tooltip-padding-left',
231
+ tooltipMinHeight: '--plasma-textarea__tooltip-min-height',
232
+ tooltipBorderRadius: '--plasma-textarea__tooltip-border-radius',
233
+ tooltipTextFontFamily: '--plasma-textarea__tooltip-text-font-family',
234
+ tooltipTextFontSize: '--plasma-textarea__tooltip-text-font-size',
235
+ tooltipTextFontStyle: '--plasma-textarea__tooltip-text-font-style',
236
+ tooltipTextFontWeight: '--plasma-textarea__tooltip-text-font-weight',
237
+ tooltipTextFontLetterSpacing: '--plasma-textarea__tooltip-text-font-letter-spacing',
238
+ tooltipTextFontLineHeight: '--plasma-textarea__tooltip-text-font-line-height',
239
+ tooltipContentLeftMargin: '--plasma-textarea__tooltip-content-left-margin',
240
+ tooltipArrowMaskWidth: '--plasma-textarea__tooltip-arrow-mask-width',
241
+ tooltipArrowMaskHeight: '--plasma-textarea__tooltip-arrow-mask-height',
242
+ tooltipArrowMaskImage: '--plasma-textarea__tooltip-arrow-mask-image',
243
+ tooltipArrowHeight: '--plasma-textarea__tooltip-arrow-height',
244
+ tooltipArrowEdgeMargin: '--plasma-textarea__tooltip-arrow-edge-margin',
245
+ tooltipArrowBackground: '--plasma-textarea__tooltip-arrow-background'
206
246
  };
@@ -7,14 +7,12 @@ exports.useAutoResize = exports.ROOT_FONT_SIZE = void 0;
7
7
  var _react = /*#__PURE__*/require("react");
8
8
  var ROOT_FONT_SIZE = exports.ROOT_FONT_SIZE = 16;
9
9
  var useAutoResize = exports.useAutoResize = function useAutoResize(active, ref, value, minAuto, maxAuto) {
10
- var isManualResize = (0, _react.useRef)(false);
11
10
  var previousHeight = (0, _react.useRef)();
12
11
  (0, _react.useEffect)(function () {
13
- if (active && ref && ref.current && !isManualResize.current) {
12
+ if (active && ref && ref.current) {
14
13
  // проверка на пользовательский resize (вручную)
15
14
  var height = ref.current.clientHeight / ROOT_FONT_SIZE;
16
15
  if (previousHeight.current !== undefined && previousHeight.current !== height) {
17
- isManualResize.current = true;
18
16
  return;
19
17
  }
20
18
  var style = getComputedStyle(ref.current);
@@ -29,5 +27,5 @@ var useAutoResize = exports.useAutoResize = function useAutoResize(active, ref,
29
27
  ref.current.style.height = "".concat(newHeight, "rem");
30
28
  previousHeight.current = newHeight;
31
29
  }
32
- }, [ref, active, value]);
30
+ }, [ref, active, value, minAuto, maxAuto]);
33
31
  };
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.HintComponent = void 0;
8
+ var _react = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("react"));
9
+ var _TextArea = /*#__PURE__*/require("../../TextArea.styles");
10
+ var _Icon = /*#__PURE__*/require("../../../_Icon");
11
+ var _utils = /*#__PURE__*/require("../../../../utils");
12
+ var _IconInfoCircleOutlin;
13
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
14
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
15
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
16
+ var HintComponent = exports.HintComponent = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
17
+ var hintText = _ref.hintText,
18
+ isHintVisible = _ref.isHintVisible,
19
+ hintTrigger = _ref.hintTrigger,
20
+ hintTargetIcon = _ref.hintTargetIcon,
21
+ hintPlacement = _ref.hintPlacement,
22
+ hintHasArrow = _ref.hintHasArrow,
23
+ hintOffset = _ref.hintOffset,
24
+ hintWidth = _ref.hintWidth,
25
+ hintContentLeft = _ref.hintContentLeft,
26
+ handleHintShow = _ref.handleHintShow,
27
+ handleHintHide = _ref.handleHintHide,
28
+ handleHintClick = _ref.handleHintClick;
29
+ var hintId = (0, _utils.safeUseId)();
30
+ return /*#__PURE__*/_react["default"].createElement(_TextArea.Hint, {
31
+ ref: ref,
32
+ text: String(hintText),
33
+ opened: isHintVisible,
34
+ target: /*#__PURE__*/_react["default"].createElement(_TextArea.HintTargetWrapper, null, /*#__PURE__*/_react["default"].createElement(_TextArea.HintIconWrapper, _extends({
35
+ id: hintId
36
+ }, hintTrigger === 'hover' ? {
37
+ onMouseEnter: handleHintShow,
38
+ onMouseLeave: handleHintHide
39
+ } : {
40
+ onClick: handleHintClick
41
+ }), hintTargetIcon || _IconInfoCircleOutlin || (_IconInfoCircleOutlin = /*#__PURE__*/_react["default"].createElement(_Icon.IconInfoCircleOutline, {
42
+ size: "xs",
43
+ color: "inherit"
44
+ })))),
45
+ placement: hintPlacement,
46
+ hasArrow: hintHasArrow,
47
+ offset: hintOffset,
48
+ minWidth: hintWidth,
49
+ maxWidth: hintWidth,
50
+ contentLeft: hintContentLeft,
51
+ frame: hintId
52
+ });
53
+ });
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -7,4 +7,4 @@ exports.base = void 0;
7
7
  var _react = /*#__PURE__*/require("@emotion/react");
8
8
  var _TextArea = /*#__PURE__*/require("../../TextArea.tokens");
9
9
  var _TextArea2 = /*#__PURE__*/require("../../TextArea.styles");
10
- var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextArea.classes.clear, "{border:unset;", _TextArea2.StyledTextAreaWrapper, "{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(", _TextArea.tokens.inputPaddingTop, ");}", _TextArea2.StyledLabel, "{margin-bottom:var(", _TextArea.tokens.clearLabelMarginBottom, ");}", _TextArea2.StyledContent, "{right:0;bottom:unset;}", _TextArea2.StyledTextArea, ",", _TextArea2.StyledHelpers, "{padding-left:0;}", _TextArea2.StyledHelpers, "{background-color:unset;border-radius:0;padding-top:var(", _TextArea.tokens.clearHelpersPaddingTop, ");padding-right:0;}", _TextArea2.StyledTextArea, "{color:var(", _TextArea.tokens.clearInputColor, ");padding-right:0;&.", _TextArea.classes.hasRightContent, "{padding-right:var(", _TextArea.tokens.clearInputPaddingRightWithRightContent, ");}}", _TextArea2.StyledContainer, "{&:not(.", _TextArea.classes.innerPlaceholderUp, "){", _TextArea2.StyledPlaceholder, "{color:var(", _TextArea.tokens.clearPlaceholderColor, ");}&.", _TextArea.classes.focusedOuterPlaceholderColor, " ", _TextArea2.StyledPlaceholder, "{color:var(", _TextArea.tokens.clearPlaceholderColorFocus, ");}}&.", _TextArea.classes.innerPlaceholderUp, "{color:var(", _TextArea.tokens.placeholderColor, ");}}", _TextArea2.StyledPlaceholder, "{padding-left:0;}", _TextArea2.StyledIndicator, "{&.", _TextArea.classes.innerLabelPlacement, "{inset:var(", _TextArea.tokens.clearIndicatorLabelPlacementInner, ");&.align-right{inset:var(", _TextArea.tokens.clearIndicatorLabelPlacementInnerRight, ");}}}.", _TextArea.classes.styledContainer, "{border:unset;border-radius:0;}&:focus-within:not([readonly]) .", _TextArea.classes.styledTextAreaWrapper, "{background-color:unset;box-shadow:unset;}&:focus-within:not([readonly]) .", _TextArea.classes.styledContainer, "{border:unset;}&:focus-within:not([readonly]) .", _TextArea.classes.styledHelpers, "{background-color:unset;}&.", _TextArea.classes.hasDivider, "{", _TextArea2.StyledTextAreaWrapper, "{position:relative;--plasma_private-textarea-divider-color:var(", /*#__PURE__*/String(_TextArea.tokens.dividerColor), ");&:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textarea-divider-color);transition:background-color 0.1s ease-in;}}&:not([readonly]) ", _TextArea2.StyledTextAreaWrapper, ":hover{--plasma_private-textarea-divider-color:var(\n ", _TextArea.tokens.dividerColorHover, ",\n var(", /*#__PURE__*/String(_TextArea.tokens.dividerColor), ")\n );}&:not([readonly]) ", _TextArea2.StyledTextAreaWrapper, ":focus-within{--plasma_private-textarea-divider-color:var(\n ", _TextArea.tokens.dividerColorFocus, ",\n var(", /*#__PURE__*/String(_TextArea.tokens.dividerColor), ")\n );}}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEFyZWEvdmFyaWF0aW9ucy9fY2xlYXIvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFjdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0QXJlYS92YXJpYXRpb25zL19jbGVhci9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0QXJlYS50b2tlbnMnO1xuaW1wb3J0IHtcbiAgICBTdHlsZWRDb250YWluZXIsXG4gICAgU3R5bGVkQ29udGVudCxcbiAgICBTdHlsZWRIZWxwZXJzLFxuICAgIFN0eWxlZEluZGljYXRvcixcbiAgICBTdHlsZWRMYWJlbCxcbiAgICBTdHlsZWRQbGFjZWhvbGRlcixcbiAgICBTdHlsZWRUZXh0QXJlYSxcbiAgICBTdHlsZWRUZXh0QXJlYVdyYXBwZXIsXG59IGZyb20gJy4uLy4uL1RleHRBcmVhLnN0eWxlcyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICYuJHtjbGFzc2VzLmNsZWFyfSB7XG4gICAgICAgIGJvcmRlcjogdW5zZXQ7XG5cbiAgICAgICAgJHtTdHlsZWRUZXh0QXJlYVdyYXBwZXJ9IHtcbiAgICAgICAgICAgIGJveC1zaGFkb3c6IHVuc2V0O1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQ7XG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgICAgICAgcGFkZGluZy1ib3R0b206IHZhcigke3Rva2Vucy5pbnB1dFBhZGRpbmdUb3B9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7U3R5bGVkTGFiZWx9IHtcbiAgICAgICAgICAgIG1hcmdpbi1ib3R0b206IHZhcigke3Rva2Vucy5jbGVhckxhYmVsTWFyZ2luQm90dG9tfSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZENvbnRlbnR9IHtcbiAgICAgICAgICAgIHJpZ2h0OiAwO1xuICAgICAgICAgICAgYm90dG9tOiB1bnNldDtcbiAgICAgICAgfVxuXG4gICAgICAgICR7U3R5bGVkVGV4dEFyZWF9LCAke1N0eWxlZEhlbHBlcnN9IHtcbiAgICAgICAgICAgIHBhZGRpbmctbGVmdDogMDtcbiAgICAgICAgfVxuXG4gICAgICAgICR7U3R5bGVkSGVscGVyc30ge1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQ7XG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgICAgICAgcGFkZGluZy10b3A6IHZhcigke3Rva2Vucy5jbGVhckhlbHBlcnNQYWRkaW5nVG9wfSk7XG4gICAgICAgICAgICBwYWRkaW5nLXJpZ2h0OiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRUZXh0QXJlYX0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jbGVhcklucHV0Q29sb3J9KTtcbiAgICAgICAgICAgIHBhZGRpbmctcmlnaHQ6IDA7XG5cbiAgICAgICAgICAgICYuJHtjbGFzc2VzLmhhc1JpZ2h0Q29udGVudH0ge1xuICAgICAgICAgICAgICAgIHBhZGRpbmctcmlnaHQ6IHZhcigke3Rva2Vucy5jbGVhcklucHV0UGFkZGluZ1JpZ2h0V2l0aFJpZ2h0Q29udGVudH0pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRDb250YWluZXJ9IHtcbiAgICAgICAgICAgICY6bm90KC4ke2NsYXNzZXMuaW5uZXJQbGFjZWhvbGRlclVwfSkge1xuICAgICAgICAgICAgICAgICR7U3R5bGVkUGxhY2Vob2xkZXJ9IHtcbiAgICAgICAgICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jbGVhclBsYWNlaG9sZGVyQ29sb3J9KTtcbiAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICAmLiR7Y2xhc3Nlcy5mb2N1c2VkT3V0ZXJQbGFjZWhvbGRlckNvbG9yfSAke1N0eWxlZFBsYWNlaG9sZGVyfSB7XG4gICAgICAgICAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY2xlYXJQbGFjZWhvbGRlckNvbG9yRm9jdXN9KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICYuJHtjbGFzc2VzLmlubmVyUGxhY2Vob2xkZXJVcH0ge1xuICAgICAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucGxhY2Vob2xkZXJDb2xvcn0pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgcGFkZGluZy1sZWZ0OiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRJbmRpY2F0b3J9IHtcbiAgICAgICAgICAgICYuJHtjbGFzc2VzLmlubmVyTGFiZWxQbGFjZW1lbnR9IHtcbiAgICAgICAgICAgICAgICBpbnNldDogdmFyKCR7dG9rZW5zLmNsZWFySW5kaWNhdG9yTGFiZWxQbGFjZW1lbnRJbm5lcn0pO1xuICAgICAgICAgICAgICAgICYuYWxpZ24tcmlnaHQge1xuICAgICAgICAgICAgICAgICAgICBpbnNldDogdmFyKCR7dG9rZW5zLmNsZWFySW5kaWNhdG9yTGFiZWxQbGFjZW1lbnRJbm5lclJpZ2h0fSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgLiR7Y2xhc3Nlcy5zdHlsZWRDb250YWluZXJ9IHtcbiAgICAgICAgICAgIGJvcmRlcjogdW5zZXQ7XG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkVGV4dEFyZWFXcmFwcGVyfSB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB1bnNldDtcbiAgICAgICAgICAgIGJveC1zaGFkb3c6IHVuc2V0O1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkQ29udGFpbmVyfSB7XG4gICAgICAgICAgICBib3JkZXI6IHVuc2V0O1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkSGVscGVyc30ge1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQ7XG4gICAgICAgIH1cblxuICAgICAgICAmLiR7Y2xhc3Nlcy5oYXNEaXZpZGVyfSB7XG4gICAgICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5kaXZpZGVyQ29sb3IpfSk7XG5cbiAgICAgICAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgICAgICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICAgICAgICAgIGhlaWdodDogMC4wNjNyZW07XG4gICAgICAgICAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgICAgICAgICAgICBib3R0b206IDA7XG4gICAgICAgICAgICAgICAgICAgIGxlZnQ6IDA7XG4gICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHRhcmVhLWRpdmlkZXItY29sb3IpO1xuICAgICAgICAgICAgICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1pbjtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICAmOm5vdChbcmVhZG9ubHldKSAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn06aG92ZXIge1xuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JIb3Zlcn0sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgICY6bm90KFtyZWFkb25seV0pICR7U3R5bGVkVGV4dEFyZWFXcmFwcGVyfTpmb2N1cy13aXRoaW4ge1xuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JGb2N1c30sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));
10
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextArea.classes.clear, "{border:unset;", _TextArea2.StyledTextAreaWrapper, "{box-shadow:unset;background-color:unset;border-radius:0;padding-bottom:var(", _TextArea.tokens.inputPaddingTop, ");}", _TextArea2.OuterLabelWrapper, "{margin-bottom:var(", _TextArea.tokens.clearLabelMarginBottom, ");}", _TextArea2.StyledContent, "{right:0;bottom:unset;}", _TextArea2.StyledTextArea, ",", _TextArea2.StyledHelpers, "{padding-left:0;}", _TextArea2.StyledHelpers, "{background-color:unset;border-radius:0;padding-top:var(", _TextArea.tokens.clearHelpersPaddingTop, ");padding-right:0;}", _TextArea2.StyledTextArea, "{color:var(", _TextArea.tokens.clearInputColor, ");padding-right:0;&.", _TextArea.classes.hasRightContent, "{padding-right:var(", _TextArea.tokens.clearInputPaddingRightWithRightContent, ");}}", _TextArea2.StyledContainer, "{&:not(.", _TextArea.classes.innerPlaceholderUp, "){", _TextArea2.StyledPlaceholder, "{color:var(", _TextArea.tokens.clearPlaceholderColor, ");}&.", _TextArea.classes.focusedOuterPlaceholderColor, " ", _TextArea2.StyledPlaceholder, "{color:var(", _TextArea.tokens.clearPlaceholderColorFocus, ");}}&.", _TextArea.classes.innerPlaceholderUp, "{color:var(", _TextArea.tokens.placeholderColor, ");}}", _TextArea2.StyledPlaceholder, "{padding-left:0;}", _TextArea2.StyledIndicator, "{&.", _TextArea.classes.innerLabelPlacement, "{inset:var(", _TextArea.tokens.clearIndicatorLabelPlacementInner, ");&.", _TextArea.classes.requiredAlignRight, "{inset:var(", _TextArea.tokens.clearIndicatorLabelPlacementInnerRight, ");}}}&.", _TextArea.classes.hasHint, "{", _TextArea2.StyledHintWrapper, "{&.", _TextArea.classes.innerLabelPlacement, "{inset:var(", _TextArea.tokens.clearHintInnerLabelPlacementOffset, ");}}", _TextArea2.StyledIndicator, "{&.", _TextArea.classes.innerLabelPlacement, ".", _TextArea.classes.requiredAlignRight, "{inset:var(", _TextArea.tokens.clearIndicatorHintInnerRight, ");}}}.", _TextArea.classes.styledContainer, "{border:unset;border-radius:0;}&:focus-within:not([readonly]) .", _TextArea.classes.styledTextAreaWrapper, "{background-color:unset;box-shadow:unset;}&:focus-within:not([readonly]) .", _TextArea.classes.styledContainer, "{border:unset;}&:focus-within:not([readonly]) .", _TextArea.classes.styledHelpers, "{background-color:unset;}&.", _TextArea.classes.hasDivider, "{", _TextArea2.StyledTextAreaWrapper, "{position:relative;--plasma_private-textarea-divider-color:var(", /*#__PURE__*/String(_TextArea.tokens.dividerColor), ");&:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textarea-divider-color);transition:background-color 0.1s ease-in;}}&:not([readonly]) ", _TextArea2.StyledTextAreaWrapper, ":hover{--plasma_private-textarea-divider-color:var(\n ", _TextArea.tokens.dividerColorHover, ",\n var(", /*#__PURE__*/String(_TextArea.tokens.dividerColor), ")\n );}&:not([readonly]) ", _TextArea2.StyledTextAreaWrapper, ":focus-within{--plasma_private-textarea-divider-color:var(\n ", _TextArea.tokens.dividerColorFocus, ",\n var(", /*#__PURE__*/String(_TextArea.tokens.dividerColor), ")\n );}}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEFyZWEvdmFyaWF0aW9ucy9fY2xlYXIvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFldUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0QXJlYS92YXJpYXRpb25zL19jbGVhci9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0QXJlYS50b2tlbnMnO1xuaW1wb3J0IHtcbiAgICBPdXRlckxhYmVsV3JhcHBlcixcbiAgICBTdHlsZWRDb250YWluZXIsXG4gICAgU3R5bGVkQ29udGVudCxcbiAgICBTdHlsZWRIZWxwZXJzLFxuICAgIFN0eWxlZEhpbnRXcmFwcGVyLFxuICAgIFN0eWxlZEluZGljYXRvcixcbiAgICBTdHlsZWRQbGFjZWhvbGRlcixcbiAgICBTdHlsZWRUZXh0QXJlYSxcbiAgICBTdHlsZWRUZXh0QXJlYVdyYXBwZXIsXG59IGZyb20gJy4uLy4uL1RleHRBcmVhLnN0eWxlcyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICYuJHtjbGFzc2VzLmNsZWFyfSB7XG4gICAgICAgIGJvcmRlcjogdW5zZXQ7XG5cbiAgICAgICAgJHtTdHlsZWRUZXh0QXJlYVdyYXBwZXJ9IHtcbiAgICAgICAgICAgIGJveC1zaGFkb3c6IHVuc2V0O1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQ7XG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgICAgICAgcGFkZGluZy1ib3R0b206IHZhcigke3Rva2Vucy5pbnB1dFBhZGRpbmdUb3B9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7T3V0ZXJMYWJlbFdyYXBwZXJ9IHtcbiAgICAgICAgICAgIG1hcmdpbi1ib3R0b206IHZhcigke3Rva2Vucy5jbGVhckxhYmVsTWFyZ2luQm90dG9tfSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZENvbnRlbnR9IHtcbiAgICAgICAgICAgIHJpZ2h0OiAwO1xuICAgICAgICAgICAgYm90dG9tOiB1bnNldDtcbiAgICAgICAgfVxuXG4gICAgICAgICR7U3R5bGVkVGV4dEFyZWF9LCAke1N0eWxlZEhlbHBlcnN9IHtcbiAgICAgICAgICAgIHBhZGRpbmctbGVmdDogMDtcbiAgICAgICAgfVxuXG4gICAgICAgICR7U3R5bGVkSGVscGVyc30ge1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQ7XG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgICAgICAgcGFkZGluZy10b3A6IHZhcigke3Rva2Vucy5jbGVhckhlbHBlcnNQYWRkaW5nVG9wfSk7XG4gICAgICAgICAgICBwYWRkaW5nLXJpZ2h0OiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRUZXh0QXJlYX0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jbGVhcklucHV0Q29sb3J9KTtcbiAgICAgICAgICAgIHBhZGRpbmctcmlnaHQ6IDA7XG5cbiAgICAgICAgICAgICYuJHtjbGFzc2VzLmhhc1JpZ2h0Q29udGVudH0ge1xuICAgICAgICAgICAgICAgIHBhZGRpbmctcmlnaHQ6IHZhcigke3Rva2Vucy5jbGVhcklucHV0UGFkZGluZ1JpZ2h0V2l0aFJpZ2h0Q29udGVudH0pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRDb250YWluZXJ9IHtcbiAgICAgICAgICAgICY6bm90KC4ke2NsYXNzZXMuaW5uZXJQbGFjZWhvbGRlclVwfSkge1xuICAgICAgICAgICAgICAgICR7U3R5bGVkUGxhY2Vob2xkZXJ9IHtcbiAgICAgICAgICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jbGVhclBsYWNlaG9sZGVyQ29sb3J9KTtcbiAgICAgICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICAgICAmLiR7Y2xhc3Nlcy5mb2N1c2VkT3V0ZXJQbGFjZWhvbGRlckNvbG9yfSAke1N0eWxlZFBsYWNlaG9sZGVyfSB7XG4gICAgICAgICAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY2xlYXJQbGFjZWhvbGRlckNvbG9yRm9jdXN9KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICYuJHtjbGFzc2VzLmlubmVyUGxhY2Vob2xkZXJVcH0ge1xuICAgICAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucGxhY2Vob2xkZXJDb2xvcn0pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgcGFkZGluZy1sZWZ0OiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRJbmRpY2F0b3J9IHtcbiAgICAgICAgICAgICYuJHtjbGFzc2VzLmlubmVyTGFiZWxQbGFjZW1lbnR9IHtcbiAgICAgICAgICAgICAgICBpbnNldDogdmFyKCR7dG9rZW5zLmNsZWFySW5kaWNhdG9yTGFiZWxQbGFjZW1lbnRJbm5lcn0pO1xuICAgICAgICAgICAgICAgICYuJHtjbGFzc2VzLnJlcXVpcmVkQWxpZ25SaWdodH0ge1xuICAgICAgICAgICAgICAgICAgICBpbnNldDogdmFyKCR7dG9rZW5zLmNsZWFySW5kaWNhdG9yTGFiZWxQbGFjZW1lbnRJbm5lclJpZ2h0fSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuaGFzSGludH0ge1xuICAgICAgICAgICAgJHtTdHlsZWRIaW50V3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgICYuJHtjbGFzc2VzLmlubmVyTGFiZWxQbGFjZW1lbnR9IHtcbiAgICAgICAgICAgICAgICAgICAgaW5zZXQ6IHZhcigke3Rva2Vucy5jbGVhckhpbnRJbm5lckxhYmVsUGxhY2VtZW50T2Zmc2V0fSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAke1N0eWxlZEluZGljYXRvcn0ge1xuICAgICAgICAgICAgICAgICYuJHtjbGFzc2VzLmlubmVyTGFiZWxQbGFjZW1lbnR9LiR7Y2xhc3Nlcy5yZXF1aXJlZEFsaWduUmlnaHR9IHtcbiAgICAgICAgICAgICAgICAgICAgaW5zZXQ6IHZhcigke3Rva2Vucy5jbGVhckluZGljYXRvckhpbnRJbm5lclJpZ2h0fSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgLiR7Y2xhc3Nlcy5zdHlsZWRDb250YWluZXJ9IHtcbiAgICAgICAgICAgIGJvcmRlcjogdW5zZXQ7XG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkVGV4dEFyZWFXcmFwcGVyfSB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB1bnNldDtcbiAgICAgICAgICAgIGJveC1zaGFkb3c6IHVuc2V0O1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkQ29udGFpbmVyfSB7XG4gICAgICAgICAgICBib3JkZXI6IHVuc2V0O1xuICAgICAgICB9XG5cbiAgICAgICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke2NsYXNzZXMuc3R5bGVkSGVscGVyc30ge1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQ7XG4gICAgICAgIH1cblxuICAgICAgICAmLiR7Y2xhc3Nlcy5oYXNEaXZpZGVyfSB7XG4gICAgICAgICAgICAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcblxuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5kaXZpZGVyQ29sb3IpfSk7XG5cbiAgICAgICAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgICAgICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICAgICAgICAgIGhlaWdodDogMC4wNjNyZW07XG4gICAgICAgICAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgICAgICAgICAgICBib3R0b206IDA7XG4gICAgICAgICAgICAgICAgICAgIGxlZnQ6IDA7XG4gICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHRhcmVhLWRpdmlkZXItY29sb3IpO1xuICAgICAgICAgICAgICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1pbjtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICAmOm5vdChbcmVhZG9ubHldKSAke1N0eWxlZFRleHRBcmVhV3JhcHBlcn06aG92ZXIge1xuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JIb3Zlcn0sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgICY6bm90KFtyZWFkb25seV0pICR7U3R5bGVkVGV4dEFyZWFXcmFwcGVyfTpmb2N1cy13aXRoaW4ge1xuICAgICAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGFyZWEtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JGb2N1c30sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _Tooltip = /*#__PURE__*/require("../../../Tooltip");
9
+ var _TextArea = /*#__PURE__*/require("../../TextArea.tokens");
10
+ var _TextArea2 = /*#__PURE__*/require("../../TextArea.styles");
11
+ var base = exports.base = /*#__PURE__*/(0, _react.css)(_TextArea2.Hint, "{", _Tooltip.tooltipTokens.paddingTop, ":var(", _TextArea.tokens.tooltipPaddingTop, ");", _Tooltip.tooltipTokens.paddingRight, ":var(", _TextArea.tokens.tooltipPaddingRight, ");", _Tooltip.tooltipTokens.paddingBottom, ":var(", _TextArea.tokens.tooltipPaddingBottom, ");", _Tooltip.tooltipTokens.paddingLeft, ":var(", _TextArea.tokens.tooltipPaddingLeft, ");", _Tooltip.tooltipTokens.minHeight, ":var(", _TextArea.tokens.tooltipMinHeight, ");", _Tooltip.tooltipTokens.borderRadius, ":var(", _TextArea.tokens.tooltipBorderRadius, ");", _Tooltip.tooltipTokens.textFontFamily, ":var(", _TextArea.tokens.tooltipTextFontFamily, ");", _Tooltip.tooltipTokens.textFontSize, ":var(", _TextArea.tokens.tooltipTextFontSize, ");", _Tooltip.tooltipTokens.textFontStyle, ":var(", _TextArea.tokens.tooltipTextFontStyle, ");", _Tooltip.tooltipTokens.textFontWeight, ":var(", _TextArea.tokens.tooltipTextFontWeight, ");", _Tooltip.tooltipTokens.textFontLetterSpacing, ":var(", _TextArea.tokens.tooltipTextFontLetterSpacing, ");", _Tooltip.tooltipTokens.textFontLineHeight, ":var(", _TextArea.tokens.tooltipTextFontLineHeight, ");", _Tooltip.tooltipTokens.contentLeftMargin, ":var(", _TextArea.tokens.tooltipContentLeftMargin, ");", _Tooltip.tooltipTokens.arrowMaskWidth, ":var(", _TextArea.tokens.tooltipArrowMaskWidth, ");", _Tooltip.tooltipTokens.arrowMaskHeight, ":var(", _TextArea.tokens.tooltipArrowMaskHeight, ");", _Tooltip.tooltipTokens.arrowMaskImage, ":var(", _TextArea.tokens.tooltipArrowMaskImage, ");", _Tooltip.tooltipTokens.arrowHeight, ":var(", _TextArea.tokens.tooltipArrowHeight, ");", _Tooltip.tooltipTokens.arrowEdgeMargin, ":var(", _TextArea.tokens.tooltipArrowEdgeMargin, ");", _Tooltip.tooltipTokens.arrowBackground, ":var(", _TextArea.tokens.tooltipArrowBackground, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEFyZWEvdmFyaWF0aW9ucy9faGludC1zaXplL2Jhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBTXVCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEFyZWEvdmFyaWF0aW9ucy9faGludC1zaXplL2Jhc2UudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRvb2x0aXBUb2tlbnMgfSBmcm9tICcuLi8uLi8uLi9Ub29sdGlwJztcbmltcG9ydCB7IHRva2VucyB9IGZyb20gJy4uLy4uL1RleHRBcmVhLnRva2Vucyc7XG5pbXBvcnQgeyBIaW50IH0gZnJvbSAnLi4vLi4vVGV4dEFyZWEuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJHtIaW50fSB7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy5wYWRkaW5nVG9wfTogdmFyKCR7dG9rZW5zLnRvb2x0aXBQYWRkaW5nVG9wfSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy5wYWRkaW5nUmlnaHR9OiB2YXIoJHt0b2tlbnMudG9vbHRpcFBhZGRpbmdSaWdodH0pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMucGFkZGluZ0JvdHRvbX06IHZhcigke3Rva2Vucy50b29sdGlwUGFkZGluZ0JvdHRvbX0pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMucGFkZGluZ0xlZnR9OiB2YXIoJHt0b2tlbnMudG9vbHRpcFBhZGRpbmdMZWZ0fSk7XG5cbiAgICAgICAgJHt0b29sdGlwVG9rZW5zLm1pbkhlaWdodH06IHZhcigke3Rva2Vucy50b29sdGlwTWluSGVpZ2h0fSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy5ib3JkZXJSYWRpdXN9OiB2YXIoJHt0b2tlbnMudG9vbHRpcEJvcmRlclJhZGl1c30pO1xuXG4gICAgICAgICR7dG9vbHRpcFRva2Vucy50ZXh0Rm9udEZhbWlseX06IHZhcigke3Rva2Vucy50b29sdGlwVGV4dEZvbnRGYW1pbHl9KTtcbiAgICAgICAgJHt0b29sdGlwVG9rZW5zLnRleHRGb250U2l6ZX06IHZhcigke3Rva2Vucy50b29sdGlwVGV4dEZvbnRTaXplfSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy50ZXh0Rm9udFN0eWxlfTogdmFyKCR7dG9rZW5zLnRvb2x0aXBUZXh0Rm9udFN0eWxlfSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy50ZXh0Rm9udFdlaWdodH06IHZhcigke3Rva2Vucy50b29sdGlwVGV4dEZvbnRXZWlnaHR9KTtcbiAgICAgICAgJHt0b29sdGlwVG9rZW5zLnRleHRGb250TGV0dGVyU3BhY2luZ306IHZhcigke3Rva2Vucy50b29sdGlwVGV4dEZvbnRMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy50ZXh0Rm9udExpbmVIZWlnaHR9OiB2YXIoJHt0b2tlbnMudG9vbHRpcFRleHRGb250TGluZUhlaWdodH0pO1xuXG4gICAgICAgICR7dG9vbHRpcFRva2Vucy5jb250ZW50TGVmdE1hcmdpbn06IHZhcigke3Rva2Vucy50b29sdGlwQ29udGVudExlZnRNYXJnaW59KTtcblxuICAgICAgICAke3Rvb2x0aXBUb2tlbnMuYXJyb3dNYXNrV2lkdGh9OiB2YXIoJHt0b2tlbnMudG9vbHRpcEFycm93TWFza1dpZHRofSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy5hcnJvd01hc2tIZWlnaHR9OiB2YXIoJHt0b2tlbnMudG9vbHRpcEFycm93TWFza0hlaWdodH0pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMuYXJyb3dNYXNrSW1hZ2V9OiB2YXIoJHt0b2tlbnMudG9vbHRpcEFycm93TWFza0ltYWdlfSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy5hcnJvd0hlaWdodH06IHZhcigke3Rva2Vucy50b29sdGlwQXJyb3dIZWlnaHR9KTtcbiAgICAgICAgJHt0b29sdGlwVG9rZW5zLmFycm93RWRnZU1hcmdpbn06IHZhcigke3Rva2Vucy50b29sdGlwQXJyb3dFZGdlTWFyZ2lufSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy5hcnJvd0JhY2tncm91bmR9OiB2YXIoJHt0b2tlbnMudG9vbHRpcEFycm93QmFja2dyb3VuZH0pO1xuICAgIH1cbmA7XG4iXX0= */"));
@@ -0,0 +1,21 @@
1
+ [
2
+ "--plasma-textarea__tooltip-padding-top",
3
+ "--plasma-textarea__tooltip-padding-right",
4
+ "--plasma-textarea__tooltip-padding-bottom",
5
+ "--plasma-textarea__tooltip-padding-left",
6
+ "--plasma-textarea__tooltip-min-height",
7
+ "--plasma-textarea__tooltip-border-radius",
8
+ "--plasma-textarea__tooltip-text-font-family",
9
+ "--plasma-textarea__tooltip-text-font-size",
10
+ "--plasma-textarea__tooltip-text-font-style",
11
+ "--plasma-textarea__tooltip-text-font-weight",
12
+ "--plasma-textarea__tooltip-text-font-letter-spacing",
13
+ "--plasma-textarea__tooltip-text-font-line-height",
14
+ "--plasma-textarea__tooltip-content-left-margin",
15
+ "--plasma-textarea__tooltip-arrow-mask-width",
16
+ "--plasma-textarea__tooltip-arrow-mask-height",
17
+ "--plasma-textarea__tooltip-arrow-mask-image",
18
+ "--plasma-textarea__tooltip-arrow-height",
19
+ "--plasma-textarea__tooltip-arrow-edge-margin",
20
+ "--plasma-textarea__tooltip-arrow-background"
21
+ ]
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _Tooltip = /*#__PURE__*/require("../../../Tooltip");
9
+ var _TextArea = /*#__PURE__*/require("../../TextArea.styles");
10
+ var _TextArea2 = /*#__PURE__*/require("../../TextArea.tokens");
11
+ var base = exports.base = /*#__PURE__*/(0, _react.css)(_TextArea.Hint, "{", _Tooltip.tooltipTokens.backgroundColor, ":var(", _TextArea2.tokens.tooltipBackgroundColor, ");", _Tooltip.tooltipTokens.boxShadow, ":var(", _TextArea2.tokens.tooltipBoxShadow, ");", _Tooltip.tooltipTokens.color, ":var(", _TextArea2.tokens.tooltipColor, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEFyZWEvdmFyaWF0aW9ucy9faGludC12aWV3L2Jhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBTXVCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEFyZWEvdmFyaWF0aW9ucy9faGludC12aWV3L2Jhc2UudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRvb2x0aXBUb2tlbnMgfSBmcm9tICcuLi8uLi8uLi9Ub29sdGlwJztcbmltcG9ydCB7IEhpbnQgfSBmcm9tICcuLi8uLi9UZXh0QXJlYS5zdHlsZXMnO1xuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEFyZWEudG9rZW5zJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJHtIaW50fSB7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy5iYWNrZ3JvdW5kQ29sb3J9OiB2YXIoJHt0b2tlbnMudG9vbHRpcEJhY2tncm91bmRDb2xvcn0pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMuYm94U2hhZG93fTogdmFyKCR7dG9rZW5zLnRvb2x0aXBCb3hTaGFkb3d9KTtcbiAgICAgICAgJHt0b29sdGlwVG9rZW5zLmNvbG9yfTogdmFyKCR7dG9rZW5zLnRvb2x0aXBDb2xvcn0pO1xuICAgIH1cbmA7XG4iXX0= */"));
@@ -0,0 +1,5 @@
1
+ [
2
+ "--plasma-textarea__tooltip-background-color",
3
+ "--plasma-textarea__tooltip-box-shadow",
4
+ "--plasma-textarea__tooltip-color "
5
+ ]
@@ -6,8 +6,9 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.base = void 0;
7
7
  var _react = /*#__PURE__*/require("@emotion/react");
8
8
  var _TextArea = /*#__PURE__*/require("../../TextArea.tokens");
9
+ var _TextArea2 = /*#__PURE__*/require("../../TextArea.styles");
9
10
  var styledContainer = _TextArea.classes.styledContainer,
10
11
  styledTextAreaWrapper = _TextArea.classes.styledTextAreaWrapper,
11
12
  styledHelpers = _TextArea.classes.styledHelpers;
12
13
  var exclusionSelectors = /*#__PURE__*/"not(.".concat(_TextArea.classes.clear, "):not([disabled]):not([readonly]):not(:focus-within)");
13
- var base = exports.base = /*#__PURE__*/(0, _react.css)(".", /*#__PURE__*/String(styledContainer), "{transition:box-shadow 0.1s ease-in-out;border-radius:var(", _TextArea.tokens.borderRadius, ");border:var(", _TextArea.tokens.borderSize, ") solid var(", _TextArea.tokens.borderColor, ");}.", /*#__PURE__*/String(styledTextAreaWrapper), "{transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;box-shadow:inset 0 0 0 var(", _TextArea.tokens.borderSize, ", 1px) var(", _TextArea.tokens.inputBorderColor, ");padding-right:var(", _TextArea.tokens.borderSize, ", 1px);}&:focus-within:not([readonly]) .", /*#__PURE__*/String(styledTextAreaWrapper), "{background-color:var(", _TextArea.tokens.inputBackgroundColorFocus, ");box-shadow:inset 0 0 0 var(", _TextArea.tokens.borderSize, ", 1px) var(", _TextArea.tokens.inputBorderColorFocus, ");}&:focus-within:not([readonly]) .", /*#__PURE__*/String(styledContainer), "{border:var(", _TextArea.tokens.borderSize, ") solid var(", _TextArea.tokens.borderColorFocus, ");}&:focus-within:not([readonly]) .", /*#__PURE__*/String(styledHelpers), "{background-color:var(", _TextArea.tokens.helpersBackgroundColorFocus, ");}&:hover:", exclusionSelectors, " .", /*#__PURE__*/String(styledContainer), "{border:var(", _TextArea.tokens.borderSize, ") solid var(", _TextArea.tokens.borderColorHover, ");}&:hover:", exclusionSelectors, " .", /*#__PURE__*/String(styledTextAreaWrapper), "{box-shadow:inset 0 0 0 var(", _TextArea.tokens.borderSize, ", 1px) var(", _TextArea.tokens.inputBorderColorHover, ");background-color:var(", _TextArea.tokens.inputBackgroundColorHover, ");}&:hover:", exclusionSelectors, " .", /*#__PURE__*/String(styledTextAreaWrapper), "+.", /*#__PURE__*/String(styledHelpers), "{background-color:var(", _TextArea.tokens.helpersBackgroundColorHover, ");}&:active:", exclusionSelectors, " .", /*#__PURE__*/String(styledTextAreaWrapper), "{box-shadow:inset 0 0 0 var(", _TextArea.tokens.borderSize, ", 1px) var(", _TextArea.tokens.inputBorderColorActive, ");background-color:var(", _TextArea.tokens.inputBackgroundColorActive, ");}&:active:", exclusionSelectors, " .", /*#__PURE__*/String(styledTextAreaWrapper), "+.", /*#__PURE__*/String(styledHelpers), "{background-color:var(", _TextArea.tokens.helpersBackgroundColorActive, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEFyZWEvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVF1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRBcmVhL3ZhcmlhdGlvbnMvX3ZpZXcvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zLCBjbGFzc2VzIH0gZnJvbSAnLi4vLi4vVGV4dEFyZWEudG9rZW5zJztcblxuY29uc3QgeyBzdHlsZWRDb250YWluZXIsIHN0eWxlZFRleHRBcmVhV3JhcHBlciwgc3R5bGVkSGVscGVycyB9ID0gY2xhc3NlcztcblxuY29uc3QgZXhjbHVzaW9uU2VsZWN0b3JzID0gYG5vdCguJHtjbGFzc2VzLmNsZWFyfSk6bm90KFtkaXNhYmxlZF0pOm5vdChbcmVhZG9ubHldKTpub3QoOmZvY3VzLXdpdGhpbilgO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAuJHtTdHJpbmcoc3R5bGVkQ29udGFpbmVyKX0ge1xuICAgICAgICB0cmFuc2l0aW9uOiBib3gtc2hhZG93IDAuMXMgZWFzZS1pbi1vdXQ7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5ib3JkZXJSYWRpdXN9KTtcbiAgICAgICAgYm9yZGVyOiB2YXIoJHt0b2tlbnMuYm9yZGVyU2l6ZX0pIHNvbGlkIHZhcigke3Rva2Vucy5ib3JkZXJDb2xvcn0pO1xuICAgIH1cblxuICAgIC4ke1N0cmluZyhzdHlsZWRUZXh0QXJlYVdyYXBwZXIpfSB7XG4gICAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgMC4xcyBlYXNlLWluLW91dCwgYm94LXNoYWRvdyAwLjFzIGVhc2UtaW4tb3V0O1xuICAgICAgICBib3gtc2hhZG93OiBpbnNldCAwIDAgMCB2YXIoJHt0b2tlbnMuYm9yZGVyU2l6ZX0sIDFweCkgdmFyKCR7dG9rZW5zLmlucHV0Qm9yZGVyQ29sb3J9KTtcblxuICAgICAgICAvKiBJTkZPOiDQntGC0YHRgtGD0L8g0YHQv9GA0LDQstCwLCDRh9GC0L7QsdGLIHNjcm9sbGJhciDQvdC1INC/0LXRgNC10LrRgNGL0LLQsNC7INGA0LDQvNC60YMgKi9cbiAgICAgICAgcGFkZGluZy1yaWdodDogdmFyKCR7dG9rZW5zLmJvcmRlclNpemV9LCAxcHgpO1xuICAgIH1cblxuICAgICY6Zm9jdXMtd2l0aGluOm5vdChbcmVhZG9ubHldKSAuJHtTdHJpbmcoc3R5bGVkVGV4dEFyZWFXcmFwcGVyKX0ge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaW5wdXRCYWNrZ3JvdW5kQ29sb3JGb2N1c30pO1xuICAgICAgICBib3gtc2hhZG93OiBpbnNldCAwIDAgMCB2YXIoJHt0b2tlbnMuYm9yZGVyU2l6ZX0sIDFweCkgdmFyKCR7dG9rZW5zLmlucHV0Qm9yZGVyQ29sb3JGb2N1c30pO1xuICAgIH1cblxuICAgICY6Zm9jdXMtd2l0aGluOm5vdChbcmVhZG9ubHldKSAuJHtTdHJpbmcoc3R5bGVkQ29udGFpbmVyKX0ge1xuICAgICAgICBib3JkZXI6IHZhcigke3Rva2Vucy5ib3JkZXJTaXplfSkgc29saWQgdmFyKCR7dG9rZW5zLmJvcmRlckNvbG9yRm9jdXN9KTtcbiAgICB9XG5cbiAgICAmOmZvY3VzLXdpdGhpbjpub3QoW3JlYWRvbmx5XSkgLiR7U3RyaW5nKHN0eWxlZEhlbHBlcnMpfSB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5oZWxwZXJzQmFja2dyb3VuZENvbG9yRm9jdXN9KTtcbiAgICB9XG5cbiAgICAmOmhvdmVyOiR7ZXhjbHVzaW9uU2VsZWN0b3JzfSAuJHtTdHJpbmcoc3R5bGVkQ29udGFpbmVyKX0ge1xuICAgICAgICBib3JkZXI6IHZhcigke3Rva2Vucy5ib3JkZXJTaXplfSkgc29saWQgdmFyKCR7dG9rZW5zLmJvcmRlckNvbG9ySG92ZXJ9KTtcbiAgICB9XG5cbiAgICAmOmhvdmVyOiR7ZXhjbHVzaW9uU2VsZWN0b3JzfSAuJHtTdHJpbmcoc3R5bGVkVGV4dEFyZWFXcmFwcGVyKX0ge1xuICAgICAgICBib3gtc2hhZG93OiBpbnNldCAwIDAgMCB2YXIoJHt0b2tlbnMuYm9yZGVyU2l6ZX0sIDFweCkgdmFyKCR7dG9rZW5zLmlucHV0Qm9yZGVyQ29sb3JIb3Zlcn0pO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaW5wdXRCYWNrZ3JvdW5kQ29sb3JIb3Zlcn0pO1xuICAgIH1cblxuICAgICY6aG92ZXI6JHtleGNsdXNpb25TZWxlY3RvcnN9IC4ke1N0cmluZyhzdHlsZWRUZXh0QXJlYVdyYXBwZXIpfSArIC4ke1N0cmluZyhzdHlsZWRIZWxwZXJzKX0ge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaGVscGVyc0JhY2tncm91bmRDb2xvckhvdmVyfSk7XG4gICAgfVxuXG4gICAgJjphY3RpdmU6JHtleGNsdXNpb25TZWxlY3RvcnN9IC4ke1N0cmluZyhzdHlsZWRUZXh0QXJlYVdyYXBwZXIpfSB7XG4gICAgICAgIGJveC1zaGFkb3c6IGluc2V0IDAgMCAwIHZhcigke3Rva2Vucy5ib3JkZXJTaXplfSwgMXB4KSB2YXIoJHt0b2tlbnMuaW5wdXRCb3JkZXJDb2xvckFjdGl2ZX0pO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaW5wdXRCYWNrZ3JvdW5kQ29sb3JBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZToke2V4Y2x1c2lvblNlbGVjdG9yc30gLiR7U3RyaW5nKHN0eWxlZFRleHRBcmVhV3JhcHBlcil9ICsgLiR7U3RyaW5nKHN0eWxlZEhlbHBlcnMpfSB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5oZWxwZXJzQmFja2dyb3VuZENvbG9yQWN0aXZlfSk7XG4gICAgfVxuYDtcbiJdfQ== */"));
14
+ var base = exports.base = /*#__PURE__*/(0, _react.css)(_TextArea2.TitleCaption, "{color:var(", _TextArea.tokens.titleCaptionColor, ");}.", styledContainer, "{transition:box-shadow 0.1s ease-in-out;border-radius:var(", _TextArea.tokens.borderRadius, ");border:var(", _TextArea.tokens.borderSize, ") solid var(", _TextArea.tokens.borderColor, ");}.", styledTextAreaWrapper, "{transition:background-color 0.1s ease-in-out,box-shadow 0.1s ease-in-out;box-shadow:inset 0 0 0 var(", _TextArea.tokens.borderSize, ", 1px) var(", _TextArea.tokens.inputBorderColor, ");padding-right:var(", _TextArea.tokens.borderSize, ", 1px);}&:focus-within:not([readonly]) .", styledTextAreaWrapper, "{background-color:var(", _TextArea.tokens.inputBackgroundColorFocus, ");box-shadow:inset 0 0 0 var(", _TextArea.tokens.borderSize, ", 1px) var(", _TextArea.tokens.inputBorderColorFocus, ");}&:focus-within:not([readonly]) .", styledContainer, "{border:var(", _TextArea.tokens.borderSize, ") solid var(", _TextArea.tokens.borderColorFocus, ");}&:focus-within:not([readonly]) .", styledHelpers, "{background-color:var(", _TextArea.tokens.helpersBackgroundColorFocus, ");}&:hover:", exclusionSelectors, " .", styledContainer, "{border:var(", _TextArea.tokens.borderSize, ") solid var(", _TextArea.tokens.borderColorHover, ");}&:hover:", exclusionSelectors, " .", styledTextAreaWrapper, "{box-shadow:inset 0 0 0 var(", _TextArea.tokens.borderSize, ", 1px) var(", _TextArea.tokens.inputBorderColorHover, ");background-color:var(", _TextArea.tokens.inputBackgroundColorHover, ");}&:hover:", exclusionSelectors, " .", styledTextAreaWrapper, "+.", styledHelpers, "{background-color:var(", _TextArea.tokens.helpersBackgroundColorHover, ");}&:active:", exclusionSelectors, " .", styledTextAreaWrapper, "{box-shadow:inset 0 0 0 var(", _TextArea.tokens.borderSize, ", 1px) var(", _TextArea.tokens.inputBorderColorActive, ");background-color:var(", _TextArea.tokens.inputBackgroundColorActive, ");}&:active:", exclusionSelectors, " .", styledTextAreaWrapper, "+.", styledHelpers, "{background-color:var(", _TextArea.tokens.helpersBackgroundColorActive, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEFyZWEvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQVN1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRBcmVhL3ZhcmlhdGlvbnMvX3ZpZXcvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zLCBjbGFzc2VzIH0gZnJvbSAnLi4vLi4vVGV4dEFyZWEudG9rZW5zJztcbmltcG9ydCB7IFRpdGxlQ2FwdGlvbiB9IGZyb20gJy4uLy4uL1RleHRBcmVhLnN0eWxlcyc7XG5cbmNvbnN0IHsgc3R5bGVkQ29udGFpbmVyLCBzdHlsZWRUZXh0QXJlYVdyYXBwZXIsIHN0eWxlZEhlbHBlcnMgfSA9IGNsYXNzZXM7XG5cbmNvbnN0IGV4Y2x1c2lvblNlbGVjdG9ycyA9IGBub3QoLiR7Y2xhc3Nlcy5jbGVhcn0pOm5vdChbZGlzYWJsZWRdKTpub3QoW3JlYWRvbmx5XSk6bm90KDpmb2N1cy13aXRoaW4pYDtcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJHtUaXRsZUNhcHRpb259IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy50aXRsZUNhcHRpb25Db2xvcn0pO1xuICAgIH1cblxuICAgIC4ke3N0eWxlZENvbnRhaW5lcn0ge1xuICAgICAgICB0cmFuc2l0aW9uOiBib3gtc2hhZG93IDAuMXMgZWFzZS1pbi1vdXQ7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5ib3JkZXJSYWRpdXN9KTtcbiAgICAgICAgYm9yZGVyOiB2YXIoJHt0b2tlbnMuYm9yZGVyU2l6ZX0pIHNvbGlkIHZhcigke3Rva2Vucy5ib3JkZXJDb2xvcn0pO1xuICAgIH1cblxuICAgIC4ke3N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1pbi1vdXQsIGJveC1zaGFkb3cgMC4xcyBlYXNlLWluLW91dDtcbiAgICAgICAgYm94LXNoYWRvdzogaW5zZXQgMCAwIDAgdmFyKCR7dG9rZW5zLmJvcmRlclNpemV9LCAxcHgpIHZhcigke3Rva2Vucy5pbnB1dEJvcmRlckNvbG9yfSk7XG5cbiAgICAgICAgLyogSU5GTzog0J7RgtGB0YLRg9C/INGB0L/RgNCw0LLQsCwg0YfRgtC+0LHRiyBzY3JvbGxiYXIg0L3QtSDQv9C10YDQtdC60YDRi9Cy0LDQuyDRgNCw0LzQutGDICovXG4gICAgICAgIHBhZGRpbmctcmlnaHQ6IHZhcigke3Rva2Vucy5ib3JkZXJTaXplfSwgMXB4KTtcbiAgICB9XG5cbiAgICAmOmZvY3VzLXdpdGhpbjpub3QoW3JlYWRvbmx5XSkgLiR7c3R5bGVkVGV4dEFyZWFXcmFwcGVyfSB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5pbnB1dEJhY2tncm91bmRDb2xvckZvY3VzfSk7XG4gICAgICAgIGJveC1zaGFkb3c6IGluc2V0IDAgMCAwIHZhcigke3Rva2Vucy5ib3JkZXJTaXplfSwgMXB4KSB2YXIoJHt0b2tlbnMuaW5wdXRCb3JkZXJDb2xvckZvY3VzfSk7XG4gICAgfVxuXG4gICAgJjpmb2N1cy13aXRoaW46bm90KFtyZWFkb25seV0pIC4ke3N0eWxlZENvbnRhaW5lcn0ge1xuICAgICAgICBib3JkZXI6IHZhcigke3Rva2Vucy5ib3JkZXJTaXplfSkgc29saWQgdmFyKCR7dG9rZW5zLmJvcmRlckNvbG9yRm9jdXN9KTtcbiAgICB9XG5cbiAgICAmOmZvY3VzLXdpdGhpbjpub3QoW3JlYWRvbmx5XSkgLiR7c3R5bGVkSGVscGVyc30ge1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaGVscGVyc0JhY2tncm91bmRDb2xvckZvY3VzfSk7XG4gICAgfVxuXG4gICAgJjpob3Zlcjoke2V4Y2x1c2lvblNlbGVjdG9yc30gLiR7c3R5bGVkQ29udGFpbmVyfSB7XG4gICAgICAgIGJvcmRlcjogdmFyKCR7dG9rZW5zLmJvcmRlclNpemV9KSBzb2xpZCB2YXIoJHt0b2tlbnMuYm9yZGVyQ29sb3JIb3Zlcn0pO1xuICAgIH1cblxuICAgICY6aG92ZXI6JHtleGNsdXNpb25TZWxlY3RvcnN9IC4ke3N0eWxlZFRleHRBcmVhV3JhcHBlcn0ge1xuICAgICAgICBib3gtc2hhZG93OiBpbnNldCAwIDAgMCB2YXIoJHt0b2tlbnMuYm9yZGVyU2l6ZX0sIDFweCkgdmFyKCR7dG9rZW5zLmlucHV0Qm9yZGVyQ29sb3JIb3Zlcn0pO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaW5wdXRCYWNrZ3JvdW5kQ29sb3JIb3Zlcn0pO1xuICAgIH1cblxuICAgICY6aG92ZXI6JHtleGNsdXNpb25TZWxlY3RvcnN9IC4ke3N0eWxlZFRleHRBcmVhV3JhcHBlcn0gKyAuJHtzdHlsZWRIZWxwZXJzfSB7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5oZWxwZXJzQmFja2dyb3VuZENvbG9ySG92ZXJ9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZToke2V4Y2x1c2lvblNlbGVjdG9yc30gLiR7c3R5bGVkVGV4dEFyZWFXcmFwcGVyfSB7XG4gICAgICAgIGJveC1zaGFkb3c6IGluc2V0IDAgMCAwIHZhcigke3Rva2Vucy5ib3JkZXJTaXplfSwgMXB4KSB2YXIoJHt0b2tlbnMuaW5wdXRCb3JkZXJDb2xvckFjdGl2ZX0pO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuaW5wdXRCYWNrZ3JvdW5kQ29sb3JBY3RpdmV9KTtcbiAgICB9XG5cbiAgICAmOmFjdGl2ZToke2V4Y2x1c2lvblNlbGVjdG9yc30gLiR7c3R5bGVkVGV4dEFyZWFXcmFwcGVyfSArIC4ke3N0eWxlZEhlbHBlcnN9IHtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7dG9rZW5zLmhlbHBlcnNCYWNrZ3JvdW5kQ29sb3JBY3RpdmV9KTtcbiAgICB9XG5gO1xuIl19 */"));