utopia-ui 3.0.0-alpha.98 → 3.0.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 (176) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +29 -26
  3. package/dist/Components/AppShell/AppShell.d.ts +3 -2
  4. package/dist/Components/AppShell/ContextWrapper.d.ts +6 -0
  5. package/dist/Components/AppShell/NavBar.d.ts +2 -2
  6. package/dist/Components/AppShell/SideBar.d.ts +0 -1
  7. package/dist/Components/AppShell/SidebarSubmenu.d.ts +0 -1
  8. package/dist/Components/AppShell/Sitemap.d.ts +3 -0
  9. package/dist/Components/AppShell/index.d.ts +1 -0
  10. package/dist/Components/Input/ComboBoxInput.d.ts +11 -0
  11. package/dist/Components/Map/Layer.d.ts +1 -1
  12. package/dist/Components/Map/Subcomponents/Controls/Control.d.ts +2 -1
  13. package/dist/Components/Map/Subcomponents/Controls/FilterControl.d.ts +1 -2
  14. package/dist/Components/Map/Subcomponents/Controls/GratitudeControl.d.ts +1 -0
  15. package/dist/Components/Map/Subcomponents/Controls/SearchControl.d.ts +1 -3
  16. package/dist/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +1 -0
  17. package/dist/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +14 -5
  18. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +6 -0
  19. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +8 -3
  20. package/dist/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +2 -1
  21. package/dist/Components/Map/Subcomponents/SelectPosition.d.ts +3 -0
  22. package/dist/Components/Map/UtopiaMap.d.ts +2 -10
  23. package/dist/Components/Map/UtopiaMapInner.d.ts +4 -0
  24. package/dist/Components/Map/hooks/useClusterRef.d.ts +12 -0
  25. package/dist/Components/Map/hooks/useFilter.d.ts +8 -0
  26. package/dist/Components/Map/hooks/usePermissions.d.ts +2 -2
  27. package/dist/Components/Map/hooks/useSelectPosition.d.ts +23 -0
  28. package/dist/Components/Map/index.d.ts +1 -0
  29. package/dist/Components/Map/setItemLocation.d.ts +1 -0
  30. package/dist/Components/Profile/ProfileForm.d.ts +3 -0
  31. package/dist/Components/Profile/ProfileView.d.ts +5 -0
  32. package/dist/Components/Profile/Subcomponents/ActionsButton.d.ts +11 -0
  33. package/dist/Components/Profile/Subcomponents/AvatarWidget.d.ts +8 -0
  34. package/dist/Components/Profile/Subcomponents/ContactInfo.d.ts +8 -0
  35. package/dist/Components/Profile/Subcomponents/FormHeader.d.ts +5 -0
  36. package/dist/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +10 -0
  37. package/dist/Components/Profile/Subcomponents/PlusButton.d.ts +7 -0
  38. package/dist/Components/Profile/Subcomponents/ProfileSubHeader.d.ts +7 -0
  39. package/dist/Components/Profile/Subcomponents/RelationCard.d.ts +6 -0
  40. package/dist/Components/Profile/Subcomponents/SocialShareBar.d.ts +6 -0
  41. package/dist/Components/Profile/Subcomponents/SocialShareButton.d.ts +6 -0
  42. package/dist/Components/Profile/Templates/OnepagerForm.d.ts +22 -0
  43. package/dist/Components/Profile/Templates/OnepagerView.d.ts +5 -0
  44. package/dist/Components/Profile/Templates/SimpleForm.d.ts +4 -0
  45. package/dist/Components/Profile/Templates/SimpleView.d.ts +4 -0
  46. package/dist/Components/Profile/Templates/TabsForm.d.ts +10 -0
  47. package/dist/Components/Profile/Templates/TabsView.d.ts +14 -0
  48. package/dist/Components/Profile/UserSettings.d.ts +0 -2
  49. package/dist/Components/Profile/index.d.ts +3 -7
  50. package/dist/Components/Profile/itemFunctions.d.ts +5 -0
  51. package/dist/Components/Templates/AttestationForm.d.ts +4 -0
  52. package/dist/Components/Templates/DateUserInfo.d.ts +4 -0
  53. package/dist/Components/Templates/DialogModal.d.ts +3 -1
  54. package/dist/Components/Templates/EmojiPicker.d.ts +8 -0
  55. package/dist/Components/Templates/ItemCard.d.ts +8 -0
  56. package/dist/Components/Templates/OverlayItemsIndexPage.d.ts +6 -0
  57. package/dist/Components/Templates/SelectUser.d.ts +3 -0
  58. package/dist/Components/Templates/index.d.ts +3 -3
  59. package/dist/Utils/ReverseGeocoder.d.ts +1 -0
  60. package/dist/index.d.ts +4 -4
  61. package/dist/index.js +3119 -2257
  62. package/dist/index.js.map +1 -1
  63. package/dist/types.d.ts +23 -1
  64. package/package.json +2 -2
  65. package/LICENSE.md +0 -5
  66. package/dist/Components/Auth/LoginPage copy.d.ts +0 -2
  67. package/dist/Components/Auth/ResetPasswordPage.d.ts +0 -2
  68. package/dist/Components/Auth/Signuppage.d.ts +0 -2
  69. package/dist/Components/Map/Subcomponents/Control.d.ts +0 -5
  70. package/dist/Components/Map/Subcomponents/FilterControl.d.ts +0 -2
  71. package/dist/Components/Map/Subcomponents/LayerControl.d.ts +0 -2
  72. package/dist/Components/Map/Subcomponents/QuestControl.d.ts +0 -2
  73. package/dist/Components/Profile/AvatarWidget.d.ts +0 -5
  74. package/dist/Components/Profile/Editor.d.ts +0 -4
  75. package/dist/Components/Profile/OverlayItemProfile.d.ts +0 -1
  76. package/dist/Components/Profile/OverlayItemProfileSettings.d.ts +0 -1
  77. package/dist/Components/Profile/OverlayProfile.d.ts +0 -1
  78. package/dist/Components/Profile/OverlayProfileSettings.d.ts +0 -1
  79. package/dist/Components/Profile/OverlayUserSettings.d.ts +0 -1
  80. package/dist/Components/Profile/PlusButton.d.ts +0 -5
  81. package/dist/Components/Profile/ProfileSettings.d.ts +0 -3
  82. package/dist/Components/Profile/Settings.d.ts +0 -4
  83. package/dist/Components/Profile/Tags.d.ts +0 -2
  84. package/dist/Components/Templates/ItemViewPage.d.ts +0 -14
  85. package/dist/Components/Templates/ItemsIndexPage.d.ts +0 -18
  86. package/dist/Components/Templates/MapOverlayScreen.d.ts +0 -4
  87. package/dist/Utils/DynamicHeroIcon.d.ts +0 -7
  88. package/dist/workspace/utopia-ui/src/Components/AppShell/AppShell.d.ts +0 -8
  89. package/dist/workspace/utopia-ui/src/Components/AppShell/Content.d.ts +0 -6
  90. package/dist/workspace/utopia-ui/src/Components/AppShell/NavBar.d.ts +0 -4
  91. package/dist/workspace/utopia-ui/src/Components/AppShell/SetAssetsApi.d.ts +0 -4
  92. package/dist/workspace/utopia-ui/src/Components/AppShell/SideBar.d.ts +0 -12
  93. package/dist/workspace/utopia-ui/src/Components/AppShell/SidebarSubmenu.d.ts +0 -7
  94. package/dist/workspace/utopia-ui/src/Components/AppShell/hooks/useAssets.d.ts +0 -13
  95. package/dist/workspace/utopia-ui/src/Components/AppShell/index.d.ts +0 -3
  96. package/dist/workspace/utopia-ui/src/Components/Auth/LoginPage.d.ts +0 -1
  97. package/dist/workspace/utopia-ui/src/Components/Auth/RequestPasswordPage.d.ts +0 -3
  98. package/dist/workspace/utopia-ui/src/Components/Auth/SetNewPasswordPage.d.ts +0 -1
  99. package/dist/workspace/utopia-ui/src/Components/Auth/SignupPage.d.ts +0 -1
  100. package/dist/workspace/utopia-ui/src/Components/Auth/index.d.ts +0 -5
  101. package/dist/workspace/utopia-ui/src/Components/Auth/useAuth.d.ts +0 -26
  102. package/dist/workspace/utopia-ui/src/Components/Gaming/Modal.d.ts +0 -5
  103. package/dist/workspace/utopia-ui/src/Components/Gaming/Quests.d.ts +0 -1
  104. package/dist/workspace/utopia-ui/src/Components/Gaming/hooks/useQuests.d.ts +0 -13
  105. package/dist/workspace/utopia-ui/src/Components/Gaming/index.d.ts +0 -2
  106. package/dist/workspace/utopia-ui/src/Components/Input/Autocomplete.d.ts +0 -7
  107. package/dist/workspace/utopia-ui/src/Components/Input/SelectBox.d.ts +0 -16
  108. package/dist/workspace/utopia-ui/src/Components/Input/TextAreaInput.d.ts +0 -12
  109. package/dist/workspace/utopia-ui/src/Components/Input/TextInput.d.ts +0 -14
  110. package/dist/workspace/utopia-ui/src/Components/Input/index.d.ts +0 -3
  111. package/dist/workspace/utopia-ui/src/Components/Map/ItemForm.d.ts +0 -18
  112. package/dist/workspace/utopia-ui/src/Components/Map/ItemView.d.ts +0 -16
  113. package/dist/workspace/utopia-ui/src/Components/Map/Layer.d.ts +0 -2
  114. package/dist/workspace/utopia-ui/src/Components/Map/Permissions.d.ts +0 -6
  115. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/AddButton.d.ts +0 -4
  116. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/Control.d.ts +0 -6
  117. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/LayerControl.d.ts +0 -1
  118. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/LocateControl.d.ts +0 -3
  119. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/QuestControl.d.ts +0 -1
  120. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/SearchControl.d.ts +0 -3
  121. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/TagsControl.d.ts +0 -1
  122. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemFormPopup.d.ts +0 -11
  123. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +0 -7
  124. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +0 -8
  125. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +0 -4
  126. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +0 -7
  127. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +0 -7
  128. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +0 -4
  129. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +0 -6
  130. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemViewPopup.d.ts +0 -9
  131. package/dist/workspace/utopia-ui/src/Components/Map/Tags.d.ts +0 -5
  132. package/dist/workspace/utopia-ui/src/Components/Map/UtopiaMap.d.ts +0 -11
  133. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useDebounce.d.ts +0 -1
  134. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useFilter.d.ts +0 -32
  135. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useItems.d.ts +0 -26
  136. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useLayers.d.ts +0 -14
  137. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useLeafletRefs.d.ts +0 -22
  138. package/dist/workspace/utopia-ui/src/Components/Map/hooks/usePermissions.d.ts +0 -20
  139. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useTags.d.ts +0 -22
  140. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useTimeout.d.ts +0 -4
  141. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useWindowDimension.d.ts +0 -4
  142. package/dist/workspace/utopia-ui/src/Components/Map/index.d.ts +0 -12
  143. package/dist/workspace/utopia-ui/src/Components/Profile/ColorPicker.d.ts +0 -6
  144. package/dist/workspace/utopia-ui/src/Components/Profile/Editor.d.ts +0 -4
  145. package/dist/workspace/utopia-ui/src/Components/Profile/OverlayProfile.d.ts +0 -1
  146. package/dist/workspace/utopia-ui/src/Components/Profile/OverlayProfileSettings.d.ts +0 -1
  147. package/dist/workspace/utopia-ui/src/Components/Profile/OverlayUserSettings.d.ts +0 -1
  148. package/dist/workspace/utopia-ui/src/Components/Profile/ProfileSettings.d.ts +0 -3
  149. package/dist/workspace/utopia-ui/src/Components/Profile/TagsWidget.d.ts +0 -6
  150. package/dist/workspace/utopia-ui/src/Components/Profile/UserSettings.d.ts +0 -3
  151. package/dist/workspace/utopia-ui/src/Components/Profile/index.d.ts +0 -5
  152. package/dist/workspace/utopia-ui/src/Components/Profile/useClickOutside.d.ts +0 -2
  153. package/dist/workspace/utopia-ui/src/Components/Templates/CardPage.d.ts +0 -10
  154. package/dist/workspace/utopia-ui/src/Components/Templates/CircleLayout.d.ts +0 -5
  155. package/dist/workspace/utopia-ui/src/Components/Templates/DialogModal.d.ts +0 -10
  156. package/dist/workspace/utopia-ui/src/Components/Templates/ItemsIndexPage.d.ts +0 -15
  157. package/dist/workspace/utopia-ui/src/Components/Templates/MapOverlayPage.d.ts +0 -7
  158. package/dist/workspace/utopia-ui/src/Components/Templates/MoonCalendar.d.ts +0 -1
  159. package/dist/workspace/utopia-ui/src/Components/Templates/TagView.d.ts +0 -6
  160. package/dist/workspace/utopia-ui/src/Components/Templates/TitleCard.d.ts +0 -11
  161. package/dist/workspace/utopia-ui/src/Components/Templates/index.d.ts +0 -6
  162. package/dist/workspace/utopia-ui/src/Components/Typography/ErrorText.d.ts +0 -5
  163. package/dist/workspace/utopia-ui/src/Components/Typography/Subtitle.d.ts +0 -6
  164. package/dist/workspace/utopia-ui/src/Utils/FormatTags.d.ts +0 -2
  165. package/dist/workspace/utopia-ui/src/Utils/GetValue.d.ts +0 -1
  166. package/dist/workspace/utopia-ui/src/Utils/HashTagRegex.d.ts +0 -1
  167. package/dist/workspace/utopia-ui/src/Utils/MarkerIconFactory.d.ts +0 -3
  168. package/dist/workspace/utopia-ui/src/Utils/Moon.d.ts +0 -7
  169. package/dist/workspace/utopia-ui/src/Utils/RandomColor.d.ts +0 -1
  170. package/dist/workspace/utopia-ui/src/Utils/ReplaceURLs.d.ts +0 -3
  171. package/dist/workspace/utopia-ui/src/Utils/TimeAgo.d.ts +0 -1
  172. package/dist/workspace/utopia-ui/src/index.d.ts +0 -13
  173. package/dist/workspace/utopia-ui/src/types.d.ts +0 -108
  174. /package/dist/Components/Profile/{ColorPicker.d.ts → Subcomponents/ColorPicker.d.ts} +0 -0
  175. /package/dist/Components/Profile/{TagsWidget.d.ts → Subcomponents/TagsWidget.d.ts} +0 -0
  176. /package/dist/Components/Profile/{useClickOutside.d.ts → hooks/useClickOutside.d.ts} +0 -0
