@openui5/sap.ui.core 1.131.0 → 1.132.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (772) hide show
  1. package/.dtsgenrc +17 -0
  2. package/THIRDPARTY.txt +1 -1
  3. package/package.json +1 -1
  4. package/src/jquery.sap.act.js +1 -1
  5. package/src/jquery.sap.dom.js +1 -1
  6. package/src/jquery.sap.encoder.js +1 -1
  7. package/src/jquery.sap.events.js +1 -1
  8. package/src/jquery.sap.global.js +2 -2
  9. package/src/jquery.sap.history.js +1 -1
  10. package/src/jquery.sap.keycodes.js +1 -1
  11. package/src/jquery.sap.mobile.js +1 -1
  12. package/src/jquery.sap.promise.js +1 -1
  13. package/src/jquery.sap.properties.js +2 -2
  14. package/src/jquery.sap.resources.js +2 -2
  15. package/src/jquery.sap.script.js +2 -2
  16. package/src/jquery.sap.sjax.js +1 -1
  17. package/src/jquery.sap.storage.js +4 -4
  18. package/src/jquery.sap.strings.js +1 -1
  19. package/src/jquery.sap.stubs.js +1 -1
  20. package/src/jquery.sap.trace.js +1 -1
  21. package/src/jquery.sap.ui.js +1 -1
  22. package/src/jquery.sap.xml.js +1 -1
  23. package/src/sap/base/Event.js +2 -2
  24. package/src/sap/base/Eventing.js +2 -2
  25. package/src/sap/base/Log.js +1 -1
  26. package/src/sap/base/assert.js +1 -1
  27. package/src/sap/base/config/MemoryConfigurationProvider.js +1 -1
  28. package/src/sap/base/config.js +2 -2
  29. package/src/sap/base/future.js +1 -1
  30. package/src/sap/base/i18n/Formatting.js +1 -1
  31. package/src/sap/base/i18n/LanguageTag.js +2 -2
  32. package/src/sap/base/i18n/Localization.js +2 -4
  33. package/src/sap/base/i18n/ResourceBundle.js +4 -3
  34. package/src/sap/base/i18n/date/CalendarType.js +1 -1
  35. package/src/sap/base/i18n/date/CalendarWeekNumbering.js +1 -1
  36. package/src/sap/base/i18n/date/TimezoneUtils.js +2 -2
  37. package/src/sap/base/i18n/date/_EnumHelper.js +1 -1
  38. package/src/sap/base/security/URLListValidator.js +1 -1
  39. package/src/sap/base/security/URLWhitelist.js +1 -1
  40. package/src/sap/base/security/encodeCSS.js +1 -1
  41. package/src/sap/base/security/encodeJS.js +1 -1
  42. package/src/sap/base/security/encodeURL.js +1 -1
  43. package/src/sap/base/security/encodeURLParameters.js +1 -1
  44. package/src/sap/base/security/encodeXML.js +1 -1
  45. package/src/sap/base/security/sanitizeHTML.js +1 -1
  46. package/src/sap/base/strings/camelize.js +1 -1
  47. package/src/sap/base/strings/capitalize.js +1 -1
  48. package/src/sap/base/strings/escapeRegExp.js +1 -1
  49. package/src/sap/base/strings/formatMessage.js +1 -1
  50. package/src/sap/base/strings/hash.js +1 -1
  51. package/src/sap/base/strings/hyphenate.js +1 -1
  52. package/src/sap/base/strings/toHex.js +1 -1
  53. package/src/sap/base/strings/whitespaceReplacer.js +1 -1
  54. package/src/sap/base/util/Deferred.js +1 -1
  55. package/src/sap/base/util/JSTokenizer.js +1 -1
  56. package/src/sap/base/util/LoaderExtensions.js +1 -1
  57. package/src/sap/base/util/ObjectPath.js +1 -1
  58. package/src/sap/base/util/Properties.js +1 -1
  59. package/src/sap/base/util/UriParameters.js +1 -1
  60. package/src/sap/base/util/Version.js +1 -1
  61. package/src/sap/base/util/_merge.js +1 -1
  62. package/src/sap/base/util/array/diff.js +1 -1
  63. package/src/sap/base/util/array/uniqueSort.js +1 -1
  64. package/src/sap/base/util/clamp.js +1 -1
  65. package/src/sap/base/util/deepClone.js +1 -1
  66. package/src/sap/base/util/deepEqual.js +1 -1
  67. package/src/sap/base/util/deepExtend.js +1 -1
  68. package/src/sap/base/util/defineCoupledProperty.js +1 -1
  69. package/src/sap/base/util/defineLazyProperty.js +1 -1
  70. package/src/sap/base/util/each.js +1 -1
  71. package/src/sap/base/util/extend.js +1 -1
  72. package/src/sap/base/util/fetch.js +1 -1
  73. package/src/sap/base/util/includes.js +1 -1
  74. package/src/sap/base/util/isEmptyObject.js +1 -1
  75. package/src/sap/base/util/isPlainObject.js +1 -1
  76. package/src/sap/base/util/merge.js +1 -1
  77. package/src/sap/base/util/mixedFetch.js +1 -1
  78. package/src/sap/base/util/now.js +1 -1
  79. package/src/sap/base/util/resolveReference.js +1 -1
  80. package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
  81. package/src/sap/base/util/restricted/_castArray.js +2 -2
  82. package/src/sap/base/util/restricted/_compact.js +2 -2
  83. package/src/sap/base/util/restricted/_curry.js +2 -2
  84. package/src/sap/base/util/restricted/_debounce.js +2 -2
  85. package/src/sap/base/util/restricted/_difference.js +2 -2
  86. package/src/sap/base/util/restricted/_differenceBy.js +2 -2
  87. package/src/sap/base/util/restricted/_differenceWith.js +2 -2
  88. package/src/sap/base/util/restricted/_flatMap.js +2 -2
  89. package/src/sap/base/util/restricted/_flatMapDeep.js +2 -2
  90. package/src/sap/base/util/restricted/_flatMapDepth.js +2 -2
  91. package/src/sap/base/util/restricted/_flatten.js +2 -2
  92. package/src/sap/base/util/restricted/_flattenDeep.js +2 -2
  93. package/src/sap/base/util/restricted/_flattenDepth.js +2 -2
  94. package/src/sap/base/util/restricted/_intersection.js +2 -2
  95. package/src/sap/base/util/restricted/_intersectionBy.js +2 -2
  96. package/src/sap/base/util/restricted/_intersectionWith.js +2 -2
  97. package/src/sap/base/util/restricted/_isEqual.js +2 -2
  98. package/src/sap/base/util/restricted/_isEqualWith.js +2 -2
  99. package/src/sap/base/util/restricted/_isNil.js +2 -2
  100. package/src/sap/base/util/restricted/_max.js +2 -2
  101. package/src/sap/base/util/restricted/_merge.js +2 -2
  102. package/src/sap/base/util/restricted/_mergeWith.js +2 -2
  103. package/src/sap/base/util/restricted/_min.js +2 -2
  104. package/src/sap/base/util/restricted/_omit.js +2 -2
  105. package/src/sap/base/util/restricted/_pick.js +2 -2
  106. package/src/sap/base/util/restricted/_pickBy.js +2 -2
  107. package/src/sap/base/util/restricted/_throttle.js +2 -2
  108. package/src/sap/base/util/restricted/_toArray.js +2 -2
  109. package/src/sap/base/util/restricted/_union.js +2 -2
  110. package/src/sap/base/util/restricted/_unionBy.js +2 -2
  111. package/src/sap/base/util/restricted/_unionWith.js +2 -2
  112. package/src/sap/base/util/restricted/_uniq.js +2 -2
  113. package/src/sap/base/util/restricted/_uniqBy.js +2 -2
  114. package/src/sap/base/util/restricted/_uniqWith.js +2 -2
  115. package/src/sap/base/util/restricted/_without.js +2 -2
  116. package/src/sap/base/util/restricted/_xor.js +2 -2
  117. package/src/sap/base/util/restricted/_xorBy.js +2 -2
  118. package/src/sap/base/util/restricted/_xorWith.js +2 -2
  119. package/src/sap/base/util/restricted/_zipObject.js +2 -2
  120. package/src/sap/base/util/restricted/_zipObjectDeep.js +2 -2
  121. package/src/sap/base/util/syncFetch.js +1 -1
  122. package/src/sap/base/util/uid.js +1 -1
  123. package/src/sap/base/util/values.js +1 -1
  124. package/src/sap/ui/Device.js +65 -6
  125. package/src/sap/ui/Global.js +4 -4
  126. package/src/sap/ui/VersionInfo.js +1 -1
  127. package/src/sap/ui/base/BindingInfo.js +1 -1
  128. package/src/sap/ui/base/BindingParser.js +1 -1
  129. package/src/sap/ui/base/DataType.js +1 -1
  130. package/src/sap/ui/base/DesignTime.js +1 -1
  131. package/src/sap/ui/base/Event.js +2 -2
  132. package/src/sap/ui/base/EventProvider.js +2 -2
  133. package/src/sap/ui/base/Exception.js +1 -1
  134. package/src/sap/ui/base/ExpressionParser.js +1 -1
  135. package/src/sap/ui/base/Interface.js +2 -2
  136. package/src/sap/ui/base/ManagedObject.js +2 -2
  137. package/src/sap/ui/base/ManagedObjectMetadata.js +6 -6
  138. package/src/sap/ui/base/ManagedObjectObserver.js +1 -1
  139. package/src/sap/ui/base/ManagedObjectRegistry.js +1 -1
  140. package/src/sap/ui/base/Metadata.js +3 -4
  141. package/src/sap/ui/base/Object.js +2 -2
  142. package/src/sap/ui/base/ObjectPool.js +2 -2
  143. package/src/sap/ui/base/SyncPromise.js +1 -1
  144. package/src/sap/ui/base/syncXHRFix.js +1 -1
  145. package/src/sap/ui/core/.library +2 -2
  146. package/src/sap/ui/core/AccessKeysEnablement.js +1 -1
  147. package/src/sap/ui/core/AnimationMode.js +1 -1
  148. package/src/sap/ui/core/AppCacheBuster.js +1 -1
  149. package/src/sap/ui/core/BlockLayerUtils.js +1 -1
  150. package/src/sap/ui/core/BusyIndicator.js +2 -2
  151. package/src/sap/ui/core/BusyIndicatorUtils.js +1 -1
  152. package/src/sap/ui/core/CalendarType.js +3 -3
  153. package/src/sap/ui/core/CommandExecution.js +46 -42
  154. package/src/sap/ui/core/Component.js +20 -7
  155. package/src/sap/ui/core/ComponentContainer.js +2 -2
  156. package/src/sap/ui/core/ComponentContainerRenderer.js +1 -1
  157. package/src/sap/ui/core/ComponentHooks.js +51 -4
  158. package/src/sap/ui/core/ComponentMetadata.js +2 -2
  159. package/src/sap/ui/core/ComponentRegistry.js +1 -1
  160. package/src/sap/ui/core/ComponentSupport.js +2 -2
  161. package/src/sap/ui/core/Configuration.js +2 -2
  162. package/src/sap/ui/core/ContextMenuSupport.js +1 -1
  163. package/src/sap/ui/core/Control.js +13 -9
  164. package/src/sap/ui/core/ControlBehavior.js +1 -1
  165. package/src/sap/ui/core/Core.js +3 -3
  166. package/src/sap/ui/core/CustomData.js +2 -2
  167. package/src/sap/ui/core/CustomStyleClassSupport.js +1 -1
  168. package/src/sap/ui/core/DeclarativeSupport.js +2 -2
  169. package/src/sap/ui/core/Element.js +10 -9
  170. package/src/sap/ui/core/ElementMetadata.js +2 -2
  171. package/src/sap/ui/core/ElementRegistry.js +1 -1
  172. package/src/sap/ui/core/EnabledPropagator.js +2 -2
  173. package/src/sap/ui/core/EventBus.js +2 -2
  174. package/src/sap/ui/core/ExtensionPoint.js +1 -1
  175. package/src/sap/ui/core/FocusHandler.js +1 -1
  176. package/src/sap/ui/core/FocusMode.js +1 -1
  177. package/src/sap/ui/core/Fragment.js +188 -189
  178. package/src/sap/ui/core/HTML.js +2 -2
  179. package/src/sap/ui/core/HTMLRenderer.js +1 -1
  180. package/src/sap/ui/core/History.js +2 -2
  181. package/src/sap/ui/core/Icon.js +5 -2
  182. package/src/sap/ui/core/IconPool.js +1 -1
  183. package/src/sap/ui/core/IconRenderer.js +1 -1
  184. package/src/sap/ui/core/IndicationColorSupport.js +2 -2
  185. package/src/sap/ui/core/IntervalTrigger.js +2 -2
  186. package/src/sap/ui/core/InvisibleMessage.js +2 -2
  187. package/src/sap/ui/core/InvisibleRenderer.js +2 -2
  188. package/src/sap/ui/core/InvisibleText.js +2 -2
  189. package/src/sap/ui/core/Item.js +2 -2
  190. package/src/sap/ui/core/LabelEnablement.js +3 -3
  191. package/src/sap/ui/core/LayoutData.js +2 -2
  192. package/src/sap/ui/core/Lib.js +13 -7
  193. package/src/sap/ui/core/ListItem.js +2 -2
  194. package/src/sap/ui/core/LocalBusyIndicator.js +2 -2
  195. package/src/sap/ui/core/LocalBusyIndicatorRenderer.js +1 -1
  196. package/src/sap/ui/core/LocalBusyIndicatorSupport.js +1 -1
  197. package/src/sap/ui/core/Locale.js +2 -2
  198. package/src/sap/ui/core/LocaleData.js +2 -2
  199. package/src/sap/ui/core/Manifest.js +2 -2
  200. package/src/sap/ui/core/Message.js +2 -2
  201. package/src/sap/ui/core/Messaging.js +1 -1
  202. package/src/sap/ui/core/Patcher.js +1 -1
  203. package/src/sap/ui/core/Placeholder.js +1 -1
  204. package/src/sap/ui/core/Popup.js +37 -78
  205. package/src/sap/ui/core/RenderManager.js +12 -2
  206. package/src/sap/ui/core/Renderer.js +2 -2
  207. package/src/sap/ui/core/Rendering.js +9 -7
  208. package/src/sap/ui/core/ResizeHandler.js +2 -2
  209. package/src/sap/ui/core/ScrollBar.js +2 -2
  210. package/src/sap/ui/core/ScrollBarRenderer.js +3 -3
  211. package/src/sap/ui/core/SeparatorItem.js +2 -2
  212. package/src/sap/ui/core/Shortcut.js +1 -1
  213. package/src/sap/ui/core/ShortcutHint.js +1 -1
  214. package/src/sap/ui/core/ShortcutHintsMixin.js +1 -1
  215. package/src/sap/ui/core/StashedControlSupport.js +1 -1
  216. package/src/sap/ui/core/StaticArea.js +1 -9
  217. package/src/sap/ui/core/Supportability.js +4 -4
  218. package/src/sap/ui/core/Title.js +2 -2
  219. package/src/sap/ui/core/TooltipBase.js +2 -2
  220. package/src/sap/ui/core/UIArea.js +3 -3
  221. package/src/sap/ui/core/UIAreaRegistry.js +1 -1
  222. package/src/sap/ui/core/UIComponent.js +6 -2
  223. package/src/sap/ui/core/UIComponentMetadata.js +2 -3
  224. package/src/sap/ui/core/ValueStateSupport.js +2 -2
  225. package/src/sap/ui/core/VariantLayoutData.js +2 -2
  226. package/src/sap/ui/core/XMLComposite.js +2 -2
  227. package/src/sap/ui/core/XMLCompositeMetadata.js +2 -2
  228. package/src/sap/ui/core/XMLTemplateProcessor.js +4 -3
  229. package/src/sap/ui/core/_IconRegistry.js +1 -1
  230. package/src/sap/ui/core/_UrlResolver.js +1 -1
  231. package/src/sap/ui/core/boot/FieldHelpEndpoint.js +1 -1
  232. package/src/sap/ui/core/boot/_bootConfig.js +1 -1
  233. package/src/sap/ui/core/boot/_runBoot.js +1 -1
  234. package/src/sap/ui/core/boot/initDOM.js +1 -1
  235. package/src/sap/ui/core/boot/loadCalendar.js +1 -1
  236. package/src/sap/ui/core/boot/loadManifest.js +1 -1
  237. package/src/sap/ui/core/boot/loadModules.js +1 -1
  238. package/src/sap/ui/core/boot/onInit.js +1 -1
  239. package/src/sap/ui/core/boot.js +1 -1
  240. package/src/sap/ui/core/cache/CacheManager.js +1 -1
  241. package/src/sap/ui/core/cache/CacheManagerNOP.js +1 -1
  242. package/src/sap/ui/core/cache/LRUPersistentCache.js +1 -1
  243. package/src/sap/ui/core/date/Buddhist.js +1 -1
  244. package/src/sap/ui/core/date/CalendarUtils.js +1 -1
  245. package/src/sap/ui/core/date/CalendarWeekNumbering.js +1 -1
  246. package/src/sap/ui/core/date/Gregorian.js +1 -1
  247. package/src/sap/ui/core/date/Islamic.js +1 -1
  248. package/src/sap/ui/core/date/Japanese.js +1 -1
  249. package/src/sap/ui/core/date/Persian.js +1 -1
  250. package/src/sap/ui/core/date/UI5Date.js +2 -2
  251. package/src/sap/ui/core/date/UniversalDate.js +1 -1
  252. package/src/sap/ui/core/date/UniversalDateUtils.js +1 -1
  253. package/src/sap/ui/core/date/_Calendars.js +1 -1
  254. package/src/sap/ui/core/delegate/ItemNavigation.js +2 -2
  255. package/src/sap/ui/core/delegate/ScrollEnablement.js +2 -2
  256. package/src/sap/ui/core/designtime/ComponentContainer.designtime.js +1 -1
  257. package/src/sap/ui/core/designtime/CustomData.designtime.js +1 -1
  258. package/src/sap/ui/core/designtime/Icon.designtime.js +1 -1
  259. package/src/sap/ui/core/designtime/UIComponent.designtime.js +1 -1
  260. package/src/sap/ui/core/designtime/library.designtime.js +1 -1
  261. package/src/sap/ui/core/designtime/mvc/ControllerExtensionTemplate.js +1 -1
  262. package/src/sap/ui/core/designtime/mvc/View.designtime.js +1 -1
  263. package/src/sap/ui/core/designtime/mvc/XMLView.designtime.js +1 -1
  264. package/src/sap/ui/core/dnd/DragAndDrop.js +1 -1
  265. package/src/sap/ui/core/dnd/DragDropBase.js +2 -2
  266. package/src/sap/ui/core/dnd/DragDropInfo.js +2 -2
  267. package/src/sap/ui/core/dnd/DragInfo.js +2 -2
  268. package/src/sap/ui/core/dnd/DropInfo.js +2 -2
  269. package/src/sap/ui/core/fieldhelp/FieldHelp.js +1 -1
  270. package/src/sap/ui/core/fieldhelp/FieldHelpCustomData.js +1 -1
  271. package/src/sap/ui/core/fieldhelp/FieldHelpUtil.js +1 -1
  272. package/src/sap/ui/core/format/DateFormat.js +8 -7
  273. package/src/sap/ui/core/format/DateFormatTimezoneDisplay.js +1 -1
  274. package/src/sap/ui/core/format/FileSizeFormat.js +1 -1
  275. package/src/sap/ui/core/format/FormatUtils.js +2 -2
  276. package/src/sap/ui/core/format/ListFormat.js +1 -1
  277. package/src/sap/ui/core/format/NumberFormat.js +128 -15
  278. package/src/sap/ui/core/format/TimezoneUtil.js +2 -2
  279. package/src/sap/ui/core/getCompatibilityVersion.js +2 -2
  280. package/src/sap/ui/core/hyphenation/Hyphenation.js +2 -2
  281. package/src/sap/ui/core/hyphenation/HyphenationTestingWords.js +1 -1
  282. package/src/sap/ui/core/library.js +4 -4
  283. package/src/sap/ui/core/library.support.js +1 -1
  284. package/src/sap/ui/core/message/ControlMessageProcessor.js +2 -2
  285. package/src/sap/ui/core/message/Message.js +2 -2
  286. package/src/sap/ui/core/message/MessageManager.js +2 -2
  287. package/src/sap/ui/core/message/MessageMixin.js +1 -1
  288. package/src/sap/ui/core/message/MessageParser.js +2 -2
  289. package/src/sap/ui/core/message/MessageProcessor.js +2 -2
  290. package/src/sap/ui/core/message/MessageType.js +1 -1
  291. package/src/sap/ui/core/messagebundle_en_US_saptrc.properties +291 -294
  292. package/src/sap/ui/core/mvc/Controller.js +1 -1
  293. package/src/sap/ui/core/mvc/ControllerExtension.js +1 -1
  294. package/src/sap/ui/core/mvc/ControllerExtensionProvider.js +1 -1
  295. package/src/sap/ui/core/mvc/ControllerMetadata.js +1 -1
  296. package/src/sap/ui/core/mvc/EventHandlerResolver.js +1 -1
  297. package/src/sap/ui/core/mvc/HTMLView.js +2 -2
  298. package/src/sap/ui/core/mvc/HTMLViewRenderer.js +1 -1
  299. package/src/sap/ui/core/mvc/JSONView.js +2 -2
  300. package/src/sap/ui/core/mvc/JSONViewRenderer.js +1 -1
  301. package/src/sap/ui/core/mvc/JSView.js +2 -2
  302. package/src/sap/ui/core/mvc/JSViewRenderer.js +1 -1
  303. package/src/sap/ui/core/mvc/OverrideExecution.js +1 -1
  304. package/src/sap/ui/core/mvc/TemplateView.js +2 -2
  305. package/src/sap/ui/core/mvc/TemplateViewRenderer.js +1 -1
  306. package/src/sap/ui/core/mvc/View.js +2 -2
  307. package/src/sap/ui/core/mvc/ViewRenderer.js +1 -1
  308. package/src/sap/ui/core/mvc/ViewType.js +1 -1
  309. package/src/sap/ui/core/mvc/XMLProcessingMode.js +1 -1
  310. package/src/sap/ui/core/mvc/XMLView.js +2 -2
  311. package/src/sap/ui/core/mvc/XMLViewRenderer.js +1 -1
  312. package/src/sap/ui/core/plugin/DeclarativeSupport.js +2 -2
  313. package/src/sap/ui/core/plugin/LessSupport.js +2 -2
  314. package/src/sap/ui/core/plugin/TemplatingSupport.js +2 -2
  315. package/src/sap/ui/core/postmessage/Bus.js +2 -2
  316. package/src/sap/ui/core/postmessage/confirmationDialog.js +2 -2
  317. package/src/sap/ui/core/routing/HashChanger.js +1 -1
  318. package/src/sap/ui/core/routing/HashChangerBase.js +1 -1
  319. package/src/sap/ui/core/routing/History.js +1 -1
  320. package/src/sap/ui/core/routing/Route.js +1 -1
  321. package/src/sap/ui/core/routing/Router.js +1 -1
  322. package/src/sap/ui/core/routing/RouterHashChanger.js +1 -1
  323. package/src/sap/ui/core/routing/Target.js +1 -1
  324. package/src/sap/ui/core/routing/TargetCache.js +1 -1
  325. package/src/sap/ui/core/routing/Targets.js +1 -1
  326. package/src/sap/ui/core/routing/Views.js +1 -1
  327. package/src/sap/ui/core/routing/async/Route.js +1 -1
  328. package/src/sap/ui/core/routing/async/Target.js +1 -2
  329. package/src/sap/ui/core/routing/async/TargetCache.js +1 -2
  330. package/src/sap/ui/core/routing/async/Targets.js +1 -2
  331. package/src/sap/ui/core/routing/sync/Route.js +1 -1
  332. package/src/sap/ui/core/routing/sync/Target.js +1 -1
  333. package/src/sap/ui/core/routing/sync/TargetCache.js +1 -1
  334. package/src/sap/ui/core/routing/sync/Targets.js +1 -1
  335. package/src/sap/ui/core/rules/App.support.js +1 -1
  336. package/src/sap/ui/core/rules/Config.support.js +1 -1
  337. package/src/sap/ui/core/rules/CoreHelper.support.js +1 -1
  338. package/src/sap/ui/core/rules/Misc.support.js +1 -1
  339. package/src/sap/ui/core/rules/Model.support.js +1 -1
  340. package/src/sap/ui/core/rules/Rendering.support.js +1 -1
  341. package/src/sap/ui/core/rules/Theming.support.js +1 -1
  342. package/src/sap/ui/core/rules/View.support.js +1 -1
  343. package/src/sap/ui/core/search/OpenSearchProvider.js +2 -2
  344. package/src/sap/ui/core/search/SearchProvider.js +2 -2
  345. package/src/sap/ui/core/service/Service.js +2 -2
  346. package/src/sap/ui/core/service/ServiceFactory.js +2 -2
  347. package/src/sap/ui/core/service/ServiceFactoryRegistry.js +2 -2
  348. package/src/sap/ui/core/support/BootSupportTool.js +1 -1
  349. package/src/sap/ui/core/support/Hotkeys.js +1 -1
  350. package/src/sap/ui/core/support/Plugin.js +2 -2
  351. package/src/sap/ui/core/support/RuleEngineOpaExtension.js +1 -1
  352. package/src/sap/ui/core/support/Support.js +2 -2
  353. package/src/sap/ui/core/support/ToolsAPI.js +1 -1
  354. package/src/sap/ui/core/support/bootstrapFallback.js +1 -1
  355. package/src/sap/ui/core/support/controls/InteractionSlider.js +1 -1
  356. package/src/sap/ui/core/support/controls/InteractionTree.js +1 -1
  357. package/src/sap/ui/core/support/controls/ObjectViewer.js +1 -1
  358. package/src/sap/ui/core/support/controls/TimelineOverview.js +1 -1
  359. package/src/sap/ui/core/support/controls/TreeViewer.js +1 -1
  360. package/src/sap/ui/core/support/debugReboot.js +1 -1
  361. package/src/sap/ui/core/support/plugins/Breakpoint.js +1 -1
  362. package/src/sap/ui/core/support/plugins/ControlTree.js +2 -2
  363. package/src/sap/ui/core/support/plugins/Debugging.js +1 -1
  364. package/src/sap/ui/core/support/plugins/Interaction.js +17 -6
  365. package/src/sap/ui/core/support/plugins/LocalStorage.js +2 -2
  366. package/src/sap/ui/core/support/plugins/Performance.js +2 -2
  367. package/src/sap/ui/core/support/plugins/Selector.js +2 -2
  368. package/src/sap/ui/core/support/plugins/TechInfo.js +2 -2
  369. package/src/sap/ui/core/support/plugins/Trace.js +2 -2
  370. package/src/sap/ui/core/support/plugins/ViewInfo.js +2 -2
  371. package/src/sap/ui/core/support/techinfo/TechnicalInfo.js +5 -5
  372. package/src/sap/ui/core/support/techinfo/moduleTreeHelper.js +1 -1
  373. package/src/sap/ui/core/support/trace/E2eTraceLib.js +1 -1
  374. package/src/sap/ui/core/support/trace/EppLib.js +1 -1
  375. package/src/sap/ui/core/support/usage/EventBroadcaster.js +1 -1
  376. package/src/sap/ui/core/syncStyleClass.js +1 -1
  377. package/src/sap/ui/core/themes/base/base.less +858 -404
  378. package/src/sap/ui/core/themes/base/global.less +117 -5
  379. package/src/sap/ui/core/themes/base/library.source.less +1 -1
  380. package/src/sap/ui/core/themes/base/shared.less +6 -2
  381. package/src/sap/ui/core/themes/base/skeleton.less +53 -3
  382. package/src/sap/ui/core/themes/sap_hcb/library.source.less +1 -1
  383. package/src/sap/ui/core/theming/Parameters.js +2 -2
  384. package/src/sap/ui/core/theming/ThemeHelper.js +1 -1
  385. package/src/sap/ui/core/theming/ThemeManager.js +1 -1
  386. package/src/sap/ui/core/tmpl/DOMAttribute.js +2 -2
  387. package/src/sap/ui/core/tmpl/DOMElement.js +2 -2
  388. package/src/sap/ui/core/tmpl/DOMElementRenderer.js +1 -1
  389. package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +2 -2
  390. package/src/sap/ui/core/tmpl/Template.js +2 -2
  391. package/src/sap/ui/core/tmpl/TemplateControl.js +2 -2
  392. package/src/sap/ui/core/tmpl/TemplateControlRenderer.js +1 -1
  393. package/src/sap/ui/core/tmpl/_parsePath.js +1 -1
  394. package/src/sap/ui/core/util/AsyncHintsHelper.js +2 -2
  395. package/src/sap/ui/core/util/DraftEnabledMockServer.js +1 -1
  396. package/src/sap/ui/core/util/Export.js +2 -2
  397. package/src/sap/ui/core/util/ExportCell.js +2 -2
  398. package/src/sap/ui/core/util/ExportColumn.js +2 -2
  399. package/src/sap/ui/core/util/ExportRow.js +2 -2
  400. package/src/sap/ui/core/util/ExportType.js +2 -2
  401. package/src/sap/ui/core/util/ExportTypeCSV.js +2 -2
  402. package/src/sap/ui/core/util/File.js +2 -2
  403. package/src/sap/ui/core/util/LibraryInfo.js +2 -2
  404. package/src/sap/ui/core/util/MockServer.js +2 -2
  405. package/src/sap/ui/core/util/PasteHelper.js +2 -2
  406. package/src/sap/ui/core/util/ResponsivePaddingsEnablement.js +1 -1
  407. package/src/sap/ui/core/util/ShortcutHelper.js +1 -1
  408. package/src/sap/ui/core/util/XMLPreprocessor.js +1 -1
  409. package/src/sap/ui/core/util/_LocalizationHelper.js +1 -1
  410. package/src/sap/ui/core/util/reflection/BaseTreeModifier.js +1 -1
  411. package/src/sap/ui/core/util/reflection/JsControlTreeModifier.js +1 -1
  412. package/src/sap/ui/core/util/reflection/XmlTreeModifier.js +1 -1
  413. package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +2 -2
  414. package/src/sap/ui/core/util/serializer/Serializer.js +2 -2
  415. package/src/sap/ui/core/util/serializer/ViewSerializer.js +2 -2
  416. package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +2 -2
  417. package/src/sap/ui/core/util/serializer/delegate/Delegate.js +2 -2
  418. package/src/sap/ui/core/util/serializer/delegate/HTML.js +2 -2
  419. package/src/sap/ui/core/util/serializer/delegate/XML.js +2 -2
  420. package/src/sap/ui/core/webc/WebComponent.js +47 -5
  421. package/src/sap/ui/core/webc/WebComponentMetadata.js +6 -3
  422. package/src/sap/ui/core/webc/WebComponentRenderer.js +5 -3
  423. package/src/sap/ui/core/ws/ReadyState.js +2 -2
  424. package/src/sap/ui/core/ws/SapPcpWebSocket.js +2 -2
  425. package/src/sap/ui/core/ws/WebSocket.js +2 -2
  426. package/src/sap/ui/debug/ControlTree.js +2 -2
  427. package/src/sap/ui/debug/DebugEnv.js +2 -2
  428. package/src/sap/ui/debug/Highlighter.js +1 -1
  429. package/src/sap/ui/debug/LogViewer.js +1 -1
  430. package/src/sap/ui/debug/PropertyList.js +2 -2
  431. package/src/sap/ui/dom/_ready.js +1 -1
  432. package/src/sap/ui/dom/containsOrEquals.js +1 -1
  433. package/src/sap/ui/dom/denormalizeScrollBeginRTL.js +1 -1
  434. package/src/sap/ui/dom/denormalizeScrollLeftRTL.js +1 -1
  435. package/src/sap/ui/dom/findTabbable.js +1 -1
  436. package/src/sap/ui/dom/getComputedStyleFix.js +1 -1
  437. package/src/sap/ui/dom/getFirstEditableInput.js +1 -1
  438. package/src/sap/ui/dom/getOwnerWindow.js +1 -1
  439. package/src/sap/ui/dom/getScrollbarSize.js +1 -1
  440. package/src/sap/ui/dom/includeScript.js +1 -1
  441. package/src/sap/ui/dom/includeStylesheet.js +1 -1
  442. package/src/sap/ui/dom/isBehindOtherElement.js +1 -1
  443. package/src/sap/ui/dom/isElementCovered.js +1 -1
  444. package/src/sap/ui/dom/isHidden.js +1 -1
  445. package/src/sap/ui/dom/jquery/Aria.js +1 -1
  446. package/src/sap/ui/dom/jquery/Focusable.js +1 -1
  447. package/src/sap/ui/dom/jquery/Selection.js +1 -1
  448. package/src/sap/ui/dom/jquery/Selectors.js +1 -1
  449. package/src/sap/ui/dom/jquery/control.js +1 -1
  450. package/src/sap/ui/dom/jquery/cursorPos.js +1 -1
  451. package/src/sap/ui/dom/jquery/getSelectedText.js +1 -1
  452. package/src/sap/ui/dom/jquery/hasTabIndex.js +1 -1
  453. package/src/sap/ui/dom/jquery/parentByAttribute.js +1 -1
  454. package/src/sap/ui/dom/jquery/rect.js +1 -1
  455. package/src/sap/ui/dom/jquery/rectContains.js +1 -1
  456. package/src/sap/ui/dom/jquery/scrollLeftRTL.js +1 -1
  457. package/src/sap/ui/dom/jquery/scrollRightRTL.js +1 -1
  458. package/src/sap/ui/dom/jquery/selectText.js +1 -1
  459. package/src/sap/ui/dom/jquery/zIndex.js +1 -1
  460. package/src/sap/ui/dom/units/Rem.js +1 -1
  461. package/src/sap/ui/events/ControlEvents.js +1 -1
  462. package/src/sap/ui/events/F6Navigation.js +1 -1
  463. package/src/sap/ui/events/KeyCodes.js +1 -1
  464. package/src/sap/ui/events/PasteEventFix.js +1 -1
  465. package/src/sap/ui/events/PseudoEvents.js +1 -1
  466. package/src/sap/ui/events/TouchToMouseMapping.js +1 -1
  467. package/src/sap/ui/events/checkMouseEnterOrLeave.js +1 -1
  468. package/src/sap/ui/events/isMouseEventDelayed.js +1 -1
  469. package/src/sap/ui/events/isSpecialKey.js +1 -1
  470. package/src/sap/ui/events/jquery/EventExtension.js +1 -1
  471. package/src/sap/ui/events/jquery/EventSimulation.js +1 -1
  472. package/src/sap/ui/events/jquery/EventTriggerHook.js +1 -1
  473. package/src/sap/ui/model/Binding.js +31 -12
  474. package/src/sap/ui/model/BindingMode.js +1 -1
  475. package/src/sap/ui/model/ChangeReason.js +1 -1
  476. package/src/sap/ui/model/ClientContextBinding.js +1 -1
  477. package/src/sap/ui/model/ClientListBinding.js +1 -1
  478. package/src/sap/ui/model/ClientModel.js +2 -2
  479. package/src/sap/ui/model/ClientPropertyBinding.js +1 -1
  480. package/src/sap/ui/model/ClientTreeBinding.js +1 -1
  481. package/src/sap/ui/model/ClientTreeBindingAdapter.js +1 -1
  482. package/src/sap/ui/model/CompositeBinding.js +13 -1
  483. package/src/sap/ui/model/CompositeDataState.js +2 -2
  484. package/src/sap/ui/model/CompositeType.js +2 -2
  485. package/src/sap/ui/model/Context.js +1 -1
  486. package/src/sap/ui/model/ContextBinding.js +1 -1
  487. package/src/sap/ui/model/DataState.js +2 -2
  488. package/src/sap/ui/model/Filter.js +1 -1
  489. package/src/sap/ui/model/FilterOperator.js +1 -1
  490. package/src/sap/ui/model/FilterProcessor.js +1 -1
  491. package/src/sap/ui/model/FilterType.js +1 -1
  492. package/src/sap/ui/model/FormatException.js +1 -1
  493. package/src/sap/ui/model/ListBinding.js +1 -1
  494. package/src/sap/ui/model/ManagedObjectBindingSupport.js +1 -1
  495. package/src/sap/ui/model/MetaModel.js +2 -2
  496. package/src/sap/ui/model/Model.js +2 -2
  497. package/src/sap/ui/model/ParseException.js +1 -1
  498. package/src/sap/ui/model/PropertyBinding.js +1 -1
  499. package/src/sap/ui/model/SelectionModel.js +2 -2
  500. package/src/sap/ui/model/SimpleType.js +2 -2
  501. package/src/sap/ui/model/Sorter.js +1 -1
  502. package/src/sap/ui/model/SorterProcessor.js +1 -1
  503. package/src/sap/ui/model/StaticBinding.js +3 -3
  504. package/src/sap/ui/model/TreeAutoExpandMode.js +2 -2
  505. package/src/sap/ui/model/TreeBinding.js +1 -1
  506. package/src/sap/ui/model/TreeBindingAdapter.js +1 -1
  507. package/src/sap/ui/model/TreeBindingCompatibilityAdapter.js +1 -1
  508. package/src/sap/ui/model/TreeBindingUtils.js +1 -1
  509. package/src/sap/ui/model/Type.js +2 -2
  510. package/src/sap/ui/model/ValidateException.js +1 -1
  511. package/src/sap/ui/model/_Helper.js +1 -1
  512. package/src/sap/ui/model/analytics/AnalyticalBinding.js +1 -1
  513. package/src/sap/ui/model/analytics/AnalyticalTreeBindingAdapter.js +1 -1
  514. package/src/sap/ui/model/analytics/AnalyticalVersionInfo.js +1 -1
  515. package/src/sap/ui/model/analytics/BatchResponseCollector.js +1 -1
  516. package/src/sap/ui/model/analytics/ODataModelAdapter.js +1 -1
  517. package/src/sap/ui/model/analytics/odata4analytics.js +1 -1
  518. package/src/sap/ui/model/base/ManagedObjectModel.js +1 -1
  519. package/src/sap/ui/model/controlhelper/TreeBindingProxy.js +1 -1
  520. package/src/sap/ui/model/json/JSONListBinding.js +1 -1
  521. package/src/sap/ui/model/json/JSONModel.js +2 -2
  522. package/src/sap/ui/model/json/JSONPropertyBinding.js +1 -1
  523. package/src/sap/ui/model/json/JSONTreeBinding.js +1 -1
  524. package/src/sap/ui/model/message/MessageListBinding.js +1 -1
  525. package/src/sap/ui/model/message/MessageModel.js +2 -2
  526. package/src/sap/ui/model/message/MessagePropertyBinding.js +1 -1
  527. package/src/sap/ui/model/odata/AnnotationHelper.js +1 -1
  528. package/src/sap/ui/model/odata/AnnotationParser.js +1 -1
  529. package/src/sap/ui/model/odata/CountMode.js +1 -1
  530. package/src/sap/ui/model/odata/Filter.js +1 -1
  531. package/src/sap/ui/model/odata/MessageScope.js +1 -1
  532. package/src/sap/ui/model/odata/ODataAnnotations.js +2 -2
  533. package/src/sap/ui/model/odata/ODataContextBinding.js +1 -1
  534. package/src/sap/ui/model/odata/ODataExpressionAddons.js +1 -1
  535. package/src/sap/ui/model/odata/ODataListBinding.js +1 -1
  536. package/src/sap/ui/model/odata/ODataMessageParser.js +2 -2
  537. package/src/sap/ui/model/odata/ODataMetaModel.js +4 -4
  538. package/src/sap/ui/model/odata/ODataMetadata.js +2 -2
  539. package/src/sap/ui/model/odata/ODataModel.js +2 -2
  540. package/src/sap/ui/model/odata/ODataPropertyBinding.js +1 -1
  541. package/src/sap/ui/model/odata/ODataTreeBinding.js +1 -1
  542. package/src/sap/ui/model/odata/ODataTreeBindingAdapter.js +1 -1
  543. package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +1 -1
  544. package/src/sap/ui/model/odata/ODataUtils.js +20 -1
  545. package/src/sap/ui/model/odata/OperationMode.js +1 -1
  546. package/src/sap/ui/model/odata/UpdateMethod.js +1 -1
  547. package/src/sap/ui/model/odata/_AnnotationHelperBasics.js +1 -1
  548. package/src/sap/ui/model/odata/_AnnotationHelperExpression.js +1 -1
  549. package/src/sap/ui/model/odata/_ODataMetaModelUtils.js +1 -1
  550. package/src/sap/ui/model/odata/type/Boolean.js +2 -2
  551. package/src/sap/ui/model/odata/type/Byte.js +3 -2
  552. package/src/sap/ui/model/odata/type/Currency.js +10 -4
  553. package/src/sap/ui/model/odata/type/Date.js +2 -2
  554. package/src/sap/ui/model/odata/type/DateTime.js +2 -2
  555. package/src/sap/ui/model/odata/type/DateTimeBase.js +2 -2
  556. package/src/sap/ui/model/odata/type/DateTimeOffset.js +2 -2
  557. package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +2 -2
  558. package/src/sap/ui/model/odata/type/Decimal.js +3 -2
  559. package/src/sap/ui/model/odata/type/Double.js +3 -2
  560. package/src/sap/ui/model/odata/type/Guid.js +2 -2
  561. package/src/sap/ui/model/odata/type/Int.js +3 -2
  562. package/src/sap/ui/model/odata/type/Int16.js +3 -2
  563. package/src/sap/ui/model/odata/type/Int32.js +3 -2
  564. package/src/sap/ui/model/odata/type/Int64.js +3 -2
  565. package/src/sap/ui/model/odata/type/ODataType.js +2 -2
  566. package/src/sap/ui/model/odata/type/Raw.js +2 -2
  567. package/src/sap/ui/model/odata/type/SByte.js +3 -2
  568. package/src/sap/ui/model/odata/type/Single.js +3 -2
  569. package/src/sap/ui/model/odata/type/Stream.js +2 -2
  570. package/src/sap/ui/model/odata/type/String.js +2 -2
  571. package/src/sap/ui/model/odata/type/Time.js +2 -2
  572. package/src/sap/ui/model/odata/type/TimeOfDay.js +2 -2
  573. package/src/sap/ui/model/odata/type/Unit.js +10 -4
  574. package/src/sap/ui/model/odata/type/UnitMixin.js +9 -3
  575. package/src/sap/ui/model/odata/v2/BatchMode.js +1 -1
  576. package/src/sap/ui/model/odata/v2/Context.js +2 -2
  577. package/src/sap/ui/model/odata/v2/ODataAnnotations.js +2 -2
  578. package/src/sap/ui/model/odata/v2/ODataContextBinding.js +1 -1
  579. package/src/sap/ui/model/odata/v2/ODataListBinding.js +5 -3
  580. package/src/sap/ui/model/odata/v2/ODataModel.js +20 -5
  581. package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +2 -2
  582. package/src/sap/ui/model/odata/v2/_CreatedContextsCache.js +1 -1
  583. package/src/sap/ui/model/odata/v4/AnnotationHelper.js +1 -1
  584. package/src/sap/ui/model/odata/v4/Context.js +59 -28
  585. package/src/sap/ui/model/odata/v4/ODataBinding.js +16 -2
  586. package/src/sap/ui/model/odata/v4/ODataContextBinding.js +24 -7
  587. package/src/sap/ui/model/odata/v4/ODataListBinding.js +42 -17
  588. package/src/sap/ui/model/odata/v4/ODataMetaModel.js +57 -28
  589. package/src/sap/ui/model/odata/v4/ODataModel.js +10 -5
  590. package/src/sap/ui/model/odata/v4/ODataParentBinding.js +23 -13
  591. package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +2 -2
  592. package/src/sap/ui/model/odata/v4/ODataUtils.js +1 -1
  593. package/src/sap/ui/model/odata/v4/SubmitMode.js +1 -1
  594. package/src/sap/ui/model/odata/v4/ValueListType.js +1 -1
  595. package/src/sap/ui/model/odata/v4/_AnnotationHelperExpression.js +1 -1
  596. package/src/sap/ui/model/odata/v4/lib/_AggregationCache.js +9 -20
  597. package/src/sap/ui/model/odata/v4/lib/_AggregationHelper.js +75 -51
  598. package/src/sap/ui/model/odata/v4/lib/_Batch.js +1 -1
  599. package/src/sap/ui/model/odata/v4/lib/_Cache.js +80 -24
  600. package/src/sap/ui/model/odata/v4/lib/_ConcatHelper.js +1 -1
  601. package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +1 -1
  602. package/src/sap/ui/model/odata/v4/lib/_Helper.js +28 -13
  603. package/src/sap/ui/model/odata/v4/lib/_MetadataConverter.js +1 -1
  604. package/src/sap/ui/model/odata/v4/lib/_MetadataRequestor.js +1 -1
  605. package/src/sap/ui/model/odata/v4/lib/_MinMaxHelper.js +1 -1
  606. package/src/sap/ui/model/odata/v4/lib/_Parser.js +1 -1
  607. package/src/sap/ui/model/odata/v4/lib/_Requestor.js +29 -12
  608. package/src/sap/ui/model/odata/v4/lib/_TreeState.js +1 -1
  609. package/src/sap/ui/model/odata/v4/lib/_V2MetadataConverter.js +1 -1
  610. package/src/sap/ui/model/odata/v4/lib/_V2Requestor.js +1 -1
  611. package/src/sap/ui/model/odata/v4/lib/_V4MetadataConverter.js +1 -1
  612. package/src/sap/ui/model/odata/v4/ts.js +1 -1
  613. package/src/sap/ui/model/resource/ResourceModel.js +2 -2
  614. package/src/sap/ui/model/resource/ResourcePropertyBinding.js +1 -1
  615. package/src/sap/ui/model/type/Boolean.js +2 -2
  616. package/src/sap/ui/model/type/Currency.js +3 -2
  617. package/src/sap/ui/model/type/Date.js +2 -2
  618. package/src/sap/ui/model/type/DateInterval.js +2 -2
  619. package/src/sap/ui/model/type/DateTime.js +2 -2
  620. package/src/sap/ui/model/type/DateTimeInterval.js +2 -2
  621. package/src/sap/ui/model/type/FileSize.js +2 -2
  622. package/src/sap/ui/model/type/Float.js +3 -2
  623. package/src/sap/ui/model/type/Integer.js +3 -2
  624. package/src/sap/ui/model/type/String.js +2 -2
  625. package/src/sap/ui/model/type/Time.js +2 -2
  626. package/src/sap/ui/model/type/TimeInterval.js +2 -2
  627. package/src/sap/ui/model/type/Unit.js +15 -7
  628. package/src/sap/ui/model/xml/XMLListBinding.js +1 -1
  629. package/src/sap/ui/model/xml/XMLModel.js +2 -2
  630. package/src/sap/ui/model/xml/XMLPropertyBinding.js +1 -1
  631. package/src/sap/ui/model/xml/XMLTreeBinding.js +1 -1
  632. package/src/sap/ui/performance/BeaconRequest.js +1 -1
  633. package/src/sap/ui/performance/Measurement.js +8 -11
  634. package/src/sap/ui/performance/XHRInterceptor.js +1 -1
  635. package/src/sap/ui/performance/trace/FESR.js +4 -1
  636. package/src/sap/ui/performance/trace/FESRHelper.js +1 -1
  637. package/src/sap/ui/performance/trace/Interaction.js +1 -1
  638. package/src/sap/ui/performance/trace/Passport.js +1 -1
  639. package/src/sap/ui/performance/trace/_InteractionImpl.js +4 -4
  640. package/src/sap/ui/performance/trace/initTraces.js +1 -1
  641. package/src/sap/ui/qunit/QUnitUtils.js +1 -1
  642. package/src/sap/ui/qunit/qunit-2-css.js +1 -1
  643. package/src/sap/ui/qunit/qunit-coverage-istanbul.js +1 -1
  644. package/src/sap/ui/qunit/qunit-coverage.js +1 -1
  645. package/src/sap/ui/qunit/qunit-css.js +1 -1
  646. package/src/sap/ui/qunit/qunit-junit.js +1 -1
  647. package/src/sap/ui/qunit/qunit-redirect.js +1 -1
  648. package/src/sap/ui/qunit/sinon-qunit-bridge.js +1 -1
  649. package/src/sap/ui/qunit/utils/ControlIterator.js +2 -2
  650. package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +2 -2
  651. package/src/sap/ui/qunit/utils/createAndAppendDiv.js +1 -1
  652. package/src/sap/ui/qunit/utils/nextUIUpdate.js +1 -1
  653. package/src/sap/ui/qunit/utils/waitForThemeApplied.js +1 -1
  654. package/src/sap/ui/security/FrameOptions.js +1 -1
  655. package/src/sap/ui/test/BlanketReporter.js +1 -1
  656. package/src/sap/ui/test/BranchTracking.js +1 -1
  657. package/src/sap/ui/test/ModuleTracking.js +1 -1
  658. package/src/sap/ui/test/Opa.js +1 -1
  659. package/src/sap/ui/test/Opa5.js +1 -1
  660. package/src/sap/ui/test/OpaBuilder.js +1 -1
  661. package/src/sap/ui/test/OpaExtension.js +1 -1
  662. package/src/sap/ui/test/OpaPlugin.js +1 -1
  663. package/src/sap/ui/test/PageObjectFactory.js +1 -1
  664. package/src/sap/ui/test/RecordReplay.js +1 -1
  665. package/src/sap/ui/test/RecorderHotkeyListener.js +1 -1
  666. package/src/sap/ui/test/TestUtils.js +1 -1
  667. package/src/sap/ui/test/_BrowserLogCollector.js +1 -1
  668. package/src/sap/ui/test/_ControlFinder.js +1 -1
  669. package/src/sap/ui/test/_FocusListener.js +1 -1
  670. package/src/sap/ui/test/_LogCollector.js +1 -1
  671. package/src/sap/ui/test/_OpaLogger.js +1 -1
  672. package/src/sap/ui/test/_OpaUriParameterParser.js +1 -1
  673. package/src/sap/ui/test/_ParameterValidator.js +1 -1
  674. package/src/sap/ui/test/_UsageReport.js +1 -1
  675. package/src/sap/ui/test/_ValidationParameters.js +1 -1
  676. package/src/sap/ui/test/actions/Action.js +1 -1
  677. package/src/sap/ui/test/actions/Drag.js +1 -1
  678. package/src/sap/ui/test/actions/Drop.js +1 -1
  679. package/src/sap/ui/test/actions/EnterText.js +1 -1
  680. package/src/sap/ui/test/actions/Press.js +1 -1
  681. package/src/sap/ui/test/actions/Scroll.js +1 -1
  682. package/src/sap/ui/test/autowaiter/WaiterBase.js +1 -1
  683. package/src/sap/ui/test/autowaiter/_UIUpdatesWaiter.js +1 -1
  684. package/src/sap/ui/test/autowaiter/_XHRWaiter.js +1 -1
  685. package/src/sap/ui/test/autowaiter/_autoWaiter.js +1 -1
  686. package/src/sap/ui/test/autowaiter/_autoWaiterAsync.js +1 -1
  687. package/src/sap/ui/test/autowaiter/_cssAnimationWaiter.js +1 -1
  688. package/src/sap/ui/test/autowaiter/_cssTransitionWaiter.js +1 -1
  689. package/src/sap/ui/test/autowaiter/_fetchWaiter.js +1 -1
  690. package/src/sap/ui/test/autowaiter/_jsAnimationWaiter.js +1 -1
  691. package/src/sap/ui/test/autowaiter/_moduleWaiter.js +1 -1
  692. package/src/sap/ui/test/autowaiter/_navigationContainerWaiter.js +1 -1
  693. package/src/sap/ui/test/autowaiter/_promiseWaiter.js +1 -1
  694. package/src/sap/ui/test/autowaiter/_resourceWaiter.js +1 -1
  695. package/src/sap/ui/test/autowaiter/_timeoutWaiter.js +1 -1
  696. package/src/sap/ui/test/autowaiter/_utils.js +1 -1
  697. package/src/sap/ui/test/generic/GenericTestCollection.js +1 -1
  698. package/src/sap/ui/test/generic/TestBase.js +2 -2
  699. package/src/sap/ui/test/generic/Utils.js +1 -1
  700. package/src/sap/ui/test/generic/_EnforceSemanticRendering.js +1 -1
  701. package/src/sap/ui/test/gherkin/GherkinTestGenerator.js +1 -1
  702. package/src/sap/ui/test/gherkin/StepDefinitions.js +1 -1
  703. package/src/sap/ui/test/gherkin/dataTableUtils.js +1 -1
  704. package/src/sap/ui/test/gherkin/opa5TestHarness.js +1 -1
  705. package/src/sap/ui/test/gherkin/qUnitTestHarness.js +1 -1
  706. package/src/sap/ui/test/gherkin/simpleGherkinParser.js +1 -1
  707. package/src/sap/ui/test/launchers/componentLauncher.js +1 -1
  708. package/src/sap/ui/test/launchers/iFrameLauncher.js +1 -1
  709. package/src/sap/ui/test/matchers/AggregationContainsPropertyEqual.js +1 -1
  710. package/src/sap/ui/test/matchers/AggregationEmpty.js +1 -1
  711. package/src/sap/ui/test/matchers/AggregationFilled.js +1 -1
  712. package/src/sap/ui/test/matchers/AggregationLengthEquals.js +1 -1
  713. package/src/sap/ui/test/matchers/Ancestor.js +1 -1
  714. package/src/sap/ui/test/matchers/BindingPath.js +1 -1
  715. package/src/sap/ui/test/matchers/Descendant.js +1 -1
  716. package/src/sap/ui/test/matchers/I18NText.js +1 -1
  717. package/src/sap/ui/test/matchers/Interactable.js +1 -1
  718. package/src/sap/ui/test/matchers/LabelFor.js +1 -1
  719. package/src/sap/ui/test/matchers/Matcher.js +1 -1
  720. package/src/sap/ui/test/matchers/MatcherFactory.js +1 -1
  721. package/src/sap/ui/test/matchers/Properties.js +1 -1
  722. package/src/sap/ui/test/matchers/PropertyStrictEquals.js +1 -1
  723. package/src/sap/ui/test/matchers/Sibling.js +1 -1
  724. package/src/sap/ui/test/matchers/Visible.js +1 -1
  725. package/src/sap/ui/test/matchers/_Busy.js +1 -1
  726. package/src/sap/ui/test/matchers/_Editable.js +1 -1
  727. package/src/sap/ui/test/matchers/_Enabled.js +1 -1
  728. package/src/sap/ui/test/matchers/_Visitor.js +1 -1
  729. package/src/sap/ui/test/matchers/matchers.js +1 -1
  730. package/src/sap/ui/test/opaQunit.js +1 -1
  731. package/src/sap/ui/test/pipelines/ActionPipeline.js +1 -1
  732. package/src/sap/ui/test/pipelines/MatcherPipeline.js +1 -1
  733. package/src/sap/ui/test/pipelines/PipelineFactory.js +1 -1
  734. package/src/sap/ui/test/qunitPause.js +1 -1
  735. package/src/sap/ui/test/selectors/_BindingPath.js +1 -1
  736. package/src/sap/ui/test/selectors/_ControlSelectorGenerator.js +1 -1
  737. package/src/sap/ui/test/selectors/_ControlSelectorValidator.js +1 -1
  738. package/src/sap/ui/test/selectors/_ControlType.js +1 -1
  739. package/src/sap/ui/test/selectors/_DropdownItem.js +1 -1
  740. package/src/sap/ui/test/selectors/_GlobalID.js +1 -1
  741. package/src/sap/ui/test/selectors/_LabelFor.js +1 -1
  742. package/src/sap/ui/test/selectors/_Properties.js +1 -1
  743. package/src/sap/ui/test/selectors/_Selector.js +1 -1
  744. package/src/sap/ui/test/selectors/_TableRowItem.js +1 -1
  745. package/src/sap/ui/test/selectors/_ViewID.js +1 -1
  746. package/src/sap/ui/test/selectors/_selectors.js +1 -1
  747. package/src/sap/ui/test/starter/_configureLoader.js +1 -1
  748. package/src/sap/ui/test/starter/_setupAndStart.js +1 -1
  749. package/src/sap/ui/test/starter/_utils.js +31 -14
  750. package/src/sap/ui/test/starter/createSuite.js +1 -1
  751. package/src/sap/ui/test/starter/runTest.js +1 -1
  752. package/src/sap/ui/test/utils/nextUIUpdate.js +1 -1
  753. package/src/sap/ui/test/utils/waitForThemeApplied.js +1 -1
  754. package/src/sap/ui/thirdparty/RequestRecorder.js +1 -1
  755. package/src/sap/ui/thirdparty/caja-html-sanitizer.js +1 -1
  756. package/src/sap/ui/util/ActivityDetection.js +1 -1
  757. package/src/sap/ui/util/Mobile.js +1 -1
  758. package/src/sap/ui/util/Storage.js +2 -2
  759. package/src/sap/ui/util/XMLHelper.js +1 -1
  760. package/src/sap/ui/util/_FeatureDetection.js +1 -1
  761. package/src/sap/ui/util/_enforceNoReturnValue.js +1 -1
  762. package/src/sap/ui/util/defaultLinkTypes.js +1 -1
  763. package/src/sap/ui/util/isCrossOriginURL.js +1 -1
  764. package/src/sap/ui/util/openWindow.js +1 -1
  765. package/src/sap-ui-boot.js +1 -1
  766. package/src/sap-ui-core-nojQuery.js +1 -1
  767. package/src/sap-ui-core.js +1 -1
  768. package/src/sap-ui-debug.js +1 -1
  769. package/src/ui5loader-autoconfig.js +26 -6
  770. package/src/ui5loader.js +2 -3
  771. package/ui5.yaml +1 -0
  772. package/ui5lint.config.js +9 -0
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 14.1.4
4
- // * data:{"sModified":"2024-11-04T10:14:03Z"}
3
+ // * Theming Engine 14.2.8
4
+ // * data:{"sModified":"2024-12-12T10:42:39Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.22.0) *******************/
8
+ /******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.24.0) *******************/
9
9
 
