@salutejs/plasma-new-hope 0.156.0-canary.1459.11057629608.0 → 0.156.0-canary.1461.11068657609.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 +18 -33
  2. package/cjs/components/Autocomplete/Autocomplete.js +2 -6
  3. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.css +17 -37
  5. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -37
  6. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -37
  7. package/cjs/components/DatePicker/RangeDate/RangeDate.css +19 -34
  8. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +17 -32
  9. package/cjs/components/DatePicker/SingleDate/SingleDate.css +19 -34
  10. package/cjs/components/Drawer/Drawer.js +6 -4
  11. package/cjs/components/Drawer/Drawer.js.map +1 -1
  12. package/cjs/components/Drawer/Drawer.styles.js +11 -14
  13. package/cjs/components/Drawer/Drawer.styles.js.map +1 -1
  14. package/cjs/components/Drawer/Drawer.tokens.js +5 -1
  15. package/cjs/components/Drawer/Drawer.tokens.js.map +1 -1
  16. package/cjs/components/Drawer/hooks/useDrawer.js +10 -5
  17. package/cjs/components/Drawer/hooks/useDrawer.js.map +1 -1
  18. package/cjs/components/Range/Range.css +18 -38
  19. package/cjs/components/Slider/Slider.css +18 -38
  20. package/cjs/components/Slider/components/Double/Double.css +18 -38
  21. package/cjs/components/TextArea/TextArea.js +15 -123
  22. package/cjs/components/TextArea/TextArea.js.map +1 -1
  23. package/cjs/components/TextArea/TextArea.styles.js +63 -116
  24. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  25. package/cjs/components/TextArea/TextArea.styles_1kzzs11.css +11 -0
  26. package/cjs/components/TextArea/TextArea.tokens.js +1 -36
  27. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  28. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  29. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  30. package/cjs/components/TextArea/variations/_view/base_8npjyq.css +1 -0
  31. package/cjs/components/TextField/TextField.js +7 -114
  32. package/cjs/components/TextField/TextField.js.map +1 -1
  33. package/cjs/components/TextField/TextField.styles.js +20 -74
  34. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  35. package/cjs/components/TextField/TextField.styles_uponva.css +15 -0
  36. package/cjs/components/TextField/TextField.tokens.js +0 -35
  37. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  38. package/cjs/components/TextField/variations/_disabled/base.js +1 -1
  39. package/cjs/components/TextField/variations/_disabled/base_1tnjoy9.css +1 -0
  40. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  41. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  42. package/cjs/components/TextField/variations/_label-placement/base_6k17xp.css +1 -0
  43. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  44. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  45. package/cjs/components/TextField/variations/_read-only/base_8onybn.css +1 -0
  46. package/cjs/components/TextField/variations/_size/base.js +1 -1
  47. package/cjs/components/TextField/variations/_size/base.js.map +1 -1
  48. package/cjs/components/TextField/variations/_size/base_1h8l0kj.css +1 -0
  49. package/cjs/components/TextField/variations/_view/base.js +1 -1
  50. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  51. package/cjs/components/TextField/variations/_view/base_1ph5cr0.css +1 -0
  52. package/cjs/components/TextFieldGroup/TextFieldGroup.css +1 -1
  53. package/cjs/components/TextFieldGroup/variations/_shape/base.js +1 -1
  54. package/cjs/components/TextFieldGroup/variations/_shape/base_1e0je21.css +1 -0
  55. package/cjs/index.css +31 -51
  56. package/emotion/cjs/components/Autocomplete/Autocomplete.js +2 -6
  57. package/emotion/cjs/components/Drawer/Drawer.js +2 -0
  58. package/emotion/cjs/components/Drawer/Drawer.styles.js +11 -14
  59. package/emotion/cjs/components/Drawer/Drawer.tokens.js +5 -1
  60. package/emotion/cjs/components/Drawer/hooks/useDrawer.js +10 -5
  61. package/emotion/cjs/components/TextArea/TextArea.js +20 -126
  62. package/emotion/cjs/components/TextArea/TextArea.styles.js +41 -81
  63. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +1 -6
  64. package/emotion/cjs/components/TextArea/TextArea.tokens.js +1 -36
  65. package/emotion/cjs/components/TextArea/variations/_view/base.js +1 -2
  66. package/emotion/cjs/components/TextField/TextField.js +10 -116
  67. package/emotion/cjs/components/TextField/TextField.styles.js +34 -81
  68. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +1 -7
  69. package/emotion/cjs/components/TextField/TextField.tokens.js +0 -35
  70. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  71. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  72. package/emotion/cjs/components/TextField/variations/_size/base.js +1 -1
  73. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  74. package/emotion/cjs/components/_Icon/index.js +1 -8
  75. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -18
  76. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +0 -69
  77. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +12 -21
  78. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -70
  79. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +9 -18
  80. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +1 -69
  81. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +12 -21
  82. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -79
  83. package/emotion/es/components/Autocomplete/Autocomplete.js +2 -6
  84. package/emotion/es/components/Drawer/Drawer.js +3 -1
  85. package/emotion/es/components/Drawer/Drawer.styles.js +11 -14
  86. package/emotion/es/components/Drawer/Drawer.tokens.js +5 -1
  87. package/emotion/es/components/Drawer/hooks/useDrawer.js +10 -5
  88. package/emotion/es/components/TextArea/TextArea.js +21 -127
  89. package/emotion/es/components/TextArea/TextArea.styles.js +40 -80
  90. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +1 -6
  91. package/emotion/es/components/TextArea/TextArea.tokens.js +1 -36
  92. package/emotion/es/components/TextArea/variations/_view/base.js +1 -2
  93. package/emotion/es/components/TextField/TextField.js +9 -115
  94. package/emotion/es/components/TextField/TextField.styles.js +33 -80
  95. package/emotion/es/components/TextField/TextField.template-doc.mdx +1 -7
  96. package/emotion/es/components/TextField/TextField.tokens.js +0 -35
  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 +9 -18
  103. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +0 -69
  104. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +12 -21
  105. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -70
  106. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +9 -18
  107. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +1 -69
  108. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +12 -21
  109. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -79
  110. package/es/components/Autocomplete/Autocomplete.css +18 -33
  111. package/es/components/Autocomplete/Autocomplete.js +2 -6
  112. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  113. package/es/components/Combobox/ComboboxNew/Combobox.css +17 -37
  114. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +17 -37
  115. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +17 -37
  116. package/es/components/DatePicker/RangeDate/RangeDate.css +19 -34
  117. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +17 -32
  118. package/es/components/DatePicker/SingleDate/SingleDate.css +19 -34
  119. package/es/components/Drawer/Drawer.js +4 -2
  120. package/es/components/Drawer/Drawer.js.map +1 -1
  121. package/es/components/Drawer/Drawer.styles.js +11 -14
  122. package/es/components/Drawer/Drawer.styles.js.map +1 -1
  123. package/es/components/Drawer/Drawer.tokens.js +5 -1
  124. package/es/components/Drawer/Drawer.tokens.js.map +1 -1
  125. package/es/components/Drawer/hooks/useDrawer.js +10 -5
  126. package/es/components/Drawer/hooks/useDrawer.js.map +1 -1
  127. package/es/components/Range/Range.css +18 -38
  128. package/es/components/Slider/Slider.css +18 -38
  129. package/es/components/Slider/components/Double/Double.css +18 -38
  130. package/es/components/TextArea/TextArea.js +19 -127
  131. package/es/components/TextArea/TextArea.js.map +1 -1
  132. package/es/components/TextArea/TextArea.styles.js +64 -111
  133. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  134. package/es/components/TextArea/TextArea.styles_1kzzs11.css +11 -0
  135. package/es/components/TextArea/TextArea.tokens.js +1 -36
  136. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  137. package/es/components/TextArea/variations/_view/base.js +1 -1
  138. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  139. package/es/components/TextArea/variations/_view/base_8npjyq.css +1 -0
  140. package/es/components/TextField/TextField.js +8 -115
  141. package/es/components/TextField/TextField.js.map +1 -1
  142. package/es/components/TextField/TextField.styles.js +21 -69
  143. package/es/components/TextField/TextField.styles.js.map +1 -1
  144. package/es/components/TextField/TextField.styles_uponva.css +15 -0
  145. package/es/components/TextField/TextField.tokens.js +0 -35
  146. package/es/components/TextField/TextField.tokens.js.map +1 -1
  147. package/es/components/TextField/variations/_disabled/base.js +1 -1
  148. package/es/components/TextField/variations/_disabled/base_1tnjoy9.css +1 -0
  149. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  150. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  151. package/es/components/TextField/variations/_label-placement/base_6k17xp.css +1 -0
  152. package/es/components/TextField/variations/_read-only/base.js +1 -1
  153. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  154. package/es/components/TextField/variations/_read-only/base_8onybn.css +1 -0
  155. package/es/components/TextField/variations/_size/base.js +1 -1
  156. package/es/components/TextField/variations/_size/base.js.map +1 -1
  157. package/es/components/TextField/variations/_size/base_1h8l0kj.css +1 -0
  158. package/es/components/TextField/variations/_view/base.js +1 -1
  159. package/es/components/TextField/variations/_view/base.js.map +1 -1
  160. package/es/components/TextField/variations/_view/base_1ph5cr0.css +1 -0
  161. package/es/components/TextFieldGroup/TextFieldGroup.css +1 -1
  162. package/es/components/TextFieldGroup/variations/_shape/base.js +1 -1
  163. package/es/components/TextFieldGroup/variations/_shape/base_1e0je21.css +1 -0
  164. package/es/index.css +31 -51
  165. package/package.json +2 -2
  166. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +2 -6
  167. package/styled-components/cjs/components/Drawer/Drawer.js +2 -0
  168. package/styled-components/cjs/components/Drawer/Drawer.styles.js +11 -14
  169. package/styled-components/cjs/components/Drawer/Drawer.tokens.js +5 -1
  170. package/styled-components/cjs/components/Drawer/hooks/useDrawer.js +10 -5
  171. package/styled-components/cjs/components/TextArea/TextArea.js +19 -125
  172. package/styled-components/cjs/components/TextArea/TextArea.styles.js +39 -64
  173. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +1 -6
  174. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +1 -36
  175. package/styled-components/cjs/components/TextArea/variations/_view/base.js +1 -2
  176. package/styled-components/cjs/components/TextField/TextField.js +9 -115
  177. package/styled-components/cjs/components/TextField/TextField.styles.js +17 -42
  178. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +1 -7
  179. package/styled-components/cjs/components/TextField/TextField.tokens.js +0 -35
  180. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  181. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
  182. package/styled-components/cjs/components/TextField/variations/_size/base.js +1 -1
  183. package/styled-components/cjs/components/TextField/variations/_view/base.js +1 -1
  184. package/styled-components/cjs/components/_Icon/index.js +1 -8
  185. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -18
  186. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +0 -69
  187. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +9 -18
  188. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +1 -70
  189. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +9 -18
  190. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +1 -69
  191. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +9 -18
  192. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -79
  193. package/styled-components/es/components/Autocomplete/Autocomplete.js +2 -6
  194. package/styled-components/es/components/Drawer/Drawer.js +3 -1
  195. package/styled-components/es/components/Drawer/Drawer.styles.js +11 -14
  196. package/styled-components/es/components/Drawer/Drawer.tokens.js +5 -1
  197. package/styled-components/es/components/Drawer/hooks/useDrawer.js +10 -5
  198. package/styled-components/es/components/TextArea/TextArea.js +20 -126
  199. package/styled-components/es/components/TextArea/TextArea.styles.js +38 -63
  200. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +1 -6
  201. package/styled-components/es/components/TextArea/TextArea.tokens.js +1 -36
  202. package/styled-components/es/components/TextArea/variations/_view/base.js +1 -2
  203. package/styled-components/es/components/TextField/TextField.js +8 -114
  204. package/styled-components/es/components/TextField/TextField.styles.js +16 -41
  205. package/styled-components/es/components/TextField/TextField.template-doc.mdx +1 -7
  206. package/styled-components/es/components/TextField/TextField.tokens.js +0 -35
  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 -69
  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 -70
  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 +1 -69
  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 -79
  220. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  221. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +0 -208
  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 -208
  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 -208
  226. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  227. package/types/components/Drawer/Drawer.d.ts.map +1 -1
  228. package/types/components/Drawer/Drawer.styles.d.ts.map +1 -1
  229. package/types/components/Drawer/Drawer.tokens.d.ts +4 -0
  230. package/types/components/Drawer/Drawer.tokens.d.ts.map +1 -1
  231. package/types/components/Drawer/hooks/useDrawer.d.ts.map +1 -1
  232. package/types/components/Range/Range.styles.d.ts +0 -208
  233. package/types/components/Range/Range.styles.d.ts.map +1 -1
  234. package/types/components/Slider/components/Double/Double.styles.d.ts +0 -208
  235. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  236. package/types/components/TextArea/TextArea.d.ts +3 -9
  237. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  238. package/types/components/TextArea/TextArea.styles.d.ts +0 -8
  239. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  240. package/types/components/TextArea/TextArea.tokens.d.ts +0 -35
  241. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  242. package/types/components/TextArea/TextArea.types.d.ts +3 -87
  243. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  244. package/types/components/TextArea/variations/_view/base.d.ts.map +1 -1
  245. package/types/components/TextField/TextField.d.ts +3 -9
  246. package/types/components/TextField/TextField.d.ts.map +1 -1
  247. package/types/components/TextField/TextField.styles.d.ts +0 -8
  248. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  249. package/types/components/TextField/TextField.tokens.d.ts +0 -35
  250. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  251. package/types/components/TextField/TextField.types.d.ts +2 -82
  252. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  253. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  254. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  255. package/types/components/TextField/variations/_size/base.d.ts.map +1 -1
  256. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  257. package/types/components/_Icon/index.d.ts +0 -1
  258. package/types/components/_Icon/index.d.ts.map +1 -1
  259. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +0 -372
  260. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  261. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +0 -9
  262. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  263. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +0 -351
  264. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  265. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts +0 -9
  266. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
  267. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +0 -217
  268. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  269. package/types/examples/plasma_web/components/Mask/Mask.d.ts +0 -372
  270. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  271. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +0 -9
  272. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  273. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +0 -351
  274. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  275. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts +0 -9
  276. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -1
  277. package/types/examples/plasma_web/components/TextField/TextField.d.ts +0 -217
  278. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  279. package/cjs/components/TextArea/TextArea.styles_1phhc4q.css +0 -17
  280. package/cjs/components/TextArea/variations/_hint-size/base.js +0 -9
  281. package/cjs/components/TextArea/variations/_hint-size/base.js.map +0 -1
  282. package/cjs/components/TextArea/variations/_hint-size/base_1pzfoj7.css +0 -1
  283. package/cjs/components/TextArea/variations/_hint-view/base.js +0 -9
  284. package/cjs/components/TextArea/variations/_hint-view/base.js.map +0 -1
  285. package/cjs/components/TextArea/variations/_hint-view/base_111a0qe.css +0 -1
  286. package/cjs/components/TextArea/variations/_view/base_1ri7c88.css +0 -1
  287. package/cjs/components/TextField/TextField.styles_1i9z45f.css +0 -21
  288. package/cjs/components/TextField/variations/_disabled/base_frtgf7.css +0 -1
  289. package/cjs/components/TextField/variations/_hint-size/base.js +0 -9
  290. package/cjs/components/TextField/variations/_hint-size/base.js.map +0 -1
  291. package/cjs/components/TextField/variations/_hint-size/base_1f8fx0a.css +0 -1
  292. package/cjs/components/TextField/variations/_hint-view/base.js +0 -9
  293. package/cjs/components/TextField/variations/_hint-view/base.js.map +0 -1
  294. package/cjs/components/TextField/variations/_hint-view/base_l8etux.css +0 -1
  295. package/cjs/components/TextField/variations/_label-placement/base_oh623n.css +0 -1
  296. package/cjs/components/TextField/variations/_read-only/base_dwfq44.css +0 -1
  297. package/cjs/components/TextField/variations/_size/base_n9k1fc.css +0 -1
  298. package/cjs/components/TextField/variations/_view/base_tmr4o7.css +0 -1
  299. package/cjs/components/TextFieldGroup/variations/_shape/base_52bndd.css +0 -1
  300. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -23
  301. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js.map +0 -1
  302. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +0 -23
  303. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js.map +0 -1
  304. package/emotion/cjs/components/TextArea/variations/_hint-size/base.js +0 -11
  305. package/emotion/cjs/components/TextArea/variations/_hint-size/tokens.json +0 -21
  306. package/emotion/cjs/components/TextArea/variations/_hint-view/base.js +0 -11
  307. package/emotion/cjs/components/TextArea/variations/_hint-view/tokens.json +0 -5
  308. package/emotion/cjs/components/TextField/variations/_hint-size/base.js +0 -11
  309. package/emotion/cjs/components/TextField/variations/_hint-size/tokens.json +0 -21
  310. package/emotion/cjs/components/TextField/variations/_hint-view/base.js +0 -11
  311. package/emotion/cjs/components/TextField/variations/_hint-view/tokens.json +0 -5
  312. package/emotion/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -22
  313. package/emotion/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +0 -22
  314. package/emotion/es/components/TextArea/variations/_hint-size/base.js +0 -5
  315. package/emotion/es/components/TextArea/variations/_hint-size/tokens.json +0 -21
  316. package/emotion/es/components/TextArea/variations/_hint-view/base.js +0 -5
  317. package/emotion/es/components/TextArea/variations/_hint-view/tokens.json +0 -5
  318. package/emotion/es/components/TextField/variations/_hint-size/base.js +0 -5
  319. package/emotion/es/components/TextField/variations/_hint-size/tokens.json +0 -21
  320. package/emotion/es/components/TextField/variations/_hint-view/base.js +0 -5
  321. package/emotion/es/components/TextField/variations/_hint-view/tokens.json +0 -5
  322. package/emotion/es/components/_Icon/Icon.assets/InfoCircleOutline.js +0 -15
  323. package/emotion/es/components/_Icon/Icons/IconInfoCircleOutline.js +0 -15
  324. package/es/components/TextArea/TextArea.styles_1phhc4q.css +0 -17
  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_1pzfoj7.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_1ri7c88.css +0 -1
  332. package/es/components/TextField/TextField.styles_1i9z45f.css +0 -21
  333. package/es/components/TextField/variations/_disabled/base_frtgf7.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_1f8fx0a.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_oh623n.css +0 -1
  341. package/es/components/TextField/variations/_read-only/base_dwfq44.css +0 -1
  342. package/es/components/TextField/variations/_size/base_n9k1fc.css +0 -1
  343. package/es/components/TextField/variations/_view/base_tmr4o7.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
