@salutejs/plasma-new-hope 0.157.0-canary.1451.11120831030.0 → 0.157.0-canary.1459.11144116576.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (357) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +33 -18
  2. package/cjs/components/Autocomplete/Autocomplete.js +6 -2
  3. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  4. package/cjs/components/Combobox/ComboboxNew/Combobox.css +37 -17
  5. package/cjs/components/Combobox/ComboboxNew/ui/Inner/Inner.css +37 -17
  6. package/cjs/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +37 -17
  7. package/cjs/components/DatePicker/RangeDate/RangeDate.css +34 -19
  8. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +32 -17
  9. package/cjs/components/DatePicker/SingleDate/SingleDate.css +34 -19
  10. package/cjs/components/Range/Range.css +38 -18
  11. package/cjs/components/Slider/Slider.css +38 -18
  12. package/cjs/components/Slider/components/Double/Double.css +38 -18
  13. package/cjs/components/TextArea/TextArea.js +137 -35
  14. package/cjs/components/TextArea/TextArea.js.map +1 -1
  15. package/cjs/components/TextArea/TextArea.styles.js +116 -63
  16. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  17. package/cjs/components/TextArea/TextArea.styles_1phhc4q.css +17 -0
  18. package/cjs/components/TextArea/TextArea.tokens.js +36 -15
  19. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  20. package/cjs/components/TextArea/variations/{_clear → _hint-size}/base.js +2 -2
  21. package/cjs/components/TextArea/variations/_hint-size/base.js.map +1 -0
  22. package/cjs/components/TextArea/variations/_hint-size/base_1pzfoj7.css +1 -0
  23. package/cjs/components/TextArea/variations/_hint-view/base.js +9 -0
  24. package/cjs/components/TextArea/variations/_hint-view/base.js.map +1 -0
  25. package/cjs/components/TextArea/variations/_hint-view/base_111a0qe.css +1 -0
  26. package/cjs/components/TextArea/variations/_view/base.js +1 -1
  27. package/cjs/components/TextArea/variations/_view/base.js.map +1 -1
  28. package/cjs/components/TextArea/variations/_view/base_1ri7c88.css +1 -0
  29. package/cjs/components/TextField/TextField.js +114 -7
  30. package/cjs/components/TextField/TextField.js.map +1 -1
  31. package/cjs/components/TextField/TextField.styles.js +74 -20
  32. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  33. package/cjs/components/TextField/TextField.styles_1i9z45f.css +21 -0
  34. package/cjs/components/TextField/TextField.tokens.js +35 -0
  35. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  36. package/cjs/components/TextField/variations/_disabled/base.js +1 -1
  37. package/cjs/components/TextField/variations/_disabled/base_frtgf7.css +1 -0
  38. package/cjs/components/TextField/variations/_hint-size/base.js +9 -0
  39. package/cjs/components/TextField/variations/_hint-size/base.js.map +1 -0
  40. package/cjs/components/TextField/variations/_hint-size/base_1f8fx0a.css +1 -0
  41. package/cjs/components/TextField/variations/_hint-view/base.js +9 -0
  42. package/cjs/components/TextField/variations/_hint-view/base.js.map +1 -0
  43. package/cjs/components/TextField/variations/_hint-view/base_l8etux.css +1 -0
  44. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  45. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  46. package/cjs/components/TextField/variations/_label-placement/base_oh623n.css +1 -0
  47. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  48. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  49. package/cjs/components/TextField/variations/_read-only/base_dwfq44.css +1 -0
  50. package/cjs/components/TextField/variations/_size/base.js +1 -1
  51. package/cjs/components/TextField/variations/_size/base.js.map +1 -1
  52. package/cjs/components/TextField/variations/_size/base_n9k1fc.css +1 -0
  53. package/cjs/components/TextField/variations/_view/base.js +1 -1
  54. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  55. package/cjs/components/TextField/variations/_view/base_tmr4o7.css +1 -0
  56. package/cjs/components/TextFieldGroup/TextFieldGroup.css +1 -1
  57. package/cjs/components/TextFieldGroup/variations/_shape/base.js +1 -1
  58. package/cjs/components/TextFieldGroup/variations/_shape/base_52bndd.css +1 -0
  59. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +23 -0
  60. package/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js.map +1 -0
  61. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +23 -0
  62. package/cjs/components/_Icon/Icons/IconInfoCircleOutline.js.map +1 -0
  63. package/cjs/index.css +51 -33
  64. package/emotion/cjs/components/Autocomplete/Autocomplete.js +6 -2
  65. package/emotion/cjs/components/TextArea/TextArea.js +139 -39
  66. package/emotion/cjs/components/TextArea/TextArea.styles.js +81 -41
  67. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +6 -30
  68. package/emotion/cjs/components/TextArea/TextArea.tokens.js +36 -15
  69. package/emotion/cjs/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  70. package/emotion/cjs/components/TextArea/variations/_hint-size/base.js +11 -0
  71. package/emotion/cjs/components/TextArea/variations/_hint-size/tokens.json +21 -0
  72. package/emotion/cjs/components/TextArea/variations/_hint-view/base.js +11 -0
  73. package/emotion/cjs/components/TextArea/variations/_hint-view/tokens.json +5 -0
  74. package/emotion/cjs/components/TextArea/variations/_view/base.js +3 -2
  75. package/emotion/cjs/components/TextField/TextField.js +116 -10
  76. package/emotion/cjs/components/TextField/TextField.styles.js +81 -34
  77. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +7 -1
  78. package/emotion/cjs/components/TextField/TextField.tokens.js +35 -0
  79. package/emotion/cjs/components/TextField/variations/_hint-size/base.js +11 -0
  80. package/emotion/cjs/components/TextField/variations/_hint-size/tokens.json +21 -0
  81. package/emotion/cjs/components/TextField/variations/_hint-view/base.js +11 -0
  82. package/emotion/cjs/components/TextField/variations/_hint-view/tokens.json +5 -0
  83. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  84. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  85. package/emotion/cjs/components/TextField/variations/_size/base.js +1 -1
  86. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  87. package/emotion/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +22 -0
  88. package/emotion/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +22 -0
  89. package/emotion/cjs/components/_Icon/index.js +8 -1
  90. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +17 -11
  91. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +77 -15
  92. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +21 -12
  93. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +70 -1
  94. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +17 -11
  95. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +77 -15
  96. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +21 -12
  97. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +79 -10
  98. package/emotion/es/components/Autocomplete/Autocomplete.js +6 -2
  99. package/emotion/es/components/TextArea/TextArea.js +139 -39
  100. package/emotion/es/components/TextArea/TextArea.styles.js +80 -40
  101. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +6 -30
  102. package/emotion/es/components/TextArea/TextArea.tokens.js +36 -15
  103. package/emotion/es/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  104. package/emotion/es/components/TextArea/variations/_hint-size/base.js +5 -0
  105. package/emotion/es/components/TextArea/variations/_hint-size/tokens.json +21 -0
  106. package/emotion/es/components/TextArea/variations/_hint-view/base.js +5 -0
  107. package/emotion/es/components/TextArea/variations/_hint-view/tokens.json +5 -0
  108. package/emotion/es/components/TextArea/variations/_view/base.js +3 -2
  109. package/emotion/es/components/TextField/TextField.js +115 -9
  110. package/emotion/es/components/TextField/TextField.styles.js +80 -33
  111. package/emotion/es/components/TextField/TextField.template-doc.mdx +7 -1
  112. package/emotion/es/components/TextField/TextField.tokens.js +35 -0
  113. package/emotion/es/components/TextField/variations/_hint-size/base.js +5 -0
  114. package/emotion/es/components/TextField/variations/_hint-size/tokens.json +21 -0
  115. package/emotion/es/components/TextField/variations/_hint-view/base.js +5 -0
  116. package/emotion/es/components/TextField/variations/_hint-view/tokens.json +5 -0
  117. package/emotion/es/components/TextField/variations/_label-placement/base.js +1 -1
  118. package/emotion/es/components/TextField/variations/_read-only/base.js +2 -2
  119. package/emotion/es/components/TextField/variations/_size/base.js +2 -2
  120. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  121. package/emotion/es/components/_Icon/Icon.assets/InfoCircleOutline.js +15 -0
  122. package/emotion/es/components/_Icon/Icons/IconInfoCircleOutline.js +15 -0
  123. package/emotion/es/components/_Icon/index.js +2 -1
  124. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +17 -11
  125. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +77 -15
  126. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +21 -12
  127. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +70 -1
  128. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +17 -11
  129. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +77 -15
  130. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +21 -12
  131. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +79 -10
  132. package/es/components/Autocomplete/Autocomplete.css +33 -18
  133. package/es/components/Autocomplete/Autocomplete.js +6 -2
  134. package/es/components/Autocomplete/Autocomplete.js.map +1 -1
  135. package/es/components/Combobox/ComboboxNew/Combobox.css +37 -17
  136. package/es/components/Combobox/ComboboxNew/ui/Inner/Inner.css +37 -17
  137. package/es/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.css +37 -17
  138. package/es/components/DatePicker/RangeDate/RangeDate.css +34 -19
  139. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +32 -17
  140. package/es/components/DatePicker/SingleDate/SingleDate.css +34 -19
  141. package/es/components/Range/Range.css +38 -18
  142. package/es/components/Slider/Slider.css +38 -18
  143. package/es/components/Slider/components/Double/Double.css +38 -18
  144. package/es/components/TextArea/TextArea.js +141 -39
  145. package/es/components/TextArea/TextArea.js.map +1 -1
  146. package/es/components/TextArea/TextArea.styles.js +111 -64
  147. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  148. package/es/components/TextArea/TextArea.styles_1phhc4q.css +17 -0
  149. package/es/components/TextArea/TextArea.tokens.js +36 -15
  150. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  151. package/es/components/TextArea/variations/{_clear → _hint-size}/base.js +2 -2
  152. package/es/components/TextArea/variations/_hint-size/base.js.map +1 -0
  153. package/es/components/TextArea/variations/_hint-size/base_1pzfoj7.css +1 -0
  154. package/es/components/TextArea/variations/_hint-view/base.js +5 -0
  155. package/es/components/TextArea/variations/_hint-view/base.js.map +1 -0
  156. package/es/components/TextArea/variations/_hint-view/base_111a0qe.css +1 -0
  157. package/es/components/TextArea/variations/_view/base.js +1 -1
  158. package/es/components/TextArea/variations/_view/base.js.map +1 -1
  159. package/es/components/TextArea/variations/_view/base_1ri7c88.css +1 -0
  160. package/es/components/TextField/TextField.js +115 -8
  161. package/es/components/TextField/TextField.js.map +1 -1
  162. package/es/components/TextField/TextField.styles.js +69 -21
  163. package/es/components/TextField/TextField.styles.js.map +1 -1
  164. package/es/components/TextField/TextField.styles_1i9z45f.css +21 -0
  165. package/es/components/TextField/TextField.tokens.js +35 -0
  166. package/es/components/TextField/TextField.tokens.js.map +1 -1
  167. package/es/components/TextField/variations/_disabled/base.js +1 -1
  168. package/es/components/TextField/variations/_disabled/base_frtgf7.css +1 -0
  169. package/es/components/TextField/variations/_hint-size/base.js +5 -0
  170. package/es/components/TextField/variations/_hint-size/base.js.map +1 -0
  171. package/es/components/TextField/variations/_hint-size/base_1f8fx0a.css +1 -0
  172. package/es/components/TextField/variations/_hint-view/base.js +5 -0
  173. package/es/components/TextField/variations/_hint-view/base.js.map +1 -0
  174. package/es/components/TextField/variations/_hint-view/base_l8etux.css +1 -0
  175. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  176. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  177. package/es/components/TextField/variations/_label-placement/base_oh623n.css +1 -0
  178. package/es/components/TextField/variations/_read-only/base.js +1 -1
  179. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  180. package/es/components/TextField/variations/_read-only/base_dwfq44.css +1 -0
  181. package/es/components/TextField/variations/_size/base.js +1 -1
  182. package/es/components/TextField/variations/_size/base.js.map +1 -1
  183. package/es/components/TextField/variations/_size/base_n9k1fc.css +1 -0
  184. package/es/components/TextField/variations/_view/base.js +1 -1
  185. package/es/components/TextField/variations/_view/base.js.map +1 -1
  186. package/es/components/TextField/variations/_view/base_tmr4o7.css +1 -0
  187. package/es/components/TextFieldGroup/TextFieldGroup.css +1 -1
  188. package/es/components/TextFieldGroup/variations/_shape/base.js +1 -1
  189. package/es/components/TextFieldGroup/variations/_shape/base_52bndd.css +1 -0
  190. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js +19 -0
  191. package/es/components/_Icon/Icon.assets/InfoCircleOutline.js.map +1 -0
  192. package/es/components/_Icon/Icons/IconInfoCircleOutline.js +19 -0
  193. package/es/components/_Icon/Icons/IconInfoCircleOutline.js.map +1 -0
  194. package/es/index.css +51 -33
  195. package/package.json +2 -2
  196. package/styled-components/cjs/components/Autocomplete/Autocomplete.js +6 -2
  197. package/styled-components/cjs/components/TextArea/TextArea.js +138 -38
  198. package/styled-components/cjs/components/TextArea/TextArea.styles.js +64 -39
  199. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +6 -30
  200. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +36 -15
  201. package/styled-components/cjs/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  202. package/styled-components/cjs/components/TextArea/variations/_hint-size/base.js +11 -0
  203. package/styled-components/cjs/components/TextArea/variations/_hint-size/tokens.json +21 -0
  204. package/styled-components/cjs/components/TextArea/variations/_hint-view/base.js +11 -0
  205. package/styled-components/cjs/components/TextArea/variations/_hint-view/tokens.json +5 -0
  206. package/styled-components/cjs/components/TextArea/variations/_view/base.js +3 -2
  207. package/styled-components/cjs/components/TextField/TextField.js +115 -9
  208. package/styled-components/cjs/components/TextField/TextField.styles.js +42 -17
  209. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +7 -1
  210. package/styled-components/cjs/components/TextField/TextField.tokens.js +35 -0
  211. package/styled-components/cjs/components/TextField/variations/_hint-size/base.js +11 -0
  212. package/styled-components/cjs/components/TextField/variations/_hint-size/tokens.json +21 -0
  213. package/styled-components/cjs/components/TextField/variations/_hint-view/base.js +11 -0
  214. package/styled-components/cjs/components/TextField/variations/_hint-view/tokens.json +5 -0
  215. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  216. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
  217. package/styled-components/cjs/components/TextField/variations/_size/base.js +1 -1
  218. package/styled-components/cjs/components/TextField/variations/_view/base.js +1 -1
  219. package/styled-components/cjs/components/_Icon/Icon.assets/InfoCircleOutline.js +22 -0
  220. package/styled-components/cjs/components/_Icon/Icons/IconInfoCircleOutline.js +22 -0
  221. package/styled-components/cjs/components/_Icon/index.js +8 -1
  222. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +17 -11
  223. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +77 -15
  224. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +18 -9
  225. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +70 -1
  226. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +17 -11
  227. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +77 -15
  228. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +18 -9
  229. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +79 -10
  230. package/styled-components/es/components/Autocomplete/Autocomplete.js +6 -2
  231. package/styled-components/es/components/TextArea/TextArea.js +138 -38
  232. package/styled-components/es/components/TextArea/TextArea.styles.js +63 -38
  233. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +6 -30
  234. package/styled-components/es/components/TextArea/TextArea.tokens.js +36 -15
  235. package/styled-components/es/components/TextArea/mixins/applyDynamicLabel.js +1 -1
  236. package/styled-components/es/components/TextArea/variations/_hint-size/base.js +5 -0
  237. package/styled-components/es/components/TextArea/variations/_hint-size/tokens.json +21 -0
  238. package/styled-components/es/components/TextArea/variations/_hint-view/base.js +5 -0
  239. package/styled-components/es/components/TextArea/variations/_hint-view/tokens.json +5 -0
  240. package/styled-components/es/components/TextArea/variations/_view/base.js +3 -2
  241. package/styled-components/es/components/TextField/TextField.js +114 -8
  242. package/styled-components/es/components/TextField/TextField.styles.js +41 -16
  243. package/styled-components/es/components/TextField/TextField.template-doc.mdx +7 -1
  244. package/styled-components/es/components/TextField/TextField.tokens.js +35 -0
  245. package/styled-components/es/components/TextField/variations/_hint-size/base.js +5 -0
  246. package/styled-components/es/components/TextField/variations/_hint-size/tokens.json +21 -0
  247. package/styled-components/es/components/TextField/variations/_hint-view/base.js +5 -0
  248. package/styled-components/es/components/TextField/variations/_hint-view/tokens.json +5 -0
  249. package/styled-components/es/components/TextField/variations/_label-placement/base.js +1 -1
  250. package/styled-components/es/components/TextField/variations/_read-only/base.js +2 -2
  251. package/styled-components/es/components/TextField/variations/_size/base.js +2 -2
  252. package/styled-components/es/components/TextField/variations/_view/base.js +2 -2
  253. package/styled-components/es/components/_Icon/Icon.assets/InfoCircleOutline.js +15 -0
  254. package/styled-components/es/components/_Icon/Icons/IconInfoCircleOutline.js +15 -0
  255. package/styled-components/es/components/_Icon/index.js +2 -1
  256. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +17 -11
  257. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +77 -15
  258. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +18 -9
  259. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +70 -1
  260. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +17 -11
  261. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +77 -15
  262. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +18 -9
  263. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +79 -10
  264. package/types/components/Autocomplete/Autocomplete.d.ts.map +1 -1
  265. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +208 -0
  266. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  267. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts +208 -0
  268. package/types/components/Combobox/ComboboxNew/ui/Target/Target.styles.d.ts.map +1 -1
  269. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +208 -0
  270. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  271. package/types/components/Range/Range.styles.d.ts +208 -0
  272. package/types/components/Range/Range.styles.d.ts.map +1 -1
  273. package/types/components/Slider/components/Double/Double.styles.d.ts +208 -0
  274. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  275. package/types/components/TextArea/TextArea.d.ts +9 -7
  276. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  277. package/types/components/TextArea/TextArea.styles.d.ts +8 -0
  278. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  279. package/types/components/TextArea/TextArea.tokens.d.ts +35 -14
  280. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  281. package/types/components/TextArea/TextArea.types.d.ts +90 -18
  282. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  283. package/types/components/TextArea/mixins/applyDynamicLabel.d.ts.map +1 -1
  284. package/types/components/TextArea/variations/_hint-size/base.d.ts.map +1 -0
  285. package/types/components/TextArea/variations/_hint-view/base.d.ts +2 -0
  286. package/types/components/TextArea/variations/_hint-view/base.d.ts.map +1 -0
  287. package/types/components/TextArea/variations/_view/base.d.ts.map +1 -1
  288. package/types/components/TextField/TextField.d.ts +9 -3
  289. package/types/components/TextField/TextField.d.ts.map +1 -1
  290. package/types/components/TextField/TextField.styles.d.ts +8 -0
  291. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  292. package/types/components/TextField/TextField.tokens.d.ts +35 -0
  293. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  294. package/types/components/TextField/TextField.types.d.ts +82 -2
  295. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  296. package/types/components/TextField/variations/_hint-size/base.d.ts +2 -0
  297. package/types/components/TextField/variations/_hint-size/base.d.ts.map +1 -0
  298. package/types/components/TextField/variations/_hint-view/base.d.ts +2 -0
  299. package/types/components/TextField/variations/_hint-view/base.d.ts.map +1 -0
  300. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  301. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -1
  302. package/types/components/TextField/variations/_size/base.d.ts.map +1 -1
  303. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  304. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts +4 -0
  305. package/types/components/_Icon/Icon.assets/InfoCircleOutline.d.ts.map +1 -0
  306. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts +4 -0
  307. package/types/components/_Icon/Icons/IconInfoCircleOutline.d.ts.map +1 -0
  308. package/types/components/_Icon/index.d.ts +1 -0
  309. package/types/components/_Icon/index.d.ts.map +1 -1
  310. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +372 -0
  311. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +1 -1
  312. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts +8 -2
  313. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  314. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts +292 -22
  315. package/types/examples/plasma_b2c/components/TextArea/TextArea.d.ts.map +1 -1
  316. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts +9 -0
  317. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
  318. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +217 -0
  319. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  320. package/types/examples/plasma_web/components/Mask/Mask.d.ts +372 -0
  321. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +1 -1
  322. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts +8 -2
  323. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  324. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts +292 -22
  325. package/types/examples/plasma_web/components/TextArea/TextArea.d.ts.map +1 -1
  326. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts +9 -0
  327. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -1
  328. package/types/examples/plasma_web/components/TextField/TextField.d.ts +217 -0
  329. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  330. package/cjs/components/TextArea/TextArea.styles_1kzzs11.css +0 -11
  331. package/cjs/components/TextArea/variations/_clear/base.js.map +0 -1
  332. package/cjs/components/TextArea/variations/_clear/base_ba0nv7.css +0 -1
  333. package/cjs/components/TextArea/variations/_view/base_d83rii.css +0 -1
  334. package/cjs/components/TextField/TextField.styles_uponva.css +0 -15
  335. package/cjs/components/TextField/variations/_disabled/base_1tnjoy9.css +0 -1
  336. package/cjs/components/TextField/variations/_label-placement/base_6k17xp.css +0 -1
  337. package/cjs/components/TextField/variations/_read-only/base_8onybn.css +0 -1
  338. package/cjs/components/TextField/variations/_size/base_1h8l0kj.css +0 -1
  339. package/cjs/components/TextField/variations/_view/base_1ph5cr0.css +0 -1
  340. package/cjs/components/TextFieldGroup/variations/_shape/base_1e0je21.css +0 -1
  341. package/emotion/cjs/components/TextArea/variations/_clear/base.js +0 -10
  342. package/emotion/es/components/TextArea/variations/_clear/base.js +0 -4
  343. package/es/components/TextArea/TextArea.styles_1kzzs11.css +0 -11
  344. package/es/components/TextArea/variations/_clear/base.js.map +0 -1
  345. package/es/components/TextArea/variations/_clear/base_ba0nv7.css +0 -1
  346. package/es/components/TextArea/variations/_view/base_d83rii.css +0 -1
  347. package/es/components/TextField/TextField.styles_uponva.css +0 -15
  348. package/es/components/TextField/variations/_disabled/base_1tnjoy9.css +0 -1
  349. package/es/components/TextField/variations/_label-placement/base_6k17xp.css +0 -1
  350. package/es/components/TextField/variations/_read-only/base_8onybn.css +0 -1
  351. package/es/components/TextField/variations/_size/base_1h8l0kj.css +0 -1
  352. package/es/components/TextField/variations/_view/base_1ph5cr0.css +0 -1
  353. package/es/components/TextFieldGroup/variations/_shape/base_1e0je21.css +0 -1
  354. package/styled-components/cjs/components/TextArea/variations/_clear/base.js +0 -10
  355. package/styled-components/es/components/TextArea/variations/_clear/base.js +0 -4
  356. package/types/components/TextArea/variations/_clear/base.d.ts.map +0 -1
  357. /package/types/components/TextArea/variations/{_clear → _hint-size}/base.d.ts +0 -0
