@openui5/themelib_sap_horizon 1.108.2 → 1.110.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 (173) hide show
  1. package/.reuse/dep5 +16 -16
  2. package/THIRDPARTY.txt +2 -2
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/Card.less +3 -3
  5. package/src/sap/f/themes/sap_horizon/DynamicPage.less +3 -1
  6. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +2 -0
  7. package/src/sap/f/themes/sap_horizon/ShellBar.less +11 -1
  8. package/src/sap/f/themes/sap_horizon/library.source.less +1 -2
  9. package/src/sap/f/themes/sap_horizon_dark/Card.less +2 -2
  10. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +2 -1
  11. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +2 -1
  12. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +9 -1
  13. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -2
  14. package/src/sap/f/themes/sap_horizon_hcb/Card.less +4 -0
  15. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +3 -1
  16. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +6 -1
  17. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -1
  18. package/src/sap/f/themes/sap_horizon_hcw/Card.less +4 -0
  19. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +3 -1
  20. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +8 -1
  21. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -1
  22. package/src/sap/m/themes/sap_horizon/AdditionalTextButton.less +12 -0
  23. package/src/sap/m/themes/sap_horizon/Carousel.less +2 -1
  24. package/src/sap/m/themes/sap_horizon/GenericTile.less +22 -1
  25. package/src/sap/m/themes/sap_horizon/IconTabBar.less +4 -0
  26. package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
  27. package/src/sap/m/themes/sap_horizon/LightBox.less +0 -1
  28. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  29. package/src/sap/m/themes/sap_horizon/MenuButton.less +18 -0
  30. package/src/sap/m/themes/sap_horizon/MessageView.less +3 -0
  31. package/src/sap/m/themes/sap_horizon/Panel.less +1 -1
  32. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +3 -0
  33. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +11 -2
  34. package/src/sap/m/themes/sap_horizon/RadioButton.less +2 -1
  35. package/src/sap/m/themes/sap_horizon/Select.less +6 -5
  36. package/src/sap/m/themes/sap_horizon/Slider.less +14 -13
  37. package/src/sap/m/themes/sap_horizon/SplitButton.less +4 -0
  38. package/src/sap/m/themes/sap_horizon/TextArea.less +22 -14
  39. package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
  40. package/src/sap/m/themes/sap_horizon/library.source.less +2 -1
  41. package/src/sap/m/themes/sap_horizon_dark/AdditionalTextButton.less +12 -0
  42. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +2 -1
  43. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +22 -7
  44. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +4 -0
  45. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +0 -1
  46. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
  47. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +17 -0
  48. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +3 -0
  49. package/src/sap/m/themes/sap_horizon_dark/Panel.less +1 -1
  50. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +3 -0
  51. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +2 -1
  52. package/src/sap/m/themes/sap_horizon_dark/Select.less +6 -5
  53. package/src/sap/m/themes/sap_horizon_dark/Slider.less +13 -12
  54. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +4 -0
  55. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +23 -15
  56. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
  57. package/src/sap/m/themes/sap_horizon_dark/library.source.less +2 -1
  58. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
  59. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +0 -1
  60. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +13 -0
  61. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
  62. package/src/sap/m/themes/sap_horizon_hcb/Select.less +3 -9
  63. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +0 -1
  64. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +18 -16
  65. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +15 -0
  66. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  67. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
  68. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +0 -1
  69. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +13 -0
  70. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
  71. package/src/sap/m/themes/sap_horizon_hcw/Select.less +3 -9
  72. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +0 -1
  73. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +18 -17
  74. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +15 -0
  75. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  76. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  77. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  78. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  79. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  80. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  81. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  82. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  83. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  84. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  85. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  86. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  87. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  88. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  89. package/src/sap/ui/core/themes/sap_horizon/base.less +125 -19
  90. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  91. package/src/sap/ui/core/themes/sap_horizon/global.less +65 -1
  92. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  93. package/src/sap/ui/core/themes/sap_horizon/shared.less +37 -45
  94. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  95. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +128 -22
  96. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  97. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +66 -2
  98. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  99. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +38 -45
  100. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/Icon.less +9 -0
  102. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +122 -16
  103. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  104. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +64 -0
  105. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +2 -1
  106. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +37 -45
  107. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  108. package/src/sap/ui/core/themes/sap_horizon_hcw/Icon.less +9 -0
  109. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +122 -16
  110. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  111. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +64 -0
  112. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +2 -1
  113. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +37 -45
  114. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  115. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  116. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  117. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  118. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  119. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  120. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  121. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  122. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +19 -0
  123. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +24 -0
  124. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +4 -2
  125. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +19 -0
  126. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +24 -0
  127. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +4 -2
  128. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  129. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  130. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  131. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  132. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  133. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  134. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  135. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  136. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  137. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  138. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +2 -6
  139. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  140. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +15 -11
  141. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  142. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +4 -1
  143. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  144. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +4 -0
  145. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  146. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  147. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  148. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  149. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  150. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  151. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  152. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  153. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  154. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +52 -5
  155. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  156. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +52 -5
  157. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  158. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +49 -5
  159. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
  160. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +53 -4
  161. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
  162. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  163. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  164. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  165. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  166. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +0 -4
  167. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  168. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +0 -4
  169. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  170. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  171. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
  172. package/src/sap/f/themes/sap_horizon/ListContentItem.less +0 -24
  173. package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +0 -24
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  @import "../base/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  @import "../base/library.source.less";
@@ -12,6 +12,8 @@
12
12
  @_sap_ui_rta_Toolbar_Adaptation_SegBBtnHoverTextColor: @sapUiShellTextColor;
