@openui5/themelib_sap_belize 1.131.1 → 1.132.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 (111) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_belize/CardHeaders.less +6 -0
  4. package/src/sap/f/themes/sap_belize/library.source.less +1 -1
  5. package/src/sap/f/themes/sap_belize_base/Card.less +15 -15
  6. package/src/sap/f/themes/sap_belize_base/library.source.less +1 -1
  7. package/src/sap/f/themes/sap_belize_hcb/CardHeaders.less +6 -0
  8. package/src/sap/f/themes/sap_belize_hcb/library.source.less +1 -1
  9. package/src/sap/f/themes/sap_belize_hcw/CardHeaders.less +6 -0
  10. package/src/sap/f/themes/sap_belize_hcw/library.source.less +1 -1
  11. package/src/sap/f/themes/sap_belize_plus/library.source.less +1 -1
  12. package/src/sap/m/themes/sap_belize/library.source.less +1 -1
  13. package/src/sap/m/themes/sap_belize_base/ColumnListItem.less +4 -1
  14. package/src/sap/m/themes/sap_belize_base/DynamicDateRange.less +3 -0
  15. package/src/sap/m/themes/sap_belize_base/NumericContent.less +2 -2
  16. package/src/sap/m/themes/sap_belize_base/Popover.less +9 -6
  17. package/src/sap/m/themes/sap_belize_base/SearchField.less +0 -5
  18. package/src/sap/m/themes/sap_belize_base/Table.less +6 -7
  19. package/src/sap/m/themes/sap_belize_base/library.source.less +1 -1
  20. package/src/sap/m/themes/sap_belize_hcb/library.source.less +1 -1
  21. package/src/sap/m/themes/sap_belize_hcw/library.source.less +1 -1
  22. package/src/sap/m/themes/sap_belize_plus/library.source.less +1 -1
  23. package/src/sap/tnt/themes/sap_belize/library.source.less +1 -1
  24. package/src/sap/tnt/themes/sap_belize_base/library.source.less +1 -1
  25. package/src/sap/tnt/themes/sap_belize_hcb/library.source.less +1 -1
  26. package/src/sap/tnt/themes/sap_belize_hcw/library.source.less +1 -1
  27. package/src/sap/tnt/themes/sap_belize_plus/library.source.less +1 -1
  28. package/src/sap/ui/codeeditor/themes/sap_belize/library.source.less +1 -1
  29. package/src/sap/ui/codeeditor/themes/sap_belize_base/library.source.less +1 -1
  30. package/src/sap/ui/codeeditor/themes/sap_belize_hcb/library.source.less +1 -1
  31. package/src/sap/ui/codeeditor/themes/sap_belize_hcw/library.source.less +1 -1
  32. package/src/sap/ui/codeeditor/themes/sap_belize_plus/library.source.less +1 -1
  33. package/src/sap/ui/commons/themes/sap_belize/library.source.less +1 -1
  34. package/src/sap/ui/commons/themes/sap_belize_base/library.source.less +1 -1
  35. package/src/sap/ui/commons/themes/sap_belize_hcb/library.source.less +1 -1
  36. package/src/sap/ui/commons/themes/sap_belize_hcw/library.source.less +1 -1
  37. package/src/sap/ui/commons/themes/sap_belize_plus/library.source.less +1 -1
  38. package/src/sap/ui/core/themes/sap_belize/.theme +2 -2
  39. package/src/sap/ui/core/themes/sap_belize/base.less +138 -104
  40. package/src/sap/ui/core/themes/sap_belize/global.less +1 -1
  41. package/src/sap/ui/core/themes/sap_belize/library.source.less +1 -1
  42. package/src/sap/ui/core/themes/sap_belize_base/global.less +5 -5
  43. package/src/sap/ui/core/themes/sap_belize_base/library.source.less +1 -1
  44. package/src/sap/ui/core/themes/sap_belize_base/shared.less +4 -0
  45. package/src/sap/ui/core/themes/sap_belize_hcb/.theme +2 -2
  46. package/src/sap/ui/core/themes/sap_belize_hcb/base.less +144 -110
  47. package/src/sap/ui/core/themes/sap_belize_hcb/global.less +1 -1
  48. package/src/sap/ui/core/themes/sap_belize_hcb/library.source.less +1 -1
  49. package/src/sap/ui/core/themes/sap_belize_hcw/.theme +2 -2
  50. package/src/sap/ui/core/themes/sap_belize_hcw/base.less +144 -110
  51. package/src/sap/ui/core/themes/sap_belize_hcw/global.less +1 -1
  52. package/src/sap/ui/core/themes/sap_belize_hcw/library.source.less +1 -1
  53. package/src/sap/ui/core/themes/sap_belize_plus/.theme +2 -2
  54. package/src/sap/ui/core/themes/sap_belize_plus/base.less +4 -3
  55. package/src/sap/ui/core/themes/sap_belize_plus/library.source.less +1 -1
  56. package/src/sap/ui/dt/themes/sap_belize/library.source.less +1 -1
  57. package/src/sap/ui/dt/themes/sap_belize_base/library.source.less +1 -1
  58. package/src/sap/ui/dt/themes/sap_belize_hcb/library.source.less +1 -1
  59. package/src/sap/ui/dt/themes/sap_belize_hcw/library.source.less +1 -1
  60. package/src/sap/ui/dt/themes/sap_belize_plus/library.source.less +1 -1
  61. package/src/sap/ui/fl/themes/sap_belize/library.source.less +1 -1
  62. package/src/sap/ui/fl/themes/sap_belize_base/library.source.less +1 -1
  63. package/src/sap/ui/fl/themes/sap_belize_hcb/library.source.less +1 -1
  64. package/src/sap/ui/fl/themes/sap_belize_hcw/library.source.less +1 -1
  65. package/src/sap/ui/fl/themes/sap_belize_plus/library.source.less +1 -1
  66. package/src/sap/ui/integration/themes/sap_belize/library.source.less +1 -1
  67. package/src/sap/ui/integration/themes/sap_belize_base/library.source.less +1 -1
  68. package/src/sap/ui/integration/themes/sap_belize_hcb/library.source.less +1 -1
  69. package/src/sap/ui/integration/themes/sap_belize_hcw/library.source.less +1 -1
  70. package/src/sap/ui/integration/themes/sap_belize_plus/library.source.less +1 -1
  71. package/src/sap/ui/layout/themes/sap_belize/library.source.less +1 -1
  72. package/src/sap/ui/layout/themes/sap_belize_base/library.source.less +1 -1
  73. package/src/sap/ui/layout/themes/sap_belize_hcb/library.source.less +1 -1
  74. package/src/sap/ui/layout/themes/sap_belize_hcw/library.source.less +1 -1
  75. package/src/sap/ui/layout/themes/sap_belize_plus/library.source.less +1 -1
  76. package/src/sap/ui/mdc/themes/sap_belize/library.source.less +1 -1
  77. package/src/sap/ui/mdc/themes/sap_belize_base/library.source.less +1 -1
  78. package/src/sap/ui/mdc/themes/sap_belize_hcb/library.source.less +1 -1
  79. package/src/sap/ui/mdc/themes/sap_belize_hcw/library.source.less +1 -1
  80. package/src/sap/ui/mdc/themes/sap_belize_plus/library.source.less +1 -1
  81. package/src/sap/ui/rta/themes/sap_belize/library.source.less +1 -1
  82. package/src/sap/ui/rta/themes/sap_belize_base/library.source.less +1 -1
  83. package/src/sap/ui/rta/themes/sap_belize_hcb/library.source.less +1 -1
  84. package/src/sap/ui/rta/themes/sap_belize_hcw/library.source.less +1 -1
  85. package/src/sap/ui/rta/themes/sap_belize_plus/library.source.less +1 -1
  86. package/src/sap/ui/suite/themes/sap_belize/library.source.less +1 -1
  87. package/src/sap/ui/suite/themes/sap_belize_base/library.source.less +1 -1
  88. package/src/sap/ui/suite/themes/sap_belize_hcb/library.source.less +1 -1
  89. package/src/sap/ui/suite/themes/sap_belize_hcw/library.source.less +1 -1
  90. package/src/sap/ui/suite/themes/sap_belize_plus/library.source.less +1 -1
  91. package/src/sap/ui/table/themes/sap_belize/library.source.less +1 -1
  92. package/src/sap/ui/table/themes/sap_belize_base/library.source.less +1 -1
  93. package/src/sap/ui/table/themes/sap_belize_hcb/library.source.less +1 -1
  94. package/src/sap/ui/table/themes/sap_belize_hcw/library.source.less +1 -1
  95. package/src/sap/ui/table/themes/sap_belize_plus/library.source.less +1 -1
  96. package/src/sap/ui/unified/themes/sap_belize/library.source.less +1 -1
  97. package/src/sap/ui/unified/themes/sap_belize_base/ColorPicker.less +9 -3
  98. package/src/sap/ui/unified/themes/sap_belize_base/library.source.less +1 -1
  99. package/src/sap/ui/unified/themes/sap_belize_hcb/library.source.less +1 -1
  100. package/src/sap/ui/unified/themes/sap_belize_hcw/library.source.less +1 -1
  101. package/src/sap/ui/unified/themes/sap_belize_plus/library.source.less +1 -1
  102. package/src/sap/ui/ux3/themes/sap_belize/library.source.less +1 -1
  103. package/src/sap/ui/ux3/themes/sap_belize_base/library.source.less +1 -1
  104. package/src/sap/ui/ux3/themes/sap_belize_hcb/library.source.less +1 -1
  105. package/src/sap/ui/ux3/themes/sap_belize_hcw/library.source.less +1 -1
  106. package/src/sap/ui/ux3/themes/sap_belize_plus/library.source.less +1 -1
  107. package/src/sap/uxap/themes/sap_belize/library.source.less +1 -1
  108. package/src/sap/uxap/themes/sap_belize_base/library.source.less +1 -1
  109. package/src/sap/uxap/themes/sap_belize_hcb/library.source.less +1 -1
  110. package/src/sap/uxap/themes/sap_belize_hcw/library.source.less +1 -1
  111. package/src/sap/uxap/themes/sap_belize_plus/library.source.less +1 -1
package/THIRDPARTY.txt CHANGED
@@ -468,7 +468,7 @@ License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
469
469
  Contained in: lib/jsdoc/ui5/plugin.js
470
470
 
471
- Component: SAP Theming Base Content, version: 11.22.0
471
+ Component: SAP Theming Base Content, version: 11.24.0
472
472
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
473
473
  License: Apache-2.0
474
474
  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.131.1",
3
+ "version": "1.132.1",
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.131.1",
18
- "@openui5/sap.m": "1.131.1",
19
- "@openui5/sap.tnt": "1.131.1",
20
- "@openui5/sap.ui.codeeditor": "1.131.1",
21
- "@openui5/sap.ui.commons": "1.131.1",
22
- "@openui5/sap.ui.core": "1.131.1",
23
- "@openui5/sap.ui.dt": "1.131.1",
24
- "@openui5/sap.ui.fl": "1.131.1",
25
- "@openui5/sap.ui.mdc": "1.131.1",
26
- "@openui5/sap.ui.integration": "1.131.1",
27
- "@openui5/sap.ui.layout": "1.131.1",
28
- "@openui5/sap.ui.rta": "1.131.1",
29
- "@openui5/sap.ui.suite": "1.131.1",
30
- "@openui5/sap.ui.table": "1.131.1",
31
- "@openui5/sap.ui.unified": "1.131.1",
32
- "@openui5/sap.ui.ux3": "1.131.1",
33
- "@openui5/sap.uxap": "1.131.1"
17
+ "@openui5/sap.f": "1.132.1",
18
+ "@openui5/sap.m": "1.132.1",
19
+ "@openui5/sap.tnt": "1.132.1",
20
+ "@openui5/sap.ui.codeeditor": "1.132.1",
21
+ "@openui5/sap.ui.commons": "1.132.1",
22
+ "@openui5/sap.ui.core": "1.132.1",
23
+ "@openui5/sap.ui.dt": "1.132.1",
24
+ "@openui5/sap.ui.fl": "1.132.1",
25
+ "@openui5/sap.ui.mdc": "1.132.1",
26
+ "@openui5/sap.ui.integration": "1.132.1",
27
+ "@openui5/sap.ui.layout": "1.132.1",
28
+ "@openui5/sap.ui.rta": "1.132.1",
29
+ "@openui5/sap.ui.suite": "1.132.1",
30
+ "@openui5/sap.ui.table": "1.132.1",
31
+ "@openui5/sap.ui.unified": "1.132.1",
32
+ "@openui5/sap.ui.ux3": "1.132.1",
33
+ "@openui5/sap.uxap": "1.132.1"
34
34
  }
