@salutejs/plasma-new-hope 0.149.0-canary.1421.10946935893.0 → 0.149.0-canary.1437.10948458812.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (576) hide show
  1. package/cjs/components/Attach/Attach.css +48 -0
  2. package/cjs/components/Attach/Attach.js +182 -0
  3. package/cjs/components/Attach/Attach.js.map +1 -0
  4. package/cjs/components/Attach/Attach.styles.js +23 -0
  5. package/cjs/components/Attach/Attach.styles.js.map +1 -0
  6. package/cjs/components/Attach/Attach.styles_fl8wha.css +3 -0
  7. package/cjs/components/Attach/Attach.tokens.js +130 -0
  8. package/cjs/components/Attach/Attach.tokens.js.map +1 -0
  9. package/cjs/components/Attach/components/AttachButton/AttachButton.css +34 -0
  10. package/cjs/components/Attach/components/AttachButton/AttachButton.js +49 -0
  11. package/cjs/components/Attach/components/AttachButton/AttachButton.js.map +1 -0
  12. package/cjs/components/Attach/ui/Button/Button.styles.js +23 -0
  13. package/cjs/components/Attach/ui/Button/Button.styles.js.map +1 -0
  14. package/cjs/components/Attach/ui/Button/Button.styles_bj69th.css +1 -0
  15. package/cjs/components/Attach/ui/Cell/Cell.styles.js +25 -0
  16. package/cjs/components/Attach/ui/Cell/Cell.styles.js.map +1 -0
  17. package/cjs/components/Attach/ui/Cell/Cell.styles_69w962.css +1 -0
  18. package/cjs/components/Attach/ui/IconButton/IconButton.styles.js +32 -0
  19. package/cjs/components/Attach/ui/IconButton/IconButton.styles.js.map +1 -0
  20. package/cjs/components/Attach/ui/IconButton/IconButton.styles_1q2jfs2.css +2 -0
  21. package/cjs/components/Attach/utils/extractExtension.js +10 -0
  22. package/cjs/components/Attach/utils/extractExtension.js.map +1 -0
  23. package/cjs/components/Attach/utils/getFileicon.js +45 -0
  24. package/cjs/components/Attach/utils/getFileicon.js.map +1 -0
  25. package/cjs/components/Attach/utils/truncateFilename.js +24 -0
  26. package/cjs/components/Attach/utils/truncateFilename.js.map +1 -0
  27. package/cjs/components/Attach/variations/_size/base.js +9 -0
  28. package/cjs/components/Attach/variations/_size/base.js.map +1 -0
  29. package/cjs/components/Attach/variations/_size/base_eax0b8.css +1 -0
  30. package/cjs/components/Attach/variations/_view/base.js +9 -0
  31. package/cjs/components/Attach/variations/_view/base.js.map +1 -0
  32. package/cjs/components/Attach/variations/_view/base_1nvsg1b.css +1 -0
  33. package/cjs/components/Cell/Cell.js +3 -2
  34. package/cjs/components/Cell/Cell.js.map +1 -1
  35. package/cjs/components/DatePicker/RangeDate/RangeDate.css +0 -2
  36. package/cjs/components/DatePicker/RangeDate/RangeDate.js +2 -39
  37. package/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  38. package/cjs/components/DatePicker/SingleDate/SingleDate.css +0 -2
  39. package/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -26
  40. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  41. package/cjs/components/Slider/Slider.css +0 -2
  42. package/cjs/components/Slider/Slider.js +6 -19
  43. package/cjs/components/Slider/Slider.js.map +1 -1
  44. package/cjs/components/Slider/components/Double/Double.css +0 -2
  45. package/cjs/components/Slider/components/Double/Double.js +2 -38
  46. package/cjs/components/Slider/components/Double/Double.js.map +1 -1
  47. package/cjs/components/Slider/components/Single/Single.css +0 -2
  48. package/cjs/components/Slider/components/Single/Single.js +12 -35
  49. package/cjs/components/Slider/components/Single/Single.js.map +1 -1
  50. package/cjs/components/Slider/utils/index.js +0 -6
  51. package/cjs/components/Slider/utils/index.js.map +1 -1
  52. package/cjs/components/TextArea/TextArea.js +2 -3
  53. package/cjs/components/TextArea/TextArea.js.map +1 -1
  54. package/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +33 -0
  55. package/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js.map +1 -0
  56. package/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +37 -0
  57. package/cjs/components/_Icon/Icon.assets/BlankDocOutline.js.map +1 -0
  58. package/cjs/components/_Icon/Icon.assets/BlankOutline.js +24 -0
  59. package/cjs/components/_Icon/Icon.assets/BlankOutline.js.map +1 -0
  60. package/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +29 -0
  61. package/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js.map +1 -0
  62. package/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +33 -0
  63. package/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js.map +1 -0
  64. package/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +33 -0
  65. package/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js.map +1 -0
  66. package/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +24 -0
  67. package/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js.map +1 -0
  68. package/cjs/components/_Icon/Icon.assets/Plus.js +24 -0
  69. package/cjs/components/_Icon/Icon.assets/Plus.js.map +1 -0
  70. package/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +23 -0
  71. package/cjs/components/_Icon/Icons/IconBlankCsvOutline.js.map +1 -0
  72. package/cjs/components/_Icon/Icons/IconBlankDocOutline.js +23 -0
  73. package/cjs/components/_Icon/Icons/IconBlankDocOutline.js.map +1 -0
  74. package/cjs/components/_Icon/Icons/IconBlankOutline.js +23 -0
  75. package/cjs/components/_Icon/Icons/IconBlankOutline.js.map +1 -0
  76. package/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +23 -0
  77. package/cjs/components/_Icon/Icons/IconBlankPdfOutline.js.map +1 -0
  78. package/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +23 -0
  79. package/cjs/components/_Icon/Icons/IconBlankTxtOutline.js.map +1 -0
  80. package/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +23 -0
  81. package/cjs/components/_Icon/Icons/IconBlankXlsOutline.js.map +1 -0
  82. package/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +23 -0
  83. package/cjs/components/_Icon/Icons/IconCloseCircleOutline.js.map +1 -0
  84. package/cjs/components/_Icon/Icons/IconPlus.js +23 -0
  85. package/cjs/components/_Icon/Icons/IconPlus.js.map +1 -0
  86. package/cjs/index.css +15 -2
  87. package/cjs/index.js +5 -5
  88. package/cjs/utils/index.js.map +1 -1
  89. package/emotion/cjs/components/Attach/Attach.js +187 -0
  90. package/emotion/cjs/components/Attach/Attach.styles.js +36 -0
  91. package/emotion/cjs/components/Attach/Attach.template-doc.mdx +63 -0
  92. package/emotion/cjs/components/Attach/Attach.tokens.js +128 -0
  93. package/emotion/cjs/components/Attach/components/AttachButton/AttachButton.js +51 -0
  94. package/emotion/cjs/components/Attach/components/AttachButton/index.js +12 -0
  95. package/emotion/cjs/components/Attach/index.js +25 -0
  96. package/emotion/cjs/components/Attach/ui/Button/Button.js +12 -0
  97. package/emotion/cjs/components/Attach/ui/Button/Button.styles.js +17 -0
  98. package/emotion/cjs/components/Attach/ui/Cell/Cell.js +12 -0
  99. package/emotion/cjs/components/Attach/ui/Cell/Cell.styles.js +17 -0
  100. package/emotion/cjs/components/Attach/ui/IconButton/IconButton.js +12 -0
  101. package/emotion/cjs/components/Attach/ui/IconButton/IconButton.styles.js +21 -0
  102. package/emotion/cjs/components/Attach/utils/extractExtension.js +9 -0
  103. package/emotion/cjs/components/Attach/utils/getFileicon.js +38 -0
  104. package/emotion/cjs/components/Attach/utils/index.js +26 -0
  105. package/emotion/cjs/components/Attach/utils/truncateFilename.js +23 -0
  106. package/emotion/cjs/components/Attach/variations/_size/base.js +9 -0
  107. package/emotion/cjs/components/Attach/variations/_view/base.js +9 -0
  108. package/emotion/cjs/components/Cell/Cell.js +3 -2
  109. package/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +2 -39
  110. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -26
  111. package/emotion/cjs/components/Slider/Slider.js +6 -15
  112. package/emotion/cjs/components/Slider/components/Double/Double.js +2 -38
  113. package/emotion/cjs/components/Slider/components/Single/Single.js +7 -30
  114. package/emotion/cjs/components/Slider/components/index.js +0 -11
  115. package/emotion/cjs/components/Slider/utils/index.js +1 -6
  116. package/emotion/cjs/components/TextArea/TextArea.js +3 -3
  117. package/emotion/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +32 -0
  118. package/emotion/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +36 -0
  119. package/emotion/cjs/components/_Icon/Icon.assets/BlankOutline.js +23 -0
  120. package/emotion/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +28 -0
  121. package/emotion/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +32 -0
  122. package/emotion/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +32 -0
  123. package/emotion/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +23 -0
  124. package/emotion/cjs/components/_Icon/Icon.assets/Plus.js +23 -0
  125. package/emotion/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +22 -0
  126. package/emotion/cjs/components/_Icon/Icons/IconBlankDocOutline.js +22 -0
  127. package/emotion/cjs/components/_Icon/Icons/IconBlankOutline.js +22 -0
  128. package/emotion/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +22 -0
  129. package/emotion/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +22 -0
  130. package/emotion/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +22 -0
  131. package/emotion/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +22 -0
  132. package/emotion/cjs/components/_Icon/Icons/IconPlus.js +22 -0
  133. package/emotion/cjs/components/_Icon/index.js +57 -1
  134. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.config.js +37 -0
  135. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.js +11 -0
  136. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.stories.tsx +181 -0
  137. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.config.js +37 -0
  138. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.js +11 -0
  139. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.stories.tsx +181 -0
  140. package/emotion/cjs/hooks/index.js +1 -8
  141. package/emotion/cjs/index.js +11 -0
  142. package/emotion/cjs/utils/index.js +0 -15
  143. package/emotion/es/components/Attach/Attach.js +178 -0
  144. package/emotion/es/components/Attach/Attach.styles.js +29 -0
  145. package/emotion/es/components/Attach/Attach.template-doc.mdx +63 -0
  146. package/emotion/es/components/Attach/Attach.tokens.js +122 -0
  147. package/emotion/es/components/Attach/components/AttachButton/AttachButton.js +42 -0
  148. package/emotion/es/components/Attach/components/AttachButton/index.js +1 -0
  149. package/emotion/es/components/Attach/index.js +2 -0
  150. package/emotion/es/components/Attach/ui/Button/Button.js +1 -0
  151. package/emotion/es/components/Attach/ui/Button/Button.styles.js +10 -0
  152. package/emotion/es/components/Attach/ui/Cell/Cell.js +1 -0
  153. package/emotion/es/components/Attach/ui/Cell/Cell.styles.js +10 -0
  154. package/emotion/es/components/Attach/ui/IconButton/IconButton.js +1 -0
  155. package/emotion/es/components/Attach/ui/IconButton/IconButton.styles.js +14 -0
  156. package/emotion/es/components/Attach/utils/extractExtension.js +3 -0
  157. package/emotion/es/components/Attach/utils/getFileicon.js +31 -0
  158. package/emotion/es/components/Attach/utils/index.js +3 -0
  159. package/emotion/es/components/Attach/utils/truncateFilename.js +17 -0
  160. package/emotion/es/components/Attach/variations/_size/base.js +3 -0
  161. package/emotion/es/components/Attach/variations/_view/base.js +3 -0
  162. package/emotion/es/components/Cell/Cell.js +3 -2
  163. package/emotion/es/components/DatePicker/RangeDate/RangeDate.js +2 -39
  164. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +2 -26
  165. package/emotion/es/components/Slider/Slider.js +6 -16
  166. package/emotion/es/components/Slider/components/Double/Double.js +3 -39
  167. package/emotion/es/components/Slider/components/Single/Single.js +8 -31
  168. package/emotion/es/components/Slider/components/index.js +0 -1
  169. package/emotion/es/components/Slider/utils/index.js +0 -5
  170. package/emotion/es/components/TextArea/TextArea.js +4 -4
  171. package/emotion/es/components/_Icon/Icon.assets/BlankCsvOutline.js +25 -0
  172. package/emotion/es/components/_Icon/Icon.assets/BlankDocOutline.js +29 -0
  173. package/emotion/es/components/_Icon/Icon.assets/BlankOutline.js +16 -0
  174. package/emotion/es/components/_Icon/Icon.assets/BlankPdfOutline.js +21 -0
  175. package/emotion/es/components/_Icon/Icon.assets/BlankTxtOutline.js +25 -0
  176. package/emotion/es/components/_Icon/Icon.assets/BlankXlsOutline.js +25 -0
  177. package/emotion/es/components/_Icon/Icon.assets/CloseCircleOutline.js +16 -0
  178. package/emotion/es/components/_Icon/Icon.assets/Plus.js +16 -0
  179. package/emotion/es/components/_Icon/Icons/IconBlankCsvOutline.js +15 -0
  180. package/emotion/es/components/_Icon/Icons/IconBlankDocOutline.js +15 -0
  181. package/emotion/es/components/_Icon/Icons/IconBlankOutline.js +15 -0
  182. package/emotion/es/components/_Icon/Icons/IconBlankPdfOutline.js +15 -0
  183. package/emotion/es/components/_Icon/Icons/IconBlankTxtOutline.js +15 -0
  184. package/emotion/es/components/_Icon/Icons/IconBlankXlsOutline.js +15 -0
  185. package/emotion/es/components/_Icon/Icons/IconCloseCircleOutline.js +15 -0
  186. package/emotion/es/components/_Icon/Icons/IconPlus.js +15 -0
  187. package/emotion/es/components/_Icon/index.js +9 -1
  188. package/emotion/es/examples/plasma_b2c/components/Attach/Attach.config.js +31 -0
  189. package/emotion/es/examples/plasma_b2c/components/Attach/Attach.js +5 -0
  190. package/emotion/es/examples/plasma_b2c/components/Attach/Attach.stories.tsx +181 -0
  191. package/emotion/es/examples/plasma_web/components/Attach/Attach.config.js +31 -0
  192. package/emotion/es/examples/plasma_web/components/Attach/Attach.js +5 -0
  193. package/emotion/es/examples/plasma_web/components/Attach/Attach.stories.tsx +181 -0
  194. package/emotion/es/hooks/index.js +1 -2
  195. package/emotion/es/index.js +2 -1
  196. package/emotion/es/utils/index.js +0 -1
  197. package/es/components/Attach/Attach.css +48 -0
  198. package/es/components/Attach/Attach.js +177 -0
  199. package/es/components/Attach/Attach.js.map +1 -0
  200. package/es/components/Attach/Attach.styles.js +17 -0
  201. package/es/components/Attach/Attach.styles.js.map +1 -0
  202. package/es/components/Attach/Attach.styles_fl8wha.css +3 -0
  203. package/es/components/Attach/Attach.tokens.js +125 -0
  204. package/es/components/Attach/Attach.tokens.js.map +1 -0
  205. package/es/components/Attach/components/AttachButton/AttachButton.css +34 -0
  206. package/es/components/Attach/components/AttachButton/AttachButton.js +45 -0
  207. package/es/components/Attach/components/AttachButton/AttachButton.js.map +1 -0
  208. package/es/components/Attach/ui/Button/Button.styles.js +19 -0
  209. package/es/components/Attach/ui/Button/Button.styles.js.map +1 -0
  210. package/es/components/Attach/ui/Button/Button.styles_bj69th.css +1 -0
  211. package/es/components/Attach/ui/Cell/Cell.styles.js +21 -0
  212. package/es/components/Attach/ui/Cell/Cell.styles.js.map +1 -0
  213. package/es/components/Attach/ui/Cell/Cell.styles_69w962.css +1 -0
  214. package/es/components/Attach/ui/IconButton/IconButton.styles.js +27 -0
  215. package/es/components/Attach/ui/IconButton/IconButton.styles.js.map +1 -0
  216. package/es/components/Attach/ui/IconButton/IconButton.styles_1q2jfs2.css +2 -0
  217. package/es/components/Attach/utils/extractExtension.js +6 -0
  218. package/es/components/Attach/utils/extractExtension.js.map +1 -0
  219. package/es/components/Attach/utils/getFileicon.js +41 -0
  220. package/es/components/Attach/utils/getFileicon.js.map +1 -0
  221. package/es/components/Attach/utils/truncateFilename.js +20 -0
  222. package/es/components/Attach/utils/truncateFilename.js.map +1 -0
  223. package/es/components/Attach/variations/_size/base.js +5 -0
  224. package/es/components/Attach/variations/_size/base.js.map +1 -0
  225. package/es/components/Attach/variations/_size/base_eax0b8.css +1 -0
  226. package/es/components/Attach/variations/_view/base.js +5 -0
  227. package/es/components/Attach/variations/_view/base.js.map +1 -0
  228. package/es/components/Attach/variations/_view/base_1nvsg1b.css +1 -0
  229. package/es/components/Cell/Cell.js +3 -2
  230. package/es/components/Cell/Cell.js.map +1 -1
  231. package/es/components/DatePicker/RangeDate/RangeDate.css +0 -2
  232. package/es/components/DatePicker/RangeDate/RangeDate.js +2 -39
  233. package/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  234. package/es/components/DatePicker/SingleDate/SingleDate.css +0 -2
  235. package/es/components/DatePicker/SingleDate/SingleDate.js +2 -26
  236. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  237. package/es/components/Slider/Slider.css +0 -2
  238. package/es/components/Slider/Slider.js +7 -20
  239. package/es/components/Slider/Slider.js.map +1 -1
  240. package/es/components/Slider/components/Double/Double.css +0 -2
  241. package/es/components/Slider/components/Double/Double.js +3 -39
  242. package/es/components/Slider/components/Double/Double.js.map +1 -1
  243. package/es/components/Slider/components/Single/Single.css +0 -2
  244. package/es/components/Slider/components/Single/Single.js +8 -31
  245. package/es/components/Slider/components/Single/Single.js.map +1 -1
  246. package/es/components/Slider/utils/index.js +1 -6
  247. package/es/components/Slider/utils/index.js.map +1 -1
  248. package/es/components/TextArea/TextArea.js +2 -3
  249. package/es/components/TextArea/TextArea.js.map +1 -1
  250. package/es/components/_Icon/Icon.assets/BlankCsvOutline.js +29 -0
  251. package/es/components/_Icon/Icon.assets/BlankCsvOutline.js.map +1 -0
  252. package/es/components/_Icon/Icon.assets/BlankDocOutline.js +33 -0
  253. package/es/components/_Icon/Icon.assets/BlankDocOutline.js.map +1 -0
  254. package/es/components/_Icon/Icon.assets/BlankOutline.js +20 -0
  255. package/es/components/_Icon/Icon.assets/BlankOutline.js.map +1 -0
  256. package/es/components/_Icon/Icon.assets/BlankPdfOutline.js +25 -0
  257. package/es/components/_Icon/Icon.assets/BlankPdfOutline.js.map +1 -0
  258. package/es/components/_Icon/Icon.assets/BlankTxtOutline.js +29 -0
  259. package/es/components/_Icon/Icon.assets/BlankTxtOutline.js.map +1 -0
  260. package/es/components/_Icon/Icon.assets/BlankXlsOutline.js +29 -0
  261. package/es/components/_Icon/Icon.assets/BlankXlsOutline.js.map +1 -0
  262. package/es/components/_Icon/Icon.assets/CloseCircleOutline.js +20 -0
  263. package/es/components/_Icon/Icon.assets/CloseCircleOutline.js.map +1 -0
  264. package/es/components/_Icon/Icon.assets/Plus.js +20 -0
  265. package/es/components/_Icon/Icon.assets/Plus.js.map +1 -0
  266. package/es/components/_Icon/Icons/IconBlankCsvOutline.js +19 -0
  267. package/es/components/_Icon/Icons/IconBlankCsvOutline.js.map +1 -0
  268. package/es/components/_Icon/Icons/IconBlankDocOutline.js +19 -0
  269. package/es/components/_Icon/Icons/IconBlankDocOutline.js.map +1 -0
  270. package/es/components/_Icon/Icons/IconBlankOutline.js +19 -0
  271. package/es/components/_Icon/Icons/IconBlankOutline.js.map +1 -0
  272. package/es/components/_Icon/Icons/IconBlankPdfOutline.js +19 -0
  273. package/es/components/_Icon/Icons/IconBlankPdfOutline.js.map +1 -0
  274. package/es/components/_Icon/Icons/IconBlankTxtOutline.js +19 -0
  275. package/es/components/_Icon/Icons/IconBlankTxtOutline.js.map +1 -0
  276. package/es/components/_Icon/Icons/IconBlankXlsOutline.js +19 -0
  277. package/es/components/_Icon/Icons/IconBlankXlsOutline.js.map +1 -0
  278. package/es/components/_Icon/Icons/IconCloseCircleOutline.js +19 -0
  279. package/es/components/_Icon/Icons/IconCloseCircleOutline.js.map +1 -0
  280. package/es/components/_Icon/Icons/IconPlus.js +19 -0
  281. package/es/components/_Icon/Icons/IconPlus.js.map +1 -0
  282. package/es/index.css +15 -2
  283. package/es/index.js +2 -2
  284. package/es/utils/index.js.map +1 -1
  285. package/package.json +2 -3
  286. package/styled-components/cjs/components/Attach/Attach.js +187 -0
  287. package/styled-components/cjs/components/Attach/Attach.styles.js +18 -0
  288. package/styled-components/cjs/components/Attach/Attach.template-doc.mdx +63 -0
  289. package/styled-components/cjs/components/Attach/Attach.tokens.js +128 -0
  290. package/styled-components/cjs/components/Attach/components/AttachButton/AttachButton.js +51 -0
  291. package/styled-components/cjs/components/Attach/components/AttachButton/index.js +12 -0
  292. package/styled-components/cjs/components/Attach/index.js +25 -0
  293. package/styled-components/cjs/components/Attach/ui/Button/Button.js +12 -0
  294. package/styled-components/cjs/components/Attach/ui/Button/Button.styles.js +16 -0
  295. package/styled-components/cjs/components/Attach/ui/Cell/Cell.js +12 -0
  296. package/styled-components/cjs/components/Attach/ui/Cell/Cell.styles.js +16 -0
  297. package/styled-components/cjs/components/Attach/ui/IconButton/IconButton.js +12 -0
  298. package/styled-components/cjs/components/Attach/ui/IconButton/IconButton.styles.js +19 -0
  299. package/styled-components/cjs/components/Attach/utils/extractExtension.js +9 -0
  300. package/styled-components/cjs/components/Attach/utils/getFileicon.js +38 -0
  301. package/styled-components/cjs/components/Attach/utils/index.js +26 -0
  302. package/styled-components/cjs/components/Attach/utils/truncateFilename.js +23 -0
  303. package/styled-components/cjs/components/Attach/variations/_size/base.js +9 -0
  304. package/styled-components/cjs/components/Attach/variations/_view/base.js +9 -0
  305. package/styled-components/cjs/components/Cell/Cell.js +3 -2
  306. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +2 -39
  307. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -26
  308. package/styled-components/cjs/components/Slider/Slider.js +6 -15
  309. package/styled-components/cjs/components/Slider/components/Double/Double.js +2 -38
  310. package/styled-components/cjs/components/Slider/components/Single/Single.js +7 -30
  311. package/styled-components/cjs/components/Slider/components/index.js +0 -11
  312. package/styled-components/cjs/components/Slider/utils/index.js +1 -6
  313. package/styled-components/cjs/components/TextArea/TextArea.js +2 -2
  314. package/styled-components/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +32 -0
  315. package/styled-components/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +36 -0
  316. package/styled-components/cjs/components/_Icon/Icon.assets/BlankOutline.js +23 -0
  317. package/styled-components/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +28 -0
  318. package/styled-components/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +32 -0
  319. package/styled-components/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +32 -0
  320. package/styled-components/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +23 -0
  321. package/styled-components/cjs/components/_Icon/Icon.assets/Plus.js +23 -0
  322. package/styled-components/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +22 -0
  323. package/styled-components/cjs/components/_Icon/Icons/IconBlankDocOutline.js +22 -0
  324. package/styled-components/cjs/components/_Icon/Icons/IconBlankOutline.js +22 -0
  325. package/styled-components/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +22 -0
  326. package/styled-components/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +22 -0
  327. package/styled-components/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +22 -0
  328. package/styled-components/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +22 -0
  329. package/styled-components/cjs/components/_Icon/Icons/IconPlus.js +22 -0
  330. package/styled-components/cjs/components/_Icon/index.js +57 -1
  331. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.config.js +37 -0
  332. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.js +11 -0
  333. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.stories.tsx +181 -0
  334. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.config.js +37 -0
  335. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.js +11 -0
  336. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.stories.tsx +181 -0
  337. package/styled-components/cjs/hooks/index.js +1 -8
  338. package/styled-components/cjs/index.js +11 -0
  339. package/styled-components/cjs/utils/index.js +0 -15
  340. package/styled-components/es/components/Attach/Attach.js +178 -0
  341. package/styled-components/es/components/Attach/Attach.styles.js +10 -0
  342. package/styled-components/es/components/Attach/Attach.template-doc.mdx +63 -0
  343. package/styled-components/es/components/Attach/Attach.tokens.js +122 -0
  344. package/styled-components/es/components/Attach/components/AttachButton/AttachButton.js +42 -0
  345. package/styled-components/es/components/Attach/components/AttachButton/index.js +1 -0
  346. package/styled-components/es/components/Attach/index.js +2 -0
  347. package/styled-components/es/components/Attach/ui/Button/Button.js +1 -0
  348. package/styled-components/es/components/Attach/ui/Button/Button.styles.js +9 -0
  349. package/styled-components/es/components/Attach/ui/Cell/Cell.js +1 -0
  350. package/styled-components/es/components/Attach/ui/Cell/Cell.styles.js +9 -0
  351. package/styled-components/es/components/Attach/ui/IconButton/IconButton.js +1 -0
  352. package/styled-components/es/components/Attach/ui/IconButton/IconButton.styles.js +12 -0
  353. package/styled-components/es/components/Attach/utils/extractExtension.js +3 -0
  354. package/styled-components/es/components/Attach/utils/getFileicon.js +31 -0
  355. package/styled-components/es/components/Attach/utils/index.js +3 -0
  356. package/styled-components/es/components/Attach/utils/truncateFilename.js +17 -0
  357. package/styled-components/es/components/Attach/variations/_size/base.js +3 -0
  358. package/styled-components/es/components/Attach/variations/_view/base.js +3 -0
  359. package/styled-components/es/components/Cell/Cell.js +3 -2
  360. package/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +2 -39
  361. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +2 -26
  362. package/styled-components/es/components/Slider/Slider.js +6 -16
  363. package/styled-components/es/components/Slider/components/Double/Double.js +3 -39
  364. package/styled-components/es/components/Slider/components/Single/Single.js +8 -31
  365. package/styled-components/es/components/Slider/components/index.js +0 -1
  366. package/styled-components/es/components/Slider/utils/index.js +0 -5
  367. package/styled-components/es/components/TextArea/TextArea.js +3 -3
  368. package/styled-components/es/components/_Icon/Icon.assets/BlankCsvOutline.js +25 -0
  369. package/styled-components/es/components/_Icon/Icon.assets/BlankDocOutline.js +29 -0
  370. package/styled-components/es/components/_Icon/Icon.assets/BlankOutline.js +16 -0
  371. package/styled-components/es/components/_Icon/Icon.assets/BlankPdfOutline.js +21 -0
  372. package/styled-components/es/components/_Icon/Icon.assets/BlankTxtOutline.js +25 -0
  373. package/styled-components/es/components/_Icon/Icon.assets/BlankXlsOutline.js +25 -0
  374. package/styled-components/es/components/_Icon/Icon.assets/CloseCircleOutline.js +16 -0
  375. package/styled-components/es/components/_Icon/Icon.assets/Plus.js +16 -0
  376. package/styled-components/es/components/_Icon/Icons/IconBlankCsvOutline.js +15 -0
  377. package/styled-components/es/components/_Icon/Icons/IconBlankDocOutline.js +15 -0
  378. package/styled-components/es/components/_Icon/Icons/IconBlankOutline.js +15 -0
  379. package/styled-components/es/components/_Icon/Icons/IconBlankPdfOutline.js +15 -0
  380. package/styled-components/es/components/_Icon/Icons/IconBlankTxtOutline.js +15 -0
  381. package/styled-components/es/components/_Icon/Icons/IconBlankXlsOutline.js +15 -0
  382. package/styled-components/es/components/_Icon/Icons/IconCloseCircleOutline.js +15 -0
  383. package/styled-components/es/components/_Icon/Icons/IconPlus.js +15 -0
  384. package/styled-components/es/components/_Icon/index.js +9 -1
  385. package/styled-components/es/examples/plasma_b2c/components/Attach/Attach.config.js +31 -0
  386. package/styled-components/es/examples/plasma_b2c/components/Attach/Attach.js +5 -0
  387. package/styled-components/es/examples/plasma_b2c/components/Attach/Attach.stories.tsx +181 -0
  388. package/styled-components/es/examples/plasma_web/components/Attach/Attach.config.js +31 -0
  389. package/styled-components/es/examples/plasma_web/components/Attach/Attach.js +5 -0
  390. package/styled-components/es/examples/plasma_web/components/Attach/Attach.stories.tsx +181 -0
  391. package/styled-components/es/hooks/index.js +1 -2
  392. package/styled-components/es/index.js +2 -1
  393. package/styled-components/es/utils/index.js +0 -1
  394. package/types/components/Attach/Attach.d.ts +23 -0
  395. package/types/components/Attach/Attach.d.ts.map +1 -0
  396. package/types/components/Attach/Attach.styles.d.ts +5 -0
  397. package/types/components/Attach/Attach.styles.d.ts.map +1 -0
  398. package/types/components/Attach/Attach.tokens.d.ts +119 -0
  399. package/types/components/Attach/Attach.tokens.d.ts.map +1 -0
  400. package/types/components/Attach/Attach.types.d.ts +43 -0
  401. package/types/components/Attach/Attach.types.d.ts.map +1 -0
  402. package/types/components/Attach/components/AttachButton/AttachButton.d.ts +4 -0
  403. package/types/components/Attach/components/AttachButton/AttachButton.d.ts.map +1 -0
  404. package/types/components/Attach/components/AttachButton/index.d.ts +2 -0
  405. package/types/components/Attach/components/AttachButton/index.d.ts.map +1 -0
  406. package/types/components/Attach/index.d.ts +4 -0
  407. package/types/components/Attach/index.d.ts.map +1 -0
  408. package/types/components/Attach/ui/Button/Button.d.ts +2 -0
  409. package/types/components/Attach/ui/Button/Button.d.ts.map +1 -0
  410. package/types/components/Attach/ui/Button/Button.styles.d.ts +45 -0
  411. package/types/components/Attach/ui/Button/Button.styles.d.ts.map +1 -0
  412. package/types/components/Attach/ui/Cell/Cell.d.ts +2 -0
  413. package/types/components/Attach/ui/Cell/Cell.d.ts.map +1 -0
  414. package/types/components/Attach/ui/Cell/Cell.styles.d.ts +33 -0
  415. package/types/components/Attach/ui/Cell/Cell.styles.d.ts.map +1 -0
  416. package/types/components/Attach/ui/IconButton/IconButton.d.ts +2 -0
  417. package/types/components/Attach/ui/IconButton/IconButton.d.ts.map +1 -0
  418. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts +88 -0
  419. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts.map +1 -0
  420. package/types/components/Attach/utils/extractExtension.d.ts +2 -0
  421. package/types/components/Attach/utils/extractExtension.d.ts.map +1 -0
  422. package/types/components/Attach/utils/getFileicon.d.ts +3 -0
  423. package/types/components/Attach/utils/getFileicon.d.ts.map +1 -0
  424. package/types/components/Attach/utils/index.d.ts +4 -0
  425. package/types/components/Attach/utils/index.d.ts.map +1 -0
  426. package/types/components/Attach/utils/truncateFilename.d.ts +7 -0
  427. package/types/components/Attach/utils/truncateFilename.d.ts.map +1 -0
  428. package/types/components/Attach/variations/_size/base.d.ts +2 -0
  429. package/types/components/Attach/variations/_size/base.d.ts.map +1 -0
  430. package/types/components/Attach/variations/_view/base.d.ts +2 -0
  431. package/types/components/Attach/variations/_view/base.d.ts.map +1 -0
  432. package/types/components/Cell/Cell.d.ts.map +1 -1
  433. package/types/components/Cell/Cell.types.d.ts +1 -1
  434. package/types/components/Cell/Cell.types.d.ts.map +1 -1
  435. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.d.ts +2 -2
  436. package/types/components/DatePicker/RangeDate/RangeDate.d.ts +0 -2
  437. package/types/components/DatePicker/RangeDate/RangeDate.d.ts.map +1 -1
  438. package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts +0 -4
  439. package/types/components/DatePicker/RangeDate/RangeDate.types.d.ts.map +1 -1
  440. package/types/components/DatePicker/SingleDate/SingleDate.d.ts.map +1 -1
  441. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts +0 -4
  442. package/types/components/DatePicker/SingleDate/SingleDate.types.d.ts.map +1 -1
  443. package/types/components/Slider/Slider.d.ts.map +1 -1
  444. package/types/components/Slider/Slider.types.d.ts +2 -2
  445. package/types/components/Slider/Slider.types.d.ts.map +1 -1
  446. package/types/components/Slider/components/Double/Double.d.ts.map +1 -1
  447. package/types/components/Slider/components/Double/Double.types.d.ts +0 -2
  448. package/types/components/Slider/components/Double/Double.types.d.ts.map +1 -1
  449. package/types/components/Slider/components/Single/Single.d.ts.map +1 -1
  450. package/types/components/Slider/components/Single/Single.types.d.ts +1 -3
  451. package/types/components/Slider/components/Single/Single.types.d.ts.map +1 -1
  452. package/types/components/Slider/components/index.d.ts +0 -2
  453. package/types/components/Slider/components/index.d.ts.map +1 -1
  454. package/types/components/Slider/utils/index.d.ts +0 -1
  455. package/types/components/Slider/utils/index.d.ts.map +1 -1
  456. package/types/components/TextArea/TextArea.d.ts.map +1 -1
  457. package/types/components/_Icon/Icon.assets/BlankCsvOutline.d.ts +4 -0
  458. package/types/components/_Icon/Icon.assets/BlankCsvOutline.d.ts.map +1 -0
  459. package/types/components/_Icon/Icon.assets/BlankDocOutline.d.ts +4 -0
  460. package/types/components/_Icon/Icon.assets/BlankDocOutline.d.ts.map +1 -0
  461. package/types/components/_Icon/Icon.assets/BlankOutline.d.ts +4 -0
  462. package/types/components/_Icon/Icon.assets/BlankOutline.d.ts.map +1 -0
  463. package/types/components/_Icon/Icon.assets/BlankPdfOutline.d.ts +4 -0
  464. package/types/components/_Icon/Icon.assets/BlankPdfOutline.d.ts.map +1 -0
  465. package/types/components/_Icon/Icon.assets/BlankTxtOutline.d.ts +4 -0
  466. package/types/components/_Icon/Icon.assets/BlankTxtOutline.d.ts.map +1 -0
  467. package/types/components/_Icon/Icon.assets/BlankXlsOutline.d.ts +4 -0
  468. package/types/components/_Icon/Icon.assets/BlankXlsOutline.d.ts.map +1 -0
  469. package/types/components/_Icon/Icon.assets/CloseCircleOutline.d.ts +4 -0
  470. package/types/components/_Icon/Icon.assets/CloseCircleOutline.d.ts.map +1 -0
  471. package/types/components/_Icon/Icon.assets/Plus.d.ts +4 -0
  472. package/types/components/_Icon/Icon.assets/Plus.d.ts.map +1 -0
  473. package/types/components/_Icon/Icons/IconBlankCsvOutline.d.ts +4 -0
  474. package/types/components/_Icon/Icons/IconBlankCsvOutline.d.ts.map +1 -0
  475. package/types/components/_Icon/Icons/IconBlankDocOutline.d.ts +4 -0
  476. package/types/components/_Icon/Icons/IconBlankDocOutline.d.ts.map +1 -0
  477. package/types/components/_Icon/Icons/IconBlankOutline.d.ts +4 -0
  478. package/types/components/_Icon/Icons/IconBlankOutline.d.ts.map +1 -0
  479. package/types/components/_Icon/Icons/IconBlankPdfOutline.d.ts +4 -0
  480. package/types/components/_Icon/Icons/IconBlankPdfOutline.d.ts.map +1 -0
  481. package/types/components/_Icon/Icons/IconBlankTxtOutline.d.ts +4 -0
  482. package/types/components/_Icon/Icons/IconBlankTxtOutline.d.ts.map +1 -0
  483. package/types/components/_Icon/Icons/IconBlankXlsOutline.d.ts +4 -0
  484. package/types/components/_Icon/Icons/IconBlankXlsOutline.d.ts.map +1 -0
  485. package/types/components/_Icon/Icons/IconCloseCircleOutline.d.ts +4 -0
  486. package/types/components/_Icon/Icons/IconCloseCircleOutline.d.ts.map +1 -0
  487. package/types/components/_Icon/Icons/IconPlus.d.ts +4 -0
  488. package/types/components/_Icon/Icons/IconPlus.d.ts.map +1 -0
  489. package/types/components/_Icon/index.d.ts +8 -0
  490. package/types/components/_Icon/index.d.ts.map +1 -1
  491. package/types/examples/plasma_b2c/components/Attach/Attach.config.d.ts +30 -0
  492. package/types/examples/plasma_b2c/components/Attach/Attach.config.d.ts.map +1 -0
  493. package/types/examples/plasma_b2c/components/Attach/Attach.d.ts +224 -0
  494. package/types/examples/plasma_b2c/components/Attach/Attach.d.ts.map +1 -0
  495. package/types/examples/plasma_b2c/components/Cell/Cell.d.ts +2 -2
  496. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +0 -1
  497. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
  498. package/types/examples/plasma_b2c/components/Slider/Slider.d.ts +1 -3
  499. package/types/examples/plasma_b2c/components/Slider/Slider.d.ts.map +1 -1
  500. package/types/examples/plasma_web/components/Attach/Attach.config.d.ts +30 -0
  501. package/types/examples/plasma_web/components/Attach/Attach.config.d.ts.map +1 -0
  502. package/types/examples/plasma_web/components/Attach/Attach.d.ts +224 -0
  503. package/types/examples/plasma_web/components/Attach/Attach.d.ts.map +1 -0
  504. package/types/examples/plasma_web/components/Cell/Cell.d.ts +2 -2
  505. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +0 -1
  506. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
  507. package/types/examples/plasma_web/components/Slider/Slider.d.ts +1 -3
  508. package/types/examples/plasma_web/components/Slider/Slider.d.ts.map +1 -1
  509. package/types/hooks/index.d.ts +0 -1
  510. package/types/hooks/index.d.ts.map +1 -1
  511. package/types/index.d.ts +1 -0
  512. package/types/index.d.ts.map +1 -1
  513. package/types/utils/index.d.ts +0 -1
  514. package/types/utils/index.d.ts.map +1 -1
  515. package/cjs/components/DatePicker/utils/setInitValue.js +0 -12
  516. package/cjs/components/DatePicker/utils/setInitValue.js.map +0 -1
  517. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -56
  518. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js.map +0 -1
  519. package/cjs/hooks/useForm.js +0 -131
  520. package/cjs/hooks/useForm.js.map +0 -1
  521. package/cjs/utils/inputHidden.js +0 -15
  522. package/cjs/utils/inputHidden.js.map +0 -1
  523. package/cjs/utils/inputHidden_1ciypqb.css +0 -1
  524. package/cjs/utils/setRefList.js +0 -28
  525. package/cjs/utils/setRefList.js.map +0 -1
  526. package/emotion/cjs/components/DatePicker/utils/setInitValue.js +0 -11
  527. package/emotion/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -60
  528. package/emotion/cjs/examples/plasma_b2c/components/Form/Form.stories.tsx +0 -245
  529. package/emotion/cjs/hooks/useForm.js +0 -137
  530. package/emotion/cjs/utils/inputHidden.js +0 -10
  531. package/emotion/cjs/utils/setRefList.js +0 -27
  532. package/emotion/es/components/DatePicker/utils/setInitValue.js +0 -5
  533. package/emotion/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -51
  534. package/emotion/es/examples/plasma_b2c/components/Form/Form.stories.tsx +0 -245
  535. package/emotion/es/hooks/useForm.js +0 -128
  536. package/emotion/es/utils/inputHidden.js +0 -4
  537. package/emotion/es/utils/setRefList.js +0 -20
  538. package/es/components/DatePicker/utils/setInitValue.js +0 -8
  539. package/es/components/DatePicker/utils/setInitValue.js.map +0 -1
  540. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -52
  541. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js.map +0 -1
  542. package/es/hooks/useForm.js +0 -127
  543. package/es/hooks/useForm.js.map +0 -1
  544. package/es/utils/inputHidden.js +0 -11
  545. package/es/utils/inputHidden.js.map +0 -1
  546. package/es/utils/inputHidden_1ciypqb.css +0 -1
  547. package/es/utils/setRefList.js +0 -23
  548. package/es/utils/setRefList.js.map +0 -1
  549. package/styled-components/cjs/components/DatePicker/utils/setInitValue.js +0 -11
  550. package/styled-components/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -60
  551. package/styled-components/cjs/examples/plasma_b2c/components/Form/Form.stories.tsx +0 -245
  552. package/styled-components/cjs/hooks/useForm.js +0 -137
  553. package/styled-components/cjs/utils/inputHidden.js +0 -10
  554. package/styled-components/cjs/utils/setRefList.js +0 -27
  555. package/styled-components/es/components/DatePicker/utils/setInitValue.js +0 -5
  556. package/styled-components/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -51
  557. package/styled-components/es/examples/plasma_b2c/components/Form/Form.stories.tsx +0 -245
  558. package/styled-components/es/hooks/useForm.js +0 -128
  559. package/styled-components/es/utils/inputHidden.js +0 -4
  560. package/styled-components/es/utils/setRefList.js +0 -20
  561. package/types/components/DatePicker/utils/setInitValue.d.ts +0 -2
  562. package/types/components/DatePicker/utils/setInitValue.d.ts.map +0 -1
  563. package/types/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.d.ts +0 -4
  564. package/types/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.d.ts.map +0 -1
  565. package/types/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.d.ts +0 -5
  566. package/types/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.d.ts.map +0 -1
  567. package/types/hooks/useForm.d.ts +0 -10
  568. package/types/hooks/useForm.d.ts.map +0 -1
  569. package/types/utils/inputHidden.d.ts +0 -3
  570. package/types/utils/inputHidden.d.ts.map +0 -1
  571. package/types/utils/setRefList.d.ts +0 -6
  572. package/types/utils/setRefList.d.ts.map +0 -1
  573. /package/emotion/cjs/components/{Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.js → Attach/Attach.types.js} +0 -0
  574. /package/emotion/es/components/{Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.js → Attach/Attach.types.js} +0 -0
  575. /package/styled-components/cjs/components/{Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.js → Attach/Attach.types.js} +0 -0
  576. /package/styled-components/es/components/{Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.js → Attach/Attach.types.js} +0 -0
