@salutejs/plasma-new-hope 0.339.0-canary.2286.18651387499.0 → 0.339.0-canary.2288.18653805742.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 (413) hide show
  1. package/cjs/components/Attach/Attach.css +68 -24
  2. package/cjs/components/Attach/Attach.js +177 -32
  3. package/cjs/components/Attach/Attach.js.map +1 -1
  4. package/cjs/components/Attach/Attach.styles.js +46 -5
  5. package/cjs/components/Attach/Attach.styles.js.map +1 -1
  6. package/cjs/components/Attach/Attach.styles_14g2czk.css +8 -0
  7. package/cjs/components/Attach/Attach.tokens.js +21 -6
  8. package/cjs/components/Attach/Attach.tokens.js.map +1 -1
  9. package/cjs/components/Attach/components/AttachButton/AttachButton.css +82 -15
  10. package/cjs/components/Attach/components/AttachButton/AttachButton.js.map +1 -1
  11. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.css +105 -0
  12. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +29 -0
  13. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js.map +1 -0
  14. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +21 -0
  15. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js.map +1 -0
  16. package/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles_3t6n6e.css +2 -0
  17. package/cjs/components/Attach/ui/Cell/Cell.css +60 -0
  18. package/cjs/components/Attach/ui/Cell/Cell.js +46 -0
  19. package/cjs/components/Attach/ui/Cell/Cell.js.map +1 -0
  20. package/cjs/components/Attach/ui/Cell/Cell.styles.js +1 -1
  21. package/{es/components/Attach/ui/Cell/Cell.styles_69w962.css → cjs/components/Attach/ui/Cell/Cell.styles_lpj30y.css} +1 -1
  22. package/cjs/components/Attach/ui/Dropdown/Dropdown.css +100 -0
  23. package/cjs/components/Attach/ui/Dropdown/Dropdown.js +69 -0
  24. package/cjs/components/Attach/ui/Dropdown/Dropdown.js.map +1 -0
  25. package/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js +22 -0
  26. package/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js.map +1 -0
  27. package/cjs/components/Attach/ui/Dropdown/Dropdown.styles_1ge65dg.css +1 -0
  28. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.css +3 -0
  29. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js +23 -0
  30. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js.map +1 -0
  31. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +15 -0
  32. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js.map +1 -0
  33. package/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles_5yseaa.css +1 -0
  34. package/cjs/components/Attach/utils/getFilenameParts.js +21 -0
  35. package/cjs/components/Attach/utils/getFilenameParts.js.map +1 -0
  36. package/cjs/components/Attach/variations/_size/base.js +1 -1
  37. package/cjs/components/Attach/variations/_size/base.js.map +1 -1
  38. package/cjs/components/Attach/variations/_size/base_1x0gzlt.css +1 -0
  39. package/cjs/components/Attach/variations/_view/base.js +1 -1
  40. package/cjs/components/Attach/variations/_view/base_d9xz7t.css +1 -0
  41. package/cjs/components/Pagination/Pagination.css +0 -19
  42. package/cjs/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +0 -19
  43. package/cjs/components/Select/Select.css +0 -19
  44. package/cjs/components/Select/Select.js +9 -44
  45. package/cjs/components/Select/Select.js.map +1 -1
  46. package/cjs/components/Select/Select.tokens.js +0 -2
  47. package/cjs/components/Select/Select.tokens.js.map +1 -1
  48. package/cjs/components/Select/hooks/useKeyboardNavigation.js +1 -185
  49. package/cjs/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
  50. package/cjs/components/Select/hooks/usePathMaps.js +3 -7
  51. package/cjs/components/Select/hooks/usePathMaps.js.map +1 -1
  52. package/cjs/components/Table/Table.css +0 -19
  53. package/cjs/components/Table/ui/Cell/Cell.css +0 -19
  54. package/cjs/components/Table/ui/EditableCell/EditableCell.css +0 -19
  55. package/cjs/components/Table/ui/HeadCell/HeadCell.css +0 -19
  56. package/cjs/components/Table/ui/HeadCell/ui/Filter/Filter.css +0 -19
  57. package/cjs/components/Tree/utils/traverseTree.js +23 -2
  58. package/cjs/components/Tree/utils/traverseTree.js.map +1 -1
  59. package/cjs/components/_Icon/Icon.assets/DotsHorizontalOutline.js +27 -0
  60. package/cjs/components/_Icon/Icon.assets/DotsHorizontalOutline.js.map +1 -0
  61. package/cjs/components/_Icon/Icons/IconDotsHorizontalOutline.js +31 -0
  62. package/cjs/components/_Icon/Icons/IconDotsHorizontalOutline.js.map +1 -0
  63. package/cjs/index.css +17 -28
  64. package/cjs/index.js +0 -2
  65. package/cjs/index.js.map +1 -1
  66. package/cjs/utils/index.js.map +1 -1
  67. package/emotion/cjs/components/Attach/Attach.js +190 -28
  68. package/emotion/cjs/components/Attach/Attach.styles.js +33 -14
  69. package/emotion/cjs/components/Attach/Attach.tokens.js +21 -6
  70. package/emotion/cjs/components/Attach/components/AttachButton/AttachButton.js +3 -4
  71. package/emotion/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +64 -0
  72. package/emotion/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +33 -0
  73. package/emotion/cjs/components/Attach/components/HiddenWidthHelper/index.js +11 -0
  74. package/emotion/cjs/components/Attach/components/index.js +19 -0
  75. package/emotion/cjs/components/Attach/ui/Cell/Cell.js +67 -2
  76. package/emotion/cjs/components/Attach/ui/Dropdown/Dropdown.js +225 -0
  77. package/emotion/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js +26 -0
  78. package/emotion/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js +26 -0
  79. package/emotion/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +21 -0
  80. package/emotion/cjs/components/Attach/ui/index.js +29 -0
  81. package/emotion/cjs/components/Attach/utils/getFilenameParts.js +23 -0
  82. package/emotion/cjs/components/Attach/utils/index.js +4 -0
  83. package/emotion/cjs/components/Attach/variations/_size/base.js +1 -1
  84. package/emotion/cjs/components/Select/Select.js +6 -33
  85. package/emotion/cjs/components/Select/Select.tokens.js +0 -2
  86. package/emotion/cjs/components/Select/hooks/useKeyboardNavigation.js +0 -166
  87. package/emotion/cjs/components/Select/hooks/usePathMaps.js +3 -35
  88. package/emotion/cjs/components/Select/reducers/index.js +0 -1
  89. package/emotion/cjs/components/Select/ui/index.js +0 -1
  90. package/emotion/cjs/components/Tree/utils/traverseTree.js +60 -2
  91. package/emotion/cjs/examples/components/Attach/Attach.config.js +18 -18
  92. package/emotion/cjs/examples/components/Select/Select.config.js +24 -24
  93. package/emotion/cjs/utils/index.js +0 -4
  94. package/emotion/es/components/Attach/Attach.js +193 -31
  95. package/emotion/es/components/Attach/Attach.styles.js +30 -14
  96. package/emotion/es/components/Attach/Attach.tokens.js +21 -6
  97. package/emotion/es/components/Attach/components/AttachButton/AttachButton.js +1 -2
  98. package/emotion/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +13 -0
  99. package/emotion/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +10 -0
  100. package/emotion/es/components/Attach/components/HiddenWidthHelper/index.js +1 -0
  101. package/emotion/es/components/Attach/components/index.js +2 -0
  102. package/emotion/es/components/Attach/ui/Cell/Cell.js +25 -1
  103. package/emotion/es/components/Attach/ui/Dropdown/Dropdown.js +174 -0
  104. package/emotion/es/components/Attach/ui/Dropdown/Dropdown.styles.js +11 -0
  105. package/emotion/es/components/Attach/ui/MoreTrigger/MoreTrigger.js +11 -0
  106. package/emotion/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +6 -0
  107. package/emotion/es/components/Attach/ui/index.js +6 -0
  108. package/emotion/es/components/Attach/utils/getFilenameParts.js +13 -0
  109. package/emotion/es/components/Attach/utils/index.js +1 -0
  110. package/emotion/es/components/Attach/variations/_size/base.js +1 -1
  111. package/emotion/es/components/Select/Select.js +8 -35
  112. package/emotion/es/components/Select/Select.tokens.js +0 -2
  113. package/emotion/es/components/Select/hooks/useKeyboardNavigation.js +0 -166
  114. package/emotion/es/components/Select/hooks/usePathMaps.js +4 -36
  115. package/emotion/es/components/Select/reducers/index.js +0 -1
  116. package/emotion/es/components/Select/ui/index.js +0 -1
  117. package/emotion/es/components/Tree/utils/traverseTree.js +59 -1
  118. package/emotion/es/examples/components/Attach/Attach.config.js +18 -18
  119. package/emotion/es/examples/components/Combobox/Combobox.js +0 -7
  120. package/emotion/es/examples/components/Select/Select.config.js +24 -24
  121. package/emotion/es/utils/index.js +0 -1
  122. package/es/components/Attach/Attach.css +68 -24
  123. package/es/components/Attach/Attach.js +180 -35
  124. package/es/components/Attach/Attach.js.map +1 -1
  125. package/es/components/Attach/Attach.styles.js +46 -6
  126. package/es/components/Attach/Attach.styles.js.map +1 -1
  127. package/es/components/Attach/Attach.styles_14g2czk.css +8 -0
  128. package/es/components/Attach/Attach.tokens.js +21 -6
  129. package/es/components/Attach/Attach.tokens.js.map +1 -1
  130. package/es/components/Attach/components/AttachButton/AttachButton.css +82 -15
  131. package/es/components/Attach/components/AttachButton/AttachButton.js.map +1 -1
  132. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.css +105 -0
  133. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +21 -0
  134. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js.map +1 -0
  135. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +16 -0
  136. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js.map +1 -0
  137. package/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles_3t6n6e.css +2 -0
  138. package/es/components/Attach/ui/Cell/Cell.css +60 -0
  139. package/es/components/Attach/ui/Cell/Cell.js +38 -0
  140. package/es/components/Attach/ui/Cell/Cell.js.map +1 -0
  141. package/es/components/Attach/ui/Cell/Cell.styles.js +1 -1
  142. package/{cjs/components/Attach/ui/Cell/Cell.styles_69w962.css → es/components/Attach/ui/Cell/Cell.styles_lpj30y.css} +1 -1
  143. package/es/components/Attach/ui/Dropdown/Dropdown.css +100 -0
  144. package/es/components/Attach/ui/Dropdown/Dropdown.js +61 -0
  145. package/es/components/Attach/ui/Dropdown/Dropdown.js.map +1 -0
  146. package/es/components/Attach/ui/Dropdown/Dropdown.styles.js +18 -0
  147. package/es/components/Attach/ui/Dropdown/Dropdown.styles.js.map +1 -0
  148. package/es/components/Attach/ui/Dropdown/Dropdown.styles_1ge65dg.css +1 -0
  149. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.css +3 -0
  150. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.js +15 -0
  151. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.js.map +1 -0
  152. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +11 -0
  153. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js.map +1 -0
  154. package/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles_5yseaa.css +1 -0
  155. package/es/components/Attach/utils/getFilenameParts.js +17 -0
  156. package/es/components/Attach/utils/getFilenameParts.js.map +1 -0
  157. package/es/components/Attach/variations/_size/base.js +1 -1
  158. package/es/components/Attach/variations/_size/base.js.map +1 -1
  159. package/es/components/Attach/variations/_size/base_1x0gzlt.css +1 -0
  160. package/es/components/Attach/variations/_view/base.js +1 -1
  161. package/es/components/Attach/variations/_view/base_d9xz7t.css +1 -0
  162. package/es/components/Pagination/Pagination.css +0 -19
  163. package/es/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.css +0 -19
  164. package/es/components/Select/Select.css +0 -19
  165. package/es/components/Select/Select.js +9 -44
  166. package/es/components/Select/Select.js.map +1 -1
  167. package/es/components/Select/Select.tokens.js +0 -2
  168. package/es/components/Select/Select.tokens.js.map +1 -1
  169. package/es/components/Select/hooks/useKeyboardNavigation.js +1 -185
  170. package/es/components/Select/hooks/useKeyboardNavigation.js.map +1 -1
  171. package/es/components/Select/hooks/usePathMaps.js +3 -7
  172. package/es/components/Select/hooks/usePathMaps.js.map +1 -1
  173. package/es/components/Table/Table.css +0 -19
  174. package/es/components/Table/ui/Cell/Cell.css +0 -19
  175. package/es/components/Table/ui/EditableCell/EditableCell.css +0 -19
  176. package/es/components/Table/ui/HeadCell/HeadCell.css +0 -19
  177. package/es/components/Table/ui/HeadCell/ui/Filter/Filter.css +0 -19
  178. package/es/components/Tree/utils/traverseTree.js +23 -2
  179. package/es/components/Tree/utils/traverseTree.js.map +1 -1
  180. package/es/components/_Icon/Icon.assets/DotsHorizontalOutline.js +19 -0
  181. package/es/components/_Icon/Icon.assets/DotsHorizontalOutline.js.map +1 -0
  182. package/es/components/_Icon/Icons/IconDotsHorizontalOutline.js +23 -0
  183. package/es/components/_Icon/Icons/IconDotsHorizontalOutline.js.map +1 -0
  184. package/es/index.css +17 -28
  185. package/es/index.js +0 -1
  186. package/es/index.js.map +1 -1
  187. package/es/utils/index.js.map +1 -1
  188. package/package.json +2 -2
  189. package/styled-components/cjs/components/Attach/Attach.js +190 -28
  190. package/styled-components/cjs/components/Attach/Attach.styles.js +40 -12
  191. package/styled-components/cjs/components/Attach/Attach.tokens.js +21 -6
  192. package/styled-components/cjs/components/Attach/components/AttachButton/AttachButton.js +3 -4
  193. package/styled-components/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +64 -0
  194. package/styled-components/cjs/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +39 -0
  195. package/styled-components/cjs/components/Attach/components/HiddenWidthHelper/index.js +11 -0
  196. package/styled-components/cjs/components/Attach/components/index.js +19 -0
  197. package/styled-components/cjs/components/Attach/ui/Cell/Cell.js +67 -2
  198. package/styled-components/cjs/components/Attach/ui/Dropdown/Dropdown.js +225 -0
  199. package/styled-components/cjs/components/Attach/ui/Dropdown/Dropdown.styles.js +45 -0
  200. package/styled-components/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.js +26 -0
  201. package/styled-components/cjs/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +24 -0
  202. package/styled-components/cjs/components/Attach/ui/index.js +29 -0
  203. package/styled-components/cjs/components/Attach/utils/getFilenameParts.js +23 -0
  204. package/styled-components/cjs/components/Attach/utils/index.js +4 -0
  205. package/styled-components/cjs/components/Attach/variations/_size/base.js +5 -2
  206. package/styled-components/cjs/components/Select/Select.js +6 -33
  207. package/styled-components/cjs/components/Select/Select.tokens.js +0 -2
  208. package/styled-components/cjs/components/Select/hooks/useKeyboardNavigation.js +0 -166
  209. package/styled-components/cjs/components/Select/hooks/usePathMaps.js +3 -35
  210. package/styled-components/cjs/components/Select/reducers/index.js +0 -1
  211. package/styled-components/cjs/components/Select/ui/index.js +0 -1
  212. package/styled-components/cjs/components/Tree/utils/traverseTree.js +60 -2
  213. package/styled-components/cjs/examples/components/Attach/Attach.config.js +64 -32
  214. package/styled-components/cjs/examples/components/Combobox/Combobox.js +0 -15
  215. package/styled-components/cjs/examples/components/Select/Select.config.js +4 -12
  216. package/styled-components/cjs/utils/index.js +0 -4
  217. package/styled-components/es/components/Attach/Attach.js +193 -31
  218. package/styled-components/es/components/Attach/Attach.styles.js +37 -12
  219. package/styled-components/es/components/Attach/Attach.tokens.js +21 -6
  220. package/styled-components/es/components/Attach/components/AttachButton/AttachButton.js +1 -2
  221. package/styled-components/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.js +13 -0
  222. package/styled-components/es/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.js +16 -0
  223. package/styled-components/es/components/Attach/components/HiddenWidthHelper/index.js +1 -0
  224. package/styled-components/es/components/Attach/components/index.js +2 -0
  225. package/styled-components/es/components/Attach/ui/Cell/Cell.js +25 -1
  226. package/styled-components/es/components/Attach/ui/Dropdown/Dropdown.js +174 -0
  227. package/styled-components/es/components/Attach/ui/Dropdown/Dropdown.styles.js +30 -0
  228. package/styled-components/es/components/Attach/ui/MoreTrigger/MoreTrigger.js +11 -0
  229. package/styled-components/es/components/Attach/ui/MoreTrigger/MoreTrigger.styles.js +9 -0
  230. package/styled-components/es/components/Attach/ui/index.js +6 -0
  231. package/styled-components/es/components/Attach/utils/getFilenameParts.js +13 -0
  232. package/styled-components/es/components/Attach/utils/index.js +1 -0
  233. package/styled-components/es/components/Attach/variations/_size/base.js +5 -2
  234. package/styled-components/es/components/Select/Select.js +8 -35
  235. package/styled-components/es/components/Select/Select.tokens.js +0 -2
  236. package/styled-components/es/components/Select/hooks/useKeyboardNavigation.js +0 -166
  237. package/styled-components/es/components/Select/hooks/usePathMaps.js +4 -36
  238. package/styled-components/es/components/Select/reducers/index.js +0 -1
  239. package/styled-components/es/components/Select/ui/index.js +0 -1
  240. package/styled-components/es/components/Tree/utils/traverseTree.js +59 -1
  241. package/styled-components/es/examples/components/Attach/Attach.config.js +64 -32
  242. package/styled-components/es/examples/components/Combobox/Combobox.js +0 -7
  243. package/styled-components/es/examples/components/Select/Select.config.js +4 -12
  244. package/styled-components/es/utils/index.js +0 -1
  245. package/types/components/Attach/Attach.d.ts.map +1 -1
  246. package/types/components/Attach/Attach.styles.d.ts +9 -2
  247. package/types/components/Attach/Attach.styles.d.ts.map +1 -1
  248. package/types/components/Attach/Attach.tokens.d.ts +13 -0
  249. package/types/components/Attach/Attach.tokens.d.ts.map +1 -1
  250. package/types/components/Attach/Attach.types.d.ts +85 -9
  251. package/types/components/Attach/Attach.types.d.ts.map +1 -1
  252. package/types/components/Attach/components/AttachButton/AttachButton.d.ts.map +1 -1
  253. package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.d.ts +10 -0
  254. package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.d.ts.map +1 -0
  255. package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.d.ts +3 -0
  256. package/types/components/Attach/components/HiddenWidthHelper/HiddenWidthHelper.styles.d.ts.map +1 -0
  257. package/types/components/Attach/components/HiddenWidthHelper/index.d.ts +2 -0
  258. package/types/components/Attach/components/HiddenWidthHelper/index.d.ts.map +1 -0
  259. package/types/components/Attach/components/index.d.ts +3 -0
  260. package/types/components/Attach/components/index.d.ts.map +1 -0
  261. package/types/components/Attach/ui/Cell/Cell.d.ts +14 -1
  262. package/types/components/Attach/ui/Cell/Cell.d.ts.map +1 -1
  263. package/types/components/Attach/ui/Dropdown/Dropdown.d.ts +12 -0
  264. package/types/components/Attach/ui/Dropdown/Dropdown.d.ts.map +1 -0
  265. package/types/components/Attach/ui/Dropdown/Dropdown.styles.d.ts +31 -0
  266. package/types/components/Attach/ui/Dropdown/Dropdown.styles.d.ts.map +1 -0
  267. package/types/components/Attach/ui/MoreTrigger/MoreTrigger.d.ts +6 -0
  268. package/types/components/Attach/ui/MoreTrigger/MoreTrigger.d.ts.map +1 -0
  269. package/types/components/Attach/ui/MoreTrigger/MoreTrigger.styles.d.ts +2 -0
  270. package/types/components/Attach/ui/MoreTrigger/MoreTrigger.styles.d.ts.map +1 -0
  271. package/types/components/Attach/ui/index.d.ts +7 -0
  272. package/types/components/Attach/ui/index.d.ts.map +1 -0
  273. package/types/components/Attach/utils/getFilenameParts.d.ts +8 -0
  274. package/types/components/Attach/utils/getFilenameParts.d.ts.map +1 -0
  275. package/types/components/Attach/utils/index.d.ts +1 -0
  276. package/types/components/Attach/utils/index.d.ts.map +1 -1
  277. package/types/components/Attach/variations/_size/base.d.ts.map +1 -1
  278. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts +0 -12
  279. package/types/components/Pagination/ui/PaginationSelectPerPage/PaginationSelectPerPage.styles.d.ts.map +1 -1
  280. package/types/components/Select/Select.d.ts.map +1 -1
  281. package/types/components/Select/Select.tokens.d.ts +0 -2
  282. package/types/components/Select/Select.tokens.d.ts.map +1 -1
  283. package/types/components/Select/Select.types.d.ts +2 -26
  284. package/types/components/Select/Select.types.d.ts.map +1 -1
  285. package/types/components/Select/hooks/useKeyboardNavigation.d.ts +2 -6
  286. package/types/components/Select/hooks/useKeyboardNavigation.d.ts.map +1 -1
  287. package/types/components/Select/hooks/usePathMaps.d.ts +1 -2
  288. package/types/components/Select/hooks/usePathMaps.d.ts.map +1 -1
  289. package/types/components/Select/reducers/index.d.ts +0 -1
  290. package/types/components/Select/reducers/index.d.ts.map +1 -1
  291. package/types/components/Select/ui/index.d.ts +0 -1
  292. package/types/components/Select/ui/index.d.ts.map +1 -1
  293. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts +0 -12
  294. package/types/components/Table/ui/HeadCell/ui/Filter/Filter.styles.d.ts.map +1 -1
  295. package/types/components/Tree/utils/traverseTree.d.ts.map +1 -1
  296. package/types/examples/components/Attach/Attach.config.d.ts.map +1 -1
  297. package/types/examples/components/Attach/Attach.d.ts +448 -16
  298. package/types/examples/components/Attach/Attach.d.ts.map +1 -1
  299. package/types/examples/components/Select/Select.config.d.ts.map +1 -1
  300. package/types/examples/components/Select/Select.d.ts +0 -12
  301. package/types/examples/components/Select/Select.d.ts.map +1 -1
  302. package/types/types/MakeNever.d.ts +4 -0
  303. package/types/types/MakeNever.d.ts.map +1 -0
  304. package/types/types/index.d.ts +1 -0
  305. package/types/types/index.d.ts.map +1 -1
  306. package/types/utils/index.d.ts +0 -1
  307. package/types/utils/index.d.ts.map +1 -1
  308. package/cjs/components/Attach/Attach.styles_pso18d.css +0 -7
  309. package/cjs/components/Attach/variations/_size/base_kpo9at.css +0 -1
  310. package/cjs/components/Attach/variations/_view/base_1nvsg1b.css +0 -1
  311. package/cjs/components/Select/reducers/treePathReducer.js +0 -87
  312. package/cjs/components/Select/reducers/treePathReducer.js.map +0 -1
  313. package/cjs/components/Select/ui/TreeList/TreeList.css +0 -57
  314. package/cjs/components/Select/ui/TreeList/TreeList.js +0 -96
  315. package/cjs/components/Select/ui/TreeList/TreeList.js.map +0 -1
  316. package/cjs/components/Select/ui/TreeList/TreeList.styles.js +0 -30
  317. package/cjs/components/Select/ui/TreeList/TreeList.styles.js.map +0 -1
  318. package/cjs/components/Select/ui/TreeList/TreeList.styles_1t38mek.css +0 -2
  319. package/cjs/components/Select/ui/TreeList/ui/Item/Item.css +0 -54
  320. package/cjs/components/Select/ui/TreeList/ui/Item/Item.js +0 -71
  321. package/cjs/components/Select/ui/TreeList/ui/Item/Item.js.map +0 -1
  322. package/cjs/components/Select/ui/TreeList/ui/Item/Item.styles.js +0 -214
  323. package/cjs/components/Select/ui/TreeList/ui/Item/Item.styles.js.map +0 -1
  324. package/cjs/components/Select/ui/TreeList/ui/Item/Item.styles_i0dby2.css +0 -15
  325. package/cjs/components/Select/ui/TreeList/ui/Item/ui/ItemArrowLeft/ItemArrowLeft.js +0 -89
  326. package/cjs/components/Select/ui/TreeList/ui/Item/ui/ItemArrowLeft/ItemArrowLeft.js.map +0 -1
  327. package/cjs/components/Select/ui/TreeList/ui/Item/ui/ItemArrowRight/ItemArrowRight.js +0 -89
  328. package/cjs/components/Select/ui/TreeList/ui/Item/ui/ItemArrowRight/ItemArrowRight.js.map +0 -1
  329. package/cjs/utils/deepCopy.js +0 -30
  330. package/cjs/utils/deepCopy.js.map +0 -1
  331. package/emotion/cjs/components/Select/reducers/treePathReducer.js +0 -98
  332. package/emotion/cjs/components/Select/ui/TreeList/TreeList.js +0 -126
  333. package/emotion/cjs/components/Select/ui/TreeList/TreeList.styles.js +0 -36
  334. package/emotion/cjs/components/Select/ui/TreeList/ui/Item/Item.js +0 -101
  335. package/emotion/cjs/components/Select/ui/TreeList/ui/Item/Item.styles.js +0 -186
  336. package/emotion/cjs/components/Select/ui/TreeList/ui/Item/ui/ItemArrowLeft/ItemArrowLeft.js +0 -112
  337. package/emotion/cjs/components/Select/ui/TreeList/ui/Item/ui/ItemArrowRight/ItemArrowRight.js +0 -112
  338. package/emotion/cjs/utils/deepCopy.js +0 -82
  339. package/emotion/es/components/Select/reducers/treePathReducer.js +0 -81
  340. package/emotion/es/components/Select/ui/TreeList/TreeList.js +0 -75
  341. package/emotion/es/components/Select/ui/TreeList/TreeList.styles.js +0 -13
  342. package/emotion/es/components/Select/ui/TreeList/ui/Item/Item.js +0 -50
  343. package/emotion/es/components/Select/ui/TreeList/ui/Item/Item.styles.js +0 -122
  344. package/emotion/es/components/Select/ui/TreeList/ui/Item/ui/ItemArrowLeft/ItemArrowLeft.js +0 -61
  345. package/emotion/es/components/Select/ui/TreeList/ui/Item/ui/ItemArrowRight/ItemArrowRight.js +0 -61
  346. package/emotion/es/utils/deepCopy.js +0 -72
  347. package/es/components/Attach/Attach.styles_pso18d.css +0 -7
  348. package/es/components/Attach/variations/_size/base_kpo9at.css +0 -1
  349. package/es/components/Attach/variations/_view/base_1nvsg1b.css +0 -1
  350. package/es/components/Select/reducers/treePathReducer.js +0 -82
  351. package/es/components/Select/reducers/treePathReducer.js.map +0 -1
  352. package/es/components/Select/ui/TreeList/TreeList.css +0 -57
  353. package/es/components/Select/ui/TreeList/TreeList.js +0 -88
  354. package/es/components/Select/ui/TreeList/TreeList.js.map +0 -1
  355. package/es/components/Select/ui/TreeList/TreeList.styles.js +0 -25
  356. package/es/components/Select/ui/TreeList/TreeList.styles.js.map +0 -1
  357. package/es/components/Select/ui/TreeList/TreeList.styles_1t38mek.css +0 -2
  358. package/es/components/Select/ui/TreeList/ui/Item/Item.css +0 -54
  359. package/es/components/Select/ui/TreeList/ui/Item/Item.js +0 -63
  360. package/es/components/Select/ui/TreeList/ui/Item/Item.js.map +0 -1
  361. package/es/components/Select/ui/TreeList/ui/Item/Item.styles.js +0 -196
  362. package/es/components/Select/ui/TreeList/ui/Item/Item.styles.js.map +0 -1
  363. package/es/components/Select/ui/TreeList/ui/Item/Item.styles_i0dby2.css +0 -15
  364. package/es/components/Select/ui/TreeList/ui/Item/ui/ItemArrowLeft/ItemArrowLeft.js +0 -81
  365. package/es/components/Select/ui/TreeList/ui/Item/ui/ItemArrowLeft/ItemArrowLeft.js.map +0 -1
  366. package/es/components/Select/ui/TreeList/ui/Item/ui/ItemArrowRight/ItemArrowRight.js +0 -81
  367. package/es/components/Select/ui/TreeList/ui/Item/ui/ItemArrowRight/ItemArrowRight.js.map +0 -1
  368. package/es/utils/deepCopy.js +0 -26
  369. package/es/utils/deepCopy.js.map +0 -1
  370. package/styled-components/cjs/components/Select/reducers/treePathReducer.js +0 -98
  371. package/styled-components/cjs/components/Select/ui/TreeList/TreeList.js +0 -126
  372. package/styled-components/cjs/components/Select/ui/TreeList/TreeList.styles.js +0 -50
  373. package/styled-components/cjs/components/Select/ui/TreeList/TreeList.types.js +0 -4
  374. package/styled-components/cjs/components/Select/ui/TreeList/ui/Item/Item.js +0 -101
  375. package/styled-components/cjs/components/Select/ui/TreeList/ui/Item/Item.styles.js +0 -300
  376. package/styled-components/cjs/components/Select/ui/TreeList/ui/Item/Item.types.js +0 -4
  377. package/styled-components/cjs/components/Select/ui/TreeList/ui/Item/ui/ItemArrowLeft/ItemArrowLeft.js +0 -112
  378. package/styled-components/cjs/components/Select/ui/TreeList/ui/Item/ui/ItemArrowRight/ItemArrowRight.js +0 -112
  379. package/styled-components/cjs/utils/deepCopy.js +0 -82
  380. package/styled-components/es/components/Select/reducers/treePathReducer.js +0 -81
  381. package/styled-components/es/components/Select/ui/TreeList/TreeList.js +0 -75
  382. package/styled-components/es/components/Select/ui/TreeList/TreeList.styles.js +0 -27
  383. package/styled-components/es/components/Select/ui/TreeList/TreeList.types.js +0 -1
  384. package/styled-components/es/components/Select/ui/TreeList/ui/Item/Item.js +0 -50
  385. package/styled-components/es/components/Select/ui/TreeList/ui/Item/Item.styles.js +0 -236
  386. package/styled-components/es/components/Select/ui/TreeList/ui/Item/Item.types.js +0 -1
  387. package/styled-components/es/components/Select/ui/TreeList/ui/Item/ui/ItemArrowLeft/ItemArrowLeft.js +0 -61
  388. package/styled-components/es/components/Select/ui/TreeList/ui/Item/ui/ItemArrowRight/ItemArrowRight.js +0 -61
  389. package/styled-components/es/utils/deepCopy.js +0 -72
  390. package/types/components/Select/reducers/treePathReducer.d.ts +0 -14
  391. package/types/components/Select/reducers/treePathReducer.d.ts.map +0 -1
  392. package/types/components/Select/ui/TreeList/TreeList.d.ts +0 -4
  393. package/types/components/Select/ui/TreeList/TreeList.d.ts.map +0 -1
  394. package/types/components/Select/ui/TreeList/TreeList.styles.d.ts +0 -6
  395. package/types/components/Select/ui/TreeList/TreeList.styles.d.ts.map +0 -1
  396. package/types/components/Select/ui/TreeList/TreeList.types.d.ts +0 -11
  397. package/types/components/Select/ui/TreeList/TreeList.types.d.ts.map +0 -1
  398. package/types/components/Select/ui/TreeList/ui/Item/Item.d.ts +0 -4
  399. package/types/components/Select/ui/TreeList/ui/Item/Item.d.ts.map +0 -1
  400. package/types/components/Select/ui/TreeList/ui/Item/Item.styles.d.ts +0 -64
  401. package/types/components/Select/ui/TreeList/ui/Item/Item.styles.d.ts.map +0 -1
  402. package/types/components/Select/ui/TreeList/ui/Item/Item.types.d.ts +0 -14
  403. package/types/components/Select/ui/TreeList/ui/Item/Item.types.d.ts.map +0 -1
  404. package/types/components/Select/ui/TreeList/ui/Item/ui/ItemArrowLeft/ItemArrowLeft.d.ts +0 -4
  405. package/types/components/Select/ui/TreeList/ui/Item/ui/ItemArrowLeft/ItemArrowLeft.d.ts.map +0 -1
  406. package/types/components/Select/ui/TreeList/ui/Item/ui/ItemArrowRight/ItemArrowRight.d.ts +0 -4
  407. package/types/components/Select/ui/TreeList/ui/Item/ui/ItemArrowRight/ItemArrowRight.d.ts.map +0 -1
  408. package/types/utils/deepCopy.d.ts +0 -2
  409. package/types/utils/deepCopy.d.ts.map +0 -1
  410. /package/emotion/cjs/{components/Select/ui/TreeList/TreeList.types.js → types/MakeNever.js} +0 -0
  411. /package/emotion/es/{components/Select/ui/TreeList/TreeList.types.js → types/MakeNever.js} +0 -0
  412. /package/{emotion/cjs/components/Select/ui/TreeList/ui/Item/Item.types.js → styled-components/cjs/types/MakeNever.js} +0 -0
  413. /package/{emotion/es/components/Select/ui/TreeList/ui/Item/Item.types.js → styled-components/es/types/MakeNever.js} +0 -0
