From f5b0e01b26938484c67992ad8f5ae0528c21f3c2 Mon Sep 17 00:00:00 2001 From: bdjones2410 Date: Fri, 6 Oct 2017 08:23:57 -0400 Subject: [PATCH 1/5] updated builders dependency on the skyux-lib-help to suppor automatically including patch level changes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f15e424e..f92c7a9f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@angular/platform-browser-dynamic": "4.3.6", "@angular/router": "4.3.6", "@blackbaud/auth-client": "1.16.0", - "@blackbaud/skyux-lib-help": "1.0.0", + "@blackbaud/skyux-lib-help": "~1.0.1", "@ngtools/webpack": "1.3.1", "@types/core-js": "0.9.41", "@types/fontfaceobserver": "0.0.5", From 74729291d887103b9142bc91fa58d56bf1303324 Mon Sep 17 00:00:00 2001 From: bdjones2410 Date: Fri, 6 Oct 2017 08:29:07 -0400 Subject: [PATCH 2/5] removed ~ from dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f92c7a9f..0f4d4254 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@angular/platform-browser-dynamic": "4.3.6", "@angular/router": "4.3.6", "@blackbaud/auth-client": "1.16.0", - "@blackbaud/skyux-lib-help": "~1.0.1", + "@blackbaud/skyux-lib-help": "1.0.1", "@ngtools/webpack": "1.3.1", "@types/core-js": "0.9.41", "@types/fontfaceobserver": "0.0.5", From 1cc7d33ee4df7a1e872cde6edf08fc80adeca4d2 Mon Sep 17 00:00:00 2001 From: bdjones2410 Date: Fri, 6 Oct 2017 14:23:05 -0400 Subject: [PATCH 3/5] added a style over ride for the widget inside the builder's app component when a full-page modal is involded --- src/app/app.component.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 6676abb5..4664e4d8 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -1,3 +1,10 @@ .skyux-app-loading { visibility: hidden; } + +.sky-modal-body-full-page { + // Hide the bb-Help-invoker when a full-page modal is present and the widget is closed. + #bb-help-container.closed > #bb-help-invoker { + display: none; + } +} From 6a97ad2619891088f42796802b335d6ee7a27466 Mon Sep 17 00:00:00 2001 From: bdjones2410 Date: Fri, 6 Oct 2017 14:23:50 -0400 Subject: [PATCH 4/5] going deep --- src/app/app.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index 4664e4d8..c537212d 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -2,6 +2,7 @@ visibility: hidden; } +/deep/ .sky-modal-body-full-page { // Hide the bb-Help-invoker when a full-page modal is present and the widget is closed. #bb-help-container.closed > #bb-help-invoker { From 6eabd0c5a047d33b838408872b2d382347a88b09 Mon Sep 17 00:00:00 2001 From: bdjones2410 Date: Tue, 10 Oct 2017 09:50:35 -0400 Subject: [PATCH 5/5] update to 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f4d4254..5940e9c0 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@angular/platform-browser-dynamic": "4.3.6", "@angular/router": "4.3.6", "@blackbaud/auth-client": "1.16.0", - "@blackbaud/skyux-lib-help": "1.0.1", + "@blackbaud/skyux-lib-help": "1.1.0", "@ngtools/webpack": "1.3.1", "@types/core-js": "0.9.41", "@types/fontfaceobserver": "0.0.5",