10
10
 
11
11
  // [Label "Brand Color"]
@@ -154,7 +154,7 @@
154
154
 
155
155
  // [Label "Negative Color"]
156
156
  // [Description "The color for elements showing negative state."]
157
- // [Tags "Base", "SemanticColor", "Color", "Mobile", "Protected"]
157
+ // [Tags "Base", "Semantic", "Color", "Mobile", "Protected"]
158
158
  // [Protected "true"]
159
159
  // [Category "Semantic"]
160
160
  // [Type "color"]
@@ -162,7 +162,7 @@
162
162
 
163
163
  // [Label "Critical Color"]
164
164
  // [Description "The color for elements showing critical state."]
165
- // [Tags "Base", "SemanticColor", "Color", "Mobile", "Protected"]
165
+ // [Tags "Base", "Semantic", "Color", "Mobile", "Protected"]
166
166
  // [Protected "true"]
167
167
  // [Category "Semantic"]
168
168
  // [Type "color"]
@@ -170,7 +170,7 @@
170
170
 
171
171
  // [Label "Positive Color"]
172
172
  // [Description "The color for elements showing positive state."]
173
- // [Tags "Base", "SemanticColor", "Color", "Mobile", "Protected"]
173
+ // [Tags "Base", "Semantic", "Color", "Mobile", "Protected"]
174
174
  // [Protected "true"]
