pukaad-ui-lib 1.282.2 → 1.284.0

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 (344) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/assets/json/social-icon.json +76 -76
  3. package/dist/runtime/assets/svg/bell-outline.svg +3 -3
  4. package/dist/runtime/assets/svg/bookmark-solid.svg +2 -2
  5. package/dist/runtime/assets/svg/box.svg +22 -22
  6. package/dist/runtime/assets/svg/camera-plus.svg +9 -9
  7. package/dist/runtime/assets/svg/clock-fading.svg +46 -46
  8. package/dist/runtime/assets/svg/coin.svg +20 -20
  9. package/dist/runtime/assets/svg/empty-document.svg +15 -15
  10. package/dist/runtime/assets/svg/map-location-dot.svg +9 -9
  11. package/dist/runtime/assets/svg/map-pin.svg +6 -6
  12. package/dist/runtime/assets/svg/memsg-circle.svg +7 -7
  13. package/dist/runtime/assets/svg/memsg-fade.svg +5 -5
  14. package/dist/runtime/assets/svg/memsg-logo-outline.svg +3 -3
  15. package/dist/runtime/assets/svg/memsg-square.svg +9 -9
  16. package/dist/runtime/assets/svg/message.svg +3 -3
  17. package/dist/runtime/assets/svg/page-not-found.svg +9 -9
  18. package/dist/runtime/assets/svg/share-from-square.svg +3 -3
  19. package/dist/runtime/assets/svg/share.svg +2 -2
  20. package/dist/runtime/assets/svg/shopping-cart.svg +16 -16
  21. package/dist/runtime/assets/svg/socials/Email.svg +12 -12
  22. package/dist/runtime/assets/svg/socials/Facebook.svg +4 -4
  23. package/dist/runtime/assets/svg/socials/{instagram.svg → Instagram.svg} +14 -14
  24. package/dist/runtime/assets/svg/socials/Line.svg +11 -11
  25. package/dist/runtime/assets/svg/socials/LinkedIn.svg +5 -5
  26. package/dist/runtime/assets/svg/socials/Pinterest.svg +4 -4
  27. package/dist/runtime/assets/svg/socials/SnapChat.svg +5 -5
  28. package/dist/runtime/assets/svg/socials/Threads.svg +12 -12
  29. package/dist/runtime/assets/svg/socials/{Tiktok.svg → TikTok.svg} +6 -6
  30. package/dist/runtime/assets/svg/socials/Tumblr.svg +4 -4
  31. package/dist/runtime/assets/svg/socials/Website.svg +11 -11
  32. package/dist/runtime/assets/svg/socials/{Whatsapp.svg → WhatsApp.svg} +5 -5
  33. package/dist/runtime/assets/svg/socials/X.svg +4 -4
  34. package/dist/runtime/assets/svg/socials/{Youtube.svg → YouTube.svg} +5 -5
  35. package/dist/runtime/assets/svg/tag-empty.svg +25 -25
  36. package/dist/runtime/assets/svg/thumbs-up-regular.svg +9 -9
  37. package/dist/runtime/assets/svg/thumbs-up-solid.svg +2 -2
  38. package/dist/runtime/assets/svg/vector.svg +2 -2
  39. package/dist/runtime/assets/svg/verify.svg +10 -10
  40. package/dist/runtime/assets/svg/write-review.svg +15 -15
  41. package/dist/runtime/components/avatar-profile.vue +29 -29
  42. package/dist/runtime/components/avatar.vue +20 -20
  43. package/dist/runtime/components/button.vue +9 -9
  44. package/dist/runtime/components/card/card-announce2.vue +104 -102
  45. package/dist/runtime/components/card/card-blog.vue +45 -45
  46. package/dist/runtime/components/card/card-place-detail.vue +51 -51
  47. package/dist/runtime/components/card/card-place.vue +28 -28
  48. package/dist/runtime/components/card/card-profile-about.vue +81 -81
  49. package/dist/runtime/components/card/card-profile-header.d.vue.ts +1 -1
  50. package/dist/runtime/components/card/card-profile-header.vue +94 -94
  51. package/dist/runtime/components/card/card-profile-header.vue.d.ts +1 -1
  52. package/dist/runtime/components/card/card-reaction.d.vue.ts +1 -1
  53. package/dist/runtime/components/card/card-reaction.vue +23 -23
  54. package/dist/runtime/components/card/card-reaction.vue.d.ts +1 -1
  55. package/dist/runtime/components/card/card-recommend-blog.vue +42 -42
  56. package/dist/runtime/components/card/card-recommend-place.vue +45 -45
  57. package/dist/runtime/components/card/card-recommend-profile.vue +46 -46
  58. package/dist/runtime/components/card/card-review.vue +57 -57
  59. package/dist/runtime/components/card/card-user-blog.vue +76 -76
  60. package/dist/runtime/components/card/card-user-item.vue +24 -24
  61. package/dist/runtime/components/card/card.vue +29 -29
  62. package/dist/runtime/components/carousel.vue +31 -31
  63. package/dist/runtime/components/chip.vue +10 -10
  64. package/dist/runtime/components/collapse/collapse-multiple.vue +42 -42
  65. package/dist/runtime/components/collapse/collapse.vue +23 -23
  66. package/dist/runtime/components/comment.vue +204 -204
  67. package/dist/runtime/components/data-list.vue +49 -49
  68. package/dist/runtime/components/data-table.vue +131 -131
  69. package/dist/runtime/components/display/display-image-place.d.vue.ts +1 -1
  70. package/dist/runtime/components/display/display-image-place.vue +88 -88
  71. package/dist/runtime/components/display/display-image-place.vue.d.ts +1 -1
  72. package/dist/runtime/components/display/display-image-review.vue +10 -10
  73. package/dist/runtime/components/display/display-image.vue +49 -49
  74. package/dist/runtime/components/display/display-rating-summary.vue +34 -34
  75. package/dist/runtime/components/divider.vue +8 -8
  76. package/dist/runtime/components/draggable.vue +15 -15
  77. package/dist/runtime/components/drawer/drawer-post-blog.vue +111 -96
  78. package/dist/runtime/components/drawer/drawer-post-review.vue +67 -67
  79. package/dist/runtime/components/drawer/drawer-profile-about.vue +52 -52
  80. package/dist/runtime/components/drawer/drawer-profile-network.d.vue.ts +1 -1
  81. package/dist/runtime/components/drawer/drawer-profile-network.vue +136 -136
  82. package/dist/runtime/components/drawer/drawer-profile-network.vue.d.ts +1 -1
  83. package/dist/runtime/components/drawer/drawer-suggest-place/drawer-suggest-place.vue +92 -92
  84. package/dist/runtime/components/drawer/drawer-suggest-place/suggest-place-form.vue +70 -70
  85. package/dist/runtime/components/drawer/drawer-suggest-place/suggest-place-map.vue +5 -5
  86. package/dist/runtime/components/drawer/drawer.vue +24 -24
  87. package/dist/runtime/components/dropdown.vue +8 -8
  88. package/dist/runtime/components/filter/filter-list-chip.vue +10 -10
  89. package/dist/runtime/components/filter/filter-list.vue +17 -17
  90. package/dist/runtime/components/icons.vue +1 -1
  91. package/dist/runtime/components/image/image-cropper.vue +9 -9
  92. package/dist/runtime/components/image/image.vue +27 -27
  93. package/dist/runtime/components/input/input-OTP.vue +27 -27
  94. package/dist/runtime/components/input/input-address.vue +147 -147
  95. package/dist/runtime/components/input/input-autocomplete.d.vue.ts +2 -2
  96. package/dist/runtime/components/input/input-autocomplete.vue +80 -80
  97. package/dist/runtime/components/input/input-autocomplete.vue.d.ts +2 -2
  98. package/dist/runtime/components/input/input-birth-date.vue +20 -20
  99. package/dist/runtime/components/input/input-checkbox.vue +17 -17
  100. package/dist/runtime/components/input/input-combobox.vue +100 -100
  101. package/dist/runtime/components/input/input-comment.vue +6 -6
  102. package/dist/runtime/components/input/input-content.vue +32 -32
  103. package/dist/runtime/components/input/input-date-opening.vue +96 -96
  104. package/dist/runtime/components/input/input-date-picker.vue +102 -102
  105. package/dist/runtime/components/input/input-email.vue +9 -9
  106. package/dist/runtime/components/input/input-file.vue +125 -125
  107. package/dist/runtime/components/input/input-link.vue +35 -35
  108. package/dist/runtime/components/input/input-media.vue +36 -36
  109. package/dist/runtime/components/input/input-password.vue +43 -43
  110. package/dist/runtime/components/input/input-phone.vue +11 -11
  111. package/dist/runtime/components/input/input-profile-name.vue +10 -10
  112. package/dist/runtime/components/input/input-radio.vue +55 -55
  113. package/dist/runtime/components/input/input-rating.vue +13 -13
  114. package/dist/runtime/components/input/input-recaptcha.vue +19 -19
  115. package/dist/runtime/components/input/input-search.vue +71 -71
  116. package/dist/runtime/components/input/input-select-province.vue +94 -94
  117. package/dist/runtime/components/input/input-select-tag.vue +51 -51
  118. package/dist/runtime/components/input/input-select.vue +52 -52
  119. package/dist/runtime/components/input/input-slider.vue +19 -19
  120. package/dist/runtime/components/input/input-switch.vue +25 -25
  121. package/dist/runtime/components/input/input-tag.vue +145 -145
  122. package/dist/runtime/components/input/input-text-field.vue +90 -90
  123. package/dist/runtime/components/input/input-textarea.vue +58 -58
  124. package/dist/runtime/components/label/label-announce-time.vue +9 -9
  125. package/dist/runtime/components/label/label-card-atom.vue +8 -8
  126. package/dist/runtime/components/list/list-menu.vue +13 -13
  127. package/dist/runtime/components/loading.vue +8 -8
  128. package/dist/runtime/components/modal/modal-2FA-generate.vue +48 -48
  129. package/dist/runtime/components/modal/modal-2FA.vue +28 -28
  130. package/dist/runtime/components/modal/modal-account-disabled-alert.vue +33 -33
  131. package/dist/runtime/components/modal/modal-account-disabled-confirmed.vue +32 -32
  132. package/dist/runtime/components/modal/modal-account-disabled-reason.vue +45 -45
  133. package/dist/runtime/components/modal/modal-account-disabled.vue +9 -9
  134. package/dist/runtime/components/modal/modal-display-image.vue +38 -38
  135. package/dist/runtime/components/modal/modal-email-OTP.vue +32 -32
  136. package/dist/runtime/components/modal/modal-forgot-password.vue +9 -9
  137. package/dist/runtime/components/modal/modal-media-view.vue +12 -12
  138. package/dist/runtime/components/modal/modal-password-confirmed.vue +30 -30
  139. package/dist/runtime/components/modal/modal-password-new.vue +34 -17
  140. package/dist/runtime/components/modal/modal-password-verify.vue +13 -13
  141. package/dist/runtime/components/modal/modal-personal-card-ID.vue +167 -167
  142. package/dist/runtime/components/modal/modal-phone-OTP.vue +49 -49
  143. package/dist/runtime/components/modal/modal-profile-edit.vue +71 -69
  144. package/dist/runtime/components/modal/modal-province-domain.vue +23 -23
  145. package/dist/runtime/components/modal/modal-report.vue +47 -47
  146. package/dist/runtime/components/modal/modal-review-detail.vue +118 -118
  147. package/dist/runtime/components/modal/modal-secure.d.vue.ts +1 -1
  148. package/dist/runtime/components/modal/modal-secure.vue +7 -7
  149. package/dist/runtime/components/modal/modal-secure.vue.d.ts +1 -1
  150. package/dist/runtime/components/modal/modal-share.vue +20 -20
  151. package/dist/runtime/components/modal/modal-user-account-search.vue +69 -69
  152. package/dist/runtime/components/modal/modal.vue +27 -27
  153. package/dist/runtime/components/pagination.vue +47 -47
  154. package/dist/runtime/components/picker/picker-image-cover-profile.vue +80 -80
  155. package/dist/runtime/components/picker/picker-image-profile.vue +102 -102
  156. package/dist/runtime/components/picker/picker-option-menu/picker-option-menu-user.vue +18 -18
  157. package/dist/runtime/components/picker/picker-option-menu/picker-option-menu.vue +26 -26
  158. package/dist/runtime/components/profile-cover.vue +80 -80
  159. package/dist/runtime/components/progress-bar.vue +9 -9
  160. package/dist/runtime/components/read-more-text.vue +1 -1
  161. package/dist/runtime/components/tab_old.vue +78 -78
  162. package/dist/runtime/components/table.vue +79 -79
  163. package/dist/runtime/components/tooltip.vue +12 -12
  164. package/dist/runtime/components/ui/accordion/Accordion.vue +3 -3
  165. package/dist/runtime/components/ui/accordion/AccordionContent.vue +9 -9
  166. package/dist/runtime/components/ui/accordion/AccordionItem.vue +8 -8
  167. package/dist/runtime/components/ui/accordion/AccordionTrigger.vue +16 -16
  168. package/dist/runtime/components/ui/alert/Alert.vue +7 -7
  169. package/dist/runtime/components/ui/alert/AlertDescription.vue +6 -6
  170. package/dist/runtime/components/ui/alert/AlertTitle.vue +6 -6
  171. package/dist/runtime/components/ui/alert-dialog/AlertDialog.vue +3 -3
  172. package/dist/runtime/components/ui/alert-dialog/AlertDialogAction.vue +3 -3
  173. package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue +6 -6
  174. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.d.vue.ts +4 -4
  175. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue +13 -13
  176. package/dist/runtime/components/ui/alert-dialog/AlertDialogContent.vue.d.ts +4 -4
  177. package/dist/runtime/components/ui/alert-dialog/AlertDialogDescription.vue +7 -7
  178. package/dist/runtime/components/ui/alert-dialog/AlertDialogFooter.vue +6 -6
  179. package/dist/runtime/components/ui/alert-dialog/AlertDialogHeader.vue +6 -6
  180. package/dist/runtime/components/ui/alert-dialog/AlertDialogTitle.vue +7 -7
  181. package/dist/runtime/components/ui/alert-dialog/AlertDialogTrigger.vue +3 -3
  182. package/dist/runtime/components/ui/avatar/Avatar.vue +6 -6
  183. package/dist/runtime/components/ui/avatar/AvatarFallback.vue +7 -7
  184. package/dist/runtime/components/ui/avatar/AvatarImage.vue +7 -7
  185. package/dist/runtime/components/ui/badge/Badge.vue +7 -7
  186. package/dist/runtime/components/ui/breadcrumb/Breadcrumb.vue +7 -7
  187. package/dist/runtime/components/ui/breadcrumb/BreadcrumbEllipsis.vue +11 -11
  188. package/dist/runtime/components/ui/breadcrumb/BreadcrumbItem.vue +6 -6
  189. package/dist/runtime/components/ui/breadcrumb/BreadcrumbLink.vue +8 -8
  190. package/dist/runtime/components/ui/breadcrumb/BreadcrumbList.vue +6 -6
  191. package/dist/runtime/components/ui/breadcrumb/BreadcrumbPage.vue +9 -9
  192. package/dist/runtime/components/ui/breadcrumb/BreadcrumbSeparator.vue +10 -10
  193. package/dist/runtime/components/ui/button/Button.vue +8 -8
  194. package/dist/runtime/components/ui/calendar/Calendar.vue +128 -128
  195. package/dist/runtime/components/ui/calendar/CalendarCell.vue +7 -7
  196. package/dist/runtime/components/ui/calendar/CalendarCellTrigger.vue +7 -7
  197. package/dist/runtime/components/ui/calendar/CalendarGrid.vue +7 -7
  198. package/dist/runtime/components/ui/calendar/CalendarGridBody.vue +6 -6
  199. package/dist/runtime/components/ui/calendar/CalendarGridHead.vue +6 -6
  200. package/dist/runtime/components/ui/calendar/CalendarGridRow.vue +6 -6
  201. package/dist/runtime/components/ui/calendar/CalendarHeadCell.vue +7 -7
  202. package/dist/runtime/components/ui/calendar/CalendarHeader.vue +7 -7
  203. package/dist/runtime/components/ui/calendar/CalendarHeading.vue +10 -10
  204. package/dist/runtime/components/ui/calendar/CalendarNextButton.vue +9 -9
  205. package/dist/runtime/components/ui/calendar/CalendarPrevButton.vue +9 -9
  206. package/dist/runtime/components/ui/card/Card.vue +8 -8
  207. package/dist/runtime/components/ui/card/CardAction.vue +6 -6
  208. package/dist/runtime/components/ui/card/CardContent.vue +6 -6
  209. package/dist/runtime/components/ui/card/CardDescription.vue +6 -6
  210. package/dist/runtime/components/ui/card/CardFooter.vue +6 -6
  211. package/dist/runtime/components/ui/card/CardHeader.vue +6 -6
  212. package/dist/runtime/components/ui/card/CardTitle.vue +6 -6
  213. package/dist/runtime/components/ui/carousel/Carousel.vue +10 -10
  214. package/dist/runtime/components/ui/carousel/CarouselContent.vue +12 -12
  215. package/dist/runtime/components/ui/carousel/CarouselItem.vue +8 -8
  216. package/dist/runtime/components/ui/carousel/CarouselNext.vue +13 -13
  217. package/dist/runtime/components/ui/carousel/CarouselPrevious.vue +13 -13
  218. package/dist/runtime/components/ui/checkbox/Checkbox.vue +8 -8
  219. package/dist/runtime/components/ui/command/Command.vue +7 -7
  220. package/dist/runtime/components/ui/command/CommandDialog.vue +11 -11
  221. package/dist/runtime/components/ui/command/CommandEmpty.vue +16 -16
  222. package/dist/runtime/components/ui/command/CommandGroup.vue +16 -16
  223. package/dist/runtime/components/ui/command/CommandInput.vue +13 -13
  224. package/dist/runtime/components/ui/command/CommandItem.vue +11 -11
  225. package/dist/runtime/components/ui/command/CommandList.vue +9 -9
  226. package/dist/runtime/components/ui/command/CommandSeparator.vue +7 -7
  227. package/dist/runtime/components/ui/command/CommandShortcut.vue +6 -6
  228. package/dist/runtime/components/ui/dialog/Dialog.vue +3 -3
  229. package/dist/runtime/components/ui/dialog/DialogClose.vue +3 -3
  230. package/dist/runtime/components/ui/dialog/DialogContent.d.vue.ts +4 -4
  231. package/dist/runtime/components/ui/dialog/DialogContent.vue +26 -26
  232. package/dist/runtime/components/ui/dialog/DialogContent.vue.d.ts +4 -4
  233. package/dist/runtime/components/ui/dialog/DialogDescription.vue +7 -7
  234. package/dist/runtime/components/ui/dialog/DialogFooter.vue +6 -6
  235. package/dist/runtime/components/ui/dialog/DialogHeader.vue +6 -6
  236. package/dist/runtime/components/ui/dialog/DialogOverlay.vue +7 -7
  237. package/dist/runtime/components/ui/dialog/DialogScrollContent.d.vue.ts +4 -4
  238. package/dist/runtime/components/ui/dialog/DialogScrollContent.vue +20 -20
  239. package/dist/runtime/components/ui/dialog/DialogScrollContent.vue.d.ts +4 -4
  240. package/dist/runtime/components/ui/dialog/DialogTitle.vue +7 -7
  241. package/dist/runtime/components/ui/dialog/DialogTrigger.vue +3 -3
  242. package/dist/runtime/components/ui/dropdown-menu/DropdownMenu.vue +6 -6
  243. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuCheckboxItem.vue +12 -12
  244. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.d.vue.ts +2 -2
  245. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue +10 -10
  246. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuContent.vue.d.ts +2 -2
  247. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuGroup.vue +6 -6
  248. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuItem.vue +9 -9
  249. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuLabel.vue +8 -8
  250. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioGroup.vue +6 -6
  251. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuRadioItem.vue +16 -16
  252. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSeparator.vue +5 -5
  253. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuShortcut.vue +6 -6
  254. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSub.vue +3 -3
  255. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.d.vue.ts +4 -4
  256. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue +7 -7
  257. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubContent.vue.d.ts +4 -4
  258. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuSubTrigger.vue +8 -8
  259. package/dist/runtime/components/ui/dropdown-menu/DropdownMenuTrigger.vue +6 -6
  260. package/dist/runtime/components/ui/form/FormControl.vue +8 -8
  261. package/dist/runtime/components/ui/form/FormDescription.vue +7 -7
  262. package/dist/runtime/components/ui/form/FormItem.vue +3 -3
  263. package/dist/runtime/components/ui/form/FormLabel.vue +8 -8
  264. package/dist/runtime/components/ui/form/FormMessage.vue +7 -7
  265. package/dist/runtime/components/ui/input/Input.vue +7 -7
  266. package/dist/runtime/components/ui/input-group/InputGroup.vue +7 -7
  267. package/dist/runtime/components/ui/input-group/InputGroupAddon.vue +9 -9
  268. package/dist/runtime/components/ui/input-group/InputGroupButton.vue +8 -8
  269. package/dist/runtime/components/ui/input-group/InputGroupInput.vue +5 -5
  270. package/dist/runtime/components/ui/input-group/InputGroupText.vue +5 -5
  271. package/dist/runtime/components/ui/input-group/InputGroupTextarea.vue +4 -4
  272. package/dist/runtime/components/ui/label/Label.vue +7 -7
  273. package/dist/runtime/components/ui/native-select/NativeSelect.vue +19 -19
  274. package/dist/runtime/components/ui/native-select/NativeSelectOptGroup.vue +3 -3
  275. package/dist/runtime/components/ui/native-select/NativeSelectOption.vue +3 -3
  276. package/dist/runtime/components/ui/pagination/Pagination.vue +8 -8
  277. package/dist/runtime/components/ui/pagination/PaginationContent.vue +8 -8
  278. package/dist/runtime/components/ui/pagination/PaginationEllipsis.vue +10 -10
  279. package/dist/runtime/components/ui/pagination/PaginationFirst.vue +10 -10
  280. package/dist/runtime/components/ui/pagination/PaginationItem.vue +7 -7
  281. package/dist/runtime/components/ui/pagination/PaginationLast.vue +10 -10
  282. package/dist/runtime/components/ui/pagination/PaginationNext.vue +10 -10
  283. package/dist/runtime/components/ui/pagination/PaginationPrevious.vue +10 -10
  284. package/dist/runtime/components/ui/pin-input/PinInput.vue +7 -7
  285. package/dist/runtime/components/ui/pin-input/PinInputGroup.vue +7 -7
  286. package/dist/runtime/components/ui/pin-input/PinInputSeparator.vue +3 -3
  287. package/dist/runtime/components/ui/pin-input/PinInputSlot.vue +5 -5
  288. package/dist/runtime/components/ui/popover/Popover.vue +7 -7
  289. package/dist/runtime/components/ui/popover/PopoverAnchor.vue +6 -6
  290. package/dist/runtime/components/ui/popover/PopoverContent.d.vue.ts +4 -4
  291. package/dist/runtime/components/ui/popover/PopoverContent.vue +9 -9
  292. package/dist/runtime/components/ui/popover/PopoverContent.vue.d.ts +4 -4
  293. package/dist/runtime/components/ui/popover/PopoverTrigger.vue +6 -6
  294. package/dist/runtime/components/ui/scroll-area/ScrollArea.vue +14 -14
  295. package/dist/runtime/components/ui/scroll-area/ScrollBar.vue +10 -10
  296. package/dist/runtime/components/ui/select/Select.vue +7 -7
  297. package/dist/runtime/components/ui/select/SelectContent.d.vue.ts +2 -2
  298. package/dist/runtime/components/ui/select/SelectContent.vue +10 -10
  299. package/dist/runtime/components/ui/select/SelectContent.vue.d.ts +2 -2
  300. package/dist/runtime/components/ui/select/SelectGroup.vue +6 -6
  301. package/dist/runtime/components/ui/select/SelectItem.vue +17 -17
  302. package/dist/runtime/components/ui/select/SelectItemText.vue +6 -6
  303. package/dist/runtime/components/ui/select/SelectLabel.vue +6 -6
  304. package/dist/runtime/components/ui/select/SelectScrollDownButton.vue +9 -9
  305. package/dist/runtime/components/ui/select/SelectScrollUpButton.vue +9 -9
  306. package/dist/runtime/components/ui/select/SelectSeparator.vue +5 -5
  307. package/dist/runtime/components/ui/select/SelectTrigger.vue +11 -11
  308. package/dist/runtime/components/ui/select/SelectValue.vue +6 -6
  309. package/dist/runtime/components/ui/separator/Separator.vue +5 -5
  310. package/dist/runtime/components/ui/sheet/Sheet.vue +3 -3
  311. package/dist/runtime/components/ui/sheet/SheetClose.vue +3 -3
  312. package/dist/runtime/components/ui/sheet/SheetContent.d.vue.ts +4 -4
  313. package/dist/runtime/components/ui/sheet/SheetContent.vue +26 -26
  314. package/dist/runtime/components/ui/sheet/SheetContent.vue.d.ts +4 -4
  315. package/dist/runtime/components/ui/sheet/SheetDescription.vue +7 -7
  316. package/dist/runtime/components/ui/sheet/SheetFooter.vue +6 -6
  317. package/dist/runtime/components/ui/sheet/SheetHeader.vue +6 -6
  318. package/dist/runtime/components/ui/sheet/SheetOverlay.vue +7 -7
  319. package/dist/runtime/components/ui/sheet/SheetTitle.vue +7 -7
  320. package/dist/runtime/components/ui/sheet/SheetTrigger.vue +3 -3
  321. package/dist/runtime/components/ui/skeleton/Skeleton.vue +4 -4
  322. package/dist/runtime/components/ui/spinner/Spinner.vue +6 -6
  323. package/dist/runtime/components/ui/table/Table.vue +5 -5
  324. package/dist/runtime/components/ui/table/TableBody.vue +6 -6
  325. package/dist/runtime/components/ui/table/TableCaption.vue +6 -6
  326. package/dist/runtime/components/ui/table/TableCell.vue +6 -6
  327. package/dist/runtime/components/ui/table/TableEmpty.vue +15 -15
  328. package/dist/runtime/components/ui/table/TableFooter.vue +6 -6
  329. package/dist/runtime/components/ui/table/TableHead.vue +6 -6
  330. package/dist/runtime/components/ui/table/TableHeader.vue +6 -6
  331. package/dist/runtime/components/ui/table/TableRow.vue +6 -6
  332. package/dist/runtime/components/ui/tabs/Tabs.vue +8 -8
  333. package/dist/runtime/components/ui/tabs/TabsContent.vue +7 -7
  334. package/dist/runtime/components/ui/tabs/TabsList.vue +7 -7
  335. package/dist/runtime/components/ui/tabs/TabsTrigger.vue +7 -7
  336. package/dist/runtime/components/ui/textarea/Textarea.vue +5 -5
  337. package/dist/runtime/components/ui/tooltip/Tooltip.vue +7 -7
  338. package/dist/runtime/components/ui/tooltip/TooltipContent.vue +13 -13
  339. package/dist/runtime/components/ui/tooltip/TooltipProvider.vue +3 -3
  340. package/dist/runtime/components/ui/tooltip/TooltipTrigger.vue +6 -6
  341. package/dist/runtime/components/video.vue +2 -2
  342. package/dist/runtime/geo/README.md +87 -87
  343. package/dist/runtime/geo/postal_codes.json +5569 -5569
  344. package/package.json +2 -2
