@openui5/sap.ui.core 1.96.12 → 1.96.13

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 (252) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +1 -1
  3. package/src/jquery.sap.global.js +1 -1
  4. package/src/jquery.sap.properties.js +1 -1
  5. package/src/jquery.sap.resources.js +1 -1
  6. package/src/jquery.sap.script.js +1 -1
  7. package/src/jquery.sap.storage.js +3 -3
  8. package/src/sap/base/security/URLListValidator.js +36 -3
  9. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  10. package/src/sap/base/util/restricted/_castArray.js +1 -1
  11. package/src/sap/base/util/restricted/_compact.js +1 -1
  12. package/src/sap/base/util/restricted/_curry.js +1 -1
  13. package/src/sap/base/util/restricted/_debounce.js +1 -1
  14. package/src/sap/base/util/restricted/_difference.js +1 -1
  15. package/src/sap/base/util/restricted/_differenceBy.js +1 -1
  16. package/src/sap/base/util/restricted/_differenceWith.js +1 -1
  17. package/src/sap/base/util/restricted/_flatMap.js +1 -1
  18. package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
  19. package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
  20. package/src/sap/base/util/restricted/_flatten.js +1 -1
  21. package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
  22. package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
  23. package/src/sap/base/util/restricted/_intersection.js +1 -1
  24. package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
  25. package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
  26. package/src/sap/base/util/restricted/_isEqual.js +1 -1
  27. package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
  28. package/src/sap/base/util/restricted/_isNil.js +1 -1
  29. package/src/sap/base/util/restricted/_max.js +1 -1
  30. package/src/sap/base/util/restricted/_merge.js +1 -1
  31. package/src/sap/base/util/restricted/_mergeWith.js +1 -1
  32. package/src/sap/base/util/restricted/_min.js +1 -1
  33. package/src/sap/base/util/restricted/_omit.js +1 -1
  34. package/src/sap/base/util/restricted/_pick.js +1 -1
  35. package/src/sap/base/util/restricted/_pickBy.js +1 -1
  36. package/src/sap/base/util/restricted/_throttle.js +1 -1
  37. package/src/sap/base/util/restricted/_toArray.js +1 -1
  38. package/src/sap/base/util/restricted/_union.js +1 -1
  39. package/src/sap/base/util/restricted/_unionBy.js +1 -1
  40. package/src/sap/base/util/restricted/_unionWith.js +1 -1
  41. package/src/sap/base/util/restricted/_uniq.js +1 -1
  42. package/src/sap/base/util/restricted/_uniqBy.js +1 -1
  43. package/src/sap/base/util/restricted/_uniqWith.js +1 -1
  44. package/src/sap/base/util/restricted/_without.js +1 -1
  45. package/src/sap/base/util/restricted/_xor.js +1 -1
  46. package/src/sap/base/util/restricted/_xorBy.js +1 -1
  47. package/src/sap/base/util/restricted/_xorWith.js +1 -1
  48. package/src/sap/base/util/restricted/_zipObject.js +1 -1
  49. package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
  50. package/src/sap/ui/Device.js +3 -3
  51. package/src/sap/ui/Global.js +4 -4
  52. package/src/sap/ui/base/Event.js +1 -1
  53. package/src/sap/ui/base/EventProvider.js +1 -1
  54. package/src/sap/ui/base/Interface.js +1 -1
  55. package/src/sap/ui/base/ManagedObject.js +1 -1
  56. package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
  57. package/src/sap/ui/base/Metadata.js +1 -1
  58. package/src/sap/ui/base/Object.js +1 -1
  59. package/src/sap/ui/base/ObjectPool.js +1 -1
  60. package/src/sap/ui/core/.library +1 -1
  61. package/src/sap/ui/core/BusyIndicator.js +1 -1
  62. package/src/sap/ui/core/Component.js +1 -1
  63. package/src/sap/ui/core/ComponentContainer.js +1 -1
  64. package/src/sap/ui/core/ComponentMetadata.js +1 -1
  65. package/src/sap/ui/core/ComponentSupport.js +1 -1
  66. package/src/sap/ui/core/Control.js +1 -1
  67. package/src/sap/ui/core/Core.js +1 -1
  68. package/src/sap/ui/core/CustomData.js +1 -1
  69. package/src/sap/ui/core/DeclarativeSupport.js +1 -1
  70. package/src/sap/ui/core/Element.js +1 -1
  71. package/src/sap/ui/core/ElementMetadata.js +1 -1
  72. package/src/sap/ui/core/EnabledPropagator.js +1 -1
  73. package/src/sap/ui/core/EventBus.js +1 -1
  74. package/src/sap/ui/core/Fragment.js +1 -1
  75. package/src/sap/ui/core/HTML.js +1 -1
  76. package/src/sap/ui/core/History.js +1 -1
  77. package/src/sap/ui/core/Icon.js +1 -1
  78. package/src/sap/ui/core/IndicationColorSupport.js +1 -1
  79. package/src/sap/ui/core/IntervalTrigger.js +1 -1
  80. package/src/sap/ui/core/InvisibleMessage.js +1 -1
  81. package/src/sap/ui/core/InvisibleRenderer.js +1 -1
  82. package/src/sap/ui/core/InvisibleText.js +1 -1
  83. package/src/sap/ui/core/Item.js +1 -1
  84. package/src/sap/ui/core/LabelEnablement.js +1 -1
  85. package/src/sap/ui/core/LayoutData.js +1 -1
  86. package/src/sap/ui/core/ListItem.js +1 -1
  87. package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
  88. package/src/sap/ui/core/Locale.js +1 -1
  89. package/src/sap/ui/core/LocaleData.js +1 -1
  90. package/src/sap/ui/core/Manifest.js +1 -1
  91. package/src/sap/ui/core/Message.js +1 -1
  92. package/src/sap/ui/core/RenderManager.js +1 -1
  93. package/src/sap/ui/core/Renderer.js +1 -1
  94. package/src/sap/ui/core/ResizeHandler.js +1 -1
  95. package/src/sap/ui/core/ScrollBar.js +1 -1
  96. package/src/sap/ui/core/SeparatorItem.js +1 -1
  97. package/src/sap/ui/core/Title.js +1 -1
  98. package/src/sap/ui/core/TooltipBase.js +1 -1
  99. package/src/sap/ui/core/UIArea.js +1 -1
  100. package/src/sap/ui/core/UIComponent.js +1 -1
  101. package/src/sap/ui/core/UIComponentMetadata.js +1 -1
  102. package/src/sap/ui/core/ValueStateSupport.js +1 -1
  103. package/src/sap/ui/core/VariantLayoutData.js +1 -1
  104. package/src/sap/ui/core/XMLComposite.js +1 -1
  105. package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
  106. package/src/sap/ui/core/date/Buddhist.js +15 -13
  107. package/src/sap/ui/core/date/CalendarUtils.js +92 -0
  108. package/src/sap/ui/core/date/CalendarWeekNumbering.js +76 -0
  109. package/src/sap/ui/core/date/Japanese.js +42 -4
  110. package/src/sap/ui/core/date/UniversalDate.js +193 -40
  111. package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
  112. package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
  113. package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
  114. package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
  115. package/src/sap/ui/core/dnd/DragInfo.js +1 -1
  116. package/src/sap/ui/core/dnd/DropInfo.js +1 -1
  117. package/src/sap/ui/core/format/DateFormat.js +36 -10
  118. package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
  119. package/src/sap/ui/core/library.js +3 -3
  120. package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
  121. package/src/sap/ui/core/message/Message.js +1 -1
  122. package/src/sap/ui/core/message/MessageManager.js +1 -1
  123. package/src/sap/ui/core/message/MessageParser.js +1 -1
  124. package/src/sap/ui/core/message/MessageProcessor.js +1 -1
  125. package/src/sap/ui/core/mvc/HTMLView.js +1 -1
  126. package/src/sap/ui/core/mvc/JSONView.js +1 -1
  127. package/src/sap/ui/core/mvc/JSView.js +1 -1
  128. package/src/sap/ui/core/mvc/TemplateView.js +1 -1
  129. package/src/sap/ui/core/mvc/View.js +1 -1
  130. package/src/sap/ui/core/mvc/XMLView.js +1 -1
  131. package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
  132. package/src/sap/ui/core/plugin/LessSupport.js +1 -1
  133. package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
  134. package/src/sap/ui/core/postmessage/Bus.js +1 -1
  135. package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
  136. package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
  137. package/src/sap/ui/core/search/SearchProvider.js +1 -1
  138. package/src/sap/ui/core/service/Service.js +1 -1
  139. package/src/sap/ui/core/service/ServiceFactory.js +1 -1
  140. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
  141. package/src/sap/ui/core/support/Plugin.js +1 -1
  142. package/src/sap/ui/core/support/Support.js +1 -1
  143. package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
  144. package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
  145. package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
  146. package/src/sap/ui/core/support/plugins/Performance.js +1 -1
  147. package/src/sap/ui/core/support/plugins/Selector.js +1 -1
  148. package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
  149. package/src/sap/ui/core/support/plugins/Trace.js +1 -1
  150. package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
  151. package/src/sap/ui/core/themes/base/base.less +1644 -97
  152. package/src/sap/ui/core/themes/base/global.less +1 -0
  153. package/src/sap/ui/core/themes/base/shared.less +1 -0
  154. package/src/sap/ui/core/themes/sap_hcb/global.less +1 -0
  155. package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
  156. package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
  157. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
  158. package/src/sap/ui/core/tmpl/Template.js +1 -1
  159. package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
  160. package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
  161. package/src/sap/ui/core/util/Export.js +1 -1
  162. package/src/sap/ui/core/util/ExportCell.js +1 -1
  163. package/src/sap/ui/core/util/ExportColumn.js +1 -1
  164. package/src/sap/ui/core/util/ExportRow.js +1 -1
  165. package/src/sap/ui/core/util/ExportType.js +1 -1
  166. package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
  167. package/src/sap/ui/core/util/File.js +1 -1
  168. package/src/sap/ui/core/util/LibraryInfo.js +1 -1
  169. package/src/sap/ui/core/util/MockServer.js +1 -1
  170. package/src/sap/ui/core/util/PasteHelper.js +1 -1
  171. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
  172. package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
  173. package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
  174. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
  175. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
  176. package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
  177. package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
  178. package/src/sap/ui/core/ws/ReadyState.js +1 -1
  179. package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
  180. package/src/sap/ui/core/ws/WebSocket.js +1 -1
  181. package/src/sap/ui/debug/ControlTree.js +1 -1
  182. package/src/sap/ui/debug/DebugEnv.js +1 -1
  183. package/src/sap/ui/debug/PropertyList.js +1 -1
  184. package/src/sap/ui/model/ClientModel.js +1 -1
  185. package/src/sap/ui/model/CompositeDataState.js +1 -1
  186. package/src/sap/ui/model/CompositeType.js +1 -1
  187. package/src/sap/ui/model/DataState.js +1 -1
  188. package/src/sap/ui/model/MetaModel.js +1 -1
  189. package/src/sap/ui/model/Model.js +1 -1
  190. package/src/sap/ui/model/SelectionModel.js +1 -1
  191. package/src/sap/ui/model/SimpleType.js +1 -1
  192. package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
  193. package/src/sap/ui/model/Type.js +1 -1
  194. package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +28 -33
  195. package/src/sap/ui/model/json/JSONModel.js +1 -1
  196. package/src/sap/ui/model/message/MessageModel.js +1 -1
  197. package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
  198. package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
  199. package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
  200. package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
  201. package/src/sap/ui/model/odata/ODataModel.js +1 -1
  202. package/src/sap/ui/model/odata/type/Boolean.js +1 -1
  203. package/src/sap/ui/model/odata/type/Byte.js +1 -1
  204. package/src/sap/ui/model/odata/type/Currency.js +1 -1
  205. package/src/sap/ui/model/odata/type/Date.js +1 -1
  206. package/src/sap/ui/model/odata/type/DateTime.js +1 -1
  207. package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
  208. package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
  209. package/src/sap/ui/model/odata/type/Decimal.js +1 -1
  210. package/src/sap/ui/model/odata/type/Double.js +1 -1
  211. package/src/sap/ui/model/odata/type/Guid.js +1 -1
  212. package/src/sap/ui/model/odata/type/Int.js +1 -1
  213. package/src/sap/ui/model/odata/type/Int16.js +1 -1
  214. package/src/sap/ui/model/odata/type/Int32.js +1 -1
  215. package/src/sap/ui/model/odata/type/Int64.js +1 -1
  216. package/src/sap/ui/model/odata/type/ODataType.js +1 -1
  217. package/src/sap/ui/model/odata/type/Raw.js +1 -1
  218. package/src/sap/ui/model/odata/type/SByte.js +1 -1
  219. package/src/sap/ui/model/odata/type/Single.js +1 -1
  220. package/src/sap/ui/model/odata/type/Stream.js +1 -1
  221. package/src/sap/ui/model/odata/type/String.js +1 -1
  222. package/src/sap/ui/model/odata/type/Time.js +1 -1
  223. package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
  224. package/src/sap/ui/model/odata/type/Unit.js +1 -1
  225. package/src/sap/ui/model/odata/v2/Context.js +1 -1
  226. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
  227. package/src/sap/ui/model/odata/v2/ODataModel.js +1 -1
  228. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
  229. package/src/sap/ui/model/odata/v4/Context.js +1 -1
  230. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +1 -1
  231. package/src/sap/ui/model/odata/v4/ODataListBinding.js +1 -1
  232. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
  233. package/src/sap/ui/model/odata/v4/ODataModel.js +1 -1
  234. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +1 -1
  235. package/src/sap/ui/model/resource/ResourceModel.js +1 -1
  236. package/src/sap/ui/model/type/Boolean.js +1 -1
  237. package/src/sap/ui/model/type/Currency.js +1 -1
  238. package/src/sap/ui/model/type/Date.js +1 -1
  239. package/src/sap/ui/model/type/DateInterval.js +1 -1
  240. package/src/sap/ui/model/type/DateTime.js +1 -1
  241. package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
  242. package/src/sap/ui/model/type/FileSize.js +1 -1
  243. package/src/sap/ui/model/type/Float.js +1 -1
  244. package/src/sap/ui/model/type/Integer.js +1 -1
  245. package/src/sap/ui/model/type/String.js +1 -1
  246. package/src/sap/ui/model/type/Time.js +1 -1
  247. package/src/sap/ui/model/type/TimeInterval.js +1 -1
  248. package/src/sap/ui/model/type/Unit.js +1 -1
  249. package/src/sap/ui/model/xml/XMLModel.js +1 -1
  250. package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
  251. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
  252. package/src/sap/ui/util/Storage.js +1 -1
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.51.0
4
- // * data:{"sModified":"2021-10-12T13:35:50Z"}
2
+ // * Copyright (c) 2012-2022 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 1.70.1
4
+ // * data:{"sModified":"2022-09-12T09:20:55Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.1.34) *******************/
8
+ /******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.1.42) *******************/
9
9
 
10
10
 
11
11
  // [Label "Brand Color"]
@@ -314,6 +314,18 @@
314
314
  // [Tags "Base", "Content", "Color", "Font", "Protected"]
315
315
  @sapContent_MarkerTextColor: @sapDefault_Color;
316
316
 
317
+ // [Label "Measure Indicator Color"]
318
+ // [Description "The color of measuring indicators."]
319
+ // [TranslationKey "sapContent_MeasIndClr"]
320
+ // [Tags "Base", "Content", "Color", "Protected"]
321
+ @sapContent_MeasureIndicatorColor: @sapDefault_Color;
322
+
323
+ // [Label "Selected Measure Indicator Color"]
324
+ // [Description "The selected state color of measuring indicators."]
325
+ // [TranslationKey "sapContent_SelMeasIndClr"]
326
+ // [Tags "Base", "Content", "Color", "Protected"]
327
+ @sapContent_Selected_MeasureIndicatorColor: @sapDefault_Color;
328
+
317
329
  // [Label "Placeholder Loading Background Color"]
318
330
  // [Description "The background color of placeholder loading."]
319
331
  // [TranslationKey "sapContent_PlaceholderloadBg"]
@@ -348,6 +360,11 @@
348
360
  // [Tags "Base", "Content", "Color", "Protected"]
349
361
  @sapContent_UnratedColor: @sapDefault_Color;
350
362
 
363
+ // [Label "Busy Color"]
364
+ // [Description "Color of the busy indicator."]
365
+ // [Tags "Base", "Content", "Color", "Protected"]
366
+ @sapContent_BusyColor: @sapDefault_Color;
367
+
351
368
  // [Label "Focus Color"]
352
369
  // [Description "The color of the focus."]
353
370
  // [Tags "Base", "Content", "Color", "Protected"]
@@ -554,6 +571,11 @@
554
571
  // [Tags "Base", "Content", "Color", "Protected"]
555
572
  @sapContent_Selected_ForegroundColor: @sapDefault_Color;
556
573
 
574
+ // [Label "Forced Color Adjust"]
575
+ // [Description "Decides wether OS high contrast settings should be respected (auto) or ignored (none)."]
576
+ // [Tags "Base", "Content", "Protected"]
577
+ @sapContent_ForcedColorAdjust: none;
578
+
557
579
  // [Label "Illustrative Color 1"]
558
580
  // [Description "The color of illustrated content."]
559
581
  // [Tags "Base", "Content", "Color", "Protected"]
@@ -664,6 +686,16 @@
664
686
  // [Tags "Base", "Content", "Font", "Protected"]
665
687
  @sapFontBoldFamily: @sapDefault_Font;
666
688
 
689
+ // [Label "Semi Bold Font Family"]
690
+ // [Description "The preferred semi bold font family."]
691
+ // [Tags "Base", "Content", "Font", "Protected"]
692
+ @sapFontSemiboldFamily: @sapDefault_Font;
693
+
694
+ // [Label "Semi Bold Duplex Font Family"]
695
+ // [Description "The preferred semi bold duplex font family (with the same widths as @sapFontFamily)."]
696
+ // [Tags "Base", "Content", "Font", "Protected"]
697
+ @sapFontSemiboldDuplexFamily: @sapDefault_Font;
698
+
667
699
  // [Label "Black Font Family"]
668
700
  // [Description "The preferred black font family of headers."]
669
701
  // [Tags "Base", "Content", "Font", "Protected"]
@@ -906,6 +938,156 @@
906
938
  // [Tags "Base", "Shell", "Color", "Protected"]
907
939
  @sapShell_NeutralColor: @sapDefault_Color;
908
940
 
941
+ // [Label "Avatar 1 Background Color"]
942
+ // [Description "The background color of type-1 avatars."]
943
+ // [Tags "Base", "Avatar", "Color", "Protected"]
944
+ @sapAvatar_1_Background: @sapDefault_Color;
945
+
946
+ // [Label "Avatar 1 Border Color"]
947
+ // [Description "The border color of type-1 avatars."]
948
+ // [Tags "Base", "Avatar", "Color", "Protected"]
949
+ @sapAvatar_1_BorderColor: @sapDefault_Color;
950
+
951
+ // [Label "Avatar 1 Text Color"]
952
+ // [Description "The text color of type-1 avatars."]
953
+ // [Tags "Base", "Avatar", "Color", "Protected"]
954
+ @sapAvatar_1_TextColor: @sapDefault_Color;
955
+
956
+ // [Label "Avatar 2 Background Color"]
957
+ // [Description "The background color of type-2 avatars."]
958
+ // [Tags "Base", "Avatar", "Color", "Protected"]
959
+ @sapAvatar_2_Background: @sapDefault_Color;
960
+
961
+ // [Label "Avatar 2 Border Color"]
962
+ // [Description "The border color of type-2 avatars."]
963
+ // [Tags "Base", "Avatar", "Color", "Protected"]
964
+ @sapAvatar_2_BorderColor: @sapDefault_Color;
965
+
966
+ // [Label "Avatar 2 Text Color"]
967
+ // [Description "The text color of type-2 avatars."]
968
+ // [Tags "Base", "Avatar", "Color", "Protected"]
969
+ @sapAvatar_2_TextColor: @sapDefault_Color;
970
+
971
+ // [Label "Avatar 3 Background Color"]
972
+ // [Description "The background color of type-3 avatars."]
973
+ // [Tags "Base", "Avatar", "Color", "Protected"]
974
+ @sapAvatar_3_Background: @sapDefault_Color;
975
+
976
+ // [Label "Avatar 3 Border Color"]
977
+ // [Description "The border color of type-3 avatars."]
978
+ // [Tags "Base", "Avatar", "Color", "Protected"]
979
+ @sapAvatar_3_BorderColor: @sapDefault_Color;
980
+
981
+ // [Label "Avatar 3 Text Color"]
982
+ // [Description "The text color of type-3 avatars."]
983
+ // [Tags "Base", "Avatar", "Color", "Protected"]
984
+ @sapAvatar_3_TextColor: @sapDefault_Color;
985
+
986
+ // [Label "Avatar 4 Background Color"]
987
+ // [Description "The background color of type-4 avatars."]
988
+ // [Tags "Base", "Avatar", "Color", "Protected"]
989
+ @sapAvatar_4_Background: @sapDefault_Color;
990
+
991
+ // [Label "Avatar 4 Border Color"]
992
+ // [Description "The border color of type-4 avatars."]
993
+ // [Tags "Base", "Avatar", "Color", "Protected"]
994
+ @sapAvatar_4_BorderColor: @sapDefault_Color;
995
+
996
+ // [Label "Avatar 4 Text Color"]
997
+ // [Description "The text color of type-4 avatars."]
998
+ // [Tags "Base", "Avatar", "Color", "Protected"]
999
+ @sapAvatar_4_TextColor: @sapDefault_Color;
1000
+
1001
+ // [Label "Avatar 5 Background Color"]
1002
+ // [Description "The background color of type-5 avatars."]
1003
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1004
+ @sapAvatar_5_Background: @sapDefault_Color;
1005
+
1006
+ // [Label "Avatar 5 Border Color"]
1007
+ // [Description "The border color of type-5 avatars."]
1008
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1009
+ @sapAvatar_5_BorderColor: @sapDefault_Color;
1010
+
1011
+ // [Label "Avatar 5 Text Color"]
1012
+ // [Description "The text color of type-5 avatars."]
1013
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1014
+ @sapAvatar_5_TextColor: @sapDefault_Color;
1015
+
1016
+ // [Label "Avatar 6 Background Color"]
1017
+ // [Description "The background color of type-6 avatars."]
1018
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1019
+ @sapAvatar_6_Background: @sapDefault_Color;
1020
+
1021
+ // [Label "Avatar 6 Border Color"]
1022
+ // [Description "The border color of type-6 avatars."]
1023
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1024
+ @sapAvatar_6_BorderColor: @sapDefault_Color;
1025
+
1026
+ // [Label "Avatar 6 Text Color"]
1027
+ // [Description "The text color of type-6 avatars."]
1028
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1029
+ @sapAvatar_6_TextColor: @sapDefault_Color;
1030
+
1031
+ // [Label "Avatar 7 Background Color"]
1032
+ // [Description "The background color of type-7 avatars."]
1033
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1034
+ @sapAvatar_7_Background: @sapDefault_Color;
1035
+
1036
+ // [Label "Avatar 7 Border Color"]
1037
+ // [Description "The border color of type-7 avatars."]
1038
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1039
+ @sapAvatar_7_BorderColor: @sapDefault_Color;
1040
+
1041
+ // [Label "Avatar 7 Text Color"]
1042
+ // [Description "The text color of type-7 avatars."]
1043
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1044
+ @sapAvatar_7_TextColor: @sapDefault_Color;
1045
+
1046
+ // [Label "Avatar 8 Background Color"]
1047
+ // [Description "The background color of type-8 avatars."]
1048
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1049
+ @sapAvatar_8_Background: @sapDefault_Color;
1050
+
1051
+ // [Label "Avatar 8 Border Color"]
1052
+ // [Description "The border color of type-8 avatars."]
1053
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1054
+ @sapAvatar_8_BorderColor: @sapDefault_Color;
1055
+
1056
+ // [Label "Avatar 8 Text Color"]
1057
+ // [Description "The text color of type-8 avatars."]
1058
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1059
+ @sapAvatar_8_TextColor: @sapDefault_Color;
1060
+
1061
+ // [Label "Avatar 9 Background Color"]
1062
+ // [Description "The background color of type-9 avatars."]
1063
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1064
+ @sapAvatar_9_Background: @sapDefault_Color;
1065
+
1066
+ // [Label "Avatar 9 Border Color"]
1067
+ // [Description "The border color of type-9 avatars."]
1068
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1069
+ @sapAvatar_9_BorderColor: @sapDefault_Color;
1070
+
1071
+ // [Label "Avatar 9 Text Color"]
1072
+ // [Description "The text color of type-9 avatars."]
1073
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1074
+ @sapAvatar_9_TextColor: @sapDefault_Color;
1075
+
1076
+ // [Label "Avatar 10 Background Color"]
1077
+ // [Description "The background color of type-10 avatars."]
1078
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1079
+ @sapAvatar_10_Background: @sapDefault_Color;
1080
+
1081
+ // [Label "Avatar 10 Border Color"]
1082
+ // [Description "The border color of type-10 avatars."]
1083
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1084
+ @sapAvatar_10_BorderColor: @sapDefault_Color;
1085
+
1086
+ // [Label "Avatar 10 Text Color"]
1087
+ // [Description "The text color of type-10 avatars."]
1088
+ // [Tags "Base", "Avatar", "Color", "Protected"]
1089
+ @sapAvatar_10_TextColor: @sapDefault_Color;
1090
+
909
1091
  // [Label "Button Background Color"]
910
1092
  // [Description "The background color of buttons."]
911
1093
  // [Tags "Base", "Button", "Color", "Protected"]
@@ -1546,6 +1728,12 @@
1546
1728
  // [Tags "Base", "Button", "Color", "Protected"]
1547
1729
  @sapButton_Information_Active_BorderColor: @sapDefault_Color;
1548
1730
 
1731
+ // [Label "Information Button Active Text Color"]
1732
+ // [Description "The active (down) state text color of information buttons."]
1733
+ // [TranslationKey "sapButton_InfActTxtClr"]
1734
+ // [Tags "Base", "Button", "Color", "Protected"]
1735
+ @sapButton_Information_Active_TextColor: @sapDefault_Color;
1736
+
1549
1737
  // [Label "Neutral Button Background Color"]
1550
1738
  // [Description "The background color of neutral buttons."]
1551
1739
  // [Tags "Base", "Button", "Color", "Protected"]
@@ -1597,27 +1785,239 @@
1597
1785
  // [Tags "Base", "Button", "Color", "Font", "Protected"]
1598
1786
  @sapButton_Neutral_Active_TextColor: @sapDefault_Color;
1599
1787
 
1600
- // [Label "Switch Button Selected Track Color"]
1788
+ // [Label "Switch Button Track Background Color"]
1789
+ // [Description "The background color for the track of button controls such as the switch."]
1790
+ // [Tags "Base", "Button", "Color", "Protected"]
1791
+ @sapButton_Track_Background: @sapDefault_Color;
1792
+
1793
+ // [Label "Switch Button Track Border Color"]
1794
+ // [Description "The border color for the track of button controls such as the switch."]
1795
+ // [Tags "Base", "Button", "Color", "Protected"]
1796
+ @sapButton_Track_BorderColor: @sapDefault_Color;
1797
+
1798
+ // [Label "Switch Button Track Text Color"]
1799
+ // [Description "The text and icon color for the track of button controls such as the switch."]
1800
+ // [Tags "Base", "Button", "Color", "Font", "Protected"]
1801
+ @sapButton_Track_TextColor: @sapDefault_Color;
1802
+
1803
+ // [Label "Switch Button Track Hover Background Color"]
1804
+ // [Description "The background color for the hovered track of button controls such as the switch."]
1805
+ // [TranslationKey "sapButton_TrackHvBg"]
1806
+ // [Tags "Base", "Button", "Color", "Protected"]
1807
+ @sapButton_Track_Hover_Background: @sapDefault_Color;
1808
+
1809
+ // [Label "Switch Button Track Hover Border Color"]
1810
+ // [Description "The border color for the hovered track of button controls such as the switch."]
1811
+ // [TranslationKey "sapButton_TrackHvBrd"]
1812
+ // [Tags "Base", "Button", "Color", "Protected"]
1813
+ @sapButton_Track_Hover_BorderColor: @sapDefault_Color;
1814
+
1815
+ // [Label "Switch Button Selected Track Background Color"]
1601
1816
  // [Description "The background color for the selected track of button controls such as the switch."]
1602
1817
  // [TranslationKey "sapButton_TrackSelBg"]
1603
1818
  // [Tags "Base", "Button", "Color", "Protected"]
1604
1819
  @sapButton_Track_Selected_Background: @sapDefault_Color;
1605
1820
 
1606
- // [Label "Switch Button Selected Text Color"]
1821
+ // [Label "Switch Button Selected Track Border Color"]
1822
+ // [Description "The border color for the selected track of button controls such as the switch."]
1823
+ // [TranslationKey "sapButton_TrackSelBrd"]
1824
+ // [Tags "Base", "Button", "Color", "Protected"]
1825
+ @sapButton_Track_Selected_BorderColor: @sapDefault_Color;
1826
+
1827
+ // [Label "Switch Button Selected Track Text Color"]
1607
1828
  // [Description "The text and icon color for the selected track of button controls such as the switch."]
1608
1829
  // [TranslationKey "sapButton_TrackSelTxtClr"]
1609
1830
  // [Tags "Base", "Button", "Color", "Font", "Protected"]
1610
1831
  @sapButton_Track_Selected_TextColor: @sapDefault_Color;
1611
1832
 
1612
- // [Label "Switch Button Track Color"]
1613
- // [Description "The background color for the track of button controls such as the switch."]
1833
+ // [Label "Switch Button Selected Track Hover Background Color"]
1834
+ // [Description "The background color for the hovered selected track of button controls such as the switch."]
1835
+ // [TranslationKey "sapButton_TrackSelHvBg"]
1614
1836
  // [Tags "Base", "Button", "Color", "Protected"]
1615
- @sapButton_Track_Background: @sapDefault_Color;
1837
+ @sapButton_Track_Selected_Hover_Background: @sapDefault_Color;
1616
1838
 
1617
- // [Label "Switch Button Text Color"]
1618
- // [Description "The text and icon color for the track of button controls such as the switch."]
1839
+ // [Label "Switch Button Selected Track Hover Border Color"]
1840
+ // [Description "The border color for the hovered selected track of button controls such as the switch."]
1841
+ // [TranslationKey "sapButton_TrackSelHvBrd"]
1842
+ // [Tags "Base", "Button", "Color", "Protected"]
1843
+ @sapButton_Track_Selected_Hover_BorderColor: @sapDefault_Color;
1844
+
1845
+ // [Label "Switch Button Handle Background Color"]
1846
+ // [Description "The background color for the handle of button controls such as the switch."]
1847
+ // [Tags "Base", "Button", "Color", "Protected"]
1848
+ @sapButton_Handle_Background: @sapDefault_Color;
1849
+
1850
+ // [Label "Switch Button Handle Border Color"]
1851
+ // [Description "The border color for the handle of button controls such as the switch."]
1852
+ // [Tags "Base", "Button", "Color", "Protected"]
1853
+ @sapButton_Handle_BorderColor: @sapDefault_Color;
1854
+
1855
+ // [Label "Switch Button Handle Text Color"]
1856
+ // [Description "The text and icon color for the handle of button controls such as the switch."]
1857
+ // [Tags "Base", "Button", "Color", "Protected"]
1858
+ @sapButton_Handle_TextColor: @sapDefault_Color;
1859
+
1860
+ // [Label "Switch Button Handle Hover Background Color"]
1861
+ // [Description "The background color for the hovered handle of button controls such as the switch."]
1862
+ // [TranslationKey "sapButton_HandleHvBg"]
1863
+ // [Tags "Base", "Button", "Color", "Protected"]
1864
+ @sapButton_Handle_Hover_Background: @sapDefault_Color;
1865
+
1866
+ // [Label "Switch Button Handle Hover Border Color"]
1867
+ // [Description "The border color for the hovered handle of button controls such as the switch."]
1868
+ // [TranslationKey "sapButton_HandleHvBrd"]
1869
+ // [Tags "Base", "Button", "Color", "Protected"]
1870
+ @sapButton_Handle_Hover_BorderColor: @sapDefault_Color;
1871
+
1872
+ // [Label "Switch Button Selected Handle Background Color"]
1873
+ // [Description "The background color for the selected handle of button controls such as the switch."]
1874
+ // [TranslationKey "sapButton_HandleSelBg"]
1875
+ // [Tags "Base", "Button", "Color", "Protected"]
1876
+ @sapButton_Handle_Selected_Background: @sapDefault_Color;
1877
+
1878
+ // [Label "Switch Button Selected Handle Border Color"]
1879
+ // [Description "The border color for the selected handle of button controls such as the switch."]
1880
+ // [TranslationKey "sapButton_HandleSelBrd"]
1881
+ // [Tags "Base", "Button", "Color", "Protected"]
1882
+ @sapButton_Handle_Selected_BorderColor: @sapDefault_Color;
1883
+
1884
+ // [Label "Switch Button Selected Handle Text Color"]
1885
+ // [Description "The text and icon color for the selected handle of button controls such as the switch."]
1886
+ // [TranslationKey "sapButton_HandleSelTxtClr"]
1887
+ // [Tags "Base", "Button", "Color", "Protected"]
1888
+ @sapButton_Handle_Selected_TextColor: @sapDefault_Color;
1889
+
1890
+ // [Label "Switch Button Selected Handle Hover Background Color"]
1891
+ // [Description "The background color for the hovered selected handle of button controls such as the switch."]
1892
+ // [TranslationKey "sapButton_HandleSelHvBg"]
1893
+ // [Tags "Base", "Button", "Color", "Protected"]
1894
+ @sapButton_Handle_Selected_Hover_Background: @sapDefault_Color;
1895
+
1896
+ // [Label "Switch Button Selected Handle Hover Border Color"]
1897
+ // [Description "The border color for the hovered selected handle of button controls such as the switch."]
1898
+ // [TranslationKey "sapButton_HandleSelHvBrd"]
1899
+ // [Tags "Base", "Button", "Color", "Protected"]
1900
+ @sapButton_Handle_Selected_Hover_BorderColor: @sapDefault_Color;
1901
+
1902
+ // [Label "Negative Switch Button Track Background Color"]
1903
+ // [Description "The background color for the track of negative button controls such as the switch."]
1904
+ // [TranslationKey "sapButton_TrackNegBg"]
1905
+ // [Tags "Base", "Button", "Color", "Protected"]
1906
+ @sapButton_Track_Negative_Background: @sapDefault_Color;
1907
+
1908
+ // [Label "Negative Switch Button Track Border Color"]
1909
+ // [Description "The border color for the track of negative button controls such as the switch."]
1910
+ // [TranslationKey "sapButton_TrackNegBrd"]
1911
+ // [Tags "Base", "Button", "Color", "Protected"]
1912
+ @sapButton_Track_Negative_BorderColor: @sapDefault_Color;
1913
+
1914
+ // [Label "Negative Switch Button Track Text Color"]
1915
+ // [Description "The text and icon color for the track of negative button controls such as the switch."]
1916
+ // [TranslationKey "sapButton_TrackNegTxtClr"]
1619
1917
  // [Tags "Base", "Button", "Color", "Font", "Protected"]
1620
- @sapButton_Track_TextColor: @sapDefault_Color;
1918
+ @sapButton_Track_Negative_TextColor: @sapDefault_Color;
1919
+
1920
+ // [Label "Negative Switch Button Track Hover Background Color"]
1921
+ // [Description "The background color for the hovered track of negative button controls such as the switch."]
1922
+ // [TranslationKey "sapButton_TrackNegHvBg"]
1923
+ // [Tags "Base", "Button", "Color", "Protected"]
1924
+ @sapButton_Track_Negative_Hover_Background: @sapDefault_Color;
1925
+
1926
+ // [Label "Negative Switch Button Track Hover Border Color"]
1927
+ // [Description "The border color for the hovered track of negative button controls such as the switch."]
1928
+ // [TranslationKey "sapButton_TrackNegHvBrd"]
1929
+ // [Tags "Base", "Button", "Color", "Protected"]
1930
+ @sapButton_Track_Negative_Hover_BorderColor: @sapDefault_Color;
1931
+
1932
+ // [Label "Negative Switch Button Handle Background Color"]
1933
+ // [Description "The background color for the handle of negative button controls such as the switch."]
1934
+ // [TranslationKey "sapButton_HandleNegBg"]
1935
+ // [Tags "Base", "Button", "Color", "Protected"]
1936
+ @sapButton_Handle_Negative_Background: @sapDefault_Color;
1937
+
1938
+ // [Label "Negative Switch Button Handle Border Color"]
1939
+ // [Description "The border color for the handle of negative button controls such as the switch."]
1940
+ // [TranslationKey "sapButton_HandleNegBrd"]
1941
+ // [Tags "Base", "Button", "Color", "Protected"]
1942
+ @sapButton_Handle_Negative_BorderColor: @sapDefault_Color;
1943
+
1944
+ // [Label "Negative Switch Button Handle Text Color"]
1945
+ // [Description "The text and icon color for the handle of negative button controls such as the switch."]
1946
+ // [TranslationKey "sapButton_HandleNegTxtClr"]
1947
+ // [Tags "Base", "Button", "Color", "Protected"]
1948
+ @sapButton_Handle_Negative_TextColor: @sapDefault_Color;
1949
+
1950
+ // [Label "Negative Switch Button Handle Hover Background Color"]
1951
+ // [Description "The background color for the hovered handle of negative button controls such as the switch."]
1952
+ // [TranslationKey "sapButton_HandleNegHvBg"]
1953
+ // [Tags "Base", "Button", "Color", "Protected"]
1954
+ @sapButton_Handle_Negative_Hover_Background: @sapDefault_Color;
1955
+
1956
+ // [Label "Negative Switch Button Handle Hover Border Color"]
1957
+ // [Description "The border color for the hovered handle of negative button controls such as the switch."]
1958
+ // [TranslationKey "sapButton_HandleNegHvBrd"]
1959
+ // [Tags "Base", "Button", "Color", "Protected"]
1960
+ @sapButton_Handle_Negative_Hover_BorderColor: @sapDefault_Color;
1961
+
1962
+ // [Label "Positive Switch Button Track Background Color"]
1963
+ // [Description "The background color for the track of positive button controls such as the switch."]
1964
+ // [TranslationKey "sapButton_TrackPosBg"]
1965
+ // [Tags "Base", "Button", "Color", "Protected"]
1966
+ @sapButton_Track_Positive_Background: @sapDefault_Color;
1967
+
1968
+ // [Label "Positive Switch Button Track Border Color"]
1969
+ // [Description "The border color for the track of positive button controls such as the switch."]
1970
+ // [TranslationKey "sapButton_TrackPosBrd"]
1971
+ // [Tags "Base", "Button", "Color", "Protected"]
1972
+ @sapButton_Track_Positive_BorderColor: @sapDefault_Color;
1973
+
1974
+ // [Label "Positive Switch Button Track Text Color"]
1975
+ // [Description "The text and icon color for the track of positive button controls such as the switch."]
1976
+ // [TranslationKey "sapButton_TrackPosTxtClr"]
1977
+ // [Tags "Base", "Button", "Color", "Font", "Protected"]
1978
+ @sapButton_Track_Positive_TextColor: @sapDefault_Color;
1979
+
1980
+ // [Label "Positive Switch Button Track Hover Background Color"]
1981
+ // [Description "The background color for the hovered track of positive button controls such as the switch."]
1982
+ // [TranslationKey "sapButton_TrackPosHvBg"]
1983
+ // [Tags "Base", "Button", "Color", "Protected"]
1984
+ @sapButton_Track_Positive_Hover_Background: @sapDefault_Color;
1985
+
1986
+ // [Label "Positive Switch Button Track Hover Border Color"]
1987
+ // [Description "The border color for the hovered track of positive button controls such as the switch."]
1988
+ // [TranslationKey "sapButton_TrackPosHvBrd"]
1989
+ // [Tags "Base", "Button", "Color", "Protected"]
1990
+ @sapButton_Track_Positive_Hover_BorderColor: @sapDefault_Color;
1991
+
1992
+ // [Label "Positive Switch Button Handle Background Color"]
1993
+ // [Description "The background color for the handle of positive button controls such as the switch."]
1994
+ // [TranslationKey "sapButton_HandlePosBg"]
1995
+ // [Tags "Base", "Button", "Color", "Protected"]
1996
+ @sapButton_Handle_Positive_Background: @sapDefault_Color;
1997
+
1998
+ // [Label "Positive Switch Button Handle Border Color"]
1999
+ // [Description "The border color for the handle of positive button controls such as the switch."]
2000
+ // [TranslationKey "sapButton_HandlePosBrd"]
2001
+ // [Tags "Base", "Button", "Color", "Protected"]
2002
+ @sapButton_Handle_Positive_BorderColor: @sapDefault_Color;
2003
+
2004
+ // [Label "Positive Switch Button Handle Text Color"]
2005
+ // [Description "The text and icon color for the handle of positive button controls such as the switch."]
2006
+ // [TranslationKey "sapButton_HandlePosTxtClr"]
2007
+ // [Tags "Base", "Button", "Color", "Protected"]
2008
+ @sapButton_Handle_Positive_TextColor: @sapDefault_Color;
2009
+
2010
+ // [Label "Positive Switch Button Handle Hover Background Color"]
2011
+ // [Description "The background color for the hovered handle of positive button controls such as the switch."]
2012
+ // [TranslationKey "sapButton_HandlePosHvBg"]
2013
+ // [Tags "Base", "Button", "Color", "Protected"]
2014
+ @sapButton_Handle_Positive_Hover_Background: @sapDefault_Color;
2015
+
2016
+ // [Label "Positive Switch Button Handle Hover Border Color"]
2017
+ // [Description "The border color for the hovered handle of positive button controls such as the switch."]
2018
+ // [TranslationKey "sapButton_HandlePosHvBrd"]
2019
+ // [Tags "Base", "Button", "Color", "Protected"]
2020
+ @sapButton_Handle_Positive_Hover_BorderColor: @sapDefault_Color;
1621
2021
 
1622
2022
  // [Label "Token Background Color"]
1623
2023
  // [Description "The background color of token buttons."]
@@ -1634,6 +2034,11 @@
1634
2034
  // [Tags "Base", "Field", "Color", "Protected"]
1635
2035
  @sapField_Background: @sapDefault_Color;
1636
2036
 
2037
+ // [Label "Field Background Image"]
2038
+ // [Description "The background style of input fields."]
2039
+ // [Tags "Base", "Field", "Protected"]
2040
+ @sapField_BackgroundStyle: @sapDefault_URI;
2041
+
1637
2042
  // [Label "Field Text Color"]
1638
2043
  // [Description "The text color of input fields."]
1639
2044
  // [Tags "Base", "Field", "Color", "Font", "Protected"]
@@ -1659,6 +2064,11 @@
1659
2064
  // [Tags "Base", "Field", "Dimension", "Protected"]
1660
2065
  @sapField_BorderWidth: @sapDefault_Dimension;
1661
2066
 
2067
+ // [Label "Field Border Style"]
2068
+ // [Description "The style of borders of an input field."]
2069
+ // [Tags "Base", "Field", "Protected"]
2070
+ @sapField_BorderStyle: @sapDefault_BorderStyle;
2071
+
1662
2072
  // [Label "Field Corner Radius"]
1663
2073
  // [Description "Defines whether an input field has rounded corners."]
1664
2074
  // [Tags "Base", "Field", "Dimension", "Protected"]
@@ -1669,6 +2079,11 @@
1669
2079
  // [Tags "Base", "Field", "Color", "Protected"]
1670
2080
  @sapField_Hover_Background: @sapDefault_Color;
1671
2081
 
2082
+ // [Label "Field Hover Background Image"]
2083
+ // [Description "The background style of input fields on hover."]
2084
+ // [Tags "Base", "Field", "Protected"]
2085
+ @sapField_Hover_BackgroundStyle: @sapDefault_URI;
2086
+
1672
2087
  // [Label "Field Hover Border Color"]
1673
2088
  // [Description "The color of an input field's borders on hover."]
1674
2089
  // [Tags "Base", "Field", "Color", "Protected"]
@@ -1704,11 +2119,22 @@
1704
2119
  // [Tags "Base", "Field", "Color", "Protected"]
1705
2120
  @sapField_ReadOnly_Background: @sapDefault_Color;
1706
2121
 
2122
+ // [Label "Read Only Field Background Image"]
2123
+ // [Description "The background style of read-only input fields."]
2124
+ // [Tags "Base", "Field", "Protected"]
2125
+ // [TranslationKey "sapField_ReadOnly_BgStyle"]
2126
+ @sapField_ReadOnly_BackgroundStyle: @sapDefault_URI;
2127
+
1707
2128
  // [Label "Read Only Field Border Color"]
1708
2129
  // [Description "The color of a read-only input field's borders."]
1709
2130
  // [Tags "Base", "Field", "Color", "Protected"]
1710
2131
  @sapField_ReadOnly_BorderColor: @sapDefault_Color;
1711
2132
 
2133
+ // [Label "Read Only Field Border Style"]
2134
+ // [Description "The border style of read-only input fields."]
2135
+ // [Tags "Base", "Field", "Protected"]
2136
+ @sapField_ReadOnly_BorderStyle: @sapDefault_BorderStyle;
2137
+
1712
2138
  // [Label "Read Only Field Help Color"]
1713
2139
  // [Description "The background color of a read-only input field's value help icon."]
1714
2140
  // [TranslationKey "sapField_ReadOnly_HelpBackgrnd"]
@@ -1730,6 +2156,12 @@
1730
2156
  // [Tags "Base", "Field", "Color", "Protected"]
1731
2157
  @sapField_InvalidBackground: @sapDefault_Color;
1732
2158
 
2159
+ // [Label "Invalid Field Background Image"]
2160
+ // [Description "The background style of an input field with an invalid value."]
2161
+ // [TranslationKey "sapField_InvBgImg"]
2162
+ // [Tags "Base", "Field", "Protected"]
2163
+ @sapField_InvalidBackgroundStyle: @sapDefault_URI;
2164
+
1733
2165
  // [Label "Invalid Field Border Thickness"]
1734
2166
  // [Description "The thickness of borders of an input field with invalid value."]
1735
2167
  // [Tags "Base", "Field", "Dimension", "Protected"]
@@ -1737,7 +2169,7 @@
1737
2169
 
1738
2170
  // [Label "Invalid Field Border Style"]
1739
2171
  // [Description "The style of borders of an input field with invalid value."]
1740
- // [Tags "Base", "Field", "Color", "Protected"]
2172
+ // [Tags "Base", "Field", "Protected"]
1741
2173
  @sapField_InvalidBorderStyle: @sapDefault_BorderStyle;
1742
2174
 
1743
2175
  // [Label "Warning Field Color"]
@@ -1750,6 +2182,12 @@
1750
2182
  // [Tags "Base", "Field", "Color", "Protected"]
1751
2183
  @sapField_WarningBackground: @sapDefault_Color;
1752
2184
 
2185
+ // [Label "Warning Field Background Image"]
2186
+ // [Description "The background style of an input field indicating a warning."]
2187
+ // [TranslationKey "sapField_WarnBgImg"]
2188
+ // [Tags "Base", "Field", "Protected"]
2189
+ @sapField_WarningBackgroundStyle: @sapDefault_URI;
2190
+
1753
2191
  // [Label "Warning Field Border Thickness"]
1754
2192
  // [Description "The thickness of borders of an input field indicating a warning."]
1755
2193
  // [Tags "Base", "Field", "Dimension", "Protected"]
@@ -1757,7 +2195,7 @@
1757
2195
 
1758
2196
  // [Label "Warning Field Border Style"]
1759
2197
  // [Description "The style of borders of an input field indicating a warning."]
1760
- // [Tags "Base", "Field", "Color", "Protected"]
2198
+ // [Tags "Base", "Field", "Protected"]
1761
2199
  @sapField_WarningBorderStyle: @sapDefault_BorderStyle;
1762
2200
 
1763
2201
  // [Label "Success Field Color"]
@@ -1770,6 +2208,12 @@
1770
2208
  // [Tags "Base", "Field", "Color", "Protected"]
1771
2209
  @sapField_SuccessBackground: @sapDefault_Color;
1772
2210
 
2211
+ // [Label "Success Field Background Image"]
2212
+ // [Description "The background style of an input field indicating a successful user action."]
2213
+ // [TranslationKey "sapField_SucBgImg"]
2214
+ // [Tags "Base", "Field", "Protected"]
2215
+ @sapField_SuccessBackgroundStyle: @sapDefault_URI;
2216
+
1773
2217
  // [Label "Success Field Border Thickness"]
1774
2218
  // [Description "The thickness of borders of an input field indicating a successful user action."]
1775
2219
  // [Tags "Base", "Field", "Dimension", "Protected"]
@@ -1777,7 +2221,7 @@
1777
2221
 
1778
2222
  // [Label "Success Field Border Style"]
1779
2223
  // [Description "The style of borders of an input field indicating a successful user action."]
1780
- // [Tags "Base", "Field", "Color", "Protected"]
2224
+ // [Tags "Base", "Field", "Protected"]
1781
2225
  @sapField_SuccessBorderStyle: @sapDefault_BorderStyle;
1782
2226
 
1783
2227
  // [Label "Information Field Color"]
@@ -1790,14 +2234,22 @@
1790
2234
  // [Tags "Base", "Field", "Color", "Protected"]
1791
2235
  @sapField_InformationBackground: @sapDefault_Color;
1792
2236
 
2237
+ // [Label "Information Field Background Image"]
2238
+ // [Description "The background style of an input field indicating an information status."]
2239
+ // [TranslationKey "sapField_InfBgImg"]
2240
+ // [Tags "Base", "Field", "Protected"]
2241
+ @sapField_InformationBackgroundStyle: @sapDefault_URI;
2242
+
1793
2243
  // [Label "Information Field Border Thickness"]
1794
2244
  // [Description "The thickness of borders of an input field indicating an information status."]
2245
+ // [TranslationKey "sapField_InfBrdWdth"]
1795
2246
  // [Tags "Base", "Field", "Dimension", "Protected"]
1796
2247
  @sapField_InformationBorderWidth: @sapDefault_Dimension;
1797
2248
 
1798
2249
  // [Label "Information Field Border Style"]
1799
2250
  // [Description "The style of borders of an input field indicating an information status."]
1800
- // [Tags "Base", "Field", "Color", "Protected"]
2251
+ // [TranslationKey "sapField_InfBrdSty"]
2252
+ // [Tags "Base", "Field", "Protected"]
1801
2253
  @sapField_InformationBorderStyle: @sapDefault_BorderStyle;
