Skip to content

Commit ea7fc73

Browse files
version 11.1.23
1 parent c4a57ce commit ea7fc73

File tree

109 files changed

+6329
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+6329
-242
lines changed

content/Base/.theming

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"sLabel": "SAP Base Framework",
55
"sDescription": "The SAP Base Framework contains theming data shared by all HTML based SAP UI frameworks.",
66
"sVendor": "SAP",
7-
"sVersion": "11.1.22",
7+
"sVersion": "11.1.23",
88
"aBuildFiles": [
99
"preview",
1010
"css_variables"

content/Base/baseLib/baseTheme/base.less

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
33
* Theming Engine 1.51.0
4-
* data:{"sModified":"2020-08-31T07:13:14Z"}
4+
* data:{"sModified":"2020-10-23T11:38:37Z"}
55
*/
66

77

8-
/******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.1.22) *******************/
8+
/******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.1.23) *******************/
99

1010

1111
// [Label "Brand Color"]
@@ -438,6 +438,12 @@
438438
// [Tags "Base", "Content", "Font", "Protected"]
439439
@sapContent_MonospaceFontFamily: @sapDefault_Font;
440440

441+
// [Label "Monospace Bold Font Family"]
442+
// [Description "Defines which monospaced bold font is used for specific texts in the content area."]
443+
// [TranslationKey "sapContent_MonoBoldFontFamily"]
444+
// [Tags "Base", "Content", "Font", "Protected"]
445+
@sapContent_MonospaceBoldFontFamily: @sapDefault_Font;
446+
441447
// [Label "Disabled Text Color"]
442448
// [Description "The color of texts on disabled screen elements in the content area."]
443449
// [Tags "Base", "Content", "Color", "Font", "Protected"]
@@ -2484,6 +2490,30 @@
24842490
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
24852491
@sapFontUrl_72_Light_full_woff: none;
24862492

2493+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2494+
@sapFontUrl_72Mono_Regular_woff2: none;
2495+
2496+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2497+
@sapFontUrl_72Mono_Regular_woff: none;
2498+
2499+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2500+
@sapFontUrl_72Mono_Regular_full_woff2: none;
2501+
2502+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2503+
@sapFontUrl_72Mono_Regular_full_woff: none;
2504+
2505+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2506+
@sapFontUrl_72Mono_Bold_woff2: none;
2507+
2508+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2509+
@sapFontUrl_72Mono_Bold_woff: none;
2510+
2511+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2512+
@sapFontUrl_72Mono_Bold_full_woff2: none;
2513+
2514+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2515+
@sapFontUrl_72Mono_Bold_full_woff: none;
2516+
24872517
// [Tags "SapInternal", "Base", "URI", "Protected"]
24882518
@sapSvgLib_SAP-icons: none;
24892519

@@ -2618,7 +2648,7 @@
26182648
}
26192649

26202650
@font-face {
2621-
font-family: '72-Lighfull';
2651+
font-family: '72-Lightfull';
26222652
src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
26232653
}
26242654

@@ -2632,6 +2662,26 @@
26322662
src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
26332663
}
26342664

2665+
@font-face {
2666+
font-family: '72Mono';
2667+
src: local('72Mono'), @sapFontUrl_72Mono_Regular_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_woff format('woff');
2668+
}
2669+
2670+
@font-face {
2671+
font-family: '72Monofull';
2672+
src: @sapFontUrl_72Mono_Regular_full_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_full_woff format('woff');
2673+
}
2674+
2675+
@font-face {
2676+
font-family: '72Mono-Bold';
2677+
src: local('72Mono-Bold'), @sapFontUrl_72Mono_Bold_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_woff format('woff');
2678+
}
2679+
2680+
@font-face {
2681+
font-family: '72Mono-Boldfull';
2682+
src: @sapFontUrl_72Mono_Bold_full_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_full_woff format('woff');
2683+
}
2684+
26352685
.sapSvgLibs {
26362686
background-image: @sapSvgLib_SAP-icons, @sapSvgLib_SAPGUI-icons, @sapSvgLib_SAPWeb-icons;
26372687
}

content/Base/baseLib/baseTheme/css_variables.less

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/**
22
* Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
33
* Theming Engine 1.51.0
4-
* data:{"sModified":"2020-08-31T07:13:14Z"}
4+
* data:{"sModified":"2020-10-23T11:38:37Z"}
55
*/
66

