@openui5/themelib_sap_fiori_3 1.102.1 → 1.103.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/package.json +18 -18
- package/src/sap/f/themes/sap_fiori_3_hcb/FlexibleColumnLayout.less +13 -13
- package/src/sap/f/themes/sap_fiori_3_hcw/FlexibleColumnLayout.less +12 -12
- package/src/sap/m/themes/sap_fiori_3/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_fiori_3/Slider.less +4 -0
- package/src/sap/m/themes/sap_fiori_3_dark/library.source.less +0 -1
- package/src/sap/m/themes/sap_fiori_3_hcb/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_fiori_3_hcw/ObjectNumber.less +0 -6
- package/src/sap/tnt/themes/sap_fiori_3/ToolHeader.less +8 -0
- package/src/sap/tnt/themes/sap_fiori_3_dark/ToolHeader.less +16 -4
- package/src/sap/tnt/themes/sap_fiori_3_hcb/ToolHeader.less +12 -0
- package/src/sap/tnt/themes/sap_fiori_3_hcw/ToolHeader.less +13 -1
- package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
- package/src/sap/ui/layout/themes/sap_fiori_3/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_fiori_3_dark/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_fiori_3_hcb/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_fiori_3_hcw/ColumnLayout.less +1 -1
- package/src/sap/uxap/themes/sap_fiori_3/AnchorBar.less +1 -2
- package/src/sap/m/themes/sap_fiori_3_dark/ObjectNumber.less +0 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_fiori_3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.103.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_fiori_3",
|
|
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.103.0",
|
|
18
|
+
"@openui5/sap.m": "1.103.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.103.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.103.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.103.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.103.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.103.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.103.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.103.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.103.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.103.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.103.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.103.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.103.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.103.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.103.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.103.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
border-right: none;
|
|
25
25
|
border-left: none;
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
|
|
28
28
|
&.sapFFCLBackgroundDesign {
|
|
29
29
|
background: @sapUiBaseBG;
|
|
30
30
|
}
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
.sapMBtnInner {
|
|
36
36
|
border: 1px solid @sapUiButtonBorderColor;
|
|
37
37
|
|
|
38
|
-
&:before,
|
|
39
|
-
&:after {
|
|
40
|
-
background-size: 0.125rem 100%;
|
|
41
|
-
background-position-x: calc(50% - 0.0625rem);
|
|
42
|
-
}
|
|
43
|
-
&:before {
|
|
44
|
-
background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
&:after {
|
|
48
|
-
background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
49
|
-
}
|
|
50
38
|
.sapMBtnIcon {
|
|
51
39
|
width: auto;
|
|
52
40
|
}
|
|
53
41
|
}
|
|
42
|
+
&:before,
|
|
43
|
+
&:after {
|
|
44
|
+
background-size: 0.125rem 100%;
|
|
45
|
+
background-position-x: calc(50% - 0.0625rem);
|
|
46
|
+
}
|
|
47
|
+
&:before {
|
|
48
|
+
background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&:after {
|
|
52
|
+
background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
53
|
+
}
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
.sapMBtnInner {
|
|
36
36
|
border: 1px solid @sapUiButtonBorderColor;
|
|
37
37
|
|
|
38
|
-
&:before,
|
|
39
|
-
&:after {
|
|
40
|
-
background-size: 0.125rem 100%;
|
|
41
|
-
background-position-x: calc(50% - 0.0625rem);
|
|
42
|
-
}
|
|
43
|
-
&:before {
|
|
44
|
-
background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
&:after {
|
|
48
|
-
background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
49
|
-
}
|
|
50
38
|
.sapMBtnIcon {
|
|
51
39
|
width: auto;
|
|
52
40
|
}
|
|
53
41
|
}
|
|
42
|
+
&:before,
|
|
43
|
+
&:after {
|
|
44
|
+
background-size: 0.125rem 100%;
|
|
45
|
+
background-position-x: calc(50% - 0.0625rem);
|
|
46
|
+
}
|
|
47
|
+
&:before {
|
|
48
|
+
background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&:after {
|
|
52
|
+
background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
53
|
+
}
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
/* Fiori 3 theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
.sapMObjectNumberLarge .sapMObjectNumberText,
|
|
7
|
-
.sapMObjectNumberLarge .sapMObjectNumberUnit {
|
|
8
|
-
font-size: 1.5rem;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
6
|
.sapMObjectNumberInverted .sapMObjectNumberText,
|
|
12
7
|
.sapMObjectNumberInverted .sapMObjectNumberUnit {
|
|
13
8
|
text-shadow: @sapUiContentContrastTextShadow;
|
|
@@ -5,11 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
@sapMONInformativeElement: @sapUiInformationBG;
|
|
7
7
|
|
|
8
|
-
.sapMObjectNumberLarge .sapMObjectNumberText,
|
|
9
|
-
.sapMObjectNumberLarge .sapMObjectNumberUnit {
|
|
10
|
-
font-size: 1.5rem;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
8
|
.sapMObjectNumberInverted {
|
|
14
9
|
box-sizing: border-box;
|
|
15
10
|
&:not(.sapMObjectNumberLarge) .sapMObjectNumberInner {
|
|
@@ -5,12 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
@sapMONInformativeElement: @sapUiInformationBG;
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
.sapMObjectNumberLarge .sapMObjectNumberText,
|
|
10
|
-
.sapMObjectNumberLarge .sapMObjectNumberUnit {
|
|
11
|
-
font-size: 1.5rem;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
8
|
.sapMObjectNumberInverted {
|
|
15
9
|
box-sizing: border-box;
|
|
16
10
|
&:not(.sapMObjectNumberLarge) .sapMObjectNumberInner {
|
|
@@ -645,6 +645,14 @@ html.sap-desktop .sapTntToolHeader .sapMObjStatusActive:focus .sapMObjStatusLink
|
|
|
645
645
|
outline-color: @sapUiContentContrastFocusColor;
|
|
646
646
|
}
|
|
647
647
|
|
|
648
|
+
.sapTntToolHeader .sapFAvatar {
|
|
649
|
+
background-color: @_sap_tnt_ToolHeader_AvatarBackground;
|
|
650
|
+
.sapFAvatarInitialsHolder,
|
|
651
|
+
.sapUiIcon.sapFAvatarTypeIcon {
|
|
652
|
+
color: @_sap_tnt_ToolHeader_AvatarColor;
|
|
653
|
+
}
|
|
654
|
+
}
|
|
655
|
+
|
|
648
656
|
// ==========================================================================
|
|
649
657
|
// sap.m.Image overriding
|
|
650
658
|
// ==========================================================================
|
|
@@ -194,6 +194,10 @@ html.sap-desktop .sapTntToolHeader .sapMFooter-CTX .sapMBtn:focus .sapMBtnFocusD
|
|
|
194
194
|
color: @sapUiShellInteractiveTextColor;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
+
.sapMSB:focus .sapMSBInner::after {
|
|
198
|
+
border-color: @_sap_tnt_ToolHeader_BorderColor;
|
|
199
|
+
}
|
|
200
|
+
|
|
197
201
|
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnActive {
|
|
198
202
|
background: @sapUiShellActiveBackground;
|
|
199
203
|
}
|
|
@@ -203,10 +207,6 @@ html.sap-desktop .sapTntToolHeader .sapMFooter-CTX .sapMBtn:focus .sapMBtnFocusD
|
|
|
203
207
|
background-color: transparent;
|
|
204
208
|
}
|
|
205
209
|
|
|
206
|
-
.sapMSB:focus .sapMSBInner::after {
|
|
207
|
-
border-color: @_sap_tnt_ToolHeader_BorderColor;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
210
|
.sapMMenuBtn .sapMBtn:hover > .sapMBtnHoverable.sapMBtnEmphasized, .sapMMenuBtn span.sapMBtnInner.sapMBtnEmphasized {
|
|
211
211
|
border-left: transparent;
|
|
212
212
|
}
|
|
@@ -645,4 +645,16 @@ html.sap-desktop .sapTntToolHeader .sapMObjStatusActive:focus .sapMObjStatusLink
|
|
|
645
645
|
.sapMBreadcrumbsSeparator {
|
|
646
646
|
color: @sapUiShellTextColor;
|
|
647
647
|
}
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
// ==========================================================================
|
|
651
|
+
// sap.m.Avatar / sap.f.Avatar overriding
|
|
652
|
+
// ==========================================================================
|
|
653
|
+
|
|
654
|
+
.sapTntToolHeader .sapFAvatar {
|
|
655
|
+
background-color: @_sap_tnt_ToolHeader_AvatarBackground;
|
|
656
|
+
.sapFAvatarInitialsHolder,
|
|
657
|
+
.sapUiIcon.sapFAvatarTypeIcon {
|
|
658
|
+
color: @_sap_tnt_ToolHeader_AvatarColor;
|
|
659
|
+
}
|
|
648
660
|
}
|
|
@@ -5,3 +5,15 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_ToolHeader_Height: 2.75rem;
|
|
7
7
|
@_sap_tnt_ToolHeader_IconHeight: 0.75rem;
|
|
8
|
+
|
|
9
|
+
// ==========================================================================
|
|
10
|
+
// sap.m.Avatar / sap.f.Avatar overriding
|
|
11
|
+
// ==========================================================================
|
|
12
|
+
|
|
13
|
+
.sapTntToolHeader .sapFAvatar {
|
|
14
|
+
background-color: @_sap_tnt_ToolHeader_AvatarBackground;
|
|
15
|
+
.sapFAvatarInitialsHolder,
|
|
16
|
+
.sapUiIcon.sapFAvatarTypeIcon {
|
|
17
|
+
color: @_sap_tnt_ToolHeader_AvatarColor;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -4,4 +4,16 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_ToolHeader_Height: 2.75rem;
|
|
7
|
-
@_sap_tnt_ToolHeader_IconHeight: 0.75rem;
|
|
7
|
+
@_sap_tnt_ToolHeader_IconHeight: 0.75rem;
|
|
8
|
+
|
|
9
|
+
// ==========================================================================
|
|
10
|
+
// sap.m.Avatar / sap.f.Avatar overriding
|
|
11
|
+
// ==========================================================================
|
|
12
|
+
|
|
13
|
+
.sapTntToolHeader .sapFAvatar {
|
|
14
|
+
background-color: @_sap_tnt_ToolHeader_AvatarBackground;
|
|
15
|
+
.sapFAvatarInitialsHolder,
|
|
16
|
+
.sapUiIcon.sapFAvatarTypeIcon {
|
|
17
|
+
color: @_sap_tnt_ToolHeader_AvatarColor;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 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.103.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Fiori 3 theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 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.103.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 quartz dark black theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 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.103.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 quartz high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2022 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.103.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/* =================================== */
|
|
2
|
-
/* CSS for control sap.m/ObjectNumber */
|
|
3
|
-
/* Quartz Dark theme */
|
|
4
|
-
/* =================================== */
|
|
5
|
-
|
|
6
|
-
.sapMObjectNumberLarge .sapMObjectNumberText,
|
|
7
|
-
.sapMObjectNumberLarge .sapMObjectNumberUnit {
|
|
8
|
-
font-size: 1.5rem;
|
|
9
|
-
}
|