13
13
  @_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: @sapUiCriticalText; //#b95100
14
14
  @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiPositiveText; //#256f3a
15
+ @_sap_ui_rta_Toolbar_Adaptation_BaseColorLight: @sapUiGroupTitleBorderColor; // #a8b3bd
16
+ @_sap_ui_rta_Toolbar_Adaptation_VersionHistoryHover: @sapUiListHoverBackground; // #eaecee
15
17
 
16
18
  .sapUiRtaMode {
17
19
  .sapUiRtaToolbar.sapUiRtaToolbarAdaptation {
@@ -38,8 +40,6 @@
38
40
  top: 0.0625rem;
39
41
  right: 0.0625rem;
40
42
  bottom: 0.0625rem;
41
- border: 0.125rem solid @_sap_ui_rta_Toolbar_Adaptation_FocusOutlineCol;
42
- border-radius: 0.375rem;
43
43
  }
44
44
  }
45
45
 
@@ -97,8 +97,4 @@
97
97
  }
98
98
 
99
99
  }
100
- }
101
-
102
- html.sap-desktop .sapUiRtaMode .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
103
- border: none;
104
100
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  @import "../base/library.source.less";
@@ -10,12 +10,13 @@
10
10
  @_sap_ui_rta_Toolbar_Adaptation_BorderRadius: @sapUiButtonBorderCornerRadius; //0.5rem
11
11
  @_sap_ui_rta_Toolbar_Adaptation_BtnFocusBorder: transparent;
12
12
  @_sap_ui_rta_Toolbar_Adaptation_SegBBtnHoverTextColor: @sapUiShellTextColor; //#eaecee
13
- @_sap_ui_rta_Toolbar_Adaptation_SegBBtnHoverBG: @sapUiButtonEmphasizedHoverBackground; //#0064d9
13
+ @_sap_ui_rta_Toolbar_Adaptation_SegBBtnSelHoverBG: @sapUiButtonEmphasizedHoverBackground; //#0064d9
14
+ @_sap_ui_rta_Toolbar_Adaptation_SegBBtnHoverBG: fade(@sapUiNeutral, 30); //#474e56
14
15
  @_sap_ui_rta_Toolbar_Adaptation_SegBBtnBG: @sapUiButtonEmphasizedBackground; // #0070f2
15
- @_sap_ui_rta_Toolbar_Adaptation_SegBBtnFocusShadow: @sapUiContentInteractionShadow; //
16
- @_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: lighten(@sapUiChartCritical, 16%); //#ff903a
16
+ @_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: @sapUiCriticalElement; //#f7bf00
17
17
  @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiPositiveText; //#97dd40
18
-
18
+ @_sap_ui_rta_Toolbar_Adaptation_VersionHistoryHover: @sapUiListSelectionBackgroundColor; //#1d2d3e
19
+ @_sap_ui_rta_Toolbar_Adaptation_BaseColorLight: @sapUiListHoverBackground; // #232b33
19
20
 
20
21
  .sapUiRtaMode {
21
22
  .sapUiRtaToolbar.sapUiRtaToolbarAdaptation {
@@ -35,7 +36,7 @@
35
36
  }
36
37
 
37
38
  &:hover .sapMSegBBtnInner {
38
- box-shadow: @_sap_ui_rta_Toolbar_Adaptation_SegBBtnFocusShadow;
39
+ background-color: @_sap_ui_rta_Toolbar_Adaptation_SegBBtnHoverBG;
39
40
  }
40
41
 
41
42
  &:focus .sapMSegBBtnInner {
@@ -53,7 +54,7 @@
53
54
 
54
55
  &.sapMSegBBtnSel {
55
56
  &:hover .sapMSegBBtnInner {
56
- background-color: @_sap_ui_rta_Toolbar_Adaptation_SegBBtnHoverBG;
57
+ background-color: @_sap_ui_rta_Toolbar_Adaptation_SegBBtnSelHoverBG;
57
58
  color: @_sap_ui_rta_Toolbar_Adaptation_TextColor;
58
59
 
59
60
  &:after {
@@ -104,10 +105,13 @@
104
105
  }
105
106
  }
106
107
  }
107
-
108
108
  }
109
- }
110
-
111
- html.sap-desktop .sapUiRtaMode .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
112
- border: none;
109
+ .sapUiRtaVersionHistory {
110
+ border: 0.0625rem solid fade(@sapUiNeutralBorder, 35%);
111
+ .sapMLIBHoverable:hover {
112
+ outline: 0.125rem solid @sapUiSelected;
113
+ border-radius: 0.375rem;
114
+ outline-offset: -0.125rem;
115
+ }
116
+ }
113
117
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  @import "../base/library.source.less";
@@ -8,7 +8,10 @@
8
8
  @_sap_ui_rta_Toolbar_Adaptation_SegBBtnSelBG: @sapUiSelected;
9
9
  @_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: @sapUiCriticalText; //#ffab1d
10
10
  @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiPositiveText; //#9c9
11
-
11
+ @_sap_ui_rta_Toolbar_Adaptation_BoxShadow_DarkColor: fade(@sapUiNeutralElement, 80%); //rgba(255, 255, 255, 0.8)
12
+ @_sap_ui_rta_Toolbar_Adaptation_BoxShadow_LightColor: @sapUiNeutralElement; //#ffffff
13
+ @_sap_ui_rta_Toolbar_Adaptation_VersionHistoryHover: @sapUiListHoverBackground; //#795100
14
+ @_sap_ui_rta_Toolbar_Adaptation_BaseColorLight: @sapUiContentDisabledTextColor; //#666
12
15
 
13
16
  .sapUiRtaMode {
14
17
  .sapUiRtaToolbar.sapUiRtaToolbarAdaptation {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -9,6 +9,10 @@
9
9
  @_sap_ui_rta_Toolbar_Adaptation_SegBBtnSelBG: @sapUiSelected; //#5c93ff
10
10
  @_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: darken(@sapUiActive, 12%); //#bd5a13
11
11
  @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiContentHelpColor; //#006800
12
+ @_sap_ui_rta_Toolbar_Adaptation_BoxShadow_DarkColor: fade(@sapUiContentShadowColor, 60%); //rgba(0, 0, 0, 0.6)
13
+ @_sap_ui_rta_Toolbar_Adaptation_BoxShadow_LightColor: @sapUiNeutralBorder; //#000
14
+ @_sap_ui_rta_Toolbar_Adaptation_VersionHistoryHover: @sapUiSelected; //#5c93ff
15
+ @_sap_ui_rta_Toolbar_Adaptation_BaseColorLight: @sapUiFieldReadOnlyBackground; //#b3b3b3
12
16
 
13
17
 
14
18
  .sapUiRtaMode {
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  @import "../base/library.source.less";
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -50,6 +50,10 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus::before {
50
50
  position: relative;
51
51
  }
52
52
 
53
+ .sapUiCalHead.sapUiCalHeaderWithTodayButton .sapUiCalHeadToday {
54
+ position: relative;
55
+ }
56
+
53
57
  html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:active {
54
58
  border-color: @sapUiContentContrastFocusColor;
55
59
  }
@@ -262,6 +266,18 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
262
266
  border-bottom-right-radius: 0;
263
267
  }
264
268
 
269
+ .sapUiSizeCompact .sapUiCalItem {
270
+ &.sapUiCalItemSelBetween .sapUiCalItemText {
271
+ position: relative;
272
+ }
273
+ }
274
+ .sapUiSizeCompact .sapUiCalMonthSecType .sapUiCalItem {
275
+ &.sapUiCalItemSelBetween .sapUiCalItemText {
276
+ position: relative;
277
+ line-height: 0.875rem;
278
+ }
279
+ }
280
+
265
281
  .sapUiCalItem {
266
282
  position: relative;
267
283
  &:focus > .sapUiCalItemText {
@@ -292,7 +308,7 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
292
308
  border: 0.0625rem solid @sapUiListSelectionBorderColor;
293
309
  border-radius: 0.3125rem;
294
310
  margin: 0.125rem;
295
- width: 1.75rem;
311
+ width: 2.0625rem;
296
312
  height: 2.375rem;
297
313
  line-height: 2.375rem;
298
314
  top: 0.0625rem;
@@ -528,7 +544,15 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
528
544
  }
529
545
 
530
546
  /* 2 calendar types */
531
- .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
547
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemSelBetween > .sapUiCalItemText {
548
+ line-height: 2rem;
549
+ }
550
+
551
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText{
552
+ line-height: 1.375rem;
553
+ }
554
+
555
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText{
532
556
  line-height: 1.875rem;
533
557
  }
534
558
 
@@ -566,7 +590,16 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
566
590
  .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
567
591
  line-height: 1.75rem;
568
592
  }
569
-
593
+ .sapUiCalMonthSecType .sapUiCalItemSel.sapUiCalItemSelBetween .sapUiCalItemText,
594
+ .sapUiCalMonthSecType .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
595
+ line-height: 0.875rem;
596
+ }
597
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSel > .sapUiCalItemText {
598
+ line-height: 1.25rem;
599
+ }
600
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
601
+ line-height: 1.25rem;
602
+ }
570
603
  .sapUiCalHead > button {
571
604
  margin: 0.1875rem 0;
572
605
  height: 2rem;
@@ -574,9 +607,11 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
574
607
  line-height: 2rem;
575
608
  }
576
609
  }
577
-
610
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
611
+ line-height: 0.75rem;
612
+ }
578
613
  .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
579
- width: 1.5625rem;
614
+ width: 1.8125rem;
580
615
  height: 1.5rem;
581
616
  line-height: 1.4375rem;
582
617
  }
@@ -746,6 +781,18 @@ and (orientation: landscape) {
746
781
  }
747
782
  }
748
783
 
784
+ .sapUiCalTwoMonthsTwoColumnsJaZh {
785
+ .sapUiCalHead > button.sapUiCalHeadB2 {
786
+ margin-left: calc(~"25% - 6rem");
787
+ }
788
+ }
789
+
790
+ .sapUiCalTwoMonthsTwoColumns {
791
+ .sapUiCalHead > button.sapUiCalHeadB1 {
792
+ margin-left: calc(~"25% - 6rem");
793
+ }
794
+ }
795
+
749
796
  .dayColorMixIn(sapUiCalItemType01, @_sap_ui_unified_Calendar_sapUiCalItemType01);
750
797
  .dayColorMixIn(sapUiCalItemType02, @_sap_ui_unified_Calendar_sapUiCalItemType02);