@@ -2,4 +2,3 @@ export * from "./Inner/Inner";
2
2
  export * from "./Target/Target";
3
3
  export * from "./VirtualList/VirtualList";
4
4
  export * from "./SelectAll/SelectAll";
5
- export * from "./TreeList/TreeList";
@@ -3,18 +3,55 @@ function _array_like_to_array(arr, len) {
3
3
  for(var i = 0, arr2 = new Array(len); i < len; i++)arr2[i] = arr[i];
4
4
  return arr2;
5
5
  }
6
+ function _array_with_holes(arr) {
7
+ if (Array.isArray(arr)) return arr;
8
+ }
6
9
  function _array_without_holes(arr) {
7
10
  if (Array.isArray(arr)) return _array_like_to_array(arr);
8
11
  }
9
12
  function _iterable_to_array(iter) {
10
13
  if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
11
14
  }
15
+ function _iterable_to_array_limit(arr, i) {
16
+ var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];
17
+ if (_i == null) return;
18
+ var _arr = [];
19
+ var _n = true;
20
+ var _d = false;
21
+ var _s, _e;
22
+ try {
23
+ for(_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true){
24
+ _arr.push(_s.value);
25
+ if (i && _arr.length === i) break;
26
+ }
27
+ } catch (err) {
28
+ _d = true;
29
+ _e = err;
30
+ } finally{
31
+ try {
32
+ if (!_n && _i["return"] != null) _i["return"]();
33
+ } finally{
34
+ if (_d) throw _e;
35
+ }
36
+ }
37
+ return _arr;
38
+ }
39
+ function _non_iterable_rest() {
40
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
41
+ }
12
42
  function _non_iterable_spread() {
13
43
  throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
14
44
  }
