@ape.swap/bonds-sdk 1.0.124 → 1.0.125

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.
@@ -1,5 +1,5 @@
1
1
  /** @jsxImportSource theme-ui */
2
2
  import React from 'react';
3
- import '../../scss/bondsingle.scss';
3
+ import '../../scss/bondmodal.scss';
4
4
  declare const BondSingle: React.FC;
5
5
  export default BondSingle;
@@ -12,17 +12,17 @@ var __assign = (this && this.__assign) || function () {
12
12
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "theme-ui/jsx-runtime";
13
13
  /** @jsxImportSource theme-ui */
14
14
  import { useEffect, useState } from 'react';
15
- import { Flex, ThemeUIProvider } from "theme-ui";
16
- import axios from "axios";
17
- import { useWeb3React } from "@web3-react/core";
15
+ import { Flex, ThemeUIProvider, Input } from 'theme-ui';
16
+ import { useWeb3React } from '@web3-react/core';
18
17
  import { defaultTheme } from '../../theme';
19
- import '../../scss/bondsingle.scss';
20
- import { useParams } from 'react-router-dom';
18
+ import '../../scss/bondmodal.scss';
21
19
  import getTimePeriods from '../../utils/getTimePeriods';
22
20
  import { Button } from '../uikit/Button';
23
- import { Input, Svg } from '../uikit';
24
- import BigNumber from 'bignumber.js';
21
+ import Svg from '../uikit/Svg';
22
+ import axios from 'axios';
23
+ import { BigNumber } from 'bignumber.js';
25
24
  import { getFirstNonZeroDigits } from '../../utils/roundNumber';
25
+ import { useParams } from 'react-router-dom';
26
26
  var BondSingle = function (_a) {
27
27
  // make pages for modal and single bond page
28
28
  // make button to buy bond
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.124",
6
+ "version": "1.0.125",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",