@openui5/themelib_sap_horizon 1.102.1 → 1.103.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 (85) hide show
  1. package/package.json +18 -18
  2. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
  3. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
  4. package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
  5. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
  6. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
  7. package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
  8. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
  9. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
  10. package/src/sap/m/themes/sap_horizon/ActionSelect.less +21 -8
  11. package/src/sap/m/themes/sap_horizon/Button.less +3 -2
  12. package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
  13. package/src/sap/m/themes/sap_horizon/Label.less +4 -0
  14. package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -7
  15. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
  16. package/src/sap/m/themes/sap_horizon/Slider.less +21 -2
  17. package/src/sap/m/themes/sap_horizon/SplitButton.less +6 -0
  18. package/src/sap/m/themes/sap_horizon/Text.less +1 -0
  19. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +23 -10
  20. package/src/sap/m/themes/sap_horizon_dark/Button.less +3 -2
  21. package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
  22. package/src/sap/m/themes/sap_horizon_dark/Label.less +4 -0
  23. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -2
  24. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
  25. package/src/sap/m/themes/sap_horizon_dark/Slider.less +15 -2
  26. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +6 -0
  27. package/src/sap/m/themes/sap_horizon_dark/Text.less +1 -0
  28. package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
  29. package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
  30. package/src/sap/m/themes/sap_horizon_hcb/Label.less +4 -0
  31. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
  32. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +3 -3
  33. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +26 -2
  34. package/src/sap/m/themes/sap_horizon_hcb/Text.less +1 -0
  35. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -2
  36. package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
  37. package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
  38. package/src/sap/m/themes/sap_horizon_hcw/Label.less +4 -0
  39. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
  40. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +3 -3
  41. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +30 -2
  42. package/src/sap/m/themes/sap_horizon_hcw/Text.less +1 -0
  43. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -2
  44. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +10 -182
  45. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
  46. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -182
  47. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
  48. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -2
  49. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
  50. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -2
  51. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
  52. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  53. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  54. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  55. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  56. package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
  57. package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
  58. package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
  59. package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
  60. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
  61. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
  62. package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
  63. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
  64. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
  65. package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
  66. package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
  67. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
  68. package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
  69. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
  70. package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
  71. package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
  72. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
  73. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
  74. package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
  75. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
  76. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -0
  77. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
  78. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -0
  79. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
  80. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +11 -22
  81. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +11 -22
  82. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +2 -21
  83. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +2 -21
  84. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +1 -2
  85. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +1 -2
@@ -3,13 +3,14 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_tnt_ToolHeader_Height: 2.75rem;
6
+ @_sap_tnt_ToolHeader_Height: 3.5rem;
7
7
  @_sap_tnt_ToolHeader_IconHeight: 0.75rem;
8
8
  @_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
9
9
  @_sap_tnt_ToolHeader_ArrowHeight: 0.125rem;
10
10
  @_sap_tnt_ToolHeader_ArrowMargin: 0 -0.25rem;
11
11
  @_sap_tnt_ToolHeader_Padding: 0 0.75rem;
12
12
  @_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
13
+ @_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
13
14
 