@@ -21,7 +21,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
21
21
  import React, { forwardRef, useState, createRef, useCallback } from 'react';
22
22
  import { css } from 'styled-components';
23
23
  import { useResizeObserver } from '@salutejs/plasma-core';
24
- import { cx, mergeRefs } from '../../utils';
24
+ import { cx } from '../../utils';
25
25
  import { applyDynamicLabel } from './mixins';
26
26
  import { useAutoResize, ROOT_FONT_SIZE } from './hooks';
27
27
  import { StyledContent, StyledHelpers, StyledLeftHelper, StyledRightHelper, StyledLabel, StyledPlaceholder, StyledTextArea, StyledTextAreaWrapper, StyledContainer, StyledIndicator, StyledOptionalText } from './TextArea.styles';
@@ -118,7 +118,7 @@ export var textAreaRoot = function textAreaRoot(Root) {
118
118
  _useState6 = _slicedToArray(_useState5, 2),
119
119
  uncontrolledValue = _useState6[0],
120
120
  setUncontrolledValue = _useState6[1];
121
- var outerRef = /*#__PURE__*/createRef();
121
+ var outerRef = innerRef && 'current' in innerRef ? innerRef : /*#__PURE__*/createRef();
122
122
  var innerOptional = required ? false : optional;
123
123
  var hasHelper = Boolean(leftHelper || rightHelper || helperText);
124
124
  var hasOuterLabel = Boolean(label && labelPlacement === 'outer');
@@ -190,7 +190,7 @@ export var textAreaRoot = function textAreaRoot(Root) {
190
190
  hasContentRight: Boolean(contentRight),
191
191
  hasHelper: hasHelper,
192
192
  applyCustomWidth: applyCustomWidth,
193
- ref: mergeRefs(outerRef, innerRef),
193
+ ref: outerRef,
194
194
  disabled: disabled,
195
195
  height: autoResize ? minAuto : height,
196
196
  width: width,
@@ -0,0 +1,25 @@
1
+ var _path, _path2, _path3, _path4;
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ import React from 'react';
4
+ export var BlankCsvOutline = function BlankCsvOutline(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ width: "100%",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M8.95508 9.55029L9.74608 12.25H10.4811L11.2686 9.55029H10.6806L10.1346 11.5635L9.58158 9.55029H8.95508Z",
12
+ fill: "currentColor"
13
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
14
+ d: "M8.21279 11.5017C8.21279 11.3163 8.01972 11.2504 7.78821 11.1713C7.44159 11.0528 7.00879 10.9049 7.00879 10.2829C7.00879 9.79697 7.26429 9.5 7.96429 9.5C8.27579 9.5 8.54529 9.55399 8.71329 9.63113V10.2521C8.53829 10.1209 8.27229 10.0168 8.00979 10.0168C7.67729 10.0168 7.58979 10.1286 7.58979 10.2713C7.58979 10.4489 7.78655 10.5128 8.02391 10.59C8.3847 10.7073 8.83929 10.8551 8.83929 11.4785C8.83929 11.9992 8.54179 12.3 7.83129 12.3C7.51279 12.3 7.19779 12.2267 7.01929 12.1149V11.4708C7.14529 11.5904 7.40779 11.7832 7.79979 11.7832C8.09029 11.7832 8.21279 11.6713 8.21279 11.5017Z",
15
+ fill: "currentColor"
16
+ })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
17
+ d: "M6.63699 10.2636V9.61956C6.52149 9.57714 6.30099 9.5 5.97199 9.5C5.09699 9.5 4.72949 9.95124 4.72949 10.9231C4.72949 11.868 5.08999 12.3 5.96849 12.3C6.29749 12.3 6.53899 12.219 6.66499 12.1534V11.5248C6.54249 11.6212 6.31849 11.7292 6.01399 11.7292C5.55899 11.7292 5.33849 11.5287 5.33849 10.8884C5.33849 10.2791 5.54499 10.0708 5.98599 10.0708C6.30449 10.0708 6.49349 10.1711 6.63699 10.2636Z",
18
+ fill: "currentColor"
19
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M8.90517 1H5.52893C5.05678 0.999995 4.67215 0.999991 4.35989 1.0255C4.03715 1.05187 3.74793 1.10797 3.47852 1.24524C3.05516 1.46095 2.71095 1.80516 2.49524 2.22852C2.35797 2.49793 2.30187 2.78715 2.2755 3.10989C2.24999 3.42215 2.24999 3.80677 2.25 4.27892V11.7211C2.24999 12.1932 2.24999 12.5778 2.2755 12.8901C2.30187 13.2128 2.35797 13.5021 2.49524 13.7715C2.71095 14.1948 3.05516 14.539 3.47852 14.7548C3.74793 14.892 4.03715 14.9481 4.35989 14.9745C4.67215 15 5.05677 15 5.52891 15H10.4711C10.9432 15 11.3278 15 11.6401 14.9745C11.9628 14.9481 12.2521 14.892 12.5215 14.7548C12.9448 14.539 13.289 14.1948 13.5048 13.7715C13.642 13.5021 13.6981 13.2128 13.7245 12.8901C13.75 12.5778 13.75 12.1932 13.75 11.721V5.71622C13.75 5.581 13.6952 5.45156 13.5982 5.35739L9.25338 1.14118C9.16008 1.05064 9.03518 1 8.90517 1ZM3.93251 2.13624C4.03745 2.08277 4.18042 2.0435 4.44132 2.02218C4.70805 2.00039 5.0517 2 5.55 2H8.40517V3.49667C8.40517 3.87132 8.40516 4.18252 8.42591 4.43645C8.44751 4.70082 8.49406 4.94683 8.61226 5.1788C8.79442 5.53631 9.08508 5.82697 9.44259 6.00913C9.67456 6.12732 9.92057 6.17388 10.1849 6.19548C10.4389 6.21623 10.7501 6.21622 11.1247 6.21622H12.75V11.7C12.75 12.1983 12.7496 12.5419 12.7278 12.8087C12.7065 13.0696 12.6672 13.2125 12.6138 13.3175C12.4939 13.5527 12.3027 13.7439 12.0675 13.8638C11.9625 13.9172 11.8196 13.9565 11.5587 13.9778C11.2919 13.9996 10.9483 14 10.45 14H5.55C5.0517 14 4.70805 13.9996 4.44132 13.9778C4.18042 13.9565 4.03745 13.9172 3.93251 13.8638C3.69731 13.7439 3.50608 13.5527 3.38624 13.3175C3.33277 13.2125 3.2935 13.0696 3.27218 12.8087C3.25039 12.5419 3.25 12.1983 3.25 11.7V4.3C3.25 3.8017 3.25039 3.45805 3.27218 3.19132C3.2935 2.93042 3.33277 2.78745 3.38624 2.68251C3.50608 2.44731 3.69731 2.25608 3.93251 2.13624ZM12.0168 5.21622L9.40517 2.68192V3.47622C9.40517 3.8765 9.40556 4.14665 9.42259 4.35502C9.43913 4.55755 9.46887 4.6573 9.50327 4.72481C9.58955 4.89415 9.72724 5.03184 9.89658 5.11812C9.96409 5.15252 10.0638 5.18226 10.2664 5.1988C10.4747 5.21583 10.7449 5.21622 11.1452 5.21622H12.0168Z",
23
+ fill: "currentColor"
24
+ })));
25
+ };
@@ -0,0 +1,29 @@
1
+ var _path, _path2, _path3, _path4;
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ import React from 'react';
4
+ export var BlankDocOutline = function BlankDocOutline(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ width: "100%",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M11.5345 10.2654V9.62314C11.419 9.58083 11.1985 9.50391 10.8695 9.50391C9.99445 9.50391 9.62695 9.95391 9.62695 10.9231C9.62695 11.8654 9.98745 12.2962 10.866 12.2962C11.195 12.2962 11.4365 12.2154 11.5625 12.1501V11.5231C11.44 11.6193 11.216 11.727 10.9115 11.727C10.4565 11.727 10.236 11.527 10.236 10.8885C10.236 10.2808 10.4425 10.0731 10.8835 10.0731C11.202 10.0731 11.391 10.1731 11.5345 10.2654Z",
12
+ fill: "currentColor"
13
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M6.92188 10.9C6.92188 9.92308 7.31388 9.5 8.13988 9.5C9.01487 9.5 9.34387 9.92692 9.34387 10.9C9.34387 11.9115 8.92738 12.3 8.13988 12.3C7.34888 12.3 6.92188 11.8808 6.92188 10.9ZM7.53087 10.9038C7.53087 11.5731 7.76888 11.7538 8.15037 11.7538C8.53188 11.7538 8.73837 11.5615 8.73837 10.9038C8.73837 10.2423 8.53188 10.0462 8.12587 10.0462C7.72338 10.0462 7.53087 10.2769 7.53087 10.9038Z",
17
+ fill: "currentColor"
18
+ })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M4.5 9.55768V12.2385C4.7765 12.2577 4.9795 12.2692 5.284 12.2692C6.229 12.2692 6.642 11.8115 6.642 10.8346C6.642 9.99615 6.3445 9.53076 5.3435 9.53076C4.997 9.53076 4.794 9.53845 4.5 9.55768ZM5.312 11.7269C5.2245 11.7269 5.158 11.7231 5.074 11.7115V10.0885C5.1685 10.0769 5.249 10.0731 5.354 10.0731C5.865 10.0731 6.0505 10.3038 6.0505 10.8692C6.0505 11.4769 5.837 11.7269 5.312 11.7269Z",
22
+ fill: "currentColor"
23
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
24
+ fillRule: "evenodd",
25
+ clipRule: "evenodd",
26
+ d: "M8.90517 1H5.52893C5.05678 0.999995 4.67215 0.999991 4.35989 1.0255C4.03715 1.05187 3.74793 1.10797 3.47852 1.24524C3.05516 1.46095 2.71095 1.80516 2.49524 2.22852C2.35797 2.49793 2.30187 2.78715 2.2755 3.10989C2.24999 3.42215 2.24999 3.80677 2.25 4.27892V11.7211C2.24999 12.1932 2.24999 12.5778 2.2755 12.8901C2.30187 13.2128 2.35797 13.5021 2.49524 13.7715C2.71095 14.1948 3.05516 14.539 3.47852 14.7548C3.74793 14.892 4.03715 14.9481 4.35989 14.9745C4.67215 15 5.05677 15 5.52891 15H10.4711C10.9432 15 11.3278 15 11.6401 14.9745C11.9628 14.9481 12.2521 14.892 12.5215 14.7548C12.9448 14.539 13.289 14.1948 13.5048 13.7715C13.642 13.5021 13.6981 13.2128 13.7245 12.8901C13.75 12.5778 13.75 12.1932 13.75 11.721V5.71622C13.75 5.581 13.6952 5.45156 13.5982 5.35739L9.25338 1.14118C9.16008 1.05064 9.03518 1 8.90517 1ZM3.93251 2.13624C4.03745 2.08277 4.18042 2.0435 4.44132 2.02218C4.70805 2.00039 5.0517 2 5.55 2H8.40517V3.49667C8.40517 3.87132 8.40516 4.18252 8.42591 4.43645C8.44751 4.70082 8.49406 4.94683 8.61226 5.1788C8.79442 5.53631 9.08508 5.82697 9.44259 6.00913C9.67456 6.12732 9.92057 6.17388 10.1849 6.19548C10.4389 6.21623 10.7501 6.21622 11.1247 6.21622H12.75V11.7C12.75 12.1983 12.7496 12.5419 12.7278 12.8087C12.7065 13.0696 12.6672 13.2125 12.6138 13.3175C12.4939 13.5527 12.3027 13.7439 12.0675 13.8638C11.9625 13.9172 11.8196 13.9565 11.5587 13.9778C11.2919 13.9996 10.9483 14 10.45 14H5.55C5.0517 14 4.70805 13.9996 4.44132 13.9778C4.18042 13.9565 4.03745 13.9172 3.93251 13.8638C3.69731 13.7439 3.50608 13.5527 3.38624 13.3175C3.33277 13.2125 3.2935 13.0696 3.27218 12.8087C3.25039 12.5419 3.25 12.1983 3.25 11.7V4.3C3.25 3.8017 3.25039 3.45805 3.27218 3.19132C3.2935 2.93042 3.33277 2.78745 3.38624 2.68251C3.50608 2.44731 3.69731 2.25608 3.93251 2.13624ZM12.0168 5.21622L9.40517 2.68192V3.47622C9.40517 3.8765 9.40556 4.14665 9.42259 4.35502C9.43913 4.55755 9.46887 4.6573 9.50327 4.72481C9.58955 4.89415 9.72724 5.03184 9.89658 5.11812C9.96409 5.15252 10.0638 5.18226 10.2664 5.1988C10.4747 5.21583 10.7449 5.21622 11.1452 5.21622H12.0168Z",
27
+ fill: "currentColor"
28
+ })));
29
+ };
@@ -0,0 +1,16 @@
1
+ var _path;
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ import React from 'react';
4
+ export var BlankOutline = function BlankOutline(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ width: "100%",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ clipRule: "evenodd",
13
+ d: "M5.52893 1L8.90517 1C9.03518 1 9.16008 1.05064 9.25338 1.14118L13.5982 5.35739C13.6952 5.45156 13.75 5.581 13.75 5.71622V11.721C13.75 12.1932 13.75 12.5778 13.7245 12.8901C13.6981 13.2128 13.642 13.5021 13.5048 13.7715C13.289 14.1948 12.9448 14.539 12.5215 14.7548C12.2521 14.892 11.9628 14.9481 11.6401 14.9745C11.3278 15 10.9432 15 10.4711 15H5.52891C5.05677 15 4.67215 15 4.35989 14.9745C4.03715 14.9481 3.74793 14.892 3.47852 14.7548C3.05516 14.539 2.71095 14.1948 2.49524 13.7715C2.35797 13.5021 2.30187 13.2128 2.2755 12.8901C2.24999 12.5778 2.24999 12.1932 2.25 11.7211V4.27892C2.24999 3.80677 2.24999 3.42215 2.2755 3.10989C2.30187 2.78715 2.35797 2.49793 2.49524 2.22852C2.71095 1.80516 3.05516 1.46095 3.47852 1.24524C3.74793 1.10797 4.03715 1.05187 4.35989 1.0255C4.67215 0.99999 5.05678 0.999995 5.52893 1ZM4.44132 2.02218C4.18042 2.0435 4.03745 2.08277 3.93251 2.13624C3.69731 2.25608 3.50608 2.44731 3.38624 2.68251C3.33277 2.78745 3.2935 2.93042 3.27218 3.19132C3.25039 3.45805 3.25 3.8017 3.25 4.3V11.7C3.25 12.1983 3.25039 12.5419 3.27218 12.8087C3.2935 13.0696 3.33277 13.2125 3.38624 13.3175C3.50608 13.5527 3.69731 13.7439 3.93251 13.8638C4.03745 13.9172 4.18042 13.9565 4.44132 13.9778C4.70805 13.9996 5.0517 14 5.55 14H10.45C10.9483 14 11.2919 13.9996 11.5587 13.9778C11.8196 13.9565 11.9625 13.9172 12.0675 13.8638C12.3027 13.7439 12.4939 13.5527 12.6138 13.3175C12.6672 13.2125 12.7065 13.0696 12.7278 12.8087C12.7496 12.5419 12.75 12.1983 12.75 11.7V6.21622H11.1247C10.7501 6.21622 10.4389 6.21623 10.1849 6.19548C9.92057 6.17388 9.67456 6.12732 9.44259 6.00913C9.08508 5.82697 8.79442 5.53631 8.61226 5.1788C8.49406 4.94683 8.44751 4.70082 8.42591 4.43645C8.40516 4.18252 8.40517 3.87131 8.40517 3.49667V2H5.55C5.0517 2 4.70805 2.00039 4.44132 2.02218ZM9.40517 2.68192L12.0168 5.21622H11.1452C10.7449 5.21622 10.4747 5.21583 10.2664 5.1988C10.0638 5.18226 9.96409 5.15252 9.89658 5.11812C9.72724 5.03184 9.58955 4.89415 9.50327 4.72481C9.46887 4.6573 9.43913 4.55755 9.42259 4.35502C9.40556 4.14665 9.40517 3.8765 9.40517 3.47622V2.68192Z",
14
+ fill: "currentColor"
15
+ })));
16
+ };
@@ -0,0 +1,21 @@
1
+ var _path, _path2;
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ import React from 'react';
4
+ export var BlankPdfOutline = function BlankPdfOutline(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ width: "100%",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ clipRule: "evenodd",
13
+ d: "M5.52893 1L8.90517 1C9.03518 1 9.16008 1.05064 9.25338 1.14118L13.5982 5.35739C13.6952 5.45156 13.75 5.581 13.75 5.71622V11.721C13.75 12.1932 13.75 12.5778 13.7245 12.8901C13.6981 13.2128 13.642 13.5021 13.5048 13.7715C13.289 14.1948 12.9448 14.539 12.5215 14.7548C12.2521 14.892 11.9628 14.9481 11.6401 14.9745C11.3278 15 10.9432 15 10.4711 15H5.52891C5.05677 15 4.67215 15 4.35989 14.9745C4.03715 14.9481 3.74793 14.892 3.47852 14.7548C3.05516 14.539 2.71095 14.1948 2.49524 13.7715C2.35797 13.5021 2.30187 13.2128 2.2755 12.8901C2.24999 12.5778 2.24999 12.1932 2.25 11.7211V4.27892C2.24999 3.80677 2.24999 3.42215 2.2755 3.10989C2.30187 2.78715 2.35797 2.49793 2.49524 2.22852C2.71095 1.80516 3.05516 1.46095 3.47852 1.24524C3.74793 1.10797 4.03715 1.05187 4.35989 1.0255C4.67215 0.99999 5.05678 0.999995 5.52893 1ZM4.44132 2.02218C4.18042 2.0435 4.03745 2.08277 3.93251 2.13624C3.69731 2.25608 3.50608 2.44731 3.38624 2.68251C3.33277 2.78745 3.2935 2.93042 3.27218 3.19132C3.25039 3.45805 3.25 3.8017 3.25 4.3V11.7C3.25 12.1983 3.25039 12.5419 3.27218 12.8087C3.2935 13.0696 3.33277 13.2125 3.38624 13.3175C3.50608 13.5527 3.69731 13.7439 3.93251 13.8638C4.03745 13.9172 4.18042 13.9565 4.44132 13.9778C4.70805 13.9996 5.0517 14 5.55 14H10.45C10.9483 14 11.2919 13.9996 11.5587 13.9778C11.8196 13.9565 11.9625 13.9172 12.0675 13.8638C12.3027 13.7439 12.4939 13.5527 12.6138 13.3175C12.6672 13.2125 12.7065 13.0696 12.7278 12.8087C12.7496 12.5419 12.75 12.1983 12.75 11.7V6.21622H11.1247C10.7501 6.21622 10.4389 6.21623 10.1849 6.19548C9.92057 6.17388 9.67456 6.12732 9.44259 6.00913C9.08508 5.82697 8.79442 5.53631 8.61226 5.1788C8.49406 4.94683 8.44751 4.70082 8.42591 4.43645C8.40516 4.18252 8.40517 3.87131 8.40517 3.49667V2H5.55C5.0517 2 4.70805 2.00039 4.44132 2.02218ZM9.40517 2.68192L12.0168 5.21622H11.1452C10.7449 5.21622 10.4747 5.21583 10.2664 5.1988C10.0638 5.18226 9.96409 5.15252 9.89658 5.11812C9.72724 5.03184 9.58955 4.89415 9.50327 4.72481C9.46887 4.6573 9.43913 4.55755 9.42259 4.35502C9.40556 4.14665 9.40517 3.8765 9.40517 3.47622V2.68192Z",
14
+ fill: "currentColor"
15
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M5.56028 9.5C5.16921 9.5 4.7002 9.54667 4.7002 9.54667V12.2636H5.31014V11.4857C5.31014 11.4857 5.44315 11.4936 5.56028 11.4936C6.32284 11.4936 6.65511 11.1613 6.65511 10.4772C6.65511 9.79307 6.36204 9.5 5.56028 9.5ZM5.30938 10.0862C5.30938 10.0862 5.44238 10.0703 5.55951 10.0703C5.90766 10.0703 6.02106 10.1837 6.02106 10.4768C6.02106 10.809 5.90766 10.9224 5.55951 10.9224C5.44238 10.9224 5.30938 10.9145 5.30938 10.9145V10.0862ZM7.12493 9.54667V12.244C7.12493 12.244 7.59394 12.2911 7.94628 12.2911C8.8451 12.2911 9.31412 11.8217 9.31412 10.8762C9.31412 9.9102 8.90344 9.5 7.98502 9.5C7.59394 9.5 7.12493 9.54667 7.12493 9.54667ZM7.73411 10.0862C7.73411 10.0862 7.88624 10.0703 8.00385 10.0703C8.46119 10.0703 8.6796 10.2892 8.6796 10.8758C8.6796 11.4815 8.44113 11.72 7.96465 11.72C7.86711 11.72 7.73411 11.7041 7.73411 11.7041V10.0862ZM11.4659 9.52734H9.78496V12.2639H10.3949V11.2475H11.3488V10.7001H10.3949V10.0747H11.4659V9.52734Z",
19
+ fill: "currentColor"
20
+ })));
21
+ };
@@ -0,0 +1,25 @@
1
+ var _path, _path2, _path3, _path4;
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ import React from 'react';
4
+ export var BlankTxtOutline = function BlankTxtOutline(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ width: "100%",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M9.98727 10.064V12.3H10.5578V10.064H11.2648V9.5H9.28027V10.064H9.98727Z",
12
+ fill: "currentColor"
13
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
14
+ d: "M6.85059 12.3L7.56459 10.864L6.90309 9.5H7.56809L8.01259 10.436L8.47459 9.5H9.12909L8.42559 10.852L9.16759 12.3H8.49209L7.98809 11.304L7.50859 12.3H6.85059Z",
15
+ fill: "currentColor"
16
+ })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
17
+ d: "M5.44723 10.064V12.3H6.01773V10.064H6.72473V9.5H4.74023V10.064H5.44723Z",
18
+ fill: "currentColor"
19
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M8.90517 1H5.52893C5.05678 0.999995 4.67215 0.999991 4.35989 1.0255C4.03715 1.05187 3.74793 1.10797 3.47852 1.24524C3.05516 1.46095 2.71095 1.80516 2.49524 2.22852C2.35797 2.49793 2.30187 2.78715 2.2755 3.10989C2.24999 3.42215 2.24999 3.80677 2.25 4.27892V11.7211C2.24999 12.1932 2.24999 12.5778 2.2755 12.8901C2.30187 13.2128 2.35797 13.5021 2.49524 13.7715C2.71095 14.1948 3.05516 14.539 3.47852 14.7548C3.74793 14.892 4.03715 14.9481 4.35989 14.9745C4.67215 15 5.05677 15 5.52891 15H10.4711C10.9432 15 11.3278 15 11.6401 14.9745C11.9628 14.9481 12.2521 14.892 12.5215 14.7548C12.9448 14.539 13.289 14.1948 13.5048 13.7715C13.642 13.5021 13.6981 13.2128 13.7245 12.8901C13.75 12.5778 13.75 12.1932 13.75 11.721V5.71622C13.75 5.581 13.6952 5.45156 13.5982 5.35739L9.25338 1.14118C9.16008 1.05064 9.03518 1 8.90517 1ZM3.93251 2.13624C4.03745 2.08277 4.18042 2.0435 4.44132 2.02218C4.70805 2.00039 5.0517 2 5.55 2H8.40517V3.49667C8.40517 3.87132 8.40516 4.18252 8.42591 4.43645C8.44751 4.70082 8.49406 4.94683 8.61226 5.1788C8.79442 5.53631 9.08508 5.82697 9.44259 6.00913C9.67456 6.12732 9.92057 6.17388 10.1849 6.19548C10.4389 6.21623 10.7501 6.21622 11.1247 6.21622H12.75V11.7C12.75 12.1983 12.7496 12.5419 12.7278 12.8087C12.7065 13.0696 12.6672 13.2125 12.6138 13.3175C12.4939 13.5527 12.3027 13.7439 12.0675 13.8638C11.9625 13.9172 11.8196 13.9565 11.5587 13.9778C11.2919 13.9996 10.9483 14 10.45 14H5.55C5.0517 14 4.70805 13.9996 4.44132 13.9778C4.18042 13.9565 4.03745 13.9172 3.93251 13.8638C3.69731 13.7439 3.50608 13.5527 3.38624 13.3175C3.33277 13.2125 3.2935 13.0696 3.27218 12.8087C3.25039 12.5419 3.25 12.1983 3.25 11.7V4.3C3.25 3.8017 3.25039 3.45805 3.27218 3.19132C3.2935 2.93042 3.33277 2.78745 3.38624 2.68251C3.50608 2.44731 3.69731 2.25608 3.93251 2.13624ZM12.0168 5.21622L9.40517 2.68192V3.47622C9.40517 3.8765 9.40556 4.14665 9.42259 4.35502C9.43913 4.55755 9.46887 4.6573 9.50327 4.72481C9.58955 4.89415 9.72724 5.03184 9.89658 5.11812C9.96409 5.15252 10.0638 5.18226 10.2664 5.1988C10.4747 5.21583 10.7449 5.21622 11.1452 5.21622H12.0168Z",
23
+ fill: "currentColor"
24
+ })));
25
+ };
@@ -0,0 +1,25 @@
1
+ var _path, _path2, _path3, _path4;
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ import React from 'react';
4
+ export var BlankXlsOutline = function BlankXlsOutline(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ width: "100%",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ d: "M10.0636 11.1713C10.2951 11.2504 10.4882 11.3163 10.4882 11.5017C10.4882 11.6713 10.3657 11.7832 10.0752 11.7832C9.68318 11.7832 9.42068 11.5904 9.29468 11.4708V12.1149C9.47318 12.2267 9.78818 12.3 10.1067 12.3C10.8172 12.3 11.1147 11.9992 11.1147 11.4785C11.1147 10.8551 10.6601 10.7073 10.2993 10.59C10.0619 10.5128 9.86518 10.4489 9.86518 10.2713C9.86518 10.1286 9.95268 10.0168 10.2852 10.0168C10.5477 10.0168 10.8137 10.1209 10.9887 10.2521V9.63113C10.8207 9.55399 10.5512 9.5 10.2397 9.5C9.53968 9.5 9.28418 9.79697 9.28418 10.2829C9.28418 10.9049 9.71698 11.0528 10.0636 11.1713Z",
12
+ fill: "currentColor"
13
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
14
+ d: "M7.44922 12.25V9.55029H8.02322V11.6715H9.10122V12.25H7.44922Z",
15
+ fill: "currentColor"
16
+ })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
17
+ d: "M5.5138 10.8654L4.7998 12.25H5.4578L5.9373 11.2897L6.4413 12.25H7.11681L6.3748 10.8539L7.0783 9.55029H6.4238L5.96181 10.4528L5.5173 9.55029H4.8523L5.5138 10.8654Z",
18
+ fill: "currentColor"
19
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M8.90517 1H5.52893C5.05678 0.999995 4.67215 0.999991 4.35989 1.0255C4.03715 1.05187 3.74793 1.10797 3.47852 1.24524C3.05516 1.46095 2.71095 1.80516 2.49524 2.22852C2.35797 2.49793 2.30187 2.78715 2.2755 3.10989C2.24999 3.42215 2.24999 3.80677 2.25 4.27892V11.7211C2.24999 12.1932 2.24999 12.5778 2.2755 12.8901C2.30187 13.2128 2.35797 13.5021 2.49524 13.7715C2.71095 14.1948 3.05516 14.539 3.47852 14.7548C3.74793 14.892 4.03715 14.9481 4.35989 14.9745C4.67215 15 5.05677 15 5.52891 15H10.4711C10.9432 15 11.3278 15 11.6401 14.9745C11.9628 14.9481 12.2521 14.892 12.5215 14.7548C12.9448 14.539 13.289 14.1948 13.5048 13.7715C13.642 13.5021 13.6981 13.2128 13.7245 12.8901C13.75 12.5778 13.75 12.1932 13.75 11.721V5.71622C13.75 5.581 13.6952 5.45156 13.5982 5.35739L9.25338 1.14118C9.16008 1.05064 9.03518 1 8.90517 1ZM3.93251 2.13624C4.03745 2.08277 4.18042 2.0435 4.44132 2.02218C4.70805 2.00039 5.0517 2 5.55 2H8.40517V3.49667C8.40517 3.87132 8.40516 4.18252 8.42591 4.43645C8.44751 4.70082 8.49406 4.94683 8.61226 5.1788C8.79442 5.53631 9.08508 5.82697 9.44259 6.00913C9.67456 6.12732 9.92057 6.17388 10.1849 6.19548C10.4389 6.21623 10.7501 6.21622 11.1247 6.21622H12.75V11.7C12.75 12.1983 12.7496 12.5419 12.7278 12.8087C12.7065 13.0696 12.6672 13.2125 12.6138 13.3175C12.4939 13.5527 12.3027 13.7439 12.0675 13.8638C11.9625 13.9172 11.8196 13.9565 11.5587 13.9778C11.2919 13.9996 10.9483 14 10.45 14H5.55C5.0517 14 4.70805 13.9996 4.44132 13.9778C4.18042 13.9565 4.03745 13.9172 3.93251 13.8638C3.69731 13.7439 3.50608 13.5527 3.38624 13.3175C3.33277 13.2125 3.2935 13.0696 3.27218 12.8087C3.25039 12.5419 3.25 12.1983 3.25 11.7V4.3C3.25 3.8017 3.25039 3.45805 3.27218 3.19132C3.2935 2.93042 3.33277 2.78745 3.38624 2.68251C3.50608 2.44731 3.69731 2.25608 3.93251 2.13624ZM12.0168 5.21622L9.40517 2.68192V3.47622C9.40517 3.8765 9.40556 4.14665 9.42259 4.35502C9.43913 4.55755 9.46887 4.6573 9.50327 4.72481C9.58955 4.89415 9.72724 5.03184 9.89658 5.11812C9.96409 5.15252 10.0638 5.18226 10.2664 5.1988C10.4747 5.21583 10.7449 5.21622 11.1452 5.21622H12.0168Z",
23
+ fill: "currentColor"
24
+ })));
25
+ };
@@ -0,0 +1,16 @@
1
+ var _path;
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ import React from 'react';
4
+ export var CloseCircleOutline = function CloseCircleOutline(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ width: "100%",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ clipRule: "evenodd",
13
+ d: "M2 7.99821C2 4.68549 4.68549 2 7.99821 2C11.3109 2 13.9964 4.68549 13.9964 7.99821C13.9964 11.3109 11.3109 13.9964 7.99821 13.9964C4.68549 13.9964 2 11.3109 2 7.99821ZM7.99821 1C4.1332 1 1 4.1332 1 7.99821C1 11.8632 4.1332 14.9964 7.99821 14.9964C11.8632 14.9964 14.9964 11.8632 14.9964 7.99821C14.9964 4.1332 11.8632 1 7.99821 1ZM5.54301 4.83442C5.34774 4.63916 5.03116 4.63916 4.8359 4.83442C4.64064 5.02969 4.64064 5.34627 4.8359 5.54153L7.29238 7.99801L4.8359 10.4545C4.64064 10.6498 4.64064 10.9663 4.8359 11.1616C5.03116 11.3569 5.34774 11.3569 5.54301 11.1616L7.99949 8.70512L10.456 11.1616C10.6512 11.3569 10.9678 11.3569 11.1631 11.1616C11.3583 10.9663 11.3583 10.6498 11.1631 10.4545L8.7066 7.99801L11.1631 5.54153C11.3583 5.34627 11.3583 5.02969 11.1631 4.83442C10.9678 4.63916 10.6512 4.63916 10.456 4.83442L7.99949 7.29091L5.54301 4.83442Z",
14
+ fill: "currentColor"
15
+ })));
16
+ };
@@ -0,0 +1,16 @@
1
+ var _path;
2
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
+ import React from 'react';
4
+ export var Plus = function Plus(props) {
5
+ return /*#__PURE__*/React.createElement("svg", _extends({
6
+ width: "100%",
7
+ viewBox: "0 0 16 16",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg"
10
+ }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ clipRule: "evenodd",
13
+ d: "M8 2C8.27614 2 8.5 2.22386 8.5 2.5V7.5H13.5C13.7761 7.5 14 7.72386 14 8C14 8.27614 13.7761 8.5 13.5 8.5H8.5V13.5C8.5 13.7761 8.27614 14 8 14C7.72386 14 7.5 13.7761 7.5 13.5V8.5H2.5C2.22386 8.5 2 8.27614 2 8C2 7.72386 2.22386 7.5 2.5 7.5H7.5V2.5C7.5 2.22386 7.72386 2 8 2Z",
14
+ fill: "currentColor"
15
+ })));
16
+ };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { BlankCsvOutline } from '../Icon.assets/BlankCsvOutline';
3
+ import { IconRoot } from '../IconRoot';
4
+ export var IconBlankCsvOutline = function IconBlankCsvOutline(_ref) {
5
+ var _ref$size = _ref.size,
6
+ size = _ref$size === void 0 ? 'xs' : _ref$size,
7
+ color = _ref.color,
8
+ className = _ref.className;
9
+ return /*#__PURE__*/React.createElement(IconRoot, {
10
+ className: className,
11
+ size: size,
12
+ color: color,
13
+ icon: BlankCsvOutline
14
+ });
15
+ };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { BlankDocOutline } from '../Icon.assets/BlankDocOutline';
3
+ import { IconRoot } from '../IconRoot';
4
+ export var IconBlankDocOutline = function IconBlankDocOutline(_ref) {
5
+ var _ref$size = _ref.size,
6
+ size = _ref$size === void 0 ? 'xs' : _ref$size,
7
+ color = _ref.color,
8
+ className = _ref.className;
9
+ return /*#__PURE__*/React.createElement(IconRoot, {
10
+ className: className,
11
+ size: size,
12
+ color: color,
13
+ icon: BlankDocOutline
14
+ });
15
+ };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { BlankOutline } from '../Icon.assets/BlankOutline';
3
+ import { IconRoot } from '../IconRoot';
4
+ export var IconBlankOutline = function IconBlankOutline(_ref) {
5
+ var _ref$size = _ref.size,
6
+ size = _ref$size === void 0 ? 'xs' : _ref$size,
7
+ color = _ref.color,
8
+ className = _ref.className;
9
+ return /*#__PURE__*/React.createElement(IconRoot, {
10
+ className: className,
11
+ size: size,
12
+ color: color,
13
+ icon: BlankOutline
14
+ });
15
+ };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { BlankPdfOutline } from '../Icon.assets/BlankPdfOutline';
3
+ import { IconRoot } from '../IconRoot';
4
+ export var IconBlankPdfOutline = function IconBlankPdfOutline(_ref) {
5
+ var _ref$size = _ref.size,
6
+ size = _ref$size === void 0 ? 'xs' : _ref$size,
7
+ color = _ref.color,
8
+ className = _ref.className;
9
+ return /*#__PURE__*/React.createElement(IconRoot, {
10
+ className: className,
11
+ size: size,
12
+ color: color,
13
+ icon: BlankPdfOutline
14
+ });
15
+ };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { BlankTxtOutline } from '../Icon.assets/BlankTxtOutline';
3
+ import { IconRoot } from '../IconRoot';
4
+ export var IconBlankTxtOutline = function IconBlankTxtOutline(_ref) {
5
+ var _ref$size = _ref.size,
6
+ size = _ref$size === void 0 ? 'xs' : _ref$size,
7
+ color = _ref.color,
8
+ className = _ref.className;
9
+ return /*#__PURE__*/React.createElement(IconRoot, {
10
+ className: className,
11
+ size: size,
12
+ color: color,
13
+ icon: BlankTxtOutline
14
+ });
15
+ };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { BlankXlsOutline } from '../Icon.assets/BlankXlsOutline';
3
+ import { IconRoot } from '../IconRoot';
4
+ export var IconBlankXlsOutline = function IconBlankXlsOutline(_ref) {
5
+ var _ref$size = _ref.size,
6
+ size = _ref$size === void 0 ? 'xs' : _ref$size,
7
+ color = _ref.color,
8
+ className = _ref.className;
9
+ return /*#__PURE__*/React.createElement(IconRoot, {
10
+ className: className,
11
+ size: size,
12
+ color: color,
13
+ icon: BlankXlsOutline
14
+ });
15
+ };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { CloseCircleOutline } from '../Icon.assets/CloseCircleOutline';
3
+ import { IconRoot } from '../IconRoot';
4
+ export var IconCloseCircleOutline = function IconCloseCircleOutline(_ref) {
5
+ var _ref$size = _ref.size,
6
+ size = _ref$size === void 0 ? 's' : _ref$size,
7
+ color = _ref.color,
8
+ className = _ref.className;
9
+ return /*#__PURE__*/React.createElement(IconRoot, {
10
+ className: className,
11
+ size: size,
12
+ color: color,
13
+ icon: CloseCircleOutline
14
+ });
15
+ };
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ import { Plus } from '../Icon.assets/Plus';
3
+ import { IconRoot } from '../IconRoot';
4
+ export var IconPlus = function IconPlus(_ref) {
5
+ var _ref$size = _ref.size,
6
+ size = _ref$size === void 0 ? 's' : _ref$size,
7
+ color = _ref.color,
8
+ className = _ref.className;
9
+ return /*#__PURE__*/React.createElement(IconRoot, {
10
+ className: className,
11
+ size: size,
12
+ color: color,
13
+ icon: Plus
14
+ });
15
+ };
@@ -11,4 +11,12 @@ export { IconCross } from './Icons/IconCross';
11
11
  export { IconDone } from './Icons/IconDone';
