@ape.swap/bonds-sdk 1.0.127 → 1.0.128

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,21 @@
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: 1500px;
83
94
  }
84
95
 
85
96
  .container.bondinfo-container {
@@ -91,8 +102,7 @@
91
102
  font-size: 16px;
92
103
  border-radius: 10px;
93
104
  height: 100%;
94
- padding-top: 10px;
95
- padding-bottom: 10px;
105
+ padding: 10px;
96
106
  }
97
107
 
98
108
  .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.128",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",