Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mercury][showcase] Unify css clases into one and finish up buttons Angular showcase page #440

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

bsastregx
Copy link
Collaborator

@bsastregx bsastregx commented Jan 17, 2025

Changes in this PR:

Unify css clases that were required to be combined, into a single class.

Breaking Changes:

Layout

Before After
.layout .layout--cols-1 .layout--cols-1
.layout .layout--cols-2 .layout--cols-2
.layout .layout--cols-3 .layout--cols-3
.layout .layout--cols-4 .layout--cols-4
.layout .layout--cols-1-2 .layout--cols-1-2
.layout .layout--cols-2-1 .layout--cols-2-1

Label

Before After
.label .label--disabled .label-disabled

Field

Before After
.field .field-block .field-block
.field .field-inline .field-inline

Button

Before After
.button-primary .button-primary-destructive .button-primary-destructive
.button-secondary .button-secondary-destructive .button-secondary-destructive

@bsastregx bsastregx requested a review from ncamera January 17, 2025 15:22
@bsastregx bsastregx added enhancement New feature or request mercury Changes related to Mercury design system breaking changes labels Jan 17, 2025
@bsastregx bsastregx changed the title [mercury][showcase] Unify css clases into one [showcase] Unify css clases into one Jan 21, 2025
@bsastregx bsastregx changed the title [showcase] Unify css clases into one [mercury][showcase] Unify css clases into one Jan 21, 2025
@bsastregx bsastregx changed the title [mercury][showcase] Unify css clases into one [mercury][showcase] Unify css clases into one and finish up buttons Angular showcase page Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking changes enhancement New feature or request mercury Changes related to Mercury design system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant