@ape.swap/bonds-sdk 1.0.30 → 1.0.32

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.
Files changed (73) hide show
  1. package/dist/cjs/index.js +141201 -0
  2. package/dist/cjs/index.js.map +1 -0
  3. package/dist/cjs/types/App.d.ts +3 -0
  4. package/dist/cjs/types/App.test.d.ts +1 -0
  5. package/dist/cjs/types/index.d.ts +1 -0
  6. package/dist/cjs/types/reportWebVitals.d.ts +3 -0
  7. package/dist/cjs/types/setupTests.d.ts +1 -0
  8. package/dist/cjs/types/theme/base.d.ts +103 -0
  9. package/dist/cjs/types/theme/colors.d.ts +88 -0
  10. package/dist/cjs/types/theme/components.d.ts +439 -0
  11. package/dist/cjs/types/theme/display.d.ts +2 -0
  12. package/dist/cjs/types/theme/index.d.ts +2 -0
  13. package/dist/cjs/types/theme/types.d.ts +10 -0
  14. package/dist/cjs/types/views/Bonds/Bonds.d.ts +7 -0
  15. package/dist/cjs/types/views/Bonds/index.d.ts +1 -0
  16. package/dist/cjs/types/views/Bonds/styles.d.ts +4 -0
  17. package/dist/cjs/types/views/Bonds/type.d.ts +33 -0
  18. package/dist/cjs/types/views/BondsWithProvider/BondsWithProvider.d.ts +3 -0
  19. package/dist/cjs/types/views/BondsWithProvider/index.d.ts +1 -0
  20. package/dist/cjs/types/views/index.d.ts +1 -0
  21. package/dist/cjs/types/wallet/ConnectionOptions.d.ts +9 -0
  22. package/dist/cjs/types/wallet/Option.d.ts +8 -0
  23. package/dist/cjs/types/wallet/config.d.ts +13 -0
  24. package/dist/cjs/types/wallet/connections.d.ts +21 -0
  25. package/dist/cjs/types/wallet/constants.d.ts +21 -0
  26. package/dist/cjs/types/wallet/injected.d.ts +2 -0
  27. package/dist/cjs/types/wallet/network.d.ts +2 -0
  28. package/dist/cjs/types/wallet/provider.d.ts +4 -0
  29. package/dist/cjs/types/wallet/wallet-connect.d.ts +2 -0
  30. package/dist/esm/index.js +141181 -0
  31. package/dist/esm/index.js.map +1 -0
  32. package/dist/esm/types/App.d.ts +3 -0
  33. package/dist/esm/types/App.test.d.ts +1 -0
  34. package/dist/esm/types/index.d.ts +1 -0
  35. package/dist/esm/types/reportWebVitals.d.ts +3 -0
  36. package/dist/esm/types/setupTests.d.ts +1 -0
  37. package/dist/esm/types/theme/base.d.ts +103 -0
  38. package/dist/esm/types/theme/colors.d.ts +88 -0
  39. package/dist/esm/types/theme/components.d.ts +439 -0
  40. package/dist/esm/types/theme/display.d.ts +2 -0
  41. package/dist/esm/types/theme/index.d.ts +2 -0
  42. package/dist/esm/types/theme/types.d.ts +10 -0
  43. package/dist/esm/types/views/Bonds/Bonds.d.ts +7 -0
  44. package/dist/esm/types/views/Bonds/index.d.ts +1 -0
  45. package/dist/esm/types/views/Bonds/styles.d.ts +4 -0
  46. package/dist/esm/types/views/Bonds/type.d.ts +33 -0
  47. package/dist/esm/types/views/BondsWithProvider/BondsWithProvider.d.ts +3 -0
  48. package/dist/esm/types/views/BondsWithProvider/index.d.ts +1 -0
  49. package/dist/esm/types/views/index.d.ts +1 -0
  50. package/dist/esm/types/wallet/ConnectionOptions.d.ts +9 -0
  51. package/dist/esm/types/wallet/Option.d.ts +8 -0
  52. package/dist/esm/types/wallet/config.d.ts +13 -0
  53. package/dist/esm/types/wallet/connections.d.ts +21 -0
  54. package/dist/esm/types/wallet/constants.d.ts +21 -0
  55. package/dist/esm/types/wallet/injected.d.ts +2 -0
  56. package/dist/esm/types/wallet/network.d.ts +2 -0
  57. package/dist/esm/types/wallet/provider.d.ts +4 -0
  58. package/dist/esm/types/wallet/wallet-connect.d.ts +2 -0
  59. package/package.json +8 -3
  60. package/dist/asset-manifest.json +0 -15
  61. package/dist/favicon.ico +0 -0
  62. package/dist/index.html +0 -1
  63. package/dist/logo192.png +0 -0
  64. package/dist/logo512.png +0 -0
  65. package/dist/manifest.json +0 -25
  66. package/dist/robots.txt +0 -3
  67. package/dist/static/css/main.f855e6bc.css +0 -2
  68. package/dist/static/css/main.f855e6bc.css.map +0 -1
  69. package/dist/static/js/453.31959e28.chunk.js +0 -2
  70. package/dist/static/js/453.31959e28.chunk.js.map +0 -1
  71. package/dist/static/js/main.8166fa54.js +0 -3
  72. package/dist/static/js/main.8166fa54.js.LICENSE.txt +0 -101
  73. package/dist/static/js/main.8166fa54.js.map +0 -1
