Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2025

Bumps org.webjars.npm:sap-theming__theming-base-content from 11.18.2 to 11.24.0.

Release notes

Sourced from org.webjars.npm:sap-theming__theming-base-content's releases.

v11.24.0

Features

After Batch 1 (11.19.0) and Batch 2 (11.22.0), this release completes the addition of new parameters to reduce the need for theme-specific ("delta") CSS, with the final Batch 3 of new parameters:

  • Border-width of message strips (sapMessage_BorderWidth) and background-color of hovered buttons in message strips (sapMessage_Button_Hover_Background)
  • A whole new namespace sapTab, that describes tabs in e.g. an IconTabBar with standard text-, foreground-, icon- and background-color, selected state and positive/critical/negative semantic states, e.g. sapTab_Negative_Selected_IconColor
  • Text and background colors for the "b" versions of indication colors, e.g. sapIndicationColor_1b_TextColor

Bug Fixes

  • sapGroup_BorderCornerRadius is .75rem in Morning and Evening Horizon, to match the target design for the border-radius of Groups
  • sapChart_OrderedColor_1 is #168eff, a little bit brighter and bluer, to make it easier to distinguish from sapBrandColor; the contrast() statements of the sapChart_Sequence_1_…TextColor parameters are adjusted accordingly

v11.23.0

Features

  • New parameter sapSapThemeId makes the id of the SAP-provided theme that is used (or that the custom theme is based on) available at runtime
  • BusinessSuiteInAppSymbols v2.088 (Horizon) and v1.088 (non-Horizon) with new icons e189 (icon-staging) and e18a (icon-dangerous-goods)

Bug Fixes

  • Semantic parameters are consistently tagged with "Semantic", the tag "SemanticColor" is removed
  • Prohibit spacing parameters introduced with 11.22.0 from theming
  • Fix mistake for parameter assignment sapField_Selector_Hover_InvalidBackground

v11.22.0

Features

  • All kinds of Checkbox and Radio Button Hover Backgrounds, i.e. sapField_Selector_Hover*Background
  • Many new spacing parameters for the sapContent and sapShell namespaces, together with defined S, M, L and XL viewport width breakpoints in the new sapBreakpoint namespace
    • (S|M|L|XL) parameters are to be used when the respective sapBreakpoint is met
    • (Tiny|Small|Medium|Large) parameters can be used regardless of viewport sizes
    • sapBreakpoint_(S|M|L|XL)_Min describe the minimum viewport width for the t-shirt size
    • sapContent_Space_(S|M|L|XL) and sapShell_Space_(S|M|L|XL) describe the horizontal padding of applications and shells depending on the viewport size
    • sapContent_Space_(Tiny|Small|Medium|Large) are viewport-width-independent sizes used for generic margin- and padding utilities (e.g. .sapUiTinyMarginBegin)
    • sapContent_Margin_(S|M|L|XL) are a special four-sided viewport-width-dependent parameter for margins
    • sapContent_Gap_(S|M|L|XL), sapShell_Gap_(S|M|L|XL) and sapShell_GroupGap_(S|M|L|XL) describe the gap between elements in applications and shells
    • sapContent_Padding_(S|M|L|XL) are the outermost horizontal paddings of applications
  • Component Border widths sapGroup_TitleBorderWidth, sapList_TableFixedColumnBorderWidth and sapList_TableFixedRowBorderWidth
  • Card and Tile hover background sapTile_Hover_ContentBackground and sapTile_Active_ContentBackground
  • 3 new Avatar parameters sapAvatar_Lite_BorderColor, sapAvatar_Lite_Background and sapAvatar_Hover_BorderColor
  • The new sapBlockLayer_Opacity allows to change the opacity of a Block Layer Background which is e.g. in the back of a dialog
  • New semantic header shadows (Success, Warning, Error, Information)
  • Token parameter for border corner radius sapButton_TokenBorderCornerRadius, border width sapButton_Selected_TokenBorderWidth and background sapButton_ReadOnly_TokenBackground
  • The border corner radius inside a group of buttons are now available sapButton_Segment_BorderCornerRadius
  • Border color sapField_Picker_BorderColor and border width sapField_Picker_BorderWidth of content pickers are no available for custom theming
  • SAP internal parameters sapCss_SAP-icons-TNT and sapCss_SAP-icons-Business-Suite are now available. That allow to switch on the generation of @font-face definitions for those icon-fonts
  • SAP-icons v5.10 and v4.22 with new icon xe2a7 (unsynchronize)
  • BusinessSuiteInAppSymbols v2.087 (Horizon) and v1.087 (non-Horizon) with new icon e188 (icon-map-navigation)
  • Tag sapContent_Illustrative_Color* parameters with "Illustrative"
  • Tag sapIndicationColor* parameters with "Indication" and delete tag "SemanticColor"

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.webjars.npm:sap-theming__theming-base-content](https://github.com/SAP/theming-base-content) from 11.18.2 to 11.24.0.
- [Release notes](https://github.com/SAP/theming-base-content/releases)
- [Commits](SAP/theming-base-content@11.18.2...11.24.0)

---
updated-dependencies:
- dependency-name: org.webjars.npm:sap-theming__theming-base-content
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.webjars.npm-sap-theming__theming-base-content-11.24.0 branch from e5cf42d to 4ef5ca9 Compare March 11, 2025 06:35
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Superseded by #5313.

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/maven/org.webjars.npm-sap-theming__theming-base-content-11.24.0 branch September 8, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants