Skip to content

Commit 3d52b1a

Browse files
authored
feat(widgets): export Skeleton on a narrow subpath (#8587)
1 parent f89d6bd commit 3d52b1a

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.changeset/small-pans-divide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/widgets': patch
3+
---
4+
5+
Added `@hyperlane-xyz/widgets/animations/*` subpath exports.

typescript/widgets/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
"default": "./dist/index.js"
2424
},
2525
"./styles.css": "./dist/styles.css",
26+
"./animations/*": {
27+
"types": "./dist/animations/*.d.ts",
28+
"default": "./dist/animations/*.js"
29+
},
2630
"./chains/*": {
2731
"types": "./dist/chains/*.d.ts",
2832
"default": "./dist/chains/*.js"

0 commit comments

Comments
 (0)