@rango-dev/ui 0.1.16-next.9 → 0.3.0
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.
- package/CHANGELOG.md +18 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
# [0.3.0](https://github.com/rango-exchange/rango-client/compare/ui@0.2.0...ui@0.3.0) (2023-05-30)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
# [0.2.0](https://github.com/rango-exchange/rango-client/compare/ui@0.1.15...ui@0.2.0) (2023-05-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* deleted consoles ([5fef4b9](https://github.com/rango-exchange/rango-client/commit/5fef4b912510ee2e1f0b4fe107140761e63c3ca8))
|
|
11
|
+
* fix wallet adapter demo build ([43a3beb](https://github.com/rango-exchange/rango-client/commit/43a3bebb50ce10e7e72944f5465c0c66d01e265d))
|
|
12
|
+
* fix widget ui build ([c3b5900](https://github.com/rango-exchange/rango-client/commit/c3b590058d3bd35b58ac053d1eb25b55e7e1b107))
|
|
13
|
+
* images and preview of confirm swap, completed ([5da81f4](https://github.com/rango-exchange/rango-client/commit/5da81f4a76dda4d76f794d7042c9e39d8846e3ba))
|
|
14
|
+
* Some functions were transferred to helper ([7d5756f](https://github.com/rango-exchange/rango-client/commit/7d5756fc476728e84b16300102918542520983a7))
|
|
15
|
+
* theme.ts was broken on some build tools like webpack ([8577d21](https://github.com/rango-exchange/rango-client/commit/8577d218b5b6a1e91aef40d0671578e72f396b03))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
## [0.1.14](https://github.com/rango-exchange/rango-client/compare/ui@0.1.13...ui@0.1.14) (2023-05-15)
|
|
2
20
|
|
|
3
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
],
|
|
12
12
|
"scripts": {
|
|
13
13
|
"dev": "yarn bundle --watch",
|
|
14
|
-
"bundle": "esbuild src/index.ts --bundle --minify --keep-names --sourcemap --outdir=dist --platform=node --format=esm --packages=external",
|
|
15
14
|
"build": "node ../../scripts/build/command.mjs --path widget/ui",
|
|
16
15
|
"type-checking": "tsc --declaration --emitDeclarationOnly",
|
|
17
16
|
"storybook": "storybook dev -p 3000",
|
|
@@ -57,7 +56,7 @@
|
|
|
57
56
|
"@radix-ui/react-radio-group": "^1.1.1",
|
|
58
57
|
"@radix-ui/react-switch": "^1.0.1",
|
|
59
58
|
"@radix-ui/react-tooltip": "^1.0.2",
|
|
60
|
-
"@rango-dev/wallets-shared": "^0.
|
|
59
|
+
"@rango-dev/wallets-shared": "^0.3.0",
|
|
61
60
|
"@stitches/react": "^1.2.8",
|
|
62
61
|
"@types/react-color": "^3.0.6",
|
|
63
62
|
"rango-sdk": "^0.1.29",
|