@getflip/swirl-components-angular 0.461.0 → 0.462.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: 2026-03-19T09:35:19.022Z - Time: 13677ms
23
+ Build at: 2026-03-19T13:30:19.747Z - Time: 13706ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.462.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1525](https://github.com/getflip/swirl/pull/1525)
8
+ [`8170faef0`](https://github.com/getflip/swirl/commit/8170faef0cb0e9b30fac3c0aa4b235d52c1f6426)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Update tokens
10
+ and components to translucent design
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`8170faef0`](https://github.com/getflip/swirl/commit/8170faef0cb0e9b30fac3c0aa4b235d52c1f6426)]:
16
+ - @getflip/swirl-components@0.462.0
17
+
3
18
  ## 0.461.0
4
19
 
5
20
  ### Minor Changes
@@ -513,11 +513,11 @@ let SwirlCard = class SwirlCard {
513
513
  proxyOutputs(this, this.el, ['componentLoad']);
514
514
  }
515
515
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.19", ngImport: i0, type: SwirlCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
516
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlCard, isStandalone: false, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", customBackdropFilter: "customBackdropFilter", 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 });
516
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.19", type: SwirlCard, isStandalone: false, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", customBackdropFilter: "customBackdropFilter", 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", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
517
517
  };
518
518
  SwirlCard = __decorate([
519
519
  ProxyCmp({
520
- inputs: ['as', 'borderRadius', 'customBackdropFilter', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
520
+ inputs: ['as', 'borderRadius', 'customBackdropFilter', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby', 'translucent'],
521
521
  methods: ['flash']
522
522
  })
523
523
  ], SwirlCard);
@@ -528,7 +528,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.19", ngImpo
528
528
  changeDetection: ChangeDetectionStrategy.OnPush,
529
529
  template: '<ng-content></ng-content>',
530
530
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
531
- inputs: ['as', 'borderRadius', 'customBackdropFilter', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby'],
531
+ inputs: ['as', 'borderRadius', 'customBackdropFilter', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaCurrent', 'swirlAriaLabel', 'swirlAriaLabelledby', 'translucent'],
532
532
  standalone: false
533
533
  }]
534
534
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });