@openui5/themelib_sap_belize 1.121.0 → 1.122.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 (70) hide show
  1. package/README.md +3 -0
  2. package/THIRDPARTY.txt +1 -1
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_belize/Button.less +2 -0
  5. package/src/sap/m/themes/sap_belize/ColorPalette.less +3 -1
  6. package/src/sap/m/themes/sap_belize/IconTabBar.less +3 -4
  7. package/src/sap/m/themes/sap_belize/Page.less +2 -0
  8. package/src/sap/m/themes/sap_belize_hcb/IconTabBar.less +2 -0
  9. package/src/sap/m/themes/sap_belize_hcb/Page.less +2 -0
  10. package/src/sap/m/themes/sap_belize_hcw/IconTabBar.less +2 -0
  11. package/src/sap/m/themes/sap_belize_hcw/Page.less +2 -0
  12. package/src/sap/m/themes/sap_belize_plus/ColorPalette.less +3 -0
  13. package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
  14. package/src/sap/ui/core/themes/sap_belize/base.less +80 -4
  15. package/src/sap/ui/core/themes/sap_belize/fonts/72-Bold-full.woff2 +0 -0
  16. package/src/sap/ui/core/themes/sap_belize/fonts/72-Bold.woff2 +0 -0
  17. package/src/sap/ui/core/themes/sap_belize/fonts/72-Light-full.woff2 +0 -0
  18. package/src/sap/ui/core/themes/sap_belize/fonts/72-Light.woff2 +0 -0
  19. package/src/sap/ui/core/themes/sap_belize/fonts/72-Regular-full.woff2 +0 -0
  20. package/src/sap/ui/core/themes/sap_belize/fonts/72-Regular.woff2 +0 -0
  21. package/src/sap/ui/core/themes/sap_belize/fonts/72Mono-Bold-full.woff2 +0 -0
  22. package/src/sap/ui/core/themes/sap_belize/fonts/72Mono-Bold.woff2 +0 -0
  23. package/src/sap/ui/core/themes/sap_belize/fonts/72Mono-Regular-full.woff2 +0 -0
  24. package/src/sap/ui/core/themes/sap_belize/fonts/72Mono-Regular.woff2 +0 -0
  25. package/src/sap/ui/core/themes/sap_belize/global.less +20 -0
  26. package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
  27. package/src/sap/ui/core/themes/sap_belize_hcb/base.less +80 -4
  28. package/src/sap/ui/core/themes/sap_belize_hcb/fonts/72-Bold-full.woff2 +0 -0
  29. package/src/sap/ui/core/themes/sap_belize_hcb/fonts/72-Bold.woff2 +0 -0
  30. package/src/sap/ui/core/themes/sap_belize_hcb/fonts/72-Light-full.woff2 +0 -0
  31. package/src/sap/ui/core/themes/sap_belize_hcb/fonts/72-Light.woff2 +0 -0
  32. package/src/sap/ui/core/themes/sap_belize_hcb/fonts/72-Regular-full.woff2 +0 -0
  33. package/src/sap/ui/core/themes/sap_belize_hcb/fonts/72-Regular.woff2 +0 -0
  34. package/src/sap/ui/core/themes/sap_belize_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
  35. package/src/sap/ui/core/themes/sap_belize_hcb/fonts/72Mono-Bold.woff2 +0 -0
  36. package/src/sap/ui/core/themes/sap_belize_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
  37. package/src/sap/ui/core/themes/sap_belize_hcb/fonts/72Mono-Regular.woff2 +0 -0
  38. package/src/sap/ui/core/themes/sap_belize_hcb/global.less +20 -0
  39. package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
  40. package/src/sap/ui/core/themes/sap_belize_hcw/base.less +80 -4
  41. package/src/sap/ui/core/themes/sap_belize_hcw/fonts/72-Bold-full.woff2 +0 -0
  42. package/src/sap/ui/core/themes/sap_belize_hcw/fonts/72-Bold.woff2 +0 -0
  43. package/src/sap/ui/core/themes/sap_belize_hcw/fonts/72-Light-full.woff2 +0 -0
  44. package/src/sap/ui/core/themes/sap_belize_hcw/fonts/72-Light.woff2 +0 -0
  45. package/src/sap/ui/core/themes/sap_belize_hcw/fonts/72-Regular-full.woff2 +0 -0
  46. package/src/sap/ui/core/themes/sap_belize_hcw/fonts/72-Regular.woff2 +0 -0
  47. package/src/sap/ui/core/themes/sap_belize_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
  48. package/src/sap/ui/core/themes/sap_belize_hcw/fonts/72Mono-Bold.woff2 +0 -0
  49. package/src/sap/ui/core/themes/sap_belize_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
  50. package/src/sap/ui/core/themes/sap_belize_hcw/fonts/72Mono-Regular.woff2 +0 -0
  51. package/src/sap/ui/core/themes/sap_belize_hcw/global.less +20 -0
  52. package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
  53. package/src/sap/ui/core/themes/sap_belize_plus/base.less +6 -4
  54. package/src/sap/ui/core/themes/sap_belize_plus/fonts/72-Bold-full.woff2 +0 -0
  55. package/src/sap/ui/core/themes/sap_belize_plus/fonts/72-Bold.woff2 +0 -0
  56. package/src/sap/ui/core/themes/sap_belize_plus/fonts/72-Light-full.woff2 +0 -0
  57. package/src/sap/ui/core/themes/sap_belize_plus/fonts/72-Light.woff2 +0 -0
  58. package/src/sap/ui/core/themes/sap_belize_plus/fonts/72-Regular-full.woff2 +0 -0
  59. package/src/sap/ui/core/themes/sap_belize_plus/fonts/72-Regular.woff2 +0 -0
  60. package/src/sap/ui/core/themes/sap_belize_plus/fonts/72Mono-Bold-full.woff2 +0 -0
  61. package/src/sap/ui/core/themes/sap_belize_plus/fonts/72Mono-Bold.woff2 +0 -0
  62. package/src/sap/ui/core/themes/sap_belize_plus/fonts/72Mono-Regular-full.woff2 +0 -0
  63. package/src/sap/ui/core/themes/sap_belize_plus/fonts/72Mono-Regular.woff2 +0 -0
  64. package/src/sap/ui/rta/themes/sap_belize/library.source.less +0 -1
  65. package/src/sap/ui/rta/themes/sap_belize_hcb/library.source.less +0 -1
  66. package/src/sap/ui/rta/themes/sap_belize_hcw/library.source.less +0 -1
  67. package/ui5.yaml +1 -0
  68. package/src/sap/ui/rta/themes/sap_belize/Toolbar.personalization.less +0 -4
  69. package/src/sap/ui/rta/themes/sap_belize_hcb/Toolbar.personalization.less +0 -9
  70. package/src/sap/ui/rta/themes/sap_belize_hcw/Toolbar.personalization.less +0 -10