@@ -92,7 +92,8 @@ export function App() {
92
92
  ```
93
93
 
94
94
  ### Подсказка
95
- Для вывода подсказки снизу от поля используйте свойство `helperText`:
95
+ Для вывода подсказки снизу от поля используйте свойство `helperText`,
96
+ для подсказки в виде Tooltip - `hasHint`, для подсказки сверху справа - `titleCaption`:
96
97
 
97
98
  ```tsx live
98
99
  import React from 'react';
@@ -105,6 +106,11 @@ export function App() {
105
106
  placeholder="Введите значение"
106
107
  defaultValue="Значение"
107
108
  helperText="Подсказка снизу"
109
+ titleCaption="Подсказка сверху"
110
+ hasHint
111
+ hintText="Подсказка в виде Tooltip"
112
+ hintView="default"
113
+ hintSize="m"
108
114
  />
109
115
  </div>
110
116
  );
@@ -72,6 +72,15 @@ var tokens = exports.tokens = {
72
72
  labelInnerLineHeight: '--plasma-textfield-placement_inner__label-line-height',
73
73
  labelInnerPadding: '--plasma-textfield-placement_inner__label-padding',
74
74
  contentLabelInnerPadding: '--plasma-textfield-placement_inner__content-padding',
75
+ titleCaptionColor: '--plasma-textfield__title-caption-color',
76
+ titleCaptionColorReadOnly: '--plasma-textfield__title-caption-color-readonly',
77
+ titleCaptionInnerLabelOffset: '--plasma-textfield__title-caption-label-inner-offset',
78
+ titleCaptionFontFamily: '--plasma-textfield__title-caption-font-family',
79
+ titleCaptionFontStyle: '--plasma-textfield__title-caption-font-style',
80
+ titleCaptionFontSize: '--plasma-textfield__title-caption-font-size',
81
+ titleCaptionFontWeight: '--plasma-textfield__title-caption-font-weight',
82
+ titleCaptionLetterSpacing: '--plasma-textfield__title-caption-letter-spacing',
83
+ titleCaptionLineHeight: '--plasma-textfield__title-caption-line-height',
75
84
  leftHelperColor: '--plasma-textfield__left-helper-color',
76
85
  leftHelperColorReadOnly: '--plasma-textfield__left-helper-color-readonly',
77
86
  leftHelperOffset: '--plasma-textfield__left-helper-offset',
@@ -88,6 +97,32 @@ var tokens = exports.tokens = {
88
97
  textAfterMargin: '--plasma-textfield__after-text-margin',
89
98
  /** Прозрачность для всего компонента в состоянии disabled */
90
99
  disabledOpacity: '--plasma-textfield-disabled-opacity',
100
+ /** Токены для tooltip */
101
+ hintMargin: '--plasma-textfield__hint-margin',
102
+ hintIconColor: '--plasma-textfield__hint-icon-color',
103
+ hintInnerLabelPlacementOffset: '--plasma-textfield__hint-inner-label-placement-offset',
104
+ tooltipBackgroundColor: '--plasma-textfield__tooltip-background-color',
105
+ tooltipBoxShadow: '--plasma-textfield__tooltip-box-shadow',
106
+ tooltipColor: '--plasma-textfield__tooltip-color',
107
+ tooltipPaddingTop: '--plasma-textfield__tooltip-padding-top',
108
+ tooltipPaddingRight: '--plasma-textfield__tooltip-padding-right',
109
+ tooltipPaddingBottom: '--plasma-textfield__tooltip-padding-bottom',
110
+ tooltipPaddingLeft: '--plasma-textfield__tooltip-padding-left',
111
+ tooltipMinHeight: '--plasma-textfield__tooltip-min-height',
112
+ tooltipBorderRadius: '--plasma-textfield__tooltip-border-radius',
113
+ tooltipTextFontFamily: '--plasma-textfield__tooltip-text-font-family',
114
+ tooltipTextFontSize: '--plasma-textfield__tooltip-text-font-size',
115
+ tooltipTextFontStyle: '--plasma-textfield__tooltip-text-font-style',
116
+ tooltipTextFontWeight: '--plasma-textfield__tooltip-text-font-weight',
117
+ tooltipTextFontLetterSpacing: '--plasma-textfield__tooltip-text-font-letter-spacing',
118
+ tooltipTextFontLineHeight: '--plasma-textfield__tooltip-text-font-line-height',
119
+ tooltipContentLeftMargin: '--plasma-textfield__tooltip-content-left-margin',
120
+ tooltipArrowMaskWidth: '--plasma-textfield__tooltip-arrow-mask-width',
121
+ tooltipArrowMaskHeight: '--plasma-textfield__tooltip-arrow-mask-height',
122
+ tooltipArrowMaskImage: '--plasma-textfield__tooltip-arrow-mask-image',
123
+ tooltipArrowHeight: '--plasma-textfield__tooltip-arrow-height',
124
+ tooltipArrowEdgeMargin: '--plasma-textfield__tooltip-arrow-edge-margin',
125
+ tooltipArrowBackground: '--plasma-textfield__tooltip-arrow-background',
91
126
  /** Токены чипа */
92
127
  chipHeight: '--plasma-textfield__chip-height',
93
128
  chipBorderRadius: '--plasma-textfield__chip-border-radius',
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _TextField = /*#__PURE__*/require("../../TextField.tokens");
9
+ var _Tooltip = /*#__PURE__*/require("../../../Tooltip");
10
+ var _TextField2 = /*#__PURE__*/require("../../TextField.styles");
11
+ var base = exports.base = /*#__PURE__*/(0, _react.css)(_TextField2.Hint, "{", _Tooltip.tooltipTokens.paddingTop, ":var(", _TextField.tokens.tooltipPaddingTop, ");", _Tooltip.tooltipTokens.paddingRight, ":var(", _TextField.tokens.tooltipPaddingRight, ");", _Tooltip.tooltipTokens.paddingBottom, ":var(", _TextField.tokens.tooltipPaddingBottom, ");", _Tooltip.tooltipTokens.paddingLeft, ":var(", _TextField.tokens.tooltipPaddingLeft, ");", _Tooltip.tooltipTokens.minHeight, ":var(", _TextField.tokens.tooltipMinHeight, ");", _Tooltip.tooltipTokens.borderRadius, ":var(", _TextField.tokens.tooltipBorderRadius, ");", _Tooltip.tooltipTokens.textFontFamily, ":var(", _TextField.tokens.tooltipTextFontFamily, ");", _Tooltip.tooltipTokens.textFontSize, ":var(", _TextField.tokens.tooltipTextFontSize, ");", _Tooltip.tooltipTokens.textFontStyle, ":var(", _TextField.tokens.tooltipTextFontStyle, ");", _Tooltip.tooltipTokens.textFontWeight, ":var(", _TextField.tokens.tooltipTextFontWeight, ");", _Tooltip.tooltipTokens.textFontLetterSpacing, ":var(", _TextField.tokens.tooltipTextFontLetterSpacing, ");", _Tooltip.tooltipTokens.textFontLineHeight, ":var(", _TextField.tokens.tooltipTextFontLineHeight, ");", _Tooltip.tooltipTokens.contentLeftMargin, ":var(", _TextField.tokens.tooltipContentLeftMargin, ");", _Tooltip.tooltipTokens.arrowMaskWidth, ":var(", _TextField.tokens.tooltipArrowMaskWidth, ");", _Tooltip.tooltipTokens.arrowMaskHeight, ":var(", _TextField.tokens.tooltipArrowMaskHeight, ");", _Tooltip.tooltipTokens.arrowMaskImage, ":url(", _TextField.tokens.tooltipArrowMaskImage, ");", _Tooltip.tooltipTokens.arrowHeight, ":var(", _TextField.tokens.tooltipArrowHeight, ");", _Tooltip.tooltipTokens.arrowEdgeMargin, ":var(", _TextField.tokens.tooltipArrowEdgeMargin, ");", _Tooltip.tooltipTokens.arrowBackground, ":var(", _TextField.tokens.tooltipArrowBackground, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2hpbnQtc2l6ZS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQU11QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19oaW50LXNpemUvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyB0b29sdGlwVG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vVG9vbHRpcCc7XG5pbXBvcnQgeyBIaW50IH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnN0eWxlcyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICR7SGludH0ge1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMucGFkZGluZ1RvcH06IHZhcigke3Rva2Vucy50b29sdGlwUGFkZGluZ1RvcH0pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMucGFkZGluZ1JpZ2h0fTogdmFyKCR7dG9rZW5zLnRvb2x0aXBQYWRkaW5nUmlnaHR9KTtcbiAgICAgICAgJHt0b29sdGlwVG9rZW5zLnBhZGRpbmdCb3R0b219OiB2YXIoJHt0b2tlbnMudG9vbHRpcFBhZGRpbmdCb3R0b219KTtcbiAgICAgICAgJHt0b29sdGlwVG9rZW5zLnBhZGRpbmdMZWZ0fTogdmFyKCR7dG9rZW5zLnRvb2x0aXBQYWRkaW5nTGVmdH0pO1xuXG4gICAgICAgICR7dG9vbHRpcFRva2Vucy5taW5IZWlnaHR9OiB2YXIoJHt0b2tlbnMudG9vbHRpcE1pbkhlaWdodH0pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMuYm9yZGVyUmFkaXVzfTogdmFyKCR7dG9rZW5zLnRvb2x0aXBCb3JkZXJSYWRpdXN9KTtcblxuICAgICAgICAke3Rvb2x0aXBUb2tlbnMudGV4dEZvbnRGYW1pbHl9OiB2YXIoJHt0b2tlbnMudG9vbHRpcFRleHRGb250RmFtaWx5fSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy50ZXh0Rm9udFNpemV9OiB2YXIoJHt0b2tlbnMudG9vbHRpcFRleHRGb250U2l6ZX0pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMudGV4dEZvbnRTdHlsZX06IHZhcigke3Rva2Vucy50b29sdGlwVGV4dEZvbnRTdHlsZX0pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMudGV4dEZvbnRXZWlnaHR9OiB2YXIoJHt0b2tlbnMudG9vbHRpcFRleHRGb250V2VpZ2h0fSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy50ZXh0Rm9udExldHRlclNwYWNpbmd9OiB2YXIoJHt0b2tlbnMudG9vbHRpcFRleHRGb250TGV0dGVyU3BhY2luZ30pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMudGV4dEZvbnRMaW5lSGVpZ2h0fTogdmFyKCR7dG9rZW5zLnRvb2x0aXBUZXh0Rm9udExpbmVIZWlnaHR9KTtcblxuICAgICAgICAke3Rvb2x0aXBUb2tlbnMuY29udGVudExlZnRNYXJnaW59OiB2YXIoJHt0b2tlbnMudG9vbHRpcENvbnRlbnRMZWZ0TWFyZ2lufSk7XG5cbiAgICAgICAgJHt0b29sdGlwVG9rZW5zLmFycm93TWFza1dpZHRofTogdmFyKCR7dG9rZW5zLnRvb2x0aXBBcnJvd01hc2tXaWR0aH0pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMuYXJyb3dNYXNrSGVpZ2h0fTogdmFyKCR7dG9rZW5zLnRvb2x0aXBBcnJvd01hc2tIZWlnaHR9KTtcbiAgICAgICAgJHt0b29sdGlwVG9rZW5zLmFycm93TWFza0ltYWdlfTogdXJsKCR7dG9rZW5zLnRvb2x0aXBBcnJvd01hc2tJbWFnZX0pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMuYXJyb3dIZWlnaHR9OiB2YXIoJHt0b2tlbnMudG9vbHRpcEFycm93SGVpZ2h0fSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy5hcnJvd0VkZ2VNYXJnaW59OiB2YXIoJHt0b2tlbnMudG9vbHRpcEFycm93RWRnZU1hcmdpbn0pO1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMuYXJyb3dCYWNrZ3JvdW5kfTogdmFyKCR7dG9rZW5zLnRvb2x0aXBBcnJvd0JhY2tncm91bmR9KTtcbiAgICB9XG5gO1xuIl19 */"));
@@ -0,0 +1,21 @@
1
+ [
2
+ "--plasma-textfield__tooltip-padding-top",
3
+ "--plasma-textfield__tooltip-padding-right",
4
+ "--plasma-textfield__tooltip-padding-bottom",
5
+ "--plasma-textfield__tooltip-padding-left",
6
+ "--plasma-textfield__tooltip-min-height",
7
+ "--plasma-textfield__tooltip-border-radius",
8
+ "--plasma-textfield__tooltip-text-font-family",
9
+ "--plasma-textfield__tooltip-text-font-size",
10
+ "--plasma-textfield__tooltip-text-font-style",
11
+ "--plasma-textfield__tooltip-text-font-weight",
12
+ "--plasma-textfield__tooltip-text-font-letter-spacing",
13
+ "--plasma-textfield__tooltip-text-font-line-height",
14
+ "--plasma-textfield__tooltip-content-left-margin",
15
+ "--plasma-textfield__tooltip-arrow-mask-width",
16
+ "--plasma-textfield__tooltip-arrow-mask-height",
17
+ "--plasma-textfield__tooltip-arrow-mask-image",
18
+ "--plasma-textfield__tooltip-arrow-height",
19
+ "--plasma-textfield__tooltip-arrow-edge-margin",
20
+ "--plasma-textfield__tooltip-arrow-background"
21
+ ]
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _TextField = /*#__PURE__*/require("../../TextField.tokens");
9
+ var _Tooltip = /*#__PURE__*/require("../../../Tooltip");
10
+ var _TextField2 = /*#__PURE__*/require("../../TextField.styles");
11
+ var base = exports.base = /*#__PURE__*/(0, _react.css)(_TextField2.Hint, "{", _Tooltip.tooltipTokens.backgroundColor, ":var(", _TextField.tokens.tooltipBackgroundColor, ");", _Tooltip.tooltipTokens.boxShadow, ":var(", _TextField.tokens.tooltipBoxShadow, ");", _Tooltip.tooltipTokens.color, ":var(", _TextField.tokens.tooltipColor, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2hpbnQtdmlldy9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQU11QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19oaW50LXZpZXcvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyB0b29sdGlwVG9rZW5zIH0gZnJvbSAnLi4vLi4vLi4vVG9vbHRpcCc7XG5pbXBvcnQgeyBIaW50IH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnN0eWxlcyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICR7SGludH0ge1xuICAgICAgICAke3Rvb2x0aXBUb2tlbnMuYmFja2dyb3VuZENvbG9yfTogdmFyKCR7dG9rZW5zLnRvb2x0aXBCYWNrZ3JvdW5kQ29sb3J9KTtcbiAgICAgICAgJHt0b29sdGlwVG9rZW5zLmJveFNoYWRvd306IHZhcigke3Rva2Vucy50b29sdGlwQm94U2hhZG93fSk7XG4gICAgICAgICR7dG9vbHRpcFRva2Vucy5jb2xvcn06IHZhcigke3Rva2Vucy50b29sdGlwQ29sb3J9KTtcbiAgICB9XG5gO1xuIl19 */"));
@@ -0,0 +1,5 @@
1
+ [
2
+ "--plasma-textfield__tooltip-background-color",
3
+ "--plasma-textfield__tooltip-box-shadow",
4
+ "--plasma-textfield__tooltip-color "
5
+ ]
@@ -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;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, "{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);}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2xhYmVsLXBsYWNlbWVudC9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19sYWJlbC1wbGFjZW1lbnQvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRDb250YWluZXIsIExhYmVsLCBTdHlsZWRUZXh0QWZ0ZXIsIFN0eWxlZFRleHRCZWZvcmUgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMub3V0ZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgICBtYXJnaW4tYm90dG9tOiB2YXIoJHt0b2tlbnMubGFiZWxPZmZzZXR9KTtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMubGFiZWxDb2xvcn0pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMuaW5uZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0lucHV0Q29udGFpbmVyfSB7XG4gICAgICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMuY29udGVudExhYmVsSW5uZXJQYWRkaW5nfSk7XG4gICAgICAgIH1cblxuICAgICAgICAke1N0eWxlZFRleHRBZnRlcn0sICR7U3R5bGVkVGV4dEJlZm9yZX0ge1xuICAgICAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLmNvbnRlbnRMYWJlbElubmVyUGFkZGluZ30pO1xuICAgICAgICB9XG5cbiAgICAgICAgLyog0L/QvtC00L3QuNC80LDQtdGCIGxhYmVsINCy0LLQtdGA0YUg0L/RgNC4INGE0L7QutGD0YHQtSwg0L3QsNC70LjRh9C40Lgg0LfQvdCw0YfQtdC90LjRjyAqL1xuICAgICAgICAke0lucHV0fTpmb2N1cyB+ICR7TGFiZWx9LCAke0lucHV0fS4ke2NsYXNzZXMuaGFzVmFsdWV9IH4gJHtMYWJlbH0ge1xuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGZsZXgtc3RhcnQ7XG4gICAgICAgICAgICBwYWRkaW5nOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lclBhZGRpbmd9KTtcblxuICAgICAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udEZhbWlseX0pO1xuICAgICAgICAgICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRTaXplfSk7XG4gICAgICAgICAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRTdHlsZX0pO1xuICAgICAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5sYWJlbElubmVyRm9udFdlaWdodH0pO1xuICAgICAgICAgICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5sYWJlbElubmVyTGV0dGVyU3BhY2luZ30pO1xuICAgICAgICAgICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy5sYWJlbElubmVyTGluZUhlaWdodH0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtMYWJlbH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yfSk7XG5cbiAgICAgICAgICAgIHBvaW50ZXItZXZlbnRzOiBub25lO1xuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICAgICAgdG9wOiAwO1xuXG4gICAgICAgICAgICBkaXNwbGF5OiBmbGV4O1xuICAgICAgICAgICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcblxuICAgICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcblxuICAgICAgICAgICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaGVpZ2h0fSk7XG5cbiAgICAgICAgICAgIHBhZGRpbmctdG9wOiBjYWxjKGNhbGModmFyKCR7dG9rZW5zLmhlaWdodH0pIC0gdmFyKCR7dG9rZW5zLmxhYmVsTGluZUhlaWdodH0pKSAvIDIpO1xuICAgICAgICAgICAgcGFkZGluZy1ib3R0b206IGNhbGMoY2FsYyh2YXIoJHt0b2tlbnMuaGVpZ2h0fSkgLSB2YXIoJHt0b2tlbnMubGFiZWxMaW5lSGVpZ2h0fSkpIC8gMik7XG4gICAgICAgIH1cbiAgICB9XG5gO1xuIl19 */"));
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, "{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);}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX2xhYmVsLXBsYWNlbWVudC9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19sYWJlbC1wbGFjZW1lbnQvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRDb250YWluZXIsIExhYmVsLCBTdHlsZWRUZXh0QWZ0ZXIsIFN0eWxlZFRleHRCZWZvcmUgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMub3V0ZXJMYWJlbFBsYWNlbWVudH0ge1xuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmxhYmVsQ29sb3J9KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLmlubmVyTGFiZWxQbGFjZW1lbnR9IHtcbiAgICAgICAgJHtJbnB1dENvbnRhaW5lcn0ge1xuICAgICAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLmNvbnRlbnRMYWJlbElubmVyUGFkZGluZ30pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtTdHlsZWRUZXh0QWZ0ZXJ9LCAke1N0eWxlZFRleHRCZWZvcmV9IHtcbiAgICAgICAgICAgIHBhZGRpbmc6IHZhcigke3Rva2Vucy5jb250ZW50TGFiZWxJbm5lclBhZGRpbmd9KTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8qINC/0L7QtNC90LjQvNCw0LXRgiBsYWJlbCDQstCy0LXRgNGFINC/0YDQuCDRhNC+0LrRg9GB0LUsINC90LDQu9C40YfQuNC4INC30L3QsNGH0LXQvdC40Y8gKi9cbiAgICAgICAgJHtJbnB1dH06Zm9jdXMgfiAke0xhYmVsfSwgJHtJbnB1dH0uJHtjbGFzc2VzLmhhc1ZhbHVlfSB+ICR7TGFiZWx9IHtcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBmbGV4LXN0YXJ0O1xuICAgICAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJQYWRkaW5nfSk7XG5cbiAgICAgICAgICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRGYW1pbHl9KTtcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJGb250U2l6ZX0pO1xuICAgICAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmxhYmVsSW5uZXJGb250U3R5bGV9KTtcbiAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckZvbnRXZWlnaHR9KTtcbiAgICAgICAgICAgIGxldHRlci1zcGFjaW5nOiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckxldHRlclNwYWNpbmd9KTtcbiAgICAgICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lckxpbmVIZWlnaHR9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7TGFiZWx9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucGxhY2Vob2xkZXJDb2xvcn0pO1xuXG4gICAgICAgICAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgIHRvcDogMDtcblxuICAgICAgICAgICAgZGlzcGxheTogZmxleDtcbiAgICAgICAgICAgIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG5cbiAgICAgICAgICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG5cbiAgICAgICAgICAgIGhlaWdodDogdmFyKCR7dG9rZW5zLmhlaWdodH0pO1xuXG4gICAgICAgICAgICBwYWRkaW5nLXRvcDogY2FsYyhjYWxjKHZhcigke3Rva2Vucy5oZWlnaHR9KSAtIHZhcigke3Rva2Vucy5sYWJlbExpbmVIZWlnaHR9KSkgLyAyKTtcbiAgICAgICAgICAgIHBhZGRpbmctYm90dG9tOiBjYWxjKGNhbGModmFyKCR7dG9rZW5zLmhlaWdodH0pIC0gdmFyKCR7dG9rZW5zLmxhYmVsTGluZUhlaWdodH0pKSAvIDIpO1xuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -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), ");}", _TextField2.InputWrapper, ":hover{background-color:var(", _TextField.tokens.backgroundColorReadOnly, ");}", _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, ");}", _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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3JlYWQtb25seS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRQbGFjZWhvbGRlciwgSW5wdXRXcmFwcGVyLCBMYWJlbCwgTGVmdEhlbHBlciB9IGZyb20gJy4uLy4uL1RleHRGaWVsZC5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAmW3JlYWRvbmx5XSB7XG4gICAgICAgICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke1N0cmluZyh0b2tlbnMuYmFja2dyb3VuZENvbG9yUmVhZE9ubHkpfSk7XG4gICAgICAgICAgICBib3gtc2hhZG93OiBpbnNldCAwIDAgMCB2YXIoJHtTdHJpbmcodG9rZW5zLmJvcmRlcldpZHRoKX0pIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3JSZWFkT25seSl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRXcmFwcGVyfTpob3ZlciB7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiB2YXIoJHt0b2tlbnMuYmFja2dyb3VuZENvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXRQbGFjZWhvbGRlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICR7SW5wdXR9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3JSZWFkT25seX0pO1xuICAgICAgICAgICAgY3Vyc29yOiBkZWZhdWx0O1xuICAgICAgICAgICAgbWluLXdpZHRoOiB1bnNldDtcbiAgICAgICAgfVxuXG4gICAgICAgICR7TGVmdEhlbHBlcn0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtMYWJlbH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5sYWJlbENvbG9yUmVhZE9ubHl9KTtcbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));
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), ");}", _TextField2.InputWrapper, ":hover{background-color:var(", _TextField.tokens.backgroundColorReadOnly, ");}", _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, ");}", _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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3JlYWQtb25seS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZC92YXJpYXRpb25zL19yZWFkLW9ubHkvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnRva2Vucyc7XG5pbXBvcnQgeyBJbnB1dCwgSW5wdXRQbGFjZWhvbGRlciwgSW5wdXRXcmFwcGVyLCBMYWJlbCwgTGVmdEhlbHBlciwgVGl0bGVDYXB0aW9uIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnN0eWxlcyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICZbcmVhZG9ubHldIHtcbiAgICAgICAgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3JSZWFkT25seX0pO1xuICAgICAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5iYWNrZ3JvdW5kQ29sb3JSZWFkT25seSl9KTtcbiAgICAgICAgICAgIGJveC1zaGFkb3c6IGluc2V0IDAgMCAwIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyV2lkdGgpfSkgdmFyKCR7U3RyaW5nKHRva2Vucy5ib3JkZXJDb2xvclJlYWRPbmx5KX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtJbnB1dFdyYXBwZXJ9OmhvdmVyIHtcbiAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigke3Rva2Vucy5iYWNrZ3JvdW5kQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtJbnB1dFBsYWNlaG9sZGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLnBsYWNlaG9sZGVyQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtJbnB1dH0ge1xuICAgICAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jb2xvclJlYWRPbmx5fSk7XG4gICAgICAgICAgICBjdXJzb3I6IGRlZmF1bHQ7XG4gICAgICAgICAgICBtaW4td2lkdGg6IHVuc2V0O1xuICAgICAgICB9XG5cbiAgICAgICAgJHtUaXRsZUNhcHRpb259IHtcbiAgICAgICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG5cbiAgICAgICAgJHtMZWZ0SGVscGVyfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJDb2xvclJlYWRPbmx5fSk7XG4gICAgICAgIH1cblxuICAgICAgICAke0xhYmVsfSB7XG4gICAgICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmxhYmVsQ29sb3JSZWFkT25seX0pO1xuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -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, "{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== */"));
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.StyledHintWrapper, "{margin:var(", _TextField.tokens.hintMargin, ");}", _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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3NpemUvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFldUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGQvdmFyaWF0aW9ucy9fc2l6ZS9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQudG9rZW5zJztcbmltcG9ydCB7XG4gICAgSW5wdXQsXG4gICAgSW5wdXRDb250YWluZXIsXG4gICAgSW5wdXRXcmFwcGVyLFxuICAgIExhYmVsLFxuICAgIExlZnRIZWxwZXIsXG4gICAgU3R5bGVkSGludFdyYXBwZXIsXG4gICAgU3R5bGVkVGV4dEFmdGVyLFxuICAgIFN0eWxlZFRleHRCZWZvcmUsXG4gICAgVGl0bGVDYXB0aW9uLFxufSBmcm9tICcuLi8uLi9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJHtJbnB1dH0ge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgZm9udDogaW5oZXJpdDtcbiAgICAgICAgbGV0dGVyLXNwYWNpbmc6IGluaGVyaXQ7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiBpbmhlcml0O1xuICAgIH1cblxuICAgICR7SW5wdXRDb250YWluZXJ9IHtcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMuZm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5mb250U2l6ZX0pO1xuICAgICAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMuZm9udFN0eWxlfSk7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMuZm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxldHRlclNwYWNpbmd9KTtcbiAgICAgICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy5saW5lSGVpZ2h0fSk7XG4gICAgfVxuXG4gICAgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgaGVpZ2h0OiB2YXIoJHt0b2tlbnMuaGVpZ2h0fSk7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy5ib3JkZXJSYWRpdXN9KTtcbiAgICAgICAgcGFkZGluZzogdmFyKCR7dG9rZW5zLnBhZGRpbmd9KTtcblxuICAgICAgICAmLiR7Y2xhc3Nlcy5oYXNDaGlwc30ge1xuICAgICAgICAgICAgcGFkZGluZy10b3A6IHZhcigke3Rva2Vucy5wYWRkaW5nV2l0aENoaXBzfSk7XG4gICAgICAgICAgICBwYWRkaW5nLWJvdHRvbTogdmFyKCR7dG9rZW5zLnBhZGRpbmdXaXRoQ2hpcHN9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLmhhc0VtcHR5Q29udGVudExlZnR9IHtcbiAgICAgICAgICAgIHBhZGRpbmctbGVmdDogdmFyKCR7dG9rZW5zLnBhZGRpbmdXaXRoQ2hpcHN9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICYuJHtjbGFzc2VzLmhhc0VtcHR5Q29udGVudFJpZ2h0fSB7XG4gICAgICAgICAgICBwYWRkaW5nLXJpZ2h0OiB2YXIoJHt0b2tlbnMucGFkZGluZ1dpdGhDaGlwc30pO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJHtMYWJlbH0ge1xuICAgICAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLmxhYmVsRm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5sYWJlbEZvbnRTaXplfSk7XG4gICAgICAgIGZvbnQtc3R5bGU6IHZhcigke3Rva2Vucy5sYWJlbEZvbnRTdHlsZX0pO1xuICAgICAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLmxhYmVsRm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxhYmVsTGV0dGVyU3BhY2luZ30pO1xuICAgICAgICBsaW5lLWhlaWdodDogdmFyKCR7dG9rZW5zLmxhYmVsTGluZUhlaWdodH0pO1xuICAgIH1cblxuICAgICR7U3R5bGVkSGludFdyYXBwZXJ9IHtcbiAgICAgICAgbWFyZ2luOiB2YXIoJHt0b2tlbnMuaGludE1hcmdpbn0pO1xuICAgIH1cblxuICAgICR7VGl0bGVDYXB0aW9ufSB7XG4gICAgICAgIGZvbnQtZmFtaWx5OiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uRm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy50aXRsZUNhcHRpb25Gb250U2l6ZX0pO1xuICAgICAgICBmb250LXN0eWxlOiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uRm9udFN0eWxlfSk7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uRm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLnRpdGxlQ2FwdGlvbkxldHRlclNwYWNpbmd9KTtcbiAgICAgICAgbGluZS1oZWlnaHQ6IHZhcigke3Rva2Vucy50aXRsZUNhcHRpb25MaW5lSGVpZ2h0fSk7XG4gICAgfVxuXG4gICAgJHtMZWZ0SGVscGVyfSB7XG4gICAgICAgIG1hcmdpbi10b3A6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyT2Zmc2V0fSk7XG5cbiAgICAgICAgZm9udC1mYW1pbHk6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udEZhbWlseX0pO1xuICAgICAgICBmb250LXNpemU6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJGb250U3R5bGV9KTtcbiAgICAgICAgZm9udC13ZWlnaHQ6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFdlaWdodH0pO1xuICAgICAgICBsZXR0ZXItc3BhY2luZzogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGVmdEhlbHBlckxpbmVIZWlnaHR9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZFRleHRCZWZvcmV9LCAke1N0eWxlZFRleHRBZnRlcn0ge1xuICAgICAgICBmb250LWZhbWlseTogdmFyKCR7dG9rZW5zLmZvbnRGYW1pbHl9KTtcbiAgICAgICAgZm9udC1zaXplOiB2YXIoJHt0b2tlbnMuZm9udFNpemV9KTtcbiAgICAgICAgZm9udC1zdHlsZTogdmFyKCR7dG9rZW5zLmZvbnRTdHlsZX0pO1xuICAgICAgICBmb250LXdlaWdodDogdmFyKCR7dG9rZW5zLmZvbnRXZWlnaHR9KTtcbiAgICAgICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke3Rva2Vucy5sZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuICAgIH1cblxuICAgICR7U3R5bGVkVGV4dEJlZm9yZX0ge1xuICAgICAgICBtYXJnaW46IHZhcigke3Rva2Vucy50ZXh0QmVmb3JlTWFyZ2lufSk7XG4gICAgfVxuXG4gICAgJHtTdHlsZWRUZXh0QWZ0ZXJ9IHtcbiAgICAgICAgbWFyZ2luOiB2YXIoJHt0b2tlbnMudGV4dEFmdGVyTWFyZ2lufSk7XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -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.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.placeholderColor, ");}", _TextField2.Input, "{color:var(", _TextField.tokens.color, ");}", _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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3ZpZXcvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFZdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGQvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQudG9rZW5zJztcbmltcG9ydCB7XG4gICAgSW5wdXQsXG4gICAgSW5wdXRQbGFjZWhvbGRlcixcbiAgICBJbnB1dFdyYXBwZXIsXG4gICAgTGVmdEhlbHBlcixcbiAgICBTdHlsZWRUZXh0QWZ0ZXIsXG4gICAgU3R5bGVkVGV4dEJlZm9yZSxcbn0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkLnN0eWxlcyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJvcmRlci1jb2xvcjogdmFyKCR7U3RyaW5nKHRva2Vucy5ib3JkZXJDb2xvcil9KTtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYmctY29sb3I6IHZhcigke1N0cmluZyh0b2tlbnMuYmFja2dyb3VuZENvbG9yKX0pO1xuXG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMuY29sb3J9KTtcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJnLWNvbG9yKTtcbiAgICAgICAgYm94LXNoYWRvdzogaW5zZXQgMCAwIDAgdmFyKCR7dG9rZW5zLmJvcmRlcldpZHRofSkgdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJvcmRlci1jb2xvcik7XG4gICAgICAgIGNhcmV0LWNvbG9yOiB2YXIoJHt0b2tlbnMuY2FyZXRDb2xvcn0pO1xuXG4gICAgICAgIHRyYW5zaXRpb246IGJhY2tncm91bmQtY29sb3IgMC4xcyBlYXNlLWluLCBjb2xvciAwLjFzIGVhc2UtaW4sIGJveC1zaGFkb3cgMC4xcyBlYXNlLWluO1xuICAgIH1cbiAgICAke0lucHV0V3JhcHBlcn06aG92ZXIge1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1ib3JkZXItY29sb3I6IHZhcigke3Rva2Vucy5ib3JkZXJDb2xvckhvdmVyfSwgdmFyKCR7U3RyaW5nKHRva2Vucy5ib3JkZXJDb2xvcil9KSk7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJnLWNvbG9yOiB2YXIoXG4gICAgICAgICAgICAke3Rva2Vucy5iYWNrZ3JvdW5kQ29sb3JIb3Zlcn0sXG4gICAgICAgICAgICB2YXIoJHtTdHJpbmcodG9rZW5zLmJhY2tncm91bmRDb2xvcil9KVxuICAgICAgICApO1xuICAgIH1cbiAgICAke0lucHV0V3JhcHBlcn06Zm9jdXMtd2l0aGluIHtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYm9yZGVyLWNvbG9yOiB2YXIoJHt0b2tlbnMuYm9yZGVyQ29sb3JGb2N1c30sIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3IpfSkpO1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1iZy1jb2xvcjogdmFyKFxuICAgICAgICAgICAgJHt0b2tlbnMuYmFja2dyb3VuZENvbG9yRm9jdXN9LFxuICAgICAgICAgICAgdmFyKCR7U3RyaW5nKHRva2Vucy5iYWNrZ3JvdW5kQ29sb3IpfSlcbiAgICAgICAgKTtcbiAgICB9XG5cbiAgICAke0lucHV0UGxhY2Vob2xkZXJ9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5wbGFjZWhvbGRlckNvbG9yfSk7XG4gICAgfVxuXG4gICAgJHtJbnB1dH0ge1xuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yfSk7XG4gICAgfVxuXG4gICAgJHtMZWZ0SGVscGVyfSB7XG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMubGVmdEhlbHBlckNvbG9yfSk7XG4gICAgfVxuXG4gICAgJHtTdHlsZWRUZXh0QmVmb3JlfSB7XG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMudGV4dEJlZm9yZUNvbG9yfSk7XG4gICAgfVxuXG4gICAgJHtTdHlsZWRUZXh0QWZ0ZXJ9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy50ZXh0QWZ0ZXJDb2xvcn0pO1xuICAgIH1cbmA7XG4iXX0= */"));
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.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.placeholderColor, ");}", _TextField2.Input, "{color:var(", _TextField.tokens.color, ");}", _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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkL3ZhcmlhdGlvbnMvX3ZpZXcvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFhdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGQvdmFyaWF0aW9ucy9fdmlldy9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGQudG9rZW5zJztcbmltcG9ydCB7XG4gICAgSW5wdXQsXG4gICAgSW5wdXRQbGFjZWhvbGRlcixcbiAgICBJbnB1dFdyYXBwZXIsXG4gICAgTGVmdEhlbHBlcixcbiAgICBTdHlsZWRUZXh0QWZ0ZXIsXG4gICAgU3R5bGVkVGV4dEJlZm9yZSxcbiAgICBUaXRsZUNhcHRpb24sXG59IGZyb20gJy4uLy4uL1RleHRGaWVsZC5zdHlsZXMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICAke0lucHV0V3JhcHBlcn0ge1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1ib3JkZXItY29sb3I6IHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3IpfSk7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJnLWNvbG9yOiB2YXIoJHtTdHJpbmcodG9rZW5zLmJhY2tncm91bmRDb2xvcil9KTtcblxuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLmNvbG9yfSk7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6IHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1iZy1jb2xvcik7XG4gICAgICAgIGJveC1zaGFkb3c6IGluc2V0IDAgMCAwIHZhcigke3Rva2Vucy5ib3JkZXJXaWR0aH0pIHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1ib3JkZXItY29sb3IpO1xuICAgICAgICBjYXJldC1jb2xvcjogdmFyKCR7dG9rZW5zLmNhcmV0Q29sb3J9KTtcblxuICAgICAgICB0cmFuc2l0aW9uOiBiYWNrZ3JvdW5kLWNvbG9yIDAuMXMgZWFzZS1pbiwgY29sb3IgMC4xcyBlYXNlLWluLCBib3gtc2hhZG93IDAuMXMgZWFzZS1pbjtcbiAgICB9XG4gICAgJHtJbnB1dFdyYXBwZXJ9OmhvdmVyIHtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYm9yZGVyLWNvbG9yOiB2YXIoJHt0b2tlbnMuYm9yZGVyQ29sb3JIb3Zlcn0sIHZhcigke1N0cmluZyh0b2tlbnMuYm9yZGVyQ29sb3IpfSkpO1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHRmaWVsZC1iZy1jb2xvcjogdmFyKFxuICAgICAgICAgICAgJHt0b2tlbnMuYmFja2dyb3VuZENvbG9ySG92ZXJ9LFxuICAgICAgICAgICAgdmFyKCR7U3RyaW5nKHRva2Vucy5iYWNrZ3JvdW5kQ29sb3IpfSlcbiAgICAgICAgKTtcbiAgICB9XG4gICAgJHtJbnB1dFdyYXBwZXJ9OmZvY3VzLXdpdGhpbiB7XG4gICAgICAgIC0tcGxhc21hX3ByaXZhdGUtdGV4dGZpZWxkLWJvcmRlci1jb2xvcjogdmFyKCR7dG9rZW5zLmJvcmRlckNvbG9yRm9jdXN9LCB2YXIoJHtTdHJpbmcodG9rZW5zLmJvcmRlckNvbG9yKX0pKTtcbiAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0ZmllbGQtYmctY29sb3I6IHZhcihcbiAgICAgICAgICAgICR7dG9rZW5zLmJhY2tncm91bmRDb2xvckZvY3VzfSxcbiAgICAgICAgICAgIHZhcigke1N0cmluZyh0b2tlbnMuYmFja2dyb3VuZENvbG9yKX0pXG4gICAgICAgICk7XG4gICAgfVxuXG4gICAgJHtJbnB1dFBsYWNlaG9sZGVyfSB7XG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMucGxhY2Vob2xkZXJDb2xvcn0pO1xuICAgIH1cblxuICAgICR7SW5wdXR9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5jb2xvcn0pO1xuICAgIH1cblxuICAgICR7VGl0bGVDYXB0aW9ufSB7XG4gICAgICAgIGNvbG9yOiB2YXIoJHt0b2tlbnMudGl0bGVDYXB0aW9uQ29sb3J9KTtcbiAgICB9XG5cbiAgICAke0xlZnRIZWxwZXJ9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyQ29sb3J9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZFRleHRCZWZvcmV9IHtcbiAgICAgICAgY29sb3I6IHZhcigke3Rva2Vucy50ZXh0QmVmb3JlQ29sb3J9KTtcbiAgICB9XG5cbiAgICAke1N0eWxlZFRleHRBZnRlcn0ge1xuICAgICAgICBjb2xvcjogdmFyKCR7dG9rZW5zLnRleHRBZnRlckNvbG9yfSk7XG4gICAgfVxuYDtcbiJdfQ== */"));
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.InfoCircleOutline = void 0;
7
+ var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
+ var _path;
9
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
11
+ var InfoCircleOutline = exports.InfoCircleOutline = function InfoCircleOutline(props) {
12
+ return /*#__PURE__*/_react["default"].createElement("svg", _extends({
13
+ width: "100%",
14
+ viewBox: "0 0 24 24",
15
+ fill: "none"
16
+ }, props), _path || (_path = /*#__PURE__*/_react["default"].createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M3.5 12C3.5 7.30558 7.30558 3.5 12 3.5C16.6944 3.5 20.5 7.30558 20.5 12C20.5 16.6944 16.6944 20.5 12 20.5C7.30558 20.5 3.5 16.6944 3.5 12ZM12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM13 8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8ZM12 10.25C12.4142 10.25 12.75 10.5858 12.75 11V17C12.75 17.4142 12.4142 17.75 12 17.75C11.5858 17.75 11.25 17.4142 11.25 17V11C11.25 10.5858 11.5858 10.25 12 10.25Z",
20
+ fill: "currentColor"
21
+ })));
22
+ };
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.IconInfoCircleOutline = void 0;
7
+ var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
+ var _InfoCircleOutline = /*#__PURE__*/require("../Icon.assets/InfoCircleOutline");
9
+ var _IconRoot = /*#__PURE__*/require("../IconRoot");
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
+ var IconInfoCircleOutline = exports.IconInfoCircleOutline = function IconInfoCircleOutline(_ref) {
12
+ var _ref$size = _ref.size,
13
+ size = _ref$size === void 0 ? 's' : _ref$size,
14
+ color = _ref.color,
15
+ className = _ref.className;
16
+ return /*#__PURE__*/_react["default"].createElement(_IconRoot.IconRoot, {
17
+ className: className,
18
+ size: size,
19
+ color: color,
20
+ icon: _InfoCircleOutline.InfoCircleOutline
21
+ });
22
+ };
@@ -117,6 +117,12 @@ 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
+ });
120
126
  Object.defineProperty(exports, "IconMic", {
121
127
  enumerable: true,
122
128
  get: function get() {
@@ -156,4 +162,5 @@ var _IconBlankDocOutline = /*#__PURE__*/require("./Icons/IconBlankDocOutline");
156
162
  var _IconBlankOutline = /*#__PURE__*/require("./Icons/IconBlankOutline");
157
163
  var _IconBlankPdfOutline = /*#__PURE__*/require("./Icons/IconBlankPdfOutline");
158
164
  var _IconBlankTxtOutline = /*#__PURE__*/require("./Icons/IconBlankTxtOutline");
159
- var _IconBlankXlsOutline = /*#__PURE__*/require("./Icons/IconBlankXlsOutline");
165
+ var _IconBlankXlsOutline = /*#__PURE__*/require("./Icons/IconBlankXlsOutline");
166
+ var _IconInfoCircleOutline = /*#__PURE__*/require("./Icons/IconInfoCircleOutline");