@hyperbridge/ui 0.0.16 → 0.0.17
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/dist/index.mjs +2 -2
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -3174,11 +3174,11 @@ var Route = makeEntry({
|
|
|
3174
3174
|
name: "Route"
|
|
3175
3175
|
});
|
|
3176
3176
|
var Rate = makeEntry({
|
|
3177
|
-
icon: ({ size }) => /* @__PURE__ */ jsx33(
|
|
3177
|
+
icon: ({ size }) => /* @__PURE__ */ jsx33(ArrowBottomTop_default, { width: size }),
|
|
3178
3178
|
name: "Rate"
|
|
3179
3179
|
});
|
|
3180
3180
|
var Fee = makeEntry({
|
|
3181
|
-
icon: ({ size }) => /* @__PURE__ */ jsx33(
|
|
3181
|
+
icon: ({ size }) => /* @__PURE__ */ jsx33(Gas_default, { width: size }),
|
|
3182
3182
|
name: "Fee"
|
|
3183
3183
|
});
|
|
3184
3184
|
var ETA = makeEntry({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperbridge/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"typescript": "5.8.3",
|
|
34
34
|
"vite": "^6.3.4",
|
|
35
35
|
"vitest": "^3.1.2",
|
|
36
|
-
"@repo/
|
|
37
|
-
"@repo/
|
|
36
|
+
"@repo/eslint-config": "0.0.0",
|
|
37
|
+
"@repo/typescript-config": "0.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@radix-ui/react-dialog": "^1.1.14",
|