@openui5/themelib_sap_horizon 1.121.1 → 1.122.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.
Files changed (100) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/m/themes/sap_horizon/CheckBox.less +1 -1
  4. package/src/sap/m/themes/sap_horizon/ColorPalette.less +12 -7
  5. package/src/sap/m/themes/sap_horizon/GenericTile.less +0 -7
  6. package/src/sap/m/themes/sap_horizon/IconTabBar.less +25 -27
  7. package/src/sap/m/themes/sap_horizon/Toolbar.less +3 -0
  8. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +1 -1
  9. package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +12 -7
  10. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +23 -25
  11. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +3 -0
  12. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +1 -1
  13. package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +4 -1
  14. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +2 -0
  15. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +2 -0
  16. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +1 -1
  17. package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +4 -1
  18. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +2 -0
  19. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +7 -0
  20. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +2 -0
  21. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  22. package/src/sap/ui/core/themes/sap_horizon/base.less +80 -4
  23. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2 +0 -0
  24. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
  25. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
  26. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
  27. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
  28. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
  29. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
  30. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
  31. package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  32. package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2 +0 -0
  33. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
  34. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
  35. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
  36. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
  37. package/src/sap/ui/core/themes/sap_horizon/global.less +20 -0
  38. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  39. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -4
  40. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black-full.woff2 +0 -0
  41. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
  42. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
  43. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
  44. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
  45. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
  46. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
  47. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
  48. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  49. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex.woff2 +0 -0
  50. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
  51. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
  52. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
  53. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
  54. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +20 -0
  55. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  56. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +80 -4
  57. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black-full.woff2 +0 -0
  58. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
  59. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
  60. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
  61. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
  62. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
  63. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
  64. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
  65. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  66. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex.woff2 +0 -0
  67. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
  68. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
  69. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
  70. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
  71. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +20 -0
  72. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  73. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +80 -4
  74. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black-full.woff2 +0 -0
  75. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
  76. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
  77. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
  78. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
  79. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
  80. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
  81. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
  82. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  83. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex.woff2 +0 -0
  84. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
  85. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
  86. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
  87. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
  88. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +20 -0
  89. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +0 -1
  90. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +0 -1
  91. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +0 -1
  92. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +0 -1
  93. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +62 -0
  94. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +57 -0
  95. package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +48 -0
  96. package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +48 -0
  97. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +0 -5
  98. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +0 -4
  99. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +0 -8
  100. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +0 -9
@@ -55,6 +55,8 @@
55
55
  // Filter icon
56
56
  @_sap_m_IconTabBar_FilterIconHeight: 2.75rem;
57
57
  @_sap_m_IconTabBar_FilterIconWidth: 2.75rem;
58
+ @_sap_m_IconTabFilter_Icon_Border_Radius: 0.375rem;
59
+ @_sap_m_IconTabFilter_Icon_Border_Color: @sapUiButtonBorderColor;
58
60
 
59
61
  // Filter text
60
62
  @_sap_m_IconTabBar_FilterTextLineHeight: 0.875rem;
@@ -57,4 +57,11 @@ html.sap-desktop .sapMObjectNumberActive:focus {
57
57
  }
58
58
 
59
59
  }
60
+ }
61
+
62
+ .sapMListTblCell > .sapMObjectNumber {
63
+ .sapMObjectNumberText,
64
+ .sapMObjectNumberUnit {
65
+ text-shadow: none;
66
+ }
60
67
  }
@@ -13,6 +13,8 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
13
13
  padding: 0 0.5rem;
14
14
  }
15
15
 
