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

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,17 +20,11 @@ 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-container", 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-gradient", 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
- } }), _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
- ml: '10px',
29
- fontSize: '16px',
30
- fontWeight: 700,
31
- width: '100%',
32
- flexDirection: 'column',
33
- }, children: [(_d = bill.showcaseTokenName) !== null && _d !== void 0 ? _d : bill.earnToken.symbol, vestEnds && (_jsx(Flex, { sx: { fontSize: '12px', fontWeight: 400, opacity: 0.6, lineHeight: '14px' }, children: vestEnds }))] })] }), _jsxs(Flex, { children: [_jsx(Flex, { sx: { width: '25px' } }), _jsx(Flex, { sx: {
27
+ } }), _jsxs(Flex, { className: "tokeninfoname tokencontainer", children: [_jsx(Index, { symbol: (_c = bill.showcaseTokenName) !== null && _c !== void 0 ? _c : bill.earnToken.symbol, size: 33 }), _jsxs(Flex, { className: "tokeninfoname tokenname", children: [(_d = bill.showcaseTokenName) !== null && _d !== void 0 ? _d : bill.earnToken.symbol, vestEnds && (_jsx(Flex, { sx: { fontSize: '12px', fontWeight: 400, opacity: 0.6, lineHeight: '14px' }, children: vestEnds }))] })] }), _jsxs(Flex, { children: [_jsx(Flex, { sx: { width: '25px' } }), _jsx(Flex, { sx: {
34
28
  ml: '10px',
35
29
  display: ['none', 'none', 'none', 'flex'],
36
30
  minWidth: '70px',
@@ -1,4 +1,4 @@
1
- .tokeninfoname-container {
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-gradient {
29
+ .tokeninfoname.gradient {
30
30
  position: absolute;
31
31
  z-index: 0;
32
32
  left: 0px;
@@ -35,11 +35,26 @@
35
35
  filter: blur(35px);
36
36
  }
37
37
 
38
- .tokeninfoname-chain {
38
+ .tokeninfoname.chain {
39
39
  position: absolute;
40
40
  left: 0px;
41
41
  top: 0px;
42
42
  overflow: hidden;
43
43
  border-radius: 10px 0px 8px 0px;
44
44
  z-index: 5;
45
+ }
46
+
47
+ .tokeninfoname.tokencontainer {
48
+ padding-left: 6px;
49
+ width: 100%;
50
+ max-width: 170px;
51
+ align-items: center;
52
+ }
53
+
54
+ .tokeninfoname.tokenname {
55
+ margin-left: 10px;
56
+ font-size: 16px;
57
+ font-weight: 700;
58
+ width: 100%;
59
+ flex-direction: column;
45
60
  }
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.13",
6
+ "version": "1.0.78-2.test.15",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",