@salutejs/sdds-os 0.20.1-next-sbcom.0 → 0.21.0-dev.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 (314) hide show
  1. package/dist/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
  2. package/dist/css/cjs/components/Combobox/Combobox.js +1 -1
  3. package/dist/css/cjs/components/Combobox/Combobox.js.map +1 -1
  4. package/dist/css/cjs/components/Progress/Progress.config.js +15 -7
  5. package/dist/css/cjs/components/Progress/Progress.config.js.map +1 -1
  6. package/dist/css/cjs/components/Progress/Progress.config_10q377q.css +13 -0
  7. package/dist/css/cjs/components/Progress/Progress.css +13 -8
  8. package/dist/css/cjs/index.css +13 -8
  9. package/dist/css/es/components/Combobox/Combobox.config.js.map +1 -1
  10. package/dist/css/es/components/Combobox/Combobox.js +2 -2
  11. package/dist/css/es/components/Combobox/Combobox.js.map +1 -1
  12. package/dist/css/es/components/Progress/Progress.config.js +15 -7
  13. package/dist/css/es/components/Progress/Progress.config.js.map +1 -1
  14. package/dist/css/es/components/Progress/Progress.config_10q377q.css +13 -0
  15. package/dist/css/es/components/Progress/Progress.css +13 -8
  16. package/dist/css/es/index.css +13 -8
  17. package/dist/styled-components/cjs/components/Accordion/Accordion.config.js +112 -164
  18. package/dist/styled-components/cjs/components/Accordion/Accordion.js +4 -4
  19. package/dist/styled-components/cjs/components/Accordion/index.js +1 -1
  20. package/dist/styled-components/cjs/components/Attach/Attach.config.js +572 -621
  21. package/dist/styled-components/cjs/components/Attach/Attach.js +4 -4
  22. package/dist/styled-components/cjs/components/Attach/index.js +1 -1
  23. package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +397 -454
  24. package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.js +10 -61
  25. package/dist/styled-components/cjs/components/Autocomplete/index.js +1 -1
  26. package/dist/styled-components/cjs/components/Avatar/Avatar.config.js +163 -313
  27. package/dist/styled-components/cjs/components/Avatar/Avatar.js +4 -4
  28. package/dist/styled-components/cjs/components/Avatar/index.js +1 -1
  29. package/dist/styled-components/cjs/components/Badge/Badge.config.js +128 -211
  30. package/dist/styled-components/cjs/components/Badge/Badge.js +4 -4
  31. package/dist/styled-components/cjs/components/Badge/index.js +1 -1
  32. package/dist/styled-components/cjs/components/Breadcrumbs/Breadcrumbs.config.js +19 -44
  33. package/dist/styled-components/cjs/components/Breadcrumbs/Breadcrumbs.js +5 -5
  34. package/dist/styled-components/cjs/components/Breadcrumbs/index.js +1 -1
  35. package/dist/styled-components/cjs/components/Button/Button.config.js +223 -447
  36. package/dist/styled-components/cjs/components/Button/Button.js +6 -6
  37. package/dist/styled-components/cjs/components/Button/index.js +1 -1
  38. package/dist/styled-components/cjs/components/ButtonBase/index.js +1 -1
  39. package/dist/styled-components/cjs/components/ButtonGroup/ButtonGroup.config.js +200 -401
  40. package/dist/styled-components/cjs/components/ButtonGroup/ButtonGroup.js +4 -4
  41. package/dist/styled-components/cjs/components/ButtonGroup/index.js +1 -1
  42. package/dist/styled-components/cjs/components/Calendar/Calendar.config.js +224 -239
  43. package/dist/styled-components/cjs/components/Calendar/Calendar.js +10 -10
  44. package/dist/styled-components/cjs/components/Calendar/CalendarDouble.config.js +225 -240
  45. package/dist/styled-components/cjs/components/Calendar/index.js +1 -1
  46. package/dist/styled-components/cjs/components/Cell/Cell.config.js +105 -132
  47. package/dist/styled-components/cjs/components/Cell/Cell.js +5 -5
  48. package/dist/styled-components/cjs/components/Cell/index.js +2 -2
  49. package/dist/styled-components/cjs/components/Checkbox/Checkbox.config.js +82 -156
  50. package/dist/styled-components/cjs/components/Checkbox/Checkbox.js +5 -5
  51. package/dist/styled-components/cjs/components/Checkbox/index.js +1 -1
  52. package/dist/styled-components/cjs/components/Chip/Chip.config.js +143 -238
  53. package/dist/styled-components/cjs/components/Chip/Chip.js +5 -5
  54. package/dist/styled-components/cjs/components/Chip/index.js +1 -1
  55. package/dist/styled-components/cjs/components/ChipGroup/ChipGroup.config.js +74 -136
  56. package/dist/styled-components/cjs/components/ChipGroup/ChipGroup.js +4 -4
  57. package/dist/styled-components/cjs/components/ChipGroup/index.js +1 -1
  58. package/dist/styled-components/cjs/components/Combobox/Combobox.config.js +537 -573
  59. package/dist/styled-components/cjs/components/Combobox/Combobox.js +11 -38
  60. package/dist/styled-components/cjs/components/Combobox/index.js +1 -1
  61. package/dist/styled-components/cjs/components/Counter/Counter.config.js +85 -191
  62. package/dist/styled-components/cjs/components/Counter/Counter.js +4 -4
  63. package/dist/styled-components/cjs/components/Counter/index.js +2 -2
  64. package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +572 -562
  65. package/dist/styled-components/cjs/components/DatePicker/DatePicker.js +6 -6
  66. package/dist/styled-components/cjs/components/DatePicker/index.js +2 -2
  67. package/dist/styled-components/cjs/components/Divider/Divider.config.js +23 -89
  68. package/dist/styled-components/cjs/components/Divider/Divider.js +4 -4
  69. package/dist/styled-components/cjs/components/Divider/index.js +2 -2
  70. package/dist/styled-components/cjs/components/Drawer/Drawer.config.js +18 -60
  71. package/dist/styled-components/cjs/components/Drawer/Drawer.js +10 -10
  72. package/dist/styled-components/cjs/components/Drawer/index.js +1 -1
  73. package/dist/styled-components/cjs/components/Dropdown/Dropdown.config.js +117 -147
  74. package/dist/styled-components/cjs/components/Dropdown/Dropdown.js +11 -38
  75. package/dist/styled-components/cjs/components/Dropdown/index.js +1 -1
  76. package/dist/styled-components/cjs/components/Dropzone/Dropzone.config.js +36 -68
  77. package/dist/styled-components/cjs/components/Dropzone/Dropzone.js +4 -4
  78. package/dist/styled-components/cjs/components/Dropzone/index.js +2 -2
  79. package/dist/styled-components/cjs/components/EmbedIconButton/EmbedIconButton.config.js +123 -289
  80. package/dist/styled-components/cjs/components/EmbedIconButton/EmbedIconButton.js +5 -5
  81. package/dist/styled-components/cjs/components/EmbedIconButton/index.js +1 -1
  82. package/dist/styled-components/cjs/components/EmptyState/EmptyState.config.js +58 -100
  83. package/dist/styled-components/cjs/components/EmptyState/EmptyState.js +4 -4
  84. package/dist/styled-components/cjs/components/EmptyState/index.js +1 -1
  85. package/dist/styled-components/cjs/components/Flow/Flow.config.js +1 -1
  86. package/dist/styled-components/cjs/components/Flow/Flow.js +4 -4
  87. package/dist/styled-components/cjs/components/Flow/index.js +1 -1
  88. package/dist/styled-components/cjs/components/Grid/Grid.config.js +36 -57
  89. package/dist/styled-components/cjs/components/Grid/Grid.js +4 -4
  90. package/dist/styled-components/cjs/components/Grid/index.js +1 -1
  91. package/dist/styled-components/cjs/components/IconButton/IconButton.config.js +167 -374
  92. package/dist/styled-components/cjs/components/IconButton/IconButton.js +5 -5
  93. package/dist/styled-components/cjs/components/IconButton/index.js +1 -1
  94. package/dist/styled-components/cjs/components/Image/Image.js +4 -4
  95. package/dist/styled-components/cjs/components/Image/index.js +1 -1
  96. package/dist/styled-components/cjs/components/Indicator/Indicator.config.js +35 -133
  97. package/dist/styled-components/cjs/components/Indicator/Indicator.js +4 -4
  98. package/dist/styled-components/cjs/components/Indicator/index.js +1 -1
  99. package/dist/styled-components/cjs/components/LinkButton/LinkButton.config.js +189 -343
  100. package/dist/styled-components/cjs/components/LinkButton/LinkButton.js +4 -4
  101. package/dist/styled-components/cjs/components/LinkButton/index.js +1 -1
  102. package/dist/styled-components/cjs/components/List/List.config.js +64 -112
  103. package/dist/styled-components/cjs/components/List/List.js +5 -5
  104. package/dist/styled-components/cjs/components/List/index.js +2 -2
  105. package/dist/styled-components/cjs/components/Modal/Modal.config.js +15 -33
  106. package/dist/styled-components/cjs/components/Modal/Modal.js +5 -5
  107. package/dist/styled-components/cjs/components/Modal/index.js +2 -2
  108. package/dist/styled-components/cjs/components/Notification/Notification.config.js +312 -341
  109. package/dist/styled-components/cjs/components/Notification/Notification.js +7 -8
  110. package/dist/styled-components/cjs/components/Notification/index.js +2 -2
  111. package/dist/styled-components/cjs/components/Overlay/index.js +1 -1
  112. package/dist/styled-components/cjs/components/PaginationDots/index.js +1 -1
  113. package/dist/styled-components/cjs/components/Popover/Popover.config.js +12 -29
  114. package/dist/styled-components/cjs/components/Popover/Popover.js +4 -4
  115. package/dist/styled-components/cjs/components/Popover/index.js +1 -1
  116. package/dist/styled-components/cjs/components/Popup/Popup.js +3 -3
  117. package/dist/styled-components/cjs/components/Popup/index.js +2 -2
  118. package/dist/styled-components/cjs/components/Portal/index.js +1 -1
  119. package/dist/styled-components/cjs/components/Progress/Progress.config.js +126 -119
  120. package/dist/styled-components/cjs/components/Progress/Progress.js +5 -5
  121. package/dist/styled-components/cjs/components/Progress/index.js +1 -1
  122. package/dist/styled-components/cjs/components/ProgressBarCircular/ProgressBarCircular.config.js +50 -124
  123. package/dist/styled-components/cjs/components/ProgressBarCircular/ProgressBarCircular.js +4 -4
  124. package/dist/styled-components/cjs/components/ProgressBarCircular/index.js +1 -1
  125. package/dist/styled-components/cjs/components/Radiobox/Radiobox.config.js +69 -127
  126. package/dist/styled-components/cjs/components/Radiobox/Radiobox.js +5 -5
  127. package/dist/styled-components/cjs/components/Radiobox/index.js +1 -1
  128. package/dist/styled-components/cjs/components/Range/Range.config.js +274 -304
  129. package/dist/styled-components/cjs/components/Range/Range.js +4 -4
  130. package/dist/styled-components/cjs/components/Range/index.js +2 -2
  131. package/dist/styled-components/cjs/components/SSRProvider/index.js +1 -1
  132. package/dist/styled-components/cjs/components/Scrollbar/Scrollbar.config.js +1 -1
  133. package/dist/styled-components/cjs/components/Scrollbar/Scrollbar.js +7 -32
  134. package/dist/styled-components/cjs/components/Select/Select.config.js +562 -618
  135. package/dist/styled-components/cjs/components/Select/Select.js +11 -38
  136. package/dist/styled-components/cjs/components/Select/index.js +1 -1
  137. package/dist/styled-components/cjs/components/Spinner/Spinner.config.js +23 -82
  138. package/dist/styled-components/cjs/components/Spinner/Spinner.js +7 -7
  139. package/dist/styled-components/cjs/components/Spinner/index.js +1 -1
  140. package/dist/styled-components/cjs/components/Steps/Steps.config.js +181 -234
  141. package/dist/styled-components/cjs/components/Steps/Steps.js +5 -5
  142. package/dist/styled-components/cjs/components/Steps/index.js +1 -1
  143. package/dist/styled-components/cjs/components/Switch/Switch.config.js +80 -158
  144. package/dist/styled-components/cjs/components/Switch/Switch.js +5 -5
  145. package/dist/styled-components/cjs/components/Switch/index.js +1 -1
  146. package/dist/styled-components/cjs/components/Tabs/TabItem.js +32 -56
  147. package/dist/styled-components/cjs/components/Tabs/Tabs.js +9 -9
  148. package/dist/styled-components/cjs/components/Tabs/TabsController.js +8 -8
  149. package/dist/styled-components/cjs/components/Tabs/horizontal/HorizontalIconTabItem.config.js +39 -76
  150. package/dist/styled-components/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +97 -154
  151. package/dist/styled-components/cjs/components/Tabs/horizontal/HorizontalTabs.config.js +107 -234
  152. package/dist/styled-components/cjs/components/Tabs/index.js +4 -4
  153. package/dist/styled-components/cjs/components/Tabs/vertical/VerticalIconTabItem.config.js +41 -78
  154. package/dist/styled-components/cjs/components/Tabs/vertical/VerticalTabItem.config.js +75 -118
  155. package/dist/styled-components/cjs/components/Tabs/vertical/VerticalTabs.config.js +34 -83
  156. package/dist/styled-components/cjs/components/TextArea/TextArea.clear.config.js +328 -355
  157. package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +343 -375
  158. package/dist/styled-components/cjs/components/TextArea/TextArea.js +8 -8
  159. package/dist/styled-components/cjs/components/TextArea/index.js +1 -1
  160. package/dist/styled-components/cjs/components/TextField/TextField.config.js +472 -575
  161. package/dist/styled-components/cjs/components/TextField/TextField.js +4 -4
  162. package/dist/styled-components/cjs/components/TextField/index.js +2 -2
  163. package/dist/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.config.js +242 -320
  164. package/dist/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.js +4 -4
  165. package/dist/styled-components/cjs/components/TextFieldGroup/index.js +1 -1
  166. package/dist/styled-components/cjs/components/Tokens/Colors/Colors.styles.js +41 -54
  167. package/dist/styled-components/cjs/components/Tokens/NumberTokens/NumberTokens.styles.js +14 -14
  168. package/dist/styled-components/cjs/components/Tokens/Typography/Typography.styles.js +59 -86
  169. package/dist/styled-components/cjs/components/Toolbar/Toolbar.config.js +27 -57
  170. package/dist/styled-components/cjs/components/Toolbar/Toolbar.js +6 -6
  171. package/dist/styled-components/cjs/components/Toolbar/index.js +2 -2
  172. package/dist/styled-components/cjs/components/Tooltip/Tooltip.config.js +57 -83
  173. package/dist/styled-components/cjs/components/Tooltip/Tooltip.js +4 -4
  174. package/dist/styled-components/cjs/components/Tooltip/index.js +1 -1
  175. package/dist/styled-components/cjs/components/Tree/Tree.config.js +84 -115
  176. package/dist/styled-components/cjs/components/Tree/Tree.js +4 -4
  177. package/dist/styled-components/cjs/components/Tree/index.js +1 -1
  178. package/dist/styled-components/cjs/components/Typography/Body.config.js +56 -106
  179. package/dist/styled-components/cjs/components/Typography/Dspl.config.js +34 -68
  180. package/dist/styled-components/cjs/components/Typography/Heading.config.js +56 -106
  181. package/dist/styled-components/cjs/components/Typography/Text.config.js +45 -87
  182. package/dist/styled-components/cjs/components/Typography/Typography.js +56 -56
  183. package/dist/styled-components/cjs/components/Typography/index.js +1 -1
  184. package/dist/styled-components/cjs/components/ViewContainer/ViewContainer.config.js +9 -35
  185. package/dist/styled-components/cjs/components/ViewContainer/ViewContainer.js +4 -4
  186. package/dist/styled-components/cjs/components/ViewContainer/index.js +1 -1
  187. package/dist/styled-components/cjs/helpers/index.js +1 -1
  188. package/dist/styled-components/cjs/mixins/index.js +4 -4
  189. package/dist/styled-components/es/components/Accordion/Accordion.config.js +111 -163
  190. package/dist/styled-components/es/components/Accordion/Accordion.js +2 -2
  191. package/dist/styled-components/es/components/Attach/Attach.config.js +571 -620
  192. package/dist/styled-components/es/components/Attach/Attach.js +2 -2
  193. package/dist/styled-components/es/components/Autocomplete/Autocomplete.config.js +396 -453
  194. package/dist/styled-components/es/components/Autocomplete/Autocomplete.js +7 -58
  195. package/dist/styled-components/es/components/Avatar/Avatar.config.js +162 -312
  196. package/dist/styled-components/es/components/Avatar/Avatar.js +2 -2
  197. package/dist/styled-components/es/components/Badge/Badge.config.js +127 -210
  198. package/dist/styled-components/es/components/Badge/Badge.js +2 -2
  199. package/dist/styled-components/es/components/Breadcrumbs/Breadcrumbs.config.js +18 -43
  200. package/dist/styled-components/es/components/Breadcrumbs/Breadcrumbs.js +3 -3
  201. package/dist/styled-components/es/components/Button/Button.config.js +222 -446
  202. package/dist/styled-components/es/components/Button/Button.js +3 -3
  203. package/dist/styled-components/es/components/ButtonGroup/ButtonGroup.config.js +199 -400
  204. package/dist/styled-components/es/components/ButtonGroup/ButtonGroup.js +2 -2
  205. package/dist/styled-components/es/components/Calendar/Calendar.config.js +223 -238
  206. package/dist/styled-components/es/components/Calendar/Calendar.js +7 -7
  207. package/dist/styled-components/es/components/Calendar/CalendarDouble.config.js +224 -239
  208. package/dist/styled-components/es/components/Cell/Cell.config.js +104 -131
  209. package/dist/styled-components/es/components/Cell/Cell.js +3 -3
  210. package/dist/styled-components/es/components/Checkbox/Checkbox.config.js +81 -155
  211. package/dist/styled-components/es/components/Checkbox/Checkbox.js +3 -3
  212. package/dist/styled-components/es/components/Chip/Chip.config.js +142 -237
  213. package/dist/styled-components/es/components/Chip/Chip.js +3 -3
  214. package/dist/styled-components/es/components/ChipGroup/ChipGroup.config.js +73 -135
  215. package/dist/styled-components/es/components/ChipGroup/ChipGroup.js +2 -2
  216. package/dist/styled-components/es/components/Combobox/Combobox.config.js +537 -573
  217. package/dist/styled-components/es/components/Combobox/Combobox.js +9 -36
  218. package/dist/styled-components/es/components/Counter/Counter.config.js +84 -190
  219. package/dist/styled-components/es/components/Counter/Counter.js +2 -2
  220. package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +571 -561
  221. package/dist/styled-components/es/components/DatePicker/DatePicker.js +4 -4
  222. package/dist/styled-components/es/components/Divider/Divider.config.js +22 -88
  223. package/dist/styled-components/es/components/Divider/Divider.js +2 -2
  224. package/dist/styled-components/es/components/Drawer/Drawer.config.js +17 -59
  225. package/dist/styled-components/es/components/Drawer/Drawer.js +8 -8
  226. package/dist/styled-components/es/components/Dropdown/Dropdown.config.js +116 -146
  227. package/dist/styled-components/es/components/Dropdown/Dropdown.js +8 -35
  228. package/dist/styled-components/es/components/Dropzone/Dropzone.config.js +35 -67
  229. package/dist/styled-components/es/components/Dropzone/Dropzone.js +2 -2
  230. package/dist/styled-components/es/components/EmbedIconButton/EmbedIconButton.config.js +122 -288
  231. package/dist/styled-components/es/components/EmbedIconButton/EmbedIconButton.js +3 -3
  232. package/dist/styled-components/es/components/EmptyState/EmptyState.config.js +57 -99
  233. package/dist/styled-components/es/components/EmptyState/EmptyState.js +2 -2
  234. package/dist/styled-components/es/components/Flow/Flow.config.js +1 -1
  235. package/dist/styled-components/es/components/Flow/Flow.js +2 -2
  236. package/dist/styled-components/es/components/Grid/Grid.config.js +35 -56
  237. package/dist/styled-components/es/components/Grid/Grid.js +2 -2
  238. package/dist/styled-components/es/components/IconButton/IconButton.config.js +166 -373
  239. package/dist/styled-components/es/components/IconButton/IconButton.js +3 -3
  240. package/dist/styled-components/es/components/Image/Image.js +3 -3
  241. package/dist/styled-components/es/components/Indicator/Indicator.config.js +34 -132
  242. package/dist/styled-components/es/components/Indicator/Indicator.js +2 -2
  243. package/dist/styled-components/es/components/LinkButton/LinkButton.config.js +188 -342
  244. package/dist/styled-components/es/components/LinkButton/LinkButton.js +2 -2
  245. package/dist/styled-components/es/components/List/List.config.js +63 -111
  246. package/dist/styled-components/es/components/List/List.js +3 -3
  247. package/dist/styled-components/es/components/Modal/Modal.config.js +14 -32
  248. package/dist/styled-components/es/components/Modal/Modal.js +3 -3
  249. package/dist/styled-components/es/components/Notification/Notification.config.js +311 -340
  250. package/dist/styled-components/es/components/Notification/Notification.js +4 -5
  251. package/dist/styled-components/es/components/Popover/Popover.config.js +11 -28
  252. package/dist/styled-components/es/components/Popover/Popover.js +2 -2
  253. package/dist/styled-components/es/components/Popup/Popup.js +2 -2
  254. package/dist/styled-components/es/components/Progress/Progress.config.js +125 -118
  255. package/dist/styled-components/es/components/Progress/Progress.js +3 -3
  256. package/dist/styled-components/es/components/ProgressBarCircular/ProgressBarCircular.config.js +49 -123
  257. package/dist/styled-components/es/components/ProgressBarCircular/ProgressBarCircular.js +2 -2
  258. package/dist/styled-components/es/components/Radiobox/Radiobox.config.js +68 -126
  259. package/dist/styled-components/es/components/Radiobox/Radiobox.js +3 -3
  260. package/dist/styled-components/es/components/Range/Range.config.js +273 -303
  261. package/dist/styled-components/es/components/Range/Range.js +2 -2
  262. package/dist/styled-components/es/components/Scrollbar/Scrollbar.config.js +1 -1
  263. package/dist/styled-components/es/components/Scrollbar/Scrollbar.js +5 -30
  264. package/dist/styled-components/es/components/Select/Select.config.js +561 -617
  265. package/dist/styled-components/es/components/Select/Select.js +8 -35
  266. package/dist/styled-components/es/components/Spinner/Spinner.config.js +22 -81
  267. package/dist/styled-components/es/components/Spinner/Spinner.js +4 -4
  268. package/dist/styled-components/es/components/Steps/Steps.config.js +180 -233
  269. package/dist/styled-components/es/components/Steps/Steps.js +3 -3
  270. package/dist/styled-components/es/components/Switch/Switch.config.js +79 -157
  271. package/dist/styled-components/es/components/Switch/Switch.js +3 -3
  272. package/dist/styled-components/es/components/Tabs/TabItem.js +26 -50
  273. package/dist/styled-components/es/components/Tabs/Tabs.js +5 -5
  274. package/dist/styled-components/es/components/Tabs/TabsController.js +5 -5
  275. package/dist/styled-components/es/components/Tabs/horizontal/HorizontalIconTabItem.config.js +38 -75
  276. package/dist/styled-components/es/components/Tabs/horizontal/HorizontalTabItem.config.js +96 -153
  277. package/dist/styled-components/es/components/Tabs/horizontal/HorizontalTabs.config.js +106 -233
  278. package/dist/styled-components/es/components/Tabs/vertical/VerticalIconTabItem.config.js +40 -77
  279. package/dist/styled-components/es/components/Tabs/vertical/VerticalTabItem.config.js +74 -117
  280. package/dist/styled-components/es/components/Tabs/vertical/VerticalTabs.config.js +33 -82
  281. package/dist/styled-components/es/components/TextArea/TextArea.clear.config.js +327 -354
  282. package/dist/styled-components/es/components/TextArea/TextArea.config.js +342 -374
  283. package/dist/styled-components/es/components/TextArea/TextArea.js +5 -5
  284. package/dist/styled-components/es/components/TextField/TextField.config.js +471 -574
  285. package/dist/styled-components/es/components/TextField/TextField.js +2 -2
  286. package/dist/styled-components/es/components/TextFieldGroup/TextFieldGroup.config.js +241 -319
  287. package/dist/styled-components/es/components/TextFieldGroup/TextFieldGroup.js +2 -2
  288. package/dist/styled-components/es/components/Tokens/Colors/Colors.styles.js +39 -52
  289. package/dist/styled-components/es/components/Tokens/NumberTokens/NumberTokens.styles.js +13 -13
  290. package/dist/styled-components/es/components/Tokens/Typography/Typography.styles.js +56 -83
  291. package/dist/styled-components/es/components/Toolbar/Toolbar.config.js +26 -56
  292. package/dist/styled-components/es/components/Toolbar/Toolbar.js +4 -4
  293. package/dist/styled-components/es/components/Tooltip/Tooltip.config.js +56 -82
  294. package/dist/styled-components/es/components/Tooltip/Tooltip.js +2 -2
  295. package/dist/styled-components/es/components/Tree/Tree.config.js +83 -114
  296. package/dist/styled-components/es/components/Tree/Tree.js +2 -2
  297. package/dist/styled-components/es/components/Typography/Body.config.js +55 -105
  298. package/dist/styled-components/es/components/Typography/Dspl.config.js +33 -67
  299. package/dist/styled-components/es/components/Typography/Heading.config.js +55 -105
  300. package/dist/styled-components/es/components/Typography/Text.config.js +44 -86
  301. package/dist/styled-components/es/components/Typography/Typography.js +51 -51
  302. package/dist/styled-components/es/components/ViewContainer/ViewContainer.config.js +7 -33
  303. package/dist/styled-components/es/components/ViewContainer/ViewContainer.js +2 -2
  304. package/dist/styled-components/es/mixins/index.js +1 -1
  305. package/package.json +24 -24
  306. package/types/components/Combobox/Combobox.d.ts +211 -1227
  307. package/types/components/Dropzone/Dropzone.d.ts +1 -0
  308. package/types/components/List/List.d.ts +3 -0
  309. package/types/components/Progress/Progress.config.d.ts +8 -0
  310. package/types/components/Progress/Progress.d.ts +7 -0
  311. package/types/components/Select/Select.d.ts +24 -24
  312. package/types/components/TextArea/TextArea.d.ts +25 -1731
  313. package/dist/css/cjs/components/Progress/Progress.config_pwxa19.css +0 -8
  314. package/dist/css/es/components/Progress/Progress.config_pwxa19.css +0 -8
