@ape.swap/bonds-sdk 1.0.9 → 1.0.10

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,2 +1,7 @@
1
- declare const Bonds: () => import("theme-ui/jsx-runtime").JSX.Element;
1
+ /** @jsxImportSource theme-ui */
2
+ import React from 'react';
3
+ interface BondsProps {
4
+ connectionString?: string;
5
+ }
6
+ declare const Bonds: React.FC<BondsProps>;
2
7
  export default Bonds;
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import { ButtonProps as ButtonProps$1, TextProps as TextProps$1 } from 'theme-ui';
3
- import * as theme_ui_jsx_runtime from 'theme-ui/jsx-runtime';
4
3
 
5
4
  declare enum sizes$1 {
6
5
  SMALL = "sm",
@@ -83,6 +82,11 @@ declare const Dropdown: React.FC<DropdownProps>;
83
82
 
84
83
  declare const DropdownItem: React.FC<DropdownItemProps>;
85
84
 
86
- declare const Bonds: () => theme_ui_jsx_runtime.JSX.Element;
85
+ /** @jsxImportSource theme-ui */
86
+
87
+ interface BondsProps {
88
+ connectionString?: string;
89
+ }
90
+ declare const Bonds: React.FC<BondsProps>;
87
91
 
88
92
  export { Bonds, Button, Dropdown, DropdownItem, Flex, Text };
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.9",
6
+ "version": "1.0.10",
7
7
  "main": "dist/cjs/index.js",
8
8
  "module": "dist/esm/index.js",
9
9
  "files": [