@salutejs/plasma-new-hope 0.138.0-canary.1415.10666679454.0 → 0.139.0-canary.1352.10686935940.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (495) hide show
  1. package/cjs/components/Autocomplete/Autocomplete.css +16 -12
  2. package/cjs/components/DatePicker/RangeDate/RangeDate.css +16 -12
  3. package/cjs/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +16 -12
  4. package/cjs/components/DatePicker/SingleDate/SingleDate.css +16 -12
  5. package/cjs/components/Popup/PopupContext.js +1 -1
  6. package/cjs/components/Popup/PopupContext.js.map +1 -1
  7. package/cjs/components/Range/Range.css +16 -12
  8. package/cjs/components/Slider/Slider.css +16 -12
  9. package/cjs/components/Slider/components/Double/Double.css +16 -12
  10. package/cjs/components/TextArea/TextArea.js +22 -7
  11. package/cjs/components/TextArea/TextArea.js.map +1 -1
  12. package/cjs/components/TextArea/TextArea.styles.js +47 -35
  13. package/cjs/components/TextArea/TextArea.styles.js.map +1 -1
  14. package/cjs/components/TextArea/TextArea.styles_1fyj8ox.css +11 -0
  15. package/cjs/components/TextArea/TextArea.tokens.js +13 -2
  16. package/cjs/components/TextArea/TextArea.tokens.js.map +1 -1
  17. package/cjs/components/TextField/TextField.js +47 -20
  18. package/cjs/components/TextField/TextField.js.map +1 -1
  19. package/cjs/components/TextField/TextField.styles.js +31 -7
  20. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  21. package/cjs/components/TextField/TextField.styles_u6pm7v.css +14 -0
  22. package/cjs/components/TextField/TextField.tokens.js +11 -2
  23. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  24. package/cjs/components/TextField/TextField_1lzb2r1.css +1 -0
  25. package/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  26. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -1
  27. package/cjs/components/TextField/variations/_label-placement/base_1dbnupp.css +1 -0
  28. package/cjs/components/TextField/variations/_read-only/base.js +1 -1
  29. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -1
  30. package/cjs/components/TextField/variations/_read-only/base_4tqave.css +1 -0
  31. package/cjs/components/TextField/variations/_size/base.js +1 -1
  32. package/cjs/components/TextField/variations/_size/base.js.map +1 -1
  33. package/cjs/components/TextField/variations/_size/base_uk56yo.css +1 -0
  34. package/cjs/components/TextField/variations/_view/base.js +1 -1
  35. package/cjs/components/TextField/variations/_view/base.js.map +1 -1
  36. package/cjs/components/TextField/variations/_view/{base_18ea6z7.css → base_uszjx8.css} +1 -1
  37. package/cjs/components/TextFieldGroup/TextFieldGroup.css +11 -0
  38. package/cjs/components/{InputGroup/InputGroup.js → TextFieldGroup/TextFieldGroup.js} +18 -18
  39. package/cjs/components/TextFieldGroup/TextFieldGroup.js.map +1 -0
  40. package/cjs/components/TextFieldGroup/TextFieldGroup.styles.js +9 -0
  41. package/cjs/components/TextFieldGroup/TextFieldGroup.styles.js.map +1 -0
  42. package/cjs/components/TextFieldGroup/TextFieldGroup.styles_soj2wl.css +1 -0
  43. package/cjs/components/TextFieldGroup/TextFieldGroup.tokens.js +94 -0
  44. package/cjs/components/TextFieldGroup/TextFieldGroup.tokens.js.map +1 -0
  45. package/cjs/components/{InputGroup/variations/_shape → TextFieldGroup/variations/_gap}/base.js +2 -2
  46. package/cjs/components/TextFieldGroup/variations/_gap/base.js.map +1 -0
  47. package/cjs/components/TextFieldGroup/variations/_gap/base_147olfn.css +1 -0
  48. package/cjs/components/{InputGroup/variations/_gap → TextFieldGroup/variations/_orientation}/base.js +2 -2
  49. package/cjs/components/TextFieldGroup/variations/_orientation/base.js.map +1 -0
  50. package/cjs/components/TextFieldGroup/variations/_orientation/base_you2ou.css +1 -0
  51. package/cjs/components/{InputGroup/variations/_size → TextFieldGroup/variations/_shape}/base.js +2 -2
  52. package/cjs/components/TextFieldGroup/variations/_shape/base.js.map +1 -0
  53. package/cjs/components/TextFieldGroup/variations/_shape/base_1e0je21.css +1 -0
  54. package/cjs/components/{InputGroup/variations/_orientation → TextFieldGroup/variations/_size}/base.js +2 -2
  55. package/cjs/components/TextFieldGroup/variations/_size/base.js.map +1 -0
  56. package/cjs/components/TextFieldGroup/variations/_size/base_4d2o9y.css +1 -0
  57. package/cjs/components/TextFieldGroup/variations/_stretching/base.js +9 -0
  58. package/cjs/components/TextFieldGroup/variations/_stretching/base.js.map +1 -0
  59. package/cjs/components/TextFieldGroup/variations/_stretching/base_1m1ul70.css +1 -0
  60. package/cjs/index.css +33 -27
  61. package/cjs/index.js +6 -6
  62. package/emotion/cjs/components/Popup/PopupContext.js +1 -1
  63. package/emotion/cjs/components/TextArea/TextArea.js +23 -8
  64. package/emotion/cjs/components/TextArea/TextArea.styles.js +27 -19
  65. package/emotion/cjs/components/TextArea/TextArea.template-doc.mdx +29 -3
  66. package/emotion/cjs/components/TextArea/TextArea.tokens.js +13 -2
  67. package/emotion/cjs/components/TextArea/variations/_size/tokens.json +7 -1
  68. package/emotion/cjs/components/TextField/TextField.js +51 -24
  69. package/emotion/cjs/components/TextField/TextField.styles.js +57 -25
  70. package/emotion/cjs/components/TextField/TextField.template-doc.mdx +27 -1
  71. package/emotion/cjs/components/TextField/TextField.tokens.js +11 -2
  72. package/emotion/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  73. package/emotion/cjs/components/TextField/variations/_read-only/base.js +1 -1
  74. package/emotion/cjs/components/TextField/variations/_size/base.js +1 -1
  75. package/emotion/cjs/components/TextField/variations/_size/tokens.json +6 -0
  76. package/emotion/cjs/components/TextField/variations/_view/base.js +1 -1
  77. package/emotion/cjs/components/{InputGroup/InputGroup.js → TextFieldGroup/TextFieldGroup.js} +16 -16
  78. package/emotion/cjs/components/{InputGroup/InputGroup.styles.js → TextFieldGroup/TextFieldGroup.styles.js} +1 -1
  79. package/emotion/{es/components/InputGroup/InputGroup.template-doc.mdx → cjs/components/TextFieldGroup/TextFieldGroup.template-doc.mdx} +31 -31
  80. package/emotion/cjs/components/TextFieldGroup/TextFieldGroup.tokens.js +92 -0
  81. package/emotion/cjs/components/TextFieldGroup/index.js +31 -0
  82. package/emotion/cjs/components/TextFieldGroup/variations/_gap/base.js +9 -0
  83. package/emotion/cjs/components/TextFieldGroup/variations/_gap/tokens.json +1 -0
  84. package/emotion/cjs/components/TextFieldGroup/variations/_orientation/base.js +9 -0
  85. package/emotion/cjs/components/TextFieldGroup/variations/_orientation/tokens.json +1 -0
  86. package/emotion/cjs/components/TextFieldGroup/variations/_shape/base.js +11 -0
  87. package/emotion/cjs/components/TextFieldGroup/variations/_shape/tokens.json +1 -0
  88. package/emotion/cjs/components/TextFieldGroup/variations/_size/base.js +10 -0
  89. package/emotion/cjs/components/TextFieldGroup/variations/_size/tokens.json +58 -0
  90. package/emotion/cjs/components/TextFieldGroup/variations/_stretching/base.js +9 -0
  91. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -9
  92. package/emotion/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +9 -0
  93. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +12 -12
  94. package/emotion/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +9 -1
  95. package/emotion/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.config.js +38 -0
  96. package/emotion/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.js +11 -0
  97. package/emotion/cjs/examples/plasma_b2c/components/{InputGroup/InputGroup.stories.tsx → TextFieldGroup/TextFieldGroup.stories.tsx} +11 -11
  98. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +9 -9
  99. package/emotion/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +10 -0
  100. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.config.js +12 -12
  101. package/emotion/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -0
  102. package/emotion/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.config.js +38 -0
  103. package/emotion/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.js +11 -0
  104. package/emotion/{es/examples/plasma_b2c/components/InputGroup/InputGroup.stories.tsx → cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx} +11 -11
  105. package/emotion/cjs/index.js +4 -4
  106. package/emotion/es/components/Popup/PopupContext.js +1 -1
  107. package/emotion/es/components/TextArea/TextArea.js +24 -9
  108. package/emotion/es/components/TextArea/TextArea.styles.js +27 -19
  109. package/emotion/es/components/TextArea/TextArea.template-doc.mdx +29 -3
  110. package/emotion/es/components/TextArea/TextArea.tokens.js +13 -2
  111. package/emotion/es/components/TextArea/variations/_size/tokens.json +7 -1
  112. package/emotion/es/components/TextField/TextField.js +52 -25
  113. package/emotion/es/components/TextField/TextField.styles.js +56 -24
  114. package/emotion/es/components/TextField/TextField.template-doc.mdx +27 -1
  115. package/emotion/es/components/TextField/TextField.tokens.js +11 -2
  116. package/emotion/es/components/TextField/variations/_label-placement/base.js +2 -2
  117. package/emotion/es/components/TextField/variations/_read-only/base.js +2 -2
  118. package/emotion/es/components/TextField/variations/_size/base.js +2 -2
  119. package/emotion/es/components/TextField/variations/_size/tokens.json +6 -0
  120. package/emotion/es/components/TextField/variations/_view/base.js +2 -2
  121. package/emotion/es/components/{InputGroup/InputGroup.js → TextFieldGroup/TextFieldGroup.js} +10 -10
  122. package/emotion/es/components/{InputGroup/InputGroup.styles.js → TextFieldGroup/TextFieldGroup.styles.js} +1 -1
  123. package/{styled-components/cjs/components/InputGroup/InputGroup.template-doc.mdx → emotion/es/components/TextFieldGroup/TextFieldGroup.template-doc.mdx} +31 -31
  124. package/emotion/es/components/TextFieldGroup/TextFieldGroup.tokens.js +86 -0
  125. package/emotion/es/components/TextFieldGroup/index.js +2 -0
  126. package/emotion/es/components/TextFieldGroup/variations/_gap/base.js +3 -0
  127. package/emotion/es/components/TextFieldGroup/variations/_gap/tokens.json +1 -0
  128. package/emotion/es/components/TextFieldGroup/variations/_orientation/base.js +3 -0
  129. package/emotion/es/components/TextFieldGroup/variations/_orientation/tokens.json +1 -0
  130. package/emotion/es/components/TextFieldGroup/variations/_shape/base.js +5 -0
  131. package/emotion/es/components/TextFieldGroup/variations/_shape/tokens.json +1 -0
  132. package/emotion/es/components/TextFieldGroup/variations/_size/base.js +4 -0
  133. package/emotion/es/components/TextFieldGroup/variations/_size/tokens.json +58 -0
  134. package/emotion/es/components/TextFieldGroup/variations/_stretching/base.js +3 -0
  135. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +9 -9
  136. package/emotion/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +9 -0
  137. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.config.js +12 -12
  138. package/emotion/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +9 -1
  139. package/emotion/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.config.js +32 -0
  140. package/emotion/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.js +5 -0
  141. package/emotion/es/examples/{plasma_web/components/InputGroup/InputGroup.stories.tsx → plasma_b2c/components/TextFieldGroup/TextFieldGroup.stories.tsx} +11 -11
  142. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.config.js +9 -9
  143. package/emotion/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +10 -0
  144. package/emotion/es/examples/plasma_web/components/TextField/TextField.config.js +12 -12
  145. package/emotion/es/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -0
  146. package/emotion/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.config.js +32 -0
  147. package/emotion/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.js +5 -0
  148. package/emotion/{cjs/examples/plasma_web/components/InputGroup/InputGroup.stories.tsx → es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx} +11 -11
  149. package/emotion/es/index.js +1 -1
  150. package/es/components/Autocomplete/Autocomplete.css +16 -12
  151. package/es/components/DatePicker/RangeDate/RangeDate.css +16 -12
  152. package/es/components/DatePicker/RangeDate/RangeDatePopover/RangeDatePopover.css +16 -12
  153. package/es/components/DatePicker/SingleDate/SingleDate.css +16 -12
  154. package/es/components/Popup/PopupContext.js +1 -1
  155. package/es/components/Popup/PopupContext.js.map +1 -1
  156. package/es/components/Range/Range.css +16 -12
  157. package/es/components/Slider/Slider.css +16 -12
  158. package/es/components/Slider/components/Double/Double.css +16 -12
  159. package/es/components/TextArea/TextArea.js +23 -8
  160. package/es/components/TextArea/TextArea.js.map +1 -1
  161. package/es/components/TextArea/TextArea.styles.js +46 -36
  162. package/es/components/TextArea/TextArea.styles.js.map +1 -1
  163. package/es/components/TextArea/TextArea.styles_1fyj8ox.css +11 -0
  164. package/es/components/TextArea/TextArea.tokens.js +13 -2
  165. package/es/components/TextArea/TextArea.tokens.js.map +1 -1
  166. package/es/components/TextField/TextField.js +48 -21
  167. package/es/components/TextField/TextField.js.map +1 -1
  168. package/es/components/TextField/TextField.styles.js +28 -8
  169. package/es/components/TextField/TextField.styles.js.map +1 -1
  170. package/es/components/TextField/TextField.styles_u6pm7v.css +14 -0
  171. package/es/components/TextField/TextField.tokens.js +11 -2
  172. package/es/components/TextField/TextField.tokens.js.map +1 -1
  173. package/es/components/TextField/TextField_1lzb2r1.css +1 -0
  174. package/es/components/TextField/variations/_label-placement/base.js +1 -1
  175. package/es/components/TextField/variations/_label-placement/base.js.map +1 -1
  176. package/es/components/TextField/variations/_label-placement/base_1dbnupp.css +1 -0
  177. package/es/components/TextField/variations/_read-only/base.js +1 -1
  178. package/es/components/TextField/variations/_read-only/base.js.map +1 -1
  179. package/es/components/TextField/variations/_read-only/base_4tqave.css +1 -0
  180. package/es/components/TextField/variations/_size/base.js +1 -1
  181. package/es/components/TextField/variations/_size/base.js.map +1 -1
  182. package/es/components/TextField/variations/_size/base_uk56yo.css +1 -0
  183. package/es/components/TextField/variations/_view/base.js +1 -1
  184. package/es/components/TextField/variations/_view/base.js.map +1 -1
  185. package/es/components/TextField/variations/_view/{base_18ea6z7.css → base_uszjx8.css} +1 -1
  186. package/es/components/TextFieldGroup/TextFieldGroup.css +11 -0
  187. package/es/components/{InputGroup/InputGroup.js → TextFieldGroup/TextFieldGroup.js} +12 -12
  188. package/es/components/TextFieldGroup/TextFieldGroup.js.map +1 -0
  189. package/es/components/TextFieldGroup/TextFieldGroup.styles.js +5 -0
  190. package/es/components/TextFieldGroup/TextFieldGroup.styles.js.map +1 -0
  191. package/es/components/TextFieldGroup/TextFieldGroup.styles_soj2wl.css +1 -0
  192. package/es/components/TextFieldGroup/TextFieldGroup.tokens.js +89 -0
  193. package/es/components/TextFieldGroup/TextFieldGroup.tokens.js.map +1 -0
  194. package/es/components/TextFieldGroup/variations/_gap/base.js +5 -0
  195. package/es/components/TextFieldGroup/variations/_gap/base.js.map +1 -0
  196. package/es/components/TextFieldGroup/variations/_gap/base_147olfn.css +1 -0
  197. package/es/components/{InputGroup/variations/_shape → TextFieldGroup/variations/_orientation}/base.js +2 -2
  198. package/es/components/TextFieldGroup/variations/_orientation/base.js.map +1 -0
  199. package/es/components/TextFieldGroup/variations/_orientation/base_you2ou.css +1 -0
  200. package/es/components/TextFieldGroup/variations/_shape/base.js +5 -0
  201. package/es/components/TextFieldGroup/variations/_shape/base.js.map +1 -0
  202. package/es/components/TextFieldGroup/variations/_shape/base_1e0je21.css +1 -0
  203. package/es/components/{InputGroup/variations/_orientation → TextFieldGroup/variations/_size}/base.js +2 -2
  204. package/es/components/TextFieldGroup/variations/_size/base.js.map +1 -0
  205. package/es/components/TextFieldGroup/variations/_size/base_4d2o9y.css +1 -0
  206. package/es/components/TextFieldGroup/variations/_stretching/base.js +5 -0
  207. package/es/components/TextFieldGroup/variations/_stretching/base.js.map +1 -0
  208. package/es/components/TextFieldGroup/variations/_stretching/base_1m1ul70.css +1 -0
  209. package/es/index.css +33 -27
  210. package/es/index.js +2 -2
  211. package/package.json +2 -2
  212. package/styled-components/cjs/components/Popup/PopupContext.js +1 -1
  213. package/styled-components/cjs/components/TextArea/TextArea.js +22 -7
  214. package/styled-components/cjs/components/TextArea/TextArea.styles.js +17 -11
  215. package/styled-components/cjs/components/TextArea/TextArea.template-doc.mdx +29 -3
  216. package/styled-components/cjs/components/TextArea/TextArea.tokens.js +13 -2
  217. package/styled-components/cjs/components/TextArea/variations/_size/tokens.json +7 -1
  218. package/styled-components/cjs/components/TextField/TextField.js +47 -20
  219. package/styled-components/cjs/components/TextField/TextField.styles.js +22 -10
  220. package/styled-components/cjs/components/TextField/TextField.template-doc.mdx +27 -1
  221. package/styled-components/cjs/components/TextField/TextField.tokens.js +11 -2
  222. package/styled-components/cjs/components/TextField/variations/_label-placement/base.js +1 -1
  223. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +1 -1
  224. package/styled-components/cjs/components/TextField/variations/_size/base.js +1 -1
  225. package/styled-components/cjs/components/TextField/variations/_size/tokens.json +6 -0
  226. package/styled-components/cjs/components/TextField/variations/_view/base.js +1 -1
  227. package/styled-components/cjs/components/{InputGroup/InputGroup.js → TextFieldGroup/TextFieldGroup.js} +16 -16
  228. package/{emotion/cjs/components/InputGroup/InputGroup.template-doc.mdx → styled-components/cjs/components/TextFieldGroup/TextFieldGroup.template-doc.mdx} +31 -31
  229. package/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.tokens.js +92 -0
  230. package/styled-components/cjs/components/TextFieldGroup/index.js +31 -0
  231. package/styled-components/cjs/components/{InputGroup → TextFieldGroup}/variations/_gap/base.js +2 -2
  232. package/styled-components/cjs/components/TextFieldGroup/variations/_gap/tokens.json +1 -0
  233. package/styled-components/cjs/components/TextFieldGroup/variations/_orientation/base.js +9 -0
  234. package/styled-components/cjs/components/TextFieldGroup/variations/_orientation/tokens.json +1 -0
  235. package/styled-components/cjs/components/TextFieldGroup/variations/_shape/base.js +11 -0
  236. package/styled-components/cjs/components/TextFieldGroup/variations/_shape/tokens.json +1 -0
  237. package/styled-components/cjs/components/TextFieldGroup/variations/_size/base.js +10 -0
  238. package/styled-components/cjs/components/TextFieldGroup/variations/_size/tokens.json +58 -0
  239. package/styled-components/cjs/components/{InputGroup → TextFieldGroup}/variations/_stretching/base.js +2 -2
  240. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.config.js +7 -7
  241. package/styled-components/cjs/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +9 -0
  242. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +8 -8
  243. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +9 -1
  244. package/styled-components/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.config.js +38 -0
  245. package/styled-components/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.js +11 -0
  246. package/styled-components/cjs/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  247. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.config.js +8 -8
  248. package/styled-components/cjs/examples/plasma_web/components/TextArea/TextArea.stories.tsx +10 -0
  249. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +8 -8
  250. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -0
  251. package/styled-components/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.config.js +38 -0
  252. package/styled-components/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.js +11 -0
  253. package/styled-components/cjs/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  254. package/styled-components/cjs/index.js +4 -4
  255. package/styled-components/es/components/Popup/PopupContext.js +1 -1
  256. package/styled-components/es/components/TextArea/TextArea.js +23 -8
  257. package/styled-components/es/components/TextArea/TextArea.styles.js +17 -11
  258. package/styled-components/es/components/TextArea/TextArea.template-doc.mdx +29 -3
  259. package/styled-components/es/components/TextArea/TextArea.tokens.js +13 -2
  260. package/styled-components/es/components/TextArea/variations/_size/tokens.json +7 -1
  261. package/styled-components/es/components/TextField/TextField.js +48 -21
  262. package/styled-components/es/components/TextField/TextField.styles.js +21 -9
  263. package/styled-components/es/components/TextField/TextField.template-doc.mdx +27 -1
  264. package/styled-components/es/components/TextField/TextField.tokens.js +11 -2
  265. package/styled-components/es/components/TextField/variations/_label-placement/base.js +2 -2
  266. package/styled-components/es/components/TextField/variations/_read-only/base.js +2 -2
  267. package/styled-components/es/components/TextField/variations/_size/base.js +2 -2
  268. package/styled-components/es/components/TextField/variations/_size/tokens.json +6 -0
  269. package/styled-components/es/components/TextField/variations/_view/base.js +2 -2
  270. package/styled-components/es/components/{InputGroup/InputGroup.js → TextFieldGroup/TextFieldGroup.js} +10 -10
  271. package/styled-components/es/components/{InputGroup/InputGroup.template-doc.mdx → TextFieldGroup/TextFieldGroup.template-doc.mdx} +31 -31
  272. package/styled-components/es/components/TextFieldGroup/TextFieldGroup.tokens.js +86 -0
  273. package/styled-components/es/components/TextFieldGroup/index.js +2 -0
  274. package/styled-components/es/components/TextFieldGroup/variations/_gap/base.js +3 -0
  275. package/styled-components/es/components/TextFieldGroup/variations/_gap/tokens.json +1 -0
  276. package/styled-components/es/components/TextFieldGroup/variations/_orientation/base.js +3 -0
  277. package/styled-components/es/components/TextFieldGroup/variations/_orientation/tokens.json +1 -0
  278. package/styled-components/es/components/TextFieldGroup/variations/_shape/base.js +5 -0
  279. package/styled-components/es/components/TextFieldGroup/variations/_shape/tokens.json +1 -0
  280. package/styled-components/es/components/TextFieldGroup/variations/_size/base.js +4 -0
  281. package/styled-components/es/components/TextFieldGroup/variations/_size/tokens.json +58 -0
  282. package/styled-components/es/components/TextFieldGroup/variations/_stretching/base.js +3 -0
  283. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.config.js +7 -7
  284. package/styled-components/es/examples/plasma_b2c/components/TextArea/TextArea.stories.tsx +9 -0
  285. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +8 -8
  286. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +9 -1
  287. package/styled-components/es/examples/plasma_b2c/components/{InputGroup/InputGroup.config.js → TextFieldGroup/TextFieldGroup.config.js} +10 -10
  288. package/styled-components/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.js +5 -0
  289. package/styled-components/es/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  290. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.config.js +8 -8
  291. package/styled-components/es/examples/plasma_web/components/TextArea/TextArea.stories.tsx +10 -0
  292. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +8 -8
  293. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +10 -0
  294. package/styled-components/es/examples/plasma_web/components/{InputGroup/InputGroup.config.js → TextFieldGroup/TextFieldGroup.config.js} +10 -10
  295. package/styled-components/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.js +5 -0
  296. package/styled-components/es/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.stories.tsx +116 -0
  297. package/styled-components/es/index.js +1 -1
  298. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts +6 -0
  299. package/types/components/Autocomplete/ui/TextField/TextField.styles.d.ts.map +1 -1
  300. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts +6 -0
  301. package/types/components/DatePicker/SingleDate/SingleDate.styles.d.ts.map +1 -1
  302. package/types/components/Range/Range.styles.d.ts +6 -0
  303. package/types/components/Range/Range.styles.d.ts.map +1 -1
  304. package/types/components/Slider/components/Double/Double.styles.d.ts +6 -0
  305. package/types/components/Slider/components/Double/Double.styles.d.ts.map +1 -1
  306. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  307. package/types/components/TextArea/TextArea.styles.d.ts +2 -0
  308. package/types/components/TextArea/TextArea.styles.d.ts.map +1 -1
  309. package/types/components/TextArea/TextArea.tokens.d.ts +11 -0
  310. package/types/components/TextArea/TextArea.tokens.d.ts.map +1 -1
  311. package/types/components/TextArea/TextArea.types.d.ts +13 -0
  312. package/types/components/TextArea/TextArea.types.d.ts.map +1 -1
  313. package/types/components/TextField/TextField.d.ts.map +1 -1
  314. package/types/components/TextField/TextField.styles.d.ts +4 -0
  315. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  316. package/types/components/TextField/TextField.tokens.d.ts +10 -1
  317. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  318. package/types/components/TextField/TextField.types.d.ts +13 -0
  319. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  320. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -1
  321. package/types/components/TextField/variations/_size/base.d.ts.map +1 -1
  322. package/types/components/TextField/variations/_view/base.d.ts.map +1 -1
  323. package/types/components/{InputGroup/InputGroup.d.ts → TextFieldGroup/TextFieldGroup.d.ts} +5 -5
  324. package/types/components/TextFieldGroup/TextFieldGroup.d.ts.map +1 -0
  325. package/types/components/{InputGroup/InputGroup.styles.d.ts → TextFieldGroup/TextFieldGroup.styles.d.ts} +1 -1
  326. package/types/components/TextFieldGroup/TextFieldGroup.styles.d.ts.map +1 -0
  327. package/types/components/{InputGroup/InputGroup.tokens.d.ts → TextFieldGroup/TextFieldGroup.tokens.d.ts} +12 -12
  328. package/types/components/TextFieldGroup/TextFieldGroup.tokens.d.ts.map +1 -0
  329. package/types/components/{InputGroup/InputGroup.types.d.ts → TextFieldGroup/TextFieldGroup.types.d.ts} +6 -6
  330. package/types/components/TextFieldGroup/TextFieldGroup.types.d.ts.map +1 -0
  331. package/types/components/TextFieldGroup/index.d.ts +4 -0
  332. package/types/components/TextFieldGroup/index.d.ts.map +1 -0
  333. package/types/components/TextFieldGroup/variations/_gap/base.d.ts.map +1 -0
  334. package/types/components/TextFieldGroup/variations/_orientation/base.d.ts.map +1 -0
  335. package/types/components/TextFieldGroup/variations/_shape/base.d.ts.map +1 -0
  336. package/types/components/TextFieldGroup/variations/_size/base.d.ts.map +1 -0
  337. package/types/components/TextFieldGroup/variations/_stretching/base.d.ts.map +1 -0
  338. package/types/examples/plasma_b2c/components/TextArea/TextArea.config.d.ts.map +1 -1
  339. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -1
  340. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +6 -0
  341. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -1
  342. package/types/examples/plasma_b2c/components/{InputGroup/InputGroup.config.d.ts → TextFieldGroup/TextFieldGroup.config.d.ts} +1 -1
  343. package/types/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.config.d.ts.map +1 -0
  344. package/types/examples/plasma_b2c/components/{InputGroup/InputGroup.d.ts → TextFieldGroup/TextFieldGroup.d.ts} +6 -6
  345. package/types/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.d.ts.map +1 -0
  346. package/types/examples/plasma_web/components/TextArea/TextArea.config.d.ts.map +1 -1
  347. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -1
  348. package/types/examples/plasma_web/components/TextField/TextField.d.ts +6 -0
  349. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -1
  350. package/types/examples/plasma_web/components/{InputGroup/InputGroup.config.d.ts → TextFieldGroup/TextFieldGroup.config.d.ts} +1 -1
  351. package/types/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.config.d.ts.map +1 -0
  352. package/types/examples/plasma_web/components/{InputGroup/InputGroup.d.ts → TextFieldGroup/TextFieldGroup.d.ts} +6 -6
  353. package/types/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.d.ts.map +1 -0
  354. package/types/index.d.ts +1 -1
  355. package/types/index.d.ts.map +1 -1
  356. package/cjs/components/InputGroup/InputGroup.css +0 -11
  357. package/cjs/components/InputGroup/InputGroup.js.map +0 -1
  358. package/cjs/components/InputGroup/InputGroup.styles.js +0 -9
  359. package/cjs/components/InputGroup/InputGroup.styles.js.map +0 -1
  360. package/cjs/components/InputGroup/InputGroup.styles_1ivl67d.css +0 -1
  361. package/cjs/components/InputGroup/InputGroup.tokens.js +0 -94
  362. package/cjs/components/InputGroup/InputGroup.tokens.js.map +0 -1
  363. package/cjs/components/InputGroup/variations/_gap/base.js.map +0 -1
  364. package/cjs/components/InputGroup/variations/_gap/base_1k4piyx.css +0 -1
  365. package/cjs/components/InputGroup/variations/_orientation/base.js.map +0 -1
  366. package/cjs/components/InputGroup/variations/_orientation/base_mgs8eg.css +0 -1
  367. package/cjs/components/InputGroup/variations/_shape/base.js.map +0 -1
  368. package/cjs/components/InputGroup/variations/_shape/base_3k0aw7.css +0 -1
  369. package/cjs/components/InputGroup/variations/_size/base.js.map +0 -1
  370. package/cjs/components/InputGroup/variations/_size/base_1vk5vms.css +0 -1
  371. package/cjs/components/InputGroup/variations/_stretching/base.js +0 -9
  372. package/cjs/components/InputGroup/variations/_stretching/base.js.map +0 -1
  373. package/cjs/components/InputGroup/variations/_stretching/base_1cr1a83.css +0 -1
  374. package/cjs/components/TextArea/TextArea.styles_1bv40vw.css +0 -9
  375. package/cjs/components/TextField/TextField.styles_9fkr1l.css +0 -10
  376. package/cjs/components/TextField/TextField_wctd2m.css +0 -1
  377. package/cjs/components/TextField/variations/_label-placement/base_170eaex.css +0 -1
  378. package/cjs/components/TextField/variations/_read-only/base_1vu13zn.css +0 -1
  379. package/cjs/components/TextField/variations/_size/base_orwx1f.css +0 -1
  380. package/emotion/cjs/components/InputGroup/InputGroup.tokens.js +0 -92
  381. package/emotion/cjs/components/InputGroup/index.js +0 -31
  382. package/emotion/cjs/components/InputGroup/variations/_gap/base.js +0 -9
  383. package/emotion/cjs/components/InputGroup/variations/_gap/tokens.json +0 -1
  384. package/emotion/cjs/components/InputGroup/variations/_orientation/base.js +0 -9
  385. package/emotion/cjs/components/InputGroup/variations/_orientation/tokens.json +0 -1
  386. package/emotion/cjs/components/InputGroup/variations/_shape/base.js +0 -11
  387. package/emotion/cjs/components/InputGroup/variations/_shape/tokens.json +0 -1
  388. package/emotion/cjs/components/InputGroup/variations/_size/base.js +0 -10
  389. package/emotion/cjs/components/InputGroup/variations/_size/tokens.json +0 -58
  390. package/emotion/cjs/components/InputGroup/variations/_stretching/base.js +0 -9
  391. package/emotion/cjs/examples/plasma_b2c/components/InputGroup/InputGroup.config.js +0 -38
  392. package/emotion/cjs/examples/plasma_b2c/components/InputGroup/InputGroup.js +0 -11
  393. package/emotion/cjs/examples/plasma_web/components/InputGroup/InputGroup.config.js +0 -38
  394. package/emotion/cjs/examples/plasma_web/components/InputGroup/InputGroup.js +0 -11
  395. package/emotion/es/components/InputGroup/InputGroup.tokens.js +0 -86
  396. package/emotion/es/components/InputGroup/index.js +0 -2
  397. package/emotion/es/components/InputGroup/variations/_gap/base.js +0 -3
  398. package/emotion/es/components/InputGroup/variations/_gap/tokens.json +0 -1
  399. package/emotion/es/components/InputGroup/variations/_orientation/base.js +0 -3
  400. package/emotion/es/components/InputGroup/variations/_orientation/tokens.json +0 -1
  401. package/emotion/es/components/InputGroup/variations/_shape/base.js +0 -5
  402. package/emotion/es/components/InputGroup/variations/_shape/tokens.json +0 -1
  403. package/emotion/es/components/InputGroup/variations/_size/base.js +0 -4
  404. package/emotion/es/components/InputGroup/variations/_size/tokens.json +0 -58
  405. package/emotion/es/components/InputGroup/variations/_stretching/base.js +0 -3
  406. package/emotion/es/examples/plasma_b2c/components/InputGroup/InputGroup.config.js +0 -32
  407. package/emotion/es/examples/plasma_b2c/components/InputGroup/InputGroup.js +0 -5
  408. package/emotion/es/examples/plasma_web/components/InputGroup/InputGroup.config.js +0 -32
  409. package/emotion/es/examples/plasma_web/components/InputGroup/InputGroup.js +0 -5
  410. package/es/components/InputGroup/InputGroup.css +0 -11
  411. package/es/components/InputGroup/InputGroup.js.map +0 -1
  412. package/es/components/InputGroup/InputGroup.styles.js +0 -5
  413. package/es/components/InputGroup/InputGroup.styles.js.map +0 -1
  414. package/es/components/InputGroup/InputGroup.styles_1ivl67d.css +0 -1
  415. package/es/components/InputGroup/InputGroup.tokens.js +0 -89
  416. package/es/components/InputGroup/InputGroup.tokens.js.map +0 -1
  417. package/es/components/InputGroup/variations/_gap/base.js +0 -5
  418. package/es/components/InputGroup/variations/_gap/base.js.map +0 -1
  419. package/es/components/InputGroup/variations/_gap/base_1k4piyx.css +0 -1
  420. package/es/components/InputGroup/variations/_orientation/base.js.map +0 -1
  421. package/es/components/InputGroup/variations/_orientation/base_mgs8eg.css +0 -1
  422. package/es/components/InputGroup/variations/_shape/base.js.map +0 -1
  423. package/es/components/InputGroup/variations/_shape/base_3k0aw7.css +0 -1
  424. package/es/components/InputGroup/variations/_size/base.js +0 -5
  425. package/es/components/InputGroup/variations/_size/base.js.map +0 -1
  426. package/es/components/InputGroup/variations/_size/base_1vk5vms.css +0 -1
  427. package/es/components/InputGroup/variations/_stretching/base.js +0 -5
  428. package/es/components/InputGroup/variations/_stretching/base.js.map +0 -1
  429. package/es/components/InputGroup/variations/_stretching/base_1cr1a83.css +0 -1
  430. package/es/components/TextArea/TextArea.styles_1bv40vw.css +0 -9
  431. package/es/components/TextField/TextField.styles_9fkr1l.css +0 -10
  432. package/es/components/TextField/TextField_wctd2m.css +0 -1
  433. package/es/components/TextField/variations/_label-placement/base_170eaex.css +0 -1
  434. package/es/components/TextField/variations/_read-only/base_1vu13zn.css +0 -1
  435. package/es/components/TextField/variations/_size/base_orwx1f.css +0 -1
  436. package/styled-components/cjs/components/InputGroup/InputGroup.tokens.js +0 -92
  437. package/styled-components/cjs/components/InputGroup/index.js +0 -31
  438. package/styled-components/cjs/components/InputGroup/variations/_gap/tokens.json +0 -1
  439. package/styled-components/cjs/components/InputGroup/variations/_orientation/base.js +0 -9
  440. package/styled-components/cjs/components/InputGroup/variations/_orientation/tokens.json +0 -1
  441. package/styled-components/cjs/components/InputGroup/variations/_shape/base.js +0 -11
  442. package/styled-components/cjs/components/InputGroup/variations/_shape/tokens.json +0 -1
  443. package/styled-components/cjs/components/InputGroup/variations/_size/base.js +0 -10
  444. package/styled-components/cjs/components/InputGroup/variations/_size/tokens.json +0 -58
  445. package/styled-components/cjs/examples/plasma_b2c/components/InputGroup/InputGroup.config.js +0 -38
  446. package/styled-components/cjs/examples/plasma_b2c/components/InputGroup/InputGroup.js +0 -11
  447. package/styled-components/cjs/examples/plasma_b2c/components/InputGroup/InputGroup.stories.tsx +0 -116
  448. package/styled-components/cjs/examples/plasma_web/components/InputGroup/InputGroup.config.js +0 -38
  449. package/styled-components/cjs/examples/plasma_web/components/InputGroup/InputGroup.js +0 -11
  450. package/styled-components/cjs/examples/plasma_web/components/InputGroup/InputGroup.stories.tsx +0 -116
  451. package/styled-components/es/components/InputGroup/InputGroup.tokens.js +0 -86
  452. package/styled-components/es/components/InputGroup/index.js +0 -2
  453. package/styled-components/es/components/InputGroup/variations/_gap/base.js +0 -3
  454. package/styled-components/es/components/InputGroup/variations/_gap/tokens.json +0 -1
  455. package/styled-components/es/components/InputGroup/variations/_orientation/base.js +0 -3
  456. package/styled-components/es/components/InputGroup/variations/_orientation/tokens.json +0 -1
  457. package/styled-components/es/components/InputGroup/variations/_shape/base.js +0 -5
  458. package/styled-components/es/components/InputGroup/variations/_shape/tokens.json +0 -1
  459. package/styled-components/es/components/InputGroup/variations/_size/base.js +0 -4
  460. package/styled-components/es/components/InputGroup/variations/_size/tokens.json +0 -58
  461. package/styled-components/es/components/InputGroup/variations/_stretching/base.js +0 -3
  462. package/styled-components/es/examples/plasma_b2c/components/InputGroup/InputGroup.js +0 -5
  463. package/styled-components/es/examples/plasma_b2c/components/InputGroup/InputGroup.stories.tsx +0 -116
  464. package/styled-components/es/examples/plasma_web/components/InputGroup/InputGroup.js +0 -5
  465. package/styled-components/es/examples/plasma_web/components/InputGroup/InputGroup.stories.tsx +0 -116
  466. package/types/components/InputGroup/InputGroup.d.ts.map +0 -1
  467. package/types/components/InputGroup/InputGroup.styles.d.ts.map +0 -1
  468. package/types/components/InputGroup/InputGroup.tokens.d.ts.map +0 -1
  469. package/types/components/InputGroup/InputGroup.types.d.ts.map +0 -1
  470. package/types/components/InputGroup/index.d.ts +0 -4
  471. package/types/components/InputGroup/index.d.ts.map +0 -1
  472. package/types/components/InputGroup/variations/_gap/base.d.ts.map +0 -1
  473. package/types/components/InputGroup/variations/_orientation/base.d.ts.map +0 -1
  474. package/types/components/InputGroup/variations/_shape/base.d.ts.map +0 -1
  475. package/types/components/InputGroup/variations/_size/base.d.ts.map +0 -1
  476. package/types/components/InputGroup/variations/_stretching/base.d.ts.map +0 -1
  477. package/types/examples/plasma_b2c/components/InputGroup/InputGroup.config.d.ts.map +0 -1
  478. package/types/examples/plasma_b2c/components/InputGroup/InputGroup.d.ts.map +0 -1
  479. package/types/examples/plasma_web/components/InputGroup/InputGroup.config.d.ts.map +0 -1
  480. package/types/examples/plasma_web/components/InputGroup/InputGroup.d.ts.map +0 -1
  481. /package/emotion/cjs/components/{InputGroup/InputGroup.types.js → TextFieldGroup/TextFieldGroup.types.js} +0 -0
  482. /package/emotion/cjs/components/{InputGroup → TextFieldGroup}/variations/_stretching/tokens.json +0 -0
  483. /package/emotion/es/components/{InputGroup/InputGroup.types.js → TextFieldGroup/TextFieldGroup.types.js} +0 -0
  484. /package/emotion/es/components/{InputGroup → TextFieldGroup}/variations/_stretching/tokens.json +0 -0
  485. /package/styled-components/cjs/components/{InputGroup/InputGroup.styles.js → TextFieldGroup/TextFieldGroup.styles.js} +0 -0
  486. /package/styled-components/cjs/components/{InputGroup/InputGroup.types.js → TextFieldGroup/TextFieldGroup.types.js} +0 -0
  487. /package/styled-components/cjs/components/{InputGroup → TextFieldGroup}/variations/_stretching/tokens.json +0 -0
  488. /package/styled-components/es/components/{InputGroup/InputGroup.styles.js → TextFieldGroup/TextFieldGroup.styles.js} +0 -0
  489. /package/styled-components/es/components/{InputGroup/InputGroup.types.js → TextFieldGroup/TextFieldGroup.types.js} +0 -0
  490. /package/styled-components/es/components/{InputGroup → TextFieldGroup}/variations/_stretching/tokens.json +0 -0
  491. /package/types/components/{InputGroup → TextFieldGroup}/variations/_gap/base.d.ts +0 -0
  492. /package/types/components/{InputGroup → TextFieldGroup}/variations/_orientation/base.d.ts +0 -0
  493. /package/types/components/{InputGroup → TextFieldGroup}/variations/_shape/base.d.ts +0 -0
  494. /package/types/components/{InputGroup → TextFieldGroup}/variations/_size/base.d.ts +0 -0
  495. /package/types/components/{InputGroup → TextFieldGroup}/variations/_stretching/base.d.ts +0 -0
