@ape.swap/bonds-sdk 1.0.664 → 1.0.666

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.
@@ -297,7 +297,6 @@ declare const components: {
297
297
  circular: {
298
298
  width: string;
299
299
  height: string;
300
- borderRadius: string;
301
300
  display: string;
302
301
  justifyContent: string;
303
302
  alignItems: string;
@@ -284,7 +284,7 @@ var components = {
284
284
  width: '40px',
285
285
  height: '40px',
286
286
  // background: 'white3',
287
- borderRadius: '50%',
287
+ // borderRadius: '50%',
288
288
  display: 'flex',
289
289
  justifyContent: 'center',
290
290
  alignItems: 'center',
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.664",
6
+ "version": "1.0.666",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",