@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, selectTokens as tokens } from '@salutejs/plasma-new-hope/styled-components';
2
+ import { bodyL, bodyM, bodyS, bodyXS, inverseTextPrimary, inverseTextPrimaryActive, inverseTextPrimaryHover, inverseTextSecondary, inverseTextSecondaryHover, onDarkSurfaceSolidDefault, onDarkSurfaceSolidDefaultActive, onDarkSurfaceSolidDefaultHover, onDarkTextPrimary, onDarkTextPrimaryActive, onDarkTextPrimaryHover, onDarkTextSecondary, onDarkTextSecondaryActive, onDarkTextSecondaryHover, onLightSurfaceSolidDefault, onLightSurfaceSolidDefaultActive, onLightSurfaceSolidDefaultHover, onLightSurfaceTransparentDeep, onLightSurfaceTransparentDeepActive, onLightSurfaceTransparentDeepHover, onLightTextPrimary, onLightTextPrimaryActive, onLightTextPrimaryHover, onLightTextSecondary, onLightTextSecondaryActive, onLightTextSecondaryHover, surfaceAccent, surfaceAccentActive, surfaceAccentHover, surfaceClear, surfaceNegative, surfaceNegativeActive, surfaceNegativeHover, surfacePositive, surfacePositiveActive, surfacePositiveHover, surfaceSolidCard, surfaceSolidCardBrightness, surfaceSolidDefault, surfaceSolidDefaultHover, surfaceTransparentNegative, surfaceTransparentNegativeActive, surfaceTransparentPositive, surfaceTransparentPositiveActive, surfaceTransparentPrimary, surfaceTransparentSecondary, surfaceTransparentSecondaryActive, surfaceTransparentSecondaryHover, surfaceTransparentTertiary, surfaceTransparentWarning, surfaceTransparentWarningActive, surfaceWarning, surfaceWarningActive, surfaceWarningHover, textAccent, textNegative, textPositive, textPrimary, textPrimaryActive, textPrimaryHover, 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,348 +12,348 @@ export const config = {
11
12
  variations: {
12
13
  view: {
13
14
  default: css`
14
- ${tokens.textFieldColor}: var(--text-primary);
15
-
16
- ${tokens.textFieldPlaceholderColor}: var(--text-secondary);
17
- ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);
18
-
19
- ${tokens.textFieldBackgroundColor}: var(--surface-transparent-primary);
20
- ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-secondary);
21
- ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);
22
- ${tokens.textFieldTextAfterColor}: var(--text-tertiary);
23
- ${tokens.textFieldLabelColor}: var(--text-primary);
24
- ${tokens.textFieldLeftHelperColor}: var(--text-secondary);
25
- ${tokens.textFieldFocusColor}: var(--text-accent);
26
-
27
- ${tokens.textFieldContentSlotColor}: var(--text-secondary);
28
- ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);
29
- ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);
30
-
31
- ${tokens.textFieldIndicatorColor}: var(--surface-negative);
32
- ${tokens.textFieldOptionalColor}: var(--text-tertiary);
33
-
34
- ${tokens.buttonColor}: var(--inverse-text-primary);
35
- ${tokens.buttonColorHover}: var(--inverse-text-primary-hover);
36
- ${tokens.buttonColorActive}: var(--inverse-text-primary-active);
37
- ${tokens.buttonArrowColor}: var(--inverse-text-secondary);
38
- ${tokens.buttonArrowColorHover}: var(--inverse-text-secondary-hover);
39
- ${tokens.buttonArrowColorActive}: var(--inverse-text-secondary-hover);
40
- ${tokens.buttonBackgroundColor}: var(--surface-solid-default);
41
- ${tokens.buttonBackgroundColorHover}: var(--surface-solid-default-hover);
42
- ${tokens.buttonBackgroundColorActive}: var(--surface-solid-default-hover);
43
-
44
- ${tokens.disclosureIconColor}: var(--text-secondary);
45
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
46
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
15
+ ${tokens.textFieldColor}: ${textPrimary};
16
+
17
+ ${tokens.textFieldPlaceholderColor}: ${textSecondary};
18
+ ${tokens.textFieldPlaceholderColorFocus}: ${textTertiary};
19
+
20
+ ${tokens.textFieldBackgroundColor}: ${surfaceTransparentPrimary};
21
+ ${tokens.textFieldBackgroundColorFocus}: ${surfaceTransparentSecondary};
22
+ ${tokens.textFieldTextBeforeColor}: ${textTertiary};
23
+ ${tokens.textFieldTextAfterColor}: ${textTertiary};
24
+ ${tokens.textFieldLabelColor}: ${textPrimary};
25
+ ${tokens.textFieldLeftHelperColor}: ${textSecondary};
26
+ ${tokens.textFieldFocusColor}: ${textAccent};
27
+
28
+ ${tokens.textFieldContentSlotColor}: ${textSecondary};
29
+ ${tokens.textFieldContentSlotColorHover}: ${textSecondaryHover};
30
+ ${tokens.textFieldContentSlotColorActive}: ${textSecondaryActive};
31
+
32
+ ${tokens.textFieldIndicatorColor}: ${surfaceNegative};
33
+ ${tokens.textFieldOptionalColor}: ${textTertiary};
34
+
35
+ ${tokens.buttonColor}: ${inverseTextPrimary};
36
+ ${tokens.buttonColorHover}: ${inverseTextPrimaryHover};
37
+ ${tokens.buttonColorActive}: ${inverseTextPrimaryActive};
38
+ ${tokens.buttonArrowColor}: ${inverseTextSecondary};
39
+ ${tokens.buttonArrowColorHover}: ${inverseTextSecondaryHover};
40
+ ${tokens.buttonArrowColorActive}: ${inverseTextSecondaryHover};
41
+ ${tokens.buttonBackgroundColor}: ${surfaceSolidDefault};
42
+ ${tokens.buttonBackgroundColorHover}: ${surfaceSolidDefaultHover};
43
+ ${tokens.buttonBackgroundColorActive}: ${surfaceSolidDefaultHover};
44
+
45
+ ${tokens.disclosureIconColor}: ${textSecondary};
46
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
47
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
47
48
  ${tokens.itemDisabledOpacity}: 0.4;
48
- ${tokens.itemDisabledColor}: var(--text-primary);
49
- ${tokens.textFieldHintIconColor}: var(--text-secondary);
49
+ ${tokens.itemDisabledColor}: ${textPrimary};
50
+ ${tokens.textFieldHintIconColor}: ${textSecondary};
50
51
 
51
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
52
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
52
53
 
53
- ${tokens.itemIconColor}: var(--text-accent);
54
+ ${tokens.itemIconColor}: ${textAccent};
54
55
 
55
- ${tokens.checkboxFillColor}: var(--text-accent);
56
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
56
+ ${tokens.checkboxFillColor}: ${textAccent};
57
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
57
58
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
58
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
59
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
59
60
  `,
60
61
  positive: css`
61
- ${tokens.textFieldColor}: var(--text-primary);
62
-
63
- ${tokens.textFieldPlaceholderColor}: var(--text-secondary);
64
- ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);
65
-
66
- ${tokens.textFieldBackgroundColor}: var(--surface-transparent-positive);
67
- ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-positive-active);
68
- ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);
69
- ${tokens.textFieldTextAfterColor}: var(--text-tertiary);
70
- ${tokens.textFieldLabelColor}: var(--text-primary);
71
- ${tokens.textFieldLeftHelperColor}: var(--text-positive);
72
- ${tokens.textFieldFocusColor}: var(--text-accent);
73
-
74
- ${tokens.textFieldContentSlotColor}: var(--text-secondary);
75
- ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);
76
- ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);
77
-
78
- ${tokens.textFieldIndicatorColor}: var(--surface-negative);
79
- ${tokens.textFieldOptionalColor}: var(--text-tertiary);
80
-
81
- ${tokens.buttonColor}: var(--on-dark-text-primary);
82
- ${tokens.buttonColorHover}: var(--on-dark-text-primary-hover);
83
- ${tokens.buttonColorActive}: var(--on-dark-text-primary-active);
84
- ${tokens.buttonArrowColor}: var(--on-dark-text-secondary);
85
- ${tokens.buttonArrowColorHover}: var(--on-dark-text-secondary-hover);
86
- ${tokens.buttonArrowColorActive}: var(--on-dark-text-secondary-hover);
87
- ${tokens.buttonBackgroundColor}:var(--surface-positive);
88
- ${tokens.buttonBackgroundColorHover}:var(--surface-positive-hover);
89
- ${tokens.buttonBackgroundColorActive}:var(--surface-positive-active);
90
-
91
- ${tokens.disclosureIconColor}: var(--text-secondary);
92
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
93
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
62
+ ${tokens.textFieldColor}: ${textPrimary};
63
+
64
+ ${tokens.textFieldPlaceholderColor}: ${textSecondary};
65
+ ${tokens.textFieldPlaceholderColorFocus}: ${textTertiary};
66
+
67
+ ${tokens.textFieldBackgroundColor}: ${surfaceTransparentPositive};
68
+ ${tokens.textFieldBackgroundColorFocus}: ${surfaceTransparentPositiveActive};
69
+ ${tokens.textFieldTextBeforeColor}: ${textTertiary};
70
+ ${tokens.textFieldTextAfterColor}: ${textTertiary};
71
+ ${tokens.textFieldLabelColor}: ${textPrimary};
72
+ ${tokens.textFieldLeftHelperColor}: ${textPositive};
73
+ ${tokens.textFieldFocusColor}: ${textAccent};
74
+
75
+ ${tokens.textFieldContentSlotColor}: ${textSecondary};
76
+ ${tokens.textFieldContentSlotColorHover}: ${textSecondaryHover};
77
+ ${tokens.textFieldContentSlotColorActive}: ${textSecondaryActive};
78
+
79
+ ${tokens.textFieldIndicatorColor}: ${surfaceNegative};
80
+ ${tokens.textFieldOptionalColor}: ${textTertiary};
81
+
82
+ ${tokens.buttonColor}: ${onDarkTextPrimary};
83
+ ${tokens.buttonColorHover}: ${onDarkTextPrimaryHover};
84
+ ${tokens.buttonColorActive}: ${onDarkTextPrimaryActive};
85
+ ${tokens.buttonArrowColor}: ${onDarkTextSecondary};
86
+ ${tokens.buttonArrowColorHover}: ${onDarkTextSecondaryHover};
87
+ ${tokens.buttonArrowColorActive}: ${onDarkTextSecondaryHover};
88
+ ${tokens.buttonBackgroundColor}:${surfacePositive};
89
+ ${tokens.buttonBackgroundColorHover}:${surfacePositiveHover};
90
+ ${tokens.buttonBackgroundColorActive}:${surfacePositiveActive};
91
+
92
+ ${tokens.disclosureIconColor}: ${textSecondary};
93
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
94
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
94
95
  ${tokens.itemDisabledOpacity}: 0.4;
95
- ${tokens.itemDisabledColor}: var(--text-primary);
96
- ${tokens.textFieldHintIconColor}: var(--text-secondary);
96
+ ${tokens.itemDisabledColor}: ${textPrimary};
97
+ ${tokens.textFieldHintIconColor}: ${textSecondary};
97
98
 
98
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
99
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
99
100
 
100
- ${tokens.itemIconColor}: var(--text-accent);
101
+ ${tokens.itemIconColor}: ${textAccent};
101
102
 
102
- ${tokens.checkboxFillColor}: var(--text-accent);
103
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
103
+ ${tokens.checkboxFillColor}: ${textAccent};
104
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
104
105
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
105
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
106
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
106
107
  `,
107
108
  warning: css`
108
- ${tokens.textFieldColor}: var(--text-primary);
109
-
110
- ${tokens.textFieldPlaceholderColor}: var(--text-secondary);
111
- ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);
112
-
113
- ${tokens.textFieldBackgroundColor}: var(--surface-transparent-warning);
114
- ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-warning-active);
115
- ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);
116
- ${tokens.textFieldTextAfterColor}: var(--text-tertiary);
117
- ${tokens.textFieldLabelColor}: var(--text-primary);
118
- ${tokens.textFieldLeftHelperColor}: var(--text-warning);
119
- ${tokens.textFieldFocusColor}: var(--text-accent);
120
-
121
- ${tokens.textFieldContentSlotColor}: var(--text-secondary);
122
- ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);
123
- ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);
124
-
125
- ${tokens.textFieldIndicatorColor}: var(--surface-negative);
126
- ${tokens.textFieldOptionalColor}: var(--text-tertiary);
127
-
128
- ${tokens.buttonColor}: var(--on-dark-text-primary);
129
- ${tokens.buttonColorHover}: var(--on-dark-text-primary-hover);
130
- ${tokens.buttonColorActive}: var(--on-dark-text-primary-active);
131
- ${tokens.buttonArrowColor}: var(--on-dark-text-secondary);
132
- ${tokens.buttonArrowColorHover}: var(--on-dark-text-secondary-hover);
133
- ${tokens.buttonArrowColorActive}: var(--on-dark-text-secondary-hover);
134
- ${tokens.buttonBackgroundColor}:var(--surface-warning);
135
- ${tokens.buttonBackgroundColorHover}:var(--surface-warning-hover);
136
- ${tokens.buttonBackgroundColorActive}:var(--surface-warning-active);
137
-
138
- ${tokens.disclosureIconColor}: var(--text-secondary);
139
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
140
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
109
+ ${tokens.textFieldColor}: ${textPrimary};
110
+
111
+ ${tokens.textFieldPlaceholderColor}: ${textSecondary};
112
+ ${tokens.textFieldPlaceholderColorFocus}: ${textTertiary};
113
+
114
+ ${tokens.textFieldBackgroundColor}: ${surfaceTransparentWarning};
115
+ ${tokens.textFieldBackgroundColorFocus}: ${surfaceTransparentWarningActive};
116
+ ${tokens.textFieldTextBeforeColor}: ${textTertiary};
117
+ ${tokens.textFieldTextAfterColor}: ${textTertiary};
118
+ ${tokens.textFieldLabelColor}: ${textPrimary};
119
+ ${tokens.textFieldLeftHelperColor}: ${textWarning};
120
+ ${tokens.textFieldFocusColor}: ${textAccent};
121
+
122
+ ${tokens.textFieldContentSlotColor}: ${textSecondary};
123
+ ${tokens.textFieldContentSlotColorHover}: ${textSecondaryHover};
124
+ ${tokens.textFieldContentSlotColorActive}: ${textSecondaryActive};
125
+
126
+ ${tokens.textFieldIndicatorColor}: ${surfaceNegative};
127
+ ${tokens.textFieldOptionalColor}: ${textTertiary};
128
+
129
+ ${tokens.buttonColor}: ${onDarkTextPrimary};
130
+ ${tokens.buttonColorHover}: ${onDarkTextPrimaryHover};
131
+ ${tokens.buttonColorActive}: ${onDarkTextPrimaryActive};
132
+ ${tokens.buttonArrowColor}: ${onDarkTextSecondary};
133
+ ${tokens.buttonArrowColorHover}: ${onDarkTextSecondaryHover};
134
+ ${tokens.buttonArrowColorActive}: ${onDarkTextSecondaryHover};
135
+ ${tokens.buttonBackgroundColor}:${surfaceWarning};
136
+ ${tokens.buttonBackgroundColorHover}:${surfaceWarningHover};
137
+ ${tokens.buttonBackgroundColorActive}:${surfaceWarningActive};
138
+
139
+ ${tokens.disclosureIconColor}: ${textSecondary};
140
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
141
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
141
142
  ${tokens.itemDisabledOpacity}: 0.4;
142
- ${tokens.itemDisabledColor}: var(--text-primary);
143
- ${tokens.textFieldHintIconColor}: var(--text-secondary);
143
+ ${tokens.itemDisabledColor}: ${textPrimary};
144
+ ${tokens.textFieldHintIconColor}: ${textSecondary};
144
145
 
145
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
146
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
146
147
 
147
- ${tokens.itemIconColor}: var(--text-accent);
148
+ ${tokens.itemIconColor}: ${textAccent};
148
149
 
149
- ${tokens.checkboxFillColor}: var(--text-accent);
150
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
150
+ ${tokens.checkboxFillColor}: ${textAccent};
151
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
151
152
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
152
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
153
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
153
154
  `,
154
155
  negative: css`
155
- ${tokens.textFieldColor}: var(--text-primary);
156
-
157
- ${tokens.textFieldPlaceholderColor}: var(--text-secondary);
158
- ${tokens.textFieldPlaceholderColorFocus}: var(--text-tertiary);
159
-
160
- ${tokens.textFieldBackgroundColor}: var(--surface-transparent-negative);
161
- ${tokens.textFieldBackgroundColorFocus}: var(--surface-transparent-negative-active);
162
- ${tokens.textFieldTextBeforeColor}: var(--text-tertiary);
163
- ${tokens.textFieldTextAfterColor}: var(--text-tertiary);
164
- ${tokens.textFieldLabelColor}: var(--text-primary);
165
- ${tokens.textFieldLeftHelperColor}: var(--text-negative);
166
- ${tokens.textFieldFocusColor}: var(--text-accent);
167
-
168
- ${tokens.textFieldContentSlotColor}: var(--text-secondary);
169
- ${tokens.textFieldContentSlotColorHover}: var(--text-secondary-hover);
170
- ${tokens.textFieldContentSlotColorActive}: var(--text-secondary-active);
171
-
172
- ${tokens.textFieldIndicatorColor}: var(--surface-negative);
173
- ${tokens.textFieldOptionalColor}: var(--text-tertiary);
174
-
175
- ${tokens.buttonColor}: var(--on-dark-text-primary);
176
- ${tokens.buttonColorHover}: var(--on-dark-text-primary-hover);
177
- ${tokens.buttonColorActive}: var(--on-dark-text-primary-active);
178
- ${tokens.buttonArrowColor}: var(--on-dark-text-secondary);
179
- ${tokens.buttonArrowColorHover}: var(--on-dark-text-secondary-hover);
180
- ${tokens.buttonArrowColorActive}: var(--on-dark-text-secondary-hover);
181
- ${tokens.buttonBackgroundColor}:var(--surface-negative);
182
- ${tokens.buttonBackgroundColorHover}: var(--surface-negative-hover);
183
- ${tokens.buttonBackgroundColorActive}:var(--surface-negative-active);
184
-
185
- ${tokens.disclosureIconColor}: var(--text-secondary);
186
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
187
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
156
+ ${tokens.textFieldColor}: ${textPrimary};
157
+
158
+ ${tokens.textFieldPlaceholderColor}: ${textSecondary};
159
+ ${tokens.textFieldPlaceholderColorFocus}: ${textTertiary};
160
+
161
+ ${tokens.textFieldBackgroundColor}: ${surfaceTransparentNegative};
162
+ ${tokens.textFieldBackgroundColorFocus}: ${surfaceTransparentNegativeActive};
163
+ ${tokens.textFieldTextBeforeColor}: ${textTertiary};
164
+ ${tokens.textFieldTextAfterColor}: ${textTertiary};
165
+ ${tokens.textFieldLabelColor}: ${textPrimary};
166
+ ${tokens.textFieldLeftHelperColor}: ${textNegative};
167
+ ${tokens.textFieldFocusColor}: ${textAccent};
168
+
169
+ ${tokens.textFieldContentSlotColor}: ${textSecondary};
170
+ ${tokens.textFieldContentSlotColorHover}: ${textSecondaryHover};
171
+ ${tokens.textFieldContentSlotColorActive}: ${textSecondaryActive};
172
+
173
+ ${tokens.textFieldIndicatorColor}: ${surfaceNegative};
174
+ ${tokens.textFieldOptionalColor}: ${textTertiary};
175
+
176
+ ${tokens.buttonColor}: ${onDarkTextPrimary};
177
+ ${tokens.buttonColorHover}: ${onDarkTextPrimaryHover};
178
+ ${tokens.buttonColorActive}: ${onDarkTextPrimaryActive};
179
+ ${tokens.buttonArrowColor}: ${onDarkTextSecondary};
180
+ ${tokens.buttonArrowColorHover}: ${onDarkTextSecondaryHover};
181
+ ${tokens.buttonArrowColorActive}: ${onDarkTextSecondaryHover};
182
+ ${tokens.buttonBackgroundColor}:${surfaceNegative};
183
+ ${tokens.buttonBackgroundColorHover}: ${surfaceNegativeHover};
184
+ ${tokens.buttonBackgroundColorActive}:${surfaceNegativeActive};
185
+
186
+ ${tokens.disclosureIconColor}: ${textSecondary};
187
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
188
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
188
189
  ${tokens.itemDisabledOpacity}: 0.4;
189
- ${tokens.itemDisabledColor}: var(--text-primary);
190
- ${tokens.textFieldHintIconColor}: var(--text-secondary);
190
+ ${tokens.itemDisabledColor}: ${textPrimary};
191
+ ${tokens.textFieldHintIconColor}: ${textSecondary};
191
192
 
192
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
193
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
193
194
 
194
- ${tokens.itemIconColor}: var(--text-accent);
195
+ ${tokens.itemIconColor}: ${textAccent};
195
196
 
196
- ${tokens.checkboxFillColor}: var(--text-accent);
197
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
197
+ ${tokens.checkboxFillColor}: ${textAccent};
198
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
198
199
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
199
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
200
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
200
201
  `,
201
202
  accent: css`
202
- ${tokens.buttonColor}: var(--on-dark-text-primary);
203
- ${tokens.buttonColorHover}: var(--on-dark-text-primary-hover);
204
- ${tokens.buttonColorActive}: var(--on-dark-text-primary-active);
205
- ${tokens.buttonArrowColor}: var(--on-dark-text-secondary);
206
- ${tokens.buttonArrowColorHover}: var(--on-dark-text-secondary-hover);
207
- ${tokens.buttonArrowColorActive}: var(--on-dark-text-secondary-hover);
208
- ${tokens.buttonBackgroundColor}: var(--surface-accent);
209
- ${tokens.buttonBackgroundColorHover}: var(--surface-accent-hover);
210
- ${tokens.buttonBackgroundColorActive}: var(--surface-accent-active);
211
-
212
- ${tokens.disclosureIconColor}: var(--text-secondary);
213
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
214
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
203
+ ${tokens.buttonColor}: ${onDarkTextPrimary};
204
+ ${tokens.buttonColorHover}: ${onDarkTextPrimaryHover};
205
+ ${tokens.buttonColorActive}: ${onDarkTextPrimaryActive};
206
+ ${tokens.buttonArrowColor}: ${onDarkTextSecondary};
207
+ ${tokens.buttonArrowColorHover}: ${onDarkTextSecondaryHover};
208
+ ${tokens.buttonArrowColorActive}: ${onDarkTextSecondaryHover};
209
+ ${tokens.buttonBackgroundColor}: ${surfaceAccent};
210
+ ${tokens.buttonBackgroundColorHover}: ${surfaceAccentHover};
211
+ ${tokens.buttonBackgroundColorActive}: ${surfaceAccentActive};
212
+
213
+ ${tokens.disclosureIconColor}: ${textSecondary};
214
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
215
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
215
216
  ${tokens.itemDisabledOpacity}: 0.4;
216
- ${tokens.itemDisabledColor}: var(--text-primary);
217
+ ${tokens.itemDisabledColor}: ${textPrimary};
217
218
 
218
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
219
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
219
220
 
220
- ${tokens.itemIconColor}: var(--text-accent);
221
+ ${tokens.itemIconColor}: ${textAccent};
221
222
 
222
- ${tokens.checkboxFillColor}: var(--text-accent);
223
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
223
+ ${tokens.checkboxFillColor}: ${textAccent};
224
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
224
225
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
225
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
226
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
226
227
  `,
227
228
  secondary: css`
228
- ${tokens.buttonColor}: var(--text-primary);
229
- ${tokens.buttonColorHover}: var(--text-primary-hover);
230
- ${tokens.buttonColorActive}: var(--text-primary-active);
231
- ${tokens.buttonArrowColor}: var(--text-secondary);
232
- ${tokens.buttonArrowColorHover}: var(--text-secondary-hover);
233
- ${tokens.buttonArrowColorActive}: var(--text-secondary-hover);
234
- ${tokens.buttonBackgroundColor}: var(--surface-transparent-secondary);
235
- ${tokens.buttonBackgroundColorHover}: var(--surface-transparent-secondary-hover);
236
- ${tokens.buttonBackgroundColorActive}: var(--surface-transparent-secondary-active);
237
-
238
- ${tokens.disclosureIconColor}: var(--text-secondary);
239
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
240
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
229
+ ${tokens.buttonColor}: ${textPrimary};
230
+ ${tokens.buttonColorHover}: ${textPrimaryHover};
231
+ ${tokens.buttonColorActive}: ${textPrimaryActive};
232
+ ${tokens.buttonArrowColor}: ${textSecondary};
233
+ ${tokens.buttonArrowColorHover}: ${textSecondaryHover};
234
+ ${tokens.buttonArrowColorActive}: ${textSecondaryHover};
235
+ ${tokens.buttonBackgroundColor}: ${surfaceTransparentSecondary};
236
+ ${tokens.buttonBackgroundColorHover}: ${surfaceTransparentSecondaryHover};
237
+ ${tokens.buttonBackgroundColorActive}: ${surfaceTransparentSecondaryActive};
238
+
239
+ ${tokens.disclosureIconColor}: ${textSecondary};
240
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
241
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
241
242
  ${tokens.itemDisabledOpacity}: 0.4;
242
- ${tokens.itemDisabledColor}: var(--text-primary);
243
+ ${tokens.itemDisabledColor}: ${textPrimary};
243
244
 
244
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
245
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
245
246
 
246
- ${tokens.itemIconColor}: var(--text-accent);
247
+ ${tokens.itemIconColor}: ${textAccent};
247
248
 
248
- ${tokens.checkboxFillColor}: var(--text-accent);
249
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
249
+ ${tokens.checkboxFillColor}: ${textAccent};
250
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
250
251
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
251
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
252
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
252
253
  `,
253
254
  clear: css`
254
- ${tokens.buttonColor}: var(--text-primary);
255
- ${tokens.buttonColorHover}: var(--text-primary-hover);
256
- ${tokens.buttonColorActive}: var(--text-primary-active);
257
- ${tokens.buttonArrowColor}: var(--text-secondary);
258
- ${tokens.buttonArrowColorHover}: var(--text-secondary-hover);
259
- ${tokens.buttonArrowColorActive}: var(--text-secondary-active);
260
- ${tokens.buttonBackgroundColor}: var(--surface-clear);
261
- ${tokens.buttonBackgroundColorHover}: var(--surface-clear);
262
- ${tokens.buttonBackgroundColorActive}: var(--surface-clear);
263
-
264
- ${tokens.disclosureIconColor}: var(--text-secondary);
265
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
266
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
255
+ ${tokens.buttonColor}: ${textPrimary};
256
+ ${tokens.buttonColorHover}: ${textPrimaryHover};
257
+ ${tokens.buttonColorActive}: ${textPrimaryActive};
258
+ ${tokens.buttonArrowColor}: ${textSecondary};
259
+ ${tokens.buttonArrowColorHover}: ${textSecondaryHover};
260
+ ${tokens.buttonArrowColorActive}: ${textSecondaryActive};
261
+ ${tokens.buttonBackgroundColor}: ${surfaceClear};
262
+ ${tokens.buttonBackgroundColorHover}: ${surfaceClear};
263
+ ${tokens.buttonBackgroundColorActive}: ${surfaceClear};
264
+
265
+ ${tokens.disclosureIconColor}: ${textSecondary};
266
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
267
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
267
268
  ${tokens.itemDisabledOpacity}: 0.4;
268
- ${tokens.itemDisabledColor}: var(--text-primary);
269
+ ${tokens.itemDisabledColor}: ${textPrimary};
269
270
 
270
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
271
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
271
272
 
272
- ${tokens.itemIconColor}: var(--text-accent);
273
+ ${tokens.itemIconColor}: ${textAccent};
273
274
 
274
- ${tokens.checkboxFillColor}: var(--text-accent);
275
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
275
+ ${tokens.checkboxFillColor}: ${textAccent};
276
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
276
277
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
277
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
278
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
278
279
  `,
279
280
  dark: css`
280
- ${tokens.buttonColor}: var(--on-dark-text-primary);
281
- ${tokens.buttonColorHover}: var(--on-dark-text-primary-hover);
282
- ${tokens.buttonColorActive}: var(--on-dark-text-primary-active);
283
- ${tokens.buttonArrowColor}: var(--on-dark-text-secondary);
284
- ${tokens.buttonArrowColorHover}: var(--on-dark-text-secondary-hover);
285
- ${tokens.buttonArrowColorActive}: var(--on-dark-text-secondary-active);
286
- ${tokens.buttonBackgroundColor}:var(--on-light-surface-transparent-deep);
287
- ${tokens.buttonBackgroundColorHover}:var(--on-light-surface-transparent-deep-hover);
288
- ${tokens.buttonBackgroundColorActive}:var(--on-light-surface-transparent-deep-active);
289
-
290
- ${tokens.disclosureIconColor}: var(--text-secondary);
291
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
292
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
281
+ ${tokens.buttonColor}: ${onDarkTextPrimary};
282
+ ${tokens.buttonColorHover}: ${onDarkTextPrimaryHover};
283
+ ${tokens.buttonColorActive}: ${onDarkTextPrimaryActive};
284
+ ${tokens.buttonArrowColor}: ${onDarkTextSecondary};
285
+ ${tokens.buttonArrowColorHover}: ${onDarkTextSecondaryHover};
286
+ ${tokens.buttonArrowColorActive}: ${onDarkTextSecondaryActive};
287
+ ${tokens.buttonBackgroundColor}:${onLightSurfaceTransparentDeep};
288
+ ${tokens.buttonBackgroundColorHover}:${onLightSurfaceTransparentDeepHover};
289
+ ${tokens.buttonBackgroundColorActive}:${onLightSurfaceTransparentDeepActive};
290
+
291
+ ${tokens.disclosureIconColor}: ${textSecondary};
292
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
293
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
293
294
  ${tokens.itemDisabledOpacity}: 0.4;
294
- ${tokens.itemDisabledColor}: var(--text-primary);
295
+ ${tokens.itemDisabledColor}: ${textPrimary};
295
296
 
296
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
297
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
297
298
 
298
- ${tokens.itemIconColor}: var(--text-accent);
299
+ ${tokens.itemIconColor}: ${textAccent};
299
300
 
300
- ${tokens.checkboxFillColor}: var(--text-accent);
301
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
301
+ ${tokens.checkboxFillColor}: ${textAccent};
302
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
302
303
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
303
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
304
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
304
305
  `,
305
306
  black: css`
306
- ${tokens.buttonColor}: var(--on-dark-text-primary);
307
- ${tokens.buttonColorHover}: var(--on-dark-text-primary-hover);
308
- ${tokens.buttonColorActive}: var(--on-dark-text-primary-active);
309
- ${tokens.buttonArrowColor}: var(--on-dark-text-secondary);
310
- ${tokens.buttonArrowColorHover}: var(--on-dark-text-secondary-hover);
311
- ${tokens.buttonArrowColorActive}: var(--on-dark-text-secondary-active);
312
- ${tokens.buttonBackgroundColor}:var(--on-light-surface-solid-default);
313
- ${tokens.buttonBackgroundColorHover}:var(--on-light-surface-solid-default-hover);
314
- ${tokens.buttonBackgroundColorActive}: var(--on-light-surface-solid-default-active);
315
-
316
- ${tokens.disclosureIconColor}: var(--text-secondary);
317
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
318
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
307
+ ${tokens.buttonColor}: ${onDarkTextPrimary};
308
+ ${tokens.buttonColorHover}: ${onDarkTextPrimaryHover};
309
+ ${tokens.buttonColorActive}: ${onDarkTextPrimaryActive};
310
+ ${tokens.buttonArrowColor}: ${onDarkTextSecondary};
311
+ ${tokens.buttonArrowColorHover}: ${onDarkTextSecondaryHover};
312
+ ${tokens.buttonArrowColorActive}: ${onDarkTextSecondaryActive};
313
+ ${tokens.buttonBackgroundColor}:${onLightSurfaceSolidDefault};
314
+ ${tokens.buttonBackgroundColorHover}:${onLightSurfaceSolidDefaultHover};
315
+ ${tokens.buttonBackgroundColorActive}: ${onLightSurfaceSolidDefaultActive};
316
+
317
+ ${tokens.disclosureIconColor}: ${textSecondary};
318
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
319
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
319
320
  ${tokens.itemDisabledOpacity}: 0.4;
320
- ${tokens.itemDisabledColor}: var(--text-primary);
321
+ ${tokens.itemDisabledColor}: ${textPrimary};
321
322
 
322
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
323
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
323
324
 
324
- ${tokens.itemIconColor}: var(--text-accent);
325
+ ${tokens.itemIconColor}: ${textAccent};
325
326
 
326
- ${tokens.checkboxFillColor}: var(--text-accent);
327
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
327
+ ${tokens.checkboxFillColor}: ${textAccent};
328
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
328
329
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
329
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
330
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
330
331
  `,
331
332
  white: css`
332
- ${tokens.buttonColor}: var(--on-light-text-primary);
333
- ${tokens.buttonColorHover}: var(--on-light-text-primary-hover);
334
- ${tokens.buttonColorActive}: var(--on-light-text-primary-active);
335
- ${tokens.buttonArrowColor}: var(--on-light-text-secondary);
336
- ${tokens.buttonArrowColorHover}: var(--on-light-text-secondary-hover);
337
- ${tokens.buttonArrowColorActive}: var(--on-light-text-secondary-active);
338
- ${tokens.buttonBackgroundColor}:var(--on-dark-surface-solid-default);
339
- ${tokens.buttonBackgroundColorHover}:var(--on-dark-surface-solid-default-hover);
340
- ${tokens.buttonBackgroundColorActive}:var(--on-dark-surface-solid-default-active);
341
-
342
- ${tokens.itemBackgroundHover}: var(--surface-transparent-secondary);
343
- ${tokens.disclosureIconColor}: var(--text-secondary);
344
- ${tokens.disclosureIconColorHover}: var(--text-secondary-hover);
333
+ ${tokens.buttonColor}: ${onLightTextPrimary};
334
+ ${tokens.buttonColorHover}: ${onLightTextPrimaryHover};
335
+ ${tokens.buttonColorActive}: ${onLightTextPrimaryActive};
336
+ ${tokens.buttonArrowColor}: ${onLightTextSecondary};
337
+ ${tokens.buttonArrowColorHover}: ${onLightTextSecondaryHover};
338
+ ${tokens.buttonArrowColorActive}: ${onLightTextSecondaryActive};
339
+ ${tokens.buttonBackgroundColor}:${onDarkSurfaceSolidDefault};
340
+ ${tokens.buttonBackgroundColorHover}:${onDarkSurfaceSolidDefaultHover};
341
+ ${tokens.buttonBackgroundColorActive}:${onDarkSurfaceSolidDefaultActive};
342
+
343
+ ${tokens.itemBackgroundHover}: ${surfaceTransparentSecondary};
344
+ ${tokens.disclosureIconColor}: ${textSecondary};
345
+ ${tokens.disclosureIconColorHover}: ${textSecondaryHover};
345
346
  ${tokens.itemDisabledOpacity}: 0.4;
346
- ${tokens.itemDisabledColor}: var(--text-primary);
347
+ ${tokens.itemDisabledColor}: ${textPrimary};
347
348
 
348
- ${tokens.dividerColor}: var(--surface-transparent-tertiary);
349
+ ${tokens.dividerColor}: ${surfaceTransparentTertiary};
349
350
 
350
- ${tokens.itemIconColor}: var(--text-accent);
351
+ ${tokens.itemIconColor}: ${textAccent};
351
352
 
352
- ${tokens.checkboxFillColor}: var(--text-accent);
353
- ${tokens.checkboxIconColor}: var(--on-dark-text-primary);
353
+ ${tokens.checkboxFillColor}: ${textAccent};
354
+ ${tokens.checkboxIconColor}: ${onDarkTextPrimary};
354
355
  ${tokens.checkboxTriggerBorderCheckedColor}: transparent;
355
- ${tokens.checkboxTriggerBorderColor}: var(--text-secondary);
356
+ ${tokens.checkboxTriggerBorderColor}: ${textSecondary};
356
357
  `
357
358
  },
358
359
  size: {
@@ -372,33 +373,33 @@ export const config = {
372
373
  ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;
373
374
  ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;
374
375
 
375
- ${tokens.textFieldFontFamily}: var(--plasma-typo-body-l-font-family);
376
- ${tokens.textFieldFontSize}: var(--plasma-typo-body-l-font-size);
377
- ${tokens.textFieldFontStyle}: var(--plasma-typo-body-l-font-style);
378
- ${tokens.textFieldFontWeight}: var(--plasma-typo-body-l-font-weight);
379
- ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
380
- ${tokens.textFieldLineHeight}: var(--plasma-typo-body-l-line-height);
376
+ ${tokens.textFieldFontFamily}: ${bodyL.fontFamily};
377
+ ${tokens.textFieldFontSize}: ${bodyL.fontSize};
378
+ ${tokens.textFieldFontStyle}: ${bodyL.fontStyle};
379
+ ${tokens.textFieldFontWeight}: ${bodyL.fontWeight};
380
+ ${tokens.textFieldLetterSpacing}: ${bodyL.letterSpacing};
381
+ ${tokens.textFieldLineHeight}: ${bodyL.lineHeight};
381
382
 
382
383
  ${tokens.textFieldLabelOffset}: 0.75rem;
383
- ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-l-font-family);
384
- ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-l-font-size);
385
- ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-l-font-style);
386
- ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-l-font-weight);
387
- ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
388
- ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-l-line-height);
384
+ ${tokens.textFieldLabelFontFamily}: ${bodyL.fontFamily};
385
+ ${tokens.textFieldLabelFontSize}: ${bodyL.fontSize};
386
+ ${tokens.textFieldLabelFontStyle}: ${bodyL.fontStyle};
387
+ ${tokens.textFieldLabelFontWeight}: ${bodyL.fontWeight};
388
+ ${tokens.textFieldLabelLetterSpacing}: ${bodyL.letterSpacing};
389
+ ${tokens.textFieldLabelLineHeight}: ${bodyL.lineHeight};
389
390
 
