@openui5/themelib_sap_belize 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_belize_hcb/FlexibleColumnLayout.less +12 -12
- package/src/sap/f/themes/sap_belize_hcw/FlexibleColumnLayout.less +12 -12
- package/src/sap/m/themes/sap_belize/Dialog.less +5 -0
- package/src/sap/m/themes/sap_belize/IconTabBar.less +14 -0
- package/src/sap/m/themes/sap_belize/TimePickerClocks.less +3 -0
- package/src/sap/m/themes/sap_belize/library.source.less +1 -0
- package/src/sap/m/themes/sap_belize_hcb/Dialog.less +8 -0
- package/src/sap/m/themes/sap_belize_hcb/IconTabBar.less +2 -0
- package/src/sap/m/themes/sap_belize_hcb/TimePickerClocks.less +3 -0
- package/src/sap/m/themes/sap_belize_hcb/library.source.less +1 -0
- package/src/sap/m/themes/sap_belize_hcw/Dialog.less +8 -0
- package/src/sap/m/themes/sap_belize_hcw/IconTabBar.less +2 -0
- package/src/sap/m/themes/sap_belize_hcw/TimePickerClocks.less +3 -0
- package/src/sap/m/themes/sap_belize_hcw/library.source.less +1 -0
- package/src/sap/tnt/themes/sap_belize/ToolHeader.less +12 -0
- package/src/sap/tnt/themes/sap_belize_hcb/ToolHeader.less +12 -0
- package/src/sap/tnt/themes/sap_belize_hcw/ToolHeader.less +12 -0
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_belize",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.103.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.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
|
}
|
|
@@ -31,21 +31,21 @@
|
|
|
31
31
|
.sapMBtnInner {
|
|
32
32
|
border: 1px solid @sapUiButtonBorderColor;
|
|
33
33
|
|
|
34
|
-
&:before,
|
|
35
|
-
&:after {
|
|
36
|
-
background-size: 0.125rem 100%;
|
|
37
|
-
background-position-x: calc(50% - 0.0625rem);
|
|
38
|
-
}
|
|
39
|
-
&:before {
|
|
40
|
-
background-image: linear-gradient(to top, @sapUiGroupContentBorderColor, @sapUiGroupContentBorderColor);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&:after {
|
|
44
|
-
background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, @sapUiGroupContentBorderColor);
|
|
45
|
-
}
|
|
46
34
|
.sapMBtnIcon {
|
|
47
35
|
width: auto;
|
|
48
36
|
}
|
|
49
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, @sapUiGroupContentBorderColor, @sapUiGroupContentBorderColor);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&:after {
|
|
48
|
+
background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, @sapUiGroupContentBorderColor);
|
|
49
|
+
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -31,21 +31,21 @@
|
|
|
31
31
|
.sapMBtnInner {
|
|
32
32
|
border: 1px solid @sapUiButtonBorderColor;
|
|
33
33
|
|
|
34
|
-
&:before,
|
|
35
|
-
&:after {
|
|
36
|
-
background-size: 0.125rem 100%;
|
|
37
|
-
background-position-x: calc(50% - 0.0625rem);
|
|
38
|
-
}
|
|
39
|
-
&:before {
|
|
40
|
-
background-image: linear-gradient(to top, @sapUiGroupContentBorderColor, @sapUiGroupContentBorderColor);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&:after {
|
|
44
|
-
background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, @sapUiGroupContentBorderColor);
|
|
45
|
-
}
|
|
46
34
|
.sapMBtnIcon {
|
|
47
35
|
width: auto;
|
|
48
36
|
}
|
|
49
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, @sapUiGroupContentBorderColor, @sapUiGroupContentBorderColor);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&:after {
|
|
48
|
+
background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, @sapUiGroupContentBorderColor);
|
|
49
|
+
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -183,6 +183,20 @@
|
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
+
/* ------------------------------------------------ */
|
|
187
|
+
/* Shell overrides */
|
|
188
|
+
/* ------------------------------------------------ */
|
|
189
|
+
|
|
190
|
+
.sapUshellShellTabBar .sapMITH,
|
|
191
|
+
.sapUshellShellTabBar.sapMITH {
|
|
192
|
+
.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnHoverable.sapMBtnTransparent:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
|
|
193
|
+
opacity: 0.6;
|
|
194
|
+
|
|
195
|
+
}
|
|
196
|
+
.sapMBtn:hover:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnTransparent:not(.sapMBtnActive):not(.sapMToggleBtnPressed) > .sapMBtnIcon {
|
|
197
|
+
color: @sapUiShellNavigationActiveTextColor;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
186
200
|
|
|
187
201
|
/* Custom focus outline */
|
|
188
202
|
html.sap-desktop {
|
|
@@ -11,6 +11,14 @@
|
|
|
11
11
|
color: @sapUiPageHeaderTextColor;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
+
.sapMDialog > header.sapMDialogTitle .sapMDialogIcon.sapUiIcon {
|
|
15
|
+
margin-right: 0.5rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapMDialog > header.sapMDialogTitle .sapMTitle {
|
|
19
|
+
margin: 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
14
22
|
.sapMDialog > footer.sapMDialogActions {
|
|
15
23
|
background-color: @sapUiPageFooterBackground;
|
|
16
24
|
border-top: 0.125rem solid @sapUiPageFooterBorderColor;
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
@_sap_m_IconTabBar_ShellOverflowBorderColor: @sapUiButtonBorderColor;
|
|
11
11
|
@_sap_m_IconTabBar_ShellOverflowHoverBorderColor: @sapUiButtonHoverBorderColor;
|
|
12
12
|
@_sap_m_IconTabBar_ShellOverflowPressedBorderColor: @sapUiButtonActiveBorderColor;
|
|
13
|
+
@_sap_m_IconTabBar_ShellHeaderShadow: inset 0 -0.25rem 0 -0.125rem @sapUiObjectHeaderBorderColor;
|
|
14
|
+
@_sap_m_IconTabBar_InLineTextOnlyContentArrowHeight: 0.6875rem;
|
|
13
15
|
|
|
14
16
|
/* Head Container */
|
|
15
17
|
|
|
@@ -11,6 +11,14 @@
|
|
|
11
11
|
color: @sapUiPageHeaderTextColor;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
+
.sapMDialog > header.sapMDialogTitle .sapMDialogIcon.sapUiIcon {
|
|
15
|
+
margin-right: 0.5rem;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapMDialog > header.sapMDialogTitle .sapMTitle {
|
|
19
|
+
margin: 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
14
22
|
.sapMDialog > footer.sapMDialogActions {
|
|
15
23
|
background-color: @sapUiPageFooterBackground;
|
|
16
24
|
border-top: 0.125rem solid @sapUiPageFooterBorderColor;
|
|
@@ -10,6 +10,8 @@
|
|
|
10
10
|
@_sap_m_IconTabBar_ShellOverflowBorderColor: @sapUiButtonBorderColor;
|
|
11
11
|
@_sap_m_IconTabBar_ShellOverflowHoverBorderColor: @sapUiButtonHoverBorderColor;
|
|
12
12
|
@_sap_m_IconTabBar_ShellOverflowPressedBorderColor: @sapUiButtonActiveBorderColor;
|
|
13
|
+
@_sap_m_IconTabBar_ShellHeaderShadow: inset 0 -0.25rem 0 -0.125rem @sapUiObjectHeaderBorderColor;
|
|
14
|
+
@_sap_m_IconTabBar_InLineTextOnlyContentArrowHeight: 0.6875rem;
|
|
13
15
|
|
|
14
16
|
/* Head Container */
|
|
15
17
|
|
|
@@ -102,4 +102,16 @@ html.sap-desktop .sapTntToolHeader .sapMBtn:focus > .sapMBtnEmphasized.sapMFocus
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// ==========================================================================
|
|
108
|
+
// sap.m.Avatar / sap.f.Avatar overriding
|
|
109
|
+
// ==========================================================================
|
|
110
|
+
|
|
111
|
+
.sapTntToolHeader .sapFAvatar {
|
|
112
|
+
background-color: @_sap_tnt_ToolHeader_AvatarBackground;
|
|
113
|
+
.sapFAvatarInitialsHolder,
|
|
114
|
+
.sapUiIcon.sapFAvatarTypeIcon {
|
|
115
|
+
color: @_sap_tnt_ToolHeader_AvatarColor;
|
|
116
|
+
}
|
|
105
117
|
}
|
|
@@ -12,4 +12,16 @@
|
|
|
12
12
|
|
|
13
13
|
.sapTntToolHeader .sapMITH.sapMITBTextOnly .sapMITHEndOverflow {
|
|
14
14
|
margin-top: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
// ==========================================================================
|
|
18
|
+
// sap.m.Avatar / sap.f.Avatar overriding
|
|
19
|
+
// ==========================================================================
|
|
20
|
+
|
|
21
|
+
.sapTntToolHeader .sapFAvatar {
|
|
22
|
+
background-color: @_sap_tnt_ToolHeader_AvatarBackground;
|
|
23
|
+
.sapFAvatarInitialsHolder,
|
|
24
|
+
.sapUiIcon.sapFAvatarTypeIcon {
|
|
25
|
+
color: @_sap_tnt_ToolHeader_AvatarColor;
|
|
26
|
+
}
|
|
15
27
|
}
|
|
@@ -8,4 +8,16 @@
|
|
|
8
8
|
|
|
9
9
|
.sapTntToolHeader .sapMITH.sapMITBTextOnly .sapMITHEndOverflow {
|
|
10
10
|
margin-top: 0;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
// ==========================================================================
|
|
14
|
+
// sap.m.Avatar / sap.f.Avatar overriding
|
|
15
|
+
// ==========================================================================
|
|
16
|
+
|
|
17
|
+
.sapTntToolHeader .sapFAvatar {
|
|
18
|
+
background-color: @_sap_tnt_ToolHeader_AvatarBackground;
|
|
19
|
+
.sapFAvatarInitialsHolder,
|
|
20
|
+
.sapUiIcon.sapFAvatarTypeIcon {
|
|
21
|
+
color: @_sap_tnt_ToolHeader_AvatarColor;
|
|
22
|
+
}
|
|
11
23
|
}
|
|
@@ -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 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 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
|
|
|
@@ -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 plus theme library.</documentation>
|
|
12
12
|
|