1802
2254
 
1803
2255
  // [Label "Group Title Background Color"]
@@ -1815,6 +2267,11 @@
1815
2267
  // [Tags "Base", "Group", "Color", "Font", "Protected"]
1816
2268
  @sapGroup_TitleTextColor: @sapDefault_Color;
1817
2269
 
2270
+ // [Label "Group Title Font Size"]
2271
+ // [Description "The font size of the group title."]
2272
+ // [Tags "Base", "Group", "Dimension", "Font", "Protected"]
2273
+ @sapGroup_Title_FontSize: @sapDefault_Dimension;
2274
+
1818
2275
  // [Label "Group Content Background Color"]
1819
2276
  // [Description "The background color of the content area of a group."]
1820
2277
  // [Tags "Base", "Group", "Color", "Protected"]
@@ -1975,6 +2432,211 @@
1975
2432
  // [Tags "Base", "List", "Color", "Protected"]
1976
2433
  @sapList_TableFixedBorderColor: @sapDefault_Color;
1977
2434
 
2435
+ // [Label "Message Error Border Color"]
2436
+ // [Description "The error border color of message controls."]
2437
+ // [Tags "Base", "Message", "Color", "Protected"]
2438
+ @sapMessage_ErrorBorderColor: @sapDefault_Color;
2439
+
2440
+ // [Label "Message Warning Border Color"]
2441
+ // [Description "The warning border color of message controls."]
2442
+ // [Tags "Base", "Message", "Color", "Protected"]
2443
+ @sapMessage_WarningBorderColor: @sapDefault_Color;
2444
+
2445
+ // [Label "Message Success Border Color"]
2446
+ // [Description "The success border color of message controls."]
2447
+ // [Tags "Base", "Message", "Color", "Protected"]
2448
+ @sapMessage_SuccessBorderColor: @sapDefault_Color;
2449
+
2450
+ // [Label "Message Information Border Color"]
2451
+ // [Description "The information border color of message controls."]
2452
+ // [TranslationKey "sapMessage_InfBrd"]
2453
+ // [Tags "Base", "Message", "Color", "Protected"]
2454
+ @sapMessage_InformationBorderColor: @sapDefault_Color;
2455
+
2456
+ // [Label "Popover Border Corner Radius"]
2457
+ // [Description "The border radius of popovers."]
2458
+ // [TranslationKey "sapPopover_BrdRd"]
2459
+ // [Tags "Base", "Popover", "Dimension", "Protected"]
2460
+ @sapPopover_BorderCornerRadius: @sapDefault_Dimension;
2461
+
2462
+ // [Label "Progress Background"]
2463
+ // [Description "The background color of the empty part of progress bars."]
2464
+ // [Tags "Base", "Progress", "Color", "Protected"]
2465
+ @sapProgress_Background: @sapDefault_Color;
2466
+
2467
+ // [Label "Progress Border Color"]
2468
+ // [Description "The border color of the empty part of progress bars."]
2469
+ // [Tags "Base", "Progress", "Color", "Protected"]
2470
+ @sapProgress_BorderColor: @sapDefault_Color;
2471
+
2472
+ // [Label "Progress Text Color"]
2473
+ // [Description "The text color of the empty part of progress bars."]
2474
+ // [Tags "Base", "Progress", "Color", "Protected"]
2475
+ @sapProgress_TextColor: @sapDefault_Color;
2476
+
2477
+ // [Label "Progress Font Size"]
2478
+ // [Description "The font size of progress bars."]
2479
+ // [Tags "Base", "Progress", "Dimension", "Protected"]
2480
+ @sapProgress_FontSize: @sapDefault_Dimension;
2481
+
2482
+ // [Label "Negative Progress Background"]
2483
+ // [Description "The background color of the empty part of negative progress bars."]
2484
+ // [TranslationKey "sapProgress_NegBg"]
2485
+ // [Tags "Base", "Progress", "Color", "Protected"]
2486
+ @sapProgress_NegativeBackground: @sapDefault_Color;
2487
+
2488
+ // [Label "Negative Progress Border Color"]
2489
+ // [Description "The border color of the empty part of negative progress bars."]
2490
+ // [TranslationKey "sapProgress_NegBrd"]
2491
+ // [Tags "Base", "Progress", "Color", "Protected"]
2492
+ @sapProgress_NegativeBorderColor: @sapDefault_Color;
2493
+
2494
+ // [Label "Negative Progress Text Color"]
2495
+ // [Description "The text color of the empty part of negative progress bars."]
2496
+ // [Tags "Base", "Progress", "Color", "Protected"]
2497
+ @sapProgress_NegativeTextColor: @sapDefault_Color;
2498
+
2499
+ // [Label "Critical Progress Background"]
2500
+ // [Description "The background color of the empty part of critical progress bars."]
2501
+ // [TranslationKey "sapProgress_CrtBg"]
2502
+ // [Tags "Base", "Progress", "Color", "Protected"]
2503
+ @sapProgress_CriticalBackground: @sapDefault_Color;
2504
+
2505
+ // [Label "Critical Progress Border Color"]
2506
+ // [Description "The border color of the empty part of critical progress bars."]
2507
+ // [TranslationKey "sapProgress_CrtBrd"]
2508
+ // [Tags "Base", "Progress", "Color", "Protected"]
2509
+ @sapProgress_CriticalBorderColor: @sapDefault_Color;
2510
+
2511
+ // [Label "Critical Progress Text Color"]
2512
+ // [Description "The text color of the empty part of critical progress bars."]
2513
+ // [Tags "Base", "Progress", "Color", "Protected"]
2514
+ @sapProgress_CriticalTextColor: @sapDefault_Color;
2515
+
2516
+ // [Label "Positive Progress Background"]
2517
+ // [Description "The background color of the empty part of positive progress bars."]
2518
+ // [TranslationKey "sapProgress_PosBg"]
2519
+ // [Tags "Base", "Progress", "Color", "Protected"]
2520
+ @sapProgress_PositiveBackground: @sapDefault_Color;
2521
+
2522
+ // [Label "Positive Progress Border Color"]
2523
+ // [Description "The border color of the empty part of positive progress bars."]
2524
+ // [TranslationKey "sapProgress_PosBrd"]
2525
+ // [Tags "Base", "Progress", "Color", "Protected"]
2526
+ @sapProgress_PositiveBorderColor: @sapDefault_Color;
2527
+
2528
+ // [Label "Positive Progress Text Color"]
2529
+ // [Description "The text color of the empty part of positive progress bars."]
2530
+ // [Tags "Base", "Progress", "Color", "Protected"]
2531
+ @sapProgress_PositiveTextColor: @sapDefault_Color;
2532
+
2533
+ // [Label "Information Progress Background"]
2534
+ // [Description "The background color of the empty part of information progress bars."]
2535
+ // [TranslationKey "sapProgress_InfBg"]
2536
+ // [Tags "Base", "Progress", "Color", "Protected"]
2537
+ @sapProgress_InformationBackground: @sapDefault_Color;
2538
+
2539
+ // [Label "Information Progress Border Color"]
2540
+ // [Description "The border color of the empty part of information progress bars."]
2541
+ // [TranslationKey "sapProgress_InfBrd"]
2542
+ // [Tags "Base", "Progress", "Color", "Protected"]
2543
+ @sapProgress_InformationBorderColor: @sapDefault_Color;
2544
+
2545
+ // [Label "Information Progress Text Color"]
2546
+ // [Description "The text color of the empty part of information progress bars."]
2547
+ // [TranslationKey "sapProgress_InfTxtClr"]
2548
+ // [Tags "Base", "Progress", "Color", "Protected"]
2549
+ @sapProgress_InformationTextColor: @sapDefault_Color;
2550
+
2551
+ // [Label "Progress Value Background"]
2552
+ // [Description "The background color of the filled part of progress bars."]
2553
+ // [TranslationKey "sapProgress_Value_Bg"]
2554
+ // [Tags "Base", "Progress", "Color", "Protected"]
2555
+ @sapProgress_Value_Background: @sapDefault_Color;
2556
+
2557
+ // [Label "Progress Value Border Color"]
2558
+ // [Description "The border color of the filled part of progress bars."]
2559
+ // [TranslationKey "sapProgress_Value_Brd"]
2560
+ // [Tags "Base", "Progress", "Color", "Protected"]
2561
+ @sapProgress_Value_BorderColor: @sapDefault_Color;
2562
+
2563
+ // [Label "Progress Value Text Color"]
2564
+ // [Description "The text color of the filled part of progress bars."]
2565
+ // [Tags "Base", "Progress", "Color", "Protected"]
2566
+ @sapProgress_Value_TextColor: @sapDefault_Color;
2567
+
2568
+ // [Label "Negative Progress Value Background"]
2569
+ // [Description "The background color of the filled part of negative progress bars."]
2570
+ // [TranslationKey "sapProgress_Value_NegBg"]
2571
+ // [Tags "Base", "Progress", "Color", "Protected"]
2572
+ @sapProgress_Value_NegativeBackground: @sapDefault_Color;
2573
+
2574
+ // [Label "Negative Progress Value Border Color"]
2575
+ // [Description "The border color of the filled part of negative progress bars."]
2576
+ // [TranslationKey "sapProgress_Value_NegBrd"]
2577
+ // [Tags "Base", "Progress", "Color", "Protected"]
2578
+ @sapProgress_Value_NegativeBorderColor: @sapDefault_Color;
2579
+
2580
+ // [Label "Negative Progress Value Text Color"]
2581
+ // [Description "The text color of the filled part of negative progress bars."]
2582
+ // [TranslationKey "sapProgress_Value_NegTxtClr"]
2583
+ // [Tags "Base", "Progress", "Color", "Protected"]
2584
+ @sapProgress_Value_NegativeTextColor: @sapDefault_Color;
2585
+
2586
+ // [Label "Critical Progress Value Background"]
2587
+ // [Description "The background color of the filled part of critical progress bars."]
2588
+ // [TranslationKey "sapProgress_Value_CrtBg"]
2589
+ // [Tags "Base", "Progress", "Color", "Protected"]
2590
+ @sapProgress_Value_CriticalBackground: @sapDefault_Color;
2591
+
2592
+ // [Label "Critical Progress Value Border Color"]
2593
+ // [Description "The border color of the filled part of critical progress bars."]
2594
+ // [TranslationKey "sapProgress_Value_CrtBrd"]
2595
+ // [Tags "Base", "Progress", "Color", "Protected"]
2596
+ @sapProgress_Value_CriticalBorderColor: @sapDefault_Color;
2597
+
2598
+ // [Label "Critical Progress Value Text Color"]
2599
+ // [Description "The text color of the filled part of critical progress bars."]
2600
+ // [TranslationKey "sapProgress_Value_CrtTxtClr"]
2601
+ // [Tags "Base", "Progress", "Color", "Protected"]
2602
+ @sapProgress_Value_CriticalTextColor: @sapDefault_Color;
2603
+
2604
+ // [Label "Positive Progress Value Background"]
2605
+ // [Description "The background color of the filled part of positive progress bars."]
2606
+ // [TranslationKey "sapProgress_Value_PosBg"]
2607
+ // [Tags "Base", "Progress", "Color", "Protected"]
2608
+ @sapProgress_Value_PositiveBackground: @sapDefault_Color;
2609
+
2610
+ // [Label "Positive Progress Value Border Color"]
2611
+ // [Description "The border color of the filled part of positive progress bars."]
2612
+ // [TranslationKey "sapProgress_Value_PosBrd"]
2613
+ // [Tags "Base", "Progress", "Color", "Protected"]
2614
+ @sapProgress_Value_PositiveBorderColor: @sapDefault_Color;
2615
+
2616
+ // [Label "Positive Progress Value Text Color"]
2617
+ // [Description "The text color of the filled part of positive progress bars."]
2618
+ // [TranslationKey "sapProgress_Value_PosTxtClr"]
2619
+ // [Tags "Base", "Progress", "Color", "Protected"]
2620
+ @sapProgress_Value_PositiveTextColor: @sapDefault_Color;
2621
+
2622
+ // [Label "Information Progress Value Background"]
2623
+ // [Description "The background color of the filled part of information progress bars."]
2624
+ // [TranslationKey "sapProgress_Value_InfBg"]
2625
+ // [Tags "Base", "Progress", "Color", "Protected"]
2626
+ @sapProgress_Value_InformationBackground: @sapDefault_Color;
2627
+
2628
+ // [Label "Information Progress Value Border Color"]
2629
+ // [Description "The border color of the filled part of information progress bars."]
2630
+ // [TranslationKey "sapProgress_Value_InfBrd"]
2631
+ // [Tags "Base", "Progress", "Color", "Protected"]
2632
+ @sapProgress_Value_InformationBorderColor: @sapDefault_Color;
2633
+
2634
+ // [Label "Information Progress Value Text Color"]
2635
+ // [Description "The text color of the filled part of information progress bars."]
2636
+ // [TranslationKey "sapProgress_Value_InfTxtClr"]
2637
+ // [Tags "Base", "Progress", "Color", "Protected"]
2638
+ @sapProgress_Value_InformationTextColor: @sapDefault_Color;
2639
+
1978
2640
  // [Label "Scrollbar Face Color"]
1979
2641
  // [Description "The color of the surface of a scrollbar."]
1980
2642
  // [Tags "Base", "Scrollbar", "Color", "Protected"]
@@ -2005,6 +2667,78 @@
2005
2667
  // [Tags "Base", "Scrollbar", "Color", "Protected"]
2006
2668
  @sapScrollBar_Hover_FaceColor: @sapDefault_Color;
2007
2669
 
2670
+ // [Label "Slider Background"]
2671
+ // [Description "The background color of the slider."]
2672
+ // [Tags "Base", "Slider", "Color", "Protected"]
2673
+ @sapSlider_Background: @sapDefault_Color;
2674
+
2675
+ // [Label "Slider Border Color"]
2676
+ // [Description "The border color of the slider."]
2677
+ // [Tags "Base", "Slider", "Color", "Protected"]
2678
+ @sapSlider_BorderColor: @sapDefault_Color;
2679
+
2680
+ // [Label "Slider Selected Background"]
2681
+ // [Description "The background color of the selected part of the slider (in LTR usually the part left of the handle)."]
2682
+ // [Tags "Base", "Slider", "Color", "Protected"]
2683
+ @sapSlider_Selected_Background: @sapDefault_Color;
2684
+
2685
+ // [Label "Slider Selected Border Color"]
2686
+ // [Description "The border color of the selected part of the slider (in LTR usually the part left of the handle)."]
2687
+ // [Tags "Base", "Slider", "Color", "Protected"]
2688
+ @sapSlider_Selected_BorderColor: @sapDefault_Color;
2689
+
2690
+ // [Label "Slider Handle Background"]
2691
+ // [Description "The background color of the slider handle."]
2692
+ // [Tags "Base", "Slider", "Color", "Protected"]
2693
+ @sapSlider_HandleBackground: @sapDefault_Color;
2694
+
2695
+ // [Label "Slider Handle Border Color"]
2696
+ // [Description "The border color of the slider handle."]
2697
+ // [Tags "Base", "Slider", "Color", "Protected"]
2698
+ @sapSlider_HandleBorderColor: @sapDefault_Color;
2699
+
2700
+ // [Label "Range Slider Handle Background"]
2701
+ // [Description "The background color of the range slider handle."]
2702
+ // [TranslationKey "sapSlider_RangeHandleBg"]
2703
+ // [Tags "Base", "Slider", "Color", "Protected"]
2704
+ @sapSlider_RangeHandleBackground: @sapDefault_Color;
2705
+
2706
+ // [Label "Slider Handle Hover Background"]
2707
+ // [Description "The hover state background color of the slider handle."]
2708
+ // [TranslationKey "sapSlider_HandleHvBg"]
2709
+ // [Tags "Base", "Slider", "Color", "Protected"]
2710
+ @sapSlider_Hover_HandleBackground: @sapDefault_Color;
2711
+
2712
+ // [Label "Slider Handle Hover Border Color"]
2713
+ // [Description "The hover state border color of the slider handle."]
2714
+ // [TranslationKey "sapSlider_HandleHvBrd"]
2715
+ // [Tags "Base", "Slider", "Color", "Protected"]
2716
+ @sapSlider_Hover_HandleBorderColor: @sapDefault_Color;
2717
+
2718
+ // [Label "Range Slider Handle Hover Background"]
2719
+ // [Description "The hover state background color of the range slider handle."]
2720
+ // [TranslationKey "sapSlider_Hv_RangeHandleBg"]
2721
+ // [Tags "Base", "Slider", "Color", "Protected"]
2722
+ @sapSlider_Hover_RangeHandleBackground: @sapDefault_Color;
2723
+
2724
+ // [Label "Slider Handle Active Background"]
2725
+ // [Description "The active state background color of the slider handle."]
2726
+ // [TranslationKey "sapSlider_HandleActBg"]
2727
+ // [Tags "Base", "Slider", "Color", "Protected"]
2728
+ @sapSlider_Active_HandleBackground: @sapDefault_Color;
2729
+
2730
+ // [Label "Slider Handle Active Border Color"]
2731
+ // [Description "The active state border color of the slider handle."]
2732
+ // [TranslationKey "sapSlider_HandleActBrd"]
2733
+ // [Tags "Base", "Slider", "Color", "Protected"]
2734
+ @sapSlider_Active_HandleBorderColor: @sapDefault_Color;
2735
+
2736
+ // [Label "Range Slider Handle Active Background"]
2737
+ // [Description "The active state background color of the range slider handle."]
2738
+ // [TranslationKey "sapSlider_Act_RangeHandleBg"]
2739
+ // [Tags "Base", "Slider", "Color", "Protected"]
2740
+ @sapSlider_Active_RangeHandleBackground: @sapDefault_Color;
2741
+
2008
2742
  // [Label "Page Header Background Color"]
2009
2743
  // [Description "The background color of page headers."]
2010
2744
  // [Tags "Base", "Page", "Color", "Protected"]
@@ -2077,6 +2811,35 @@
2077
2811
  // [Tags "Base", "Page", "Color", "Protected"]
2078
2812
  @sapObjectHeader_BorderColor: @sapDefault_Color;
2079
2813
 
2814
+ // [Label "Object Header Title Text Color"]
2815
+ // [Description "The text color of object header titles."]
2816
+ // [TranslationKey "sapObjectHeader_TtlTxtClr"]
2817
+ // [Tags "Base", "Page", "Color", "Protected"]
2818
+ @sapObjectHeader_Title_TextColor: @sapDefault_Color;
2819
+
2820
+ // [Label "Object Header Title Font Size"]
2821
+ // [Description "The font size of object header titles."]
2822
+ // [Tags "Base", "Page", "Dimension", "Protected"]
2823
+ @sapObjectHeader_Title_FontSize: @sapDefault_Dimension;
2824
+
2825
+ // [Label "Object Header Snapped Title Font Size"]
2826
+ // [Description "The font size of snapped object header titles."]
2827
+ // [TranslationKey "sapObjectHeader_TtlSnFntSz"]
2828
+ // [Tags "Base", "Page", "Dimension", "Protected"]
2829
+ @sapObjectHeader_Title_SnappedFontSize: @sapDefault_Dimension;
2830
+
2831
+ // [Label "Object Header Title Font Family"]
2832
+ // [Description "The font family of object header titles."]
2833
+ // [TranslationKey "sapObjectHeader_TtlFntFmly"]
2834
+ // [Tags "Base", "Page", "Font", "Protected"]
2835
+ @sapObjectHeader_Title_FontFamily: @sapDefault_Font;
2836
+
2837
+ // [Label "Object Header Subtitle Text Color"]
2838
+ // [Description "The text color of object header subtitles."]
2839
+ // [TranslationKey "sapObjectHeader_SubttlTxtClr"]
2840
+ // [Tags "Base", "Page", "Color", "Protected"]
2841
+ @sapObjectHeader_Subtitle_TextColor: @sapDefault_Color;
2842
+
2080
2843
  // [Label "Block Layer Background Color"]
2081
2844
  // [Description "The background color of block layers."]
2082
2845
  // [Tags "Base", "Page", "Color", "Protected"]
@@ -2102,6 +2865,11 @@
2102
2865
  // [Tags "Base", "Tile", "Color", "Protected"]
2103
2866
  @sapTile_BorderColor: @sapDefault_Color;
2104
2867
 
2868
+ // [Label "Tile Border Corner Radius"]
2869
+ // [Description "The border radius of tiles and cards."]
2870
+ // [Tags "Base", "Tile", "Dimension", "Protected"]
2871
+ @sapTile_BorderCornerRadius: @sapDefault_Dimension;
2872
+
2105
2873
  // [Label "Tile Title Text Color"]
2106
2874
  // [Description "The color of title texts on tiles and cards."]
2107
2875
  // [Tags "Base", "Tile", "Color", "Font", "Protected"]
@@ -2242,6 +3010,18 @@
2242
3010
  // [Tags "Base", "SemanticColor", "Color", "Protected"]
2243
3011
  @sapIndicationColor_1: @sapDefault_Color;
2244
3012
 
3013
+ // [Label "Indication Color 1 Background"]
3014
+ // [Description "The background color for elements showing indication 1."]
3015
+ // [TranslationKey "sapIndication1Bg"]
3016
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3017
+ @sapIndicationColor_1_Background: @sapDefault_Color;
3018
+
3019
+ // [Label "Indication Color 1 Border Color"]
3020
+ // [Description "The border color for elements showing indication 1."]
3021
+ // [TranslationKey "sapIndication1Brd"]
3022
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3023
+ @sapIndicationColor_1_BorderColor: @sapDefault_Color;
3024
+
2245
3025
  // [Label "Indication Color 1 Hover Background"]
2246
3026
  // [Description "The hover state background color for elements showing indication 1."]
2247
3027
  // [TranslationKey "sapIndication1HvrBg"]
@@ -2264,6 +3044,18 @@
2264
3044
  // [Tags "Base", "SemanticColor", "Color", "Protected"]
2265
3045
  @sapIndicationColor_2: @sapDefault_Color;
2266
3046
 
3047
+ // [Label "Indication Color 2 Background"]
3048
+ // [Description "The background color for elements showing indication 2."]
3049
+ // [TranslationKey "sapIndication2Bg"]
3050
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3051
+ @sapIndicationColor_2_Background: @sapDefault_Color;
3052
+
3053
+ // [Label "Indication Color 2 Border Color"]
3054
+ // [Description "The border color for elements showing indication 2."]
3055
+ // [TranslationKey "sapIndication2Brd"]
3056
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3057
+ @sapIndicationColor_2_BorderColor: @sapDefault_Color;
3058
+
2267
3059
  // [Label "Indication Color 2 Hover Background"]
2268
3060
  // [Description "The hover state background color for elements showing indication 2."]
2269
3061
  // [TranslationKey "sapIndication2HvrBg"]
@@ -2286,6 +3078,18 @@
2286
3078
  // [Tags "Base", "SemanticColor", "Color", "Protected"]
2287
3079
  @sapIndicationColor_3: @sapDefault_Color;
2288
3080
 
3081
+ // [Label "Indication Color 3 Background"]
3082
+ // [Description "The background color for elements showing indication 3."]
3083
+ // [TranslationKey "sapIndication3Bg"]
3084
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3085
+ @sapIndicationColor_3_Background: @sapDefault_Color;
3086
+
3087
+ // [Label "Indication Color 3 Border Color"]
3088
+ // [Description "The border color for elements showing indication 3."]
3089
+ // [TranslationKey "sapIndication3Brd"]
3090
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3091
+ @sapIndicationColor_3_BorderColor: @sapDefault_Color;
3092
+
2289
3093
  // [Label "Indication Color 3 Hover Background"]
2290
3094
  // [Description "The hover state background color for elements showing indication 3."]
2291
3095
  // [TranslationKey "sapIndication3HvrBg"]
@@ -2308,6 +3112,18 @@
2308
3112
  // [Tags "Base", "SemanticColor", "Color", "Protected"]
2309
3113
  @sapIndicationColor_4: @sapDefault_Color;
2310
3114
 
3115
+ // [Label "Indication Color 4 Background"]
3116
+ // [Description "The background color for elements showing indication 4."]
3117
+ // [TranslationKey "sapIndication4Bg"]
3118
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3119
+ @sapIndicationColor_4_Background: @sapDefault_Color;
3120
+
3121
+ // [Label "Indication Color 4 Border Color"]
3122
+ // [Description "The border color for elements showing indication 4."]
3123
+ // [TranslationKey "sapIndication4Brd"]
3124
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3125
+ @sapIndicationColor_4_BorderColor: @sapDefault_Color;
3126
+
2311
3127
  // [Label "Indication Color 4 Hover Background"]
2312
3128
  // [Description "The hover state background color for elements showing indication 4."]
2313
3129
  // [TranslationKey "sapIndication4HvrBg"]
@@ -2330,6 +3146,18 @@
2330
3146
  // [Tags "Base", "SemanticColor", "Color", "Protected"]
2331
3147
  @sapIndicationColor_5: @sapDefault_Color;
2332
3148
 
3149
+ // [Label "Indication Color 5 Background"]
3150
+ // [Description "The background color for elements showing indication 5."]
3151
+ // [TranslationKey "sapIndication5Bg"]
3152
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3153
+ @sapIndicationColor_5_Background: @sapDefault_Color;
3154
+
3155
+ // [Label "Indication Color 5 Border Color"]
3156
+ // [Description "The border color for elements showing indication 5."]
3157
+ // [TranslationKey "sapIndication5Brd"]
3158
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3159
+ @sapIndicationColor_5_BorderColor: @sapDefault_Color;
3160
+
2333
3161
  // [Label "Indication Color 5 Hover Background"]
2334
3162
  // [Description "The hover state background color for elements showing indication 5."]
2335
3163
  // [TranslationKey "sapIndication5HvrBg"]
@@ -2352,6 +3180,18 @@
2352
3180
  // [Tags "Base", "SemanticColor", "Color", "Protected"]
2353
3181
  @sapIndicationColor_6: @sapDefault_Color;
2354
3182
 
3183
+ // [Label "Indication Color 6 Background"]
3184
+ // [Description "The background color for elements showing indication 6."]
3185
+ // [TranslationKey "sapIndication6Bg"]
3186
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3187
+ @sapIndicationColor_6_Background: @sapDefault_Color;
3188
+
3189
+ // [Label "Indication Color 6 Border Color"]
3190
+ // [Description "The border color for elements showing indication 6."]
3191
+ // [TranslationKey "sapIndication6Brd"]
3192
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3193
+ @sapIndicationColor_6_BorderColor: @sapDefault_Color;
3194
+
2355
3195
  // [Label "Indication Color 6 Hover Background"]
2356
3196
  // [Description "The hover state background color for elements showing indication 6."]
2357
3197
  // [TranslationKey "sapIndication6HvrBg"]
@@ -2374,6 +3214,18 @@
2374
3214
  // [Tags "Base", "SemanticColor", "Color", "Protected"]
2375
3215
  @sapIndicationColor_7: @sapDefault_Color;
2376
3216
 
3217
+ // [Label "Indication Color 7 Background"]
3218
+ // [Description "The background color for elements showing indication 7."]
3219
+ // [TranslationKey "sapIndication7Bg"]
3220
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3221
+ @sapIndicationColor_7_Background: @sapDefault_Color;
3222
+
3223
+ // [Label "Indication Color 7 Border Color"]
3224
+ // [Description "The border color for elements showing indication 7."]
3225
+ // [TranslationKey "sapIndication7Brd"]
3226
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3227
+ @sapIndicationColor_7_BorderColor: @sapDefault_Color;
3228
+
2377
3229
  // [Label "Indication Color 7 Hover Background"]
2378
3230
  // [Description "The hover state background color for elements showing indication 7."]
2379
3231
  // [TranslationKey "sapIndication7HvrBg"]
@@ -2396,6 +3248,18 @@
2396
3248
  // [Tags "Base", "SemanticColor", "Color", "Protected"]
2397
3249
  @sapIndicationColor_8: @sapDefault_Color;
2398
3250
 
3251
+ // [Label "Indication Color 8 Background"]
3252
+ // [Description "The background color for elements showing indication 8."]
3253
+ // [TranslationKey "sapIndication8Bg"]
3254
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3255
+ @sapIndicationColor_8_Background: @sapDefault_Color;
3256
+
3257
+ // [Label "Indication Color 8 Border Color"]
3258
+ // [Description "The border color for elements showing indication 8."]
3259
+ // [TranslationKey "sapIndication8Brd"]
3260
+ // [Tags "Base", "SemanticColor", "Color", "Protected"]
3261
+ @sapIndicationColor_8_BorderColor: @sapDefault_Color;
3262
+
2399
3263
  // [Label "Indication Color 8 Hover Background"]
2400
3264
  // [Description "The hover state background color for elements showing indication 8."]
2401
3265
  // [TranslationKey "sapIndication8HvrBg"]
@@ -2796,6 +3660,12 @@
2796
3660
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2797
3661
  // @sapFontUrl_72_Regular_woff: none;
2798
3662
 
3663
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3664
+ // @sapFontUrl_72_Regular_full_woff2: none;
3665
+
3666
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3667
+ // @sapFontUrl_72_Regular_full_woff: none;
3668
+
2799
3669
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2800
3670
  // @sapFontUrl_72_Bold_woff2: none;
2801
3671
 
@@ -2803,22 +3673,40 @@
2803
3673
  // @sapFontUrl_72_Bold_woff: none;
2804
3674
 
2805
3675
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2806
- // @sapFontUrl_72_Light_woff2: none;
3676
+ // @sapFontUrl_72_Bold_full_woff2: none;
2807
3677
 
2808
3678
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2809
- // @sapFontUrl_72_Light_woff: none;
3679
+ // @sapFontUrl_72_Bold_full_woff: none;
2810
3680
 
2811
3681
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2812
- // @sapFontUrl_72_Regular_full_woff2: none;
3682
+ @sapFontUrl_72_Semibold_woff2: none;
2813
3683
 
2814
3684
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2815
- // @sapFontUrl_72_Regular_full_woff: none;
3685
+ @sapFontUrl_72_Semibold_woff: none;
2816
3686
 
2817
3687
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2818
- // @sapFontUrl_72_Bold_full_woff2: none;
3688
+ @sapFontUrl_72_Semibold_full_woff2: none;
2819
3689
 
2820
3690
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2821
- // @sapFontUrl_72_Bold_full_woff: none;
3691
+ @sapFontUrl_72_Semibold_full_woff: none;
3692
+
3693
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3694
+ @sapFontUrl_72_SemiboldDuplex_woff2: none;
3695
+
3696
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3697
+ @sapFontUrl_72_SemiboldDuplex_woff: none;
3698
+
3699
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3700
+ @sapFontUrl_72_SemiboldDuplex_full_woff2: none;
3701
+
3702
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3703
+ @sapFontUrl_72_SemiboldDuplex_full_woff: none;
3704
+
3705
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3706
+ // @sapFontUrl_72_Light_woff2: none;
3707
+
3708
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3709
+ // @sapFontUrl_72_Light_woff: none;
2822
3710
 
2823
3711
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2824
3712
  // @sapFontUrl_72_Light_full_woff2: none;
@@ -2832,30 +3720,60 @@
2832
3720
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2833
3721
  // @sapFontUrl_72_Black_woff: none;
2834
3722
 
3723
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3724
+ @sapFontUrl_72_Black_full_woff2: none;
3725
+
3726
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3727
+ @sapFontUrl_72_Black_full_woff: none;
3728
+
2835
3729
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2836
3730
  // @sapFontUrl_72_BoldItalic_woff2: none;
2837
3731
 
2838
3732
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2839
3733
  // @sapFontUrl_72_BoldItalic_woff: none;
2840
3734
 
3735
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3736
+ @sapFontUrl_72_BoldItalic_full_woff2: none;
3737
+
3738
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3739
+ @sapFontUrl_72_BoldItalic_full_woff: none;
3740
+
2841
3741
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2842
3742
  // @sapFontUrl_72_Condensed_woff2: none;
2843
3743
 
2844
3744
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2845
3745
  // @sapFontUrl_72_Condensed_woff: none;
2846
3746
 
3747
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3748
+ @sapFontUrl_72_Condensed_full_woff2: none;
3749
+
3750
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3751
+ @sapFontUrl_72_Condensed_full_woff: none;
3752
+
2847
3753
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2848
3754
  // @sapFontUrl_72_CondensedBold_woff2: none;
2849
3755
 
2850
3756
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2851
3757
  // @sapFontUrl_72_CondensedBold_woff: none;
2852
3758
 
3759
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3760
+ @sapFontUrl_72_CondensedBold_full_woff2: none;
3761
+
3762
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3763
+ @sapFontUrl_72_CondensedBold_full_woff: none;
3764
+
2853
3765
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2854
3766
  // @sapFontUrl_72_Italic_woff2: none;
2855
3767
 
2856
3768
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2857
3769
  // @sapFontUrl_72_Italic_woff: none;
2858
3770
 
3771
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3772
+ @sapFontUrl_72_Italic_full_woff2: none;
3773
+
3774
+ // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
3775
+ @sapFontUrl_72_Italic_full_woff: none;
3776
+
2859
3777
  // [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
2860
3778
  // @sapFontUrl_72Mono_Regular_woff2: none;
2861
3779
 
@@ -2950,11 +3868,6 @@
2950
3868
  // [Tags "Base", "Shell", "Protected", "Deprecated"]
2951
3869
  @sapShell_BackgroundGradient: @sapShell_BackgroundImage;
2952
3870
 
2953
- // [Label "deprecated - Group Title Font Size"]
2954
- // [Description "The font size of the group title (deprecated)."]
2955
- // [Tags "Base", "Group", "Dimension", "Font", "Protected", "Deprecated"]
2956
- @sapGroup_Title_FontSize: @sapDeprecated_Dimension;
2957
-
2958
3871
  // [Tags "SapInternal", "Base", "Color", "Protected"]
2959
3872
  @sapDeprecated_Color: lime;
2960
3873
 
@@ -3001,36 +3914,32 @@
3001
3914
  // @font-face {
3002
3915
  // font-family: '72';
3003
3916
  // font-style: normal;
3004
- // font-weight: 300;
3005
- // src: local('72-Light'), @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff');
3917
+ // font-weight: 400;
3918
+ // src: @sapFontUrl_72_Regular_woff2 format('woff2'), @sapFontUrl_72_Regular_woff format('woff'), local('72');
3006
3919
  // }
3007
3920
 
3008
3921
  // @font-face {
3009
- // font-family: '72';
3922
+ // font-family: '72full';
3010
3923
  // font-style: normal;
3011
3924
  // font-weight: 400;
3012
- // src: local('72'), @sapFontUrl_72_Regular_woff2 format('woff2'), @sapFontUrl_72_Regular_woff format('woff');
3925
+ // src: @sapFontUrl_72_Regular_full_woff2 format('woff2'), @sapFontUrl_72_Regular_full_woff format('woff');
3013
3926
  // }
3014
3927
 
3015
3928
  // @font-face {
3016
- // font-family: '72';
3017
- // font-style: normal;
3018
- // font-weight: 700;
3019
- // src: local('72-Bold'), @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff');
3929
+ // font-family: '72-Bold';
3930
+ // src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
3020
3931
  // }
3021
3932
 
3022
3933
  // @font-face {
3023
- // font-family: '72full';
3934
+ // font-family: '72';
3024
3935
  // font-style: normal;
3025
- // font-weight: 300;
3026
- // src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
3936
+ // font-weight: 700;
3937
+ // src: @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff'), local('72-Bold');
3027
3938
  // }
3028
3939
 
3029
3940
  // @font-face {
3030
- // font-family: '72full';
3031
- // font-style: normal;
3032
- // font-weight: 400;
3033
- // src: @sapFontUrl_72_Regular_full_woff2 format('woff2'), @sapFontUrl_72_Regular_full_woff format('woff');
3941
+ // font-family: '72-Boldfull';
3942
+ // src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
3034
3943
  // }
3035
3944
 
3036
3945
  // @font-face {
@@ -3040,91 +3949,166 @@
3040
3949
  // src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
3041
3950
  // }
3042
3951
 
3952
+ // @font-face {
3953
+ // font-family: '72-Semibold';
3954
+ // src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
3955
+ // }
3956
+
3043
3957
  // @font-face {
3044
3958
  // font-family: '72';
3045
3959
  // font-style: normal;
3046
- // font-weight: 900;
3047
- // src: local('72Black'), @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff');
3960
+ // font-weight: 600;
3961
+ // src: @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff'), local('72-Semibold');
3048
3962
  // }
3049
3963
 
3050
3964
  // @font-face {
3051
- // font-family: '72';
3052
- // font-style: italic;
3053
- // font-weight: 700;
3054
- // src: local('72-BoldItalic'), @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff');
3965
+ // font-family: '72-Semiboldfull';
3966
+ // src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
3055
3967
  // }
3056
3968
 
3057
3969
  // @font-face {
3058
- // font-family: '72';
3970
+ // font-family: '72full';
3059
3971
  // font-style: normal;
3060
- // font-weight: 400;
3061
- // font-stretch: condensed;
3062
- // src: local('72-Condensed'), @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff');
3972
+ // font-weight: 600;
3973
+ // src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
3063
3974
  // }
3064
3975
 
3065
3976
  // @font-face {
3066
- // font-family: '72';
3067
- // font-style: normal;
3068
- // font-weight: 700;
3069
- // font-stretch: condensed;
3070
- // src: local('72-CondensedBold'), @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff');
3977
+ // font-family: '72-SemiboldDuplex';
3978
+ // src: @sapFontUrl_72_SemiboldDuplex_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_woff format('woff'), local('72-SemiboldDuplex');
3071
3979
  // }
3072
3980
 
3073
3981
  // @font-face {
3074
- // font-family: '72';
3075
- // font-style: italic;
3076
- // font-weight: 400;
3077
- // src: local('72-Italic'), @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff');
3982
+ // font-family: '72-SemiboldDuplexfull';
3983
+ // src: @sapFontUrl_72_SemiboldDuplex_full_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_full_woff format('woff');
3078
3984
  // }
3079
3985
 
3080
3986
  // @font-face {
3081
3987
  // font-family: '72-Light';
3082
- // src: local('72-Light'), @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff');
3988
+ // src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
3083
3989
  // }
3084
3990
 
3085
3991
  // @font-face {
3086
- // font-family: '72-Lightfull';
3087
- // src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
3992
+ // font-family: '72';
3993
+ // font-style: normal;
3994
+ // font-weight: 300;
3995
+ // src: @sapFontUrl_72_Light_woff2 format('woff2'), @sapFontUrl_72_Light_woff format('woff'), local('72-Light');
3088
3996
  // }
3089
3997
 
3090
3998
  // @font-face {
3091
- // font-family: '72-Bold';
3092
- // src: local('72-Bold'), @sapFontUrl_72_Bold_woff2 format('woff2'), @sapFontUrl_72_Bold_woff format('woff');
3999
+ // font-family: '72-Lightfull';
4000
+ // src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
3093
4001
  // }
3094
4002
 
3095
4003
  // @font-face {
3096
- // font-family: '72-Boldfull';
3097
- // src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
4004
+ // font-family: '72full';
4005
+ // font-style: normal;
4006
+ // font-weight: 300;
4007
+ // src: @sapFontUrl_72_Light_full_woff2 format('woff2'), @sapFontUrl_72_Light_full_woff format('woff');
3098
4008
  // }
3099
4009
 
3100
4010
  // @font-face {
3101
4011
  // font-family: '72Black';
3102
- // src: local('72Black'), @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff');
4012
+ // src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
3103
4013
  // }
3104
4014
 
3105
4015
  // @font-face {
3106
- // font-family: '72-BoldItalic';
3107
- // src: local('72-BoldItalic'), @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff');
4016
+ // font-family: '72';
4017
+ // font-style: normal;
4018
+ // font-weight: 900;
4019
+ // src: @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff'), local('72Black');
3108
4020
  // }
3109
4021
 
3110
4022
  // @font-face {
3111
- // font-family: '72-Condensed';
3112
- // src: local('72-Condensed'), @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff');
4023
+ // font-family: '72full';
4024
+ // font-style: normal;
4025
+ // font-weight: 900;
4026
+ // src: @sapFontUrl_72_Black_full_woff2 format('woff2'), @sapFontUrl_72_Black_full_woff format('woff');
4027
+ // }
4028
+
4029
+ // @font-face {
4030
+ // font-family: '72-BoldItalic';
4031
+ // src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
4032
+ // }
4033
+
4034
+ // @font-face {
4035
+ // font-family: '72';
4036
+ // font-style: italic;
4037
+ // font-weight: 700;
4038
+ // src: @sapFontUrl_72_BoldItalic_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_woff format('woff'), local('72-BoldItalic');
4039
+ // }
4040
+
4041
+ // @font-face {
4042
+ // font-family: '72full';
4043
+ // font-style: italic;
4044
+ // font-weight: 700;
4045
+ // src: @sapFontUrl_72_BoldItalic_full_woff2 format('woff2'), @sapFontUrl_72_BoldItalic_full_woff format('woff');
4046
+ // }
4047
+
4048
+ // @font-face {
4049
+ // font-family: '72-Condensed';
4050
+ // src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
4051
+ // }
4052
+
4053
+ // @font-face {
4054
+ // font-family: '72';
4055
+ // font-style: normal;
4056
+ // font-weight: 400;
4057
+ // font-stretch: condensed;
4058
+ // src: @sapFontUrl_72_Condensed_woff2 format('woff2'), @sapFontUrl_72_Condensed_woff format('woff'), local('72-Condensed');
4059
+ // }
4060
+
4061
+ // @font-face {
4062
+ // font-family: '72';
4063
+ // font-style: normal;
4064
+ // font-weight: 400;
4065
+ // font-stretch: condensed;
4066
+ // src: @sapFontUrl_72_Condensed_full_woff2 format('woff2'), @sapFontUrl_72_Condensed_full_woff format('woff');
3113
4067
  // }
3114
4068
 
3115
4069
  // @font-face {
3116
4070
  // font-family: '72-CondensedBold';
3117
- // src: local('72-CondensedBold'), @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff');
4071
+ // src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
4072
+ // }
4073
+
4074
+ // @font-face {
4075
+ // font-family: '72';
4076
+ // font-style: normal;
4077
+ // font-weight: 700;
4078
+ // font-stretch: condensed;
4079
+ // src: @sapFontUrl_72_CondensedBold_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_woff format('woff'), local('72-CondensedBold');
4080
+ // }
4081
+
4082
+ // @font-face {
4083
+ // font-family: '72full';
4084
+ // font-style: normal;
4085
+ // font-weight: 700;
4086
+ // font-stretch: condensed;
4087
+ // src: @sapFontUrl_72_CondensedBold_full_woff2 format('woff2'), @sapFontUrl_72_CondensedBold_full_woff format('woff');
3118
4088
  // }
3119
4089
 
3120
4090
  // @font-face {
3121
4091
  // font-family: '72-Italic';
3122
- // src: local('72-Italic'), @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff');
4092
+ // src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
4093
+ // }
4094
+
4095
+ // @font-face {
4096
+ // font-family: '72';
4097
+ // font-style: italic;
4098
+ // font-weight: 400;
4099
+ // src: @sapFontUrl_72_Italic_woff2 format('woff2'), @sapFontUrl_72_Italic_woff format('woff'), local('72-Italic');
4100
+ // }
4101
+
4102
+ // @font-face {
4103
+ // font-family: '72full';
4104
+ // font-style: italic;
4105
+ // font-weight: 400;
4106
+ // src: @sapFontUrl_72_Italic_full_woff2 format('woff2'), @sapFontUrl_72_Italic_full_woff format('woff');
3123
4107
  // }
3124
4108
 
3125
4109
  // @font-face {
3126
4110
  // font-family: '72Mono';
3127
- // src: local('72Mono'), @sapFontUrl_72Mono_Regular_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_woff format('woff');
4111
+ // src: @sapFontUrl_72Mono_Regular_woff2 format('woff2'), @sapFontUrl_72Mono_Regular_woff format('woff'), local('72Mono');
3128
4112
  // }
3129
4113
 
3130
4114
  // @font-face {
@@ -3134,7 +4118,7 @@
3134
4118
 
3135
4119
  // @font-face {
3136
4120
  // font-family: '72Mono-Bold';
3137
- // src: local('72Mono-Bold'), @sapFontUrl_72Mono_Bold_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_woff format('woff');
4121
+ // src: @sapFontUrl_72Mono_Bold_woff2 format('woff2'), @sapFontUrl_72Mono_Bold_woff format('woff'), local('72Mono-Bold');
3138
4122
  // }
3139
4123
 
3140
4124
  // @font-face {
@@ -3154,14 +4138,18 @@
3154
4138
  // fill: @sapPositiveElementColor !important;
3155
4139
  // }
3156
4140
 
4141
+ .sapSvgIconBase {
4142
+ fill: @sapBaseColor !important;
4143
+ }
4144
+
3157
4145
  // /**
3158
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3159
- // * Theming Engine 1.51.0
3160
- // * data:{"sModified":"2021-10-12T13:35:50Z"}
4146
+ // * Copyright (c) 2012-2022 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
4147
+ // * Theming Engine 1.70.1
4148
+ // * data:{"sModified":"2022-09-12T09:20:55Z"}
3161
4149
  // */
3162
4150
 
3163
4151
 
3164
- /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.1.34) *******************/
4152
+ /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.1.42) *******************/
3165
4153
 
3166
4154
 
3167
4155
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -3425,6 +4413,12 @@
3425
4413
  // [Tags "!Protected"]
3426
4414
  @sapContent_MarkerTextColor: @sapTextColor;
3427
4415
 
4416
+ // [#Tags "!Protected"]
4417
+ @sapContent_MeasureIndicatorColor: @sapField_BorderColor;
4418
+
4419
+ // [Tags "!Protected"]
4420
+ @sapContent_Selected_MeasureIndicatorColor: @sapField_BorderColor;
4421
+
3428
4422
  // [Tags "!Protected"]
3429
4423
  @sapContent_Placeholderloading_Background: @sapHC_ReducedForeground;
3430
4424
 
@@ -3443,6 +4437,9 @@
3443
4437
  // [Tags "!Protected"]
3444
4438
  @sapContent_UnratedColor: @sapHC_ReducedAltForeground;
3445
4439
 
4440
+ // [Tags "!Protected"]
4441
+ @sapContent_BusyColor: @sapContent_IconColor;
4442
+
3446
4443
  // [Tags "!Protected"]
3447
4444
  @sapContent_FocusColor: @sapHC_StandardForeground;
3448
4445
 
@@ -3562,25 +4559,68 @@
3562
4559
 
3563
4560
  // [Tags "!Protected"]
3564
4561
  @sapContent_Selected_ForegroundColor: @sapHC_StandardForeground;
4562
+
4563
+ // [Tags "!Protected"]
4564
+ @sapContent_ForcedColorAdjust: none;
4565
+
4566
+ // [Tags "!Protected"]
3565
4567
  @sapContent_Illustrative_Color1: #212628;
4568
+
4569
+ // [Tags "!Protected"]
3566
4570
  @sapContent_Illustrative_Color2: #434e56;
4571
+
4572
+ // [Tags "!Protected"]
3567
4573
  @sapContent_Illustrative_Color3: #62737c;
4574
+
4575
+ // [Tags "!Protected"]
3568
4576
  @sapContent_Illustrative_Color4: #030303;
4577
+
4578
+ // [Tags "!Protected"]
3569
4579
  @sapContent_Illustrative_Color5: #9da4aa;
4580
+
4581
+ // [Tags "!Protected"]
3570
4582
  @sapContent_Illustrative_Color6: #c6cace;
4583
+
4584
+ // [Tags "!Protected"]
3571
4585
  @sapContent_Illustrative_Color7: #e7e9ea;
4586
+
4587
+ // [Tags "!Protected"]
3572
4588
  @sapContent_Illustrative_Color8: #fff;
4589
+
4590
+ // [Tags "!Protected"]
3573
4591
  @sapContent_Illustrative_Color9: #64edd2;
4592
+
4593
+ // [Tags "!Protected"]
3574
4594
  @sapContent_Illustrative_Color10: #ebf8ff;
4595
+
4596
+ // [Tags "!Protected"]
3575
4597
  @sapContent_Illustrative_Color11: #f31ded;
4598
+
4599
+ // [Tags "!Protected"]
3576
4600
  @sapContent_Illustrative_Color12: #5dc122;
4601
+
4602
+ // [Tags "!Protected"]
3577
4603
  @sapContent_Illustrative_Color13: #005dc9;
4604
+
4605
+ // [Tags "!Protected"]
3578
4606
  @sapContent_Illustrative_Color14: #004da5;
4607
+
4608
+ // [Tags "!Protected"]
3579
4609
  @sapContent_Illustrative_Color15: #cc7400;
4610
+
4611
+ // [Tags "!Protected"]
3580
4612
  @sapContent_Illustrative_Color16: #3b0ac6;
4613
+
4614
+ // [Tags "!Protected"]
3581
4615
  @sapContent_Illustrative_Color17: #00a58a;
4616
+
4617
+ // [Tags "!Protected"]
3582
4618
  @sapContent_Illustrative_Color18: #d1efff;
4619
+
4620
+ // [Tags "!Protected"]
3583
4621
  @sapContent_Illustrative_Color19: #b8e6ff;
4622
+
4623
+ // [Tags "!Protected"]
3584
4624
  @sapContent_Illustrative_Color20: #9eddff;
3585
4625
 
3586
4626
  // [Tags "!Protected"]
@@ -3589,6 +4629,12 @@
3589
4629
  // [Tags "!Protected"]
3590
4630
  @sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
3591
4631
 
4632
+ // [Tags "!Protected"]
4633
+ @sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
4634
+
4635
+ // [Tags "!Protected"]
4636
+ @sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
4637
+
3592
4638
  // [Tags "!Protected"]
3593
4639
  @sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
3594
4640
 
@@ -3727,6 +4773,96 @@
3727
4773
  // [Tags "!Protected"]
3728
4774
  @sapShell_NeutralColor: @sapNeutralColor;
3729
4775
 
