@salutejs/sdds-serv 0.357.0-next-sbcom.0 → 0.357.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. package/dist/ai/css/cjs/components/_ai/Answer/Answer.config.js +26 -0
  2. package/dist/ai/css/cjs/components/_ai/Answer/Answer.config.js.map +1 -0
  3. package/dist/ai/css/cjs/components/_ai/Answer/Answer.config_ssng5u.css +6 -0
  4. package/dist/ai/css/cjs/components/_ai/Answer/Answer.css +6 -0
  5. package/dist/ai/css/cjs/components/_ai/Answer/Answer.js +13 -0
  6. package/dist/ai/css/cjs/components/_ai/Answer/Answer.js.map +1 -0
  7. package/dist/ai/css/cjs/components/_ai/Container/Container.config.js +27 -0
  8. package/dist/ai/css/cjs/components/_ai/Container/Container.config.js.map +1 -0
  9. package/dist/ai/css/cjs/components/_ai/Container/Container.config_15ch87v.css +7 -0
  10. package/dist/ai/css/cjs/components/_ai/Container/Container.css +7 -0
  11. package/dist/ai/css/cjs/components/_ai/Container/Container.js +13 -0
  12. package/dist/ai/css/cjs/components/_ai/Container/Container.js.map +1 -0
  13. package/dist/ai/css/cjs/components/_ai/Header/Header.config.js +32 -0
  14. package/dist/ai/css/cjs/components/_ai/Header/Header.config.js.map +1 -0
  15. package/dist/ai/css/cjs/components/_ai/Header/Header.config_18fd5c8.css +12 -0
  16. package/dist/ai/css/cjs/components/_ai/Header/Header.css +12 -0
  17. package/dist/ai/css/cjs/components/_ai/Header/Header.js +13 -0
  18. package/dist/ai/css/cjs/components/_ai/Header/Header.js.map +1 -0
  19. package/dist/ai/css/cjs/components/_ai/Input/Input.config.js +26 -0
  20. package/dist/ai/css/cjs/components/_ai/Input/Input.config.js.map +1 -0
  21. package/dist/ai/css/cjs/components/_ai/Input/Input.config_nd9kvy.css +6 -0
  22. package/dist/ai/css/cjs/components/_ai/Input/Input.css +6 -0
  23. package/dist/ai/css/cjs/components/_ai/Input/Input.js +13 -0
  24. package/dist/ai/css/cjs/components/_ai/Input/Input.js.map +1 -0
  25. package/dist/ai/css/cjs/components/_ai/Markdown/Markdown.config.js +26 -0
  26. package/dist/ai/css/cjs/components/_ai/Markdown/Markdown.config.js.map +1 -0
  27. package/dist/ai/css/cjs/components/_ai/Markdown/Markdown.config_1ylbm3k.css +6 -0
  28. package/dist/ai/css/cjs/components/_ai/Markdown/Markdown.css +6 -0
  29. package/dist/ai/css/cjs/components/_ai/Markdown/Markdown.js +13 -0
  30. package/dist/ai/css/cjs/components/_ai/Markdown/Markdown.js.map +1 -0
  31. package/dist/ai/css/cjs/components/_ai/UserMessage/UserMessage.config.js +36 -0
  32. package/dist/ai/css/cjs/components/_ai/UserMessage/UserMessage.config.js.map +1 -0
  33. package/dist/ai/css/cjs/components/_ai/UserMessage/UserMessage.config_7pe2ik.css +13 -0
  34. package/dist/ai/css/cjs/components/_ai/UserMessage/UserMessage.css +13 -0
  35. package/dist/ai/css/cjs/components/_ai/UserMessage/UserMessage.js +13 -0
  36. package/dist/ai/css/cjs/components/_ai/UserMessage/UserMessage.js.map +1 -0
  37. package/dist/ai/css/cjs/index.css +55 -0
  38. package/dist/ai/css/cjs/index.js +26 -0
  39. package/dist/ai/css/cjs/index.js.map +1 -0
  40. package/dist/ai/css/es/components/_ai/Answer/Answer.config.js +22 -0
  41. package/dist/ai/css/es/components/_ai/Answer/Answer.config.js.map +1 -0
  42. package/dist/ai/css/es/components/_ai/Answer/Answer.config_ssng5u.css +6 -0
  43. package/dist/ai/css/es/components/_ai/Answer/Answer.css +6 -0
  44. package/dist/ai/css/es/components/_ai/Answer/Answer.js +8 -0
  45. package/dist/ai/css/es/components/_ai/Answer/Answer.js.map +1 -0
  46. package/dist/ai/css/es/components/_ai/Container/Container.config.js +23 -0
  47. package/dist/ai/css/es/components/_ai/Container/Container.config.js.map +1 -0
  48. package/dist/ai/css/es/components/_ai/Container/Container.config_15ch87v.css +7 -0
  49. package/dist/ai/css/es/components/_ai/Container/Container.css +7 -0
  50. package/dist/ai/css/es/components/_ai/Container/Container.js +8 -0
  51. package/dist/ai/css/es/components/_ai/Container/Container.js.map +1 -0
  52. package/dist/ai/css/es/components/_ai/Header/Header.config.js +28 -0
  53. package/dist/ai/css/es/components/_ai/Header/Header.config.js.map +1 -0
  54. package/dist/ai/css/es/components/_ai/Header/Header.config_18fd5c8.css +12 -0
  55. package/dist/ai/css/es/components/_ai/Header/Header.css +12 -0
  56. package/dist/ai/css/es/components/_ai/Header/Header.js +8 -0
  57. package/dist/ai/css/es/components/_ai/Header/Header.js.map +1 -0
  58. package/dist/ai/css/es/components/_ai/Input/Input.config.js +22 -0
  59. package/dist/ai/css/es/components/_ai/Input/Input.config.js.map +1 -0
  60. package/dist/ai/css/es/components/_ai/Input/Input.config_nd9kvy.css +6 -0
  61. package/dist/ai/css/es/components/_ai/Input/Input.css +6 -0
  62. package/dist/ai/css/es/components/_ai/Input/Input.js +8 -0
  63. package/dist/ai/css/es/components/_ai/Input/Input.js.map +1 -0
  64. package/dist/ai/css/es/components/_ai/Markdown/Markdown.config.js +22 -0
  65. package/dist/ai/css/es/components/_ai/Markdown/Markdown.config.js.map +1 -0
  66. package/dist/ai/css/es/components/_ai/Markdown/Markdown.config_1ylbm3k.css +6 -0
  67. package/dist/ai/css/es/components/_ai/Markdown/Markdown.css +6 -0
  68. package/dist/ai/css/es/components/_ai/Markdown/Markdown.js +8 -0
  69. package/dist/ai/css/es/components/_ai/Markdown/Markdown.js.map +1 -0
  70. package/dist/ai/css/es/components/_ai/UserMessage/UserMessage.config.js +32 -0
  71. package/dist/ai/css/es/components/_ai/UserMessage/UserMessage.config.js.map +1 -0
  72. package/dist/ai/css/es/components/_ai/UserMessage/UserMessage.config_7pe2ik.css +13 -0
  73. package/dist/ai/css/es/components/_ai/UserMessage/UserMessage.css +13 -0
  74. package/dist/ai/css/es/components/_ai/UserMessage/UserMessage.js +8 -0
  75. package/dist/ai/css/es/components/_ai/UserMessage/UserMessage.js.map +1 -0
  76. package/dist/ai/css/es/index.css +55 -0
  77. package/dist/ai/css/es/index.js +7 -0
  78. package/dist/ai/css/es/index.js.map +1 -0
  79. package/dist/ai/emotion/cjs/components/_ai/Answer/Answer.config.js +258 -0
  80. package/dist/ai/emotion/cjs/components/_ai/Answer/Answer.js +22 -0
  81. package/dist/ai/emotion/cjs/components/_ai/Answer/index.js +18 -0
  82. package/dist/ai/emotion/cjs/components/_ai/Container/Container.config.js +138 -0
  83. package/dist/ai/emotion/cjs/components/_ai/Container/Container.js +22 -0
  84. package/dist/ai/emotion/cjs/components/_ai/Container/index.js +18 -0
  85. package/dist/ai/emotion/cjs/components/_ai/Header/Header.config.js +231 -0
  86. package/dist/ai/emotion/cjs/components/_ai/Header/Header.js +22 -0
  87. package/dist/ai/emotion/cjs/components/_ai/Header/index.js +18 -0
  88. package/dist/ai/emotion/cjs/components/_ai/Input/Input.config.js +326 -0
  89. package/dist/ai/emotion/cjs/components/_ai/Input/Input.js +22 -0
  90. package/dist/ai/emotion/cjs/components/_ai/Input/index.js +18 -0
  91. package/dist/ai/emotion/cjs/components/_ai/Markdown/Markdown.config.js +93 -0
  92. package/dist/ai/emotion/cjs/components/_ai/Markdown/Markdown.js +22 -0
  93. package/dist/ai/emotion/cjs/components/_ai/Markdown/index.js +18 -0
  94. package/dist/ai/emotion/cjs/components/_ai/UserMessage/UserMessage.config.js +397 -0
  95. package/dist/ai/emotion/cjs/components/_ai/UserMessage/UserMessage.js +22 -0
  96. package/dist/ai/emotion/cjs/components/_ai/UserMessage/index.js +18 -0
  97. package/dist/ai/emotion/cjs/index.js +23 -0
  98. package/dist/ai/emotion/es/components/_ai/Answer/Answer.config.js +248 -0
  99. package/dist/ai/emotion/es/components/_ai/Answer/Answer.js +4 -0
  100. package/dist/ai/emotion/es/components/_ai/Answer/index.js +1 -0
  101. package/dist/ai/emotion/es/components/_ai/Container/Container.config.js +128 -0
  102. package/dist/ai/emotion/es/components/_ai/Container/Container.js +4 -0
  103. package/dist/ai/emotion/es/components/_ai/Container/index.js +1 -0
  104. package/dist/ai/emotion/es/components/_ai/Header/Header.config.js +221 -0
  105. package/dist/ai/emotion/es/components/_ai/Header/Header.js +4 -0
  106. package/dist/ai/emotion/es/components/_ai/Header/index.js +1 -0
  107. package/dist/ai/emotion/es/components/_ai/Input/Input.config.js +316 -0
  108. package/dist/ai/emotion/es/components/_ai/Input/Input.js +4 -0
  109. package/dist/ai/emotion/es/components/_ai/Input/index.js +1 -0
  110. package/dist/ai/emotion/es/components/_ai/Markdown/Markdown.config.js +83 -0
  111. package/dist/ai/emotion/es/components/_ai/Markdown/Markdown.js +4 -0
  112. package/dist/ai/emotion/es/components/_ai/Markdown/index.js +1 -0
  113. package/dist/ai/emotion/es/components/_ai/UserMessage/UserMessage.config.js +387 -0
  114. package/dist/ai/emotion/es/components/_ai/UserMessage/UserMessage.js +4 -0
  115. package/dist/ai/emotion/es/components/_ai/UserMessage/index.js +1 -0
  116. package/dist/ai/emotion/es/index.js +6 -0
  117. package/dist/ai/styled-components/cjs/components/_ai/Answer/Answer.config.js +258 -0
  118. package/dist/ai/styled-components/cjs/components/_ai/Answer/Answer.js +22 -0
  119. package/dist/ai/styled-components/cjs/components/_ai/Answer/index.js +18 -0
  120. package/dist/ai/styled-components/cjs/components/_ai/Container/Container.config.js +138 -0
  121. package/dist/ai/styled-components/cjs/components/_ai/Container/Container.js +22 -0
  122. package/dist/ai/styled-components/cjs/components/_ai/Container/index.js +18 -0
  123. package/dist/ai/styled-components/cjs/components/_ai/Header/Header.config.js +231 -0
  124. package/dist/ai/styled-components/cjs/components/_ai/Header/Header.js +22 -0
  125. package/dist/ai/styled-components/cjs/components/_ai/Header/index.js +18 -0
  126. package/dist/ai/styled-components/cjs/components/_ai/Input/Input.config.js +326 -0
  127. package/dist/ai/styled-components/cjs/components/_ai/Input/Input.js +22 -0
  128. package/dist/ai/styled-components/cjs/components/_ai/Input/index.js +18 -0
  129. package/dist/ai/styled-components/cjs/components/_ai/Markdown/Markdown.config.js +93 -0
  130. package/dist/ai/styled-components/cjs/components/_ai/Markdown/Markdown.js +22 -0
  131. package/dist/ai/styled-components/cjs/components/_ai/Markdown/index.js +18 -0
  132. package/dist/ai/styled-components/cjs/components/_ai/UserMessage/UserMessage.config.js +397 -0
  133. package/dist/ai/styled-components/cjs/components/_ai/UserMessage/UserMessage.js +22 -0
  134. package/dist/ai/styled-components/cjs/components/_ai/UserMessage/index.js +18 -0
  135. package/dist/ai/styled-components/cjs/index.js +23 -0
  136. package/dist/ai/styled-components/es/components/_ai/Answer/Answer.config.js +248 -0
  137. package/dist/ai/styled-components/es/components/_ai/Answer/Answer.js +4 -0
  138. package/dist/ai/styled-components/es/components/_ai/Answer/index.js +1 -0
  139. package/dist/ai/styled-components/es/components/_ai/Container/Container.config.js +128 -0
  140. package/dist/ai/styled-components/es/components/_ai/Container/Container.js +4 -0
  141. package/dist/ai/styled-components/es/components/_ai/Container/index.js +1 -0
  142. package/dist/ai/styled-components/es/components/_ai/Header/Header.config.js +221 -0
  143. package/dist/ai/styled-components/es/components/_ai/Header/Header.js +4 -0
  144. package/dist/ai/styled-components/es/components/_ai/Header/index.js +1 -0
  145. package/dist/ai/styled-components/es/components/_ai/Input/Input.config.js +316 -0
  146. package/dist/ai/styled-components/es/components/_ai/Input/Input.js +4 -0
  147. package/dist/ai/styled-components/es/components/_ai/Input/index.js +1 -0
  148. package/dist/ai/styled-components/es/components/_ai/Markdown/Markdown.config.js +83 -0
  149. package/dist/ai/styled-components/es/components/_ai/Markdown/Markdown.js +4 -0
  150. package/dist/ai/styled-components/es/components/_ai/Markdown/index.js +1 -0
  151. package/dist/ai/styled-components/es/components/_ai/UserMessage/UserMessage.config.js +387 -0
  152. package/dist/ai/styled-components/es/components/_ai/UserMessage/UserMessage.js +4 -0
  153. package/dist/ai/styled-components/es/components/_ai/UserMessage/index.js +1 -0
  154. package/dist/ai/styled-components/es/index.js +6 -0
  155. package/dist/css/cjs/components/Autocomplete/Autocomplete.config.js +1 -1
  156. package/dist/css/cjs/components/Autocomplete/Autocomplete.config.js.map +1 -1
  157. package/dist/css/cjs/components/Autocomplete/Autocomplete.config_1wg59f8.css +15 -0
  158. package/dist/css/cjs/components/Autocomplete/Autocomplete.css +14 -14
  159. package/dist/css/cjs/components/Combobox/Combobox.config.js +1 -1
  160. package/dist/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
  161. package/dist/css/cjs/components/Combobox/Combobox.config_14hj0z6.css +18 -0
  162. package/dist/css/cjs/components/Combobox/Combobox.css +17 -17
  163. package/dist/css/cjs/components/Mask/Mask.css +42 -42
  164. package/dist/css/cjs/components/Select/Select.config.js +1 -1
  165. package/dist/css/cjs/components/Select/Select.config.js.map +1 -1
  166. package/dist/css/cjs/components/Select/Select.config_1voyfk8.css +24 -0
  167. package/dist/css/cjs/components/Select/Select.css +23 -23
  168. package/dist/css/cjs/components/TextField/TextField.clear.config.js +1 -1
  169. package/dist/css/cjs/components/TextField/TextField.clear.config.js.map +1 -1
  170. package/dist/css/cjs/components/TextField/TextField.clear.config_lfk4f.css +22 -0
  171. package/dist/css/cjs/components/TextField/TextField.config.js +1 -1
  172. package/dist/css/cjs/components/TextField/TextField.config.js.map +1 -1
  173. package/dist/css/cjs/components/TextField/TextField.config_1szcbc1.css +22 -0
  174. package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.config.js +1 -1
  175. package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.config.js.map +1 -1
  176. package/dist/css/cjs/components/TextFieldGroup/{TextFieldGroup.config_1epvsxk.css → TextFieldGroup.config_k97yvi.css} +4 -4
  177. package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.css +9 -9
  178. package/dist/css/cjs/index.css +112 -112
  179. package/dist/css/es/components/Autocomplete/Autocomplete.config.js +1 -1
  180. package/dist/css/es/components/Autocomplete/Autocomplete.config.js.map +1 -1
  181. package/dist/css/es/components/Autocomplete/Autocomplete.config_1wg59f8.css +15 -0
  182. package/dist/css/es/components/Autocomplete/Autocomplete.css +14 -14
  183. package/dist/css/es/components/Combobox/Combobox.config.js +1 -1
  184. package/dist/css/es/components/Combobox/Combobox.config.js.map +1 -1
  185. package/dist/css/es/components/Combobox/Combobox.config_14hj0z6.css +18 -0
  186. package/dist/css/es/components/Combobox/Combobox.css +17 -17
  187. package/dist/css/es/components/Mask/Mask.css +42 -42
  188. package/dist/css/es/components/Select/Select.config.js +1 -1
  189. package/dist/css/es/components/Select/Select.config.js.map +1 -1
  190. package/dist/css/es/components/Select/Select.config_1voyfk8.css +24 -0
  191. package/dist/css/es/components/Select/Select.css +23 -23
  192. package/dist/css/es/components/TextField/TextField.clear.config.js +1 -1
  193. package/dist/css/es/components/TextField/TextField.clear.config.js.map +1 -1
  194. package/dist/css/es/components/TextField/TextField.clear.config_lfk4f.css +22 -0
  195. package/dist/css/es/components/TextField/TextField.config.js +1 -1
  196. package/dist/css/es/components/TextField/TextField.config.js.map +1 -1
  197. package/dist/css/es/components/TextField/TextField.config_1szcbc1.css +22 -0
  198. package/dist/css/es/components/TextFieldGroup/TextFieldGroup.config.js +1 -1
  199. package/dist/css/es/components/TextFieldGroup/TextFieldGroup.config.js.map +1 -1
  200. package/dist/css/es/components/TextFieldGroup/{TextFieldGroup.config_1epvsxk.css → TextFieldGroup.config_k97yvi.css} +4 -4
  201. package/dist/css/es/components/TextFieldGroup/TextFieldGroup.css +9 -9
  202. package/dist/css/es/index.css +112 -112
  203. package/dist/emotion/cjs/ai.js +23 -0
  204. package/dist/emotion/cjs/components/Autocomplete/Autocomplete.config.js +265 -264
  205. package/dist/emotion/cjs/components/Combobox/Combobox.config.js +401 -400
  206. package/dist/emotion/cjs/components/Select/Select.config.js +491 -490
  207. package/dist/emotion/cjs/components/TextField/TextField.clear.config.js +415 -414
  208. package/dist/emotion/cjs/components/TextField/TextField.config.js +424 -423
  209. package/dist/emotion/cjs/components/TextFieldGroup/TextFieldGroup.config.js +105 -104
  210. package/dist/emotion/es/ai.js +6 -0
  211. package/dist/emotion/es/components/Autocomplete/Autocomplete.config.js +265 -264
  212. package/dist/emotion/es/components/Combobox/Combobox.config.js +401 -400
  213. package/dist/emotion/es/components/Select/Select.config.js +491 -490
  214. package/dist/emotion/es/components/TextField/TextField.clear.config.js +415 -414
  215. package/dist/emotion/es/components/TextField/TextField.config.js +424 -423
  216. package/dist/emotion/es/components/TextFieldGroup/TextFieldGroup.config.js +105 -104
  217. package/dist/styled-components/cjs/ai.js +23 -0
  218. package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +265 -264
  219. package/dist/styled-components/cjs/components/Combobox/Combobox.config.js +401 -400
  220. package/dist/styled-components/cjs/components/Select/Select.config.js +491 -490
  221. package/dist/styled-components/cjs/components/TextField/TextField.clear.config.js +415 -414
  222. package/dist/styled-components/cjs/components/TextField/TextField.config.js +424 -423
  223. package/dist/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.config.js +105 -104
  224. package/dist/styled-components/es/ai.js +6 -0
  225. package/dist/styled-components/es/components/Autocomplete/Autocomplete.config.js +265 -264
  226. package/dist/styled-components/es/components/Combobox/Combobox.config.js +401 -400
  227. package/dist/styled-components/es/components/Select/Select.config.js +491 -490
  228. package/dist/styled-components/es/components/TextField/TextField.clear.config.js +415 -414
  229. package/dist/styled-components/es/components/TextField/TextField.config.js +424 -423
  230. package/dist/styled-components/es/components/TextFieldGroup/TextFieldGroup.config.js +105 -104
  231. package/package.json +33 -19
  232. package/types/ai.d.ts +6 -0
  233. package/types/components/Autocomplete/Autocomplete.d.ts +8 -0
  234. package/types/components/Avatar/Avatar.d.ts +4 -4
  235. package/types/components/CodeArea/CodeArea.d.ts +4 -44
  236. package/types/components/Combobox/Combobox.d.ts +16 -8
  237. package/types/components/DatePicker/DatePicker.d.ts +8 -0
  238. package/types/components/DateTimePicker/DateTimePicker.d.ts +8 -0
  239. package/types/components/Mask/Mask.d.ts +16 -0
  240. package/types/components/Rating/Rating.d.ts +1 -0
  241. package/types/components/Select/Select.d.ts +32 -16
  242. package/types/components/Slider/Slider.d.ts +6 -6
  243. package/types/components/Tabs/TabItem.d.ts +2 -2
  244. package/types/components/TextField/TextField.d.ts +32 -0
  245. package/types/components/TextFieldSlider/TextFieldSlider.d.ts +8 -0
  246. package/types/components/TimePicker/TimePicker.d.ts +2 -0
  247. package/types/components/Tokens/Colors/Colors.styles.d.ts +1 -1
  248. package/types/components/Tokens/Typography/Typography.styles.d.ts +1 -1
  249. package/types/components/_ai/Answer/Answer.config.d.ts +18 -0
  250. package/types/components/_ai/Answer/Answer.d.ts +35 -0
  251. package/types/components/_ai/Answer/index.d.ts +1 -0
  252. package/types/components/_ai/Container/Container.config.d.ts +19 -0
  253. package/types/components/_ai/Container/Container.d.ts +38 -0
  254. package/types/components/_ai/Container/index.d.ts +1 -0
  255. package/types/components/_ai/Header/Header.config.d.ts +24 -0
  256. package/types/components/_ai/Header/Header.d.ts +53 -0
  257. package/types/components/_ai/Header/index.d.ts +1 -0
  258. package/types/components/_ai/Input/Input.config.d.ts +18 -0
  259. package/types/components/_ai/Input/Input.d.ts +35 -0
  260. package/types/components/_ai/Input/index.d.ts +1 -0
  261. package/types/components/_ai/Markdown/Markdown.config.d.ts +18 -0
  262. package/types/components/_ai/Markdown/Markdown.d.ts +35 -0
  263. package/types/components/_ai/Markdown/index.d.ts +1 -0
  264. package/types/components/_ai/UserMessage/UserMessage.config.d.ts +28 -0
  265. package/types/components/_ai/UserMessage/UserMessage.d.ts +62 -0
  266. package/types/components/_ai/UserMessage/index.d.ts +1 -0
  267. package/dist/css/cjs/components/Autocomplete/Autocomplete.config_utaqwg.css +0 -15
  268. package/dist/css/cjs/components/Combobox/Combobox.config_1xuwmzj.css +0 -18
  269. package/dist/css/cjs/components/Select/Select.config_xa636n.css +0 -24
  270. package/dist/css/cjs/components/TextField/TextField.clear.config_1rp41vj.css +0 -22
  271. package/dist/css/cjs/components/TextField/TextField.config_spc8kn.css +0 -22
  272. package/dist/css/es/components/Autocomplete/Autocomplete.config_utaqwg.css +0 -15
  273. package/dist/css/es/components/Combobox/Combobox.config_1xuwmzj.css +0 -18
  274. package/dist/css/es/components/Select/Select.config_xa636n.css +0 -24
  275. package/dist/css/es/components/TextField/TextField.clear.config_1rp41vj.css +0 -22
  276. package/dist/css/es/components/TextField/TextField.config_spc8kn.css +0 -22
