@openui5/themelib_sap_horizon 1.108.26 → 1.108.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.108.26",
3
+ "version": "1.108.27",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.108.26",
18
- "@openui5/sap.m": "1.108.26",
19
- "@openui5/sap.tnt": "1.108.26",
20
- "@openui5/sap.ui.codeeditor": "1.108.26",
21
- "@openui5/sap.ui.commons": "1.108.26",
22
- "@openui5/sap.ui.core": "1.108.26",
23
- "@openui5/sap.ui.dt": "1.108.26",
24
- "@openui5/sap.ui.fl": "1.108.26",
25
- "@openui5/sap.ui.mdc": "1.108.26",
26
- "@openui5/sap.ui.integration": "1.108.26",
27
- "@openui5/sap.ui.layout": "1.108.26",
28
- "@openui5/sap.ui.rta": "1.108.26",
29
- "@openui5/sap.ui.suite": "1.108.26",
30
- "@openui5/sap.ui.table": "1.108.26",
31
- "@openui5/sap.ui.unified": "1.108.26",
32
- "@openui5/sap.ui.ux3": "1.108.26",
33
- "@openui5/sap.uxap": "1.108.26"
17
+ "@openui5/sap.f": "1.108.27",
18
+ "@openui5/sap.m": "1.108.27",
19
+ "@openui5/sap.tnt": "1.108.27",
20
+ "@openui5/sap.ui.codeeditor": "1.108.27",
21
+ "@openui5/sap.ui.commons": "1.108.27",
22
+ "@openui5/sap.ui.core": "1.108.27",
23
+ "@openui5/sap.ui.dt": "1.108.27",
24
+ "@openui5/sap.ui.fl": "1.108.27",
25
+ "@openui5/sap.ui.mdc": "1.108.27",
26
+ "@openui5/sap.ui.integration": "1.108.27",
27
+ "@openui5/sap.ui.layout": "1.108.27",
28
+ "@openui5/sap.ui.rta": "1.108.27",
29
+ "@openui5/sap.ui.suite": "1.108.27",
30
+ "@openui5/sap.ui.table": "1.108.27",
31
+ "@openui5/sap.ui.unified": "1.108.27",
32
+ "@openui5/sap.ui.ux3": "1.108.27",
33
+ "@openui5/sap.uxap": "1.108.27"
34
34
  }
35
35
  }
@@ -6,7 +6,7 @@
6
6
  .sapMCb {
7
7
  height: 2.75rem;
8
8
  padding-left: 2.75rem;
9
- line-height: 2.7rem;
9
+ line-height: 2.75rem;
10
10
  }
11
11
 
12
12
  .sapMCbBg {
@@ -159,6 +159,22 @@
159
159
  border-radius: 0.5rem;
160
160
  }
161
161
 
162
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
163
+ .sapUiForm {
164
+ .sapMCbBg {
165
+ left: 0;
166
+ }
167
+
168
+ .sapMCb {
169
+ padding-left: 2.0625rem; // to have right gap between checkbox and label
170
+ }
171
+
172
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before,
173
+ .sapMCb:not(.sapMCbBgDis):not(.sapMCbHasLabel):focus:before {
174
+ left: -0.25rem; /* more is not possible as this would cut off the focus border */
175
+ }
176
+ }
177
+
162
178
  .sapUiSizeCompact {
163
179
  .sapMCb {
164
180
  height: 2rem;
@@ -196,4 +212,19 @@
196
212
  top: 0.5625rem;
197
213
  left: 0.5625rem;
198
214
  }
215
+
216
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
217
+ .sapUiForm {
218
+ .sapMCbBg {
219
+ left: 0;
220
+ }
221
+
222
+ .sapMCb {
223
+ padding-left: 1.5rem; // to have right gap between checkbox and label
224
+ }
225
+
226
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before {
227
+ left: -0.1875rem;
228
+ }
229
+ }
199
230
  }
@@ -6,7 +6,7 @@
6
6
  .sapMCb {
7
7
  height: 2.75rem;
8
8
  padding-left: 2.75rem;
9
- line-height: 2.7rem;
9
+ line-height: 2.75rem;
10
10
  }
11
11
 
12
12
  .sapMCbBg {
@@ -159,6 +159,22 @@
159
159
  border-radius: 0.5rem;
160
160
  }
161
161
 
