SAP / fundamental-styles

SAP Design System component library for building SAP user interfaces with any web technology.
https://sap.github.io/fundamental-styles
Apache License 2.0
185 stars 59 forks source link

fix(styles): add option for a second badge on Cards [ci visual] #5440

Closed InnaAtanasova closed 3 months ago

InnaAtanasova commented 3 months ago

Description

BREAKING CHANAGE:

Before:

<span class="fd-object-status fd-object-status--inverted fd-object-status--indication-5b fd-card__badge">
    <i class="fd-object-status__icon sap-icon--example" role="presentation"></i>
    <span class="fd-object-status__text">badge</span>
</span>

After:

<div class="fd-card__badge-container">
    <span class="fd-object-status fd-object-status--inverted fd-object-status--indication-5b fd-card__badge">
        <i class="fd-object-status__icon sap-icon--example" role="presentation"></i>
        <span class="fd-object-status__text">badge</span>
    </span>
 </div>
netlify[bot] commented 3 months ago

Deploy Preview for fundamental-styles ready!

Name Link
Latest commit 150ec7404ef769ab36371c14b41c3cd48bc6ec34
Latest deploy log https://app.netlify.com/sites/fundamental-styles/deploys/6668b54932d9c00008317dbf
Deploy Preview https://deploy-preview-5440--fundamental-styles.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.