feat: Status label parts#171
Merged
thelukewalton merged 5 commits intomainfrom Feb 19, 2026
Merged
Conversation
Contributor
|
Visit the preview URL for this PR (updated for commit 1c7beaa): https://zeta-web-main--pr-171-noticket-status-label-by8m7wr4.web.app (expires Thu, 26 Feb 2026 09:35:03 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: cc82fb52ba05c9ecc7f0b92ab81ac4a31b88d893 |
Contributor
PR Checks Complete✅ Analysis✅ Formatting✅ Testing➡️ See Details
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Shadow DOM part hooks to zeta-status-label so consumers can style internal elements via ::part(...), and updates internal markup/styles accordingly.
Changes:
- Documented and exposed
container,icon-container, andtextas component parts. - Switched template markup from class-based hooks to
part="..."attributes. - Updated component CSS selectors to target the new part attributes.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/components/badges/status-label/status-label.ts | Adds @part docs and applies part attributes in the rendered DOM; updates showIcon behavior/docs. |
| src/components/badges/status-label/status-label.styles.js | Updates styling selectors to match the new part-based DOM structure. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
2ac2af4 to
bbaffca
Compare
np3653
approved these changes
Feb 19, 2026
419299b to
e03d8a3
Compare
e03d8a3 to
1c7beaa
Compare
thelukewalton
added a commit
that referenced
this pull request
Feb 19, 2026
🤖 I have created a release *beep* *boop* --- ## [1.2.0](zeta-web-v1.1.1...zeta-web-v1.2.0) (2026-02-19) ### ✨ New Features * Status label parts ([#171](#171)) ([d31a991](d31a991)) ### ⛓️ Dependencies * update deps ([2590450](2590450)) ### 🧹 Miscellaneous Chores * **deps:** bump qs from 6.14.1 to 6.15.0 ([#172](#172)) ([e16c20f](e16c20f)) * **deps:** bump tar from 7.5.7 to 7.5.9 ([#173](#173)) ([8a80344](8a80344)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
No description provided.