@getflip/swirl-components-angular 0.418.0 → 0.419.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.
@@ -20,5 +20,5 @@ Built Angular Package
20
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
21
  ------------------------------------------------------------------------------
22
22
 
23
- Build at: 2025-12-08T14:35:20.563Z - Time: 13273ms
23
+ Build at: 2025-12-09T08:49:54.685Z - Time: 13631ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.419.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1345](https://github.com/getflip/swirl/pull/1345)
8
+ [`826b61977`](https://github.com/getflip/swirl/commit/826b619773a37a0e95ebdc92f2f5be292b78cfdb)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add swirl-aria-current prop to
10
+ swirl-card and swirl-shell-navigation-item
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`826b61977`](https://github.com/getflip/swirl/commit/826b619773a37a0e95ebdc92f2f5be292b78cfdb)]:
16
+ - @getflip/swirl-components@0.419.0
17
+
3
18
  ## 0.418.0
4
19
 
5
20
  ### Minor Changes
@@ -538,11 +538,11 @@ let SwirlCard = class SwirlCard {
538
538
  proxyOutputs(this, this.el, ['componentLoad']);
539
539
  }
540
540
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
541
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlCard, isStandalone: false, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", customBackgroundColor: "customBackgroundColor", elevated: "elevated", elevationLevel: "elevationLevel", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", intent: "intent", interactive: "interactive", isBorderless: "isBorderless", justifyContent: "justifyContent", linkTarget: "linkTarget", minHeight: "minHeight", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", swirlAriaLabel: "swirlAriaLabel", swirlAriaLabelledby: "swirlAriaLabelledby" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
541
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlCard, isStandalone: false, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", customBackgroundColor: "customBackgroundColor", elevated: "elevated", elevationLevel: "elevationLevel", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", intent: "intent", interactive: "interactive", isBorderless: "isBorderless", justifyContent: "justifyContent", linkTarget: "linkTarget", minHeight: "minHeight", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaLabel: "swirlAriaLabel", swirlAriaLabelledby: "swirlAriaLabelledby" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
542
542
  };
543
543
  SwirlCard = __decorate([
544
544
  ProxyCmp({
545
- inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
545
+ inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
546
546
  methods: ['flash']
547
547
  })
548
548
  ], SwirlCard);
@@ -553,7 +553,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
553
553
  changeDetection: ChangeDetectionStrategy.OnPush,
554
554
  template: '<ng-content></ng-content>',
555
555
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
556
- inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
556
+ inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
557
557
  standalone: false
558
558
  }]
559
559
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
@@ -8688,11 +8688,11 @@ let SwirlShellNavigationItem = class SwirlShellNavigationItem {
8688
8688
  this.el = r.nativeElement;
8689
8689
  }
8690
8690
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlShellNavigationItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8691
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellNavigationItem, isStandalone: false, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", description: "description", filled: "filled", hideLabel: "hideLabel", href: "href", inlineLabel: "inlineLabel", inlineLabelColor: "inlineLabelColor", label: "label", markAsNew: "markAsNew", markAsNewLabel: "markAsNewLabel", target: "target", useCustomIconSize: "useCustomIconSize", variant: "variant", withGradient: "withGradient" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8691
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlShellNavigationItem, isStandalone: false, selector: "swirl-shell-navigation-item", inputs: { active: "active", badgeLabel: "badgeLabel", boxed: "boxed", description: "description", filled: "filled", hideLabel: "hideLabel", href: "href", inlineLabel: "inlineLabel", inlineLabelColor: "inlineLabelColor", label: "label", markAsNew: "markAsNew", markAsNewLabel: "markAsNewLabel", swirlAriaCurrent: "swirlAriaCurrent", target: "target", useCustomIconSize: "useCustomIconSize", variant: "variant", withGradient: "withGradient" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
8692
8692
  };
8693
8693
  SwirlShellNavigationItem = __decorate([
8694
8694
  ProxyCmp({
8695
- inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'markAsNew', 'markAsNewLabel', 'target', 'useCustomIconSize', 'variant', 'withGradient']
8695
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', 'label', 'markAsNew', 'markAsNewLabel', 'swirlAriaCurrent', 'target', 'useCustomIconSize', 'variant', 'withGradient']
8696
8696
  })
8697
8697
  ], SwirlShellNavigationItem);
8698
8698
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlShellNavigationItem, decorators: [{
@@ -8702,7 +8702,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
8702
8702
  changeDetection: ChangeDetectionStrategy.OnPush,
8703
8703
  template: '<ng-content></ng-content>',
8704
8704
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
8705
- inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'markAsNew', 'markAsNewLabel', 'target', 'useCustomIconSize', 'variant', 'withGradient'],
8705
+ inputs: ['active', 'badgeLabel', 'boxed', 'description', 'filled', 'hideLabel', 'href', 'inlineLabel', 'inlineLabelColor', { name: 'label', required: true }, 'markAsNew', 'markAsNewLabel', 'swirlAriaCurrent', 'target', 'useCustomIconSize', 'variant', 'withGradient'],
8706
8706
  standalone: false
8707
8707
  }]
8708
8708
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });