chore: apply namespace pattern for component props (part 8)#773
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) ✅ code/snyk check is complete. No issues have been found. (View Details) |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
b43efcd to
c7d7dd8
Compare
c7d7dd8 to
e711751
Compare
Context
ComponentProps.This way, when consumers import
MyComponent, they will automatically have access to its prop interface viaMyComponent.Props.Past PRs include:
This PR
Applies this namespace pattern for component props to the last group of components:
EmptyDatasubcomponents (these were missed originally)CSSContainerQueryMatchMediaPopoverAlso documents the interface pattern in a new
guidelines/interface-pattern.mdfile.