@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
@@ -4,5 +4,4 @@ export { usePreviousValue } from './usePreviousValue';
4
4
  export { useForceUpdate } from './useForceUpdate';
5
5
  export { useDidMountEffect } from './useDidMountEffect';
6
6
  export { useOutsideClick } from './useOutsideClick';
7
- export { useIsomorphicLayoutEffect } from './useIsomorphicLayoutEffect';
8
- export { useForm } from './useForm';
7
+ export { useIsomorphicLayoutEffect } from './useIsomorphicLayoutEffect';
@@ -57,4 +57,4 @@ export * from './components/Price';
57
57
  export * from './components/Autocomplete';
58
58
  export * from './components/EmptyState';
59
59
  export * from './components/Editable';
60
- export * from './components/Mask';
60
+ export * from './components/Attach';
@@ -3,7 +3,6 @@ export { extractTextFrom } from './extractTextFrom';
3
3
  export { getSizeValueFromProp } from './getSizeValueFromProp';
4
4
  export { IS_REACT_18, safeUseId } from './react';
5
5
  export { isNumber } from './isNumber';
6
- export { mergeRefs, setRefList } from './setRefList';
7
6
  export { isEmpty } from './isEmpty';
8
7
  import * as _constants from './constants';
9
8
  export { _constants as constants };
