fix: expose docs via export map
This commit is contained in:
parent
11436fc01c
commit
bc2527030b
2 changed files with 7 additions and 1 deletions
5
.changeset/wicked-students-report.md
Normal file
5
.changeset/wicked-students-report.md
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@lion/ui': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
expose docs via export map
|
||||||
|
|
@ -23,7 +23,8 @@
|
||||||
"./input-iban-translations/*": "./components/input-iban/translations/*",
|
"./input-iban-translations/*": "./components/input-iban/translations/*",
|
||||||
"./input-tel-translations/*": "./components/input-tel/translations/*",
|
"./input-tel-translations/*": "./components/input-tel/translations/*",
|
||||||
"./overlays-translations/*": "./components/overlays/translations/*",
|
"./overlays-translations/*": "./components/overlays/translations/*",
|
||||||
"./validate-messages-translations/*": "./components/validate-messages/translations/*"
|
"./validate-messages-translations/*": "./components/validate-messages/translations/*",
|
||||||
|
"./docs/*": "./docs/*"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"components",
|
"components",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue