@ape.swap/bonds-sdk 1.0.78-2.test.11 → 1.0.78-2.test.13

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-border", children: [_jsx(Flex, { className: "tokeninfoname-chain", sx: {
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-bordergradient", sx: {
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',
@@ -100,7 +100,7 @@
100
100
  display: flex;
101
101
  flex-direction: row;
102
102
  align-items: center;
103
- padding-left: 20px;
103
+ padding-left: 10px;
104
104
  }
105
105
 
106
106
  .title-container.bondname-small {
@@ -1,4 +1,4 @@
1
- .tokeninfoname-border {
1
+ .tokeninfoname-container {
2
2
  width: 100%;
3
3
  position: relative;
4
4
  justify-content: space-between;
@@ -26,7 +26,7 @@
26
26
  }
27
27
  }
28
28
 
29
- .tokeninfoname-bordergradient {
29
+ .tokeninfoname-gradient {
30
30
  position: absolute;
31
31
  z-index: 0;
32
32
  left: 0px;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "1.0.78-2.test.11",
6
+ "version": "1.0.78-2.test.13",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",