-
Notifications
You must be signed in to change notification settings - Fork 18
feat(segmented-button): add icon and text support #5529
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
base: main
Are you sure you want to change the base?
Conversation
π¦ Changeset detectedLatest commit: 65d214b The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Thank you for the PR! Can you update the PR description with the requested information?
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.
You did not add or remove libraries, there shouldn't be any changes to the lock file.
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.
Is this change necessary?
@@ -1,6 +1,6 @@ | |||
import type { StoryObj } from '@storybook/web-components'; | |||
import meta from './segmented-button.stories'; | |||
import { html } from 'lit'; | |||
import { html, nothing } from 'lit'; // β ajout de `nothing` |
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.
import { html, nothing } from 'lit'; // β ajout de `nothing` | |
import { html, nothing } from 'lit'; |
'@swisspost/design-system-components': minor | ||
--- | ||
|
||
added a version with an icon to the segmented button. |
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.
added a version with an icon to the segmented button. | |
Added a version with an icon to the segmented button. |
@@ -0,0 +1,5 @@ | |||
--- | |||
'@swisspost/design-system-components': minor |
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.
You also changed the styles package.
π Description
Please include a summary of the changes made in this PR.
π Demo
If applicable, please add a screenshot or video to illustrate the changes.
π Checklist