Export webfile component

This commit is contained in:
Arnaud 2024-11-06 20:01:10 +01:00
parent 94c29ed8a6
commit 8894bce406
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@codex-storage/marketplace-ui-components",
"version": "0.0.37",
"version": "0.0.38",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@codex-storage/marketplace-ui-components",
"version": "0.0.37",
"version": "0.0.38",
"license": "MIT",
"dependencies": {
"lucide-react": "^0.453.0"

View File

@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/codex-storage/codex-marketplace-ui-components"
},
"version": "0.0.37",
"version": "0.0.38",
"type": "module",
"scripts": {
"prepack": "npm run build",

View File

@ -21,3 +21,4 @@ export { Sheets } from "./components/Sheets/Sheets";
export { Tabs, type TabProps } from "./components/Tabs/Tabs";
export * from "./components/Stepper/useStepperReducer";
export { Modal } from "./components/Modal/Modal";
export { WebFileIcon } from "./components/WebFileIcon/WebFileIcon"