utopia-ui 3.0.60 → 3.0.62

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 (317) hide show
  1. package/README.md +5 -3
  2. package/dist/index.cjs +269 -199
  3. package/dist/index.cjs.map +1 -1
  4. package/dist/index.d.ts +396 -27
  5. package/dist/index.esm.js +268 -200
  6. package/dist/index.esm.js.map +1 -1
  7. package/dist/types/cypress/support/component.d.ts +9 -0
  8. package/dist/types/cypress.config.d.ts +2 -0
  9. package/dist/types/src/Components/AppShell/AppShell.d.ts +4 -0
  10. package/dist/types/src/Components/AppShell/Content.d.ts +3 -0
  11. package/dist/types/src/Components/AppShell/SideBar.d.ts +3 -0
  12. package/dist/types/src/Components/AppShell/Sitemap.d.ts +3 -0
  13. package/dist/types/src/Components/AppShell/index.d.ts +1 -1
  14. package/dist/types/src/Components/Auth/LoginPage.d.ts +3 -0
  15. package/dist/types/src/Components/Auth/RequestPasswordPage.d.ts +3 -0
  16. package/dist/types/src/Components/Auth/SetNewPasswordPage.d.ts +3 -0
  17. package/dist/types/src/Components/Auth/SignupPage.d.ts +3 -0
  18. package/dist/types/src/Components/Auth/index.d.ts +1 -1
  19. package/dist/types/src/Components/Auth/useAuth.d.ts +5 -1
  20. package/dist/types/src/Components/Gaming/Modal.d.ts +3 -0
  21. package/dist/types/src/Components/Gaming/Quests.d.ts +3 -0
  22. package/dist/types/src/Components/Input/SelectBox.d.ts +3 -0
  23. package/dist/types/src/Components/Input/TextAreaInput.d.ts +3 -0
  24. package/dist/types/src/Components/Input/TextInput.d.ts +3 -0
  25. package/dist/types/src/Components/Map/ItemForm.d.ts +3 -0
  26. package/dist/types/src/Components/Map/ItemView.d.ts +3 -0
  27. package/dist/types/src/Components/Map/Layer.d.ts +8 -1
  28. package/dist/types/src/Components/Map/Permissions.d.ts +11 -2
  29. package/dist/types/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +1 -4
  30. package/dist/types/src/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +4 -2
  31. package/dist/types/src/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +3 -0
  32. package/dist/types/src/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +3 -0
  33. package/dist/types/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +3 -0
  34. package/dist/types/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +3 -0
  35. package/dist/types/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +3 -0
  36. package/dist/types/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +7 -2
  37. package/dist/types/src/Components/Map/Tags.d.ts +3 -0
  38. package/dist/types/src/Components/Map/UtopiaMap.d.ts +3 -0
  39. package/dist/types/src/Components/Map/index.d.ts +2 -2
  40. package/dist/types/src/Components/Profile/ProfileForm.d.ts +3 -0
  41. package/dist/types/src/Components/Profile/ProfileView.d.ts +3 -0
  42. package/dist/types/src/Components/Profile/Subcomponents/ActionsButton.d.ts +1 -2
  43. package/dist/types/src/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +1 -4
  44. package/dist/types/src/Components/Profile/UserSettings.d.ts +3 -0
  45. package/dist/types/src/Components/Templates/AttestationForm.d.ts +3 -0
  46. package/dist/types/src/Components/Templates/CardPage.d.ts +3 -0
  47. package/dist/types/src/Components/Templates/ItemCard.d.ts +1 -2
  48. package/dist/types/src/Components/Templates/MapOverlayPage.d.ts +3 -0
  49. package/dist/types/src/Components/Templates/MarketView.d.ts +3 -0
  50. package/dist/types/src/Components/Templates/MoonCalendar.d.ts +3 -0
  51. package/dist/types/src/Components/Templates/OverlayItemsIndexPage.d.ts +4 -1
  52. package/dist/types/src/Components/Templates/SelectUser.d.ts +3 -0
  53. package/dist/types/src/Components/Templates/TitleCard.d.ts +3 -0
  54. package/dist/types/src/index.d.ts +7 -8
  55. package/package.json +12 -5
  56. package/dist/Components/AppShell/AppShell.d.ts +0 -8
  57. package/dist/Components/AppShell/Content.d.ts +0 -6
  58. package/dist/Components/AppShell/ContextWrapper.d.ts +0 -6
  59. package/dist/Components/AppShell/NavBar.d.ts +0 -4
  60. package/dist/Components/AppShell/SetAppState.d.ts +0 -5
  61. package/dist/Components/AppShell/SideBar.d.ts +0 -13
  62. package/dist/Components/AppShell/SidebarSubmenu.d.ts +0 -8
  63. package/dist/Components/AppShell/Sitemap.d.ts +0 -3
  64. package/dist/Components/AppShell/hooks/useAppState.d.ts +0 -17
  65. package/dist/Components/AppShell/hooks/useAssets.d.ts +0 -13
  66. package/dist/Components/AppShell/index.d.ts +0 -4
  67. package/dist/Components/Auth/LoginPage.d.ts +0 -1
  68. package/dist/Components/Auth/RequestPasswordPage.d.ts +0 -3
  69. package/dist/Components/Auth/SetNewPasswordPage.d.ts +0 -1
  70. package/dist/Components/Auth/SignupPage.d.ts +0 -1
  71. package/dist/Components/Auth/index.d.ts +0 -5
  72. package/dist/Components/Auth/useAuth.d.ts +0 -27
  73. package/dist/Components/Gaming/Modal.d.ts +0 -5
  74. package/dist/Components/Gaming/Quests.d.ts +0 -1
  75. package/dist/Components/Gaming/hooks/useQuests.d.ts +0 -13
  76. package/dist/Components/Gaming/index.d.ts +0 -2
  77. package/dist/Components/Input/Autocomplete.d.ts +0 -7
  78. package/dist/Components/Input/ComboBoxInput.d.ts +0 -8
  79. package/dist/Components/Input/SelectBox.d.ts +0 -16
  80. package/dist/Components/Input/TextAreaInput.d.ts +0 -13
  81. package/dist/Components/Input/TextInput.d.ts +0 -16
  82. package/dist/Components/Input/index.d.ts +0 -3
  83. package/dist/Components/Map/ItemForm.d.ts +0 -17
  84. package/dist/Components/Map/ItemView.d.ts +0 -14
  85. package/dist/Components/Map/Layer.d.ts +0 -2
  86. package/dist/Components/Map/Permissions.d.ts +0 -7
  87. package/dist/Components/Map/Subcomponents/AddButton.d.ts +0 -4
  88. package/dist/Components/Map/Subcomponents/Controls/Control.d.ts +0 -6
  89. package/dist/Components/Map/Subcomponents/Controls/FilterControl.d.ts +0 -1
  90. package/dist/Components/Map/Subcomponents/Controls/GratitudeControl.d.ts +0 -1
  91. package/dist/Components/Map/Subcomponents/Controls/LayerControl.d.ts +0 -1
  92. package/dist/Components/Map/Subcomponents/Controls/LocateControl.d.ts +0 -3
  93. package/dist/Components/Map/Subcomponents/Controls/QuestControl.d.ts +0 -1
  94. package/dist/Components/Map/Subcomponents/Controls/SearchControl.d.ts +0 -1
  95. package/dist/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +0 -1
  96. package/dist/Components/Map/Subcomponents/Controls/TagsControl.d.ts +0 -1
  97. package/dist/Components/Map/Subcomponents/ItemFormPopup.d.ts +0 -2
  98. package/dist/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +0 -18
  99. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +0 -7
  100. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +0 -6
  101. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +0 -9
  102. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +0 -7
  103. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +0 -7
  104. package/dist/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +0 -4
  105. package/dist/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +0 -6
  106. package/dist/Components/Map/Subcomponents/ItemViewPopup.d.ts +0 -9
  107. package/dist/Components/Map/Subcomponents/SelectPosition.d.ts +0 -3
  108. package/dist/Components/Map/Tags.d.ts +0 -6
  109. package/dist/Components/Map/UtopiaMap.d.ts +0 -4
  110. package/dist/Components/Map/UtopiaMapInner.d.ts +0 -4
  111. package/dist/Components/Map/hooks/useClusterRef.d.ts +0 -12
  112. package/dist/Components/Map/hooks/useDebounce.d.ts +0 -1
  113. package/dist/Components/Map/hooks/useFilter.d.ts +0 -41
  114. package/dist/Components/Map/hooks/useItems.d.ts +0 -27
  115. package/dist/Components/Map/hooks/useLayers.d.ts +0 -14
  116. package/dist/Components/Map/hooks/useLeafletRefs.d.ts +0 -22
  117. package/dist/Components/Map/hooks/usePermissions.d.ts +0 -24
  118. package/dist/Components/Map/hooks/useSelectPosition.d.ts +0 -24
  119. package/dist/Components/Map/hooks/useTags.d.ts +0 -24
  120. package/dist/Components/Map/hooks/useTimeout.d.ts +0 -4
  121. package/dist/Components/Map/hooks/useWindowDimension.d.ts +0 -4
  122. package/dist/Components/Map/index.d.ts +0 -13
  123. package/dist/Components/Map/setItemLocation.d.ts +0 -1
  124. package/dist/Components/Profile/ProfileForm.d.ts +0 -1
  125. package/dist/Components/Profile/ProfileView.d.ts +0 -4
  126. package/dist/Components/Profile/Subcomponents/ActionsButton.d.ts +0 -10
  127. package/dist/Components/Profile/Subcomponents/AvatarWidget.d.ts +0 -8
  128. package/dist/Components/Profile/Subcomponents/ColorPicker.d.ts +0 -6
  129. package/dist/Components/Profile/Subcomponents/ContactInfoForm.d.ts +0 -5
  130. package/dist/Components/Profile/Subcomponents/ContactInfoView.d.ts +0 -5
  131. package/dist/Components/Profile/Subcomponents/FormHeader.d.ts +0 -5
  132. package/dist/Components/Profile/Subcomponents/GroupSubHeaderView.d.ts +0 -6
  133. package/dist/Components/Profile/Subcomponents/GroupSubheaderForm.d.ts +0 -18
  134. package/dist/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +0 -7
  135. package/dist/Components/Profile/Subcomponents/MarkdownHint.d.ts +0 -1
  136. package/dist/Components/Profile/Subcomponents/PlusButton.d.ts +0 -7
  137. package/dist/Components/Profile/Subcomponents/ProfileStartEndForm.d.ts +0 -5
  138. package/dist/Components/Profile/Subcomponents/ProfileStartEndView.d.ts +0 -4
  139. package/dist/Components/Profile/Subcomponents/ProfileTextForm.d.ts +0 -10
  140. package/dist/Components/Profile/Subcomponents/ProfileTextView.d.ts +0 -7
  141. package/dist/Components/Profile/Subcomponents/RelationCard.d.ts +0 -6
  142. package/dist/Components/Profile/Subcomponents/SocialShareBar.d.ts +0 -6
  143. package/dist/Components/Profile/Subcomponents/SocialShareButton.d.ts +0 -6
  144. package/dist/Components/Profile/Subcomponents/TagsWidget.d.ts +0 -6
  145. package/dist/Components/Profile/Templates/FlexForm.d.ts +0 -7
  146. package/dist/Components/Profile/Templates/FlexView.d.ts +0 -4
  147. package/dist/Components/Profile/Templates/OnepagerForm.d.ts +0 -7
  148. package/dist/Components/Profile/Templates/OnepagerView.d.ts +0 -4
  149. package/dist/Components/Profile/Templates/SimpleForm.d.ts +0 -4
  150. package/dist/Components/Profile/Templates/SimpleView.d.ts +0 -4
  151. package/dist/Components/Profile/Templates/TabsForm.d.ts +0 -10
  152. package/dist/Components/Profile/Templates/TabsView.d.ts +0 -13
  153. package/dist/Components/Profile/UserSettings.d.ts +0 -1
  154. package/dist/Components/Profile/hooks/useClickOutside.d.ts +0 -2
  155. package/dist/Components/Profile/index.d.ts +0 -4
  156. package/dist/Components/Profile/itemFunctions.d.ts +0 -5
  157. package/dist/Components/Templates/AttestationForm.d.ts +0 -4
  158. package/dist/Components/Templates/CardPage.d.ts +0 -10
  159. package/dist/Components/Templates/CircleLayout.d.ts +0 -5
  160. package/dist/Components/Templates/DateUserInfo.d.ts +0 -4
  161. package/dist/Components/Templates/DialogModal.d.ts +0 -12
  162. package/dist/Components/Templates/EmojiPicker.d.ts +0 -10
  163. package/dist/Components/Templates/ItemCard.d.ts +0 -7
  164. package/dist/Components/Templates/MapOverlayPage.d.ts +0 -7
  165. package/dist/Components/Templates/MarketView.d.ts +0 -1
  166. package/dist/Components/Templates/MoonCalendar.d.ts +0 -1
  167. package/dist/Components/Templates/OverlayItemsIndexPage.d.ts +0 -5
  168. package/dist/Components/Templates/SelectUser.d.ts +0 -1
  169. package/dist/Components/Templates/TagView.d.ts +0 -7
  170. package/dist/Components/Templates/TitleCard.d.ts +0 -11
  171. package/dist/Components/Templates/index.d.ts +0 -8
  172. package/dist/Components/Typography/ErrorText.d.ts +0 -5
  173. package/dist/Components/Typography/Subtitle.d.ts +0 -6
  174. package/dist/Utils/ContainsUUID.d.ts +0 -1
  175. package/dist/Utils/FormatTags.d.ts +0 -2
  176. package/dist/Utils/HashTagRegex.d.ts +0 -1
  177. package/dist/Utils/MarkerIconFactory.d.ts +0 -2
  178. package/dist/Utils/Moon.d.ts +0 -7
  179. package/dist/Utils/RandomColor.d.ts +0 -1
  180. package/dist/Utils/ReplaceURLs.d.ts +0 -3
  181. package/dist/Utils/ReverseGeocoder.d.ts +0 -1
  182. package/dist/Utils/TimeAgo.d.ts +0 -1
  183. package/dist/index.js +0 -5268
  184. package/dist/index.js.map +0 -1
  185. package/dist/setupTest.d.ts +0 -1
  186. package/dist/src/Components/AppShell/AppShell.d.ts +0 -7
  187. package/dist/src/Components/AppShell/Content.d.ts +0 -5
  188. package/dist/src/Components/AppShell/ContextWrapper.d.ts +0 -6
  189. package/dist/src/Components/AppShell/NavBar.d.ts +0 -4
  190. package/dist/src/Components/AppShell/SetAppState.d.ts +0 -5
  191. package/dist/src/Components/AppShell/SideBar.d.ts +0 -12
  192. package/dist/src/Components/AppShell/SidebarSubmenu.d.ts +0 -7
  193. package/dist/src/Components/AppShell/Sitemap.d.ts +0 -3
  194. package/dist/src/Components/AppShell/hooks/useAppState.d.ts +0 -16
  195. package/dist/src/Components/AppShell/hooks/useAssets.d.ts +0 -12
  196. package/dist/src/Components/AppShell/index.d.ts +0 -4
  197. package/dist/src/Components/Auth/LoginPage.d.ts +0 -1
  198. package/dist/src/Components/Auth/RequestPasswordPage.d.ts +0 -3
  199. package/dist/src/Components/Auth/SetNewPasswordPage.d.ts +0 -1
  200. package/dist/src/Components/Auth/SignupPage.d.ts +0 -1
  201. package/dist/src/Components/Auth/index.d.ts +0 -5
  202. package/dist/src/Components/Auth/useAuth.d.ts +0 -26
  203. package/dist/src/Components/Gaming/Modal.d.ts +0 -4
  204. package/dist/src/Components/Gaming/Quests.d.ts +0 -1
  205. package/dist/src/Components/Gaming/hooks/useQuests.d.ts +0 -12
  206. package/dist/src/Components/Gaming/index.d.ts +0 -2
  207. package/dist/src/Components/Input/Autocomplete.d.ts +0 -7
  208. package/dist/src/Components/Input/ComboBoxInput.d.ts +0 -8
  209. package/dist/src/Components/Input/SelectBox.d.ts +0 -16
  210. package/dist/src/Components/Input/TextAreaInput.d.ts +0 -13
  211. package/dist/src/Components/Input/TextInput.d.ts +0 -16
  212. package/dist/src/Components/Input/index.d.ts +0 -3
  213. package/dist/src/Components/Map/ItemForm.d.ts +0 -16
  214. package/dist/src/Components/Map/ItemView.d.ts +0 -14
  215. package/dist/src/Components/Map/Layer.d.ts +0 -2
  216. package/dist/src/Components/Map/Permissions.d.ts +0 -7
  217. package/dist/src/Components/Map/Subcomponents/AddButton.d.ts +0 -3
  218. package/dist/src/Components/Map/Subcomponents/Controls/Control.d.ts +0 -6
  219. package/dist/src/Components/Map/Subcomponents/Controls/FilterControl.d.ts +0 -1
  220. package/dist/src/Components/Map/Subcomponents/Controls/GratitudeControl.d.ts +0 -1
  221. package/dist/src/Components/Map/Subcomponents/Controls/LayerControl.d.ts +0 -1
  222. package/dist/src/Components/Map/Subcomponents/Controls/LocateControl.d.ts +0 -3
  223. package/dist/src/Components/Map/Subcomponents/Controls/QuestControl.d.ts +0 -1
  224. package/dist/src/Components/Map/Subcomponents/Controls/SearchControl.d.ts +0 -1
  225. package/dist/src/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +0 -1
  226. package/dist/src/Components/Map/Subcomponents/Controls/TagsControl.d.ts +0 -1
  227. package/dist/src/Components/Map/Subcomponents/ItemFormPopup.d.ts +0 -2
  228. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +0 -15
  229. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +0 -7
  230. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +0 -6
  231. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +0 -9
  232. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +0 -7
  233. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +0 -7
  234. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +0 -4
  235. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +0 -6
  236. package/dist/src/Components/Map/Subcomponents/ItemViewPopup.d.ts +0 -8
  237. package/dist/src/Components/Map/Subcomponents/SelectPosition.d.ts +0 -3
  238. package/dist/src/Components/Map/Tags.d.ts +0 -6
  239. package/dist/src/Components/Map/UtopiaMap.d.ts +0 -4
  240. package/dist/src/Components/Map/UtopiaMapInner.d.ts +0 -4
  241. package/dist/src/Components/Map/hooks/useClusterRef.d.ts +0 -11
  242. package/dist/src/Components/Map/hooks/useDebounce.d.ts +0 -1
  243. package/dist/src/Components/Map/hooks/useFilter.d.ts +0 -40
  244. package/dist/src/Components/Map/hooks/useItems.d.ts +0 -26
  245. package/dist/src/Components/Map/hooks/useLayers.d.ts +0 -13
  246. package/dist/src/Components/Map/hooks/useLeafletRefs.d.ts +0 -21
  247. package/dist/src/Components/Map/hooks/usePermissions.d.ts +0 -23
  248. package/dist/src/Components/Map/hooks/useSelectPosition.d.ts +0 -23
  249. package/dist/src/Components/Map/hooks/useTags.d.ts +0 -23
  250. package/dist/src/Components/Map/hooks/useTimeout.d.ts +0 -4
  251. package/dist/src/Components/Map/hooks/useWindowDimension.d.ts +0 -4
  252. package/dist/src/Components/Map/index.d.ts +0 -13
  253. package/dist/src/Components/Map/setItemLocation.d.ts +0 -1
  254. package/dist/src/Components/Profile/ProfileForm.d.ts +0 -1
  255. package/dist/src/Components/Profile/ProfileView.d.ts +0 -4
  256. package/dist/src/Components/Profile/Subcomponents/ActionsButton.d.ts +0 -10
  257. package/dist/src/Components/Profile/Subcomponents/AvatarWidget.d.ts +0 -7
  258. package/dist/src/Components/Profile/Subcomponents/ColorPicker.d.ts +0 -6
  259. package/dist/src/Components/Profile/Subcomponents/ContactInfoForm.d.ts +0 -5
  260. package/dist/src/Components/Profile/Subcomponents/ContactInfoView.d.ts +0 -5
  261. package/dist/src/Components/Profile/Subcomponents/FormHeader.d.ts +0 -5
  262. package/dist/src/Components/Profile/Subcomponents/GalleryView.d.ts +0 -6
  263. package/dist/src/Components/Profile/Subcomponents/GroupSubHeaderView.d.ts +0 -6
  264. package/dist/src/Components/Profile/Subcomponents/GroupSubheaderForm.d.ts +0 -18
  265. package/dist/src/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +0 -7
  266. package/dist/src/Components/Profile/Subcomponents/MarkdownHint.d.ts +0 -1
  267. package/dist/src/Components/Profile/Subcomponents/PlusButton.d.ts +0 -7
  268. package/dist/src/Components/Profile/Subcomponents/ProfileStartEndForm.d.ts +0 -5
  269. package/dist/src/Components/Profile/Subcomponents/ProfileStartEndView.d.ts +0 -4
  270. package/dist/src/Components/Profile/Subcomponents/ProfileTextForm.d.ts +0 -10
  271. package/dist/src/Components/Profile/Subcomponents/ProfileTextView.d.ts +0 -7
  272. package/dist/src/Components/Profile/Subcomponents/RelationCard.d.ts +0 -6
  273. package/dist/src/Components/Profile/Subcomponents/SocialShareBar.d.ts +0 -6
  274. package/dist/src/Components/Profile/Subcomponents/SocialShareButton.d.ts +0 -6
  275. package/dist/src/Components/Profile/Subcomponents/TagsWidget.d.ts +0 -6
  276. package/dist/src/Components/Profile/Templates/FlexForm.d.ts +0 -7
  277. package/dist/src/Components/Profile/Templates/FlexView.d.ts +0 -4
  278. package/dist/src/Components/Profile/Templates/OnepagerForm.d.ts +0 -7
  279. package/dist/src/Components/Profile/Templates/OnepagerView.d.ts +0 -4
  280. package/dist/src/Components/Profile/Templates/SimpleForm.d.ts +0 -4
  281. package/dist/src/Components/Profile/Templates/SimpleView.d.ts +0 -4
  282. package/dist/src/Components/Profile/Templates/TabsForm.d.ts +0 -10
  283. package/dist/src/Components/Profile/Templates/TabsView.d.ts +0 -13
  284. package/dist/src/Components/Profile/UserSettings.d.ts +0 -1
  285. package/dist/src/Components/Profile/hooks/useClickOutside.d.ts +0 -2
  286. package/dist/src/Components/Profile/index.d.ts +0 -4
  287. package/dist/src/Components/Profile/itemFunctions.d.ts +0 -5
  288. package/dist/src/Components/Templates/AttestationForm.d.ts +0 -4
  289. package/dist/src/Components/Templates/CardPage.d.ts +0 -9
  290. package/dist/src/Components/Templates/CircleLayout.d.ts +0 -5
  291. package/dist/src/Components/Templates/DateUserInfo.d.ts +0 -4
  292. package/dist/src/Components/Templates/DialogModal.d.ts +0 -11
  293. package/dist/src/Components/Templates/EmojiPicker.d.ts +0 -10
  294. package/dist/src/Components/Templates/ItemCard.d.ts +0 -7
  295. package/dist/src/Components/Templates/MapOverlayPage.d.ts +0 -6
  296. package/dist/src/Components/Templates/MarketView.d.ts +0 -1
  297. package/dist/src/Components/Templates/MoonCalendar.d.ts +0 -1
  298. package/dist/src/Components/Templates/OverlayItemsIndexPage.d.ts +0 -5
  299. package/dist/src/Components/Templates/SelectUser.d.ts +0 -1
  300. package/dist/src/Components/Templates/TagView.d.ts +0 -7
  301. package/dist/src/Components/Templates/TitleCard.d.ts +0 -10
  302. package/dist/src/Components/Templates/index.d.ts +0 -8
  303. package/dist/src/Components/Typography/ErrorText.d.ts +0 -5
  304. package/dist/src/Components/Typography/Subtitle.d.ts +0 -5
  305. package/dist/src/Utils/ContainsUUID.d.ts +0 -1
  306. package/dist/src/Utils/FormatTags.d.ts +0 -2
  307. package/dist/src/Utils/GetValue.d.ts +0 -1
  308. package/dist/src/Utils/HashTagRegex.d.ts +0 -1
  309. package/dist/src/Utils/MarkerIconFactory.d.ts +0 -2
  310. package/dist/src/Utils/Moon.d.ts +0 -7
  311. package/dist/src/Utils/RandomColor.d.ts +0 -1
  312. package/dist/src/Utils/ReplaceURLs.d.ts +0 -3
  313. package/dist/src/Utils/ReverseGeocoder.d.ts +0 -1
  314. package/dist/src/Utils/TimeAgo.d.ts +0 -1
  315. package/dist/src/index.d.ts +0 -15
  316. package/dist/vite.config.d.ts +0 -2
  317. /package/dist/{src/Components/Input/TextInput.spec.d.ts → types/src/Components/Input/TextInput.cy.d.ts} +0 -0
