@widergy/energy-ui 3.63.1 → 3.63.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,3 +1,10 @@
1
+ ## [3.63.2](https://github.com/widergy/energy-ui/compare/v3.63.1...v3.63.2) (2025-02-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * more keyboard fixes ([#584](https://github.com/widergy/energy-ui/issues/584)) ([ca5d8ec](https://github.com/widergy/energy-ui/commit/ca5d8ec9a458d6685e34c5820cf59b43214c3e11))
7
+
1
8
  ## [3.63.1](https://github.com/widergy/energy-ui/compare/v3.63.0...v3.63.1) (2025-02-24)
2
9
 
3
10
 
@@ -8,7 +8,7 @@ $key-shadow: #00000038;
8
8
  z-index: 1;
9
9
 
10
10
  @media only screen and (orientation: portrait) and (max-width: 1200px) {
11
- padding: 36px 12px;
11
+ padding: 24px 8px;
12
12
  }
13
13
 
14
14
  @media (orientation: landscape) {
@@ -22,7 +22,7 @@ $key-shadow: #00000038;
22
22
  width: 100%;
23
23
 
24
24
  @media only screen and (orientation: portrait) and (max-width: 1200px) {
25
- grid-gap: 32px;
25
+ grid-gap: 28px;
26
26
  }
27
27
 
28
28
  @media (orientation: landscape) {
@@ -56,7 +56,7 @@ $key-shadow: #00000038;
56
56
  }
57
57
 
58
58
  @media only screen and (orientation: portrait) and (max-width: 1200px) {
59
- height: 118px;
59
+ height: 96px;
60
60
  }
61
61
 
62
62
  @media (orientation: landscape) {
@@ -106,7 +106,7 @@ $key-shadow: #00000038;
106
106
  min-width: 725px;
107
107
 
108
108
  @media only screen and (orientation: portrait) and (max-width: 1200px) {
109
- min-width: 500px;
109
+ min-width: 450px;
110
110
  }
111
111
 
112
112
  @media (orientation: landscape) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.63.1",
3
+ "version": "3.63.2",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",