@@ -1,5 +1,5 @@
1
- <svg width="199" height="199" viewBox="0 0 199 199" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M99.8074 0.78894H99.3576C44.941 0.78894 0.827637 44.9153 0.827637 99.3479V99.7978C0.827637 154.23 44.941 198.357 99.3576 198.357H99.8074C154.224 198.357 198.337 154.23 198.337 99.7978V99.3479C198.337 44.9153 154.224 0.78894 99.8074 0.78894Z" fill="#00E510"/>
3
- <path d="M118.83 128.468C93.5519 128.468 72.9865 107.889 72.9796 82.6042C72.9865 76.1947 78.204 70.9826 84.5978 70.9826C85.2552 70.9826 85.9056 71.038 86.5284 71.1487C87.8985 71.3771 89.1994 71.8409 90.3965 72.54C90.5695 72.6438 90.6871 72.8099 90.7148 73.0038L93.3858 89.8444C93.4204 90.0451 93.3582 90.2389 93.2267 90.3843C91.7528 92.0178 89.8706 93.1945 87.7739 93.7829L86.7637 94.0667L87.1442 95.0426C90.5902 103.819 97.6069 110.831 106.388 114.292L107.364 114.68L107.647 113.669C108.236 111.572 109.412 109.689 111.045 108.215C111.163 108.104 111.322 108.049 111.481 108.049C111.516 108.049 111.55 108.049 111.592 108.056L128.427 110.727C128.628 110.762 128.794 110.873 128.898 111.046C129.59 112.243 130.053 113.551 130.289 114.922C130.399 115.531 130.448 116.175 130.448 116.846C130.448 123.249 125.237 128.461 118.83 128.468Z" fill="#FDFDFD"/>
4
- <path d="M163.656 94.0251C162.292 78.6173 155.234 64.3238 143.782 53.782C132.261 43.1778 117.314 37.3359 101.683 37.3359C67.3746 37.3359 39.4605 65.2583 39.4605 99.5764C39.4605 111.094 42.6366 122.314 48.6498 132.088L35.2394 161.782L78.1763 157.207C85.6427 160.266 93.545 161.817 101.676 161.817C103.814 161.817 106.007 161.706 108.208 161.478C110.145 161.27 112.104 160.965 114.027 160.578C142.758 154.77 163.732 129.264 163.898 99.9086V99.5764C163.898 97.7075 163.815 95.8386 163.649 94.0251H163.656ZM79.8301 144.173L56.0747 146.707L63.1675 130.987L61.7489 129.084C61.6451 128.945 61.5413 128.807 61.4237 128.648C55.2651 120.141 52.0128 110.091 52.0128 99.5833C52.0128 72.1869 74.2943 49.8989 101.683 49.8989C127.341 49.8989 149.09 69.9235 151.186 95.4856C151.297 96.8561 151.359 98.2335 151.359 99.5902C151.359 99.9778 151.352 100.359 151.345 100.767C150.82 123.685 134.814 143.149 112.422 148.105C110.713 148.486 108.962 148.776 107.218 148.963C105.405 149.171 103.544 149.275 101.696 149.275C95.1158 149.275 88.722 148.001 82.681 145.481C82.0098 145.212 81.3524 144.921 80.7366 144.623L79.8371 144.187L79.8301 144.173Z" fill="#FDFDFD"/>
5
- </svg>
1
+ <svg width="199" height="199" viewBox="0 0 199 199" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M99.8074 0.78894H99.3576C44.941 0.78894 0.827637 44.9153 0.827637 99.3479V99.7978C0.827637 154.23 44.941 198.357 99.3576 198.357H99.8074C154.224 198.357 198.337 154.23 198.337 99.7978V99.3479C198.337 44.9153 154.224 0.78894 99.8074 0.78894Z" fill="#00E510"/>
3
+ <path d="M118.83 128.468C93.5519 128.468 72.9865 107.889 72.9796 82.6042C72.9865 76.1947 78.204 70.9826 84.5978 70.9826C85.2552 70.9826 85.9056 71.038 86.5284 71.1487C87.8985 71.3771 89.1994 71.8409 90.3965 72.54C90.5695 72.6438 90.6871 72.8099 90.7148 73.0038L93.3858 89.8444C93.4204 90.0451 93.3582 90.2389 93.2267 90.3843C91.7528 92.0178 89.8706 93.1945 87.7739 93.7829L86.7637 94.0667L87.1442 95.0426C90.5902 103.819 97.6069 110.831 106.388 114.292L107.364 114.68L107.647 113.669C108.236 111.572 109.412 109.689 111.045 108.215C111.163 108.104 111.322 108.049 111.481 108.049C111.516 108.049 111.55 108.049 111.592 108.056L128.427 110.727C128.628 110.762 128.794 110.873 128.898 111.046C129.59 112.243 130.053 113.551 130.289 114.922C130.399 115.531 130.448 116.175 130.448 116.846C130.448 123.249 125.237 128.461 118.83 128.468Z" fill="#FDFDFD"/>
4
+ <path d="M163.656 94.0251C162.292 78.6173 155.234 64.3238 143.782 53.782C132.261 43.1778 117.314 37.3359 101.683 37.3359C67.3746 37.3359 39.4605 65.2583 39.4605 99.5764C39.4605 111.094 42.6366 122.314 48.6498 132.088L35.2394 161.782L78.1763 157.207C85.6427 160.266 93.545 161.817 101.676 161.817C103.814 161.817 106.007 161.706 108.208 161.478C110.145 161.27 112.104 160.965 114.027 160.578C142.758 154.77 163.732 129.264 163.898 99.9086V99.5764C163.898 97.7075 163.815 95.8386 163.649 94.0251H163.656ZM79.8301 144.173L56.0747 146.707L63.1675 130.987L61.7489 129.084C61.6451 128.945 61.5413 128.807 61.4237 128.648C55.2651 120.141 52.0128 110.091 52.0128 99.5833C52.0128 72.1869 74.2943 49.8989 101.683 49.8989C127.341 49.8989 149.09 69.9235 151.186 95.4856C151.297 96.8561 151.359 98.2335 151.359 99.5902C151.359 99.9778 151.352 100.359 151.345 100.767C150.82 123.685 134.814 143.149 112.422 148.105C110.713 148.486 108.962 148.776 107.218 148.963C105.405 149.171 103.544 149.275 101.696 149.275C95.1158 149.275 88.722 148.001 82.681 145.481C82.0098 145.212 81.3524 144.921 80.7366 144.623L79.8371 144.187L79.8301 144.173Z" fill="#FDFDFD"/>
5
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="198" height="198" viewBox="0 0 198 198" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M197.495 99.1577C197.495 149.05 160.523 190.297 112.493 196.99C108.003 197.613 103.408 197.938 98.744 197.938C93.3604 197.938 88.0738 197.509 82.9255 196.678C35.906 189.106 -0.00738525 148.323 -0.00738525 99.1577C-0.00738525 44.6004 44.2096 0.370361 98.7509 0.370361C153.292 0.370361 197.509 44.6004 197.509 99.1577H197.495Z" fill="#1C1C1B"/>
3
- <path d="M40.044 43.9359L85.5896 104.847L39.7603 154.373H50.0776L90.2051 111.015L122.624 154.373H157.728L109.622 90.0349L152.282 43.9359H141.965L105.013 83.8676L75.1547 43.9359H40.0509H40.044ZM55.212 51.536H71.335L142.546 146.773H126.423L55.212 51.536Z" fill="white"/>
4
- </svg>
1
+ <svg width="198" height="198" viewBox="0 0 198 198" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M197.495 99.1577C197.495 149.05 160.523 190.297 112.493 196.99C108.003 197.613 103.408 197.938 98.744 197.938C93.3604 197.938 88.0738 197.509 82.9255 196.678C35.906 189.106 -0.00738525 148.323 -0.00738525 99.1577C-0.00738525 44.6004 44.2096 0.370361 98.7509 0.370361C153.292 0.370361 197.509 44.6004 197.509 99.1577H197.495Z" fill="#1C1C1B"/>
3
+ <path d="M40.044 43.9359L85.5896 104.847L39.7603 154.373H50.0776L90.2051 111.015L122.624 154.373H157.728L109.622 90.0349L152.282 43.9359H141.965L105.013 83.8676L75.1547 43.9359H40.0509H40.044ZM55.212 51.536H71.335L142.546 146.773H126.423L55.212 51.536Z" fill="white"/>
4
+ </svg>
@@ -1,5 +1,5 @@
1
- <svg width="198" height="198" viewBox="0 0 198 198" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M197.895 98.5763C197.895 44.1743 153.807 0.0727539 99.4209 0.0727539C45.0349 0.0727539 0.946289 44.1743 0.946289 98.5763C0.946289 152.978 45.0349 197.08 99.4209 197.08C153.807 197.08 197.895 152.978 197.895 98.5763Z" fill="#FF0209"/>
3
- <path d="M141.223 142.204C138.289 142.523 135.286 142.578 132.407 142.571C109.953 142.55 87.4982 142.53 65.0506 142.516C57.9856 142.516 50.2909 142.287 44.8312 137.795C38.6796 132.721 37.3995 123.924 36.9013 115.964C36.2093 105.055 36.1539 94.1118 36.7213 83.1962C37.0327 77.2019 37.5794 71.0623 40.1604 65.6357C42.0149 61.7387 45.108 58.2363 49.0661 56.3951C53.6677 54.2563 58.4839 54.637 63.4384 54.6301C75.2988 54.6162 87.1592 54.6093 99.0196 54.5955C111.351 54.5816 123.688 54.5747 136.019 54.5609C141.846 54.5609 148.101 54.6785 152.855 58.0494C158.993 62.3963 160.66 70.6678 161.429 78.1502C162.847 91.9314 162.868 105.858 161.484 119.639C160.91 125.322 159.955 131.33 156.211 135.642C152.502 139.92 147.001 141.567 141.23 142.197L141.223 142.204Z" fill="white"/>
4
- <path d="M119.502 98.5764L86.0382 79.2508V117.902L119.502 98.5764Z" fill="#FF0209"/>
5
- </svg>
1
+ <svg width="198" height="198" viewBox="0 0 198 198" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M197.895 98.5763C197.895 44.1743 153.807 0.0727539 99.4209 0.0727539C45.0349 0.0727539 0.946289 44.1743 0.946289 98.5763C0.946289 152.978 45.0349 197.08 99.4209 197.08C153.807 197.08 197.895 152.978 197.895 98.5763Z" fill="#FF0209"/>
3
+ <path d="M141.223 142.204C138.289 142.523 135.286 142.578 132.407 142.571C109.953 142.55 87.4982 142.53 65.0506 142.516C57.9856 142.516 50.2909 142.287 44.8312 137.795C38.6796 132.721 37.3995 123.924 36.9013 115.964C36.2093 105.055 36.1539 94.1118 36.7213 83.1962C37.0327 77.2019 37.5794 71.0623 40.1604 65.6357C42.0149 61.7387 45.108 58.2363 49.0661 56.3951C53.6677 54.2563 58.4839 54.637 63.4384 54.6301C75.2988 54.6162 87.1592 54.6093 99.0196 54.5955C111.351 54.5816 123.688 54.5747 136.019 54.5609C141.846 54.5609 148.101 54.6785 152.855 58.0494C158.993 62.3963 160.66 70.6678 161.429 78.1502C162.847 91.9314 162.868 105.858 161.484 119.639C160.91 125.322 159.955 131.33 156.211 135.642C152.502 139.92 147.001 141.567 141.23 142.197L141.223 142.204Z" fill="white"/>
4
+ <path d="M119.502 98.5764L86.0382 79.2508V117.902L119.502 98.5764Z" fill="#FF0209"/>
5
+ </svg>
@@ -1,26 +1,26 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="180" height="123" viewBox="0 0 180 123" fill="none">
2
- <g clip-path="url(#clip0_5616_301)">
3
- <path d="M167.793 23.2002C162.111 19.4053 155.211 16.7871 149.617 14.0565C139.302 9.02603 128.278 3.54088 116.957 1.23824C102.668 -1.66881 87.2018 0.802313 73.6832 5.9291C62.0371 10.3472 51.0108 17.905 45.7471 29.5385C45.4815 30.1269 45.232 30.7206 44.9959 31.3223C34.6537 57.8414 8.52055 63.6769 3.50371 75.3506C-1.51314 87.0216 31.1017 121.2 65.5972 122.869C100.093 124.535 99.8244 110.032 131.245 110.781C158.886 111.439 174.986 86.0588 178.865 61.5588C180.308 52.4339 180.982 42.084 177.124 33.4404C175.206 29.14 171.801 25.88 167.796 23.2029L167.793 23.2002Z" fill="#E3F2FD"/>
4
- <path opacity="0.7" d="M167.793 23.2002C162.111 19.4053 155.211 16.7871 149.617 14.0565C139.302 9.02603 128.278 3.54088 116.957 1.23824C102.668 -1.66881 87.2018 0.802313 73.6832 5.9291C62.0371 10.3472 51.0108 17.905 45.7471 29.5385C45.4815 30.1269 45.232 30.7206 44.9959 31.3223C34.6537 57.8414 8.52055 63.6769 3.50371 75.3506C-1.51314 87.0216 31.1017 121.2 65.5972 122.869C100.093 124.535 99.8244 110.032 131.245 110.781C158.886 111.439 174.986 86.0588 178.865 61.5588C180.308 52.4339 180.982 42.084 177.124 33.4404C175.206 29.14 171.801 25.88 167.796 23.2029L167.793 23.2002Z" fill="white"/>
5
- <path d="M144.056 7.73697C143.581 8.54998 143.375 9.33357 143.265 9.82833C142.953 11.227 141.861 12.0026 139.527 10.9141C137.193 9.82566 135.01 10.4488 134.387 12.155C133.765 13.864 133.454 15.26 130.806 14.6395C128.158 14.0191 126.755 13.864 125.977 14.9498C125.199 16.0356 125.043 16.8138 125.043 16.8138H159.992" stroke="#22A7EF" stroke-miterlimit="10"/>
6
- <path d="M161.703 16.8165H166.785C167.096 16.8165 166.291 14.4176 166.2 14.2705C164.424 11.3982 161.899 13.5885 159.466 12.7782C159.466 12.7782 156.196 4.39401 150.43 4.54912C147.723 4.62133 146.047 5.48248 144.998 6.52014" stroke="#22A7EF" stroke-miterlimit="10"/>
7
- <path d="M16.907 32.6167H39.6411C39.8584 32.6167 39.2977 30.9479 39.2333 30.8436C37.9965 28.8432 36.2393 30.3676 34.5437 29.8059C34.5437 29.8059 33.256 26.5031 30.9085 24.9118" stroke="#22A7EF" stroke-miterlimit="10"/>
8
- <path d="M29.6772 24.2914C29.2319 24.1416 28.757 24.0614 28.2554 24.0774C24.2419 24.1844 23.4826 26.7812 23.2653 27.752C23.048 28.7255 22.2888 29.2657 20.663 28.5089C19.0372 27.752 17.5188 28.1853 17.0842 29.3727C16.6496 30.5601 16.4322 31.5363 14.5892 31.103C12.7461 30.6698 11.7695 30.5628 11.2276 31.3196C10.6857 32.0765 10.5757 32.6167 10.5757 32.6167H15.0801" stroke="#22A7EF" stroke-miterlimit="10"/>
9
- <path d="M102.335 55.3222C101.828 55.1243 101.284 55.0146 100.702 55.0307C96.6882 55.1377 95.9289 57.7345 95.7116 58.7053C95.4943 59.6761 94.7351 60.219 93.1093 59.4621C91.4835 58.7053 89.9651 59.1385 89.5305 60.326C89.0958 61.5161 88.8785 62.4895 87.0355 62.0563C85.1924 61.623 84.2158 61.5161 83.6739 62.2729C83.132 63.0298 83.022 63.57 83.022 63.57H112.087C112.305 63.57 111.744 61.9012 111.68 61.7969C110.443 59.7964 108.686 61.3208 106.99 60.7592C106.99 60.7592 105.888 57.9351 103.867 56.2502" stroke="#22A7EF" stroke-miterlimit="10"/>
10
- <path d="M136.222 12.2166L130.247 34.585L125.166 53.5999L108.651 115.423H89.5789L106.094 53.5999L111.173 34.585L117.147 12.2166H136.222Z" fill="#22A7EF"/>
11
- <path opacity="0.14" d="M136.222 12.2166L130.247 34.585L125.166 53.5999L108.651 115.423H89.5789L106.094 53.5999L111.173 34.585L117.147 12.2166H136.222Z" fill="white"/>
12
- <path d="M130.248 34.5851L125.166 53.5999H106.094L111.173 34.5851H130.248Z" fill="#1976B8"/>
13
- <path d="M118.529 78.6909L113.448 97.7057H94.3757L99.4543 78.6909H118.529Z" fill="#1976B8"/>
14
- <path d="M91.8002 12.2166L85.8256 34.585L80.7444 53.5999L64.229 115.423H45.1543L61.6696 53.5999L66.7509 34.585L72.7255 12.2166H91.8002Z" fill="#22A7EF"/>
15
- <path opacity="0.14" d="M91.8002 12.2166L85.8256 34.585L80.7444 53.5999L64.229 115.423H45.1543L61.6696 53.5999L66.7509 34.585L72.7255 12.2166H91.8002Z" fill="white"/>
16
- <path d="M74.1071 78.6909L69.0259 97.7057H49.9512L55.0324 78.6909H74.1071Z" fill="#1976B8"/>
17
- <path d="M85.8256 34.5851L80.7444 53.5999H61.6697L66.7509 34.5851H85.8256Z" fill="#1976B8"/>
18
- <path d="M30.0608 95.5448L35.3084 76.53H138.843L133.596 95.5448H30.0608Z" fill="#1976B8"/>
19
- <path d="M44.344 51.5861L49.5942 32.5713H153.126L147.879 51.5861H44.344Z" fill="#1976B8"/>
20
- </g>
21
- <defs>
22
- <clipPath id="clip0_5616_301">
23
- <rect width="180" height="123" fill="white"/>
24
- </clipPath>
25
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="180" height="123" viewBox="0 0 180 123" fill="none">
2
+ <g clip-path="url(#clip0_5616_301)">
3
+ <path d="M167.793 23.2002C162.111 19.4053 155.211 16.7871 149.617 14.0565C139.302 9.02603 128.278 3.54088 116.957 1.23824C102.668 -1.66881 87.2018 0.802313 73.6832 5.9291C62.0371 10.3472 51.0108 17.905 45.7471 29.5385C45.4815 30.1269 45.232 30.7206 44.9959 31.3223C34.6537 57.8414 8.52055 63.6769 3.50371 75.3506C-1.51314 87.0216 31.1017 121.2 65.5972 122.869C100.093 124.535 99.8244 110.032 131.245 110.781C158.886 111.439 174.986 86.0588 178.865 61.5588C180.308 52.4339 180.982 42.084 177.124 33.4404C175.206 29.14 171.801 25.88 167.796 23.2029L167.793 23.2002Z" fill="#E3F2FD"/>
4
+ <path opacity="0.7" d="M167.793 23.2002C162.111 19.4053 155.211 16.7871 149.617 14.0565C139.302 9.02603 128.278 3.54088 116.957 1.23824C102.668 -1.66881 87.2018 0.802313 73.6832 5.9291C62.0371 10.3472 51.0108 17.905 45.7471 29.5385C45.4815 30.1269 45.232 30.7206 44.9959 31.3223C34.6537 57.8414 8.52055 63.6769 3.50371 75.3506C-1.51314 87.0216 31.1017 121.2 65.5972 122.869C100.093 124.535 99.8244 110.032 131.245 110.781C158.886 111.439 174.986 86.0588 178.865 61.5588C180.308 52.4339 180.982 42.084 177.124 33.4404C175.206 29.14 171.801 25.88 167.796 23.2029L167.793 23.2002Z" fill="white"/>
5
+ <path d="M144.056 7.73697C143.581 8.54998 143.375 9.33357 143.265 9.82833C142.953 11.227 141.861 12.0026 139.527 10.9141C137.193 9.82566 135.01 10.4488 134.387 12.155C133.765 13.864 133.454 15.26 130.806 14.6395C128.158 14.0191 126.755 13.864 125.977 14.9498C125.199 16.0356 125.043 16.8138 125.043 16.8138H159.992" stroke="#22A7EF" stroke-miterlimit="10"/>
6
+ <path d="M161.703 16.8165H166.785C167.096 16.8165 166.291 14.4176 166.2 14.2705C164.424 11.3982 161.899 13.5885 159.466 12.7782C159.466 12.7782 156.196 4.39401 150.43 4.54912C147.723 4.62133 146.047 5.48248 144.998 6.52014" stroke="#22A7EF" stroke-miterlimit="10"/>
7
+ <path d="M16.907 32.6167H39.6411C39.8584 32.6167 39.2977 30.9479 39.2333 30.8436C37.9965 28.8432 36.2393 30.3676 34.5437 29.8059C34.5437 29.8059 33.256 26.5031 30.9085 24.9118" stroke="#22A7EF" stroke-miterlimit="10"/>
8
+ <path d="M29.6772 24.2914C29.2319 24.1416 28.757 24.0614 28.2554 24.0774C24.2419 24.1844 23.4826 26.7812 23.2653 27.752C23.048 28.7255 22.2888 29.2657 20.663 28.5089C19.0372 27.752 17.5188 28.1853 17.0842 29.3727C16.6496 30.5601 16.4322 31.5363 14.5892 31.103C12.7461 30.6698 11.7695 30.5628 11.2276 31.3196C10.6857 32.0765 10.5757 32.6167 10.5757 32.6167H15.0801" stroke="#22A7EF" stroke-miterlimit="10"/>
9
+ <path d="M102.335 55.3222C101.828 55.1243 101.284 55.0146 100.702 55.0307C96.6882 55.1377 95.9289 57.7345 95.7116 58.7053C95.4943 59.6761 94.7351 60.219 93.1093 59.4621C91.4835 58.7053 89.9651 59.1385 89.5305 60.326C89.0958 61.5161 88.8785 62.4895 87.0355 62.0563C85.1924 61.623 84.2158 61.5161 83.6739 62.2729C83.132 63.0298 83.022 63.57 83.022 63.57H112.087C112.305 63.57 111.744 61.9012 111.68 61.7969C110.443 59.7964 108.686 61.3208 106.99 60.7592C106.99 60.7592 105.888 57.9351 103.867 56.2502" stroke="#22A7EF" stroke-miterlimit="10"/>
10
+ <path d="M136.222 12.2166L130.247 34.585L125.166 53.5999L108.651 115.423H89.5789L106.094 53.5999L111.173 34.585L117.147 12.2166H136.222Z" fill="#22A7EF"/>
11
+ <path opacity="0.14" d="M136.222 12.2166L130.247 34.585L125.166 53.5999L108.651 115.423H89.5789L106.094 53.5999L111.173 34.585L117.147 12.2166H136.222Z" fill="white"/>
12
+ <path d="M130.248 34.5851L125.166 53.5999H106.094L111.173 34.5851H130.248Z" fill="#1976B8"/>
13
+ <path d="M118.529 78.6909L113.448 97.7057H94.3757L99.4543 78.6909H118.529Z" fill="#1976B8"/>
14
+ <path d="M91.8002 12.2166L85.8256 34.585L80.7444 53.5999L64.229 115.423H45.1543L61.6696 53.5999L66.7509 34.585L72.7255 12.2166H91.8002Z" fill="#22A7EF"/>
15
+ <path opacity="0.14" d="M91.8002 12.2166L85.8256 34.585L80.7444 53.5999L64.229 115.423H45.1543L61.6696 53.5999L66.7509 34.585L72.7255 12.2166H91.8002Z" fill="white"/>
16
+ <path d="M74.1071 78.6909L69.0259 97.7057H49.9512L55.0324 78.6909H74.1071Z" fill="#1976B8"/>
17
+ <path d="M85.8256 34.5851L80.7444 53.5999H61.6697L66.7509 34.5851H85.8256Z" fill="#1976B8"/>
18
+ <path d="M30.0608 95.5448L35.3084 76.53H138.843L133.596 95.5448H30.0608Z" fill="#1976B8"/>
19
+ <path d="M44.344 51.5861L49.5942 32.5713H153.126L147.879 51.5861H44.344Z" fill="#1976B8"/>
20
+ </g>
21
+ <defs>
22
+ <clipPath id="clip0_5616_301">
23
+ <rect width="180" height="123" fill="white"/>
24
+ </clipPath>
25
+ </defs>
26
26
  </svg>
@@ -1,10 +1,10 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
2
- <g clip-path="url(#clip0_81_7740)">
3
- <path d="M13.3145 1.35939C11.8223 0.933609 10.2637 1.79689 9.83789 3.28908L9.61523 4.07033C9.4707 4.57814 9.20898 5.04689 8.85352 5.43751L6.84961 7.64064C6.50195 8.02345 6.5293 8.6172 6.91211 8.96486C7.29492 9.31252 7.88867 9.28517 8.23633 8.90236L10.2402 6.69923C10.791 6.09377 11.1934 5.37111 11.416 4.58595L11.6387 3.8047C11.7793 3.30861 12.2988 3.01955 12.7988 3.16017C13.2988 3.3008 13.584 3.82033 13.4434 4.32033L13.2207 5.10158C12.998 5.87892 12.6465 6.6133 12.1816 7.26955C11.9785 7.5547 11.9551 7.9297 12.1152 8.2422C12.2754 8.5547 12.5957 8.75002 12.9473 8.75002H18.166C18.5098 8.75002 18.791 9.03127 18.791 9.37502C18.791 9.64064 18.623 9.87111 18.3848 9.96095C18.0957 10.0703 17.877 10.3125 17.8027 10.6133C17.7285 10.9141 17.8066 11.2305 18.0098 11.461C18.1074 11.5703 18.166 11.7149 18.166 11.875C18.166 12.1797 17.9473 12.4336 17.6582 12.4883C17.3379 12.5508 17.0684 12.7735 16.9551 13.082C16.8418 13.3906 16.8926 13.7344 17.0957 13.9922C17.1777 14.0977 17.2285 14.2305 17.2285 14.3789C17.2285 14.6406 17.0645 14.8711 16.8301 14.961C16.3809 15.1367 16.1387 15.6211 16.2676 16.086C16.2832 16.1367 16.291 16.1953 16.291 16.2539C16.291 16.5977 16.0098 16.8789 15.666 16.8789H11.8574C11.3652 16.8789 10.8809 16.7344 10.4707 16.461L8.06055 14.8555C7.63086 14.5664 7.04883 14.6836 6.75977 15.1172C6.4707 15.5508 6.58789 16.1289 7.02148 16.418L9.43164 18.0235C10.1504 18.5039 10.9941 18.7578 11.8574 18.7578H15.666C17.0215 18.7578 18.123 17.6797 18.166 16.336C18.7363 15.8789 19.1035 15.1758 19.1035 14.3828C19.1035 14.207 19.084 14.0391 19.0527 13.875C19.6543 13.418 20.041 12.6953 20.041 11.8828C20.041 11.6289 20.002 11.3828 19.9316 11.1524C20.3848 10.6914 20.666 10.0664 20.666 9.37502C20.666 7.99611 19.5488 6.87502 18.166 6.87502H14.5605C14.7441 6.46877 14.9004 6.04689 15.0215 5.6172L15.2441 4.83595C15.6699 3.34377 14.8066 1.78517 13.3145 1.35939ZM1.91602 7.50002C1.22461 7.50002 0.666016 8.05861 0.666016 8.75002V17.5C0.666016 18.1914 1.22461 18.75 1.91602 18.75H4.41602C5.10742 18.75 5.66602 18.1914 5.66602 17.5V8.75002C5.66602 8.05861 5.10742 7.50002 4.41602 7.50002H1.91602Z" fill="#616161"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0_81_7740">
7
- <rect width="20" height="20" fill="white" transform="translate(0.666016)"/>
8
- </clipPath>
9
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
2
+ <g clip-path="url(#clip0_81_7740)">
3
+ <path d="M13.3145 1.35939C11.8223 0.933609 10.2637 1.79689 9.83789 3.28908L9.61523 4.07033C9.4707 4.57814 9.20898 5.04689 8.85352 5.43751L6.84961 7.64064C6.50195 8.02345 6.5293 8.6172 6.91211 8.96486C7.29492 9.31252 7.88867 9.28517 8.23633 8.90236L10.2402 6.69923C10.791 6.09377 11.1934 5.37111 11.416 4.58595L11.6387 3.8047C11.7793 3.30861 12.2988 3.01955 12.7988 3.16017C13.2988 3.3008 13.584 3.82033 13.4434 4.32033L13.2207 5.10158C12.998 5.87892 12.6465 6.6133 12.1816 7.26955C11.9785 7.5547 11.9551 7.9297 12.1152 8.2422C12.2754 8.5547 12.5957 8.75002 12.9473 8.75002H18.166C18.5098 8.75002 18.791 9.03127 18.791 9.37502C18.791 9.64064 18.623 9.87111 18.3848 9.96095C18.0957 10.0703 17.877 10.3125 17.8027 10.6133C17.7285 10.9141 17.8066 11.2305 18.0098 11.461C18.1074 11.5703 18.166 11.7149 18.166 11.875C18.166 12.1797 17.9473 12.4336 17.6582 12.4883C17.3379 12.5508 17.0684 12.7735 16.9551 13.082C16.8418 13.3906 16.8926 13.7344 17.0957 13.9922C17.1777 14.0977 17.2285 14.2305 17.2285 14.3789C17.2285 14.6406 17.0645 14.8711 16.8301 14.961C16.3809 15.1367 16.1387 15.6211 16.2676 16.086C16.2832 16.1367 16.291 16.1953 16.291 16.2539C16.291 16.5977 16.0098 16.8789 15.666 16.8789H11.8574C11.3652 16.8789 10.8809 16.7344 10.4707 16.461L8.06055 14.8555C7.63086 14.5664 7.04883 14.6836 6.75977 15.1172C6.4707 15.5508 6.58789 16.1289 7.02148 16.418L9.43164 18.0235C10.1504 18.5039 10.9941 18.7578 11.8574 18.7578H15.666C17.0215 18.7578 18.123 17.6797 18.166 16.336C18.7363 15.8789 19.1035 15.1758 19.1035 14.3828C19.1035 14.207 19.084 14.0391 19.0527 13.875C19.6543 13.418 20.041 12.6953 20.041 11.8828C20.041 11.6289 20.002 11.3828 19.9316 11.1524C20.3848 10.6914 20.666 10.0664 20.666 9.37502C20.666 7.99611 19.5488 6.87502 18.166 6.87502H14.5605C14.7441 6.46877 14.9004 6.04689 15.0215 5.6172L15.2441 4.83595C15.6699 3.34377 14.8066 1.78517 13.3145 1.35939ZM1.91602 7.50002C1.22461 7.50002 0.666016 8.05861 0.666016 8.75002V17.5C0.666016 18.1914 1.22461 18.75 1.91602 18.75H4.41602C5.10742 18.75 5.66602 18.1914 5.66602 17.5V8.75002C5.66602 8.05861 5.10742 7.50002 4.41602 7.50002H1.91602Z" fill="#616161"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0_81_7740">
7
+ <rect width="20" height="20" fill="white" transform="translate(0.666016)"/>
8
+ </clipPath>
9
+ </defs>
10
10
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
2
- <path d="M12.2422 0.285132C13.2578 0.488257 13.918 1.47654 13.7148 2.49216L13.625 2.93748C13.418 3.98044 13.0352 4.97263 12.5 5.87498H18.125C19.1602 5.87498 20 6.71482 20 7.74998C20 8.47263 19.5898 9.10154 18.9883 9.41404C19.4141 9.75779 19.6875 10.2851 19.6875 10.875C19.6875 11.789 19.0313 12.5508 18.168 12.7148C18.3398 13 18.4375 13.332 18.4375 13.6875C18.4375 14.5195 17.8945 15.2265 17.1445 15.4687C17.1719 15.5976 17.1875 15.7344 17.1875 15.875C17.1875 16.9101 16.3477 17.75 15.3125 17.75H11.5039C10.7617 17.75 10.0391 17.5312 9.42187 17.1211L7.91797 16.1172C6.875 15.4219 6.25 14.25 6.25 12.9961V11.5V9.62498V8.65232C6.25 7.51169 6.76953 6.43748 7.65625 5.72263L7.94531 5.49216C8.98047 4.66404 9.6875 3.49998 9.94531 2.2031L10.0352 1.75779C10.2383 0.742163 11.2266 0.0820067 12.2422 0.285132ZM1.25 6.49998H3.75C4.44141 6.49998 5 7.05857 5 7.74998V16.5C5 17.1914 4.44141 17.75 3.75 17.75H1.25C0.558594 17.75 0 17.1914 0 16.5V7.74998C0 7.05857 0.558594 6.49998 1.25 6.49998Z" fill="#1976B8"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
2
+ <path d="M12.2422 0.285132C13.2578 0.488257 13.918 1.47654 13.7148 2.49216L13.625 2.93748C13.418 3.98044 13.0352 4.97263 12.5 5.87498H18.125C19.1602 5.87498 20 6.71482 20 7.74998C20 8.47263 19.5898 9.10154 18.9883 9.41404C19.4141 9.75779 19.6875 10.2851 19.6875 10.875C19.6875 11.789 19.0313 12.5508 18.168 12.7148C18.3398 13 18.4375 13.332 18.4375 13.6875C18.4375 14.5195 17.8945 15.2265 17.1445 15.4687C17.1719 15.5976 17.1875 15.7344 17.1875 15.875C17.1875 16.9101 16.3477 17.75 15.3125 17.75H11.5039C10.7617 17.75 10.0391 17.5312 9.42187 17.1211L7.91797 16.1172C6.875 15.4219 6.25 14.25 6.25 12.9961V11.5V9.62498V8.65232C6.25 7.51169 6.76953 6.43748 7.65625 5.72263L7.94531 5.49216C8.98047 4.66404 9.6875 3.49998 9.94531 2.2031L10.0352 1.75779C10.2383 0.742163 11.2266 0.0820067 12.2422 0.285132ZM1.25 6.49998H3.75C4.44141 6.49998 5 7.05857 5 7.74998V16.5C5 17.1914 4.44141 17.75 3.75 17.75H1.25C0.558594 17.75 0 17.1914 0 16.5V7.74998C0 7.05857 0.558594 6.49998 1.25 6.49998Z" fill="#1976B8"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
2
- <path d="M7.06663 1.36733C7.37776 0.828431 8.06451 0.644418 8.60341 0.955551L16.3976 5.45555C16.9365 5.76668 17.1206 6.45343 16.8094 6.99233C16.4983 7.53123 15.8115 7.71524 15.2726 7.40411L14.3745 6.88555L12.1165 11.5981C12.8841 12.8491 13.1816 14.3727 12.8723 15.8788L12.85 15.9877C12.7782 16.3441 12.5384 16.64 12.2098 16.7872C11.8812 16.9344 11.498 16.9162 11.1844 16.7351L1.44163 11.1101C1.12804 10.9291 0.921885 10.6111 0.88382 10.2481C0.845754 9.88517 0.985126 9.53127 1.25611 9.29395L1.33929 9.22019C2.48894 8.19925 3.95723 7.69516 5.42441 7.7344L8.37657 3.42266L7.47841 2.90411C6.93951 2.59297 6.7555 1.90623 7.06663 1.36733ZM4.77625 14.3344L6.7248 15.4594L5.0373 18.3822C4.72617 18.9211 4.03942 19.1051 3.50052 18.794C2.96163 18.4829 2.77761 17.7961 3.08875 17.2572L4.77625 14.3344Z" fill="#212121"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="17" height="19" viewBox="0 0 17 19" fill="none">
2
+ <path d="M7.06663 1.36733C7.37776 0.828431 8.06451 0.644418 8.60341 0.955551L16.3976 5.45555C16.9365 5.76668 17.1206 6.45343 16.8094 6.99233C16.4983 7.53123 15.8115 7.71524 15.2726 7.40411L14.3745 6.88555L12.1165 11.5981C12.8841 12.8491 13.1816 14.3727 12.8723 15.8788L12.85 15.9877C12.7782 16.3441 12.5384 16.64 12.2098 16.7872C11.8812 16.9344 11.498 16.9162 11.1844 16.7351L1.44163 11.1101C1.12804 10.9291 0.921885 10.6111 0.88382 10.2481C0.845754 9.88517 0.985126 9.53127 1.25611 9.29395L1.33929 9.22019C2.48894 8.19925 3.95723 7.69516 5.42441 7.7344L8.37657 3.42266L7.47841 2.90411C6.93951 2.59297 6.7555 1.90623 7.06663 1.36733ZM4.77625 14.3344L6.7248 15.4594L5.0373 18.3822C4.72617 18.9211 4.03942 19.1051 3.50052 18.794C2.96163 18.4829 2.77761 17.7961 3.08875 17.2572L4.77625 14.3344Z" fill="#212121"/>
3
3
  </svg>