@@ -0,0 +1,9 @@
1
+ import './commands';
2
+ import { mount } from 'cypress/react';
3
+ declare global {
4
+ namespace Cypress {
5
+ interface Chainable {
6
+ mount: typeof mount;
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,2 @@
1
+ declare const _default: Cypress.ConfigOptions<any>;
2
+ export default _default;
@@ -1,4 +1,8 @@
1
1
  import type { AssetsApi } from '#types/AssetsApi';
2
+ export type { AssetsApi } from '#types/AssetsApi';
3
+ /**
4
+ * @category AppShell
5
+ */
2
6
  export declare function AppShell({ appName, children, assetsApi, userType, }: {
3
7
  appName: string;
4
8
  children: React.ReactNode;
@@ -1,5 +1,8 @@
1
1
  type ContentProps = {
2
2
  children?: React.ReactNode;
3
3
  };
4
+ /**
5
+ * @category AppShell
6
+ */
4
7
  export declare function Content({ children }: ContentProps): import("react/jsx-runtime").JSX.Element;
5
8
  export {};
@@ -5,6 +5,9 @@ type route = {
5
5
  submenu?: route;
6
6
  blank?: boolean;
7
7
  };
8
+ /**
9
+ * @category AppShell
10
+ */
8
11
  export declare function SideBar({ routes, bottomRoutes }: {
9
12
  routes: route[];
10
13
  bottomRoutes?: route[];
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @category AppShell
3
+ */
1
4
  export declare const Sitemap: ({ url }: {
2
5
  url: string;
3
6
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- export { AppShell } from './AppShell';
1
+ export * from './AppShell';
2
2
  export { SideBar } from './SideBar';
3
3
  export { Content } from './Content';
4
4
  export { Sitemap } from './Sitemap';
@@ -1 +1,4 @@
1
+ /**
2
+ * @category Auth
3
+ */
1
4
  export declare function LoginPage(): import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @category Auth
3
+ */
1
4
  export declare function RequestPasswordPage({ resetUrl }: {
2
5
  resetUrl: any;
3
6
  }): import("react/jsx-runtime").JSX.Element;
@@ -1 +1,4 @@
1
+ /**
2
+ * @category Auth
3
+ */
1
4
  export declare function SetNewPasswordPage(): import("react/jsx-runtime").JSX.Element;
@@ -1 +1,4 @@
1
+ /**
2
+ * @category Auth
3
+ */
1
4
  export declare function SignupPage(): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,4 @@
1
- export { AuthProvider, useAuth } from './useAuth';
1
+ export * from './useAuth';
2
2
  export { LoginPage } from './LoginPage';
3
3
  export { SignupPage } from './SignupPage';
4
4
  export { RequestPasswordPage } from './RequestPasswordPage';
@@ -1,5 +1,7 @@
1
1
  import type { UserApi } from '#types/UserApi';
2
2
  import type { UserItem } from '#types/UserItem';
3
+ export type { UserApi } from '#types/UserApi';
4
+ export type { UserItem } from '#types/UserItem';
3
5
  interface AuthProviderProps {
4
6
  userApi: UserApi;
5
7
  children?: React.ReactNode;
@@ -21,6 +23,8 @@ interface AuthContextProps {
21
23
  requestPasswordReset: (email: string, reset_url: string) => Promise<any>;
22
24
  passwordReset: (token: string, new_password: string) => Promise<any>;
23
25
  }
26
+ /**
27
+ * @category Auth
28
+ */
24
29
  export declare const AuthProvider: ({ userApi, children }: AuthProviderProps) => import("react/jsx-runtime").JSX.Element;
25
30
  export declare const useAuth: () => AuthContextProps;
26
- export {};
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @category Gaming
3
+ */
1
4
  export declare function Modal({ children, showOnStartup, }: {
2
5
  children: React.ReactNode;
3
6
  showOnStartup?: boolean;
@@ -1 +1,4 @@
1
+ /**
2
+ * @category Gaming
3
+ */
1
4
  export declare function Quests(): import("react/jsx-runtime").JSX.Element;
@@ -12,5 +12,8 @@ type SelectBoxProps = {
12
12
  }[];
13
13
  labelDescription?: string;
14
14
  };
15
+ /**
16
+ * @category Input
17
+ */
15
18
  export declare function SelectBox(props: SelectBoxProps): import("react/jsx-runtime").JSX.Element;
16
19
  export {};
@@ -9,5 +9,8 @@ type TextAreaProps = {
9
9
  required?: boolean;
10
10
  updateFormValue?: (value: string) => void;
11
11
  };
12
+ /**
13
+ * @category Input
14
+ */
12
15
  export declare function TextAreaInput({ labelTitle, dataField, labelStyle, containerStyle, inputStyle, defaultValue, placeholder, required, updateFormValue, }: TextAreaProps): import("react/jsx-runtime").JSX.Element;
13
16
  export {};
@@ -12,5 +12,8 @@ type InputTextProps = {
12
12
  required?: boolean;
13
13
  updateFormValue?: (value: string) => void;
14
14
  };
15
+ /**
16
+ * @category Input
17
+ */
15
18
  export declare function TextInput({ labelTitle, labelStyle, type, dataField, containerStyle, inputStyle, defaultValue, placeholder, autocomplete, pattern, required, updateFormValue, }: InputTextProps): import("react/jsx-runtime").JSX.Element;
16
19
  export {};
@@ -1,4 +1,7 @@
1
1
  import type { Item } from '#types/Item';
2
+ /**
3
+ * @category Map
4
+ */
2
5
  export declare const ItemForm: {
3
6
  ({ children, item, title, setPopupTitle, }: {
4
7
  children?: React.ReactNode;
@@ -1,4 +1,7 @@
1
1
  import type { Item } from '#types/Item';
2
+ /**
3
+ * @category Map
4
+ */
2
5
  export declare const ItemView: {
3
6
  ({ children, item }: {
4
7
  children?: React.ReactNode;
@@ -1,2 +1,9 @@
1
1
  import type { LayerProps } from '#types/LayerProps';
2
- export declare const Layer: ({ data, children, name, menuIcon, menuText, menuColor, markerIcon, markerShape, markerDefaultColor, markerDefaultColor2, api, itemType, itemNameField, itemSubnameField, itemTextField, itemAvatarField, itemColorField, itemOwnerField, itemLatitudeField, itemLongitudeField, itemTagsField, itemOffersField, itemNeedsField, onlyOnePerOwner, customEditLink, customEditParameter, public_edit_items, listed, setItemFormPopup, itemFormPopup, clusterRef, }: LayerProps) => import("react/jsx-runtime").JSX.Element;
2
+ export type { Item } from '#types/Item';
3
+ export type { LayerProps } from '#types/LayerProps';
4
+ export type { Tag } from '#types/Tag';
5
+ export type { Popup } from 'leaflet';
6
+ /**
7
+ * @category Map
8
+ */
9
+ export declare const Layer: ({ data, children, name, menuIcon, menuText, menuColor, markerIcon, markerShape, markerDefaultColor, markerDefaultColor2, api, itemType, onlyOnePerOwner, customEditLink, customEditParameter, public_edit_items, listed, setItemFormPopup, itemFormPopup, clusterRef, }: LayerProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,16 @@
1
1
  import type { ItemsApi } from '#types/ItemsApi';
2
2
  import type { Permission } from '#types/Permission';
3
- export declare function Permissions({ data, api, adminRole, }: {
3
+ /**
4
+ * @category Types
5
+ */
6
+ export interface PermissionsProps {
4
7
  data?: Permission[];
5
8
  api?: ItemsApi<Permission>;
6
9
  adminRole?: string;
7
- }): import("react/jsx-runtime").JSX.Element;
10
+ }
11
+ export type { Permission } from '#types/Permission';
12
+ export type { ItemsApi } from '#types/ItemsApi';
13
+ /**
14
+ * @category Map
15
+ */
16
+ export declare function Permissions({ data, api, adminRole }: PermissionsProps): import("react/jsx-runtime").JSX.Element;
@@ -1,14 +1,11 @@
1
1
  import type { Item } from '#types/Item';
2
2
  import type { ItemsApi } from '#types/ItemsApi';
3
- export declare function HeaderView({ item, api, editCallback, deleteCallback, setPositionCallback, itemNameField, itemSubnameField, itemAvatarField, loading, hideMenu, big, truncateSubname, hideSubname, showAddress, }: {
3
+ export declare function HeaderView({ item, api, editCallback, deleteCallback, setPositionCallback, loading, hideMenu, big, truncateSubname, hideSubname, showAddress, }: {
4
4
  item: Item;
5
5
  api?: ItemsApi<any>;
6
6
  editCallback?: any;
7
7
  deleteCallback?: any;
8
8
  setPositionCallback?: any;
9
- itemNameField?: string;
10
- itemAvatarField?: string;
11
- itemSubnameField?: string;
12
9
  loading?: boolean;
13
10
  hideMenu?: boolean;
14
11
  big?: boolean;
@@ -1,8 +1,10 @@
1
1
  import type { Item } from '#types/Item';
2
- export declare const PopupButton: ({ url, parameterField, text, colorField, item, }: {
2
+ /**
3
+ * @category Map
4
+ */
5
+ export declare const PopupButton: ({ url, parameterField, text, item, }: {
3
6
  url: string;
4
7
  parameterField?: string;
5
8
  text: string;
6
- colorField?: string;
7
9
  item?: Item;
8
10
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,7 @@
1
1
  import type { Item } from '#types/Item';
2
+ /**
3
+ * @category Map
4
+ */
2
5
  export declare const PopupCheckboxInput: ({ dataField, label, item, }: {
3
6
  dataField: string;
4
7
  label: string;
@@ -5,5 +5,8 @@ interface StartEndInputProps {
5
5
  updateStartValue?: (value: string) => void;
6
6
  updateEndValue?: (value: string) => void;
7
7
  }
8
+ /**
9
+ * @category Map
10
+ */
8
11
  export declare const PopupStartEndInput: ({ item, showLabels, updateStartValue, updateEndValue, }: StartEndInputProps) => import("react/jsx-runtime").JSX.Element;
9
12
  export {};
@@ -1,4 +1,7 @@
1
1
  import type { Item } from '#types/Item';
2
+ /**
3
+ * @category Map
4
+ */
2
5
  export declare const PopupTextAreaInput: ({ dataField, placeholder, style, item, }: {
3
6
  dataField: string;
4
7
  placeholder: string;
@@ -1,4 +1,7 @@
1
1
  import type { Item } from '#types/Item';
2
+ /**
3
+ * @category Map
4
+ */
2
5
  export declare const PopupTextInput: ({ dataField, placeholder, style, item, }: {
3
6
  dataField: string;
4
7
  placeholder: string;
@@ -1,4 +1,7 @@
1
1
  import type { Item } from '#types/Item';
2
+ /**
3
+ * @category Map
4
+ */
2
5
  export declare const StartEndView: ({ item }: {
3
6
  item?: Item;
4
7
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,12 @@
1
1
  import type { Item } from '#types/Item';
2
- export declare const TextView: ({ item, truncate, itemTextField, rawText, }: {
2
+ /**
3
+ * @category Map
4
+ */
5
+ export declare const TextView: ({ item, itemId, text, truncate, rawText, itemTextField, }: {
3
6
  item?: Item;
7
+ itemId?: string;
8
+ text?: string;
4
9
  truncate?: boolean;
5
- itemTextField?: string;
6
10
  rawText?: string;
11
+ itemTextField?: string;
7
12
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,8 @@
1
1
  import type { ItemsApi } from '#types/ItemsApi';
2
2
  import type { Tag } from '#types/Tag';
3
+ /**
4
+ * @category Map
5
+ */
3
6
  export declare function Tags({ data, api }: {
4
7
  data?: Tag[];
5
8
  api?: ItemsApi<Tag>;
@@ -1,4 +1,7 @@
1
1
  import type { UtopiaMapProps } from '#types/UtopiaMapProps';
2
2
  import 'react-toastify/dist/ReactToastify.css';
3
+ /**
4
+ * @category Map
5
+ */
3
6
  declare function UtopiaMap({ height, width, center, zoom, children, geo, showFilterControl, showGratitudeControl, showLayerControl, infoText, donationWidget, }: UtopiaMapProps): import("react/jsx-runtime").JSX.Element;
4
7
  export { UtopiaMap };
@@ -1,7 +1,7 @@
1
1
  export { UtopiaMap } from './UtopiaMap';
2
- export { Layer } from './Layer';
2
+ export * from './Layer';
3
3
  export { Tags } from './Tags';
4
- export { Permissions } from './Permissions';
4
+ export * from './Permissions';
5
5
  export { ItemForm } from './ItemForm';
6
6
  export { ItemView } from './ItemView';
7
7
  export { PopupTextAreaInput } from './Subcomponents/ItemPopupComponents/PopupTextAreaInput';
@@ -1 +1,4 @@
1
+ /**
2
+ * @category Profile
3
+ */
1
4
  export declare function ProfileForm(): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,7 @@
1
1
  import type { ItemsApi } from '#types/ItemsApi';
2
+ /**
3
+ * @category Profile
4
+ */
2
5
  export declare function ProfileView({ attestationApi }: {
3
6
  attestationApi?: ItemsApi<any>;
4
7
  }): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +1,9 @@
1
1
  import type { Item } from '#types/Item';
2
- export declare function ActionButton({ item, triggerAddButton, triggerItemSelected, existingRelations, itemType, colorField, collection, customStyle, }: {
2
+ export declare function ActionButton({ item, triggerAddButton, triggerItemSelected, existingRelations, itemType, collection, customStyle, }: {
3
3
  triggerAddButton?: any;
4
4
  triggerItemSelected?: any;
5
5
  existingRelations: Item[];
6
6
  itemType?: string;
7
- colorField?: string;
8
7
  collection?: string;
9
8
  customStyle?: string;
10
9
  item: Item;
@@ -1,10 +1,7 @@
1
1
  import type { Item } from '#types/Item';
2
- export declare function LinkedItemsHeaderView({ item, unlinkCallback, itemNameField, itemAvatarField, loading, unlinkPermission, itemSubnameField, }: {
2
+ export declare function LinkedItemsHeaderView({ item, unlinkCallback, loading, unlinkPermission, }: {
3
3
  item: Item;
4
4
  unlinkCallback?: any;
5
- itemNameField?: string;
6
- itemAvatarField?: string;
7
- itemSubnameField?: string;
8
5
  loading?: boolean;
9
6
  unlinkPermission: boolean;
10
7
  }): import("react/jsx-runtime").JSX.Element;
@@ -1 +1,4 @@
1
+ /**
2
+ * @category Profile
3
+ */
1
4
  export declare function UserSettings(): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,7 @@
1
1
  import type { ItemsApi } from '#types/ItemsApi';
2
+ /**
3
+ * @category Templates
4
+ */
2
5
  export declare const AttestationForm: ({ api }: {
3
6
  api?: ItemsApi<unknown>;
4
7
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @category Templates
3
+ */
1
4
  export declare function CardPage({ title, hideTitle, children, parents, }: {
2
5
  title: string;
3
6
  hideTitle?: boolean;
@@ -1,8 +1,7 @@
1
1
  import type { Item } from '#types/Item';
2
- export declare const ItemCard: ({ i, loading, url, parameterField, deleteCallback, }: {
2
+ export declare const ItemCard: ({ i, loading, url, deleteCallback, }: {
3
3
  i: Item;
4
4
  loading: boolean;
5
5
  url: string;
6
- parameterField: string;
7
6
  deleteCallback: any;
8
7
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @category Templates
3
+ */
1
4
  export declare function MapOverlayPage({ children, className, backdrop, card, }: {
2
5
  children: React.ReactNode;
3
6
  className?: string;
@@ -1 +1,4 @@
1
+ /**
2
+ * @category Templates
3
+ */
1
4
  export declare const MarketView: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +1,4 @@
1
+ /**
2
+ * @category Templates
3
+ */
1
4
  export declare const MoonCalendar: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,9 @@
1
+ /**
2
+ * @category Templates
3
+ */
1
4
  export declare const OverlayItemsIndexPage: ({ url, layerName, parameterField, plusButton, }: {
2
5
  layerName: string;
3
6
  url: string;
4
- parameterField: string;
7
+ parameterField?: string;
5
8
  plusButton?: boolean;
6
9
  }) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1,4 @@
1
+ /**
2
+ * @category Templates
3
+ */
1
4
  export declare const SelectUser: () => import("react/jsx-runtime").JSX.Element;
@@ -6,5 +6,8 @@ interface TitleCardProps {
6
6
  className?: string;
7
7
  TopSideButtons?: any;
8
8
  }
9
+ /**
10
+ * @category Templates
11
+ */
9
12
  export declare function TitleCard({ title, hideTitle, children, topMargin, TopSideButtons, className, }: TitleCardProps): import("react/jsx-runtime").JSX.Element;
10
13
  export {};
@@ -1,12 +1,11 @@
1
1
  import './index.css';
2
- export { UtopiaMap, Layer, Tags, Permissions, ItemForm, ItemView, PopupTextAreaInput, PopupStartEndInput, PopupTextInput, PopupButton, TextView, StartEndView, PopupCheckboxInput, } from './Components/Map';
3
- export { AppShell, Content, SideBar, Sitemap } from './Components/AppShell';
4
- export { AuthProvider, LoginPage, SignupPage, RequestPasswordPage, SetNewPasswordPage, } from './Components/Auth';
5
- export { UserSettings, ProfileView, ProfileForm } from './Components/Profile';
6
- export { Quests, Modal } from './Components/Gaming';
7
- export { TitleCard, CardPage, MapOverlayPage, OverlayItemsIndexPage, MoonCalendar, SelectUser, AttestationForm, MarketView, } from './Components/Templates';
8
- export { TextInput, TextAreaInput, SelectBox } from './Components/Input';
9
- export * from './types';
2
+ export * from './Components/Map';
3
+ export * from './Components/AppShell';
4
+ export * from './Components/Auth';
5
+ export * from './Components/Profile';
6
+ export * from './Components/Gaming';
7
+ export * from './Components/Templates';
8
+ export * from './Components/Input';
10
9
  declare global {
11
10
  interface Window {
12
11
  my_modal_3: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "utopia-ui",
3
- "version": "3.0.60",
3
+ "version": "3.0.62",
4
4
  "description": "Reuseable React Components to build mapping apps for real life communities and networks",
5
5
  "repository": "https://github.com/utopia-os/utopia-ui",
6
6
  "homepage": "https://utopia-os.org/",
@@ -9,9 +9,9 @@
9
9
  "types": "./dist/index.d.ts",
10
10
  "exports": {
11
11
  ".": {
12
+ "types": "./dist/index.d.ts",
12
13
  "import": "./dist/index.esm.js",
13
- "require": "./dist/index.cjs",
14
- "types": "./dist/index.d.ts"
14
+ "require": "./dist/index.cjs"
15
15
  }
16
16
  },
17
17
  "type": "module",
@@ -19,9 +19,12 @@
19
19
  "build": "rollup -c",
20
20
  "start": "rollup -c -w",
21
21
  "test:lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.cjs,.mjs,.json,.yml,.yaml --max-warnings 0 .",
22
+ "lint": "npm run test:lint:eslint",
23
+ "lintfix": "npm run test:lint:eslint -- --fix",
24
+ "test:component": "cypress run --component --browser electron",
22
25
  "test:unit": "npm run test:unit:dev -- run --coverage",
23
26
  "test:unit:dev": "vitest",
24
- "docs:generate": "typedoc --plugin typedoc-plugin-coverage src/index.tsx",
27
+ "docs:generate": "typedoc --includeVersion --navigation.includeCategories true --plugin typedoc-plugin-missing-exports --plugin typedoc-plugin-coverage src/index.tsx",
25
28
  "update": "npx npm-check-updates"
26
29
  },
27
30
  "files": [
@@ -47,6 +50,7 @@
47
50
  "@vitejs/plugin-react": "^4.3.4",
48
51
  "@vitest/coverage-v8": "^3.0.5",
49
52
  "autoprefixer": "^10.4.14",
53
+ "cypress": "^14.0.3",
50
54
  "daisyui": "^4.6.1",
51
55
  "eslint": "^8.24.0",
52
56
  "eslint-config-prettier": "^9.1.0",
@@ -59,6 +63,7 @@
59
63
  "eslint-plugin-promise": "^6.1.1",
60
64
  "eslint-plugin-react": "^7.31.8",
61
65
  "eslint-plugin-react-hooks": "^4.6.0",
66
+ "eslint-plugin-react-refresh": "^0.4.18",
62
67
  "eslint-plugin-security": "^3.0.1",
63
68
  "eslint-plugin-yml": "^1.14.0",
64
69
  "globals": "^15.14.0",
@@ -73,6 +78,7 @@
73
78
  "tailwindcss": "^3.3.1",
74
79
  "typedoc": "^0.27.6",
75
80
  "typedoc-plugin-coverage": "^3.4.1",
81
+ "typedoc-plugin-missing-exports": "^3.1.0",
76
82
  "typescript": "^5.7.3",
77
83
  "vite": "^6.0.11",
78
84
  "vitest": "^3.0.5"
@@ -90,6 +96,7 @@
90
96
  "leaflet": "^1.9.4",
91
97
  "leaflet.locatecontrol": "^0.79.0",
92
98
  "prop-types": "^15.8.1",
99
+ "radash": "^12.1.0",
93
100
  "react-colorful": "^5.6.1",
94
101
  "react-image-crop": "^10.1.8",
95
102
  "react-leaflet": "^4.2.1",
@@ -106,8 +113,8 @@
106
113
  "imports": {
107
114
  "#components/*": "./src/Components/*",
108
115
  "#utils/*": "./src/Utils/*",
116
+ "#types/*": "./src/types/*",
109
117
  "#src/*": "./src/*",
110
- "#types/*": "./types/*",
111
118
  "#root/*": "./*"
112
119
  }
113
120
  }
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import type { AssetsApi } from '#types/AssetsApi';
3
- export declare function AppShell({ appName, children, assetsApi, userType, }: {
4
- appName: string;
5
- children: React.ReactNode;
6
- assetsApi: AssetsApi;
7
- userType: string;
8
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- declare type ContentProps = {
3
- children?: React.ReactNode;
4
- };
5
- export declare function Content({ children }: ContentProps): import("react/jsx-runtime").JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- export declare const ContextWrapper: ({ children }: {
2
- children: any;
3
- }) => any;
4
- export declare const Wrappers: ({ children }: {
5
- children: any;
6
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- export default function NavBar({ appName, userType }: {
2
- appName: string;
3
- userType: string;
4
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import type { AssetsApi } from '#types/AssetsApi';
2
- export declare const SetAppState: ({ assetsApi, userType, }: {
3
- assetsApi: AssetsApi;
4
- userType: string;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- declare type route = {
3
- path: string;
4
- icon: JSX.Element;
5
- name: string;
6
- submenu?: route;
7
- blank?: boolean;
8
- };
9
- export declare function SideBar({ routes, bottomRoutes }: {
10
- routes: route[];
11
- bottomRoutes?: route[];
12
- }): import("react/jsx-runtime").JSX.Element;
13
- export {};
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- declare function SidebarSubmenu({ submenu, name, icon, }: {
3
- path: string;
4
- icon: JSX.Element;
5
- name: string;
6
- submenu?: any | undefined;
7
- }): import("react/jsx-runtime").JSX.Element;
8
- export default SidebarSubmenu;
@@ -1,3 +0,0 @@
1
- export declare const Sitemap: ({ url }: {
2
- url: string;
3
- }) => import("react/jsx-runtime").JSX.Element;