@truenas/ui-components 0.1.50 → 0.1.51

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truenas/ui-components",
3
- "version": "0.1.50",
3
+ "version": "0.1.51",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public"
@@ -426,6 +426,7 @@ declare class TnBannerComponent {
426
426
  heading: _angular_core.InputSignal<string>;
427
427
  message: _angular_core.InputSignal<string | undefined>;
428
428
  type: _angular_core.InputSignal<TnBannerType>;
429
+ bordered: _angular_core.InputSignal<boolean>;
429
430
  constructor();
430
431
  /**
431
432
  * Register all MDI icons used by the banner component
@@ -447,7 +448,7 @@ declare class TnBannerComponent {
447
448
  */
448
449
  classes: _angular_core.Signal<string[]>;
449
450
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<TnBannerComponent, never>;
450
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<TnBannerComponent, "tn-banner", never, { "heading": { "alias": "heading"; "required": true; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, ["actionContent"], ["[tnBannerAction]"], true, never>;
451
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<TnBannerComponent, "tn-banner", never, { "heading": { "alias": "heading"; "required": true; "isSignal": true; }; "message": { "alias": "message"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; "bordered": { "alias": "bordered"; "required": false; "isSignal": true; }; }, {}, ["actionContent"], ["[tnBannerAction]"], true, never>;
451
452
  }
452
453
 
453
454
  /**