@@ -1,11 +1,11 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
- <g clip-path="url(#clip0_21586_2060)">
3
- <path d="M14.1451 5.4952V3.52475C14.1451 3.08187 13.9692 2.65713 13.656 2.34397C13.3429 2.03081 12.9181 1.85488 12.4753 1.85488H10.5466L9.17726 0.485586C8.86439 0.174571 8.44116 0 8 0C7.55884 0 7.13561 0.174571 6.82274 0.485586L5.4952 1.85488H3.52475C3.08187 1.85488 2.65713 2.03081 2.34397 2.34397C2.03081 2.65713 1.85488 3.08187 1.85488 3.52475V5.4952L0.485586 6.82274C0.174571 7.13561 0 7.55884 0 8C0 8.44116 0.174571 8.86439 0.485586 9.17726L1.85488 10.5466V12.4753C1.85488 12.9181 2.03081 13.3429 2.34397 13.656C2.65713 13.9692 3.08187 14.1451 3.52475 14.1451H5.4952L6.82274 15.5144C7.13561 15.8254 7.55884 16 8 16C8.44116 16 8.86439 15.8254 9.17726 15.5144L10.5466 14.1451H12.4753C12.9181 14.1451 13.3429 13.9692 13.656 13.656C13.9692 13.3429 14.1451 12.9181 14.1451 12.4753V10.5466L15.5144 9.17726C15.8254 8.86439 16 8.44116 16 8C16 7.55884 15.8254 7.13561 15.5144 6.82274L14.1451 5.4952Z" fill="#1764C0"/>
4
- <path d="M7.3733 10.0873C7.26341 10.088 7.15449 10.0669 7.05276 10.0254C6.95103 9.98382 6.85851 9.9226 6.78049 9.84521L5.49469 8.59281C5.33747 8.43559 5.24915 8.22235 5.24915 8.00001C5.24915 7.77766 5.33747 7.56443 5.49469 7.4072C5.65191 7.24998 5.86515 7.16166 6.0875 7.16166C6.30984 7.16166 6.52308 7.24998 6.6803 7.4072L7.3399 8.07515L9.2519 6.1548C9.40912 5.98872 9.62588 5.8919 9.85449 5.88564C10.0831 5.87938 10.3048 5.96418 10.4709 6.1214C10.637 6.27863 10.7338 6.49538 10.7401 6.72399C10.7463 6.9526 10.6615 7.17433 10.5043 7.34041L7.9995 9.84521C7.91756 9.92671 7.8196 9.99032 7.71181 10.032C7.60402 10.0737 7.48875 10.0925 7.3733 10.0873Z" fill="white"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_21586_2060">
8
- <rect width="16" height="16" fill="white"/>
9
- </clipPath>
10
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
2
+ <g clip-path="url(#clip0_21586_2060)">
3
+ <path d="M14.1451 5.4952V3.52475C14.1451 3.08187 13.9692 2.65713 13.656 2.34397C13.3429 2.03081 12.9181 1.85488 12.4753 1.85488H10.5466L9.17726 0.485586C8.86439 0.174571 8.44116 0 8 0C7.55884 0 7.13561 0.174571 6.82274 0.485586L5.4952 1.85488H3.52475C3.08187 1.85488 2.65713 2.03081 2.34397 2.34397C2.03081 2.65713 1.85488 3.08187 1.85488 3.52475V5.4952L0.485586 6.82274C0.174571 7.13561 0 7.55884 0 8C0 8.44116 0.174571 8.86439 0.485586 9.17726L1.85488 10.5466V12.4753C1.85488 12.9181 2.03081 13.3429 2.34397 13.656C2.65713 13.9692 3.08187 14.1451 3.52475 14.1451H5.4952L6.82274 15.5144C7.13561 15.8254 7.55884 16 8 16C8.44116 16 8.86439 15.8254 9.17726 15.5144L10.5466 14.1451H12.4753C12.9181 14.1451 13.3429 13.9692 13.656 13.656C13.9692 13.3429 14.1451 12.9181 14.1451 12.4753V10.5466L15.5144 9.17726C15.8254 8.86439 16 8.44116 16 8C16 7.55884 15.8254 7.13561 15.5144 6.82274L14.1451 5.4952Z" fill="#1764C0"/>
4
+ <path d="M7.3733 10.0873C7.26341 10.088 7.15449 10.0669 7.05276 10.0254C6.95103 9.98382 6.85851 9.9226 6.78049 9.84521L5.49469 8.59281C5.33747 8.43559 5.24915 8.22235 5.24915 8.00001C5.24915 7.77766 5.33747 7.56443 5.49469 7.4072C5.65191 7.24998 5.86515 7.16166 6.0875 7.16166C6.30984 7.16166 6.52308 7.24998 6.6803 7.4072L7.3399 8.07515L9.2519 6.1548C9.40912 5.98872 9.62588 5.8919 9.85449 5.88564C10.0831 5.87938 10.3048 5.96418 10.4709 6.1214C10.637 6.27863 10.7338 6.49538 10.7401 6.72399C10.7463 6.9526 10.6615 7.17433 10.5043 7.34041L7.9995 9.84521C7.91756 9.92671 7.8196 9.99032 7.71181 10.032C7.60402 10.0737 7.48875 10.0925 7.3733 10.0873Z" fill="white"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_21586_2060">
8
+ <rect width="16" height="16" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
11
  </svg>