175
175
  // [Category "Semantic"]
176
176
  // [Type "color"]
@@ -178,7 +178,7 @@
178
178
 
179
179
  // [Label "Informative Color"]
180
180
  // [Description "The color for elements showing informative state."]
181
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
181
+ // [Tags "Base", "Semantic", "Color", "Protected"]
182
182
  // [Protected "true"]
183
183
  // [Category "Semantic"]
184
184
  // [Type "color"]
@@ -186,7 +186,7 @@
186
186
 
187
187
  // [Label "Neutral Color"]
188
188
  // [Description "The color for elements showing neutral state."]
189
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
189
+ // [Tags "Base", "Semantic", "Color", "Protected"]
190
190
  // [Protected "true"]
191
191
  // [Category "Semantic"]
192
192
  // [Type "color"]
@@ -194,7 +194,7 @@
194
194
 
195
195
  // [Label "Negative Foreground Element Color"]
196
196
  // [Description "The color for foreground elements showing negative state."]
197
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
197
+ // [Tags "Base", "Semantic", "Color", "Protected"]
198
198
  // [Protected "true"]
199
199
  // [Category "Semantic", "Element"]
200
200
  // [Type "color"]
@@ -202,7 +202,7 @@
202
202
 
203
203
  // [Label "Critical Foreground Element Color"]
204
204
  // [Description "The color for foreground elements showing critical state."]
205
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
205
+ // [Tags "Base", "Semantic", "Color", "Protected"]
206
206
  // [Protected "true"]
207
207
  // [Category "Semantic", "Element"]
208
208
  // [Type "color"]
@@ -210,7 +210,7 @@
210
210
 
211
211
  // [Label "Positive Foreground Element Color"]
212
212
  // [Description "The color for foreground elements showing positive state."]
213
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
213
+ // [Tags "Base", "Semantic", "Color", "Protected"]
214
214
  // [Protected "true"]
215
215
  // [Category "Semantic", "Element"]
216
216
  // [Type "color"]
@@ -218,7 +218,7 @@
218
218
 
219
219
  // [Label "Informative Foreground Element Color"]
220
220
  // [Description "The color for foreground elements showing informative state."]
221
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
221
+ // [Tags "Base", "Semantic", "Color", "Protected"]
222
222
  // [Protected "true"]
223
223
  // [Category "Semantic", "Element"]
224
224
  // [Type "color"]
@@ -226,7 +226,7 @@
226
226
 
227
227
  // [Label "Neutral Foreground Element Color"]
228
228
  // [Description "The color for foreground elements showing neutral state."]
229
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
229
+ // [Tags "Base", "Semantic", "Color", "Protected"]
230
230
  // [Protected "true"]
231
231
  // [Category "Semantic", "Element"]
232
232
  // [Type "color"]
@@ -234,7 +234,7 @@
234
234
 
235
235
  // [Label "Negative Text Color"]
236
236
  // [Description "The color for text showing negative or error state."]
237
- // [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
237
+ // [Tags "Base", "Semantic", "Color", "Font", "Protected"]
238
238
  // [Protected "true"]
239
239
  // [Category "Semantic", "Text"]
240
240
  // [Type "color"]
@@ -242,7 +242,7 @@
242
242
 
243
243
  // [Label "Critical Text Color"]
244
244
  // [Description "The color for text showing critical or warning state."]
245
- // [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
245
+ // [Tags "Base", "Semantic", "Color", "Font", "Protected"]
246
246
  // [Protected "true"]
247
247
  // [Category "Semantic", "Text"]
248
248
  // [Type "color"]
@@ -250,7 +250,7 @@
250
250
 
251
251
  // [Label "Positive Text Color"]
252
252
  // [Description "The color for text showing positive or success state."]
253
- // [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
253
+ // [Tags "Base", "Semantic", "Color", "Font", "Protected"]
254
254
  // [Protected "true"]
255
255
  // [Category "Semantic", "Text"]
256
256
  // [Type "color"]
@@ -258,7 +258,7 @@
258
258
 
259
259
  // [Label "Informative Text Color"]
260
260
  // [Description "The color for text showing an informative or information state."]
261
- // [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
261
+ // [Tags "Base", "Semantic", "Color", "Font", "Protected"]
262
262
  // [Protected "true"]
263
263
  // [Category "Semantic", "Text"]
264
264
  // [Type "color"]
@@ -266,7 +266,7 @@
266
266
 
267
267
  // [Label "Neutral Text Color"]
268
268
  // [Description "The color for text showing neutral state."]
269
- // [Tags "Base", "SemanticColor", "Color", "Font", "Protected"]
269
+ // [Tags "Base", "Semantic", "Color", "Font", "Protected"]
270
270
  // [Protected "true"]
271
271
  // [Category "Semantic", "Text"]
272
272
  // [Type "color"]
@@ -274,7 +274,7 @@
274
274
 
275
275
  // [Label "Error Color"]
276
276
  // [Description "The color for elements showing error state."]
277
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
277
+ // [Tags "Base", "Semantic", "Color", "Protected"]
278
278
  // [Protected "true"]
279
279
  // [Category "Semantic"]
280
280
  // [Type "color"]
@@ -282,7 +282,7 @@
282
282
 
283
283
  // [Label "Warning Color"]
284
284
  // [Description "The color for elements showing warning state."]
285
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
285
+ // [Tags "Base", "Semantic", "Color", "Protected"]
286
286
  // [Protected "true"]
287
287
  // [Category "Semantic"]
288
288
  // [Type "color"]
@@ -290,7 +290,7 @@
290
290
 
291
291
  // [Label "Success Color"]
292
292
  // [Description "The color for elements showing success state."]
293
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
293
+ // [Tags "Base", "Semantic", "Color", "Protected"]
294
294
  // [Protected "true"]
295
295
  // [Category "Semantic"]
296
296
  // [Type "color"]
@@ -298,7 +298,7 @@
298
298
 
299
299
  // [Label "Information Color"]
300
300
  // [Description "The color for elements showing information state."]
301
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
301
+ // [Tags "Base", "Semantic", "Color", "Protected"]
302
302
  // [Protected "true"]
303
303
  // [Category "Semantic"]
304
304
  // [Type "color"]
@@ -306,7 +306,7 @@
306
306
 
307
307
  // [Label "Error Background Color"]
308
308
  // [Description "The color for backgrounds showing negative or error state."]
309
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
309
+ // [Tags "Base", "Semantic", "Color", "Protected"]
310
310
  // [Protected "true"]
311
311
  // [Category "Semantic", "Background"]
312
312
  // [Type "color"]
@@ -314,7 +314,7 @@
314
314
 
315
315
  // [Label "Warning Background Color"]
316
316
  // [Description "The color for backgrounds showing critical or warning state."]
317
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
317
+ // [Tags "Base", "Semantic", "Color", "Protected"]
318
318
  // [Protected "true"]
319
319
  // [Category "Semantic", "Background"]
320
320
  // [Type "color"]
@@ -322,7 +322,7 @@
322
322
 
323
323
  // [Label "Success Background Color"]
324
324
  // [Description "The color for backgrounds showing positive or success state."]
325
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
325
+ // [Tags "Base", "Semantic", "Color", "Protected"]
326
326
  // [Protected "true"]
327
327
  // [Category "Semantic", "Background"]
328
328
  // [Type "color"]
@@ -330,7 +330,7 @@
330
330
 
331
331
  // [Label "Information Background Color"]
332
332
  // [Description "The color for backgrounds showing informative or information state."]
333
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
333
+ // [Tags "Base", "Semantic", "Color", "Protected"]
334
334
  // [Protected "true"]
335
335
  // [Category "Semantic", "Background"]
336
336
  // [Type "color"]
@@ -338,7 +338,7 @@
338
338
 
339
339
  // [Label "Neutral Background Color"]
340
340
  // [Description "The color for backgrounds showing neutral state."]
341
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
341
+ // [Tags "Base", "Semantic", "Color", "Protected"]
342
342
  // [Protected "true"]
343
343
  // [Category "Semantic", "Background"]
344
344
  // [Type "color"]
@@ -346,7 +346,7 @@
346
346
 
347
347
  // [Label "Error Border Color"]
348
348
  // [Description "The color for borders showing negative or error state."]
349
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
349
+ // [Tags "Base", "Semantic", "Color", "Protected"]
350
350
  // [Protected "true"]
351
351
  // [Category "Semantic", "Border"]
352
352
  // [Type "color"]
@@ -354,7 +354,7 @@
354
354
 
355
355
  // [Label "Warning Border Color"]
356
356
  // [Description "The color for borders showing critical or warning state."]
357
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
357
+ // [Tags "Base", "Semantic", "Color", "Protected"]
358
358
  // [Protected "true"]
359
359
  // [Category "Semantic", "Border"]
360
360
  // [Type "color"]
@@ -362,7 +362,7 @@
362
362
 
363
363
  // [Label "Success Border Color"]
364
364
  // [Description "The color for borders showing positive or success state."]
365
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
365
+ // [Tags "Base", "Semantic", "Color", "Protected"]
366
366
  // [Protected "true"]
367
367
  // [Category "Semantic", "Border"]
368
368
  // [Type "color"]
@@ -370,7 +370,7 @@
370
370
 
371
371
  // [Label "Information Border Color"]
372
372
  // [Description "The color for borders showing informative or information state."]
373
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
373
+ // [Tags "Base", "Semantic", "Color", "Protected"]
374
374
  // [Protected "true"]
375
375
  // [Category "Semantic", "Border"]
376
376
  // [Type "color"]
@@ -378,7 +378,7 @@
378
378
 
379
379
  // [Label "Neutral Border Color"]
380
380
  // [Description "The color for borders showing neutral state."]
381
- // [Tags "Base", "SemanticColor", "Color", "Protected"]
381
+ // [Tags "Base", "Semantic", "Color", "Protected"]
382
382
  // [Protected "true"]
383
383
  // [Category "Semantic", "Border"]
384
384
  // [Type "color"]
@@ -705,7 +705,7 @@
705
705
 
706
706
  // [Label "Negative Shadow"]
707
707
  // [Description "The standard negative shadow."]
708
- // [Tags "Base", "Content", "Protected"]
708
+ // [Tags "Base", "Semantic", "Content", "Protected"]
709
709
  // [Protected "true"]
710
710
  // [Category "Semantic", "Shadow"]
711
711
  // [Type "boxShadow"]
@@ -713,7 +713,7 @@
713
713
 
714
714
  // [Label "Critical Shadow"]
715
715
  // [Description "The standard critical shadow."]
716
- // [Tags "Base", "Content", "Protected"]
716
+ // [Tags "Base", "Semantic", "Content", "Protected"]
717
717
  // [Protected "true"]
718
718
  // [Category "Semantic", "Shadow"]
719
719
  // [Type "boxShadow"]
@@ -721,7 +721,7 @@
721
721
 
722
722
  // [Label "Positive Shadow"]
723
723
  // [Description "The standard positive shadow."]
724
- // [Tags "Base", "Content", "Protected"]
724
+ // [Tags "Base", "Semantic", "Content", "Protected"]
725
725
  // [Protected "true"]
726
726
  // [Category "Semantic", "Shadow"]
727
727
  // [Type "boxShadow"]
@@ -729,7 +729,7 @@
729
729
 
730
730
  // [Label "Informative Shadow"]
731
731
  // [Description "The standard informative shadow."]
732
- // [Tags "Base", "Content", "Protected"]
732
+ // [Tags "Base", "Semantic", "Content", "Protected"]
733
733
  // [Protected "true"]
734
734
  // [Category "Semantic", "Shadow"]
735
735
  // [Type "boxShadow"]
@@ -737,7 +737,7 @@
737
737
 
738
738
  // [Label "Neutral Shadow"]
739
739
  // [Description "The standard neutral shadow."]
740
- // [Tags "Base", "Content", "Protected"]
740
+ // [Tags "Base", "Semantic", "Content", "Protected"]
741
741
  // [Protected "true"]
742
742
  // [Category "Semantic", "Shadow"]
743
743
  // [Type "boxShadow"]
@@ -1319,7 +1319,7 @@
1319
1319
 
1320
1320
  // [Label "Success Header Shadow"]
1321
1321
  // [Description "The success header shadow styling."]
1322
- // [Tags "Base", "Content", "Dimension", "Protected"]
1322
+ // [Tags "Base", "Content", "Dimension", "Semantic", "Protected"]
1323
1323
  // [Protected "true"]
1324
1324
  // [Category "Shadow"]
1325
1325
  // [Type "boxShadow"]
@@ -1327,7 +1327,7 @@
1327
1327
 
1328
1328
  // [Label "Warning Header Shadow"]
1329
1329
  // [Description "The warning header shadow styling."]
1330
- // [Tags "Base", "Content", "Dimension", "Protected"]
1330
+ // [Tags "Base", "Content", "Dimension", "Semantic", "Protected"]
1331
1331
  // [Protected "true"]
1332
1332
  // [Category "Shadow"]
1333
1333
  // [Type "boxShadow"]
@@ -1335,7 +1335,7 @@
1335
1335
 
1336
1336
  // [Label "Error Header Shadow"]
1337
1337
  // [Description "The error header shadow styling."]
1338
- // [Tags "Base", "Content", "Dimension", "Protected"]
1338
+ // [Tags "Base", "Content", "Dimension", "Semantic", "Protected"]
1339
1339
  // [Protected "true"]
1340
1340
  // [Category "Shadow"]
1341
1341
  // [Type "boxShadow"]
@@ -1343,7 +1343,7 @@
1343
1343
 
1344
1344
  // [Label "Information Header Shadow"]
1345
1345
  // [Description "The information header shadow styling."]
1346
- // [Tags "Base", "Content", "Dimension", "Protected"]
1346
+ // [Tags "Base", "Content", "Dimension", "Semantic", "Protected"]
1347
1347
  // [Protected "true"]
1348
1348
  // [Category "Shadow"]
1349
1349
  // [Type "boxShadow"]
@@ -1743,7 +1743,7 @@
1743
1743
  // [Label "Shell Negative Color"]
1744
1744
  // [Description "The negative semantic color for use in shell contexts."]
1745
1745
  // [TranslationKey "sapShell_NegClr"]
1746
- // [Tags "Base", "Shell", "Color", "Protected"]
1746
+ // [Tags "Base", "Shell", "Semantic", "Color", "Protected"]
1747
1747
  // [Protected "true"]
1748
1748
  // [Category "Shell"]
1749
1749
  // [Type "color"]
@@ -1752,7 +1752,7 @@
1752
1752
  // [Label "Shell Critical Color"]
1753
1753
  // [Description "The critical semantic color for use in shell contexts."]
1754
1754
  // [TranslationKey "sapShell_CritClr"]
1755
- // [Tags "Base", "Shell", "Color", "Protected"]
1755
+ // [Tags "Base", "Shell", "Semantic", "Color", "Protected"]
1756
1756
  // [Protected "true"]
1757
1757
  // [Category "Shell"]
1758
1758
  // [Type "color"]
@@ -1761,7 +1761,7 @@
1761
1761
  // [Label "Shell Positive Color"]
1762
1762
  // [Description "The positive semantic color for use in shell contexts."]
1763
1763
  // [TranslationKey "sapShell_PosClr"]
1764
- // [Tags "Base", "Shell", "Color", "Protected"]
1764
+ // [Tags "Base", "Shell", "Semantic", "Color", "Protected"]
1765
1765
  // [Protected "true"]
1766
1766
  // [Category "Shell"]
1767
1767
  // [Type "color"]
@@ -1770,7 +1770,7 @@
1770
1770
  // [Label "Shell Informative Color"]
1771
1771
  // [Description "The informative semantic color for use in shell contexts."]
1772
1772
  // [TranslationKey "sapShell_InfClr"]
1773
- // [Tags "Base", "Shell", "Color", "Protected"]
1773
+ // [Tags "Base", "Shell", "Semantic", "Color", "Protected"]
1774
1774
  // [Protected "true"]
1775
1775
  // [Category "Shell"]
1776
1776
  // [Type "color"]
@@ -1779,7 +1779,7 @@
1779
1779
  // [Label "Shell Neutral Color"]
1780
1780
  // [Description "The neutral semantic color for use in shell contexts."]
1781
1781
  // [TranslationKey "sapShell_NeutClr"]
1782
- // [Tags "Base", "Shell", "Color", "Protected"]
1782
+ // [Tags "Base", "Shell", "Semantic", "Color", "Protected"]
1783
1783
  // [Protected "true"]
1784
1784
  // [Category "Shell"]
1785
1785
  // [Type "color"]
@@ -3630,7 +3630,7 @@
3630
3630
  // [Label "Negative Button Background Color"]
3631
3631
  // [Description "The background color of negative buttons."]
3632
3632
  // [TranslationKey "sapButton_NegBg"]
3633
- // [Tags "Base", "Button", "Color", "Protected"]
3633
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3634
3634
  // [Protected "true"]
3635
3635
  // [Category "Button", "Negative"]
3636
3636
  // [Type "color"]
@@ -3639,7 +3639,7 @@
3639
3639
  // [Label "Negative Button Border Color"]
3640
3640
  // [Description "The border color of negative buttons."]
3641
3641
  // [TranslationKey "sapButton_NegBrdClr"]
3642
- // [Tags "Base", "Button", "Color", "Protected"]
3642
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3643
3643
  // [Protected "true"]
3644
3644
  // [Category "Button", "Negative"]
3645
3645
  // [Type "color"]
@@ -3648,7 +3648,7 @@
3648
3648
  // [Label "Negative Button Text Color"]
3649
3649
  // [Description "The text and icon color of negative buttons."]
3650
3650
  // [TranslationKey "sapButton_NegTxtClr"]
3651
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3651
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3652
3652
  // [Protected "true"]
3653
3653
  // [Category "Button", "Negative"]
3654
3654
  // [Type "color"]
@@ -3657,7 +3657,7 @@
3657
3657
  // [Label "Negative Button Hover Background Color"]
3658
3658
  // [Description "The hover state background color of negative buttons."]
3659
3659
  // [TranslationKey "sapButton_NegHvrBg"]
3660
- // [Tags "Base", "Button", "Color", "Protected"]
3660
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3661
3661
  // [Protected "true"]
3662
3662
  // [Category "Button", "Negative"]
3663
3663
  // [Type "color"]
@@ -3666,7 +3666,7 @@
3666
3666
  // [Label "Negative Button Hover Border Color"]
3667
3667
  // [Description "The hover state border color of negative buttons."]
3668
3668
  // [TranslationKey "sapButton_NegHvrBrdClr"]
3669
- // [Tags "Base", "Button", "Color", "Protected"]
3669
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3670
3670
  // [Protected "true"]
3671
3671
  // [Category "Button", "Negative"]
3672
3672
  // [Type "color"]
@@ -3675,7 +3675,7 @@
3675
3675
  // [Label "Negative Button Hover Text Color"]
3676
3676
  // [Description "The hover state text and icon color of negative buttons."]
3677
3677
  // [TranslationKey "sapButton_NegHvrTxtClr"]
3678
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3678
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3679
3679
  // [Protected "true"]
3680
3680
  // [Category "Button", "Negative"]
3681
3681
  // [Type "color"]
@@ -3684,7 +3684,7 @@
3684
3684
  // [Label "Negative Button Active Background Color"]
3685
3685
  // [Description "The active (down) state background color of negative buttons."]
3686
3686
  // [TranslationKey "sapButton_NegActBg"]
3687
- // [Tags "Base", "Button", "Color", "Protected"]
3687
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3688
3688
  // [Protected "true"]
3689
3689
  // [Category "Button", "Negative"]
3690
3690
  // [Type "color"]
@@ -3693,7 +3693,7 @@
3693
3693
  // [Label "Negative Button Active Border Color"]
3694
3694
  // [Description "The active (down) state border color of negative buttons."]
3695
3695
  // [TranslationKey "sapButton_NegActBrdClr"]
3696
- // [Tags "Base", "Button", "Color", "Protected"]
3696
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3697
3697
  // [Protected "true"]
3698
3698
  // [Category "Button", "Negative"]
3699
3699
  // [Type "color"]
@@ -3702,7 +3702,7 @@
3702
3702
  // [Label "Negative Button Active Text Color"]
3703
3703
  // [Description "The active (down) state text color of negative buttons."]
3704
3704
  // [TranslationKey "sapButton_NegActTxtClr"]
3705
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3705
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3706
3706
  // [Protected "true"]
3707
3707
  // [Category "Button", "Negative"]
3708
3708
  // [Type "color"]
@@ -3710,7 +3710,7 @@
3710
3710
 
3711
3711
  // [Label "Critical Button Background Color"]
3712
3712
  // [Description "The background color of critical buttons."]
3713
- // [Tags "Base", "Button", "Color", "Protected"]
3713
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3714
3714
  // [Protected "true"]
3715
3715
  // [Category "Button", "Critical"]
3716
3716
  // [Type "color"]
@@ -3718,7 +3718,7 @@
3718
3718
 
3719
3719
  // [Label "Critical Button Border Color"]
3720
3720
  // [Description "The border color of critical buttons."]
3721
- // [Tags "Base", "Button", "Color", "Protected"]
3721
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3722
3722
  // [Protected "true"]
3723
3723
  // [Category "Button", "Critical"]
3724
3724
  // [Type "color"]
@@ -3726,7 +3726,7 @@
3726
3726
 
3727
3727
  // [Label "Critical Button Text Color"]
3728
3728
  // [Description "The text and icon color of critical buttons."]
3729
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3729
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3730
3730
  // [Protected "true"]
3731
3731
  // [Category "Button", "Critical"]
3732
3732
  // [Type "color"]
@@ -3735,7 +3735,7 @@
3735
3735
  // [Label "Critical Button Hover Background Color"]
3736
3736
  // [Description "The hover state background color of critical buttons."]
3737
3737
  // [TranslationKey "sapButton_CritHvrBg"]
3738
- // [Tags "Base", "Button", "Color", "Protected"]
3738
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3739
3739
  // [Protected "true"]
3740
3740
  // [Category "Button", "Critical"]
3741
3741
  // [Type "color"]
@@ -3744,7 +3744,7 @@
3744
3744
  // [Label "Critical Button Hover Border Color"]
3745
3745
  // [Description "The hover state border color of critical buttons."]
3746
3746
  // [TranslationKey "sapButton_CritHvrBrdClr"]
3747
- // [Tags "Base", "Button", "Color", "Protected"]
3747
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3748
3748
  // [Protected "true"]
3749
3749
  // [Category "Button", "Critical"]
3750
3750
  // [Type "color"]
@@ -3753,7 +3753,7 @@
3753
3753
  // [Label "Critical Button Hover Text Color"]
3754
3754
  // [Description "The hover state text and icon color of critical buttons."]
3755
3755
  // [TranslationKey "sapButton_CritHvrTxtClr"]
3756
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3756
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3757
3757
  // [Protected "true"]
3758
3758
  // [Category "Button", "Critical"]
3759
3759
  // [Type "color"]
@@ -3762,7 +3762,7 @@
3762
3762
  // [Label "Critical Button Active Background Color"]
3763
3763
  // [Description "The active (down) state background color of critical buttons."]
3764
3764
  // [TranslationKey "sapButton_CritActBg"]
3765
- // [Tags "Base", "Button", "Color", "Protected"]
3765
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3766
3766
  // [Protected "true"]
3767
3767
  // [Category "Button", "Critical"]
3768
3768
  // [Type "color"]
@@ -3771,7 +3771,7 @@
3771
3771
  // [Label "Critical Button Active Border Color"]
3772
3772
  // [Description "The active (down) state border color of critical buttons."]
3773
3773
  // [TranslationKey "sapButton_CritActBrdClr"]
3774
- // [Tags "Base", "Button", "Color", "Protected"]
3774
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3775
3775
  // [Protected "true"]
3776
3776
  // [Category "Button", "Critical"]
3777
3777
  // [Type "color"]
@@ -3780,7 +3780,7 @@
3780
3780
  // [Label "Critical Button Active Text Color"]
3781
3781
  // [Description "The active (down) state text color of critical buttons."]
3782
3782
  // [TranslationKey "sapButton_CritActTxtClr"]
3783
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3783
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3784
3784
  // [Protected "true"]
3785
3785
  // [Category "Button", "Critical"]
3786
3786
  // [Type "color"]
@@ -3788,7 +3788,7 @@
3788
3788
 
3789
3789
  // [Label "Success Button Background Color"]
3790
3790
  // [Description "The background color of success buttons."]
3791
- // [Tags "Base", "Button", "Color", "Protected"]
3791
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3792
3792
  // [Protected "true"]
3793
3793
  // [Category "Button", "Success"]
3794
3794
  // [Type "color"]
@@ -3796,7 +3796,7 @@
3796
3796
 
3797
3797
  // [Label "Success Button Border Color"]
3798
3798
  // [Description "The border color of success buttons."]
3799
- // [Tags "Base", "Button", "Color", "Protected"]
3799
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3800
3800
  // [Protected "true"]
3801
3801
  // [Category "Button", "Success"]
3802
3802
  // [Type "color"]
@@ -3804,7 +3804,7 @@
3804
3804
 
3805
3805
  // [Label "Success Button Text Color"]
3806
3806
  // [Description "The text and icon color of success buttons."]
3807
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3807
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3808
3808
  // [Protected "true"]
3809
3809
  // [Category "Button", "Success"]
3810
3810
  // [Type "color"]
@@ -3813,7 +3813,7 @@
3813
3813
  // [Label "Success Button Hover Background Color"]
3814
3814
  // [Description "The hover state background color of success buttons."]
3815
3815
  // [TranslationKey "sapButton_SuccHvrBg"]
3816
- // [Tags "Base", "Button", "Color", "Protected"]
3816
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3817
3817
  // [Protected "true"]
3818
3818
  // [Category "Button", "Success"]
3819
3819
  // [Type "color"]
@@ -3822,7 +3822,7 @@
3822
3822
  // [Label "Success Button Hover Border Color"]
3823
3823
  // [Description "The hover state border color of success buttons."]
3824
3824
  // [TranslationKey "sapButton_SuccHvrBrdClr"]
3825
- // [Tags "Base", "Button", "Color", "Protected"]
3825
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3826
3826
  // [Protected "true"]
3827
3827
  // [Category "Button", "Success"]
3828
3828
  // [Type "color"]
@@ -3831,7 +3831,7 @@
3831
3831
  // [Label "Success Button Hover Text Color"]
3832
3832
  // [Description "The hover state text and icon color of success buttons."]
3833
3833
  // [TranslationKey "sapButton_SuccHvrTxtClr"]
3834
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3834
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3835
3835
  // [Protected "true"]
3836
3836
  // [Category "Button", "Success"]
3837
3837
  // [Type "color"]
@@ -3840,7 +3840,7 @@
3840
3840
  // [Label "Success Button Active Background Color"]
3841
3841
  // [Description "The active (down) state background color of success buttons."]
3842
3842
  // [TranslationKey "sapButton_SuccActBg"]
3843
- // [Tags "Base", "Button", "Color", "Protected"]
3843
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3844
3844
  // [Protected "true"]
3845
3845
  // [Category "Button", "Success"]
3846
3846
  // [Type "color"]
@@ -3849,7 +3849,7 @@
3849
3849
  // [Label "Success Button Active Border Color"]
3850
3850
  // [Description "The active (down) state border color of success buttons."]
3851
3851
  // [TranslationKey "sapButton_SuccActBrdClr"]
3852
- // [Tags "Base", "Button", "Color", "Protected"]
3852
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3853
3853
  // [Protected "true"]
3854
3854
  // [Category "Button", "Success"]
3855
3855
  // [Type "color"]
@@ -3858,7 +3858,7 @@
3858
3858
  // [Label "Success Button Active Text Color"]
3859
3859
  // [Description "The active (down) state text color of success buttons."]
3860
3860
  // [TranslationKey "sapButton_SuccActTxtClr"]
3861
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3861
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3862
3862
  // [Protected "true"]
3863
3863
  // [Category "Button", "Success"]
3864
3864
  // [Type "color"]
@@ -3867,7 +3867,7 @@
3867
3867
  // [Label "Information Button Background Color"]
3868
3868
  // [Description "The background color of information buttons."]
3869
3869
  // [TranslationKey "sapButton_InfBg"]
3870
- // [Tags "Base", "Button", "Color", "Protected"]
3870
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3871
3871
  // [Protected "true"]
3872
3872
  // [Category "Button", "Information"]
3873
3873
  // [Type "color"]
@@ -3876,7 +3876,7 @@
3876
3876
  // [Label "Information Button Border Color"]
3877
3877
  // [Description "The border color of information buttons."]
3878
3878
  // [TranslationKey "sapButton_InfBrdClr"]
3879
- // [Tags "Base", "Button", "Color", "Protected"]
3879
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3880
3880
  // [Protected "true"]
