@openui5/themelib_sap_fiori_3 1.136.2 → 1.138.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.
Files changed (58) hide show
  1. package/REUSE.toml +0 -28
  2. package/THIRDPARTY.txt +0 -24
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_fiori_3/DynamicPage.less +34 -28
  5. package/src/sap/f/themes/sap_fiori_3/DynamicPageHeader.less +4 -4
  6. package/src/sap/f/themes/sap_fiori_3/ShellBar.less +139 -81
  7. package/src/sap/f/themes/sap_fiori_3_dark/DynamicPage.less +34 -28
  8. package/src/sap/f/themes/sap_fiori_3_dark/DynamicPageHeader.less +2 -2
  9. package/src/sap/f/themes/sap_fiori_3_dark/ShellBar.less +141 -85
  10. package/src/sap/f/themes/sap_fiori_3_hcb/DynamicPage.less +25 -11
  11. package/src/sap/f/themes/sap_fiori_3_hcb/DynamicPageHeader.less +9 -9
  12. package/src/sap/f/themes/sap_fiori_3_hcb/ShellBar.less +18 -13
  13. package/src/sap/f/themes/sap_fiori_3_hcw/DynamicPage.less +26 -11
  14. package/src/sap/f/themes/sap_fiori_3_hcw/DynamicPageHeader.less +8 -7
  15. package/src/sap/f/themes/sap_fiori_3_hcw/ShellBar.less +18 -13
  16. package/src/sap/m/themes/sap_fiori_3/Button.less +18 -0
  17. package/src/sap/m/themes/sap_fiori_3/Menu.less +38 -0
  18. package/src/sap/m/themes/sap_fiori_3/Page.less +9 -7
  19. package/src/sap/m/themes/sap_fiori_3/library.source.less +1 -0
  20. package/src/sap/m/themes/sap_fiori_3_dark/Button.less +18 -0
  21. package/src/sap/m/themes/sap_fiori_3_dark/Menu.less +38 -0
  22. package/src/sap/m/themes/sap_fiori_3_dark/Page.less +9 -7
  23. package/src/sap/m/themes/sap_fiori_3_dark/library.source.less +1 -0
  24. package/src/sap/m/themes/sap_fiori_3_hcb/Button.less +1 -1
  25. package/src/sap/m/themes/sap_fiori_3_hcb/Menu.less +43 -10
  26. package/src/sap/m/themes/sap_fiori_3_hcb/Page.less +9 -7
  27. package/src/sap/m/themes/sap_fiori_3_hcw/Button.less +1 -1
  28. package/src/sap/m/themes/sap_fiori_3_hcw/Menu.less +42 -9
  29. package/src/sap/m/themes/sap_fiori_3_hcw/Page.less +9 -7
  30. package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
  31. package/src/sap/ui/core/themes/sap_fiori_3/global.less +4 -0
  32. package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
  33. package/src/sap/ui/core/themes/sap_fiori_3_dark/global.less +4 -0
  34. package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
  35. package/src/sap/ui/core/themes/sap_fiori_3_hcb/global.less +4 -0
  36. package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
  37. package/src/sap/ui/core/themes/sap_fiori_3_hcw/global.less +4 -0
  38. package/src/sap/ui/dt/themes/sap_fiori_3/ContextMenu.less +18 -18
  39. package/src/sap/ui/dt/themes/sap_fiori_3_dark/ContextMenu.less +20 -20
  40. package/src/sap/ui/dt/themes/sap_fiori_3_hcb/ContextMenu.less +6 -6
  41. package/src/sap/ui/dt/themes/sap_fiori_3_hcw/ContextMenu.less +5 -5
  42. package/src/sap/ui/rta/themes/sap_fiori_3_hcb/ContextMenu.less +4 -4
  43. package/src/sap/ui/rta/themes/sap_fiori_3_hcw/ContextMenu.less +4 -4
  44. package/src/sap/ui/unified/themes/sap_fiori_3/CalendarRow.less +0 -24
  45. package/src/sap/ui/unified/themes/sap_fiori_3_dark/CalendarRow.less +0 -24
  46. package/src/sap/ui/unified/themes/sap_fiori_3_hcb/CalendarRow.less +0 -24
  47. package/src/sap/ui/unified/themes/sap_fiori_3_hcw/CalendarRow.less +0 -24
  48. package/src/sap/uxap/themes/sap_fiori_3/ObjectPageSection.less +22 -9
  49. package/src/sap/uxap/themes/sap_fiori_3/ObjectPageSubSection.less +9 -3
  50. package/src/sap/uxap/themes/sap_fiori_3_dark/ObjectPageSection.less +22 -9
  51. package/src/sap/uxap/themes/sap_fiori_3_dark/ObjectPageSubSection.less +10 -4
  52. package/src/sap/uxap/themes/sap_fiori_3_hcb/ObjectPageSection.less +22 -5
  53. package/src/sap/uxap/themes/sap_fiori_3_hcb/ObjectPageSubSection.less +10 -4
  54. package/src/sap/uxap/themes/sap_fiori_3_hcw/ObjectPageSection.less +22 -5
  55. package/src/sap/uxap/themes/sap_fiori_3_hcw/ObjectPageSubSection.less +10 -4
  56. package/src/sap/f/themes/sap_fiori_3/ProductSwitchItem.less +0 -0
  57. package/src/sap/f/themes/sap_fiori_3_hcb/ProductSwitchItem.less +0 -8
  58. package/src/sap/f/themes/sap_fiori_3_hcw/ProductSwitchItem.less +0 -8
