@salutejs/plasma-new-hope 0.69.1-canary.1167.8557893273.0 → 0.70.0-canary.1160.8552305660.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (265) hide show
  1. package/cjs/components/TextField/TextField.js +155 -29
  2. package/cjs/components/TextField/TextField.js.map +1 -1
  3. package/cjs/components/TextField/TextField.styles.js +27 -11
  4. package/cjs/components/TextField/TextField.styles.js.map +1 -1
  5. package/cjs/components/TextField/TextField.styles_1b1mddp.css +8 -0
  6. package/cjs/components/TextField/TextField.tokens.js +68 -20
  7. package/cjs/components/TextField/TextField.tokens.js.map +1 -1
  8. package/cjs/components/TextField/TextField_wctd2m.css +1 -0
  9. package/cjs/components/TextField/hooks/useKeyNavigation.js +133 -0
  10. package/cjs/components/TextField/hooks/useKeyNavigation.js.map +1 -0
  11. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.css +19 -0
  12. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +38 -0
  13. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -0
  14. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +26 -0
  15. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -0
  16. package/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1rauupp.css +1 -0
  17. package/cjs/components/TextField/{_disabled → variations/_disabled}/base.js +2 -2
  18. package/cjs/components/TextField/variations/_disabled/base.js.map +1 -0
  19. package/cjs/components/TextField/variations/_disabled/base_1tnjoy9.css +1 -0
  20. package/cjs/components/TextField/{_label-placement → variations/_label-placement}/base.js +1 -1
  21. package/cjs/components/TextField/variations/_label-placement/base.js.map +1 -0
  22. package/cjs/components/TextField/{_label-placement → variations/_label-placement}/inner.js +2 -2
  23. package/cjs/components/TextField/variations/_label-placement/inner.js.map +1 -0
  24. package/cjs/components/TextField/variations/_label-placement/inner_gqlcj2.css +1 -0
  25. package/cjs/components/TextField/{_label-placement → variations/_label-placement}/outer.js +2 -2
  26. package/cjs/components/TextField/variations/_label-placement/outer.js.map +1 -0
  27. package/cjs/components/TextField/variations/_label-placement/outer_is41nj.css +1 -0
  28. package/cjs/components/TextField/{_view → variations/_read-only}/base.js +2 -2
  29. package/cjs/components/TextField/variations/_read-only/base.js.map +1 -0
  30. package/cjs/components/TextField/variations/_read-only/base_134hshp.css +1 -0
  31. package/cjs/components/TextField/variations/_size/base.js +9 -0
  32. package/cjs/components/TextField/variations/_size/base.js.map +1 -0
  33. package/cjs/components/TextField/variations/_size/base_1khzr9t.css +1 -0
  34. package/cjs/components/TextField/{_size → variations/_view}/base.js +2 -2
  35. package/cjs/components/TextField/variations/_view/base.js.map +1 -0
  36. package/cjs/components/TextField/variations/_view/base_1qd77x6.css +1 -0
  37. package/cjs/index.css +16 -9
  38. package/cjs/index.js +2 -2
  39. package/es/components/TextField/TextField.js +158 -33
  40. package/es/components/TextField/TextField.js.map +1 -1
  41. package/es/components/TextField/TextField.styles.js +25 -12
  42. package/es/components/TextField/TextField.styles.js.map +1 -1
  43. package/es/components/TextField/TextField.styles_1b1mddp.css +8 -0
  44. package/es/components/TextField/TextField.tokens.js +68 -21
  45. package/es/components/TextField/TextField.tokens.js.map +1 -1
  46. package/es/components/TextField/TextField_wctd2m.css +1 -0
  47. package/es/components/TextField/hooks/useKeyNavigation.js +128 -0
  48. package/es/components/TextField/hooks/useKeyNavigation.js.map +1 -0
  49. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.css +19 -0
  50. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +34 -0
  51. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.js.map +1 -0
  52. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +22 -0
  53. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js.map +1 -0
  54. package/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles_1rauupp.css +1 -0
  55. package/es/components/TextField/variations/_disabled/base.js +5 -0
  56. package/es/components/TextField/variations/_disabled/base.js.map +1 -0
  57. package/es/components/TextField/variations/_disabled/base_1tnjoy9.css +1 -0
  58. package/es/components/TextField/{_label-placement → variations/_label-placement}/base.js +1 -1
  59. package/es/components/TextField/variations/_label-placement/base.js.map +1 -0
  60. package/es/components/TextField/variations/_label-placement/inner.js +5 -0
  61. package/es/components/TextField/variations/_label-placement/inner.js.map +1 -0
  62. package/es/components/TextField/variations/_label-placement/inner_gqlcj2.css +1 -0
  63. package/es/components/TextField/variations/_label-placement/outer.js +5 -0
  64. package/es/components/TextField/variations/_label-placement/outer.js.map +1 -0
  65. package/es/components/TextField/variations/_label-placement/outer_is41nj.css +1 -0
  66. package/es/components/TextField/variations/_read-only/base.js +5 -0
  67. package/es/components/TextField/variations/_read-only/base.js.map +1 -0
  68. package/es/components/TextField/variations/_read-only/base_134hshp.css +1 -0
  69. package/es/components/TextField/variations/_size/base.js +5 -0
  70. package/es/components/TextField/variations/_size/base.js.map +1 -0
  71. package/es/components/TextField/variations/_size/base_1khzr9t.css +1 -0
  72. package/es/components/TextField/{_disabled → variations/_view}/base.js +2 -2
  73. package/es/components/TextField/variations/_view/base.js.map +1 -0
  74. package/es/components/TextField/variations/_view/base_1qd77x6.css +1 -0
  75. package/es/index.css +16 -9
  76. package/es/index.js +2 -2
  77. package/package.json +2 -4
  78. package/styled-components/cjs/components/TextField/TextField.js +162 -32
  79. package/styled-components/cjs/components/TextField/TextField.styles.js +18 -10
  80. package/styled-components/cjs/components/TextField/TextField.tokens.js +68 -21
  81. package/styled-components/cjs/components/TextField/hooks/index.js +12 -0
  82. package/styled-components/cjs/components/TextField/hooks/useKeyNavigation.js +139 -0
  83. package/styled-components/cjs/components/TextField/hooks/useKeyNavigation.types.js +5 -0
  84. package/styled-components/cjs/components/TextField/index.js +2 -2
  85. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.js +39 -0
  86. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +25 -0
  87. package/styled-components/cjs/components/TextField/ui/TextFieldChip/TextFieldChip.types.js +5 -0
  88. package/styled-components/cjs/components/TextField/ui/index.js +12 -0
  89. package/styled-components/cjs/components/TextField/variations/_disabled/base.js +10 -0
  90. package/styled-components/cjs/components/TextField/variations/_label-placement/inner.js +10 -0
  91. package/styled-components/cjs/components/TextField/{_label-placement → variations/_label-placement}/outer.js +3 -3
  92. package/styled-components/cjs/components/TextField/variations/_read-only/base.js +10 -0
  93. package/styled-components/cjs/components/TextField/variations/_read-only/tokens.json +1 -0
  94. package/styled-components/cjs/components/TextField/variations/_size/base.js +10 -0
  95. package/styled-components/cjs/components/TextField/variations/_view/base.js +10 -0
  96. package/styled-components/cjs/examples/plasma_b2c/components/Button/Button.config.js +7 -10
  97. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.config.js +43 -0
  98. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.js +11 -0
  99. package/styled-components/cjs/examples/plasma_b2c/components/TextField/TextField.stories.tsx +123 -0
  100. package/styled-components/cjs/examples/plasma_web/components/Button/Button.config.js +7 -10
  101. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.config.js +40 -0
  102. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.js +11 -0
  103. package/styled-components/cjs/examples/plasma_web/components/TextField/TextField.stories.tsx +123 -0
  104. package/styled-components/cjs/examples/sds_engineer/components/Button/Button.config.js +7 -10
  105. package/styled-components/cjs/examples/sds_engineer/components/TextField/TextField.config.js +43 -0
  106. package/styled-components/cjs/examples/sds_engineer/components/TextField/TextField.js +11 -0
  107. package/styled-components/cjs/examples/sds_engineer/components/TextField/TextField.stories.tsx +123 -0
  108. package/styled-components/cjs/examples/themes/plasma_b2c.module.css +293 -878
  109. package/styled-components/cjs/examples/themes/plasma_web.module.css +293 -878
  110. package/styled-components/cjs/examples/themes/sds_engineer.module.css +2 -42
  111. package/styled-components/es/components/TextField/TextField.js +166 -36
  112. package/styled-components/es/components/TextField/TextField.styles.js +17 -9
  113. package/styled-components/es/components/TextField/TextField.tokens.js +67 -20
  114. package/styled-components/es/components/TextField/hooks/index.js +1 -0
  115. package/styled-components/es/components/TextField/hooks/useKeyNavigation.js +133 -0
  116. package/styled-components/es/components/TextField/hooks/useKeyNavigation.types.js +1 -0
  117. package/styled-components/es/components/TextField/index.js +2 -2
  118. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.js +30 -0
  119. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.styles.js +19 -0
  120. package/styled-components/es/components/TextField/ui/TextFieldChip/TextFieldChip.types.js +1 -0
  121. package/styled-components/es/components/TextField/ui/index.js +1 -0
  122. package/styled-components/es/components/TextField/variations/_disabled/base.js +4 -0
  123. package/styled-components/es/components/TextField/variations/_label-placement/inner.js +4 -0
  124. package/styled-components/es/components/TextField/variations/_label-placement/outer.js +4 -0
  125. package/styled-components/es/components/TextField/variations/_read-only/base.js +4 -0
  126. package/styled-components/es/components/TextField/variations/_read-only/tokens.json +1 -0
  127. package/styled-components/es/components/TextField/variations/_size/base.js +4 -0
  128. package/styled-components/es/components/TextField/variations/_view/base.js +4 -0
  129. package/styled-components/es/examples/plasma_b2c/components/Button/Button.config.js +7 -10
  130. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.config.js +37 -0
  131. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.js +5 -0
  132. package/styled-components/es/examples/plasma_b2c/components/TextField/TextField.stories.tsx +123 -0
  133. package/styled-components/es/examples/plasma_web/components/Button/Button.config.js +7 -10
  134. package/styled-components/es/examples/plasma_web/components/TextField/TextField.config.js +34 -0
  135. package/styled-components/es/examples/plasma_web/components/TextField/TextField.js +5 -0
  136. package/styled-components/es/examples/plasma_web/components/TextField/TextField.stories.tsx +123 -0
  137. package/styled-components/es/examples/sds_engineer/components/Button/Button.config.js +7 -10
  138. package/styled-components/es/examples/sds_engineer/components/TextField/TextField.config.js +37 -0
  139. package/styled-components/es/examples/sds_engineer/components/TextField/TextField.js +5 -0
  140. package/styled-components/es/examples/sds_engineer/components/TextField/TextField.stories.tsx +123 -0
  141. package/styled-components/es/examples/themes/plasma_b2c.module.css +293 -878
  142. package/styled-components/es/examples/themes/plasma_web.module.css +293 -878
  143. package/styled-components/es/examples/themes/sds_engineer.module.css +2 -42
  144. package/types/components/TextField/TextField.d.ts +8 -3
  145. package/types/components/TextField/TextField.d.ts.map +1 -1
  146. package/types/components/TextField/TextField.styles.d.ts +6 -3
  147. package/types/components/TextField/TextField.styles.d.ts.map +1 -1
  148. package/types/components/TextField/TextField.tokens.d.ts +57 -8
  149. package/types/components/TextField/TextField.tokens.d.ts.map +1 -1
  150. package/types/components/TextField/TextField.types.d.ts +29 -2
  151. package/types/components/TextField/TextField.types.d.ts.map +1 -1
  152. package/types/components/TextField/hooks/index.d.ts +2 -0
  153. package/types/components/TextField/hooks/index.d.ts.map +1 -0
  154. package/types/components/TextField/hooks/useKeyNavigation.d.ts +17 -0
  155. package/types/components/TextField/hooks/useKeyNavigation.d.ts.map +1 -0
  156. package/types/components/TextField/hooks/useKeyNavigation.types.d.ts +18 -0
  157. package/types/components/TextField/hooks/useKeyNavigation.types.d.ts.map +1 -0
  158. package/types/components/TextField/index.d.ts +3 -2
  159. package/types/components/TextField/index.d.ts.map +1 -1
  160. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts +7 -0
  161. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.d.ts.map +1 -0
  162. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts +15 -0
  163. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.styles.d.ts.map +1 -0
  164. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts +37 -0
  165. package/types/components/TextField/ui/TextFieldChip/TextFieldChip.types.d.ts.map +1 -0
  166. package/types/components/TextField/ui/index.d.ts +2 -0
  167. package/types/components/TextField/ui/index.d.ts.map +1 -0
  168. package/types/components/TextField/variations/_disabled/base.d.ts.map +1 -0
  169. package/types/components/TextField/variations/_label-placement/base.d.ts.map +1 -0
  170. package/types/components/TextField/variations/_label-placement/index.d.ts.map +1 -0
  171. package/types/components/TextField/variations/_label-placement/inner.d.ts.map +1 -0
  172. package/types/components/TextField/variations/_label-placement/outer.d.ts.map +1 -0
  173. package/types/components/TextField/variations/_read-only/base.d.ts.map +1 -0
  174. package/types/components/TextField/variations/_size/base.d.ts.map +1 -0
  175. package/types/components/TextField/variations/_view/base.d.ts +2 -0
  176. package/types/components/TextField/variations/_view/base.d.ts.map +1 -0
  177. package/types/examples/plasma_b2c/components/Button/Button.config.d.ts +0 -3
  178. package/types/examples/plasma_b2c/components/Button/Button.config.d.ts.map +1 -1
  179. package/types/examples/plasma_b2c/components/Button/Button.d.ts +0 -3
  180. package/types/examples/plasma_b2c/components/Button/Button.d.ts.map +1 -1
  181. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts +32 -0
  182. package/types/examples/plasma_b2c/components/TextField/TextField.config.d.ts.map +1 -0
  183. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts +26 -0
  184. package/types/examples/plasma_b2c/components/TextField/TextField.d.ts.map +1 -0
  185. package/types/examples/plasma_web/components/Button/Button.config.d.ts +0 -3
  186. package/types/examples/plasma_web/components/Button/Button.config.d.ts.map +1 -1
  187. package/types/examples/plasma_web/components/Button/Button.d.ts +0 -3
  188. package/types/examples/plasma_web/components/Button/Button.d.ts.map +1 -1
  189. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts +32 -0
  190. package/types/examples/plasma_web/components/TextField/TextField.config.d.ts.map +1 -0
  191. package/types/examples/plasma_web/components/TextField/TextField.d.ts +26 -0
  192. package/types/examples/plasma_web/components/TextField/TextField.d.ts.map +1 -0
  193. package/types/examples/sds_engineer/components/Button/Button.config.d.ts +0 -3
  194. package/types/examples/sds_engineer/components/Button/Button.config.d.ts.map +1 -1
  195. package/types/examples/sds_engineer/components/Button/Button.d.ts +0 -3
  196. package/types/examples/sds_engineer/components/Button/Button.d.ts.map +1 -1
  197. package/types/examples/sds_engineer/components/TextField/TextField.config.d.ts +32 -0
  198. package/types/examples/sds_engineer/components/TextField/TextField.config.d.ts.map +1 -0
  199. package/types/examples/sds_engineer/components/TextField/TextField.d.ts +26 -0
  200. package/types/examples/sds_engineer/components/TextField/TextField.d.ts.map +1 -0
  201. package/cjs/components/TextField/TextField.styles_2qw1n8.css +0 -5
  202. package/cjs/components/TextField/TextField_1lzb2r1.css +0 -1
  203. package/cjs/components/TextField/_disabled/base.js.map +0 -1
  204. package/cjs/components/TextField/_disabled/base_so3w81.css +0 -1
  205. package/cjs/components/TextField/_label-placement/base.js.map +0 -1
  206. package/cjs/components/TextField/_label-placement/inner.js.map +0 -1
  207. package/cjs/components/TextField/_label-placement/inner_1tyuicp.css +0 -1
  208. package/cjs/components/TextField/_label-placement/outer.js.map +0 -1
  209. package/cjs/components/TextField/_label-placement/outer_19ekaek.css +0 -1
  210. package/cjs/components/TextField/_size/base.js.map +0 -1
  211. package/cjs/components/TextField/_size/base_b5smyu.css +0 -1
  212. package/cjs/components/TextField/_view/base.js.map +0 -1
  213. package/cjs/components/TextField/_view/base_5bqzed.css +0 -1
  214. package/es/components/TextField/TextField.styles_2qw1n8.css +0 -5
  215. package/es/components/TextField/TextField_1lzb2r1.css +0 -1
  216. package/es/components/TextField/_disabled/base.js.map +0 -1
  217. package/es/components/TextField/_disabled/base_so3w81.css +0 -1
  218. package/es/components/TextField/_label-placement/base.js.map +0 -1
  219. package/es/components/TextField/_label-placement/inner.js +0 -5
  220. package/es/components/TextField/_label-placement/inner.js.map +0 -1
  221. package/es/components/TextField/_label-placement/inner_1tyuicp.css +0 -1
  222. package/es/components/TextField/_label-placement/outer.js +0 -5
  223. package/es/components/TextField/_label-placement/outer.js.map +0 -1
  224. package/es/components/TextField/_label-placement/outer_19ekaek.css +0 -1
  225. package/es/components/TextField/_size/base.js +0 -5
  226. package/es/components/TextField/_size/base.js.map +0 -1
  227. package/es/components/TextField/_size/base_b5smyu.css +0 -1
  228. package/es/components/TextField/_view/base.js +0 -5
  229. package/es/components/TextField/_view/base.js.map +0 -1
  230. package/es/components/TextField/_view/base_5bqzed.css +0 -1
  231. package/styled-components/cjs/components/TextField/_disabled/base.js +0 -9
  232. package/styled-components/cjs/components/TextField/_label-placement/inner.js +0 -10
  233. package/styled-components/cjs/components/TextField/_size/base.js +0 -10
  234. package/styled-components/cjs/components/TextField/_view/base.js +0 -10
  235. package/styled-components/es/components/TextField/_disabled/base.js +0 -3
  236. package/styled-components/es/components/TextField/_label-placement/inner.js +0 -4
  237. package/styled-components/es/components/TextField/_label-placement/outer.js +0 -4
  238. package/styled-components/es/components/TextField/_size/base.js +0 -4
  239. package/styled-components/es/components/TextField/_view/base.js +0 -4
  240. package/types/components/TextField/_disabled/base.d.ts.map +0 -1
  241. package/types/components/TextField/_label-placement/base.d.ts.map +0 -1
  242. package/types/components/TextField/_label-placement/index.d.ts.map +0 -1
  243. package/types/components/TextField/_label-placement/inner.d.ts.map +0 -1
  244. package/types/components/TextField/_label-placement/outer.d.ts.map +0 -1
  245. package/types/components/TextField/_size/base.d.ts.map +0 -1
  246. package/types/components/TextField/_view/base.d.ts.map +0 -1
  247. /package/cjs/components/TextField/{_label-placement → variations/_label-placement}/base_x642ct.css +0 -0
  248. /package/es/components/TextField/{_label-placement → variations/_label-placement}/base_x642ct.css +0 -0
  249. /package/styled-components/cjs/components/TextField/{_disabled → variations/_disabled}/tokens.json +0 -0
  250. /package/styled-components/cjs/components/TextField/{_label-placement → variations/_label-placement}/base.js +0 -0
  251. /package/styled-components/cjs/components/TextField/{_label-placement → variations/_label-placement}/index.js +0 -0
  252. /package/styled-components/cjs/components/TextField/{_size → variations/_size}/tokens.json +0 -0
  253. /package/styled-components/cjs/components/TextField/{_view → variations/_view}/tokens.json +0 -0
  254. /package/styled-components/es/components/TextField/{_disabled → variations/_disabled}/tokens.json +0 -0
  255. /package/styled-components/es/components/TextField/{_label-placement → variations/_label-placement}/base.js +0 -0
  256. /package/styled-components/es/components/TextField/{_label-placement → variations/_label-placement}/index.js +0 -0
  257. /package/styled-components/es/components/TextField/{_size → variations/_size}/tokens.json +0 -0
  258. /package/styled-components/es/components/TextField/{_view → variations/_view}/tokens.json +0 -0
  259. /package/types/components/TextField/{_disabled → variations/_disabled}/base.d.ts +0 -0
  260. /package/types/components/TextField/{_label-placement → variations/_label-placement}/base.d.ts +0 -0
  261. /package/types/components/TextField/{_label-placement → variations/_label-placement}/index.d.ts +0 -0
  262. /package/types/components/TextField/{_label-placement → variations/_label-placement}/inner.d.ts +0 -0
  263. /package/types/components/TextField/{_label-placement → variations/_label-placement}/outer.d.ts +0 -0
  264. /package/types/components/TextField/{_size → variations/_read-only}/base.d.ts +0 -0
  265. /package/types/components/TextField/{_view → variations/_size}/base.d.ts +0 -0
