utopia-ui 3.0.39 → 3.0.41

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 (266) hide show
  1. package/dist/Components/AppShell/AppShell.d.ts +7 -8
  2. package/dist/Components/AppShell/Content.d.ts +5 -6
  3. package/dist/Components/AppShell/ContextWrapper.d.ts +6 -6
  4. package/dist/Components/AppShell/NavBar.d.ts +4 -4
  5. package/dist/Components/AppShell/SetAppState.d.ts +5 -5
  6. package/dist/Components/AppShell/SideBar.d.ts +12 -13
  7. package/dist/Components/AppShell/SidebarSubmenu.d.ts +7 -8
  8. package/dist/Components/AppShell/Sitemap.d.ts +3 -3
  9. package/dist/Components/AppShell/hooks/useAppState.d.ts +16 -17
  10. package/dist/Components/AppShell/hooks/useAssets.d.ts +12 -13
  11. package/dist/Components/AppShell/index.d.ts +4 -4
  12. package/dist/Components/Auth/LoginPage.d.ts +1 -1
  13. package/dist/Components/Auth/RequestPasswordPage.d.ts +3 -3
  14. package/dist/Components/Auth/SetNewPasswordPage.d.ts +1 -1
  15. package/dist/Components/Auth/SignupPage.d.ts +1 -1
  16. package/dist/Components/Auth/index.d.ts +5 -5
  17. package/dist/Components/Auth/useAuth.d.ts +26 -27
  18. package/dist/Components/Gaming/Modal.d.ts +4 -5
  19. package/dist/Components/Gaming/Quests.d.ts +1 -1
  20. package/dist/Components/Gaming/hooks/useQuests.d.ts +12 -13
  21. package/dist/Components/Gaming/index.d.ts +2 -2
  22. package/dist/Components/Input/Autocomplete.d.ts +7 -7
  23. package/dist/Components/Input/ComboBoxInput.d.ts +8 -8
  24. package/dist/Components/Input/SelectBox.d.ts +16 -16
  25. package/dist/Components/Input/TextAreaInput.d.ts +13 -13
  26. package/dist/Components/Input/TextInput.d.ts +16 -16
  27. package/dist/Components/Input/index.d.ts +3 -3
  28. package/dist/Components/Map/ItemForm.d.ts +16 -17
  29. package/dist/Components/Map/ItemView.d.ts +14 -14
  30. package/dist/Components/Map/Layer.d.ts +2 -2
  31. package/dist/Components/Map/Permissions.d.ts +7 -7
  32. package/dist/Components/Map/Subcomponents/AddButton.d.ts +3 -4
  33. package/dist/Components/Map/Subcomponents/Controls/Control.d.ts +6 -6
  34. package/dist/Components/Map/Subcomponents/Controls/FilterControl.d.ts +1 -1
  35. package/dist/Components/Map/Subcomponents/Controls/GratitudeControl.d.ts +1 -1
  36. package/dist/Components/Map/Subcomponents/Controls/LayerControl.d.ts +1 -1
  37. package/dist/Components/Map/Subcomponents/Controls/LocateControl.d.ts +3 -3
  38. package/dist/Components/Map/Subcomponents/Controls/QuestControl.d.ts +1 -1
  39. package/dist/Components/Map/Subcomponents/Controls/SearchControl.d.ts +1 -1
  40. package/dist/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +1 -1
  41. package/dist/Components/Map/Subcomponents/Controls/TagsControl.d.ts +1 -1
  42. package/dist/Components/Map/Subcomponents/ItemFormPopup.d.ts +2 -2
  43. package/dist/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +18 -18
  44. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +7 -8
  45. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +6 -6
  46. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +9 -9
  47. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +7 -7
  48. package/dist/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +7 -7
  49. package/dist/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +4 -4
  50. package/dist/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +6 -7
  51. package/dist/Components/Map/Subcomponents/ItemViewPopup.d.ts +8 -9
  52. package/dist/Components/Map/Subcomponents/SelectPosition.d.ts +3 -3
  53. package/dist/Components/Map/Tags.d.ts +6 -6
  54. package/dist/Components/Map/UtopiaMap.d.ts +4 -4
  55. package/dist/Components/Map/UtopiaMapInner.d.ts +4 -4
  56. package/dist/Components/Map/hooks/useClusterRef.d.ts +11 -12
  57. package/dist/Components/Map/hooks/useDebounce.d.ts +1 -1
  58. package/dist/Components/Map/hooks/useFilter.d.ts +40 -41
  59. package/dist/Components/Map/hooks/useItems.d.ts +26 -27
  60. package/dist/Components/Map/hooks/useLayers.d.ts +13 -14
  61. package/dist/Components/Map/hooks/useLeafletRefs.d.ts +21 -22
  62. package/dist/Components/Map/hooks/usePermissions.d.ts +23 -24
  63. package/dist/Components/Map/hooks/useSelectPosition.d.ts +23 -24
  64. package/dist/Components/Map/hooks/useTags.d.ts +23 -24
  65. package/dist/Components/Map/hooks/useTimeout.d.ts +4 -4
  66. package/dist/Components/Map/hooks/useWindowDimension.d.ts +4 -4
  67. package/dist/Components/Map/index.d.ts +13 -13
  68. package/dist/Components/Map/setItemLocation.d.ts +1 -1
  69. package/dist/Components/Profile/ProfileForm.d.ts +1 -1
  70. package/dist/Components/Profile/ProfileView.d.ts +4 -4
  71. package/dist/Components/Profile/Subcomponents/ActionsButton.d.ts +10 -11
  72. package/dist/Components/Profile/Subcomponents/AvatarWidget.d.ts +7 -8
  73. package/dist/Components/Profile/Subcomponents/ColorPicker.d.ts +6 -6
  74. package/dist/Components/Profile/Subcomponents/ContactInfoForm.d.ts +5 -5
  75. package/dist/Components/Profile/Subcomponents/ContactInfoView.d.ts +5 -5
  76. package/dist/Components/Profile/Subcomponents/FormHeader.d.ts +5 -5
  77. package/dist/Components/Profile/Subcomponents/GalleryView.d.ts +6 -6
  78. package/dist/Components/Profile/Subcomponents/GroupSubHeaderView.d.ts +6 -6
  79. package/dist/Components/Profile/Subcomponents/GroupSubheaderForm.d.ts +18 -18
  80. package/dist/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +7 -10
  81. package/dist/Components/Profile/Subcomponents/MarkdownHint.d.ts +1 -1
  82. package/dist/Components/Profile/Subcomponents/PlusButton.d.ts +7 -7
  83. package/dist/Components/Profile/Subcomponents/ProfileStartEndForm.d.ts +5 -5
  84. package/dist/Components/Profile/Subcomponents/ProfileStartEndView.d.ts +4 -4
  85. package/dist/Components/Profile/Subcomponents/ProfileTextForm.d.ts +10 -10
  86. package/dist/Components/Profile/Subcomponents/ProfileTextView.d.ts +7 -7
  87. package/dist/Components/Profile/Subcomponents/RelationCard.d.ts +6 -6
  88. package/dist/Components/Profile/Subcomponents/SocialShareBar.d.ts +6 -6
  89. package/dist/Components/Profile/Subcomponents/SocialShareButton.d.ts +6 -6
  90. package/dist/Components/Profile/Subcomponents/TagsWidget.d.ts +6 -6
  91. package/dist/Components/Profile/Templates/FlexForm.d.ts +7 -7
  92. package/dist/Components/Profile/Templates/FlexView.d.ts +4 -4
  93. package/dist/Components/Profile/Templates/OnepagerForm.d.ts +7 -7
  94. package/dist/Components/Profile/Templates/OnepagerView.d.ts +4 -4
  95. package/dist/Components/Profile/Templates/SimpleForm.d.ts +4 -4
  96. package/dist/Components/Profile/Templates/SimpleView.d.ts +4 -4
  97. package/dist/Components/Profile/Templates/TabsForm.d.ts +10 -10
  98. package/dist/Components/Profile/Templates/TabsView.d.ts +13 -13
  99. package/dist/Components/Profile/UserSettings.d.ts +1 -1
  100. package/dist/Components/Profile/hooks/useClickOutside.d.ts +2 -2
  101. package/dist/Components/Profile/index.d.ts +4 -4
  102. package/dist/Components/Profile/itemFunctions.d.ts +5 -5
  103. package/dist/Components/Templates/AttestationForm.d.ts +4 -4
  104. package/dist/Components/Templates/CardPage.d.ts +9 -10
  105. package/dist/Components/Templates/CircleLayout.d.ts +5 -5
  106. package/dist/Components/Templates/DateUserInfo.d.ts +4 -4
  107. package/dist/Components/Templates/DialogModal.d.ts +11 -12
  108. package/dist/Components/Templates/EmojiPicker.d.ts +10 -10
  109. package/dist/Components/Templates/ItemCard.d.ts +7 -8
  110. package/dist/Components/Templates/MapOverlayPage.d.ts +6 -7
  111. package/dist/Components/Templates/MarketView.d.ts +1 -1
  112. package/dist/Components/Templates/MoonCalendar.d.ts +1 -1
  113. package/dist/Components/Templates/OverlayItemsIndexPage.d.ts +5 -6
  114. package/dist/Components/Templates/SelectUser.d.ts +1 -1
  115. package/dist/Components/Templates/TagView.d.ts +7 -7
  116. package/dist/Components/Templates/TitleCard.d.ts +10 -11
  117. package/dist/Components/Templates/index.d.ts +8 -8
  118. package/dist/Components/Typography/ErrorText.d.ts +5 -5
  119. package/dist/Components/Typography/Subtitle.d.ts +5 -6
  120. package/dist/Utils/ContainsUUID.d.ts +1 -1
  121. package/dist/Utils/FormatTags.d.ts +2 -2
  122. package/dist/Utils/GetValue.d.ts +1 -1
  123. package/dist/Utils/HashTagRegex.d.ts +1 -1
  124. package/dist/Utils/MarkerIconFactory.d.ts +2 -2
  125. package/dist/Utils/Moon.d.ts +7 -7
  126. package/dist/Utils/RandomColor.d.ts +1 -1
  127. package/dist/Utils/ReplaceURLs.d.ts +3 -3
  128. package/dist/Utils/ReverseGeocoder.d.ts +1 -1
  129. package/dist/Utils/TimeAgo.d.ts +1 -1
  130. package/dist/index.d.ts +15 -15
  131. package/dist/index.js +4706 -4818
  132. package/dist/index.js.map +1 -1
  133. package/dist/setupTest.d.ts +1 -0
  134. package/dist/src/Components/AppShell/AppShell.d.ts +7 -0
  135. package/dist/src/Components/AppShell/Content.d.ts +5 -0
  136. package/dist/src/Components/AppShell/ContextWrapper.d.ts +6 -0
  137. package/dist/src/Components/AppShell/NavBar.d.ts +4 -0
  138. package/dist/src/Components/AppShell/SetAppState.d.ts +5 -0
  139. package/dist/src/Components/AppShell/SideBar.d.ts +12 -0
  140. package/dist/src/Components/AppShell/SidebarSubmenu.d.ts +7 -0
  141. package/dist/src/Components/AppShell/Sitemap.d.ts +3 -0
  142. package/dist/src/Components/AppShell/hooks/useAppState.d.ts +16 -0
  143. package/dist/src/Components/AppShell/hooks/useAssets.d.ts +12 -0
  144. package/dist/src/Components/AppShell/index.d.ts +4 -0
  145. package/dist/src/Components/Auth/LoginPage.d.ts +1 -0
  146. package/dist/src/Components/Auth/RequestPasswordPage.d.ts +3 -0
  147. package/dist/src/Components/Auth/SetNewPasswordPage.d.ts +1 -0
  148. package/dist/src/Components/Auth/SignupPage.d.ts +1 -0
  149. package/dist/src/Components/Auth/index.d.ts +5 -0
  150. package/dist/src/Components/Auth/useAuth.d.ts +26 -0
  151. package/dist/src/Components/Gaming/Modal.d.ts +4 -0
  152. package/dist/src/Components/Gaming/Quests.d.ts +1 -0
  153. package/dist/src/Components/Gaming/hooks/useQuests.d.ts +12 -0
  154. package/dist/src/Components/Gaming/index.d.ts +2 -0
  155. package/dist/src/Components/Input/Autocomplete.d.ts +7 -0
  156. package/dist/src/Components/Input/ComboBoxInput.d.ts +8 -0
  157. package/dist/src/Components/Input/SelectBox.d.ts +16 -0
  158. package/dist/src/Components/Input/TextAreaInput.d.ts +13 -0
  159. package/dist/src/Components/Input/TextInput.d.ts +16 -0
  160. package/dist/src/Components/Input/TextInput.spec.d.ts +1 -0
  161. package/dist/src/Components/Input/index.d.ts +3 -0
  162. package/dist/src/Components/Map/ItemForm.d.ts +16 -0
  163. package/dist/src/Components/Map/ItemView.d.ts +14 -0
  164. package/dist/src/Components/Map/Layer.d.ts +2 -0
  165. package/dist/src/Components/Map/Permissions.d.ts +7 -0
  166. package/dist/src/Components/Map/Subcomponents/AddButton.d.ts +3 -0
  167. package/dist/src/Components/Map/Subcomponents/Controls/Control.d.ts +6 -0
  168. package/dist/src/Components/Map/Subcomponents/Controls/FilterControl.d.ts +1 -0
  169. package/dist/src/Components/Map/Subcomponents/Controls/GratitudeControl.d.ts +1 -0
  170. package/dist/src/Components/Map/Subcomponents/Controls/LayerControl.d.ts +1 -0
  171. package/dist/src/Components/Map/Subcomponents/Controls/LocateControl.d.ts +3 -0
  172. package/dist/src/Components/Map/Subcomponents/Controls/QuestControl.d.ts +1 -0
  173. package/dist/src/Components/Map/Subcomponents/Controls/SearchControl.d.ts +1 -0
  174. package/dist/src/Components/Map/Subcomponents/Controls/SidebarControl.d.ts +1 -0
  175. package/dist/src/Components/Map/Subcomponents/Controls/TagsControl.d.ts +1 -0
  176. package/dist/src/Components/Map/Subcomponents/ItemFormPopup.d.ts +2 -0
  177. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.d.ts +18 -0
  178. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupButton.d.ts +8 -0
  179. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupCheckboxInput.d.ts +6 -0
  180. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupStartEndInput.d.ts +9 -0
  181. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextAreaInput.d.ts +7 -0
  182. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/PopupTextInput.d.ts +7 -0
  183. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/StartEndView.d.ts +4 -0
  184. package/dist/src/Components/Map/Subcomponents/ItemPopupComponents/TextView.d.ts +7 -0
  185. package/dist/src/Components/Map/Subcomponents/ItemViewPopup.d.ts +8 -0
  186. package/dist/src/Components/Map/Subcomponents/SelectPosition.d.ts +3 -0
  187. package/dist/src/Components/Map/Tags.d.ts +6 -0
  188. package/dist/src/Components/Map/UtopiaMap.d.ts +4 -0
  189. package/dist/src/Components/Map/UtopiaMapInner.d.ts +4 -0
  190. package/dist/src/Components/Map/hooks/useClusterRef.d.ts +11 -0
  191. package/dist/src/Components/Map/hooks/useDebounce.d.ts +1 -0
  192. package/dist/src/Components/Map/hooks/useFilter.d.ts +40 -0
  193. package/dist/src/Components/Map/hooks/useItems.d.ts +26 -0
  194. package/dist/src/Components/Map/hooks/useLayers.d.ts +13 -0
  195. package/dist/src/Components/Map/hooks/useLeafletRefs.d.ts +21 -0
  196. package/dist/src/Components/Map/hooks/usePermissions.d.ts +23 -0
  197. package/dist/src/Components/Map/hooks/useSelectPosition.d.ts +23 -0
  198. package/dist/src/Components/Map/hooks/useTags.d.ts +23 -0
  199. package/dist/src/Components/Map/hooks/useTimeout.d.ts +4 -0
  200. package/dist/src/Components/Map/hooks/useWindowDimension.d.ts +4 -0
  201. package/dist/src/Components/Map/index.d.ts +13 -0
  202. package/dist/src/Components/Map/setItemLocation.d.ts +1 -0
  203. package/dist/src/Components/Profile/ProfileForm.d.ts +1 -0
  204. package/dist/src/Components/Profile/ProfileView.d.ts +4 -0
  205. package/dist/src/Components/Profile/Subcomponents/ActionsButton.d.ts +11 -0
  206. package/dist/src/Components/Profile/Subcomponents/AvatarWidget.d.ts +7 -0
  207. package/dist/src/Components/Profile/Subcomponents/ColorPicker.d.ts +6 -0
  208. package/dist/src/Components/Profile/Subcomponents/ContactInfoForm.d.ts +5 -0
  209. package/dist/src/Components/Profile/Subcomponents/ContactInfoView.d.ts +5 -0
  210. package/dist/src/Components/Profile/Subcomponents/FormHeader.d.ts +5 -0
  211. package/dist/src/Components/Profile/Subcomponents/GalleryView.d.ts +6 -0
  212. package/dist/src/Components/Profile/Subcomponents/GroupSubHeaderView.d.ts +6 -0
  213. package/dist/src/Components/Profile/Subcomponents/GroupSubheaderForm.d.ts +18 -0
  214. package/dist/src/Components/Profile/Subcomponents/LinkedItemsHeaderView.d.ts +10 -0
  215. package/dist/src/Components/Profile/Subcomponents/MarkdownHint.d.ts +1 -0
  216. package/dist/src/Components/Profile/Subcomponents/PlusButton.d.ts +7 -0
  217. package/dist/src/Components/Profile/Subcomponents/ProfileStartEndForm.d.ts +5 -0
  218. package/dist/src/Components/Profile/Subcomponents/ProfileStartEndView.d.ts +4 -0
  219. package/dist/src/Components/Profile/Subcomponents/ProfileTextForm.d.ts +10 -0
  220. package/dist/src/Components/Profile/Subcomponents/ProfileTextView.d.ts +7 -0
  221. package/dist/src/Components/Profile/Subcomponents/RelationCard.d.ts +6 -0
  222. package/dist/src/Components/Profile/Subcomponents/SocialShareBar.d.ts +6 -0
  223. package/dist/src/Components/Profile/Subcomponents/SocialShareButton.d.ts +6 -0
  224. package/dist/src/Components/Profile/Subcomponents/TagsWidget.d.ts +6 -0
  225. package/dist/src/Components/Profile/Templates/FlexForm.d.ts +7 -0
  226. package/dist/src/Components/Profile/Templates/FlexView.d.ts +4 -0
  227. package/dist/src/Components/Profile/Templates/OnepagerForm.d.ts +7 -0
  228. package/dist/src/Components/Profile/Templates/OnepagerView.d.ts +4 -0
  229. package/dist/src/Components/Profile/Templates/SimpleForm.d.ts +4 -0
  230. package/dist/src/Components/Profile/Templates/SimpleView.d.ts +4 -0
  231. package/dist/src/Components/Profile/Templates/TabsForm.d.ts +10 -0
  232. package/dist/src/Components/Profile/Templates/TabsView.d.ts +13 -0
  233. package/dist/src/Components/Profile/UserSettings.d.ts +1 -0
  234. package/dist/src/Components/Profile/hooks/useClickOutside.d.ts +2 -0
  235. package/dist/src/Components/Profile/index.d.ts +4 -0
  236. package/dist/src/Components/Profile/itemFunctions.d.ts +5 -0
  237. package/dist/src/Components/Templates/AttestationForm.d.ts +4 -0
  238. package/dist/src/Components/Templates/CardPage.d.ts +9 -0
  239. package/dist/src/Components/Templates/CircleLayout.d.ts +5 -0
  240. package/dist/src/Components/Templates/DateUserInfo.d.ts +4 -0
  241. package/dist/src/Components/Templates/DialogModal.d.ts +11 -0
  242. package/dist/src/Components/Templates/EmojiPicker.d.ts +10 -0
  243. package/dist/src/Components/Templates/ItemCard.d.ts +8 -0
  244. package/dist/src/Components/Templates/MapOverlayPage.d.ts +6 -0
  245. package/dist/src/Components/Templates/MarketView.d.ts +1 -0
  246. package/dist/src/Components/Templates/MoonCalendar.d.ts +1 -0
  247. package/dist/src/Components/Templates/OverlayItemsIndexPage.d.ts +6 -0
  248. package/dist/src/Components/Templates/SelectUser.d.ts +1 -0
  249. package/dist/src/Components/Templates/TagView.d.ts +7 -0
  250. package/dist/src/Components/Templates/TitleCard.d.ts +10 -0
  251. package/dist/src/Components/Templates/index.d.ts +8 -0
  252. package/dist/src/Components/Typography/ErrorText.d.ts +5 -0
  253. package/dist/src/Components/Typography/Subtitle.d.ts +5 -0
  254. package/dist/src/Utils/ContainsUUID.d.ts +1 -0
  255. package/dist/src/Utils/FormatTags.d.ts +2 -0
  256. package/dist/src/Utils/GetValue.d.ts +1 -0
  257. package/dist/src/Utils/HashTagRegex.d.ts +1 -0
  258. package/dist/src/Utils/MarkerIconFactory.d.ts +2 -0
  259. package/dist/src/Utils/Moon.d.ts +7 -0
  260. package/dist/src/Utils/RandomColor.d.ts +1 -0
  261. package/dist/src/Utils/ReplaceURLs.d.ts +3 -0
  262. package/dist/src/Utils/ReverseGeocoder.d.ts +1 -0
  263. package/dist/src/Utils/TimeAgo.d.ts +1 -0
  264. package/dist/src/index.d.ts +15 -0
  265. package/dist/vite.config.d.ts +2 -0
  266. package/package.json +19 -5
