utopia-ui 3.0.0-alpha.19 → 3.0.0-alpha.191

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 (213) hide show
  1. package/LICENSE +674 -0
  2. package/README.md +29 -6
  3. package/dist/Components/AppShell/AppShell.d.ts +7 -5
  4. package/dist/Components/AppShell/Content.d.ts +1 -1
  5. package/dist/Components/AppShell/NavBar.d.ts +1 -2
  6. package/dist/Components/AppShell/SetAssetsApi.d.ts +4 -0
  7. package/dist/Components/AppShell/SideBar.d.ts +4 -2
  8. package/dist/Components/AppShell/SidebarSubmenu.d.ts +1 -1
  9. package/dist/Components/AppShell/hooks/useAssets.d.ts +13 -0
  10. package/dist/Components/Auth/LoginPage copy.d.ts +2 -0
  11. package/dist/Components/Auth/LoginPage.d.ts +1 -2
  12. package/dist/Components/Auth/RequestPasswordPage.d.ts +3 -0
  13. package/dist/Components/Auth/ResetPasswordPage.d.ts +2 -0
  14. package/dist/Components/Auth/SetNewPasswordPage.d.ts +1 -0
  15. package/dist/Components/Auth/SignupPage.d.ts +1 -2
  16. package/dist/Components/Auth/Signuppage.d.ts +2 -0
  17. package/dist/Components/Auth/index.d.ts +3 -1
  18. package/dist/Components/Auth/useAuth.d.ts +4 -2
  19. package/dist/Components/Gaming/Modal.d.ts +5 -9
  20. package/dist/Components/Gaming/Quests.d.ts +1 -2
  21. package/dist/Components/Gaming/hooks/useQuests.d.ts +13 -0
  22. package/dist/Components/Input/Autocomplete.d.ts +7 -0
  23. package/dist/Components/Input/ComboBoxInput.d.ts +11 -0
  24. package/dist/Components/Input/SelectBox.d.ts +16 -0
  25. package/dist/Components/Input/TextAreaInput.d.ts +1 -2
  26. package/dist/Components/Input/TextInput.d.ts +2 -2
  27. package/dist/Components/Input/index.d.ts +1 -0
  28. package/dist/Components/Map/ItemForm.d.ts +4 -2
  29. package/dist/Components/Map/ItemView.d.ts +1 -1
  30. package/dist/Components/Map/Layer.d.ts +1 -2
  31. package/dist/Components/Map/Permissions.d.ts +1 -2
  32. package/dist/Components/Map/Subcomponents/AddButton.d.ts +3 -3
  33. package/dist/Components/Map/Subcomponents/Control.d.ts +5 -0
  34. package/dist/Components/Map/Subcomponents/Controls/Control.d.ts +7 -0
  35. package/dist/Components/Map/Subcomponents/Controls/FilterControl.d.ts +1 -0
  36. package/dist/Components/Map/Subcomponents/Controls/LayerControl.d.ts +1 -0
  37. package/dist/Components/Map/Subcomponents/Controls/LocateControl.d.ts +3 -0
  38. package/dist/Components/Map/Subcomponents/Controls/QuestControl.d.ts +1 -0
  39. package/dist/Components/Map/Subcomponents/Controls/SearchControl.d.ts +1 -0
  40. package/dist/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +1 -0
  41. package/dist/Components/Map/Subcomponents/Controls/TagsControl.d.ts +1 -0
  42. package/dist/Components/Map/Subcomponents/ItemFormPopup.d.ts +2 -2
  43. package/dist/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +16 -6
  44. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +8 -0
  45. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +6 -0
  46. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +1 -2
  47. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +1 -2
  48. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +7 -2
  49. package/dist/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +1 -2
  50. package/dist/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +5 -3
  51. package/dist/Components/Map/Subcomponents/QuestControl.d.ts +2 -0
  52. package/dist/Components/Map/Tags.d.ts +1 -2
  53. package/dist/Components/Map/UtopiaMap.d.ts +2 -8
  54. package/dist/Components/Map/hooks/useClusterRef.d.ts +12 -0
  55. package/dist/Components/Map/hooks/useDebounce.d.ts +1 -0
  56. package/dist/Components/Map/hooks/useFilter.d.ts +7 -1
  57. package/dist/Components/Map/hooks/useItems.d.ts +2 -0
  58. package/dist/Components/Map/hooks/usePermissions.d.ts +2 -2
  59. package/dist/Components/Map/hooks/useSelectPosition.d.ts +23 -0
  60. package/dist/Components/Map/hooks/useSetItemPosition.d.ts +13 -0
  61. package/dist/Components/Map/hooks/useTags.d.ts +2 -2
  62. package/dist/Components/Map/hooks/useTimeout.d.ts +4 -0
  63. package/dist/Components/Map/index.d.ts +3 -0
  64. package/dist/Components/Map/setItemLocation.d.ts +1 -0
  65. package/dist/Components/Profile/ActionButton.d.ts +5 -0
  66. package/dist/Components/Profile/ActionsButton.d.ts +11 -0
  67. package/dist/Components/Profile/AvatarWidget.d.ts +5 -0
  68. package/dist/Components/Profile/ColorPicker.d.ts +6 -0
  69. package/dist/Components/Profile/ContactInfo.d.ts +7 -0
  70. package/dist/Components/Profile/Editor.d.ts +4 -0
  71. package/dist/Components/Profile/ItemForm.d.ts +1 -0
  72. package/dist/Components/Profile/LinkedItemsHeaderView.d.ts +10 -0
  73. package/dist/Components/Profile/OverlayItemProfile.d.ts +1 -0
  74. package/dist/Components/Profile/OverlayItemProfileSettings.d.ts +1 -0
  75. package/dist/Components/Profile/OverlayProfile.d.ts +1 -0
  76. package/dist/Components/Profile/OverlayProfileSettings.d.ts +1 -0
  77. package/dist/Components/Profile/OverlayUserSettings.d.ts +1 -0
  78. package/dist/Components/Profile/PlusButton.d.ts +7 -0
  79. package/dist/Components/Profile/ProfileSettings.d.ts +3 -0
  80. package/dist/Components/Profile/ProfileSubHeader.d.ts +7 -0
  81. package/dist/Components/Profile/RelationCard.d.ts +6 -0
  82. package/dist/Components/Profile/Settings.d.ts +1 -0
  83. package/dist/Components/Profile/SocialShareBar.d.ts +6 -0
  84. package/dist/Components/Profile/SocialShareButton.d.ts +6 -0
  85. package/dist/Components/Profile/Tags.d.ts +2 -0
  86. package/dist/Components/Profile/TagsWidget.d.ts +6 -0
  87. package/dist/Components/Profile/UserSettings.d.ts +3 -0
  88. package/dist/Components/Profile/index.d.ts +8 -1
  89. package/dist/Components/Profile/useClickOutside.d.ts +2 -0
  90. package/dist/Components/Templates/CardItem.d.ts +6 -0
  91. package/dist/Components/Templates/CardPage.d.ts +7 -2
  92. package/dist/Components/Templates/CircleLayout.d.ts +5 -0
  93. package/dist/Components/Templates/DateUserInfo.d.ts +4 -0
  94. package/dist/Components/Templates/DialogModal.d.ts +12 -0
  95. package/dist/Components/Templates/ItemCard.d.ts +8 -0
  96. package/dist/Components/Templates/ItemViewPage.d.ts +14 -0
  97. package/dist/Components/Templates/ItemsIndexPage.d.ts +19 -0
  98. package/dist/Components/Templates/MapOverlayPage.d.ts +7 -0
  99. package/dist/Components/Templates/MapOverlayScreen.d.ts +4 -0
  100. package/dist/Components/Templates/MoonCalendar.d.ts +1 -0
  101. package/dist/Components/Templates/OverlayItemsIndexPage.d.ts +6 -0
  102. package/dist/Components/Templates/TagView.d.ts +6 -0
  103. package/dist/Components/Templates/TitleCard.d.ts +6 -4
  104. package/dist/Components/Templates/index.d.ts +6 -0
  105. package/dist/Components/Typography/ErrorText.d.ts +1 -2
  106. package/dist/Components/Typography/Subtitle.d.ts +1 -1
  107. package/dist/Utils/DynamicHeroIcon.d.ts +2 -0
  108. package/dist/Utils/FormatTags.d.ts +2 -0
  109. package/dist/Utils/GetValue.d.ts +1 -0
  110. package/dist/Utils/Moon.d.ts +7 -0
  111. package/dist/Utils/ReverseGeocoder.d.ts +1 -0
  112. package/dist/Utils/TimeAgo.d.ts +1 -0
  113. package/dist/index.d.ts +5 -5
  114. package/dist/index.js +4727 -1388
  115. package/dist/index.js.map +1 -1
  116. package/dist/types.d.ts +71 -11
  117. package/dist/workspace/utopia-ui/src/Components/AppShell/AppShell.d.ts +8 -0
  118. package/dist/workspace/utopia-ui/src/Components/AppShell/Content.d.ts +6 -0
  119. package/dist/workspace/utopia-ui/src/Components/AppShell/NavBar.d.ts +4 -0
  120. package/dist/workspace/utopia-ui/src/Components/AppShell/SetAssetsApi.d.ts +4 -0
  121. package/dist/workspace/utopia-ui/src/Components/AppShell/SideBar.d.ts +12 -0
  122. package/dist/workspace/utopia-ui/src/Components/AppShell/SidebarSubmenu.d.ts +7 -0
  123. package/dist/workspace/utopia-ui/src/Components/AppShell/hooks/useAssets.d.ts +13 -0
  124. package/dist/workspace/utopia-ui/src/Components/AppShell/index.d.ts +3 -0
  125. package/dist/workspace/utopia-ui/src/Components/Auth/LoginPage.d.ts +1 -0
  126. package/dist/workspace/utopia-ui/src/Components/Auth/RequestPasswordPage.d.ts +3 -0
  127. package/dist/workspace/utopia-ui/src/Components/Auth/SetNewPasswordPage.d.ts +1 -0
  128. package/dist/workspace/utopia-ui/src/Components/Auth/SignupPage.d.ts +1 -0
  129. package/dist/workspace/utopia-ui/src/Components/Auth/index.d.ts +5 -0
  130. package/dist/{Components/Auth/authDirectus.d.ts → workspace/utopia-ui/src/Components/Auth/useAuth.d.ts} +6 -4
  131. package/dist/workspace/utopia-ui/src/Components/Gaming/Modal.d.ts +5 -0
  132. package/dist/workspace/utopia-ui/src/Components/Gaming/Quests.d.ts +1 -0
  133. package/dist/workspace/utopia-ui/src/Components/Gaming/hooks/useQuests.d.ts +13 -0
  134. package/dist/workspace/utopia-ui/src/Components/Gaming/index.d.ts +2 -0
  135. package/dist/workspace/utopia-ui/src/Components/Input/Autocomplete.d.ts +7 -0
  136. package/dist/workspace/utopia-ui/src/Components/Input/SelectBox.d.ts +16 -0
  137. package/dist/{Components/Input/TributeTextAreaInput copy.d.ts → workspace/utopia-ui/src/Components/Input/TextAreaInput.d.ts} +0 -1
  138. package/dist/workspace/utopia-ui/src/Components/Input/TextInput.d.ts +14 -0
  139. package/dist/workspace/utopia-ui/src/Components/Input/index.d.ts +3 -0
  140. package/dist/workspace/utopia-ui/src/Components/Map/ItemForm.d.ts +18 -0
  141. package/dist/workspace/utopia-ui/src/Components/Map/ItemView.d.ts +16 -0
  142. package/dist/workspace/utopia-ui/src/Components/Map/Layer.d.ts +2 -0
  143. package/dist/workspace/utopia-ui/src/Components/Map/Permissions.d.ts +6 -0
  144. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/AddButton.d.ts +4 -0
  145. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/Control.d.ts +6 -0
  146. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/LayerControl.d.ts +1 -0
  147. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/LocateControl.d.ts +3 -0
  148. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/QuestControl.d.ts +1 -0
  149. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/SearchControl.d.ts +3 -0
  150. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/Controls/TagsControl.d.ts +1 -0
  151. package/dist/{Components/Map → workspace/utopia-ui/src/Components/Map/Subcomponents}/ItemFormPopup.d.ts +2 -3
  152. package/dist/{Components/Map/Subcomponents → workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents}/HeaderView.d.ts +2 -2
  153. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +8 -0
  154. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +4 -0
  155. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +7 -0
  156. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +7 -0
  157. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +4 -0
  158. package/dist/workspace/utopia-ui/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +6 -0
  159. package/dist/{Components/Map → workspace/utopia-ui/src/Components/Map/Subcomponents}/ItemViewPopup.d.ts +3 -2
  160. package/dist/workspace/utopia-ui/src/Components/Map/Tags.d.ts +5 -0
  161. package/dist/workspace/utopia-ui/src/Components/Map/UtopiaMap.d.ts +11 -0
  162. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useDebounce.d.ts +1 -0
  163. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useFilter.d.ts +32 -0
  164. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useItems.d.ts +26 -0
  165. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useLayers.d.ts +14 -0
  166. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useLeafletRefs.d.ts +22 -0
  167. package/dist/workspace/utopia-ui/src/Components/Map/hooks/usePermissions.d.ts +20 -0
  168. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useTags.d.ts +22 -0
  169. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useTimeout.d.ts +4 -0
  170. package/dist/workspace/utopia-ui/src/Components/Map/hooks/useWindowDimension.d.ts +4 -0
  171. package/dist/workspace/utopia-ui/src/Components/Map/index.d.ts +12 -0
  172. package/dist/workspace/utopia-ui/src/Components/Profile/ColorPicker.d.ts +6 -0
  173. package/dist/workspace/utopia-ui/src/Components/Profile/Editor.d.ts +4 -0
  174. package/dist/workspace/utopia-ui/src/Components/Profile/OverlayProfile.d.ts +1 -0
  175. package/dist/workspace/utopia-ui/src/Components/Profile/OverlayProfileSettings.d.ts +1 -0
  176. package/dist/workspace/utopia-ui/src/Components/Profile/OverlayUserSettings.d.ts +1 -0
  177. package/dist/workspace/utopia-ui/src/Components/Profile/ProfileSettings.d.ts +3 -0
  178. package/dist/workspace/utopia-ui/src/Components/Profile/TagsWidget.d.ts +6 -0
  179. package/dist/workspace/utopia-ui/src/Components/Profile/UserSettings.d.ts +3 -0
  180. package/dist/workspace/utopia-ui/src/Components/Profile/index.d.ts +5 -0
  181. package/dist/workspace/utopia-ui/src/Components/Profile/useClickOutside.d.ts +2 -0
  182. package/dist/workspace/utopia-ui/src/Components/Templates/CardPage.d.ts +10 -0
  183. package/dist/workspace/utopia-ui/src/Components/Templates/CircleLayout.d.ts +5 -0
  184. package/dist/{Components/AppShell → workspace/utopia-ui/src/Components/Templates}/DialogModal.d.ts +2 -1
  185. package/dist/workspace/utopia-ui/src/Components/Templates/ItemsIndexPage.d.ts +15 -0
  186. package/dist/workspace/utopia-ui/src/Components/Templates/MapOverlayPage.d.ts +7 -0
  187. package/dist/workspace/utopia-ui/src/Components/Templates/MoonCalendar.d.ts +1 -0
  188. package/dist/workspace/utopia-ui/src/Components/Templates/TagView.d.ts +6 -0
  189. package/dist/workspace/utopia-ui/src/Components/Templates/TitleCard.d.ts +11 -0
  190. package/dist/workspace/utopia-ui/src/Components/Templates/index.d.ts +6 -0
  191. package/dist/workspace/utopia-ui/src/Components/Typography/ErrorText.d.ts +5 -0
  192. package/dist/workspace/utopia-ui/src/Components/Typography/Subtitle.d.ts +6 -0
  193. package/dist/workspace/utopia-ui/src/Utils/FormatTags.d.ts +2 -0
  194. package/dist/workspace/utopia-ui/src/Utils/GetValue.d.ts +1 -0
  195. package/dist/workspace/utopia-ui/src/Utils/MarkerIconFactory.d.ts +3 -0
  196. package/dist/workspace/utopia-ui/src/Utils/Moon.d.ts +7 -0
  197. package/dist/workspace/utopia-ui/src/Utils/RandomColor.d.ts +1 -0
  198. package/dist/workspace/utopia-ui/src/Utils/ReplaceURLs.d.ts +3 -0
  199. package/dist/workspace/utopia-ui/src/Utils/TimeAgo.d.ts +1 -0
  200. package/dist/workspace/utopia-ui/src/index.d.ts +13 -0
  201. package/dist/workspace/utopia-ui/src/types.d.ts +108 -0
  202. package/package.json +13 -5
  203. package/LICENSE.md +0 -5
  204. package/dist/Components/Input/FancyTextAreaInput.d.ts +0 -13
  205. package/dist/Components/Input/InputText.d.ts +0 -13
  206. package/dist/Components/Input/TributeTextAreaInput.d.ts +0 -13
  207. package/dist/Components/Map/Subcomponents/SearchBar.d.ts +0 -2
  208. package/dist/Components/Map/Subcomponents/StartEndView.d.ts +0 -6
  209. package/dist/Components/Map/Subcomponents/TagFilterControl.d.ts +0 -2
  210. package/dist/Components/Map/Subcomponents/TextView.d.ts +0 -5
  211. package/dist/Components/TitleCard.d.ts +0 -9
  212. package/dist/Utils/TaggedText.d.ts +0 -3
  213. /package/dist/{Utils/HeighlightTags.d.ts → workspace/utopia-ui/src/Utils/HashTagRegex.d.ts} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.