Renamed API in the unified action namespace. ([Shopify](https://shopify.dev/docs/api/pos-ui-extensions/latest/migrating)) **Before** ```tsx api.smartGrid.presentModal() ``` **After** ```tsx api.action.presentModal() ``` **Detect:** - `.smartGrid.presentModal()` usage anywhere; replace with `.action.presentModal()`. **Edge cases:** - Ensure surrounding imports already migrated to the new packages (see issue #5). **Reference:** - POS UI Extensions “Code changes” snippet shows `presentModal` move to `api.action`: https://shopify.dev/docs/api/pos-ui-extensions/latest/migrating#code-changes ([Shopify](https://shopify.dev/docs/api/pos-ui-extensions/latest/migrating))