@openui5/themelib_sap_horizon 1.130.0 → 1.131.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 (138) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +0 -4
  4. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +0 -7
  5. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +0 -7
  6. package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +4 -0
  7. package/src/sap/m/themes/sap_horizon/Carousel.less +0 -1
  8. package/src/sap/m/themes/sap_horizon/CheckBox.less +54 -46
  9. package/src/sap/m/themes/sap_horizon/CustomTile.less +1 -1
  10. package/src/sap/m/themes/sap_horizon/FeedInput.less +2 -2
  11. package/src/sap/m/themes/sap_horizon/GenericTag.less +37 -37
  12. package/src/sap/m/themes/sap_horizon/GenericTile.less +201 -130
  13. package/src/sap/m/themes/sap_horizon/HeaderContainer.less +3 -3
  14. package/src/sap/m/themes/sap_horizon/IconTabBar.less +1 -1
  15. package/src/sap/m/themes/sap_horizon/InputBase.less +25 -23
  16. package/src/sap/m/themes/sap_horizon/Label.less +2 -2
  17. package/src/sap/m/themes/sap_horizon/LightBox.less +2 -3
  18. package/src/sap/m/themes/sap_horizon/ListBase.less +7 -7
  19. package/src/sap/m/themes/sap_horizon/ListItemBase.less +1 -1
  20. package/src/sap/m/themes/sap_horizon/MenuButton.less +21 -14
  21. package/src/sap/m/themes/sap_horizon/MessageBox.less +8 -8
  22. package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
  23. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +3 -3
  24. package/src/sap/m/themes/sap_horizon/ObjectListItem.less +3 -3
  25. package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -2
  26. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +71 -63
  27. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +141 -116
  28. package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +12 -9
  29. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +2 -2
  30. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +4 -0
  31. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +0 -1
  32. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +54 -46
  33. package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +1 -1
  34. package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +2 -2
  35. package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +36 -36
  36. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +191 -124
  37. package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +3 -3
  38. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +26 -24
  40. package/src/sap/m/themes/sap_horizon_dark/Label.less +2 -2
  41. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -3
  42. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +7 -7
  43. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +1 -1
  44. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +16 -10
  45. package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +8 -8
  46. package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
  47. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +3 -3
  48. package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +3 -3
  49. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +3 -1
  50. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +71 -63
  51. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +142 -118
  52. package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +12 -9
  53. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +2 -2
  54. package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -12
  55. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
  56. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +55 -47
  57. package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +1 -1
  58. package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +20 -17
  59. package/src/sap/m/themes/sap_horizon_hcb/FeedListItem.less +3 -2
  60. package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +40 -40
  61. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +98 -55
  62. package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +6 -6
  63. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +4 -0
  64. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -20
  65. package/src/sap/m/themes/sap_horizon_hcb/Label.less +1 -1
  66. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +3 -2
  67. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +12 -12
  68. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +3 -3
  69. package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +9 -5
  70. package/src/sap/m/themes/sap_horizon_hcb/MenuListItem.less +1 -1
  71. package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +1 -1
  72. package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
  73. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +3 -3
  74. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +4 -4
  75. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +8 -8
  76. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +140 -129
  77. package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +5 -2
  78. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +2 -2
  79. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
  80. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +55 -47
  81. package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +1 -1
  82. package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +17 -15
  83. package/src/sap/m/themes/sap_horizon_hcw/FeedListItem.less +3 -2
  84. package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +41 -41
  85. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +100 -57
  86. package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +6 -6
  87. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +4 -0
  88. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +22 -20
  89. package/src/sap/m/themes/sap_horizon_hcw/Label.less +1 -1
  90. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -4
  91. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +12 -12
  92. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +3 -3
  93. package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +9 -5
  94. package/src/sap/m/themes/sap_horizon_hcw/MenuListItem.less +1 -1
  95. package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +1 -1
  96. package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
  97. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +3 -3
  98. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +4 -4
  99. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +9 -8
  100. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +141 -131
  101. package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +5 -2
  102. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +2 -2
  103. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +1 -3
  104. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +0 -21
  105. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -11
  106. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +1 -3
  107. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +0 -21
  108. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -11
  109. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -3
  110. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +0 -18
  111. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +0 -10
  112. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -3
  113. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +0 -18
  114. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +0 -10
  115. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  116. package/src/sap/ui/core/themes/sap_horizon/base.less +414 -18
  117. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  118. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  119. package/src/sap/ui/core/themes/sap_horizon/global.less +32 -0
  120. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  121. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +412 -16
  122. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  123. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  124. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +32 -0
  125. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  126. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +421 -25
  127. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  128. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  129. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +32 -0
  130. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  131. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +420 -24
  132. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  133. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  134. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +32 -0
  135. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +1 -1
  136. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +1 -1
  137. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
  138. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2024 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 14.0.2
