@skyux/tiles 13.7.0 → 13.7.2
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/fesm2022/skyux-tiles.mjs
CHANGED
|
@@ -30,7 +30,7 @@ class SkyTileSummaryComponent {
|
|
|
30
30
|
}
|
|
31
31
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyTileSummaryComponent, decorators: [{
|
|
32
32
|
type: Component,
|
|
33
|
-
args: [{
|
|
33
|
+
args: [{ selector: 'sky-tile-summary', template: "<ng-content />\n" }]
|
|
34
34
|
}] });
|
|
35
35
|
|
|
36
36
|
const SKY_TILE_TITLE_ID = new InjectionToken('SKY_TILE_TITLE_ID');
|
|
@@ -864,7 +864,7 @@ class SkyTileContentComponent {
|
|
|
864
864
|
}
|
|
865
865
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: SkyTileContentComponent, decorators: [{
|
|
866
866
|
type: Component,
|
|
867
|
-
args: [{
|
|
867
|
+
args: [{ selector: 'sky-tile-content', template: "<ng-content />\n" }]
|
|
868
868
|
}] });
|
|
869
869
|
|
|
870
870
|
class SkyTileContentModule {
|