@skyux/layout 12.7.0 → 12.9.0
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.
|
@@ -2234,7 +2234,7 @@ class SkyPageSummaryComponent {
|
|
|
2234
2234
|
inject(SkyLogService).deprecated('SkyPageSummaryComponent', {
|
|
2235
2235
|
deprecationMajorVersion: 6,
|
|
2236
2236
|
moreInfoUrl: 'https://developer.blackbaud.com/skyux/design/guidelines/page-layouts',
|
|
2237
|
-
replacementRecommendation: '
|
|
2237
|
+
replacementRecommendation: "We recommend using the page component's `sky-page-header` component instead. And for page templates and techniques to summarize page content, see the page design guidelines.",
|
|
2238
2238
|
});
|
|
2239
2239
|
effect(() => {
|
|
2240
2240
|
adapter.updateKeyInfoLocation(elRef, this.#breakpoint() === 'xs');
|