Skip to content

Commit

Permalink
feat(design)!: remove examples API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This removes the ComponentExampleWithModule and ComponentExample that were
unintentionally exported from `@daffodil/design`. These types
were never meant to be used by consumers.
  • Loading branch information
damienwebdev committed Jul 29, 2024
1 parent 6fdd2cc commit 5b7c987
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
14 changes: 0 additions & 14 deletions libs/design/src/examples/examples.ts

This file was deleted.

4 changes: 0 additions & 4 deletions libs/design/src/examples/public_api.ts

This file was deleted.

3 changes: 0 additions & 3 deletions libs/design/src/public_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@ export * from './atoms/form/form-label/public_api';

// Core
export * from './core/public_api';

// Examples
export * from './examples/public_api';

0 comments on commit 5b7c987

Please sign in to comment.