@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
@@ -8,35 +8,26 @@ export var config = {
8
8
  },
9
9
  variations: {
10
10
  view: {
11
- "default": /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary-hover);", ":var(--text-secondary-active);", ":var(--surface-transparent-tertiary);", ":var(--text-secondary);", ":var(--surface-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);", ":var(--surface-negative);", ":var(--text-tertiary);"], tokens.color, tokens.backgroundColor, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
12
- positive: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-positive);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary-hover);", ":var(--text-secondary-active);", ":var(--surface-positive);", ":var(--surface-positive);", ":var(--surface-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);", ":var(--surface-negative);", ":var(--text-tertiary);"], tokens.color, tokens.backgroundColor, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
13
- warning: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-warning);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary-hover);", ":var(--text-secondary-active);", ":var(--surface-warning);", ":var(--surface-warning);", ":var(--surface-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);", ":var(--surface-negative);", ":var(--text-tertiary);"], tokens.color, tokens.backgroundColor, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
14
- negative: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-negative);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary-hover);", ":var(--text-secondary-active);", ":var(--surface-negative);", ":var(--surface-negative);", ":var(--surface-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);", ":var(--surface-negative);", ":var(--text-tertiary);"], tokens.color, tokens.backgroundColor, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.titleCaptionColor, tokens.hintIconColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor)
11
+ "default": /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary-hover);", ":var(--text-secondary-active);", ":var(--surface-transparent-tertiary);", ":var(--text-secondary);", ":var(--surface-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);", ":var(--surface-negative);", ":var(--text-tertiary);"], tokens.color, tokens.backgroundColor, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
12
+ positive: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-positive);", ":var(--text-secondary);", ":var(--text-secondary-hover);", ":var(--text-secondary-active);", ":var(--surface-positive);", ":var(--surface-positive);", ":var(--surface-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);", ":var(--surface-negative);", ":var(--text-tertiary);"], tokens.color, tokens.backgroundColor, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
13
+ warning: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-warning);", ":var(--text-secondary);", ":var(--text-secondary-hover);", ":var(--text-secondary-active);", ":var(--surface-warning);", ":var(--surface-warning);", ":var(--surface-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);", ":var(--surface-negative);", ":var(--text-tertiary);"], tokens.color, tokens.backgroundColor, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor),
14
+ negative: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-negative);", ":var(--text-secondary);", ":var(--text-secondary-hover);", ":var(--text-secondary-active);", ":var(--surface-negative);", ":var(--surface-negative);", ":var(--surface-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);", ":var(--surface-negative);", ":var(--text-tertiary);"], tokens.color, tokens.backgroundColor, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.contentSlotColor, tokens.contentSlotColorHover, tokens.contentSlotColorActive, tokens.borderColor, tokens.borderColorHover, tokens.borderColorFocus, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor, tokens.indicatorColor, tokens.optionalColor)
15
15
  },
