@ui5/webcomponents-theming 0.0.0-998083e44 → 0.0.0-99b9fe544

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 (86) hide show
  1. package/.npsrc.json +3 -0
  2. package/CHANGELOG.md +186 -0
  3. package/config/postcss.themes/{postcss.config.js → postcss.config.cjs} +2 -2
  4. package/css-vars-usage.json +1 -1
  5. package/dist/Assets-static.d.ts +1 -0
  6. package/dist/Assets-static.js +1 -0
  7. package/dist/Assets-static.js.map +1 -0
  8. package/dist/Assets.d.ts +1 -0
  9. package/dist/Assets.js +1 -0
  10. package/dist/Assets.js.map +1 -0
  11. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  12. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  13. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  14. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  15. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  16. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  17. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  18. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  19. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  20. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  21. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  22. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  23. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  24. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  25. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  26. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  27. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  28. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  29. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  30. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  31. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  32. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  33. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  34. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  35. package/dist/generated/themes/sap_belize/parameters-bundle.css.d.ts +3 -0
  36. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +3 -1
  37. package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -0
  38. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.d.ts +3 -0
  39. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +3 -1
  40. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -0
  41. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.d.ts +3 -0
  42. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +3 -1
  43. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -0
  44. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +3 -0
  45. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +3 -1
  46. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -0
  47. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +3 -0
  48. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +3 -1
  49. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -0
  50. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +3 -0
  51. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +3 -1
  52. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -0
  53. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +3 -0
  54. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +3 -1
  55. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -0
  56. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +3 -0
  57. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +3 -1
  58. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -0
  59. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +3 -0
  60. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +3 -1
  61. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -0
  62. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +3 -0
  63. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +3 -1
  64. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -0
  65. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +3 -0
  66. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +3 -1
  67. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -0
  68. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +3 -0
  69. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +3 -1
  70. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -0
  71. package/dist/themes/sap_belize/css_variables.css +101 -27
  72. package/dist/themes/sap_belize_hcb/css_variables.css +89 -15
  73. package/dist/themes/sap_belize_hcw/css_variables.css +89 -15
  74. package/dist/themes/sap_fiori_3/css_variables.css +102 -28
  75. package/dist/themes/sap_fiori_3_dark/css_variables.css +92 -18
  76. package/dist/themes/sap_fiori_3_hcb/css_variables.css +89 -15
  77. package/dist/themes/sap_fiori_3_hcw/css_variables.css +89 -15
  78. package/dist/themes/sap_horizon/css_variables.css +107 -33
  79. package/dist/themes/sap_horizon_dark/css_variables.css +110 -36
  80. package/dist/themes/sap_horizon_exp/css_variables.css +107 -33
  81. package/dist/themes/sap_horizon_hcb/css_variables.css +96 -22
  82. package/dist/themes/sap_horizon_hcw/css_variables.css +96 -22
  83. package/lib/generate-css-vars-usage-report/index.js +7 -3
  84. package/{package-scripts.js → package-scripts.cjs} +3 -2
  85. package/package.json +6 -5
  86. package/tsconfig.json +15 -0
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
2
+ * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  *
4
- * Theming Engine 1.69.2
5
- * data:{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}
4
+ * Theming Engine 1.23020.0-20230307104335+d1c2c3769b35a96c9647c4970676104d5e0a1bbd
5
+ * data:{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.23020.0-20230307104335+d1c2c3769b35a96c9647c4970676104d5e0a1bbd"}, "Version": { "Build": "11.2.1.20230309093813", "Source": "11.2.1"}}
6
6
  */
7
7
 
8
- .sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}');}
9
- :root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}};}
8
+ .sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.23020.0-20230307104335+d1c2c3769b35a96c9647c4970676104d5e0a1bbd"}, "Version": { "Build": "11.2.1.20230309093813", "Source": "11.2.1"}}');}
9
+ :root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["baseTheme"], "Tags": ["Fiori_3","LightColorScheme"], "FallbackThemeId": "sap_fiori_3", "Engine": {"Name": "theming-engine", "Version": "1.23020.0-20230307104335+d1c2c3769b35a96c9647c4970676104d5e0a1bbd"}, "Version": { "Build": "11.2.1.20230309093813", "Source": "11.2.1"}};}
10
10
  :root {
11
11
  --sapBrandColor: #0070f2;
12
12
  --sapHighlightColor: #0070f2;
@@ -18,7 +18,7 @@
18
18
  --sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
19
19
  --sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
20
20
  --sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
21
- --sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
21
+ --sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
22
22
  --sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
23
23
  --sapFontSize: .875rem;
24
24
  --sapFontSmallSize: .75rem;
@@ -57,7 +57,7 @@
57
57
  --sapNegativeTextColor: #aa0808;
58
58
  --sapPositiveTextColor: #256f3a;
59
59
  --sapCriticalTextColor: #b95100;
60
- --sapInformativeTextColor: #0070f2;
60
+ --sapInformativeTextColor: #0064d9;
61
61
  --sapNeutralTextColor: #1d2d3e;
62
62
  --sapNeutralBorderColor: #788fa6;
63
63
  --sapErrorColor: #aa0808;
@@ -142,7 +142,7 @@
142
142
  --sapContent_ImagePlaceholderForegroundColor: #5b738b;
143
143
  --sapContent_RatedColor: #d27700;
144
144
  --sapContent_UnratedColor: #758ca4;
145
- --sapContent_BusyColor: #1d2d3e;
145
+ --sapContent_BusyColor: #0070f2;
146
146
  --sapContent_FocusColor: #0070f2;
147
147
  --sapContent_FocusStyle: solid;
148
148
  --sapContent_FocusWidth: .125rem;
@@ -150,9 +150,9 @@
150
150
  --sapContent_ShadowColor: #556b82;
151
151
  --sapContent_ContrastShadowColor: #fff;
152
152
  --sapContent_Shadow0: 0 0 0.125rem 0 rgba(85,107,130,0.16), 0 0.125rem 0.25rem 0 rgba(85,107,130,0.16);
153
- --sapContent_Shadow1: 0 0 0 0.0625rem rgba(85,107,130,0.42), 0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);
154
- --sapContent_Shadow2: 0 0 0 0.0625rem rgba(85,107,130,0.42), 0 0.625rem 1.875rem 0 rgba(85,107,130,0.3);
155
- --sapContent_Shadow3: 0 0 0 0.0625rem rgba(85,107,130,0.42), 0 1.25rem 5rem 0 rgba(85,107,130,0.3);
153
+ --sapContent_Shadow1: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 0.125rem 0.5rem 0 rgba(85,107,130,0.3);
154
+ --sapContent_Shadow2: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 0.625rem 1.875rem 0 rgba(85,107,130,0.3);
155
+ --sapContent_Shadow3: 0 0 0 0.0625rem rgba(85,107,130,0.72), 0 1.25rem 5rem 0 rgba(85,107,130,0.3);
156
156
  --sapContent_TextShadow: 0 0 0.125rem #fff;
157
157
  --sapContent_ContrastTextShadow: 0 0 0.0625rem rgba(0,0,0,0.7);
158
158
  --sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 rgba(85,107,130,0.05), inset 0 -0.0625rem 0 0 #d9d9d9;
@@ -182,9 +182,9 @@
182
182
  --sapContent_Placeholderloading_Gradient: linear-gradient(to right, #ccc 0%, #ccc 20%, #999 50%, #ccc 80%, #ccc 100%);
183
183
  --sapContent_DragAndDropActiveColor: #0070f2;
184
184
  --sapContent_Selected_Background: #fff;
185
- --sapContent_Selected_TextColor: #0070f2;
185
+ --sapContent_Selected_TextColor: #0064d9;
186
186
  --sapContent_Selected_Hover_Background: #fff;
187
- --sapContent_Selected_ForegroundColor: #0070f2;
187
+ --sapContent_Selected_ForegroundColor: #0064d9;
188
188
  --sapContent_ForcedColorAdjust: none;
189
189
  --sapContent_Illustrative_Color1: #5d36ff;
190
190
  --sapContent_Illustrative_Color2: #0070f2;
@@ -226,8 +226,8 @@
226
226
  --sapShell_Selected_Hover_Background: #fff;
227
227
  --sapShell_Favicon: none;
228
228
  --sapShell_Navigation_Background: #fff;
229
- --sapShell_Navigation_SelectedColor: #0070f2;
230
- --sapShell_Navigation_Selected_TextColor: #0070f2;
229
+ --sapShell_Navigation_SelectedColor: #0064d9;
230
+ --sapShell_Navigation_Selected_TextColor: #0064d9;
231
231
  --sapShell_Navigation_TextColor: #1d2d3e;
232
232
  --sapShell_Navigation_Hover_Background: #fff;
233
233
  --sapShell_Navigation_Active_Background: #fff;
@@ -236,8 +236,72 @@
236
236
  --sapShell_NegativeColor: #aa0808;
237
237
  --sapShell_CriticalColor: #b95100;
238
238
  --sapShell_PositiveColor: #256f3a;
239
- --sapShell_InformativeColor: #0070f2;
239
+ --sapShell_InformativeColor: #0064d9;
240
240
  --sapShell_NeutralColor: #1d2d3e;
241
+ --sapShell_Category_1_Background: #0057d2;
242
+ --sapShell_Category_1_BorderColor: #0057d2;
243
+ --sapShell_Category_1_TextColor: #fff;
244
+ --sapShell_Category_1_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
245
+ --sapShell_Category_2_Background: #df1278;
246
+ --sapShell_Category_2_BorderColor: #df1278;
247
+ --sapShell_Category_2_TextColor: #fff;
248
+ --sapShell_Category_2_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
249
+ --sapShell_Category_3_Background: #e76500;
250
+ --sapShell_Category_3_BorderColor: #e76500;
251
+ --sapShell_Category_3_TextColor: #fff;
252
+ --sapShell_Category_3_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
253
+ --sapShell_Category_4_Background: #7800a4;
254
+ --sapShell_Category_4_BorderColor: #7800a4;
255
+ --sapShell_Category_4_TextColor: #fff;
256
+ --sapShell_Category_4_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
257
+ --sapShell_Category_5_Background: #aa2608;
258
+ --sapShell_Category_5_BorderColor: #aa2608;
259
+ --sapShell_Category_5_TextColor: #fff;
260
+ --sapShell_Category_5_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
261
+ --sapShell_Category_6_Background: #07838f;
262
+ --sapShell_Category_6_BorderColor: #07838f;
263
+ --sapShell_Category_6_TextColor: #fff;
264
+ --sapShell_Category_6_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
265
+ --sapShell_Category_7_Background: #f31ded;
266
+ --sapShell_Category_7_BorderColor: #f31ded;
267
+ --sapShell_Category_7_TextColor: #fff;
268
+ --sapShell_Category_7_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
269
+ --sapShell_Category_8_Background: #188918;
270
+ --sapShell_Category_8_BorderColor: #188918;
271
+ --sapShell_Category_8_TextColor: #fff;
272
+ --sapShell_Category_8_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
273
+ --sapShell_Category_9_Background: #002a86;
274
+ --sapShell_Category_9_BorderColor: #002a86;
275
+ --sapShell_Category_9_TextColor: #fff;
276
+ --sapShell_Category_9_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
277
+ --sapShell_Category_10_Background: #5b738b;
278
+ --sapShell_Category_10_BorderColor: #5b738b;
279
+ --sapShell_Category_10_TextColor: #fff;
280
+ --sapShell_Category_10_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
281
+ --sapShell_Category_11_Background: #d20a0a;
282
+ --sapShell_Category_11_BorderColor: #d20a0a;
283
+ --sapShell_Category_11_TextColor: #fff;
284
+ --sapShell_Category_11_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
285
+ --sapShell_Category_12_Background: #7858ff;
286
+ --sapShell_Category_12_BorderColor: #7858ff;
287
+ --sapShell_Category_12_TextColor: #fff;
288
+ --sapShell_Category_12_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
289
+ --sapShell_Category_13_Background: #a00875;
290
+ --sapShell_Category_13_BorderColor: #a00875;
291
+ --sapShell_Category_13_TextColor: #fff;
292
+ --sapShell_Category_13_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
293
+ --sapShell_Category_14_Background: #14565b;
294
+ --sapShell_Category_14_BorderColor: #14565b;
295
+ --sapShell_Category_14_TextColor: #fff;
296
+ --sapShell_Category_14_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
297
+ --sapShell_Category_15_Background: #223548;
298
+ --sapShell_Category_15_BorderColor: #223548;
299
+ --sapShell_Category_15_TextColor: #fff;
300
+ --sapShell_Category_15_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
301
+ --sapShell_Category_16_Background: #1e592f;
302
+ --sapShell_Category_16_BorderColor: #1e592f;
303
+ --sapShell_Category_16_TextColor: #fff;
304
+ --sapShell_Category_16_TextShadow: 0 0 .0625rem rgba(0,0,0,0.7);
241
305
  --sapAvatar_1_Background: #fff3b8;
242
306
  --sapAvatar_1_BorderColor: #fff3b8;
243
307
  --sapAvatar_1_TextColor: #a45d00;
@@ -562,9 +626,9 @@
562
626
  --sapSlider_RangeHandleBackground: #fff;
563
627
  --sapSlider_Hover_HandleBackground: #fff;
564
628
  --sapSlider_Hover_HandleBorderColor: #0070f2;
565
- --sapSlider_Hover_RangeHandleBackground: transparent;
629
+ --sapSlider_Hover_RangeHandleBackground: #fff;
566
630
  --sapSlider_Active_HandleBackground: #fff;
567
- --sapSlider_Active_HandleBorderColor: #fff;
631
+ --sapSlider_Active_HandleBorderColor: #0070f2;
568
632
  --sapSlider_Active_RangeHandleBackground: transparent;
569
633
  --sapPageHeader_Background: #fff;
570
634
  --sapPageHeader_BorderColor: #d9d9d9;
@@ -583,7 +647,7 @@
583
647
  --sapObjectHeader_Title_TextColor: #1d2d3e;
584
648
  --sapObjectHeader_Title_FontSize: 2rem;
585
649
  --sapObjectHeader_Title_SnappedFontSize: 1.25rem;
586
- --sapObjectHeader_Title_FontFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
650
+ --sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
587
651
  --sapObjectHeader_Subtitle_TextColor: #556b82;
588
652
  --sapBlockLayer_Background: #000;
589
653
  --sapTile_Background: #fff;
@@ -691,42 +755,52 @@
691
755
  --sapFontUrl_SAP-icons_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf');
692
756
  --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff');
693
757
  --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2');
694
- --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');
695
- --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');
696
- --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');
697
- --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');
698
- --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');
699
- --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2');
758
+ --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.ttf');
759
+ --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff');
760
+ --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff2');
761
+ --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf');
762
+ --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff');
763
+ --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2');
700
764
  --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');
701
765
  --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');
702
- --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
703
- --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
704
- --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');
705
- --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');
706
- --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');
707
- --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');
708
- --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
709
- --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
710
766
  --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');
711
767
  --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');
768
+ --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
769
+ --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
712
770
  --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');
713
771
  --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');
772
+ --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');
773
+ --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');
714
774
  --sapFontUrl_72_Semibold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2');
715
775
  --sapFontUrl_72_Semibold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff');
776
+ --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');
777
+ --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');
716
778
  --sapFontUrl_72_SemiboldDuplex_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2');
717
779
  --sapFontUrl_72_SemiboldDuplex_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff');
780
+ --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
781
+ --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
718
782
  --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');
719
783
  --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');
720
784
  --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');
721
785
  --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');
786
+ --sapFontUrl_72_Black_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2');
787
+ --sapFontUrl_72_Black_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff');
722
788
  --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');
723
789
  --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');
790
+ --sapFontUrl_72_BoldItalic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2');
791
+ --sapFontUrl_72_BoldItalic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff');
724
792
  --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');
725
793
  --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');
794
+ --sapFontUrl_72_Condensed_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2');
795
+ --sapFontUrl_72_Condensed_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff');
726
796
  --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');
727
797
  --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');
798
+ --sapFontUrl_72_CondensedBold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2');
799
+ --sapFontUrl_72_CondensedBold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff');
728
800
  --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');
729
801
  --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');
802
+ --sapFontUrl_72_Italic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2');
803
+ --sapFontUrl_72_Italic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff');
730
804
  --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');
731
805
  --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');
732
806
  --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
2
+ * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
3
  *
4
- * Theming Engine 1.69.2
5
- * data:{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}
4
+ * Theming Engine 1.23020.0-20230307104335+d1c2c3769b35a96c9647c4970676104d5e0a1bbd
5
+ * data:{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.23020.0-20230307104335+d1c2c3769b35a96c9647c4970676104d5e0a1bbd"}, "Version": { "Build": "11.2.1.20230309093813", "Source": "11.2.1"}}
6
6
  */
7
7
 
8
- .sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}}');}
9
- :root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.69.2"}, "Version": { "Build": "11.1.38.20220405122918", "Source": "11.1.38"}};}
8
+ .sapThemeMetaData-Base-baseLib{background-image: url('data:text/plain;utf-8,{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.23020.0-20230307104335+d1c2c3769b35a96c9647c4970676104d5e0a1bbd"}, "Version": { "Build": "11.2.1.20230309093813", "Source": "11.2.1"}}');}
9
+ :root{--sapThemeMetaData-Base-baseLib:{"Path": "Base.baseLib.sap_horizon_dark.css_variables", "PathPattern": "/%frameworkId%/%libId%/%themeId%/%fileId%.css", "Extends": ["sap_horizon","baseTheme"], "Tags": ["Fiori_3","DarkColorScheme"], "FallbackThemeId": "sap_horizon", "Engine": {"Name": "theming-engine", "Version": "1.23020.0-20230307104335+d1c2c3769b35a96c9647c4970676104d5e0a1bbd"}, "Version": { "Build": "11.2.1.20230309093813", "Source": "11.2.1"}};}
10
10
  :root {
11
11
  --sapBrandColor: #0070f2;
12
12
  --sapHighlightColor: #4db1ff;
@@ -18,7 +18,7 @@
18
18
  --sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
19
19
  --sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
20
20
  --sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
21
- --sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
21
+ --sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
22
22
  --sapFontHeaderFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
23
23
  --sapFontSize: .875rem;
24
24
  --sapFontSmallSize: .75rem;
@@ -78,7 +78,7 @@
78
78
  --sapIndicationColor_1_BorderColor: #fd3535;
79
79
  --sapIndicationColor_1_Hover_Background: #fd4e4e;
80
80
  --sapIndicationColor_1_Active_Background: #fe6767;
81
- --sapIndicationColor_1_TextColor: #eaecee;
81
+ --sapIndicationColor_1_TextColor: #1d232a;
82
82
  --sapIndicationColor_2: #ff8f8f;
83
83
  --sapIndicationColor_2_Background: #ff8f8f;
84
84
  --sapIndicationColor_2_BorderColor: #ff8f8f;
@@ -142,14 +142,14 @@
142
142
  --sapContent_ImagePlaceholderForegroundColor: #d5dadd;
143
143
  --sapContent_RatedColor: #ffdf72;
144
144
  --sapContent_UnratedColor: #a9b4be;
145
- --sapContent_BusyColor: #eaecee;
145
+ --sapContent_BusyColor: #4db1ff;
146
146
  --sapContent_FocusColor: #4db1ff;
147
147
  --sapContent_FocusStyle: solid;
148
148
  --sapContent_FocusWidth: .125rem;
149
- --sapContent_ContrastFocusColor: #fff;
149
+ --sapContent_ContrastFocusColor: #000;
150
150
  --sapContent_ShadowColor: #000;
151
151
  --sapContent_ContrastShadowColor: #fff;
152
- --sapContent_Shadow0: 0 0 0.125rem 0 rgba(255,255,255,0.2), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.3);
152
+ --sapContent_Shadow0: 0 0 0.125rem 0 rgba(255,255,255,0.6), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.2);
153
153
  --sapContent_Shadow1: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 0.125rem 0.5rem 0 rgba(0,0,0,0.6);
