suis 0.32.3 → 0.32.4

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.
@@ -1 +1,2 @@
1
1
  export * from './suis-title.component';
2
+ export * from './suis-title.enum';
@@ -1,5 +1,12 @@
1
+ import { SuisTitle } from './suis-title.enum';
1
2
  import * as i0 from "@angular/core";
2
3
  export declare class SuisTitleComponent {
4
+ /** @internal */
5
+ readonly SuisTitle: typeof SuisTitle;
6
+ /**
7
+ * Sets level of the header tag. Type of SuisTitle. By default set to H1.
8
+ */
9
+ level: SuisTitle;
3
10
  static ɵfac: i0.ɵɵFactoryDeclaration<SuisTitleComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<SuisTitleComponent, "suis-title", never, {}, {}, never, ["*"], true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<SuisTitleComponent, "suis-title", never, { "level": { "alias": "level"; "required": false; }; }, {}, never, ["*"], true, never>;
5
12
  }
@@ -0,0 +1,5 @@
1
+ export declare enum SuisTitle {
2
+ H1 = 1,
3
+ H2 = 2,
4
+ H3 = 3
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suis",
3
- "version": "0.32.3",
3
+ "version": "0.32.4",
4
4
  "main": "src/index.ts",
5
5
  "author": "Karol Jaskółka",
6
6
  "description": "Angular 16+ Component Library",