@openui5/themelib_sap_horizon 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 (84) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -2
  4. package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -2
  5. package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -2
  6. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -1
  7. package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +4 -4
  8. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
  9. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +1 -2
  10. package/src/sap/m/themes/sap_horizon/GenericTile.less +0 -10
  11. package/src/sap/m/themes/sap_horizon/IconTabBar.less +79 -87
  12. package/src/sap/m/themes/sap_horizon/MessageStrip.less +0 -3
  13. package/src/sap/m/themes/sap_horizon/Table.less +12 -3
  14. package/src/sap/m/themes/sap_horizon/TimePicker.less +3 -3
  15. package/src/sap/m/themes/sap_horizon/TimePickerSliders.less +59 -31
  16. package/src/sap/m/themes/sap_horizon/Title.less +8 -6
  17. package/src/sap/m/themes/sap_horizon/Token.less +1 -0
  18. package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -0
  19. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -10
  20. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +94 -80
  21. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +0 -4
  22. package/src/sap/m/themes/sap_horizon_dark/Table.less +12 -3
  23. package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +3 -3
  24. package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +59 -31
  25. package/src/sap/m/themes/sap_horizon_dark/Title.less +8 -6
  26. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +11 -11
  27. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +0 -5
  28. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +1 -0
  29. package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +4 -0
  30. package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +3 -3
  31. package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +58 -30
  32. package/src/sap/m/themes/sap_horizon_hcb/Title.less +8 -6
  33. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +9 -11
  34. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +0 -5
  35. package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +4 -0
  36. package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +3 -3
  37. package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +57 -31
  38. package/src/sap/m/themes/sap_horizon_hcw/Title.less +8 -6
  39. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -9
  40. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -9
  41. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +5 -8
  42. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +5 -8
  43. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  44. package/src/sap/ui/core/themes/sap_horizon/base.less +77 -19
  45. package/src/sap/ui/core/themes/sap_horizon/global.less +7 -0
  46. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  47. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -22
  48. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +7 -0
  49. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  50. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +62 -4
  51. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +7 -0
  52. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  53. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +62 -4
  54. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +7 -0
  55. package/src/sap/ui/table/themes/sap_horizon/Cell.less +7 -5
  56. package/src/sap/ui/table/themes/sap_horizon/Grouping.less +11 -11
  57. package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
  58. package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +7 -7
  59. package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +2 -1
  60. package/src/sap/ui/table/themes/sap_horizon/Table.less +4 -4
  61. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +7 -5
  62. package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +11 -11
  63. package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +10 -10
  64. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +6 -6
  65. package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +1 -0
  66. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +3 -3
  67. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +4 -3
  68. package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +1 -1
  69. package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +2 -2
  70. package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +1 -1
  71. package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +4 -4
  72. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +1 -0
  73. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +2 -2
  74. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +4 -3
  75. package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +1 -1
  76. package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +2 -2
  77. package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +1 -1
  78. package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +4 -4
  79. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +1 -0
  80. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +2 -2
  81. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -0
  82. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -0
  83. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -0
  84. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -0
@@ -7,7 +7,6 @@
7
7
  /* Variables overriding */
8
8
  /* ========================================================================== */
9
9
 
10
- @_sap_m_IconTabBar_TextColor: var(--sapContent_LabelColor);
11
10
  @_sap_m_IconTabBar_TextShadow: none;
12
11
  @_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -1px;
13
12
  @_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -1px;
@@ -18,7 +17,6 @@
18
17
  /* ==================== Cozy size ==================== */
19
18
 
20
19
  /* Content arrow */
21
- @_sap_m_IconTabBar_ContentArrowBorderWidth: 0.313rem;
22
20
  @_sap_m_IconTabBar_ContentArrowHeight: 0.875rem;
23
21
 
24
22
  /* Inline mode */
@@ -131,14 +129,12 @@
131
129
  /* Variables */
132
130
  /* ========================================================================== */
133
131
 
134
- @_sap_m_IconTabBar_TextHoverColor: darken(@sapUiGroupTitleTextColor, 10);
135
- @_sap_m_IconTabBar_SelectedTextColor: var(--sapContent_LabelColor);
132
+ @_sap_m_IconTabBar_SelectedTextColor: var(--sapTab_Selected_Background);
136
133
  @_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