154
154
  --sapContent_Shadow2: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 0.625rem 1.875rem 0 rgba(0,0,0,0.6);
155
155
  --sapContent_Shadow3: 0 0 0 0.0625rem rgba(255,255,255,0.35), 0 1.25rem 5rem 0 rgba(0,0,0,0.6);
@@ -171,7 +171,7 @@
171
171
  --sapContent_IconFontFamily: "SAP-icons";
172
172
  --sapContent_DisabledTextColor: rgba(234,236,238,0.6);
173
173
  --sapContent_DisabledOpacity: 0.4;
174
- --sapContent_ContrastTextThreshold: 0.5;
174
+ --sapContent_ContrastTextThreshold: 0.386;
175
175
  --sapContent_ContrastTextColor: #1d232a;
176
176
  --sapContent_ForegroundColor: #101418;
177
177
  --sapContent_ForegroundBorderColor: #a9b4be;
@@ -189,11 +189,11 @@
189
189
  --sapContent_Illustrative_Color1: #5d36ff;
190
190
  --sapContent_Illustrative_Color2: #4098ff;
191
191
  --sapContent_Illustrative_Color3: #f58b00;
192
- --sapContent_Illustrative_Color4: #5581ae;
192
+ --sapContent_Illustrative_Color4: #688fb7;
193
193
  --sapContent_Illustrative_Color5: #fff;