4
- // * data:{"sModified":"2024-08-08T08:45:16Z"}
3
+ // * Theming Engine 14.1.4
4
+ // * data:{"sModified":"2024-11-04T10:14:04Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.18.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.22.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -535,11 +535,15 @@
535
535
 
536
536
  // [Tags "!Protected"]
537
537
  // [Protected "!true"]
538
- @sapContent_BadgeBackground: @sapBackgroundColor;
538
+ @sapContent_BadgeBackground: @sapHC_StandardForeground;
539
539
 
540
540
  // [Tags "!Protected"]
541
541
  // [Protected "!true"]
542
- @sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
542
+ @sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapBaseColor, @sapContent_ContrastTextThreshold);
543
+
544
+ // [Tags "!Protected"]
545
+ // [Protected "!true"]
546
+ @sapContent_BadgeBorderColor: @sapBaseColor;
543
547
 
544
548
  // [Tags "!Protected"]
545
549
  // [Protected "!true"]
@@ -567,83 +571,215 @@
567
571
 
568
572
  // [Tags "!Protected"]
569
573
  // [Protected "!true"]
570
- @sapContent_Illustrative_Color1: #212628;
574
+ @sapContent_Lite_Shadow: @sapContent_Shadow1;
575
+
576
+ // [Tags "!Protected"]
577
+ // [Protected "!true"]
578
+ @sapContent_Illustrative_Color1: #9b015d;
579
+
580
+ // [Tags "!Protected"]
581
+ // [Protected "!true"]
582
+ @sapContent_Illustrative_Color2: #4d82b8;
583
+
584
+ // [Tags "!Protected"]
585
+ // [Protected "!true"]
586
+ @sapContent_Illustrative_Color3: #ff7f4c;
587
+
588
+ // [Tags "!Protected"]
589
+ // [Protected "!true"]
590
+ @sapContent_Illustrative_Color4: #688fb7;
591
+
592
+ // [Tags "!Protected"]
593
+ // [Protected "!true"]
594
+ @sapContent_Illustrative_Color5: #fff;
595
+
596
+ // [Tags "!Protected"]
597
+ // [Protected "!true"]
598
+ @sapContent_Illustrative_Color6: #818f98;
599
+
600
+ // [Tags "!Protected"]
601
+ // [Protected "!true"]
602
+ @sapContent_Illustrative_Color7: #101619;
603
+
604
+ // [Tags "!Protected"]
605
+ // [Protected "!true"]
606
+ @sapContent_Illustrative_Color8: #d5dadd;
607
+
608
+ // [Tags "!Protected"]
609
+ // [Protected "!true"]
610
+ @sapContent_Illustrative_Color9: #0899a7;
611
+
612
+ // [Tags "!Protected"]
613
+ // [Protected "!true"]
614
+ @sapContent_Illustrative_Color10: #ebf8ff;
615
+
616
+ // [Tags "!Protected"]
617
+ // [Protected "!true"]
618
+ @sapContent_Illustrative_Color11: #fa4f96;
619
+
620
+ // [Tags "!Protected"]
621
+ // [Protected "!true"]
622
+ @sapContent_Illustrative_Color12: #00a800;
571
623
 
572
624
  // [Tags "!Protected"]
573
625
  // [Protected "!true"]
574
- @sapContent_Illustrative_Color2: #fff;
626
+ @sapContent_Illustrative_Color13: #3b5b7c;
575
627
 
576
628
  // [Tags "!Protected"]
577
629
  // [Protected "!true"]
578
- @sapContent_Illustrative_Color3: #ccc;
630
+ @sapContent_Illustrative_Color14: #2a4259;
579
631
 
580
632
  // [Tags "!Protected"]
581
633
  // [Protected "!true"]
582
- @sapContent_Illustrative_Color4: #fff;
634
+ @sapContent_Illustrative_Color15: #c35500;
583
635
 
584
636
  // [Tags "!Protected"]
585
637
  // [Protected "!true"]
586
- @sapContent_Illustrative_Color5: #88979e;
638
+ @sapContent_Illustrative_Color16: #8d2a00;
587
639
 
