@openui5/themelib_sap_belize 1.134.0 → 1.135.0

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.
Files changed (27) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/m/themes/sap_belize_base/IconTabBar.less +4 -4
  4. package/src/sap/m/themes/sap_belize_base/MessageStrip.less +2 -2
  5. package/src/sap/m/themes/sap_belize_base/Popover.less +2 -9
  6. package/src/sap/m/themes/sap_belize_hcb/InputBase.less +4 -0
  7. package/src/sap/m/themes/sap_belize_hcb/MessageStrip.less +0 -1
  8. package/src/sap/m/themes/sap_belize_hcw/InputBase.less +4 -0
  9. package/src/sap/m/themes/sap_belize_hcw/MessageStrip.less +0 -1
  10. package/src/sap/tnt/themes/sap_belize_base/NavigationList.less +3 -3
  11. package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
  12. package/src/sap/ui/core/themes/sap_belize/.theming +1 -0
  13. package/src/sap/ui/core/themes/sap_belize/base.less +23 -16
  14. package/src/sap/ui/core/themes/sap_belize_base/.theming +2 -1
  15. package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
  16. package/src/sap/ui/core/themes/sap_belize_hcb/.theming +2 -1
  17. package/src/sap/ui/core/themes/sap_belize_hcb/base.less +11 -4
  18. package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
  19. package/src/sap/ui/core/themes/sap_belize_hcw/.theming +2 -1
  20. package/src/sap/ui/core/themes/sap_belize_hcw/base.less +11 -4
  21. package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
  22. package/src/sap/ui/core/themes/sap_belize_plus/.theming +1 -0
  23. package/src/sap/ui/core/themes/sap_belize_plus/base.less +16 -6
  24. package/src/sap/uxap/themes/sap_belize_base/ObjectPageSubSection.less +2 -2
  25. package/src/sap/uxap/themes/sap_belize_hcb/ObjectPageSubSection.less +9 -0
  26. package/src/sap/uxap/themes/sap_belize_hcw/ObjectPageSubSection.less +9 -0
  27. package/src/sap/uxap/themes/sap_belize_plus/ObjectPageSubSection.less +11 -1
package/THIRDPARTY.txt CHANGED
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.m:
8
8
 
9
- Component: purify.js, version: 3.1.7
9
+ Component: purify.js, version: 3.2.4
10
10
  Copyright: Mario Heiderich
11
11
  License: Apache-2.0
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -462,7 +462,7 @@ License: Apache-2.0
462
462
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
463
463
  Contained in: lib/jsdoc/ui5/plugin.js
464
464
 
465
- Component: SAP Theming Base Content, version: 11.24.0
465
+ Component: SAP Theming Base Content, version: 11.28.2
466
466
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467
467
  License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_belize",
3
- "version": "1.134.0",
3
+ "version": "1.135.0",
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.134.0",
18
- "@openui5/sap.m": "1.134.0",
19
- "@openui5/sap.tnt": "1.134.0",
20
- "@openui5/sap.ui.codeeditor": "1.134.0",
21
- "@openui5/sap.ui.commons": "1.134.0",
22
- "@openui5/sap.ui.core": "1.134.0",
23
- "@openui5/sap.ui.dt": "1.134.0",
24
- "@openui5/sap.ui.fl": "1.134.0",
25
- "@openui5/sap.ui.mdc": "1.134.0",
26
- "@openui5/sap.ui.integration": "1.134.0",
27
- "@openui5/sap.ui.layout": "1.134.0",
28
- "@openui5/sap.ui.rta": "1.134.0",
29
- "@openui5/sap.ui.suite": "1.134.0",
30
- "@openui5/sap.ui.table": "1.134.0",
31
- "@openui5/sap.ui.unified": "1.134.0",
32
- "@openui5/sap.ui.ux3": "1.134.0",
33
- "@openui5/sap.uxap": "1.134.0"
17
+ "@openui5/sap.f": "1.135.0",
18
+ "@openui5/sap.m": "1.135.0",
19
+ "@openui5/sap.tnt": "1.135.0",
20
+ "@openui5/sap.ui.codeeditor": "1.135.0",
21
+ "@openui5/sap.ui.commons": "1.135.0",
22
+ "@openui5/sap.ui.core": "1.135.0",
23
+ "@openui5/sap.ui.dt": "1.135.0",
24
+ "@openui5/sap.ui.fl": "1.135.0",
25
+ "@openui5/sap.ui.mdc": "1.135.0",
26
+ "@openui5/sap.ui.integration": "1.135.0",
27
+ "@openui5/sap.ui.layout": "1.135.0",
28
+ "@openui5/sap.ui.rta": "1.135.0",
29
+ "@openui5/sap.ui.suite": "1.135.0",
30
+ "@openui5/sap.ui.table": "1.135.0",
31
+ "@openui5/sap.ui.unified": "1.135.0",
32
+ "@openui5/sap.ui.ux3": "1.135.0",
33
+ "@openui5/sap.uxap": "1.135.0"
34
34
  }
