@salutejs/plasma-new-hope 0.168.0-canary.1459.11360824834.0 → 0.168.0-dev.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (380) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +19 -34
  2. package/cjs/components/Autocomplete/Autocomplete.js +2 -4
  3. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.css +18 -38
  5. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -38
  6. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -38
  7. package/cjs/components/DatePicker/RangeDate/RangeDate.css +18 -33
  8. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -33
  9. package/cjs/components/DatePicker/SingleDate/SingleDate.css +20 -35
  10. package/cjs/components/Range/Range.css +19 -39
  11. package/cjs/components/Slider/Slider.css +19 -39
  12. package/cjs/components/Slider/Slider.js +0 -2
  13. package/cjs/components/Slider/Slider.js.map +1 -1
  14. package/cjs/components/Slider/components/Double/Double.css +19 -39
  15. package/cjs/components/TextArea/TextArea.js +18 -109
  16. package/cjs/components/TextArea/TextArea.js.map +1 -1
  17. package/cjs/components/TextArea/TextArea.styles.js +63 -160
  18. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  19. package/cjs/components/TextArea/TextArea.styles_es0miz.css +11 -0
  20. package/cjs/components/TextArea/TextArea.tokens.js +4 -43
  21. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  22. package/cjs/components/TextArea/hooks/useAutoResize.js +4 -2
  23. package/cjs/components/TextArea/hooks/useAutoResize.js.map +1 -1
  24. package/cjs/components/TextArea/variations/_clear/base.js +1 -1
  25. package/cjs/components/TextArea/variations/_clear/base.js.map +1 -1
  26. package/cjs/components/TextArea/variations/_clear/base_vidplj.css +1 -0
  27. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  28. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  29. package/cjs/components/TextArea/variations/_view/base_td55th.css +1 -0
  30. package/cjs/components/TextField/TextField.js +9 -97
  31. package/cjs/components/TextField/TextField.js.map +1 -1
  32. package/cjs/components/TextField/TextField.styles.js +23 -76
  33. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  34. package/cjs/components/TextField/TextField.styles_1d2ryq.css +15 -0
  35. package/cjs/components/TextField/TextField.tokens.js +1 -40
  36. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  37. package/cjs/components/TextField/variations/_clear/base.js +1 -1
  38. package/cjs/components/TextField/variations/_clear/base.js.map +1 -1
  39. package/cjs/components/TextField/variations/_clear/base_rit6gc.css +1 -0
  40. package/cjs/components/TextField/variations/_disabled/base.js +1 -1
  41. package/cjs/components/TextField/variations/_disabled/{base_4d3opa.css → base_2tv0nz.css} +1 -1
  42. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  43. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  44. package/cjs/components/TextField/variations/_label-placement/base_1ghihns.css +1 -0
  45. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  46. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  47. package/cjs/components/TextField/variations/_read-only/base_1n7tghz.css +1 -0
  48. package/cjs/components/TextField/variations/_size/base.js +1 -1
  49. package/cjs/components/TextField/variations/_size/base.js.map +1 -1
  50. package/cjs/components/TextField/variations/_size/base_1h8l0kj.css +1 -0
  51. package/cjs/components/TextField/variations/_view/base.js +1 -1
  52. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  53. package/cjs/components/TextField/variations/_view/base_1noe46b.css +1 -0
  54. package/cjs/components/TextFieldGroup/TextFieldGroup.css +1 -1
  55. package/cjs/components/TextFieldGroup/variations/_shape/base.js +1 -1
  56. package/cjs/components/TextFieldGroup/variations/_shape/base_1e0je21.css +1 -0
  57. package/cjs/index.css +34 -54
  58. package/emotion/cjs/components/Autocomplete/Autocomplete.js +2 -4
  59. package/emotion/cjs/components/TextArea/TextArea.js +23 -112
  60. package/emotion/cjs/components/TextArea/TextArea.styles.js +41 -99
  61. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +1 -6
  62. package/emotion/cjs/components/TextArea/TextArea.tokens.js +4 -43
  63. package/emotion/cjs/components/TextArea/hooks/useAutoResize.js +4 -2
  64. package/emotion/cjs/components/TextArea/variations/_clear/base.js +1 -1
  65. package/emotion/cjs/components/TextArea/variations/_view/base.js +1 -2
  66. package/emotion/cjs/components/TextField/TextField.js +12 -99
  67. package/emotion/cjs/components/TextField/TextField.styles.js +37 -84
  68. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +1 -6
  69. package/emotion/cjs/components/TextField/TextField.tokens.js +1 -40
  70. package/emotion/cjs/components/TextField/variations/_clear/base.js +1 -1
  71. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  72. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  73. package/emotion/cjs/components/TextField/variations/_size/base.js +1 -1
  74. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  75. package/emotion/cjs/components/_Icon/index.js +1 -8
  76. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +10 -19
  77. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +0 -72
  78. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +13 -22
  79. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -73
  80. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +10 -19
  81. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +0 -72
  82. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +13 -22
  83. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -82
  84. package/emotion/es/components/Autocomplete/Autocomplete.js +2 -4
  85. package/emotion/es/components/TextArea/TextArea.js +24 -113
  86. package/emotion/es/components/TextArea/TextArea.styles.js +40 -98
  87. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +1 -6
  88. package/emotion/es/components/TextArea/TextArea.tokens.js +4 -43
  89. package/emotion/es/components/TextArea/hooks/useAutoResize.js +4 -2
  90. package/emotion/es/components/TextArea/variations/_clear/base.js +2 -2
  91. package/emotion/es/components/TextArea/variations/_view/base.js +1 -2
  92. package/emotion/es/components/TextField/TextField.js +12 -99
  93. package/emotion/es/components/TextField/TextField.styles.js +36 -83
  94. package/emotion/es/components/TextField/TextField.template-doc.mdx +1 -6
  95. package/emotion/es/components/TextField/TextField.tokens.js +1 -40
  96. package/emotion/es/components/TextField/variations/_clear/base.js +2 -2
  97. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  98. package/emotion/es/components/TextField/variations/_read-only/base.js +2 -2
  99. package/emotion/es/components/TextField/variations/_size/base.js +2 -2
  100. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  101. package/emotion/es/components/_Icon/index.js +1 -2
  102. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +10 -19
  103. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +0 -72
  104. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +13 -22
  105. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -73
  106. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +10 -19
  107. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +0 -72
  108. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +13 -22
  109. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -82
  110. package/es/components/Autocomplete/Autocomplete.css +19 -34
  111. package/es/components/Autocomplete/Autocomplete.js +2 -4
  112. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  113. package/es/components/Combobox/ComboboxNew/Combobox.css +18 -38
  114. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +18 -38
  115. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +18 -38
  116. package/es/components/DatePicker/RangeDate/RangeDate.css +18 -33
  117. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +18 -33
  118. package/es/components/DatePicker/SingleDate/SingleDate.css +20 -35
  119. package/es/components/Range/Range.css +19 -39
  120. package/es/components/Slider/Slider.css +19 -39
  121. package/es/components/Slider/Slider.js +0 -2
  122. package/es/components/Slider/Slider.js.map +1 -1
  123. package/es/components/Slider/components/Double/Double.css +19 -39
  124. package/es/components/TextArea/TextArea.js +22 -113
  125. package/es/components/TextArea/TextArea.js.map +1 -1
  126. package/es/components/TextArea/TextArea.styles.js +64 -155
  127. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  128. package/es/components/TextArea/TextArea.styles_es0miz.css +11 -0
  129. package/es/components/TextArea/TextArea.tokens.js +4 -43
  130. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  131. package/es/components/TextArea/hooks/useAutoResize.js +4 -2
  132. package/es/components/TextArea/hooks/useAutoResize.js.map +1 -1
  133. package/es/components/TextArea/variations/_clear/base.js +1 -1
  134. package/es/components/TextArea/variations/_clear/base.js.map +1 -1
  135. package/es/components/TextArea/variations/_clear/base_vidplj.css +1 -0
  136. package/es/components/TextArea/variations/_view/base.js +1 -1
  137. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  138. package/es/components/TextArea/variations/_view/base_td55th.css +1 -0
  139. package/es/components/TextField/TextField.js +11 -99
  140. package/es/components/TextField/TextField.js.map +1 -1
  141. package/es/components/TextField/TextField.styles.js +24 -71
  142. package/es/components/TextField/TextField.styles.js.map +1 -1
  143. package/es/components/TextField/TextField.styles_1d2ryq.css +15 -0
  144. package/es/components/TextField/TextField.tokens.js +1 -40
  145. package/es/components/TextField/TextField.tokens.js.map +1 -1
  146. package/es/components/TextField/variations/_clear/base.js +1 -1
  147. package/es/components/TextField/variations/_clear/base.js.map +1 -1
  148. package/es/components/TextField/variations/_clear/base_rit6gc.css +1 -0
  149. package/es/components/TextField/variations/_disabled/base.js +1 -1
  150. package/es/components/TextField/variations/_disabled/{base_4d3opa.css → base_2tv0nz.css} +1 -1
  151. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  152. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  153. package/es/components/TextField/variations/_label-placement/base_1ghihns.css +1 -0
  154. package/es/components/TextField/variations/_read-only/base.js +1 -1
  155. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  156. package/es/components/TextField/variations/_read-only/base_1n7tghz.css +1 -0
  157. package/es/components/TextField/variations/_size/base.js +1 -1
  158. package/es/components/TextField/variations/_size/base.js.map +1 -1
  159. package/es/components/TextField/variations/_size/base_1h8l0kj.css +1 -0
  160. package/es/components/TextField/variations/_view/base.js +1 -1
  161. package/es/components/TextField/variations/_view/base.js.map +1 -1
  162. package/es/components/TextField/variations/_view/base_1noe46b.css +1 -0
  163. package/es/components/TextFieldGroup/TextFieldGroup.css +1 -1
  164. package/es/components/TextFieldGroup/variations/_shape/base.js +1 -1
  165. package/es/components/TextFieldGroup/variations/_shape/base_1e0je21.css +1 -0
  166. package/es/index.css +34 -54
  167. package/package.json +2 -2
  168. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +2 -4
  169. package/styled-components/cjs/components/TextArea/TextArea.js +22 -111
  170. package/styled-components/cjs/components/TextArea/TextArea.styles.js +42 -85
  171. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +1 -6
  172. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +4 -43
  173. package/styled-components/cjs/components/TextArea/hooks/useAutoResize.js +4 -2
  174. package/styled-components/cjs/components/TextArea/variations/_clear/base.js +1 -1
  175. package/styled-components/cjs/components/TextArea/variations/_view/base.js +1 -2
  176. package/styled-components/cjs/components/TextField/TextField.js +11 -98
  177. package/styled-components/cjs/components/TextField/TextField.styles.js +21 -46
  178. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +1 -6
  179. package/styled-components/cjs/components/TextField/TextField.tokens.js +1 -40
  180. package/styled-components/cjs/components/TextField/variations/_clear/base.js +1 -1
  181. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  182. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
  183. package/styled-components/cjs/components/TextField/variations/_size/base.js +1 -1
  184. package/styled-components/cjs/components/TextField/variations/_view/base.js +1 -1
  185. package/styled-components/cjs/components/_Icon/index.js +1 -8
  186. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -18
  187. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +0 -72
  188. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +9 -18
  189. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -73
  190. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +9 -18
  191. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +0 -72
  192. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +9 -18
  193. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -82
  194. package/styled-components/es/components/Autocomplete/Autocomplete.js +2 -4
  195. package/styled-components/es/components/TextArea/TextArea.js +23 -112
  196. package/styled-components/es/components/TextArea/TextArea.styles.js +41 -84
  197. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +1 -6
  198. package/styled-components/es/components/TextArea/TextArea.tokens.js +4 -43
  199. package/styled-components/es/components/TextArea/hooks/useAutoResize.js +4 -2
  200. package/styled-components/es/components/TextArea/variations/_clear/base.js +2 -2
  201. package/styled-components/es/components/TextArea/variations/_view/base.js +1 -2
  202. package/styled-components/es/components/TextField/TextField.js +11 -98
  203. package/styled-components/es/components/TextField/TextField.styles.js +20 -45
  204. package/styled-components/es/components/TextField/TextField.template-doc.mdx +1 -6
  205. package/styled-components/es/components/TextField/TextField.tokens.js +1 -40
  206. package/styled-components/es/components/TextField/variations/_clear/base.js +2 -2
  207. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  208. package/styled-components/es/components/TextField/variations/_read-only/base.js +2 -2
  209. package/styled-components/es/components/TextField/variations/_size/base.js +2 -2
  210. package/styled-components/es/components/TextField/variations/_view/base.js +2 -2
  211. package/styled-components/es/components/_Icon/index.js +1 -2
  212. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -18
  213. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +0 -72
  214. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +9 -18
  215. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -73
  216. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +9 -18
  217. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +0 -72
  218. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +9 -18
  219. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -82
  220. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  221. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -408
  222. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  223. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +0 -408
  224. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  225. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +0 -408
  226. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  227. package/types/components/Range/Range.styles.d.ts +0 -408
  228. package/types/components/Range/Range.styles.d.ts.map +1 -1
  229. package/types/components/Slider/components/Double/Double.styles.d.ts +0 -408
  230. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  231. package/types/components/TextArea/TextArea.d.ts +3 -9
  232. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  233. package/types/components/TextArea/TextArea.styles.d.ts +1 -11
  234. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  235. package/types/components/TextArea/TextArea.tokens.d.ts +0 -39
  236. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  237. package/types/components/TextArea/TextArea.types.d.ts +3 -78
  238. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  239. package/types/components/TextArea/hooks/useAutoResize.d.ts.map +1 -1
  240. package/types/components/TextArea/variations/_clear/base.d.ts.map +1 -1
  241. package/types/components/TextArea/variations/_view/base.d.ts.map +1 -1
  242. package/types/components/TextField/TextField.d.ts +3 -9
  243. package/types/components/TextField/TextField.d.ts.map +1 -1
  244. package/types/components/TextField/TextField.styles.d.ts +0 -8
  245. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  246. package/types/components/TextField/TextField.tokens.d.ts +0 -39
  247. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  248. package/types/components/TextField/TextField.types.d.ts +2 -73
  249. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  250. package/types/components/TextField/variations/_clear/base.d.ts.map +1 -1
  251. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  252. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  253. package/types/components/TextField/variations/_size/base.d.ts.map +1 -1
  254. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  255. package/types/components/_Icon/index.d.ts +0 -1
  256. package/types/components/_Icon/index.d.ts.map +1 -1
  257. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +12 -772
  258. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  259. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +0 -9
  260. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  261. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +0 -457
  262. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  263. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts +0 -9
  264. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
  265. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +0 -417
  266. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  267. package/types/examples/plasma_web/components/Mask/Mask.d.ts +12 -772
  268. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  269. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +0 -9
  270. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  271. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +0 -457
  272. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  273. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts +0 -9
  274. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -1
  275. package/types/examples/plasma_web/components/TextField/TextField.d.ts +0 -417
  276. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  277. package/cjs/components/TextArea/TextArea.styles_mcxlmk.css +0 -17
  278. package/cjs/components/TextArea/variations/_clear/base_1ezvvtt.css +0 -1
  279. package/cjs/components/TextArea/variations/_hint-size/base.js +0 -9
  280. package/cjs/components/TextArea/variations/_hint-size/base.js.map +0 -1
  281. package/cjs/components/TextArea/variations/_hint-size/base_1ipgv90.css +0 -1
  282. package/cjs/components/TextArea/variations/_hint-view/base.js +0 -9
  283. package/cjs/components/TextArea/variations/_hint-view/base.js.map +0 -1
  284. package/cjs/components/TextArea/variations/_hint-view/base_111a0qe.css +0 -1
  285. package/cjs/components/TextArea/variations/_view/base_1xgrm3x.css +0 -1
  286. package/cjs/components/TextField/TextField.styles_17xt45g.css +0 -21
  287. package/cjs/components/TextField/variations/_clear/base_1pkwm4m.css +0 -1
  288. package/cjs/components/TextField/variations/_hint-size/base.js +0 -9
  289. package/cjs/components/TextField/variations/_hint-size/base.js.map +0 -1
  290. package/cjs/components/TextField/variations/_hint-size/base_1x99605.css +0 -1
  291. package/cjs/components/TextField/variations/_hint-view/base.js +0 -9
  292. package/cjs/components/TextField/variations/_hint-view/base.js.map +0 -1
  293. package/cjs/components/TextField/variations/_hint-view/base_l8etux.css +0 -1
  294. package/cjs/components/TextField/variations/_label-placement/base_3domm.css +0 -1
  295. package/cjs/components/TextField/variations/_read-only/base_17ypmu7.css +0 -1
  296. package/cjs/components/TextField/variations/_size/base_1xdmaqh.css +0 -1
  297. package/cjs/components/TextField/variations/_view/base_qhyte8.css +0 -1
  298. package/cjs/components/TextFieldGroup/variations/_shape/base_52bndd.css +0 -1
  299. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -23
  300. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js.map +0 -1
  301. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +0 -23
  302. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js.map +0 -1
  303. package/emotion/cjs/components/TextArea/variations/_hint-size/base.js +0 -11
  304. package/emotion/cjs/components/TextArea/variations/_hint-size/tokens.json +0 -21
  305. package/emotion/cjs/components/TextArea/variations/_hint-view/base.js +0 -11
  306. package/emotion/cjs/components/TextArea/variations/_hint-view/tokens.json +0 -5
  307. package/emotion/cjs/components/TextField/variations/_hint-size/base.js +0 -11
  308. package/emotion/cjs/components/TextField/variations/_hint-size/tokens.json +0 -21
  309. package/emotion/cjs/components/TextField/variations/_hint-view/base.js +0 -11
  310. package/emotion/cjs/components/TextField/variations/_hint-view/tokens.json +0 -5
  311. package/emotion/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -22
  312. package/emotion/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +0 -22
  313. package/emotion/es/components/TextArea/variations/_hint-size/base.js +0 -5
  314. package/emotion/es/components/TextArea/variations/_hint-size/tokens.json +0 -21
  315. package/emotion/es/components/TextArea/variations/_hint-view/base.js +0 -5
  316. package/emotion/es/components/TextArea/variations/_hint-view/tokens.json +0 -5
  317. package/emotion/es/components/TextField/variations/_hint-size/base.js +0 -5
  318. package/emotion/es/components/TextField/variations/_hint-size/tokens.json +0 -21
  319. package/emotion/es/components/TextField/variations/_hint-view/base.js +0 -5
  320. package/emotion/es/components/TextField/variations/_hint-view/tokens.json +0 -5
  321. package/emotion/es/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -15
  322. package/emotion/es/components/_Icon/Icons/IconInfoCircleOutline.js +0 -15
  323. package/es/components/TextArea/TextArea.styles_mcxlmk.css +0 -17
  324. package/es/components/TextArea/variations/_clear/base_1ezvvtt.css +0 -1
  325. package/es/components/TextArea/variations/_hint-size/base.js +0 -5
  326. package/es/components/TextArea/variations/_hint-size/base.js.map +0 -1
  327. package/es/components/TextArea/variations/_hint-size/base_1ipgv90.css +0 -1
  328. package/es/components/TextArea/variations/_hint-view/base.js +0 -5
  329. package/es/components/TextArea/variations/_hint-view/base.js.map +0 -1
  330. package/es/components/TextArea/variations/_hint-view/base_111a0qe.css +0 -1
  331. package/es/components/TextArea/variations/_view/base_1xgrm3x.css +0 -1
  332. package/es/components/TextField/TextField.styles_17xt45g.css +0 -21
  333. package/es/components/TextField/variations/_clear/base_1pkwm4m.css +0 -1
  334. package/es/components/TextField/variations/_hint-size/base.js +0 -5
  335. package/es/components/TextField/variations/_hint-size/base.js.map +0 -1
  336. package/es/components/TextField/variations/_hint-size/base_1x99605.css +0 -1
  337. package/es/components/TextField/variations/_hint-view/base.js +0 -5
  338. package/es/components/TextField/variations/_hint-view/base.js.map +0 -1
  339. package/es/components/TextField/variations/_hint-view/base_l8etux.css +0 -1
  340. package/es/components/TextField/variations/_label-placement/base_3domm.css +0 -1
  341. package/es/components/TextField/variations/_read-only/base_17ypmu7.css +0 -1
  342. package/es/components/TextField/variations/_size/base_1xdmaqh.css +0 -1
  343. package/es/components/TextField/variations/_view/base_qhyte8.css +0 -1
  344. package/es/components/TextFieldGroup/variations/_shape/base_52bndd.css +0 -1
  345. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -19
  346. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js.map +0 -1
  347. package/es/components/_Icon/Icons/IconInfoCircleOutline.js +0 -19
  348. package/es/components/_Icon/Icons/IconInfoCircleOutline.js.map +0 -1
  349. package/styled-components/cjs/components/TextArea/variations/_hint-size/base.js +0 -11
  350. package/styled-components/cjs/components/TextArea/variations/_hint-size/tokens.json +0 -21
  351. package/styled-components/cjs/components/TextArea/variations/_hint-view/base.js +0 -11
  352. package/styled-components/cjs/components/TextArea/variations/_hint-view/tokens.json +0 -5
  353. package/styled-components/cjs/components/TextField/variations/_hint-size/base.js +0 -11
  354. package/styled-components/cjs/components/TextField/variations/_hint-size/tokens.json +0 -21
  355. package/styled-components/cjs/components/TextField/variations/_hint-view/base.js +0 -11
  356. package/styled-components/cjs/components/TextField/variations/_hint-view/tokens.json +0 -5
  357. package/styled-components/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -22
  358. package/styled-components/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +0 -22
  359. package/styled-components/es/components/TextArea/variations/_hint-size/base.js +0 -5
  360. package/styled-components/es/components/TextArea/variations/_hint-size/tokens.json +0 -21
  361. package/styled-components/es/components/TextArea/variations/_hint-view/base.js +0 -5
  362. package/styled-components/es/components/TextArea/variations/_hint-view/tokens.json +0 -5
  363. package/styled-components/es/components/TextField/variations/_hint-size/base.js +0 -5
  364. package/styled-components/es/components/TextField/variations/_hint-size/tokens.json +0 -21
  365. package/styled-components/es/components/TextField/variations/_hint-view/base.js +0 -5
  366. package/styled-components/es/components/TextField/variations/_hint-view/tokens.json +0 -5
  367. package/styled-components/es/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -15
  368. package/styled-components/es/components/_Icon/Icons/IconInfoCircleOutline.js +0 -15
  369. package/types/components/TextArea/variations/_hint-size/base.d.ts +0 -2
  370. package/types/components/TextArea/variations/_hint-size/base.d.ts.map +0 -1
  371. package/types/components/TextArea/variations/_hint-view/base.d.ts +0 -2
  372. package/types/components/TextArea/variations/_hint-view/base.d.ts.map +0 -1
  373. package/types/components/TextField/variations/_hint-size/base.d.ts +0 -2
  374. package/types/components/TextField/variations/_hint-size/base.d.ts.map +0 -1
  375. package/types/components/TextField/variations/_hint-view/base.d.ts +0 -2
  376. package/types/components/TextField/variations/_hint-view/base.d.ts.map +0 -1
  377. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts +0 -4
  378. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts.map +0 -1
  379. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts +0 -4
  380. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts.map +0 -1
