Required when status is deprecated. MUST explain what to use instead.
References:
statusValue, platformStatus
[
{
"kind": "status",
"status": "stable"
},
{
"kind": "status",
"status": "stable",
"platformStatus": {
"react": {
"status": "stable",
"since": "1.0.0"
},
"ios": {
"status": "stable",
"since": "2.1.0"
},
"android": {
"status": "experimental",
"since": "3.0.0",
"description": "Compose implementation available in preview. API may change before v4."
},
"figma": {
"status": "stable",
"since": "1.0.0"
}
}
},
{
"kind": "status",
"status": "deprecated",
"deprecationNotice": "The legacy Button is deprecated as of 3.0.0. Use Button from @acme/components instead. See the migration guide at https://design.acme.com/migrations/button-v3.",
"platformStatus": {
"react": {
"status": "deprecated",
"since": "3.0.0",
"deprecationNotice": "Use Button from @acme/components instead."
},
"figma": {
"status": "deprecated",
"since": "3.0.0",
"deprecationNotice": "Removed from the Figma library. Swap to the new Button frame."
}
}
}
]
Design System Documentation Spec (DSDS) 0.2.1 — Draft Specification
GitHub