194
- --sapContent_Illustrative_Color6: #b9c1c6;
194
+ --sapContent_Illustrative_Color6: #818f98;
195
195
  --sapContent_Illustrative_Color7: #223548;
196
- --sapContent_Illustrative_Color8: #fff;
196
+ --sapContent_Illustrative_Color8: #cedbe8;
197
197
  --sapContent_Illustrative_Color9: #64edd2;
198
198
  --sapContent_Illustrative_Color10: #ebf8ff;
199
199
  --sapContent_Illustrative_Color11: #f31ded;
@@ -238,6 +238,70 @@
238
238
  --sapShell_PositiveColor: #97dd40;
239
239
  --sapShell_InformativeColor: #4db1ff;
240
240
  --sapShell_NeutralColor: #eaecee;
241
+ --sapShell_Category_1_Background: #89d1ff;
242
+ --sapShell_Category_1_BorderColor: #89d1ff;
243
+ --sapShell_Category_1_TextColor: #1d232a;
244
+ --sapShell_Category_1_TextShadow: none;
245
+ --sapShell_Category_2_Background: #feadc8;
246
+ --sapShell_Category_2_BorderColor: #feadc8;
247
+ --sapShell_Category_2_TextColor: #1d232a;
248
+ --sapShell_Category_2_TextShadow: none;
249
+ --sapShell_Category_3_Background: #ffb300;
250
+ --sapShell_Category_3_BorderColor: #ffb300;
251
+ --sapShell_Category_3_TextColor: #1d232a;
252
+ --sapShell_Category_3_TextShadow: none;
253
+ --sapShell_Category_4_Background: #aa7dd9;
254
+ --sapShell_Category_4_BorderColor: #aa7dd9;
255
+ --sapShell_Category_4_TextColor: #1d232a;
256
+ --sapShell_Category_4_TextShadow: none;
257
+ --sapShell_Category_5_Background: #fbbfac;
258
+ --sapShell_Category_5_BorderColor: #fbbfac;
259
+ --sapShell_Category_5_TextColor: #1d232a;
260
+ --sapShell_Category_5_TextShadow: none;
261
+ --sapShell_Category_6_Background: #2ce0bf;
262
+ --sapShell_Category_6_BorderColor: #2ce0bf;
263
+ --sapShell_Category_6_TextColor: #1d232a;
264
+ --sapShell_Category_6_TextShadow: none;
265
+ --sapShell_Category_7_Background: #ff8af0;
266
+ --sapShell_Category_7_BorderColor: #ff8af0;
267
+ --sapShell_Category_7_TextColor: #1d232a;
268
+ --sapShell_Category_7_TextShadow: none;
269
+ --sapShell_Category_8_Background: #97dd40;
270
+ --sapShell_Category_8_BorderColor: #97dd40;
271
+ --sapShell_Category_8_TextColor: #1d232a;
272
+ --sapShell_Category_8_TextShadow: none;
273
+ --sapShell_Category_9_Background: #1b90ff;
274
+ --sapShell_Category_9_BorderColor: #1b90ff;
275
+ --sapShell_Category_9_TextColor: #1d232a;
276
+ --sapShell_Category_9_TextShadow: none;
277
+ --sapShell_Category_10_Background: #8396a8;
278
+ --sapShell_Category_10_BorderColor: #8396a8;
279
+ --sapShell_Category_10_TextColor: #1d232a;
280
+ --sapShell_Category_10_TextShadow: none;
281
+ --sapShell_Category_11_Background: #fe5656;
282
+ --sapShell_Category_11_BorderColor: #fe5656;
283
+ --sapShell_Category_11_TextColor: #1d232a;
284
+ --sapShell_Category_11_TextShadow: none;
285
+ --sapShell_Category_12_Background: #9b99ff;
286
+ --sapShell_Category_12_BorderColor: #9b99ff;
287
+ --sapShell_Category_12_TextColor: #1d232a;
288
+ --sapShell_Category_12_TextShadow: none;
289
+ --sapShell_Category_13_Background: #f52ebc;
290
+ --sapShell_Category_13_BorderColor: #f52ebc;
291
+ --sapShell_Category_13_TextColor: #1d232a;
292
+ --sapShell_Category_13_TextShadow: none;
293
+ --sapShell_Category_14_Background: #0ba38a;
294
+ --sapShell_Category_14_BorderColor: #0ba38a;
295
+ --sapShell_Category_14_TextColor: #1d232a;
296
+ --sapShell_Category_14_TextShadow: none;
297
+ --sapShell_Category_15_Background: #d5dadd;
298
+ --sapShell_Category_15_BorderColor: #d5dadd;
299
+ --sapShell_Category_15_TextColor: #1d232a;
300
+ --sapShell_Category_15_TextShadow: none;
301
+ --sapShell_Category_16_Background: #39ad1f;
302
+ --sapShell_Category_16_BorderColor: #39ad1f;
303
+ --sapShell_Category_16_TextColor: #1d232a;
304
+ --sapShell_Category_16_TextShadow: none;
241
305
  --sapAvatar_1_Background: #ae4000;