@@ -1,4 +1,5 @@
1
1
  import { css, comboboxTokens as tokens } from '@salutejs/plasma-new-hope/styled-components';
2
+ import { bodyL, bodyM, bodyS, bodyXS, inverseTextPrimary, inverseTextSecondary, onDarkTextPrimary, onDarkTextSecondary, surfaceAccent, surfaceAccentHover, surfaceNegative, surfaceSolidCard, surfaceSolidCardBrightness, surfaceSolidDefault, surfaceSolidDefaultHover, surfaceTransparentNegative, surfaceTransparentNegativeActive, surfaceTransparentPositive, surfaceTransparentPositiveActive, surfaceTransparentPrimary, surfaceTransparentSecondary, surfaceTransparentSecondaryActive, surfaceTransparentSecondaryHover, surfaceTransparentTertiary, surfaceTransparentWarning, surfaceTransparentWarningActive, textAccent, textNegative, textPositive, textPrimary, textSecondary, textSecondaryActive, textSecondaryHover, textTertiary, textWarning } from '@salutejs/sdds-themes/tokens/sdds_serv';
2
3
  export const config = {
3
4
  defaults: {
4
5
  view: 'default',
@@ -11,221 +12,221 @@ export const config = {
11
12
  variations: {
12
13
  view: {
13
14
  default: css`
14
- ${tokens.textFieldColor}: var(--text-primary);
15
- ${tokens.textFieldClearColor}: var(--text-primary);
16
-
17
- ${tokens.textFieldPlaceholderColor}: var(--text-secondary);
18
- ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);
19
- ${tokens.textFieldClearPlaceholderColor}: var(--text-secondary);
20
- ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-tertiary);
21
-
22
- ${tokens.textFieldBackgroundColor}: var(--surface-transparent-primary);
23
- ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-secondary);
24
- ${tokens.textFieldCaretColor}: var(--text-accent);
25
- ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);
26
- ${tokens.textFieldTextAfterColor}: var(--text-tertiary);
27
- ${tokens.textFieldLabelColor}: var(--text-primary);
28
- ${tokens.textFieldLeftHelperColor}: var(--text-secondary);
29
- ${tokens.textFieldFocusColor}: var(--text-accent);
30
-
31
- ${tokens.textFieldContentSlotColor}: var(--text-secondary);
32
- ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);
33
- ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);
34
-
35
- ${tokens.textFieldIndicatorColor}: var(--surface-negative);
36
- ${tokens.textFieldOptionalColor}: var(--text-tertiary);
37
-
38
- ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);
39
- ${tokens.textFieldChipCloseIconColorHover}: var(--text-secondary-hover);
40
- ${tokens.textFieldChipCloseIconColorReadonly}: var(--text-secondary);
41
- ${tokens.textFieldChipColor}: var(--text-primary);
42
- ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);
43
- ${tokens.textFieldChipColorHover}: var(--text-primary);
44
- ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);
45
- ${tokens.textFieldChipColorActive}: var(--text-primary);
46
- ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);
47
- ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);
48
- ${tokens.textFieldChipColorReadOnly}: var(--text-primary);
49
- ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);
50
- ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);
15
+ ${tokens.textFieldColor}: ${textPrimary};
16
+ ${tokens.textFieldClearColor}: ${textPrimary};
17
+
18
+ ${tokens.textFieldPlaceholderColor}: ${textSecondary};
19
+ ${tokens.textFieldPlaceholderColorFocus}: ${textTertiary};
20
+ ${tokens.textFieldClearPlaceholderColor}: ${textSecondary};
21
+ ${tokens.textFieldClearPlaceholderColorFocus}: ${textTertiary};
22
+
23
+ ${tokens.textFieldBackgroundColor}: ${surfaceTransparentPrimary};
24
+ ${tokens.textFieldBackgroundColorFocus}: ${surfaceTransparentSecondary};
25
+ ${tokens.textFieldCaretColor}: ${textAccent};
26
+ ${tokens.textFieldTextBeforeColor}: ${textTertiary};
27
+ ${tokens.textFieldTextAfterColor}: ${textTertiary};
28
+ ${tokens.textFieldLabelColor}: ${textPrimary};
29
+ ${tokens.textFieldLeftHelperColor}: ${textSecondary};
30
+ ${tokens.textFieldFocusColor}: ${textAccent};
31
+
32
+ ${tokens.textFieldContentSlotColor}: ${textSecondary};
33
+ ${tokens.textFieldContentSlotColorHover}: ${textSecondaryHover};
34
+ ${tokens.textFieldContentSlotColorActive}: ${textSecondaryActive};
35
+
36
+ ${tokens.textFieldIndicatorColor}: ${surfaceNegative};
37
+ ${tokens.textFieldOptionalColor}: ${textTertiary};
38
+
39
+ ${tokens.textFieldChipCloseIconColor}: ${textSecondary};
40
+ ${tokens.textFieldChipCloseIconColorHover}: ${textSecondaryHover};
41
+ ${tokens.textFieldChipCloseIconColorReadonly}: ${textSecondary};
42
+ ${tokens.textFieldChipColor}: ${textPrimary};
43
+ ${tokens.textFieldChipBackground}: ${surfaceTransparentSecondary};
44
+ ${tokens.textFieldChipColorHover}: ${textPrimary};
45
+ ${tokens.textFieldChipBackgroundHover}: ${surfaceTransparentSecondaryHover};
46
+ ${tokens.textFieldChipColorActive}: ${textPrimary};
47
+ ${tokens.textFieldChipBackgroundActive}: ${surfaceTransparentSecondaryActive};
48
+ ${tokens.textFieldChipBackgroundReadOnly}: ${surfaceTransparentSecondary};
49
+ ${tokens.textFieldChipColorReadOnly}: ${textPrimary};
50
+ ${tokens.textFieldChipBackgroundReadOnlyHover}: ${surfaceTransparentSecondary};
51
+ ${tokens.textFieldChipColorReadOnlyHover}: ${textPrimary};
51
52
  ${tokens.textFieldChipOpacityReadonly}: 0.72;
52
53
 
53
- ${tokens.disclosureIconColor}: var(--text-secondary);
54
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
55
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
56
- ${tokens.textFieldHintIconColor}: var(--text-secondary);
54
+ ${tokens.disclosureIconColor}: ${textSecondary};
55
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
56
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
57
+ ${tokens.textFieldHintIconColor}: ${textSecondary};
57
58
 
58
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
59
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
59
60
 
60
- ${tokens.itemIconColor}: var(--text-accent);
61
+ ${tokens.itemIconColor}: ${textAccent};
61
62
 
62
- ${tokens.checkboxFillColor}: var(--text-accent);
63
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
63
+ ${tokens.checkboxFillColor}: ${textAccent};
64
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
64
65
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
65
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
66
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
66
67
  `,
67
68
  positive: css`
68
- ${tokens.textFieldColor}: var(--text-primary);
69
- ${tokens.textFieldClearColor}: var(--text-positive);
70
-
71
- ${tokens.textFieldPlaceholderColor}: var(--text-secondary);
72
- ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);
73
- ${tokens.textFieldClearPlaceholderColor}: var(--text-positive);
74
- ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-positive);
75
-
76
- ${tokens.textFieldBackgroundColor}: var(--surface-transparent-positive);
77
- ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-positive-active);
78
- ${tokens.textFieldCaretColor}: var(--text-accent);
79
- ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);
80
- ${tokens.textFieldTextAfterColor}: var(--text-tertiary);
81
- ${tokens.textFieldLabelColor}: var(--text-primary);
82
- ${tokens.textFieldLeftHelperColor}: var(--text-positive);
83
- ${tokens.textFieldFocusColor}: var(--text-accent);
84
-
85
- ${tokens.textFieldContentSlotColor}: var(--text-secondary);
86
- ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);
87
- ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);
88
-
89
- ${tokens.textFieldIndicatorColor}: var(--surface-negative);
90
- ${tokens.textFieldOptionalColor}: var(--text-tertiary);
91
-
92
- ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);
93
- ${tokens.textFieldChipCloseIconColorHover}: var(--text-secondary-hover);
94
- ${tokens.textFieldChipCloseIconColorReadonly}: var(--text-secondary);
95
- ${tokens.textFieldChipColor}: var(--text-primary);
96
- ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);
97
- ${tokens.textFieldChipColorHover}: var(--text-primary);
98
- ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);
99
- ${tokens.textFieldChipColorActive}: var(--text-primary);
100
- ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);
101
- ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);
102
- ${tokens.textFieldChipColorReadOnly}: var(--text-primary);
103
- ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);
104
- ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);
69
+ ${tokens.textFieldColor}: ${textPrimary};
70
+ ${tokens.textFieldClearColor}: ${textPositive};
71
+
72
+ ${tokens.textFieldPlaceholderColor}: ${textSecondary};
73
+ ${tokens.textFieldPlaceholderColorFocus}: ${textTertiary};
74
+ ${tokens.textFieldClearPlaceholderColor}: ${textPositive};
75
+ ${tokens.textFieldClearPlaceholderColorFocus}: ${textPositive};
76
+
77
+ ${tokens.textFieldBackgroundColor}: ${surfaceTransparentPositive};
78
+ ${tokens.textFieldBackgroundColorFocus}: ${surfaceTransparentPositiveActive};
79
+ ${tokens.textFieldCaretColor}: ${textAccent};
80
+ ${tokens.textFieldTextBeforeColor}: ${textTertiary};
81
+ ${tokens.textFieldTextAfterColor}: ${textTertiary};
82
+ ${tokens.textFieldLabelColor}: ${textPrimary};
83
+ ${tokens.textFieldLeftHelperColor}: ${textPositive};
84
+ ${tokens.textFieldFocusColor}: ${textAccent};
85
+
86
+ ${tokens.textFieldContentSlotColor}: ${textSecondary};
87
+ ${tokens.textFieldContentSlotColorHover}: ${textSecondaryHover};
88
+ ${tokens.textFieldContentSlotColorActive}: ${textSecondaryActive};
89
+
90
+ ${tokens.textFieldIndicatorColor}: ${surfaceNegative};
91
+ ${tokens.textFieldOptionalColor}: ${textTertiary};
92
+
93
+ ${tokens.textFieldChipCloseIconColor}: ${textSecondary};
94
+ ${tokens.textFieldChipCloseIconColorHover}: ${textSecondaryHover};
95
+ ${tokens.textFieldChipCloseIconColorReadonly}: ${textSecondary};
96
+ ${tokens.textFieldChipColor}: ${textPrimary};
97
+ ${tokens.textFieldChipBackground}: ${surfaceTransparentSecondary};
98
+ ${tokens.textFieldChipColorHover}: ${textPrimary};
99
+ ${tokens.textFieldChipBackgroundHover}: ${surfaceTransparentSecondaryHover};
100
+ ${tokens.textFieldChipColorActive}: ${textPrimary};
101
+ ${tokens.textFieldChipBackgroundActive}: ${surfaceTransparentSecondaryActive};
102
+ ${tokens.textFieldChipBackgroundReadOnly}: ${surfaceTransparentSecondary};
103
+ ${tokens.textFieldChipColorReadOnly}: ${textPrimary};
104
+ ${tokens.textFieldChipBackgroundReadOnlyHover}: ${surfaceTransparentSecondary};
105
+ ${tokens.textFieldChipColorReadOnlyHover}: ${textPrimary};
105
106
  ${tokens.textFieldChipOpacityReadonly}: 0.72;
106
107
 
107
- ${tokens.disclosureIconColor}: var(--text-secondary);
108
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
109
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
110
- ${tokens.textFieldHintIconColor}: var(--text-secondary);
108
+ ${tokens.disclosureIconColor}: ${textSecondary};
109
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
110
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
111
+ ${tokens.textFieldHintIconColor}: ${textSecondary};
111
112
 
112
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
113
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
113
114
 
114
- ${tokens.itemIconColor}: var(--text-accent);
115
+ ${tokens.itemIconColor}: ${textAccent};
115
116
 
116
- ${tokens.checkboxFillColor}: var(--text-accent);
117
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
117
+ ${tokens.checkboxFillColor}: ${textAccent};
118
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
118
119
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
119
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
120
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
120
121
  `,
121
122
  warning: css`
122
- ${tokens.textFieldColor}: var(--text-primary);
123
- ${tokens.textFieldClearColor}: var(--text-warning);
124
-
125
- ${tokens.textFieldPlaceholderColor}: var(--text-secondary);
126
- ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);
127
- ${tokens.textFieldClearPlaceholderColor}: var(--text-warning);
128
- ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-warning);
129
-
130
- ${tokens.textFieldBackgroundColor}: var(--surface-transparent-warning);
131
- ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-warning-active);
132
- ${tokens.textFieldCaretColor}: var(--text-accent);
133
- ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);
134
- ${tokens.textFieldTextAfterColor}: var(--text-tertiary);
135
- ${tokens.textFieldLabelColor}: var(--text-primary);
136
- ${tokens.textFieldLeftHelperColor}: var(--text-warning);
137
- ${tokens.textFieldFocusColor}: var(--text-accent);
138
-
139
- ${tokens.textFieldContentSlotColor}: var(--text-secondary);
140
- ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);
141
- ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);
142
-
143
- ${tokens.textFieldIndicatorColor}: var(--surface-negative);
144
- ${tokens.textFieldOptionalColor}: var(--text-tertiary);
145
-
146
- ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);
147
- ${tokens.textFieldChipCloseIconColorHover}: var(--text-secondary-hover);
148
- ${tokens.textFieldChipCloseIconColorReadonly}: var(--text-secondary);
149
- ${tokens.textFieldChipColor}: var(--text-primary);
150
- ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);
151
- ${tokens.textFieldChipColorHover}: var(--text-primary);
152
- ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);
153
- ${tokens.textFieldChipColorActive}: var(--text-primary);
154
- ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);
155
- ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);
156
- ${tokens.textFieldChipColorReadOnly}: var(--text-primary);
157
- ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);
158
- ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);
123
+ ${tokens.textFieldColor}: ${textPrimary};
124
+ ${tokens.textFieldClearColor}: ${textWarning};
125
+
126
+ ${tokens.textFieldPlaceholderColor}: ${textSecondary};
127
+ ${tokens.textFieldPlaceholderColorFocus}: ${textTertiary};
128
+ ${tokens.textFieldClearPlaceholderColor}: ${textWarning};
129
+ ${tokens.textFieldClearPlaceholderColorFocus}: ${textWarning};
130
+
131
+ ${tokens.textFieldBackgroundColor}: ${surfaceTransparentWarning};
132
+ ${tokens.textFieldBackgroundColorFocus}: ${surfaceTransparentWarningActive};
133
+ ${tokens.textFieldCaretColor}: ${textAccent};
134
+ ${tokens.textFieldTextBeforeColor}: ${textTertiary};
135
+ ${tokens.textFieldTextAfterColor}: ${textTertiary};
136
+ ${tokens.textFieldLabelColor}: ${textPrimary};
137
+ ${tokens.textFieldLeftHelperColor}: ${textWarning};
138
+ ${tokens.textFieldFocusColor}: ${textAccent};
139
+
140
+ ${tokens.textFieldContentSlotColor}: ${textSecondary};
141
+ ${tokens.textFieldContentSlotColorHover}: ${textSecondaryHover};
142
+ ${tokens.textFieldContentSlotColorActive}: ${textSecondaryActive};
143
+
144
+ ${tokens.textFieldIndicatorColor}: ${surfaceNegative};
145
+ ${tokens.textFieldOptionalColor}: ${textTertiary};
146
+
147
+ ${tokens.textFieldChipCloseIconColor}: ${textSecondary};
148
+ ${tokens.textFieldChipCloseIconColorHover}: ${textSecondaryHover};
149
+ ${tokens.textFieldChipCloseIconColorReadonly}: ${textSecondary};
150
+ ${tokens.textFieldChipColor}: ${textPrimary};
151
+ ${tokens.textFieldChipBackground}: ${surfaceTransparentSecondary};
152
+ ${tokens.textFieldChipColorHover}: ${textPrimary};
153
+ ${tokens.textFieldChipBackgroundHover}: ${surfaceTransparentSecondaryHover};
154
+ ${tokens.textFieldChipColorActive}: ${textPrimary};
155
+ ${tokens.textFieldChipBackgroundActive}: ${surfaceTransparentSecondaryActive};
156
+ ${tokens.textFieldChipBackgroundReadOnly}: ${surfaceTransparentSecondary};
157
+ ${tokens.textFieldChipColorReadOnly}: ${textPrimary};
158
+ ${tokens.textFieldChipBackgroundReadOnlyHover}: ${surfaceTransparentSecondary};
159
+ ${tokens.textFieldChipColorReadOnlyHover}: ${textPrimary};
159
160
  ${tokens.textFieldChipOpacityReadonly}: 0.72;
160
161
 
161
- ${tokens.disclosureIconColor}: var(--text-secondary);
162
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
163
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
164
- ${tokens.textFieldHintIconColor}: var(--text-secondary);
162
+ ${tokens.disclosureIconColor}: ${textSecondary};
163
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
164
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
165
+ ${tokens.textFieldHintIconColor}: ${textSecondary};
165
166
 
166
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
167
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
167
168
 
168
- ${tokens.itemIconColor}: var(--text-accent);
169
+ ${tokens.itemIconColor}: ${textAccent};
169
170
 
170
- ${tokens.checkboxFillColor}: var(--text-accent);
171
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
171
+ ${tokens.checkboxFillColor}: ${textAccent};
172
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
172
173
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
173
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
174
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
174
175
  `,
175
176
  negative: css`
176
- ${tokens.textFieldColor}: var(--text-primary);
177
- ${tokens.textFieldClearColor}: var(--text-negative);
178
-
179
- ${tokens.textFieldPlaceholderColor}: var(--text-secondary);
180
- ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);
181
- ${tokens.textFieldClearPlaceholderColor}: var(--text-negative);
182
- ${tokens.textFieldClearPlaceholderColorFocus}: var(--text-negative);
183
-
184
- ${tokens.textFieldBackgroundColor}: var(--surface-transparent-negative);
185
- ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-negative-active);
186
-
187
- ${tokens.textFieldCaretColor}: var(--text-accent);
188
- ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);
189
- ${tokens.textFieldTextAfterColor}: var(--text-tertiary);
190
- ${tokens.textFieldLabelColor}: var(--text-primary);
191
- ${tokens.textFieldLeftHelperColor}: var(--text-negative);
192
- ${tokens.textFieldFocusColor}: var(--text-accent);
193
-
194
- ${tokens.textFieldContentSlotColor}: var(--text-secondary);
195
- ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);
196
- ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);
197
-
198
- ${tokens.textFieldIndicatorColor}: var(--surface-negative);
199
- ${tokens.textFieldOptionalColor}: var(--text-tertiary);
200
-
201
- ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);
202
- ${tokens.textFieldChipCloseIconColorHover}: var(--text-secondary-hover);
203
- ${tokens.textFieldChipCloseIconColorReadonly}: var(--text-secondary);
204
- ${tokens.textFieldChipColor}: var(--text-primary);
205
- ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);
206
- ${tokens.textFieldChipColorHover}: var(--text-primary);
207
- ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);
208
- ${tokens.textFieldChipColorActive}: var(--text-primary);
209
- ${tokens.textFieldChipBackgroundActive}: var(--surface-transparent-secondary-active);
210
- ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);
211
- ${tokens.textFieldChipColorReadOnly}: var(--text-primary);
212
- ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);
213
- ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);
177
+ ${tokens.textFieldColor}: ${textPrimary};
178
+ ${tokens.textFieldClearColor}: ${textNegative};
179
+
180
+ ${tokens.textFieldPlaceholderColor}: ${textSecondary};
181
+ ${tokens.textFieldPlaceholderColorFocus}: ${textTertiary};
182
+ ${tokens.textFieldClearPlaceholderColor}: ${textNegative};
183
+ ${tokens.textFieldClearPlaceholderColorFocus}: ${textNegative};
184
+
185
+ ${tokens.textFieldBackgroundColor}: ${surfaceTransparentNegative};
186
+ ${tokens.textFieldBackgroundColorFocus}: ${surfaceTransparentNegativeActive};
187
+
188
+ ${tokens.textFieldCaretColor}: ${textAccent};
189
+ ${tokens.textFieldTextBeforeColor}: ${textTertiary};
190
+ ${tokens.textFieldTextAfterColor}: ${textTertiary};
191
+ ${tokens.textFieldLabelColor}: ${textPrimary};
192
+ ${tokens.textFieldLeftHelperColor}: ${textNegative};
193
+ ${tokens.textFieldFocusColor}: ${textAccent};
194
+
195
+ ${tokens.textFieldContentSlotColor}: ${textSecondary};
196
+ ${tokens.textFieldContentSlotColorHover}: ${textSecondaryHover};
197
+ ${tokens.textFieldContentSlotColorActive}: ${textSecondaryActive};
198
+
199
+ ${tokens.textFieldIndicatorColor}: ${surfaceNegative};
200
+ ${tokens.textFieldOptionalColor}: ${textTertiary};
201
+
202
+ ${tokens.textFieldChipCloseIconColor}: ${textSecondary};
203
+ ${tokens.textFieldChipCloseIconColorHover}: ${textSecondaryHover};
204
+ ${tokens.textFieldChipCloseIconColorReadonly}: ${textSecondary};
205
+ ${tokens.textFieldChipColor}: ${textPrimary};
206
+ ${tokens.textFieldChipBackground}: ${surfaceTransparentSecondary};
207
+ ${tokens.textFieldChipColorHover}: ${textPrimary};
208
+ ${tokens.textFieldChipBackgroundHover}: ${surfaceTransparentSecondaryHover};
209
+ ${tokens.textFieldChipColorActive}: ${textPrimary};
210
+ ${tokens.textFieldChipBackgroundActive}: ${surfaceTransparentSecondaryActive};
211
+ ${tokens.textFieldChipBackgroundReadOnly}: ${surfaceTransparentSecondary};
212
+ ${tokens.textFieldChipColorReadOnly}: ${textPrimary};
213
+ ${tokens.textFieldChipBackgroundReadOnlyHover}: ${surfaceTransparentSecondary};
214
+ ${tokens.textFieldChipColorReadOnlyHover}: ${textPrimary};
214
215
  ${tokens.textFieldChipOpacityReadonly}: 0.72;
215
216
 
216
- ${tokens.disclosureIconColor}: var(--text-secondary);
217
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
218
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
219
- ${tokens.textFieldHintIconColor}: var(--text-secondary);
217
+ ${tokens.disclosureIconColor}: ${textSecondary};
218
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
219
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
220
+ ${tokens.textFieldHintIconColor}: ${textSecondary};
220
221
 
221
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
222
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
222
223
 
223
- ${tokens.itemIconColor}: var(--text-accent);
224
+ ${tokens.itemIconColor}: ${textAccent};
224
225
 
225
- ${tokens.checkboxFillColor}: var(--text-accent);
226
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
226
+ ${tokens.checkboxFillColor}: ${textAccent};
227
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
227
228
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
228
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
229
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
229
230
  `
230
231
  },
231
232
  size: {
@@ -245,33 +246,33 @@ export const config = {
245
246
  ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;
246
247
  ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;
247
248
 
248
- ${tokens.textFieldFontFamily}: var(--plasma-typo-body-l-font-family);
249
- ${tokens.textFieldFontSize}: var(--plasma-typo-body-l-font-size);
250
- ${tokens.textFieldFontStyle}: var(--plasma-typo-body-l-font-style);
251
- ${tokens.textFieldFontWeight}: var(--plasma-typo-body-l-font-weight);
252
- ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
253
- ${tokens.textFieldLineHeight}: var(--plasma-typo-body-l-line-height);
249
+ ${tokens.textFieldFontFamily}: ${bodyL.fontFamily};
250
+ ${tokens.textFieldFontSize}: ${bodyL.fontSize};
251
+ ${tokens.textFieldFontStyle}: ${bodyL.fontStyle};
252
+ ${tokens.textFieldFontWeight}: ${bodyL.fontWeight};
253
+ ${tokens.textFieldLetterSpacing}: ${bodyL.letterSpacing};
254
+ ${tokens.textFieldLineHeight}: ${bodyL.lineHeight};
254
255
 
255
256
  ${tokens.textFieldLabelOffset}: 0.75rem;
256
- ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-l-font-family);
257
- ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-l-font-size);
258
- ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-l-font-style);
259
- ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-l-font-weight);
260
- ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
261
- ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-l-line-height);
257
+ ${tokens.textFieldLabelFontFamily}: ${bodyL.fontFamily};
258
+ ${tokens.textFieldLabelFontSize}: ${bodyL.fontSize};
259
+ ${tokens.textFieldLabelFontStyle}: ${bodyL.fontStyle};
260
+ ${tokens.textFieldLabelFontWeight}: ${bodyL.fontWeight};
261
+ ${tokens.textFieldLabelLetterSpacing}: ${bodyL.letterSpacing};
262
+ ${tokens.textFieldLabelLineHeight}: ${bodyL.lineHeight};
262
263
 
263
264
  ${tokens.textFieldHintMargin}: -0.688rem -0.5rem;
264
265
  ${tokens.textFieldHintTargetSize}: 2.375rem;
265
266
  ${tokens.textFieldHintInnerLabelPlacementOffset}: 0.563rem -2.938rem auto auto;
266
267
  ${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.563rem -2.188rem auto auto;
267
268
 
268
- ${tokens.textFieldLeftHelperPadding}: 0.25rem 0 0 0;
269
- ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
270
- ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
271
- ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
272
- ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);
273
- ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
274
- ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);
269
+ ${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
270
+ ${tokens.textFieldLeftHelperFontFamily}: ${bodyXS.fontFamily};
271
+ ${tokens.textFieldLeftHelperFontSize}: ${bodyXS.fontSize};
272
+ ${tokens.textFieldLeftHelperFontStyle}: ${bodyXS.fontStyle};
273
+ ${tokens.textFieldLeftHelperFontWeight}: ${bodyXS.fontWeight};
274
+ ${tokens.textFieldLeftHelperLetterSpacing}: ${bodyXS.letterSpacing};
275
+ ${tokens.textFieldLeftHelperLineHeight}: ${bodyXS.lineHeight};
275
276
 
276
277
  ${tokens.textFieldLabelInnerPadding}: 0.5625rem 0 0.125rem 0;
277
278
  ${tokens.textFieldContentLabelInnerPadding}: 1.5625rem 0 0.5625rem 0;
@@ -294,12 +295,12 @@ export const config = {
294
295
  ${tokens.textFieldChipClearContentMarginLeft}: 0.625rem;
295
296
  ${tokens.textFieldChipClearContentMarginRight}: 0rem;
296
297
  ${tokens.textFieldChipCloseIconSize}: 1.5rem;
297
- ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-l-font-family);
298
- ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-l-font-size);
299
- ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-l-font-style);
300
- ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-l-font-weight);
301
- ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
302
- ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-l-line-height);
298
+ ${tokens.textFieldChipFontFamily}: ${bodyL.fontFamily};
299
+ ${tokens.textFieldChipFontSize}: ${bodyL.fontSize};
300
+ ${tokens.textFieldChipFontStyle}: ${bodyL.fontStyle};
301
+ ${tokens.textFieldChipFontWeight}: ${bodyL.fontWeight};
302
+ ${tokens.textFieldChipLetterSpacing}: ${bodyL.letterSpacing};
303
+ ${tokens.textFieldChipLineHeight}: ${bodyL.lineHeight};
303
304
 
