@openui5/themelib_sap_fiori_3 1.136.0 → 1.136.2

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
@@ -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.29.1
465
+ Component: SAP Theming Base Content, version: 11.31.0
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_fiori_3",
3
- "version": "1.136.0",
3
+ "version": "1.136.2",
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.0",
18
- "@openui5/sap.m": "1.136.0",
19
- "@openui5/sap.tnt": "1.136.0",
20
- "@openui5/sap.ui.codeeditor": "1.136.0",
21
- "@openui5/sap.ui.commons": "1.136.0",
22
- "@openui5/sap.ui.core": "1.136.0",
23
- "@openui5/sap.ui.dt": "1.136.0",
24
- "@openui5/sap.ui.fl": "1.136.0",
25
- "@openui5/sap.ui.mdc": "1.136.0",
26
- "@openui5/sap.ui.integration": "1.136.0",
27
- "@openui5/sap.ui.layout": "1.136.0",
28
- "@openui5/sap.ui.rta": "1.136.0",
29
- "@openui5/sap.ui.suite": "1.136.0",
30
- "@openui5/sap.ui.table": "1.136.0",
31
- "@openui5/sap.ui.unified": "1.136.0",
32
- "@openui5/sap.ui.ux3": "1.136.0",
33
- "@openui5/sap.uxap": "1.136.0"
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"
34
34
  }
35
35
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.136.0</version>
9
+ <version>1.136.2</version>
10
10
 
11
11
  <documentation>SAPUI5 Fiori 3 theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 15.0.6
4
- // * data:{"sModified":"2025-04-10T09:27:38Z"}
3
+ // * Theming Engine 16.0.7
4
+ // * data:{"sModified":"2025-06-12T08:20:10Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_fiori_3/base.less (Version 11.29.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_fiori_3/base.less (Version 11.31.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -519,7 +519,7 @@
519
519
 
520
520
  // [Tags "!Protected"]
521
521
  // [Protected "!true"]
522
- @sapContent_Lite_Shadow: None;
522
+ @sapContent_Lite_Shadow: none;
523
523
 
524
524
  // [Tags "!Protected"]
525
525
  // [Protected "!true"]
@@ -652,10 +652,14 @@
652
652
  @sapContent_Space_Small: 1rem;
653
653
  @sapContent_Space_Medium: 2rem;
654
654
  @sapContent_Space_Large: 3rem;
655
- @sapContent_Margin_Tiny: 0 0 1rem;
656
- @sapContent_Margin_Small: 1rem;
657
- @sapContent_Margin_Medium: 1rem 2rem;
658
- @sapContent_Margin_Large: 1rem 3rem;
655
+ @sapContent_Margin_Tiny: @sapContent_Margin_S;
656
+ @sapContent_Margin_Small: @sapContent_Margin_M;
657
+ @sapContent_Margin_Medium: @sapContent_Margin_L;
658
+ @sapContent_Margin_Large: @sapContent_Margin_XL;
659
+ @sapContent_Margin_S: 0 0 1rem;
660
+ @sapContent_Margin_M: 1rem;
661
+ @sapContent_Margin_L: 1rem 2rem;
662
+ @sapContent_Margin_XL: 1rem 3rem;
659
663
  @sapContent_Padding_S: 0rem;
660
664
  @sapContent_Padding_M: 2rem;
661
665
  @sapContent_Padding_L: 2rem;
@@ -2523,6 +2527,10 @@
2523
2527
  // [Protected "!true"]
2524
2528
  @sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
2525
2529
 
2530
+ // [Tags "!Protected"]
2531
+ // [Protected "!true"]
2532
+ @sapSlider_Selected_Dimension: 0.125 * @sapContent_GridSize;
2533
+
2526
2534
  // [Tags "!Protected"]
2527
2535
  // [Protected "!true"]
2528
2536
  @sapSlider_HandleBackground: @sapButton_Background;
@@ -3471,7 +3479,7 @@
3471
3479
 
3472
3480
  // [Tags "!Protected"]
3473
3481
  // [Protected "!true"]
3474
- @sapChart_LineColor_2: lighten(@sapChart_LineColor_1, 35);
3482
+ @sapChart_LineColor_2: darken(@sapChart_LineColor_1, 32);
3475
3483
 
3476
3484
  // [Tags "!Protected"]
3477
3485
  // [Protected "!true"]
