@cuemath/leap 3.5.29 → 3.5.30-as10

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 (211) hide show
  1. package/dist/assets/illustrations/illustrations.js +22 -0
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/images/images.js +8 -0
  4. package/dist/assets/images/images.js.map +1 -1
  5. package/dist/assets/line-icons/icons/carat-right.js +26 -0
  6. package/dist/assets/line-icons/icons/carat-right.js.map +1 -0
  7. package/dist/assets/line-icons/icons/dots-icon.js +21 -0
  8. package/dist/assets/line-icons/icons/dots-icon.js.map +1 -0
  9. package/dist/assets/line-icons/icons/pause-icon.js +24 -0
  10. package/dist/assets/line-icons/icons/pause-icon.js.map +1 -0
  11. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js +82 -0
  12. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js.map +1 -0
  13. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.styled.js +77 -0
  14. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.styled.js.map +1 -0
  15. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +18 -91
  16. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
  17. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +42 -58
  18. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
  19. package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js +16 -32
  20. package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js.map +1 -1
  21. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js +88 -87
  22. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js.map +1 -1
  23. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +35 -35
  24. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
  25. package/dist/features/homework/card-title.js +8 -8
  26. package/dist/features/homework/card-title.js.map +1 -1
  27. package/dist/features/parent-dashboard/comps/compact-header/compact-header.js +5 -5
  28. package/dist/features/parent-dashboard/comps/compact-header/compact-header.js.map +1 -1
  29. package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js +13 -0
  30. package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js.map +1 -0
  31. package/dist/features/timeline/monthly-report/comps/achievements/achievements.js +60 -0
  32. package/dist/features/timeline/monthly-report/comps/achievements/achievements.js.map +1 -0
  33. package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js +15 -0
  34. package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js.map +1 -0
  35. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js +128 -0
  36. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js.map +1 -0
  37. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js +53 -0
  38. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js.map +1 -0
  39. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js +120 -0
  40. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js.map +1 -0
  41. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js +58 -0
  42. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js.map +1 -0
  43. package/dist/features/timeline/monthly-report/comps/activities/activities.js +27 -0
  44. package/dist/features/timeline/monthly-report/comps/activities/activities.js.map +1 -0
  45. package/dist/features/timeline/monthly-report/comps/activities/constants.js +95 -0
  46. package/dist/features/timeline/monthly-report/comps/activities/constants.js.map +1 -0
  47. package/dist/features/timeline/monthly-report/comps/activities/utils.js +15 -0
  48. package/dist/features/timeline/monthly-report/comps/activities/utils.js.map +1 -0
  49. package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js +29 -0
  50. package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js.map +1 -0
  51. package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js +94 -0
  52. package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js.map +1 -0
  53. package/dist/features/timeline/monthly-report/comps/attendance/attendance.js +44 -0
  54. package/dist/features/timeline/monthly-report/comps/attendance/attendance.js.map +1 -0
  55. package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js +39 -0
  56. package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js.map +1 -0
  57. package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js +52 -0
  58. package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js.map +1 -0
  59. package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js +9 -0
  60. package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js.map +1 -0
  61. package/dist/features/timeline/monthly-report/comps/feedback/feedback.js +94 -0
  62. package/dist/features/timeline/monthly-report/comps/feedback/feedback.js.map +1 -0
  63. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js +48 -0
  64. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js.map +1 -0
  65. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js +28 -0
  66. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js.map +1 -0
  67. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js +113 -0
  68. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js.map +1 -0
  69. package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js +30 -0
  70. package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js.map +1 -0
  71. package/dist/features/timeline/monthly-report/comps/goals/goals.js +22 -0
  72. package/dist/features/timeline/monthly-report/comps/goals/goals.js.map +1 -0
  73. package/dist/features/timeline/monthly-report/monthly-report-styled.js +14 -0
  74. package/dist/features/timeline/monthly-report/monthly-report-styled.js.map +1 -0
  75. package/dist/features/timeline/monthly-report/monthly-report-types.js +5 -0
  76. package/dist/features/timeline/monthly-report/monthly-report-types.js.map +1 -0
  77. package/dist/features/timeline/monthly-report/monthly-report.js +69 -0
  78. package/dist/features/timeline/monthly-report/monthly-report.js.map +1 -0
  79. package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js +10 -0
  80. package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js.map +1 -0
  81. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js +87 -0
  82. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js.map +1 -0
  83. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js +9 -0
  84. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js.map +1 -0
  85. package/dist/features/timeline/monthly-timeline/constants.js +41 -0
  86. package/dist/features/timeline/monthly-timeline/constants.js.map +1 -0
  87. package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js +9 -0
  88. package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js.map +1 -0
  89. package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js +6 -0
  90. package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js.map +1 -0
  91. package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js +28 -0
  92. package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js.map +1 -0
  93. package/dist/features/timeline/monthly-timeline/monthly-timeline.js +56 -0
  94. package/dist/features/timeline/monthly-timeline/monthly-timeline.js.map +1 -0
  95. package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js +9 -0
  96. package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js.map +1 -0
  97. package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js +9 -0
  98. package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js.map +1 -0
  99. package/dist/features/timeline/ptm-report/comps/key-need/key-need.js +35 -0
  100. package/dist/features/timeline/ptm-report/comps/key-need/key-need.js.map +1 -0
  101. package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js +53 -0
  102. package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js.map +1 -0
  103. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js +19 -0
  104. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js.map +1 -0
  105. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js +50 -0
  106. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js.map +1 -0
  107. package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js +9 -0
  108. package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js.map +1 -0
  109. package/dist/features/timeline/ptm-report/comps/report-card/report-card.js +22 -0
  110. package/dist/features/timeline/ptm-report/comps/report-card/report-card.js.map +1 -0
  111. package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js +9 -0
  112. package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js.map +1 -0
  113. package/dist/features/timeline/ptm-report/comps/school-support/school-support.js +84 -0
  114. package/dist/features/timeline/ptm-report/comps/school-support/school-support.js.map +1 -0
  115. package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js +11 -0
  116. package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js.map +1 -0
  117. package/dist/features/timeline/ptm-report/comps/strategies/strategies.js +36 -0
  118. package/dist/features/timeline/ptm-report/comps/strategies/strategies.js.map +1 -0
  119. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js +55 -0
  120. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js.map +1 -0
  121. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js +35 -0
  122. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js.map +1 -0
  123. package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js +21 -0
  124. package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js.map +1 -0
  125. package/dist/features/timeline/ptm-report/comps/student-info/student-info.js +21 -0
  126. package/dist/features/timeline/ptm-report/comps/student-info/student-info.js.map +1 -0
  127. package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js +9 -0
  128. package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js.map +1 -0
  129. package/dist/features/timeline/ptm-report/comps/support-card/support-card.js +30 -0
  130. package/dist/features/timeline/ptm-report/comps/support-card/support-card.js.map +1 -0
  131. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js +9 -0
  132. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js.map +1 -0
  133. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js +56 -0
  134. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js.map +1 -0
  135. package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js +15 -0
  136. package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js.map +1 -0
  137. package/dist/features/timeline/ptm-report/ptm-report-constants.js +16 -0
  138. package/dist/features/timeline/ptm-report/ptm-report-constants.js.map +1 -0
  139. package/dist/features/timeline/ptm-report/ptm-report-helpers.js +8 -0
  140. package/dist/features/timeline/ptm-report/ptm-report-helpers.js.map +1 -0
  141. package/dist/features/timeline/ptm-report/ptm-report-styled.js +11 -0
  142. package/dist/features/timeline/ptm-report/ptm-report-styled.js.map +1 -0
  143. package/dist/features/timeline/ptm-report/ptm-report-types.js +5 -0
  144. package/dist/features/timeline/ptm-report/ptm-report-types.js.map +1 -0
  145. package/dist/features/timeline/ptm-report/ptm-report.js +113 -0
  146. package/dist/features/timeline/ptm-report/ptm-report.js.map +1 -0
  147. package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js +5 -0
  148. package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js.map +1 -0
  149. package/dist/features/timeline/timeline-tabs/timeline-tabs.js +41 -0
  150. package/dist/features/timeline/timeline-tabs/timeline-tabs.js.map +1 -0
  151. package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js +37 -0
  152. package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js.map +1 -0
  153. package/dist/features/ui/animated-arc/animated-arc-styled.js +7 -7
  154. package/dist/features/ui/animated-arc/animated-arc-styled.js.map +1 -1
  155. package/dist/features/ui/animated-arc/animated-arc.js +37 -26
  156. package/dist/features/ui/animated-arc/animated-arc.js.map +1 -1
  157. package/dist/features/ui/linear-progress-bar/linear-progress-bar.js +39 -0
  158. package/dist/features/ui/linear-progress-bar/linear-progress-bar.js.map +1 -0
  159. package/dist/features/ui/linear-progress-bar/linear-progress-bar.styled.js +23 -0
  160. package/dist/features/ui/linear-progress-bar/linear-progress-bar.styled.js.map +1 -0
  161. package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js +57 -0
  162. package/dist/features/ui/swipable-carousel/swipable-carousel-styled.js.map +1 -0
  163. package/dist/features/ui/swipable-carousel/swipable-carousel.js +132 -0
  164. package/dist/features/ui/swipable-carousel/swipable-carousel.js.map +1 -0
  165. package/dist/features/ui/swipeable-component/swipeable-component-styled.js.map +1 -0
  166. package/dist/features/ui/swipeable-component/swipeable-component.js +27 -0
  167. package/dist/features/ui/swipeable-component/swipeable-component.js.map +1 -0
  168. package/dist/features/ui/theme/text.js +14 -0
  169. package/dist/features/ui/theme/text.js.map +1 -1
  170. package/dist/index.d.ts +231 -25
  171. package/dist/index.js +588 -568
  172. package/dist/index.js.map +1 -1
  173. package/dist/static/2021.0683b580.png +0 -0
  174. package/dist/static/2022.d34ad7a5.png +0 -0
  175. package/dist/static/2023.fce87149.png +0 -0
  176. package/dist/static/2024.a275ee85.png +0 -0
  177. package/dist/static/2025.677cc187.png +0 -0
  178. package/dist/static/2026.63763214.png +0 -0
  179. package/dist/static/2027.b82dc039.png +0 -0
  180. package/dist/static/2028.580b8cc0.png +0 -0
  181. package/dist/static/coding-report-icon.91a1e900.svg +1 -0
  182. package/dist/static/elp-icon.d45b457d.svg +1 -0
  183. package/dist/static/english-icon.50c2e005.svg +1 -0
  184. package/dist/static/focus-blue.664be268.svg +1 -0
  185. package/dist/static/full-report.00112c74.svg +1 -0
  186. package/dist/static/key.fa0b4c98.svg +1 -0
  187. package/dist/static/live-session-blue.ec7fa85f.svg +1 -0
  188. package/dist/static/math-fit-grey.c32f37b3.svg +1 -0
  189. package/dist/static/no-report.4158fad3.svg +1 -0
  190. package/dist/static/opened-book-green.faacda34.svg +1 -0
  191. package/dist/static/percentage-pattern-yellow.6a25e820.svg +1 -0
  192. package/dist/static/pi-orange.132b108d.svg +1 -0
  193. package/dist/static/ptm-report-icon.5089218f.svg +1 -0
  194. package/dist/static/puzzle-purple.60ff4884.svg +1 -0
  195. package/dist/static/question-mark-yellow.1925aa04.svg +1 -0
  196. package/dist/static/renewal-blue.1ab3b2d4.svg +1 -0
  197. package/dist/static/sat-report-icon.4331be86.svg +1 -0
  198. package/dist/static/science-report-icon.a0014c40.svg +1 -0
  199. package/dist/static/thumbs-up-green.6a03b9d2.svg +1 -0
  200. package/dist/static/thumps-down.a1192a62.svg +1 -0
  201. package/dist/static/thumps-up.caa35a98.svg +1 -0
  202. package/dist/static/time-purple.ab1a458d.svg +1 -0
  203. package/package.json +3 -2
  204. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +0 -12
  205. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +0 -1
  206. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +0 -34
  207. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +0 -1
  208. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component-styled.js.map +0 -1
  209. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js +0 -26
  210. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js.map +0 -1
  211. /package/dist/features/{circle-games/game-launcher/comps/swipable-component → ui/swipeable-component}/swipeable-component-styled.js +0 -0