@@ -1,11 +1,12 @@
1
1
  export declare const classes: {
2
2
  hasChips: string;
3
+ hasValue: string;
3
4
  hasEmptyContentLeft: string;
4
5
  hasEmptyContentRight: string;
5
6
  innerLabelPlacement: string;
6
7
  outerLabelPlacement: string;
7
8
  hideLabel: string;
8
- inputGroupItem: string;
9
+ textFieldGroupItem: string;
9
10
  };
10
11
  export declare const tokens: {
11
12
  color: string;
@@ -23,6 +24,7 @@ export declare const tokens: {
23
24
  /** Цвет каретки */
24
25
  caretColor: string;
25
26
  placeholderColor: string;
27
+ optionalColor: string;
26
28
  height: string;
27
29
  borderWidth: string;
28
30
  borderRadius: string;
@@ -106,5 +108,12 @@ export declare const tokens: {
106
108
  chipClearContentMarginRight: string;
107
109
  chipOpacityReadonly: string;
108
110
  focusColor: string;
111
+ indicatorColor: string;
112
+ indicatorSizeInner: string;
113
+ indicatorSizeOuter: string;
114
+ indicatorLabelPlacementInner: string;
115
+ indicatorLabelPlacementOuter: string;
116
+ indicatorLabelPlacementInnerRight: string;
117
+ indicatorLabelPlacementOuterRight: string;
109
118
  };
110
119
  //# sourceMappingURL=TextField.tokens.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;CAQnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;IAWf,oCAAoC;;;;;IAMpC,mBAAmB;;;;;;IAQnB,kCAAkC;;;;;;;;;;;IAelC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkCpB,qCAAqC;;;;;IAMrC,6DAA6D;;IAG7D,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCrB,CAAC"}
1
+ {"version":3,"file":"TextField.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;CASnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;IAWf,oCAAoC;;;;;IAMpC,mBAAmB;;;;;;;IASnB,kCAAkC;;;;;;;;;;;IAelC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkCpB,qCAAqC;;;;;IAMrC,6DAA6D;;IAG7D,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CrB,CAAC"}
@@ -71,6 +71,19 @@ export declare type TextFieldPropsBase = {
71
71
  * Слот для вспомогательного текста слева.
72
72
  */
73
73
  textAfter?: string;
74
+ /**
75
+ * Флаг необязательности поля
76
+ */
77
+ optional?: boolean;
78
+ /**
79
+ * Флаг обязательности поля
80
+ */
81
+ required?: boolean;
82
+ /**
83
+ * Задает выравнивание индикатора обязательности поля
84
+ * @default right
85
+ */
86
+ requiredPlacement?: 'left' | 'right';
74
87
  /**
75
88
  * Callback по нажатию Enter
76
89
  */
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextField/TextField.types.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_label-placement/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CA4DhB,CAAC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_label-placement/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAkDhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_size/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAkEhB,CAAC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_size/base.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,IAAI,0CAyEhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_view/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CA2ChB,CAAC"}
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextField/variations/_view/base.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,IAAI,0CA8ChB,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import React from 'react';
2
2
  import type { RootProps } from '../../engines';
3
- import type { InputGroupProps, InputGroupRootProps } from './InputGroup.types';
4
- export declare const inputGroupRoot: (Root: RootProps<HTMLDivElement, InputGroupRootProps>) => React.ForwardRefExoticComponent<InputGroupProps & React.RefAttributes<HTMLDivElement>>;
5
- export declare const inputGroupConfig: {
3
+ import type { TextFieldGroupProps, TextFieldGroupRootProps } from './TextFieldGroup.types';
4
+ export declare const textFieldGroupRoot: (Root: RootProps<HTMLDivElement, TextFieldGroupRootProps>) => React.ForwardRefExoticComponent<TextFieldGroupProps & React.RefAttributes<HTMLDivElement>>;
5
+ export declare const textFieldGroupConfig: {
6
6
  name: string;
7
7
  tag: string;
8
- layout: (Root: RootProps<HTMLDivElement, InputGroupRootProps>) => React.ForwardRefExoticComponent<InputGroupProps & React.RefAttributes<HTMLDivElement>>;
8
+ layout: (Root: RootProps<HTMLDivElement, TextFieldGroupRootProps>) => React.ForwardRefExoticComponent<TextFieldGroupProps & React.RefAttributes<HTMLDivElement>>;
9
9
  base: import("@linaria/core").LinariaClassName;
10
10
  variations: {
11
11
  size: {
@@ -32,4 +32,4 @@ export declare const inputGroupConfig: {
32
32
  stretching: string;
33
33
  };
34
34
  };
35
- //# sourceMappingURL=InputGroup.d.ts.map
35
+ //# sourceMappingURL=TextFieldGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextFieldGroup.d.ts","sourceRoot":"","sources":["../../../src/components/TextFieldGroup/TextFieldGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAU/C,OAAO,KAAK,EAAE,mBAAmB,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAE3F,eAAO,MAAM,kBAAkB,SAAU,UAAU,cAAc,EAAE,uBAAuB,CAAC,+FAiCrF,CAAC;AAEP,eAAO,MAAM,oBAAoB;;;mBAnCQ,UAAU,cAAc,EAAE,uBAAuB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;CAgE1F,CAAC"}
@@ -1,2 +1,2 @@
1
1
  export declare const base: import("@linaria/core").LinariaClassName;
2
- //# sourceMappingURL=InputGroup.styles.d.ts.map
2
+ //# sourceMappingURL=TextFieldGroup.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextFieldGroup.styles.d.ts","sourceRoot":"","sources":["../../../src/components/TextFieldGroup/TextFieldGroup.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI,0CAEhB,CAAC"}
@@ -1,8 +1,8 @@
1
1
  export declare const classes: {
2
2
  autoStretching: string;
3
3
  filledStretching: string;
4
- inputGroupOverrideStyles: string;
5
- inputGroupItem: string;
4
+ textFieldGroupOverrideStyles: string;
5
+ textFieldGroupItem: string;
6
6
  horizontal: string;
7
7
  vertical: string;
8
8
  none: string;
@@ -12,15 +12,15 @@ export declare const classes: {
12
12
  default: string;
13
13
  };
14
14
  export declare const tokens: {
15
- inputGroupOrientation: string;
16
- inputGroupWebMarginLeft: string;
17
- inputGroupWebClipPath: string;
18
- inputGroupWebMarginTop: string;
19
- inputGroupWebVerticalClipPath: string;
20
- inputSegmentedRadius: string;
21
- inputDefaultRadius: string;
22
- inputSideRadius: string;
23
- inputGroupItemsGap: string;
15
+ textFieldGroupOrientation: string;
16
+ textFieldGroupWebMarginLeft: string;
17
+ textFieldGroupWebClipPath: string;
18
+ textFieldGroupWebMarginTop: string;
19
+ textFieldGroupWebVerticalClipPath: string;
20
+ textFieldSegmentedRadius: string;
21
+ textFieldDefaultRadius: string;
22
+ textFieldSideRadius: string;
23
+ textFieldGroupItemsGap: string;
24
24
  height: string;
25
25
  borderWidth: string;
26
26
  /** Отступ от границы ТextField */
@@ -82,4 +82,4 @@ export declare const tokens: {
82
82
  chipClearContentMarginLeft: string;
83
83
  chipClearContentMarginRight: string;
84
84
  };
85
- //# sourceMappingURL=InputGroup.tokens.d.ts.map
85
+ //# sourceMappingURL=TextFieldGroup.tokens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextFieldGroup.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/TextFieldGroup/TextFieldGroup.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;CAgBnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;IAgBf,kCAAkC;;;;;;;;;;;IAelC,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;IA8BpB,qCAAqC;;;IAIrC,kBAAkB;;;;;;;;;;;;;;;;;;;;;CAqBrB,CAAC"}
@@ -38,7 +38,7 @@ declare type GapShapeVariants = {
38
38
  */
39
39
  shape?: 'default';
40
40
  };
41
- declare type InputGroupPropsCommon = {
41
+ declare type TextFieldGroupPropsCommon = {
42
42
  /**
43
43
  * Направление группы
44
44
  * @default
@@ -61,7 +61,7 @@ declare type InputGroupPropsCommon = {
61
61
  /**
62
62
  * Размер группы input
63
63
  * @description
64
- * Применяется если isCommonInputStyles передан как true.
64
+ * Применяется если isCommonTextFieldStyles передан как true.
65
65
  */
66
66
  size?: string;
67
67
  /**
@@ -73,12 +73,12 @@ declare type InputGroupPropsCommon = {
73
73
  * size берется из значений группы.
74
74
  * Если значение не задано, каждый input может иметь свое значение size.
75
75
  */
76
- isCommonInputStyles?: boolean;
76
+ isCommonTextFieldStyles?: boolean;
77
77
  };
78
- export declare type InputGroupProps = HTMLAttributes<HTMLDivElement> & InputGroupPropsCommon & GapShapeVariants;
79
- export declare type InputGroupRootProps = HTMLAttributes<HTMLDivElement> & InputGroupPropsCommon & {
78
+ export declare type TextFieldGroupProps = HTMLAttributes<HTMLDivElement> & TextFieldGroupPropsCommon & GapShapeVariants;
79
+ export declare type TextFieldGroupRootProps = HTMLAttributes<HTMLDivElement> & TextFieldGroupPropsCommon & {
80
80
  gap?: Gap;
81
81
  shape?: Shape;
82
82
  };
83
83
  export {};
84
- //# sourceMappingURL=InputGroup.types.d.ts.map
84
+ //# sourceMappingURL=TextFieldGroup.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextFieldGroup.types.d.ts","sourceRoot":"","sources":["../../../src/components/TextFieldGroup/TextFieldGroup.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,oBAAY,GAAG,GAAG,MAAM,GAAG,OAAO,GAAG,MAAM,CAAC;AAC5C,oBAAY,WAAW,GAAG,UAAU,GAAG,YAAY,CAAC;AACpD,oBAAY,KAAK,GAAG,SAAS,GAAG,WAAW,CAAC;AAE5C,aAAK,UAAU,GAAG,QAAQ,GAAG,MAAM,CAAC;AAEpC,aAAK,gBAAgB,GACf;IACI;;;;;;OAMG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACvB;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,WAAW,CAAC;CACvB,GACD;IACI;;;;;;OAMG;IACH,GAAG,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACvB;;;;;;OAMG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;CACrB,CAAC;AAER,aAAK,yBAAyB,GAAG;IAC7B;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B;;;;;;;;OAQG;IACH,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;;;;OAQG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;CACrC,CAAC;AAEF,oBAAY,mBAAmB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG,yBAAyB,GAAG,gBAAgB,CAAC;AAChH,oBAAY,uBAAuB,GAAG,cAAc,CAAC,cAAc,CAAC,GAChE,yBAAyB,GAAG;IACxB,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,KAAK,CAAC,EAAE,KAAK,CAAC;CACjB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { textFieldGroupRoot, textFieldGroupConfig } from './TextFieldGroup';
2
+ export { tokens as textFieldGroupTokens, classes as textFieldGroupClasses } from './TextFieldGroup.tokens';
3
+ export type { TextFieldGroupProps } from './TextFieldGroup.types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TextFieldGroup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AAC5E,OAAO,EAAE,MAAM,IAAI,oBAAoB,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAE3G,YAAY,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextFieldGroup/variations/_gap/base.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,0CAEhB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextFieldGroup/variations/_orientation/base.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,0CAMhB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextFieldGroup/variations/_shape/base.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI,0CA4FhB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextFieldGroup/variations/_size/base.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAsDhB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/TextFieldGroup/variations/_stretching/base.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,0CAQhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CAyPlB,CAAC"}
1
+ {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CAqRlB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsWlB,CAAC"}
1
+ {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkYlB,CAAC"}
@@ -35,6 +35,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
35
35
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
36
36
  textBefore?: string | undefined;
37
37
  textAfter?: string | undefined;
38
+ optional?: boolean | undefined;
39
+ required?: boolean | undefined;
40
+ requiredPlacement?: "left" | "right" | undefined;
38
41
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
39
42
  } & {
40
43
  chips?: undefined;
@@ -54,6 +57,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
54
57
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
55
58
  textBefore?: string | undefined;
56
59
  textAfter?: string | undefined;
60
+ optional?: boolean | undefined;
61
+ required?: boolean | undefined;
62
+ requiredPlacement?: "left" | "right" | undefined;
57
63
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
58
64
  } & {
59
65
  enumerationType: "chip";
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextField/TextField.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4HAA0B,CAAC"}
1
+ {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextField/TextField.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4HAA0B,CAAC"}
@@ -28,4 +28,4 @@ export declare const config: {
28
28
  };
29
29
  };
30
30
  };
31
- //# sourceMappingURL=InputGroup.config.d.ts.map
31
+ //# sourceMappingURL=TextFieldGroup.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextFieldGroup.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuQlB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const InputGroup: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
2
+ export declare const TextFieldGroup: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
3
3
  size: {
4
4
  l: import("@linaria/core").LinariaClassName;
5
5
  m: import("@linaria/core").LinariaClassName;
@@ -24,20 +24,20 @@ export declare const InputGroup: import("react").FunctionComponent<import("../..
24
24
  filled: import("@linaria/core").LinariaClassName;
25
25
  };
26
26
  }> & ((import("react").HTMLAttributes<HTMLDivElement> & {
27
- orientation?: import("../../../../components/InputGroup/InputGroup.types").Orientation | undefined;
27
+ orientation?: import("../../../../components/TextFieldGroup/TextFieldGroup.types").Orientation | undefined;
28
28
  stretching?: ("auto" | "filled") | undefined;
29
29
  size?: string | undefined;
30
- isCommonInputStyles?: boolean | undefined;
30
+ isCommonTextFieldStyles?: boolean | undefined;
31
31
  } & {
32
32
  gap?: "none" | "dense" | undefined;
33
33
  shape?: "segmented" | undefined;
34
34
  } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
35
- orientation?: import("../../../../components/InputGroup/InputGroup.types").Orientation | undefined;
35
+ orientation?: import("../../../../components/TextFieldGroup/TextFieldGroup.types").Orientation | undefined;
36
36
  stretching?: ("auto" | "filled") | undefined;
37
37
  size?: string | undefined;
38
- isCommonInputStyles?: boolean | undefined;
38
+ isCommonTextFieldStyles?: boolean | undefined;
39
39
  } & {
40
40
  gap?: "dense" | "wide" | undefined;
41
41
  shape?: "default" | undefined;
42
42
  } & import("react").RefAttributes<HTMLDivElement>))>;
43
- //# sourceMappingURL=InputGroup.d.ts.map
43
+ //# sourceMappingURL=TextFieldGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextFieldGroup.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/TextFieldGroup/TextFieldGroup.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAA0B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CA6OlB,CAAC"}
1
+ {"version":3,"file":"TextArea.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextArea/TextArea.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;CA+QlB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmWlB,CAAC"}
1
+ {"version":3,"file":"TextField.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextField/TextField.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuYlB,CAAC"}
@@ -35,6 +35,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
35
35
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
36
36
  textBefore?: string | undefined;
37
37
  textAfter?: string | undefined;
38
+ optional?: boolean | undefined;
39
+ required?: boolean | undefined;
40
+ requiredPlacement?: "left" | "right" | undefined;
38
41
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
39
42
  } & {
40
43
  chips?: undefined;
@@ -54,6 +57,9 @@ export declare const TextField: import("react").FunctionComponent<import("../../
54
57
  contentRight?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
55
58
  textBefore?: string | undefined;
56
59
  textAfter?: string | undefined;
60
+ optional?: boolean | undefined;
61
+ required?: boolean | undefined;
62
+ requiredPlacement?: "left" | "right" | undefined;
57
63
  onSearch?: ((value: string, event?: import("react").KeyboardEvent<HTMLInputElement> | undefined) => void) | undefined;
58
64
  } & {
59
65
  enumerationType: "chip";
@@ -1 +1 @@
1
- {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextField/TextField.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4HAA0B,CAAC"}
1
+ {"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextField/TextField.ts"],"names":[],"mappings":";AAMA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4HAA0B,CAAC"}
@@ -28,4 +28,4 @@ export declare const config: {
28
28
  };
29
29
  };
30
30
  };
31
- //# sourceMappingURL=InputGroup.config.d.ts.map
31
+ //# sourceMappingURL=TextFieldGroup.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextFieldGroup.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2QlB,CAAC"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const InputGroup: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
2
+ export declare const TextFieldGroup: import("react").FunctionComponent<import("../../../../engines/types").PropsType<{
3
3
  size: {
4
4
  l: import("@linaria/core").LinariaClassName;
5
5
  m: import("@linaria/core").LinariaClassName;
@@ -24,20 +24,20 @@ export declare const InputGroup: import("react").FunctionComponent<import("../..
24
24
  filled: import("@linaria/core").LinariaClassName;
25
25
  };
26
26
  }> & ((import("react").HTMLAttributes<HTMLDivElement> & {
27
- orientation?: import("../../../../components/InputGroup/InputGroup.types").Orientation | undefined;
27
+ orientation?: import("../../../../components/TextFieldGroup/TextFieldGroup.types").Orientation | undefined;
28
28
  stretching?: ("auto" | "filled") | undefined;
29
29
  size?: string | undefined;
30
- isCommonInputStyles?: boolean | undefined;
30
+ isCommonTextFieldStyles?: boolean | undefined;
31
31
  } & {
32
32
  gap?: "none" | "dense" | undefined;
33
33
  shape?: "segmented" | undefined;
34
34
  } & import("react").RefAttributes<HTMLDivElement>) | (import("react").HTMLAttributes<HTMLDivElement> & {
35
- orientation?: import("../../../../components/InputGroup/InputGroup.types").Orientation | undefined;
35
+ orientation?: import("../../../../components/TextFieldGroup/TextFieldGroup.types").Orientation | undefined;
36
36
  stretching?: ("auto" | "filled") | undefined;
37
37
  size?: string | undefined;
38
- isCommonInputStyles?: boolean | undefined;
38
+ isCommonTextFieldStyles?: boolean | undefined;
39
39
  } & {
40
40
  gap?: "dense" | "wide" | undefined;
41
41
  shape?: "default" | undefined;
42
42
  } & import("react").RefAttributes<HTMLDivElement>))>;
43
- //# sourceMappingURL=InputGroup.d.ts.map
43
+ //# sourceMappingURL=TextFieldGroup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextFieldGroup.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/TextFieldGroup/TextFieldGroup.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAA0B,CAAC"}
package/types/index.d.ts CHANGED
@@ -15,7 +15,7 @@ export * from './components/Radiobox';
15
15
  export * from './components/Popover';
16
16
  export * from './components/TextArea';
17
17
  export * from './components/TextField';
18
- export * from './components/InputGroup';
18
+ export * from './components/TextFieldGroup';
19
19
  export * from './components/Switch';
20
20
  export * from './components/Tabs';
21
21
  export * from './components/Calendar';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qBAAqB,CAAC;AACpC,cAAc,uBAAuB,CAAC;AACtC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,yBAAyB,CAAC;AACxC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC"}
@@ -1,11 +0,0 @@
1
- .base_1vk5vms_b1jw8jhy__8aa6239c.base_1vk5vms_inputGroupOverrideStyles__8aa6239c .base_1vk5vms_inputGroupItem__8aa6239c{--plasma-textfield-height:var(--plasma-input-group-item-height);--plasma-textfield-padding:var(--plasma-input-group-item-padding);--plasma-textfield-padding-with-chips:var(--plasma-input-group-item-padding-with-chips);--plasma-textfield__left-content-margin:var(--plasma-input-group-item__left-content-margin);--plasma-textfield__right-content-margin:var(--plasma-input-group-item__right-content-margin);--plasma-textfield__before-text-margin:var(--plasma-input-group-item__before-text-margin);--plasma-textfield__after-text-margin:var(--plasma-input-group-item__after-text-margin);--plasma-textfield-font-family:var(--plasma-input-group-item-font-family);--plasma-textfield-font-size:var(--plasma-input-group-item-font-size);--plasma-textfield-font-style:var(--plasma-input-group-item-font-style);--plasma-textfield-font-weight:var(--plasma-input-group-item-font-weight);--plasma-textfield-letter-spacing:var(--plasma-input-group-item-letter-spacing);--plasma-textfield-line-height:var(--plasma-input-group-item-line-height);--plasma-textfield__label-offset:var(--plasma-input-group-item__label-offset);--plasma-textfield__label-font-family:var(--plasma-input-group-item__label-font-family);--plasma-textfield__label-font-size:var(--plasma-input-group-item__label-font-size);--plasma-textfield__label-font-style:var(--plasma-input-group-item__label-font-style);--plasma-textfield__label-font-weight:var(--plasma-input-group-item__label-font-weight);--plasma-textfield__label-letter-spacing:var(--plasma-input-group-item__label-letter-spacing);--plasma-textfield__label-line-height:var(--plasma-input-group-item__label-line-height);--plasma-textfield__left-helper-offset:var(--plasma-input-group-item__left-helper-offset);--plasma-textfield__left-helper-font-family:var(--plasma-input-group-item__left-helper-font-family);--plasma-textfield__left-helper-font-size:var(--plasma-input-group-item__left-helper-font-size);--plasma-textfield__left-helper-font-style:var(--plasma-input-group-item__left-helper-font-style);--plasma-textfield__left-helper-font-weight:var(--plasma-input-group-item__left-helper-font-weight);--plasma-textfield__left-helper-letter-spacing:var(--plasma-input-group-item__left-helper-letter-spacing);--plasma-textfield__left-helper-line-height:var(--plasma-input-group-item__left-helper-line-height);--plasma-textfield-placement_inner__label-padding:var(--plasma-input-group-item-placement_inner__label-padding);--plasma-textfield-placement_inner__content-padding:var(--plasma-input-group-item-placement_inner__content-padding);--plasma-textfield__chip-gap:var(--plasma-input-group-item__chip-gap);--plasma-textfield__chip-border-radius:var(--plasma-input-group-item__chip-border-radius);--plasma-textfield__chip-width:var(--plasma-input-group-item__chip-width);--plasma-textfield__chip-height:var(--plasma-input-group-item__chip-height);--plasma-textfield__chip-padding-right:var(--plasma-input-group-item__chip-padding-right);--plasma-textfield__chip-padding-left:var(--plasma-input-group-item__chip-padding-left);--plasma-textfield__chip-clear-content-margin-left:var(--plasma-input-group-item__chip-clear-content-margin-left);--plasma-textfield__chip-clear-content-margin-right:var(--plasma-input-group-item__chip-clear-content-margin-right);--plasma-textfield__chip-close-icon-size:var(--plasma-input-group-item__chip-close-icon-size);--plasma-textfield__chip-font-family:var(--plasma-input-group-item__chip-font-family);--plasma-textfield__chip-font-size:var(--plasma-input-group-item__chip-font-size);--plasma-textfield__chip-font-style:var(--plasma-input-group-item__chip-font-style);--plasma-textfield__chip-font-weight:var(--plasma-input-group-item__chip-font-weight);--plasma-textfield__chip-letter-spacing:var(--plasma-input-group-item__chip-letter-spacing);--plasma-textfield__chip-line-height:var(--plasma-input-group-item__chip-line-height);}
2
-
3
- .base_1k4piyx_bl5zpqu__7f6cabbf{gap:var(--plasma-input-group-items-gap);}
4
-
5
- .base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupShapeDefault__3cfc78bb{--plasma_private-input-radius-inner:var(--plasma-input-group-item-default-radius);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupShapeSegmented__3cfc78bb{--plasma_private-input-radius-inner:var(--plasma-input-group-item-segmented-radius);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupShapeSegmented__3cfc78bb.base_3k0aw7_inputGroupGapNone__3cfc78bb{--plasma_private-input-radius-inner:0;}.base_3k0aw7_bat8qm9__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb .base_3k0aw7_iq39zt5__3cfc78bb{--plasma-textfield-border-radius:var(--plasma_private-input-radius-inner);-webkit-transition:clip-path 0.05s ease-in;transition:clip-path 0.05s ease-in;}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationHorizontal__3cfc78bb.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupGapNone__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:not(:first-child){margin-left:var(--plasma-input-group-web-margin-left);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationHorizontal__3cfc78bb.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupGapNone__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:not(:last-child) .base_3k0aw7_iq39zt5__3cfc78bb{-webkit-clip-path:var(--plasma-input-group-web-clip-path);clip-path:var(--plasma-input-group-web-clip-path);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationHorizontal__3cfc78bb.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupGapNone__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:not(:last-child) .base_3k0aw7_iq39zt5__3cfc78bb:hover,.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationHorizontal__3cfc78bb.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupGapNone__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:not(:last-child) .base_3k0aw7_iq39zt5__3cfc78bb:focus-within{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationVertical__3cfc78bb.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupGapNone__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:not(:first-child){margin-top:var(--plasma-input-group-web-margin-top);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationVertical__3cfc78bb.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupGapNone__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:not(:first-child) .base_3k0aw7_iq39zt5__3cfc78bb{-webkit-clip-path:var(--plasma-input-group-web-vertical-clip-path);clip-path:var(--plasma-input-group-web-vertical-clip-path);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationVertical__3cfc78bb.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupGapNone__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:not(:first-child) .base_3k0aw7_iq39zt5__3cfc78bb:hover,.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationVertical__3cfc78bb.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupGapNone__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:not(:first-child) .base_3k0aw7_iq39zt5__3cfc78bb:focus-within{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationHorizontal__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:first-child:last-child .base_3k0aw7_iq39zt5__3cfc78bb,.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationVertical__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:first-child:last-child .base_3k0aw7_iq39zt5__3cfc78bb{border-radius:var(--plasma-input-group-side-item-radius);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationHorizontal__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:first-child .base_3k0aw7_iq39zt5__3cfc78bb{--plasma_private-left-side-radius:var(--plasma-input-group-side-item-radius) var(--plasma_private-input-radius-inner) var(--plasma_private-input-radius-inner) var(--plasma-input-group-side-item-radius);border-radius:var(--plasma_private-left-side-radius);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationHorizontal__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:last-child .base_3k0aw7_iq39zt5__3cfc78bb{--plasma_private-right-side-radius:var(--plasma_private-input-radius-inner) var(--plasma-input-group-side-item-radius) var(--plasma-input-group-side-item-radius) var(--plasma_private-input-radius-inner);border-radius:var(--plasma_private-right-side-radius);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationVertical__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:first-child .base_3k0aw7_iq39zt5__3cfc78bb{--plasma_private-up-side-radius:var(--plasma-input-group-side-item-radius) var(--plasma-input-group-side-item-radius) var(--plasma_private-input-radius-inner) var(--plasma_private-input-radius-inner);border-radius:var(--plasma_private-up-side-radius);}.base_3k0aw7_bat8qm9__3cfc78bb.base_3k0aw7_inputGroupOrientationVertical__3cfc78bb .base_3k0aw7_inputGroupItem__3cfc78bb:last-child .base_3k0aw7_iq39zt5__3cfc78bb{--plasma_private-down-side-radius:var(--plasma_private-input-radius-inner) var(--plasma_private-input-radius-inner) var(--plasma-input-group-side-item-radius) var(--plasma-input-group-side-item-radius);border-radius:var(--plasma_private-down-side-radius);}
6
-
7
- .base_mgs8eg_bdx478e__a3287190{-webkit-flex-direction:var(--plasma-input-group-orientation);-ms-flex-direction:var(--plasma-input-group-orientation);flex-direction:var(--plasma-input-group-orientation);}.base_mgs8eg_bdx478e__a3287190.base_mgs8eg_inputGroupOrientationVertical__a3287190 .base_mgs8eg_inputGroupItem__a3287190{width:auto;}
8
-
9
- .base_1cr1a83_b1ybrzwp__d008f94e.base_1cr1a83_inputGroupStretchingFilled__d008f94e{width:100%;}.base_1cr1a83_b1ybrzwp__d008f94e.base_1cr1a83_inputGroupStretchingFilled__d008f94e .base_1cr1a83_inputGroupItem__d008f94e{width:100%;}
10
-
11
- .InputGroup_styles_1ivl67d_bkb9f46__5d90d5de{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
@@ -1 +0,0 @@
1
- {"version":3,"file":"InputGroup.js","sources":["../../../src/components/InputGroup/InputGroup.tsx"],"sourcesContent":["import React, { forwardRef } from 'react';\n\nimport type { RootProps } from '../../engines';\nimport { cx } from '../../utils';\n\nimport { base as sizeCSS } from './variations/_size/base';\nimport { base as gapCSS } from './variations/_gap/base';\nimport { base as shapeCSS } from './variations/_shape/base';\nimport { base as orientationCSS } from './variations/_orientation/base';\nimport { base as stretchingCSS } from './variations/_stretching/base';\nimport { base } from './InputGroup.styles';\nimport { classes } from './InputGroup.tokens';\nimport type { InputGroupProps, InputGroupRootProps } from './InputGroup.types';\n\nexport const inputGroupRoot = (Root: RootProps<HTMLDivElement, InputGroupRootProps>) =>\n forwardRef<HTMLDivElement, InputGroupProps>((props, ref) => {\n const {\n children,\n className,\n size,\n stretching = 'auto',\n gap = 'dense',\n orientation = 'horizontal',\n shape = 'default',\n isCommonInputStyles = true,\n ...rest\n } = props;\n\n const orientationClass = classes[orientation];\n const gapClass = classes[gap];\n const shapeClass = classes[shape];\n const stretchingClass = classes[`${stretching}Stretching` as keyof typeof classes];\n const overrideStylesClass = isCommonInputStyles ? classes.inputGroupOverrideStyles : undefined;\n\n return (\n <Root\n ref={ref}\n size={size}\n gap={gap}\n shape={shape}\n orientation={orientation}\n className={cx(overrideStylesClass, orientationClass, gapClass, shapeClass, stretchingClass, className)}\n {...rest}\n >\n {children}\n </Root>\n );\n });\n\nexport const inputGroupConfig = {\n name: 'InputGroup',\n tag: 'div',\n layout: inputGroupRoot,\n base,\n variations: {\n size: {\n css: sizeCSS,\n },\n gap: {\n css: gapCSS,\n },\n orientation: {\n css: orientationCSS,\n },\n shape: {\n css: shapeCSS,\n },\n stretching: {\n css: stretchingCSS,\n },\n },\n defaults: {\n size: 'm',\n gap: 'dense',\n orientation: 'horizontal',\n shape: 'default',\n stretching: 'auto',\n },\n};\n"],"names":["inputGroupRoot","Root","forwardRef","props","ref","children","className","size","_props$stretching","stretching","_props$gap","gap","_props$orientation","orientation","_props$shape","shape","_props$isCommonInputS","isCommonInputStyles","rest","_objectWithoutProperties","_excluded","orientationClass","classes","gapClass","shapeClass","stretchingClass","concat","overrideStylesClass","inputGroupOverrideStyles","undefined","React","createElement","_extends","cx","inputGroupConfig","name","tag","layout","base","variations","css","sizeCSS","gapCSS","orientationCSS","shapeCSS","stretchingCSS","defaults"],"mappings":"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"}
@@ -1,9 +0,0 @@
1
- import './InputGroup.styles_1ivl67d.css';
2
- 'use strict';
3
-
4
- Object.defineProperty(exports, '__esModule', { value: true });
5
-
6
- var base = "bkb9f46";
7
-
8
- exports.base = base;
9
- //# sourceMappingURL=InputGroup.styles.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"InputGroup.styles.js","sources":["../../../src/components/InputGroup/InputGroup.styles.ts"],"sourcesContent":["import { css } from '@linaria/core';\n\nexport const base = css`\n display: inline-flex;\n`;\n"],"names":["base"],"mappings":";;;;AAEO,IAAMA,IAAI,GAEhB;;;;"}
@@ -1 +0,0 @@
1
- .bkb9f46{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;}
@@ -1,94 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var classes = {
6
- autoStretching: 'input-group-stretching-auto',
7
- filledStretching: 'input-group-stretching-filled',
8
- inputGroupOverrideStyles: 'input-group-override-styles',
9
- inputGroupItem: 'input-group-item',
10
- horizontal: 'input-group-orientation-horizontal',
11
- vertical: 'input-group-orientation-vertical',
12
- none: 'input-group-gap-none',
13
- dense: 'input-group-gap-dense',
14
- wide: 'input-group-gap-wide',
15
- segmented: 'input-group-shape-segmented',
16
- "default": 'input-group-shape-default'
17
- };
18
- var tokens = {
19
- inputGroupOrientation: '--plasma-input-group-orientation',
20
- inputGroupWebMarginLeft: '--plasma-input-group-web-margin-left',
21
- inputGroupWebClipPath: '--plasma-input-group-web-clip-path',
22
- inputGroupWebMarginTop: '--plasma-input-group-web-margin-top',
23
- inputGroupWebVerticalClipPath: '--plasma-input-group-web-vertical-clip-path',
24
- inputSegmentedRadius: '--plasma-input-group-item-segmented-radius',
25
- inputDefaultRadius: '--plasma-input-group-item-default-radius',
26
- inputSideRadius: '--plasma-input-group-side-item-radius',
27
- inputGroupItemsGap: '--plasma-input-group-items-gap',
28
- height: '--plasma-input-group-item-height',
29
- borderWidth: '--plasma-input-group-item-border-width',
30
- /** Отступ от границы ТextField */
31
- padding: '--plasma-input-group-item-padding',
32
- paddingWithChips: '--plasma-input-group-item-padding-with-chips',
33
- /* Токены для инпута */
34
- leftContentMargin: '--plasma-input-group-item__left-content-margin',
35
- rightContentMargin: '--plasma-input-group-item__right-content-margin',
36
- fontFamily: '--plasma-input-group-item-font-family',
37
- fontStyle: '--plasma-input-group-item-font-style',
38
- fontSize: '--plasma-input-group-item-font-size',
39
- fontWeight: '--plasma-input-group-item-font-weight',
40
- letterSpacing: '--plasma-input-group-item-letter-spacing',
41
- lineHeight: '--plasma-input-group-item-line-height',
42
- /** Токены лейбла */
43
- labelOffset: '--plasma-input-group-item__label-offset',
44
- labelFontFamily: '--plasma-input-group-item__label-font-family',
45
- labelFontStyle: '--plasma-input-group-item__label-font-style',
46
- labelFontSize: '--plasma-input-group-item__label-font-size',
47
- labelFontWeight: '--plasma-input-group-item__label-font-weight',
48
- labelLetterSpacing: '--plasma-input-group-item__label-letter-spacing',
49
- labelLineHeight: '--plasma-input-group-item__label-line-height',
50
- /* label-placement-inner */
51
- labelInnerFontFamily: '--plasma-input-group-item-placement_inner__label-font-family',
52
- labelInnerFontStyle: '--plasma-input-group-item-placement_inner__label-font-style',
53
- labelInnerFontSize: '--plasma-input-group-item-placement_inner__label-font-size',
54
- labelInnerFontWeight: '--plasma-input-group-item-placement_inner__label-font-weight',
55
- labelInnerLetterSpacing: '--plasma-input-group-item-placement_inner__label-letter-spacing',
56
- labelInnerLineHeight: '--plasma-input-group-item-placement_inner__label-line-height',
57
- labelInnerPadding: '--plasma-input-group-item-placement_inner__label-padding',
58
- contentLabelInnerPadding: '--plasma-input-group-item-placement_inner__content-padding',
59
- leftHelperOffset: '--plasma-input-group-item__left-helper-offset',
60
- leftHelperFontFamily: '--plasma-input-group-item__left-helper-font-family',
61
- leftHelperFontStyle: '--plasma-input-group-item__left-helper-font-style',
62
- leftHelperFontSize: '--plasma-input-group-item__left-helper-font-size',
63
- leftHelperFontWeight: '--plasma-input-group-item__left-helper-font-weight',
64
- leftHelperLetterSpacing: '--plasma-input-group-item__left-helper-letter-spacing',
65
- leftHelperLineHeight: '--plasma-input-group-item__left-helper-line-height',
66
- /** Токены вспомогательного текста */
67
- textBeforeMargin: '--plasma-input-group-item__before-text-margin',
68
- textAfterMargin: '--plasma-input-group-item__after-text-margin',
69
- /** Токены чипа */
70
- chipHeight: '--plasma-input-group-item__chip-height',
71
- chipBorderRadius: '--plasma-input-group-item__chip-border-radius',
72
- chipGap: '--plasma-input-group-item__chip-gap',
73
- chipScaleHover: '--plasma-input-group-item__chip-scale-hover',
74
- chipScaleActive: '--plasma-input-group-item__chip-scale-active',
75
- chipOutlineSize: '--plasma-input-group-item__chip-outline-size',
76
- chipWidth: '--plasma-input-group-item__chip-width',
77
- chipPaddingTop: '--plasma-input-group-item__chip-padding-top',
78
- chipPaddingRight: '--plasma-input-group-item__chip-padding-right',
79
- chipPaddingBottom: '--plasma-input-group-item__chip-padding-bottom',
80
- chipPaddingLeft: '--plasma-input-group-item__chip-padding-left',
81
- chipCloseIconSize: '--plasma-input-group-item__chip-close-icon-size',
82
- chipFontFamily: '--plasma-input-group-item__chip-font-family',
83
- chipFontSize: '--plasma-input-group-item__chip-font-size',
84
- chipFontStyle: '--plasma-input-group-item__chip-font-style',
85
- chipFontWeight: '--plasma-input-group-item__chip-font-weight',
86
- chipLetterSpacing: '--plasma-input-group-item__chip-letter-spacing',
87
- chipLineHeight: '--plasma-input-group-item__chip-line-height',
88
- chipClearContentMarginLeft: '--plasma-input-group-item__chip-clear-content-margin-left',
89
- chipClearContentMarginRight: '--plasma-input-group-item__chip-clear-content-margin-right'
90
- };
91
-
92
- exports.classes = classes;
93
- exports.tokens = tokens;
94
- //# sourceMappingURL=InputGroup.tokens.js.map