package/REUSE.toml CHANGED
@@ -238,27 +238,6 @@ SPDX-FileCopyrightText = [
238
238
  SPDX-License-Identifier = "Apache-2.0 and MIT"
239
239
  SPDX-FileComment = "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)"
240
240
 
241
- [[annotations]]
242
- path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js"
243
- precedence = "aggregate"
244
- SPDX-FileCopyrightText = "2012 Matteo Spinelli"
245
- SPDX-License-Identifier = "MIT"
246
- SPDX-FileComment = "these files belong to: cubiq.org - iScroll"
247
-
248
- [[annotations]]
249
- path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js"
250
- precedence = "aggregate"
251
- SPDX-FileCopyrightText = "2011 Matteo Spinelli"
252
- SPDX-License-Identifier = "MIT"
253
- SPDX-FileComment = "these files belong to: cubiq.org - iScroll Lite"
254
-
255
- [[annotations]]
256
- path = "src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js"
257
- precedence = "aggregate"
258
- SPDX-FileCopyrightText = "2012 Matteo Spinelli"
259
- SPDX-License-Identifier = "MIT"
260
- SPDX-FileComment = "these files belong to: cubiq.org - swipeview"
261
-
262
241
  [[annotations]]
263
242
  path = "src/sap.ui.core/src/sap/ui/thirdparty/zyngascroll.js"
264
243
  precedence = "aggregate"
@@ -308,13 +287,6 @@ SPDX-FileCopyrightText = "1991-2024 Unicode, Inc."
308
287
  SPDX-License-Identifier = "LicenseRef-Unicode-3.0"
309
288
  SPDX-FileComment = "these files belong to: Unicode Common Locale Data Repository"
310
289
 
311
- [[annotations]]
312
- path = "src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**"
313
- precedence = "aggregate"
314
- SPDX-FileCopyrightText = "2010-2013, Acid Media"
315
- SPDX-License-Identifier = "MIT"
316
- SPDX-FileComment = "these files belong to: MobiScroll"
317
-
318
290
  [[annotations]]
319
291
  path = [
320
292
  "src/sap.ui.core/src/sap/ui/thirdparty/sinon.js",
package/THIRDPARTY.txt CHANGED
@@ -133,24 +133,6 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
133
133
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-reporter-junit.js
134
134
  src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js
135
135
 
136
- Component: cubiq.org - iScroll, version: 4.2.5
137
- Copyright: 2012 Matteo Spinelli
138
- License: MIT
139
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
140
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js
141
-
142
- Component: cubiq.org - iScroll Lite, version: 4.1.6
143
- Copyright: 2011 Matteo Spinelli
144
- License: MIT
145
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
146
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js
147
-
148
- Component: cubiq.org - swipeview, version: 1.0
149
- Copyright: 2012 Matteo Spinelli
150
- License: MIT
151
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
152
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js
153
-
154
136
  Component: Zynga Scroller, version: 1.2.1-0-g5d43806
155
137
  Copyright: 2011 Zynga Inc.
156
138
  License: MIT
@@ -193,12 +175,6 @@ License: LicenseRef-Unicode-3.0
193
175
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
194
176
  Contained in: src/sap.ui.core/src/sap/ui/core/cldr/**
195
177
 
196
- Component: MobiScroll, version: 2.9.0
197
- Copyright: 2010-2013, Acid Media
198
- License: MIT
199
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
200
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**
201
-
202
178
  Component: SinonJS, version: 1.14.1
203
179
  Copyright: 2010-2014, Christian Johansen, christian@cjohansen.no
204
180
  License: BSD-3-Clause
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_fiori_3",
3
- "version": "1.136.2",
3
+ "version": "1.138.0",
4
4
  "description": "OpenUI5 Theme Library sap_fiori_3",
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.136.2",
18
- "@openui5/sap.m": "1.136.2",
19
- "@openui5/sap.tnt": "1.136.2",
20
- "@openui5/sap.ui.codeeditor": "1.136.2",
21
- "@openui5/sap.ui.commons": "1.136.2",
22
- "@openui5/sap.ui.core": "1.136.2",
23
- "@openui5/sap.ui.dt": "1.136.2",
24
- "@openui5/sap.ui.fl": "1.136.2",
25
- "@openui5/sap.ui.mdc": "1.136.2",
26
- "@openui5/sap.ui.integration": "1.136.2",
27
- "@openui5/sap.ui.layout": "1.136.2",
28
- "@openui5/sap.ui.rta": "1.136.2",
29
- "@openui5/sap.ui.suite": "1.136.2",
30
- "@openui5/sap.ui.table": "1.136.2",
31
- "@openui5/sap.ui.unified": "1.136.2",
32
- "@openui5/sap.ui.ux3": "1.136.2",
33
- "@openui5/sap.uxap": "1.136.2"
17
+ "@openui5/sap.f": "1.138.0",
18
+ "@openui5/sap.m": "1.138.0",
19
+ "@openui5/sap.tnt": "1.138.0",
20
+ "@openui5/sap.ui.codeeditor": "1.138.0",
21
+ "@openui5/sap.ui.commons": "1.138.0",
22
+ "@openui5/sap.ui.core": "1.138.0",
23
+ "@openui5/sap.ui.dt": "1.138.0",
24
+ "@openui5/sap.ui.fl": "1.138.0",
25
+ "@openui5/sap.ui.mdc": "1.138.0",
26
+ "@openui5/sap.ui.integration": "1.138.0",
27
+ "@openui5/sap.ui.layout": "1.138.0",
28
+ "@openui5/sap.ui.rta": "1.138.0",
29
+ "@openui5/sap.ui.suite": "1.138.0",
30
+ "@openui5/sap.ui.table": "1.138.0",
31
+ "@openui5/sap.ui.unified": "1.138.0",
32
+ "@openui5/sap.ui.ux3": "1.138.0",
33
+ "@openui5/sap.uxap": "1.138.0"
34
34
  }
35
35
  }
@@ -1,6 +1,6 @@
1
1
  /* ================================== */
2
2
  /* CSS for control sap.f/DynamicPage */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* ================================== */
5
5
 
6
6
  .sapFDynamicPageContent,
@@ -9,6 +9,7 @@
9
9
  }
10
10
 
11
11
  .sapFDynamicPage-Std-Desktop-XL {
12
+
12
13
  .sapFDynamicPageContent,
13
14
  .sapFDynamicPageContentFitContainer {
14
15
  padding: 1rem 3rem 0 3rem;
@@ -16,7 +17,9 @@
16
17
  }
17
18
 
18
19
  .sapFDynamicPage.sapUiResponsiveContentPadding {
20
+
19
21
  &.sapFDynamicPage-Std-Phone {
22
+
20
23
  .sapFDynamicPageContent,
21
24
  .sapFDynamicPageContentFitContainer {
22
25
  padding-left: 1rem;
@@ -25,6 +28,7 @@
25
28
  }
26
29
 
27
30
  &.sapFDynamicPage-Std-Tablet {
31
+
28
32
  .sapFDynamicPageContent,
29
33
  .sapFDynamicPageContentFitContainer {
30
34
  padding-left: 2rem;
@@ -33,6 +37,7 @@
33
37
  }
34
38
 
35
39
  &.sapFDynamicPage-Std-Desktop-XL {
40
+
36
41
  .sapFDynamicPageContent,
37
42
  .sapFDynamicPageContentFitContainer {
38
43
  padding-left: 3rem;
@@ -42,16 +47,18 @@
42
47
  }
43
48
 
44
49
  .sapFDynamicPage {
45
- .sapFDynamicPageContentWrapperSolid>.sapFDynamicPageContent {
46
- background: @sapUiShellBackground;
50
+
51
+ .sapFDynamicPageContentWrapperSolid > .sapFDynamicPageContent {
52
+ background: var(--sapShell_Background);
47
53
  }
48
54
 
49
- // DynamicPageTitle and Toggle Header Visual Indicator hover state
55
+ /* DynamicPageTitle and Toggle Header Visual Indicator hover state */
50
56
  &.sapFDynamicPageTitleClickEnabled.sapFDynamicPageTitleForceHovered {
57
+
51
58
  .sapFDynamicPageTitle,
52
59
  .sapFDynamicPageTitleTranslucent,
53
60
  .sapFDynamicPageTitleTransparent {
54
- background-color: @sapUiObjectHeaderHoverBackground;
61
+ background-color: var(--sapObjectHeader_Hover_Background);
55
62
  }
56
63
  }
57
64
  }
@@ -73,7 +80,7 @@
73
80
  .sapFDynamicPageHeaderPinButton {
74
81
  width: 1.5rem;
75
82
  height: 2rem;
76
- bottom: -0.95rem; // needs refactoring in the base file
83
+ bottom: -0.95rem; /* needs refactoring in the base file */
77
84
 
78
85
  .sapMBtnInner {
79
86
  min-width: 1.5rem;
@@ -88,45 +95,44 @@
88
95
  }
89
96
  }
90
97
 
91
- overflow: visible; // enforcement needed for IE11
92
-
93
- &:before,
94
- &:after {
95
- content: "";
98
+ &::before,
99
+ &::after {
100
+ content: '';
96
101
  position: absolute;
97
102
  width: 4rem;
98
- top: 50%; // enforcement needed for IE11
99
103
  height: 0.0625rem;
100
104
  }
101
105
 
102
- &:before {
103
- background-image: linear-gradient(to left, @sapUiHighlight, fade(@sapUiHighlight, 0));
106
+ &::before {
107
+ background-image: linear-gradient(to left, var(--sapHighlightColor), fade(@sapUiHighlight, 0));
104
108
  right: 100%;
105
109
  }
106
110
 
107
- &:after {
108
- background-image: linear-gradient(to right, @sapUiHighlight, fade(@sapUiHighlight, 0));
111
+ &::after {
112
+ background-image: linear-gradient(to right, var(--sapHighlightColor), fade(@sapUiHighlight, 0));
109
113
  left: 100%;
110
114
  }
111
115
  }
112
116
 
113
- // when we have both pin and toggle header indicator, pseudo-elements overlap siblings on EDGE
114
- html[data-sap-ui-browser^="ed"] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDynamicPageHeaderPinButton:before {
117
+ /* when we have both pin and toggle header indicator, pseudo-elements overlap siblings on EDGE */
118
+ html[data-sap-ui-browser^='ed'] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDynamicPageHeaderPinButton::before {
115
119
  display: none;
116
120
  }
117
121
 
118
- html[data-sap-ui-browser^="cr"] .sapFDynamicPageToggleHeaderIndicator,
119
- html[data-sap-ui-browser^="cr"] .sapFDynamicPageHeaderPinButton {
122
+ html[data-sap-ui-browser^='cr'] .sapFDynamicPageToggleHeaderIndicator,
123
+ html[data-sap-ui-browser^='cr'] .sapFDynamicPageHeaderPinButton {
124
+
120
125
  .sapMBtnInner .sapMBtnIcon {
121
- line-height: 1.375rem; // in Chrome we need to subtract the border bottom and top (total 2px) from original line-height
126
+ line-height: 1.375rem; /* in Chrome we need to subtract the border bottom and top (total 2px) from original line-height */
122
127
  }
123
128
  }
124
129
 
125
130
  /* Compact */
126
131
  .sapUiSizeCompact {
132
+
127
133
  .sapFDynamicPageToggleHeaderIndicator,
128
134
  .sapFDynamicPageHeaderPinButton {
129
- bottom: -0.95rem; // needs refactoring in the base file
135
+ bottom: -0.95rem; /* needs refactoring in the base file */
130
136
 
131
137
  .sapMBtnInner {
132
138
  bottom: 0.25rem;
@@ -134,13 +140,13 @@ html[data-sap-ui-browser^="cr"] .sapFDynamicPageHeaderPinButton {
134
140
  }
135
141
  }
136
142
 
137
- // Note:
138
- // The footer selector can`t be nested in the sapFDynamicPage less structure,
139
- // because the contrast container would not work, as the theme generates css like ".sapContrast.sapFDynamicPageFooter"
140
- // and will never match ".sapFDynamicPage .sapFDynamicPageFooter"
143
+ /* Note:
144
+ The footer selector can`t be nested in the sapFDynamicPage less structure,
145
+ because the contrast container would not work, as the theme generates css like ".sapContrast.sapFDynamicPageFooter"
146
+ and will never match ".sapFDynamicPage .sapFDynamicPageFooter" */
141
147
  .sapFDynamicPageFooter .sapFDynamicPageActualFooterControl {
142
- background: @sapUiPageFooterBackground;
143
- color: @sapUiPageFooterTextColor;
148
+ background: var(--sapPageFooter_Background);
149
+ color: var(--sapPageFooter_TextColor);
144
150
  box-shadow: @sapUiShadowLevel1;
145
151
  border: none;
146
152
  }
@@ -1,6 +1,6 @@
1
1
  /* ======================================== */
2
2
  /* CSS for control sap.f/DynamicPageHeader */
3
- /* Fiori 3 theme */
3
+ /* Quartz Light theme */
4
4
  /* ======================================== */
5
5
 
6
6
  .sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
@@ -8,17 +8,17 @@
8
8
  }
9
9
 
10
10
  .sapFDynamicPageHeader.sapFDynamicPageHeaderTranslucent {
11
- background: @sapUiObjectHeaderBackground;
11
+ background: var(--sapObjectHeader_Background);
12
12
  }
13
13
 
14
14
  .sapFDynamicPageHeader.sapFDynamicPageHeaderTransparent {
15
15
  background: transparent;
16
16
  }
17
17
 
18
- .sapFDynamicPageToggleHeaderIndicator:not(.sapUiHidden) + .sapFDynamicPageHeaderPinButton:before {
18
+ .sapFDynamicPageToggleHeaderIndicator:not(.sapUiHidden) + .sapFDynamicPageHeaderPinButton::before {
19
19
  display: none;
20
20
  }
21
21
 
22
22
  .sapFDynamicPageNavigation .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
23
23
  box-shadow: none;
24
- }
24
+ }