162
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
163
+ .sapUiForm {
164
+ .sapMCbBg {
165
+ left: 0;
166
+ }
167
+
168
+ .sapMCb {
169
+ padding-left: 2.0625rem; // to have right gap between checkbox and label
170
+ }
171
+
172
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before,
173
+ .sapMCb:not(.sapMCbBgDis):not(.sapMCbHasLabel):focus:before {
174
+ left: -0.25rem; /* more is not possible as this would cut off the focus border */
175
+ }
176
+ }
177
+
162
178
  .sapUiSizeCompact {
163
179
  .sapMCb {
164
180
  height: 2rem;
@@ -196,4 +212,19 @@
196
212
  top: 0.5625rem;
197
213
  left: 0.5625rem;
198
214
  }
215
+
216
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
217
+ .sapUiForm {
218
+ .sapMCbBg {
219
+ left: 0;
220
+ }
221
+
222
+ .sapMCb {
223
+ padding-left: 1.5rem; // to have right gap between checkbox and label
224
+ }
225
+
226
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before {
227
+ left: -0.1875rem;
228
+ }
229
+ }
199
230
  }
@@ -6,7 +6,7 @@
6
6
  .sapMCb {
7
7
  height: 2.75rem;
8
8
  padding-left: 2.75rem;
9
- line-height: 2.7rem;
9
+ line-height: 2.75rem;
10
10
  }
11
11
 
12
12
  .sapMCbBg {
@@ -163,6 +163,22 @@
163
163
  border-radius: 0.5rem;
164
164
  }
165
165
 
166
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
167
+ .sapUiForm {
168
+ .sapMCbBg {
169
+ left: 0;
170
+ }
171
+
172
+ .sapMCb {
173
+ padding-left: 2.0625rem; // to have right gap between checkbox and label
174
+ }
175
+
176
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before,
177
+ .sapMCb:not(.sapMCbBgDis):not(.sapMCbHasLabel):focus:before {
178
+ left: -0.25rem; /* more is not possible as this would cut off the focus border */
179
+ }
180
+ }
181
+
166
182
  .sapUiSizeCompact {
167
183
  .sapMCb {
168
184
  height: 2rem;
@@ -203,4 +219,19 @@
203
219
  top: 0.5625rem;
204
220
  left: 0.5625rem;
205
221
  }
222
+
223
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
224
+ .sapUiForm {
225
+ .sapMCbBg {
226
+ left: 0;
227
+ }
228
+
229
+ .sapMCb {
230
+ padding-left: 1.5rem; // to have right gap between checkbox and label
231
+ }
232
+
233
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before {
234
+ left: -0.1875rem;
235
+ }
236
+ }
206
237
  }
@@ -6,7 +6,7 @@
6
6
  .sapMCb {
7
7
  height: 2.75rem;
8
8
  padding-left: 2.75rem;
9
- line-height: 2.7rem;
9
+ line-height: 2.75rem;
10
10
  }
11
11
 
12
12
  .sapMCbBg {
@@ -163,6 +163,22 @@
163
163
  border-radius: 0.5rem;
164
164
  }
165
165
 
166
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
167
+ .sapUiForm {
168
+ .sapMCbBg {
169
+ left: 0;
170
+ }
171
+
172
+ .sapMCb {
173
+ padding-left: 2.0625rem; // to have right gap between checkbox and label
174
+ }
175
+
176
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before,
177
+ .sapMCb:not(.sapMCbBgDis):not(.sapMCbHasLabel):focus:before {
178
+ left: -0.25rem; /* more is not possible as this would cut off the focus border */
179
+ }
180
+ }
181
+
166
182
  .sapUiSizeCompact {
167
183
  .sapMCb {
168
184
  height: 2rem;
@@ -203,4 +219,19 @@
203
219
  top: 0.5625rem;
204
220
  left: 0.5625rem;
205
221
  }
222
+
223
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
224
+ .sapUiForm {
225
+ .sapMCbBg {
226
+ left: 0;
227
+ }
228
+
229
+ .sapMCb {
230
+ padding-left: 1.5rem; // to have right gap between checkbox and label
231
+ }
232
+
233
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before {
234
+ left: -0.1875rem;
235
+ }
236
+ }
206
237
  }
@@ -25,5 +25,5 @@
25
25
  // hence adding the selection indicator box-shadow to the <td> element
26
26
  html[data-sap-ui-browser^="sf"] .sapMTableTBody:not(.sapMListTblHasPopin) > .sapMLIBSelected > td,
27
27
  html[data-sap-ui-browser^="sf"] .sapMTableTBody.sapMListTblHasPopin > .sapMLIBSelected + .sapMListTblSubRow > td {
28
- box-shadow: inset 0px -10.0625rem @sapUiListSelectionBorderColor;
28
+ box-shadow: inset 0px -0.0625rem @sapUiListSelectionBorderColor;
29
29
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.26</version>
9
+ <version>1.108.27</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.26</version>
9
+ <version>1.108.27</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.26</version>
9
+ <version>1.108.27</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.26</version>
9
+ <version>1.108.27</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12