@openui5/themelib_sap_horizon 1.136.3 → 1.139.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.
Files changed (98) hide show
  1. package/README.md +1 -1
  2. package/REUSE.toml +8 -29
  3. package/THIRDPARTY.txt +72 -90
  4. package/package.json +19 -19
  5. package/src/sap/f/themes/sap_horizon/Card.less +0 -6
  6. package/src/sap/f/themes/sap_horizon/DynamicPage.less +52 -43
  7. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +4 -4
  8. package/src/sap/f/themes/sap_horizon/ShellBar.less +174 -118
  9. package/src/sap/f/themes/sap_horizon_dark/Card.less +0 -6
  10. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +48 -40
  11. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +3 -3
  12. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +192 -130
  13. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +48 -39
  14. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +9 -8
  15. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +111 -81
  16. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +47 -40
  17. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +8 -7
  18. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +115 -84
  19. package/src/sap/m/themes/sap_horizon/Button.less +5 -11
  20. package/src/sap/m/themes/sap_horizon/CheckBox.less +4 -0
  21. package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -6
  22. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +5 -3
  23. package/src/sap/m/themes/sap_horizon/Page.less +10 -7
  24. package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -1
  25. package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -4
  26. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +4 -0
  27. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -6
  28. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +5 -3
  29. package/src/sap/m/themes/sap_horizon_dark/Page.less +9 -5
  30. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  31. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +4 -0
  32. package/src/sap/m/themes/sap_horizon_hcb/Menu.less +19 -10
  33. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +1 -0
  34. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +16 -16
  35. package/src/sap/m/themes/sap_horizon_hcb/Page.less +9 -7
  36. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  37. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +4 -0
  38. package/src/sap/m/themes/sap_horizon_hcw/Menu.less +14 -5
  39. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +1 -0
  40. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +16 -15
  41. package/src/sap/m/themes/sap_horizon_hcw/Page.less +9 -7
  42. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +0 -2
  43. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +6 -6
  44. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +0 -2
  45. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +6 -6
  46. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +0 -2
  47. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +6 -6
  48. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +0 -2
  49. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +6 -6
  50. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  51. package/src/sap/ui/core/themes/sap_horizon/base.less +14 -14
  52. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  53. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  54. package/src/sap/ui/core/themes/sap_horizon/global.less +4 -0
  55. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  56. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
  57. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  58. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  59. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +4 -0
  60. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  61. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
  62. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  63. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  64. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +4 -0
  65. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  66. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
  67. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  68. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  69. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +4 -0
  70. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +5 -5
  71. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +5 -5
  72. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +15 -6
  73. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +14 -5
  74. package/src/sap/ui/mdc/themes/sap_horizon/Chart.less +5 -5
  75. package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +8 -1
  76. package/src/sap/ui/mdc/themes/sap_horizon_dark/Chart.less +5 -5
  77. package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +7 -0
  78. package/src/sap/ui/mdc/themes/sap_horizon_hcb/Chart.less +5 -5
  79. package/src/sap/ui/mdc/themes/sap_horizon_hcw/Chart.less +5 -5
  80. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +4 -4
  81. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +4 -4
  82. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +1 -1
  83. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +0 -25
  84. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +0 -25
  85. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +0 -24
  86. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +0 -24
  87. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +14 -6
  88. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +10 -5
  89. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +14 -6
  90. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +10 -5
  91. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +14 -5
  92. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +9 -3
  93. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +14 -5
  94. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +9 -3
  95. package/src/sap/f/themes/sap_horizon/ProductSwitchItem.less +0 -4
  96. package/src/sap/f/themes/sap_horizon_dark/ProductSwitchItem.less +0 -4
  97. package/src/sap/f/themes/sap_horizon_hcb/ProductSwitchItem.less +0 -8
  98. package/src/sap/f/themes/sap_horizon_hcw/ProductSwitchItem.less +0 -8
@@ -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 16.0.7
4
- // * data:{"sModified":"2025-06-12T08:20:10Z"}
3
+ // * Theming Engine 16.0.2
4
+ // * data:{"sModified":"2025-05-14T05:17:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.31.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.30.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -520,7 +520,7 @@
520
520
 
521
521
  // [Tags "!Protected"]
522
522
  // [Protected "!true"]
523
- @sapContent_Lite_Shadow: none;
523
+ @sapContent_Lite_Shadow: None;
524
524
 