35
35
  }
@@ -0,0 +1,6 @@
1
+ /* ======================================== */
2
+ /* CSS for control sap.f.cards/BaseHeader */
3
+ /* Belize theme */
4
+ /* ======================================== */
5
+
6
+ @_sap_f_CardHeaders_HeaderBorder: 1px solid darken(@sapUiTileBackground, 20);
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -5,13 +5,13 @@
5
5
 
6
6
  @_sap_f_Card_BoxShadow: @sapUiContentShadow0;
7
7
  @_sap_f_Card_HeaderBorder: 0.0625rem solid @sapUiTileSeparatorColor; // used as top or bottom border
8
- @_sap_f_Card_HeaderFocusBorderRadius: none;
8
+ @_sap_f_Card_FocusBorderRadius: none;
9
9
  @_sap_f_Card_BorderRadius: @sapUiElementBorderCornerRadius;
10
10
  @_sap_f_Card_ContentPadding: 1rem;
11
- @_sap_f_Card_HeaderFocusBorderBottomOffset: 1px;
12
- @_sap_f_Card_HeaderFocusBorderTopOffset: 1px;
13
- @_sap_f_Card_HeaderFocusBorderLeftOffset: 1px;
14
- @_sap_f_Card_HeaderFocusBorderRightOffset: 1px;
11
+ @_sap_f_Card_FocusBorderBottomOffset: 1px;
12
+ @_sap_f_Card_FocusBorderTopOffset: 1px;
13
+ @_sap_f_Card_FocusBorderLeftOffset: 1px;
14
+ @_sap_f_Card_FocusBorderRightOffset: 1px;
15
15
  @_sap_f_Card_Badge_Background: @sapUiBrand;
16
16
  @_sap_f_Card_Badge_Color: @sapUiContentContrastTextColor;
17
17
  @_sap_f_Card_Badge_Border: 0.0625rem solid @sapUiButtonLiteBorderColor;
@@ -490,12 +490,12 @@ html[data-sap-ui-browser^="cr"] .sapFCard {
490
490
  content: '';
491
491
  display: block;
492
492
  position: absolute;
493
- left: @_sap_f_Card_HeaderFocusBorderLeftOffset;
494
- bottom: @_sap_f_Card_HeaderFocusBorderBottomOffset;
495
- right: @_sap_f_Card_HeaderFocusBorderRightOffset;
496
- top: @_sap_f_Card_HeaderFocusBorderTopOffset;
493
+ left: @_sap_f_Card_FocusBorderLeftOffset;
494
+ bottom: @_sap_f_Card_FocusBorderBottomOffset;
495
+ right: @_sap_f_Card_FocusBorderRightOffset;
496
+ top: @_sap_f_Card_FocusBorderTopOffset;
497
497
  border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
498
- border-radius: @_sap_f_Card_HeaderFocusBorderRadius;
498
+ border-radius: @_sap_f_Card_FocusBorderRadius;
499
499
  pointer-events: none;
500
500
  }
501
501
 
@@ -506,12 +506,12 @@ ui-integration-card.sapFCardFocusFullCard > [data-sap-ui-area] > .sapFCard {
506
506
  content: '';
507
507
  display: block;
508
508
  position: absolute;
509
- left: @_sap_f_Card_HeaderFocusBorderLeftOffset;
510
- bottom: @_sap_f_Card_HeaderFocusBorderBottomOffset;
511
- right: @_sap_f_Card_HeaderFocusBorderRightOffset;
512
- top: @_sap_f_Card_HeaderFocusBorderTopOffset;
509
+ left: @_sap_f_Card_FocusBorderLeftOffset;
510
+ bottom: @_sap_f_Card_FocusBorderBottomOffset;
511
+ right: @_sap_f_Card_FocusBorderRightOffset;
512
+ top: @_sap_f_Card_FocusBorderTopOffset;
513
513
  border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
514
- border-radius: @_sap_f_Card_HeaderFocusBorderRadius;
514
+ border-radius: @_sap_f_Card_FocusBorderRadius;
515
515
  pointer-events: none;
516
516
  z-index: 1;
517
517
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -0,0 +1,6 @@
1
+ /* ======================================== */
2
+ /* CSS for control sap.f.cards/BaseHeader */
3
+ /* Belize High Contrast Black theme */
4
+ /* ======================================== */
5
+
6
+ @_sap_f_CardHeaders_HeaderBorder: 1px solid @sapUiTileBorderColor;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -0,0 +1,6 @@
1
+ /* ======================================== */
2
+ /* CSS for control sap.f.cards/BaseHeader */
3
+ /* Belize High Contrast White theme */
4
+ /* ======================================== */
5
+
6
+ @_sap_f_CardHeaders_HeaderBorder: 1px solid @sapUiTileBorderColor;
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -91,6 +91,10 @@
91
91
  margin-top: .5rem;
92
92
  }
