@openui5/themelib_sap_belize 1.129.0 → 1.130.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.
- package/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/m/themes/sap_belize_base/Carousel.less +4 -0
- package/src/sap/m/themes/sap_belize_base/RatingIndicator.less +2 -2
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/integration/themes/sap_belize_base/Card.less +31 -0
package/THIRDPARTY.txt
CHANGED
|
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
|
|
|
6
6
|
|
|
7
7
|
Library: sap.m:
|
|
8
8
|
|
|
9
|
-
Component: purify.js, version:
|
|
9
|
+
Component: purify.js, version: 3.1.7
|
|
10
10
|
Copyright: Mario Heiderich
|
|
11
11
|
License: Apache-2.0
|
|
12
12
|
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.130.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.
|
|
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.130.1",
|
|
18
|
+
"@openui5/sap.m": "1.130.1",
|
|
19
|
+
"@openui5/sap.tnt": "1.130.1",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.130.1",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.130.1",
|
|
22
|
+
"@openui5/sap.ui.core": "1.130.1",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.130.1",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.130.1",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.130.1",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.130.1",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.130.1",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.130.1",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.130.1",
|
|
30
|
+
"@openui5/sap.ui.table": "1.130.1",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.130.1",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.130.1",
|
|
33
|
+
"@openui5/sap.uxap": "1.130.1"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -423,6 +423,10 @@ html[data-sap-ui-animation='off'] .sapMCrsl .sapMCrslInner {
|
|
|
423
423
|
display: flex;
|
|
424
424
|
justify-content: center;
|
|
425
425
|
align-self: center;
|
|
426
|
+
|
|
427
|
+
&.sapMCrslPageIndicatorHidden {
|
|
428
|
+
opacity: 0;
|
|
429
|
+
}
|
|
426
430
|
}
|
|
427
431
|
|
|
428
432
|
.sapMCrslControlsNoArrows .sapMCrslBulleted,
|
|
@@ -126,8 +126,8 @@ html.sap-tablet .sapMRI:focus {
|
|
|
126
126
|
height: @sapUiRIIconSizeCompact;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.sapMRI.sapMRIDisplayOnly .sapUiIcon,
|
|
130
|
-
.sapMRI.sapMRIDisplayOnly .sapMImg {
|
|
129
|
+
.sapMRI.sapMRIDisplayOnly.sapMRINoCustomIconSize .sapUiIcon,
|
|
130
|
+
.sapMRI.sapMRIDisplayOnly.sapMRINoCustomIconSize .sapMImg {
|
|
131
131
|
padding-right: @sapUiRIIconPaddingDisplayOnly;
|
|
132
132
|
height: @sapUiRIIconSizeDisplayOnly;
|
|
133
133
|
}
|
|
@@ -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.130.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize theme library.</documentation>
|
|
12
12
|
|
|
@@ -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.130.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -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.130.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -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.130.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize plus theme library.</documentation>
|
|
12
12
|
|
|
@@ -8,12 +8,43 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapUiIntCardDialog {
|
|
11
|
+
.sapMDialogSection,
|
|
12
|
+
.sapMDialogScroll,
|
|
13
|
+
.sapMDialogScrollCont,
|
|
14
|
+
.sapUiIntCard {
|
|
15
|
+
/* allows scrolling inside the card content instead of dialog content */
|
|
16
|
+
max-height: inherit;
|
|
17
|
+
}
|
|
18
|
+
|
|
11
19
|
.sapUiIntCard {
|
|
12
20
|
border-radius: @sapUiElementBorderCornerRadius;
|
|
13
21
|
|
|
22
|
+
.sapFCardHeader {
|
|
23
|
+
box-shadow: @sapUiContentHeaderShadow;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&:has(.sapFCardFilterBar) .sapFCardHeader {
|
|
27
|
+
box-shadow: unset;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.sapFCardFilterBar {
|
|
31
|
+
border-bottom: none;
|
|
32
|
+
box-shadow: @sapUiContentHeaderShadow;
|
|
33
|
+
}
|
|
34
|
+
|
|
14
35
|
.sapFCardContent {
|
|
15
36
|
overflow: auto;
|
|
16
37
|
}
|
|
38
|
+
|
|
39
|
+
.sapFCardObjectContent>.sapMVBox {
|
|
40
|
+
padding-bottom: 1rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.sapFCardFooter {
|
|
44
|
+
border-top: 1px solid @sapUiPageFooterBorderColor;
|
|
45
|
+
padding-top: 0.25rem;
|
|
46
|
+
padding-bottom: 0.25rem;
|
|
47
|
+
}
|
|
17
48
|
}
|
|
18
49
|
|
|
19
50
|
&.sapMDialog:not(.sapUiResponsiveContentPadding):not(.sapUiContentPadding) .sapMDialogScroll {
|