77
@import "base.less";
88

9-
/******************* FILE /Base/baseLib/baseTheme/css_variables.less (Version 11.1.22) *******************/
9+
/******************* FILE /Base/baseLib/baseTheme/css_variables.less (Version 11.1.23) *******************/
1010

1111
/*!SAP_POSTPROCESS_REDUCE_START*/
1212

@@ -140,6 +140,7 @@
140140
--sapContent_HelpColor: @sapContent_HelpColor;
141141
--sapContent_LabelColor: @sapContent_LabelColor;
142142
--sapContent_MonospaceFontFamily: @sapContent_MonospaceFontFamily;
143+
--sapContent_MonospaceBoldFontFamily: @sapContent_MonospaceBoldFontFamily;
143144
--sapContent_DisabledTextColor: @sapContent_DisabledTextColor;
144145
--sapContent_DisabledOpacity: @sapContent_DisabledOpacity;
145146
--sapContent_ContrastTextThreshold: @sapContent_ContrastTextThreshold;
@@ -493,6 +494,14 @@
493494
--sapFontUrl_72_Bold_full_woff: @sapFontUrl_72_Bold_full_woff;
494495
--sapFontUrl_72_Light_full_woff2: @sapFontUrl_72_Light_full_woff2;
495496
--sapFontUrl_72_Light_full_woff: @sapFontUrl_72_Light_full_woff;
497+
--sapFontUrl_72Mono_Regular_woff2: @sapFontUrl_72Mono_Regular_woff2;
498+
--sapFontUrl_72Mono_Regular_woff: @sapFontUrl_72Mono_Regular_woff;
499+
--sapFontUrl_72Mono_Regular_full_woff2: @sapFontUrl_72Mono_Regular_full_woff2;
500+
--sapFontUrl_72Mono_Regular_full_woff: @sapFontUrl_72Mono_Regular_full_woff;
501+
--sapFontUrl_72Mono_Bold_woff2: @sapFontUrl_72Mono_Bold_woff2;
502+
--sapFontUrl_72Mono_Bold_woff: @sapFontUrl_72Mono_Bold_woff;
503+
--sapFontUrl_72Mono_Bold_full_woff2: @sapFontUrl_72Mono_Bold_full_woff2;
504+
--sapFontUrl_72Mono_Bold_full_woff: @sapFontUrl_72Mono_Bold_full_woff;
496505
}
497506

498507
.background-image--sapCompanyLogo {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
33
* Theming Engine 1.51.0
4-
* data:{"sModified":"2020-08-31T07:13:14Z"}
4+
* data:{"sModified":"2020-10-23T11:38:37Z"}
55
*/
66

77
@import "base.less";
88

9-
/******************* FILE /Base/baseLib/baseTheme/preview.less (Version 11.1.22) *******************/
9+
/******************* FILE /Base/baseLib/baseTheme/preview.less (Version 11.1.23) *******************/
1010

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
33
* Theming Engine 1.51.0
4-
* data:{"sModified":"2020-08-31T07:13:14Z"}
4+
* data:{"sModified":"2020-10-23T11:38:37Z"}
55
*/
66

77

8-
/******************* FILE /Base/baseLib/sap_base_fiori/base.less (Version 11.1.22) *******************/
8+
/******************* FILE /Base/baseLib/sap_base_fiori/base.less (Version 11.1.23) *******************/
99

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/**
22
* Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
33
* Theming Engine 1.51.0
4-
* data:{"sModified":"2020-08-31T07:13:14Z"}
4+
* data:{"sModified":"2020-10-23T11:38:37Z"}
55
*/
66

77
@import "../baseTheme/css_variables.less";
88
@import "base.less";
99

10-
/******************* FILE /Base/baseLib/sap_base_fiori/css_variables.less (Version 11.1.22) *******************/
10+
/******************* FILE /Base/baseLib/sap_base_fiori/css_variables.less (Version 11.1.23) *******************/
1111

51.5 KB
Binary file not shown.
43.6 KB
Binary file not shown.
23.4 KB
Binary file not shown.
20 KB
Binary file not shown.

0 commit comments

Comments
 (0)