3881
3881
  // [Category "Button", "Information"]
3882
3882
  // [Type "color"]
@@ -3885,7 +3885,7 @@
3885
3885
  // [Label "Information Button Text Color"]
3886
3886
  // [Description "The text and icon color of information buttons."]
3887
3887
  // [TranslationKey "sapButton_InfTxtClr"]
3888
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3888
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3889
3889
  // [Protected "true"]
3890
3890
  // [Category "Button", "Information"]
3891
3891
  // [Type "color"]
@@ -3894,7 +3894,7 @@
3894
3894
  // [Label "Information Button Hover Background Color"]
3895
3895
  // [Description "The hover state background color of information buttons."]
3896
3896
  // [TranslationKey "sapButton_InfHvrBg"]
3897
- // [Tags "Base", "Button", "Color", "Protected"]
3897
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3898
3898
  // [Protected "true"]
3899
3899
  // [Category "Button", "Information"]
3900
3900
  // [Type "color"]
@@ -3903,7 +3903,7 @@
3903
3903
  // [Label "Information Button Hover Border Color"]
3904
3904
  // [Description "The hover state border color of information buttons."]
3905
3905
  // [TranslationKey "sapButton_InfHvrBrdClr"]
3906
- // [Tags "Base", "Button", "Color", "Protected"]
3906
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3907
3907
  // [Protected "true"]
3908
3908
  // [Category "Button", "Information"]
3909
3909
  // [Type "color"]
@@ -3912,7 +3912,7 @@
3912
3912
  // [Label "Information Button Hover Text Color"]
3913
3913
  // [Description "The hover state text and icon color of information buttons."]
3914
3914
  // [TranslationKey "sapButton_InfHvrTxtClr"]
3915
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3915
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3916
3916
  // [Protected "true"]
3917
3917
  // [Category "Button", "Information"]
3918
3918
  // [Type "color"]
@@ -3921,7 +3921,7 @@
3921
3921
  // [Label "Information Button Active Background Color"]
3922
3922
  // [Description "The active (down) state background color of information buttons."]
3923
3923
  // [TranslationKey "sapButton_InfActBg"]
3924
- // [Tags "Base", "Button", "Color", "Protected"]
3924
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3925
3925
  // [Protected "true"]
3926
3926
  // [Category "Button", "Information"]
3927
3927
  // [Type "color"]
@@ -3930,7 +3930,7 @@
3930
3930
  // [Label "Information Button Active Border Color"]
3931
3931
  // [Description "The active (down) state border color of information buttons."]
3932
3932
  // [TranslationKey "sapButton_InfActBrdClr"]
3933
- // [Tags "Base", "Button", "Color", "Protected"]
3933
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3934
3934
  // [Protected "true"]
3935
3935
  // [Category "Button", "Information"]
3936
3936
  // [Type "color"]
@@ -3939,7 +3939,7 @@
3939
3939
  // [Label "Information Button Active Text Color"]
3940
3940
  // [Description "The active (down) state text color of information buttons."]
3941
3941
  // [TranslationKey "sapButton_InfActTxtClr"]
3942
- // [Tags "Base", "Button", "Color", "Protected"]
3942
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3943
3943
  // [Protected "true"]
3944
3944
  // [Category "Button", "Information"]
3945
3945
  // [Type "color"]
@@ -3947,7 +3947,7 @@
3947
3947
 
3948
3948
  // [Label "Neutral Button Background Color"]
3949
3949
  // [Description "The background color of neutral buttons."]
3950
- // [Tags "Base", "Button", "Color", "Protected"]
3950
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3951
3951
  // [Protected "true"]
3952
3952
  // [Category "Button", "Neutral"]
3953
3953
  // [Type "color"]
@@ -3955,7 +3955,7 @@
3955
3955
 
3956
3956
  // [Label "Neutral Button Border Color"]
3957
3957
  // [Description "The border color of neutral buttons."]
3958
- // [Tags "Base", "Button", "Color", "Protected"]
3958
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3959
3959
  // [Protected "true"]
3960
3960
  // [Category "Button", "Neutral"]
3961
3961
  // [Type "color"]
@@ -3963,7 +3963,7 @@
3963
3963
 
3964
3964
  // [Label "Neutral Button Text Color"]
3965
3965
  // [Description "The text and icon color of neutral buttons."]
3966
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3966
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3967
3967
  // [Protected "true"]
3968
3968
  // [Category "Button", "Neutral"]
3969
3969
  // [Type "color"]
@@ -3972,7 +3972,7 @@
3972
3972
  // [Label "Neutral Button Hover Background Color"]
3973
3973
  // [Description "The hover state background color of neutral buttons."]
3974
3974
  // [TranslationKey "sapButton_NeutHvrBg"]
3975
- // [Tags "Base", "Button", "Color", "Protected"]
3975
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3976
3976
  // [Protected "true"]
3977
3977
  // [Category "Button", "Neutral"]
3978
3978
  // [Type "color"]
@@ -3981,7 +3981,7 @@
3981
3981
  // [Label "Neutral Button Hover Border Color"]
3982
3982
  // [Description "The hover state border color of neutral buttons."]
3983
3983
  // [TranslationKey "sapButton_NeutHvrBrdClr"]
3984
- // [Tags "Base", "Button", "Color", "Protected"]
3984
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
3985
3985
  // [Protected "true"]
3986
3986
  // [Category "Button", "Neutral"]
3987
3987
  // [Type "color"]
@@ -3990,7 +3990,7 @@
3990
3990
  // [Label "Neutral Button Hover Text Color"]
3991
3991
  // [Description "The hover state text and icon color of neutral buttons."]
3992
3992
  // [TranslationKey "sapButton_NeutHvrTxtClr"]
3993
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
3993
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
3994
3994
  // [Protected "true"]
3995
3995
  // [Category "Button", "Neutral"]
3996
3996
  // [Type "color"]
@@ -3999,7 +3999,7 @@
3999
3999
  // [Label "Neutral Button Active Background Color"]
4000
4000
  // [Description "The active (down) state background color of neutral buttons."]
4001
4001
  // [TranslationKey "sapButton_NeutActBg"]
4002
- // [Tags "Base", "Button", "Color", "Protected"]
4002
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4003
4003
  // [Protected "true"]
4004
4004
  // [Category "Button", "Neutral"]
4005
4005
  // [Type "color"]
@@ -4008,7 +4008,7 @@
4008
4008
  // [Label "Neutral Button Active Border Color"]
4009
4009
  // [Description "The active (down) state border color of neutral buttons."]
4010
4010
  // [TranslationKey "sapButton_NeutActBrdClr"]
4011
- // [Tags "Base", "Button", "Color", "Protected"]
4011
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4012
4012
  // [Protected "true"]
4013
4013
  // [Category "Button", "Neutral"]
4014
4014
  // [Type "color"]
@@ -4017,7 +4017,7 @@
4017
4017
  // [Label "Neutral Button Active Text Color"]
4018
4018
  // [Description "The active (down) state text color of neutral buttons."]
4019
4019
  // [TranslationKey "sapButton_NeutActTxtClr"]
4020
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
4020
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
4021
4021
  // [Protected "true"]
4022
4022
  // [Category "Button", "Neutral"]
4023
4023
  // [Type "color"]
@@ -4200,7 +4200,7 @@
4200
4200
  // [Label "Negative Switch Button Track Background Color"]
4201
4201
  // [Description "The background color for the track of negative button controls such as the switch."]
4202
4202
  // [TranslationKey "sapButton_TrackNegBg"]
4203
- // [Tags "Base", "Button", "Color", "Protected"]
4203
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4204
4204
  // [Protected "true"]
4205
4205
  // [Category "Button", "Switch"]
4206
4206
  // [Type "color"]
@@ -4209,7 +4209,7 @@
4209
4209
  // [Label "Negative Switch Button Track Border Color"]
4210
4210
  // [Description "The border color for the track of negative button controls such as the switch."]
4211
4211
  // [TranslationKey "sapButton_TrackNegBrd"]
4212
- // [Tags "Base", "Button", "Color", "Protected"]
4212
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4213
4213
  // [Protected "true"]
4214
4214
  // [Category "Button", "Switch"]
4215
4215
  // [Type "color"]
@@ -4218,7 +4218,7 @@
4218
4218
  // [Label "Negative Switch Button Track Text Color"]
4219
4219
  // [Description "The text and icon color for the track of negative button controls such as the switch."]
4220
4220
  // [TranslationKey "sapButton_TrackNegTxtClr"]
4221
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
4221
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
4222
4222
  // [Protected "true"]
4223
4223
  // [Category "Button", "Switch"]
4224
4224
  // [Type "color"]
@@ -4227,7 +4227,7 @@
4227
4227
  // [Label "Negative Switch Button Track Hover Background Color"]
4228
4228
  // [Description "The background color for the hovered track of negative button controls such as the switch."]
4229
4229
  // [TranslationKey "sapButton_TrackNegHvBg"]
4230
- // [Tags "Base", "Button", "Color", "Protected"]
4230
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4231
4231
  // [Protected "true"]
4232
4232
  // [Category "Button", "Switch"]
4233
4233
  // [Type "color"]
@@ -4236,7 +4236,7 @@
4236
4236
  // [Label "Negative Switch Button Track Hover Border Color"]
4237
4237
  // [Description "The border color for the hovered track of negative button controls such as the switch."]
4238
4238
  // [TranslationKey "sapButton_TrackNegHvBrd"]
4239
- // [Tags "Base", "Button", "Color", "Protected"]
4239
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4240
4240
  // [Protected "true"]
4241
4241
  // [Category "Button", "Switch"]
4242
4242
  // [Type "color"]
@@ -4245,7 +4245,7 @@
4245
4245
  // [Label "Negative Switch Button Handle Background Color"]
4246
4246
  // [Description "The background color for the handle of negative button controls such as the switch."]
4247
4247
  // [TranslationKey "sapButton_HandleNegBg"]
4248
- // [Tags "Base", "Button", "Color", "Protected"]
4248
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4249
4249
  // [Protected "true"]
4250
4250
  // [Category "Button", "Switch"]
4251
4251
  // [Type "color"]
@@ -4254,7 +4254,7 @@
4254
4254
  // [Label "Negative Switch Button Handle Border Color"]
4255
4255
  // [Description "The border color for the handle of negative button controls such as the switch."]
4256
4256
  // [TranslationKey "sapButton_HandleNegBrd"]
4257
- // [Tags "Base", "Button", "Color", "Protected"]
4257
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4258
4258
  // [Protected "true"]
4259
4259
  // [Category "Button", "Switch"]
4260
4260
  // [Type "color"]
@@ -4263,7 +4263,7 @@
4263
4263
  // [Label "Negative Switch Button Handle Text Color"]
4264
4264
  // [Description "The text and icon color for the handle of negative button controls such as the switch."]
4265
4265
  // [TranslationKey "sapButton_HandleNegTxtClr"]
4266
- // [Tags "Base", "Button", "Color", "Protected"]
4266
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4267
4267
  // [Protected "true"]
4268
4268
  // [Category "Button", "Switch"]
4269
4269
  // [Type "color"]
@@ -4272,7 +4272,7 @@
4272
4272
  // [Label "Negative Switch Button Handle Hover Background Color"]
4273
4273
  // [Description "The background color for the hovered handle of negative button controls such as the switch."]
4274
4274
  // [TranslationKey "sapButton_HandleNegHvBg"]
4275
- // [Tags "Base", "Button", "Color", "Protected"]
4275
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4276
4276
  // [Protected "true"]
4277
4277
  // [Category "Button", "Switch"]
4278
4278
  // [Type "color"]
@@ -4281,7 +4281,7 @@
4281
4281
  // [Label "Negative Switch Button Handle Hover Border Color"]
4282
4282
  // [Description "The border color for the hovered handle of negative button controls such as the switch."]
4283
4283
  // [TranslationKey "sapButton_HandleNegHvBrd"]
4284
- // [Tags "Base", "Button", "Color", "Protected"]
4284
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4285
4285
  // [Protected "true"]
4286
4286
  // [Category "Button", "Switch"]
4287
4287
  // [Type "color"]
@@ -4290,7 +4290,7 @@
4290
4290
  // [Label "Positive Switch Button Track Background Color"]
4291
4291
  // [Description "The background color for the track of positive button controls such as the switch."]
4292
4292
  // [TranslationKey "sapButton_TrackPosBg"]
4293
- // [Tags "Base", "Button", "Color", "Protected"]
4293
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4294
4294
  // [Protected "true"]
4295
4295
  // [Category "Button", "Switch"]
4296
4296
  // [Type "color"]
@@ -4299,7 +4299,7 @@
4299
4299
  // [Label "Positive Switch Button Track Border Color"]
4300
4300
  // [Description "The border color for the track of positive button controls such as the switch."]
4301
4301
  // [TranslationKey "sapButton_TrackPosBrd"]
4302
- // [Tags "Base", "Button", "Color", "Protected"]
4302
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4303
4303
  // [Protected "true"]
4304
4304
  // [Category "Button", "Switch"]
4305
4305
  // [Type "color"]
@@ -4308,7 +4308,7 @@
4308
4308
  // [Label "Positive Switch Button Track Text Color"]
4309
4309
  // [Description "The text and icon color for the track of positive button controls such as the switch."]
4310
4310
  // [TranslationKey "sapButton_TrackPosTxtClr"]
4311
- // [Tags "Base", "Button", "Color", "Font", "Protected"]
4311
+ // [Tags "Base", "Button", "Semantic", "Color", "Font", "Protected"]
4312
4312
  // [Protected "true"]
4313
4313
  // [Category "Button", "Switch"]
4314
4314
  // [Type "color"]
@@ -4317,7 +4317,7 @@
4317
4317
  // [Label "Positive Switch Button Track Hover Background Color"]
4318
4318
  // [Description "The background color for the hovered track of positive button controls such as the switch."]
4319
4319
  // [TranslationKey "sapButton_TrackPosHvBg"]
4320
- // [Tags "Base", "Button", "Color", "Protected"]
4320
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4321
4321
  // [Protected "true"]
4322
4322
  // [Category "Button", "Switch"]
4323
4323
  // [Type "color"]
@@ -4326,7 +4326,7 @@
4326
4326
  // [Label "Positive Switch Button Track Hover Border Color"]
4327
4327
  // [Description "The border color for the hovered track of positive button controls such as the switch."]
4328
4328
  // [TranslationKey "sapButton_TrackPosHvBrd"]
4329
- // [Tags "Base", "Button", "Color", "Protected"]
4329
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4330
4330
  // [Protected "true"]
4331
4331
  // [Category "Button", "Switch"]
4332
4332
  // [Type "color"]
@@ -4335,7 +4335,7 @@
4335
4335
  // [Label "Positive Switch Button Handle Background Color"]
4336
4336
  // [Description "The background color for the handle of positive button controls such as the switch."]
4337
4337
  // [TranslationKey "sapButton_HandlePosBg"]
4338
- // [Tags "Base", "Button", "Color", "Protected"]
4338
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4339
4339
  // [Protected "true"]
4340
4340
  // [Category "Button", "Switch"]
4341
4341
  // [Type "color"]
@@ -4344,7 +4344,7 @@
4344
4344
  // [Label "Positive Switch Button Handle Border Color"]
4345
4345
  // [Description "The border color for the handle of positive button controls such as the switch."]
4346
4346
  // [TranslationKey "sapButton_HandlePosBrd"]
4347
- // [Tags "Base", "Button", "Color", "Protected"]
4347
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4348
4348
  // [Protected "true"]
4349
4349
  // [Category "Button", "Switch"]
4350
4350
  // [Type "color"]
@@ -4353,7 +4353,7 @@
4353
4353
  // [Label "Positive Switch Button Handle Text Color"]
4354
4354
  // [Description "The text and icon color for the handle of positive button controls such as the switch."]
4355
4355
  // [TranslationKey "sapButton_HandlePosTxtClr"]
4356
- // [Tags "Base", "Button", "Color", "Protected"]
4356
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4357
4357
  // [Protected "true"]
4358
4358
  // [Category "Button", "Switch"]
4359
4359
  // [Type "color"]
@@ -4362,7 +4362,7 @@
4362
4362
  // [Label "Positive Switch Button Handle Hover Background Color"]
4363
4363
  // [Description "The background color for the hovered handle of positive button controls such as the switch."]
4364
4364
  // [TranslationKey "sapButton_HandlePosHvBg"]
4365
- // [Tags "Base", "Button", "Color", "Protected"]
4365
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4366
4366
  // [Protected "true"]
4367
4367
  // [Category "Button", "Switch"]
4368
4368
  // [Type "color"]
@@ -4371,7 +4371,7 @@
4371
4371
  // [Label "Positive Switch Button Handle Hover Border Color"]
4372
4372
  // [Description "The border color for the hovered handle of positive button controls such as the switch."]
4373
4373
  // [TranslationKey "sapButton_HandlePosHvBrd"]
4374
- // [Tags "Base", "Button", "Color", "Protected"]
4374
+ // [Tags "Base", "Button", "Semantic", "Color", "Protected"]
4375
4375
  // [Protected "true"]
4376
4376
  // [Category "Button", "Switch"]
4377
4377
  // [Type "color"]
@@ -4547,7 +4547,7 @@
4547
4547
 
4548
4548
  // [Label "Invalid Field Hover Shadow"]
4549
4549
  // [Description "The shadow of an input field with invalid value on hover."]
4550
- // [Tags "Base", "Field", "Protected"]
4550
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4551
4551
  // [Protected "true"]
4552
4552
  // [Category "Input", "Invalid"]
4553
4553
  // [Type "boxShadow"]
@@ -4555,7 +4555,7 @@
4555
4555
 
4556
4556
  // [Label "Warning Field Hover Shadow"]
4557
4557
  // [Description "The shadow of an input field indicating a warning on hover."]
4558
- // [Tags "Base", "Field", "Protected"]
4558
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4559
4559
  // [Protected "true"]
4560
4560
  // [Category "Input", "Warning"]
4561
4561
  // [Type "boxShadow"]
@@ -4563,7 +4563,7 @@
4563
4563
 
4564
4564
  // [Label "Success Field Hover Shadow"]
4565
4565
  // [Description "The shadow of an input field indicating a successful user action on hover."]
4566
- // [Tags "Base", "Field", "Protected"]
4566
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4567
4567
  // [Protected "true"]
4568
4568
  // [Category "Input", "Success"]
4569
4569
  // [Type "boxShadow"]
@@ -4571,7 +4571,7 @@
4571
4571
 
4572
4572
  // [Label "Information Field Hover Shadow"]
4573
4573
  // [Description "The shadow of an input field indicating an information status on hover."]
4574
- // [Tags "Base", "Field", "Protected"]
4574
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4575
4575
  // [TranslationKey "sapField_Hv_InformationShadow"]
4576
4576
  // [Protected "true"]
4577
4577
  // [Category "Input", "Information"]
@@ -4662,7 +4662,7 @@
4662
4662
 
4663
4663
  // [Label "Invalid Field Color"]
4664
4664
  // [Description "The base color of input fields with an invalid value."]
4665
- // [Tags "Base", "Field", "Color", "Protected"]
4665
+ // [Tags "Base", "Field", "Semantic", "Color", "Protected"]
4666
4666
  // [Protected "true"]
4667
4667
  // [Category "Input", "Invalid"]
4668
4668
  // [Type "color"]
@@ -4670,7 +4670,7 @@
4670
4670
 
4671
4671
  // [Label "Invalid Field Background Color"]
4672
4672
  // [Description "The background color of input fields with an invalid value."]
4673
- // [Tags "Base", "Field", "Color", "Protected"]
4673
+ // [Tags "Base", "Field", "Semantic", "Color", "Protected"]
4674
4674
  // [Protected "true"]
4675
4675
  // [Category "Input", "Invalid"]
4676
4676
  // [Type "color"]
@@ -4679,7 +4679,7 @@
4679
4679
  // [Label "Invalid Field Background Image"]
4680
4680
  // [Description "The background style of an input field with an invalid value."]
4681
4681
  // [TranslationKey "sapField_InvBgImg"]
4682
- // [Tags "Base", "Field", "Protected"]
4682
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4683
4683
  // [Protected "true"]
4684
4684
  // [Category "Input", "Invalid"]
4685
4685
  // [Type "asset"]
@@ -4687,7 +4687,7 @@
4687
4687
 
4688
4688
  // [Label "Invalid Field Border Thickness"]
4689
4689
  // [Description "The thickness of borders of an input field with invalid value."]
4690
- // [Tags "Base", "Field", "Dimension", "Protected"]
4690
+ // [Tags "Base", "Field", "Dimension", "Semantic", "Protected"]
4691
4691
  // [Protected "true"]
4692
4692
  // [Category "Input", "Invalid"]
4693
4693
  // [Type "borderWidth"]
@@ -4695,7 +4695,7 @@
4695
4695
 
4696
4696
  // [Label "Invalid Field Border Style"]
4697
4697
  // [Description "The style of borders of an input field with invalid value."]
4698
- // [Tags "Base", "Field", "Protected"]
4698
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4699
4699
  // [Protected "true"]
4700
4700
  // [Category "Input", "Invalid"]
4701
4701
  // [Type "borderStyle"]
@@ -4703,7 +4703,7 @@
4703
4703
 
4704
4704
  // [Label "Invalid Field Shadow"]
4705
4705
  // [Description "The shadow of an input field with invalid value."]
4706
- // [Tags "Base", "Field", "Protected"]
4706
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4707
4707
  // [Protected "true"]
4708
4708
  // [Category "Input", "Invalid"]
4709
4709
  // [Type "boxShadow"]
@@ -4711,7 +4711,7 @@
4711
4711
 
4712
4712
  // [Label "Warning Field Color"]
4713
4713
  // [Description "The base color of an input field indicating a warning."]
4714
- // [Tags "Base", "Field", "Color", "Protected"]
4714
+ // [Tags "Base", "Field", "Semantic", "Color", "Protected"]
4715
4715
  // [Protected "true"]
4716
4716
  // [Category "Input", "Warning"]
4717
4717
  // [Type "color"]
@@ -4719,7 +4719,7 @@
4719
4719
 
4720
4720
  // [Label "Warning Field Background Color"]
4721
4721
  // [Description "The background color of an input field indicating a warning."]
4722
- // [Tags "Base", "Field", "Color", "Protected"]
4722
+ // [Tags "Base", "Field", "Semantic", "Color", "Protected"]
4723
4723
  // [Protected "true"]
4724
4724
  // [Category "Input", "Warning"]
4725
4725
  // [Type "color"]
@@ -4728,7 +4728,7 @@
4728
4728
  // [Label "Warning Field Background Image"]
4729
4729
  // [Description "The background style of an input field indicating a warning."]
4730
4730
  // [TranslationKey "sapField_WarnBgImg"]
4731
- // [Tags "Base", "Field", "Protected"]
4731
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4732
4732
  // [Protected "true"]
4733
4733
  // [Category "Input", "Warning"]
4734
4734
  // [Type "asset"]
@@ -4736,7 +4736,7 @@
4736
4736
 
4737
4737
  // [Label "Warning Field Border Thickness"]
4738
4738
  // [Description "The thickness of borders of an input field indicating a warning."]
4739
- // [Tags "Base", "Field", "Dimension", "Protected"]
4739
+ // [Tags "Base", "Field", "Dimension", "Semantic", "Protected"]
4740
4740
  // [Protected "true"]
4741
4741
  // [Category "Input", "Warning"]
4742
4742
  // [Type "borderWidth"]
@@ -4744,7 +4744,7 @@
4744
4744
 
4745
4745
  // [Label "Warning Field Border Style"]
4746
4746
  // [Description "The style of borders of an input field indicating a warning."]
4747
- // [Tags "Base", "Field", "Protected"]
4747
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4748
4748
  // [Protected "true"]
4749
4749
  // [Category "Input", "Warning"]
4750
4750
  // [Type "borderStyle"]
@@ -4752,7 +4752,7 @@
4752
4752
 
4753
4753
  // [Label "Warning Field Shadow"]
4754
4754
  // [Description "The shadow of an input field indicating a warning."]
4755
- // [Tags "Base", "Field", "Protected"]
4755
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4756
4756
  // [Protected "true"]
4757
4757
  // [Category "Input", "Warning"]
4758
4758
  // [Type "boxShadow"]
@@ -4760,7 +4760,7 @@
4760
4760
 
4761
4761
  // [Label "Success Field Color"]
4762
4762
  // [Description "The base color an input field indicating a successful user action."]
4763
- // [Tags "Base", "Field", "Color", "Protected"]
4763
+ // [Tags "Base", "Field", "Semantic", "Color", "Protected"]
4764
4764
  // [Protected "true"]
4765
4765
  // [Category "Input", "Success"]
4766
4766
  // [Type "color"]
@@ -4768,7 +4768,7 @@
4768
4768
 
4769
4769
  // [Label "Success Field Background Color"]
4770
4770
  // [Description "The background color of an input field indicating a successful user action."]
4771
- // [Tags "Base", "Field", "Color", "Protected"]
4771
+ // [Tags "Base", "Field", "Semantic", "Color", "Protected"]
4772
4772
  // [Protected "true"]
4773
4773
  // [Category "Input", "Success"]
4774
4774
  // [Type "color"]
@@ -4777,7 +4777,7 @@
4777
4777
  // [Label "Success Field Background Image"]
4778
4778
  // [Description "The background style of an input field indicating a successful user action."]
4779
4779
  // [TranslationKey "sapField_SucBgImg"]
4780
- // [Tags "Base", "Field", "Protected"]
4780
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4781
4781
  // [Protected "true"]
4782
4782
  // [Category "Input", "Success"]
4783
4783
  // [Type "asset"]
@@ -4785,7 +4785,7 @@
4785
4785
 
4786
4786
  // [Label "Success Field Border Thickness"]
4787
4787
  // [Description "The thickness of borders of an input field indicating a successful user action."]
4788
- // [Tags "Base", "Field", "Dimension", "Protected"]
4788
+ // [Tags "Base", "Field", "Dimension", "Semantic", "Protected"]
4789
4789
  // [Protected "true"]
4790
4790
  // [Category "Input", "Success"]
4791
4791
  // [Type "borderWidth"]
@@ -4793,7 +4793,7 @@
4793
4793
 
4794
4794
  // [Label "Success Field Border Style"]
4795
4795
  // [Description "The style of borders of an input field indicating a successful user action."]
4796
- // [Tags "Base", "Field", "Protected"]
4796
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4797
4797
  // [Protected "true"]
4798
4798
  // [Category "Input", "Success"]
4799
4799
  // [Type "borderStyle"]
@@ -4801,7 +4801,7 @@
4801
4801
 
4802
4802
  // [Label "Success Field Shadow"]
4803
4803
  // [Description "The shadow of an input field indicating a successful user action."]
4804
- // [Tags "Base", "Field", "Protected"]
4804
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4805
4805
  // [Protected "true"]
4806
4806
  // [Category "Input", "Success"]
4807
4807
  // [Type "boxShadow"]
@@ -4809,7 +4809,7 @@
4809
4809
 
4810
4810
  // [Label "Information Field Color"]
4811
4811
  // [Description "The base color an input field indicating an information status."]
4812
- // [Tags "Base", "Field", "Color", "Protected"]
4812
+ // [Tags "Base", "Field", "Semantic", "Color", "Protected"]
4813
4813
  // [Protected "true"]
4814
4814
  // [Category "Input", "Information"]
4815
4815
  // [Type "color"]
@@ -4817,7 +4817,7 @@
4817
4817
 
4818
4818
  // [Label "Information Field Background Color"]
4819
4819
  // [Description "The background color of an input field indicating an information status."]
4820
- // [Tags "Base", "Field", "Color", "Protected"]
4820
+ // [Tags "Base", "Field", "Semantic", "Color", "Protected"]
4821
4821
  // [Protected "true"]
4822
4822
  // [Category "Input", "Information"]
4823
4823
  // [Type "color"]
@@ -4826,7 +4826,7 @@
4826
4826
  // [Label "Information Field Background Image"]
4827
4827
  // [Description "The background style of an input field indicating an information status."]
4828
4828
  // [TranslationKey "sapField_InfBgImg"]
4829
- // [Tags "Base", "Field", "Protected"]
4829
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4830
4830
  // [Protected "true"]
4831
4831
  // [Category "Input", "Information"]
4832
4832
  // [Type "asset"]
@@ -4835,7 +4835,7 @@
4835
4835
  // [Label "Information Field Border Thickness"]
4836
4836
  // [Description "The thickness of borders of an input field indicating an information status."]
4837
4837
  // [TranslationKey "sapField_InfBrdWdth"]
4838
- // [Tags "Base", "Field", "Dimension", "Protected"]
4838
+ // [Tags "Base", "Field", "Dimension", "Semantic", "Protected"]
4839
4839
  // [Protected "true"]
4840
4840
  // [Category "Input", "Information"]
4841
4841
  // [Type "borderWidth"]
@@ -4844,7 +4844,7 @@
4844
4844
  // [Label "Information Field Border Style"]
4845
4845
  // [Description "The style of borders of an input field indicating an information status."]
4846
4846
  // [TranslationKey "sapField_InfBrdSty"]
4847
- // [Tags "Base", "Field", "Protected"]
4847
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4848
4848
  // [Protected "true"]
4849
4849
  // [Category "Input", "Information"]
4850
4850
  // [Type "borderStyle"]
@@ -4852,7 +4852,7 @@
4852
4852
 
4853
4853
  // [Label "Information Field Shadow"]