137
134
  @_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
138
135
 
139
136
  /* =========== Shell =========== */
140
137
  @_sap_m_IconTabBar_ShellHeaderShadow: var(--sapShell_Shadow);
141
- @_sap_m_IconTabBar_ShellContentArrowHeight: 0.313rem;
142
138
  @_sap_m_IconTabBar_ShellOverflowBorderColor: var(--sapButton_BorderColor);
143
139
  @_sap_m_IconTabBar_ShellOverflowHoverBorderColor: var(--sapButton_Hover_BorderColor);
144
140
  @_sap_m_IconTabBar_ShellOverflowPressedBorderColor: var(--sapButton_Active_BorderColor);
@@ -243,7 +239,6 @@
243
239
  }
244
240
 
245
241
  .sapMITBContentArrow {
246
- border-bottom: none;
247
242
  position: relative;
248
243
 
249
244
  /* creates border bottom with rounded top corners */
@@ -253,7 +248,6 @@
253
248
  bottom: 0;
254
249
  left: 0;
255
250
  right: 0;
256
- height: @_sap_m_IconTabBar_ContentArrowBorderWidth;
257
251
  border-radius: 0.125rem 0.125rem 0 0;
258
252
  }
259
253
  }
@@ -299,17 +293,21 @@
299
293
  }
300
294
 
301
295
  .sapMITBFilterIcon {
302
- border: 1px solid var(--sapGroup_TitleTextColor);
296
+ border: 0.125rem solid var(--sapTab_ForegroundColor);
303
297
  }
304
298
 
305
299
  .sapMITBFilterDefault {
306
300
  color: var(--sapContent_ContrastIconColor);
307
301
  }
308
302
 
303
+ .sapMITBTab .sapMITBFilterDefault {
304
+ background-color: var(--sapTab_Background);
305
+ }
306
+
309
307
  .sapMITBSelected {
310
308
 
311
309
  .sapMITBContentArrow::after {
312
- background: var(--sapList_SelectionBorderColor);
310
+ background: var(--sapTab_ForegroundColor);
313
311
  }
314
312
 
315
313
  .sapMITBFilterDefault,
@@ -317,8 +315,8 @@
317
315
  .sapMITBFilterPositive,
318
316
  .sapMITBFilterNegative,
319
317
  .sapMITBFilterCritical {
320
- background: var(--sapSelectedColor);
321
- color: var(--sapContent_ContrastIconColor);
318
+ background: var(--sapTab_Positive_Selected_Background);
319
+ color: var( --sapTab_Positive_Selected_IconColor);
322
320
  }
323
321
  }
324
322
 
@@ -3,11 +3,6 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMMsgStrip {
7
- border-radius: var(--sapPopover_BorderCornerRadius);
8
- border-width: 0.125rem;
9
- }
10
-
11
6
  .sapMMsgStripCloseButton {
12
7
  top: -0.4375rem;
13
8
  }
@@ -24,4 +24,8 @@
24
24
  .sapMTabStrip {
25
25
  height: 3.25rem;
26
26
  }
27
+ }
28
+
29
+ .sapMTabContIcon.sapUiIcon{
30
+ color: var(--sapContent_IconColor);
27
31
  }
@@ -3,6 +3,6 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_m_TimePicker_ItemColor: @sapUiLegendWorkingBackground;
7
- @_sap_m_TimePicker_ItemHoverColor: @sapUiListHoverBackground;
8
- @_sap_m_TimePicker_ItemBorderColor: @sapUiListBackground;
6
+ @_sap_m_TimePicker_ItemColor: var(--sapLegend_WorkingBackground);
7
+ @_sap_m_TimePicker_ItemHoverColor: var(--sapList_Hover_Background);
8
+ @_sap_m_TimePicker_ItemBorderColor: var(--sapList_Background);
@@ -3,16 +3,16 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ======================================== */
5
5
 
6
- /* ======================================== */
7
- /* TimePicker Dropdown */
8
- /* ======================================== */
6
+ /* TimePicker Dropdown */
9
7
  .sapMTimePickerSlider {
8
+
10
9
  .sapMTimePickerItem {
11
- border-radius: @sapUiElementBorderCornerRadius;
10
+ border-radius: var(--sapElement_BorderCornerRadius);
12
11
  }
13
12
  }
