Skip to content

Commit

Permalink
Add missing export entry for input component
Browse files Browse the repository at this point in the history
  • Loading branch information
jeannemas committed Apr 8, 2024
1 parent 73170d2 commit 8bdb323
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-students-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@jeanne-mas/svelte-ui': patch
---

Added missing export entry for input component
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
"types": "./dist/components/container/index.d.ts",
"svelte": "./dist/components/container/index.js"
},
"./components/input": {
"types": "./dist/components/input/index.d.ts",
"svelte": "./dist/components/input/index.js"
},
"./package.json": "./package.json",
"./transition/flyAndScale": {
"types": "./dist/transition/flyAndScale.d.ts",
Expand Down

0 comments on commit 8bdb323

Please sign in to comment.