@widergy/energy-ui 3.63.0 → 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,17 @@
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
+
8
+ ## [3.63.1](https://github.com/widergy/energy-ui/compare/v3.63.0...v3.63.1) (2025-02-24)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fixes keyboard sizes ([#583](https://github.com/widergy/energy-ui/issues/583)) ([4e46eba](https://github.com/widergy/energy-ui/commit/4e46eba94f965bc3e87b3b0072f1eee06b801cd7))
14
+
1
15
  # [3.63.0](https://github.com/widergy/energy-ui/compare/v3.62.0...v3.63.0) (2025-02-21)
2
16
 
3
17
 
@@ -7,6 +7,10 @@ $key-shadow: #00000038;
7
7
  position: sticky;
8
8
  z-index: 1;
9
9
 
10
+ @media only screen and (orientation: portrait) and (max-width: 1200px) {
11
+ padding: 24px 8px;
12
+ }
13
+
10
14
  @media (orientation: landscape) {
11
15
  padding: 32px 16px;
12
16
  }
@@ -16,16 +20,20 @@ $key-shadow: #00000038;
16
20
  flex-direction: column;
17
21
  grid-gap: 48px;
18
22
  width: 100%;
19
-
23
+
24
+ @media only screen and (orientation: portrait) and (max-width: 1200px) {
25
+ grid-gap: 28px;
26
+ }
27
+
20
28
  @media (orientation: landscape) {
21
29
  grid-gap: 18px;
22
30
  }
23
-
31
+
24
32
  :global(.hg-row) {
25
33
  display: flex;
26
34
  grid-gap: 16px;
27
35
  justify-content: center;
28
-
36
+
29
37
  @media (orientation: landscape) {
30
38
  grid-gap: 18px;
31
39
  }
@@ -41,58 +49,66 @@ $key-shadow: #00000038;
41
49
  justify-content: center;
42
50
  max-width: 91px;
43
51
  width: 91px;
44
-
52
+
45
53
  > span {
46
54
  font-size: 50px;
47
55
  pointer-events: none;
48
56
  }
49
-
57
+
58
+ @media only screen and (orientation: portrait) and (max-width: 1200px) {
59
+ height: 96px;
60
+ }
61
+
50
62
  @media (orientation: landscape) {
51
63
  height: 92px;
52
64
  max-width: 172px;
53
65
  width: 172px;
54
-
66
+
55
67
  > span {
56
68
  font-size: 40px;
57
69
  }
58
70
  }
59
71
  }
60
72
 
61
- [data-skbtn="{alt}"],
62
- [data-skbtn="{bksp}"],
63
- [data-skbtn="{default}"],
64
- [data-skbtn="{enter}"],
65
- [data-skbtn="{lock}"],
66
- [data-skbtn="{shift}"] {
73
+ [data-skbtn='{alt}'],
74
+ [data-skbtn='{bksp}'],
75
+ [data-skbtn='{default}'],
76
+ [data-skbtn='{enter}'],
77
+ [data-skbtn='{lock}'],
78
+ [data-skbtn='{shift}'] {
67
79
  background-color: var(--light03);
68
80
  font-weight: 500;
69
81
  min-width: 117px;
70
-
82
+
71
83
  > span {
72
84
  font-size: 40px;
73
85
  }
74
-
86
+
75
87
  @media (orientation: landscape) {
76
88
  font-weight: 400;
77
89
  min-width: 254px;
78
90
  }
79
91
  }
80
-
81
- [data-skbtn="{bksp}"],
82
- [data-skbtn="{enter}"] {
92
+
93
+ [data-skbtn='{bksp}'],
94
+ [data-skbtn='{enter}'] {
83
95
  margin-left: auto;
84
96
  }
85
-
86
- [data-skbtn="{alt}"],
87
- [data-skbtn="{default}"],
88
- [data-skbtn="{lock}"],
89
- [data-skbtn="{shift}"] {
97
+
98
+ [data-skbtn='{alt}'],
99
+ [data-skbtn='{default}'],
100
+ [data-skbtn='{lock}'],
101
+ [data-skbtn='{shift}'] {
90
102
  margin-right: auto;
91
103
  }
92
-
93
- [data-skbtn="{space}"] {
104
+
105
+ [data-skbtn='{space}'] {
94
106
  min-width: 725px;
95
-
107
+
108
+ @media only screen and (orientation: portrait) and (max-width: 1200px) {
109
+ min-width: 450px;
110
+ }
111
+
96
112
  @media (orientation: landscape) {
97
113
  min-width: 1228px;
98
114
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@widergy/energy-ui",
3
- "version": "3.63.0",
3
+ "version": "3.63.2",
4
4
  "description": "Widergy Web Components",
5
5
  "author": "widergy",
6
6
  "license": "MIT",