diff --git a/src/index.ts b/src/index.ts index 81ffb56b..fac297e2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,6 +16,7 @@ export type { CardProps } from './components/Card' export { default as Card } from './components/Card' export type { CalloutProps } from './components/Callout' export { default as Callout } from './components/Callout' +export { default as CatalogCard } from './components/CatalogCard' export { default as Checkbox } from './components/Checkbox' export { default as Chip } from './components/Chip' export { default as ChipList } from './components/ChipList' diff --git a/src/stories/CatlogCard.stories.tsx b/src/stories/CatlogCard.stories.tsx index 3b056a20..158d1eae 100644 --- a/src/stories/CatlogCard.stories.tsx +++ b/src/stories/CatlogCard.stories.tsx @@ -51,11 +51,6 @@ Default.args = { category: 'Messaging', description: 'The new open-source standard to sync data from applications, APIs & databases. One click deploys for data scientists and developers.', - - width: '500px', - trending: true, - featuredLabel: '', - tags: [ 'Devops', 'Deployment',