588
640
  // [Tags "!Protected"]
589
641
  // [Protected "!true"]
590
- @sapContent_Illustrative_Color6: #88979e;
642
+ @sapContent_Illustrative_Color17: #046c7c;
591
643
 
592
644
  // [Tags "!Protected"]
593
645
  // [Protected "!true"]
594
- @sapContent_Illustrative_Color7: #212628;
646
+ @sapContent_Illustrative_Color18: #2a4259;
595
647
 
596
648
  // [Tags "!Protected"]
597
649
  // [Protected "!true"]
598
- @sapContent_Illustrative_Color8: #000;
650
+ @sapContent_Illustrative_Color19: #324e6b;
599
651
 
600
652
  // [Tags "!Protected"]
601
653
  // [Protected "!true"]
602
- @sapContent_Illustrative_Color9: #62737c;
654
+ @sapContent_Illustrative_Color20: #222f3b;
603
655
 
604
656
  // [Tags "!Protected"]
605
657
  // [Protected "!true"]
606
- @sapContent_Illustrative_Color10: #e7e9ea;
658
+ @sapContent_Illustrative_Color21: #101619;
607
659
 
608
660
  // [Tags "!Protected"]
609
661
  // [Protected "!true"]
610
- @sapContent_Illustrative_Color11: #fff;
662
+ @sapContent_Illustrative_Color22: #00144a;
611
663
 
612
664
  // [Tags "!Protected"]
613
665
  // [Protected "!true"]
614
- @sapContent_Illustrative_Color12: #fff;
666
+ @sapContent_Illustrative_Color23: #d20a0a;
615
667
 
616
668
  // [Tags "!Protected"]
617
669
  // [Protected "!true"]
618
- @sapContent_Illustrative_Color13: #ccc;
670
+ @sapContent_Illustrative_Color24: #d094b0;
619
671
 
620
672
  // [Tags "!Protected"]
621
673
  // [Protected "!true"]
622
- @sapContent_Illustrative_Color14: #999;
674
+ @sapContent_Illustrative_Color25: #d0c1cb;
623
675
 
624
676
  // [Tags "!Protected"]
625
677
  // [Protected "!true"]
626
- @sapContent_Illustrative_Color15: #999;
678
+ @sapContent_Illustrative_Color26: #d0b863;
627
679
 
628
680
  // [Tags "!Protected"]
629
681
  // [Protected "!true"]
630
- @sapContent_Illustrative_Color16: #505e65;
682
+ @sapContent_Illustrative_Color27: #d0cdb3;
631
683
 
632
684
  // [Tags "!Protected"]
633
685
  // [Protected "!true"]
634
- @sapContent_Illustrative_Color17: #505e65;
686
+ @sapContent_Illustrative_Color28: #a93e00;
635
687
 
636
688
  // [Tags "!Protected"]
637
689
  // [Protected "!true"]
638
- @sapContent_Illustrative_Color18: #2d3336;
690
+ @sapContent_Illustrative_Color29: #450b00;
639
691
 
640
692
  // [Tags "!Protected"]
641
693
  // [Protected "!true"]
642
- @sapContent_Illustrative_Color19: #384144;
694
+ @sapContent_Illustrative_Color30: #340800;
643
695
 
644
696
  // [Tags "!Protected"]
645
697
  // [Protected "!true"]
646
- @sapContent_Illustrative_Color20: #444e52;
698
+ @sapContent_Illustrative_Color31: #ffab92;
699
+
700
+ // [Tags "!Protected"]
701
+ // [Protected "!true"]
702
+ @sapContent_Space_S: 1rem;
703
+
704
+ // [Tags "!Protected"]
705
+ // [Protected "!true"]
706
+ @sapContent_Space_M: 2rem;
707
+
708
+ // [Tags "!Protected"]
709
+ // [Protected "!true"]
710
+ @sapContent_Space_L: 2rem;
711
+
712
+ // [Tags "!Protected"]
713
+ // [Protected "!true"]
714
+ @sapContent_Space_XL: 3rem;
715
+
716
+ // [Tags "!Protected"]
717
+ // [Protected "!true"]
718
+ @sapContent_Space_Tiny: 2rem;
719
+
720
+ // [Tags "!Protected"]
721
+ // [Protected "!true"]
722
+ @sapContent_Space_Small: 1rem;
723
+
724
+ // [Tags "!Protected"]
725
+ // [Protected "!true"]
726
+ @sapContent_Space_Medium: 2rem;
727
+
728
+ // [Tags "!Protected"]
729
+ // [Protected "!true"]
730
+ @sapContent_Space_Large: 3rem;
731
+
732
+ // [Tags "!Protected"]
733
+ // [Protected "!true"]
734
+ @sapContent_Margin_Tiny: 0 0 1rem;
735
+
736
+ // [Tags "!Protected"]
737
+ // [Protected "!true"]
738
+ @sapContent_Margin_Small: 1rem;
739
+
740
+ // [Tags "!Protected"]
741
+ // [Protected "!true"]
742
+ @sapContent_Margin_Medium: 1rem 2rem;
743
+
744
+ // [Tags "!Protected"]
745
+ // [Protected "!true"]
746
+ @sapContent_Margin_Large: 1rem 3rem;
747
+
748
+ // [Tags "!Protected"]
749
+ // [Protected "!true"]
750
+ @sapContent_Gap: 1rem;
751
+
752
+ // [Tags "!Protected"]
753
+ // [Protected "!true"]
754
+ @sapContent_Padding_S: 0rem;
755
+
756
+ // [Tags "!Protected"]
757
+ // [Protected "!true"]
758
+ @sapContent_Padding_M: 2rem;
759
+
760
+ // [Tags "!Protected"]
761
+ // [Protected "!true"]
762
+ @sapContent_Padding_L: 2rem;
763
+
764
+ // [Tags "!Protected"]
765
+ // [Protected "!true"]
766
+ @sapContent_Padding_XL: 3rem;
767
+
768
+ // [Tags "!Protected"]
769
+ // [Protected "!true"]
770
+ @sapContent_Success_HeaderShadow: inset 0 -0.125rem @sapSuccessBorderColor;
771
+
772
+ // [Tags "!Protected"]
773
+ // [Protected "!true"]
774
+ @sapContent_Warning_HeaderShadow: inset 0 -0.125rem @sapWarningBorderColor;
775
+
776
+ // [Tags "!Protected"]
777
+ // [Protected "!true"]
778
+ @sapContent_Error_HeaderShadow: inset 0 -0.125rem @sapErrorBorderColor;
779
+
780
+ // [Tags "!Protected"]
781
+ // [Protected "!true"]
782
+ @sapContent_Information_HeaderShadow: inset 0 -0.125rem @sapInformationBorderColor;
647
783
 
648
784
  // [Tags "!Protected"]
649
785
  // [Protected "!true"]
@@ -851,6 +987,10 @@
851
987
  // [Tags "!Protected"]
852
988
  // [Protected "!true"]
853
989
  @sapShell_Assistant_ForegroundColor: @sapShell_Selected_TextColor;
990
+
991
+ // [Tags "!Protected"]
992
+ // [Protected "!true"]
993
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
854
994
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
855
995
 
856
996
  // [Tags "!Protected"]
@@ -964,6 +1104,54 @@
964
1104
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
965
1105
  @sapShell_Category_16_TextShadow: none;
966
1106
 
1107
+ // [Tags "!Protected"]
1108
+ // [Protected "!true"]
1109
+ @sapShell_Space_S: 0.5rem;
1110
+
1111
+ // [Tags "!Protected"]
1112
+ // [Protected "!true"]
1113
+ @sapShell_Space_M: 2rem;
1114
+
1115
+ // [Tags "!Protected"]
1116
+ // [Protected "!true"]
1117
+ @sapShell_Space_L: 2rem;
1118
+
1119
+ // [Tags "!Protected"]
1120
+ // [Protected "!true"]
1121
+ @sapShell_Space_XL: 3rem;
1122
+
1123
+ // [Tags "!Protected"]
1124
+ // [Protected "!true"]
1125
+ @sapShell_Gap_S: 0.5rem;
1126
+
1127
+ // [Tags "!Protected"]
1128
+ // [Protected "!true"]
1129
+ @sapShell_Gap_M: 1rem;
1130
+
1131
+ // [Tags "!Protected"]
1132
+ // [Protected "!true"]
1133
+ @sapShell_Gap_L: 1rem;
1134
+
1135
+ // [Tags "!Protected"]
1136
+ // [Protected "!true"]
1137
+ @sapShell_Gap_XL: 1rem;
1138
+
1139
+ // [Tags "!Protected"]
1140
+ // [Protected "!true"]
1141
+ @sapShell_GroupGap_S: 2rem;
1142
+
1143
+ // [Tags "!Protected"]
1144
+ // [Protected "!true"]
1145
+ @sapShell_GroupGap_M: 3rem;
1146
+
1147
+ // [Tags "!Protected"]
1148
+ // [Protected "!true"]
1149
+ @sapShell_GroupGap_L: 3rem;
1150
+
1151
+ // [Tags "!Protected"]
1152
+ // [Protected "!true"]
1153
+ @sapShell_GroupGap_XL: 3rem;
1154
+
967
1155
  // [Tags "!Protected"]
968
1156
  // [Protected "!true"]
969
1157
  @sapAssistant_Color1: @sapHC_StandardForeground;
@@ -1048,6 +1236,10 @@
1048
1236
  // [Protected "!true"]
1049
1237
  @sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1050
1238
 
1239
+ // [Tags "!Protected"]
1240
+ // [Protected "!true"]
1241
+ @sapAvatar_1_Hover_Background: @sapHoverColor;
1242
+
1051
1243
  // [Tags "!Protected"]
1052
1244
  // [Protected "!true"]
1053
1245
  @sapAvatar_2_Background: @sapBackgroundColor;
@@ -1060,6 +1252,10 @@
1060
1252
  // [Protected "!true"]
1061
1253
  @sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1062
1254
 
1255
+ // [Tags "!Protected"]
1256
+ // [Protected "!true"]
1257
+ @sapAvatar_2_Hover_Background: @sapHoverColor;
1258
+
1063
1259
  // [Tags "!Protected"]
1064
1260
  // [Protected "!true"]
1065
1261
  @sapAvatar_3_Background: @sapBackgroundColor;
@@ -1072,6 +1268,10 @@
1072
1268
  // [Protected "!true"]
1073
1269
  @sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1074
1270
 
1271
+ // [Tags "!Protected"]
1272
+ // [Protected "!true"]
1273
+ @sapAvatar_3_Hover_Background: @sapHoverColor;
1274
+
1075
1275
  // [Tags "!Protected"]
1076
1276
  // [Protected "!true"]
1077
1277
  @sapAvatar_4_Background: @sapBackgroundColor;
@@ -1084,6 +1284,10 @@
1084
1284
  // [Protected "!true"]
1085
1285
  @sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1086
1286
 
1287
+ // [Tags "!Protected"]
1288
+ // [Protected "!true"]
1289
+ @sapAvatar_4_Hover_Background: @sapHoverColor;
1290
+
1087
1291
  // [Tags "!Protected"]
1088
1292
  // [Protected "!true"]
1089
1293
  @sapAvatar_5_Background: @sapBackgroundColor;
@@ -1096,6 +1300,10 @@
1096
1300
  // [Protected "!true"]
1097
1301
  @sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1098
1302
 
1303
+ // [Tags "!Protected"]
1304
+ // [Protected "!true"]
1305
+ @sapAvatar_5_Hover_Background: @sapHoverColor;
1306
+
1099
1307
  // [Tags "!Protected"]
1100
1308
  // [Protected "!true"]
1101
1309
  @sapAvatar_6_Background: @sapBackgroundColor;
@@ -1108,6 +1316,10 @@
1108
1316
  // [Protected "!true"]
1109
1317
  @sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1110
1318
 
1319
+ // [Tags "!Protected"]
1320
+ // [Protected "!true"]
1321
+ @sapAvatar_6_Hover_Background: @sapHoverColor;
1322
+
1111
1323
  // [Tags "!Protected"]
1112
1324
  // [Protected "!true"]
1113
1325
  @sapAvatar_7_Background: @sapBackgroundColor;
@@ -1120,6 +1332,10 @@
1120
1332
  // [Protected "!true"]
1121
1333
  @sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1122
1334
 
1335
+ // [Tags "!Protected"]
1336
+ // [Protected "!true"]
1337
+ @sapAvatar_7_Hover_Background: @sapHoverColor;
1338
+
1123
1339
  // [Tags "!Protected"]
1124
1340
  // [Protected "!true"]
1125
1341
  @sapAvatar_8_Background: @sapBackgroundColor;
@@ -1132,6 +1348,10 @@
1132
1348
  // [Protected "!true"]
1133
1349
  @sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1134
1350
 
1351
+ // [Tags "!Protected"]
1352
+ // [Protected "!true"]
1353
+ @sapAvatar_8_Hover_Background: @sapHoverColor;
1354
+
1135
1355
  // [Tags "!Protected"]
1136
1356
  // [Protected "!true"]
1137
1357
  @sapAvatar_9_Background: @sapBackgroundColor;
