@openui5/themelib_sap_horizon 1.118.0 → 1.119.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 (105) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +81 -25
  4. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +3 -3
  5. package/src/sap/f/themes/sap_horizon/ShellBar.less +2 -1
  6. package/src/sap/f/themes/sap_horizon/SidePanel.less +7 -0
  7. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
  8. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +3 -3
  9. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +2 -2
  10. package/src/sap/f/themes/sap_horizon_dark/SidePanel.less +7 -0
  11. package/src/sap/f/themes/sap_horizon_hcb/SidePanel.less +10 -0
  12. package/src/sap/f/themes/sap_horizon_hcw/SidePanel.less +10 -0
  13. package/src/sap/m/themes/sap_horizon/BusyIndicator.less +2 -2
  14. package/src/sap/m/themes/sap_horizon/Button.less +13 -26
  15. package/src/sap/m/themes/sap_horizon/GenericTile.less +37 -0
  16. package/src/sap/m/themes/sap_horizon/IconTabBar.less +40 -17
  17. package/src/sap/m/themes/sap_horizon/InputBase.less +5 -1
  18. package/src/sap/m/themes/sap_horizon/MessageStrip.less +4 -12
  19. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
  20. package/src/sap/m/themes/sap_horizon/Page.less +2 -1
  21. package/src/sap/m/themes/sap_horizon/RadioButton.less +0 -21
  22. package/src/sap/m/themes/sap_horizon/SearchField.less +8 -5
  23. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +34 -15
  24. package/src/sap/m/themes/sap_horizon/Select.less +4 -2
  25. package/src/sap/m/themes/sap_horizon/TextArea.less +4 -0
  26. package/src/sap/m/themes/sap_horizon/Title.less +19 -6
  27. package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -19
  28. package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +2 -2
  29. package/src/sap/m/themes/sap_horizon_dark/Button.less +13 -26
  30. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +38 -0
  31. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +30 -7
  32. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +5 -1
  33. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +4 -12
  34. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
  35. package/src/sap/m/themes/sap_horizon_dark/Page.less +2 -1
  36. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +0 -21
  37. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +10 -6
  38. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +34 -15
  39. package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -1
  40. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +4 -0
  41. package/src/sap/m/themes/sap_horizon_dark/Title.less +19 -6
  42. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -20
  43. package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +2 -2
  44. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  45. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -2
  46. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +0 -1
  47. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
  48. package/src/sap/m/themes/sap_horizon_hcb/Page.less +2 -1
  49. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -4
  50. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +1 -0
  51. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +22 -0
  52. package/src/sap/m/themes/sap_horizon_hcb/Title.less +19 -6
  53. package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +2 -2
  54. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  55. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -2
  56. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +0 -1
  57. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
  58. package/src/sap/m/themes/sap_horizon_hcw/Page.less +2 -1
  59. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -4
  60. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +1 -0
  61. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +22 -0
  62. package/src/sap/m/themes/sap_horizon_hcw/Title.less +19 -6
  63. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +28 -14
  64. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -2
  65. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  66. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +28 -14
  67. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -2
  68. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  69. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +21 -6
  70. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +10 -2
  71. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +21 -6
  72. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +10 -2
  73. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  74. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  75. package/src/sap/ui/core/themes/sap_horizon/base.less +138 -137
  76. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  77. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  78. package/src/sap/ui/core/themes/sap_horizon/global.less +8 -8
  79. package/src/sap/ui/core/themes/sap_horizon/library.source.less +4 -0
  80. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  81. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +111 -110
  82. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  83. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  84. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +8 -8
  85. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +4 -0
  86. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  87. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
  88. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  89. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  90. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +8 -8
  91. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  92. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +14 -14
  93. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  94. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  95. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +8 -8
  96. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +1 -1
  97. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +3 -1
  98. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -1
  99. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +3 -1
  100. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -1
  101. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +0 -2
  102. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +7 -2
  103. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +7 -2
  104. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +4 -3
  105. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +4 -3
@@ -805,14 +805,14 @@
805
805
  @sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
806
806
  @sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
807
807
  @sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
808
- @sapUiIndication7ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
809
- @sapUiIndication7ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
810
- @sapUiIndication7SelectedBackground: @sapIndicationColor_6_Selected_Background;
811
- @sapUiIndication7SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
812
- @sapUiIndication7SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
813
- @sapUiIndication7b: @sapIndicationColor_6b;
814
- @sapUiIndication7bBorderColor: @sapIndicationColor_6_BorderColor;
815
- @sapUiIndication7bHoverBackground: @sapIndicationColor_6b_Hover_Background;
808
+ @sapUiIndication7ActiveBorderColor: @sapIndicationColor_7_Active_BorderColor;
809
+ @sapUiIndication7ActiveTextColor: @sapIndicationColor_7_Active_TextColor;
810
+ @sapUiIndication7SelectedBackground: @sapIndicationColor_7_Selected_Background;
811
+ @sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
812
+ @sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
813
+ @sapUiIndication7b: @sapIndicationColor_7b;
814
+ @sapUiIndication7bBorderColor: @sapIndicationColor_7_BorderColor;
815
+ @sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
816
816
  @sapUiIndication8: @sapIndicationColor_8;
817
817
  @sapUiIndication8Background: @sapIndicationColor_8_Background;
818
818
  @sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
@@ -9,6 +9,10 @@
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
11
 
12
+ // @sapField_HorizonNGEnabled: 1 enables editable **Fields** to appear with white background again,
13
+ // and read-only fields to appear grey
14
+ @sapField_HorizonNGEnabled: 1;
15
+
12
16
  @import "BrowserScrollbar.less";
13
17
  @import "DatePicker.less";
14
18
  @import "LocalBusyIndicator.less";
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.118.0</version>
9
+ <version>1.119.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12