@db-ux/v-core-components 4.10.0 → 4.10.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @db-ux/v-core-components
2
2
 
3
+ ## 4.10.2
4
+
5
+ _version bump_
6
+
7
+ ## 4.10.1
8
+
9
+ ### Patch Changes
10
+
11
+ - refactor: simplify cursor-pointer SCSS mixin for inputs and fix tab-item hover/active states - [see commit 17af11f](https://github.com/db-ux-design-system/core-web/commit/17af11fb67c478534e3ee8ec44d8b3cc36623c11)
12
+
3
13
  ## 4.10.0
4
14
 
5
15
  ### Minor Changes
@@ -214,8 +224,7 @@ _version bump_
214
224
  - fix(form elements): `valid` background- and border-colors - [see commit 8f07e55](https://github.com/db-ux-design-system/core-web/commit/8f07e55f2155fcb619198857397ce354f90c4803)
215
225
 
216
226
  - fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
217
-
218
- - Now also sets aria-selected=true|false correctly which improves screen reader behaviour
227
+ - Now also sets aria-selected=true|false correctly which improves screen reader behaviour
219
228
 
220
229
  ## 4.2.1
221
230
 
package/README.md CHANGED
@@ -269,7 +269,7 @@ Contributions are very welcome, please refer to the [contribution guide](https:/
269
269
  ## Code of conduct
270
270
 
271
271
  We as members, contributors, and leaders pledge to make participation in our
272
- community a harassment-free experience for everyone – have a look at our [Contributor Covenant Code of Conduct](https://github.com/db-ux-design-system/core-web/blob/main/CODE-OF-CONDUCT.md).
272
+ community a harassment-free experience for everyone – have a look at our [Contributor Covenant Code of Conduct](https://github.com/db-ux-design-system/.github/blob/main/CODE-OF-CONDUCT.md).
273
273
 
274
274
  ## License
275
275
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/v-core-components",
3
- "version": "4.10.0",
3
+ "version": "4.10.2",
4
4
  "type": "module",
5
5
  "description": "Vue components for @db-ux/core-components",
6
6
  "repository": {
@@ -28,21 +28,21 @@
28
28
  "dist/"
29
29
  ],
30
30
  "dependencies": {
31
- "@db-ux/core-components": "4.10.0",
32
- "@db-ux/core-foundations": "4.10.0"
31
+ "@db-ux/core-components": "4.10.2",
32
+ "@db-ux/core-foundations": "4.10.2"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@playwright/experimental-ct-vue": "1.60.0",
36
36
  "@vitejs/plugin-vue": "6.0.7",
37
- "@vue/compiler-dom": "3.5.34",
37
+ "@vue/compiler-dom": "3.5.35",
38
38
  "cpr": "3.0.1",
39
39
  "npm-run-all2": "9.0.1",
40
40
  "replace-in-file": "8.4.0",
41
- "tsx": "4.22.3",
41
+ "tsx": "4.22.4",
42
42
  "typescript": "5.9.3",
43
- "vite": "8.0.14",
44
- "vue": "3.5.34",
45
- "vue-tsc": "3.3.2"
43
+ "vite": "8.0.16",
44
+ "vue": "3.5.35",
45
+ "vue-tsc": "3.3.3"
46
46
  },
47
47
  "publishConfig": {
48
48
  "registry": "https://registry.npmjs.org/",