@salutejs/sdds-dfa 0.348.1-next-sbcom.0 → 0.349.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 (418) hide show
  1. package/dist/styled-components/cjs/components/Accordion/Accordion.config.js +214 -295
  2. package/dist/styled-components/cjs/components/Accordion/Accordion.js +4 -4
  3. package/dist/styled-components/cjs/components/Accordion/index.js +1 -1
  4. package/dist/styled-components/cjs/components/Attach/Attach.config.js +795 -834
  5. package/dist/styled-components/cjs/components/Attach/Attach.js +4 -4
  6. package/dist/styled-components/cjs/components/Attach/index.js +1 -1
  7. package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +547 -594
  8. package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.js +10 -61
  9. package/dist/styled-components/cjs/components/Autocomplete/index.js +1 -1
  10. package/dist/styled-components/cjs/components/Avatar/Avatar.config.js +259 -420
  11. package/dist/styled-components/cjs/components/Avatar/Avatar.js +4 -4
  12. package/dist/styled-components/cjs/components/Avatar/index.js +1 -1
  13. package/dist/styled-components/cjs/components/AvatarGroup/AvatarGroup.js +3 -3
  14. package/dist/styled-components/cjs/components/AvatarGroup/index.js +1 -1
  15. package/dist/styled-components/cjs/components/Badge/Badge.config.js +148 -245
  16. package/dist/styled-components/cjs/components/Badge/Badge.js +4 -4
  17. package/dist/styled-components/cjs/components/Badge/index.js +1 -1
  18. package/dist/styled-components/cjs/components/Breadcrumbs/Breadcrumbs.config.js +49 -95
  19. package/dist/styled-components/cjs/components/Breadcrumbs/Breadcrumbs.js +5 -5
  20. package/dist/styled-components/cjs/components/Breadcrumbs/index.js +1 -1
  21. package/dist/styled-components/cjs/components/Button/Button.config.js +237 -416
  22. package/dist/styled-components/cjs/components/Button/Button.js +6 -6
  23. package/dist/styled-components/cjs/components/Button/index.js +1 -1
  24. package/dist/styled-components/cjs/components/ButtonBase/index.js +1 -1
  25. package/dist/styled-components/cjs/components/ButtonGroup/ButtonGroup.config.js +226 -443
  26. package/dist/styled-components/cjs/components/ButtonGroup/ButtonGroup.js +4 -4
  27. package/dist/styled-components/cjs/components/ButtonGroup/index.js +1 -1
  28. package/dist/styled-components/cjs/components/Calendar/Calendar.config.js +431 -431
  29. package/dist/styled-components/cjs/components/Calendar/Calendar.js +10 -10
  30. package/dist/styled-components/cjs/components/Calendar/CalendarDouble.config.js +432 -432
  31. package/dist/styled-components/cjs/components/Calendar/index.js +1 -1
  32. package/dist/styled-components/cjs/components/Card/Card.config.js +23 -65
  33. package/dist/styled-components/cjs/components/Card/Card.js +5 -5
  34. package/dist/styled-components/cjs/components/Card/index.js +1 -1
  35. package/dist/styled-components/cjs/components/Carousel/Carousel.config.js +15 -41
  36. package/dist/styled-components/cjs/components/Carousel/Carousel.js +4 -4
  37. package/dist/styled-components/cjs/components/Carousel/index.js +2 -2
  38. package/dist/styled-components/cjs/components/Cell/Cell.config.js +137 -167
  39. package/dist/styled-components/cjs/components/Cell/Cell.js +5 -5
  40. package/dist/styled-components/cjs/components/Cell/index.js +2 -2
  41. package/dist/styled-components/cjs/components/Checkbox/Checkbox.config.js +139 -253
  42. package/dist/styled-components/cjs/components/Checkbox/Checkbox.js +5 -5
  43. package/dist/styled-components/cjs/components/Checkbox/index.js +1 -1
  44. package/dist/styled-components/cjs/components/Chip/Chip.config.js +209 -322
  45. package/dist/styled-components/cjs/components/Chip/Chip.js +5 -5
  46. package/dist/styled-components/cjs/components/Chip/index.js +1 -1
  47. package/dist/styled-components/cjs/components/ChipGroup/ChipGroup.config.js +116 -190
  48. package/dist/styled-components/cjs/components/ChipGroup/ChipGroup.js +4 -4
  49. package/dist/styled-components/cjs/components/ChipGroup/index.js +1 -1
  50. package/dist/styled-components/cjs/components/CodeField/CodeField.config.js +76 -123
  51. package/dist/styled-components/cjs/components/CodeField/CodeField.js +4 -4
  52. package/dist/styled-components/cjs/components/CodeField/index.js +2 -2
  53. package/dist/styled-components/cjs/components/CodeInput/CodeInput.config.js +130 -149
  54. package/dist/styled-components/cjs/components/CodeInput/CodeInput.js +5 -5
  55. package/dist/styled-components/cjs/components/CodeInput/index.js +1 -1
  56. package/dist/styled-components/cjs/components/Combobox/Combobox.config.js +779 -797
  57. package/dist/styled-components/cjs/components/Combobox/Combobox.js +11 -38
  58. package/dist/styled-components/cjs/components/Combobox/index.js +1 -1
  59. package/dist/styled-components/cjs/components/Counter/Counter.config.js +85 -191
  60. package/dist/styled-components/cjs/components/Counter/Counter.js +4 -4
  61. package/dist/styled-components/cjs/components/Counter/index.js +2 -2
  62. package/dist/styled-components/cjs/components/DatePicker/DatePicker.clear.config.js +1114 -1030
  63. package/dist/styled-components/cjs/components/DatePicker/DatePicker.config.js +1076 -998
  64. package/dist/styled-components/cjs/components/DatePicker/DatePicker.js +13 -13
  65. package/dist/styled-components/cjs/components/DatePicker/index.js +2 -2
  66. package/dist/styled-components/cjs/components/DateTimePicker/DateTimePicker.config.js +1002 -945
  67. package/dist/styled-components/cjs/components/DateTimePicker/DateTimePicker.js +4 -4
  68. package/dist/styled-components/cjs/components/DateTimePicker/index.js +2 -2
  69. package/dist/styled-components/cjs/components/Divider/Divider.config.js +23 -89
  70. package/dist/styled-components/cjs/components/Divider/Divider.js +4 -4
  71. package/dist/styled-components/cjs/components/Divider/index.js +2 -2
  72. package/dist/styled-components/cjs/components/Drawer/Drawer.config.js +18 -60
  73. package/dist/styled-components/cjs/components/Drawer/Drawer.js +10 -10
  74. package/dist/styled-components/cjs/components/Drawer/index.js +1 -1
  75. package/dist/styled-components/cjs/components/Dropdown/Dropdown.config.js +191 -229
  76. package/dist/styled-components/cjs/components/Dropdown/Dropdown.js +11 -38
  77. package/dist/styled-components/cjs/components/Dropdown/index.js +1 -1
  78. package/dist/styled-components/cjs/components/Dropzone/Dropzone.config.js +36 -68
  79. package/dist/styled-components/cjs/components/Dropzone/Dropzone.js +4 -4
  80. package/dist/styled-components/cjs/components/Dropzone/index.js +2 -2
  81. package/dist/styled-components/cjs/components/EmbedIconButton/EmbedIconButton.config.js +102 -212
  82. package/dist/styled-components/cjs/components/EmbedIconButton/EmbedIconButton.js +5 -5
  83. package/dist/styled-components/cjs/components/EmbedIconButton/index.js +1 -1
  84. package/dist/styled-components/cjs/components/EmptyState/EmptyState.config.js +58 -100
  85. package/dist/styled-components/cjs/components/EmptyState/EmptyState.js +4 -4
  86. package/dist/styled-components/cjs/components/EmptyState/index.js +1 -1
  87. package/dist/styled-components/cjs/components/File/File.config.js +205 -233
  88. package/dist/styled-components/cjs/components/File/File.js +4 -4
  89. package/dist/styled-components/cjs/components/File/index.js +2 -2
  90. package/dist/styled-components/cjs/components/Flow/Flow.config.js +1 -1
  91. package/dist/styled-components/cjs/components/Flow/Flow.js +4 -4
  92. package/dist/styled-components/cjs/components/Flow/index.js +1 -1
  93. package/dist/styled-components/cjs/components/Grid/Grid.config.js +36 -57
  94. package/dist/styled-components/cjs/components/Grid/Grid.js +4 -4
  95. package/dist/styled-components/cjs/components/Grid/index.js +1 -1
  96. package/dist/styled-components/cjs/components/IconButton/IconButton.config.js +153 -304
  97. package/dist/styled-components/cjs/components/IconButton/IconButton.js +5 -5
  98. package/dist/styled-components/cjs/components/IconButton/index.js +1 -1
  99. package/dist/styled-components/cjs/components/Image/Image.js +4 -4
  100. package/dist/styled-components/cjs/components/Image/index.js +1 -1
  101. package/dist/styled-components/cjs/components/Indicator/Indicator.config.js +35 -133
  102. package/dist/styled-components/cjs/components/Indicator/Indicator.js +4 -4
  103. package/dist/styled-components/cjs/components/Indicator/index.js +1 -1
  104. package/dist/styled-components/cjs/components/Link/Link.config.js +107 -205
  105. package/dist/styled-components/cjs/components/Link/Link.js +5 -5
  106. package/dist/styled-components/cjs/components/Link/index.js +1 -1
  107. package/dist/styled-components/cjs/components/LinkButton/LinkButton.config.js +184 -286
  108. package/dist/styled-components/cjs/components/LinkButton/LinkButton.js +4 -4
  109. package/dist/styled-components/cjs/components/LinkButton/index.js +1 -1
  110. package/dist/styled-components/cjs/components/List/List.config.js +98 -160
  111. package/dist/styled-components/cjs/components/List/List.js +5 -5
  112. package/dist/styled-components/cjs/components/List/index.js +2 -2
  113. package/dist/styled-components/cjs/components/Mask/Mask.js +3 -3
  114. package/dist/styled-components/cjs/components/Mask/index.js +1 -1
  115. package/dist/styled-components/cjs/components/Modal/Modal.config.js +15 -33
  116. package/dist/styled-components/cjs/components/Modal/Modal.js +5 -5
  117. package/dist/styled-components/cjs/components/Modal/index.js +2 -2
  118. package/dist/styled-components/cjs/components/Note/Note.config.js +163 -229
  119. package/dist/styled-components/cjs/components/Note/Note.js +4 -4
  120. package/dist/styled-components/cjs/components/Note/index.js +2 -2
  121. package/dist/styled-components/cjs/components/Notification/Notification.config.js +312 -341
  122. package/dist/styled-components/cjs/components/Notification/Notification.js +7 -8
  123. package/dist/styled-components/cjs/components/Notification/index.js +2 -2
  124. package/dist/styled-components/cjs/components/NumberFormat/NumberFormat.js +3 -3
  125. package/dist/styled-components/cjs/components/NumberFormat/index.js +2 -2
  126. package/dist/styled-components/cjs/components/NumberInput/NumberInput.config.js +259 -364
  127. package/dist/styled-components/cjs/components/NumberInput/NumberInput.js +4 -4
  128. package/dist/styled-components/cjs/components/NumberInput/index.js +2 -2
  129. package/dist/styled-components/cjs/components/Overlay/index.js +1 -1
  130. package/dist/styled-components/cjs/components/Pagination/Pagination.config.js +281 -336
  131. package/dist/styled-components/cjs/components/Pagination/Pagination.js +5 -5
  132. package/dist/styled-components/cjs/components/Pagination/index.js +1 -1
  133. package/dist/styled-components/cjs/components/Popover/Popover.config.js +12 -29
  134. package/dist/styled-components/cjs/components/Popover/Popover.js +4 -4
  135. package/dist/styled-components/cjs/components/Popover/index.js +1 -1
  136. package/dist/styled-components/cjs/components/Popup/Popup.js +3 -3
  137. package/dist/styled-components/cjs/components/Popup/index.js +2 -2
  138. package/dist/styled-components/cjs/components/Portal/index.js +1 -1
  139. package/dist/styled-components/cjs/components/Price/Price.config.js +1 -1
  140. package/dist/styled-components/cjs/components/Price/Price.js +5 -5
  141. package/dist/styled-components/cjs/components/Price/index.js +2 -2
  142. package/dist/styled-components/cjs/components/Progress/Progress.config.js +209 -132
  143. package/dist/styled-components/cjs/components/Progress/Progress.js +5 -5
  144. package/dist/styled-components/cjs/components/Progress/index.js +1 -1
  145. package/dist/styled-components/cjs/components/ProgressBarCircular/ProgressBarCircular.config.js +128 -250
  146. package/dist/styled-components/cjs/components/ProgressBarCircular/ProgressBarCircular.js +4 -4
  147. package/dist/styled-components/cjs/components/ProgressBarCircular/index.js +1 -1
  148. package/dist/styled-components/cjs/components/Radiobox/Radiobox.config.js +141 -255
  149. package/dist/styled-components/cjs/components/Radiobox/Radiobox.js +5 -5
  150. package/dist/styled-components/cjs/components/Radiobox/index.js +1 -1
  151. package/dist/styled-components/cjs/components/Range/Range.clear.config.js +532 -545
  152. package/dist/styled-components/cjs/components/Range/Range.config.js +502 -520
  153. package/dist/styled-components/cjs/components/Range/Range.js +8 -8
  154. package/dist/styled-components/cjs/components/Range/index.js +2 -2
  155. package/dist/styled-components/cjs/components/Rating/Rating.config.js +415 -487
  156. package/dist/styled-components/cjs/components/Rating/Rating.js +4 -4
  157. package/dist/styled-components/cjs/components/Rating/index.js +2 -2
  158. package/dist/styled-components/cjs/components/SSRProvider/index.js +1 -1
  159. package/dist/styled-components/cjs/components/Segment/Segment.js +7 -7
  160. package/dist/styled-components/cjs/components/Segment/SegmentGroup.config.js +62 -170
  161. package/dist/styled-components/cjs/components/Segment/SegmentItem.config.js +158 -246
  162. package/dist/styled-components/cjs/components/Segment/index.js +1 -1
  163. package/dist/styled-components/cjs/components/Select/Select.config.js +968 -1028
  164. package/dist/styled-components/cjs/components/Select/Select.js +11 -38
  165. package/dist/styled-components/cjs/components/Select/index.js +1 -1
  166. package/dist/styled-components/cjs/components/Sheet/Sheet.config.js +14 -48
  167. package/dist/styled-components/cjs/components/Sheet/Sheet.js +5 -5
  168. package/dist/styled-components/cjs/components/Sheet/index.js +2 -2
  169. package/dist/styled-components/cjs/components/Skeleton/LineSkeleton.config.js +84 -254
  170. package/dist/styled-components/cjs/components/Skeleton/Skeleton.js +5 -5
  171. package/dist/styled-components/cjs/components/Skeleton/index.js +1 -1
  172. package/dist/styled-components/cjs/components/Slider/Slider.config.js +239 -254
  173. package/dist/styled-components/cjs/components/Slider/Slider.js +5 -5
  174. package/dist/styled-components/cjs/components/Slider/index.js +1 -1
  175. package/dist/styled-components/cjs/components/Spinner/Spinner.config.js +26 -92
  176. package/dist/styled-components/cjs/components/Spinner/Spinner.js +7 -7
  177. package/dist/styled-components/cjs/components/Spinner/index.js +1 -1
  178. package/dist/styled-components/cjs/components/Steps/Steps.config.js +275 -330
  179. package/dist/styled-components/cjs/components/Steps/Steps.js +5 -5
  180. package/dist/styled-components/cjs/components/Steps/index.js +1 -1
  181. package/dist/styled-components/cjs/components/Switch/Switch.config.js +90 -168
  182. package/dist/styled-components/cjs/components/Switch/Switch.js +5 -5
  183. package/dist/styled-components/cjs/components/Switch/index.js +1 -1
  184. package/dist/styled-components/cjs/components/Table/Table.config.js +212 -241
  185. package/dist/styled-components/cjs/components/Table/Table.js +5 -5
  186. package/dist/styled-components/cjs/components/Table/index.js +1 -1
  187. package/dist/styled-components/cjs/components/Tabs/TabItem.js +32 -56
  188. package/dist/styled-components/cjs/components/Tabs/Tabs.js +9 -9
  189. package/dist/styled-components/cjs/components/Tabs/TabsController.js +8 -8
  190. package/dist/styled-components/cjs/components/Tabs/horizontal/HorizontalIconTabItem.config.js +153 -259
  191. package/dist/styled-components/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +291 -404
  192. package/dist/styled-components/cjs/components/Tabs/horizontal/HorizontalTabs.config.js +103 -231
  193. package/dist/styled-components/cjs/components/Tabs/index.js +4 -4
  194. package/dist/styled-components/cjs/components/Tabs/vertical/VerticalIconTabItem.config.js +57 -108
  195. package/dist/styled-components/cjs/components/Tabs/vertical/VerticalTabItem.config.js +115 -170
  196. package/dist/styled-components/cjs/components/Tabs/vertical/VerticalTabs.config.js +48 -113
  197. package/dist/styled-components/cjs/components/TextArea/TextArea.clear.config.js +587 -601
  198. package/dist/styled-components/cjs/components/TextArea/TextArea.config.js +604 -624
  199. package/dist/styled-components/cjs/components/TextArea/TextArea.js +8 -8
  200. package/dist/styled-components/cjs/components/TextArea/index.js +1 -1
  201. package/dist/styled-components/cjs/components/TextField/TextField.clear.config.js +698 -797
  202. package/dist/styled-components/cjs/components/TextField/TextField.config.js +689 -788
  203. package/dist/styled-components/cjs/components/TextField/TextField.js +8 -8
  204. package/dist/styled-components/cjs/components/TextField/index.js +2 -2
  205. package/dist/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.config.js +245 -331
  206. package/dist/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.js +4 -4
  207. package/dist/styled-components/cjs/components/TextFieldGroup/index.js +1 -1
  208. package/dist/styled-components/cjs/components/TextFieldSlider/TextFieldSlider.clear.config.js +645 -661
  209. package/dist/styled-components/cjs/components/TextFieldSlider/TextFieldSlider.config.js +633 -652
  210. package/dist/styled-components/cjs/components/TextFieldSlider/TextFieldSlider.js +8 -8
  211. package/dist/styled-components/cjs/components/TextFieldSlider/index.js +2 -2
  212. package/dist/styled-components/cjs/components/TimePicker/TimePicker.config.js +441 -451
  213. package/dist/styled-components/cjs/components/TimePicker/TimePicker.js +4 -4
  214. package/dist/styled-components/cjs/components/TimePicker/index.js +2 -2
  215. package/dist/styled-components/cjs/components/Toast/Toast.config.js +63 -130
  216. package/dist/styled-components/cjs/components/Toast/Toast.js +6 -6
  217. package/dist/styled-components/cjs/components/Toast/index.js +1 -1
  218. package/dist/styled-components/cjs/components/Tokens/Colors/Colors.styles.js +39 -43
  219. package/dist/styled-components/cjs/components/Tokens/NumberTokens/NumberTokens.styles.js +14 -14
  220. package/dist/styled-components/cjs/components/Tokens/Typography/Typography.styles.js +55 -73
  221. package/dist/styled-components/cjs/components/Toolbar/Toolbar.config.js +45 -89
  222. package/dist/styled-components/cjs/components/Toolbar/Toolbar.js +6 -6
  223. package/dist/styled-components/cjs/components/Toolbar/index.js +2 -2
  224. package/dist/styled-components/cjs/components/Tooltip/Tooltip.config.js +57 -83
  225. package/dist/styled-components/cjs/components/Tooltip/Tooltip.js +4 -4
  226. package/dist/styled-components/cjs/components/Tooltip/index.js +1 -1
  227. package/dist/styled-components/cjs/components/Tour/Tour.config.js +7 -34
  228. package/dist/styled-components/cjs/components/Tour/Tour.js +4 -4
  229. package/dist/styled-components/cjs/components/Tour/index.js +1 -1
  230. package/dist/styled-components/cjs/components/Tree/Tree.config.js +177 -229
  231. package/dist/styled-components/cjs/components/Tree/Tree.js +4 -4
  232. package/dist/styled-components/cjs/components/Tree/index.js +1 -1
  233. package/dist/styled-components/cjs/components/Typography/Body.config.js +56 -106
  234. package/dist/styled-components/cjs/components/Typography/Dspl.config.js +34 -68
  235. package/dist/styled-components/cjs/components/Typography/Heading.config.js +67 -125
  236. package/dist/styled-components/cjs/components/Typography/Text.config.js +45 -87
  237. package/dist/styled-components/cjs/components/Typography/Typography.js +59 -59
  238. package/dist/styled-components/cjs/components/Typography/index.js +1 -1
  239. package/dist/styled-components/cjs/components/ViewContainer/ViewContainer.config.js +9 -35
  240. package/dist/styled-components/cjs/components/ViewContainer/ViewContainer.js +4 -4
  241. package/dist/styled-components/cjs/components/ViewContainer/index.js +1 -1
  242. package/dist/styled-components/cjs/helpers/index.js +1 -1
  243. package/dist/styled-components/cjs/mixins/index.js +3 -3
  244. package/dist/styled-components/cjs/tokens/index.js +1 -1
  245. package/dist/styled-components/es/components/Accordion/Accordion.config.js +213 -294
  246. package/dist/styled-components/es/components/Accordion/Accordion.js +2 -2
  247. package/dist/styled-components/es/components/Attach/Attach.config.js +794 -833
  248. package/dist/styled-components/es/components/Attach/Attach.js +2 -2
  249. package/dist/styled-components/es/components/Autocomplete/Autocomplete.config.js +546 -593
  250. package/dist/styled-components/es/components/Autocomplete/Autocomplete.js +7 -58
  251. package/dist/styled-components/es/components/Avatar/Avatar.config.js +258 -419
  252. package/dist/styled-components/es/components/Avatar/Avatar.js +2 -2
  253. package/dist/styled-components/es/components/AvatarGroup/AvatarGroup.js +2 -2
  254. package/dist/styled-components/es/components/Badge/Badge.config.js +147 -244
  255. package/dist/styled-components/es/components/Badge/Badge.js +2 -2
  256. package/dist/styled-components/es/components/Breadcrumbs/Breadcrumbs.config.js +48 -94
  257. package/dist/styled-components/es/components/Breadcrumbs/Breadcrumbs.js +3 -3
  258. package/dist/styled-components/es/components/Button/Button.config.js +236 -415
  259. package/dist/styled-components/es/components/Button/Button.js +3 -3
  260. package/dist/styled-components/es/components/ButtonGroup/ButtonGroup.config.js +225 -442
  261. package/dist/styled-components/es/components/ButtonGroup/ButtonGroup.js +2 -2
  262. package/dist/styled-components/es/components/Calendar/Calendar.config.js +430 -430
  263. package/dist/styled-components/es/components/Calendar/Calendar.js +7 -7
  264. package/dist/styled-components/es/components/Calendar/CalendarDouble.config.js +431 -431
  265. package/dist/styled-components/es/components/Card/Card.config.js +22 -64
  266. package/dist/styled-components/es/components/Card/Card.js +3 -3
  267. package/dist/styled-components/es/components/Carousel/Carousel.config.js +14 -40
  268. package/dist/styled-components/es/components/Carousel/Carousel.js +2 -2
  269. package/dist/styled-components/es/components/Cell/Cell.config.js +136 -166
  270. package/dist/styled-components/es/components/Cell/Cell.js +3 -3
  271. package/dist/styled-components/es/components/Checkbox/Checkbox.config.js +138 -252
  272. package/dist/styled-components/es/components/Checkbox/Checkbox.js +3 -3
  273. package/dist/styled-components/es/components/Chip/Chip.config.js +208 -321
  274. package/dist/styled-components/es/components/Chip/Chip.js +3 -3
  275. package/dist/styled-components/es/components/ChipGroup/ChipGroup.config.js +115 -189
  276. package/dist/styled-components/es/components/ChipGroup/ChipGroup.js +2 -2
  277. package/dist/styled-components/es/components/CodeField/CodeField.config.js +75 -122
  278. package/dist/styled-components/es/components/CodeField/CodeField.js +2 -2
  279. package/dist/styled-components/es/components/CodeInput/CodeInput.config.js +129 -148
  280. package/dist/styled-components/es/components/CodeInput/CodeInput.js +3 -3
  281. package/dist/styled-components/es/components/Combobox/Combobox.config.js +779 -797
  282. package/dist/styled-components/es/components/Combobox/Combobox.js +9 -36
  283. package/dist/styled-components/es/components/Counter/Counter.config.js +84 -190
  284. package/dist/styled-components/es/components/Counter/Counter.js +2 -2
  285. package/dist/styled-components/es/components/DatePicker/DatePicker.clear.config.js +1113 -1029
  286. package/dist/styled-components/es/components/DatePicker/DatePicker.config.js +1075 -997
  287. package/dist/styled-components/es/components/DatePicker/DatePicker.js +10 -10
  288. package/dist/styled-components/es/components/DateTimePicker/DateTimePicker.config.js +1001 -944
  289. package/dist/styled-components/es/components/DateTimePicker/DateTimePicker.js +2 -2
  290. package/dist/styled-components/es/components/Divider/Divider.config.js +22 -88
  291. package/dist/styled-components/es/components/Divider/Divider.js +2 -2
  292. package/dist/styled-components/es/components/Drawer/Drawer.config.js +17 -59
  293. package/dist/styled-components/es/components/Drawer/Drawer.js +8 -8
  294. package/dist/styled-components/es/components/Dropdown/Dropdown.config.js +190 -228
  295. package/dist/styled-components/es/components/Dropdown/Dropdown.js +8 -35
  296. package/dist/styled-components/es/components/Dropzone/Dropzone.config.js +35 -67
  297. package/dist/styled-components/es/components/Dropzone/Dropzone.js +2 -2
  298. package/dist/styled-components/es/components/EmbedIconButton/EmbedIconButton.config.js +101 -211
  299. package/dist/styled-components/es/components/EmbedIconButton/EmbedIconButton.js +3 -3
  300. package/dist/styled-components/es/components/EmptyState/EmptyState.config.js +57 -99
  301. package/dist/styled-components/es/components/EmptyState/EmptyState.js +2 -2
  302. package/dist/styled-components/es/components/File/File.config.js +204 -232
  303. package/dist/styled-components/es/components/File/File.js +2 -2
  304. package/dist/styled-components/es/components/Flow/Flow.config.js +1 -1
  305. package/dist/styled-components/es/components/Flow/Flow.js +2 -2
  306. package/dist/styled-components/es/components/Grid/Grid.config.js +35 -56
  307. package/dist/styled-components/es/components/Grid/Grid.js +2 -2
  308. package/dist/styled-components/es/components/IconButton/IconButton.config.js +152 -303
  309. package/dist/styled-components/es/components/IconButton/IconButton.js +3 -3
  310. package/dist/styled-components/es/components/Image/Image.js +3 -3
  311. package/dist/styled-components/es/components/Indicator/Indicator.config.js +34 -132
  312. package/dist/styled-components/es/components/Indicator/Indicator.js +2 -2
  313. package/dist/styled-components/es/components/Link/Link.config.js +106 -204
  314. package/dist/styled-components/es/components/Link/Link.js +3 -3
  315. package/dist/styled-components/es/components/LinkButton/LinkButton.config.js +183 -285
  316. package/dist/styled-components/es/components/LinkButton/LinkButton.js +2 -2
  317. package/dist/styled-components/es/components/List/List.config.js +97 -159
  318. package/dist/styled-components/es/components/List/List.js +3 -3
  319. package/dist/styled-components/es/components/Mask/Mask.js +1 -1
  320. package/dist/styled-components/es/components/Modal/Modal.config.js +14 -32
  321. package/dist/styled-components/es/components/Modal/Modal.js +3 -3
  322. package/dist/styled-components/es/components/Note/Note.config.js +162 -228
  323. package/dist/styled-components/es/components/Note/Note.js +2 -2
  324. package/dist/styled-components/es/components/Notification/Notification.config.js +311 -340
  325. package/dist/styled-components/es/components/Notification/Notification.js +4 -5
  326. package/dist/styled-components/es/components/NumberFormat/NumberFormat.js +1 -1
  327. package/dist/styled-components/es/components/NumberInput/NumberInput.config.js +258 -363
  328. package/dist/styled-components/es/components/NumberInput/NumberInput.js +2 -2
  329. package/dist/styled-components/es/components/Pagination/Pagination.config.js +280 -335
  330. package/dist/styled-components/es/components/Pagination/Pagination.js +3 -3
  331. package/dist/styled-components/es/components/Popover/Popover.config.js +11 -28
  332. package/dist/styled-components/es/components/Popover/Popover.js +2 -2
  333. package/dist/styled-components/es/components/Popup/Popup.js +2 -2
  334. package/dist/styled-components/es/components/Price/Price.config.js +1 -1
  335. package/dist/styled-components/es/components/Price/Price.js +3 -3
  336. package/dist/styled-components/es/components/Progress/Progress.config.js +208 -131
  337. package/dist/styled-components/es/components/Progress/Progress.js +3 -3
  338. package/dist/styled-components/es/components/ProgressBarCircular/ProgressBarCircular.config.js +127 -249
  339. package/dist/styled-components/es/components/ProgressBarCircular/ProgressBarCircular.js +2 -2
  340. package/dist/styled-components/es/components/Radiobox/Radiobox.config.js +140 -254
  341. package/dist/styled-components/es/components/Radiobox/Radiobox.js +3 -3
  342. package/dist/styled-components/es/components/Range/Range.clear.config.js +531 -544
  343. package/dist/styled-components/es/components/Range/Range.config.js +501 -519
  344. package/dist/styled-components/es/components/Range/Range.js +5 -5
  345. package/dist/styled-components/es/components/Rating/Rating.config.js +414 -486
  346. package/dist/styled-components/es/components/Rating/Rating.js +2 -2
  347. package/dist/styled-components/es/components/Segment/Segment.js +4 -4
  348. package/dist/styled-components/es/components/Segment/SegmentGroup.config.js +61 -169
  349. package/dist/styled-components/es/components/Segment/SegmentItem.config.js +157 -245
  350. package/dist/styled-components/es/components/Select/Select.config.js +967 -1027
  351. package/dist/styled-components/es/components/Select/Select.js +8 -35
  352. package/dist/styled-components/es/components/Sheet/Sheet.config.js +13 -47
  353. package/dist/styled-components/es/components/Sheet/Sheet.js +3 -3
  354. package/dist/styled-components/es/components/Skeleton/LineSkeleton.config.js +83 -253
  355. package/dist/styled-components/es/components/Skeleton/Skeleton.js +3 -3
  356. package/dist/styled-components/es/components/Slider/Slider.config.js +238 -253
  357. package/dist/styled-components/es/components/Slider/Slider.js +3 -3
  358. package/dist/styled-components/es/components/Spinner/Spinner.config.js +25 -91
  359. package/dist/styled-components/es/components/Spinner/Spinner.js +4 -4
  360. package/dist/styled-components/es/components/Steps/Steps.config.js +274 -329
  361. package/dist/styled-components/es/components/Steps/Steps.js +3 -3
  362. package/dist/styled-components/es/components/Switch/Switch.config.js +89 -167
  363. package/dist/styled-components/es/components/Switch/Switch.js +3 -3
  364. package/dist/styled-components/es/components/Table/Table.config.js +211 -240
  365. package/dist/styled-components/es/components/Table/Table.js +3 -3
  366. package/dist/styled-components/es/components/Tabs/TabItem.js +26 -50
  367. package/dist/styled-components/es/components/Tabs/Tabs.js +5 -5
  368. package/dist/styled-components/es/components/Tabs/TabsController.js +5 -5
  369. package/dist/styled-components/es/components/Tabs/horizontal/HorizontalIconTabItem.config.js +152 -258
  370. package/dist/styled-components/es/components/Tabs/horizontal/HorizontalTabItem.config.js +290 -403
  371. package/dist/styled-components/es/components/Tabs/horizontal/HorizontalTabs.config.js +102 -230
  372. package/dist/styled-components/es/components/Tabs/vertical/VerticalIconTabItem.config.js +56 -107
  373. package/dist/styled-components/es/components/Tabs/vertical/VerticalTabItem.config.js +114 -169
  374. package/dist/styled-components/es/components/Tabs/vertical/VerticalTabs.config.js +47 -112
  375. package/dist/styled-components/es/components/TextArea/TextArea.clear.config.js +586 -600
  376. package/dist/styled-components/es/components/TextArea/TextArea.config.js +603 -623
  377. package/dist/styled-components/es/components/TextArea/TextArea.js +5 -5
  378. package/dist/styled-components/es/components/TextField/TextField.clear.config.js +697 -796
  379. package/dist/styled-components/es/components/TextField/TextField.config.js +688 -787
  380. package/dist/styled-components/es/components/TextField/TextField.js +5 -5
  381. package/dist/styled-components/es/components/TextFieldGroup/TextFieldGroup.config.js +244 -330
  382. package/dist/styled-components/es/components/TextFieldGroup/TextFieldGroup.js +2 -2
  383. package/dist/styled-components/es/components/TextFieldSlider/TextFieldSlider.clear.config.js +644 -660
  384. package/dist/styled-components/es/components/TextFieldSlider/TextFieldSlider.config.js +632 -651
  385. package/dist/styled-components/es/components/TextFieldSlider/TextFieldSlider.js +5 -5
  386. package/dist/styled-components/es/components/TimePicker/TimePicker.config.js +440 -450
  387. package/dist/styled-components/es/components/TimePicker/TimePicker.js +2 -2
  388. package/dist/styled-components/es/components/Toast/Toast.config.js +62 -129
  389. package/dist/styled-components/es/components/Toast/Toast.js +4 -4
  390. package/dist/styled-components/es/components/Tokens/Colors/Colors.styles.js +35 -39
  391. package/dist/styled-components/es/components/Tokens/NumberTokens/NumberTokens.styles.js +13 -13
  392. package/dist/styled-components/es/components/Tokens/Typography/Typography.styles.js +51 -69
  393. package/dist/styled-components/es/components/Toolbar/Toolbar.config.js +44 -88
  394. package/dist/styled-components/es/components/Toolbar/Toolbar.js +4 -4
  395. package/dist/styled-components/es/components/Tooltip/Tooltip.config.js +56 -82
  396. package/dist/styled-components/es/components/Tooltip/Tooltip.js +2 -2
  397. package/dist/styled-components/es/components/Tour/Tour.config.js +6 -33
  398. package/dist/styled-components/es/components/Tour/Tour.js +2 -2
  399. package/dist/styled-components/es/components/Tree/Tree.config.js +176 -228
  400. package/dist/styled-components/es/components/Tree/Tree.js +2 -2
  401. package/dist/styled-components/es/components/Typography/Body.config.js +55 -105
  402. package/dist/styled-components/es/components/Typography/Dspl.config.js +33 -67
  403. package/dist/styled-components/es/components/Typography/Heading.config.js +66 -124
  404. package/dist/styled-components/es/components/Typography/Text.config.js +44 -86
  405. package/dist/styled-components/es/components/Typography/Typography.js +54 -54
  406. package/dist/styled-components/es/components/ViewContainer/ViewContainer.config.js +7 -33
  407. package/dist/styled-components/es/components/ViewContainer/ViewContainer.js +2 -2
  408. package/dist/styled-components/es/mixins/index.js +1 -1
  409. package/package.json +20 -24
  410. package/types/components/Combobox/Combobox.d.ts +211 -1227
  411. package/types/components/DateTimePicker/DateTimePicker.d.ts +20 -2
  412. package/types/components/Dropzone/Dropzone.d.ts +1 -0
  413. package/types/components/List/List.d.ts +3 -0
  414. package/types/components/Progress/Progress.config.d.ts +12 -0
  415. package/types/components/Progress/Progress.d.ts +11 -0
  416. package/types/components/Select/Select.d.ts +24 -24
  417. package/types/components/TextArea/TextArea.d.ts +33 -1795
  418. package/types/components/TimePicker/TimePicker.d.ts +4 -0
