@ape.swap/bonds-sdk 1.0.665 → 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.
@@ -5,14 +5,13 @@ import ProgressBar from "../ProgressBar/ProgressBar";
5
5
  import ProgressBarWrapper from "../ProgressBar/ProgressBarWrapper";
6
6
  import TokenInfoAndName from "../TokenInfoAndName";
7
7
  import Tooltip from "../Tooltip/Tooltip";
8
- import { Svg, TooltipBubble } from "../uikit-sdk";
8
+ import { Flex, Svg, TooltipBubble } from "../uikit-sdk";
9
9
  import { formatDollar, formatValue } from "../../utils/formatNumbers";
10
10
  import getTimePeriods from "../../utils/getTimePeriods";
11
11
  import { BLOCK_EXPLORER } from "../../config/constants/chains";
12
12
  import { useState } from "react";
13
13
  import { useNavigate } from "react-router-dom";
14
14
  import '../../scss/BondRow.scss';
15
- import { Flex } from "theme-ui";
16
15
  var BondRow = function (_a) {
17
16
  var _b, _c, _d;
18
17
  var bond = _a.bond, hotBonds = _a.hotBonds;
@@ -37,14 +37,14 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
37
37
  import { jsx as _jsx, jsxs as _jsxs } from "theme-ui/jsx-runtime";
38
38
  /** @jsxImportSource theme-ui */
39
39
  import React, { useEffect, useState } from 'react';
40
- import { Button, Flex, Input, ThemeUIProvider } from 'theme-ui';
40
+ import { Flex, Input, ThemeUIProvider } from 'theme-ui';
41
41
  import { defaultTheme } from '../../../theme';
42
42
  import getTimePeriods from '../../../utils/getTimePeriods';
43
43
  import axios from 'axios';
44
44
  import { BigNumber } from 'bignumber.js';
45
45
  import { getFirstNonZeroDigits } from '../../../utils/roundNumber';
46
46
  import { isNumber } from '../../../utils/numbers';
47
- import { TooltipBubble, Svg, ListTag } from '../../uikit-sdk';
47
+ import { TooltipBubble, Button, Svg, ListTag } from '../../uikit-sdk';
48
48
  import { TooltipText } from '../../../enum/tooltips';
49
49
  import { ethers } from 'ethers';
50
50
  import convertToTokenValue, { adjustDecimals } from "../../../utils/convertToTokenValue";
@@ -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.665",
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",