16
+ /* Table Toolbar */
17
+ .sapMTB-Transparent-CTX.sapMTB.sapMListHdrTBar,
16
18
  .sapMIBar.sapMTB-Info-CTX.sapMTB {
17
19
  padding: 0 0.5rem 0 1rem;
18
20
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.121.1</version>
9
+ <version>1.122.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2023 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.23061.0
4
- // * data:{"sModified":"2023-12-13T07:44:04Z"}
2
+ // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 8.0.2
4
+ // * data:{"sModified":"2024-02-07T13:08:58Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.10.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.12.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -793,6 +793,10 @@
793
793
  // [Protected "!true"]
794
794
  @sapShell_NeutralColor: @sapNeutralTextColor;
795
795
 
796
+ // [Tags "!Protected"]
797
+ // [Protected "!true"]
798
+ @sapShell_Assistant_ForegroundColor: @sapAssistant_Color1;
799
+
796
800
  // [Tags "!Protected"]
797
801
  // [Protected "!true"]
798
802
  @sapShell_Category_1_Background: #0057d2;
@@ -905,6 +909,78 @@
905
909
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
906
910
  @sapShell_Category_16_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_16_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
907
911
 
912
+ // [Tags "!Protected"]
913
+ // [Protected "!true"]
914
+ @sapAssistant_Color1: #5d36ff;
915
+
916
+ // [Tags "!Protected"]
917
+ // [Protected "!true"]
918
+ @sapAssistant_Color2: #a100c2;
919
+
920
+ // [Tags "!Protected"]
921
+ // [Protected "!true"]
922
+ @sapAssistant_BackgroundGradient: linear-gradient(@sapAssistant_Color1, @sapAssistant_Color2);
923
+
924
+ // [Tags "!Protected"]
925
+ // [Protected "!true"]
926
+ @sapAssistant_Background: @sapAssistant_Color1;
927
+
928
+ // [Tags "!Protected"]
929
+ // [Protected "!true"]
930
+ @sapAssistant_BorderColor: @sapAssistant_Color1;
931
+
932
+ // [Tags "!Protected"]
933
+ // [Protected "!true"]
934
+ @sapAssistant_TextColor: contrast(@sapAssistant_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
935
+
936
+ // [Tags "!Protected"]
937
+ // [Protected "!true"]
938
+ @sapAssistant_Hover_Background: darken(@sapAssistant_Color1, 20);
939
+
940
+ // [Tags "!Protected"]
941
+ // [Protected "!true"]
942
+ @sapAssistant_Hover_BorderColor: @sapAssistant_Hover_Background;
943
+
944
+ // [Tags "!Protected"]
945
+ // [Protected "!true"]
946
+ @sapAssistant_Hover_TextColor: contrast(@sapAssistant_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
947
+
948
+ // [Tags "!Protected"]
949
+ // [Protected "!true"]
950
+ @sapAssistant_Active_Background: @sapButton_Active_Background;
951
+
952
+ // [Tags "!Protected"]
953
+ // [Protected "!true"]
954
+ @sapAssistant_Active_BorderColor: contrast(@sapAssistant_Active_Background, @sapAssistant_Color1, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
955
+
956
+ // [Tags "!Protected"]
957
+ // [Protected "!true"]
958
+ @sapAssistant_Active_TextColor: contrast(@sapAssistant_Active_Background, @sapAssistant_Color1, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
959
+
960
+ // [Tags "!Protected"]
961
+ // [Protected "!true"]
962
+ @sapAssistant_Question_Background: lighten(@sapAssistant_Background, 34.3);
963
+
964
+ // [Tags "!Protected"]
965
+ // [Protected "!true"]
966
+ @sapAssistant_Question_BorderColor: @sapAssistant_Question_Background;
967
+
968
+ // [Tags "!Protected"]
969
+ // [Protected "!true"]
970
+ @sapAssistant_Question_TextColor: contrast(@sapAssistant_Question_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
971
+
972
+ // [Tags "!Protected"]
973
+ // [Protected "!true"]
974
+ @sapAssistant_Answer_Background: @sapNeutralBackground;
975
+
976
+ // [Tags "!Protected"]
977
+ // [Protected "!true"]
978
+ @sapAssistant_Answer_BorderColor: @sapAssistant_Answer_Background;
979
+
980
+ // [Tags "!Protected"]
981
+ // [Protected "!true"]
982
+ @sapAssistant_Answer_TextColor: contrast(@sapAssistant_Answer_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
983
+
908
984
  // [Tags "!Protected"]
909
985
  // [Protected "!true"]
910
986
  @sapAvatar_1_Background: @sapAccentBackgroundColor1;
@@ -231,6 +231,7 @@
231
231
  @sapUiShellPositiveColor: @sapShell_PositiveColor;
232
232
  @sapUiShellInformativeColor: @sapShell_InformativeColor;
233
233
  @sapUiShellNeutralColor: @sapShell_NeutralColor;
234
+ @sapUiShellAssistantForegroundColor: @sapShell_Assistant_ForegroundColor;
234
235
  @sapUiShellCategory1Background: @sapShell_Category_1_Background;
235
236
  @sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
236
237
  @sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
@@ -296,6 +297,25 @@
296
297
  @sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
297
298
  @sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
298
299
 
300
+ @sapUiAssistantColor1: @sapAssistant_Color1;
301
+ @sapUiAssistantColor2: @sapAssistant_Color2;
302
+ @sapUiAssistantBackgroundGradient: @sapAssistant_BackgroundGradient;
303
+ @sapUiAssistantBackground: @sapAssistant_Background;
304
+ @sapUiAssistantBorderColor: @sapAssistant_BorderColor;
305
+ @sapUiAssistantTextColor: @sapAssistant_TextColor;
306
+ @sapUiAssistantHoverBackground: @sapAssistant_Hover_Background;
307
+ @sapUiAssistantHoverBorderColor: @sapAssistant_Hover_BorderColor;
308
+ @sapUiAssistantHoverTextColor: @sapAssistant_Hover_TextColor;
309
+ @sapUiAssistantActiveBackground: @sapAssistant_Active_Background;
310
+ @sapUiAssistantActiveBorderColor: @sapAssistant_Active_BorderColor;
311
+ @sapUiAssistantActiveTextColor: @sapAssistant_Active_TextColor;
312
+ @sapUiAssistantQuestionBackground: @sapAssistant_Question_Background;
313
+ @sapUiAssistantQuestionBorderColor: @sapAssistant_Question_BorderColor;
314
+ @sapUiAssistantQuestionTextColor: @sapAssistant_Question_TextColor;
315
+ @sapUiAssistantAnswerBackground: @sapAssistant_Answer_Background;
316
+ @sapUiAssistantAnswerBorderColor: @sapAssistant_Answer_BorderColor;
317
+ @sapUiAssistantAnswerTextColor: @sapAssistant_Answer_TextColor;
318
+
299
319
  @sapUiAvatar1Background: @sapAvatar_1_Background;
300
320
  @sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
301
321
  @sapUiAvatar1TextColor: @sapAvatar_1_TextColor;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.121.1</version>
9
+ <version>1.122.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2023 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.23061.0
4
- // * data:{"sModified":"2023-12-13T07:44:04Z"}
2
+ // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 8.0.2
4
+ // * data:{"sModified":"2024-02-07T13:08:59Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.10.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.12.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -793,6 +793,10 @@
793
793
  // [Protected "!true"]
794
794
  @sapShell_NeutralColor: @sapNeutralTextColor;
795
795
 
796
+ // [Tags "!Protected"]
797
+ // [Protected "!true"]
798
+ @sapShell_Assistant_ForegroundColor: lighten(@sapAssistant_Color1, 12);
799
+
796
800
  // [Tags "!Protected"]
797
801
  // [Protected "!true"]
798
802
  @sapShell_Category_1_Background: #89d1ff;
@@ -905,6 +909,78 @@
905
909
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
906
910
  @sapShell_Category_16_TextShadow: none;
907
911
 
912
+ // [Tags "!Protected"]
913
+ // [Protected "!true"]
914
+ @sapAssistant_Color1: #5d36ff;
915
+
916
+ // [Tags "!Protected"]
917
+ // [Protected "!true"]
918
+ @sapAssistant_Color2: #a100c2;
919
+
920
+ // [Tags "!Protected"]
921
+ // [Protected "!true"]
922
+ @sapAssistant_BackgroundGradient: linear-gradient(@sapAssistant_Color1, @sapAssistant_Color2);
923
+
924
+ // [Tags "!Protected"]
925
+ // [Protected "!true"]
926
+ @sapAssistant_Background: @sapAssistant_Color1;
927
+
928
+ // [Tags "!Protected"]
929
+ // [Protected "!true"]
930
+ @sapAssistant_BorderColor: @sapAssistant_Color1;
931
+
932
+ // [Tags "!Protected"]
933
+ // [Protected "!true"]
934
+ @sapAssistant_TextColor: contrast(@sapAssistant_Background, lighten(@sapTextColor, 8), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
935
+
936
+ // [Tags "!Protected"]
937
+ // [Protected "!true"]
938
+ @sapAssistant_Hover_Background: darken(@sapAssistant_Color1, 20);
939
+
940
+ // [Tags "!Protected"]
941
+ // [Protected "!true"]
942
+ @sapAssistant_Hover_BorderColor: @sapAssistant_Hover_Background;
943
+
944
+ // [Tags "!Protected"]
945
+ // [Protected "!true"]
946
+ @sapAssistant_Hover_TextColor: contrast(@sapAssistant_Hover_Background, lighten(@sapTextColor, 8), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
947
+
948
+ // [Tags "!Protected"]
949
+ // [Protected "!true"]
950
+ @sapAssistant_Active_Background: darken(@sapAssistant_Color1, 40);
951
+
952
+ // [Tags "!Protected"]
953
+ // [Protected "!true"]
954
+ @sapAssistant_Active_BorderColor: contrast(@sapAssistant_Active_Background, lighten(@sapAssistant_Color1, 24), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
955
+
956
+ // [Tags "!Protected"]
957
+ // [Protected "!true"]
958
+ @sapAssistant_Active_TextColor: contrast(@sapAssistant_Active_Background, lighten(@sapAssistant_Color1, 24), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
959
+
960
+ // [Tags "!Protected"]
961
+ // [Protected "!true"]
962
+ @sapAssistant_Question_Background: darken(@sapAssistant_Background, 40.5);
963
+
964
+ // [Tags "!Protected"]
965
+ // [Protected "!true"]
966
+ @sapAssistant_Question_BorderColor: @sapAssistant_Question_Background;
967
+
968
+ // [Tags "!Protected"]
969
+ // [Protected "!true"]
970
+ @sapAssistant_Question_TextColor: contrast(@sapAssistant_Question_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
971
+
972
+ // [Tags "!Protected"]
973
+ // [Protected "!true"]
974
+ @sapAssistant_Answer_Background: @sapPrimary4;
975
+
976
+ // [Tags "!Protected"]
977
+ // [Protected "!true"]
978
+ @sapAssistant_Answer_BorderColor: @sapAssistant_Answer_Background;
979
+
980
+ // [Tags "!Protected"]
981
+ // [Protected "!true"]
982
+ @sapAssistant_Answer_TextColor: contrast(@sapAssistant_Answer_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
983
+
908
984
  // [Tags "!Protected"]
909
985
  // [Protected "!true"]
910
986
  @sapAvatar_1_Background: @sapAccentBackgroundColor1;
@@ -231,6 +231,7 @@
231
231
  @sapUiShellPositiveColor: @sapShell_PositiveColor;
232
232
  @sapUiShellInformativeColor: @sapShell_InformativeColor;
233
233
  @sapUiShellNeutralColor: @sapShell_NeutralColor;
234
+ @sapUiShellAssistantForegroundColor: @sapShell_Assistant_ForegroundColor;
234
235
  @sapUiShellCategory1Background: @sapShell_Category_1_Background;
235
236
  @sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
236
237
  @sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
@@ -296,6 +297,25 @@
296
297
  @sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
297
298
  @sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
298
299
 
300
+ @sapUiAssistantColor1: @sapAssistant_Color1;
301
+ @sapUiAssistantColor2: @sapAssistant_Color2;
302
+ @sapUiAssistantBackgroundGradient: @sapAssistant_BackgroundGradient;
303
+ @sapUiAssistantBackground: @sapAssistant_Background;
304
+ @sapUiAssistantBorderColor: @sapAssistant_BorderColor;
305
+ @sapUiAssistantTextColor: @sapAssistant_TextColor;
306
+ @sapUiAssistantHoverBackground: @sapAssistant_Hover_Background;
307
+ @sapUiAssistantHoverBorderColor: @sapAssistant_Hover_BorderColor;
308
+ @sapUiAssistantHoverTextColor: @sapAssistant_Hover_TextColor;
309
+ @sapUiAssistantActiveBackground: @sapAssistant_Active_Background;
310
+ @sapUiAssistantActiveBorderColor: @sapAssistant_Active_BorderColor;
311
+ @sapUiAssistantActiveTextColor: @sapAssistant_Active_TextColor;
312
+ @sapUiAssistantQuestionBackground: @sapAssistant_Question_Background;
313
+ @sapUiAssistantQuestionBorderColor: @sapAssistant_Question_BorderColor;
314
+ @sapUiAssistantQuestionTextColor: @sapAssistant_Question_TextColor;
315
+ @sapUiAssistantAnswerBackground: @sapAssistant_Answer_Background;
316
+ @sapUiAssistantAnswerBorderColor: @sapAssistant_Answer_BorderColor;
317
+ @sapUiAssistantAnswerTextColor: @sapAssistant_Answer_TextColor;
318
+
299
319
  @sapUiAvatar1Background: @sapAvatar_1_Background;
300
320
  @sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
301
321
  @sapUiAvatar1TextColor: @sapAvatar_1_TextColor;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.121.1</version>
9
+ <version>1.122.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2023 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.23061.0
4
- // * data:{"sModified":"2023-12-13T07:44:04Z"}
2
+ // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 8.0.2
4
+ // * data:{"sModified":"2024-02-07T13:08:59Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.10.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.12.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -847,6 +847,10 @@
847
847
  // [Tags "!Protected"]
848
848
  // [Protected "!true"]
849
849
  @sapShell_NeutralColor: @sapNeutralColor;
850
+
851
+ // [Tags "!Protected"]
852
+ // [Protected "!true"]
853
+ @sapShell_Assistant_ForegroundColor: @sapShell_Selected_TextColor;
850
854
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
851
855
 
852
856
  // [Tags "!Protected"]
@@ -960,6 +964,78 @@
960
964
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
961
965
  @sapShell_Category_16_TextShadow: none;
962
966
 
967
+ // [Tags "!Protected"]
968
+ // [Protected "!true"]
969
+ @sapAssistant_Color1: @sapHC_StandardForeground;
970
+
971
+ // [Tags "!Protected"]
972
+ // [Protected "!true"]
973
+ @sapAssistant_Color2: @sapHC_StandardForeground;
974
+
975
+ // [Tags "!Protected"]
976
+ // [Protected "!true"]
977
+ @sapAssistant_BackgroundGradient: linear-gradient(@sapBackgroundColor, @sapBackgroundColor);
978
+
979
+ // [Tags "!Protected"]
980
+ // [Protected "!true"]
981
+ @sapAssistant_Background: @sapHC_StandardBackground;
982
+
983
+ // [Tags "!Protected"]
984
+ // [Protected "!true"]
985
+ @sapAssistant_BorderColor: @sapHC_StandardForeground;
986
+
987
+ // [Tags "!Protected"]
988
+ // [Protected "!true"]
989
+ @sapAssistant_TextColor: contrast(@sapAssistant_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
990
+
991
+ // [Tags "!Protected"]
992
+ // [Protected "!true"]
993
+ @sapAssistant_Hover_Background: @sapButton_Hover_Background;
994
+
995
+ // [Tags "!Protected"]
996
+ // [Protected "!true"]
997
+ @sapAssistant_Hover_BorderColor: @sapButton_Hover_BorderColor;
998
+
999
+ // [Tags "!Protected"]
1000
+ // [Protected "!true"]
1001
+ @sapAssistant_Hover_TextColor: contrast(@sapAssistant_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1002
+
1003
+ // [Tags "!Protected"]
1004
+ // [Protected "!true"]
1005
+ @sapAssistant_Active_Background: @sapButton_Active_Background;
1006
+
1007
+ // [Tags "!Protected"]
1008
+ // [Protected "!true"]
1009
+ @sapAssistant_Active_BorderColor: @sapButton_Active_BorderColor;
1010
+
1011
+ // [Tags "!Protected"]
1012
+ // [Protected "!true"]
1013
+ @sapAssistant_Active_TextColor: contrast(@sapAssistant_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1014
+
1015
+ // [Tags "!Protected"]
1016
+ // [Protected "!true"]
1017
+ @sapAssistant_Question_Background: @sapAssistant_Background;
1018
+
1019
+ // [Tags "!Protected"]
1020
+ // [Protected "!true"]
1021
+ @sapAssistant_Question_BorderColor: @sapAssistant_BorderColor;
1022
+
1023
+ // [Tags "!Protected"]
1024
+ // [Protected "!true"]
1025
+ @sapAssistant_Question_TextColor: contrast(@sapAssistant_Question_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1026
+
1027
+ // [Tags "!Protected"]
1028
+ // [Protected "!true"]
1029
+ @sapAssistant_Answer_Background: @sapHC_ReducedBackground;
1030
+
1031
+ // [Tags "!Protected"]
1032
+ // [Protected "!true"]
1033
+ @sapAssistant_Answer_BorderColor: @sapAssistant_BorderColor;
1034
+
1035
+ // [Tags "!Protected"]
1036
+ // [Protected "!true"]
1037
+ @sapAssistant_Answer_TextColor: contrast(@sapAssistant_Answer_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1038
+
963
1039
  // [Tags "!Protected"]
964
1040
  // [Protected "!true"]
965
1041
  @sapAvatar_1_Background: @sapBackgroundColor;
@@ -231,6 +231,7 @@
231
231
  @sapUiShellPositiveColor: @sapShell_PositiveColor;
232
232
  @sapUiShellInformativeColor: @sapShell_InformativeColor;
233
233
  @sapUiShellNeutralColor: @sapShell_NeutralColor;
234
+ @sapUiShellAssistantForegroundColor: @sapShell_Assistant_ForegroundColor;
234
235
  @sapUiShellCategory1Background: @sapShell_Category_1_Background;
235
236
  @sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
236
237
  @sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
@@ -296,6 +297,25 @@
296
297
  @sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
297
298
  @sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
298
299
 
300
+ @sapUiAssistantColor1: @sapAssistant_Color1;
301
+ @sapUiAssistantColor2: @sapAssistant_Color2;
302
+ @sapUiAssistantBackgroundGradient: @sapAssistant_BackgroundGradient;
303
+ @sapUiAssistantBackground: @sapAssistant_Background;
304
+ @sapUiAssistantBorderColor: @sapAssistant_BorderColor;
305
+ @sapUiAssistantTextColor: @sapAssistant_TextColor;
306
+ @sapUiAssistantHoverBackground: @sapAssistant_Hover_Background;
307
+ @sapUiAssistantHoverBorderColor: @sapAssistant_Hover_BorderColor;
308
+ @sapUiAssistantHoverTextColor: @sapAssistant_Hover_TextColor;
309
+ @sapUiAssistantActiveBackground: @sapAssistant_Active_Background;
310
+ @sapUiAssistantActiveBorderColor: @sapAssistant_Active_BorderColor;
311
+ @sapUiAssistantActiveTextColor: @sapAssistant_Active_TextColor;
312
+ @sapUiAssistantQuestionBackground: @sapAssistant_Question_Background;
313
+ @sapUiAssistantQuestionBorderColor: @sapAssistant_Question_BorderColor;
314
+ @sapUiAssistantQuestionTextColor: @sapAssistant_Question_TextColor;
315
+ @sapUiAssistantAnswerBackground: @sapAssistant_Answer_Background;
316
+ @sapUiAssistantAnswerBorderColor: @sapAssistant_Answer_BorderColor;
317
+ @sapUiAssistantAnswerTextColor: @sapAssistant_Answer_TextColor;
318
+
299
319
  @sapUiAvatar1Background: @sapAvatar_1_Background;
300
320
  @sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
301
321
  @sapUiAvatar1TextColor: @sapAvatar_1_TextColor;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.121.1</version>
9
+ <version>1.122.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12