The main.js file for all modules seem to be kept in the following file structure: dist/npm/js/main.js however in the dialog module the main,js file is dist/npm/main.js. This inconsistency causes issues when using systemjs and loading the packages this way.
We moved all packages to the new file structure. You can run update what you're using, the `js` path segment is dropped.