@db-ux/v-core-components 4.0.1 → 4.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # @db-ux/v-core-components
2
2
 
3
+ ## 4.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(card): Remove the obsolete but harmful declaration regarding wrapping button and link styles. - [see commit 797a114](https://github.com/db-ux-design-system/core-web/commit/797a114d7abc680667276f8ffc2f7f4482d89d3e)
8
+
9
+ - Set border of select, textarea, custom select and input to corresponding color when in/valid state is set. - [see commit 797a114](https://github.com/db-ux-design-system/core-web/commit/797a114d7abc680667276f8ffc2f7f4482d89d3e)
10
+
3
11
  ## 4.0.1
4
12
 
5
13
  _version bump_
6
14
 
7
-
8
15
  ## 4.0.0
9
16
 
10
17
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/v-core-components",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "type": "module",
5
5
  "description": "Vue components for @db-ux/core-components",
6
6
  "repository": {
@@ -41,12 +41,12 @@
41
41
  "test:components:ui": "playwright test --config playwright.config.ts --ui"
42
42
  },
43
43
  "devDependencies": {
44
- "@playwright/experimental-ct-vue": "1.55.1",
44
+ "@playwright/experimental-ct-vue": "1.56.0",
45
45
  "@vitejs/plugin-vue": "6.0.1",
46
46
  "replace-in-file": "8.3.0",
47
47
  "tsx": "4.20.6",
48
48
  "typescript": "5.9.3",
49
- "vite": "7.1.9",
49
+ "vite": "7.1.10",
50
50
  "vue": "3.5.22",
51
51
  "vue-tsc": "3.1.1"
52
52
  },
@@ -57,7 +57,7 @@
57
57
  "sideEffects": false,
58
58
  "source": "src/index.ts",
59
59
  "dependencies": {
60
- "@db-ux/core-components": "4.0.1",
61
- "@db-ux/core-foundations": "4.0.1"
60
+ "@db-ux/core-components": "4.0.2",
61
+ "@db-ux/core-foundations": "4.0.2"
62
62
  }
63
63
  }