@getflip/swirl-components-angular 0.406.0 → 0.408.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-11-06T07:48:13.315Z - Time: 14293ms
23
+ Build at: 2025-11-10T09:25:20.011Z - Time: 14155ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.408.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1312](https://github.com/getflip/swirl/pull/1312)
8
+ [`68007d000`](https://github.com/getflip/swirl/commit/68007d0009cad338476eafc57235047f39c565d7)
9
+ Thanks [@lukasballier](https://github.com/lukasballier)! - Add translucent
10
+ tokens and update shadow token
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`68007d000`](https://github.com/getflip/swirl/commit/68007d0009cad338476eafc57235047f39c565d7)]:
16
+ - @getflip/swirl-components@0.408.0
17
+
18
+ ## 0.407.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1310](https://github.com/getflip/swirl/pull/1310)
23
+ [`1dc0b8789`](https://github.com/getflip/swirl/commit/1dc0b87892e038e55b5058a3f4166e0583e21239)
24
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add max-width prop to
25
+ swirl-tooltip
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ [[`1dc0b8789`](https://github.com/getflip/swirl/commit/1dc0b87892e038e55b5058a3f4166e0583e21239)]:
31
+ - @getflip/swirl-components@0.407.0
32
+
3
33
  ## 0.406.0
4
34
 
5
35
  ### Minor Changes
@@ -12507,11 +12507,11 @@ let SwirlTooltip = class SwirlTooltip {
12507
12507
  this.el = r.nativeElement;
12508
12508
  }
12509
12509
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
12510
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTooltip, isStandalone: false, selector: "swirl-tooltip", inputs: { active: "active", content: "content", delay: "delay", intent: "intent", position: "position", positioning: "positioning", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12510
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTooltip, isStandalone: false, selector: "swirl-tooltip", inputs: { active: "active", content: "content", delay: "delay", intent: "intent", maxWidth: "maxWidth", position: "position", positioning: "positioning", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12511
12511
  };
12512
12512
  SwirlTooltip = __decorate([
12513
12513
  ProxyCmp({
12514
- inputs: ['active', 'content', 'delay', 'intent', 'position', 'positioning', 'trigger'],
12514
+ inputs: ['active', 'content', 'delay', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
12515
12515
  methods: ['show', 'hide']
12516
12516
  })
12517
12517
  ], SwirlTooltip);
@@ -12522,7 +12522,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
12522
12522
  changeDetection: ChangeDetectionStrategy.OnPush,
12523
12523
  template: '<ng-content></ng-content>',
12524
12524
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
12525
- inputs: ['active', { name: 'content', required: true }, 'delay', 'intent', 'position', 'positioning', 'trigger'],
12525
+ inputs: ['active', { name: 'content', required: true }, 'delay', 'intent', 'maxWidth', 'position', 'positioning', 'trigger'],
12526
12526
  standalone: false
12527
12527
  }]
12528
12528
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });