@db-ux/wc-core-components 4.10.0-esm-f121fc3 → 4.10.1
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 +8 -0
- package/dist/web-types.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @db-ux/wc-core-components
|
|
2
2
|
|
|
3
|
+
## 4.10.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- refactor: enhanced imports matrix and adjusted import path for `defineCustomElements` example in `README` - [see commit da9e96a](https://github.com/db-ux-design-system/core-web/commit/da9e96a2e8044c6586da206f39b8a9746fd05ab8)
|
|
8
|
+
|
|
9
|
+
- 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)
|
|
10
|
+
|
|
3
11
|
## 4.10.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
package/dist/web-types.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/wc-core-components",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Stencil components for @db-ux/core-components",
|
|
6
6
|
"repository": {
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"dist/"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@db-ux/core-components": "4.10.
|
|
35
|
-
"@db-ux/core-foundations": "4.10.
|
|
34
|
+
"@db-ux/core-components": "4.10.1",
|
|
35
|
+
"@db-ux/core-foundations": "4.10.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@custom-elements-manifest/analyzer": "0.11.0",
|