@@ -0,0 +1,23 @@
1
+ import React from 'react';
2
+ import { RootProps } from '../../engines';
3
+ import { AttachProps } from './Attach.types';
4
+ export declare const attachRoot: (Root: RootProps<HTMLDivElement, AttachProps>) => React.ForwardRefExoticComponent<AttachProps & React.RefAttributes<HTMLDivElement>>;
5
+ export declare const attachConfig: {
6
+ name: string;
7
+ tag: string;
8
+ layout: (Root: RootProps<HTMLDivElement, AttachProps>) => React.ForwardRefExoticComponent<AttachProps & React.RefAttributes<HTMLDivElement>>;
9
+ base: import("@linaria/core").LinariaClassName;
10
+ variations: {
11
+ view: {
12
+ css: import("@linaria/core").LinariaClassName;
13
+ };
14
+ size: {
15
+ css: import("@linaria/core").LinariaClassName;
16
+ };
17
+ };
18
+ defaults: {
19
+ view: string;
20
+ size: string;
21
+ };
22
+ };
23
+ //# sourceMappingURL=Attach.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Attach.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkD,MAAM,OAAO,CAAC;AAGvE,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAU7C,eAAO,MAAM,UAAU,SAAU,UAAU,cAAc,EAAE,WAAW,CAAC,uFAqKjE,CAAC;AAEP,eAAO,MAAM,YAAY;;;mBAvKQ,UAAU,cAAc,EAAE,WAAW,CAAC;;;;;;;;;;;;;;CAwLtE,CAAC"}
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ export declare const base: import("@linaria/core").LinariaClassName;
3
+ export declare const StyledHiddenInput: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLInputElement> & import("react").InputHTMLAttributes<HTMLInputElement> & Record<never, unknown>>;
4
+ export declare const StyledHiddenInputHelper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
+ //# sourceMappingURL=Attach.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Attach.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.styles.ts"],"names":[],"mappings":";AAKA,eAAO,MAAM,IAAI,0CAGhB,CAAC;AAEF,eAAO,MAAM,iBAAiB,8KAE7B,CAAC;AAEF,eAAO,MAAM,uBAAuB,qKAUnC,CAAC"}
@@ -0,0 +1,119 @@
1
+ export declare const classes: {
2
+ auto: string;
3
+ horizontal: string;
4
+ vertical: string;
5
+ cellHidden: string;
6
+ };
7
+ export declare const tokens: {
8
+ horizontalGap: string;
9
+ verticalGap: string;
10
+ buttonColor: string;
11
+ buttonValueColor: string;
12
+ buttonBackgroundColor: string;
13
+ buttonColorHover: string;
14
+ buttonBackgroundColorHover: string;
15
+ buttonColorActive: string;
16
+ buttonBackgroundColorActive: string;
17
+ buttonLoadingBackgroundColor: string;
18
+ buttonScaleHover: string;
19
+ buttonScaleActive: string;
20
+ buttonHeight: string;
21
+ buttonWidth: string;
22
+ buttonPadding: string;
23
+ buttonRadius: string;
24
+ buttonRadiusCircle: string;
25
+ buttonFontFamily: string;
26
+ buttonFontSize: string;
27
+ buttonFontStyle: string;
28
+ buttonFontWeight: string;
29
+ buttonLetterSpacing: string;
30
+ buttonLineHeight: string;
31
+ buttonLeftContentMargin: string;
32
+ buttonLeftContentAlignSelf: string;
33
+ buttonRightContentMargin: string;
34
+ buttonRightContentAlignSelf: string;
35
+ buttonValueMargin: string;
36
+ buttonDisabledOpacity: string;
37
+ buttonFocusColor: string;
38
+ buttonSpinnerColor: string;
39
+ buttonSpinnerSize: string;
40
+ cellColor: string;
41
+ cellBackgroundColor: string;
42
+ cellPadding: string;
43
+ cellPaddingLeftContent: string;
44
+ cellPaddingContent: string;
45
+ cellPaddingRightContent: string;
46
+ cellTextboxGap: string;
47
+ cellGap: string;
48
+ cellWidth: string;
49
+ cellLabelColor: string;
50
+ cellLabelFontFamily: string;
51
+ cellLabelFontSize: string;
52
+ cellLabelFontStyle: string;
53
+ cellLabelFontWeight: string;
54
+ cellLabelLetterSpacing: string;
55
+ cellLabelLineHeight: string;
56
+ cellTitleColor: string;
57
+ cellTitleFontFamily: string;
58
+ cellTitleFontSize: string;
59
+ cellTitleFontStyle: string;
60
+ cellTitleFontWeight: string;
61
+ cellTitleLetterSpacing: string;
62
+ cellTitleLineHeight: string;
63
+ cellSubtitleColor: string;
64
+ cellSubtitleFontFamily: string;
65
+ cellSubtitleFontSize: string;
66
+ cellSubtitleFontStyle: string;
67
+ cellSubtitleFontWeight: string;
68
+ cellSubtitleLetterSpacing: string;
69
+ cellSubtitleLineHeight: string;
70
+ iconButtonColor: string;
71
+ iconButtonBackgroundColor: string;
72
+ iconButtonLoadingBackgroundColor: string;
73
+ iconButtonColorHover: string;
74
+ iconButtonBackgroundColorHover: string;
75
+ iconButtonColorActive: string;
76
+ iconButtonBackgroundColorActive: string;
77
+ iconButtonScaleHover: string;
78
+ iconButtonScaleActive: string;
79
+ iconButtonHeight: string;
80
+ iconButtonWidth: string;
81
+ iconButtonPadding: string;
82
+ iconButtonRadius: string;
83
+ iconButtonRadiusCircle: string;
84
+ iconButtonFontFamily: string;
85
+ iconButtonFontSize: string;
86
+ iconButtonFontStyle: string;
87
+ iconButtonFontWeight: string;
88
+ iconButtonLetterSpacing: string;
89
+ iconButtonLineHeight: string;
90
+ iconButtonDisabledOpacity: string;
91
+ iconButtonFocusColor: string;
92
+ iconButtonSpinnerColor: string;
93
+ iconButtonSpinnerSize: string;
94
+ iconButtonCancelColor: string;
95
+ iconButtonCancelBackgroundColor: string;
96
+ iconButtonCancelLoadingBackgroundColor: string;
97
+ iconButtonCancelColorHover: string;
98
+ iconButtonCancelBackgroundColorHover: string;
99
+ iconButtonCancelColorActive: string;
100
+ iconButtonCancelBackgroundColorActive: string;
101
+ iconButtonCancelScaleHover: string;
102
+ iconButtonCancelScaleActive: string;
103
+ iconButtonCancelHeight: string;
104
+ iconButtonCancelWidth: string;
105
+ iconButtonCancelPadding: string;
106
+ iconButtonCancelRadius: string;
107
+ iconButtonCancelRadiusCircle: string;
108
+ iconButtonCancelFontFamily: string;
109
+ iconButtonCancelFontSize: string;
110
+ iconButtonCancelFontStyle: string;
111
+ iconButtonCancelFontWeight: string;
112
+ iconButtonCancelLetterSpacing: string;
113
+ iconButtonCancelLineHeight: string;
114
+ iconButtonCancelDisabledOpacity: string;
115
+ iconButtonCancelFocusColor: string;
116
+ iconButtonCancelSpinnerColor: string;
117
+ iconButtonCancelSpinnerSize: string;
118
+ };
119
+ //# sourceMappingURL=Attach.tokens.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Attach.tokens.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.tokens.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;CAKnB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0IlB,CAAC"}
@@ -0,0 +1,43 @@
1
+ import type { HTMLAttributes } from 'react';
2
+ import React from 'react';
3
+ import { ButtonProps } from '../Button/Button.types';
4
+ export declare type BaseAttachProps = {
5
+ /**
6
+ * Массив форматов файлов, которые могут быть прикреплены (см. HTML-атрибут 'accept' для 'input').
7
+ */
8
+ acceptedFileFormats?: string[];
9
+ /**
10
+ * Отображать прикрепленный файл
11
+ * @default true
12
+ */
13
+ hasAttachment?: boolean;
14
+ /**
15
+ * Расположение элементов.
16
+ * По умолчанию 'auto' – автоматический перенос элемента в случае нехватки ширины контейнера.
17
+ * @default 'auto'
18
+ */
19
+ flow?: 'horizontal' | 'vertical' | 'auto';
20
+ /**
21
+ * Размер Attach
22
+ */
23
+ size?: string;
24
+ /**
25
+ * Вид Attach
26
+ */
27
+ view?: string;
28
+ };
29
+ export declare type AttachButtonProps = ({
30
+ /**
31
+ * Тип кнопки. 'button' – обычная кнопка. 'iconButton' – кнопка с иконкой.
32
+ * @default 'button'
33
+ */
34
+ buttonType?: 'button';
35
+ } | {
36
+ buttonType?: 'iconButton';
37
+ /**
38
+ * Иконка
39
+ */
40
+ icon?: React.ReactNode;
41
+ }) & ButtonProps;
42
+ export declare type AttachProps = HTMLAttributes<HTMLDivElement> & ButtonProps & BaseAttachProps & AttachButtonProps;
43
+ //# sourceMappingURL=Attach.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Attach.types.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/Attach.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAErD,oBAAY,eAAe,GAAG;IAC1B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;;OAIG;IACH,IAAI,CAAC,EAAE,YAAY,GAAG,UAAU,GAAG,MAAM,CAAC;IAC1C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,oBAAY,iBAAiB,GAAG,CAC1B;IACI;;;OAGG;IACH,UAAU,CAAC,EAAE,QAAQ,CAAC;CACzB,GACD;IACI,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC1B,CACN,GACG,WAAW,CAAC;AAEhB,oBAAY,WAAW,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG,WAAW,GAAG,eAAe,GAAG,iBAAiB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { AttachButtonProps } from '../../Attach.types';
3
+ export declare const AttachButton: React.ForwardRefExoticComponent<AttachButtonProps & React.RefAttributes<HTMLButtonElement>>;
4
+ //# sourceMappingURL=AttachButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AttachButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/components/AttachButton/AttachButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAoBvD,eAAO,MAAM,YAAY,6FAavB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { AttachButton } from './AttachButton';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/components/AttachButton/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { attachRoot, attachConfig } from './Attach';
2
+ export type { AttachProps } from './Attach.types';
3
+ export { tokens as attachTokens } from './Attach.tokens';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Attach/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AACpD,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,MAAM,IAAI,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { StyledButton } from './Button.styles';
2
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/ui/Button/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,45 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledButton: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
3
+ text?: string | undefined;
4
+ contentLeft?: import("react").ReactNode;
5
+ contentPlacing?: ("default" | "relaxed") | undefined;
6
+ isLoading?: boolean | undefined;
7
+ loader?: import("react").ReactNode;
8
+ stretch?: boolean | undefined;
9
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
10
+ square?: boolean | undefined;
11
+ focused?: boolean | undefined;
12
+ disabled?: boolean | undefined;
13
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
14
+ view?: string | undefined;
15
+ size?: string | undefined;
16
+ outlined?: boolean | undefined;
17
+ shiftLeft?: boolean | undefined;
18
+ shiftRight?: boolean | undefined;
19
+ blur?: "small" | "medium" | "large" | undefined;
20
+ } & {
21
+ value?: string | number | undefined;
22
+ contentRight?: undefined;
23
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
24
+ text?: string | undefined;
25
+ contentLeft?: import("react").ReactNode;
26
+ contentPlacing?: ("default" | "relaxed") | undefined;
27
+ isLoading?: boolean | undefined;
28
+ loader?: import("react").ReactNode;
29
+ stretch?: boolean | undefined;
30
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
31
+ square?: boolean | undefined;
32
+ focused?: boolean | undefined;
33
+ disabled?: boolean | undefined;
34
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
35
+ view?: string | undefined;
36
+ size?: string | undefined;
37
+ outlined?: boolean | undefined;
38
+ shiftLeft?: boolean | undefined;
39
+ shiftRight?: boolean | undefined;
40
+ blur?: "small" | "medium" | "large" | undefined;
41
+ } & {
42
+ value?: undefined;
43
+ contentRight?: import("react").ReactNode;
44
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
45
+ //# sourceMappingURL=Button.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/ui/Button/Button.styles.tsx"],"names":[],"mappings":";AASA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAoCxB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { StyledCell } from './Cell.styles';
2
+ //# sourceMappingURL=Cell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/ui/Cell/Cell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,33 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledCell: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & (({
3
+ size?: string | undefined;
4
+ view?: string | undefined;
5
+ contentLeft?: import("react").ReactNode;
6
+ contentRight?: import("react").ReactNode;
7
+ alignContentLeft?: import("../../../Cell/Cell.types").AlignProp | undefined;
8
+ alignContentRight?: import("../../../Cell/Cell.types").AlignProp | undefined;
9
+ stretching?: "auto" | "fixed" | "filled" | undefined;
10
+ content?: import("react").ReactNode;
11
+ description?: string | undefined;
12
+ } & {
13
+ title?: string | undefined;
14
+ subtitle?: string | undefined;
15
+ label?: string | undefined;
16
+ children?: undefined;
17
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
18
+ size?: string | undefined;
19
+ view?: string | undefined;
20
+ contentLeft?: import("react").ReactNode;
21
+ contentRight?: import("react").ReactNode;
22
+ alignContentLeft?: import("../../../Cell/Cell.types").AlignProp | undefined;
23
+ alignContentRight?: import("../../../Cell/Cell.types").AlignProp | undefined;
24
+ stretching?: "auto" | "fixed" | "filled" | undefined;
25
+ content?: import("react").ReactNode;
26
+ description?: string | undefined;
27
+ } & {
28
+ title?: undefined;
29
+ subtitle?: undefined;
30
+ label?: undefined;
31
+ children?: import("react").ReactNode;
32
+ } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>))>;
33
+ //# sourceMappingURL=Cell.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Cell.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/ui/Cell/Cell.styles.tsx"],"names":[],"mappings":";AASA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qGAyCtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { StyledIconButton } from './IconButton.styles';
2
+ //# sourceMappingURL=IconButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/ui/IconButton/IconButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,88 @@
1
+ /// <reference types="react" />
2
+ export declare const StyledIconButton: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
3
+ text?: string | undefined;
4
+ contentLeft?: import("react").ReactNode;
5
+ contentPlacing?: ("default" | "relaxed") | undefined;
6
+ isLoading?: boolean | undefined;
7
+ loader?: import("react").ReactNode;
8
+ stretch?: boolean | undefined;
9
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
10
+ square?: boolean | undefined;
11
+ focused?: boolean | undefined;
12
+ disabled?: boolean | undefined;
13
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
14
+ view?: string | undefined;
15
+ size?: string | undefined;
16
+ outlined?: boolean | undefined;
17
+ shiftLeft?: boolean | undefined;
18
+ shiftRight?: boolean | undefined;
19
+ blur?: "small" | "medium" | "large" | undefined;
20
+ } & {
21
+ value?: string | number | undefined;
22
+ contentRight?: undefined;
23
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
24
+ text?: string | undefined;
25
+ contentLeft?: import("react").ReactNode;
26
+ contentPlacing?: ("default" | "relaxed") | undefined;
27
+ isLoading?: boolean | undefined;
28
+ loader?: import("react").ReactNode;
29
+ stretch?: boolean | undefined;
30
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
31
+ square?: boolean | undefined;
32
+ focused?: boolean | undefined;
33
+ disabled?: boolean | undefined;
34
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
35
+ view?: string | undefined;
36
+ size?: string | undefined;
37
+ outlined?: boolean | undefined;
38
+ shiftLeft?: boolean | undefined;
39
+ shiftRight?: boolean | undefined;
40
+ blur?: "small" | "medium" | "large" | undefined;
41
+ } & {
42
+ value?: undefined;
43
+ contentRight?: import("react").ReactNode;
44
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
45
+ export declare const StyledIconButtonCancel: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
46
+ text?: string | undefined;
47
+ contentLeft?: import("react").ReactNode;
48
+ contentPlacing?: ("default" | "relaxed") | undefined;
49
+ isLoading?: boolean | undefined;
50
+ loader?: import("react").ReactNode;
51
+ stretch?: boolean | undefined;
52
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
53
+ square?: boolean | undefined;
54
+ focused?: boolean | undefined;
55
+ disabled?: boolean | undefined;
56
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
57
+ view?: string | undefined;
58
+ size?: string | undefined;
59
+ outlined?: boolean | undefined;
60
+ shiftLeft?: boolean | undefined;
61
+ shiftRight?: boolean | undefined;
62
+ blur?: "small" | "medium" | "large" | undefined;
63
+ } & {
64
+ value?: string | number | undefined;
65
+ contentRight?: undefined;
66
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
67
+ text?: string | undefined;
68
+ contentLeft?: import("react").ReactNode;
69
+ contentPlacing?: ("default" | "relaxed") | undefined;
70
+ isLoading?: boolean | undefined;
71
+ loader?: import("react").ReactNode;
72
+ stretch?: boolean | undefined;
73
+ stretching?: ("auto" | "fixed" | "filled") | undefined;
74
+ square?: boolean | undefined;
75
+ focused?: boolean | undefined;
76
+ disabled?: boolean | undefined;
77
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
78
+ view?: string | undefined;
79
+ size?: string | undefined;
80
+ outlined?: boolean | undefined;
81
+ shiftLeft?: boolean | undefined;
82
+ shiftRight?: boolean | undefined;
83
+ blur?: "small" | "medium" | "large" | undefined;
84
+ } & {
85
+ value?: undefined;
86
+ contentRight?: import("react").ReactNode;
87
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
88
+ //# sourceMappingURL=IconButton.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconButton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/ui/IconButton/IconButton.styles.tsx"],"names":[],"mappings":";AASA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDA8B5B,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDA4BlC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const extractExtension: (filename: string) => string | undefined;
2
+ //# sourceMappingURL=extractExtension.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extractExtension.d.ts","sourceRoot":"","sources":["../../../../src/components/Attach/utils/extractExtension.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,aAAc,MAAM,uBAA8B,CAAC"}
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ export declare const getFileicon: (extension?: string | undefined, size?: string | undefined) => JSX.Element;
3
+ //# sourceMappingURL=getFileicon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getFileicon.d.ts","sourceRoot":"","sources":["../../../../src/components/Attach/utils/getFileicon.tsx"],"names":[],"mappings":";AAWA,eAAO,MAAM,WAAW,4EAiBvB,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { extractExtension } from './extractExtension';
2
+ export { getFileicon } from './getFileicon';
3
+ export { truncateFilename } from './truncateFilename';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/Attach/utils/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const truncateFilename: ({ filename, startNameTruncationIndex, separator, minNameLength, }: {
2
+ filename: string;
3
+ startNameTruncationIndex: number;
4
+ separator?: string | undefined;
5
+ minNameLength?: number | undefined;
6
+ }) => string;
7
+ //# sourceMappingURL=truncateFilename.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"truncateFilename.d.ts","sourceRoot":"","sources":["../../../../src/components/Attach/utils/truncateFilename.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB;cAMf,MAAM;8BACU,MAAM;;;YAgBnC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const base: import("@linaria/core").LinariaClassName;
2
+ //# sourceMappingURL=base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/variations/_size/base.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,0CAchB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const base: import("@linaria/core").LinariaClassName;
2
+ //# sourceMappingURL=base.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base.d.ts","sourceRoot":"","sources":["../../../../../src/components/Attach/variations/_view/base.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,0CAYhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../src/components/Cell/Cell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAO9C,eAAO,MAAM,QAAQ,SAAU,UAAU,cAAc,EAAE,SAAS,CAAC,qFA0C9D,CAAC;AAEN,eAAO,MAAM,UAAU;;;mBA5CQ,UAAU,cAAc,EAAE,SAAS,CAAC;;;;;;;;;;;;;;CA6DlE,CAAC"}
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../src/components/Cell/Cell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqB,MAAM,OAAO,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAO9C,eAAO,MAAM,QAAQ,SAAU,UAAU,cAAc,EAAE,SAAS,CAAC,qFAgD9D,CAAC;AAEN,eAAO,MAAM,UAAU;;;mBAlDQ,UAAU,cAAc,EAAE,SAAS,CAAC;;;;;;;;;;;;;;CAmElE,CAAC"}
@@ -9,7 +9,7 @@ declare type CustomCellProps = {
9
9
  /**
10
10
  * Размер
11
11
  */
12
- view: string;
12
+ view?: string;
13
13
  /**
14
14
  * Слот для контента слева, например `Icon`
15
15
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Cell.types.d.ts","sourceRoot":"","sources":["../../../src/components/Cell/Cell.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAE3E,oBAAY,SAAS,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,CAAC;AAEpD,aAAK,eAAe,GAAG;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B;;OAEG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAE9B;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAEzC;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,oBAAY,SAAS,GAAG,eAAe,GAAG,gBAAgB,CAAC"}
1
+ {"version":3,"file":"Cell.types.d.ts","sourceRoot":"","sources":["../../../src/components/Cell/Cell.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,oCAAoC,CAAC;AAE3E,oBAAY,SAAS,GAAG,QAAQ,GAAG,KAAK,GAAG,QAAQ,CAAC;AAEpD,aAAK,eAAe,GAAG;IACnB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,gBAAgB,CAAC,EAAE,SAAS,CAAC;IAE7B;;OAEG;IACH,iBAAiB,CAAC,EAAE,SAAS,CAAC;IAE9B;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAC;IAEzC;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,oBAAY,SAAS,GAAG,eAAe,GAAG,gBAAgB,CAAC"}
@@ -3,7 +3,7 @@ import type { ComboboxProps } from '../../../../Combobox.types';
3
3
  export declare const StyledWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
4
4
  export declare const StyledCell: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../../../../engines/types").PropsType<import("../../../../../../../engines/types").Variants> & (({
5
5
  size?: string | undefined;
6
- view: string;
6
+ view?: string | undefined;
7
7
  contentLeft?: import("react").ReactNode;
8
8
  contentRight?: import("react").ReactNode;
9
9
  alignContentLeft?: import("../../../../../../Cell/Cell.types").AlignProp | undefined;
@@ -18,7 +18,7 @@ export declare const StyledCell: import("@linaria/react").StyledMeta & import("r
18
18
  children?: undefined;
19
19
  } & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>) | ({
20
20
  size?: string | undefined;
21
- view: string;
21
+ view?: string | undefined;
22
22
  contentLeft?: import("react").ReactNode;
23
23
  contentRight?: import("react").ReactNode;
24
24
  alignContentLeft?: import("../../../../../../Cell/Cell.types").AlignProp | undefined;
@@ -5,7 +5,6 @@ import type { DatePickerRangeProps } from './RangeDate.types';
5
5
  export declare const datePickerRangeRoot: (Root: RootProps<HTMLDivElement, Omit<DatePickerRangeProps, 'opened' | 'defaultValue' | 'onChangeValue'>>) => React.ForwardRefExoticComponent<import("../DatePickerBase.types").DatePickerdVariationProps & {
6
6
  defaultFirstDate?: Date | undefined;
7
7
  defaultSecondDate?: Date | undefined;
8
- name?: string | undefined;
9
8
  onCommitFirstDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: import("../../Calendar/Calendar.types").DateInfo | undefined) => void) | undefined;
10
9
  onCommitSecondDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: import("../../Calendar/Calendar.types").DateInfo | undefined) => void) | undefined;
11
10
  } & {
@@ -49,7 +48,6 @@ export declare const datePickerRangeConfig: {
49
48
  layout: (Root: RootProps<HTMLDivElement, Omit<DatePickerRangeProps, 'opened' | 'defaultValue' | 'onChangeValue'>>) => React.ForwardRefExoticComponent<import("../DatePickerBase.types").DatePickerdVariationProps & {
50
49
  defaultFirstDate?: Date | undefined;
51
50
  defaultSecondDate?: Date | undefined;
52
- name?: string | undefined;
53
51
  onCommitFirstDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: import("../../Calendar/Calendar.types").DateInfo | undefined) => void) | undefined;
54
52
  onCommitSecondDate?: ((value: string | Date, error?: boolean | undefined, success?: boolean | undefined, dateInfo?: import("../../Calendar/Calendar.types").DateInfo | undefined) => void) | undefined;
55
53
  } & {
@@ -1 +1 @@
1
- {"version":3,"file":"RangeDate.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/RangeDate/RangeDate.tsx"],"names":[],"mappings":"AAAA,OAAO,KASN,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAM9D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAQ9D,eAAO,MAAM,mBAAmB,SACtB,UAAU,cAAc,EAAE,KAAK,oBAAoB,EAAE,QAAQ,GAAG,cAAc,GAAG,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+EAoVvG,CAAC;AAEN,eAAO,MAAM,qBAAqB;;;mBAtVxB,UAAU,cAAc,EAAE,KAAK,oBAAoB,EAAE,QAAQ,GAAG,cAAc,GAAG,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+W3G,CAAC"}
1
+ {"version":3,"file":"RangeDate.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/RangeDate/RangeDate.tsx"],"names":[],"mappings":"AAAA,OAAO,KASN,MAAM,OAAO,CAAC;AAEf,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAIlD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAI9D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAQ9D,eAAO,MAAM,mBAAmB,SACtB,UAAU,cAAc,EAAE,KAAK,oBAAoB,EAAE,QAAQ,GAAG,cAAc,GAAG,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+EAySvG,CAAC;AAEN,eAAO,MAAM,qBAAqB;;;mBA3SxB,UAAU,cAAc,EAAE,KAAK,oBAAoB,EAAE,QAAQ,GAAG,cAAc,GAAG,eAAe,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoU3G,CAAC"}
@@ -14,10 +14,6 @@ export declare type DatePickerRangeFieldProps = {
14
14
  * Значение по умолчанию для второго поля.
15
15
  */
16
16
  defaultSecondDate?: Date;
17
- /**
18
- * Название для формы
19
- */
20
- name?: string;
21
17
  /**
22
18
  * Callback по нажатию Enter в поле ввода или выборе дня на календаре для первой даты.
23
19
  */
@@ -1 +1 @@
1
- {"version":3,"file":"RangeDate.types.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/RangeDate/RangeDate.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,KAAK,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAClG,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAE9D,oBAAY,wBAAwB,GAAG,KAAK,GAAG,QAAQ,CAAC;AAExD,aAAK,cAAc,GAAG,IAAI,CACtB,eAAe,EACf,YAAY,GAAG,aAAa,GAAG,oBAAoB,GAAG,qBAAqB,CAC9E,CAAC;AAEF,oBAAY,yBAAyB,GAAG;IACpC;;OAEG;IACH,gBAAgB,CAAC,EAAE,IAAI,CAAC;IACxB;;OAEG;IACH,iBAAiB,CAAC,EAAE,IAAI,CAAC;IACzB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC5G;;OAEG;IACH,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;CAChH,GAAG,cAAc,CAAC;AAEnB,oBAAY,4BAA4B,GAAG,IAAI,CAAC,sBAAsB,EAAE,WAAW,CAAC,GAAG;IACnF;;;;OAIG;IACH,SAAS,CAAC,EAAE,wBAAwB,GAAG,KAAK,CAAC,wBAAwB,CAAC,CAAC;IACvE;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,oBAAY,oBAAoB,GAAG,yBAAyB,GACxD,yBAAyB,GACzB,uBAAuB,GACvB,4BAA4B,GAC5B,cAAc,CAAC,cAAc,CAAC,CAAC"}
1
+ {"version":3,"file":"RangeDate.types.d.ts","sourceRoot":"","sources":["../../../../src/components/DatePicker/RangeDate/RangeDate.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAC/D,OAAO,KAAK,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAC;AAClG,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AAC7E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,+BAA+B,CAAC;AAE9D,oBAAY,wBAAwB,GAAG,KAAK,GAAG,QAAQ,CAAC;AAExD,aAAK,cAAc,GAAG,IAAI,CACtB,eAAe,EACf,YAAY,GAAG,aAAa,GAAG,oBAAoB,GAAG,qBAAqB,CAC9E,CAAC;AAEF,oBAAY,yBAAyB,GAAG;IACpC;;OAEG;IACH,gBAAgB,CAAC,EAAE,IAAI,CAAC;IACxB;;OAEG;IACH,iBAAiB,CAAC,EAAE,IAAI,CAAC;IACzB;;OAEG;IACH,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC5G;;OAEG;IACH,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,GAAG,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,QAAQ,KAAK,IAAI,CAAC;CAChH,GAAG,cAAc,CAAC;AAEnB,oBAAY,4BAA4B,GAAG,IAAI,CAAC,sBAAsB,EAAE,WAAW,CAAC,GAAG;IACnF;;;;OAIG;IACH,SAAS,CAAC,EAAE,wBAAwB,GAAG,KAAK,CAAC,wBAAwB,CAAC,CAAC;IACvE;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC9B,CAAC;AAEF,oBAAY,oBAAoB,GAAG,yBAAyB,GACxD,yBAAyB,GACzB,uBAAuB,GACvB,4BAA4B,GAC5B,cAAc,CAAC,cAAc,CAAC,CAAC"}