Distinct "Out for Delivery" status
Carrier-direct now emits delivery_status: "out_for_delivery" as a first-class value instead of folding it into transit, so the card can render a distinct Out for Delivery chip.
const.py: drop the out-for-delivery → transit fold.carriers.py: normalized enum returned directly.
Pairs with tracking-number-card 4.2.0. Forward-compatible: an older card falls back to a neutral chip but still shows the "Out for Delivery" label.
Full changelog: v4.10.0...v4.11.0
What's Changed
Full Changelog: v4.10.0...v4.11.0