@openui5/themelib_sap_bluecrystal 1.134.0 → 1.135.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/THIRDPARTY.txt CHANGED
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.m:
8
8
 
9
- Component: purify.js, version: 3.1.7
9
+ Component: purify.js, version: 3.2.4
10
10
  Copyright: Mario Heiderich
11
11
  License: Apache-2.0
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -462,7 +462,7 @@ License: Apache-2.0
462
462
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
463
463
  Contained in: lib/jsdoc/ui5/plugin.js
464
464
 
465
- Component: SAP Theming Base Content, version: 11.24.0
465
+ Component: SAP Theming Base Content, version: 11.28.2
466
466
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467
467
  License: Apache-2.0
468
468
  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/themelib_sap_bluecrystal",
3
- "version": "1.134.0",
3
+ "version": "1.135.0",
4
4
  "description": "OpenUI5 Theme Library sap_bluecrystal",
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.134.0",
18
- "@openui5/sap.m": "1.134.0",
19
- "@openui5/sap.tnt": "1.134.0",
20
- "@openui5/sap.ui.codeeditor": "1.134.0",
21
- "@openui5/sap.ui.commons": "1.134.0",
22
- "@openui5/sap.ui.core": "1.134.0",
23
- "@openui5/sap.ui.dt": "1.134.0",
24
- "@openui5/sap.ui.fl": "1.134.0",
25
- "@openui5/sap.ui.mdc": "1.134.0",
26
- "@openui5/sap.ui.integration": "1.134.0",
27
- "@openui5/sap.ui.layout": "1.134.0",
28
- "@openui5/sap.ui.rta": "1.134.0",
29
- "@openui5/sap.ui.suite": "1.134.0",
30
- "@openui5/sap.ui.table": "1.134.0",
31
- "@openui5/sap.ui.unified": "1.134.0",
32
- "@openui5/sap.ui.ux3": "1.134.0",
33
- "@openui5/sap.uxap": "1.134.0"
17
+ "@openui5/sap.f": "1.135.0",
18
+ "@openui5/sap.m": "1.135.0",
19
+ "@openui5/sap.tnt": "1.135.0",
20
+ "@openui5/sap.ui.codeeditor": "1.135.0",
21
+ "@openui5/sap.ui.commons": "1.135.0",
22
+ "@openui5/sap.ui.core": "1.135.0",
23
+ "@openui5/sap.ui.dt": "1.135.0",
24
+ "@openui5/sap.ui.fl": "1.135.0",
25
+ "@openui5/sap.ui.mdc": "1.135.0",
26
+ "@openui5/sap.ui.integration": "1.135.0",
27
+ "@openui5/sap.ui.layout": "1.135.0",
28
+ "@openui5/sap.ui.rta": "1.135.0",
29
+ "@openui5/sap.ui.suite": "1.135.0",
30
+ "@openui5/sap.ui.table": "1.135.0",
31
+ "@openui5/sap.ui.unified": "1.135.0",
32
+ "@openui5/sap.ui.ux3": "1.135.0",
33
+ "@openui5/sap.uxap": "1.135.0"
34
34
  }
35
35
  }
@@ -9,6 +9,7 @@
9
9
  @_sap_m_Popover_ArrowOffset: 0.5rem; /* Arrow offset from the Popover's corners */
10
10
  @_sap_m_Popover_CompactArrowOffset: @_sap_m_Popover_ArrowOffset; /* Arrow offset from the Popover's corners for compact mode */
11
11
  @_sap_m_Popover_ThickShadowSize: 0;
12
+ @_sap_m_Popover_OpacityTransitionDuration: 0.2s;
12
13
 
13
14
  /* shared mixin for arrow shadow*/
14
15
  .sapMPopoverArrAfterShadow(@horizontalShadow, @verticalShadow) {
@@ -118,19 +119,11 @@
118
119
  outline: none;
119
120
  }
120
121
 
121
- .sapMPopover.sapMPopoverTransparent {
122
- opacity: 0;
123
- }
124
-
125
- html[data-sap-ui-animation='on'] .sapMPopover.sapMPopoverTransparent {
122
+ html[data-sap-ui-animation='on'] .sapMPopover.sapMPopoverOpacityTransition {
126
123
  -webkit-transition: opacity 0.2s linear;
127
124
  transition: opacity 0.2s linear;
128
125
  }
129
126
 
130
- .sapMPopover.sapMPopoverOpaque {
131
- opacity: 1;
132
- }
133
-
134
127
  /* disable margin according to the header and footer availability */
135
128
  .sapMPopoverWithBar.sapMPopoverWithFooter > .sapMPopoverCont {
136
129
  margin-bottom: 0;
@@ -38,7 +38,7 @@
38
38
  @_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0;
39
39
  @_sap_tnt_NavigationList_Padding: 0;
40
40
  @_sap_tnt_NavigationList_PaddingCompact: 0;
41
- @_sap_tnt_NavigationList_ParentPopupPadding: 0;
41
+ @_sap_tnt_NavigationList_PopupPadding: 0;
42
42
  @_sap_tnt_NavigationList_ParentPopupBorderRadius: @sapUiPopoverBorderCornerRadius;
43
43
  @_sap_tnt_NavigationList_PopupItemPadding: 0 1rem;
44
44
  @_sap_tnt_NavigationList_PopupIconWidth: 1rem;
@@ -209,7 +209,7 @@
209
209
  }
210
210
 
211
211
  .sapTntNLPopover .sapTntNLPopup.sapTntNL {
212
- padding: @_sap_tnt_NavigationList_ParentPopupPadding;
212
+ padding: @_sap_tnt_NavigationList_PopupPadding;
213
213
 
214
214
  .sapTntNLI.sapTntNLIFirstLevel {
215
215
  margin-bottom: @_sap_tnt_NavigationList_GroupBottomMarginInPopup;
@@ -478,7 +478,7 @@
478
478
  box-shadow: @_sap_tnt_NavigationList_PopupBoxShadow;
479
479
 
480
480
  &:not(.sapUiSubmenu) {
481
- padding: @_sap_tnt_NavigationList_ParentPopupPadding;
481
+ padding: @_sap_tnt_NavigationList_PopupPadding;
482
482
  border-radius: @_sap_tnt_NavigationList_ParentPopupBorderRadius;
483
483
  }
484
484
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.134.0</version>
9
+ <version>1.135.0</version>
10
10
 
11
11
  <documentation>SAPUI5 bluecrystal theme library.</documentation>
12
12
 
@@ -3,5 +3,6 @@
3
3
  "sId": "sap_bluecrystal",
4
4
  "oExtends": "sap_bluecrystal_base",
5
5
  "sVendor": "SAP",
6
- "sDeprecated" : "since version 1.40.0"
6
+ "sDeprecated" : "since version 1.40.0",
7
+ "sReleaseStage": "END_OF_LIFE"
7
8
  }
@@ -3,5 +3,6 @@
3
3
  "sId" : "sap_bluecrystal_base",
4
4
  "sVendor" : "SAP",
5
5
  "sType": "ABSTRACT",
6
- "sThemability": "PRIVATE"
6
+ "sThemability": "PRIVATE",
7
+ "sReleaseStage": "END_OF_LIFE"
7
8
  }