Hi everyone,
I am having trouble finding any official documentation or mentions of the ui-modal component for App Bridge.
The official documentation for the Modal API focuses on s-modal. However, s-modal appears to be a Polaris component and does not seem to support certain attributes available in ui-modal. Specifically, ui-modal allows for variant="max" and the use of the src attribute to load a remote URL.
Since ui-modal is not explicitly documented on the Modal API page, I have a few questions:
- Is
ui-modalcurrently deprecated or scheduled for removal? - Is there a reason why these specific attributes (variant and src) are not covered in the standard documentation?
- Is the intended path forward to migrate toward
s-app-windowfor these use cases?
I am having a hard time drawing a clear line between App Bridge and Polaris components in the documentation. It feels cluttered and incomplete.
Any clarity would be greatly appreciated. Thanks!