@ape.swap/bonds-sdk 1.0.541 → 1.0.542

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,6 @@
1
+ import React from 'react';
1
2
  declare const NetworkFilter: ({ chainFilterOption, setChainFilterOption, }: {
2
3
  chainFilterOption: string[];
3
4
  setChainFilterOption: (newValue: string[]) => void;
4
- }) => import("react").JSX.Element;
5
+ }) => React.JSX.Element;
5
6
  export default NetworkFilter;
@@ -9,9 +9,9 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
9
9
  };
10
10
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "theme-ui/jsx-runtime";
11
11
  import { useState } from 'react';
12
- import { Flex, Svg, Text } from '../uikit-sdk';
12
+ import { Flex, Svg, Text } from '../../components/uikit-sdk';
13
13
  import { MAINNET_CHAINS, NETWORK_ICONS, NETWORK_LABEL } from '../../config/constants/chains';
14
- import Checkbox from '../uikit-sdk/Checkbox';
14
+ import Checkbox from '../../components/uikit-sdk/Checkbox';
15
15
  var NetworkFilter = function (_a) {
16
16
  var chainFilterOption = _a.chainFilterOption, setChainFilterOption = _a.setChainFilterOption;
17
17
  var _b = useState(false), isOpen = _b[0], setIsOpen = _b[1];
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.541",
6
+ "version": "1.0.542",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",