chore: clean up "sx" props from docs.json files#7095
Conversation
|
There was a problem hiding this comment.
Pull Request Overview
This PR removes deprecated sx prop documentation entries from component documentation JSON files. The sx prop (of type SystemStyleObject) was previously deprecated but still documented. This cleanup aligns the documentation with the actual component interfaces, which no longer support the sx prop.
Key Changes:
- Removed deprecated
sxprop documentation from UnderlinePanels and its subcomponents - Removed deprecated
sxprop documentation from deprecated components (UnderlineNav, FilteredSearch)
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/react/src/experimental/UnderlinePanels/UnderlinePanels.docs.json | Removed deprecated sx prop from UnderlinePanels, UnderlinePanels.Tab, and UnderlinePanels.Panel documentation |
| packages/react/src/deprecated/UnderlineNav/UnderlineNav.docs.json | Removed deprecated sx prop from UnderlineNav.Link documentation |
| packages/react/src/deprecated/FilteredSearch/FilteredSearch.docs.json | Removed deprecated sx prop from FilteredSearch documentation |
Found some remaining sx props in docs files, cleaning up 🧹