@openui5/themelib_sap_belize 1.126.0 → 1.127.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.
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.12.0
471
+ Component: SAP Theming Base Content, version: 11.16.1
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.126.0",
3
+ "version": "1.127.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.126.0",
18
- "@openui5/sap.m": "1.126.0",
19
- "@openui5/sap.tnt": "1.126.0",
20
- "@openui5/sap.ui.codeeditor": "1.126.0",
21
- "@openui5/sap.ui.commons": "1.126.0",
22
- "@openui5/sap.ui.core": "1.126.0",
23
- "@openui5/sap.ui.dt": "1.126.0",
24
- "@openui5/sap.ui.fl": "1.126.0",
25
- "@openui5/sap.ui.mdc": "1.126.0",
26
- "@openui5/sap.ui.integration": "1.126.0",
27
- "@openui5/sap.ui.layout": "1.126.0",
28
- "@openui5/sap.ui.rta": "1.126.0",
29
- "@openui5/sap.ui.suite": "1.126.0",
30
- "@openui5/sap.ui.table": "1.126.0",
31
- "@openui5/sap.ui.unified": "1.126.0",
32
- "@openui5/sap.ui.ux3": "1.126.0",
33
- "@openui5/sap.uxap": "1.126.0"
17
+ "@openui5/sap.f": "1.127.0",
18
+ "@openui5/sap.m": "1.127.0",
19
+ "@openui5/sap.tnt": "1.127.0",
20
+ "@openui5/sap.ui.codeeditor": "1.127.0",
21
+ "@openui5/sap.ui.commons": "1.127.0",
22
+ "@openui5/sap.ui.core": "1.127.0",
23
+ "@openui5/sap.ui.dt": "1.127.0",
24
+ "@openui5/sap.ui.fl": "1.127.0",
25
+ "@openui5/sap.ui.mdc": "1.127.0",
26
+ "@openui5/sap.ui.integration": "1.127.0",
27
+ "@openui5/sap.ui.layout": "1.127.0",
28
+ "@openui5/sap.ui.rta": "1.127.0",
29
+ "@openui5/sap.ui.suite": "1.127.0",
30
+ "@openui5/sap.ui.table": "1.127.0",
31
+ "@openui5/sap.ui.unified": "1.127.0",
32
+ "@openui5/sap.ui.ux3": "1.127.0",
33
+ "@openui5/sap.uxap": "1.127.0"
34
34
  }
35
35
  }
@@ -86,6 +86,15 @@
86
86
  right: 0;
87
87
  }
88
88
 
89
+ .sapFFCL.sapFFLActiveResize {
90
+ .sapFFCLOverlay {
91
+ display: block;
92
+ }
93
+ .sapFFCLColumnContent {
94
+ pointer-events: none;
95
+ }
96
+ }
97
+
89
98
  .sapFFCLOverlay > .sapFFCLOverlaySeparator {
90
99
  position: absolute;
91
100
  z-index: 3;
@@ -13,12 +13,12 @@
13
13
  }
14
14
 