@@ -3729,7 +3737,7 @@
3729
3737
  @sapChart_Sequence_6_Plus2: lighten(desaturate(@sapChart_Sequence_6, 27), 19);
3730
3738
  @sapChart_Sequence_6_Plus2_TextColor: contrast(@sapChart_Sequence_6_Plus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3731
3739
  @sapChart_Sequence_6_Plus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_6_Plus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3732
- @sapChart_Sequence_6_Plus1: lighten(desaturate(@sapChart_Sequence_6, 26), 1);
3740
+ @sapChart_Sequence_6_Plus1: lighten(desaturate(@sapChart_Sequence_6, 26), 10);
3733
3741
  @sapChart_Sequence_6_Plus1_TextColor: contrast(@sapChart_Sequence_6_Plus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3734
3742
  @sapChart_Sequence_6_Plus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_6_Plus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3735
3743
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.136.0</version>
9
+ <version>1.136.2</version>
10
10
 
11
11
  <documentation>SAPUI5 quartz dark black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 15.0.6
4
- // * data:{"sModified":"2025-04-10T09:27:38Z"}
3
+ // * Theming Engine 16.0.7
4
+ // * data:{"sModified":"2025-06-12T08:20:10Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_fiori_3_dark/base.less (Version 11.29.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_fiori_3_dark/base.less (Version 11.31.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -652,10 +652,14 @@
652
652
  @sapContent_Space_Small: 1rem;
653
653
  @sapContent_Space_Medium: 2rem;
654
654
  @sapContent_Space_Large: 3rem;
655
- @sapContent_Margin_Tiny: 0 0 1rem;
656
- @sapContent_Margin_Small: 1rem;
657
- @sapContent_Margin_Medium: 1rem 2rem;
658
- @sapContent_Margin_Large: 1rem 3rem;
655
+ @sapContent_Margin_Tiny: @sapContent_Margin_S;
656
+ @sapContent_Margin_Small: @sapContent_Margin_M;
657
+ @sapContent_Margin_Medium: @sapContent_Margin_L;
658
+ @sapContent_Margin_Large: @sapContent_Margin_XL;
659
+ @sapContent_Margin_S: 0 0 1rem;
660
+ @sapContent_Margin_M: 1rem;
661
+ @sapContent_Margin_L: 1rem 2rem;
662
+ @sapContent_Margin_XL: 1rem 3rem;
659
663
  @sapContent_Padding_S: 0rem;
660
664
  @sapContent_Padding_M: 2rem;
661
665
  @sapContent_Padding_L: 2rem;
@@ -1939,7 +1943,7 @@
1939
1943
 
1940
1944
  // [Tags "!Protected"]
1941
1945
  // [Protected "!true"]
1942
- @sapButton_ReadOnly_TokenBackground: @sapField_ReadOnly_Background;
1946
+ @sapButton_ReadOnly_TokenBackground: @sapButton_TokenBackground;
1943
1947
 
1944
1948
  // [Tags "!Protected"]
1945
1949
  // [Protected "!true"]
@@ -2523,6 +2527,10 @@
2523
2527
  // [Protected "!true"]
2524
2528
  @sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
2525
2529
 
2530
+ // [Tags "!Protected"]
2531
+ // [Protected "!true"]
2532
+ @sapSlider_Selected_Dimension: 0.125 * @sapContent_GridSize;
2533
+
2526
2534
  // [Tags "!Protected"]
2527
2535
  // [Protected "!true"]
2528
2536
  @sapSlider_HandleBackground: @sapButton_Background;
@@ -3471,7 +3479,7 @@
3471
3479
 
3472
3480
  // [Tags "!Protected"]
3473
3481
  // [Protected "!true"]
3474
- @sapChart_LineColor_2: darken(@sapChart_LineColor_1, 32);
3482
+ @sapChart_LineColor_2: lighten(@sapChart_LineColor_1, 35);
3475
3483
 
3476
3484
  // [Tags "!Protected"]
3477
3485
  // [Protected "!true"]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.136.0</version>
9
+ <version>1.136.2</version>
10
10
 
11
11
  <documentation>SAPUI5 quartz high contrast black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 15.0.6
4
- // * data:{"sModified":"2025-04-10T09:27:38Z"}
3
+ // * Theming Engine 16.0.7
4
+ // * data:{"sModified":"2025-06-12T08:20:10Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_fiori_3_hcb/base.less (Version 11.29.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_fiori_3_hcb/base.less (Version 11.31.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -708,10 +708,14 @@
708
708
  @sapContent_Space_Small: 1rem;
709
709
  @sapContent_Space_Medium: 2rem;
710
710
  @sapContent_Space_Large: 3rem;
711
- @sapContent_Margin_Tiny: 0 0 1rem;
712
- @sapContent_Margin_Small: 1rem;
713
- @sapContent_Margin_Medium: 1rem 2rem;
714
- @sapContent_Margin_Large: 1rem 3rem;
711
+ @sapContent_Margin_Tiny: @sapContent_Margin_S;
712
+ @sapContent_Margin_Small: @sapContent_Margin_M;
713
+ @sapContent_Margin_Medium: @sapContent_Margin_L;
714
+ @sapContent_Margin_Large: @sapContent_Margin_XL;
715
+ @sapContent_Margin_S: 0 0 1rem;
716
+ @sapContent_Margin_M: 1rem;
717
+ @sapContent_Margin_L: 1rem 2rem;
718
+ @sapContent_Margin_XL: 1rem 3rem;
715
719
  @sapContent_Padding_S: 0rem;
716
720
  @sapContent_Padding_M: 2rem;
717
721
  @sapContent_Padding_L: 2rem;
@@ -943,7 +947,7 @@
943
947
 
944
948
  // [Tags "!Protected"]
945
949
  // [Protected "!true"]
946
- @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
950
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
947
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
948
952
 
949
953
  // [Tags "!Protected"]
@@ -2579,6 +2583,10 @@
2579
2583
  // [Protected "!true"]
2580
2584
  @sapSlider_Selected_BorderColor: @sapField_BorderColor;
2581
2585
 
2586
+ // [Tags "!Protected"]
2587
+ // [Protected "!true"]
2588
+ @sapSlider_Selected_Dimension: 0.25 * @sapContent_GridSize;
2589
+
2582
2590
  // [Tags "!Protected"]
2583
2591
  // [Protected "!true"]
2584
2592
  @sapSlider_HandleBackground: @sapButton_Background;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 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.136.0</version>
9
+ <version>1.136.2</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 15.0.6
4
- // * data:{"sModified":"2025-04-10T09:27:38Z"}
3
+ // * Theming Engine 16.0.7
4
+ // * data:{"sModified":"2025-06-12T08:20:10Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_fiori_3_hcw/base.less (Version 11.29.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_fiori_3_hcw/base.less (Version 11.31.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -708,10 +708,14 @@
708
708
  @sapContent_Space_Small: 1rem;
709
709
  @sapContent_Space_Medium: 2rem;
710
710
  @sapContent_Space_Large: 3rem;
711
- @sapContent_Margin_Tiny: 0 0 1rem;
712
- @sapContent_Margin_Small: 1rem;
713
- @sapContent_Margin_Medium: 1rem 2rem;
714
- @sapContent_Margin_Large: 1rem 3rem;
711
+ @sapContent_Margin_Tiny: @sapContent_Margin_S;
712
+ @sapContent_Margin_Small: @sapContent_Margin_M;
713
+ @sapContent_Margin_Medium: @sapContent_Margin_L;
714
+ @sapContent_Margin_Large: @sapContent_Margin_XL;
715
+ @sapContent_Margin_S: 0 0 1rem;
716
+ @sapContent_Margin_M: 1rem;
717
+ @sapContent_Margin_L: 1rem 2rem;
718
+ @sapContent_Margin_XL: 1rem 3rem;
715
719
  @sapContent_Padding_S: 0rem;
716
720
  @sapContent_Padding_M: 2rem;
717
721
  @sapContent_Padding_L: 2rem;
@@ -943,7 +947,7 @@
943
947
 
944
948
  // [Tags "!Protected"]
945
949
  // [Protected "!true"]
946
- @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
950
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
947
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
948
952
 
949
953
  // [Tags "!Protected"]
@@ -2579,6 +2583,10 @@
2579
2583
  // [Protected "!true"]
2580
2584
  @sapSlider_Selected_BorderColor: @sapField_BorderColor;
2581
2585
 
2586
+ // [Tags "!Protected"]
2587
+ // [Protected "!true"]
2588
+ @sapSlider_Selected_Dimension: 0.25 * @sapContent_GridSize;
2589
+
2582
2590
  // [Tags "!Protected"]
2583
2591
  // [Protected "!true"]
2584
2592
  @sapSlider_HandleBackground: @sapButton_Background;