4854
4854
  // [Description "The shadow of an input field indicating an information status."]
4855
- // [Tags "Base", "Field", "Protected"]
4855
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4856
4856
  // [Protected "true"]
4857
4857
  // [Category "Input", "Information"]
4858
4858
  // [Type "boxShadow"]
@@ -4868,7 +4868,7 @@
4868
4868
 
4869
4869
  // [Label "Selector Invalid Field Hover Background Color"]
4870
4870
  // [Description "The background color of selector fields (e.g. Checkboxes) with an invalid value on hover."]
4871
- // [Tags "Base", "Field", "Protected"]
4871
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4872
4872
  // [Protected "true"]
4873
4873
  // [Category "Input", "Invalid"]
4874
4874
  // [Type "color"]
@@ -4876,7 +4876,7 @@
4876
4876
 
4877
4877
  // [Label "Selector Warning Field Hover Background Color"]
4878
4878
  // [Description "The background color of selector fields (e.g. Checkboxes) with an warning value on hover."]
4879
- // [Tags "Base", "Field", "Protected"]
4879
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4880
4880
  // [Protected "true"]
4881
4881
  // [Category "Input", "Warning"]
4882
4882
  // [Type "color"]
@@ -4884,7 +4884,7 @@
4884
4884
 
4885
4885
  // [Label "Selector Success Field Hover Background Color"]
4886
4886
  // [Description "The background color of selector fields (e.g. Checkboxes) with an success value on hover."]
4887
- // [Tags "Base", "Field", "Protected"]
4887
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4888
4888
  // [Protected "true"]
4889
4889
  // [Category "Input", "Success"]
4890
4890
  // [Type "color"]
@@ -4892,7 +4892,7 @@
4892
4892
 
4893
4893
  // [Label "Selector Information Field Hover Background Color"]
4894
4894
  // [Description "The background color of selector fields (e.g. Checkboxes) with an information value on hover."]
4895
- // [Tags "Base", "Field", "Protected"]
4895
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4896
4896
  // [Protected "true"]
4897
4897
  // [Category "Input", "Information"]
4898
4898
  // [Type "color"]
@@ -4934,7 +4934,7 @@
4934
4934
  // [Label "Invalid Selector Field Border Style"]
4935
4935
  // [Description "The border style of selector fields (e.g. Checkboxes) with an invalid value."]
4936
4936
  // [TranslationKey "sapField_Selector_InvBrdSty"]
4937
- // [Tags "Base", "Field", "Protected"]
4937
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4938
4938
  // [Protected "true"]
4939
4939
  // [Category "Input", "Invalid"]
4940
4940
  // [Type "borderStyle"]
@@ -4943,7 +4943,7 @@
4943
4943
  // [Label "Warning Selector Field Border Style"]
4944
4944
  // [Description "The border style of selector fields (e.g. Checkboxes) indicating a warning."]
4945
4945
  // [TranslationKey "sapField_Selector_WarnBrdSty"]
4946
- // [Tags "Base", "Field", "Protected"]
4946
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4947
4947
  // [Protected "true"]
4948
4948
  // [Category "Input", "Warning"]
4949
4949
  // [Type "borderStyle"]
@@ -4952,7 +4952,7 @@
4952
4952
  // [Label "Success Selector Field Border Style"]
4953
4953
  // [Description "The border style of selector fields (e.g. Checkboxes) indicating a successful user action."]
4954
4954
  // [TranslationKey "sapField_Selector_SucBrdSty"]
4955
- // [Tags "Base", "Field", "Protected"]
4955
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4956
4956
  // [Protected "true"]
4957
4957
  // [Category "Input", "Success"]
4958
4958
  // [Type "borderStyle"]
@@ -4961,7 +4961,7 @@
4961
4961
  // [Label "Information Selector Field Border Style"]
4962
4962
  // [Description "The border style of selector fields (e.g. Checkboxes) indicating an information status."]
4963
4963
  // [TranslationKey "sapField_Selector_InfBrdSty"]
4964
- // [Tags "Base", "Field", "Protected"]
4964
+ // [Tags "Base", "Field", "Semantic", "Protected"]
4965
4965
  // [Protected "true"]
4966
4966
  // [Category "Input", "Information"]
4967
4967
  // [Type "borderStyle"]
@@ -5276,9 +5276,17 @@
5276
5276
  // [Type "borderWidth"]
5277
5277
  @sapList_TableFixedRowBorderWidth: @sapDefault_Dimension;
5278
5278
 
5279
+ // [Label "Message Border Width"]
5280
+ // [Description "The border width of message controls."]
5281
+ // [Tags "Base", "Message", "Color", "Protected"]
5282
+ // [Protected "true"]
5283
+ // [Category "Message"]
5284
+ // [Type "color"]
5285
+ @sapMessage_BorderWidth: @sapDefault_Dimension;
5286
+
5279
5287
  // [Label "Message Error Border Color"]
5280
5288
  // [Description "The error border color of message controls."]
5281
- // [Tags "Base", "Message", "Color", "Protected"]
5289
+ // [Tags "Base", "Message", "Semantic", "Color", "Protected"]
5282
5290
  // [Protected "true"]
5283
5291
  // [Category "Semantic", "Message"]
5284
5292
  // [Type "color"]
@@ -5286,7 +5294,7 @@
5286
5294
 
5287
5295
  // [Label "Message Warning Border Color"]
5288
5296
  // [Description "The warning border color of message controls."]
5289
- // [Tags "Base", "Message", "Color", "Protected"]
5297
+ // [Tags "Base", "Message", "Semantic", "Color", "Protected"]
5290
5298
  // [Protected "true"]
5291
5299
  // [Category "Semantic", "Message"]
5292
5300
  // [Type "color"]
@@ -5294,7 +5302,7 @@
5294
5302
 
5295
5303
  // [Label "Message Success Border Color"]
5296
5304
  // [Description "The success border color of message controls."]
5297
- // [Tags "Base", "Message", "Color", "Protected"]
5305
+ // [Tags "Base", "Message", "Semantic", "Color", "Protected"]
5298
5306
  // [Protected "true"]
5299
5307
  // [Category "Semantic", "Message"]
5300
5308
  // [Type "color"]
@@ -5303,12 +5311,20 @@
5303
5311
  // [Label "Message Information Border Color"]
5304
5312
  // [Description "The information border color of message controls."]
5305
5313
  // [TranslationKey "sapMessage_InfBrd"]
5306
- // [Tags "Base", "Message", "Color", "Protected"]
5314
+ // [Tags "Base", "Message", "Semantic", "Color", "Protected"]
5307
5315
  // [Protected "true"]
5308
5316
  // [Category "Semantic", "Message"]
5309
5317
  // [Type "color"]
5310
5318
  @sapMessage_InformationBorderColor: @sapDefault_Color;
5311
5319
 
5320
+ // [Label "Message Button Hover Background"]
5321
+ // [Description "The background of hovered buttons in message controls."]
5322
+ // [Tags "Base", "Message", "Color", "Protected"]
5323
+ // [Protected "true"]
5324
+ // [Category "Message"]
5325
+ // [Type "color"]
5326
+ @sapMessage_Button_Hover_Background: @sapDefault_Color;
5327
+
5312
5328
  // [Label "Popover Border Corner Radius"]
5313
5329
  // [Description "The border radius of popovers."]
5314
5330
  // [TranslationKey "sapPopover_BrdRd"]
@@ -5353,7 +5369,7 @@
5353
5369
  // [Label "Negative Progress Background"]
5354
5370
  // [Description "The background color of the empty part of negative progress bars."]
5355
5371
  // [TranslationKey "sapProgress_NegBg"]
5356
- // [Tags "Base", "Progress", "Color", "Protected"]
5372
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5357
5373
  // [Protected "true"]
5358
5374
  // [Category "Progress", "Negative"]
5359
5375
  // [Type "color"]
@@ -5362,7 +5378,7 @@
5362
5378
  // [Label "Negative Progress Border Color"]
5363
5379
  // [Description "The border color of the empty part of negative progress bars."]
5364
5380
  // [TranslationKey "sapProgress_NegBrd"]
5365
- // [Tags "Base", "Progress", "Color", "Protected"]
5381
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5366
5382
  // [Protected "true"]
5367
5383
  // [Category "Progress", "Negative"]
5368
5384
  // [Type "color"]
@@ -5370,7 +5386,7 @@
5370
5386
 
5371
5387
  // [Label "Negative Progress Text Color"]
5372
5388
  // [Description "The text color of the empty part of negative progress bars."]
5373
- // [Tags "Base", "Progress", "Color", "Protected"]
5389
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5374
5390
  // [Protected "true"]
5375
5391
  // [Category "Progress", "Negative"]
5376
5392
  // [Type "color"]
@@ -5379,7 +5395,7 @@
5379
5395
  // [Label "Critical Progress Background"]
5380
5396
  // [Description "The background color of the empty part of critical progress bars."]
5381
5397
  // [TranslationKey "sapProgress_CrtBg"]
5382
- // [Tags "Base", "Progress", "Color", "Protected"]
5398
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5383
5399
  // [Protected "true"]
5384
5400
  // [Category "Progress", "Critical"]
5385
5401
  // [Type "color"]
@@ -5388,7 +5404,7 @@
5388
5404
  // [Label "Critical Progress Border Color"]
5389
5405
  // [Description "The border color of the empty part of critical progress bars."]
5390
5406
  // [TranslationKey "sapProgress_CrtBrd"]
5391
- // [Tags "Base", "Progress", "Color", "Protected"]
5407
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5392
5408
  // [Protected "true"]
5393
5409
  // [Category "Progress", "Critical"]
5394
5410
  // [Type "color"]
@@ -5396,7 +5412,7 @@
5396
5412
 
5397
5413
  // [Label "Critical Progress Text Color"]
5398
5414
  // [Description "The text color of the empty part of critical progress bars."]
5399
- // [Tags "Base", "Progress", "Color", "Protected"]
5415
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5400
5416
  // [Protected "true"]
5401
5417
  // [Category "Progress", "Critical"]
5402
5418
  // [Type "color"]
@@ -5405,7 +5421,7 @@
5405
5421
  // [Label "Positive Progress Background"]
5406
5422
  // [Description "The background color of the empty part of positive progress bars."]
5407
5423
  // [TranslationKey "sapProgress_PosBg"]
5408
- // [Tags "Base", "Progress", "Color", "Protected"]
5424
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5409
5425
  // [Protected "true"]
5410
5426
  // [Category "Progress", "Positive"]
5411
5427
  // [Type "color"]
@@ -5414,7 +5430,7 @@
5414
5430
  // [Label "Positive Progress Border Color"]
5415
5431
  // [Description "The border color of the empty part of positive progress bars."]
5416
5432
  // [TranslationKey "sapProgress_PosBrd"]
5417
- // [Tags "Base", "Progress", "Color", "Protected"]
5433
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5418
5434
  // [Protected "true"]
5419
5435
  // [Category "Progress", "Positive"]
5420
5436
  // [Type "color"]
@@ -5422,7 +5438,7 @@
5422
5438
 
5423
5439
  // [Label "Positive Progress Text Color"]
5424
5440
  // [Description "The text color of the empty part of positive progress bars."]
5425
- // [Tags "Base", "Progress", "Color", "Protected"]
5441
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5426
5442
  // [Protected "true"]
5427
5443
  // [Category "Progress", "Positive"]
5428
5444
  // [Type "color"]
@@ -5431,7 +5447,7 @@
5431
5447
  // [Label "Information Progress Background"]
5432
5448
  // [Description "The background color of the empty part of information progress bars."]
5433
5449
  // [TranslationKey "sapProgress_InfBg"]
5434
- // [Tags "Base", "Progress", "Color", "Protected"]
5450
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5435
5451
  // [Protected "true"]
5436
5452
  // [Category "Progress", "Information"]
5437
5453
  // [Type "color"]
@@ -5440,7 +5456,7 @@
5440
5456
  // [Label "Information Progress Border Color"]
5441
5457
  // [Description "The border color of the empty part of information progress bars."]
5442
5458
  // [TranslationKey "sapProgress_InfBrd"]
5443
- // [Tags "Base", "Progress", "Color", "Protected"]
5459
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5444
5460
  // [Protected "true"]
5445
5461
  // [Category "Progress", "Information"]
5446
5462
  // [Type "color"]
@@ -5449,7 +5465,7 @@
5449
5465
  // [Label "Information Progress Text Color"]
5450
5466
  // [Description "The text color of the empty part of information progress bars."]
5451
5467
  // [TranslationKey "sapProgress_InfTxtClr"]
5452
- // [Tags "Base", "Progress", "Color", "Protected"]
5468
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5453
5469
  // [Protected "true"]
5454
5470
  // [Category "Progress", "Information"]
5455
5471
  // [Type "color"]
@@ -5484,7 +5500,7 @@
5484
5500
  // [Label "Negative Progress Value Background"]
5485
5501
  // [Description "The background color of the filled part of negative progress bars."]
5486
5502
  // [TranslationKey "sapProgress_Value_NegBg"]
5487
- // [Tags "Base", "Progress", "Color", "Protected"]
5503
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5488
5504
  // [Protected "true"]
5489
5505
  // [Category "Progress", "Negative"]
5490
5506
  // [Type "color"]
@@ -5493,7 +5509,7 @@
5493
5509
  // [Label "Negative Progress Value Border Color"]
5494
5510
  // [Description "The border color of the filled part of negative progress bars."]
5495
5511
  // [TranslationKey "sapProgress_Value_NegBrd"]
5496
- // [Tags "Base", "Progress", "Color", "Protected"]
5512
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5497
5513
  // [Protected "true"]
5498
5514
  // [Category "Progress", "Negative"]
5499
5515
  // [Type "color"]
@@ -5502,7 +5518,7 @@
5502
5518
  // [Label "Negative Progress Value Text Color"]
5503
5519
  // [Description "The text color of the filled part of negative progress bars."]
5504
5520
  // [TranslationKey "sapProgress_Value_NegTxtClr"]
5505
- // [Tags "Base", "Progress", "Color", "Protected"]
5521
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5506
5522
  // [Protected "true"]
5507
5523
  // [Category "Progress", "Negative"]
5508
5524
  // [Type "color"]
@@ -5511,7 +5527,7 @@
5511
5527
  // [Label "Critical Progress Value Background"]
5512
5528
  // [Description "The background color of the filled part of critical progress bars."]
5513
5529
  // [TranslationKey "sapProgress_Value_CrtBg"]
5514
- // [Tags "Base", "Progress", "Color", "Protected"]
5530
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5515
5531
  // [Protected "true"]
5516
5532
  // [Category "Progress", "Critical"]
5517
5533
  // [Type "color"]
@@ -5520,7 +5536,7 @@
5520
5536
  // [Label "Critical Progress Value Border Color"]
5521
5537
  // [Description "The border color of the filled part of critical progress bars."]
5522
5538
  // [TranslationKey "sapProgress_Value_CrtBrd"]
5523
- // [Tags "Base", "Progress", "Color", "Protected"]
5539
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5524
5540
  // [Protected "true"]
5525
5541
  // [Category "Progress", "Critical"]
5526
5542
  // [Type "color"]
@@ -5529,7 +5545,7 @@
5529
5545
  // [Label "Critical Progress Value Text Color"]
5530
5546
  // [Description "The text color of the filled part of critical progress bars."]
5531
5547
  // [TranslationKey "sapProgress_Value_CrtTxtClr"]
5532
- // [Tags "Base", "Progress", "Color", "Protected"]
5548
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5533
5549
  // [Protected "true"]
5534
5550
  // [Category "Progress", "Critical"]
5535
5551
  // [Type "color"]
@@ -5538,7 +5554,7 @@
5538
5554
  // [Label "Positive Progress Value Background"]
5539
5555
  // [Description "The background color of the filled part of positive progress bars."]
5540
5556
  // [TranslationKey "sapProgress_Value_PosBg"]
5541
- // [Tags "Base", "Progress", "Color", "Protected"]
5557
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5542
5558
  // [Protected "true"]
5543
5559
  // [Category "Progress", "Positive"]
5544
5560
  // [Type "color"]
@@ -5547,7 +5563,7 @@
5547
5563
  // [Label "Positive Progress Value Border Color"]
5548
5564
  // [Description "The border color of the filled part of positive progress bars."]
5549
5565
  // [TranslationKey "sapProgress_Value_PosBrd"]
5550
- // [Tags "Base", "Progress", "Color", "Protected"]
5566
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5551
5567
  // [Protected "true"]
5552
5568
  // [Category "Progress", "Positive"]
5553
5569
  // [Type "color"]
@@ -5556,7 +5572,7 @@
5556
5572
  // [Label "Positive Progress Value Text Color"]
5557
5573
  // [Description "The text color of the filled part of positive progress bars."]
5558
5574
  // [TranslationKey "sapProgress_Value_PosTxtClr"]
5559
- // [Tags "Base", "Progress", "Color", "Protected"]
5575
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5560
5576
  // [Protected "true"]
5561
5577
  // [Category "Progress", "Positive"]
5562
5578
  // [Type "color"]
@@ -5565,7 +5581,7 @@
5565
5581
  // [Label "Information Progress Value Background"]
5566
5582
  // [Description "The background color of the filled part of information progress bars."]
5567
5583
  // [TranslationKey "sapProgress_Value_InfBg"]
5568
- // [Tags "Base", "Progress", "Color", "Protected"]
5584
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5569
5585
  // [Protected "true"]
5570
5586
  // [Category "Progress", "Information"]
5571
5587
  // [Type "color"]
@@ -5574,7 +5590,7 @@
5574
5590
  // [Label "Information Progress Value Border Color"]
5575
5591
  // [Description "The border color of the filled part of information progress bars."]
5576
5592
  // [TranslationKey "sapProgress_Value_InfBrd"]
5577
- // [Tags "Base", "Progress", "Color", "Protected"]
5593
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5578
5594
  // [Protected "true"]
5579
5595
  // [Category "Progress", "Information"]
5580
5596
  // [Type "color"]
@@ -5583,7 +5599,7 @@
5583
5599
  // [Label "Information Progress Value Text Color"]
5584
5600
  // [Description "The text color of the filled part of information progress bars."]
5585
5601
  // [TranslationKey "sapProgress_Value_InfTxtClr"]
5586
- // [Tags "Base", "Progress", "Color", "Protected"]
5602
+ // [Tags "Base", "Progress", "Semantic", "Color", "Protected"]
5587
5603
  // [Protected "true"]
5588
5604
  // [Category "Progress", "Information"]
5589
5605
  // [Type "color"]
@@ -5669,6 +5685,14 @@
5669
5685
  // [Type "color"]
5670
5686
  @sapSlider_Selected_BorderColor: @sapDefault_Color;
5671
5687
 
5688
+ // [Label "Slider Selected Dimension"]
5689
+ // [Description "The dimension of the selected part of the slider; usually the width, for vertical sliders the height."]
5690
+ // [Tags "Base", "Slider", "Dimension", "Protected"]
5691
+ // [Protected "true"]
5692
+ // [Category "Slider"]
5693
+ // [Type "dimension"]
5694
+ @sapSlider_Selected_Dimension: @sapDefault_Dimension;
5695
+
5672
5696
  // [Label "Slider Handle Background"]
5673
5697
  // [Description "The background color of the slider handle."]
5674
5698
  // [Tags "Base", "Slider", "Color", "Protected"]
@@ -5922,6 +5946,214 @@
5922
5946
  // [Type "opacity"]
5923
5947
  @sapBlockLayer_Opacity: @sapDefault_Dimension;
5924
5948
 
5949
+ // [Label "Tab Text Color"]
5950
+ // [Description "The text color of tabs."]
5951
+ // [Tags "Base", "Tab", "Color", "Protected"]
5952
+ // [Protected "true"]
5953
+ // [Category "Tab"]
5954
+ // [Type "color"]
5955
+ @sapTab_TextColor: @sapDefault_Color;
5956
+
5957
+ // [Label "Tab Foreground Color"]
5958
+ // [Description "The color of foreground elements of tabs, e.g. buttons or selection bars."]
5959
+ // [Tags "Base", "Tab", "Color", "Protected"]
5960
+ // [Protected "true"]
5961
+ // [Category "Tab"]
5962
+ // [Type "color"]
5963
+ @sapTab_ForegroundColor: @sapDefault_Color;
5964
+
5965
+ // [Label "Tab Icon Color"]
5966
+ // [Description "The icon color of tabs."]
5967
+ // [Tags "Base", "Tab", "Color", "Protected"]
5968
+ // [Protected "true"]
5969
+ // [Category "Tab"]
5970
+ // [Type "color"]
5971
+ @sapTab_IconColor: @sapDefault_Color;
5972
+
5973
+ // [Label "Tab Background Color"]
5974
+ // [Description "The background color of tabs."]
5975
+ // [Tags "Base", "Tab", "Color", "Protected"]
5976
+ // [Protected "true"]
5977
+ // [Category "Tab"]
5978
+ // [Type "color"]
5979
+ @sapTab_Background: @sapDefault_Color;
5980
+
5981
+ // [Label "Tab Selected Text Color"]
5982
+ // [Description "The text color of selected tabs."]
5983
+ // [Tags "Base", "Tab", "Color", "Protected"]
5984
+ // [Protected "true"]
5985
+ // [Category "Tab"]
5986
+ // [Type "color"]
5987
+ @sapTab_Selected_TextColor: @sapDefault_Color;
5988
+
5989
+ // [Label "Tab Selected Icon Color"]
5990
+ // [Description "The icon color of selected tabs."]
5991
+ // [Tags "Base", "Tab", "Color", "Protected"]
5992
+ // [Protected "true"]
5993
+ // [Category "Tab"]
5994
+ // [Type "color"]
5995
+ @sapTab_Selected_IconColor: @sapDefault_Color;
5996
+
5997
+ // [Label "Tab Selected Background Color"]
5998
+ // [Description "The background color of selected tabs."]
5999
+ // [Tags "Base", "Tab", "Color", "Protected"]
6000
+ // [Protected "true"]
6001
+ // [Category "Tab"]
6002
+ // [Type "color"]
6003
+ @sapTab_Selected_Background: @sapDefault_Color;
6004
+
6005
+ // [Label "Tab Selected Indicator Dimension"]
6006
+ // [Description "The width, or in the case of vertical tabs the height, of indicators, e.g. bars, of selected tabs."]
6007
+ // [Tags "Base", "Tab", "Dimension", "Protected"]
6008
+ // [Protected "true"]
6009
+ // [Category "Tab"]
6010
+ // [Type "dimension"]
6011
+ @sapTab_Selected_Indicator_Dimension: @sapDefault_Dimension;
6012
+
6013
+ // [Label "Tab Positive Text Color"]
6014
+ // [Description "The text color of tabs indicating a positive state."]
6015
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6016
+ // [Protected "true"]
6017
+ // [Category "Tab", "Positive"]
6018
+ // [Type "color"]
6019
+ @sapTab_Positive_TextColor: @sapDefault_Color;
6020
+
6021
+ // [Label "Tab Positive Foreground Color"]
6022
+ // [Description "The color of foreground elements of tabs indicating a positive state, e.g. buttons or selection bars."]
6023
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6024
+ // [Protected "true"]
6025
+ // [Category "Tab", "Positive"]
6026
+ // [Type "color"]
6027
+ @sapTab_Positive_ForegroundColor: @sapDefault_Color;
6028
+
6029
+ // [Label "Tab Positive Icon Color"]
6030
+ // [Description "The icon color of tabs indicating a positive state."]
6031
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6032
+ // [Protected "true"]
6033
+ // [Category "Tab", "Positive"]
6034
+ // [Type "color"]
6035
+ @sapTab_Positive_IconColor: @sapDefault_Color;
6036
+
6037
+ // [Label "Tab Positive Selected Text Color"]
6038
+ // [Description "The text color of selected tabs indicating a positive state."]
6039
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6040
+ // [Protected "true"]
6041
+ // [Category "Tab", "Positive"]
6042
+ // [Type "color"]
6043
+ @sapTab_Positive_Selected_TextColor: @sapDefault_Color;
6044
+
6045
+ // [Label "Tab Positive Selected Icon Color"]
6046
+ // [Description "The icon color of selected tabs indicating a positive state."]
6047
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6048
+ // [Protected "true"]
6049
+ // [Category "Tab", "Positive"]
6050
+ // [Type "color"]
6051
+ @sapTab_Positive_Selected_IconColor: @sapDefault_Color;
6052
+
6053
+ // [Label "Tab Positive Selected Background Color"]
6054
+ // [Description "The background color of selected tabs indicating a positive state."]
6055
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6056
+ // [Protected "true"]
6057
+ // [Category "Tab", "Positive"]
6058
+ // [Type "color"]
6059
+ @sapTab_Positive_Selected_Background: @sapDefault_Color;
6060
+
6061
+ // [Label "Tab Negative Text Color"]
6062
+ // [Description "The text color of tabs indicating a negative state."]
6063
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6064
+ // [Protected "true"]
6065
+ // [Category "Tab", "Negative"]
6066
+ // [Type "color"]
6067
+ @sapTab_Negative_TextColor: @sapDefault_Color;
6068
+
6069
+ // [Label "Tab Negative Foreground Color"]
6070
+ // [Description "The color of foreground elements of tabs indicating a negative state, e.g. buttons or selection bars."]
6071
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6072
+ // [Protected "true"]
6073
+ // [Category "Tab", "Negative"]
6074
+ // [Type "color"]
6075
+ @sapTab_Negative_ForegroundColor: @sapDefault_Color;
6076
+
6077
+ // [Label "Tab Negative Icon Color"]
6078
+ // [Description "The icon color of tabs indicating a negative state."]
6079
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6080
+ // [Protected "true"]
6081
+ // [Category "Tab", "Negative"]
6082
+ // [Type "color"]
6083
+ @sapTab_Negative_IconColor: @sapDefault_Color;
6084
+
6085
+ // [Label "Tab Negative Selected Text Color"]
6086
+ // [Description "The text color of selected tabs indicating a negative state."]
6087
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6088
+ // [Protected "true"]
6089
+ // [Category "Tab", "Negative"]
6090
+ // [Type "color"]
6091
+ @sapTab_Negative_Selected_TextColor: @sapDefault_Color;
6092
+
6093
+ // [Label "Tab Negative Selected Icon Color"]
6094
+ // [Description "The icon color of selected tabs indicating a negative state."]
6095
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6096
+ // [Protected "true"]
6097
+ // [Category "Tab", "Negative"]
6098
+ // [Type "color"]
6099
+ @sapTab_Negative_Selected_IconColor: @sapDefault_Color;
6100
+
6101
+ // [Label "Tab Negative Selected Background Color"]
6102
+ // [Description "The background color of selected tabs indicating a negative state."]
6103
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6104
+ // [Protected "true"]
6105
+ // [Category "Tab", "Negative"]
6106
+ // [Type "color"]
6107
+ @sapTab_Negative_Selected_Background: @sapDefault_Color;
6108
+
6109
+ // [Label "Tab Critical Text Color"]
6110
+ // [Description "The text color of tabs indicating a critical state."]
6111
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6112
+ // [Protected "true"]
6113
+ // [Category "Tab", "Critical"]
6114
+ // [Type "color"]
6115
+ @sapTab_Critical_TextColor: @sapDefault_Color;
6116
+
6117
+ // [Label "Tab Critical Foreground Color"]
6118
+ // [Description "The color of foreground elements of tabs indicating a critical state, e.g. buttons or selection bars."]
6119
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6120
+ // [Protected "true"]
6121
+ // [Category "Tab", "Critical"]
6122
+ // [Type "color"]
6123
+ @sapTab_Critical_ForegroundColor: @sapDefault_Color;
6124
+
6125
+ // [Label "Tab Critical Icon Color"]
6126
+ // [Description "The icon color of tabs indicating a critical state."]
6127
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6128
+ // [Protected "true"]
6129
+ // [Category "Tab", "Critical"]
6130
+ // [Type "color"]
6131
+ @sapTab_Critical_IconColor: @sapDefault_Color;
6132
+
6133
+ // [Label "Tab Critical Selected Text Color"]
6134
+ // [Description "The text color of selected tabs indicating a critical state."]
6135
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6136
+ // [Protected "true"]
6137
+ // [Category "Tab", "Critical"]
6138
+ // [Type "color"]
6139
+ @sapTab_Critical_Selected_TextColor: @sapDefault_Color;
6140
+
6141
+ // [Label "Tab Critical Selected Icon Color"]
6142
+ // [Description "The icon color of selected tabs indicating a critical state."]
6143
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6144
+ // [Protected "true"]
6145
+ // [Category "Tab", "Critical"]
6146
+ // [Type "color"]
6147
+ @sapTab_Critical_Selected_IconColor: @sapDefault_Color;
6148
+
6149
+ // [Label "Tab Critical Selected Background Color"]
6150
+ // [Description "The background color of selected tabs indicating a critical state."]
6151
+ // [Tags "Base", "Tab", "Color", "Semantic", "Protected"]
6152
+ // [Protected "true"]
6153
+ // [Category "Tab", "Critical"]
6154
+ // [Type "color"]
6155
+ @sapTab_Critical_Selected_Background: @sapDefault_Color;
6156
+
5925
6157
  // [Label "Tile Background Color"]
5926
6158
  // [Description "The background color of tiles and cards."]
5927
6159
  // [Tags "Base", "Tile", "Color", "Protected"]
@@ -6300,6 +6532,24 @@
6300
6532
  // [Type "color"]
6301
6533
  @sapIndicationColor_1b: @sapDefault_Color;
6302
6534
 