15
15
  .sapMNwCCTxt {
16
- overflow: hidden;
16
+ min-height: fit-content;
17
17
  text-overflow: ellipsis;
18
18
  white-space: nowrap;
19
19
  font-family: @sapUiFontFamily;
20
20
  font-weight: normal;
21
- padding: 0.1875rem 0 0 0;
21
+ margin-top: 0.1875rem;
22
22
  max-width: 20.5rem;
23
23
 
24
24
  .sapMText {
@@ -33,11 +33,13 @@
33
33
 
34
34
  .Stretch .sapMNwCCTxt {
35
35
  max-width: none;
36
- display: -webkit-box;
37
- -webkit-line-clamp: 2;
38
- -webkit-box-orient: vertical;
39
- overflow: hidden;
40
- font-weight: bold;
36
+ .sapMFT {
37
+ display: -webkit-box;
38
+ -webkit-line-clamp: 2;
39
+ -webkit-box-orient: vertical;
40
+ font-weight: bold;
41
+ overflow: hidden;
42
+ }
41
43
  }
42
44
 
43
45
  .TwoByOne .sapMNwCCTxt {
@@ -48,21 +50,28 @@
48
50
 
49
51
  .Stretch{
50
52
  .sapMTileCnt.News .sapMNwC{
53
+ height: 100%;
54
+ display: flex;
55
+ flex-direction: column;
56
+ justify-content: space-between;
51
57
  .sapMNwCSbh{
52
58
  max-width: none;
53
59
  padding-top: 0.25rem;
54
-
55
60
  .sapMFT{
56
61
  word-wrap: break-word;
57
62
  white-space: normal;
58
- height: 2rem;
59
- overflow: hidden;
60
- max-width: 60ch;
61
- text-overflow: ellipsis;
62
- white-space: nowrap;
63
63
  }
64
64
  }
65
65
  }
66
+ .sapMNwCExtend {
67
+ height: 100%;
68
+ .sapMFT {
69
+ display: -webkit-box;
70
+ -webkit-line-clamp: 1;
71
+ -webkit-box-orient: vertical;
72
+ overflow: hidden;
73
+ }
74
+ }
66
75
  }
67
76
 
68
77
  .sapMNwCSbh {
@@ -124,9 +133,7 @@
124
133
  }
125
134
  .sapMNwCSbh > .sapMFT {
126
135
  white-space: nowrap;
127
- width: 11.063rem;
128
136
  overflow: hidden;
129
- max-width: 60ch;
130
137
  text-overflow: ellipsis;
131
138
  white-space: nowrap;
132
139
  text-overflow: ellipsis;
@@ -146,6 +146,48 @@ html[dir=rtl] .sapMTileCntFtrTxt {
146
146
  }
147
147
  }
148
148
 
149
+ .Stretch {
150
+ .sapMTileCnt.News.sapMTileFooterPresent{
151
+ .sapMTileCntContent {
152
+ height: -webkit-calc(~'100% - 50px') !important;
153
+ }
154
+ }
155
+ &.sapMTileSmallPhone {
156
+ .sapMTileCnt.News.sapMTileFooterPresent{
157
+ .sapMTileCntContent {
158
+ height: -webkit-calc(~'100% - 32px') !important;
159
+ }
160
+ }
161
+ }
162
+ .sapMTileCnt.News {
163
+ .sapMTileCntContent {
164
+ height: -webkit-calc(~'100% - 32px');
165
+ }
166
+ }
167
+ &.sapMTileSmallPhone {
168
+ .sapMTileCnt.News {
169
+ .sapMTileCntContent {
170
+ height: -webkit-calc(~'100% - 12px');
171
+ }
172
+ }
173
+ }
174
+ }
175
+
176
+ .Stretch.sapMSTIndicatorVisible {
177
+ .sapMTileCnt.News{
178
+ .sapMTileCntContent {
179
+ height: -webkit-calc(~'100% - 32px');
180
+ }
181
+ }
182
+ &.sapMTileSmallPhone {
183
+ .sapMTileCnt.News{
184
+ .sapMTileCntContent {
185
+ height: -webkit-calc(~'100% - 23px');
186
+ }
187
+ }
188
+ }
189
+ }
190
+
149
191
  .sapMTileSmallPhone {
150
192
  .sapMTileCnt {
151
193
  height: 5.5rem;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.126.0</version>
9
+ <version>1.127.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 8.0.2
4
- // * data:{"sModified":"2024-02-07T13:08:58Z"}
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 13.1.0
4
+ // * data:{"sModified":"2024-06-13T07:44:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.12.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.16.1) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.126.0</version>
9
+ <version>1.127.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 8.0.2
4
- // * data:{"sModified":"2024-02-07T13:08:58Z"}
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 13.1.0
4
+ // * data:{"sModified":"2024-06-13T07:44:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.12.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.16.1) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.126.0</version>
9
+ <version>1.127.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 8.0.2
4
- // * data:{"sModified":"2024-02-07T13:08:58Z"}
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 13.1.0
4
+ // * data:{"sModified":"2024-06-13T07:44:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.12.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.16.1) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.126.0</version>
9
+ <version>1.127.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize plus theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 8.0.2
4
- // * data:{"sModified":"2024-02-07T13:08:58Z"}
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 13.1.0
4
+ // * data:{"sModified":"2024-06-13T07:44:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.12.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.16.1) *******************/
9
9
 
10
10
  @sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
11
11
  @sapBaseColor: @sapPrimary1;