@openui5/themelib_sap_fiori_3 1.114.0 → 1.115.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 CHANGED
@@ -192,11 +192,6 @@ Copyright: 2012 Matteo Spinelli
192
192
  License: MIT
193
193
  Comment: these files belong to: cubiq.org - swipeview
194
194
 
195
- Files: src/sap.ui.core/src/sap/ui/thirdparty/mobify-carousel.js
196
- Copyright: Mobify R&D Inc.
197
- License: MIT
198
- Comment: these files belong to: Mobify.js
199
-
200
195
  Files: src/sap.ui.core/src/sap/ui/thirdparty/zyngascroll.js
201
196
  Copyright: 2011 Zynga Inc.
202
197
  License: MIT
package/THIRDPARTY.txt CHANGED
@@ -143,12 +143,6 @@ License: MIT
143
143
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
144
144
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js
145
145
 
146
- Component: Mobify.js, version: 1.1
147
- Copyright: Mobify R&D Inc.
148
- License: MIT
149
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
150
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobify-carousel.js
151
-
152
146
  Component: Zynga Scroller, version: 1.2.1-0-g5d43806
153
147
  Copyright: 2011 Zynga Inc.
154
148
  License: MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_fiori_3",
3
- "version": "1.114.0",
3
+ "version": "1.115.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.114.0",
18
- "@openui5/sap.m": "1.114.0",
19
- "@openui5/sap.tnt": "1.114.0",
20
- "@openui5/sap.ui.codeeditor": "1.114.0",
21
- "@openui5/sap.ui.commons": "1.114.0",
22
- "@openui5/sap.ui.core": "1.114.0",
23
- "@openui5/sap.ui.dt": "1.114.0",
24
- "@openui5/sap.ui.fl": "1.114.0",
25
- "@openui5/sap.ui.mdc": "1.114.0",
26
- "@openui5/sap.ui.integration": "1.114.0",
27
- "@openui5/sap.ui.layout": "1.114.0",
28
- "@openui5/sap.ui.rta": "1.114.0",
29
- "@openui5/sap.ui.suite": "1.114.0",
30
- "@openui5/sap.ui.table": "1.114.0",
31
- "@openui5/sap.ui.unified": "1.114.0",
32
- "@openui5/sap.ui.ux3": "1.114.0",
33
- "@openui5/sap.uxap": "1.114.0"
17
+ "@openui5/sap.f": "1.115.0",
18
+ "@openui5/sap.m": "1.115.0",
19
+ "@openui5/sap.tnt": "1.115.0",
20
+ "@openui5/sap.ui.codeeditor": "1.115.0",
21
+ "@openui5/sap.ui.commons": "1.115.0",
22
+ "@openui5/sap.ui.core": "1.115.0",
23
+ "@openui5/sap.ui.dt": "1.115.0",
24
+ "@openui5/sap.ui.fl": "1.115.0",
25
+ "@openui5/sap.ui.mdc": "1.115.0",
26
+ "@openui5/sap.ui.integration": "1.115.0",
27
+ "@openui5/sap.ui.layout": "1.115.0",
28
+ "@openui5/sap.ui.rta": "1.115.0",
29
+ "@openui5/sap.ui.suite": "1.115.0",
30
+ "@openui5/sap.ui.table": "1.115.0",
31
+ "@openui5/sap.ui.unified": "1.115.0",
32
+ "@openui5/sap.ui.ux3": "1.115.0",
33
+ "@openui5/sap.uxap": "1.115.0"
34
34
  }
35
35
  }
@@ -8,7 +8,7 @@
8
8
  @_sap_f_Card_Badge_Background: @sapHighlightColor;
9
9
  @_sap_f_Card_Badge_Border: 0.0625rem solid @sapContent_ForegroundBorderColor;
10
10
 