@@ -1,10 +1,10 @@
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
+ 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,8 +1,7 @@
1
- import type { Item } from '#types/Item';
2
- export declare const ItemCard: ({ i, loading, url, parameterField, deleteCallback, }: {
3
- i: Item;
4
- loading: boolean;
5
- url: string;
6
- parameterField: string;
7
- deleteCallback: any;
8
- }) => import("react/jsx-runtime").JSX.Element;
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 +1,6 @@
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
+ export declare function MapOverlayPage({ children, className, backdrop, card, }: {
2
+ children: React.ReactNode;
3
+ className?: string;
4
+ backdrop?: boolean;
5
+ card?: boolean;
6
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare const MarketView: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const MarketView: () => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare const MoonCalendar: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const MoonCalendar: () => import("react/jsx-runtime").JSX.Element;
@@ -1,6 +1,5 @@
1
- export declare const OverlayItemsIndexPage: ({ url, layerName, parameterField, plusButton, }: {
2
- layerName: string;
3
- url: string;
4
- parameterField: string;
5
- plusButton?: boolean | undefined;
6
- }) => import("react/jsx-runtime").JSX.Element;
1
+ export declare const OverlayItemsIndexPage: ({ url, layerName, plusButton, }: {
2
+ layerName: string;
3
+ url: string;
4
+ plusButton?: boolean;
5
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export declare const SelectUser: () => import("react/jsx-runtime").JSX.Element;
1
+ export declare const SelectUser: () => import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
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
+ import type { Tag } from '#types/Tag';
2
+ export declare const TagView: ({ tag, heighlight, onClick, count, }: {
3
+ tag: Tag;
4
+ heighlight?: boolean;
5
+ onClick?: () => void;
6
+ count?: number;
7
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,11 +1,10 @@
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
+ interface TitleCardProps {
2
+ title?: string;
3
+ hideTitle?: boolean;
4
+ children?: React.ReactNode;
5
+ topMargin?: string;
6
+ className?: string;
7
+ TopSideButtons?: any;
8
+ }
9
+ export declare function TitleCard({ title, hideTitle, children, topMargin, TopSideButtons, className, }: TitleCardProps): import("react/jsx-runtime").JSX.Element;
10
+ export {};
@@ -1,8 +1,8 @@
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
+ 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 +1,5 @@
1
- declare function ErrorText({ styleClass, children }: {
2
- styleClass: any;
3
- children: any;
4
- }): import("react/jsx-runtime").JSX.Element;
5
- export default ErrorText;
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 +1,5 @@
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
+ declare function Subtitle({ styleClass, children }: {
2
+ styleClass: string;
3
+ children: React.ReactNode;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ export default Subtitle;
@@ -1 +1 @@
1
- export declare function containsUUID(str: string): boolean;
1
+ export declare function containsUUID(str: string): boolean;
@@ -1,2 +1,2 @@
1
- export declare function decodeTag(string: string): string;
2
- export declare function encodeTag(string: string): string;
1
+ export declare function decodeTag(string: string): string;
2
+ export declare function encodeTag(string: string): string;
@@ -1 +1 @@
1
- export declare function getValue(obj: any, path: any): any;
1
+ export declare function getValue(obj: any, path: any): any;
@@ -1 +1 @@
1
- export declare const hashTagRegex: RegExp;
1
+ export declare const hashTagRegex: RegExp;
@@ -1,2 +1,2 @@
1
- declare const MarkerIconFactory: (shape: string, color1: string, color2: string, icon: string) => import("leaflet").DivIcon;
2
- export default MarkerIconFactory;
1
+ declare const MarkerIconFactory: (shape: string, color1: string, color2: string, icon: string) => import("leaflet").DivIcon;
2
+ export default MarkerIconFactory;
@@ -1,7 +1,7 @@
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
+ 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 +1 @@
1
- export declare const randomColor: () => string;
1
+ export declare const randomColor: () => string;
@@ -1,3 +1,3 @@
1
- export declare const urlRegex: RegExp;
2
- export declare const mailRegex: RegExp;
3
- export declare function fixUrls(message: string): string;
1
+ export declare const urlRegex: RegExp;
2
+ export declare const mailRegex: RegExp;
3
+ export declare function fixUrls(message: string): string;
@@ -1 +1 @@
1
- export declare function reverseGeocode(lat: number, lon: number): Promise<string>;
1
+ export declare function reverseGeocode(lat: number, lon: number): Promise<string>;
@@ -1 +1 @@
1
- export declare const timeAgo: (date: string | number | Date) => string;
1
+ export declare const timeAgo: (date: string | number | Date) => string;
package/dist/index.d.ts CHANGED
@@ -1,15 +1,15 @@
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
- declare global {
10
- interface Window {
11
- my_modal_3: {
12
- showModal(): void;
13
- };
14
- }
15
- }
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
+ declare global {
10
+ interface Window {
11
+ my_modal_3: {
12
+ showModal(): void;
13
+ };
14
+ }
15
+ }