4776
+ // [Tags "!Protected"]
4777
+ @sapAvatar_1_Background: @sapBackgroundColor;
4778
+
4779
+ // [Tags "!Protected"]
4780
+ @sapAvatar_1_BorderColor: @sapGroup_ContentBorderColor;
4781
+
4782
+ // [Tags "!Protected"]
4783
+ @sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4784
+
4785
+ // [Tags "!Protected"]
4786
+ @sapAvatar_2_Background: @sapBackgroundColor;
4787
+
4788
+ // [Tags "!Protected"]
4789
+ @sapAvatar_2_BorderColor: @sapGroup_ContentBorderColor;
4790
+
4791
+ // [Tags "!Protected"]
4792
+ @sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4793
+
4794
+ // [Tags "!Protected"]
4795
+ @sapAvatar_3_Background: @sapBackgroundColor;
4796
+
4797
+ // [Tags "!Protected"]
4798
+ @sapAvatar_3_BorderColor: @sapGroup_ContentBorderColor;
4799
+
4800
+ // [Tags "!Protected"]
4801
+ @sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4802
+
4803
+ // [Tags "!Protected"]
4804
+ @sapAvatar_4_Background: @sapBackgroundColor;
4805
+
4806
+ // [Tags "!Protected"]
4807
+ @sapAvatar_4_BorderColor: @sapGroup_ContentBorderColor;
4808
+
4809
+ // [Tags "!Protected"]
4810
+ @sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4811
+
4812
+ // [Tags "!Protected"]
4813
+ @sapAvatar_5_Background: @sapBackgroundColor;
4814
+
4815
+ // [Tags "!Protected"]
4816
+ @sapAvatar_5_BorderColor: @sapGroup_ContentBorderColor;
4817
+
4818
+ // [Tags "!Protected"]
4819
+ @sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4820
+
4821
+ // [Tags "!Protected"]
4822
+ @sapAvatar_6_Background: @sapBackgroundColor;
4823
+
4824
+ // [Tags "!Protected"]
4825
+ @sapAvatar_6_BorderColor: @sapGroup_ContentBorderColor;
4826
+
4827
+ // [Tags "!Protected"]
4828
+ @sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4829
+
4830
+ // [Tags "!Protected"]
4831
+ @sapAvatar_7_Background: @sapBackgroundColor;
4832
+
4833
+ // [Tags "!Protected"]
4834
+ @sapAvatar_7_BorderColor: @sapGroup_ContentBorderColor;
4835
+
4836
+ // [Tags "!Protected"]
4837
+ @sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4838
+
4839
+ // [Tags "!Protected"]
4840
+ @sapAvatar_8_Background: @sapBackgroundColor;
4841
+
4842
+ // [Tags "!Protected"]
4843
+ @sapAvatar_8_BorderColor: @sapGroup_ContentBorderColor;
4844
+
4845
+ // [Tags "!Protected"]
4846
+ @sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4847
+
4848
+ // [Tags "!Protected"]
4849
+ @sapAvatar_9_Background: @sapBackgroundColor;
4850
+
4851
+ // [Tags "!Protected"]
4852
+ @sapAvatar_9_BorderColor: @sapGroup_ContentBorderColor;
4853
+
4854
+ // [Tags "!Protected"]
4855
+ @sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4856
+
4857
+ // [Tags "!Protected"]
4858
+ @sapAvatar_10_Background: @sapBackgroundColor;
4859
+
4860
+ // [Tags "!Protected"]
4861
+ @sapAvatar_10_BorderColor: @sapGroup_ContentBorderColor;
4862
+
4863
+ // [Tags "!Protected"]
4864
+ @sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4865
+
3730
4866
  // [Tags "!Protected"]
3731
4867
  @sapButton_Background: @sapBackgroundColor;
3732
4868
 
@@ -4066,6 +5202,9 @@
4066
5202
  // [Tags "!Protected"]
4067
5203
  @sapButton_Information_Active_BorderColor: @sapButton_Active_BorderColor;
4068
5204
 