6535
+ // [Label "Indication Color 1b Text Color"]
6536
+ // [Description "The text color for elements showing a less prominent shade of indication 1."]
6537
+ // [TranslationKey "sapIndication1bTxt"]
6538
+ // [Tags "Base", "Color", "Indication", "Protected"]
6539
+ // [Protected "true"]
6540
+ // [Category "Indication"]
6541
+ // [Type "color"]
6542
+ @sapIndicationColor_1b_TextColor: @sapDefault_Color;
6543
+
6544
+ // [Label "Indication Color 1b Background"]
6545
+ // [Description "The background color for elements showing a less prominent shade of indication 1."]
6546
+ // [TranslationKey "sapIndication1bBg"]
6547
+ // [Tags "Base", "Color", "Indication", "Protected"]
6548
+ // [Protected "true"]
6549
+ // [Category "Indication"]
6550
+ // [Type "color"]
6551
+ @sapIndicationColor_1b_Background: @sapDefault_Color;
6552
+
6303
6553
  // [Label "Indication Color 1b Border Color"]
6304
6554
  // [Description "The border color for elements showing a less prominent shade of indication 1."]
6305
6555
  // [TranslationKey "sapIndication1bBrd"]
@@ -6424,6 +6674,24 @@
6424
6674
  // [Type "color"]
6425
6675
  @sapIndicationColor_2b: @sapDefault_Color;
6426
6676
 
6677
+ // [Label "Indication Color 2b Text Color"]
6678
+ // [Description "The text color for elements showing a less prominent shade of indication 2."]
6679
+ // [TranslationKey "sapIndication2bTxt"]
6680
+ // [Tags "Base", "Color", "Indication", "Protected"]
6681
+ // [Protected "true"]
6682
+ // [Category "Indication"]
6683
+ // [Type "color"]
6684
+ @sapIndicationColor_2b_TextColor: @sapDefault_Color;
6685
+
6686
+ // [Label "Indication Color 2b Background"]
6687
+ // [Description "The background color for elements showing a less prominent shade of indication 2."]
6688
+ // [TranslationKey "sapIndication2bBg"]
6689
+ // [Tags "Base", "Color", "Indication", "Protected"]
6690
+ // [Protected "true"]
6691
+ // [Category "Indication"]
6692
+ // [Type "color"]
6693
+ @sapIndicationColor_2b_Background: @sapDefault_Color;
6694
+
6427
6695
  // [Label "Indication Color 2b Border Color"]
6428
6696
  // [Description "The border color for elements showing a less prominent shade of indication 2."]
6429
6697
  // [TranslationKey "sapIndication2bBrd"]
@@ -6548,9 +6816,27 @@
6548
6816
  // [Type "color"]
6549
6817
  @sapIndicationColor_3b: @sapDefault_Color;
6550
6818
 
6551
- // [Label "Indication Color 3b Border Color"]
6552
- // [Description "The border color for elements showing a less prominent shade of indication 3."]
6553
- // [TranslationKey "sapIndication3bBrd"]
6819
+ // [Label "Indication Color 3b Text Color"]
6820
+ // [Description "The text color for elements showing a less prominent shade of indication 3."]
6821
+ // [TranslationKey "sapIndication3bTxt"]
6822
+ // [Tags "Base", "Color", "Indication", "Protected"]
6823
+ // [Protected "true"]
6824
+ // [Category "Indication"]
6825
+ // [Type "color"]
6826
+ @sapIndicationColor_3b_TextColor: @sapDefault_Color;
6827
+
6828
+ // [Label "Indication Color 3b Background"]
6829
+ // [Description "The background color for elements showing a less prominent shade of indication 3."]
6830
+ // [TranslationKey "sapIndication3bBg"]
6831
+ // [Tags "Base", "Color", "Indication", "Protected"]
6832
+ // [Protected "true"]
6833
+ // [Category "Indication"]
6834
+ // [Type "color"]
6835
+ @sapIndicationColor_3b_Background: @sapDefault_Color;
6836
+
6837
+ // [Label "Indication Color 3b Border Color"]
6838
+ // [Description "The border color for elements showing a less prominent shade of indication 3."]
6839
+ // [TranslationKey "sapIndication3bBrd"]
6554
6840
  // [Tags "Base", "Color", "Indication", "Protected"]
6555
6841
  // [Protected "true"]
6556
6842
  // [Category "Indication"]
@@ -6672,6 +6958,24 @@
6672
6958
  // [Type "color"]
6673
6959
  @sapIndicationColor_4b: @sapDefault_Color;
6674
6960
 
6961
+ // [Label "Indication Color 4b Text Color"]
6962
+ // [Description "The text color for elements showing a less prominent shade of indication 4."]
6963
+ // [TranslationKey "sapIndication4bTxt"]
6964
+ // [Tags "Base", "Color", "Indication", "Protected"]
6965
+ // [Protected "true"]
6966
+ // [Category "Indication"]
6967
+ // [Type "color"]
6968
+ @sapIndicationColor_4b_TextColor: @sapDefault_Color;
6969
+
6970
+ // [Label "Indication Color 4b Background"]
6971
+ // [Description "The background color for elements showing a less prominent shade of indication 4."]
6972
+ // [TranslationKey "sapIndication4bBg"]
6973
+ // [Tags "Base", "Color", "Indication", "Protected"]
6974
+ // [Protected "true"]
6975
+ // [Category "Indication"]
6976
+ // [Type "color"]
6977
+ @sapIndicationColor_4b_Background: @sapDefault_Color;
6978
+
6675
6979
  // [Label "Indication Color 4b Border Color"]
6676
6980
  // [Description "The border color for elements showing a less prominent shade of indication 4."]
6677
6981
  // [TranslationKey "sapIndication4bBrd"]
@@ -6796,6 +7100,24 @@
6796
7100
  // [Type "color"]
6797
7101
  @sapIndicationColor_5b: @sapDefault_Color;
6798
7102
 
7103
+ // [Label "Indication Color 5b Text Color"]
7104
+ // [Description "The text color for elements showing a less prominent shade of indication 5."]
7105
+ // [TranslationKey "sapIndication5bTxt"]
7106
+ // [Tags "Base", "Color", "Indication", "Protected"]
7107
+ // [Protected "true"]
7108
+ // [Category "Indication"]
7109
+ // [Type "color"]
7110
+ @sapIndicationColor_5b_TextColor: @sapDefault_Color;
7111
+
7112
+ // [Label "Indication Color 5b Background"]
7113
+ // [Description "The background color for elements showing a less prominent shade of indication 5."]
7114
+ // [TranslationKey "sapIndication5bBg"]
7115
+ // [Tags "Base", "Color", "Indication", "Protected"]
7116
+ // [Protected "true"]
7117
+ // [Category "Indication"]
7118
+ // [Type "color"]
7119
+ @sapIndicationColor_5b_Background: @sapDefault_Color;
7120
+
6799
7121
  // [Label "Indication Color 5b Border Color"]
6800
7122
  // [Description "The border color for elements showing a less prominent shade of indication 5."]
6801
7123
  // [TranslationKey "sapIndication5bBrd"]
@@ -6920,6 +7242,24 @@
6920
7242
  // [Type "color"]
6921
7243
  @sapIndicationColor_6b: @sapDefault_Color;
6922
7244
 
7245
+ // [Label "Indication Color 6b Text Color"]
7246
+ // [Description "The text color for elements showing a less prominent shade of indication 6."]
7247
+ // [TranslationKey "sapIndication6bTxt"]
7248
+ // [Tags "Base", "Color", "Indication", "Protected"]
7249
+ // [Protected "true"]
7250
+ // [Category "Indication"]
7251
+ // [Type "color"]
7252
+ @sapIndicationColor_6b_TextColor: @sapDefault_Color;
7253
+
7254
+ // [Label "Indication Color 6b Background"]
7255
+ // [Description "The background color for elements showing a less prominent shade of indication 6."]
7256
+ // [TranslationKey "sapIndication6bBg"]
7257
+ // [Tags "Base", "Color", "Indication", "Protected"]
7258
+ // [Protected "true"]
7259
+ // [Category "Indication"]
7260
+ // [Type "color"]
7261
+ @sapIndicationColor_6b_Background: @sapDefault_Color;
7262
+
6923
7263
  // [Label "Indication Color 6b Border Color"]
6924
7264
  // [Description "The border color for elements showing a less prominent shade of indication 6."]
6925
7265
  // [TranslationKey "sapIndication6bBrd"]
@@ -7044,6 +7384,24 @@
7044
7384
  // [Type "color"]
7045
7385
  @sapIndicationColor_7b: @sapDefault_Color;
7046
7386
 
7387
+ // [Label "Indication Color 7b Text Color"]
7388
+ // [Description "The text color for elements showing a less prominent shade of indication 7."]
7389
+ // [TranslationKey "sapIndication7bTxt"]
7390
+ // [Tags "Base", "Color", "Indication", "Protected"]
7391
+ // [Protected "true"]
7392
+ // [Category "Indication"]
7393
+ // [Type "color"]
7394
+ @sapIndicationColor_7b_TextColor: @sapDefault_Color;
7395
+
7396
+ // [Label "Indication Color 7b Background"]
7397
+ // [Description "The background color for elements showing a less prominent shade of indication 7."]
7398
+ // [TranslationKey "sapIndication7bBg"]
7399
+ // [Tags "Base", "Color", "Indication", "Protected"]
7400
+ // [Protected "true"]
7401
+ // [Category "Indication"]
7402
+ // [Type "color"]
7403
+ @sapIndicationColor_7b_Background: @sapDefault_Color;
7404
+
7047
7405
  // [Label "Indication Color 7b Border Color"]
7048
7406
  // [Description "The border color for elements showing a less prominent shade of indication 7."]
7049
7407
  // [TranslationKey "sapIndication7bBrd"]
@@ -7168,6 +7526,24 @@
7168
7526
  // [Type "color"]
7169
7527
  @sapIndicationColor_8b: @sapDefault_Color;
7170
7528
 
7529
+ // [Label "Indication Color 8b Text Color"]
7530
+ // [Description "The text color for elements showing a less prominent shade of indication 8."]
7531
+ // [TranslationKey "sapIndication8bTxt"]
7532
+ // [Tags "Base", "Color", "Indication", "Protected"]
7533
+ // [Protected "true"]
7534
+ // [Category "Indication"]
7535
+ // [Type "color"]
7536
+ @sapIndicationColor_8b_TextColor: @sapDefault_Color;
7537
+
7538
+ // [Label "Indication Color 8b Background"]
7539
+ // [Description "The background color for elements showing a less prominent shade of indication 8."]
7540
+ // [TranslationKey "sapIndication8bBg"]
7541
+ // [Tags "Base", "Color", "Indication", "Protected"]
7542
+ // [Protected "true"]
7543
+ // [Category "Indication"]
7544
+ // [Type "color"]
7545
+ @sapIndicationColor_8b_Background: @sapDefault_Color;
7546
+
7171
7547
  // [Label "Indication Color 8b Border Color"]
7172
7548
  // [Description "The border color for elements showing a less prominent shade of indication 8."]
7173
7549
  // [TranslationKey "sapIndication8bBrd"]
@@ -7292,6 +7668,24 @@
7292
7668
  // [Type "color"]
7293
7669
  @sapIndicationColor_9b: @sapDefault_Color;
7294
7670
 
7671
+ // [Label "Indication Color 9b Text Color"]
7672
+ // [Description "The text color for elements showing a less prominent shade of indication 9."]
7673
+ // [TranslationKey "sapIndication9bTxt"]
7674
+ // [Tags "Base", "Color", "Indication", "Protected"]
7675
+ // [Protected "true"]
7676
+ // [Category "Indication"]
7677
+ // [Type "color"]
7678
+ @sapIndicationColor_9b_TextColor: @sapDefault_Color;
7679
+
7680
+ // [Label "Indication Color 9b Background"]
7681
+ // [Description "The background color for elements showing a less prominent shade of indication 9."]
7682
+ // [TranslationKey "sapIndication9bBg"]
7683
+ // [Tags "Base", "Color", "Indication", "Protected"]
7684
+ // [Protected "true"]
7685
+ // [Category "Indication"]
7686
+ // [Type "color"]
7687
+ @sapIndicationColor_9b_Background: @sapDefault_Color;
7688
+
7295
7689
  // [Label "Indication Color 9b Border Color"]
7296
7690
  // [Description "The border color for elements showing a less prominent shade of indication 9."]
7297
7691
  // [TranslationKey "sapIndication9bBrd"]
@@ -7416,6 +7810,24 @@
7416
7810
  // [Type "color"]
7417
7811
  @sapIndicationColor_10b: @sapDefault_Color;
7418
7812
 
7813
+ // [Label "Indication Color 10b Text Color"]
7814
+ // [Description "The text color for elements showing a less prominent shade of indication 10."]
7815
+ // [TranslationKey "sapIndication10bTxt"]
7816
+ // [Tags "Base", "Color", "Indication", "Protected"]
7817
+ // [Protected "true"]
7818
+ // [Category "Indication"]
7819
+ // [Type "color"]
7820
+ @sapIndicationColor_10b_TextColor: @sapDefault_Color;
7821
+
7822
+ // [Label "Indication Color 10b Background"]
7823
+ // [Description "The background color for elements showing a less prominent shade of indication 10."]
7824
+ // [TranslationKey "sapIndication10bBg"]
7825
+ // [Tags "Base", "Color", "Indication", "Protected"]
7826
+ // [Protected "true"]
7827
+ // [Category "Indication"]
7828
+ // [Type "color"]
7829
+ @sapIndicationColor_10b_Background: @sapDefault_Color;
7830
+
7419
7831
  // [Label "Indication Color 10b Border Color"]
7420
7832
  // [Description "The border color for elements showing a less prominent shade of indication 10."]
7421
7833
  // [TranslationKey "sapIndication10bBrd"]
@@ -7988,7 +8400,7 @@
7988
8400
 
7989
8401
  // [Label "Chart Color 'Bad'"]
7990
8402
  // [Description "This color is to visualize a 'Bad' value."]
7991
- // [Tags "Base", "Chart", "Color", "Protected"]
8403
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
7992
8404
  // [Protected "true"]
7993
8405
  // [Category "Chart", "Semantic"]
7994
8406
  // [Type "color"]
@@ -7996,7 +8408,7 @@
7996
8408
 
7997
8409
  // [Label "Chart Color 'Critical'"]
7998
8410
  // [Description "This color is to visualize a 'Critical' value."]
7999
- // [Tags "Base", "Chart", "Color", "Protected"]
8411
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
8000
8412
  // [Protected "true"]
8001
8413
  // [Category "Chart", "Semantic"]
8002
8414
  // [Type "color"]
@@ -8004,7 +8416,7 @@
8004
8416
 
8005
8417
  // [Label "Chart Color 'Good'"]
8006
8418
  // [Description "This color is to visualize a 'Good' value."]
8007
- // [Tags "Base", "Chart", "Color", "Protected"]
8419
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
8008
8420
  // [Protected "true"]
8009
8421
  // [Category "Chart", "Semantic"]
8010
8422
  // [Type "color"]
@@ -8012,7 +8424,7 @@
8012
8424
 
8013
8425
  // [Label "Chart Color 'Neutral'"]
8014
8426
  // [Description "This color is to visualize a 'Neutral' value."]
8015
- // [Tags "Base", "Chart", "Color", "Protected"]
8427
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
8016
8428
  // [Protected "true"]
8017
8429
  // [Category "Chart", "Semantic"]
8018
8430
  // [Type "color"]
@@ -10708,7 +11120,7 @@
10708
11120
 
10709
11121
  // [Label "Chart Color Sequence 'Bad' Plus 3"]
10710
11122
  // [Description "This color is a 3 levels less intensive chart color of the sequence 'Bad'."]
10711
- // [Tags "Base", "Chart", "Color", "Protected"]
11123
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10712
11124
  // [Protected "true"]
10713
11125
  // [Category "Chart", "Sequence"]
10714
11126
  // [Type "color"]
@@ -10716,7 +11128,7 @@
10716
11128
 
10717
11129
  // [Label "Chart Text Color Sequence 'Bad' Plus 3"]
10718
11130
  // [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Bad'."]
10719
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11131
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10720
11132
  // [Protected "true"]
10721
11133
  // [Category "Chart", "Sequence"]
10722
11134
  // [Type "color"]
@@ -10724,7 +11136,7 @@
10724
11136
 
10725
11137
  // [Label "Chart Text Shadow Sequence 'Bad' Plus 3"]
10726
11138
  // [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 'Bad'."]
10727
- // [Tags "Base", "Chart", "Protected"]
11139
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10728
11140
  // [Protected "true"]
10729
11141
  // [Category "Chart", "Sequence"]
10730
11142
  // [Type "boxShadow"]
@@ -10732,7 +11144,7 @@
10732
11144
 
10733
11145
  // [Label "Chart Color Sequence 'Bad' Plus 2"]
10734
11146
  // [Description "This color is a 2 levels less intensive chart color of the sequence 'Bad'."]
10735
- // [Tags "Base", "Chart", "Color", "Protected"]
11147
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10736
11148
  // [Protected "true"]
10737
11149
  // [Category "Chart", "Sequence"]
10738
11150
  // [Type "color"]
@@ -10740,7 +11152,7 @@
10740
11152
 
10741
11153
  // [Label "Chart Text Color Sequence 'Bad' Plus 2"]
10742
11154
  // [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Bad'."]
10743
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11155
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10744
11156
  // [Protected "true"]
10745
11157
  // [Category "Chart", "Sequence"]
10746
11158
  // [Type "color"]
@@ -10748,7 +11160,7 @@
10748
11160
 
10749
11161
  // [Label "Chart Text Shadow Sequence 'Bad' Plus 2"]
10750
11162
  // [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 'Bad'."]
10751
- // [Tags "Base", "Chart", "Protected"]
11163
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10752
11164
  // [Protected "true"]
10753
11165
  // [Category "Chart", "Sequence"]
10754
11166
  // [Type "boxShadow"]
@@ -10756,7 +11168,7 @@
10756
11168
 
10757
11169
  // [Label "Chart Color Sequence 'Bad' Plus 1"]
10758
11170
  // [Description "This color is a 1 level less intensive chart color of the sequence 'Bad'."]
10759
- // [Tags "Base", "Chart", "Color", "Protected"]
11171
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10760
11172
  // [Protected "true"]
10761
11173
  // [Category "Chart", "Sequence"]
10762
11174
  // [Type "color"]
@@ -10764,7 +11176,7 @@
10764
11176
 
10765
11177
  // [Label "Chart Text Color Sequence 'Bad' Plus 1"]
10766
11178
  // [Description "This text color matches a 1 level less intensive chart color of the sequence 'Bad'."]
10767
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11179
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10768
11180
  // [Protected "true"]
10769
11181
  // [Category "Chart", "Sequence"]
10770
11182
  // [Type "color"]
@@ -10772,7 +11184,7 @@
10772
11184
 
10773
11185
  // [Label "Chart Text Shadow Sequence 'Bad' Plus 1"]
10774
11186
  // [Description "This text shadow matches a 1 level less intensive chart color of the sequence 'Bad'."]
10775
- // [Tags "Base", "Chart", "Protected"]
11187
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10776
11188
  // [Protected "true"]
10777
11189
  // [Category "Chart", "Sequence"]
10778
11190
  // [Type "boxShadow"]
@@ -10780,7 +11192,7 @@
10780
11192
 
10781
11193
  // [Label "Chart Color Sequence 'Bad'"]
10782
11194
  // [Description "This color is the base chart color of the sequence 'Bad'."]
10783
- // [Tags "Base", "Chart", "Color", "Protected"]
11195
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10784
11196
  // [Protected "true"]
10785
11197
  // [Category "Chart", "Sequence"]
10786
11198
  // [Type "color"]
@@ -10788,7 +11200,7 @@
10788
11200
 
10789
11201
  // [Label "Chart Text Color Sequence 'Bad'"]
10790
11202
  // [Description "This text color matches the base chart color of the sequence 'Bad'."]
10791
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11203
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10792
11204
  // [Protected "true"]
10793
11205
  // [Category "Chart", "Sequence"]
10794
11206
  // [Type "color"]
@@ -10796,7 +11208,7 @@
10796
11208
 
10797
11209
  // [Label "Chart Text Shadow Sequence 'Bad'"]
10798
11210
  // [Description "This text shadow matches the base chart color of the sequence 'Bad'."]
10799
- // [Tags "Base", "Chart", "Protected"]
11211
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10800
11212
  // [Protected "true"]
10801
11213
  // [Category "Chart", "Sequence"]
10802
11214
  // [Type "boxShadow"]
@@ -10804,7 +11216,7 @@
10804
11216
 
10805
11217
  // [Label "Chart Border Color Sequence 'Bad'"]
10806
11218
  // [Description "This border color matches the base chart color of the sequence 'Bad'."]
10807
- // [Tags "Base", "Chart", "Protected"]
11219
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10808
11220
  // [Protected "true"]
10809
11221
  // [Category "Chart", "Sequence"]
10810
11222
  // [Type "color"]
@@ -10812,7 +11224,7 @@
10812
11224
 
10813
11225
  // [Label "Chart Color Sequence 'Bad' Minus 1"]
10814
11226
  // [Description "This color is a 1 level more intensive chart color of the sequence 'Bad'."]
10815
- // [Tags "Base", "Chart", "Color", "Protected"]
11227
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10816
11228
  // [Protected "true"]
10817
11229
  // [Category "Chart", "Sequence"]
10818
11230
  // [Type "color"]
@@ -10820,7 +11232,7 @@
10820
11232
 
10821
11233
  // [Label "Chart Text Color Sequence 'Bad' Minus 1"]
10822
11234
  // [Description "This text color matches a 1 level less intensive chart color of the sequence 'Bad'."]
10823
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11235
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10824
11236
  // [Protected "true"]
10825
11237
  // [Category "Chart", "Sequence"]
10826
11238
  // [Type "color"]
@@ -10828,7 +11240,7 @@
10828
11240
 
10829
11241
  // [Label "Chart Text Shadow Sequence 'Bad' Minus 1"]
10830
11242
  // [Description "This text shadow matches a 1 level more intensive chart color of the sequence 'Bad'."]
10831
- // [Tags "Base", "Chart", "Protected"]
11243
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10832
11244
  // [Protected "true"]
10833
11245
  // [Category "Chart", "Sequence"]
10834
11246
  // [Type "boxShadow"]
@@ -10836,7 +11248,7 @@
10836
11248
 
10837
11249
  // [Label "Chart Color Sequence 'Bad' Minus 2"]
10838
11250
  // [Description "This color is a 2 levels more intensive chart color of the sequence 'Bad'."]
10839
- // [Tags "Base", "Chart", "Color", "Protected"]
11251
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10840
11252
  // [Protected "true"]
10841
11253
  // [Category "Chart", "Sequence"]
10842
11254
  // [Type "color"]
@@ -10844,7 +11256,7 @@
10844
11256
 
10845
11257
  // [Label "Chart Text Color Sequence 'Bad' Minus 2"]
10846
11258
  // [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Bad'."]
10847
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11259
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10848
11260
  // [Protected "true"]
10849
11261
  // [Category "Chart", "Sequence"]
10850
11262
  // [Type "color"]
@@ -10852,7 +11264,7 @@
10852
11264
 
10853
11265
  // [Label "Chart Text Shadow Sequence 'Bad' Minus 2"]
10854
11266
  // [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 'Bad'."]
10855
- // [Tags "Base", "Chart", "Protected"]
11267
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10856
11268
  // [Protected "true"]
10857
11269
  // [Category "Chart", "Sequence"]
10858
11270
  // [Type "boxShadow"]
@@ -10860,7 +11272,7 @@
10860
11272
 
10861
11273
  // [Label "Chart Color Sequence 'Bad' Minus 3"]
10862
11274
  // [Description "This color is a 3 levels more intensive chart color of the sequence 'Bad'."]
10863
- // [Tags "Base", "Chart", "Color", "Protected"]
11275
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10864
11276
  // [Protected "true"]
10865
11277
  // [Category "Chart", "Sequence"]
10866
11278
  // [Type "color"]
@@ -10868,7 +11280,7 @@
10868
11280
 
10869
11281
  // [Label "Chart Text Color Sequence 'Bad' Minus 3"]
10870
11282
  // [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Bad'."]
10871
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11283
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10872
11284
  // [Protected "true"]
10873
11285
  // [Category "Chart", "Sequence"]
10874
11286
  // [Type "color"]
@@ -10876,7 +11288,7 @@
10876
11288
 
10877
11289
  // [Label "Chart Text Shadow Sequence 'Bad' Minus 3"]
10878
11290
  // [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 'Bad'."]
10879
- // [Tags "Base", "Chart", "Protected"]
11291
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10880
11292
  // [Protected "true"]
10881
11293
  // [Category "Chart", "Sequence"]
10882
11294
  // [Type "boxShadow"]
@@ -10884,7 +11296,7 @@
10884
11296
 
10885
11297
  // [Label "Chart Color Sequence 'Bad' Minus 4"]
10886
11298
  // [Description "This color is a 4 levels more intensive chart color of the sequence 'Bad'."]
10887
- // [Tags "Base", "Chart", "Color", "Protected"]
11299
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10888
11300
  // [Protected "true"]
10889
11301
  // [Category "Chart", "Sequence"]
10890
11302
  // [Type "color"]
@@ -10892,7 +11304,7 @@
10892
11304
 
10893
11305
  // [Label "Chart Text Color Sequence 'Bad' Minus 4"]
10894
11306
  // [Description "This text color matches a 4 levels less intensive chart color of the sequence 'Bad'."]
10895
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11307
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10896
11308
  // [Protected "true"]
10897
11309
  // [Category "Chart", "Sequence"]
10898
11310
  // [Type "color"]
@@ -10900,7 +11312,7 @@
10900
11312
 
10901
11313
  // [Label "Chart Text Shadow Sequence 'Bad' Minus 4"]
10902
11314
  // [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 'Bad'."]
10903
- // [Tags "Base", "Chart", "Protected"]
11315
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10904
11316
  // [Protected "true"]
10905
11317
  // [Category "Chart", "Sequence"]
10906
11318
  // [Type "boxShadow"]
@@ -10908,7 +11320,7 @@
10908
11320
 
10909
11321
  // [Label "Chart Color Sequence 'Bad' Minus 5"]
10910
11322
  // [Description "This color is a 5 levels more intensive chart color of the sequence 'Bad'."]
10911
- // [Tags "Base", "Chart", "Color", "Protected"]
11323
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10912
11324
  // [Protected "true"]
10913
11325
  // [Category "Chart", "Sequence"]
10914
11326
  // [Type "color"]
@@ -10916,7 +11328,7 @@
10916
11328
 
10917
11329
  // [Label "Chart Text Color Sequence 'Bad' Minus 5"]
10918
11330
  // [Description "This text color matches a 5 levels less intensive chart color of the sequence 'Bad'."]
10919
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11331
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10920
11332
  // [Protected "true"]
10921
11333
  // [Category "Chart", "Sequence"]
10922
11334
  // [Type "color"]
@@ -10924,7 +11336,7 @@
10924
11336
 
10925
11337
  // [Label "Chart Text Shadow Sequence 'Bad' Minus 5"]
10926
11338
  // [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 'Bad'."]
10927
- // [Tags "Base", "Chart", "Protected"]
11339
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10928
11340
  // [Protected "true"]
10929
11341
  // [Category "Chart", "Sequence"]
10930
11342
  // [Type "boxShadow"]
@@ -10932,7 +11344,7 @@
10932
11344
 
10933
11345
  // [Label "Chart Color Sequence 'Critical' Plus 3"]
10934
11346
  // [Description "This color is a 3 levels less intensive chart color of the sequence 'Critical'."]
10935
- // [Tags "Base", "Chart", "Color", "Protected"]
11347
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10936
11348
  // [Protected "true"]
10937
11349
  // [Category "Chart", "Sequence"]
10938
11350
  // [Type "color"]
@@ -10940,7 +11352,7 @@
10940
11352
 
10941
11353
  // [Label "Chart Text Color Sequence 'Critical' Plus 3"]
10942
11354
  // [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Critical'."]
10943
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11355
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10944
11356
  // [Protected "true"]
10945
11357
  // [Category "Chart", "Sequence"]
10946
11358
  // [Type "color"]
@@ -10948,7 +11360,7 @@
10948
11360
 
10949
11361
  // [Label "Chart Text Shadow Sequence 'Critical' Plus 3"]
10950
11362
  // [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 'Critical'."]
10951
- // [Tags "Base", "Chart", "Protected"]
11363
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10952
11364
  // [Protected "true"]
10953
11365
  // [Category "Chart", "Sequence"]
10954
11366
  // [Type "boxShadow"]
@@ -10956,7 +11368,7 @@
10956
11368
 
10957
11369
  // [Label "Chart Color Sequence 'Critical' Plus 2"]
10958
11370
  // [Description "This color is a 2 levels less intensive chart color of the sequence 'Critical'."]
10959
- // [Tags "Base", "Chart", "Color", "Protected"]
11371
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10960
11372
  // [Protected "true"]
10961
11373
  // [Category "Chart", "Sequence"]
10962
11374
  // [Type "color"]
@@ -10964,7 +11376,7 @@
10964
11376
 
10965
11377
  // [Label "Chart Text Color Sequence 'Critical' Plus 2"]
10966
11378
  // [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Critical'."]
10967
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11379
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10968
11380
  // [Protected "true"]
10969
11381
  // [Category "Chart", "Sequence"]
