@salutejs/plasma-new-hope 0.149.0-canary.1418.10942866373.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 (456) 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/TextField/TextField.js +1 -3
  36. package/cjs/components/TextField/TextField.js.map +1 -1
  37. package/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +33 -0
  38. package/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js.map +1 -0
  39. package/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +37 -0
  40. package/cjs/components/_Icon/Icon.assets/BlankDocOutline.js.map +1 -0
  41. package/cjs/components/_Icon/Icon.assets/BlankOutline.js +24 -0
  42. package/cjs/components/_Icon/Icon.assets/BlankOutline.js.map +1 -0
  43. package/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +29 -0
  44. package/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js.map +1 -0
  45. package/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +33 -0
  46. package/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js.map +1 -0
  47. package/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +33 -0
  48. package/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js.map +1 -0
  49. package/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +24 -0
  50. package/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js.map +1 -0
  51. package/cjs/components/_Icon/Icon.assets/Plus.js +24 -0
  52. package/cjs/components/_Icon/Icon.assets/Plus.js.map +1 -0
  53. package/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +23 -0
  54. package/cjs/components/_Icon/Icons/IconBlankCsvOutline.js.map +1 -0
  55. package/cjs/components/_Icon/Icons/IconBlankDocOutline.js +23 -0
  56. package/cjs/components/_Icon/Icons/IconBlankDocOutline.js.map +1 -0
  57. package/cjs/components/_Icon/Icons/IconBlankOutline.js +23 -0
  58. package/cjs/components/_Icon/Icons/IconBlankOutline.js.map +1 -0
  59. package/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +23 -0
  60. package/cjs/components/_Icon/Icons/IconBlankPdfOutline.js.map +1 -0
  61. package/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +23 -0
  62. package/cjs/components/_Icon/Icons/IconBlankTxtOutline.js.map +1 -0
  63. package/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +23 -0
  64. package/cjs/components/_Icon/Icons/IconBlankXlsOutline.js.map +1 -0
  65. package/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +23 -0
  66. package/cjs/components/_Icon/Icons/IconCloseCircleOutline.js.map +1 -0
  67. package/cjs/components/_Icon/Icons/IconPlus.js +23 -0
  68. package/cjs/components/_Icon/Icons/IconPlus.js.map +1 -0
  69. package/cjs/index.css +15 -0
  70. package/cjs/index.js +5 -2
  71. package/cjs/index.js.map +1 -1
  72. package/emotion/cjs/components/Attach/Attach.js +187 -0
  73. package/emotion/cjs/components/Attach/Attach.styles.js +36 -0
  74. package/emotion/cjs/components/Attach/Attach.template-doc.mdx +63 -0
  75. package/emotion/cjs/components/Attach/Attach.tokens.js +128 -0
  76. package/emotion/cjs/components/Attach/components/AttachButton/AttachButton.js +51 -0
  77. package/emotion/cjs/components/Attach/components/AttachButton/index.js +12 -0
  78. package/emotion/cjs/components/Attach/index.js +25 -0
  79. package/emotion/cjs/components/Attach/ui/Button/Button.js +12 -0
  80. package/emotion/cjs/components/Attach/ui/Button/Button.styles.js +17 -0
  81. package/emotion/cjs/components/{Mask/index.js → Attach/ui/Cell/Cell.js} +3 -3
  82. package/emotion/cjs/components/Attach/ui/Cell/Cell.styles.js +17 -0
  83. package/emotion/cjs/components/Attach/ui/IconButton/IconButton.js +12 -0
  84. package/emotion/cjs/components/Attach/ui/IconButton/IconButton.styles.js +21 -0
  85. package/emotion/cjs/components/Attach/utils/extractExtension.js +9 -0
  86. package/emotion/cjs/components/Attach/utils/getFileicon.js +38 -0
  87. package/emotion/cjs/components/Attach/utils/index.js +26 -0
  88. package/emotion/cjs/components/Attach/utils/truncateFilename.js +23 -0
  89. package/emotion/cjs/components/Attach/variations/_size/base.js +9 -0
  90. package/emotion/cjs/components/Attach/variations/_view/base.js +9 -0
  91. package/emotion/cjs/components/Cell/Cell.js +3 -2
  92. package/emotion/cjs/components/TextField/TextField.js +2 -4
  93. package/emotion/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +32 -0
  94. package/emotion/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +36 -0
  95. package/emotion/cjs/components/_Icon/Icon.assets/BlankOutline.js +23 -0
  96. package/emotion/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +28 -0
  97. package/emotion/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +32 -0
  98. package/emotion/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +32 -0
  99. package/emotion/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +23 -0
  100. package/emotion/cjs/components/_Icon/Icon.assets/Plus.js +23 -0
  101. package/emotion/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +22 -0
  102. package/emotion/cjs/components/_Icon/Icons/IconBlankDocOutline.js +22 -0
  103. package/emotion/cjs/components/_Icon/Icons/IconBlankOutline.js +22 -0
  104. package/emotion/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +22 -0
  105. package/emotion/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +22 -0
  106. package/emotion/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +22 -0
  107. package/emotion/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +22 -0
  108. package/emotion/cjs/components/_Icon/Icons/IconPlus.js +22 -0
  109. package/emotion/cjs/components/_Icon/index.js +57 -1
  110. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.config.js +37 -0
  111. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.js +11 -0
  112. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.stories.tsx +181 -0
  113. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.config.js +37 -0
  114. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.js +11 -0
  115. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.stories.tsx +181 -0
  116. package/emotion/cjs/index.js +4 -4
  117. package/emotion/es/components/Attach/Attach.js +178 -0
  118. package/emotion/es/components/Attach/Attach.styles.js +29 -0
  119. package/emotion/es/components/Attach/Attach.template-doc.mdx +63 -0
  120. package/emotion/es/components/Attach/Attach.tokens.js +122 -0
  121. package/emotion/es/components/Attach/components/AttachButton/AttachButton.js +42 -0
  122. package/emotion/es/components/Attach/components/AttachButton/index.js +1 -0
  123. package/emotion/es/components/Attach/index.js +2 -0
  124. package/emotion/es/components/Attach/ui/Button/Button.js +1 -0
  125. package/emotion/es/components/Attach/ui/Button/Button.styles.js +10 -0
  126. package/emotion/es/components/Attach/ui/Cell/Cell.js +1 -0
  127. package/emotion/es/components/Attach/ui/Cell/Cell.styles.js +10 -0
  128. package/emotion/es/components/Attach/ui/IconButton/IconButton.js +1 -0
  129. package/emotion/es/components/Attach/ui/IconButton/IconButton.styles.js +14 -0
  130. package/emotion/es/components/Attach/utils/extractExtension.js +3 -0
  131. package/emotion/es/components/Attach/utils/getFileicon.js +31 -0
  132. package/emotion/es/components/Attach/utils/index.js +3 -0
  133. package/emotion/es/components/Attach/utils/truncateFilename.js +17 -0
  134. package/emotion/es/components/Attach/variations/_size/base.js +3 -0
  135. package/emotion/es/components/Attach/variations/_view/base.js +3 -0
  136. package/emotion/es/components/Cell/Cell.js +3 -2
  137. package/emotion/es/components/TextField/TextField.js +2 -4
  138. package/emotion/es/components/_Icon/Icon.assets/BlankCsvOutline.js +25 -0
  139. package/emotion/es/components/_Icon/Icon.assets/BlankDocOutline.js +29 -0
  140. package/emotion/es/components/_Icon/Icon.assets/BlankOutline.js +16 -0
  141. package/emotion/es/components/_Icon/Icon.assets/BlankPdfOutline.js +21 -0
  142. package/emotion/es/components/_Icon/Icon.assets/BlankTxtOutline.js +25 -0
  143. package/emotion/es/components/_Icon/Icon.assets/BlankXlsOutline.js +25 -0
  144. package/emotion/es/components/_Icon/Icon.assets/CloseCircleOutline.js +16 -0
  145. package/emotion/es/components/_Icon/Icon.assets/Plus.js +16 -0
  146. package/emotion/es/components/_Icon/Icons/IconBlankCsvOutline.js +15 -0
  147. package/emotion/es/components/_Icon/Icons/IconBlankDocOutline.js +15 -0
  148. package/emotion/es/components/_Icon/Icons/IconBlankOutline.js +15 -0
  149. package/emotion/es/components/_Icon/Icons/IconBlankPdfOutline.js +15 -0
  150. package/emotion/es/components/_Icon/Icons/IconBlankTxtOutline.js +15 -0
  151. package/emotion/es/components/_Icon/Icons/IconBlankXlsOutline.js +15 -0
  152. package/emotion/es/components/_Icon/Icons/IconCloseCircleOutline.js +15 -0
  153. package/emotion/es/components/_Icon/Icons/IconPlus.js +15 -0
  154. package/emotion/es/components/_Icon/index.js +9 -1
  155. package/emotion/es/examples/plasma_b2c/components/Attach/Attach.config.js +31 -0
  156. package/emotion/es/examples/plasma_b2c/components/Attach/Attach.js +5 -0
  157. package/emotion/es/examples/plasma_b2c/components/Attach/Attach.stories.tsx +181 -0
  158. package/emotion/es/examples/plasma_web/components/Attach/Attach.config.js +31 -0
  159. package/emotion/es/examples/plasma_web/components/Attach/Attach.js +5 -0
  160. package/emotion/es/examples/plasma_web/components/Attach/Attach.stories.tsx +181 -0
  161. package/emotion/es/index.js +1 -1
  162. package/es/components/Attach/Attach.css +48 -0
  163. package/es/components/Attach/Attach.js +177 -0
  164. package/es/components/Attach/Attach.js.map +1 -0
  165. package/es/components/Attach/Attach.styles.js +17 -0
  166. package/es/components/Attach/Attach.styles.js.map +1 -0
  167. package/es/components/Attach/Attach.styles_fl8wha.css +3 -0
  168. package/es/components/Attach/Attach.tokens.js +125 -0
  169. package/es/components/Attach/Attach.tokens.js.map +1 -0
  170. package/es/components/Attach/components/AttachButton/AttachButton.css +34 -0
  171. package/es/components/Attach/components/AttachButton/AttachButton.js +45 -0
  172. package/es/components/Attach/components/AttachButton/AttachButton.js.map +1 -0
  173. package/es/components/Attach/ui/Button/Button.styles.js +19 -0
  174. package/es/components/Attach/ui/Button/Button.styles.js.map +1 -0
  175. package/es/components/Attach/ui/Button/Button.styles_bj69th.css +1 -0
  176. package/es/components/Attach/ui/Cell/Cell.styles.js +21 -0
  177. package/es/components/Attach/ui/Cell/Cell.styles.js.map +1 -0
  178. package/es/components/Attach/ui/Cell/Cell.styles_69w962.css +1 -0
  179. package/es/components/Attach/ui/IconButton/IconButton.styles.js +27 -0
  180. package/es/components/Attach/ui/IconButton/IconButton.styles.js.map +1 -0
  181. package/es/components/Attach/ui/IconButton/IconButton.styles_1q2jfs2.css +2 -0
  182. package/es/components/Attach/utils/extractExtension.js +6 -0
  183. package/es/components/Attach/utils/extractExtension.js.map +1 -0
  184. package/es/components/Attach/utils/getFileicon.js +41 -0
  185. package/es/components/Attach/utils/getFileicon.js.map +1 -0
  186. package/es/components/Attach/utils/truncateFilename.js +20 -0
  187. package/es/components/Attach/utils/truncateFilename.js.map +1 -0
  188. package/es/components/Attach/variations/_size/base.js +5 -0
  189. package/es/components/Attach/variations/_size/base.js.map +1 -0
  190. package/es/components/Attach/variations/_size/base_eax0b8.css +1 -0
  191. package/es/components/Attach/variations/_view/base.js +5 -0
  192. package/es/components/Attach/variations/_view/base.js.map +1 -0
  193. package/es/components/Attach/variations/_view/base_1nvsg1b.css +1 -0
  194. package/es/components/Cell/Cell.js +3 -2
  195. package/es/components/Cell/Cell.js.map +1 -1
  196. package/es/components/TextField/TextField.js +1 -3
  197. package/es/components/TextField/TextField.js.map +1 -1
  198. package/es/components/_Icon/Icon.assets/BlankCsvOutline.js +29 -0
  199. package/es/components/_Icon/Icon.assets/BlankCsvOutline.js.map +1 -0
  200. package/es/components/_Icon/Icon.assets/BlankDocOutline.js +33 -0
  201. package/es/components/_Icon/Icon.assets/BlankDocOutline.js.map +1 -0
  202. package/es/components/_Icon/Icon.assets/BlankOutline.js +20 -0
  203. package/es/components/_Icon/Icon.assets/BlankOutline.js.map +1 -0
  204. package/es/components/_Icon/Icon.assets/BlankPdfOutline.js +25 -0
  205. package/es/components/_Icon/Icon.assets/BlankPdfOutline.js.map +1 -0
  206. package/es/components/_Icon/Icon.assets/BlankTxtOutline.js +29 -0
  207. package/es/components/_Icon/Icon.assets/BlankTxtOutline.js.map +1 -0
  208. package/es/components/_Icon/Icon.assets/BlankXlsOutline.js +29 -0
  209. package/es/components/_Icon/Icon.assets/BlankXlsOutline.js.map +1 -0
  210. package/es/components/_Icon/Icon.assets/CloseCircleOutline.js +20 -0
  211. package/es/components/_Icon/Icon.assets/CloseCircleOutline.js.map +1 -0
  212. package/es/components/_Icon/Icon.assets/Plus.js +20 -0
  213. package/es/components/_Icon/Icon.assets/Plus.js.map +1 -0
  214. package/es/components/_Icon/Icons/IconBlankCsvOutline.js +19 -0
  215. package/es/components/_Icon/Icons/IconBlankCsvOutline.js.map +1 -0
  216. package/es/components/_Icon/Icons/IconBlankDocOutline.js +19 -0
  217. package/es/components/_Icon/Icons/IconBlankDocOutline.js.map +1 -0
  218. package/es/components/_Icon/Icons/IconBlankOutline.js +19 -0
  219. package/es/components/_Icon/Icons/IconBlankOutline.js.map +1 -0
  220. package/es/components/_Icon/Icons/IconBlankPdfOutline.js +19 -0
  221. package/es/components/_Icon/Icons/IconBlankPdfOutline.js.map +1 -0
  222. package/es/components/_Icon/Icons/IconBlankTxtOutline.js +19 -0
  223. package/es/components/_Icon/Icons/IconBlankTxtOutline.js.map +1 -0
  224. package/es/components/_Icon/Icons/IconBlankXlsOutline.js +19 -0
  225. package/es/components/_Icon/Icons/IconBlankXlsOutline.js.map +1 -0
  226. package/es/components/_Icon/Icons/IconCloseCircleOutline.js +19 -0
  227. package/es/components/_Icon/Icons/IconCloseCircleOutline.js.map +1 -0
  228. package/es/components/_Icon/Icons/IconPlus.js +19 -0
  229. package/es/components/_Icon/Icons/IconPlus.js.map +1 -0
  230. package/es/index.css +15 -0
  231. package/es/index.js +2 -1
  232. package/es/index.js.map +1 -1
  233. package/package.json +2 -4
  234. package/styled-components/cjs/components/Attach/Attach.js +187 -0
  235. package/styled-components/cjs/components/Attach/Attach.styles.js +18 -0
  236. package/styled-components/cjs/components/Attach/Attach.template-doc.mdx +63 -0
  237. package/styled-components/cjs/components/Attach/Attach.tokens.js +128 -0
  238. package/styled-components/cjs/components/Attach/components/AttachButton/AttachButton.js +51 -0
  239. package/styled-components/cjs/components/Attach/components/AttachButton/index.js +12 -0
  240. package/styled-components/cjs/components/Attach/index.js +25 -0
  241. package/styled-components/cjs/components/Attach/ui/Button/Button.js +12 -0
  242. package/styled-components/cjs/components/Attach/ui/Button/Button.styles.js +16 -0
  243. package/styled-components/cjs/components/{Mask/index.js → Attach/ui/Cell/Cell.js} +3 -3
  244. package/styled-components/cjs/components/Attach/ui/Cell/Cell.styles.js +16 -0
  245. package/styled-components/cjs/components/Attach/ui/IconButton/IconButton.js +12 -0
  246. package/styled-components/cjs/components/Attach/ui/IconButton/IconButton.styles.js +19 -0
  247. package/styled-components/cjs/components/Attach/utils/extractExtension.js +9 -0
  248. package/styled-components/cjs/components/Attach/utils/getFileicon.js +38 -0
  249. package/styled-components/cjs/components/Attach/utils/index.js +26 -0
  250. package/styled-components/cjs/components/Attach/utils/truncateFilename.js +23 -0
  251. package/styled-components/cjs/components/Attach/variations/_size/base.js +9 -0
  252. package/styled-components/cjs/components/Attach/variations/_view/base.js +9 -0
  253. package/styled-components/cjs/components/Cell/Cell.js +3 -2
  254. package/styled-components/cjs/components/TextField/TextField.js +1 -3
  255. package/styled-components/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +32 -0
  256. package/styled-components/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +36 -0
  257. package/styled-components/cjs/components/_Icon/Icon.assets/BlankOutline.js +23 -0
  258. package/styled-components/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +28 -0
  259. package/styled-components/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +32 -0
  260. package/styled-components/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +32 -0
  261. package/styled-components/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +23 -0
  262. package/styled-components/cjs/components/_Icon/Icon.assets/Plus.js +23 -0
  263. package/styled-components/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +22 -0
  264. package/styled-components/cjs/components/_Icon/Icons/IconBlankDocOutline.js +22 -0
  265. package/styled-components/cjs/components/_Icon/Icons/IconBlankOutline.js +22 -0
  266. package/styled-components/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +22 -0
  267. package/styled-components/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +22 -0
  268. package/styled-components/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +22 -0
  269. package/styled-components/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +22 -0
  270. package/styled-components/cjs/components/_Icon/Icons/IconPlus.js +22 -0
  271. package/styled-components/cjs/components/_Icon/index.js +57 -1
  272. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.config.js +37 -0
  273. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.js +11 -0
  274. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.stories.tsx +181 -0
  275. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.config.js +37 -0
  276. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.js +11 -0
  277. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.stories.tsx +181 -0
  278. package/styled-components/cjs/index.js +4 -4
  279. package/styled-components/es/components/Attach/Attach.js +178 -0
  280. package/styled-components/es/components/Attach/Attach.styles.js +10 -0
  281. package/styled-components/es/components/Attach/Attach.template-doc.mdx +63 -0
  282. package/styled-components/es/components/Attach/Attach.tokens.js +122 -0
  283. package/styled-components/es/components/Attach/components/AttachButton/AttachButton.js +42 -0
  284. package/styled-components/es/components/Attach/components/AttachButton/index.js +1 -0
  285. package/styled-components/es/components/Attach/index.js +2 -0
  286. package/styled-components/es/components/Attach/ui/Button/Button.js +1 -0
  287. package/styled-components/es/components/Attach/ui/Button/Button.styles.js +9 -0
  288. package/styled-components/es/components/Attach/ui/Cell/Cell.js +1 -0
  289. package/styled-components/es/components/Attach/ui/Cell/Cell.styles.js +9 -0
  290. package/styled-components/es/components/Attach/ui/IconButton/IconButton.js +1 -0
  291. package/styled-components/es/components/Attach/ui/IconButton/IconButton.styles.js +12 -0
  292. package/styled-components/es/components/Attach/utils/extractExtension.js +3 -0
  293. package/styled-components/es/components/Attach/utils/getFileicon.js +31 -0
  294. package/styled-components/es/components/Attach/utils/index.js +3 -0
  295. package/styled-components/es/components/Attach/utils/truncateFilename.js +17 -0
  296. package/styled-components/es/components/Attach/variations/_size/base.js +3 -0
  297. package/styled-components/es/components/Attach/variations/_view/base.js +3 -0
  298. package/styled-components/es/components/Cell/Cell.js +3 -2
  299. package/styled-components/es/components/TextField/TextField.js +1 -3
  300. package/styled-components/es/components/_Icon/Icon.assets/BlankCsvOutline.js +25 -0
  301. package/styled-components/es/components/_Icon/Icon.assets/BlankDocOutline.js +29 -0
  302. package/styled-components/es/components/_Icon/Icon.assets/BlankOutline.js +16 -0
  303. package/styled-components/es/components/_Icon/Icon.assets/BlankPdfOutline.js +21 -0
  304. package/styled-components/es/components/_Icon/Icon.assets/BlankTxtOutline.js +25 -0
  305. package/styled-components/es/components/_Icon/Icon.assets/BlankXlsOutline.js +25 -0
  306. package/styled-components/es/components/_Icon/Icon.assets/CloseCircleOutline.js +16 -0
  307. package/styled-components/es/components/_Icon/Icon.assets/Plus.js +16 -0
  308. package/styled-components/es/components/_Icon/Icons/IconBlankCsvOutline.js +15 -0
  309. package/styled-components/es/components/_Icon/Icons/IconBlankDocOutline.js +15 -0
  310. package/styled-components/es/components/_Icon/Icons/IconBlankOutline.js +15 -0
  311. package/styled-components/es/components/_Icon/Icons/IconBlankPdfOutline.js +15 -0
  312. package/styled-components/es/components/_Icon/Icons/IconBlankTxtOutline.js +15 -0
  313. package/styled-components/es/components/_Icon/Icons/IconBlankXlsOutline.js +15 -0
  314. package/styled-components/es/components/_Icon/Icons/IconCloseCircleOutline.js +15 -0
  315. package/styled-components/es/components/_Icon/Icons/IconPlus.js +15 -0
  316. package/styled-components/es/components/_Icon/index.js +9 -1
  317. package/styled-components/es/examples/plasma_b2c/components/Attach/Attach.config.js +31 -0
  318. package/styled-components/es/examples/plasma_b2c/components/Attach/Attach.js +5 -0
  319. package/styled-components/es/examples/plasma_b2c/components/Attach/Attach.stories.tsx +181 -0
  320. package/styled-components/es/examples/plasma_web/components/Attach/Attach.config.js +31 -0
  321. package/styled-components/es/examples/plasma_web/components/Attach/Attach.js +5 -0
  322. package/styled-components/es/examples/plasma_web/components/Attach/Attach.stories.tsx +181 -0
  323. package/styled-components/es/index.js +1 -1
  324. package/types/components/Attach/Attach.d.ts +23 -0
  325. package/types/components/Attach/Attach.d.ts.map +1 -0
  326. package/types/components/Attach/Attach.styles.d.ts +5 -0
  327. package/types/components/Attach/Attach.styles.d.ts.map +1 -0
  328. package/types/components/Attach/Attach.tokens.d.ts +119 -0
  329. package/types/components/Attach/Attach.tokens.d.ts.map +1 -0
  330. package/types/components/Attach/Attach.types.d.ts +43 -0
  331. package/types/components/Attach/Attach.types.d.ts.map +1 -0
  332. package/types/components/Attach/components/AttachButton/AttachButton.d.ts +4 -0
  333. package/types/components/Attach/components/AttachButton/AttachButton.d.ts.map +1 -0
  334. package/types/components/Attach/components/AttachButton/index.d.ts +2 -0
  335. package/types/components/Attach/components/AttachButton/index.d.ts.map +1 -0
  336. package/types/components/Attach/index.d.ts +4 -0
  337. package/types/components/Attach/index.d.ts.map +1 -0
  338. package/types/components/Attach/ui/Button/Button.d.ts +2 -0
  339. package/types/components/Attach/ui/Button/Button.d.ts.map +1 -0
  340. package/types/components/Attach/ui/Button/Button.styles.d.ts +45 -0
  341. package/types/components/Attach/ui/Button/Button.styles.d.ts.map +1 -0
  342. package/types/components/Attach/ui/Cell/Cell.d.ts +2 -0
  343. package/types/components/Attach/ui/Cell/Cell.d.ts.map +1 -0
  344. package/types/components/Attach/ui/Cell/Cell.styles.d.ts +33 -0
  345. package/types/components/Attach/ui/Cell/Cell.styles.d.ts.map +1 -0
  346. package/types/components/Attach/ui/IconButton/IconButton.d.ts +2 -0
  347. package/types/components/Attach/ui/IconButton/IconButton.d.ts.map +1 -0
  348. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts +88 -0
  349. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts.map +1 -0
  350. package/types/components/Attach/utils/extractExtension.d.ts +2 -0
  351. package/types/components/Attach/utils/extractExtension.d.ts.map +1 -0
  352. package/types/components/Attach/utils/getFileicon.d.ts +3 -0
  353. package/types/components/Attach/utils/getFileicon.d.ts.map +1 -0
  354. package/types/components/Attach/utils/index.d.ts +4 -0
  355. package/types/components/Attach/utils/index.d.ts.map +1 -0
  356. package/types/components/Attach/utils/truncateFilename.d.ts +7 -0
  357. package/types/components/Attach/utils/truncateFilename.d.ts.map +1 -0
  358. package/types/components/Attach/variations/_size/base.d.ts +2 -0
  359. package/types/components/Attach/variations/_size/base.d.ts.map +1 -0
  360. package/types/components/Attach/variations/_view/base.d.ts +2 -0
  361. package/types/components/Attach/variations/_view/base.d.ts.map +1 -0
  362. package/types/components/Cell/Cell.d.ts.map +1 -1
  363. package/types/components/Cell/Cell.types.d.ts +1 -1
  364. package/types/components/Cell/Cell.types.d.ts.map +1 -1
  365. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.d.ts +2 -2
  366. package/types/components/TextField/TextField.d.ts.map +1 -1
  367. package/types/components/_Icon/Icon.assets/BlankCsvOutline.d.ts +4 -0
  368. package/types/components/_Icon/Icon.assets/BlankCsvOutline.d.ts.map +1 -0
  369. package/types/components/_Icon/Icon.assets/BlankDocOutline.d.ts +4 -0
  370. package/types/components/_Icon/Icon.assets/BlankDocOutline.d.ts.map +1 -0
  371. package/types/components/_Icon/Icon.assets/BlankOutline.d.ts +4 -0
  372. package/types/components/_Icon/Icon.assets/BlankOutline.d.ts.map +1 -0
  373. package/types/components/_Icon/Icon.assets/BlankPdfOutline.d.ts +4 -0
  374. package/types/components/_Icon/Icon.assets/BlankPdfOutline.d.ts.map +1 -0
  375. package/types/components/_Icon/Icon.assets/BlankTxtOutline.d.ts +4 -0
  376. package/types/components/_Icon/Icon.assets/BlankTxtOutline.d.ts.map +1 -0
  377. package/types/components/_Icon/Icon.assets/BlankXlsOutline.d.ts +4 -0
  378. package/types/components/_Icon/Icon.assets/BlankXlsOutline.d.ts.map +1 -0
  379. package/types/components/_Icon/Icon.assets/CloseCircleOutline.d.ts +4 -0
  380. package/types/components/_Icon/Icon.assets/CloseCircleOutline.d.ts.map +1 -0
  381. package/types/components/_Icon/Icon.assets/Plus.d.ts +4 -0
  382. package/types/components/_Icon/Icon.assets/Plus.d.ts.map +1 -0
  383. package/types/components/_Icon/Icons/IconBlankCsvOutline.d.ts +4 -0
  384. package/types/components/_Icon/Icons/IconBlankCsvOutline.d.ts.map +1 -0
  385. package/types/components/_Icon/Icons/IconBlankDocOutline.d.ts +4 -0
  386. package/types/components/_Icon/Icons/IconBlankDocOutline.d.ts.map +1 -0
  387. package/types/components/_Icon/Icons/IconBlankOutline.d.ts +4 -0
  388. package/types/components/_Icon/Icons/IconBlankOutline.d.ts.map +1 -0
  389. package/types/components/_Icon/Icons/IconBlankPdfOutline.d.ts +4 -0
  390. package/types/components/_Icon/Icons/IconBlankPdfOutline.d.ts.map +1 -0
  391. package/types/components/_Icon/Icons/IconBlankTxtOutline.d.ts +4 -0
  392. package/types/components/_Icon/Icons/IconBlankTxtOutline.d.ts.map +1 -0
  393. package/types/components/_Icon/Icons/IconBlankXlsOutline.d.ts +4 -0
  394. package/types/components/_Icon/Icons/IconBlankXlsOutline.d.ts.map +1 -0
  395. package/types/components/_Icon/Icons/IconCloseCircleOutline.d.ts +4 -0
  396. package/types/components/_Icon/Icons/IconCloseCircleOutline.d.ts.map +1 -0
  397. package/types/components/_Icon/Icons/IconPlus.d.ts +4 -0
  398. package/types/components/_Icon/Icons/IconPlus.d.ts.map +1 -0
  399. package/types/components/_Icon/index.d.ts +8 -0
  400. package/types/components/_Icon/index.d.ts.map +1 -1
  401. package/types/examples/plasma_b2c/components/Attach/Attach.config.d.ts +30 -0
  402. package/types/examples/plasma_b2c/components/Attach/Attach.config.d.ts.map +1 -0
  403. package/types/examples/plasma_b2c/components/Attach/Attach.d.ts +224 -0
  404. package/types/examples/plasma_b2c/components/Attach/Attach.d.ts.map +1 -0
  405. package/types/examples/plasma_b2c/components/Cell/Cell.d.ts +2 -2
  406. package/types/examples/plasma_web/components/Attach/Attach.config.d.ts +30 -0
  407. package/types/examples/plasma_web/components/Attach/Attach.config.d.ts.map +1 -0
  408. package/types/examples/plasma_web/components/Attach/Attach.d.ts +224 -0
  409. package/types/examples/plasma_web/components/Attach/Attach.d.ts.map +1 -0
  410. package/types/examples/plasma_web/components/Cell/Cell.d.ts +2 -2
  411. package/types/index.d.ts +1 -1
  412. package/types/index.d.ts.map +1 -1
  413. package/cjs/components/Mask/Mask.js +0 -45
  414. package/cjs/components/Mask/Mask.js.map +0 -1
  415. package/emotion/cjs/components/Mask/Mask.js +0 -55
  416. package/emotion/cjs/components/Mask/Mask.template-doc.mdx +0 -125
  417. package/emotion/cjs/examples/plasma_b2c/components/Mask/Mask.js +0 -9
  418. package/emotion/cjs/examples/plasma_b2c/components/Mask/Mask.stories.tsx +0 -127
  419. package/emotion/cjs/examples/plasma_web/components/Mask/Mask.js +0 -9
  420. package/emotion/cjs/examples/plasma_web/components/Mask/Mask.stories.tsx +0 -125
  421. package/emotion/es/components/Mask/Mask.js +0 -45
  422. package/emotion/es/components/Mask/Mask.template-doc.mdx +0 -125
  423. package/emotion/es/components/Mask/index.js +0 -1
  424. package/emotion/es/examples/plasma_b2c/components/Mask/Mask.js +0 -3
  425. package/emotion/es/examples/plasma_b2c/components/Mask/Mask.stories.tsx +0 -127
  426. package/emotion/es/examples/plasma_web/components/Mask/Mask.js +0 -3
  427. package/emotion/es/examples/plasma_web/components/Mask/Mask.stories.tsx +0 -125
  428. package/es/components/Mask/Mask.js +0 -41
  429. package/es/components/Mask/Mask.js.map +0 -1
  430. package/styled-components/cjs/components/Mask/Mask.js +0 -55
  431. package/styled-components/cjs/components/Mask/Mask.template-doc.mdx +0 -125
  432. package/styled-components/cjs/examples/plasma_b2c/components/Mask/Mask.js +0 -9
  433. package/styled-components/cjs/examples/plasma_b2c/components/Mask/Mask.stories.tsx +0 -127
  434. package/styled-components/cjs/examples/plasma_web/components/Mask/Mask.js +0 -9
  435. package/styled-components/cjs/examples/plasma_web/components/Mask/Mask.stories.tsx +0 -125
  436. package/styled-components/es/components/Mask/Mask.js +0 -45
  437. package/styled-components/es/components/Mask/Mask.template-doc.mdx +0 -125
  438. package/styled-components/es/components/Mask/index.js +0 -1
  439. package/styled-components/es/examples/plasma_b2c/components/Mask/Mask.js +0 -3
  440. package/styled-components/es/examples/plasma_b2c/components/Mask/Mask.stories.tsx +0 -127
  441. package/styled-components/es/examples/plasma_web/components/Mask/Mask.js +0 -3
  442. package/styled-components/es/examples/plasma_web/components/Mask/Mask.stories.tsx +0 -125
  443. package/types/components/Mask/Mask.d.ts +0 -5
  444. package/types/components/Mask/Mask.d.ts.map +0 -1
  445. package/types/components/Mask/Mask.types.d.ts +0 -62
  446. package/types/components/Mask/Mask.types.d.ts.map +0 -1
  447. package/types/components/Mask/index.d.ts +0 -2
  448. package/types/components/Mask/index.d.ts.map +0 -1
  449. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +0 -191
  450. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +0 -1
  451. package/types/examples/plasma_web/components/Mask/Mask.d.ts +0 -191
  452. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +0 -1
  453. /package/emotion/cjs/components/{Mask/Mask.types.js → Attach/Attach.types.js} +0 -0
  454. /package/emotion/es/components/{Mask/Mask.types.js → Attach/Attach.types.js} +0 -0
  455. /package/styled-components/cjs/components/{Mask/Mask.types.js → Attach/Attach.types.js} +0 -0
  456. /package/styled-components/es/components/{Mask/Mask.types.js → Attach/Attach.types.js} +0 -0
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Attach = void 0;
7
+ var _Attach = /*#__PURE__*/require("../../../../components/Attach");
8
+ var _engines = /*#__PURE__*/require("../../../../engines");
9
+ var _Attach2 = /*#__PURE__*/require("./Attach.config");
10
+ var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Attach.attachConfig, _Attach2.config);
11
+ var Attach = exports.Attach = /*#__PURE__*/(0, _engines.component)(mergedConfig);
@@ -0,0 +1,181 @@
1
+ import React from 'react';
2
+ import type { ComponentProps } from 'react';
3
+ import type { StoryObj, Meta } from '@storybook/react';
4
+
5
+ import { mergeConfig } from '../../../../engines';
6
+ import { WithTheme, argTypesFromConfig } from '../../../_helpers';
7
+ import { attachConfig } from '../../../../components/Attach';
8
+ import { IconMic } from '../../../../components/_Icon';
9
+
10
+ import { Attach } from './Attach';
11
+ import { config } from './Attach.config';
12
+
13
+ const buttonViewOptions = [
14
+ 'default',
15
+ 'accent',
16
+ 'secondary',
17
+ 'clear',
18
+ 'positive',
19
+ 'warning',
20
+ 'negative',
21
+ 'dark',
22
+ 'black',
23
+ 'white',
24
+ ];
25
+ const iconButtonViewOptions = [
26
+ 'default',
27
+ 'accent',
28
+ 'secondary',
29
+ 'clear',
30
+ 'success',
31
+ 'warning',
32
+ 'critical',
33
+ 'dark',
34
+ 'black',
35
+ 'white',
36
+ ];
37
+ const flowOptions = ['horizontal', 'vertical', 'auto'];
38
+ const fileFormatOptions = ['all', '.doc', '.xls', '.pdf', '.csv', '.txt'];
39
+ const pinOptions = [
40
+ '',
41
+ 'square-square',
42
+ 'square-clear',
43
+ 'clear-square',
44
+ 'clear-clear',
45
+ 'clear-circle',
46
+ 'circle-clear',
47
+ 'circle-circle',
48
+ ];
49
+ const contentPlacingOptions = ['default', 'relaxed'];
50
+
51
+ type StoryAttachProps = ComponentProps<typeof Attach> & {
52
+ enableContentLeft: boolean;
53
+ enableContentRight: boolean;
54
+ fileFormat?: string;
55
+ width?: string;
56
+ };
57
+
58
+ const meta: Meta<StoryAttachProps> = {
59
+ title: 'plasma_web/Attach',
60
+ decorators: [WithTheme],
61
+ component: Attach,
62
+ argTypes: {
63
+ ...argTypesFromConfig(mergeConfig(attachConfig, config)),
64
+ fileFormat: {
65
+ options: fileFormatOptions,
66
+ control: {
67
+ type: 'select',
68
+ },
69
+ },
70
+ flow: {
71
+ options: flowOptions,
72
+ control: {
73
+ type: 'select',
74
+ },
75
+ },
76
+ pin: {
77
+ options: pinOptions,
78
+ control: {
79
+ type: 'select',
80
+ },
81
+ table: { defaultValue: { summary: 'bottom' } },
82
+ },
83
+ },
84
+ };
85
+
86
+ export default meta;
87
+
88
+ const StoryButton = (props: StoryAttachProps) => {
89
+ return <Attach {...props} />;
90
+ };
91
+
92
+ export const Button: StoryObj<StoryAttachProps> = {
93
+ args: {
94
+ fileFormat: 'all',
95
+ text: 'Загрузить файл',
96
+ value: '',
97
+ flow: 'horizontal',
98
+ hasAttachment: true,
99
+ width: '400px',
100
+ disabled: false,
101
+ square: false,
102
+ isLoading: false,
103
+ enableContentLeft: false,
104
+ enableContentRight: false,
105
+ size: 'm',
106
+ view: 'accent',
107
+ },
108
+ argTypes: {
109
+ contentPlacing: {
110
+ options: contentPlacingOptions,
111
+ control: {
112
+ type: 'select',
113
+ },
114
+ },
115
+ view: {
116
+ options: buttonViewOptions,
117
+ control: {
118
+ type: 'select',
119
+ },
120
+ },
121
+ },
122
+ render: (args) => {
123
+ const { width, size, fileFormat, enableContentLeft, enableContentRight, ...rest } = args;
124
+ const accepted = fileFormat && fileFormat !== 'all' ? [fileFormat] : undefined;
125
+ const iconSize = size === 'xs' ? 'xs' : 's';
126
+
127
+ return (
128
+ <StoryButton
129
+ style={{ width }}
130
+ size={size}
131
+ buttonType="button"
132
+ contentLeft={enableContentLeft ? <IconMic size={iconSize} color="inherit" /> : undefined}
133
+ contentRight={enableContentRight ? <IconMic size={iconSize} color="inherit" /> : undefined}
134
+ acceptedFileFormats={accepted}
135
+ {...rest}
136
+ />
137
+ );
138
+ },
139
+ };
140
+
141
+ const StoryIconButton = (props: StoryAttachProps) => {
142
+ return <Attach {...props} />;
143
+ };
144
+
145
+ export const IconButton: StoryObj<StoryAttachProps> = {
146
+ args: {
147
+ fileFormat: 'all',
148
+ flow: 'horizontal',
149
+ hasAttachment: true,
150
+ width: '400px',
151
+ disabled: false,
152
+ isLoading: false,
153
+ size: 'm',
154
+ view: 'accent',
155
+ },
156
+ argTypes: {
157
+ view: {
158
+ options: iconButtonViewOptions,
159
+ control: {
160
+ type: 'select',
161
+ },
162
+ },
163
+ },
164
+ render: (args) => {
165
+ const { width, size, fileFormat, enableContentLeft, enableContentRight, ...rest } = args;
166
+ const accepted = fileFormat && fileFormat !== 'all' ? [fileFormat] : undefined;
167
+ const iconSize = size === 'xs' ? 'xs' : 's';
168
+
169
+ return (
170
+ <StoryIconButton
171
+ style={{ width }}
172
+ size={size}
173
+ buttonType="iconButton"
174
+ contentLeft={enableContentLeft ? <IconMic size={iconSize} color="inherit" /> : undefined}
175
+ contentRight={enableContentRight ? <IconMic size={iconSize} color="inherit" /> : undefined}
176
+ acceptedFileFormats={accepted}
177
+ {...rest}
178
+ />
179
+ );
180
+ },
181
+ };
@@ -630,14 +630,14 @@ Object.keys(_Editable).forEach(function (key) {
630
630
  }
631
631
  });