16
16
  size: {
17
- l: /*#__PURE__*/css(["", ":3.5rem;", ":1.0625rem 1.125rem 1.0625rem 1.125rem;", ":0.375rem;", ":0.875rem;", ":0.0625rem;", ":-0.0625rem 0.5rem -0.0625rem -0.125rem;", ":-0.0625rem -0.125rem -0.0625rem 0.75rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":0.75rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":0 0.25rem;", ":-1.375rem;", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.5625rem 0 0.125rem 0;", ":1.5625rem 0 0.5625rem 0;", ":0.25rem;", ":0.5rem;", ":auto;", ":2.75rem;", ":0.75rem;", ":1rem;", ":0.625rem;", ":0rem;", ":1.5rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":0.5rem;", ":0.375rem;", ":0 0 0 0;", ":0.5rem auto auto -0.75rem;", ":0 0 auto auto;", ":0.25rem -0.625rem auto auto;"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight),
18
- m: /*#__PURE__*/css(["", ":3rem;", ":0.875rem 1rem 0.875rem 1rem;", ":0.375rem;", ":0.75rem;", ":0.0625rem;", ":-0.125rem 0.375rem -0.125rem -0.125rem;", ":-0.125rem -0.125rem -0.125rem 0.75rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":0.625rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":0 0.25rem;", ":-1.375rem;", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.375rem 0 0.125rem 0;", ":1.375rem 0 0.375rem 0;", ":0.25rem;", ":0.375rem;", ":auto;", ":2.25rem;", ":0.625rem;", ":0.875rem;", ":0.5rem;", ":0rem;", ":1.25rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":0.5rem;", ":0.375rem;", ":0 0 0 0;", ":0.375rem auto auto -0.75rem;", ":0 0 auto auto;", ":0.25rem -0.6875rem auto auto;"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight),
19
- s: /*#__PURE__*/css(["", ":2.5rem;", ":0.6875rem 0.875rem 0.6875rem 0.875rem;", ":0.375rem;", ":0.625rem;", ":0.0625rem;", ":-0.1875rem 0.25rem -0.1875rem -0.125rem;", ":-0.1875rem -0.125rem -0.1875rem 0.75rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":0.5rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":0 0.25rem;", ":-1.375rem;", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.3125rem 0 0 0;", ":1.0625rem 0 0.3125rem 0;", ":0.25rem;", ":0.25rem;", ":auto;", ":1.75rem;", ":0.5rem;", ":0.75rem;", ":0.375rem;", ":0rem;", ":1rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":0.375rem;", ":0.375rem;", ":0 0 0 0;", ":0.3125rem auto auto -0.6875rem;", ":0 0 auto auto;", ":0.25rem -0.625rem auto auto;"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight),
20
- xs: /*#__PURE__*/css(["", ":2rem;", ":0.5625rem 0.625rem 0.5625rem 0.625rem;", ":0.375rem;", ":0.5rem;", ":0.0625rem;", ":-0.0625rem 0.25rem -0.0625rem -0.125rem;", ":-0.0625rem -0.125rem -0.0625rem 0.75rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.375rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0 0.25rem;", ":-1.25rem;", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.3125rem 0 0 0;", ":1.0625rem 0 0.3125rem 0;", ":0.25rem;", ":0.125rem;", ":auto;", ":1.25rem;", ":0.375rem;", ":0.625rem;", ":0.25rem;", ":0rem;", ":0.75rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.375rem;", ":0.375rem;", ":0 0 0 0;", ":0.25rem auto auto -0.625rem;", ":0 0 auto auto;", ":0.125rem -0.6875rem auto auto;"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.hintMargin, tokens.hintInnerLabelPlacementOffset, tokens.titleCaptionInnerLabelOffset, tokens.titleCaptionFontFamily, tokens.titleCaptionFontSize, tokens.titleCaptionFontStyle, tokens.titleCaptionFontWeight, tokens.titleCaptionLetterSpacing, tokens.titleCaptionLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight)
17
+ l: /*#__PURE__*/css(["", ":3.5rem;", ":1.0625rem 1.125rem 1.0625rem 1.125rem;", ":0.375rem;", ":0.875rem;", ":0.0625rem;", ":-0.0625rem 0.5rem -0.0625rem -0.125rem;", ":-0.0625rem -0.125rem -0.0625rem 0.75rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":0.75rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.5625rem 0 0.125rem 0;", ":1.5625rem 0 0.5625rem 0;", ":0.25rem;", ":0.5rem;", ":auto;", ":2.75rem;", ":0.75rem;", ":1rem;", ":0.625rem;", ":0rem;", ":1.5rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":0.5rem;", ":0.375rem;", ":0 0 0 0;", ":0.5rem auto auto -0.75rem;", ":0 0 auto auto;", ":0.25rem -0.625rem auto auto;"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight),
18
+ m: /*#__PURE__*/css(["", ":3rem;", ":0.875rem 1rem 0.875rem 1rem;", ":0.375rem;", ":0.75rem;", ":0.0625rem;", ":-0.125rem 0.375rem -0.125rem -0.125rem;", ":-0.125rem -0.125rem -0.125rem 0.75rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":0.625rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.375rem 0 0.125rem 0;", ":1.375rem 0 0.375rem 0;", ":0.25rem;", ":0.375rem;", ":auto;", ":2.25rem;", ":0.625rem;", ":0.875rem;", ":0.5rem;", ":0rem;", ":1.25rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":0.5rem;", ":0.375rem;", ":0 0 0 0;", ":0.375rem auto auto -0.75rem;", ":0 0 auto auto;", ":0.25rem -0.6875rem auto auto;"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight),
19
+ s: /*#__PURE__*/css(["", ":2.5rem;", ":0.6875rem 0.875rem 0.6875rem 0.875rem;", ":0.375rem;", ":0.625rem;", ":0.0625rem;", ":-0.1875rem 0.25rem -0.1875rem -0.125rem;", ":-0.1875rem -0.125rem -0.1875rem 0.75rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":0.5rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.3125rem 0 0 0;", ":1.0625rem 0 0.3125rem 0;", ":0.25rem;", ":0.25rem;", ":auto;", ":1.75rem;", ":0.5rem;", ":0.75rem;", ":0.375rem;", ":0rem;", ":1rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":0.375rem;", ":0.375rem;", ":0 0 0 0;", ":0.3125rem auto auto -0.6875rem;", ":0 0 auto auto;", ":0.25rem -0.625rem auto auto;"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight),
20
+ xs: /*#__PURE__*/css(["", ":2rem;", ":0.5625rem 0.625rem 0.5625rem 0.625rem;", ":0.375rem;", ":0.5rem;", ":0.0625rem;", ":-0.0625rem 0.25rem -0.0625rem -0.125rem;", ":-0.0625rem -0.125rem -0.0625rem 0.75rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.375rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.3125rem 0 0 0;", ":1.0625rem 0 0.3125rem 0;", ":0.25rem;", ":0.125rem;", ":auto;", ":1.25rem;", ":0.375rem;", ":0.625rem;", ":0.25rem;", ":0rem;", ":0.75rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.375rem;", ":0.375rem;", ":0 0 0 0;", ":0.25rem auto auto -0.625rem;", ":0 0 auto auto;", ":0.125rem -0.6875rem auto auto;"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.borderWidth, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight, tokens.indicatorSizeInner, tokens.indicatorSizeOuter, tokens.indicatorLabelPlacementInner, tokens.indicatorLabelPlacementOuter, tokens.indicatorLabelPlacementInnerRight, tokens.indicatorLabelPlacementOuterRight)
21
21
  },
22
22
  labelPlacement: {
23
23
  inner: /*#__PURE__*/css(["", ":var(--plasma-input-label-color,var(--plasma-input-placeholder-color,var(--text-secondary)));", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);"], tokens.placeholderColor, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight),
24
24
  outer: /*#__PURE__*/css([""])
25
25
  },
26
- hintView: {
27
- "default": /*#__PURE__*/css(["", ":var(--surface-solid-card);", ":var(--shadow-down-hard-m);", ":var(--text-primary);"], tokens.tooltipBackgroundColor, tokens.tooltipBoxShadow, tokens.tooltipColor),
28
- onDark: /*#__PURE__*/css(["", ":var(--on-dark-surface-solid-card);", ":var(--shadow-down-hard-m);", ":var(--on-dark-text-primary);"], tokens.tooltipBackgroundColor, tokens.tooltipBoxShadow, tokens.tooltipColor),
29
- onLight: /*#__PURE__*/css(["", ":var(--on-light-surface-solid-card);", ":var(--shadow-down-hard-m);", ":var(--on-light-text-primary);"], tokens.tooltipBackgroundColor, tokens.tooltipBoxShadow, tokens.tooltipColor)
30
- },
31
- hintSize: {
32
- m: /*#__PURE__*/css(["", ":0.6875rem;", ":0.875rem;", ":0.6875rem;", ":0.875rem;", ":2.5rem;", ":0.625rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":0.375rem;", ":1.25rem;", ":1.25rem;", ":url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==\");", ":0.5rem;", ":0.625rem;", ":var(--surface-solid-card);"], tokens.tooltipPaddingTop, tokens.tooltipPaddingRight, tokens.tooltipPaddingBottom, tokens.tooltipPaddingLeft, tokens.tooltipMinHeight, tokens.tooltipBorderRadius, tokens.tooltipTextFontFamily, tokens.tooltipTextFontSize, tokens.tooltipTextFontStyle, tokens.tooltipTextFontWeight, tokens.tooltipTextFontLetterSpacing, tokens.tooltipTextFontLineHeight, tokens.tooltipContentLeftMargin, tokens.tooltipArrowMaskWidth, tokens.tooltipArrowMaskHeight, tokens.tooltipArrowMaskImage, tokens.tooltipArrowHeight, tokens.tooltipArrowEdgeMargin, tokens.tooltipArrowBackground),
33
- s: /*#__PURE__*/css(["", ":0.5rem;", ":0.75rem;", ":0.5rem;", ":0.75rem;", ":2rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.25rem;", ":1rem;", ":1rem;", ":url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+\");", ":0.375rem;", ":0.5625rem;", ":var(--surface-solid-card);"], tokens.tooltipPaddingTop, tokens.tooltipPaddingRight, tokens.tooltipPaddingBottom, tokens.tooltipPaddingLeft, tokens.tooltipMinHeight, tokens.tooltipBorderRadius, tokens.tooltipTextFontFamily, tokens.tooltipTextFontSize, tokens.tooltipTextFontStyle, tokens.tooltipTextFontWeight, tokens.tooltipTextFontLetterSpacing, tokens.tooltipTextFontLineHeight, tokens.tooltipContentLeftMargin, tokens.tooltipArrowMaskWidth, tokens.tooltipArrowMaskHeight, tokens.tooltipArrowMaskImage, tokens.tooltipArrowHeight, tokens.tooltipArrowEdgeMargin, tokens.tooltipArrowBackground)
34
- },
35
26
  disabled: {
36
27
  "true": /*#__PURE__*/css(["", ":0.4;"], tokens.disabledOpacity)
37
28
  },
38
29
  readOnly: {
39
- "true": /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--surface-transparent-tertiary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary);"], tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.borderColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly)
30
+ "true": /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--surface-transparent-tertiary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary);"], tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.borderColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.labelColorReadOnly)
40
31
  }
41
32
  }
42
33
  };
@@ -4,8 +4,7 @@ import { action } from '@storybook/addon-actions';
4
4
  import { IconPlaceholder } from '@salutejs/plasma-sb-utils';
5
5
 
6
6
  import { WithTheme } from '../../../_helpers';
7
- import { IconCross } from '../../../../components/_Icon';
8
- import type { PopoverPlacement } from '../Popover/Popover';
7
+ import { IconChevronLeft } from '../../../../components/_Icon';
9
8
 
10
9
  import { TextField } from './TextField';
11
10
 
@@ -17,29 +16,7 @@ const onChipsChange = action('onChipsChange');
17
16
 
18
17
  const sizes = ['l', 'm', 's', 'xs'];
19
18
  const views = ['default', 'positive', 'warning', 'negative'];
20
- const hintViews = ['default', 'onDark', 'onLight'];
21
- const hintSizes = ['m', 's'];
22
- const hintTriggers = ['hover', 'click'];
23
19
  const labelPlacements = ['outer', 'inner'];
24
- const placements: Array<PopoverPlacement> = [
25
- 'top',
26
- 'top-start',
27
- 'top-end',
28
-
29
- 'bottom',
30
- 'bottom-start',
31
- 'bottom-end',
32
-
33
- 'left',
34
- 'left-start',
35
- 'left-end',
36
-
37
- 'right',
38
- 'right-start',
39
- 'right-end',
40
-
41
- 'auto',
42
- ];
43
20
 
44
21
  const meta: Meta<typeof TextField> = {
45
22
  title: 'plasma_web/TextField',
@@ -87,43 +64,6 @@ const meta: Meta<typeof TextField> = {
87
64
  type: 'inline-radio',
88
65
  },
89
66
  },
90
- hintView: {
91
- options: hintViews,
92
- control: {
93
- type: 'select',
94
- },
95
- if: { arg: 'hasHint', truthy: true },
96
- },
97
- hintSize: {
98
- options: hintSizes,
99
- control: {
100
- type: 'select',
101
- },
102
- if: { arg: 'hasHint', truthy: true },
103
- },
104
- hintTrigger: {
105
- options: hintTriggers,
106
- control: {
107
- type: 'inline-radio',
108
- },
109
- if: { arg: 'hasHint', truthy: true },
110
- },
111
- hintText: {
112
- control: { type: 'text' },
113
- if: { arg: 'hasHint', truthy: true },
114
- },
115
- hintPlacement: {
116
- options: placements,
117
- control: {
118
- type: 'select',
119
- },
120
- if: { arg: 'hasHint', truthy: true },
121
- mappers: placements,
122
- },
123
- hintHasArrow: {
124
- control: { type: 'boolean' },
125
- if: { arg: 'hasHint', truthy: true },
126
- },
127
67
  },
128
68
  };
129
69
 
@@ -159,13 +99,13 @@ const StoryDemo = ({ enableContentLeft, enableContentRight, view, ...rest }: Sto
159
99
  const iconSize = rest.size === 'xs' ? 'xs' : 's';
160
100
 
161
101
  return (
162
- <div style={{ display: 'flex', flexDirection: 'column', gap: '2rem', width: '70%', margin: '0 auto' }}>
102
+ <div style={{ display: 'flex', flexDirection: 'column', gap: '2rem' }}>
163
103
  <TextField
164
104
  {...rest}
165
105
  enumerationType="plain"
166
106
  value={text}
167
- contentLeft={enableContentLeft ? <IconCross color="inherit" size={iconSize} /> : undefined}
168
- contentRight={enableContentRight ? <IconCross color="inherit" size={iconSize} /> : undefined}
107
+ contentLeft={enableContentLeft ? <IconPlaceholder size={iconSize} /> : undefined}
108
+ contentRight={enableContentRight ? <IconPlaceholder size={iconSize} /> : undefined}
169
109
  view={view}
170
110
  onChange={(e) => {
171
111
  setText(e.target.value);
@@ -199,25 +139,15 @@ export const Default: StoryObj<StoryPropsDefault> = {
199
139
  view: 'default',
200
140
  label: 'Лейбл',
201
141
  labelPlacement: 'outer',
202
- titleCaption: 'Подпись к полю',
203
- textBefore: '',
204
- textAfter: '',
205
142
  placeholder: 'Заполните поле',
206
143
  leftHelper: 'Подсказка к полю',
207
144
  disabled: false,
208
145
  readOnly: false,
209
- enableContentLeft: true,
210
- enableContentRight: true,
211
- optional: false,
212
146
  required: false,
213
147
  requiredPlacement: 'right',
214
- hasHint: false,
215
- hintTrigger: 'hover',
216
- hintText: 'Текст подсказки',
217
- hintView: 'default',
218
- hintSize: 'm',
219
- hintPlacement: 'auto',
220
- hintHasArrow: true,
148
+ optional: false,
149
+ enableContentLeft: true,
150
+ enableContentRight: true,
221
151
  },
222
152
  render: (args) => <StoryDemo {...args} />,
223
153
  };
@@ -238,6 +168,8 @@ type StoryPropsChips = Omit<
238
168
  | 'checked'
239
169
  | 'maxLength'
240
170
  | 'minLength'
171
+ | 'required'
172
+ | 'optional'
241
173
  | 'enumerationType'
242
174
  > & {
243
175
  enableContentLeft: boolean;
@@ -254,7 +186,7 @@ const StoryChips = ({ enableContentLeft, enableContentRight, view, ...rest }: St
254
186
  {...rest}
255
187
  enumerationType="chip"
256
188
  value={text}
257
- contentLeft={enableContentLeft ? <IconPlaceholder size={iconSize} /> : undefined}
189
+ contentLeft={enableContentLeft ? <IconChevronLeft color="inherit" size={iconSize} /> : undefined}
258
190
  contentRight={enableContentRight ? <IconPlaceholder size={iconSize} /> : undefined}
259
191
  view={view}
260
192
  onChange={(e) => {
@@ -264,7 +196,6 @@ const StoryChips = ({ enableContentLeft, enableContentRight, view, ...rest }: St
264
196
  onFocus={onFocus}
265
197
  onBlur={onBlur}
266
198
  onChangeChips={onChipsChange}
267
- style={{ width: '70%', margin: '0 auto' }}
268
199
  />
269
200
  );
270
201
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../src/components/Autocomplete/Autocomplete.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAIhE,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAM1C,OAAO,KAAK,EAAE,iBAAiB,EAAsB,MAAM,sBAAsB,CAAC;AAGlF;;GAEG;AACH,eAAO,MAAM,gBAAgB,SAAU,UAAU,gBAAgB,EAAE,iBAAiB,CAAC,gWAyLhF,CAAC;AAEN,eAAO,MAAM,kBAAkB;;;mBA3LQ,UAAU,gBAAgB,EAAE,iBAAiB,CAAC;;;;;;;;;;;;CA0MpF,CAAC"}
1
+ {"version":3,"file":"Autocomplete.d.ts","sourceRoot":"","sources":["../../../src/components/Autocomplete/Autocomplete.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAIhE,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAM1C,OAAO,KAAK,EAAE,iBAAiB,EAAsB,MAAM,sBAAsB,CAAC;AAGlF;;GAEG;AACH,eAAO,MAAM,gBAAgB,SAAU,UAAU,gBAAgB,EAAE,iBAAiB,CAAC,gWAmLhF,CAAC;AAEN,eAAO,MAAM,kBAAkB;;;mBArLQ,UAAU,gBAAgB,EAAE,iBAAiB,CAAC;;;;;;;;;;;;CAoMpF,CAAC"}
@@ -7,7 +7,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
7
7
  } & {
8
8
  label?: string | undefined;
9
9
  labelPlacement?: "inner" | "outer" | undefined;
10
- titleCaption?: import("react").ReactNode;
11
10
  leftHelper?: string | undefined;
12
11
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
13
12
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -19,95 +18,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
19
18
  } & {
20
19
  required: true;
21
20
  optional?: false | undefined;
22
- } & {
23
- hasHint: boolean;
24
- hintText: string;
25
- hintTrigger?: "click" | "hover" | undefined;
26
- hintView?: string | undefined;
27
- hintSize?: string | undefined;
28
- hintTarget?: import("react").ReactNode;
29
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
30
- hintHasArrow?: boolean | undefined;
31
- hintOffset?: [number, number] | undefined;
32
- hintMinWidth?: string | undefined;
33
- hintMaxWidth?: string | undefined;
34
- hintContentLeft?: import("react").ReactNode;
35
- } & {
36
- chips?: undefined;
37
- onChangeChips?: undefined;
38
- enumerationType?: "plain" | undefined;
39
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
40
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
41
- size?: string | undefined;
42
- view?: string | undefined;
43
- readOnly?: boolean | undefined;
44
- disabled?: boolean | undefined;
45
- } & {
46
- label?: string | undefined;
47
- labelPlacement?: "inner" | "outer" | undefined;
48
- titleCaption?: import("react").ReactNode;
49
- leftHelper?: string | undefined;
50
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
51
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
52
- textBefore?: string | undefined;
53
- textAfter?: string | undefined;
54
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
55
- } & {
56
- requiredPlacement?: "left" | "right" | undefined;
57
- } & {
58
- required: true;
59
- optional?: false | undefined;
60
- } & {
61
- hasHint: boolean;
62
- hintText: string;
63
- hintTrigger?: "click" | "hover" | undefined;
64
- hintView?: string | undefined;
65
- hintSize?: string | undefined;
66
- hintTarget?: import("react").ReactNode;
67
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
68
- hintHasArrow?: boolean | undefined;
69
- hintOffset?: [number, number] | undefined;
70
- hintMinWidth?: string | undefined;
71
- hintMaxWidth?: string | undefined;
72
- hintContentLeft?: import("react").ReactNode;
73
- } & {
74
- enumerationType: "chip";
75
- onSearch?: undefined;
76
- chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
77
- onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
78
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
79
- size?: string | undefined;
80
- view?: string | undefined;
81
- readOnly?: boolean | undefined;
82
- disabled?: boolean | undefined;
83
- } & {
84
- label?: string | undefined;
85
- labelPlacement?: "inner" | "outer" | undefined;
86
- titleCaption?: import("react").ReactNode;
87
- leftHelper?: string | undefined;
88
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
89
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
90
- textBefore?: string | undefined;
91
- textAfter?: string | undefined;
92
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
93
- } & {
94
- requiredPlacement?: "left" | "right" | undefined;
95
- } & {
96
- required: true;
97
- optional?: false | undefined;
98
- } & {
99
- hasHint?: false | undefined;
100
- hintTrigger?: undefined;
101
- hintText?: undefined;
102
- hintView?: undefined;
103
- hintSize?: undefined;
104
- hintTarget?: undefined;
105
- hintPlacement?: undefined;
106
- hintHasArrow?: undefined;
107
- hintOffset?: undefined;
108
- hintMinWidth?: undefined;
109
- hintMaxWidth?: undefined;
110
- hintContentLeft?: undefined;
111
21
  } & {
112
22
  chips?: undefined;
113
23
  onChangeChips?: undefined;
@@ -121,7 +31,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
121
31
  } & {
122
32
  label?: string | undefined;
123
33
  labelPlacement?: "inner" | "outer" | undefined;
124
- titleCaption?: import("react").ReactNode;
125
34
  leftHelper?: string | undefined;
126
35
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
127
36
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -133,19 +42,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
133
42
  } & {
134
43
  required: true;
135
44
  optional?: false | undefined;
136
- } & {
137
- hasHint?: false | undefined;
138
- hintTrigger?: undefined;
139
- hintText?: undefined;
140
- hintView?: undefined;
141
- hintSize?: undefined;
142
- hintTarget?: undefined;
143
- hintPlacement?: undefined;
144
- hintHasArrow?: undefined;
145
- hintOffset?: undefined;
146
- hintMinWidth?: undefined;
147
- hintMaxWidth?: undefined;
148
- hintContentLeft?: undefined;
149
45
  } & {
150
46
  enumerationType: "chip";
151
47
  onSearch?: undefined;
@@ -159,7 +55,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
159
55
  } & {
160
56
  label?: string | undefined;
161
57
  labelPlacement?: "inner" | "outer" | undefined;
162
- titleCaption?: import("react").ReactNode;
163
58
  leftHelper?: string | undefined;
164
59
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
165
60
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -171,95 +66,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
171
66
  } & {
172
67
  optional?: true | undefined;
173
68
  required?: false | undefined;
174
- } & {
175
- hasHint: boolean;
176
- hintText: string;
177
- hintTrigger?: "click" | "hover" | undefined;
178
- hintView?: string | undefined;
179
- hintSize?: string | undefined;
180
- hintTarget?: import("react").ReactNode;
181
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
182
- hintHasArrow?: boolean | undefined;
183
- hintOffset?: [number, number] | undefined;
184
- hintMinWidth?: string | undefined;
185
- hintMaxWidth?: string | undefined;
186
- hintContentLeft?: import("react").ReactNode;
187
- } & {
188
- chips?: undefined;
189
- onChangeChips?: undefined;
190
- enumerationType?: "plain" | undefined;
191
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
192
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
193
- size?: string | undefined;
194
- view?: string | undefined;
195
- readOnly?: boolean | undefined;
196
- disabled?: boolean | undefined;
197
- } & {
198
- label?: string | undefined;
199
- labelPlacement?: "inner" | "outer" | undefined;
200
- titleCaption?: import("react").ReactNode;
201
- leftHelper?: string | undefined;
202
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
203
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
204
- textBefore?: string | undefined;
205
- textAfter?: string | undefined;
206
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
207
- } & {
208
- requiredPlacement?: "left" | "right" | undefined;
209
- } & {
210
- optional?: true | undefined;
211
- required?: false | undefined;
212
- } & {
213
- hasHint: boolean;
214
- hintText: string;
215
- hintTrigger?: "click" | "hover" | undefined;
216
- hintView?: string | undefined;
217
- hintSize?: string | undefined;
218
- hintTarget?: import("react").ReactNode;
219
- hintPlacement?: import("@popperjs/core").Placement | import("@popperjs/core").ComputedPlacement[] | undefined;
220
- hintHasArrow?: boolean | undefined;
221
- hintOffset?: [number, number] | undefined;
222
- hintMinWidth?: string | undefined;
223
- hintMaxWidth?: string | undefined;
224
- hintContentLeft?: import("react").ReactNode;
225
- } & {
226
- enumerationType: "chip";
227
- onSearch?: undefined;
228
- chips?: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[] | undefined;
229
- onChangeChips?: ((value: import("../../../TextField/TextField.types").TextFieldPrimitiveValue[]) => void) | undefined;
230
- } & Omit<import("../../../../types").InputHTMLAttributes<HTMLInputElement>, "required" | "size"> & import("react").RefAttributes<HTMLInputElement>) | ({
231
- size?: string | undefined;
232
- view?: string | undefined;
233
- readOnly?: boolean | undefined;
234
- disabled?: boolean | undefined;
235
- } & {
236
- label?: string | undefined;
237
- labelPlacement?: "inner" | "outer" | undefined;
238
- titleCaption?: import("react").ReactNode;
239
- leftHelper?: string | undefined;
240
- contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
241
- contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
242
- textBefore?: string | undefined;
243
- textAfter?: string | undefined;
244
- onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
245
- } & {
246
- requiredPlacement?: "left" | "right" | undefined;
247
- } & {
248
- optional?: true | undefined;
249
- required?: false | undefined;
250
- } & {
251
- hasHint?: false | undefined;
252
- hintTrigger?: undefined;
253
- hintText?: undefined;
254
- hintView?: undefined;
255
- hintSize?: undefined;
256
- hintTarget?: undefined;
257
- hintPlacement?: undefined;
258
- hintHasArrow?: undefined;
259
- hintOffset?: undefined;
260
- hintMinWidth?: undefined;
261
- hintMaxWidth?: undefined;
262
- hintContentLeft?: undefined;
263
69
  } & {
264
70
  chips?: undefined;
265
71
  onChangeChips?: undefined;
@@ -273,7 +79,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
273
79
  } & {
274
80
  label?: string | undefined;
275
81
  labelPlacement?: "inner" | "outer" | undefined;
276
- titleCaption?: import("react").ReactNode;
277
82
  leftHelper?: string | undefined;
278
83
  contentLeft?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
279
84
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
@@ -285,19 +90,6 @@ export declare const StyledTextField: import("@linaria/react").StyledMeta & impo
285
90
  } & {
286
91
  optional?: true | undefined;
287
92
  required?: false | undefined;
288
- } & {
289
- hasHint?: false | undefined;
290
- hintTrigger?: undefined;
291
- hintText?: undefined;
292
- hintView?: undefined;
293
- hintSize?: undefined;
294
- hintTarget?: undefined;
295
- hintPlacement?: undefined;
296
- hintHasArrow?: undefined;
297
- hintOffset?: undefined;
298
- hintMinWidth?: undefined;
299
- hintMaxWidth?: undefined;
300
- hintContentLeft?: undefined;
301
93
  } & {
302
94
  enumerationType: "chip";
303
95
  onSearch?: undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Autocomplete/ui/TextField/TextField.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qJA2D3B,CAAC"}
1
+ {"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Autocomplete/ui/TextField/TextField.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qJA2D3B,CAAC"}