242
306
  --sapAvatar_1_BorderColor: #ae4000;
243
307
  --sapAvatar_1_TextColor: #ffdf72;
@@ -282,7 +346,7 @@
282
346
  --sapButton_Active_TextColor: #4db1ff;
283
347
  --sapButton_Emphasized_Background: #0070f2;
284
348
  --sapButton_Emphasized_BorderColor: #0070f2;
285
- --sapButton_Emphasized_TextColor: #eaecee;
349
+ --sapButton_Emphasized_TextColor: #fff;
286
350
  --sapButton_Emphasized_Hover_Background: #0064d9;
287
351
  --sapButton_Emphasized_Hover_BorderColor: #0064d9;
288
352
  --sapButton_Emphasized_Hover_TextColor: #eaecee;
@@ -562,9 +626,9 @@
562
626
  --sapSlider_RangeHandleBackground: #1d232a;
563
627
  --sapSlider_Hover_HandleBackground: #1d232a;
564
628
  --sapSlider_Hover_HandleBorderColor: #4db1ff;
565
- --sapSlider_Hover_RangeHandleBackground: transparent;
629
+ --sapSlider_Hover_RangeHandleBackground: #1d232a;
566
630
  --sapSlider_Active_HandleBackground: #213131;
567
- --sapSlider_Active_HandleBorderColor: #213131;
631
+ --sapSlider_Active_HandleBorderColor: #4db1ff;
568
632
  --sapSlider_Active_RangeHandleBackground: transparent;