@@ -0,0 +1 @@
1
+ <svg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.8525 5.25C19.9457 5.25119 20.0644 5.25804 20.2012 5.27637C20.4676 5.31208 20.8465 5.39909 21.2422 5.62012C22.1729 6.14003 22.75 7.13678 22.75 8.46289C22.7499 9.63745 22.2452 10.5383 21.4824 11.0811C20.8285 11.5462 20.1303 11.6474 19.7451 11.6475H18.7842C18.7064 12.2129 18.6298 12.8935 18.5918 13.5977C18.5486 14.3981 18.5584 15.1711 18.6455 15.8174C18.7502 15.6451 18.8914 15.4778 19.0801 15.3271C19.7971 14.7544 20.5983 14.9009 20.9971 15.0586C21.7923 15.3733 22.2421 16.09 22.4697 16.6748L22.5742 16.9834C22.7883 17.7174 22.7815 18.5476 22.5098 19.4434L22.502 19.4697L22.4932 19.4971C21.7972 21.5498 19.7048 22.7871 17.7383 22.749C16.6922 22.7288 15.6073 22.3507 14.7529 21.4893C14.5008 21.235 14.2816 20.9508 14.0938 20.6406C13.9859 20.8587 13.8659 21.0654 13.7314 21.2578C13.3365 21.8231 12.7556 22.3623 11.9658 22.6035C11.1296 22.8589 10.2838 22.7104 9.56934 22.2822L9.53418 22.2607C8.81259 21.8049 8.28386 21.1841 8.00586 20.4199C7.73896 19.6863 7.75566 18.966 7.85547 18.374C8.03518 17.3085 8.59484 16.1816 8.85059 15.5996C9.03296 15.1355 9.17797 14.0584 9.2207 12.7676C9.23079 12.4626 9.23322 12.1627 9.23242 11.8799C9.00968 11.9642 8.753 12.072 8.45898 12.208L8.45508 12.209C8.21107 12.3212 7.8924 12.4449 7.54297 12.4961C7.27586 12.5352 6.46908 12.6084 5.81738 11.9648C5.11768 11.2736 5.2349 10.4099 5.30566 10.0986C5.3896 9.72949 5.55715 9.40635 5.69824 9.16992L5.69922 9.16797C6.11586 8.47204 6.72885 7.56516 7.49219 6.81055C8.21365 6.09734 9.34103 5.25098 10.7773 5.25098H19.7773V5.25195C19.8005 5.25158 19.8256 5.24966 19.8525 5.25Z" fill="#FF7E3B" stroke="#FF7E3B" stroke-width="3.5"/><path d="M19.5127 7.32812C19.947 7.32816 20.2744 7.68258 20.2744 8.09375V10.1904C20.2744 10.6092 19.9374 10.9558 19.5107 10.9561H17.3516C17.3277 11.0927 17.2982 11.2572 17.2695 11.4443C17.1824 12.0133 17.085 12.7833 17.041 13.5938C16.9968 14.4087 17.0089 15.2427 17.1299 15.9463C17.2531 16.6627 17.4724 17.137 17.751 17.373C17.8955 17.4763 18.1348 17.499 18.5205 17.3311C18.8974 17.1669 19.2685 16.8772 19.4941 16.6484L19.5537 16.5957C19.8499 16.3672 20.3733 16.3962 20.5576 16.8301L20.5918 16.9287L20.6299 17.0967C20.7062 17.4965 20.6852 17.9564 20.5264 18.4775L20.5234 18.4863L20.5205 18.4941C20.0623 19.8397 18.645 20.6968 17.2998 20.6709C16.6076 20.6575 15.911 20.4112 15.3623 19.8604C14.8152 19.3112 14.4586 18.5041 14.3584 17.4443V17.4434C14.061 15.4368 14.2552 12.3402 14.3604 10.9561H13.5264C13.5278 11.0271 13.5295 11.1038 13.5312 11.1855C13.5413 11.666 13.5545 12.3206 13.5703 13.0156C13.602 14.4067 13.6413 15.9514 13.6699 16.6006L13.6777 16.8477C13.6939 18.0724 13.3692 19.1147 12.8262 19.7969C12.5352 20.1623 12.1646 20.4437 11.7334 20.5615C11.2908 20.6825 10.8299 20.618 10.4111 20.3682L10.4004 20.3613C9.92607 20.0631 9.62055 19.679 9.48047 19.2256C9.34463 18.7858 9.38233 18.338 9.48047 17.9346C9.57852 17.5317 9.74663 17.1327 9.91406 16.7725C10.0895 16.3949 10.2426 16.0994 10.3799 15.7881C10.587 15.1643 10.6797 14.1588 10.709 13.1025C10.7323 12.2627 10.7153 11.4419 10.7031 10.8311C10.3874 10.8584 9.7883 10.9753 8.70801 11.3389L8.28125 11.499C7.77768 11.6869 7.22415 11.2008 7.44922 10.6465L7.58203 10.3506C7.85429 9.80869 8.37937 9.10754 8.9834 8.52637C9.56751 7.96437 10.3373 7.40629 11.1104 7.33105L11.1367 7.32812H19.5127Z" fill="white" stroke="#9E2F00" stroke-width="1.09375"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.19922 11.1334C5.19922 10.3233 5.85587 9.66669 6.66588 9.66669H23.5836C24.3937 9.66669 25.0503 10.3233 25.0503 11.1334V12.0951C25.0503 12.7579 25.5876 13.2951 26.2503 13.2951H33.6573C34.4673 13.2951 35.1239 13.9518 35.1239 14.7618V27.1649C35.1239 27.7765 34.6281 28.2722 34.0166 28.2722C33.5523 28.2722 33.1759 28.6486 33.1759 29.1129V31.5529C33.1759 32.853 31.6095 33.5103 30.6817 32.5994L26.6243 28.616C26.3999 28.3957 26.0981 28.2722 25.7836 28.2722H16.7395C15.9295 28.2722 15.2728 27.6156 15.2728 26.8056V25.5126C15.2728 25.0328 14.8839 24.6438 14.4041 24.6438C14.1764 24.6438 13.9579 24.7332 13.7955 24.8926L9.64145 28.971C8.71369 29.8819 7.14727 29.2246 7.14727 27.9244V25.4845C7.14727 25.0202 6.77088 24.6438 6.30658 24.6438C5.695 24.6438 5.19922 24.148 5.19922 23.5364V11.1334Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.266667"/><path d="M22.9184 11.8H7.33398V22.5105H9.28204V26.3357L13.1781 22.5105H22.9184V11.8Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.366667"/><rect x="11.2363" y="16.3832" width="1.54419" height="1.54419" fill="#DADADA"/><rect x="14.3535" y="16.3832" width="1.54419" height="1.54419" fill="#DADADA"/><rect x="17.4707" y="16.3832" width="1.54419" height="1.54419" fill="#DADADA"/><path d="M17.4078 15.4285H32.9922V26.1389H31.0441V29.9641L27.148 26.1389H17.4078V15.4285Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.293333"/><rect x="21.3105" y="20.0116" width="1.54419" height="1.54419" fill="black"/><rect x="24.4277" y="20.0116" width="1.54419" height="1.54419" fill="black"/><rect x="27.5439" y="20.0116" width="1.54419" height="1.54419" fill="black"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="28" height="28" fill="white"/><path d="M19.2203 11.0179C19.3105 11.0781 19.4313 11.0842 19.5275 11.036C19.6301 10.9819 19.6902 10.8795 19.6902 10.765V7.88549C19.6902 7.39755 19.2927 7 18.8048 7H8.97924C8.4913 7 8.09386 7.39758 8.09386 7.88549V10.765C8.09386 10.8794 8.15416 10.9819 8.25043 11.0301C8.35284 11.0843 8.4672 11.0782 8.56368 11.018C9.59262 10.3219 11.044 11.1526 10.8468 12.4457C10.7089 13.4953 9.47278 14.0564 8.56368 13.4397C8.46719 13.3734 8.35272 13.3734 8.25032 13.4216C8.15405 13.4757 8.09375 13.5781 8.09375 13.6866V17.024C8.09375 17.512 8.49133 17.9036 8.97924 17.9036H11.7215C11.8884 17.9036 11.9962 18.0851 11.9408 18.2426C11.8638 18.4613 11.8228 18.6919 11.8228 18.9277C11.8228 20.0647 12.7457 21 13.8952 21C14.8204 21 15.5999 20.4177 15.865 19.5903C16.0106 19.1347 16.0024 18.6681 15.8546 18.2475C15.7988 18.0886 15.9071 17.9035 16.0755 17.9035H18.8046C19.2926 17.9035 19.6901 17.5119 19.6901 17.0239V13.6865C19.6901 13.578 19.6299 13.4756 19.5274 13.4215C19.431 13.3672 19.3104 13.3792 19.2202 13.4395C18.8227 13.7106 18.3227 13.7709 17.8527 13.5961C17.425 13.4395 17.0937 13.066 16.9793 12.6323C16.8588 12.1684 16.9491 11.6986 17.2322 11.3312C17.6901 10.7348 18.5938 10.5902 19.2203 11.0179Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M19.2203 11.0179C19.1122 10.9441 18.9958 10.8873 18.8749 10.847C18.8702 10.8454 18.8655 10.8439 18.8607 10.8424C18.4391 10.7065 17.9643 10.769 17.5926 11.0037C17.5848 11.0086 17.5771 11.0136 17.5694 11.0187C17.442 11.1026 17.3275 11.2071 17.2322 11.3312C16.9491 11.6986 16.8588 12.1684 16.9793 12.6323C17.0661 12.9614 17.2778 13.2559 17.5618 13.4472C17.5705 13.4531 17.5793 13.4589 17.5882 13.4646C17.671 13.5176 17.7595 13.562 17.8527 13.5961C17.9787 13.643 18.1069 13.6729 18.2347 13.6865C18.3408 13.6977 18.4465 13.6976 18.5506 13.6865C18.7887 13.661 19.0177 13.5776 19.2202 13.4395C19.3104 13.3792 19.431 13.3672 19.5274 13.4215C19.6299 13.4756 19.6901 13.578 19.6901 13.6865V17.0239C19.6901 17.3114 19.5521 17.5655 19.3389 17.7257C19.3305 17.732 19.322 17.7382 19.3134 17.7442C19.1694 17.8447 18.9938 17.9035 18.8046 17.9035H16.0755C15.9071 17.9035 15.7988 18.0886 15.8546 18.2475C16.0024 18.6681 16.0106 19.1347 15.865 19.5903C15.5999 20.4177 14.8204 21 13.8952 21C12.7457 21 11.8228 20.0647 11.8228 18.9277C11.8228 18.6919 11.8638 18.4613 11.9408 18.2426C11.9962 18.0851 11.8884 17.9036 11.7215 17.9036H8.97924C8.79443 17.9036 8.62258 17.8474 8.48039 17.7511C8.47127 17.7449 8.46226 17.7386 8.45339 17.7321C8.23568 17.5724 8.0941 17.3159 8.09375 17.0251C8.09375 17.0248 8.09375 17.0244 8.09375 17.024V13.6866C8.09375 13.5781 8.15405 13.4757 8.25032 13.4216C8.35272 13.3734 8.46719 13.3734 8.56368 13.4397C8.77246 13.5813 8.99849 13.6608 9.2245 13.6866C9.33554 13.6992 9.44658 13.6989 9.55556 13.6866C9.75342 13.6642 9.94452 13.6023 10.1166 13.5069C10.1483 13.4893 10.1793 13.4706 10.2095 13.4508C10.5432 13.2328 10.7896 12.8813 10.8468 12.4457C10.9413 11.8262 10.6574 11.3128 10.2227 11.0226C10.2183 11.0197 10.2139 11.0167 10.2095 11.0139C9.73813 10.7062 9.09466 10.6588 8.56368 11.018C8.4672 11.0782 8.35284 11.0843 8.25043 11.0301C8.15416 10.9819 8.09386 10.8794 8.09386 10.765V7.88549C8.09386 7.77703 8.1135 7.67303 8.14941 7.57687C8.17191 7.51662 8.20079 7.45945 8.23524 7.40618C8.39311 7.16204 8.66773 7 8.97924 7H18.8048C19.1149 7 19.3885 7.16062 19.5468 7.40297C19.5822 7.45734 19.6119 7.51583 19.6349 7.57753C19.6707 7.6735 19.6902 7.77727 19.6902 7.88549V10.765C19.6902 10.8795 19.6301 10.9819 19.5275 11.036C19.4313 11.0842 19.3105 11.0781 19.2203 11.0179ZM22.8986 12.2276C23.089 11.7691 23.1902 11.2726 23.1902 10.765V7.88549C23.1902 5.46449 21.2256 3.5 18.8048 3.5H8.97924C6.55768 3.5 4.59386 5.46521 4.59386 7.88549V10.765C4.59386 11.2578 4.69191 11.7574 4.88567 12.2261C4.69676 12.6792 4.59375 13.1736 4.59375 13.6866V17.024C4.59375 19.4492 6.54651 21.3623 8.90264 21.403C9.81171 23.2321 11.6973 24.5 13.8952 24.5C16.0497 24.5 17.9781 23.2813 18.8986 21.4025C21.247 21.3528 23.1901 19.4431 23.1901 17.0239V13.6865C23.1901 13.1747 23.0875 12.6808 22.8986 12.2276Z" fill="#ED6CEF"/><path d="M19.2203 11.0179C19.3105 11.0781 19.4313 11.0842 19.5275 11.036C19.6301 10.9819 19.6902 10.8795 19.6902 10.765V7.88549C19.6902 7.39755 19.2927 7 18.8048 7H8.97924C8.4913 7 8.09386 7.39758 8.09386 7.88549V10.765C8.09386 10.8794 8.15416 10.9819 8.25043 11.0301C8.35284 11.0843 8.4672 11.0782 8.56368 11.018C9.59262 10.3219 11.044 11.1526 10.8468 12.4457C10.7089 13.4953 9.47278 14.0564 8.56368 13.4397C8.46719 13.3734 8.35272 13.3734 8.25032 13.4216C8.15405 13.4757 8.09375 13.5781 8.09375 13.6866V17.024C8.09375 17.512 8.49133 17.9036 8.97924 17.9036H11.7215C11.8884 17.9036 11.9962 18.0851 11.9408 18.2426C11.8638 18.4613 11.8228 18.6919 11.8228 18.9277C11.8228 20.0647 12.7457 21 13.8952 21C14.8204 21 15.5999 20.4177 15.865 19.5903C16.0106 19.1347 16.0024 18.6681 15.8546 18.2475C15.7988 18.0886 15.9071 17.9035 16.0755 17.9035H18.8046C19.2926 17.9035 19.6901 17.5119 19.6901 17.0239V13.6865C19.6901 13.578 19.6299 13.4756 19.5274 13.4215C19.431 13.3672 19.3104 13.3792 19.2202 13.4395C18.8227 13.7106 18.3227 13.7709 17.8527 13.5961C17.425 13.4395 17.0937 13.066 16.9793 12.6323C16.8588 12.1684 16.9491 11.6986 17.2322 11.3312C17.6901 10.7348 18.5938 10.5902 19.2203 11.0179Z" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.54698 7.88549C7.54698 7.09565 8.18918 6.45312 8.97924 6.45312H18.8048C19.5947 6.45312 20.2371 7.09551 20.2371 7.88549V10.765C20.2371 11.0786 20.068 11.369 19.783 11.5196L19.7776 11.5224L19.7721 11.5252C19.5048 11.6588 19.1746 11.6448 18.9168 11.4729L18.9144 11.4712L18.9119 11.4696C18.5239 11.2047 17.9462 11.2992 17.666 11.6642L17.6654 11.665C17.4904 11.8921 17.4287 12.186 17.5083 12.4938C17.5786 12.7587 17.7856 12.9892 18.0407 13.0826L18.0433 13.0835L18.0433 13.0835C18.3514 13.1981 18.665 13.1562 18.9121 12.9877L18.9142 12.9863L18.9164 12.9848C19.1527 12.8269 19.4914 12.7771 19.7893 12.9413C20.0651 13.09 20.237 13.3752 20.237 13.6865V17.0239C20.237 17.8187 19.5898 18.4504 18.8046 18.4504H16.4731C16.5522 18.8765 16.5245 19.3233 16.386 19.7568L16.3858 19.7572C16.0473 20.8139 15.0551 21.5469 13.8952 21.5469C12.4416 21.5469 11.2759 20.3646 11.2759 18.9277C11.2759 18.7659 11.2911 18.6064 11.3204 18.4505H8.97924C8.19409 18.4505 7.54688 17.8188 7.54688 17.024V13.6866C7.54688 13.3772 7.71673 13.0943 7.98216 12.945L7.99958 12.9351L8.01767 12.9266C8.2648 12.8105 8.58935 12.7949 8.87149 12.9876C9.45054 13.3797 10.2208 13.0121 10.3046 12.3745L10.3053 12.3689L10.3062 12.3633C10.4261 11.577 9.53396 11.0219 8.87012 11.471L8.86175 11.4767L8.85317 11.482C8.59773 11.6414 8.2782 11.6611 7.99987 11.5162C7.70701 11.3667 7.54698 11.0671 7.54698 10.765V7.88549ZM8.97924 7.54688C8.79343 7.54688 8.64073 7.69951 8.64073 7.88549V10.3615C9.98848 9.82427 11.6339 10.8854 11.3883 12.5226C11.2122 13.8341 9.81947 14.574 8.64062 14.0976V17.024C8.64062 17.2052 8.78857 17.3568 8.97924 17.3568H11.7215C12.3337 17.3568 12.6137 17.9778 12.4567 18.4241C12.3995 18.5865 12.3696 18.7558 12.3696 18.9277C12.3696 19.7647 13.0498 20.4531 13.8952 20.4531C14.5857 20.4531 15.1526 20.0216 15.3442 19.4234C15.4544 19.0783 15.446 18.7341 15.3387 18.4289C15.1833 17.9869 15.4562 17.3566 16.0755 17.3566H18.8046C18.9953 17.3566 19.1433 17.2051 19.1433 17.0239V14.0971C18.6774 14.2843 18.154 14.2913 17.6634 14.1092C17.064 13.8893 16.6093 13.3734 16.4505 12.7719L16.45 12.7698C16.289 12.1503 16.408 11.5051 16.7987 10.9978C17.3446 10.2871 18.3286 10.0434 19.1434 10.3628V7.88549C19.1434 7.6996 18.9906 7.54688 18.8048 7.54688H8.97924Z" fill="#850F85"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="36" height="36" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-outside-1_916_44473" maskUnits="userSpaceOnUse" x="7.37506" y="4" width="22" height="28" fill="black"><rect fill="white" x="7.37506" y="4" width="22" height="28"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.3751 15.4688L12.3751 14.6698C12.3751 11.7725 13.982 9 18.5626 9C22.9912 9 24.7501 11.8036 24.7501 14.0625C24.7501 14.9219 24.5746 15.6765 24.2963 16.2903C23.7142 17.4689 22.9803 18.0091 21.7403 18.7948C21.6515 18.8522 21.5648 18.9079 21.4803 18.9622C20.4076 19.651 19.6876 20.1134 19.6876 20.9555V21.0937C19.6876 21.2491 19.5617 21.375 19.4063 21.375H16.5938C16.4385 21.375 16.3126 21.2491 16.3126 21.0937V20.9555C16.3126 20.0961 16.3752 19.4086 16.6283 18.8685C17.1598 17.7636 17.843 17.3216 19.0325 16.6341C20.3231 15.922 21.0938 15.4487 21.0938 14.3437C21.0938 13.1406 20.1569 12.2344 18.5626 12.2344C16.9429 12.2344 15.7501 13.3685 15.7501 14.9399L15.7501 15.4687C15.7501 15.6241 15.6242 15.75 15.4688 15.75H12.6563C12.501 15.75 12.3751 15.6241 12.3751 15.4688ZM18.0463 23.0625C16.9114 23.0625 16.0313 23.9145 16.0313 24.9967C16.0313 26.125 16.9114 27 18.0463 27C19.0886 27 19.9688 26.102 19.9688 24.9967C19.9688 23.9605 19.0886 23.0625 18.0463 23.0625Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M12.3751 15.4688L12.3751 14.6698C12.3751 11.7725 13.982 9 18.5626 9C22.9912 9 24.7501 11.8036 24.7501 14.0625C24.7501 14.9219 24.5746 15.6765 24.2963 16.2903C23.7142 17.4689 22.9803 18.0091 21.7403 18.7948C21.6515 18.8522 21.5648 18.9079 21.4803 18.9622C20.4076 19.651 19.6876 20.1134 19.6876 20.9555V21.0937C19.6876 21.2491 19.5617 21.375 19.4063 21.375H16.5938C16.4385 21.375 16.3126 21.2491 16.3126 21.0937V20.9555C16.3126 20.0961 16.3752 19.4086 16.6283 18.8685C17.1598 17.7636 17.843 17.3216 19.0325 16.6341C20.3231 15.922 21.0938 15.4487 21.0938 14.3437C21.0938 13.1406 20.1569 12.2344 18.5626 12.2344C16.9429 12.2344 15.7501 13.3685 15.7501 14.9399L15.7501 15.4687C15.7501 15.6241 15.6242 15.75 15.4688 15.75H12.6563C12.501 15.75 12.3751 15.6241 12.3751 15.4688ZM18.0463 23.0625C16.9114 23.0625 16.0313 23.9145 16.0313 24.9967C16.0313 26.125 16.9114 27 18.0463 27C19.0886 27 19.9688 26.102 19.9688 24.9967C19.9688 23.9605 19.0886 23.0625 18.0463 23.0625Z" fill="white"/><path d="M12.3751 14.6698L16.8751 14.6698V14.6698H12.3751ZM12.3751 15.4688L7.87506 15.4688V15.4688L12.3751 15.4688ZM24.2963 16.2903L28.331 18.283L28.3639 18.2165L28.3945 18.1489L24.2963 16.2903ZM21.7403 18.7948L19.3318 14.9936L19.314 15.0049L19.2963 15.0163L21.7403 18.7948ZM21.4803 18.9622L19.0487 15.1757L19.0487 15.1757L21.4803 18.9622ZM16.6283 18.8685L12.573 16.9179L12.5631 16.9386L12.5533 16.9594L16.6283 18.8685ZM19.0325 16.6341L16.8587 12.694L16.8194 12.7156L16.7805 12.7381L19.0325 16.6341ZM15.7501 14.9399L20.2501 14.94V14.9399H15.7501ZM15.7501 15.4687L20.2501 15.4689V15.4688L15.7501 15.4687ZM7.87507 14.6698L7.87506 15.4688L16.8751 15.4688L16.8751 14.6698L7.87507 14.6698ZM18.5626 4.5C15.3336 4.5 12.4646 5.50816 10.4448 7.69582C8.49355 9.80926 7.87507 12.4419 7.87507 14.6698H16.8751C16.8751 14.3528 16.9199 14.1253 16.9672 13.9833C17.0113 13.8509 17.0514 13.8076 17.0574 13.801C17.063 13.795 17.0746 13.7833 17.1002 13.7661C17.1263 13.7486 17.1805 13.7162 17.2765 13.6794C17.4693 13.6054 17.8672 13.5 18.5626 13.5V4.5ZM29.2501 14.0625C29.2501 11.8103 28.3843 9.36829 26.4829 7.48606C24.5209 5.54392 21.7724 4.5 18.5626 4.5V13.5C19.1932 13.5 19.5858 13.5991 19.8048 13.682C20.0182 13.7627 20.1136 13.845 20.1513 13.8822C20.1938 13.9243 20.2177 13.9646 20.2326 14.0015C20.2504 14.0456 20.2501 14.0729 20.2501 14.0625H29.2501ZM28.3945 18.1489C28.9501 16.9239 29.2501 15.5322 29.2501 14.0625H20.2501C20.2501 14.1859 20.2375 14.2778 20.2245 14.3396C20.218 14.3705 20.2114 14.3936 20.2063 14.4091C20.2012 14.4247 20.1978 14.4321 20.198 14.4318L28.3945 18.1489ZM24.1488 22.596C25.5257 21.7236 27.1718 20.6303 28.331 18.283L20.2615 14.2977C20.2238 14.3739 20.2072 14.3932 20.2147 14.3832C20.2235 14.3714 20.2278 14.3693 20.2085 14.3872C20.1827 14.4111 20.1169 14.4681 19.9716 14.5715C19.8202 14.6792 19.6239 14.8085 19.3318 14.9936L24.1488 22.596ZM23.9118 22.7487C23.9955 22.6949 24.0884 22.6353 24.1843 22.5733L19.2963 15.0163C19.2147 15.0691 19.1341 15.1209 19.0487 15.1757L23.9118 22.7487ZM24.1876 20.9555C24.1876 21.4245 24.0786 21.9136 23.8604 22.3604C23.6583 22.7743 23.4251 23.0237 23.327 23.1196C23.2378 23.2068 23.2086 23.2164 23.3342 23.1282C23.4613 23.0389 23.6235 22.9338 23.9119 22.7487L19.0487 15.1757C18.65 15.4317 17.751 15.9847 17.0364 16.6831C16.1332 17.5658 15.1876 18.9837 15.1876 20.9555H24.1876ZM24.1876 21.0937V20.9555H15.1876V21.0937H24.1876ZM19.4063 25.875C22.047 25.875 24.1876 23.7344 24.1876 21.0937H15.1876C15.1876 18.7638 17.0764 16.875 19.4063 16.875V25.875ZM16.5938 25.875H19.4063V16.875H16.5938V25.875ZM11.8126 21.0937C11.8126 23.7343 13.9532 25.875 16.5938 25.875V16.875C18.9238 16.875 20.8126 18.7638 20.8126 21.0937H11.8126ZM11.8126 20.9555V21.0937H20.8126V20.9555H11.8126ZM12.5533 16.9594C11.8436 18.4743 11.8126 20.0454 11.8126 20.9555H20.8126C20.8126 20.7927 20.8156 20.6679 20.8206 20.5708C20.8255 20.4736 20.8315 20.4205 20.8343 20.4003C20.837 20.3805 20.8343 20.4091 20.8172 20.4726C20.7997 20.5377 20.7656 20.6446 20.7033 20.7775L12.5533 16.9594ZM16.7805 12.7381C15.5048 13.4755 13.7403 14.4911 12.573 16.9179L20.6836 20.819C20.7018 20.7811 20.6919 20.8092 20.6467 20.8688C20.5993 20.9313 20.5528 20.9763 20.5312 20.995C20.5189 21.0057 20.5508 20.9761 20.678 20.8936C20.8134 20.8058 20.993 20.6985 21.2844 20.5301L16.7805 12.7381ZM16.5938 14.3437C16.5938 14.0771 16.6447 13.688 16.8317 13.2613C17.0155 12.8419 17.2535 12.5628 17.4042 12.4156C17.5337 12.2893 17.5984 12.2612 17.4799 12.3368C17.3601 12.4132 17.1839 12.5146 16.8587 12.694L21.2062 20.5742C21.7298 20.2854 22.8198 19.7061 23.69 18.8568C24.8443 17.7304 25.5938 16.1999 25.5938 14.3437H16.5938ZM18.5626 16.7344C18.5221 16.7344 18.028 16.716 17.4734 16.2337C16.8748 15.7132 16.5938 14.9781 16.5938 14.3437H25.5938C25.5938 12.5063 24.8444 10.7165 23.3788 9.44208C21.9571 8.20591 20.1974 7.73438 18.5626 7.73438V16.7344ZM20.2501 14.9399C20.2501 15.3379 20.0781 15.8485 19.663 16.2463C19.2604 16.6323 18.8193 16.7344 18.5626 16.7344V7.73438C14.6387 7.73438 11.2501 10.7059 11.2501 14.9399H20.2501ZM20.2501 15.4688L20.2501 14.94L11.2501 14.9398L11.2501 15.4687L20.2501 15.4688ZM15.4688 20.25C18.1096 20.25 20.25 18.1093 20.2501 15.4689L11.2501 15.4686C11.2501 13.1389 13.1388 11.25 15.4688 11.25V20.25ZM12.6563 20.25H15.4688V11.25H12.6563V20.25ZM7.87506 15.4688C7.87508 18.1101 10.0163 20.25 12.6563 20.25V11.25C14.9856 11.25 16.875 13.1382 16.8751 15.4688L7.87506 15.4688ZM20.5313 24.9967C20.5313 26.561 19.2323 27.5625 18.0463 27.5625V18.5625C14.5905 18.5625 11.5313 21.2679 11.5313 24.9967H20.5313ZM18.0463 22.5C19.3718 22.5 20.5313 23.6149 20.5313 24.9967H11.5313C11.5313 28.6351 14.4511 31.5 18.0463 31.5V22.5ZM15.4688 24.9967C15.4688 23.7648 16.4577 22.5 18.0463 22.5V31.5C21.7195 31.5 24.4688 28.4391 24.4688 24.9967H15.4688ZM18.0463 27.5625C17.2535 27.5625 16.6122 27.2231 16.1997 26.8062C15.7899 26.3921 15.4688 25.7645 15.4688 24.9967H24.4688C24.4688 21.52 21.6184 18.5625 18.0463 18.5625V27.5625Z" fill="#FFBA07" mask="url(#path-1-outside-1_916_44473)"/><mask id="path-3-outside-2_916_44473" maskUnits="userSpaceOnUse" x="10.375" y="7" width="16" height="22" fill="black"><rect fill="white" x="10.375" y="7" width="16" height="22"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.375 15.4688L12.375 14.6698C12.375 11.7725 13.982 9 18.5625 9C22.9912 9 24.75 11.8036 24.75 14.0625C24.75 14.9219 24.5746 15.6765 24.2962 16.2903C23.7141 17.4689 22.9802 18.0091 21.7402 18.7948C21.6515 18.8522 21.5647 18.9079 21.4802 18.9622C20.4075 19.651 19.6875 20.1134 19.6875 20.9555V21.0937C19.6875 21.2491 19.5616 21.375 19.4063 21.375H16.5938C16.4385 21.375 16.3125 21.2491 16.3125 21.0937V20.9555C16.3125 20.0961 16.3752 19.4086 16.6283 18.8685C17.1597 17.7636 17.843 17.3216 19.0324 16.6341C20.323 15.922 21.0937 15.4487 21.0937 14.3437C21.0937 13.1406 20.1568 12.2344 18.5625 12.2344C16.9429 12.2344 15.75 13.3685 15.75 14.9399L15.75 15.4687C15.75 15.6241 15.6241 15.75 15.4688 15.75H12.6562C12.5009 15.75 12.375 15.6241 12.375 15.4688ZM18.0463 23.0625C16.9114 23.0625 16.0313 23.9145 16.0313 24.9967C16.0313 26.125 16.9114 27 18.0463 27C19.0886 27 19.9688 26.102 19.9688 24.9967C19.9688 23.9605 19.0886 23.0625 18.0463 23.0625Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M12.375 15.4688L12.375 14.6698C12.375 11.7725 13.982 9 18.5625 9C22.9912 9 24.75 11.8036 24.75 14.0625C24.75 14.9219 24.5746 15.6765 24.2962 16.2903C23.7141 17.4689 22.9802 18.0091 21.7402 18.7948C21.6515 18.8522 21.5647 18.9079 21.4802 18.9622C20.4075 19.651 19.6875 20.1134 19.6875 20.9555V21.0937C19.6875 21.2491 19.5616 21.375 19.4063 21.375H16.5938C16.4385 21.375 16.3125 21.2491 16.3125 21.0937V20.9555C16.3125 20.0961 16.3752 19.4086 16.6283 18.8685C17.1597 17.7636 17.843 17.3216 19.0324 16.6341C20.323 15.922 21.0937 15.4487 21.0937 14.3437C21.0937 13.1406 20.1568 12.2344 18.5625 12.2344C16.9429 12.2344 15.75 13.3685 15.75 14.9399L15.75 15.4687C15.75 15.6241 15.6241 15.75 15.4688 15.75H12.6562C12.5009 15.75 12.375 15.6241 12.375 15.4688ZM18.0463 23.0625C16.9114 23.0625 16.0313 23.9145 16.0313 24.9967C16.0313 26.125 16.9114 27 18.0463 27C19.0886 27 19.9688 26.102 19.9688 24.9967C19.9688 23.9605 19.0886 23.0625 18.0463 23.0625Z" fill="white"/><path d="M12.375 14.6698L13.7813 14.6698V14.6698H12.375ZM12.375 15.4688L10.9688 15.4688V15.4688L12.375 15.4688ZM24.2962 16.2903L25.5571 16.913L25.5673 16.8923L25.5769 16.8711L24.2962 16.2903ZM21.7402 18.7948L20.9875 17.6069L20.9765 17.614L21.7402 18.7948ZM21.4802 18.9622L20.7203 17.7789L20.7203 17.7789L21.4802 18.9622ZM16.6283 18.8685L15.361 18.2589L15.3579 18.2654L15.3548 18.2719L16.6283 18.8685ZM19.0324 16.6341L18.3531 15.4028L18.3408 15.4096L18.3287 15.4166L19.0324 16.6341ZM15.75 14.9399L17.1563 14.9399V14.9399H15.75ZM15.75 15.4687L17.1563 15.4688V15.4688L15.75 15.4687ZM10.9688 14.6698L10.9688 15.4688L13.7812 15.4688L13.7813 14.6698L10.9688 14.6698ZM18.5625 7.59375C15.9789 7.59375 14.0189 8.38532 12.7178 9.79447C11.4382 11.1804 10.9688 12.9776 10.9688 14.6698H13.7813C13.7813 13.4647 14.1153 12.427 14.7843 11.7023C15.4319 11.0009 16.5656 10.4062 18.5625 10.4062V7.59375ZM26.1562 14.0625C26.1562 12.5822 25.5834 10.9489 24.3063 9.68475C23.0103 8.40184 21.0879 7.59375 18.5625 7.59375V10.4062C20.4658 10.4062 21.6371 10.9999 22.3277 11.6836C23.0372 12.3859 23.3437 13.2839 23.3437 14.0625H26.1562ZM25.5769 16.8711C25.9419 16.0663 26.1562 15.1126 26.1562 14.0625H23.3437C23.3437 14.7312 23.2072 15.2867 23.0155 15.7095L25.5769 16.8711ZM22.4929 19.9827C23.7757 19.1699 24.7946 18.4569 25.5571 16.913L23.0353 15.6676C22.6337 16.481 22.1848 16.8483 20.9876 17.6069L22.4929 19.9827ZM22.2401 20.1455C22.3243 20.0914 22.413 20.0344 22.504 19.9756L20.9765 17.614C20.89 17.67 20.8051 17.7245 20.7203 17.7789L22.2401 20.1455ZM21.0938 20.9555C21.0938 20.9517 21.094 20.9585 21.0909 20.972C21.0878 20.9856 21.0834 20.9967 21.0804 21.0028C21.0752 21.0135 21.0872 20.9826 21.1645 20.9071C21.3534 20.7225 21.6607 20.5175 22.2401 20.1455L20.7203 17.7789C20.227 18.0957 19.638 18.4664 19.1987 18.8957C18.7005 19.3826 18.2813 20.0499 18.2813 20.9555H21.0938ZM21.0938 21.0937V20.9555H18.2813V21.0937H21.0938ZM19.4063 22.7812C20.3383 22.7812 21.0938 22.0257 21.0938 21.0937H18.2813C18.2813 20.4724 18.785 19.9687 19.4063 19.9687V22.7812ZM16.5938 22.7812H19.4063V19.9687H16.5938V22.7812ZM14.9063 21.0937C14.9063 22.0257 15.6618 22.7812 16.5938 22.7812V19.9687C17.2151 19.9687 17.7188 20.4724 17.7188 21.0937H14.9063ZM14.9063 20.9555V21.0937H17.7188V20.9555H14.9063ZM15.3548 18.2719C14.9591 19.1167 14.9063 20.0803 14.9063 20.9555H17.7188C17.7188 20.112 17.7913 19.7006 17.9017 19.4651L15.3548 18.2719ZM18.3287 15.4166C17.1123 16.1197 16.0911 16.7409 15.361 18.2589L17.8955 19.478C18.2283 18.7862 18.5737 18.5235 19.7361 17.8516L18.3287 15.4166ZM19.6875 14.3437C19.6875 14.4503 19.6703 14.4915 19.6652 14.5032C19.6591 14.5171 19.6395 14.557 19.5649 14.6298C19.3722 14.8179 19.0364 15.0258 18.3531 15.4028L19.7117 17.8654C20.319 17.5303 21.0139 17.1456 21.5292 16.6427C22.1333 16.0531 22.5 15.3036 22.5 14.3437H19.6875ZM18.5625 13.6406C19.0979 13.6406 19.3786 13.7906 19.5033 13.8991C19.6143 13.9956 19.6875 14.1284 19.6875 14.3437H22.5C22.5 13.356 22.1048 12.4341 21.3487 11.7767C20.6064 11.1312 19.6214 10.8281 18.5625 10.8281V13.6406ZM17.1563 14.9399C17.1563 14.2005 17.6629 13.6406 18.5625 13.6406V10.8281C16.2228 10.8281 14.3438 12.5364 14.3438 14.9399H17.1563ZM17.1563 15.4688L17.1563 14.9399L14.3438 14.9399L14.3438 15.4687L17.1563 15.4688ZM15.4688 17.1562C16.4008 17.1562 17.1562 16.4007 17.1563 15.4688L14.3438 15.4687C14.3438 14.8475 14.8474 14.3437 15.4688 14.3437V17.1562ZM12.6562 17.1562H15.4688V14.3437H12.6562V17.1562ZM10.9688 15.4688C10.9688 16.401 11.7245 17.1562 12.6562 17.1562V14.3437C13.2774 14.3437 13.7812 14.8473 13.7812 15.4688L10.9688 15.4688ZM17.4375 24.9967C17.4375 24.7415 17.6367 24.4687 18.0463 24.4687V21.6562C16.1861 21.6562 14.625 23.0874 14.625 24.9967H17.4375ZM18.0463 25.5937C17.6803 25.5937 17.4375 25.3406 17.4375 24.9967H14.625C14.625 26.9094 16.1425 28.4062 18.0463 28.4062V25.5937ZM18.5625 24.9967C18.5625 25.3716 18.2665 25.5937 18.0463 25.5937V28.4062C19.9108 28.4062 21.375 26.8323 21.375 24.9967H18.5625ZM18.0463 24.4687C18.298 24.4687 18.5625 24.7232 18.5625 24.9967H21.375C21.375 23.1979 19.8792 21.6562 18.0463 21.6562V24.4687Z" fill="#995200" mask="url(#path-3-outside-2_916_44473)"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-outside-1_916_27445" maskUnits="userSpaceOnUse" x="4.75" y="3" width="18" height="22" fill="black"><rect fill="white" x="4.75" y="3" width="18" height="22"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.1229 7.04051C13.1229 7.00574 13.0819 6.98719 13.0558 7.01013L9.34872 10.2656C9.33038 10.2817 9.33038 10.3102 9.34872 10.3263L13.0558 13.5817C13.0819 13.6047 13.1229 13.5861 13.1229 13.5514V11.9542C13.1229 11.9316 13.1416 11.9133 13.1642 11.9141C14.7263 11.965 15.977 13.2468 15.977 14.8205C15.977 16.4265 14.6744 17.7285 13.0676 17.7285H8.79049C8.75988 17.7285 8.74037 17.7612 8.75491 17.7881L10.4776 20.9788C10.4847 20.9918 10.4984 21 10.5132 21H13.0676C16.4821 21 19.25 18.2333 19.25 14.8205C19.25 11.4396 16.5335 8.69279 13.1632 8.64176C13.141 8.64142 13.1229 8.62339 13.1229 8.60119V7.04051Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M13.1229 7.04051C13.1229 7.00574 13.0819 6.98719 13.0558 7.01013L9.34872 10.2656C9.33038 10.2817 9.33038 10.3102 9.34872 10.3263L13.0558 13.5817C13.0819 13.6047 13.1229 13.5861 13.1229 13.5514V11.9542C13.1229 11.9316 13.1416 11.9133 13.1642 11.9141C14.7263 11.965 15.977 13.2468 15.977 14.8205C15.977 16.4265 14.6744 17.7285 13.0676 17.7285H8.79049C8.75988 17.7285 8.74037 17.7612 8.75491 17.7881L10.4776 20.9788C10.4847 20.9918 10.4984 21 10.5132 21H13.0676C16.4821 21 19.25 18.2333 19.25 14.8205C19.25 11.4396 16.5335 8.69279 13.1632 8.64176C13.141 8.64142 13.1229 8.62339 13.1229 8.60119V7.04051Z" fill="#1EB5F0"/><path d="M13.1632 8.64176L13.1102 12.1414L13.1632 8.64176ZM10.4776 20.9788L7.39788 22.6416L10.4776 20.9788ZM13.1642 11.9141L13.0502 15.4122L13.1642 11.9141ZM13.0558 13.5817L15.3653 10.9519L13.0558 13.5817ZM8.75491 17.7881L5.67516 19.451L8.75491 17.7881ZM13.0558 7.01013L15.3653 9.64002L13.0558 7.01013ZM9.34872 10.2656L7.03924 7.63567L9.34872 10.2656ZM9.34872 10.3263L11.6582 7.69643L9.34872 10.3263ZM11.6582 12.8954L15.3653 9.64002L10.7463 4.38025L7.03924 7.63567L11.6582 12.8954ZM15.3653 10.9519L11.6582 7.69643L7.03924 12.9562L10.7463 16.2116L15.3653 10.9519ZM9.6229 11.9542V13.5514H16.6229V11.9542H9.6229ZM13.0502 15.4122C12.7323 15.4019 12.477 15.143 12.477 14.8205H19.477C19.477 11.3505 16.7203 8.52819 13.2783 8.41595L13.0502 15.4122ZM12.477 14.8205C12.477 14.492 12.743 14.2285 13.0676 14.2285V21.2285C16.6059 21.2285 19.477 18.3611 19.477 14.8205H12.477ZM13.0676 14.2285H8.79049V21.2285H13.0676V14.2285ZM5.67516 19.451L7.39788 22.6416L13.5574 19.3159L11.8347 16.1253L5.67516 19.451ZM10.5132 24.5H13.0676V17.5H10.5132V24.5ZM13.0676 24.5C18.4135 24.5 22.75 20.1679 22.75 14.8205H15.75C15.75 16.2988 14.5506 17.5 13.0676 17.5V24.5ZM22.75 14.8205C22.75 9.52282 18.4942 5.22207 13.2162 5.14216L13.1102 12.1414C14.5729 12.1635 15.75 13.3563 15.75 14.8205H22.75ZM9.6229 7.04051V8.60119H16.6229V7.04051H9.6229ZM13.2162 5.14216C15.0693 5.17022 16.6229 6.67449 16.6229 8.60119H9.6229C9.6229 10.5723 11.2126 12.1126 13.1102 12.1414L13.2162 5.14216ZM7.39788 22.6416C8.01599 23.7864 9.21219 24.5 10.5132 24.5V17.5C11.7845 17.5 12.9534 18.1973 13.5574 19.3159L7.39788 22.6416ZM16.6229 11.9542C16.6229 13.8958 15.0177 15.4764 13.0502 15.4122L13.2783 8.41595C11.2656 8.35031 9.6229 9.96737 9.6229 11.9542H16.6229ZM10.7463 16.2116C13.0341 18.2207 16.6229 16.5961 16.6229 13.5514H9.6229C9.6229 10.5761 13.1297 8.98864 15.3653 10.9519L10.7463 16.2116ZM8.79049 14.2285C6.10978 14.2285 4.40152 17.0921 5.67516 19.451L11.8347 16.1253C13.0792 18.4303 11.41 21.2285 8.79049 21.2285V14.2285ZM15.3653 9.64002C13.1297 11.6032 9.6229 10.0158 9.6229 7.04051H16.6229C16.6229 3.99569 13.0341 2.37116 10.7463 4.38025L15.3653 9.64002ZM7.03924 7.63567C5.43354 9.04574 5.43354 11.5461 7.03924 12.9562L11.6582 7.69643C13.2272 9.0743 13.2272 11.5176 11.6582 12.8954L7.03924 7.63567Z" fill="#1EB5F0" mask="url(#path-1-outside-1_916_27445)"/><mask id="path-3-outside-2_916_27445" maskUnits="userSpaceOnUse" x="7.95605" y="6.18506" width="12" height="15" fill="black"><rect fill="white" x="7.95605" y="6.18506" width="12" height="15"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.3731 10.787C10.3269 10.8303 10.3269 10.9036 10.3732 10.9468L13.1229 13.5191C13.1928 13.5844 13.307 13.5349 13.307 13.4392V12.2737C13.307 12.2511 13.3258 12.2328 13.3484 12.2337C14.5826 12.2814 15.5695 13.3618 15.5695 14.6876C15.5695 16.0438 14.5369 17.1431 13.2632 17.1431H10.1751C10.012 17.1431 9.90622 17.3153 9.97997 17.4608L11.1584 19.7858C11.1957 19.8593 11.2711 19.9057 11.3536 19.9057H13.2632C15.9699 19.9057 18.164 17.5695 18.164 14.6876C18.164 11.8356 16.0151 9.51805 13.3473 9.4703C13.3251 9.4699 13.307 9.45188 13.307 9.42969V8.29465C13.307 8.19896 13.1928 8.1494 13.1229 8.21478L10.3731 10.787Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M10.3731 10.787C10.3269 10.8303 10.3269 10.9036 10.3732 10.9468L13.1229 13.5191C13.1928 13.5844 13.307 13.5349 13.307 13.4392V12.2737C13.307 12.2511 13.3258 12.2328 13.3484 12.2337C14.5826 12.2814 15.5695 13.3618 15.5695 14.6876C15.5695 16.0438 14.5369 17.1431 13.2632 17.1431H10.1751C10.012 17.1431 9.90622 17.3153 9.97997 17.4608L11.1584 19.7858C11.1957 19.8593 11.2711 19.9057 11.3536 19.9057H13.2632C15.9699 19.9057 18.164 17.5695 18.164 14.6876C18.164 11.8356 16.0151 9.51805 13.3473 9.4703C13.3251 9.4699 13.307 9.45188 13.307 9.42969V8.29465C13.307 8.19896 13.1928 8.1494 13.1229 8.21478L10.3731 10.787Z" fill="white"/><path d="M10.3732 10.9468L9.62596 11.7455L9.62596 11.7455L10.3732 10.9468ZM10.3731 10.787L9.62596 9.9883L9.62596 9.9883L10.3731 10.787ZM13.1229 13.5191L12.3757 14.3178L12.3757 14.3178L13.1229 13.5191ZM9.97997 17.4608L9.00439 17.9553L9.00439 17.9553L9.97997 17.4608ZM11.1584 19.7858L10.1829 20.2803L10.1829 20.2803L11.1584 19.7858ZM13.1229 8.21478L13.8701 9.01352L13.8701 9.01352L13.1229 8.21478ZM13.3473 9.4703L13.3277 10.5639L13.3473 9.4703ZM13.3484 12.2337L13.3061 13.3266L13.3484 12.2337ZM11.1203 10.148C11.5362 10.5371 11.5362 11.1968 11.1203 11.5858L9.62596 9.9883C9.11767 10.4638 9.11767 11.2701 9.62596 11.7455L11.1203 10.148ZM13.8701 12.7203L11.1203 10.148L9.62596 11.7455L12.3757 14.3178L13.8701 12.7203ZM12.2133 13.4392C12.2133 12.5779 13.2412 12.132 13.8701 12.7203L12.3757 14.3178C13.1444 15.0369 14.4008 14.4918 14.4008 13.4392H12.2133ZM12.2133 12.2737V13.4392H14.4008V12.2737H12.2133ZM13.3061 13.3266C13.8954 13.3494 14.4757 13.8897 14.4757 14.6876H16.6632C16.6632 12.8338 15.2699 11.2134 13.3906 11.1407L13.3061 13.3266ZM14.4757 14.6876C14.4757 15.5053 13.8693 16.0494 13.2632 16.0494V18.2369C15.2046 18.2369 16.6632 16.5822 16.6632 14.6876H14.4757ZM13.2632 16.0494H10.1751V18.2369H13.2632V16.0494ZM10.1751 16.0494C9.19626 16.0494 8.56185 17.0822 9.00439 17.9553L10.9556 16.9663C11.2506 17.5484 10.8276 18.2369 10.1751 18.2369V16.0494ZM9.00439 17.9553L10.1829 20.2803L12.134 19.2913L10.9556 16.9663L9.00439 17.9553ZM10.1829 20.2803C10.4065 20.7214 10.859 20.9994 11.3536 20.9994V18.8119C11.6833 18.8119 11.985 18.9972 12.134 19.2913L10.1829 20.2803ZM11.3536 20.9994H13.2632V18.8119H11.3536V20.9994ZM13.2632 20.9994C16.6376 20.9994 19.2578 18.1079 19.2578 14.6876H17.0703C17.0703 17.031 15.3022 18.8119 13.2632 18.8119V20.9994ZM19.2578 14.6876C19.2578 11.3021 16.692 8.43624 13.3668 8.37672L13.3277 10.5639C15.3383 10.5999 17.0703 12.3692 17.0703 14.6876H19.2578ZM12.2133 8.29465V9.42969H14.4008V8.29465H12.2133ZM13.8701 9.01352C13.2412 9.60188 12.2133 9.1559 12.2133 8.29465H14.4008C14.4008 7.24201 13.1444 6.69693 12.3757 7.41603L13.8701 9.01352ZM11.1203 11.5858L13.8701 9.01352L12.3757 7.41603L9.62596 9.9883L11.1203 11.5858ZM13.3668 8.37672C13.9283 8.38677 14.4008 8.84288 14.4008 9.42969H12.2133C12.2133 10.0609 12.7218 10.553 13.3277 10.5639L13.3668 8.37672ZM14.4008 12.2737C14.4008 12.8633 13.9121 13.35 13.3061 13.3266L13.3906 11.1407C12.7394 11.1156 12.2133 11.6389 12.2133 12.2737H14.4008Z" fill="#0A47C2" mask="url(#path-3-outside-2_916_27445)"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 8C13.3726 8 8 13.3726 8 20C8 24.2205 10.1789 27.9322 13.4731 30.0714C15.3518 31.2914 17.5931 32 20 32C22.4077 32 24.6498 31.2909 26.5288 30.0702C29.822 27.9307 32 24.2197 32 20C32 13.3726 26.6274 8 20 8Z" fill="#DADADA" stroke="#0D0D0D" stroke-linecap="round" stroke-linejoin="round"/><path d="M20 11C15.0294 11 11 15.0294 11 20C11 23.1654 12.6342 25.9491 15.1049 27.5536C16.5138 28.4686 18.1948 29 20 29C21.8058 29 23.4874 28.4682 24.8966 27.5526C27.3665 25.948 29 23.1648 29 20C29 15.0294 24.9706 11 20 11Z" fill="#DADADA" stroke="#0D0D0D" stroke-linecap="round" stroke-linejoin="round"/><path d="M21.1631 17.9648L21.2803 18.2373L21.5762 18.2646L24.5039 18.5361L22.2949 20.4775L22.0723 20.6729L22.1367 20.9629L22.7832 23.8301L20.2549 22.3301L20 22.1787L19.7451 22.3301L17.2158 23.8301L17.8633 20.9629L17.9277 20.6729L17.7051 20.4775L15.4951 18.5361L18.4238 18.2646L18.7197 18.2373L18.8369 17.9648L20 15.2637L21.1631 17.9648Z" fill="#0D0D0D" stroke="#0D0D0D"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.3081 9.30737C22.8945 9.30737 25.2536 10.3021 27.0151 11.9265C27.0843 11.9903 27.1519 12.0561 27.2192 12.1218C28.2088 11.7502 29.1156 11.4657 29.895 11.2937C30.4907 11.1623 31.1337 11.0681 31.7329 11.1072C32.1952 11.1373 33.2176 11.2886 33.856 12.1951L33.978 12.3865L34.0649 12.5496C34.4595 13.3679 34.2812 14.1649 34.1186 14.6082C33.9366 15.1045 33.6404 15.5484 33.3579 15.9099C32.7804 16.649 31.931 17.4561 30.9468 18.2732C30.7085 18.471 30.457 18.6721 30.1948 18.8777C30.2684 21.2865 29.4592 23.6876 27.896 25.5535C26.084 27.7161 23.3561 29.0974 20.3081 29.0974C18.399 29.0973 16.6163 28.5541 15.105 27.6179C14.7348 27.7687 14.3778 27.9105 14.0337 28.0378C12.8339 28.4817 11.7105 28.8135 10.7817 28.9441C10.3273 29.008 9.79482 29.0424 9.27392 28.9519C8.7779 28.8657 7.92522 28.5937 7.42041 27.7195C6.79855 26.6424 7.21636 25.5786 7.43506 25.1355C7.7009 24.5969 8.10437 24.0867 8.51611 23.6365C9.08554 23.0138 9.83521 22.3317 10.7124 21.6189C10.6756 21.4723 10.641 21.3246 10.6108 21.1755C10.576 21.0036 10.5458 20.83 10.52 20.655C10.45 20.1799 10.4136 19.6942 10.4136 19.2019C10.4136 18.7097 10.45 18.2248 10.52 17.7498C10.7059 16.4884 11.1297 15.3039 11.7436 14.2449C12.245 13.3802 12.8731 12.5988 13.602 11.9265C15.3635 10.3022 17.7219 9.30748 20.3081 9.30737ZM20.4311 25.0925C22.1962 25.0566 23.7696 24.2501 24.8296 22.9851C25.0263 22.7504 25.2027 22.4998 25.3589 22.238C24.5528 22.7446 23.7103 23.2551 22.8384 23.7585C22.0247 24.2283 21.2191 24.6735 20.4311 25.0925ZM14.4136 19.2019C14.4136 19.4984 14.4354 19.7894 14.477 20.072C14.4924 20.1761 14.511 20.2795 14.5317 20.3816C14.5699 20.57 14.6167 20.7551 14.6724 20.9363C14.9016 21.6824 15.2769 22.3669 15.7651 22.9568C17.3176 22.2269 19.0437 21.3298 20.8384 20.2937C22.6954 19.2216 24.3872 18.1395 25.8276 17.1306C25.7128 16.8249 25.5746 16.5301 25.4126 16.2507C25.114 15.7358 24.7391 15.2689 24.3032 14.8669C23.2513 13.897 21.8506 13.3074 20.3081 13.3074C18.7659 13.3075 17.3658 13.8971 16.314 14.8669C15.878 15.269 15.5023 15.7357 15.2036 16.2507C14.8384 16.8806 14.5874 17.5837 14.477 18.3328C14.4354 18.6153 14.4136 18.9055 14.4136 19.2019Z" fill="#DADADA" stroke="black"/><path d="M20.3085 11.3074C18.244 11.3074 16.3646 12.0998 14.9578 13.3972C14.3753 13.9343 13.8739 14.5581 13.4739 15.2479C12.9843 16.0924 12.6467 17.0359 12.4985 18.0411C12.4427 18.4201 12.4137 18.8077 12.4137 19.2022C12.4137 19.5966 12.4427 19.9843 12.4985 20.3632C12.5191 20.5028 12.5433 20.6413 12.5711 20.7785C12.6224 21.0316 12.6858 21.2804 12.7607 21.5241C13.0736 22.5422 13.5867 23.4726 14.2542 24.2693C15.7024 25.9978 17.8771 27.0969 20.3085 27.0969C22.7399 27.0969 24.9146 25.9978 26.3628 24.2693C27.8014 22.5523 28.4446 20.2533 28.1185 18.0411C27.9704 17.0359 27.6328 16.0924 27.1432 15.2479C26.7432 14.5581 26.2417 13.9343 25.6592 13.3972C24.2525 12.0998 22.3731 11.3074 20.3085 11.3074Z" fill="#DADADA"/><path d="M13.2546 22.1767C10.4146 24.29 8.7609 26.0419 9.15212 26.7195C9.78129 27.8093 15.4611 25.7079 21.8383 22.026C28.2156 18.3441 32.8753 14.476 32.2461 13.3862C31.8549 12.7086 29.5109 13.2648 26.2607 14.6676M14.9578 13.3972C16.3646 12.0998 18.244 11.3074 20.3085 11.3074C22.3731 11.3074 24.2525 12.0998 25.6592 13.3972C26.2417 13.9343 26.7432 14.5581 27.1432 15.2479C27.6328 16.0924 27.9704 17.0359 28.1185 18.0411C28.4446 20.2533 27.8014 22.5523 26.3628 24.2693C24.9146 25.9978 22.7399 27.0969 20.3085 27.0969C17.8771 27.0969 15.7024 25.9978 14.2542 24.2693C13.5867 23.4726 13.0736 22.5422 12.7607 21.5241C12.6858 21.2804 12.6224 21.0316 12.5711 20.7785C12.5433 20.6413 12.5191 20.5028 12.4985 20.3632C12.4427 19.9843 12.4137 19.5966 12.4137 19.2022C12.4137 18.8077 12.4427 18.4201 12.4985 18.0411C12.6467 17.0359 12.9843 16.0924 13.4739 15.2479C13.8739 14.5581 14.3753 13.9343 14.9578 13.3972Z" stroke="black"/><circle cx="16.8841" cy="18.6201" r="2.08333" fill="#0D0D0D"/><circle cx="22.8849" cy="16.2559" r="1.66667" fill="#0D0D0D"/><circle cx="23.7181" cy="23.3934" r="0.833333" fill="#0D0D0D"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="28" height="28" fill="white"/><path d="M15.5354 11.9V9.09999C15.5354 8.54304 15.3106 8.0089 14.9104 7.61507C14.5103 7.22125 13.9675 7 13.4016 7L10.5564 13.3V20.9999H18.5797C18.9228 21.0037 19.2557 20.8854 19.5172 20.6667C19.7786 20.448 19.9509 20.1438 20.0023 19.8099L20.9839 13.51C21.0148 13.3093 21.0011 13.1044 20.9436 12.9095C20.8861 12.7146 20.7862 12.5344 20.6509 12.3812C20.5156 12.2281 20.3481 12.1057 20.1599 12.0226C19.9718 11.9395 19.7675 11.8977 19.5613 11.9H15.5354ZM10.5564 20.9999H8.42257C8.04528 20.9999 7.68345 20.8524 7.41666 20.5899C7.14988 20.3273 7 19.9712 7 19.5999V14.7C7 14.3286 7.14988 13.9726 7.41666 13.71C7.68345 13.4475 8.04528 13.3 8.42257 13.3H10.5564" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M20.9839 13.51L20.0023 19.8099C19.9509 20.1437 19.7786 20.448 19.5172 20.6667C19.2557 20.8854 18.9228 21.0037 18.5797 20.9999H8.42257C8.04528 20.9999 7.68345 20.8524 7.41666 20.5899C7.24566 20.4216 7.12269 20.2149 7.05643 19.9903C7.01932 19.8646 7 19.7332 7 19.5999V14.7C7 14.5666 7.01932 14.4353 7.05643 14.3095C7.12269 14.085 7.24566 13.8783 7.41666 13.71C7.68345 13.4475 8.04528 13.3 8.42257 13.3H10.5564L13.4016 7C13.9675 7 14.5103 7.22125 14.9104 7.61507C14.9483 7.65236 14.9847 7.69091 15.0194 7.73061C15.3512 8.11025 15.5354 8.59577 15.5354 9.09999V11.9H19.5613C19.7675 11.8977 19.9718 11.9395 20.1599 12.0226C20.3481 12.1057 20.5156 12.2281 20.6509 12.3812C20.7862 12.5344 20.8861 12.7146 20.9436 12.9095C21.0011 13.1044 21.0148 13.3093 20.9839 13.51ZM19.5476 8.39997C20.244 8.39577 20.9349 8.53871 21.574 8.82101C22.2211 9.1068 22.8018 9.52962 23.2737 10.0637C23.7458 10.598 24.0974 11.2307 24.3006 11.9192C24.5037 12.6079 24.5526 13.3331 24.443 14.0435L23.4615 20.343C23.4613 20.3444 23.4611 20.3457 23.4608 20.3471C23.2778 21.5285 22.6692 22.5931 21.7628 23.3513C20.8632 24.1039 19.7284 24.507 18.5659 24.4999H8.42257C7.13493 24.4999 5.88897 23.997 4.96167 23.0845C4.03246 22.17 3.5 20.9177 3.5 19.5999V14.7C3.5 13.3822 4.03246 12.1299 4.96167 11.2154C5.85855 10.3328 7.05352 9.8334 8.29598 9.80158L10.2118 5.55945C10.778 4.30578 12.026 3.5 13.4016 3.5C14.8779 3.5 16.3047 4.07661 17.3654 5.12048C18.2616 6.00238 18.834 7.15782 18.9913 8.39997H19.5476Z" fill="#3DD771"/><path d="M15.5354 11.9V9.09999C15.5354 8.54304 15.3106 8.0089 14.9104 7.61507C14.5103 7.22125 13.9675 7 13.4016 7L10.5564 13.3V20.9999H18.5797C18.9228 21.0037 19.2557 20.8854 19.5172 20.6667C19.7786 20.448 19.9509 20.1438 20.0023 19.8099L20.9839 13.51C21.0148 13.3093 21.0011 13.1044 20.9436 12.9095C20.8861 12.7146 20.7862 12.5344 20.6509 12.3812C20.5156 12.2281 20.3481 12.1057 20.1599 12.0226C19.9718 11.9395 19.7675 11.8977 19.5613 11.9H15.5354ZM10.5564 20.9999H8.42257C8.04528 20.9999 7.68345 20.8524 7.41666 20.5899C7.14988 20.3273 7 19.9712 7 19.5999V14.7C7 14.3286 7.14988 13.9726 7.41666 13.71C7.68345 13.4475 8.04528 13.3 8.42257 13.3H10.5564" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.9459 6.79436C13.0267 6.61532 13.205 6.50024 13.4014 6.50024C14.0974 6.50024 14.7664 6.77224 15.2609 7.2589C15.7557 7.74582 16.0351 8.40795 16.0351 9.10007V11.4002H19.5586C19.835 11.3976 20.109 11.4538 20.3617 11.5655C20.6154 11.6775 20.8419 11.8428 21.0253 12.0503C21.2087 12.2579 21.3446 12.5028 21.4229 12.7682C21.5012 13.0336 21.5199 13.3128 21.4777 13.5862L21.4776 13.587L20.4962 19.8861C20.4961 19.8863 20.4961 19.8865 20.4961 19.8866C20.4259 20.3415 20.1913 20.7544 19.8377 21.0502C19.485 21.3452 19.0374 21.5042 18.5771 21.4998H8.42242C7.91512 21.4998 7.42702 21.3016 7.0659 20.9462C6.70452 20.5906 6.5 20.1065 6.5 19.6V14.7C6.5 14.1936 6.70452 13.7095 7.0659 13.3538C7.42702 12.9985 7.91512 12.8002 8.42242 12.8002H10.2336L12.9459 6.79436ZM10.0564 13.7999H8.42242C8.17514 13.7999 7.93956 13.8966 7.76711 14.0664C7.59493 14.2358 7.49969 14.4639 7.49969 14.7V19.6C7.49969 19.8361 7.59493 20.0642 7.76711 20.2337C7.93956 20.4034 8.17514 20.5002 8.42242 20.5002H10.0564V13.7999ZM11.0561 20.5002H18.5796L18.5851 20.5002C18.8099 20.5027 19.0269 20.4251 19.1963 20.2834C19.3654 20.1419 19.4754 19.9464 19.5081 19.7339L20.4897 13.4339C20.4898 13.4337 20.4898 13.4336 20.4898 13.4334C20.5094 13.3057 20.5007 13.1753 20.464 13.0511C20.4273 12.9267 20.3634 12.811 20.2762 12.7123C20.1889 12.6135 20.0804 12.5341 19.9578 12.4799C19.8352 12.4258 19.7017 12.3984 19.5667 12.3999L19.5612 12.3999H15.5353C15.2592 12.3999 15.0354 12.1761 15.0354 11.9001V9.10007C15.0354 8.67829 14.8653 8.27214 14.5597 7.97142C14.3273 7.74276 14.0311 7.58941 13.7111 7.52891L11.0561 13.4077V20.5002Z" fill="#005E2C"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="30" height="33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.82758 1V21.3175H1.10156V1H5.82758Z" fill="#0D0D0D"/><path d="M5.82758 1H25.6919C26.5227 1 27.2153 1.63589 27.2861 2.46368L27.5952 6.07936L28.0296 11.1587L28.4639 16.2381L28.7497 19.5811C28.8296 20.5152 28.093 21.3175 27.1556 21.3175H15.5724L19.6221 28.3318C20.174 29.2877 20.015 30.4951 19.2345 31.2756C18.2822 32.2279 16.7381 32.228 15.7857 31.2756L5.82758 21.3175V1Z" fill="#FFDB80"/><path d="M5.82758 1H25.6919C26.5227 1 27.2153 1.63589 27.2861 2.46368L27.5952 6.07936M5.82758 1V21.3175M5.82758 1H1.10156V21.3175H5.82758M5.82758 21.3175L15.7857 31.2756C16.7381 32.228 18.2822 32.2279 19.2345 31.2756V31.2756C20.015 30.4951 20.174 29.2877 19.6221 28.3318L15.5724 21.3175H27.1556C28.093 21.3175 28.8296 20.5152 28.7497 19.5811L28.4639 16.2381M28.0296 11.1587H22.0863M28.0296 11.1587L28.4639 16.2381M28.0296 11.1587L27.5952 6.07936M28.4639 16.2381H22.0863M27.5952 6.07936H22.0863" stroke="#0D0D0D" stroke-width="1.2"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="30" height="33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.82758 32V11.6825H1.10156V32H5.82758Z" fill="#0D0D0D"/><path d="M5.82758 32H25.6919C26.5227 32 27.2153 31.3641 27.2861 30.5363L27.5952 26.9206L28.0296 21.8413L28.4639 16.7619L28.7497 13.4189C28.8296 12.4848 28.093 11.6825 27.1556 11.6825H15.5724L19.6221 4.6682C20.174 3.7123 20.015 2.50491 19.2345 1.72442C18.2822 0.772051 16.7381 0.772049 15.7857 1.72442L5.82758 11.6825V32Z" fill="#FFDB80"/><path d="M5.82758 32H25.6919C26.5227 32 27.2153 31.3641 27.2861 30.5363L27.5952 26.9206M5.82758 32V11.6825M5.82758 32H1.10156V11.6825H5.82758M5.82758 11.6825L15.7857 1.72442C16.7381 0.772049 18.2822 0.772051 19.2345 1.72442V1.72442C20.015 2.50491 20.174 3.7123 19.6221 4.6682L15.5724 11.6825H27.1556C28.093 11.6825 28.8296 12.4848 28.7497 13.4189L28.4639 16.7619M28.0296 21.8413H22.0863M28.0296 21.8413L28.4639 16.7619M28.0296 21.8413L27.5952 26.9206M28.4639 16.7619H22.0863M27.5952 26.9206H22.0863" stroke="#0D0D0D" stroke-width="1.2"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="48" height="48" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="23.8125" cy="24.1875" r="15.9375" fill="#ED6CEF"/><circle cx="23.812" cy="24.188" r="11.3847" fill="white"/><path d="M35.1633 25.0636C34.7381 30.6526 30.2772 35.1135 24.6882 35.5387" stroke="#B038B2" stroke-width="1.05495" stroke-miterlimit="16" stroke-linecap="round" stroke-dasharray="1.58 1.58"/><path d="M35.1971 24.1873C35.1971 21.9358 34.5294 19.7348 33.2785 17.8627C32.0276 15.9906 30.2497 14.5315 28.1696 13.6699C26.0894 12.8083 23.8005 12.5828 21.5922 13.0221C19.384 13.4613 17.3556 14.5456 15.7635 16.1376C14.1714 17.7297 13.0872 19.7581 12.6479 21.9664C12.2087 24.1746 12.4341 26.4636 13.2958 28.5437C14.1574 30.6239 15.6165 32.4018 17.4886 33.6527C19.3606 34.9036 21.5616 35.5712 23.8131 35.5712" stroke="#850F85" stroke-width="1.875"/><path d="M23.9761 19.5228L23.9761 25.7061L26.9451 27.588" stroke="#850F85" stroke-width="1.05495" stroke-linecap="round"/></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cuemath/leap",
3
- "version": "3.5.29",
3
+ "version": "3.5.30-as10",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -89,5 +89,6 @@
89
89
  "vite-plugin-dts": "4.5.4",
