utopia-ui 3.0.72 → 3.0.74

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.
package/dist/index.d.ts CHANGED
@@ -384,13 +384,6 @@ interface ContentProps {
384
384
  */
385
385
  declare function Content({ children }: ContentProps): react_jsx_runtime.JSX.Element;
386
386
 
387
- /**
388
- * @category AppShell
389
- */
390
- declare const Sitemap: ({ url }: {
391
- url: string;
392
- }) => react_jsx_runtime.JSX.Element;
393
-
394
387
  /**
395
388
  * @category Types
396
389
  */
@@ -502,11 +495,6 @@ declare function MapOverlayPage({ children, className, backdrop, card, }: {
502
495
  card?: boolean;
503
496
  }): react_jsx_runtime.JSX.Element;
504
497
 
505
- /**
506
- * @category Templates
507
- */
508
- declare const MoonCalendar: () => react_jsx_runtime.JSX.Element;
509
-
510
498
  /**
511
499
  * @category Templates
512
500
  */
@@ -577,4 +565,4 @@ declare global {
577
565
  }
578
566
  }
579
567
 
580
- export { AppShell, type AssetsApi, AttestationForm, AuthProvider, CardPage, Content, type Item, ItemForm, ItemView, type ItemsApi, Layer, type LayerProps, LoginPage, MapOverlayPage, MarketView, Modal, MoonCalendar, OverlayItemsIndexPage, type Permission, Permissions, type PermissionsProps, PopupButton, PopupCheckboxInput, PopupStartEndInput, PopupTextAreaInput, PopupTextInput, ProfileForm, ProfileView, Quests, RequestPasswordPage, SelectUser, SetNewPasswordPage, SideBar, SignupPage, Sitemap, StartEndView, type Tag, Tags, TextAreaInput, TextInput, TextView, TitleCard, type UserApi, type UserItem, UserSettings, UtopiaMap };
568
+ export { AppShell, type AssetsApi, AttestationForm, AuthProvider, CardPage, Content, type Item, ItemForm, ItemView, type ItemsApi, Layer, type LayerProps, LoginPage, MapOverlayPage, MarketView, Modal, OverlayItemsIndexPage, type Permission, Permissions, type PermissionsProps, PopupButton, PopupCheckboxInput, PopupStartEndInput, PopupTextAreaInput, PopupTextInput, ProfileForm, ProfileView, Quests, RequestPasswordPage, SelectUser, SetNewPasswordPage, SideBar, SignupPage, StartEndView, type Tag, Tags, TextAreaInput, TextInput, TextView, TitleCard, type UserApi, type UserItem, UserSettings, UtopiaMap };