@openui5/themelib_sap_horizon 1.120.7 → 1.121.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/.reuse/dep5 +23 -21
- package/THIRDPARTY.txt +6 -43
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon/ShellBar.less +39 -16
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +46 -16
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcb/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +16 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcw/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +16 -1
- package/src/sap/m/themes/sap_horizon/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +71 -35
- package/src/sap/m/themes/sap_horizon/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon/MenuButton.less +11 -15
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +57 -57
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +183 -90
- package/src/sap/m/themes/sap_horizon/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +55 -4
- package/src/sap/m/themes/sap_horizon/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +70 -32
- package/src/sap/m/themes/sap_horizon_dark/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +12 -7
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +58 -58
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +184 -90
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +54 -3
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +34 -24
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +166 -131
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +33 -23
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +168 -131
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +5 -3
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +18 -18
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +20 -20
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +66 -66
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +64 -64
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +2 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +361 -271
- package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +33 -5
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +370 -279
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +33 -4
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +4 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +4 -0
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +52 -0
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +56 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +33 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +33 -0
- package/LICENSES/BSD-2-Clause.txt +0 -22
package/.reuse/dep5
CHANGED
|
@@ -28,7 +28,7 @@ Disclaimer: The code in this project may include calls to APIs (“API Calls”)
|
|
|
28
28
|
# OpenUI5 code
|
|
29
29
|
|
|
30
30
|
Files: *
|
|
31
|
-
Copyright: 2009-
|
|
31
|
+
Copyright: 2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
32
32
|
License: Apache-2.0
|
|
33
33
|
|
|
34
34
|
|
|
@@ -68,7 +68,7 @@ Comment: these files belong to: jQuery UI
|
|
|
68
68
|
|
|
69
69
|
Files: src/sap.ui.commons/src/sap/ui/commons/Carousel.js
|
|
70
70
|
Copyright:
|
|
71
|
-
2009-
|
|
71
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
72
72
|
Spencer Tipping
|
|
73
73
|
License: Apache-2.0 and MIT
|
|
74
74
|
Comment: these files contain content from SAP and jquery.fix.clone: Carousel.js is authored by SAP, but contains an improved implementation of the clone function which is taken from jquery-fix-clone
|
|
@@ -83,35 +83,35 @@ Comment: these files belong to: jQuery 3
|
|
|
83
83
|
|
|
84
84
|
Files: src/sap.ui.core/src/sap/base/util/isPlainObject.js
|
|
85
85
|
Copyright:
|
|
86
|
-
2009-
|
|
86
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
87
87
|
OpenJS Foundation and other contributors
|
|
88
88
|
License: Apache-2.0 and MIT
|
|
89
89
|
Comment: these files contain content from SAP and jQuery 3: isPlainObject.js is overall written by SAP, but contains a modified implementation of jQuery.isPlainObject taken from jQuery
|
|
90
90
|
|
|
91
91
|
Files: src/sap.ui.core/src/sap/base/util/_merge.js
|
|
92
92
|
Copyright:
|
|
93
|
-
2009-
|
|
93
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
94
94
|
OpenJS Foundation and other contributors
|
|
95
95
|
License: Apache-2.0 and MIT
|
|
96
96
|
Comment: these files contain content from SAP and jQuery 3: _merge.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
97
97
|
|
|
98
98
|
Files: src/sap.ui.core/src/jquery.sap.script.js
|
|
99
99
|
Copyright:
|
|
100
|
-
2009-
|
|
100
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
101
101
|
OpenJS Foundation and other contributors
|
|
102
102
|
License: Apache-2.0 and MIT
|
|
103
103
|
Comment: these files contain content from SAP and jQuery 3: jquery.sap.script.js is overall written by SAP, but contains a modified implementation of jQuery.extend taken from jQuery
|
|
104
104
|
|
|
105
105
|
Files: src/sap.ui.core/src/sap/ui/Device.js
|
|
106
106
|
Copyright:
|
|
107
|
-
2009-
|
|
107
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
108
108
|
2011, John Resig
|
|
109
109
|
License: Apache-2.0 and MIT
|
|
110
110
|
Comment: these files contain content from SAP and jQuery 1: Device.js is overall written by SAP, but contains code taken from jQuery 1.7.1 (see the respective comment)
|
|
111
111
|
|
|
112
112
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/Selectors.js
|
|
113
113
|
Copyright:
|
|
114
|
-
2009-
|
|
114
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
115
115
|
2014 jQuery Foundation and other contributors
|
|
116
116
|
License: Apache-2.0 and MIT
|
|
117
117
|
Comment: these files contain content from SAP and jQuery UI 1.8: Selectors.js is overall written by SAP, but contains code taken from jQuery UI (see the respective comments)
|
|
@@ -123,14 +123,14 @@ Comment: these files belong to: jQuery UI 1.10
|
|
|
123
123
|
|
|
124
124
|
Files: src/sap.ui.core/src/jquery.sap.dom.js
|
|
125
125
|
Copyright:
|
|
126
|
-
2009-
|
|
126
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
127
127
|
2014 jQuery Foundation and other contributors
|
|
128
128
|
License: Apache-2.0 and MIT
|
|
129
129
|
Comment: these files contain content from SAP and jQuery UI 1.10: jquery.sap.dom.js is overall written by SAP, but contains code taken from jQuery UI Core (see the respective comment)
|
|
130
130
|
|
|
131
131
|
Files: src/sap.ui.core/src/sap/ui/dom/jquery/zIndex.js
|
|
132
132
|
Copyright:
|
|
133
|
-
2009-
|
|
133
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
134
134
|
2014 jQuery Foundation and other contributors
|
|
135
135
|
License: Apache-2.0 and MIT
|
|
136
136
|
Comment: these files contain content from SAP and jQuery UI 1.11: zIndex.js is overall written by SAP, but contains an implementation of the function 'fnzIndex' which is taken from jQuery UI Datepicker 1.11.1
|
|
@@ -162,7 +162,7 @@ Comment: these files belong to: jQuery Mobile
|
|
|
162
162
|
|
|
163
163
|
Files: src/sap.ui.core/src/sap/ui/util/_FeatureDetection.js
|
|
164
164
|
Copyright:
|
|
165
|
-
2009-
|
|
165
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
166
166
|
2012 Wei-Ko Kao
|
|
167
167
|
License: Apache-2.0 and MIT
|
|
168
168
|
Comment: these files contain content from SAP and jQuery.rtl-scroll-type: _FeatureDetection.js is overall written by SAP, but contains code which is inspired by jQuery.rtl-scroll-type
|
|
@@ -177,6 +177,13 @@ Copyright: jQuery Foundation and other contributors
|
|
|
177
177
|
License: MIT
|
|
178
178
|
Comment: these files belong to: JUnit Reporter for QUnit
|
|
179
179
|
|
|
180
|
+
Files: src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js
|
|
181
|
+
Copyright:
|
|
182
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
183
|
+
jQuery Foundation and other contributors
|
|
184
|
+
License: Apache-2.0 and MIT
|
|
185
|
+
Comment: these files contain content from SAP and JUnit Reporter for QUnit: qunit-junit.js is overall written by SAP, but contains a modified copy of JUnit Reporter for QUnit (qunit-reporter-junit)
|
|
186
|
+
|
|
180
187
|
Files: src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js
|
|
181
188
|
Copyright: 2012 Matteo Spinelli
|
|
182
189
|
License: MIT
|
|
@@ -294,14 +301,14 @@ Comment: these files belong to: blanket.js
|
|
|
294
301
|
|
|
295
302
|
Files: src/sap.ui.core/src/sap/base/util/JSTokenizer.js
|
|
296
303
|
Copyright:
|
|
297
|
-
2009-
|
|
304
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
298
305
|
Douglas Crockford
|
|
299
306
|
License: Apache-2.0 and LicenseRef-JSONinJSPublicDomain
|
|
300
307
|
Comment: these files contain content from SAP and JSON in JS: JSTokenizer.js is overall written by SAP, but contains code has been taken from the component JSON in JavaScript (https://github.com/douglascrockford/JSON-js/blob/master/json2.js) from Douglas Crockford which is licensed under Public Domain
|
|
301
308
|
|
|
302
309
|
Files: src/sap.ui.core/src/sap/ui/base/ExpressionParser.js
|
|
303
310
|
Copyright:
|
|
304
|
-
2009-
|
|
311
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
305
312
|
2010 Douglas Crockford
|
|
306
313
|
License: Apache-2.0
|
|
307
314
|
Comment: these files contain content from SAP and Top Down Operator Precedence: ExpressionParser.js is overall written by SAP, but contains code taken from or inspired by TDOP by Douglas Crockford (see the respective comment)
|
|
@@ -335,7 +342,7 @@ Comment: these files contain content from p-cancelable and @babel/helpers: _Canc
|
|
|
335
342
|
|
|
336
343
|
Files: src/sap.ui.core/src/sap/ui/core/date/Persian.js
|
|
337
344
|
Copyright:
|
|
338
|
-
2009-
|
|
345
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
339
346
|
Behrang Norouzinia
|
|
340
347
|
License: Apache-2.0 and MIT
|
|
341
348
|
Comment: these files contain content from SAP and Jalaali JS: Persian.js is overall written by SAP, but the calculation is taken from jalaali-js
|
|
@@ -347,14 +354,14 @@ Comment: these files belong to: vkBeautify
|
|
|
347
354
|
|
|
348
355
|
Files: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
349
356
|
Copyright:
|
|
350
|
-
2009-
|
|
357
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
351
358
|
Isaac Z. Schlueter and Contributors
|
|
352
359
|
License: Apache-2.0 and ISC
|
|
353
360
|
Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
|
|
354
361
|
|
|
355
362
|
Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
356
363
|
Copyright:
|
|
357
|
-
2009-
|
|
364
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
358
365
|
Arthur David Olson, Paul Eggert and other contributors
|
|
359
366
|
License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
|
|
360
367
|
Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
|
|
@@ -362,11 +369,6 @@ Comment: these files contain content from SAP and Time Zone Database: _timezones
|
|
|
362
369
|
|
|
363
370
|
# Library: sap.ui.documentation:
|
|
364
371
|
|
|
365
|
-
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/esprima.js
|
|
366
|
-
Copyright: 2013 Ariya Hidayat and other contributors
|
|
367
|
-
License: BSD-2-Clause
|
|
368
|
-
Comment: these files belong to: Esprima
|
|
369
|
-
|
|
370
372
|
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
|
|
371
373
|
Copyright: 2006-2020, Ivan Sagalaev
|
|
372
374
|
License: BSD-3-Clause
|
|
@@ -459,7 +461,7 @@ Comment: these files belong to: UI5 Web Components
|
|
|
459
461
|
|
|
460
462
|
Files: lib/jsdoc/ui5/plugin.js
|
|
461
463
|
Copyright:
|
|
462
|
-
2009-
|
|
464
|
+
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
463
465
|
2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
464
466
|
License: Apache-2.0
|
|
465
467
|
Comment: these files contain content from SAP and JSDoc 3: plugin.js is overall written by SAP, but contains code taken from JSDoc 3.6.7 (see the respective comments)
|
package/THIRDPARTY.txt
CHANGED
|
@@ -15,7 +15,7 @@ Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
|
|
|
15
15
|
|
|
16
16
|
Library: sap.ui.codeeditor:
|
|
17
17
|
|
|
18
|
-
Component: Ace (Ajax.org Cloud9 Editor), version: 1.
|
|
18
|
+
Component: Ace (Ajax.org Cloud9 Editor), version: 1.31.1
|
|
19
19
|
Copyright: 2010, Ajax.org B.V.
|
|
20
20
|
License: BSD-3-Clause
|
|
21
21
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -124,6 +124,7 @@ Copyright: jQuery Foundation and other contributors
|
|
|
124
124
|
License: MIT
|
|
125
125
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
126
126
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-reporter-junit.js
|
|
127
|
+
src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js
|
|
127
128
|
|
|
128
129
|
Component: cubiq.org - iScroll, version: 4.2.5
|
|
129
130
|
Copyright: 2012 Matteo Spinelli
|
|
@@ -179,7 +180,7 @@ License: Apache-2.0
|
|
|
179
180
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
180
181
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/caja-html-sanitizer.js
|
|
181
182
|
|
|
182
|
-
Component: Unicode Common Locale Data Repository, version:
|
|
183
|
+
Component: Unicode Common Locale Data Repository, version: 44
|
|
183
184
|
Copyright: 1991-2023 Unicode, Inc.
|
|
184
185
|
License: Unicode-DFS-2015
|
|
185
186
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
|
|
@@ -334,7 +335,7 @@ License: ISC
|
|
|
334
335
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
|
|
335
336
|
Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
336
337
|
|
|
337
|
-
Component: Time Zone Database, version:
|
|
338
|
+
Component: Time Zone Database, version: 2023d
|
|
338
339
|
Copyright: Arthur David Olson, Paul Eggert and other contributors
|
|
339
340
|
License: LicenseRef-tzdata-PublicDomain
|
|
340
341
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
|
|
@@ -343,13 +344,7 @@ Contained in: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
|
343
344
|
|
|
344
345
|
Library: sap.ui.documentation:
|
|
345
346
|
|
|
346
|
-
Component:
|
|
347
|
-
Copyright: 2013 Ariya Hidayat and other contributors
|
|
348
|
-
License: BSD-2-Clause
|
|
349
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-2-Clause.txt
|
|
350
|
-
Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/esprima.js
|
|
351
|
-
|
|
352
|
-
Component: highlight.js, version: 10.4.1
|
|
347
|
+
Component: highlight.js, version: 11.9.0
|
|
353
348
|
Copyright: 2006-2020, Ivan Sagalaev
|
|
354
349
|
License: BSD-3-Clause
|
|
355
350
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -466,7 +461,7 @@ License: Apache-2.0
|
|
|
466
461
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
467
462
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
468
463
|
|
|
469
|
-
Component: SAP Theming Base Content, version: 11.
|
|
464
|
+
Component: SAP Theming Base Content, version: 11.10.0
|
|
470
465
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
471
466
|
License: Apache-2.0
|
|
472
467
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -663,38 +658,6 @@ END of license: Apache-2.0
|
|
|
663
658
|
=================================
|
|
664
659
|
|
|
665
660
|
|
|
666
|
-
=================================
|
|
667
|
-
BEGIN of license: BSD-2-Clause
|
|
668
|
-
=================================
|
|
669
|
-
|
|
670
|
-
Copyright (c) <year> <owner>. All rights reserved.
|
|
671
|
-
|
|
672
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
673
|
-
are permitted provided that the following conditions are met:
|
|
674
|
-
|
|
675
|
-
1. Redistributions of source code must retain the above copyright notice,
|
|
676
|
-
this list of conditions and the following disclaimer.
|
|
677
|
-
|
|
678
|
-
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
679
|
-
this list of conditions and the following disclaimer in the documentation
|
|
680
|
-
and/or other materials provided with the distribution.
|
|
681
|
-
|
|
682
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
683
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
684
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
685
|
-
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
|
|
686
|
-
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
687
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
688
|
-
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
689
|
-
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
690
|
-
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
|
|
691
|
-
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
692
|
-
|
|
693
|
-
=================================
|
|
694
|
-
END of license: BSD-2-Clause
|
|
695
|
-
=================================
|
|
696
|
-
|
|
697
|
-
|
|
698
661
|
=================================
|
|
699
662
|
BEGIN of license: BSD-3-Clause
|
|
700
663
|
=================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.121.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
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.121.0",
|
|
18
|
+
"@openui5/sap.m": "1.121.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.121.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.121.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.121.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.121.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.121.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.121.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.121.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.121.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.121.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.121.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.121.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.121.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.121.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.121.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.121.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -64,16 +64,13 @@
|
|
|
64
64
|
padding: 0;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
.sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner {
|
|
72
|
-
margin-top: 0.6875rem;
|
|
67
|
+
// General alignment styles for header text
|
|
68
|
+
.sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading {
|
|
69
|
+
align-self: center;
|
|
73
70
|
}
|
|
74
71
|
|
|
75
|
-
.
|
|
76
|
-
margin
|
|
72
|
+
.sapFDynamicPageTitleMainNavigationArea > .sapMTBSeparator {
|
|
73
|
+
margin: 0 0.5rem;
|
|
77
74
|
}
|
|
78
75
|
|
|
79
76
|
.sapUxAPObjectPageLayoutNoHeaderContent.sapUxAPObjectPageLayoutNoAnchorBar .sapFDynamicPageTitle {
|
|
@@ -116,7 +113,7 @@
|
|
|
116
113
|
html.sap-desktop {
|
|
117
114
|
.sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
|
|
118
115
|
outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
|
|
119
|
-
outline-offset: -0.
|
|
116
|
+
outline-offset: -0.125rem;
|
|
120
117
|
}
|
|
121
118
|
}
|
|
122
119
|
|
|
@@ -138,12 +135,15 @@ html.sap-desktop {
|
|
|
138
135
|
margin-top: 0.3125rem;
|
|
139
136
|
}
|
|
140
137
|
|
|
138
|
+
.sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainContent {
|
|
139
|
+
.sapMGenericTag.sapMBarChild {
|
|
140
|
+
margin-top: 0.5625rem;
|
|
141
|
+
margin-bottom: 0.5625rem;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
|
|
141
145
|
.sapUiSizeCompact {
|
|
142
146
|
.sapFDynamicPageTitle .sapMTB {
|
|
143
147
|
height: 2.75rem;
|
|
144
148
|
}
|
|
145
|
-
|
|
146
|
-
.sapFDynamicPageTitleMain .sapMGenericTag.sapMBarChild {
|
|
147
|
-
margin-top: 0;
|
|
148
|
-
}
|
|
149
149
|
}
|
|
@@ -7,10 +7,15 @@
|
|
|
7
7
|
|
|
8
8
|
.alwaysDarkModeOverrideByParent(~"sapFShellBar");
|
|
9
9
|
|
|
10
|
-
.sapFShellBarSizeLargeDesktop
|
|
10
|
+
.sapFShellBarSizeLargeDesktop,
|
|
11
|
+
.sapFShellBarSizeExtraLargeDesktop {
|
|
11
12
|
padding: 0 3rem;
|
|
12
13
|
}
|
|
13
14
|
|
|
15
|
+
.sapFShellBar .sapFShellBarSearchIsOpen .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
16
|
+
right: 2.75rem;
|
|
17
|
+
}
|
|
18
|
+
|
|
14
19
|
.sapFShellBarSizeDesktop {
|
|
15
20
|
padding: 0 2rem;
|
|
16
21
|
}
|
|
@@ -102,17 +107,20 @@
|
|
|
102
107
|
color: @sapUiShellTextColor;
|
|
103
108
|
}
|
|
104
109
|
|
|
110
|
+
.sapMBtn:hover > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) bdi,
|
|
111
|
+
&.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent:not(.sapMBtnActive)::after {
|
|
112
|
+
color: @sapUiShellTextColor;
|
|
113
|
+
}
|
|
114
|
+
|
|
105
115
|
.sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
|
|
106
116
|
background: @sapUiShellHoverBackground;
|
|
107
117
|
box-shadow: @sapUiContentInteractionShadow;
|
|
108
118
|
border-color: @sapUiButtonLiteBorderColor;
|
|
109
|
-
color: @sapUiShellActiveTextColor;
|
|
110
119
|
}
|
|
111
120
|
|
|
112
121
|
.sapMBtn:hover > .sapMBtnHoverable.sapMBtnActive {
|
|
113
122
|
background: @sapUiShellHoverBackground;
|
|
114
123
|
color: @sapUiShellActiveTextColor;
|
|
115
|
-
border-color: @sapUiButtonLiteActiveBorderColor;
|
|
116
124
|
}
|
|
117
125
|
|
|
118
126
|
.sapMBtnInner,
|
|
@@ -130,12 +138,18 @@
|
|
|
130
138
|
// Home Icon
|
|
131
139
|
.sapFShellBarHomeIcon {
|
|
132
140
|
max-height: 2rem;
|
|
141
|
+
padding: 0.25rem;
|
|
142
|
+
overflow-clip-margin: border-box;
|
|
133
143
|
|
|
134
144
|
&:hover {
|
|
135
145
|
background: @sapUiShellHoverBackground;
|
|
136
146
|
box-shadow: @sapUiContentInteractionShadow;
|
|
137
147
|
border-radius: 0.5rem;
|
|
138
148
|
}
|
|
149
|
+
|
|
150
|
+
&:focus {
|
|
151
|
+
outline-offset: -0.125rem;
|
|
152
|
+
}
|
|
139
153
|
}
|
|
140
154
|
|
|
141
155
|
//Second Title
|
|
@@ -159,10 +173,13 @@
|
|
|
159
173
|
height: 1.75rem;
|
|
160
174
|
line-height: 1.75rem;
|
|
161
175
|
padding: 0;
|
|
162
|
-
margin-top:
|
|
176
|
+
margin-top: auto;
|
|
177
|
+
margin-bottom: auto;
|
|
163
178
|
margin-left: 0.25rem;
|
|
164
179
|
position: absolute;
|
|
165
180
|
right: 0;
|
|
181
|
+
top: 0;
|
|
182
|
+
bottom: 0;
|
|
166
183
|
.sapMBtnInner {
|
|
167
184
|
min-width: 1.75rem;
|
|
168
185
|
border-radius: 1.125rem;
|
|
@@ -203,7 +220,9 @@
|
|
|
203
220
|
.sapFShellBarSearchWrap {
|
|
204
221
|
position: relative;
|
|
205
222
|
.sapMSFF {
|
|
206
|
-
background: @
|
|
223
|
+
background: @sapUiFieldBackgroundStyle;
|
|
224
|
+
background-color: @sapUiShellInteractiveBackground;
|
|
225
|
+
box-shadow: @sapUiFieldShadow;
|
|
207
226
|
border: none;
|
|
208
227
|
color: @sapUiShellInteractiveTextColor;
|
|
209
228
|
border-radius: 1.125rem;
|
|
@@ -250,7 +269,7 @@
|
|
|
250
269
|
|
|
251
270
|
.sapMSF:not(.sapMSFDisabled):hover .sapMSFF {
|
|
252
271
|
background-color: @sapUiShellHoverBackground;
|
|
253
|
-
box-shadow: @
|
|
272
|
+
box-shadow: @sapUiFieldHoverShadow;
|
|
254
273
|
}
|
|
255
274
|
|
|
256
275
|
.sapMSFI {
|
|
@@ -296,6 +315,10 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
296
315
|
border-radius: 1.125rem;
|
|
297
316
|
}
|
|
298
317
|
|
|
318
|
+
html.sap-desktop .sapMOverflowToolbarMenu-CTX .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelButton):focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
|
|
319
|
+
border-radius: 0.375rem;
|
|
320
|
+
}
|
|
321
|
+
|
|
299
322
|
// Resets of sizes for "Compact" mode - controls should remain in cozy mode
|
|
300
323
|
.alwaysCozyOverrideByParent(@controlClass) {
|
|
301
324
|
.sapUiSizeCompact {
|
|
@@ -356,10 +379,6 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
356
379
|
margin-left: 0.2rem;
|
|
357
380
|
}
|
|
358
381
|
|
|
359
|
-
.sapMBtn:not(.sapMBtnDisabled):hover > .sapMBtnInner{
|
|
360
|
-
border-color: transparent !important;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
382
|
html.sap-desktop & .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed, .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
364
383
|
background-color: @sapUiShellActiveBackground;
|
|
365
384
|
}
|
|
@@ -395,9 +414,12 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
395
414
|
height: 1.75rem;
|
|
396
415
|
line-height: 1.75rem;
|
|
397
416
|
padding: 0;
|
|
398
|
-
margin-top:
|
|
417
|
+
margin-top: auto;
|
|
418
|
+
margin-bottom: auto;
|
|
399
419
|
margin-left: 0.25rem;
|
|
400
420
|
position: absolute;
|
|
421
|
+
top: 0;
|
|
422
|
+
bottom: 0;
|
|
401
423
|
.sapMBtnInner {
|
|
402
424
|
min-width: 1.75rem;
|
|
403
425
|
border-radius: 1.125rem;
|
|
@@ -534,14 +556,13 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
534
556
|
>span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) {
|
|
535
557
|
&:not(.sapMBtnActive) {
|
|
536
558
|
background: @sapUiShellHoverBackground;
|
|
537
|
-
box-shadow: @sapUiContentInteractionShadow;
|
|
538
|
-
border-color: @sapUiButtonLiteBorderColor;
|
|
539
559
|
}
|
|
540
560
|
&.sapMBtnActive,
|
|
541
561
|
&.sapMBtnActive .sapMBtnContent,
|
|
542
562
|
&.sapMBtnActive .sapMBtnContent bdi {
|
|
543
563
|
background: @sapUiShellActiveBackground;
|
|
544
564
|
color: @sapUiShellActiveTextColor;
|
|
565
|
+
border: 1px solid @sapUiButtonLiteActiveBorderColor;
|
|
545
566
|
}
|
|
546
567
|
&.sapMBtnActive:after,
|
|
547
568
|
&.sapMBtnActive >.sapMBtnIcon {
|
|
@@ -558,9 +579,11 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
558
579
|
}
|
|
559
580
|
|
|
560
581
|
}
|
|
561
|
-
&.sapMToggleBtnPressed {
|
|
562
|
-
|
|
563
|
-
|
|
582
|
+
&.sapFShellBarSearchCancelButton:hover:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) {
|
|
583
|
+
&.sapMBtnActive .sapMBtnContent,
|
|
584
|
+
&.sapMBtnActive .sapMBtnContent bdi {
|
|
585
|
+
border: none;
|
|
586
|
+
}
|
|
564
587
|
}
|
|
565
588
|
&:active {
|
|
566
589
|
>.sapMBtnContent,
|
|
@@ -63,16 +63,13 @@
|
|
|
63
63
|
padding: 0;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
.sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner {
|
|
71
|
-
margin-top: 0.6875rem;
|
|
66
|
+
// General alignment styles for header text
|
|
67
|
+
.sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading {
|
|
68
|
+
align-self: center;
|
|
72
69
|
}
|
|
73
70
|
|
|
74
|
-
.
|
|
75
|
-
margin
|
|
71
|
+
.sapFDynamicPageTitleMainNavigationArea > .sapMTBSeparator {
|
|
72
|
+
margin: 0 0.5rem;
|
|
76
73
|
}
|
|
77
74
|
|
|
78
75
|
.sapUxAPObjectPageLayoutNoHeaderContent.sapUxAPObjectPageLayoutNoAnchorBar .sapFDynamicPageTitle {
|
|
@@ -115,7 +112,7 @@
|
|
|
115
112
|
html.sap-desktop {
|
|
116
113
|
.sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
|
|
117
114
|
outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
|
|
118
|
-
outline-offset: -0.
|
|
115
|
+
outline-offset: -0.125rem;
|
|
119
116
|
}
|
|
120
117
|
}
|
|
121
118
|
|
|
@@ -137,12 +134,15 @@ html.sap-desktop {
|
|
|
137
134
|
margin-top: 0.3125rem;
|
|
138
135
|
}
|
|
139
136
|
|
|
137
|
+
.sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainContent {
|
|
138
|
+
.sapMGenericTag.sapMBarChild {
|
|
139
|
+
margin-top: 0.5625rem;
|
|
140
|
+
margin-bottom: 0.5625rem;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
140
144
|
.sapUiSizeCompact {
|
|
141
145
|
.sapFDynamicPageTitle .sapMTB {
|
|
142
146
|
height: 2.75rem;
|
|
143
147
|
}
|
|
144
|
-
|
|
145
|
-
.sapFDynamicPageTitleMain .sapMGenericTag.sapMBarChild {
|
|
146
|
-
margin-top: 0;
|
|
147
|
-
}
|
|
148
148
|
}
|