10970
11382
  // [Type "color"]
@@ -10972,7 +11384,7 @@
10972
11384
 
10973
11385
  // [Label "Chart Text Shadow Sequence 'Critical' Plus 2"]
10974
11386
  // [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 'Critical'."]
10975
- // [Tags "Base", "Chart", "Protected"]
11387
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
10976
11388
  // [Protected "true"]
10977
11389
  // [Category "Chart", "Sequence"]
10978
11390
  // [Type "boxShadow"]
@@ -10980,7 +11392,7 @@
10980
11392
 
10981
11393
  // [Label "Chart Color Sequence 'Critical' Plus 1"]
10982
11394
  // [Description "This color is a 1 level less intensive chart color of the sequence 'Critical'."]
10983
- // [Tags "Base", "Chart", "Color", "Protected"]
11395
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
10984
11396
  // [Protected "true"]
10985
11397
  // [Category "Chart", "Sequence"]
10986
11398
  // [Type "color"]
@@ -10988,7 +11400,7 @@
10988
11400
 
10989
11401
  // [Label "Chart Text Color Sequence 'Critical' Plus 1"]
10990
11402
  // [Description "This text color matches a 1 level less intensive chart color of the sequence 'Critical'."]
10991
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11403
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
10992
11404
  // [Protected "true"]
10993
11405
  // [Category "Chart", "Sequence"]
10994
11406
  // [Type "color"]
@@ -10996,7 +11408,7 @@
10996
11408
 
10997
11409
  // [Label "Chart Text Shadow Sequence 'Critical' Plus 1"]
10998
11410
  // [Description "This text shadow matches a 1 level less intensive chart color of the sequence 'Critical'."]
10999
- // [Tags "Base", "Chart", "Protected"]
11411
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11000
11412
  // [Protected "true"]
11001
11413
  // [Category "Chart", "Sequence"]
11002
11414
  // [Type "boxShadow"]
@@ -11004,7 +11416,7 @@
11004
11416
 
11005
11417
  // [Label "Chart Color Sequence 'Critical'"]
11006
11418
  // [Description "This color is the base chart color of the sequence 'Critical'."]
11007
- // [Tags "Base", "Chart", "Color", "Protected"]
11419
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11008
11420
  // [Protected "true"]
11009
11421
  // [Category "Chart", "Sequence"]
11010
11422
  // [Type "color"]
@@ -11012,7 +11424,7 @@
11012
11424
 
11013
11425
  // [Label "Chart Text Color Sequence 'Critical'"]
11014
11426
  // [Description "This text color matches the base chart color of the sequence 'Critical'."]
11015
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11427
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11016
11428
  // [Protected "true"]
11017
11429
  // [Category "Chart", "Sequence"]
11018
11430
  // [Type "color"]
@@ -11020,7 +11432,7 @@
11020
11432
 
11021
11433
  // [Label "Chart Text Shadow Sequence 'Critical'"]
11022
11434
  // [Description "This text shadow matches the base chart color of the sequence 'Critical'."]
11023
- // [Tags "Base", "Chart", "Protected"]
11435
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11024
11436
  // [Protected "true"]
11025
11437
  // [Category "Chart", "Sequence"]
11026
11438
  // [Type "boxShadow"]
@@ -11028,7 +11440,7 @@
11028
11440
 
11029
11441
  // [Label "Chart Border Color Sequence 'Critical'"]
11030
11442
  // [Description "This border color matches the base chart color of the sequence 'Critical'."]
11031
- // [Tags "Base", "Chart", "Protected"]
11443
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11032
11444
  // [Protected "true"]
11033
11445
  // [Category "Chart", "Sequence"]
11034
11446
  // [Type "color"]
@@ -11036,7 +11448,7 @@
11036
11448
 
11037
11449
  // [Label "Chart Color Sequence 'Critical' Minus 1"]
11038
11450
  // [Description "This color is a 1 level more intensive chart color of the sequence 'Critical'."]
11039
- // [Tags "Base", "Chart", "Color", "Protected"]
11451
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11040
11452
  // [Protected "true"]
11041
11453
  // [Category "Chart", "Sequence"]
11042
11454
  // [Type "color"]
@@ -11044,7 +11456,7 @@
11044
11456
 
11045
11457
  // [Label "Chart Text Color Sequence 'Critical' Minus 1"]
11046
11458
  // [Description "This text color matches a 1 level less intensive chart color of the sequence 'Critical'."]
11047
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11459
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11048
11460
  // [Protected "true"]
11049
11461
  // [Category "Chart", "Sequence"]
11050
11462
  // [Type "color"]
@@ -11052,7 +11464,7 @@
11052
11464
 
11053
11465
  // [Label "Chart Text Shadow Sequence 'Critical' Minus 1"]
11054
11466
  // [Description "This text shadow matches a 1 level more intensive chart color of the sequence 'Critical'."]
11055
- // [Tags "Base", "Chart", "Protected"]
11467
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11056
11468
  // [Protected "true"]
11057
11469
  // [Category "Chart", "Sequence"]
11058
11470
  // [Type "boxShadow"]
@@ -11060,7 +11472,7 @@
11060
11472
 
11061
11473
  // [Label "Chart Color Sequence 'Critical' Minus 2"]
11062
11474
  // [Description "This color is a 2 levels more intensive chart color of the sequence 'Critical'."]
11063
- // [Tags "Base", "Chart", "Color", "Protected"]
11475
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11064
11476
  // [Protected "true"]
11065
11477
  // [Category "Chart", "Sequence"]
11066
11478
  // [Type "color"]
@@ -11068,7 +11480,7 @@
11068
11480
 
11069
11481
  // [Label "Chart Text Color Sequence 'Critical' Minus 2"]
11070
11482
  // [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Critical'."]
11071
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11483
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11072
11484
  // [Protected "true"]
11073
11485
  // [Category "Chart", "Sequence"]
11074
11486
  // [Type "color"]
@@ -11076,7 +11488,7 @@
11076
11488
 
11077
11489
  // [Label "Chart Text Shadow Sequence 'Critical' Minus 2"]
11078
11490
  // [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 'Critical'."]
11079
- // [Tags "Base", "Chart", "Protected"]
11491
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11080
11492
  // [Protected "true"]
11081
11493
  // [Category "Chart", "Sequence"]
11082
11494
  // [Type "boxShadow"]
@@ -11084,7 +11496,7 @@
11084
11496
 
11085
11497
  // [Label "Chart Color Sequence 'Critical' Minus 3"]
11086
11498
  // [Description "This color is a 3 levels more intensive chart color of the sequence 'Critical'."]
11087
- // [Tags "Base", "Chart", "Color", "Protected"]
11499
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11088
11500
  // [Protected "true"]
11089
11501
  // [Category "Chart", "Sequence"]
11090
11502
  // [Type "color"]
@@ -11092,7 +11504,7 @@
11092
11504
 
11093
11505
  // [Label "Chart Text Color Sequence 'Critical' Minus 3"]
11094
11506
  // [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Critical'."]
11095
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11507
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11096
11508
  // [Protected "true"]
11097
11509
  // [Category "Chart", "Sequence"]
11098
11510
  // [Type "color"]
@@ -11100,7 +11512,7 @@
11100
11512
 
11101
11513
  // [Label "Chart Text Shadow Sequence 'Critical' Minus 3"]
11102
11514
  // [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 'Critical'."]
11103
- // [Tags "Base", "Chart", "Protected"]
11515
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11104
11516
  // [Protected "true"]
11105
11517
  // [Category "Chart", "Sequence"]
11106
11518
  // [Type "boxShadow"]
@@ -11108,7 +11520,7 @@
11108
11520
 
11109
11521
  // [Label "Chart Color Sequence 'Critical' Minus 4"]
11110
11522
  // [Description "This color is a 4 levels more intensive chart color of the sequence 'Critical'."]
11111
- // [Tags "Base", "Chart", "Color", "Protected"]
11523
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11112
11524
  // [Protected "true"]
11113
11525
  // [Category "Chart", "Sequence"]
11114
11526
  // [Type "color"]
@@ -11116,7 +11528,7 @@
11116
11528
 
11117
11529
  // [Label "Chart Text Color Sequence 'Critical' Minus 4"]
11118
11530
  // [Description "This text color matches a 4 levels less intensive chart color of the sequence 'Critical'."]
11119
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11531
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11120
11532
  // [Protected "true"]
11121
11533
  // [Category "Chart", "Sequence"]
11122
11534
  // [Type "color"]
@@ -11124,7 +11536,7 @@
11124
11536
 
11125
11537
  // [Label "Chart Text Shadow Sequence 'Critical' Minus 4"]
11126
11538
  // [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 'Critical'."]
11127
- // [Tags "Base", "Chart", "Protected"]
11539
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11128
11540
  // [Protected "true"]
11129
11541
  // [Category "Chart", "Sequence"]
11130
11542
  // [Type "boxShadow"]
@@ -11132,7 +11544,7 @@
11132
11544
 
11133
11545
  // [Label "Chart Color Sequence 'Critical' Minus 5"]
11134
11546
  // [Description "This color is a 5 levels more intensive chart color of the sequence 'Critical'."]
11135
- // [Tags "Base", "Chart", "Color", "Protected"]
11547
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11136
11548
  // [Protected "true"]
11137
11549
  // [Category "Chart", "Sequence"]
11138
11550
  // [Type "color"]
@@ -11140,7 +11552,7 @@
11140
11552
 
11141
11553
  // [Label "Chart Text Color Sequence 'Critical' Minus 5"]
11142
11554
  // [Description "This text color matches a 5 levels less intensive chart color of the sequence 'Critical'."]
11143
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11555
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11144
11556
  // [Protected "true"]
11145
11557
  // [Category "Chart", "Sequence"]
11146
11558
  // [Type "color"]
@@ -11148,7 +11560,7 @@
11148
11560
 
11149
11561
  // [Label "Chart Text Shadow Sequence 'Critical' Minus 5"]
11150
11562
  // [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 'Critical'."]
11151
- // [Tags "Base", "Chart", "Protected"]
11563
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11152
11564
  // [Protected "true"]
11153
11565
  // [Category "Chart", "Sequence"]
11154
11566
  // [Type "boxShadow"]
@@ -11156,7 +11568,7 @@
11156
11568
 
11157
11569
  // [Label "Chart Color Sequence 'Good' Plus 3"]
11158
11570
  // [Description "This color is a 3 levels less intensive chart color of the sequence 'Good'."]
11159
- // [Tags "Base", "Chart", "Color", "Protected"]
11571
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11160
11572
  // [Protected "true"]
11161
11573
  // [Category "Chart", "Sequence"]
11162
11574
  // [Type "color"]
@@ -11164,7 +11576,7 @@
11164
11576
 
11165
11577
  // [Label "Chart Text Color Sequence 'Good' Plus 3"]
11166
11578
  // [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Good'."]
11167
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11579
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11168
11580
  // [Protected "true"]
11169
11581
  // [Category "Chart", "Sequence"]
11170
11582
  // [Type "color"]
@@ -11172,7 +11584,7 @@
11172
11584
 
11173
11585
  // [Label "Chart Text Shadow Sequence 'Good' Plus 3"]
11174
11586
  // [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 'Good'."]
11175
- // [Tags "Base", "Chart", "Protected"]
11587
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11176
11588
  // [Protected "true"]
11177
11589
  // [Category "Chart", "Sequence"]
11178
11590
  // [Type "boxShadow"]
@@ -11180,7 +11592,7 @@
11180
11592
 
11181
11593
  // [Label "Chart Color Sequence 'Good' Plus 2"]
11182
11594
  // [Description "This color is a 2 levels less intensive chart color of the sequence 'Good'."]
11183
- // [Tags "Base", "Chart", "Color", "Protected"]
11595
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11184
11596
  // [Protected "true"]
11185
11597
  // [Category "Chart", "Sequence"]
11186
11598
  // [Type "color"]
@@ -11188,7 +11600,7 @@
11188
11600
 
11189
11601
  // [Label "Chart Text Color Sequence 'Good' Plus 2"]
11190
11602
  // [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Good'."]
11191
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11603
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11192
11604
  // [Protected "true"]
11193
11605
  // [Category "Chart", "Sequence"]
11194
11606
  // [Type "color"]
@@ -11196,7 +11608,7 @@
11196
11608
 
11197
11609
  // [Label "Chart Text Shadow Sequence 'Good' Plus 2"]
11198
11610
  // [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 'Good'."]
11199
- // [Tags "Base", "Chart", "Protected"]
11611
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11200
11612
  // [Protected "true"]
11201
11613
  // [Category "Chart", "Sequence"]
11202
11614
  // [Type "boxShadow"]
@@ -11204,7 +11616,7 @@
11204
11616
 
11205
11617
  // [Label "Chart Color Sequence 'Good' Plus 1"]
11206
11618
  // [Description "This color is a 1 level less intensive chart color of the sequence 'Good'."]
11207
- // [Tags "Base", "Chart", "Color", "Protected"]
11619
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11208
11620
  // [Protected "true"]
11209
11621
  // [Category "Chart", "Sequence"]
11210
11622
  // [Type "color"]
@@ -11212,7 +11624,7 @@
11212
11624
 
11213
11625
  // [Label "Chart Text Color Sequence 'Good' Plus 1"]
11214
11626
  // [Description "This text color matches a 1 level less intensive chart color of the sequence 'Good'."]
11215
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11627
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11216
11628
  // [Protected "true"]
11217
11629
  // [Category "Chart", "Sequence"]
11218
11630
  // [Type "color"]
@@ -11220,7 +11632,7 @@
11220
11632
 
11221
11633
  // [Label "Chart Text Shadow Sequence 'Good' Plus 1"]
11222
11634
  // [Description "This text shadow matches a 1 level less intensive chart color of the sequence 'Good'."]
11223
- // [Tags "Base", "Chart", "Protected"]
11635
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11224
11636
  // [Protected "true"]
11225
11637
  // [Category "Chart", "Sequence"]
11226
11638
  // [Type "boxShadow"]
@@ -11228,7 +11640,7 @@
11228
11640
 
11229
11641
  // [Label "Chart Color Sequence 'Good'"]
11230
11642
  // [Description "This color is the base chart color of the sequence 'Good'."]
11231
- // [Tags "Base", "Chart", "Color", "Protected"]
11643
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11232
11644
  // [Protected "true"]
11233
11645
  // [Category "Chart", "Sequence"]
11234
11646
  // [Type "color"]
@@ -11236,7 +11648,7 @@
11236
11648
 
11237
11649
  // [Label "Chart Text Color Sequence 'Good'"]
11238
11650
  // [Description "This text color matches the base chart color of the sequence 'Good'."]
11239
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11651
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11240
11652
  // [Protected "true"]
11241
11653
  // [Category "Chart", "Sequence"]
11242
11654
  // [Type "color"]
@@ -11244,7 +11656,7 @@
11244
11656
 
11245
11657
  // [Label "Chart Text Shadow Sequence 'Good'"]
11246
11658
  // [Description "This text shadow matches the base chart color of the sequence 'Good'."]
11247
- // [Tags "Base", "Chart", "Protected"]
11659
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11248
11660
  // [Protected "true"]
11249
11661
  // [Category "Chart", "Sequence"]
11250
11662
  // [Type "boxShadow"]
@@ -11252,7 +11664,7 @@
11252
11664
 
11253
11665
  // [Label "Chart Border Color Sequence 'Good'"]
11254
11666
  // [Description "This border color matches the base chart color of the sequence 'Good'."]
11255
- // [Tags "Base", "Chart", "Protected"]
11667
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11256
11668
  // [Protected "true"]
11257
11669
  // [Category "Chart", "Sequence"]
11258
11670
  // [Type "color"]
@@ -11260,7 +11672,7 @@
11260
11672
 
11261
11673
  // [Label "Chart Color Sequence 'Good' Minus 1"]
11262
11674
  // [Description "This color is a 1 level more intensive chart color of the sequence 'Good'."]
11263
- // [Tags "Base", "Chart", "Color", "Protected"]
11675
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11264
11676
  // [Protected "true"]
11265
11677
  // [Category "Chart", "Sequence"]
11266
11678
  // [Type "color"]
@@ -11268,7 +11680,7 @@
11268
11680
 
11269
11681
  // [Label "Chart Text Color Sequence 'Good' Minus 1"]
11270
11682
  // [Description "This text color matches a 1 level less intensive chart color of the sequence 'Good'."]
11271
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11683
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11272
11684
  // [Protected "true"]
11273
11685
  // [Category "Chart", "Sequence"]
11274
11686
  // [Type "color"]
@@ -11276,7 +11688,7 @@
11276
11688
 
11277
11689
  // [Label "Chart Text Shadow Sequence 'Good' Minus 1"]
11278
11690
  // [Description "This text shadow matches a 1 level more intensive chart color of the sequence 'Good'."]
11279
- // [Tags "Base", "Chart", "Protected"]
11691
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11280
11692
  // [Protected "true"]
11281
11693
  // [Category "Chart", "Sequence"]
11282
11694
  // [Type "boxShadow"]
@@ -11284,7 +11696,7 @@
11284
11696
 
11285
11697
  // [Label "Chart Color Sequence 'Good' Minus 2"]
11286
11698
  // [Description "This color is a 2 levels more intensive chart color of the sequence 'Good'."]
11287
- // [Tags "Base", "Chart", "Color", "Protected"]
11699
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11288
11700
  // [Protected "true"]
11289
11701
  // [Category "Chart", "Sequence"]
11290
11702
  // [Type "color"]
@@ -11292,7 +11704,7 @@
11292
11704
 
11293
11705
  // [Label "Chart Text Color Sequence 'Good' Minus 2"]
11294
11706
  // [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Good'."]
11295
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11707
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11296
11708
  // [Protected "true"]
11297
11709
  // [Category "Chart", "Sequence"]
11298
11710
  // [Type "color"]
@@ -11300,7 +11712,7 @@
11300
11712
 
11301
11713
  // [Label "Chart Text Shadow Sequence 'Good' Minus 2"]
11302
11714
  // [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 'Good'."]
11303
- // [Tags "Base", "Chart", "Protected"]
11715
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11304
11716
  // [Protected "true"]
11305
11717
  // [Category "Chart", "Sequence"]
11306
11718
  // [Type "boxShadow"]
@@ -11308,7 +11720,7 @@
11308
11720
 
11309
11721
  // [Label "Chart Color Sequence 'Good' Minus 3"]
11310
11722
  // [Description "This color is a 3 levels more intensive chart color of the sequence 'Good'."]
11311
- // [Tags "Base", "Chart", "Color", "Protected"]
11723
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11312
11724
  // [Protected "true"]
11313
11725
  // [Category "Chart", "Sequence"]
11314
11726
  // [Type "color"]
@@ -11316,7 +11728,7 @@
11316
11728
 
11317
11729
  // [Label "Chart Text Color Sequence 'Good' Minus 3"]
11318
11730
  // [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Good'."]
11319
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11731
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11320
11732
  // [Protected "true"]
11321
11733
  // [Category "Chart", "Sequence"]
11322
11734
  // [Type "color"]
@@ -11324,7 +11736,7 @@
11324
11736
 
11325
11737
  // [Label "Chart Text Shadow Sequence 'Good' Minus 3"]
11326
11738
  // [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 'Good'."]
11327
- // [Tags "Base", "Chart", "Protected"]
11739
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11328
11740
  // [Protected "true"]
11329
11741
  // [Category "Chart", "Sequence"]
11330
11742
  // [Type "boxShadow"]
@@ -11332,7 +11744,7 @@
11332
11744
 
11333
11745
  // [Label "Chart Color Sequence 'Good' Minus 4"]
11334
11746
  // [Description "This color is a 4 levels more intensive chart color of the sequence 'Good'."]
11335
- // [Tags "Base", "Chart", "Color", "Protected"]
11747
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11336
11748
  // [Protected "true"]
11337
11749
  // [Category "Chart", "Sequence"]
11338
11750
  // [Type "color"]
@@ -11340,7 +11752,7 @@
11340
11752
 
11341
11753
  // [Label "Chart Text Color Sequence 'Good' Minus 4"]
11342
11754
  // [Description "This text color matches a 4 levels less intensive chart color of the sequence 'Good'."]
11343
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11755
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11344
11756
  // [Protected "true"]
11345
11757
  // [Category "Chart", "Sequence"]
11346
11758
  // [Type "color"]
@@ -11348,7 +11760,7 @@
11348
11760
 
11349
11761
  // [Label "Chart Text Shadow Sequence 'Good' Minus 4"]
11350
11762
  // [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 'Good'."]
11351
- // [Tags "Base", "Chart", "Protected"]
11763
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11352
11764
  // [Protected "true"]
11353
11765
  // [Category "Chart", "Sequence"]
11354
11766
  // [Type "boxShadow"]
@@ -11356,7 +11768,7 @@
11356
11768
 
11357
11769
  // [Label "Chart Color Sequence 'Good' Minus 5"]
11358
11770
  // [Description "This color is a 5 levels more intensive chart color of the sequence 'Good'."]
11359
- // [Tags "Base", "Chart", "Color", "Protected"]
11771
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11360
11772
  // [Protected "true"]
11361
11773
  // [Category "Chart", "Sequence"]
11362
11774
  // [Type "color"]
@@ -11364,7 +11776,7 @@
11364
11776
 
11365
11777
  // [Label "Chart Text Color Sequence 'Good' Minus 5"]
11366
11778
  // [Description "This text color matches a 5 levels less intensive chart color of the sequence 'Good'."]
11367
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11779
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11368
11780
  // [Protected "true"]
11369
11781
  // [Category "Chart", "Sequence"]
11370
11782
  // [Type "color"]
@@ -11372,7 +11784,7 @@
11372
11784
 
11373
11785
  // [Label "Chart Text Shadow Sequence 'Good' Minus 5"]
11374
11786
  // [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 'Good'."]
11375
- // [Tags "Base", "Chart", "Protected"]
11787
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11376
11788
  // [Protected "true"]
11377
11789
  // [Category "Chart", "Sequence"]
11378
11790
  // [Type "boxShadow"]
@@ -11380,7 +11792,7 @@
11380
11792
 
11381
11793
  // [Label "Chart Color Sequence Neutral Plus 3"]
11382
11794
  // [Description "This color is a 3 levels less intensive chart color of the sequence 'Neutral'."]
11383
- // [Tags "Base", "Chart", "Color", "Protected"]
11795
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11384
11796
  // [Protected "true"]
11385
11797
  // [Category "Chart", "Sequence"]
11386
11798
  // [Type "color"]
@@ -11388,7 +11800,7 @@
11388
11800
 
11389
11801
  // [Label "Chart Text Color Sequence Neutral Plus 3"]
11390
11802
  // [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Neutral'."]
11391
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11803
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11392
11804
  // [Protected "true"]
11393
11805
  // [Category "Chart", "Sequence"]
11394
11806
  // [Type "color"]
@@ -11396,7 +11808,7 @@
11396
11808
 
11397
11809
  // [Label "Chart Text Shadow Sequence 'Neutral' Plus 3"]
11398
11810
  // [Description "This text shadow matches a 3 levels less intensive chart color of the sequence 'Neutral'."]
11399
- // [Tags "Base", "Chart", "Protected"]
11811
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11400
11812
  // [Protected "true"]
11401
11813
  // [Category "Chart", "Sequence"]
11402
11814
  // [Type "boxShadow"]
@@ -11404,7 +11816,7 @@
11404
11816
 
11405
11817
  // [Label "Chart Color Sequence Neutral Plus 2"]
11406
11818
  // [Description "This color is a 2 levels less intensive chart color of the sequence 'Neutral'."]
11407
- // [Tags "Base", "Chart", "Color", "Protected"]
11819
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11408
11820
  // [Protected "true"]
11409
11821
  // [Category "Chart", "Sequence"]
11410
11822
  // [Type "color"]
@@ -11412,7 +11824,7 @@
11412
11824
 
11413
11825
  // [Label "Chart Text Color Sequence Neutral Plus 2"]
11414
11826
  // [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Neutral'."]
11415
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11827
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11416
11828
  // [Protected "true"]
11417
11829
  // [Category "Chart", "Sequence"]
11418
11830
  // [Type "color"]
@@ -11420,7 +11832,7 @@
11420
11832
 
11421
11833
  // [Label "Chart Text Shadow Sequence 'Neutral' Plus 2"]
11422
11834
  // [Description "This text shadow matches a 2 levels less intensive chart color of the sequence 'Neutral'."]
11423
- // [Tags "Base", "Chart", "Protected"]
11835
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11424
11836
  // [Protected "true"]
11425
11837
  // [Category "Chart", "Sequence"]
11426
11838
  // [Type "boxShadow"]
@@ -11428,7 +11840,7 @@
11428
11840
 
11429
11841
  // [Label "Chart Color Sequence Neutral Plus 1"]
11430
11842
  // [Description "This color is a 1 level less intensive chart color of the sequence 'Neutral'."]
11431
- // [Tags "Base", "Chart", "Color", "Protected"]
11843
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11432
11844
  // [Protected "true"]
11433
11845
  // [Category "Chart", "Sequence"]
11434
11846
  // [Type "color"]
@@ -11436,7 +11848,7 @@
11436
11848
 
11437
11849
  // [Label "Chart Text Color Sequence Neutral Plus 1"]
11438
11850
  // [Description "This text color matches a 1 level less intensive chart color of the sequence 'Neutral'."]
11439
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11851
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11440
11852
  // [Protected "true"]
11441
11853
  // [Category "Chart", "Sequence"]
11442
11854
  // [Type "color"]
@@ -11444,7 +11856,7 @@
11444
11856
 
11445
11857
  // [Label "Chart Text Shadow Sequence 'Neutral' Plus 1"]
11446
11858
  // [Description "This text shadow matches a 1 level less intensive chart color of the sequence 'Neutral'."]
11447
- // [Tags "Base", "Chart", "Protected"]
11859
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11448
11860
  // [Protected "true"]
11449
11861
  // [Category "Chart", "Sequence"]
11450
11862
  // [Type "boxShadow"]
@@ -11452,7 +11864,7 @@
11452
11864
 
11453
11865
  // [Label "Chart Color Sequence 'Neutral'"]
11454
11866
  // [Description "This color is the base chart color of the sequence 'Neutral'."]
11455
- // [Tags "Base", "Chart", "Color", "Protected"]
11867
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11456
11868
  // [Protected "true"]
11457
11869
  // [Category "Chart", "Sequence"]
11458
11870
  // [Type "color"]
@@ -11460,7 +11872,7 @@
11460
11872
 
11461
11873
  // [Label "Chart Text Color Sequence Neutral"]
11462
11874
  // [Description "This text color matches the base chart color of the sequence 'Neutral'."]
11463
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11875
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11464
11876
  // [Protected "true"]
11465
11877
  // [Category "Chart", "Sequence"]
11466
11878
  // [Type "color"]
@@ -11468,7 +11880,7 @@
11468
11880
 
11469
11881
  // [Label "Chart Text Shadow Sequence 'Neutral'"]
11470
11882
  // [Description "This text shadow matches the base chart color of the sequence 'Neutral'."]
11471
- // [Tags "Base", "Chart", "Protected"]
11883
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11472
11884
  // [Protected "true"]
11473
11885
  // [Category "Chart", "Sequence"]
11474
11886
  // [Type "boxShadow"]
@@ -11476,7 +11888,7 @@
11476
11888
 
11477
11889
  // [Label "Chart Border Color Sequence 'Neutral'"]
11478
11890
  // [Description "This border color matches the base chart color of the sequence 'Neutral'."]
11479
- // [Tags "Base", "Chart", "Protected"]
11891
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11480
11892
  // [Protected "true"]
11481
11893
  // [Category "Chart", "Sequence"]
11482
11894
  // [Type "color"]
@@ -11484,7 +11896,7 @@
11484
11896
 
11485
11897
  // [Label "Chart Color Sequence Neutral Minus 1"]
11486
11898
  // [Description "This color is a 1 level more intensive chart color of the sequence 'Neutral'."]
11487
- // [Tags "Base", "Chart", "Color", "Protected"]
11899
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11488
11900
  // [Protected "true"]
11489
11901
  // [Category "Chart", "Sequence"]
11490
11902
  // [Type "color"]
@@ -11492,7 +11904,7 @@
11492
11904
 
11493
11905
  // [Label "Chart Text Color Sequence Neutral Minus 1"]
11494
11906
  // [Description "This text color matches a 1 level less intensive chart color of the sequence 'Neutral'."]
11495
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11907
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11496
11908
  // [Protected "true"]
11497
11909
  // [Category "Chart", "Sequence"]
11498
11910
  // [Type "color"]
@@ -11500,7 +11912,7 @@
11500
11912
 
11501
11913
  // [Label "Chart Text Shadow Sequence 'Neutral' Minus 1"]
11502
11914
  // [Description "This text shadow matches a 1 level more intensive chart color of the sequence 'Neutral'."]
11503
- // [Tags "Base", "Chart", "Protected"]
11915
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11504
11916
  // [Protected "true"]
11505
11917
  // [Category "Chart", "Sequence"]
11506
11918
  // [Type "boxShadow"]
@@ -11508,7 +11920,7 @@
11508
11920
 
11509
11921
  // [Label "Chart Color Sequence Neutral Minus 2"]
11510
11922
  // [Description "This color is a 2 levels more intensive chart color of the sequence 'Neutral'."]
11511
- // [Tags "Base", "Chart", "Color", "Protected"]
11923
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11512
11924
  // [Protected "true"]
11513
11925
  // [Category "Chart", "Sequence"]
11514
11926
  // [Type "color"]
@@ -11516,7 +11928,7 @@
11516
11928
 
11517
11929
  // [Label "Chart Text Color Sequence Neutral Minus 2"]
11518
11930
  // [Description "This text color matches a 2 levels less intensive chart color of the sequence 'Neutral'."]
11519
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11931
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11520
11932
  // [Protected "true"]
11521
11933
  // [Category "Chart", "Sequence"]
11522
11934
  // [Type "color"]
@@ -11524,7 +11936,7 @@
11524
11936
 
11525
11937
  // [Label "Chart Text Shadow Sequence 'Neutral' Minus 2"]
11526
11938
  // [Description "This text shadow matches a 2 levels more intensive chart color of the sequence 'Neutral'."]
11527
- // [Tags "Base", "Chart", "Protected"]
11939
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11528
11940
  // [Protected "true"]
11529
11941
  // [Category "Chart", "Sequence"]
11530
11942
  // [Type "boxShadow"]
@@ -11532,7 +11944,7 @@
11532
11944
 
11533
11945
  // [Label "Chart Color Sequence Neutral Minus 3"]
11534
11946
  // [Description "This color is a 3 levels more intensive chart color of the sequence 'Neutral'."]
11535
- // [Tags "Base", "Chart", "Color", "Protected"]
11947
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11536
11948
  // [Protected "true"]
11537
11949
  // [Category "Chart", "Sequence"]
11538
11950
  // [Type "color"]
@@ -11540,7 +11952,7 @@
11540
11952
 
11541
11953
  // [Label "Chart Text Color Sequence Neutral Minus 3"]
11542
11954
  // [Description "This text color matches a 3 levels less intensive chart color of the sequence 'Neutral'."]
11543
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11955
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11544
11956
  // [Protected "true"]
11545
11957
  // [Category "Chart", "Sequence"]
11546
11958
  // [Type "color"]
@@ -11548,7 +11960,7 @@
11548
11960
 
11549
11961
  // [Label "Chart Text Shadow Sequence 'Neutral' Minus 3"]
11550
11962
  // [Description "This text shadow matches a 3 levels more intensive chart color of the sequence 'Neutral'."]
11551
- // [Tags "Base", "Chart", "Protected"]
11963
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11552
11964
  // [Protected "true"]
11553
11965
  // [Category "Chart", "Sequence"]
11554
11966
  // [Type "boxShadow"]
@@ -11556,7 +11968,7 @@
11556
11968
 
11557
11969
  // [Label "Chart Color Sequence Neutral Minus 4"]
11558
11970
  // [Description "This color is a 4 levels more intensive chart color of the sequence 'Neutral'."]
11559
- // [Tags "Base", "Chart", "Color", "Protected"]
11971
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11560
11972
  // [Protected "true"]
11561
11973
  // [Category "Chart", "Sequence"]
11562
11974
  // [Type "color"]
@@ -11564,7 +11976,7 @@
11564
11976
 
11565
11977
  // [Label "Chart Text Color Sequence Neutral Minus 4"]
11566
11978
  // [Description "This text color matches a 4 levels less intensive chart color of the sequence 'Neutral'."]
11567
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
11979
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11568
11980
  // [Protected "true"]
11569
11981
  // [Category "Chart", "Sequence"]
11570
11982
  // [Type "color"]
@@ -11572,7 +11984,7 @@
11572
11984
 
11573
11985
  // [Label "Chart Text Shadow Sequence 'Neutral' Minus 4"]
11574
11986
  // [Description "This text shadow matches a 4 levels more intensive chart color of the sequence 'Neutral'."]
11575
- // [Tags "Base", "Chart", "Protected"]
11987
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11576
11988
  // [Protected "true"]
11577
11989
  // [Category "Chart", "Sequence"]
11578
11990
  // [Type "boxShadow"]
@@ -11580,7 +11992,7 @@
11580
11992
 
11581
11993
  // [Label "Chart Color Sequence Neutral Minus 5"]
11582
11994
  // [Description "This color is a 5 levels more intensive chart color of the sequence 'Neutral'."]
11583
- // [Tags "Base", "Chart", "Color", "Protected"]
11995
+ // [Tags "Base", "Chart", "Semantic", "Color", "Protected"]
11584
11996
  // [Protected "true"]
11585
11997
  // [Category "Chart", "Sequence"]
11586
11998
  // [Type "color"]
@@ -11588,7 +12000,7 @@
11588
12000
 
11589
12001
  // [Label "Chart Text Color Sequence Neutral Minus 5"]
11590
12002
  // [Description "This text color matches a 5 levels less intensive chart color of the sequence 'Neutral'."]
11591
- // [Tags "Base", "Chart", "Color", "Font", "Protected"]
12003
+ // [Tags "Base", "Chart", "Semantic", "Color", "Font", "Protected"]
11592
12004
  // [Protected "true"]
11593
12005
  // [Category "Chart", "Sequence"]
11594
12006
  // [Type "color"]
@@ -11596,7 +12008,7 @@
11596
12008
 
11597
12009
  // [Label "Chart Text Shadow Sequence 'Neutral' Minus 5"]
11598
12010
  // [Description "This text shadow matches a 5 levels more intensive chart color of the sequence 'Neutral'."]
11599
- // [Tags "Base", "Chart", "Protected"]
12011
+ // [Tags "Base", "Chart", "Semantic", "Protected"]
11600
12012
  // [Protected "true"]
11601
12013
  // [Category "Chart", "Sequence"]
11602
12014
  // [Type "boxShadow"]
@@ -11962,6 +12374,14 @@
11962
12374
  // [Type "asset"]
11963
12375
  @sapSvgLib_SAPWeb-icons: none;
11964
12376
 
12377
+ // [Label "SAP Theme Id"]
12378
+ // [Description "Technical identifier of the SAP-provided theme or of the SAP-provided theme a custom theme is based on."]
12379
+ // [Tags "SapInternal", "Base", "Protected"]
12380
+ // [Protected "true"]
12381
+ // [Category "Internal"]
12382
+ // [Type "string"]
12383
+ @sapSapThemeId: baseTheme;
12384
+
11965
12385
  // [Label "Default Background Color"]
11966
12386
  // [Description "The default background color of this theme."]
11967
12387
  // [Tags "ThemeSpecific", "Base", "Content", "Color", "Protected", "Deprecated"]
@@ -12536,12 +12956,12 @@ fill: @sapBaseColor !important;
12536
12956
  .sapCss_SvgIconBase();
12537
12957
  /*</SAP_FREETEXT_LESS>*/// /**
12538
12958
  // * Copyright (c) 2012-2024 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
12539
- // * Theming Engine 14.1.4
12540
- // * data:{"sModified":"2024-11-04T10:14:03Z"}
12959
+ // * Theming Engine 14.2.8
12960
+ // * data:{"sModified":"2024-12-12T10:42:39Z"}
12541
12961
  // */
12542
12962
 
12543
12963
 
12544
- /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.22.0) *******************/
12964
+ /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.24.0) *******************/
12545
12965
 
12546
12966
 
12547
12967
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -12623,35 +13043,35 @@ fill: @sapBaseColor !important;
12623
13043
 
12624
13044
  // [Label "High-Contrast Negative Color"]
12625
13045
  // [Description "The high-contrast reference color for elements showing negative state."]
12626
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
13046
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
12627
13047
  // [Category "HighContrast"]
12628
13048
  // [Type "color"]
12629
13049
  @sapHC_NegativeColor: #ab0000;
12630
13050
 
12631
13051
  // [Label "High-Contrast Critical Color"]
12632
13052
  // [Description "The high-contrast reference color for elements showing critical state."]
12633
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
13053
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
12634
13054
  // [Category "HighContrast"]
12635
13055
  // [Type "color"]
12636
13056
  @sapHC_CriticalColor: #5c5c00;
12637
13057
 
12638
13058
  // [Label "High-Contrast Positive Color"]
12639
13059
  // [Description "The high-contrast reference color for elements showing positive state."]
12640
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
13060
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
12641
13061
  // [Category "HighContrast"]
12642
13062
  // [Type "color"]
12643
13063
  @sapHC_PositiveColor: #006362;
12644
13064
 
12645
13065
  // [Label "High-Contrast Informative Color"]
12646
13066
  // [Description "The high-contrast reference color for elements showing informative state."]
12647
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
13067
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
12648
13068
  // [Category "HighContrast"]
12649
13069
  // [Type "color"]
12650
13070
  @sapHC_InformativeColor: #000;
12651
13071
 
12652
13072
  // [Label "High-Contrast Neutral Color"]
12653
13073
  // [Description "The high-contrast reference color for elements showing neutral state."]
12654
- // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
13074
+ // [Tags "Base", "Semantic", "Color", "HighContrast"]
12655
13075
  // [Category "HighContrast"]
12656
13076
  // [Type "color"]
12657
13077
  @sapHC_NeutralColor: #000;
@@ -13231,74 +13651,23 @@ fill: @sapBaseColor !important;
13231
13651
  // [Tags "!Protected"]
13232
13652
  // [Protected "!true"]
13233
13653
  @sapContent_Illustrative_Color31: #ffab92;
13234
-
13235
- // [Tags "!Protected"]
13236
- // [Protected "!true"]
13237
13654
  @sapContent_Space_S: 1rem;
13238
-
13239
- // [Tags "!Protected"]
13240
- // [Protected "!true"]
13241
13655
  @sapContent_Space_M: 2rem;
13242
-
13243
- // [Tags "!Protected"]
13244
- // [Protected "!true"]
13245
13656
  @sapContent_Space_L: 2rem;
13246
-
13247
- // [Tags "!Protected"]
13248
- // [Protected "!true"]
13249
13657
  @sapContent_Space_XL: 3rem;
13250
-
13251
- // [Tags "!Protected"]
13252
- // [Protected "!true"]
13253
13658
  @sapContent_Space_Tiny: 2rem;
13254
-
13255
- // [Tags "!Protected"]
13256
- // [Protected "!true"]
13257
13659
  @sapContent_Space_Small: 1rem;
13258
-
13259
- // [Tags "!Protected"]
13260
- // [Protected "!true"]
13261
13660
  @sapContent_Space_Medium: 2rem;
13262
-
13263
- // [Tags "!Protected"]
13264
- // [Protected "!true"]
13265
13661
  @sapContent_Space_Large: 3rem;
13266
-
13267
- // [Tags "!Protected"]
13268
- // [Protected "!true"]
13269
13662
  @sapContent_Margin_Tiny: 0 0 1rem;
13270
-
13271
- // [Tags "!Protected"]
13272
- // [Protected "!true"]
13273
13663
  @sapContent_Margin_Small: 1rem;
13274
-
13275
- // [Tags "!Protected"]
13276
- // [Protected "!true"]
13277
13664
  @sapContent_Margin_Medium: 1rem 2rem;
13278
-
13279
- // [Tags "!Protected"]
13280
- // [Protected "!true"]
13281
13665
  @sapContent_Margin_Large: 1rem 3rem;
13282
-
13283
- // [Tags "!Protected"]
13284
- // [Protected "!true"]
13285
- @sapContent_Gap: 1rem;
13286
-
13287
- // [Tags "!Protected"]
13288
- // [Protected "!true"]
13289
13666
  @sapContent_Padding_S: 0rem;
13290
-
13291
- // [Tags "!Protected"]
13292
- // [Protected "!true"]
13293
13667
  @sapContent_Padding_M: 2rem;
13294
-
13295
- // [Tags "!Protected"]
13296
- // [Protected "!true"]
13297
13668
  @sapContent_Padding_L: 2rem;
13298
-
13299
- // [Tags "!Protected"]
13300
- // [Protected "!true"]
13301
13669
  @sapContent_Padding_XL: 3rem;
13670
+ @sapContent_Gap: 1rem;
13302
13671
 
13303
13672
  // [Tags "!Protected"]
13304
13673
  // [Protected "!true"]
@@ -13638,53 +14007,17 @@ fill: @sapBaseColor !important;
13638
14007
  @sapShell_Category_16_BorderColor: #1e592f;
13639
14008
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
13640
14009
  @sapShell_Category_16_TextShadow: none;
13641
-
13642
- // [Tags "!Protected"]
13643
- // [Protected "!true"]
13644
14010
  @sapShell_Space_S: 0.5rem;
13645
-
13646
- // [Tags "!Protected"]
13647
- // [Protected "!true"]
13648
14011
  @sapShell_Space_M: 2rem;
13649
-
13650
- // [Tags "!Protected"]
13651
- // [Protected "!true"]
13652
14012
  @sapShell_Space_L: 2rem;
13653
-
13654
- // [Tags "!Protected"]
13655
- // [Protected "!true"]
13656
14013
  @sapShell_Space_XL: 3rem;
13657
-
13658
- // [Tags "!Protected"]
13659
- // [Protected "!true"]
13660
14014
  @sapShell_Gap_S: 0.5rem;
13661
-
13662
- // [Tags "!Protected"]
13663
- // [Protected "!true"]
13664
14015
  @sapShell_Gap_M: 1rem;
13665
-
13666
- // [Tags "!Protected"]
13667
- // [Protected "!true"]
13668
14016
  @sapShell_Gap_L: 1rem;
13669
-
13670
- // [Tags "!Protected"]
13671
- // [Protected "!true"]
13672
14017
  @sapShell_Gap_XL: 1rem;
13673
-
13674
- // [Tags "!Protected"]
13675
- // [Protected "!true"]
13676
14018
  @sapShell_GroupGap_S: 2rem;
13677
-
13678
- // [Tags "!Protected"]
13679
- // [Protected "!true"]
13680
14019
  @sapShell_GroupGap_M: 3rem;
13681
-
13682
- // [Tags "!Protected"]
13683
- // [Protected "!true"]
13684
14020
  @sapShell_GroupGap_L: 3rem;
13685
-
13686
- // [Tags "!Protected"]
13687
- // [Protected "!true"]
13688
14021
  @sapShell_GroupGap_XL: 3rem;
13689
14022
 
13690
14023
  // [Tags "!Protected"]
@@ -13993,7 +14326,7 @@ fill: @sapBaseColor !important;
13993
14326
 
13994
14327
  // [Tags "!Protected"]
13995
14328
  // [Protected "!true"]
13996
- @sapButton_Emphasized_BorderWidth: .125 * @sapContent_GridSize;
14329
+ @sapButton_Emphasized_BorderWidth: 0.125 * @sapContent_GridSize;
13997
14330
 
13998
14331
  // [Tags "!Protected"]
13999
14332
  // [Protected "!true"]
@@ -14807,7 +15140,7 @@ fill: @sapBaseColor !important;
14807
15140
 
14808
15141
  // [Tags "!Protected"]
14809
15142
  // [Protected "!true"]
14810
- @sapField_Selector_Hover_InvalidBackground: sapField_InvalidBackground;
15143
+ @sapField_Selector_Hover_InvalidBackground: @sapField_InvalidBackground;
14811
15144
 
14812
15145
  // [Tags "!Protected"]
14813
15146
  // [Protected "!true"]
@@ -15005,6 +15338,10 @@ fill: @sapBaseColor !important;
15005
15338
  // [Protected "!true"]
15006
15339
  @sapList_TableFixedRowBorderWidth: 0.1875 * @sapContent_GridSize;
15007
15340
 
15341
+ // [Tags "!Protected"]
15342
+ // [Protected "!true"]
15343
+ @sapMessage_BorderWidth: 0.125 * @sapContent_GridSize;
15344
+
15008
15345
  // [Tags "!Protected"]
15009
15346
  // [Protected "!true"]
15010
15347
  @sapMessage_ErrorBorderColor: @sapErrorBorderColor;
@@ -15021,6 +15358,10 @@ fill: @sapBaseColor !important;
15021
15358
  // [Protected "!true"]
15022
15359
  @sapMessage_InformationBorderColor: @sapInformationBorderColor;
15023
15360
 
15361
+ // [Tags "!Protected"]
15362
+ // [Protected "!true"]
15363
+ @sapMessage_Button_Hover_Background: @sapButton_Lite_Hover_Background;
15364
+
15024
15365
  // [Tags "!Protected"]
15025
15366
  // [Protected "!true"]
15026
15367
  @sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
@@ -15309,6 +15650,110 @@ fill: @sapBaseColor !important;
15309
15650
  // [Protected "!true"]
15310
15651
  @sapBlockLayer_Opacity: 0.3;
15311
15652
 
15653
+ // [Tags "!Protected"]
15654
+ // [Protected "!true"]
15655
+ @sapTab_TextColor: @sapTextColor;
15656
+
15657
+ // [Tags "!Protected"]
15658
+ // [Protected "!true"]
15659
+ @sapTab_ForegroundColor: @sapHC_StandardForeground;
15660
+
15661
+ // [Tags "!Protected"]
15662
+ // [Protected "!true"]
15663
+ @sapTab_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
15664
+
15665
+ // [Tags "!Protected"]
15666
+ // [Protected "!true"]
15667
+ @sapTab_Background: @sapObjectHeader_Background;
15668
+
15669
+ // [Tags "!Protected"]
15670
+ // [Protected "!true"]
15671
+ @sapTab_Selected_TextColor: @sapContent_Selected_ForegroundColor;
15672
+
15673
+ // [Tags "!Protected"]
15674
+ // [Protected "!true"]
15675
+ @sapTab_Selected_IconColor: contrast(@sapTab_Selected_Background, @sapContent_Selected_ForegroundColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
15676
+
15677
+ // [Tags "!Protected"]
15678
+ // [Protected "!true"]
15679
+ @sapTab_Selected_Background: @sapSelectedColor;
15680
+
15681
+ // [Tags "!Protected"]
15682
+ // [Protected "!true"]
15683
+ @sapTab_Selected_Indicator_Dimension: 0.3125 * @sapContent_GridSize;
15684
+
15685
+ // [Tags "!Protected"]
15686
+ // [Protected "!true"]
15687
+ @sapTab_Positive_TextColor: @sapTextColor;
15688
+
15689
+ // [Tags "!Protected"]
15690
+ // [Protected "!true"]
15691
+ @sapTab_Positive_ForegroundColor: @sapHC_StandardForeground;
15692
+
15693
+ // [Tags "!Protected"]
15694
+ // [Protected "!true"]
15695
+ @sapTab_Positive_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
15696
+
15697
+ // [Tags "!Protected"]
15698
+ // [Protected "!true"]
15699
+ @sapTab_Positive_Selected_TextColor: @sapContent_Selected_ForegroundColor;
15700
+
15701
+ // [Tags "!Protected"]
15702
+ // [Protected "!true"]
15703
+ @sapTab_Positive_Selected_IconColor: contrast(@sapTab_Positive_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
15704
+
15705
+ // [Tags "!Protected"]
15706
+ // [Protected "!true"]
15707
+ @sapTab_Positive_Selected_Background: @sapSelectedColor;
15708
+
15709
+ // [Tags "!Protected"]
15710
+ // [Protected "!true"]
15711
+ @sapTab_Negative_TextColor: @sapTextColor;
15712
+
15713
+ // [Tags "!Protected"]
15714
+ // [Protected "!true"]
15715
+ @sapTab_Negative_ForegroundColor: @sapHC_StandardForeground;
15716
+
15717
+ // [Tags "!Protected"]
15718
+ // [Protected "!true"]
15719
+ @sapTab_Negative_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
15720
+
15721
+ // [Tags "!Protected"]
15722
+ // [Protected "!true"]
15723
+ @sapTab_Negative_Selected_TextColor: @sapContent_Selected_ForegroundColor;
15724
+
15725
+ // [Tags "!Protected"]
15726
+ // [Protected "!true"]
15727
+ @sapTab_Negative_Selected_IconColor: contrast(@sapTab_Negative_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
15728
+
15729
+ // [Tags "!Protected"]
15730
+ // [Protected "!true"]
15731
+ @sapTab_Negative_Selected_Background: @sapSelectedColor;
15732
+
15733
+ // [Tags "!Protected"]
15734
+ // [Protected "!true"]
15735
+ @sapTab_Critical_TextColor: @sapTextColor;
15736
+
15737
+ // [Tags "!Protected"]
15738
+ // [Protected "!true"]
15739
+ @sapTab_Critical_ForegroundColor: @sapHC_StandardForeground;
15740
+
15741
+ // [Tags "!Protected"]
15742
+ // [Protected "!true"]
15743
+ @sapTab_Critical_IconColor: contrast(@sapTab_Background, @sapHC_StandardForeground, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
15744
+
15745
+ // [Tags "!Protected"]
15746
+ // [Protected "!true"]
15747
+ @sapTab_Critical_Selected_TextColor: @sapContent_Selected_ForegroundColor;
15748
+
15749
+ // [Tags "!Protected"]
15750
+ // [Protected "!true"]
15751
+ @sapTab_Critical_Selected_IconColor: contrast(@sapTab_Critical_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
15752
+
15753
+ // [Tags "!Protected"]
15754
+ // [Protected "!true"]
15755
+ @sapTab_Critical_Selected_Background: @sapSelectedColor;
15756
+
15312
15757
  // [Tags "!Protected"]
15313
15758
  // [Protected "!true"]
15314
15759
  @sapTile_Background: @sapBackgroundColor;
@@ -15474,6 +15919,8 @@ fill: @sapBaseColor !important;
15474
15919
  @sapIndicationColor_1_Selected_BorderColor: @sapButton_Selected_BorderColor;
15475
15920
  @sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_TextColor;
15476
15921
  @sapIndicationColor_1b: @sapIndicationColor_1;
15922
+ @sapIndicationColor_1b_TextColor: @sapTextColor;
15923
+ @sapIndicationColor_1b_Background: @sapBackgroundColor;
15477
15924
  @sapIndicationColor_1b_BorderColor: @sapContent_ForegroundBorderColor;
15478
15925
  @sapIndicationColor_1b_Hover_Background: @sapButton_Hover_Background;
15479
15926
 
@@ -15506,6 +15953,8 @@ fill: @sapBaseColor !important;
15506
15953
  @sapIndicationColor_2_Selected_BorderColor: @sapButton_Selected_BorderColor;
15507
15954
  @sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_TextColor;
15508
15955
  @sapIndicationColor_2b: @sapIndicationColor_2;
15956
+ @sapIndicationColor_2b_TextColor: @sapTextColor;
15957
+ @sapIndicationColor_2b_Background: @sapBackgroundColor;
15509
15958
  @sapIndicationColor_2b_BorderColor: @sapContent_ForegroundBorderColor;
15510
15959
  @sapIndicationColor_2b_Hover_Background: @sapButton_Hover_Background;
15511
15960
 
@@ -15538,6 +15987,8 @@ fill: @sapBaseColor !important;
15538
15987
  @sapIndicationColor_3_Selected_BorderColor: @sapButton_Selected_BorderColor;
15539
15988
  @sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_TextColor;
15540
15989
  @sapIndicationColor_3b: @sapIndicationColor_3;
15990
+ @sapIndicationColor_3b_TextColor: @sapTextColor;
15991
+ @sapIndicationColor_3b_Background: @sapBackgroundColor;
15541
15992
  @sapIndicationColor_3b_BorderColor: @sapContent_ForegroundBorderColor;
15542
15993
  @sapIndicationColor_3b_Hover_Background: @sapButton_Hover_Background;
15543
15994
 
@@ -15570,6 +16021,8 @@ fill: @sapBaseColor !important;
15570
16021
  @sapIndicationColor_4_Selected_BorderColor: @sapButton_Selected_BorderColor;
15571
16022
  @sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_TextColor;
15572
16023
  @sapIndicationColor_4b: @sapIndicationColor_4;
16024
+ @sapIndicationColor_4b_TextColor: @sapTextColor;
16025
+ @sapIndicationColor_4b_Background: @sapBackgroundColor;
15573
16026
  @sapIndicationColor_4b_BorderColor: @sapContent_ForegroundBorderColor;
15574
16027
  @sapIndicationColor_4b_Hover_Background: @sapButton_Hover_Background;
15575
16028
 
@@ -15602,6 +16055,8 @@ fill: @sapBaseColor !important;
15602
16055
  @sapIndicationColor_5_Selected_BorderColor: @sapButton_Selected_BorderColor;
15603
16056
  @sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_TextColor;
15604
16057
  @sapIndicationColor_5b: @sapIndicationColor_5;
16058
+ @sapIndicationColor_5b_TextColor: @sapTextColor;
16059
+ @sapIndicationColor_5b_Background: @sapBackgroundColor;
15605
16060
  @sapIndicationColor_5b_BorderColor: @sapContent_ForegroundBorderColor;
15606
16061
  @sapIndicationColor_5b_Hover_Background: @sapButton_Hover_Background;
15607
16062
 
@@ -15634,6 +16089,8 @@ fill: @sapBaseColor !important;
15634
16089
  @sapIndicationColor_6_Selected_BorderColor: @sapButton_Selected_BorderColor;
15635
16090
  @sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_TextColor;
15636
16091
  @sapIndicationColor_6b: @sapIndicationColor_6;
16092
+ @sapIndicationColor_6b_TextColor: @sapTextColor;
16093
+ @sapIndicationColor_6b_Background: @sapBackgroundColor;
15637
16094
  @sapIndicationColor_6b_BorderColor: @sapContent_ForegroundBorderColor;
15638
16095
  @sapIndicationColor_6b_Hover_Background: @sapButton_Hover_Background;
15639
16096
 
@@ -15666,6 +16123,8 @@ fill: @sapBaseColor !important;
15666
16123
  @sapIndicationColor_7_Selected_BorderColor: @sapButton_Selected_BorderColor;
15667
16124
  @sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_TextColor;
15668
16125
  @sapIndicationColor_7b: @sapIndicationColor_7;
16126
+ @sapIndicationColor_7b_TextColor: @sapTextColor;
16127
+ @sapIndicationColor_7b_Background: @sapBackgroundColor;
15669
16128
  @sapIndicationColor_7b_BorderColor: @sapContent_ForegroundBorderColor;
15670
16129
  @sapIndicationColor_7b_Hover_Background: @sapButton_Hover_Background;
15671
16130
 
@@ -15698,6 +16157,8 @@ fill: @sapBaseColor !important;
15698
16157
  @sapIndicationColor_8_Selected_BorderColor: @sapButton_Selected_BorderColor;
15699
16158
  @sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_TextColor;
15700
16159
  @sapIndicationColor_8b: @sapIndicationColor_8;
16160
+ @sapIndicationColor_8b_TextColor: @sapTextColor;
16161
+ @sapIndicationColor_8b_Background: @sapBackgroundColor;
15701
16162
  @sapIndicationColor_8b_BorderColor: @sapContent_ForegroundBorderColor;
15702
16163
  @sapIndicationColor_8b_Hover_Background: @sapButton_Hover_Background;
15703
16164
  @sapIndicationColor_9: #fff;
@@ -15712,6 +16173,8 @@ fill: @sapBaseColor !important;
15712
16173
  @sapIndicationColor_9_Selected_BorderColor: @sapButton_Selected_BorderColor;
15713
16174
  @sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_TextColor;
15714
16175
  @sapIndicationColor_9b: @sapIndicationColor_9;
16176
+ @sapIndicationColor_9b_TextColor: @sapTextColor;
16177
+ @sapIndicationColor_9b_Background: @sapBackgroundColor;
15715
16178
  @sapIndicationColor_9b_BorderColor: @sapContent_ForegroundBorderColor;
15716
16179
  @sapIndicationColor_9b_Hover_Background: @sapButton_Hover_Background;
15717
16180
  @sapIndicationColor_10: #eaecee;
@@ -15726,6 +16189,8 @@ fill: @sapBaseColor !important;
15726
16189
  @sapIndicationColor_10_Selected_BorderColor: @sapButton_Selected_BorderColor;
15727
16190
  @sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_TextColor;
15728
16191
  @sapIndicationColor_10b: @sapIndicationColor_10;
16192
+ @sapIndicationColor_10b_TextColor: @sapTextColor;
16193
+ @sapIndicationColor_10b_Background: @sapBackgroundColor;
15729
16194
  @sapIndicationColor_10b_BorderColor: @sapContent_ForegroundBorderColor;
15730
16195
  @sapIndicationColor_10b_Hover_Background: @sapButton_Hover_Background;
15731
16196
 
@@ -16576,23 +17041,12 @@ fill: @sapBaseColor !important;
16576
17041
  @sapSvgLib_SAP-icons: none;
16577
17042
  @sapSvgLib_SAPGUI-icons: url(./../sap_belize/svg/libs/SAPGUI-icons.svg);
16578
17043
  @sapSvgLib_SAPWeb-icons: url(./../sap_belize/svg/libs/SAPWeb-icons.svg);
17044
+ @sapSapThemeId: sap_belize_hcw;
16579
17045
  @sapBackgroundColorDefault: @sapBackgroundColor;
16580
17046
  @sapList_HighlightColor: @sapHighlightColor;
16581
17047
  @sapContent_ElementHeight: 1.37em;
16582
17048
  @sapContent_ElementHeight_PX: 22px;
16583
-
16584
- // [Tags "!Protected"]
16585
- // [Protected "!true"]
16586
17049
  @sapBreakpoint_S_Min: 0;
16587
-
16588
- // [Tags "!Protected"]
16589
- // [Protected "!true"]
16590
17050
  @sapBreakpoint_M_Min: 600px;
16591
-
16592
- // [Tags "!Protected"]
16593
- // [Protected "!true"]
16594
17051
  @sapBreakpoint_L_Min: 1024px;
16595
-
16596
- // [Tags "!Protected"]
16597
- // [Protected "!true"]
16598
17052
  @sapBreakpoint_XL_Min: 1440px;