@odx/ui 4.3.4 → 4.3.5

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,11 @@
1
1
  # @odx/ui
2
2
 
3
+ ## 4.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - cbe8a30: fixed default max-width for select, added documentation
8
+
3
9
  ## 4.3.4
4
10
 
5
11
  ### Patch Changes
package/core-theme.css CHANGED
@@ -6099,7 +6099,7 @@ html body .odx-fs-italic {
6099
6099
 
6100
6100
  :root {
6101
6101
  --odx-select-max-height: 220px;
6102
- --odx-select-max-width: 350px;
6102
+ --odx-select-max-width: 100%;
6103
6103
  }
6104
6104
 
6105
6105
  .odx-select__trigger {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@odx/ui",
3
- "version": "4.3.4",
3
+ "version": "4.3.5",
4
4
  "author": "Drägerwerk AG & Co.KGaA",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "peerDependencies": {
@@ -6,7 +6,7 @@
6
6
 
7
7
  :root {
8
8
  --odx-select-max-height: 220px;
9
- --odx-select-max-width: 350px;
9
+ --odx-select-max-width: 100%;
10
10
  }
11
11
 
12
12
  .odx-select {