@openui5/sap.tnt 1.100.0 → 1.102.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/.eslintrc.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "overrides": [
3
+ /*
4
+ * Productive code, sample and unit test code of sap.tnt has been cleaned up.
5
+ * No more references to the global jQuery allowed
6
+ */
7
+ {
8
+ "files": [
9
+ "src/**/*.js",
10
+ "test/sap/tnt/demokit/**/*.js",
11
+ "test/sap/tnt/qunit/**/*.js"
12
+ ],
13
+ "globals": {
14
+ "jQuery": "off"
15
+ }
16
+ }
17
+ ]
18
+ }
package/THIRDPARTY.txt CHANGED
@@ -400,7 +400,7 @@ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperato
400
400
 
401
401
  Library: sap.ui.webc.common:
402
402
 
403
- Component: UI5 Web Components, version: 1.0.0-rc.12
403
+ Component: UI5 Web Components, version: 1.1.2
404
404
  Copyright: SAP
405
405
  License: Apache-2.0
406
406
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -411,7 +411,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
411
411
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
412
412
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
413
413
 
414
- Component: lit-html, version: 1.4.1
414
+ Component: lit-html, version: 2.0.1
415
415
  Copyright: Google LLC
416
416
  License: BSD-3-Clause
417
417
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
@@ -420,7 +420,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
420
420
 
421
421
  Library: sap.ui.webc.fiori:
422
422
 
423
- Component: UI5 Web Components, version: 1.0.0-rc.12
423
+ Component: UI5 Web Components, version: 1.1.2
424
424
  Copyright: SAP
425
425
  License: Apache-2.0
426
426
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -429,7 +429,7 @@ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
429
429
 
430
430
  Library: sap.ui.webc.main:
431
431
 
432
- Component: UI5 Web Components, version: 1.0.0-rc.12
432
+ Component: UI5 Web Components, version: 1.1.2
433
433
  Copyright: SAP
434
434
  License: Apache-2.0
435
435
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -450,7 +450,7 @@ License: Apache-2.0
450
450
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
451
451
  Contained in: lib/jsdoc/ui5/plugin.js
452
452
 
453
- Component: SAP Theming Base Content, version: 11.1.36-SNAPSHOT
453
+ Component: SAP Theming Base Content, version: 11.1.39
454
454
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
455
455
  License: Apache-2.0
456
456
  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/sap.tnt",
3
- "version": "1.100.0",
3
+ "version": "1.102.1",
4
4
  "description": "OpenUI5 UI Library sap.tnt",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,7 +14,7 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.100.0",
18
- "@openui5/sap.ui.core": "1.100.0"
17
+ "@openui5/sap.m": "1.102.1",
18
+ "@openui5/sap.ui.core": "1.102.1"
19
19
  }
20
20
  }
@@ -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.100.0</version>
9
+ <version>1.102.1</version>
10
10
 
11
11
  <documentation>SAPUI5 library with responsive controls.</documentation>
