@openui5/themelib_sap_belize 1.108.26 → 1.108.28

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_belize",
3
- "version": "1.108.26",
3
+ "version": "1.108.28",
4
4
  "description": "OpenUI5 Theme Library sap_belize",
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.28",
18
+ "@openui5/sap.m": "1.108.28",
19
+ "@openui5/sap.tnt": "1.108.28",
20
+ "@openui5/sap.ui.codeeditor": "1.108.28",
21
+ "@openui5/sap.ui.commons": "1.108.28",
22
+ "@openui5/sap.ui.core": "1.108.28",
23
+ "@openui5/sap.ui.dt": "1.108.28",
24
+ "@openui5/sap.ui.fl": "1.108.28",
25
+ "@openui5/sap.ui.mdc": "1.108.28",
26
+ "@openui5/sap.ui.integration": "1.108.28",
27
+ "@openui5/sap.ui.layout": "1.108.28",
28
+ "@openui5/sap.ui.rta": "1.108.28",
29
+ "@openui5/sap.ui.suite": "1.108.28",
30
+ "@openui5/sap.ui.table": "1.108.28",
31
+ "@openui5/sap.ui.unified": "1.108.28",
32
+ "@openui5/sap.ui.ux3": "1.108.28",
33
+ "@openui5/sap.uxap": "1.108.28"
34
34
  }
35
35
  }
@@ -228,4 +228,17 @@ html.sap-desktop {
228
228
  }
229
229
  }
230
230
  }
231
+ }
232
+
233
+ .sapFDynamicPage-Std-Desktop {
234
+ .sapUiResponsiveContentPadding {
235
+ .sapMITH,
236
+ &.sapMITH {
237
+ padding: 0 3rem !important;
238
+ }
239
+
240
+ .sapMITBContent {
241
+ padding: 1rem 3rem !important;
242
+ }
243
+ }
231
244
  }
@@ -3,6 +3,8 @@
3
3
  /* Belize theme */
4
4
  /* =================================== */
5
5
 
6
+ @_sap_m_Page_FloatinFooterHeight: 3rem;
7
+
6
8
  .sapMPageWithSubHeader {
7
9
  .sapMPageHeader {
8
10
  border-bottom: none;
@@ -31,6 +33,7 @@
31
33
  }
32
34
  }
33
35
 
34
- .sapMPageWithFloatingFooter .sapMIBar-CTX.sapMFooter-CTX {
36
+ .sapMPageWithFloatingFooter .sapMPageFloatingFooter .sapMIBar-CTX.sapMFooter-CTX {
35
37
  box-shadow: @sapUiShadowLevel1;
38
+ border: none;
36
39
  }
@@ -212,4 +212,17 @@ html.sap-desktop {
212
212
  .sapMBadge .sapMBadgeAttention {
213
213
  background-color: @sapUiContentIconColor;
214
214
  }
215
+ }
216
+
217
+ .sapFDynamicPage-Std-Desktop {
218
+ .sapUiResponsiveContentPadding {
219
+ .sapMITH,
220
+ &.sapMITH {
221
+ padding: 0 3rem !important;
222
+ }
223
+
224
+ .sapMITBContent {
225
+ padding: 1rem 3rem !important;
226
+ }
227
+ }
215
228
  }
@@ -3,12 +3,15 @@
3
3
  /* Belize High Contrast Black theme */
4
4
  /* ================================= */
5
5
 
6
+ @_sap_m_Page_FloatinFooterHeight: 3rem;
7
+
6
8
  .sapMPageWithFloatingFooter {
7
9
  > .sapMPageFooter {
8
10
  opacity: 1;
9
11
  }
10
12
  }
11
13
 
12
- .sapMPageWithFloatingFooter .sapMIBar-CTX.sapMFooter-CTX {
14
+ .sapMPageWithFloatingFooter .sapMPageFloatingFooter .sapMIBar-CTX.sapMFooter-CTX {
13
15
  box-shadow: @sapUiShadowLevel2;
16
+ border: none;
14
17
  }
@@ -212,4 +212,17 @@ html.sap-desktop {
212
212
  .sapMBadge .sapMBadgeAttention {
213
213
  background-color: @sapUiContentIconColor;
214
214
  }
215
+ }
216
+
217
+ .sapFDynamicPage-Std-Desktop {
218
+ .sapUiResponsiveContentPadding {
219
+ .sapMITH,
220
+ &.sapMITH {
221
+ padding: 0 3rem !important;
222
+ }
223
+
224
+ .sapMITBContent {
225
+ padding: 1rem 3rem !important;
226
+ }
227
+ }
215
228
  }
@@ -3,12 +3,15 @@
3
3
  /* Belize High Contrast White theme */
4
4
  /* ================================= */
5
5
 
6
+ @_sap_m_Page_FloatinFooterHeight: 3rem;
7
+
6
8
  .sapMPageWithFloatingFooter {
7
9
  > .sapMPageFooter {
8
10
  opacity: 1;
9
11
  }
10
12
  }
11
13
 
12
- .sapMPageWithFloatingFooter .sapMIBar-CTX.sapMFooter-CTX {
14
+ .sapMPageWithFloatingFooter .sapMPageFloatingFooter .sapMIBar-CTX.sapMFooter-CTX {
13
15
  box-shadow: @sapUiShadowLevel2;
16
+ border: none;
14
17
  }
@@ -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.28</version>
10
10
 
11
11
  <documentation>SAPUI5 belize 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.28</version>
10
10
 
11
11
  <documentation>SAPUI5 belize 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.28</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white 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.28</version>
10
10
 
11
11
  <documentation>SAPUI5 belize plus theme library.</documentation>
12
12