304
305
  ${tokens.emptyStatePadding}: 1rem;
305
306
  ${tokens.padding}: 0.125rem;
@@ -321,19 +322,19 @@ export const config = {
321
322
  ${tokens.cellPaddingRightContent}: 0rem;
322
323
  ${tokens.cellTextboxGap}: 0.125rem;
323
324
  ${tokens.cellGap}: 0.375rem;
324
- ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-l-font-family);
325
- ${tokens.cellTitleFontSize}: var(--plasma-typo-body-l-font-size);
326
- ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-l-font-style);
327
- ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-l-font-weight);
328
- ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
329
- ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-l-line-height);
330
-
331
- ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);
332
- ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);
333
- ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);
334
- ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);
335
- ${tokens.fontLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
336
- ${tokens.fontLineHeight}: var(--plasma-typo-body-l-line-height);
325
+ ${tokens.cellTitleFontFamily}: ${bodyL.fontFamily};
326
+ ${tokens.cellTitleFontSize}: ${bodyL.fontSize};
327
+ ${tokens.cellTitleFontStyle}: ${bodyL.fontStyle};
328
+ ${tokens.cellTitleFontWeight}: ${bodyL.fontWeight};
329
+ ${tokens.cellTitleLetterSpacing}: ${bodyL.letterSpacing};
330
+ ${tokens.cellTitleLineHeight}: ${bodyL.lineHeight};
331
+
332
+ ${tokens.fontFamily}: ${bodyL.fontFamily};
333
+ ${tokens.fontSize}: ${bodyL.fontSize};
334
+ ${tokens.fontStyle}: ${bodyL.fontStyle};
335
+ ${tokens.fontWeight}: ${bodyL.fontWeight};
336
+ ${tokens.fontLetterSpacing}: ${bodyL.letterSpacing};
337
+ ${tokens.fontLineHeight}: ${bodyL.lineHeight};
337
338
 
338
339
  ${tokens.checkboxTriggerSize}: 1.25rem;
339
340
  ${tokens.checkboxTriggerSizeTight}: 1.25rem;
@@ -366,33 +367,33 @@ export const config = {
366
367
  ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;
367
368
  ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;
368
369
 
369
- ${tokens.textFieldFontFamily}: var(--plasma-typo-body-m-font-family);
370
- ${tokens.textFieldFontSize}: var(--plasma-typo-body-m-font-size);
371
- ${tokens.textFieldFontStyle}: var(--plasma-typo-body-m-font-style);
372
- ${tokens.textFieldFontWeight}: var(--plasma-typo-body-m-font-weight);
373
- ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
374
- ${tokens.textFieldLineHeight}: var(--plasma-typo-body-m-line-height);
370
+ ${tokens.textFieldFontFamily}: ${bodyM.fontFamily};
371
+ ${tokens.textFieldFontSize}: ${bodyM.fontSize};
372
+ ${tokens.textFieldFontStyle}: ${bodyM.fontStyle};
373
+ ${tokens.textFieldFontWeight}: ${bodyM.fontWeight};
374
+ ${tokens.textFieldLetterSpacing}: ${bodyM.letterSpacing};
375
+ ${tokens.textFieldLineHeight}: ${bodyM.lineHeight};
375
376
 
376
377
  ${tokens.textFieldLabelOffset}: 0.625rem;
377
- ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-m-font-family);
378
- ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-m-font-size);
379
- ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-m-font-style);
380
- ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-m-font-weight);
381
- ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
382
- ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-m-line-height);
378
+ ${tokens.textFieldLabelFontFamily}: ${bodyM.fontFamily};
379
+ ${tokens.textFieldLabelFontSize}: ${bodyM.fontSize};
380
+ ${tokens.textFieldLabelFontStyle}: ${bodyM.fontStyle};
381
+ ${tokens.textFieldLabelFontWeight}: ${bodyM.fontWeight};
382
+ ${tokens.textFieldLabelLetterSpacing}: ${bodyM.letterSpacing};
383
+ ${tokens.textFieldLabelLineHeight}: ${bodyM.lineHeight};
383
384
 
