@openui5/sap.ui.core 1.99.0 → 1.100.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.
- package/THIRDPARTY.txt +2 -2
- package/package.json +1 -1
- package/src/jquery.sap.global.js +6 -3
- package/src/jquery.sap.properties.js +1 -1
- package/src/jquery.sap.resources.js +1 -1
- package/src/jquery.sap.script.js +1 -1
- package/src/jquery.sap.storage.js +3 -3
- package/src/sap/base/Log.js +1 -1
- package/src/sap/base/strings/whitespaceReplacer.js +1 -1
- package/src/sap/base/util/LoaderExtensions.js +1 -10
- package/src/sap/base/util/UriParameters.js +2 -2
- package/src/sap/base/util/restricted/_CancelablePromise.js +1 -1
- package/src/sap/base/util/restricted/_castArray.js +1 -1
- package/src/sap/base/util/restricted/_compact.js +1 -1
- package/src/sap/base/util/restricted/_curry.js +1 -1
- package/src/sap/base/util/restricted/_debounce.js +1 -1
- package/src/sap/base/util/restricted/_difference.js +1 -1
- package/src/sap/base/util/restricted/_differenceBy.js +1 -1
- package/src/sap/base/util/restricted/_differenceWith.js +1 -1
- package/src/sap/base/util/restricted/_flatMap.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDeep.js +1 -1
- package/src/sap/base/util/restricted/_flatMapDepth.js +1 -1
- package/src/sap/base/util/restricted/_flatten.js +1 -1
- package/src/sap/base/util/restricted/_flattenDeep.js +1 -1
- package/src/sap/base/util/restricted/_flattenDepth.js +1 -1
- package/src/sap/base/util/restricted/_intersection.js +1 -1
- package/src/sap/base/util/restricted/_intersectionBy.js +1 -1
- package/src/sap/base/util/restricted/_intersectionWith.js +1 -1
- package/src/sap/base/util/restricted/_isEqual.js +1 -1
- package/src/sap/base/util/restricted/_isEqualWith.js +1 -1
- package/src/sap/base/util/restricted/_isNil.js +1 -1
- package/src/sap/base/util/restricted/_max.js +1 -1
- package/src/sap/base/util/restricted/_merge.js +1 -1
- package/src/sap/base/util/restricted/_mergeWith.js +1 -1
- package/src/sap/base/util/restricted/_min.js +1 -1
- package/src/sap/base/util/restricted/_omit.js +1 -1
- package/src/sap/base/util/restricted/_pick.js +1 -1
- package/src/sap/base/util/restricted/_pickBy.js +1 -1
- package/src/sap/base/util/restricted/_throttle.js +1 -1
- package/src/sap/base/util/restricted/_toArray.js +1 -1
- package/src/sap/base/util/restricted/_union.js +1 -1
- package/src/sap/base/util/restricted/_unionBy.js +1 -1
- package/src/sap/base/util/restricted/_unionWith.js +1 -1
- package/src/sap/base/util/restricted/_uniq.js +1 -1
- package/src/sap/base/util/restricted/_uniqBy.js +1 -1
- package/src/sap/base/util/restricted/_uniqWith.js +1 -1
- package/src/sap/base/util/restricted/_without.js +1 -1
- package/src/sap/base/util/restricted/_xor.js +1 -1
- package/src/sap/base/util/restricted/_xorBy.js +1 -1
- package/src/sap/base/util/restricted/_xorWith.js +1 -1
- package/src/sap/base/util/restricted/_zipObject.js +1 -1
- package/src/sap/base/util/restricted/_zipObjectDeep.js +1 -1
- package/src/sap/ui/Device.js +3 -3
- package/src/sap/ui/Global.js +4 -4
- package/src/sap/ui/base/Event.js +1 -1
- package/src/sap/ui/base/EventProvider.js +1 -1
- package/src/sap/ui/base/ExpressionParser.js +1 -1
- package/src/sap/ui/base/Interface.js +1 -1
- package/src/sap/ui/base/ManagedObject.js +1 -1
- package/src/sap/ui/base/ManagedObjectMetadata.js +1 -1
- package/src/sap/ui/base/ManagedObjectObserver.js +2 -0
- package/src/sap/ui/base/Metadata.js +1 -1
- package/src/sap/ui/base/Object.js +1 -1
- package/src/sap/ui/base/ObjectPool.js +1 -1
- package/src/sap/ui/core/.library +2 -2
- package/src/sap/ui/core/BusyIndicator.js +1 -1
- package/src/sap/ui/core/Component.js +1 -1
- package/src/sap/ui/core/ComponentContainer.js +1 -1
- package/src/sap/ui/core/ComponentMetadata.js +2 -2
- package/src/sap/ui/core/ComponentSupport.js +1 -1
- package/src/sap/ui/core/Configuration.js +3 -1
- package/src/sap/ui/core/Control.js +1 -1
- package/src/sap/ui/core/Core.js +3 -1
- package/src/sap/ui/core/CustomData.js +1 -1
- package/src/sap/ui/core/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/Element.js +1 -1
- package/src/sap/ui/core/ElementMetadata.js +1 -1
- package/src/sap/ui/core/EnabledPropagator.js +1 -1
- package/src/sap/ui/core/EventBus.js +1 -1
- package/src/sap/ui/core/Fragment.js +1 -1
- package/src/sap/ui/core/HTML.js +1 -1
- package/src/sap/ui/core/History.js +1 -1
- package/src/sap/ui/core/Icon.js +17 -3
- package/src/sap/ui/core/IndicationColorSupport.js +1 -1
- package/src/sap/ui/core/IntervalTrigger.js +1 -1
- package/src/sap/ui/core/InvisibleMessage.js +1 -1
- package/src/sap/ui/core/InvisibleRenderer.js +1 -1
- package/src/sap/ui/core/InvisibleText.js +1 -1
- package/src/sap/ui/core/Item.js +1 -1
- package/src/sap/ui/core/LabelEnablement.js +1 -1
- package/src/sap/ui/core/LayoutData.js +1 -1
- package/src/sap/ui/core/ListItem.js +1 -1
- package/src/sap/ui/core/LocalBusyIndicator.js +1 -1
- package/src/sap/ui/core/Locale.js +1 -1
- package/src/sap/ui/core/LocaleData.js +24 -5
- package/src/sap/ui/core/Manifest.js +1 -1
- package/src/sap/ui/core/Message.js +1 -1
- package/src/sap/ui/core/Patcher.js +3 -3
- package/src/sap/ui/core/Popup.js +9 -6
- package/src/sap/ui/core/RenderManager.js +1 -1
- package/src/sap/ui/core/Renderer.js +1 -1
- package/src/sap/ui/core/ResizeHandler.js +1 -1
- package/src/sap/ui/core/ScrollBar.js +1 -1
- package/src/sap/ui/core/SeparatorItem.js +1 -1
- package/src/sap/ui/core/Title.js +1 -1
- package/src/sap/ui/core/TooltipBase.js +1 -1
- package/src/sap/ui/core/UIArea.js +1 -1
- package/src/sap/ui/core/UIComponent.js +1 -1
- package/src/sap/ui/core/UIComponentMetadata.js +1 -1
- package/src/sap/ui/core/ValueStateSupport.js +1 -1
- package/src/sap/ui/core/VariantLayoutData.js +1 -1
- package/src/sap/ui/core/XMLComposite.js +1 -1
- package/src/sap/ui/core/XMLCompositeMetadata.js +1 -1
- package/src/sap/ui/core/XMLTemplateProcessor.js +7 -6
- package/src/sap/ui/core/_IconRegistry.js +3 -2
- package/src/sap/ui/core/cache/CacheManager.js +1 -1
- package/src/sap/ui/core/cache/LRUPersistentCache.js +2 -1
- package/src/sap/ui/core/cldr/en_AU.json +1 -1
- package/src/sap/ui/core/date/Buddhist.js +3 -3
- package/src/sap/ui/core/date/Japanese.js +3 -3
- package/src/sap/ui/core/date/UniversalDate.js +10 -0
- package/src/sap/ui/core/date/UniversalDateUtils.js +1 -1
- package/src/sap/ui/core/delegate/ItemNavigation.js +1 -1
- package/src/sap/ui/core/delegate/ScrollEnablement.js +1 -1
- package/src/sap/ui/core/dnd/DragAndDrop.js +19 -16
- package/src/sap/ui/core/dnd/DragDropBase.js +1 -1
- package/src/sap/ui/core/dnd/DragDropInfo.js +1 -1
- package/src/sap/ui/core/dnd/DragInfo.js +1 -1
- package/src/sap/ui/core/dnd/DropInfo.js +3 -3
- package/src/sap/ui/core/format/DateFormat.js +125 -61
- package/src/sap/ui/core/format/DateFormatTimezoneDisplay.js +1 -0
- package/src/sap/ui/core/format/NumberFormat.js +331 -179
- package/src/sap/ui/core/format/TimezoneUtil.js +1 -1
- package/src/sap/ui/core/hyphenation/Hyphenation.js +1 -1
- package/src/sap/ui/core/library.js +85 -49
- package/src/sap/ui/core/message/ControlMessageProcessor.js +1 -1
- package/src/sap/ui/core/message/Message.js +1 -1
- package/src/sap/ui/core/message/MessageManager.js +1 -1
- package/src/sap/ui/core/message/MessageParser.js +1 -1
- package/src/sap/ui/core/message/MessageProcessor.js +1 -1
- package/src/sap/ui/core/messagebundle.properties +0 -2
- package/src/sap/ui/core/messagebundle_ar.properties +0 -1
- package/src/sap/ui/core/messagebundle_bg.properties +0 -1
- package/src/sap/ui/core/messagebundle_ca.properties +0 -1
- package/src/sap/ui/core/messagebundle_cs.properties +0 -1
- package/src/sap/ui/core/messagebundle_cy.properties +0 -1
- package/src/sap/ui/core/messagebundle_da.properties +0 -1
- package/src/sap/ui/core/messagebundle_de.properties +0 -1
- package/src/sap/ui/core/messagebundle_el.properties +0 -1
- package/src/sap/ui/core/messagebundle_en.properties +0 -1
- package/src/sap/ui/core/messagebundle_en_GB.properties +0 -1
- package/src/sap/ui/core/messagebundle_en_US_sappsd.properties +0 -1
- package/src/sap/ui/core/messagebundle_en_US_saptrc.properties +0 -1
- package/src/sap/ui/core/messagebundle_es.properties +0 -1
- package/src/sap/ui/core/messagebundle_es_MX.properties +0 -1
- package/src/sap/ui/core/messagebundle_et.properties +0 -1
- package/src/sap/ui/core/messagebundle_fi.properties +0 -1
- package/src/sap/ui/core/messagebundle_fr.properties +0 -1
- package/src/sap/ui/core/messagebundle_fr_CA.properties +0 -1
- package/src/sap/ui/core/messagebundle_hi.properties +0 -1
- package/src/sap/ui/core/messagebundle_hr.properties +0 -1
- package/src/sap/ui/core/messagebundle_hu.properties +0 -1
- package/src/sap/ui/core/messagebundle_id.properties +0 -1
- package/src/sap/ui/core/messagebundle_it.properties +0 -1
- package/src/sap/ui/core/messagebundle_iw.properties +0 -1
- package/src/sap/ui/core/messagebundle_ja.properties +0 -1
- package/src/sap/ui/core/messagebundle_kk.properties +0 -1
- package/src/sap/ui/core/messagebundle_ko.properties +1 -2
- package/src/sap/ui/core/messagebundle_lt.properties +0 -1
- package/src/sap/ui/core/messagebundle_lv.properties +0 -1
- package/src/sap/ui/core/messagebundle_ms.properties +0 -1
- package/src/sap/ui/core/messagebundle_nl.properties +0 -1
- package/src/sap/ui/core/messagebundle_no.properties +0 -1
- package/src/sap/ui/core/messagebundle_pl.properties +0 -1
- package/src/sap/ui/core/messagebundle_pt.properties +0 -1
- package/src/sap/ui/core/messagebundle_pt_PT.properties +0 -1
- package/src/sap/ui/core/messagebundle_ro.properties +0 -1
- package/src/sap/ui/core/messagebundle_ru.properties +0 -1
- package/src/sap/ui/core/messagebundle_sh.properties +0 -1
- package/src/sap/ui/core/messagebundle_sk.properties +0 -1
- package/src/sap/ui/core/messagebundle_sl.properties +0 -1
- package/src/sap/ui/core/messagebundle_sv.properties +0 -1
- package/src/sap/ui/core/messagebundle_th.properties +0 -1
- package/src/sap/ui/core/messagebundle_tr.properties +0 -1
- package/src/sap/ui/core/messagebundle_uk.properties +0 -1
- package/src/sap/ui/core/messagebundle_vi.properties +0 -1
- package/src/sap/ui/core/messagebundle_zh_CN.properties +0 -1
- package/src/sap/ui/core/messagebundle_zh_TW.properties +0 -1
- package/src/sap/ui/core/mvc/Controller.js +1 -1
- package/src/sap/ui/core/mvc/ControllerExtensionProvider.js +1 -1
- package/src/sap/ui/core/mvc/HTMLView.js +1 -1
- package/src/sap/ui/core/mvc/JSONView.js +1 -1
- package/src/sap/ui/core/mvc/JSView.js +1 -1
- package/src/sap/ui/core/mvc/TemplateView.js +1 -1
- package/src/sap/ui/core/mvc/View.js +1 -1
- package/src/sap/ui/core/mvc/XMLView.js +9 -1
- package/src/sap/ui/core/plugin/DeclarativeSupport.js +1 -1
- package/src/sap/ui/core/plugin/LessSupport.js +1 -1
- package/src/sap/ui/core/plugin/TemplatingSupport.js +1 -1
- package/src/sap/ui/core/postmessage/Bus.js +1 -1
- package/src/sap/ui/core/postmessage/confirmationDialog.js +1 -1
- package/src/sap/ui/core/rules/Misc.support.js +8 -3
- package/src/sap/ui/core/search/OpenSearchProvider.js +1 -1
- package/src/sap/ui/core/search/SearchProvider.js +1 -1
- package/src/sap/ui/core/service/Service.js +1 -1
- package/src/sap/ui/core/service/ServiceFactory.js +1 -1
- package/src/sap/ui/core/service/ServiceFactoryRegistry.js +1 -1
- package/src/sap/ui/core/support/Plugin.js +1 -1
- package/src/sap/ui/core/support/Support.js +3 -3
- package/src/sap/ui/core/support/plugins/ControlTree.js +1 -1
- package/src/sap/ui/core/support/plugins/Interaction.js +1 -1
- package/src/sap/ui/core/support/plugins/LocalStorage.js +1 -1
- package/src/sap/ui/core/support/plugins/Performance.js +1 -1
- package/src/sap/ui/core/support/plugins/Selector.js +1 -1
- package/src/sap/ui/core/support/plugins/TechInfo.js +1 -1
- package/src/sap/ui/core/support/plugins/Trace.js +1 -1
- package/src/sap/ui/core/support/plugins/ViewInfo.js +1 -1
- package/src/sap/ui/core/themes/base/CommandShortcutHints.less +1 -1
- package/src/sap/ui/core/themes/base/base.less +1108 -35
- package/src/sap/ui/core/themes/base/global.less +158 -4
- package/src/sap/ui/core/themes/sap_hcb/global.less +157 -2
- package/src/sap/ui/core/tmpl/DOMAttribute.js +1 -1
- package/src/sap/ui/core/tmpl/DOMElement.js +1 -1
- package/src/sap/ui/core/tmpl/HandlebarsTemplate.js +1 -1
- package/src/sap/ui/core/tmpl/Template.js +1 -1
- package/src/sap/ui/core/tmpl/TemplateControl.js +1 -1
- package/src/sap/ui/core/util/AsyncHintsHelper.js +1 -1
- package/src/sap/ui/core/util/Export.js +1 -1
- package/src/sap/ui/core/util/ExportCell.js +1 -1
- package/src/sap/ui/core/util/ExportColumn.js +1 -1
- package/src/sap/ui/core/util/ExportRow.js +1 -1
- package/src/sap/ui/core/util/ExportType.js +1 -1
- package/src/sap/ui/core/util/ExportTypeCSV.js +1 -1
- package/src/sap/ui/core/util/File.js +1 -1
- package/src/sap/ui/core/util/LibraryInfo.js +1 -1
- package/src/sap/ui/core/util/MockServer.js +3 -2
- package/src/sap/ui/core/util/PasteHelper.js +2 -2
- package/src/sap/ui/core/util/XMLPreprocessor.js +1 -0
- package/src/sap/ui/core/util/serializer/HTMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/Serializer.js +1 -1
- package/src/sap/ui/core/util/serializer/ViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/XMLViewSerializer.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/Delegate.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/HTML.js +1 -1
- package/src/sap/ui/core/util/serializer/delegate/XML.js +1 -1
- package/src/sap/ui/core/ws/ReadyState.js +1 -1
- package/src/sap/ui/core/ws/SapPcpWebSocket.js +1 -1
- package/src/sap/ui/core/ws/WebSocket.js +1 -1
- package/src/sap/ui/debug/ControlTree.js +1 -1
- package/src/sap/ui/debug/DebugEnv.js +1 -1
- package/src/sap/ui/debug/LogViewer.js +2 -2
- package/src/sap/ui/debug/PropertyList.js +1 -1
- package/src/sap/ui/model/ClientModel.js +1 -1
- package/src/sap/ui/model/CompositeBinding.js +3 -0
- package/src/sap/ui/model/CompositeDataState.js +1 -1
- package/src/sap/ui/model/CompositeType.js +13 -1
- package/src/sap/ui/model/DataState.js +1 -1
- package/src/sap/ui/model/MetaModel.js +1 -1
- package/src/sap/ui/model/Model.js +1 -1
- package/src/sap/ui/model/SelectionModel.js +1 -1
- package/src/sap/ui/model/SimpleType.js +1 -1
- package/src/sap/ui/model/TreeAutoExpandMode.js +1 -1
- package/src/sap/ui/model/Type.js +1 -1
- package/src/sap/ui/model/_Helper.js +22 -0
- package/src/sap/ui/model/analytics/AnalyticalBinding.js +28 -12
- package/src/sap/ui/model/base/ManagedObjectModel.js +8 -6
- package/src/sap/ui/model/json/JSONModel.js +15 -8
- package/src/sap/ui/model/message/MessageModel.js +1 -1
- package/src/sap/ui/model/odata/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/ODataMessageParser.js +1 -1
- package/src/sap/ui/model/odata/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/ODataMetadata.js +1 -1
- package/src/sap/ui/model/odata/ODataModel.js +1 -1
- package/src/sap/ui/model/odata/ODataPropertyBinding.js +3 -1
- package/src/sap/ui/model/odata/ODataTreeBindingFlat.js +1 -1
- package/src/sap/ui/model/odata/type/Boolean.js +1 -1
- package/src/sap/ui/model/odata/type/Byte.js +1 -1
- package/src/sap/ui/model/odata/type/Currency.js +1 -1
- package/src/sap/ui/model/odata/type/Date.js +1 -1
- package/src/sap/ui/model/odata/type/DateTime.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeBase.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeOffset.js +1 -1
- package/src/sap/ui/model/odata/type/DateTimeWithTimezone.js +54 -46
- package/src/sap/ui/model/odata/type/Decimal.js +1 -1
- package/src/sap/ui/model/odata/type/Double.js +1 -1
- package/src/sap/ui/model/odata/type/Guid.js +1 -1
- package/src/sap/ui/model/odata/type/Int.js +1 -1
- package/src/sap/ui/model/odata/type/Int16.js +1 -1
- package/src/sap/ui/model/odata/type/Int32.js +1 -1
- package/src/sap/ui/model/odata/type/Int64.js +1 -1
- package/src/sap/ui/model/odata/type/ODataType.js +1 -1
- package/src/sap/ui/model/odata/type/Raw.js +1 -1
- package/src/sap/ui/model/odata/type/SByte.js +1 -1
- package/src/sap/ui/model/odata/type/Single.js +1 -1
- package/src/sap/ui/model/odata/type/Stream.js +1 -1
- package/src/sap/ui/model/odata/type/String.js +1 -1
- package/src/sap/ui/model/odata/type/Time.js +1 -1
- package/src/sap/ui/model/odata/type/TimeOfDay.js +1 -1
- package/src/sap/ui/model/odata/type/Unit.js +1 -1
- package/src/sap/ui/model/odata/v2/Context.js +7 -3
- package/src/sap/ui/model/odata/v2/ODataAnnotations.js +1 -1
- package/src/sap/ui/model/odata/v2/ODataListBinding.js +109 -26
- package/src/sap/ui/model/odata/v2/ODataModel.js +236 -45
- package/src/sap/ui/model/odata/v2/ODataTreeBinding.js +1 -1
- package/src/sap/ui/model/odata/v4/Context.js +20 -22
- package/src/sap/ui/model/odata/v4/ODataBinding.js +50 -32
- package/src/sap/ui/model/odata/v4/ODataContextBinding.js +33 -5
- package/src/sap/ui/model/odata/v4/ODataListBinding.js +183 -46
- package/src/sap/ui/model/odata/v4/ODataMetaModel.js +1 -1
- package/src/sap/ui/model/odata/v4/ODataModel.js +185 -24
- package/src/sap/ui/model/odata/v4/ODataParentBinding.js +25 -57
- package/src/sap/ui/model/odata/v4/ODataPropertyBinding.js +3 -2
- package/src/sap/ui/model/odata/v4/lib/_Cache.js +146 -31
- package/src/sap/ui/model/odata/v4/lib/_GroupLock.js +4 -0
- package/src/sap/ui/model/odata/v4/lib/_Helper.js +6 -3
- package/src/sap/ui/model/odata/v4/lib/_Requestor.js +162 -8
- package/src/sap/ui/model/resource/ResourceModel.js +1 -1
- package/src/sap/ui/model/type/Boolean.js +1 -1
- package/src/sap/ui/model/type/Currency.js +1 -1
- package/src/sap/ui/model/type/Date.js +1 -1
- package/src/sap/ui/model/type/DateInterval.js +1 -1
- package/src/sap/ui/model/type/DateTime.js +1 -1
- package/src/sap/ui/model/type/DateTimeInterval.js +1 -1
- package/src/sap/ui/model/type/FileSize.js +1 -1
- package/src/sap/ui/model/type/Float.js +1 -1
- package/src/sap/ui/model/type/Integer.js +1 -1
- package/src/sap/ui/model/type/String.js +1 -1
- package/src/sap/ui/model/type/Time.js +1 -1
- package/src/sap/ui/model/type/TimeInterval.js +1 -1
- package/src/sap/ui/model/type/Unit.js +1 -1
- package/src/sap/ui/model/xml/XMLModel.js +1 -1
- package/src/sap/ui/performance/trace/FESR.js +1 -1
- package/src/sap/ui/performance/trace/FESRHelper.js +72 -0
- package/src/sap/ui/performance/trace/Interaction.js +6 -2
- package/src/sap/ui/qunit/qunit-2-css.js +4 -4
- package/src/sap/ui/qunit/qunit-css.js +4 -4
- package/src/sap/ui/qunit/utils/ControlIterator.js +1 -1
- package/src/sap/ui/qunit/utils/MemoryLeakCheck.js +1 -1
- package/src/sap/ui/test/BranchTracking.js +1 -0
- package/src/sap/ui/test/OpaBuilder.js +7 -7
- package/src/sap/ui/test/TestUtils.js +10 -0
- package/src/sap/ui/test/_UsageReport.js +1 -1
- package/src/sap/ui/test/generic/GenericTestCollection.js +176 -0
- package/src/sap/ui/test/generic/TestBase.js +151 -0
- package/src/sap/ui/test/generic/Utils.js +284 -0
- package/src/sap/ui/test/selectors/_ControlSelectorGenerator.js +9 -8
- package/src/sap/ui/test/selectors/_ControlSelectorValidator.js +1 -1
- package/src/sap/ui/test/starter/_setupAndStart.js +4 -0
- package/src/sap/ui/thirdparty/IPv6.js +1 -1
- package/src/sap/ui/thirdparty/SecondLevelDomains.js +1 -1
- package/src/sap/ui/thirdparty/URI.js +7 -3
- package/src/sap/ui/thirdparty/URITemplate.js +1 -1
- package/src/sap/ui/thirdparty/jszip.js +17 -7
- package/src/sap/ui/util/Mobile.js +17 -0
- package/src/sap/ui/util/Storage.js +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company
|
|
3
|
-
// * Theming Engine 1.
|
|
4
|
-
// * data:{"sModified":"
|
|
2
|
+
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 1.68.3
|
|
4
|
+
// * data:{"sModified":"2022-02-23T11:37:26Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.1.
|
|
8
|
+
/******************* FILE /Base/baseLib/baseTheme/base.less (Version 11.1.36-SNAPSHOT) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Label "Brand Color"]
|
|
@@ -314,6 +314,18 @@
|
|
|
314
314
|
// [Tags "Base", "Content", "Color", "Font", "Protected"]
|
|
315
315
|
@sapContent_MarkerTextColor: @sapDefault_Color;
|
|
316
316
|
|
|
317
|
+
// [Label "Measure Indicator Color"]
|
|
318
|
+
// [Description "The color of measuring indicators."]
|
|
319
|
+
// [TranslationKey "sapContent_MeasIndClr"]
|
|
320
|
+
// [Tags "Base", "Content", "Color", "Protected"]
|
|
321
|
+
@sapContent_MeasureIndicatorColor: @sapDefault_Color;
|
|
322
|
+
|
|
323
|
+
// [Label "Selected Measure Indicator Color"]
|
|
324
|
+
// [Description "The selected state color of measuring indicators."]
|
|
325
|
+
// [TranslationKey "sapContent_SelMeasIndClr"]
|
|
326
|
+
// [Tags "Base", "Content", "Color", "Protected"]
|
|
327
|
+
@sapContent_Selected_MeasureIndicatorColor: @sapDefault_Color;
|
|
328
|
+
|
|
317
329
|
// [Label "Placeholder Loading Background Color"]
|
|
318
330
|
// [Description "The background color of placeholder loading."]
|
|
319
331
|
// [TranslationKey "sapContent_PlaceholderloadBg"]
|
|
@@ -348,6 +360,11 @@
|
|
|
348
360
|
// [Tags "Base", "Content", "Color", "Protected"]
|
|
349
361
|
@sapContent_UnratedColor: @sapDefault_Color;
|
|
350
362
|
|
|
363
|
+
// [Label "Busy Color"]
|
|
364
|
+
// [Description "Color of the busy indicator."]
|
|
365
|
+
// [Tags "Base", "Content", "Color", "Protected"]
|
|
366
|
+
@sapContent_BusyColor: @sapDefault_Color;
|
|
367
|
+
|
|
351
368
|
// [Label "Focus Color"]
|
|
352
369
|
// [Description "The color of the focus."]
|
|
353
370
|
// [Tags "Base", "Content", "Color", "Protected"]
|
|
@@ -554,6 +571,11 @@
|
|
|
554
571
|
// [Tags "Base", "Content", "Color", "Protected"]
|
|
555
572
|
@sapContent_Selected_ForegroundColor: @sapDefault_Color;
|
|
556
573
|
|
|
574
|
+
// [Label "Forced Color Adjust"]
|
|
575
|
+
// [Description "Decides wether OS high contrast settings should be respected (auto) or ignored (none)."]
|
|
576
|
+
// [Tags "Base", "Content", "Protected"]
|
|
577
|
+
@sapContent_ForcedColorAdjust: none;
|
|
578
|
+
|
|
557
579
|
// [Label "Illustrative Color 1"]
|
|
558
580
|
// [Description "The color of illustrated content."]
|
|
559
581
|
// [Tags "Base", "Content", "Color", "Protected"]
|
|
@@ -664,6 +686,16 @@
|
|
|
664
686
|
// [Tags "Base", "Content", "Font", "Protected"]
|
|
665
687
|
@sapFontBoldFamily: @sapDefault_Font;
|
|
666
688
|
|
|
689
|
+
// [Label "Semi Bold Font Family"]
|
|
690
|
+
// [Description "The preferred semi bold font family."]
|
|
691
|
+
// [Tags "Base", "Content", "Font", "Protected"]
|
|
692
|
+
@sapFontSemiboldFamily: @sapDefault_Font;
|
|
693
|
+
|
|
694
|
+
// [Label "Semi Bold Duplex Font Family"]
|
|
695
|
+
// [Description "The preferred semi bold duplex font family (with the same widths as @sapFontFamily)."]
|
|
696
|
+
// [Tags "Base", "Content", "Font", "Protected"]
|
|
697
|
+
@sapFontSemiboldDuplexFamily: @sapDefault_Font;
|
|
698
|
+
|
|
667
699
|
// [Label "Black Font Family"]
|
|
668
700
|
// [Description "The preferred black font family of headers."]
|
|
669
701
|
// [Tags "Base", "Content", "Font", "Protected"]
|
|
@@ -906,6 +938,156 @@
|
|
|
906
938
|
// [Tags "Base", "Shell", "Color", "Protected"]
|
|
907
939
|
@sapShell_NeutralColor: @sapDefault_Color;
|
|
908
940
|
|
|
941
|
+
// [Label "Avatar 1 Background Color"]
|
|
942
|
+
// [Description "The background color of type-1 avatars."]
|
|
943
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
944
|
+
@sapAvatar_1_Background: @sapDefault_Color;
|
|
945
|
+
|
|
946
|
+
// [Label "Avatar 1 Border Color"]
|
|
947
|
+
// [Description "The border color of type-1 avatars."]
|
|
948
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
949
|
+
@sapAvatar_1_BorderColor: @sapDefault_Color;
|
|
950
|
+
|
|
951
|
+
// [Label "Avatar 1 Text Color"]
|
|
952
|
+
// [Description "The text color of type-1 avatars."]
|
|
953
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
954
|
+
@sapAvatar_1_TextColor: @sapDefault_Color;
|
|
955
|
+
|
|
956
|
+
// [Label "Avatar 2 Background Color"]
|
|
957
|
+
// [Description "The background color of type-2 avatars."]
|
|
958
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
959
|
+
@sapAvatar_2_Background: @sapDefault_Color;
|
|
960
|
+
|
|
961
|
+
// [Label "Avatar 2 Border Color"]
|
|
962
|
+
// [Description "The border color of type-2 avatars."]
|
|
963
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
964
|
+
@sapAvatar_2_BorderColor: @sapDefault_Color;
|
|
965
|
+
|
|
966
|
+
// [Label "Avatar 2 Text Color"]
|
|
967
|
+
// [Description "The text color of type-2 avatars."]
|
|
968
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
969
|
+
@sapAvatar_2_TextColor: @sapDefault_Color;
|
|
970
|
+
|
|
971
|
+
// [Label "Avatar 3 Background Color"]
|
|
972
|
+
// [Description "The background color of type-3 avatars."]
|
|
973
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
974
|
+
@sapAvatar_3_Background: @sapDefault_Color;
|
|
975
|
+
|
|
976
|
+
// [Label "Avatar 3 Border Color"]
|
|
977
|
+
// [Description "The border color of type-3 avatars."]
|
|
978
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
979
|
+
@sapAvatar_3_BorderColor: @sapDefault_Color;
|
|
980
|
+
|
|
981
|
+
// [Label "Avatar 3 Text Color"]
|
|
982
|
+
// [Description "The text color of type-3 avatars."]
|
|
983
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
984
|
+
@sapAvatar_3_TextColor: @sapDefault_Color;
|
|
985
|
+
|
|
986
|
+
// [Label "Avatar 4 Background Color"]
|
|
987
|
+
// [Description "The background color of type-4 avatars."]
|
|
988
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
989
|
+
@sapAvatar_4_Background: @sapDefault_Color;
|
|
990
|
+
|
|
991
|
+
// [Label "Avatar 4 Border Color"]
|
|
992
|
+
// [Description "The border color of type-4 avatars."]
|
|
993
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
994
|
+
@sapAvatar_4_BorderColor: @sapDefault_Color;
|
|
995
|
+
|
|
996
|
+
// [Label "Avatar 4 Text Color"]
|
|
997
|
+
// [Description "The text color of type-4 avatars."]
|
|
998
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
999
|
+
@sapAvatar_4_TextColor: @sapDefault_Color;
|
|
1000
|
+
|
|
1001
|
+
// [Label "Avatar 5 Background Color"]
|
|
1002
|
+
// [Description "The background color of type-5 avatars."]
|
|
1003
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1004
|
+
@sapAvatar_5_Background: @sapDefault_Color;
|
|
1005
|
+
|
|
1006
|
+
// [Label "Avatar 5 Border Color"]
|
|
1007
|
+
// [Description "The border color of type-5 avatars."]
|
|
1008
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1009
|
+
@sapAvatar_5_BorderColor: @sapDefault_Color;
|
|
1010
|
+
|
|
1011
|
+
// [Label "Avatar 5 Text Color"]
|
|
1012
|
+
// [Description "The text color of type-5 avatars."]
|
|
1013
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1014
|
+
@sapAvatar_5_TextColor: @sapDefault_Color;
|
|
1015
|
+
|
|
1016
|
+
// [Label "Avatar 6 Background Color"]
|
|
1017
|
+
// [Description "The background color of type-6 avatars."]
|
|
1018
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1019
|
+
@sapAvatar_6_Background: @sapDefault_Color;
|
|
1020
|
+
|
|
1021
|
+
// [Label "Avatar 6 Border Color"]
|
|
1022
|
+
// [Description "The border color of type-6 avatars."]
|
|
1023
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1024
|
+
@sapAvatar_6_BorderColor: @sapDefault_Color;
|
|
1025
|
+
|
|
1026
|
+
// [Label "Avatar 6 Text Color"]
|
|
1027
|
+
// [Description "The text color of type-6 avatars."]
|
|
1028
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1029
|
+
@sapAvatar_6_TextColor: @sapDefault_Color;
|
|
1030
|
+
|
|
1031
|
+
// [Label "Avatar 7 Background Color"]
|
|
1032
|
+
// [Description "The background color of type-7 avatars."]
|
|
1033
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1034
|
+
@sapAvatar_7_Background: @sapDefault_Color;
|
|
1035
|
+
|
|
1036
|
+
// [Label "Avatar 7 Border Color"]
|
|
1037
|
+
// [Description "The border color of type-7 avatars."]
|
|
1038
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1039
|
+
@sapAvatar_7_BorderColor: @sapDefault_Color;
|
|
1040
|
+
|
|
1041
|
+
// [Label "Avatar 7 Text Color"]
|
|
1042
|
+
// [Description "The text color of type-7 avatars."]
|
|
1043
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1044
|
+
@sapAvatar_7_TextColor: @sapDefault_Color;
|
|
1045
|
+
|
|
1046
|
+
// [Label "Avatar 8 Background Color"]
|
|
1047
|
+
// [Description "The background color of type-8 avatars."]
|
|
1048
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1049
|
+
@sapAvatar_8_Background: @sapDefault_Color;
|
|
1050
|
+
|
|
1051
|
+
// [Label "Avatar 8 Border Color"]
|
|
1052
|
+
// [Description "The border color of type-8 avatars."]
|
|
1053
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1054
|
+
@sapAvatar_8_BorderColor: @sapDefault_Color;
|
|
1055
|
+
|
|
1056
|
+
// [Label "Avatar 8 Text Color"]
|
|
1057
|
+
// [Description "The text color of type-8 avatars."]
|
|
1058
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1059
|
+
@sapAvatar_8_TextColor: @sapDefault_Color;
|
|
1060
|
+
|
|
1061
|
+
// [Label "Avatar 9 Background Color"]
|
|
1062
|
+
// [Description "The background color of type-9 avatars."]
|
|
1063
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1064
|
+
@sapAvatar_9_Background: @sapDefault_Color;
|
|
1065
|
+
|
|
1066
|
+
// [Label "Avatar 9 Border Color"]
|
|
1067
|
+
// [Description "The border color of type-9 avatars."]
|
|
1068
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1069
|
+
@sapAvatar_9_BorderColor: @sapDefault_Color;
|
|
1070
|
+
|
|
1071
|
+
// [Label "Avatar 9 Text Color"]
|
|
1072
|
+
// [Description "The text color of type-9 avatars."]
|
|
1073
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1074
|
+
@sapAvatar_9_TextColor: @sapDefault_Color;
|
|
1075
|
+
|
|
1076
|
+
// [Label "Avatar 10 Background Color"]
|
|
1077
|
+
// [Description "The background color of type-10 avatars."]
|
|
1078
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1079
|
+
@sapAvatar_10_Background: @sapDefault_Color;
|
|
1080
|
+
|
|
1081
|
+
// [Label "Avatar 10 Border Color"]
|
|
1082
|
+
// [Description "The border color of type-10 avatars."]
|
|
1083
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1084
|
+
@sapAvatar_10_BorderColor: @sapDefault_Color;
|
|
1085
|
+
|
|
1086
|
+
// [Label "Avatar 10 Text Color"]
|
|
1087
|
+
// [Description "The text color of type-10 avatars."]
|
|
1088
|
+
// [Tags "Base", "Avatar", "Color", "Protected"]
|
|
1089
|
+
@sapAvatar_10_TextColor: @sapDefault_Color;
|
|
1090
|
+
|
|
909
1091
|
// [Label "Button Background Color"]
|
|
910
1092
|
// [Description "The background color of buttons."]
|
|
911
1093
|
// [Tags "Base", "Button", "Color", "Protected"]
|
|
@@ -1546,6 +1728,12 @@
|
|
|
1546
1728
|
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1547
1729
|
@sapButton_Information_Active_BorderColor: @sapDefault_Color;
|
|
1548
1730
|
|
|
1731
|
+
// [Label "Information Button Active Text Color"]
|
|
1732
|
+
// [Description "The active (down) state text color of information buttons."]
|
|
1733
|
+
// [TranslationKey "sapButton_InfActTxtClr"]
|
|
1734
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1735
|
+
@sapButton_Information_Active_TextColor: @sapDefault_Color;
|
|
1736
|
+
|
|
1549
1737
|
// [Label "Neutral Button Background Color"]
|
|
1550
1738
|
// [Description "The background color of neutral buttons."]
|
|
1551
1739
|
// [Tags "Base", "Button", "Color", "Protected"]
|
|
@@ -1597,27 +1785,239 @@
|
|
|
1597
1785
|
// [Tags "Base", "Button", "Color", "Font", "Protected"]
|
|
1598
1786
|
@sapButton_Neutral_Active_TextColor: @sapDefault_Color;
|
|
1599
1787
|
|
|
1600
|
-
// [Label "Switch Button
|
|
1788
|
+
// [Label "Switch Button Track Background Color"]
|
|
1789
|
+
// [Description "The background color for the track of button controls such as the switch."]
|
|
1790
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1791
|
+
@sapButton_Track_Background: @sapDefault_Color;
|
|
1792
|
+
|
|
1793
|
+
// [Label "Switch Button Track Border Color"]
|
|
1794
|
+
// [Description "The border color for the track of button controls such as the switch."]
|
|
1795
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1796
|
+
@sapButton_Track_BorderColor: @sapDefault_Color;
|
|
1797
|
+
|
|
1798
|
+
// [Label "Switch Button Track Text Color"]
|
|
1799
|
+
// [Description "The text and icon color for the track of button controls such as the switch."]
|
|
1800
|
+
// [Tags "Base", "Button", "Color", "Font", "Protected"]
|
|
1801
|
+
@sapButton_Track_TextColor: @sapDefault_Color;
|
|
1802
|
+
|
|
1803
|
+
// [Label "Switch Button Track Hover Background Color"]
|
|
1804
|
+
// [Description "The background color for the hovered track of button controls such as the switch."]
|
|
1805
|
+
// [TranslationKey "sapButton_TrackHvBg"]
|
|
1806
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1807
|
+
@sapButton_Track_Hover_Background: @sapDefault_Color;
|
|
1808
|
+
|
|
1809
|
+
// [Label "Switch Button Track Hover Border Color"]
|
|
1810
|
+
// [Description "The border color for the hovered track of button controls such as the switch."]
|
|
1811
|
+
// [TranslationKey "sapButton_TrackHvBrd"]
|
|
1812
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1813
|
+
@sapButton_Track_Hover_BorderColor: @sapDefault_Color;
|
|
1814
|
+
|
|
1815
|
+
// [Label "Switch Button Selected Track Background Color"]
|
|
1601
1816
|
// [Description "The background color for the selected track of button controls such as the switch."]
|
|
1602
1817
|
// [TranslationKey "sapButton_TrackSelBg"]
|
|
1603
1818
|
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1604
1819
|
@sapButton_Track_Selected_Background: @sapDefault_Color;
|
|
1605
1820
|
|
|
1606
|
-
// [Label "Switch Button Selected
|
|
1821
|
+
// [Label "Switch Button Selected Track Border Color"]
|
|
1822
|
+
// [Description "The border color for the selected track of button controls such as the switch."]
|
|
1823
|
+
// [TranslationKey "sapButton_TrackSelBrd"]
|
|
1824
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1825
|
+
@sapButton_Track_Selected_BorderColor: @sapDefault_Color;
|
|
1826
|
+
|
|
1827
|
+
// [Label "Switch Button Selected Track Text Color"]
|
|
1607
1828
|
// [Description "The text and icon color for the selected track of button controls such as the switch."]
|
|
1608
1829
|
// [TranslationKey "sapButton_TrackSelTxtClr"]
|
|
1609
1830
|
// [Tags "Base", "Button", "Color", "Font", "Protected"]
|
|
1610
1831
|
@sapButton_Track_Selected_TextColor: @sapDefault_Color;
|
|
1611
1832
|
|
|
1612
|
-
// [Label "Switch Button Track Color"]
|
|
1613
|
-
// [Description "The background color for the track of button controls such as the switch."]
|
|
1833
|
+
// [Label "Switch Button Selected Track Hover Background Color"]
|
|
1834
|
+
// [Description "The background color for the hovered selected track of button controls such as the switch."]
|
|
1835
|
+
// [TranslationKey "sapButton_TrackSelHvBg"]
|
|
1614
1836
|
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1615
|
-
@
|
|
1837
|
+
@sapButton_Track_Selected_Hover_Background: @sapDefault_Color;
|
|
1616
1838
|
|
|
1617
|
-
// [Label "Switch Button
|
|
1618
|
-
// [Description "The
|
|
1839
|
+
// [Label "Switch Button Selected Track Hover Border Color"]
|
|
1840
|
+
// [Description "The border color for the hovered selected track of button controls such as the switch."]
|
|
1841
|
+
// [TranslationKey "sapButton_TrackSelHvBrd"]
|
|
1842
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1843
|
+
@sapButton_Track_Selected_Hover_BorderColor: @sapDefault_Color;
|
|
1844
|
+
|
|
1845
|
+
// [Label "Switch Button Handle Background Color"]
|
|
1846
|
+
// [Description "The background color for the handle of button controls such as the switch."]
|
|
1847
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1848
|
+
@sapButton_Handle_Background: @sapDefault_Color;
|
|
1849
|
+
|
|
1850
|
+
// [Label "Switch Button Handle Border Color"]
|
|
1851
|
+
// [Description "The border color for the handle of button controls such as the switch."]
|
|
1852
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1853
|
+
@sapButton_Handle_BorderColor: @sapDefault_Color;
|
|
1854
|
+
|
|
1855
|
+
// [Label "Switch Button Handle Text Color"]
|
|
1856
|
+
// [Description "The text and icon color for the handle of button controls such as the switch."]
|
|
1857
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1858
|
+
@sapButton_Handle_TextColor: @sapDefault_Color;
|
|
1859
|
+
|
|
1860
|
+
// [Label "Switch Button Handle Hover Background Color"]
|
|
1861
|
+
// [Description "The background color for the hovered handle of button controls such as the switch."]
|
|
1862
|
+
// [TranslationKey "sapButton_HandleHvBg"]
|
|
1863
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1864
|
+
@sapButton_Handle_Hover_Background: @sapDefault_Color;
|
|
1865
|
+
|
|
1866
|
+
// [Label "Switch Button Handle Hover Border Color"]
|
|
1867
|
+
// [Description "The border color for the hovered handle of button controls such as the switch."]
|
|
1868
|
+
// [TranslationKey "sapButton_HandleHvBrd"]
|
|
1869
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1870
|
+
@sapButton_Handle_Hover_BorderColor: @sapDefault_Color;
|
|
1871
|
+
|
|
1872
|
+
// [Label "Switch Button Selected Handle Background Color"]
|
|
1873
|
+
// [Description "The background color for the selected handle of button controls such as the switch."]
|
|
1874
|
+
// [TranslationKey "sapButton_HandleSelBg"]
|
|
1875
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1876
|
+
@sapButton_Handle_Selected_Background: @sapDefault_Color;
|
|
1877
|
+
|
|
1878
|
+
// [Label "Switch Button Selected Handle Border Color"]
|
|
1879
|
+
// [Description "The border color for the selected handle of button controls such as the switch."]
|
|
1880
|
+
// [TranslationKey "sapButton_HandleSelBrd"]
|
|
1881
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1882
|
+
@sapButton_Handle_Selected_BorderColor: @sapDefault_Color;
|
|
1883
|
+
|
|
1884
|
+
// [Label "Switch Button Selected Handle Text Color"]
|
|
1885
|
+
// [Description "The text and icon color for the selected handle of button controls such as the switch."]
|
|
1886
|
+
// [TranslationKey "sapButton_HandleSelTxtClr"]
|
|
1887
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1888
|
+
@sapButton_Handle_Selected_TextColor: @sapDefault_Color;
|
|
1889
|
+
|
|
1890
|
+
// [Label "Switch Button Selected Handle Hover Background Color"]
|
|
1891
|
+
// [Description "The background color for the hovered selected handle of button controls such as the switch."]
|
|
1892
|
+
// [TranslationKey "sapButton_HandleSelHvBg"]
|
|
1893
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1894
|
+
@sapButton_Handle_Selected_Hover_Background: @sapDefault_Color;
|
|
1895
|
+
|
|
1896
|
+
// [Label "Switch Button Selected Handle Hover Border Color"]
|
|
1897
|
+
// [Description "The border color for the hovered selected handle of button controls such as the switch."]
|
|
1898
|
+
// [TranslationKey "sapButton_HandleSelHvBrd"]
|
|
1899
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1900
|
+
@sapButton_Handle_Selected_Hover_BorderColor: @sapDefault_Color;
|
|
1901
|
+
|
|
1902
|
+
// [Label "Negative Switch Button Track Background Color"]
|
|
1903
|
+
// [Description "The background color for the track of negative button controls such as the switch."]
|
|
1904
|
+
// [TranslationKey "sapButton_TrackNegBg"]
|
|
1905
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1906
|
+
@sapButton_Track_Negative_Background: @sapDefault_Color;
|
|
1907
|
+
|
|
1908
|
+
// [Label "Negative Switch Button Track Border Color"]
|
|
1909
|
+
// [Description "The border color for the track of negative button controls such as the switch."]
|
|
1910
|
+
// [TranslationKey "sapButton_TrackNegBrd"]
|
|
1911
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1912
|
+
@sapButton_Track_Negative_BorderColor: @sapDefault_Color;
|
|
1913
|
+
|
|
1914
|
+
// [Label "Negative Switch Button Track Text Color"]
|
|
1915
|
+
// [Description "The text and icon color for the track of negative button controls such as the switch."]
|
|
1916
|
+
// [TranslationKey "sapButton_TrackNegTxtClr"]
|
|
1619
1917
|
// [Tags "Base", "Button", "Color", "Font", "Protected"]
|
|
1620
|
-
@
|
|
1918
|
+
@sapButton_Track_Negative_TextColor: @sapDefault_Color;
|
|
1919
|
+
|
|
1920
|
+
// [Label "Negative Switch Button Track Hover Background Color"]
|
|
1921
|
+
// [Description "The background color for the hovered track of negative button controls such as the switch."]
|
|
1922
|
+
// [TranslationKey "sapButton_TrackNegHvBg"]
|
|
1923
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1924
|
+
@sapButton_Track_Negative_Hover_Background: @sapDefault_Color;
|
|
1925
|
+
|
|
1926
|
+
// [Label "Negative Switch Button Track Hover Border Color"]
|
|
1927
|
+
// [Description "The border color for the hovered track of negative button controls such as the switch."]
|
|
1928
|
+
// [TranslationKey "sapButton_TrackNegHvBrd"]
|
|
1929
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1930
|
+
@sapButton_Track_Negative_Hover_BorderColor: @sapDefault_Color;
|
|
1931
|
+
|
|
1932
|
+
// [Label "Negative Switch Button Handle Background Color"]
|
|
1933
|
+
// [Description "The background color for the handle of negative button controls such as the switch."]
|
|
1934
|
+
// [TranslationKey "sapButton_HandleNegBg"]
|
|
1935
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1936
|
+
@sapButton_Handle_Negative_Background: @sapDefault_Color;
|
|
1937
|
+
|
|
1938
|
+
// [Label "Negative Switch Button Handle Border Color"]
|
|
1939
|
+
// [Description "The border color for the handle of negative button controls such as the switch."]
|
|
1940
|
+
// [TranslationKey "sapButton_HandleNegBrd"]
|
|
1941
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1942
|
+
@sapButton_Handle_Negative_BorderColor: @sapDefault_Color;
|
|
1943
|
+
|
|
1944
|
+
// [Label "Negative Switch Button Handle Text Color"]
|
|
1945
|
+
// [Description "The text and icon color for the handle of negative button controls such as the switch."]
|
|
1946
|
+
// [TranslationKey "sapButton_HandleNegTxtClr"]
|
|
1947
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1948
|
+
@sapButton_Handle_Negative_TextColor: @sapDefault_Color;
|
|
1949
|
+
|
|
1950
|
+
// [Label "Negative Switch Button Handle Hover Background Color"]
|
|
1951
|
+
// [Description "The background color for the hovered handle of negative button controls such as the switch."]
|
|
1952
|
+
// [TranslationKey "sapButton_HandleNegHvBg"]
|
|
1953
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1954
|
+
@sapButton_Handle_Negative_Hover_Background: @sapDefault_Color;
|
|
1955
|
+
|
|
1956
|
+
// [Label "Negative Switch Button Handle Hover Border Color"]
|
|
1957
|
+
// [Description "The border color for the hovered handle of negative button controls such as the switch."]
|
|
1958
|
+
// [TranslationKey "sapButton_HandleNegHvBrd"]
|
|
1959
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1960
|
+
@sapButton_Handle_Negative_Hover_BorderColor: @sapDefault_Color;
|
|
1961
|
+
|
|
1962
|
+
// [Label "Positive Switch Button Track Background Color"]
|
|
1963
|
+
// [Description "The background color for the track of positive button controls such as the switch."]
|
|
1964
|
+
// [TranslationKey "sapButton_TrackPosBg"]
|
|
1965
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1966
|
+
@sapButton_Track_Positive_Background: @sapDefault_Color;
|
|
1967
|
+
|
|
1968
|
+
// [Label "Positive Switch Button Track Border Color"]
|
|
1969
|
+
// [Description "The border color for the track of positive button controls such as the switch."]
|
|
1970
|
+
// [TranslationKey "sapButton_TrackPosBrd"]
|
|
1971
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1972
|
+
@sapButton_Track_Positive_BorderColor: @sapDefault_Color;
|
|
1973
|
+
|
|
1974
|
+
// [Label "Positive Switch Button Track Text Color"]
|
|
1975
|
+
// [Description "The text and icon color for the track of positive button controls such as the switch."]
|
|
1976
|
+
// [TranslationKey "sapButton_TrackPosTxtClr"]
|
|
1977
|
+
// [Tags "Base", "Button", "Color", "Font", "Protected"]
|
|
1978
|
+
@sapButton_Track_Positive_TextColor: @sapDefault_Color;
|
|
1979
|
+
|
|
1980
|
+
// [Label "Positive Switch Button Track Hover Background Color"]
|
|
1981
|
+
// [Description "The background color for the hovered track of positive button controls such as the switch."]
|
|
1982
|
+
// [TranslationKey "sapButton_TrackPosHvBg"]
|
|
1983
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1984
|
+
@sapButton_Track_Positive_Hover_Background: @sapDefault_Color;
|
|
1985
|
+
|
|
1986
|
+
// [Label "Positive Switch Button Track Hover Border Color"]
|
|
1987
|
+
// [Description "The border color for the hovered track of positive button controls such as the switch."]
|
|
1988
|
+
// [TranslationKey "sapButton_TrackPosHvBrd"]
|
|
1989
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1990
|
+
@sapButton_Track_Positive_Hover_BorderColor: @sapDefault_Color;
|
|
1991
|
+
|
|
1992
|
+
// [Label "Positive Switch Button Handle Background Color"]
|
|
1993
|
+
// [Description "The background color for the handle of positive button controls such as the switch."]
|
|
1994
|
+
// [TranslationKey "sapButton_HandlePosBg"]
|
|
1995
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
1996
|
+
@sapButton_Handle_Positive_Background: @sapDefault_Color;
|
|
1997
|
+
|
|
1998
|
+
// [Label "Positive Switch Button Handle Border Color"]
|
|
1999
|
+
// [Description "The border color for the handle of positive button controls such as the switch."]
|
|
2000
|
+
// [TranslationKey "sapButton_HandlePosBrd"]
|
|
2001
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
2002
|
+
@sapButton_Handle_Positive_BorderColor: @sapDefault_Color;
|
|
2003
|
+
|
|
2004
|
+
// [Label "Positive Switch Button Handle Text Color"]
|
|
2005
|
+
// [Description "The text and icon color for the handle of positive button controls such as the switch."]
|
|
2006
|
+
// [TranslationKey "sapButton_HandlePosTxtClr"]
|
|
2007
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
2008
|
+
@sapButton_Handle_Positive_TextColor: @sapDefault_Color;
|
|
2009
|
+
|
|
2010
|
+
// [Label "Positive Switch Button Handle Hover Background Color"]
|
|
2011
|
+
// [Description "The background color for the hovered handle of positive button controls such as the switch."]
|
|
2012
|
+
// [TranslationKey "sapButton_HandlePosHvBg"]
|
|
2013
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
2014
|
+
@sapButton_Handle_Positive_Hover_Background: @sapDefault_Color;
|
|
2015
|
+
|
|
2016
|
+
// [Label "Positive Switch Button Handle Hover Border Color"]
|
|
2017
|
+
// [Description "The border color for the hovered handle of positive button controls such as the switch."]
|
|
2018
|
+
// [TranslationKey "sapButton_HandlePosHvBrd"]
|
|
2019
|
+
// [Tags "Base", "Button", "Color", "Protected"]
|
|
2020
|
+
@sapButton_Handle_Positive_Hover_BorderColor: @sapDefault_Color;
|
|
1621
2021
|
|
|
1622
2022
|
// [Label "Token Background Color"]
|
|
1623
2023
|
// [Description "The background color of token buttons."]
|
|
@@ -1634,6 +2034,11 @@
|
|
|
1634
2034
|
// [Tags "Base", "Field", "Color", "Protected"]
|
|
1635
2035
|
@sapField_Background: @sapDefault_Color;
|
|
1636
2036
|
|
|
2037
|
+
// [Label "Field Background Image"]
|
|
2038
|
+
// [Description "The background style of input fields."]
|
|
2039
|
+
// [Tags "Base", "Field", "URI", "Image", "Protected"]
|
|
2040
|
+
@sapField_BackgroundStyle: @sapDefault_URI;
|
|
2041
|
+
|
|
1637
2042
|
// [Label "Field Text Color"]
|
|
1638
2043
|
// [Description "The text color of input fields."]
|
|
1639
2044
|
// [Tags "Base", "Field", "Color", "Font", "Protected"]
|
|
@@ -1659,6 +2064,11 @@
|
|
|
1659
2064
|
// [Tags "Base", "Field", "Dimension", "Protected"]
|
|
1660
2065
|
@sapField_BorderWidth: @sapDefault_Dimension;
|
|
1661
2066
|
|
|
2067
|
+
// [Label "Field Border Style"]
|
|
2068
|
+
// [Description "The style of borders of an input field."]
|
|
2069
|
+
// [Tags "Base", "Field", "Color", "Protected"]
|
|
2070
|
+
@sapField_BorderStyle: @sapDefault_BorderStyle;
|
|
2071
|
+
|
|
1662
2072
|
// [Label "Field Corner Radius"]
|
|
1663
2073
|
// [Description "Defines whether an input field has rounded corners."]
|
|
1664
2074
|
// [Tags "Base", "Field", "Dimension", "Protected"]
|
|
@@ -1669,6 +2079,11 @@
|
|
|
1669
2079
|
// [Tags "Base", "Field", "Color", "Protected"]
|
|
1670
2080
|
@sapField_Hover_Background: @sapDefault_Color;
|
|
1671
2081
|
|
|
2082
|
+
// [Label "Field Hover Background Image"]
|
|
2083
|
+
// [Description "The background style of input fields on hover."]
|
|
2084
|
+
// [Tags "Base", "Field", "URI", "Image", "Protected"]
|
|
2085
|
+
@sapField_Hover_BackgroundStyle: @sapDefault_URI;
|
|
2086
|
+
|
|
1672
2087
|
// [Label "Field Hover Border Color"]
|
|
1673
2088
|
// [Description "The color of an input field's borders on hover."]
|
|
1674
2089
|
// [Tags "Base", "Field", "Color", "Protected"]
|
|
@@ -1730,6 +2145,12 @@
|
|
|
1730
2145
|
// [Tags "Base", "Field", "Color", "Protected"]
|
|
1731
2146
|
@sapField_InvalidBackground: @sapDefault_Color;
|
|
1732
2147
|
|
|
2148
|
+
// [Label "Invalid Field Background Image"]
|
|
2149
|
+
// [Description "The background style of an input field with an invalid value."]
|
|
2150
|
+
// [TranslationKey "sapField_InvBgImg"]
|
|
2151
|
+
// [Tags "Base", "Field", "URI", "Image", "Protected"]
|
|
2152
|
+
@sapField_InvalidBackgroundStyle: @sapDefault_URI;
|
|
2153
|
+
|
|
1733
2154
|
// [Label "Invalid Field Border Thickness"]
|
|
1734
2155
|
// [Description "The thickness of borders of an input field with invalid value."]
|
|
1735
2156
|
// [Tags "Base", "Field", "Dimension", "Protected"]
|
|
@@ -1750,6 +2171,12 @@
|
|
|
1750
2171
|
// [Tags "Base", "Field", "Color", "Protected"]
|
|
1751
2172
|
@sapField_WarningBackground: @sapDefault_Color;
|
|
1752
2173
|
|
|
2174
|
+
// [Label "Warning Field Background Image"]
|
|
2175
|
+
// [Description "The background style of an input field indicating a warning."]
|
|
2176
|
+
// [TranslationKey "sapField_WarnBgImg"]
|
|
2177
|
+
// [Tags "Base", "Field", "URI", "Image", "Protected"]
|
|
2178
|
+
@sapField_WarningBackgroundStyle: @sapDefault_URI;
|
|
2179
|
+
|
|
1753
2180
|
// [Label "Warning Field Border Thickness"]
|
|
1754
2181
|
// [Description "The thickness of borders of an input field indicating a warning."]
|
|
1755
2182
|
// [Tags "Base", "Field", "Dimension", "Protected"]
|
|
@@ -1770,6 +2197,12 @@
|
|
|
1770
2197
|
// [Tags "Base", "Field", "Color", "Protected"]
|
|
1771
2198
|
@sapField_SuccessBackground: @sapDefault_Color;
|
|
1772
2199
|
|
|
2200
|
+
// [Label "Success Field Background Image"]
|
|
2201
|
+
// [Description "The background style of an input field indicating a successful user action."]
|
|
2202
|
+
// [TranslationKey "sapField_SucBgImg"]
|
|
2203
|
+
// [Tags "Base", "Field", "URI", "Image", "Protected"]
|
|
2204
|
+
@sapField_SuccessBackgroundStyle: @sapDefault_URI;
|
|
2205
|
+
|
|
1773
2206
|
// [Label "Success Field Border Thickness"]
|
|
1774
2207
|
// [Description "The thickness of borders of an input field indicating a successful user action."]
|
|
1775
2208
|
// [Tags "Base", "Field", "Dimension", "Protected"]
|
|
@@ -1790,13 +2223,21 @@
|
|
|
1790
2223
|
// [Tags "Base", "Field", "Color", "Protected"]
|
|
1791
2224
|
@sapField_InformationBackground: @sapDefault_Color;
|
|
1792
2225
|
|
|
2226
|
+
// [Label "Information Field Background Image"]
|
|
2227
|
+
// [Description "The background style of an input field indicating an information status."]
|
|
2228
|
+
// [TranslationKey "sapField_InfBgImg"]
|
|
2229
|
+
// [Tags "Base", "Field", "URI", "Image", "Protected"]
|
|
2230
|
+
@sapField_InformationBackgroundStyle: @sapDefault_URI;
|
|
2231
|
+
|
|
1793
2232
|
// [Label "Information Field Border Thickness"]
|
|
1794
2233
|
// [Description "The thickness of borders of an input field indicating an information status."]
|
|
2234
|
+
// [TranslationKey "sapField_InfBrdWdth"]
|
|
1795
2235
|
// [Tags "Base", "Field", "Dimension", "Protected"]
|
|
1796
2236
|
@sapField_InformationBorderWidth: @sapDefault_Dimension;
|
|
1797
2237
|
|
|
1798
2238
|
// [Label "Information Field Border Style"]
|
|
1799
2239
|
// [Description "The style of borders of an input field indicating an information status."]
|
|
2240
|
+
// [TranslationKey "sapField_InfBrdSty"]
|
|
1800
2241
|
// [Tags "Base", "Field", "Color", "Protected"]
|
|
1801
2242
|
@sapField_InformationBorderStyle: @sapDefault_BorderStyle;
|
|
1802
2243
|
|
|
@@ -1815,6 +2256,11 @@
|
|
|
1815
2256
|
// [Tags "Base", "Group", "Color", "Font", "Protected"]
|
|
1816
2257
|
@sapGroup_TitleTextColor: @sapDefault_Color;
|
|
1817
2258
|
|
|
2259
|
+
// [Label "Group Title Font Size"]
|
|
2260
|
+
// [Description "The font size of the group title."]
|
|
2261
|
+
// [Tags "Base", "Group", "Dimension", "Font", "Protected"]
|
|
2262
|
+
@sapGroup_Title_FontSize: @sapDefault_Dimension;
|
|
2263
|
+
|
|
1818
2264
|
// [Label "Group Content Background Color"]
|
|
1819
2265
|
// [Description "The background color of the content area of a group."]
|
|
1820
2266
|
// [Tags "Base", "Group", "Color", "Protected"]
|
|
@@ -1975,6 +2421,211 @@
|
|
|
1975
2421
|
// [Tags "Base", "List", "Color", "Protected"]
|
|
1976
2422
|
@sapList_TableFixedBorderColor: @sapDefault_Color;
|
|
1977
2423
|
|
|
2424
|
+
// [Label "Message Error Border Color"]
|
|
2425
|
+
// [Description "The error border color of message controls."]
|
|
2426
|
+
// [Tags "Base", "Message", "Color", "Protected"]
|
|
2427
|
+
@sapMessage_ErrorBorderColor: @sapDefault_Color;
|
|
2428
|
+
|
|
2429
|
+
// [Label "Message Warning Border Color"]
|
|
2430
|
+
// [Description "The warning border color of message controls."]
|
|
2431
|
+
// [Tags "Base", "Message", "Color", "Protected"]
|
|
2432
|
+
@sapMessage_WarningBorderColor: @sapDefault_Color;
|
|
2433
|
+
|
|
2434
|
+
// [Label "Message Success Border Color"]
|
|
2435
|
+
// [Description "The success border color of message controls."]
|
|
2436
|
+
// [Tags "Base", "Message", "Color", "Protected"]
|
|
2437
|
+
@sapMessage_SuccessBorderColor: @sapDefault_Color;
|
|
2438
|
+
|
|
2439
|
+
// [Label "Message Information Border Color"]
|
|
2440
|
+
// [Description "The information border color of message controls."]
|
|
2441
|
+
// [TranslationKey "sapMessage_InfBrd"]
|
|
2442
|
+
// [Tags "Base", "Message", "Color", "Protected"]
|
|
2443
|
+
@sapMessage_InformationBorderColor: @sapDefault_Color;
|
|
2444
|
+
|
|
2445
|
+
// [Label "Popover Border Corner Radius"]
|
|
2446
|
+
// [Description "The border radius of popovers."]
|
|
2447
|
+
// [TranslationKey "sapPopover_BrdRd"]
|
|
2448
|
+
// [Tags "Base", "Popover", "Dimension", "Protected"]
|
|
2449
|
+
@sapPopover_BorderCornerRadius: @sapDefault_Dimension;
|
|
2450
|
+
|
|
2451
|
+
// [Label "Progress Background"]
|
|
2452
|
+
// [Description "The background color of the empty part of progress bars."]
|
|
2453
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2454
|
+
@sapProgress_Background: @sapDefault_Color;
|
|
2455
|
+
|
|
2456
|
+
// [Label "Progress Border Color"]
|
|
2457
|
+
// [Description "The border color of the empty part of progress bars."]
|
|
2458
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2459
|
+
@sapProgress_BorderColor: @sapDefault_Color;
|
|
2460
|
+
|
|
2461
|
+
// [Label "Progress Text Color"]
|
|
2462
|
+
// [Description "The text color of the empty part of progress bars."]
|
|
2463
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2464
|
+
@sapProgress_TextColor: @sapDefault_Color;
|
|
2465
|
+
|
|
2466
|
+
// [Label "Progress Font Size"]
|
|
2467
|
+
// [Description "The font size of progress bars."]
|
|
2468
|
+
// [Tags "Base", "Progress", "Dimension", "Protected"]
|
|
2469
|
+
@sapProgress_FontSize: @sapDefault_Dimension;
|
|
2470
|
+
|
|
2471
|
+
// [Label "Negative Progress Background"]
|
|
2472
|
+
// [Description "The background color of the empty part of negative progress bars."]
|
|
2473
|
+
// [TranslationKey "sapProgress_NegBg"]
|
|
2474
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2475
|
+
@sapProgress_NegativeBackground: @sapDefault_Color;
|
|
2476
|
+
|
|
2477
|
+
// [Label "Negative Progress Border Color"]
|
|
2478
|
+
// [Description "The border color of the empty part of negative progress bars."]
|
|
2479
|
+
// [TranslationKey "sapProgress_NegBrd"]
|
|
2480
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2481
|
+
@sapProgress_NegativeBorderColor: @sapDefault_Color;
|
|
2482
|
+
|
|
2483
|
+
// [Label "Negative Progress Text Color"]
|
|
2484
|
+
// [Description "The text color of the empty part of negative progress bars."]
|
|
2485
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2486
|
+
@sapProgress_NegativeTextColor: @sapDefault_Color;
|
|
2487
|
+
|
|
2488
|
+
// [Label "Critical Progress Background"]
|
|
2489
|
+
// [Description "The background color of the empty part of critical progress bars."]
|
|
2490
|
+
// [TranslationKey "sapProgress_CrtBg"]
|
|
2491
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2492
|
+
@sapProgress_CriticalBackground: @sapDefault_Color;
|
|
2493
|
+
|
|
2494
|
+
// [Label "Critical Progress Border Color"]
|
|
2495
|
+
// [Description "The border color of the empty part of critical progress bars."]
|
|
2496
|
+
// [TranslationKey "sapProgress_CrtBrd"]
|
|
2497
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2498
|
+
@sapProgress_CriticalBorderColor: @sapDefault_Color;
|
|
2499
|
+
|
|
2500
|
+
// [Label "Critical Progress Text Color"]
|
|
2501
|
+
// [Description "The text color of the empty part of critical progress bars."]
|
|
2502
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2503
|
+
@sapProgress_CriticalTextColor: @sapDefault_Color;
|
|
2504
|
+
|
|
2505
|
+
// [Label "Positive Progress Background"]
|
|
2506
|
+
// [Description "The background color of the empty part of positive progress bars."]
|
|
2507
|
+
// [TranslationKey "sapProgress_PosBg"]
|
|
2508
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2509
|
+
@sapProgress_PositiveBackground: @sapDefault_Color;
|
|
2510
|
+
|
|
2511
|
+
// [Label "Positive Progress Border Color"]
|
|
2512
|
+
// [Description "The border color of the empty part of positive progress bars."]
|
|
2513
|
+
// [TranslationKey "sapProgress_PosBrd"]
|
|
2514
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2515
|
+
@sapProgress_PositiveBorderColor: @sapDefault_Color;
|
|
2516
|
+
|
|
2517
|
+
// [Label "Positive Progress Text Color"]
|
|
2518
|
+
// [Description "The text color of the empty part of positive progress bars."]
|
|
2519
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2520
|
+
@sapProgress_PositiveTextColor: @sapDefault_Color;
|
|
2521
|
+
|
|
2522
|
+
// [Label "Information Progress Background"]
|
|
2523
|
+
// [Description "The background color of the empty part of information progress bars."]
|
|
2524
|
+
// [TranslationKey "sapProgress_InfBg"]
|
|
2525
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2526
|
+
@sapProgress_InformationBackground: @sapDefault_Color;
|
|
2527
|
+
|
|
2528
|
+
// [Label "Information Progress Border Color"]
|
|
2529
|
+
// [Description "The border color of the empty part of information progress bars."]
|
|
2530
|
+
// [TranslationKey "sapProgress_InfBrd"]
|
|
2531
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2532
|
+
@sapProgress_InformationBorderColor: @sapDefault_Color;
|
|
2533
|
+
|
|
2534
|
+
// [Label "Information Progress Text Color"]
|
|
2535
|
+
// [Description "The text color of the empty part of information progress bars."]
|
|
2536
|
+
// [TranslationKey "sapProgress_InfTxtClr"]
|
|
2537
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2538
|
+
@sapProgress_InformationTextColor: @sapDefault_Color;
|
|
2539
|
+
|
|
2540
|
+
// [Label "Progress Value Background"]
|
|
2541
|
+
// [Description "The background color of the filled part of progress bars."]
|
|
2542
|
+
// [TranslationKey "sapProgress_Value_Bg"]
|
|
2543
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2544
|
+
@sapProgress_Value_Background: @sapDefault_Color;
|
|
2545
|
+
|
|
2546
|
+
// [Label "Progress Value Border Color"]
|
|
2547
|
+
// [Description "The border color of the filled part of progress bars."]
|
|
2548
|
+
// [TranslationKey "sapProgress_Value_Brd"]
|
|
2549
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2550
|
+
@sapProgress_Value_BorderColor: @sapDefault_Color;
|
|
2551
|
+
|
|
2552
|
+
// [Label "Progress Value Text Color"]
|
|
2553
|
+
// [Description "The text color of the filled part of progress bars."]
|
|
2554
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2555
|
+
@sapProgress_Value_TextColor: @sapDefault_Color;
|
|
2556
|
+
|
|
2557
|
+
// [Label "Negative Progress Value Background"]
|
|
2558
|
+
// [Description "The background color of the filled part of negative progress bars."]
|
|
2559
|
+
// [TranslationKey "sapProgress_Value_NegBg"]
|
|
2560
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2561
|
+
@sapProgress_Value_NegativeBackground: @sapDefault_Color;
|
|
2562
|
+
|
|
2563
|
+
// [Label "Negative Progress Value Border Color"]
|
|
2564
|
+
// [Description "The border color of the filled part of negative progress bars."]
|
|
2565
|
+
// [TranslationKey "sapProgress_Value_NegBrd"]
|
|
2566
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2567
|
+
@sapProgress_Value_NegativeBorderColor: @sapDefault_Color;
|
|
2568
|
+
|
|
2569
|
+
// [Label "Negative Progress Value Text Color"]
|
|
2570
|
+
// [Description "The text color of the filled part of negative progress bars."]
|
|
2571
|
+
// [TranslationKey "sapProgress_Value_NegTxtClr"]
|
|
2572
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2573
|
+
@sapProgress_Value_NegativeTextColor: @sapDefault_Color;
|
|
2574
|
+
|
|
2575
|
+
// [Label "Critical Progress Value Background"]
|
|
2576
|
+
// [Description "The background color of the filled part of critical progress bars."]
|
|
2577
|
+
// [TranslationKey "sapProgress_Value_CrtBg"]
|
|
2578
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2579
|
+
@sapProgress_Value_CriticalBackground: @sapDefault_Color;
|
|
2580
|
+
|
|
2581
|
+
// [Label "Critical Progress Value Border Color"]
|
|
2582
|
+
// [Description "The border color of the filled part of critical progress bars."]
|
|
2583
|
+
// [TranslationKey "sapProgress_Value_CrtBrd"]
|
|
2584
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2585
|
+
@sapProgress_Value_CriticalBorderColor: @sapDefault_Color;
|
|
2586
|
+
|
|
2587
|
+
// [Label "Critical Progress Value Text Color"]
|
|
2588
|
+
// [Description "The text color of the filled part of critical progress bars."]
|
|
2589
|
+
// [TranslationKey "sapProgress_Value_CrtTxtClr"]
|
|
2590
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2591
|
+
@sapProgress_Value_CriticalTextColor: @sapDefault_Color;
|
|
2592
|
+
|
|
2593
|
+
// [Label "Positive Progress Value Background"]
|
|
2594
|
+
// [Description "The background color of the filled part of positive progress bars."]
|
|
2595
|
+
// [TranslationKey "sapProgress_Value_PosBg"]
|
|
2596
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2597
|
+
@sapProgress_Value_PositiveBackground: @sapDefault_Color;
|
|
2598
|
+
|
|
2599
|
+
// [Label "Positive Progress Value Border Color"]
|
|
2600
|
+
// [Description "The border color of the filled part of positive progress bars."]
|
|
2601
|
+
// [TranslationKey "sapProgress_Value_PosBrd"]
|
|
2602
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2603
|
+
@sapProgress_Value_PositiveBorderColor: @sapDefault_Color;
|
|
2604
|
+
|
|
2605
|
+
// [Label "Positive Progress Value Text Color"]
|
|
2606
|
+
// [Description "The text color of the filled part of positive progress bars."]
|
|
2607
|
+
// [TranslationKey "sapProgress_Value_PosTxtClr"]
|
|
2608
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2609
|
+
@sapProgress_Value_PositiveTextColor: @sapDefault_Color;
|
|
2610
|
+
|
|
2611
|
+
// [Label "Information Progress Value Background"]
|
|
2612
|
+
// [Description "The background color of the filled part of information progress bars."]
|
|
2613
|
+
// [TranslationKey "sapProgress_Value_InfBg"]
|
|
2614
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2615
|
+
@sapProgress_Value_InformationBackground: @sapDefault_Color;
|
|
2616
|
+
|
|
2617
|
+
// [Label "Information Progress Value Border Color"]
|
|
2618
|
+
// [Description "The border color of the filled part of information progress bars."]
|
|
2619
|
+
// [TranslationKey "sapProgress_Value_InfBrd"]
|
|
2620
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2621
|
+
@sapProgress_Value_InformationBorderColor: @sapDefault_Color;
|
|
2622
|
+
|
|
2623
|
+
// [Label "Information Progress Value Text Color"]
|
|
2624
|
+
// [Description "The text color of the filled part of information progress bars."]
|
|
2625
|
+
// [TranslationKey "sapProgress_Value_InfTxtClr"]
|
|
2626
|
+
// [Tags "Base", "Progress", "Color", "Protected"]
|
|
2627
|
+
@sapProgress_Value_InformationTextColor: @sapDefault_Color;
|
|
2628
|
+
|
|
1978
2629
|
// [Label "Scrollbar Face Color"]
|
|
1979
2630
|
// [Description "The color of the surface of a scrollbar."]
|
|
1980
2631
|
// [Tags "Base", "Scrollbar", "Color", "Protected"]
|
|
@@ -2005,6 +2656,78 @@
|
|
|
2005
2656
|
// [Tags "Base", "Scrollbar", "Color", "Protected"]
|
|
2006
2657
|
@sapScrollBar_Hover_FaceColor: @sapDefault_Color;
|
|
2007
2658
|
|
|
2659
|
+
// [Label "Slider Background"]
|
|
2660
|
+
// [Description "The background color of the slider."]
|
|
2661
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2662
|
+
@sapSlider_Background: @sapDefault_Color;
|
|
2663
|
+
|
|
2664
|
+
// [Label "Slider Border Color"]
|
|
2665
|
+
// [Description "The border color of the slider."]
|
|
2666
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2667
|
+
@sapSlider_BorderColor: @sapDefault_Color;
|
|
2668
|
+
|
|
2669
|
+
// [Label "Slider Selected Background"]
|
|
2670
|
+
// [Description "The background color of the selected part of the slider (in LTR usually the part left of the handle)."]
|
|
2671
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2672
|
+
@sapSlider_Selected_Background: @sapDefault_Color;
|
|
2673
|
+
|
|
2674
|
+
// [Label "Slider Selected Border Color"]
|
|
2675
|
+
// [Description "The border color of the selected part of the slider (in LTR usually the part left of the handle)."]
|
|
2676
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2677
|
+
@sapSlider_Selected_BorderColor: @sapDefault_Color;
|
|
2678
|
+
|
|
2679
|
+
// [Label "Slider Handle Background"]
|
|
2680
|
+
// [Description "The background color of the slider handle."]
|
|
2681
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2682
|
+
@sapSlider_HandleBackground: @sapDefault_Color;
|
|
2683
|
+
|
|
2684
|
+
// [Label "Slider Handle Border Color"]
|
|
2685
|
+
// [Description "The border color of the slider handle."]
|
|
2686
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2687
|
+
@sapSlider_HandleBorderColor: @sapDefault_Color;
|
|
2688
|
+
|
|
2689
|
+
// [Label "Range Slider Handle Background"]
|
|
2690
|
+
// [Description "The background color of the range slider handle."]
|
|
2691
|
+
// [TranslationKey "sapSlider_RangeHandleBg"]
|
|
2692
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2693
|
+
@sapSlider_RangeHandleBackground: @sapDefault_Color;
|
|
2694
|
+
|
|
2695
|
+
// [Label "Slider Handle Hover Background"]
|
|
2696
|
+
// [Description "The hover state background color of the slider handle."]
|
|
2697
|
+
// [TranslationKey "sapSlider_HandleHvBg"]
|
|
2698
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2699
|
+
@sapSlider_Hover_HandleBackground: @sapDefault_Color;
|
|
2700
|
+
|
|
2701
|
+
// [Label "Slider Handle Hover Border Color"]
|
|
2702
|
+
// [Description "The hover state border color of the slider handle."]
|
|
2703
|
+
// [TranslationKey "sapSlider_HandleHvBrd"]
|
|
2704
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2705
|
+
@sapSlider_Hover_HandleBorderColor: @sapDefault_Color;
|
|
2706
|
+
|
|
2707
|
+
// [Label "Range Slider Handle Hover Background"]
|
|
2708
|
+
// [Description "The hover state background color of the range slider handle."]
|
|
2709
|
+
// [TranslationKey "sapSlider_Hv_RangeHandleBg"]
|
|
2710
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2711
|
+
@sapSlider_Hover_RangeHandleBackground: @sapDefault_Color;
|
|
2712
|
+
|
|
2713
|
+
// [Label "Slider Handle Active Background"]
|
|
2714
|
+
// [Description "The active state background color of the slider handle."]
|
|
2715
|
+
// [TranslationKey "sapSlider_HandleActBg"]
|
|
2716
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2717
|
+
@sapSlider_Active_HandleBackground: @sapDefault_Color;
|
|
2718
|
+
|
|
2719
|
+
// [Label "Slider Handle Active Border Color"]
|
|
2720
|
+
// [Description "The active state border color of the slider handle."]
|
|
2721
|
+
// [TranslationKey "sapSlider_HandleActBrd"]
|
|
2722
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2723
|
+
@sapSlider_Active_HandleBorderColor: @sapDefault_Color;
|
|
2724
|
+
|
|
2725
|
+
// [Label "Range Slider Handle Active Background"]
|
|
2726
|
+
// [Description "The active state background color of the range slider handle."]
|
|
2727
|
+
// [TranslationKey "sapSlider_Act_RangeHandleBg"]
|
|
2728
|
+
// [Tags "Base", "Slider", "Color", "Protected"]
|
|
2729
|
+
@sapSlider_Active_RangeHandleBackground: @sapDefault_Color;
|
|
2730
|
+
|
|
2008
2731
|
// [Label "Page Header Background Color"]
|
|
2009
2732
|
// [Description "The background color of page headers."]
|
|
2010
2733
|
// [Tags "Base", "Page", "Color", "Protected"]
|
|
@@ -2077,6 +2800,35 @@
|
|
|
2077
2800
|
// [Tags "Base", "Page", "Color", "Protected"]
|
|
2078
2801
|
@sapObjectHeader_BorderColor: @sapDefault_Color;
|
|
2079
2802
|
|
|
2803
|
+
// [Label "Object Header Title Text Color"]
|
|
2804
|
+
// [Description "The text color of object header titles."]
|
|
2805
|
+
// [TranslationKey "sapObjectHeader_TtlTxtClr"]
|
|
2806
|
+
// [Tags "Base", "Page", "Color", "Protected"]
|
|
2807
|
+
@sapObjectHeader_Title_TextColor: @sapDefault_Color;
|
|
2808
|
+
|
|
2809
|
+
// [Label "Object Header Title Font Size"]
|
|
2810
|
+
// [Description "The font size of object header titles."]
|
|
2811
|
+
// [Tags "Base", "Page", "Dimension", "Protected"]
|
|
2812
|
+
@sapObjectHeader_Title_FontSize: @sapDefault_Dimension;
|
|
2813
|
+
|
|
2814
|
+
// [Label "Object Header Snapped Title Font Size"]
|
|
2815
|
+
// [Description "The font size of snapped object header titles."]
|
|
2816
|
+
// [TranslationKey "sapObjectHeader_TtlSnFntSz"]
|
|
2817
|
+
// [Tags "Base", "Page", "Dimension", "Protected"]
|
|
2818
|
+
@sapObjectHeader_Title_SnappedFontSize: @sapDefault_Dimension;
|
|
2819
|
+
|
|
2820
|
+
// [Label "Object Header Title Font Family"]
|
|
2821
|
+
// [Description "The font family of object header titles."]
|
|
2822
|
+
// [TranslationKey "sapObjectHeader_TtlFntFmly"]
|
|
2823
|
+
// [Tags "Base", "Page", "Font", "Protected"]
|
|
2824
|
+
@sapObjectHeader_Title_FontFamily: @sapDefault_Font;
|
|
2825
|
+
|
|
2826
|
+
// [Label "Object Header Subtitle Text Color"]
|
|
2827
|
+
// [Description "The text color of object header subtitles."]
|
|
2828
|
+
// [TranslationKey "sapObjectHeader_SubttlTxtClr"]
|
|
2829
|
+
// [Tags "Base", "Page", "Color", "Protected"]
|
|
2830
|
+
@sapObjectHeader_Subtitle_TextColor: @sapDefault_Color;
|
|
2831
|
+
|
|
2080
2832
|
// [Label "Block Layer Background Color"]
|
|
2081
2833
|
// [Description "The background color of block layers."]
|
|
2082
2834
|
// [Tags "Base", "Page", "Color", "Protected"]
|
|
@@ -2102,6 +2854,11 @@
|
|
|
2102
2854
|
// [Tags "Base", "Tile", "Color", "Protected"]
|
|
2103
2855
|
@sapTile_BorderColor: @sapDefault_Color;
|
|
2104
2856
|
|
|
2857
|
+
// [Label "Tile Border Corner Radius"]
|
|
2858
|
+
// [Description "The border radius of tiles and cards."]
|
|
2859
|
+
// [Tags "Base", "Tile", "Dimension", "Protected"]
|
|
2860
|
+
@sapTile_BorderCornerRadius: @sapDefault_Dimension;
|
|
2861
|
+
|
|
2105
2862
|
// [Label "Tile Title Text Color"]
|
|
2106
2863
|
// [Description "The color of title texts on tiles and cards."]
|
|
2107
2864
|
// [Tags "Base", "Tile", "Color", "Font", "Protected"]
|
|
@@ -2242,6 +2999,18 @@
|
|
|
2242
2999
|
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
2243
3000
|
@sapIndicationColor_1: @sapDefault_Color;
|
|
2244
3001
|
|
|
3002
|
+
// [Label "Indication Color 1 Background"]
|
|
3003
|
+
// [Description "The background color for elements showing indication 1."]
|
|
3004
|
+
// [TranslationKey "sapIndication1Bg"]
|
|
3005
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3006
|
+
@sapIndicationColor_1_Background: @sapDefault_Color;
|
|
3007
|
+
|
|
3008
|
+
// [Label "Indication Color 1 Border Color"]
|
|
3009
|
+
// [Description "The border color for elements showing indication 1."]
|
|
3010
|
+
// [TranslationKey "sapIndication1Brd"]
|
|
3011
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3012
|
+
@sapIndicationColor_1_BorderColor: @sapDefault_Color;
|
|
3013
|
+
|
|
2245
3014
|
// [Label "Indication Color 1 Hover Background"]
|
|
2246
3015
|
// [Description "The hover state background color for elements showing indication 1."]
|
|
2247
3016
|
// [TranslationKey "sapIndication1HvrBg"]
|
|
@@ -2264,6 +3033,18 @@
|
|
|
2264
3033
|
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
2265
3034
|
@sapIndicationColor_2: @sapDefault_Color;
|
|
2266
3035
|
|
|
3036
|
+
// [Label "Indication Color 2 Background"]
|
|
3037
|
+
// [Description "The background color for elements showing indication 2."]
|
|
3038
|
+
// [TranslationKey "sapIndication2Bg"]
|
|
3039
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3040
|
+
@sapIndicationColor_2_Background: @sapDefault_Color;
|
|
3041
|
+
|
|
3042
|
+
// [Label "Indication Color 2 Border Color"]
|
|
3043
|
+
// [Description "The border color for elements showing indication 2."]
|
|
3044
|
+
// [TranslationKey "sapIndication2Brd"]
|
|
3045
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3046
|
+
@sapIndicationColor_2_BorderColor: @sapDefault_Color;
|
|
3047
|
+
|
|
2267
3048
|
// [Label "Indication Color 2 Hover Background"]
|
|
2268
3049
|
// [Description "The hover state background color for elements showing indication 2."]
|
|
2269
3050
|
// [TranslationKey "sapIndication2HvrBg"]
|
|
@@ -2286,6 +3067,18 @@
|
|
|
2286
3067
|
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
2287
3068
|
@sapIndicationColor_3: @sapDefault_Color;
|
|
2288
3069
|
|
|
3070
|
+
// [Label "Indication Color 3 Background"]
|
|
3071
|
+
// [Description "The background color for elements showing indication 3."]
|
|
3072
|
+
// [TranslationKey "sapIndication3Bg"]
|
|
3073
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3074
|
+
@sapIndicationColor_3_Background: @sapDefault_Color;
|
|
3075
|
+
|
|
3076
|
+
// [Label "Indication Color 3 Border Color"]
|
|
3077
|
+
// [Description "The border color for elements showing indication 3."]
|
|
3078
|
+
// [TranslationKey "sapIndication3Brd"]
|
|
3079
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3080
|
+
@sapIndicationColor_3_BorderColor: @sapDefault_Color;
|
|
3081
|
+
|
|
2289
3082
|
// [Label "Indication Color 3 Hover Background"]
|
|
2290
3083
|
// [Description "The hover state background color for elements showing indication 3."]
|
|
2291
3084
|
// [TranslationKey "sapIndication3HvrBg"]
|
|
@@ -2308,6 +3101,18 @@
|
|
|
2308
3101
|
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
2309
3102
|
@sapIndicationColor_4: @sapDefault_Color;
|
|
2310
3103
|
|
|
3104
|
+
// [Label "Indication Color 4 Background"]
|
|
3105
|
+
// [Description "The background color for elements showing indication 4."]
|
|
3106
|
+
// [TranslationKey "sapIndication4Bg"]
|
|
3107
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3108
|
+
@sapIndicationColor_4_Background: @sapDefault_Color;
|
|
3109
|
+
|
|
3110
|
+
// [Label "Indication Color 4 Border Color"]
|
|
3111
|
+
// [Description "The border color for elements showing indication 4."]
|
|
3112
|
+
// [TranslationKey "sapIndication4Brd"]
|
|
3113
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3114
|
+
@sapIndicationColor_4_BorderColor: @sapDefault_Color;
|
|
3115
|
+
|
|
2311
3116
|
// [Label "Indication Color 4 Hover Background"]
|
|
2312
3117
|
// [Description "The hover state background color for elements showing indication 4."]
|
|
2313
3118
|
// [TranslationKey "sapIndication4HvrBg"]
|
|
@@ -2330,6 +3135,18 @@
|
|
|
2330
3135
|
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
2331
3136
|
@sapIndicationColor_5: @sapDefault_Color;
|
|
2332
3137
|
|
|
3138
|
+
// [Label "Indication Color 5 Background"]
|
|
3139
|
+
// [Description "The background color for elements showing indication 5."]
|
|
3140
|
+
// [TranslationKey "sapIndication5Bg"]
|
|
3141
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3142
|
+
@sapIndicationColor_5_Background: @sapDefault_Color;
|
|
3143
|
+
|
|
3144
|
+
// [Label "Indication Color 5 Border Color"]
|
|
3145
|
+
// [Description "The border color for elements showing indication 5."]
|
|
3146
|
+
// [TranslationKey "sapIndication5Brd"]
|
|
3147
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3148
|
+
@sapIndicationColor_5_BorderColor: @sapDefault_Color;
|
|
3149
|
+
|
|
2333
3150
|
// [Label "Indication Color 5 Hover Background"]
|
|
2334
3151
|
// [Description "The hover state background color for elements showing indication 5."]
|
|
2335
3152
|
// [TranslationKey "sapIndication5HvrBg"]
|
|
@@ -2352,6 +3169,18 @@
|
|
|
2352
3169
|
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
2353
3170
|
@sapIndicationColor_6: @sapDefault_Color;
|
|
2354
3171
|
|
|
3172
|
+
// [Label "Indication Color 6 Background"]
|
|
3173
|
+
// [Description "The background color for elements showing indication 6."]
|
|
3174
|
+
// [TranslationKey "sapIndication6Bg"]
|
|
3175
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3176
|
+
@sapIndicationColor_6_Background: @sapDefault_Color;
|
|
3177
|
+
|
|
3178
|
+
// [Label "Indication Color 6 Border Color"]
|
|
3179
|
+
// [Description "The border color for elements showing indication 6."]
|
|
3180
|
+
// [TranslationKey "sapIndication6Brd"]
|
|
3181
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3182
|
+
@sapIndicationColor_6_BorderColor: @sapDefault_Color;
|
|
3183
|
+
|
|
2355
3184
|
// [Label "Indication Color 6 Hover Background"]
|
|
2356
3185
|
// [Description "The hover state background color for elements showing indication 6."]
|
|
2357
3186
|
// [TranslationKey "sapIndication6HvrBg"]
|
|
@@ -2374,6 +3203,18 @@
|
|
|
2374
3203
|
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
2375
3204
|
@sapIndicationColor_7: @sapDefault_Color;
|
|
2376
3205
|
|
|
3206
|
+
// [Label "Indication Color 7 Background"]
|
|
3207
|
+
// [Description "The background color for elements showing indication 7."]
|
|
3208
|
+
// [TranslationKey "sapIndication7Bg"]
|
|
3209
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3210
|
+
@sapIndicationColor_7_Background: @sapDefault_Color;
|
|
3211
|
+
|
|
3212
|
+
// [Label "Indication Color 7 Border Color"]
|
|
3213
|
+
// [Description "The border color for elements showing indication 7."]
|
|
3214
|
+
// [TranslationKey "sapIndication7Brd"]
|
|
3215
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3216
|
+
@sapIndicationColor_7_BorderColor: @sapDefault_Color;
|
|
3217
|
+
|
|
2377
3218
|
// [Label "Indication Color 7 Hover Background"]
|
|
2378
3219
|
// [Description "The hover state background color for elements showing indication 7."]
|
|
2379
3220
|
// [TranslationKey "sapIndication7HvrBg"]
|
|
@@ -2396,6 +3237,18 @@
|
|
|
2396
3237
|
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
2397
3238
|
@sapIndicationColor_8: @sapDefault_Color;
|
|
2398
3239
|
|
|
3240
|
+
// [Label "Indication Color 8 Background"]
|
|
3241
|
+
// [Description "The background color for elements showing indication 8."]
|
|
3242
|
+
// [TranslationKey "sapIndication8Bg"]
|
|
3243
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3244
|
+
@sapIndicationColor_8_Background: @sapDefault_Color;
|
|
3245
|
+
|
|
3246
|
+
// [Label "Indication Color 8 Border Color"]
|
|
3247
|
+
// [Description "The border color for elements showing indication 8."]
|
|
3248
|
+
// [TranslationKey "sapIndication8Brd"]
|
|
3249
|
+
// [Tags "Base", "SemanticColor", "Color", "Protected"]
|
|
3250
|
+
@sapIndicationColor_8_BorderColor: @sapDefault_Color;
|
|
3251
|
+
|
|
2399
3252
|
// [Label "Indication Color 8 Hover Background"]
|
|
2400
3253
|
// [Description "The hover state background color for elements showing indication 8."]
|
|
2401
3254
|
// [TranslationKey "sapIndication8HvrBg"]
|
|
@@ -2802,6 +3655,18 @@
|
|
|
2802
3655
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
2803
3656
|
// @sapFontUrl_72_Bold_woff: none;
|
|
2804
3657
|
|
|
3658
|
+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
3659
|
+
// @sapFontUrl_72_Semibold_woff2: none;
|
|
3660
|
+
|
|
3661
|
+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
3662
|
+
// @sapFontUrl_72_Semibold_woff: none;
|
|
3663
|
+
|
|
3664
|
+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
3665
|
+
// @sapFontUrl_72_SemiboldDuplex_woff2: none;
|
|
3666
|
+
|
|
3667
|
+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
3668
|
+
// @sapFontUrl_72_SemiboldDuplex_woff: none;
|
|
3669
|
+
|
|
2805
3670
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
2806
3671
|
// @sapFontUrl_72_Light_woff2: none;
|
|
2807
3672
|
|
|
@@ -2820,6 +3685,18 @@
|
|
|
2820
3685
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
2821
3686
|
// @sapFontUrl_72_Bold_full_woff: none;
|
|
2822
3687
|
|
|
3688
|
+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
3689
|
+
// @sapFontUrl_72_Semibold_full_woff2: none;
|
|
3690
|
+
|
|
3691
|
+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
3692
|
+
// @sapFontUrl_72_Semibold_full_woff: none;
|
|
3693
|
+
|
|
3694
|
+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
3695
|
+
// @sapFontUrl_72_SemiboldDuplex_full_woff2: none;
|
|
3696
|
+
|
|
3697
|
+
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
3698
|
+
// @sapFontUrl_72_SemiboldDuplex_full_woff: none;
|
|
3699
|
+
|
|
2823
3700
|
// [Tags "SapInternal", "Base", "URI", "Font", "Protected"]
|
|
2824
3701
|
// @sapFontUrl_72_Light_full_woff2: none;
|
|
2825
3702
|
|
|
@@ -2950,11 +3827,6 @@
|
|
|
2950
3827
|
// [Tags "Base", "Shell", "Protected", "Deprecated"]
|
|
2951
3828
|
@sapShell_BackgroundGradient: @sapShell_BackgroundImage;
|
|
2952
3829
|
|
|
2953
|
-
// [Label "deprecated - Group Title Font Size"]
|
|
2954
|
-
// [Description "The font size of the group title (deprecated)."]
|
|
2955
|
-
// [Tags "Base", "Group", "Dimension", "Font", "Protected", "Deprecated"]
|
|
2956
|
-
@sapGroup_Title_FontSize: @sapDeprecated_Dimension;
|
|
2957
|
-
|
|
2958
3830
|
// [Tags "SapInternal", "Base", "Color", "Protected"]
|
|
2959
3831
|
@sapDeprecated_Color: lime;
|
|
2960
3832
|
|
|
@@ -3012,6 +3884,13 @@
|
|
|
3012
3884
|
// src: local('72'), @sapFontUrl_72_Regular_woff2 format('woff2'), @sapFontUrl_72_Regular_woff format('woff');
|
|
3013
3885
|
// }
|
|
3014
3886
|
|
|
3887
|
+
// @font-face {
|
|
3888
|
+
// font-family: '72';
|
|
3889
|
+
// font-style: normal;
|
|
3890
|
+
// font-weight: 600;
|
|
3891
|
+
// src: local('72-Semibold'), @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff');
|
|
3892
|
+
// }
|
|
3893
|
+
|
|
3015
3894
|
// @font-face {
|
|
3016
3895
|
// font-family: '72';
|
|
3017
3896
|
// font-style: normal;
|
|
@@ -3033,6 +3912,13 @@
|
|
|
3033
3912
|
// src: @sapFontUrl_72_Regular_full_woff2 format('woff2'), @sapFontUrl_72_Regular_full_woff format('woff');
|
|
3034
3913
|
// }
|
|
3035
3914
|
|
|
3915
|
+
// @font-face {
|
|
3916
|
+
// font-family: '72full';
|
|
3917
|
+
// font-style: normal;
|
|
3918
|
+
// font-weight: 600;
|
|
3919
|
+
// src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
|
|
3920
|
+
// }
|
|
3921
|
+
|
|
3036
3922
|
// @font-face {
|
|
3037
3923
|
// font-family: '72full';
|
|
3038
3924
|
// font-style: normal;
|
|
@@ -3097,6 +3983,26 @@
|
|
|
3097
3983
|
// src: @sapFontUrl_72_Bold_full_woff2 format('woff2'), @sapFontUrl_72_Bold_full_woff format('woff');
|
|
3098
3984
|
// }
|
|
3099
3985
|
|
|
3986
|
+
// @font-face {
|
|
3987
|
+
// font-family: '72-Semibold';
|
|
3988
|
+
// src: local('72-Semibold'), @sapFontUrl_72_Semibold_woff2 format('woff2'), @sapFontUrl_72_Semibold_woff format('woff');
|
|
3989
|
+
// }
|
|
3990
|
+
|
|
3991
|
+
// @font-face {
|
|
3992
|
+
// font-family: '72-Semiboldfull';
|
|
3993
|
+
// src: @sapFontUrl_72_Semibold_full_woff2 format('woff2'), @sapFontUrl_72_Semibold_full_woff format('woff');
|
|
3994
|
+
// }
|
|
3995
|
+
|
|
3996
|
+
// @font-face {
|
|
3997
|
+
// font-family: '72-SemiboldDuplex';
|
|
3998
|
+
// src: local('72-SemiboldDuplex'), @sapFontUrl_72_SemiboldDuplex_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_woff format('woff');
|
|
3999
|
+
// }
|
|
4000
|
+
|
|
4001
|
+
// @font-face {
|
|
4002
|
+
// font-family: '72-SemiboldDuplexfull';
|
|
4003
|
+
// src: @sapFontUrl_72_SemiboldDuplex_full_woff2 format('woff2'), @sapFontUrl_72_SemiboldDuplex_full_woff format('woff');
|
|
4004
|
+
// }
|
|
4005
|
+
|
|
3100
4006
|
// @font-face {
|
|
3101
4007
|
// font-family: '72Black';
|
|
3102
4008
|
// src: local('72Black'), @sapFontUrl_72_Black_woff2 format('woff2'), @sapFontUrl_72_Black_woff format('woff');
|
|
@@ -3154,14 +4060,18 @@
|
|
|
3154
4060
|
// fill: @sapPositiveElementColor !important;
|
|
3155
4061
|
// }
|
|
3156
4062
|
|
|
4063
|
+
// .sapSvgIconBase {
|
|
4064
|
+
// fill: @sapBaseColor !important;
|
|
4065
|
+
// }
|
|
4066
|
+
|
|
3157
4067
|
// /**
|
|
3158
|
-
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company
|
|
3159
|
-
// * Theming Engine 1.
|
|
3160
|
-
// * data:{"sModified":"
|
|
4068
|
+
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
|
|
4069
|
+
// * Theming Engine 1.68.3
|
|
4070
|
+
// * data:{"sModified":"2022-02-23T11:37:26Z"}
|
|
3161
4071
|
// */
|
|
3162
4072
|
|
|
3163
4073
|
|
|
3164
|
-
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.1.
|
|
4074
|
+
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.1.36-SNAPSHOT) *******************/
|
|
3165
4075
|
|
|
3166
4076
|
|
|
3167
4077
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -3424,6 +4334,8 @@
|
|
|
3424
4334
|
|
|
3425
4335
|
// [Tags "!Protected"]
|
|
3426
4336
|
@sapContent_MarkerTextColor: @sapTextColor;
|
|
4337
|
+
@sapContent_MeasureIndicatorColor: @sapField_BorderColor;
|
|
4338
|
+
@sapContent_Selected_MeasureIndicatorColor: @sapField_BorderColor;
|
|
3427
4339
|
|
|
3428
4340
|
// [Tags "!Protected"]
|
|
3429
4341
|
@sapContent_Placeholderloading_Background: @sapHC_ReducedForeground;
|
|
@@ -3442,6 +4354,7 @@
|
|
|
3442
4354
|
|
|
3443
4355
|
// [Tags "!Protected"]
|
|
3444
4356
|
@sapContent_UnratedColor: @sapHC_ReducedAltForeground;
|
|
4357
|
+
@sapContent_BusyColor: @sapContent_IconColor;
|
|
3445
4358
|
|
|
3446
4359
|
// [Tags "!Protected"]
|
|
3447
4360
|
@sapContent_FocusColor: @sapHC_StandardForeground;
|
|
@@ -3562,6 +4475,7 @@
|
|
|
3562
4475
|
|
|
3563
4476
|
// [Tags "!Protected"]
|
|
3564
4477
|
@sapContent_Selected_ForegroundColor: @sapHC_StandardForeground;
|
|
4478
|
+
@sapContent_ForcedColorAdjust: none;
|
|
3565
4479
|
@sapContent_Illustrative_Color1: #212628;
|
|
3566
4480
|
@sapContent_Illustrative_Color2: #434e56;
|
|
3567
4481
|
@sapContent_Illustrative_Color3: #62737c;
|
|
@@ -3588,6 +4502,8 @@
|
|
|
3588
4502
|
|
|
3589
4503
|
// [Tags "!Protected"]
|
|
3590
4504
|
@sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
4505
|
+
@sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
4506
|
+
@sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
|
|
3591
4507
|
|
|
3592
4508
|
// [Tags "!Protected"]
|
|
3593
4509
|
@sapFontBlackFamily: "72Black", "72", "72full", Arial, Helvetica, sans-serif;
|
|
@@ -3726,6 +4642,36 @@
|
|
|
3726
4642
|
|
|
3727
4643
|
// [Tags "!Protected"]
|
|
3728
4644
|
@sapShell_NeutralColor: @sapNeutralColor;
|
|
4645
|
+
@sapAvatar_1_Background: @sapBackgroundColor;
|
|
4646
|
+
@sapAvatar_1_BorderColor: @sapGroup_ContentBorderColor;
|
|
4647
|
+
@sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4648
|
+
@sapAvatar_2_Background: @sapBackgroundColor;
|
|
4649
|
+
@sapAvatar_2_BorderColor: @sapGroup_ContentBorderColor;
|
|
4650
|
+
@sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4651
|
+
@sapAvatar_3_Background: @sapBackgroundColor;
|
|
4652
|
+
@sapAvatar_3_BorderColor: @sapGroup_ContentBorderColor;
|
|
4653
|
+
@sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4654
|
+
@sapAvatar_4_Background: @sapBackgroundColor;
|
|
4655
|
+
@sapAvatar_4_BorderColor: @sapGroup_ContentBorderColor;
|
|
4656
|
+
@sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4657
|
+
@sapAvatar_5_Background: @sapBackgroundColor;
|
|
4658
|
+
@sapAvatar_5_BorderColor: @sapGroup_ContentBorderColor;
|
|
4659
|
+
@sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4660
|
+
@sapAvatar_6_Background: @sapBackgroundColor;
|
|
4661
|
+
@sapAvatar_6_BorderColor: @sapGroup_ContentBorderColor;
|
|
4662
|
+
@sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4663
|
+
@sapAvatar_7_Background: @sapBackgroundColor;
|
|
4664
|
+
@sapAvatar_7_BorderColor: @sapGroup_ContentBorderColor;
|
|
4665
|
+
@sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4666
|
+
@sapAvatar_8_Background: @sapBackgroundColor;
|
|
4667
|
+
@sapAvatar_8_BorderColor: @sapGroup_ContentBorderColor;
|
|
4668
|
+
@sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4669
|
+
@sapAvatar_9_Background: @sapBackgroundColor;
|
|
4670
|
+
@sapAvatar_9_BorderColor: @sapGroup_ContentBorderColor;
|
|
4671
|
+
@sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4672
|
+
@sapAvatar_10_Background: @sapBackgroundColor;
|
|
4673
|
+
@sapAvatar_10_BorderColor: @sapGroup_ContentBorderColor;
|
|
4674
|
+
@sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
3729
4675
|
|
|
3730
4676
|
// [Tags "!Protected"]
|
|
3731
4677
|
@sapButton_Background: @sapBackgroundColor;
|
|
@@ -4066,6 +5012,9 @@
|
|
|
4066
5012
|
// [Tags "!Protected"]
|
|
4067
5013
|
@sapButton_Information_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
4068
5014
|
|
|
5015
|
+
// [Tags "!Protected"]
|
|
5016
|
+
@sapButton_Information_Active_TextColor: contrast(@sapButton_Information_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5017
|
+
|
|
4069
5018
|
// [Tags "!Protected"]
|
|
4070
5019
|
@sapButton_Neutral_Background: @sapButton_Background;
|
|
4071
5020
|
|
|
@@ -4094,16 +5043,52 @@
|
|
|
4094
5043
|
@sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4095
5044
|
|
|
4096
5045
|
// [Tags "!Protected"]
|
|
4097
|
-
@
|
|
5046
|
+
@sapButton_Track_Background: @sapButton_Background;
|
|
5047
|
+
@sapButton_Track_BorderColor: @sapContent_ForegroundBorderColor;
|
|
4098
5048
|
|
|
4099
5049
|
// [Tags "!Protected"]
|
|
4100
|
-
@
|
|
5050
|
+
@sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5051
|
+
@sapButton_Track_Hover_Background: @sapButton_Hover_Background;
|
|
5052
|
+
@sapButton_Track_Hover_BorderColor: @sapButton_Track_BorderColor;
|
|
4101
5053
|
|
|
4102
5054
|
// [Tags "!Protected"]
|
|
4103
|
-
@
|
|
5055
|
+
@sapButton_Track_Selected_Background: @sapButton_Selected_Background;
|
|
5056
|
+
@sapButton_Track_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
4104
5057
|
|
|
4105
5058
|
// [Tags "!Protected"]
|
|
4106
|
-
@
|
|
5059
|
+
@sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5060
|
+
@sapButton_Track_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
|
|
5061
|
+
@sapButton_Track_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
|
|
5062
|
+
@sapButton_Handle_Background: @sapButton_Background;
|
|
5063
|
+
@sapButton_Handle_BorderColor: @sapButton_BorderColor;
|
|
5064
|
+
@sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5065
|
+
@sapButton_Handle_Hover_Background: @sapButton_Hover_Background;
|
|
5066
|
+
@sapButton_Handle_Hover_BorderColor: @sapButton_Hover_BorderColor;
|
|
5067
|
+
@sapButton_Handle_Selected_Background: @sapButton_Selected_Background;
|
|
5068
|
+
@sapButton_Handle_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
5069
|
+
@sapButton_Handle_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5070
|
+
@sapButton_Handle_Selected_Hover_Background: @sapButton_Selected_Hover_Background;
|
|
5071
|
+
@sapButton_Handle_Selected_Hover_BorderColor: @sapButton_Selected_Hover_BorderColor;
|
|
5072
|
+
@sapButton_Track_Negative_Background: @sapButton_Background;
|
|
5073
|
+
@sapButton_Track_Negative_BorderColor: @sapNegativeElementColor;
|
|
5074
|
+
@sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5075
|
+
@sapButton_Track_Negative_Hover_Background: @sapButton_Hover_Background;
|
|
5076
|
+
@sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_BorderColor;
|
|
5077
|
+
@sapButton_Handle_Negative_Background: @sapButton_Handle_Background;
|
|
5078
|
+
@sapButton_Handle_Negative_BorderColor: @sapNegativeElementColor;
|
|
5079
|
+
@sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5080
|
+
@sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Hover_Background;
|
|
5081
|
+
@sapButton_Handle_Negative_Hover_BorderColor: @sapButton_Handle_Negative_BorderColor;
|
|
5082
|
+
@sapButton_Track_Positive_Background: @sapButton_Background;
|
|
5083
|
+
@sapButton_Track_Positive_BorderColor: @sapPositiveElementColor;
|
|
5084
|
+
@sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5085
|
+
@sapButton_Track_Positive_Hover_Background: @sapButton_Track_Positive_Background;
|
|
5086
|
+
@sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_BorderColor;
|
|
5087
|
+
@sapButton_Handle_Positive_Background: @sapButton_Handle_Background;
|
|
5088
|
+
@sapButton_Handle_Positive_BorderColor: @sapPositiveElementColor;
|
|
5089
|
+
@sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5090
|
+
@sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Hover_Background;
|
|
5091
|
+
@sapButton_Handle_Positive_Hover_BorderColor: @sapButton_Handle_Positive_BorderColor;
|
|
4107
5092
|
|
|
4108
5093
|
// [Tags "!Protected"]
|
|
4109
5094
|
@sapButton_TokenBackground: @sapButton_Background;
|
|
@@ -4113,6 +5098,7 @@
|
|
|
4113
5098
|
|
|
4114
5099
|
// [Tags "!Protected"]
|
|
4115
5100
|
@sapField_Background: @sapBackgroundColor;
|
|
5101
|
+
@sapField_BackgroundStyle: none;
|
|
4116
5102
|
|
|
4117
5103
|
// [Tags "!Protected"]
|
|
4118
5104
|
@sapField_TextColor: @sapTextColor;
|
|
@@ -4128,12 +5114,14 @@
|
|
|
4128
5114
|
|
|
4129
5115
|
// [Tags "!Protected"]
|
|
4130
5116
|
@sapField_BorderWidth: @sapElement_BorderWidth;
|
|
5117
|
+
@sapField_BorderStyle: solid;
|
|
4131
5118
|
|
|
4132
5119
|
// [Tags "!Protected"]
|
|
4133
5120
|
@sapField_BorderCornerRadius: 0;
|
|
4134
5121
|
|
|
4135
5122
|
// [Tags "!Protected"]
|
|
4136
5123
|
@sapField_Hover_Background: @sapField_Background;
|
|
5124
|
+
@sapField_Hover_BackgroundStyle: none;
|
|
4137
5125
|
|
|
4138
5126
|
// [Tags "!Protected"]
|
|
4139
5127
|
@sapField_Hover_BorderColor: @sapField_BorderColor;
|
|
@@ -4170,6 +5158,7 @@
|
|
|
4170
5158
|
|
|
4171
5159
|
// [Tags "!Protected"]
|
|
4172
5160
|
@sapField_InvalidBackground: @sapHighlightColor;
|
|
5161
|
+
@sapField_InvalidBackgroundStyle: none;
|
|
4173
5162
|
|
|
4174
5163
|
// [Tags "!Protected"]
|
|
4175
5164
|
@sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
|
|
@@ -4182,6 +5171,7 @@
|
|
|
4182
5171
|
|
|
4183
5172
|
// [Tags "!Protected"]
|
|
4184
5173
|
@sapField_WarningBackground: @sapField_Background;
|
|
5174
|
+
@sapField_WarningBackgroundStyle: none;
|
|
4185
5175
|
|
|
4186
5176
|
// [Tags "!Protected"]
|
|
4187
5177
|
@sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
|
|
@@ -4194,6 +5184,7 @@
|
|
|
4194
5184
|
|
|
4195
5185
|
// [Tags "!Protected"]
|
|
4196
5186
|
@sapField_SuccessBackground: @sapField_Background;
|
|
5187
|
+
@sapField_SuccessBackgroundStyle: none;
|
|
4197
5188
|
|
|
4198
5189
|
// [Tags "!Protected"]
|
|
4199
5190
|
@sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
|
|
@@ -4206,6 +5197,7 @@
|
|
|
4206
5197
|
|
|
4207
5198
|
// [Tags "!Protected"]
|
|
4208
5199
|
@sapField_InformationBackground: @sapField_Background;
|
|
5200
|
+
@sapField_InformationBackgroundStyle: none;
|
|
4209
5201
|
|
|
4210
5202
|
// [Tags "!Protected"]
|
|
4211
5203
|
@sapField_InformationBorderWidth: 0.0625 * @sapContent_GridSize;
|
|
@@ -4222,6 +5214,9 @@
|
|
|
4222
5214
|
// [Tags "!Protected"]
|
|
4223
5215
|
@sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4224
5216
|
|
|
5217
|
+
// [Tags "!Protected"]
|
|
5218
|
+
@sapGroup_Title_FontSize: @sapFontHeader4Size;
|
|
5219
|
+
|
|
4225
5220
|
// [Tags "!Protected"]
|
|
4226
5221
|
@sapGroup_ContentBackground: @sapBackgroundColor;
|
|
4227
5222
|
|
|
@@ -4314,6 +5309,42 @@
|
|
|
4314
5309
|
|
|
4315
5310
|
// [Tags "!Protected"]
|
|
4316
5311
|
@sapList_TableFixedBorderColor: @sapHC_StandardForeground;
|
|
5312
|
+
@sapMessage_ErrorBorderColor: @sapErrorBorderColor;
|
|
5313
|
+
@sapMessage_WarningBorderColor: @sapWarningBorderColor;
|
|
5314
|
+
@sapMessage_SuccessBorderColor: @sapSuccessBorderColor;
|
|
5315
|
+
@sapMessage_InformationBorderColor: @sapInformationBorderColor;
|
|
5316
|
+
@sapPopover_BorderCornerRadius: @sapElement_BorderCornerRadius;
|
|
5317
|
+
@sapProgress_Background: @sapField_Background;
|
|
5318
|
+
@sapProgress_BorderColor: @sapField_BorderColor;
|
|
5319
|
+
@sapProgress_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5320
|
+
@sapProgress_FontSize: @sapFontSmallSize;
|
|
5321
|
+
@sapProgress_NegativeBackground: @sapProgress_Background;
|
|
5322
|
+
@sapProgress_NegativeBorderColor: @sapField_BorderColor;
|
|
5323
|
+
@sapProgress_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5324
|
+
@sapProgress_CriticalBackground: @sapProgress_Background;
|
|
5325
|
+
@sapProgress_CriticalBorderColor: @sapField_BorderColor;
|
|
5326
|
+
@sapProgress_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5327
|
+
@sapProgress_PositiveBackground: @sapProgress_Background;
|
|
5328
|
+
@sapProgress_PositiveBorderColor: @sapField_BorderColor;
|
|
5329
|
+
@sapProgress_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5330
|
+
@sapProgress_InformationBackground: @sapProgress_Background;
|
|
5331
|
+
@sapProgress_InformationBorderColor: @sapField_BorderColor;
|
|
5332
|
+
@sapProgress_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5333
|
+
@sapProgress_Value_Background: @sapHighlightColor;
|
|
5334
|
+
@sapProgress_Value_BorderColor: @sapProgress_BorderColor;
|
|
5335
|
+
@sapProgress_Value_TextColor: contrast(@sapProgress_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5336
|
+
@sapProgress_Value_NegativeBackground: @sapHighlightColor;
|
|
5337
|
+
@sapProgress_Value_NegativeBorderColor: @sapProgress_BorderColor;
|
|
5338
|
+
@sapProgress_Value_NegativeTextColor: contrast(@sapProgress_NegativeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5339
|
+
@sapProgress_Value_CriticalBackground: @sapHighlightColor;
|
|
5340
|
+
@sapProgress_Value_CriticalBorderColor: @sapProgress_BorderColor;
|
|
5341
|
+
@sapProgress_Value_CriticalTextColor: contrast(@sapProgress_CriticalBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5342
|
+
@sapProgress_Value_PositiveBackground: @sapHighlightColor;
|
|
5343
|
+
@sapProgress_Value_PositiveBorderColor: @sapProgress_BorderColor;
|
|
5344
|
+
@sapProgress_Value_PositiveTextColor: contrast(@sapProgress_PositiveBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5345
|
+
@sapProgress_Value_InformationBackground: @sapHighlightColor;
|
|
5346
|
+
@sapProgress_Value_InformationBorderColor: @sapProgress_BorderColor;
|
|
5347
|
+
@sapProgress_Value_InformationTextColor: contrast(@sapProgress_InformationBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4317
5348
|
|
|
4318
5349
|
// [Tags "!Protected"]
|
|
4319
5350
|
@sapScrollBar_FaceColor: @sapHC_ReducedAltForeground;
|
|
@@ -4332,6 +5363,19 @@
|
|
|
4332
5363
|
|
|
4333
5364
|
// [Tags "!Protected"]
|
|
4334
5365
|
@sapScrollBar_Hover_FaceColor: @sapHC_StandardForeground;
|
|
5366
|
+
@sapSlider_Background: @sapNeutralBackground;
|
|
5367
|
+
@sapSlider_BorderColor: @sapField_BorderColor;
|
|
5368
|
+
@sapSlider_Selected_Background: @sapSelectedColor;
|
|
5369
|
+
@sapSlider_Selected_BorderColor: @sapField_BorderColor;
|
|
5370
|
+
@sapSlider_HandleBackground: @sapButton_Background;
|
|
5371
|
+
@sapSlider_HandleBorderColor: @sapField_BorderColor;
|
|
5372
|
+
@sapSlider_RangeHandleBackground: @sapSlider_HandleBackground;
|
|
5373
|
+
@sapSlider_Hover_HandleBackground: @sapButton_Hover_Background;
|
|
5374
|
+
@sapSlider_Hover_HandleBorderColor: @sapField_BorderColor;
|
|
5375
|
+
@sapSlider_Hover_RangeHandleBackground: transparent;
|
|
5376
|
+
@sapSlider_Active_HandleBackground: @sapButton_Active_Background;
|
|
5377
|
+
@sapSlider_Active_HandleBorderColor: @sapField_BorderColor;
|
|
5378
|
+
@sapSlider_Active_RangeHandleBackground: transparent;
|
|
4335
5379
|
|
|
4336
5380
|
// [Tags "!Protected"]
|
|
4337
5381
|
@sapPageHeader_Background: @sapBaseColor;
|
|
@@ -4374,6 +5418,11 @@
|
|
|
4374
5418
|
|
|
4375
5419
|
// [Tags "!Protected"]
|
|
4376
5420
|
@sapObjectHeader_BorderColor: @sapHC_StandardForeground;
|
|
5421
|
+
@sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
5422
|
+
@sapObjectHeader_Title_FontSize: @sapFontHeader3Size;
|
|
5423
|
+
@sapObjectHeader_Title_SnappedFontSize: @sapFontHeader3Size;
|
|
5424
|
+
@sapObjectHeader_Title_FontFamily: @sapFontFamily;
|
|
5425
|
+
@sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4377
5426
|
|
|
4378
5427
|
// [Tags "!Protected"]
|
|
4379
5428
|
@sapBlockLayer_Background: @sapBackgroundColor;
|
|
@@ -4389,6 +5438,7 @@
|
|
|
4389
5438
|
|
|
4390
5439
|
// [Tags "!Protected"]
|
|
4391
5440
|
@sapTile_BorderColor: @sapHC_StandardForeground;
|
|
5441
|
+
@sapTile_BorderCornerRadius: 0.25rem;
|
|
4392
5442
|
|
|
4393
5443
|
// [Tags "!Protected"]
|
|
4394
5444
|
@sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
@@ -4433,6 +5483,8 @@
|
|
|
4433
5483
|
|
|
4434
5484
|
// [Tags "!Protected"]
|
|
4435
5485
|
@sapIndicationColor_1: #780000;
|
|
5486
|
+
@sapIndicationColor_1_Background: @sapBackgroundColor;
|
|
5487
|
+
@sapIndicationColor_1_BorderColor: @sapContent_ForegroundBorderColor;
|
|
4436
5488
|
|
|
4437
5489
|
// [Tags "!Protected"]
|
|
4438
5490
|
@sapIndicationColor_1_Hover_Background: @sapButton_Hover_Background;
|
|
@@ -4441,10 +5493,12 @@
|
|
|
4441
5493
|
@sapIndicationColor_1_Active_Background: @sapButton_Active_Background;
|
|
4442
5494
|
|
|
4443
5495
|
// [Tags "!Protected"]
|
|
4444
|
-
@sapIndicationColor_1_TextColor: contrast(@
|
|
5496
|
+
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4445
5497
|
|
|
4446
5498
|
// [Tags "!Protected"]
|
|
4447
5499
|
@sapIndicationColor_2: #ab0000;
|
|
5500
|
+
@sapIndicationColor_2_Background: @sapBackgroundColor;
|
|
5501
|
+
@sapIndicationColor_2_BorderColor: @sapContent_ForegroundBorderColor;
|
|
4448
5502
|
|
|
4449
5503
|
// [Tags "!Protected"]
|
|
4450
5504
|
@sapIndicationColor_2_Hover_Background: @sapButton_Hover_Background;
|
|
@@ -4453,10 +5507,12 @@
|
|
|
4453
5507
|
@sapIndicationColor_2_Active_Background: @sapButton_Active_Background;
|
|
4454
5508
|
|
|
4455
5509
|
// [Tags "!Protected"]
|
|
4456
|
-
@sapIndicationColor_2_TextColor: contrast(@
|
|
5510
|
+
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4457
5511
|
|
|
4458
5512
|
// [Tags "!Protected"]
|
|
4459
5513
|
@sapIndicationColor_3: #5c5c00;
|
|
5514
|
+
@sapIndicationColor_3_Background: @sapBackgroundColor;
|
|
5515
|
+
@sapIndicationColor_3_BorderColor: @sapContent_ForegroundBorderColor;
|
|
4460
5516
|
|
|
4461
5517
|
// [Tags "!Protected"]
|
|
4462
5518
|
@sapIndicationColor_3_Hover_Background: @sapButton_Hover_Background;
|
|
@@ -4465,10 +5521,12 @@
|
|
|
4465
5521
|
@sapIndicationColor_3_Active_Background: @sapButton_Active_Background;
|
|
4466
5522
|
|
|
4467
5523
|
// [Tags "!Protected"]
|
|
4468
|
-
@sapIndicationColor_3_TextColor: contrast(@
|
|
5524
|
+
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4469
5525
|
|
|
4470
5526
|
// [Tags "!Protected"]
|
|
4471
5527
|
@sapIndicationColor_4: #006362;
|
|
5528
|
+
@sapIndicationColor_4_Background: @sapBackgroundColor;
|
|
5529
|
+
@sapIndicationColor_4_BorderColor: @sapContent_ForegroundBorderColor;
|
|
4472
5530
|
|
|
4473
5531
|
// [Tags "!Protected"]
|
|
4474
5532
|
@sapIndicationColor_4_Hover_Background: @sapButton_Hover_Background;
|
|
@@ -4477,10 +5535,12 @@
|
|
|
4477
5535
|
@sapIndicationColor_4_Active_Background: @sapButton_Active_Background;
|
|
4478
5536
|
|
|
4479
5537
|
// [Tags "!Protected"]
|
|
4480
|
-
@sapIndicationColor_4_TextColor: contrast(@
|
|
5538
|
+
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4481
5539
|
|
|
4482
5540
|
// [Tags "!Protected"]
|
|
4483
5541
|
@sapIndicationColor_5: #004ccb;
|
|
5542
|
+
@sapIndicationColor_5_Background: @sapBackgroundColor;
|
|
5543
|
+
@sapIndicationColor_5_BorderColor: @sapContent_ForegroundBorderColor;
|
|
4484
5544
|
|
|
4485
5545
|
// [Tags "!Protected"]
|
|
4486
5546
|
@sapIndicationColor_5_Hover_Background: @sapButton_Hover_Background;
|
|
@@ -4489,10 +5549,12 @@
|
|
|
4489
5549
|
@sapIndicationColor_5_Active_Background: @sapButton_Active_Background;
|
|
4490
5550
|
|
|
4491
5551
|
// [Tags "!Protected"]
|
|
4492
|
-
@sapIndicationColor_5_TextColor: contrast(@
|
|
5552
|
+
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4493
5553
|
|
|
4494
5554
|
// [Tags "!Protected"]
|
|
4495
5555
|
@sapIndicationColor_6: #105b5b;
|
|
5556
|
+
@sapIndicationColor_6_Background: @sapBackgroundColor;
|
|
5557
|
+
@sapIndicationColor_6_BorderColor: @sapContent_ForegroundBorderColor;
|
|
4496
5558
|
|
|
4497
5559
|
// [Tags "!Protected"]
|
|
4498
5560
|
@sapIndicationColor_6_Hover_Background: @sapButton_Hover_Background;
|
|
@@ -4501,10 +5563,12 @@
|
|
|
4501
5563
|
@sapIndicationColor_6_Active_Background: @sapButton_Active_Background;
|
|
4502
5564
|
|
|
4503
5565
|
// [Tags "!Protected"]
|
|
4504
|
-
@sapIndicationColor_6_TextColor: contrast(@
|
|
5566
|
+
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4505
5567
|
|
|
4506
5568
|
// [Tags "!Protected"]
|
|
4507
5569
|
@sapIndicationColor_7: #6c32a9;
|
|
5570
|
+
@sapIndicationColor_7_Background: @sapBackgroundColor;
|
|
5571
|
+
@sapIndicationColor_7_BorderColor: @sapContent_ForegroundBorderColor;
|
|
4508
5572
|
|
|
4509
5573
|
// [Tags "!Protected"]
|
|
4510
5574
|
@sapIndicationColor_7_Hover_Background: @sapButton_Hover_Background;
|
|
@@ -4513,10 +5577,12 @@
|
|
|
4513
5577
|
@sapIndicationColor_7_Active_Background: @sapButton_Active_Background;
|
|
4514
5578
|
|
|
4515
5579
|
// [Tags "!Protected"]
|
|
4516
|
-
@sapIndicationColor_7_TextColor: contrast(@
|
|
5580
|
+
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4517
5581
|
|
|
4518
5582
|
// [Tags "!Protected"]
|
|
4519
5583
|
@sapIndicationColor_8: #961d7c;
|
|
5584
|
+
@sapIndicationColor_8_Background: @sapBackgroundColor;
|
|
5585
|
+
@sapIndicationColor_8_BorderColor: @sapContent_ForegroundBorderColor;
|
|
4520
5586
|
|
|
4521
5587
|
// [Tags "!Protected"]
|
|
4522
5588
|
@sapIndicationColor_8_Hover_Background: @sapButton_Hover_Background;
|
|
@@ -4525,13 +5591,13 @@
|
|
|
4525
5591
|
@sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
|
|
4526
5592
|
|
|
4527
5593
|
// [Tags "!Protected"]
|
|
4528
|
-
@sapIndicationColor_8_TextColor: contrast(@
|
|
5594
|
+
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
4529
5595
|
|
|
4530
5596
|
// [Tags "!Protected"]
|
|
4531
5597
|
@sapLegend_WorkingBackground: darken(@sapList_Background, 15);
|
|
4532
5598
|
|
|
4533
5599
|
// [Tags "!Protected"]
|
|
4534
|
-
@sapLegend_NonWorkingBackground:
|
|
5600
|
+
@sapLegend_NonWorkingBackground: @sapHC_ReducedBackground;
|
|
4535
5601
|
|
|
4536
5602
|
// [Tags "!Protected"]
|
|
4537
5603
|
@sapLegend_CurrentDateTime: @sapAccentColor4;
|
|
@@ -4749,12 +5815,20 @@
|
|
|
4749
5815
|
// @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
|
|
4750
5816
|
// @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
|
|
4751
5817
|
// @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
|
|
5818
|
+
// @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
|
|
5819
|
+
// @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
|
|
5820
|
+
// @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
|
|
5821
|
+
// @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
|
|
4752
5822
|
// @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
|
|
4753
5823
|
// @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
|
|
4754
5824
|
// @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
|
|
4755
5825
|
// @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
|
|
4756
5826
|
// @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
|
|
4757
5827
|
// @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
|
|
5828
|
+
// @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
|
|
5829
|
+
// @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
|
|
5830
|
+
// @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
|
|
5831
|
+
// @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
|
|
4758
5832
|
// @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
|
|
4759
5833
|
// @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
|
|
4760
5834
|
// @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
|
|
@@ -4780,6 +5854,5 @@
|
|
|
4780
5854
|
// @sapSvgLib_SAPWeb-icons: url(./../sap_belize/svg/libs/SAPWeb-icons.svg);
|
|
4781
5855
|
@sapBackgroundColorDefault: @sapBackgroundColor;
|
|
4782
5856
|
@sapList_HighlightColor: @sapHighlightColor;
|
|
4783
|
-
@sapGroup_Title_FontSize: @sapFontSize;
|
|
4784
5857
|
@sapContent_ElementHeight: 1.37em;
|
|
4785
5858
|
@sapContent_ElementHeight_PX: 22px;
|