@openui5/themelib_sap_belize 1.114.0 → 1.115.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/.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_belize",
3
- "version": "1.114.0",
3
+ "version": "1.115.1",
4
4
  "description": "OpenUI5 Theme Library sap_belize",
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.1",
18
+ "@openui5/sap.m": "1.115.1",
19
+ "@openui5/sap.tnt": "1.115.1",
20
+ "@openui5/sap.ui.codeeditor": "1.115.1",
21
+ "@openui5/sap.ui.commons": "1.115.1",
22
+ "@openui5/sap.ui.core": "1.115.1",
23
+ "@openui5/sap.ui.dt": "1.115.1",
24
+ "@openui5/sap.ui.fl": "1.115.1",
25
+ "@openui5/sap.ui.mdc": "1.115.1",
26
+ "@openui5/sap.ui.integration": "1.115.1",
27
+ "@openui5/sap.ui.layout": "1.115.1",
28
+ "@openui5/sap.ui.rta": "1.115.1",
29
+ "@openui5/sap.ui.suite": "1.115.1",
30
+ "@openui5/sap.ui.table": "1.115.1",
31
+ "@openui5/sap.ui.unified": "1.115.1",
32
+ "@openui5/sap.ui.ux3": "1.115.1",
33
+ "@openui5/sap.uxap": "1.115.1"
34
34
  }
35
35
  }
@@ -6,7 +6,7 @@
6
6
  @_sap_f_Card_BoxShadow: none;
7
7
  @_sap_f_Card_HeaderBorder: 1px solid @sapUiTileBorderColor;
8
8
 
9
- .sapFCard .sapFCardHeader.sapFCardClickable {
9
+ .sapFCard .sapFCardHeader.sapFCardSectionClickable {
10
10
  &:hover {
11
11
  .sapFCardNumericIndicatorsMain {
12
12
  .sapMNCValue,
@@ -6,7 +6,7 @@
6
6
  @_sap_f_Card_BoxShadow: none;
7
7
  @_sap_f_Card_HeaderBorder: 1px solid @sapUiTileBorderColor;
8
8
 
9
- .sapFCard .sapFCardHeader.sapFCardClickable {
9
+ .sapFCard .sapFCardHeader.sapFCardSectionClickable {
10
10
  &:hover {
11
11
  .sapFCardNumericIndicatorsMain {
12
12
  .sapMNCValue,
@@ -183,7 +183,7 @@ html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus-visible
183
183
  /************************************************************/
184
184
 
185
185
  .sapMGTLineMode .sapMGTHdrTxt {
186
- color: @sapUiShellTextColor;
186
+ color: @sapLinkColor;
187
187
  font-size: @sapMFontMediumSize;
188
188
  text-shadow: @sapUiShadowText;
189
189
  }
@@ -3,6 +3,5 @@
3
3
  /* Belize High Contrast Black theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_tnt_NavigationList_ItemFocusBorder: 0.125rem dotted @sapUiContentFocusColor;
7
6
  @_sap_tnt_NavigationList_SelectedItemBorderColor: transparent;
8
7
  @_sap_tnt_NavigationList_Collapsed_SelectedGroupBorderColor: @sapUiListSelectionBorderColor;
@@ -3,6 +3,5 @@
3
3
  /* Belize High Contrast White theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_tnt_NavigationList_ItemFocusBorder: 0.125rem dotted @sapUiContentFocusColor;
7
6
  @_sap_tnt_NavigationList_SelectedItemBorderColor: transparent;
8
7
  @_sap_tnt_NavigationList_Collapsed_SelectedGroupBorderColor: @sapUiListSelectionBorderColor;
@@ -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.1</version>
10
10
 
11
11
  <documentation>SAPUI5 belize 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.1</version>
10
10
 
11
11
  <documentation>SAPUI5 belize 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.1</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white 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.1</version>
10
10
 
11
11
  <documentation>SAPUI5 belize plus theme library.</documentation>
12
12