docs(storybook): add StatusBadge to all component docs pages#748
Merged
Conversation
c631917 to
639f99a
Compare
pixelflips
approved these changes
May 29, 2026
pixelflips
left a comment
Member
There was a problem hiding this comment.
See non-blocking comments on #738 PR, otherwise LGTM!
Roll out lifecycle status badges to the remaining 32 component MDX pages so every component doc reads Stable from component-status.json.
639f99a to
5265cdd
Compare
✅ Deploy Preview for pine-design-system ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to #738 that rolls out lifecycle status badges to the remaining 32 component MDX pages. Every component docs page now renders
<StatusBadge component="pds-*" />, reading Stable fromcomponent-status.json.StatusBadgeimport and badge markup to all component docs not covered in the initial proof-of-pattern PR (button, modal, table were already done)Stack: targets
docs/add-status-badges(#738). Merge #738 first, then this.Fixes #(no-issue)
Type of change
How Has This Been Tested?
Test Configuration:
docs/add-status-badgesbranchnpx nx run @pine-ds/core:lintpassesChecklist:
Note
Low Risk
Documentation-only MDX edits; no runtime, API, or security impact.
Overview
Rolls out lifecycle status badges to the remaining Pine component Storybook MDX pages (32 components not covered in the initial pattern PR).
Each page now imports
StatusBadgefromstories/_helpersand renders<StatusBadge component="pds-*" />immediately after<Meta />, so docs show Stable / Beta / Deprecated fromcomponent-status.jsonwithout opening the central status table. Docs-only — no component runtime or API changes.Reviewed by Cursor Bugbot for commit 5265cdd. Bugbot is set up for automated code reviews on this repo. Configure here.