@ship-ui/core 0.15.32 → 0.15.34

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.
@@ -1717,7 +1717,9 @@ class ShipCheckboxComponent {
1717
1717
  <sh-icon class="inherit indeterminate-indicator">minus-bold</sh-icon>
1718
1718
  </div>
1719
1719
 
1720
- <ng-content />
1720
+ <div class="label">
1721
+ <ng-content />
1722
+ </div>
1721
1723
  `, isInline: true, dependencies: [{ kind: "component", type: ShipIconComponent, selector: "sh-icon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1722
1724
  }
1723
1725
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImport: i0, type: ShipCheckboxComponent, decorators: [{
@@ -1731,7 +1733,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.0", ngImpor
1731
1733
  <sh-icon class="inherit indeterminate-indicator">minus-bold</sh-icon>
1732
1734
  </div>
1733
1735
 
1734
- <ng-content />
1736
+ <div class="label">
1737
+ <ng-content />
1738
+ </div>
1735
1739
  `,
1736
1740
  changeDetection: ChangeDetectionStrategy.OnPush,
1737
1741
  }]