@@ -1,7 +1,7 @@
1
1
  export { CardPage } from './CardPage';
2
2
  export { TitleCard } from './TitleCard';
3
3
  export { MapOverlayPage } from './MapOverlayPage';
4
- export { CircleLayout } from './CircleLayout';
5
4
  export { MoonCalendar } from './MoonCalendar';
6
- export { ItemsIndexPage } from "./ItemsIndexPage";
7
- export { ItemViewPage } from "./ItemViewPage";
5
+ export { SelectUser } from "./SelectUser";
6
+ export { OverlayItemsIndexPage } from "./OverlayItemsIndexPage";
7
+ export { AttestationForm } from "./AttestationForm";
@@ -0,0 +1 @@
1
+ export declare function reverseGeocode(lat: number, lon: number): Promise<string>;
package/dist/index.d.ts CHANGED
@@ -1,9 +1,9 @@
1
- export { UtopiaMap, Layer, Tags, Permissions, ItemForm, ItemView, PopupTextAreaInput, PopupStartEndInput, PopupTextInput, PopupButton, TextView, StartEndView } from './Components/Map';
2
- export { AppShell, Content, SideBar } from "./Components/AppShell";
1
+ export { UtopiaMap, Layer, Tags, Permissions, ItemForm, ItemView, PopupTextAreaInput, PopupStartEndInput, PopupTextInput, PopupButton, TextView, StartEndView, PopupCheckboxInput } from './Components/Map';
2
+ export { AppShell, Content, SideBar, Sitemap } from "./Components/AppShell";
3
3
  export { AuthProvider, useAuth, LoginPage, SignupPage, RequestPasswordPage, SetNewPasswordPage } from "./Components/Auth";
4
- export { UserSettings, ProfileSettings, OverlayProfile, OverlayProfileSettings, OverlayUserSettings, OverlayItemProfile, OverlayItemProfileSettings, PlusButton } from './Components/Profile';
4
+ export { UserSettings, ProfileView, ProfileForm } from './Components/Profile';
5
5
  export { Quests, Modal } from './Components/Gaming';
6
- export { TitleCard, CardPage, MapOverlayPage, CircleLayout, MoonCalendar, ItemsIndexPage, ItemViewPage } from './Components/Templates';
6
+ export { TitleCard, CardPage, MapOverlayPage, OverlayItemsIndexPage, MoonCalendar, SelectUser, AttestationForm } from './Components/Templates';
7
7
  export { TextInput, TextAreaInput, SelectBox } from './Components/Input';
8
8
  import "./index.css";
9
9
  declare global {