384
385
  ${tokens.textFieldHintMargin}: -0.688rem -0.5rem;
385
386
  ${tokens.textFieldHintTargetSize}: 2.375rem;
386
387
  ${tokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
387
388
  ${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
388
389
 
389
- ${tokens.textFieldLeftHelperPadding}: 0.25rem 0 0 0;
390
- ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
391
- ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
392
- ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
393
- ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);
394
- ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
395
- ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);
390
+ ${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
391
+ ${tokens.textFieldLeftHelperFontFamily}: ${bodyXS.fontFamily};
392
+ ${tokens.textFieldLeftHelperFontSize}: ${bodyXS.fontSize};
393
+ ${tokens.textFieldLeftHelperFontStyle}: ${bodyXS.fontStyle};
394
+ ${tokens.textFieldLeftHelperFontWeight}: ${bodyXS.fontWeight};
395
+ ${tokens.textFieldLeftHelperLetterSpacing}: ${bodyXS.letterSpacing};
396
+ ${tokens.textFieldLeftHelperLineHeight}: ${bodyXS.lineHeight};
396
397
 
397
398
  ${tokens.textFieldLabelInnerPadding}: 0.375rem 0 0.125rem 0;
398
399
  ${tokens.textFieldContentLabelInnerPadding}: 1.375rem 0 0.375rem 0;
@@ -415,12 +416,12 @@ export const config = {
415
416
  ${tokens.textFieldChipClearContentMarginLeft}: 0.5rem;
416
417
  ${tokens.textFieldChipClearContentMarginRight}: 0rem;
417
418
  ${tokens.textFieldChipCloseIconSize}: 1.25rem;
418
- ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-m-font-family);
419
- ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-m-font-size);
420
- ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-m-font-style);
421
- ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-m-font-weight);
422
- ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
423
- ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-m-line-height);
419
+ ${tokens.textFieldChipFontFamily}: ${bodyM.fontFamily};
420
+ ${tokens.textFieldChipFontSize}: ${bodyM.fontSize};
421
+ ${tokens.textFieldChipFontStyle}: ${bodyM.fontStyle};
422
+ ${tokens.textFieldChipFontWeight}: ${bodyM.fontWeight};
423
+ ${tokens.textFieldChipLetterSpacing}: ${bodyM.letterSpacing};
424
+ ${tokens.textFieldChipLineHeight}: ${bodyM.lineHeight};
424
425
 
425
426
  ${tokens.emptyStatePadding}: 0.875rem 1rem 0.875rem 1rem;
426
427
  ${tokens.padding}: 0.125rem;
@@ -442,19 +443,19 @@ export const config = {
442
443
  ${tokens.cellPaddingRightContent}: 0rem;
443
444
  ${tokens.cellTextboxGap}: 0.125rem;
444
445
  ${tokens.cellGap}: 0.375rem;
445
- ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-m-font-family);
446
- ${tokens.cellTitleFontSize}: var(--plasma-typo-body-m-font-size);
447
- ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-m-font-style);
448
- ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-m-font-weight);
449
- ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
450
- ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-m-line-height);
451
-
452
- ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);
453
- ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);
454
- ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);
455
- ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);
456
- ${tokens.fontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
457
- ${tokens.fontLineHeight}: var(--plasma-typo-body-m-line-height);
446
+ ${tokens.cellTitleFontFamily}: ${bodyM.fontFamily};
447
+ ${tokens.cellTitleFontSize}: ${bodyM.fontSize};
448
+ ${tokens.cellTitleFontStyle}: ${bodyM.fontStyle};
449
+ ${tokens.cellTitleFontWeight}: ${bodyM.fontWeight};
450
+ ${tokens.cellTitleLetterSpacing}: ${bodyM.letterSpacing};
451
+ ${tokens.cellTitleLineHeight}: ${bodyM.lineHeight};
452
+
453
+ ${tokens.fontFamily}: ${bodyM.fontFamily};
454
+ ${tokens.fontSize}: ${bodyM.fontSize};
455
+ ${tokens.fontStyle}: ${bodyM.fontStyle};
456
+ ${tokens.fontWeight}: ${bodyM.fontWeight};
457
+ ${tokens.fontLetterSpacing}: ${bodyM.letterSpacing};
458
+ ${tokens.fontLineHeight}: ${bodyM.lineHeight};
458
459
 
459
460
  ${tokens.checkboxTriggerSize}: 1.25rem;
460
461
  ${tokens.checkboxTriggerSizeTight}: 1.25rem;
@@ -487,33 +488,33 @@ export const config = {
487
488
  ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;
488
489
  ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;
489
490
 
490
- ${tokens.textFieldFontFamily}: var(--plasma-typo-body-s-font-family);
491
- ${tokens.textFieldFontSize}: var(--plasma-typo-body-s-font-size);
492
- ${tokens.textFieldFontStyle}: var(--plasma-typo-body-s-font-style);
493
- ${tokens.textFieldFontWeight}: var(--plasma-typo-body-s-font-weight);
494
- ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
495
- ${tokens.textFieldLineHeight}: var(--plasma-typo-body-s-line-height);
491
+ ${tokens.textFieldFontFamily}: ${bodyS.fontFamily};
492
+ ${tokens.textFieldFontSize}: ${bodyS.fontSize};
493
+ ${tokens.textFieldFontStyle}: ${bodyS.fontStyle};
494
+ ${tokens.textFieldFontWeight}: ${bodyS.fontWeight};
495
+ ${tokens.textFieldLetterSpacing}: ${bodyS.letterSpacing};
496
+ ${tokens.textFieldLineHeight}: ${bodyS.lineHeight};
496
497
 
497
498
  ${tokens.textFieldLabelOffset}: 0.5rem;
498
- ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-s-font-family);
499
- ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-s-font-size);
500
- ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-s-font-style);
501
- ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-s-font-weight);
502
- ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
503
- ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-s-line-height);
499
+ ${tokens.textFieldLabelFontFamily}: ${bodyS.fontFamily};
500
+ ${tokens.textFieldLabelFontSize}: ${bodyS.fontSize};
501
+ ${tokens.textFieldLabelFontStyle}: ${bodyS.fontStyle};
502
+ ${tokens.textFieldLabelFontWeight}: ${bodyS.fontWeight};
503
+ ${tokens.textFieldLabelLetterSpacing}: ${bodyS.letterSpacing};
504
+ ${tokens.textFieldLabelLineHeight}: ${bodyS.lineHeight};
504
505
 
505
506
  ${tokens.textFieldHintMargin}: -0.688rem -0.5rem;
506
507
  ${tokens.textFieldHintTargetSize}: 2.375rem;
507
508
  ${tokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
508
509
  ${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
509
510
 
510
- ${tokens.textFieldLeftHelperPadding}: 0.25rem 0 0 0;
511
- ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
512
- ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
513
- ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
514
- ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);
515
- ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
516
- ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);
511
+ ${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
512
+ ${tokens.textFieldLeftHelperFontFamily}: ${bodyXS.fontFamily};
513
+ ${tokens.textFieldLeftHelperFontSize}: ${bodyXS.fontSize};
514
+ ${tokens.textFieldLeftHelperFontStyle}: ${bodyXS.fontStyle};
515
+ ${tokens.textFieldLeftHelperFontWeight}: ${bodyXS.fontWeight};
516
+ ${tokens.textFieldLeftHelperLetterSpacing}: ${bodyXS.letterSpacing};
517
+ ${tokens.textFieldLeftHelperLineHeight}: ${bodyXS.lineHeight};
517
518
 
518
519
  ${tokens.textFieldLabelInnerPadding}: 0.3125rem 0 0 0;
519
520
  ${tokens.textFieldContentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;
@@ -536,12 +537,12 @@ export const config = {
536
537
  ${tokens.textFieldChipClearContentMarginLeft}: 0.375rem;
537
538
  ${tokens.textFieldChipClearContentMarginRight}: 0rem;
538
539
  ${tokens.textFieldChipCloseIconSize}: 1rem;
539
- ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-s-font-family);
540
- ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-s-font-size);
541
- ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-s-font-style);
542
- ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-s-font-weight);
543
- ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
544
- ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-s-line-height);
540
+ ${tokens.textFieldChipFontFamily}: ${bodyS.fontFamily};
541
+ ${tokens.textFieldChipFontSize}: ${bodyS.fontSize};
542
+ ${tokens.textFieldChipFontStyle}: ${bodyS.fontStyle};
543
+ ${tokens.textFieldChipFontWeight}: ${bodyS.fontWeight};
544
+ ${tokens.textFieldChipLetterSpacing}: ${bodyS.letterSpacing};
545
+ ${tokens.textFieldChipLineHeight}: ${bodyS.lineHeight};
545
546
 
546
547
  ${tokens.emptyStatePadding}: 0.625rem 0.875rem 0.625rem 0.875rem;
547
548
  ${tokens.padding}: 0.125rem;
@@ -563,19 +564,19 @@ export const config = {
563
564
  ${tokens.cellPaddingRightContent}: 0rem;
564
565
  ${tokens.cellTextboxGap}: 0.125rem;
565
566
  ${tokens.cellGap}: 0.375rem;
566
- ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-s-font-family);
567
- ${tokens.cellTitleFontSize}: var(--plasma-typo-body-s-font-size);
568
- ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-s-font-style);
569
- ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-s-font-weight);
570
- ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
571
- ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-s-line-height);
572
-
573
- ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);
574
- ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);
575
- ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);
576
- ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);
577
- ${tokens.fontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
578
- ${tokens.fontLineHeight}: var(--plasma-typo-body-s-line-height);
567
+ ${tokens.cellTitleFontFamily}: ${bodyS.fontFamily};
568
+ ${tokens.cellTitleFontSize}: ${bodyS.fontSize};
569
+ ${tokens.cellTitleFontStyle}: ${bodyS.fontStyle};
570
+ ${tokens.cellTitleFontWeight}: ${bodyS.fontWeight};
571
+ ${tokens.cellTitleLetterSpacing}: ${bodyS.letterSpacing};
572
+ ${tokens.cellTitleLineHeight}: ${bodyS.lineHeight};
573
+
574
+ ${tokens.fontFamily}: ${bodyS.fontFamily};
575
+ ${tokens.fontSize}: ${bodyS.fontSize};
576
+ ${tokens.fontStyle}: ${bodyS.fontStyle};
577
+ ${tokens.fontWeight}: ${bodyS.fontWeight};
578
+ ${tokens.fontLetterSpacing}: ${bodyS.letterSpacing};
579
+ ${tokens.fontLineHeight}: ${bodyS.lineHeight};
579
580
 
580
581
  ${tokens.checkboxTriggerSize}: 1.25rem;
581
582
  ${tokens.checkboxTriggerSizeTight}: 0.875rem;
@@ -608,33 +609,33 @@ export const config = {
608
609
  ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;
609
610
  ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;
610
611
 
611
- ${tokens.textFieldFontFamily}: var(--plasma-typo-body-xs-font-family);
612
- ${tokens.textFieldFontSize}: var(--plasma-typo-body-xs-font-size);
613
- ${tokens.textFieldFontStyle}: var(--plasma-typo-body-xs-font-style);
614
- ${tokens.textFieldFontWeight}: var(--plasma-typo-body-xs-font-weight);
615
- ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
616
- ${tokens.textFieldLineHeight}: var(--plasma-typo-body-xs-line-height);
612
+ ${tokens.textFieldFontFamily}: ${bodyXS.fontFamily};
613
+ ${tokens.textFieldFontSize}: ${bodyXS.fontSize};
614
+ ${tokens.textFieldFontStyle}: ${bodyXS.fontStyle};
615
+ ${tokens.textFieldFontWeight}: ${bodyXS.fontWeight};
616
+ ${tokens.textFieldLetterSpacing}: ${bodyXS.letterSpacing};
617
+ ${tokens.textFieldLineHeight}: ${bodyXS.lineHeight};
617
618
 
618
619
  ${tokens.textFieldLabelOffset}: 0.375rem;
619
- ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-xs-font-family);
620
- ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-xs-font-size);
621
- ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-xs-font-style);
622
- ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-xs-font-weight);
623
- ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
624
- ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-xs-line-height);
620
+ ${tokens.textFieldLabelFontFamily}: ${bodyXS.fontFamily};
621
+ ${tokens.textFieldLabelFontSize}: ${bodyXS.fontSize};
622
+ ${tokens.textFieldLabelFontStyle}: ${bodyXS.fontStyle};
623
+ ${tokens.textFieldLabelFontWeight}: ${bodyXS.fontWeight};
624
+ ${tokens.textFieldLabelLetterSpacing}: ${bodyXS.letterSpacing};
625
+ ${tokens.textFieldLabelLineHeight}: ${bodyXS.lineHeight};
625
626
 
626
627
  ${tokens.textFieldHintMargin}: -0.75rem -0.625rem -0.75rem -0.5rem;
627
628
  ${tokens.textFieldHintTargetSize}: 2.375rem;
628
629
  ${tokens.textFieldHintInnerLabelPlacementOffset}: -0.188rem -2.1875rem auto auto;
629
630
  ${tokens.textFieldClearHintInnerLabelPlacementOffset}: -0.188rem -1.938rem auto auto;
630
631
 
631
- ${tokens.textFieldLeftHelperPadding}: 0.25rem 0 0 0;
632
- ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
633
- ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
634
- ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
635
- ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);
636
- ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
637
- ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);
632
+ ${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
633
+ ${tokens.textFieldLeftHelperFontFamily}: ${bodyXS.fontFamily};
634
+ ${tokens.textFieldLeftHelperFontSize}: ${bodyXS.fontSize};
635
+ ${tokens.textFieldLeftHelperFontStyle}: ${bodyXS.fontStyle};
636
+ ${tokens.textFieldLeftHelperFontWeight}: ${bodyXS.fontWeight};
637
+ ${tokens.textFieldLeftHelperLetterSpacing}: ${bodyXS.letterSpacing};
638
+ ${tokens.textFieldLeftHelperLineHeight}: ${bodyXS.lineHeight};
638
639
 
639
640
  ${tokens.textFieldLabelInnerPadding}: 0.3125rem 0 0 0;
640
641
  ${tokens.textFieldContentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;
@@ -657,12 +658,12 @@ export const config = {
657
658
  ${tokens.textFieldChipClearContentMarginLeft}: 0.25rem;
658
659
  ${tokens.textFieldChipClearContentMarginRight}: 0rem;
659
660
  ${tokens.textFieldChipCloseIconSize}: 0.75rem;
660
- ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-xs-font-family);
661
- ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-xs-font-size);
662
- ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-xs-font-style);
663
- ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-xs-font-weight);
664
- ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
665
- ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-xs-line-height);
661
+ ${tokens.textFieldChipFontFamily}: ${bodyXS.fontFamily};
662
+ ${tokens.textFieldChipFontSize}: ${bodyXS.fontSize};
663
+ ${tokens.textFieldChipFontStyle}: ${bodyXS.fontStyle};
664
+ ${tokens.textFieldChipFontWeight}: ${bodyXS.fontWeight};
665
+ ${tokens.textFieldChipLetterSpacing}: ${bodyXS.letterSpacing};
666
+ ${tokens.textFieldChipLineHeight}: ${bodyXS.lineHeight};
666
667
 
667
668
  ${tokens.emptyStatePadding}: 0.5rem 0.625rem 0.5rem 0.625rem;
668
669
  ${tokens.padding}: 0.125rem;
