@getflip/swirl-components-angular 0.101.6 → 0.102.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.
@@ -402,11 +402,11 @@ let SwirlBox = class SwirlBox {
402
402
  }
403
403
  };
404
404
  SwirlBox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
405
- SwirlBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlBox, selector: "swirl-box", inputs: { bordered: "bordered", centerBlock: "centerBlock", centerInline: "centerInline", cover: "cover", maxWidth: "maxWidth", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
405
+ SwirlBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlBox, selector: "swirl-box", inputs: { bordered: "bordered", borderedBlockEnd: "borderedBlockEnd", borderedBlockStart: "borderedBlockStart", borderedInlineEnd: "borderedInlineEnd", borderedInlineStart: "borderedInlineStart", centerBlock: "centerBlock", centerInline: "centerInline", cover: "cover", maxWidth: "maxWidth", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
406
406
  SwirlBox = __decorate([
407
407
  ProxyCmp({
408
408
  defineCustomElementFn: undefined,
409
- inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
409
+ inputs: ['bordered', 'borderedBlockEnd', 'borderedBlockStart', 'borderedInlineEnd', 'borderedInlineStart', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
410
410
  })
411
411
  ], SwirlBox);
412
412
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlBox, decorators: [{
@@ -415,7 +415,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
415
415
  selector: 'swirl-box',
416
416
  changeDetection: ChangeDetectionStrategy.OnPush,
417
417
  template: '<ng-content></ng-content>',
418
- inputs: ['bordered', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
418
+ inputs: ['bordered', 'borderedBlockEnd', 'borderedBlockStart', 'borderedInlineEnd', 'borderedInlineStart', 'centerBlock', 'centerInline', 'cover', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart']
419
419
  }]
420
420
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
421
421
  let SwirlButton = class SwirlButton {
@@ -426,11 +426,11 @@ let SwirlButton = class SwirlButton {
426
426
  }
427
427
  };
428
428
  SwirlButton.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
429
- SwirlButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlButton, selector: "swirl-button", inputs: { disabled: "disabled", download: "download", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", name: "name", pill: "pill", pressed: "pressed", size: "size", swirlAriaControls: "swirlAriaControls", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlAriaHaspopup: "swirlAriaHaspopup", swirlAriaLabel: "swirlAriaLabel", target: "target", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
429
+ SwirlButton.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlButton, selector: "swirl-button", inputs: { disabled: "disabled", download: "download", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", name: "name", pill: "pill", pressed: "pressed", size: "size", swirlAriaControls: "swirlAriaControls", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlAriaHaspopup: "swirlAriaHaspopup", swirlAriaLabel: "swirlAriaLabel", target: "target", textAlign: "textAlign", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
430
430
  SwirlButton = __decorate([
431
431
  ProxyCmp({
432
432
  defineCustomElementFn: undefined,
433
- inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'type', 'value', 'variant']
433
+ inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
434
434
  })
435
435
  ], SwirlButton);
436
436
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlButton, decorators: [{
@@ -439,7 +439,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
439
439
  selector: 'swirl-button',
440
440
  changeDetection: ChangeDetectionStrategy.OnPush,
441
441
  template: '<ng-content></ng-content>',
442
- inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'type', 'value', 'variant']
442
+ inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
443
443
  }]
444
444
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
445
445
  let SwirlButtonGroup = class SwirlButtonGroup {