390
391
  ${tokens.textFieldHintMargin}: -0.688rem -0.5rem;
391
392
  ${tokens.textFieldHintTargetSize}: 2.375rem;
392
393
  ${tokens.textFieldHintInnerLabelPlacementOffset}: 0.563rem -2.938rem auto auto;
393
394
  ${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.563rem -2.188rem auto auto;
394
395
 
395
- ${tokens.textFieldLeftHelperPadding}: 0.25rem 0 0 0;
396
- ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
397
- ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
398
- ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
399
- ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);
400
- ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
401
- ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);
396
+ ${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
397
+ ${tokens.textFieldLeftHelperFontFamily}: ${bodyXS.fontFamily};
398
+ ${tokens.textFieldLeftHelperFontSize}: ${bodyXS.fontSize};
399
+ ${tokens.textFieldLeftHelperFontStyle}: ${bodyXS.fontStyle};
400
+ ${tokens.textFieldLeftHelperFontWeight}: ${bodyXS.fontWeight};
401
+ ${tokens.textFieldLeftHelperLetterSpacing}: ${bodyXS.letterSpacing};
402
+ ${tokens.textFieldLeftHelperLineHeight}: ${bodyXS.lineHeight};
402
403
 
403
404
  ${tokens.textFieldLabelInnerPadding}: 0.5625rem 0 0.125rem 0;
404
405
  ${tokens.textFieldContentLabelInnerPadding}: 1.5625rem 0 0.5625rem 0;
@@ -421,12 +422,12 @@ export const config = {
421
422
  ${tokens.textFieldChipClearContentMarginLeft}: 0.625rem;
422
423
  ${tokens.textFieldChipClearContentMarginRight}: 0rem;
423
424
  ${tokens.textFieldChipCloseIconSize}: 1.5rem;
424
- ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-l-font-family);
425
- ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-l-font-size);
426
- ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-l-font-style);
427
- ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-l-font-weight);
428
- ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
429
- ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-l-line-height);
425
+ ${tokens.textFieldChipFontFamily}: ${bodyL.fontFamily};
426
+ ${tokens.textFieldChipFontSize}: ${bodyL.fontSize};
427
+ ${tokens.textFieldChipFontStyle}: ${bodyL.fontStyle};
428
+ ${tokens.textFieldChipFontWeight}: ${bodyL.fontWeight};
429
+ ${tokens.textFieldChipLetterSpacing}: ${bodyL.letterSpacing};
430
+ ${tokens.textFieldChipLineHeight}: ${bodyL.lineHeight};
430
431
 