@@ -1144,6 +1364,10 @@
1144
1364
  // [Protected "!true"]
1145
1365
  @sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1146
1366
 
1367
+ // [Tags "!Protected"]
1368
+ // [Protected "!true"]
1369
+ @sapAvatar_9_Hover_Background: @sapHoverColor;
1370
+
1147
1371
  // [Tags "!Protected"]
1148
1372
  // [Protected "!true"]
1149
1373
  @sapAvatar_10_Background: @sapBackgroundColor;
@@ -1156,6 +1380,22 @@
1156
1380
  // [Protected "!true"]
1157
1381
  @sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1158
1382
 
1383
+ // [Tags "!Protected"]
1384
+ // [Protected "!true"]
1385
+ @sapAvatar_10_Hover_Background: @sapHoverColor;
1386
+
1387
+ // [Tags "!Protected"]
1388
+ // [Protected "!true"]
1389
+ @sapAvatar_Lite_BorderColor: @sapGroup_ContentBorderColor;
1390
+
1391
+ // [Tags "!Protected"]
1392
+ // [Protected "!true"]
1393
+ @sapAvatar_Lite_Background: @sapBackgroundColor;
1394
+
1395
+ // [Tags "!Protected"]
1396
+ // [Protected "!true"]
1397
+ @sapAvatar_Hover_BorderColor: @sapField_BorderColor;
1398
+
1159
1399
  // [Tags "!Protected"]
1160
1400
  // [Protected "!true"]
1161
1401
  @sapButton_Background: @sapBackgroundColor;
@@ -1176,6 +1416,10 @@
1176
1416
  // [Protected "!true"]
