Skip to content

Commit

Permalink
feat(design)!: remove deprecated DaffFeatureComponent from @daffodil/…
Browse files Browse the repository at this point in the history
…design (#2860)

BREAKING CHANGE: DaffFeatureComponent has been removed from @daffodil/design. Use the DaffCardComponent instead.
  • Loading branch information
xelaint committed Jun 13, 2024
1 parent dc22055 commit 26f13a5
Show file tree
Hide file tree
Showing 25 changed files with 0 additions and 881 deletions.
165 changes: 0 additions & 165 deletions apps/daffio/src/app/content/pwa/pages/pwa/pwa.component.html

This file was deleted.

1 change: 0 additions & 1 deletion apps/design-land/src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const appRoutes: Routes = [
{ path: 'checkbox', loadChildren: () => import('./checkbox/checkbox.module').then(m => m.DesignLandCheckboxModule) },
{ path: 'color', loadChildren: () => import('./foundations/color/color.module').then(m => m.DesignLandColorModule) },
{ path: 'container', loadChildren: () => import('./container/container.module').then(m => m.DesignLandContainerModule) },
{ path: 'feature', loadChildren: () => import('./feature/feature.module').then(m => m.DesignLandFeatureModule) },
{ path: 'form', loadChildren: () => import('./form/form.module').then(m => m.DesignLandFormModule) },
{ path: 'hero', loadChildren: () => import('./hero/hero.module').then(m => m.DesignLandHeroModule) },
{ path: 'link-set', loadChildren: () => import('./link-set/link-set.module').then(m => m.DesignLandLinkSetModule) },
Expand Down
21 changes: 0 additions & 21 deletions apps/design-land/src/app/feature/feature-routing.module.ts

This file was deleted.

23 changes: 0 additions & 23 deletions apps/design-land/src/app/feature/feature.component.html

This file was deleted.

Empty file.
31 changes: 0 additions & 31 deletions apps/design-land/src/app/feature/feature.component.spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions apps/design-land/src/app/feature/feature.component.ts

This file was deleted.

22 changes: 0 additions & 22 deletions apps/design-land/src/app/feature/feature.module.ts

This file was deleted.

1 change: 0 additions & 1 deletion libs/design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Refer to the [Upgrade Guide](./guides/upgrading.md).
* [Backdrop](./src/molecules/backdrop/README.md)
* [Callout](./src/molecules/callout/README.md)
* [Card](./src/molecules/card/README.md)
* [Feature](./src/molecules/feature/README.md)
* [Hero](./src/molecules/hero/README.md)
* [Image Gallery](./src/molecules/image-gallery/README.md)
* [Image List](./src/molecules/image-list/README.md)
Expand Down
48 changes: 0 additions & 48 deletions libs/design/src/molecules/feature/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit 26f13a5

Please sign in to comment.