@@ -684,19 +685,19 @@ export const config = {
684
685
  ${tokens.cellPaddingRightContent}: 0rem;
685
686
  ${tokens.cellTextboxGap}: 0.125rem;
686
687
  ${tokens.cellGap}: 0.25rem;
687
- ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-xs-font-family);
688
- ${tokens.cellTitleFontSize}: var(--plasma-typo-body-xs-font-size);
689
- ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-xs-font-style);
690
- ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-xs-font-weight);
691
- ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
692
- ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-xs-line-height);
693
-
694
- ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);
695
- ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);
696
- ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);
697
- ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);
698
- ${tokens.fontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
699
- ${tokens.fontLineHeight}: var(--plasma-typo-body-m-line-height);
688
+ ${tokens.cellTitleFontFamily}: ${bodyXS.fontFamily};
689
+ ${tokens.cellTitleFontSize}: ${bodyXS.fontSize};
690
+ ${tokens.cellTitleFontStyle}: ${bodyXS.fontStyle};
691
+ ${tokens.cellTitleFontWeight}: ${bodyXS.fontWeight};
692
+ ${tokens.cellTitleLetterSpacing}: ${bodyXS.letterSpacing};
693
+ ${tokens.cellTitleLineHeight}: ${bodyXS.lineHeight};
694
+
695
+ ${tokens.fontFamily}: ${bodyM.fontFamily};
696
+ ${tokens.fontSize}: ${bodyM.fontSize};
697
+ ${tokens.fontStyle}: ${bodyM.fontStyle};
698
+ ${tokens.fontWeight}: ${bodyM.fontWeight};
699
+ ${tokens.fontLetterSpacing}: ${bodyM.letterSpacing};
700
+ ${tokens.fontLineHeight}: ${bodyM.lineHeight};
700
701
 
701
702
  ${tokens.checkboxTriggerSize}: 0.875rem;
702
703
  ${tokens.checkboxTriggerSizeTight}: 0.875rem;
@@ -716,69 +717,69 @@ export const config = {
716
717
  },
717
718
  labelPlacement: {
718
719
  inner: css`
719
- ${tokens.textFieldPlaceholderColor}: var(--text-secondary);
720
- ${tokens.textFieldLabelInnerFontFamily}: var(--plasma-typo-body-xs-font-family);
721
- ${tokens.textFieldLabelInnerFontSize}: var(--plasma-typo-body-xs-font-size);
722
- ${tokens.textFieldLabelInnerFontStyle}: var(--plasma-typo-body-xs-font-style);
723
- ${tokens.textFieldLabelInnerFontWeight}: var(--plasma-typo-body-xs-font-weight);
724
- ${tokens.textFieldLabelInnerLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
725
- ${tokens.textFieldLabelInnerLineHeight}: var(--plasma-typo-body-xs-line-height);
720
+ ${tokens.textFieldPlaceholderColor}: ${textSecondary};
721
+ ${tokens.textFieldLabelInnerFontFamily}: ${bodyXS.fontFamily};
722
+ ${tokens.textFieldLabelInnerFontSize}: ${bodyXS.fontSize};
723
+ ${tokens.textFieldLabelInnerFontStyle}: ${bodyXS.fontStyle};
724
+ ${tokens.textFieldLabelInnerFontWeight}: ${bodyXS.fontWeight};
725
+ ${tokens.textFieldLabelInnerLetterSpacing}: ${bodyXS.letterSpacing};
726
+ ${tokens.textFieldLabelInnerLineHeight}: ${bodyXS.lineHeight};
726
727
  `,
727
728
  outer: css``
728
729
  },
729
730
  chipView: {
730
731
  default: css`
731
- ${tokens.textFieldChipColor}: var(--inverse-text-primary);
732
- ${tokens.textFieldChipColorHover}: var(--inverse-text-primary);
733
- ${tokens.textFieldChipBackground}: var(--surface-solid-default);
734
- ${tokens.textFieldChipBackgroundHover}: var(--surface-solid-default-hover);
735
- ${tokens.textFieldChipCloseIconColor}: var(--inverse-text-secondary);
736
- ${tokens.textFieldChipCloseIconColorReadonly}: var(--inverse-text-secondary);
737
- ${tokens.textFieldChipCloseIconColorHover}: var(--inverse-text-primary);
738
-
739
- ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-solid-default);
740
- ${tokens.textFieldChipColorReadOnly}: var(--inverse-text-primary);
741
- ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-solid-default);
742
- ${tokens.textFieldChipColorReadOnlyHover}: var(--inverse-text-primary);
732
+ ${tokens.textFieldChipColor}: ${inverseTextPrimary};
733
+ ${tokens.textFieldChipColorHover}: ${inverseTextPrimary};
734
+ ${tokens.textFieldChipBackground}: ${surfaceSolidDefault};
735
+ ${tokens.textFieldChipBackgroundHover}: ${surfaceSolidDefaultHover};
736
+ ${tokens.textFieldChipCloseIconColor}: ${inverseTextSecondary};
737
+ ${tokens.textFieldChipCloseIconColorReadonly}: ${inverseTextSecondary};
738
+ ${tokens.textFieldChipCloseIconColorHover}: ${inverseTextPrimary};
739
+
740
+ ${tokens.textFieldChipBackgroundReadOnly}: ${surfaceSolidDefault};
741
+ ${tokens.textFieldChipColorReadOnly}: ${inverseTextPrimary};
742
+ ${tokens.textFieldChipBackgroundReadOnlyHover}: ${surfaceSolidDefault};
743
+ ${tokens.textFieldChipColorReadOnlyHover}: ${inverseTextPrimary};
743
744
  ${tokens.textFieldChipOpacityReadonly}: 1;
744
745
  `,
745
746
  secondary: css`
746
- ${tokens.textFieldChipColor}: var(--text-primary);
747
- ${tokens.textFieldChipColorHover}: var(--text-primary);
748
- ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);
749
- ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);
750
- ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);
751
- ${tokens.textFieldChipCloseIconColorHover}: var(--text-secondary-hover);
752
- ${tokens.textFieldChipCloseIconColorReadonly}: var(--text-secondary);
753
-
754
- ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);
755
- ${tokens.textFieldChipColorReadOnly}: var(--text-primary);
756
- ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);
757
- ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);
747
+ ${tokens.textFieldChipColor}: ${textPrimary};
748
+ ${tokens.textFieldChipColorHover}: ${textPrimary};
749
+ ${tokens.textFieldChipBackground}: ${surfaceTransparentSecondary};
750
+ ${tokens.textFieldChipBackgroundHover}: ${surfaceTransparentSecondaryHover};
751
+ ${tokens.textFieldChipCloseIconColor}: ${textSecondary};
752
+ ${tokens.textFieldChipCloseIconColorHover}: ${textSecondaryHover};
753
+ ${tokens.textFieldChipCloseIconColorReadonly}: ${textSecondary};
754
+
755
+ ${tokens.textFieldChipBackgroundReadOnly}: ${surfaceTransparentSecondary};
756
+ ${tokens.textFieldChipColorReadOnly}: ${textPrimary};
757
+ ${tokens.textFieldChipBackgroundReadOnlyHover}: ${surfaceTransparentSecondary};
758
+ ${tokens.textFieldChipColorReadOnlyHover}: ${textPrimary};
758
759
  ${tokens.textFieldChipOpacityReadonly}: 1;
759
760
  `,
760
761
  accent: css`
761
- ${tokens.textFieldChipColor}: var(--on-dark-text-primary);
762
- ${tokens.textFieldChipColorHover}: var(--on-dark-text-primary);
763
- ${tokens.textFieldChipBackground}: var(--surface-accent);
764
- ${tokens.textFieldChipBackgroundHover}: var(--surface-accent-hover);
765
- ${tokens.textFieldChipCloseIconColor}: var(--on-dark-text-secondary);
766
- ${tokens.textFieldChipCloseIconColorReadonly}: var(--on-dark-text-secondary);
767
- ${tokens.textFieldChipCloseIconColorHover}: var(--on-dark-text-primary);
768
-
769
- ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-accent);
770
- ${tokens.textFieldChipColorReadOnly}: var(--on-dark-text-primary);
771
- ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-accent);
772
- ${tokens.textFieldChipColorReadOnlyHover}: var(--on-dark-text-primary);
762
+ ${tokens.textFieldChipColor}: ${onDarkTextPrimary};
763
+ ${tokens.textFieldChipColorHover}: ${onDarkTextPrimary};
764
+ ${tokens.textFieldChipBackground}: ${surfaceAccent};
765
+ ${tokens.textFieldChipBackgroundHover}: ${surfaceAccentHover};
766
+ ${tokens.textFieldChipCloseIconColor}: ${onDarkTextSecondary};
767
+ ${tokens.textFieldChipCloseIconColorReadonly}: ${onDarkTextSecondary};
768
+ ${tokens.textFieldChipCloseIconColorHover}: ${onDarkTextPrimary};
769
+
770
+ ${tokens.textFieldChipBackgroundReadOnly}: ${surfaceAccent};
771
+ ${tokens.textFieldChipColorReadOnly}: ${onDarkTextPrimary};
772
+ ${tokens.textFieldChipBackgroundReadOnlyHover}: ${surfaceAccent};
773
+ ${tokens.textFieldChipColorReadOnlyHover}: ${onDarkTextPrimary};
773
774
  ${tokens.textFieldChipOpacityReadonly}: 1;
774
775
  `
775
776
  },
776
777
  hintView: {
777
778
  default: css`
778
- ${tokens.textFieldTooltipBackgroundColor}: var(--surface-solid-card-brightness);
779
+ ${tokens.textFieldTooltipBackgroundColor}: ${surfaceSolidCardBrightness};
779
780
  ${tokens.textFieldTooltipBoxShadow}: var(--shadow-down-hard-m, 0px 4px 12px 0px rgba(0, 0, 0, 0.16),0px 1px 4px 0px rgba(0, 0, 0, 0.08));
780
- ${tokens.textFieldTooltipColor}: var(--text-primary);
781
- ${tokens.textFieldTooltipArrowBackground}: var(--surface-solid-card);
781
+ ${tokens.textFieldTooltipColor}: ${textPrimary};
782
+ ${tokens.textFieldTooltipArrowBackground}: ${surfaceSolidCard};
782
783
  `
783
784
  },
784
785
  hintSize: {
@@ -791,12 +792,12 @@ export const config = {
791
792
  ${tokens.textFieldTooltipMinHeight}: 2.5rem;
792
793
  ${tokens.textFieldTooltipBorderRadius}: 0.625rem;
793
794
 
794
- ${tokens.textFieldTooltipTextFontFamily}: var(--plasma-typo-body-s-font-family);
795
- ${tokens.textFieldTooltipTextFontSize}: var(--plasma-typo-body-s-font-size);
796
- ${tokens.textFieldTooltipTextFontStyle}: var(--plasma-typo-body-s-font-style);
797
- ${tokens.textFieldTooltipTextFontWeight}: var(--plasma-typo-body-s-font-weight);
798
- ${tokens.textFieldTooltipTextFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
799
- ${tokens.textFieldTooltipTextFontLineHeight}: var(--plasma-typo-body-s-line-height);
795
+ ${tokens.textFieldTooltipTextFontFamily}: ${bodyS.fontFamily};
796
+ ${tokens.textFieldTooltipTextFontSize}: ${bodyS.fontSize};
797
+ ${tokens.textFieldTooltipTextFontStyle}: ${bodyS.fontStyle};
798
+ ${tokens.textFieldTooltipTextFontWeight}: ${bodyS.fontWeight};
799
+ ${tokens.textFieldTooltipTextFontLetterSpacing}: ${bodyS.letterSpacing};
800
+ ${tokens.textFieldTooltipTextFontLineHeight}: ${bodyS.lineHeight};
800
801
 
801
802
  ${tokens.textFieldTooltipContentLeftMargin}: 0.375rem;
802
803
 
@@ -815,12 +816,12 @@ export const config = {
815
816
  ${tokens.textFieldTooltipMinHeight}: 2rem;
816
817
  ${tokens.textFieldTooltipBorderRadius}: 0.5rem;
817
818
 
818
- ${tokens.textFieldTooltipTextFontFamily}: var(--plasma-typo-body-xs-font-family);
819
- ${tokens.textFieldTooltipTextFontSize}: var(--plasma-typo-body-xs-font-size);
820
- ${tokens.textFieldTooltipTextFontStyle}: var(--plasma-typo-body-xs-font-style);
821
- ${tokens.textFieldTooltipTextFontWeight}: var(--plasma-typo-body-xs-font-weight);
822
- ${tokens.textFieldTooltipTextFontLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
823
- ${tokens.textFieldTooltipTextFontLineHeight}: var(--plasma-typo-body-xs-line-height);
819
+ ${tokens.textFieldTooltipTextFontFamily}: ${bodyXS.fontFamily};
820
+ ${tokens.textFieldTooltipTextFontSize}: ${bodyXS.fontSize};
821
+ ${tokens.textFieldTooltipTextFontStyle}: ${bodyXS.fontStyle};
822
+ ${tokens.textFieldTooltipTextFontWeight}: ${bodyXS.fontWeight};
823
+ ${tokens.textFieldTooltipTextFontLetterSpacing}: ${bodyXS.letterSpacing};
824
+ ${tokens.textFieldTooltipTextFontLineHeight}: ${bodyXS.lineHeight};
824
825
 
825
826
  ${tokens.textFieldTooltipContentLeftMargin}: 0.25rem;
826
827
 
@@ -838,13 +839,13 @@ export const config = {
838
839
  },
839
840
  readOnly: {
840
841
  true: css`
841
- ${tokens.textFieldColorReadOnly}: var(--text-primary);
842
+ ${tokens.textFieldColorReadOnly}: ${textPrimary};
842
843
  ${tokens.textFieldReadOnlyOpacity}: 0.1;
843
844
  ${tokens.textFieldContentSlotRightOpacityReadOnly}: 0.4;
844
- ${tokens.textFieldBackgroundColorReadOnly}: var(--surface-transparent-primary);
845
- ${tokens.textFieldPlaceholderColorReadOnly}: var(--text-secondary);
846
- ${tokens.textFieldLeftHelperColorReadOnly}: var(--text-secondary);
847
- ${tokens.textFieldLabelColorReadOnly}: var(--text-primary);
845
+ ${tokens.textFieldBackgroundColorReadOnly}: ${surfaceTransparentPrimary};
846
+ ${tokens.textFieldPlaceholderColorReadOnly}: ${textSecondary};
847
+ ${tokens.textFieldLeftHelperColorReadOnly}: ${textSecondary};
848
+ ${tokens.textFieldLabelColorReadOnly}: ${textPrimary};
848
849
  `
849
850
  }
850
851
  }