@skyux/layout 12.16.0 → 12.18.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.
@@ -684,7 +684,7 @@ class SkyBoxHeaderComponent {
684
684
  this.boxHeaderId = inject(SKY_BOX_HEADER_ID);
685
685
  inject(SkyLogService).deprecated('SkyBoxHeaderComponent', {
686
686
  deprecationMajorVersion: 10,
687
- replacementRecommendation: 'To add a header to box, use the `headerText` input on the box component instead.',
687
+ replacementRecommendation: 'To add a header to box, use the `headingText` input on the box component instead.',
688
688
  });
689
689
  }
690
690
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.7", ngImport: i0, type: SkyBoxHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }