valtech-components 2.0.232 → 2.0.233

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.
@@ -2,14 +2,6 @@ import { OnInit } from '@angular/core';
2
2
  import { TitleBlockMetada } from './types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class TitleBlockComponent implements OnInit {
5
- /**
6
- * Title block configuration object.
7
- * @type {TitleBlockMetada}
8
- * @property title - Main title display configuration.
9
- * @property aboveTitle - Title above the main title (optional).
10
- * @property bellowTitle - Title below the main title (optional).
11
- * @property position - Position of the block ('center', etc.).
12
- */
13
5
  props: TitleBlockMetada;
14
6
  constructor();
15
7
  ngOnInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.232",
3
+ "version": "2.0.233",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",