The legacy modal components were awesome because they were size adjustable, so I could make them any size I needed for different use cases.
Now, with the new modal window, the large size is still smaller than I need, and the full screen is far too large.
Any ideas or advice on how to adjust the size of new modal components?
I ran into the same issue! One workaround I found is to use custom CSS to adjust the modal size to your needs. You can target the modal class and set a specific width and height, which gives you more control than the default large/full-screen options.