@layers-app/shared 0.1.5 → 0.2.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 (468) hide show
  1. package/dist/assets/enitityIcons/flow.svg.js +5 -0
  2. package/dist/assets/enitityIcons/form.svg.js +5 -0
  3. package/dist/assets/enitityIcons/index.d.ts +5 -0
  4. package/dist/assets/enitityIcons/page.svg.js +5 -0
  5. package/dist/assets/enitityIcons/sprint.svg.js +5 -0
  6. package/dist/assets/fileTypes/archieve.svg.js +4 -0
  7. package/dist/assets/fileTypes/archives.svg.js +5 -0
  8. package/dist/assets/fileTypes/audio.svg.js +5 -0
  9. package/dist/assets/fileTypes/code.svg.js +5 -0
  10. package/dist/assets/fileTypes/diagram.svg.js +4 -0
  11. package/dist/assets/fileTypes/documents.svg.js +4 -0
  12. package/dist/assets/fileTypes/documentsStorage.svg.js +5 -0
  13. package/dist/assets/fileTypes/docx.svg.js +4 -0
  14. package/dist/assets/fileTypes/folder.svg.js +4 -0
  15. package/dist/assets/fileTypes/images.svg.js +5 -0
  16. package/dist/assets/fileTypes/media.svg.js +4 -0
  17. package/dist/assets/fileTypes/other.svg.js +4 -0
  18. package/dist/assets/fileTypes/other.svg2.js +5 -0
  19. package/dist/assets/fileTypes/pptx.svg.js +4 -0
  20. package/dist/assets/fileTypes/presentation.svg.js +4 -0
  21. package/dist/assets/fileTypes/sheet.svg.js +4 -0
  22. package/dist/assets/fileTypes/videos.svg.js +5 -0
  23. package/dist/assets/fileTypes/xlsx.svg.js +4 -0
  24. package/dist/assets/images/flags/es.svg.js +4 -0
  25. package/dist/assets/images/flags/ru.svg.js +4 -0
  26. package/dist/assets/images/flags/us.svg.js +4 -0
  27. package/dist/assets/images/person.png.js +4 -0
  28. package/dist/assets/images/person2.png.js +4 -0
  29. package/dist/assets/images/person3.png.js +4 -0
  30. package/dist/assets/images/person4.png.js +4 -0
  31. package/dist/assets/jsons/emoji-categorized.json.js +4 -0
  32. package/dist/assets/jsons/icons.min.json.d.ts +1 -1
  33. package/dist/assets/jsons/icons.min.json.js +4 -0
  34. package/dist/assets/layers-logo-full.svg.js +5 -0
  35. package/dist/assets/layers-logo-icon.svg.js +5 -0
  36. package/dist/assets/logo-copyright.svg.js +5 -0
  37. package/dist/assets/svg/alertMan.svg.js +7 -0
  38. package/dist/assets/svg/default_icon.svg.js +4 -0
  39. package/dist/assets/svg/discord-icon.svg.js +5 -0
  40. package/dist/assets/svg/discord.svg.js +5 -0
  41. package/dist/assets/svg/dog.svg.js +5 -0
  42. package/dist/assets/svg/layers-logo-full.svg.js +4 -0
  43. package/dist/assets/svg/noData/404.svg.js +9 -0
  44. package/dist/assets/svg/noData/500.svg.js +5 -0
  45. package/dist/assets/svg/noData/empty.svg.js +5 -0
  46. package/dist/assets/svg/noData/folder.svg.js +5 -0
  47. package/dist/assets/svg/noData/noAccess.svg.js +7 -0
  48. package/dist/assets/svg/noData/noAnswers.svg.js +5 -0
  49. package/dist/assets/svg/noData/noCloud.svg.js +5 -0
  50. package/dist/assets/svg/noData/noComments.svg.js +5 -0
  51. package/dist/assets/svg/noData/noData.svg.js +5 -0
  52. package/dist/assets/svg/noData/noFlows.svg.js +5 -0
  53. package/dist/assets/svg/noData/noForms.svg.js +5 -0
  54. package/dist/assets/svg/noData/noGroups.svg.js +17 -0
  55. package/dist/assets/svg/noData/noImage.svg.js +5 -0
  56. package/dist/assets/svg/noData/noMembers.svg.js +7 -0
  57. package/dist/assets/svg/noData/noNotifications.svg.js +5 -0
  58. package/dist/assets/svg/noData/noResults.svg.js +5 -0
  59. package/dist/assets/svg/noData/noSearchResults.svg.js +5 -0
  60. package/dist/assets/svg/noData/noTaskResults.svg.js +5 -0
  61. package/dist/assets/svg/noData/noTasks.svg.js +5 -0
  62. package/dist/assets/svg/noData/noWorkspaces.svg.js +7 -0
  63. package/dist/assets/svg/noData/trash.svg.js +7 -0
  64. package/dist/assets/svg/notSuccessMan.svg.js +7 -0
  65. package/dist/assets/svg/successMan.svg.js +5 -0
  66. package/dist/assets/svg/telegram-icon.svg.js +5 -0
  67. package/dist/assets/svg/telegram.svg.js +5 -0
  68. package/dist/components/AlertsBlock/index.js +53 -0
  69. package/dist/components/AnimationWrapper/index.js +15 -0
  70. package/dist/components/AppContainer/AppContainer.d.ts +1 -1
  71. package/dist/components/AppContainer/AppContainer.js +56 -0
  72. package/dist/components/AppContainer/AppContainer.module.css.js +15 -0
  73. package/dist/components/AppContainer/components/AppSidebarButton.d.ts +1 -1
  74. package/dist/components/AppContainer/components/AppSidebarButton.js +44 -0
  75. package/dist/components/AppContainer/components/AppsSidebar/AppsSection.js +52 -0
  76. package/dist/components/AppContainer/components/AppsSidebar/AppsSidebar.d.ts +1 -1
  77. package/dist/components/AppContainer/components/AppsSidebar/AppsSidebar.js +16 -0
  78. package/dist/components/AppContainer/components/AppsSidebar/TopSection.js +67 -0
  79. package/dist/components/AppContainer/components/AppsSidebar/UserSection.js +80 -0
  80. package/dist/components/AppContainer/{Header.d.ts → components/Header.d.ts} +1 -1
  81. package/dist/components/AppContainer/components/Header.js +9 -0
  82. package/dist/components/AppContainer/components/Main.js +18 -0
  83. package/dist/components/AppContainer/components/NavbarContent.js +6 -0
  84. package/dist/components/AppContainer/components/RightSidebar.js +30 -0
  85. package/dist/components/AppContainer/components/SidebarToggleButton.js +27 -0
  86. package/dist/components/AppContainer/components/SlideAnimation.js +43 -0
  87. package/dist/components/AppContainer/components/ToolSidebar.d.ts +6 -2
  88. package/dist/components/AppContainer/components/ToolSidebar.js +84 -0
  89. package/dist/components/AppContainer/components/ToolbarNewButton.js +28 -0
  90. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.js +122 -0
  91. package/dist/components/AppContainer/components/menus/HelpMenu/HelpMenu.module.css.js +9 -0
  92. package/dist/components/AppContainer/components/menus/HelpMenu/WhatsNew.js +58 -0
  93. package/dist/components/AppContainer/components/menus/MoreMenu.js +42 -0
  94. package/dist/components/AppContainer/components/menus/UserMenu/MenuUserDropdown.d.ts +1 -1
  95. package/dist/components/AppContainer/components/menus/UserMenu/MenuUserDropdown.js +44 -0
  96. package/dist/components/AppContainer/hooks/useAppContainer.d.ts +1 -1
  97. package/dist/components/AppContainer/hooks/useAppContainer.js +60 -0
  98. package/dist/components/AppContainer/hooks/useAppContainerActionsStore.js +10 -0
  99. package/dist/components/AppContainer/hooks/useAppContainerDataStore.js +37 -0
  100. package/dist/components/AppContainer/hooks/useAppContainerStore.d.ts +2 -3
  101. package/dist/components/AppContainer/hooks/useAppContainerStore.js +62 -0
  102. package/dist/components/AppContainer/hooks/useSetAppContainerLayout.d.ts +2 -0
  103. package/dist/components/AppContainer/hooks/useSetAppContainerLayout.js +10 -0
  104. package/dist/components/AppContainer/types.d.ts +8 -4
  105. package/dist/components/AppShell/AppShell.js +18 -0
  106. package/dist/components/AppShell/AppShell.module.css.js +19 -0
  107. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.d.ts +4 -2
  108. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryContext.js +39 -0
  109. package/dist/components/AttachmentsGalleryModal/AttachmentsGalleryModal.js +127 -0
  110. package/dist/components/AttachmentsGalleryModal/components/ErrorSection.js +14 -0
  111. package/dist/components/AttachmentsGalleryModal/components/GallerySlide.js +69 -0
  112. package/dist/components/AttachmentsGalleryModal/components/ModalFooter.js +13 -0
  113. package/dist/components/AttachmentsGalleryModal/components/ModalHeader.js +123 -0
  114. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.d.ts +4 -1
  115. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.js +41 -0
  116. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/ShakaPlayer.module.css.js +7 -0
  117. package/dist/components/AttachmentsGalleryModal/components/ShakePlayer/useShakePlayer.js +54 -0
  118. package/dist/components/AttachmentsGalleryModal/constants.d.ts +2 -1
  119. package/dist/components/AttachmentsGalleryModal/constants.js +21 -0
  120. package/dist/components/AttachmentsGalleryModal/helpers.d.ts +22 -0
  121. package/dist/components/AttachmentsGalleryModal/helpers.js +40 -0
  122. package/dist/components/AttachmentsGalleryModal/hooks/useDownloadFile.js +35 -0
  123. package/dist/components/AttachmentsGalleryModal/hooks/useEmblaCarousel.js +49 -0
  124. package/dist/components/AttachmentsGalleryModal/hooks/useGetPreviewUrl.js +28 -0
  125. package/dist/components/AttachmentsGalleryModal/hooks/usePanning.d.ts +10 -0
  126. package/dist/components/AttachmentsGalleryModal/hooks/usePanning.js +61 -0
  127. package/dist/components/AttachmentsGalleryModal/hooks/useZoomReset.js +16 -0
  128. package/dist/components/AttachmentsGalleryModal/styles.module.css.js +29 -0
  129. package/dist/components/BottomDrawerWithoutHeader/index.js +75 -0
  130. package/dist/components/BouncingLogo/BouncingLogo.js +22 -0
  131. package/dist/components/BouncingLogo/BouncingLogo.module.css.js +9 -0
  132. package/dist/components/CircleColorPicker/CircleColorPicker.js +72 -0
  133. package/dist/components/ColorPicker/ColorPicker.d.ts +1 -0
  134. package/dist/components/ColorPicker/ColorPicker.js +131 -0
  135. package/dist/components/ColorPicker/ColorPickerPopover.js +42 -0
  136. package/dist/components/CommentComposer/CommentEditorHotkeys.d.ts +1 -1
  137. package/dist/components/CommentComposer/CommentEditorHotkeys.js +61 -0
  138. package/dist/components/CommentComposer/index.d.ts +2 -1
  139. package/dist/components/CommentComposer/index.js +288 -0
  140. package/dist/components/CommentFilterMenu/index.js +92 -0
  141. package/dist/components/CommentsPanel/CommentsPanel.module.css.js +109 -0
  142. package/dist/components/CommentsPanel/components/CommentActionMenu.js +49 -0
  143. package/dist/components/CommentsPanel/components/CommentActions.js +151 -0
  144. package/dist/components/CommentsPanel/components/CommentPanelListItem.d.ts +2 -1
  145. package/dist/components/CommentsPanel/components/CommentPanelListItem.js +366 -0
  146. package/dist/components/CommentsPanel/components/CommentTabFilter.js +53 -0
  147. package/dist/components/CommentsPanel/components/CommentsEmptyPlaceholder.js +17 -0
  148. package/dist/components/CommentsPanel/components/CommentsFilterHeader.js +83 -0
  149. package/dist/components/CommentsPanel/components/CommentsListItemMenu.js +63 -0
  150. package/dist/components/CommentsPanel/components/CommentsPanelList.d.ts +2 -1
  151. package/dist/components/CommentsPanel/components/CommentsPanelList.js +74 -0
  152. package/dist/components/CommentsPanel/components/CommentsThreadReplyControls.js +108 -0
  153. package/dist/components/CommentsPanel/components/CommentsUploadFilesPreview.js +142 -0
  154. package/dist/components/CommentsPanel/components/Icon.js +29 -0
  155. package/dist/components/CommentsPanel/index.d.ts +2 -1
  156. package/dist/components/CommentsPanel/index.js +137 -0
  157. package/dist/components/CommentsPanel/store.js +32 -0
  158. package/dist/components/CommentsPanel/types.d.ts +5 -5
  159. package/dist/components/CommentsPanel/utils.js +189 -0
  160. package/dist/components/CommunitiesDialog/index.js +149 -0
  161. package/dist/components/CommunitiesDialog/styles.module.css.js +7 -0
  162. package/dist/components/Copyright/Copyright.module.css.js +7 -0
  163. package/dist/components/Copyright/index.d.ts +1 -2
  164. package/dist/components/Copyright/index.js +32 -0
  165. package/dist/components/CustomKBD/CustomKBD.module.css.js +7 -0
  166. package/dist/components/CustomKBD/index.js +40 -0
  167. package/dist/components/EmojiPicker/EmojiPanel.d.ts +1 -1
  168. package/dist/components/EmojiPicker/EmojiPanel.js +273 -0
  169. package/dist/components/EmojiPicker/EmojiPicker.d.ts +1 -0
  170. package/dist/components/EmojiPicker/EmojiPicker.js +222 -0
  171. package/dist/components/EmojiPicker/EmojiPicker.module.css.js +13 -0
  172. package/dist/components/EmojiPicker/IconsPanel.js +267 -0
  173. package/dist/components/EmojiPicker/constants.js +36 -0
  174. package/dist/components/EmojiPicker/custom-icons/StatusCancel.js +37 -0
  175. package/dist/components/EmojiPicker/custom-icons/StatusDone.js +29 -0
  176. package/dist/components/EmojiPicker/custom-icons/StatusProgress00.js +17 -0
  177. package/dist/components/EmojiPicker/custom-icons/StatusProgress10.js +20 -0
  178. package/dist/components/EmojiPicker/custom-icons/StatusProgress100.js +20 -0
  179. package/dist/components/EmojiPicker/custom-icons/StatusProgress20.js +26 -0
  180. package/dist/components/EmojiPicker/custom-icons/StatusProgress30.js +26 -0
  181. package/dist/components/EmojiPicker/custom-icons/StatusProgress40.js +26 -0
  182. package/dist/components/EmojiPicker/custom-icons/StatusProgress50.js +26 -0
  183. package/dist/components/EmojiPicker/custom-icons/StatusProgress60.js +26 -0
  184. package/dist/components/EmojiPicker/custom-icons/StatusProgress70.js +26 -0
  185. package/dist/components/EmojiPicker/custom-icons/StatusProgress80.js +26 -0
  186. package/dist/components/EmojiPicker/custom-icons/StatusProgress90.js +26 -0
  187. package/dist/components/EmojiPicker/custom-icons/customIcons.js +99 -0
  188. package/dist/components/EmojiPicker/getIconsList.d.ts +11 -0
  189. package/dist/components/EmojiPicker/getIconsList.js +32 -0
  190. package/dist/components/EmojiPicker/getRandomIcon.d.ts +1 -0
  191. package/dist/components/EmojiPicker/getRandomIcon.js +10 -0
  192. package/dist/components/EntityIcon.d.ts +2 -0
  193. package/dist/components/EntityIcon.js +95 -0
  194. package/dist/components/EntityTitle/EntityTitle.js +86 -0
  195. package/dist/components/EntityTitle/EntityTitle.module.css.js +9 -0
  196. package/dist/components/ErrorAlert/index.js +20 -0
  197. package/dist/components/ErrorPage/components/Error403.js +51 -0
  198. package/dist/components/ErrorPage/components/Error404.js +5 -0
  199. package/dist/components/ErrorPage/components/Error406.js +47 -0
  200. package/dist/components/ErrorPage/components/Error500.js +58 -0
  201. package/dist/components/ErrorPage/components/ErrorUndefined.js +44 -0
  202. package/dist/components/ErrorPage/index.js +25 -0
  203. package/dist/components/FilePicker/FilePicker.js +242 -0
  204. package/dist/components/FilePicker/FilePicker.module.css.js +13 -0
  205. package/dist/components/FilePicker/FilePickerGallery.js +38 -0
  206. package/dist/components/FilePicker/FilePickerGiphy.js +91 -0
  207. package/dist/components/FilePicker/FilePickerLink.js +48 -0
  208. package/dist/components/FilePicker/FilePickerSkeletonLoader.js +9 -0
  209. package/dist/components/FilePicker/FilePickerUnsplash.js +95 -0
  210. package/dist/components/FilePicker/FilePickerUpload.js +86 -0
  211. package/dist/components/FilePicker/api/giphyApi.js +26 -0
  212. package/dist/components/FilePicker/api/unsplashApi.js +29 -0
  213. package/dist/components/FilePicker/types.d.ts +1 -0
  214. package/dist/components/FormViewer/FormViewer.js +42 -0
  215. package/dist/components/FormViewer/FormViewer.module.css.js +37 -0
  216. package/dist/components/FormViewer/components/AllSlidesLayout.js +24 -0
  217. package/dist/components/FormViewer/components/Container.js +27 -0
  218. package/dist/components/FormViewer/components/ListFocusBox.js +22 -0
  219. package/dist/components/FormViewer/components/NavControls.js +58 -0
  220. package/dist/components/FormViewer/components/Navigation/Navigation.js +37 -0
  221. package/dist/components/FormViewer/components/OneSlideLayput.js +133 -0
  222. package/dist/components/FormViewer/components/Step.js +225 -0
  223. package/dist/components/FormViewer/components/StepDescription.js +73 -0
  224. package/dist/components/FormViewer/components/StepTitle.js +118 -0
  225. package/dist/components/FormViewer/components/fields/AddOptionButton.js +24 -0
  226. package/dist/components/FormViewer/components/fields/ButtonField/ButtonField.js +63 -0
  227. package/dist/components/FormViewer/components/fields/ButtonField/InnerButton.js +70 -0
  228. package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceCard.js +35 -0
  229. package/dist/components/FormViewer/components/fields/ChoiceField/ChoiceField.js +135 -0
  230. package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceCard.js +37 -0
  231. package/dist/components/FormViewer/components/fields/ChoiceField/PictureChoiceField.js +93 -0
  232. package/dist/components/FormViewer/components/fields/ConfirmButton.js +49 -0
  233. package/dist/components/FormViewer/components/fields/ConfirmField.js +21 -0
  234. package/dist/components/FormViewer/components/fields/DateField.js +31 -0
  235. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.js +81 -0
  236. package/dist/components/FormViewer/components/fields/DragOptions/DragOptions.module.css.js +7 -0
  237. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.js +117 -0
  238. package/dist/components/FormViewer/components/fields/DropdownField/DropdownField.module.css.js +7 -0
  239. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.js +70 -0
  240. package/dist/components/FormViewer/components/fields/EditableContent/EditableContent.module.css.js +7 -0
  241. package/dist/components/FormViewer/components/fields/EmailField.js +26 -0
  242. package/dist/components/FormViewer/components/fields/LocationField.js +27 -0
  243. package/dist/components/FormViewer/components/fields/LongTextField.js +48 -0
  244. package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceCard.js +38 -0
  245. package/dist/components/FormViewer/components/fields/MultipleChoice/MultipleChoiceField.js +152 -0
  246. package/dist/components/FormViewer/components/fields/NumberField.js +28 -0
  247. package/dist/components/FormViewer/components/fields/PhoneField.js +24 -0
  248. package/dist/components/FormViewer/components/fields/ProgressLine.js +30 -0
  249. package/dist/components/FormViewer/components/fields/RatingField.js +33 -0
  250. package/dist/components/FormViewer/components/fields/SelectableCard/PictureSelectableCard.js +154 -0
  251. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.js +110 -0
  252. package/dist/components/FormViewer/components/fields/SelectableCard/SelectableCard.module.css.js +15 -0
  253. package/dist/components/FormViewer/components/fields/SliderField.js +31 -0
  254. package/dist/components/FormViewer/components/fields/StartButton.js +34 -0
  255. package/dist/components/FormViewer/components/fields/StartField.js +21 -0
  256. package/dist/components/FormViewer/components/fields/TextField.js +31 -0
  257. package/dist/components/FormViewer/components/fields/UploadField/UploadField.js +155 -0
  258. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.js +62 -0
  259. package/dist/components/FormViewer/components/fields/UploadField/UploadFile/UploadFile.module.css.js +7 -0
  260. package/dist/components/FormViewer/components/fields/YesNoField.js +37 -0
  261. package/dist/components/FormViewer/constants/defaultTheme.js +41 -0
  262. package/dist/components/FormViewer/helpers/conditions.d.ts +1 -1
  263. package/dist/components/FormViewer/helpers/conditions.js +43 -0
  264. package/dist/components/FormViewer/helpers/controls.js +79 -0
  265. package/dist/components/FormViewer/helpers/cssScoping.js +10 -0
  266. package/dist/components/FormViewer/helpers/helpers.d.ts +1 -1
  267. package/dist/components/FormViewer/helpers/helpers.js +9 -0
  268. package/dist/components/FormViewer/helpers/slides.js +35 -0
  269. package/dist/components/FormViewer/helpers/staticClasses.js +48 -0
  270. package/dist/components/FormViewer/helpers/steps.d.ts +1 -1
  271. package/dist/components/FormViewer/helpers/steps.js +55 -0
  272. package/dist/components/FormViewer/helpers/themeUtils.js +8 -0
  273. package/dist/components/FormViewer/helpers/validation.js +87 -0
  274. package/dist/components/FormViewer/hooks/useActiveControl.js +9 -0
  275. package/dist/components/FormViewer/hooks/useActiveStep.d.ts +1 -1
  276. package/dist/components/FormViewer/hooks/useActiveStep.js +9 -0
  277. package/dist/components/FormViewer/hooks/useCreateFormContext.js +78 -0
  278. package/dist/components/FormViewer/hooks/useFormGlobalTheme.js +132 -0
  279. package/dist/components/FormViewer/hooks/useFormMobile.js +15 -0
  280. package/dist/components/FormViewer/hooks/useInterpolateText.js +57 -0
  281. package/dist/components/FormViewer/store/formStore.d.ts +6 -6
  282. package/dist/components/FormViewer/store/formStore.js +84 -0
  283. package/dist/components/FormViewer/store/formStoreApi.d.ts +3 -3
  284. package/dist/components/FormViewer/store/formStoreApi.js +383 -0
  285. package/dist/components/FormViewer/store/selectors.d.ts +342 -342
  286. package/dist/components/FormViewer/store/selectors.js +98 -0
  287. package/dist/components/FormViewer/types/form.js +40 -0
  288. package/dist/components/FormViewer/types/schemes.d.ts +22 -22
  289. package/dist/components/FormViewer/types/schemes.js +314 -0
  290. package/dist/components/ImageModal/ImageModal.js +165 -0
  291. package/dist/components/LanguagePicker/LanguagePicker.js +41 -0
  292. package/dist/components/LanguagePicker/LanguagePicker.module.css.js +7 -0
  293. package/dist/components/Loaders/BaseLoader.js +8 -0
  294. package/dist/components/Loaders/styles.module.css.js +9 -0
  295. package/dist/components/Logotype.js +40 -0
  296. package/dist/components/NavMenu/NavMenu.d.ts +4 -2
  297. package/dist/components/NavMenu/NavMenu.js +98 -0
  298. package/dist/components/NavMenu/NavMenu.module.css.js +23 -0
  299. package/dist/components/NavMenu/components/DnDItem.js +44 -0
  300. package/dist/components/NavMenu/components/DnDProvider.js +64 -0
  301. package/dist/components/NavMenu/components/DraggableOverlay.js +18 -0
  302. package/dist/components/NavMenu/components/NavMenuActionIcon.js +27 -0
  303. package/dist/components/NavMenu/components/NavMenuItem.d.ts +5 -0
  304. package/dist/components/NavMenu/components/NavMenuItem.js +179 -0
  305. package/dist/components/NavMenu/components/NavMenuLabel.js +18 -0
  306. package/dist/components/NavMenu/store.d.ts +12 -2
  307. package/dist/components/NavMenu/store.js +61 -0
  308. package/dist/components/NavMenu/types.d.ts +10 -3
  309. package/dist/components/NavbarResizer/NavbarResizer.js +42 -0
  310. package/dist/components/NavbarResizer/NavbarResizer.module.css.js +7 -0
  311. package/dist/components/NewColorPicker/components/Pallete.js +46 -0
  312. package/dist/components/NewColorPicker/components/Target.js +47 -0
  313. package/dist/components/NewColorPicker/index.js +92 -0
  314. package/dist/components/NoData/NoData.js +103 -0
  315. package/dist/components/NoData/NoData.module.css.js +7 -0
  316. package/dist/components/NotFound/NoFound.js +65 -0
  317. package/dist/components/NotPublicPanel/NotPublicPanel.js +53 -0
  318. package/dist/components/NotPublicPanel/NotPublicPanel.module.css.js +19 -0
  319. package/dist/components/Notification/Notification.js +117 -0
  320. package/dist/components/Notification/Notification.module.css.js +7 -0
  321. package/dist/components/Notification/NotificationCard.js +92 -0
  322. package/dist/components/OnBoarding/OnBoardingPage.js +80 -0
  323. package/dist/components/OnBoarding/ProjectBoard.js +141 -0
  324. package/dist/components/OnBoarding/StepsNavBar.js +21 -0
  325. package/dist/components/OnBoarding/steps/AddTasks/AddTasksNav.js +42 -0
  326. package/dist/components/OnBoarding/steps/AddTasks/TasksListBoard.js +51 -0
  327. package/dist/components/OnBoarding/steps/CreateFirstProject.js +45 -0
  328. package/dist/components/OnBoarding/steps/DefineStatuses/DefineStatusesNav.js +42 -0
  329. package/dist/components/OnBoarding/steps/DefineStatuses/StatusBadge.js +22 -0
  330. package/dist/components/OnBoarding/steps/DefineStatuses/StatusesListBoard.js +217 -0
  331. package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsBoard.js +16 -0
  332. package/dist/components/OnBoarding/steps/DifferentLayouts/DifferentLayoutsNav.js +56 -0
  333. package/dist/components/OnBoarding/steps/DifferentLayouts/KanbanLayout.js +272 -0
  334. package/dist/components/OnBoarding/steps/DifferentLayouts/styles.module.css.js +9 -0
  335. package/dist/components/OnBoarding/steps/InviteUsers/BoardModal.js +86 -0
  336. package/dist/components/OnBoarding/steps/InviteUsers/InviteUsers.js +26 -0
  337. package/dist/components/OnBoarding/steps/SelectCategory/CategorySelect.js +61 -0
  338. package/dist/components/OnBoarding/steps/SelectCategory/SelectCategoryNav.js +42 -0
  339. package/dist/components/OnBoarding/steps/StartedStep.js +71 -0
  340. package/dist/components/OnBoarding/steps/Wrapper.js +49 -0
  341. package/dist/components/OnBoarding/steps/styles.module.css.js +17 -0
  342. package/dist/components/OnBoarding/styles.module.css.js +15 -0
  343. package/dist/components/PaymentCancel/PaymentCancel.js +41 -0
  344. package/dist/components/PaymentError/PaymentError.js +41 -0
  345. package/dist/components/PaymentSuccess/PaymentSuccess.js +41 -0
  346. package/dist/components/PinModal/PinModal.js +90 -0
  347. package/dist/components/PinModal/slice.js +28 -0
  348. package/dist/components/ProjectIcon/ProjectIcon.d.ts +1 -0
  349. package/dist/components/ProjectIcon/ProjectIcon.js +88 -0
  350. package/dist/components/SearchFilters/SearchFilters.js +37 -0
  351. package/dist/components/SearchFilters/SearchFilters.module.css.js +9 -0
  352. package/dist/components/SearchFilters/components/DateFilter.js +199 -0
  353. package/dist/components/SearchFilters/components/SearchHelp.js +121 -0
  354. package/dist/components/SearchFilters/components/Sort.js +99 -0
  355. package/dist/components/SearchFilters/components/Type.js +124 -0
  356. package/dist/components/SortableList/SortableList.js +44 -0
  357. package/dist/components/SortableList/components/SortableItem/SortableItem.js +82 -0
  358. package/dist/components/StorageUsageEntityList/StorageEntityItem.js +62 -0
  359. package/dist/components/StorageUsageEntityList/StorageUsageEntityList.js +27 -0
  360. package/dist/components/StorageUsageProgress/index.js +52 -0
  361. package/dist/components/SubmitModal/index.js +12 -0
  362. package/dist/components/ThemeIndicator/index.js +21 -0
  363. package/dist/components/UserAvatar/index.d.ts +3 -2
  364. package/dist/components/UserAvatar/index.js +22 -0
  365. package/dist/components/WorkspaceAvatar/WorkspaceAvatar.js +22 -0
  366. package/dist/components/WorkspaceMenu/WorkspaceItem.js +41 -0
  367. package/dist/components/WorkspaceMenu/WorkspaceMenu.js +211 -0
  368. package/dist/components/modals/RemoveConfirmModal.d.ts +8 -1
  369. package/dist/components/modals/RemoveConfirmModal.js +68 -0
  370. package/dist/components/table/FrontTable.js +21 -0
  371. package/dist/components/table/api.js +248 -0
  372. package/dist/components/table/components/Table.js +139 -0
  373. package/dist/components/table/components/TableAggregation.js +31 -0
  374. package/dist/components/table/components/TableCell.js +55 -0
  375. package/dist/components/table/components/TableHeaderCell.js +159 -0
  376. package/dist/components/table/components/TableHeaders.js +99 -0
  377. package/dist/components/table/components/TableMenu.js +59 -0
  378. package/dist/components/table/components/TablePagination.js +52 -0
  379. package/dist/components/table/components/TablePanel.js +26 -0
  380. package/dist/components/table/components/TableRow.js +85 -0
  381. package/dist/components/table/components/TableRows.js +66 -0
  382. package/dist/components/table/components/TableSearch.js +32 -0
  383. package/dist/components/table/components/TableSkeleton.js +60 -0
  384. package/dist/components/table/components/TableTitle.js +26 -0
  385. package/dist/components/table/constants.js +28 -0
  386. package/dist/components/table/export.js +58 -0
  387. package/dist/components/table/helpers/columns.js +198 -0
  388. package/dist/components/table/helpers/formatters.js +65 -0
  389. package/dist/components/table/hooks/TableProvider.js +62 -0
  390. package/dist/components/table/hooks/useColumnsResizing.js +51 -0
  391. package/dist/components/table/hooks/useCreateTable.js +9 -0
  392. package/dist/components/table/hooks/useSaveRowCount.js +9 -0
  393. package/dist/components/table/hooks/useSorting.js +36 -0
  394. package/dist/components/table/hooks/useTableStore.js +6 -0
  395. package/dist/components/table/selectors.js +203 -0
  396. package/dist/components/table/store.js +65 -0
  397. package/dist/components/table/types.js +17 -0
  398. package/dist/constants.js +19 -0
  399. package/dist/helpers/combineStatuses.js +5 -0
  400. package/dist/helpers/dates.js +15 -0
  401. package/dist/helpers/download.js +17 -0
  402. package/dist/helpers/feature.js +7 -0
  403. package/dist/helpers/fileUtils.js +33 -0
  404. package/dist/helpers/filterHierarchyByTypes.js +13 -0
  405. package/dist/helpers/formatBytes.js +8 -0
  406. package/dist/helpers/generateLink.js +9 -0
  407. package/dist/helpers/getFileIcons.js +42 -0
  408. package/dist/helpers/getFileType.d.ts +1 -1
  409. package/dist/helpers/getFileType.js +40 -0
  410. package/dist/helpers/getPartOfTheDay.js +12 -0
  411. package/dist/helpers/getRandomIconColor.js +17 -0
  412. package/dist/helpers/hotjar.d.ts +9 -0
  413. package/dist/helpers/hotjar.js +19 -0
  414. package/dist/helpers/isAppMode.js +4 -0
  415. package/dist/helpers/pickRandomEmoji.d.ts +1 -0
  416. package/dist/helpers/pickRandomEmoji.js +12 -0
  417. package/dist/helpers/showNotifications.js +72 -0
  418. package/dist/helpers/themeUtils.js +5 -0
  419. package/dist/helpers/validation.js +38 -0
  420. package/dist/hooks/useAsyncStatus.d.ts +8 -0
  421. package/dist/hooks/useAsyncStatus.js +26 -0
  422. package/dist/hooks/useDateFnsLocale.js +13 -0
  423. package/dist/hooks/useDateUtils.js +33 -0
  424. package/dist/hooks/useDisableWindowScroll.js +24 -0
  425. package/dist/hooks/useEvent.js +12 -0
  426. package/dist/hooks/useFormatDistance.js +17 -0
  427. package/dist/hooks/useMenu.js +9 -0
  428. package/dist/hooks/useNumberQueryParam.js +14 -0
  429. package/dist/hooks/useOAuthErrorParams.js +16 -0
  430. package/dist/hooks/useOutsideClick.js +21 -0
  431. package/dist/hooks/useSwipeDetect.js +21 -0
  432. package/dist/index.css +1 -0
  433. package/dist/index.d.ts +70 -76
  434. package/dist/index.js +397 -259
  435. package/dist/lang/locales/ui_en.json.d.ts +6 -5
  436. package/dist/lang/locales/ui_en.json.js +19 -0
  437. package/dist/lang/locales/ui_es.json.d.ts +2 -1
  438. package/dist/lang/locales/ui_es.json.js +19 -0
  439. package/dist/lang/locales/ui_ru.json.d.ts +2 -1
  440. package/dist/lang/locales/ui_ru.json.js +19 -0
  441. package/dist/store/accessOptionsControl.js +10 -0
  442. package/dist/store/discordDialogStore.js +14 -0
  443. package/dist/store/onboarding.js +53 -0
  444. package/dist/store/plansModal.js +13 -0
  445. package/dist/store/searchModal.js +13 -0
  446. package/dist/store/timezoneStore.js +19 -0
  447. package/dist/store/workspacesOrder.js +17 -0
  448. package/dist/utils/formatStorage.js +8 -0
  449. package/dist/utils/getPlanBadgeColor.js +17 -0
  450. package/dist/utils/queryParams.js +15 -0
  451. package/docs/README.md +486 -0
  452. package/package.json +32 -11
  453. package/dist/KanbanLayout-BnHAvyHl.js +0 -297
  454. package/dist/components/AppContainer/hooks/useHideHeader.d.ts +0 -1
  455. package/dist/components/AppContainer/hooks/useHideSidebar.d.ts +0 -1
  456. package/dist/components/AppTour/AppTour.d.ts +0 -7
  457. package/dist/components/AppTour/FinishModal.d.ts +0 -1
  458. package/dist/components/AppTour/HelloModal.d.ts +0 -1
  459. package/dist/components/AppTour/hooks/useAppTour.d.ts +0 -2
  460. package/dist/components/AppTour/index.d.ts +0 -4
  461. package/dist/components/AppTour/types.d.ts +0 -17
  462. package/dist/emoji-categorized-CRsMUQyD.js +0 -4
  463. package/dist/helpers/pickRandomIcon.d.ts +0 -1
  464. package/dist/helpers/token.d.ts +0 -3
  465. package/dist/icons.min-wo13YUY4.js +0 -4
  466. package/dist/index-BawytWAK.js +0 -96715
  467. package/dist/index.umd.cjs +0 -356
  468. /package/dist/components/AppContainer/{Main.d.ts → components/Main.d.ts} +0 -0
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const r = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 157 158", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M128.139 151.812L79.5259 87.6436L86.6878 80.4817L150.857 129.094C153.516 131.109 153.784 135.008 151.424 137.367L143.918 144.874L136.412 152.38C134.053 154.739 130.153 154.472 128.139 151.812Z", fill: "light-dark(var(--mantine-color-white), var(--mantine-color-gray-7))", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("path", { d: "M86.9945 80.881L83.459 84.4165L149.927 138.864L151.695 137.096L153.109 133.56L152.402 130.732L150.281 128.611L86.9945 80.881Z", fill: "light-dark(#E9ECEF, var(--mantine-color-gray-6))" }), /* @__PURE__ */ e.createElement("path", { d: "M128.139 151.812L79.5259 87.6436L86.6878 80.4817L150.857 129.094C153.516 131.109 153.784 135.008 151.424 137.367L143.918 144.874L136.412 152.38C134.053 154.739 130.153 154.472 128.139 151.812Z", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("circle", { cx: 50, cy: 50, r: 49.5, fill: "light-dark(var(--mantine-color-white), var(--mantine-color-gray-6))", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("path", { d: "M84.5559 96.086C83.4969 94.6925 83.63 92.7309 84.8676 91.4933L90.5364 85.8245C91.774 84.5869 93.7356 84.4538 95.1291 85.5128L106.378 94.0624C108.067 95.3457 108.235 97.8241 106.736 99.3238L102.551 103.508L98.3669 107.692C96.8672 109.192 94.3888 109.024 93.1055 107.335L84.5559 96.086Z", fill: "light-dark(var(--mantine-color-white), var(--mantine-color-gray-7))", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("circle", { cx: 50, cy: 50, r: 44.5, fill: "light-dark(var(--mantine-color-white), var(--mantine-color-dark-6))", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("path", { d: "M83.8128 92.548L86.2877 90.0732L98.662 107.397L96.5407 108.811L93.7123 108.104L84.5199 96.0836L83.8128 92.548Z", fill: "light-dark(#E9ECEF, var(--mantine-color-gray-6))" }), /* @__PURE__ */ e.createElement("path", { d: "M84.5559 96.086C83.4969 94.6925 83.63 92.7309 84.8676 91.4933L90.5364 85.8245C91.774 84.5869 93.7356 84.4538 95.1291 85.5128L106.378 94.0624C108.067 95.3457 108.235 97.8241 106.736 99.3238L102.551 103.508L98.3669 107.692C96.8672 109.192 94.3888 109.024 93.1055 107.335L84.5559 96.086Z", stroke: "var(--mantine-primary-color-filled)" }), /* @__PURE__ */ e.createElement("rect", { x: 27, y: 23.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 45, y: 23.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 63, y: 23.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 9, y: 41.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 27, y: 41.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 45, y: 41.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 63, y: 41.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 81, y: 41.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 9, y: 59.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 27, y: 59.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 45, y: 59.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 63, y: 59.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 81, y: 59.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 27, y: 77.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 45, y: 77.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }), /* @__PURE__ */ e.createElement("rect", { x: 63, y: 77.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF, var(--mantine-color-gray-3))" }));
3
+ export {
4
+ r as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const r = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 157 158", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M128.139 151.812L79.5259 87.6436L86.6878 80.4817L150.857 129.094C153.516 131.109 153.784 135.008 151.424 137.367L143.918 144.874L136.412 152.38C134.053 154.739 130.153 154.472 128.139 151.812Z", fill: "light-dark(#fff,#242424)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M86.9945 80.881L83.459 84.4165L149.927 138.864L151.695 137.096L153.109 133.56L152.402 130.732L150.281 128.611L86.9945 80.881Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M128.139 151.812L79.5259 87.6436L86.6878 80.4817L150.857 129.094C153.516 131.109 153.784 135.008 151.424 137.367L143.918 144.874L136.412 152.38C134.053 154.739 130.153 154.472 128.139 151.812Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("circle", { cx: 50, cy: 50, r: 49.5, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M84.5559 96.086C83.4969 94.6925 83.63 92.7309 84.8676 91.4933L90.5364 85.8245C91.774 84.5869 93.7356 84.4538 95.1291 85.5128L106.378 94.0624C108.067 95.3457 108.235 97.8241 106.736 99.3238L102.551 103.508L98.3669 107.692C96.8672 109.192 94.3888 109.024 93.1055 107.335L84.5559 96.086Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("circle", { cx: 50, cy: 50, r: 44.5, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M83.8128 92.548L86.2877 90.0732L98.662 107.397L96.5407 108.811L93.7123 108.104L84.5199 96.0836L83.8128 92.548Z", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M84.5559 96.086C83.4969 94.6925 83.63 92.7309 84.8676 91.4933L90.5364 85.8245C91.774 84.5869 93.7356 84.4538 95.1291 85.5128L106.378 94.0624C108.067 95.3457 108.235 97.8241 106.736 99.3238L102.551 103.508L98.3669 107.692C96.8672 109.192 94.3888 109.024 93.1055 107.335L84.5559 96.086Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("rect", { x: 27, y: 23.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 45, y: 23.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 63, y: 23.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 9, y: 41.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 27, y: 41.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 45, y: 41.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 63, y: 41.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 81, y: 41.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 9, y: 59.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 27, y: 59.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 45, y: 59.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 63, y: 59.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 81, y: 59.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 27, y: 77.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 45, y: 77.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 63, y: 77.5, width: 3, height: 3, stroke: "light-dark(#E9ECEF,#495057)" }));
3
+ export {
4
+ r as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const r = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 270 241", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("path", { d: "M181.895 97.3368C162.733 97.3368 143.227 96.5585 124.981 91.476C107.078 86.508 90.64 76.8696 75.9879 65.7203C66.3953 58.4629 57.6727 52.6936 45.2184 53.5636C33.0239 54.2312 21.3683 58.8067 11.9763 66.6131C-3.86632 80.3495 -1.48534 106.059 4.85629 124.123C14.3802 151.321 43.3639 170.163 67.9979 182.48C96.4551 196.697 127.728 204.939 159.07 209.7C186.543 213.867 221.845 216.912 245.655 198.963C267.519 182.48 273.517 144.842 268.16 119.43C266.861 111.915 262.864 105.134 256.919 100.359C241.557 89.1408 218.64 96.6271 201.378 97.0163C194.968 97.1537 188.443 97.3139 181.895 97.3368Z", fill: "#F2F2F2" }), /* @__PURE__ */ e.createElement("path", { d: "M135.009 239.485C181.425 239.485 219.052 237.138 219.052 234.243C219.052 231.347 181.425 229 135.009 229C88.5925 229 50.9648 231.347 50.9648 234.243C50.9648 237.138 88.5925 239.485 135.009 239.485Z", fill: "#F2F2F2" }), /* @__PURE__ */ e.createElement("path", { d: "M220.883 69.3594V79.2267", stroke: "#BABABA", strokeWidth: 2.2894, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M215.961 74.3047H225.805", stroke: "#BABABA", strokeWidth: 2.2894, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M55.543 152.285V162.13", stroke: "#BABABA", strokeWidth: 2.2894, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M50.5977 157.203H60.465", stroke: "#BABABA", strokeWidth: 2.2894, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M41.7383 28.3359V38.1803", stroke: "#BABABA", strokeWidth: 2.2894, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M36.792 33.2539H46.6593", stroke: "#BABABA", strokeWidth: 2.2894, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M149.019 5.48722C150.258 5.48722 151.263 4.48272 151.263 3.24361C151.263 2.0045 150.258 1 149.019 1C147.78 1 146.775 2.0045 146.775 3.24361C146.775 4.48272 147.78 5.48722 149.019 5.48722Z", fill: "#CFCFCF" }), /* @__PURE__ */ e.createElement("path", { d: "M143.662 224.354C144.901 224.354 145.905 223.35 145.905 222.111C145.905 220.872 144.901 219.867 143.662 219.867C142.422 219.867 141.418 220.872 141.418 222.111C141.418 223.35 142.422 224.354 143.662 224.354Z", fill: "#CFCFCF" }), /* @__PURE__ */ e.createElement("path", { d: "M191.842 16.1896L61.2709 29.7519C58.2903 30.0615 56.125 32.7287 56.4346 35.7093L74.2922 207.634C74.6018 210.614 77.2691 212.78 80.2497 212.47L210.821 198.908C213.802 198.598 215.967 195.931 215.657 192.95L197.8 21.0258C197.49 18.0453 194.823 15.88 191.842 16.1896Z", fill: "#D2D2D2" }), /* @__PURE__ */ e.createElement("path", { d: "M186.224 24.1289L68.3812 36.3691C65.4006 36.6787 63.2353 39.3459 63.5449 42.3265L79.6949 197.81C80.0045 200.791 82.6717 202.956 85.6523 202.646L203.495 190.406C206.475 190.097 208.64 187.429 208.331 184.449L192.181 28.9652C191.871 25.9846 189.204 23.8193 186.224 24.1289Z", fill: "white", stroke: "#BABABA", strokeWidth: 2.2894, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M107 99C109.761 99 112 96.7614 112 94C112 91.2386 109.761 89 107 89C104.239 89 102 91.2386 102 94C102 96.7614 104.239 99 107 99Z", fill: "#BABABA" }), /* @__PURE__ */ e.createElement("path", { d: "M160 93C162.761 93 165 90.7614 165 88C165 85.2386 162.761 83 160 83C157.239 83 155 85.2386 155 88C155 90.7614 157.239 93 160 93Z", fill: "#BABABA" }), /* @__PURE__ */ e.createElement("path", { d: "M165.892 31.7464L164.061 14.1181C163.969 13.3864 163.594 12.7199 163.016 12.2619C162.438 11.8038 161.703 11.5907 160.97 11.6684L139.175 13.9578C138.998 12.199 138.476 10.4924 137.639 8.93538C136.802 7.37835 135.666 6.00141 134.297 4.88319C132.928 3.76496 131.352 2.92735 129.659 2.41817C127.967 1.90899 126.19 1.73822 124.431 1.9156C122.673 2.09298 120.966 2.61504 119.409 3.45198C117.852 4.28892 116.475 5.42435 115.357 6.79343C113.098 9.55842 112.031 13.1073 112.389 16.6593L90.5254 18.9487C90.1569 18.9859 89.7994 19.0954 89.4734 19.2709C89.1473 19.4465 88.859 19.6846 88.6251 19.9717C88.3912 20.2588 88.2162 20.5892 88.1101 20.944C88.0041 21.2988 87.9691 21.671 88.0071 22.0394L89.8386 39.6678C89.8757 40.0362 89.9853 40.3937 90.1608 40.7198C90.3363 41.0459 90.5744 41.3341 90.8615 41.568C91.1486 41.802 91.479 41.977 91.8338 42.083C92.1886 42.1891 92.5609 42.2241 92.9293 42.1861L163.397 34.86C163.767 34.8231 164.125 34.7128 164.452 34.5355C164.778 34.3582 165.066 34.1175 165.299 33.8276C165.531 33.5376 165.703 33.2042 165.805 32.8468C165.907 32.4895 165.937 32.1154 165.892 31.7464Z", fill: "white", stroke: "#BABABA", strokeWidth: 2.2894, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M109.229 139.21C109.978 132.417 113.031 126.084 117.88 121.267C122.728 116.449 129.08 113.437 135.878 112.731C142.676 112.024 149.512 113.667 155.247 117.385C160.982 121.102 165.272 126.672 167.402 133.166", stroke: "#BABABA", strokeWidth: 2.2894, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M186.629 120C178.201 119.995 169.961 122.49 162.952 127.169C155.942 131.848 150.478 138.501 147.25 146.285C144.022 154.07 143.175 162.637 144.816 170.904C146.457 179.17 150.513 186.764 156.471 192.724C162.428 198.685 170.02 202.745 178.285 204.391C186.551 206.037 195.118 205.194 202.905 201.97C210.691 198.746 217.347 193.285 222.029 186.279C226.712 179.272 229.211 171.033 229.211 162.606C229.211 151.31 224.726 140.476 216.741 132.487C208.755 124.498 197.924 120.006 186.629 120Z", fill: "white", stroke: "#BABABA", strokeWidth: 2.2894, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M216.941 193.512L228.297 204.868", stroke: "#BABABA", strokeWidth: 2.2894, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M227.013 199.351L223.485 203.041C221.904 204.695 221.963 207.318 223.617 208.9L254.233 238.167C255.887 239.748 258.51 239.689 260.091 238.035L263.619 234.344C265.201 232.69 265.142 230.067 263.487 228.486L232.872 199.219C231.218 197.637 228.595 197.696 227.013 199.351Z", fill: "#D2D2D2" }));
3
+ export {
4
+ r as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as t from "react";
2
+ const r = (e) => /* @__PURE__ */ t.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 138 140", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ t.createElement("path", { d: "M10.3148 20.2072L56.0679 7.94772L66.6028 20.8562L66.7112 20.989L66.8809 21.0112L88.9517 23.8689L106.993 91.1998C108.066 95.2059 105.689 99.3237 101.683 100.397L36.4828 117.868C32.4766 118.941 28.3587 116.564 27.2852 112.557L5.00455 29.4048C3.93109 25.3986 6.30856 21.2807 10.3148 20.2072Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 0.862855 }), /* @__PURE__ */ t.createElement("path", { d: "M72.7882 17.5192L89.1489 26.965L70.9793 31.8336C66.9731 32.907 62.8552 30.5295 61.7817 26.5233L56.9129 8.35281L72.7882 17.5192Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 0.862855 }), /* @__PURE__ */ t.createElement("path", { d: "M61.604 2.73599L107.429 15.0147L113.574 28.8581L113.589 28.8915L113.609 28.9232L126.906 48.7694L109.898 112.31C108.825 116.317 104.706 118.695 100.7 117.622L35.5015 100.152C31.4953 99.0786 29.1178 94.9607 30.1913 90.9545L52.4065 8.0462C53.4799 4.04001 57.5978 1.66254 61.604 2.73599Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 0.862855 }), /* @__PURE__ */ t.createElement("path", { d: "M34.4434 2.42383L81.9814 2.42383L88.8457 20.0752L88.9072 20.2344L89.0625 20.3086L109.73 30.1504V112.368C109.73 116.514 106.369 119.875 102.224 119.875H34.4434C30.2974 119.875 26.9365 116.514 26.9365 112.368V9.93066C26.9365 5.78475 30.2974 2.42383 34.4434 2.42383Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 0.862855 }), /* @__PURE__ */ t.createElement("path", { d: "M95.7158 16.041L109.121 29.4463H90.2158C86.0699 29.4463 82.709 26.0854 82.709 21.9395V3.0332L95.7158 16.041Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 0.862855 }), /* @__PURE__ */ t.createElement("path", { d: "M117.052 31.6456L126.498 48.0062L108.328 43.1377C104.322 42.0642 101.945 37.9463 103.018 33.9401L107.887 15.7696L117.052 31.6456Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 0.862855 }), /* @__PURE__ */ t.createElement("path", { d: "M9.95703 63.5H31.5947C33.2706 63.5 34.911 63.9837 36.3184 64.8936L47.2412 71.9561C48.8103 72.9704 50.6394 73.5098 52.5078 73.5098H127.054C132.146 73.5098 136.15 77.8641 135.724 82.9385L131.64 131.528C131.261 136.035 127.492 139.5 122.97 139.5H14.2412C9.68268 139.5 5.89694 135.981 5.56445 131.435L1.28027 72.834C0.91192 67.7929 4.9024 63.5 9.95703 63.5Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ t.createElement("path", { d: "M18.0107 133.594H119.107", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M17.5215 130.396H119.597", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M17.0488 127.197H120.07", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }), /* @__PURE__ */ t.createElement("path", { d: "M14.6348 124H122.484", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.5 }));
3
+ export {
4
+ r as default
5
+ };
@@ -0,0 +1,7 @@
1
+ import * as e from "react";
2
+ const t = (r) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 160 177", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ e.createElement("rect", { x: 0.5, y: 67.5, width: 159, height: 109, rx: 15.5, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("rect", { x: 78, y: 95, width: 70, height: 12, rx: 4, fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 78, y: 113, width: 40, height: 12, rx: 4, fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("rect", { x: 78, y: 131, width: 57, height: 12, rx: 4, fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M66.4954 146.5H13.5046C13.7712 132.095 25.5315 120.5 40 120.5C54.4685 120.5 66.2288 132.095 66.4954 146.5Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("mask", { id: "mask0_6422_35062", style: {
3
+ maskType: "alpha"
4
+ }, maskUnits: "userSpaceOnUse", x: 13, y: 120, width: 54, height: 36 }, /* @__PURE__ */ e.createElement("path", { d: "M40 155.473L13.5024 146.64C13.6948 132.171 25.4845 120.5 40 120.5C54.5155 120.5 66.3052 132.171 66.4976 146.64L40 155.473Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask0_6422_35062)" }, /* @__PURE__ */ e.createElement("path", { d: "M42.4819 124.564L42.1824 125.035C41.8538 125.551 41.2842 125.864 40.6722 125.864H39.3261C38.7141 125.864 38.1445 125.551 37.816 125.035L37.5164 124.564C37.0274 123.796 36.7676 122.904 36.7676 121.993V119.287C36.7676 118.852 37.1198 118.5 37.5543 118.5H42.444C42.8785 118.5 43.2308 118.852 43.2308 119.287V121.993C43.2308 122.904 42.971 123.796 42.4819 124.564Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ e.createElement("circle", { cx: 40, cy: 103, r: 14.5, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M66.4954 146.5H13.5046C13.7712 132.095 25.5315 120.5 40 120.5C54.4685 120.5 66.2288 132.095 66.4954 146.5Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M36.2335 146.098L39.0215 125.885H40.9785L43.7665 146.098C43.8958 147.035 43.5859 147.98 42.9265 148.658L41.097 150.54C40.4962 151.158 39.5038 151.158 38.903 150.54L37.0735 148.658C36.4141 147.98 36.1042 147.035 36.2335 146.098Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M159.492 161.5C159.228 169.829 152.393 176.5 144 176.5H16C7.60689 176.5 0.771864 169.829 0.507912 161.5H159.492Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M48.5 67C48.5 62.8579 51.8579 59.5 56 59.5H104C108.142 59.5 111.5 62.8579 111.5 67C111.5 71.1421 108.142 74.5 104 74.5H56C51.8579 74.5 48.5 71.1421 48.5 67Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("rect", { x: 53, y: 64, width: 54, height: 6, rx: 3, fill: "" }), /* @__PURE__ */ e.createElement("rect", { x: 78, y: 166, width: 57, height: 6, rx: 3, fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M75.9145 61.4908L74 70H86.9498L89.0892 63.4224L89.6644 55.2246L87.3346 47.257L82.042 41.159L69.0694 35.7226L54.4285 30.1424L49.1647 25.4251L49.5961 23.4979L55.2339 16.6521L61.7346 13.488L70.1337 12.9703L82.3584 17.2561L89.9233 22.4336L94.8995 29.8372L95.6474 36.7581L101.084 45.1285L109.784 50.9734L116.639 52.609L124.37 51.4258L132.786 46.9714L139.251 40.5402L126.015 31.0402L124.37 34.1756L117.682 39.5435L111.762 40.415L106.623 39.5435L105.03 29.8372L103.979 19.2895L101.021 12.9378L95.0462 7.42788L86.1489 3.10785L74.4914 0.88916L61.9665 1.27234L50.9275 4.82603L44.0205 10.2111L41.6008 13.1583L38.6602 19.4672L39.7031 26.7843L44.5254 33.914L50.1671 38.2903L54.1494 41.18L60.0992 43.7786L66.1015 45.8815L71.4524 50.2238L74.2899 53.558L75.2474 57.4729L75.9145 61.4908Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M74.3285 69.2322C76.5123 62.3335 78.2703 49.8457 62.1877 44.431C44.0504 38.3245 29.7347 22.7791 45.7461 8.64098C61.7575 -5.49709 102.545 0.130448 104.204 21.8671C105.863 43.6038 109.63 55.4383 121.888 51.9378C131.694 49.1374 137.346 43.3625 138.947 40.8251", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M87.3586 69.1746C90.1431 62.2607 92.5072 46.7661 79.6875 40.0988C63.6627 31.7647 43.5717 32.6889 44.248 10.0605", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M48.8543 25.2358C51.2094 19.6275 59.5253 9.647 74.1772 14.1594C92.4921 19.8 95.3675 29.2986 95.5042 34.7052C95.6409 40.1118 103.813 50.5869 114.249 51.8488", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M106.623 39.2049C110.555 41.0938 119.664 42.1407 125.941 31.4393", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }));
5
+ export {
6
+ t as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as e from "react";
2
+ const a = (r) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 157 140", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ e.createElement("path", { d: "M122.184 71.8411C124.585 90.0841 125.966 106.697 126.259 118.806C126.405 124.863 126.279 129.777 125.876 133.199C125.674 134.914 125.406 136.225 125.081 137.112C124.918 137.556 124.751 137.866 124.59 138.063C124.432 138.259 124.311 138.309 124.234 138.319C124.158 138.329 124.028 138.312 123.824 138.164C123.618 138.015 123.376 137.759 123.104 137.372C122.561 136.6 121.962 135.402 121.323 133.798C120.048 130.597 118.655 125.884 117.228 119.994C114.377 108.222 111.411 91.8185 109.009 73.5756C106.608 55.3326 105.227 38.7201 104.934 26.6112C104.788 20.5535 104.914 15.64 105.317 12.2181C105.519 10.5031 105.787 9.19132 106.112 8.30481C106.275 7.8608 106.442 7.55074 106.603 7.35323C106.761 7.158 106.882 7.10751 106.959 7.09743C107.035 7.08734 107.165 7.10473 107.369 7.25235C107.575 7.40168 107.817 7.65784 108.089 8.04459C108.632 8.81677 109.231 10.0144 109.87 11.6187C111.145 14.8197 112.538 19.5331 113.965 25.4222C116.816 37.1943 119.782 53.5982 122.184 71.8411Z", fill: "light-dark(#E9ECEF,#495057)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("mask", { id: "path-2-inside-1_6422_27983", fill: "light-dark(var(--mantine-primary-color-filled),#fff)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M116.499 29.2375C113.938 38.7971 89.8435 46.2906 60.4986 46.2906C31.1536 46.2906 7.05931 38.7971 4.49805 29.2375L18.3989 133.494C18.8955 137.219 22.0725 140 25.8299 140H95.1673C98.9247 140 102.102 137.219 102.598 133.494L116.499 29.2375Z" })), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M116.499 29.2375C113.938 38.7971 89.8435 46.2906 60.4986 46.2906C31.1536 46.2906 7.05931 38.7971 4.49805 29.2375L18.3989 133.494C18.8955 137.219 22.0725 140 25.8299 140H95.1673C98.9247 140 102.102 137.219 102.598 133.494L116.499 29.2375Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M116.499 29.2375L117.49 29.3697L115.533 28.9788L116.499 29.2375ZM4.49805 29.2375L5.46398 28.9788L3.50682 29.3697L4.49805 29.2375ZM102.598 133.494L101.607 133.362L102.598 133.494ZM60.4986 47.2906C75.2463 47.2906 88.7084 45.4088 98.8358 42.305C103.897 40.754 108.164 38.8861 111.349 36.7677C114.515 34.6621 116.734 32.2266 117.465 29.4963L115.533 28.9788C114.984 31.0282 113.231 33.1143 110.241 35.1024C107.271 37.0777 103.201 38.8756 98.2497 40.3928C88.3534 43.4258 75.0958 45.2906 60.4986 45.2906V47.2906ZM3.53212 29.4963C4.26364 32.2266 6.48241 34.6621 9.64824 36.7677C12.8333 38.8861 17.1004 40.754 22.1614 42.305C32.2888 45.4088 45.7509 47.2906 60.4986 47.2906V45.2906C45.9014 45.2906 32.6438 43.4258 22.7475 40.3928C17.7967 38.8756 13.7258 37.0777 10.7558 35.1024C7.76658 33.1143 6.01309 31.0282 5.46398 28.9788L3.53212 29.4963ZM19.3902 133.362L5.48927 29.1054L3.50682 29.3697L17.4077 133.626L19.3902 133.362ZM95.1673 139H25.8299V141H95.1673V139ZM115.508 29.1054L101.607 133.362L103.589 133.626L117.49 29.3697L115.508 29.1054ZM95.1673 141C99.4258 141 103.027 137.848 103.589 133.626L101.607 133.362C101.177 136.59 98.4235 139 95.1673 139V141ZM17.4077 133.626C17.9705 137.848 21.5713 141 25.8299 141V139C22.5737 139 19.8205 136.59 19.3902 133.362L17.4077 133.626Z", fill: "light-dark(var(--mantine-primary-color-filled),#fff)", stroke: "light-dark(transparent,light-dark(var(--mantine-primary-color-filled),#fff))", mask: "url(#path-2-inside-1_6422_27983)" }), /* @__PURE__ */ e.createElement("mask", { id: "path-4-inside-2_6422_27983", fill: "var(--mantine-color-body)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M119.948 29.2373C119.948 39.5881 93.0969 47.9792 59.9741 47.9792C26.8514 47.9792 9.23602e-05 39.5882 0 29.2373V29.2373V18.7419H5.24773V21.5591C14.6326 15.0368 35.6062 10.4954 59.9741 10.4954C84.3417 10.4954 105.315 15.0368 114.7 21.5589V18.7419H119.948V29.1807C119.948 29.1996 119.948 29.2184 119.948 29.2373Z" })), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M119.948 29.2373C119.948 39.5881 93.0969 47.9792 59.9741 47.9792C26.8514 47.9792 9.23602e-05 39.5882 0 29.2373V29.2373V18.7419H5.24773V21.5591C14.6326 15.0368 35.6062 10.4954 59.9741 10.4954C84.3417 10.4954 105.315 15.0368 114.7 21.5589V18.7419H119.948V29.1807C119.948 29.1996 119.948 29.2184 119.948 29.2373Z", stroke: "light-dark(transparent,light-dark(var(--mantine-primary-color-filled),#fff))", fill: "light-dark(#E9ECEF,#495057)" }), /* @__PURE__ */ e.createElement("path", { d: "M0 29.2373H-1V29.2373L0 29.2373ZM0 18.7419V17.7419H-1V18.7419H0ZM5.24773 18.7419H6.24773V17.7419H5.24773V18.7419ZM5.24773 21.5591H4.24773V23.4718L5.81842 22.3802L5.24773 21.5591ZM114.7 21.5589L114.13 22.3801L115.7 23.4716V21.5589H114.7ZM114.7 18.7419V17.7419H113.7V18.7419H114.7ZM119.948 18.7419H120.948V17.7419H119.948V18.7419ZM119.948 29.1807H118.948L118.948 29.1901L119.948 29.1807ZM59.9741 48.9792C76.6079 48.9792 91.7066 46.8736 102.68 43.4443C108.161 41.7315 112.67 39.6712 115.829 37.3368C118.97 35.0167 120.948 32.2912 120.948 29.2373H118.948C118.948 31.3587 117.57 33.5637 114.641 35.7282C111.731 37.8782 107.456 39.8565 102.084 41.5353C91.3514 44.8892 76.4631 46.9792 59.9741 46.9792V48.9792ZM-1 29.2373C-0.999973 32.2913 0.978732 35.0168 4.11887 37.3368C7.27859 39.6713 11.7868 41.7315 17.2678 43.4443C28.2416 46.8736 43.3404 48.9792 59.9741 48.9792V46.9792C43.4851 46.9792 28.5969 44.8892 17.8643 41.5353C12.4921 39.8565 8.21736 37.8782 5.30734 35.7282C2.37776 33.5637 1.00002 31.3588 1 29.2373L-1 29.2373ZM-1 29.2373V29.2373H1V29.2373H-1ZM-1 18.7419V29.2373H1V18.7419H-1ZM5.24773 17.7419H0V19.7419H5.24773V17.7419ZM6.24773 21.5591V18.7419H4.24773V21.5591H6.24773ZM59.9741 9.49536C47.7316 9.49536 36.3278 10.6359 26.7904 12.602C17.2774 14.563 9.53304 17.3631 4.67705 20.7379L5.81842 22.3802C10.3473 19.2328 17.7822 16.501 27.1942 14.5608C36.5818 12.6256 47.8487 11.4954 59.9741 11.4954V9.49536ZM115.271 20.7377C110.415 17.363 102.67 14.5629 93.1575 12.6019C83.6202 10.6359 72.2165 9.49536 59.9741 9.49536V11.4954C72.0993 11.4954 83.3662 12.6256 92.7537 14.5607C102.166 16.5009 109.601 19.2326 114.13 22.3801L115.271 20.7377ZM115.7 21.5589V18.7419H113.7V21.5589H115.7ZM114.7 19.7419H119.948V17.7419H114.7V19.7419ZM118.948 18.7419V29.1807H120.948V18.7419H118.948ZM120.948 29.2373C120.948 29.2152 120.948 29.1932 120.948 29.1714L118.948 29.1901C118.948 29.2059 118.948 29.2217 118.948 29.2373H120.948Z", fill: "light-dark(var(--mantine-primary-color-filled),#fff)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", mask: "url(#path-4-inside-2_6422_27983)" }), /* @__PURE__ */ e.createElement("path", { d: "M119.448 18.7419C119.448 21.0965 117.92 23.4316 114.938 25.635C111.966 27.8311 107.632 29.8299 102.233 31.5172C91.4402 34.89 76.4993 36.9838 59.9741 36.9838C43.4489 36.9838 28.508 34.89 17.7151 31.5172C12.3157 29.8299 7.98261 27.8311 5.01018 25.635C2.02797 23.4316 0.5 21.0965 0.5 18.7419C0.5 16.3873 2.02797 14.0522 5.01018 11.8489C7.98261 9.65273 12.3157 7.65393 17.7151 5.96662C28.508 2.59385 43.4489 0.5 59.9741 0.5C76.4993 0.5 91.4402 2.59385 102.233 5.96662C107.632 7.65393 111.966 9.65273 114.938 11.8489C117.92 14.0522 119.448 16.3873 119.448 18.7419Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M19.4902 49.4788L30.3605 133.068M32.6096 52.4508L40.856 133.068M45.7289 54.6798L50.9766 133.068", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M60.7227 55.4761V132.693", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M101.957 48.3542L91.0867 131.943M88.8377 51.3263L80.5913 131.943M75.7184 53.5553L70.4706 131.943", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M119.448 18.7419C119.448 21.0965 117.92 23.4316 114.938 25.635C111.966 27.8311 107.632 29.8299 102.233 31.5172C91.4402 34.89 76.4993 36.9838 59.9741 36.9838C43.4489 36.9838 28.508 34.89 17.7151 31.5172C12.3157 29.8299 7.98261 27.8311 5.01018 25.635C2.02797 23.4316 0.5 21.0965 0.5 18.7419C0.5 16.3873 2.02797 14.0522 5.01018 11.8489C7.98261 9.65273 12.3157 7.65393 17.7151 5.96662C28.508 2.59385 43.4489 0.5 59.9741 0.5C76.4993 0.5 91.4402 2.59385 102.233 5.96662C107.632 7.65393 111.966 9.65273 114.938 11.8489C117.92 14.0522 119.448 16.3873 119.448 18.7419Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("mask", { id: "mask0_6422_27983", maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 120, height: 38, style: {
3
+ maskType: "alpha"
4
+ } }, /* @__PURE__ */ e.createElement("path", { d: "M119.573 18.7419C119.573 21.1549 118.008 23.5225 115.012 25.7356C112.024 27.9433 107.677 29.9472 102.27 31.6367C91.4624 35.0141 76.5084 37.109 59.9741 37.109C43.4398 37.109 28.4858 35.0141 17.6778 31.6367C12.2716 29.9472 7.92386 27.9433 4.9358 25.7356C1.94041 23.5225 0.374838 21.1549 0.374838 18.7419C0.374838 16.329 1.94041 13.9613 4.9358 11.7482C7.92386 9.54051 12.2716 7.53659 17.6778 5.84715C28.4858 2.46967 43.4398 0.374838 59.9741 0.374838C76.5084 0.374838 91.4624 2.46967 102.27 5.84715C107.677 7.53659 112.024 9.54051 115.012 11.7482C118.008 13.9613 119.573 16.329 119.573 18.7419Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeWidth: 0.749676 })), /* @__PURE__ */ e.createElement("g", { mask: "url(#mask0_6422_27983)" }, /* @__PURE__ */ e.createElement("path", { d: "M12.7441 14.2437L19.1164 37.8585M28.4873 9.37077L32.2357 39.3578M44.6054 7.49658L48.3538 41.232", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.749676 }), /* @__PURE__ */ e.createElement("path", { d: "M107.578 14.2437L101.206 37.8585M91.8349 9.37077L88.0865 39.3578M75.7169 7.49658L71.9685 41.232", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.749676 }), /* @__PURE__ */ e.createElement("path", { d: "M59.9727 6.74707V38.9831", stroke: "light-dark(#E9ECEF,#495057)", strokeWidth: 0.749676 })), /* @__PURE__ */ e.createElement("path", { d: "M119.448 18.7419C119.448 21.0965 117.92 23.4316 114.938 25.635C111.966 27.8311 107.632 29.8299 102.233 31.5172C91.4402 34.89 76.4993 36.9838 59.9741 36.9838C43.4489 36.9838 28.508 34.89 17.7151 31.5172C12.3157 29.8299 7.98261 27.8311 5.01018 25.635C2.02797 23.4316 0.5 21.0965 0.5 18.7419C0.5 16.3873 2.02797 14.0522 5.01018 11.8489C7.98261 9.65273 12.3157 7.65393 17.7151 5.96662C28.508 2.59385 43.4489 0.5 59.9741 0.5C76.4993 0.5 91.4402 2.59385 102.233 5.96662C107.632 7.65393 111.966 9.65273 114.938 11.8489C117.92 14.0522 119.448 16.3873 119.448 18.7419Z", stroke: "light-dark(transparent,light-dark(var(--mantine-primary-color-filled),#fff))" }), /* @__PURE__ */ e.createElement("mask", { id: "path-16-inside-3_6422_27983", fill: "light-dark(var(--mantine-primary-color-filled),#fff)" }, /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M128.939 70.9518C130.656 83.991 136.276 94.0047 141.491 93.3181C146.707 92.6314 149.544 81.5044 147.827 68.4652C146.11 55.4261 140.491 45.4124 135.275 46.099C130.059 46.7857 127.223 57.9127 128.939 70.9518ZM134.653 70.1996C135.797 78.8924 138.617 85.6902 140.951 85.3829C143.285 85.0756 144.25 77.7796 143.105 69.0868C141.961 60.3941 139.141 53.5963 136.807 53.9036C134.473 54.2108 133.509 61.5068 134.653 70.1996Z" })), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M128.939 70.9518C130.656 83.991 136.276 94.0047 141.491 93.3181C146.707 92.6314 149.544 81.5044 147.827 68.4652C146.11 55.4261 140.491 45.4124 135.275 46.099C130.059 46.7857 127.223 57.9127 128.939 70.9518ZM134.653 70.1996C135.797 78.8924 138.617 85.6902 140.951 85.3829C143.285 85.0756 144.25 77.7796 143.105 69.0868C141.961 60.3941 139.141 53.5963 136.807 53.9036C134.473 54.2108 133.509 61.5068 134.653 70.1996Z", stroke: "light-dark(transparent,light-dark(var(--mantine-primary-color-filled),#fff))", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M141.361 92.3266C140.417 92.4508 139.356 92.1084 138.202 91.1706C137.046 90.2309 135.874 88.751 134.775 86.7927C132.58 82.8814 130.777 77.2471 129.931 70.8213L127.948 71.0824C128.819 77.6958 130.683 83.5879 133.031 87.7715C134.204 89.8608 135.523 91.5705 136.941 92.7227C138.361 93.8768 139.958 94.5286 141.622 94.3095L141.361 92.3266ZM146.836 68.5958C147.682 75.0215 147.398 80.9307 146.29 85.2768C145.735 87.4528 144.987 89.1854 144.113 90.3924C143.241 91.5969 142.304 92.2024 141.361 92.3266L141.622 94.3095C143.286 94.0904 144.66 93.0475 145.733 91.5652C146.805 90.0852 147.636 88.0924 148.228 85.7709C149.413 81.1221 149.689 74.9481 148.818 68.3347L146.836 68.5958ZM135.405 47.0905C136.349 46.9662 137.41 47.3086 138.565 48.2465C139.721 49.1861 140.892 50.6661 141.991 52.6243C144.186 56.5356 145.99 62.17 146.836 68.5958L148.818 68.3347C147.948 61.7213 146.083 55.8292 143.735 51.6455C142.563 49.5563 141.244 47.8466 139.826 46.6944C138.406 45.5403 136.809 44.8884 135.144 45.1076L135.405 47.0905ZM129.931 70.8213C129.085 64.3956 129.369 58.4864 130.477 54.1403C131.031 51.9643 131.78 50.2316 132.653 49.0247C133.525 47.8201 134.462 47.2147 135.405 47.0905L135.144 45.1076C133.48 45.3267 132.106 46.3696 131.033 47.8519C129.962 49.3319 129.13 51.3247 128.539 53.6462C127.353 58.295 127.077 64.4689 127.948 71.0824L129.931 70.8213ZM140.821 84.3915C140.77 84.3982 140.466 84.3846 139.911 83.721C139.392 83.1014 138.831 82.113 138.28 80.7831C137.182 78.1373 136.209 74.3544 135.644 70.0691L133.662 70.3301C134.242 74.7376 135.25 78.7 136.432 81.5495C137.021 82.9672 137.674 84.1639 138.376 85.0041C139.042 85.8004 139.966 86.5213 141.082 86.3744L140.821 84.3915ZM142.114 69.2174C142.678 73.5027 142.717 77.4087 142.341 80.2484C142.153 81.6757 141.867 82.7757 141.527 83.5083C141.162 84.2929 140.872 84.3847 140.821 84.3915L141.082 86.3744C142.198 86.2274 142.903 85.2921 143.341 84.3506C143.802 83.3571 144.123 82.0321 144.324 80.5105C144.728 77.4522 144.677 73.3638 144.097 68.9563L142.114 69.2174ZM136.938 54.895C136.989 54.8883 137.293 54.9019 137.848 55.5654C138.366 56.1851 138.927 57.1735 139.479 58.5033C140.576 61.1492 141.55 64.932 142.114 69.2174L144.097 68.9563C143.517 64.5489 142.508 60.5864 141.326 57.737C140.738 56.3193 140.085 55.1225 139.382 54.2823C138.716 53.4861 137.792 52.7652 136.676 52.9121L136.938 54.895ZM135.644 70.0691C135.08 65.7838 135.042 61.8778 135.417 59.0381C135.606 57.6107 135.892 56.5108 136.232 55.7782C136.596 54.9936 136.887 54.9017 136.938 54.895L136.676 52.9121C135.561 53.059 134.855 53.9944 134.418 54.9359C133.957 55.9293 133.635 57.2543 133.434 58.776C133.03 61.8343 133.081 65.9227 133.662 70.3301L135.644 70.0691Z", fill: "light-dark(var(--mantine-primary-color-filled),#fff)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", mask: "url(#path-16-inside-3_6422_27983)" }), /* @__PURE__ */ e.createElement("path", { d: "M118.057 4.83601C119.836 4.60184 121.468 5.85392 121.702 7.6326L122.649 14.8246C123.162 18.727 124.531 22.468 126.658 25.7802L130.392 31.5962C132.439 34.7846 133.757 38.3856 134.251 42.1422L137.889 69.7738L141.527 97.4055C142.021 101.162 141.681 104.981 140.529 108.591L138.427 115.175C137.23 118.925 136.876 122.893 137.39 126.795L138.337 133.987C138.571 135.766 137.319 137.398 135.54 137.632L125.003 139.019C124.456 139.091 123.954 138.706 123.882 138.159L106.66 7.34446C106.588 6.79725 106.973 6.29525 107.52 6.22321L118.057 4.83601Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M124.65 32.2861L134.908 110.198", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M118.498 9.87793L110.322 10.9543", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M119.672 18.801L111.496 19.8774", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M120.848 27.7239L112.672 28.8003", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M122.021 36.647L113.846 37.7233", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M123.197 45.5698L115.021 46.6462", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M124.371 54.4929L116.195 55.5693", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M125.547 63.416L117.371 64.4924", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M126.721 72.3389L118.545 73.4152", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M127.896 81.262L119.721 82.3383", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M129.07 90.1851L120.894 91.2614", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M130.246 99.1079L122.07 100.184", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M131.42 108.031L123.244 109.107", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M132.596 116.954L124.42 118.03", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M133.77 125.877L125.594 126.953", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M134.945 134.8L126.769 135.876", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }));
5
+ export {
6
+ a as default
7
+ };
@@ -0,0 +1,7 @@
1
+ import * as L from "react";
2
+ const r = (e) => /* @__PURE__ */ L.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 202 221", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ L.createElement("path", { d: "M24.0108 87.165L32.5577 84.7559L84.8975 84.6611L93.513 86.8515L99.7435 91.0376L103.784 98.631L110.647 119.318L187.18 154.302L174.53 178.532L116.634 207.272L85.9576 209.314L46.95 206.059L28.7428 197.01L5.40452 175.824L2.20508 163.41L2.81116 147.575L4.24588 136.761L5.84571 126.002L10.0945 109.56L17.472 91.7537L24.0108 87.165Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ L.createElement("path", { d: "M28.1123 105.974L24.1123 163.648M90.1123 105.974L94.1123 163.648", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("rect", { x: 70.9639, y: 107.87, width: 14, height: 4, rx: 0.5, fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M83.8584 111.87V120.027C83.8584 120.856 83.1868 121.527 82.3584 121.527H73.5693C72.7409 121.527 72.0693 120.856 72.0693 120.027V111.87H83.8584Z", fill: "light-dark(#E9ECEF,#4A5058)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M62.5049 106.037L70.7305 165.673C71.1179 168.482 70.2302 171.312 68.3193 173.394L68.1318 173.593L61.3477 180.572C60.0163 181.941 57.8439 181.984 56.46 180.7L56.3281 180.572L49.5439 173.593C47.5674 171.56 46.6056 168.754 46.9111 165.945L46.9443 165.673L55.1699 106.037H62.5049Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("mask", { id: "mask0_9562_23721", style: {
3
+ maskType: "alpha"
4
+ }, maskUnits: "userSpaceOnUse", x: 46, y: 105, width: 26, height: 78 }, /* @__PURE__ */ L.createElement("path", { d: "M62.5059 106.037L70.7314 165.673C71.1188 168.482 70.2311 171.312 68.3203 173.394L68.1328 173.593L61.3486 180.572C60.0172 181.941 57.8449 181.984 56.4609 180.7L56.3291 180.572L49.5449 173.593C47.5684 171.56 46.6066 168.754 46.9121 165.945L46.9453 165.673L55.1709 106.037H62.5059Z", fill: "var(--mantine-color-body)", stroke: "#228BE6" })), /* @__PURE__ */ L.createElement("g", { mask: "url(#mask0_9562_23721)" }, /* @__PURE__ */ L.createElement("path", { d: "M36.8301 100.37L96.8301 135.37", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M36.8301 119.37L96.8301 154.37", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M36.8301 138.37L96.8301 173.37", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M36.8301 157.37L96.8301 192.37", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" })), /* @__PURE__ */ L.createElement("path", { d: "M53.0186 82.9102H64.6533C67.1386 82.9102 69.1533 84.9249 69.1533 87.4102V96.9941C69.1533 97.7429 68.9668 98.4781 68.6123 99.1338L68.4502 99.4102L65.4834 104.072C64.6574 105.37 63.2251 106.156 61.6865 106.156H55.9854C54.543 106.156 53.1941 105.465 52.3506 104.31L52.1895 104.072L49.2217 99.4102C48.7623 98.6882 48.5186 97.8499 48.5186 96.9941V87.4102C48.5186 84.9249 50.5333 82.9102 53.0186 82.9102Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M31.8348 79.4095L39.3318 71.2197L58.8345 84.6483L45.7145 101.061L31.6927 83.2937C30.7815 82.1391 30.8417 80.4943 31.8348 79.4095Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M85.8341 79.4095L78.3372 71.2197L58.8344 84.6483L71.9544 101.061L85.9763 83.2937C86.8874 82.1391 86.8272 80.4943 85.8341 79.4095Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M59.6396 83.9185C59.1798 84.2103 58.6008 84.2284 58.126 83.9731L58.0322 83.9185L39.9053 72.4116C39.161 71.9391 39.3584 70.8359 40.1553 70.6079L40.3232 70.5747L41.1279 70.478C52.5241 69.1186 64.0379 69.0766 75.4414 70.3511L76.5439 70.478L77.3486 70.5737C78.224 70.6782 78.5234 71.7591 77.9033 72.3091L77.7666 72.4116L59.6396 83.9185Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M31.8408 79.405L34.2155 76.8145L49.8821 95.8383L45.779 101.06L31.701 83.2954C30.7857 82.1404 30.8449 80.4914 31.8408 79.405Z", fill: "light-dark(#E9ECEF,#4A5058)" }), /* @__PURE__ */ L.createElement("path", { d: "M85.8301 79.405L83.4554 76.8145L67.7888 95.8383L71.8919 101.06L85.9699 83.2954C86.8852 82.1404 86.826 80.4914 85.8301 79.405Z", fill: "light-dark(#E9ECEF,#4A5058)" }), /* @__PURE__ */ L.createElement("path", { d: "M39.3318 71.2197L31.8348 79.4095C30.8417 80.4943 30.7815 82.1391 31.6927 83.2937L45.7145 101.061L58.8345 84.6483", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M78.3372 71.2197L85.8341 79.4095C86.8272 80.4943 86.8874 82.1391 85.9763 83.2937L71.9544 101.061L58.8344 84.6483", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M93.6945 42.5302C97.2945 43.5163 99.3731 48.0584 98.0594 52.8548C96.7455 57.6514 92.6421 60.501 89.042 59.5148C85.4418 58.5287 83.3635 53.9857 84.6773 49.1892C85.9913 44.3929 90.0944 41.544 93.6945 42.5302Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M25.3778 42.5302C21.7777 43.5163 19.6992 48.0584 21.0129 52.8548C22.3268 57.6514 26.4301 60.501 30.0303 59.5148C33.6304 58.5287 35.7088 53.9857 34.3949 49.1892C33.0809 44.3929 28.9778 41.544 25.3778 42.5302Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M58.9688 14.9536C74.5398 14.4384 82.8905 18.2225 87.3906 24.3062C91.9228 30.4332 92.6631 39.0236 92.6631 48.4146C92.6631 66.8999 77.4457 81.9097 58.9521 81.9097C40.4812 81.9096 26.4092 66.9218 26.4092 48.4136C26.4092 39.0291 27.238 30.9421 31.668 25.0669C35.9379 19.404 43.6504 15.6821 57.5996 15.0093L58.9688 14.9536Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M23.1865 27.9935C23.1865 36.0598 25.4678 41.388 26.6084 43.0437C27.5854 33.2398 33.6092 26.2786 37.5242 24.2216C35.8861 25.3744 35.6831 28.1846 35.7864 29.4456C66.2121 31.3876 77.1452 24.7702 78.8085 21.2188C78.2947 31.2069 91.9846 34.6212 92.6997 44.2808C101.007 22.9181 88.6087 15.6893 81.371 14.7452C81.8205 10.2947 77.6487 1.39355 57.3649 1.39355C32.0101 1.39355 23.1865 17.9105 23.1865 27.9935Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M50.7568 69.1645C50.7568 66.3899 54.6875 64.1406 59.5361 64.1406C64.3848 64.1406 68.3154 66.3899 68.3154 69.1646", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M39.2568 43.5217C41.8706 44.0567 47.604 43.7562 49.6279 38.2744", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M49.6279 51.0225C49.6279 53.5284 47.4305 55.5599 44.7197 55.5599C42.009 55.5599 39.8115 53.5284 39.8115 51.0225", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M79.8154 43.5217C77.2017 44.0567 71.4682 43.7562 69.4443 38.2744", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M69.4443 51.0225C69.4443 53.5284 71.6418 55.5599 74.3525 55.5599C77.0633 55.5599 79.2607 53.5284 79.2607 51.0225", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M32.7763 84.6094C28.9103 85.292 20.4456 87.737 17.5156 92.0561C13.8531 97.4549 2.31055 125.415 2.31055 163.648", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M85.1035 84.6094C88.9696 85.292 97.4343 87.737 100.364 92.0561C104.027 97.4549 115.569 125.415 115.569 163.648", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ L.createElement("path", { d: "M65.4905 192.502L67.3888 194.049L72.2501 191.655C72.7147 191.427 73.25 191.387 73.7433 191.545L80.5947 193.738C81.2058 193.933 81.6859 194.41 81.8857 195.02L83.1396 198.847C83.18 198.971 83.2323 199.09 83.2957 199.203L86.1244 204.248C86.2919 204.547 86.3798 204.884 86.3798 205.226V208.348C86.3798 208.927 86.1295 209.477 85.6934 209.856L81.3431 213.645C81.1508 213.813 80.9923 214.016 80.8762 214.243L79.4709 216.989C79.2703 217.381 78.9458 217.696 78.5479 217.885L74.7327 219.696C74.3179 219.893 73.848 219.941 73.4019 219.832L67.8506 218.48C67.547 218.406 67.2303 218.404 66.9258 218.475L61.256 219.788C60.6771 219.923 60.0686 219.792 59.5953 219.433L53.7461 214.993C53.3982 214.729 52.9736 214.586 52.5369 214.586H48.4034C47.6157 214.586 46.9014 214.124 46.5788 213.405L45.5662 211.15C45.3441 210.655 45.3324 210.091 45.5338 209.588L46.9659 206.007C47.0604 205.771 47.1089 205.519 47.1089 205.264V200.952C47.1089 200.437 47.3076 199.942 47.6635 199.57L48.7146 198.471C48.9023 198.275 49.1281 198.119 49.3782 198.012L54.9147 195.661C55.1509 195.561 55.3656 195.416 55.5471 195.235L58.7668 192.015C59.2173 191.565 59.8554 191.356 60.4851 191.453L64.5311 192.076C64.8832 192.13 65.2144 192.277 65.4905 192.502Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ L.createElement("path", { d: "M73.3185 196.112L67.3888 194.049M67.3888 194.049L65.4905 192.502C65.2144 192.277 64.8832 192.13 64.5311 192.076L60.4851 191.453C59.8554 191.356 59.2173 191.565 58.7668 192.015L55.5471 195.235C55.3656 195.416 55.1509 195.561 54.9147 195.661L49.3782 198.012C49.1281 198.119 48.9023 198.275 48.7146 198.471L47.6635 199.57C47.3076 199.942 47.1089 200.437 47.1089 200.952V205.264C47.1089 205.519 47.0604 205.771 46.9659 206.007L45.5338 209.588C45.3324 210.091 45.3441 210.655 45.5662 211.15L46.5788 213.405C46.9014 214.124 47.6157 214.586 48.4034 214.586H52.5369C52.9736 214.586 53.3982 214.729 53.7461 214.993L59.5953 219.433C60.0686 219.792 60.6771 219.923 61.256 219.788L66.9258 218.475C67.2303 218.404 67.547 218.406 67.8506 218.48L73.4019 219.832C73.848 219.941 74.3179 219.893 74.7327 219.696L78.5479 217.885C78.9458 217.696 79.2703 217.381 79.4709 216.989L80.8762 214.243C80.9923 214.016 81.1508 213.813 81.3431 213.645L85.6934 209.856C86.1295 209.477 86.3798 208.927 86.3798 208.348V205.226C86.3798 204.884 86.2919 204.547 86.1244 204.248L83.2957 199.203C83.2323 199.09 83.18 198.971 83.1396 198.847L81.8857 195.02C81.6859 194.41 81.2058 193.933 80.5947 193.738L73.7433 191.545C73.25 191.387 72.7147 191.427 72.2501 191.655L67.3888 194.049Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M55.0916 204.686C54.5393 204.686 54.0916 205.134 54.0916 205.686C54.0917 206.238 54.5394 206.686 55.0917 206.686L55.0916 204.686ZM71.802 213.901L72.4793 214.637L71.802 213.901ZM71.2142 214.896L72.1854 215.134L71.2142 214.896ZM75.734 210.282L75.0568 209.546L75.734 210.282ZM63.3508 201.635L62.589 200.987L63.3508 201.635ZM65.9267 201.23L65.4006 202.08L65.9267 201.23ZM60.5052 204.982L59.7434 204.334L60.5052 204.982ZM55.0916 205.686L55.0917 206.686L58.9816 206.686L58.9816 205.686L58.9816 204.686L55.0916 204.686L55.0916 205.686ZM60.5052 204.982L61.2671 205.629L64.1127 202.283L63.3508 201.635L62.589 200.987L59.7434 204.334L60.5052 204.982ZM65.9267 201.23L65.4006 202.08L74.9056 207.96L75.4317 207.109L75.9578 206.259L66.4527 200.379L65.9267 201.23ZM75.734 210.282L75.0568 209.546L71.1248 213.165L71.802 213.901L72.4793 214.637L76.4113 211.017L75.734 210.282ZM71.2142 214.896L70.243 214.657L69.3409 218.332L70.3121 218.571L71.2832 218.809L72.1854 215.134L71.2142 214.896ZM71.802 213.901L71.1248 213.165C70.6905 213.565 70.3838 214.084 70.243 214.657L71.2142 214.896L72.1854 215.134C72.2323 214.943 72.3345 214.77 72.4793 214.637L71.802 213.901ZM75.4317 207.109L74.9056 207.96C75.4687 208.308 75.5439 209.098 75.0568 209.546L75.734 210.282L76.4113 211.017C77.8727 209.672 77.647 207.304 75.9578 206.259L75.4317 207.109ZM63.3508 201.635L64.1127 202.283C64.4329 201.906 64.9802 201.82 65.4006 202.08L65.9267 201.23L66.4527 200.379C65.1916 199.599 63.5496 199.857 62.589 200.987L63.3508 201.635ZM58.9816 205.686L58.9816 206.686C59.8615 206.686 60.6971 206.3 61.2671 205.629L60.5052 204.982L59.7434 204.334C59.5534 204.557 59.2749 204.686 58.9816 204.686L58.9816 205.686Z", fill: "#E9ECEF" }), /* @__PURE__ */ L.createElement("path", { d: "M59.3955 211.102L60.5904 211.411C61.213 211.573 61.8752 211.425 62.37 211.014L66.4838 207.596", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M4.83622 175.822H9.1314L11.3926 171.904C11.9609 170.919 13.2351 170.605 14.1957 171.214L17.3183 173.193C17.5343 173.33 17.7746 173.424 18.0261 173.471L22.2357 174.248C22.3554 174.27 22.4769 174.281 22.5987 174.281H27.1996C27.9173 174.281 28.58 174.665 28.9361 175.289L30.9932 178.889C31.1905 179.234 31.4862 179.512 31.8425 179.689L36.9812 182.232C37.8843 182.679 38.3138 183.728 37.9835 184.68L36.1767 189.888C36.1036 190.099 36.0662 190.32 36.0662 190.544V193.035C36.0662 193.889 35.5237 194.649 34.7158 194.927L29.4216 196.745C29.0182 196.884 28.6696 197.148 28.4269 197.498L26.6908 200.006C26.3535 200.493 25.8175 200.806 25.2274 200.859L21.461 201.202C21.3637 201.211 21.2671 201.226 21.1721 201.249L15.4873 202.624C14.9448 202.755 14.3723 202.653 13.9079 202.344L10.2396 199.898C9.94677 199.703 9.60767 199.589 9.25648 199.566L5.11948 199.305C4.42129 199.26 3.79693 198.855 3.47305 198.235L0.982086 193.465C0.705293 192.935 0.680105 192.309 0.913423 191.759L2.10766 188.941C2.28413 188.525 2.31429 188.061 2.19323 187.625L0.757077 182.457C0.620794 181.966 0.676669 181.442 0.913314 180.992L3.06546 176.893C3.41098 176.235 4.09295 175.822 4.83622 175.822Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ L.createElement("path", { d: "M15.15 185.143L9.1314 175.822M9.1314 175.822H4.83622C4.09295 175.822 3.41098 176.235 3.06546 176.893L0.913314 180.992C0.676669 181.442 0.620794 181.966 0.757077 182.457L2.19323 187.625C2.31429 188.061 2.28413 188.525 2.10766 188.941L0.913423 191.759C0.680105 192.309 0.705293 192.935 0.982086 193.465L3.47305 198.235C3.79693 198.855 4.42129 199.26 5.11948 199.305L9.25648 199.566C9.60767 199.589 9.94677 199.703 10.2396 199.898L13.9079 202.344C14.3723 202.653 14.9448 202.755 15.4873 202.624L21.1721 201.249C21.2671 201.226 21.3637 201.211 21.461 201.202L25.2274 200.859C25.8175 200.806 26.3535 200.493 26.6908 200.006L28.4269 197.498C28.6696 197.148 29.0182 196.884 29.4216 196.745L34.7158 194.927C35.5237 194.649 36.0662 193.889 36.0662 193.035V190.544C36.0662 190.32 36.1036 190.099 36.1767 189.888L37.9835 184.68C38.3138 183.728 37.8843 182.679 36.9812 182.232L31.8425 179.689C31.4862 179.512 31.1905 179.234 30.9932 178.889L28.9361 175.289C28.58 174.665 27.9173 174.281 27.1996 174.281H22.5987C22.4769 174.281 22.3554 174.27 22.2357 174.248L18.0261 173.471C17.7746 173.424 17.5343 173.33 17.3183 173.193L14.1957 171.214C13.2351 170.605 11.9609 170.919 11.3926 171.904L9.1314 175.822Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M34.6006 192.616L35.6006 192.615L35.5973 190.615L34.5973 190.616L34.6006 192.616ZM18.8462 180.49C18.3153 180.338 17.7615 180.645 17.6091 181.176C17.4568 181.707 17.7636 182.26 18.2944 182.413L18.8462 180.49ZM27.7617 185.537L26.7622 185.567L27.7617 185.537ZM34.599 191.616L34.5973 190.616L29.8867 190.624L29.8883 191.624L29.89 192.624L34.6006 192.616L34.599 191.616ZM27.8859 189.684L28.8855 189.654L28.7613 185.507L27.7617 185.537L26.7622 185.567L26.8864 189.714L27.8859 189.684ZM26.3144 183.674L26.5902 182.713L18.8462 180.49L18.5703 181.452L18.2944 182.413L26.0385 184.636L26.3144 183.674ZM27.7617 185.537L28.7613 185.507C28.7222 184.203 27.8445 183.073 26.5902 182.713L26.3144 183.674L26.0385 184.636C26.4566 184.756 26.7491 185.132 26.7622 185.567L27.7617 185.537ZM29.8883 191.624L29.8867 190.624C29.3454 190.625 28.9017 190.195 28.8855 189.654L27.8859 189.684L26.8864 189.714C26.935 191.337 28.2661 192.627 29.89 192.624L29.8883 191.624Z", fill: "#E9ECEF" }), /* @__PURE__ */ L.createElement("path", { d: "M9.72287 197.475L17.6447 193.067C18.1861 192.765 18.5217 192.195 18.5217 191.575V191.575C18.5217 190.125 16.8272 189.335 15.7166 190.268L8.95801 195.945", stroke: "#E9ECEF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M92.6111 178.077L99.6079 172.23C99.9168 171.971 100.297 171.812 100.697 171.774L167.806 165.266C168.69 165.18 169.524 165.687 169.855 166.511L174.42 177.877C174.593 178.309 174.611 178.789 174.468 179.232L172.116 186.573C171.999 186.936 171.782 187.258 171.489 187.501L166.071 192.001C165.67 192.334 165.415 192.811 165.36 193.329L164.611 200.396C164.519 201.274 163.862 201.986 162.995 202.151L148.211 204.953C147.825 205.026 147.426 204.984 147.064 204.832L140.548 202.093C140.207 201.95 139.833 201.904 139.467 201.961L132.214 203.084L117.413 207.298C116.762 207.484 116.06 207.327 115.55 206.881L106.383 198.872C106.078 198.605 105.699 198.438 105.297 198.391L98.638 197.619C98.4286 197.595 98.2243 197.538 98.0328 197.449L90.4187 193.949C89.4746 193.515 89.0202 192.43 89.3731 191.452L90.1203 189.383C90.1595 189.274 90.1892 189.162 90.2091 189.049L91.9237 179.267C92.0052 178.801 92.2487 178.38 92.6111 178.077Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ L.createElement("path", { d: "M100.082 171.833L92.6111 178.077C92.2487 178.38 92.0052 178.801 91.9237 179.267L90.2091 189.049C90.1892 189.162 90.1595 189.274 90.1203 189.383L89.3731 191.452C89.0202 192.43 89.4746 193.515 90.4187 193.949L98.0328 197.449C98.2243 197.538 98.4286 197.595 98.638 197.619L105.297 198.391C105.699 198.438 106.078 198.605 106.383 198.872L115.55 206.881C116.06 207.327 116.762 207.484 117.413 207.298L132.214 203.084L139.467 201.961C139.833 201.904 140.207 201.95 140.548 202.093L147.064 204.832C147.426 204.984 147.825 205.026 148.211 204.953L162.995 202.151C163.862 201.986 164.519 201.274 164.611 200.396L165.36 193.329C165.415 192.811 165.67 192.334 166.071 192.001L171.489 187.501C171.782 187.258 171.999 186.936 172.116 186.573L174.468 179.232C174.611 178.789 174.593 178.309 174.42 177.877L169.297 165.121", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M102.367 186.707L105.955 184.519C106.667 184.085 107.575 184.138 108.231 184.654L121.225 194.856M109.817 172.855L117.012 174.036C117.406 174.101 117.771 174.282 118.061 174.556L123.284 179.488C123.679 179.861 124.209 180.057 124.751 180.032L142.914 179.177C143.414 179.154 143.904 179.318 144.289 179.639L149.279 183.797M164.644 170.992L160.036 175.162C159.85 175.329 159.635 175.461 159.401 175.549L156.331 176.71C155.32 177.091 154.795 178.207 155.146 179.229L155.914 181.469M151.839 201.724L146.546 198.019C146.204 197.779 145.945 197.437 145.806 197.042L144.634 193.701C144.175 192.393 142.558 191.937 141.484 192.812L135.543 197.65", stroke: "#E9ECEF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M115.723 44.9573L115.552 42.5947C115.474 41.5197 116.262 40.5761 117.334 40.4614L120.452 40.1274C120.726 40.0981 121.003 40.1256 121.265 40.2082L130.537 43.1236C130.961 43.2572 131.419 43.2452 131.836 43.0895L139.293 40.3072C139.684 40.1614 140.11 40.1414 140.513 40.25L149.363 42.6372C149.628 42.7086 149.904 42.7248 150.176 42.6848L157.176 41.6519C157.511 41.6025 157.853 41.6389 158.17 41.7578L165.986 44.689C166.334 44.8193 166.711 44.8504 167.075 44.7786L179.087 42.4118C179.486 42.3331 179.9 42.3781 180.273 42.541L186.188 45.1218C186.612 45.3068 187.087 45.3391 187.532 45.2134L189.163 44.7524C189.595 44.6302 190.056 44.6571 190.472 44.8289L194.512 46.5008C195.118 46.7517 195.563 47.2842 195.702 47.9257L201.328 73.9162C201.411 74.297 201.38 74.6936 201.24 75.0573L198.341 82.5951C198.253 82.8242 198.208 83.0676 198.208 83.3131V93.5448C198.208 93.8323 198.146 94.1164 198.026 94.3777L193.8 103.604C193.667 103.895 193.605 104.213 193.62 104.533L194.287 118.419C194.303 118.746 194.238 119.072 194.099 119.368L189.2 129.763C189.06 130.061 188.995 130.388 189.012 130.717L189.626 142.875C189.632 143.007 189.626 143.14 189.607 143.271L188.196 152.743C188.004 154.032 186.651 154.796 185.448 154.295L183.319 153.408C183.201 153.359 183.079 153.321 182.954 153.295L171.022 150.835C170.708 150.77 170.383 150.782 170.075 150.869L160.58 153.549C160.176 153.662 159.748 153.647 159.354 153.504L150.168 150.169C149.902 150.072 149.618 150.033 149.336 150.054L138.196 150.893C137.861 150.918 137.526 150.858 137.22 150.72L128.351 146.694C128.001 146.535 127.613 146.48 127.233 146.536L117.237 148.006C116.934 148.051 116.624 148.025 116.333 147.931L106.962 144.912C105.994 144.6 105.557 143.478 106.058 142.594C106.146 142.439 106.208 142.27 106.24 142.095L110.672 118.138L111.118 110.562C111.124 110.461 111.137 110.361 111.158 110.262L113.515 99.223C113.567 98.9775 113.573 98.7243 113.532 98.4766L112.169 90.3004C112.124 90.0297 112.135 89.7527 112.202 89.4865L114.951 78.4899C114.999 78.2985 115.018 78.1012 115.008 77.9042L114.522 68.2555C114.51 68.0049 114.544 67.7542 114.624 67.5164L118.401 56.3074C118.527 55.9328 118.539 55.5293 118.436 55.1477L115.787 45.3338C115.754 45.2106 115.733 45.0845 115.723 44.9573Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M138.902 61.4559L135.182 62.9074C134.318 63.2447 133.799 64.1322 133.929 65.0509L134.692 70.4403C134.745 70.8168 134.69 71.2007 134.533 71.5469L131.584 78.0471C131.394 78.4647 131.354 78.9347 131.47 79.3783L132.803 84.4903C132.928 84.9673 132.872 85.4735 132.646 85.9117L131.174 88.7655C130.85 89.3941 130.882 90.1472 131.259 90.7461L134.912 96.5607C135.379 97.3039 136.276 97.6558 137.124 97.4283L137.623 97.2943C138.244 97.1278 138.907 97.2697 139.405 97.6756L145.506 102.647C145.997 103.047 146.649 103.191 147.264 103.035L149.444 102.479C149.751 102.401 150.036 102.25 150.274 102.04L151.86 100.638C152.518 100.056 153.48 99.9725 154.229 100.432L157.186 102.244C157.311 102.321 157.428 102.411 157.533 102.513L158.737 103.68C159.294 104.219 160.111 104.388 160.836 104.114L165.135 102.489C165.361 102.403 165.601 102.36 165.842 102.36H172.61C173.642 102.36 174.505 101.574 174.601 100.545L174.881 97.5509C174.913 97.2089 175.032 96.8808 175.228 96.5983L177.564 93.224C177.919 92.7107 178.014 92.061 177.821 91.4674L176.487 87.361C176.352 86.9474 176.356 86.5013 176.498 86.0903L178.867 79.2283C178.988 78.878 179.009 78.5011 178.928 78.1395L177.93 73.6761C177.787 73.0345 177.968 72.3634 178.415 71.881L181.547 68.4975C182.345 67.636 182.233 66.276 181.304 65.5572L178.961 63.7428C178.739 63.5716 178.557 63.3558 178.424 63.1095L176.034 58.6709C175.782 58.2027 175.354 57.8541 174.844 57.7023L169.751 56.1853C169.244 56.0342 168.698 56.0903 168.232 56.3411L166.869 57.0748C166.431 57.311 165.92 57.375 165.436 57.2541L161.008 56.1471C160.501 56.0204 159.965 56.0971 159.514 56.3608L157.144 57.746C156.264 58.2606 155.137 58.0306 154.529 57.212L152.782 54.8593C152.259 54.1551 151.338 53.874 150.511 54.166L148.898 54.7354C148.495 54.8777 148.057 54.8871 147.648 54.7624L145.574 54.1296C144.698 53.8622 143.752 54.2244 143.279 55.0088L139.887 60.6265C139.659 61.004 139.312 61.2956 138.902 61.4559Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ L.createElement("path", { d: "M138.902 61.4559L135.182 62.9074C134.318 63.2447 133.799 64.1322 133.929 65.0509L134.692 70.4403C134.745 70.8168 134.69 71.2007 134.533 71.5469L131.584 78.0471C131.394 78.4647 131.354 78.9347 131.47 79.3783L132.803 84.4903C132.928 84.9673 132.872 85.4735 132.646 85.9117L131.174 88.7655C130.85 89.3941 130.882 90.1472 131.259 90.7461L134.912 96.5607C135.379 97.3039 136.276 97.6558 137.124 97.4283L137.623 97.2943C138.244 97.1278 138.907 97.2697 139.405 97.6756L145.506 102.647C145.997 103.047 146.649 103.191 147.264 103.035L149.444 102.479C149.751 102.401 150.036 102.25 150.274 102.04L151.86 100.638C152.518 100.056 153.48 99.9725 154.229 100.432L157.186 102.244C157.311 102.321 157.428 102.411 157.533 102.513L158.737 103.68C159.294 104.219 160.111 104.388 160.836 104.114L165.135 102.489C165.361 102.403 165.601 102.36 165.842 102.36H172.61C173.642 102.36 174.505 101.574 174.601 100.545L174.881 97.5509C174.913 97.2089 175.032 96.8808 175.228 96.5983L177.564 93.224C177.919 92.7107 178.014 92.061 177.821 91.4674L176.487 87.361C176.352 86.9474 176.356 86.5013 176.498 86.0903L178.867 79.2283C178.988 78.878 179.009 78.5011 178.928 78.1395L177.93 73.6761C177.787 73.0345 177.968 72.3634 178.415 71.881L181.547 68.4975C182.345 67.636 182.233 66.276 181.304 65.5572L178.961 63.7428C178.739 63.5716 178.557 63.3558 178.424 63.1095L176.034 58.6709C175.782 58.2027 175.354 57.8541 174.844 57.7023L169.751 56.1853C169.244 56.0342 168.698 56.0903 168.232 56.3411L166.869 57.0748C166.431 57.311 165.92 57.375 165.436 57.2541L161.008 56.1471C160.501 56.0204 159.965 56.0971 159.514 56.3608L157.144 57.746C156.264 58.2606 155.137 58.0306 154.529 57.212L152.782 54.8593C152.259 54.1551 151.338 53.874 150.511 54.166L148.898 54.7354C148.495 54.8777 148.057 54.8871 147.648 54.7624L145.574 54.1296C144.698 53.8622 143.752 54.2244 143.279 55.0088L139.887 60.6265C139.659 61.004 139.312 61.2956 138.902 61.4559Z", fill: "#FF8787" }), /* @__PURE__ */ L.createElement("path", { d: "M138.902 61.4559L135.182 62.9074C134.318 63.2447 133.799 64.1322 133.929 65.0509L134.692 70.4403C134.745 70.8168 134.69 71.2007 134.533 71.5469L131.584 78.0471C131.394 78.4647 131.354 78.9347 131.47 79.3783L132.803 84.4903C132.928 84.9673 132.872 85.4735 132.646 85.9117L131.174 88.7655C130.85 89.3941 130.882 90.1472 131.259 90.7461L134.912 96.5607C135.379 97.3039 136.276 97.6558 137.124 97.4283L137.623 97.2943C138.244 97.1278 138.907 97.2697 139.405 97.6756L145.506 102.647C145.997 103.047 146.649 103.191 147.264 103.035L149.444 102.479C149.751 102.401 150.036 102.25 150.274 102.04L151.86 100.638C152.518 100.056 153.48 99.9725 154.229 100.432L157.186 102.244C157.311 102.321 157.428 102.411 157.533 102.513L158.737 103.68C159.294 104.219 160.111 104.388 160.836 104.114L165.135 102.489C165.361 102.403 165.601 102.36 165.842 102.36H172.61C173.642 102.36 174.505 101.574 174.601 100.545L174.881 97.5509C174.913 97.2089 175.032 96.8808 175.228 96.5983L177.564 93.224C177.919 92.7107 178.014 92.061 177.821 91.4674L176.487 87.361C176.352 86.9474 176.356 86.5013 176.498 86.0903L178.867 79.2283C178.988 78.878 179.009 78.5011 178.928 78.1395L177.93 73.6761C177.787 73.0345 177.968 72.3634 178.415 71.881L181.547 68.4975C182.345 67.636 182.233 66.276 181.304 65.5572L178.961 63.7428C178.739 63.5716 178.557 63.3558 178.424 63.1095L176.034 58.6709C175.782 58.2027 175.354 57.8541 174.844 57.7023L169.751 56.1853C169.244 56.0342 168.698 56.0903 168.232 56.3411L166.869 57.0748C166.431 57.311 165.92 57.375 165.436 57.2541L161.008 56.1471C160.501 56.0204 159.965 56.0971 159.514 56.3608L157.144 57.746C156.264 58.2606 155.137 58.0306 154.529 57.212L152.782 54.8593C152.259 54.1551 151.338 53.874 150.511 54.166L148.898 54.7354C148.495 54.8777 148.057 54.8871 147.648 54.7624L145.574 54.1296C144.698 53.8622 143.752 54.2244 143.279 55.0088L139.887 60.6265C139.659 61.004 139.312 61.2956 138.902 61.4559Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M156.736 74.5234C153.836 72.2492 150.33 66.9758 148.979 64.6066C147.818 65.4358 144.183 67.9179 143.16 68.3159C145.529 71.1351 151.005 76.714 151.63 78.6472C149.759 80.6135 144.724 85.2738 141.881 86.0129C142.355 86.9605 143.729 89.1543 145.435 90.3483C147.804 88.6663 153.153 84.762 155.598 82.6014C157.849 85.4206 162.535 91.6276 163.274 93.9019C163.937 93.3097 165.804 91.7698 167.965 90.3483C167.135 88.9979 164.411 84.8757 160.147 79.19C162.089 77.3658 166.913 73.2483 170.665 71.372C169.358 70.4623 167.941 68.0079 167.396 66.8945C163.653 68.9083 158.798 73.6397 156.736 74.5234Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M125.274 111.236L178.093 116.023", stroke: "#E9ECEF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M124.548 121.178L161.982 124.768", stroke: "#E9ECEF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M123.687 131.134L150.694 133.699", stroke: "#E9ECEF", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ L.createElement("path", { d: "M189.472 61.0928C189.508 55.584 193.488 49.3017 195.481 46.9004L201.454 74.5059C196.969 64.8109 189.427 67.9787 189.472 61.0928Z", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }));
5
+ export {
6
+ r as default
7
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const L = (r) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 146 182", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r }, /* @__PURE__ */ e.createElement("path", { d: "M42.1745 124.814V134.603L104.023 134.326L103.697 124.936L115.15 125.804L120.442 122.439L124.214 115.22L125.191 109.412L123.481 100.728L116.995 89.5469L98.3419 74.319L93.6638 72.8094L88.9299 67.5156L83.4328 70.2174L76.0309 72.0204L65.8295 71.2138L57.4039 67.7962L53.214 72.7667L48.2785 73.8325L28.927 87.7511L25.3408 94.6395L21.3994 105.789L21.9315 114.736L26.1928 122.299L31.6258 125.495L35.9572 125.85L42.1745 124.814Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M54.2655 71.2977L59.2045 65.9023L73.2961 75.6051L63.8163 87.464L54.1233 75.1819C53.2122 74.0274 53.2724 72.3826 54.2655 71.2977Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M92.3273 71.2977L87.3883 65.9023L73.2967 75.6051L82.7765 87.464L92.4694 75.1819C93.3806 74.0274 93.3204 72.3826 92.3273 71.2977Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M74.1016 74.772C73.6415 75.064 73.0619 75.0823 72.5869 74.8267L72.4932 74.772L59.7881 66.7065C59.3239 66.4119 59.447 65.7235 59.9443 65.5815L60.0488 65.561C68.3001 64.5768 76.6339 64.5152 84.8955 65.3765L86.5469 65.561C87.0926 65.6262 87.279 66.2991 86.8926 66.6421L86.8076 66.7065L74.1016 74.772Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M54.2715 71.2915L55.5077 69.9429L66.8276 83.6884L63.8628 87.4617L54.1317 75.1819C53.2163 74.0268 53.2756 72.3779 54.2715 71.2915Z", fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("path", { d: "M92.3223 71.2915L91.0861 69.9429L79.7662 83.6884L82.7309 87.4617L92.4621 75.1819C93.3774 74.0268 93.3182 72.3779 92.3223 71.2915Z", fill: "#E9ECEF" }), /* @__PURE__ */ e.createElement("path", { d: "M59.2045 65.9023L54.2655 71.2977C53.2724 72.3826 53.2122 74.0274 54.1233 75.1819L63.8163 87.464L73.2961 75.6051", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M87.3883 65.9023L92.3273 71.2977C93.3204 72.3826 93.3806 74.0274 92.4694 75.1819L82.7765 87.464L73.2967 75.6051", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M72.7979 91.4639C72.7979 91.74 73.0217 91.9639 73.2979 91.9639C73.574 91.9639 73.7979 91.74 73.7979 91.4639L72.7979 91.4639ZM73.2979 75.875L72.7979 75.875L72.7979 91.4639L73.2979 91.4639L73.7979 91.4639L73.7979 75.875L73.2979 75.875Z", fill: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M103.418 37.349C106.552 38.2074 108.381 42.1728 107.227 46.3855C106.073 50.5984 102.478 53.0785 99.3444 52.2201C96.2109 51.3617 94.3812 47.3955 95.5352 43.1827C96.6893 38.9701 100.284 36.4908 103.418 37.349Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M43.1777 37.349C40.0442 38.2074 38.2144 42.1728 39.3682 46.3855C40.5222 50.5984 44.1176 53.0785 47.2513 52.2201C50.3848 51.3617 52.2145 47.3955 51.0605 43.1827C49.9064 38.9701 46.3112 36.4908 43.1777 37.349Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M72.7988 13.0225C86.5272 12.5682 93.8705 15.9053 97.8242 21.25C101.81 26.6383 102.464 34.1991 102.464 42.4854C102.464 58.7608 89.0659 71.9775 72.7822 71.9775C56.5209 71.9775 44.13 58.7829 44.1299 42.4844C44.1299 34.2046 44.8624 27.0882 48.7578 21.9219C52.5098 16.946 59.2928 13.6646 71.5908 13.0713L72.7988 13.0225Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M41.2285 24.4677C41.2285 31.5842 43.2411 36.285 44.2475 37.7458C45.1094 29.0963 50.4239 22.9547 53.8779 21.14C52.4327 22.157 52.2536 24.6363 52.3447 25.7488C79.1877 27.4622 88.8334 21.624 90.3009 18.4907C89.8475 27.3028 101.925 30.315 102.556 38.8372C109.886 19.99 98.9471 13.6124 92.5616 12.7795C92.9582 8.85298 89.2776 1 71.3823 1C49.0131 1 41.2285 15.572 41.2285 24.4677Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M83.8508 56.3589C83.8508 58.8068 79.1263 60.7912 73.2984 60.7912C67.4705 60.7912 62.7461 58.8068 62.7461 56.3589", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M65.0608 36.2891C63.2998 34.7274 58.7866 32.4278 54.8221 35.7234", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M55.8961 45.7886C55.8961 43.5777 57.8349 41.7854 60.2264 41.7854C62.6179 41.7854 64.5566 43.5777 64.5566 45.7886", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M81.5359 36.2891C83.2969 34.7274 87.8101 32.4278 91.7746 35.7234", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M90.7005 45.7886C90.7005 43.5777 88.7618 41.7854 86.3703 41.7854C83.9788 41.7854 82.04 43.5777 82.04 45.7886", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("mask", { id: "path-19-inside-1_9562_23509", fill: "var(--mantine-color-body)" }, /* @__PURE__ */ e.createElement("path", { d: "M126.126 45.9542C129.25 42.8303 134.315 42.8305 137.44 45.9542L142.753 51.2677C145.877 54.3918 145.877 59.457 142.753 62.5812L78.7257 126.608C78.6329 126.701 78.5377 126.791 78.4415 126.878C78.1747 127.12 77.8941 127.339 77.6046 127.539C77.4911 127.618 77.3764 127.693 77.2599 127.765C77.1049 127.86 76.9489 127.952 76.7892 128.036C76.6378 128.116 76.4834 128.188 76.3282 128.257C76.1589 128.332 75.9877 128.402 75.8146 128.465C75.5112 128.576 75.2029 128.668 74.8907 128.74C74.6889 128.787 74.4857 128.826 74.2814 128.858C74.0033 128.9 73.7238 128.929 73.4435 128.942C71.2729 129.044 69.0688 128.266 67.4112 126.608L24.9474 84.1446C21.8236 81.0204 21.8234 75.9552 24.9474 72.8312L30.2608 67.5187C33.385 64.3945 38.4501 64.3945 41.5743 67.5187L70.24 96.1835C71.8021 97.7455 74.3348 97.7455 75.8968 96.1834L126.126 45.9542Z" })), /* @__PURE__ */ e.createElement("path", { d: "M126.126 45.9542C129.25 42.8303 134.315 42.8305 137.44 45.9542L142.753 51.2677C145.877 54.3918 145.877 59.457 142.753 62.5812L78.7257 126.608C78.6329 126.701 78.5377 126.791 78.4415 126.878C78.1747 127.12 77.8941 127.339 77.6046 127.539C77.4911 127.618 77.3764 127.693 77.2599 127.765C77.1049 127.86 76.9489 127.952 76.7892 128.036C76.6378 128.116 76.4834 128.188 76.3282 128.257C76.1589 128.332 75.9877 128.402 75.8146 128.465C75.5112 128.576 75.2029 128.668 74.8907 128.74C74.6889 128.787 74.4857 128.826 74.2814 128.858C74.0033 128.9 73.7238 128.929 73.4435 128.942C71.2729 129.044 69.0688 128.266 67.4112 126.608L24.9474 84.1446C21.8236 81.0204 21.8234 75.9552 24.9474 72.8312L30.2608 67.5187C33.385 64.3945 38.4501 64.3945 41.5743 67.5187L70.24 96.1835C71.8021 97.7455 74.3348 97.7455 75.8968 96.1834L126.126 45.9542Z", fill: "var(--mantine-color-body)" }), /* @__PURE__ */ e.createElement("path", { d: "M126.126 45.9542C129.25 42.8303 134.315 42.8305 137.44 45.9542L142.753 51.2677C145.877 54.3918 145.877 59.457 142.753 62.5812L78.7257 126.608C78.6329 126.701 78.5377 126.791 78.4415 126.878C78.1747 127.12 77.8941 127.339 77.6046 127.539C77.4911 127.618 77.3764 127.693 77.2599 127.765C77.1049 127.86 76.9489 127.952 76.7892 128.036C76.6378 128.116 76.4834 128.188 76.3282 128.257C76.1589 128.332 75.9877 128.402 75.8146 128.465C75.5112 128.576 75.2029 128.668 74.8907 128.74C74.6889 128.787 74.4857 128.826 74.2814 128.858C74.0033 128.9 73.7238 128.929 73.4435 128.942C71.2729 129.044 69.0688 128.266 67.4112 126.608L24.9474 84.1446C21.8236 81.0204 21.8234 75.9552 24.9474 72.8312L30.2608 67.5187C33.385 64.3945 38.4501 64.3945 41.5743 67.5187L70.24 96.1835C71.8021 97.7455 74.3348 97.7455 75.8968 96.1834L126.126 45.9542Z", fill: "light-dark(#E3F6F0,#08A678)" }), /* @__PURE__ */ e.createElement("path", { d: "M126.126 45.9542L125.419 45.2471L125.419 45.2471L126.126 45.9542ZM137.44 45.9542L138.147 45.2471L138.147 45.247L137.44 45.9542ZM142.753 51.2677L143.46 50.5606L143.46 50.5606L142.753 51.2677ZM142.753 62.5812L143.46 63.2883L143.46 63.2882L142.753 62.5812ZM78.7257 126.608L79.4328 127.316L79.4328 127.316L78.7257 126.608ZM78.4415 126.878L77.7693 126.138L77.7692 126.138L78.4415 126.878ZM77.6046 127.539L78.1726 128.362L78.1727 128.362L77.6046 127.539ZM77.2599 127.765L76.7352 126.913L76.7351 126.913L77.2599 127.765ZM76.7892 128.036L77.2543 128.921L77.2544 128.921L76.7892 128.036ZM76.3282 128.257L75.921 127.344L75.9209 127.344L76.3282 128.257ZM75.8146 128.465L76.1572 129.404L76.1573 129.404L75.8146 128.465ZM74.8907 128.74L74.6639 127.766L74.6638 127.766L74.8907 128.74ZM74.2814 128.858L74.4321 129.846L74.4322 129.846L74.2814 128.858ZM73.4435 128.942L73.397 127.944H73.3969L73.4435 128.942ZM24.9474 84.1446L24.2402 84.8517L24.2403 84.8517L24.9474 84.1446ZM24.9474 72.8312L24.2403 72.124L24.2402 72.1241L24.9474 72.8312ZM30.2608 67.5187L30.9679 68.2258L30.968 68.2258L30.2608 67.5187ZM41.5743 67.5187L40.8672 68.2258L40.8672 68.2258L41.5743 67.5187ZM70.24 96.1835L69.5329 96.8906L70.24 96.1835ZM126.126 45.9542L126.833 46.6613C129.567 43.9279 133.999 43.9281 136.732 46.6614L137.44 45.9542L138.147 45.247C134.632 41.7329 128.934 41.7326 125.419 45.2471L126.126 45.9542ZM137.44 45.9542L136.732 46.6613L142.046 51.9748L142.753 51.2677L143.46 50.5606L138.147 45.2471L137.44 45.9542ZM142.753 51.2677L142.046 51.9748C144.779 54.7084 144.779 59.1404 142.046 61.8741L142.753 62.5812L143.46 63.2882C146.975 59.7736 146.975 54.0753 143.46 50.5606L142.753 51.2677ZM142.753 62.5812L142.046 61.874L78.0186 125.901L78.7257 126.608L79.4328 127.316L143.46 63.2883L142.753 62.5812ZM78.7257 126.608L78.0186 125.901C77.9402 125.98 77.8573 126.058 77.7693 126.138L78.4415 126.878L79.1137 127.618C79.218 127.524 79.3255 127.423 79.4328 127.316L78.7257 126.608ZM78.4415 126.878L77.7692 126.138C77.5387 126.347 77.2936 126.539 77.0365 126.716L77.6046 127.539L78.1727 128.362C78.4946 128.14 78.8106 127.894 79.1138 127.618L78.4415 126.878ZM77.6046 127.539L77.0366 126.716C76.9352 126.786 76.835 126.852 76.7352 126.913L77.2599 127.765L77.7845 128.616C77.9178 128.534 78.047 128.449 78.1726 128.362L77.6046 127.539ZM77.2599 127.765L76.7351 126.913C76.5903 127.003 76.4556 127.082 76.3239 127.151L76.7892 128.036L77.2544 128.921C77.4422 128.823 77.6196 128.718 77.7846 128.616L77.2599 127.765ZM76.7892 128.036L76.324 127.151C76.1996 127.216 76.0669 127.279 75.921 127.344L76.3282 128.257L76.7355 129.17C76.8998 129.097 77.076 129.015 77.2543 128.921L76.7892 128.036ZM76.3282 128.257L75.9209 127.344C75.7727 127.41 75.623 127.47 75.4719 127.525L75.8146 128.465L76.1573 129.404C76.3524 129.333 76.5451 129.255 76.7356 129.17L76.3282 128.257ZM75.8146 128.465L75.472 127.525C75.2057 127.623 74.9361 127.703 74.6639 127.766L74.8907 128.74L75.1175 129.714C75.4698 129.632 75.8167 129.529 76.1572 129.404L75.8146 128.465ZM74.8907 128.74L74.6638 127.766C74.4875 127.808 74.3097 127.842 74.1305 127.869L74.2814 128.858L74.4322 129.846C74.6617 129.811 74.8902 129.767 75.1176 129.714L74.8907 128.74ZM74.2814 128.858L74.1306 127.869C73.8828 127.907 73.6383 127.932 73.397 127.944L73.4435 128.942L73.49 129.941C73.8093 129.927 74.1238 129.893 74.4321 129.846L74.2814 128.858ZM73.4435 128.942L73.3969 127.944C71.4954 128.032 69.5686 127.352 68.1183 125.901L67.4112 126.608L66.7041 127.316C68.569 129.18 71.0504 130.055 73.4901 129.941L73.4435 128.942ZM67.4112 126.608L68.1183 125.901L25.6545 83.4375L24.9474 84.1446L24.2403 84.8517L66.7041 127.316L67.4112 126.608ZM24.9474 84.1446L25.6545 83.4376C22.9212 80.7039 22.9211 76.2718 25.6545 73.5382L24.9474 72.8312L24.2402 72.1241C20.7258 75.6387 20.7261 81.337 24.2402 84.8517L24.9474 84.1446ZM24.9474 72.8312L25.6544 73.5383L30.9679 68.2258L30.2608 67.5187L29.5538 66.8115L24.2403 72.124L24.9474 72.8312ZM30.2608 67.5187L30.968 68.2258C33.7016 65.4921 38.1335 65.4921 40.8672 68.2258L41.5743 67.5187L42.2814 66.8115C38.7667 63.2968 33.0685 63.2968 29.5537 66.8115L30.2608 67.5187ZM41.5743 67.5187L40.8672 68.2258L69.5329 96.8906L70.24 96.1835L70.9471 95.4764L42.2814 66.8115L41.5743 67.5187ZM75.8968 96.1834L76.604 96.8905L126.833 46.6613L126.126 45.9542L125.419 45.2471L75.1897 95.4763L75.8968 96.1834ZM70.24 96.1835L69.5329 96.8906C71.4856 98.8432 74.6514 98.8431 76.604 96.8905L75.8968 96.1834L75.1897 95.4763C74.0182 96.6479 72.1187 96.6479 70.9471 95.4764L70.24 96.1835Z", fill: "light-dark(var(--mantine-primary-color-filled),#fff)", mask: "url(#path-19-inside-1_9562_23509)" }), /* @__PURE__ */ e.createElement("path", { d: "M103.517 97.6268C96.3743 96.5916 97.9019 101.272 100.08 102.515L100.087 102.52C97.6629 101.307 94.951 100.749 92.6873 102.123C90.9909 103.153 91.3069 104.565 92.617 106.037C87.621 106.712 88.2321 109.228 90.7047 111.895L90.7046 111.895C84.6851 112.301 89.5962 121.483 97.324 122.54C105.052 123.598 108.47 119.295 111.071 113.674C114.189 106.935 110.806 98.6834 103.517 97.6268Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M42.5671 97.6268C49.7097 96.5916 48.1821 101.272 46.0043 102.515L45.9971 102.52C48.4211 101.307 51.1329 100.749 53.3967 102.123C55.0931 103.153 54.7771 104.565 53.4669 106.037C58.463 106.712 57.8519 109.228 55.3793 111.895L55.3794 111.895C61.3989 112.301 56.4878 121.483 48.76 122.54C41.0322 123.598 37.614 119.295 35.0129 113.674C31.8946 106.935 35.2777 98.6834 42.5671 97.6268Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)" }), /* @__PURE__ */ e.createElement("path", { d: "M53.4809 72.8941C52.3784 72.692 49.8224 72.6504 47.624 74.1785", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M93.1338 72.8394C94.3761 72.8708 96.7529 73.1338 97.9823 74.6241", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M29.1763 87.8555C25.9364 92.8368 19.9763 104.572 21.6286 112.737C23.694 122.943 32.2239 130.435 45.2244 122.78", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M42.2299 134.741C42.1142 135.159 42.1817 128.009 42.2299 124.53", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M103.771 134.759V124.653", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M34.7344 103.758L29.6807 105.125", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M116.316 88.9917C120.051 93.3008 126.925 104.179 124.551 113.218C121.583 124.518 115.564 129.736 99.3809 122.746", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M116.125 105.749L111.759 104.784", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M38.0648 136.724C38.7399 135.363 40.1286 134.501 41.6487 134.501H104.352C105.872 134.501 107.261 135.363 107.936 136.724L111.834 144.588H34.167L38.0648 136.724Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M36.5693 174.136C36.9069 178.289 40.3761 181.487 44.543 181.487H101.458C105.625 181.487 109.094 178.289 109.432 174.136L111.834 144.588H34.167L36.5693 174.136Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M64.6869 151.261C64.8568 152.493 65.5908 153.577 66.6727 154.192L73.0005 157.789L79.3282 154.192C80.4102 153.577 81.1442 152.493 81.3141 151.261L82.2334 144.588H63.7676L64.6869 151.261Z", fill: "var(--mantine-color-body)", stroke: "light-dark(var(--mantine-primary-color-filled),#fff)", strokeLinejoin: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M43.5801 176.438H102.421", stroke: "light-dark(var(--mantine-primary-color-filled),#E9ECEF)", strokeLinecap: "round" }), /* @__PURE__ */ e.createElement("path", { d: "M40.458 171.508H105.543", stroke: "light-dark(var(--mantine-primary-color-filled),#E9ECEF)", strokeLinecap: "round" }));
3
+ export {
4
+ L as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as C from "react";
2
+ const t = (e) => /* @__PURE__ */ C.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e }, /* @__PURE__ */ C.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8.28668 5.90595C7.50857 6.2296 5.95342 6.89946 3.62126 7.91555C3.24256 8.06615 3.04417 8.21348 3.02611 8.35754C2.99559 8.601 3.30047 8.69687 3.71565 8.82741C3.77212 8.84517 3.83064 8.86357 3.89062 8.88307C4.29909 9.01585 4.84855 9.17118 5.13419 9.17735C5.3933 9.18295 5.68249 9.07613 6.00176 8.85689C8.18077 7.386 9.30559 6.64254 9.37621 6.62651C9.42603 6.6152 9.49507 6.60099 9.54184 6.64256C9.58862 6.68414 9.58402 6.76288 9.57907 6.784C9.54886 6.91276 8.35208 8.0254 7.73275 8.60119C7.53967 8.78069 7.40272 8.90801 7.37472 8.93709C7.312 9.00223 7.24809 9.06385 7.18665 9.12307C6.80718 9.48889 6.52261 9.76321 7.20241 10.2112C7.52909 10.4265 7.79051 10.6045 8.05131 10.7821C8.33612 10.9761 8.62019 11.1695 8.98774 11.4104C9.08139 11.4718 9.17082 11.5356 9.25793 11.5977C9.58938 11.834 9.88717 12.0463 10.2551 12.0124C10.4688 11.9928 10.6896 11.7917 10.8018 11.1922C11.0668 9.77543 11.5878 6.70564 11.7081 5.44065C11.7187 5.32982 11.7054 5.18798 11.6948 5.12572C11.6841 5.06345 11.6618 4.97474 11.5809 4.90907C11.4851 4.83129 11.3371 4.81489 11.2709 4.81606C10.97 4.82136 10.5084 4.98188 8.28668 5.90595Z", fill: "white" }));
3
+ export {
4
+ t as default
5
+ };
@@ -0,0 +1,5 @@
1
+ import * as e from "react";
2
+ const r = (t) => /* @__PURE__ */ e.createElement("svg", { width: "100%", height: "100%", viewBox: "0 0 66 66", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 66, height: 66, rx: 18, fill: "white" }), /* @__PURE__ */ e.createElement("g", { filter: "url(#filter0_i_10960_346452)" }, /* @__PURE__ */ e.createElement("path", { d: "M33 13.5C22.236 13.5 13.5 22.236 13.5 33C13.5 43.764 22.236 52.5 33 52.5C43.764 52.5 52.5 43.764 52.5 33C52.5 22.236 43.764 13.5 33 13.5ZM42.048 26.76C41.7555 29.841 40.488 37.329 39.8445 40.7805C39.5715 42.243 39.0255 42.7305 38.5185 42.789C37.3875 42.8865 36.5295 42.048 35.4375 41.3265C33.7215 40.1955 32.7465 39.4935 31.089 38.4015C29.1585 37.134 30.4065 36.432 31.518 35.301C31.8105 35.0085 36.8025 30.465 36.9 30.0555C36.9135 29.9935 36.9117 29.9291 36.8948 29.8679C36.8778 29.8067 36.8461 29.7507 36.8025 29.7045C36.6855 29.607 36.5295 29.646 36.393 29.6655C36.2175 29.7045 33.4875 31.518 28.164 35.106C27.384 35.6325 26.682 35.9055 26.058 35.886C25.356 35.8665 24.03 35.496 23.0355 35.1645C21.807 34.7745 20.8515 34.56 20.9295 33.8775C20.9685 33.5265 21.456 33.1755 22.3725 32.805C28.0665 30.3285 31.8495 28.6905 33.741 27.9105C39.162 25.6485 40.2735 25.2585 41.0145 25.2585C41.1705 25.2585 41.541 25.2975 41.775 25.4925C41.97 25.6485 42.0285 25.863 42.048 26.019C42.0285 26.136 42.0675 26.487 42.048 26.76Z", fill: "url(#paint0_linear_10960_346452)" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("filter", { id: "filter0_i_10960_346452", x: 13.5, y: 13.5, width: 39, height: 40.625, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ e.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), /* @__PURE__ */ e.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ e.createElement("feOffset", { dy: 1.625 }), /* @__PURE__ */ e.createElement("feGaussianBlur", { stdDeviation: 1.625 }), /* @__PURE__ */ e.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: -1, k3: 1 }), /* @__PURE__ */ e.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), /* @__PURE__ */ e.createElement("feBlend", { mode: "normal", in2: "shape", result: "effect1_innerShadow_10960_346452" })), /* @__PURE__ */ e.createElement("linearGradient", { id: "paint0_linear_10960_346452", x1: 33, y1: 13.5, x2: 33, y2: 52.5, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ e.createElement("stop", { stopColor: "#47BCFA" }), /* @__PURE__ */ e.createElement("stop", { offset: 1, stopColor: "#068ED1" }))));
3
+ export {
4
+ r as default
5
+ };
@@ -0,0 +1,53 @@
1
+ import { jsx as r } from "react/jsx-runtime";
2
+ import { useCallback as a, useEffect as u } from "react";
3
+ import { Transition as m, Alert as f, Text as d } from "@mantine/core";
4
+ import { IconInfoCircle as p } from "@tabler/icons-react";
5
+ const T = (i) => {
6
+ const { message: s, trigger: t, type: n = "info", onClose: o, autoClose: l = !0 } = i, c = a(() => {
7
+ switch (n) {
8
+ case "error":
9
+ return "red";
10
+ case "success":
11
+ return "blue";
12
+ case "info":
13
+ return "orange";
14
+ default:
15
+ return "orange";
16
+ }
17
+ }, [n]);
18
+ return u(() => {
19
+ let e;
20
+ return t && l && (e = setTimeout(() => {
21
+ o?.();
22
+ }, 4e3)), () => {
23
+ e && clearTimeout(e);
24
+ };
25
+ }, [t]), /* @__PURE__ */ r(
26
+ m,
27
+ {
28
+ mounted: t,
29
+ transition: "fade",
30
+ duration: 400,
31
+ timingFunction: "ease",
32
+ children: (e) => /* @__PURE__ */ r(
33
+ f,
34
+ {
35
+ style: e,
36
+ color: c(),
37
+ icon: /* @__PURE__ */ r(p, { size: 22 }),
38
+ withCloseButton: !!o,
39
+ onClose: o,
40
+ styles: {
41
+ wrapper: {
42
+ alignItems: "center"
43
+ }
44
+ },
45
+ children: /* @__PURE__ */ r(d, { fz: 14, tt: "capitalize", lh: "normal", children: s })
46
+ }
47
+ )
48
+ }
49
+ );
50
+ };
51
+ export {
52
+ T as AlertsBlock
53
+ };
@@ -0,0 +1,15 @@
1
+ import { jsx as t } from "react/jsx-runtime";
2
+ import { AnimatePresence as a, motion as n } from "framer-motion";
3
+ const r = {
4
+ initial: { opacity: 0, y: -10 },
5
+ animate: { opacity: 1, y: 0 },
6
+ exit: { opacity: 0, y: 0 },
7
+ transition: { duration: 0.3, ease: "easeOut" }
8
+ }, s = ({
9
+ children: i,
10
+ animationProps: e = r,
11
+ styles: o = {}
12
+ }) => /* @__PURE__ */ t(a, { mode: "wait", children: /* @__PURE__ */ t(n.div, { ...e, style: o, children: i }) });
13
+ export {
14
+ s as AnimationWrapper
15
+ };
@@ -5,7 +5,7 @@ declare global {
5
5
  preSignMode?: boolean;
6
6
  }
7
7
  }
8
- export declare const AppContainer: (({ header, content, toolbar, navbarTitle, footer, onTitleChange, trashMenu, rightbar, onInviteClick, }: AppContainerProps) => import("react/jsx-runtime").JSX.Element) & {
8
+ export declare const AppContainer: (({ header, content, toolbar, navbarTitle, footer, onTitleChange, trashMenu, rightbar, onInviteClick, showAppsSidebar, }: AppContainerProps) => import("react/jsx-runtime").JSX.Element) & {
9
9
  NavbarContent: ({ children }: import('react').PropsWithChildren) => import("react/jsx-runtime").JSX.Element;
10
10
  NewButton: ({ children, ...props }: import('@mantine/core').PolymorphicComponentProps<"button", import('@mantine/core').ButtonProps>) => import("react/jsx-runtime").JSX.Element;
11
11
  };
@@ -0,0 +1,56 @@
1
+ import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
+ import { useEffect as C } from "react";
3
+ import { useMantineColorScheme as y, Stack as A, Flex as j } from "@mantine/core";
4
+ import { useQueryParam as k } from "../../hooks/useNumberQueryParam.js";
5
+ import { AppShell as e } from "../AppShell/AppShell.js";
6
+ import { AppsSidebar as v } from "./components/AppsSidebar/AppsSidebar.js";
7
+ import { Header as H } from "./components/Header.js";
8
+ import { Main as N } from "./components/Main.js";
9
+ import T from "./components/NavbarContent.js";
10
+ import { RightSidebar as W } from "./components/RightSidebar.js";
11
+ import { ToolSidebar as B } from "./components/ToolSidebar.js";
12
+ import { ToolbarNewButton as M } from "./components/ToolbarNewButton.js";
13
+ import { appContainerStore as P } from "./hooks/useAppContainerStore.js";
14
+ const $ = ({
15
+ header: h,
16
+ content: l,
17
+ toolbar: i,
18
+ navbarTitle: c,
19
+ footer: n,
20
+ onTitleChange: d,
21
+ trashMenu: s,
22
+ rightbar: m,
23
+ onInviteClick: f,
24
+ showAppsSidebar: u = !0
25
+ }) => {
26
+ const { toolbarWidth: S, rightbarWidth: b, layout: a } = P.useStore(), { setColorScheme: p } = y(), t = k("theme");
27
+ C(() => {
28
+ (t === "dark" || t === "light") && p(t);
29
+ }, [t, p]);
30
+ const x = {
31
+ "--toolbar-width": `${S}px`,
32
+ "--rightbar-width": `${b}px`
33
+ }, w = a !== "nothing", g = a === "default" && i;
34
+ return /* @__PURE__ */ o(e, { style: x, children: [
35
+ u && /* @__PURE__ */ r(e.Section, { w: "var(--apps-sidebar-width)", children: /* @__PURE__ */ r(v, { onInviteClick: f, trashMenu: s }) }),
36
+ /* @__PURE__ */ o(e.Section, { flex: 1, display: "flex", pos: "relative", children: [
37
+ g && /* @__PURE__ */ r(B, { onTitleChange: d, navbarTitle: c, children: i }),
38
+ /* @__PURE__ */ o(A, { mih: 0, gap: 0, h: "100%", flex: 2, miw: 0, children: [
39
+ w && /* @__PURE__ */ r(e.Header, { px: "sm", children: /* @__PURE__ */ r(H, { children: h }) }),
40
+ /* @__PURE__ */ o(j, { mih: 0, gap: 0, h: "100%", children: [
41
+ /* @__PURE__ */ r(e.WorkContent, { children: /* @__PURE__ */ o(N, { children: [
42
+ l,
43
+ n && /* @__PURE__ */ r("footer", { children: n })
44
+ ] }) }),
45
+ m && /* @__PURE__ */ r(W, { children: m })
46
+ ] })
47
+ ] })
48
+ ] })
49
+ ] });
50
+ }, L = Object.assign($, {
51
+ NavbarContent: T,
52
+ NewButton: M
53
+ });
54
+ export {
55
+ L as AppContainer
56
+ };
@@ -0,0 +1,15 @@
1
+ const t = "_toolTitleInput_6kvh5_19", n = "_appSidebarButton_6kvh5_36", o = "_slideContainer_6kvh5_54", e = "_slideContent_6kvh5_60", i = "_main_6kvh5_75", s = {
2
+ toolTitleInput: t,
3
+ appSidebarButton: n,
4
+ slideContainer: o,
5
+ slideContent: e,
6
+ main: i
7
+ };
8
+ export {
9
+ n as appSidebarButton,
10
+ s as default,
11
+ i as main,
12
+ o as slideContainer,
13
+ e as slideContent,
14
+ t as toolTitleInput
15
+ };
@@ -3,7 +3,7 @@ type AppSidebarButtonProps = {
3
3
  title: string;
4
4
  icon: React.ReactNode;
5
5
  active?: boolean;
6
- onClick?: MouseEventHandler<HTMLButtonElement>;
6
+ onClick?: MouseEventHandler<HTMLDivElement>;
7
7
  };
8
8
  export declare const AppSidebarButton: import('react').ForwardRefExoticComponent<AppSidebarButtonProps & import('react').RefAttributes<HTMLDivElement>>;
9
9
  export {};
@@ -0,0 +1,44 @@
1
+ import { jsxs as n, jsx as t } from "react/jsx-runtime";
2
+ import { forwardRef as c } from "react";
3
+ import { Stack as p, ActionIcon as l, Text as s } from "@mantine/core";
4
+ import d from "../AppContainer.module.css.js";
5
+ const h = c(({ title: r, icon: a, active: e, onClick: o }, i) => /* @__PURE__ */ n(
6
+ p,
7
+ {
8
+ ref: i,
9
+ className: d.appSidebarButton,
10
+ gap: 0,
11
+ align: "center",
12
+ onClick: o,
13
+ children: [
14
+ /* @__PURE__ */ t(
15
+ l,
16
+ {
17
+ size: "lg",
18
+ variant: "subtle",
19
+ color: "gray",
20
+ "data-button": !0,
21
+ "data-active": e,
22
+ children: a
23
+ }
24
+ ),
25
+ /* @__PURE__ */ t(
26
+ s,
27
+ {
28
+ fz: 10,
29
+ fw: 500,
30
+ lh: 1.4,
31
+ c: "var(--app-container-title-color)",
32
+ px: 8,
33
+ truncate: !0,
34
+ ta: "center",
35
+ w: "var(--apps-sidebar-width)",
36
+ children: r
37
+ }
38
+ )
39
+ ]
40
+ }
41
+ ));
42
+ export {
43
+ h as AppSidebarButton
44
+ };
@@ -0,0 +1,52 @@
1
+ import { jsx as r, jsxs as t } from "react/jsx-runtime";
2
+ import { useTranslation as l } from "react-i18next";
3
+ import { matchPath as m } from "react-router-dom";
4
+ import { More01Icon as d } from "@hugeicons/core-free-icons";
5
+ import { HugeiconsIcon as h } from "@hugeicons/react";
6
+ import { ScrollArea as f, Stack as u, Menu as e } from "@mantine/core";
7
+ import { useAppContainerDataStore as S } from "../../hooks/useAppContainerDataStore.js";
8
+ import { appContainerStore as g } from "../../hooks/useAppContainerStore.js";
9
+ import { AppSidebarButton as n } from "../AppSidebarButton.js";
10
+ import { MoreMenu as w } from "../menus/MoreMenu.js";
11
+ const y = () => {
12
+ const { t: p } = l("appContainer"), { hiddenTools: a } = g.useStore(), { tools: i, publicMode: c } = S();
13
+ return /* @__PURE__ */ r(
14
+ f,
15
+ {
16
+ w: "var(--apps-sidebar-width)",
17
+ style: { borderTop: "1px solid var(--app-shell-border)" },
18
+ py: 8,
19
+ children: /* @__PURE__ */ t(u, { gap: "sm", align: "center", children: [
20
+ i?.filter((o) => !a.includes(o.id))?.map((o) => {
21
+ const s = !!m(
22
+ { path: o.path, end: !1 },
23
+ window.location.pathname
24
+ );
25
+ return /* @__PURE__ */ r(
26
+ n,
27
+ {
28
+ title: o.name,
29
+ icon: o.icon(),
30
+ active: s,
31
+ onClick: o.onClick
32
+ },
33
+ o.id
34
+ );
35
+ }),
36
+ !c && i.length > 1 && /* @__PURE__ */ t(e, { position: "right", closeOnItemClick: !1, children: [
37
+ /* @__PURE__ */ r(e.Target, { children: /* @__PURE__ */ r(
38
+ n,
39
+ {
40
+ title: p("more"),
41
+ icon: /* @__PURE__ */ r(h, { icon: d, size: 20 })
42
+ }
43
+ ) }),
44
+ /* @__PURE__ */ r(e.Dropdown, { miw: 240, children: /* @__PURE__ */ r(w, {}) })
45
+ ] })
46
+ ] })
47
+ }
48
+ );
49
+ };
50
+ export {
51
+ y as AppsSection
52
+ };
@@ -1,4 +1,4 @@
1
1
  export declare const AppsSidebar: ({ trashMenu, onInviteClick, }: {
2
2
  trashMenu: React.ReactNode;
3
3
  onInviteClick?: () => void;
4
- }) => import("react/jsx-runtime").JSX.Element | null;
4
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,16 @@
1
+ import { jsxs as t, jsx as o } from "react/jsx-runtime";
2
+ import { Stack as e } from "@mantine/core";
3
+ import { AppsSection as i } from "./AppsSection.js";
4
+ import { TopSection as m } from "./TopSection.js";
5
+ import { UserSection as s } from "./UserSection.js";
6
+ const b = ({
7
+ trashMenu: r,
8
+ onInviteClick: p
9
+ }) => /* @__PURE__ */ t(e, { gap: 0, justify: "space-between", pt: 8, pb: 8, h: "100%", children: [
10
+ /* @__PURE__ */ o(m, {}),
11
+ /* @__PURE__ */ o(i, {}),
12
+ /* @__PURE__ */ o(s, { trashMenu: r, onInviteClick: p })
13
+ ] });
14
+ export {
15
+ b as AppsSidebar
16
+ };