Skip to content

Commit

Permalink
TP-1334: export additional components (#140)
Browse files Browse the repository at this point in the history
* chore(): export additional components

* chore(package): bump version

---------

Co-authored-by: Nick Hellemans <[email protected]>
  • Loading branch information
nckhell and Nick Hellemans authored Mar 29, 2024
1 parent 4e9ab26 commit c82f147
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@awell-health/ui-library",
"version": "0.1.53",
"version": "0.1.54",
"private": false,
"description": "UI components to integrate with Awell Health",
"repository": {
Expand Down Expand Up @@ -193,4 +193,4 @@
]
},
"homepage": "https://github.com/awell-health/ui-library#readme"
}
}
9 changes: 6 additions & 3 deletions src/hostedPages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export { WizardForm } from './activities/wizardForm'
export { CalDotcomActivity } from './activities/scheduling'
export { CloudinaryUpload } from './activities/cloudinary'
export { CloudinarySingleFileUpload } from './activities/cloudinary'
export { HostedPageLayout } from './layouts/HostedPageLayout'
export { CloseButton } from './layouts/HostedPageLayout'
export { LoadActivityPlaceholder } from './layouts/HostedPageLayout/LoadActivityPlaceholder'
export {
HostedPageLayout,
CloseButton,
HostedPageFooter,
LoadActivityPlaceholder,
} from './layouts/HostedPageLayout'
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ export {
CloseButton,
CloudinaryUpload,
CloudinarySingleFileUpload,
HostedPageFooter,
LoadActivityPlaceholder,
} from './hostedPages'

export {
Expand Down

0 comments on commit c82f147

Please sign in to comment.