14
13
 
15
14
  .sapMTimePickerContainer {
15
+
16
16
  .sapMTPColumn:not(:last-child),
17
17
  .sapMTPColumn.sapMTPSliderExpanded:not(:last-child) {
18
18
  margin-right: 0.5rem;
@@ -20,77 +20,96 @@
20
20
  }
21
21
 
22
22
  .sapMTimePickerContainer .sapMTPColumn {
23
+
23
24
  .sapMTimePickerSlider,
24
25
  .sapMTimePickerLabel,
25
26
  .sapMTimePickerSlider {
27
+
26
28
  .sapMTimePickerItem,
27
29
  .sapMTPPickerSelectionFrame,
28
30
  .sapMTPSliderExpanded {
29
31
  width: 3rem;
30
32
  height: 2.875rem;
31
33
  }
34
+
32
35
  width: 3rem;
33
36
  height: 2.875rem;
34
37
  }
35
38
  }
36
39
 
37
40
  .sapUiSizeCompact .sapMTimePickerContainer .sapMTPColumn {
41
+
38
42
  .sapMTimePickerSlider,
39
43
  .sapMTimePickerLabel,
40
44
  .sapMTimePickerSlider {
45
+
41
46
  .sapMTimePickerItem,
42
47
  .sapMTPPickerSelectionFrame,
43
48
  .sapMTPSliderExpanded {
44
49
  width: 3rem;
45
50
  }
51
+
46
52
  width: 3rem;
47
53
  height: 2rem;
48
54
  }
49
55
  }
50
56
 
51
57
  .sapMTimePickerContainer {
58
+
52
59
  .sapMTPColumn {
60
+
53
61
  .sapMTimePickerSlider {
62
+
54
63
  .sapMTimePickerItem {
55
- background: @sapUiContentSelectedBackground;
56
- border: 0.0625rem solid @sapUiListSelectionBorderColor;
64
+ background: var(--sapContent_Selected_Background);
65
+ border: 0.0625rem solid var(--sapList_SelectionBorderColor);
66
+
57
67
  &:hover {
58
- background: @sapUiContentSelectedHoverBackground;
68
+ background: var(--sapContent_Selected_Hover_Background);
59
69
  }
60
70
  }
61
71
  }
72
+
62
73
  &.sapMTPSliderExpanded {
74
+
63
75
  .sapMTimePickerSlider {
76
+
64
77
  .sapMTimePickerItem {
65
- background: @sapUiLegendWorkingBackground;
66
- border: 0.0625rem solid @sapUiListBackground;
78
+ background: var(--sapLegend_WorkingBackground);
79
+ border: 0.0625rem solid var(--sapList_Background);
80
+
67
81
  &:hover {
68
- background: @sapUiListHoverBackground;
69
- border: solid 0.0625rem @sapUiListSelectionBorderColor;
82
+ background: var(--sapList_Hover_Background);
83
+ border: solid 0.0625rem var(--sapList_SelectionBorderColor);
70
84
  }
85
+
71
86
  &:active {
72
- background: @sapUiContentSelectedBackground;
73
- color: @sapUiContentSelectedTextColor;
87
+ background: var(--sapContent_Selected_Background);
88
+ color: var(--sapContent_Selected_TextColor);
74
89
  }
75
- &.sapMTimePickerItemSelected{
76
- background: @sapUiListBackground
90
+
91
+ &.sapMTimePickerItemSelected {
92
+ background: var(--sapList_Background)
77
93
  }
78
94
  }
95
+
79
96
  .sapMTPPickerSelectionFrame {
80
- border: solid 0.0625rem @sapUiListSelectionBorderColor;
81
- border-radius: @sapUiElementBorderCornerRadius;
82
- outline:none;
83
-
97
+ border: solid 0.0625rem var(--sapList_SelectionBorderColor);
98
+ border-radius: var(--sapElement_BorderCornerRadius);
99
+ outline: none;
100
+
84
101
  &:hover {
102
+
85
103
  + ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
86
- background: @sapUiListHoverBackground;
87
- border: solid 0.0625rem @sapUiListSelectionBorderColor;
104
+ background: var(--sapList_Hover_Background);
105
+ border: solid 0.0625rem var(--sapList_SelectionBorderColor);
88
106
  }
89
107
  }
108
+
90
109
  &:active {
91
110
  & + ul > li.sapMTimePickerItem.sapMTimePickerItemSelected {
92
- background: @sapUiContentSelectedBackground;
93
- color: @sapUiContentSelectedTextColor;
111
+ background: var(--sapContent_Selected_Background);
112
+ color: var(--sapContent_Selected_TextColor);
94
113
  }
95
114
  }
96
115
  }
@@ -103,41 +122,48 @@
103
122
  }
104
123
  }
105
124
 
106
-
107
125
  /* PHONE STYLES */
108
126
  .sap-phone {
109
- /* ======================================== */
110
- /* TimePicker Dropdown */
111
- /* ======================================== */
112
127
 
128
+ /* TimePicker Dropdown */
113
129
  .sapMTimePickerContainer {
130
+
114
131
  .sapMTPColumn {
132
+
115
133
  .sapMTimePickerSlider,
116
134
  .sapMTimePickerLabel,
117
135
  .sapMTimePickerSlider {
136
+
118
137
  .sapMTimePickerItem,
119
138
  .sapMTPPickerSelectionFrame,
120
139
  .sapMTPSliderExpanded {
121
140
  width: 3rem;
122
141
  height: 2.875rem;
123
142
  }
143
+
124
144
  width: 3rem;
125
145
  height: 2.875rem;
126
146
  }
147
+
127
148
  .sapMTimePickerSlider {
149
+
128
150
  .sapMTimePickerItem {
129
- border: 1px solid @sapUiListBackground;
151
+ border: 1px solid var(--sapList_Background);
130
152
  }
131
153
  }
154
+
132
155
  &.sapMTPSliderExpanded {
156
+
133
157
  .sapMTimePickerSlider {
158
+
134
159
  .sapMTimePickerItem {
135
- background: @sapUiLegendWorkingBackground;
136
- border: 1px solid @sapUiListBackground;
160
+ background: var(--sapLegend_WorkingBackground);
161
+ border: 1px solid var(--sapList_Background);
137
162
  width: 3rem;
138
163
  }
164
+
139
165
  .sapMTPPickerSelectionFrame {
140
- outline: 0.0.0625rem solid @sapUiListSelectionBorderColor;
166
+ outline: 0.0625rem solid var(--sapList_SelectionBorderColor);
141
167
  outline-offset: -0.188rem;
142
168
  }
143
169
  }
@@ -1,7 +1,7 @@
1
- /* ======================================== */
2
- /* CSS for control sap.m/Title */
3
- /* Horizon High Contrast White theme */
4
- /* ======================================== */
1
+ /* ================================= */
2
+ /* CSS for control sap.m/Title */
3
+ /* Horizon High Contrast White theme */
4
+ /* ================================= */
5
5
 
6
6
  .sapFFCL {
7
7
 
@@ -11,7 +11,9 @@
11
11
  .sapFDynamicPage-Std-Phone {
12
12
 
13
13
  .sapFDynamicPageTitleMain {
14
+
14
15
  .sapFDynamicPageTitleMainInner {
16
+
15
17
  .sapFDynamicPageTitleMainHeading {
16
18
  align-self: auto;
17
19
 
@@ -19,8 +21,8 @@
19
21
  margin-top: 0.6875rem;
20
22
 
21
23
  .sapMTitle:not(.sapUICompVarMngmtTitle):not(.sapMVarMngmtTitle) {
22
- font-size: @sapUiObjectHeaderTitleSnappedFontSize;
23
- font-family: @sapUiObjectHeaderTitleFontFamily;
24
+ font-size: var(--sapObjectHeader_Title_SnappedFontSize);
25
+ font-family: var(--sapObjectHeader_Title_FontFamily);
24
26
  }
25
27
  }
26
28
  }
@@ -10,7 +10,7 @@
10
10
  @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
11
11
  @_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
12
12
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
13
- @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
13
+ @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
14
14
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
15
15
  @_sap_tnt_NavigationList_ItemFocusBorderRadius: @_sap_tnt_NavigationList_ItemBorderRadius + @sapUiContentFocusWidth;
16
16
  @_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out, max-width 0.3s ease-in-out;
@@ -22,19 +22,15 @@
22
22
  @_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
23
23
  @_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
24
24
  @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
25
- @_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
25
+ @_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
26
26
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
27
27
  @_sap_tnt_NavigationList_GroupPadding: 0;
28
28
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
29
29
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
30
30
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
31
- @_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
32
- @_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
31
+ @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
33
32
  @_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
34
- @_sap_tnt_NavigationList_PopupIconWidth: 0.5rem;
35
- @_sap_tnt_NavigationList_PopupBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
36
- @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
37
- @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
33
+ @_sap_tnt_NavigationList_PopupTitleTextSize: var(--sapFontSize);
38
34
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
39
35
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
40
36
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
@@ -54,4 +50,4 @@
54
50
  @_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
55
51
  @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
56
52
  @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
57
- @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
53
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -10,7 +10,7 @@
10
10
  @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
11
11
  @_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
12
12
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
13
- @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
13
+ @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
14
14
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
15
15
  @_sap_tnt_NavigationList_ItemFocusBorderRadius: @_sap_tnt_NavigationList_ItemBorderRadius + @sapUiContentFocusWidth;
16
16
  @_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out, max-width 0.3s ease-in-out;
@@ -22,19 +22,15 @@
22
22
  @_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
23
23
  @_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
24
24
  @_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
25
- @_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
25
+ @_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
26
26
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
27
27
  @_sap_tnt_NavigationList_GroupPadding: 0;
28
28
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
29
29
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
30
30
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
31
- @_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
32
- @_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
31
+ @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
33
32
  @_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
34
- @_sap_tnt_NavigationList_PopupIconWidth: 0.5rem;
35
- @_sap_tnt_NavigationList_PopupBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 64);
36
- @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 64);
37
- @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
33
+ @_sap_tnt_NavigationList_PopupTitleTextSize: var(--sapFontSize);
38
34
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
39
35
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
40
36
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
@@ -54,4 +50,4 @@
54
50
  @_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
55
51
  @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
56
52
  @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
57
- @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
53
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -18,7 +18,8 @@
18
18
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
19
19
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
20
20
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
21
- @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
21
+ @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
22
+ @_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
22
23
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
23
24
  @_sap_tnt_NavigationList_GroupIconWidth: 2rem;
24
25
  @_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
@@ -29,12 +30,8 @@
29
30
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
30
31
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
31
32
  @_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
32
- @_sap_tnt_NavigationList_PopupIconWidth: 0.5rem;
33
- @_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
34
- @_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
35
- @_sap_tnt_NavigationList_PopupBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
36
- @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
37
- @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
33
+ @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
34
+ @_sap_tnt_NavigationList_PopupTitleTextSize: var(--sapFontSize);
38
35
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
39
36
  @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
40
37
  @_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
@@ -53,4 +50,4 @@
53
50
  @_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
54
51
  @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
55
52
  @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
56
- @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
53
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -18,7 +18,8 @@
18
18
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
19
19
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
20
20
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
21
- @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.25rem;
21
+ @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
22
+ @_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
22
23
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
23
24
  @_sap_tnt_NavigationList_GroupIconWidth: 2rem;
24
25
  @_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
@@ -29,12 +30,8 @@
29
30
  @_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
30
31
  @_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
31
32
  @_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
32
- @_sap_tnt_NavigationList_PopupIconWidth: 0.5rem;
33
- @_sap_tnt_NavigationList_ParentPopupPadding: 0.75rem;
34
- @_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
35
- @_sap_tnt_NavigationList_PopupBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
36
- @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
37
- @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
33
+ @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
34
+ @_sap_tnt_NavigationList_PopupTitleTextSize: var(--sapFontSize);
38
35
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
39
36
  @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
40
37
  @_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
@@ -53,4 +50,4 @@
53
50
  @_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
54
51
  @_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
55
52
  @_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
56
- @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
53
+ @_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
@@ -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 Horizon theme library.</documentation>
12
12