@openui5/themelib_sap_belize 1.108.16 → 1.108.18
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/f/themes/sap_belize_hcb/Card.less +1 -1
- package/src/sap/f/themes/sap_belize_hcw/Card.less +1 -1
- package/src/sap/m/themes/sap_belize/Panel.less +5 -0
- package/src/sap/m/themes/sap_belize/TextArea.less +10 -0
- package/src/sap/m/themes/sap_belize/library.source.less +1 -0
- package/src/sap/m/themes/sap_belize_hcb/Avatar.less +2 -0
- package/src/sap/m/themes/sap_belize_hcb/Panel.less +5 -0
- package/src/sap/m/themes/sap_belize_hcb/TextArea.less +9 -1
- package/src/sap/m/themes/sap_belize_hcw/Avatar.less +2 -0
- package/src/sap/m/themes/sap_belize_hcw/Panel.less +5 -0
- package/src/sap/m/themes/sap_belize_hcw/TextArea.less +9 -1
- package/src/sap/tnt/themes/sap_belize_hcb/NavigationList.less +0 -1
- package/src/sap/tnt/themes/sap_belize_hcw/NavigationList.less +0 -1
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +1008 -46
- package/src/sap/ui/core/themes/sap_belize/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize/shared.less +7 -90
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +997 -56
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize_hcb/shared.less +7 -90
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +992 -52
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize_hcw/shared.less +7 -90
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +57 -12
package/THIRDPARTY.txt
CHANGED
|
@@ -478,7 +478,7 @@ License: Apache-2.0
|
|
|
478
478
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
479
479
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
480
480
|
|
|
481
|
-
Component: SAP Theming Base Content, version: 11.
|
|
481
|
+
Component: SAP Theming Base Content, version: 11.4.2
|
|
482
482
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
483
483
|
License: Apache-2.0
|
|
484
484
|
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.108.
|
|
3
|
+
"version": "1.108.18",
|
|
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.108.
|
|
18
|
-
"@openui5/sap.m": "1.108.
|
|
19
|
-
"@openui5/sap.tnt": "1.108.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.108.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.108.
|
|
22
|
-
"@openui5/sap.ui.core": "1.108.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.108.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.108.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.108.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.108.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.108.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.108.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.108.
|
|
30
|
-
"@openui5/sap.ui.table": "1.108.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.108.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.108.
|
|
33
|
-
"@openui5/sap.uxap": "1.108.
|
|
17
|
+
"@openui5/sap.f": "1.108.18",
|
|
18
|
+
"@openui5/sap.m": "1.108.18",
|
|
19
|
+
"@openui5/sap.tnt": "1.108.18",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.108.18",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.108.18",
|
|
22
|
+
"@openui5/sap.ui.core": "1.108.18",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.108.18",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.108.18",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.108.18",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.108.18",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.108.18",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.108.18",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.108.18",
|
|
30
|
+
"@openui5/sap.ui.table": "1.108.18",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.108.18",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.108.18",
|
|
33
|
+
"@openui5/sap.uxap": "1.108.18"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
border-bottom: 1px solid @sapUiGroupTitleBorderColor;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
+
.sapMPanel .sapMPanelWrappingDiv .sapMPanelHdr,
|
|
30
|
+
.sapMPanel .sapMPanelWrappingDivTb .sapMIBar.sapMTB {
|
|
31
|
+
margin-left: 3rem;
|
|
32
|
+
}
|
|
33
|
+
|
|
29
34
|
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
30
35
|
border-bottom: 1px solid @sapUiGroupTitleBorderColor;
|
|
31
36
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/* =============================== */
|
|
2
|
+
/* CSS for control sap.m/TextArea */
|
|
3
|
+
/* Belize theme */
|
|
4
|
+
/* =============================== */
|
|
5
|
+
|
|
6
|
+
@_sapMTextAreaPadding: 0.5625rem 0.6875rem;
|
|
7
|
+
@_sapMTextAreaReadonlyPadding: 0.5625rem 0.6875rem;
|
|
8
|
+
@_sapMTextAreaValueStateSuccessPadding: 0.5625rem 0.6875rem;
|
|
9
|
+
@_sapMTextAreaValueStateInformationPadding: 0.5rem 0.625rem;
|
|
10
|
+
@_sapMTextAreaValueStateErrorWarningPadding: 0.5rem 0.625rem;
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
border-bottom: 1px solid @sapUiGroupTitleBorderColor;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.sapMPanel .sapMPanelWrappingDiv .sapMPanelHdr,
|
|
23
|
+
.sapMPanel .sapMPanelWrappingDivTb .sapMIBar.sapMTB {
|
|
24
|
+
margin-left: 3rem;
|
|
25
|
+
}
|
|
26
|
+
|
|
22
27
|
.sapMPanelWrappingDiv .sapUiIcon {
|
|
23
28
|
width: 2.5rem;
|
|
24
29
|
font-size: 1.375rem;
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
/* ================================= */
|
|
2
|
-
/* CSS for control sap.m/TextArea
|
|
2
|
+
/* CSS for control sap.m/TextArea */
|
|
3
3
|
/* Belize High Contrast Black theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
+
@_sapMTextAreaPadding: 0.5625rem 0.6875rem;
|
|
7
|
+
@_sapMTextAreaReadonlyPadding: 0.5625rem 0.6875rem;
|
|
8
|
+
@_sapMTextAreaValueStateSuccessPadding: 0.5625rem 0.6875rem;
|
|
9
|
+
@_sapMTextAreaValueStateInformationPadding: 0.5625rem 0.6875rem;
|
|
10
|
+
@_sapMTextAreaValueStateInformationPadding_Compact: 0.125rem 0.4375rem;
|
|
11
|
+
@_sapMTextAreaValueStateErrorWarningPadding: 0.5625rem 0.6875rem;
|
|
12
|
+
@_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.125rem 0.4375rem;
|
|
13
|
+
|
|
6
14
|
.sapMFocus.sapMTextArea {
|
|
7
15
|
& .sapMInputBaseContentWrapper {
|
|
8
16
|
.sapMInputBaseInner {
|
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
border-bottom: 1px solid @sapUiGroupTitleBorderColor;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
+
.sapMPanel .sapMPanelWrappingDiv .sapMPanelHdr,
|
|
23
|
+
.sapMPanel .sapMPanelWrappingDivTb .sapMIBar.sapMTB {
|
|
24
|
+
margin-left: 3rem;
|
|
25
|
+
}
|
|
26
|
+
|
|
22
27
|
.sapMPanelWrappingDiv .sapUiIcon {
|
|
23
28
|
width: 2.5rem;
|
|
24
29
|
font-size: 1.375rem;
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
/* ================================= */
|
|
2
|
-
/* CSS for control sap.m/TextArea
|
|
2
|
+
/* CSS for control sap.m/TextArea */
|
|
3
3
|
/* Belize High Contrast White theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
+
@_sapMTextAreaPadding: 0.5625rem 0.6875rem;
|
|
7
|
+
@_sapMTextAreaReadonlyPadding: 0.5625rem 0.6875rem;
|
|
8
|
+
@_sapMTextAreaValueStateSuccessPadding: 0.5625rem 0.6875rem;
|
|
9
|
+
@_sapMTextAreaValueStateInformationPadding: 0.5625rem 0.6875rem;
|
|
10
|
+
@_sapMTextAreaValueStateInformationPadding_Compact: 0.125rem 0.4375rem;
|
|
11
|
+
@_sapMTextAreaValueStateErrorWarningPadding: 0.5625rem 0.6875rem;
|
|
12
|
+
@_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.125rem 0.4375rem;
|
|
13
|
+
|
|
6
14
|
.sapMFocus.sapMTextArea {
|
|
7
15
|
& .sapMInputBaseContentWrapper {
|
|
8
16
|
.sapMInputBaseInner {
|
|
@@ -3,6 +3,5 @@
|
|
|
3
3
|
/* Belize High Contrast Black theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_NavigationList_ItemFocusBorder: 0.125rem dotted @sapUiContentFocusColor;
|
|
7
6
|
@_sap_tnt_NavigationList_SelectedItemBorderColor: transparent;
|
|
8
7
|
@_sap_tnt_NavigationList_Collapsed_SelectedGroupBorderColor: @sapUiListSelectionBorderColor;
|
|
@@ -3,6 +3,5 @@
|
|
|
3
3
|
/* Belize High Contrast White theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_NavigationList_ItemFocusBorder: 0.125rem dotted @sapUiContentFocusColor;
|
|
7
6
|
@_sap_tnt_NavigationList_SelectedItemBorderColor: transparent;
|
|
8
7
|
@_sap_tnt_NavigationList_Collapsed_SelectedGroupBorderColor: @sapUiListSelectionBorderColor;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.108.
|
|
9
|
+
<version>1.108.18</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize theme library.</documentation>
|
|
12
12
|
|