Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.

Commit 0144ada

Browse files
Blackbaud-BrandonJonesBobby Earl
authored and
Bobby Earl
committed
Update help version (#293)
* updated builders dependency on the skyux-lib-help to suppor automatically including patch level changes * removed ~ from dependency * added a style over ride for the widget inside the builder's app component when a full-page modal is involded * going deep * update to 1.1.0
1 parent 52e31ac commit 0144ada

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@angular/platform-browser-dynamic": "4.3.6",
4444
"@angular/router": "4.3.6",
4545
"@blackbaud/auth-client": "1.16.0",
46-
"@blackbaud/skyux-lib-help": "1.0.0",
46+
"@blackbaud/skyux-lib-help": "1.1.0",
4747
"@ngtools/webpack": "1.3.1",
4848
"@types/core-js": "0.9.41",
4949
"@types/fontfaceobserver": "0.0.5",

src/app/app.component.scss

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
.skyux-app-loading {
22
visibility: hidden;
33
}
4+
5+
/deep/
6+
.sky-modal-body-full-page {
7+
// Hide the bb-Help-invoker when a full-page modal is present and the widget is closed.
8+
#bb-help-container.closed > #bb-help-invoker {
9+
display: none;
10+
}
11+
}

0 commit comments

Comments
 (0)