utopia-ui 3.0.69 → 3.0.70
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 +1 -21
- 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 {
|
@@ -570,25 +569,6 @@ interface InputTextProps {
|
|
570
569
|
*/
|
571
570
|
declare function TextInput({ labelTitle, labelStyle, type, dataField, containerStyle, inputStyle, defaultValue, placeholder, autocomplete, pattern, required, updateFormValue, }: InputTextProps): react_jsx_runtime.JSX.Element;
|
572
571
|
|
573
|
-
interface SelectBoxProps {
|
574
|
-
labelTitle?: string;
|
575
|
-
labelStyle?: string;
|
576
|
-
type?: string;
|
577
|
-
containerStyle?: string;
|
578
|
-
defaultValue: string;
|
579
|
-
placeholder?: string;
|
580
|
-
updateFormValue: (value: string) => void;
|
581
|
-
options: {
|
582
|
-
name: string;
|
583
|
-
value: string;
|
584
|
-
}[];
|
585
|
-
labelDescription?: string;
|
586
|
-
}
|
587
|
-
/**
|
588
|
-
* @category Input
|
589
|
-
*/
|
590
|
-
declare function SelectBox(props: SelectBoxProps): react_jsx_runtime.JSX.Element;
|
591
|
-
|
592
572
|
declare global {
|
593
573
|
interface Window {
|
594
574
|
my_modal_3: {
|
@@ -597,4 +577,4 @@ declare global {
|
|
597
577
|
}
|
598
578
|
}
|
599
579
|
|
600
|
-
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,
|
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 };
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "utopia-ui",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.70",
|
4
4
|
"description": "Reuseable React Components to build mapping apps for real life communities and networks",
|
5
5
|
"repository": "https://github.com/utopia-os/utopia-ui",
|
6
6
|
"homepage": "https://utopia-os.org/",
|