@ape.swap/bonds-sdk 1.0.129 → 1.0.131

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.
@@ -22,7 +22,7 @@
22
22
  flex-direction: column;
23
23
  justify-content: center;
24
24
  align-items: center;
25
- background: var(--theme-ui-colors-white3);
25
+ background: var(--theme-ui-colors-white2);
26
26
  font-weight: 900;
27
27
  font-size: 16px;
28
28
  border-radius: 10px;
@@ -76,21 +76,23 @@
76
76
  .container.bondinfo-graph-container {
77
77
  display: flex;
78
78
  flex-direction: row;
79
- padding-top: 50px;
80
- padding-bottom: 50px;
79
+ padding-top: 10px;
80
+ padding-bottom: 10px;
81
81
  }
82
82
 
83
83
  .container.graph-container {
84
84
  display: flex;
85
85
  flex-direction: column;
86
86
  align-items: center;
87
- background: var(--theme-ui-colors-white3);
87
+ background: var(--theme-ui-colors-white2);
88
88
  font-weight: 900;
89
89
  font-size: 16px;
90
90
  border-radius: 10px;
91
91
  height: 100%;
92
+ width: 100%;
92
93
  padding: 10px;
93
- min-width: 700px;
94
+ min-width: 500px;
95
+ min-height: 400px;
94
96
  margin-left: 10px;
95
97
  }
96
98
 
@@ -98,13 +100,14 @@
98
100
  display: flex;
99
101
  flex-direction: column;
100
102
  align-items: center;
101
- background: var(--theme-ui-colors-white3);
103
+ background: var(--theme-ui-colors-white2);
102
104
  font-weight: 900;
103
105
  font-size: 16px;
104
106
  border-radius: 10px;
105
107
  height: 100%;
108
+ width: 100%;
106
109
  padding: 10px;
107
- min-width: 700px;
110
+ min-width: 500px;
108
111
  margin-right: 10px;
109
112
  }
110
113
 
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.129",
6
+ "version": "1.0.131",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",