Example library for the Ship library change to consumers use case.
Remove the deprecated <Modal> component. Consumers migrate to <Dialog>.
The APIs differ:
<Modal>has acloseOnOverlayClickprop.<Dialog>does not.<Dialog>has focus trapping built in.
web-app: already uses<Dialog>-> CLEAN, just a version bump.admin-dashboard: uses<Modal>plainly -> straight<Modal>to<Dialog>swap works.mobile-shell: uses<Modal closeOnOverlayClick>-> BREAKS, needs a human decision.