632
632
  });
633
- var _Mask = /*#__PURE__*/require("./components/Mask");
634
- Object.keys(_Mask).forEach(function (key) {
633
+ var _Attach = /*#__PURE__*/require("./components/Attach");
634
+ Object.keys(_Attach).forEach(function (key) {
635
635
  if (key === "default" || key === "__esModule") return;
636
- if (key in exports && exports[key] === _Mask[key]) return;
636
+ if (key in exports && exports[key] === _Attach[key]) return;
637
637
  Object.defineProperty(exports, key, {
638
638
  enumerable: true,
639
639
  get: function get() {
640
- return _Mask[key];
640
+ return _Attach[key];
641
641
  }
642
642
  });
643
643
  });
@@ -0,0 +1,178 @@
1
+ var _IconCloseCircleOutli;
2
+ var _excluded = ["flow", "buttonType", "hasAttachment", "acceptedFileFormats", "size", "view", "className", "style", "isLoading", "disabled"];
3
+ 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); }
4
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
5
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
6
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
7
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
8
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
9
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
10
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
11
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
12
+ import React, { forwardRef, useEffect, useRef, useState } from 'react';
13
+ import { useForkRef, useIsomorphicLayoutEffect } from '@salutejs/plasma-core';
14
+ import { cx } from '../../utils';
15
+ import { IconCloseCircleOutline } from '../_Icon';
16
+ import { base as sizeCSS } from './variations/_size/base';
17
+ import { base as viewCSS } from './variations/_view/base';
18
+ import { base, StyledHiddenInput, StyledHiddenInputHelper } from './Attach.styles';
19
+ import { StyledCell } from './ui/Cell/Cell';
20
+ import { extractExtension, getFileicon, truncateFilename } from './utils';
21
+ import { classes } from './Attach.tokens';
22
+ import { AttachButton } from './components/AttachButton';
23
+ import { StyledIconButtonCancel } from './ui/IconButton/IconButton.styles';
24
+ export var attachRoot = function attachRoot(Root) {
25
+ return /*#__PURE__*/forwardRef(function (props, outerRef) {
26
+ var _props$flow = props.flow,
27
+ flow = _props$flow === void 0 ? 'auto' : _props$flow,
28
+ _props$buttonType = props.buttonType,
29
+ buttonType = _props$buttonType === void 0 ? 'button' : _props$buttonType,
30
+ _props$hasAttachment = props.hasAttachment,
31
+ hasAttachment = _props$hasAttachment === void 0 ? true : _props$hasAttachment,
32
+ acceptedFileFormats = props.acceptedFileFormats,
33
+ size = props.size,
34
+ view = props.view,
35
+ className = props.className,
36
+ style = props.style,
37
+ isLoading = props.isLoading,
38
+ disabled = props.disabled,
39
+ rest = _objectWithoutProperties(props, _excluded);
40
+ var innerRef = useRef(null);
41
+ var ref = useForkRef(outerRef, innerRef);
42
+ var inputRef = useRef(null);
43
+ var inputHelperRef = useRef(null);
44
+ var cellRef = useRef(null);
45
+ var buttonRef = useRef(null);
46
+ var emptyTextCellWidth = useRef(null);
47
+ var _useState = useState(''),
48
+ _useState2 = _slicedToArray(_useState, 2),
49
+ filename = _useState2[0],
50
+ setFilename = _useState2[1];
51
+ var _useState3 = useState(''),
52
+ _useState4 = _slicedToArray(_useState3, 2),
53
+ truncatedFilename = _useState4[0],
54
+ setTruncatedFilename = _useState4[1];
55
+ var horizontalClass = flow === 'horizontal' ? classes.horizontal : undefined;
56
+ var verticalClass = flow === 'vertical' ? classes.vertical : undefined;
57
+ var autoClass = flow === 'auto' ? classes.auto : undefined;
58
+ var cellHiddenClass = truncatedFilename.length === 0 ? classes.cellHidden : undefined;
59
+ var accept = acceptedFileFormats === null || acceptedFileFormats === void 0 ? void 0 : acceptedFileFormats.join(',');
60
+ var extension = extractExtension(filename);
61
+ var cellContentLeft = getFileicon(extension, size);
62
+ useEffect(function () {
63
+ var _cellRef$current;
64
+ emptyTextCellWidth.current = ((_cellRef$current = cellRef.current) === null || _cellRef$current === void 0 ? void 0 : _cellRef$current.offsetWidth) || 0;
65
+ }, []);
66
+ useIsomorphicLayoutEffect(function () {
67
+ if (!cellRef.current || !cellRef.current.parentElement || !inputHelperRef.current || !inputHelperRef.current.textContent || !emptyTextCellWidth.current || !buttonRef.current) {
68
+ return;
69
+ }
70
+ var textWidth = inputHelperRef.current.offsetWidth;
71
+ var buttonWidth = buttonRef.current.offsetWidth;
72
+ var _cellRef$current$pare = cellRef.current.parentElement.getBoundingClientRect(),
73
+ parentWidth = _cellRef$current$pare.width,
74
+ parentLeft = _cellRef$current$pare.left;
75
+ var _cellRef$current$getB = cellRef.current.getBoundingClientRect(),
76
+ cellLeft = _cellRef$current$getB.left;
77
+ var leftDiff = cellLeft - parentLeft;
78
+ var currentTextWidth = textWidth;
79
+ var currFilename = filename;
80
+ for (var i = filename.length - 1; i > 0; i -= 1) {
81
+ if (currentTextWidth + emptyTextCellWidth.current + leftDiff <= parentWidth) {
82
+ break;
83
+ }
84
+ var newFilename = truncateFilename({
85
+ filename: inputHelperRef.current.textContent,
86
+ startNameTruncationIndex: i
87
+ });
88
+ inputHelperRef.current.textContent = newFilename;
89
+ currentTextWidth = inputHelperRef.current.offsetWidth;
90
+ if (currentTextWidth + emptyTextCellWidth.current < buttonWidth) {
91
+ break;
92
+ }
93
+ currFilename = newFilename;
94
+ }
95
+ inputHelperRef.current.textContent = filename;
96
+ setTruncatedFilename(currFilename);
97
+ });
98
+ var handleClick = function handleClick() {
99
+ if (!inputRef.current) {
100
+ return;
101
+ }
102
+ inputRef.current.click();
103
+ };
104
+ var handleChange = function handleChange() {
105
+ if (!inputRef.current || !inputRef.current.files) {
106
+ return;
107
+ }
108
+ setFilename(inputRef.current.files[0].name);
109
+ };
110
+ var handleClear = function handleClear() {
111
+ if (!inputRef.current) {
112
+ return;
113
+ }
114
+ inputRef.current.value = '';
115
+ setFilename('');
116
+ setTruncatedFilename('');
117
+ };
118
+ return /*#__PURE__*/React.createElement(Root, {
119
+ className: cx(horizontalClass, verticalClass, autoClass, className),
120
+ style: style,
121
+ size: size,
122
+ view: view,
123
+ ref: ref
124
+ }, /*#__PURE__*/React.createElement(StyledHiddenInput, {
125
+ ref: inputRef,
126
+ accept: accept,
127
+ type: "file",
128
+ id: "attachHiddenInput",
129
+ name: "attachHiddenInput",
130
+ onChange: handleChange
131
+ }), /*#__PURE__*/React.createElement(StyledHiddenInputHelper, {
132
+ ref: inputHelperRef,
133
+ id: "attachHiddenInputHelper"
134
+ }, filename), /*#__PURE__*/React.createElement(AttachButton, _extends({
135
+ buttonType: buttonType,
136
+ view: view,
137
+ size: size,
138
+ onClick: handleClick,
139
+ isLoading: isLoading,
140
+ disabled: disabled,
141
+ ref: buttonRef
142
+ }, rest)), hasAttachment && /*#__PURE__*/React.createElement(StyledCell, {
143
+ stretching: "fixed",
144
+ className: cellHiddenClass,
145
+ ref: cellRef,
146
+ size: size,
147
+ title: truncatedFilename,
148
+ contentLeft: cellContentLeft,
149
+ contentRight: /*#__PURE__*/React.createElement(StyledIconButtonCancel, {
150
+ view: view,
151
+ size: size,
152
+ isLoading: isLoading,
153
+ disabled: disabled,
154
+ onClick: handleClear
155
+ }, _IconCloseCircleOutli || (_IconCloseCircleOutli = /*#__PURE__*/React.createElement(IconCloseCircleOutline, {
156
+ size: "xs"
157
+ })))
158
+ }));
159
+ });
160
+ };
161
+ export var attachConfig = {
162
+ name: 'Attach',
163
+ tag: 'div',
164
+ layout: attachRoot,
165
+ base: base,
166
+ variations: {
167
+ view: {
168
+ css: viewCSS
169
+ },
170
+ size: {
171
+ css: sizeCSS
172
+ }
173
+ },
174
+ defaults: {
175
+ view: 'default',
176
+ size: 'm'
177
+ }
178
+ };
@@ -0,0 +1,29 @@
1
+ import _styled from "@emotion/styled/base";
2
+ function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
3
+ import { css } from '@emotion/react';
4
+ import { tokens as attachTokens } from './Attach.tokens';
5
+ export var base = process.env.NODE_ENV === "production" ? {
6
+ name: "1yur341-plasma-new-hope__base",
7
+ styles: "position:relative;display:flex;label:plasma-new-hope__base;"
8
+ } : {
9
+ name: "1yur341-plasma-new-hope__base",
10
+ styles: "position:relative;display:flex;label:plasma-new-hope__base;",
11
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvQXR0YWNoL0F0dGFjaC5zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBS3VCIiwiZmlsZSI6Ii4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvQXR0YWNoL0F0dGFjaC5zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRva2VucyBhcyBhdHRhY2hUb2tlbnMgfSBmcm9tICcuL0F0dGFjaC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRIaWRkZW5JbnB1dCA9IHN0eWxlZC5pbnB1dGBcbiAgICBkaXNwbGF5OiBub25lO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEhpZGRlbklucHV0SGVscGVyID0gc3R5bGVkLmRpdmBcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdmlzaWJpbGl0eTogaGlkZGVuO1xuXG4gICAgZm9udC1mYW1pbHk6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVGb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHthdHRhY2hUb2tlbnMuY2VsbFRpdGxlRm9udFNpemV9KTtcbiAgICBmb250LXN0eWxlOiB2YXIoJHthdHRhY2hUb2tlbnMuY2VsbFRpdGxlRm9udFN0eWxlfSk7XG4gICAgZm9udC13ZWlnaHQ6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVGb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVMZXR0ZXJTcGFjaW5nfSk7XG4gICAgbGluZS1oZWlnaHQ6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVMaW5lSGVpZ2h0fSk7XG5gO1xuIl19 */",
12
+ toString: _EMOTION_STRINGIFIED_CSS_ERROR__
13
+ };
14
+ export var StyledHiddenInput = /*#__PURE__*/_styled("input", {
15
+ target: "e3npccl1",
16
+ label: "plasma-new-hope__StyledHiddenInput"
17
+ })(process.env.NODE_ENV === "production" ? {
18
+ name: "eivff4",
19
+ styles: "display:none"
20
+ } : {
21
+ name: "eivff4",
22
+ styles: "display:none",
23
+ map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvQXR0YWNoL0F0dGFjaC5zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBVTZDIiwiZmlsZSI6Ii4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvQXR0YWNoL0F0dGFjaC5zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRva2VucyBhcyBhdHRhY2hUb2tlbnMgfSBmcm9tICcuL0F0dGFjaC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRIaWRkZW5JbnB1dCA9IHN0eWxlZC5pbnB1dGBcbiAgICBkaXNwbGF5OiBub25lO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEhpZGRlbklucHV0SGVscGVyID0gc3R5bGVkLmRpdmBcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdmlzaWJpbGl0eTogaGlkZGVuO1xuXG4gICAgZm9udC1mYW1pbHk6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVGb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHthdHRhY2hUb2tlbnMuY2VsbFRpdGxlRm9udFNpemV9KTtcbiAgICBmb250LXN0eWxlOiB2YXIoJHthdHRhY2hUb2tlbnMuY2VsbFRpdGxlRm9udFN0eWxlfSk7XG4gICAgZm9udC13ZWlnaHQ6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVGb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVMZXR0ZXJTcGFjaW5nfSk7XG4gICAgbGluZS1oZWlnaHQ6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVMaW5lSGVpZ2h0fSk7XG5gO1xuIl19 */",
24
+ toString: _EMOTION_STRINGIFIED_CSS_ERROR__
25
+ });
26
+ export var StyledHiddenInputHelper = /*#__PURE__*/_styled("div", {
27
+ target: "e3npccl0",
28
+ label: "plasma-new-hope__StyledHiddenInputHelper"
29
+ })("position:absolute;visibility:hidden;font-family:var(", attachTokens.cellTitleFontFamily, ");font-size:var(", attachTokens.cellTitleFontSize, ");font-style:var(", attachTokens.cellTitleFontStyle, ");font-weight:var(", attachTokens.cellTitleFontWeight, ");letter-spacing:var(", attachTokens.cellTitleLetterSpacing, ");line-height:var(", attachTokens.cellTitleLineHeight, ");" + (process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvQXR0YWNoL0F0dGFjaC5zdHlsZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBY2lEIiwiZmlsZSI6Ii4uLy4uLy4uLy4uL3NyYy1lbW90aW9uL2NvbXBvbmVudHMvQXR0YWNoL0F0dGFjaC5zdHlsZXMudHMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgc3R5bGVkIGZyb20gJ0BlbW90aW9uL3N0eWxlZCc7XG5pbXBvcnQgeyBjc3MgfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmltcG9ydCB7IHRva2VucyBhcyBhdHRhY2hUb2tlbnMgfSBmcm9tICcuL0F0dGFjaC50b2tlbnMnO1xuXG5leHBvcnQgY29uc3QgYmFzZSA9IGNzc2BcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgZGlzcGxheTogZmxleDtcbmA7XG5cbmV4cG9ydCBjb25zdCBTdHlsZWRIaWRkZW5JbnB1dCA9IHN0eWxlZC5pbnB1dGBcbiAgICBkaXNwbGF5OiBub25lO1xuYDtcblxuZXhwb3J0IGNvbnN0IFN0eWxlZEhpZGRlbklucHV0SGVscGVyID0gc3R5bGVkLmRpdmBcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdmlzaWJpbGl0eTogaGlkZGVuO1xuXG4gICAgZm9udC1mYW1pbHk6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVGb250RmFtaWx5fSk7XG4gICAgZm9udC1zaXplOiB2YXIoJHthdHRhY2hUb2tlbnMuY2VsbFRpdGxlRm9udFNpemV9KTtcbiAgICBmb250LXN0eWxlOiB2YXIoJHthdHRhY2hUb2tlbnMuY2VsbFRpdGxlRm9udFN0eWxlfSk7XG4gICAgZm9udC13ZWlnaHQ6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVGb250V2VpZ2h0fSk7XG4gICAgbGV0dGVyLXNwYWNpbmc6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVMZXR0ZXJTcGFjaW5nfSk7XG4gICAgbGluZS1oZWlnaHQ6IHZhcigke2F0dGFjaFRva2Vucy5jZWxsVGl0bGVMaW5lSGVpZ2h0fSk7XG5gO1xuIl19 */"));
@@ -0,0 +1,63 @@
1
+ ---
2
+ id: attach
3
+ title: Attach
4
+ ---
5
+
6
+ import { PropsTable, Description } from '@site/src/components';
7
+
8
+ # Attach
9
+ <Description name="Attach" />
10
+ <PropsTable name="Attach" />
11
+
12
+ ## Примеры
13
+
14
+ ### Вид кнопки
15
+ С помощью свойства `buttonType` можно менять вид кнопки: обычный или с иконкой.
16
+
17
+ ```tsx live
18
+ import React from 'react';
19
+ import { Attach } from '@salutejs/{{ package }}';
20
+
21
+ export function App() {
22
+ return (
23
+ <div style=\{{ display: "flex", flexDirection: "column", gap: "50px"}}>
24
+ <Attach view="accent" buttonType={'button'} />
25
+ <Attach view="secondary" buttonType={'iconButton'} />
26
+ </div>
27
+ );
28
+ }
29
+ ```
30
+
31
+ ### Расположение элементов
32
+ C помощью свойства `flow` можно регулировать расположение элементов в зависимости от ширины контейнера.
33
+
34
+ ```tsx live
35
+ import React from 'react';
36
+ import { Attach } from '@salutejs/{{ package }}';
37
+
38
+ export function App() {
39
+ return (
40
+ <div style=\{{ display: "flex", flexDirection: "column", gap: "50px"}}>
41
+ <Attach style=\{{ width: "400px" }} flow="auto" />
42
+ <Attach style=\{{ width: "400px" }} flow="horizontal" />
43
+ <Attach style=\{{ width: "400px" }} flow="vertical" />
44
+ </div>
45
+ );
46
+ }
47
+ ```
48
+
49
+ ### Фильтр форматов файлов
50
+ Свойство `acceptedFileFormats` устанавливает доступные форматы файлов.
51
+
52
+ ```tsx live
53
+ import React from 'react';
54
+ import { Attach } from '@salutejs/{{ package }}';
55
+
56
+ export function App() {
57
+ return (
58
+ <div>
59
+ <Attach acceptedFileFormats={['.pdf', '.doc']} />
60
+ </div>
61
+ );
62
+ }
63
+ ```
@@ -0,0 +1,122 @@
1
+ export var classes = {
2
+ auto: 'auto',
3
+ horizontal: 'horizontal',
4
+ vertical: 'vertical',
5
+ cellHidden: 'cell-hidden'
6
+ };
7
+ export var tokens = {
8
+ horizontalGap: '--plasma-attach-horizontal-gap',
9
+ verticalGap: '--plasma-attach-vertical-gap',
10
+ // Токены для Button
11
+ buttonColor: '--plasma-attach-button-color',
12
+ buttonValueColor: '--plasma-attach-button-value-color',
13
+ buttonBackgroundColor: '--plasma-attach-button-background-color',
14
+ buttonColorHover: '--plasma-attach-button-color-hover',
15
+ buttonBackgroundColorHover: '--plasma-attach-button-background-color-hover',
16
+ buttonColorActive: '--plasma-attach-button-color-active',
17
+ buttonBackgroundColorActive: '--plasma-attach-button-background-color-active',
18
+ buttonLoadingBackgroundColor: '--plasma-attach-button-loading-background-color',
19
+ buttonScaleHover: '--plasma-attach-button-scale-hover',
20
+ buttonScaleActive: '---plasma-attach-button-scale-active',
21
+ buttonHeight: '--plasma-attach-button-height',
22
+ buttonWidth: '--plasma-attach-button-width',
23
+ buttonPadding: '--plasma-attach-button-padding',
24
+ buttonRadius: '--plasma-attach-button-radius',
25
+ buttonRadiusCircle: '--plasma-attach-button-radius-circle',
26
+ buttonFontFamily: '--plasma-attach-button-font-family',
27
+ buttonFontSize: '--plasma-attach-button-font-size',
28
+ buttonFontStyle: '--plasma-attach-button-font-style',
29
+ buttonFontWeight: '--plasma-attach-button-font-weight',
30
+ buttonLetterSpacing: '--plasma-attach-button-letter-spacing',
31
+ buttonLineHeight: '--plasma-attach-button-line-height',
32
+ buttonLeftContentMargin: '--plasma-attach-button-left-content-margin',
33
+ buttonLeftContentAlignSelf: '--plasma-attach-button-left-content-align-self',
34
+ buttonRightContentMargin: '--plasma-attach-button-right-content-margin',
35
+ buttonRightContentAlignSelf: '--plasma-attach-button-right-content-align-self',
36
+ buttonValueMargin: '--plasma-attach-button-value-margin',
37
+ buttonDisabledOpacity: '--plasma-attach-button-disabled-opacity',
38
+ buttonFocusColor: '--plasma-attach-button-focus-color',
39
+ buttonSpinnerColor: '--plasma-attach-button-spinner-color',
40
+ buttonSpinnerSize: '--plasma-attach-button-spinner-size',
41
+ // Токены для Cell
42
+ cellColor: '--plasma-attach-cell-color',
43
+ cellBackgroundColor: '--plasma-attach-cell-background-color',
44
+ cellPadding: '--plasma-attach-cell-padding',
45
+ cellPaddingLeftContent: '--plasma-attach-cell-padding-left-content',
46
+ cellPaddingContent: '--plasma-attach-cell-padding-content',
47
+ cellPaddingRightContent: '--plasma-attach-cell-padding-right-content',
48
+ cellTextboxGap: '--plasma-attach-cell-textbox-gap',
49
+ cellGap: '--plasma-attach-cell-gap',
50
+ cellWidth: '--plasma-attach-cell-width',
51
+ cellLabelColor: '--plasma-attach-cell-label-color',
52
+ cellLabelFontFamily: '--plasma-attach-cell-label-font-family',
53
+ cellLabelFontSize: '--plasma-attach-cell-label-font-size',
54
+ cellLabelFontStyle: '--plasma-attach-cell-label-font-style',
55
+ cellLabelFontWeight: '--plasma-attach-cell-label-font-weight',
56
+ cellLabelLetterSpacing: '--plasma-attach-cell-label-letter-spacing',
57
+ cellLabelLineHeight: '--plasma-attach-cell-label-line-height',
58
+ cellTitleColor: '--plasma-attach-cell-title-color',
59
+ cellTitleFontFamily: '--plasma-attach-cell-title-font-family',
60
+ cellTitleFontSize: '--plasma-attach-cell-title-font-size',
61
+ cellTitleFontStyle: '--plasma-attach-cell-title-font-style',
62
+ cellTitleFontWeight: '--plasma-attach-cell-title-font-weight',
63
+ cellTitleLetterSpacing: '--plasma-attach-cell-title-letter-spacing',
64
+ cellTitleLineHeight: '--plasma-attach-cell-title-line-height',
65
+ cellSubtitleColor: '--plasma-attach-cell-subtitle-color',
66
+ cellSubtitleFontFamily: '--plasma-attach-cell-subtitle-font-family',
67
+ cellSubtitleFontSize: '--plasma-attach-cell-subtitle-font-size',
68
+ cellSubtitleFontStyle: '--plasma-attach-cell-subtitle-font-style',
69
+ cellSubtitleFontWeight: '--plasma-attach-cell-subtitle-font-weight',
70
+ cellSubtitleLetterSpacing: '--plasma-attach-cell-subtitle-letter-spacing',
71
+ cellSubtitleLineHeight: '--plasma-attach-cell-subtitle-line-height',
72
+ // Токены для IconButton
73
+ iconButtonColor: '--plasma-attach-icon-button-color',
74
+ iconButtonBackgroundColor: '--plasma-attach-icon-button-background-color',
75
+ iconButtonLoadingBackgroundColor: '--plasma-attach-icon-button-loading-background-color',
76
+ iconButtonColorHover: '--plasma-attach-icon-button-color-hover',
77
+ iconButtonBackgroundColorHover: '--plasma-attach-icon-button-background-color-hover',
78
+ iconButtonColorActive: '--plasma-attach-icon-button-color-active',
79
+ iconButtonBackgroundColorActive: '--plasma-attach-icon-button-background-color-active',
80
+ iconButtonScaleHover: '--plasma-attach-icon-button-scale-hover',
81
+ iconButtonScaleActive: '---plasma-attach-icon-button-scale-active',
82
+ iconButtonHeight: '--plasma-attach-icon-button-height',
83
+ iconButtonWidth: '--plasma-attach-icon-button-width',
84
+ iconButtonPadding: '--plasma-attach-icon-button-padding',
85
+ iconButtonRadius: '--plasma-attach-icon-button-radius',
86
+ iconButtonRadiusCircle: '--plasma-attach-icon-button-radius-circle',
87
+ iconButtonFontFamily: '--plasma-attach-icon-button-font-family',
88
+ iconButtonFontSize: '--plasma-attach-icon-button-font-size',
89
+ iconButtonFontStyle: '--plasma-attach-icon-button-font-style',
90
+ iconButtonFontWeight: '--plasma-attach-icon-button-font-weight',
91
+ iconButtonLetterSpacing: '--plasma-attach-icon-button-letter-spacing',
92
+ iconButtonLineHeight: '--plasma-attach-icon-button-line-height',
93
+ iconButtonDisabledOpacity: '--plasma-attach-icon-button-disabled-opacity',
94
+ iconButtonFocusColor: '--plasma-attach-icon-button-focus-color',
95
+ iconButtonSpinnerColor: '--plasma-attach-icon-button-spinner-color',
96
+ iconButtonSpinnerSize: '--plasma-attach-icon-button-spinner-size',
97
+ // Токены для IconButtonCancel
98
+ iconButtonCancelColor: '--plasma-attach-icon-button-cancel-color',
99
+ iconButtonCancelBackgroundColor: '--plasma-attach-icon-button-cancel-background-color',
100
+ iconButtonCancelLoadingBackgroundColor: '--plasma-attach-icon-button-cancel-loading-background-color',
101
+ iconButtonCancelColorHover: '--plasma-attach-icon-button-cancel-color-hover',
102
+ iconButtonCancelBackgroundColorHover: '--plasma-attach-icon-button-cancel-background-color-hover',
103
+ iconButtonCancelColorActive: '--plasma-attach-icon-button-cancel-color-active',
104
+ iconButtonCancelBackgroundColorActive: '--plasma-attach-icon-button-cancel-background-color-active',
105
+ iconButtonCancelScaleHover: '--plasma-attach-icon-button-cancel-scale-hover',
106
+ iconButtonCancelScaleActive: '---plasma-attach-icon-button-cancel-scale-active',
107
+ iconButtonCancelHeight: '--plasma-attach-icon-button-cancel-height',
108
+ iconButtonCancelWidth: '--plasma-attach-icon-button-cancel-width',
109
+ iconButtonCancelPadding: '--plasma-attach-icon-button-cancel-padding',
110
+ iconButtonCancelRadius: '--plasma-attach-icon-button-cancel-radius',
111
+ iconButtonCancelRadiusCircle: '--plasma-attach-icon-button-cancel-radius-circle',
112
+ iconButtonCancelFontFamily: '--plasma-attach-icon-button-cancel-font-family',
113
+ iconButtonCancelFontSize: '--plasma-attach-icon-button-cancel-font-size',
114
+ iconButtonCancelFontStyle: '--plasma-attach-icon-button-cancel-font-style',
115
+ iconButtonCancelFontWeight: '--plasma-attach-icon-button-cancel-font-weight',
116
+ iconButtonCancelLetterSpacing: '--plasma-attach-icon-button-cancel-letter-spacing',
117
+ iconButtonCancelLineHeight: '--plasma-attach-icon-button-cancel-line-height',
118
+ iconButtonCancelDisabledOpacity: '--plasma-attach-icon-button-cancel-disabled-opacity',
119
+ iconButtonCancelFocusColor: '--plasma-attach-icon-button-cancel-focus-color',
120
+ iconButtonCancelSpinnerColor: '--plasma-attach-icon-button-cancel-spinner-color',
121
+ iconButtonCancelSpinnerSize: '--plasma-attach-icon-button-cancel-spinner-size'
122
+ };
@@ -0,0 +1,42 @@
1
+ var _excluded = ["size", "icon"],
2
+ _excluded2 = ["text"];
3
+ 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); }
4
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
5
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
6
+ import React, { forwardRef } from 'react';
7
+ import { StyledIconButton } from '../../ui/IconButton/IconButton';
8
+ import { StyledButton } from '../../ui/Button/Button';
9
+ import { IconPlus } from '../../../_Icon';
10
+ var getDefaultIcon = function getDefaultIcon(size) {
11
+ var iconSize;
12
+ switch (size) {
13
+ case 'xs':
14
+ iconSize = 'xs';
15
+ break;
16
+ case 's':
17
+ iconSize = 's';
18
+ break;
19
+ default:
20
+ iconSize = 'm';
21
+ }
22
+ return /*#__PURE__*/React.createElement(IconPlus, {
23
+ size: iconSize
24
+ });
25
+ };
26
+ export var AttachButton = /*#__PURE__*/forwardRef(function (props, ref) {
27
+ if (props.buttonType === 'iconButton') {
28
+ var size = props.size,
29
+ icon = props.icon,
30
+ _rest = _objectWithoutProperties(props, _excluded);
31
+ return /*#__PURE__*/React.createElement(StyledIconButton, _extends({
32
+ ref: ref
33
+ }, _rest), icon || getDefaultIcon(size));
34
+ }
35
+ var _props$text = props.text,
36
+ text = _props$text === void 0 ? 'Загрузить файл' : _props$text,
37
+ rest = _objectWithoutProperties(props, _excluded2);
38
+ return /*#__PURE__*/React.createElement(StyledButton, _extends({
39
+ ref: ref,
40
+ text: text
41
+ }, rest));
42
+ });
@@ -0,0 +1 @@
1
+ export { AttachButton } from './AttachButton';
@@ -0,0 +1,2 @@
1
+ export { attachRoot, attachConfig } from './Attach';
2
+ export { tokens as attachTokens } from './Attach.tokens';