package/README.md CHANGED
@@ -3,6 +3,9 @@
3
3
  # @openui5/themelib_sap_belize
4
4
  Runtime resources of the [OpenUI5](https://github.com/SAP/openui5) Theme Library **sap_belize**.
5
5
 
6
+ ## Deprecation
7
+ **This library is deprecated since 1.120.2 and should not be used for new projects.**
8
+
6
9
  ## Usage
7
10
  Add this library as a dependency to your UI5 project by using [UI5 Tooling](https://sap.github.io/ui5-tooling/):
8
11
 
package/THIRDPARTY.txt CHANGED
@@ -461,7 +461,7 @@ License: Apache-2.0
461
461
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
462
462
  Contained in: lib/jsdoc/ui5/plugin.js
463
463
 
464
- Component: SAP Theming Base Content, version: 11.10.0
464
+ Component: SAP Theming Base Content, version: 11.12.0
465
465
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
466
466
  License: Apache-2.0
467
467
  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_belize",
3
- "version": "1.121.0",
3
+ "version": "1.122.0",
4
4
  "description": "OpenUI5 Theme Library sap_belize",
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.121.0",
18
- "@openui5/sap.m": "1.121.0",
19
- "@openui5/sap.tnt": "1.121.0",
20
- "@openui5/sap.ui.codeeditor": "1.121.0",
21
- "@openui5/sap.ui.commons": "1.121.0",
22
- "@openui5/sap.ui.core": "1.121.0",
23
- "@openui5/sap.ui.dt": "1.121.0",
24
- "@openui5/sap.ui.fl": "1.121.0",
25
- "@openui5/sap.ui.mdc": "1.121.0",
26
- "@openui5/sap.ui.integration": "1.121.0",
27
- "@openui5/sap.ui.layout": "1.121.0",
28
- "@openui5/sap.ui.rta": "1.121.0",
29
- "@openui5/sap.ui.suite": "1.121.0",
30
- "@openui5/sap.ui.table": "1.121.0",
31
- "@openui5/sap.ui.unified": "1.121.0",
32
- "@openui5/sap.ui.ux3": "1.121.0",
33
- "@openui5/sap.uxap": "1.121.0"
17
+ "@openui5/sap.f": "1.122.0",
18
+ "@openui5/sap.m": "1.122.0",
19
+ "@openui5/sap.tnt": "1.122.0",
20
+ "@openui5/sap.ui.codeeditor": "1.122.0",
21
+ "@openui5/sap.ui.commons": "1.122.0",
22
+ "@openui5/sap.ui.core": "1.122.0",
23
+ "@openui5/sap.ui.dt": "1.122.0",
24
+ "@openui5/sap.ui.fl": "1.122.0",
25
+ "@openui5/sap.ui.mdc": "1.122.0",
26
+ "@openui5/sap.ui.integration": "1.122.0",
27
+ "@openui5/sap.ui.layout": "1.122.0",
28
+ "@openui5/sap.ui.rta": "1.122.0",
29
+ "@openui5/sap.ui.suite": "1.122.0",
30
+ "@openui5/sap.ui.table": "1.122.0",
31
+ "@openui5/sap.ui.unified": "1.122.0",
32
+ "@openui5/sap.ui.ux3": "1.122.0",
33
+ "@openui5/sap.uxap": "1.122.0"
34
34
  }
35
35
  }
