@ship-ui/core 0.16.15 → 0.16.17
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.
|
@@ -117,6 +117,10 @@ class ShipAlert {
|
|
|
117
117
|
<sh-icon class="close-icon" (click)="removeAlert()">plus</sh-icon>
|
|
118
118
|
}
|
|
119
119
|
|
|
120
|
+
<div class="actions">
|
|
121
|
+
<ng-content select="button" />
|
|
122
|
+
</div>
|
|
123
|
+
|
|
120
124
|
<div class="content">
|
|
121
125
|
<ng-content select="[content]" />
|
|
122
126
|
<ng-content select="p" />
|
|
@@ -163,6 +167,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.0", ngImpor
|
|
|
163
167
|
<sh-icon class="close-icon" (click)="removeAlert()">plus</sh-icon>
|
|
164
168
|
}
|
|
165
169
|
|
|
170
|
+
<div class="actions">
|
|
171
|
+
<ng-content select="button" />
|
|
172
|
+
</div>
|
|
173
|
+
|
|
166
174
|
<div class="content">
|
|
167
175
|
<ng-content select="[content]" />
|
|
168
176
|
<ng-content select="p" />
|