569
633
  --sapPageHeader_Background: #1d232a;
570
634
  --sapPageHeader_BorderColor: #2e3742;
@@ -583,7 +647,7 @@
583
647
  --sapObjectHeader_Title_TextColor: #eaecee;
584
648
  --sapObjectHeader_Title_FontSize: 2rem;
585
649
  --sapObjectHeader_Title_SnappedFontSize: 1.25rem;
586
- --sapObjectHeader_Title_FontFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
650
+ --sapObjectHeader_Title_FontFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
587
651
  --sapObjectHeader_Subtitle_TextColor: #8396a8;
588
652
  --sapBlockLayer_Background: #000;
589
653
  --sapTile_Background: #1d232a;
@@ -665,13 +729,13 @@
665
729
  --sapChart_OrderedColor_2: #f26018;
666
730
  --sapChart_OrderedColor_3: #179c6f;
667
731
  --sapChart_OrderedColor_4: #f62866;
668
- --sapChart_OrderedColor_5: #863fd5;
732
+ --sapChart_OrderedColor_5: #8b47d7;
669
733
  --sapChart_OrderedColor_6: #04a29d;
670
734
  --sapChart_OrderedColor_7: #0070f2;
671
735
  --sapChart_OrderedColor_8: #cc00dc;
672
736
  --sapChart_OrderedColor_9: #8396a8;