@@ -88,6 +88,8 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized > .sapMBtnFocusDiv {
88
88
  /* ------------------------------------------------ */
89
89
 
90
90
  .sapMIBar-CTX .sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
91
+ background-color: @sapUiButtonFooterHoverBackground;
92
+ color: @sapUiButtonFooterTextColor;
91
93
  border-color: transparent;
92
94
  }
93
95
 
@@ -2,6 +2,9 @@
2
2
  &:after {
3
3
  border-color: @sapUiContentFocusColor;
4
4
  }
5
+ &:active:after {
6
+ border-color: @sapUiContentContrastFocusColor;
7
+ }
5
8
  }
6
9
 
7
10
  .sap-desktop .sapContrast,
@@ -9,7 +12,6 @@
9
12
  .sapMColorPalette .sapMBtn {
10
13
  &:focus:after {
11
14
  border-color: @sapUiContentFocusColor;
12
-
13
15
  }
14
16
  &:active,
15
17
  > .sapMBtnActive,
@@ -10,6 +10,8 @@
10
10
  @_sap_m_IconTabBar_FilterExpandButtonBadgeTop: 1.25rem;
11
11
  @_sap_m_IconTabBar_Compact_FilterExpandButtonBadgeTop: 0.5rem;
12
12
  @_sap_m_IconTabBar_HeaderMinHeight: 3rem;
13
+ @_sap_m_IconTabFilter_Icon_Border_Radius: 0.2rem;
14
+ @_sap_m_IconTabFilter_Icon_Border_Color: transparent;
13
15
 
14
16
  /* Header Container */
15
17
 
@@ -194,11 +196,8 @@
194
196
 
195
197
  .sapUshellShellTabBar .sapMITH,
196
198
  .sapUshellShellTabBar.sapMITH {
197
- .sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnHoverable.sapMBtnTransparent:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
199
+ .sapMITBFilterExpandBtn:hover .sapMITBFilterExpandIcon {
198
200
  opacity: 0.6;
199
-
200
- }
201
- .sapMBtn:hover:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnTransparent:not(.sapMBtnActive):not(.sapMToggleBtnPressed) > .sapMBtnIcon {
202
201
  color: @sapUiShellNavigationActiveTextColor;
203
202
  }
204
203
  }
@@ -3,6 +3,8 @@
3
3
  /* Belize theme */
4
4
  /* =================================== */
5
5
 
6
+ @_sap_m_Page_FloatinFooterHeight: 3rem;
7
+
6
8
  .sapMPageWithSubHeader {
7
9
  .sapMPageHeader {
8
10
  border-bottom: none;
@@ -5,6 +5,8 @@
5
5
 
6
6
  @_sap_m_IconTabBar_FilterExpandButtonBadgeTop: 1.25rem;
7
7
  @_sap_m_IconTabBar_Compact_FilterExpandButtonBadgeTop: 0.5rem;
8
+ @_sap_m_IconTabFilter_Icon_Border_Radius: 0.375rem;
9
+ @_sap_m_IconTabFilter_Icon_Border_Color: @sapUiButtonBorderColor;
8
10
 
9
11
  /* Shell overrides */
10
12
  @_sap_m_IconTabBar_ShellOverflowBorderColor: @sapUiButtonBorderColor;
@@ -3,6 +3,8 @@
3
3
  /* Belize High Contrast Black theme */
4
4
  /* ================================= */
5
5
 
6
+ @_sap_m_Page_FloatinFooterHeight: 3rem;
7
+
6
8
  .sapMPageWithFloatingFooter {
7
9
  > .sapMPageFooter {
8
10
  opacity: 1;
@@ -5,6 +5,8 @@
5
5
 
6
6
  @_sap_m_IconTabBar_FilterExpandButtonBadgeTop: 1.25rem;
7
7
  @_sap_m_IconTabBar_Compact_FilterExpandButtonBadgeTop: 0.5rem;
8
+ @_sap_m_IconTabFilter_Icon_Border_Radius: 0.375rem;
9
+ @_sap_m_IconTabFilter_Icon_Border_Color: @sapUiButtonBorderColor;
8
10
 
9
11
  /* Shell overrides */
10
12
  @_sap_m_IconTabBar_ShellOverflowBorderColor: @sapUiButtonBorderColor;
@@ -3,6 +3,8 @@
3
3
  /* Belize High Contrast White theme */
4
4
  /* ================================= */
5
5
 
6
+ @_sap_m_Page_FloatinFooterHeight: 3rem;
7
+
6
8
  .sapMPageWithFloatingFooter {
7
9
  > .sapMPageFooter {
8
10
  opacity: 1;
@@ -2,6 +2,9 @@
2
2
  &:after {
3
3
  border-color: @sapUiContentContrastFocusColor;
4
4
  }
5
+ &:active:after {
6
+ border-color: @sapUiContentContrastFocusColor;
7
+ }
5
8
  }
6
9
 
7
10
  .sap-desktop .sapContrastPlus,
@@ -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.0</version>
9
+ <version>1.122.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize 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:03Z"}
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_belize/base.less (Version 11.10.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.12.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -792,6 +792,10 @@
792
792
  // [Protected "!true"]
793
793
  @sapShell_NeutralColor: @sapNeutralColor;
794
794
 
795
+ // [Tags "!Protected"]
796
+ // [Protected "!true"]
797
+ @sapShell_Assistant_ForegroundColor: @sapAssistant_Color1;
798
+
795
799
  // [Tags "!Protected"]
796
800
  // [Protected "!true"]
797
801
  @sapShell_Category_1_Background: @sapLegendColor6;
@@ -904,6 +908,78 @@
904
908
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
905
909
  @sapShell_Category_16_TextShadow: 0 0 0.0625rem contrast(@sapShell_Category_16_TextColor, fade(darken(@sapContent_ShadowColor, 100), 70), @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
906
910
 
911
+ // [Tags "!Protected"]
912
+ // [Protected "!true"]
913
+ @sapAssistant_Color1: #555cbe;
914
+
915
+ // [Tags "!Protected"]
916
+ // [Protected "!true"]
917
+ @sapAssistant_Color2: #a100c2;
918
+
919
+ // [Tags "!Protected"]
920
+ // [Protected "!true"]
921
+ @sapAssistant_BackgroundGradient: linear-gradient(@sapAssistant_Color1, @sapAssistant_Color2);
922
+
923
+ // [Tags "!Protected"]
924
+ // [Protected "!true"]
925
+ @sapAssistant_Background: @sapAssistant_Color1;
926
+
927
+ // [Tags "!Protected"]
928
+ // [Protected "!true"]
929
+ @sapAssistant_BorderColor: @sapAssistant_Color1;
930
+
931
+ // [Tags "!Protected"]
932
+ // [Protected "!true"]
933
+ @sapAssistant_TextColor: contrast(@sapAssistant_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
934
+
935
+ // [Tags "!Protected"]
936
+ // [Protected "!true"]
937
+ @sapAssistant_Hover_Background: darken(@sapAssistant_Color1, 20);
938
+
939
+ // [Tags "!Protected"]
940
+ // [Protected "!true"]
941
+ @sapAssistant_Hover_BorderColor: @sapAssistant_Hover_Background;
942
+
943
+ // [Tags "!Protected"]
944
+ // [Protected "!true"]
945
+ @sapAssistant_Hover_TextColor: contrast(@sapAssistant_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
946
+
947
+ // [Tags "!Protected"]
948
+ // [Protected "!true"]
949
+ @sapAssistant_Active_Background: darken(@sapAssistant_Color1, 30);
950
+
951
+ // [Tags "!Protected"]
952
+ // [Protected "!true"]
953
+ @sapAssistant_Active_BorderColor: @sapAssistant_Active_Background;
954
+
955
+ // [Tags "!Protected"]
956
+ // [Protected "!true"]
957
+ @sapAssistant_Active_TextColor: contrast(@sapAssistant_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
958
+
959
+ // [Tags "!Protected"]
960
+ // [Protected "!true"]
961
+ @sapAssistant_Question_Background: lighten(@sapAssistant_Background, 38);
962
+
963
+ // [Tags "!Protected"]
964
+ // [Protected "!true"]
965
+ @sapAssistant_Question_BorderColor: @sapAssistant_Question_Background;
966
+
967
+ // [Tags "!Protected"]
968
+ // [Protected "!true"]
969
+ @sapAssistant_Question_TextColor: contrast(@sapAssistant_Question_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
970
+
971
+ // [Tags "!Protected"]
972
+ // [Protected "!true"]
973
+ @sapAssistant_Answer_Background: @sapInfobar_NonInteractive_Background;
974
+
975
+ // [Tags "!Protected"]
976
+ // [Protected "!true"]
977
+ @sapAssistant_Answer_BorderColor: @sapAssistant_Answer_Background;
978
+
979
+ // [Tags "!Protected"]
980
+ // [Protected "!true"]
981
+ @sapAssistant_Answer_TextColor: contrast(@sapAssistant_Answer_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
982
+
907
983
  // [Tags "!Protected"]
908
984
  // [Protected "!true"]
909
985
  @sapAvatar_1_Background: @sapAccentColor1;
@@ -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.0</version>
9
+ <version>1.122.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize 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:03Z"}
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_belize_hcb/base.less (Version 11.10.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_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.0</version>
9
+ <version>1.122.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white 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:03Z"}
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_belize_hcw/base.less (Version 11.10.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.12.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -846,6 +846,10 @@
846
846
  // [Tags "!Protected"]
847
847
  // [Protected "!true"]
848
848
  @sapShell_NeutralColor: @sapNeutralColor;
849
+
850
+ // [Tags "!Protected"]
851
+ // [Protected "!true"]
852
+ @sapShell_Assistant_ForegroundColor: @sapShell_Selected_TextColor;
849
853
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
850
854
 
851
855
  // [Tags "!Protected"]
@@ -959,6 +963,78 @@
959
963
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
960
964
  @sapShell_Category_16_TextShadow: none;
961
965
 
966
+ // [Tags "!Protected"]
967
+ // [Protected "!true"]
968
+ @sapAssistant_Color1: @sapHC_StandardForeground;
969
+
970
+ // [Tags "!Protected"]
971
+ // [Protected "!true"]
972
+ @sapAssistant_Color2: @sapHC_StandardForeground;
973
+
974
+ // [Tags "!Protected"]
975
+ // [Protected "!true"]
976
+ @sapAssistant_BackgroundGradient: linear-gradient(@sapBackgroundColor, @sapBackgroundColor);
977
+
978
+ // [Tags "!Protected"]
979
+ // [Protected "!true"]
980
+ @sapAssistant_Background: @sapHC_StandardBackground;
981
+
982
+ // [Tags "!Protected"]
983
+ // [Protected "!true"]
984
+ @sapAssistant_BorderColor: @sapHC_StandardForeground;
985
+
986
+ // [Tags "!Protected"]
987
+ // [Protected "!true"]
988
+ @sapAssistant_TextColor: contrast(@sapAssistant_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
989
+
990
+ // [Tags "!Protected"]
991
+ // [Protected "!true"]
992
+ @sapAssistant_Hover_Background: @sapButton_Hover_Background;
993
+
994
+ // [Tags "!Protected"]
995
+ // [Protected "!true"]
996
+ @sapAssistant_Hover_BorderColor: @sapButton_Hover_BorderColor;
997
+
998
+ // [Tags "!Protected"]
999
+ // [Protected "!true"]
1000
+ @sapAssistant_Hover_TextColor: contrast(@sapAssistant_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1001
+
1002
+ // [Tags "!Protected"]
1003
+ // [Protected "!true"]
1004
+ @sapAssistant_Active_Background: @sapButton_Active_Background;
1005
+
1006
+ // [Tags "!Protected"]
1007
+ // [Protected "!true"]
1008
+ @sapAssistant_Active_BorderColor: @sapButton_Active_BorderColor;
1009
+
1010
+ // [Tags "!Protected"]
1011
+ // [Protected "!true"]
1012
+ @sapAssistant_Active_TextColor: contrast(@sapAssistant_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1013
+
1014
+ // [Tags "!Protected"]
1015
+ // [Protected "!true"]
1016
+ @sapAssistant_Question_Background: @sapAssistant_Background;
1017
+
1018
+ // [Tags "!Protected"]
1019
+ // [Protected "!true"]
1020
+ @sapAssistant_Question_BorderColor: @sapAssistant_BorderColor;
1021
+
1022
+ // [Tags "!Protected"]
1023
+ // [Protected "!true"]
1024
+ @sapAssistant_Question_TextColor: contrast(@sapAssistant_Question_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1025
+
1026
+ // [Tags "!Protected"]
1027
+ // [Protected "!true"]
1028
+ @sapAssistant_Answer_Background: @sapHC_ReducedBackground;
1029
+
1030
+ // [Tags "!Protected"]
1031
+ // [Protected "!true"]
1032
+ @sapAssistant_Answer_BorderColor: @sapAssistant_BorderColor;
1033
+
1034
+ // [Tags "!Protected"]
1035
+ // [Protected "!true"]
1036
+ @sapAssistant_Answer_TextColor: contrast(@sapAssistant_Answer_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1037
+
962
1038
  // [Tags "!Protected"]
963
1039
  // [Protected "!true"]
964
1040
  @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.0</version>
9
+ <version>1.122.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize plus 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:03Z"}
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_belize_plus/base.less (Version 11.10.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.12.0) *******************/
9
9
 
10
10
  @sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
11
11
  @sapBaseColor: @sapPrimary1;
@@ -60,6 +60,7 @@
60
60
  @sapShell_TextColor: lighten(@sapTextColor, 2);
61
61
  @sapShell_InteractiveTextColor: @sapShell_TextColor;
62
62
  @sapShell_Hover_Background: lighten(@sapBrandColor, 10);
63
+ @sapShell_Assistant_ForegroundColor: lighten(@sapAssistant_Color1, 16);
63
64
  @sapShell_Category_1_TextShadow: none;
64
65
  @sapShell_Category_2_TextShadow: none;
65
66
  @sapShell_Category_3_TextShadow: none;
@@ -77,6 +78,7 @@
77
78
  @sapShell_Category_15_Background: lighten(@sapLegendColor16, 15);
78
79
  @sapShell_Category_15_TextShadow: none;
79
80
  @sapShell_Category_16_TextShadow: none;
81
+ @sapAssistant_Question_Background: darken(@sapAssistant_Background, 30);
80
82
  @sapButton_Background: lighten(@sapBaseColor, 2);
81
83
  @sapButton_BorderColor: lighten(@sapButton_Background, 36);
82
84
  @sapButton_TextColor: lighten(@sapHighlightColor, 12);
@@ -8,6 +8,5 @@
8
8
  @import "../../../../../sap/ui/core/themes/sap_belize/global.less";
9
9
  @import "Overlay.less";
10
10
  @import "Dialogs.less";
11
- @import "Toolbar.personalization.less";
12
11
  @import "Toolbar.adaptation.less";
13
12
  @import "Toolbar.base.less";
@@ -13,6 +13,5 @@
13
13
  @import "Dialogs.less";
14
14
  @import "FieldRepository.less";
15
15
  @import "Toolbar.base.less";
16
- @import "Toolbar.personalization.less";
17
16
  @import "Toolbar.adaptation.less";
18
17
  @import "ChangeVisualization.less";
@@ -9,7 +9,6 @@
9
9
 
10
10
  @import "Toolbar.base.less";
11
11
  @import "Toolbar.adaptation.less";
12
- @import "Toolbar.personalization.less";
13
12
  @import "Overlay.less";
14
13
  @import "ContextMenu.less";
15
14
  @import "Dialogs.less";
package/ui5.yaml CHANGED
@@ -2,6 +2,7 @@
2
2
  specVersion: "3.0"
3
3
  type: theme-library
4
4
  metadata:
5
+ deprecated: true
5
6
  name: themelib_sap_belize
6
7
  copyright: |-
7
8
  OpenUI5
@@ -1,4 +0,0 @@
1
- /******************************************************************
2
- Style of the Personalization Toolbar - sap_belize Theme
3
- *******************************************************************/
4
- @_sap_ui_rta_Toolbar_Personalization_BaseColor: darken(@sapUiShellTextColor, 8); //#2F3C48
@@ -1,9 +0,0 @@
1
- /****************************************************************************
2
- Style of the RTA Toolbar (type: personalization) - sap_belize_hcb Theme
3
- *****************************************************************************/
4
- @_sap_ui_rta_Toolbar_Personalization_BaseColor: @sapUiNeutralBG; //#000000
5
- @_sap_ui_rta_Toolbar_Personalization_BorderColor: @sapUiShellBorderColor; // #fff
6
-
7
- .sapUiRtaToolbar.type_personalization {
8
- border-top: @_sap_ui_rta_Toolbar_Personalization_BorderColor 0.125rem solid;
9
- }
@@ -1,10 +0,0 @@
1
- /****************************************************************************
2
- Style of the RTA Toolbar (type: personalization) - sap_belize_hcw Theme
3
- *****************************************************************************/
4
- @_sap_ui_rta_Toolbar_Personalization_BaseColor: @sapUiNeutralBG; //#ffffff
5
- @_sap_ui_rta_Toolbar_Personalization_TextColor: @sapUiShellBorderColor; //#000
6
- @_sap_ui_rta_Toolbar_Personalization_BorderColor: @sapUiShellBorderColor; // #000
7
-
8
- .sapUiRtaToolbar.type_personalization {
9
- border-top: @_sap_ui_rta_Toolbar_Personalization_BorderColor 0.125rem solid;
10
- }