12
12
 
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.100.0
50
+ * @version 1.102.1
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.100.0
44
+ * @version 1.102.1
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -32,7 +32,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", "./library", 'sap/ui/core/Core', "sap
32
32
  * @extends sap.ui.core.Item
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.100.0
35
+ * @version 1.102.1
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -9,6 +9,7 @@ sap.ui.define([
9
9
  './library',
10
10
  'sap/ui/core/Control',
11
11
  'sap/ui/core/ResizeHandler',
12
+ "sap/ui/core/theming/Parameters",
12
13
  'sap/ui/core/Icon',
13
14
  'sap/ui/core/delegate/ScrollEnablement',
14
15
  "./SideNavigationRenderer"
@@ -17,6 +18,7 @@ sap.ui.define([
17
18
  library,
18
19
  Control,
19
20
  ResizeHandler,
21
+ Parameters,
20
22
  Icon,
21
23
  ScrollEnablement,
22
24
  SideNavigationRenderer
@@ -40,7 +42,7 @@ sap.ui.define([
40
42
  * @extends sap.ui.core.Control
41
43
  *
42
44
  * @author SAP SE
43
- * @version 1.100.0
45
+ * @version 1.102.1
44
46
  *
45
47
  * @constructor
46
48
  * @public
@@ -117,7 +119,6 @@ sap.ui.define([
117
119
  });
118
120
 
119
121
  SideNavigation.prototype.init = function () {
120
-
121
122
  this._scroller = new ScrollEnablement(this, this.getId() + "-Flexible-Content", {
122
123
  horizontal: false,
123
124
  vertical: true
@@ -127,6 +128,12 @@ sap.ui.define([
127
128
  this.data('sap-ui-fastnavgroup', 'true', true);
128
129
  };
129
130
 
131
+ // event listener for theme changed
132
+ SideNavigation.prototype.onThemeChanged = function() {
133
+ this._mThemeParams = null;
134
+ this._initThemeParams();
135
+ };
136
+
130
137
  SideNavigation.prototype.setAggregation = function (aggregationName, object) {
131
138
  if (object && object.attachItemSelect) {
132
139
  object.attachItemSelect(this._itemSelectionHandler.bind(this));
@@ -152,6 +159,9 @@ sap.ui.define([
152
159
  $this = this.$(),
153
160
  itemAggregation = that.getAggregation('item'),
154
161
  fixedItemAggregation = that.getAggregation('fixedItem'),
162
+ themeParams,
163
+ expandedWidth,
164
+ collapsedWidth,
155
165
  width;
156
166
 
157
167
  if (!this.getDomRef()) {
@@ -191,7 +201,11 @@ sap.ui.define([
191
201
  }
192
202
 
193
203
  that._hasActiveAnimation = true;
194
- width = isExpanded ? '15rem' : '3rem';
204
+
205
+ themeParams = this._mThemeParams || {};
206
+ expandedWidth = themeParams['_sap_tnt_SideNavigation_Width'] || "15rem";
207
+ collapsedWidth = themeParams['_sap_tnt_SideNavigation_CollapsedWidth'] || "3rem";
208
+ width = isExpanded ? expandedWidth : collapsedWidth;
195
209
 
196
210
  $this.animate({
197
211
  width: width
@@ -239,6 +253,15 @@ sap.ui.define([
239
253
  setTimeout(this._toggleArrows.bind(this), 0);
240
254
  };
241
255
 
256
+ SideNavigation.prototype._initThemeParams = function() {
257
+ this._mThemeParams = Parameters.get({
258
+ name: ["_sap_tnt_SideNavigation_Width", "_sap_tnt_SideNavigation_CollapsedWidth"],
259
+ callback: function (mParams) {
260
+ this._mThemeParams = mParams;
261
+ }.bind(this)
262
+ });
263
+ };
264
+
242
265
  /**
243
266
  * @private
244
267
  */
@@ -253,6 +276,10 @@ sap.ui.define([
253
276
  }
254
277
 
255
278
  this._deregisterControl();
279
+
280
+ if (!this._mThemeParams) {
281
+ this._initThemeParams();
282
+ }
256
283
  };
257
284
 
258
285
  /**
@@ -346,12 +373,12 @@ sap.ui.define([
346
373
  * @private
347
374
  */
348
375
  SideNavigation.prototype.exit = function () {
349
-
350
376
  if (this._scroller) {
351
377
  this._scroller.destroy();
352
378
  this._scroller = null;
353
379
  }
354
380
 
381
+ this._mThemeParams = null;
355
382
  this._deregisterControl();
356
383
  };
357
384
 
@@ -120,7 +120,7 @@ sap.ui.define([
120
120
  * @implements sap.tnt.IToolHeader
121
121
  *
122
122
  * @author SAP SE
123
- * @version 1.100.0
123
+ * @version 1.102.1
124
124
  *
125
125
  * @constructor
126
126
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Control
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.100.0
27
+ * @version 1.102.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.core.Control
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.100.0
39
+ * @version 1.102.1
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -15,17 +15,15 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
15
15
  * SAPUI5 library with controls specialized for administrative applications.
16
16
  *
17
17
  * @namespace
18
- * @name sap.tnt
18
+ * @alias sap.tnt
19
19
  * @author SAP SE
20
- * @version 1.100.0
20
+ * @version 1.102.1
21
21
  * @since 1.36
22
22
  * @public
23
23
  */
24
-
25
- // delegate further initialization of this library to the Core
26
- sap.ui.getCore().initLibrary({
24
+ var thisLib = sap.ui.getCore().initLibrary({
27
25
  name : "sap.tnt",
28
- version: "1.100.0",
26
+ version: "1.102.1",
29
27
  dependencies : ["sap.ui.core", "sap.m"],
30
28
  designtime: "sap/tnt/designtime/library.designtime",
31
29
  types: [
@@ -59,7 +57,7 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
59
57
  * @public
60
58
  * @ui5-metamodel This enumeration also will be described in the UI5 (legacy) designtime metamodel
61
59
  */
62
- sap.tnt.RenderMode = {
60
+ thisLib.RenderMode = {
63
61
  /**
64
62
  * When type of the content of <code>InfoLabel</code> is numeric paddings are narrow
65
63
  * @public
@@ -83,6 +81,6 @@ sap.ui.define(["sap/ui/core/library", "sap/m/library"],
83
81
  * @ui5-metamodel This interface also will be described in the UI5 (legacy) designtime metamodel
84
82
  */
85
83
 
86
- return sap.tnt;
84
+ return thisLib;
87
85
 
88
86
  });
@@ -8,6 +8,9 @@
8
8
  @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
9
9
  @_sap_tnt_InfoLabel_HeightWithoutBorders: 0.875rem;
10
10
  @_sap_tnt_InfoLabel_PaddingWhenEmpty: 0 @_sap_tnt_InfoLabel_HeightWithoutBorders/2;
11
+ @_sap_tnt_InfoLabel_DisplayModeBorder: none;
12
+ @_sap_tnt_InfoLabel_DisplayModeBackground: @sapTextColor;
13
+ @_sap_tnt_InfoLabel_DisplayModeColor: @sapContent_ContrastTextColor;
11
14
 
12
15
  /* ==========================================================================
13
16
  Root element
@@ -44,11 +47,11 @@
44
47
  InfoLabel Display Only
45
48
  ========================================================================== */
46
49
  .sapTntInfoLabel.sapTntInfoLabelDisplayOnly {
47
- border: none;
48
- background: @sapTextColor;
50
+ border: @_sap_tnt_InfoLabel_DisplayModeBorder;
51
+ background: @_sap_tnt_InfoLabel_DisplayModeBackground;
49
52
 
50
53
  .sapTntInfoLabelInner {
51
- color: @sapContent_ContrastTextColor;
54
+ color: @_sap_tnt_InfoLabel_DisplayModeColor;
52
55
  line-height: @_sap_tnt_InfoLabel_LineHeightDisplayOnly;
53
56
  }
54
57
  }
@@ -3,6 +3,10 @@
3
3
  /* Base theme */
4
4
  /* ======================================= */
5
5
 
6
+ @_sap_tnt_NavigationList_CollapsedWidth: 3rem;
7
+ @_sap_tnt_NavigationList_IconColor: @sapUiContentIconColor;
8
+ @_sap_tnt_NavigationList_IconFontSize: 1rem;
9
+ @_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentIconColor;
6
10
  @_sap_tnt_NavigationList_ItemHeight: 3rem;
7
11
  @_sap_tnt_NavigationList_NoIconsGroupPadding: 1rem;
8
12
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 1rem;
@@ -49,8 +53,13 @@
49
53
  color: @sapUiListTextColor;
50
54
  }
51
55
 
52
- .sapUiIcon {
53
- color: @sapUiContentIconColor;
56
+ .sapTntNavLIGroupIcon {
57
+ color: @_sap_tnt_NavigationList_IconColor;
58
+ font-size: @_sap_tnt_NavigationList_IconFontSize;
59
+ }
60
+
61
+ .sapTntNavLIExpandIcon {
62
+ color: @_sap_tnt_NavigationList_ExpandIconColor;
54
63
  }
55
64
 
56
65
  a {
@@ -58,20 +67,15 @@
58
67
  height: 100%;
59
68
  text-decoration: none;
60
69
  outline: none;
61
-
62
- display: -webkit-box;
63
- display: -webkit-flex;
64
70
  display: flex;
65
-
66
- -webkit-box-align: center;
67
- -webkit-align-items: center;
68
71
  align-items: center;
72
+ justify-content: center;
69
73
  }
70
74
  }
71
75
 
72
76
  .sapTntNavLIText {
73
- width: 100%;
74
- display: block;
77
+ flex: 1;
78
+ min-width: 0;
75
79
  }
76
80
 
77
81
  .sapTntNavLIPopup .sapTntNavLIGroupItem .sapMText {
@@ -130,7 +134,7 @@
130
134
  }
131
135
 
132
136
  .sapTntNavLICollapsed {
133
- width: 3rem;
137
+ width: @_sap_tnt_NavigationList_CollapsedWidth;
134
138
  }
135
139
 
136
140
  .sapTntNavLI li,
@@ -221,12 +225,11 @@
221
225
  .sapTntNavLI:not(.sapTntNavLINoIcons) {
222
226
 
223
227
  span.sapTntNavLIGroupIcon {
224
- min-width: 2.75rem;
225
- padding: 0.6875rem 0;
228
+ width: @_sap_tnt_NavigationList_CollapsedWidth;
226
229
  }
227
230
 
228
231
  .sapTntNavLIGroupItem .sapMText {
229
- padding-left: 2.75rem;
232
+ padding-left: @_sap_tnt_NavigationList_CollapsedWidth;
230
233
  }
231
234
  }
232
235
 
@@ -275,8 +278,7 @@
275
278
  .sapTntNavLI:not(.sapTntNavLINoIcons) {
276
279
 
277
280
  span.sapTntNavLIGroupIcon {
278
- min-width: 2.75rem;
279
- padding: 0.5rem 0;
281
+ width: @_sap_tnt_NavigationList_CollapsedWidth;
280
282
  }
281
283
  }
282
284
  }
@@ -3,19 +3,15 @@
3
3
  /* Base theme */
4
4
  /* ======================================= */
5
5
 
6
+ @_sap_tnt_SideNavigation_Width: 15rem;
7
+ @_sap_tnt_SideNavigation_CollapsedWidth: 3rem;
6
8
  @_sap_tnt_SideNavigation_NavigationSeparatorBackgroundColor: @sapUiGroupContentBorderColor;
7
9
  @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 1px;
10
+ @_sap_tnt_SideNavigation_TriangleColor: @sapUiContentIconColor;
8
11
 
9
12
  .sapTntSideNavigation {
10
- display: -webkit-box;
11
- display: -webkit-flex;
12
13
  display: flex;
13
- -webkit-box-direction: normal;
14
- -webkit-box-orient: vertical;
15
- -webkit-flex-direction: column;
16
14
  flex-direction: column;
17
- -webkit-box-flex: 1;
18
- -webkit-flex-grow: 1;
19
15
  flex-grow: 1;
20
16
  box-sizing: border-box;
21
17
  overflow: hidden;
@@ -24,11 +20,11 @@
24
20
  }
25
21
 
26
22
  .sapTntSideNavigation {
27
- width: 15rem;
23
+ width: @_sap_tnt_SideNavigation_Width;
28
24
  }
29
25
 
30
26
  .sapTntSideNavigation.sapTntSideNavigationNotExpandedWidth {
31
- width: 3rem;
27
+ width: @_sap_tnt_SideNavigation_CollapsedWidth;
32
28
  }
33
29
 
34
30
  .sapTntSideNavigationNotExpanded {
@@ -41,7 +37,7 @@
41
37
  }
42
38
 
43
39
  .sapTntSideNavigationFlexible {
44
- padding-right: 3rem;
40
+ padding-right: @_sap_tnt_SideNavigation_CollapsedWidth;
45
41
  width: 6rem;
46
42
  }
47
43
 
@@ -50,7 +46,7 @@
50
46
  width: 0;
51
47
  height: 0;
52
48
  border-left: 0.375rem solid transparent;
53
- border-bottom: 0.375rem solid @sapUiContentIconColor;
49
+ border-bottom: 0.375rem solid @_sap_tnt_SideNavigation_TriangleColor;
54
50
  position:absolute;
55
51
  right: 0.1875rem;
56
52
  bottom:0.125rem;
@@ -6,6 +6,10 @@
6
6
  @_sap_tnt_ToolHeader_AvatarBackground: lighten(saturate(spin(@sapUiAccent6, 348), 36), 28);
7
7
  @_sap_tnt_ToolHeader_AvatarColor: @sapUiBaseText;
8
8
  @_sap_tnt_ToolHeader_BorderColor: contrast(@sapShellColor, @sapUiContentFocusColor, @sapUiContentContrastFocusColor, @sapContent_ContrastTextThreshold);
9
+ @_sap_tnt_ToolHeader_ArrowHeight: 0.1875rem;
10
+ @_sap_tnt_ToolHeader_ArrowMargin: 0;
11
+ @_sap_tnt_ToolHeader_Padding: 0 0.5rem;
12
+ @_sap_tnt_ToolHeader_ArrowMarginBottom: 0.188rem;
9
13
 
10
14
  .sapTntToolHeaderPopover.sapMOTAPopover.sapMPopover .sapMPopoverCont .sapMPopoverScroll,
11
15
  .sapTntToolHeaderPopover.sapMOTAPopover.sapMPopover .sapMPopoverCont .sapMPopoverScroll .sapMBtn {
@@ -23,7 +27,7 @@
23
27
  .sapMIBar.sapTntToolHeader .sapMBarChild.sapMITH {
24
28
  height: @_sap_tnt_ToolHeader_Height;
25
29
  box-shadow: none;
26
- padding: 0 0.5rem;
30
+ padding: @_sap_tnt_ToolHeader_Padding;
27
31
  flex: 1;
28
32
  min-width: 0; // fixes Chrome flex issue
29
33
 
@@ -35,7 +39,8 @@
35
39
  &:after {
36
40
  border-radius: 0.125rem;
37
41
  box-shadow: none;
38
- margin-bottom: 0.188rem;
42
+ margin-bottom: @_sap_tnt_ToolHeader_ArrowMarginBottom;
43
+ height: @_sap_tnt_ToolHeader_ArrowHeight;
39
44
  }
40
45
  }
41
46
  }
@@ -48,7 +53,7 @@
48
53
  }
49
54
 
50
55
  .sapTntToolHeader .sapMITH .sapMITBContentArrow {
51
- margin: 0;
56
+ margin: @_sap_tnt_ToolHeader_ArrowMargin;
52
57
  }
53
58
 
54
59
  // ==========================================================================
@@ -10,13 +10,6 @@
10
10
  @_sap_tnt_ToolPage_AsideWidth : 15rem;
11
11
  @_sap_tnt_ToolPage_AsideWidthOnTablet : 3rem;
12
12
  @_sap_tnt_ToolPage_HeaderHeight : 3rem;
13
- @_sap_tnt_ToolPage_FooterHeight : 3rem;
14
-
15
- @_sap_tnt_ToolPage_CompactAsideWidth : 15rem;
16
- @_sap_tnt_ToolPage_CompactAsideWidthOnTablet : 3rem;
17
- @_sap_tnt_ToolPage_CompactHeaderHeight : 3rem;
18
- @_sap_tnt_ToolPage_CompactFooterHeight : 2rem;
19
-
20
13
  @_sap_tnt_ToolPage_AnimationDuration : 0.3s;
21
14
 
22
15
  /* ==========================================================================
@@ -70,11 +63,6 @@
70
63
  height: 100%;
71
64
  }
72
65
 
73
- .sapTntToolPageAsideFooter {
74
- height: @_sap_tnt_ToolPage_FooterHeight;
75
- overflow: hidden;
76
- }
77
-
78
66
  html:not([data-sap-ui-animation='off']) .sapTntToolPageMain {
79
67
  transition: padding-left @_sap_tnt_ToolPage_AnimationDuration, transform @_sap_tnt_ToolPage_AnimationDuration;
80
68
  }
@@ -159,71 +147,6 @@ html:not([data-sap-ui-animation='off']) .sapTntToolPageAside {
159
147
  height: 100%;
160
148
  }
161
149
 
162
- .sapTntToolPageMainFooter {
163
- height: @_sap_tnt_ToolPage_FooterHeight;
164
- overflow: hidden;
165
- }
166
-
167
- /* Compact size */
168
- .sapUiSizeCompact {
169
-
170
- .sapTntToolPageHeader {
171
- height: @_sap_tnt_ToolPage_CompactHeaderHeight;
172
- }
173
-
174
- .sapTntToolPageAsideFooter {
175
- height: @_sap_tnt_ToolPage_CompactFooterHeight;
176
- }
177
-
178
- .sapTntToolPageMainFooter {
179
- height: @_sap_tnt_ToolPage_CompactFooterHeight;
180
- }
181
- }
182
-
183
- .sap-desktop .sapUiSizeCompact,
184
- .sap-tablet .sapUiSizeCompact {
185
- .sapTntToolPageAside {
186
- width: @_sap_tnt_ToolPage_CompactAsideWidth;
187
- }
188
-
189
- .sapTntToolPageAside + .sapTntToolPageMain {
190
- padding-left: @_sap_tnt_ToolPage_CompactAsideWidth;
191
- }
192
- }
193
-
194
- .sap-desktop .sapUiSizeCompact,
195
- .sap-tablet .sapUiSizeCompact {
196
- .sapTntToolPageAsideCollapsed {
197
- .sapTntToolPageAside {
198
- width: @_sap_tnt_ToolPage_CompactAsideWidthOnTablet;
199
- }
200
-
201
- .sapTntToolPageAside + .sapTntToolPageMain {
202
- padding-left: @_sap_tnt_ToolPage_CompactAsideWidthOnTablet;
203
- }
204
- }
205
- }
206
-
207
- .sap-phone .sapUiSizeCompact {
208
-
209
- .sapTntToolPageAside {
210
- width: @_sap_tnt_ToolPage_CompactAsideWidth;
211
- }
212
-
213
- .sapTntToolPageMain {
214
- transform: translateX(@_sap_tnt_ToolPage_CompactAsideWidth);
215
- }
216
-
217
- .sapTntToolPageAsideCollapsed {
218
- .sapTntToolPageAside {
219
- transform: translateX(-@_sap_tnt_ToolPage_CompactAsideWidth);
220
- }
221
- .sapTntToolPageMain {
222
- transform: translateX(0);
223
- }
224
- }
225
- }
226
-
227
150
  /* ==========================================================================
228
151
  RTL
229
152
  ========================================================================== */
@@ -243,19 +166,4 @@ html[dir=rtl] {
243
166
  }
244
167
  }
245
168
  }
246
-
247
- &.sap-phone .sapUiSizeCompact {
248
- .sapTntToolPageMain {
249
- transform: translateX(-@_sap_tnt_ToolPage_CompactAsideWidth);
250
- }
251
-
252
- .sapTntToolPageAsideCollapsed {
253
- .sapTntToolPageAside {
254
- transform: translateX(@_sap_tnt_ToolPage_CompactAsideWidth);
255
- }
256
- .sapTntToolPageMain {
257
- transform: translateX(0);
258
- }
259
- }
260
- }
261
169
  }
@@ -11,6 +11,5 @@
11
11
  <polygon fill="var(--sapIllus_ObjectFillColor)" points="82.143 100.213 95.751 100.213 95.751 17.425 82.143 17.425" class="sapIllus_ObjectFillColor"/>
12
12
  <path fill="var(--sapIllus_Layering1)" d="M95.2504,99.7127117 L82.6424,99.7127117 L82.6424,97.3437117 L86.7814,97.3437117 C87.0574,97.3437117 87.2814,97.1197117 87.2814,96.8437117 C87.2814,96.5667117 87.0574,96.3437117 86.7814,96.3437117 L82.6424,96.3437117 L82.6424,92.4937117 L86.7814,92.4937117 C87.0574,92.4937117 87.2814,92.2707117 87.2814,91.9937117 C87.2814,91.7177117 87.0574,91.4937117 86.7814,91.4937117 L82.6424,91.4937117 L82.6424,87.6437117 L90.0924,87.6437117 C90.3684,87.6437117 90.5924,87.4197117 90.5924,87.1437117 C90.5924,86.8667117 90.3684,86.6437117 90.0924,86.6437117 L82.6424,86.6437117 L82.6424,82.7927117 L86.7814,82.7927117 C87.0574,82.7927117 87.2814,82.5687117 87.2814,82.2927117 C87.2814,82.0167117 87.0574,81.7927117 86.7814,81.7927117 L82.6424,81.7927117 L82.6424,77.9417117 L86.7814,77.9417117 C87.0574,77.9417117 87.2814,77.7187117 87.2814,77.4417117 C87.2814,77.1657117 87.0574,76.9417117 86.7814,76.9417117 L82.6424,76.9417117 L82.6424,73.0917117 L86.7814,73.0917117 C87.0574,73.0917117 87.2814,72.8677117 87.2814,72.5917117 C87.2814,72.3157117 87.0574,72.0917117 86.7814,72.0917117 L82.6424,72.0917117 L82.6424,68.2407117 L86.7814,68.2407117 C87.0574,68.2407117 87.2814,68.0177117 87.2814,67.7407117 C87.2814,67.4647117 87.0574,67.2407117 86.7814,67.2407117 L82.6424,67.2407117 L82.6424,63.3907117 L90.0924,63.3907117 C90.3684,63.3907117 90.5924,63.1667117 90.5924,62.8907117 C90.5924,62.6137117 90.3684,62.3907117 90.0924,62.3907117 L82.6424,62.3907117 L82.6424,58.5397117 L86.7814,58.5397117 C87.0574,58.5397117 87.2814,58.3167117 87.2814,58.0397117 C87.2814,57.7637117 87.0574,57.5397117 86.7814,57.5397117 L82.6424,57.5397117 L82.6424,53.6897117 L86.7814,53.6897117 C87.0574,53.6897117 87.2814,53.4657117 87.2814,53.1897117 C87.2814,52.9127117 87.0574,52.6897117 86.7814,52.6897117 L82.6424,52.6897117 L82.6424,48.8387117 L86.7814,48.8387117 C87.0574,48.8387117 87.2814,48.6147117 87.2814,48.3387117 C87.2814,48.0627117 87.0574,47.8387117 86.7814,47.8387117 L82.6424,47.8387117 L82.6424,43.9887117 L86.7814,43.9887117 C87.0574,43.9887117 87.2814,43.7657117 87.2814,43.4887117 C87.2814,43.2127117 87.0574,42.9887117 86.7814,42.9887117 L82.6424,42.9887117 L82.6424,39.1387117 L90.0924,39.1387117 C90.3684,39.1387117 90.5924,38.9147117 90.5924,38.6387117 C90.5924,38.3617117 90.3684,38.1387117 90.0924,38.1387117 L82.6424,38.1387117 L82.6424,34.1247117 L86.7814,34.1247117 C87.0574,34.1247117 87.2814,33.9007117 87.2814,33.6247117 C87.2814,33.3487117 87.0574,33.1247117 86.7814,33.1247117 L82.6424,33.1247117 L82.6424,17.9247117 L95.2504,17.9247117 L95.2504,99.7127117 Z M95.7504,16.9247117 L82.1424,16.9247117 C81.8654,16.9247117 81.6424,17.1487117 81.6424,17.4247117 L81.6424,100.212712 C81.6424,100.488712 81.8654,100.712712 82.1424,100.712712 L95.7504,100.712712 C96.0264,100.712712 96.2504,100.488712 96.2504,100.212712 L96.2504,17.4247117 C96.2504,17.1487117 96.0264,16.9247117 95.7504,16.9247117 L95.7504,16.9247117 Z" class="sapIllus_Layering1"/>
13
13
  <path fill="var(--sapIllus_BackgroundColor)" d="M131,145.5 C131,147.985 108.391,150 80.5,150 C52.61,150 30,147.985 30,145.5 C30,143.015 52.61,141 80.5,141 C108.391,141 131,143.015 131,145.5" class="sapIllus_BackgroundColor"/>
14
- <path fill="var(--sapIllus_Layering1)" d="M143.3726 33.2557L143.3476 33.2557 132.8526 32.9857C132.4346 32.9757 132.0676 32.7057 131.9326 32.3107 131.7976 31.9137 131.9226 31.4757 132.2476 31.2117L141.0996 23.9997 132.9996 23.9997C132.4476 23.9997 131.9996 23.5527 131.9996 22.9997 131.9996 22.4477 132.4476 21.9997 132.9996 21.9997L143.9106 21.9997C144.3336 21.9997 144.7106 22.2667 144.8526 22.6647 144.9946 23.0637 144.8696 23.5087 144.5416 23.7757L135.6036 31.0567 143.3976 31.2567C143.9496 31.2707 144.3866 31.7297 144.3716 32.2807 144.3576 32.8247 143.9136 33.2557 143.3726 33.2557M151.3922 14.5086C151.3832 14.5086 151.3742 14.5086 151.3662 14.5076L145.1212 14.3476C144.7032 14.3366 144.3352 14.0676 144.2002 13.6716 144.0652 13.2756 144.1902 12.8366 144.5152 12.5726L148.9012 8.9996 144.9992 8.9996C144.4482 8.9996 143.9992 8.5526 143.9992 7.9996 143.9992 7.4476 144.4482 6.9996 144.9992 6.9996L151.7112 6.9996C152.1342 6.9996 152.5122 7.2666 152.6542 7.6646 152.7952 8.0636 152.6712 8.5086 152.3432 8.7756L147.8712 12.4176 151.4172 12.5086C151.9692 12.5236 152.4052 12.9826 152.3912 13.5336 152.3772 14.0766 151.9322 14.5086 151.3922 14.5086" class="sapIllus_Layering1"/>
15
14
  <path fill="var(--sapIllus_PatternShadow)" d="M127.0833,37.9891 L125.9973,37.9891 L125.9973,118.4891 C125.9973,120.004742 124.4293,121.578912 122.4993,121.578912 L41.0563,121.578912 L41.0563,124.1311 C41.0563,126.2611 42.7823,127.9891 44.9113,127.9891 L127.1373,127.9891 C129.2693,127.9891 130.9973,126.2601 130.9973,124.1291 L130.9973,41.8491 C130.9973,39.7181 129.2693,37.9891 127.1373,37.9891 L127.0833,37.9891 Z" class="sapIllus_PatternShadow"/>
16
15
  </svg>
@@ -8,5 +8,4 @@
8
8
  <path fill="var(--sapIllus_AccentColor)" d="M100.3389,67.0166 C99.7489,67.0166 99.1589,67.2416 98.7109,67.6896 L89.6179,76.7826 C89.1839,77.2166 88.9439,77.7946 88.9439,78.4106 C88.9439,79.0246 89.1839,79.6026 89.6179,80.0376 L98.7109,89.1296 C99.6069,90.0256 101.0679,90.0276 101.9659,89.1296 L111.0589,80.0376 C111.9559,79.1396 111.9559,77.6796 111.0589,76.7826 L101.9659,67.6896 C101.5179,67.2416 100.9279,67.0166 100.3389,67.0166 M100.3389,90.8036 C99.4559,90.8036 98.6269,90.4596 98.0039,89.8366 L88.9109,80.7446 C88.2879,80.1206 87.9439,79.2916 87.9439,78.4106 C87.9439,77.5276 88.2879,76.6986 88.9109,76.0756 L98.0039,66.9826 C99.2499,65.7376 101.4259,65.7356 102.6729,66.9826 L111.7659,76.0756 C112.3889,76.6986 112.7329,77.5276 112.7329,78.4106 C112.7329,79.2916 112.3889,80.1206 111.7659,80.7446 L102.6729,89.8366 C102.0499,90.4596 101.2209,90.8036 100.3389,90.8036" class="sapIllus_AccentColor"/>
9
9
  <path fill="var(--sapIllus_PatternShadow)" d="M127.1388,42.0002 L127.0858,42.0002 L125.9998,42.0002 L125.9998,122.5002 C125.9998,124.4302 124.4298,126.0002 122.4998,126.0002 L41.0568,126.0002 L41.0578,128.1422 C41.0578,130.2722 42.7848,132.0002 44.9138,132.0002 L127.1388,132.0002 C129.2718,132.0002 130.9998,130.2712 130.9998,128.1392 L130.9998,45.8602 C130.9998,43.7292 129.2718,42.0002 127.1388,42.0002" class="sapIllus_PatternShadow"/>
10
10
  <path fill="var(--sapIllus_BackgroundColor)" d="M131,146.5 C131,148.985 108.391,151 80.5,151 C52.609,151 30,148.985 30,146.5 C30,144.015 52.609,142 80.5,142 C108.391,142 131,144.015 131,146.5" class="sapIllus_BackgroundColor"/>
11
- <path fill="var(--sapIllus_Layering1)" d="M143.3732 34.256C143.3642 34.256 143.3552 34.256 143.3472 34.255L132.8522 33.986C132.4352 33.976 132.0672 33.706 131.9332 33.31 131.7972 32.914 131.9232 32.476 132.2472 32.211L141.1002 25 133.0002 25C132.4472 25 132.0002 24.552 132.0002 24 132.0002 23.447 132.4472 23 133.0002 23L143.9102 23C144.3332 23 144.7112 23.266 144.8522 23.665 144.9942 24.064 144.8702 24.508 144.5422 24.776L135.6042 32.056 143.3972 32.256C143.9502 32.271 144.3862 32.73 144.3722 33.281 144.3582 33.824 143.9132 34.256 143.3732 34.256M151.3917 15.508L151.3667 15.508 145.1207 15.348C144.7027 15.337 144.3347 15.068 144.2007 14.671 144.0647 14.276 144.1907 13.837 144.5147 13.572L148.9007 10 144.9997 10C144.4477 10 143.9997 9.552 143.9997 9 143.9997 8.447 144.4477 8 144.9997 8L151.7117 8C152.1347 8 152.5117 8.266 152.6547 8.665 152.7957 9.064 152.6707 9.508 152.3427 9.776L147.8717 13.417 151.4167 13.509C151.9687 13.523 152.4057 13.982 152.3907 14.534 152.3767 15.077 151.9327 15.508 151.3917 15.508" class="sapIllus_Layering1"/>
12
11
  </svg>
@@ -12,5 +12,4 @@
12
12
  <path fill="var(--sapIllus_AccentColor)" d="M75.7956,115.577815 C73.7806,117.970815 77.0866,124.053815 74.8256,127.503815 C72.1036,121.263815 76.1026,113.714815 74.6226,108.525815 C73.9866,106.673815 71.2156,107.462815 71.9786,109.419815 C73.5126,113.356815 71.1616,119.733815 72.5156,124.676815 C71.5226,122.485815 70.9316,120.545815 71.1126,118.295815 C71.3336,116.972815 69.2596,116.707815 68.8626,118.647815 C68.3266,122.221815 70.6566,125.426815 73.0346,127.604815 L73.9496,127.604815 L74.7686,127.604815 L74.8646,127.604815 L75.8616,127.604815 C78.2656,124.742815 77.0926,119.345815 77.7466,117.184815 C78.5926,115.119815 76.8886,114.585815 75.7956,115.577815" class="sapIllus_AccentColor"/>
13
13
  <path fill="var(--sapIllus_PatternShadow)" d="M133.4177,84.4186154 C133.4177,106.365615 119.7077,125.184615 100.2147,133.124615 L58.7967,133.124615 C44.6007,127.343615 33.4797,115.790615 28.4887,101.468615 C38.7247,113.399615 53.9097,120.950615 70.8647,120.950615 C101.7097,120.950615 126.6997,95.9506154 126.6997,65.1156154 C126.6997,63.0206154 126.5837,60.9456154 126.3527,58.9136154 L126.6997,58.9136154 C130.9757,66.4746154 133.4177,75.1736154 133.4177,84.4186154" class="sapIllus_PatternShadow"/>
14
14
  <path fill="var(--sapIllus_StrokeDetailColor)" d="M100.1491,132.622715 L58.9311,132.622715 C39.0051,124.463715 26.1351,105.553715 26.1351,84.4207154 C26.1351,75.8387154 28.3061,67.3397154 32.4161,59.8217154 L40.4361,59.7877154 C39.9581,60.5927154 39.4991,61.4077154 39.0701,62.2387154 C38.9441,62.4847154 39.0401,62.7857154 39.2861,62.9127154 C39.3591,62.9507154 39.4371,62.9687154 39.5141,62.9687154 C39.6951,62.9687154 39.8701,62.8697154 39.9591,62.6977154 C40.4711,61.7047154 41.0341,60.7377154 41.6191,59.7827154 L126.4421,59.4177154 C130.6981,67.0407154 132.9461,75.6797154 132.9461,84.4207154 C132.9461,105.554715 120.0761,124.463715 100.1491,132.622715 M127.1701,58.6707154 C127.0801,58.5127154 126.8721,58.3997154 126.7321,58.4167154 L42.2481,58.7787154 C45.1311,54.3317154 48.7771,50.3507154 52.9781,47.1207154 C53.1971,46.9527154 53.2381,46.6387154 53.0701,46.4197154 C52.9011,46.2007154 52.5881,46.1617154 52.3691,46.3277154 C47.9071,49.7577154 44.0611,54.0207154 41.0651,58.7847154 L32.1181,58.8227154 C31.9371,58.8237154 31.7701,58.9227154 31.6821,59.0807154 C27.3991,66.8097154 25.1351,75.5717154 25.1351,84.4207154 C25.1351,105.994715 38.2891,125.292715 58.6451,133.585715 C58.7041,133.609715 58.7691,133.622715 58.8331,133.622715 L100.2481,133.622715 C100.3121,133.622715 100.3771,133.609715 100.4361,133.585715 C120.7931,125.293715 133.9461,105.994715 133.9461,84.4207154 C133.9461,75.4097154 131.6021,66.5057154 127.1701,58.6707154" class="sapIllus_StrokeDetailColor"/>
15
- <path fill="var(--sapIllus_Layering1)" d="M144.2021 33.2564C144.1931 33.2564 144.1841 33.2564 144.1771 33.2554L133.6821 32.9864C133.2641 32.9764 132.8971 32.7064 132.7621 32.3104 132.6271 31.9144 132.7521 31.4764 133.0771 31.2114L141.9291 24.0004 133.8291 24.0004C133.2771 24.0004 132.8291 23.5524 132.8291 23.0004 132.8291 22.4474 133.2771 22.0004 133.8291 22.0004L144.7401 22.0004C145.1631 22.0004 145.5401 22.2664 145.6821 22.6654 145.8241 23.0644 145.6991 23.5084 145.3711 23.7764L136.4331 31.0564 144.2271 31.2564C144.7791 31.2714 145.2161 31.7304 145.2011 32.2814 145.1871 32.8244 144.7431 33.2564 144.2021 33.2564M152.2216 14.5083L152.1956 14.5083 145.9506 14.3483C145.5326 14.3373 145.1646 14.0683 145.0296 13.6713 144.8946 13.2763 145.0196 12.8373 145.3446 12.5723L149.7306 9.0003 145.8286 9.0003C145.2776 9.0003 144.8286 8.5523 144.8286 8.0003 144.8286 7.4473 145.2776 7.0003 145.8286 7.0003L152.5406 7.0003C152.9636 7.0003 153.3416 7.2663 153.4836 7.6653 153.6246 8.0643 153.5006 8.5083 153.1726 8.7763L148.7006 12.4173 152.2466 12.5093C152.7986 12.5233 153.2346 12.9823 153.2206 13.5343 153.2066 14.0773 152.7616 14.5083 152.2216 14.5083" class="sapIllus_Layering1"/>
16
15
  </svg>
@@ -3,7 +3,6 @@
3
3
  <path fill="var(--sapIllus_ObjectFillColor)" d="M234.7525,184.0828 L80.6325,178.2988 C78.9775,178.2358 77.6855,176.8438 77.7475,175.1878 L82.3375,52.9048 C82.3985,51.2488 83.7915,49.9568 85.4475,50.0198 L239.5665,55.8048 C241.2225,55.8658 242.5145,57.2588 242.4525,58.9148 L237.8625,181.1978 C237.8005,182.8538 236.4075,184.1448 234.7525,184.0828" class="sapIllus_ObjectFillColor"/>
4
4
  <path fill="var(--sapIllus_StrokeDetailColor)" d="M234.771,183.585105 C235.447,183.6048 236.075,183.3718 236.565,182.9178 C237.054,182.4638 237.338,181.8468 237.363,181.1798 L241.953,58.8958 C242.004,57.5188 240.925,56.3548 239.548,56.3038 L85.429,50.5198 C84.755,50.4958 84.125,50.7298 83.634,51.1848 C83.145,51.6388 82.862,52.2568 82.836,52.9238 L78.247,175.2068 C78.196,176.5848 79.274,177.7468 80.651,177.7988 L234.771,183.585105 Z M234.866,184.5848 C234.822,184.5848 234.778,184.5848 234.734,184.5828 L80.614,178.7978 C79.679,178.7638 78.815,178.3658 78.179,177.6808 C77.543,176.9958 77.212,176.1038 77.248,175.1698 L81.837,52.8868 C81.873,51.9518 82.269,51.0868 82.955,50.4508 C83.639,49.8148 84.525,49.4838 85.466,49.5208 L239.585,55.3048 C240.52,55.3398 241.384,55.7358 242.02,56.4218 C242.656,57.1068 242.987,57.9988 242.952,58.9338 L238.362,181.2168 C238.292,183.1008 236.736,184.5848 234.866,184.5848 L234.866,184.5848 Z" class="sapIllus_StrokeDetailColor"/>
5
5
  <path fill="var(--sapIllus_BrandColorSecondary)" d="M205.9048 198.906L192.5948 205.444C191.9418 205.765 191.8818 206.673 192.4858 207.078L204.8028 215.336C205.4078 215.741 206.2238 215.34 206.2728 214.613L207.2648 199.818C207.3138 199.092 206.5578 198.585 205.9048 198.906M126.5367 35.6746C125.5767 37.6636 123.1857 38.4976 121.1967 37.5366 119.2077 36.5766 118.3737 34.1866 119.3337 32.1966 120.2947 30.2076 122.6847 29.3736 124.6747 30.3346 126.6627 31.2946 127.4967 33.6856 126.5367 35.6746" class="sapIllus_BrandColorSecondary"/>
6
- <path fill="var(--sapIllus_Layering1)" d="M278.189 49.2927L278.164 49.2927 260.825 48.8487C260.406 48.8377 260.039 48.5677 259.904 48.1717 259.768 47.7757 259.894 47.3377 260.218 47.0727L276.267 33.9997 260.935 33.9997C260.383 33.9997 259.935 33.5517 259.935 32.9997 259.935 32.4467 260.383 31.9997 260.935 31.9997L279.078 31.9997C279.501 31.9997 279.878 32.2657 280.02 32.6647 280.162 33.0637 280.038 33.5077 279.71 33.7747L263.576 46.9177 278.214 47.2937C278.766 47.3077 279.203 47.7667 279.188 48.3177 279.174 48.8617 278.73 49.2927 278.189 49.2927M301.856 28.8718L301.83 28.8718 290.637 28.5848C290.219 28.5738 289.852 28.3048 289.717 27.9078 289.582 27.5128 289.708 27.0738 290.032 26.8088L299.619 18.9998 290.935 18.9998C290.383 18.9998 289.935 18.5518 289.935 17.9998 289.935 17.4468 290.383 16.9998 290.935 16.9998L302.43 16.9998C302.853 16.9998 303.23 17.2658 303.373 17.6648 303.514 18.0628 303.389 18.5078 303.061 18.7748L293.389 26.6548 301.881 26.8728C302.433 26.8868 302.87 27.3458 302.855 27.8978 302.841 28.4408 302.397 28.8718 301.856 28.8718" class="sapIllus_Layering1"/>
7
6
  <path fill="var(--sapIllus_BackgroundColor)" d="M146.5054 129.2693L108.4294 127.8393C106.9134 127.7833 105.7314 126.5083 105.7884 124.9933L107.2584 85.8253C107.3154 84.3103 108.5894 83.1273 110.1054 83.1843L148.1824 84.6143C149.6964 84.6703 150.8794 85.9453 150.8224 87.4603L149.3524 126.6283C149.2954 128.1433 148.0214 129.3263 146.5054 129.2693M147.1509 159.2068L106.1539 157.6688C105.2759 157.6358 104.5899 156.8968 104.6239 156.0188L105.0589 144.4148C105.0919 143.5368 105.8309 142.8518 106.7089 142.8848L147.7059 144.4238C148.5849 144.4558 149.2689 145.1948 149.2359 146.0728L148.7999 157.6768C148.7679 158.5548 148.0289 159.2398 147.1509 159.2068" class="sapIllus_BackgroundColor"/>
8
7
  <path fill="var(--sapIllus_BrandColorSecondary)" d="M241.5787,73.8143925 L82.0917,67.8282 C81.9187,67.8212 81.7827,67.6752 81.7894414,67.5022 L82.3377,52.9052 C82.3987,51.2492 83.7917,49.9572 85.4477,50.0192 L239.5667,55.8042 C241.2227,55.8662 242.5147,57.2582 242.4527,58.9152 L241.9047,73.5112 C241.8977,73.6852 241.7517,73.8202 241.5787,73.8143925" class="sapIllus_BrandColorSecondary"/>
9
8
  <path fill="var(--sapIllus_StrokeDetailColor)" d="M241.5787,73.8142 L82.2767,67.8372 L82.8367,52.9232 C82.8617,52.2562 83.1447,51.6382 83.6347,51.1842 C84.1247,50.7302 84.7557,50.4962 85.4297,50.5192 L239.5487,56.3032 C240.9257,56.3552 242.0047,57.5182 241.9527,58.8962 L241.5787,73.8142 Z M237.3627,181.1792 C237.3387,181.8462 237.0547,182.4632 236.5647,182.9182 C236.0747,183.3722 235.4467,183.6042 234.7707,183.5842 L80.6507,177.7982 C79.2737,177.7472 78.1957,176.5852 78.2467,175.2072 L82.2407,68.7902 L82.2237,68.6642 L241.2287,78.1732 L237.3627,181.1792 Z M242.0197,56.4212 C241.3847,55.7362 240.5197,55.3392 239.5857,55.3042 L85.4667,49.5202 C84.5247,49.4842 83.6397,49.8152 82.9547,50.4512 C82.2687,51.0862 81.8727,51.9522 81.8377,52.8862 L77.2477,175.1692 C77.2127,176.1032 77.5437,176.9962 78.1797,177.6802 C78.8147,178.3662 79.6797,178.7632 80.6137,178.7972 L234.7337,184.5832 C234.7777,184.5852 234.8217,184.5852 234.8657,184.5852 C236.7357,184.5852 238.2917,183.1002 238.3617,181.2162 L242.9517,58.9332 C242.9867,57.9992 242.6557,57.1072 242.0197,56.4212 L242.0197,56.4212 Z" class="sapIllus_StrokeDetailColor"/>
@@ -15,4 +14,4 @@
15
14
  <path fill="var(--sapIllus_AccentColor)" d="M209.0816,48.3269 L215.7786,48.6889 L216.4266,36.7119 C216.4726,35.8569 215.8166,35.1279 214.9626,35.0819 L211.3586,34.8869 C210.5046,34.8409 209.7746,35.4959 209.7286,36.3499 L209.0816,48.3269 Z" class="sapIllus_AccentColor"/>
16
15
  <path fill="var(--sapIllus_StrokeDetailColor)" d="M213.1255,49.6756 C213.0025,49.6756 212.8925,49.6726 212.7985,49.6696 C211.2885,49.6176 209.3495,49.2086 208.4385,48.2156 C208.2515,48.0116 208.2665,47.6966 208.4695,47.5096 C208.6725,47.3216 208.9875,47.3366 209.1755,47.5396 C209.7445,48.1606 211.2145,48.6146 212.8325,48.6696 C214.1095,48.7136 215.1705,48.4916 215.5745,48.1076 C215.7735,47.9176 216.0905,47.9246 216.2815,48.1246 C216.4725,48.3246 216.4645,48.6416 216.2645,48.8316 C215.4985,49.5616 213.9925,49.6756 213.1255,49.6756" class="sapIllus_StrokeDetailColor"/>
17
16
  <path fill="var(--sapIllus_PatternShadow)" d="M247.3238,65.0623 L242.7278,64.8893 L238.3618,181.2163 C238.2918,183.1003 236.7358,184.5843 234.8658,184.5843 C234.8218,184.5843 234.7778,184.5843 234.7338,184.5833 L85.7728,178.9913 L85.5808,184.1373 C85.5168,185.8293 86.8368,187.2513 88.5278,187.3153 L242.5178,193.0943 C244.2098,193.1593 245.6328,191.8383 245.6958,190.1473 L250.2708,68.2403 C250.3348,66.5483 249.0148,65.1253 247.3238,65.0623" class="sapIllus_PatternShadow"/>
18
- </svg>
17
+ </svg>
@@ -9,7 +9,7 @@
9
9
  <path fill="var(--sapIllus_BrandColorSecondary)" d="M243.0577,74.8146925 L83.5717,68.8285 C83.3977,68.8215 83.2617,68.6755 83.2684414,68.5025 L83.8167,53.9055 C83.8787,52.2495 85.2717,50.9575 86.9267,51.0195 L241.0457,56.8045 C242.7027,56.8665 243.9947,58.2585 243.9317,59.9155 L243.3837,74.5115 C243.3767,74.6855 243.2317,74.8205 243.0577,74.8146925" class="sapIllus_BrandColorSecondary"/>
10
10
  <path fill="var(--sapIllus_StrokeDetailColor)" d="M236.25,184.585305 C236.926,184.605 237.555,184.372 238.045,183.918 C238.534,183.464 238.817,182.847 238.843,182.18 L243.433,59.896 C243.483,58.519 242.405,57.355 241.028,57.304 L86.908,51.52 C86.235,51.496 85.604,51.73 85.114,52.185 C84.625,52.639 84.341,53.257 84.316,53.924 L79.727,176.207 C79.675,177.585 80.754,178.747 82.131,178.799 L236.25,184.585305 Z M236.346,185.585 C236.302,185.585 236.258,185.585 236.213,185.583 L82.094,179.798 C81.159,179.764 80.295,179.366 79.659,178.681 C79.023,177.996 78.692,177.104 78.728,176.17 L83.317,53.887 C83.352,52.952 83.749,52.087 84.435,51.451 C85.119,50.815 86.005,50.484 86.946,50.521 L241.065,56.305 C242,56.34 242.864,56.736 243.5,57.422 C244.136,58.107 244.467,58.999 244.432,59.934 L239.842,182.217 C239.771,184.101 238.216,185.585 236.346,185.585 L236.346,185.585 Z" class="sapIllus_StrokeDetailColor"/>
11
11
  <polygon fill="var(--sapIllus_ObjectFillColor)" points="28.5 134.299 38.669 119.13 130.948 180.992 120.78 196.161" class="sapIllus_ObjectFillColor"/>
12
- <path fill="var(--sapIllus_Layering1)" d="M120.6436 195.4678L29.1936 134.1618 38.8056 119.8228 41.7306 121.7838 38.5426 126.5398C38.3886 126.7698 38.4506 127.0798 38.6796 127.2338 38.7646 127.2908 38.8626 127.3188 38.9576 127.3188 39.1196 127.3188 39.2776 127.2398 39.3726 127.0968L42.5616 122.3408 45.3346 124.1998 42.1476 128.9558C41.9936 129.1858 42.0546 129.4958 42.2846 129.6498 42.3696 129.7068 42.4666 129.7348 42.5626 129.7348 42.7236 129.7348 42.8816 129.6558 42.9776 129.5128L46.1646 124.7568 48.9396 126.6158 45.7506 131.3718C45.5966 131.6018 45.6586 131.9118 45.8876 132.0658 45.9726 132.1228 46.0706 132.1508 46.1656 132.1508 46.3276 132.1508 46.4846 132.0718 46.5806 131.9288L49.7696 127.1728 52.5436 129.0328 46.8816 137.4798C46.7276 137.7088 46.7896 138.0198 47.0186 138.1728 47.1036 138.2308 47.2016 138.2578 47.2966 138.2578 47.4576 138.2578 47.6156 138.1798 47.7116 138.0358L53.3736 129.5898 56.1486 131.4488 52.9596 136.2048C52.8056 136.4348 52.8676 136.7448 53.0966 136.8988 53.1816 136.9558 53.2796 136.9838 53.3746 136.9838 53.5366 136.9838 53.6936 136.9048 53.7896 136.7618L56.9786 132.0058 59.7516 133.8648 56.5646 138.6208C56.4106 138.8508 56.4716 139.1608 56.7016 139.3148 56.7866 139.3718 56.8836 139.3998 56.9796 139.3998 57.1406 139.3998 57.2986 139.3218 57.3946 139.1778L60.5816 134.4218 63.3576 136.2818 60.1686 141.0378C60.0146 141.2678 60.0766 141.5778 60.3056 141.7318 60.3906 141.7888 60.4886 141.8168 60.5836 141.8168 60.7456 141.8168 60.9036 141.7388 60.9986 141.5948L64.1876 136.8388 66.9606 138.6978 63.7736 143.4538C63.6196 143.6838 63.6806 143.9938 63.9106 144.1478 63.9956 144.2048 64.0926 144.2328 64.1886 144.2328 64.3496 144.2328 64.5076 144.1548 64.6036 144.0108L67.7916 139.2548 70.5656 141.1138 64.9036 149.5618C64.7486 149.7908 64.8106 150.1018 65.0396 150.2548 65.1246 150.3128 65.2226 150.3398 65.3186 150.3398 65.4796 150.3398 65.6376 150.2618 65.7336 150.1178L71.3956 141.6708 74.1706 143.5308 70.9826 148.2868C70.8286 148.5168 70.8896 148.8268 71.1196 148.9808 71.2046 149.0378 71.3016 149.0658 71.3976 149.0658 71.5586 149.0658 71.7166 148.9878 71.8126 148.8438L75.0006 144.0878 77.7746 145.9468 74.5866 150.7028C74.4326 150.9328 74.4946 151.2428 74.7236 151.3968 74.8086 151.4538 74.9066 151.4818 75.0016 151.4818 75.1636 151.4818 75.3216 151.4038 75.4166 151.2598L78.6046 146.5038 81.3786 148.3638 78.1916 153.1188C78.0376 153.3488 78.0986 153.6588 78.3286 153.8128 78.4136 153.8698 78.5106 153.8978 78.6066 153.8978 78.7676 153.8978 78.9256 153.8198 79.0216 153.6758L82.2086 148.9198 84.9836 150.7798 81.7956 155.5358C81.6416 155.7658 81.7036 156.0758 81.9326 156.2298 82.0176 156.2868 82.1156 156.3148 82.2106 156.3148 82.3726 156.3148 82.5306 156.2368 82.6256 156.0928L85.8146 151.3368 88.5876 153.1968 82.9256 161.6438C82.7716 161.8728 82.8326 162.1838 83.0626 162.3368 83.1476 162.3948 83.2456 162.4218 83.3406 162.4218 83.5016 162.4218 83.6606 162.3438 83.7556 162.1998L89.4176 153.7528 92.1926 155.6128 89.0036 160.3678C88.8496 160.5978 88.9116 160.9078 89.1406 161.0618 89.2256 161.1188 89.3236 161.1468 89.4186 161.1468 89.5806 161.1468 89.7376 161.0688 89.8336 160.9248L93.0226 156.1688 95.7966 158.0298 92.6086 162.7848C92.4546 163.0148 92.5156 163.3248 92.7456 163.4788 92.8306 163.5358 92.9276 163.5638 93.0236 163.5638 93.1846 163.5638 93.3416 163.4858 93.4386 163.3418L96.6276 158.5858 99.4016 160.4458 96.2126 165.2008C96.0586 165.4308 96.1206 165.7408 96.3496 165.8948 96.4346 165.9518 96.5326 165.9798 96.6276 165.9798 96.7896 165.9798 96.9476 165.9018 97.0426 165.7578L100.2316 161.0018 103.0046 162.8618 99.8176 167.6168C99.6636 167.8468 99.7246 168.1568 99.9546 168.3108 100.0396 168.3678 100.1366 168.3958 100.2326 168.3958 100.3936 168.3958 100.5516 168.3178 100.6476 168.1738L103.8346 163.4178 106.6106 165.2788 100.9476 173.7248C100.7926 173.9538 100.8546 174.2648 101.0836 174.4178 101.1686 174.4758 101.2666 174.5028 101.3626 174.5028 101.5236 174.5028 101.6806 174.4248 101.7776 174.2808L107.4406 165.8348 110.2146 167.6948 107.0266 172.4498C106.8726 172.6798 106.9336 172.9898 107.1636 173.1438 107.2476 173.2008 107.3456 173.2288 107.4416 173.2288 107.6026 173.2288 107.7606 173.1508 107.8566 173.0068L111.0446 168.2508 113.8186 170.1108 110.6306 174.8658C110.4766 175.0958 110.5386 175.4058 110.7676 175.5598 110.8526 175.6168 110.9506 175.6448 111.0456 175.6448 111.2066 175.6448 111.3656 175.5668 111.4606 175.4228L114.6486 170.6668 130.2546 181.1288 120.6436 195.4678zM131.2266 180.5768L38.9476 118.7148C38.8366 118.6408 38.7026 118.6118 38.5726 118.6398 38.4426 118.6648 38.3276 118.7408 38.2536 118.8518L28.0846 134.0208C28.0106 134.1308 27.9836 134.2658 28.0096 134.3958 28.0356 134.5258 28.1116 134.6408 28.2216 134.7138L120.5016 196.5758C120.5846 196.6318 120.6816 196.6608 120.7806 196.6608 120.8126 196.6608 120.8446 196.6578 120.8766 196.6518 121.0066 196.6258 121.1226 196.5498 121.1956 196.4398L131.3636 181.2708C131.5176 181.0408 131.4566 180.7308 131.2266 180.5768L131.2266 180.5768zM277.9405 49.293L277.9155 49.293 260.5765 48.849C260.1575 48.838 259.7905 48.568 259.6555 48.172 259.5195 47.776 259.6455 47.338 259.9695 47.073L276.0185 34 260.6865 34C260.1345 34 259.6865 33.552 259.6865 33 259.6865 32.447 260.1345 32 260.6865 32L278.8295 32C279.2525 32 279.6295 32.266 279.7715 32.665 279.9135 33.064 279.7895 33.508 279.4615 33.775L263.3275 46.918 277.9655 47.294C278.5175 47.308 278.9545 47.767 278.9395 48.318 278.9255 48.862 278.4815 49.293 277.9405 49.293M301.6075 28.8721L301.5815 28.8721 290.3885 28.5851C289.9705 28.5741 289.6035 28.3051 289.4685 27.9081 289.3335 27.5131 289.4595 27.0741 289.7835 26.8091L299.3705 19.0001 290.6865 19.0001C290.1345 19.0001 289.6865 18.5521 289.6865 18.0001 289.6865 17.4471 290.1345 17.0001 290.6865 17.0001L302.1815 17.0001C302.6045 17.0001 302.9815 17.2661 303.1245 17.6651 303.2655 18.0631 303.1405 18.5081 302.8125 18.7751L293.1405 26.6551 301.6325 26.8731C302.1845 26.8871 302.6215 27.3461 302.6065 27.8981 302.5925 28.4411 302.1485 28.8721 301.6075 28.8721" class="sapIllus_Layering1"/>
12
+ <path fill="var(--sapIllus_Layering1)" d="M120.6436,195.4678 L29.1936,134.1618 L38.8056,119.8228 L41.7306,121.7838 L38.5426,126.5398 C38.3886,126.7698 38.4506,127.0798 38.6796,127.2338 C38.7646,127.2908 38.8626,127.3188 38.9576,127.3188 C39.1196,127.3188 39.2776,127.2398 39.3726,127.0968 L42.5616,122.3408 L45.3346,124.1998 L42.1476,128.9558 C41.9936,129.1858 42.0546,129.4958 42.2846,129.6498 C42.3696,129.7068 42.4666,129.7348 42.5626,129.7348 C42.7236,129.7348 42.8816,129.6558 42.9776,129.5128 L46.1646,124.7568 L48.9396,126.6158 L45.7506,131.3718 C45.5966,131.6018 45.6586,131.9118 45.8876,132.0658 C45.9726,132.1228 46.0706,132.1508 46.1656,132.1508 C46.3276,132.1508 46.4846,132.0718 46.5806,131.9288 L49.7696,127.1728 L52.5436,129.0328 L46.8816,137.4798 C46.7276,137.7088 46.7896,138.0198 47.0186,138.1728 C47.1036,138.2308 47.2016,138.2578 47.2966,138.2578 C47.4576,138.2578 47.6156,138.1798 47.7116,138.0358 L53.3736,129.5898 L56.1486,131.4488 L52.9596,136.2048 C52.8056,136.4348 52.8676,136.7448 53.0966,136.8988 C53.1816,136.9558 53.2796,136.9838 53.3746,136.9838 C53.5366,136.9838 53.6936,136.9048 53.7896,136.7618 L56.9786,132.0058 L59.7516,133.8648 L56.5646,138.6208 C56.4106,138.8508 56.4716,139.1608 56.7016,139.3148 C56.7866,139.3718 56.8836,139.3998 56.9796,139.3998 C57.1406,139.3998 57.2986,139.3218 57.3946,139.1778 L60.5816,134.4218 L63.3576,136.2818 L60.1686,141.0378 C60.0146,141.2678 60.0766,141.5778 60.3056,141.7318 C60.3906,141.7888 60.4886,141.8168 60.5836,141.8168 C60.7456,141.8168 60.9036,141.7388 60.9986,141.5948 L64.1876,136.8388 L66.9606,138.6978 L63.7736,143.4538 C63.6196,143.6838 63.6806,143.9938 63.9106,144.1478 C63.9956,144.2048 64.0926,144.2328 64.1886,144.2328 C64.3496,144.2328 64.5076,144.1548 64.6036,144.0108 L67.7916,139.2548 L70.5656,141.1138 L64.9036,149.5618 C64.7486,149.7908 64.8106,150.1018 65.0396,150.2548 C65.1246,150.3128 65.2226,150.3398 65.3186,150.3398 C65.4796,150.3398 65.6376,150.2618 65.7336,150.1178 L71.3956,141.6708 L74.1706,143.5308 L70.9826,148.2868 C70.8286,148.5168 70.8896,148.8268 71.1196,148.9808 C71.2046,149.0378 71.3016,149.0658 71.3976,149.0658 C71.5586,149.0658 71.7166,148.9878 71.8126,148.8438 L75.0006,144.0878 L77.7746,145.9468 L74.5866,150.7028 C74.4326,150.9328 74.4946,151.2428 74.7236,151.3968 C74.8086,151.4538 74.9066,151.4818 75.0016,151.4818 C75.1636,151.4818 75.3216,151.4038 75.4166,151.2598 L78.6046,146.5038 L81.3786,148.3638 L78.1916,153.1188 C78.0376,153.3488 78.0986,153.6588 78.3286,153.8128 C78.4136,153.8698 78.5106,153.8978 78.6066,153.8978 C78.7676,153.8978 78.9256,153.8198 79.0216,153.6758 L82.2086,148.9198 L84.9836,150.7798 L81.7956,155.5358 C81.6416,155.7658 81.7036,156.0758 81.9326,156.2298 C82.0176,156.2868 82.1156,156.3148 82.2106,156.3148 C82.3726,156.3148 82.5306,156.2368 82.6256,156.0928 L85.8146,151.3368 L88.5876,153.1968 L82.9256,161.6438 C82.7716,161.8728 82.8326,162.1838 83.0626,162.3368 C83.1476,162.3948 83.2456,162.4218 83.3406,162.4218 C83.5016,162.4218 83.6606,162.3438 83.7556,162.1998 L89.4176,153.7528 L92.1926,155.6128 L89.0036,160.3678 C88.8496,160.5978 88.9116,160.9078 89.1406,161.0618 C89.2256,161.1188 89.3236,161.1468 89.4186,161.1468 C89.5806,161.1468 89.7376,161.0688 89.8336,160.9248 L93.0226,156.1688 L95.7966,158.0298 L92.6086,162.7848 C92.4546,163.0148 92.5156,163.3248 92.7456,163.4788 C92.8306,163.5358 92.9276,163.5638 93.0236,163.5638 C93.1846,163.5638 93.3416,163.4858 93.4386,163.3418 L96.6276,158.5858 L99.4016,160.4458 L96.2126,165.2008 C96.0586,165.4308 96.1206,165.7408 96.3496,165.8948 C96.4346,165.9518 96.5326,165.9798 96.6276,165.9798 C96.7896,165.9798 96.9476,165.9018 97.0426,165.7578 L100.2316,161.0018 L103.0046,162.8618 L99.8176,167.6168 C99.6636,167.8468 99.7246,168.1568 99.9546,168.3108 C100.0396,168.3678 100.1366,168.3958 100.2326,168.3958 C100.3936,168.3958 100.5516,168.3178 100.6476,168.1738 L103.8346,163.4178 L106.6106,165.2788 L100.9476,173.7248 C100.7926,173.9538 100.8546,174.2648 101.0836,174.4178 C101.1686,174.4758 101.2666,174.5028 101.3626,174.5028 C101.5236,174.5028 101.6806,174.4248 101.7776,174.2808 L107.4406,165.8348 L110.2146,167.6948 L107.0266,172.4498 C106.8726,172.6798 106.9336,172.9898 107.1636,173.1438 C107.2476,173.2008 107.3456,173.2288 107.4416,173.2288 C107.6026,173.2288 107.7606,173.1508 107.8566,173.0068 L111.0446,168.2508 L113.8186,170.1108 L110.6306,174.8658 C110.4766,175.0958 110.5386,175.4058 110.7676,175.5598 C110.8526,175.6168 110.9506,175.6448 111.0456,175.6448 C111.2066,175.6448 111.3656,175.5668 111.4606,175.4228 L114.6486,170.6668 L130.2546,181.1288 L120.6436,195.4678 Z M131.2266,180.5768 L38.9476,118.7148 C38.8366,118.6408 38.7026,118.6118 38.5726,118.6398 C38.4426,118.6648 38.3276,118.7408 38.2536,118.8518 L28.0846,134.0208 C28.0106,134.1308 27.9836,134.2658 28.0096,134.3958 C28.0356,134.5258 28.1116,134.6408 28.2216,134.7138 L120.5016,196.5758 C120.5846,196.6318 120.6816,196.6608 120.7806,196.6608 C120.8126,196.6608 120.8446,196.6578 120.8766,196.6518 C121.0066,196.6258 121.1226,196.5498 121.1956,196.4398 L131.3636,181.2708 C131.5176,181.0408 131.4566,180.7308 131.2266,180.5768 L131.2266,180.5768 Z" class="sapIllus_Layering1"/>
13
13
  <path fill="var(--sapIllus_ObjectFillColor)" d="M299.0587,184.2725 C300.3997,182.9655 300.3607,180.7995 298.9727,179.5435 L298.8497,179.4305 L293.3517,174.4515 L290.8617,177.2005 L294.8767,180.8365 C295.6767,181.5615 295.6917,182.8135 294.9087,183.5565 L279.5587,198.1165 C278.8077,198.8625 278.8357,200.0855 279.6207,200.7965 C280.3517,201.4595 281.4727,201.4295 282.1687,200.7315 L299.0587,184.2725 Z" class="sapIllus_ObjectFillColor"/>
14
14
  <path fill="var(--sapIllus_StrokeDetailColor)" d="M291.5684,177.1651 L295.2124,180.4661 C295.6964,180.9041 295.9784,181.5301 295.9864,182.1831 C295.9944,182.8371 295.7254,183.4701 295.2524,183.9191 L279.9034,198.4791 C279.6454,198.7341 279.5054,199.0861 279.5134,199.4591 C279.5224,199.8321 279.6784,200.1751 279.9564,200.4261 C280.4904,200.9081 281.3064,200.8891 281.8154,200.3791 L298.7094,183.9141 C299.2574,183.3791 299.5514,182.6641 299.5394,181.8971 C299.5244,181.1321 299.2044,180.4281 298.6364,179.9141 L293.3854,175.1571 L291.5684,177.1651 Z M280.9784,201.7741 C280.3784,201.8041 279.7644,201.6021 279.2854,201.1671 C278.8024,200.7301 278.5284,200.1321 278.5134,199.4811 C278.4994,198.8311 278.7444,198.2211 279.2074,197.7621 L294.5634,183.1941 C294.8394,182.9321 294.9904,182.5761 294.9854,182.1951 C294.9814,181.8141 294.8234,181.4631 294.5414,181.2071 L290.1554,177.2351 L293.3164,173.7451 L299.3084,179.1731 C300.0824,179.8731 300.5194,180.8361 300.5384,181.8801 C300.5574,182.9251 300.1564,183.9011 299.4074,184.6301 L282.5184,201.0901 C282.0924,201.5171 281.5414,201.7461 280.9784,201.7741 L280.9784,201.7741 Z" class="sapIllus_StrokeDetailColor"/>
15
15
  <path fill="var(--sapIllus_AccentColor)" d="M282.0919,188.3184 C279.8449,186.9404 277.5399,185.2994 276.0799,183.1094 L274.8029,180.4304 L267.2829,189.0414 C261.5869,195.5604 258.3179,200.1644 253.5539,207.4264 C252.5899,208.8974 251.5109,210.2974 250.3119,211.6264 C249.4449,212.5884 249.5189,214.0784 250.4799,214.9474 L252.1809,216.4894 C252.6619,216.9244 253.2759,217.1234 253.8779,217.0934 C254.4799,217.0634 255.0709,216.8054 255.5069,216.3244 C256.6959,215.0134 258.0049,213.7784 259.3979,212.6554 C266.1719,207.1934 270.4379,203.4854 276.3559,197.1844 L283.7369,189.3274 L282.0919,188.3184 Z" class="sapIllus_AccentColor"/>
@@ -13,5 +13,4 @@
13
13
  <path fill="var(--sapIllus_BrandColorSecondary)" d="M60.8179033,179.721379 C57.9889033,175.082379 56.6679033,172.711379 57.5339033,169.526379 C57.7289033,168.807379 58.0179033,168.132379 58.3719033,167.496379 C62.0549033,172.140379 67.3019033,175.480379 73.3159033,176.737379 L113.811903,176.750379 C113.313903,170.055379 109.608903,166.435379 99.6409033,166.468379 L99.6319033,166.473379 C102.661903,162.241379 104.449903,157.061379 104.449903,151.459379 C104.449903,150.179379 104.352903,148.922379 104.172903,147.693379 C104.172903,147.693379 104.173903,147.693379 104.173903,147.694379 C107.547903,150.657379 115.451903,173.022379 120.082903,176.752379 L137.649903,176.758379 C137.343903,170.676379 134.471903,166.372379 125.116903,166.553379 L114.899903,144.791379 C113.120903,141.001379 112.216903,136.863379 112.254903,132.675379 C112.313903,126.104379 112.436903,119.264379 111.816903,112.702379 L142.296903,101.469379 C142.767903,101.312379 143.090903,100.985379 143.325903,100.582379 C144.251903,94.974379 145.845903,89.548379 148.069903,84.397379 C143.475903,83.803379 139.354903,85.052379 137.752903,92.069379 C137.486903,93.233379 136.588903,94.153379 135.421903,94.405379 L109.268903,99.910379 C107.591903,94.954379 105.016903,90.450379 101.055903,86.723379 C111.513903,88.214379 122.338903,82.501379 123.495903,73.847379 L119.089903,69.849379 C117.225903,63.262379 112.857903,58.925379 103.043903,57.836379 L104.449903,46.404379 C77.6819033,57.227379 81.5509033,84.058379 80.3479033,98.745379 C79.1529033,113.340379 55.9549033,126.989379 53.1199033,147.311379 C53.1009033,147.425379 53.0819033,147.540379 53.0639033,147.657379 C53.0629033,147.668379 53.0599033,147.681379 53.0579033,147.694379 L53.0589033,147.694379 C52.8799033,148.922379 52.7829033,150.180379 52.7829033,151.459379 C52.7829033,152.768379 52.8819033,154.054379 53.0699033,155.311379 C49.9899033,158.039379 47.2369033,161.661379 45.9549033,166.377379 C43.6939033,174.688379 47.3479033,180.680379 50.5719033,185.969379 C52.7759033,189.582379 54.8569033,192.996379 55.5019033,197.450379 C56.1259033,201.768379 51.9609033,205.739379 48.3569033,208.309379 C45.6589033,210.233379 45.0319033,213.981379 46.9559033,216.678379 C48.1269033,218.319379 49.9719033,219.194379 51.8449033,219.194379 C53.0509033,219.194379 54.2679033,218.832379 55.3249033,218.078379 C66.7769033,209.912379 68.1999033,201.418379 67.3779033,195.731379 C66.3819033,188.848379 63.2969033,183.787379 60.8179033,179.721379" class="sapIllus_BrandColorSecondary"/>
14
14
  <path fill="var(--sapIllus_PatternShadow)" d="M281.931203 112.854179C281.931203 140.108179 264.904203 163.479179 240.697203 173.339179L189.261203 173.339179C171.632203 166.160179 157.822203 151.813179 151.623203 134.027179 164.334203 148.844179 183.193203 158.221179 204.248203 158.221179 242.553203 158.221179 273.587203 127.174179 273.587203 88.882179 273.587203 86.280179 273.444203 83.704179 273.156203 81.179179L273.587203 81.179179C278.897203 90.569179 281.931203 101.372179 281.931203 112.854179M51.8462033 219.200879C49.9732033 219.200879 48.1272033 218.325879 46.9562033 216.683879 46.2352033 215.672879 45.8722033 214.513879 45.8432033 213.357879 53.2332033 212.031879 69.2442033 203.740879 60.8192033 179.727879 63.2972033 183.793879 66.3832033 188.853879 67.3782033 195.737879 68.2002033 201.424879 66.7782033 209.918879 55.3252033 218.085879 54.2692033 218.839879 53.0522033 219.200879 51.8462033 219.200879" class="sapIllus_PatternShadow"/>
15
15
  <path fill="var(--sapIllus_StrokeDetailColor)" d="M240.573803,172.832679 L189.337803,172.832679 C164.534803,162.686679 148.512803,139.152679 148.512803,112.851679 C148.512803,102.147679 151.225803,91.551679 156.361803,82.183679 L166.611803,82.139679 C165.977803,83.195679 165.368803,84.267679 164.803803,85.359679 C164.677803,85.605679 164.773803,85.906679 165.018803,86.033679 C165.092803,86.071679 165.171803,86.089679 165.248803,86.089679 C165.428803,86.089679 165.603803,85.990679 165.692803,85.818679 C166.340803,84.562679 167.052803,83.340679 167.794803,82.133679 L273.270803,81.679679 C278.589803,91.180679 281.398803,101.951679 281.398803,112.851679 C281.398803,139.152679 265.377803,162.686679 240.573803,172.832679 M273.998803,80.932679 C273.909803,80.774679 273.742803,80.678679 273.562803,80.678679 L273.560803,80.678679 L168.422803,81.131679 C172.029803,75.519679 176.607803,70.496679 181.894803,66.434679 C182.113803,66.266679 182.154803,65.951679 181.986803,65.732679 C181.817803,65.513679 181.503803,65.473679 181.285803,65.641679 C175.737803,69.904679 170.959803,75.208679 167.239803,81.136679 L156.063803,81.184679 C155.882803,81.185679 155.716803,81.283679 155.628803,81.441679 C150.319803,91.019679 147.512803,101.881679 147.512803,112.851679 C147.512803,139.593679 163.817803,163.515679 189.051803,173.795679 C189.110803,173.819679 189.175803,173.832679 189.239803,173.832679 L240.671803,173.832679 C240.735803,173.832679 240.800803,173.819679 240.859803,173.795679 C266.094803,163.516679 282.398803,139.593679 282.398803,112.851679 C282.398803,101.682679 279.493803,90.644679 273.998803,80.932679" class="sapIllus_StrokeDetailColor"/>
16
- <path fill="var(--sapIllus_Layering1)" d="M286.9083 39.2936C286.8993 39.2936 286.8903 39.2936 286.8823 39.2926L269.5433 38.8486C269.1253 38.8376 268.7583 38.5676 268.6223 38.1726 268.4873 37.7756 268.6123 37.3376 268.9373 37.0736L284.9853 23.9996 269.6543 23.9996C269.1013 23.9996 268.6543 23.5526 268.6543 22.9996 268.6543 22.4476 269.1013 21.9996 269.6543 21.9996L287.7973 21.9996C288.2203 21.9996 288.5963 22.2666 288.7393 22.6646 288.8813 23.0636 288.7563 23.5086 288.4293 23.7746L272.2943 36.9186 286.9323 37.2936C287.4853 37.3086 287.9213 37.7676 287.9073 38.3186 287.8933 38.8616 287.4483 39.2936 286.9083 39.2936M310.5753 18.8727C310.5663 18.8727 310.5573 18.8727 310.5493 18.8717L299.3563 18.5847C298.9383 18.5737 298.5713 18.3047 298.4353 17.9087 298.3013 17.5127 298.4263 17.0737 298.7513 16.8097L308.3383 8.9997 299.6543 8.9997C299.1013 8.9997 298.6543 8.5527 298.6543 7.9997 298.6543 7.4477 299.1013 6.9997 299.6543 6.9997L311.1483 6.9997C311.5713 6.9997 311.9493 7.2667 312.0913 7.6647 312.2323 8.0627 312.1083 8.5087 311.7803 8.7747L302.1073 16.6547 310.6003 16.8727C311.1523 16.8877 311.5883 17.3467 311.5743 17.8977 311.5603 18.4407 311.1153 18.8727 310.5753 18.8727" class="sapIllus_Layering1"/>
17
16
  </svg>
@@ -7,6 +7,5 @@
7
7
  <path fill="var(--sapIllus_StrokeDetailColor)" d="M75.0571,47.7008117 L75.3101,47.7688117 C78.2641,48.5608117 81.3551,48.5178117 84.2771,47.6398117 L84.7711,33.2858117 C84.8221,31.9638117 84.3501,30.7078117 83.4421,29.7468117 C82.5341,28.7868117 81.3061,28.2458117 79.9841,28.2238117 C78.6801,28.1908117 77.4161,28.7038117 76.4761,29.6338117 C75.5371,30.5628117 75.0251,31.8028117 75.0330076,33.1238117 L75.0571,47.7008117 Z M79.5711,49.3338117 C78.0551,49.3338117 76.5361,49.1348117 75.0501,48.7338117 L74.4271,48.5658117 C74.2091,48.5078117 74.0581,48.3098117 74.0571,48.0848117 L74.0331,33.1278117 C74.0231,31.5378117 74.6411,30.0438117 75.7731,28.9228117 C76.9051,27.8018117 78.3811,27.2078117 80.0001,27.2238117 C81.5931,27.2508117 83.0741,27.9028117 84.1681,29.0598117 C85.2631,30.2178117 85.8321,31.7308117 85.7701,33.3228117 L85.2641,48.0298117 C85.2571,48.2398117 85.1181,48.4238117 84.9181,48.4878117 C83.1781,49.0518117 81.3761,49.3338117 79.5711,49.3338117 L79.5711,49.3338117 Z" class="sapIllus_StrokeDetailColor"/>
8
8
  <path fill="var(--sapIllus_AccentColor)" d="M77.9297,30.1412117 L81.9737,30.2072117 L82.0827,23.5902117 C82.0967,22.7352117 81.4147,22.0302117 80.5597,22.0162117 L79.6127,22.0002117 C78.7577,21.9862117 78.0527,22.6682117 78.0387,23.5242117 L77.9297,30.1412117 Z" class="sapIllus_AccentColor"/>
9
9
  <path fill="var(--sapIllus_StrokeDetailColor)" d="M78.042 84.4937117C77.766 84.4897117 77.504 84.4287117 77.264 84.3257117L78.136 88.5197117C78.362 89.3917117 79.593 89.4127117 79.849 88.5487117L80.859 84.3817117C80.613 84.4787117 80.345 84.5317117 80.064 84.5277117L78.042 84.4937117zM80.1787 31.0650117C79.2297 31.0650117 78.0087 30.8450117 77.3987 30.2280117 77.2047 30.0310117 77.2067 29.7140117 77.4037 29.5210117 77.5987 29.3270117 77.9157 29.3290117 78.1107 29.5250117 78.4277 29.8460117 79.2937 30.0580117 80.1977 30.0650117 81.0007 30.0620117 81.5367 29.8850117 81.6947 29.7230117 81.8877 29.5260117 82.2037 29.5200117 82.4017 29.7130117 82.5997 29.9060117 82.6037 30.2220117 82.4117 30.4200117 81.8507 30.9970117 80.6787 31.0630117 80.2007 31.0650117L80.1787 31.0650117z" class="sapIllus_StrokeDetailColor"/>
10
- <path fill="var(--sapIllus_Layering1)" d="M110.9494 31.2559C110.9404 31.2559 110.9314 31.2559 110.9234 31.2549L100.4294 30.9859C100.0114 30.9759 99.6444 30.7059 99.5094 30.3099 99.3734 29.9139 99.4994 29.4759 99.8244 29.2109L108.6764 21.9999 101.0004 21.9999C100.4484 21.9999 100.0004 21.5519 100.0004 20.9999 100.0004 20.4469 100.4484 19.9999 101.0004 19.9999L111.4874 19.9999C111.9094 19.9999 112.2874 20.2659 112.4294 20.6649 112.5714 21.0639 112.4464 21.5079 112.1184 21.7759L103.1804 29.0559 110.9744 29.2559C111.5264 29.2709 111.9624 29.7299 111.9484 30.2809 111.9344 30.8239 111.4904 31.2559 110.9494 31.2559M120.8859 12.5078L120.8599 12.5078 114.6149 12.3478C114.1969 12.3368 113.8289 12.0678 113.6939 11.6708 113.5589 11.2758 113.6839 10.8368 114.0089 10.5718L118.3949 6.9998 114.9999 6.9998C114.4479 6.9998 113.9999 6.5518 113.9999 5.9998 113.9999 5.4468 114.4479 4.9998 114.9999 4.9998L121.2059 4.9998C121.6289 4.9998 122.0059 5.2658 122.1479 5.6648 122.2899 6.0638 122.1649 6.5078 121.8369 6.7758L117.3659 10.4168 120.9109 10.5088C121.4629 10.5228 121.8989 10.9818 121.8849 11.5338 121.8709 12.0768 121.4269 12.5078 120.8859 12.5078" class="sapIllus_Layering1"/>
11
10
  <path fill="var(--sapIllus_PatternShadow)" d="M99.9562,40.999 L99.0002,40.999 L99.0002,48.949 L99.0002,51.993 L99.0002,102.999 C99.0002,104.656 97.6572,105.999 96.0002,105.999 L33.0442,105.999 L33.0452,107.998 C33.0452,109.655 34.3882,110.999 36.0442,110.999 L101.0002,110.999 C102.6572,110.999 104.0002,109.656 104.0002,107.999 L104.0002,43.999 C104.0002,42.342 101.6572,40.999 100.0002,40.999 L99.9562,40.999 Z" class="sapIllus_PatternShadow"/>
12
11
  </svg>
@@ -5,5 +5,4 @@
5
5
  <path fill="var(--sapIllus_PatternShadow)" d="M100,35 L99.956,35 L99,35 L99,42.95 L99,45.994 L99,97 C99,98.657 97.657,100 96,100 L33.044,100 L33.045,101.999 C33.045,103.656 34.388,105 36.044,105 L100,105 C101.657,105 103,103.657 103,102 L103,38 C103,36.343 101.657,35 100,35" class="sapIllus_PatternShadow"/>
6
6
  <path fill="var(--sapIllus_BackgroundColor)" d="M68.8926,61.961 L60.2176,61.961 L60.2176,57.411 C60.2176,56.887 59.7916,56.461 59.2676,56.461 L41.1676,56.461 C40.6426,56.461 40.2176,56.887 40.2176,57.411 L40.2176,67.511 C40.2176,68.036 40.6426,68.461 41.1676,68.461 L49.7176,68.461 L49.7176,75.923 L41.1676,75.923 C40.6426,75.923 40.2176,76.348 40.2176,76.872 L40.2176,86.973 C40.2176,87.497 40.6426,87.923 41.1676,87.923 L59.2676,87.923 C59.7916,87.923 60.2176,87.497 60.2176,86.973 L60.2176,76.872 C60.2176,76.348 59.7916,75.923 59.2676,75.923 L50.7176,75.923 L50.7176,68.461 L59.2676,68.461 C59.7916,68.461 60.2176,68.036 60.2176,67.511 L60.2176,62.961 L68.8926,62.961 L68.8926,61.961 Z" class="sapIllus_BackgroundColor"/>
7
7
  <path fill="var(--sapIllus_AccentColor)" d="M77.7349,54.1201 C77.1449,54.1201 76.5559,54.3451 76.1069,54.7931 L70.0669,60.8331 C69.6319,61.2671 69.3929,61.8471 69.3929,62.4611 C69.3929,63.0761 69.6319,63.6541 70.0669,64.0891 L76.1069,70.1291 C76.9769,70.9981 78.4929,70.9981 79.3629,70.1291 L85.4029,64.0891 C85.8379,63.6541 86.0769,63.0761 86.0769,62.4611 C86.0769,61.8471 85.8379,61.2671 85.4029,60.8331 L79.3629,54.7931 C78.9139,54.3451 78.3239,54.1201 77.7349,54.1201 M77.7349,71.8041 C76.8529,71.8041 76.0239,71.4601 75.3999,70.8361 L69.3599,64.7961 C68.7359,64.1731 68.3929,63.3441 68.3929,62.4611 C68.3929,61.5791 68.7359,60.7501 69.3599,60.1261 L75.3999,54.0861 C76.6869,52.7991 78.7829,52.7991 80.0699,54.0861 L86.1099,60.1261 C86.7339,60.7501 87.0769,61.5791 87.0769,62.4611 C87.0769,63.3441 86.7339,64.1731 86.1099,64.7961 L80.0699,70.8361 C79.4459,71.4601 78.6169,71.8041 77.7349,71.8041" class="sapIllus_AccentColor"/>
8
- <path fill="var(--sapIllus_Layering1)" d="M113.9495 28.256C113.9405 28.256 113.9315 28.256 113.9235 28.255L103.4295 27.986C103.0115 27.976 102.6445 27.706 102.5095 27.31 102.3735 26.914 102.4995 26.476 102.8245 26.211L111.6765 19 104.0005 19C103.4485 19 103.0005 18.552 103.0005 18 103.0005 17.447 103.4485 17 104.0005 17L114.4875 17C114.9095 17 115.2875 17.266 115.4295 17.665 115.5715 18.064 115.4465 18.508 115.1185 18.776L106.1805 26.056 113.9745 26.256C114.5265 26.271 114.9625 26.73 114.9485 27.281 114.9345 27.824 114.4905 28.256 113.9495 28.256M123.886 9.5079L123.86 9.5079 117.615 9.3479C117.197 9.3369 116.829 9.0679 116.694 8.6709 116.559 8.2759 116.684 7.8369 117.009 7.5719L121.395 3.9999 118 3.9999C117.448 3.9999 117 3.5519 117 2.9999 117 2.4469 117.448 1.9999 118 1.9999L124.206 1.9999C124.629 1.9999 125.006 2.2659 125.148 2.6649 125.29 3.0639 125.165 3.5079 124.837 3.7759L120.366 7.4169 123.911 7.5089C124.463 7.5229 124.899 7.9819 124.885 8.5339 124.871 9.0769 124.427 9.5079 123.886 9.5079" class="sapIllus_Layering1"/>
9
8
  </svg>
@@ -8,5 +8,4 @@
8
8
  <path fill="var(--sapIllus_BrandColorSecondary)" d="M89.8297,88.8953 C89.0007,84.8443 84.6747,85.3963 85.1357,88.1593 C85.5137,92.8493 84.2987,96.8863 82.2277,101.4523 C85.0387,91.1423 80.1317,77.8463 83.3297,69.6383 C84.9217,65.5523 79.1387,63.9083 77.8117,67.7733 C74.7177,78.6243 83.1147,94.4213 77.3577,107.4593 C72.5327,100.2773 79.5117,87.4993 75.2917,82.4873 C73.0107,80.4173 69.4547,81.5323 71.2217,85.8413 C72.5847,90.3493 70.1377,101.6113 75.1537,107.5823 L77.3067,107.5823 L77.4347,107.5823 L79.2157,107.5823 L81.1247,107.5823 C86.0877,103.0383 90.9487,96.3513 89.8297,88.8953" class="sapIllus_BrandColorSecondary"/>
9
9
  <path fill="var(--sapIllus_PatternShadow)" d="M110.4181,70.2195 C110.4181,89.2075 98.5561,105.4905 81.6901,112.3605 L45.8551,112.3605 C33.5731,107.3585 23.9521,97.3625 19.6331,84.9715 C28.4891,95.2945 41.6271,101.8265 56.2971,101.8265 C82.9841,101.8265 104.6051,80.1975 104.6051,53.5195 C104.6051,51.7055 104.5051,49.9105 104.3041,48.1525 L104.6051,48.1525 C108.3041,54.6945 110.4181,62.2205 110.4181,70.2195" class="sapIllus_PatternShadow"/>
10
10
  <path fill="var(--sapIllus_StrokeDetailColor)" d="M81.5343,111.8572 L45.8983,111.8572 C28.6913,104.8052 17.5773,88.4722 17.5773,70.2192 C17.5773,62.8192 19.4463,55.4902 22.9843,49.0042 L29.7613,48.9752 C29.3683,49.6392 28.9943,50.3132 28.6413,50.9972 C28.5153,51.2432 28.6113,51.5442 28.8573,51.6702 C28.9303,51.7092 29.0083,51.7262 29.0853,51.7262 C29.2663,51.7262 29.4413,51.6282 29.5303,51.4562 C29.9673,50.6092 30.4463,49.7852 30.9443,48.9702 L104.2553,48.6552 C107.9203,55.2322 109.8553,62.6812 109.8553,70.2192 C109.8553,88.4722 98.7413,104.8052 81.5343,111.8572 M104.9823,47.9082 C104.8933,47.7512 104.7273,47.6542 104.5473,47.6542 L104.5453,47.6542 L31.5723,47.9672 C34.0523,44.1682 37.1793,40.7662 40.7753,38.0022 C40.9943,37.8342 41.0353,37.5192 40.8673,37.3002 C40.6983,37.0822 40.3843,37.0422 40.1663,37.2092 C36.3083,40.1732 32.9833,43.8572 30.3893,47.9722 L22.6863,48.0052 C22.5053,48.0062 22.3383,48.1052 22.2503,48.2632 C18.5393,54.9602 16.5773,62.5522 16.5773,70.2192 C16.5773,88.9132 27.9743,105.6342 45.6123,112.8202 C45.6713,112.8442 45.7363,112.8572 45.8003,112.8572 L81.6323,112.8572 C81.6973,112.8572 81.7613,112.8442 81.8213,112.8202 C99.4583,105.6342 110.8553,88.9132 110.8553,70.2192 C110.8553,62.4122 108.8243,54.6962 104.9823,47.9082" class="sapIllus_StrokeDetailColor"/>
11
- <path fill="var(--sapIllus_Layering1)" d="M112.9961 30.256L112.9701 30.256 102.4761 29.986C102.0581 29.976 101.6911 29.706 101.5561 29.311 101.4201 28.914 101.5461 28.476 101.8711 28.212L110.7231 21 103.0471 21C102.4951 21 102.0471 20.553 102.0471 20 102.0471 19.448 102.4951 19 103.0471 19L113.5341 19C113.9561 19 114.3341 19.267 114.4761 19.665 114.6181 20.064 114.4931 20.509 114.1651 20.776L105.2271 28.057 113.0211 28.257C113.5731 28.271 114.0091 28.73 113.9951 29.281 113.9811 29.825 113.5371 30.256 112.9961 30.256M122.9326 11.5089C122.9236 11.5089 122.9146 11.5089 122.9066 11.5079L116.6616 11.3479C116.2436 11.3369 115.8756 11.0679 115.7406 10.6719 115.6056 10.2759 115.7306 9.8369 116.0556 9.5729L120.4416 5.9999 117.0466 5.9999C116.4946 5.9999 116.0466 5.5529 116.0466 4.9999 116.0466 4.4479 116.4946 3.9999 117.0466 3.9999L123.2526 3.9999C123.6756 3.9999 124.0526 4.2669 124.1946 4.6649 124.3366 5.0639 124.2116 5.5089 123.8836 5.7759L119.4126 9.4179 122.9576 9.5089C123.5096 9.5239 123.9456 9.9829 123.9316 10.5339 123.9176 11.0769 123.4736 11.5089 122.9326 11.5089" class="sapIllus_Layering1"/>
12
11
  </svg>