@caipira/tamandua 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (523) hide show
  1. package/README.md +4 -0
  2. package/dist/account-BJGxzbeL.js +5 -0
  3. package/dist/alert-octagon-D8wznooU.js +4 -0
  4. package/dist/alert-octagon-outline-fM2QVbyq.js +5 -0
  5. package/dist/archive-DDuuzVUo.js +5 -0
  6. package/dist/archive-outline-BT6uCRX5.js +5 -0
  7. package/dist/arrow-left-CVipcGWo.js +5 -0
  8. package/dist/arrow-right-DHFo5L72.js +5 -0
  9. package/dist/bank-lwoR1P6d.js +5 -0
  10. package/dist/bank-outline-wy0O9ni0.js +5 -0
  11. package/dist/camera-BXoPauop.js +5 -0
  12. package/dist/cards-outline-B0no8Z63.js +5 -0
  13. package/dist/cards-variant-CU6V8mdM.js +5 -0
  14. package/dist/cart-outline-C99s8OpS.js +4 -0
  15. package/dist/chart-box-outline-C9ymwfIH.js +5 -0
  16. package/dist/chart-box-tyepg_QH.js +5 -0
  17. package/dist/check-circle-C3Kf7DnE.js +5 -0
  18. package/dist/check-circle-outline-B4zmPfuc.js +5 -0
  19. package/dist/check-iUT-FuWa.js +5 -0
  20. package/dist/checkbox-TojXdFTq.js +5 -0
  21. package/dist/checkbox-dark-D_btgwCX.js +5 -0
  22. package/dist/checkbox-indeterminate-CtbmyFkw.js +5 -0
  23. package/dist/checkbox-indeterminate-dark-CSrkJBRG.js +5 -0
  24. package/dist/chevron-down-CJLshITY.js +5 -0
  25. package/dist/chevron-left-n_sGCmlG.js +5 -0
  26. package/dist/chevron-right-C8uLqjmq.js +5 -0
  27. package/dist/chevron-up-b6VdQM8S.js +5 -0
  28. package/dist/circle-DhoEDuC5.js +5 -0
  29. package/dist/clock-BqMI2OIG.js +5 -0
  30. package/dist/close-DemH4JAO.js +5 -0
  31. package/dist/close-circle-Bsf9_pUR.js +4 -0
  32. package/dist/close-circle-outline-CUXfYV4M.js +5 -0
  33. package/dist/cog-Dd9I6z5D.js +5 -0
  34. package/dist/color-fill-DWx77G0p.js +5 -0
  35. package/dist/components/Avatar/Avatar.story.d.ts +9 -0
  36. package/dist/components/Avatar/Avatar.vue.d.ts +58 -0
  37. package/dist/components/Avatar/index.d.ts +6 -0
  38. package/dist/components/Backdrop/Backdrop.vue.d.ts +33 -0
  39. package/dist/components/Backdrop/index.d.ts +6 -0
  40. package/dist/components/Button/Button.story.d.ts +70 -0
  41. package/dist/components/Button/Button.vue.d.ts +153 -0
  42. package/dist/components/Button/index.d.ts +6 -0
  43. package/dist/components/ButtonCopy/ButtonCopy.vue.d.ts +32 -0
  44. package/dist/components/ButtonCopy/index.d.ts +6 -0
  45. package/dist/components/Drawer/Drawer.vue.d.ts +67 -0
  46. package/dist/components/Drawer/index.d.ts +6 -0
  47. package/dist/components/Dropdown/Dropdown.vue.d.ts +117 -0
  48. package/dist/components/Dropdown/index.d.ts +6 -0
  49. package/dist/components/EventListener/EventListener.vue.d.ts +6 -0
  50. package/dist/components/FileDrop/FileDrop.vue.d.ts +40 -0
  51. package/dist/components/FileDrop/index.d.ts +6 -0
  52. package/dist/components/Form/Form.spec.d.ts +1 -0
  53. package/dist/components/Form/Form.vue.d.ts +111 -0
  54. package/dist/components/Form/index.d.ts +6 -0
  55. package/dist/components/FormItem/FormItem.vue.d.ts +41 -0
  56. package/dist/components/FormItem/index.d.ts +6 -0
  57. package/dist/components/GraphyEmpty/GraphyEmpty.vue.d.ts +23 -0
  58. package/dist/components/GraphyEmpty/index.d.ts +6 -0
  59. package/dist/components/GraphyLabel/GraphyLabel.vue.d.ts +43 -0
  60. package/dist/components/GraphyLabel/index.d.ts +6 -0
  61. package/dist/components/GraphyPrice/GraphyPrice.story.d.ts +6 -0
  62. package/dist/components/GraphyPrice/GraphyPrice.vue.d.ts +45 -0
  63. package/dist/components/GraphyPrice/index.d.ts +6 -0
  64. package/dist/components/GraphySubtitle/GraphySubtitle.vue.d.ts +31 -0
  65. package/dist/components/GraphySubtitle/index.d.ts +6 -0
  66. package/dist/components/GraphyTitle/GraphyTitle.vue.d.ts +15 -0
  67. package/dist/components/GraphyTitle/index.d.ts +6 -0
  68. package/dist/components/Icon/Icon.vue.d.ts +40 -0
  69. package/dist/components/Icon/index.d.ts +6 -0
  70. package/dist/components/IconButton/IconButton.vue.d.ts +153 -0
  71. package/dist/components/IconButton/index.d.ts +6 -0
  72. package/dist/components/InputAvatar/InputAvatar.vue.d.ts +19 -0
  73. package/dist/components/InputAvatar/index.d.ts +6 -0
  74. package/dist/components/InputCheckbox/InputCheckbox.vue.d.ts +52 -0
  75. package/dist/components/InputCheckbox/index.d.ts +6 -0
  76. package/dist/components/InputColor/InputColor.vue.d.ts +40 -0
  77. package/dist/components/InputColor/index.d.ts +6 -0
  78. package/dist/components/InputDate/InputDate.story.d.ts +6 -0
  79. package/dist/components/InputDate/InputDate.vue.d.ts +23 -0
  80. package/dist/components/InputDate/index.d.ts +6 -0
  81. package/dist/components/InputMultiplier/InputMultiplier.vue.d.ts +41 -0
  82. package/dist/components/InputMultiplier/index.d.ts +6 -0
  83. package/dist/components/InputMultiplier/input-multiplier.story.d.ts +19 -0
  84. package/dist/components/InputMultiplier/types.d.ts +15 -0
  85. package/dist/components/InputPassword/InputPassword.vue.d.ts +68 -0
  86. package/dist/components/InputPassword/index.d.ts +6 -0
  87. package/dist/components/InputPhone/InputPhone.vue.d.ts +40 -0
  88. package/dist/components/InputPhone/index.d.ts +6 -0
  89. package/dist/components/InputPrice/InputPrice.vue.d.ts +39 -0
  90. package/dist/components/InputPrice/index.d.ts +6 -0
  91. package/dist/components/InputRadio/InputRadio.vue.d.ts +17 -0
  92. package/dist/components/InputRadio/InputRadioGroup.story.d.ts +7 -0
  93. package/dist/components/InputRadio/InputRadioGroup.vue.d.ts +44 -0
  94. package/dist/components/InputRadio/index.d.ts +7 -0
  95. package/dist/components/InputSelect/InputSelect.story.d.ts +6 -0
  96. package/dist/components/InputSelect/InputSelect.vue.d.ts +116 -0
  97. package/dist/components/InputSelect/index.d.ts +6 -0
  98. package/dist/components/InputSwitch/InputSwitch.story.d.ts +29 -0
  99. package/dist/components/InputSwitch/InputSwitch.vue.d.ts +40 -0
  100. package/dist/components/InputSwitch/index.d.ts +6 -0
  101. package/dist/components/InputText/InputText.vue.d.ts +60 -0
  102. package/dist/components/InputText/index.d.ts +6 -0
  103. package/dist/components/InputTextarea/InputTextarea.vue.d.ts +50 -0
  104. package/dist/components/InputTextarea/index.d.ts +6 -0
  105. package/dist/components/LineChart/LineChart.vue.d.ts +17 -0
  106. package/dist/components/LineChart/index.d.ts +6 -0
  107. package/dist/components/Modal/Modal.vue.d.ts +70 -0
  108. package/dist/components/Modal/index.d.ts +6 -0
  109. package/dist/components/ModalForm/ModalForm.vue.d.ts +53 -0
  110. package/dist/components/ModalForm/index.d.ts +6 -0
  111. package/dist/components/Pagination/Pagination.story.d.ts +5 -0
  112. package/dist/components/Pagination/Pagination.vue.d.ts +50 -0
  113. package/dist/components/Pagination/index.d.ts +6 -0
  114. package/dist/components/PieChart/PieChart.vue.d.ts +17 -0
  115. package/dist/components/PieChart/index.d.ts +6 -0
  116. package/dist/components/Popconfirm/Popconfirm.vue.d.ts +49 -0
  117. package/dist/components/Popconfirm/index.d.ts +6 -0
  118. package/dist/components/Popover/Popover.vue.d.ts +68 -0
  119. package/dist/components/Popover/index.d.ts +6 -0
  120. package/dist/components/ProgressCircle/ProgressCircle.story.d.ts +5 -0
  121. package/dist/components/ProgressCircle/ProgressCircle.vue.d.ts +56 -0
  122. package/dist/components/ProgressCircle/index.d.ts +6 -0
  123. package/dist/components/ProgressLine/ProgressLine.story.d.ts +5 -0
  124. package/dist/components/ProgressLine/ProgressLine.vue.d.ts +75 -0
  125. package/dist/components/ProgressLine/index.d.ts +6 -0
  126. package/dist/components/SensitiveInfo/SensitiveInfo.vue.d.ts +22 -0
  127. package/dist/components/SensitiveInfo/index.d.ts +6 -0
  128. package/dist/components/Tab/Tab.vue.d.ts +36 -0
  129. package/dist/components/Tab/index.d.ts +6 -0
  130. package/dist/components/Table/Table.story.d.ts +5 -0
  131. package/dist/components/Table/Table.vue.d.ts +97 -0
  132. package/dist/components/Table/index.d.ts +6 -0
  133. package/dist/components/Table/types.d.ts +13 -0
  134. package/dist/components/Tag/Tag.vue.d.ts +54 -0
  135. package/dist/components/Tag/index.d.ts +6 -0
  136. package/dist/components/Tag/types.d.ts +14 -0
  137. package/dist/components/Toast/Toast.vue.d.ts +21 -0
  138. package/dist/components/Toast/index.d.ts +6 -0
  139. package/dist/components/index.d.ts +43 -0
  140. package/dist/components/plugins.d.ts +45 -0
  141. package/dist/composables/index.d.ts +2 -0
  142. package/dist/composables/useBreakpoints.d.ts +5 -0
  143. package/dist/composables/useRender.d.ts +3 -0
  144. package/dist/copy-D-Dqxp8h.js +5 -0
  145. package/dist/credit-card-B3VjoUad.js +5 -0
  146. package/dist/credit-card-plus-TUZq5Zi0.js +4 -0
  147. package/dist/currency-BuSji4qA.js +5 -0
  148. package/dist/database-CNG_l2Or.js +5 -0
  149. package/dist/dots-grid-BhRGZg1t.js +5 -0
  150. package/dist/dots-vertical-nYIDxlT1.js +5 -0
  151. package/dist/email-open-outline-NlRAK8vu.js +5 -0
  152. package/dist/email-outline-v-beMKo_.js +5 -0
  153. package/dist/enums/app.d.ts +5 -0
  154. package/dist/enums/form.d.ts +23 -0
  155. package/dist/enums/index.d.ts +3 -0
  156. package/{enums/ui.ts → dist/enums/ui.d.ts} +16 -30
  157. package/dist/eye-C7_UM0rn.js +5 -0
  158. package/dist/eye-off-Dq2WOPSG.js +5 -0
  159. package/dist/file-document-plus-outline-C_GeG8ak.js +5 -0
  160. package/dist/filmstrip-Dg66xHap.js +4 -0
  161. package/dist/filter-07gM0IrM.js +5 -0
  162. package/dist/form/convertors.d.ts +3 -0
  163. package/dist/form/crud.d.ts +27 -0
  164. package/dist/form/form-data-transformers.d.ts +4 -0
  165. package/dist/form/form-transformer.d.ts +7 -0
  166. package/dist/form/form-value-transformers.d.ts +8 -0
  167. package/dist/form/form.test.d.ts +1 -0
  168. package/dist/form/json-transformers.d.ts +4 -0
  169. package/dist/fullscreen-daZRwm-1.js +5 -0
  170. package/dist/fullscreen-exit-DvHy2f8E.js +5 -0
  171. package/dist/group-B1HQcmCl.js +5 -0
  172. package/dist/i18n.d.ts +15 -0
  173. package/dist/image-C-DY_SfK.js +5 -0
  174. package/dist/image-album-DVl72ioK.js +5 -0
  175. package/dist/image-album-outline-oiPipPnp.js +5 -0
  176. package/dist/image-outline-CLpFyr7w.js +5 -0
  177. package/dist/index.d.ts +5 -0
  178. package/dist/info-outline-Mn6Hjz_K.js +5 -0
  179. package/dist/key-B8iEXxGx.js +5 -0
  180. package/dist/key-chain-D-8-GrU2.js +5 -0
  181. package/dist/key-variant-DViBRFAJ.js +5 -0
  182. package/dist/listbox-outline-BBriTS-r.js +5 -0
  183. package/dist/loading-E4eFmVsP.js +5 -0
  184. package/dist/lock-Nv-e-b24.js +5 -0
  185. package/dist/lock-outline-K2LxC2b6.js +5 -0
  186. package/dist/logout-BHwFpuou.js +5 -0
  187. package/dist/menu-down-B4Fy5IG1.js +4 -0
  188. package/dist/menu-left-D8G3frKt.js +4 -0
  189. package/dist/menu-pq7WWaJu.js +5 -0
  190. package/dist/menu-right-CMt4thJ2.js +4 -0
  191. package/dist/minus-CSCkQnOm.js +5 -0
  192. package/dist/minus-circle-D_N5NZW-.js +5 -0
  193. package/dist/minus-circle-outline-B-x6EXPD.js +5 -0
  194. package/dist/moon-Bhm_ZTV6.js +5 -0
  195. package/dist/open-in-new-C2Btl_1k.js +5 -0
  196. package/dist/pencil-BETebgXX.js +5 -0
  197. package/dist/people-BUW1DRzH.js +5 -0
  198. package/dist/piggy-bank-outline-5cDQNrSU.js +5 -0
  199. package/dist/plugins/register-component.d.ts +4 -0
  200. package/dist/plus-circle-Cl0YprEp.js +5 -0
  201. package/dist/plus-circle-outline-C-kkX0ke.js +5 -0
  202. package/dist/plus-sbcOm60H.js +5 -0
  203. package/dist/qrcode-scan-CpLrVFw_.js +5 -0
  204. package/dist/radio-DkjVAhsO.js +5 -0
  205. package/dist/radio-dark-Cr5v17AF.js +5 -0
  206. package/dist/refresh-DPlMWd1M.js +5 -0
  207. package/dist/save-BmMH4S8b.js +4 -0
  208. package/dist/search-Co2MwWOK.js +5 -0
  209. package/dist/services/clipboard.d.ts +2 -0
  210. package/dist/services/date.d.ts +16 -0
  211. package/dist/services/password.d.ts +7 -0
  212. package/dist/services/ui.d.ts +9 -0
  213. package/dist/spotlight-TNyCQzOY.js +4 -0
  214. package/dist/store-outline-B-fuVZzv.js +5 -0
  215. package/dist/style.css +1 -0
  216. package/dist/sun-BWKjCEHH.js +5 -0
  217. package/dist/swap-CNbqKTl0.js +5 -0
  218. package/dist/swap-horizontal-DociZUG2.js +5 -0
  219. package/dist/swap-left-Bd2DOgf3.js +5 -0
  220. package/dist/swap-right-D0VYxBDb.js +5 -0
  221. package/dist/system-theme-Cez6mSv_.js +5 -0
  222. package/dist/tag-outline-Ce_qOxif.js +5 -0
  223. package/dist/tamandua.js +15370 -0
  224. package/dist/trash-can-CKPtMqSf.js +5 -0
  225. package/dist/trash-can-outline-DjtqZHOC.js +5 -0
  226. package/{types/address.ts → dist/types/address.d.ts} +0 -5
  227. package/{types/api.ts → dist/types/api.d.ts} +0 -4
  228. package/{types/common.ts → dist/types/common.d.ts} +0 -1
  229. package/{types/form.ts → dist/types/form.d.ts} +37 -67
  230. package/dist/types/index.d.ts +5 -0
  231. package/{types/ui.ts → dist/types/ui.d.ts} +11 -16
  232. package/{types/website.ts → dist/types/website.d.ts} +0 -1
  233. package/dist/upload-CKfrBexU.js +5 -0
  234. package/dist/user-circle-D102n1FB.js +5 -0
  235. package/dist/vite.config.d.mts +2 -0
  236. package/dist/vitest.setup.d.ts +1 -0
  237. package/dist/zip-box-C10560VY.js +5 -0
  238. package/package.json +17 -6
  239. package/.editorconfig +0 -12
  240. package/.prettierrc +0 -5
  241. package/.storybook/main.ts +0 -25
  242. package/.storybook/preview-body.html +0 -3
  243. package/.storybook/preview.ts +0 -24
  244. package/App.vue +0 -1
  245. package/Dockerfile +0 -21
  246. package/assets/icons/account.svg +0 -1
  247. package/assets/icons/alert-octagon-outline.svg +0 -1
  248. package/assets/icons/alert-octagon.svg +0 -1
  249. package/assets/icons/archive-outline.svg +0 -1
  250. package/assets/icons/archive.svg +0 -1
  251. package/assets/icons/arrow-left.svg +0 -1
  252. package/assets/icons/arrow-right.svg +0 -1
  253. package/assets/icons/bank-outline.svg +0 -1
  254. package/assets/icons/bank.svg +0 -1
  255. package/assets/icons/camera.svg +0 -1
  256. package/assets/icons/cards-outline.svg +0 -1
  257. package/assets/icons/cards-variant.svg +0 -1
  258. package/assets/icons/cart-outline.svg +0 -1
  259. package/assets/icons/chart-box-outline.svg +0 -1
  260. package/assets/icons/chart-box.svg +0 -1
  261. package/assets/icons/check-circle-outline.svg +0 -1
  262. package/assets/icons/check-circle.svg +0 -1
  263. package/assets/icons/check.svg +0 -1
  264. package/assets/icons/checkbox-dark.svg +0 -1
  265. package/assets/icons/checkbox-indeterminate-dark.svg +0 -1
  266. package/assets/icons/checkbox-indeterminate.svg +0 -1
  267. package/assets/icons/checkbox.svg +0 -1
  268. package/assets/icons/chevron-down.svg +0 -1
  269. package/assets/icons/chevron-left.svg +0 -1
  270. package/assets/icons/chevron-right.svg +0 -1
  271. package/assets/icons/chevron-up.svg +0 -1
  272. package/assets/icons/circle.svg +0 -1
  273. package/assets/icons/clock.svg +0 -1
  274. package/assets/icons/close-circle-outline.svg +0 -1
  275. package/assets/icons/close-circle.svg +0 -1
  276. package/assets/icons/close.svg +0 -1
  277. package/assets/icons/cog.svg +0 -1
  278. package/assets/icons/color-fill.svg +0 -1
  279. package/assets/icons/copy.svg +0 -1
  280. package/assets/icons/credit-card-plus.svg +0 -1
  281. package/assets/icons/credit-card.svg +0 -1
  282. package/assets/icons/currency.svg +0 -1
  283. package/assets/icons/database.svg +0 -1
  284. package/assets/icons/dots-grid.svg +0 -1
  285. package/assets/icons/dots-vertical.svg +0 -1
  286. package/assets/icons/email-open-outline.svg +0 -1
  287. package/assets/icons/email-outline.svg +0 -1
  288. package/assets/icons/eye-off.svg +0 -1
  289. package/assets/icons/eye.svg +0 -1
  290. package/assets/icons/file-document-plus-outline.svg +0 -1
  291. package/assets/icons/filmstrip.svg +0 -1
  292. package/assets/icons/filter.svg +0 -1
  293. package/assets/icons/fullscreen-exit.svg +0 -1
  294. package/assets/icons/fullscreen.svg +0 -1
  295. package/assets/icons/group.svg +0 -1
  296. package/assets/icons/image-album-outline.svg +0 -1
  297. package/assets/icons/image-album.svg +0 -1
  298. package/assets/icons/image-outline.svg +0 -1
  299. package/assets/icons/image.svg +0 -1
  300. package/assets/icons/info-outline.svg +0 -1
  301. package/assets/icons/key-chain.svg +0 -1
  302. package/assets/icons/key-variant.svg +0 -1
  303. package/assets/icons/key.svg +0 -1
  304. package/assets/icons/listbox-outline.svg +0 -1
  305. package/assets/icons/loading.svg +0 -1
  306. package/assets/icons/lock-outline.svg +0 -1
  307. package/assets/icons/lock.svg +0 -1
  308. package/assets/icons/logout.svg +0 -1
  309. package/assets/icons/menu-down.svg +0 -1
  310. package/assets/icons/menu-left.svg +0 -1
  311. package/assets/icons/menu-right.svg +0 -1
  312. package/assets/icons/menu.svg +0 -1
  313. package/assets/icons/minus-circle-outline.svg +0 -1
  314. package/assets/icons/minus-circle.svg +0 -1
  315. package/assets/icons/minus.svg +0 -1
  316. package/assets/icons/moon.svg +0 -1
  317. package/assets/icons/open-in-new.svg +0 -1
  318. package/assets/icons/pencil.svg +0 -1
  319. package/assets/icons/people.svg +0 -1
  320. package/assets/icons/piggy-bank-outline.svg +0 -1
  321. package/assets/icons/plus-circle-outline.svg +0 -1
  322. package/assets/icons/plus-circle.svg +0 -1
  323. package/assets/icons/plus.svg +0 -1
  324. package/assets/icons/qrcode-scan.svg +0 -1
  325. package/assets/icons/radio-dark.svg +0 -1
  326. package/assets/icons/radio.svg +0 -1
  327. package/assets/icons/refresh.svg +0 -1
  328. package/assets/icons/save.svg +0 -1
  329. package/assets/icons/search.svg +0 -1
  330. package/assets/icons/spotlight.svg +0 -1
  331. package/assets/icons/store-outline.svg +0 -1
  332. package/assets/icons/sun.svg +0 -1
  333. package/assets/icons/swap-horizontal.svg +0 -1
  334. package/assets/icons/swap-left.svg +0 -1
  335. package/assets/icons/swap-right.svg +0 -1
  336. package/assets/icons/swap.svg +0 -1
  337. package/assets/icons/system-theme.svg +0 -1
  338. package/assets/icons/tag-outline.svg +0 -1
  339. package/assets/icons/trash-can-outline.svg +0 -1
  340. package/assets/icons/trash-can.svg +0 -1
  341. package/assets/icons/upload.svg +0 -1
  342. package/assets/icons/user-circle.svg +0 -1
  343. package/assets/icons/zip-box.svg +0 -1
  344. package/assets/images/fs/apk.svg +0 -11
  345. package/assets/images/fs/bmp.svg +0 -7
  346. package/assets/images/fs/css.svg +0 -8
  347. package/assets/images/fs/doc.svg +0 -9
  348. package/assets/images/fs/docx.svg +0 -9
  349. package/assets/images/fs/folder-adwaita.svg +0 -8
  350. package/assets/images/fs/folder-black.svg +0 -8
  351. package/assets/images/fs/folder-brown.svg +0 -8
  352. package/assets/images/fs/folder-grey.svg +0 -8
  353. package/assets/images/fs/folder-nordic.svg +0 -8
  354. package/assets/images/fs/folder-orange.svg +0 -8
  355. package/assets/images/fs/folder-palebrown.svg +0 -8
  356. package/assets/images/fs/folder-paleorange.svg +0 -8
  357. package/assets/images/fs/folder-teal.svg +0 -8
  358. package/assets/images/fs/folder-white.svg +0 -8
  359. package/assets/images/fs/folder-yellow.svg +0 -8
  360. package/assets/images/fs/gif.svg +0 -7
  361. package/assets/images/fs/go.svg +0 -9
  362. package/assets/images/fs/ics.svg +0 -24
  363. package/assets/images/fs/iso.svg +0 -10
  364. package/assets/images/fs/jpeg.svg +0 -7
  365. package/assets/images/fs/jpg.svg +0 -7
  366. package/assets/images/fs/js.svg +0 -9
  367. package/assets/images/fs/json.svg +0 -9
  368. package/assets/images/fs/lua.svg +0 -9
  369. package/assets/images/fs/m4v.svg +0 -7
  370. package/assets/images/fs/md.svg +0 -10
  371. package/assets/images/fs/mov.svg +0 -7
  372. package/assets/images/fs/mp3.svg +0 -9
  373. package/assets/images/fs/mp4.svg +0 -7
  374. package/assets/images/fs/pdf.svg +0 -9
  375. package/assets/images/fs/pgp.svg +0 -8
  376. package/assets/images/fs/php.svg +0 -9
  377. package/assets/images/fs/png.svg +0 -7
  378. package/assets/images/fs/ppt.svg +0 -9
  379. package/assets/images/fs/py.svg +0 -9
  380. package/assets/images/fs/rar.svg +0 -20
  381. package/assets/images/fs/rpm.svg +0 -7
  382. package/assets/images/fs/rs.svg +0 -9
  383. package/assets/images/fs/sh.svg +0 -9
  384. package/assets/images/fs/tar.svg +0 -20
  385. package/assets/images/fs/txt.svg +0 -8
  386. package/assets/images/fs/unknown.svg +0 -8
  387. package/assets/images/fs/xls.svg +0 -9
  388. package/assets/images/fs/xlsx.svg +0 -9
  389. package/assets/images/fs/xml.svg +0 -8
  390. package/assets/images/fs/yaml.svg +0 -9
  391. package/assets/images/fs/zip.svg +0 -20
  392. package/components/Avatar/Avatar.story.ts +0 -55
  393. package/components/Avatar/Avatar.vue +0 -82
  394. package/components/Avatar/index.ts +0 -12
  395. package/components/Backdrop/Backdrop.vue +0 -27
  396. package/components/Backdrop/index.ts +0 -12
  397. package/components/Button/Button.story.ts +0 -74
  398. package/components/Button/Button.vue +0 -230
  399. package/components/Button/index.ts +0 -12
  400. package/components/ButtonCopy/ButtonCopy.vue +0 -61
  401. package/components/ButtonCopy/index.ts +0 -12
  402. package/components/Drawer/Drawer.vue +0 -102
  403. package/components/Drawer/index.ts +0 -12
  404. package/components/Dropdown/Dropdown.vue +0 -258
  405. package/components/Dropdown/index.ts +0 -12
  406. package/components/EventListener/EventListener.vue +0 -12
  407. package/components/FileDrop/FileDrop.vue +0 -116
  408. package/components/FileDrop/index.ts +0 -12
  409. package/components/Form/Form.spec.ts +0 -72
  410. package/components/Form/Form.vue +0 -134
  411. package/components/Form/index.ts +0 -12
  412. package/components/FormItem/FormItem.vue +0 -85
  413. package/components/FormItem/index.ts +0 -12
  414. package/components/GraphyEmpty/GraphyEmpty.vue +0 -16
  415. package/components/GraphyEmpty/index.ts +0 -12
  416. package/components/GraphyLabel/GraphyLabel.vue +0 -34
  417. package/components/GraphyLabel/index.ts +0 -12
  418. package/components/GraphyPrice/GraphyPrice.story.ts +0 -37
  419. package/components/GraphyPrice/GraphyPrice.vue +0 -65
  420. package/components/GraphyPrice/index.ts +0 -12
  421. package/components/GraphySubtitle/GraphySubtitle.vue +0 -22
  422. package/components/GraphySubtitle/index.ts +0 -12
  423. package/components/GraphyTitle/GraphyTitle.vue +0 -13
  424. package/components/GraphyTitle/index.ts +0 -12
  425. package/components/Icon/Icon.vue +0 -84
  426. package/components/Icon/index.ts +0 -12
  427. package/components/IconButton/IconButton.vue +0 -168
  428. package/components/IconButton/index.ts +0 -12
  429. package/components/InputAvatar/InputAvatar.vue +0 -63
  430. package/components/InputAvatar/index.ts +0 -12
  431. package/components/InputCheckbox/InputCheckbox.vue +0 -77
  432. package/components/InputCheckbox/index.ts +0 -12
  433. package/components/InputColor/InputColor.vue +0 -54
  434. package/components/InputColor/index.ts +0 -12
  435. package/components/InputDate/InputDate.story.ts +0 -15
  436. package/components/InputDate/InputDate.vue +0 -368
  437. package/components/InputDate/index.ts +0 -12
  438. package/components/InputMultiplier/InputMultiplier.vue +0 -144
  439. package/components/InputMultiplier/index.ts +0 -12
  440. package/components/InputPassword/InputPassword.vue +0 -168
  441. package/components/InputPassword/index.ts +0 -12
  442. package/components/InputPhone/InputPhone.vue +0 -125
  443. package/components/InputPhone/index.ts +0 -12
  444. package/components/InputPrice/InputPrice.vue +0 -96
  445. package/components/InputPrice/index.ts +0 -12
  446. package/components/InputRadio/InputRadio.vue +0 -41
  447. package/components/InputRadio/InputRadioGroup.story.ts +0 -24
  448. package/components/InputRadio/InputRadioGroup.vue +0 -48
  449. package/components/InputRadio/index.ts +0 -14
  450. package/components/InputSelect/InputSelect.story.ts +0 -87
  451. package/components/InputSelect/InputSelect.vue +0 -507
  452. package/components/InputSelect/index.ts +0 -12
  453. package/components/InputSwitch/InputSwitch.story.ts +0 -34
  454. package/components/InputSwitch/InputSwitch.vue +0 -82
  455. package/components/InputSwitch/index.ts +0 -12
  456. package/components/InputText/InputText.vue +0 -62
  457. package/components/InputText/index.ts +0 -12
  458. package/components/InputTextarea/InputTextarea.vue +0 -64
  459. package/components/InputTextarea/index.ts +0 -12
  460. package/components/LineChart/LineChart.vue +0 -14
  461. package/components/LineChart/index.ts +0 -12
  462. package/components/Modal/Modal.vue +0 -106
  463. package/components/Modal/index.ts +0 -12
  464. package/components/ModalForm/ModalForm.vue +0 -141
  465. package/components/ModalForm/index.ts +0 -12
  466. package/components/Pagination/Pagination.story.ts +0 -15
  467. package/components/Pagination/Pagination.vue +0 -138
  468. package/components/Pagination/index.ts +0 -12
  469. package/components/PieChart/PieChart.vue +0 -14
  470. package/components/PieChart/index.ts +0 -12
  471. package/components/Popconfirm/Popconfirm.vue +0 -80
  472. package/components/Popconfirm/index.ts +0 -12
  473. package/components/Popover/Popover.vue +0 -133
  474. package/components/Popover/index.ts +0 -12
  475. package/components/ProgressCircle/ProgressCircle.story.ts +0 -31
  476. package/components/ProgressCircle/ProgressCircle.vue +0 -82
  477. package/components/ProgressCircle/index.ts +0 -12
  478. package/components/ProgressLine/ProgressLine.story.ts +0 -27
  479. package/components/ProgressLine/ProgressLine.vue +0 -104
  480. package/components/ProgressLine/index.ts +0 -12
  481. package/components/SensitiveInfo/SensitiveInfo.vue +0 -18
  482. package/components/SensitiveInfo/index.ts +0 -12
  483. package/components/Tab/Tab.vue +0 -58
  484. package/components/Tab/index.ts +0 -12
  485. package/components/Table/Table.story.ts +0 -32
  486. package/components/Table/Table.vue +0 -318
  487. package/components/Table/index.ts +0 -12
  488. package/components/Tag/Tag.vue +0 -73
  489. package/components/Tag/index.ts +0 -12
  490. package/components/Toast/Toast.vue +0 -75
  491. package/components/Toast/index.ts +0 -12
  492. package/components/index.ts +0 -43
  493. package/components/plugins.ts +0 -89
  494. package/composables/index.ts +0 -2
  495. package/composables/useBreakpoints.ts +0 -30
  496. package/composables/useRender.ts +0 -29
  497. package/entrypoint.sh +0 -19
  498. package/enums/app.ts +0 -5
  499. package/enums/form.ts +0 -25
  500. package/env.d.ts +0 -8
  501. package/i18n.ts +0 -20
  502. package/index.css +0 -383
  503. package/index.html +0 -22
  504. package/index.ts +0 -14
  505. package/main.ts +0 -31
  506. package/plugins/register-component.ts +0 -5
  507. package/postcss.config.js +0 -6
  508. package/services/clipboard.ts +0 -5
  509. package/services/date.ts +0 -27
  510. package/services/form/crud.ts +0 -109
  511. package/services/form/form-data-transformers.ts +0 -148
  512. package/services/form/form-json-transformers.ts +0 -91
  513. package/services/form/form-transformer.ts +0 -54
  514. package/services/form/form-value-transformers.ts +0 -35
  515. package/services/form/form.test.ts +0 -98
  516. package/services/form/form.ts +0 -80
  517. package/services/password.ts +0 -309
  518. package/services/ui.ts +0 -43
  519. package/tailwind.config.js +0 -16
  520. package/tsconfig.json +0 -23
  521. package/types/index.ts +0 -5
  522. package/vite.config.mts +0 -38
  523. package/vitest.setup.ts +0 -21
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#1c59a5" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#6295d3" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.1;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.2;fill:none;stroke:#000000;stroke-width:3;stroke-linecap:round" d="m 37.520548,30.494022 c 9.625,2.75 -1.644648,6.875 7.980352,11 m -7.980352,11 c 9.625,-2.75 -1.644648,-6.875 7.980352,-11 m -19.0009,-11 c -9.625,2.75 1.644648,6.875 -7.980352,11 m 7.980352,11 c -9.625,-2.75 1.644648,-6.875 -7.980352,-11"/>
8
- <path style="fill:none;stroke:#ffffff;stroke-width:3;stroke-linecap:round" d="m 37.520548,29.494022 c 9.625,2.75 -1.644648,6.875 7.980352,11 m -7.980352,11 c 9.625,-2.75 -1.644648,-6.875 7.980352,-11 m -19.0009,-11 c -9.625,2.75 1.644648,6.875 -7.980352,11 m 7.980352,11 c -9.625,-2.75 1.644648,-6.875 -7.980352,-11"/>
9
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#31519b" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#4d6eb9" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.1;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.2" d="M 40.5,29 A 3.5,3.5 0 0 0 37,32.5 3.5,3.5 0 0 0 40.5,36 3.5,3.5 0 0 0 44,32.5 3.5,3.5 0 0 0 40.5,29 Z m -11,4 A 10.5,10.5 0 0 0 19,43.5 10.5,10.5 0 0 0 29.5,54 10.5,10.5 0 0 0 40,43.5 10.5,10.5 0 0 0 29.5,33 Z m 4,3 A 3.5,3.5 0 0 1 37,39.5 3.5,3.5 0 0 1 33.5,43 3.5,3.5 0 0 1 30,39.5 3.5,3.5 0 0 1 33.5,36 Z"/>
8
- <path style="fill:#ffffff" d="M 40.5 28 A 3.5 3.5 0 0 0 37 31.5 A 3.5 3.5 0 0 0 40.5 35 A 3.5 3.5 0 0 0 44 31.5 A 3.5 3.5 0 0 0 40.5 28 z M 29.5 32 A 10.5 10.5 0 0 0 19 42.5 A 10.5 10.5 0 0 0 29.5 53 A 10.5 10.5 0 0 0 40 42.5 A 10.5 10.5 0 0 0 29.5 32 z M 33.5 35 A 3.5 3.5 0 0 1 37 38.5 A 3.5 3.5 0 0 1 33.5 42 A 3.5 3.5 0 0 1 30 38.5 A 3.5 3.5 0 0 1 33.5 35 z"/>
9
- </svg>
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
2
- <path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
3
- <path fill="#7282d9" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
4
- <path style="opacity:0.2" d="M 21.296,24.9996 H 37.7 c 1.3,0 1.3,1.2857 1.3,1.2857 v 15.429 c 0,1.285 -1.3,1.285 -1.3,1.285 H 21.3 c 0,0 -1.3,0 -1.3,-1.2857 v -15.428 c 0,0 0,-1.286 1.3,-1.286 z m 25.704,2 v 15 l -8,-8 z"/>
5
- <path fill="#fff" d="m21.296 24h16.404c1.3 0 1.3 1.2857 1.3 1.2857v15.429c0 1.285-1.3 1.285-1.3 1.285h-16.4s-1.3 0-1.3-1.2857v-15.428s0-1.286 1.3-1.286zm25.704 2v15l-8-8z"/>
6
- <path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
7
- </svg>
@@ -1,10 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#e4e4e4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#fafafa" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="fill:#d74c4c" d="m 22,46 h 3 v -5.699571 l 2.5,2.857142 2.5,-2.857142 V 46 h 3 V 36 H 30 L 27.5,38.857143 25,36 h -3"/>
8
- <path style="fill:#d74c4c" d="m 37,36 v 6 h -2.5 l 3.5,4 h 1 l 3.5,-4 H 40 v -6 z"/>
9
- <path style="fill:#d74c4c" d="M 19.044922 32 C 17.935355 32 17 32.949459 17 34.076172 L 17 47.923828 C 17 49.050542 17.935355 50 19.044922 50 L 44.955078 50 C 46.064645 50 47 49.050542 47 47.923828 L 47 34.076172 C 47 32.949459 46.064645 32 44.955078 32 L 19.044922 32 z M 20 35 L 44 35 L 44 47 L 20 47 L 20 35 z"/>
10
- </svg>
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
2
- <path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
3
- <path fill="#7282d9" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
4
- <path style="opacity:0.2" d="M 21.296,24.9996 H 37.7 c 1.3,0 1.3,1.2857 1.3,1.2857 v 15.429 c 0,1.285 -1.3,1.285 -1.3,1.285 H 21.3 c 0,0 -1.3,0 -1.3,-1.2857 v -15.428 c 0,0 0,-1.286 1.3,-1.286 z m 25.704,2 v 15 l -8,-8 z"/>
5
- <path fill="#fff" d="m21.296 24h16.404c1.3 0 1.3 1.2857 1.3 1.2857v15.429c0 1.285-1.3 1.285-1.3 1.285h-16.4s-1.3 0-1.3-1.2857v-15.428s0-1.286 1.3-1.286zm25.704 2v15l-8-8z"/>
6
- <path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
7
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#fe9700" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#ffbd63" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.2" d="m 25.999962,30.000018 -8.8e-5,1 v 13 c 0,0 -0.31144,7.7e-4 -0.99992,-1.8e-5 -2.7614,0 -5,2.2386 -5,5 0,2.7614 2.2386,5 5,5 2.7244,-0.0017 4.946,-2.1842 4.996,-4.9082 l 0.004,-0.0078 V 36 h 10 v 8 c 0,0 -0.31144,7.88e-4 -0.9999,0 -2.7614,0 -5,2.2386 -5,5 0,2.7614 2.2386,5 5,5 2.6622,-0.003 4.8552,-2.0912 4.9882,-4.75 l 0.0118,-0.02344 v -19.2266 h -18 z"/>
8
- <path style="fill:#ffffff" d="m 25.999962,29.000018 -8.8e-5,1 v 13 c 0,0 -0.31144,7.7e-4 -0.99992,-1.8e-5 -2.7614,0 -5,2.2386 -5,5 0,2.7614 2.2386,5 5,5 2.7244,-0.0017 4.946,-2.1842 4.996,-4.9082 l 0.004,-0.0078 V 35 h 10 v 8 c 0,0 -0.31144,7.88e-4 -0.9999,0 -2.7614,0 -5,2.2386 -5,5 0,2.7614 2.2386,5 5,5 2.6622,-0.003 4.8552,-2.0912 4.9882,-4.75 l 0.0118,-0.02344 v -19.2266 h -18 z"/>
9
- </svg>
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
2
- <path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
3
- <path fill="#7282d9" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
4
- <path style="opacity:0.2" d="M 21.296,24.9996 H 37.7 c 1.3,0 1.3,1.2857 1.3,1.2857 v 15.429 c 0,1.285 -1.3,1.285 -1.3,1.285 H 21.3 c 0,0 -1.3,0 -1.3,-1.2857 v -15.428 c 0,0 0,-1.286 1.3,-1.286 z m 25.704,2 v 15 l -8,-8 z"/>
5
- <path fill="#fff" d="m21.296 24h16.404c1.3 0 1.3 1.2857 1.3 1.2857v15.429c0 1.285-1.3 1.285-1.3 1.285h-16.4s-1.3 0-1.3-1.2857v-15.428s0-1.286 1.3-1.286zm25.704 2v15l-8-8z"/>
6
- <path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
7
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#c03630" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#f36961" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.1;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.2" d="m 30.293017,28.000003 c -0.645764,0 -1.249654,0.311804 -1.395744,0.826445 -0.542528,1.972993 0.06468,5.024185 1.077384,8.825849 l -0.305494,0.736026 c -0.775418,1.86458 -1.74468,3.721563 -2.597,5.369453 -3.5189,6.792089 -6.25646,10.456752 -8.08178,10.713492 l -0.007,-0.07458 c -0.03962,-0.84723 1.54532,-3.031582 3.69348,-4.768274 0.22407,-0.178765 1.180256,-1.091333 1.180256,-1.091333 0,0 -1.290674,0.672124 -1.5806,0.845462 -2.69192,1.585051 -4.03144,3.17314 -4.24984,4.227309 -0.06482,0.313116 -0.02324,0.698406 0.25725,0.856593 l 0.68824,0.341041 c 1.87376,0.925246 4.17774,-1.507573 7.2408,-6.803414 3.11696,-1.008677 7.00602,-1.958354 10.5469,-2.47294 3.1696,1.786549 6.8054,2.637149 8.20232,2.269923 0.265818,-0.06933 0.54544,-0.275164 0.68824,-0.464757 0.112,-0.174443 0.268562,-0.872448 0.268562,-0.872448 0,0 -0.262822,0.352821 -0.47922,0.456829 -0.884128,0.41171 -3.67542,-0.275163 -6.53968,-1.657557 2.4766,-0.260027 4.53978,-0.270054 5.64242,0.07762 1.40042,0.440975 1.40154,0.892985 1.382892,0.98506 0.0189,-0.07582 0.08162,-0.378661 0.07392,-0.507583 -0.03178,-0.331539 -0.13538,-0.627599 -0.38913,-0.872448 -0.518378,-0.5038 -1.7983,-0.757681 -3.54242,-0.780428 -1.3146,-0.01409 -2.891,0.09944 -4.60208,0.341041 -0.784168,-0.444206 -1.61168,-0.932524 -2.2673,-1.537128 -1.66278,-1.532018 -3.05648,-3.659 -3.92196,-6.043551 0.05908,-0.228608 0.11564,-0.451982 0.167216,-0.677345 0.240562,-1.067164 0.413238,-4.595363 0.413238,-4.595363 0,0 -0.685076,2.650544 -0.792708,3.050363 -0.06916,0.253523 -0.155204,0.524115 -0.254058,0.805812 -0.525,-1.820109 -0.791126,-3.584147 -0.791126,-4.922125 0,-0.378122 0.0329,-1.113914 0.14147,-1.695674 0.05292,-0.414942 0.20524,-0.630416 0.36344,-0.734438 0.312998,0.07485 0.663362,0.548394 1.029126,1.340381 0.31409,0.684733 0.294238,1.477742 0.294238,1.968574 0,0 0.336854,-1.215326 0.258888,-1.933633 -0.04746,-0.431211 -0.463344,-1.540581 -1.347472,-1.527599 h -0.07238 l -0.393946,-0.0041 z m 0.300692,11.019675 c 0.914914,1.814723 2.17672,3.538157 3.83194,4.920606 0.368998,0.307688 0.7616,0.600419 1.165766,0.875596 -3.00594,0.551474 -6.16294,1.327234 -9.0965,2.539645 0.530474,-0.929582 1.104054,-1.942333 1.69162,-3.034481 1.137836,-2.122425 1.82728,-3.759542 2.40716,-5.301228 z"/>
8
- <path style="fill:#ffffff" d="m 30.293017,27.000003 c -0.645764,0 -1.249654,0.311804 -1.395744,0.826445 -0.542528,1.972993 0.06468,5.024185 1.077384,8.825849 l -0.305494,0.736026 c -0.775418,1.86458 -1.74468,3.721563 -2.597,5.369453 -3.5189,6.792089 -6.25646,10.456752 -8.08178,10.713492 l -0.007,-0.07458 c -0.03962,-0.84723 1.54532,-3.031582 3.69348,-4.768274 0.22407,-0.178765 1.180256,-1.091333 1.180256,-1.091333 0,0 -1.290674,0.672124 -1.5806,0.845462 -2.69192,1.585051 -4.03144,3.17314 -4.24984,4.227309 -0.06482,0.313116 -0.02324,0.698406 0.25725,0.856593 l 0.68824,0.341041 c 1.87376,0.925246 4.17774,-1.507573 7.2408,-6.803414 3.11696,-1.008677 7.00602,-1.958354 10.5469,-2.47294 3.1696,1.786549 6.8054,2.637149 8.20232,2.269923 0.265818,-0.06933 0.54544,-0.275164 0.68824,-0.464757 0.112,-0.174443 0.268562,-0.872448 0.268562,-0.872448 0,0 -0.262822,0.352821 -0.47922,0.456829 -0.884128,0.41171 -3.67542,-0.275163 -6.53968,-1.657557 2.4766,-0.260027 4.53978,-0.270054 5.64242,0.07762 1.40042,0.440975 1.40154,0.892985 1.382892,0.98506 0.0189,-0.07582 0.08162,-0.378661 0.07392,-0.507583 -0.03178,-0.331539 -0.13538,-0.627599 -0.38913,-0.872448 -0.518378,-0.5038 -1.7983,-0.757681 -3.54242,-0.780428 -1.3146,-0.01409 -2.891,0.09944 -4.60208,0.341041 -0.784168,-0.444206 -1.61168,-0.932524 -2.2673,-1.537128 -1.66278,-1.532018 -3.05648,-3.659 -3.92196,-6.043551 0.05908,-0.228608 0.11564,-0.451982 0.167216,-0.677345 0.240562,-1.067164 0.413238,-4.595363 0.413238,-4.595363 0,0 -0.685076,2.650544 -0.792708,3.050363 -0.06916,0.253523 -0.155204,0.524115 -0.254058,0.805812 -0.525,-1.820109 -0.791126,-3.584147 -0.791126,-4.922125 0,-0.378122 0.0329,-1.113914 0.14147,-1.695674 0.05292,-0.414942 0.20524,-0.630416 0.36344,-0.734438 0.312998,0.07485 0.663362,0.548394 1.029126,1.340381 0.31409,0.684733 0.294238,1.477742 0.294238,1.968574 0,0 0.336854,-1.215326 0.258888,-1.933633 -0.04746,-0.431211 -0.463344,-1.540581 -1.347472,-1.527599 h -0.07238 l -0.393946,-0.0041 z m 0.300692,11.019675 c 0.914914,1.814723 2.17672,3.538157 3.83194,4.920606 0.368998,0.307688 0.7616,0.600419 1.165766,0.875596 -3.00594,0.551474 -6.16294,1.327234 -9.0965,2.539645 0.530474,-0.929582 1.104054,-1.942333 1.69162,-3.034481 1.137836,-2.122425 1.82728,-3.759542 2.40716,-5.301228 z"/>
9
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#e4e4e4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#fafafa" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="fill:#d94949" d="M 32 29 C 28.306714 29 25 32.017208 25 35.675781 L 25 39 L 23.666016 39 C 22.743159 39 22 39.566417 22 40.470703 L 22 50.367188 C 22 51.272902 22.743159 52 23.666016 52 L 40.333984 52 C 41.256841 52 42 51.272901 42 50.367188 L 42 40.470703 C 42 39.566217 41.256705 38.96692 40.333984 39 L 39 39 L 39 35.675781 C 39 32.018639 35.692857 29 32 29 z M 32 33 C 33.662 33 35 34.349047 35 36.023438 L 35 39 L 29 39 L 29 36.023438 C 29 34.349047 30.338 33 32 33 z"/>
8
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#8561c1" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#ad81f2" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.2" d="M 36.333984,32 C 35.597984,32 35,32.955406 35,33.691406 v 2.666016 c -0.026,1.804 3.026,1.804 3,0 V 35 h 2 v 4.642578 l -3.300781,2.271484 C 36.341219,42.153062 36.014,42.550469 36,42.980469 v 2.667969 c -0.026,1.804 3.026,1.804 3,0 v -1.953126 l 3.40625,-2.271484 C 42.76525,41.184828 42.986,40.788422 43,40.357422 V 33.691406 C 43,32.955406 42.402016,32 41.666016,32 Z M 31,33 21,42 31,51 v -4 l -5,-5 5,-5 z m 6.5,15 A 1.5,1.5 0 0 0 36,49.5 1.5,1.5 0 0 0 37.5,51 1.5,1.5 0 0 0 39,49.5 1.5,1.5 0 0 0 37.5,48 Z"/>
8
- <path style="fill:#ffffff" d="M 36.333984,31 C 35.597984,31 35,31.955406 35,32.691406 v 2.666016 c -0.026,1.804 3.026,1.804 3,0 V 34 h 2 v 4.642578 l -3.300781,2.271484 C 36.341219,41.153062 36.014,41.550469 36,41.980469 v 2.667969 c -0.026,1.804 3.026,1.804 3,0 v -1.953126 l 3.40625,-2.271484 C 42.76525,40.184828 42.986,39.788422 43,39.357422 V 32.691406 C 43,31.955406 42.402016,31 41.666016,31 Z M 31,32 21,41 31,50 v -4 l -5,-5 5,-5 z m 6.5,15 A 1.5,1.5 0 0 0 36,48.5 1.5,1.5 0 0 0 37.5,50 1.5,1.5 0 0 0 39,48.5 1.5,1.5 0 0 0 37.5,47 Z"/>
9
- </svg>
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
2
- <path style="opacity:0.2" d="m 58,54.3326 v -42.666 c 0,-1.4777 -1.16,-2.667 -2.6,-2.667 H 8.6 c -1.4404,0 -2.6,1.1893 -2.6,2.6667 v 42.667 C 6,55.8106 7.1596,57 8.6,57 h 46.8 c 1.4404,0 2.6,-1.1893 2.6,-2.6667 z"/>
3
- <path fill="#36aca3" d="m58 53.333v-42.666c0-1.4777-1.16-2.667-2.6-2.667h-46.8c-1.4404 0-2.6 1.1893-2.6 2.6667v42.667c0 1.4773 1.1596 2.6667 2.6 2.6667h46.8c1.4404 0 2.6-1.1893 2.6-2.6667z"/>
4
- <path style="opacity:0.2" d="m 22,26.9996 12,15 9,-8 8,8 v 7 H 12 v -10 z"/>
5
- <path fill="#fff" d="m22 26 12 15 9-8 8 8v7h-39v-10z"/>
6
- <path style="fill:#ffffff;opacity:0.2" d="M 8.5996094 8 C 7.1592094 8 6 9.1886156 6 10.666016 L 6 11.666016 C 6 10.188616 7.1592094 9 8.5996094 9 L 55.400391 9 C 56.840391 9 58 10.188316 58 11.666016 L 58 10.667969 C 58 9.1902687 56.840391 8 55.400391 8 L 8.5996094 8 z"/>
7
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#ff5722" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#ff8660" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.2" d="m 24,34 c -3.31365,0 -6,2.68635 -6,6 0,3.31365 2.68635,6 6,6 3.31365,0 6,-2.68635 6,-6 h -6 z m 9,0 v 3 h 13 v -3 z m 0,7 v 3 h 13 v -3 z m -15,7 v 3 h 22 v -3 z"/>
8
- <path style="fill:#ffffff" d="M 24 33 C 20.68635 33 18 35.68635 18 39 C 18 42.31365 20.68635 45 24 45 C 27.31365 45 30 42.31365 30 39 L 24 39 L 24 33 z M 33 33 L 33 36 L 46 36 L 46 33 L 33 33 z M 33 40 L 33 43 L 46 43 L 46 40 L 33 40 z M 18 47 L 18 50 L 40 50 L 40 47 L 18 47 z"/>
9
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#e4e4e4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#fafafa" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="fill:#ffa923" d="M 39 34 L 39 37.5 C 39 39.439 37.439 41 35.5 41 L 28.5 41 C 28.5 41 25 41 25 44.5 L 25 50.625 C 25 53.0484 27.7314 55 31.125 55 L 32.875 55 C 36.2686 55 39 53.0484 39 50.625 L 39 48 L 41.625 48 C 44.0484 48 46 45.2686 46 41.875 L 46 40.125 C 46 36.7314 44.0484 34 41.625 34 L 39 34 z M 36.5 49 A 1.5 1.5 0 0 1 38 50.5 A 1.5 1.5 0 0 1 36.5 52 A 1.5 1.5 0 0 1 35 50.5 A 1.5 1.5 0 0 1 36.5 49 z"/>
8
- <path style="fill:#3084e0" d="M 31.125 27 C 27.7314 27 25 28.9516 25 31.375 L 25 34 L 22.375 34 C 19.9516 34 18 36.7314 18 40.125 L 18 41.875 C 18 45.2686 19.9516 48 22.375 48 L 25 48 L 25 44.5 C 25 42.561 26.561 41 28.5 41 L 35.5 41 C 35.5 41 39 41 39 37.5 L 39 31.375 C 39 28.9516 36.2686 27 32.875 27 L 31.125 27 z M 27.5 30 A 1.5 1.5 0 0 1 29 31.5 A 1.5 1.5 0 0 1 27.5 33 A 1.5 1.5 0 0 1 26 31.5 A 1.5 1.5 0 0 1 27.5 30 z"/>
9
- </svg>
@@ -1,20 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#4caf50" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <rect style="opacity:0.2" width="10" height="27" x="18" y="4"/>
5
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="4"/>
6
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="25"/>
7
- <path style="fill:#4b4b4b" d="m 23,25 c 3.75,0 3.75,5.600001 5,5.600001 v 7 c 0,0.775599 -0.5575,1.4 -1.25,1.4 h -7.5 c -0.6925,0 -1.25,-0.624401 -1.25,-1.4 v -7 C 19.25,30.600001 19.25,25 23,25 Z"/>
8
- <path style="opacity:0.2" d="M 22.667969,32.000001 C 20.082636,32.000001 18,34.102726 18,36.710938 v 9.578125 c 0,2.608213 2.082636,4.710938 4.667969,4.710938 h 0.664062 C 25.917364,51.000001 28,48.897278 28,46.289063 v -9.578125 c 0,-2.608212 -2.082636,-4.710937 -4.667969,-4.710937 z m 0.332031,10 c 2.209139,3e-6 4,1.792881 4,4.001953 0,2.209072 -1.790861,3.998047 -4,3.998047 -2.209139,0 -4,-1.788975 -4,-3.998047 0,-2.209072 1.790861,-4.00195 4,-4.001953 z"/>
9
- <path style="fill:#ffffff" d="M 22.667969,31.000001 C 20.082636,31.000001 18,33.102726 18,35.710938 v 9.578125 c 0,2.608213 2.082636,4.710938 4.667969,4.710938 h 0.664062 C 25.917364,50.000001 28,47.897278 28,45.289063 v -9.578125 c 0,-2.608212 -2.082636,-4.710937 -4.667969,-4.710937 z m 0.332031,10 c 2.209139,3e-6 4,1.792881 4,4.001953 0,2.209072 -1.790861,3.998047 -4,3.998047 -2.209139,0 -4,-1.788975 -4,-3.998047 0,-2.209072 1.790861,-4.00195 4,-4.001953 z"/>
10
- <path style="fill:#909090" d="M 22.984375,27.000122 A 1.0001,0.99660733 0 0 0 22,28.010254 v 5.979047 a 1.0001,0.99660733 0 1 0 2,0 v -5.979047 a 1.0001,0.99660733 0 0 0 -1.015625,-1.010132 z"/>
11
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="7"/>
12
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="10"/>
13
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="13"/>
14
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="16"/>
15
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="19"/>
16
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="22"/>
17
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
18
- <path style="fill:#88cc8b" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
19
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
20
- </svg>
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1">
2
- <rect style="opacity:0.2" width="57" height="57" x="-61" y="-61" rx="2.85" ry="2.85" transform="matrix(0,-1,-1,0,0,0)"/>
3
- <rect style="fill:#ee4a58" width="57" height="57" x="-60" y="-61" rx="2.85" ry="2.85" transform="matrix(0,-1,-1,0,0,0)"/>
4
- <path style="opacity:0.2" d="m 7,25 v 14 h 3 v -5 -3 -2 -1 h 6.666016 c 0.36111,0 0.67361,0.14844 0.9375,0.445312 C 17.751894,28.612239 17.85284,28.798496 17.917969,29 H 21 V 27.800781 C 21,27.042448 20.722135,26.386197 20.167969,25.832031 19.628385,25.277865 18.972135,25 18.199219,25 18,25 7,25 7,25 Z m 16,0 v 14 h 3 V 35.400391 C 26,35.021225 26.132031,34.6931 26.394531,34.416016 26.671615,34.138932 27.006641,34 27.400391,34 h 6.798828 c 0.772916,0 1.429166,-0.26901 1.96875,-0.808594 C 36.722135,32.63724 37,31.972135 37,31.199219 V 27.800781 C 37,27.027865 36.722135,26.371615 36.167969,25.832031 35.613803,25.277865 34.957552,25 34.199219,25 Z m 16,0 v 14 h 3 V 29.400391 C 42,29.021225 42.140345,28.6931 42.408203,28.416016 42.690941,28.138932 43.031809,28 43.433594,28 h 2.142578 c 0.386904,0 0.721168,0.138935 1.003906,0.416016 C 46.862817,28.6931 46.999831,29.021225 47,29.400391 V 39 h 3 V 29.400391 C 50,29.021225 50.161831,28.6931 50.429688,28.416016 50.712426,28.138932 51.055245,28 51.457031,28 h 2.119141 c 0.386904,0 0.721167,0.138935 1.003906,0.416016 C 54.862817,28.6931 54.999831,29.021225 55,29.400391 V 39 h 3 V 27.800781 C 58,27.042448 57.717819,26.386197 57.152344,25.832031 56.601748,25.277865 55.931268,25 55.142578,25 Z m -11.666016,3 h 5.332032 c 0.36111,0 0.67361,0.14844 0.9375,0.445312 C 33.867405,28.742188 34,29.093751 34,29.5 34,29.921875 33.867402,30.281249 33.603516,30.578125 33.339626,30.859375 33.027126,31 32.666016,31 H 27.333984 C 26.958984,31 26.63889,30.859375 26.375,30.578125 26.125,30.281249 26,29.921875 26,29.5 26,29.093751 26.125,28.742189 26.375,28.445312 26.63889,28.148438 26.958984,28 27.333984,28 Z"/>
5
- <path style="fill:#ffffff" d="m 7,24 v 14 h 3 v -5 -3 -2 -1 h 6.666016 c 0.36111,0 0.67361,0.14844 0.9375,0.445312 C 17.751894,27.612239 17.85284,27.798496 17.917969,28 H 21 V 26.800781 C 21,26.042448 20.722135,25.386197 20.167969,24.832031 19.628385,24.277865 18.972135,24 18.199219,24 18,24 7,24 7,24 Z m 16,0 v 14 h 3 V 34.400391 C 26,34.021225 26.132031,33.6931 26.394531,33.416016 26.671615,33.138932 27.006641,33 27.400391,33 h 6.798828 c 0.772916,0 1.429166,-0.26901 1.96875,-0.808594 C 36.722135,31.63724 37,30.972135 37,30.199219 V 26.800781 C 37,26.027865 36.722135,25.371615 36.167969,24.832031 35.613803,24.277865 34.957552,24 34.199219,24 Z m 16,0 v 14 h 3 V 28.400391 C 42,28.021225 42.140345,27.6931 42.408203,27.416016 42.690941,27.138932 43.031809,27 43.433594,27 h 2.142578 c 0.386904,0 0.721168,0.138935 1.003906,0.416016 C 46.862817,27.6931 46.999831,28.021225 47,28.400391 V 38 h 3 V 28.400391 C 50,28.021225 50.161831,27.6931 50.429688,27.416016 50.712426,27.138932 51.055245,27 51.457031,27 h 2.119141 c 0.386904,0 0.721167,0.138935 1.003906,0.416016 C 54.862817,27.6931 54.999831,28.021225 55,28.400391 V 38 h 3 V 26.800781 C 58,26.042448 57.717819,25.386197 57.152344,24.832031 56.601748,24.277865 55.931268,24 55.142578,24 Z m -11.666016,3 h 5.332032 c 0.36111,0 0.67361,0.14844 0.9375,0.445312 C 33.867405,27.742188 34,28.093751 34,28.5 34,28.921875 33.867402,29.281249 33.603516,29.578125 33.339626,29.859375 33.027126,30 32.666016,30 H 27.333984 C 26.958984,30 26.63889,29.859375 26.375,29.578125 26.125,29.281249 26,28.921875 26,28.5 26,28.093751 26.125,27.742189 26.375,27.445312 26.63889,27.148438 26.958984,27 27.333984,27 Z"/>
6
- <path style="fill:#ffffff;opacity:0.2" d="M 6.8496094 3 C 5.2707094 3 4 4.2707094 4 5.8496094 L 4 6.8496094 C 4 5.2707094 5.2707094 4 6.8496094 4 L 58.150391 4 C 59.729291 4 61 5.2707094 61 6.8496094 L 61 5.8496094 C 61 4.2707094 59.729291 3 58.150391 3 L 6.8496094 3 z"/>
7
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#dc682a" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#e69367" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.2" d="m 20,48 h -4 v 4 h 14 v -4 h -4 v -4 h 2 c 4,0 4,8 8,8 h 8 c 4,0 4,-8 4,-8 h -5 c 0,0 1,4 -3,4 -2,0 -4,-4 -4,-4 h 1 c 3.32,0 6,-2.6 6,-6 0,-3.4 -2.68,-6 -6,-6 H 16 v 4 h 4 m 15,0 c 1.1,0 2,0.8 2,2 0,1.2 -0.9,2 -2,2 h -9 v -4"/>
8
- <path style="fill:#ffffff" d="m 20,47 h -4 v 4 h 14 v -4 h -4 v -4 h 2 c 4,0 4,8 8,8 h 8 c 4,0 4,-8 4,-8 h -5 c 0,0 1,4 -3,4 -2,0 -4,-4 -4,-4 h 1 c 3.32,0 6,-2.6 6,-6 0,-3.4 -2.68,-6 -6,-6 H 16 v 4 h 4 m 15,0 c 1.1,0 2,0.8 2,2 0,1.2 -0.9,2 -2,2 h -9 v -4"/>
9
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#4f4f4f" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#696969" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.1;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.2" d="M 24.476562,30 A 1.50015,1.4972215 0 0 0 23,31.519531 V 35 h -3.482422 a 1.4972215,1.50015 0 1 0 0,3 H 23 v 6 h -3.482422 a 1.4972215,1.50015 0 1 0 0,3 H 23 v 3.482422 a 1.50015,1.4972215 0 1 0 3,0 V 47 h 6 v 3.482422 a 1.50015,1.4972215 0 1 0 3,0 V 47 h 3.482422 A 1.4972215,1.50015 0 0 0 40,45.476562 1.4972215,1.50015 0 0 0 38.482422,44 H 35 v -6 h 3.482422 A 1.4972215,1.50015 0 0 0 40,36.476562 1.4972215,1.50015 0 0 0 38.482422,35 H 35 V 31.519531 A 1.50015,1.4972215 0 0 0 33.476562,30 1.50015,1.4972215 0 0 0 32,31.519531 V 35 H 26 V 31.519531 A 1.50015,1.4972215 0 0 0 24.476562,30 Z m 20,0 C 43.648902,30.0129 42.988128,30.693471 43,31.519531 v 13.962891 c -0.02869,2.024524 3.028688,2.024524 3,0 V 31.519531 C 46.01214,30.675147 45.322582,29.986804 44.476562,30 Z M 26,38 h 6 v 6 H 26 Z M 44.5,50 A 1.5,1.5 0 0 0 43,51.5 1.5,1.5 0 0 0 44.5,53 1.5,1.5 0 0 0 46,51.5 1.5,1.5 0 0 0 44.5,50 Z"/>
8
- <path style="fill:#ffffff" d="M 24.476562 29 A 1.50015 1.4972215 0 0 0 23 30.519531 L 23 34 L 19.517578 34 A 1.4972215 1.50015 0 1 0 19.517578 37 L 23 37 L 23 43 L 19.517578 43 A 1.4972215 1.50015 0 1 0 19.517578 46 L 23 46 L 23 49.482422 A 1.50015 1.4972215 0 1 0 26 49.482422 L 26 46 L 32 46 L 32 49.482422 A 1.50015 1.4972215 0 1 0 35 49.482422 L 35 46 L 38.482422 46 A 1.4972215 1.50015 0 0 0 40 44.476562 A 1.4972215 1.50015 0 0 0 38.482422 43 L 35 43 L 35 37 L 38.482422 37 A 1.4972215 1.50015 0 0 0 40 35.476562 A 1.4972215 1.50015 0 0 0 38.482422 34 L 35 34 L 35 30.519531 A 1.50015 1.4972215 0 0 0 33.476562 29 A 1.50015 1.4972215 0 0 0 32 30.519531 L 32 34 L 26 34 L 26 30.519531 A 1.50015 1.4972215 0 0 0 24.476562 29 z M 44.476562 29 C 43.648902 29.0129 42.988128 29.693471 43 30.519531 L 43 44.482422 C 42.97131 46.506946 46.028688 46.506946 46 44.482422 L 46 30.519531 C 46.01214 29.675147 45.322582 28.986804 44.476562 29 z M 26 37 L 32 37 L 32 43 L 26 43 L 26 37 z M 44.5 49 A 1.5 1.5 0 0 0 43 50.5 A 1.5 1.5 0 0 0 44.5 52 A 1.5 1.5 0 0 0 46 50.5 A 1.5 1.5 0 0 0 44.5 49 z"/>
9
- </svg>
@@ -1,20 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#4caf50" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <rect style="opacity:0.2" width="10" height="27" x="18" y="4"/>
5
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="4"/>
6
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="25"/>
7
- <path style="fill:#4b4b4b" d="m 23,25 c 3.75,0 3.75,5.600001 5,5.600001 v 7 c 0,0.775599 -0.5575,1.4 -1.25,1.4 h -7.5 c -0.6925,0 -1.25,-0.624401 -1.25,-1.4 v -7 C 19.25,30.600001 19.25,25 23,25 Z"/>
8
- <path style="opacity:0.2" d="M 22.667969,32.000001 C 20.082636,32.000001 18,34.102726 18,36.710938 v 9.578125 c 0,2.608213 2.082636,4.710938 4.667969,4.710938 h 0.664062 C 25.917364,51.000001 28,48.897278 28,46.289063 v -9.578125 c 0,-2.608212 -2.082636,-4.710937 -4.667969,-4.710937 z m 0.332031,10 c 2.209139,3e-6 4,1.792881 4,4.001953 0,2.209072 -1.790861,3.998047 -4,3.998047 -2.209139,0 -4,-1.788975 -4,-3.998047 0,-2.209072 1.790861,-4.00195 4,-4.001953 z"/>
9
- <path style="fill:#ffffff" d="M 22.667969,31.000001 C 20.082636,31.000001 18,33.102726 18,35.710938 v 9.578125 c 0,2.608213 2.082636,4.710938 4.667969,4.710938 h 0.664062 C 25.917364,50.000001 28,47.897278 28,45.289063 v -9.578125 c 0,-2.608212 -2.082636,-4.710937 -4.667969,-4.710937 z m 0.332031,10 c 2.209139,3e-6 4,1.792881 4,4.001953 0,2.209072 -1.790861,3.998047 -4,3.998047 -2.209139,0 -4,-1.788975 -4,-3.998047 0,-2.209072 1.790861,-4.00195 4,-4.001953 z"/>
10
- <path style="fill:#909090" d="M 22.984375,27.000122 A 1.0001,0.99660733 0 0 0 22,28.010254 v 5.979047 a 1.0001,0.99660733 0 1 0 2,0 v -5.979047 a 1.0001,0.99660733 0 0 0 -1.015625,-1.010132 z"/>
11
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="7"/>
12
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="10"/>
13
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="13"/>
14
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="16"/>
15
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="19"/>
16
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="22"/>
17
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
18
- <path style="fill:#88cc8b" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
19
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
20
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#e4e4e4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#fafafa" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.5" d="m 20,31 v 3 h 24 v -3 z m 0,6 v 3 h 24 v -3 z m 0,6 v 3 h 24 v -3 z m 0,6 v 3 h 15 v -3 z"/>
8
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#e4e4e4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#fafafa" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.5" d="m 32,28 c -3.978906,0.0034 -7.638282,4.03757 -8,8 h 4 c 0.332606,-1.62943 1.135198,-4.189574 4,-4 1.932996,0 4,2.067004 4,4 0,3.5 -6,4.96993 -6,12 h 4 c -0.341168,-4.866068 5.883718,-7.648794 6,-12 0,-4.252592 -2.925144,-8 -8,-8 z m -2,22 v 4 h 4 v -4 z"/>
8
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#4bae4f" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#95cd97" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.2" d="M 21,33 V 50 H 43 V 33 Z m 2,2 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z m -10,5 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z m -10,5 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z"/>
8
- <path style="fill:#ffffff" d="M 21,32 V 49 H 43 V 32 Z m 2,2 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z m -10,5 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z m -10,5 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z"/>
9
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#4bae4f" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#95cd97" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.2" d="M 21,33 V 50 H 43 V 33 Z m 2,2 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z m -10,5 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z m -10,5 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z"/>
8
- <path style="fill:#ffffff" d="M 21,32 V 49 H 43 V 32 Z m 2,2 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z m -10,5 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z m -10,5 h 8 v 3 h -8 z m 10,0 h 8 v 3 h -8 z"/>
9
- </svg>
@@ -1,8 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#e4e4e4" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#fafafa" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="fill:#9c40d3" d="M 33.455078 30 L 28 51.287109 L 30.544922 52 L 36 30.712891 L 33.455078 30 z M 37 30 L 37 34.072266 L 43.1875 39.5 L 37 44.927734 L 37 49 L 48 39.679688 L 37 30 z M 27 33 L 16 42.679688 L 27 52 L 27 47.927734 L 20.8125 42.5 L 27 37.072266 L 27 33 z"/>
8
- </svg>
@@ -1,9 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#607d8b" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
5
- <path style="fill:#7f99a6" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
6
- <path style="opacity:0.1;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
7
- <path style="opacity:0.2" d="m 20,32 v 3 h 18 v -3 z m 6,6 v 3 h 18 v -3 z m 5,6 v 3 h 13 v -3 z m 0,6 v 3 h 13 v -3 z"/>
8
- <path style="fill:#ffffff" d="m 20,31 v 3 h 18 v -3 z m 6,6 v 3 h 18 v -3 z m 5,6 v 3 h 13 v -3 z m 0,6 v 3 h 13 v -3 z"/>
9
- </svg>
@@ -1,20 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" version="1.1">
2
- <path style="opacity:0.2" d="M 12.75,5 C 11.2265,5 10,6.2488 10,7.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,61 54,59.75008 54,58.2 V 23 L 40,19 36,5 Z"/>
3
- <path style="fill:#4caf50" d="M 12.75,4 C 11.2265,4 10,5.2488 10,6.8 v 50.4 c 0,1.55008 1.2265,2.8 2.75,2.8 h 38.5 C 52.7724,60 54,58.75008 54,57.2 V 22 L 40,18 36,4 Z"/>
4
- <rect style="opacity:0.2" width="10" height="27" x="18" y="4"/>
5
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="4"/>
6
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="25"/>
7
- <path style="fill:#4b4b4b" d="m 23,25 c 3.75,0 3.75,5.600001 5,5.600001 v 7 c 0,0.775599 -0.5575,1.4 -1.25,1.4 h -7.5 c -0.6925,0 -1.25,-0.624401 -1.25,-1.4 v -7 C 19.25,30.600001 19.25,25 23,25 Z"/>
8
- <path style="opacity:0.2" d="M 22.667969,32.000001 C 20.082636,32.000001 18,34.102726 18,36.710938 v 9.578125 c 0,2.608213 2.082636,4.710938 4.667969,4.710938 h 0.664062 C 25.917364,51.000001 28,48.897278 28,46.289063 v -9.578125 c 0,-2.608212 -2.082636,-4.710937 -4.667969,-4.710937 z m 0.332031,10 c 2.209139,3e-6 4,1.792881 4,4.001953 0,2.209072 -1.790861,3.998047 -4,3.998047 -2.209139,0 -4,-1.788975 -4,-3.998047 0,-2.209072 1.790861,-4.00195 4,-4.001953 z"/>
9
- <path style="fill:#ffffff" d="M 22.667969,31.000001 C 20.082636,31.000001 18,33.102726 18,35.710938 v 9.578125 c 0,2.608213 2.082636,4.710938 4.667969,4.710938 h 0.664062 C 25.917364,50.000001 28,47.897278 28,45.289063 v -9.578125 c 0,-2.608212 -2.082636,-4.710937 -4.667969,-4.710937 z m 0.332031,10 c 2.209139,3e-6 4,1.792881 4,4.001953 0,2.209072 -1.790861,3.998047 -4,3.998047 -2.209139,0 -4,-1.788975 -4,-3.998047 0,-2.209072 1.790861,-4.00195 4,-4.001953 z"/>
10
- <path style="fill:#909090" d="M 22.984375,27.000122 A 1.0001,0.99660733 0 0 0 22,28.010254 v 5.979047 a 1.0001,0.99660733 0 1 0 2,0 v -5.979047 a 1.0001,0.99660733 0 0 0 -1.015625,-1.010132 z"/>
11
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="7"/>
12
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="10"/>
13
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="13"/>
14
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="16"/>
15
- <rect style="fill:#ffffff" width="3" height="3" x="20" y="19"/>
16
- <rect style="fill:#ffffff" width="3" height="3" x="23" y="22"/>
17
- <path style="opacity:0.2" d="M 54,23 36,5 V 20.1875 C 36,21.74675 37.2555,23 38.8125,23 Z"/>
18
- <path style="fill:#88cc8b" d="M 54,22 36,4 V 19.1875 C 36,20.74675 37.2555,22 38.8125,22 Z"/>
19
- <path style="opacity:0.2;fill:#ffffff" d="M 12.75 4 C 11.2265 4 10 5.2495812 10 6.8007812 L 10 7.8007812 C 10 6.2495813 11.2265 5 12.75 5 L 36 5 L 36 4 L 12.75 4 z"/>
20
- </svg>
@@ -1,55 +0,0 @@
1
- import { ElementSize } from "@/enums/ui";
2
-
3
- export default {
4
- title: "Avatar",
5
- };
6
-
7
- const Template1 = (args: any) => ({
8
- setup() {
9
- return { args };
10
- },
11
- template: `<t-avatar :image="args.image" />`,
12
- });
13
-
14
- const defaultArgs: any = {
15
- image: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8cGVyc29ufGVufDB8fDB8fA%3D%3D&ixlib=rb-1.2.1&w=500&q=80",
16
- };
17
-
18
- export const ExtraSmall: any = Template1.bind({});
19
- ExtraSmall.args = {
20
- args: {
21
- ...defaultArgs,
22
- size: ElementSize.EXTRA_SMALL,
23
- },
24
- };
25
-
26
- export const Small: any = Template1.bind({});
27
- Small.args = {
28
- args: {
29
- ...defaultArgs,
30
- size: ElementSize.SMALL,
31
- },
32
- };
33
-
34
- export const Default: any = Template1.bind({});
35
- Default.args = {
36
- args: {
37
- ...defaultArgs,
38
- },
39
- };
40
-
41
- export const Large: any = Template1.bind({});
42
- Large.args = {
43
- args: {
44
- ...defaultArgs,
45
- size: ElementSize.LARGE,
46
- },
47
- };
48
-
49
- export const ExtraLarge: any = Template1.bind({});
50
- ExtraLarge.args = {
51
- args: {
52
- ...defaultArgs,
53
- size: ElementSize.EXTRA_LARGE,
54
- },
55
- };
@@ -1,82 +0,0 @@
1
- <template>
2
- <div
3
- :role="shadowRole"
4
- :class="{
5
- 'h-5 w-5':
6
- !props.disableStyle && props.size === ElementSize.EXTRA_SMALL,
7
- 'h-7 w-7': !props.disableStyle && props.size === ElementSize.SMALL,
8
- 'h-10 w-10':
9
- !props.disableStyle && props.size === ElementSize.DEFAULT,
10
- 'h-20 w-20':
11
- !props.disableStyle && props.size === ElementSize.LARGE,
12
- 'h-40 w-40':
13
- !props.disableStyle && props.size === ElementSize.EXTRA_LARGE,
14
- 'rounded-full': props.shape === ElementShape.CIRCLE,
15
- rounded: props.shape === ElementShape.SQUARE,
16
- }"
17
- class="overflow-hidden inline-flex items-center justify-center bg-caipira-primary-inverted"
18
- @click="onClick"
19
- >
20
- <img
21
- class="w-full h-full object-cover"
22
- v-if="props.image"
23
- :src="props.image"
24
- />
25
- <t-icon
26
- v-else-if="props.icon"
27
- class="color-caipira-primary"
28
- :icon="props.icon"
29
- :size="props.size"
30
- />
31
- <span v-else-if="props.text">{{ props.text }}</span>
32
- </div>
33
- </template>
34
-
35
- <script lang="ts" setup>
36
- import { ElementSize, ElementShape, Icon } from "@/enums/ui";
37
-
38
- import uiService from "@/services/ui";
39
- import { computed, getCurrentInstance } from "vue";
40
-
41
- defineOptions({ name: "TAvatar" });
42
-
43
- const props = withDefaults(
44
- defineProps<{
45
- icon?: `${Icon}`;
46
- text?: string;
47
- role?: string;
48
- size?: `${ElementSize}`;
49
- image?: string;
50
- shape?: `${ElementShape}`;
51
- disableStyle?: boolean;
52
- }>(),
53
- {
54
- text: "",
55
- role: "",
56
- size: ElementSize.DEFAULT,
57
- image: "",
58
- shape: ElementShape.CIRCLE,
59
- disableStyle: false,
60
- },
61
- );
62
-
63
- const instance = getCurrentInstance();
64
-
65
- const shadowRole = computed<string>(() => {
66
- if (props.role !== "") {
67
- return props.role;
68
- }
69
-
70
- if (instance && uiService.isPopoverActivator(instance)) {
71
- return "button";
72
- }
73
-
74
- return "";
75
- });
76
-
77
- const onClick = (e: MouseEvent) => {
78
- if (instance && uiService.isPopoverActivator(instance)) {
79
- uiService.onPopoverActivatorClick(e, instance);
80
- }
81
- };
82
- </script>
@@ -1,12 +0,0 @@
1
- import type { App, Plugin } from "vue";
2
- import registerComponent from "@/plugins/register-component";
3
-
4
- import Avatar from "./Avatar.vue";
5
-
6
- export default {
7
- install(app: App) {
8
- registerComponent(app, Avatar);
9
- },
10
- } as Plugin;
11
-
12
- export { Avatar };
@@ -1,27 +0,0 @@
1
- <script lang="ts" setup>
2
- defineOptions({ name: "TBackdrop" });
3
-
4
- const props = withDefaults(
5
- defineProps<{
6
- isTransparent?: boolean;
7
- }>(),
8
- {
9
- isTransparent: false,
10
- },
11
- );
12
-
13
- const emit = defineEmits<{
14
- (e: "click", val: MouseEvent): void;
15
- }>();
16
- </script>
17
-
18
- <template>
19
- <div
20
- class="fixed inset-0"
21
- :class="{
22
- 'bg-caipira-tertiary opacity-80': !props.isTransparent,
23
- }"
24
- role="button"
25
- @click="(e) => emit('click', e)"
26
- />
27
- </template>
@@ -1,12 +0,0 @@
1
- import type { App, Plugin } from "vue";
2
- import registerComponent from "@/plugins/register-component";
3
-
4
- import Backdrop from "./Backdrop.vue";
5
-
6
- export default {
7
- install(app: App) {
8
- registerComponent(app, Backdrop);
9
- },
10
- } as Plugin;
11
-
12
- export { Backdrop };
@@ -1,74 +0,0 @@
1
- import { ElementShape, ElementVariant, Icon } from "@/enums/ui";
2
-
3
- export default {
4
- title: "Button",
5
- args: {
6
- variant: ElementVariant.PRIMARY,
7
- isOutline: false,
8
- shape: ElementShape.ROUNDED,
9
- },
10
- argTypes: {
11
- variant: {
12
- options: [
13
- ElementVariant.DEFAULT,
14
- ElementVariant.PRIMARY,
15
- ElementVariant.SUCCESS,
16
- ElementVariant.WARNING,
17
- ElementVariant.DANGER,
18
- ElementVariant.TRANSPARENT,
19
- ],
20
- control: "radio",
21
- description: "Set button variant",
22
- table: {
23
- type: { summary: "enum" },
24
- defaultValue: { summary: ElementVariant.PRIMARY },
25
- },
26
- },
27
- shape: {
28
- options: [
29
- ElementShape.ROUNDED,
30
- ElementShape.CIRCLE,
31
- ElementShape.SQUARE,
32
- ],
33
- control: "radio",
34
- table: {
35
- type: { summary: "enum" },
36
- defaultValue: { summary: ElementShape.ROUNDED },
37
- },
38
- },
39
- isOutline: {
40
- options: [true, false],
41
- control: "boolean",
42
- description: "Invert colors on hover",
43
- table: {
44
- type: { summary: "bool" },
45
- defaultValue: { summary: false },
46
- },
47
- },
48
- label: {
49
- table: { type: { summary: "string" } },
50
- },
51
- icon: {
52
- options: Object.values(Icon),
53
- control: "select",
54
- description: "Optional icon",
55
- table: { type: { summary: "enum" } },
56
- },
57
- },
58
- };
59
-
60
- const defaultArgs = {
61
- label: "Click me",
62
- };
63
-
64
- const Template = (args: typeof defaultArgs) => ({
65
- setup() {
66
- return { args };
67
- },
68
- template: `<t-button v-bind="args" />`,
69
- });
70
-
71
- const Button: any = Template.bind({});
72
- Button.args = defaultArgs;
73
-
74
- export { Button };