12
12
  export { IconDisclosureRightCentered } from './Icons/IconDisclosureRightCentered';
13
13
  export { IconDisclosureDownCentered } from './Icons/IconDisclosureDownCentered';
14
- export { IconMinus } from './Icons/IconMinus';
14
+ export { IconMinus } from './Icons/IconMinus';
15
+ export { IconPlus } from './Icons/IconPlus';
16
+ export { IconCloseCircleOutline } from './Icons/IconCloseCircleOutline';
17
+ export { IconBlankCsvOutline } from './Icons/IconBlankCsvOutline';
18
+ export { IconBlankDocOutline } from './Icons/IconBlankDocOutline';
19
+ export { IconBlankOutline } from './Icons/IconBlankOutline';
20
+ export { IconBlankPdfOutline } from './Icons/IconBlankPdfOutline';
21
+ export { IconBlankTxtOutline } from './Icons/IconBlankTxtOutline';
22
+ export { IconBlankXlsOutline } from './Icons/IconBlankXlsOutline';
@@ -0,0 +1,31 @@
1
+ import { css } from 'styled-components';
2
+ import { attachTokens } from '../../../../components/Attach';
3
+ export var config = {
4
+ defaults: {
5
+ view: 'default',
6
+ focused: 'true',
7
+ size: 'm'
8
+ },
9
+ variations: {
10
+ view: {
11
+ "default": /*#__PURE__*/css(["", ":var(--inverse-text-primary);", ":var(--inverse-text-secondary);", ":var(--surface-solid-default);", ":var(", ");", ":var(--inverse-text-primary);", ":var(--surface-solid-default-hover);", ":var(--inverse-text-primary);", ":var(--surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--inverse-text-primary);", ":var(--surface-solid-default);", ":var(", ");", ":var(--inverse-text-primary);", ":var(--surface-solid-default-hover);", ":var(--inverse-text-primary);", ":var(--surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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),
12
+ accent: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-accent);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-accent-hover);", ":var(--on-dark-text-primary);", ":var(--surface-accent-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-accent);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-accent-hover);", ":var(--on-dark-text-primary);", ":var(--surface-accent-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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),
13
+ secondary: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--surface-transparent-secondary);", ":var(", ");", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(", ");", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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),
14
+ clear: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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),
15
+ positive: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-positive);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-positive-hover);", ":var(--on-dark-text-primary);", ":var(--surface-positive-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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),
16
+ success: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-positive);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-positive-hover);", ":var(--on-dark-text-primary);", ":var(--surface-positive-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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),
17
+ warning: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-warning);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-warning-hover);", ":var(--on-dark-text-primary);", ":var(--surface-warning-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-warning);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-warning-hover);", ":var(--on-dark-text-primary);", ":var(--surface-warning-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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),
18
+ critical: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-negative);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-negative-hover);", ":var(--on-dark-text-primary);", ":var(--surface-negative-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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),
19
+ negative: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-negative);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-negative-hover);", ":var(--on-dark-text-primary);", ":var(--surface-negative-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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),
20
+ dark: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--on-light-surface-transparent-deep);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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),
21
+ black: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--on-light-surface-solid-default);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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),
22
+ white: /*#__PURE__*/css(["", ":var(--on-light-text-primary);", ":var(--on-light-text-secondary);", ":var(--on-dark-surface-solid-default);", ":var(", ");", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-hover);", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default);", ":var(", ");", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-hover);", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], 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)
23
+ },
24
+ size: {
25
+ l: /*#__PURE__*/css(["", ":1.5rem;", ":0.5rem;", ":3.5rem;", ":12.5rem;", ":1.5rem;", ":0.875rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-bold-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":1.375rem;", ":inherit;", ":0 0.5rem 0 -0.125rem;", ":0 -0.125rem 0 0.5rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.375rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":3.5rem;", ":3.5rem;", ":1.5rem;", ":0.875rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-bold-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":1.375rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], attachTokens.horizontalGap, attachTokens.verticalGap, 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),
26
+ m: /*#__PURE__*/css(["", ":1.25rem;", ":0.5rem;", ":3rem;", ":11.25rem;", ":1.25rem;", ":0.75rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-bold-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":1.375rem;", ":inherit;", ":0 0.375rem 0 -0.125rem;", ":0 -0.125rem 0 0.375rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.375rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":3rem;", ":3rem;", ":1.25rem;", ":0.75rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-bold-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":1.375rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], attachTokens.horizontalGap, attachTokens.verticalGap, 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),
27
+ s: /*#__PURE__*/css(["", ":1rem;", ":0.375rem;", ":2.5rem;", ":11.25rem;", ":1rem;", ":0.625rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-bold-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":1.375rem;", ":inherit;", ":0 0.25rem 0 -0.125rem;", ":0 -0.125rem 0 0.25rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.375rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":2.5rem;", ":2.5rem;", ":1rem;", ":0.625rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-bold-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":1.375rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], attachTokens.horizontalGap, attachTokens.verticalGap, 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),
28
+ xs: /*#__PURE__*/css(["", ":0.75rem;", ":0.25rem;", ":2rem;", ":10rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;", ":0 0.25rem 0 -0.125rem;", ":0 -0.125rem 0 0.25rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], attachTokens.horizontalGap, attachTokens.verticalGap, 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)
29
+ }
30
+ }
31
+ };
@@ -0,0 +1,5 @@
1
+ import { attachConfig } from '../../../../components/Attach';
2
+ import { component, mergeConfig } from '../../../../engines';
3
+ import { config } from './Attach.config';
4
+ var mergedConfig = /*#__PURE__*/mergeConfig(attachConfig, config);
5
+ export var Attach = /*#__PURE__*/component(mergedConfig);