431
432
  ${tokens.buttonArrowMargin}: 0 -0.125rem 0 0.5rem;
432
433
  ${tokens.targetHeight}: 3.5rem;
@@ -452,19 +453,19 @@ export const config = {
452
453
  ${tokens.cellPaddingRightContent}: 0rem;
453
454
  ${tokens.cellTextboxGap}: 0.125rem;
454
455
  ${tokens.cellGap}: 0.375rem;
455
- ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-l-font-family);
456
- ${tokens.cellTitleFontSize}: var(--plasma-typo-body-l-font-size);
457
- ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-l-font-style);
458
- ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-l-font-weight);
459
- ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
460
- ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-l-line-height);
461
-
462
- ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);
463
- ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);
464
- ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);
465
- ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);
466
- ${tokens.fontLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
467
- ${tokens.fontLineHeight}: var(--plasma-typo-body-l-line-height);
456
+ ${tokens.cellTitleFontFamily}: ${bodyL.fontFamily};
457
+ ${tokens.cellTitleFontSize}: ${bodyL.fontSize};
458
+ ${tokens.cellTitleFontStyle}: ${bodyL.fontStyle};
459
+ ${tokens.cellTitleFontWeight}: ${bodyL.fontWeight};
460
+ ${tokens.cellTitleLetterSpacing}: ${bodyL.letterSpacing};
461
+ ${tokens.cellTitleLineHeight}: ${bodyL.lineHeight};
462
+
463
+ ${tokens.fontFamily}: ${bodyL.fontFamily};
464
+ ${tokens.fontSize}: ${bodyL.fontSize};
465
+ ${tokens.fontStyle}: ${bodyL.fontStyle};
466
+ ${tokens.fontWeight}: ${bodyL.fontWeight};
467
+ ${tokens.fontLetterSpacing}: ${bodyL.letterSpacing};
468
+ ${tokens.fontLineHeight}: ${bodyL.lineHeight};
468
469
 
469
470
  ${tokens.checkboxTriggerSize}: 1.25rem;
470
471
  ${tokens.checkboxTriggerSizeTight}: 1.25rem;
@@ -497,33 +498,33 @@ export const config = {
497
498
  ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;
498
499
  ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;
499
500
 
500
- ${tokens.textFieldFontFamily}: var(--plasma-typo-body-m-font-family);
501
- ${tokens.textFieldFontSize}: var(--plasma-typo-body-m-font-size);
502
- ${tokens.textFieldFontStyle}: var(--plasma-typo-body-m-font-style);
503
- ${tokens.textFieldFontWeight}: var(--plasma-typo-body-m-font-weight);
504
- ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
505
- ${tokens.textFieldLineHeight}: var(--plasma-typo-body-m-line-height);
501
+ ${tokens.textFieldFontFamily}: ${bodyM.fontFamily};
502
+ ${tokens.textFieldFontSize}: ${bodyM.fontSize};
503
+ ${tokens.textFieldFontStyle}: ${bodyM.fontStyle};
504
+ ${tokens.textFieldFontWeight}: ${bodyM.fontWeight};
505
+ ${tokens.textFieldLetterSpacing}: ${bodyM.letterSpacing};
506
+ ${tokens.textFieldLineHeight}: ${bodyM.lineHeight};
506
507
 
507
508
  ${tokens.textFieldLabelOffset}: 0.625rem;
508
- ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-m-font-family);
509
- ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-m-font-size);
510
- ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-m-font-style);
511
- ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-m-font-weight);
512
- ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
513
- ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-m-line-height);
509
+ ${tokens.textFieldLabelFontFamily}: ${bodyM.fontFamily};
510
+ ${tokens.textFieldLabelFontSize}: ${bodyM.fontSize};
511
+ ${tokens.textFieldLabelFontStyle}: ${bodyM.fontStyle};
512
+ ${tokens.textFieldLabelFontWeight}: ${bodyM.fontWeight};
513
+ ${tokens.textFieldLabelLetterSpacing}: ${bodyM.letterSpacing};
514
+ ${tokens.textFieldLabelLineHeight}: ${bodyM.lineHeight};
514
515
 
515
516
  ${tokens.textFieldHintMargin}: -0.688rem -0.5rem;
516
517
  ${tokens.textFieldHintTargetSize}: 2.375rem;
517
518
  ${tokens.textFieldHintInnerLabelPlacementOffset}: 0.312rem -2.813rem auto auto;
518
519
  ${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.312rem -2.188rem auto auto;
519
520
 
520
- ${tokens.textFieldLeftHelperPadding}: 0.25rem 0 0 0;
521
- ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
522
- ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
523
- ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
524
- ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);
525
- ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
526
- ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);
521
+ ${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
522
+ ${tokens.textFieldLeftHelperFontFamily}: ${bodyXS.fontFamily};
523
+ ${tokens.textFieldLeftHelperFontSize}: ${bodyXS.fontSize};
524
+ ${tokens.textFieldLeftHelperFontStyle}: ${bodyXS.fontStyle};
525
+ ${tokens.textFieldLeftHelperFontWeight}: ${bodyXS.fontWeight};
526
+ ${tokens.textFieldLeftHelperLetterSpacing}: ${bodyXS.letterSpacing};
527
+ ${tokens.textFieldLeftHelperLineHeight}: ${bodyXS.lineHeight};
527
528
 
528
529
  ${tokens.textFieldLabelInnerPadding}: 0.375rem 0 0.125rem 0;
529
530
  ${tokens.textFieldContentLabelInnerPadding}: 1.375rem 0 0.375rem 0;
@@ -546,12 +547,12 @@ export const config = {
546
547
  ${tokens.textFieldChipClearContentMarginLeft}: 0.5rem;
547
548
  ${tokens.textFieldChipClearContentMarginRight}: 0rem;
548
549
  ${tokens.textFieldChipCloseIconSize}: 1.25rem;
549
- ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-m-font-family);
550
- ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-m-font-size);
551
- ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-m-font-style);
552
- ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-m-font-weight);
553
- ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
554
- ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-m-line-height);
550
+ ${tokens.textFieldChipFontFamily}: ${bodyM.fontFamily};
551
+ ${tokens.textFieldChipFontSize}: ${bodyM.fontSize};
552
+ ${tokens.textFieldChipFontStyle}: ${bodyM.fontStyle};
553
+ ${tokens.textFieldChipFontWeight}: ${bodyM.fontWeight};
554
+ ${tokens.textFieldChipLetterSpacing}: ${bodyM.letterSpacing};
555
+ ${tokens.textFieldChipLineHeight}: ${bodyM.lineHeight};
555
556
 
556
557
  ${tokens.buttonArrowMargin}: 0 -0.125rem 0 0.375rem;
557
558
  ${tokens.targetHeight}: 3rem;
@@ -577,19 +578,19 @@ export const config = {
577
578
  ${tokens.cellPaddingRightContent}: 0rem;
578
579
  ${tokens.cellTextboxGap}: 0.125rem;
579
580
  ${tokens.cellGap}: 0.375rem;
580
- ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-m-font-family);
581
- ${tokens.cellTitleFontSize}: var(--plasma-typo-body-m-font-size);
582
- ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-m-font-style);
583
- ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-m-font-weight);
584
- ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
585
- ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-m-line-height);
586
-
587
- ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);
588
- ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);
589
- ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);
590
- ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);
591
- ${tokens.fontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
592
- ${tokens.fontLineHeight}: var(--plasma-typo-body-m-line-height);
581
+ ${tokens.cellTitleFontFamily}: ${bodyM.fontFamily};
582
+ ${tokens.cellTitleFontSize}: ${bodyM.fontSize};
583
+ ${tokens.cellTitleFontStyle}: ${bodyM.fontStyle};
584
+ ${tokens.cellTitleFontWeight}: ${bodyM.fontWeight};
585
+ ${tokens.cellTitleLetterSpacing}: ${bodyM.letterSpacing};
586
+ ${tokens.cellTitleLineHeight}: ${bodyM.lineHeight};
587
+
588
+ ${tokens.fontFamily}: ${bodyM.fontFamily};
589
+ ${tokens.fontSize}: ${bodyM.fontSize};
590
+ ${tokens.fontStyle}: ${bodyM.fontStyle};
591
+ ${tokens.fontWeight}: ${bodyM.fontWeight};
592
+ ${tokens.fontLetterSpacing}: ${bodyM.letterSpacing};
593
+ ${tokens.fontLineHeight}: ${bodyM.lineHeight};
593
594
 
594
595
  ${tokens.checkboxTriggerSize}: 1.25rem;
595
596
  ${tokens.checkboxTriggerSizeTight}: 1.25rem;
@@ -622,33 +623,33 @@ export const config = {
622
623
  ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;
623
624
  ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;
624
625
 
625
- ${tokens.textFieldFontFamily}: var(--plasma-typo-body-s-font-family);
626
- ${tokens.textFieldFontSize}: var(--plasma-typo-body-s-font-size);
627
- ${tokens.textFieldFontStyle}: var(--plasma-typo-body-s-font-style);
628
- ${tokens.textFieldFontWeight}: var(--plasma-typo-body-s-font-weight);
629
- ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
630
- ${tokens.textFieldLineHeight}: var(--plasma-typo-body-s-line-height);
626
+ ${tokens.textFieldFontFamily}: ${bodyS.fontFamily};
627
+ ${tokens.textFieldFontSize}: ${bodyS.fontSize};
628
+ ${tokens.textFieldFontStyle}: ${bodyS.fontStyle};
629
+ ${tokens.textFieldFontWeight}: ${bodyS.fontWeight};
630
+ ${tokens.textFieldLetterSpacing}: ${bodyS.letterSpacing};
631
+ ${tokens.textFieldLineHeight}: ${bodyS.lineHeight};
631
632
 
632
633
  ${tokens.textFieldLabelOffset}: 0.5rem;
633
- ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-s-font-family);
634
- ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-s-font-size);
635
- ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-s-font-style);
636
- ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-s-font-weight);
637
- ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
638
- ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-s-line-height);
634
+ ${tokens.textFieldLabelFontFamily}: ${bodyS.fontFamily};
635
+ ${tokens.textFieldLabelFontSize}: ${bodyS.fontSize};
636
+ ${tokens.textFieldLabelFontStyle}: ${bodyS.fontStyle};
637
+ ${tokens.textFieldLabelFontWeight}: ${bodyS.fontWeight};
638
+ ${tokens.textFieldLabelLetterSpacing}: ${bodyS.letterSpacing};
639
+ ${tokens.textFieldLabelLineHeight}: ${bodyS.lineHeight};
639
640
 