@@ -1,16 +1,16 @@
1
- <svg
2
- xmlns="http://www.w3.org/2000/svg"
3
- width="16"
4
- height="17"
5
- viewBox="0 0 16 17"
6
- fill="none"
7
- >
8
- <path
9
- d="M14 0.5H2C0.896875 0.5 0 1.39688 0 2.5V11.5C0 12.6031 0.896875 13.5 2 13.5H5V16.125C5 16.3469 5.18125 16.5 5.375 16.5C5.45 16.5 5.52813 16.4781 5.59688 16.425L9.5 13.5H14C15.1031 13.5 16 12.6031 16 11.5V2.5C16 1.39688 15.1031 0.5 14 0.5ZM14.5 11.5C14.5 11.775 14.275 12 14 12H9L8.6 12.3L6.5 13.875V12H2C1.725 12 1.5 11.775 1.5 11.5V2.5C1.5 2.225 1.725 2 2 2H14C14.275 2 14.5 2.225 14.5 2.5V11.5Z"
10
- fill="currentColor"
11
- />
12
- <path
13
- d="M11.5903 5.17955L9.40561 4.84678L8.42916 2.77829C8.25421 2.40958 7.74729 2.4049 7.57084 2.77829L6.5944 4.84678L4.40973 5.17955C4.01795 5.23892 3.86094 5.74355 4.14505 6.03257L5.72561 7.64175L5.35178 9.91491C5.28449 10.3258 5.6987 10.6336 6.04561 10.4414L8 9.3681L9.95439 10.4414C10.3013 10.632 10.7155 10.3258 10.6482 9.91491L10.2744 7.64175L11.8549 6.03257C12.1391 5.74355 11.982 5.23892 11.5903 5.17955ZM9.5043 7.37928L9.85869 9.54151L8 8.52133L6.14131 9.54151L6.4957 7.37928L4.99141 5.84822L7.06991 5.53264L8 3.56413L8.93009 5.53264L11.0086 5.84822L9.5043 7.37928Z"
14
- fill="currentColor"
15
- />
1
+ <svg
2
+ xmlns="http://www.w3.org/2000/svg"
3
+ width="16"
4
+ height="17"
5
+ viewBox="0 0 16 17"
6
+ fill="none"
7
+ >
8
+ <path
9
+ d="M14 0.5H2C0.896875 0.5 0 1.39688 0 2.5V11.5C0 12.6031 0.896875 13.5 2 13.5H5V16.125C5 16.3469 5.18125 16.5 5.375 16.5C5.45 16.5 5.52813 16.4781 5.59688 16.425L9.5 13.5H14C15.1031 13.5 16 12.6031 16 11.5V2.5C16 1.39688 15.1031 0.5 14 0.5ZM14.5 11.5C14.5 11.775 14.275 12 14 12H9L8.6 12.3L6.5 13.875V12H2C1.725 12 1.5 11.775 1.5 11.5V2.5C1.5 2.225 1.725 2 2 2H14C14.275 2 14.5 2.225 14.5 2.5V11.5Z"
10
+ fill="currentColor"
11
+ />
12
+ <path
13
+ d="M11.5903 5.17955L9.40561 4.84678L8.42916 2.77829C8.25421 2.40958 7.74729 2.4049 7.57084 2.77829L6.5944 4.84678L4.40973 5.17955C4.01795 5.23892 3.86094 5.74355 4.14505 6.03257L5.72561 7.64175L5.35178 9.91491C5.28449 10.3258 5.6987 10.6336 6.04561 10.4414L8 9.3681L9.95439 10.4414C10.3013 10.632 10.7155 10.3258 10.6482 9.91491L10.2744 7.64175L11.8549 6.03257C12.1391 5.74355 11.982 5.23892 11.5903 5.17955ZM9.5043 7.37928L9.85869 9.54151L8 8.52133L6.14131 9.54151L6.4957 7.37928L4.99141 5.84822L7.06991 5.53264L8 3.56413L8.93009 5.53264L11.0086 5.84822L9.5043 7.37928Z"
14
+ fill="currentColor"
15
+ />
16
16
  </svg>
