suis 0.31.1 → 0.32.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,7 @@ export * from './suis-chip';
9
9
  export * from './suis-container';
10
10
  export * from './suis-dialog';
11
11
  export * from './suis-dialog-container';
12
+ export * from './suis-divider';
12
13
  export * from './suis-form-field';
13
14
  export * from './suis-icon';
14
15
  export * from './suis-input';
@@ -0,0 +1 @@
1
+ export * from './suis-divider.component';
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class SuisDividerComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<SuisDividerComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<SuisDividerComponent, "suis-divider", never, {}, {}, never, never, true, never>;
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suis",
3
- "version": "0.31.1",
3
+ "version": "0.32.0",
4
4
  "main": "src/index.ts",
5
5
  "author": "Karol Jaskółka",
6
6
  "description": "Angular 16+ Component Library",