@ape.swap/bonds-sdk 1.0.141 → 1.0.143

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.
@@ -12,7 +12,7 @@ var __assign = (this && this.__assign) || function () {
12
12
  import { jsxs as _jsxs, jsx as _jsx } from "theme-ui/jsx-runtime";
13
13
  /** @jsxImportSource theme-ui */
14
14
  import React, { useEffect, useState } from 'react';
15
- import { Flex, ThemeUIProvider, Input } from 'theme-ui';
15
+ import { Flex, Input, ThemeUIProvider } from 'theme-ui';
16
16
  import { useWeb3React } from '@web3-react/core';
17
17
  import { defaultTheme } from '../../theme';
18
18
  import '../../scss/BondModal.scss';
@@ -225,6 +225,15 @@
225
225
  width: 80%;
226
226
  height: 50px;
227
227
  font-size: 22px;
228
+
229
+ Input {
230
+ border: none;
231
+ display: inline-block;
232
+
233
+ &:focus {
234
+ outline: none;
235
+ }
236
+ }
228
237
  }
229
238
 
230
239
  .input-container.token {
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.141",
6
+ "version": "1.0.143",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",