@@ -1,33 +1,33 @@
1
1
  <template>
2
- <div class="flex gap-[8px] items-center">
3
- <Avatar
4
- :src="props.src"
5
- :alt="props.alt"
6
- :size="props.size"
7
- :show-status="props.showStatus"
8
- :online="props.online"
9
- />
10
- <slot name="default">
11
- <div class="flex flex-col gap-[4px]">
12
- <slot name="profile-name">
13
- <div class="font-body-medium">{{ props.profileName }}</div>
14
- </slot>
15
- <slot name="profile-id">
16
- <div class="flex items-center gap-[4px] font-body-medium text-gray">
17
- <div>ID:</div>
18
- <div>{{ props.profileID }}</div>
19
- <Icon
20
- v-if="!props.disabledCopy"
21
- name="lucide:copy"
22
- size="16"
23
- @click="copyID"
24
- class="cursor-pointer"
25
- />
26
- </div>
27
- </slot>
28
- </div>
29
- </slot>
30
- </div>
2
+ <div class="flex gap-[8px] items-center">
3
+ <Avatar
4
+ :src="props.src"
5
+ :alt="props.alt"
6
+ :size="props.size"
7
+ :show-status="props.showStatus"
8
+ :online="props.online"
9
+ />
10
+ <slot name="default">
11
+ <div class="flex flex-col gap-[4px]">
12
+ <slot name="profile-name">
13
+ <div class="font-body-medium">{{ props.profileName }}</div>
14
+ </slot>
15
+ <slot name="profile-id">
16
+ <div class="flex items-center gap-[4px] font-body-medium text-gray">
17
+ <div>ID:</div>
18
+ <div>{{ props.profileID }}</div>
19
+ <Icon
20
+ v-if="!props.disabledCopy"
21
+ name="lucide:copy"
22
+ size="16"
23
+ @click="copyID"
24
+ class="cursor-pointer"
25
+ />
26
+ </div>
27
+ </slot>
28
+ </div>
29
+ </slot>
30
+ </div>
31
31
  </template>
