@skyux/indicators 6.1.0 → 6.2.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.
@@ -496,7 +496,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
496
496
  }] });
497
497
 
498
498
  /**
499
- * Specifies a label to display in smaller, plain text under or beside the value.
499
+ * Specifies a label to display in smaller text under or beside the value.
500
500
  * @required
501
501
  */
502
502
  class SkyKeyInfoLabelComponent {
@@ -530,8 +530,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
530
530
  class SkyKeyInfoComponent {
531
531
  constructor() {
532
532
  /**
533
- * Specifies whether to display key info in a `vertical` layout with the label under the
534
- * value or in a `horizontal` layout with the label beside the value.
533
+ * Specifies whether to display key info in a vertical layout with the label under the
534
+ * value or in a horizontal layout with the label beside the value.
535
535
  * @default "vertical"
536
536
  */
537
537
  this.layout = 'vertical';
@@ -730,9 +730,7 @@ const className = 'sky-highlight-mark';
730
730
  // See: https://github.com/ng-packagr/ng-packagr/issues/641
731
731
  // @dynamic
732
732
  /**
733
- * Highlights all matching text within DOM elements that it is placed on.
734
- * The directive is only valid for elements that contain content, so you
735
- * cannot place it on `ng-template`, `ng-content`, or `ng-container` tags.
733
+ * Highlights all matching text within the current DOM element.
736
734
  */
737
735
  class SkyTextHighlightDirective {
738
736
  constructor(el, observerService) {