640
641
  ${tokens.textFieldHintMargin}: -0.688rem -0.5rem;
641
642
  ${tokens.textFieldHintTargetSize}: 2.375rem;
642
643
  ${tokens.textFieldHintInnerLabelPlacementOffset}: 0.062rem -2.688rem auto auto;
643
644
  ${tokens.textFieldClearHintInnerLabelPlacementOffset}: 0.062rem -2.188rem auto auto;
644
645
 
645
- ${tokens.textFieldLeftHelperPadding}: 0.25rem 0 0 0;
646
- ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
647
- ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
648
- ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
649
- ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);
650
- ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
651
- ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);
646
+ ${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
647
+ ${tokens.textFieldLeftHelperFontFamily}: ${bodyXS.fontFamily};
648
+ ${tokens.textFieldLeftHelperFontSize}: ${bodyXS.fontSize};
649
+ ${tokens.textFieldLeftHelperFontStyle}: ${bodyXS.fontStyle};
650
+ ${tokens.textFieldLeftHelperFontWeight}: ${bodyXS.fontWeight};
651
+ ${tokens.textFieldLeftHelperLetterSpacing}: ${bodyXS.letterSpacing};
652
+ ${tokens.textFieldLeftHelperLineHeight}: ${bodyXS.lineHeight};
652
653
 
653
654
  ${tokens.textFieldLabelInnerPadding}: 0.3125rem 0 0 0;
654
655
  ${tokens.textFieldContentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;
@@ -671,12 +672,12 @@ export const config = {
671
672
  ${tokens.textFieldChipClearContentMarginLeft}: 0.375rem;
672
673
  ${tokens.textFieldChipClearContentMarginRight}: 0rem;
673
674
  ${tokens.textFieldChipCloseIconSize}: 1rem;
674
- ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-s-font-family);
675
- ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-s-font-size);
676
- ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-s-font-style);
677
- ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-s-font-weight);
678
- ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
679
- ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-s-line-height);
675
+ ${tokens.textFieldChipFontFamily}: ${bodyS.fontFamily};
676
+ ${tokens.textFieldChipFontSize}: ${bodyS.fontSize};
677
+ ${tokens.textFieldChipFontStyle}: ${bodyS.fontStyle};
678
+ ${tokens.textFieldChipFontWeight}: ${bodyS.fontWeight};
679
+ ${tokens.textFieldChipLetterSpacing}: ${bodyS.letterSpacing};
680
+ ${tokens.textFieldChipLineHeight}: ${bodyS.lineHeight};
680
681
 
681
682
  ${tokens.buttonArrowMargin}: 0 -0.125rem 0 0.25rem;
682
683
  ${tokens.targetHeight}: 2.5rem;
