@xyo-network/react-shared 2.27.9 → 2.27.12
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/cjs/components/TokenBar/TokenBar.js +1 -1
- package/dist/cjs/components/TokenBar/TokenBar.js.map +1 -1
- package/dist/cjs/components/TokenSummary/TokenSummary.d.ts +2 -1
- package/dist/cjs/components/TokenSummary/TokenSummary.d.ts.map +1 -1
- package/dist/cjs/components/TokenSummary/TokenSummary.js +2 -3
- package/dist/cjs/components/TokenSummary/TokenSummary.js.map +1 -1
- package/dist/docs.json +1449 -1431
- package/dist/esm/components/TokenBar/TokenBar.js +1 -1
- package/dist/esm/components/TokenBar/TokenBar.js.map +1 -1
- package/dist/esm/components/TokenSummary/TokenSummary.d.ts +2 -1
- package/dist/esm/components/TokenSummary/TokenSummary.d.ts.map +1 -1
- package/dist/esm/components/TokenSummary/TokenSummary.js +3 -4
- package/dist/esm/components/TokenSummary/TokenSummary.js.map +1 -1
- package/package.json +6 -12
- package/src/components/TokenBar/TokenBar.tsx +1 -1
- package/src/components/TokenSummary/TokenSummary.tsx +6 -7
|
@@ -2,6 +2,6 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { Paper, Typography } from '@mui/material';
|
|
3
3
|
import { FlexRow } from '@xylabs/react-flexbox';
|
|
4
4
|
export const TokenBar = ({ text1, text2, ...props }) => {
|
|
5
|
-
return (_jsx(Paper, { elevation: 0, ...props, children: _jsxs(FlexRow, { justifyContent: "space-between", children: [_jsx(Typography, { variant: "body1", fontWeight: 300, margin: 1, children: text1 }), _jsx(Typography, { variant: "body1", fontWeight: 300, textTransform: "uppercase", color: "gray", margin: 1, children: text2 })] }) }));
|
|
5
|
+
return (_jsx(Paper, { elevation: 0, className: "TokenBar-root", ...props, children: _jsxs(FlexRow, { justifyContent: "space-between", children: [_jsx(Typography, { variant: "body1", fontWeight: 300, margin: 1, children: text1 }), _jsx(Typography, { variant: "body1", fontWeight: 300, textTransform: "uppercase", color: "gray", margin: 1, children: text2 })] }) }));
|
|
6
6
|
};
|
|
7
7
|
//# sourceMappingURL=TokenBar.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenBar.js","sourceRoot":"","sources":["../../../../src/components/TokenBar/TokenBar.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAc,UAAU,EAAE,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAM/C,MAAM,CAAC,MAAM,QAAQ,GAA4B,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE;IAC9E,OAAO,CACL,KAAC,KAAK,IAAC,SAAS,EAAE,CAAC,
|
|
1
|
+
{"version":3,"file":"TokenBar.js","sourceRoot":"","sources":["../../../../src/components/TokenBar/TokenBar.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAc,UAAU,EAAE,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAM/C,MAAM,CAAC,MAAM,QAAQ,GAA4B,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE;IAC9E,OAAO,CACL,KAAC,KAAK,IAAC,SAAS,EAAE,CAAC,EAAE,SAAS,EAAC,eAAe,KAAK,KAAK,YACtD,MAAC,OAAO,IAAC,cAAc,EAAC,eAAe,aACrC,KAAC,UAAU,IAAC,OAAO,EAAC,OAAO,EAAC,UAAU,EAAE,GAAG,EAAE,MAAM,EAAE,CAAC,YACnD,KAAK,GACK,EACb,KAAC,UAAU,IAAC,OAAO,EAAC,OAAO,EAAC,UAAU,EAAE,GAAG,EAAE,aAAa,EAAC,WAAW,EAAC,KAAK,EAAC,MAAM,EAAC,MAAM,EAAE,CAAC,YAC1F,KAAK,GACK,IACL,GACJ,CACT,CAAA;AACH,CAAC,CAAA"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { PaperProps } from '@mui/material';
|
|
2
3
|
import { FlexBoxProps } from '@xylabs/react-flexbox';
|
|
3
4
|
export interface TokenSummaryProps extends FlexBoxProps {
|
|
4
5
|
icon?: string;
|
|
5
6
|
symbol?: string;
|
|
6
|
-
|
|
7
|
+
imgBgProps?: PaperProps;
|
|
7
8
|
}
|
|
8
9
|
export declare const TokenSummary: React.FC<TokenSummaryProps>;
|
|
9
10
|
//# sourceMappingURL=TokenSummary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSummary.d.ts","sourceRoot":"","sources":["../../../../src/components/TokenSummary/TokenSummary.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TokenSummary.d.ts","sourceRoot":"","sources":["../../../../src/components/TokenSummary/TokenSummary.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAS,UAAU,EAAc,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAE,YAAY,EAAoB,MAAM,uBAAuB,CAAA;AAEtE,MAAM,WAAW,iBAAkB,SAAQ,YAAY;IACrD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,UAAU,CAAC,EAAE,UAAU,CAAA;CACxB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAcpD,CAAA"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { Paper, Typography } from '@mui/material';
|
|
3
3
|
import { FlexCol, FlexRow } from '@xylabs/react-flexbox';
|
|
4
|
-
export const TokenSummary = ({
|
|
5
|
-
|
|
6
|
-
return (_jsxs(_Fragment, { children: [_jsxs(FlexRow, { paddingBottom: 3, width: "100%", justifyContent: "flex-start", ...props, children: [_jsx(FlexCol, { borderRadius: "50%", padding: 1, bgcolor: imgBgColor ? imgBgColor : theme.palette.text.primary, height: "40px", width: "40px", children: _jsx("img", { src: icon, height: "25px" }) }), _jsx(Typography, { variant: "h6", fontWeight: 300, textTransform: "uppercase", paddingLeft: 1, children: symbol })] }), children] }));
|
|
4
|
+
export const TokenSummary = ({ imgBgProps, icon, symbol, children, ...props }) => {
|
|
5
|
+
return (_jsxs(_Fragment, { children: [_jsxs(FlexRow, { className: "TokenSummary-root", paddingBottom: 3, width: "100%", justifyContent: "flex-start", ...props, children: [_jsx(Paper, { component: FlexCol, padding: 1, className: "token-logo-bg", height: "40px", width: "40px", sx: { borderRadius: '50%' }, ...imgBgProps, children: _jsx("img", { src: icon, height: "25px" }) }), _jsx(Typography, { variant: "h6", fontWeight: 300, textTransform: "uppercase", paddingLeft: 1, children: symbol })] }), children] }));
|
|
7
6
|
};
|
|
8
7
|
//# sourceMappingURL=TokenSummary.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSummary.js","sourceRoot":"","sources":["../../../../src/components/TokenSummary/TokenSummary.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"TokenSummary.js","sourceRoot":"","sources":["../../../../src/components/TokenSummary/TokenSummary.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,KAAK,EAAc,UAAU,EAAE,MAAM,eAAe,CAAA;AAC7D,OAAO,EAAgB,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAQtE,MAAM,CAAC,MAAM,YAAY,GAAgC,CAAC,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,EAAE;IAC5G,OAAO,CACL,8BACE,MAAC,OAAO,IAAC,SAAS,EAAC,mBAAmB,EAAC,aAAa,EAAE,CAAC,EAAE,KAAK,EAAC,MAAM,EAAC,cAAc,EAAC,YAAY,KAAK,KAAK,aACzG,KAAC,KAAK,IAAC,SAAS,EAAE,OAAO,EAAE,OAAO,EAAE,CAAC,EAAE,SAAS,EAAC,eAAe,EAAC,MAAM,EAAC,MAAM,EAAC,KAAK,EAAC,MAAM,EAAC,EAAE,EAAE,EAAE,YAAY,EAAE,KAAK,EAAE,KAAM,UAAU,YACrI,cAAK,GAAG,EAAE,IAAI,EAAE,MAAM,EAAC,MAAM,GAAG,GAC1B,EACR,KAAC,UAAU,IAAC,OAAO,EAAC,IAAI,EAAC,UAAU,EAAE,GAAG,EAAE,aAAa,EAAC,WAAW,EAAC,WAAW,EAAE,CAAC,YAC/E,MAAM,GACI,IACL,EACT,QAAQ,IACR,CACJ,CAAA;AACH,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@emotion/react": "^11.10.0",
|
|
14
14
|
"@emotion/styled": "^11.10.0",
|
|
15
15
|
"@mui/icons-material": "^5.8.4",
|
|
16
|
-
"@mui/material": "^5.
|
|
16
|
+
"@mui/material": "^5.10.0",
|
|
17
17
|
"@mui/styles": "^5.9.3",
|
|
18
18
|
"@xylabs/pixel": "^1.4.5",
|
|
19
19
|
"@xylabs/react-appbar": "^2.14.10",
|
|
@@ -27,15 +27,16 @@
|
|
|
27
27
|
"react": "^18.2.0",
|
|
28
28
|
"react-dom": "^18.2.0",
|
|
29
29
|
"react-json-view": "^1.21.3",
|
|
30
|
-
"react-router-dom": "^6.3.0"
|
|
30
|
+
"react-router-dom": "^6.3.0",
|
|
31
|
+
"tslib": "^2.4.0"
|
|
31
32
|
},
|
|
32
33
|
"description": "Common React library for all XYO projects that use React",
|
|
33
34
|
"devDependencies": {
|
|
34
35
|
"@storybook/react": "^6.5.10",
|
|
35
36
|
"@xylabs/pixel": "^1.4.5",
|
|
36
|
-
"@xylabs/tsconfig-dom": "^2.5.
|
|
37
|
+
"@xylabs/tsconfig-dom": "^2.5.87",
|
|
37
38
|
"@xyo-network/api": "^2.24.12",
|
|
38
|
-
"@xyo-network/react-storybook": "^2.27.
|
|
39
|
+
"@xyo-network/react-storybook": "^2.27.12"
|
|
39
40
|
},
|
|
40
41
|
"browser": "dist/esm/index.js",
|
|
41
42
|
"docs": "dist/docs.json",
|
|
@@ -66,13 +67,6 @@
|
|
|
66
67
|
"react"
|
|
67
68
|
],
|
|
68
69
|
"license": "LGPL-3.0",
|
|
69
|
-
"resolutions": {
|
|
70
|
-
"@storybook/react/webpack": "^5",
|
|
71
|
-
"bn.js": "^5.2.0",
|
|
72
|
-
"react": "^18.2.0",
|
|
73
|
-
"react-dom": "^18.2.0",
|
|
74
|
-
"webpack": "^5"
|
|
75
|
-
},
|
|
76
70
|
"publishConfig": {
|
|
77
71
|
"access": "public"
|
|
78
72
|
},
|
|
@@ -86,5 +80,5 @@
|
|
|
86
80
|
},
|
|
87
81
|
"sideEffects": false,
|
|
88
82
|
"types": "dist/esm/index.d.ts",
|
|
89
|
-
"version": "2.27.
|
|
83
|
+
"version": "2.27.12"
|
|
90
84
|
}
|
|
@@ -7,7 +7,7 @@ export interface TokenBarProps extends PaperProps {
|
|
|
7
7
|
|
|
8
8
|
export const TokenBar: React.FC<TokenBarProps> = ({ text1, text2, ...props }) => {
|
|
9
9
|
return (
|
|
10
|
-
<Paper elevation={0} {...props}>
|
|
10
|
+
<Paper elevation={0} className="TokenBar-root" {...props}>
|
|
11
11
|
<FlexRow justifyContent="space-between">
|
|
12
12
|
<Typography variant="body1" fontWeight={300} margin={1}>
|
|
13
13
|
{text1}
|
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Paper, PaperProps, Typography } from '@mui/material'
|
|
2
2
|
import { FlexBoxProps, FlexCol, FlexRow } from '@xylabs/react-flexbox'
|
|
3
3
|
|
|
4
4
|
export interface TokenSummaryProps extends FlexBoxProps {
|
|
5
5
|
icon?: string
|
|
6
6
|
symbol?: string
|
|
7
|
-
|
|
7
|
+
imgBgProps?: PaperProps
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
export const TokenSummary: React.FC<TokenSummaryProps> = ({
|
|
11
|
-
const theme = useTheme()
|
|
10
|
+
export const TokenSummary: React.FC<TokenSummaryProps> = ({ imgBgProps, icon, symbol, children, ...props }) => {
|
|
12
11
|
return (
|
|
13
12
|
<>
|
|
14
|
-
<FlexRow paddingBottom={3} width="100%" justifyContent="flex-start" {...props}>
|
|
15
|
-
<
|
|
13
|
+
<FlexRow className="TokenSummary-root" paddingBottom={3} width="100%" justifyContent="flex-start" {...props}>
|
|
14
|
+
<Paper component={FlexCol} padding={1} className="token-logo-bg" height="40px" width="40px" sx={{ borderRadius: '50%' }} {...imgBgProps}>
|
|
16
15
|
<img src={icon} height="25px" />
|
|
17
|
-
</
|
|
16
|
+
</Paper>
|
|
18
17
|
<Typography variant="h6" fontWeight={300} textTransform="uppercase" paddingLeft={1}>
|
|
19
18
|
{symbol}
|
|
20
19
|
</Typography>
|