@@ -92,8 +92,7 @@ export function App() {
92
92
  ```
93
93
 
94
94
  ### Подсказка
95
- Для вывода подсказки снизу от поля используйте свойство `helperText`,
96
- для подсказки в виде Tooltip - `hasHint`, для подсказки сверху справа - `titleCaption`:
95
+ Для вывода подсказки снизу от поля используйте свойство `helperText`:
97
96
 
98
97
  ```tsx live
99
98
  import React from 'react';
@@ -106,11 +105,6 @@ export function App() {
106
105
  placeholder="Введите значение"
107
106
  defaultValue="Значение"
108
107
  helperText="Подсказка снизу"
109
- titleCaption="Подсказка сверху"
110
- hasHint
111
- hintText="Подсказка в виде Tooltip"
112
- hintView="default"
113
- hintSize="m"
114
108
  />
115
109
  </div>
116
110
  );
@@ -66,15 +66,6 @@ export var tokens = {
66
66
  labelInnerLineHeight: '--plasma-textfield-placement_inner__label-line-height',
67
67
  labelInnerPadding: '--plasma-textfield-placement_inner__label-padding',
68
68
  contentLabelInnerPadding: '--plasma-textfield-placement_inner__content-padding',
69
- titleCaptionColor: '--plasma-textfield__title-caption-color',
70
- titleCaptionColorReadOnly: '--plasma-textfield__title-caption-color-readonly',
71
- titleCaptionInnerLabelOffset: '--plasma-textfield__title-caption-label-inner-offset',
72
- titleCaptionFontFamily: '--plasma-textfield__title-caption-font-family',
73
- titleCaptionFontStyle: '--plasma-textfield__title-caption-font-style',
74
- titleCaptionFontSize: '--plasma-textfield__title-caption-font-size',
75
- titleCaptionFontWeight: '--plasma-textfield__title-caption-font-weight',
76
- titleCaptionLetterSpacing: '--plasma-textfield__title-caption-letter-spacing',
77
- titleCaptionLineHeight: '--plasma-textfield__title-caption-line-height',
78
69
  leftHelperColor: '--plasma-textfield__left-helper-color',
79
70
  leftHelperColorReadOnly: '--plasma-textfield__left-helper-color-readonly',
80
71
  leftHelperOffset: '--plasma-textfield__left-helper-offset',
@@ -91,32 +82,6 @@ export var tokens = {
91
82
  textAfterMargin: '--plasma-textfield__after-text-margin',
92
83
  /** Прозрачность для всего компонента в состоянии disabled */
93
84
  disabledOpacity: '--plasma-textfield-disabled-opacity',
94
- /** Токены для tooltip */
95
- hintMargin: '--plasma-textfield__hint-margin',
96
- hintIconColor: '--plasma-textfield__hint-icon-color',
97
- hintInnerLabelPlacementOffset: '--plasma-textfield__hint-inner-label-placement-offset',
98
- tooltipBackgroundColor: '--plasma-textfield__tooltip-background-color',
99
- tooltipBoxShadow: '--plasma-textfield__tooltip-box-shadow',
100
- tooltipColor: '--plasma-textfield__tooltip-color',
101
- tooltipPaddingTop: '--plasma-textfield__tooltip-padding-top',
102
- tooltipPaddingRight: '--plasma-textfield__tooltip-padding-right',
103
- tooltipPaddingBottom: '--plasma-textfield__tooltip-padding-bottom',
104
- tooltipPaddingLeft: '--plasma-textfield__tooltip-padding-left',
105
- tooltipMinHeight: '--plasma-textfield__tooltip-min-height',
106
- tooltipBorderRadius: '--plasma-textfield__tooltip-border-radius',
107
- tooltipTextFontFamily: '--plasma-textfield__tooltip-text-font-family',
108
- tooltipTextFontSize: '--plasma-textfield__tooltip-text-font-size',
109
- tooltipTextFontStyle: '--plasma-textfield__tooltip-text-font-style',
110
- tooltipTextFontWeight: '--plasma-textfield__tooltip-text-font-weight',
111
- tooltipTextFontLetterSpacing: '--plasma-textfield__tooltip-text-font-letter-spacing',
112
- tooltipTextFontLineHeight: '--plasma-textfield__tooltip-text-font-line-height',
113
- tooltipContentLeftMargin: '--plasma-textfield__tooltip-content-left-margin',
114
- tooltipArrowMaskWidth: '--plasma-textfield__tooltip-arrow-mask-width',
115
- tooltipArrowMaskHeight: '--plasma-textfield__tooltip-arrow-mask-height',
116
- tooltipArrowMaskImage: '--plasma-textfield__tooltip-arrow-mask-image',
117
- tooltipArrowHeight: '--plasma-textfield__tooltip-arrow-height',
118
- tooltipArrowEdgeMargin: '--plasma-textfield__tooltip-arrow-edge-margin',
119
- tooltipArrowBackground: '--plasma-textfield__tooltip-arrow-background',
120
85
  /** Токены чипа */
121
86
  chipHeight: '--plasma-textfield__chip-height',
122
87
  chipBorderRadius: '--plasma-textfield__chip-border-radius',
@@ -1,4 +1,4 @@
1
1
  import { css } from '@emotion/react';
2
2
  import { classes, tokens } from '../../TextField.tokens';
3
3
  import { Input, InputContainer, Label, StyledTextAfter, StyledTextBefore } from '../../TextField.styles';
4
- export var base = /*#__PURE__*/css("&.", classes.outerLabelPlacement, "{", Label, "{position:relative;display:inline-block;color:var(", tokens.labelColor, ");}}&.", classes.innerLabelPlacement, "{", InputContainer, "{padding:var(", tokens.contentLabelInnerPadding, ");}", StyledTextAfter, ",", StyledTextBefore, "{padding:var(", tokens.contentLabelInnerPadding, ");}", Input, ":focus~", Label, ",", Input, ".", classes.hasValue, "~", Label, "{align-items:flex-start;padding:var(", tokens.labelInnerPadding, ");font-family:var(", tokens.labelInnerFontFamily, ");font-size:var(", tokens.labelInnerFontSize, ");font-style:var(", tokens.labelInnerFontStyle, ");font-weight:var(", tokens.labelInnerFontWeight, ");letter-spacing:var(", tokens.labelInnerLetterSpacing, ");line-height:var(", tokens.labelInnerLineHeight, ");}", Label, "{color:var(", tokens.placeholderColor, ");pointer-events:none;position:absolute;top:0;display:flex;align-items:center;box-sizing:border-box;height:var(", tokens.height, ");padding-top:calc(calc(var(", tokens.height, ") - var(", tokens.labelLineHeight, ")) / 2);padding-bottom:calc(calc(var(", tokens.height, ") - var(", tokens.labelLineHeight, ")) / 2);}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2xhYmVsLXBsYWNlbWVudC9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19sYWJlbC1wbGFjZW1lbnQvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRDb250YWluZXIsIExhYmVsLCBTdHlsZWRUZXh0QWZ0ZXIsIFN0eWxlZFRleHRCZWZvcmUgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMub3V0ZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmxhYmVsQ29sb3J9KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLmlubmVyTGFiZWxQbGFjZW1lbnR9IHtcbiAgICAgICAgJHtJbnB1dENvbnRhaW5lcn0ge1xuICAgICAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLmNvbnRlbnRMYWJlbElubmVyUGFkZGluZ30pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRUZXh0QWZ0ZXJ9LCAke1N0eWxlZFRleHRCZWZvcmV9IHtcbiAgICAgICAgICAgIHBhZGRpbmc6IHZhcigke3Rva2Vucy5jb250ZW50TGFiZWxJbm5lclBhZGRpbmd9KTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8qINC/0L7QtNC90LjQvNCw0LXRgiBsYWJlbCDQstCy0LXRgNGFINC/0YDQuCDRhNC+0LrRg9GB0LUsINC90LDQu9C40YfQuNC4INC30L3QsNGH0LXQvdC40Y8gKi9cbiAgICAgICAgJHtJbnB1dH06Zm9jdXMgfiAke0xhYmVsfSwgJHtJbnB1dH0uJHtjbGFzc2VzLmhhc1ZhbHVlfSB+ICR7TGFiZWx9IHtcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICAgICAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJQYWRkaW5nfSk7XG5cbiAgICAgICAgICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRGYW1pbHl9KTtcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJGb250U2l6ZX0pO1xuICAgICAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJGb250U3R5bGV9KTtcbiAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRXZWlnaHR9KTtcbiAgICAgICAgICAgIGxldHRlci1zcGFjaW5nOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckxldHRlclNwYWNpbmd9KTtcbiAgICAgICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckxpbmVIZWlnaHR9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7TGFiZWx9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucGxhY2Vob2xkZXJDb2xvcn0pO1xuXG4gICAgICAgICAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgIHRvcDogMDtcblxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICAgICAgICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG5cbiAgICAgICAgICAgIGhlaWdodDogdmFyKCR7dG9rZW5zLmhlaWdodH0pO1xuXG4gICAgICAgICAgICBwYWRkaW5nLXRvcDogY2FsYyhjYWxjKHZhcigke3Rva2Vucy5oZWlnaHR9KSAtIHZhcigke3Rva2Vucy5sYWJlbExpbmVIZWlnaHR9KSkgLyAyKTtcbiAgICAgICAgICAgIHBhZGRpbmctYm90dG9tOiBjYWxjKGNhbGModmFyKCR7dG9rZW5zLmhlaWdodH0pIC0gdmFyKCR7dG9rZW5zLmxhYmVsTGluZUhlaWdodH0pKSAvIDIpO1xuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));
4
+ export var base = /*#__PURE__*/css("&.", classes.outerLabelPlacement, "{", Label, "{position:relative;display:inline-block;margin-bottom:var(", tokens.labelOffset, ");color:var(", tokens.labelColor, ");}}&.", classes.innerLabelPlacement, "{", InputContainer, "{padding:var(", tokens.contentLabelInnerPadding, ");}", StyledTextAfter, ",", StyledTextBefore, "{padding:var(", tokens.contentLabelInnerPadding, ");}", Input, ":focus~", Label, ",", Input, ".", classes.hasValue, "~", Label, "{align-items:flex-start;padding:var(", tokens.labelInnerPadding, ");font-family:var(", tokens.labelInnerFontFamily, ");font-size:var(", tokens.labelInnerFontSize, ");font-style:var(", tokens.labelInnerFontStyle, ");font-weight:var(", tokens.labelInnerFontWeight, ");letter-spacing:var(", tokens.labelInnerLetterSpacing, ");line-height:var(", tokens.labelInnerLineHeight, ");}", Label, "{color:var(", tokens.placeholderColor, ");pointer-events:none;position:absolute;top:0;display:flex;align-items:center;box-sizing:border-box;height:var(", tokens.height, ");padding-top:calc(calc(var(", tokens.height, ") - var(", tokens.labelLineHeight, ")) / 2);padding-bottom:calc(calc(var(", tokens.height, ") - var(", tokens.labelLineHeight, ")) / 2);}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2xhYmVsLXBsYWNlbWVudC9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19sYWJlbC1wbGFjZW1lbnQvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRDb250YWluZXIsIExhYmVsLCBTdHlsZWRUZXh0QWZ0ZXIsIFN0eWxlZFRleHRCZWZvcmUgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMub3V0ZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgICBtYXJnaW4tYm90dG9tOiB2YXIoJHt0b2tlbnMubGFiZWxPZmZzZXR9KTtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMubGFiZWxDb2xvcn0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMuaW5uZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0lucHV0Q29udGFpbmVyfSB7XG4gICAgICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuY29udGVudExhYmVsSW5uZXJQYWRkaW5nfSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZFRleHRBZnRlcn0sICR7U3R5bGVkVGV4dEJlZm9yZX0ge1xuICAgICAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLmNvbnRlbnRMYWJlbElubmVyUGFkZGluZ30pO1xuICAgICAgICB9XG5cbiAgICAgICAgLyog0L/QvtC00L3QuNC80LDQtdGCIGxhYmVsINCy0LLQtdGA0YUg0L/RgNC4INGE0L7QutGD0YHQtSwg0L3QsNC70LjRh9C40Lgg0LfQvdCw0YfQtdC90LjRjyAqL1xuICAgICAgICAke0lucHV0fTpmb2N1cyB+ICR7TGFiZWx9LCAke0lucHV0fS4ke2NsYXNzZXMuaGFzVmFsdWV9IH4gJHtMYWJlbH0ge1xuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7XG4gICAgICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lclBhZGRpbmd9KTtcblxuICAgICAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udEZhbWlseX0pO1xuICAgICAgICAgICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRTaXplfSk7XG4gICAgICAgICAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRTdHlsZX0pO1xuICAgICAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udFdlaWdodH0pO1xuICAgICAgICAgICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5sYWJlbElubmVyTGV0dGVyU3BhY2luZ30pO1xuICAgICAgICAgICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy5sYWJlbElubmVyTGluZUhlaWdodH0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtMYWJlbH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yfSk7XG5cbiAgICAgICAgICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICAgICAgdG9wOiAwO1xuXG4gICAgICAgICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcblxuICAgICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcblxuICAgICAgICAgICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaGVpZ2h0fSk7XG5cbiAgICAgICAgICAgIHBhZGRpbmctdG9wOiBjYWxjKGNhbGModmFyKCR7dG9rZW5zLmhlaWdodH0pIC0gdmFyKCR7dG9rZW5zLmxhYmVsTGluZUhlaWdodH0pKSAvIDIpO1xuICAgICAgICAgICAgcGFkZGluZy1ib3R0b206IGNhbGMoY2FsYyh2YXIoJHt0b2tlbnMuaGVpZ2h0fSkgLSB2YXIoJHt0b2tlbnMubGFiZWxMaW5lSGVpZ2h0fSkpIC8gMik7XG4gICAgICAgIH1cbiAgICB9XG5gO1xuIl19 */"));
@@ -1,4 +1,4 @@
1
1
  import { css } from '@emotion/react';
2
2
  import { tokens } from '../../TextField.tokens';
3
- import { Input, InputPlaceholder, InputWrapper, Label, LeftHelper, TitleCaption } from '../../TextField.styles';
4
- export var base = /*#__PURE__*/css("&[readonly]{", InputWrapper, "{color:var(", tokens.colorReadOnly, ");background-color:var(", /*#__PURE__*/String(tokens.backgroundColorReadOnly), ");box-shadow:inset 0 0 0 var(", /*#__PURE__*/String(tokens.borderWidth), ") var(", /*#__PURE__*/String(tokens.borderColorReadOnly), ");}", InputWrapper, ":hover{background-color:var(", tokens.backgroundColorReadOnly, ");}", InputPlaceholder, "{color:var(", tokens.placeholderColorReadOnly, ");}", Input, "{color:var(", tokens.colorReadOnly, ");cursor:default;min-width:unset;}", TitleCaption, "{color:var(", tokens.titleCaptionColorReadOnly, ");}", LeftHelper, "{color:var(", tokens.leftHelperColorReadOnly, ");}", Label, "{color:var(", tokens.labelColorReadOnly, ");}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3JlYWQtb25seS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRQbGFjZWhvbGRlciwgSW5wdXRXcmFwcGVyLCBMYWJlbCwgTGVmdEhlbHBlciwgVGl0bGVDYXB0aW9uIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnN0eWxlcyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICZbcmVhZG9ubHldIHtcbiAgICAgICAgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3JSZWFkT25seX0pO1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5iYWNrZ3JvdW5kQ29sb3JSZWFkT25seSl9KTtcbiAgICAgICAgICAgIGJveC1zaGFkb3c6IGluc2V0IDAgMCAwIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyV2lkdGgpfSkgdmFyKCR7U3RyaW5nKHRva2Vucy5ib3JkZXJDb2xvclJlYWRPbmx5KX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtJbnB1dFdyYXBwZXJ9OmhvdmVyIHtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5iYWNrZ3JvdW5kQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtJbnB1dFBsYWNlaG9sZGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLnBsYWNlaG9sZGVyQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtJbnB1dH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jb2xvclJlYWRPbmx5fSk7XG4gICAgICAgICAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgICAgICAgICBtaW4td2lkdGg6IHVuc2V0O1xuICAgICAgICB9XG5cbiAgICAgICAgJHtUaXRsZUNhcHRpb259IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtMZWZ0SGVscGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJDb2xvclJlYWRPbmx5fSk7XG4gICAgICAgIH1cblxuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmxhYmVsQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));
3
+ import { Input, InputPlaceholder, InputWrapper, Label, LeftHelper } from '../../TextField.styles';
4
+ export var base = /*#__PURE__*/css("&[readonly]{", InputWrapper, "{color:var(", tokens.colorReadOnly, ");background-color:var(", /*#__PURE__*/String(tokens.backgroundColorReadOnly), ");box-shadow:inset 0 0 0 var(", /*#__PURE__*/String(tokens.borderWidth), ") var(", /*#__PURE__*/String(tokens.borderColorReadOnly), ");}", InputWrapper, ":hover{background-color:var(", tokens.backgroundColorReadOnly, ");}", InputPlaceholder, "{color:var(", tokens.placeholderColorReadOnly, ");}", Input, "{color:var(", tokens.colorReadOnly, ");cursor:default;min-width:unset;}", LeftHelper, "{color:var(", tokens.leftHelperColorReadOnly, ");}", Label, "{color:var(", tokens.labelColorReadOnly, ");}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3JlYWQtb25seS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRQbGFjZWhvbGRlciwgSW5wdXRXcmFwcGVyLCBMYWJlbCwgTGVmdEhlbHBlciB9IGZyb20gJy4uLy4uL1RleHRGaWVsZC5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAmW3JlYWRvbmx5XSB7XG4gICAgICAgICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke1N0cmluZyh0b2tlbnMuYmFja2dyb3VuZENvbG9yUmVhZE9ubHkpfSk7XG4gICAgICAgICAgICBib3gtc2hhZG93OiBpbnNldCAwIDAgMCB2YXIoJHtTdHJpbmcodG9rZW5zLmJvcmRlcldpZHRoKX0pIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3JSZWFkT25seSl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRXcmFwcGVyfTpob3ZlciB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuYmFja2dyb3VuZENvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXR9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3JSZWFkT25seX0pO1xuICAgICAgICAgICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgICAgICAgICAgbWluLXdpZHRoOiB1bnNldDtcbiAgICAgICAgfVxuXG4gICAgICAgICR7TGVmdEhlbHBlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtMYWJlbH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5sYWJlbENvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));
@@ -1,4 +1,4 @@
1
1
  import { css } from '@emotion/react';
2
2
  import { classes, tokens } from '../../TextField.tokens';
3
- import { Input, InputContainer, InputWrapper, Label, LeftHelper, StyledHintWrapper, StyledTextAfter, StyledTextBefore, TitleCaption } from '../../TextField.styles';
4
- export var base = /*#__PURE__*/css(Input, "{width:100%;font:inherit;letter-spacing:inherit;line-height:inherit;}", InputContainer, "{width:100%;font-family:var(", tokens.fontFamily, ");font-size:var(", tokens.fontSize, ");font-style:var(", tokens.fontStyle, ");font-weight:var(", tokens.fontWeight, ");letter-spacing:var(", tokens.letterSpacing, ");line-height:var(", tokens.lineHeight, ");}", InputWrapper, "{height:var(", tokens.height, ");border-radius:var(", tokens.borderRadius, ");padding:var(", tokens.padding, ");&.", classes.hasChips, "{padding-top:var(", tokens.paddingWithChips, ");padding-bottom:var(", tokens.paddingWithChips, ");}&.", classes.hasEmptyContentLeft, "{padding-left:var(", tokens.paddingWithChips, ");}&.", classes.hasEmptyContentRight, "{padding-right:var(", tokens.paddingWithChips, ");}}", Label, "{font-family:var(", tokens.labelFontFamily, ");font-size:var(", tokens.labelFontSize, ");font-style:var(", tokens.labelFontStyle, ");font-weight:var(", tokens.labelFontWeight, ");letter-spacing:var(", tokens.labelLetterSpacing, ");line-height:var(", tokens.labelLineHeight, ");}", StyledHintWrapper, "{margin:var(", tokens.hintMargin, ");}", TitleCaption, "{font-family:var(", tokens.titleCaptionFontFamily, ");font-size:var(", tokens.titleCaptionFontSize, ");font-style:var(", tokens.titleCaptionFontStyle, ");font-weight:var(", tokens.titleCaptionFontWeight, ");letter-spacing:var(", tokens.titleCaptionLetterSpacing, ");line-height:var(", tokens.titleCaptionLineHeight, ");}", LeftHelper, "{margin-top:var(", tokens.leftHelperOffset, ");font-family:var(", tokens.leftHelperFontFamily, ");font-size:var(", tokens.leftHelperFontSize, ");font-style:var(", tokens.leftHelperFontStyle, ");font-weight:var(", tokens.leftHelperFontWeight, ");letter-spacing:var(", tokens.leftHelperLetterSpacing, ");line-height:var(", tokens.leftHelperLineHeight, ");}", StyledTextBefore, ",", StyledTextAfter, "{font-family:var(", tokens.fontFamily, ");font-size:var(", tokens.fontSize, ");font-style:var(", tokens.fontStyle, ");font-weight:var(", tokens.fontWeight, ");letter-spacing:var(", tokens.letterSpacing, ");line-height:var(", tokens.lineHeight, ");}", StyledTextBefore, "{margin:var(", tokens.textBeforeMargin, ");}", StyledTextAfter, "{margin:var(", tokens.textAfterMargin, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3NpemUvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFldUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGQvdmFyaWF0aW9ucy9fc2l6ZS9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQudG9rZW5zJztcbmltcG9ydCB7XG4gICAgSW5wdXQsXG4gICAgSW5wdXRDb250YWluZXIsXG4gICAgSW5wdXRXcmFwcGVyLFxuICAgIExhYmVsLFxuICAgIExlZnRIZWxwZXIsXG4gICAgU3R5bGVkSGludFdyYXBwZXIsXG4gICAgU3R5bGVkVGV4dEFmdGVyLFxuICAgIFN0eWxlZFRleHRCZWZvcmUsXG4gICAgVGl0bGVDYXB0aW9uLFxufSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJHtJbnB1dH0ge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgZm9udDogaW5oZXJpdDtcbiAgICAgICAgbGV0dGVyLXNwYWNpbmc6IGluaGVyaXQ7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiBpbmhlcml0O1xuICAgIH1cblxuICAgICR7SW5wdXRDb250YWluZXJ9IHtcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMuZm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5mb250U2l6ZX0pO1xuICAgICAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMuZm9udFN0eWxlfSk7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMuZm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxldHRlclNwYWNpbmd9KTtcbiAgICAgICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy5saW5lSGVpZ2h0fSk7XG4gICAgfVxuXG4gICAgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaGVpZ2h0fSk7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5ib3JkZXJSYWRpdXN9KTtcbiAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLnBhZGRpbmd9KTtcblxuICAgICAgICAmLiR7Y2xhc3Nlcy5oYXNDaGlwc30ge1xuICAgICAgICAgICAgcGFkZGluZy10b3A6IHZhcigke3Rva2Vucy5wYWRkaW5nV2l0aENoaXBzfSk7XG4gICAgICAgICAgICBwYWRkaW5nLWJvdHRvbTogdmFyKCR7dG9rZW5zLnBhZGRpbmdXaXRoQ2hpcHN9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLmhhc0VtcHR5Q29udGVudExlZnR9IHtcbiAgICAgICAgICAgIHBhZGRpbmctbGVmdDogdmFyKCR7dG9rZW5zLnBhZGRpbmdXaXRoQ2hpcHN9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLmhhc0VtcHR5Q29udGVudFJpZ2h0fSB7XG4gICAgICAgICAgICBwYWRkaW5nLXJpZ2h0OiB2YXIoJHt0b2tlbnMucGFkZGluZ1dpdGhDaGlwc30pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJHtMYWJlbH0ge1xuICAgICAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLmxhYmVsRm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5sYWJlbEZvbnRTaXplfSk7XG4gICAgICAgIGZvbnQtc3R5bGU6IHZhcigke3Rva2Vucy5sYWJlbEZvbnRTdHlsZX0pO1xuICAgICAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLmxhYmVsRm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxhYmVsTGV0dGVyU3BhY2luZ30pO1xuICAgICAgICBsaW5lLWhlaWdodDogdmFyKCR7dG9rZW5zLmxhYmVsTGluZUhlaWdodH0pO1xuICAgIH1cblxuICAgICR7U3R5bGVkSGludFdyYXBwZXJ9IHtcbiAgICAgICAgbWFyZ2luOiB2YXIoJHt0b2tlbnMuaGludE1hcmdpbn0pO1xuICAgIH1cblxuICAgICR7VGl0bGVDYXB0aW9ufSB7XG4gICAgICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uRm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy50aXRsZUNhcHRpb25Gb250U2l6ZX0pO1xuICAgICAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uRm9udFN0eWxlfSk7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uRm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLnRpdGxlQ2FwdGlvbkxldHRlclNwYWNpbmd9KTtcbiAgICAgICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy50aXRsZUNhcHRpb25MaW5lSGVpZ2h0fSk7XG4gICAgfVxuXG4gICAgJHtMZWZ0SGVscGVyfSB7XG4gICAgICAgIG1hcmdpbi10b3A6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyT2Zmc2V0fSk7XG5cbiAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJGb250U3R5bGV9KTtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGVmdEhlbHBlckxpbmVIZWlnaHR9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZFRleHRCZWZvcmV9LCAke1N0eWxlZFRleHRBZnRlcn0ge1xuICAgICAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLmZvbnRGYW1pbHl9KTtcbiAgICAgICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuZm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmZvbnRTdHlsZX0pO1xuICAgICAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLmZvbnRXZWlnaHR9KTtcbiAgICAgICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5sZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuICAgIH1cblxuICAgICR7U3R5bGVkVGV4dEJlZm9yZX0ge1xuICAgICAgICBtYXJnaW46IHZhcigke3Rva2Vucy50ZXh0QmVmb3JlTWFyZ2lufSk7XG4gICAgfVxuXG4gICAgJHtTdHlsZWRUZXh0QWZ0ZXJ9IHtcbiAgICAgICAgbWFyZ2luOiB2YXIoJHt0b2tlbnMudGV4dEFmdGVyTWFyZ2lufSk7XG4gICAgfVxuYDtcbiJdfQ== */"));
3
+ import { Input, InputContainer, InputWrapper, Label, LeftHelper, StyledTextAfter, StyledTextBefore } from '../../TextField.styles';
4
+ export var base = /*#__PURE__*/css(Input, "{width:100%;font:inherit;letter-spacing:inherit;line-height:inherit;}", InputContainer, "{width:100%;font-family:var(", tokens.fontFamily, ");font-size:var(", tokens.fontSize, ");font-style:var(", tokens.fontStyle, ");font-weight:var(", tokens.fontWeight, ");letter-spacing:var(", tokens.letterSpacing, ");line-height:var(", tokens.lineHeight, ");}", InputWrapper, "{height:var(", tokens.height, ");border-radius:var(", tokens.borderRadius, ");padding:var(", tokens.padding, ");&.", classes.hasChips, "{padding-top:var(", tokens.paddingWithChips, ");padding-bottom:var(", tokens.paddingWithChips, ");}&.", classes.hasEmptyContentLeft, "{padding-left:var(", tokens.paddingWithChips, ");}&.", classes.hasEmptyContentRight, "{padding-right:var(", tokens.paddingWithChips, ");}}", Label, "{font-family:var(", tokens.labelFontFamily, ");font-size:var(", tokens.labelFontSize, ");font-style:var(", tokens.labelFontStyle, ");font-weight:var(", tokens.labelFontWeight, ");letter-spacing:var(", tokens.labelLetterSpacing, ");line-height:var(", tokens.labelLineHeight, ");}", LeftHelper, "{margin-top:var(", tokens.leftHelperOffset, ");font-family:var(", tokens.leftHelperFontFamily, ");font-size:var(", tokens.leftHelperFontSize, ");font-style:var(", tokens.leftHelperFontStyle, ");font-weight:var(", tokens.leftHelperFontWeight, ");letter-spacing:var(", tokens.leftHelperLetterSpacing, ");line-height:var(", tokens.leftHelperLineHeight, ");}", StyledTextBefore, ",", StyledTextAfter, "{font-family:var(", tokens.fontFamily, ");font-size:var(", tokens.fontSize, ");font-style:var(", tokens.fontStyle, ");font-weight:var(", tokens.fontWeight, ");letter-spacing:var(", tokens.letterSpacing, ");line-height:var(", tokens.lineHeight, ");}", StyledTextBefore, "{margin:var(", tokens.textBeforeMargin, ");}", StyledTextAfter, "{margin:var(", tokens.textAfterMargin, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3NpemUvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFhdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGQvdmFyaWF0aW9ucy9fc2l6ZS9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQudG9rZW5zJztcbmltcG9ydCB7XG4gICAgSW5wdXQsXG4gICAgSW5wdXRDb250YWluZXIsXG4gICAgSW5wdXRXcmFwcGVyLFxuICAgIExhYmVsLFxuICAgIExlZnRIZWxwZXIsXG4gICAgU3R5bGVkVGV4dEFmdGVyLFxuICAgIFN0eWxlZFRleHRCZWZvcmUsXG59IGZyb20gJy4uLy4uL1RleHRGaWVsZC5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAke0lucHV0fSB7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICBmb250OiBpbmhlcml0O1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogaW5oZXJpdDtcbiAgICAgICAgbGluZS1oZWlnaHQ6IGluaGVyaXQ7XG4gICAgfVxuXG4gICAgJHtJbnB1dENvbnRhaW5lcn0ge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5mb250RmFtaWx5fSk7XG4gICAgICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLmZvbnRTaXplfSk7XG4gICAgICAgIGZvbnQtc3R5bGU6IHZhcigke3Rva2Vucy5mb250U3R5bGV9KTtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5mb250V2VpZ2h0fSk7XG4gICAgICAgIGxldHRlci1zcGFjaW5nOiB2YXIoJHt0b2tlbnMubGV0dGVyU3BhY2luZ30pO1xuICAgICAgICBsaW5lLWhlaWdodDogdmFyKCR7dG9rZW5zLmxpbmVIZWlnaHR9KTtcbiAgICB9XG5cbiAgICAke0lucHV0V3JhcHBlcn0ge1xuICAgICAgICBoZWlnaHQ6IHZhcigke3Rva2Vucy5oZWlnaHR9KTtcbiAgICAgICAgYm9yZGVyLXJhZGl1czogdmFyKCR7dG9rZW5zLmJvcmRlclJhZGl1c30pO1xuICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMucGFkZGluZ30pO1xuXG4gICAgICAgICYuJHtjbGFzc2VzLmhhc0NoaXBzfSB7XG4gICAgICAgICAgICBwYWRkaW5nLXRvcDogdmFyKCR7dG9rZW5zLnBhZGRpbmdXaXRoQ2hpcHN9KTtcbiAgICAgICAgICAgIHBhZGRpbmctYm90dG9tOiB2YXIoJHt0b2tlbnMucGFkZGluZ1dpdGhDaGlwc30pO1xuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuaGFzRW1wdHlDb250ZW50TGVmdH0ge1xuICAgICAgICAgICAgcGFkZGluZy1sZWZ0OiB2YXIoJHt0b2tlbnMucGFkZGluZ1dpdGhDaGlwc30pO1xuICAgICAgICB9XG5cbiAgICAgICAgJi4ke2NsYXNzZXMuaGFzRW1wdHlDb250ZW50UmlnaHR9IHtcbiAgICAgICAgICAgIHBhZGRpbmctcmlnaHQ6IHZhcigke3Rva2Vucy5wYWRkaW5nV2l0aENoaXBzfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAke0xhYmVsfSB7XG4gICAgICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMubGFiZWxGb250RmFtaWx5fSk7XG4gICAgICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLmxhYmVsRm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmxhYmVsRm9udFN0eWxlfSk7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMubGFiZWxGb250V2VpZ2h0fSk7XG4gICAgICAgIGxldHRlci1zcGFjaW5nOiB2YXIoJHt0b2tlbnMubGFiZWxMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGFiZWxMaW5lSGVpZ2h0fSk7XG4gICAgfVxuXG4gICAgJHtMZWZ0SGVscGVyfSB7XG4gICAgICAgIG1hcmdpbi10b3A6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyT2Zmc2V0fSk7XG5cbiAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJGb250U3R5bGV9KTtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGVmdEhlbHBlckxpbmVIZWlnaHR9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZFRleHRCZWZvcmV9LCAke1N0eWxlZFRleHRBZnRlcn0ge1xuICAgICAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLmZvbnRGYW1pbHl9KTtcbiAgICAgICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuZm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmZvbnRTdHlsZX0pO1xuICAgICAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLmZvbnRXZWlnaHR9KTtcbiAgICAgICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5sZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuICAgIH1cblxuICAgICR7U3R5bGVkVGV4dEJlZm9yZX0ge1xuICAgICAgICBtYXJnaW46IHZhcigke3Rva2Vucy50ZXh0QmVmb3JlTWFyZ2lufSk7XG4gICAgfVxuXG4gICAgJHtTdHlsZWRUZXh0QWZ0ZXJ9IHtcbiAgICAgICAgbWFyZ2luOiB2YXIoJHt0b2tlbnMudGV4dEFmdGVyTWFyZ2lufSk7XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -1,4 +1,4 @@
1
1
  import { css } from '@emotion/react';
2
2
  import { tokens } from '../../TextField.tokens';
3
- import { Input, InputPlaceholder, InputWrapper, LeftHelper, StyledTextAfter, StyledTextBefore, TitleCaption } from '../../TextField.styles';
4
- export var base = /*#__PURE__*/css(InputWrapper, "{--plasma_private-textfield-border-color:var(", /*#__PURE__*/String(tokens.borderColor), ");--plasma_private-textfield-bg-color:var(", /*#__PURE__*/String(tokens.backgroundColor), ");color:var(", tokens.color, ");background-color:var(--plasma_private-textfield-bg-color);box-shadow:inset 0 0 0 var(", tokens.borderWidth, ") var(--plasma_private-textfield-border-color);caret-color:var(", tokens.caretColor, ");transition:background-color 0.1s ease-in,color 0.1s ease-in,box-shadow 0.1s ease-in;}", InputWrapper, ":hover{--plasma_private-textfield-border-color:var(", tokens.borderColorHover, ", var(", /*#__PURE__*/String(tokens.borderColor), "));--plasma_private-textfield-bg-color:var(\n ", tokens.backgroundColorHover, ",\n var(", /*#__PURE__*/String(tokens.backgroundColor), ")\n );}", InputWrapper, ":focus-within{--plasma_private-textfield-border-color:var(", tokens.borderColorFocus, ", var(", /*#__PURE__*/String(tokens.borderColor), "));--plasma_private-textfield-bg-color:var(\n ", tokens.backgroundColorFocus, ",\n var(", /*#__PURE__*/String(tokens.backgroundColor), ")\n );}", InputPlaceholder, "{color:var(", tokens.placeholderColor, ");}", Input, "{color:var(", tokens.color, ");}", TitleCaption, "{color:var(", tokens.titleCaptionColor, ");}", LeftHelper, "{color:var(", tokens.leftHelperColor, ");}", StyledTextBefore, "{color:var(", tokens.textBeforeColor, ");}", StyledTextAfter, "{color:var(", tokens.textAfterColor, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3ZpZXcvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFhdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGQvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQudG9rZW5zJztcbmltcG9ydCB7XG4gICAgSW5wdXQsXG4gICAgSW5wdXRQbGFjZWhvbGRlcixcbiAgICBJbnB1dFdyYXBwZXIsXG4gICAgTGVmdEhlbHBlcixcbiAgICBTdHlsZWRUZXh0QWZ0ZXIsXG4gICAgU3R5bGVkVGV4dEJlZm9yZSxcbiAgICBUaXRsZUNhcHRpb24sXG59IGZyb20gJy4uLy4uL1RleHRGaWVsZC5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAke0lucHV0V3JhcHBlcn0ge1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1ib3JkZXItY29sb3I6IHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3IpfSk7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJnLWNvbG9yOiB2YXIoJHtTdHJpbmcodG9rZW5zLmJhY2tncm91bmRDb2xvcil9KTtcblxuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yfSk7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1iZy1jb2xvcik7XG4gICAgICAgIGJveC1zaGFkb3c6IGluc2V0IDAgMCAwIHZhcigke3Rva2Vucy5ib3JkZXJXaWR0aH0pIHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1ib3JkZXItY29sb3IpO1xuICAgICAgICBjYXJldC1jb2xvcjogdmFyKCR7dG9rZW5zLmNhcmV0Q29sb3J9KTtcblxuICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1pbiwgY29sb3IgMC4xcyBlYXNlLWluLCBib3gtc2hhZG93IDAuMXMgZWFzZS1pbjtcbiAgICB9XG4gICAgJHtJbnB1dFdyYXBwZXJ9OmhvdmVyIHtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYm9yZGVyLWNvbG9yOiB2YXIoJHt0b2tlbnMuYm9yZGVyQ29sb3JIb3Zlcn0sIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3IpfSkpO1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1iZy1jb2xvcjogdmFyKFxuICAgICAgICAgICAgJHt0b2tlbnMuYmFja2dyb3VuZENvbG9ySG92ZXJ9LFxuICAgICAgICAgICAgdmFyKCR7U3RyaW5nKHRva2Vucy5iYWNrZ3JvdW5kQ29sb3IpfSlcbiAgICAgICAgKTtcbiAgICB9XG4gICAgJHtJbnB1dFdyYXBwZXJ9OmZvY3VzLXdpdGhpbiB7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJvcmRlci1jb2xvcjogdmFyKCR7dG9rZW5zLmJvcmRlckNvbG9yRm9jdXN9LCB2YXIoJHtTdHJpbmcodG9rZW5zLmJvcmRlckNvbG9yKX0pKTtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYmctY29sb3I6IHZhcihcbiAgICAgICAgICAgICR7dG9rZW5zLmJhY2tncm91bmRDb2xvckZvY3VzfSxcbiAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuYmFja2dyb3VuZENvbG9yKX0pXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgJHtJbnB1dFBsYWNlaG9sZGVyfSB7XG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucGxhY2Vob2xkZXJDb2xvcn0pO1xuICAgIH1cblxuICAgICR7SW5wdXR9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jb2xvcn0pO1xuICAgIH1cblxuICAgICR7VGl0bGVDYXB0aW9ufSB7XG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uQ29sb3J9KTtcbiAgICB9XG5cbiAgICAke0xlZnRIZWxwZXJ9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZFRleHRCZWZvcmV9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy50ZXh0QmVmb3JlQ29sb3J9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZFRleHRBZnRlcn0ge1xuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLnRleHRBZnRlckNvbG9yfSk7XG4gICAgfVxuYDtcbiJdfQ== */"));
3
+ import { Input, InputPlaceholder, InputWrapper, LeftHelper, StyledTextAfter, StyledTextBefore } from '../../TextField.styles';
4
+ export var base = /*#__PURE__*/css(InputWrapper, "{--plasma_private-textfield-border-color:var(", /*#__PURE__*/String(tokens.borderColor), ");--plasma_private-textfield-bg-color:var(", /*#__PURE__*/String(tokens.backgroundColor), ");color:var(", tokens.color, ");background-color:var(--plasma_private-textfield-bg-color);box-shadow:inset 0 0 0 var(", tokens.borderWidth, ") var(--plasma_private-textfield-border-color);caret-color:var(", tokens.caretColor, ");transition:background-color 0.1s ease-in,color 0.1s ease-in,box-shadow 0.1s ease-in;}", InputWrapper, ":hover{--plasma_private-textfield-border-color:var(", tokens.borderColorHover, ", var(", /*#__PURE__*/String(tokens.borderColor), "));--plasma_private-textfield-bg-color:var(\n ", tokens.backgroundColorHover, ",\n var(", /*#__PURE__*/String(tokens.backgroundColor), ")\n );}", InputWrapper, ":focus-within{--plasma_private-textfield-border-color:var(", tokens.borderColorFocus, ", var(", /*#__PURE__*/String(tokens.borderColor), "));--plasma_private-textfield-bg-color:var(\n ", tokens.backgroundColorFocus, ",\n var(", /*#__PURE__*/String(tokens.backgroundColor), ")\n );}", InputPlaceholder, "{color:var(", tokens.placeholderColor, ");}", Input, "{color:var(", tokens.color, ");}", LeftHelper, "{color:var(", tokens.leftHelperColor, ");}", StyledTextBefore, "{color:var(", tokens.textBeforeColor, ");}", StyledTextAfter, "{color:var(", tokens.textAfterColor, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3ZpZXcvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFZdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGQvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQudG9rZW5zJztcbmltcG9ydCB7XG4gICAgSW5wdXQsXG4gICAgSW5wdXRQbGFjZWhvbGRlcixcbiAgICBJbnB1dFdyYXBwZXIsXG4gICAgTGVmdEhlbHBlcixcbiAgICBTdHlsZWRUZXh0QWZ0ZXIsXG4gICAgU3R5bGVkVGV4dEJlZm9yZSxcbn0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnN0eWxlcyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJvcmRlci1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5ib3JkZXJDb2xvcil9KTtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYmctY29sb3I6IHZhcigke1N0cmluZyh0b2tlbnMuYmFja2dyb3VuZENvbG9yKX0pO1xuXG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3J9KTtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJnLWNvbG9yKTtcbiAgICAgICAgYm94LXNoYWRvdzogaW5zZXQgMCAwIDAgdmFyKCR7dG9rZW5zLmJvcmRlcldpZHRofSkgdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJvcmRlci1jb2xvcik7XG4gICAgICAgIGNhcmV0LWNvbG9yOiB2YXIoJHt0b2tlbnMuY2FyZXRDb2xvcn0pO1xuXG4gICAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgMC4xcyBlYXNlLWluLCBjb2xvciAwLjFzIGVhc2UtaW4sIGJveC1zaGFkb3cgMC4xcyBlYXNlLWluO1xuICAgIH1cbiAgICAke0lucHV0V3JhcHBlcn06aG92ZXIge1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1ib3JkZXItY29sb3I6IHZhcigke3Rva2Vucy5ib3JkZXJDb2xvckhvdmVyfSwgdmFyKCR7U3RyaW5nKHRva2Vucy5ib3JkZXJDb2xvcil9KSk7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJnLWNvbG9yOiB2YXIoXG4gICAgICAgICAgICAke3Rva2Vucy5iYWNrZ3JvdW5kQ29sb3JIb3Zlcn0sXG4gICAgICAgICAgICB2YXIoJHtTdHJpbmcodG9rZW5zLmJhY2tncm91bmRDb2xvcil9KVxuICAgICAgICApO1xuICAgIH1cbiAgICAke0lucHV0V3JhcHBlcn06Zm9jdXMtd2l0aGluIHtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYm9yZGVyLWNvbG9yOiB2YXIoJHt0b2tlbnMuYm9yZGVyQ29sb3JGb2N1c30sIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3IpfSkpO1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1iZy1jb2xvcjogdmFyKFxuICAgICAgICAgICAgJHt0b2tlbnMuYmFja2dyb3VuZENvbG9yRm9jdXN9LFxuICAgICAgICAgICAgdmFyKCR7U3RyaW5nKHRva2Vucy5iYWNrZ3JvdW5kQ29sb3IpfSlcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICAke0lucHV0UGxhY2Vob2xkZXJ9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yfSk7XG4gICAgfVxuXG4gICAgJHtJbnB1dH0ge1xuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yfSk7XG4gICAgfVxuXG4gICAgJHtMZWZ0SGVscGVyfSB7XG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMubGVmdEhlbHBlckNvbG9yfSk7XG4gICAgfVxuXG4gICAgJHtTdHlsZWRUZXh0QmVmb3JlfSB7XG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMudGV4dEJlZm9yZUNvbG9yfSk7XG4gICAgfVxuXG4gICAgJHtTdHlsZWRUZXh0QWZ0ZXJ9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy50ZXh0QWZ0ZXJDb2xvcn0pO1xuICAgIH1cbmA7XG4iXX0= */"));
@@ -19,5 +19,4 @@ export { IconBlankDocOutline } from './Icons/IconBlankDocOutline';
19
19
  export { IconBlankOutline } from './Icons/IconBlankOutline';
20
20
  export { IconBlankPdfOutline } from './Icons/IconBlankPdfOutline';
21
21
  export { IconBlankTxtOutline } from './Icons/IconBlankTxtOutline';
22
- export { IconBlankXlsOutline } from './Icons/IconBlankXlsOutline';
23
- export { IconInfoCircleOutline } from './Icons/IconInfoCircleOutline';
22
+ export { IconBlankXlsOutline } from './Icons/IconBlankXlsOutline';