673
737
  --sapChart_OrderedColor_10: #f54747;
674
- --sapChart_OrderedColor_11: #20578c;
738
+ --sapChart_OrderedColor_11: #296fb3;
675
739
  --sapChart_Bad: #f53232;
676
740
  --sapChart_Critical: #e76500;
677
741
  --sapChart_Good: #30914c;
@@ -680,53 +744,63 @@
680
744
  --sapChart_Sequence_2: #f26018;
681
745
  --sapChart_Sequence_3: #179c6f;
682
746
  --sapChart_Sequence_4: #f62866;
683
- --sapChart_Sequence_5: #863fd5;
747
+ --sapChart_Sequence_5: #8b47d7;
684
748
  --sapChart_Sequence_6: #04a29d;
685
749
  --sapChart_Sequence_7: #0070f2;
686
750
  --sapChart_Sequence_8: #cc00dc;
687
751
  --sapChart_Sequence_9: #8396a8;
688
752
  --sapChart_Sequence_10: #f54747;
689
- --sapChart_Sequence_11: #20578c;
753
+ --sapChart_Sequence_11: #296fb3;
690
754
  --sapChart_Sequence_Neutral: #788fa6;
691
755
  --sapFontUrl_SAP-icons_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.ttf');
692
756
  --sapFontUrl_SAP-icons_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff');
693
757
  --sapFontUrl_SAP-icons_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons.woff2');
694
- --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.ttf');
695
- --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff');
696
- --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/baseTheme/fonts/SAP-icons-TNT.woff2');
697
- --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.ttf');
698
- --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff');
699
- --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/baseTheme/fonts/BusinessSuiteInAppSymbols.woff2');
758
+ --sapFontUrl_SAP-icons-TNT_ttf: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.ttf');
759
+ --sapFontUrl_SAP-icons-TNT_woff: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff');
760
+ --sapFontUrl_SAP-icons-TNT_woff2: url('../../../Base/baseLib/sap_horizon/fonts/SAP-icons-TNT.woff2');
761
+ --sapFontUrl_SAP-icons-Business-Suite_ttf: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf');
762
+ --sapFontUrl_SAP-icons-Business-Suite_woff: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff');
763
+ --sapFontUrl_SAP-icons-Business-Suite_woff2: url('../../../Base/baseLib/sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2');
700
764
  --sapFontUrl_72_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff2');
701
765
  --sapFontUrl_72_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular.woff');
702
- --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
703
- --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
704
- --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');
705
- --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');
706
- --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');
707
- --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');
708
- --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
709
- --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
710
766
  --sapFontUrl_72_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff2');
711
767
  --sapFontUrl_72_Regular_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Regular-full.woff');
768
+ --sapFontUrl_72_Bold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff2');
769
+ --sapFontUrl_72_Bold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold.woff');
712
770
  --sapFontUrl_72_Bold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff2');
713
771
  --sapFontUrl_72_Bold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Bold-full.woff');
772
+ --sapFontUrl_72_Semibold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff2');
773
+ --sapFontUrl_72_Semibold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold.woff');
714
774
  --sapFontUrl_72_Semibold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff2');
715
775
  --sapFontUrl_72_Semibold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Semibold-full.woff');
776
+ --sapFontUrl_72_SemiboldDuplex_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff2');
777
+ --sapFontUrl_72_SemiboldDuplex_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex.woff');
716
778
  --sapFontUrl_72_SemiboldDuplex_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff2');
717
779
  --sapFontUrl_72_SemiboldDuplex_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-SemiboldDuplex-full.woff');
780
+ --sapFontUrl_72_Light_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff2');
781
+ --sapFontUrl_72_Light_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light.woff');
718
782
  --sapFontUrl_72_Light_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff2');
719
783
  --sapFontUrl_72_Light_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Light-full.woff');
720
784
  --sapFontUrl_72_Black_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff2');
721
785
  --sapFontUrl_72_Black_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black.woff');
786
+ --sapFontUrl_72_Black_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff2');
787
+ --sapFontUrl_72_Black_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Black-full.woff');
722
788
  --sapFontUrl_72_BoldItalic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff2');
723
789
  --sapFontUrl_72_BoldItalic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic.woff');
790
+ --sapFontUrl_72_BoldItalic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff2');
791
+ --sapFontUrl_72_BoldItalic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-BoldItalic-full.woff');
724
792
  --sapFontUrl_72_Condensed_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff2');
725
793
  --sapFontUrl_72_Condensed_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed.woff');
794
+ --sapFontUrl_72_Condensed_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff2');
795
+ --sapFontUrl_72_Condensed_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Condensed-full.woff');
726
796
  --sapFontUrl_72_CondensedBold_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff2');
727
797
  --sapFontUrl_72_CondensedBold_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold.woff');
798
+ --sapFontUrl_72_CondensedBold_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff2');
799
+ --sapFontUrl_72_CondensedBold_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-CondensedBold-full.woff');
728
800
  --sapFontUrl_72_Italic_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff2');
729
801
  --sapFontUrl_72_Italic_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic.woff');
802
+ --sapFontUrl_72_Italic_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff2');
803
+ --sapFontUrl_72_Italic_full_woff: url('../../../Base/baseLib/baseTheme/fonts/72-Italic-full.woff');
730
804
  --sapFontUrl_72Mono_Regular_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff2');
731
805
  --sapFontUrl_72Mono_Regular_woff: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular.woff');
732
806
  --sapFontUrl_72Mono_Regular_full_woff2: url('../../../Base/baseLib/baseTheme/fonts/72Mono-Regular-full.woff2');