@@ -125,8 +125,7 @@ export function App() {
125
125
  ```
126
126
 
127
127
  ### Подсказка
128
- Для вывода подсказки снизу от поля используйте свойство `helperText`,
129
- для подсказки в виде Tooltip - `hintText`, для подсказки сверху справа - `titleCaption`:
128
+ Для вывода подсказки снизу от поля используйте свойство `helperText`:
130
129
 
131
130
  ```tsx live
132
131
  import React from 'react';
@@ -139,10 +138,6 @@ export function App() {
139
138
  placeholder="Введите значение"
140
139
  defaultValue="Значение"
141
140
  helperText="Подсказка снизу"
142
- titleCaption="Подсказка сверху"
143
- hintText="Подсказка в виде Tooltip"
144
- hintView="default"
145
- hintSize="m"
146
141
  />
147
142
  </div>
148
143
  );
@@ -14,7 +14,6 @@ var classes = exports.classes = {
14
14
  hideLabel: 'hide-label',
15
15
  clear: 'textfield-clear',
16
16
  hasDivider: 'textfield-has-divider',
17
- hasHint: 'textfield-has-hint',
18
17
  textFieldGroupItem: 'text-field-group-item'
19
18
  };
20
19
  var tokens = exports.tokens = {
@@ -84,15 +83,6 @@ var tokens = exports.tokens = {
84
83
  labelInnerLineHeight: '--plasma-textfield-placement_inner__label-line-height',
85
84
  labelInnerPadding: '--plasma-textfield-placement_inner__label-padding',
86
85
  contentLabelInnerPadding: '--plasma-textfield-placement_inner__content-padding',
87
- titleCaptionColor: '--plasma-textfield__title-caption-color',
88
- titleCaptionColorReadOnly: '--plasma-textfield__title-caption-color-readonly',
89
- titleCaptionInnerLabelOffset: '--plasma-textfield__title-caption-label-inner-offset',
90
- titleCaptionFontFamily: '--plasma-textfield__title-caption-font-family',
91
- titleCaptionFontStyle: '--plasma-textfield__title-caption-font-style',
92
- titleCaptionFontSize: '--plasma-textfield__title-caption-font-size',
93
- titleCaptionFontWeight: '--plasma-textfield__title-caption-font-weight',
94
- titleCaptionLetterSpacing: '--plasma-textfield__title-caption-letter-spacing',
95
- titleCaptionLineHeight: '--plasma-textfield__title-caption-line-height',
96
86
  leftHelperColor: '--plasma-textfield__left-helper-color',
97
87
  leftHelperColorReadOnly: '--plasma-textfield__left-helper-color-readonly',
98
88
  leftHelperOffset: '--plasma-textfield__left-helper-offset',
@@ -109,34 +99,6 @@ var tokens = exports.tokens = {
109
99
  textAfterMargin: '--plasma-textfield__after-text-margin',
110
100
  /** Прозрачность для всего компонента в состоянии disabled */
111
101
  disabledOpacity: '--plasma-textfield-disabled-opacity',
112
- /** Токены для tooltip */
113
- hintMargin: '--plasma-textfield__hint-margin',
114
- hintTargetSize: '--plasma-textfield__hint-target-size',
115
- hintIconColor: '--plasma-textfield__hint-icon-color',
116
- hintInnerLabelPlacementOffset: '--plasma-textfield__hint-inner-label-placement-offset',
117
- clearHintInnerLabelPlacementOffset: '--plasma-textfield__clear-hint-inner-label-placement-offset',
118
- tooltipBackgroundColor: '--plasma-textfield__tooltip-background-color',
119
- tooltipBoxShadow: '--plasma-textfield__tooltip-box-shadow',
120
- tooltipColor: '--plasma-textfield__tooltip-color',
121
- tooltipPaddingTop: '--plasma-textfield__tooltip-padding-top',
122
- tooltipPaddingRight: '--plasma-textfield__tooltip-padding-right',
123
- tooltipPaddingBottom: '--plasma-textfield__tooltip-padding-bottom',
124
- tooltipPaddingLeft: '--plasma-textfield__tooltip-padding-left',
125
- tooltipMinHeight: '--plasma-textfield__tooltip-min-height',
126
- tooltipBorderRadius: '--plasma-textfield__tooltip-border-radius',
127
- tooltipTextFontFamily: '--plasma-textfield__tooltip-text-font-family',
128
- tooltipTextFontSize: '--plasma-textfield__tooltip-text-font-size',
129
- tooltipTextFontStyle: '--plasma-textfield__tooltip-text-font-style',
130
- tooltipTextFontWeight: '--plasma-textfield__tooltip-text-font-weight',
131
- tooltipTextFontLetterSpacing: '--plasma-textfield__tooltip-text-font-letter-spacing',
132
- tooltipTextFontLineHeight: '--plasma-textfield__tooltip-text-font-line-height',
133
- tooltipContentLeftMargin: '--plasma-textfield__tooltip-content-left-margin',
134
- tooltipArrowMaskWidth: '--plasma-textfield__tooltip-arrow-mask-width',
135
- tooltipArrowMaskHeight: '--plasma-textfield__tooltip-arrow-mask-height',
136
- tooltipArrowMaskImage: '--plasma-textfield__tooltip-arrow-mask-image',
137
- tooltipArrowHeight: '--plasma-textfield__tooltip-arrow-height',
138
- tooltipArrowEdgeMargin: '--plasma-textfield__tooltip-arrow-edge-margin',
139
- tooltipArrowBackground: '--plasma-textfield__tooltip-arrow-background',
140
102
  /** Токены чипа */
141
103
  chipHeight: '--plasma-textfield__chip-height',
142
104
  chipBorderRadius: '--plasma-textfield__chip-border-radius',
@@ -180,6 +142,5 @@ var tokens = exports.tokens = {
180
142
  indicatorLabelPlacementInnerRight: '--plasma-textfield__indicator-placement-inner-right',
181
143
  indicatorLabelPlacementOuterRight: '--plasma-textfield__indicator-placement-outer-right',
182
144
  clearIndicatorLabelPlacementInner: '--plasma-textfield__clear-indicator-placement-inner',
183
- clearIndicatorLabelPlacementInnerRight: '--plasma-textfield__clear-indicator-placement-inner-right',
184
- clearIndicatorHintInnerRight: '--plasma-textfield__clear-indicator-hint-placement-inner-right'
145
+ clearIndicatorLabelPlacementInnerRight: '--plasma-textfield__clear-indicator-placement-inner-right'
185
146
  };
@@ -7,4 +7,4 @@ exports.base = void 0;
7
7
  var _react = /*#__PURE__*/require("@emotion/react");
8
8
  var _TextField = /*#__PURE__*/require("../../TextField.tokens");
9
9
  var _TextField2 = /*#__PURE__*/require("../../TextField.styles");
10
- var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextField.classes.clear, "{&[readonly] ", _TextField2.InputWrapper, ",", _TextField2.InputWrapper, "{background-color:unset;box-shadow:none;border-radius:0;padding-left:0;padding-right:0;&:hover{background-color:unset;}}", _TextField2.StyledContentLeft, "{margin-left:0;}", _TextField2.StyledContentRight, "{margin-right:0;}&.", _TextField.classes.outerLabelPlacement, "{", _TextField2.OuterLabelWrapper, "{margin-bottom:var(", _TextField.tokens.clearLabelOffset, ");}}", _TextField2.Input, "{color:var(", _TextField.tokens.clearColor, ");}", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.clearPlaceholderColor, ");}", _TextField2.StyledIndicator, "{&.", _TextField.classes.innerLabelPlacement, "{inset:var(", _TextField.tokens.clearIndicatorLabelPlacementInner, ");&.align-right{inset:var(", _TextField.tokens.clearIndicatorLabelPlacementInnerRight, ");}}}&.", _TextField.classes.hasHint, "{", _TextField2.StyledHintWrapper, "{&.", _TextField.classes.innerLabelPlacement, "{inset:var(", _TextField.tokens.clearHintInnerLabelPlacementOffset, ");}}", _TextField2.StyledIndicator, "{&.", _TextField.classes.innerLabelPlacement, ".align-right{inset:var(", _TextField.tokens.clearIndicatorHintInnerRight, ");}}}&.", _TextField.classes.hasDivider, "{", _TextField2.InputWrapper, "{--plasma_private-textfield-divider-color:var(", /*#__PURE__*/String(_TextField.tokens.dividerColor), ");&:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textfield-divider-color);transition:background-color 0.1s ease-in;}}&:not([readonly]) ", _TextField2.InputWrapper, ":hover{--plasma_private-textfield-divider-color:var(\n ", _TextField.tokens.dividerColorHover, ",\n var(", /*#__PURE__*/String(_TextField.tokens.dividerColor), ")\n );}&:not([readonly]) ", _TextField2.InputWrapper, ":focus-within{--plasma_private-textfield-divider-color:var(\n ", _TextField.tokens.dividerColorFocus, ",\n var(", /*#__PURE__*/String(_TextField.tokens.dividerColor), ")\n );", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.clearPlaceholderColorFocus, ");}}}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2NsZWFyL2Jhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBY3VCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2NsZWFyL2Jhc2UudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IGNsYXNzZXMsIHRva2VucyB9IGZyb20gJy4uLy4uL1RleHRGaWVsZC50b2tlbnMnO1xuaW1wb3J0IHtcbiAgICBJbnB1dCxcbiAgICBJbnB1dFBsYWNlaG9sZGVyLFxuICAgIElucHV0V3JhcHBlcixcbiAgICBPdXRlckxhYmVsV3JhcHBlcixcbiAgICBTdHlsZWRDb250ZW50TGVmdCxcbiAgICBTdHlsZWRDb250ZW50UmlnaHQsXG4gICAgU3R5bGVkSGludFdyYXBwZXIsXG4gICAgU3R5bGVkSW5kaWNhdG9yLFxufSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMuY2xlYXJ9IHtcbiAgICAgICAgJltyZWFkb25seV0gJHtJbnB1dFdyYXBwZXJ9LCAke0lucHV0V3JhcHBlcn0ge1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQ7XG4gICAgICAgICAgICBib3gtc2hhZG93OiBub25lO1xuICAgICAgICAgICAgYm9yZGVyLXJhZGl1czogMDtcbiAgICAgICAgICAgIHBhZGRpbmctbGVmdDogMDtcbiAgICAgICAgICAgIHBhZGRpbmctcmlnaHQ6IDA7XG5cbiAgICAgICAgICAgICY6aG92ZXIge1xuICAgICAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHVuc2V0O1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRDb250ZW50TGVmdH0ge1xuICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IDA7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZENvbnRlbnRSaWdodH0ge1xuICAgICAgICAgICAgbWFyZ2luLXJpZ2h0OiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMub3V0ZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAgICAgJHtPdXRlckxhYmVsV3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgIG1hcmdpbi1ib3R0b206IHZhcigke3Rva2Vucy5jbGVhckxhYmVsT2Zmc2V0fSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cblxuICAgICAgICAke0lucHV0fSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNsZWFyQ29sb3J9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jbGVhclBsYWNlaG9sZGVyQ29sb3J9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7U3R5bGVkSW5kaWNhdG9yfSB7XG4gICAgICAgICAgICAmLiR7Y2xhc3Nlcy5pbm5lckxhYmVsUGxhY2VtZW50fSB7XG4gICAgICAgICAgICAgICAgaW5zZXQ6IHZhcigke3Rva2Vucy5jbGVhckluZGljYXRvckxhYmVsUGxhY2VtZW50SW5uZXJ9KTtcblxuICAgICAgICAgICAgICAgICYuYWxpZ24tcmlnaHQge1xuICAgICAgICAgICAgICAgICAgICBpbnNldDogdmFyKCR7dG9rZW5zLmNsZWFySW5kaWNhdG9yTGFiZWxQbGFjZW1lbnRJbm5lclJpZ2h0fSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuaGFzSGludH0ge1xuICAgICAgICAgICAgJHtTdHlsZWRIaW50V3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgICYuJHtjbGFzc2VzLmlubmVyTGFiZWxQbGFjZW1lbnR9IHtcbiAgICAgICAgICAgICAgICAgICAgaW5zZXQ6IHZhcigke3Rva2Vucy5jbGVhckhpbnRJbm5lckxhYmVsUGxhY2VtZW50T2Zmc2V0fSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAke1N0eWxlZEluZGljYXRvcn0ge1xuICAgICAgICAgICAgICAgICYuJHtjbGFzc2VzLmlubmVyTGFiZWxQbGFjZW1lbnR9LmFsaWduLXJpZ2h0IHtcbiAgICAgICAgICAgICAgICAgICAgaW5zZXQ6IHZhcigke3Rva2Vucy5jbGVhckluZGljYXRvckhpbnRJbm5lclJpZ2h0fSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuaGFzRGl2aWRlcn0ge1xuICAgICAgICAgICAgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1kaXZpZGVyLWNvbG9yOiB2YXIoJHtTdHJpbmcodG9rZW5zLmRpdmlkZXJDb2xvcil9KTtcblxuICAgICAgICAgICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgICAgICAgICAgaGVpZ2h0OiAwLjA2M3JlbTtcbiAgICAgICAgICAgICAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgICAgICAgICAgICAgIGJvdHRvbTogMDtcbiAgICAgICAgICAgICAgICAgICAgbGVmdDogMDtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWRpdmlkZXItY29sb3IpO1xuICAgICAgICAgICAgICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1pbjtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICY6bm90KFtyZWFkb25seV0pICR7SW5wdXRXcmFwcGVyfTpob3ZlciB7XG4gICAgICAgICAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JIb3Zlcn0sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgJjpub3QoW3JlYWRvbmx5XSkgJHtJbnB1dFdyYXBwZXJ9OmZvY3VzLXdpdGhpbiB7XG4gICAgICAgICAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JGb2N1c30sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcblxuICAgICAgICAgICAgICAgICR7SW5wdXRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNsZWFyUGxhY2Vob2xkZXJDb2xvckZvY3VzfSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));
10
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextField.classes.clear, "{&[readonly] ", _TextField2.InputWrapper, ",", _TextField2.InputWrapper, "{background-color:unset;box-shadow:none;border-radius:0;padding-left:0;padding-right:0;&:hover{background-color:unset;}}", _TextField2.StyledContentLeft, "{margin-left:0;}", _TextField2.StyledContentRight, "{margin-right:0;}&.", _TextField.classes.outerLabelPlacement, "{", _TextField2.Label, "{margin-bottom:var(", _TextField.tokens.clearLabelOffset, ");}}", _TextField2.Input, "{color:var(", _TextField.tokens.clearColor, ");}", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.clearPlaceholderColor, ");}", _TextField2.StyledIndicator, "{&.", _TextField.classes.innerLabelPlacement, "{inset:var(", _TextField.tokens.clearIndicatorLabelPlacementInner, ");&.align-right{inset:var(", _TextField.tokens.clearIndicatorLabelPlacementInnerRight, ");}}}&.", _TextField.classes.hasDivider, "{", _TextField2.InputWrapper, "{--plasma_private-textfield-divider-color:var(", /*#__PURE__*/String(_TextField.tokens.dividerColor), ");&:before{content:'';position:absolute;height:0.063rem;width:100%;bottom:0;left:0;background-color:var(--plasma_private-textfield-divider-color);transition:background-color 0.1s ease-in;}}&:not([readonly]) ", _TextField2.InputWrapper, ":hover{--plasma_private-textfield-divider-color:var(\n ", _TextField.tokens.dividerColorHover, ",\n var(", /*#__PURE__*/String(_TextField.tokens.dividerColor), ")\n );}&:not([readonly]) ", _TextField2.InputWrapper, ":focus-within{--plasma_private-textfield-divider-color:var(\n ", _TextField.tokens.dividerColorFocus, ",\n var(", /*#__PURE__*/String(_TextField.tokens.dividerColor), ")\n );", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.clearPlaceholderColorFocus, ");}}}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2NsZWFyL2Jhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBYXVCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2NsZWFyL2Jhc2UudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IGNsYXNzZXMsIHRva2VucyB9IGZyb20gJy4uLy4uL1RleHRGaWVsZC50b2tlbnMnO1xuaW1wb3J0IHtcbiAgICBJbnB1dCxcbiAgICBJbnB1dFBsYWNlaG9sZGVyLFxuICAgIElucHV0V3JhcHBlcixcbiAgICBMYWJlbCxcbiAgICBTdHlsZWRDb250ZW50TGVmdCxcbiAgICBTdHlsZWRDb250ZW50UmlnaHQsXG4gICAgU3R5bGVkSW5kaWNhdG9yLFxufSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMuY2xlYXJ9IHtcbiAgICAgICAgJltyZWFkb25seV0gJHtJbnB1dFdyYXBwZXJ9LCAke0lucHV0V3JhcHBlcn0ge1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdW5zZXQ7XG4gICAgICAgICAgICBib3gtc2hhZG93OiBub25lO1xuICAgICAgICAgICAgYm9yZGVyLXJhZGl1czogMDtcbiAgICAgICAgICAgIHBhZGRpbmctbGVmdDogMDtcbiAgICAgICAgICAgIHBhZGRpbmctcmlnaHQ6IDA7XG5cbiAgICAgICAgICAgICY6aG92ZXIge1xuICAgICAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHVuc2V0O1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRDb250ZW50TGVmdH0ge1xuICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IDA7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZENvbnRlbnRSaWdodH0ge1xuICAgICAgICAgICAgbWFyZ2luLXJpZ2h0OiAwO1xuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMub3V0ZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAgICAgJHtMYWJlbH0ge1xuICAgICAgICAgICAgICAgIG1hcmdpbi1ib3R0b206IHZhcigke3Rva2Vucy5jbGVhckxhYmVsT2Zmc2V0fSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cblxuICAgICAgICAke0lucHV0fSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNsZWFyQ29sb3J9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jbGVhclBsYWNlaG9sZGVyQ29sb3J9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7U3R5bGVkSW5kaWNhdG9yfSB7XG4gICAgICAgICAgICAmLiR7Y2xhc3Nlcy5pbm5lckxhYmVsUGxhY2VtZW50fSB7XG4gICAgICAgICAgICAgICAgaW5zZXQ6IHZhcigke3Rva2Vucy5jbGVhckluZGljYXRvckxhYmVsUGxhY2VtZW50SW5uZXJ9KTtcblxuICAgICAgICAgICAgICAgICYuYWxpZ24tcmlnaHQge1xuICAgICAgICAgICAgICAgICAgICBpbnNldDogdmFyKCR7dG9rZW5zLmNsZWFySW5kaWNhdG9yTGFiZWxQbGFjZW1lbnRJbm5lclJpZ2h0fSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuaGFzRGl2aWRlcn0ge1xuICAgICAgICAgICAgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1kaXZpZGVyLWNvbG9yOiB2YXIoJHtTdHJpbmcodG9rZW5zLmRpdmlkZXJDb2xvcil9KTtcblxuICAgICAgICAgICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgICAgICAgICAgaGVpZ2h0OiAwLjA2M3JlbTtcbiAgICAgICAgICAgICAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgICAgICAgICAgICAgIGJvdHRvbTogMDtcbiAgICAgICAgICAgICAgICAgICAgbGVmdDogMDtcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWRpdmlkZXItY29sb3IpO1xuICAgICAgICAgICAgICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1pbjtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgICY6bm90KFtyZWFkb25seV0pICR7SW5wdXRXcmFwcGVyfTpob3ZlciB7XG4gICAgICAgICAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JIb3Zlcn0sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgJjpub3QoW3JlYWRvbmx5XSkgJHtJbnB1dFdyYXBwZXJ9OmZvY3VzLXdpdGhpbiB7XG4gICAgICAgICAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtZGl2aWRlci1jb2xvcjogdmFyKFxuICAgICAgICAgICAgICAgICAgICAke3Rva2Vucy5kaXZpZGVyQ29sb3JGb2N1c30sXG4gICAgICAgICAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuZGl2aWRlckNvbG9yKX0pXG4gICAgICAgICAgICAgICAgKTtcblxuICAgICAgICAgICAgICAgICR7SW5wdXRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNsZWFyUGxhY2Vob2xkZXJDb2xvckZvY3VzfSk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -7,4 +7,4 @@ exports.base = void 0;
7
7
  var _react = /*#__PURE__*/require("@emotion/react");
8
8
  var _TextField = /*#__PURE__*/require("../../TextField.tokens");
9
9
  var _TextField2 = /*#__PURE__*/require("../../TextField.styles");
10
- var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextField.classes.outerLabelPlacement, "{", _TextField2.Label, "{position:relative;display:inline-block;color:var(", _TextField.tokens.labelColor, ");}}&.", _TextField.classes.innerLabelPlacement, "{", _TextField2.InputContainer, "{padding:var(", _TextField.tokens.contentLabelInnerPadding, ");}", _TextField2.StyledTextAfter, ",", _TextField2.StyledTextBefore, "{padding:var(", _TextField.tokens.contentLabelInnerPadding, ");}", _TextField2.Input, ":focus~", _TextField2.Label, ",", _TextField2.Input, ".", _TextField.classes.hasValue, "~", _TextField2.Label, "{color:var(", _TextField.tokens.placeholderColor, ");align-items:flex-start;padding:var(", _TextField.tokens.labelInnerPadding, ");font-family:var(", _TextField.tokens.labelInnerFontFamily, ");font-size:var(", _TextField.tokens.labelInnerFontSize, ");font-style:var(", _TextField.tokens.labelInnerFontStyle, ");font-weight:var(", _TextField.tokens.labelInnerFontWeight, ");letter-spacing:var(", _TextField.tokens.labelInnerLetterSpacing, ");line-height:var(", _TextField.tokens.labelInnerLineHeight, ");}", _TextField2.Label, "{color:var(", _TextField.tokens.placeholderColor, ");pointer-events:none;position:absolute;top:0;display:flex;align-items:center;box-sizing:border-box;height:var(", _TextField.tokens.height, ");padding-top:calc(calc(var(", _TextField.tokens.height, ") - var(", _TextField.tokens.labelLineHeight, ")) / 2);padding-bottom:calc(calc(var(", _TextField.tokens.height, ") - var(", _TextField.tokens.labelLineHeight, ")) / 2);}&.", _TextField.classes.clear, " ", _TextField2.Label, "{color:var(", _TextField.tokens.clearPlaceholderColor, ");}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2xhYmVsLXBsYWNlbWVudC9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19sYWJlbC1wbGFjZW1lbnQvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRDb250YWluZXIsIExhYmVsLCBTdHlsZWRUZXh0QWZ0ZXIsIFN0eWxlZFRleHRCZWZvcmUgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMub3V0ZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmxhYmVsQ29sb3J9KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLmlubmVyTGFiZWxQbGFjZW1lbnR9IHtcbiAgICAgICAgJHtJbnB1dENvbnRhaW5lcn0ge1xuICAgICAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLmNvbnRlbnRMYWJlbElubmVyUGFkZGluZ30pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRUZXh0QWZ0ZXJ9LCAke1N0eWxlZFRleHRCZWZvcmV9IHtcbiAgICAgICAgICAgIHBhZGRpbmc6IHZhcigke3Rva2Vucy5jb250ZW50TGFiZWxJbm5lclBhZGRpbmd9KTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8qINC/0L7QtNC90LjQvNCw0LXRgiBsYWJlbCDQstCy0LXRgNGFINC/0YDQuCDRhNC+0LrRg9GB0LUsINC90LDQu9C40YfQuNC4INC30L3QsNGH0LXQvdC40Y8gKi9cbiAgICAgICAgJHtJbnB1dH06Zm9jdXMgfiAke0xhYmVsfSwgJHtJbnB1dH0uJHtjbGFzc2VzLmhhc1ZhbHVlfSB+ICR7TGFiZWx9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucGxhY2Vob2xkZXJDb2xvcn0pO1xuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7XG4gICAgICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lclBhZGRpbmd9KTtcblxuICAgICAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udEZhbWlseX0pO1xuICAgICAgICAgICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRTaXplfSk7XG4gICAgICAgICAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRTdHlsZX0pO1xuICAgICAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udFdlaWdodH0pO1xuICAgICAgICAgICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5sYWJlbElubmVyTGV0dGVyU3BhY2luZ30pO1xuICAgICAgICAgICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy5sYWJlbElubmVyTGluZUhlaWdodH0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtMYWJlbH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yfSk7XG5cbiAgICAgICAgICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICAgICAgdG9wOiAwO1xuXG4gICAgICAgICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcblxuICAgICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcblxuICAgICAgICAgICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaGVpZ2h0fSk7XG5cbiAgICAgICAgICAgIHBhZGRpbmctdG9wOiBjYWxjKGNhbGModmFyKCR7dG9rZW5zLmhlaWdodH0pIC0gdmFyKCR7dG9rZW5zLmxhYmVsTGluZUhlaWdodH0pKSAvIDIpO1xuICAgICAgICAgICAgcGFkZGluZy1ib3R0b206IGNhbGMoY2FsYyh2YXIoJHt0b2tlbnMuaGVpZ2h0fSkgLSB2YXIoJHt0b2tlbnMubGFiZWxMaW5lSGVpZ2h0fSkpIC8gMik7XG4gICAgICAgIH1cblxuICAgICAgICAmLiR7Y2xhc3Nlcy5jbGVhcn0gJHtMYWJlbH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jbGVhclBsYWNlaG9sZGVyQ29sb3J9KTtcbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));
10
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextField.classes.outerLabelPlacement, "{", _TextField2.Label, "{position:relative;display:inline-block;margin-bottom:var(", _TextField.tokens.labelOffset, ");color:var(", _TextField.tokens.labelColor, ");}}&.", _TextField.classes.innerLabelPlacement, "{", _TextField2.InputContainer, "{padding:var(", _TextField.tokens.contentLabelInnerPadding, ");}", _TextField2.StyledTextAfter, ",", _TextField2.StyledTextBefore, "{padding:var(", _TextField.tokens.contentLabelInnerPadding, ");}", _TextField2.Input, ":focus~", _TextField2.Label, ",", _TextField2.Input, ".", _TextField.classes.hasValue, "~", _TextField2.Label, "{color:var(", _TextField.tokens.placeholderColor, ");align-items:flex-start;padding:var(", _TextField.tokens.labelInnerPadding, ");font-family:var(", _TextField.tokens.labelInnerFontFamily, ");font-size:var(", _TextField.tokens.labelInnerFontSize, ");font-style:var(", _TextField.tokens.labelInnerFontStyle, ");font-weight:var(", _TextField.tokens.labelInnerFontWeight, ");letter-spacing:var(", _TextField.tokens.labelInnerLetterSpacing, ");line-height:var(", _TextField.tokens.labelInnerLineHeight, ");}", _TextField2.Label, "{color:var(", _TextField.tokens.placeholderColor, ");pointer-events:none;position:absolute;top:0;display:flex;align-items:center;box-sizing:border-box;height:var(", _TextField.tokens.height, ");padding-top:calc(calc(var(", _TextField.tokens.height, ") - var(", _TextField.tokens.labelLineHeight, ")) / 2);padding-bottom:calc(calc(var(", _TextField.tokens.height, ") - var(", _TextField.tokens.labelLineHeight, ")) / 2);}&.", _TextField.classes.clear, " ", _TextField2.Label, "{color:var(", _TextField.tokens.clearPlaceholderColor, ");}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2xhYmVsLXBsYWNlbWVudC9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19sYWJlbC1wbGFjZW1lbnQvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRDb250YWluZXIsIExhYmVsLCBTdHlsZWRUZXh0QWZ0ZXIsIFN0eWxlZFRleHRCZWZvcmUgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMub3V0ZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgICBtYXJnaW4tYm90dG9tOiB2YXIoJHt0b2tlbnMubGFiZWxPZmZzZXR9KTtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMubGFiZWxDb2xvcn0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMuaW5uZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0lucHV0Q29udGFpbmVyfSB7XG4gICAgICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuY29udGVudExhYmVsSW5uZXJQYWRkaW5nfSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZFRleHRBZnRlcn0sICR7U3R5bGVkVGV4dEJlZm9yZX0ge1xuICAgICAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLmNvbnRlbnRMYWJlbElubmVyUGFkZGluZ30pO1xuICAgICAgICB9XG5cbiAgICAgICAgLyog0L/QvtC00L3QuNC80LDQtdGCIGxhYmVsINCy0LLQtdGA0YUg0L/RgNC4INGE0L7QutGD0YHQtSwg0L3QsNC70LjRh9C40Lgg0LfQvdCw0YfQtdC90LjRjyAqL1xuICAgICAgICAke0lucHV0fTpmb2N1cyB+ICR7TGFiZWx9LCAke0lucHV0fS4ke2NsYXNzZXMuaGFzVmFsdWV9IH4gJHtMYWJlbH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yfSk7XG4gICAgICAgICAgICBhbGlnbi1pdGVtczogZmxleC1zdGFydDtcbiAgICAgICAgICAgIHBhZGRpbmc6IHZhcigke3Rva2Vucy5sYWJlbElubmVyUGFkZGluZ30pO1xuXG4gICAgICAgICAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJGb250RmFtaWx5fSk7XG4gICAgICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udFNpemV9KTtcbiAgICAgICAgICAgIGZvbnQtc3R5bGU6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udFN0eWxlfSk7XG4gICAgICAgICAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJGb250V2VpZ2h0fSk7XG4gICAgICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgICAgICBsaW5lLWhlaWdodDogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJMaW5lSGVpZ2h0fSk7XG4gICAgICAgIH1cblxuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLnBsYWNlaG9sZGVyQ29sb3J9KTtcblxuICAgICAgICAgICAgcG9pbnRlci1ldmVudHM6IG5vbmU7XG4gICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICB0b3A6IDA7XG5cbiAgICAgICAgICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgICAgICAgICBhbGlnbi1pdGVtczogY2VudGVyO1xuXG4gICAgICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuXG4gICAgICAgICAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5oZWlnaHR9KTtcblxuICAgICAgICAgICAgcGFkZGluZy10b3A6IGNhbGMoY2FsYyh2YXIoJHt0b2tlbnMuaGVpZ2h0fSkgLSB2YXIoJHt0b2tlbnMubGFiZWxMaW5lSGVpZ2h0fSkpIC8gMik7XG4gICAgICAgICAgICBwYWRkaW5nLWJvdHRvbTogY2FsYyhjYWxjKHZhcigke3Rva2Vucy5oZWlnaHR9KSAtIHZhcigke3Rva2Vucy5sYWJlbExpbmVIZWlnaHR9KSkgLyAyKTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLmNsZWFyfSAke0xhYmVsfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNsZWFyUGxhY2Vob2xkZXJDb2xvcn0pO1xuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -7,4 +7,4 @@ exports.base = void 0;
7
7
  var _react = /*#__PURE__*/require("@emotion/react");
8
8
  var _TextField = /*#__PURE__*/require("../../TextField.tokens");
9
9
  var _TextField2 = /*#__PURE__*/require("../../TextField.styles");
10
- var base = exports.base = /*#__PURE__*/(0, _react.css)("&[readonly]{", _TextField2.InputWrapper, "{color:var(", _TextField.tokens.colorReadOnly, ");background-color:var(", /*#__PURE__*/String(_TextField.tokens.backgroundColorReadOnly), ");box-shadow:inset 0 0 0 var(", /*#__PURE__*/String(_TextField.tokens.borderWidth), ") var(", /*#__PURE__*/String(_TextField.tokens.borderColorReadOnly), ");}&.", _TextField.classes.hasDivider, " ", _TextField2.InputWrapper, "{&:before{background-color:var(", /*#__PURE__*/String(_TextField.tokens.dividerColorReadOnly), ");}}", _TextField2.InputWrapper, ":hover{background-color:var(", _TextField.tokens.backgroundColorReadOnly, ");}", _TextField2.InputWrapper, ":focus-within ", _TextField2.InputPlaceholder, ",", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.placeholderColorReadOnly, ");}", _TextField2.Input, "{color:var(", _TextField.tokens.colorReadOnly, ");cursor:default;min-width:unset;}", _TextField2.TitleCaption, "{color:var(", _TextField.tokens.titleCaptionColorReadOnly, ");}", _TextField2.LeftHelper, "{color:var(", _TextField.tokens.leftHelperColorReadOnly, ");}&.", _TextField.classes.outerLabelPlacement, " ", _TextField2.Label, "{color:var(", _TextField.tokens.labelColorReadOnly, ");}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3JlYWQtb25seS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRQbGFjZWhvbGRlciwgSW5wdXRXcmFwcGVyLCBMYWJlbCwgTGVmdEhlbHBlciwgVGl0bGVDYXB0aW9uIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnN0eWxlcyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICZbcmVhZG9ubHldIHtcbiAgICAgICAgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3JSZWFkT25seX0pO1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5iYWNrZ3JvdW5kQ29sb3JSZWFkT25seSl9KTtcbiAgICAgICAgICAgIGJveC1zaGFkb3c6IGluc2V0IDAgMCAwIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyV2lkdGgpfSkgdmFyKCR7U3RyaW5nKHRva2Vucy5ib3JkZXJDb2xvclJlYWRPbmx5KX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuaGFzRGl2aWRlcn0gJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHtTdHJpbmcodG9rZW5zLmRpdmlkZXJDb2xvclJlYWRPbmx5KX0pO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG5cbiAgICAgICAgJHtJbnB1dFdyYXBwZXJ9OmhvdmVyIHtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5iYWNrZ3JvdW5kQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtJbnB1dFdyYXBwZXJ9OmZvY3VzLXdpdGhpbiAke0lucHV0UGxhY2Vob2xkZXJ9LCAke0lucHV0UGxhY2Vob2xkZXJ9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucGxhY2Vob2xkZXJDb2xvclJlYWRPbmx5fSk7XG4gICAgICAgIH1cblxuICAgICAgICAke0lucHV0fSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgICAgIGN1cnNvcjogZGVmYXVsdDtcbiAgICAgICAgICAgIG1pbi13aWR0aDogdW5zZXQ7XG4gICAgICAgIH1cblxuICAgICAgICAke1RpdGxlQ2FwdGlvbn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy50aXRsZUNhcHRpb25Db2xvclJlYWRPbmx5fSk7XG4gICAgICAgIH1cblxuICAgICAgICAke0xlZnRIZWxwZXJ9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMubGVmdEhlbHBlckNvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLm91dGVyTGFiZWxQbGFjZW1lbnR9ICR7TGFiZWx9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMubGFiZWxDb2xvclJlYWRPbmx5fSk7XG4gICAgICAgIH1cbiAgICB9XG5gO1xuIl19 */"));
10
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&[readonly]{", _TextField2.InputWrapper, "{color:var(", _TextField.tokens.colorReadOnly, ");background-color:var(", /*#__PURE__*/String(_TextField.tokens.backgroundColorReadOnly), ");box-shadow:inset 0 0 0 var(", /*#__PURE__*/String(_TextField.tokens.borderWidth), ") var(", /*#__PURE__*/String(_TextField.tokens.borderColorReadOnly), ");}&.", _TextField.classes.hasDivider, " ", _TextField2.InputWrapper, "{&:before{background-color:var(", /*#__PURE__*/String(_TextField.tokens.dividerColorReadOnly), ");}}", _TextField2.InputWrapper, ":hover{background-color:var(", _TextField.tokens.backgroundColorReadOnly, ");}", _TextField2.InputWrapper, ":focus-within ", _TextField2.InputPlaceholder, ",", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.placeholderColorReadOnly, ");}", _TextField2.Input, "{color:var(", _TextField.tokens.colorReadOnly, ");cursor:default;min-width:unset;}", _TextField2.LeftHelper, "{color:var(", _TextField.tokens.leftHelperColorReadOnly, ");}&.", _TextField.classes.outerLabelPlacement, " ", _TextField2.Label, "{color:var(", _TextField.tokens.labelColorReadOnly, ");}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3JlYWQtb25seS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRQbGFjZWhvbGRlciwgSW5wdXRXcmFwcGVyLCBMYWJlbCwgTGVmdEhlbHBlciB9IGZyb20gJy4uLy4uL1RleHRGaWVsZC5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAmW3JlYWRvbmx5XSB7XG4gICAgICAgICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke1N0cmluZyh0b2tlbnMuYmFja2dyb3VuZENvbG9yUmVhZE9ubHkpfSk7XG4gICAgICAgICAgICBib3gtc2hhZG93OiBpbnNldCAwIDAgMCB2YXIoJHtTdHJpbmcodG9rZW5zLmJvcmRlcldpZHRoKX0pIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3JSZWFkT25seSl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLmhhc0RpdmlkZXJ9ICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5kaXZpZGVyQ29sb3JSZWFkT25seSl9KTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRXcmFwcGVyfTpob3ZlciB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuYmFja2dyb3VuZENvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRXcmFwcGVyfTpmb2N1cy13aXRoaW4gJHtJbnB1dFBsYWNlaG9sZGVyfSwgJHtJbnB1dFBsYWNlaG9sZGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLnBsYWNlaG9sZGVyQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtJbnB1dH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jb2xvclJlYWRPbmx5fSk7XG4gICAgICAgICAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgICAgICAgICBtaW4td2lkdGg6IHVuc2V0O1xuICAgICAgICB9XG5cbiAgICAgICAgJHtMZWZ0SGVscGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJDb2xvclJlYWRPbmx5fSk7XG4gICAgICAgIH1cblxuICAgICAgICAmLiR7Y2xhc3Nlcy5vdXRlckxhYmVsUGxhY2VtZW50fSAke0xhYmVsfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmxhYmVsQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -7,4 +7,4 @@ exports.base = void 0;
7
7
  var _react = /*#__PURE__*/require("@emotion/react");
8
8
  var _TextField = /*#__PURE__*/require("../../TextField.tokens");
9
9
  var _TextField2 = /*#__PURE__*/require("../../TextField.styles");
10
- var base = exports.base = /*#__PURE__*/(0, _react.css)(_TextField2.Input, "{width:100%;font:inherit;letter-spacing:inherit;line-height:inherit;}", _TextField2.InputContainer, "{width:100%;font-family:var(", _TextField.tokens.fontFamily, ");font-size:var(", _TextField.tokens.fontSize, ");font-style:var(", _TextField.tokens.fontStyle, ");font-weight:var(", _TextField.tokens.fontWeight, ");letter-spacing:var(", _TextField.tokens.letterSpacing, ");line-height:var(", _TextField.tokens.lineHeight, ");}", _TextField2.InputWrapper, "{height:var(", _TextField.tokens.height, ");border-radius:var(", _TextField.tokens.borderRadius, ");padding:var(", _TextField.tokens.padding, ");&.", _TextField.classes.hasChips, "{padding-top:var(", _TextField.tokens.paddingWithChips, ");padding-bottom:var(", _TextField.tokens.paddingWithChips, ");}&.", _TextField.classes.hasEmptyContentLeft, "{padding-left:var(", _TextField.tokens.paddingWithChips, ");}&.", _TextField.classes.hasEmptyContentRight, "{padding-right:var(", _TextField.tokens.paddingWithChips, ");}}", _TextField2.Label, ",&:not(.", _TextField.classes.innerLabelPlacement, ") ", _TextField2.StyledOptionalText, "{font-family:var(", _TextField.tokens.labelFontFamily, ");font-size:var(", _TextField.tokens.labelFontSize, ");font-style:var(", _TextField.tokens.labelFontStyle, ");font-weight:var(", _TextField.tokens.labelFontWeight, ");letter-spacing:var(", _TextField.tokens.labelLetterSpacing, ");line-height:var(", _TextField.tokens.labelLineHeight, ");}", _TextField2.StyledHintWrapper, "{margin:var(", _TextField.tokens.hintMargin, ");width:var(", _TextField.tokens.hintTargetSize, ");height:var(", _TextField.tokens.hintTargetSize, ");}", _TextField2.HintTargetWrapper, "{width:var(", _TextField.tokens.hintTargetSize, ");height:var(", _TextField.tokens.hintTargetSize, ");}", _TextField2.TitleCaption, "{font-family:var(", _TextField.tokens.titleCaptionFontFamily, ");font-size:var(", _TextField.tokens.titleCaptionFontSize, ");font-style:var(", _TextField.tokens.titleCaptionFontStyle, ");font-weight:var(", _TextField.tokens.titleCaptionFontWeight, ");letter-spacing:var(", _TextField.tokens.titleCaptionLetterSpacing, ");line-height:var(", _TextField.tokens.titleCaptionLineHeight, ");}", _TextField2.LeftHelper, "{margin-top:var(", _TextField.tokens.leftHelperOffset, ");font-family:var(", _TextField.tokens.leftHelperFontFamily, ");font-size:var(", _TextField.tokens.leftHelperFontSize, ");font-style:var(", _TextField.tokens.leftHelperFontStyle, ");font-weight:var(", _TextField.tokens.leftHelperFontWeight, ");letter-spacing:var(", _TextField.tokens.leftHelperLetterSpacing, ");line-height:var(", _TextField.tokens.leftHelperLineHeight, ");}", _TextField2.StyledTextBefore, ",", _TextField2.StyledTextAfter, "{font-family:var(", _TextField.tokens.fontFamily, ");font-size:var(", _TextField.tokens.fontSize, ");font-style:var(", _TextField.tokens.fontStyle, ");font-weight:var(", _TextField.tokens.fontWeight, ");letter-spacing:var(", _TextField.tokens.letterSpacing, ");line-height:var(", _TextField.tokens.lineHeight, ");}", _TextField2.StyledTextBefore, "{margin:var(", _TextField.tokens.textBeforeMargin, ");}", _TextField2.StyledTextAfter, "{margin:var(", _TextField.tokens.textAfterMargin, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3NpemUvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFpQnVCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3NpemUvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQge1xuICAgIEhpbnRUYXJnZXRXcmFwcGVyLFxuICAgIElucHV0LFxuICAgIElucHV0Q29udGFpbmVyLFxuICAgIElucHV0V3JhcHBlcixcbiAgICBMYWJlbCxcbiAgICBMZWZ0SGVscGVyLFxuICAgIFN0eWxlZEhpbnRXcmFwcGVyLFxuICAgIFN0eWxlZE9wdGlvbmFsVGV4dCxcbiAgICBTdHlsZWRUZXh0QWZ0ZXIsXG4gICAgU3R5bGVkVGV4dEJlZm9yZSxcbiAgICBUaXRsZUNhcHRpb24sXG59IGZyb20gJy4uLy4uL1RleHRGaWVsZC5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAke0lucHV0fSB7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICBmb250OiBpbmhlcml0O1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogaW5oZXJpdDtcbiAgICAgICAgbGluZS1oZWlnaHQ6IGluaGVyaXQ7XG4gICAgfVxuXG4gICAgJHtJbnB1dENvbnRhaW5lcn0ge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5mb250RmFtaWx5fSk7XG4gICAgICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLmZvbnRTaXplfSk7XG4gICAgICAgIGZvbnQtc3R5bGU6IHZhcigke3Rva2Vucy5mb250U3R5bGV9KTtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5mb250V2VpZ2h0fSk7XG4gICAgICAgIGxldHRlci1zcGFjaW5nOiB2YXIoJHt0b2tlbnMubGV0dGVyU3BhY2luZ30pO1xuICAgICAgICBsaW5lLWhlaWdodDogdmFyKCR7dG9rZW5zLmxpbmVIZWlnaHR9KTtcbiAgICB9XG5cbiAgICAke0lucHV0V3JhcHBlcn0ge1xuICAgICAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5oZWlnaHR9KTtcbiAgICAgICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLmJvcmRlclJhZGl1c30pO1xuICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMucGFkZGluZ30pO1xuXG4gICAgICAgICYuJHtjbGFzc2VzLmhhc0NoaXBzfSB7XG4gICAgICAgICAgICBwYWRkaW5nLXRvcDogdmFyKCR7dG9rZW5zLnBhZGRpbmdXaXRoQ2hpcHN9KTtcbiAgICAgICAgICAgIHBhZGRpbmctYm90dG9tOiB2YXIoJHt0b2tlbnMucGFkZGluZ1dpdGhDaGlwc30pO1xuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuaGFzRW1wdHlDb250ZW50TGVmdH0ge1xuICAgICAgICAgICAgcGFkZGluZy1sZWZ0OiB2YXIoJHt0b2tlbnMucGFkZGluZ1dpdGhDaGlwc30pO1xuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuaGFzRW1wdHlDb250ZW50UmlnaHR9IHtcbiAgICAgICAgICAgIHBhZGRpbmctcmlnaHQ6IHZhcigke3Rva2Vucy5wYWRkaW5nV2l0aENoaXBzfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAke0xhYmVsfSwgJjpub3QoLiR7Y2xhc3Nlcy5pbm5lckxhYmVsUGxhY2VtZW50fSkgJHtTdHlsZWRPcHRpb25hbFRleHR9IHtcbiAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5sYWJlbEZvbnRGYW1pbHl9KTtcbiAgICAgICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMubGFiZWxGb250U2l6ZX0pO1xuICAgICAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMubGFiZWxGb250U3R5bGV9KTtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5sYWJlbEZvbnRXZWlnaHR9KTtcbiAgICAgICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5sYWJlbExldHRlclNwYWNpbmd9KTtcbiAgICAgICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy5sYWJlbExpbmVIZWlnaHR9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZEhpbnRXcmFwcGVyfSB7XG4gICAgICAgIG1hcmdpbjogdmFyKCR7dG9rZW5zLmhpbnRNYXJnaW59KTtcbiAgICAgICAgd2lkdGg6IHZhcigke3Rva2Vucy5oaW50VGFyZ2V0U2l6ZX0pO1xuICAgICAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5oaW50VGFyZ2V0U2l6ZX0pO1xuICAgIH1cblxuICAgICR7SGludFRhcmdldFdyYXBwZXJ9IHtcbiAgICAgICAgd2lkdGg6IHZhcigke3Rva2Vucy5oaW50VGFyZ2V0U2l6ZX0pO1xuICAgICAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5oaW50VGFyZ2V0U2l6ZX0pO1xuICAgIH1cblxuICAgICR7VGl0bGVDYXB0aW9ufSB7XG4gICAgICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uRm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy50aXRsZUNhcHRpb25Gb250U2l6ZX0pO1xuICAgICAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uRm9udFN0eWxlfSk7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uRm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLnRpdGxlQ2FwdGlvbkxldHRlclNwYWNpbmd9KTtcbiAgICAgICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy50aXRsZUNhcHRpb25MaW5lSGVpZ2h0fSk7XG4gICAgfVxuXG4gICAgJHtMZWZ0SGVscGVyfSB7XG4gICAgICAgIG1hcmdpbi10b3A6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyT2Zmc2V0fSk7XG5cbiAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJGb250U3R5bGV9KTtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGVmdEhlbHBlckxpbmVIZWlnaHR9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZFRleHRCZWZvcmV9LCAke1N0eWxlZFRleHRBZnRlcn0ge1xuICAgICAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLmZvbnRGYW1pbHl9KTtcbiAgICAgICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuZm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmZvbnRTdHlsZX0pO1xuICAgICAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLmZvbnRXZWlnaHR9KTtcbiAgICAgICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5sZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuICAgIH1cblxuICAgICR7U3R5bGVkVGV4dEJlZm9yZX0ge1xuICAgICAgICBtYXJnaW46IHZhcigke3Rva2Vucy50ZXh0QmVmb3JlTWFyZ2lufSk7XG4gICAgfVxuXG4gICAgJHtTdHlsZWRUZXh0QWZ0ZXJ9IHtcbiAgICAgICAgbWFyZ2luOiB2YXIoJHt0b2tlbnMudGV4dEFmdGVyTWFyZ2lufSk7XG4gICAgfVxuYDtcbiJdfQ== */"));
10
+ var base = exports.base = /*#__PURE__*/(0, _react.css)(_TextField2.Input, "{width:100%;font:inherit;letter-spacing:inherit;line-height:inherit;}", _TextField2.InputContainer, "{width:100%;font-family:var(", _TextField.tokens.fontFamily, ");font-size:var(", _TextField.tokens.fontSize, ");font-style:var(", _TextField.tokens.fontStyle, ");font-weight:var(", _TextField.tokens.fontWeight, ");letter-spacing:var(", _TextField.tokens.letterSpacing, ");line-height:var(", _TextField.tokens.lineHeight, ");}", _TextField2.InputWrapper, "{height:var(", _TextField.tokens.height, ");border-radius:var(", _TextField.tokens.borderRadius, ");padding:var(", _TextField.tokens.padding, ");&.", _TextField.classes.hasChips, "{padding-top:var(", _TextField.tokens.paddingWithChips, ");padding-bottom:var(", _TextField.tokens.paddingWithChips, ");}&.", _TextField.classes.hasEmptyContentLeft, "{padding-left:var(", _TextField.tokens.paddingWithChips, ");}&.", _TextField.classes.hasEmptyContentRight, "{padding-right:var(", _TextField.tokens.paddingWithChips, ");}}", _TextField2.Label, "{font-family:var(", _TextField.tokens.labelFontFamily, ");font-size:var(", _TextField.tokens.labelFontSize, ");font-style:var(", _TextField.tokens.labelFontStyle, ");font-weight:var(", _TextField.tokens.labelFontWeight, ");letter-spacing:var(", _TextField.tokens.labelLetterSpacing, ");line-height:var(", _TextField.tokens.labelLineHeight, ");}", _TextField2.LeftHelper, "{margin-top:var(", _TextField.tokens.leftHelperOffset, ");font-family:var(", _TextField.tokens.leftHelperFontFamily, ");font-size:var(", _TextField.tokens.leftHelperFontSize, ");font-style:var(", _TextField.tokens.leftHelperFontStyle, ");font-weight:var(", _TextField.tokens.leftHelperFontWeight, ");letter-spacing:var(", _TextField.tokens.leftHelperLetterSpacing, ");line-height:var(", _TextField.tokens.leftHelperLineHeight, ");}", _TextField2.StyledTextBefore, ",", _TextField2.StyledTextAfter, "{font-family:var(", _TextField.tokens.fontFamily, ");font-size:var(", _TextField.tokens.fontSize, ");font-style:var(", _TextField.tokens.fontStyle, ");font-weight:var(", _TextField.tokens.fontWeight, ");letter-spacing:var(", _TextField.tokens.letterSpacing, ");line-height:var(", _TextField.tokens.lineHeight, ");}", _TextField2.StyledTextBefore, "{margin:var(", _TextField.tokens.textBeforeMargin, ");}", _TextField2.StyledTextAfter, "{margin:var(", _TextField.tokens.textAfterMargin, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3NpemUvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFhdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGQvdmFyaWF0aW9ucy9fc2l6ZS9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQudG9rZW5zJztcbmltcG9ydCB7XG4gICAgSW5wdXQsXG4gICAgSW5wdXRDb250YWluZXIsXG4gICAgSW5wdXRXcmFwcGVyLFxuICAgIExhYmVsLFxuICAgIExlZnRIZWxwZXIsXG4gICAgU3R5bGVkVGV4dEFmdGVyLFxuICAgIFN0eWxlZFRleHRCZWZvcmUsXG59IGZyb20gJy4uLy4uL1RleHRGaWVsZC5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAke0lucHV0fSB7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICBmb250OiBpbmhlcml0O1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogaW5oZXJpdDtcbiAgICAgICAgbGluZS1oZWlnaHQ6IGluaGVyaXQ7XG4gICAgfVxuXG4gICAgJHtJbnB1dENvbnRhaW5lcn0ge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5mb250RmFtaWx5fSk7XG4gICAgICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLmZvbnRTaXplfSk7XG4gICAgICAgIGZvbnQtc3R5bGU6IHZhcigke3Rva2Vucy5mb250U3R5bGV9KTtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5mb250V2VpZ2h0fSk7XG4gICAgICAgIGxldHRlci1zcGFjaW5nOiB2YXIoJHt0b2tlbnMubGV0dGVyU3BhY2luZ30pO1xuICAgICAgICBsaW5lLWhlaWdodDogdmFyKCR7dG9rZW5zLmxpbmVIZWlnaHR9KTtcbiAgICB9XG5cbiAgICAke0lucHV0V3JhcHBlcn0ge1xuICAgICAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5oZWlnaHR9KTtcbiAgICAgICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLmJvcmRlclJhZGl1c30pO1xuICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMucGFkZGluZ30pO1xuXG4gICAgICAgICYuJHtjbGFzc2VzLmhhc0NoaXBzfSB7XG4gICAgICAgICAgICBwYWRkaW5nLXRvcDogdmFyKCR7dG9rZW5zLnBhZGRpbmdXaXRoQ2hpcHN9KTtcbiAgICAgICAgICAgIHBhZGRpbmctYm90dG9tOiB2YXIoJHt0b2tlbnMucGFkZGluZ1dpdGhDaGlwc30pO1xuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuaGFzRW1wdHlDb250ZW50TGVmdH0ge1xuICAgICAgICAgICAgcGFkZGluZy1sZWZ0OiB2YXIoJHt0b2tlbnMucGFkZGluZ1dpdGhDaGlwc30pO1xuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuaGFzRW1wdHlDb250ZW50UmlnaHR9IHtcbiAgICAgICAgICAgIHBhZGRpbmctcmlnaHQ6IHZhcigke3Rva2Vucy5wYWRkaW5nV2l0aENoaXBzfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAke0xhYmVsfSB7XG4gICAgICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMubGFiZWxGb250RmFtaWx5fSk7XG4gICAgICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLmxhYmVsRm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmxhYmVsRm9udFN0eWxlfSk7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMubGFiZWxGb250V2VpZ2h0fSk7XG4gICAgICAgIGxldHRlci1zcGFjaW5nOiB2YXIoJHt0b2tlbnMubGFiZWxMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGFiZWxMaW5lSGVpZ2h0fSk7XG4gICAgfVxuXG4gICAgJHtMZWZ0SGVscGVyfSB7XG4gICAgICAgIG1hcmdpbi10b3A6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyT2Zmc2V0fSk7XG5cbiAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJGb250U3R5bGV9KTtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGVmdEhlbHBlckxpbmVIZWlnaHR9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZFRleHRCZWZvcmV9LCAke1N0eWxlZFRleHRBZnRlcn0ge1xuICAgICAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLmZvbnRGYW1pbHl9KTtcbiAgICAgICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuZm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmZvbnRTdHlsZX0pO1xuICAgICAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLmZvbnRXZWlnaHR9KTtcbiAgICAgICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5sZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuICAgIH1cblxuICAgICR7U3R5bGVkVGV4dEJlZm9yZX0ge1xuICAgICAgICBtYXJnaW46IHZhcigke3Rva2Vucy50ZXh0QmVmb3JlTWFyZ2lufSk7XG4gICAgfVxuXG4gICAgJHtTdHlsZWRUZXh0QWZ0ZXJ9IHtcbiAgICAgICAgbWFyZ2luOiB2YXIoJHt0b2tlbnMudGV4dEFmdGVyTWFyZ2lufSk7XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -7,4 +7,4 @@ exports.base = void 0;
7
7
  var _react = /*#__PURE__*/require("@emotion/react");
8
8
  var _TextField = /*#__PURE__*/require("../../TextField.tokens");
9
9
  var _TextField2 = /*#__PURE__*/require("../../TextField.styles");
10
- var base = exports.base = /*#__PURE__*/(0, _react.css)(_TextField2.InputWrapper, "{--plasma_private-textfield-border-color:var(", /*#__PURE__*/String(_TextField.tokens.borderColor), ");--plasma_private-textfield-bg-color:var(", /*#__PURE__*/String(_TextField.tokens.backgroundColor), ");color:var(", _TextField.tokens.color, ");background-color:var(--plasma_private-textfield-bg-color);box-shadow:inset 0 0 0 var(", _TextField.tokens.borderWidth, ") var(--plasma_private-textfield-border-color);caret-color:var(", _TextField.tokens.caretColor, ");transition:background-color 0.1s ease-in,color 0.1s ease-in,box-shadow 0.1s ease-in;}", _TextField2.InputWrapper, ":hover{--plasma_private-textfield-border-color:var(", _TextField.tokens.borderColorHover, ", var(", /*#__PURE__*/String(_TextField.tokens.borderColor), "));--plasma_private-textfield-bg-color:var(\n ", _TextField.tokens.backgroundColorHover, ",\n var(", /*#__PURE__*/String(_TextField.tokens.backgroundColor), ")\n );}", _TextField2.Input, "{color:var(", _TextField.tokens.color, ");}", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.placeholderColor, ");}", _TextField2.InputWrapper, ":focus-within{--plasma_private-textfield-border-color:var(", _TextField.tokens.borderColorFocus, ", var(", /*#__PURE__*/String(_TextField.tokens.borderColor), "));--plasma_private-textfield-bg-color:var(\n ", _TextField.tokens.backgroundColorFocus, ",\n var(", /*#__PURE__*/String(_TextField.tokens.backgroundColor), ")\n );", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.placeholderColorFocus, ");}}", _TextField2.TitleCaption, "{color:var(", _TextField.tokens.titleCaptionColor, ");}", _TextField2.LeftHelper, "{color:var(", _TextField.tokens.leftHelperColor, ");}", _TextField2.StyledTextBefore, "{color:var(", _TextField.tokens.textBeforeColor, ");}", _TextField2.StyledTextAfter, "{color:var(", _TextField.tokens.textAfterColor, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3ZpZXcvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFhdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGQvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQudG9rZW5zJztcbmltcG9ydCB7XG4gICAgSW5wdXQsXG4gICAgSW5wdXRQbGFjZWhvbGRlcixcbiAgICBJbnB1dFdyYXBwZXIsXG4gICAgTGVmdEhlbHBlcixcbiAgICBTdHlsZWRUZXh0QWZ0ZXIsXG4gICAgU3R5bGVkVGV4dEJlZm9yZSxcbiAgICBUaXRsZUNhcHRpb24sXG59IGZyb20gJy4uLy4uL1RleHRGaWVsZC5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAke0lucHV0V3JhcHBlcn0ge1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1ib3JkZXItY29sb3I6IHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3IpfSk7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJnLWNvbG9yOiB2YXIoJHtTdHJpbmcodG9rZW5zLmJhY2tncm91bmRDb2xvcil9KTtcblxuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yfSk7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1iZy1jb2xvcik7XG4gICAgICAgIGJveC1zaGFkb3c6IGluc2V0IDAgMCAwIHZhcigke3Rva2Vucy5ib3JkZXJXaWR0aH0pIHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1ib3JkZXItY29sb3IpO1xuICAgICAgICBjYXJldC1jb2xvcjogdmFyKCR7dG9rZW5zLmNhcmV0Q29sb3J9KTtcblxuICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1pbiwgY29sb3IgMC4xcyBlYXNlLWluLCBib3gtc2hhZG93IDAuMXMgZWFzZS1pbjtcbiAgICB9XG4gICAgJHtJbnB1dFdyYXBwZXJ9OmhvdmVyIHtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYm9yZGVyLWNvbG9yOiB2YXIoJHt0b2tlbnMuYm9yZGVyQ29sb3JIb3Zlcn0sIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3IpfSkpO1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1iZy1jb2xvcjogdmFyKFxuICAgICAgICAgICAgJHt0b2tlbnMuYmFja2dyb3VuZENvbG9ySG92ZXJ9LFxuICAgICAgICAgICAgdmFyKCR7U3RyaW5nKHRva2Vucy5iYWNrZ3JvdW5kQ29sb3IpfSlcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICAke0lucHV0fSB7XG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3J9KTtcbiAgICB9XG5cbiAgICAke0lucHV0UGxhY2Vob2xkZXJ9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yfSk7XG4gICAgfVxuXG4gICAgJHtJbnB1dFdyYXBwZXJ9OmZvY3VzLXdpdGhpbiB7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJvcmRlci1jb2xvcjogdmFyKCR7dG9rZW5zLmJvcmRlckNvbG9yRm9jdXN9LCB2YXIoJHtTdHJpbmcodG9rZW5zLmJvcmRlckNvbG9yKX0pKTtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYmctY29sb3I6IHZhcihcbiAgICAgICAgICAgICR7dG9rZW5zLmJhY2tncm91bmRDb2xvckZvY3VzfSxcbiAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuYmFja2dyb3VuZENvbG9yKX0pXG4gICAgICAgICk7XG5cbiAgICAgICAgJHtJbnB1dFBsYWNlaG9sZGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLnBsYWNlaG9sZGVyQ29sb3JGb2N1c30pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJHtUaXRsZUNhcHRpb259IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy50aXRsZUNhcHRpb25Db2xvcn0pO1xuICAgIH1cblxuICAgICR7TGVmdEhlbHBlcn0ge1xuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJDb2xvcn0pO1xuICAgIH1cblxuICAgICR7U3R5bGVkVGV4dEJlZm9yZX0ge1xuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLnRleHRCZWZvcmVDb2xvcn0pO1xuICAgIH1cblxuICAgICR7U3R5bGVkVGV4dEFmdGVyfSB7XG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMudGV4dEFmdGVyQ29sb3J9KTtcbiAgICB9XG5gO1xuIl19 */"));
10
+ var base = exports.base = /*#__PURE__*/(0, _react.css)(_TextField2.InputWrapper, "{--plasma_private-textfield-border-color:var(", /*#__PURE__*/String(_TextField.tokens.borderColor), ");--plasma_private-textfield-bg-color:var(", /*#__PURE__*/String(_TextField.tokens.backgroundColor), ");color:var(", _TextField.tokens.color, ");background-color:var(--plasma_private-textfield-bg-color);box-shadow:inset 0 0 0 var(", _TextField.tokens.borderWidth, ") var(--plasma_private-textfield-border-color);caret-color:var(", _TextField.tokens.caretColor, ");transition:background-color 0.1s ease-in,color 0.1s ease-in,box-shadow 0.1s ease-in;}", _TextField2.InputWrapper, ":hover{--plasma_private-textfield-border-color:var(", _TextField.tokens.borderColorHover, ", var(", /*#__PURE__*/String(_TextField.tokens.borderColor), "));--plasma_private-textfield-bg-color:var(\n ", _TextField.tokens.backgroundColorHover, ",\n var(", /*#__PURE__*/String(_TextField.tokens.backgroundColor), ")\n );}", _TextField2.Input, "{color:var(", _TextField.tokens.color, ");}", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.placeholderColor, ");}", _TextField2.InputWrapper, ":focus-within{--plasma_private-textfield-border-color:var(", _TextField.tokens.borderColorFocus, ", var(", /*#__PURE__*/String(_TextField.tokens.borderColor), "));--plasma_private-textfield-bg-color:var(\n ", _TextField.tokens.backgroundColorFocus, ",\n var(", /*#__PURE__*/String(_TextField.tokens.backgroundColor), ")\n );", _TextField2.InputPlaceholder, "{color:var(", _TextField.tokens.placeholderColorFocus, ");}}", _TextField2.LeftHelper, "{color:var(", _TextField.tokens.leftHelperColor, ");}", _TextField2.StyledTextBefore, "{color:var(", _TextField.tokens.textBeforeColor, ");}", _TextField2.StyledTextAfter, "{color:var(", _TextField.tokens.textAfterColor, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3ZpZXcvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFZdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGQvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQudG9rZW5zJztcbmltcG9ydCB7XG4gICAgSW5wdXQsXG4gICAgSW5wdXRQbGFjZWhvbGRlcixcbiAgICBJbnB1dFdyYXBwZXIsXG4gICAgTGVmdEhlbHBlcixcbiAgICBTdHlsZWRUZXh0QWZ0ZXIsXG4gICAgU3R5bGVkVGV4dEJlZm9yZSxcbn0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnN0eWxlcyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJvcmRlci1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5ib3JkZXJDb2xvcil9KTtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYmctY29sb3I6IHZhcigke1N0cmluZyh0b2tlbnMuYmFja2dyb3VuZENvbG9yKX0pO1xuXG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3J9KTtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJnLWNvbG9yKTtcbiAgICAgICAgYm94LXNoYWRvdzogaW5zZXQgMCAwIDAgdmFyKCR7dG9rZW5zLmJvcmRlcldpZHRofSkgdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJvcmRlci1jb2xvcik7XG4gICAgICAgIGNhcmV0LWNvbG9yOiB2YXIoJHt0b2tlbnMuY2FyZXRDb2xvcn0pO1xuXG4gICAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgMC4xcyBlYXNlLWluLCBjb2xvciAwLjFzIGVhc2UtaW4sIGJveC1zaGFkb3cgMC4xcyBlYXNlLWluO1xuICAgIH1cbiAgICAke0lucHV0V3JhcHBlcn06aG92ZXIge1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1ib3JkZXItY29sb3I6IHZhcigke3Rva2Vucy5ib3JkZXJDb2xvckhvdmVyfSwgdmFyKCR7U3RyaW5nKHRva2Vucy5ib3JkZXJDb2xvcil9KSk7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJnLWNvbG9yOiB2YXIoXG4gICAgICAgICAgICAke3Rva2Vucy5iYWNrZ3JvdW5kQ29sb3JIb3Zlcn0sXG4gICAgICAgICAgICB2YXIoJHtTdHJpbmcodG9rZW5zLmJhY2tncm91bmRDb2xvcil9KVxuICAgICAgICApO1xuICAgIH1cblxuICAgICR7SW5wdXR9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jb2xvcn0pO1xuICAgIH1cblxuICAgICR7SW5wdXRQbGFjZWhvbGRlcn0ge1xuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLnBsYWNlaG9sZGVyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAke0lucHV0V3JhcHBlcn06Zm9jdXMtd2l0aGluIHtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYm9yZGVyLWNvbG9yOiB2YXIoJHt0b2tlbnMuYm9yZGVyQ29sb3JGb2N1c30sIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3IpfSkpO1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1iZy1jb2xvcjogdmFyKFxuICAgICAgICAgICAgJHt0b2tlbnMuYmFja2dyb3VuZENvbG9yRm9jdXN9LFxuICAgICAgICAgICAgdmFyKCR7U3RyaW5nKHRva2Vucy5iYWNrZ3JvdW5kQ29sb3IpfSlcbiAgICAgICAgKTtcblxuICAgICAgICAke0lucHV0UGxhY2Vob2xkZXJ9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucGxhY2Vob2xkZXJDb2xvckZvY3VzfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAke0xlZnRIZWxwZXJ9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZFRleHRCZWZvcmV9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy50ZXh0QmVmb3JlQ29sb3J9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZFRleHRBZnRlcn0ge1xuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLnRleHRBZnRlckNvbG9yfSk7XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -117,12 +117,6 @@ Object.defineProperty(exports, "IconDone", {
117
117
  return _IconDone.IconDone;
118
118
  }
119
119
  });
120
- Object.defineProperty(exports, "IconInfoCircleOutline", {
121
- enumerable: true,
122
- get: function get() {
123
- return _IconInfoCircleOutline.IconInfoCircleOutline;
124
- }
125
- });
126
120
  Object.defineProperty(exports, "IconMic", {
127
121
  enumerable: true,
128
122
  get: function get() {
@@ -162,5 +156,4 @@ var _IconBlankDocOutline = /*#__PURE__*/require("./Icons/IconBlankDocOutline");
162
156
  var _IconBlankOutline = /*#__PURE__*/require("./Icons/IconBlankOutline");
163
157
  var _IconBlankPdfOutline = /*#__PURE__*/require("./Icons/IconBlankPdfOutline");
164
158
  var _IconBlankTxtOutline = /*#__PURE__*/require("./Icons/IconBlankTxtOutline");
165
- var _IconBlankXlsOutline = /*#__PURE__*/require("./Icons/IconBlankXlsOutline");
166
- var _IconInfoCircleOutline = /*#__PURE__*/require("./Icons/IconInfoCircleOutline");
159
+ var _IconBlankXlsOutline = /*#__PURE__*/require("./Icons/IconBlankXlsOutline");