45
+ function _sliced_to_array(arr, i) {
46
+ return _array_with_holes(arr) || _iterable_to_array_limit(arr, i) || _unsupported_iterable_to_array(arr, i) || _non_iterable_rest();
47
+ }
15
48
  function _to_consumable_array(arr) {
16
49
  return _array_without_holes(arr) || _iterable_to_array(arr) || _unsupported_iterable_to_array(arr) || _non_iterable_spread();
17
50
  }
51
+ function _type_of(obj) {
52
+ "@swc/helpers - typeof";
53
+ return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
54
+ }
18
55
  function _unsupported_iterable_to_array(o, minLen) {
19
56
  if (!o) return;
20
57
  if (typeof o === "string") return _array_like_to_array(o, minLen);
@@ -24,8 +61,29 @@ function _unsupported_iterable_to_array(o, minLen) {
24
61
  if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _array_like_to_array(o, minLen);
25
62
  }
26
63
  import cls from "classnames/dedupe";
27
- import { deepCopy } from "../../../utils";
28
64
  import { classes } from "../Tree.tokens";
65
+ // Blazing-fast хелпер для глубокого копирования объектов.
66
+ // Ссылки на функции (React-компоненты) сохраняются.
67
+ var deepCopy = function(obj) {
68
+ if (obj === null || (typeof obj === "undefined" ? "undefined" : _type_of(obj)) !== 'object') {
69
+ return obj;
70
+ }
71
+ if (Array.isArray(obj)) {
72
+ return obj.map(function(item) {
73
+ return deepCopy(item);
74
+ });
75
+ }
76
+ if (obj.$$typeof === Symbol.for('react.element') || obj.$$typeof === Symbol.for('react.fragment') || _type_of(obj === null || obj === void 0 ? void 0 : obj.$$typeof) === 'symbol') {
77
+ return obj;
78
+ }
79
+ return Object.fromEntries(Object.entries(obj).map(function(param) {
80
+ var _param = _sliced_to_array(param, 2), key = _param[0], value = _param[1];
81
+ return [
82
+ key,
83
+ deepCopy(value)
84
+ ];
85
+ }));
86
+ };
29
87
  // Поиск в глубину для обхода узлов дерева.
30
88
  var dfs = function(node, selectedKeys, rootParentsSelected, parents) {
31
89
  var _node_children, _parents_filter_;
@@ -46,8 +46,9 @@ export var config = {
46
46
  ":var(--text-secondary-active);",
47
47
  ":var(--surface-clear);",
48
48
  ":0.4;",
49
- ":var(--surface-accent);"
50
- ], 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),
49
+ ":var(--surface-accent);",
50
+ ":var(--text-primary);"
51
+ ], 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),
51
52
  accent: css([
52
53
  "",
53
54
  ":var(--on-dark-text-primary);",
@@ -85,8 +86,9 @@ export var config = {
85
86
  ":var(--text-secondary-active);",
86
87
  ":var(--surface-clear);",
87
88
  ":0.4;",
88
- ":var(--surface-accent);"
89
- ], 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),
89
+ ":var(--surface-accent);",
90
+ ":var(--text-primary);"
91
+ ], 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),
90
92
  secondary: css([
91
93
  "",
92
94
  ":var(--text-primary);",
@@ -124,8 +126,9 @@ export var config = {
124
126
  ":var(--text-secondary-active);",
125
127
  ":var(--surface-clear);",
126
128
  ":0.4;",
127
- ":var(--surface-accent);"
128
- ], 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),
129
+ ":var(--surface-accent);",
130
+ ":var(--text-primary);"
131
+ ], 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),
129
132
  clear: css([
130
133
  "",
131
134
  ":var(--text-primary);",
@@ -163,8 +166,9 @@ export var config = {
163
166
  ":var(--text-secondary-active);",
164
167
  ":var(--surface-clear);",
165
168
  ":0.4;",
166
- ":var(--surface-accent);"
167
- ], 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),
169
+ ":var(--surface-accent);",
170
+ ":var(--text-primary);"
171
+ ], 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),
168
172
  positive: css([
169
173
  "",
170
174
  ":var(--on-dark-text-primary);",
@@ -192,8 +196,9 @@ export var config = {
192
196
  ":var(--text-secondary-active);",
193
197
  ":var(--surface-clear);",
194
198
  ":0.4;",
195
- ":var(--surface-accent);"
196
- ], 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.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
199
+ ":var(--surface-accent);",
200
+ ":var(--text-primary);"
201
+ ], 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.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
197
202
  success: css([
198
203
  "",
199
204
  ":var(--text-primary);",
@@ -220,8 +225,9 @@ export var config = {
220
225
  ":var(--text-secondary-active);",
221
226
  ":var(--surface-clear);",
222
227
  ":0.4;",
223
- ":var(--surface-accent);"
224
- ], 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),
228
+ ":var(--surface-accent);",
229
+ ":var(--text-primary);"
230
+ ], 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),
225
231
  warning: css([
226
232
  "",
227
233
  ":var(--on-dark-text-primary);",
@@ -259,8 +265,9 @@ export var config = {
259
265
  ":var(--text-secondary-active);",
260
266
  ":var(--surface-clear);",
261
267
  ":0.4;",
262
- ":var(--surface-accent);"
263
- ], 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),
268
+ ":var(--surface-accent);",
269
+ ":var(--text-primary);"
270
+ ], 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),
264
271
  critical: css([
265
272
  "",
266
273
  ":var(--text-primary);",
@@ -287,8 +294,9 @@ export var config = {
287
294
  ":var(--text-secondary-active);",
288
295
  ":var(--surface-clear);",
289
296
  ":0.4;",
290
- ":var(--surface-accent);"
291
- ], 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),
297
+ ":var(--surface-accent);",
298
+ ":var(--text-primary);"
299
+ ], 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),
292
300
  negative: css([
293
301
  "",
294
302
  ":var(--on-dark-text-primary);",
@@ -316,8 +324,9 @@ export var config = {
316
324
  ":var(--text-secondary-active);",
317
325
  ":var(--surface-clear);",
318
326
  ":0.4;",
319
- ":var(--surface-accent);"
320
- ], 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.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
327
+ ":var(--surface-accent);",
328
+ ":var(--text-primary);"
329
+ ], 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.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor, attachTokens.moreIconColor),
321
330
  dark: css([
322
331
  "",
323
332
  ":var(--on-dark-text-primary);",
@@ -355,8 +364,9 @@ export var config = {
355
364
  ":var(--text-secondary-active);",
356
365
  ":var(--surface-clear);",
357
366
  ":0.4;",
358
- ":var(--surface-accent);"
359
- ], 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),
367
+ ":var(--surface-accent);",
368
+ ":var(--text-primary);"
369
+ ], 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),
360
370
  black: css([
361
371
  "",
362
372
  ":var(--on-dark-text-primary);",
@@ -394,8 +404,9 @@ export var config = {
394
404
  ":var(--text-secondary-active);",
395
405
  ":var(--surface-clear);",
396
406
  ":0.4;",
397
- ":var(--surface-accent);"
398
- ], 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),
407
+ ":var(--surface-accent);",
408
+ ":var(--text-primary);"
409
+ ], 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),
399
410
  white: css([
400
411
  "",
401
412
  ":var(--on-light-text-primary);",
@@ -433,8 +444,9 @@ export var config = {
433
444
  ":var(--text-secondary-active);",
434
445
  ":var(--surface-clear);",
435
446
  ":0.4;",
436
- ":var(--surface-accent);"
437
- ], 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)
447
+ ":var(--surface-accent);",
448
+ ":var(--text-primary);"
449
+ ], 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)
438
450
  },
