@openui5/themelib_sap_horizon 1.136.18 → 1.136.19

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
@@ -239,7 +239,7 @@ License: MIT
239
239
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
240
240
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/punycode.js
241
241
 
242
- Component: handlebars, version: 4.7.7
242
+ Component: handlebars, version: 4.7.9
243
243
  Copyright: 2011-2019 by Yehuda Katz
244
244
  License: MIT
245
245
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.136.18",
3
+ "version": "1.136.19",
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.136.18",
18
- "@openui5/sap.m": "1.136.18",
19
- "@openui5/sap.tnt": "1.136.18",
20
- "@openui5/sap.ui.codeeditor": "1.136.18",
21
- "@openui5/sap.ui.commons": "1.136.18",
22
- "@openui5/sap.ui.core": "1.136.18",
23
- "@openui5/sap.ui.dt": "1.136.18",
24
- "@openui5/sap.ui.fl": "1.136.18",
25
- "@openui5/sap.ui.mdc": "1.136.18",
26
- "@openui5/sap.ui.integration": "1.136.18",
27
- "@openui5/sap.ui.layout": "1.136.18",
28
- "@openui5/sap.ui.rta": "1.136.18",
29
- "@openui5/sap.ui.suite": "1.136.18",
30
- "@openui5/sap.ui.table": "1.136.18",
31
- "@openui5/sap.ui.unified": "1.136.18",
32
- "@openui5/sap.ui.ux3": "1.136.18",
33
- "@openui5/sap.uxap": "1.136.18"
17
+ "@openui5/sap.f": "1.136.19",
18
+ "@openui5/sap.m": "1.136.19",
19
+ "@openui5/sap.tnt": "1.136.19",
20
+ "@openui5/sap.ui.codeeditor": "1.136.19",
21
+ "@openui5/sap.ui.commons": "1.136.19",
22
+ "@openui5/sap.ui.core": "1.136.19",
23
+ "@openui5/sap.ui.dt": "1.136.19",
24
+ "@openui5/sap.ui.fl": "1.136.19",
25
+ "@openui5/sap.ui.mdc": "1.136.19",
26
+ "@openui5/sap.ui.integration": "1.136.19",
27
+ "@openui5/sap.ui.layout": "1.136.19",
28
+ "@openui5/sap.ui.rta": "1.136.19",
29
+ "@openui5/sap.ui.suite": "1.136.19",
30
+ "@openui5/sap.ui.table": "1.136.19",
31
+ "@openui5/sap.ui.unified": "1.136.19",
32
+ "@openui5/sap.ui.ux3": "1.136.19",
33
+ "@openui5/sap.uxap": "1.136.19"
34
34
  }
35
35
  }
@@ -3,15 +3,6 @@
3
3
  /* Horizon theme */
4
4
  /* ================================= */
5
5
 
6
- /* header shadow - different states */
7
- @_sap_m_MessageBox_HeaderShadow: inset 0 -0.0625rem;
8
- @_sap_m_MessageBox_Shadow: var(--sapContent_HeaderShadow);
9
- @_sap_m_MessageBox_InformationShadow: @_sap_m_MessageBox_HeaderShadow var(--sapInformationBorderColor), @_sap_m_MessageBox_Shadow;
10
- @_sap_m_MessageBox_WarningShadow: @_sap_m_MessageBox_HeaderShadow var(--sapWarningBorderColor), @_sap_m_MessageBox_Shadow;
11
- @_sap_m_MessageBox_ErrorShadow: @_sap_m_MessageBox_HeaderShadow var(--sapErrorBorderColor), @_sap_m_MessageBox_Shadow;
12
- @_sap_m_MessageBox_SuccessShadow: @_sap_m_MessageBox_HeaderShadow var(--sapSuccessBorderColor), @_sap_m_MessageBox_Shadow;
13
- @_sap_m_MessageBox_QuestionShadow: @_sap_m_MessageBox_HeaderShadow var(--sapNeutralColor);
14
-
15
6
  .sapMDialog.sapMMessageBoxInfo .sapMDialogIcon.sapUiIcon {
16
7
  color: var(--sapInformativeElementColor);
17
8
  }
@@ -3,15 +3,6 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ================================= */
5
5
 
6
- /* header shadow - different states */
7
- @_sap_m_MessageBox_HeaderShadow: inset 0 -0.0625rem;
8
- @_sap_m_MessageBox_Shadow: var(--sapContent_HeaderShadow);
9
- @_sap_m_MessageBox_InformationShadow: @_sap_m_MessageBox_HeaderShadow var(--sapInformationBorderColor), @_sap_m_MessageBox_Shadow;
10
- @_sap_m_MessageBox_WarningShadow: @_sap_m_MessageBox_HeaderShadow var(--sapWarningBorderColor), @_sap_m_MessageBox_Shadow;
11
- @_sap_m_MessageBox_ErrorShadow: @_sap_m_MessageBox_HeaderShadow var(--sapErrorBorderColor), @_sap_m_MessageBox_Shadow;
12
- @_sap_m_MessageBox_SuccessShadow: @_sap_m_MessageBox_HeaderShadow var(--sapSuccessBorderColor), @_sap_m_MessageBox_Shadow;
13
- @_sap_m_MessageBox_QuestionShadow: @_sap_m_MessageBox_HeaderShadow var(--sapNeutralColor);
14
-
15
6
  .sapMDialog.sapMMessageBoxInfo .sapMDialogIcon.sapUiIcon {
16
7
  color: var(--sapInformativeElementColor);
17
8
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.136.18</version>
9
+ <version>1.136.19</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.136.18</version>
9
+ <version>1.136.19</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.136.18</version>
9
+ <version>1.136.19</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2026 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.136.18</version>
9
+ <version>1.136.19</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12