14
15
  .sapTntToolHeader {
15
16
  &.sapMTB {
@@ -54,7 +55,10 @@
54
55
  .sapMBtn:focus .sapMBtnDefault.sapMFocusable,
55
56
  .sapMBtn:focus .sapMBtnBack.sapMFocusable,
56
57
  .sapMBtn:focus .sapMBtnUp.sapMFocusable {
57
- outline-color: @_sap_tnt_ToolHeader_BorderColor;
58
+ &::before {
59
+ outline-color: @_sap_tnt_ToolHeader_BorderColor;
60
+ border-color: @_sap_tnt_ToolHeader_BorderColor !important;
61
+ }
58
62
  }
59
63
 
60
64
  .sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnTransparent,
@@ -180,7 +184,7 @@ html.sap-desktop .sapTntToolHeader .sapMFooter-CTX .sapMBtn:focus > .sapMBtnEmph
180
184
  // sap.m.MenuButton overriding
181
185
  // ==========================================================================
182
186
 
183
- .sapTntToolHeader {
187
+ .sapTntToolHeader.sapMIBar {
184
188
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
185
189
  color: @sapUiShellInteractiveTextColor;
186
190
  }
@@ -223,68 +227,6 @@ html.sap-desktop .sapTntToolHeader .sapMFooter-CTX .sapMBtn:focus > .sapMBtnEmph
223
227
  }
224
228
  }
225
229
 
226
- // ==========================================================================
227
- // sap.ui.core.Icon overriding
228
- // ==========================================================================
229
-
230
- .sapTntToolHeader {
231
- .sapUiIcon:not(.sapMITBInlineIcon) {
232
- color: @sapUiShellTextColor;
233
- outline-color: transparent;
234
-
235
- &.sapUiIconPointer:focus {
236
- outline-color: @sapUiContentContrastFocusColor;
237
- }
238
- }
239
-
240
- // no backgrounds
241
- .sapUiIcon:not(.sapMITBInlineIcon) {
242
- &.sapUiIconColorCritical {
243
- color: lighten(saturate(spin(@sapUiCriticalText, 8), 4), 21);
244
- }
245
-
246
- &.sapUiIconColorNegative {
247
- color: lighten(@sapUiNegativeText, 40);
248
- }
249
-
250
- &.sapUiIconColorPositive {
251
- color: lighten(desaturate(spin(@sapUiPositiveText, 335), 28), 50);
252
- }
253
-
254
- &.sapUiIconColorNeutral {
255
- color: lighten(saturate(spin(@sapUiNeutralText, 350), 4), 41);
256
- }
257
- }
258
-
259
- // backgrounds
260
- .sapUiIcon:not(.sapMITBInlineIcon) {
261
- &.sapUiIconBGColorContrast {
262
- color: @sapUiShellTextColor;
263
- background: transparent;
264
- }
265
-
266
- &.sapUiIconBGColorCritical {
267
- color: @sapUiBaseText;
268
- background: lighten(saturate(spin(@sapUiCriticalElement, 8), 4), 21);
269
- }
270
-
271
- &.sapUiIconBGColorNegative {
272
- color: @sapUiBaseText;
273
- background: lighten(@sapUiNegativeElement, 40);
274
- }
275
-
276
- &.sapUiIconBGColorNeutral {
277
- color: @sapUiBaseText;
278
- background: lighten(saturate(spin(@sapUiNeutralElement, 350), 4), 41);
279
- }
280
-
281
- &.sapUiIconBGColorPositive {
282
- color: @sapUiBaseText;
283
- background: lighten(desaturate(spin(@sapUiPositiveElement, 335), 28), 50);
284
- }
285
- }
286
- }
287
-
288
230
  // ==========================================================================
289
231
  // sap.m.Select overriding
290
232
  // ==========================================================================
@@ -441,15 +383,11 @@ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
441
383
  // ==========================================================================
442
384
 
443
385
  .sapTntToolHeader {
444
- .sapMITH {
445
- height: 2.75rem;
446
- background-color: transparent;
386
+ .sapMITH .sapMITBText {
387
+ color: @sapUiShellInteractiveTextColor;
388
+ text-shadow: none;
447
389
  }
448
390
 
449
- .sapMITH .sapMITBText {
450
- color: @sapUiShellInteractiveTextColor;
451
- text-shadow: none;
452
- }
453
391
  .sapMITH .sapMITBDisabled {
454
392
  opacity: @_sap_tnt_ToolHeader_DisabledOpacity;
455
393
  }
@@ -487,6 +425,7 @@ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
487
425
 
488
426
  .sapMITBHead .sapMITBFilter .sapMITBText + .sapMITBContentArrow {
489
427
  height: 0.875rem;
428
+ margin: 0 -0.1875rem;
490
429
  }
491
430
  }
492
431
 
@@ -512,116 +451,6 @@ html.sap-desktop .sapTntToolHeader {
512
451
  }
513
452
  }
514
453
 
515
- // ==========================================================================
516
- // sap.m.ObjectStatus overriding
517
- // ==========================================================================
518
-
519
- .sapTntToolHeader {
520
- .sapMObjStatus {
521
- .sapMObjStatusText,
522
- .sapMObjStatusIcon {
523
- text-shadow: none;
524
- }
525
- }
526
-
527
- .sapMObjStatus.sapMObjStatusError {
528
- .sapMObjStatusText,
529
- .sapMObjStatusIcon .sapUiIcon {
530
- color: lighten(@sapUiNegativeText, 40);
531
- }
532
- }
533
-
534
- .sapMObjStatus.sapMObjStatusInformation {
535
- .sapMObjStatusText,
536
- .sapMObjStatusIcon .sapUiIcon {
537
- color: lighten(desaturate(spin(@sapUiInformativeElement, 357), 6), 34);
538
- }
539
- }
540
-
541
- .sapMObjStatus.sapMObjStatusNone {
542
- .sapMObjStatusText,
543
- .sapMObjStatusIcon .sapUiIcon {
544
- color: lighten(saturate(spin(@sapUiNeutralText, 350), 4), 41);
545
- }
546
- }
547
-
548
- .sapMObjStatus.sapMObjStatusSuccess {
549
- .sapMObjStatusText,
550
- .sapMObjStatusIcon .sapUiIcon {
551
- color: lighten(desaturate(spin(@sapUiPositiveText, 335), 28), 50);
552
- }
553
- }
554
-
555
- .sapMObjStatus.sapMObjStatusWarning {
556
- .sapMObjStatusText,
557
- .sapMObjStatusIcon .sapUiIcon {
558
- color: lighten(saturate(spin(@sapUiCriticalText, 8), 4), 21);
559
- }
560
- }
561
-
562
- //Inverted
563
-
564
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusError {
565
- .sapMObjStatusText,
566
- .sapMObjStatusIcon,
567
- .sapMObjStatusIcon .sapUiIcon {
568
- background-color: lighten(@sapUiNegativeElement, 40);
569
- }
570
- }
571
-
572
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusInformation {
573
- .sapMObjStatusText,
574
- .sapMObjStatusIcon,
575
- .sapMObjStatusIcon .sapUiIcon {
576
- background-color: lighten(desaturate(spin(@sapUiInformativeElement, 357), 6), 34);
577
- }
578
- }
579
-
580
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusNone {
581
- .sapMObjStatusText,
582
- .sapMObjStatusIcon,
583
- .sapMObjStatusIcon .sapUiIcon {
584
- background-color: lighten(saturate(spin(@sapUiNeutralElement, 350), 4), 41);
585
- }
586
- }
587
-
588
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusSuccess {
589
- .sapMObjStatusText,
590
- .sapMObjStatusIcon,
591
- .sapMObjStatusIcon .sapUiIcon {
592
- background-color: lighten(desaturate(spin(@sapUiPositiveElement, 335), 28), 50);
593
- }
594
- }
595
-
596
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusWarning {
597
- .sapMObjStatusText,
598
- .sapMObjStatusIcon,
599
- .sapMObjStatusIcon .sapUiIcon {
600
- background-color: lighten(saturate(spin(@sapUiCriticalElement, 8), 4), 21);
601
- }
602
- }
603
-
604
- .sapMObjStatus.sapMObjStatusInverted {
605
- .sapMObjStatusIcon .sapUiIcon {
606
- height: @_sap_tnt_ToolHeader_IconHeight;
607
- vertical-align: text-top;
608
- }
609
- .sapMObjStatusText,
610
- .sapMObjStatusIcon .sapUiIcon{
611
-
612
- color: @sapUiBaseText;
613
- }
614
- }
615
-
616
- .sapMObjStatus .sapMObjStatusTitle {
617
- color: @sapUiShellActiveTextColor;
618
- }
619
- }
620
-
621
- html.sap-desktop .sapTntToolHeader .sapMObjStatusActive:focus .sapMObjStatusLink::after {
622
- outline-color: @_sap_tnt_ToolHeader_BorderColor;
623
- }
624
-
625
454
  // ==========================================================================
626
455
  // sap.m.Avatar / sap.f.Avatar overriding
627
456
  // ==========================================================================
@@ -3,5 +3,6 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ================================= */
5
5
 
6
- @_sap_tnt_ToolPage_AsideWidthOnTablet : 3.5rem;
7
- @_sap_tnt_ToolPage_HeaderHeight : 2.75rem;
6
+ @_sap_tnt_ToolPage_AsideWidthOnTablet: 3.5rem;
7
+ @_sap_tnt_ToolPage_HeaderHeight: 3.5rem;
8
+ @_sap_tnt_ToolPage_HeaderShadow: @sapUiContentShadow0;
@@ -3,8 +3,9 @@
3
3
  /* Horizon HCB theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_tnt_ToolHeader_Height: 2.75rem;
6
+ @_sap_tnt_ToolHeader_Height: 3.5rem;
7
7
  @_sap_tnt_ToolHeader_IconHeight: 0.75rem;
8
8
  @_sap_tnt_ToolHeader_ArrowMargin: 0 -0.25rem;
9
9
  @_sap_tnt_ToolHeader_Padding: 0 0.75rem;
10
- @_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
10
+ @_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
11
+ @_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
@@ -3,5 +3,6 @@
3
3
  /* Horizon HCB theme */
4
4
  /* ================================= */
5
5
 
6
- @_sap_tnt_ToolPage_AsideWidthOnTablet : 3.5rem;
7
- @_sap_tnt_ToolPage_HeaderHeight : 2.75rem;
6
+ @_sap_tnt_ToolPage_AsideWidthOnTablet: 3.5rem;
7
+ @_sap_tnt_ToolPage_HeaderHeight: 3.5rem;
8
+ @_sap_tnt_ToolPage_HeaderShadow: @sapUiContentHeaderShadow;
@@ -3,8 +3,9 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_tnt_ToolHeader_Height: 2.75rem;
6
+ @_sap_tnt_ToolHeader_Height: 3.5rem;
7
7
  @_sap_tnt_ToolHeader_IconHeight: 0.75rem;
8
8
  @_sap_tnt_ToolHeader_ArrowMargin: 0 -0.25rem;
9
9
  @_sap_tnt_ToolHeader_Padding: 0 0.75rem;
10
- @_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
10
+ @_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
11
+ @_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
@@ -3,5 +3,6 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_tnt_ToolPage_AsideWidthOnTablet : 3.5rem;
7
- @_sap_tnt_ToolPage_HeaderHeight : 2.75rem;
6
+ @_sap_tnt_ToolPage_AsideWidthOnTablet: 3.5rem;
7
+ @_sap_tnt_ToolPage_HeaderHeight: 3.5rem;
8
+ @_sap_tnt_ToolPage_HeaderShadow: @sapUiContentHeaderShadow;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.102.1</version>
9
+ <version>1.103.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.102.1</version>
9
+ <version>1.103.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.102.1</version>
9
+ <version>1.103.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.102.1</version>
9
+ <version>1.103.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12