@db-ux/core-components 4.3.2-consolidation-7549d9f → 4.3.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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @db-ux/core-components
2
2
 
3
+ ## 4.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: rendering issue with drawer and sub-navigation when user has `prefers-reduced-motion: reduce` - [see commit cd23ff2](https://github.com/db-ux-design-system/core-web/commit/cd23ff2da5fa8a11121c3195467b4b4c0ab2ebb6)
8
+
3
9
  ## 4.3.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-components",
3
- "version": "4.3.2-consolidation-7549d9f",
3
+ "version": "4.3.2",
4
4
  "type": "module",
5
5
  "description": "General technical components (styling, fonts and icons) out of DB UX Design System (Version 3)",
6
6
  "repository": {
@@ -49,13 +49,13 @@
49
49
  "start": "nodemon --watch src --watch scripts --watch scripts --ext js,tsx,ts,scss,json --exec \"npm run build\""
50
50
  },
51
51
  "dependencies": {
52
- "@db-ux/core-foundations": "4.3.2-consolidation-7549d9f"
52
+ "@db-ux/core-foundations": "4.3.2"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@builder.io/eslint-plugin-mitosis": "0.0.17",
56
56
  "@builder.io/mitosis": "0.13.0",
57
57
  "@builder.io/mitosis-cli": "0.13.0",
58
- "@typescript-eslint/eslint-plugin": "8.53.0",
58
+ "@typescript-eslint/eslint-plugin": "8.53.1",
59
59
  "cpr": "3.0.1",
60
60
  "cssnano": "7.1.2",
61
61
  "hygen": "6.2.11",