@xyo-network/os-react-runtime 4.0.4 → 4.0.5
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/browser/DappPage.d.ts.map +1 -1
- package/dist/browser/StyledBuilder.d.ts +1 -1
- package/dist/browser/components/Widgets/Types/BarGraph/StyledLinearProgress.d.ts +1 -1
- package/dist/browser/components/Widgets/Types/Stat/Subtitle.d.ts +1 -1
- package/dist/browser/components/Widgets/Types/Stat/Unit.d.ts +1 -1
- package/dist/browser/components/Widgets/Types/Stat/Value.d.ts +1 -1
- package/dist/browser/components/Widgets/Types/Tables/BooleanTable.d.ts +4 -4
- package/dist/browser/components/alerts/errors/RenderErrorWithSupportLink.d.ts +3 -2
- package/dist/browser/components/alerts/errors/RenderErrorWithSupportLink.d.ts.map +1 -1
- package/dist/browser/dapps/shared/table/head/components/StyledTableRowHeader.d.ts +1 -1
- package/dist/browser/index.mjs +20 -19
- package/dist/browser/index.mjs.map +1 -1
- package/dist/browser/modules/Dapp/Button/StyledComponents.d.ts +3 -3
- package/dist/browser/modules/Dapp/Button/lib/decomposeProps.d.ts +21 -21
- package/dist/browser/modules/Dapp/Button/lib/decomposeProps.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/Page/Row.d.ts +1 -1
- package/dist/browser/modules/Dapp/modules/Window/DappWindow.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/menu/BottomMenuArea.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/Window/menu/StyledListItems.d.ts +2 -2
- package/dist/browser/modules/Dapp/modules/access-interface/components/Dialog.d.ts.map +1 -1
- package/dist/browser/modules/Dapp/modules/access-interface/components/Flexbox.d.ts.map +1 -1
- package/dist/browser/modules/network/components/StyledLoadingIndicator.d.ts +1 -1
- package/package.json +45 -45
- package/src/DappPage.tsx +4 -3
- package/src/DappPathSwitcher.tsx +1 -1
- package/src/components/alerts/errors/RenderErrorWithSupportLink.tsx +4 -5
- package/src/modules/Dapp/modules/Window/DappWindow.tsx +1 -1
- package/src/modules/Dapp/modules/Window/menu/BottomMenuArea.tsx +2 -3
- package/src/modules/Dapp/modules/access-interface/components/Dialog.tsx +12 -10
- package/src/modules/Dapp/modules/access-interface/components/Flexbox.tsx +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { ButtonExProps } from '@xylabs/react-button';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
export declare const StyledDappIconButtonEx: import("@emotion/styled").StyledComponent<((ButtonExProps & React.RefAttributes<HTMLSpanElement>) & import(".store/@mui-system-virtual-
|
|
3
|
+
export declare const StyledDappIconButtonEx: import("@emotion/styled").StyledComponent<((ButtonExProps & React.RefAttributes<HTMLSpanElement>) & import(".store/@mui-system-virtual-3e5487861f/package").MUIStyledCommonProps<import("@mui/material").Theme>) & {
|
|
4
4
|
iconBgBaseColor?: string;
|
|
5
5
|
}, {}, {}>;
|
|
6
|
-
export declare const StyledDappName: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import(".store/@mui-system-virtual-
|
|
7
|
-
export declare const StyledDefaultDappIcon: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import(".store/@mui-system-virtual-
|
|
6
|
+
export declare const StyledDappName: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import(".store/@mui-system-virtual-3e5487861f/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
7
|
+
export declare const StyledDefaultDappIcon: import("@emotion/styled").StyledComponent<Pick<import("@xyo-network/react-shared").TypographyExProps, keyof import("@xyo-network/react-shared").TypographyExProps> & import(".store/@mui-system-virtual-3e5487861f/package").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
8
8
|
//# sourceMappingURL=StyledComponents.d.ts.map
|
|
@@ -14,7 +14,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
14
14
|
className?: string | undefined;
|
|
15
15
|
style?: React.CSSProperties | undefined;
|
|
16
16
|
children?: React.ReactNode;
|
|
17
|
-
variant?: import(".store/@mui-types-virtual-
|
|
17
|
+
variant?: import(".store/@mui-types-virtual-8e7bb0e22b/package").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
18
18
|
form?: string | undefined;
|
|
19
19
|
slot?: string | undefined;
|
|
20
20
|
title?: string | undefined;
|
|
@@ -53,7 +53,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
53
53
|
vocab?: string | undefined;
|
|
54
54
|
autoCorrect?: string | undefined;
|
|
55
55
|
autoSave?: string | undefined;
|
|
56
|
-
color?: import(".store/@mui-types-virtual-
|
|
56
|
+
color?: import(".store/@mui-types-virtual-8e7bb0e22b/package").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
57
57
|
itemProp?: string | undefined;
|
|
58
58
|
itemScope?: boolean | undefined;
|
|
59
59
|
itemType?: string | undefined;
|
|
@@ -292,12 +292,8 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
292
292
|
onFocusVisible?: React.FocusEventHandler<any> | undefined;
|
|
293
293
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple.js").TouchRippleProps> | undefined;
|
|
294
294
|
touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple.js").TouchRippleActions> | undefined;
|
|
295
|
-
disableElevation?: boolean | undefined;
|
|
296
295
|
disableFocusRipple?: boolean | undefined;
|
|
297
|
-
|
|
298
|
-
fullWidth?: boolean | undefined;
|
|
299
|
-
size?: import(".store/@mui-types-virtual-1d1030e00d/package").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
300
|
-
startIcon?: React.ReactNode;
|
|
296
|
+
size?: import(".store/@mui-types-virtual-8e7bb0e22b/package").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
301
297
|
formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
|
|
302
298
|
formEncType?: string | undefined;
|
|
303
299
|
formMethod?: string | undefined;
|
|
@@ -306,6 +302,10 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
306
302
|
name?: string | undefined;
|
|
307
303
|
type?: "submit" | "reset" | "button" | undefined;
|
|
308
304
|
value?: string | readonly string[] | number | undefined;
|
|
305
|
+
disableElevation?: boolean | undefined;
|
|
306
|
+
endIcon?: React.ReactNode;
|
|
307
|
+
fullWidth?: boolean | undefined;
|
|
308
|
+
startIcon?: React.ReactNode;
|
|
309
309
|
alignContent?: import("@xylabs/react-shared").FlexValue;
|
|
310
310
|
alignItems?: import("@xylabs/react-shared").FlexValue;
|
|
311
311
|
alignSelf?: import("@xylabs/react-shared").FlexValue;
|
|
@@ -360,7 +360,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
360
360
|
className?: string | undefined;
|
|
361
361
|
style?: React.CSSProperties | undefined;
|
|
362
362
|
children?: React.ReactNode;
|
|
363
|
-
variant?: import(".store/@mui-types-virtual-
|
|
363
|
+
variant?: import(".store/@mui-types-virtual-8e7bb0e22b/package").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
364
364
|
form?: string | undefined;
|
|
365
365
|
slot?: string | undefined;
|
|
366
366
|
title?: string | undefined;
|
|
@@ -399,7 +399,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
399
399
|
vocab?: string | undefined;
|
|
400
400
|
autoCorrect?: string | undefined;
|
|
401
401
|
autoSave?: string | undefined;
|
|
402
|
-
color?: import(".store/@mui-types-virtual-
|
|
402
|
+
color?: import(".store/@mui-types-virtual-8e7bb0e22b/package").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
403
403
|
itemProp?: string | undefined;
|
|
404
404
|
itemScope?: boolean | undefined;
|
|
405
405
|
itemType?: string | undefined;
|
|
@@ -638,12 +638,8 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
638
638
|
onFocusVisible?: React.FocusEventHandler<any> | undefined;
|
|
639
639
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple.js").TouchRippleProps> | undefined;
|
|
640
640
|
touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple.js").TouchRippleActions> | undefined;
|
|
641
|
-
disableElevation?: boolean | undefined;
|
|
642
641
|
disableFocusRipple?: boolean | undefined;
|
|
643
|
-
|
|
644
|
-
fullWidth?: boolean | undefined;
|
|
645
|
-
size?: import(".store/@mui-types-virtual-1d1030e00d/package").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
646
|
-
startIcon?: React.ReactNode;
|
|
642
|
+
size?: import(".store/@mui-types-virtual-8e7bb0e22b/package").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
647
643
|
formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
|
|
648
644
|
formEncType?: string | undefined;
|
|
649
645
|
formMethod?: string | undefined;
|
|
@@ -652,6 +648,10 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
652
648
|
name?: string | undefined;
|
|
653
649
|
type?: "submit" | "reset" | "button" | undefined;
|
|
654
650
|
value?: string | readonly string[] | number | undefined;
|
|
651
|
+
disableElevation?: boolean | undefined;
|
|
652
|
+
endIcon?: React.ReactNode;
|
|
653
|
+
fullWidth?: boolean | undefined;
|
|
654
|
+
startIcon?: React.ReactNode;
|
|
655
655
|
alignContent?: import("@xylabs/react-shared").FlexValue;
|
|
656
656
|
alignItems?: import("@xylabs/react-shared").FlexValue;
|
|
657
657
|
alignSelf?: import("@xylabs/react-shared").FlexValue;
|
|
@@ -706,7 +706,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
706
706
|
className?: string | undefined;
|
|
707
707
|
style?: React.CSSProperties | undefined;
|
|
708
708
|
children?: React.ReactNode;
|
|
709
|
-
variant?: import(".store/@mui-types-virtual-
|
|
709
|
+
variant?: import(".store/@mui-types-virtual-8e7bb0e22b/package").OverridableStringUnion<"text" | "outlined" | "contained", import("@mui/material").ButtonPropsVariantOverrides> | undefined;
|
|
710
710
|
form?: string | undefined;
|
|
711
711
|
slot?: string | undefined;
|
|
712
712
|
title?: string | undefined;
|
|
@@ -745,7 +745,7 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
745
745
|
vocab?: string | undefined;
|
|
746
746
|
autoCorrect?: string | undefined;
|
|
747
747
|
autoSave?: string | undefined;
|
|
748
|
-
color?: import(".store/@mui-types-virtual-
|
|
748
|
+
color?: import(".store/@mui-types-virtual-8e7bb0e22b/package").OverridableStringUnion<"inherit" | "primary" | "secondary" | "success" | "error" | "info" | "warning", import("@mui/material").ButtonPropsColorOverrides> | undefined;
|
|
749
749
|
itemProp?: string | undefined;
|
|
750
750
|
itemScope?: boolean | undefined;
|
|
751
751
|
itemType?: string | undefined;
|
|
@@ -984,12 +984,8 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
984
984
|
onFocusVisible?: React.FocusEventHandler<any> | undefined;
|
|
985
985
|
TouchRippleProps?: Partial<import("@mui/material/ButtonBase/TouchRipple.js").TouchRippleProps> | undefined;
|
|
986
986
|
touchRippleRef?: React.Ref<import("@mui/material/ButtonBase/TouchRipple.js").TouchRippleActions> | undefined;
|
|
987
|
-
disableElevation?: boolean | undefined;
|
|
988
987
|
disableFocusRipple?: boolean | undefined;
|
|
989
|
-
|
|
990
|
-
fullWidth?: boolean | undefined;
|
|
991
|
-
size?: import(".store/@mui-types-virtual-1d1030e00d/package").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
992
|
-
startIcon?: React.ReactNode;
|
|
988
|
+
size?: import(".store/@mui-types-virtual-8e7bb0e22b/package").OverridableStringUnion<"small" | "medium" | "large", import("@mui/material").ButtonPropsSizeOverrides> | undefined;
|
|
993
989
|
formAction?: string | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_EXPERIMENTAL_FORM_ACTIONS] | undefined;
|
|
994
990
|
formEncType?: string | undefined;
|
|
995
991
|
formMethod?: string | undefined;
|
|
@@ -998,6 +994,10 @@ export declare const decomposeProps: (dappIcon?: DappIcon, props?: ButtonExProps
|
|
|
998
994
|
name?: string | undefined;
|
|
999
995
|
type?: "submit" | "reset" | "button" | undefined;
|
|
1000
996
|
value?: string | readonly string[] | number | undefined;
|
|
997
|
+
disableElevation?: boolean | undefined;
|
|
998
|
+
endIcon?: React.ReactNode;
|
|
999
|
+
fullWidth?: boolean | undefined;
|
|
1000
|
+
startIcon?: React.ReactNode;
|
|
1001
1001
|
alignContent?: import("@xylabs/react-shared").FlexValue;
|
|
1002
1002
|
alignItems?: import("@xylabs/react-shared").FlexValue;
|
|
1003
1003
|
alignSelf?: import("@xylabs/react-shared").FlexValue;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decomposeProps.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/Dapp/Button/lib/decomposeProps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAIrD,eAAO,MAAM,cAAc,cAAe,QAAQ,UAAU,aAAa;;;;;;;;;;;;gBAU26C,MAAO,aAAa;mBAAn4C,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;+BAA24D,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAy1C,MAAO,WAAW;iBAH93G,MAAQ,GAAE;;;;;;;wBAGkoD,MAAO,WAAW;yBAA6I,MAAO,iBAAiB;;yBAAoa,MAAO,GAAG
|
|
1
|
+
{"version":3,"file":"decomposeProps.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/Dapp/Button/lib/decomposeProps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAA;AAIrD,eAAO,MAAM,cAAc,cAAe,QAAQ,UAAU,aAAa;;;;;;;;;;;;gBAU26C,MAAO,aAAa;mBAAn4C,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;+BAA24D,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAy1C,MAAO,WAAW;iBAH93G,MAAQ,GAAE;;;;;;;wBAGkoD,MAAO,WAAW;yBAA6I,MAAO,iBAAiB;;yBAAoa,MAAO,GAAG;;;;;;;;;;;;kBAApvC,MAAO,SAAS;;oBAAwiB,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAlH,MAAO,aAAa;mBAAn4C,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;+BAA24D,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAy1C,MAAO,WAAW;iBAH93G,MAAQ,GAAE;;;;;;;wBAGkoD,MAAO,WAAW;yBAA6I,MAAO,iBAAiB;;yBAAoa,MAAO,GAAG;;;;;;;;;;;;kBAApvC,MAAO,SAAS;;oBAAwiB,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAAlH,MAAO,aAAa;mBAAn4C,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;+BAA24D,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAAy1C,MAAO,WAAW;iBAH93G,MAAQ,GAAE;;;;;;;wBAGkoD,MAAO,WAAW;yBAA6I,MAAO,iBAAiB;;yBAAoa,MAAO,GAAG;;;;;;;;;;;;kBAApvC,MAAO,SAAS;;oBAAwiB,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CADrmD,CAAA"}
|
|
@@ -9,5 +9,5 @@ export interface DappsRowProps {
|
|
|
9
9
|
xnsNodeUrl: string | undefined;
|
|
10
10
|
}
|
|
11
11
|
export declare const DappsRow: React.FC<DappsRowProps>;
|
|
12
|
-
export declare const StyledGridContainer: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-
|
|
12
|
+
export declare const StyledGridContainer: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-3e5487861f/package").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof React.ClassAttributes<HTMLDivElement> | keyof React.HTMLAttributes<HTMLDivElement>>, {}>;
|
|
13
13
|
//# sourceMappingURL=Row.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DappWindow.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/Dapp/modules/Window/DappWindow.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DappWindow.d.ts","sourceRoot":"","sources":["../../../../../../src/modules/Dapp/modules/Window/DappWindow.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAA;AAIzE,OAAO,KAAkB,MAAM,OAAO,CAAA;AActC,MAAM,WAAW,eAAe;IAC9B,OAAO,CAAC,EAAE,sBAAsB,CAAA;IAChC,UAAU,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,UAAU,EAAE,MAAM,GAAG,SAAS,CAAA;CAC/B;AAED,gIAAgI;AAChI,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA0HhD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BottomMenuArea.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/Dapp/modules/Window/menu/BottomMenuArea.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BottomMenuArea.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/Dapp/modules/Window/menu/BottomMenuArea.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAmB,MAAM,OAAO,CAAA;AAMvC,MAAM,WAAW,mBAAmB;IAClC,eAAe,EAAE,MAAM,CAAA;IACvB,SAAS,EAAE,MAAM,IAAI,CAAA;CACtB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAsGxD,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare const StyledMenuIconWrapSpan: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-
|
|
1
|
+
export declare const StyledMenuIconWrapSpan: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-3e5487861f/package").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, keyof import("react").ClassAttributes<HTMLSpanElement> | keyof import("react").HTMLAttributes<HTMLSpanElement>>, {}>;
|
|
2
2
|
export declare const StyledListItemButton: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent.js").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, "classes" | "className" | "style" | "children" | "sx" | "autoFocus" | "tabIndex" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "selected" | "dense" | "disableGutters" | "divider">, "classes" | "className" | "style" | "children" | "sx" | "ref" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "selected" | "dense" | "disableGutters" | "divider"> & import(".store/@mui-system-virtual-
|
|
4
|
+
}, "classes" | "className" | "style" | "children" | "sx" | "autoFocus" | "tabIndex" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "selected" | "dense" | "disableGutters" | "divider">, "classes" | "className" | "style" | "children" | "sx" | "ref" | "slot" | "title" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "color" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "alignItems" | "selected" | "dense" | "disableGutters" | "divider"> & import(".store/@mui-system-virtual-3e5487861f/package").MUIStyledCommonProps<import("@mui/material").Theme> & {
|
|
5
5
|
active?: boolean;
|
|
6
6
|
}, {}, {}>;
|
|
7
7
|
//# sourceMappingURL=StyledListItems.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/Dapp/modules/access-interface/components/Dialog.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Dialog.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/Dapp/modules/access-interface/components/Dialog.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAOhD,OAAO,KAAK,EACV,iBAAiB,EAAE,oBAAoB,EAAE,WAAW,EACrD,MAAM,uBAAuB,CAAA;AAG9B,OAAO,KAAmB,MAAM,OAAO,CAAA;AAEvC,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IACpD,aAAa,CAAC,EAAE,iBAAiB,CAAA;IACjC,QAAQ,CAAC,EAAE,WAAW,GAAG,IAAI,CAAA;IAC7B,oBAAoB,CAAC,EAAE,oBAAoB,CAAA;CAC5C;AAED,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA8GxD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Flexbox.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/Dapp/modules/access-interface/components/Flexbox.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Flexbox.d.ts","sourceRoot":"","sources":["../../../../../../../src/modules/Dapp/modules/access-interface/components/Flexbox.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,MAAM,WAAW,sBAAsB;IACrC,OAAO,CAAC,EAAE,WAAW,GAAG,IAAI,CAAA;CAC7B;AAED,eAAO,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAiB9D,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const StyledNetworkLoadingIndicator: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-
|
|
1
|
+
export declare const StyledNetworkLoadingIndicator: import("@emotion/styled").StyledComponent<import(".store/@mui-system-virtual-3e5487861f/package").MUIStyledCommonProps<import("@mui/material").Theme>, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("react").ClassAttributes<HTMLDivElement> | keyof import("react").HTMLAttributes<HTMLDivElement>>, {}>;
|
|
2
2
|
//# sourceMappingURL=StyledLoadingIndicator.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/os-react-runtime",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,49 +31,49 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@mui/icons-material": "^6.1.5",
|
|
33
33
|
"@react-spring/web": "^9.7.5",
|
|
34
|
-
"@xylabs/assert": "^4.3.
|
|
35
|
-
"@xylabs/forget": "^4.3.
|
|
36
|
-
"@xylabs/hex": "^4.3.
|
|
37
|
-
"@xylabs/lodash": "^4.3.
|
|
38
|
-
"@xylabs/object": "^4.3.
|
|
39
|
-
"@xylabs/promise": "^4.3.
|
|
40
|
-
"@xylabs/react-animation": "^5.2.
|
|
41
|
-
"@xylabs/react-async-effect": "^5.2.
|
|
42
|
-
"@xylabs/react-button": "^5.2.
|
|
43
|
-
"@xylabs/react-
|
|
44
|
-
"@xylabs/react-
|
|
45
|
-
"@xylabs/react-
|
|
46
|
-
"@xylabs/react-
|
|
47
|
-
"@xylabs/react-
|
|
48
|
-
"@
|
|
49
|
-
"@xyo-network/archivist-
|
|
50
|
-
"@xyo-network/
|
|
51
|
-
"@xyo-network/bios-
|
|
52
|
-
"@xyo-network/
|
|
53
|
-
"@xyo-network/diviner-
|
|
54
|
-
"@xyo-network/diviner-
|
|
55
|
-
"@xyo-network/diviner-payload-
|
|
56
|
-
"@xyo-network/diviner-payload-
|
|
57
|
-
"@xyo-network/
|
|
58
|
-
"@xyo-network/kernel
|
|
59
|
-
"@xyo-network/
|
|
60
|
-
"@xyo-network/module-
|
|
61
|
-
"@xyo-network/module-
|
|
62
|
-
"@xyo-network/
|
|
63
|
-
"@xyo-network/
|
|
64
|
-
"@xyo-network/os-
|
|
65
|
-
"@xyo-network/os-react-
|
|
66
|
-
"@xyo-network/os-
|
|
67
|
-
"@xyo-network/
|
|
68
|
-
"@xyo-network/
|
|
69
|
-
"@xyo-network/react-
|
|
70
|
-
"@xyo-network/react-
|
|
71
|
-
"@xyo-network/react-form-credit-card": "^4.1.
|
|
72
|
-
"@xyo-network/react-node": "^4.1.
|
|
73
|
-
"@xyo-network/react-shared": "^4.1.
|
|
74
|
-
"@xyo-network/react-table": "^4.1.
|
|
75
|
-
"@xyo-network/react-wallet": "^4.1.
|
|
76
|
-
"@xyo-network/wallet-model": "^3.3.
|
|
34
|
+
"@xylabs/assert": "^4.3.3",
|
|
35
|
+
"@xylabs/forget": "^4.3.3",
|
|
36
|
+
"@xylabs/hex": "^4.3.3",
|
|
37
|
+
"@xylabs/lodash": "^4.3.3",
|
|
38
|
+
"@xylabs/object": "^4.3.3",
|
|
39
|
+
"@xylabs/promise": "^4.3.3",
|
|
40
|
+
"@xylabs/react-animation": "^5.2.7",
|
|
41
|
+
"@xylabs/react-async-effect": "^5.2.7",
|
|
42
|
+
"@xylabs/react-button": "^5.2.7",
|
|
43
|
+
"@xylabs/react-error": "^5.2.7",
|
|
44
|
+
"@xylabs/react-flexbox": "^5.2.7",
|
|
45
|
+
"@xylabs/react-invertible-theme": "^5.2.7",
|
|
46
|
+
"@xylabs/react-link": "^5.2.7",
|
|
47
|
+
"@xylabs/react-promise": "^5.2.7",
|
|
48
|
+
"@xylabs/react-shared": "^5.2.7",
|
|
49
|
+
"@xyo-network/archivist-indexeddb": "^3.3.2",
|
|
50
|
+
"@xyo-network/archivist-model": "^3.3.2",
|
|
51
|
+
"@xyo-network/bios-browser": "^4.0.5",
|
|
52
|
+
"@xyo-network/bios-model": "^4.0.5",
|
|
53
|
+
"@xyo-network/diviner-boundwitness-indexeddb": "^3.3.2",
|
|
54
|
+
"@xyo-network/diviner-model": "^3.3.2",
|
|
55
|
+
"@xyo-network/diviner-payload-generic": "^3.3.2",
|
|
56
|
+
"@xyo-network/diviner-payload-indexeddb": "^3.3.2",
|
|
57
|
+
"@xyo-network/diviner-payload-model": "^3.3.2",
|
|
58
|
+
"@xyo-network/kernel": "^4.0.5",
|
|
59
|
+
"@xyo-network/kernel-model": "^4.0.5",
|
|
60
|
+
"@xyo-network/module-event-emitter": "^3.3.2",
|
|
61
|
+
"@xyo-network/module-events": "^3.3.2",
|
|
62
|
+
"@xyo-network/module-factory-locator": "^3.3.2",
|
|
63
|
+
"@xyo-network/node-model": "^3.3.2",
|
|
64
|
+
"@xyo-network/os-model": "^4.0.5",
|
|
65
|
+
"@xyo-network/os-react-debug": "^4.0.5",
|
|
66
|
+
"@xyo-network/os-react-model": "^4.0.5",
|
|
67
|
+
"@xyo-network/os-runtime": "^4.0.5",
|
|
68
|
+
"@xyo-network/payload-model": "^3.3.2",
|
|
69
|
+
"@xyo-network/react-archivist": "^4.1.9",
|
|
70
|
+
"@xyo-network/react-card": "^4.1.9",
|
|
71
|
+
"@xyo-network/react-form-credit-card": "^4.1.9",
|
|
72
|
+
"@xyo-network/react-node": "^4.1.9",
|
|
73
|
+
"@xyo-network/react-shared": "^4.1.9",
|
|
74
|
+
"@xyo-network/react-table": "^4.1.9",
|
|
75
|
+
"@xyo-network/react-wallet": "^4.1.9",
|
|
76
|
+
"@xyo-network/wallet-model": "^3.3.2",
|
|
77
77
|
"country-region-data": "^3.0.0",
|
|
78
78
|
"luxon": "^3.5.0",
|
|
79
79
|
"react-helmet": "^6.1.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@mui/styles": "^6.1.5",
|
|
90
90
|
"@storybook/react": "^8.3.6",
|
|
91
91
|
"@types/luxon": "^3.4.2",
|
|
92
|
-
"@types/react": "^18.3.
|
|
92
|
+
"@types/react": "^18.3.12",
|
|
93
93
|
"@types/react-helmet": "^6.1.11",
|
|
94
94
|
"@xylabs/ts-scripts-react-yarn3": "^4.2.3",
|
|
95
95
|
"@xylabs/ts-scripts-yarn3": "^4.2.3",
|
package/src/DappPage.tsx
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import type { Breakpoint } from '@mui/material'
|
|
2
2
|
import { Container, Typography } from '@mui/material'
|
|
3
|
+
import { ThrownErrorBoundary } from '@xylabs/react-error'
|
|
3
4
|
import type { FlexBoxProps } from '@xylabs/react-flexbox'
|
|
4
5
|
import { FlexCol } from '@xylabs/react-flexbox'
|
|
5
|
-
import {
|
|
6
|
+
import type { ModuleError } from '@xyo-network/payload-model'
|
|
6
7
|
import React from 'react'
|
|
7
8
|
import type Rollbar from 'rollbar'
|
|
8
9
|
|
|
@@ -64,8 +65,8 @@ export const DappPage: React.FC<DappPageProps> = ({
|
|
|
64
65
|
checkNetwork, noScroll, subtitle, title, container, rollbar, ...props
|
|
65
66
|
}) => {
|
|
66
67
|
return (
|
|
67
|
-
<ThrownErrorBoundary
|
|
68
|
-
errorComponent={(error, boundaryName) => <ErrorRenderWithSupportDefault
|
|
68
|
+
<ThrownErrorBoundary<ModuleError>
|
|
69
|
+
errorComponent={(error, boundaryName) => <ErrorRenderWithSupportDefault scope={boundaryName} error={error} />}
|
|
69
70
|
rollbar={rollbar}
|
|
70
71
|
scope="DappPage"
|
|
71
72
|
>
|
package/src/DappPathSwitcher.tsx
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { ButtonEx } from '@xylabs/react-button'
|
|
2
|
-
import type { ErrorAlertProps } from '@
|
|
3
|
-
import { ErrorAlert } from '@
|
|
2
|
+
import type { ErrorAlertProps } from '@xylabs/react-error'
|
|
3
|
+
import { ErrorAlert } from '@xylabs/react-error'
|
|
4
|
+
import type { ModuleError } from '@xyo-network/payload-model'
|
|
4
5
|
import React, { useEffect } from 'react'
|
|
5
6
|
import { useLocation } from 'react-router-dom'
|
|
6
7
|
|
|
7
|
-
export interface ErrorRenderWithSupportProps extends ErrorAlertProps {
|
|
8
|
+
export interface ErrorRenderWithSupportProps extends ErrorAlertProps<ModuleError> {
|
|
8
9
|
supportHref?: string
|
|
9
10
|
supportLinkText?: string
|
|
10
11
|
supportTo?: string
|
|
@@ -15,7 +16,6 @@ export const ErrorRenderWithSupport: React.FC<ErrorRenderWithSupportProps> = ({
|
|
|
15
16
|
supportTo,
|
|
16
17
|
supportLinkText = 'Support',
|
|
17
18
|
error,
|
|
18
|
-
errorContext,
|
|
19
19
|
onCancel,
|
|
20
20
|
...props
|
|
21
21
|
}) => {
|
|
@@ -38,7 +38,6 @@ export const ErrorRenderWithSupport: React.FC<ErrorRenderWithSupportProps> = ({
|
|
|
38
38
|
</ButtonEx>
|
|
39
39
|
)}
|
|
40
40
|
error={error}
|
|
41
|
-
errorContext={errorContext}
|
|
42
41
|
onCancel={onCancel}
|
|
43
42
|
{...props}
|
|
44
43
|
>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* eslint-disable @eslint-react/no-array-index-key */
|
|
2
|
+
import { ErrorBoundary, ErrorRender } from '@xylabs/react-error'
|
|
2
3
|
import { FlexCol } from '@xylabs/react-flexbox'
|
|
3
4
|
import type { RegisteredReactDappSet } from '@xyo-network/os-react-model'
|
|
4
5
|
import { NameTransforms } from '@xyo-network/os-runtime'
|
|
5
|
-
import { ErrorBoundary, ErrorRender } from '@xyo-network/react-error'
|
|
6
6
|
import { NodeProvider } from '@xyo-network/react-node'
|
|
7
7
|
import { WalletProvider } from '@xyo-network/react-wallet'
|
|
8
8
|
import React, { useMemo } from 'react'
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* eslint-disable @eslint-react/no-array-index-key */
|
|
2
1
|
import {
|
|
3
2
|
BugReport, KeyboardArrowDownRounded, KeyboardArrowUpRounded,
|
|
4
3
|
} from '@mui/icons-material'
|
|
@@ -82,8 +81,8 @@ export const BottomMenuArea: React.FC<BottomMenuAreaProps> = ({ openDebug, backg
|
|
|
82
81
|
</Tooltip>
|
|
83
82
|
</Toolbar>
|
|
84
83
|
<FlexRow flexWrap="wrap">
|
|
85
|
-
{socialLinksData.map(
|
|
86
|
-
<RotationAnimation key={
|
|
84
|
+
{socialLinksData.map(social => (
|
|
85
|
+
<RotationAnimation key={social.link} rotation={20}>
|
|
87
86
|
<IconButton
|
|
88
87
|
sx={{ color: '#fff' }}
|
|
89
88
|
href={social.link}
|
|
@@ -1,17 +1,16 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-misused-promises */
|
|
2
1
|
import { ArrowForward } from '@mui/icons-material'
|
|
3
2
|
import type { DialogProps } from '@mui/material'
|
|
4
3
|
import {
|
|
5
4
|
Alert,
|
|
6
5
|
Button, Dialog, DialogActions, DialogContent, DialogTitle, Typography,
|
|
7
6
|
} from '@mui/material'
|
|
7
|
+
import { ErrorRender } from '@xylabs/react-error'
|
|
8
8
|
import { FlexCol, FlexRow } from '@xylabs/react-flexbox'
|
|
9
9
|
import type {
|
|
10
10
|
DappAccessRequest, RegisteredDappAccess, XyOsContext,
|
|
11
11
|
} from '@xyo-network/os-model'
|
|
12
12
|
import { RegisteredNames } from '@xyo-network/os-model'
|
|
13
13
|
import { AccessNodeQueries } from '@xyo-network/os-runtime'
|
|
14
|
-
import { ErrorRender } from '@xyo-network/react-error'
|
|
15
14
|
import React, { useState } from 'react'
|
|
16
15
|
|
|
17
16
|
export interface AccessDialogProps extends DialogProps {
|
|
@@ -31,19 +30,22 @@ export const DappAccessDialog: React.FC<AccessDialogProps> = ({
|
|
|
31
30
|
props.onClose?.({}, 'escapeKeyDown')
|
|
32
31
|
}
|
|
33
32
|
|
|
34
|
-
const handleAllow =
|
|
33
|
+
const handleAllow = () => {
|
|
35
34
|
if (accessRequest && registeredDappAccess && dappNode) {
|
|
36
35
|
try {
|
|
37
36
|
switch (registeredDappAccess.name) {
|
|
38
37
|
case RegisteredNames: {
|
|
39
38
|
const accessNodeQueries = new AccessNodeQueries(dappNode, accessRequest, registeredDappAccess)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
39
|
+
accessNodeQueries.run().then((payloads) => {
|
|
40
|
+
if (payloads.length === 0) {
|
|
41
|
+
setNoPayloadsInserted(true)
|
|
42
|
+
} else {
|
|
43
|
+
onClose()
|
|
44
|
+
}
|
|
45
|
+
return
|
|
46
|
+
}).catch((e) => {
|
|
47
|
+
setError(e as Error)
|
|
48
|
+
})
|
|
47
49
|
}
|
|
48
50
|
default: {
|
|
49
51
|
const message = `no helper for interface ${registeredDappAccess.name} found`
|