@ape.swap/bonds-sdk 6.0.5 → 6.0.6

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,7 +1,6 @@
1
1
  import { jsx } from 'theme-ui/jsx-runtime';
2
2
 
3
3
  const ShortSupply = ({ color = '#FCA384', width }) => {
4
- console.log('asd!');
5
4
  return (jsx("svg", { width: width || '19', height: width || '19', viewBox: "0 0 19 11", xmlns: "http://www.w3.org/2000/svg", children: jsx("path", { d: "M8.84452 0H9.24806L9.25514 0.000937879C9.3675 0.0152278 9.58589 0.0142304 9.71451 0.0234738C10.0504 0.0467924 10.3846 0.0889613 10.7157 0.149782C12.8006 0.534942 14.5692 1.6663 15.8757 3.33039C16.9772 4.73318 17.7527 6.4995 17.9577 8.27854C17.9935 8.63219 18.0159 9.00236 17.9863 9.35703C17.9715 9.53306 17.8323 9.87198 17.6886 9.97431C17.3251 10.2333 16.8271 10.1913 16.3984 10.1939L15.1321 10.197L10.972 10.2144L10.0997 10.2156C10.0449 10.2157 9.78061 10.2133 9.74156 10.221H1.06075C1.01539 10.2118 0.91833 10.2102 0.870703 10.2073C0.448318 10.181 0.0817454 9.98548 0.0184578 9.53153C0.00963163 9.46824 0.00729026 9.40284 0 9.33892V9.0231C0.00581431 8.99235 0.00690649 8.90775 0.00842751 8.87355C0.0122721 8.7797 0.0176132 8.68584 0.0244488 8.59212C0.0456951 8.31235 0.0796731 8.03367 0.126277 7.7569C0.401197 6.10711 1.07857 4.47226 2.11625 3.15633C3.43637 1.48223 5.2216 0.479963 7.31769 0.137084C7.64716 0.0837073 7.97899 0.046118 8.31197 0.0244458C8.41699 0.0179982 8.52207 0.013006 8.62721 0.00947067C8.68687 0.0076344 8.78174 0.00789184 8.83814 0.000858906L8.84452 0ZM10.6901 8.52487C10.944 8.3484 11.1373 7.98626 11.1919 7.68416C11.2584 7.31775 11.1766 6.93999 10.9646 6.63393C10.7533 6.33053 10.4302 6.12352 10.0662 6.05847C9.95109 6.03803 9.74444 6.02414 9.62998 6.04687C9.47328 6.07798 9.45739 6.07499 9.29279 6.06036L4.93606 5.67937L3.74433 5.57531C3.65862 5.56802 3.32899 5.53347 3.26352 5.53975C2.98302 5.59685 2.90602 5.94018 3.14158 6.09598C3.23922 6.16056 3.44382 6.22446 3.55742 6.2718L4.70304 6.74348L8.77676 8.41297C8.87291 8.4522 8.90775 8.50063 8.98794 8.55945C9.10617 8.64565 9.23696 8.71302 9.37573 8.75922C9.61741 8.83942 9.87638 8.85224 10.1248 8.79648C10.3037 8.75666 10.473 8.68195 10.6229 8.57649C10.6368 8.56654 10.6804 8.53559 10.6901 8.52487Z", fill: color }) }));
6
5
  };
7
6
 