11
- .sapFCard .sapFCardHeader.sapFCardClickable {
11
+ .sapFCard .sapFCardHeader.sapFCardSectionClickable {
12
12
  &:hover {
13
13
  .sapFCardNumericIndicatorsMain {
14
14
  .sapMNCValue,
@@ -8,7 +8,7 @@
8
8
  @_sap_f_Card_Badge_Background: @sapHighlightColor;
9
9
  @_sap_f_Card_Badge_Border: 0.0625rem solid @sapContent_ForegroundBorderColor;
10
10
 
11
- .sapFCard .sapFCardHeader.sapFCardClickable {
11
+ .sapFCard .sapFCardHeader.sapFCardSectionClickable {
12
12
  &:hover {
13
13
  .sapFCardNumericIndicatorsMain {
14
14
  .sapMNCValue,
@@ -149,7 +149,7 @@
149
149
  /************************************************************/
150
150
 
151
151
  .sapMGTLineMode .sapMGTHdrTxt {
152
- color: @sapUiButtonTextColor;
152
+ color: @sapLinkColor;
153
153
  font-size: @sapMFontMediumSize;
154
154
  text-shadow: @sapUiShadowText;
155
155
  }
@@ -148,7 +148,7 @@
148
148
  /************************************************************/
149
149
 
150
150
  .sapMGTLineMode .sapMGTHdrTxt {
151
- color: @sapUiButtonTextColor;
151
+ color: @sapLinkColor;
152
152
  font-size: @sapMFontMediumSize;
153
153
  text-shadow: @sapUiShadowText;
154
154
  }
@@ -11,5 +11,4 @@
11
11
  @import "InfoLabel.less";
12
12
  @import "NavigationList.less";
13
13
  @import "SideNavigation.less";
14
- @import "ToolHeader.less";
15
- @import "ToolPage.less";
14
+ @import "ToolHeader.less";
@@ -11,5 +11,4 @@
11
11
  @import "InfoLabel.less";
12
12
  @import "NavigationList.less";
13
13
  @import "SideNavigation.less";
14
- @import "ToolHeader.less";
15
- @import "ToolPage.less";
14
+ @import "ToolHeader.less";
@@ -5,6 +5,5 @@
5
5
 
6
6
  @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
7
7
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
8
- @_sap_tnt_NavigationList_ItemFocusBorder: 0.125rem dotted @sapUiContentFocusColor;
9
8
  @_sap_tnt_NavigationList_GroupBottomBorderColor: transparent;
10
9
  @_sap_tnt_NavigationList_Collapsed_GroupBorderColor: transparent;
@@ -11,5 +11,4 @@
11
11
  @import "InfoLabel.less";
12
12
  @import "NavigationList.less";
13
13
  @import "SideNavigation.less";
14
- @import "ToolHeader.less";
15
- @import "ToolPage.less";
14
+ @import "ToolHeader.less";
@@ -5,6 +5,5 @@
5
5
 
6
6
  @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
7
7
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
8
- @_sap_tnt_NavigationList_ItemFocusBorder: 0.125rem dotted @sapUiContentFocusColor;
9
8
  @_sap_tnt_NavigationList_GroupBottomBorderColor: transparent;
10
9
  @_sap_tnt_NavigationList_Collapsed_GroupBorderColor: transparent;
@@ -11,5 +11,4 @@
11
11
  @import "InfoLabel.less";
12
12
  @import "NavigationList.less";
13
13
  @import "SideNavigation.less";
14
- @import "ToolHeader.less";
15
- @import "ToolPage.less";
14
+ @import "ToolHeader.less";
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.114.0</version>
9
+ <version>1.115.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Fiori 3 theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.114.0</version>
9
+ <version>1.115.0</version>
10
10
 
11
11
  <documentation>SAPUI5 quartz dark black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.114.0</version>
9
+ <version>1.115.0</version>
10
10
 
11
11
  <documentation>SAPUI5 quartz high contrast black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.114.0</version>
9
+ <version>1.115.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white theme library.</documentation>
12
12
 
@@ -1,6 +0,0 @@
1
- /* =================================== */
2
- /* CSS for control sap.tnt/ToolPage */
3
- /* Fiori 3 theme */
4
- /* =================================== */
5
-
6
- @_sap_tnt_ToolPage_HeaderHeight : 2.75rem;
@@ -1,6 +0,0 @@
1
- /* ================================= */
2
- /* CSS for control sap.tnt/ToolPage */
3
- /* Quartz Dark theme */
4
- /* ================================= */
5
-
6
- @_sap_tnt_ToolPage_HeaderHeight : 2.75rem;
@@ -1,6 +0,0 @@
1
- /* =================================== */
2
- /* CSS for control sap.tnt/ToolPage */
3
- /* Quartz HCB theme */
4
- /* =================================== */
5
-
6
- @_sap_tnt_ToolPage_HeaderHeight : 2.75rem;
@@ -1,6 +0,0 @@
1
- /* =================================== */
2
- /* CSS for control sap.tnt/ToolPage */
3
- /* Quartz HCW theme */
4
- /* =================================== */
5
-
6
- @_sap_tnt_ToolPage_HeaderHeight : 2.75rem;