@@ -1,611 +1,5 @@
1
- function _tagged_template_literal(strings, raw) {
2
- if (!raw) {
3
- raw = strings.slice(0);
4
- }
5
- return Object.freeze(Object.defineProperties(strings, {
6
- raw: {
7
- value: Object.freeze(raw)
8
- }
9
- }));
10
- }
11
- function _templateObject() {
12
- var data = _tagged_template_literal([
13
- "\n ",
14
- ": var(--inverse-text-primary);\n ",
15
- ": var(--inverse-text-secondary);\n ",
16
- ": var(--surface-solid-default);\n ",
17
- ": var(",
18
- ");\n ",
19
- ": var(--inverse-text-primary);\n ",
20
- ": var(--surface-solid-default-hover);\n ",
21
- ": var(--inverse-text-primary);\n ",
22
- ": var(--surface-solid-default-active);\n\n ",
23
- ": 0.4;\n ",
24
- ": var(--surface-accent);\n\n ",
25
- ": var(--text-primary);\n ",
26
- ": var(--text-secondary);\n ",
27
- ": var(--text-primary);\n ",
28
- ": var(--text-secondary);\n ",
29
- ": transparent;\n\n ",
30
- ": var(--inverse-text-primary);\n ",
31
- ": var(--surface-solid-default);\n ",
32
- ": var(",
33
- ");\n ",
34
- ": var(--inverse-text-primary);\n ",
35
- ": var(--surface-solid-default-hover);\n ",
36
- ": var(--inverse-text-primary);\n ",
37
- ": var(--surface-solid-default-active);\n\n ",
38
- ": 0.4;\n ",
39
- ": var(--surface-accent);\n\n ",
40
- ": var(--text-secondary);\n ",
41
- ": var(--surface-clear);\n ",
42
- ": var(",
43
- ");\n ",
44
- ": var(--text-secondary-hover);\n ",
45
- ": var(--surface-clear);\n ",
46
- ": var(--text-secondary-active);\n ",
47
- ": var(--surface-clear);\n\n ",
48
- ": 0.4;\n ",
49
- ": var(--surface-accent);\n\n ",
50
- ": var(--text-primary);\n "
51
- ]);
52
- _templateObject = function _templateObject() {
53
- return data;
54
- };
55
- return data;
56
- }
57
- function _templateObject1() {
58
- var data = _tagged_template_literal([
59
- "\n ",
60
- ": var(--on-dark-text-primary);\n ",
61
- ": var(--on-dark-text-secondary);\n ",
62
- ": var(--surface-accent);\n ",
63
- ": var(",
64
- ");\n ",
65
- ": var(--on-dark-text-primary);\n ",
66
- ": var(--surface-accent-hover);\n ",
67
- ": var(--on-dark-text-primary);\n ",
68
- ": var(--surface-accent-active);\n\n ",
69
- ": 0.4;\n ",
70
- ": var(--surface-accent);\n\n ",
71
- ": var(--text-primary);\n ",
72
- ": var(--text-secondary);\n ",
73
- ": var(--text-primary);\n ",
74
- ": var(--text-secondary);\n ",
75
- ": transparent;\n\n ",
76
- ": var(--on-dark-text-primary);\n ",
77
- ": var(--surface-accent);\n ",
78
- ": var(",
79
- ");\n ",
80
- ": var(--on-dark-text-primary);\n ",
81
- ": var(--surface-accent-hover);\n ",
82
- ": var(--on-dark-text-primary);\n ",
83
- ": var(--surface-accent-active);\n\n ",
84
- ": 0.4;\n ",
85
- ": var(--surface-accent);\n\n ",
86
- ": var(--text-secondary);\n ",
87
- ": var(--surface-clear);\n ",
88
- ": var(",
89
- ");\n ",
90
- ": var(--text-secondary-hover);\n ",
91
- ": var(--surface-clear);\n ",
92
- ": var(--text-secondary-active);\n ",
93
- ": var(--surface-clear);\n\n ",
94
- ": 0.4;\n ",
95
- ": var(--surface-accent);\n\n ",
96
- ": var(--text-primary);\n "
97
- ]);
98
- _templateObject1 = function _templateObject() {
99
- return data;
100
- };
101
- return data;
102
- }
103
- function _templateObject2() {
104
- var data = _tagged_template_literal([
105
- "\n ",
106
- ": var(--text-primary);\n ",
107
- ": var(--text-secondary);\n ",
108
- ": var(--surface-solid-secondary);\n ",
109
- ": var(",
110
- ");\n ",
111
- ": var(--text-primary);\n ",
112
- ": var(--surface-solid-secondary-hover);\n ",
113
- ": var(--text-primary);\n ",
114
- ": var(--surface-solid-secondary-active);\n\n ",
115
- ": 0.4;\n ",
116
- ": var(--surface-accent);\n\n ",
117
- ": var(--text-primary);\n ",
118
- ": var(--text-secondary);\n ",
119
- ": var(--text-primary);\n ",
120
- ": var(--text-secondary);\n ",
121
- ": transparent;\n\n ",
122
- ": var(--text-primary);\n ",
123
- ": var(--surface-solid-secondary);\n ",
124
- ": var(",
125
- ");\n ",
126
- ": var(--text-primary);\n ",
127
- ": var(--surface-solid-secondary-hover);\n ",
128
- ": var(--text-primary);\n ",
129
- ": var(--surface-solid-secondary-active);\n\n ",
130
- ": 0.4;\n ",
131
- ": var(--surface-accent);\n\n ",
132
- ": var(--text-secondary);\n ",
133
- ": var(--surface-clear);\n ",
134
- ": var(",
135
- ");\n ",
136
- ": var(--text-secondary-hover);\n ",
137
- ": var(--surface-clear);\n ",
138
- ": var(--text-secondary-active);\n ",
139
- ": var(--surface-clear);\n\n ",
140
- ": 0.4;\n ",
141
- ": var(--surface-accent);\n\n ",
142
- ": var(--text-primary);\n "
143
- ]);
144
- _templateObject2 = function _templateObject() {
145
- return data;
146
- };
147
- return data;
148
- }
149
- function _templateObject3() {
150
- var data = _tagged_template_literal([
151
- "\n ",
152
- ": var(--text-primary);\n ",
153
- ": var(--text-secondary);\n ",
154
- ": var(--surface-clear);\n ",
155
- ": var(",
156
- ");\n ",
157
- ": var(--text-primary-hover);\n ",
158
- ": var(--surface-clear);\n ",
159
- ": var(--text-primary-active);\n ",
160
- ": var(--surface-clear);\n\n ",
161
- ": 0.4;\n ",
162
- ": var(--surface-accent);\n\n ",
163
- ": var(--text-primary);\n ",
164
- ": var(--text-secondary);\n ",
165
- ": var(--text-primary);\n ",
166
- ": var(--text-secondary);\n ",
167
- ": transparent;\n\n ",
168
- ": var(--text-primary);\n ",
169
- ": var(--surface-clear);\n ",
170
- ": var(",
171
- ");\n ",
172
- ": var(--text-primary-hover);\n ",
173
- ": var(--surface-clear);\n ",
174
- ": var(--text-primary-active);\n ",
175
- ": var(--surface-clear);\n\n ",
176
- ": 0.4;\n ",
177
- ": var(--surface-accent);\n\n ",
178
- ": var(--text-secondary);\n ",
179
- ": var(--surface-clear);\n ",
180
- ": var(",
181
- ");\n ",
182
- ": var(--text-secondary-hover);\n ",
183
- ": var(--surface-clear);\n ",
184
- ": var(--text-secondary-active);\n ",
185
- ": var(--surface-clear);\n\n ",
186
- ": 0.4;\n ",
187
- ": var(--surface-accent);\n\n ",
188
- ": var(--text-primary);\n "
189
- ]);
190
- _templateObject3 = function _templateObject() {
191
- return data;
192
- };
193
- return data;
194
- }
195
- function _templateObject4() {
196
- var data = _tagged_template_literal([
197
- "\n ",
198
- ": var(--on-dark-text-primary);\n ",
199
- ": var(--on-dark-text-secondary);\n ",
200
- ": var(--surface-positive);\n ",
201
- ": var(",
202
- ");\n ",
203
- ": var(--on-dark-text-primary);\n ",
204
- ": var(--surface-positive-hover);\n ",
205
- ": var(--on-dark-text-primary);\n ",
206
- ": var(--surface-positive-active);\n\n ",
207
- ": 0.4;\n ",
208
- ": var(--surface-accent);\n\n ",
209
- ": var(--text-primary);\n ",
210
- ": var(--text-secondary);\n ",
211
- ": var(--text-primary);\n ",
212
- ": var(--text-secondary);\n ",
213
- ": transparent;\n\n ",
214
- ": var(--on-dark-text-primary);\n ",
215
- ": var(--surface-positive);\n ",
216
- ": var(",
217
- ");\n ",
218
- ": var(--on-dark-text-primary);\n ",
219
- ": var(--surface-positive-hover);\n ",
220
- ": var(--on-dark-text-primary);\n ",
221
- ": var(--surface-positive-active);\n\n ",
222
- ": 0.4;\n ",
223
- ": var(--surface-accent);\n\n ",
224
- ": var(--text-secondary);\n ",
225
- ": var(--surface-clear);\n ",
226
- ": var(",
227
- ");\n ",
228
- ": var(--text-secondary-hover);\n ",
229
- ": var(--surface-clear);\n ",
230
- ": var(--text-secondary-active);\n ",
231
- ": var(--surface-clear);\n\n ",
232
- ": 0.4;\n ",
233
- ": var(--surface-accent);\n\n ",
234
- ": var(--text-primary);\n "
235
- ]);
236
- _templateObject4 = function _templateObject() {
237
- return data;
238
- };
239
- return data;
240
- }
241
- function _templateObject5() {
242
- var data = _tagged_template_literal([
243
- "\n ",
244
- ": var(--on-dark-text-primary);\n ",
245
- ": var(--on-dark-text-secondary);\n ",
246
- ": var(--surface-warning);\n ",
247
- ": var(",
248
- ");\n ",
249
- ": var(--on-dark-text-primary);\n ",
250
- ": var(--surface-warning-hover);\n ",
251
- ": var(--on-dark-text-primary);\n ",
252
- ": var(--surface-warning-active);\n\n ",
253
- ": 0.4;\n ",
254
- ": var(--surface-accent);\n\n ",
255
- ": var(--text-primary);\n ",
256
- ": var(--text-secondary);\n ",
257
- ": var(--text-primary);\n ",
258
- ": var(--text-secondary);\n ",
259
- ": transparent;\n\n ",
260
- ": var(--on-dark-text-primary);\n ",
261
- ": var(--surface-warning);\n ",
262
- ": var(",
263
- ");\n ",
264
- ": var(--on-dark-text-primary);\n ",
265
- ": var(--surface-warning-hover);\n ",
266
- ": var(--on-dark-text-primary);\n ",
267
- ": var(--surface-warning-active);\n\n ",
268
- ": 0.4;\n ",
269
- ": var(--surface-accent);\n\n ",
270
- ": var(--text-secondary);\n ",
271
- ": var(--surface-clear);\n ",
272
- ": var(",
273
- ");\n ",
274
- ": var(--text-secondary-hover);\n ",
275
- ": var(--surface-clear);\n ",
276
- ": var(--text-secondary-active);\n ",
277
- ": var(--surface-clear);\n\n ",
278
- ": 0.4;\n ",
279
- ": var(--surface-accent);\n\n ",
280
- ": var(--text-primary);\n "
281
- ]);
282
- _templateObject5 = function _templateObject() {
283
- return data;
284
- };
285
- return data;
286
- }
287
- function _templateObject6() {
288
- var data = _tagged_template_literal([
289
- "\n ",
290
- ": var(--on-dark-text-primary);\n ",
291
- ": var(--on-dark-text-secondary);\n ",
292
- ": var(--surface-negative);\n ",
293
- ": var(",
294
- ");\n ",
295
- ": var(--on-dark-text-primary);\n ",
296
- ": var(--surface-negative-hover);\n ",
297
- ": var(--on-dark-text-primary);\n ",
298
- ": var(--surface-negative-active);\n\n ",
299
- ": var(--text-primary);\n ",
300
- ": var(--text-secondary);\n ",
301
- ": var(--text-primary);\n ",
302
- ": var(--text-secondary);\n ",
303
- ": transparent;\n\n ",
304
- ": var(--on-dark-text-primary);\n ",
305
- ": var(--surface-negative);\n ",
306
- ": var(",
307
- ");\n ",
308
- ": var(--on-dark-text-primary);\n ",
309
- ": var(--surface-negative-hover);\n ",
310
- ": var(--on-dark-text-primary);\n ",
311
- ": var(--surface-negative-active);\n\n ",
312
- ": 0.4;\n ",
313
- ": var(--surface-accent);\n\n ",
314
- ": var(--text-secondary);\n ",
315
- ": var(--surface-clear);\n ",
316
- ": var(",
317
- ");\n ",
318
- ": var(--text-secondary-hover);\n ",
319
- ": var(--surface-clear);\n ",
320
- ": var(--text-secondary-active);\n ",
321
- ": var(--surface-clear);\n\n ",
322
- ": 0.4;\n ",
323
- ": var(--surface-accent);\n\n ",
324
- ": var(--text-primary);\n "
325
- ]);
326
- _templateObject6 = function _templateObject() {
327
- return data;
328
- };
329
- return data;
330
- }
331
- function _templateObject7() {
332
- var data = _tagged_template_literal([
333
- "\n ",
334
- ": var(--on-dark-text-primary);\n ",
335
- ": var(--on-dark-text-secondary);\n ",
336
- ": var(--on-light-surface-solid-default);\n ",
337
- ": var(",
338
- ");\n ",
339
- ": var(--on-dark-text-primary);\n ",
340
- ": var(--on-light-surface-solid-default-hover);\n ",
341
- ": var(--on-dark-text-primary);\n ",
342
- ": var(--on-light-surface-solid-default-active);\n\n ",
343
- ": 0.4;\n ",
344
- ": var(--surface-accent);\n\n ",
345
- ": var(--text-primary);\n ",
346
- ": var(--text-secondary);\n ",
347
- ": var(--text-primary);\n ",
348
- ": var(--text-secondary);\n ",
349
- ": transparent;\n\n ",
350
- ": var(--on-dark-text-primary);\n ",
351
- ": var(--on-light-surface-solid-default);\n ",
352
- ": var(",
353
- ");\n ",
354
- ": var(--on-dark-text-primary);\n ",
355
- ": var(--on-light-surface-solid-default-hover);\n ",
356
- ": var(--on-dark-text-primary);\n ",
357
- ": var(--on-light-surface-solid-default-active);\n\n ",
358
- ": 0.4;\n ",
359
- ": var(--surface-accent);\n\n ",
360
- ": var(--text-secondary);\n ",
361
- ": var(--surface-clear);\n ",
362
- ": var(",
363
- ");\n ",
364
- ": var(--text-secondary-hover);\n ",
365
- ": var(--surface-clear);\n ",
366
- ": var(--text-secondary-active);\n ",
367
- ": var(--surface-clear);\n\n ",
368
- ": 0.4;\n ",
369
- ": var(--surface-accent);\n\n ",
370
- ": var(--text-primary);\n "
371
- ]);
372
- _templateObject7 = function _templateObject() {
373
- return data;
374
- };
375
- return data;
376
- }
377
- function _templateObject8() {
378
- var data = _tagged_template_literal([
379
- "\n ",
380
- ": var(--on-light-text-primary);\n ",
381
- ": var(--on-light-text-secondary);\n ",
382
- ": var(--on-dark-surface-solid-default);\n ",
383
- ": var(",
384
- ");\n ",
385
- ": var(--on-light-text-primary);\n ",
386
- ": var(--on-dark-surface-solid-default-hover);\n ",
387
- ": var(--on-light-text-primary);\n ",
388
- ": var(--on-dark-surface-solid-default-active);\n\n ",
389
- ": 0.4;\n ",
390
- ": var(--surface-accent);\n\n ",
391
- ": var(--text-primary);\n ",
392
- ": var(--text-secondary);\n ",
393
- ": var(--text-primary);\n ",
394
- ": var(--text-secondary);\n ",
395
- ": transparent;\n\n ",
396
- ": var(--on-light-text-primary);\n ",
397
- ": var(--on-dark-surface-solid-default);\n ",
398
- ": var(",
399
- ");\n ",
400
- ": var(--on-light-text-primary);\n ",
401
- ": var(--on-dark-surface-solid-default-hover);\n ",
402
- ": var(--on-light-text-primary);\n ",
403
- ": var(--on-dark-surface-solid-default-active);\n\n ",
404
- ": 0.4;\n ",
405
- ": var(--surface-accent);\n\n ",
406
- ": var(--text-secondary);\n ",
407
- ": var(--surface-clear);\n ",
408
- ": var(",
409
- ");\n ",
410
- ": var(--text-secondary-hover);\n ",
411
- ": var(--surface-clear);\n ",
412
- ": var(--text-secondary-active);\n ",
413
- ": var(--surface-clear);\n\n ",
414
- ": 0.4;\n ",
415
- ": var(--surface-accent);\n\n ",
416
- ": var(--text-primary);\n "
417
- ]);
418
- _templateObject8 = function _templateObject() {
419
- return data;
420
- };
421
- return data;
422
- }
423
- function _templateObject9() {
424
- var data = _tagged_template_literal([
425
- "\n ",
426
- ": var(--text-secondary);\n "
427
- ]);
428
- _templateObject9 = function _templateObject() {
429
- return data;
430
- };
431
- return data;
432
- }
433
- function _templateObject10() {
434
- var data = _tagged_template_literal([
435
- "\n ",
436
- ": var(--text-negative);\n "
437
- ]);
438
- _templateObject10 = function _templateObject() {
439
- return data;
440
- };
441
- return data;
442
- }
443
- function _templateObject11() {
444
- var data = _tagged_template_literal([
445
- "\n ",
446
- ": 1.25rem;\n ",
447
- ": 0.5rem;\n ",
448
- ": 1.625rem;\n\n ",
449
- ": 3rem;\n ",
450
- ": 2rem;\n ",
451
- ": 3rem;\n ",
452
- ": 11.25rem;\n ",
453
- ": 1.25rem;\n ",
454
- ": 0.75rem;\n ",
455
- ": var(--plasma-typo-body-m-font-family);\n ",
456
- ": var(--plasma-typo-body-m-font-size);\n ",
457
- ": var(--plasma-typo-body-m-font-style);\n ",
458
- ": var(--plasma-typo-body-m-bold-font-weight);\n ",
459
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
460
- ": var(--plasma-typo-body-m-line-height);\n\n ",
461
- ": 1.375rem;\n ",
462
- ": inherit;\n\n ",
463
- ": 0 0.375rem 0 -0.125rem;\n ",
464
- ": 0 -0.125rem 0 0.375rem;\n ",
465
- ": 0 0 0 0.25rem;\n\n ",
466
- ": fit-content;\n\n ",
467
- ": 0rem;\n ",
468
- ": 0rem;\n ",
469
- ": 0rem;\n ",
470
- ": 0rem;\n\n ",
471
- ": 0.125rem;\n ",
472
- ": 0.375rem;\n\n ",
473
- ": var(--plasma-typo-body-s-font-family);\n ",
474
- ": var(--plasma-typo-body-s-font-size);\n ",
475
- ": var(--plasma-typo-body-s-font-style);\n ",
476
- ": var(--plasma-typo-body-s-font-weight);\n ",
477
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
478
- ": var(--plasma-typo-body-s-line-height);\n\n ",
479
- ": var(--plasma-typo-body-m-font-family);\n ",
480
- ": var(--plasma-typo-body-m-font-size);\n ",
481
- ": var(--plasma-typo-body-m-font-style);\n ",
482
- ": var(--plasma-typo-body-m-font-weight);\n ",
483
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
484
- ": var(--plasma-typo-body-m-line-height);\n\n ",
485
- ": var(--plasma-typo-body-s-font-family);\n ",
486
- ": var(--plasma-typo-body-s-font-size);\n ",
487
- ": var(--plasma-typo-body-s-font-style);\n ",
488
- ": var(--plasma-typo-body-s-font-weight);\n ",
489
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
490
- ": var(--plasma-typo-body-s-line-height);\n\n ",
491
- ": 3rem;\n ",
492
- ": 3rem;\n ",
493
- ": 1.25rem;\n ",
494
- ": 0.75rem;\n ",
495
- ": var(--plasma-typo-body-m-font-family);\n ",
496
- ": var(--plasma-typo-body-m-font-size);\n ",
497
- ": var(--plasma-typo-body-m-font-style);\n ",
498
- ": var(--plasma-typo-body-m-bold-font-weight);\n ",
499
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
500
- ": var(--plasma-typo-body-m-line-height);\n\n ",
501
- ": 1.375rem;\n ",
502
- ": inherit;\n\n ",
503
- ": 2rem;\n ",
504
- ": 2rem;\n ",
505
- ": 0.75rem;\n ",
506
- ": 0.5rem;\n ",
507
- ": var(--plasma-typo-body-xs-font-family);\n ",
508
- ": var(--plasma-typo-body-xs-font-size);\n ",
509
- ": var(--plasma-typo-body-xs-font-style);\n ",
510
- ": var(--plasma-typo-body-xs-bold-font-weight);\n ",
511
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
512
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
513
- ": 1rem;\n ",
514
- ": inherit;\n\n ",
515
- ": 0.5rem;\n\n ",
516
- ": 0.75rem;\n ",
517
- ": 0.125rem;\n ",
518
- ": 0.5rem 0.875rem;\n "
519
- ]);
520
- _templateObject11 = function _templateObject() {
521
- return data;
522
- };
523
- return data;
524
- }
525
- function _templateObject12() {
526
- var data = _tagged_template_literal([
527
- "\n ",
528
- ": 1rem;\n ",
529
- ": 0.375rem;\n ",
530
- ": 1.5rem;\n\n ",
531
- ": 2.5rem;\n ",
532
- ": 2rem;\n ",
533
- ": 2.5rem;\n ",
534
- ": 11.25rem;\n ",
535
- ": 1rem;\n ",
536
- ": 0.625rem;\n ",
537
- ": var(--plasma-typo-body-s-font-family);\n ",
538
- ": var(--plasma-typo-body-s-font-size);\n ",
539
- ": var(--plasma-typo-body-s-font-style);\n ",
540
- ": var(--plasma-typo-body-s-bold-font-weight);\n ",
541
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
542
- ": var(--plasma-typo-body-s-line-height);\n\n ",
543
- ": 1.375rem;\n ",
544
- ": inherit;\n\n ",
545
- ": 0 0.25rem 0 -0.125rem;\n ",
546
- ": 0 -0.125rem 0 0.25rem;\n ",
547
- ": 0 0 0 0.25rem;\n\n ",
548
- ": fit-content;\n\n ",
549
- ": 0rem;\n ",
550
- ": 0rem;\n ",
551
- ": 0rem;\n ",
552
- ": 0rem;\n\n ",
553
- ": 0.125rem;\n ",
554
- ": 0.375rem;\n\n ",
555
- ": var(--plasma-typo-body-xs-font-family);\n ",
556
- ": var(--plasma-typo-body-xs-font-size);\n ",
557
- ": var(--plasma-typo-body-xs-font-style);\n ",
558
- ": var(--plasma-typo-body-xs-font-weight);\n ",
559
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
560
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
561
- ": var(--plasma-typo-body-s-font-family);\n ",
562
- ": var(--plasma-typo-body-s-font-size);\n ",
563
- ": var(--plasma-typo-body-s-font-style);\n ",
564
- ": var(--plasma-typo-body-s-font-weight);\n ",
565
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
566
- ": var(--plasma-typo-body-s-line-height);\n\n ",
567
- ": var(--plasma-typo-body-xs-font-family);\n ",
568
- ": var(--plasma-typo-body-xs-font-size);\n ",
569
- ": var(--plasma-typo-body-xs-font-style);\n ",
570
- ": var(--plasma-typo-body-xs-font-weight);\n ",
571
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
572
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
573
- ": 2.5rem;\n ",
574
- ": 2.5rem;\n ",
575
- ": 1rem;\n ",
576
- ": 0.625rem;\n ",
577
- ": var(--plasma-typo-body-s-font-family);\n ",
578
- ": var(--plasma-typo-body-s-font-size);\n ",
579
- ": var(--plasma-typo-body-s-font-style);\n ",
580
- ": var(--plasma-typo-body-s-bold-font-weight);\n ",
581
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
582
- ": var(--plasma-typo-body-s-line-height);\n\n ",
583
- ": 1.375rem;\n ",
584
- ": inherit;\n\n ",
585
- ": 2rem;\n ",
586
- ": 2rem;\n ",
587
- ": 0.75rem;\n ",
588
- ": 0.5rem;\n ",
589
- ": var(--plasma-typo-body-xs-font-family);\n ",
590
- ": var(--plasma-typo-body-xs-font-size);\n ",
591
- ": var(--plasma-typo-body-xs-font-style);\n ",
592
- ": var(--plasma-typo-body-xs-bold-font-weight);\n ",
593
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
594
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
595
- ": 1rem;\n ",
596
- ": inherit;\n\n ",
597
- ": 0.25rem;\n\n ",
598
- ": 0.625rem;\n ",
599
- ": 0.125rem;\n ",
600
- ": 0.25rem 0.75rem;\n "
601
- ]);
602
- _templateObject12 = function _templateObject() {
603
- return data;
604
- };
605
- return data;
606
- }
607
1
  import { css, attachTokens } from '@salutejs/plasma-new-hope/styled-components';
