@ape.swap/bonds-sdk 1.0.78-2.test.11 → 1.0.78-2.test.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.
|
@@ -20,9 +20,9 @@ export var NETWORK_COLORS = (_a = {},
|
|
|
20
20
|
var TokenInfoAndName = function (_a) {
|
|
21
21
|
var _b, _c, _d, _e, _f, _g, _h;
|
|
22
22
|
var bill = _a.bill, vestEnds = _a.vestEnds;
|
|
23
|
-
return (_jsxs(Flex, { className: "tokeninfoname-
|
|
23
|
+
return (_jsxs(Flex, { className: "tokeninfoname-container", children: [_jsx(Flex, { className: "tokeninfoname-chain", sx: {
|
|
24
24
|
background: NETWORK_COLORS[bill.chainId]
|
|
25
|
-
}, children: _jsx(Svg, { width: 18, height: 18, icon: (_b = NETWORK_ICONS === null || NETWORK_ICONS === void 0 ? void 0 : NETWORK_ICONS[bill === null || bill === void 0 ? void 0 : bill.chainId]) !== null && _b !== void 0 ? _b : 'question' }) }), _jsx(Flex, { className: "tokeninfoname-
|
|
25
|
+
}, children: _jsx(Svg, { width: 18, height: 18, icon: (_b = NETWORK_ICONS === null || NETWORK_ICONS === void 0 ? void 0 : NETWORK_ICONS[bill === null || bill === void 0 ? void 0 : bill.chainId]) !== null && _b !== void 0 ? _b : 'question' }) }), _jsx(Flex, { className: "tokeninfoname-gradient", sx: {
|
|
26
26
|
background: NETWORK_COLORS[bill.chainId]
|
|
27
27
|
} }), _jsxs(Flex, { sx: { pl: '6px', width: '100%', maxWidth: '170px', alignItems: 'center' }, children: [_jsx(Index, { symbol: (_c = bill.showcaseTokenName) !== null && _c !== void 0 ? _c : bill.earnToken.symbol, size: 33 }), _jsxs(Flex, { sx: {
|
|
28
28
|
ml: '10px',
|
package/dist/scss/BondModal.scss
CHANGED