@@ -8,16 +8,13 @@ export var config = {
8
8
  },
9
9
  variations: {
10
10
  view: {
11
- primary: /*#__PURE__*/css(["", ":var(--inverse-text-primary);", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":var(--surface-solid-default-hover);", ":var(--inverse-text-primary);", ":var(--surface-solid-default-active);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
12
- accent: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--surface-accent);", ":var(--on-dark-text-primary);", ":var(--surface-accent-hover);", ":var(--on-dark-text-primary);", ":var(--surface-accent-active);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
13
- secondary: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
14
- clear: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
15
- positive: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--surface-positive);", ":var(--on-dark-text-primary);", ":var(--surface-positive-hover);", ":var(--on-dark-text-primary);", ":var(--surface-positive-active);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
16
- warning: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--surface-warning);", ":var(--on-dark-text-primary);", ":var(--surface-warning-hover);", ":var(--on-dark-text-primary);", ":var(--surface-warning-active);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
17
- negative: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--surface-negative);", ":var(--on-dark-text-primary);", ":var(--surface-negative-hover);", ":var(--on-dark-text-primary);", ":var(--surface-negative-active);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
18
- dark: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-active);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
19
- black: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-active);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
20
- white: /*#__PURE__*/css(["", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default);", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-hover);", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-active);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive)
11
+ primary: /*#__PURE__*/css(["", ":var(--inverse-text-primary);", ":var(--surface-solid-default);", ":var(--inverse-text-primary);", ":color-mix( in srgb,var(--inverse-text-primary),var(--surface-solid-default) 85% );", ":var(--inverse-text-primary);", ":color-mix( in srgb,var(--inverse-text-primary),var(--surface-solid-default) 80% );"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
12
+ accent: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--surface-accent);", ":var(--on-dark-text-primary);", ":color-mix(in srgb,var(--text-primary),var(--surface-accent) 85%);", ":var(--on-dark-text-primary);", ":color-mix(in srgb,var(--text-primary),var(--surface-accent) 80%);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
13
+ secondary: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":color-mix( in srgb,var(--inverse-text-primary),var(--surface-transparent-secondary) 85% );", ":var(--text-primary);", ":color-mix( in srgb,var(--inverse-text-primary),var(--surface-transparent-secondary) 80% );"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
14
+ clear: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-clear);", ":var(--text-primary);", ":color-mix(in srgb,var(--text-primary),var(--surface-clear) 95%);", ":var(--text-primary);", ":color-mix(in srgb,var(--text-primary),var(--surface-clear) 90%);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
15
+ positive: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--surface-positive);", ":var(--on-dark-text-primary);", ":color-mix( in srgb,var(--inverse-text-primary),var(--surface-positive) 85% );", ":var(--on-dark-text-primary);", ":color-mix(in srgb,var(--text-primary),var(--surface-positive) 85%);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
16
+ warning: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--surface-warning);", ":var(--on-dark-text-primary);", ":color-mix( in srgb,var(--inverse-text-primary),var(--surface-warning) 85% );", ":var(--on-dark-text-primary);", ":color-mix(in srgb,var(--text-primary),var(--surface-warning) 85%);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive),
17
+ negative: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--surface-negative);", ":var(--on-dark-text-primary);", ":color-mix( in srgb,var(--inverse-text-primary),var(--surface-negative) 85% );", ":var(--on-dark-text-primary);", ":color-mix(in srgb,var(--text-primary),var(--surface-negative) 85%);"], buttonTokens.buttonColor, buttonTokens.buttonBackgroundColor, buttonTokens.buttonColorHover, buttonTokens.buttonBackgroundColorHover, buttonTokens.buttonColorActive, buttonTokens.buttonBackgroundColorActive)
21
18
  },