35
35
  }
@@ -1259,14 +1259,14 @@ html.sap-desktop {
1259
1259
  .sapMITBHorizontal {
1260
1260
  height: @_sap_m_IconTabBar_Compact_HorizontalHeight;
1261
1261
 
1262
+ &.sapMITBFilter:first-child .sapMITBFilterWrapper {
1263
+ padding-left: 0;
1264
+ }
1265
+
1262
1266
  &.sapMITBFilter .sapMITBFilterWrapper {
1263
1267
  height: @_sap_m_IconTabBar_Compact_TextOnlyVerticalHeight;
1264
1268
  padding: 0 0.5rem;
1265
1269
 
1266
- &:first-child {
1267
- padding-left: 0;
1268
- }
1269
-
1270
1270
  .sapMITBHorizontalWrapper {
1271
1271
  .sapMITBCount {
1272
1272
  top: 0;
@@ -4,8 +4,8 @@
4
4
  /* =================================== */
5
5
 
6
6
  .sapMMsgStrip {
7
- border: 1px solid;
8
- border-radius: 0.1875rem;
7
+ border: @sapMessage_BorderWidth solid;
8
+ border-radius: @sapPopover_BorderCornerRadius;
9
9
  box-sizing: border-box;
10
10
  font-size: @sapMFontMediumSize;
11
11
  font-weight: normal;
@@ -9,6 +9,7 @@
9
9
  @_sap_m_Popover_ArrowOffset: 0.5rem; /* Arrow offset from the Popover's corners */
10
10
  @_sap_m_Popover_CompactArrowOffset: @_sap_m_Popover_ArrowOffset; /* Arrow offset from the Popover's corners in compact mode */
11
11
  @_sap_m_Popover_ThickShadowSize: 0.0625rem;
12
+ @_sap_m_Popover_OpacityTransitionDuration: 0.2s;
12
13
 
13
14
  /* shared mixin for arrow shadow*/
14
15
  .sapMPopoverArrAfterShadow(@horizontalShadow, @verticalShadow) {
@@ -129,19 +130,11 @@
129
130
  outline: none;
130
131
  }
131
132
 
132
- .sapMPopover.sapMPopoverTransparent {
133
- opacity: 0;
134
- }
135
-
136
- html[data-sap-ui-animation='on'] .sapMPopover.sapMPopoverTransparent {
133
+ html[data-sap-ui-animation='on'] .sapMPopover.sapMPopoverOpacityTransition {
137
134
  -webkit-transition: opacity 0.2s linear;
138
135
  transition: opacity 0.2s linear;
139
136
  }
140
137
 
141
- .sapMPopover.sapMPopoverOpaque {
142
- opacity: 1;
143
- }
144
-
145
138
  /* disable margin according to the header and footer availability */
146
139
  .sapMPopoverWithBar.sapMPopoverWithFooter > .sapMPopoverCont {
147
140
  margin-bottom: 0;
@@ -9,6 +9,10 @@
9
9
  }
10
10
  }
11
11
 
12
+ .sapMInputBaseReadonly:not(.sapMInputBaseDisabled) .sapMInputBaseContentWrapper {
13
+ border: @sapElement_BorderWidth @sapField_BorderStyle @sapField_BorderColor;
14
+ }
15
+
12
16
  .sapMInputBaseDisabled,
13
17
  .sapMInputBaseReadonly {
14
18
  & .sapMInputBaseContentWrapper {
@@ -4,7 +4,6 @@
4
4
  /* =================================== */
5
5
 
6
6
  .sapMMsgStrip {
7
- border-width: 0.125rem;
8
7
  color: @sapUiBaseText;
9
8
  padding: 0.375rem 1rem;
10
9
  }
@@ -8,6 +8,10 @@
8
8
  }
9
9
  }
10
10
 
11
+ .sapMInputBaseReadonly:not(.sapMInputBaseDisabled) .sapMInputBaseContentWrapper {
12
+ border: @sapElement_BorderWidth @sapField_BorderStyle @sapField_BorderColor;
13
+ }
14
+
11
15
  .sapMInputBaseDisabled,
12
16
  .sapMInputBaseReadonly {
13
17
  & .sapMInputBaseContentWrapper {
@@ -4,7 +4,6 @@
4
4
  /* =================================== */
5
5
 
6
6
  .sapMMsgStrip {
7
- border-width: 0.125rem;
8
7
  color: @sapUiBaseText;
9
8
  padding: 0.375rem 1rem;
10
9
  }
@@ -37,7 +37,7 @@
37
37
  @_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0;
38
38
  @_sap_tnt_NavigationList_Padding: 0;
39
39
  @_sap_tnt_NavigationList_PaddingCompact: 0;
40
- @_sap_tnt_NavigationList_ParentPopupPadding: 0;
40
+ @_sap_tnt_NavigationList_PopupPadding: 0;
41
41
  @_sap_tnt_NavigationList_ParentPopupBorderRadius: @sapUiPopoverBorderCornerRadius;
42
42
  @_sap_tnt_NavigationList_PopupItemPadding: 0 1rem;
43
43
  @_sap_tnt_NavigationList_PopupIconWidth: 1rem;
@@ -204,7 +204,7 @@
204
204
  }
205
205
 
206
206
  .sapTntNLPopover .sapTntNLPopup.sapTntNL {
207
- padding: @_sap_tnt_NavigationList_ParentPopupPadding;
207
+ padding: @_sap_tnt_NavigationList_PopupPadding;
208
208
 
209
209
  .sapTntNLI.sapTntNLIFirstLevel {
210
210
  margin-bottom: @_sap_tnt_NavigationList_GroupBottomMarginInPopup;
@@ -473,7 +473,7 @@
473
473
  box-shadow: @_sap_tnt_NavigationList_PopupBoxShadow;
474
474
 
475
475
  &:not(.sapUiSubmenu) {
476
- padding: @_sap_tnt_NavigationList_ParentPopupPadding;
476
+ padding: @_sap_tnt_NavigationList_PopupPadding;
477
477
  border-radius: @_sap_tnt_NavigationList_ParentPopupBorderRadius;
478
478
  }
479
479
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.134.0</version>
9
+ <version>1.135.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize theme library.</documentation>
12
12
 
@@ -5,6 +5,7 @@
5
5
  "sVendor": "SAP",
6
6
  "sDeprecated" : "since version 1.120.0",
7
7
  "aBundled": ["sap_belize_plus"],
8
+ "sReleaseStage": "END_OF_LIFE",
8
9
  "mCssScopes": {
9
10
  "library": {
10
11
  "sBaseFile": "library",
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 14.2.8
4
- // * data:{"sModified":"2024-12-12T10:42:39Z"}
2
+ // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 15.0.1
4
+ // * data:{"sModified":"2025-03-20T15:24:53Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.24.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.28.2) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -103,6 +103,7 @@
103
103
  // [Tags "!Protected"]
104
104
  // [Protected "!true"]
105
105
  @sapCompanyLogo: none;
106
+ @sapFavicon: @sapShell_Favicon;
106
107
 
107
108
  // [Tags "!Protected"]
108
109
  // [Protected "!true"]
@@ -2742,6 +2743,12 @@
2742
2743
  // [Tags "!Protected"]
2743
2744
  // [Protected "!true"]
2744
2745
  @sapTab_Critical_Selected_Background: @sapCriticalElementColor;
2746
+ @sapTab_Neutral_TextColor: @sapNeutralTextColor;
2747
+ @sapTab_Neutral_ForegroundColor: @sapNeutralElementColor;
2748
+ @sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapNeutralElementColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2749
+ @sapTab_Neutral_Selected_TextColor: @sapNeutralTextColor;
2750
+ @sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2751
+ @sapTab_Neutral_Selected_Background: @sapNeutralElementColor;
2745
2752
 
2746
2753
  // [Tags "!Protected"]
2747
2754
  // [Protected "!true"]
@@ -2908,7 +2915,7 @@
2908
2915
  @sapIndicationColor_1_Selected_BorderColor: @sapIndicationColor_1_Active_BorderColor;
2909
2916
  @sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_Active_TextColor;
2910
2917
  @sapIndicationColor_1b: #fb9d9d;
2911
- @sapIndicationColor_1b_TextColor: @sapIndicationColor_1;
2918
+ @sapIndicationColor_1b_TextColor: darken(desaturate(@sapIndicationColor_1b, 1), 53);
2912
2919
  @sapIndicationColor_1b_Background: @sapIndicationColor_1b;
2913
2920
  @sapIndicationColor_1b_BorderColor: @sapIndicationColor_1b;
2914
2921
  @sapIndicationColor_1b_Hover_Background: darken(@sapIndicationColor_1b, 5);
@@ -2942,7 +2949,7 @@
2942
2949
  @sapIndicationColor_2_Selected_BorderColor: @sapIndicationColor_2_Active_BorderColor;
2943
2950
  @sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_Active_TextColor;
2944
2951
  @sapIndicationColor_2b: #fcc4c4;
2945
- @sapIndicationColor_2b_TextColor: @sapIndicationColor_2;
2952
+ @sapIndicationColor_2b_TextColor: darken(saturate(@sapIndicationColor_2b, 1), 53);
2946
2953
  @sapIndicationColor_2b_Background: @sapIndicationColor_2b;
2947
2954
  @sapIndicationColor_2b_BorderColor: @sapIndicationColor_2b;
2948
2955
  @sapIndicationColor_2b_Hover_Background: darken(@sapIndicationColor_2b, 5);
@@ -2975,8 +2982,8 @@
2975
2982
  @sapIndicationColor_3_Selected_Background: @sapIndicationColor_3_Active_Background;
2976
2983
  @sapIndicationColor_3_Selected_BorderColor: @sapIndicationColor_3_Active_BorderColor;
2977
2984
  @sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_Active_TextColor;
2978
- @sapIndicationColor_3b: #fff2c0;
2979
- @sapIndicationColor_3b_TextColor: @sapIndicationColor_3;
2985
+ @sapIndicationColor_3b: #ffdfc3;
2986
+ @sapIndicationColor_3b_TextColor: darken(@sapIndicationColor_3b, 56);
2980
2987
  @sapIndicationColor_3b_Background: @sapIndicationColor_3b;
2981
2988
  @sapIndicationColor_3b_BorderColor: @sapIndicationColor_3b;
2982
2989
  @sapIndicationColor_3b_Hover_Background: darken(@sapIndicationColor_3b, 5);
@@ -3010,7 +3017,7 @@
3010
3017
  @sapIndicationColor_4_Selected_BorderColor: @sapIndicationColor_4_Active_BorderColor;
3011
3018
  @sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_Active_TextColor;
3012
3019
  @sapIndicationColor_4b: #bae8bc;
3013
- @sapIndicationColor_4b_TextColor: @sapIndicationColor_4;
3020
+ @sapIndicationColor_4b_TextColor: darken(@sapIndicationColor_4b, 53);
3014
3021
  @sapIndicationColor_4b_Background: @sapIndicationColor_4b;
3015
3022
  @sapIndicationColor_4b_BorderColor: @sapIndicationColor_4b;
3016
3023
  @sapIndicationColor_4b_Hover_Background: darken(@sapIndicationColor_4b, 5);
@@ -3043,8 +3050,8 @@
3043
3050
  @sapIndicationColor_5_Selected_Background: @sapIndicationColor_5_Active_Background;
3044
3051
  @sapIndicationColor_5_Selected_BorderColor: @sapIndicationColor_5_Active_BorderColor;
3045
3052
  @sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_Active_TextColor;
3046
- @sapIndicationColor_5b: #d3effd;
3047
- @sapIndicationColor_5b_TextColor: @sapIndicationColor_5;
3053
+ @sapIndicationColor_5b: #d9ebff;
3054
+ @sapIndicationColor_5b_TextColor: darken(@sapIndicationColor_5b, 50);
3048
3055
  @sapIndicationColor_5b_Background: @sapIndicationColor_5b;
3049
3056
  @sapIndicationColor_5b_BorderColor: @sapIndicationColor_5b;
3050
3057
  @sapIndicationColor_5b_Hover_Background: darken(@sapIndicationColor_5b, 5);
@@ -3078,7 +3085,7 @@
3078
3085
  @sapIndicationColor_6_Selected_BorderColor: @sapIndicationColor_6_Active_BorderColor;
3079
3086
  @sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_Active_TextColor;
3080
3087
  @sapIndicationColor_6b: #cdf5ec;
3081
- @sapIndicationColor_6b_TextColor: @sapIndicationColor_6;
3088
+ @sapIndicationColor_6b_TextColor: darken(@sapIndicationColor_6b, 63);
3082
3089
  @sapIndicationColor_6b_Background: @sapIndicationColor_6b;
3083
3090
  @sapIndicationColor_6b_BorderColor: @sapIndicationColor_6b;
3084
3091
  @sapIndicationColor_6b_Hover_Background: darken(@sapIndicationColor_6b, 5);
@@ -3112,7 +3119,7 @@
3112
3119
  @sapIndicationColor_7_Selected_BorderColor: @sapIndicationColor_7_Active_BorderColor;
3113
3120
  @sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_Active_TextColor;
3114
3121
  @sapIndicationColor_7b: #e2dbff;
3115
- @sapIndicationColor_7b_TextColor: @sapIndicationColor_7;
3122
+ @sapIndicationColor_7b_TextColor: darken(@sapIndicationColor_7b, 32);
3116
3123
  @sapIndicationColor_7b_Background: @sapIndicationColor_7b;
3117
3124
  @sapIndicationColor_7b_BorderColor: @sapIndicationColor_7b;
3118
3125
  @sapIndicationColor_7b_Hover_Background: darken(@sapIndicationColor_7b, 5);
@@ -3146,7 +3153,7 @@
3146
3153
  @sapIndicationColor_8_Selected_BorderColor: @sapIndicationColor_8_Active_BorderColor;
3147
3154
  @sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_Active_TextColor;
3148
3155
  @sapIndicationColor_8b: #f8d6ff;
3149
- @sapIndicationColor_8b_TextColor: @sapIndicationColor_8;
3156
+ @sapIndicationColor_8b_TextColor: darken(@sapIndicationColor_8b, 54);
3150
3157
  @sapIndicationColor_8b_Background: @sapIndicationColor_8b;
3151
3158
  @sapIndicationColor_8b_BorderColor: @sapIndicationColor_8b;
3152
3159
  @sapIndicationColor_8b_Hover_Background: darken(@sapIndicationColor_8b, 5);
@@ -3162,7 +3169,7 @@
3162
3169
  @sapIndicationColor_9_Selected_BorderColor: @sapIndicationColor_9_Active_BorderColor;
3163
3170
  @sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_Active_TextColor;
3164
3171
  @sapIndicationColor_9b: #fff;
3165
- @sapIndicationColor_9b_TextColor: @sapIndicationColor_9;
3172
+ @sapIndicationColor_9b_TextColor: darken(@sapIndicationColor_9b, 82);
3166
3173
  @sapIndicationColor_9b_Background: @sapIndicationColor_9b;
3167
3174
  @sapIndicationColor_9b_BorderColor: darken(@sapIndicationColor_9b, 15);
3168
3175
  @sapIndicationColor_9b_Hover_Background: darken(@sapIndicationColor_9b, 5);
@@ -3178,7 +3185,7 @@
3178
3185
  @sapIndicationColor_10_Selected_BorderColor: @sapIndicationColor_10_Active_BorderColor;
3179
3186
  @sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_Active_TextColor;
3180
3187
  @sapIndicationColor_10b: #eaecee;
3181
- @sapIndicationColor_10b_TextColor: @sapIndicationColor_10;
3188
+ @sapIndicationColor_10b_TextColor: darken(desaturate(@sapIndicationColor_10b, 8), 65);
3182
3189
  @sapIndicationColor_10b_Background: @sapIndicationColor_10b;
3183
3190
  @sapIndicationColor_10b_BorderColor: @sapIndicationColor_10b;
3184
3191
  @sapIndicationColor_10b_Hover_Background: darken(@sapIndicationColor_10b, 5);
@@ -3,5 +3,6 @@
3
3
  "sId" : "sap_belize_base",
4
4
  "sVendor" : "SAP",
5
5
  "sType": "ABSTRACT",
6
- "sThemability": "PRIVATE"
6
+ "sThemability": "PRIVATE",
7
+ "sReleaseStage": "END_OF_LIFE"
7
8
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.134.0</version>
9
+ <version>1.135.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast black theme library.</documentation>
12
12
 
@@ -3,5 +3,6 @@
3
3
  "sId": "sap_belize_hcb",
4
4
  "oExtends": "sap_belize_base",
5
5
  "sVendor": "SAP",
6
- "sDeprecated" : "since version 1.120.0"
6
+ "sDeprecated" : "since version 1.120.0",
7
+ "sReleaseStage": "END_OF_LIFE"
7
8
  }
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 14.2.8
4
- // * data:{"sModified":"2024-12-12T10:42:39Z"}
2
+ // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 15.0.1
4
+ // * data:{"sModified":"2025-03-20T15:24:53Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.24.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.28.2) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -159,6 +159,7 @@
159
159
  // [Tags "!Protected"]
160
160
  // [Protected "!true"]
161
161
  @sapCompanyLogo: none;
162
+ @sapFavicon: @sapShell_Favicon;
162
163
 
163
164
  // [Tags "!Protected"]
164
165
  // [Protected "!true"]
@@ -2798,6 +2799,12 @@
2798
2799
  // [Tags "!Protected"]
2799
2800
  // [Protected "!true"]
2800
2801
  @sapTab_Critical_Selected_Background: @sapSelectedColor;
2802
+ @sapTab_Neutral_TextColor: @sapTextColor;
2803
+ @sapTab_Neutral_ForegroundColor: @sapHC_StandardForeground;
2804
+ @sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2805
+ @sapTab_Neutral_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2806
+ @sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2807
+ @sapTab_Neutral_Selected_Background: @sapSelectedColor;
2801
2808
 
2802
2809
  // [Tags "!Protected"]
2803
2810
  // [Protected "!true"]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.134.0</version>
9
+ <version>1.135.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white theme library.</documentation>
12
12
 
@@ -3,5 +3,6 @@
3
3
  "sId": "sap_belize_hcw",
4
4
  "oExtends": "sap_belize_base",
5
5
  "sVendor": "SAP",
6
- "sDeprecated" : "since version 1.120.0"
6
+ "sDeprecated" : "since version 1.120.0",
7
+ "sReleaseStage": "END_OF_LIFE"
7
8
  }
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 14.2.8
4
- // * data:{"sModified":"2024-12-12T10:42:39Z"}
2
+ // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 15.0.1
4
+ // * data:{"sModified":"2025-03-20T15:24:53Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.24.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.28.2) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -159,6 +159,7 @@
159
159
  // [Tags "!Protected"]
160
160
  // [Protected "!true"]
161
161
  @sapCompanyLogo: none;
162
+ @sapFavicon: @sapShell_Favicon;
162
163
 
163
164
  // [Tags "!Protected"]
164
165
  // [Protected "!true"]
@@ -2797,6 +2798,12 @@
2797
2798
  // [Tags "!Protected"]
2798
2799
  // [Protected "!true"]
2799
2800
  @sapTab_Critical_Selected_Background: @sapSelectedColor;
2801
+ @sapTab_Neutral_TextColor: @sapTextColor;
2802
+ @sapTab_Neutral_ForegroundColor: @sapHC_StandardForeground;
2803
+ @sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2804
+ @sapTab_Neutral_Selected_TextColor: @sapContent_Selected_ForegroundColor;
2805
+ @sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
2806
+ @sapTab_Neutral_Selected_Background: @sapSelectedColor;
2800
2807
 
2801
2808
  // [Tags "!Protected"]
2802
2809
  // [Protected "!true"]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.134.0</version>
9
+ <version>1.135.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize plus theme library.</documentation>
12
12
 
@@ -5,6 +5,7 @@
5
5
  "sVendor": "SAP",
6
6
  "sDeprecated" : "since version 1.120.0",
7
7
  "aBundled": ["sap_belize"],
8
+ "sReleaseStage": "END_OF_LIFE",
8
9
  "mCssScopes": {
9
10
  "library": {
10
11
  "sBaseFile": "sap_belize.library",
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 14.2.8
4
- // * data:{"sModified":"2024-12-12T10:42:39Z"}
2
+ // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 15.0.1
4
+ // * data:{"sModified":"2025-03-20T15:24:53Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.24.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.28.2) *******************/
9
9
 
10
10
  @sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
11
11
  @sapBaseColor: @sapPrimary1;
@@ -171,59 +171,69 @@
171
171
  @sapIndicationColor_1_Hover_Background: lighten(@sapIndicationColor_1, 5);
172
172
  @sapIndicationColor_1_Active_Background: lighten(@sapIndicationColor_1, 10);
173
173
  @sapIndicationColor_1b: #5e0303;
174
+ @sapIndicationColor_1b_TextColor: lighten(saturate(@sapIndicationColor_1b, 4), 44);
174
175
  @sapIndicationColor_1b_Hover_Background: lighten(@sapIndicationColor_1b, 5);
175
176
  @sapIndicationColor_2: #ffbbbb;
176
177
  @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
177
178
  @sapIndicationColor_2_Hover_Background: lighten(@sapIndicationColor_2, 5);
178
179
  @sapIndicationColor_2_Active_Background: lighten(@sapIndicationColor_2, 10);
179
180
  @sapIndicationColor_2b: #7d0000;
181
+ @sapIndicationColor_2b_TextColor: lighten(@sapIndicationColor_2b, 53);
180
182
  @sapIndicationColor_2b_Hover_Background: lighten(@sapIndicationColor_2b, 5);
181
183
  @sapIndicationColor_3: #fabd64;
182
184
  @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
183
185
  @sapIndicationColor_3_Hover_Background: lighten(@sapIndicationColor_3, 3);
184
186
  @sapIndicationColor_3_Active_Background: lighten(@sapIndicationColor_3, 6);
185
- @sapIndicationColor_3b: #662b00;
187
+ @sapIndicationColor_3b: #640;
188
+ @sapIndicationColor_3b_TextColor: lighten(@sapIndicationColor_3b, 40);
186
189
  @sapIndicationColor_3b_Hover_Background: lighten(@sapIndicationColor_3b, 5);
187
190
  @sapIndicationColor_4: #abe2ab;
188
191
  @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
189
192
  @sapIndicationColor_4_Hover_Background: lighten(@sapIndicationColor_4, 5);
190
193
  @sapIndicationColor_4_Active_Background: lighten(@sapIndicationColor_4, 10);
191
- @sapIndicationColor_4b: #044a18;
194
+ @sapIndicationColor_4b: #1b4a04;
195
+ @sapIndicationColor_4b_TextColor: lighten(desaturate(@sapIndicationColor_4b, 21), 57);
192
196
  @sapIndicationColor_4b_Hover_Background: lighten(@sapIndicationColor_4b, 5);
193
197
  @sapIndicationColor_5: #91c8f6;
194
198
  @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
195
199
  @sapIndicationColor_5_Hover_Background: lighten(@sapIndicationColor_5, 5);
196
200
  @sapIndicationColor_5_Active_Background: lighten(@sapIndicationColor_5, 10);
197
201
  @sapIndicationColor_5b: #024594;
202
+ @sapIndicationColor_5b_TextColor: lighten(saturate(@sapIndicationColor_5b, 3), 54);
198
203
  @sapIndicationColor_5b_Hover_Background: lighten(@sapIndicationColor_5b, 5);
199
204
  @sapIndicationColor_6: #7fc6c6;
200
205
  @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
201
206
  @sapIndicationColor_6_Hover_Background: lighten(@sapIndicationColor_6, 5);
202
207
  @sapIndicationColor_6_Active_Background: lighten(@sapIndicationColor_6, 10);
203
208
  @sapIndicationColor_6b: #00454e;
209
+ @sapIndicationColor_6b_TextColor: lighten(desaturate(@sapIndicationColor_6b, 21), 51);
204
210
  @sapIndicationColor_6b_Hover_Background: lighten(@sapIndicationColor_6b, 5);
205
211
  @sapIndicationColor_7: #b995e0;
206
212
  @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
207
213
  @sapIndicationColor_7_Hover_Background: lighten(@sapIndicationColor_7, 5);
208
214
  @sapIndicationColor_7_Active_Background: lighten(@sapIndicationColor_7, 10);
209
215
  @sapIndicationColor_7b: #2702c2;
216
+ @sapIndicationColor_7b_TextColor: lighten(saturate(@sapIndicationColor_7b, 12), 48);
210
217
  @sapIndicationColor_7b_Hover_Background: lighten(@sapIndicationColor_7b, 5);
211
218
  @sapIndicationColor_8: #e269c9;
212
219
  @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
213
220
  @sapIndicationColor_8_Hover_Background: lighten(@sapIndicationColor_8, 5);
214
221
  @sapIndicationColor_8_Active_Background: lighten(@sapIndicationColor_8, 10);
215
222
  @sapIndicationColor_8b: #4c005b;
223
+ @sapIndicationColor_8b_TextColor: lighten(@sapIndicationColor_8b, 59);
216
224
  @sapIndicationColor_8b_Hover_Background: lighten(@sapIndicationColor_8b, 5);
217
225
  @sapIndicationColor_9: #f2f2f2;
218
226
  @sapIndicationColor_9_Hover_Background: lighten(@sapIndicationColor_9, 5);
219
227
  @sapIndicationColor_9_Active_Background: lighten(@sapIndicationColor_9, 10);
220
228
  @sapIndicationColor_9b: #1d232a;
229
+ @sapIndicationColor_9b_TextColor: lighten(desaturate(@sapIndicationColor_9b, 18), 81);
221
230
  @sapIndicationColor_9b_BorderColor: lighten(@sapIndicationColor_9b, 16);
222
231
  @sapIndicationColor_9b_Hover_Background: lighten(@sapIndicationColor_9b, 5);
223
232
  @sapIndicationColor_10: #d8d8d8;
224
233
  @sapIndicationColor_10_Hover_Background: lighten(@sapIndicationColor_10, 5);
225
234
  @sapIndicationColor_10_Active_Background: lighten(@sapIndicationColor_10, 10);
226
235
  @sapIndicationColor_10b: #373737;
236
+ @sapIndicationColor_10b_TextColor: lighten(@sapIndicationColor_10b, 63);
227
237
  @sapIndicationColor_10b_Hover_Background: lighten(@sapIndicationColor_10b, 5);
228
238
  @sapLegend_WorkingBackground: lighten(@sapList_Background, 8);
229
239
  @sapLegend_NonWorkingBackground: lighten(@sapList_Background, 2);
@@ -21,7 +21,7 @@
21
21
  .sapUxAPObjectPageSubSectionHeader {
22
22
  height: auto;
23
23
  word-wrap: break-word;
24
- padding: 0 2.25rem 0 3rem;
24
+ padding: 0 3rem 0 3rem;
25
25
  display: flex;
26
26
  justify-content: space-between;
27
27
  }
@@ -74,7 +74,7 @@ html .sapUiContainer-Narrow .sapUxAPObjectPageSubSectionHeaderTitle {
74
74
 
75
75
  .sapUxAPObjectPageLayout-Std-Tablet .sapUxAPObjectPageSubSectionHeader,
76
76
  html .sapUiContainer-Medium .sapUxAPObjectPageSubSectionHeader {
77
- padding: 0 1.25rem 0 2rem;
77
+ padding: 0 2rem 0 2rem;
78
78
  }
79
79
 
80
80
  /* Those styles apply Desktop and Desktop-XL.
@@ -16,4 +16,13 @@ html[data-sap-ui-browser^="ie"].sap-desktop {
16
16
  .sapUxAPObjectPageSubSectionFocusable:focus:before {
17
17
  border-width: 0.125rem;
18
18
  }
19
+ }
20
+
21
+ .sapUxAPObjectPageSubSectionHeader {
22
+ padding: 0 3rem 0 3rem;
23
+ }
24
+
25
+ .sapUxAPObjectPageLayout-Std-Tablet .sapUxAPObjectPageSubSectionHeader,
26
+ html .sapUiContainer-Medium .sapUxAPObjectPageSubSectionHeader {
27
+ padding: 0 2rem 0 2rem;
19
28
  }
@@ -16,4 +16,13 @@ html[data-sap-ui-browser^="ie"].sap-desktop {
16
16
  .sapUxAPObjectPageSubSectionFocusable:focus:before {
17
17
  border-width: 0.125rem;
18
18
  }
19
+ }
20
+
21
+ .sapUxAPObjectPageSubSectionHeader {
22
+ padding: 0 3rem 0 3rem;
23
+ }
24
+
25
+ .sapUxAPObjectPageLayout-Std-Tablet .sapUxAPObjectPageSubSectionHeader,
26
+ html .sapUiContainer-Medium .sapUxAPObjectPageSubSectionHeader {
27
+ padding: 0 2rem 0 2rem;
19
28
  }
@@ -3,4 +3,14 @@
3
3
  /* Belize Plus theme */
4
4
  /* ============================================== */
5
5
 
6
- @_sap_uxap_ObjectPageSubSection_BorderColor: darken(@sapUiListBorderColor, 5);
6
+ @_sap_uxap_ObjectPageSubSection_BorderColor: darken(@sapUiListBorderColor, 5);
7
+
8
+
9
+ .sapUxAPObjectPageSubSectionHeader {
10
+ padding: 0 3rem 0 3rem;
11
+ }
12
+
13
+ .sapUxAPObjectPageLayout-Std-Tablet .sapUxAPObjectPageSubSectionHeader,
14
+ html .sapUiContainer-Medium .sapUxAPObjectPageSubSectionHeader {
15
+ padding: 0 2rem 0 2rem;
16
+ }