@open-rlb/ng-bootstrap 3.1.11 → 3.1.12

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.
@@ -4851,7 +4851,7 @@ class RlbPlaceholderLineComponent {
4851
4851
  this.size = input('md', ...(ngDevMode ? [{ debugName: "size" }] : []));
4852
4852
  this.color = input('secondary', ...(ngDevMode ? [{ debugName: "color" }] : []));
4853
4853
  this.width = input('100%', ...(ngDevMode ? [{ debugName: "width" }] : []));
4854
- this.height = input(undefined, ...(ngDevMode ? [{ debugName: "height" }] : []));
4854
+ this.height = input('1.5rem', ...(ngDevMode ? [{ debugName: "height" }] : []));
4855
4855
  this.rounded = input(true, ...(ngDevMode ? [{ debugName: "rounded" }] : []));
4856
4856
  this.hostClasses = computed(() => {
4857
4857
  const classes = ['placeholder', `bg-${this.color()}`];