5205
+ // [Tags "!Protected"]
5206
+ @sapButton_Information_Active_TextColor: contrast(@sapButton_Information_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5207
+
4069
5208
  // [Tags "!Protected"]
4070
5209
  @sapButton_Neutral_Background: @sapButton_Background;
4071
5210
 
@@ -4093,17 +5232,125 @@
4093
5232
  // [Tags "!Protected"]
4094
5233
  @sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4095
5234
 
5235
+ // [Tags "!Protected"]
5236
+ @sapButton_Track_Background: @sapButton_Background;
5237
+
5238
+ // [Tags "!Protected"]
5239
+ @sapButton_Track_BorderColor: @sapContent_ForegroundBorderColor;
5240
+
5241
+ // [Tags "!Protected"]
5242
+ @sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5243
+
5244
+ // [Tags "!Protected"]
5245
+ @sapButton_Track_Hover_Background: @sapButton_Hover_Background;
5246
+
5247
+ // [Tags "!Protected"]
5248
+ @sapButton_Track_Hover_BorderColor: @sapButton_Track_BorderColor;
5249
+
4096
5250
  // [Tags "!Protected"]
4097
5251
  @sapButton_Track_Selected_Background: @sapButton_Selected_Background;
4098
5252
 
5253
+ // [Tags "!Protected"]
5254
+ @sapButton_Track_Selected_BorderColor: @sapButton_Selected_BorderColor;
5255
+
4099
5256
  // [Tags "!Protected"]
4100
5257
  @sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4101
5258
 
4102
5259
  // [Tags "!Protected"]
4103
- @sapButton_Track_Background: @sapButton_Background;
5260
+ @sapButton_Track_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
4104
5261
 
4105
5262
  // [Tags "!Protected"]
4106
- @sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5263
+ @sapButton_Track_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
5264
+
5265
+ // [Tags "!Protected"]
5266
+ @sapButton_Handle_Background: @sapButton_Background;
5267
+
5268
+ // [Tags "!Protected"]
5269
+ @sapButton_Handle_BorderColor: @sapButton_BorderColor;
5270
+
5271
+ // [Tags "!Protected"]
5272
+ @sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5273
+
5274
+ // [Tags "!Protected"]
5275
+ @sapButton_Handle_Hover_Background: @sapButton_Hover_Background;
5276
+
5277
+ // [Tags "!Protected"]
5278
+ @sapButton_Handle_Hover_BorderColor: @sapButton_Hover_BorderColor;
5279
+
5280
+ // [Tags "!Protected"]
5281
+ @sapButton_Handle_Selected_Background: @sapButton_Selected_Background;
5282
+
5283
+ // [Tags "!Protected"]
5284
+ @sapButton_Handle_Selected_BorderColor: @sapButton_Selected_BorderColor;
5285
+
5286
+ // [Tags "!Protected"]
5287
+ @sapButton_Handle_Selected_TextColor: contrast(@sapButton_Handle_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5288
+
5289
+ // [Tags "!Protected"]
5290
+ @sapButton_Handle_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
5291
+
5292
+ // [Tags "!Protected"]
5293
+ @sapButton_Handle_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
5294
+
5295
+ // [Tags "!Protected"]
5296
+ @sapButton_Track_Negative_Background: @sapButton_Background;
5297
+
5298
+ // [Tags "!Protected"]
5299
+ @sapButton_Track_Negative_BorderColor: @sapNegativeElementColor;
5300
+
5301
+ // [Tags "!Protected"]
5302
+ @sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5303
+
5304
+ // [Tags "!Protected"]
5305
+ @sapButton_Track_Negative_Hover_Background: @sapButton_Hover_Background;
5306
+
5307
+ // [Tags "!Protected"]
5308
+ @sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_BorderColor;
5309
+
5310
+ // [Tags "!Protected"]
5311
+ @sapButton_Handle_Negative_Background: @sapButton_Handle_Background;
5312
+
5313
+ // [Tags "!Protected"]
5314
+ @sapButton_Handle_Negative_BorderColor: @sapNegativeElementColor;
5315
+
5316
+ // [Tags "!Protected"]
5317
+ @sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5318
+
5319
+ // [Tags "!Protected"]
5320
+ @sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Hover_Background;
5321
+
5322
+ // [Tags "!Protected"]
5323
+ @sapButton_Handle_Negative_Hover_BorderColor: @sapButton_Handle_Negative_BorderColor;
5324
+
5325
+ // [Tags "!Protected"]
5326
+ @sapButton_Track_Positive_Background: @sapButton_Background;
5327
+
5328
+ // [Tags "!Protected"]
5329
+ @sapButton_Track_Positive_BorderColor: @sapPositiveElementColor;
5330
+
5331
+ // [Tags "!Protected"]
5332
+ @sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5333
+
5334
+ // [Tags "!Protected"]
5335
+ @sapButton_Track_Positive_Hover_Background: @sapButton_Track_Positive_Background;
5336
+
5337
+ // [Tags "!Protected"]
5338
+ @sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_BorderColor;
5339
+
5340
+ // [Tags "!Protected"]
5341
+ @sapButton_Handle_Positive_Background: @sapButton_Handle_Background;
5342
+
5343
+ // [Tags "!Protected"]
5344
+ @sapButton_Handle_Positive_BorderColor: @sapPositiveElementColor;
5345
+
5346
+ // [Tags "!Protected"]
5347
+ @sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5348
+
5349
+ // [Tags "!Protected"]
5350
+ @sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Hover_Background;
5351
+
5352
+ // [Tags "!Protected"]
5353
+ @sapButton_Handle_Positive_Hover_BorderColor: @sapButton_Handle_Positive_BorderColor;
4107
5354
 
4108
5355
  // [Tags "!Protected"]
4109
5356
  @sapButton_TokenBackground: @sapButton_Background;
@@ -4114,6 +5361,9 @@
4114
5361
  // [Tags "!Protected"]
4115
5362
  @sapField_Background: @sapBackgroundColor;
4116
5363
 
5364
+ // [Tags "!Protected"]
5365
+ @sapField_BackgroundStyle: none;
5366
+
4117
5367
  // [Tags "!Protected"]
4118
5368
  @sapField_TextColor: @sapTextColor;
4119
5369
 
@@ -4129,12 +5379,18 @@
4129
5379
  // [Tags "!Protected"]
4130
5380
  @sapField_BorderWidth: @sapElement_BorderWidth;
4131
5381
 
5382
+ // [Tags "!Protected"]
5383
+ @sapField_BorderStyle: solid;
5384
+
4132
5385
  // [Tags "!Protected"]
4133
5386
  @sapField_BorderCornerRadius: 0;
4134
5387
 
4135
5388
  // [Tags "!Protected"]
4136
5389
  @sapField_Hover_Background: @sapField_Background;
4137
5390
 
5391
+ // [Tags "!Protected"]
5392
+ @sapField_Hover_BackgroundStyle: none;
5393
+
4138
5394
  // [Tags "!Protected"]
4139
5395
  @sapField_Hover_BorderColor: @sapField_BorderColor;
4140
5396
 
@@ -4156,9 +5412,15 @@
4156
5412
  // [Tags "!Protected"]
4157
5413
  @sapField_ReadOnly_Background: @sapHC_ReducedBackground;
4158
5414
 
5415
+ // [Tags "!Protected"]
5416
+ @sapField_ReadOnly_BackgroundStyle: none;
5417
+
4159
5418
  // [Tags "!Protected"]
4160
5419
  @sapField_ReadOnly_BorderColor: @sapHC_ReducedAltForeground;
4161
5420
 
5421
+ // [Tags "!Protected"]
5422
+ @sapField_ReadOnly_BorderStyle: @sapField_BorderStyle;
5423
+
4162
5424
  // [Tags "!Protected"]
4163
5425
  @sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
4164
5426
 
@@ -4171,6 +5433,9 @@
4171
5433
  // [Tags "!Protected"]
4172
5434
  @sapField_InvalidBackground: @sapHighlightColor;
4173
5435
 
5436
+ // [Tags "!Protected"]
5437
+ @sapField_InvalidBackgroundStyle: none;
5438
+
4174
5439
  // [Tags "!Protected"]
4175
5440
  @sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
4176
5441
 
@@ -4183,6 +5448,9 @@
4183
5448
  // [Tags "!Protected"]
4184
5449
  @sapField_WarningBackground: @sapField_Background;
4185
5450
 
5451
+ // [Tags "!Protected"]
5452
+ @sapField_WarningBackgroundStyle: none;
5453
+
4186
5454
  // [Tags "!Protected"]
4187
5455
  @sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
4188
5456
 
@@ -4195,6 +5463,9 @@
4195
5463
  // [Tags "!Protected"]
4196
5464
  @sapField_SuccessBackground: @sapField_Background;
4197
5465
 
5466
+ // [Tags "!Protected"]
5467
+ @sapField_SuccessBackgroundStyle: none;
5468
+
4198
5469
  // [Tags "!Protected"]
4199
5470
  @sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
4200
5471
 
@@ -4207,6 +5478,9 @@
4207
5478
  // [Tags "!Protected"]
4208
5479
  @sapField_InformationBackground: @sapField_Background;
4209
5480
 
5481
+ // [Tags "!Protected"]
5482
+ @sapField_InformationBackgroundStyle: none;
5483
+
4210
5484
  // [Tags "!Protected"]
4211
5485
  @sapField_InformationBorderWidth: 0.0625 * @sapContent_GridSize;
4212
5486
 
@@ -4222,6 +5496,9 @@
4222
5496
  // [Tags "!Protected"]
4223
5497
  @sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4224
5498
 
5499
+ // [Tags "!Protected"]
5500
+ @sapGroup_Title_FontSize: @sapFontHeader4Size;
5501
+
4225
5502
  // [Tags "!Protected"]
4226
5503
  @sapGroup_ContentBackground: @sapBackgroundColor;
4227
5504
 
@@ -4315,6 +5592,114 @@
4315
5592
  // [Tags "!Protected"]
4316
5593
  @sapList_TableFixedBorderColor: @sapHC_StandardForeground;
4317
5594
 
5595
+ // [Tags "!Protected"]
5596
+ @sapMessage_ErrorBorderColor: @sapErrorBorderColor;
5597
+
5598
+ // [Tags "!Protected"]
5599
+ @sapMessage_WarningBorderColor: @sapWarningBorderColor;
5600
+
5601
+ // [Tags "!Protected"]
5602
+ @sapMessage_SuccessBorderColor: @sapSuccessBorderColor;
5603
+
5604
+ // [Tags "!Protected"]
5605
+ @sapMessage_InformationBorderColor: @sapInformationBorderColor;
5606
+
5607
+ // [Tags "!Protected"]
5608
+ @sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
5609
+
5610
+ // [Tags "!Protected"]
5611
+ @sapProgress_Background: @sapField_Background;
5612
+
5613
+ // [Tags "!Protected"]
5614
+ @sapProgress_BorderColor: @sapField_BorderColor;
5615
+
5616
+ // [Tags "!Protected"]
5617
+ @sapProgress_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5618
+
5619
+ // [Tags "!Protected"]
5620
+ @sapProgress_FontSize: @sapFontSmallSize;
5621
+
5622
+ // [Tags "!Protected"]
5623
+ @sapProgress_NegativeBackground: @sapProgress_Background;
5624
+
5625
+ // [Tags "!Protected"]
5626
+ @sapProgress_NegativeBorderColor: @sapProgress_BorderColor;
5627
+
5628
+ // [Tags "!Protected"]
5629
+ @sapProgress_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5630
+
5631
+ // [Tags "!Protected"]
5632
+ @sapProgress_CriticalBackground: @sapProgress_Background;
5633
+
5634
+ // [Tags "!Protected"]
5635
+ @sapProgress_CriticalBorderColor: @sapProgress_BorderColor;
5636
+
5637
+ // [Tags "!Protected"]
5638
+ @sapProgress_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5639
+
5640
+ // [Tags "!Protected"]
5641
+ @sapProgress_PositiveBackground: @sapProgress_Background;
5642
+
5643
+ // [Tags "!Protected"]
5644
+ @sapProgress_PositiveBorderColor: @sapProgress_BorderColor;
5645
+
5646
+ // [Tags "!Protected"]
5647
+ @sapProgress_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5648
+
5649
+ // [Tags "!Protected"]
5650
+ @sapProgress_InformationBackground: @sapProgress_Background;
5651
+
5652
+ // [Tags "!Protected"]
5653
+ @sapProgress_InformationBorderColor: @sapProgress_BorderColor;
5654
+
5655
+ // [Tags "!Protected"]
5656
+ @sapProgress_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5657
+
5658
+ // [Tags "!Protected"]
5659
+ @sapProgress_Value_Background: @sapHighlightColor;
5660
+
5661
+ // [Tags "!Protected"]
5662
+ @sapProgress_Value_BorderColor: @sapProgress_BorderColor;
5663
+
5664
+ // [Tags "!Protected"]
5665
+ @sapProgress_Value_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5666
+
5667
+ // [Tags "!Protected"]
5668
+ @sapProgress_Value_NegativeBackground: @sapHighlightColor;
5669
+
5670
+ // [Tags "!Protected"]
5671
+ @sapProgress_Value_NegativeBorderColor: @sapProgress_BorderColor;
5672
+
5673
+ // [Tags "!Protected"]
5674
+ @sapProgress_Value_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5675
+
5676
+ // [Tags "!Protected"]
5677
+ @sapProgress_Value_CriticalBackground: @sapHighlightColor;
5678
+
5679
+ // [Tags "!Protected"]
5680
+ @sapProgress_Value_CriticalBorderColor: @sapProgress_BorderColor;
5681
+
5682
+ // [Tags "!Protected"]
5683
+ @sapProgress_Value_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5684
+
5685
+ // [Tags "!Protected"]
5686
+ @sapProgress_Value_PositiveBackground: @sapHighlightColor;
5687
+
5688
+ // [Tags "!Protected"]
5689
+ @sapProgress_Value_PositiveBorderColor: @sapProgress_BorderColor;
5690
+
5691
+ // [Tags "!Protected"]
5692
+ @sapProgress_Value_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5693
+
5694
+ // [Tags "!Protected"]
5695
+ @sapProgress_Value_InformationBackground: @sapHighlightColor;
5696
+
5697
+ // [Tags "!Protected"]
5698
+ @sapProgress_Value_InformationBorderColor: @sapProgress_BorderColor;
5699
+
5700
+ // [Tags "!Protected"]
5701
+ @sapProgress_Value_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5702
+
4318
5703
  // [Tags "!Protected"]
4319
5704
  @sapScrollBar_FaceColor: @sapHC_ReducedAltForeground;
4320
5705
 
@@ -4333,6 +5718,45 @@
4333
5718
  // [Tags "!Protected"]
4334
5719
  @sapScrollBar_Hover_FaceColor: @sapHC_StandardForeground;
4335
5720
 
5721
+ // [Tags "!Protected"]
5722
+ @sapSlider_Background: @sapNeutralBackground;
5723
+
5724
+ // [Tags "!Protected"]
5725
+ @sapSlider_BorderColor: @sapField_BorderColor;
5726
+
5727
+ // [Tags "!Protected"]
5728
+ @sapSlider_Selected_Background: @sapSelectedColor;
5729
+
5730
+ // [Tags "!Protected"]
5731
+ @sapSlider_Selected_BorderColor: @sapField_BorderColor;
5732
+
5733
+ // [Tags "!Protected"]
5734
+ @sapSlider_HandleBackground: @sapButton_Background;
5735
+
5736
+ // [Tags "!Protected"]
5737
+ @sapSlider_HandleBorderColor: @sapField_BorderColor;
5738
+
5739
+ // [Tags "!Protected"]
5740
+ @sapSlider_RangeHandleBackground: @sapSlider_HandleBackground;
5741
+
5742
+ // [Tags "!Protected"]
5743
+ @sapSlider_Hover_HandleBackground: @sapButton_Hover_Background;
5744
+
5745
+ // [Tags "!Protected"]
5746
+ @sapSlider_Hover_HandleBorderColor: @sapField_BorderColor;
5747
+
5748
+ // [Tags "!Protected"]
5749
+ @sapSlider_Hover_RangeHandleBackground: transparent;
5750
+
5751
+ // [Tags "!Protected"]
5752
+ @sapSlider_Active_HandleBackground: @sapButton_Active_Background;
5753
+
5754
+ // [Tags "!Protected"]
5755
+ @sapSlider_Active_HandleBorderColor: @sapField_BorderColor;
5756
+
5757
+ // [Tags "!Protected"]
5758
+ @sapSlider_Active_RangeHandleBackground: transparent;
5759
+
4336
5760
  // [Tags "!Protected"]
4337
5761
  @sapPageHeader_Background: @sapBaseColor;
4338
5762
 
@@ -4375,6 +5799,21 @@
4375
5799
  // [Tags "!Protected"]
4376
5800
  @sapObjectHeader_BorderColor: @sapHC_StandardForeground;
4377
5801
 
5802
+ // [Tags "!Protected"]
5803
+ @sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5804
+
5805
+ // [Tags "!Protected"]
5806
+ @sapObjectHeader_Title_FontSize: @sapFontHeader3Size;
5807
+
5808
+ // [Tags "!Protected"]
5809
+ @sapObjectHeader_Title_SnappedFontSize: @sapFontHeader3Size;
5810
+
5811
+ // [Tags "!Protected"]
5812
+ @sapObjectHeader_Title_FontFamily: @sapFontFamily;
5813
+
5814
+ // [Tags "!Protected"]
5815
+ @sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5816
+
4378
5817
  // [Tags "!Protected"]
4379
5818
  @sapBlockLayer_Background: @sapBackgroundColor;
4380
5819
 
@@ -4390,6 +5829,9 @@
4390
5829
  // [Tags "!Protected"]
4391
5830
  @sapTile_BorderColor: @sapHC_StandardForeground;
4392
5831
 
5832
+ // [Tags "!Protected"]
5833
+ @sapTile_BorderCornerRadius: 0.25rem;
5834
+
4393
5835
  // [Tags "!Protected"]
4394
5836
  @sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4395
5837
 
@@ -4410,30 +5852,76 @@
4410
5852
 
4411
5853
  // [Tags "!Protected"]
4412
5854
  @sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5855
+
5856
+ // [Tags "!Protected"]
4413
5857
  @sapAccentColor1: #5f5800;
5858
+
5859
+ // [Tags "!Protected"]
4414
5860
  @sapAccentColor2: #5e4101;
5861
+
5862
+ // [Tags "!Protected"]
4415
5863
  @sapAccentColor3: #973333;
5864
+
5865
+ // [Tags "!Protected"]
4416
5866
  @sapAccentColor4: #961d7c;
5867
+
5868
+ // [Tags "!Protected"]
4417
5869
  @sapAccentColor5: #365892;
5870
+
5871
+ // [Tags "!Protected"]
4418
5872
  @sapAccentColor6: #004ccb;
5873
+
5874
+ // [Tags "!Protected"]
4419
5875
  @sapAccentColor7: #105b5b;
5876
+
5877
+ // [Tags "!Protected"]
4420
5878
  @sapAccentColor8: #26340b;
5879
+
5880
+ // [Tags "!Protected"]
4421
5881
  @sapAccentColor9: #6c32a9;
5882
+
5883
+ // [Tags "!Protected"]
4422
5884
  @sapAccentColor10: #4a5964;
5885
+
5886
+ // [Tags "!Protected"]
4423
5887
  @sapAccentBackgroundColor1: #fff3b8;
5888
+
5889
+ // [Tags "!Protected"]
4424
5890
  @sapAccentBackgroundColor2: #ffd0e7;
5891
+
5892
+ // [Tags "!Protected"]
4425
5893
  @sapAccentBackgroundColor3: #fff0fa;
5894
+
5895
+ // [Tags "!Protected"]
4426
5896
  @sapAccentBackgroundColor4: #ffdcf3;
5897
+
5898
+ // [Tags "!Protected"]
4427
5899
  @sapAccentBackgroundColor5: #ded3ff;
5900
+
5901
+ // [Tags "!Protected"]
4428
5902
  @sapAccentBackgroundColor6: #d1efff;
5903
+
5904
+ // [Tags "!Protected"]
4429
5905
  @sapAccentBackgroundColor7: #c2fcee;
5906
+
5907
+ // [Tags "!Protected"]
4430
5908
  @sapAccentBackgroundColor8: #ebf5cb;
5909
+
5910
+ // [Tags "!Protected"]
4431
5911
  @sapAccentBackgroundColor9: #dafdf5;
5912
+
5913
+ // [Tags "!Protected"]
4432
5914
  @sapAccentBackgroundColor10: #eaecee;
4433
5915
 
4434
5916
  // [Tags "!Protected"]
4435
5917
  @sapIndicationColor_1: #780000;
4436
5918
 
5919
+ // [Tags "!Protected"]
5920
+ @sapIndicationColor_1_Background: @sapBackgroundColor;
5921
+
5922
+ // [Tags "!Protected"]
5923
+ @sapIndicationColor_1_BorderColor: @sapContent_ForegroundBorderColor;
5924
+
4437
5925
  // [Tags "!Protected"]
4438
5926
  @sapIndicationColor_1_Hover_Background: @sapButton_Hover_Background;
4439
5927
 
@@ -4441,11 +5929,17 @@
4441
5929
  @sapIndicationColor_1_Active_Background: @sapButton_Active_Background;
4442
5930
 
4443
5931
  // [Tags "!Protected"]
4444
- @sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5932
+ @sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4445
5933
 
4446
5934
  // [Tags "!Protected"]
4447
5935
  @sapIndicationColor_2: #ab0000;
4448
5936
 
5937
+ // [Tags "!Protected"]
5938
+ @sapIndicationColor_2_Background: @sapBackgroundColor;
5939
+
5940
+ // [Tags "!Protected"]
5941
+ @sapIndicationColor_2_BorderColor: @sapContent_ForegroundBorderColor;
5942
+
4449
5943
  // [Tags "!Protected"]
4450
5944
  @sapIndicationColor_2_Hover_Background: @sapButton_Hover_Background;
4451
5945
 
@@ -4453,11 +5947,17 @@
4453
5947
  @sapIndicationColor_2_Active_Background: @sapButton_Active_Background;
4454
5948
 
4455
5949
  // [Tags "!Protected"]
4456
- @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5950
+ @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4457
5951
 
4458
5952
  // [Tags "!Protected"]
4459
5953
  @sapIndicationColor_3: #5c5c00;
4460
5954
 
5955
+ // [Tags "!Protected"]
5956
+ @sapIndicationColor_3_Background: @sapBackgroundColor;
5957
+
5958
+ // [Tags "!Protected"]
5959
+ @sapIndicationColor_3_BorderColor: @sapContent_ForegroundBorderColor;
5960
+
4461
5961
  // [Tags "!Protected"]
4462
5962
  @sapIndicationColor_3_Hover_Background: @sapButton_Hover_Background;
4463
5963
 
@@ -4465,11 +5965,17 @@
4465
5965
  @sapIndicationColor_3_Active_Background: @sapButton_Active_Background;
4466
5966
 
4467
5967
  // [Tags "!Protected"]
4468
- @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5968
+ @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4469
5969
 
4470
5970
  // [Tags "!Protected"]
4471
5971
  @sapIndicationColor_4: #006362;
4472
5972
 
5973
+ // [Tags "!Protected"]
5974
+ @sapIndicationColor_4_Background: @sapBackgroundColor;
5975
+
5976
+ // [Tags "!Protected"]
5977
+ @sapIndicationColor_4_BorderColor: @sapContent_ForegroundBorderColor;
5978
+
4473
5979
  // [Tags "!Protected"]
4474
5980
  @sapIndicationColor_4_Hover_Background: @sapButton_Hover_Background;
4475
5981
 
@@ -4477,11 +5983,17 @@
4477
5983
  @sapIndicationColor_4_Active_Background: @sapButton_Active_Background;
4478
5984
 
4479
5985
  // [Tags "!Protected"]
4480
- @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
5986
+ @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4481
5987
 
4482
5988
  // [Tags "!Protected"]
4483
5989
  @sapIndicationColor_5: #004ccb;
4484
5990
 
5991
+ // [Tags "!Protected"]
5992
+ @sapIndicationColor_5_Background: @sapBackgroundColor;
5993
+
5994
+ // [Tags "!Protected"]
5995
+ @sapIndicationColor_5_BorderColor: @sapContent_ForegroundBorderColor;
5996
+
4485
5997
  // [Tags "!Protected"]
4486
5998
  @sapIndicationColor_5_Hover_Background: @sapButton_Hover_Background;
4487
5999
 
@@ -4489,11 +6001,17 @@
4489
6001
  @sapIndicationColor_5_Active_Background: @sapButton_Active_Background;
4490
6002
 
4491
6003
  // [Tags "!Protected"]
4492
- @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
6004
+ @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4493
6005
 
4494
6006
  // [Tags "!Protected"]
4495
6007
  @sapIndicationColor_6: #105b5b;
4496
6008
 
6009
+ // [Tags "!Protected"]
6010
+ @sapIndicationColor_6_Background: @sapBackgroundColor;
6011
+
6012
+ // [Tags "!Protected"]
6013
+ @sapIndicationColor_6_BorderColor: @sapContent_ForegroundBorderColor;
6014
+
4497
6015
  // [Tags "!Protected"]
4498
6016
  @sapIndicationColor_6_Hover_Background: @sapButton_Hover_Background;
4499
6017
 
@@ -4501,11 +6019,17 @@
4501
6019
  @sapIndicationColor_6_Active_Background: @sapButton_Active_Background;
4502
6020
 
4503
6021
  // [Tags "!Protected"]
4504
- @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
6022
+ @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4505
6023
 
4506
6024
  // [Tags "!Protected"]
4507
6025
  @sapIndicationColor_7: #6c32a9;
4508
6026
 
6027
+ // [Tags "!Protected"]
6028
+ @sapIndicationColor_7_Background: @sapBackgroundColor;
6029
+
6030
+ // [Tags "!Protected"]
6031
+ @sapIndicationColor_7_BorderColor: @sapContent_ForegroundBorderColor;
6032
+
4509
6033
  // [Tags "!Protected"]
4510
6034
  @sapIndicationColor_7_Hover_Background: @sapButton_Hover_Background;
4511
6035
 
@@ -4513,11 +6037,17 @@
4513
6037
  @sapIndicationColor_7_Active_Background: @sapButton_Active_Background;
4514
6038
 
4515
6039
  // [Tags "!Protected"]
4516
- @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
6040
+ @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4517
6041
 
4518
6042
  // [Tags "!Protected"]
4519
6043
  @sapIndicationColor_8: #961d7c;
4520
6044
 
6045
+ // [Tags "!Protected"]
6046
+ @sapIndicationColor_8_Background: @sapBackgroundColor;
6047
+
6048
+ // [Tags "!Protected"]
6049
+ @sapIndicationColor_8_BorderColor: @sapContent_ForegroundBorderColor;
6050
+
4521
6051
  // [Tags "!Protected"]
4522
6052
  @sapIndicationColor_8_Hover_Background: @sapButton_Hover_Background;
4523
6053
 
@@ -4525,13 +6055,13 @@
4525
6055
  @sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
4526
6056
 
4527
6057
  // [Tags "!Protected"]
4528
- @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
6058
+ @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
4529
6059
 
4530
6060
  // [Tags "!Protected"]
4531
6061
  @sapLegend_WorkingBackground: darken(@sapList_Background, 15);
4532
6062
 
4533
6063
  // [Tags "!Protected"]
4534
- @sapLegend_NonWorkingBackground: darken(@sapList_Background, 30);
6064
+ @sapLegend_NonWorkingBackground: @sapHC_ReducedBackground;
4535
6065
 
4536
6066
  // [Tags "!Protected"]
4537
6067
  @sapLegend_CurrentDateTime: @sapAccentColor4;
@@ -4747,26 +6277,44 @@
4747
6277
  // @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
4748
6278
  // @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
4749
6279
  // @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
4750
- // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
4751
- // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
4752
- // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
4753
- // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
4754
6280
  // @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
4755
6281
  // @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
6282
+ // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
6283
+ // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
4756
6284
  // @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
4757
6285
  // @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
6286
+ @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
6287
+ @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
6288
+ @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
6289
+ @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
6290
+ @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
6291
+ @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
6292
+ @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
6293
+ @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
6294
+ // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
6295
+ // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
4758
6296
  // @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
4759
6297
  // @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
4760
6298
  // @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
4761
6299
  // @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
6300
+ @sapFontUrl_72_Black_full_woff2: url(./../baseTheme/fonts/72-Black-full.woff2);
6301
+ @sapFontUrl_72_Black_full_woff: url(./../baseTheme/fonts/72-Black-full.woff);
4762
6302
  // @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
4763
6303
  // @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
6304
+ @sapFontUrl_72_BoldItalic_full_woff2: url(./../baseTheme/fonts/72-BoldItalic-full.woff2);
6305
+ @sapFontUrl_72_BoldItalic_full_woff: url(./../baseTheme/fonts/72-BoldItalic-full.woff);
4764
6306
  // @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
4765
6307
  // @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
6308
+ @sapFontUrl_72_Condensed_full_woff2: url(./../baseTheme/fonts/72-Condensed-full.woff2);
6309
+ @sapFontUrl_72_Condensed_full_woff: url(./../baseTheme/fonts/72-Condensed-full.woff);
4766
6310
  // @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
4767
6311
  // @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
6312
+ @sapFontUrl_72_CondensedBold_full_woff2: url(./../baseTheme/fonts/72-CondensedBold-full.woff2);
6313
+ @sapFontUrl_72_CondensedBold_full_woff: url(./../baseTheme/fonts/72-CondensedBold-full.woff);
4768
6314
  // @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
4769
6315
  // @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
6316
+ @sapFontUrl_72_Italic_full_woff2: url(./../baseTheme/fonts/72-Italic-full.woff2);
6317
+ @sapFontUrl_72_Italic_full_woff: url(./../baseTheme/fonts/72-Italic-full.woff);
4770
6318
  // @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
4771
6319
  // @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
4772
6320
  // @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
@@ -4780,6 +6328,5 @@
4780
6328
  // @sapSvgLib_SAPWeb-icons: url(./../sap_belize/svg/libs/SAPWeb-icons.svg);
4781
6329
  @sapBackgroundColorDefault: @sapBackgroundColor;
4782
6330
  @sapList_HighlightColor: @sapHighlightColor;
4783
- @sapGroup_Title_FontSize: @sapFontSize;
4784
6331
  @sapContent_ElementHeight: 1.37em;
4785
6332
  @sapContent_ElementHeight_PX: 22px;