@openui5/themelib_sap_horizon 1.138.0 → 1.139.1

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 (45) hide show
  1. package/README.md +1 -1
  2. package/REUSE.toml +8 -1
  3. package/THIRDPARTY.txt +73 -67
  4. package/package.json +19 -19
  5. package/src/sap/m/themes/sap_horizon/CheckBox.less +4 -0
  6. package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -8
  7. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +5 -3
  8. package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -1
  9. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +4 -0
  10. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -8
  11. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +5 -3
  12. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +4 -0
  13. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +0 -4
  14. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +1 -0
  15. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +16 -16
  16. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +4 -0
  17. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +0 -4
  18. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +1 -0
  19. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +16 -15
  20. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +0 -1
  21. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
  22. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +0 -1
  23. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
  24. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +0 -1
  25. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
  26. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +0 -1
  27. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
  28. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  29. package/src/sap/ui/core/themes/sap_horizon/base.less +14 -14
  30. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  31. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
  32. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  33. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
  34. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  35. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
  36. package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +8 -1
  37. package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +7 -0
  38. package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +3 -3
  39. package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +2 -2
  40. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +10 -10
  41. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +2 -2
  42. package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +3 -3
  43. package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +2 -2
  44. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +12 -12
  45. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +2 -2
@@ -118,6 +118,10 @@
118
118
  vertical-align: middle;
119
119
  }
120
120
 
121
+ .sapMObjStatusLink {
122
+ line-height: 0.5rem;
123
+ }
124
+
121
125
  html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
122
126
 
123
127
  .sapMObjStatusText {
@@ -133,9 +137,7 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
133
137
  position: absolute;
134
138
  box-sizing: border-box;
135
139
  left: 0;
136
- top: -0.0625rem;
137
140
  right: 0;
138
- bottom: 0.0625rem;
139
141
  pointer-events: none;
140
142
  border: 0.125rem solid var(--sapContent_FocusColor);
141
143
  z-index: -1;
@@ -144,11 +146,11 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
144
146
  .sapMObjStatusLink {
145
147
  background: var(--sapContent_FocusColor);
146
148
  border-radius: 0.125rem;
147
- line-height: 0.875rem;
148
149
 
149
150
  .sapMObjStatusIcon > .sapUiIcon,
150
151
  .sapMObjStatusText {
151
152
  color: var(--sapContent_ContrastTextColor);
153
+ text-shadow: none;
152
154
  }
153
155
 
154
156
  .sapMObjStatusText {
@@ -6,7 +6,6 @@
6
6
  @_sap_m_Tokenizer_OutlineOffset: 0.3125rem;
7
7
 
8
8
  .sapMTokenizer {
9
- padding-left: 0.3125rem;
10
9
  position: relative;
11
10
  display: inline-block;
12
11
  white-space: nowrap;
@@ -109,6 +109,10 @@
109
109
  padding-left: 2.75rem;
110
110
  }
111
111
 
112
+ .sapUiForm:not(.sapUiFormEdit-CTX) .sapMCb.sapMCbDisplayOnly .sapMCbBg {
113
+ top: -0.1475rem;
114
+ }
115
+
112
116
  .sapMCbDisplayOnly .sapMCbBg {
113
117
  top: 0.5625rem;
114
118
  left: 0.5625rem;
@@ -136,10 +136,6 @@
136
136
  @_sap_m_IconTabBar_SelectedTextColor: var(--sapTab_Selected_Background);
137
137
  @_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
138
138
  @_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
139
- @_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -4px;
140
- @_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -4px;
141
- @_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -3px;
142
- @_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -3px;
143
139
  @_sap_m_IconTabBar_HeaderBorderRadius: 0.25rem;
144
140
  @_sap_m_IconTab_Bar_Separator_Line: var(--sapGroup_TitleBorderColor);
145
141
 
@@ -836,10 +832,6 @@ html.sap-desktop {
836
832
  }
837
833
  }
838
834
 
839
- .sapMITBFilter .sapMITBText {
840
- font-weight: bold;
841
- }
842
-
843
835
  /* ------------------------------------------------ */
844
836
  /* Shell overrides */
845
837
  /* ------------------------------------------------ */
@@ -118,6 +118,10 @@
118
118
  vertical-align: middle;
119
119
  }
120
120
 
121
+ .sapMObjStatusLink {
122
+ line-height: 0.5rem;
123
+ }
124
+
121
125
  html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
122
126
 
123
127
  .sapMObjStatusText {
@@ -133,9 +137,7 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
133
137
  position: absolute;
134
138
  box-sizing: border-box;
135
139
  left: 0;
136
- top: -0.0625rem;
137
140
  right: 0;
138
- bottom: 0.0625rem;
139
141
  pointer-events: none;
140
142
  border: 0.125rem solid var(--sapContent_FocusColor);
141
143
  z-index: -1;
@@ -144,11 +146,11 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
144
146
  .sapMObjStatusLink {
145
147
  background: var(--sapContent_FocusColor);
146
148
  border-radius: 0.125rem;
147
- line-height: 0.875rem;
148
149
 
149
150
  .sapMObjStatusIcon > .sapUiIcon,
150
151
  .sapMObjStatusText {
151
152
  color: var(--sapContent_ContrastTextColor);
153
+ text-shadow: none;
152
154
  }
153
155
 
154
156
  .sapMObjStatusText {
@@ -117,6 +117,10 @@
117
117
  padding-left: 2.75rem;
118
118
  }
119
119
 
120
+ .sapUiForm:not(.sapUiFormEdit-CTX) .sapMCb.sapMCbDisplayOnly .sapMCbBg {
121
+ top: -0.1475rem;
122
+ }
123
+
120
124
  .sapMCbDisplayOnly .sapMCbBg {
121
125
  top: 0.5625rem;
122
126
  left: 0.5625rem;
@@ -8,10 +8,6 @@
8
8
  /* ========================================================================== */
9
9
 
10
10
  @_sap_m_IconTabBar_TextShadow: none;
11
- @_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -1px;
12
- @_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -1px;
13
- @_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -1px;
14
- @_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -1px;
15
11
  @_sap_m_IconTabBar_More_Button_Border_Radius: 0px;
16
12
 
17
13
  /* ==================== Cozy size ==================== */
@@ -8,6 +8,7 @@
8
8
  .sapMLIBHoverable:hover .sapMObjectNumberText,
9
9
  .sapMLIBHoverable:hover .sapMObjectNumberUnit {
10
10
  color: var(--sapList_Active_TextColor);
11
+ text-shadow: none;
11
12
  }
12
13
 
13
14
  .sapMText.sapMObjLTitle {
@@ -182,6 +182,10 @@
182
182
  padding: 0.1875rem 0.313rem;
183
183
  }
184
184
 
185
+ .sapMObjStatusInverted .sapMObjStatusTitle {
186
+ vertical-align: middle;
187
+ }
188
+
185
189
  .sapMObjStatusInverted .sapMObjStatusText {
186
190
  padding: 0.1875rem 0.25rem;
187
191
  }
@@ -577,34 +581,30 @@
577
581
  background-color: var(--sapIndicationColor_10b_Hover_Background);
578
582
  }
579
583
 
580
- html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
581
- top: 0.125rem;
582
- left: 0.125rem;
583
- bottom: 0.0625rem;
584
- right: 0.125rem;
585
- outline: 0.125rem dotted var(--sapContent_FocusColor);
586
- }
587
-
588
584
  .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon),
589
585
  .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon > .sapUiIcon {
590
586
  height: 0.875rem;
591
587
  }
592
588
 
589
+ .sapMObjStatusLink {
590
+ line-height: 0.5rem;
591
+ }
592
+
593
593
  html.sap-desktop .sapMObjStatusActive:focus {
594
594
 
595
595
  .sapMObjStatusLink::after {
596
- top: -1px;
597
- left: 1px;
598
- bottom: -1px;
599
- right: 1px;
596
+ top: 0;
597
+ left: 0;
598
+ bottom: 0;
599
+ right: 0;
600
600
  outline: 2px dotted var(--sapContent_FocusColor);
601
601
  }
602
602
 
603
603
  &.sapMObjStatusInverted .sapMObjStatusLink::after {
604
- top: -1px;
605
- left: 2px;
606
- bottom: -1px;
607
- right: 2px;
604
+ top: 3px;
605
+ left: 3px;
606
+ bottom: 3px;
607
+ right: 3px;
608
608
 
609
609
  .sapMObjStatusIcon > .sapUiIcon {
610
610
  line-height: 0.875rem;
@@ -117,6 +117,10 @@
117
117
  padding-left: 2.75rem;
118
118
  }
119
119
 
120
+ .sapUiForm:not(.sapUiFormEdit-CTX) .sapMCb.sapMCbDisplayOnly .sapMCbBg {
121
+ top: -0.1475rem;
122
+ }
123
+
120
124
  .sapMCbDisplayOnly .sapMCbBg {
121
125
  top: 0.5625rem;
122
126
  left: 0.5625rem;
@@ -8,10 +8,6 @@
8
8
  /* ========================================================================== */
9
9
 
10
10
  @_sap_m_IconTabBar_TextShadow: none;
11
- @_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -1px;
12
- @_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -1px;
13
- @_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -1px;
14
- @_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -1px;
15
11
  @_sap_m_IconTabBar_More_Button_Border_Radius: 0px;
16
12
 
17
13
  /* ==================== Cozy size ==================== */
@@ -8,6 +8,7 @@
8
8
  .sapMLIBHoverable:hover .sapMObjectNumberText,
9
9
  .sapMLIBHoverable:hover .sapMObjectNumberUnit {
10
10
  color: var(--sapList_Active_TextColor);
11
+ text-shadow: none;
11
12
  }
12
13
 
13
14
  .sapMText.sapMObjLTitle {
@@ -182,6 +182,10 @@
182
182
  padding: 0.1875rem 0.313rem;
183
183
  }
184
184
 
185
+ .sapMObjStatusInverted .sapMObjStatusTitle {
186
+ vertical-align: middle;
187
+ }
188
+
185
189
  .sapMObjStatusInverted .sapMObjStatusText {
186
190
  padding: 0.1875rem 0.25rem;
187
191
  }
@@ -577,34 +581,31 @@
577
581
  background-color: var(--sapIndicationColor_10b_Hover_Background);
578
582
  }
579
583
 
580
- html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
581
- top: 0.125rem;
582
- left: 0.125rem;
583
- bottom: 0.0625rem;
584
- right: 0.125rem;
585
- outline: 0.125rem dotted var(--sapContent_FocusColor);
586
- }
587
584
 
588
585
  .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon),
589
586
  .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon > .sapUiIcon {
590
587
  height: 0.875rem;
591
588
  }
592
589
 
590
+ .sapMObjStatusLink {
591
+ line-height: 0.5rem;
592
+ }
593
+
593
594
  html.sap-desktop .sapMObjStatusActive:focus {
594
595
 
595
596
  .sapMObjStatusLink::after {
596
- top: -1px;
597
- left: 1px;
598
- bottom: -1px;
599
- right: 1px;
597
+ top: 0;
598
+ left: 0;
599
+ bottom: 0;
600
+ right: 0;
600
601
  outline: 2px dotted var(--sapContent_FocusColor);
601
602
  }
602
603
 
603
604
  &.sapMObjStatusInverted .sapMObjStatusLink::after {
604
- top: -1px;
605
- left: 2px;
606
- bottom: -1px;
607
- right: 2px;
605
+ top: 3px;
606
+ left: 3px;
607
+ bottom: 3px;
608
+ right: 3px;
608
609
 
609
610
  .sapMObjStatusIcon > .sapUiIcon {
610
611
  line-height: 0.875rem;
@@ -24,7 +24,6 @@
24
24
  @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
25
25
  @_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
26
26
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
27
- @_sap_tnt_NavigationList_GroupPadding: 0;
28
27
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
29
28
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
30
29
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
@@ -157,9 +157,9 @@
157
157
  .sapMTitle {
158
158
  text-shadow: none;
159
159
  line-height: 1.625rem;
160
- font-size: 1.125rem;
161
- font-weight: bold;
162
- color: var(--sapShell_TextColor);
160
+ font-size: var(-sapFontHeader5Size);
161
+ font-family: var(--sapFontSemiboldDuplexFamily);
162
+ color: var(--sapShell_SubBrand_TextColor);
163
163
  }
164
164
 
165
165
  .sapMText,
@@ -24,7 +24,6 @@
24
24
  @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
25
25
  @_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
26
26
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
27
- @_sap_tnt_NavigationList_GroupPadding: 0;
28
27
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
29
28
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
30
29
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
@@ -158,9 +158,9 @@
158
158
  .sapMTitle {
159
159
  text-shadow: none;
160
160
  line-height: 1.625rem;
161
- font-size: 1.125rem;
162
- font-weight: bold;
163
- color: var(--sapShell_TextColor);
161
+ font-size: var(-sapFontHeader5Size);
162
+ font-family: var(--sapFontSemiboldDuplexFamily);
163
+ color: var(--sapShell_SubBrand_TextColor);
164
164
  }
165
165
 
166
166
  .sapMText,
@@ -25,7 +25,6 @@
25
25
  @_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
26
26
  @_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
27
27
  @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
28
- @_sap_tnt_NavigationList_GroupPadding: 0;
29
28
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
30
29
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
31
30
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
@@ -165,9 +165,9 @@
165
165
  .sapMTitle {
166
166
  text-shadow: none;
167
167
  line-height: 1.625rem;
168
- font-size: 1.125rem;
169
- font-weight: bold;
170
- color: var(--sapShell_TextColor);
168
+ font-size: var(-sapFontHeader5Size);
169
+ font-family: var(--sapFontSemiboldDuplexFamily);
170
+ color: var(--sapShell_SubBrand_TextColor);
171
171
  }
172
172
 
173
173
  .sapMText,
@@ -25,7 +25,6 @@
25
25
  @_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
26
26
  @_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
27
27
  @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
28
- @_sap_tnt_NavigationList_GroupPadding: 0;
29
28
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
30
29
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
31
30
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
@@ -165,9 +165,9 @@
165
165
  .sapMTitle {
166
166
  text-shadow: none;
167
167
  line-height: 1.625rem;
168
- font-size: 1.125rem;
169
- font-weight: bold;
170
- color: var(--sapShell_TextColor);
168
+ font-size: var(-sapFontHeader5Size);
169
+ font-family: var(--sapFontSemiboldDuplexFamily);
170
+ color: var(--sapShell_SubBrand_TextColor);
171
171
  }
172
172
 
173
173
  .sapMText,
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.138.0</version>
9
+ <version>1.139.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.7
4
- // * data:{"sModified":"2025-06-12T08:20:10Z"}
3
+ // * Theming Engine 16.0.2
4
+ // * data:{"sModified":"2025-05-14T05:17:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.31.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.30.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -520,7 +520,7 @@
520
520
 
521
521
  // [Tags "!Protected"]
522
522
  // [Protected "!true"]
523
- @sapContent_Lite_Shadow: none;
523
+ @sapContent_Lite_Shadow: None;
524
524
 
525
525
  // [Tags "!Protected"]
526
526
  // [Protected "!true"]
@@ -780,7 +780,7 @@
780
780
 
781
781
  // [Tags "!Protected"]
782
782
  // [Protected "!true"]
783
- @sapShell_BorderColor: darken(@sapShellColor, 15);
783
+ @sapShell_BorderColor: @sapShellColor;
784
784
 
785
785
  // [Tags "!Protected"]
786
786
  // [Protected "!true"]
@@ -3577,13 +3577,13 @@
3577
3577
  // [Tags "!Protected"]
3578
3578
  // [Protected "!true"]
3579
3579
  @sapChart_Neutral: #758ca4;
3580
- @sapChart_Sequence_1_Plus3: lighten(@sapChart_Sequence_1, 23);
3580
+ @sapChart_Sequence_1_Plus3: lighten(saturate(@sapChart_Sequence_1, 14), 25);
3581
3581
  @sapChart_Sequence_1_Plus3_TextColor: contrast(@sapChart_Sequence_1_Plus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3582
3582
  @sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3583
- @sapChart_Sequence_1_Plus2: lighten(@sapChart_Sequence_1, 15);
3583
+ @sapChart_Sequence_1_Plus2: lighten(desaturate(@sapChart_Sequence_1, 1), 7);
3584
3584
  @sapChart_Sequence_1_Plus2_TextColor: contrast(@sapChart_Sequence_1_Plus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3585
3585
  @sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3586
- @sapChart_Sequence_1_Plus1: lighten(@sapChart_Sequence_1, 8);
3586
+ @sapChart_Sequence_1_Plus1: lighten(saturate(@sapChart_Sequence_1, 12), 8);
3587
3587
  @sapChart_Sequence_1_Plus1_TextColor: contrast(@sapChart_Sequence_1_Plus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3588
3588
  @sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3589
3589
 
@@ -3592,20 +3592,20 @@
3592
3592
  @sapChart_Sequence_1: @sapChart_OrderedColor_1;
3593
3593
  @sapChart_Sequence_1_TextColor: contrast(@sapChart_Sequence_1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3594
3594
  @sapChart_Sequence_1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3595
- @sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1_Minus1;
3596
- @sapChart_Sequence_1_Minus1: darken(@sapChart_Sequence_1, 10);
3595
+ @sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1;
3596
+ @sapChart_Sequence_1_Minus1: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3597
3597
  @sapChart_Sequence_1_Minus1_TextColor: contrast(@sapChart_Sequence_1_Minus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3598
3598
  @sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3599
- @sapChart_Sequence_1_Minus2: darken(@sapChart_Sequence_1, 16);
3599
+ @sapChart_Sequence_1_Minus2: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3600
3600
  @sapChart_Sequence_1_Minus2_TextColor: contrast(@sapChart_Sequence_1_Minus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3601
3601
  @sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3602
- @sapChart_Sequence_1_Minus3: darken(@sapChart_Sequence_1, 22);
3602
+ @sapChart_Sequence_1_Minus3: darken(desaturate(@sapChart_Sequence_1, 8), 22);
3603
3603
  @sapChart_Sequence_1_Minus3_TextColor: contrast(@sapChart_Sequence_1_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3604
3604
  @sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3605
- @sapChart_Sequence_1_Minus4: darken(@sapChart_Sequence_1, 32);
3605
+ @sapChart_Sequence_1_Minus4: darken(desaturate(@sapChart_Sequence_1, 7), 27);
3606
3606
  @sapChart_Sequence_1_Minus4_TextColor: contrast(@sapChart_Sequence_1_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3607
3607
  @sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3608
- @sapChart_Sequence_1_Minus5: darken(@sapChart_Sequence_1, 36);
3608
+ @sapChart_Sequence_1_Minus5: darken(desaturate(@sapChart_Sequence_1, 7), 32);
3609
3609
  @sapChart_Sequence_1_Minus5_TextColor: contrast(@sapChart_Sequence_1_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3610
3610
  @sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3611
3611
  @sapChart_Sequence_2_Plus3: lighten(desaturate(@sapChart_Sequence_2, 20), 30);
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.138.0</version>
9
+ <version>1.139.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.7
4
- // * data:{"sModified":"2025-06-12T08:20:10Z"}
3
+ // * Theming Engine 16.0.2
4
+ // * data:{"sModified":"2025-05-14T05:17:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.31.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.30.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -780,7 +780,7 @@
780
780
 
781
781
  // [Tags "!Protected"]
782
782
  // [Protected "!true"]
783
- @sapShell_BorderColor: lighten(@sapShellColor, 8);
783
+ @sapShell_BorderColor: @sapShellColor;
784
784
 
785
785
  // [Tags "!Protected"]
786
786
  // [Protected "!true"]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.138.0</version>
9
+ <version>1.139.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.7
4
- // * data:{"sModified":"2025-06-12T08:20:10Z"}
3
+ // * Theming Engine 16.0.2
4
+ // * data:{"sModified":"2025-05-14T05:17:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.31.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.30.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -947,7 +947,7 @@
947
947
 
948
948
  // [Tags "!Protected"]
949
949
  // [Protected "!true"]
950
- @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
950
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
951
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
952
952
 
953
953
  // [Tags "!Protected"]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.138.0</version>
9
+ <version>1.139.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.7
4
- // * data:{"sModified":"2025-06-12T08:20:10Z"}
3
+ // * Theming Engine 16.0.2
4
+ // * data:{"sModified":"2025-05-14T05:17:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.31.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.30.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -947,7 +947,7 @@
947
947
 
948
948
  // [Tags "!Protected"]
949
949
  // [Protected "!true"]
950
- @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
950
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
951
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
952
952
 
953
953
  // [Tags "!Protected"]
@@ -19,4 +19,11 @@
19
19
 
20
20
  .sapMdcValueHelpPanel .sapMITBContent {
21
21
  background-color: transparent;
22
- }
22
+ }
23
+
24
+ .sapMdcTokenizerPanel .sapMTokenizer {
25
+ border-top: 0;
26
+ border-left: 0;
27
+ border-right: 0;
28
+ box-shadow: @sapUiFieldShadow;
29
+ }
@@ -19,4 +19,11 @@
19
19
 
20
20
  .sapMdcValueHelpPanel .sapMITBContent {
21
21
  background-color: transparent;
22
+ }
23
+
24
+ .sapMdcTokenizerPanel .sapMTokenizer {
25
+ border-top: 0;
26
+ border-left: 0;
27
+ border-right: 0;
28
+ box-shadow: @sapUiFieldShadow;
22
29
  }
@@ -1,9 +1,9 @@
1
1
  /******************************************************************
2
2
  Style of the RTA Contextmenu - Horizon Theme
3
3
  *******************************************************************/
4
- @_sap_ui_rta_ContextMenu_BorderLightColor: @sapUiShellBorderColor; //#fff
5
- @_sap_ui_rta_ContextMenu_BorderDarkColor: @sapUiShellSelectedTextColor; //#0070f2
6
- @_sap_ui_rta_ContextMenu_BorderRadius: @sapUiGroupBorderCornerRadius; // 0.5rem
4
+ @_sap_ui_rta_ContextMenu_BorderLightColor: var(--sapToolbar_Background); //#fff
5
+ @_sap_ui_rta_ContextMenu_BorderDarkColor: var(--sapInformationBorderColor); //#0070f2
6
+ @_sap_ui_rta_ContextMenu_BorderRadius: var(--sapGroup_BorderCornerRadius); // 0.75rem
7
7
 
8
8
  .sapUiRtaMode {
9
9
  .sapUiDtContextMenu {
@@ -1,8 +1,8 @@
1
1
  /******************************************************************
2
2
  Style of the RTA Dialogs - Horizon Theme
3
3
  *******************************************************************/
4
- @_sap_ui_rta_Dialogs_BorderLightColor: @sapUiShellBorderColor; //#fff
5
- @_sap_ui_rta_Dialogs_BorderDarkColor: @sapUiShellSelectedTextColor; //#0070f2
4
+ @_sap_ui_rta_Dialogs_BorderLightColor: var(--sapToolbar_Background); //#fff
5
+ @_sap_ui_rta_Dialogs_BorderDarkColor: var(--sapInformationBorderColor); //#0070f2
6
6
 
7
7
  .sapMDialog.sapUiRTABorder {
8
8
  border-image: none;