utopia-ui 3.0.73 → 3.0.75
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/README.md +1 -1
- package/dist/index.cjs +6 -105
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -14
- package/dist/index.esm.js +7 -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/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
@@ -359,7 +359,6 @@ declare function AppShell({ appName, children, assetsApi, }: {
|
|
359
359
|
appName: string;
|
360
360
|
children: React.ReactNode;
|
361
361
|
assetsApi: AssetsApi;
|
362
|
-
userType: string;
|
363
362
|
}): react_jsx_runtime.JSX.Element;
|
364
363
|
|
365
364
|
interface Route {
|
@@ -385,13 +384,6 @@ interface ContentProps {
|
|
385
384
|
*/
|
386
385
|
declare function Content({ children }: ContentProps): react_jsx_runtime.JSX.Element;
|
387
386
|
|
388
|
-
/**
|
389
|
-
* @category AppShell
|
390
|
-
*/
|
391
|
-
declare const Sitemap: ({ url }: {
|
392
|
-
url: string;
|
393
|
-
}) => react_jsx_runtime.JSX.Element;
|
394
|
-
|
395
387
|
/**
|
396
388
|
* @category Types
|
397
389
|
*/
|
@@ -503,11 +495,6 @@ declare function MapOverlayPage({ children, className, backdrop, card, }: {
|
|
503
495
|
card?: boolean;
|
504
496
|
}): react_jsx_runtime.JSX.Element;
|
505
497
|
|
506
|
-
/**
|
507
|
-
* @category Templates
|
508
|
-
*/
|
509
|
-
declare const MoonCalendar: () => react_jsx_runtime.JSX.Element;
|
510
|
-
|
511
498
|
/**
|
512
499
|
* @category Templates
|
513
500
|
*/
|
@@ -578,4 +565,4 @@ declare global {
|
|
578
565
|
}
|
579
566
|
}
|
580
567
|
|
581
|
-
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 };
|