608
- export var config = {
2
+ export const config = {
609
3
  defaults: {
610
4
  view: 'default',
611
5
  helperTextView: 'default',
@@ -614,23 +8,580 @@ export var config = {
614
8
  },
615
9
  variations: {
616
10
  view: {
617
- default: css(_templateObject(), attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
618
- accent: css(_templateObject1(), attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
619
- secondary: css(_templateObject2(), attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
620
- clear: css(_templateObject3(), attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
621
- positive: css(_templateObject4(), attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
622
- warning: css(_templateObject5(), attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
623
- negative: css(_templateObject6(), attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
624
- black: css(_templateObject7(), attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
625
- white: css(_templateObject8(), attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor)
11
+ default: css`
12
+ ${attachTokens.buttonColor}: var(--inverse-text-primary);
13
+ ${attachTokens.buttonValueColor}: var(--inverse-text-secondary);
14
+ ${attachTokens.buttonBackgroundColor}: var(--surface-solid-default);
15
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
16
+ ${attachTokens.buttonColorHover}: var(--inverse-text-primary);
17
+ ${attachTokens.buttonBackgroundColorHover}: var(--surface-solid-default-hover);
18
+ ${attachTokens.buttonColorActive}: var(--inverse-text-primary);
19
+ ${attachTokens.buttonBackgroundColorActive}: var(--surface-solid-default-active);
20
+
21
+ ${attachTokens.buttonDisabledOpacity}: 0.4;
22
+ ${attachTokens.buttonFocusColor}: var(--surface-accent);
23
+
24
+ ${attachTokens.cellColor}: var(--text-primary);
25
+ ${attachTokens.cellLabelColor}: var(--text-secondary);
26
+ ${attachTokens.cellTitleColor}: var(--text-primary);
27
+ ${attachTokens.cellSubtitleColor}: var(--text-secondary);
28
+ ${attachTokens.cellBackgroundColor}: transparent;
29
+
30
+ ${attachTokens.iconButtonColor}: var(--inverse-text-primary);
31
+ ${attachTokens.iconButtonBackgroundColor}: var(--surface-solid-default);
32
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
33
+ ${attachTokens.iconButtonColorHover}: var(--inverse-text-primary);
34
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--surface-solid-default-hover);
35
+ ${attachTokens.iconButtonColorActive}: var(--inverse-text-primary);
36
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--surface-solid-default-active);
37
+
38
+ ${attachTokens.iconButtonDisabledOpacity}: 0.4;
39
+ ${attachTokens.iconButtonFocusColor}: var(--surface-accent);
40
+
41
+ ${attachTokens.iconButtonCancelColor}: var(--text-secondary);
42
+ ${attachTokens.iconButtonCancelBackgroundColor}: var(--surface-clear);
43
+ ${attachTokens.iconButtonCancelLoadingBackgroundColor}: var(${attachTokens.iconButtonCancelBackgroundColor});
44
+ ${attachTokens.iconButtonCancelColorHover}: var(--text-secondary-hover);
45
+ ${attachTokens.iconButtonCancelBackgroundColorHover}: var(--surface-clear);
46
+ ${attachTokens.iconButtonCancelColorActive}: var(--text-secondary-active);
47
+ ${attachTokens.iconButtonCancelBackgroundColorActive}: var(--surface-clear);
48
+
49
+ ${attachTokens.iconButtonCancelDisabledOpacity}: 0.4;
50
+ ${attachTokens.iconButtonCancelFocusColor}: var(--surface-accent);
51
+
52
+ ${attachTokens.moreIconColor}: var(--text-primary);
53
+ `,
54
+ accent: css`
55
+ ${attachTokens.buttonColor}: var(--on-dark-text-primary);
56
+ ${attachTokens.buttonValueColor}: var(--on-dark-text-secondary);
57
+ ${attachTokens.buttonBackgroundColor}: var(--surface-accent);
58
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
59
+ ${attachTokens.buttonColorHover}: var(--on-dark-text-primary);
60
+ ${attachTokens.buttonBackgroundColorHover}: var(--surface-accent-hover);
61
+ ${attachTokens.buttonColorActive}: var(--on-dark-text-primary);
62
+ ${attachTokens.buttonBackgroundColorActive}: var(--surface-accent-active);
63
+
64
+ ${attachTokens.buttonDisabledOpacity}: 0.4;
65
+ ${attachTokens.buttonFocusColor}: var(--surface-accent);
66
+
67
+ ${attachTokens.cellColor}: var(--text-primary);
68
+ ${attachTokens.cellLabelColor}: var(--text-secondary);
69
+ ${attachTokens.cellTitleColor}: var(--text-primary);
70
+ ${attachTokens.cellSubtitleColor}: var(--text-secondary);
71
+ ${attachTokens.cellBackgroundColor}: transparent;
72
+
73
+ ${attachTokens.iconButtonColor}: var(--on-dark-text-primary);
74
+ ${attachTokens.iconButtonBackgroundColor}: var(--surface-accent);
75
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
76
+ ${attachTokens.iconButtonColorHover}: var(--on-dark-text-primary);
77
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--surface-accent-hover);
78
+ ${attachTokens.iconButtonColorActive}: var(--on-dark-text-primary);
79
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--surface-accent-active);
80
+
81
+ ${attachTokens.iconButtonDisabledOpacity}: 0.4;
82
+ ${attachTokens.iconButtonFocusColor}: var(--surface-accent);
83
+
84
+ ${attachTokens.iconButtonCancelColor}: var(--text-secondary);
85
+ ${attachTokens.iconButtonCancelBackgroundColor}: var(--surface-clear);
86
+ ${attachTokens.iconButtonCancelLoadingBackgroundColor}: var(${attachTokens.iconButtonCancelBackgroundColor});
87
+ ${attachTokens.iconButtonCancelColorHover}: var(--text-secondary-hover);
88
+ ${attachTokens.iconButtonCancelBackgroundColorHover}: var(--surface-clear);
89
+ ${attachTokens.iconButtonCancelColorActive}: var(--text-secondary-active);
90
+ ${attachTokens.iconButtonCancelBackgroundColorActive}: var(--surface-clear);
91
+
92
+ ${attachTokens.iconButtonCancelDisabledOpacity}: 0.4;
93
+ ${attachTokens.iconButtonCancelFocusColor}: var(--surface-accent);
94
+
95
+ ${attachTokens.moreIconColor}: var(--text-primary);
96
+ `,
97
+ secondary: css`
98
+ ${attachTokens.buttonColor}: var(--text-primary);
99
+ ${attachTokens.buttonValueColor}: var(--text-secondary);
100
+ ${attachTokens.buttonBackgroundColor}: var(--surface-solid-secondary);
101
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
102
+ ${attachTokens.buttonColorHover}: var(--text-primary);
103
+ ${attachTokens.buttonBackgroundColorHover}: var(--surface-solid-secondary-hover);
104
+ ${attachTokens.buttonColorActive}: var(--text-primary);
105
+ ${attachTokens.buttonBackgroundColorActive}: var(--surface-solid-secondary-active);
106
+
107
+ ${attachTokens.buttonDisabledOpacity}: 0.4;
108
+ ${attachTokens.buttonFocusColor}: var(--surface-accent);
109
+
110
+ ${attachTokens.cellColor}: var(--text-primary);
111
+ ${attachTokens.cellLabelColor}: var(--text-secondary);
112
+ ${attachTokens.cellTitleColor}: var(--text-primary);
113
+ ${attachTokens.cellSubtitleColor}: var(--text-secondary);
114
+ ${attachTokens.cellBackgroundColor}: transparent;
115
+
116
+ ${attachTokens.iconButtonColor}: var(--text-primary);
117
+ ${attachTokens.iconButtonBackgroundColor}: var(--surface-solid-secondary);
118
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
119
+ ${attachTokens.iconButtonColorHover}: var(--text-primary);
120
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--surface-solid-secondary-hover);
121
+ ${attachTokens.iconButtonColorActive}: var(--text-primary);
122
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--surface-solid-secondary-active);
123
+
124
+ ${attachTokens.iconButtonDisabledOpacity}: 0.4;
125
+ ${attachTokens.iconButtonFocusColor}: var(--surface-accent);
126
+
127
+ ${attachTokens.iconButtonCancelColor}: var(--text-secondary);
128
+ ${attachTokens.iconButtonCancelBackgroundColor}: var(--surface-clear);
129
+ ${attachTokens.iconButtonCancelLoadingBackgroundColor}: var(${attachTokens.iconButtonCancelBackgroundColor});
130
+ ${attachTokens.iconButtonCancelColorHover}: var(--text-secondary-hover);
131
+ ${attachTokens.iconButtonCancelBackgroundColorHover}: var(--surface-clear);
132
+ ${attachTokens.iconButtonCancelColorActive}: var(--text-secondary-active);
133
+ ${attachTokens.iconButtonCancelBackgroundColorActive}: var(--surface-clear);
134
+
135
+ ${attachTokens.iconButtonCancelDisabledOpacity}: 0.4;
136
+ ${attachTokens.iconButtonCancelFocusColor}: var(--surface-accent);
137
+
138
+ ${attachTokens.moreIconColor}: var(--text-primary);
139
+ `,
140
+ clear: css`
141
+ ${attachTokens.buttonColor}: var(--text-primary);
142
+ ${attachTokens.buttonValueColor}: var(--text-secondary);
143
+ ${attachTokens.buttonBackgroundColor}: var(--surface-clear);
144
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
145
+ ${attachTokens.buttonColorHover}: var(--text-primary-hover);
146
+ ${attachTokens.buttonBackgroundColorHover}: var(--surface-clear);
147
+ ${attachTokens.buttonColorActive}: var(--text-primary-active);
148
+ ${attachTokens.buttonBackgroundColorActive}: var(--surface-clear);
149
+
150
+ ${attachTokens.buttonDisabledOpacity}: 0.4;
151
+ ${attachTokens.buttonFocusColor}: var(--surface-accent);
152
+
153
+ ${attachTokens.cellColor}: var(--text-primary);
154
+ ${attachTokens.cellLabelColor}: var(--text-secondary);
155
+ ${attachTokens.cellTitleColor}: var(--text-primary);
156
+ ${attachTokens.cellSubtitleColor}: var(--text-secondary);
157
+ ${attachTokens.cellBackgroundColor}: transparent;
158
+
159
+ ${attachTokens.iconButtonColor}: var(--text-primary);
160
+ ${attachTokens.iconButtonBackgroundColor}: var(--surface-clear);
161
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
162
+ ${attachTokens.iconButtonColorHover}: var(--text-primary-hover);
163
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--surface-clear);
164
+ ${attachTokens.iconButtonColorActive}: var(--text-primary-active);
165
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--surface-clear);
166
+
167
+ ${attachTokens.iconButtonDisabledOpacity}: 0.4;
168
+ ${attachTokens.iconButtonFocusColor}: var(--surface-accent);
169
+
170
+ ${attachTokens.iconButtonCancelColor}: var(--text-secondary);
171
+ ${attachTokens.iconButtonCancelBackgroundColor}: var(--surface-clear);
172
+ ${attachTokens.iconButtonCancelLoadingBackgroundColor}: var(${attachTokens.iconButtonCancelBackgroundColor});
173
+ ${attachTokens.iconButtonCancelColorHover}: var(--text-secondary-hover);
174
+ ${attachTokens.iconButtonCancelBackgroundColorHover}: var(--surface-clear);
175
+ ${attachTokens.iconButtonCancelColorActive}: var(--text-secondary-active);
176
+ ${attachTokens.iconButtonCancelBackgroundColorActive}: var(--surface-clear);
177
+
178
+ ${attachTokens.iconButtonCancelDisabledOpacity}: 0.4;
179
+ ${attachTokens.iconButtonCancelFocusColor}: var(--surface-accent);
180
+
181
+ ${attachTokens.moreIconColor}: var(--text-primary);
182
+ `,
183
+ positive: css`
184
+ ${attachTokens.buttonColor}: var(--on-dark-text-primary);
185
+ ${attachTokens.buttonValueColor}: var(--on-dark-text-secondary);
186
+ ${attachTokens.buttonBackgroundColor}: var(--surface-positive);
187
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
188
+ ${attachTokens.buttonColorHover}: var(--on-dark-text-primary);
189
+ ${attachTokens.buttonBackgroundColorHover}: var(--surface-positive-hover);
190
+ ${attachTokens.buttonColorActive}: var(--on-dark-text-primary);
191
+ ${attachTokens.buttonBackgroundColorActive}: var(--surface-positive-active);
192
+
193
+ ${attachTokens.buttonDisabledOpacity}: 0.4;
194
+ ${attachTokens.buttonFocusColor}: var(--surface-accent);
195
+
196
+ ${attachTokens.cellColor}: var(--text-primary);
197
+ ${attachTokens.cellLabelColor}: var(--text-secondary);
198
+ ${attachTokens.cellTitleColor}: var(--text-primary);
199
+ ${attachTokens.cellSubtitleColor}: var(--text-secondary);
200
+ ${attachTokens.cellBackgroundColor}: transparent;
201
+
202
+ ${attachTokens.iconButtonColor}: var(--on-dark-text-primary);
203
+ ${attachTokens.iconButtonBackgroundColor}: var(--surface-positive);
204
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
205
+ ${attachTokens.iconButtonColorHover}: var(--on-dark-text-primary);
206
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--surface-positive-hover);
207
+ ${attachTokens.iconButtonColorActive}: var(--on-dark-text-primary);
208
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--surface-positive-active);
209
+
210
+ ${attachTokens.iconButtonDisabledOpacity}: 0.4;
211
+ ${attachTokens.iconButtonFocusColor}: var(--surface-accent);
212
+
213
+ ${attachTokens.iconButtonCancelColor}: var(--text-secondary);
214
+ ${attachTokens.iconButtonCancelBackgroundColor}: var(--surface-clear);
215
+ ${attachTokens.iconButtonCancelLoadingBackgroundColor}: var(${attachTokens.iconButtonCancelBackgroundColor});
216
+ ${attachTokens.iconButtonCancelColorHover}: var(--text-secondary-hover);
217
+ ${attachTokens.iconButtonCancelBackgroundColorHover}: var(--surface-clear);
218
+ ${attachTokens.iconButtonCancelColorActive}: var(--text-secondary-active);
219
+ ${attachTokens.iconButtonCancelBackgroundColorActive}: var(--surface-clear);
220
+
221
+ ${attachTokens.iconButtonCancelDisabledOpacity}: 0.4;
222
+ ${attachTokens.iconButtonCancelFocusColor}: var(--surface-accent);
223
+
224
+ ${attachTokens.moreIconColor}: var(--text-primary);
225
+ `,
226
+ warning: css`
227
+ ${attachTokens.buttonColor}: var(--on-dark-text-primary);
228
+ ${attachTokens.buttonValueColor}: var(--on-dark-text-secondary);
229
+ ${attachTokens.buttonBackgroundColor}: var(--surface-warning);
230
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
231
+ ${attachTokens.buttonColorHover}: var(--on-dark-text-primary);
232
+ ${attachTokens.buttonBackgroundColorHover}: var(--surface-warning-hover);
233
+ ${attachTokens.buttonColorActive}: var(--on-dark-text-primary);
234
+ ${attachTokens.buttonBackgroundColorActive}: var(--surface-warning-active);
235
+
236
+ ${attachTokens.buttonDisabledOpacity}: 0.4;
237
+ ${attachTokens.buttonFocusColor}: var(--surface-accent);
238
+
239
+ ${attachTokens.cellColor}: var(--text-primary);
240
+ ${attachTokens.cellLabelColor}: var(--text-secondary);
241
+ ${attachTokens.cellTitleColor}: var(--text-primary);
242
+ ${attachTokens.cellSubtitleColor}: var(--text-secondary);
243
+ ${attachTokens.cellBackgroundColor}: transparent;
244
+
245
+ ${attachTokens.iconButtonColor}: var(--on-dark-text-primary);
246
+ ${attachTokens.iconButtonBackgroundColor}: var(--surface-warning);
247
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
248
+ ${attachTokens.iconButtonColorHover}: var(--on-dark-text-primary);
249
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--surface-warning-hover);
250
+ ${attachTokens.iconButtonColorActive}: var(--on-dark-text-primary);
251
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--surface-warning-active);
252
+
253
+ ${attachTokens.iconButtonDisabledOpacity}: 0.4;
254
+ ${attachTokens.iconButtonFocusColor}: var(--surface-accent);
255
+
256
+ ${attachTokens.iconButtonCancelColor}: var(--text-secondary);
257
+ ${attachTokens.iconButtonCancelBackgroundColor}: var(--surface-clear);
258
+ ${attachTokens.iconButtonCancelLoadingBackgroundColor}: var(${attachTokens.iconButtonCancelBackgroundColor});
259
+ ${attachTokens.iconButtonCancelColorHover}: var(--text-secondary-hover);
260
+ ${attachTokens.iconButtonCancelBackgroundColorHover}: var(--surface-clear);
261
+ ${attachTokens.iconButtonCancelColorActive}: var(--text-secondary-active);
262
+ ${attachTokens.iconButtonCancelBackgroundColorActive}: var(--surface-clear);
263
+
264
+ ${attachTokens.iconButtonCancelDisabledOpacity}: 0.4;
265
+ ${attachTokens.iconButtonCancelFocusColor}: var(--surface-accent);
266
+
267
+ ${attachTokens.moreIconColor}: var(--text-primary);
268
+ `,
269
+ negative: css`
270
+ ${attachTokens.buttonColor}: var(--on-dark-text-primary);
271
+ ${attachTokens.buttonValueColor}: var(--on-dark-text-secondary);
272
+ ${attachTokens.buttonBackgroundColor}: var(--surface-negative);
273
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
274
+ ${attachTokens.buttonColorHover}: var(--on-dark-text-primary);
275
+ ${attachTokens.buttonBackgroundColorHover}: var(--surface-negative-hover);
276
+ ${attachTokens.buttonColorActive}: var(--on-dark-text-primary);
277
+ ${attachTokens.buttonBackgroundColorActive}: var(--surface-negative-active);
278
+
279
+ ${attachTokens.cellColor}: var(--text-primary);
280
+ ${attachTokens.cellLabelColor}: var(--text-secondary);
281
+ ${attachTokens.cellTitleColor}: var(--text-primary);
282
+ ${attachTokens.cellSubtitleColor}: var(--text-secondary);
283
+ ${attachTokens.cellBackgroundColor}: transparent;
284
+
285
+ ${attachTokens.iconButtonColor}: var(--on-dark-text-primary);
286
+ ${attachTokens.iconButtonBackgroundColor}: var(--surface-negative);
287
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
288
+ ${attachTokens.iconButtonColorHover}: var(--on-dark-text-primary);
289
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--surface-negative-hover);
290
+ ${attachTokens.iconButtonColorActive}: var(--on-dark-text-primary);
291
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--surface-negative-active);
292
+
293
+ ${attachTokens.iconButtonDisabledOpacity}: 0.4;
294
+ ${attachTokens.iconButtonFocusColor}: var(--surface-accent);
295
+
296
+ ${attachTokens.iconButtonCancelColor}: var(--text-secondary);
297
+ ${attachTokens.iconButtonCancelBackgroundColor}: var(--surface-clear);
298
+ ${attachTokens.iconButtonCancelLoadingBackgroundColor}: var(${attachTokens.iconButtonCancelBackgroundColor});
299
+ ${attachTokens.iconButtonCancelColorHover}: var(--text-secondary-hover);
300
+ ${attachTokens.iconButtonCancelBackgroundColorHover}: var(--surface-clear);
301
+ ${attachTokens.iconButtonCancelColorActive}: var(--text-secondary-active);
302
+ ${attachTokens.iconButtonCancelBackgroundColorActive}: var(--surface-clear);
303
+
304
+ ${attachTokens.iconButtonCancelDisabledOpacity}: 0.4;
305
+ ${attachTokens.iconButtonCancelFocusColor}: var(--surface-accent);
306
+
307
+ ${attachTokens.moreIconColor}: var(--text-primary);
308
+ `,
309
+ black: css`
310
+ ${attachTokens.buttonColor}: var(--on-dark-text-primary);
311
+ ${attachTokens.buttonValueColor}: var(--on-dark-text-secondary);
312
+ ${attachTokens.buttonBackgroundColor}: var(--on-light-surface-solid-default);
313
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
314
+ ${attachTokens.buttonColorHover}: var(--on-dark-text-primary);
315
+ ${attachTokens.buttonBackgroundColorHover}: var(--on-light-surface-solid-default-hover);
316
+ ${attachTokens.buttonColorActive}: var(--on-dark-text-primary);
317
+ ${attachTokens.buttonBackgroundColorActive}: var(--on-light-surface-solid-default-active);
318
+
319
+ ${attachTokens.buttonDisabledOpacity}: 0.4;
320
+ ${attachTokens.buttonFocusColor}: var(--surface-accent);
321
+
322
+ ${attachTokens.cellColor}: var(--text-primary);
323
+ ${attachTokens.cellLabelColor}: var(--text-secondary);
324
+ ${attachTokens.cellTitleColor}: var(--text-primary);
325
+ ${attachTokens.cellSubtitleColor}: var(--text-secondary);
326
+ ${attachTokens.cellBackgroundColor}: transparent;
327
+
328
+ ${attachTokens.iconButtonColor}: var(--on-dark-text-primary);
329
+ ${attachTokens.iconButtonBackgroundColor}: var(--on-light-surface-solid-default);
330
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
331
+ ${attachTokens.iconButtonColorHover}: var(--on-dark-text-primary);
332
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--on-light-surface-solid-default-hover);
333
+ ${attachTokens.iconButtonColorActive}: var(--on-dark-text-primary);
334
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--on-light-surface-solid-default-active);
335
+
336
+ ${attachTokens.iconButtonDisabledOpacity}: 0.4;
337
+ ${attachTokens.iconButtonFocusColor}: var(--surface-accent);
338
+
339
+ ${attachTokens.iconButtonCancelColor}: var(--text-secondary);
340
+ ${attachTokens.iconButtonCancelBackgroundColor}: var(--surface-clear);
341
+ ${attachTokens.iconButtonCancelLoadingBackgroundColor}: var(${attachTokens.iconButtonCancelBackgroundColor});
342
+ ${attachTokens.iconButtonCancelColorHover}: var(--text-secondary-hover);
343
+ ${attachTokens.iconButtonCancelBackgroundColorHover}: var(--surface-clear);
344
+ ${attachTokens.iconButtonCancelColorActive}: var(--text-secondary-active);
345
+ ${attachTokens.iconButtonCancelBackgroundColorActive}: var(--surface-clear);
346
+
347
+ ${attachTokens.iconButtonCancelDisabledOpacity}: 0.4;
348
+ ${attachTokens.iconButtonCancelFocusColor}: var(--surface-accent);
349
+
350
+ ${attachTokens.moreIconColor}: var(--text-primary);
351
+ `,
352
+ white: css`
353
+ ${attachTokens.buttonColor}: var(--on-light-text-primary);
354
+ ${attachTokens.buttonValueColor}: var(--on-light-text-secondary);
355
+ ${attachTokens.buttonBackgroundColor}: var(--on-dark-surface-solid-default);
356
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
357
+ ${attachTokens.buttonColorHover}: var(--on-light-text-primary);
358
+ ${attachTokens.buttonBackgroundColorHover}: var(--on-dark-surface-solid-default-hover);
359
+ ${attachTokens.buttonColorActive}: var(--on-light-text-primary);
360
+ ${attachTokens.buttonBackgroundColorActive}: var(--on-dark-surface-solid-default-active);
361
+
362
+ ${attachTokens.buttonDisabledOpacity}: 0.4;
363
+ ${attachTokens.buttonFocusColor}: var(--surface-accent);
364
+
365
+ ${attachTokens.cellColor}: var(--text-primary);
366
+ ${attachTokens.cellLabelColor}: var(--text-secondary);
367
+ ${attachTokens.cellTitleColor}: var(--text-primary);
368
+ ${attachTokens.cellSubtitleColor}: var(--text-secondary);
369
+ ${attachTokens.cellBackgroundColor}: transparent;
370
+
371
+ ${attachTokens.iconButtonColor}: var(--on-light-text-primary);
372
+ ${attachTokens.iconButtonBackgroundColor}: var(--on-dark-surface-solid-default);
373
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
374
+ ${attachTokens.iconButtonColorHover}: var(--on-light-text-primary);
375
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--on-dark-surface-solid-default-hover);
376
+ ${attachTokens.iconButtonColorActive}: var(--on-light-text-primary);
377
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--on-dark-surface-solid-default-active);
378
+
379
+ ${attachTokens.iconButtonDisabledOpacity}: 0.4;
380
+ ${attachTokens.iconButtonFocusColor}: var(--surface-accent);
381
+
382
+ ${attachTokens.iconButtonCancelColor}: var(--text-secondary);
383
+ ${attachTokens.iconButtonCancelBackgroundColor}: var(--surface-clear);
384
+ ${attachTokens.iconButtonCancelLoadingBackgroundColor}: var(${attachTokens.iconButtonCancelBackgroundColor});
385
+ ${attachTokens.iconButtonCancelColorHover}: var(--text-secondary-hover);
386
+ ${attachTokens.iconButtonCancelBackgroundColorHover}: var(--surface-clear);
387
+ ${attachTokens.iconButtonCancelColorActive}: var(--text-secondary-active);
388
+ ${attachTokens.iconButtonCancelBackgroundColorActive}: var(--surface-clear);
389
+
390
+ ${attachTokens.iconButtonCancelDisabledOpacity}: 0.4;
391
+ ${attachTokens.iconButtonCancelFocusColor}: var(--surface-accent);
392
+
393
+ ${attachTokens.moreIconColor}: var(--text-primary);
394
+ `
626
395
  },
627
396
  helperTextView: {
628
- default: css(_templateObject9(), attachTokens.helperTextColor),
629
- negative: css(_templateObject10(), attachTokens.helperTextColor)
397
+ default: css`
398
+ ${attachTokens.helperTextColor}: var(--text-secondary);
399
+ `,
400
+ negative: css`
401
+ ${attachTokens.helperTextColor}: var(--text-negative);
402
+ `
630
403
  },
631
404
  size: {
632
- m: css(_templateObject11(), attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, attachTokens.filenameDropdownWrapperHeight, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor, attachTokens.moreIconPadding, attachTokens.dropdownBorderRadius, attachTokens.dropdownPadding, attachTokens.dropdownItemPadding),
633
- s: css(_templateObject12(), attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, attachTokens.filenameDropdownWrapperHeight, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor, attachTokens.moreIconPadding, attachTokens.dropdownBorderRadius, attachTokens.dropdownPadding, attachTokens.dropdownItemPadding)
405
+ m: css`
406
+ ${attachTokens.horizontalGap}: 1.25rem;
407
+ ${attachTokens.verticalGap}: 0.5rem;
408
+ ${attachTokens.verticalGapWithHelperText}: 1.625rem;
409
+
410
+ ${attachTokens.filenameWrapperHeight}: 3rem;
411
+ ${attachTokens.filenameDropdownWrapperHeight}: 2rem;
412
+ ${attachTokens.buttonHeight}: 3rem;
413
+ ${attachTokens.buttonWidth}: 11.25rem;
414
+ ${attachTokens.buttonPadding}: 1.25rem;
415
+ ${attachTokens.buttonRadius}: 0.75rem;
416
+ ${attachTokens.buttonFontFamily}: var(--plasma-typo-body-m-font-family);
417
+ ${attachTokens.buttonFontSize}: var(--plasma-typo-body-m-font-size);
418
+ ${attachTokens.buttonFontStyle}: var(--plasma-typo-body-m-font-style);
419
+ ${attachTokens.buttonFontWeight}: var(--plasma-typo-body-m-bold-font-weight);
420
+ ${attachTokens.buttonLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
421
+ ${attachTokens.buttonLineHeight}: var(--plasma-typo-body-m-line-height);
422
+
423
+ ${attachTokens.buttonSpinnerSize}: 1.375rem;
424
+ ${attachTokens.buttonSpinnerColor}: inherit;
425
+
426
+ ${attachTokens.buttonLeftContentMargin}: 0 0.375rem 0 -0.125rem;
427
+ ${attachTokens.buttonRightContentMargin}: 0 -0.125rem 0 0.375rem;
428
+ ${attachTokens.buttonValueMargin}: 0 0 0 0.25rem;
429
+
430
+ ${attachTokens.cellWidth}: fit-content;
431
+
432
+ ${attachTokens.cellPadding}: 0rem;
433
+ ${attachTokens.cellPaddingLeftContent}: 0rem;
434
+ ${attachTokens.cellPaddingContent}: 0rem;
435
+ ${attachTokens.cellPaddingRightContent}: 0rem;
436
+
437
+ ${attachTokens.cellTextboxGap}: 0.125rem;
438
+ ${attachTokens.cellGap}: 0.375rem;
439
+
440
+ ${attachTokens.cellLabelFontFamily}: var(--plasma-typo-body-s-font-family);
441
+ ${attachTokens.cellLabelFontSize}: var(--plasma-typo-body-s-font-size);
442
+ ${attachTokens.cellLabelFontStyle}: var(--plasma-typo-body-s-font-style);
443
+ ${attachTokens.cellLabelFontWeight}: var(--plasma-typo-body-s-font-weight);
444
+ ${attachTokens.cellLabelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
445
+ ${attachTokens.cellLabelLineHeight}: var(--plasma-typo-body-s-line-height);
446
+
447
+ ${attachTokens.cellTitleFontFamily}: var(--plasma-typo-body-m-font-family);
448
+ ${attachTokens.cellTitleFontSize}: var(--plasma-typo-body-m-font-size);
449
+ ${attachTokens.cellTitleFontStyle}: var(--plasma-typo-body-m-font-style);
450
+ ${attachTokens.cellTitleFontWeight}: var(--plasma-typo-body-m-font-weight);
451
+ ${attachTokens.cellTitleLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
452
+ ${attachTokens.cellTitleLineHeight}: var(--plasma-typo-body-m-line-height);
453
+
454
+ ${attachTokens.cellSubtitleFontFamily}: var(--plasma-typo-body-s-font-family);
455
+ ${attachTokens.cellSubtitleFontSize}: var(--plasma-typo-body-s-font-size);
456
+ ${attachTokens.cellSubtitleFontStyle}: var(--plasma-typo-body-s-font-style);
457
+ ${attachTokens.cellSubtitleFontWeight}: var(--plasma-typo-body-s-font-weight);
458
+ ${attachTokens.cellSubtitleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
459
+ ${attachTokens.cellSubtitleLineHeight}: var(--plasma-typo-body-s-line-height);
460
+
461
+ ${attachTokens.iconButtonHeight}: 3rem;
462
+ ${attachTokens.iconButtonWidth}: 3rem;
463
+ ${attachTokens.iconButtonPadding}: 1.25rem;
464
+ ${attachTokens.iconButtonRadius}: 0.75rem;
465
+ ${attachTokens.iconButtonFontFamily}: var(--plasma-typo-body-m-font-family);
466
+ ${attachTokens.iconButtonFontSize}: var(--plasma-typo-body-m-font-size);
467
+ ${attachTokens.iconButtonFontStyle}: var(--plasma-typo-body-m-font-style);
468
+ ${attachTokens.iconButtonFontWeight}: var(--plasma-typo-body-m-bold-font-weight);
469
+ ${attachTokens.iconButtonLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
470
+ ${attachTokens.iconButtonLineHeight}: var(--plasma-typo-body-m-line-height);
471
+
472
+ ${attachTokens.iconButtonSpinnerSize}: 1.375rem;
473
+ ${attachTokens.iconButtonSpinnerColor}: inherit;
474
+
475
+ ${attachTokens.iconButtonCancelHeight}: 2rem;
476
+ ${attachTokens.iconButtonCancelWidth}: 2rem;
477
+ ${attachTokens.iconButtonCancelPadding}: 0.75rem;
478
+ ${attachTokens.iconButtonCancelRadius}: 0.5rem;
479
+ ${attachTokens.iconButtonCancelFontFamily}: var(--plasma-typo-body-xs-font-family);
480
+ ${attachTokens.iconButtonCancelFontSize}: var(--plasma-typo-body-xs-font-size);
481
+ ${attachTokens.iconButtonCancelFontStyle}: var(--plasma-typo-body-xs-font-style);
482
+ ${attachTokens.iconButtonCancelFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);
483
+ ${attachTokens.iconButtonCancelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
484
+ ${attachTokens.iconButtonCancelLineHeight}: var(--plasma-typo-body-xs-line-height);
485
+
486
+ ${attachTokens.iconButtonCancelSpinnerSize}: 1rem;
487
+ ${attachTokens.iconButtonCancelSpinnerColor}: inherit;
488
+
489
+ ${attachTokens.moreIconPadding}: 0.5rem;
490
+
491
+ ${attachTokens.dropdownBorderRadius}: 0.75rem;
492
+ ${attachTokens.dropdownPadding}: 0.125rem;
493
+ ${attachTokens.dropdownItemPadding}: 0.5rem 0.875rem;
494
+ `,
495
+ s: css`
496
+ ${attachTokens.horizontalGap}: 1rem;
497
+ ${attachTokens.verticalGap}: 0.375rem;
498
+ ${attachTokens.verticalGapWithHelperText}: 1.5rem;
499
+
500
+ ${attachTokens.filenameWrapperHeight}: 2.5rem;
501
+ ${attachTokens.filenameDropdownWrapperHeight}: 2rem;
502
+ ${attachTokens.buttonHeight}: 2.5rem;
503
+ ${attachTokens.buttonWidth}: 11.25rem;
504
+ ${attachTokens.buttonPadding}: 1rem;
505
+ ${attachTokens.buttonRadius}: 0.625rem;
506
+ ${attachTokens.buttonFontFamily}: var(--plasma-typo-body-s-font-family);
507
+ ${attachTokens.buttonFontSize}: var(--plasma-typo-body-s-font-size);
508
+ ${attachTokens.buttonFontStyle}: var(--plasma-typo-body-s-font-style);
509
+ ${attachTokens.buttonFontWeight}: var(--plasma-typo-body-s-bold-font-weight);
510
+ ${attachTokens.buttonLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
511
+ ${attachTokens.buttonLineHeight}: var(--plasma-typo-body-s-line-height);
512
+
513
+ ${attachTokens.buttonSpinnerSize}: 1.375rem;
514
+ ${attachTokens.buttonSpinnerColor}: inherit;
515
+
516
+ ${attachTokens.buttonLeftContentMargin}: 0 0.25rem 0 -0.125rem;
517
+ ${attachTokens.buttonRightContentMargin}: 0 -0.125rem 0 0.25rem;
518
+ ${attachTokens.buttonValueMargin}: 0 0 0 0.25rem;
519
+
520
+ ${attachTokens.cellWidth}: fit-content;
521
+
522
+ ${attachTokens.cellPadding}: 0rem;
523
+ ${attachTokens.cellPaddingLeftContent}: 0rem;
524
+ ${attachTokens.cellPaddingContent}: 0rem;
525
+ ${attachTokens.cellPaddingRightContent}: 0rem;
526
+
527
+ ${attachTokens.cellTextboxGap}: 0.125rem;
528
+ ${attachTokens.cellGap}: 0.375rem;
529
+
530
+ ${attachTokens.cellLabelFontFamily}: var(--plasma-typo-body-xs-font-family);
531
+ ${attachTokens.cellLabelFontSize}: var(--plasma-typo-body-xs-font-size);
532
+ ${attachTokens.cellLabelFontStyle}: var(--plasma-typo-body-xs-font-style);
533
+ ${attachTokens.cellLabelFontWeight}: var(--plasma-typo-body-xs-font-weight);
534
+ ${attachTokens.cellLabelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
535
+ ${attachTokens.cellLabelLineHeight}: var(--plasma-typo-body-xs-line-height);
536
+
537
+ ${attachTokens.cellTitleFontFamily}: var(--plasma-typo-body-s-font-family);
538
+ ${attachTokens.cellTitleFontSize}: var(--plasma-typo-body-s-font-size);
539
+ ${attachTokens.cellTitleFontStyle}: var(--plasma-typo-body-s-font-style);
540
+ ${attachTokens.cellTitleFontWeight}: var(--plasma-typo-body-s-font-weight);
541
+ ${attachTokens.cellTitleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
542
+ ${attachTokens.cellTitleLineHeight}: var(--plasma-typo-body-s-line-height);
543
+
544
+ ${attachTokens.cellSubtitleFontFamily}: var(--plasma-typo-body-xs-font-family);
545
+ ${attachTokens.cellSubtitleFontSize}: var(--plasma-typo-body-xs-font-size);
546
+ ${attachTokens.cellSubtitleFontStyle}: var(--plasma-typo-body-xs-font-style);
547
+ ${attachTokens.cellSubtitleFontWeight}: var(--plasma-typo-body-xs-font-weight);
548
+ ${attachTokens.cellSubtitleLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
549
+ ${attachTokens.cellSubtitleLineHeight}: var(--plasma-typo-body-xs-line-height);
550
+
551
+ ${attachTokens.iconButtonHeight}: 2.5rem;
552
+ ${attachTokens.iconButtonWidth}: 2.5rem;
553
+ ${attachTokens.iconButtonPadding}: 1rem;
554
+ ${attachTokens.iconButtonRadius}: 0.625rem;
555
+ ${attachTokens.iconButtonFontFamily}: var(--plasma-typo-body-s-font-family);
556
+ ${attachTokens.iconButtonFontSize}: var(--plasma-typo-body-s-font-size);
557
+ ${attachTokens.iconButtonFontStyle}: var(--plasma-typo-body-s-font-style);
558
+ ${attachTokens.iconButtonFontWeight}: var(--plasma-typo-body-s-bold-font-weight);
559
+ ${attachTokens.iconButtonLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
560
+ ${attachTokens.iconButtonLineHeight}: var(--plasma-typo-body-s-line-height);
561
+
562
+ ${attachTokens.iconButtonSpinnerSize}: 1.375rem;
563
+ ${attachTokens.iconButtonSpinnerColor}: inherit;
564
+
565
+ ${attachTokens.iconButtonCancelHeight}: 2rem;
566
+ ${attachTokens.iconButtonCancelWidth}: 2rem;
567
+ ${attachTokens.iconButtonCancelPadding}: 0.75rem;
568
+ ${attachTokens.iconButtonCancelRadius}: 0.5rem;
569
+ ${attachTokens.iconButtonCancelFontFamily}: var(--plasma-typo-body-xs-font-family);
570
+ ${attachTokens.iconButtonCancelFontSize}: var(--plasma-typo-body-xs-font-size);
571
+ ${attachTokens.iconButtonCancelFontStyle}: var(--plasma-typo-body-xs-font-style);
572
+ ${attachTokens.iconButtonCancelFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);
573
+ ${attachTokens.iconButtonCancelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
574
+ ${attachTokens.iconButtonCancelLineHeight}: var(--plasma-typo-body-xs-line-height);
575
+
576
+ ${attachTokens.iconButtonCancelSpinnerSize}: 1rem;
577
+ ${attachTokens.iconButtonCancelSpinnerColor}: inherit;
578
+
579
+ ${attachTokens.moreIconPadding}: 0.25rem;
580
+
581
+ ${attachTokens.dropdownBorderRadius}: 0.625rem;
582
+ ${attachTokens.dropdownPadding}: 0.125rem;
583
+ ${attachTokens.dropdownItemPadding}: 0.25rem 0.75rem;
584
+ `
634
585
  }
635
586
  }
636
587
  };