This is an automated email from the ASF dual-hosted git repository.
scottyaslan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git.
from 605e950 [NIFI-6263] theme links style color [NIFI-6263] update
typography demo documentation
new ae7cc16 NIFI-6249 - simplify usage for es6 applications
new 8c3cefe NIFI-6249 - put license headers back in package files.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 28 ++-------
package-lock.json | 2 +-
platform/core/common/fds-common.module.js | 2 +-
.../common/services/fds-storage.service.spec.js | 4 +-
platform/core/core.testbed-factory.js | 2 +-
.../confirm-dialog.component.spec.js | 4 +-
platform/core/dialogs/fds-dialog.component.js | 4 +-
.../core/dialogs/fds-dialogs.component.spec.js | 4 +-
platform/core/dialogs/fds-dialogs.module.js | 6 +-
platform/core/dialogs/services/dialog.service.js | 2 +-
platform/core/flow-design-system.module.js | 4 +-
platform/core/index.js | 70 ++++++++++++++++++++++
platform/core/package.json | 6 +-
.../core/snackbars/coaster/coaster.component.js | 6 +-
.../snackbars/coaster/coaster.component.spec.js | 4 +-
platform/core/snackbars/fds-snackbar.component.js | 4 +-
.../core/snackbars/fds-snackbar.component.spec.js | 4 +-
platform/core/snackbars/fds-snackbars.module.js | 8 ++-
.../core/snackbars/services/snackbar.service.js | 2 +-
webapp/components/flow-design-system/fds-demo.js | 6 +-
webapp/fds.js | 4 +-
webapp/fds.module.js | 2 +-
webapp/services/fds.service.js | 3 +-
webpack.alias.js | 17 +-----
24 files changed, 123 insertions(+), 75 deletions(-)
create mode 100644 platform/core/index.js