751
798
  .dayColorMixIn(sapUiCalItemType03, @_sap_ui_unified_Calendar_sapUiCalItemType03);
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -50,6 +50,10 @@ html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus::before {
50
50
  position: relative;
51
51
  }
52
52
 
53
+ .sapUiCalHead.sapUiCalHeaderWithTodayButton .sapUiCalHeadToday {
54
+ position: relative;
55
+ }
56
+
53
57
  html.sap-desktop .sapUiCalHead > .sapUiCalHeadB:focus:active {
54
58
  border-color: @sapUiContentContrastFocusColor;
55
59
  }
@@ -258,6 +262,18 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
258
262
  border-bottom-right-radius: 0;
259
263
  }
260
264
 
265
+ .sapUiSizeCompact .sapUiCalItem {
266
+ &.sapUiCalItemSelBetween .sapUiCalItemText {
267
+ position: relative;
268
+ }
269
+ }
270
+ .sapUiSizeCompact .sapUiCalMonthSecType .sapUiCalItem {
271
+ &.sapUiCalItemSelBetween .sapUiCalItemText {
272
+ position: relative;
273
+ line-height: 0.875rem;
274
+ }
275
+ }
276
+
261
277
  .sapUiCalItem {
262
278
  position: relative;
263
279
  &:focus > .sapUiCalItemText {
@@ -288,7 +304,7 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
288
304
  border: 0.0625rem solid @sapUiListSelectionBorderColor;
289
305
  border-radius: 0.3125rem;
290
306
  margin: 0.125rem;
291
- width: 1.75rem;
307
+ width: 2.0625rem;
292
308
  height: 2.375rem;
293
309
  line-height: 2.375rem;
294
310
  top: 0.0625rem;
@@ -524,7 +540,15 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
524
540
  }
525
541
 
526
542
  /* 2 calendar types */
527
- .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
543
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemSelBetween > .sapUiCalItemText {
544
+ line-height: 2rem;
545
+ }
546
+
547
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText{
548
+ line-height: 1.375rem;
549
+ }
550
+
551
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText{
528
552
  line-height: 1.875rem;
529
553
  }
530
554
 
@@ -563,14 +587,25 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
563
587
  .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
564
588
  line-height: 1.75rem;
565
589
  }
566
-
590
+ .sapUiCalMonthSecType .sapUiCalItemSel.sapUiCalItemSelBetween .sapUiCalItemText,
591
+ .sapUiCalMonthSecType .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
592
+ line-height: 0.875rem;
593
+ }
594
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSel > .sapUiCalItemText {
595
+ line-height: 1.25rem;
596
+ }
597
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
598
+ line-height: 1.25rem;
599
+ }
567
600
  .sapUiCalHead > button {
568
601
  margin: 0.1875rem 0;
569
602
  height: 1.625rem;
570
603
  }
571
-
604
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
605
+ line-height: 0.75rem;
606
+ }
572
607
  .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
573
- width: 1.5625rem;
608
+ width: 1.8125rem;
574
609
  height: 1.5rem;
575
610
  line-height: 1.4375rem;
576
611
  }
@@ -740,6 +775,18 @@ and (orientation: landscape) {
740
775
  }
741
776
  }
742
777
 
778
+ .sapUiCalTwoMonthsTwoColumnsJaZh {
779
+ .sapUiCalHead > button.sapUiCalHeadB2 {
780
+ margin-left: calc(~"25% - 6rem");
781
+ }
782
+ }
783
+
784
+ .sapUiCalTwoMonthsTwoColumns {
785
+ .sapUiCalHead > button.sapUiCalHeadB1 {
786
+ margin-left: calc(~"25% - 6rem");
787
+ }
788
+ }
789
+
743
790
  .dayColorMixIn(sapUiCalItemType01, @_sap_ui_unified_Calendar_sapUiCalItemType01);
744
791
  .dayColorMixIn(sapUiCalItemType02, @_sap_ui_unified_Calendar_sapUiCalItemType02);
