Skip to content

Commit

Permalink
🔥 vue-dash: Remove PageCard (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
deraw authored Apr 30, 2021
1 parent d2c32f2 commit 66f63e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@
### Vue Dash

- ♻️ **Refactoring**
- **template:** Utilisation du composant `PageContainer` à la place de `PageCard` ([#1069](https://github.com/assurance-maladie-digital/design-system/pull/1069))
- **template:** Utilisation du composant `PageContainer` à la place de `PageCard` ([#1069](https://github.com/assurance-maladie-digital/design-system/pull/1069)) ([d2c32f2](https://github.com/assurance-maladie-digital/design-system/commit/d2c32f21db04c2e77f04f63569dee038a2785dc7))

- 🔥 **Suppressions**
- **config:** Suppression du composant `PageCard` pour le tree-shaking de VueDot ([#1070](https://github.com/assurance-maladie-digital/design-system/pull/1070))

### Interne

Expand Down
1 change: 0 additions & 1 deletion packages/vue-cli-plugin-vue-dash/vueDotLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ const componentMap = {
DialogBox: 'elements',
DownloadBtn: 'elements',
HeaderLoading: 'elements',
PageCard: 'elements',
PageContainer: 'elements',
// Patterns
DataListGroup: 'patterns',
Expand Down

0 comments on commit 66f63e7

Please sign in to comment.