22
19
  size: {
23
20
  l: /*#__PURE__*/css(["", ":3.5rem;", ":12.5rem;", ":1.5rem;", ":0.875rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-bold-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":1.375rem;", ":inherit;"], buttonTokens.buttonHeight, buttonTokens.buttonWidth, buttonTokens.buttonPadding, buttonTokens.buttonRadius, buttonTokens.buttonFontFamily, buttonTokens.buttonFontSize, buttonTokens.buttonFontStyle, buttonTokens.buttonFontWeight, buttonTokens.buttonLetterSpacing, buttonTokens.buttonLineHeight, buttonTokens.buttonSpinnerSize, buttonTokens.buttonSpinnerColor),
@@ -0,0 +1,37 @@
1
+ import { css } from 'styled-components';
2
+ import { textFieldTokens as tokens, textField_labelPlacement_inner as labelPlacement_inner, textField_labelPlacement_outer as labelPlacement_outer } from '../../../../components/TextField';
3
+ export var config = {
4
+ defaults: {
5
+ view: 'default',
6
+ size: 'l',
7
+ labelPlacement: 'outer'
8
+ },
9
+ variations: {
10
+ view: {
11
+ "default": /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--surface-transparent-primary);", ":var(--surface-transparent-secondary);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--surface-clear);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);"], tokens.color, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor),
12
+ // TODO заменить --surface-transparent-positive на корректный токен
13
+ positive: /*#__PURE__*/css(["", ":var(--plasma-colors-primary);", ":var(--surface-transparent-positive);", ":var(--surface-transparent-positive-active);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-positive);", ":var(--text-secondary);", ":var(--surface-clear);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);"], tokens.color, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor),
14
+ // // TODO заменить --surface-transparent-warning на корректный токен
15
+ warning: /*#__PURE__*/css(["", ":var(--plasma-colors-primary);", ":var(--surface-transparent-warning);", ":var(--surface-transparent-warning-active);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-warning);", ":var(--text-secondary);", ":var(--surface-clear);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);"], tokens.color, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor),
16
+ // // TODO заменить --surface-transparent-negative на корректный токен
17
+ negative: /*#__PURE__*/css(["", ":var(--plasma-colors-primary);", ":var(--surface-transparent-negative);", ":var(--surface-transparent-negative-active);", ":var(--text-accent);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-negative);", ":var(--text-secondary);", ":var(--surface-clear);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(--text-primary);", ":0.72;", ":var(--text-accent);"], tokens.color, tokens.backgroundColor, tokens.backgroundColorFocus, tokens.caretColor, tokens.placeholderColor, tokens.labelColor, tokens.leftHelperColor, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.chipCloseIconColor, tokens.chipColor, tokens.chipBackground, tokens.chipColorHover, tokens.chipBackgroundHover, tokens.chipColorActive, tokens.chipBackgroundActive, tokens.chipBackgroundReadOnly, tokens.chipColorReadOnly, tokens.chipBackgroundReadOnlyHover, tokens.chipColorReadOnlyHover, tokens.chipOpacityReadonly, tokens.focusColor)
18
+ },
19
+ size: {
20
+ l: /*#__PURE__*/css(["", ":3.5rem;", ":1.0625rem 1rem 1.0625rem 1.125rem;", ":0.375rem;", ":0.875rem;", ":-0.0625rem 0.5rem -0.0625rem -0.125rem;", ":-0.0625rem 0 -0.0625rem 0.75rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":0.75rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.5625rem 0 0.125rem 0;", ":1.5625rem 0 0.5625rem 0;", ":0.25rem;", ":0.5rem;", ":auto;", ":2.75rem;", ":0.75rem;", ":1rem;", ":0.625rem;", ":0rem;", ":1.5rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight),
21
+ m: /*#__PURE__*/css(["", ":3rem;", ":0.875rem 0.875rem 0.875rem 1rem;", ":0.375rem;", ":0.75rem;", ":-0.125rem 0.375rem -0.125rem -0.125rem;", ":-0.125rem 0 -0.125rem 0.75rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":0.625rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.375rem 0 0.125rem 0;", ":1.375rem 0 0.375rem 0;", ":0.25rem;", ":0.375rem;", ":auto;", ":2.25rem;", ":0.625rem;", ":0.875rem;", ":0.5rem;", ":0rem;", ":1.25rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight),
22
+ s: /*#__PURE__*/css(["", ":2.5rem;", ":0.875rem 0.75rem 0.875rem 0.6875rem;", ":0.375rem;", ":0.625rem;", ":-0.1875rem 0.25rem -0.1875rem -0.125rem;", ":-0.1875rem 0 -0.1875rem 0.75rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":0.5rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.3125rem 0 0 0;", ":1.0625rem 0 0.3125rem 0;", ":0.25rem;", ":0.25rem;", ":auto;", ":1.75rem;", ":0.5rem;", ":0.75rem;", ":0.375rem;", ":0rem;", ":1rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight),
23
+ xs: /*#__PURE__*/css(["", ":2rem;", ":0.5625rem 0.5rem 0.5625rem 0.625rem;", ":0.375rem;", ":0.5rem;", ":-0.0625rem 0.25rem -0.0625rem -0.125rem;", ":-0.0625rem 0 -0.0625rem 0.75rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.375rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":0.3125rem 0 0 0;", ":1.0625rem 0 0.3125rem 0;", ":0.25rem;", ":0.125rem;", ":auto;", ":1.25rem;", ":0.375rem;", ":0.625rem;", ":0.25rem;", ":0rem;", ":0.75rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);"], tokens.height, tokens.padding, tokens.paddingWithChips, tokens.borderRadius, tokens.leftContentMargin, tokens.rightContentMargin, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight, tokens.labelOffset, tokens.labelFontFamily, tokens.labelFontSize, tokens.labelFontStyle, tokens.labelFontWeight, tokens.labelLetterSpacing, tokens.labelLineHeight, tokens.leftHelperOffset, tokens.leftHelperFontFamily, tokens.leftHelperFontSize, tokens.leftHelperFontStyle, tokens.leftHelperFontWeight, tokens.leftHelperLetterSpacing, tokens.leftHelperLineHeight, tokens.labelInnerPadding, tokens.contentLabelInnerPadding, tokens.chipGap, tokens.chipBorderRadius, tokens.chipWidth, tokens.chipHeight, tokens.chipPaddingRight, tokens.chipPaddingLeft, tokens.chipClearContentMarginLeft, tokens.chipClearContentMarginRight, tokens.chipCloseIconSize, tokens.chipFontFamily, tokens.chipFontSize, tokens.chipFontStyle, tokens.chipFontWeight, tokens.chipLetterSpacing, tokens.chipLineHeight)
24
+ },
25
+ labelPlacement: {
26
+ inner: [labelPlacement_inner, /*#__PURE__*/css(["&.", "{", ":var(--plasma-input-label-color,var(--plasma-input-placeholder-color,var(--plasma-colors-secondary)));", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);}"], labelPlacement_inner, tokens.placeholderColor, tokens.labelInnerFontFamily, tokens.labelInnerFontSize, tokens.labelInnerFontStyle, tokens.labelInnerFontWeight, tokens.labelInnerLetterSpacing, tokens.labelInnerLineHeight)],
27
+ outer: [labelPlacement_outer, /*#__PURE__*/css(["&.", "{}"], labelPlacement_outer)]
28
+ },
29
+ disabled: {
30
+ "true": /*#__PURE__*/css(["", ":0.4;"], tokens.disabledOpacity)
31
+ },
32
+ // TODO заменить --surface-transparent-primary на корректный токен
33
+ readOnly: {
34
+ "true": /*#__PURE__*/css(["", ":var(--text-secondary);", ":var(--surface-transparent-primary);", ":var(--text-secondary);", ":var(--text-secondary);", ":var(--text-secondary);"], tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.labelColorReadOnly)
35
+ }
36
+ }
37
+ };
@@ -0,0 +1,5 @@
1
+ import { component, mergeConfig } from '../../../../engines';
2
+ import { textFieldConfig } from '../../../../components/TextField';
3
+ import { config } from './TextField.config';
4
+ var mergedConfig = /*#__PURE__*/mergeConfig(textFieldConfig, config);
5
+ export var TextField = /*#__PURE__*/component(mergedConfig);
@@ -0,0 +1,123 @@
1
+ import React, { ComponentProps, useState } from 'react';
2
+ import type { StoryObj, Meta } from '@storybook/react';
3
+ import { action } from '@storybook/addon-actions';
4
+ import { IconPlaceholder } from '@salutejs/plasma-sb-utils';
5
+
6
+ import { WithTheme } from '../../../_helpers';
7
+
8
+ import { TextField } from './TextField';
9
+
10
+ const onChange = action('onChange');
11
+ const onFocus = action('onFocus');
12
+ const onBlur = action('onBlur');
13
+ const onSearch = action('onSearch');
14
+
15
+ const sizes = ['l', 'm', 's', 'xs'];
16
+ const views = ['default', 'positive', 'warning', 'negative'];
17
+ const enumerationTypes = ['plain', 'chip'];
18
+
19
+ const meta: Meta<typeof TextField> = {
20
+ title: 'sds_engineer/TextField',
21
+ component: TextField,
22
+ decorators: [WithTheme],
23
+ argTypes: {
24
+ view: {
25
+ options: views,
26
+ control: {
27
+ type: 'select',
28
+ },
29
+ },
30
+ maxLength: {
31
+ control: {
32
+ type: 'number',
33
+ },
34
+ },
35
+ enumerationType: {
36
+ options: enumerationTypes,
37
+ control: {
38
+ type: 'select',
39
+ },
40
+ },
41
+ size: {
42
+ options: sizes,
43
+ control: {
44
+ type: 'inline-radio',
45
+ },
46
+ },
47
+ },
48
+ };
49
+
50
+ export default meta;
51
+
52
+ type StoryPropsDefault = Omit<
53
+ ComponentProps<typeof TextField>,
54
+ | 'helperBlock'
55
+ | 'contentLeft'
56
+ | 'htmlSize'
57
+ | 'contentRight'
58
+ | 'type'
59
+ | 'name'
60
+ | 'onFocus'
61
+ | 'onBlur'
62
+ | 'onChange'
63
+ | 'value'
64
+ | 'checked'
65
+ | 'maxLength'
66
+ | 'minLength'
67
+ | 'required'
68
+ > & {
69
+ 'storybook:contentLeft': boolean;
70
+ 'storybook:contentRight': boolean;
71
+ };
72
+
73
+ const StoryDefault = ({
74
+ 'storybook:contentLeft': enableContentLeft,
75
+ 'storybook:contentRight': enableContentRight,
76
+ view,
77
+ ...rest
78
+ }: StoryPropsDefault) => {
79
+ const [text, setText] = useState('Значение поля');
80
+
81
+ return (
82
+ <TextField
83
+ {...rest}
84
+ value={text}
85
+ contentLeft={enableContentLeft ? <IconPlaceholder size={rest.size} /> : undefined}
86
+ contentRight={enableContentRight ? <IconPlaceholder size={rest.size} /> : undefined}
87
+ view={view}
88
+ onChange={(e) => {
89
+ setText(e.target.value);
90
+ onChange(e.target.value);
91
+ }}
92
+ onFocus={onFocus}
93
+ onBlur={onBlur}
94
+ onSearch={onSearch}
95
+ />
96
+ );
97
+ };
98
+
99
+ export const Default: StoryObj<StoryPropsDefault> = {
100
+ argTypes: {
101
+ labelPlacement: {
102
+ options: ['outer', 'inner'],
103
+ control: {
104
+ type: 'inline-radio',
105
+ },
106
+ },
107
+ },
108
+ args: {
109
+ id: 'example-text-field',
110
+ size: 'l',
111
+ view: 'default',
112
+ label: 'Лейбл',
113
+ labelPlacement: 'outer',
114
+ placeholder: 'Заполните поле',
115
+ leftHelper: 'Подсказка к полю',
116
+ enumerationType: 'plain',
117
+ disabled: false,
118
+ readOnly: false,
119
+ 'storybook:contentLeft': true,
120
+ 'storybook:contentRight': true,
121
+ },
122
+ render: (args) => <StoryDefault {...args} />,
123
+ };