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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (547) hide show
  1. package/cjs/components/Cell/Cell.js +2 -3
  2. package/cjs/components/Cell/Cell.js.map +1 -1
  3. package/cjs/components/Chip/Chip.js +1 -1
  4. package/cjs/components/Chip/Chip.js.map +1 -1
  5. package/cjs/components/Chip/Chip.tokens.js +2 -1
  6. package/cjs/components/Chip/Chip.tokens.js.map +1 -1
  7. package/cjs/components/ChipGroup/ChipGroup.css +7 -0
  8. package/cjs/components/ChipGroup/ChipGroup.js +63 -0
  9. package/cjs/components/ChipGroup/ChipGroup.js.map +1 -0
  10. package/cjs/components/ChipGroup/ChipGroup.styles.js +9 -0
  11. package/cjs/components/ChipGroup/ChipGroup.styles.js.map +1 -0
  12. package/cjs/components/ChipGroup/ChipGroup.styles_1l3nd6v.css +1 -0
  13. package/cjs/components/ChipGroup/ChipGroup.tokens.js +50 -0
  14. package/cjs/components/ChipGroup/ChipGroup.tokens.js.map +1 -0
  15. package/cjs/components/{Attach/variations/_size → ChipGroup/variations/_gap}/base.js +2 -2
  16. package/cjs/components/ChipGroup/variations/_gap/base.js.map +1 -0
  17. package/cjs/components/ChipGroup/variations/_gap/base_vhoe9f.css +1 -0
  18. package/cjs/components/{Attach/variations/_view → ChipGroup/variations/_size}/base.js +2 -2
  19. package/cjs/components/ChipGroup/variations/_size/base.js.map +1 -0
  20. package/cjs/components/ChipGroup/variations/_size/base_eu60ye.css +1 -0
  21. package/cjs/components/ChipGroup/variations/_view/base.js +9 -0
  22. package/cjs/components/ChipGroup/variations/_view/base.js.map +1 -0
  23. package/cjs/components/ChipGroup/variations/_view/base_122089q.css +1 -0
  24. package/cjs/index.css +8 -15
  25. package/cjs/index.js +7 -5
  26. package/cjs/index.js.map +1 -1
  27. package/emotion/cjs/components/Cell/Cell.js +2 -3
  28. package/emotion/cjs/components/Chip/Chip.js +1 -1
  29. package/emotion/cjs/components/Chip/Chip.tokens.js +2 -1
  30. package/emotion/cjs/components/Chip/index.js +6 -0
  31. package/{styled-components/cjs/components/Attach/components/AttachButton/AttachButton.js → emotion/cjs/components/ChipGroup/ChipGroup.js} +50 -36
  32. package/emotion/cjs/components/ChipGroup/ChipGroup.styles.js +9 -0
  33. package/emotion/cjs/components/ChipGroup/ChipGroup.template-doc.mdx +93 -0
  34. package/emotion/cjs/components/ChipGroup/ChipGroup.tokens.js +48 -0
  35. package/emotion/cjs/components/ChipGroup/index.js +31 -0
  36. package/emotion/cjs/components/ChipGroup/variations/_gap/base.js +9 -0
  37. package/emotion/cjs/components/ChipGroup/variations/_gap/tokens.json +1 -0
  38. package/emotion/cjs/components/ChipGroup/variations/_size/base.js +10 -0
  39. package/emotion/cjs/components/ChipGroup/variations/_size/tokens.json +22 -0
  40. package/emotion/cjs/components/ChipGroup/variations/_view/base.js +10 -0
  41. package/emotion/cjs/components/ChipGroup/variations/_view/tokens.json +15 -0
  42. package/emotion/cjs/components/_Icon/index.js +1 -57
  43. package/emotion/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.js +33 -0
  44. package/emotion/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.js +11 -0
  45. package/emotion/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +93 -0
  46. package/emotion/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.config.js +33 -0
  47. package/emotion/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.js +11 -0
  48. package/emotion/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +93 -0
  49. package/emotion/cjs/index.js +11 -11
  50. package/emotion/es/components/Cell/Cell.js +2 -3
  51. package/emotion/es/components/Chip/Chip.js +1 -1
  52. package/emotion/es/components/Chip/Chip.tokens.js +2 -1
  53. package/emotion/es/components/Chip/index.js +1 -1
  54. package/emotion/es/components/ChipGroup/ChipGroup.js +56 -0
  55. package/emotion/es/components/ChipGroup/ChipGroup.styles.js +3 -0
  56. package/emotion/es/components/ChipGroup/ChipGroup.template-doc.mdx +93 -0
  57. package/emotion/es/components/ChipGroup/ChipGroup.tokens.js +42 -0
  58. package/emotion/es/components/ChipGroup/index.js +2 -0
  59. package/emotion/es/components/ChipGroup/variations/_gap/base.js +3 -0
  60. package/emotion/es/components/ChipGroup/variations/_gap/tokens.json +1 -0
  61. package/emotion/es/components/ChipGroup/variations/_size/base.js +4 -0
  62. package/emotion/es/components/ChipGroup/variations/_size/tokens.json +22 -0
  63. package/emotion/es/components/ChipGroup/variations/_view/base.js +4 -0
  64. package/emotion/es/components/ChipGroup/variations/_view/tokens.json +15 -0
  65. package/emotion/es/components/_Icon/index.js +1 -9
  66. package/emotion/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.js +27 -0
  67. package/emotion/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.js +5 -0
  68. package/emotion/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +93 -0
  69. package/emotion/es/examples/plasma_web/components/ChipGroup /ChipGroup.config.js +27 -0
  70. package/emotion/es/examples/plasma_web/components/ChipGroup /ChipGroup.js +5 -0
  71. package/emotion/es/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +93 -0
  72. package/emotion/es/index.js +2 -2
  73. package/es/components/Cell/Cell.js +2 -3
  74. package/es/components/Cell/Cell.js.map +1 -1
  75. package/es/components/Chip/Chip.js +1 -1
  76. package/es/components/Chip/Chip.js.map +1 -1
  77. package/es/components/Chip/Chip.tokens.js +2 -1
  78. package/es/components/Chip/Chip.tokens.js.map +1 -1
  79. package/es/components/ChipGroup/ChipGroup.css +7 -0
  80. package/es/components/ChipGroup/ChipGroup.js +58 -0
  81. package/es/components/ChipGroup/ChipGroup.js.map +1 -0
  82. package/es/components/ChipGroup/ChipGroup.styles.js +5 -0
  83. package/es/components/ChipGroup/ChipGroup.styles.js.map +1 -0
  84. package/es/components/ChipGroup/ChipGroup.styles_1l3nd6v.css +1 -0
  85. package/es/components/ChipGroup/ChipGroup.tokens.js +45 -0
  86. package/es/components/ChipGroup/ChipGroup.tokens.js.map +1 -0
  87. package/es/components/{Attach/variations/_view → ChipGroup/variations/_gap}/base.js +2 -2
  88. package/es/components/ChipGroup/variations/_gap/base.js.map +1 -0
  89. package/es/components/ChipGroup/variations/_gap/base_vhoe9f.css +1 -0
  90. package/es/components/{Attach → ChipGroup}/variations/_size/base.js +2 -2
  91. package/es/components/ChipGroup/variations/_size/base.js.map +1 -0
  92. package/es/components/ChipGroup/variations/_size/base_eu60ye.css +1 -0
  93. package/es/components/ChipGroup/variations/_view/base.js +5 -0
  94. package/es/components/ChipGroup/variations/_view/base.js.map +1 -0
  95. package/es/components/ChipGroup/variations/_view/base_122089q.css +1 -0
  96. package/es/index.css +8 -15
  97. package/es/index.js +3 -3
  98. package/package.json +2 -2
  99. package/styled-components/cjs/components/Cell/Cell.js +2 -3
  100. package/styled-components/cjs/components/Chip/Chip.js +1 -1
  101. package/styled-components/cjs/components/Chip/Chip.tokens.js +2 -1
  102. package/styled-components/cjs/components/Chip/index.js +6 -0
  103. package/{emotion/cjs/components/Attach/components/AttachButton/AttachButton.js → styled-components/cjs/components/ChipGroup/ChipGroup.js} +50 -36
  104. package/styled-components/cjs/components/ChipGroup/ChipGroup.styles.js +9 -0
  105. package/styled-components/cjs/components/ChipGroup/ChipGroup.template-doc.mdx +93 -0
  106. package/styled-components/cjs/components/ChipGroup/ChipGroup.tokens.js +48 -0
  107. package/styled-components/cjs/components/ChipGroup/index.js +31 -0
  108. package/styled-components/cjs/components/{Attach/variations/_view → ChipGroup/variations/_gap}/base.js +2 -2
  109. package/styled-components/cjs/components/ChipGroup/variations/_gap/tokens.json +1 -0
  110. package/styled-components/cjs/components/ChipGroup/variations/_size/base.js +10 -0
  111. package/styled-components/cjs/components/ChipGroup/variations/_size/tokens.json +22 -0
  112. package/styled-components/cjs/components/ChipGroup/variations/_view/base.js +10 -0
  113. package/styled-components/cjs/components/ChipGroup/variations/_view/tokens.json +15 -0
  114. package/styled-components/cjs/components/_Icon/index.js +1 -57
  115. package/styled-components/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.js +33 -0
  116. package/styled-components/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.js +11 -0
  117. package/styled-components/cjs/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +93 -0
  118. package/styled-components/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.config.js +33 -0
  119. package/styled-components/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.js +11 -0
  120. package/styled-components/cjs/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +93 -0
  121. package/styled-components/cjs/index.js +11 -11
  122. package/styled-components/es/components/Cell/Cell.js +2 -3
  123. package/styled-components/es/components/Chip/Chip.js +1 -1
  124. package/styled-components/es/components/Chip/Chip.tokens.js +2 -1
  125. package/styled-components/es/components/Chip/index.js +1 -1
  126. package/styled-components/es/components/ChipGroup/ChipGroup.js +56 -0
  127. package/styled-components/es/components/ChipGroup/ChipGroup.styles.js +3 -0
  128. package/styled-components/es/components/ChipGroup/ChipGroup.template-doc.mdx +93 -0
  129. package/styled-components/es/components/ChipGroup/ChipGroup.tokens.js +42 -0
  130. package/styled-components/es/components/ChipGroup/index.js +2 -0
  131. package/styled-components/es/components/ChipGroup/variations/_gap/base.js +3 -0
  132. package/styled-components/es/components/ChipGroup/variations/_gap/tokens.json +1 -0
  133. package/styled-components/es/components/ChipGroup/variations/_size/base.js +4 -0
  134. package/styled-components/es/components/ChipGroup/variations/_size/tokens.json +22 -0
  135. package/styled-components/es/components/ChipGroup/variations/_view/base.js +4 -0
  136. package/styled-components/es/components/ChipGroup/variations/_view/tokens.json +15 -0
  137. package/styled-components/es/components/_Icon/index.js +1 -9
  138. package/styled-components/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.js +27 -0
  139. package/styled-components/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.js +5 -0
  140. package/styled-components/es/examples/plasma_b2c/components/ChipGroup /ChipGroup.stories.tsx +93 -0
  141. package/styled-components/es/examples/plasma_web/components/ChipGroup /ChipGroup.config.js +27 -0
  142. package/styled-components/es/examples/plasma_web/components/ChipGroup /ChipGroup.js +5 -0
  143. package/styled-components/es/examples/plasma_web/components/ChipGroup /ChipGroup.stories.tsx +93 -0
  144. package/styled-components/es/index.js +2 -2
  145. package/types/components/Cell/Cell.d.ts.map +1 -1
  146. package/types/components/Cell/Cell.types.d.ts +1 -1
  147. package/types/components/Cell/Cell.types.d.ts.map +1 -1
  148. package/types/components/Chip/Chip.tokens.d.ts +1 -0
  149. package/types/components/Chip/Chip.tokens.d.ts.map +1 -1
  150. package/types/components/Chip/index.d.ts +1 -1
  151. package/types/components/Chip/index.d.ts.map +1 -1
  152. package/types/components/ChipGroup/ChipGroup.d.ts +27 -0
  153. package/types/components/ChipGroup/ChipGroup.d.ts.map +1 -0
  154. package/types/components/ChipGroup/ChipGroup.styles.d.ts +2 -0
  155. package/types/components/ChipGroup/ChipGroup.styles.d.ts.map +1 -0
  156. package/types/components/ChipGroup/ChipGroup.tokens.d.ts +43 -0
  157. package/types/components/ChipGroup/ChipGroup.tokens.d.ts.map +1 -0
  158. package/types/components/ChipGroup/ChipGroup.types.d.ts +42 -0
  159. package/types/components/ChipGroup/ChipGroup.types.d.ts.map +1 -0
  160. package/types/components/ChipGroup/index.d.ts +3 -0
  161. package/types/components/ChipGroup/index.d.ts.map +1 -0
  162. package/types/components/ChipGroup/variations/_gap/base.d.ts.map +1 -0
  163. package/types/components/ChipGroup/variations/_size/base.d.ts.map +1 -0
  164. package/types/components/ChipGroup/variations/_view/base.d.ts +2 -0
  165. package/types/components/ChipGroup/variations/_view/base.d.ts.map +1 -0
  166. package/types/components/Combobox/ComboboxNew/ui/Inner/ui/Item/Item.styles.d.ts +2 -2
  167. package/types/components/_Icon/index.d.ts +0 -8
  168. package/types/components/_Icon/index.d.ts.map +1 -1
  169. package/types/examples/plasma_b2c/components/Cell/Cell.d.ts +2 -2
  170. package/types/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.d.ts +24 -0
  171. package/types/examples/plasma_b2c/components/ChipGroup /ChipGroup.config.d.ts.map +1 -0
  172. package/types/examples/plasma_b2c/components/ChipGroup /ChipGroup.d.ts +19 -0
  173. package/types/examples/plasma_b2c/components/ChipGroup /ChipGroup.d.ts.map +1 -0
  174. package/types/examples/plasma_web/components/Cell/Cell.d.ts +2 -2
  175. package/types/examples/plasma_web/components/ChipGroup /ChipGroup.config.d.ts +24 -0
  176. package/types/examples/plasma_web/components/ChipGroup /ChipGroup.config.d.ts.map +1 -0
  177. package/types/examples/plasma_web/components/ChipGroup /ChipGroup.d.ts +19 -0
  178. package/types/examples/plasma_web/components/ChipGroup /ChipGroup.d.ts.map +1 -0
  179. package/types/index.d.ts +1 -1
  180. package/types/index.d.ts.map +1 -1
  181. package/cjs/components/Attach/Attach.css +0 -48
  182. package/cjs/components/Attach/Attach.js +0 -182
  183. package/cjs/components/Attach/Attach.js.map +0 -1
  184. package/cjs/components/Attach/Attach.styles.js +0 -23
  185. package/cjs/components/Attach/Attach.styles.js.map +0 -1
  186. package/cjs/components/Attach/Attach.styles_fl8wha.css +0 -3
  187. package/cjs/components/Attach/Attach.tokens.js +0 -130
  188. package/cjs/components/Attach/Attach.tokens.js.map +0 -1
  189. package/cjs/components/Attach/components/AttachButton/AttachButton.css +0 -34
  190. package/cjs/components/Attach/components/AttachButton/AttachButton.js +0 -49
  191. package/cjs/components/Attach/components/AttachButton/AttachButton.js.map +0 -1
  192. package/cjs/components/Attach/ui/Button/Button.styles.js +0 -23
  193. package/cjs/components/Attach/ui/Button/Button.styles.js.map +0 -1
  194. package/cjs/components/Attach/ui/Button/Button.styles_bj69th.css +0 -1
  195. package/cjs/components/Attach/ui/Cell/Cell.styles.js +0 -25
  196. package/cjs/components/Attach/ui/Cell/Cell.styles.js.map +0 -1
  197. package/cjs/components/Attach/ui/Cell/Cell.styles_69w962.css +0 -1
  198. package/cjs/components/Attach/ui/IconButton/IconButton.styles.js +0 -32
  199. package/cjs/components/Attach/ui/IconButton/IconButton.styles.js.map +0 -1
  200. package/cjs/components/Attach/ui/IconButton/IconButton.styles_1q2jfs2.css +0 -2
  201. package/cjs/components/Attach/utils/extractExtension.js +0 -10
  202. package/cjs/components/Attach/utils/extractExtension.js.map +0 -1
  203. package/cjs/components/Attach/utils/getFileicon.js +0 -45
  204. package/cjs/components/Attach/utils/getFileicon.js.map +0 -1
  205. package/cjs/components/Attach/utils/truncateFilename.js +0 -24
  206. package/cjs/components/Attach/utils/truncateFilename.js.map +0 -1
  207. package/cjs/components/Attach/variations/_size/base.js.map +0 -1
  208. package/cjs/components/Attach/variations/_size/base_eax0b8.css +0 -1
  209. package/cjs/components/Attach/variations/_view/base.js.map +0 -1
  210. package/cjs/components/Attach/variations/_view/base_1nvsg1b.css +0 -1
  211. package/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +0 -33
  212. package/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js.map +0 -1
  213. package/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +0 -37
  214. package/cjs/components/_Icon/Icon.assets/BlankDocOutline.js.map +0 -1
  215. package/cjs/components/_Icon/Icon.assets/BlankOutline.js +0 -24
  216. package/cjs/components/_Icon/Icon.assets/BlankOutline.js.map +0 -1
  217. package/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +0 -29
  218. package/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js.map +0 -1
  219. package/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +0 -33
  220. package/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js.map +0 -1
  221. package/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +0 -33
  222. package/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js.map +0 -1
  223. package/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +0 -24
  224. package/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js.map +0 -1
  225. package/cjs/components/_Icon/Icon.assets/Plus.js +0 -24
  226. package/cjs/components/_Icon/Icon.assets/Plus.js.map +0 -1
  227. package/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +0 -23
  228. package/cjs/components/_Icon/Icons/IconBlankCsvOutline.js.map +0 -1
  229. package/cjs/components/_Icon/Icons/IconBlankDocOutline.js +0 -23
  230. package/cjs/components/_Icon/Icons/IconBlankDocOutline.js.map +0 -1
  231. package/cjs/components/_Icon/Icons/IconBlankOutline.js +0 -23
  232. package/cjs/components/_Icon/Icons/IconBlankOutline.js.map +0 -1
  233. package/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +0 -23
  234. package/cjs/components/_Icon/Icons/IconBlankPdfOutline.js.map +0 -1
  235. package/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +0 -23
  236. package/cjs/components/_Icon/Icons/IconBlankTxtOutline.js.map +0 -1
  237. package/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +0 -23
  238. package/cjs/components/_Icon/Icons/IconBlankXlsOutline.js.map +0 -1
  239. package/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +0 -23
  240. package/cjs/components/_Icon/Icons/IconCloseCircleOutline.js.map +0 -1
  241. package/cjs/components/_Icon/Icons/IconPlus.js +0 -23
  242. package/cjs/components/_Icon/Icons/IconPlus.js.map +0 -1
  243. package/emotion/cjs/components/Attach/Attach.js +0 -187
  244. package/emotion/cjs/components/Attach/Attach.styles.js +0 -36
  245. package/emotion/cjs/components/Attach/Attach.template-doc.mdx +0 -63
  246. package/emotion/cjs/components/Attach/Attach.tokens.js +0 -128
  247. package/emotion/cjs/components/Attach/components/AttachButton/index.js +0 -12
  248. package/emotion/cjs/components/Attach/index.js +0 -25
  249. package/emotion/cjs/components/Attach/ui/Button/Button.js +0 -12
  250. package/emotion/cjs/components/Attach/ui/Button/Button.styles.js +0 -17
  251. package/emotion/cjs/components/Attach/ui/Cell/Cell.js +0 -12
  252. package/emotion/cjs/components/Attach/ui/Cell/Cell.styles.js +0 -17
  253. package/emotion/cjs/components/Attach/ui/IconButton/IconButton.js +0 -12
  254. package/emotion/cjs/components/Attach/ui/IconButton/IconButton.styles.js +0 -21
  255. package/emotion/cjs/components/Attach/utils/extractExtension.js +0 -9
  256. package/emotion/cjs/components/Attach/utils/getFileicon.js +0 -38
  257. package/emotion/cjs/components/Attach/utils/index.js +0 -26
  258. package/emotion/cjs/components/Attach/utils/truncateFilename.js +0 -23
  259. package/emotion/cjs/components/Attach/variations/_size/base.js +0 -9
  260. package/emotion/cjs/components/Attach/variations/_view/base.js +0 -9
  261. package/emotion/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +0 -32
  262. package/emotion/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +0 -36
  263. package/emotion/cjs/components/_Icon/Icon.assets/BlankOutline.js +0 -23
  264. package/emotion/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +0 -28
  265. package/emotion/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +0 -32
  266. package/emotion/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +0 -32
  267. package/emotion/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +0 -23
  268. package/emotion/cjs/components/_Icon/Icon.assets/Plus.js +0 -23
  269. package/emotion/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +0 -22
  270. package/emotion/cjs/components/_Icon/Icons/IconBlankDocOutline.js +0 -22
  271. package/emotion/cjs/components/_Icon/Icons/IconBlankOutline.js +0 -22
  272. package/emotion/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +0 -22
  273. package/emotion/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +0 -22
  274. package/emotion/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +0 -22
  275. package/emotion/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +0 -22
  276. package/emotion/cjs/components/_Icon/Icons/IconPlus.js +0 -22
  277. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.config.js +0 -37
  278. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.js +0 -11
  279. package/emotion/cjs/examples/plasma_b2c/components/Attach/Attach.stories.tsx +0 -181
  280. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.config.js +0 -37
  281. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.js +0 -11
  282. package/emotion/cjs/examples/plasma_web/components/Attach/Attach.stories.tsx +0 -181
  283. package/emotion/es/components/Attach/Attach.js +0 -178
  284. package/emotion/es/components/Attach/Attach.styles.js +0 -29
  285. package/emotion/es/components/Attach/Attach.template-doc.mdx +0 -63
  286. package/emotion/es/components/Attach/Attach.tokens.js +0 -122
  287. package/emotion/es/components/Attach/components/AttachButton/AttachButton.js +0 -42
  288. package/emotion/es/components/Attach/components/AttachButton/index.js +0 -1
  289. package/emotion/es/components/Attach/index.js +0 -2
  290. package/emotion/es/components/Attach/ui/Button/Button.js +0 -1
  291. package/emotion/es/components/Attach/ui/Button/Button.styles.js +0 -10
  292. package/emotion/es/components/Attach/ui/Cell/Cell.js +0 -1
  293. package/emotion/es/components/Attach/ui/Cell/Cell.styles.js +0 -10
  294. package/emotion/es/components/Attach/ui/IconButton/IconButton.js +0 -1
  295. package/emotion/es/components/Attach/ui/IconButton/IconButton.styles.js +0 -14
  296. package/emotion/es/components/Attach/utils/extractExtension.js +0 -3
  297. package/emotion/es/components/Attach/utils/getFileicon.js +0 -31
  298. package/emotion/es/components/Attach/utils/index.js +0 -3
  299. package/emotion/es/components/Attach/utils/truncateFilename.js +0 -17
  300. package/emotion/es/components/Attach/variations/_size/base.js +0 -3
  301. package/emotion/es/components/Attach/variations/_view/base.js +0 -3
  302. package/emotion/es/components/_Icon/Icon.assets/BlankCsvOutline.js +0 -25
  303. package/emotion/es/components/_Icon/Icon.assets/BlankDocOutline.js +0 -29
  304. package/emotion/es/components/_Icon/Icon.assets/BlankOutline.js +0 -16
  305. package/emotion/es/components/_Icon/Icon.assets/BlankPdfOutline.js +0 -21
  306. package/emotion/es/components/_Icon/Icon.assets/BlankTxtOutline.js +0 -25
  307. package/emotion/es/components/_Icon/Icon.assets/BlankXlsOutline.js +0 -25
  308. package/emotion/es/components/_Icon/Icon.assets/CloseCircleOutline.js +0 -16
  309. package/emotion/es/components/_Icon/Icon.assets/Plus.js +0 -16
  310. package/emotion/es/components/_Icon/Icons/IconBlankCsvOutline.js +0 -15
  311. package/emotion/es/components/_Icon/Icons/IconBlankDocOutline.js +0 -15
  312. package/emotion/es/components/_Icon/Icons/IconBlankOutline.js +0 -15
  313. package/emotion/es/components/_Icon/Icons/IconBlankPdfOutline.js +0 -15
  314. package/emotion/es/components/_Icon/Icons/IconBlankTxtOutline.js +0 -15
  315. package/emotion/es/components/_Icon/Icons/IconBlankXlsOutline.js +0 -15
  316. package/emotion/es/components/_Icon/Icons/IconCloseCircleOutline.js +0 -15
  317. package/emotion/es/components/_Icon/Icons/IconPlus.js +0 -15
  318. package/emotion/es/examples/plasma_b2c/components/Attach/Attach.config.js +0 -31
  319. package/emotion/es/examples/plasma_b2c/components/Attach/Attach.js +0 -5
  320. package/emotion/es/examples/plasma_b2c/components/Attach/Attach.stories.tsx +0 -181
  321. package/emotion/es/examples/plasma_web/components/Attach/Attach.config.js +0 -31
  322. package/emotion/es/examples/plasma_web/components/Attach/Attach.js +0 -5
  323. package/emotion/es/examples/plasma_web/components/Attach/Attach.stories.tsx +0 -181
  324. package/es/components/Attach/Attach.css +0 -48
  325. package/es/components/Attach/Attach.js +0 -177
  326. package/es/components/Attach/Attach.js.map +0 -1
  327. package/es/components/Attach/Attach.styles.js +0 -17
  328. package/es/components/Attach/Attach.styles.js.map +0 -1
  329. package/es/components/Attach/Attach.styles_fl8wha.css +0 -3
  330. package/es/components/Attach/Attach.tokens.js +0 -125
  331. package/es/components/Attach/Attach.tokens.js.map +0 -1
  332. package/es/components/Attach/components/AttachButton/AttachButton.css +0 -34
  333. package/es/components/Attach/components/AttachButton/AttachButton.js +0 -45
  334. package/es/components/Attach/components/AttachButton/AttachButton.js.map +0 -1
  335. package/es/components/Attach/ui/Button/Button.styles.js +0 -19
  336. package/es/components/Attach/ui/Button/Button.styles.js.map +0 -1
  337. package/es/components/Attach/ui/Button/Button.styles_bj69th.css +0 -1
  338. package/es/components/Attach/ui/Cell/Cell.styles.js +0 -21
  339. package/es/components/Attach/ui/Cell/Cell.styles.js.map +0 -1
  340. package/es/components/Attach/ui/Cell/Cell.styles_69w962.css +0 -1
  341. package/es/components/Attach/ui/IconButton/IconButton.styles.js +0 -27
  342. package/es/components/Attach/ui/IconButton/IconButton.styles.js.map +0 -1
  343. package/es/components/Attach/ui/IconButton/IconButton.styles_1q2jfs2.css +0 -2
  344. package/es/components/Attach/utils/extractExtension.js +0 -6
  345. package/es/components/Attach/utils/extractExtension.js.map +0 -1
  346. package/es/components/Attach/utils/getFileicon.js +0 -41
  347. package/es/components/Attach/utils/getFileicon.js.map +0 -1
  348. package/es/components/Attach/utils/truncateFilename.js +0 -20
  349. package/es/components/Attach/utils/truncateFilename.js.map +0 -1
  350. package/es/components/Attach/variations/_size/base.js.map +0 -1
  351. package/es/components/Attach/variations/_size/base_eax0b8.css +0 -1
  352. package/es/components/Attach/variations/_view/base.js.map +0 -1
  353. package/es/components/Attach/variations/_view/base_1nvsg1b.css +0 -1
  354. package/es/components/_Icon/Icon.assets/BlankCsvOutline.js +0 -29
  355. package/es/components/_Icon/Icon.assets/BlankCsvOutline.js.map +0 -1
  356. package/es/components/_Icon/Icon.assets/BlankDocOutline.js +0 -33
  357. package/es/components/_Icon/Icon.assets/BlankDocOutline.js.map +0 -1
  358. package/es/components/_Icon/Icon.assets/BlankOutline.js +0 -20
  359. package/es/components/_Icon/Icon.assets/BlankOutline.js.map +0 -1
  360. package/es/components/_Icon/Icon.assets/BlankPdfOutline.js +0 -25
  361. package/es/components/_Icon/Icon.assets/BlankPdfOutline.js.map +0 -1
  362. package/es/components/_Icon/Icon.assets/BlankTxtOutline.js +0 -29
  363. package/es/components/_Icon/Icon.assets/BlankTxtOutline.js.map +0 -1
  364. package/es/components/_Icon/Icon.assets/BlankXlsOutline.js +0 -29
  365. package/es/components/_Icon/Icon.assets/BlankXlsOutline.js.map +0 -1
  366. package/es/components/_Icon/Icon.assets/CloseCircleOutline.js +0 -20
  367. package/es/components/_Icon/Icon.assets/CloseCircleOutline.js.map +0 -1
  368. package/es/components/_Icon/Icon.assets/Plus.js +0 -20
  369. package/es/components/_Icon/Icon.assets/Plus.js.map +0 -1
  370. package/es/components/_Icon/Icons/IconBlankCsvOutline.js +0 -19
  371. package/es/components/_Icon/Icons/IconBlankCsvOutline.js.map +0 -1
  372. package/es/components/_Icon/Icons/IconBlankDocOutline.js +0 -19
  373. package/es/components/_Icon/Icons/IconBlankDocOutline.js.map +0 -1
  374. package/es/components/_Icon/Icons/IconBlankOutline.js +0 -19
  375. package/es/components/_Icon/Icons/IconBlankOutline.js.map +0 -1
  376. package/es/components/_Icon/Icons/IconBlankPdfOutline.js +0 -19
  377. package/es/components/_Icon/Icons/IconBlankPdfOutline.js.map +0 -1
  378. package/es/components/_Icon/Icons/IconBlankTxtOutline.js +0 -19
  379. package/es/components/_Icon/Icons/IconBlankTxtOutline.js.map +0 -1
  380. package/es/components/_Icon/Icons/IconBlankXlsOutline.js +0 -19
  381. package/es/components/_Icon/Icons/IconBlankXlsOutline.js.map +0 -1
  382. package/es/components/_Icon/Icons/IconCloseCircleOutline.js +0 -19
  383. package/es/components/_Icon/Icons/IconCloseCircleOutline.js.map +0 -1
  384. package/es/components/_Icon/Icons/IconPlus.js +0 -19
  385. package/es/components/_Icon/Icons/IconPlus.js.map +0 -1
  386. package/styled-components/cjs/components/Attach/Attach.js +0 -187
  387. package/styled-components/cjs/components/Attach/Attach.styles.js +0 -18
  388. package/styled-components/cjs/components/Attach/Attach.template-doc.mdx +0 -63
  389. package/styled-components/cjs/components/Attach/Attach.tokens.js +0 -128
  390. package/styled-components/cjs/components/Attach/components/AttachButton/index.js +0 -12
  391. package/styled-components/cjs/components/Attach/index.js +0 -25
  392. package/styled-components/cjs/components/Attach/ui/Button/Button.js +0 -12
  393. package/styled-components/cjs/components/Attach/ui/Button/Button.styles.js +0 -16
  394. package/styled-components/cjs/components/Attach/ui/Cell/Cell.js +0 -12
  395. package/styled-components/cjs/components/Attach/ui/Cell/Cell.styles.js +0 -16
  396. package/styled-components/cjs/components/Attach/ui/IconButton/IconButton.js +0 -12
  397. package/styled-components/cjs/components/Attach/ui/IconButton/IconButton.styles.js +0 -19
  398. package/styled-components/cjs/components/Attach/utils/extractExtension.js +0 -9
  399. package/styled-components/cjs/components/Attach/utils/getFileicon.js +0 -38
  400. package/styled-components/cjs/components/Attach/utils/index.js +0 -26
  401. package/styled-components/cjs/components/Attach/utils/truncateFilename.js +0 -23
  402. package/styled-components/cjs/components/Attach/variations/_size/base.js +0 -9
  403. package/styled-components/cjs/components/_Icon/Icon.assets/BlankCsvOutline.js +0 -32
  404. package/styled-components/cjs/components/_Icon/Icon.assets/BlankDocOutline.js +0 -36
  405. package/styled-components/cjs/components/_Icon/Icon.assets/BlankOutline.js +0 -23
  406. package/styled-components/cjs/components/_Icon/Icon.assets/BlankPdfOutline.js +0 -28
  407. package/styled-components/cjs/components/_Icon/Icon.assets/BlankTxtOutline.js +0 -32
  408. package/styled-components/cjs/components/_Icon/Icon.assets/BlankXlsOutline.js +0 -32
  409. package/styled-components/cjs/components/_Icon/Icon.assets/CloseCircleOutline.js +0 -23
  410. package/styled-components/cjs/components/_Icon/Icon.assets/Plus.js +0 -23
  411. package/styled-components/cjs/components/_Icon/Icons/IconBlankCsvOutline.js +0 -22
  412. package/styled-components/cjs/components/_Icon/Icons/IconBlankDocOutline.js +0 -22
  413. package/styled-components/cjs/components/_Icon/Icons/IconBlankOutline.js +0 -22
  414. package/styled-components/cjs/components/_Icon/Icons/IconBlankPdfOutline.js +0 -22
  415. package/styled-components/cjs/components/_Icon/Icons/IconBlankTxtOutline.js +0 -22
  416. package/styled-components/cjs/components/_Icon/Icons/IconBlankXlsOutline.js +0 -22
  417. package/styled-components/cjs/components/_Icon/Icons/IconCloseCircleOutline.js +0 -22
  418. package/styled-components/cjs/components/_Icon/Icons/IconPlus.js +0 -22
  419. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.config.js +0 -37
  420. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.js +0 -11
  421. package/styled-components/cjs/examples/plasma_b2c/components/Attach/Attach.stories.tsx +0 -181
  422. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.config.js +0 -37
  423. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.js +0 -11
  424. package/styled-components/cjs/examples/plasma_web/components/Attach/Attach.stories.tsx +0 -181
  425. package/styled-components/es/components/Attach/Attach.js +0 -178
  426. package/styled-components/es/components/Attach/Attach.styles.js +0 -10
  427. package/styled-components/es/components/Attach/Attach.template-doc.mdx +0 -63
  428. package/styled-components/es/components/Attach/Attach.tokens.js +0 -122
  429. package/styled-components/es/components/Attach/components/AttachButton/AttachButton.js +0 -42
  430. package/styled-components/es/components/Attach/components/AttachButton/index.js +0 -1
  431. package/styled-components/es/components/Attach/index.js +0 -2
  432. package/styled-components/es/components/Attach/ui/Button/Button.js +0 -1
  433. package/styled-components/es/components/Attach/ui/Button/Button.styles.js +0 -9
  434. package/styled-components/es/components/Attach/ui/Cell/Cell.js +0 -1
  435. package/styled-components/es/components/Attach/ui/Cell/Cell.styles.js +0 -9
  436. package/styled-components/es/components/Attach/ui/IconButton/IconButton.js +0 -1
  437. package/styled-components/es/components/Attach/ui/IconButton/IconButton.styles.js +0 -12
  438. package/styled-components/es/components/Attach/utils/extractExtension.js +0 -3
  439. package/styled-components/es/components/Attach/utils/getFileicon.js +0 -31
  440. package/styled-components/es/components/Attach/utils/index.js +0 -3
  441. package/styled-components/es/components/Attach/utils/truncateFilename.js +0 -17
  442. package/styled-components/es/components/Attach/variations/_size/base.js +0 -3
  443. package/styled-components/es/components/Attach/variations/_view/base.js +0 -3
  444. package/styled-components/es/components/_Icon/Icon.assets/BlankCsvOutline.js +0 -25
  445. package/styled-components/es/components/_Icon/Icon.assets/BlankDocOutline.js +0 -29
  446. package/styled-components/es/components/_Icon/Icon.assets/BlankOutline.js +0 -16
  447. package/styled-components/es/components/_Icon/Icon.assets/BlankPdfOutline.js +0 -21
  448. package/styled-components/es/components/_Icon/Icon.assets/BlankTxtOutline.js +0 -25
  449. package/styled-components/es/components/_Icon/Icon.assets/BlankXlsOutline.js +0 -25
  450. package/styled-components/es/components/_Icon/Icon.assets/CloseCircleOutline.js +0 -16
  451. package/styled-components/es/components/_Icon/Icon.assets/Plus.js +0 -16
  452. package/styled-components/es/components/_Icon/Icons/IconBlankCsvOutline.js +0 -15
  453. package/styled-components/es/components/_Icon/Icons/IconBlankDocOutline.js +0 -15
  454. package/styled-components/es/components/_Icon/Icons/IconBlankOutline.js +0 -15
  455. package/styled-components/es/components/_Icon/Icons/IconBlankPdfOutline.js +0 -15
  456. package/styled-components/es/components/_Icon/Icons/IconBlankTxtOutline.js +0 -15
  457. package/styled-components/es/components/_Icon/Icons/IconBlankXlsOutline.js +0 -15
  458. package/styled-components/es/components/_Icon/Icons/IconCloseCircleOutline.js +0 -15
  459. package/styled-components/es/components/_Icon/Icons/IconPlus.js +0 -15
  460. package/styled-components/es/examples/plasma_b2c/components/Attach/Attach.config.js +0 -31
  461. package/styled-components/es/examples/plasma_b2c/components/Attach/Attach.js +0 -5
  462. package/styled-components/es/examples/plasma_b2c/components/Attach/Attach.stories.tsx +0 -181
  463. package/styled-components/es/examples/plasma_web/components/Attach/Attach.config.js +0 -31
  464. package/styled-components/es/examples/plasma_web/components/Attach/Attach.js +0 -5
  465. package/styled-components/es/examples/plasma_web/components/Attach/Attach.stories.tsx +0 -181
  466. package/types/components/Attach/Attach.d.ts +0 -23
  467. package/types/components/Attach/Attach.d.ts.map +0 -1
  468. package/types/components/Attach/Attach.styles.d.ts +0 -5
  469. package/types/components/Attach/Attach.styles.d.ts.map +0 -1
  470. package/types/components/Attach/Attach.tokens.d.ts +0 -119
  471. package/types/components/Attach/Attach.tokens.d.ts.map +0 -1
  472. package/types/components/Attach/Attach.types.d.ts +0 -43
  473. package/types/components/Attach/Attach.types.d.ts.map +0 -1
  474. package/types/components/Attach/components/AttachButton/AttachButton.d.ts +0 -4
  475. package/types/components/Attach/components/AttachButton/AttachButton.d.ts.map +0 -1
  476. package/types/components/Attach/components/AttachButton/index.d.ts +0 -2
  477. package/types/components/Attach/components/AttachButton/index.d.ts.map +0 -1
  478. package/types/components/Attach/index.d.ts +0 -4
  479. package/types/components/Attach/index.d.ts.map +0 -1
  480. package/types/components/Attach/ui/Button/Button.d.ts +0 -2
  481. package/types/components/Attach/ui/Button/Button.d.ts.map +0 -1
  482. package/types/components/Attach/ui/Button/Button.styles.d.ts +0 -45
  483. package/types/components/Attach/ui/Button/Button.styles.d.ts.map +0 -1
  484. package/types/components/Attach/ui/Cell/Cell.d.ts +0 -2
  485. package/types/components/Attach/ui/Cell/Cell.d.ts.map +0 -1
  486. package/types/components/Attach/ui/Cell/Cell.styles.d.ts +0 -33
  487. package/types/components/Attach/ui/Cell/Cell.styles.d.ts.map +0 -1
  488. package/types/components/Attach/ui/IconButton/IconButton.d.ts +0 -2
  489. package/types/components/Attach/ui/IconButton/IconButton.d.ts.map +0 -1
  490. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts +0 -88
  491. package/types/components/Attach/ui/IconButton/IconButton.styles.d.ts.map +0 -1
  492. package/types/components/Attach/utils/extractExtension.d.ts +0 -2
  493. package/types/components/Attach/utils/extractExtension.d.ts.map +0 -1
  494. package/types/components/Attach/utils/getFileicon.d.ts +0 -3
  495. package/types/components/Attach/utils/getFileicon.d.ts.map +0 -1
  496. package/types/components/Attach/utils/index.d.ts +0 -4
  497. package/types/components/Attach/utils/index.d.ts.map +0 -1
  498. package/types/components/Attach/utils/truncateFilename.d.ts +0 -7
  499. package/types/components/Attach/utils/truncateFilename.d.ts.map +0 -1
  500. package/types/components/Attach/variations/_size/base.d.ts.map +0 -1
  501. package/types/components/Attach/variations/_view/base.d.ts.map +0 -1
  502. package/types/components/_Icon/Icon.assets/BlankCsvOutline.d.ts +0 -4
  503. package/types/components/_Icon/Icon.assets/BlankCsvOutline.d.ts.map +0 -1
  504. package/types/components/_Icon/Icon.assets/BlankDocOutline.d.ts +0 -4
  505. package/types/components/_Icon/Icon.assets/BlankDocOutline.d.ts.map +0 -1
  506. package/types/components/_Icon/Icon.assets/BlankOutline.d.ts +0 -4
  507. package/types/components/_Icon/Icon.assets/BlankOutline.d.ts.map +0 -1
  508. package/types/components/_Icon/Icon.assets/BlankPdfOutline.d.ts +0 -4
  509. package/types/components/_Icon/Icon.assets/BlankPdfOutline.d.ts.map +0 -1
  510. package/types/components/_Icon/Icon.assets/BlankTxtOutline.d.ts +0 -4
  511. package/types/components/_Icon/Icon.assets/BlankTxtOutline.d.ts.map +0 -1
  512. package/types/components/_Icon/Icon.assets/BlankXlsOutline.d.ts +0 -4
  513. package/types/components/_Icon/Icon.assets/BlankXlsOutline.d.ts.map +0 -1
  514. package/types/components/_Icon/Icon.assets/CloseCircleOutline.d.ts +0 -4
  515. package/types/components/_Icon/Icon.assets/CloseCircleOutline.d.ts.map +0 -1
  516. package/types/components/_Icon/Icon.assets/Plus.d.ts +0 -4
  517. package/types/components/_Icon/Icon.assets/Plus.d.ts.map +0 -1
  518. package/types/components/_Icon/Icons/IconBlankCsvOutline.d.ts +0 -4
  519. package/types/components/_Icon/Icons/IconBlankCsvOutline.d.ts.map +0 -1
  520. package/types/components/_Icon/Icons/IconBlankDocOutline.d.ts +0 -4
  521. package/types/components/_Icon/Icons/IconBlankDocOutline.d.ts.map +0 -1
  522. package/types/components/_Icon/Icons/IconBlankOutline.d.ts +0 -4
  523. package/types/components/_Icon/Icons/IconBlankOutline.d.ts.map +0 -1
  524. package/types/components/_Icon/Icons/IconBlankPdfOutline.d.ts +0 -4
  525. package/types/components/_Icon/Icons/IconBlankPdfOutline.d.ts.map +0 -1
  526. package/types/components/_Icon/Icons/IconBlankTxtOutline.d.ts +0 -4
  527. package/types/components/_Icon/Icons/IconBlankTxtOutline.d.ts.map +0 -1
  528. package/types/components/_Icon/Icons/IconBlankXlsOutline.d.ts +0 -4
  529. package/types/components/_Icon/Icons/IconBlankXlsOutline.d.ts.map +0 -1
  530. package/types/components/_Icon/Icons/IconCloseCircleOutline.d.ts +0 -4
  531. package/types/components/_Icon/Icons/IconCloseCircleOutline.d.ts.map +0 -1
  532. package/types/components/_Icon/Icons/IconPlus.d.ts +0 -4
  533. package/types/components/_Icon/Icons/IconPlus.d.ts.map +0 -1
  534. package/types/examples/plasma_b2c/components/Attach/Attach.config.d.ts +0 -30
  535. package/types/examples/plasma_b2c/components/Attach/Attach.config.d.ts.map +0 -1
  536. package/types/examples/plasma_b2c/components/Attach/Attach.d.ts +0 -224
  537. package/types/examples/plasma_b2c/components/Attach/Attach.d.ts.map +0 -1
  538. package/types/examples/plasma_web/components/Attach/Attach.config.d.ts +0 -30
  539. package/types/examples/plasma_web/components/Attach/Attach.config.d.ts.map +0 -1
  540. package/types/examples/plasma_web/components/Attach/Attach.d.ts +0 -224
  541. package/types/examples/plasma_web/components/Attach/Attach.d.ts.map +0 -1
  542. /package/emotion/cjs/components/{Attach/Attach.types.js → ChipGroup/ChipGroup.types.js} +0 -0
  543. /package/emotion/es/components/{Attach/Attach.types.js → ChipGroup/ChipGroup.types.js} +0 -0
  544. /package/styled-components/cjs/components/{Attach/Attach.types.js → ChipGroup/ChipGroup.types.js} +0 -0
  545. /package/styled-components/es/components/{Attach/Attach.types.js → ChipGroup/ChipGroup.types.js} +0 -0
  546. /package/types/components/{Attach/variations/_size → ChipGroup/variations/_gap}/base.d.ts +0 -0
  547. /package/types/components/{Attach/variations/_view → ChipGroup/variations/_size}/base.d.ts +0 -0
@@ -1,16 +0,0 @@
1
- var _path;
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- import React from 'react';
4
- export var BlankOutline = function BlankOutline(props) {
5
- return /*#__PURE__*/React.createElement("svg", _extends({
6
- width: "100%",
7
- viewBox: "0 0 16 16",
8
- fill: "none",
9
- xmlns: "http://www.w3.org/2000/svg"
10
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
- fillRule: "evenodd",
12
- clipRule: "evenodd",
13
- d: "M5.52893 1L8.90517 1C9.03518 1 9.16008 1.05064 9.25338 1.14118L13.5982 5.35739C13.6952 5.45156 13.75 5.581 13.75 5.71622V11.721C13.75 12.1932 13.75 12.5778 13.7245 12.8901C13.6981 13.2128 13.642 13.5021 13.5048 13.7715C13.289 14.1948 12.9448 14.539 12.5215 14.7548C12.2521 14.892 11.9628 14.9481 11.6401 14.9745C11.3278 15 10.9432 15 10.4711 15H5.52891C5.05677 15 4.67215 15 4.35989 14.9745C4.03715 14.9481 3.74793 14.892 3.47852 14.7548C3.05516 14.539 2.71095 14.1948 2.49524 13.7715C2.35797 13.5021 2.30187 13.2128 2.2755 12.8901C2.24999 12.5778 2.24999 12.1932 2.25 11.7211V4.27892C2.24999 3.80677 2.24999 3.42215 2.2755 3.10989C2.30187 2.78715 2.35797 2.49793 2.49524 2.22852C2.71095 1.80516 3.05516 1.46095 3.47852 1.24524C3.74793 1.10797 4.03715 1.05187 4.35989 1.0255C4.67215 0.99999 5.05678 0.999995 5.52893 1ZM4.44132 2.02218C4.18042 2.0435 4.03745 2.08277 3.93251 2.13624C3.69731 2.25608 3.50608 2.44731 3.38624 2.68251C3.33277 2.78745 3.2935 2.93042 3.27218 3.19132C3.25039 3.45805 3.25 3.8017 3.25 4.3V11.7C3.25 12.1983 3.25039 12.5419 3.27218 12.8087C3.2935 13.0696 3.33277 13.2125 3.38624 13.3175C3.50608 13.5527 3.69731 13.7439 3.93251 13.8638C4.03745 13.9172 4.18042 13.9565 4.44132 13.9778C4.70805 13.9996 5.0517 14 5.55 14H10.45C10.9483 14 11.2919 13.9996 11.5587 13.9778C11.8196 13.9565 11.9625 13.9172 12.0675 13.8638C12.3027 13.7439 12.4939 13.5527 12.6138 13.3175C12.6672 13.2125 12.7065 13.0696 12.7278 12.8087C12.7496 12.5419 12.75 12.1983 12.75 11.7V6.21622H11.1247C10.7501 6.21622 10.4389 6.21623 10.1849 6.19548C9.92057 6.17388 9.67456 6.12732 9.44259 6.00913C9.08508 5.82697 8.79442 5.53631 8.61226 5.1788C8.49406 4.94683 8.44751 4.70082 8.42591 4.43645C8.40516 4.18252 8.40517 3.87131 8.40517 3.49667V2H5.55C5.0517 2 4.70805 2.00039 4.44132 2.02218ZM9.40517 2.68192L12.0168 5.21622H11.1452C10.7449 5.21622 10.4747 5.21583 10.2664 5.1988C10.0638 5.18226 9.96409 5.15252 9.89658 5.11812C9.72724 5.03184 9.58955 4.89415 9.50327 4.72481C9.46887 4.6573 9.43913 4.55755 9.42259 4.35502C9.40556 4.14665 9.40517 3.8765 9.40517 3.47622V2.68192Z",
14
- fill: "currentColor"
15
- })));
16
- };
@@ -1,21 +0,0 @@
1
- var _path, _path2;
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- import React from 'react';
4
- export var BlankPdfOutline = function BlankPdfOutline(props) {
5
- return /*#__PURE__*/React.createElement("svg", _extends({
6
- width: "100%",
7
- viewBox: "0 0 16 16",
8
- fill: "none",
9
- xmlns: "http://www.w3.org/2000/svg"
10
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
- fillRule: "evenodd",
12
- clipRule: "evenodd",
13
- d: "M5.52893 1L8.90517 1C9.03518 1 9.16008 1.05064 9.25338 1.14118L13.5982 5.35739C13.6952 5.45156 13.75 5.581 13.75 5.71622V11.721C13.75 12.1932 13.75 12.5778 13.7245 12.8901C13.6981 13.2128 13.642 13.5021 13.5048 13.7715C13.289 14.1948 12.9448 14.539 12.5215 14.7548C12.2521 14.892 11.9628 14.9481 11.6401 14.9745C11.3278 15 10.9432 15 10.4711 15H5.52891C5.05677 15 4.67215 15 4.35989 14.9745C4.03715 14.9481 3.74793 14.892 3.47852 14.7548C3.05516 14.539 2.71095 14.1948 2.49524 13.7715C2.35797 13.5021 2.30187 13.2128 2.2755 12.8901C2.24999 12.5778 2.24999 12.1932 2.25 11.7211V4.27892C2.24999 3.80677 2.24999 3.42215 2.2755 3.10989C2.30187 2.78715 2.35797 2.49793 2.49524 2.22852C2.71095 1.80516 3.05516 1.46095 3.47852 1.24524C3.74793 1.10797 4.03715 1.05187 4.35989 1.0255C4.67215 0.99999 5.05678 0.999995 5.52893 1ZM4.44132 2.02218C4.18042 2.0435 4.03745 2.08277 3.93251 2.13624C3.69731 2.25608 3.50608 2.44731 3.38624 2.68251C3.33277 2.78745 3.2935 2.93042 3.27218 3.19132C3.25039 3.45805 3.25 3.8017 3.25 4.3V11.7C3.25 12.1983 3.25039 12.5419 3.27218 12.8087C3.2935 13.0696 3.33277 13.2125 3.38624 13.3175C3.50608 13.5527 3.69731 13.7439 3.93251 13.8638C4.03745 13.9172 4.18042 13.9565 4.44132 13.9778C4.70805 13.9996 5.0517 14 5.55 14H10.45C10.9483 14 11.2919 13.9996 11.5587 13.9778C11.8196 13.9565 11.9625 13.9172 12.0675 13.8638C12.3027 13.7439 12.4939 13.5527 12.6138 13.3175C12.6672 13.2125 12.7065 13.0696 12.7278 12.8087C12.7496 12.5419 12.75 12.1983 12.75 11.7V6.21622H11.1247C10.7501 6.21622 10.4389 6.21623 10.1849 6.19548C9.92057 6.17388 9.67456 6.12732 9.44259 6.00913C9.08508 5.82697 8.79442 5.53631 8.61226 5.1788C8.49406 4.94683 8.44751 4.70082 8.42591 4.43645C8.40516 4.18252 8.40517 3.87131 8.40517 3.49667V2H5.55C5.0517 2 4.70805 2.00039 4.44132 2.02218ZM9.40517 2.68192L12.0168 5.21622H11.1452C10.7449 5.21622 10.4747 5.21583 10.2664 5.1988C10.0638 5.18226 9.96409 5.15252 9.89658 5.11812C9.72724 5.03184 9.58955 4.89415 9.50327 4.72481C9.46887 4.6573 9.43913 4.55755 9.42259 4.35502C9.40556 4.14665 9.40517 3.8765 9.40517 3.47622V2.68192Z",
14
- fill: "currentColor"
15
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
16
- fillRule: "evenodd",
17
- clipRule: "evenodd",
18
- d: "M5.56028 9.5C5.16921 9.5 4.7002 9.54667 4.7002 9.54667V12.2636H5.31014V11.4857C5.31014 11.4857 5.44315 11.4936 5.56028 11.4936C6.32284 11.4936 6.65511 11.1613 6.65511 10.4772C6.65511 9.79307 6.36204 9.5 5.56028 9.5ZM5.30938 10.0862C5.30938 10.0862 5.44238 10.0703 5.55951 10.0703C5.90766 10.0703 6.02106 10.1837 6.02106 10.4768C6.02106 10.809 5.90766 10.9224 5.55951 10.9224C5.44238 10.9224 5.30938 10.9145 5.30938 10.9145V10.0862ZM7.12493 9.54667V12.244C7.12493 12.244 7.59394 12.2911 7.94628 12.2911C8.8451 12.2911 9.31412 11.8217 9.31412 10.8762C9.31412 9.9102 8.90344 9.5 7.98502 9.5C7.59394 9.5 7.12493 9.54667 7.12493 9.54667ZM7.73411 10.0862C7.73411 10.0862 7.88624 10.0703 8.00385 10.0703C8.46119 10.0703 8.6796 10.2892 8.6796 10.8758C8.6796 11.4815 8.44113 11.72 7.96465 11.72C7.86711 11.72 7.73411 11.7041 7.73411 11.7041V10.0862ZM11.4659 9.52734H9.78496V12.2639H10.3949V11.2475H11.3488V10.7001H10.3949V10.0747H11.4659V9.52734Z",
19
- fill: "currentColor"
20
- })));
21
- };
@@ -1,25 +0,0 @@
1
- var _path, _path2, _path3, _path4;
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- import React from 'react';
4
- export var BlankTxtOutline = function BlankTxtOutline(props) {
5
- return /*#__PURE__*/React.createElement("svg", _extends({
6
- width: "100%",
7
- viewBox: "0 0 16 16",
8
- fill: "none",
9
- xmlns: "http://www.w3.org/2000/svg"
10
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
- d: "M9.98727 10.064V12.3H10.5578V10.064H11.2648V9.5H9.28027V10.064H9.98727Z",
12
- fill: "currentColor"
13
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
14
- d: "M6.85059 12.3L7.56459 10.864L6.90309 9.5H7.56809L8.01259 10.436L8.47459 9.5H9.12909L8.42559 10.852L9.16759 12.3H8.49209L7.98809 11.304L7.50859 12.3H6.85059Z",
15
- fill: "currentColor"
16
- })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
17
- d: "M5.44723 10.064V12.3H6.01773V10.064H6.72473V9.5H4.74023V10.064H5.44723Z",
18
- fill: "currentColor"
19
- })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
20
- fillRule: "evenodd",
21
- clipRule: "evenodd",
22
- d: "M8.90517 1H5.52893C5.05678 0.999995 4.67215 0.999991 4.35989 1.0255C4.03715 1.05187 3.74793 1.10797 3.47852 1.24524C3.05516 1.46095 2.71095 1.80516 2.49524 2.22852C2.35797 2.49793 2.30187 2.78715 2.2755 3.10989C2.24999 3.42215 2.24999 3.80677 2.25 4.27892V11.7211C2.24999 12.1932 2.24999 12.5778 2.2755 12.8901C2.30187 13.2128 2.35797 13.5021 2.49524 13.7715C2.71095 14.1948 3.05516 14.539 3.47852 14.7548C3.74793 14.892 4.03715 14.9481 4.35989 14.9745C4.67215 15 5.05677 15 5.52891 15H10.4711C10.9432 15 11.3278 15 11.6401 14.9745C11.9628 14.9481 12.2521 14.892 12.5215 14.7548C12.9448 14.539 13.289 14.1948 13.5048 13.7715C13.642 13.5021 13.6981 13.2128 13.7245 12.8901C13.75 12.5778 13.75 12.1932 13.75 11.721V5.71622C13.75 5.581 13.6952 5.45156 13.5982 5.35739L9.25338 1.14118C9.16008 1.05064 9.03518 1 8.90517 1ZM3.93251 2.13624C4.03745 2.08277 4.18042 2.0435 4.44132 2.02218C4.70805 2.00039 5.0517 2 5.55 2H8.40517V3.49667C8.40517 3.87132 8.40516 4.18252 8.42591 4.43645C8.44751 4.70082 8.49406 4.94683 8.61226 5.1788C8.79442 5.53631 9.08508 5.82697 9.44259 6.00913C9.67456 6.12732 9.92057 6.17388 10.1849 6.19548C10.4389 6.21623 10.7501 6.21622 11.1247 6.21622H12.75V11.7C12.75 12.1983 12.7496 12.5419 12.7278 12.8087C12.7065 13.0696 12.6672 13.2125 12.6138 13.3175C12.4939 13.5527 12.3027 13.7439 12.0675 13.8638C11.9625 13.9172 11.8196 13.9565 11.5587 13.9778C11.2919 13.9996 10.9483 14 10.45 14H5.55C5.0517 14 4.70805 13.9996 4.44132 13.9778C4.18042 13.9565 4.03745 13.9172 3.93251 13.8638C3.69731 13.7439 3.50608 13.5527 3.38624 13.3175C3.33277 13.2125 3.2935 13.0696 3.27218 12.8087C3.25039 12.5419 3.25 12.1983 3.25 11.7V4.3C3.25 3.8017 3.25039 3.45805 3.27218 3.19132C3.2935 2.93042 3.33277 2.78745 3.38624 2.68251C3.50608 2.44731 3.69731 2.25608 3.93251 2.13624ZM12.0168 5.21622L9.40517 2.68192V3.47622C9.40517 3.8765 9.40556 4.14665 9.42259 4.35502C9.43913 4.55755 9.46887 4.6573 9.50327 4.72481C9.58955 4.89415 9.72724 5.03184 9.89658 5.11812C9.96409 5.15252 10.0638 5.18226 10.2664 5.1988C10.4747 5.21583 10.7449 5.21622 11.1452 5.21622H12.0168Z",
23
- fill: "currentColor"
24
- })));
25
- };
@@ -1,25 +0,0 @@
1
- var _path, _path2, _path3, _path4;
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- import React from 'react';
4
- export var BlankXlsOutline = function BlankXlsOutline(props) {
5
- return /*#__PURE__*/React.createElement("svg", _extends({
6
- width: "100%",
7
- viewBox: "0 0 16 16",
8
- fill: "none",
9
- xmlns: "http://www.w3.org/2000/svg"
10
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
- d: "M10.0636 11.1713C10.2951 11.2504 10.4882 11.3163 10.4882 11.5017C10.4882 11.6713 10.3657 11.7832 10.0752 11.7832C9.68318 11.7832 9.42068 11.5904 9.29468 11.4708V12.1149C9.47318 12.2267 9.78818 12.3 10.1067 12.3C10.8172 12.3 11.1147 11.9992 11.1147 11.4785C11.1147 10.8551 10.6601 10.7073 10.2993 10.59C10.0619 10.5128 9.86518 10.4489 9.86518 10.2713C9.86518 10.1286 9.95268 10.0168 10.2852 10.0168C10.5477 10.0168 10.8137 10.1209 10.9887 10.2521V9.63113C10.8207 9.55399 10.5512 9.5 10.2397 9.5C9.53968 9.5 9.28418 9.79697 9.28418 10.2829C9.28418 10.9049 9.71698 11.0528 10.0636 11.1713Z",
12
- fill: "currentColor"
13
- })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
14
- d: "M7.44922 12.25V9.55029H8.02322V11.6715H9.10122V12.25H7.44922Z",
15
- fill: "currentColor"
16
- })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
17
- d: "M5.5138 10.8654L4.7998 12.25H5.4578L5.9373 11.2897L6.4413 12.25H7.11681L6.3748 10.8539L7.0783 9.55029H6.4238L5.96181 10.4528L5.5173 9.55029H4.8523L5.5138 10.8654Z",
18
- fill: "currentColor"
19
- })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
20
- fillRule: "evenodd",
21
- clipRule: "evenodd",
22
- d: "M8.90517 1H5.52893C5.05678 0.999995 4.67215 0.999991 4.35989 1.0255C4.03715 1.05187 3.74793 1.10797 3.47852 1.24524C3.05516 1.46095 2.71095 1.80516 2.49524 2.22852C2.35797 2.49793 2.30187 2.78715 2.2755 3.10989C2.24999 3.42215 2.24999 3.80677 2.25 4.27892V11.7211C2.24999 12.1932 2.24999 12.5778 2.2755 12.8901C2.30187 13.2128 2.35797 13.5021 2.49524 13.7715C2.71095 14.1948 3.05516 14.539 3.47852 14.7548C3.74793 14.892 4.03715 14.9481 4.35989 14.9745C4.67215 15 5.05677 15 5.52891 15H10.4711C10.9432 15 11.3278 15 11.6401 14.9745C11.9628 14.9481 12.2521 14.892 12.5215 14.7548C12.9448 14.539 13.289 14.1948 13.5048 13.7715C13.642 13.5021 13.6981 13.2128 13.7245 12.8901C13.75 12.5778 13.75 12.1932 13.75 11.721V5.71622C13.75 5.581 13.6952 5.45156 13.5982 5.35739L9.25338 1.14118C9.16008 1.05064 9.03518 1 8.90517 1ZM3.93251 2.13624C4.03745 2.08277 4.18042 2.0435 4.44132 2.02218C4.70805 2.00039 5.0517 2 5.55 2H8.40517V3.49667C8.40517 3.87132 8.40516 4.18252 8.42591 4.43645C8.44751 4.70082 8.49406 4.94683 8.61226 5.1788C8.79442 5.53631 9.08508 5.82697 9.44259 6.00913C9.67456 6.12732 9.92057 6.17388 10.1849 6.19548C10.4389 6.21623 10.7501 6.21622 11.1247 6.21622H12.75V11.7C12.75 12.1983 12.7496 12.5419 12.7278 12.8087C12.7065 13.0696 12.6672 13.2125 12.6138 13.3175C12.4939 13.5527 12.3027 13.7439 12.0675 13.8638C11.9625 13.9172 11.8196 13.9565 11.5587 13.9778C11.2919 13.9996 10.9483 14 10.45 14H5.55C5.0517 14 4.70805 13.9996 4.44132 13.9778C4.18042 13.9565 4.03745 13.9172 3.93251 13.8638C3.69731 13.7439 3.50608 13.5527 3.38624 13.3175C3.33277 13.2125 3.2935 13.0696 3.27218 12.8087C3.25039 12.5419 3.25 12.1983 3.25 11.7V4.3C3.25 3.8017 3.25039 3.45805 3.27218 3.19132C3.2935 2.93042 3.33277 2.78745 3.38624 2.68251C3.50608 2.44731 3.69731 2.25608 3.93251 2.13624ZM12.0168 5.21622L9.40517 2.68192V3.47622C9.40517 3.8765 9.40556 4.14665 9.42259 4.35502C9.43913 4.55755 9.46887 4.6573 9.50327 4.72481C9.58955 4.89415 9.72724 5.03184 9.89658 5.11812C9.96409 5.15252 10.0638 5.18226 10.2664 5.1988C10.4747 5.21583 10.7449 5.21622 11.1452 5.21622H12.0168Z",
23
- fill: "currentColor"
24
- })));
25
- };
@@ -1,16 +0,0 @@
1
- var _path;
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- import React from 'react';
4
- export var CloseCircleOutline = function CloseCircleOutline(props) {
5
- return /*#__PURE__*/React.createElement("svg", _extends({
6
- width: "100%",
7
- viewBox: "0 0 16 16",
8
- fill: "none",
9
- xmlns: "http://www.w3.org/2000/svg"
10
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
- fillRule: "evenodd",
12
- clipRule: "evenodd",
13
- d: "M2 7.99821C2 4.68549 4.68549 2 7.99821 2C11.3109 2 13.9964 4.68549 13.9964 7.99821C13.9964 11.3109 11.3109 13.9964 7.99821 13.9964C4.68549 13.9964 2 11.3109 2 7.99821ZM7.99821 1C4.1332 1 1 4.1332 1 7.99821C1 11.8632 4.1332 14.9964 7.99821 14.9964C11.8632 14.9964 14.9964 11.8632 14.9964 7.99821C14.9964 4.1332 11.8632 1 7.99821 1ZM5.54301 4.83442C5.34774 4.63916 5.03116 4.63916 4.8359 4.83442C4.64064 5.02969 4.64064 5.34627 4.8359 5.54153L7.29238 7.99801L4.8359 10.4545C4.64064 10.6498 4.64064 10.9663 4.8359 11.1616C5.03116 11.3569 5.34774 11.3569 5.54301 11.1616L7.99949 8.70512L10.456 11.1616C10.6512 11.3569 10.9678 11.3569 11.1631 11.1616C11.3583 10.9663 11.3583 10.6498 11.1631 10.4545L8.7066 7.99801L11.1631 5.54153C11.3583 5.34627 11.3583 5.02969 11.1631 4.83442C10.9678 4.63916 10.6512 4.63916 10.456 4.83442L7.99949 7.29091L5.54301 4.83442Z",
14
- fill: "currentColor"
15
- })));
16
- };
@@ -1,16 +0,0 @@
1
- var _path;
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- import React from 'react';
4
- export var Plus = function Plus(props) {
5
- return /*#__PURE__*/React.createElement("svg", _extends({
6
- width: "100%",
7
- viewBox: "0 0 16 16",
8
- fill: "none",
9
- xmlns: "http://www.w3.org/2000/svg"
10
- }, props), _path || (_path = /*#__PURE__*/React.createElement("path", {
11
- fillRule: "evenodd",
12
- clipRule: "evenodd",
13
- d: "M8 2C8.27614 2 8.5 2.22386 8.5 2.5V7.5H13.5C13.7761 7.5 14 7.72386 14 8C14 8.27614 13.7761 8.5 13.5 8.5H8.5V13.5C8.5 13.7761 8.27614 14 8 14C7.72386 14 7.5 13.7761 7.5 13.5V8.5H2.5C2.22386 8.5 2 8.27614 2 8C2 7.72386 2.22386 7.5 2.5 7.5H7.5V2.5C7.5 2.22386 7.72386 2 8 2Z",
14
- fill: "currentColor"
15
- })));
16
- };
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { BlankCsvOutline } from '../Icon.assets/BlankCsvOutline';
3
- import { IconRoot } from '../IconRoot';
4
- export var IconBlankCsvOutline = function IconBlankCsvOutline(_ref) {
5
- var _ref$size = _ref.size,
6
- size = _ref$size === void 0 ? 'xs' : _ref$size,
7
- color = _ref.color,
8
- className = _ref.className;
9
- return /*#__PURE__*/React.createElement(IconRoot, {
10
- className: className,
11
- size: size,
12
- color: color,
13
- icon: BlankCsvOutline
14
- });
15
- };
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { BlankDocOutline } from '../Icon.assets/BlankDocOutline';
3
- import { IconRoot } from '../IconRoot';
4
- export var IconBlankDocOutline = function IconBlankDocOutline(_ref) {
5
- var _ref$size = _ref.size,
6
- size = _ref$size === void 0 ? 'xs' : _ref$size,
7
- color = _ref.color,
8
- className = _ref.className;
9
- return /*#__PURE__*/React.createElement(IconRoot, {
10
- className: className,
11
- size: size,
12
- color: color,
13
- icon: BlankDocOutline
14
- });
15
- };
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { BlankOutline } from '../Icon.assets/BlankOutline';
3
- import { IconRoot } from '../IconRoot';
4
- export var IconBlankOutline = function IconBlankOutline(_ref) {
5
- var _ref$size = _ref.size,
6
- size = _ref$size === void 0 ? 'xs' : _ref$size,
7
- color = _ref.color,
8
- className = _ref.className;
9
- return /*#__PURE__*/React.createElement(IconRoot, {
10
- className: className,
11
- size: size,
12
- color: color,
13
- icon: BlankOutline
14
- });
15
- };
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { BlankPdfOutline } from '../Icon.assets/BlankPdfOutline';
3
- import { IconRoot } from '../IconRoot';
4
- export var IconBlankPdfOutline = function IconBlankPdfOutline(_ref) {
5
- var _ref$size = _ref.size,
6
- size = _ref$size === void 0 ? 'xs' : _ref$size,
7
- color = _ref.color,
8
- className = _ref.className;
9
- return /*#__PURE__*/React.createElement(IconRoot, {
10
- className: className,
11
- size: size,
12
- color: color,
13
- icon: BlankPdfOutline
14
- });
15
- };
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { BlankTxtOutline } from '../Icon.assets/BlankTxtOutline';
3
- import { IconRoot } from '../IconRoot';
4
- export var IconBlankTxtOutline = function IconBlankTxtOutline(_ref) {
5
- var _ref$size = _ref.size,
6
- size = _ref$size === void 0 ? 'xs' : _ref$size,
7
- color = _ref.color,
8
- className = _ref.className;
9
- return /*#__PURE__*/React.createElement(IconRoot, {
10
- className: className,
11
- size: size,
12
- color: color,
13
- icon: BlankTxtOutline
14
- });
15
- };
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { BlankXlsOutline } from '../Icon.assets/BlankXlsOutline';
3
- import { IconRoot } from '../IconRoot';
4
- export var IconBlankXlsOutline = function IconBlankXlsOutline(_ref) {
5
- var _ref$size = _ref.size,
6
- size = _ref$size === void 0 ? 'xs' : _ref$size,
7
- color = _ref.color,
8
- className = _ref.className;
9
- return /*#__PURE__*/React.createElement(IconRoot, {
10
- className: className,
11
- size: size,
12
- color: color,
13
- icon: BlankXlsOutline
14
- });
15
- };
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { CloseCircleOutline } from '../Icon.assets/CloseCircleOutline';
3
- import { IconRoot } from '../IconRoot';
4
- export var IconCloseCircleOutline = function IconCloseCircleOutline(_ref) {
5
- var _ref$size = _ref.size,
6
- size = _ref$size === void 0 ? 's' : _ref$size,
7
- color = _ref.color,
8
- className = _ref.className;
9
- return /*#__PURE__*/React.createElement(IconRoot, {
10
- className: className,
11
- size: size,
12
- color: color,
13
- icon: CloseCircleOutline
14
- });
15
- };
@@ -1,15 +0,0 @@
1
- import React from 'react';
2
- import { Plus } from '../Icon.assets/Plus';
3
- import { IconRoot } from '../IconRoot';
4
- export var IconPlus = function IconPlus(_ref) {
5
- var _ref$size = _ref.size,
6
- size = _ref$size === void 0 ? 's' : _ref$size,
7
- color = _ref.color,
8
- className = _ref.className;
9
- return /*#__PURE__*/React.createElement(IconRoot, {
10
- className: className,
11
- size: size,
12
- color: color,
13
- icon: Plus
14
- });
15
- };
@@ -1,31 +0,0 @@
1
- import { css } from 'styled-components';
2
- import { attachTokens } from '../../../../components/Attach';
3
- export var config = {
4
- defaults: {
5
- view: 'default',
6
- focused: 'true',
7
- size: 'm'
8
- },
9
- variations: {
10
- view: {
11
- "default": /*#__PURE__*/css(["", ":var(--inverse-text-primary);", ":var(--inverse-text-secondary);", ":var(--surface-solid-default);", ":var(", ");", ":var(--inverse-text-primary);", ":var(--surface-solid-default-hover);", ":var(--inverse-text-primary);", ":var(--surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--inverse-text-primary);", ":var(--surface-solid-default);", ":var(", ");", ":var(--inverse-text-primary);", ":var(--surface-solid-default-hover);", ":var(--inverse-text-primary);", ":var(--surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
12
- accent: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-accent);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-accent-hover);", ":var(--on-dark-text-primary);", ":var(--surface-accent-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-accent);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-accent-hover);", ":var(--on-dark-text-primary);", ":var(--surface-accent-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
13
- secondary: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--surface-transparent-secondary);", ":var(", ");", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(", ");", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
14
- clear: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
15
- positive: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-positive);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-positive-hover);", ":var(--on-dark-text-primary);", ":var(--surface-positive-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
16
- success: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-positive);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-positive-hover);", ":var(--on-dark-text-primary);", ":var(--surface-positive-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
17
- warning: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-warning);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-warning-hover);", ":var(--on-dark-text-primary);", ":var(--surface-warning-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-warning);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-warning-hover);", ":var(--on-dark-text-primary);", ":var(--surface-warning-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
18
- critical: /*#__PURE__*/css(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-negative);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-negative-hover);", ":var(--on-dark-text-primary);", ":var(--surface-negative-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
19
- negative: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-negative);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-negative-hover);", ":var(--on-dark-text-primary);", ":var(--surface-negative-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
20
- dark: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--on-light-surface-transparent-deep);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
21
- black: /*#__PURE__*/css(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--on-light-surface-solid-default);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor),
22
- white: /*#__PURE__*/css(["", ":var(--on-light-text-primary);", ":var(--on-light-text-secondary);", ":var(--on-dark-surface-solid-default);", ":var(", ");", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-hover);", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default);", ":var(", ");", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-hover);", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], attachTokens.buttonColor, attachTokens.buttonValueColor, attachTokens.buttonBackgroundColor, attachTokens.buttonLoadingBackgroundColor, attachTokens.buttonBackgroundColor, attachTokens.buttonColorHover, attachTokens.buttonBackgroundColorHover, attachTokens.buttonColorActive, attachTokens.buttonBackgroundColorActive, attachTokens.buttonDisabledOpacity, attachTokens.buttonFocusColor, attachTokens.cellColor, attachTokens.cellLabelColor, attachTokens.cellTitleColor, attachTokens.cellSubtitleColor, attachTokens.cellBackgroundColor, attachTokens.iconButtonColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonLoadingBackgroundColor, attachTokens.iconButtonBackgroundColor, attachTokens.iconButtonColorHover, attachTokens.iconButtonBackgroundColorHover, attachTokens.iconButtonColorActive, attachTokens.iconButtonBackgroundColorActive, attachTokens.iconButtonDisabledOpacity, attachTokens.iconButtonFocusColor, attachTokens.iconButtonCancelColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelLoadingBackgroundColor, attachTokens.iconButtonCancelBackgroundColor, attachTokens.iconButtonCancelColorHover, attachTokens.iconButtonCancelBackgroundColorHover, attachTokens.iconButtonCancelColorActive, attachTokens.iconButtonCancelBackgroundColorActive, attachTokens.iconButtonCancelDisabledOpacity, attachTokens.iconButtonCancelFocusColor)
23
- },
24
- size: {
25
- l: /*#__PURE__*/css(["", ":1.5rem;", ":0.5rem;", ":3.5rem;", ":12.5rem;", ":1.5rem;", ":0.875rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-bold-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":1.375rem;", ":inherit;", ":0 0.5rem 0 -0.125rem;", ":0 -0.125rem 0 0.5rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.375rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":3.5rem;", ":3.5rem;", ":1.5rem;", ":0.875rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-bold-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":1.375rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor),
26
- m: /*#__PURE__*/css(["", ":1.25rem;", ":0.5rem;", ":3rem;", ":11.25rem;", ":1.25rem;", ":0.75rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-bold-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":1.375rem;", ":inherit;", ":0 0.375rem 0 -0.125rem;", ":0 -0.125rem 0 0.375rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.375rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":3rem;", ":3rem;", ":1.25rem;", ":0.75rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-bold-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":1.375rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor),
27
- s: /*#__PURE__*/css(["", ":1rem;", ":0.375rem;", ":2.5rem;", ":11.25rem;", ":1rem;", ":0.625rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-bold-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":1.375rem;", ":inherit;", ":0 0.25rem 0 -0.125rem;", ":0 -0.125rem 0 0.25rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.375rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":2.5rem;", ":2.5rem;", ":1rem;", ":0.625rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-bold-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":1.375rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor),
28
- xs: /*#__PURE__*/css(["", ":0.75rem;", ":0.25rem;", ":2rem;", ":10rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;", ":0 0.25rem 0 -0.125rem;", ":0 -0.125rem 0 0.25rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], attachTokens.horizontalGap, attachTokens.verticalGap, attachTokens.buttonHeight, attachTokens.buttonWidth, attachTokens.buttonPadding, attachTokens.buttonRadius, attachTokens.buttonFontFamily, attachTokens.buttonFontSize, attachTokens.buttonFontStyle, attachTokens.buttonFontWeight, attachTokens.buttonLetterSpacing, attachTokens.buttonLineHeight, attachTokens.buttonSpinnerSize, attachTokens.buttonSpinnerColor, attachTokens.buttonLeftContentMargin, attachTokens.buttonRightContentMargin, attachTokens.buttonValueMargin, attachTokens.cellWidth, attachTokens.cellPadding, attachTokens.cellPaddingLeftContent, attachTokens.cellPaddingContent, attachTokens.cellPaddingRightContent, attachTokens.cellTextboxGap, attachTokens.cellGap, attachTokens.cellLabelFontFamily, attachTokens.cellLabelFontSize, attachTokens.cellLabelFontStyle, attachTokens.cellLabelFontWeight, attachTokens.cellLabelLetterSpacing, attachTokens.cellLabelLineHeight, attachTokens.cellTitleFontFamily, attachTokens.cellTitleFontSize, attachTokens.cellTitleFontStyle, attachTokens.cellTitleFontWeight, attachTokens.cellTitleLetterSpacing, attachTokens.cellTitleLineHeight, attachTokens.cellSubtitleFontFamily, attachTokens.cellSubtitleFontSize, attachTokens.cellSubtitleFontStyle, attachTokens.cellSubtitleFontWeight, attachTokens.cellSubtitleLetterSpacing, attachTokens.cellSubtitleLineHeight, attachTokens.iconButtonHeight, attachTokens.iconButtonWidth, attachTokens.iconButtonPadding, attachTokens.iconButtonRadius, attachTokens.iconButtonFontFamily, attachTokens.iconButtonFontSize, attachTokens.iconButtonFontStyle, attachTokens.iconButtonFontWeight, attachTokens.iconButtonLetterSpacing, attachTokens.iconButtonLineHeight, attachTokens.iconButtonSpinnerSize, attachTokens.iconButtonSpinnerColor, attachTokens.iconButtonCancelHeight, attachTokens.iconButtonCancelWidth, attachTokens.iconButtonCancelPadding, attachTokens.iconButtonCancelRadius, attachTokens.iconButtonCancelFontFamily, attachTokens.iconButtonCancelFontSize, attachTokens.iconButtonCancelFontStyle, attachTokens.iconButtonCancelFontWeight, attachTokens.iconButtonCancelLetterSpacing, attachTokens.iconButtonCancelLineHeight, attachTokens.iconButtonCancelSpinnerSize, attachTokens.iconButtonCancelSpinnerColor)
29
- }
30
- }
31
- };
@@ -1,5 +0,0 @@
1
- import { attachConfig } from '../../../../components/Attach';
2
- import { component, mergeConfig } from '../../../../engines';
3
- import { config } from './Attach.config';
4
- var mergedConfig = /*#__PURE__*/mergeConfig(attachConfig, config);
5
- export var Attach = /*#__PURE__*/component(mergedConfig);
@@ -1,181 +0,0 @@
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 viewOptions = [
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_b2c/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: viewOptions,
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
- };