@@ -1,101 +0,0 @@
1
- /*!
2
- * The buffer module from node.js, for the browser.
3
- *
4
- * @author Feross Aboukhadijeh <https://feross.org>
5
- * @license MIT
6
- */
7
-
8
- /*! *****************************************************************************
9
- Copyright (c) Microsoft Corporation.
10
-
11
- Permission to use, copy, modify, and/or distribute this software for any
12
- purpose with or without fee is hereby granted.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
15
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
16
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
17
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
18
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
19
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
20
- PERFORMANCE OF THIS SOFTWARE.
21
- ***************************************************************************** */
22
-
23
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
24
-
25
- /**
26
- * @license React
27
- * react-dom.production.min.js
28
- *
29
- * Copyright (c) Facebook, Inc. and its affiliates.
30
- *
31
- * This source code is licensed under the MIT license found in the
32
- * LICENSE file in the root directory of this source tree.
33
- */
34
-
35
- /**
36
- * @license React
37
- * react-jsx-runtime.production.min.js
38
- *
39
- * Copyright (c) Facebook, Inc. and its affiliates.
40
- *
41
- * This source code is licensed under the MIT license found in the
42
- * LICENSE file in the root directory of this source tree.
43
- */
44
-
45
- /**
46
- * @license React
47
- * react.production.min.js
48
- *
49
- * Copyright (c) Facebook, Inc. and its affiliates.
50
- *
51
- * This source code is licensed under the MIT license found in the
52
- * LICENSE file in the root directory of this source tree.
53
- */
54
-
55
- /**
56
- * @license React
57
- * scheduler.production.min.js
58
- *
59
- * Copyright (c) Facebook, Inc. and its affiliates.
60
- *
61
- * This source code is licensed under the MIT license found in the
62
- * LICENSE file in the root directory of this source tree.
63
- */
64
-
65
- /**
66
- * @license React
67
- * use-sync-external-store-shim.production.min.js
68
- *
69
- * Copyright (c) Facebook, Inc. and its affiliates.
70
- *
71
- * This source code is licensed under the MIT license found in the
72
- * LICENSE file in the root directory of this source tree.
73
- */
74
-
75
- /**
76
- * @license React
77
- * use-sync-external-store-shim/with-selector.production.min.js
78
- *
79
- * Copyright (c) Facebook, Inc. and its affiliates.
80
- *
81
- * This source code is licensed under the MIT license found in the
82
- * LICENSE file in the root directory of this source tree.
83
- */
84
-
85
- /**
86
- * [js-sha3]{@link https://github.com/emn178/js-sha3}
87
- *
88
- * @version 0.8.0
89
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
90
- * @copyright Chen, Yi-Cyuan 2015-2018
91
- * @license MIT
92
- */
93
-
94
- /** @license React v16.13.1
95
- * react-is.production.min.js
96
- *
97
- * Copyright (c) Facebook, Inc. and its affiliates.
98
- *
99
- * This source code is licensed under the MIT license found in the
100
- * LICENSE file in the root directory of this source tree.
101
- */