@@ -702,19 +703,19 @@ export const config = {
702
703
  ${tokens.cellPaddingRightContent}: 0rem;
703
704
  ${tokens.cellTextboxGap}: 0.125rem;
704
705
  ${tokens.cellGap}: 0.375rem;
705
- ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-s-font-family);
706
- ${tokens.cellTitleFontSize}: var(--plasma-typo-body-s-font-size);
707
- ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-s-font-style);
708
- ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-s-font-weight);
709
- ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
710
- ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-s-line-height);
711
-
712
- ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);
713
- ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);
714
- ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);
715
- ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);
716
- ${tokens.fontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
717
- ${tokens.fontLineHeight}: var(--plasma-typo-body-s-line-height);
706
+ ${tokens.cellTitleFontFamily}: ${bodyS.fontFamily};
707
+ ${tokens.cellTitleFontSize}: ${bodyS.fontSize};
708
+ ${tokens.cellTitleFontStyle}: ${bodyS.fontStyle};
709
+ ${tokens.cellTitleFontWeight}: ${bodyS.fontWeight};
710
+ ${tokens.cellTitleLetterSpacing}: ${bodyS.letterSpacing};
711
+ ${tokens.cellTitleLineHeight}: ${bodyS.lineHeight};
712
+
713
+ ${tokens.fontFamily}: ${bodyS.fontFamily};
714
+ ${tokens.fontSize}: ${bodyS.fontSize};
715
+ ${tokens.fontStyle}: ${bodyS.fontStyle};
716
+ ${tokens.fontWeight}: ${bodyS.fontWeight};
717
+ ${tokens.fontLetterSpacing}: ${bodyS.letterSpacing};
718
+ ${tokens.fontLineHeight}: ${bodyS.lineHeight};
718
719
 
719
720
  ${tokens.checkboxTriggerSize}: 1.25rem;
720
721
  ${tokens.checkboxTriggerSizeTight}: 0.875rem;
@@ -747,33 +748,33 @@ export const config = {
747
748
  ${tokens.textFieldTextBeforeMargin}: 0 0.25rem 0 0;
748
749
  ${tokens.textFieldTextAfterMargin}: 0 0 0 0.25rem;
749
750
 
750
- ${tokens.textFieldFontFamily}: var(--plasma-typo-body-xs-font-family);
751
- ${tokens.textFieldFontSize}: var(--plasma-typo-body-xs-font-size);
752
- ${tokens.textFieldFontStyle}: var(--plasma-typo-body-xs-font-style);
753
- ${tokens.textFieldFontWeight}: var(--plasma-typo-body-xs-font-weight);
754
- ${tokens.textFieldLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
755
- ${tokens.textFieldLineHeight}: var(--plasma-typo-body-xs-line-height);
751
+ ${tokens.textFieldFontFamily}: ${bodyXS.fontFamily};
752
+ ${tokens.textFieldFontSize}: ${bodyXS.fontSize};
753
+ ${tokens.textFieldFontStyle}: ${bodyXS.fontStyle};
754
+ ${tokens.textFieldFontWeight}: ${bodyXS.fontWeight};
755
+ ${tokens.textFieldLetterSpacing}: ${bodyXS.letterSpacing};
756
+ ${tokens.textFieldLineHeight}: ${bodyXS.lineHeight};
756
757
 
757
758
  ${tokens.textFieldLabelOffset}: 0.375rem;
758
- ${tokens.textFieldLabelFontFamily}: var(--plasma-typo-body-xs-font-family);
759
- ${tokens.textFieldLabelFontSize}: var(--plasma-typo-body-xs-font-size);
760
- ${tokens.textFieldLabelFontStyle}: var(--plasma-typo-body-xs-font-style);
761
- ${tokens.textFieldLabelFontWeight}: var(--plasma-typo-body-xs-font-weight);
762
- ${tokens.textFieldLabelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
763
- ${tokens.textFieldLabelLineHeight}: var(--plasma-typo-body-xs-line-height);
759
+ ${tokens.textFieldLabelFontFamily}: ${bodyXS.fontFamily};
760
+ ${tokens.textFieldLabelFontSize}: ${bodyXS.fontSize};
761
+ ${tokens.textFieldLabelFontStyle}: ${bodyXS.fontStyle};
762
+ ${tokens.textFieldLabelFontWeight}: ${bodyXS.fontWeight};
763
+ ${tokens.textFieldLabelLetterSpacing}: ${bodyXS.letterSpacing};
764
+ ${tokens.textFieldLabelLineHeight}: ${bodyXS.lineHeight};
764
765
 
765
766
  ${tokens.textFieldHintMargin}: -0.75rem -0.625rem -0.75rem -0.5rem;
766
767
  ${tokens.textFieldHintTargetSize}: 2.375rem;
767
768
  ${tokens.textFieldHintInnerLabelPlacementOffset}: -0.188rem -2.1875rem auto auto;
768
769
  ${tokens.textFieldClearHintInnerLabelPlacementOffset}: -0.188rem -1.938rem auto auto;
769
770
 
770
- ${tokens.textFieldLeftHelperPadding}: 0.25rem 0 0 0;
771
- ${tokens.textFieldLeftHelperFontFamily}: var(--plasma-typo-body-xs-font-family);
772
- ${tokens.textFieldLeftHelperFontSize}: var(--plasma-typo-body-xs-font-size);
773
- ${tokens.textFieldLeftHelperFontStyle}: var(--plasma-typo-body-xs-font-style);
774
- ${tokens.textFieldLeftHelperFontWeight}: var(--plasma-typo-body-xs-font-weight);
775
- ${tokens.textFieldLeftHelperLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
776
- ${tokens.textFieldLeftHelperLineHeight}: var(--plasma-typo-body-xs-line-height);
771
+ ${tokens.textFieldLeftHelperOffset}: 0.25rem 0 0 0;
772
+ ${tokens.textFieldLeftHelperFontFamily}: ${bodyXS.fontFamily};
773
+ ${tokens.textFieldLeftHelperFontSize}: ${bodyXS.fontSize};
774
+ ${tokens.textFieldLeftHelperFontStyle}: ${bodyXS.fontStyle};
775
+ ${tokens.textFieldLeftHelperFontWeight}: ${bodyXS.fontWeight};
776
+ ${tokens.textFieldLeftHelperLetterSpacing}: ${bodyXS.letterSpacing};
777
+ ${tokens.textFieldLeftHelperLineHeight}: ${bodyXS.lineHeight};
777
778
 
778
779
  ${tokens.textFieldLabelInnerPadding}: 0.3125rem 0 0 0;
779
780
  ${tokens.textFieldContentLabelInnerPadding}: 1.0625rem 0 0.3125rem 0;
@@ -796,12 +797,12 @@ export const config = {
796
797
  ${tokens.textFieldChipClearContentMarginLeft}: 0.25rem;
797
798
  ${tokens.textFieldChipClearContentMarginRight}: 0rem;
798
799
  ${tokens.textFieldChipCloseIconSize}: 0.75rem;
799
- ${tokens.textFieldChipFontFamily}: var(--plasma-typo-body-xs-font-family);
800
- ${tokens.textFieldChipFontSize}: var(--plasma-typo-body-xs-font-size);
801
- ${tokens.textFieldChipFontStyle}: var(--plasma-typo-body-xs-font-style);
802
- ${tokens.textFieldChipFontWeight}: var(--plasma-typo-body-xs-font-weight);
803
- ${tokens.textFieldChipLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
804
- ${tokens.textFieldChipLineHeight}: var(--plasma-typo-body-xs-line-height);
800
+ ${tokens.textFieldChipFontFamily}: ${bodyXS.fontFamily};
801
+ ${tokens.textFieldChipFontSize}: ${bodyXS.fontSize};
802
+ ${tokens.textFieldChipFontStyle}: ${bodyXS.fontStyle};
803
+ ${tokens.textFieldChipFontWeight}: ${bodyXS.fontWeight};
804
+ ${tokens.textFieldChipLetterSpacing}: ${bodyXS.letterSpacing};
805
+ ${tokens.textFieldChipLineHeight}: ${bodyXS.lineHeight};
805
806
 
806
807
  ${tokens.buttonArrowMargin}: 0 -0.125rem 0 0.25rem;
807
808
  ${tokens.targetHeight}: 2rem;
@@ -827,19 +828,19 @@ export const config = {
827
828
  ${tokens.cellPaddingRightContent}: 0rem;
828
829
  ${tokens.cellTextboxGap}: 0.125rem;
829
830
  ${tokens.cellGap}: 0.25rem;
830
- ${tokens.cellTitleFontFamily}: var(--plasma-typo-body-xs-font-family);
831
- ${tokens.cellTitleFontSize}: var(--plasma-typo-body-xs-font-size);
832
- ${tokens.cellTitleFontStyle}: var(--plasma-typo-body-xs-font-style);
833
- ${tokens.cellTitleFontWeight}: var(--plasma-typo-body-xs-font-weight);
834
- ${tokens.cellTitleLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
835
- ${tokens.cellTitleLineHeight}: var(--plasma-typo-body-xs-line-height);
836
-
837
- ${tokens.fontFamily}: var(--plasma-typo-body-xs-font-family);
838
- ${tokens.fontSize}: var(--plasma-typo-body-xs-font-size);
839
- ${tokens.fontStyle}: var(--plasma-typo-body-xs-font-style);
840
- ${tokens.fontWeight}: var(--plasma-typo-body-xs-font-weight);
841
- ${tokens.fontLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
842
- ${tokens.fontLineHeight}: var(--plasma-typo-body-xs-line-height);
831
+ ${tokens.cellTitleFontFamily}: ${bodyXS.fontFamily};
832
+ ${tokens.cellTitleFontSize}: ${bodyXS.fontSize};
833
+ ${tokens.cellTitleFontStyle}: ${bodyXS.fontStyle};
834
+ ${tokens.cellTitleFontWeight}: ${bodyXS.fontWeight};
835
+ ${tokens.cellTitleLetterSpacing}: ${bodyXS.letterSpacing};
836
+ ${tokens.cellTitleLineHeight}: ${bodyXS.lineHeight};
837
+
838
+ ${tokens.fontFamily}: ${bodyXS.fontFamily};
839
+ ${tokens.fontSize}: ${bodyXS.fontSize};
840
+ ${tokens.fontStyle}: ${bodyXS.fontStyle};
841
+ ${tokens.fontWeight}: ${bodyXS.fontWeight};
842
+ ${tokens.fontLetterSpacing}: ${bodyXS.letterSpacing};
843
+ ${tokens.fontLineHeight}: ${bodyXS.lineHeight};
843
844
 
844
845
  ${tokens.checkboxTriggerSize}: 0.875rem;
845
846
  ${tokens.checkboxTriggerSizeTight}: 0.875rem;
@@ -859,69 +860,69 @@ export const config = {
859
860
  },
860
861
  labelPlacement: {
861
862
  inner: css`
862
- ${tokens.textFieldPlaceholderColor}: var(--text-secondary);
863
- ${tokens.textFieldLabelInnerFontFamily}: var(--plasma-typo-body-xs-font-family);
864
- ${tokens.textFieldLabelInnerFontSize}: var(--plasma-typo-body-xs-font-size);
865
- ${tokens.textFieldLabelInnerFontStyle}: var(--plasma-typo-body-xs-font-style);
866
- ${tokens.textFieldLabelInnerFontWeight}: var(--plasma-typo-body-xs-font-weight);
867
- ${tokens.textFieldLabelInnerLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
868
- ${tokens.textFieldLabelInnerLineHeight}: var(--plasma-typo-body-xs-line-height);
863
+ ${tokens.textFieldPlaceholderColor}: ${textSecondary};
864
+ ${tokens.textFieldLabelInnerFontFamily}: ${bodyXS.fontFamily};
865
+ ${tokens.textFieldLabelInnerFontSize}: ${bodyXS.fontSize};
866
+ ${tokens.textFieldLabelInnerFontStyle}: ${bodyXS.fontStyle};
867
+ ${tokens.textFieldLabelInnerFontWeight}: ${bodyXS.fontWeight};
868
+ ${tokens.textFieldLabelInnerLetterSpacing}: ${bodyXS.letterSpacing};
869
+ ${tokens.textFieldLabelInnerLineHeight}: ${bodyXS.lineHeight};
869
870
  `,
870
871
  outer: css``
871
872
  },
872
873
  chipView: {
873
874
  default: css`
874
- ${tokens.textFieldChipColor}: var(--inverse-text-primary);
875
- ${tokens.textFieldChipColorHover}: var(--inverse-text-primary);
876
- ${tokens.textFieldChipBackground}: var(--surface-solid-default);
877
- ${tokens.textFieldChipBackgroundHover}: var(--surface-solid-default-hover);
878
- ${tokens.textFieldChipCloseIconColor}: var(--inverse-text-secondary);
879
- ${tokens.textFieldChipCloseIconColorReadonly}: var(--inverse-text-secondary);
880
- ${tokens.textFieldChipCloseIconColorHover}: var(--inverse-text-primary);
881
-
882
- ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-solid-default);
883
- ${tokens.textFieldChipColorReadOnly}: var(--inverse-text-primary);
884
- ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-solid-default);
885
- ${tokens.textFieldChipColorReadOnlyHover}: var(--inverse-text-primary);
875
+ ${tokens.textFieldChipColor}: ${inverseTextPrimary};
876
+ ${tokens.textFieldChipColorHover}: ${inverseTextPrimary};
877
+ ${tokens.textFieldChipBackground}: ${surfaceSolidDefault};
878
+ ${tokens.textFieldChipBackgroundHover}: ${surfaceSolidDefaultHover};
879
+ ${tokens.textFieldChipCloseIconColor}: ${inverseTextSecondary};
880
+ ${tokens.textFieldChipCloseIconColorReadonly}: ${inverseTextSecondary};
881
+ ${tokens.textFieldChipCloseIconColorHover}: ${inverseTextPrimary};
882
+
883
+ ${tokens.textFieldChipBackgroundReadOnly}: ${surfaceSolidDefault};
884
+ ${tokens.textFieldChipColorReadOnly}: ${inverseTextPrimary};
885
+ ${tokens.textFieldChipBackgroundReadOnlyHover}: ${surfaceSolidDefault};
886
+ ${tokens.textFieldChipColorReadOnlyHover}: ${inverseTextPrimary};
886
887
  ${tokens.textFieldChipOpacityReadonly}: 1;
887
888
  `,
888
889
  secondary: css`
889
- ${tokens.textFieldChipColor}: var(--text-primary);
890
- ${tokens.textFieldChipColorHover}: var(--text-primary);
891
- ${tokens.textFieldChipBackground}: var(--surface-transparent-secondary);
892
- ${tokens.textFieldChipBackgroundHover}: var(--surface-transparent-secondary-hover);
893
- ${tokens.textFieldChipCloseIconColor}: var(--text-secondary);
894
- ${tokens.textFieldChipCloseIconColorHover}: var(--text-secondary-hover);
895
- ${tokens.textFieldChipCloseIconColorReadonly}: var(--text-secondary);
896
-
897
- ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-transparent-secondary);
898
- ${tokens.textFieldChipColorReadOnly}: var(--text-primary);
899
- ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-transparent-secondary);
900
- ${tokens.textFieldChipColorReadOnlyHover}: var(--text-primary);
890
+ ${tokens.textFieldChipColor}: ${textPrimary};
891
+ ${tokens.textFieldChipColorHover}: ${textPrimary};
892
+ ${tokens.textFieldChipBackground}: ${surfaceTransparentSecondary};
893
+ ${tokens.textFieldChipBackgroundHover}: ${surfaceTransparentSecondaryHover};
894
+ ${tokens.textFieldChipCloseIconColor}: ${textSecondary};
895
+ ${tokens.textFieldChipCloseIconColorHover}: ${textSecondaryHover};
896
+ ${tokens.textFieldChipCloseIconColorReadonly}: ${textSecondary};
897
+
898
+ ${tokens.textFieldChipBackgroundReadOnly}: ${surfaceTransparentSecondary};
899
+ ${tokens.textFieldChipColorReadOnly}: ${textPrimary};
900
+ ${tokens.textFieldChipBackgroundReadOnlyHover}: ${surfaceTransparentSecondary};
901
+ ${tokens.textFieldChipColorReadOnlyHover}: ${textPrimary};
901
902
  ${tokens.textFieldChipOpacityReadonly}: 1;
902
903
  `,
903
904
  accent: css`
904
- ${tokens.textFieldChipColor}: var(--on-dark-text-primary);
905
- ${tokens.textFieldChipColorHover}: var(--on-dark-text-primary);
906
- ${tokens.textFieldChipBackground}: var(--surface-accent);
907
- ${tokens.textFieldChipBackgroundHover}: var(--surface-accent-hover);
908
- ${tokens.textFieldChipCloseIconColor}: var(--on-dark-text-secondary);
909
- ${tokens.textFieldChipCloseIconColorReadonly}: var(--on-dark-text-secondary);
910
- ${tokens.textFieldChipCloseIconColorHover}: var(--on-dark-text-primary);
911
-
912
- ${tokens.textFieldChipBackgroundReadOnly}: var(--surface-accent);
913
- ${tokens.textFieldChipColorReadOnly}: var(--on-dark-text-primary);
914
- ${tokens.textFieldChipBackgroundReadOnlyHover}: var(--surface-accent);
915
- ${tokens.textFieldChipColorReadOnlyHover}: var(--on-dark-text-primary);
905
+ ${tokens.textFieldChipColor}: ${onDarkTextPrimary};
906
+ ${tokens.textFieldChipColorHover}: ${onDarkTextPrimary};
907
+ ${tokens.textFieldChipBackground}: ${surfaceAccent};
908
+ ${tokens.textFieldChipBackgroundHover}: ${surfaceAccentHover};
909
+ ${tokens.textFieldChipCloseIconColor}: ${onDarkTextSecondary};
910
+ ${tokens.textFieldChipCloseIconColorReadonly}: ${onDarkTextSecondary};
911
+ ${tokens.textFieldChipCloseIconColorHover}: ${onDarkTextPrimary};
912
+
913
+ ${tokens.textFieldChipBackgroundReadOnly}: ${surfaceAccent};
914
+ ${tokens.textFieldChipColorReadOnly}: ${onDarkTextPrimary};
915
+ ${tokens.textFieldChipBackgroundReadOnlyHover}: ${surfaceAccent};
916
+ ${tokens.textFieldChipColorReadOnlyHover}: ${onDarkTextPrimary};
916
917
  ${tokens.textFieldChipOpacityReadonly}: 1;
917
918
  `
918
919
  },
919
920
  hintView: {
920
921
  default: css`
921
- ${tokens.textFieldTooltipBackgroundColor}: var(--surface-solid-card-brightness);
922
+ ${tokens.textFieldTooltipBackgroundColor}: ${surfaceSolidCardBrightness};
922
923
  ${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));
923
- ${tokens.textFieldTooltipColor}: var(--text-primary);
924
- ${tokens.textFieldTooltipArrowBackground}: var(--surface-solid-card);
924
+ ${tokens.textFieldTooltipColor}: ${textPrimary};
925
+ ${tokens.textFieldTooltipArrowBackground}: ${surfaceSolidCard};
925
926
  `
926
927
  },
927
928
  hintSize: {
@@ -934,12 +935,12 @@ export const config = {
934
935
  ${tokens.textFieldTooltipMinHeight}: 2.5rem;
935
936
  ${tokens.textFieldTooltipBorderRadius}: 0.625rem;
936
937
 
937
- ${tokens.textFieldTooltipTextFontFamily}: var(--plasma-typo-body-s-font-family);
938
- ${tokens.textFieldTooltipTextFontSize}: var(--plasma-typo-body-s-font-size);
939
- ${tokens.textFieldTooltipTextFontStyle}: var(--plasma-typo-body-s-font-style);
940
- ${tokens.textFieldTooltipTextFontWeight}: var(--plasma-typo-body-s-font-weight);
941
- ${tokens.textFieldTooltipTextFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
942
- ${tokens.textFieldTooltipTextFontLineHeight}: var(--plasma-typo-body-s-line-height);
938
+ ${tokens.textFieldTooltipTextFontFamily}: ${bodyS.fontFamily};
939
+ ${tokens.textFieldTooltipTextFontSize}: ${bodyS.fontSize};
940
+ ${tokens.textFieldTooltipTextFontStyle}: ${bodyS.fontStyle};
941
+ ${tokens.textFieldTooltipTextFontWeight}: ${bodyS.fontWeight};
942
+ ${tokens.textFieldTooltipTextFontLetterSpacing}: ${bodyS.letterSpacing};
943
+ ${tokens.textFieldTooltipTextFontLineHeight}: ${bodyS.lineHeight};
943
944
 
944
945
  ${tokens.textFieldTooltipContentLeftMargin}: 0.375rem;
945
946
 
@@ -958,12 +959,12 @@ export const config = {
958
959
  ${tokens.textFieldTooltipMinHeight}: 2rem;
959
960
  ${tokens.textFieldTooltipBorderRadius}: 0.5rem;
960
961
 
961
- ${tokens.textFieldTooltipTextFontFamily}: var(--plasma-typo-body-xs-font-family);
962
- ${tokens.textFieldTooltipTextFontSize}: var(--plasma-typo-body-xs-font-size);
963
- ${tokens.textFieldTooltipTextFontStyle}: var(--plasma-typo-body-xs-font-style);
964
- ${tokens.textFieldTooltipTextFontWeight}: var(--plasma-typo-body-xs-font-weight);
965
- ${tokens.textFieldTooltipTextFontLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
966
- ${tokens.textFieldTooltipTextFontLineHeight}: var(--plasma-typo-body-xs-line-height);
962
+ ${tokens.textFieldTooltipTextFontFamily}: ${bodyXS.fontFamily};
963
+ ${tokens.textFieldTooltipTextFontSize}: ${bodyXS.fontSize};
964
+ ${tokens.textFieldTooltipTextFontStyle}: ${bodyXS.fontStyle};
965
+ ${tokens.textFieldTooltipTextFontWeight}: ${bodyXS.fontWeight};
966
+ ${tokens.textFieldTooltipTextFontLetterSpacing}: ${bodyXS.letterSpacing};
967
+ ${tokens.textFieldTooltipTextFontLineHeight}: ${bodyXS.lineHeight};
967
968
 
968
969
  ${tokens.textFieldTooltipContentLeftMargin}: 0.25rem;
969
970
 
@@ -983,12 +984,12 @@ export const config = {
983
984
  true: css`
984
985
  ${tokens.disclosureIconOpacityReadOnly}: 0.4;
985
986
  ${tokens.textFieldReadOnlyOpacity}: 0.1;
986
- ${tokens.textFieldColorReadOnly}: var(--text-primary);
987
- ${tokens.textFieldBackgroundColorReadOnly}: var(--surface-transparent-primary);
988
- ${tokens.textFieldPlaceholderColorReadOnly}: var(--text-secondary);
989
- ${tokens.textFieldLeftHelperColorReadOnly}: var(--text-secondary);
990
- ${tokens.textFieldTitleCaptionColorReadOnly}: var(--text-secondary);
991
- ${tokens.textFieldLabelColorReadOnly}: var(--text-primary);
987
+ ${tokens.textFieldColorReadOnly}: ${textPrimary};
988
+ ${tokens.textFieldBackgroundColorReadOnly}: ${surfaceTransparentPrimary};
989
+ ${tokens.textFieldPlaceholderColorReadOnly}: ${textSecondary};
990
+ ${tokens.textFieldLeftHelperColorReadOnly}: ${textSecondary};
991
+ ${tokens.textFieldTitleCaptionColorReadOnly}: ${textSecondary};
992
+ ${tokens.textFieldLabelColorReadOnly}: ${textPrimary};
992
993
  `
993
994
  }
994
995
  }