90
90
  "vite-plugin-svgr": "3.2.0",
91
91
  "vite-tsconfig-paths": "^4.2.2"
92
- }
92
+ },
93
+ "packageManager": "yarn@4.9.2"
93
94
  }
@@ -1,12 +0,0 @@
1
- import o from "styled-components";
2
- import t from "../../../ui/layout/flex-view.js";
3
- const r = o(t)`
4
- overflow: hidden;
5
- `, n = o(t)`
6
- transition: width 0.3s ease-in-out;
7
- `;
8
- export {
9
- r as Container,
10
- n as Filler
11
- };
12
- //# sourceMappingURL=linear-progress-bar-styled.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"linear-progress-bar-styled.js","sources":["../../../../../src/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport FlexView from '../../../ui/layout/flex-view';\n\nexport const Container = styled(FlexView)`\n overflow: hidden;\n`;\n\nexport const Filler = styled(FlexView)`\n transition: width 0.3s ease-in-out;\n`;\n"],"names":["Container","styled","FlexView","Filler"],"mappings":";;AAIa,MAAAA,IAAYC,EAAOC,CAAQ;AAAA;AAAA,GAI3BC,IAASF,EAAOC,CAAQ;AAAA;AAAA;"}
@@ -1,34 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { memo as s } from "react";
3
- import { Container as m, Filler as $ } from "./linear-progress-bar-styled.js";
4
- const h = ({
5
- percentage: o,
6
- height: t = 8,
7
- backgroundColor: a = "WHITE_T_10",
8
- fillColor: i = "YELLOW_4",
9
- borderRadius: r = 0
10
- }) => {
11
- const n = Math.min(Math.max(o, 0), 100);
12
- return /* @__PURE__ */ e(
13
- m,
14
- {
15
- $width: "100%",
16
- $height: t,
17
- $borderRadius: r,
18
- $background: a,
19
- children: /* @__PURE__ */ e(
20
- $,
21
- {
22
- $width: `${n}%`,
23
- $background: i,
24
- $height: "100%",
25
- $borderRadius: r
26
- }
27
- )
28
- }
29
- );
30
- }, f = s(h);
31
- export {
32
- f as default
33
- };
34
- //# sourceMappingURL=linear-progress-bar.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"linear-progress-bar.js","sources":["../../../../../src/features/auth/comps/linear-progress-bar/linear-progress-bar.tsx"],"sourcesContent":["import { memo, type FC } from 'react';\n\nimport type { ILinearProgressBarProps } from './linear-progress-bar-props';\nimport * as Styled from './linear-progress-bar-styled';\n\nconst LinearProgressBar: FC<ILinearProgressBarProps> = ({\n percentage,\n height = 8,\n backgroundColor = 'WHITE_T_10',\n fillColor = 'YELLOW_4',\n borderRadius = 0,\n}) => {\n const safePercentage = Math.min(Math.max(percentage, 0), 100);\n\n return (\n <Styled.Container\n $width=\"100%\"\n $height={height}\n $borderRadius={borderRadius}\n $background={backgroundColor}\n >\n <Styled.Filler\n $width={`${safePercentage}%`}\n $background={fillColor}\n $height=\"100%\"\n $borderRadius={borderRadius}\n />\n </Styled.Container>\n );\n};\n\nexport default memo(LinearProgressBar);\n"],"names":["LinearProgressBar","percentage","height","backgroundColor","fillColor","borderRadius","safePercentage","jsx","Styled.Container","Styled.Filler","LinearProgressBar$1","memo"],"mappings":";;;AAKA,MAAMA,IAAiD,CAAC;AAAA,EACtD,YAAAC;AAAA,EACA,QAAAC,IAAS;AAAA,EACT,iBAAAC,IAAkB;AAAA,EAClB,WAAAC,IAAY;AAAA,EACZ,cAAAC,IAAe;AACjB,MAAM;AACE,QAAAC,IAAiB,KAAK,IAAI,KAAK,IAAIL,GAAY,CAAC,GAAG,GAAG;AAG1D,SAAA,gBAAAM;AAAA,IAACC;AAAAA,IAAA;AAAA,MACC,QAAO;AAAA,MACP,SAASN;AAAA,MACT,eAAeG;AAAA,MACf,aAAaF;AAAA,MAEb,UAAA,gBAAAI;AAAA,QAACE;AAAAA,QAAA;AAAA,UACC,QAAQ,GAAGH,CAAc;AAAA,UACzB,aAAaF;AAAA,UACb,SAAQ;AAAA,UACR,eAAeC;AAAA,QAAA;AAAA,MACjB;AAAA,IAAA;AAAA,EAAA;AAGN,GAEeK,IAAAC,EAAKX,CAAiB;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"swipeable-component-styled.js","sources":["../../../../../../src/features/circle-games/game-launcher/comps/swipable-component/swipeable-component-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nexport const SwipeableWrapper = styled.div`\n display: flex;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n`;\n"],"names":["SwipeableWrapper","styled"],"mappings":";AAEO,MAAMA,IAAmBC,EAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
@@ -1,26 +0,0 @@
1
- import { jsx as h } from "react/jsx-runtime";
2
- import { memo as T, useRef as l, useCallback as o } from "react";
3
- import { SwipeableWrapper as X } from "./swipeable-component-styled.js";
4
- const C = T(
5
- ({ onSwipeLeft: t, onSwipeRight: a, minSwipeDistance: e = 50, children: m }) => {
6
- const s = l(0), n = l(0), u = o(() => {
7
- const r = s.current - n.current;
8
- Math.abs(r) < e || (r > 0 ? t == null || t() : a == null || a());
9
- }, [e, t, a]), d = o((r) => {
10
- var c;
11
- s.current = ((c = r.changedTouches[0]) == null ? void 0 : c.clientX) || 0;
12
- }, []), b = o(
13
- (r) => {
14
- var c;
15
- n.current = ((c = r.changedTouches[0]) == null ? void 0 : c.clientX) || 0, u();
16
- },
17
- [u]
18
- );
19
- return /* @__PURE__ */ h(X, { onTouchStart: d, onTouchEnd: b, children: m });
20
- }
21
- );
22
- C.displayName = "SwipeableComponent";
23
- export {
24
- C as default
25
- };
26
- //# sourceMappingURL=swipeable-component.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"swipeable-component.js","sources":["../../../../../../src/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.tsx"],"sourcesContent":["import { useRef, useCallback, memo } from 'react';\n\nimport * as Styled from './swipeable-component-styled';\nimport { type ISwipeableComponentProps } from './swipeable-component-types';\n\nconst SwipeableComponent: React.FC<ISwipeableComponentProps> = memo(\n ({ onSwipeLeft, onSwipeRight, minSwipeDistance = 50, children }) => {\n const touchStartX = useRef(0);\n const touchEndX = useRef(0);\n\n const handleSwipe = useCallback(() => {\n const distance = touchStartX.current - touchEndX.current;\n\n if (Math.abs(distance) < minSwipeDistance) return;\n\n if (distance > 0) {\n onSwipeLeft?.();\n } else {\n onSwipeRight?.();\n }\n }, [minSwipeDistance, onSwipeLeft, onSwipeRight]);\n\n const onTouchStart = useCallback((e: React.TouchEvent) => {\n touchStartX.current = e.changedTouches[0]?.clientX || 0;\n }, []);\n\n const onTouchEnd = useCallback(\n (e: React.TouchEvent) => {\n touchEndX.current = e.changedTouches[0]?.clientX || 0;\n handleSwipe();\n },\n [handleSwipe],\n );\n\n return (\n <Styled.SwipeableWrapper onTouchStart={onTouchStart} onTouchEnd={onTouchEnd}>\n {children}\n </Styled.SwipeableWrapper>\n );\n },\n);\n\nSwipeableComponent.displayName = 'SwipeableComponent';\n\nexport default SwipeableComponent;\n"],"names":["SwipeableComponent","memo","onSwipeLeft","onSwipeRight","minSwipeDistance","children","touchStartX","useRef","touchEndX","handleSwipe","useCallback","distance","onTouchStart","e","_a","onTouchEnd","Styled.SwipeableWrapper"],"mappings":";;;AAKA,MAAMA,IAAyDC;AAAA,EAC7D,CAAC,EAAE,aAAAC,GAAa,cAAAC,GAAc,kBAAAC,IAAmB,IAAI,UAAAC,QAAe;AAC5D,UAAAC,IAAcC,EAAO,CAAC,GACtBC,IAAYD,EAAO,CAAC,GAEpBE,IAAcC,EAAY,MAAM;AAC9B,YAAAC,IAAWL,EAAY,UAAUE,EAAU;AAEjD,MAAI,KAAK,IAAIG,CAAQ,IAAIP,MAErBO,IAAW,IACCT,KAAA,QAAAA,MAECC,KAAA,QAAAA;AAAA,IAEhB,GAAA,CAACC,GAAkBF,GAAaC,CAAY,CAAC,GAE1CS,IAAeF,EAAY,CAACG,MAAwB;;AACxD,MAAAP,EAAY,YAAUQ,IAAAD,EAAE,eAAe,CAAC,MAAlB,gBAAAC,EAAqB,YAAW;AAAA,IACxD,GAAG,CAAE,CAAA,GAECC,IAAaL;AAAA,MACjB,CAACG,MAAwB;;AACvB,QAAAL,EAAU,YAAUM,IAAAD,EAAE,eAAe,CAAC,MAAlB,gBAAAC,EAAqB,YAAW,GACxCL;MACd;AAAA,MACA,CAACA,CAAW;AAAA,IAAA;AAGd,6BACGO,GAAA,EAAwB,cAAAJ,GAA4B,YAAAG,GAClD,UAAAV,EACH,CAAA;AAAA,EAEJ;AACF;AAEAL,EAAmB,cAAc;"}