@xyo-network/react-card 2.56.1 → 2.56.3
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/FullWidthCard/FullWidthCard.js +1 -1
- package/dist/cjs/components/FullWidthCard/FullWidthCard.js.map +1 -1
- package/dist/cjs/components/PageCard.js +1 -1
- package/dist/cjs/components/PageCard.js.map +1 -1
- package/dist/cjs/components/SimpleCard/SimpleCard.js +1 -1
- package/dist/cjs/components/SimpleCard/SimpleCard.js.map +1 -1
- package/dist/cjs/components/SimpleCardGrid/SimpleCardGrid.js +1 -1
- package/dist/cjs/components/SimpleCardGrid/SimpleCardGrid.js.map +1 -1
- package/dist/docs.json +315 -140
- package/package.json +5 -5
@@ -26,7 +26,7 @@ const FullWidthCard = (_a) => {
|
|
26
26
|
cursor: 'pointer',
|
27
27
|
},
|
28
28
|
backgroundColor: (0, material_1.alpha)(theme.palette.primary.light, 0.05),
|
29
|
-
}, onMouseEnter: () => (isMobile ? null : cardIsButton ? setRaised(true) : null), onMouseLeave: () => (isMobile ? null : cardIsButton ? setRaised(false) : null), onClick: () => (cardIsButton ? (href ? externalRouteChange(href) : to ? localRouteChange(to) : navigate('/404')) : null), children: [media ? (0, jsx_runtime_1.jsx)(material_1.CardMedia, { component: "img", height: "100", image: media, alt: "" }) : null, (0, jsx_runtime_1.jsx)(material_1.CardContent, { children: (0, jsx_runtime_1.jsxs)(material_1.Grid, { container: true, alignItems: "center", paddingY: 2, paddingX: 2, children: [(0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, xs: 12, md: 6, children: typeof name === 'string' ? ((0, jsx_runtime_1.jsx)(material_1.Typography, { fontWeight: 700, variant: "h2", textAlign: "left", paddingBottom: 1, children: name })) : (name) }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, xs: 12, md: 5, children: (0, jsx_runtime_1.jsx)(material_1.Typography, { variant: "body1", fontWeight: 400, textAlign: "left", children: desc }) }), (0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, xs: 1, display: isMobile ? 'none' : 'flex', justifyContent: "center", children: (0, jsx_runtime_1.jsx)(material_1.Zoom, { in: raised, children: (0, jsx_runtime_1.jsx)(material_1.IconButton, { color: "primary", size: small ? 'small' : 'medium', onClick: () => (href ? externalRouteChange(href) : to ? localRouteChange(to) : navigate('/404')), disableFocusRipple: true, disableRipple: true, disableTouchRipple: true, children: (0, jsx_runtime_1.jsx)(ArrowForwardRounded_1.default, { fontSize: small ? 'small' : 'medium' }) }) }) })] }) }), (0, jsx_runtime_1.jsx)(material_1.CardActions, { sx: { display: { md: isMobile ? 'flex' : 'none' } }, children: (0, jsx_runtime_1.jsx)(react_flexbox_1.FlexGrowCol, { alignItems: "flex-end", children: (0, jsx_runtime_1.jsx)(material_1.IconButton, { color: "primary", size: small ? 'small' : 'medium', onClick: () => (href ? externalRouteChange(href) : to ? localRouteChange(to) : navigate('/404')), disableFocusRipple: true, disableRipple: true, disableTouchRipple: true, children: (0, jsx_runtime_1.jsx)(ArrowForwardRounded_1.default, { fontSize: small ? 'small' : 'medium' }) }) }) })] })));
|
29
|
+
}, onMouseEnter: () => (isMobile ? null : cardIsButton ? setRaised(true) : null), onMouseLeave: () => (isMobile ? null : cardIsButton ? setRaised(false) : null), onClick: () => (cardIsButton ? (href ? externalRouteChange(href) : to ? localRouteChange(to) : navigate('/404')) : null) }, { children: [media ? (0, jsx_runtime_1.jsx)(material_1.CardMedia, { component: "img", height: "100", image: media, alt: "" }) : null, (0, jsx_runtime_1.jsx)(material_1.CardContent, { children: (0, jsx_runtime_1.jsxs)(material_1.Grid, Object.assign({ container: true, alignItems: "center", paddingY: 2, paddingX: 2 }, { children: [(0, jsx_runtime_1.jsx)(material_1.Grid, Object.assign({ item: true, xs: 12, md: 6 }, { children: typeof name === 'string' ? ((0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ fontWeight: 700, variant: "h2", textAlign: "left", paddingBottom: 1 }, { children: name }))) : (name) })), (0, jsx_runtime_1.jsx)(material_1.Grid, Object.assign({ item: true, xs: 12, md: 5 }, { children: (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ variant: "body1", fontWeight: 400, textAlign: "left" }, { children: desc })) })), (0, jsx_runtime_1.jsx)(material_1.Grid, Object.assign({ item: true, xs: 1, display: isMobile ? 'none' : 'flex', justifyContent: "center" }, { children: (0, jsx_runtime_1.jsx)(material_1.Zoom, Object.assign({ in: raised }, { children: (0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ color: "primary", size: small ? 'small' : 'medium', onClick: () => (href ? externalRouteChange(href) : to ? localRouteChange(to) : navigate('/404')), disableFocusRipple: true, disableRipple: true, disableTouchRipple: true }, { children: (0, jsx_runtime_1.jsx)(ArrowForwardRounded_1.default, { fontSize: small ? 'small' : 'medium' }) })) })) }))] })) }), (0, jsx_runtime_1.jsx)(material_1.CardActions, Object.assign({ sx: { display: { md: isMobile ? 'flex' : 'none' } } }, { children: (0, jsx_runtime_1.jsx)(react_flexbox_1.FlexGrowCol, Object.assign({ alignItems: "flex-end" }, { children: (0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ color: "primary", size: small ? 'small' : 'medium', onClick: () => (href ? externalRouteChange(href) : to ? localRouteChange(to) : navigate('/404')), disableFocusRipple: true, disableRipple: true, disableTouchRipple: true }, { children: (0, jsx_runtime_1.jsx)(ArrowForwardRounded_1.default, { fontSize: small ? 'small' : 'medium' }) })) })) }))] })));
|
30
30
|
};
|
31
31
|
exports.FullWidthCard = FullWidthCard;
|
32
32
|
//# sourceMappingURL=FullWidthCard.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"FullWidthCard.js","sourceRoot":"","sources":["../../../../src/components/FullWidthCard/FullWidthCard.tsx"],"names":[],"mappings":";;;;;AAAA,0GAA6E;AAC7E,4CAAyI;AACzI,yDAAmD;AACnD,4DAAuD;AACvD,iCAA2C;AAC3C,uDAAkD;AAa3C,MAAM,aAAa,GAAiC,CAAC,EAA8D,EAAE,EAAE;QAAlE,EAAE,YAAY,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,OAAY,EAAP,KAAK,sBAA5D,gEAA8D,CAAF;IACtH,MAAM,KAAK,GAAG,IAAA,mBAAQ,GAAE,CAAA;IACxB,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,IAAA,gBAAQ,EAAC,KAAK,CAAC,CAAA;IAC3C,MAAM,QAAQ,GAAG,IAAA,8BAAW,GAAE,CAAA;IAC9B,MAAM,QAAQ,GAAG,IAAA,0BAAW,GAAE,CAAA;IAE9B,MAAM,gBAAgB,GAAG,CAAC,EAAkB,EAAE,EAAE;QAC9C,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA;IACtC,CAAC,CAAA;IACD,MAAM,mBAAmB,GAAG,CAAC,IAAwB,EAAE,EAAE;QACvD,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA;IAC7C,CAAC,CAAA;IAED,OAAO,CACL,wBAAC,eAAI,kBACH,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EACzB,KAAK,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,IACpC,KAAK,IACT,EAAE,EAAE;YACF,SAAS,EAAE;gBACT,MAAM,EAAE,SAAS;aAClB;YACD,eAAe,EAAE,IAAA,gBAAK,EAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC;SAC1D,EACD,YAAY,EAAE,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAC7E,YAAY,EAAE,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAC9E,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,
|
1
|
+
{"version":3,"file":"FullWidthCard.js","sourceRoot":"","sources":["../../../../src/components/FullWidthCard/FullWidthCard.tsx"],"names":[],"mappings":"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"}
|
@@ -10,7 +10,7 @@ const react_1 = require("react");
|
|
10
10
|
const CardEx_1 = require("./CardEx");
|
11
11
|
const PageCardWithRef = (0, react_1.forwardRef)((_a, ref) => {
|
12
12
|
var { subheader, title, onRefresh, children, action, style } = _a, props = tslib_1.__rest(_a, ["subheader", "title", "onRefresh", "children", "action", "style"]);
|
13
|
-
return ((0, jsx_runtime_1.jsxs)(CardEx_1.CardEx, Object.assign({ style: Object.assign({ backgroundColor: 'transparent', position: 'relative' }, style), elevation: 0, ref: ref }, props, { children: [(0, jsx_runtime_1.jsx)(material_1.CardHeader, { title: (0, jsx_runtime_1.jsx)(react_shared_1.TypographyEx, { variant: "h5", gutterBottom: true, children: title }), subheader: (0, jsx_runtime_1.jsx)(react_shared_1.TypographyEx, { variant: "subtitle1", children: subheader }), action: action ? (action) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: onRefresh ? ((0, jsx_runtime_1.jsx)(material_1.IconButton, { onClick: () => onRefresh === null || onRefresh === void 0 ? void 0 : onRefresh(), children: (0, jsx_runtime_1.jsx)(Refresh_1.default, {}) })) : null })) }), children] })));
|
13
|
+
return ((0, jsx_runtime_1.jsxs)(CardEx_1.CardEx, Object.assign({ style: Object.assign({ backgroundColor: 'transparent', position: 'relative' }, style), elevation: 0, ref: ref }, props, { children: [(0, jsx_runtime_1.jsx)(material_1.CardHeader, { title: (0, jsx_runtime_1.jsx)(react_shared_1.TypographyEx, Object.assign({ variant: "h5", gutterBottom: true }, { children: title })), subheader: (0, jsx_runtime_1.jsx)(react_shared_1.TypographyEx, Object.assign({ variant: "subtitle1" }, { children: subheader })), action: action ? (action) : ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: onRefresh ? ((0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ onClick: () => onRefresh === null || onRefresh === void 0 ? void 0 : onRefresh() }, { children: (0, jsx_runtime_1.jsx)(Refresh_1.default, {}) }))) : null })) }), children] })));
|
14
14
|
});
|
15
15
|
PageCardWithRef.displayName = 'PageCard';
|
16
16
|
exports.PageCard = PageCardWithRef;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"PageCard.js","sourceRoot":"","sources":["../../../src/components/PageCard.tsx"],"names":[],"mappings":";;;;;AAAA,kFAAqD;AACrD,4CAAuE;AACvE,4DAAwD;AACxD,iCAA6C;AAE7C,qCAA8C;AAQ9C,MAAM,eAAe,GAA4B,IAAA,kBAAU,EAAC,CAAC,EAAkE,EAAE,GAAG,EAAE,EAAE;QAA3E,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,OAAY,EAAP,KAAK,sBAAhE,kEAAkE,CAAF;IAC3H,OAAO,CACL,wBAAC,eAAM,kBAAC,KAAK,kBAAI,eAAe,EAAE,aAAa,EAAE,QAAQ,EAAE,UAAU,IAAK,KAAK,GAAI,SAAS,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,IAAM,KAAK,eAClH,uBAAC,qBAAU,IACT,KAAK,EACH,uBAAC,2BAAY,
|
1
|
+
{"version":3,"file":"PageCard.js","sourceRoot":"","sources":["../../../src/components/PageCard.tsx"],"names":[],"mappings":";;;;;AAAA,kFAAqD;AACrD,4CAAuE;AACvE,4DAAwD;AACxD,iCAA6C;AAE7C,qCAA8C;AAQ9C,MAAM,eAAe,GAA4B,IAAA,kBAAU,EAAC,CAAC,EAAkE,EAAE,GAAG,EAAE,EAAE;QAA3E,EAAE,SAAS,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,KAAK,OAAY,EAAP,KAAK,sBAAhE,kEAAkE,CAAF;IAC3H,OAAO,CACL,wBAAC,eAAM,kBAAC,KAAK,kBAAI,eAAe,EAAE,aAAa,EAAE,QAAQ,EAAE,UAAU,IAAK,KAAK,GAAI,SAAS,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,IAAM,KAAK,eAClH,uBAAC,qBAAU,IACT,KAAK,EACH,uBAAC,2BAAY,kBAAC,OAAO,EAAC,IAAI,EAAC,YAAY,sBACpC,KAAK,IACO,EAEjB,SAAS,EAAE,uBAAC,2BAAY,kBAAC,OAAO,EAAC,WAAW,gBAAE,SAAS,IAAgB,EACvE,MAAM,EACJ,MAAM,CAAC,CAAC,CAAC,CACP,MAAM,CACP,CAAC,CAAC,CAAC,CACF,2DACG,SAAS,CAAC,CAAC,CAAC,CACX,uBAAC,qBAAU,kBAAC,OAAO,EAAE,GAAG,EAAE,CAAC,SAAS,aAAT,SAAS,uBAAT,SAAS,EAAI,gBACtC,uBAAC,iBAAW,KAAG,IACJ,CACd,CAAC,CAAC,CAAC,IAAI,GACP,CACJ,GAEH,EACD,QAAQ,KACF,CACV,CAAA;AACH,CAAC,CAAC,CAAA;AAEF,eAAe,CAAC,WAAW,GAAG,UAAU,CAAA;AAE3B,QAAA,QAAQ,GAAG,eAAe,CAAA"}
|
@@ -24,7 +24,7 @@ const SimpleCard = (_a) => {
|
|
24
24
|
};
|
25
25
|
return ((0, jsx_runtime_1.jsxs)(CardEx_1.CardEx, Object.assign({ elevation: raised ? 3 : 0, sx: Object.assign({ '&:hover': {
|
26
26
|
cursor: interactionVariant == 'button' ? 'pointer' : null,
|
27
|
-
}, backgroundColor: (0, material_1.alpha)(theme.palette.primary.light, 0.05) }, sx), onMouseEnter: () => (isMobile ? null : interactionVariant == 'button' ? setRaised(true) : null), onMouseLeave: () => (isMobile ? null : interactionVariant == 'button' ? setRaised(false) : null), onClick: () => (interactionVariant == 'button' ? (href ? externalRouteChange(href) : to ? localRouteChange(to) : navigate('/404')) : null) }, props, { children: [media ? (0, jsx_runtime_1.jsx)(material_1.CardMedia, { component: "img", height: "100", image: media, alt: "" }) : null, (0, jsx_runtime_1.jsx)(material_1.CardContent, { sx: { height: '100%' }, children: (0, jsx_runtime_1.jsxs)(react_flexbox_1.FlexCol, { width: "100%", alignItems: "flex-start", children: [iconImage ? (0, jsx_runtime_1.jsx)("img", { src: iconImage, height: "40px", style: { paddingBottom: '8px' } }) : null, typeof headline === 'string' ? ((0, jsx_runtime_1.jsx)(material_1.Typography, { variant: small ? 'body1' : 'h6', textAlign: "left", gutterBottom: true, children: headline })) : (headline), subtitle ? ((0, jsx_runtime_1.jsx)(material_1.Typography, { variant: "subtitle2", textAlign: "left", gutterBottom: true, children: subtitle })) : null, (0, jsx_runtime_1.jsx)(material_1.Typography, { variant: small ? 'caption' : 'body1', textAlign: "left", gutterBottom: true, children: desc })] }) }), interactionVariant == 'button' ? ((0, jsx_runtime_1.jsx)(material_1.CardActions, { children: (0, jsx_runtime_1.jsx)(react_flexbox_1.FlexGrowCol, { alignItems: "flex-end", children: (0, jsx_runtime_1.jsx)(material_1.IconButton, { color: raised ? 'secondary' : 'primary', size: small ? 'small' : 'medium', onClick: () => (href ? externalRouteChange(href) : to ? localRouteChange(to) : navigate('/404')), disableFocusRipple: true, disableRipple: true, disableTouchRipple: true, children: (0, jsx_runtime_1.jsx)(ArrowForwardRounded_1.default, { fontSize: small ? 'small' : 'medium' }) }) }) })) : null] })));
|
27
|
+
}, backgroundColor: (0, material_1.alpha)(theme.palette.primary.light, 0.05) }, sx), onMouseEnter: () => (isMobile ? null : interactionVariant == 'button' ? setRaised(true) : null), onMouseLeave: () => (isMobile ? null : interactionVariant == 'button' ? setRaised(false) : null), onClick: () => (interactionVariant == 'button' ? (href ? externalRouteChange(href) : to ? localRouteChange(to) : navigate('/404')) : null) }, props, { children: [media ? (0, jsx_runtime_1.jsx)(material_1.CardMedia, { component: "img", height: "100", image: media, alt: "" }) : null, (0, jsx_runtime_1.jsx)(material_1.CardContent, Object.assign({ sx: { height: '100%' } }, { children: (0, jsx_runtime_1.jsxs)(react_flexbox_1.FlexCol, Object.assign({ width: "100%", alignItems: "flex-start" }, { children: [iconImage ? (0, jsx_runtime_1.jsx)("img", { src: iconImage, height: "40px", style: { paddingBottom: '8px' } }) : null, typeof headline === 'string' ? ((0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ variant: small ? 'body1' : 'h6', textAlign: "left", gutterBottom: true }, { children: headline }))) : (headline), subtitle ? ((0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ variant: "subtitle2", textAlign: "left", gutterBottom: true }, { children: subtitle }))) : null, (0, jsx_runtime_1.jsx)(material_1.Typography, Object.assign({ variant: small ? 'caption' : 'body1', textAlign: "left", gutterBottom: true }, { children: desc }))] })) })), interactionVariant == 'button' ? ((0, jsx_runtime_1.jsx)(material_1.CardActions, { children: (0, jsx_runtime_1.jsx)(react_flexbox_1.FlexGrowCol, Object.assign({ alignItems: "flex-end" }, { children: (0, jsx_runtime_1.jsx)(material_1.IconButton, Object.assign({ color: raised ? 'secondary' : 'primary', size: small ? 'small' : 'medium', onClick: () => (href ? externalRouteChange(href) : to ? localRouteChange(to) : navigate('/404')), disableFocusRipple: true, disableRipple: true, disableTouchRipple: true }, { children: (0, jsx_runtime_1.jsx)(ArrowForwardRounded_1.default, { fontSize: small ? 'small' : 'medium' }) })) })) })) : null] })));
|
28
28
|
};
|
29
29
|
exports.SimpleCard = SimpleCard;
|
30
30
|
//# sourceMappingURL=SimpleCard.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"SimpleCard.js","sourceRoot":"","sources":["../../../../src/components/SimpleCard/SimpleCard.tsx"],"names":[],"mappings":";;;;;AAAA,0GAA6E;AAC7E,4CAA4G;AAC5G,yDAA4D;AAC5D,4DAAuD;AACvD,iCAA2C;AAC3C,uDAAkD;AAElD,sCAA+C;AAcxC,MAAM,UAAU,GAA8B,CAAC,EAYrD,EAAE,EAAE;QAZiD,EACpD,IAAI,EACJ,SAAS,EACT,kBAAkB,GAAG,MAAM,EAC3B,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,KAAK,EACL,QAAQ,EACR,EAAE,EACF,EAAE,OAEH,EADI,KAAK,sBAX4C,yGAYrD,CADS;IAER,MAAM,KAAK,GAAG,IAAA,mBAAQ,GAAE,CAAA;IACxB,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,IAAA,gBAAQ,EAAC,KAAK,CAAC,CAAA;IAC3C,MAAM,QAAQ,GAAG,IAAA,8BAAW,GAAE,CAAA;IAC9B,MAAM,QAAQ,GAAG,IAAA,0BAAW,GAAE,CAAA;IAC9B,MAAM,gBAAgB,GAAG,CAAC,EAAkB,EAAE,EAAE;QAC9C,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA;IACtC,CAAC,CAAA;IACD,MAAM,mBAAmB,GAAG,CAAC,IAAwB,EAAE,EAAE;QACvD,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA;IAC7C,CAAC,CAAA;IACD,OAAO,CACL,wBAAC,eAAM,kBACL,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EACzB,EAAE,kBACA,SAAS,EAAE;gBACT,MAAM,EAAE,kBAAkB,IAAI,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI;aAC1D,EACD,eAAe,EAAE,IAAA,gBAAK,EAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC,IACtD,EAAE,GAEP,YAAY,EAAE,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,kBAAkB,IAAI,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAC/F,YAAY,EAAE,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,kBAAkB,IAAI,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAChG,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC,kBAAkB,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IACtI,KAAK,eAER,KAAK,CAAC,CAAC,CAAC,uBAAC,oBAAS,IAAC,SAAS,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,KAAK,EAAE,GAAG,EAAC,EAAE,GAAG,CAAC,CAAC,CAAC,IAAI,EAE/E,uBAAC,sBAAW,
|
1
|
+
{"version":3,"file":"SimpleCard.js","sourceRoot":"","sources":["../../../../src/components/SimpleCard/SimpleCard.tsx"],"names":[],"mappings":";;;;;AAAA,0GAA6E;AAC7E,4CAA4G;AAC5G,yDAA4D;AAC5D,4DAAuD;AACvD,iCAA2C;AAC3C,uDAAkD;AAElD,sCAA+C;AAcxC,MAAM,UAAU,GAA8B,CAAC,EAYrD,EAAE,EAAE;QAZiD,EACpD,IAAI,EACJ,SAAS,EACT,kBAAkB,GAAG,MAAM,EAC3B,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,KAAK,EACL,QAAQ,EACR,EAAE,EACF,EAAE,OAEH,EADI,KAAK,sBAX4C,yGAYrD,CADS;IAER,MAAM,KAAK,GAAG,IAAA,mBAAQ,GAAE,CAAA;IACxB,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,IAAA,gBAAQ,EAAC,KAAK,CAAC,CAAA;IAC3C,MAAM,QAAQ,GAAG,IAAA,8BAAW,GAAE,CAAA;IAC9B,MAAM,QAAQ,GAAG,IAAA,0BAAW,GAAE,CAAA;IAC9B,MAAM,gBAAgB,GAAG,CAAC,EAAkB,EAAE,EAAE;QAC9C,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA;IACtC,CAAC,CAAA;IACD,MAAM,mBAAmB,GAAG,CAAC,IAAwB,EAAE,EAAE;QACvD,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAA;IAC7C,CAAC,CAAA;IACD,OAAO,CACL,wBAAC,eAAM,kBACL,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EACzB,EAAE,kBACA,SAAS,EAAE;gBACT,MAAM,EAAE,kBAAkB,IAAI,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI;aAC1D,EACD,eAAe,EAAE,IAAA,gBAAK,EAAC,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK,EAAE,IAAI,CAAC,IACtD,EAAE,GAEP,YAAY,EAAE,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,kBAAkB,IAAI,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAC/F,YAAY,EAAE,GAAG,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,kBAAkB,IAAI,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,EAChG,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC,kBAAkB,IAAI,QAAQ,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IACtI,KAAK,eAER,KAAK,CAAC,CAAC,CAAC,uBAAC,oBAAS,IAAC,SAAS,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,KAAK,EAAE,KAAK,EAAE,GAAG,EAAC,EAAE,GAAG,CAAC,CAAC,CAAC,IAAI,EAE/E,uBAAC,sBAAW,kBAAC,EAAE,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,gBACjC,wBAAC,uBAAO,kBAAC,KAAK,EAAC,MAAM,EAAC,UAAU,EAAC,YAAY,iBAC1C,SAAS,CAAC,CAAC,CAAC,gCAAK,GAAG,EAAE,SAAS,EAAE,MAAM,EAAC,MAAM,EAAC,KAAK,EAAE,EAAE,aAAa,EAAE,KAAK,EAAE,GAAI,CAAC,CAAC,CAAC,IAAI,EACzF,OAAO,QAAQ,KAAK,QAAQ,CAAC,CAAC,CAAC,CAC9B,uBAAC,qBAAU,kBAAC,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,IAAI,EAAE,SAAS,EAAC,MAAM,EAAC,YAAY,sBACvE,QAAQ,IACE,CACd,CAAC,CAAC,CAAC,CACF,QAAQ,CACT,EACA,QAAQ,CAAC,CAAC,CAAC,CACV,uBAAC,qBAAU,kBAAC,OAAO,EAAC,WAAW,EAAC,SAAS,EAAC,MAAM,EAAC,YAAY,sBAC1D,QAAQ,IACE,CACd,CAAC,CAAC,CAAC,IAAI,EACR,uBAAC,qBAAU,kBAAC,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,EAAE,SAAS,EAAC,MAAM,EAAC,YAAY,sBAC5E,IAAI,IACM,KACL,IACE,EACb,kBAAkB,IAAI,QAAQ,CAAC,CAAC,CAAC,CAChC,uBAAC,sBAAW,cACV,uBAAC,2BAAW,kBAAC,UAAU,EAAC,UAAU,gBAChC,uBAAC,qBAAU,kBACT,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,EACvC,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,EAChC,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,mBAAmB,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,MAAM,CAAC,CAAC,EAChG,kBAAkB,QAClB,aAAa,QACb,kBAAkB,sBAElB,uBAAC,6BAAuB,IAAC,QAAQ,EAAE,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,QAAQ,GAAI,IACtD,IACD,GACF,CACf,CAAC,CAAC,CAAC,IAAI,KACD,CACV,CAAA;AACH,CAAC,CAAA;AA9EY,QAAA,UAAU,cA8EtB"}
|
@@ -7,7 +7,7 @@ const material_1 = require("@mui/material");
|
|
7
7
|
const SimpleCard_1 = require("../SimpleCard");
|
8
8
|
const SimpleCardGrid = (_a) => {
|
9
9
|
var { cards } = _a, props = tslib_1.__rest(_a, ["cards"]);
|
10
|
-
return ((0, jsx_runtime_1.jsx)(material_1.Grid, Object.assign({ container: true }, props, { children: cards === null || cards === void 0 ? void 0 : cards.map((card, index) => ((0, jsx_runtime_1.jsx)(material_1.Grid, { item: true, xs: 12, sm: 6, md: 4, children: (0, jsx_runtime_1.jsx)(SimpleCard_1.SimpleCard, Object.assign({}, card, { sx: { flexDirection: 'column', height: '100%' } })) }, index))) })));
|
10
|
+
return ((0, jsx_runtime_1.jsx)(material_1.Grid, Object.assign({ container: true }, props, { children: cards === null || cards === void 0 ? void 0 : cards.map((card, index) => ((0, jsx_runtime_1.jsx)(material_1.Grid, Object.assign({ item: true, xs: 12, sm: 6, md: 4 }, { children: (0, jsx_runtime_1.jsx)(SimpleCard_1.SimpleCard, Object.assign({}, card, { sx: { flexDirection: 'column', height: '100%' } })) }), index))) })));
|
11
11
|
};
|
12
12
|
exports.SimpleCardGrid = SimpleCardGrid;
|
13
13
|
//# sourceMappingURL=SimpleCardGrid.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"SimpleCardGrid.js","sourceRoot":"","sources":["../../../../src/components/SimpleCardGrid/SimpleCardGrid.tsx"],"names":[],"mappings":";;;;;AAAA,4CAA+C;AAE/C,8CAA2D;AAMpD,MAAM,cAAc,GAAkC,CAAC,EAAmB,EAAE,EAAE;QAAvB,EAAE,KAAK,OAAY,EAAP,KAAK,sBAAjB,SAAmB,CAAF;IAC7E,OAAO,CACL,uBAAC,eAAI,kBAAC,SAAS,UAAK,KAAK,cACtB,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAC3B,uBAAC,eAAI,
|
1
|
+
{"version":3,"file":"SimpleCardGrid.js","sourceRoot":"","sources":["../../../../src/components/SimpleCardGrid/SimpleCardGrid.tsx"],"names":[],"mappings":";;;;;AAAA,4CAA+C;AAE/C,8CAA2D;AAMpD,MAAM,cAAc,GAAkC,CAAC,EAAmB,EAAE,EAAE;QAAvB,EAAE,KAAK,OAAY,EAAP,KAAK,sBAAjB,SAAmB,CAAF;IAC7E,OAAO,CACL,uBAAC,eAAI,kBAAC,SAAS,UAAK,KAAK,cACtB,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAC3B,uBAAC,eAAI,kBAAC,IAAI,QAAa,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,gBACzC,uBAAC,uBAAU,oBAAK,IAAI,IAAE,EAAE,EAAE,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,KAD3D,KAAK,CAEd,CACR,CAAC,IACG,CACR,CAAA;AACH,CAAC,CAAA;AAVY,QAAA,cAAc,kBAU1B"}
|
package/dist/docs.json
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
26
26
|
"line": 9,
|
27
27
|
"character": 2,
|
28
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
28
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L9"
|
29
29
|
}
|
30
30
|
],
|
31
31
|
"type": {
|
@@ -46,13 +46,13 @@
|
|
46
46
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
47
47
|
"line": 10,
|
48
48
|
"character": 2,
|
49
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
49
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L10"
|
50
50
|
}
|
51
51
|
],
|
52
52
|
"type": {
|
53
53
|
"type": "reference",
|
54
54
|
"target": {
|
55
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
55
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
56
56
|
"qualifiedName": "React.ReactNode"
|
57
57
|
},
|
58
58
|
"name": "ReactNode",
|
@@ -73,7 +73,7 @@
|
|
73
73
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
74
74
|
"line": 11,
|
75
75
|
"character": 2,
|
76
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
76
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L11"
|
77
77
|
}
|
78
78
|
],
|
79
79
|
"type": {
|
@@ -94,7 +94,7 @@
|
|
94
94
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
95
95
|
"line": 12,
|
96
96
|
"character": 2,
|
97
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
97
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L12"
|
98
98
|
}
|
99
99
|
],
|
100
100
|
"type": {
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
116
116
|
"line": 13,
|
117
117
|
"character": 2,
|
118
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
118
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L13"
|
119
119
|
}
|
120
120
|
],
|
121
121
|
"type": {
|
@@ -134,13 +134,13 @@
|
|
134
134
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
135
135
|
"line": 14,
|
136
136
|
"character": 2,
|
137
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
137
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L14"
|
138
138
|
}
|
139
139
|
],
|
140
140
|
"type": {
|
141
141
|
"type": "reference",
|
142
142
|
"target": {
|
143
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
143
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
144
144
|
"qualifiedName": "React.ReactNode"
|
145
145
|
},
|
146
146
|
"name": "ReactNode",
|
@@ -161,7 +161,7 @@
|
|
161
161
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
162
162
|
"line": 15,
|
163
163
|
"character": 2,
|
164
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
164
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L15"
|
165
165
|
}
|
166
166
|
],
|
167
167
|
"type": {
|
@@ -182,7 +182,7 @@
|
|
182
182
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
183
183
|
"line": 16,
|
184
184
|
"character": 2,
|
185
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
185
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L16"
|
186
186
|
}
|
187
187
|
],
|
188
188
|
"type": {
|
@@ -216,7 +216,7 @@
|
|
216
216
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
217
217
|
"line": 8,
|
218
218
|
"character": 17,
|
219
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
219
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L8"
|
220
220
|
}
|
221
221
|
],
|
222
222
|
"extendedTypes": [
|
@@ -251,13 +251,13 @@
|
|
251
251
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
252
252
|
"line": 9,
|
253
253
|
"character": 2,
|
254
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
254
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/PageCard.tsx#L9"
|
255
255
|
}
|
256
256
|
],
|
257
257
|
"type": {
|
258
258
|
"type": "reference",
|
259
259
|
"target": {
|
260
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
260
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
261
261
|
"qualifiedName": "React.ReactNode"
|
262
262
|
},
|
263
263
|
"name": "ReactNode",
|
@@ -278,7 +278,7 @@
|
|
278
278
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
279
279
|
"line": 6,
|
280
280
|
"character": 2,
|
281
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
281
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
|
282
282
|
}
|
283
283
|
],
|
284
284
|
"type": {
|
@@ -313,7 +313,7 @@
|
|
313
313
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
314
314
|
"line": 10,
|
315
315
|
"character": 2,
|
316
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
316
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/PageCard.tsx#L10"
|
317
317
|
}
|
318
318
|
],
|
319
319
|
"type": {
|
@@ -329,7 +329,7 @@
|
|
329
329
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
330
330
|
"line": 10,
|
331
331
|
"character": 14,
|
332
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
332
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/PageCard.tsx#L10"
|
333
333
|
}
|
334
334
|
],
|
335
335
|
"signatures": [
|
@@ -344,7 +344,7 @@
|
|
344
344
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
345
345
|
"line": 10,
|
346
346
|
"character": 14,
|
347
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
347
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/PageCard.tsx#L10"
|
348
348
|
}
|
349
349
|
],
|
350
350
|
"type": {
|
@@ -369,13 +369,13 @@
|
|
369
369
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
370
370
|
"line": 11,
|
371
371
|
"character": 2,
|
372
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
372
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/PageCard.tsx#L11"
|
373
373
|
}
|
374
374
|
],
|
375
375
|
"type": {
|
376
376
|
"type": "reference",
|
377
377
|
"target": {
|
378
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
378
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
379
379
|
"qualifiedName": "React.ReactNode"
|
380
380
|
},
|
381
381
|
"name": "ReactNode",
|
@@ -400,7 +400,7 @@
|
|
400
400
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
401
401
|
"line": 8,
|
402
402
|
"character": 17,
|
403
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
403
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/PageCard.tsx#L8"
|
404
404
|
}
|
405
405
|
],
|
406
406
|
"extendedTypes": [
|
@@ -432,13 +432,13 @@
|
|
432
432
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
433
433
|
"line": 11,
|
434
434
|
"character": 2,
|
435
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
435
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L11"
|
436
436
|
}
|
437
437
|
],
|
438
438
|
"type": {
|
439
439
|
"type": "reference",
|
440
440
|
"target": {
|
441
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
441
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
442
442
|
"qualifiedName": "React.ReactNode"
|
443
443
|
},
|
444
444
|
"name": "ReactNode",
|
@@ -459,7 +459,7 @@
|
|
459
459
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
460
460
|
"line": 6,
|
461
461
|
"character": 2,
|
462
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
462
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
|
463
463
|
}
|
464
464
|
],
|
465
465
|
"type": {
|
@@ -494,13 +494,13 @@
|
|
494
494
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
495
495
|
"line": 12,
|
496
496
|
"character": 2,
|
497
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
497
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L12"
|
498
498
|
}
|
499
499
|
],
|
500
500
|
"type": {
|
501
501
|
"type": "reference",
|
502
502
|
"target": {
|
503
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
503
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
504
504
|
"qualifiedName": "React.ReactNode"
|
505
505
|
},
|
506
506
|
"name": "ReactNode",
|
@@ -521,7 +521,7 @@
|
|
521
521
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
522
522
|
"line": 13,
|
523
523
|
"character": 2,
|
524
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
524
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L13"
|
525
525
|
}
|
526
526
|
],
|
527
527
|
"type": {
|
@@ -542,7 +542,7 @@
|
|
542
542
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
543
543
|
"line": 14,
|
544
544
|
"character": 2,
|
545
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
545
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L14"
|
546
546
|
}
|
547
547
|
],
|
548
548
|
"type": {
|
@@ -563,7 +563,7 @@
|
|
563
563
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
564
564
|
"line": 15,
|
565
565
|
"character": 2,
|
566
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
566
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L15"
|
567
567
|
}
|
568
568
|
],
|
569
569
|
"type": {
|
@@ -593,7 +593,7 @@
|
|
593
593
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
594
594
|
"line": 16,
|
595
595
|
"character": 2,
|
596
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
596
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L16"
|
597
597
|
}
|
598
598
|
],
|
599
599
|
"type": {
|
@@ -614,7 +614,7 @@
|
|
614
614
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
615
615
|
"line": 17,
|
616
616
|
"character": 2,
|
617
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
617
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L17"
|
618
618
|
}
|
619
619
|
],
|
620
620
|
"type": {
|
@@ -635,7 +635,7 @@
|
|
635
635
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
636
636
|
"line": 18,
|
637
637
|
"character": 2,
|
638
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
638
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L18"
|
639
639
|
}
|
640
640
|
],
|
641
641
|
"type": {
|
@@ -656,7 +656,7 @@
|
|
656
656
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
657
657
|
"line": 19,
|
658
658
|
"character": 2,
|
659
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
659
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L19"
|
660
660
|
}
|
661
661
|
],
|
662
662
|
"type": {
|
@@ -692,7 +692,7 @@
|
|
692
692
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
693
693
|
"line": 10,
|
694
694
|
"character": 17,
|
695
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
695
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L10"
|
696
696
|
}
|
697
697
|
],
|
698
698
|
"extendedTypes": [
|
@@ -715,7 +715,7 @@
|
|
715
715
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
716
716
|
"line": 20,
|
717
717
|
"character": 12,
|
718
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
718
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardContentEx.tsx#L20"
|
719
719
|
}
|
720
720
|
],
|
721
721
|
"type": {
|
@@ -752,7 +752,7 @@
|
|
752
752
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
753
753
|
"line": 21,
|
754
754
|
"character": 2,
|
755
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
755
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardContentEx.tsx#L21"
|
756
756
|
}
|
757
757
|
],
|
758
758
|
"type": {
|
@@ -773,7 +773,7 @@
|
|
773
773
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
774
774
|
"line": 22,
|
775
775
|
"character": 2,
|
776
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
776
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardContentEx.tsx#L22"
|
777
777
|
}
|
778
778
|
],
|
779
779
|
"type": {
|
@@ -794,7 +794,7 @@
|
|
794
794
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
795
795
|
"line": 23,
|
796
796
|
"character": 2,
|
797
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
797
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardContentEx.tsx#L23"
|
798
798
|
}
|
799
799
|
],
|
800
800
|
"type": {
|
@@ -815,7 +815,7 @@
|
|
815
815
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
816
816
|
"line": 24,
|
817
817
|
"character": 2,
|
818
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
818
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardContentEx.tsx#L24"
|
819
819
|
}
|
820
820
|
],
|
821
821
|
"type": {
|
@@ -849,7 +849,7 @@
|
|
849
849
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
850
850
|
"line": 20,
|
851
851
|
"character": 52,
|
852
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
852
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardContentEx.tsx#L20"
|
853
853
|
}
|
854
854
|
]
|
855
855
|
}
|
@@ -868,7 +868,7 @@
|
|
868
868
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
869
869
|
"line": 5,
|
870
870
|
"character": 12,
|
871
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
871
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardEx.tsx#L5"
|
872
872
|
}
|
873
873
|
],
|
874
874
|
"type": {
|
@@ -905,7 +905,7 @@
|
|
905
905
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
906
906
|
"line": 6,
|
907
907
|
"character": 2,
|
908
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
908
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardEx.tsx#L6"
|
909
909
|
}
|
910
910
|
],
|
911
911
|
"type": {
|
@@ -936,7 +936,7 @@
|
|
936
936
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
937
937
|
"line": 5,
|
938
938
|
"character": 38,
|
939
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
939
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardEx.tsx#L5"
|
940
940
|
}
|
941
941
|
]
|
942
942
|
}
|
@@ -967,7 +967,7 @@
|
|
967
967
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
968
968
|
"line": 41,
|
969
969
|
"character": 13,
|
970
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
970
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardContentEx.tsx#L41"
|
971
971
|
}
|
972
972
|
],
|
973
973
|
"signatures": [
|
@@ -987,8 +987,8 @@
|
|
987
987
|
},
|
988
988
|
"sources": [
|
989
989
|
{
|
990
|
-
"fileName": "node_modules/@types/react/index.d.ts",
|
991
|
-
"line":
|
990
|
+
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
991
|
+
"line": 355,
|
992
992
|
"character": 8
|
993
993
|
}
|
994
994
|
],
|
@@ -1026,7 +1026,7 @@
|
|
1026
1026
|
{
|
1027
1027
|
"type": "reference",
|
1028
1028
|
"target": {
|
1029
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1029
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1030
1030
|
"qualifiedName": "React.RefAttributes"
|
1031
1031
|
},
|
1032
1032
|
"typeArguments": [
|
@@ -1058,14 +1058,54 @@
|
|
1058
1058
|
}
|
1059
1059
|
],
|
1060
1060
|
"type": {
|
1061
|
-
"type": "
|
1062
|
-
"
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1061
|
+
"type": "union",
|
1062
|
+
"types": [
|
1063
|
+
{
|
1064
|
+
"type": "literal",
|
1065
|
+
"value": null
|
1066
|
+
},
|
1067
|
+
{
|
1068
|
+
"type": "reference",
|
1069
|
+
"target": {
|
1070
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1071
|
+
"qualifiedName": "React.ReactElement"
|
1072
|
+
},
|
1073
|
+
"typeArguments": [
|
1074
|
+
{
|
1075
|
+
"type": "intrinsic",
|
1076
|
+
"name": "any"
|
1077
|
+
},
|
1078
|
+
{
|
1079
|
+
"type": "union",
|
1080
|
+
"types": [
|
1081
|
+
{
|
1082
|
+
"type": "intrinsic",
|
1083
|
+
"name": "string"
|
1084
|
+
},
|
1085
|
+
{
|
1086
|
+
"type": "reference",
|
1087
|
+
"target": {
|
1088
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1089
|
+
"qualifiedName": "React.JSXElementConstructor"
|
1090
|
+
},
|
1091
|
+
"typeArguments": [
|
1092
|
+
{
|
1093
|
+
"type": "intrinsic",
|
1094
|
+
"name": "any"
|
1095
|
+
}
|
1096
|
+
],
|
1097
|
+
"name": "JSXElementConstructor",
|
1098
|
+
"package": "@types/react",
|
1099
|
+
"qualifiedName": "React.JSXElementConstructor"
|
1100
|
+
}
|
1101
|
+
]
|
1102
|
+
}
|
1103
|
+
],
|
1104
|
+
"name": "ReactElement",
|
1105
|
+
"package": "@types/react",
|
1106
|
+
"qualifiedName": "React.ReactElement"
|
1107
|
+
}
|
1108
|
+
]
|
1069
1109
|
}
|
1070
1110
|
}
|
1071
1111
|
]
|
@@ -1081,7 +1121,7 @@
|
|
1081
1121
|
"fileName": "packages/sdk/packages/card/src/components/CardContentEx.tsx",
|
1082
1122
|
"line": 27,
|
1083
1123
|
"character": 13,
|
1084
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
1124
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardContentEx.tsx#L27"
|
1085
1125
|
}
|
1086
1126
|
],
|
1087
1127
|
"signatures": [
|
@@ -1101,8 +1141,8 @@
|
|
1101
1141
|
},
|
1102
1142
|
"sources": [
|
1103
1143
|
{
|
1104
|
-
"fileName": "node_modules/@types/react/index.d.ts",
|
1105
|
-
"line":
|
1144
|
+
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
1145
|
+
"line": 355,
|
1106
1146
|
"character": 8
|
1107
1147
|
}
|
1108
1148
|
],
|
@@ -1140,7 +1180,7 @@
|
|
1140
1180
|
{
|
1141
1181
|
"type": "reference",
|
1142
1182
|
"target": {
|
1143
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1183
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1144
1184
|
"qualifiedName": "React.RefAttributes"
|
1145
1185
|
},
|
1146
1186
|
"typeArguments": [
|
@@ -1172,14 +1212,54 @@
|
|
1172
1212
|
}
|
1173
1213
|
],
|
1174
1214
|
"type": {
|
1175
|
-
"type": "
|
1176
|
-
"
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1215
|
+
"type": "union",
|
1216
|
+
"types": [
|
1217
|
+
{
|
1218
|
+
"type": "literal",
|
1219
|
+
"value": null
|
1220
|
+
},
|
1221
|
+
{
|
1222
|
+
"type": "reference",
|
1223
|
+
"target": {
|
1224
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1225
|
+
"qualifiedName": "React.ReactElement"
|
1226
|
+
},
|
1227
|
+
"typeArguments": [
|
1228
|
+
{
|
1229
|
+
"type": "intrinsic",
|
1230
|
+
"name": "any"
|
1231
|
+
},
|
1232
|
+
{
|
1233
|
+
"type": "union",
|
1234
|
+
"types": [
|
1235
|
+
{
|
1236
|
+
"type": "intrinsic",
|
1237
|
+
"name": "string"
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
"type": "reference",
|
1241
|
+
"target": {
|
1242
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1243
|
+
"qualifiedName": "React.JSXElementConstructor"
|
1244
|
+
},
|
1245
|
+
"typeArguments": [
|
1246
|
+
{
|
1247
|
+
"type": "intrinsic",
|
1248
|
+
"name": "any"
|
1249
|
+
}
|
1250
|
+
],
|
1251
|
+
"name": "JSXElementConstructor",
|
1252
|
+
"package": "@types/react",
|
1253
|
+
"qualifiedName": "React.JSXElementConstructor"
|
1254
|
+
}
|
1255
|
+
]
|
1256
|
+
}
|
1257
|
+
],
|
1258
|
+
"name": "ReactElement",
|
1259
|
+
"package": "@types/react",
|
1260
|
+
"qualifiedName": "React.ReactElement"
|
1261
|
+
}
|
1262
|
+
]
|
1183
1263
|
}
|
1184
1264
|
}
|
1185
1265
|
]
|
@@ -1195,7 +1275,7 @@
|
|
1195
1275
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
1196
1276
|
"line": 26,
|
1197
1277
|
"character": 13,
|
1198
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
1278
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardEx.tsx#L26"
|
1199
1279
|
}
|
1200
1280
|
],
|
1201
1281
|
"signatures": [
|
@@ -1207,8 +1287,8 @@
|
|
1207
1287
|
"flags": {},
|
1208
1288
|
"sources": [
|
1209
1289
|
{
|
1210
|
-
"fileName": "node_modules/@types/react/index.d.ts",
|
1211
|
-
"line":
|
1290
|
+
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
1291
|
+
"line": 525,
|
1212
1292
|
"character": 8
|
1213
1293
|
}
|
1214
1294
|
],
|
@@ -1241,14 +1321,33 @@
|
|
1241
1321
|
}
|
1242
1322
|
],
|
1243
1323
|
"type": {
|
1244
|
-
"type": "
|
1245
|
-
"
|
1246
|
-
|
1247
|
-
|
1248
|
-
|
1249
|
-
|
1250
|
-
|
1251
|
-
|
1324
|
+
"type": "union",
|
1325
|
+
"types": [
|
1326
|
+
{
|
1327
|
+
"type": "literal",
|
1328
|
+
"value": null
|
1329
|
+
},
|
1330
|
+
{
|
1331
|
+
"type": "reference",
|
1332
|
+
"target": {
|
1333
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1334
|
+
"qualifiedName": "React.ReactElement"
|
1335
|
+
},
|
1336
|
+
"typeArguments": [
|
1337
|
+
{
|
1338
|
+
"type": "intrinsic",
|
1339
|
+
"name": "any"
|
1340
|
+
},
|
1341
|
+
{
|
1342
|
+
"type": "intrinsic",
|
1343
|
+
"name": "any"
|
1344
|
+
}
|
1345
|
+
],
|
1346
|
+
"name": "ReactElement",
|
1347
|
+
"package": "@types/react",
|
1348
|
+
"qualifiedName": "React.ReactElement"
|
1349
|
+
}
|
1350
|
+
]
|
1252
1351
|
}
|
1253
1352
|
}
|
1254
1353
|
]
|
@@ -1264,7 +1363,7 @@
|
|
1264
1363
|
"fileName": "packages/sdk/packages/card/src/components/CardEx.tsx",
|
1265
1364
|
"line": 9,
|
1266
1365
|
"character": 13,
|
1267
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
1366
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/CardEx.tsx#L9"
|
1268
1367
|
}
|
1269
1368
|
],
|
1270
1369
|
"signatures": [
|
@@ -1276,8 +1375,8 @@
|
|
1276
1375
|
"flags": {},
|
1277
1376
|
"sources": [
|
1278
1377
|
{
|
1279
|
-
"fileName": "node_modules/@types/react/index.d.ts",
|
1280
|
-
"line":
|
1378
|
+
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
1379
|
+
"line": 525,
|
1281
1380
|
"character": 8
|
1282
1381
|
}
|
1283
1382
|
],
|
@@ -1310,14 +1409,33 @@
|
|
1310
1409
|
}
|
1311
1410
|
],
|
1312
1411
|
"type": {
|
1313
|
-
"type": "
|
1314
|
-
"
|
1315
|
-
|
1316
|
-
|
1317
|
-
|
1318
|
-
|
1319
|
-
|
1320
|
-
|
1412
|
+
"type": "union",
|
1413
|
+
"types": [
|
1414
|
+
{
|
1415
|
+
"type": "literal",
|
1416
|
+
"value": null
|
1417
|
+
},
|
1418
|
+
{
|
1419
|
+
"type": "reference",
|
1420
|
+
"target": {
|
1421
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1422
|
+
"qualifiedName": "React.ReactElement"
|
1423
|
+
},
|
1424
|
+
"typeArguments": [
|
1425
|
+
{
|
1426
|
+
"type": "intrinsic",
|
1427
|
+
"name": "any"
|
1428
|
+
},
|
1429
|
+
{
|
1430
|
+
"type": "intrinsic",
|
1431
|
+
"name": "any"
|
1432
|
+
}
|
1433
|
+
],
|
1434
|
+
"name": "ReactElement",
|
1435
|
+
"package": "@types/react",
|
1436
|
+
"qualifiedName": "React.ReactElement"
|
1437
|
+
}
|
1438
|
+
]
|
1321
1439
|
}
|
1322
1440
|
}
|
1323
1441
|
]
|
@@ -1333,7 +1451,7 @@
|
|
1333
1451
|
"fileName": "packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx",
|
1334
1452
|
"line": 19,
|
1335
1453
|
"character": 13,
|
1336
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
1454
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/FullWidthCard/FullWidthCard.tsx#L19"
|
1337
1455
|
}
|
1338
1456
|
],
|
1339
1457
|
"signatures": [
|
@@ -1345,8 +1463,8 @@
|
|
1345
1463
|
"flags": {},
|
1346
1464
|
"sources": [
|
1347
1465
|
{
|
1348
|
-
"fileName": "node_modules/@types/react/index.d.ts",
|
1349
|
-
"line":
|
1466
|
+
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
1467
|
+
"line": 525,
|
1350
1468
|
"character": 8
|
1351
1469
|
}
|
1352
1470
|
],
|
@@ -1379,14 +1497,33 @@
|
|
1379
1497
|
}
|
1380
1498
|
],
|
1381
1499
|
"type": {
|
1382
|
-
"type": "
|
1383
|
-
"
|
1384
|
-
|
1385
|
-
|
1386
|
-
|
1387
|
-
|
1388
|
-
|
1389
|
-
|
1500
|
+
"type": "union",
|
1501
|
+
"types": [
|
1502
|
+
{
|
1503
|
+
"type": "literal",
|
1504
|
+
"value": null
|
1505
|
+
},
|
1506
|
+
{
|
1507
|
+
"type": "reference",
|
1508
|
+
"target": {
|
1509
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1510
|
+
"qualifiedName": "React.ReactElement"
|
1511
|
+
},
|
1512
|
+
"typeArguments": [
|
1513
|
+
{
|
1514
|
+
"type": "intrinsic",
|
1515
|
+
"name": "any"
|
1516
|
+
},
|
1517
|
+
{
|
1518
|
+
"type": "intrinsic",
|
1519
|
+
"name": "any"
|
1520
|
+
}
|
1521
|
+
],
|
1522
|
+
"name": "ReactElement",
|
1523
|
+
"package": "@types/react",
|
1524
|
+
"qualifiedName": "React.ReactElement"
|
1525
|
+
}
|
1526
|
+
]
|
1390
1527
|
}
|
1391
1528
|
}
|
1392
1529
|
]
|
@@ -1402,7 +1539,7 @@
|
|
1402
1539
|
"fileName": "packages/sdk/packages/card/src/components/PageCard.tsx",
|
1403
1540
|
"line": 45,
|
1404
1541
|
"character": 13,
|
1405
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
1542
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/PageCard.tsx#L45"
|
1406
1543
|
}
|
1407
1544
|
],
|
1408
1545
|
"signatures": [
|
@@ -1414,8 +1551,8 @@
|
|
1414
1551
|
"flags": {},
|
1415
1552
|
"sources": [
|
1416
1553
|
{
|
1417
|
-
"fileName": "node_modules/@types/react/index.d.ts",
|
1418
|
-
"line":
|
1554
|
+
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
1555
|
+
"line": 525,
|
1419
1556
|
"character": 8
|
1420
1557
|
}
|
1421
1558
|
],
|
@@ -1448,14 +1585,33 @@
|
|
1448
1585
|
}
|
1449
1586
|
],
|
1450
1587
|
"type": {
|
1451
|
-
"type": "
|
1452
|
-
"
|
1453
|
-
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1457
|
-
|
1458
|
-
|
1588
|
+
"type": "union",
|
1589
|
+
"types": [
|
1590
|
+
{
|
1591
|
+
"type": "literal",
|
1592
|
+
"value": null
|
1593
|
+
},
|
1594
|
+
{
|
1595
|
+
"type": "reference",
|
1596
|
+
"target": {
|
1597
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1598
|
+
"qualifiedName": "React.ReactElement"
|
1599
|
+
},
|
1600
|
+
"typeArguments": [
|
1601
|
+
{
|
1602
|
+
"type": "intrinsic",
|
1603
|
+
"name": "any"
|
1604
|
+
},
|
1605
|
+
{
|
1606
|
+
"type": "intrinsic",
|
1607
|
+
"name": "any"
|
1608
|
+
}
|
1609
|
+
],
|
1610
|
+
"name": "ReactElement",
|
1611
|
+
"package": "@types/react",
|
1612
|
+
"qualifiedName": "React.ReactElement"
|
1613
|
+
}
|
1614
|
+
]
|
1459
1615
|
}
|
1460
1616
|
}
|
1461
1617
|
]
|
@@ -1471,7 +1627,7 @@
|
|
1471
1627
|
"fileName": "packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx",
|
1472
1628
|
"line": 22,
|
1473
1629
|
"character": 13,
|
1474
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
1630
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1f16bf63f2f5/packages/sdk/packages/card/src/components/SimpleCard/SimpleCard.tsx#L22"
|
1475
1631
|
}
|
1476
1632
|
],
|
1477
1633
|
"signatures": [
|
@@ -1483,8 +1639,8 @@
|
|
1483
1639
|
"flags": {},
|
1484
1640
|
"sources": [
|
1485
1641
|
{
|
1486
|
-
"fileName": "node_modules/@types/react/index.d.ts",
|
1487
|
-
"line":
|
1642
|
+
"fileName": "node_modules/@types/react/ts5.0/index.d.ts",
|
1643
|
+
"line": 525,
|
1488
1644
|
"character": 8
|
1489
1645
|
}
|
1490
1646
|
],
|
@@ -1517,14 +1673,33 @@
|
|
1517
1673
|
}
|
1518
1674
|
],
|
1519
1675
|
"type": {
|
1520
|
-
"type": "
|
1521
|
-
"
|
1522
|
-
|
1523
|
-
|
1524
|
-
|
1525
|
-
|
1526
|
-
|
1527
|
-
|
1676
|
+
"type": "union",
|
1677
|
+
"types": [
|
1678
|
+
{
|
1679
|
+
"type": "literal",
|
1680
|
+
"value": null
|
1681
|
+
},
|
1682
|
+
{
|
1683
|
+
"type": "reference",
|
1684
|
+
"target": {
|
1685
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1686
|
+
"qualifiedName": "React.ReactElement"
|
1687
|
+
},
|
1688
|
+
"typeArguments": [
|
1689
|
+
{
|
1690
|
+
"type": "intrinsic",
|
1691
|
+
"name": "any"
|
1692
|
+
},
|
1693
|
+
{
|
1694
|
+
"type": "intrinsic",
|
1695
|
+
"name": "any"
|
1696
|
+
}
|
1697
|
+
],
|
1698
|
+
"name": "ReactElement",
|
1699
|
+
"package": "@types/react",
|
1700
|
+
"qualifiedName": "React.ReactElement"
|
1701
|
+
}
|
1702
|
+
]
|
1528
1703
|
}
|
1529
1704
|
}
|
1530
1705
|
]
|
@@ -1600,11 +1775,11 @@
|
|
1600
1775
|
"qualifiedName": "CardContentExWithRef"
|
1601
1776
|
},
|
1602
1777
|
"8": {
|
1603
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1778
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1604
1779
|
"qualifiedName": "CardContentExWithRef"
|
1605
1780
|
},
|
1606
1781
|
"9": {
|
1607
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1782
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1608
1783
|
"qualifiedName": "props"
|
1609
1784
|
},
|
1610
1785
|
"10": {
|
@@ -1612,11 +1787,11 @@
|
|
1612
1787
|
"qualifiedName": "CardContentEx"
|
1613
1788
|
},
|
1614
1789
|
"11": {
|
1615
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1790
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1616
1791
|
"qualifiedName": "CardContentEx"
|
1617
1792
|
},
|
1618
1793
|
"12": {
|
1619
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1794
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1620
1795
|
"qualifiedName": "props"
|
1621
1796
|
},
|
1622
1797
|
"13": {
|
@@ -1636,15 +1811,15 @@
|
|
1636
1811
|
"qualifiedName": "CardExWithRef"
|
1637
1812
|
},
|
1638
1813
|
"17": {
|
1639
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1814
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1640
1815
|
"qualifiedName": "CardExWithRef"
|
1641
1816
|
},
|
1642
1817
|
"18": {
|
1643
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1818
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1644
1819
|
"qualifiedName": "props"
|
1645
1820
|
},
|
1646
1821
|
"19": {
|
1647
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1822
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1648
1823
|
"qualifiedName": "context"
|
1649
1824
|
},
|
1650
1825
|
"20": {
|
@@ -1652,15 +1827,15 @@
|
|
1652
1827
|
"qualifiedName": "CardEx"
|
1653
1828
|
},
|
1654
1829
|
"21": {
|
1655
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1830
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1656
1831
|
"qualifiedName": "CardEx"
|
1657
1832
|
},
|
1658
1833
|
"22": {
|
1659
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1834
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1660
1835
|
"qualifiedName": "props"
|
1661
1836
|
},
|
1662
1837
|
"23": {
|
1663
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1838
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1664
1839
|
"qualifiedName": "context"
|
1665
1840
|
},
|
1666
1841
|
"24": {
|
@@ -1704,15 +1879,15 @@
|
|
1704
1879
|
"qualifiedName": "FullWidthCard"
|
1705
1880
|
},
|
1706
1881
|
"34": {
|
1707
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1882
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1708
1883
|
"qualifiedName": "FullWidthCard"
|
1709
1884
|
},
|
1710
1885
|
"35": {
|
1711
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1886
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1712
1887
|
"qualifiedName": "props"
|
1713
1888
|
},
|
1714
1889
|
"36": {
|
1715
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1890
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1716
1891
|
"qualifiedName": "context"
|
1717
1892
|
},
|
1718
1893
|
"37": {
|
@@ -1748,15 +1923,15 @@
|
|
1748
1923
|
"qualifiedName": "PageCard"
|
1749
1924
|
},
|
1750
1925
|
"45": {
|
1751
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1926
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1752
1927
|
"qualifiedName": "PageCard"
|
1753
1928
|
},
|
1754
1929
|
"46": {
|
1755
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1930
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1756
1931
|
"qualifiedName": "props"
|
1757
1932
|
},
|
1758
1933
|
"47": {
|
1759
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1934
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1760
1935
|
"qualifiedName": "context"
|
1761
1936
|
},
|
1762
1937
|
"48": {
|
@@ -1808,15 +1983,15 @@
|
|
1808
1983
|
"qualifiedName": "SimpleCard"
|
1809
1984
|
},
|
1810
1985
|
"60": {
|
1811
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1986
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1812
1987
|
"qualifiedName": "SimpleCard"
|
1813
1988
|
},
|
1814
1989
|
"61": {
|
1815
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1990
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1816
1991
|
"qualifiedName": "props"
|
1817
1992
|
},
|
1818
1993
|
"62": {
|
1819
|
-
"sourceFileName": "../../../../node_modules/@types/react/index.d.ts",
|
1994
|
+
"sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
1820
1995
|
"qualifiedName": "context"
|
1821
1996
|
}
|
1822
1997
|
}
|
package/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
13
|
"@xylabs/react-flexbox": "^2.17.6",
|
14
|
-
"@xyo-network/react-shared": "^2.56.
|
14
|
+
"@xyo-network/react-shared": "^2.56.3"
|
15
15
|
},
|
16
16
|
"peerDependencies": {
|
17
17
|
"@mui/icons-material": "^5",
|
@@ -24,9 +24,9 @@
|
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"@storybook/react": "^7.0.24",
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
28
|
-
"@xylabs/tsconfig-react": "^2.
|
29
|
-
"@xyo-network/react-storybook": "^2.56.
|
27
|
+
"@xylabs/ts-scripts-yarn3": "^2.18.7",
|
28
|
+
"@xylabs/tsconfig-react": "^2.18.7",
|
29
|
+
"@xyo-network/react-storybook": "^2.56.3",
|
30
30
|
"typescript": "^5.1.6"
|
31
31
|
},
|
32
32
|
"description": "Common React library for all XYO projects that use React",
|
@@ -72,5 +72,5 @@
|
|
72
72
|
},
|
73
73
|
"sideEffects": false,
|
74
74
|
"types": "dist/types/index.d.ts",
|
75
|
-
"version": "2.56.
|
75
|
+
"version": "2.56.3"
|
76
76
|
}
|