525
525
  // [Tags "!Protected"]
526
526
  // [Protected "!true"]
@@ -780,7 +780,7 @@
780
780
 
781
781
  // [Tags "!Protected"]
782
782
  // [Protected "!true"]
783
- @sapShell_BorderColor: darken(@sapShellColor, 15);
783
+ @sapShell_BorderColor: @sapShellColor;
784
784
 
785
785
  // [Tags "!Protected"]
786
786
  // [Protected "!true"]
@@ -3577,13 +3577,13 @@
3577
3577
  // [Tags "!Protected"]
3578
3578
  // [Protected "!true"]
3579
3579
  @sapChart_Neutral: #758ca4;
3580
- @sapChart_Sequence_1_Plus3: lighten(@sapChart_Sequence_1, 23);
3580
+ @sapChart_Sequence_1_Plus3: lighten(saturate(@sapChart_Sequence_1, 14), 25);
3581
3581
  @sapChart_Sequence_1_Plus3_TextColor: contrast(@sapChart_Sequence_1_Plus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3582
3582
  @sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3583
- @sapChart_Sequence_1_Plus2: lighten(@sapChart_Sequence_1, 15);
3583
+ @sapChart_Sequence_1_Plus2: lighten(desaturate(@sapChart_Sequence_1, 1), 7);
3584
3584
  @sapChart_Sequence_1_Plus2_TextColor: contrast(@sapChart_Sequence_1_Plus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3585
3585
  @sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3586
- @sapChart_Sequence_1_Plus1: lighten(@sapChart_Sequence_1, 8);
3586
+ @sapChart_Sequence_1_Plus1: lighten(saturate(@sapChart_Sequence_1, 12), 8);
3587
3587
  @sapChart_Sequence_1_Plus1_TextColor: contrast(@sapChart_Sequence_1_Plus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3588
3588
  @sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3589
3589
 
@@ -3592,20 +3592,20 @@
3592
3592
  @sapChart_Sequence_1: @sapChart_OrderedColor_1;
3593
3593
  @sapChart_Sequence_1_TextColor: contrast(@sapChart_Sequence_1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3594
3594
  @sapChart_Sequence_1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3595
- @sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1_Minus1;
3596
- @sapChart_Sequence_1_Minus1: darken(@sapChart_Sequence_1, 10);
3595
+ @sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1;
3596
+ @sapChart_Sequence_1_Minus1: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3597
3597
  @sapChart_Sequence_1_Minus1_TextColor: contrast(@sapChart_Sequence_1_Minus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3598
3598
  @sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3599
- @sapChart_Sequence_1_Minus2: darken(@sapChart_Sequence_1, 16);
3599
+ @sapChart_Sequence_1_Minus2: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3600
3600
  @sapChart_Sequence_1_Minus2_TextColor: contrast(@sapChart_Sequence_1_Minus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3601
3601
  @sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3602
- @sapChart_Sequence_1_Minus3: darken(@sapChart_Sequence_1, 22);
3602
+ @sapChart_Sequence_1_Minus3: darken(desaturate(@sapChart_Sequence_1, 8), 22);
3603
3603
  @sapChart_Sequence_1_Minus3_TextColor: contrast(@sapChart_Sequence_1_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3604
3604
  @sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3605
- @sapChart_Sequence_1_Minus4: darken(@sapChart_Sequence_1, 32);
3605
+ @sapChart_Sequence_1_Minus4: darken(desaturate(@sapChart_Sequence_1, 7), 27);
3606
3606
  @sapChart_Sequence_1_Minus4_TextColor: contrast(@sapChart_Sequence_1_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3607
3607
  @sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3608
- @sapChart_Sequence_1_Minus5: darken(@sapChart_Sequence_1, 36);
3608
+ @sapChart_Sequence_1_Minus5: darken(desaturate(@sapChart_Sequence_1, 7), 32);
3609
3609
  @sapChart_Sequence_1_Minus5_TextColor: contrast(@sapChart_Sequence_1_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3610
3610
  @sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3611
3611
  @sapChart_Sequence_2_Plus3: lighten(desaturate(@sapChart_Sequence_2, 20), 30);
@@ -202,6 +202,10 @@
202
202
  @sapUiContentMarginSmall: @sapContent_Margin_Small;
203
203
  @sapUiContentMarginMedium: @sapContent_Margin_Medium;
204
204
  @sapUiContentMarginLarge: @sapContent_Margin_Large;
205
+ @sapUiContentMarginS: @sapContent_Margin_S;
206
+ @sapUiContentMarginM: @sapContent_Margin_M;
207
+ @sapUiContentMarginL: @sapContent_Margin_L;
208
+ @sapUiContentMarginXL: @sapContent_Margin_XL;
205
209
  @sapUiContentGap: @sapContent_Gap;
206
210
  @sapUiContentPaddingS: @sapContent_Padding_S;
207
211
  @sapUiContentPaddingM: @sapContent_Padding_M;
@@ -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.3</version>
9
+ <version>1.139.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon 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 16.0.7
4
- // * data:{"sModified":"2025-06-12T08:20:10Z"}
3
+ // * Theming Engine 16.0.2
4
+ // * data:{"sModified":"2025-05-14T05:17:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.31.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.30.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -780,7 +780,7 @@
780
780
 
781
781
  // [Tags "!Protected"]
782
782
  // [Protected "!true"]
783
- @sapShell_BorderColor: lighten(@sapShellColor, 8);
783
+ @sapShell_BorderColor: @sapShellColor;
784
784
 
785
785
  // [Tags "!Protected"]
786
786
  // [Protected "!true"]
@@ -202,6 +202,10 @@
202
202
  @sapUiContentMarginSmall: @sapContent_Margin_Small;
203
203
  @sapUiContentMarginMedium: @sapContent_Margin_Medium;
204
204
  @sapUiContentMarginLarge: @sapContent_Margin_Large;
205
+ @sapUiContentMarginS: @sapContent_Margin_S;
206
+ @sapUiContentMarginM: @sapContent_Margin_M;
207
+ @sapUiContentMarginL: @sapContent_Margin_L;
208
+ @sapUiContentMarginXL: @sapContent_Margin_XL;
205
209
  @sapUiContentGap: @sapContent_Gap;
206
210
  @sapUiContentPaddingS: @sapContent_Padding_S;
207
211
  @sapUiContentPaddingM: @sapContent_Padding_M;
@@ -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.3</version>
9
+ <version>1.139.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon 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 16.0.7
4
- // * data:{"sModified":"2025-06-12T08:20:10Z"}
3
+ // * Theming Engine 16.0.2
4
+ // * data:{"sModified":"2025-05-14T05:17:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.31.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.30.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -947,7 +947,7 @@
947
947
 
948
948
  // [Tags "!Protected"]
949
949
  // [Protected "!true"]
950
- @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
950
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
951
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
952
952
 
953
953
  // [Tags "!Protected"]
@@ -202,6 +202,10 @@
202
202
  @sapUiContentMarginSmall: @sapContent_Margin_Small;
203
203
  @sapUiContentMarginMedium: @sapContent_Margin_Medium;
204
204
  @sapUiContentMarginLarge: @sapContent_Margin_Large;
205
+ @sapUiContentMarginS: @sapContent_Margin_S;
206
+ @sapUiContentMarginM: @sapContent_Margin_M;
207
+ @sapUiContentMarginL: @sapContent_Margin_L;
208
+ @sapUiContentMarginXL: @sapContent_Margin_XL;
205
209
  @sapUiContentGap: @sapContent_Gap;
206
210
  @sapUiContentPaddingS: @sapContent_Padding_S;
207
211
  @sapUiContentPaddingM: @sapContent_Padding_M;
@@ -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.3</version>
9
+ <version>1.139.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon 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 16.0.7
4
- // * data:{"sModified":"2025-06-12T08:20:10Z"}
3
+ // * Theming Engine 16.0.2
4
+ // * data:{"sModified":"2025-05-14T05:17:19Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.31.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.30.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -947,7 +947,7 @@
947
947
 
948
948
  // [Tags "!Protected"]
949
949
  // [Protected "!true"]
950
- @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
950
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
951
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
952
952
 
953
953
  // [Tags "!Protected"]
@@ -202,6 +202,10 @@
202
202
  @sapUiContentMarginSmall: @sapContent_Margin_Small;
203
203
  @sapUiContentMarginMedium: @sapContent_Margin_Medium;
204
204
  @sapUiContentMarginLarge: @sapContent_Margin_Large;
205
+ @sapUiContentMarginS: @sapContent_Margin_S;
206
+ @sapUiContentMarginM: @sapContent_Margin_M;
207
+ @sapUiContentMarginL: @sapContent_Margin_L;
208
+ @sapUiContentMarginXL: @sapContent_Margin_XL;
205
209
  @sapUiContentGap: @sapContent_Gap;
206
210
  @sapUiContentPaddingS: @sapContent_Padding_S;
207
211
  @sapUiContentPaddingM: @sapContent_Padding_M;
@@ -3,19 +3,19 @@
3
3
  *******************************************************************/
4
4
  @_sap_ui_dt_ContextMenu_BorderRadius: @sapUiFieldBorderCornerRadius; // 0.25rem
5
5
 
6
- .sapUiDtContextMenu {
7
- .sapUiMnuLst {
8
- .sapUiMnuItm {
6
+ .sapUiDtContextMenu.sapMMenu {
7
+ .sapMMenuList {
8
+ .sapMMenuItem {
9
9
  margin: 0.0625rem;
10
10
  border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
11
11
 
12
12
  &:focus {
13
13
  outline-offset: -0.125rem;
14
- &.sapUiMnuItmDsbl{
14
+ &.sapMMenuItemDisabled{
15
15
  outline: none;
16
16
  }
17
17
  }
18
- &.sapUiMnuItmSubMnuOpen {
18
+ &.sapMMenuItemSubMenuOpen {
19
19
  border-bottom: none !important; //1px
20
20
  }
21
21
  }
@@ -3,19 +3,19 @@
3
3
  *******************************************************************/
4
4
  @_sap_ui_dt_ContextMenu_BorderRadius: @sapUiFieldBorderCornerRadius; // 0.25rem
5
5
 
6
- .sapUiDtContextMenu {
7
- .sapUiMnuLst {
8
- .sapUiMnuItm {
6
+ .sapUiDtContextMenu.sapMMenu {
7
+ .sapMMenuList {
8
+ .sapMMenuItem {
9
9
  margin: 0.0625rem;
10
10
  border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
11
11
 
12
12
  &:focus {
13
13
  outline-offset: -0.125rem;
14
- &.sapUiMnuItmDsbl{
14
+ &.sapMMenuItemDisabled{
15
15
  outline: none;
16
16
  }
17
17
  }
18
- &.sapUiMnuItmSubMnuOpen {
18
+ &.sapMMenuItemSubMenuOpen {
19
19
  border-bottom: none !important; //1px
20
20
  }
21
21
  }
@@ -4,11 +4,20 @@
4
4
  @_sap_ui_dt_ContextMenu_BorderRadius: @sapUiButtonBorderCornerRadius; // 0.375rem
5
5
  @_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor: @sapUiSelected; //#0f5c93
6
6
 
7
- .sapUiDtContextMenu {
8
- .sapUiMnuLst {
9
- .sapUiMnuItm {
7
+ .sapUiDtContextMenu.sapMMenu {
8
+ .sapMMenuList {
9
+ .sapMMenuItem {
10
10
 
11
- &.sapUiMnuItmDsbl {
11
+ .sapMMenuEndContent{
12
+ .sapMBtn {
13
+ &:focus-visible > .sapMFocusable,
14
+ &:focus > .sapMFocusable{
15
+ outline: none;
16
+ }
17
+ }
18
+ }
19
+
20
+ &.sapMMenuItemDisabled {
12
21
  opacity: 1;
13
22
  }
14
23
 
@@ -16,11 +25,11 @@
16
25
  border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
17
26
  }
18
27
 
19
- &.sapUiMnuItmSubMnuOpen {
28
+ &.sapMMenuItemSubMenuOpen {
20
29
  border-bottom: 0.0625rem solid transparent !important; //remove border
21
30
  border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
22
31
 
23
- &:not(.sapUiMnuItmHov) {
32
+ &:not(:hover) {
24
33
  background-color: @_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor;
25
34
  }
26
35
  }
@@ -4,19 +4,28 @@
4
4
  @_sap_ui_dt_ContextMenu_BorderRadius: @sapUiButtonBorderCornerRadius; // .375rem
5
5
  @_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor: @sapUiButtonSelectedBackground; //#5c93ff
6
6
 
7
- .sapUiDtContextMenu {
8
- .sapUiMnuLst {
9
- .sapUiMnuItm {
7
+ .sapUiDtContextMenu.sapMMenu {
8
+ .sapMMenuList {
9
+ .sapMMenuItem {
10
+
11
+ .sapMMenuEndContent{
12
+ .sapMBtn {
13
+ &:focus-visible > .sapMFocusable,
14
+ &:focus > .sapMFocusable{
15
+ outline: none;
16
+ }
17
+ }
18
+ }
10
19
 
11
20
  &:focus {
12
21
  border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
13
22
  }
14
23
 
15
- &.sapUiMnuItmSubMnuOpen {
24
+ &.sapMMenuItemSubMenuOpen {
16
25
  border-bottom: 0.0625rem solid transparent !important; //1px
17
26
  border-radius: @_sap_ui_dt_ContextMenu_BorderRadius;
18
27
 
19
- &:not(.sapUiMnuItmHov) {
28
+ &:not(:hover) {
20
29
  background-color: @_sap_ui_dt_ContextMenu_OpenSubMenuBackgroundColor;
21
30
  }
22
31
  }
@@ -1,6 +1,6 @@
1
- /* =================================== */
2
- /* CSS for control sap.ui.mdc/Chart */
3
- /* Horizon theme */
4
- /* =================================== */
1
+ /* ================================= */
2
+ /* CSS for control sap.ui.mdc/Chart */
3
+ /* Morning Horizon theme */
4
+ /* ================================= */
5
5
 
6
- @_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
6
+ @_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
@@ -19,4 +19,11 @@
19
19
 
20
20
  .sapMdcValueHelpPanel .sapMITBContent {
21
21
  background-color: transparent;
22
- }
22
+ }
23
+
24
+ .sapMdcTokenizerPanel .sapMTokenizer {
25
+ border-top: 0;
26
+ border-left: 0;
27
+ border-right: 0;
28
+ box-shadow: @sapUiFieldShadow;
29
+ }
@@ -1,6 +1,6 @@
1
- /* =================================== */
2
- /* CSS for control sap.ui.mdc/Chart */
3
- /* Evening Horizon theme */
4
- /* =================================== */
1
+ /* ================================= */
2
+ /* CSS for control sap.ui.mdc/Chart */
3
+ /* Evening Horizon theme */
4
+ /* ================================= */
5
5
 
6
- @_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
6
+ @_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
@@ -19,4 +19,11 @@
19
19
 
20
20
  .sapMdcValueHelpPanel .sapMITBContent {
21
21
  background-color: transparent;
22
+ }
23
+
24
+ .sapMdcTokenizerPanel .sapMTokenizer {
25
+ border-top: 0;
26
+ border-left: 0;
27
+ border-right: 0;
28
+ box-shadow: @sapUiFieldShadow;
22
29
  }
@@ -1,6 +1,6 @@
1
- /* =================================== */
2
- /* CSS for control sap.ui.mdc/Chart */
3
- /* Horizon High Contrast Black theme */
4
- /* =================================== */
1
+ /* ================================== */
2
+ /* CSS for control sap.ui.mdc/Chart */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ================================== */
5
5
 
6
- @_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
6
+ @_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
@@ -1,6 +1,6 @@
1
- /* =================================== */
2
- /* CSS for control sap.ui.mdc/Chart */
3
- /* Horizon High Contrast White theme */
4
- /* =================================== */
1
+ /* ================================== */
2
+ /* CSS for control sap.ui.mdc/Chart */
3
+ /* Horizon High Contrast White theme */
4
+ /* ================================== */
5
5
 
6
- @_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
6
+ @_sap_ui_mdc_Chart_ToolbarDesign: ~"Solid";
@@ -21,11 +21,11 @@
21
21
  }
22
22
  }
23
23
 
24
- .sapUiDtContextMenu {
25
- .sapUiMnuLst {
26
- .sapUiMnuItm {
24
+ .sapUiDtContextMenu.sapMMenu {
25
+ .sapMMenuList {
26
+ .sapMMenuItem {
27
27
  &:focus {
28
- &.sapUiMnuItmDsbl{
28
+ &.sapMMenuItemDisabled{
29
29
  outline: none;
30
30
  }
31
31
  }
@@ -17,11 +17,11 @@
17
17
  }
18
18
  }
19
19
 
20
- .sapUiDtContextMenu {
21
- .sapUiMnuLst {
22
- .sapUiMnuItm {
20
+ .sapUiDtContextMenu.sapMMenu {
21
+ .sapMMenuList {
22
+ .sapMMenuItem {
23
23
  &:focus {
24
- &.sapUiMnuItmDsbl{
24
+ &.sapMMenuItemDisabled{
25
25
  outline: none;
26
26
  }
27
27
  }
@@ -696,7 +696,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
696
696
 
697
697
  .sapUiCalMonthSecType {
698
698
  .sapUiCalItem {
699
- border-radius: 0.375rem;
699
+ border-radius: var(--sapButton_BorderCornerRadius);
700
700
 
701
701
  .sapUiCalItemSecText {
702
702
  width: 60%;
@@ -60,31 +60,6 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sap
60
60
  background-color: @sapUiContentSelectedBackground;
61
61
  }
62
62
 
63
- .sapMListTblRow.sapMLIBFocusable:focus {
64
- .sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
65
- position: absolute;
66
- top: 0px;
67
- left: -1px;
68
- right: 1px;
69
- bottom: 0px;
70
- content: "";
71
- border: 0.195rem solid @sapUiContentFocusColor;
72
- border-left: none;
73
- pointer-events: none;
74
- }
75
-
76
- .sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
77
- position: absolute;
78
- top: 0px;
79
- left: -1px;
80
- right: 1px;
81
- bottom: 1px;
82
- content: "";
83
- border: 0.0625rem dotted @sapUiContentFocusColor;
84
- pointer-events: none;
85
- }
86
- }
87
-
88
63
  html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
89
64
  .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
90
65
  border-style: dashed;
@@ -60,31 +60,6 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active) > .sap
60
60
  background-color: @sapUiContentSelectedBackground;
61
61
  }
62
62
 
63
- .sapMListTblRow.sapMLIBFocusable:focus {
64
- .sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
65
- position: absolute;
66
- top: 0px;
67
- left: -1px;
68
- right: 1px;
69
- bottom: 0px;
70
- content: "";
71
- border: 0.195rem solid @sapUiContentFocusColor;
72
- border-left: none;
73
- pointer-events: none;
74
- }
75
-
76
- .sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
77
- position: absolute;
78
- top: 0px;
79
- left: -1px;
80
- right: 1px;
81
- bottom: 1px;
82
- content: "";
83
- border: 0.0625rem dotted @sapUiContentFocusColor;
84
- pointer-events: none;
85
- }
86
- }
87
-
88
63
  html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
89
64
  .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
90
65
  border-style: dashed;
@@ -51,30 +51,6 @@ html.sap-desktop .sapUiCalendarApp:hover:not(:active) > .sapUiCalendarAppCont {
51
51
  background-color: @sapUiListHoverBackground;
52
52
  }
53
53
 
54
- .sapMListTblRow.sapMLIBFocusable:focus {
55
- .sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
56
- position: absolute;
57
- top: 0px;
58
- left: -1px;
59
- right: 1px;
60
- bottom: 0px;
61
- content: "";
62
- border: 0.0625rem dotted @sapUiContentFocusColor;
63
- pointer-events: none;
64
- }
65
-
66
- .sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
67
- position: absolute;
68
- top: 0px;
69
- left: -1px;
70
- right: 1px;
71
- bottom: 1px;
72
- content: "";
73
- border: 0.0625rem dotted @sapUiContentFocusColor;
74
- pointer-events: none;
75
- }
76
- }
77
-
78
54
  html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
79
55
  .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
80
56
  border-style: dashed;
@@ -51,30 +51,6 @@ html.sap-desktop .sapUiCalendarApp:hover:not(:active) > .sapUiCalendarAppCont {
51
51
  background-color: @sapUiListHoverBackground;
52
52
  }
53
53
 
54
- .sapMListTblRow.sapMLIBFocusable:focus {
55
- .sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
56
- position: absolute;
57
- top: 0px;
58
- left: -1px;
59
- right: 1px;
60
- bottom: 0px;
61
- content: "";
62
- border: 0.0625rem dotted @sapUiContentFocusColor;
63
- pointer-events: none;
64
- }
65
-
66
- .sapUiCalendarRowAppsIntNoHead.sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
67
- position: absolute;
68
- top: 0px;
69
- left: -1px;
70
- right: 1px;
71
- bottom: 1px;
72
- content: "";
73
- border: 0.0625rem dotted @sapUiContentFocusColor;
74
- pointer-events: none;
75
- }
76
- }
77
-
78
54
  html[data-sap-ui-browser ^= "ie"], html[data-sap-ui-browser^="ed"] {
79
55
  .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
80
56
  border-style: dashed;