@@ -1,821 +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-transparent-secondary);\n ",
109
- ": var(",
110
- ");\n ",
111
- ": var(--text-primary);\n ",
112
- ": var(--surface-transparent-secondary-hover);\n ",
113
- ": var(--text-primary);\n ",
114
- ": var(--surface-transparent-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-transparent-secondary);\n ",
124
- ": var(",
125
- ");\n ",
126
- ": var(--text-primary);\n ",
127
- ": var(--surface-transparent-secondary-hover);\n ",
128
- ": var(--text-primary);\n ",
129
- ": var(--surface-transparent-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-transparent-deep);\n ",
337
- ": var(",
338
- ");\n ",
339
- ": var(--on-dark-text-primary);\n ",
340
- ": var(--on-light-surface-transparent-deep-hover);\n ",
341
- ": var(--on-dark-text-primary);\n ",
342
- ": var(--on-light-surface-transparent-deep-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-transparent-deep);\n ",
352
- ": var(",
353
- ");\n ",
354
- ": var(--on-dark-text-primary);\n ",
355
- ": var(--on-light-surface-transparent-deep-hover);\n ",
356
- ": var(--on-dark-text-primary);\n ",
357
- ": var(--on-light-surface-transparent-deep-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-dark-text-primary);\n ",
381
- ": var(--on-dark-text-secondary);\n ",
382
- ": var(--on-light-surface-solid-default);\n ",
383
- ": var(",
384
- ");\n ",
385
- ": var(--on-dark-text-primary);\n ",
386
- ": var(--on-light-surface-solid-default-hover);\n ",
387
- ": var(--on-dark-text-primary);\n ",
388
- ": var(--on-light-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-dark-text-primary);\n ",
397
- ": var(--on-light-surface-solid-default);\n ",
398
- ": var(",
399
- ");\n ",
400
- ": var(--on-dark-text-primary);\n ",
401
- ": var(--on-light-surface-solid-default-hover);\n ",
402
- ": var(--on-dark-text-primary);\n ",
403
- ": var(--on-light-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(--on-light-text-primary);\n ",
427
- ": var(--on-light-text-secondary);\n ",
428
- ": var(--on-dark-surface-solid-default);\n ",
429
- ": var(",
430
- ");\n ",
431
- ": var(--on-light-text-primary);\n ",
432
- ": var(--on-dark-surface-solid-default-hover);\n ",
433
- ": var(--on-light-text-primary);\n ",
434
- ": var(--on-dark-surface-solid-default-active);\n\n ",
435
- ": 0.4;\n ",
436
- ": var(--surface-accent);\n\n ",
437
- ": var(--text-primary);\n ",
438
- ": var(--text-secondary);\n ",
439
- ": var(--text-primary);\n ",
440
- ": var(--text-secondary);\n ",
441
- ": transparent;\n\n ",
442
- ": var(--on-light-text-primary);\n ",
443
- ": var(--on-dark-surface-solid-default);\n ",
444
- ": var(",
445
- ");\n ",
446
- ": var(--on-light-text-primary);\n ",
447
- ": var(--on-dark-surface-solid-default-hover);\n ",
448
- ": var(--on-light-text-primary);\n ",
449
- ": var(--on-dark-surface-solid-default-active);\n\n ",
450
- ": 0.4;\n ",
451
- ": var(--surface-accent);\n\n ",
452
- ": var(--text-secondary);\n ",
453
- ": var(--surface-clear);\n ",
454
- ": var(",
455
- ");\n ",
456
- ": var(--text-secondary-hover);\n ",
457
- ": var(--surface-clear);\n ",
458
- ": var(--text-secondary-active);\n ",
459
- ": var(--surface-clear);\n\n ",
460
- ": 0.4;\n ",
461
- ": var(--surface-accent);\n\n ",
462
- ": var(--text-primary);\n "
463
- ]);
464
- _templateObject9 = function _templateObject() {
465
- return data;
466
- };
467
- return data;
468
- }
469
- function _templateObject10() {
470
- var data = _tagged_template_literal([
471
- "\n ",
472
- ": var(--text-secondary);\n "
473
- ]);
474
- _templateObject10 = function _templateObject() {
475
- return data;
476
- };
477
- return data;
478
- }
479
- function _templateObject11() {
480
- var data = _tagged_template_literal([
481
- "\n ",
482
- ": var(--text-negative);\n "
483
- ]);
484
- _templateObject11 = function _templateObject() {
485
- return data;
486
- };
487
- return data;
488
- }
489
- function _templateObject12() {
490
- var data = _tagged_template_literal([
491
- "\n ",
492
- ": 1.5rem;\n ",
493
- ": 0.5rem;\n ",
494
- ": 1.625rem;\n\n ",
495
- ": 3.5rem;\n ",
496
- ": 2.125rem;\n ",
497
- ": 3.5rem;\n ",
498
- ": 12.5rem;\n ",
499
- ": 1.5rem;\n ",
500
- ": 0.875rem;\n ",
501
- ": var(--plasma-typo-body-l-font-family);\n ",
502
- ": var(--plasma-typo-body-l-font-size);\n ",
503
- ": var(--plasma-typo-body-l-font-style);\n ",
504
- ": var(--plasma-typo-body-l-bold-font-weight);\n ",
505
- ": var(--plasma-typo-body-l-letter-spacing);\n ",
506
- ": var(--plasma-typo-body-l-line-height);\n\n ",
507
- ": 1.375rem;\n ",
508
- ": inherit;\n\n ",
509
- ": 0 0.5rem 0 -0.125rem;\n ",
510
- ": 0 -0.125rem 0 0.5rem;\n ",
511
- ": 0 0 0 0.25rem;\n\n ",
512
- ": fit-content;\n\n ",
513
- ": 0rem;\n ",
514
- ": 0rem;\n ",
515
- ": 0rem;\n ",
516
- ": 0rem;\n\n ",
517
- ": 0.125rem;\n ",
518
- ": 0.375rem;\n\n ",
519
- ": var(--plasma-typo-body-m-font-family);\n ",
520
- ": var(--plasma-typo-body-m-font-size);\n ",
521
- ": var(--plasma-typo-body-m-font-style);\n ",
522
- ": var(--plasma-typo-body-m-font-weight);\n ",
523
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
524
- ": var(--plasma-typo-body-m-line-height);\n\n ",
525
- ": var(--plasma-typo-body-l-font-family);\n ",
526
- ": var(--plasma-typo-body-l-font-size);\n ",
527
- ": var(--plasma-typo-body-l-font-style);\n ",
528
- ": var(--plasma-typo-body-l-font-weight);\n ",
529
- ": var(--plasma-typo-body-l-letter-spacing);\n ",
530
- ": var(--plasma-typo-body-l-line-height);\n\n ",
531
- ": var(--plasma-typo-body-m-font-family);\n ",
532
- ": var(--plasma-typo-body-m-font-size);\n ",
533
- ": var(--plasma-typo-body-m-font-style);\n ",
534
- ": var(--plasma-typo-body-m-font-weight);\n ",
535
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
536
- ": var(--plasma-typo-body-m-line-height);\n\n ",
537
- ": 3.5rem;\n ",
538
- ": 3.5rem;\n ",
539
- ": 1.5rem;\n ",
540
- ": 0.875rem;\n ",
541
- ": var(--plasma-typo-body-l-font-family);\n ",
542
- ": var(--plasma-typo-body-l-font-size);\n ",
543
- ": var(--plasma-typo-body-l-font-style);\n ",
544
- ": var(--plasma-typo-body-l-bold-font-weight);\n ",
545
- ": var(--plasma-typo-body-l-letter-spacing);\n ",
546
- ": var(--plasma-typo-body-l-line-height);\n\n ",
547
- ": 1.375rem;\n ",
548
- ": inherit;\n\n ",
549
- ": 2rem;\n ",
550
- ": 2rem;\n ",
551
- ": 0.75rem;\n ",
552
- ": 0.5rem;\n ",
553
- ": var(--plasma-typo-body-xs-font-family);\n ",
554
- ": var(--plasma-typo-body-xs-font-size);\n ",
555
- ": var(--plasma-typo-body-xs-font-style);\n ",
556
- ": var(--plasma-typo-body-xs-bold-font-weight);\n ",
557
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
558
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
559
- ": 1rem;\n ",
560
- ": inherit;\n\n ",
561
- ": 0.75rem;\n\n ",
562
- ": 0.875rem;\n ",
563
- ": 0.125rem;\n ",
564
- ": 1rem;\n "
565
- ]);
566
- _templateObject12 = function _templateObject() {
567
- return data;
568
- };
569
- return data;
570
- }
571
- function _templateObject13() {
572
- var data = _tagged_template_literal([
573
- "\n ",
574
- ": 1.25rem;\n ",
575
- ": 0.5rem;\n ",
576
- ": 1.625rem;\n\n ",
577
- ": 3rem;\n ",
578
- ": 2rem;\n ",
579
- ": 3rem;\n ",
580
- ": 11.25rem;\n ",
581
- ": 1.25rem;\n ",
582
- ": 0.75rem;\n ",
583
- ": var(--plasma-typo-body-m-font-family);\n ",
584
- ": var(--plasma-typo-body-m-font-size);\n ",
585
- ": var(--plasma-typo-body-m-font-style);\n ",
586
- ": var(--plasma-typo-body-m-bold-font-weight);\n ",
587
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
588
- ": var(--plasma-typo-body-m-line-height);\n\n ",
589
- ": 1.375rem;\n ",
590
- ": inherit;\n\n ",
591
- ": 0 0.375rem 0 -0.125rem;\n ",
592
- ": 0 -0.125rem 0 0.375rem;\n ",
593
- ": 0 0 0 0.25rem;\n\n ",
594
- ": fit-content;\n\n ",
595
- ": 0rem;\n ",
596
- ": 0rem;\n ",
597
- ": 0rem;\n ",
598
- ": 0rem;\n\n ",
599
- ": 0.125rem;\n ",
600
- ": 0.375rem;\n\n ",
601
- ": var(--plasma-typo-body-s-font-family);\n ",
602
- ": var(--plasma-typo-body-s-font-size);\n ",
603
- ": var(--plasma-typo-body-s-font-style);\n ",
604
- ": var(--plasma-typo-body-s-font-weight);\n ",
605
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
606
- ": var(--plasma-typo-body-s-line-height);\n\n ",
607
- ": var(--plasma-typo-body-m-font-family);\n ",
608
- ": var(--plasma-typo-body-m-font-size);\n ",
609
- ": var(--plasma-typo-body-m-font-style);\n ",
610
- ": var(--plasma-typo-body-m-font-weight);\n ",
611
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
612
- ": var(--plasma-typo-body-m-line-height);\n\n ",
613
- ": var(--plasma-typo-body-s-font-family);\n ",
614
- ": var(--plasma-typo-body-s-font-size);\n ",
615
- ": var(--plasma-typo-body-s-font-style);\n ",
616
- ": var(--plasma-typo-body-s-font-weight);\n ",
617
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
618
- ": var(--plasma-typo-body-s-line-height);\n\n ",
619
- ": 3rem;\n ",
620
- ": 3rem;\n ",
621
- ": 1.25rem;\n ",
622
- ": 0.75rem;\n ",
623
- ": var(--plasma-typo-body-m-font-family);\n ",
624
- ": var(--plasma-typo-body-m-font-size);\n ",
625
- ": var(--plasma-typo-body-m-font-style);\n ",
626
- ": var(--plasma-typo-body-m-bold-font-weight);\n ",
627
- ": var(--plasma-typo-body-m-letter-spacing);\n ",
628
- ": var(--plasma-typo-body-m-line-height);\n\n ",
629
- ": 1.375rem;\n ",
630
- ": inherit;\n\n ",
631
- ": 2rem;\n ",
632
- ": 2rem;\n ",
633
- ": 0.75rem;\n ",
634
- ": 0.5rem;\n ",
635
- ": var(--plasma-typo-body-xs-font-family);\n ",
636
- ": var(--plasma-typo-body-xs-font-size);\n ",
637
- ": var(--plasma-typo-body-xs-font-style);\n ",
638
- ": var(--plasma-typo-body-xs-bold-font-weight);\n ",
639
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
640
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
641
- ": 1rem;\n ",
642
- ": inherit;\n\n ",
643
- ": 0.5rem;\n\n ",
644
- ": 0.75rem;\n ",
645
- ": 0.125rem;\n ",
646
- ": 0.5rem 0.875rem;\n "
647
- ]);
648
- _templateObject13 = function _templateObject() {
649
- return data;
650
- };
651
- return data;
652
- }
653
- function _templateObject14() {
654
- var data = _tagged_template_literal([
655
- "\n ",
656
- ": 1rem;\n ",
657
- ": 0.375rem;\n ",
658
- ": 1.5rem;\n\n ",
659
- ": 2.5rem;\n ",
660
- ": 2rem;\n ",
661
- ": 2.5rem;\n ",
662
- ": 11.25rem;\n ",
663
- ": 1rem;\n ",
664
- ": 0.625rem;\n ",
665
- ": var(--plasma-typo-body-s-font-family);\n ",
666
- ": var(--plasma-typo-body-s-font-size);\n ",
667
- ": var(--plasma-typo-body-s-font-style);\n ",
668
- ": var(--plasma-typo-body-s-bold-font-weight);\n ",
669
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
670
- ": var(--plasma-typo-body-s-line-height);\n\n ",
671
- ": 1.375rem;\n ",
672
- ": inherit;\n\n ",
673
- ": 0 0.25rem 0 -0.125rem;\n ",
674
- ": 0 -0.125rem 0 0.25rem;\n ",
675
- ": 0 0 0 0.25rem;\n\n ",
676
- ": fit-content;\n\n ",
677
- ": 0rem;\n ",
678
- ": 0rem;\n ",
679
- ": 0rem;\n ",
680
- ": 0rem;\n\n ",
681
- ": 0.125rem;\n ",
682
- ": 0.375rem;\n\n ",
683
- ": var(--plasma-typo-body-xs-font-family);\n ",
684
- ": var(--plasma-typo-body-xs-font-size);\n ",
685
- ": var(--plasma-typo-body-xs-font-style);\n ",
686
- ": var(--plasma-typo-body-xs-font-weight);\n ",
687
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
688
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
689
- ": var(--plasma-typo-body-s-font-family);\n ",
690
- ": var(--plasma-typo-body-s-font-size);\n ",
691
- ": var(--plasma-typo-body-s-font-style);\n ",
692
- ": var(--plasma-typo-body-s-font-weight);\n ",
693
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
694
- ": var(--plasma-typo-body-s-line-height);\n\n ",
695
- ": var(--plasma-typo-body-xs-font-family);\n ",
696
- ": var(--plasma-typo-body-xs-font-size);\n ",
697
- ": var(--plasma-typo-body-xs-font-style);\n ",
698
- ": var(--plasma-typo-body-xs-font-weight);\n ",
699
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
700
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
701
- ": 2.5rem;\n ",
702
- ": 2.5rem;\n ",
703
- ": 1rem;\n ",
704
- ": 0.625rem;\n ",
705
- ": var(--plasma-typo-body-s-font-family);\n ",
706
- ": var(--plasma-typo-body-s-font-size);\n ",
707
- ": var(--plasma-typo-body-s-font-style);\n ",
708
- ": var(--plasma-typo-body-s-bold-font-weight);\n ",
709
- ": var(--plasma-typo-body-s-letter-spacing);\n ",
710
- ": var(--plasma-typo-body-s-line-height);\n\n ",
711
- ": 1.375rem;\n ",
712
- ": inherit;\n\n ",
713
- ": 2rem;\n ",
714
- ": 2rem;\n ",
715
- ": 0.75rem;\n ",
716
- ": 0.5rem;\n ",
717
- ": var(--plasma-typo-body-xs-font-family);\n ",
718
- ": var(--plasma-typo-body-xs-font-size);\n ",
719
- ": var(--plasma-typo-body-xs-font-style);\n ",
720
- ": var(--plasma-typo-body-xs-bold-font-weight);\n ",
721
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
722
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
723
- ": 1rem;\n ",
724
- ": inherit;\n\n ",
725
- ": 0.25rem;\n\n ",
726
- ": 0.625rem;\n ",
727
- ": 0.125rem;\n ",
728
- ": 0.25rem 0.75rem;\n "
729
- ]);
730
- _templateObject14 = function _templateObject() {
731
- return data;
732
- };
733
- return data;
734
- }
735
- function _templateObject15() {
736
- var data = _tagged_template_literal([
737
- "\n ",
738
- ": 0.75rem;\n ",
739
- ": 0.25rem;\n ",
740
- ": 1.375rem;\n\n ",
741
- ": 2rem;\n ",
742
- ": 2rem;\n ",
743
- ": 2rem;\n ",
744
- ": 10rem;\n ",
745
- ": 0.75rem;\n ",
746
- ": 0.5rem;\n ",
747
- ": var(--plasma-typo-body-xs-font-family);\n ",
748
- ": var(--plasma-typo-body-xs-font-size);\n ",
749
- ": var(--plasma-typo-body-xs-font-style);\n ",
750
- ": var(--plasma-typo-body-xs-bold-font-weight);\n ",
751
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
752
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
753
- ": 1rem;\n ",
754
- ": inherit;\n\n ",
755
- ": 0 0.25rem 0 -0.125rem;\n ",
756
- ": 0 -0.125rem 0 0.25rem;\n ",
757
- ": 0 0 0 0.25rem;\n\n ",
758
- ": fit-content;\n\n ",
759
- ": 0rem;\n ",
760
- ": 0rem;\n ",
761
- ": 0rem;\n ",
762
- ": 0rem;\n\n ",
763
- ": 0.125rem;\n ",
764
- ": 0.25rem;\n\n ",
765
- ": var(--plasma-typo-body-xs-font-family);\n ",
766
- ": var(--plasma-typo-body-xs-font-size);\n ",
767
- ": var(--plasma-typo-body-xs-font-style);\n ",
768
- ": var(--plasma-typo-body-xs-font-weight);\n ",
769
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
770
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
771
- ": var(--plasma-typo-body-xs-font-family);\n ",
772
- ": var(--plasma-typo-body-xs-font-size);\n ",
773
- ": var(--plasma-typo-body-xs-font-style);\n ",
774
- ": var(--plasma-typo-body-xs-font-weight);\n ",
775
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
776
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
777
- ": var(--plasma-typo-body-xs-font-family);\n ",
778
- ": var(--plasma-typo-body-xs-font-size);\n ",
779
- ": var(--plasma-typo-body-xs-font-style);\n ",
780
- ": var(--plasma-typo-body-xs-font-weight);\n ",
781
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
782
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
783
- ": 2rem;\n ",
784
- ": 2rem;\n ",
785
- ": 0.75rem;\n ",
786
- ": 0.5rem;\n ",
787
- ": var(--plasma-typo-body-xs-font-family);\n ",
788
- ": var(--plasma-typo-body-xs-font-size);\n ",
789
- ": var(--plasma-typo-body-xs-font-style);\n ",
790
- ": var(--plasma-typo-body-xs-bold-font-weight);\n ",
791
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
792
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
793
- ": 1rem;\n ",
794
- ": inherit;\n\n ",
795
- ": 2rem;\n ",
796
- ": 2rem;\n ",
797
- ": 0.75rem;\n ",
798
- ": 0.5rem;\n ",
799
- ": var(--plasma-typo-body-xs-font-family);\n ",
800
- ": var(--plasma-typo-body-xs-font-size);\n ",
801
- ": var(--plasma-typo-body-xs-font-style);\n ",
802
- ": var(--plasma-typo-body-xs-bold-font-weight);\n ",
803
- ": var(--plasma-typo-body-xs-letter-spacing);\n ",
804
- ": var(--plasma-typo-body-xs-line-height);\n\n ",
805
- ": 1rem;\n ",
806
- ": inherit;\n\n ",
807
- ": 0.25rem;\n\n ",
808
- ": 0.5rem;\n ",
809
- ": 0.125rem;\n ",
810
- ": 0.125rem 0.5rem;\n "
811
- ]);
812
- _templateObject15 = function _templateObject() {
813
- return data;
814
- };
815
- return data;
816
- }
817
1
  import { css, attachTokens } from '@salutejs/plasma-new-hope/styled-components';
