@openui5/themelib_sap_belize 1.130.1 → 1.131.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 +1 -1
- package/package.json +18 -18
- package/src/sap/m/themes/sap_belize/IconTabBar.less +4 -0
- package/src/sap/m/themes/sap_belize_base/Dialog.less +2 -17
- package/src/sap/m/themes/sap_belize_base/Popover.less +8 -0
- package/src/sap/m/themes/sap_belize_hcb/IconTabBar.less +4 -0
- package/src/sap/m/themes/sap_belize_hcw/IconTabBar.less +4 -0
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +379 -19
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +385 -25
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +384 -24
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +22 -3
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.
|
|
471
|
+
Component: SAP Theming Base Content, version: 11.22.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.
|
|
3
|
+
"version": "1.131.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.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.131.0",
|
|
18
|
+
"@openui5/sap.m": "1.131.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.131.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.131.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.131.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.131.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.131.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.131.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.131.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.131.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.131.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.131.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.131.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.131.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.131.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.131.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.131.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -73,6 +73,10 @@
|
|
|
73
73
|
border-bottom: 0.125rem solid @sapUiObjectHeaderBorderColor;
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
+
.sapMITBBackgroundDesignTransparent > .sapMITBContainerContent > .sapMITBContent {
|
|
77
|
+
border: none;
|
|
78
|
+
}
|
|
79
|
+
|
|
76
80
|
.sapMITB.sapMITBNoContentPadding > .sapMITBContainerContent, /* legacy class */
|
|
77
81
|
.sapMITB.sapUiNoContentPadding > .sapMITBContainerContent {
|
|
78
82
|
border-bottom: 0;
|
|
@@ -228,17 +228,10 @@ html.sap-desktop .sapMDialog {
|
|
|
228
228
|
.sapMDialog {
|
|
229
229
|
min-height: @_sap_m_Dialog_BarCompactHeight;
|
|
230
230
|
padding-bottom: @_sap_m_Dialog_BarCompactHeight;
|
|
231
|
-
padding-top: @_sap_m_Dialog_BarCompactHeight;
|
|
232
231
|
|
|
233
232
|
&.sapMDialogWithSubHeader {
|
|
234
|
-
padding-top: @_sap_m_Dialog_BarCompactHeight + @_sap_m_Dialog_SubHeaderCompactHeight;
|
|
235
|
-
|
|
236
|
-
&.sapMDialogSubHeaderInfoBar {
|
|
237
|
-
padding-top: @_sap_m_Dialog_BarCompactHeight + @_sap_m_Dialog_InfoDesignBarHeight;
|
|
238
|
-
}
|
|
239
233
|
|
|
240
234
|
&.sapMDialog-NoHeader {
|
|
241
|
-
padding-top: @_sap_m_Dialog_SubHeaderCompactHeight;
|
|
242
235
|
|
|
243
236
|
& .sapMDialogSubHeader {
|
|
244
237
|
top: 0;
|
|
@@ -247,7 +240,7 @@ html.sap-desktop .sapMDialog {
|
|
|
247
240
|
}
|
|
248
241
|
|
|
249
242
|
.sapMDialogTitleGroup {
|
|
250
|
-
height: @_sap_m_Dialog_BarCompactHeight;
|
|
243
|
+
min-height: @_sap_m_Dialog_BarCompactHeight;
|
|
251
244
|
|
|
252
245
|
.sapMHeader-CTX,
|
|
253
246
|
.sapMSubHeader-CTX{
|
|
@@ -303,7 +296,6 @@ html.sap-desktop .sapMDialog {
|
|
|
303
296
|
box-sizing: content-box;
|
|
304
297
|
min-height: @_sap_m_Dialog_BarHeight;
|
|
305
298
|
padding-bottom: @_sap_m_Dialog_BarHeight;
|
|
306
|
-
padding-top: @_sap_m_Dialog_BarHeight;
|
|
307
299
|
|
|
308
300
|
footer {
|
|
309
301
|
.sapMTB.sapMFooter-CTX {
|
|
@@ -315,15 +307,9 @@ html.sap-desktop .sapMDialog {
|
|
|
315
307
|
padding-bottom: 0;
|
|
316
308
|
}
|
|
317
309
|
|
|
318
|
-
&.sapMDialog-NoHeader {
|
|
319
|
-
padding-top: 0;
|
|
320
|
-
}
|
|
321
|
-
|
|
322
310
|
&.sapMDialogWithSubHeader {
|
|
323
|
-
padding-top: @_sap_m_Dialog_BarHeight + @_sap_m_Dialog_SubHeaderHeight;
|
|
324
311
|
|
|
325
312
|
&.sapMDialogSubHeaderInfoBar {
|
|
326
|
-
padding-top: @_sap_m_Dialog_BarHeight + @_sap_m_Dialog_InfoDesignBarHeight;
|
|
327
313
|
|
|
328
314
|
.sapMDialogSubHeader {
|
|
329
315
|
height: @_sap_m_Dialog_InfoDesignBarHeight;
|
|
@@ -331,7 +317,6 @@ html.sap-desktop .sapMDialog {
|
|
|
331
317
|
}
|
|
332
318
|
|
|
333
319
|
&.sapMDialog-NoHeader {
|
|
334
|
-
padding-top: @_sap_m_Dialog_SubHeaderHeight;
|
|
335
320
|
|
|
336
321
|
.sapMDialogSubHeader {
|
|
337
322
|
top: 0;
|
|
@@ -340,7 +325,7 @@ html.sap-desktop .sapMDialog {
|
|
|
340
325
|
}
|
|
341
326
|
|
|
342
327
|
.sapMDialogTitleGroup {
|
|
343
|
-
height: @_sap_m_Dialog_BarHeight;
|
|
328
|
+
min-height: @_sap_m_Dialog_BarHeight;
|
|
344
329
|
left: 0;
|
|
345
330
|
position: absolute;
|
|
346
331
|
right: 0;
|
|
@@ -35,6 +35,14 @@
|
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
+
.sapMPopoverWrapper {
|
|
39
|
+
overflow: hidden;
|
|
40
|
+
border-radius: inherit;
|
|
41
|
+
display: flex;
|
|
42
|
+
flex-direction: column;
|
|
43
|
+
height: 100%;
|
|
44
|
+
}
|
|
45
|
+
|
|
38
46
|
.sapMPopoverCont::-webkit-scrollbar {
|
|
39
47
|
border-bottom-right-radius: @sapUiPopoverBorderCornerRadius;
|
|
40
48
|
border-top-right-radius: @sapUiPopoverBorderCornerRadius;
|
|
@@ -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.
|
|
9
|
+
<version>1.131.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize theme library.</documentation>
|
|
12
12
|
|