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
@@ -1,13 +0,0 @@
1
- export { UtopiaMap } from './UtopiaMap';
2
- export { Layer } from './Layer';
3
- export { Tags } from './Tags';
4
- export { Permissions } from './Permissions';
5
- export { ItemForm } from './ItemForm';
6
- export { ItemView } from './ItemView';
7
- export { PopupTextAreaInput } from './Subcomponents/ItemPopupComponents/PopupTextAreaInput';
8
- export { PopupStartEndInput } from './Subcomponents/ItemPopupComponents/PopupStartEndInput';
9
- export { PopupTextInput } from './Subcomponents/ItemPopupComponents/PopupTextInput';
10
- export { PopupCheckboxInput } from './Subcomponents/ItemPopupComponents/PopupCheckboxInput';
11
- export { TextView } from './Subcomponents/ItemPopupComponents/TextView';
12
- export { StartEndView } from './Subcomponents/ItemPopupComponents/StartEndView';
13
- export { PopupButton } from './Subcomponents/ItemPopupComponents/PopupButton';
@@ -1 +0,0 @@
1
- export declare const setItemLocation: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function ProfileForm(): import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import type { ItemsApi } from '#types/ItemsApi';
2
- export declare function ProfileView({ attestationApi }: {
3
- attestationApi?: ItemsApi<any>;
4
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare function ActionButton({ item, triggerAddButton, triggerItemSelected, existingRelations, itemType, collection, customStyle, }: {
3
- triggerAddButton?: any;
4
- triggerItemSelected?: any;
5
- existingRelations: Item[];
6
- itemType?: string;
7
- collection?: string;
8
- customStyle?: string;
9
- item: Item;
10
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,8 +0,0 @@
1
- /// <reference types="react" />
2
- import 'react-image-crop/dist/ReactCrop.css';
3
- interface AvatarWidgetProps {
4
- avatar: string;
5
- setAvatar: React.Dispatch<React.SetStateAction<any>>;
6
- }
7
- export declare const AvatarWidget: React.FC<AvatarWidgetProps>;
8
- export {};
@@ -1,6 +0,0 @@
1
- import './ColorPicker.css';
2
- export declare const ColorPicker: ({ color, onChange, className }: {
3
- color: any;
4
- onChange: any;
5
- className: any;
6
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import type { FormState } from '#types/FormState';
2
- export declare const ContactInfoForm: ({ state, setState, }: {
3
- state: FormState;
4
- setState: React.Dispatch<React.SetStateAction<any>>;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare const ContactInfoView: ({ item, heading }: {
3
- item: Item;
4
- heading: string;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- export declare const FormHeader: ({ item, state, setState }: {
2
- item: any;
3
- state: any;
4
- setState: any;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare const GroupSubHeaderView: ({ item, shareBaseUrl, platforms, }: {
3
- item: Item;
4
- shareBaseUrl: string;
5
- platforms?: string[] | undefined;
6
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,18 +0,0 @@
1
- import type { FormState } from '#types/FormState';
2
- import type { Item } from '#types/Item';
3
- interface groupType {
4
- groupTypes_id: {
5
- name: string;
6
- color: string;
7
- image: string;
8
- markerIcon: string;
9
- };
10
- }
11
- export declare const GroupSubheaderForm: ({ state, setState, groupStates, groupTypes, }: {
12
- state: FormState;
13
- setState: React.Dispatch<React.SetStateAction<any>>;
14
- item: Item;
15
- groupStates?: string[] | undefined;
16
- groupTypes?: groupType[] | undefined;
17
- }) => import("react/jsx-runtime").JSX.Element;
18
- export {};
@@ -1,7 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare function LinkedItemsHeaderView({ item, unlinkCallback, loading, unlinkPermission, }: {
3
- item: Item;
4
- unlinkCallback?: any;
5
- loading?: boolean;
6
- unlinkPermission: boolean;
7
- }): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const MarkdownHint: () => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import type { LayerProps } from '#types/LayerProps';
2
- export declare function PlusButton({ layer, triggerAction, color, collection, }: {
3
- layer?: LayerProps;
4
- triggerAction: any;
5
- color: string;
6
- collection?: string;
7
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare const ProfileStartEndForm: ({ item, setState, }: {
3
- item: Item;
4
- setState: React.Dispatch<React.SetStateAction<any>>;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare const ProfileStartEndView: ({ item }: {
3
- item: Item;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- import type { FormState } from '#types/FormState';
2
- export declare const ProfileTextForm: ({ state, setState, dataField, heading, size, hideInputLabel, required, }: {
3
- state: FormState;
4
- setState: React.Dispatch<React.SetStateAction<any>>;
5
- dataField?: string | undefined;
6
- heading: string;
7
- size: string;
8
- hideInputLabel: boolean;
9
- required?: boolean | undefined;
10
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare const ProfileTextView: ({ item, dataField, heading, hideWhenEmpty, }: {
3
- item: Item;
4
- dataField: string;
5
- heading: string;
6
- hideWhenEmpty: boolean;
7
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +0,0 @@
1
- declare const RelationCard: ({ title, description, imageSrc }: {
2
- title: any;
3
- description: any;
4
- imageSrc: any;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default RelationCard;
@@ -1,6 +0,0 @@
1
- declare const SocialShareBar: ({ url, title, platforms, }: {
2
- url: string;
3
- title: string;
4
- platforms?: string[] | undefined;
5
- }) => import("react/jsx-runtime").JSX.Element;
6
- export default SocialShareBar;
@@ -1,6 +0,0 @@
1
- declare const SocialShareButton: ({ platform, url, title, }: {
2
- platform: string;
3
- url: string;
4
- title: string;
5
- }) => import("react/jsx-runtime").JSX.Element | null;
6
- export default SocialShareButton;
@@ -1,6 +0,0 @@
1
- export declare const TagsWidget: ({ placeholder, containerStyle, defaultTags, onUpdate }: {
2
- placeholder: any;
3
- containerStyle: any;
4
- defaultTags: any;
5
- onUpdate: any;
6
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import type { FormState } from '#types/FormState';
2
- import type { Item } from '#types/Item';
3
- export declare const FlexForm: ({ item, state, setState, }: {
4
- state: FormState;
5
- setState: React.Dispatch<React.SetStateAction<any>>;
6
- item: Item;
7
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare const FlexView: ({ item }: {
3
- item: Item;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import type { FormState } from '#types/FormState';
2
- import type { Item } from '#types/Item';
3
- export declare const OnepagerForm: ({ item, state, setState, }: {
4
- state: FormState;
5
- setState: React.Dispatch<React.SetStateAction<any>>;
6
- item: Item;
7
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare const OnepagerView: ({ item }: {
3
- item: Item;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- export declare const SimpleForm: ({ state, setState }: {
2
- state: any;
3
- setState: any;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare const SimpleView: ({ item }: {
3
- item: Item;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- export declare const TabsForm: ({ item, state, setState, updatePermission, linkItem, unlinkItem, loading, setUrlParams, }: {
2
- item: any;
3
- state: any;
4
- setState: any;
5
- updatePermission: any;
6
- linkItem: any;
7
- unlinkItem: any;
8
- loading: any;
9
- setUrlParams: any;
10
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,13 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- import type { Tag } from '#types/Tag';
3
- export declare const TabsView: ({ attestations, item, offers, needs, relations, updatePermission, loading, linkItem, unlinkItem, }: {
4
- attestations: any[];
5
- item: Item;
6
- offers: Tag[];
7
- needs: Tag[];
8
- relations: Item[];
9
- updatePermission: boolean;
10
- loading: boolean;
11
- linkItem: (id: string) => Promise<void>;
12
- unlinkItem: (id: string) => Promise<void>;
13
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare function UserSettings(): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- declare const useClickOutside: (ref: any, handler: any) => void;
2
- export default useClickOutside;
@@ -1,4 +0,0 @@
1
- export { UserSettings } from './UserSettings';
2
- export { PlusButton } from './Subcomponents/PlusButton';
3
- export { ProfileView } from './ProfileView';
4
- export { ProfileForm } from './ProfileForm';
@@ -1,5 +0,0 @@
1
- export declare const submitNewItem: (evt: any, type: string, item: any, user: any, setLoading: any, tags: any, addTag: any, addItem: any, linkItem: any, resetFilterTags: any, layers: any, addItemPopupType: any, setAddItemPopupType: any) => Promise<void>;
2
- export declare const linkItem: (id: string, item: any, updateItem: any) => Promise<void>;
3
- export declare const unlinkItem: (id: string, item: any, updateItem: any) => Promise<void>;
4
- export declare const handleDelete: (event: React.MouseEvent<HTMLElement>, item: any, setLoading: any, removeItem: any, map: any, navigate: any) => Promise<void>;
5
- export declare const onUpdateItem: (state: any, item: any, tags: any, addTag: any, setLoading: any, navigate: any, updateItem: any, addItem: any, user: any, params: any) => Promise<void>;
@@ -1,4 +0,0 @@
1
- import type { ItemsApi } from '#types/ItemsApi';
2
- export declare const AttestationForm: ({ api }: {
3
- api?: ItemsApi<unknown> | undefined;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,10 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function CardPage({ title, hideTitle, children, parents, }: {
3
- title: string;
4
- hideTitle?: boolean;
5
- children?: React.ReactNode;
6
- parents?: {
7
- name: string;
8
- path: string;
9
- }[];
10
- }): import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- export declare const CircleLayout: ({ items, radius, fontSize, }: {
2
- items: any;
3
- radius: number;
4
- fontSize: any;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare const DateUserInfo: ({ item }: {
3
- item: Item;
4
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,12 +0,0 @@
1
- /// <reference types="react" />
2
- interface Props {
3
- title: string;
4
- isOpened: boolean;
5
- onClose: () => void;
6
- children: React.ReactNode;
7
- showCloseButton?: boolean;
8
- closeOnClickOutside?: boolean;
9
- className?: string;
10
- }
11
- declare const DialogModal: ({ title, isOpened, onClose, children, showCloseButton, closeOnClickOutside, className, }: Props) => import("react/jsx-runtime").JSX.Element;
12
- export default DialogModal;
@@ -1,10 +0,0 @@
1
- interface Props {
2
- selectedEmoji: string;
3
- selectedColor: string;
4
- selectedShape: string;
5
- setSelectedEmoji: (emoji: string) => void;
6
- setSelectedColor: (color: string) => void;
7
- setSelectedShape: (shape: string) => void;
8
- }
9
- export declare const EmojiPicker: ({ selectedEmoji, selectedColor, selectedShape, setSelectedEmoji, setSelectedColor, setSelectedShape, }: Props) => import("react/jsx-runtime").JSX.Element;
10
- export {};
@@ -1,7 +0,0 @@
1
- import type { Item } from '#types/Item';
2
- export declare const ItemCard: ({ i, loading, url, deleteCallback, }: {
3
- i: Item;
4
- loading: boolean;
5
- url: string;
6
- deleteCallback: any;
7
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function MapOverlayPage({ children, className, backdrop, card, }: {
3
- children: React.ReactNode;
4
- className?: string;
5
- backdrop?: boolean;
6
- card?: boolean;
7
- }): import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const MarketView: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const MoonCalendar: () => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +0,0 @@
1
- export declare const OverlayItemsIndexPage: ({ url, layerName, plusButton, }: {
2
- layerName: string;
3
- url: string;
4
- plusButton?: boolean | undefined;
5
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export declare const SelectUser: () => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +0,0 @@
1
- import type { Tag } from '#types/Tag';
2
- export declare const TagView: ({ tag, heighlight, onClick, count, }: {
3
- tag: Tag;
4
- heighlight?: boolean | undefined;
5
- onClick?: (() => void) | undefined;
6
- count?: number | undefined;
7
- }) => import("react/jsx-runtime").JSX.Element;
@@ -1,11 +0,0 @@
1
- /// <reference types="react" />
2
- interface TitleCardProps {
3
- title?: string;
4
- hideTitle?: boolean;
5
- children?: React.ReactNode;
6
- topMargin?: string;
7
- className?: string;
8
- TopSideButtons?: any;
9
- }
10
- export declare function TitleCard({ title, hideTitle, children, topMargin, TopSideButtons, className, }: TitleCardProps): import("react/jsx-runtime").JSX.Element;
11
- export {};
@@ -1,8 +0,0 @@
1
- export { CardPage } from './CardPage';
2
- export { TitleCard } from './TitleCard';
3
- export { MapOverlayPage } from './MapOverlayPage';
4
- export { MoonCalendar } from './MoonCalendar';
5
- export { SelectUser } from './SelectUser';
6
- export { OverlayItemsIndexPage } from './OverlayItemsIndexPage';
7
- export { AttestationForm } from './AttestationForm';
8
- export { MarketView } from './MarketView';
@@ -1,5 +0,0 @@
1
- declare function ErrorText({ styleClass, children }: {
2
- styleClass: any;
3
- children: any;
4
- }): import("react/jsx-runtime").JSX.Element;
5
- export default ErrorText;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- declare function Subtitle({ styleClass, children }: {
3
- styleClass: string;
4
- children: React.ReactNode;
5
- }): import("react/jsx-runtime").JSX.Element;
6
- export default Subtitle;
@@ -1 +0,0 @@
1
- export declare function containsUUID(str: string): boolean;
@@ -1,2 +0,0 @@
1
- export declare function decodeTag(string: string): string;
2
- export declare function encodeTag(string: string): string;
@@ -1 +0,0 @@
1
- export declare const hashTagRegex: RegExp;
@@ -1,2 +0,0 @@
1
- declare const MarkerIconFactory: (shape: string, color1: string, color2: string, icon: string) => import("leaflet").DivIcon;
2
- export default MarkerIconFactory;
@@ -1,7 +0,0 @@
1
- export declare const LUNAR_MONTH = 29.530588853;
2
- export declare const getJulianDate: (date?: Date) => number;
3
- export declare const normalize: (value: number) => number;
4
- export declare const getLunarAgePercent: (date?: Date) => number;
5
- export declare const getLunarAge: (date?: Date) => number;
6
- export declare const getNextNewMoon: () => Date;
7
- export declare const getLastNewMoon: (date?: Date) => Date;
@@ -1 +0,0 @@
1
- export declare const randomColor: () => string;
@@ -1,3 +0,0 @@
1
- export declare const urlRegex: RegExp;
2
- export declare const mailRegex: RegExp;
3
- export declare function fixUrls(message: string): string;
@@ -1 +0,0 @@
1
- export declare function reverseGeocode(lat: number, lon: number): Promise<string>;
@@ -1 +0,0 @@
1
- export declare const timeAgo: (date: string | number | Date) => string;