439
451
  helperTextView: {
440
452
  default: css([
@@ -453,6 +465,7 @@ export var config = {
453
465
  ":0.5rem;",
454
466
  ":1.625rem;",
455
467
  ":3.5rem;",
468
+ ":2.125rem;",
456
469
  ":3.5rem;",
457
470
  ":12.5rem;",
458
471
  ":1.5rem;",
@@ -516,14 +529,19 @@ export var config = {
516
529
  ":var(--plasma-typo-body-xs-letter-spacing);",
517
530
  ":var(--plasma-typo-body-xs-line-height);",
518
531
  ":1rem;",
519
- ":inherit;"
520
- ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, 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),
532
+ ":inherit;",
533
+ ":0.75rem;",
534
+ ":0.875rem;",
535
+ ":0.125rem;",
536
+ ":1rem;"
537
+ ], 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),
521
538
  m: css([
522
539
  "",
523
540
  ":1.25rem;",
524
541
  ":0.5rem;",
525
542
  ":1.625rem;",
526
543
  ":3rem;",
544
+ ":2rem;",
527
545
  ":3rem;",
528
546
  ":11.25rem;",
529
547
  ":1.25rem;",
@@ -587,14 +605,19 @@ export var config = {
587
605
  ":var(--plasma-typo-body-xs-letter-spacing);",
588
606
  ":var(--plasma-typo-body-xs-line-height);",
589
607
  ":1rem;",
590
- ":inherit;"
591
- ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, 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),
608
+ ":inherit;",
609
+ ":0.5rem;",
610
+ ":0.75rem;",
611
+ ":0.125rem;",
612
+ ":0.5rem 0.875rem;"
613
+ ], 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),
592
614
  s: css([
593
615
  "",
594
616
  ":1rem;",
595
617
  ":0.375rem;",
596
618
  ":1.5rem;",
597
619
  ":2.5rem;",
620
+ ":2rem;",
598
621
  ":2.5rem;",
599
622
  ":11.25rem;",
600
623
  ":1rem;",
@@ -658,8 +681,12 @@ export var config = {
658
681
  ":var(--plasma-typo-body-xs-letter-spacing);",
659
682
  ":var(--plasma-typo-body-xs-line-height);",
660
683
  ":1rem;",
661
- ":inherit;"
662
- ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, 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),
684
+ ":inherit;",
685
+ ":0.25rem;",
686
+ ":0.625rem;",
687
+ ":0.125rem;",
688
+ ":0.25rem 0.75rem;"
689
+ ], 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),
663
690
  xs: css([
664
691
  "",
665
692
  ":0.75rem;",
@@ -667,6 +694,7 @@ export var config = {
667
694
  ":1.375rem;",
668
695
  ":2rem;",
669
696
  ":2rem;",
697
+ ":2rem;",
670
698
  ":10rem;",
671
699
  ":0.75rem;",
672
700
  ":0.5rem;",
@@ -729,8 +757,12 @@ export var config = {
729
757
  ":var(--plasma-typo-body-xs-letter-spacing);",
730
758
  ":var(--plasma-typo-body-xs-line-height);",
731
759
  ":1rem;",
732
- ":inherit;"
733
- ], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.verticalGapWithHelperText, attachTokens.filenameWrapperHeight, 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)
760
+ ":inherit;",
761
+ ":0.25rem;",
762
+ ":0.5rem;",
763
+ ":0.125rem;",
764
+ ":0.125rem 0.5rem;"
765
+ ], 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)
734
766
  }
735
767
  }
736
768
  };
@@ -1,7 +0,0 @@
1
- import { component, mergeConfig } from "../../../engines";
2
- import { comboboxNewConfig } from "../../..";
3
- import { config } from "./Combobox.config";
4
- var mergedConfig = mergeConfig(comboboxNewConfig, config);
5
- var ComboboxComponent = component(mergedConfig);
6
- var Combobox = ComboboxComponent;
7
- export { Combobox };
@@ -379,8 +379,6 @@ export var config = {
379
379
  ":0 0.5rem 0 0;",
380
380
  ":1.5rem;",
381
381
  ":1.5rem;",
382
- ":0.5rem;",
383
- ":2rem;",
384
382
  ":0rem;",
385
383
  ":0rem;",
386
384
  ":0rem;",
@@ -411,7 +409,7 @@ export var config = {
411
409
  ":1rem;",
412
410
  ":0.375rem;",
413
411
  ":0.375rem;"
414
- ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconMargin, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemGap, tokens.itemTreeOffsetWidth, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
412
+ ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconMargin, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
415
413
  m: css([
416
414
  "",
417
415
  ":3rem;",
@@ -486,8 +484,6 @@ export var config = {
486
484
  ":0 0.375rem 0 0;",
487
485
  ":1.5rem;",
488
486
  ":1.5rem;",
489
- ":0.375rem;",
490
- ":2rem;",
491
487
  ":0rem;",
492
488
  ":0rem;",
493
489
  ":0rem;",
@@ -518,7 +514,7 @@ export var config = {
518
514
  ":0.875rem;",
519
515
  ":0.375rem;",
520
516
  ":0.375rem;"
521
- ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconMargin, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemGap, tokens.itemTreeOffsetWidth, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
517
+ ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconMargin, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
522
518
  s: css([
523
519
  "",
524
520
  ":2.5rem;",
@@ -593,8 +589,6 @@ export var config = {
593
589
  ":1.5rem;",
594
590
  ":1rem;",
595
591
  ":0 0.375rem 0 0;",
596
- ":0.375rem;",
597
- ":1.875rem;",
598
592
  ":0rem;",
599
593
  ":0rem;",
600
594
  ":0rem;",
@@ -625,7 +619,7 @@ export var config = {
625
619
  ":0.75rem;",
626
620
  ":0.25rem;",
627
621
  ":0.25rem;"
628
- ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.itemGap, tokens.itemTreeOffsetWidth, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
622
+ ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight),
629
623
  xs: css([
630
624
  "",
631
625
  ":2rem;",
@@ -700,8 +694,6 @@ export var config = {
700
694
  ":1rem;",
701
695
  ":1rem;",
702
696
  ":0 0.25rem 0 0;",
703
- ":0.25rem;",
704
- ":1.25rem;",
705
697
  ":0rem;",
706
698
  ":0rem;",
707
699
  ":0rem;",
@@ -732,7 +724,7 @@ export var config = {
732
724
  ":0.5rem;",
733
725
  ":0.125rem;",
734
726
  ":0.125rem;"
735
- ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.itemGap, tokens.itemTreeOffsetWidth, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight)
727
+ ], tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldRightContentWithHintMargin, tokens.textFieldContentRightWrapperGap, tokens.textFieldContentRightWrapperMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldHintMargin, tokens.textFieldHintTargetSize, tokens.textFieldHintInnerLabelPlacementOffset, tokens.textFieldClearHintInnerLabelPlacementOffset, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight)
736
728
  },
737
729
  labelPlacement: {
738
730
  inner: css([
@@ -13,7 +13,6 @@ export * from "./initialValuesHelper";
13
13
  export { noop } from "./noop";
14
14
  export { getHeightAsNumber } from "./getHeightAsNumber";
15
15
  export { createConditionalComponent } from "./createConditionalComponent";
16
- export { deepCopy } from "./deepCopy";
17
16
  export var cx = function() {
18
17
  for(var _len = arguments.length, classes = new Array(_len), _key = 0; _key < _len; _key++){
19
18
  classes[_key] = arguments[_key];
@@ -1 +1 @@
1
- {"version":3,"file":"Attach.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAG5D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAKxC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAmB7C,eAAO,MAAM,UAAU,SAAU,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC,uFAwIjE,CAAC;AAEP,eAAO,MAAM,YAAY;;;mBA1IQ,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC;;;;;;;;;;;;;;;;;;CA+JtE,CAAC"}
1
+ {"version":3,"file":"Attach.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmE,MAAM,OAAO,CAAC;AAGxF,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAGxC,OAAO,EAAE,WAAW,EAAY,MAAM,gBAAgB,CAAC;AAUvD,eAAO,MAAM,UAAU,SAAU,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC,uFAqTjE,CAAC;AAEP,eAAO,MAAM,YAAY;;;mBAvTQ,SAAS,CAAC,cAAc,EAAE,WAAW,CAAC;;;;;;;;;;;;;;;;;;CA4UtE,CAAC"}
@@ -2,7 +2,14 @@ export declare const base: import("@linaria/core").LinariaClassName;
2
2
  export declare const StyledHiddenInput: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLInputElement> & import("react").InputHTMLAttributes<HTMLInputElement> & Record<never, unknown>>;
3
3
  export declare const StyledAttachButtonWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
4
4
  export declare const StyledHelperText: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
- export declare const FilenameWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
6
- export declare const TruncatedFilenamePart: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
5
+ export declare const FilenameWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
6
+ isInsideDropdown?: boolean;
7
+ }>;
8
+ export declare const FilesWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
9
+ applyOverflow?: boolean;
10
+ }>;
11
+ export declare const TruncatedFilenamePart: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & {
12
+ applyEllipsis: boolean;
13
+ }>;
7
14
  export declare const FilenameExtensionPart: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
8
15
  //# sourceMappingURL=Attach.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Attach.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.styles.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,iBAAiB,8KAE7B,CAAC;AAEF,eAAO,MAAM,yBAAyB,qKAErC,CAAC;AAEF,eAAO,MAAM,gBAAgB,qKAG5B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAK3B,CAAC;AAEF,eAAO,MAAM,qBAAqB,uKAEjC,CAAC;AAEF,eAAO,MAAM,qBAAqB,uKAAgB,CAAC"}
1
+ {"version":3,"file":"Attach.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,iBAAiB,8KAE7B,CAAC;AAEF,eAAO,MAAM,yBAAyB,qKAErC,CAAC;AAEF,eAAO,MAAM,gBAAgB,qKAG5B,CAAC;AAEF,eAAO,MAAM,eAAe;uBAAmC,OAAO;EAQrE,CAAC;AAEF,eAAO,MAAM,YAAY;oBAAgC,OAAO;EAyB/D,CAAC;AAEF,eAAO,MAAM,qBAAqB;mBAAgC,OAAO;EAIxE,CAAC;AAEF,eAAO,MAAM,qBAAqB,uKAAgB,CAAC"}
@@ -1,6 +1,7 @@
1
1
  export declare const classes: {
2
2
  auto: string;
3
3
  horizontal: string;
4
+ horizontalHidden: string;
4
5
  vertical: string;
5
6
  withHelperText: string;
6
7
  cellHidden: string;
@@ -10,6 +11,7 @@ export declare const tokens: {
10
11
  verticalGap: string;
11
12
  verticalGapWithHelperText: string;
12
13
  filenameWrapperHeight: string;
14
+ filenameDropdownWrapperHeight: string;
13
15
  helperTextColor: string;
14
16
  buttonColor: string;
15
17
  buttonValueColor: string;
@@ -119,5 +121,16 @@ export declare const tokens: {
119
121
  iconButtonCancelFocusColor: string;
120
122
  iconButtonCancelSpinnerColor: string;
121
123
  iconButtonCancelSpinnerSize: string;
124
+ moreIconPadding: string;
125
+ moreIconColor: string;
126
+ moreIconColorHover: string;
127
+ dropdownBackground: string;
128
+ dropdownBoxShadow: string;
129
+ dropdownWidth: string;
130
+ dropdownBorderRadius: string;
131
+ dropdownPadding: string;
132
+ dropdownBorderColor: string;
133
+ dropdownBorderWidth: string;
134
+ dropdownItemPadding: string;
122
135
  };
123
136
  //# sourceMappingURL=Attach.tokens.d.ts.map