monkey-style-guide 2.0.191 → 2.0.192
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/scss/partials/components/_modal.scss +1 -1
- package/esm2020/lib/components/modal/modal.component.mjs +3 -7
- package/fesm2015/monkey-style-guide.mjs +2 -6
- package/fesm2015/monkey-style-guide.mjs.map +1 -1
- package/fesm2020/monkey-style-guide.mjs +2 -6
- package/fesm2020/monkey-style-guide.mjs.map +1 -1
- package/monkey-style-guide-2.0.192.tgz +0 -0
- package/package.json +1 -1
- package/monkey-style-guide-2.0.191.tgz +0 -0
|
@@ -9941,10 +9941,8 @@ MonkeyModalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
9941
9941
|
"
|
|
9942
9942
|
>
|
|
9943
9943
|
<div class="header">
|
|
9944
|
-
<span class="h4">
|
|
9945
|
-
<ng-container *ngIf="config?.title">
|
|
9944
|
+
<span class="h4" *ngIf="config?.title">
|
|
9946
9945
|
{{ config?.title }}
|
|
9947
|
-
</ng-container>
|
|
9948
9946
|
</span>
|
|
9949
9947
|
<span class="close" (click)="_actionClose()" *ngIf="!config?.hideClose"> x </span>
|
|
9950
9948
|
</div>
|
|
@@ -10026,10 +10024,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
10026
10024
|
"
|
|
10027
10025
|
>
|
|
10028
10026
|
<div class="header">
|
|
10029
|
-
<span class="h4">
|
|
10030
|
-
<ng-container *ngIf="config?.title">
|
|
10027
|
+
<span class="h4" *ngIf="config?.title">
|
|
10031
10028
|
{{ config?.title }}
|
|
10032
|
-
</ng-container>
|
|
10033
10029
|
</span>
|
|
10034
10030
|
<span class="close" (click)="_actionClose()" *ngIf="!config?.hideClose"> x </span>
|
|
10035
10031
|
</div>
|