@@ -1 +1 @@
1
- {"version":3,"file":"ShortSupply.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/ShortSupply.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\n\nconst ShortSupply: React.FC<SvgProps> = ({ color = '#FCA384', width }) => {\n console.log('asd!')\n return (\n <svg width={width || '19'} height={width || '19'} viewBox=\"0 0 19 11\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M8.84452 0H9.24806L9.25514 0.000937879C9.3675 0.0152278 9.58589 0.0142304 9.71451 0.0234738C10.0504 0.0467924 10.3846 0.0889613 10.7157 0.149782C12.8006 0.534942 14.5692 1.6663 15.8757 3.33039C16.9772 4.73318 17.7527 6.4995 17.9577 8.27854C17.9935 8.63219 18.0159 9.00236 17.9863 9.35703C17.9715 9.53306 17.8323 9.87198 17.6886 9.97431C17.3251 10.2333 16.8271 10.1913 16.3984 10.1939L15.1321 10.197L10.972 10.2144L10.0997 10.2156C10.0449 10.2157 9.78061 10.2133 9.74156 10.221H1.06075C1.01539 10.2118 0.91833 10.2102 0.870703 10.2073C0.448318 10.181 0.0817454 9.98548 0.0184578 9.53153C0.00963163 9.46824 0.00729026 9.40284 0 9.33892V9.0231C0.00581431 8.99235 0.00690649 8.90775 0.00842751 8.87355C0.0122721 8.7797 0.0176132 8.68584 0.0244488 8.59212C0.0456951 8.31235 0.0796731 8.03367 0.126277 7.7569C0.401197 6.10711 1.07857 4.47226 2.11625 3.15633C3.43637 1.48223 5.2216 0.479963 7.31769 0.137084C7.64716 0.0837073 7.97899 0.046118 8.31197 0.0244458C8.41699 0.0179982 8.52207 0.013006 8.62721 0.00947067C8.68687 0.0076344 8.78174 0.00789184 8.83814 0.000858906L8.84452 0ZM10.6901 8.52487C10.944 8.3484 11.1373 7.98626 11.1919 7.68416C11.2584 7.31775 11.1766 6.93999 10.9646 6.63393C10.7533 6.33053 10.4302 6.12352 10.0662 6.05847C9.95109 6.03803 9.74444 6.02414 9.62998 6.04687C9.47328 6.07798 9.45739 6.07499 9.29279 6.06036L4.93606 5.67937L3.74433 5.57531C3.65862 5.56802 3.32899 5.53347 3.26352 5.53975C2.98302 5.59685 2.90602 5.94018 3.14158 6.09598C3.23922 6.16056 3.44382 6.22446 3.55742 6.2718L4.70304 6.74348L8.77676 8.41297C8.87291 8.4522 8.90775 8.50063 8.98794 8.55945C9.10617 8.64565 9.23696 8.71302 9.37573 8.75922C9.61741 8.83942 9.87638 8.85224 10.1248 8.79648C10.3037 8.75666 10.473 8.68195 10.6229 8.57649C10.6368 8.56654 10.6804 8.53559 10.6901 8.52487Z\"\n fill={color}\n />\n </svg>\n )\n}\n\nexport default ShortSupply\n"],"names":["_jsx"],"mappings":";;AAGA,MAAM,WAAW,GAAuB,CAAC,EAAE,KAAK,GAAG,SAAS,EAAE,KAAK,EAAE,KAAI;AACvE,IAAA,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC;AACnB,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,4BAA4B,EAAA,QAAA,EACtGA,cACE,CAAC,EAAC,ivDAAivD,EACnvD,IAAI,EAAE,KAAK,EAAA,CACX,EAAA,CACE;AAEV;;;;"}
1
+ {"version":3,"file":"ShortSupply.js","sources":["../../../../../src/components/uikit-sdk/Svg/Icons/ShortSupply.tsx"],"sourcesContent":["import React from 'react'\nimport { SvgProps } from './types'\n\nconst ShortSupply: React.FC<SvgProps> = ({ color = '#FCA384', width }) => {\n return (\n <svg width={width || '19'} height={width || '19'} viewBox=\"0 0 19 11\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M8.84452 0H9.24806L9.25514 0.000937879C9.3675 0.0152278 9.58589 0.0142304 9.71451 0.0234738C10.0504 0.0467924 10.3846 0.0889613 10.7157 0.149782C12.8006 0.534942 14.5692 1.6663 15.8757 3.33039C16.9772 4.73318 17.7527 6.4995 17.9577 8.27854C17.9935 8.63219 18.0159 9.00236 17.9863 9.35703C17.9715 9.53306 17.8323 9.87198 17.6886 9.97431C17.3251 10.2333 16.8271 10.1913 16.3984 10.1939L15.1321 10.197L10.972 10.2144L10.0997 10.2156C10.0449 10.2157 9.78061 10.2133 9.74156 10.221H1.06075C1.01539 10.2118 0.91833 10.2102 0.870703 10.2073C0.448318 10.181 0.0817454 9.98548 0.0184578 9.53153C0.00963163 9.46824 0.00729026 9.40284 0 9.33892V9.0231C0.00581431 8.99235 0.00690649 8.90775 0.00842751 8.87355C0.0122721 8.7797 0.0176132 8.68584 0.0244488 8.59212C0.0456951 8.31235 0.0796731 8.03367 0.126277 7.7569C0.401197 6.10711 1.07857 4.47226 2.11625 3.15633C3.43637 1.48223 5.2216 0.479963 7.31769 0.137084C7.64716 0.0837073 7.97899 0.046118 8.31197 0.0244458C8.41699 0.0179982 8.52207 0.013006 8.62721 0.00947067C8.68687 0.0076344 8.78174 0.00789184 8.83814 0.000858906L8.84452 0ZM10.6901 8.52487C10.944 8.3484 11.1373 7.98626 11.1919 7.68416C11.2584 7.31775 11.1766 6.93999 10.9646 6.63393C10.7533 6.33053 10.4302 6.12352 10.0662 6.05847C9.95109 6.03803 9.74444 6.02414 9.62998 6.04687C9.47328 6.07798 9.45739 6.07499 9.29279 6.06036L4.93606 5.67937L3.74433 5.57531C3.65862 5.56802 3.32899 5.53347 3.26352 5.53975C2.98302 5.59685 2.90602 5.94018 3.14158 6.09598C3.23922 6.16056 3.44382 6.22446 3.55742 6.2718L4.70304 6.74348L8.77676 8.41297C8.87291 8.4522 8.90775 8.50063 8.98794 8.55945C9.10617 8.64565 9.23696 8.71302 9.37573 8.75922C9.61741 8.83942 9.87638 8.85224 10.1248 8.79648C10.3037 8.75666 10.473 8.68195 10.6229 8.57649C10.6368 8.56654 10.6804 8.53559 10.6901 8.52487Z\"\n fill={color}\n />\n </svg>\n )\n}\n\nexport default ShortSupply\n"],"names":["_jsx"],"mappings":";;AAGA,MAAM,WAAW,GAAuB,CAAC,EAAE,KAAK,GAAG,SAAS,EAAE,KAAK,EAAE,KAAI;AACvE,IAAA,QACEA,GAAA,CAAA,KAAA,EAAA,EAAK,KAAK,EAAE,KAAK,IAAI,IAAI,EAAE,MAAM,EAAE,KAAK,IAAI,IAAI,EAAE,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,4BAA4B,EAAA,QAAA,EACtGA,cACE,CAAC,EAAC,ivDAAivD,EACnvD,IAAI,EAAE,KAAK,EAAA,CACX,EAAA,CACE;AAEV;;;;"}
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": "6.0.5",
6
+ "version": "6.0.6",
7
7
  "module": "dist/main.js",
8
8
  "type": "module",
9
9
  "types": "dist/main.d.ts",