-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Moving segmented_control.css to primer_view_components #2208
Conversation
🦋 Changeset detectedLatest commit: 8d0161d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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.
I'm good with this, but I don't understand how we decide when styles should live in PCSS vs PVC. Could you point me to docs or help me understand?
Approval is assuming that this is in fact a patch
and not a major
release.
@@ -0,0 +1,5 @@ | |||
--- | |||
"@primer/css": patch |
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.
Isn't this technically a breaking change?
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.
Technically you could say so, but I'm operating under this assumption:
We haven't begun to use this anywhere and it's not documented on the site yet, so I'm classifying this as a patch.
The code was added to this repository specifically for the view component which isn't complete yet.
It's a bit of an early test, I started an ADR here primer/view_components#1319 |
What are you trying to accomplish?
I would like to move this component to Primer View Components. primer/view_components#1225
We haven't begun to use this anywhere and it's not documented on the site yet, so I'm classifying this as a patch.
Can these changes ship as is?