-
Notifications
You must be signed in to change notification settings - Fork 115
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
move Primer::BorderBoxComponent and Header, to Beta::BorderBox #1255
Conversation
🦋 Changeset detectedLatest commit: 1b425f9 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 |
…ve-border-box-to-beta
# `BorderBox::Header` is used inside `BorderBox` to render its header slot. | ||
# | ||
# @accessibility When using `header.title`, set `tag` to one of `h1`, `h2`, `h3`, etc. based on what is appropriate for the page context. <%= link_to_heading_practices %> | ||
class Header < Primer::Component | ||
status :beta |
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 believe only top-level components have statuses?
@mxriverlynn oh also, please add a changeset 😄 |
split from #676
this PR renames the
Primer::BorderBoxComponent
and moves it into the beta folder, along with it'sHeader
sub-component.Primer::BorderBoxComponent
->Primer::Beta::BorderBox
Primer::BorderBoxComponent::Header
->Primer::Beta::BorderBox::Header
it also updates all of the tests, documentation, stories, links, and references to these components. and it re-creates the original BorderBoxComponent as a deprecated component, inheriting from the beta version.
files to note when reviewing
there are a lot of files updated in this PR, due to the component and sub-component both moving. these are the files you should pay most attention to, while reviewing:
screenshots
updated documentation navigation and url:
updated stories component tree and url: