@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,125 +1,125 @@
1
1
  ---
2
- id: inputGroup
3
- title: InputGroup
2
+ id: textFieldGroup
3
+ title: TextFieldGroup
4
4
  ---
5
5
 
6
6
  import { PropsTable, Description } from '@site/src/components';
7
7
 
8
- # InputGroup
9
- <Description name="InputGroup" />
10
- <PropsTable name="InputGroup" exclude={['css']} />
8
+ # TextFieldGroup
9
+ <Description name="TextFieldGroup" />
10
+ <PropsTable name="TextFieldGroup" exclude={['css']} />
11
11
 
12
12
  ## Использование
13
- Компонент `InputGroup` - это обертка для Input. Принимает в себя группу input.
13
+ Компонент `TextFieldGroup` - это обертка для TextField. Принимает в себя группу TextField.
14
14
 
15
15
  ```tsx live
16
16
  import React from 'react';
17
- import { InputGroup, TextField } from '@salutejs/{{ package }}';
17
+ import { TextFieldGroup, TextField } from '@salutejs/{{ package }}';
18
18
 
19
19
  export function App() {
20
20
  return (
21
- <InputGroup>
21
+ <TextFieldGroup>
22
22
  {Array(5)
23
23
  .fill(true)
24
24
  .map((_, i) => (
25
25
  <TextField placeholder={`input #${i}`} />
26
26
  ))}
27
- </InputGroup>
27
+ </TextFieldGroup>
28
28
  );
29
29
  }
30
30
  ```
31
31
 
32
32
  ## Примеры
33
33
 
34
- ### Размер группы input
35
- Размер InputGroup задается с помощью свойства `size`.
36
- С помощью свойства `isCommonInputStyles` можно отключить переопределение стилей для всех input внутри группы.
34
+ ### Размер
35
+ Размер TextFieldGroup задается с помощью свойства `size`.
36
+ С помощью свойства `isCommonTextFieldStyles` можно отключить переопределение стилей для всех input внутри группы.
37
37
  Тогда каждкаждый input будет иметь настраиваемый размер.
38
38
 
39
39
  ```tsx live
40
40
  import React from 'react';
41
- import { InputGroup, TextField } from '@salutejs/{{ package }}';
41
+ import { TextFieldGroup, TextField } from '@salutejs/{{ package }}';
42
42
 
43
43
  export function App() {
44
44
  return (
45
45
  <div>
46
- <InputGroup size="s" view="secondary">
46
+ <TextFieldGroup size="s" view="secondary">
47
47
  {Array(5)
48
48
  .fill(true)
49
49
  .map((_, i) => (
50
50
  <TextField placeholder={`input #${i}`} />
51
51
  ))}
52
- </InputGroup>
52
+ </TextFieldGroup>
53
53
 
54
- <InputGroup isCommonInputStyles={false}>
54
+ <TextFieldGroup isCommonTextFieldStyles={false}>
55
55
  <TextField placeholder="Размер l" size="l" />
56
56
  <TextField placeholder="Размер m" size="m" />
57
57
  <TextField placeholder="Размер s" size="s" />
58
58
  <TextField placeholder="Размер xs" size="xs" />
59
- </InputGroup>
59
+ </TextFieldGroup>
60
60
  </div>
61
61
  );
62
62
  }
63
63
  ```
64
64
 
65
- ### Границы input
66
- Границы input задаются с помощью свойства `shape`.
65
+ ### Границы
66
+ Границы задаются с помощью свойства `shape`.
67
67
 
68
68
  ```tsx live
69
69
  import React from 'react';
70
- import { InputGroup, TextField } from '@salutejs/{{ package }}';
70
+ import { TextFieldGroup, TextField } from '@salutejs/{{ package }}';
71
71
 
72
72
  export function App() {
73
73
  return (
74
74
  <div>
75
- <InputGroup size="xs" shape="segmented">
75
+ <TextFieldGroup size="xs" shape="segmented">
76
76
  {Array(3)
77
77
  .fill(true)
78
78
  .map((_, i) => (
79
79
  <TextField placeholder={`input #${i}`} />
80
80
  ))}
81
- </InputGroup>
81
+ </TextFieldGroup>
82
82
 
83
- <InputGroup size="xs" shape="default">
83
+ <TextFieldGroup size="xs" shape="default">
84
84
  {Array(3)
85
85
  .fill(true)
86
86
  .map((_, i) => (
87
87
  <TextField placeholder={`input #${i}`} />
88
88
  ))}
89
- </InputGroup>
89
+ </TextFieldGroup>
90
90
  </div>
91
91
  );
92
92
  }
93
93
  ```
94
94
 
95
- ### Ориентация InputGroup и отступы между input
95
+ ### Ориентация TextFieldGroup и отступы между TextField
96
96
 
97
- InputGroup может располагаться вертикально или горизонтально и иметь два вида отступов, в зависимости от shape.
97
+ TextFieldGroup может располагаться вертикально или горизонтально и иметь два вида отступов, в зависимости от shape.
98
98
  При `shape='default'`, `gap` может принимать значения `dense` и `wide`;
99
99
  При `shape='segmented'`, `gap` может принимать значения `none` и `dense`;
100
100
 
101
101
  ```tsx live
102
102
  import React from 'react';
103
- import { InputGroup, TextField } from '@salutejs/{{ package }}';
103
+ import { TextFieldGroup, TextField } from '@salutejs/{{ package }}';
104
104
 
105
105
  export function App() {
106
106
  return (
107
107
  <div>
108
- <InputGroup size="xs" orientation="vertical" shape="segmented" gap="none">
108
+ <TextFieldGroup size="xs" orientation="vertical" shape="segmented" gap="none">
109
109
  {Array(5)
110
110
  .fill(true)
111
111
  .map((_, i) => (
112
112
  <TextField placeholder={`input #${i}`} />
113
113
  ))}
114
- </InputGroup>
114
+ </TextFieldGroup>
115
115
 
116
- <InputGroup size="xs" orientation="horizontal" gap="wide">
116
+ <TextFieldGroup size="xs" orientation="horizontal" gap="wide">
117
117
  {Array(4)
118
118
  .fill(true)
119
119
  .map((_, i) => (
120
120
  <TextField placeholder={`input #${i}`} />
121
121
  ))}
122
- </InputGroup>
122
+ </TextFieldGroup>
123
123
  </div>
124
124
  );
125
125
  }
@@ -0,0 +1,92 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.tokens = exports.classes = void 0;
7
+ var classes = exports.classes = {
8
+ autoStretching: 'text-field-group-stretching-auto',
9
+ filledStretching: 'text-field-group-stretching-filled',
10
+ textFieldGroupOverrideStyles: 'text-field-group-override-styles',
11
+ textFieldGroupItem: 'text-field-group-item',
12
+ horizontal: 'text-field-group-orientation-horizontal',
13
+ vertical: 'text-field-group-orientation-vertical',
14
+ none: 'text-field-group-gap-none',
15
+ dense: 'text-field-group-gap-dense',
16
+ wide: 'text-field-group-gap-wide',
17
+ segmented: 'text-field-group-shape-segmented',
18
+ "default": 'text-field-group-shape-default'
19
+ };
20
+ var tokens = exports.tokens = {
21
+ textFieldGroupOrientation: '--plasma-text-field-group-orientation',
22
+ textFieldGroupWebMarginLeft: '--plasma-text-field-group-web-margin-left',
23
+ textFieldGroupWebClipPath: '--plasma-text-field-group-web-clip-path',
24
+ textFieldGroupWebMarginTop: '--plasma-text-field-group-web-margin-top',
25
+ textFieldGroupWebVerticalClipPath: '--plasma-text-field-group-web-vertical-clip-path',
26
+ textFieldSegmentedRadius: '--plasma-text-field-group-item-segmented-radius',
27
+ textFieldDefaultRadius: '--plasma-text-field-group-item-default-radius',
28
+ textFieldSideRadius: '--plasma-text-field-group-side-item-radius',
29
+ textFieldGroupItemsGap: '--plasma-text-field-group-items-gap',
30
+ height: '--plasma-text-field-group-item-height',
31
+ borderWidth: '--plasma-text-field-group-item-border-width',
32
+ /** Отступ от границы ТextField */
33
+ padding: '--plasma-text-field-group-item-padding',
34
+ paddingWithChips: '--plasma-text-field-group-item-padding-with-chips',
35
+ /* Токены для инпута */
36
+ leftContentMargin: '--plasma-text-field-group-item__left-content-margin',
37
+ rightContentMargin: '--plasma-text-field-group-item__right-content-margin',
38
+ fontFamily: '--plasma-text-field-group-item-font-family',
39
+ fontStyle: '--plasma-text-field-group-item-font-style',
40
+ fontSize: '--plasma-text-field-group-item-font-size',
41
+ fontWeight: '--plasma-text-field-group-item-font-weight',
42
+ letterSpacing: '--plasma-text-field-group-item-letter-spacing',
43
+ lineHeight: '--plasma-text-field-group-item-line-height',
44
+ /** Токены лейбла */
45
+ labelOffset: '--plasma-text-field-group-item__label-offset',
46
+ labelFontFamily: '--plasma-text-field-group-item__label-font-family',
47
+ labelFontStyle: '--plasma-text-field-group-item__label-font-style',
48
+ labelFontSize: '--plasma-text-field-group-item__label-font-size',
49
+ labelFontWeight: '--plasma-text-field-group-item__label-font-weight',
50
+ labelLetterSpacing: '--plasma-text-field-group-item__label-letter-spacing',
51
+ labelLineHeight: '--plasma-text-field-group-item__label-line-height',
52
+ /* label-placement-inner */
53
+ labelInnerFontFamily: '--plasma-text-field-group-item-placement_inner__label-font-family',
54
+ labelInnerFontStyle: '--plasma-text-field-group-item-placement_inner__label-font-style',
55
+ labelInnerFontSize: '--plasma-text-field-group-item-placement_inner__label-font-size',
56
+ labelInnerFontWeight: '--plasma-text-field-group-item-placement_inner__label-font-weight',
57
+ labelInnerLetterSpacing: '--plasma-text-field-group-item-placement_inner__label-letter-spacing',
58
+ labelInnerLineHeight: '--plasma-text-field-group-item-placement_inner__label-line-height',
59
+ labelInnerPadding: '--plasma-text-field-group-item-placement_inner__label-padding',
60
+ contentLabelInnerPadding: '--plasma-text-field-group-item-placement_inner__content-padding',
61
+ leftHelperOffset: '--plasma-text-field-group-item__left-helper-offset',
62
+ leftHelperFontFamily: '--plasma-text-field-group-item__left-helper-font-family',
63
+ leftHelperFontStyle: '--plasma-text-field-group-item__left-helper-font-style',
64
+ leftHelperFontSize: '--plasma-text-field-group-item__left-helper-font-size',
65
+ leftHelperFontWeight: '--plasma-text-field-group-item__left-helper-font-weight',
66
+ leftHelperLetterSpacing: '--plasma-text-field-group-item__left-helper-letter-spacing',
67
+ leftHelperLineHeight: '--plasma-text-field-group-item__left-helper-line-height',
68
+ /** Токены вспомогательного текста */
69
+ textBeforeMargin: '--plasma-text-field-group-item__before-text-margin',
70
+ textAfterMargin: '--plasma-text-field-group-item__after-text-margin',
71
+ /** Токены чипа */
72
+ chipHeight: '--plasma-text-field-group-item__chip-height',
73
+ chipBorderRadius: '--plasma-text-field-group-item__chip-border-radius',
74
+ chipGap: '--plasma-text-field-group-item__chip-gap',
75
+ chipScaleHover: '--plasma-text-field-group-item__chip-scale-hover',
76
+ chipScaleActive: '--plasma-text-field-group-item__chip-scale-active',
77
+ chipOutlineSize: '--plasma-text-field-group-item__chip-outline-size',
78
+ chipWidth: '--plasma-text-field-group-item__chip-width',
79
+ chipPaddingTop: '--plasma-text-field-group-item__chip-padding-top',
80
+ chipPaddingRight: '--plasma-text-field-group-item__chip-padding-right',
81
+ chipPaddingBottom: '--plasma-text-field-group-item__chip-padding-bottom',
82
+ chipPaddingLeft: '--plasma-text-field-group-item__chip-padding-left',
83
+ chipCloseIconSize: '--plasma-text-field-group-item__chip-close-icon-size',
84
+ chipFontFamily: '--plasma-text-field-group-item__chip-font-family',
85
+ chipFontSize: '--plasma-text-field-group-item__chip-font-size',
86
+ chipFontStyle: '--plasma-text-field-group-item__chip-font-style',
87
+ chipFontWeight: '--plasma-text-field-group-item__chip-font-weight',
88
+ chipLetterSpacing: '--plasma-text-field-group-item__chip-letter-spacing',
89
+ chipLineHeight: '--plasma-text-field-group-item__chip-line-height',
90
+ chipClearContentMarginLeft: '--plasma-text-field-group-item__chip-clear-content-margin-left',
91
+ chipClearContentMarginRight: '--plasma-text-field-group-item__chip-clear-content-margin-right'
92
+ };
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "textFieldGroupClasses", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _TextFieldGroup2.classes;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "textFieldGroupConfig", {
13
+ enumerable: true,
14
+ get: function get() {
15
+ return _TextFieldGroup.textFieldGroupConfig;
16
+ }
17
+ });
18
+ Object.defineProperty(exports, "textFieldGroupRoot", {
19
+ enumerable: true,
20
+ get: function get() {
21
+ return _TextFieldGroup.textFieldGroupRoot;
22
+ }
23
+ });
24
+ Object.defineProperty(exports, "textFieldGroupTokens", {
25
+ enumerable: true,
26
+ get: function get() {
27
+ return _TextFieldGroup2.tokens;
28
+ }
29
+ });
30
+ var _TextFieldGroup = /*#__PURE__*/require("./TextFieldGroup");
31
+ var _TextFieldGroup2 = /*#__PURE__*/require("./TextFieldGroup.tokens");
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _TextFieldGroup = /*#__PURE__*/require("../../TextFieldGroup.tokens");
9
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("gap:var(", _TextFieldGroup.tokens.textFieldGroupItemsGap, ");;label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkR3JvdXAvdmFyaWF0aW9ucy9fZ2FwL2Jhc2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSXVCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkR3JvdXAvdmFyaWF0aW9ucy9fZ2FwL2Jhc2UudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRva2VucyB9IGZyb20gJy4uLy4uL1RleHRGaWVsZEdyb3VwLnRva2Vucyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgIGdhcDogdmFyKCR7dG9rZW5zLnRleHRGaWVsZEdyb3VwSXRlbXNHYXB9KTtcbmA7XG4iXX0= */"));
@@ -0,0 +1 @@
1
+ ["--plasma-text-field-group-items-gap"]
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _TextFieldGroup = /*#__PURE__*/require("../../TextFieldGroup.tokens");
9
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("flex-direction:var(", _TextFieldGroup.tokens.textFieldGroupOrientation, ");&.", _TextFieldGroup.classes.vertical, " .", _TextFieldGroup.classes.textFieldGroupItem, "{width:auto;};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkR3JvdXAvdmFyaWF0aW9ucy9fb3JpZW50YXRpb24vYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFJdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGRHcm91cC92YXJpYXRpb25zL19vcmllbnRhdGlvbi9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGRHcm91cC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBmbGV4LWRpcmVjdGlvbjogdmFyKCR7dG9rZW5zLnRleHRGaWVsZEdyb3VwT3JpZW50YXRpb259KTtcblxuICAgICYuJHtjbGFzc2VzLnZlcnRpY2FsfSAuJHtjbGFzc2VzLnRleHRGaWVsZEdyb3VwSXRlbX0ge1xuICAgICAgICB3aWR0aDogYXV0bztcbiAgICB9XG5gO1xuIl19 */"));
@@ -0,0 +1 @@
1
+ ["--plasma-text-field-group-orientation"]
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _TextFieldGroup = /*#__PURE__*/require("../../TextFieldGroup.tokens");
9
+ var _TextField = /*#__PURE__*/require("../../../TextField");
10
+ var _TextField2 = /*#__PURE__*/require("../../../TextField/TextField.styles");
11
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextFieldGroup.classes["default"], "{--plasma_private-text-field-radius-inner:var(", _TextFieldGroup.tokens.textFieldDefaultRadius, ");}&.", _TextFieldGroup.classes.segmented, "{--plasma_private-text-field-radius-inner:var(", _TextFieldGroup.tokens.textFieldSegmentedRadius, ");&.", _TextFieldGroup.classes.none, "{--plasma_private-text-field-radius-inner:0;}}& .", _TextField.textFieldClasses.textFieldGroupItem, " ", _TextField2.InputWrapper, "{", _TextField.textFieldTokens.borderRadius, ":var(--plasma_private-text-field-radius-inner);transition:clip-path 0.05s ease-in;}&.", _TextFieldGroup.classes.horizontal, "&.", _TextFieldGroup.classes.none, " .", _TextField.textFieldClasses.textFieldGroupItem, "{&:not(:first-child){margin-left:var(", _TextFieldGroup.tokens.textFieldGroupWebMarginLeft, ");}&:not(:last-child){", _TextField2.InputWrapper, "{clip-path:var(", _TextFieldGroup.tokens.textFieldGroupWebClipPath, ");&:hover,&:focus-within{clip-path:inset(0 0 0 0);}}}}&.", _TextFieldGroup.classes.vertical, "&.", _TextFieldGroup.classes.none, " .", _TextField.textFieldClasses.textFieldGroupItem, "{&:not(:first-child){margin-top:var(", _TextFieldGroup.tokens.textFieldGroupWebMarginTop, ");}&:not(:first-child){", _TextField2.InputWrapper, "{clip-path:var(", _TextFieldGroup.tokens.textFieldGroupWebVerticalClipPath, ");&:hover,&:focus-within{clip-path:inset(0 0 0 0);}}}}&.", _TextFieldGroup.classes.horizontal, ",&.", _TextFieldGroup.classes.vertical, "{.", _TextField.textFieldClasses.textFieldGroupItem, ":first-child:last-child ", _TextField2.InputWrapper, "{border-radius:var(", _TextFieldGroup.tokens.textFieldSideRadius, ");}}&.", _TextFieldGroup.classes.horizontal, "{.", _TextField.textFieldClasses.textFieldGroupItem, ":first-child ", _TextField2.InputWrapper, "{--plasma_private-left-side-radius:var(", _TextFieldGroup.tokens.textFieldSideRadius, ") var(--plasma_private-text-field-radius-inner) var(--plasma_private-text-field-radius-inner) var(", _TextFieldGroup.tokens.textFieldSideRadius, ");border-radius:var(--plasma_private-left-side-radius);}.", _TextField.textFieldClasses.textFieldGroupItem, ":last-child ", _TextField2.InputWrapper, "{--plasma_private-right-side-radius:var(--plasma_private-text-field-radius-inner) var(", _TextFieldGroup.tokens.textFieldSideRadius, ") var(", _TextFieldGroup.tokens.textFieldSideRadius, ") var(--plasma_private-text-field-radius-inner);border-radius:var(--plasma_private-right-side-radius);}}&.", _TextFieldGroup.classes.vertical, "{.", _TextField.textFieldClasses.textFieldGroupItem, ":first-child ", _TextField2.InputWrapper, "{--plasma_private-up-side-radius:var(", _TextFieldGroup.tokens.textFieldSideRadius, ") var(", _TextFieldGroup.tokens.textFieldSideRadius, ") var(--plasma_private-text-field-radius-inner) var(--plasma_private-text-field-radius-inner);border-radius:var(--plasma_private-up-side-radius);}.", _TextField.textFieldClasses.textFieldGroupItem, ":last-child ", _TextField2.InputWrapper, "{--plasma_private-down-side-radius:var(--plasma_private-text-field-radius-inner) var(--plasma_private-text-field-radius-inner) var(", _TextFieldGroup.tokens.textFieldSideRadius, ") var(", _TextFieldGroup.tokens.textFieldSideRadius, ");border-radius:var(--plasma_private-down-side-radius);}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkR3JvdXAvdmFyaWF0aW9ucy9fc2hhcGUvYmFzZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFNdUIiLCJmaWxlIjoiLi4vLi4vLi4vLi4vLi4vLi4vc3JjLWVtb3Rpb24vY29tcG9uZW50cy9UZXh0RmllbGRHcm91cC92YXJpYXRpb25zL19zaGFwZS9iYXNlLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgY3NzIH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuXG5pbXBvcnQgeyBjbGFzc2VzLCB0b2tlbnMgfSBmcm9tICcuLi8uLi9UZXh0RmllbGRHcm91cC50b2tlbnMnO1xuaW1wb3J0IHsgdGV4dEZpZWxkVG9rZW5zLCB0ZXh0RmllbGRDbGFzc2VzIH0gZnJvbSAnLi4vLi4vLi4vVGV4dEZpZWxkJztcbmltcG9ydCB7IElucHV0V3JhcHBlciB9IGZyb20gJy4uLy4uLy4uL1RleHRGaWVsZC9UZXh0RmllbGQuc3R5bGVzJztcblxuZXhwb3J0IGNvbnN0IGJhc2UgPSBjc3NgXG4gICAgJi4ke2NsYXNzZXMuZGVmYXVsdH0ge1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHQtZmllbGQtcmFkaXVzLWlubmVyOiB2YXIoJHt0b2tlbnMudGV4dEZpZWxkRGVmYXVsdFJhZGl1c30pO1xuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLnNlZ21lbnRlZH0ge1xuICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXRleHQtZmllbGQtcmFkaXVzLWlubmVyOiB2YXIoJHt0b2tlbnMudGV4dEZpZWxkU2VnbWVudGVkUmFkaXVzfSk7XG5cbiAgICAgICAgJi4ke2NsYXNzZXMubm9uZX0ge1xuICAgICAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS10ZXh0LWZpZWxkLXJhZGl1cy1pbm5lcjogMDtcbiAgICAgICAgfVxuICAgIH1cblxuICAgICYgLiR7dGV4dEZpZWxkQ2xhc3Nlcy50ZXh0RmllbGRHcm91cEl0ZW19ICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmJvcmRlclJhZGl1c306IHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHQtZmllbGQtcmFkaXVzLWlubmVyKTtcbiAgICAgICAgdHJhbnNpdGlvbjogY2xpcC1wYXRoIDAuMDVzIGVhc2UtaW47XG4gICAgfVxuXG4gICAgLyogTk9URTog0LHQu9C+0Log0L3Rg9C20LXQvSDRgtC+0LvRjNC60L4g0LTQu9GPIFRleHRGaWVsZCDQsiBwbGFzbWEtd2ViLCDRh9GC0L7QsdGLIGJvcmRlciDQvdC1INC90LDRgdC70LDQuNCy0LDQu9C40YHRjCDQtNGA0YPQsyDQvdCwINC00YDRg9Cz0LAgKi9cbiAgICAmLiR7Y2xhc3Nlcy5ob3Jpem9udGFsfSYuJHtjbGFzc2VzLm5vbmV9IC4ke3RleHRGaWVsZENsYXNzZXMudGV4dEZpZWxkR3JvdXBJdGVtfSB7XG4gICAgICAgICY6bm90KDpmaXJzdC1jaGlsZCkge1xuICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IHZhcigke3Rva2Vucy50ZXh0RmllbGRHcm91cFdlYk1hcmdpbkxlZnR9KTtcbiAgICAgICAgfVxuXG4gICAgICAgICY6bm90KDpsYXN0LWNoaWxkKSB7XG4gICAgICAgICAgICAke0lucHV0V3JhcHBlcn0ge1xuICAgICAgICAgICAgICAgIGNsaXAtcGF0aDogdmFyKCR7dG9rZW5zLnRleHRGaWVsZEdyb3VwV2ViQ2xpcFBhdGh9KTtcblxuICAgICAgICAgICAgICAgICY6aG92ZXIsXG4gICAgICAgICAgICAgICAgJjpmb2N1cy13aXRoaW4ge1xuICAgICAgICAgICAgICAgICAgICBjbGlwLXBhdGg6IGluc2V0KDAgMCAwIDApO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxuICAgICYuJHtjbGFzc2VzLnZlcnRpY2FsfSYuJHtjbGFzc2VzLm5vbmV9IC4ke3RleHRGaWVsZENsYXNzZXMudGV4dEZpZWxkR3JvdXBJdGVtfSB7XG4gICAgICAgICY6bm90KDpmaXJzdC1jaGlsZCkge1xuICAgICAgICAgICAgbWFyZ2luLXRvcDogdmFyKCR7dG9rZW5zLnRleHRGaWVsZEdyb3VwV2ViTWFyZ2luVG9wfSk7XG4gICAgICAgIH1cblxuICAgICAgICAmOm5vdCg6Zmlyc3QtY2hpbGQpIHtcbiAgICAgICAgICAgICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgICAgICAgICAgY2xpcC1wYXRoOiB2YXIoJHt0b2tlbnMudGV4dEZpZWxkR3JvdXBXZWJWZXJ0aWNhbENsaXBQYXRofSk7XG5cbiAgICAgICAgICAgICAgICAmOmhvdmVyLFxuICAgICAgICAgICAgICAgICY6Zm9jdXMtd2l0aGluIHtcbiAgICAgICAgICAgICAgICAgICAgY2xpcC1wYXRoOiBpbnNldCgwIDAgMCAwKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5ob3Jpem9udGFsfSwgJi4ke2NsYXNzZXMudmVydGljYWx9IHtcbiAgICAgICAgLiR7dGV4dEZpZWxkQ2xhc3Nlcy50ZXh0RmllbGRHcm91cEl0ZW19OmZpcnN0LWNoaWxkOmxhc3QtY2hpbGQgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigke3Rva2Vucy50ZXh0RmllbGRTaWRlUmFkaXVzfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAmLiR7Y2xhc3Nlcy5ob3Jpem9udGFsfSB7XG4gICAgICAgIC4ke3RleHRGaWVsZENsYXNzZXMudGV4dEZpZWxkR3JvdXBJdGVtfTpmaXJzdC1jaGlsZCAke0lucHV0V3JhcHBlcn0ge1xuICAgICAgICAgICAgLS1wbGFzbWFfcHJpdmF0ZS1sZWZ0LXNpZGUtcmFkaXVzOiB2YXIoJHt0b2tlbnMudGV4dEZpZWxkU2lkZVJhZGl1c30pXG4gICAgICAgICAgICAgICAgdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dC1maWVsZC1yYWRpdXMtaW5uZXIpIHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHQtZmllbGQtcmFkaXVzLWlubmVyKVxuICAgICAgICAgICAgICAgIHZhcigke3Rva2Vucy50ZXh0RmllbGRTaWRlUmFkaXVzfSk7XG5cbiAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IHZhcigtLXBsYXNtYV9wcml2YXRlLWxlZnQtc2lkZS1yYWRpdXMpO1xuICAgICAgICB9XG5cbiAgICAgICAgLiR7dGV4dEZpZWxkQ2xhc3Nlcy50ZXh0RmllbGRHcm91cEl0ZW19Omxhc3QtY2hpbGQgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtcmlnaHQtc2lkZS1yYWRpdXM6IHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHQtZmllbGQtcmFkaXVzLWlubmVyKVxuICAgICAgICAgICAgICAgIHZhcigke3Rva2Vucy50ZXh0RmllbGRTaWRlUmFkaXVzfSkgdmFyKCR7dG9rZW5zLnRleHRGaWVsZFNpZGVSYWRpdXN9KVxuICAgICAgICAgICAgICAgIHZhcigtLXBsYXNtYV9wcml2YXRlLXRleHQtZmllbGQtcmFkaXVzLWlubmVyKTtcblxuICAgICAgICAgICAgYm9yZGVyLXJhZGl1czogdmFyKC0tcGxhc21hX3ByaXZhdGUtcmlnaHQtc2lkZS1yYWRpdXMpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgJi4ke2NsYXNzZXMudmVydGljYWx9IHtcbiAgICAgICAgLiR7dGV4dEZpZWxkQ2xhc3Nlcy50ZXh0RmllbGRHcm91cEl0ZW19OmZpcnN0LWNoaWxkICR7SW5wdXRXcmFwcGVyfSB7XG4gICAgICAgICAgICAtLXBsYXNtYV9wcml2YXRlLXVwLXNpZGUtcmFkaXVzOiB2YXIoJHt0b2tlbnMudGV4dEZpZWxkU2lkZVJhZGl1c30pIHZhcigke3Rva2Vucy50ZXh0RmllbGRTaWRlUmFkaXVzfSlcbiAgICAgICAgICAgICAgICB2YXIoLS1wbGFzbWFfcHJpdmF0ZS10ZXh0LWZpZWxkLXJhZGl1cy1pbm5lcikgdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dC1maWVsZC1yYWRpdXMtaW5uZXIpO1xuXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoLS1wbGFzbWFfcHJpdmF0ZS11cC1zaWRlLXJhZGl1cyk7XG4gICAgICAgIH1cbiAgICAgICAgLiR7dGV4dEZpZWxkQ2xhc3Nlcy50ZXh0RmllbGRHcm91cEl0ZW19Omxhc3QtY2hpbGQgJHtJbnB1dFdyYXBwZXJ9IHtcbiAgICAgICAgICAgIC0tcGxhc21hX3ByaXZhdGUtZG93bi1zaWRlLXJhZGl1czogdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dC1maWVsZC1yYWRpdXMtaW5uZXIpXG4gICAgICAgICAgICAgICAgdmFyKC0tcGxhc21hX3ByaXZhdGUtdGV4dC1maWVsZC1yYWRpdXMtaW5uZXIpIHZhcigke3Rva2Vucy50ZXh0RmllbGRTaWRlUmFkaXVzfSlcbiAgICAgICAgICAgICAgICB2YXIoJHt0b2tlbnMudGV4dEZpZWxkU2lkZVJhZGl1c30pO1xuXG4gICAgICAgICAgICBib3JkZXItcmFkaXVzOiB2YXIoLS1wbGFzbWFfcHJpdmF0ZS1kb3duLXNpZGUtcmFkaXVzKTtcbiAgICAgICAgfVxuICAgIH1cbmA7XG4iXX0= */"));
@@ -0,0 +1 @@
1
+ ["--plasma-text-field-group-item-segmented-radius", "--plasma-text-field-group-item-default-radius"]
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _TextFieldGroup = /*#__PURE__*/require("../../TextFieldGroup.tokens");
9
+ var _TextField = /*#__PURE__*/require("../../../TextField");
10
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextFieldGroup.classes.textFieldGroupOverrideStyles, " .", _TextFieldGroup.classes.textFieldGroupItem, "{", _TextField.textFieldTokens.height, ":var(", _TextFieldGroup.tokens.height, ");", _TextField.textFieldTokens.padding, ":var(", _TextFieldGroup.tokens.padding, ");", _TextField.textFieldTokens.paddingWithChips, ":var(", _TextFieldGroup.tokens.paddingWithChips, ");", _TextField.textFieldTokens.leftContentMargin, ":var(", _TextFieldGroup.tokens.leftContentMargin, ");", _TextField.textFieldTokens.rightContentMargin, ":var(", _TextFieldGroup.tokens.rightContentMargin, ");", _TextField.textFieldTokens.textBeforeMargin, ":var(", _TextFieldGroup.tokens.textBeforeMargin, ");", _TextField.textFieldTokens.textAfterMargin, ":var(", _TextFieldGroup.tokens.textAfterMargin, ");", _TextField.textFieldTokens.fontFamily, ":var(", _TextFieldGroup.tokens.fontFamily, ");", _TextField.textFieldTokens.fontSize, ":var(", _TextFieldGroup.tokens.fontSize, ");", _TextField.textFieldTokens.fontStyle, ":var(", _TextFieldGroup.tokens.fontStyle, ");", _TextField.textFieldTokens.fontWeight, ":var(", _TextFieldGroup.tokens.fontWeight, ");", _TextField.textFieldTokens.letterSpacing, ":var(", _TextFieldGroup.tokens.letterSpacing, ");", _TextField.textFieldTokens.lineHeight, ":var(", _TextFieldGroup.tokens.lineHeight, ");", _TextField.textFieldTokens.labelOffset, ":var(", _TextFieldGroup.tokens.labelOffset, ");", _TextField.textFieldTokens.labelFontFamily, ":var(", _TextFieldGroup.tokens.labelFontFamily, ");", _TextField.textFieldTokens.labelFontSize, ":var(", _TextFieldGroup.tokens.labelFontSize, ");", _TextField.textFieldTokens.labelFontStyle, ":var(", _TextFieldGroup.tokens.labelFontStyle, ");", _TextField.textFieldTokens.labelFontWeight, ":var(", _TextFieldGroup.tokens.labelFontWeight, ");", _TextField.textFieldTokens.labelLetterSpacing, ":var(", _TextFieldGroup.tokens.labelLetterSpacing, ");", _TextField.textFieldTokens.labelLineHeight, ":var(", _TextFieldGroup.tokens.labelLineHeight, ");", _TextField.textFieldTokens.leftHelperOffset, ":var(", _TextFieldGroup.tokens.leftHelperOffset, ");", _TextField.textFieldTokens.leftHelperFontFamily, ":var(", _TextFieldGroup.tokens.leftHelperFontFamily, ");", _TextField.textFieldTokens.leftHelperFontSize, ":var(", _TextFieldGroup.tokens.leftHelperFontSize, ");", _TextField.textFieldTokens.leftHelperFontStyle, ":var(", _TextFieldGroup.tokens.leftHelperFontStyle, ");", _TextField.textFieldTokens.leftHelperFontWeight, ":var(", _TextFieldGroup.tokens.leftHelperFontWeight, ");", _TextField.textFieldTokens.leftHelperLetterSpacing, ":var(", _TextFieldGroup.tokens.leftHelperLetterSpacing, ");", _TextField.textFieldTokens.leftHelperLineHeight, ":var(", _TextFieldGroup.tokens.leftHelperLineHeight, ");", _TextField.textFieldTokens.labelInnerPadding, ":var(", _TextFieldGroup.tokens.labelInnerPadding, ");", _TextField.textFieldTokens.contentLabelInnerPadding, ":var(", _TextFieldGroup.tokens.contentLabelInnerPadding, ");", _TextField.textFieldTokens.chipGap, ":var(", _TextFieldGroup.tokens.chipGap, ");", _TextField.textFieldTokens.chipBorderRadius, ":var(", _TextFieldGroup.tokens.chipBorderRadius, ");", _TextField.textFieldTokens.chipWidth, ":var(", _TextFieldGroup.tokens.chipWidth, ");", _TextField.textFieldTokens.chipHeight, ":var(", _TextFieldGroup.tokens.chipHeight, ");", _TextField.textFieldTokens.chipPaddingRight, ":var(", _TextFieldGroup.tokens.chipPaddingRight, ");", _TextField.textFieldTokens.chipPaddingLeft, ":var(", _TextFieldGroup.tokens.chipPaddingLeft, ");", _TextField.textFieldTokens.chipClearContentMarginLeft, ":var(", _TextFieldGroup.tokens.chipClearContentMarginLeft, ");", _TextField.textFieldTokens.chipClearContentMarginRight, ":var(", _TextFieldGroup.tokens.chipClearContentMarginRight, ");", _TextField.textFieldTokens.chipCloseIconSize, ":var(", _TextFieldGroup.tokens.chipCloseIconSize, ");", _TextField.textFieldTokens.chipFontFamily, ":var(", _TextFieldGroup.tokens.chipFontFamily, ");", _TextField.textFieldTokens.chipFontSize, ":var(", _TextFieldGroup.tokens.chipFontSize, ");", _TextField.textFieldTokens.chipFontStyle, ":var(", _TextFieldGroup.tokens.chipFontStyle, ");", _TextField.textFieldTokens.chipFontWeight, ":var(", _TextFieldGroup.tokens.chipFontWeight, ");", _TextField.textFieldTokens.chipLetterSpacing, ":var(", _TextFieldGroup.tokens.chipLetterSpacing, ");", _TextField.textFieldTokens.chipLineHeight, ":var(", _TextFieldGroup.tokens.chipLineHeight, ");};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkR3JvdXAvdmFyaWF0aW9ucy9fc2l6ZS9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUt1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZEdyb3VwL3ZhcmlhdGlvbnMvX3NpemUvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcywgdG9rZW5zIH0gZnJvbSAnLi4vLi4vVGV4dEZpZWxkR3JvdXAudG9rZW5zJztcbmltcG9ydCB7IHRleHRGaWVsZFRva2VucyB9IGZyb20gJy4uLy4uLy4uL1RleHRGaWVsZCc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICYuJHtjbGFzc2VzLnRleHRGaWVsZEdyb3VwT3ZlcnJpZGVTdHlsZXN9IC4ke2NsYXNzZXMudGV4dEZpZWxkR3JvdXBJdGVtfSAge1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5oZWlnaHR9OiB2YXIoJHt0b2tlbnMuaGVpZ2h0fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLnBhZGRpbmd9OiB2YXIoJHt0b2tlbnMucGFkZGluZ30pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5wYWRkaW5nV2l0aENoaXBzfTogdmFyKCR7dG9rZW5zLnBhZGRpbmdXaXRoQ2hpcHN9KTtcblxuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5sZWZ0Q29udGVudE1hcmdpbn06IHZhcigke3Rva2Vucy5sZWZ0Q29udGVudE1hcmdpbn0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5yaWdodENvbnRlbnRNYXJnaW59OiB2YXIoJHt0b2tlbnMucmlnaHRDb250ZW50TWFyZ2lufSk7XG5cbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMudGV4dEJlZm9yZU1hcmdpbn06IHZhcigke3Rva2Vucy50ZXh0QmVmb3JlTWFyZ2lufSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLnRleHRBZnRlck1hcmdpbn06IHZhcigke3Rva2Vucy50ZXh0QWZ0ZXJNYXJnaW59KTtcblxuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5mb250RmFtaWx5fTogdmFyKCR7dG9rZW5zLmZvbnRGYW1pbHl9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuZm9udFNpemV9OiB2YXIoJHt0b2tlbnMuZm9udFNpemV9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuZm9udFN0eWxlfTogdmFyKCR7dG9rZW5zLmZvbnRTdHlsZX0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5mb250V2VpZ2h0fTogdmFyKCR7dG9rZW5zLmZvbnRXZWlnaHR9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGV0dGVyU3BhY2luZ306IHZhcigke3Rva2Vucy5sZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxpbmVIZWlnaHR9OiB2YXIoJHt0b2tlbnMubGluZUhlaWdodH0pO1xuXG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxhYmVsT2Zmc2V0fTogdmFyKCR7dG9rZW5zLmxhYmVsT2Zmc2V0fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxhYmVsRm9udEZhbWlseX06IHZhcigke3Rva2Vucy5sYWJlbEZvbnRGYW1pbHl9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGFiZWxGb250U2l6ZX06IHZhcigke3Rva2Vucy5sYWJlbEZvbnRTaXplfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxhYmVsRm9udFN0eWxlfTogdmFyKCR7dG9rZW5zLmxhYmVsRm9udFN0eWxlfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxhYmVsRm9udFdlaWdodH06IHZhcigke3Rva2Vucy5sYWJlbEZvbnRXZWlnaHR9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGFiZWxMZXR0ZXJTcGFjaW5nfTogdmFyKCR7dG9rZW5zLmxhYmVsTGV0dGVyU3BhY2luZ30pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5sYWJlbExpbmVIZWlnaHR9OiB2YXIoJHt0b2tlbnMubGFiZWxMaW5lSGVpZ2h0fSk7XG5cbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGVmdEhlbHBlck9mZnNldH06IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyT2Zmc2V0fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxlZnRIZWxwZXJGb250RmFtaWx5fTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJGb250RmFtaWx5fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxlZnRIZWxwZXJGb250U2l6ZX06IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFNpemV9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGVmdEhlbHBlckZvbnRTdHlsZX06IHZhcigke3Rva2Vucy5sZWZ0SGVscGVyRm9udFN0eWxlfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxlZnRIZWxwZXJGb250V2VpZ2h0fTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJGb250V2VpZ2h0fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxlZnRIZWxwZXJMZXR0ZXJTcGFjaW5nfTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJMZXR0ZXJTcGFjaW5nfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmxlZnRIZWxwZXJMaW5lSGVpZ2h0fTogdmFyKCR7dG9rZW5zLmxlZnRIZWxwZXJMaW5lSGVpZ2h0fSk7XG5cbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMubGFiZWxJbm5lclBhZGRpbmd9OiB2YXIoJHt0b2tlbnMubGFiZWxJbm5lclBhZGRpbmd9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuY29udGVudExhYmVsSW5uZXJQYWRkaW5nfTogdmFyKCR7dG9rZW5zLmNvbnRlbnRMYWJlbElubmVyUGFkZGluZ30pO1xuXG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmNoaXBHYXB9OiB2YXIoJHt0b2tlbnMuY2hpcEdhcH0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwQm9yZGVyUmFkaXVzfTogdmFyKCR7dG9rZW5zLmNoaXBCb3JkZXJSYWRpdXN9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuY2hpcFdpZHRofTogdmFyKCR7dG9rZW5zLmNoaXBXaWR0aH0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwSGVpZ2h0fTogdmFyKCR7dG9rZW5zLmNoaXBIZWlnaHR9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuY2hpcFBhZGRpbmdSaWdodH06IHZhcigke3Rva2Vucy5jaGlwUGFkZGluZ1JpZ2h0fSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmNoaXBQYWRkaW5nTGVmdH06IHZhcigke3Rva2Vucy5jaGlwUGFkZGluZ0xlZnR9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuY2hpcENsZWFyQ29udGVudE1hcmdpbkxlZnR9OiB2YXIoJHt0b2tlbnMuY2hpcENsZWFyQ29udGVudE1hcmdpbkxlZnR9KTtcbiAgICAgICAgJHt0ZXh0RmllbGRUb2tlbnMuY2hpcENsZWFyQ29udGVudE1hcmdpblJpZ2h0fTogdmFyKCR7dG9rZW5zLmNoaXBDbGVhckNvbnRlbnRNYXJnaW5SaWdodH0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwQ2xvc2VJY29uU2l6ZX06IHZhcigke3Rva2Vucy5jaGlwQ2xvc2VJY29uU2l6ZX0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwRm9udEZhbWlseX06IHZhcigke3Rva2Vucy5jaGlwRm9udEZhbWlseX0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwRm9udFNpemV9OiB2YXIoJHt0b2tlbnMuY2hpcEZvbnRTaXplfSk7XG4gICAgICAgICR7dGV4dEZpZWxkVG9rZW5zLmNoaXBGb250U3R5bGV9OiB2YXIoJHt0b2tlbnMuY2hpcEZvbnRTdHlsZX0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwRm9udFdlaWdodH06IHZhcigke3Rva2Vucy5jaGlwRm9udFdlaWdodH0pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwTGV0dGVyU3BhY2luZ306IHZhcigke3Rva2Vucy5jaGlwTGV0dGVyU3BhY2luZ30pO1xuICAgICAgICAke3RleHRGaWVsZFRva2Vucy5jaGlwTGluZUhlaWdodH06IHZhcigke3Rva2Vucy5jaGlwTGluZUhlaWdodH0pO1xuICAgIH1cbmA7XG4iXX0= */"));
@@ -0,0 +1,58 @@
1
+ [
2
+ "--plasma-text-field-group-item-height",
3
+ "--plasma-text-field-group-item-border-width",
4
+ "--plasma-text-field-group-item-padding",
5
+ "--plasma-text-field-group-item-padding-with-chips",
6
+ "--plasma-text-field-group-item__left-content-margin",
7
+ "--plasma-text-field-group-item__right-content-margin",
8
+ "--plasma-text-field-group-item-font-family",
9
+ "--plasma-text-field-group-item-font-style",
10
+ "--plasma-text-field-group-item-font-size",
11
+ "--plasma-text-field-group-item-font-weight",
12
+ "--plasma-text-field-group-item-letter-spacing",
13
+ "--plasma-text-field-group-item-line-height",
14
+ "--plasma-text-field-group-item__label-offset",
15
+ "--plasma-text-field-group-item__label-font-family",
16
+ "--plasma-text-field-group-item__label-font-style",
17
+ "--plasma-text-field-group-item__label-font-size",
18
+ "--plasma-text-field-group-item__label-font-weight",
19
+ "--plasma-text-field-group-item__label-letter-spacing",
20
+ "--plasma-text-field-group-item__label-line-height",
21
+ "--plasma-text-field-group-item-placement_inner__label-font-family",
22
+ "--plasma-text-field-group-item-placement_inner__label-font-style",
23
+ "--plasma-text-field-group-item-placement_inner__label-font-size",
24
+ "--plasma-text-field-group-item-placement_inner__label-font-weight",
25
+ "--plasma-text-field-group-item-placement_inner__label-letter-spacing",
26
+ "--plasma-text-field-group-item-placement_inner__label-line-height",
27
+ "--plasma-text-field-group-item-placement_inner__label-padding",
28
+ "--plasma-text-field-group-item-placement_inner__content-padding",
29
+ "--plasma-text-field-group-item__left-helper-offset",
30
+ "--plasma-text-field-group-item__left-helper-font-family",
31
+ "--plasma-text-field-group-item__left-helper-font-style",
32
+ "--plasma-text-field-group-item__left-helper-font-size",
33
+ "--plasma-text-field-group-item__left-helper-font-weight",
34
+ "--plasma-text-field-group-item__left-helper-letter-spacing",
35
+ "--plasma-text-field-group-item__left-helper-line-height",
36
+ "--plasma-text-field-group-item__before-text-margin",
37
+ "--plasma-text-field-group-item__after-text-margin",
38
+ "--plasma-text-field-group-item__chip-height",
39
+ "--plasma-text-field-group-item__chip-border-radius",
40
+ "--plasma-text-field-group-item__chip-gap",
41
+ "--plasma-text-field-group-item__chip-scale-hover",
42
+ "--plasma-text-field-group-item__chip-scale-active",
43
+ "--plasma-text-field-group-item__chip-outline-size",
44
+ "--plasma-text-field-group-item__chip-width",
45
+ "--plasma-text-field-group-item__chip-padding-top",
46
+ "--plasma-text-field-group-item__chip-padding-right",
47
+ "--plasma-text-field-group-item__chip-padding-bottom",
48
+ "--plasma-text-field-group-item__chip-padding-left",
49
+ "--plasma-text-field-group-item__chip-close-icon-size",
50
+ "--plasma-text-field-group-item__chip-font-family",
51
+ "--plasma-text-field-group-item__chip-font-size",
52
+ "--plasma-text-field-group-item__chip-font-style",
53
+ "--plasma-text-field-group-item__chip-font-weight",
54
+ "--plasma-text-field-group-item__chip-letter-spacing",
55
+ "--plasma-text-field-group-item__chip-line-height",
56
+ "--plasma-text-field-group-item__chip-clear-content-margin-left",
57
+ "--plasma-text-field-group-item__chip-clear-content-margin-right"
58
+ ]
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.base = void 0;
7
+ var _react = /*#__PURE__*/require("@emotion/react");
8
+ var _TextFieldGroup = /*#__PURE__*/require("../../TextFieldGroup.tokens");
9
+ var base = exports.base = /*#__PURE__*/(0, _react.css)("&.", _TextFieldGroup.classes.filledStretching, "{width:100%;.", _TextFieldGroup.classes.textFieldGroupItem, "{width:100%;}};label:plasma-new-hope__base;" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvVGV4dEZpZWxkR3JvdXAvdmFyaWF0aW9ucy9fc3RyZXRjaGluZy9iYXNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUl1QiIsImZpbGUiOiIuLi8uLi8uLi8uLi8uLi8uLi9zcmMtZW1vdGlvbi9jb21wb25lbnRzL1RleHRGaWVsZEdyb3VwL3ZhcmlhdGlvbnMvX3N0cmV0Y2hpbmcvYmFzZS50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGNzcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHsgY2xhc3NlcyB9IGZyb20gJy4uLy4uL1RleHRGaWVsZEdyb3VwLnRva2Vucyc7XG5cbmV4cG9ydCBjb25zdCBiYXNlID0gY3NzYFxuICAgICYuJHtjbGFzc2VzLmZpbGxlZFN0cmV0Y2hpbmd9IHtcbiAgICAgICAgd2lkdGg6IDEwMCU7XG5cbiAgICAgICAgLiR7Y2xhc3Nlcy50ZXh0RmllbGRHcm91cEl0ZW19IHtcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICB9XG4gICAgfVxuYDtcbiJdfQ== */"));