We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89d6bd commit 3d52b1aCopy full SHA for 3d52b1a
2 files changed
.changeset/small-pans-divide.md
@@ -0,0 +1,5 @@
1
+---
2
+'@hyperlane-xyz/widgets': patch
3
4
+
5
+Added `@hyperlane-xyz/widgets/animations/*` subpath exports.
typescript/widgets/package.json
@@ -23,6 +23,10 @@
23
"default": "./dist/index.js"
24
},
25
"./styles.css": "./dist/styles.css",
26
+ "./animations/*": {
27
+ "types": "./dist/animations/*.d.ts",
28
+ "default": "./dist/animations/*.js"
29
+ },
30
"./chains/*": {
31
"types": "./dist/chains/*.d.ts",
32
"default": "./dist/chains/*.js"
0 commit comments