745
792
  .dayColorMixIn(sapUiCalItemType03, @_sap_ui_unified_Calendar_sapUiCalItemType03);
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -258,6 +258,18 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
258
258
  border-bottom-right-radius: 0;
259
259
  }
260
260
 
261
+ .sapUiSizeCompact .sapUiCalItem {
262
+ &.sapUiCalItemSelBetween .sapUiCalItemText {
263
+ position: relative;
264
+ }
265
+ }
266
+ .sapUiSizeCompact .sapUiCalMonthSecType .sapUiCalItem {
267
+ &.sapUiCalItemSelBetween .sapUiCalItemText {
268
+ position: relative;
269
+ line-height: 0.875rem;
270
+ }
271
+ }
272
+
261
273
  .sapUiCalItem {
262
274
  position: relative;
263
275
  &:focus > .sapUiCalItemText {
@@ -288,7 +300,7 @@ html.sap-desktop .sapUiCalItemSel:not(.sapUiCalItemNow):not(.sapUiCalItemSelBetw
288
300
  border: 0.0625rem solid @sapUiListSelectionBorderColor;
289
301
  border-radius: 0.3125rem;
290
302
  margin: 0.125rem;
291
- width: 1.75rem;
303
+ width: 2.0625rem;
292
304
  height: 2.375rem;
293
305
  line-height: 2.375rem;
294
306
  top: 0.0625rem;
@@ -524,7 +536,15 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
524
536
  }
525
537
 
526
538
  /* 2 calendar types */
527
- .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
539
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemSelBetween > .sapUiCalItemText {
540
+ line-height: 2rem;
541
+ }
542
+
543
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText{
544
+ line-height: 1.375rem;
545
+ }
546
+
547
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow:not(.sapUiCalItemSelBetween) > .sapUiCalItemText{
528
548
  line-height: 1.875rem;
529
549
  }
530
550
 
@@ -563,14 +583,25 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover){
563
583
  .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
564
584
  line-height: 1.75rem;
565
585
  }
566
-
586
+ .sapUiCalMonthSecType .sapUiCalItemSel.sapUiCalItemSelBetween .sapUiCalItemText,
587
+ .sapUiCalMonthSecType .sapUiCalItemSel.sapUiCalItemSelBetween:not(.sapUiCalItemNow) > .sapUiCalItemText {
588
+ line-height: 0.875rem;
589
+ }
590
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSel > .sapUiCalItemText {
591
+ line-height: 1.25rem;
592
+ }
593
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow > .sapUiCalItemText{
594
+ line-height: 1.25rem;
595
+ }
567
596
  .sapUiCalHead > button {
568
597
  margin: 0.1875rem 0;
569
598
  height: 1.625rem;
570
599
  }
571
-
600
+ .sapUiCalMonthSecType .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
601
+ line-height: 0.75rem;
602
+ }
572
603
  .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSelBetween > .sapUiCalItemText {
573
- width: 1.5625rem;
604
+ width: 1.8125rem;
574
605
  height: 1.5rem;
575
606
  line-height: 1.4375rem;
576
607
  }
@@ -740,6 +771,19 @@ and (orientation: landscape) {
740
771
  }
741
772
  }
742
773
 
774
+
775
+ .sapUiCalTwoMonthsTwoColumnsJaZh {
776
+ .sapUiCalHead > button.sapUiCalHeadB2 {
777
+ margin-left: calc(~"25% - 6rem");
778
+ }
779
+ }
780
+
781
+ .sapUiCalTwoMonthsTwoColumns {
782
+ .sapUiCalHead > button.sapUiCalHeadB1 {
783
+ margin-left: calc(~"25% - 6rem");
784
+ }
785
+ }
786
+
743
787
  .dayColorMixIn(sapUiCalItemType01, @_sap_ui_unified_Calendar_sapUiCalItemType01);
744
788
  .dayColorMixIn(sapUiCalItemType02, @_sap_ui_unified_Calendar_sapUiCalItemType02);
745
789
  .dayColorMixIn(sapUiCalItemType03, @_sap_ui_unified_Calendar_sapUiCalItemType03);
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6