diff --git a/package.json b/package.json index a2c5e9232..e32fe3407 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Documentation for SKY UX", "engines": { - "node": ">=6.12.0" + "node": ">=6.11.1" }, "scripts": { "test": "skyux lint && skyux test && skyux e2e && skyux build" @@ -12,11 +12,12 @@ "author": "Blackbaud, Inc.", "license": "MIT", "dependencies": { - "@blackbaud/skyux": "2.27.0", - "@blackbaud/stache": "2.12.0" + "@blackbaud/skyux": "2.34.0", + "@blackbaud/skyux-design-tokens": "0.0.8", + "@blackbaud/stache": "2.7.2" }, "devDependencies": { - "@blackbaud/skyux-builder": "1.26.0" + "@blackbaud/skyux-builder": "1.30.0" }, "repository": { "type": "git", diff --git a/src/app/components/modal/index.html b/src/app/components/modal/index.html index 655263ad5..aa5560581 100644 --- a/src/app/components/modal/index.html +++ b/src/app/components/modal/index.html @@ -39,7 +39,6 @@ propertyName="providers" > An array property of providers. In Angular, a provider is something that can create or deliver a service. This property can be used to pass context values from the component that launches the modal to the modal component. - A + + An event that the modal instance emits when it is about to close. It emits a SkyModalBeforeCloseHandler object with a closeModal method that closes the modal. If a subscription exists for this event, the modal does not close until the subscriber calls the closeModal method. +