We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a6935 commit 540e36bCopy full SHA for 540e36b
2 files changed
.changeset/ripe-ravens-sleep.md
@@ -0,0 +1,7 @@
1
+---
2
+'@drivenets/design-system': major
3
+'@drivenets/eslint-plugin-design-system': major
4
5
+
6
+Removed deprecated components `DsDialog` and `DsConfirm`
7
+Removed deprecation eslint rules for `DsDialog` and `DsConfirm`
packages/design-system/vitest.config.ts
@@ -23,8 +23,8 @@ export default defineConfig({
23
// deprecated components
24
'**/ds-chip/**',
25
'**/ds-chip-group/**',
26
- '**/ds-date-input/**',
27
- '**/ds-system-status/**',
+ '**/ds-date-input/**',
+ '**/ds-system-status/**',
28
],
29
thresholds: {
30
lines: 90,
0 commit comments