818
- export var config = {
2
+ export const config = {
819
3
  defaults: {
820
4
  view: 'default',
821
5
  helperTextView: 'default',
@@ -824,26 +8,803 @@ export var config = {
824
8
  },
825
9
  variations: {
826
10
  view: {
827
- 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),
828
- 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),
829
- 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),
830
- 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),
831
- success: 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),
832
- 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),
833
- critical: 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),
834
- dark: 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),
835
- black: 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),
836
- white: css(_templateObject9(), 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-transparent-secondary);
101
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
102
+ ${attachTokens.buttonColorHover}: var(--text-primary);
103
+ ${attachTokens.buttonBackgroundColorHover}: var(--surface-transparent-secondary-hover);
104
+ ${attachTokens.buttonColorActive}: var(--text-primary);
105
+ ${attachTokens.buttonBackgroundColorActive}: var(--surface-transparent-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-transparent-secondary);
118
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
119
+ ${attachTokens.iconButtonColorHover}: var(--text-primary);
120
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--surface-transparent-secondary-hover);
121
+ ${attachTokens.iconButtonColorActive}: var(--text-primary);
122
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--surface-transparent-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
+ success: 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
+ critical: 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
+ dark: css`
310
+ ${attachTokens.buttonColor}: var(--on-dark-text-primary);
311
+ ${attachTokens.buttonValueColor}: var(--on-dark-text-secondary);
312
+ ${attachTokens.buttonBackgroundColor}: var(--on-light-surface-transparent-deep);
313
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
314
+ ${attachTokens.buttonColorHover}: var(--on-dark-text-primary);
315
+ ${attachTokens.buttonBackgroundColorHover}: var(--on-light-surface-transparent-deep-hover);
316
+ ${attachTokens.buttonColorActive}: var(--on-dark-text-primary);
317
+ ${attachTokens.buttonBackgroundColorActive}: var(--on-light-surface-transparent-deep-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-transparent-deep);
330
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
331
+ ${attachTokens.iconButtonColorHover}: var(--on-dark-text-primary);
332
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--on-light-surface-transparent-deep-hover);
333
+ ${attachTokens.iconButtonColorActive}: var(--on-dark-text-primary);
334
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--on-light-surface-transparent-deep-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
+ black: css`
353
+ ${attachTokens.buttonColor}: var(--on-dark-text-primary);
354
+ ${attachTokens.buttonValueColor}: var(--on-dark-text-secondary);
355
+ ${attachTokens.buttonBackgroundColor}: var(--on-light-surface-solid-default);
356
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
357
+ ${attachTokens.buttonColorHover}: var(--on-dark-text-primary);
358
+ ${attachTokens.buttonBackgroundColorHover}: var(--on-light-surface-solid-default-hover);
359
+ ${attachTokens.buttonColorActive}: var(--on-dark-text-primary);
360
+ ${attachTokens.buttonBackgroundColorActive}: var(--on-light-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-dark-text-primary);
372
+ ${attachTokens.iconButtonBackgroundColor}: var(--on-light-surface-solid-default);
373
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
374
+ ${attachTokens.iconButtonColorHover}: var(--on-dark-text-primary);
375
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--on-light-surface-solid-default-hover);
376
+ ${attachTokens.iconButtonColorActive}: var(--on-dark-text-primary);
377
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--on-light-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
+ `,
395
+ white: css`
396
+ ${attachTokens.buttonColor}: var(--on-light-text-primary);
397
+ ${attachTokens.buttonValueColor}: var(--on-light-text-secondary);
398
+ ${attachTokens.buttonBackgroundColor}: var(--on-dark-surface-solid-default);
399
+ ${attachTokens.buttonLoadingBackgroundColor}: var(${attachTokens.buttonBackgroundColor});
400
+ ${attachTokens.buttonColorHover}: var(--on-light-text-primary);
401
+ ${attachTokens.buttonBackgroundColorHover}: var(--on-dark-surface-solid-default-hover);
402
+ ${attachTokens.buttonColorActive}: var(--on-light-text-primary);
403
+ ${attachTokens.buttonBackgroundColorActive}: var(--on-dark-surface-solid-default-active);
404
+
405
+ ${attachTokens.buttonDisabledOpacity}: 0.4;
406
+ ${attachTokens.buttonFocusColor}: var(--surface-accent);
407
+
408
+ ${attachTokens.cellColor}: var(--text-primary);
409
+ ${attachTokens.cellLabelColor}: var(--text-secondary);
410
+ ${attachTokens.cellTitleColor}: var(--text-primary);
411
+ ${attachTokens.cellSubtitleColor}: var(--text-secondary);
412
+ ${attachTokens.cellBackgroundColor}: transparent;
413
+
414
+ ${attachTokens.iconButtonColor}: var(--on-light-text-primary);
415
+ ${attachTokens.iconButtonBackgroundColor}: var(--on-dark-surface-solid-default);
416
+ ${attachTokens.iconButtonLoadingBackgroundColor}: var(${attachTokens.iconButtonBackgroundColor});
417
+ ${attachTokens.iconButtonColorHover}: var(--on-light-text-primary);
418
+ ${attachTokens.iconButtonBackgroundColorHover}: var(--on-dark-surface-solid-default-hover);
419
+ ${attachTokens.iconButtonColorActive}: var(--on-light-text-primary);
420
+ ${attachTokens.iconButtonBackgroundColorActive}: var(--on-dark-surface-solid-default-active);
421
+
422
+ ${attachTokens.iconButtonDisabledOpacity}: 0.4;
423
+ ${attachTokens.iconButtonFocusColor}: var(--surface-accent);
424
+
425
+ ${attachTokens.iconButtonCancelColor}: var(--text-secondary);
426
+ ${attachTokens.iconButtonCancelBackgroundColor}: var(--surface-clear);
427
+ ${attachTokens.iconButtonCancelLoadingBackgroundColor}: var(${attachTokens.iconButtonCancelBackgroundColor});
428
+ ${attachTokens.iconButtonCancelColorHover}: var(--text-secondary-hover);
429
+ ${attachTokens.iconButtonCancelBackgroundColorHover}: var(--surface-clear);
430
+ ${attachTokens.iconButtonCancelColorActive}: var(--text-secondary-active);
431
+ ${attachTokens.iconButtonCancelBackgroundColorActive}: var(--surface-clear);
432
+
433
+ ${attachTokens.iconButtonCancelDisabledOpacity}: 0.4;
434
+ ${attachTokens.iconButtonCancelFocusColor}: var(--surface-accent);
435
+
436
+ ${attachTokens.moreIconColor}: var(--text-primary);
437
+ `
837
438
  },
838
439
  helperTextView: {
839
- default: css(_templateObject10(), attachTokens.helperTextColor),
840
- negative: css(_templateObject11(), attachTokens.helperTextColor)
440
+ default: css`
441
+ ${attachTokens.helperTextColor}: var(--text-secondary);
442
+ `,
443
+ negative: css`
444
+ ${attachTokens.helperTextColor}: var(--text-negative);
445
+ `
841
446
  },
842
447
  size: {
843
- l: 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),
844
- m: css(_templateObject13(), 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),
845
- s: css(_templateObject14(), 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),
846
- xs: css(_templateObject15(), 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)
448
+ l: css`
449
+ ${attachTokens.horizontalGap}: 1.5rem;
450
+ ${attachTokens.verticalGap}: 0.5rem;
451
+ ${attachTokens.verticalGapWithHelperText}: 1.625rem;
452
+
453
+ ${attachTokens.filenameWrapperHeight}: 3.5rem;
454
+ ${attachTokens.filenameDropdownWrapperHeight}: 2.125rem;
455
+ ${attachTokens.buttonHeight}: 3.5rem;
456
+ ${attachTokens.buttonWidth}: 12.5rem;
457
+ ${attachTokens.buttonPadding}: 1.5rem;
458
+ ${attachTokens.buttonRadius}: 0.875rem;
459
+ ${attachTokens.buttonFontFamily}: var(--plasma-typo-body-l-font-family);
460
+ ${attachTokens.buttonFontSize}: var(--plasma-typo-body-l-font-size);
461
+ ${attachTokens.buttonFontStyle}: var(--plasma-typo-body-l-font-style);
462
+ ${attachTokens.buttonFontWeight}: var(--plasma-typo-body-l-bold-font-weight);
463
+ ${attachTokens.buttonLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
464
+ ${attachTokens.buttonLineHeight}: var(--plasma-typo-body-l-line-height);
465
+
466
+ ${attachTokens.buttonSpinnerSize}: 1.375rem;
467
+ ${attachTokens.buttonSpinnerColor}: inherit;
468
+
469
+ ${attachTokens.buttonLeftContentMargin}: 0 0.5rem 0 -0.125rem;
470
+ ${attachTokens.buttonRightContentMargin}: 0 -0.125rem 0 0.5rem;
471
+ ${attachTokens.buttonValueMargin}: 0 0 0 0.25rem;
472
+
473
+ ${attachTokens.cellWidth}: fit-content;
474
+
475
+ ${attachTokens.cellPadding}: 0rem;
476
+ ${attachTokens.cellPaddingLeftContent}: 0rem;
477
+ ${attachTokens.cellPaddingContent}: 0rem;
478
+ ${attachTokens.cellPaddingRightContent}: 0rem;
479
+
480
+ ${attachTokens.cellTextboxGap}: 0.125rem;
481
+ ${attachTokens.cellGap}: 0.375rem;
482
+
483
+ ${attachTokens.cellLabelFontFamily}: var(--plasma-typo-body-m-font-family);
484
+ ${attachTokens.cellLabelFontSize}: var(--plasma-typo-body-m-font-size);
485
+ ${attachTokens.cellLabelFontStyle}: var(--plasma-typo-body-m-font-style);
486
+ ${attachTokens.cellLabelFontWeight}: var(--plasma-typo-body-m-font-weight);
487
+ ${attachTokens.cellLabelLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
488
+ ${attachTokens.cellLabelLineHeight}: var(--plasma-typo-body-m-line-height);
489
+
490
+ ${attachTokens.cellTitleFontFamily}: var(--plasma-typo-body-l-font-family);
491
+ ${attachTokens.cellTitleFontSize}: var(--plasma-typo-body-l-font-size);
492
+ ${attachTokens.cellTitleFontStyle}: var(--plasma-typo-body-l-font-style);
493
+ ${attachTokens.cellTitleFontWeight}: var(--plasma-typo-body-l-font-weight);
494
+ ${attachTokens.cellTitleLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
495
+ ${attachTokens.cellTitleLineHeight}: var(--plasma-typo-body-l-line-height);
496
+
497
+ ${attachTokens.cellSubtitleFontFamily}: var(--plasma-typo-body-m-font-family);
498
+ ${attachTokens.cellSubtitleFontSize}: var(--plasma-typo-body-m-font-size);
499
+ ${attachTokens.cellSubtitleFontStyle}: var(--plasma-typo-body-m-font-style);
500
+ ${attachTokens.cellSubtitleFontWeight}: var(--plasma-typo-body-m-font-weight);
501
+ ${attachTokens.cellSubtitleLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
502
+ ${attachTokens.cellSubtitleLineHeight}: var(--plasma-typo-body-m-line-height);
503
+
504
+ ${attachTokens.iconButtonHeight}: 3.5rem;
505
+ ${attachTokens.iconButtonWidth}: 3.5rem;
506
+ ${attachTokens.iconButtonPadding}: 1.5rem;
507
+ ${attachTokens.iconButtonRadius}: 0.875rem;
508
+ ${attachTokens.iconButtonFontFamily}: var(--plasma-typo-body-l-font-family);
509
+ ${attachTokens.iconButtonFontSize}: var(--plasma-typo-body-l-font-size);
510
+ ${attachTokens.iconButtonFontStyle}: var(--plasma-typo-body-l-font-style);
511
+ ${attachTokens.iconButtonFontWeight}: var(--plasma-typo-body-l-bold-font-weight);
512
+ ${attachTokens.iconButtonLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);
513
+ ${attachTokens.iconButtonLineHeight}: var(--plasma-typo-body-l-line-height);
514
+
515
+ ${attachTokens.iconButtonSpinnerSize}: 1.375rem;
516
+ ${attachTokens.iconButtonSpinnerColor}: inherit;
517
+
518
+ ${attachTokens.iconButtonCancelHeight}: 2rem;
519
+ ${attachTokens.iconButtonCancelWidth}: 2rem;
520
+ ${attachTokens.iconButtonCancelPadding}: 0.75rem;
521
+ ${attachTokens.iconButtonCancelRadius}: 0.5rem;
522
+ ${attachTokens.iconButtonCancelFontFamily}: var(--plasma-typo-body-xs-font-family);
523
+ ${attachTokens.iconButtonCancelFontSize}: var(--plasma-typo-body-xs-font-size);
524
+ ${attachTokens.iconButtonCancelFontStyle}: var(--plasma-typo-body-xs-font-style);
525
+ ${attachTokens.iconButtonCancelFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);
526
+ ${attachTokens.iconButtonCancelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
527
+ ${attachTokens.iconButtonCancelLineHeight}: var(--plasma-typo-body-xs-line-height);
528
+
529
+ ${attachTokens.iconButtonCancelSpinnerSize}: 1rem;
530
+ ${attachTokens.iconButtonCancelSpinnerColor}: inherit;
531
+
532
+ ${attachTokens.moreIconPadding}: 0.75rem;
533
+
534
+ ${attachTokens.dropdownBorderRadius}: 0.875rem;
535
+ ${attachTokens.dropdownPadding}: 0.125rem;
536
+ ${attachTokens.dropdownItemPadding}: 1rem;
537
+ `,
538
+ m: css`
539
+ ${attachTokens.horizontalGap}: 1.25rem;
540
+ ${attachTokens.verticalGap}: 0.5rem;
541
+ ${attachTokens.verticalGapWithHelperText}: 1.625rem;
542
+
543
+ ${attachTokens.filenameWrapperHeight}: 3rem;
544
+ ${attachTokens.filenameDropdownWrapperHeight}: 2rem;
545
+ ${attachTokens.buttonHeight}: 3rem;
546
+ ${attachTokens.buttonWidth}: 11.25rem;
547
+ ${attachTokens.buttonPadding}: 1.25rem;
548
+ ${attachTokens.buttonRadius}: 0.75rem;
549
+ ${attachTokens.buttonFontFamily}: var(--plasma-typo-body-m-font-family);
550
+ ${attachTokens.buttonFontSize}: var(--plasma-typo-body-m-font-size);
551
+ ${attachTokens.buttonFontStyle}: var(--plasma-typo-body-m-font-style);
552
+ ${attachTokens.buttonFontWeight}: var(--plasma-typo-body-m-bold-font-weight);
553
+ ${attachTokens.buttonLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
554
+ ${attachTokens.buttonLineHeight}: var(--plasma-typo-body-m-line-height);
555
+
556
+ ${attachTokens.buttonSpinnerSize}: 1.375rem;
557
+ ${attachTokens.buttonSpinnerColor}: inherit;
558
+
559
+ ${attachTokens.buttonLeftContentMargin}: 0 0.375rem 0 -0.125rem;
560
+ ${attachTokens.buttonRightContentMargin}: 0 -0.125rem 0 0.375rem;
561
+ ${attachTokens.buttonValueMargin}: 0 0 0 0.25rem;
562
+
563
+ ${attachTokens.cellWidth}: fit-content;
564
+
565
+ ${attachTokens.cellPadding}: 0rem;
566
+ ${attachTokens.cellPaddingLeftContent}: 0rem;
567
+ ${attachTokens.cellPaddingContent}: 0rem;
568
+ ${attachTokens.cellPaddingRightContent}: 0rem;
569
+
570
+ ${attachTokens.cellTextboxGap}: 0.125rem;
571
+ ${attachTokens.cellGap}: 0.375rem;
572
+
573
+ ${attachTokens.cellLabelFontFamily}: var(--plasma-typo-body-s-font-family);
574
+ ${attachTokens.cellLabelFontSize}: var(--plasma-typo-body-s-font-size);
575
+ ${attachTokens.cellLabelFontStyle}: var(--plasma-typo-body-s-font-style);
576
+ ${attachTokens.cellLabelFontWeight}: var(--plasma-typo-body-s-font-weight);
577
+ ${attachTokens.cellLabelLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
578
+ ${attachTokens.cellLabelLineHeight}: var(--plasma-typo-body-s-line-height);
579
+
580
+ ${attachTokens.cellTitleFontFamily}: var(--plasma-typo-body-m-font-family);
581
+ ${attachTokens.cellTitleFontSize}: var(--plasma-typo-body-m-font-size);
582
+ ${attachTokens.cellTitleFontStyle}: var(--plasma-typo-body-m-font-style);
583
+ ${attachTokens.cellTitleFontWeight}: var(--plasma-typo-body-m-font-weight);
584
+ ${attachTokens.cellTitleLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
585
+ ${attachTokens.cellTitleLineHeight}: var(--plasma-typo-body-m-line-height);
586
+
587
+ ${attachTokens.cellSubtitleFontFamily}: var(--plasma-typo-body-s-font-family);
588
+ ${attachTokens.cellSubtitleFontSize}: var(--plasma-typo-body-s-font-size);
589
+ ${attachTokens.cellSubtitleFontStyle}: var(--plasma-typo-body-s-font-style);
590
+ ${attachTokens.cellSubtitleFontWeight}: var(--plasma-typo-body-s-font-weight);
591
+ ${attachTokens.cellSubtitleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
592
+ ${attachTokens.cellSubtitleLineHeight}: var(--plasma-typo-body-s-line-height);
593
+
594
+ ${attachTokens.iconButtonHeight}: 3rem;
595
+ ${attachTokens.iconButtonWidth}: 3rem;
596
+ ${attachTokens.iconButtonPadding}: 1.25rem;
597
+ ${attachTokens.iconButtonRadius}: 0.75rem;
598
+ ${attachTokens.iconButtonFontFamily}: var(--plasma-typo-body-m-font-family);
599
+ ${attachTokens.iconButtonFontSize}: var(--plasma-typo-body-m-font-size);
600
+ ${attachTokens.iconButtonFontStyle}: var(--plasma-typo-body-m-font-style);
601
+ ${attachTokens.iconButtonFontWeight}: var(--plasma-typo-body-m-bold-font-weight);
602
+ ${attachTokens.iconButtonLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);
603
+ ${attachTokens.iconButtonLineHeight}: var(--plasma-typo-body-m-line-height);
604
+
605
+ ${attachTokens.iconButtonSpinnerSize}: 1.375rem;
606
+ ${attachTokens.iconButtonSpinnerColor}: inherit;
607
+
608
+ ${attachTokens.iconButtonCancelHeight}: 2rem;
609
+ ${attachTokens.iconButtonCancelWidth}: 2rem;
610
+ ${attachTokens.iconButtonCancelPadding}: 0.75rem;
611
+ ${attachTokens.iconButtonCancelRadius}: 0.5rem;
612
+ ${attachTokens.iconButtonCancelFontFamily}: var(--plasma-typo-body-xs-font-family);
613
+ ${attachTokens.iconButtonCancelFontSize}: var(--plasma-typo-body-xs-font-size);
614
+ ${attachTokens.iconButtonCancelFontStyle}: var(--plasma-typo-body-xs-font-style);
615
+ ${attachTokens.iconButtonCancelFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);
616
+ ${attachTokens.iconButtonCancelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
617
+ ${attachTokens.iconButtonCancelLineHeight}: var(--plasma-typo-body-xs-line-height);
618
+
619
+ ${attachTokens.iconButtonCancelSpinnerSize}: 1rem;
620
+ ${attachTokens.iconButtonCancelSpinnerColor}: inherit;
621
+
622
+ ${attachTokens.moreIconPadding}: 0.5rem;
623
+
624
+ ${attachTokens.dropdownBorderRadius}: 0.75rem;
625
+ ${attachTokens.dropdownPadding}: 0.125rem;
626
+ ${attachTokens.dropdownItemPadding}: 0.5rem 0.875rem;
627
+ `,
628
+ s: css`
629
+ ${attachTokens.horizontalGap}: 1rem;
630
+ ${attachTokens.verticalGap}: 0.375rem;
631
+ ${attachTokens.verticalGapWithHelperText}: 1.5rem;
632
+
633
+ ${attachTokens.filenameWrapperHeight}: 2.5rem;
634
+ ${attachTokens.filenameDropdownWrapperHeight}: 2rem;
635
+ ${attachTokens.buttonHeight}: 2.5rem;
636
+ ${attachTokens.buttonWidth}: 11.25rem;
637
+ ${attachTokens.buttonPadding}: 1rem;
638
+ ${attachTokens.buttonRadius}: 0.625rem;
639
+ ${attachTokens.buttonFontFamily}: var(--plasma-typo-body-s-font-family);
640
+ ${attachTokens.buttonFontSize}: var(--plasma-typo-body-s-font-size);
641
+ ${attachTokens.buttonFontStyle}: var(--plasma-typo-body-s-font-style);
642
+ ${attachTokens.buttonFontWeight}: var(--plasma-typo-body-s-bold-font-weight);
643
+ ${attachTokens.buttonLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
644
+ ${attachTokens.buttonLineHeight}: var(--plasma-typo-body-s-line-height);
645
+
646
+ ${attachTokens.buttonSpinnerSize}: 1.375rem;
647
+ ${attachTokens.buttonSpinnerColor}: inherit;
648
+
649
+ ${attachTokens.buttonLeftContentMargin}: 0 0.25rem 0 -0.125rem;
650
+ ${attachTokens.buttonRightContentMargin}: 0 -0.125rem 0 0.25rem;
651
+ ${attachTokens.buttonValueMargin}: 0 0 0 0.25rem;
652
+
653
+ ${attachTokens.cellWidth}: fit-content;
654
+
655
+ ${attachTokens.cellPadding}: 0rem;
656
+ ${attachTokens.cellPaddingLeftContent}: 0rem;
657
+ ${attachTokens.cellPaddingContent}: 0rem;
658
+ ${attachTokens.cellPaddingRightContent}: 0rem;
659
+
660
+ ${attachTokens.cellTextboxGap}: 0.125rem;
661
+ ${attachTokens.cellGap}: 0.375rem;
662
+
663
+ ${attachTokens.cellLabelFontFamily}: var(--plasma-typo-body-xs-font-family);
664
+ ${attachTokens.cellLabelFontSize}: var(--plasma-typo-body-xs-font-size);
665
+ ${attachTokens.cellLabelFontStyle}: var(--plasma-typo-body-xs-font-style);
666
+ ${attachTokens.cellLabelFontWeight}: var(--plasma-typo-body-xs-font-weight);
667
+ ${attachTokens.cellLabelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
668
+ ${attachTokens.cellLabelLineHeight}: var(--plasma-typo-body-xs-line-height);
669
+
670
+ ${attachTokens.cellTitleFontFamily}: var(--plasma-typo-body-s-font-family);
671
+ ${attachTokens.cellTitleFontSize}: var(--plasma-typo-body-s-font-size);
672
+ ${attachTokens.cellTitleFontStyle}: var(--plasma-typo-body-s-font-style);
673
+ ${attachTokens.cellTitleFontWeight}: var(--plasma-typo-body-s-font-weight);
674
+ ${attachTokens.cellTitleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
675
+ ${attachTokens.cellTitleLineHeight}: var(--plasma-typo-body-s-line-height);
676
+
677
+ ${attachTokens.cellSubtitleFontFamily}: var(--plasma-typo-body-xs-font-family);
678
+ ${attachTokens.cellSubtitleFontSize}: var(--plasma-typo-body-xs-font-size);
679
+ ${attachTokens.cellSubtitleFontStyle}: var(--plasma-typo-body-xs-font-style);
680
+ ${attachTokens.cellSubtitleFontWeight}: var(--plasma-typo-body-xs-font-weight);
681
+ ${attachTokens.cellSubtitleLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
682
+ ${attachTokens.cellSubtitleLineHeight}: var(--plasma-typo-body-xs-line-height);
683
+
684
+ ${attachTokens.iconButtonHeight}: 2.5rem;
685
+ ${attachTokens.iconButtonWidth}: 2.5rem;
686
+ ${attachTokens.iconButtonPadding}: 1rem;
687
+ ${attachTokens.iconButtonRadius}: 0.625rem;
688
+ ${attachTokens.iconButtonFontFamily}: var(--plasma-typo-body-s-font-family);
689
+ ${attachTokens.iconButtonFontSize}: var(--plasma-typo-body-s-font-size);
690
+ ${attachTokens.iconButtonFontStyle}: var(--plasma-typo-body-s-font-style);
691
+ ${attachTokens.iconButtonFontWeight}: var(--plasma-typo-body-s-bold-font-weight);
692
+ ${attachTokens.iconButtonLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);
693
+ ${attachTokens.iconButtonLineHeight}: var(--plasma-typo-body-s-line-height);
694
+
695
+ ${attachTokens.iconButtonSpinnerSize}: 1.375rem;
696
+ ${attachTokens.iconButtonSpinnerColor}: inherit;
697
+
698
+ ${attachTokens.iconButtonCancelHeight}: 2rem;
699
+ ${attachTokens.iconButtonCancelWidth}: 2rem;
700
+ ${attachTokens.iconButtonCancelPadding}: 0.75rem;
701
+ ${attachTokens.iconButtonCancelRadius}: 0.5rem;
702
+ ${attachTokens.iconButtonCancelFontFamily}: var(--plasma-typo-body-xs-font-family);
703
+ ${attachTokens.iconButtonCancelFontSize}: var(--plasma-typo-body-xs-font-size);
704
+ ${attachTokens.iconButtonCancelFontStyle}: var(--plasma-typo-body-xs-font-style);
705
+ ${attachTokens.iconButtonCancelFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);
706
+ ${attachTokens.iconButtonCancelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
707
+ ${attachTokens.iconButtonCancelLineHeight}: var(--plasma-typo-body-xs-line-height);
708
+
709
+ ${attachTokens.iconButtonCancelSpinnerSize}: 1rem;
710
+ ${attachTokens.iconButtonCancelSpinnerColor}: inherit;
711
+
712
+ ${attachTokens.moreIconPadding}: 0.25rem;
713
+
714
+ ${attachTokens.dropdownBorderRadius}: 0.625rem;
715
+ ${attachTokens.dropdownPadding}: 0.125rem;
716
+ ${attachTokens.dropdownItemPadding}: 0.25rem 0.75rem;
717
+ `,
718
+ xs: css`
719
+ ${attachTokens.horizontalGap}: 0.75rem;
720
+ ${attachTokens.verticalGap}: 0.25rem;
721
+ ${attachTokens.verticalGapWithHelperText}: 1.375rem;
722
+
723
+ ${attachTokens.filenameWrapperHeight}: 2rem;
724
+ ${attachTokens.filenameDropdownWrapperHeight}: 2rem;
725
+ ${attachTokens.buttonHeight}: 2rem;
726
+ ${attachTokens.buttonWidth}: 10rem;
727
+ ${attachTokens.buttonPadding}: 0.75rem;
728
+ ${attachTokens.buttonRadius}: 0.5rem;
729
+ ${attachTokens.buttonFontFamily}: var(--plasma-typo-body-xs-font-family);
730
+ ${attachTokens.buttonFontSize}: var(--plasma-typo-body-xs-font-size);
731
+ ${attachTokens.buttonFontStyle}: var(--plasma-typo-body-xs-font-style);
732
+ ${attachTokens.buttonFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);
733
+ ${attachTokens.buttonLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
734
+ ${attachTokens.buttonLineHeight}: var(--plasma-typo-body-xs-line-height);
735
+
736
+ ${attachTokens.buttonSpinnerSize}: 1rem;
737
+ ${attachTokens.buttonSpinnerColor}: inherit;
738
+
739
+ ${attachTokens.buttonLeftContentMargin}: 0 0.25rem 0 -0.125rem;
740
+ ${attachTokens.buttonRightContentMargin}: 0 -0.125rem 0 0.25rem;
741
+ ${attachTokens.buttonValueMargin}: 0 0 0 0.25rem;
742
+
743
+ ${attachTokens.cellWidth}: fit-content;
744
+
745
+ ${attachTokens.cellPadding}: 0rem;
746
+ ${attachTokens.cellPaddingLeftContent}: 0rem;
747
+ ${attachTokens.cellPaddingContent}: 0rem;
748
+ ${attachTokens.cellPaddingRightContent}: 0rem;
749
+
750
+ ${attachTokens.cellTextboxGap}: 0.125rem;
751
+ ${attachTokens.cellGap}: 0.25rem;
752
+
753
+ ${attachTokens.cellLabelFontFamily}: var(--plasma-typo-body-xs-font-family);
754
+ ${attachTokens.cellLabelFontSize}: var(--plasma-typo-body-xs-font-size);
755
+ ${attachTokens.cellLabelFontStyle}: var(--plasma-typo-body-xs-font-style);
756
+ ${attachTokens.cellLabelFontWeight}: var(--plasma-typo-body-xs-font-weight);
757
+ ${attachTokens.cellLabelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
758
+ ${attachTokens.cellLabelLineHeight}: var(--plasma-typo-body-xs-line-height);
759
+
760
+ ${attachTokens.cellTitleFontFamily}: var(--plasma-typo-body-xs-font-family);
761
+ ${attachTokens.cellTitleFontSize}: var(--plasma-typo-body-xs-font-size);
762
+ ${attachTokens.cellTitleFontStyle}: var(--plasma-typo-body-xs-font-style);
763
+ ${attachTokens.cellTitleFontWeight}: var(--plasma-typo-body-xs-font-weight);
764
+ ${attachTokens.cellTitleLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
765
+ ${attachTokens.cellTitleLineHeight}: var(--plasma-typo-body-xs-line-height);
766
+
767
+ ${attachTokens.cellSubtitleFontFamily}: var(--plasma-typo-body-xs-font-family);
768
+ ${attachTokens.cellSubtitleFontSize}: var(--plasma-typo-body-xs-font-size);
769
+ ${attachTokens.cellSubtitleFontStyle}: var(--plasma-typo-body-xs-font-style);
770
+ ${attachTokens.cellSubtitleFontWeight}: var(--plasma-typo-body-xs-font-weight);
771
+ ${attachTokens.cellSubtitleLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
772
+ ${attachTokens.cellSubtitleLineHeight}: var(--plasma-typo-body-xs-line-height);
773
+
774
+ ${attachTokens.iconButtonHeight}: 2rem;
775
+ ${attachTokens.iconButtonWidth}: 2rem;
776
+ ${attachTokens.iconButtonPadding}: 0.75rem;
777
+ ${attachTokens.iconButtonRadius}: 0.5rem;
778
+ ${attachTokens.iconButtonFontFamily}: var(--plasma-typo-body-xs-font-family);
779
+ ${attachTokens.iconButtonFontSize}: var(--plasma-typo-body-xs-font-size);
780
+ ${attachTokens.iconButtonFontStyle}: var(--plasma-typo-body-xs-font-style);
781
+ ${attachTokens.iconButtonFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);
782
+ ${attachTokens.iconButtonLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
783
+ ${attachTokens.iconButtonLineHeight}: var(--plasma-typo-body-xs-line-height);
784
+
785
+ ${attachTokens.iconButtonSpinnerSize}: 1rem;
786
+ ${attachTokens.iconButtonSpinnerColor}: inherit;
787
+
788
+ ${attachTokens.iconButtonCancelHeight}: 2rem;
789
+ ${attachTokens.iconButtonCancelWidth}: 2rem;
790
+ ${attachTokens.iconButtonCancelPadding}: 0.75rem;
791
+ ${attachTokens.iconButtonCancelRadius}: 0.5rem;
792
+ ${attachTokens.iconButtonCancelFontFamily}: var(--plasma-typo-body-xs-font-family);
793
+ ${attachTokens.iconButtonCancelFontSize}: var(--plasma-typo-body-xs-font-size);
794
+ ${attachTokens.iconButtonCancelFontStyle}: var(--plasma-typo-body-xs-font-style);
795
+ ${attachTokens.iconButtonCancelFontWeight}: var(--plasma-typo-body-xs-bold-font-weight);
796
+ ${attachTokens.iconButtonCancelLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);
797
+ ${attachTokens.iconButtonCancelLineHeight}: var(--plasma-typo-body-xs-line-height);
798
+
799
+ ${attachTokens.iconButtonCancelSpinnerSize}: 1rem;
800
+ ${attachTokens.iconButtonCancelSpinnerColor}: inherit;
801
+
802
+ ${attachTokens.moreIconPadding}: 0.25rem;
803
+
804
+ ${attachTokens.dropdownBorderRadius}: 0.5rem;
805
+ ${attachTokens.dropdownPadding}: 0.125rem;
806
+ ${attachTokens.dropdownItemPadding}: 0.125rem 0.5rem;
807
+ `
847
808
  }
848
809
  }
849
810
  };