1177
1417
  @sapButton_TextColor: contrast(@sapButton_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1178
1418
 
1419
+ // [Tags "!Protected"]
1420
+ // [Protected "!true"]
1421
+ @sapButton_FontFamily: @sapFontFamily;
1422
+
1179
1423
  // [Tags "!Protected"]
1180
1424
  // [Protected "!true"]
1181
1425
  @sapButton_Hover_Background: @sapHoverColor;
@@ -1212,10 +1456,18 @@
1212
1456
  // [Protected "!true"]
1213
1457
  @sapButton_Emphasized_BorderColor: @sapButton_BorderColor;
1214
1458
 
1459
+ // [Tags "!Protected"]
1460
+ // [Protected "!true"]
1461
+ @sapButton_Emphasized_BorderWidth: .125 * @sapContent_GridSize;
1462
+
1215
1463
  // [Tags "!Protected"]
1216
1464
  // [Protected "!true"]
1217
1465
  @sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1218
1466
 
1467
+ // [Tags "!Protected"]
1468
+ // [Protected "!true"]
1469
+ @sapButton_Emphasized_FontFamily: @sapFontBoldFamily;
1470
+
1219
1471
  // [Tags "!Protected"]
1220
1472
  // [Protected "!true"]
1221
1473
  @sapButton_Emphasized_Hover_Background: @sapButton_Hover_Background;
@@ -1816,6 +2068,22 @@
1816
2068
  // [Protected "!true"]
1817
2069
  @sapButton_TokenBorderColor: @sapButton_BorderColor;
1818
2070
 
2071
+ // [Tags "!Protected"]
2072
+ // [Protected "!true"]
2073
+ @sapButton_TokenBorderCornerRadius: 0.25 * @sapContent_GridSize;
2074
+
2075
+ // [Tags "!Protected"]
2076
+ // [Protected "!true"]
2077
+ @sapButton_Selected_TokenBorderWidth: 0;
2078
+
2079
+ // [Tags "!Protected"]
2080
+ // [Protected "!true"]
2081
+ @sapButton_ReadOnly_TokenBackground: @sapField_ReadOnly_Background;
2082
+
2083
+ // [Tags "!Protected"]
2084
+ // [Protected "!true"]
2085
+ @sapButton_Segment_BorderCornerRadius: 0;
2086
+
1819
2087
  // [Tags "!Protected"]
1820
2088
  // [Protected "!true"]
1821
2089
  @sapField_Background: @sapBackgroundColor;
@@ -1998,6 +2266,62 @@
1998
2266
  @sapField_InformationBorderStyle: dashed;
1999
2267
  @sapField_InformationShadow: none;
2000
2268
 
2269
+ // [Tags "!Protected"]
2270
+ // [Protected "!true"]
2271
+ @sapField_Selector_Hover_Background: @sapHC_HighlightAltBackground;
2272
+
2273
+ // [Tags "!Protected"]
2274
+ // [Protected "!true"]
2275
+ @sapField_Selector_Hover_InvalidBackground: sapField_InvalidBackground;
2276
+
2277
+ // [Tags "!Protected"]
2278
+ // [Protected "!true"]
2279
+ @sapField_Selector_Hover_WarningBackground: @sapField_Hover_Background;
2280
+
2281
+ // [Tags "!Protected"]
2282
+ // [Protected "!true"]
2283
+ @sapField_Selector_Hover_SuccessBackground: @sapField_Hover_Background;
2284
+
2285
+ // [Tags "!Protected"]
2286
+ // [Protected "!true"]
2287
+ @sapField_Selector_Hover_InformationBackground: @sapField_Hover_Background;
2288
+
2289
+ // [Tags "!Protected"]
2290
+ // [Protected "!true"]
2291
+ @sapField_Picker_BorderColor: @sapContent_ForegroundColor;
2292
+
2293
+ // [Tags "!Protected"]
2294
+ // [Protected "!true"]
2295
+ @sapField_Picker_BorderWidth: 0.125 * @sapContent_GridSize;
2296
+
2297
+ // [Tags "!Protected"]
2298
+ // [Protected "!true"]
2299
+ @sapField_Selector_BorderStyle: solid;
2300
+
2301
+ // [Tags "!Protected"]
2302
+ // [Protected "!true"]
2303
+ @sapField_Selector_ReadOnly_BorderStyle: solid;
2304
+
2305
+ // [Tags "!Protected"]
2306
+ // [Protected "!true"]
2307
+ @sapField_Selector_InvalidBorderStyle: dashed;
2308
+
2309
+ // [Tags "!Protected"]
2310
+ // [Protected "!true"]
2311
+ @sapField_Selector_WarningBorderStyle: dashed;
2312
+
2313
+ // [Tags "!Protected"]
2314
+ // [Protected "!true"]
2315
+ @sapField_Selector_SuccessBorderStyle: solid;
2316
+
2317
+ // [Tags "!Protected"]
2318
+ // [Protected "!true"]
2319
+ @sapField_Selector_InformationBorderStyle: dashed;
2320
+
2321
+ // [Tags "!Protected"]
2322
+ // [Protected "!true"]
2323
+ @sapGroup_TitleBorderWidth: 0.125 * @sapContent_GridSize;
2324
+
2001
2325
  // [Tags "!Protected"]
2002
2326
  // [Protected "!true"]
2003
2327
  @sapGroup_TitleBackground: @sapBackgroundColor;
@@ -2138,6 +2462,14 @@
2138
2462
  // [Protected "!true"]
2139
2463
  @sapList_TableFixedBorderColor: @sapHC_StandardForeground;
2140
2464
 
2465
+ // [Tags "!Protected"]
2466
+ // [Protected "!true"]
2467
+ @sapList_TableFixedColumnBorderWidth: 0.1875 * @sapContent_GridSize;
2468
+
2469
+ // [Tags "!Protected"]
2470
+ // [Protected "!true"]
2471
+ @sapList_TableFixedRowBorderWidth: 0.1875 * @sapContent_GridSize;
2472
+
2141
2473
  // [Tags "!Protected"]
2142
2474
  // [Protected "!true"]
2143
2475
  @sapMessage_ErrorBorderColor: @sapErrorBorderColor;
@@ -2438,6 +2770,10 @@
2438
2770
  // [Protected "!true"]
2439
2771
  @sapBlockLayer_Background: @sapBackgroundColor;
2440
2772
 
2773
+ // [Tags "!Protected"]
2774
+ // [Protected "!true"]
2775
+ @sapBlockLayer_Opacity: 0.3;
2776
+
2441
2777
  // [Tags "!Protected"]
2442
2778
  // [Protected "!true"]
2443
2779
  @sapTile_Background: @sapBackgroundColor;
@@ -2486,6 +2822,14 @@
2486
2822
  // [Protected "!true"]
2487
2823
  @sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2488
2824
 
2825
+ // [Tags "!Protected"]
2826
+ // [Protected "!true"]
2827
+ @sapTile_Hover_ContentBackground: @sapTile_Hover_Background;
2828
+
2829
+ // [Tags "!Protected"]
2830
+ // [Protected "!true"]
2831
+ @sapTile_Active_ContentBackground: @sapTile_Active_Background;
2832
+
2489
2833
  // [Tags "!Protected"]
2490
2834
  // [Protected "!true"]
2491
2835
  @sapAccentColor1: #ffc847;
@@ -2821,11 +3165,29 @@
2821
3165
  @sapIndicationColor_8b: @sapIndicationColor_8;
2822
3166
  @sapIndicationColor_8b_BorderColor: @sapContent_ForegroundBorderColor;
2823
3167
  @sapIndicationColor_8b_Hover_Background: @sapButton_Hover_Background;
3168
+
3169
+ // [Tags "!Protected"]
3170
+ // [Protected "!true"]
2824
3171
  @sapIndicationColor_9: #000;
3172
+
3173
+ // [Tags "!Protected"]
3174
+ // [Protected "!true"]
2825
3175
  @sapIndicationColor_9_Background: @sapBackgroundColor;
3176
+
3177
+ // [Tags "!Protected"]
3178
+ // [Protected "!true"]
2826
3179
  @sapIndicationColor_9_BorderColor: @sapContent_ForegroundBorderColor;
3180
+
3181
+ // [Tags "!Protected"]
3182
+ // [Protected "!true"]
2827
3183
  @sapIndicationColor_9_TextColor: contrast(@sapIndicationColor_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
3184
+
3185
+ // [Tags "!Protected"]
3186
+ // [Protected "!true"]
2828
3187
  @sapIndicationColor_9_Hover_Background: @sapButton_Hover_Background;
3188
+
3189
+ // [Tags "!Protected"]
3190
+ // [Protected "!true"]
2829
3191
  @sapIndicationColor_9_Active_Background: @sapButton_Active_Background;
2830
3192
  @sapIndicationColor_9_Active_BorderColor: @sapButton_Active_BorderColor;
2831
3193
  @sapIndicationColor_9_Active_TextColor: @sapIndicationColor_9_TextColor;
@@ -2835,11 +3197,29 @@
2835
3197
  @sapIndicationColor_9b: @sapIndicationColor_9;
2836
3198
  @sapIndicationColor_9b_BorderColor: @sapContent_ForegroundBorderColor;
2837
3199
  @sapIndicationColor_9b_Hover_Background: @sapButton_Hover_Background;
3200
+
3201
+ // [Tags "!Protected"]
3202
+ // [Protected "!true"]
2838
3203
  @sapIndicationColor_10: #494949;
3204
+
3205
+ // [Tags "!Protected"]
3206
+ // [Protected "!true"]
2839
3207
  @sapIndicationColor_10_Background: @sapBackgroundColor;
3208
+
3209
+ // [Tags "!Protected"]
3210
+ // [Protected "!true"]
2840
3211
  @sapIndicationColor_10_BorderColor: @sapContent_ForegroundBorderColor;
3212
+
3213
+ // [Tags "!Protected"]
3214
+ // [Protected "!true"]
2841
3215
  @sapIndicationColor_10_TextColor: contrast(@sapIndicationColor_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
3216
+
3217
+ // [Tags "!Protected"]
3218
+ // [Protected "!true"]
2842
3219
  @sapIndicationColor_10_Hover_Background: @sapButton_Hover_Background;
3220
+
3221
+ // [Tags "!Protected"]
3222
+ // [Protected "!true"]
2843
3223
  @sapIndicationColor_10_Active_Background: @sapButton_Active_Background;
2844
3224
  @sapIndicationColor_10_Active_BorderColor: @sapButton_Active_BorderColor;
2845
3225
  @sapIndicationColor_10_Active_TextColor: @sapIndicationColor_10_TextColor;
@@ -3699,3 +4079,19 @@
3699
4079
  @sapSvgLib_SAPWeb-icons: url(./../sap_horizon/svg/libs/SAPWeb-icons.svg);
3700
4080
  @sapBackgroundColorDefault: @sapBackgroundColor;
3701
4081
  @sapList_HighlightColor: @sapHighlightColor;
4082
+
4083
+ // [Tags "!Protected"]
4084
+ // [Protected "!true"]
4085
+ @sapBreakpoint_S_Min: 0;
4086
+
4087
+ // [Tags "!Protected"]
4088
+ // [Protected "!true"]
4089
+ @sapBreakpoint_M_Min: 600px;
4090
+
4091
+ // [Tags "!Protected"]
4092
+ // [Protected "!true"]
4093
+ @sapBreakpoint_L_Min: 1024px;
4094
+
4095
+ // [Tags "!Protected"]
4096
+ // [Protected "!true"]
4097
+ @sapBreakpoint_XL_Min: 1440px;