@orderly.network/ui-scaffold 2.6.1 → 2.6.2
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.mts +4 -7
- package/dist/index.d.ts +4 -7
- package/dist/index.js +36 -36
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -10
package/dist/index.d.mts
CHANGED
|
@@ -144,10 +144,7 @@ type SideBarProps = {
|
|
|
144
144
|
minWidth?: number;
|
|
145
145
|
style?: react__default.CSSProperties;
|
|
146
146
|
};
|
|
147
|
-
declare const SideBar:
|
|
148
|
-
(props: SideBarProps): react_jsx_runtime.JSX.Element;
|
|
149
|
-
displayName: string;
|
|
150
|
-
};
|
|
147
|
+
declare const SideBar: react__default.FC<SideBarProps>;
|
|
151
148
|
|
|
152
149
|
declare const SideNavbarWidget: (props?: Partial<SideBarProps>) => react_jsx_runtime.JSX.Element;
|
|
153
150
|
|
|
@@ -414,10 +411,10 @@ type AnnouncementProps = AnnouncementScriptReturn & {
|
|
|
414
411
|
className?: string;
|
|
415
412
|
hideTips?: boolean;
|
|
416
413
|
};
|
|
417
|
-
declare const
|
|
414
|
+
declare const AnnouncementUI: react__default.FC<Readonly<AnnouncementProps>>;
|
|
418
415
|
|
|
419
416
|
type AnnouncementWidgetProps = Pick<AnnouncementProps, "style" | "className" | "hideTips">;
|
|
420
|
-
declare const AnnouncementWidget:
|
|
417
|
+
declare const AnnouncementWidget: react__default.FC<AnnouncementWidgetProps>;
|
|
421
418
|
|
|
422
419
|
type UseRestrictedInfoScriptReturn = ReturnType<typeof useRestrictedInfoScript> & {
|
|
423
420
|
brokerName?: string;
|
|
@@ -496,4 +493,4 @@ declare const useScanQRCodeScript: () => {
|
|
|
496
493
|
type ScanQRCodeProps = UseScanQRCodeScriptReturn;
|
|
497
494
|
declare const ScanQRCode: FC<ScanQRCodeProps>;
|
|
498
495
|
|
|
499
|
-
export { AccountMenuWidget, AccountSummaryWidget,
|
|
496
|
+
export { AccountMenuWidget, AccountSummaryWidget, AnnouncementUI, AnnouncementWidget, type AnnouncementWidgetProps, BottomNav, type BottomNavProps$1 as BottomNavProps, BottomNavWidget, CampaignPositionEnum, ChainMenu, ChainMenuWidget, Footer, type FooterProps, FooterWidget, LanguageSwitcher, type LanguageSwitcherProps, type LanguageSwitcherScriptReturn, LanguageSwitcherWidget, type LanguageSwitcherWidgetProps, type LeftNavItem, type LeftNavProps, LeftNavUI, LeftNavWidget, MainLogo, MainNavMobile, MainNavWidget, type MainNavWidgetProps, MaintenanceTipsUI, MaintenanceTipsWidget, RestrictedInfo, RestrictedInfoWidget, type RouteOption, type RouterAdapter, Scaffold, ScaffoldContext, type ScaffoldProps, ScanQRCode, ScanQRCodeWidget, SideBar, type SideBarProps, type SideMenuItem, SideNavbarWidget, SubAccountScript, SubAccountUI, SubAccountWidget, useAnnouncementScript, useLanguageSwitcherScript, useRestrictedInfoScript, useScaffoldContext, useScanQRCodeScript };
|
package/dist/index.d.ts
CHANGED
|
@@ -144,10 +144,7 @@ type SideBarProps = {
|
|
|
144
144
|
minWidth?: number;
|
|
145
145
|
style?: react__default.CSSProperties;
|
|
146
146
|
};
|
|
147
|
-
declare const SideBar:
|
|
148
|
-
(props: SideBarProps): react_jsx_runtime.JSX.Element;
|
|
149
|
-
displayName: string;
|
|
150
|
-
};
|
|
147
|
+
declare const SideBar: react__default.FC<SideBarProps>;
|
|
151
148
|
|
|
152
149
|
declare const SideNavbarWidget: (props?: Partial<SideBarProps>) => react_jsx_runtime.JSX.Element;
|
|
153
150
|
|
|
@@ -414,10 +411,10 @@ type AnnouncementProps = AnnouncementScriptReturn & {
|
|
|
414
411
|
className?: string;
|
|
415
412
|
hideTips?: boolean;
|
|
416
413
|
};
|
|
417
|
-
declare const
|
|
414
|
+
declare const AnnouncementUI: react__default.FC<Readonly<AnnouncementProps>>;
|
|
418
415
|
|
|
419
416
|
type AnnouncementWidgetProps = Pick<AnnouncementProps, "style" | "className" | "hideTips">;
|
|
420
|
-
declare const AnnouncementWidget:
|
|
417
|
+
declare const AnnouncementWidget: react__default.FC<AnnouncementWidgetProps>;
|
|
421
418
|
|
|
422
419
|
type UseRestrictedInfoScriptReturn = ReturnType<typeof useRestrictedInfoScript> & {
|
|
423
420
|
brokerName?: string;
|
|
@@ -496,4 +493,4 @@ declare const useScanQRCodeScript: () => {
|
|
|
496
493
|
type ScanQRCodeProps = UseScanQRCodeScriptReturn;
|
|
497
494
|
declare const ScanQRCode: FC<ScanQRCodeProps>;
|
|
498
495
|
|
|
499
|
-
export { AccountMenuWidget, AccountSummaryWidget,
|
|
496
|
+
export { AccountMenuWidget, AccountSummaryWidget, AnnouncementUI, AnnouncementWidget, type AnnouncementWidgetProps, BottomNav, type BottomNavProps$1 as BottomNavProps, BottomNavWidget, CampaignPositionEnum, ChainMenu, ChainMenuWidget, Footer, type FooterProps, FooterWidget, LanguageSwitcher, type LanguageSwitcherProps, type LanguageSwitcherScriptReturn, LanguageSwitcherWidget, type LanguageSwitcherWidgetProps, type LeftNavItem, type LeftNavProps, LeftNavUI, LeftNavWidget, MainLogo, MainNavMobile, MainNavWidget, type MainNavWidgetProps, MaintenanceTipsUI, MaintenanceTipsWidget, RestrictedInfo, RestrictedInfoWidget, type RouteOption, type RouterAdapter, Scaffold, ScaffoldContext, type ScaffoldProps, ScanQRCode, ScanQRCodeWidget, SideBar, type SideBarProps, type SideMenuItem, SideNavbarWidget, SubAccountScript, SubAccountUI, SubAccountWidget, useAnnouncementScript, useLanguageSwitcherScript, useRestrictedInfoScript, useScaffoldContext, useScanQRCodeScript };
|