@getflip/swirl-components-angular 0.266.0 → 0.267.0

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.
@@ -2500,7 +2500,7 @@ export declare class SwirlSeparator {
2500
2500
  protected el: HTMLElement;
2501
2501
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2502
2502
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSeparator, never>;
2503
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSeparator, "swirl-separator", never, { "borderColor": { "alias": "borderColor"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; }, {}, never, ["*"], false, never>;
2503
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSeparator, "swirl-separator", never, { "borderColor": { "alias": "borderColor"; "required": false; }; "color": { "alias": "color"; "required": false; }; "label": { "alias": "label"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "spacing": { "alias": "spacing"; "required": false; }; }, {}, never, ["*"], false, never>;
2504
2504
  }
2505
2505
  export declare interface SwirlSeparator extends Components.SwirlSeparator {
2506
2506
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.266.0",
3
+ "version": "0.267.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^16.2.12",
15
15
  "@angular/platform-browser-dynamic": "^16.2.12",
16
16
  "@angular/router": "^16.2.12",
17
- "@getflip/swirl-components": "^0.266.0",
17
+ "@getflip/swirl-components": "^0.267.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.13.3"
@@ -6134,14 +6134,14 @@ export declare interface SwirlSelect extends Components.SwirlSelect {
6134
6134
 
6135
6135
 
6136
6136
  @ProxyCmp({
6137
- inputs: ['borderColor', 'orientation', 'spacing']
6137
+ inputs: ['borderColor', 'color', 'label', 'orientation', 'spacing']
6138
6138
  })
6139
6139
  @Component({
6140
6140
  selector: 'swirl-separator',
6141
6141
  changeDetection: ChangeDetectionStrategy.OnPush,
6142
6142
  template: '<ng-content></ng-content>',
6143
6143
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
6144
- inputs: ['borderColor', 'orientation', 'spacing'],
6144
+ inputs: ['borderColor', 'color', 'label', 'orientation', 'spacing'],
6145
6145
  })
6146
6146
  export class SwirlSeparator {
6147
6147
  protected el: HTMLElement;