-
Notifications
You must be signed in to change notification settings - Fork 14
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
refactor(link): split variants #2431
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #2431 +/- ##
=======================================
Coverage ? 92.18%
=======================================
Files ? 264
Lines ? 23498
Branches ? 1978
=======================================
Hits ? 21661
Misses ? 1804
Partials ? 33 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool work, architecture looks good! In detail some points to address.
@jeripeierSBB Bedise the readmes, I also split some params in stories. Check the latest commits for specifications |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, some notes added.
67a63ff
to
565e339
Compare
BREAKING CHANGE: `link-variables` mixin renamed to `block-link-variables`, `link-variables--negative` mixin renamed to `block-link-variables--negative`, `link-inline-consolidation` mixin renamed to `link-consolidation`, `link-inline` mixin renamed to `link`, `link-inline-negative` mixin renamed to `link-variables`
BREAKING CHANGE: `link-variables--inline` mixin renamed to `link-variables`, `link-variables--inline-negative` mixin renamed to `link-variables--negative`,
b47168a
to
cc5dac9
Compare
This PR Closes #2397
TODO
Breaking changes
sbb-link
has been split into two components, based on variant<sbb-link variant="inline">
=><sbb-link>
<sbb-link> | <sbb-link variant="block">
=><sbb-block-link>
sbb-link-button
has been split into two components, based on variant<sbb-link-button variant="inline">
=><sbb-link-button>
<sbb-link-button> | <sbb-link-button variant="block">
=><sbb-block-link-button>
sbb-link-static
has been split into two components, based on variant<sbb-link-static variant="inline">
=><sbb-link-static>
<sbb-link-static> | <sbb-link-static variant="block">
=><sbb-block-link-static>
sbb-action-group
only acceptssbb-block-link | sbb-block-link-button
sbb-link-list
only acceptssbb-block-link | sbb-block-link-button
sbb-skiplink-list
only acceptssbb-block-link | sbb-block-link-button
sbb-toast
only acceptssbb-link | sbb-link-button
link-variables
mixin renamed toblock-link-variables
,link-variables--negative
mixin renamed toblock-link-variables--negative
,link-variables--inline
mixin renamed tolink-variables
,link-variables--inline-negative
mixin renamed tolink-variables--negative
link-inline-consolidation
mixin renamed tolink-consolidation
,link-inline
mixin renamed tolink
,link-inline-negative
mixin renamed tolink-negative