32
32
 
33
33
  <script setup>
@@ -26,24 +26,24 @@ const sizeStyle = computed(() => {
26
26
  </script>
27
27
 
28
28
  <template>
29
- <div :class="cn('relative flex shrink-0', props.class)" :style="sizeStyle">
30
- <ShadAvatar class="size-full overflow-hidden rounded-full">
31
- <ShadAvatarImage
32
- v-if="src"
33
- :src="src"
34
- :alt="alt || 'Avatar'"
35
- class="aspect-square size-full object-cover"
36
- />
37
- <ShadAvatarFallback
38
- class="flex size-full items-center justify-center rounded-full bg-gradient-to-b from-[#E6E8EA]/20 to-[#7D7E80]/90"
39
- >
40
- <slot name="fallback"> </slot>
41
- </ShadAvatarFallback>
42
- </ShadAvatar>
43
- <span
44
- v-if="showStatus"
45
- class="absolute bottom-0 right-0 w-[12px] h-[12px] rounded-full border-2 border-white"
46
- :class="online ? 'bg-green-500' : 'bg-gray-300'"
47
- />
48
- </div>
29
+ <div :class="cn('relative flex shrink-0', props.class)" :style="sizeStyle">
30
+ <ShadAvatar class="size-full overflow-hidden rounded-full">
31
+ <ShadAvatarImage
32
+ v-if="src"
33
+ :src="src"
34
+ :alt="alt || 'Avatar'"
35
+ class="aspect-square size-full object-cover"
36
+ />
37
+ <ShadAvatarFallback
38
+ class="flex size-full items-center justify-center rounded-full bg-gradient-to-b from-[#E6E8EA]/20 to-[#7D7E80]/90"
39
+ >
40
+ <slot name="fallback"> </slot>
41
+ </ShadAvatarFallback>
42
+ </ShadAvatar>
43
+ <span
44
+ v-if="showStatus"
45
+ class="absolute bottom-0 right-0 w-[12px] h-[12px] rounded-full border-2 border-white"
46
+ :class="online ? 'bg-green-500' : 'bg-gray-300'"
47
+ />
48
+ </div>
49
49
  </template>
@@ -4,15 +4,15 @@
4
4
  props.variant === 'text' || props.variant === 'link' ? '!p-0 !h-auto' : '',
5
5
  props.circle && 'rounded-full aspect-square',
6
6
  props.class
7
- ]" :variant="props.variant" :color="props.color" :type="props.type" :disabled="props.loading || props.disabled">
8
- <span class="inline-grid place-items-center">
9
- <span class="inline-flex items-center justify-center gap-[8px] [grid-area:1/1]"
10
- :class="{ invisible: props.loading }">
11
- <slot />
12
- </span>
13
- <ShadSpinner v-if="props.loading" class="[grid-area:1/1]" />
14
- </span>
15
- </ShadButton>
7
+ ]" :variant="props.variant" :color="props.color" :type="props.type" :disabled="props.loading || props.disabled">
8
+ <span class="inline-grid place-items-center">
9
+ <span class="inline-flex items-center justify-center gap-[8px] [grid-area:1/1]"
10
+ :class="{ invisible: props.loading }">
11
+ <slot />
12
+ </span>
13
+ <ShadSpinner v-if="props.loading" class="[grid-area:1/1]" />
14
+ </span>
15
+ </ShadButton>
16
16
  </template>
17
17
 
18
18
  <script setup>
@@ -1,106 +1,108 @@
1
1
  <template>
2
- <div
3
- class="w-[194px] min-h-[345px] rounded-[4px] shadow-xs outline outline-field-background-disabled cursor-pointer bg-white"
4
- @click="emit('click', props.item.id)"
5
- >
6
-
7
- <div
8
- v-if="props.item.type === 'sale'"
9
- class="relative flex flex-col gap-[14px]"
10
- >
11
- <Image
12
- :width="194"
13
- :height="194"
14
- :src="props.item.media?.src"
15
- class="rounded-t-[4px]"
16
- />
17
- <div class="flex flex-col gap-[14px] mx-auto w-[182px] h-full">
18
- <div
19
- class="font-title-small-prominent text-word-on-surface line-clamp-4 h-[96px]"
20
- >
21
- {{ props.item.title }}
22
- </div>
23
- <div class="font-headline-small text-word-on-surface">
24
- {{ props.item.price }}
25
- </div>
26
- </div>
27
- <LabelCardAtom
28
- class="absolute top-[4px] left-[0px]"
29
- :color="props.item.tag?.color"
30
- :text="props.item.tag?.text"
31
- />
32
- </div>
33
-
34
- <div
35
- v-else-if="props.item.type === 'video'"
36
- class="relative w-full h-full group"
37
- >
38
- <video
39
- ref="videoRef"
40
- :src="props.item.media?.src"
41
- :poster="props.item.media?.thumbnail"
42
- preload="none"
43
- class="w-full h-full object-cover rounded-[4px]"
44
- muted
45
- loop
46
- @mouseenter="playVideo"
47
- @mouseleave="showPoster"
48
- />
49
- <div
50
- class="absolute bottom-0 left-0 w-full p-[8px] flex flex-col justify-between h-[88px]"
51
- >
52
- <div
53
- class="text-white font-title-small-prominent line-clamp-2 h-[48px] w-[178px] text-word-on-surface-variant"
54
- >
55
- {{ props.item.title }}
56
- </div>
57
- <div class="text-white font-body-small">
58
- {{ props.item.location }}
59
- </div>
60
- </div>
61
- </div>
62
-
63
- <div
64
- v-else-if="props.item.type === 'note'"
65
- class="w-full h-full rounded-[4px] pt-[76px] px-[8px] pb-[8px]"
66
- :style="{ backgroundColor: props.item.color || '#DEFFE1' }"
67
- >
68
- <div class="flex flex-col justify-between h-full">
69
- <div
70
- class="flex font-title-small-prominent text-word-on-surface w-[182px] h-[210px] line-clamp-8 text-center overflow-hidden props.items-center"
71
- >
72
- {{ props.item.content }}
73
- </div>
74
- <div class="font-body-small text-gray">
75
- {{ props.item.location }}
76
- </div>
77
- </div>
78
- </div>
79
-
80
- <div
81
- v-else-if="props.item.type === 'image'"
82
- class="w-full h-full rounded-[4px]"
83
- >
84
- <div class="flex flex-col justify-between h-full">
85
- <div class="flex flex-col gap-[8px]">
86
- <Image
87
- width="194"
88
- height="129"
89
- :src="props.item.media?.src"
90
- class="rounded-t-[4px]"
91
- />
92
- <div
93
- class="w-[182px] text-word-onsurface font-title-small-prominent mx-auto line-clamp-7"
94
- >
95
- {{ props.item.content }}
96
- </div>
97
- </div>
98
- <div class="px-[8px] pb-[8px] font-body-small text-gray">
99
- {{ props.item.location }}
100
- </div>
101
- </div>
102
- </div>
103
- </div>
2
+ <div
3
+ class="w-[194px] min-h-[345px] rounded-[4px] shadow-xs outline outline-field-background-disabled cursor-pointer bg-white"
4
+ @click="emit('click', props.item.id)"
5
+ >
6
+
7
+ <div
8
+ v-if="props.item.type === 'sale'"
9
+ class="relative flex flex-col gap-[14px]"
10
+ >
11
+ <Image
12
+ :width="194"
13
+ :height="194"
14
+ :src="props.item.media?.src"
15
+ class="rounded-t-[4px]"
16
+ />
17
+ <div class="flex flex-col gap-[14px] mx-auto w-[182px] h-full">
18
+ <div
19
+ class="font-title-small-prominent text-word-on-surface line-clamp-4 h-[96px]"
20
+ >
21
+ {{ props.item.title }}
22
+ </div>
23
+ <div class="font-headline-small text-word-on-surface">
24
+ {{ props.item.price }}
25
+ </div>
26
+ </div>
27
+ <LabelCardAtom
28
+ class="absolute top-[4px] left-[0px]"
29
+ :color="props.item.tag?.color"
30
+ :text="props.item.tag?.text"
31
+ />
32
+ </div>
33
+
34
+ <div
35
+ v-else-if="props.item.type === 'video'"
36
+ class="relative w-full h-full group"
37
+ >
38
+ <video
39
+ ref="videoRef"
40
+ :src="props.item.media?.src"
41
+ :poster="props.item.media?.thumbnail"
42
+ preload="none"
43
+ class="w-full h-full object-cover rounded-[4px]"
44
+ muted
45
+ loop
46
+ @mouseenter="playVideo"
47
+ @mouseleave="showPoster"
48
+ />
49
+ <div
50
+ class="absolute bottom-0 left-0 w-full p-[8px] flex flex-col justify-between h-[88px]"
51
+ >
52
+ <div
53
+ class="text-white font-title-small-prominent line-clamp-2 h-[48px] w-[178px] text-word-on-surface-variant"
54
+ >
55
+ {{ props.item.title }}
56
+ </div>
57
+ <div class="text-white font-body-small">
58
+ {{ props.item.location }}
59
+ </div>
60
+ </div>
61
+ </div>
62
+
63
+
64
+ <div
65
+ v-else-if="props.item.type === 'note'"
66
+ class="w-full h-full rounded-[4px] pt-[76px] px-[8px] pb-[8px]"
67
+ :style="{ backgroundColor: props.item.color || '#DEFFE1' }"
68
+ >
69
+ <div class="flex flex-col justify-between h-full">
70
+ <div
71
+ class="flex font-title-small-prominent text-word-on-surface w-[182px] h-[210px] line-clamp-8 text-center overflow-hidden props.items-center"
72
+ >
73
+ {{ props.item.content }}
74
+ </div>
75
+ <div class="font-body-small text-gray">
76
+ {{ props.item.location }}
77
+ </div>
78
+ </div>
79
+ </div>
80
+
81
+
82
+ <div
83
+ v-else-if="props.item.type === 'image'"
84
+ class="w-full h-full rounded-[4px]"
85
+ >
86
+ <div class="flex flex-col justify-between h-full">
87
+ <div class="flex flex-col gap-[8px]">
88
+ <Image
89
+ width="194"
90
+ height="129"
91
+ :src="props.item.media?.src"
92
+ class="rounded-t-[4px]"
93
+ />
94
+ <div
95
+ class="w-[182px] text-word-onsurface font-title-small-prominent mx-auto line-clamp-7"
96
+ >
97
+ {{ props.item.content }}
98
+ </div>
99
+ </div>
100
+ <div class="px-[8px] pb-[8px] font-body-small text-gray">
101
+ {{ props.item.location }}
102
+ </div>
103
+ </div>
104
+ </div>
105
+ </div>
104
106
  </template>
105
107
 
106
108
  <script setup>