93
93
 
94
+ .sapMListTblSubCntHdr {
95
+ display: inline-flex;
96
+ }
97
+
94
98
  .sapMListTblSubCntValBlock {
95
99
  margin-top: .25rem;
96
100
  display : block;
@@ -106,7 +110,6 @@
106
110
  .sapMListTblSubCntRow > .sapMListTblSubCntHdr .sapMLabel {
107
111
  color: @sapUiContentLabelColor;
108
112
  padding-top: 0;
109
- display: inline;
110
113
  }
111
114
 
112
115
  .sapMListTblSubCntRow > .sapMListTblSubCntVal .sapMText,
@@ -9,6 +9,9 @@
9
9
  box-sizing: border-box;
10
10
  padding: 0 1rem;
11
11
  }
12
+ & > .sapMSlt {
13
+ left: 1rem;
14
+ }
12
15
  & > .sapMLabel {
13
16
  display: block;
14
17
  margin: 0.75rem 0 0.25rem 0;
@@ -72,7 +72,7 @@ td .sapMNCValue.WithoutMargin {
72
72
 
73
73
  .sapMNCValue {
74
74
  display: inline-flex;
75
- justify-content: center;
75
+ justify-content: flex-end;
76
76
  position: relative;
77
77
  width: 100%;
78
78
  white-space: nowrap;
@@ -83,7 +83,7 @@ td .sapMNCValue.WithoutMargin {
83
83
  font-weight: @sapUiFontHeaderWeight;
84
84
 
85
85
  &.WithoutMargin {
86
- justify-content: center;
86
+ justify-content: flex-start;
87
87
  }
88
88
  }
89
89
 
@@ -73,6 +73,10 @@
73
73
  border-top-left-radius: 0.25rem;
74
74
  }
75
75
 
76
+ .sapMPopoverHidden {
77
+ visibility: hidden;
78
+ }
79
+
76
80
  .sapMPopover {
77
81
  position: absolute;
78
82
  color: @sapUiContentForegroundTextColor;
@@ -88,12 +92,6 @@
88
92
  min-height: 2rem;
89
93
  }
90
94
 
91
- html[data-sap-ui-animation='on'] .sapMPopover {
92
- -webkit-transition: opacity 0.2s linear;
93
- transition: opacity 0.2s linear;
94
- }
95
-
96
-
97
95
  .sapMPopoverHeader .sapMTitle {
98
96
  font-size: @sapMFontHeader5Size;
99
97
  }
@@ -137,6 +135,11 @@ html[data-sap-ui-animation='on'] .sapMPopover {
137
135
  opacity: 0;
138
136
  }
139
137
 
138
+ html[data-sap-ui-animation='on'] .sapMPopover.sapMPopoverTransparent {
139
+ -webkit-transition: opacity 0.2s linear;
140
+ transition: opacity 0.2s linear;
141
+ }
142
+
140
143
  .sapMPopover.sapMPopoverOpaque {
141
144
  opacity: 1;
142
145
  }
@@ -204,11 +204,6 @@ input.sapMSFI[type="search"]:focus {
204
204
  padding-right: 0.625rem;
205
205
  }
206
206
 
207
- /*Static search icon, needed for the Search Field in the Tool Header*/
208
- .sapMSFSSI {
209
- display: none;
210
- }
211
-
212
207
  /* Suggestion Item Description */
213
208
  .sapMSFSItemDescr {
214
209
  padding-inline-start: 0.5rem;
@@ -105,7 +105,7 @@ tr.sapMListTblHeaderNone > .sapMTableTH {
105
105
 
106
106
  .sapMListTblSubCntSpr,
107
107
  .sapMListTblSubCntVal {
108
- display: inline;
108
+ display: inline-flex;
109
109
  }
110
110
 
111
111
  .sapMListTblSubCntValBlock {
@@ -169,13 +169,12 @@ tr.sapMListTblHeaderNone > .sapMTableTH {
169
169
  .sapMListTblCell.sapMListTblCellNoData {
170
170
  font-size: 1rem;
171
171
  padding-top: .75rem;
172
+ padding-right: 1rem;
172
173
  padding-bottom: .75rem;
173
- line-height: 1.6;
174
174
  border-bottom: 1px solid @sapUiListBorderColor;
175
- }
176
-
177
- .sapMListTblCell.sapMListTblCellNoData {
178
- padding-right: 1rem;
175
+ &.sapMListTblCellNoIllustratedMessage {
176
+ line-height: 1.6;
177
+ }
179
178
  }
180
179
 
181
180
  .sapMListTblSelCol,
@@ -431,7 +430,7 @@ tr.sapMListTblHeaderNone > .sapMTableTH {
431
430
  margin-right: @_sap_m_Table_CustomFocusMargin; // make the focus border clearly visible on all sides
432
431
  }
433
432
 
434
- .sapMListTblHasPopin > &:not(.sapMGHLI) > :not(.sapMListTblCellNoData,.sapMListTblDummyCell:last-child)::before {
433
+ .sapMListTblHasPopin > &:not(.sapMGHLI) > :not(.sapMListTblCellNoData,.sapMListTblDummyCell:last-child,.sapMListTblNavigatedCell)::before {
435
434
  border-bottom: 0;
436
435
  bottom: 0;
437
436
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -4,9 +4,9 @@
4
4
  <name>sap_belize</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>OpenUI5
7
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
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.131.1</version>
9
+ <version>1.132.1</version>
10
10
 
11
11
  <documentation>SAPUI5 belize theme library.</documentation>
12
12