@salutejs/plasma-new-hope 0.149.0-canary.1421.10954838350.0 → 0.149.0-canary.1437.10953371299.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (623) 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.js +2 -39
  36. package/cjs/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  37. package/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -26
  38. package/cjs/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  39. package/cjs/components/Slider/Slider.js +6 -20
  40. package/cjs/components/Slider/Slider.js.map +1 -1
  41. package/cjs/components/Slider/components/Double/Double.js +2 -38
  42. package/cjs/components/Slider/components/Double/Double.js.map +1 -1
  43. package/cjs/components/Slider/components/Single/Single.js +12 -35
  44. package/cjs/components/Slider/components/Single/Single.js.map +1 -1
  45. package/cjs/components/Slider/utils/index.js +0 -6
  46. package/cjs/components/Slider/utils/index.js.map +1 -1
  47. package/cjs/components/TextArea/TextArea.js +2 -3
  48. package/cjs/components/TextArea/TextArea.js.map +1 -1
  49. package/cjs/components/TextField/TextField.js +1 -3
  50. package/cjs/components/TextField/TextField.js.map +1 -1
  51. package/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +33 -0
  52. package/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js.map +1 -0
  53. package/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +37 -0
  54. package/cjs/components/_Icon/Icon.assets/BlankDocOutline.js.map +1 -0
  55. package/cjs/components/_Icon/Icon.assets/BlankOutline.js +24 -0
  56. package/cjs/components/_Icon/Icon.assets/BlankOutline.js.map +1 -0
  57. package/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +29 -0
  58. package/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js.map +1 -0
  59. package/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +33 -0
  60. package/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js.map +1 -0
  61. package/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +33 -0
  62. package/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js.map +1 -0
  63. package/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +24 -0
  64. package/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js.map +1 -0
  65. package/cjs/components/_Icon/Icon.assets/Plus.js +24 -0
  66. package/cjs/components/_Icon/Icon.assets/Plus.js.map +1 -0
  67. package/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +23 -0
  68. package/cjs/components/_Icon/Icons/IconBlankCsvOutline.js.map +1 -0
  69. package/cjs/components/_Icon/Icons/IconBlankDocOutline.js +23 -0
  70. package/cjs/components/_Icon/Icons/IconBlankDocOutline.js.map +1 -0
  71. package/cjs/components/_Icon/Icons/IconBlankOutline.js +23 -0
  72. package/cjs/components/_Icon/Icons/IconBlankOutline.js.map +1 -0
  73. package/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +23 -0
  74. package/cjs/components/_Icon/Icons/IconBlankPdfOutline.js.map +1 -0
  75. package/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +23 -0
  76. package/cjs/components/_Icon/Icons/IconBlankTxtOutline.js.map +1 -0
  77. package/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +23 -0
  78. package/cjs/components/_Icon/Icons/IconBlankXlsOutline.js.map +1 -0
  79. package/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +23 -0
  80. package/cjs/components/_Icon/Icons/IconCloseCircleOutline.js.map +1 -0
  81. package/cjs/components/_Icon/Icons/IconPlus.js +23 -0
  82. package/cjs/components/_Icon/Icons/IconPlus.js.map +1 -0
  83. package/cjs/index.css +15 -0
  84. package/cjs/index.js +5 -7
  85. package/cjs/index.js.map +1 -1
  86. package/cjs/utils/index.js.map +1 -1
  87. package/emotion/cjs/components/Attach/Attach.js +187 -0
  88. package/emotion/cjs/components/Attach/Attach.styles.js +36 -0
  89. package/emotion/cjs/components/Attach/Attach.template-doc.mdx +63 -0
  90. package/emotion/cjs/components/Attach/Attach.tokens.js +128 -0
  91. package/emotion/cjs/components/Attach/components/AttachButton/AttachButton.js +51 -0
  92. package/emotion/cjs/components/Attach/components/AttachButton/index.js +12 -0
  93. package/emotion/cjs/components/Attach/index.js +25 -0
  94. package/emotion/cjs/components/Attach/ui/Button/Button.js +12 -0
  95. package/emotion/cjs/components/Attach/ui/Button/Button.styles.js +17 -0
  96. package/{styled-components/cjs/components/Mask/index.js → emotion/cjs/components/Attach/ui/Cell/Cell.js} +3 -3
  97. package/emotion/cjs/components/Attach/ui/Cell/Cell.styles.js +17 -0
  98. package/emotion/cjs/components/Attach/ui/IconButton/IconButton.js +12 -0
  99. package/emotion/cjs/components/Attach/ui/IconButton/IconButton.styles.js +21 -0
  100. package/emotion/cjs/components/Attach/utils/extractExtension.js +9 -0
  101. package/emotion/cjs/components/Attach/utils/getFileicon.js +38 -0
  102. package/emotion/cjs/components/Attach/utils/index.js +26 -0
  103. package/emotion/cjs/components/Attach/utils/truncateFilename.js +23 -0
  104. package/emotion/cjs/components/Attach/variations/_size/base.js +9 -0
  105. package/emotion/cjs/components/Attach/variations/_view/base.js +9 -0
  106. package/emotion/cjs/components/Cell/Cell.js +3 -2
  107. package/emotion/cjs/components/DatePicker/RangeDate/RangeDate.js +2 -39
  108. package/emotion/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -26
  109. package/emotion/cjs/components/Slider/Slider.js +6 -15
  110. package/emotion/cjs/components/Slider/components/Double/Double.js +2 -38
  111. package/emotion/cjs/components/Slider/components/Single/Single.js +7 -30
  112. package/emotion/cjs/components/Slider/components/index.js +0 -11
  113. package/emotion/cjs/components/Slider/utils/index.js +1 -6
  114. package/emotion/cjs/components/TextArea/TextArea.js +3 -3
  115. package/emotion/cjs/components/TextField/TextField.js +2 -4
  116. package/emotion/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +32 -0
  117. package/emotion/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +36 -0
  118. package/emotion/cjs/components/_Icon/Icon.assets/BlankOutline.js +23 -0
  119. package/emotion/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +28 -0
  120. package/emotion/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +32 -0
  121. package/emotion/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +32 -0
  122. package/emotion/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +23 -0
  123. package/emotion/cjs/components/_Icon/Icon.assets/Plus.js +23 -0
  124. package/emotion/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +22 -0
  125. package/emotion/cjs/components/_Icon/Icons/IconBlankDocOutline.js +22 -0
  126. package/emotion/cjs/components/_Icon/Icons/IconBlankOutline.js +22 -0
  127. package/emotion/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +22 -0
  128. package/emotion/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +22 -0
  129. package/emotion/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +22 -0
  130. package/emotion/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +22 -0
  131. package/emotion/cjs/components/_Icon/Icons/IconPlus.js +22 -0
  132. package/emotion/cjs/components/_Icon/index.js +57 -1
  133. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.config.js +37 -0
  134. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.js +11 -0
  135. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.stories.tsx +181 -0
  136. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.config.js +37 -0
  137. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.js +11 -0
  138. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.stories.tsx +181 -0
  139. package/emotion/cjs/hooks/index.js +1 -8
  140. package/emotion/cjs/index.js +4 -4
  141. package/emotion/cjs/utils/index.js +0 -15
  142. package/emotion/es/components/Attach/Attach.js +178 -0
  143. package/emotion/es/components/Attach/Attach.styles.js +29 -0
  144. package/emotion/es/components/Attach/Attach.template-doc.mdx +63 -0
  145. package/emotion/es/components/Attach/Attach.tokens.js +122 -0
  146. package/emotion/es/components/Attach/components/AttachButton/AttachButton.js +42 -0
  147. package/emotion/es/components/Attach/components/AttachButton/index.js +1 -0
  148. package/emotion/es/components/Attach/index.js +2 -0
  149. package/emotion/es/components/Attach/ui/Button/Button.js +1 -0
  150. package/emotion/es/components/Attach/ui/Button/Button.styles.js +10 -0
  151. package/emotion/es/components/Attach/ui/Cell/Cell.js +1 -0
  152. package/emotion/es/components/Attach/ui/Cell/Cell.styles.js +10 -0
  153. package/emotion/es/components/Attach/ui/IconButton/IconButton.js +1 -0
  154. package/emotion/es/components/Attach/ui/IconButton/IconButton.styles.js +14 -0
  155. package/emotion/es/components/Attach/utils/extractExtension.js +3 -0
  156. package/emotion/es/components/Attach/utils/getFileicon.js +31 -0
  157. package/emotion/es/components/Attach/utils/index.js +3 -0
  158. package/emotion/es/components/Attach/utils/truncateFilename.js +17 -0
  159. package/emotion/es/components/Attach/variations/_size/base.js +3 -0
  160. package/emotion/es/components/Attach/variations/_view/base.js +3 -0
  161. package/emotion/es/components/Cell/Cell.js +3 -2
  162. package/emotion/es/components/DatePicker/RangeDate/RangeDate.js +2 -39
  163. package/emotion/es/components/DatePicker/SingleDate/SingleDate.js +2 -26
  164. package/emotion/es/components/Slider/Slider.js +6 -16
  165. package/emotion/es/components/Slider/components/Double/Double.js +3 -39
  166. package/emotion/es/components/Slider/components/Single/Single.js +8 -31
  167. package/emotion/es/components/Slider/components/index.js +0 -1
  168. package/emotion/es/components/Slider/utils/index.js +0 -5
  169. package/emotion/es/components/TextArea/TextArea.js +4 -4
  170. package/emotion/es/components/TextField/TextField.js +2 -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 +1 -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.js +2 -39
  232. package/es/components/DatePicker/RangeDate/RangeDate.js.map +1 -1
  233. package/es/components/DatePicker/SingleDate/SingleDate.js +2 -26
  234. package/es/components/DatePicker/SingleDate/SingleDate.js.map +1 -1
  235. package/es/components/Slider/Slider.js +7 -21
  236. package/es/components/Slider/Slider.js.map +1 -1
  237. package/es/components/Slider/components/Double/Double.js +3 -39
  238. package/es/components/Slider/components/Double/Double.js.map +1 -1
  239. package/es/components/Slider/components/Single/Single.js +8 -31
  240. package/es/components/Slider/components/Single/Single.js.map +1 -1
  241. package/es/components/Slider/utils/index.js +1 -6
  242. package/es/components/Slider/utils/index.js.map +1 -1
  243. package/es/components/TextArea/TextArea.js +2 -3
  244. package/es/components/TextArea/TextArea.js.map +1 -1
  245. package/es/components/TextField/TextField.js +1 -3
  246. package/es/components/TextField/TextField.js.map +1 -1
  247. package/es/components/_Icon/Icon.assets/BlankCsvOutline.js +29 -0
  248. package/es/components/_Icon/Icon.assets/BlankCsvOutline.js.map +1 -0
  249. package/es/components/_Icon/Icon.assets/BlankDocOutline.js +33 -0
  250. package/es/components/_Icon/Icon.assets/BlankDocOutline.js.map +1 -0
  251. package/es/components/_Icon/Icon.assets/BlankOutline.js +20 -0
  252. package/es/components/_Icon/Icon.assets/BlankOutline.js.map +1 -0
  253. package/es/components/_Icon/Icon.assets/BlankPdfOutline.js +25 -0
  254. package/es/components/_Icon/Icon.assets/BlankPdfOutline.js.map +1 -0
  255. package/es/components/_Icon/Icon.assets/BlankTxtOutline.js +29 -0
  256. package/es/components/_Icon/Icon.assets/BlankTxtOutline.js.map +1 -0
  257. package/es/components/_Icon/Icon.assets/BlankXlsOutline.js +29 -0
  258. package/es/components/_Icon/Icon.assets/BlankXlsOutline.js.map +1 -0
  259. package/es/components/_Icon/Icon.assets/CloseCircleOutline.js +20 -0
  260. package/es/components/_Icon/Icon.assets/CloseCircleOutline.js.map +1 -0
  261. package/es/components/_Icon/Icon.assets/Plus.js +20 -0
  262. package/es/components/_Icon/Icon.assets/Plus.js.map +1 -0
  263. package/es/components/_Icon/Icons/IconBlankCsvOutline.js +19 -0
  264. package/es/components/_Icon/Icons/IconBlankCsvOutline.js.map +1 -0
  265. package/es/components/_Icon/Icons/IconBlankDocOutline.js +19 -0
  266. package/es/components/_Icon/Icons/IconBlankDocOutline.js.map +1 -0
  267. package/es/components/_Icon/Icons/IconBlankOutline.js +19 -0
  268. package/es/components/_Icon/Icons/IconBlankOutline.js.map +1 -0
  269. package/es/components/_Icon/Icons/IconBlankPdfOutline.js +19 -0
  270. package/es/components/_Icon/Icons/IconBlankPdfOutline.js.map +1 -0
  271. package/es/components/_Icon/Icons/IconBlankTxtOutline.js +19 -0
  272. package/es/components/_Icon/Icons/IconBlankTxtOutline.js.map +1 -0
  273. package/es/components/_Icon/Icons/IconBlankXlsOutline.js +19 -0
  274. package/es/components/_Icon/Icons/IconBlankXlsOutline.js.map +1 -0
  275. package/es/components/_Icon/Icons/IconCloseCircleOutline.js +19 -0
  276. package/es/components/_Icon/Icons/IconCloseCircleOutline.js.map +1 -0
  277. package/es/components/_Icon/Icons/IconPlus.js +19 -0
  278. package/es/components/_Icon/Icons/IconPlus.js.map +1 -0
  279. package/es/index.css +15 -0
  280. package/es/index.js +2 -3
  281. package/es/index.js.map +1 -1
  282. package/es/utils/index.js.map +1 -1
  283. package/package.json +2 -5
  284. package/styled-components/cjs/components/Attach/Attach.js +187 -0
  285. package/styled-components/cjs/components/Attach/Attach.styles.js +18 -0
  286. package/styled-components/cjs/components/Attach/Attach.template-doc.mdx +63 -0
  287. package/styled-components/cjs/components/Attach/Attach.tokens.js +128 -0
  288. package/styled-components/cjs/components/Attach/components/AttachButton/AttachButton.js +51 -0
  289. package/styled-components/cjs/components/Attach/components/AttachButton/index.js +12 -0
  290. package/styled-components/cjs/components/Attach/index.js +25 -0
  291. package/styled-components/cjs/components/Attach/ui/Button/Button.js +12 -0
  292. package/styled-components/cjs/components/Attach/ui/Button/Button.styles.js +16 -0
  293. package/{emotion/cjs/components/Mask/index.js → styled-components/cjs/components/Attach/ui/Cell/Cell.js} +3 -3
  294. package/styled-components/cjs/components/Attach/ui/Cell/Cell.styles.js +16 -0
  295. package/styled-components/cjs/components/Attach/ui/IconButton/IconButton.js +12 -0
  296. package/styled-components/cjs/components/Attach/ui/IconButton/IconButton.styles.js +19 -0
  297. package/styled-components/cjs/components/Attach/utils/extractExtension.js +9 -0
  298. package/styled-components/cjs/components/Attach/utils/getFileicon.js +38 -0
  299. package/styled-components/cjs/components/Attach/utils/index.js +26 -0
  300. package/styled-components/cjs/components/Attach/utils/truncateFilename.js +23 -0
  301. package/styled-components/cjs/components/Attach/variations/_size/base.js +9 -0
  302. package/styled-components/cjs/components/Attach/variations/_view/base.js +9 -0
  303. package/styled-components/cjs/components/Cell/Cell.js +3 -2
  304. package/styled-components/cjs/components/DatePicker/RangeDate/RangeDate.js +2 -39
  305. package/styled-components/cjs/components/DatePicker/SingleDate/SingleDate.js +2 -26
  306. package/styled-components/cjs/components/Slider/Slider.js +6 -15
  307. package/styled-components/cjs/components/Slider/components/Double/Double.js +2 -38
  308. package/styled-components/cjs/components/Slider/components/Single/Single.js +7 -30
  309. package/styled-components/cjs/components/Slider/components/index.js +0 -11
  310. package/styled-components/cjs/components/Slider/utils/index.js +1 -6
  311. package/styled-components/cjs/components/TextArea/TextArea.js +2 -2
  312. package/styled-components/cjs/components/TextField/TextField.js +1 -3
  313. package/styled-components/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +32 -0
  314. package/styled-components/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +36 -0
  315. package/styled-components/cjs/components/_Icon/Icon.assets/BlankOutline.js +23 -0
  316. package/styled-components/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +28 -0
  317. package/styled-components/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +32 -0
  318. package/styled-components/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +32 -0
  319. package/styled-components/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +23 -0
  320. package/styled-components/cjs/components/_Icon/Icon.assets/Plus.js +23 -0
  321. package/styled-components/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +22 -0
  322. package/styled-components/cjs/components/_Icon/Icons/IconBlankDocOutline.js +22 -0
  323. package/styled-components/cjs/components/_Icon/Icons/IconBlankOutline.js +22 -0
  324. package/styled-components/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +22 -0
  325. package/styled-components/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +22 -0
  326. package/styled-components/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +22 -0
  327. package/styled-components/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +22 -0
  328. package/styled-components/cjs/components/_Icon/Icons/IconPlus.js +22 -0
  329. package/styled-components/cjs/components/_Icon/index.js +57 -1
  330. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.config.js +37 -0
  331. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.js +11 -0
  332. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.stories.tsx +181 -0
  333. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.config.js +37 -0
  334. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.js +11 -0
  335. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.stories.tsx +181 -0
  336. package/styled-components/cjs/hooks/index.js +1 -8
  337. package/styled-components/cjs/index.js +4 -4
  338. package/styled-components/cjs/utils/index.js +0 -15
  339. package/styled-components/es/components/Attach/Attach.js +178 -0
  340. package/styled-components/es/components/Attach/Attach.styles.js +10 -0
  341. package/styled-components/es/components/Attach/Attach.template-doc.mdx +63 -0
  342. package/styled-components/es/components/Attach/Attach.tokens.js +122 -0
  343. package/styled-components/es/components/Attach/components/AttachButton/AttachButton.js +42 -0
  344. package/styled-components/es/components/Attach/components/AttachButton/index.js +1 -0
  345. package/styled-components/es/components/Attach/index.js +2 -0
  346. package/styled-components/es/components/Attach/ui/Button/Button.js +1 -0
  347. package/styled-components/es/components/Attach/ui/Button/Button.styles.js +9 -0
  348. package/styled-components/es/components/Attach/ui/Cell/Cell.js +1 -0
  349. package/styled-components/es/components/Attach/ui/Cell/Cell.styles.js +9 -0
  350. package/styled-components/es/components/Attach/ui/IconButton/IconButton.js +1 -0
  351. package/styled-components/es/components/Attach/ui/IconButton/IconButton.styles.js +12 -0
  352. package/styled-components/es/components/Attach/utils/extractExtension.js +3 -0
  353. package/styled-components/es/components/Attach/utils/getFileicon.js +31 -0
  354. package/styled-components/es/components/Attach/utils/index.js +3 -0
  355. package/styled-components/es/components/Attach/utils/truncateFilename.js +17 -0
  356. package/styled-components/es/components/Attach/variations/_size/base.js +3 -0
  357. package/styled-components/es/components/Attach/variations/_view/base.js +3 -0
  358. package/styled-components/es/components/Cell/Cell.js +3 -2
  359. package/styled-components/es/components/DatePicker/RangeDate/RangeDate.js +2 -39
  360. package/styled-components/es/components/DatePicker/SingleDate/SingleDate.js +2 -26
  361. package/styled-components/es/components/Slider/Slider.js +6 -16
  362. package/styled-components/es/components/Slider/components/Double/Double.js +3 -39
  363. package/styled-components/es/components/Slider/components/Single/Single.js +8 -31
  364. package/styled-components/es/components/Slider/components/index.js +0 -1
  365. package/styled-components/es/components/Slider/utils/index.js +0 -5
  366. package/styled-components/es/components/TextArea/TextArea.js +3 -3
  367. package/styled-components/es/components/TextField/TextField.js +1 -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 +1 -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/TextField/TextField.d.ts.map +1 -1
  458. package/types/components/_Icon/Icon.assets/BlankCsvOutline.d.ts +4 -0
  459. package/types/components/_Icon/Icon.assets/BlankCsvOutline.d.ts.map +1 -0
  460. package/types/components/_Icon/Icon.assets/BlankDocOutline.d.ts +4 -0
  461. package/types/components/_Icon/Icon.assets/BlankDocOutline.d.ts.map +1 -0
  462. package/types/components/_Icon/Icon.assets/BlankOutline.d.ts +4 -0
  463. package/types/components/_Icon/Icon.assets/BlankOutline.d.ts.map +1 -0
  464. package/types/components/_Icon/Icon.assets/BlankPdfOutline.d.ts +4 -0
  465. package/types/components/_Icon/Icon.assets/BlankPdfOutline.d.ts.map +1 -0
  466. package/types/components/_Icon/Icon.assets/BlankTxtOutline.d.ts +4 -0
  467. package/types/components/_Icon/Icon.assets/BlankTxtOutline.d.ts.map +1 -0
  468. package/types/components/_Icon/Icon.assets/BlankXlsOutline.d.ts +4 -0
  469. package/types/components/_Icon/Icon.assets/BlankXlsOutline.d.ts.map +1 -0
  470. package/types/components/_Icon/Icon.assets/CloseCircleOutline.d.ts +4 -0
  471. package/types/components/_Icon/Icon.assets/CloseCircleOutline.d.ts.map +1 -0
  472. package/types/components/_Icon/Icon.assets/Plus.d.ts +4 -0
  473. package/types/components/_Icon/Icon.assets/Plus.d.ts.map +1 -0
  474. package/types/components/_Icon/Icons/IconBlankCsvOutline.d.ts +4 -0
  475. package/types/components/_Icon/Icons/IconBlankCsvOutline.d.ts.map +1 -0
  476. package/types/components/_Icon/Icons/IconBlankDocOutline.d.ts +4 -0
  477. package/types/components/_Icon/Icons/IconBlankDocOutline.d.ts.map +1 -0
  478. package/types/components/_Icon/Icons/IconBlankOutline.d.ts +4 -0
  479. package/types/components/_Icon/Icons/IconBlankOutline.d.ts.map +1 -0
  480. package/types/components/_Icon/Icons/IconBlankPdfOutline.d.ts +4 -0
  481. package/types/components/_Icon/Icons/IconBlankPdfOutline.d.ts.map +1 -0
  482. package/types/components/_Icon/Icons/IconBlankTxtOutline.d.ts +4 -0
  483. package/types/components/_Icon/Icons/IconBlankTxtOutline.d.ts.map +1 -0
  484. package/types/components/_Icon/Icons/IconBlankXlsOutline.d.ts +4 -0
  485. package/types/components/_Icon/Icons/IconBlankXlsOutline.d.ts.map +1 -0
  486. package/types/components/_Icon/Icons/IconCloseCircleOutline.d.ts +4 -0
  487. package/types/components/_Icon/Icons/IconCloseCircleOutline.d.ts.map +1 -0
  488. package/types/components/_Icon/Icons/IconPlus.d.ts +4 -0
  489. package/types/components/_Icon/Icons/IconPlus.d.ts.map +1 -0
  490. package/types/components/_Icon/index.d.ts +8 -0
  491. package/types/components/_Icon/index.d.ts.map +1 -1
  492. package/types/examples/plasma_b2c/components/Attach/Attach.config.d.ts +30 -0
  493. package/types/examples/plasma_b2c/components/Attach/Attach.config.d.ts.map +1 -0
  494. package/types/examples/plasma_b2c/components/Attach/Attach.d.ts +224 -0
  495. package/types/examples/plasma_b2c/components/Attach/Attach.d.ts.map +1 -0
  496. package/types/examples/plasma_b2c/components/Cell/Cell.d.ts +2 -2
  497. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts +0 -1
  498. package/types/examples/plasma_b2c/components/DatePicker/DatePicker.d.ts.map +1 -1
  499. package/types/examples/plasma_b2c/components/Slider/Slider.d.ts +1 -3
  500. package/types/examples/plasma_b2c/components/Slider/Slider.d.ts.map +1 -1
  501. package/types/examples/plasma_web/components/Attach/Attach.config.d.ts +30 -0
  502. package/types/examples/plasma_web/components/Attach/Attach.config.d.ts.map +1 -0
  503. package/types/examples/plasma_web/components/Attach/Attach.d.ts +224 -0
  504. package/types/examples/plasma_web/components/Attach/Attach.d.ts.map +1 -0
  505. package/types/examples/plasma_web/components/Cell/Cell.d.ts +2 -2
  506. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts +0 -1
  507. package/types/examples/plasma_web/components/DatePicker/DatePicker.d.ts.map +1 -1
  508. package/types/examples/plasma_web/components/Slider/Slider.d.ts +1 -3
  509. package/types/examples/plasma_web/components/Slider/Slider.d.ts.map +1 -1
  510. package/types/hooks/index.d.ts +0 -1
  511. package/types/hooks/index.d.ts.map +1 -1
  512. package/types/index.d.ts +1 -1
  513. package/types/index.d.ts.map +1 -1
  514. package/types/utils/index.d.ts +0 -1
  515. package/types/utils/index.d.ts.map +1 -1
  516. package/cjs/components/DatePicker/utils/setInitValue.js +0 -12
  517. package/cjs/components/DatePicker/utils/setInitValue.js.map +0 -1
  518. package/cjs/components/Mask/Mask.js +0 -45
  519. package/cjs/components/Mask/Mask.js.map +0 -1
  520. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -57
  521. package/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js.map +0 -1
  522. package/cjs/hooks/useForm.js +0 -131
  523. package/cjs/hooks/useForm.js.map +0 -1
  524. package/cjs/utils/inputHidden.js +0 -13
  525. package/cjs/utils/inputHidden.js.map +0 -1
  526. package/cjs/utils/setRefList.js +0 -28
  527. package/cjs/utils/setRefList.js.map +0 -1
  528. package/emotion/cjs/components/DatePicker/utils/setInitValue.js +0 -11
  529. package/emotion/cjs/components/Mask/Mask.js +0 -55
  530. package/emotion/cjs/components/Mask/Mask.template-doc.mdx +0 -125
  531. package/emotion/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -60
  532. package/emotion/cjs/examples/plasma_b2c/components/Form/Form.stories.tsx +0 -245
  533. package/emotion/cjs/examples/plasma_b2c/components/Mask/Mask.js +0 -9
  534. package/emotion/cjs/examples/plasma_b2c/components/Mask/Mask.stories.tsx +0 -127
  535. package/emotion/cjs/examples/plasma_web/components/Form/Form.stories.tsx +0 -245
  536. package/emotion/cjs/examples/plasma_web/components/Mask/Mask.js +0 -9
  537. package/emotion/cjs/examples/plasma_web/components/Mask/Mask.stories.tsx +0 -125
  538. package/emotion/cjs/hooks/useForm.js +0 -137
  539. package/emotion/cjs/utils/inputHidden.js +0 -11
  540. package/emotion/cjs/utils/setRefList.js +0 -27
  541. package/emotion/es/components/DatePicker/utils/setInitValue.js +0 -5
  542. package/emotion/es/components/Mask/Mask.js +0 -45
  543. package/emotion/es/components/Mask/Mask.template-doc.mdx +0 -125
  544. package/emotion/es/components/Mask/index.js +0 -1
  545. package/emotion/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -51
  546. package/emotion/es/examples/plasma_b2c/components/Form/Form.stories.tsx +0 -245
  547. package/emotion/es/examples/plasma_b2c/components/Mask/Mask.js +0 -3
  548. package/emotion/es/examples/plasma_b2c/components/Mask/Mask.stories.tsx +0 -127
  549. package/emotion/es/examples/plasma_web/components/Form/Form.stories.tsx +0 -245
  550. package/emotion/es/examples/plasma_web/components/Mask/Mask.js +0 -3
  551. package/emotion/es/examples/plasma_web/components/Mask/Mask.stories.tsx +0 -125
  552. package/emotion/es/hooks/useForm.js +0 -128
  553. package/emotion/es/utils/inputHidden.js +0 -5
  554. package/emotion/es/utils/setRefList.js +0 -20
  555. package/es/components/DatePicker/utils/setInitValue.js +0 -8
  556. package/es/components/DatePicker/utils/setInitValue.js.map +0 -1
  557. package/es/components/Mask/Mask.js +0 -41
  558. package/es/components/Mask/Mask.js.map +0 -1
  559. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -53
  560. package/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js.map +0 -1
  561. package/es/hooks/useForm.js +0 -127
  562. package/es/hooks/useForm.js.map +0 -1
  563. package/es/utils/inputHidden.js +0 -9
  564. package/es/utils/inputHidden.js.map +0 -1
  565. package/es/utils/setRefList.js +0 -23
  566. package/es/utils/setRefList.js.map +0 -1
  567. package/styled-components/cjs/components/DatePicker/utils/setInitValue.js +0 -11
  568. package/styled-components/cjs/components/Mask/Mask.js +0 -55
  569. package/styled-components/cjs/components/Mask/Mask.template-doc.mdx +0 -125
  570. package/styled-components/cjs/components/Mask/Mask.types.js +0 -5
  571. package/styled-components/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -60
  572. package/styled-components/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.js +0 -5
  573. package/styled-components/cjs/examples/plasma_b2c/components/Form/Form.stories.tsx +0 -245
  574. package/styled-components/cjs/examples/plasma_b2c/components/Mask/Mask.js +0 -9
  575. package/styled-components/cjs/examples/plasma_b2c/components/Mask/Mask.stories.tsx +0 -127
  576. package/styled-components/cjs/examples/plasma_web/components/Form/Form.stories.tsx +0 -245
  577. package/styled-components/cjs/examples/plasma_web/components/Mask/Mask.js +0 -9
  578. package/styled-components/cjs/examples/plasma_web/components/Mask/Mask.stories.tsx +0 -125
  579. package/styled-components/cjs/hooks/useForm.js +0 -137
  580. package/styled-components/cjs/utils/inputHidden.js +0 -13
  581. package/styled-components/cjs/utils/setRefList.js +0 -27
  582. package/styled-components/es/components/DatePicker/utils/setInitValue.js +0 -5
  583. package/styled-components/es/components/Mask/Mask.js +0 -45
  584. package/styled-components/es/components/Mask/Mask.template-doc.mdx +0 -125
  585. package/styled-components/es/components/Mask/Mask.types.js +0 -1
  586. package/styled-components/es/components/Mask/index.js +0 -1
  587. package/styled-components/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.js +0 -51
  588. package/styled-components/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.js +0 -1
  589. package/styled-components/es/examples/plasma_b2c/components/Form/Form.stories.tsx +0 -245
  590. package/styled-components/es/examples/plasma_b2c/components/Mask/Mask.js +0 -3
  591. package/styled-components/es/examples/plasma_b2c/components/Mask/Mask.stories.tsx +0 -127
  592. package/styled-components/es/examples/plasma_web/components/Form/Form.stories.tsx +0 -245
  593. package/styled-components/es/examples/plasma_web/components/Mask/Mask.js +0 -3
  594. package/styled-components/es/examples/plasma_web/components/Mask/Mask.stories.tsx +0 -125
  595. package/styled-components/es/hooks/useForm.js +0 -128
  596. package/styled-components/es/utils/inputHidden.js +0 -5
  597. package/styled-components/es/utils/setRefList.js +0 -20
  598. package/types/components/DatePicker/utils/setInitValue.d.ts +0 -2
  599. package/types/components/DatePicker/utils/setInitValue.d.ts.map +0 -1
  600. package/types/components/Mask/Mask.d.ts +0 -5
  601. package/types/components/Mask/Mask.d.ts.map +0 -1
  602. package/types/components/Mask/Mask.types.d.ts +0 -62
  603. package/types/components/Mask/Mask.types.d.ts.map +0 -1
  604. package/types/components/Mask/index.d.ts +0 -2
  605. package/types/components/Mask/index.d.ts.map +0 -1
  606. package/types/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.d.ts +0 -4
  607. package/types/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.d.ts.map +0 -1
  608. package/types/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.d.ts +0 -5
  609. package/types/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.d.ts.map +0 -1
  610. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts +0 -191
  611. package/types/examples/plasma_b2c/components/Mask/Mask.d.ts.map +0 -1
  612. package/types/examples/plasma_web/components/Mask/Mask.d.ts +0 -191
  613. package/types/examples/plasma_web/components/Mask/Mask.d.ts.map +0 -1
  614. package/types/hooks/useForm.d.ts +0 -10
  615. package/types/hooks/useForm.d.ts.map +0 -1
  616. package/types/utils/inputHidden.d.ts +0 -2
  617. package/types/utils/inputHidden.d.ts.map +0 -1
  618. package/types/utils/setRefList.d.ts +0 -6
  619. package/types/utils/setRefList.d.ts.map +0 -1
  620. /package/emotion/cjs/components/{Mask/Mask.types.js → Attach/Attach.types.js} +0 -0
  621. /package/emotion/es/components/{Mask/Mask.types.js → Attach/Attach.types.js} +0 -0
  622. /package/{emotion/cjs/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.js → styled-components/cjs/components/Attach/Attach.types.js} +0 -0
  623. /package/{emotion/es/components/Slider/components/DoubleUncontrolled/DoubleUncontrolled.types.js → styled-components/es/components/Attach/Attach.types.js} +0 -0
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.config = void 0;
7
+ var _styledComponents = /*#__PURE__*/require("styled-components");
8
+ var _Attach = /*#__PURE__*/require("../../../../components/Attach");
9
+ var config = exports.config = {
10
+ defaults: {
11
+ view: 'default',
12
+ focused: 'true',
13
+ size: 'm'
14
+ },
15
+ variations: {
16
+ view: {
17
+ "default": /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
18
+ accent: /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
19
+ secondary: /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
20
+ clear: /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
21
+ positive: /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
22
+ success: /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
23
+ warning: /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
24
+ critical: /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
25
+ negative: /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
26
+ dark: /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
27
+ black: /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
28
+ white: /*#__PURE__*/(0, _styledComponents.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);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor)
29
+ },
30
+ size: {
31
+ l: /*#__PURE__*/(0, _styledComponents.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;"], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor),
32
+ m: /*#__PURE__*/(0, _styledComponents.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;"], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor),
33
+ s: /*#__PURE__*/(0, _styledComponents.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;"], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor),
34
+ xs: /*#__PURE__*/(0, _styledComponents.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;"], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor)
35
+ }
36
+ }
37
+ };
@@ -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
+ };
@@ -21,12 +21,6 @@ Object.defineProperty(exports, "useForceUpdate", {
21
21
  return _useForceUpdate.useForceUpdate;
22
22
  }
23
23
  });
24
- Object.defineProperty(exports, "useForm", {
25
- enumerable: true,
26
- get: function get() {
27
- return _useForm.useForm;
28
- }
29
- });
30
24
  Object.defineProperty(exports, "useIsomorphicLayoutEffect", {
31
25
  enumerable: true,
32
26
  get: function get() {
@@ -57,5 +51,4 @@ var _usePreviousValue = /*#__PURE__*/require("./usePreviousValue");
57
51
  var _useForceUpdate = /*#__PURE__*/require("./useForceUpdate");
58
52
  var _useDidMountEffect = /*#__PURE__*/require("./useDidMountEffect");
59
53
  var _useOutsideClick = /*#__PURE__*/require("./useOutsideClick");
60
- var _useIsomorphicLayoutEffect = /*#__PURE__*/require("./useIsomorphicLayoutEffect");
61
- var _useForm = /*#__PURE__*/require("./useForm");
54
+ var _useIsomorphicLayoutEffect = /*#__PURE__*/require("./useIsomorphicLayoutEffect");
@@ -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
  });
@@ -13,8 +13,6 @@ var _exportNames = {
13
13
  IS_REACT_18: true,
14
14
  safeUseId: true,
15
15
  isNumber: true,
16
- mergeRefs: true,
17
- setRefList: true,
18
16
  isEmpty: true,
19
17
  constants: true
20
18
  };
@@ -55,30 +53,17 @@ Object.defineProperty(exports, "isNumber", {
55
53
  return _isNumber.isNumber;
56
54
  }
57
55
  });
58
- Object.defineProperty(exports, "mergeRefs", {
59
- enumerable: true,
60
- get: function get() {
61
- return _setRefList.mergeRefs;
62
- }
63
- });
64
56
  Object.defineProperty(exports, "safeUseId", {
65
57
  enumerable: true,
66
58
  get: function get() {
67
59
  return _react.safeUseId;
68
60
  }
69
61
  });
70
- Object.defineProperty(exports, "setRefList", {
71
- enumerable: true,
72
- get: function get() {
73
- return _setRefList.setRefList;
74
- }
75
- });
76
62
  var _canUseDOM = /*#__PURE__*/require("./canUseDOM");
77
63
  var _extractTextFrom = /*#__PURE__*/require("./extractTextFrom");
78
64
  var _getSizeValueFromProp = /*#__PURE__*/require("./getSizeValueFromProp");
79
65
  var _react = /*#__PURE__*/require("./react");
80
66
  var _isNumber = /*#__PURE__*/require("./isNumber");
81
- var _setRefList = /*#__PURE__*/require("./setRefList");
82
67
  var _isEmpty = /*#__PURE__*/require("./isEmpty");
83
68
  var _constants = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("./constants"));
84
69
  exports.constants = _constants;
@@ -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,10 @@
1
+ import styled from 'styled-components';
2
+ import { css } from 'styled-components';
3
+ import { tokens as attachTokens } from './Attach.tokens';
4
+ export var base = /*#__PURE__*/css(["position:relative;display:flex;"]);
5
+ export var StyledHiddenInput = /*#__PURE__*/styled.input.withConfig({
6
+ componentId: "plasma-new-hope__sc-15vkopl-0"
7
+ })(["display:none;"]);
8
+ export var StyledHiddenInputHelper = /*#__PURE__*/styled.div.withConfig({
9
+ componentId: "plasma-new-hope__sc-15vkopl-1"
10
+ })(["position:absolute;visibility:hidden;font-family:var(", ");font-size:var(", ");font-style:var(", ");font-weight:var(", ");letter-spacing:var(", ");line-height:var(", ");"], attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight);