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.cjs +2 -105
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -13
- package/dist/index.esm.js +3 -104
- package/dist/index.esm.js.map +1 -1
- package/dist/types/src/Components/AppShell/AppShell.d.ts +0 -1
- package/dist/types/src/Components/AppShell/ContextWrapper.d.ts +1 -1
- package/dist/types/src/Components/AppShell/index.d.ts +0 -1
- package/dist/types/src/Components/Templates/index.d.ts +0 -1
- package/package.json +1 -1
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,
|
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 };
|