Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

design-system (@acme/design-system)

Example library for the Ship library change to consumers use case.

The change to ship

Remove the deprecated <Modal> component. Consumers migrate to <Dialog>. The APIs differ:

  • <Modal> has a closeOnOverlayClick prop. <Dialog> does not.
  • <Dialog> has focus trapping built in.

Consumers (in this examples set)

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages