@salutejs/plasma-new-hope 0.149.0-canary.1437.10948458812.0 → 0.149.0-canary.1445.10940405865.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,32 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.BlankTxtOutline = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _path, _path2, _path3, _path4;
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- 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); }
11
- var BlankTxtOutline = exports.BlankTxtOutline = function BlankTxtOutline(props) {
12
- return /*#__PURE__*/_react["default"].createElement("svg", _extends({
13
- width: "100%",
14
- viewBox: "0 0 16 16",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }, props), _path || (_path = /*#__PURE__*/_react["default"].createElement("path", {
18
- d: "M9.98727 10.064V12.3H10.5578V10.064H11.2648V9.5H9.28027V10.064H9.98727Z",
19
- fill: "currentColor"
20
- })), _path2 || (_path2 = /*#__PURE__*/_react["default"].createElement("path", {
21
- 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",
22
- fill: "currentColor"
23
- })), _path3 || (_path3 = /*#__PURE__*/_react["default"].createElement("path", {
24
- d: "M5.44723 10.064V12.3H6.01773V10.064H6.72473V9.5H4.74023V10.064H5.44723Z",
25
- fill: "currentColor"
26
- })), _path4 || (_path4 = /*#__PURE__*/_react["default"].createElement("path", {
27
- fillRule: "evenodd",
28
- clipRule: "evenodd",
29
- 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",
30
- fill: "currentColor"
31
- })));
32
- };
@@ -1,32 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.BlankXlsOutline = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _path, _path2, _path3, _path4;
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- 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); }
11
- var BlankXlsOutline = exports.BlankXlsOutline = function BlankXlsOutline(props) {
12
- return /*#__PURE__*/_react["default"].createElement("svg", _extends({
13
- width: "100%",
14
- viewBox: "0 0 16 16",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }, props), _path || (_path = /*#__PURE__*/_react["default"].createElement("path", {
18
- 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",
19
- fill: "currentColor"
20
- })), _path2 || (_path2 = /*#__PURE__*/_react["default"].createElement("path", {
21
- d: "M7.44922 12.25V9.55029H8.02322V11.6715H9.10122V12.25H7.44922Z",
22
- fill: "currentColor"
23
- })), _path3 || (_path3 = /*#__PURE__*/_react["default"].createElement("path", {
24
- 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",
25
- fill: "currentColor"
26
- })), _path4 || (_path4 = /*#__PURE__*/_react["default"].createElement("path", {
27
- fillRule: "evenodd",
28
- clipRule: "evenodd",
29
- 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",
30
- fill: "currentColor"
31
- })));
32
- };
@@ -1,23 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.CloseCircleOutline = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _path;
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- 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); }
11
- var CloseCircleOutline = exports.CloseCircleOutline = function CloseCircleOutline(props) {
12
- return /*#__PURE__*/_react["default"].createElement("svg", _extends({
13
- width: "100%",
14
- viewBox: "0 0 16 16",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }, props), _path || (_path = /*#__PURE__*/_react["default"].createElement("path", {
18
- fillRule: "evenodd",
19
- clipRule: "evenodd",
20
- 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",
21
- fill: "currentColor"
22
- })));
23
- };
@@ -1,23 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Plus = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _path;
9
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
- 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); }
11
- var Plus = exports.Plus = function Plus(props) {
12
- return /*#__PURE__*/_react["default"].createElement("svg", _extends({
13
- width: "100%",
14
- viewBox: "0 0 16 16",
15
- fill: "none",
16
- xmlns: "http://www.w3.org/2000/svg"
17
- }, props), _path || (_path = /*#__PURE__*/_react["default"].createElement("path", {
18
- fillRule: "evenodd",
19
- clipRule: "evenodd",
20
- 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",
21
- fill: "currentColor"
22
- })));
23
- };
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.IconBlankCsvOutline = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _BlankCsvOutline = /*#__PURE__*/require("../Icon.assets/BlankCsvOutline");
9
- var _IconRoot = /*#__PURE__*/require("../IconRoot");
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var IconBlankCsvOutline = exports.IconBlankCsvOutline = function IconBlankCsvOutline(_ref) {
12
- var _ref$size = _ref.size,
13
- size = _ref$size === void 0 ? 'xs' : _ref$size,
14
- color = _ref.color,
15
- className = _ref.className;
16
- return /*#__PURE__*/_react["default"].createElement(_IconRoot.IconRoot, {
17
- className: className,
18
- size: size,
19
- color: color,
20
- icon: _BlankCsvOutline.BlankCsvOutline
21
- });
22
- };
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.IconBlankDocOutline = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _BlankDocOutline = /*#__PURE__*/require("../Icon.assets/BlankDocOutline");
9
- var _IconRoot = /*#__PURE__*/require("../IconRoot");
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var IconBlankDocOutline = exports.IconBlankDocOutline = function IconBlankDocOutline(_ref) {
12
- var _ref$size = _ref.size,
13
- size = _ref$size === void 0 ? 'xs' : _ref$size,
14
- color = _ref.color,
15
- className = _ref.className;
16
- return /*#__PURE__*/_react["default"].createElement(_IconRoot.IconRoot, {
17
- className: className,
18
- size: size,
19
- color: color,
20
- icon: _BlankDocOutline.BlankDocOutline
21
- });
22
- };
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.IconBlankOutline = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _BlankOutline = /*#__PURE__*/require("../Icon.assets/BlankOutline");
9
- var _IconRoot = /*#__PURE__*/require("../IconRoot");
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var IconBlankOutline = exports.IconBlankOutline = function IconBlankOutline(_ref) {
12
- var _ref$size = _ref.size,
13
- size = _ref$size === void 0 ? 'xs' : _ref$size,
14
- color = _ref.color,
15
- className = _ref.className;
16
- return /*#__PURE__*/_react["default"].createElement(_IconRoot.IconRoot, {
17
- className: className,
18
- size: size,
19
- color: color,
20
- icon: _BlankOutline.BlankOutline
21
- });
22
- };
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.IconBlankPdfOutline = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _BlankPdfOutline = /*#__PURE__*/require("../Icon.assets/BlankPdfOutline");
9
- var _IconRoot = /*#__PURE__*/require("../IconRoot");
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var IconBlankPdfOutline = exports.IconBlankPdfOutline = function IconBlankPdfOutline(_ref) {
12
- var _ref$size = _ref.size,
13
- size = _ref$size === void 0 ? 'xs' : _ref$size,
14
- color = _ref.color,
15
- className = _ref.className;
16
- return /*#__PURE__*/_react["default"].createElement(_IconRoot.IconRoot, {
17
- className: className,
18
- size: size,
19
- color: color,
20
- icon: _BlankPdfOutline.BlankPdfOutline
21
- });
22
- };
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.IconBlankTxtOutline = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _BlankTxtOutline = /*#__PURE__*/require("../Icon.assets/BlankTxtOutline");
9
- var _IconRoot = /*#__PURE__*/require("../IconRoot");
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var IconBlankTxtOutline = exports.IconBlankTxtOutline = function IconBlankTxtOutline(_ref) {
12
- var _ref$size = _ref.size,
13
- size = _ref$size === void 0 ? 'xs' : _ref$size,
14
- color = _ref.color,
15
- className = _ref.className;
16
- return /*#__PURE__*/_react["default"].createElement(_IconRoot.IconRoot, {
17
- className: className,
18
- size: size,
19
- color: color,
20
- icon: _BlankTxtOutline.BlankTxtOutline
21
- });
22
- };
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.IconBlankXlsOutline = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _BlankXlsOutline = /*#__PURE__*/require("../Icon.assets/BlankXlsOutline");
9
- var _IconRoot = /*#__PURE__*/require("../IconRoot");
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var IconBlankXlsOutline = exports.IconBlankXlsOutline = function IconBlankXlsOutline(_ref) {
12
- var _ref$size = _ref.size,
13
- size = _ref$size === void 0 ? 'xs' : _ref$size,
14
- color = _ref.color,
15
- className = _ref.className;
16
- return /*#__PURE__*/_react["default"].createElement(_IconRoot.IconRoot, {
17
- className: className,
18
- size: size,
19
- color: color,
20
- icon: _BlankXlsOutline.BlankXlsOutline
21
- });
22
- };
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.IconCloseCircleOutline = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _CloseCircleOutline = /*#__PURE__*/require("../Icon.assets/CloseCircleOutline");
9
- var _IconRoot = /*#__PURE__*/require("../IconRoot");
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var IconCloseCircleOutline = exports.IconCloseCircleOutline = function IconCloseCircleOutline(_ref) {
12
- var _ref$size = _ref.size,
13
- size = _ref$size === void 0 ? 's' : _ref$size,
14
- color = _ref.color,
15
- className = _ref.className;
16
- return /*#__PURE__*/_react["default"].createElement(_IconRoot.IconRoot, {
17
- className: className,
18
- size: size,
19
- color: color,
20
- icon: _CloseCircleOutline.CloseCircleOutline
21
- });
22
- };
@@ -1,22 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.IconPlus = void 0;
7
- var _react = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("react"));
8
- var _Plus = /*#__PURE__*/require("../Icon.assets/Plus");
9
- var _IconRoot = /*#__PURE__*/require("../IconRoot");
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
- var IconPlus = exports.IconPlus = function IconPlus(_ref) {
12
- var _ref$size = _ref.size,
13
- size = _ref$size === void 0 ? 's' : _ref$size,
14
- color = _ref.color,
15
- className = _ref.className;
16
- return /*#__PURE__*/_react["default"].createElement(_IconRoot.IconRoot, {
17
- className: className,
18
- size: size,
19
- color: color,
20
- icon: _Plus.Plus
21
- });
22
- };
@@ -1,37 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.config = void 0;
7
- var _styledComponents = /*#__PURE__*/require("styled-components");
8
- var _Attach = /*#__PURE__*/require("../../../../components/Attach");
9
- var config = exports.config = {
10
- defaults: {
11
- view: 'default',
12
- focused: 'true',
13
- size: 'm'
14
- },
15
- variations: {
16
- view: {
17
- "default": /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--inverse-text-primary);", ":var(--inverse-text-secondary);", ":var(--surface-solid-default);", ":var(", ");", ":var(--inverse-text-primary);", ":var(--surface-solid-default-hover);", ":var(--inverse-text-primary);", ":var(--surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--inverse-text-primary);", ":var(--surface-solid-default);", ":var(", ");", ":var(--inverse-text-primary);", ":var(--surface-solid-default-hover);", ":var(--inverse-text-primary);", ":var(--surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
18
- accent: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-accent);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-accent-hover);", ":var(--on-dark-text-primary);", ":var(--surface-accent-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-accent);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-accent-hover);", ":var(--on-dark-text-primary);", ":var(--surface-accent-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
19
- secondary: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--surface-transparent-secondary);", ":var(", ");", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-transparent-secondary);", ":var(", ");", ":var(--text-primary);", ":var(--surface-transparent-secondary-hover);", ":var(--text-primary);", ":var(--surface-transparent-secondary-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
20
- clear: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
21
- positive: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-positive);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-positive-hover);", ":var(--on-dark-text-primary);", ":var(--surface-positive-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
22
- success: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-positive);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-positive-hover);", ":var(--on-dark-text-primary);", ":var(--surface-positive-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
23
- warning: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-warning);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-warning-hover);", ":var(--on-dark-text-primary);", ":var(--surface-warning-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-warning);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-warning-hover);", ":var(--on-dark-text-primary);", ":var(--surface-warning-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
24
- critical: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--surface-negative);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-negative-hover);", ":var(--on-dark-text-primary);", ":var(--surface-negative-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
25
- negative: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--surface-negative);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--surface-negative-hover);", ":var(--on-dark-text-primary);", ":var(--surface-negative-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
26
- dark: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--on-light-surface-transparent-deep);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-transparent-deep-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
27
- black: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--on-dark-text-primary);", ":var(--on-dark-text-secondary);", ":var(--on-light-surface-solid-default);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default);", ":var(", ");", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-hover);", ":var(--on-dark-text-primary);", ":var(--on-light-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor),
28
- white: /*#__PURE__*/(0, _styledComponents.css)(["", ":var(--on-light-text-primary);", ":var(--on-light-text-secondary);", ":var(--on-dark-surface-solid-default);", ":var(", ");", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-hover);", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--text-secondary);", ":var(--text-primary);", ":var(--text-secondary);", ":transparent;", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default);", ":var(", ");", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-hover);", ":var(--on-light-text-primary);", ":var(--on-dark-surface-solid-default-active);", ":0.4;", ":var(--surface-accent);", ":var(--text-primary);", ":var(--surface-clear);", ":var(", ");", ":var(--text-primary-hover);", ":var(--surface-clear);", ":var(--text-primary-active);", ":var(--surface-clear);", ":0.4;", ":var(--surface-accent);"], _Attach.attachTokens.buttonColor, _Attach.attachTokens.buttonValueColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonLoadingBackgroundColor, _Attach.attachTokens.buttonBackgroundColor, _Attach.attachTokens.buttonColorHover, _Attach.attachTokens.buttonBackgroundColorHover, _Attach.attachTokens.buttonColorActive, _Attach.attachTokens.buttonBackgroundColorActive, _Attach.attachTokens.buttonDisabledOpacity, _Attach.attachTokens.buttonFocusColor, _Attach.attachTokens.cellColor, _Attach.attachTokens.cellLabelColor, _Attach.attachTokens.cellTitleColor, _Attach.attachTokens.cellSubtitleColor, _Attach.attachTokens.cellBackgroundColor, _Attach.attachTokens.iconButtonColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonLoadingBackgroundColor, _Attach.attachTokens.iconButtonBackgroundColor, _Attach.attachTokens.iconButtonColorHover, _Attach.attachTokens.iconButtonBackgroundColorHover, _Attach.attachTokens.iconButtonColorActive, _Attach.attachTokens.iconButtonBackgroundColorActive, _Attach.attachTokens.iconButtonDisabledOpacity, _Attach.attachTokens.iconButtonFocusColor, _Attach.attachTokens.iconButtonCancelColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelLoadingBackgroundColor, _Attach.attachTokens.iconButtonCancelBackgroundColor, _Attach.attachTokens.iconButtonCancelColorHover, _Attach.attachTokens.iconButtonCancelBackgroundColorHover, _Attach.attachTokens.iconButtonCancelColorActive, _Attach.attachTokens.iconButtonCancelBackgroundColorActive, _Attach.attachTokens.iconButtonCancelDisabledOpacity, _Attach.attachTokens.iconButtonCancelFocusColor)
29
- },
30
- size: {
31
- l: /*#__PURE__*/(0, _styledComponents.css)(["", ":1.5rem;", ":0.5rem;", ":3.5rem;", ":12.5rem;", ":1.5rem;", ":0.875rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-bold-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":1.375rem;", ":inherit;", ":0 0.5rem 0 -0.125rem;", ":0 -0.125rem 0 0.5rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.375rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":3.5rem;", ":3.5rem;", ":1.5rem;", ":0.875rem;", ":var(--plasma-typo-body-l-font-family);", ":var(--plasma-typo-body-l-font-size);", ":var(--plasma-typo-body-l-font-style);", ":var(--plasma-typo-body-l-bold-font-weight);", ":var(--plasma-typo-body-l-letter-spacing);", ":var(--plasma-typo-body-l-line-height);", ":1.375rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor),
32
- m: /*#__PURE__*/(0, _styledComponents.css)(["", ":1.25rem;", ":0.5rem;", ":3rem;", ":11.25rem;", ":1.25rem;", ":0.75rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-bold-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":1.375rem;", ":inherit;", ":0 0.375rem 0 -0.125rem;", ":0 -0.125rem 0 0.375rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.375rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":3rem;", ":3rem;", ":1.25rem;", ":0.75rem;", ":var(--plasma-typo-body-m-font-family);", ":var(--plasma-typo-body-m-font-size);", ":var(--plasma-typo-body-m-font-style);", ":var(--plasma-typo-body-m-bold-font-weight);", ":var(--plasma-typo-body-m-letter-spacing);", ":var(--plasma-typo-body-m-line-height);", ":1.375rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor),
33
- s: /*#__PURE__*/(0, _styledComponents.css)(["", ":1rem;", ":0.375rem;", ":2.5rem;", ":11.25rem;", ":1rem;", ":0.625rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-bold-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":1.375rem;", ":inherit;", ":0 0.25rem 0 -0.125rem;", ":0 -0.125rem 0 0.25rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.375rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":2.5rem;", ":2.5rem;", ":1rem;", ":0.625rem;", ":var(--plasma-typo-body-s-font-family);", ":var(--plasma-typo-body-s-font-size);", ":var(--plasma-typo-body-s-font-style);", ":var(--plasma-typo-body-s-bold-font-weight);", ":var(--plasma-typo-body-s-letter-spacing);", ":var(--plasma-typo-body-s-line-height);", ":1.375rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor),
34
- xs: /*#__PURE__*/(0, _styledComponents.css)(["", ":0.75rem;", ":0.25rem;", ":2rem;", ":10rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;", ":0 0.25rem 0 -0.125rem;", ":0 -0.125rem 0 0.25rem;", ":0 0 0 0.25rem;", ":fit-content;", ":0rem;", ":0rem;", ":0rem;", ":0rem;", ":0.125rem;", ":0.25rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;", ":2rem;", ":2rem;", ":0.75rem;", ":0.5rem;", ":var(--plasma-typo-body-xs-font-family);", ":var(--plasma-typo-body-xs-font-size);", ":var(--plasma-typo-body-xs-font-style);", ":var(--plasma-typo-body-xs-bold-font-weight);", ":var(--plasma-typo-body-xs-letter-spacing);", ":var(--plasma-typo-body-xs-line-height);", ":1rem;", ":inherit;"], _Attach.attachTokens.horizontalGap, _Attach.attachTokens.verticalGap, _Attach.attachTokens.buttonHeight, _Attach.attachTokens.buttonWidth, _Attach.attachTokens.buttonPadding, _Attach.attachTokens.buttonRadius, _Attach.attachTokens.buttonFontFamily, _Attach.attachTokens.buttonFontSize, _Attach.attachTokens.buttonFontStyle, _Attach.attachTokens.buttonFontWeight, _Attach.attachTokens.buttonLetterSpacing, _Attach.attachTokens.buttonLineHeight, _Attach.attachTokens.buttonSpinnerSize, _Attach.attachTokens.buttonSpinnerColor, _Attach.attachTokens.buttonLeftContentMargin, _Attach.attachTokens.buttonRightContentMargin, _Attach.attachTokens.buttonValueMargin, _Attach.attachTokens.cellWidth, _Attach.attachTokens.cellPadding, _Attach.attachTokens.cellPaddingLeftContent, _Attach.attachTokens.cellPaddingContent, _Attach.attachTokens.cellPaddingRightContent, _Attach.attachTokens.cellTextboxGap, _Attach.attachTokens.cellGap, _Attach.attachTokens.cellLabelFontFamily, _Attach.attachTokens.cellLabelFontSize, _Attach.attachTokens.cellLabelFontStyle, _Attach.attachTokens.cellLabelFontWeight, _Attach.attachTokens.cellLabelLetterSpacing, _Attach.attachTokens.cellLabelLineHeight, _Attach.attachTokens.cellTitleFontFamily, _Attach.attachTokens.cellTitleFontSize, _Attach.attachTokens.cellTitleFontStyle, _Attach.attachTokens.cellTitleFontWeight, _Attach.attachTokens.cellTitleLetterSpacing, _Attach.attachTokens.cellTitleLineHeight, _Attach.attachTokens.cellSubtitleFontFamily, _Attach.attachTokens.cellSubtitleFontSize, _Attach.attachTokens.cellSubtitleFontStyle, _Attach.attachTokens.cellSubtitleFontWeight, _Attach.attachTokens.cellSubtitleLetterSpacing, _Attach.attachTokens.cellSubtitleLineHeight, _Attach.attachTokens.iconButtonHeight, _Attach.attachTokens.iconButtonWidth, _Attach.attachTokens.iconButtonPadding, _Attach.attachTokens.iconButtonRadius, _Attach.attachTokens.iconButtonFontFamily, _Attach.attachTokens.iconButtonFontSize, _Attach.attachTokens.iconButtonFontStyle, _Attach.attachTokens.iconButtonFontWeight, _Attach.attachTokens.iconButtonLetterSpacing, _Attach.attachTokens.iconButtonLineHeight, _Attach.attachTokens.iconButtonSpinnerSize, _Attach.attachTokens.iconButtonSpinnerColor, _Attach.attachTokens.iconButtonCancelHeight, _Attach.attachTokens.iconButtonCancelWidth, _Attach.attachTokens.iconButtonCancelPadding, _Attach.attachTokens.iconButtonCancelRadius, _Attach.attachTokens.iconButtonCancelFontFamily, _Attach.attachTokens.iconButtonCancelFontSize, _Attach.attachTokens.iconButtonCancelFontStyle, _Attach.attachTokens.iconButtonCancelFontWeight, _Attach.attachTokens.iconButtonCancelLetterSpacing, _Attach.attachTokens.iconButtonCancelLineHeight, _Attach.attachTokens.iconButtonCancelSpinnerSize, _Attach.attachTokens.iconButtonCancelSpinnerColor)
35
- }
36
- }
37
- };
@@ -1,11 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Attach = void 0;
7
- var _Attach = /*#__PURE__*/require("../../../../components/Attach");
8
- var _engines = /*#__PURE__*/require("../../../../engines");
9
- var _Attach2 = /*#__PURE__*/require("./Attach.config");
10
- var mergedConfig = /*#__PURE__*/(0, _engines.mergeConfig)(_Attach.attachConfig, _Attach2.config);
11
- var Attach = exports.Attach = /*#__PURE__*/(0, _engines.component)(mergedConfig);