@ape.swap/bonds-sdk 1.0.127 → 1.0.129

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