@getflip/swirl-components-angular 0.514.0 → 0.515.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.
@@ -21,6 +21,6 @@ Built Angular Package
21
21
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
22
22
  ------------------------------------------------------------------------------
23
23
 
24
- Build at: 2026-07-13T10:40:46.019Z - Time: 12879ms
24
+ Build at: 2026-07-17T08:37:37.719Z - Time: 9878ms
25
25
 
26
- Done in 15.41s.
26
+ Done in 11.65s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.515.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1747](https://github.com/getflip/swirl/pull/1747)
8
+ [`72888f987`](https://github.com/getflip/swirl/commit/72888f9876b524096a00010ae52c582e8ba92708)
9
+ Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Add backdrop
10
+ toggle to swirl modal
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`72888f987`](https://github.com/getflip/swirl/commit/72888f9876b524096a00010ae52c582e8ba92708)]:
16
+ - @getflip/swirl-components@0.515.0
17
+
18
+ ## 0.514.1
19
+
20
+ ### Patch Changes
21
+
22
+ - [#1746](https://github.com/getflip/swirl/pull/1746)
23
+ [`82029004c`](https://github.com/getflip/swirl/commit/82029004ce20906b6c225d0b2ae4d0f5d15db587)
24
+ Thanks [@lukasballier](https://github.com/lukasballier)! - Improve toggle
25
+ filter contrast by removing the default SwirlToggleButton background and
26
+ adding a raised surface background for the translucent SwirlToggleGroup
27
+ variant.
28
+
29
+ - Updated dependencies
30
+ [[`82029004c`](https://github.com/getflip/swirl/commit/82029004ce20906b6c225d0b2ae4d0f5d15db587)]:
31
+ - @getflip/swirl-components@0.514.1
32
+
3
33
  ## 0.514.0
4
34
 
5
35
  ### Minor Changes
@@ -9131,11 +9131,11 @@ let SwirlModal = class SwirlModal {
9131
9131
  proxyOutputs(this, this.el, ['toggleFullscreen', 'modalClose', 'modalOpen', 'primaryAction', 'requestModalClose', 'secondaryAction', 'sidebarClose', 'toggleDialog']);
9132
9132
  }
9133
9133
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.23", ngImport: i0, type: SwirlModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
9134
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlModal, isStandalone: false, selector: "swirl-modal", inputs: { closable: "closable", closeButtonLabel: "closeButtonLabel", contentGap: "contentGap", fullscreenDisableButtonLabel: "fullscreenDisableButtonLabel", fullscreenEnableButtonLabel: "fullscreenEnableButtonLabel", hasSidebarCloseButton: "hasSidebarCloseButton", height: "height", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", hideScrolledHeaderBorder: "hideScrolledHeaderBorder", hideSecondaryContent: "hideSecondaryContent", hideSecondaryContentBorders: "hideSecondaryContentBorders", hideSidebarContent: "hideSidebarContent", label: "label", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", padded: "padded", primaryActionLabel: "primaryActionLabel", primaryContentFlex: "primaryContentFlex", primaryContentMaxWidth: "primaryContentMaxWidth", returnFocusTo: "returnFocusTo", secondaryActionLabel: "secondaryActionLabel", secondaryContentFlex: "secondaryContentFlex", secondaryContentMaxWidth: "secondaryContentMaxWidth", secondaryContentPadding: "secondaryContentPadding", secondaryContentPaddingBlockEnd: "secondaryContentPaddingBlockEnd", secondaryContentPaddingBlockStart: "secondaryContentPaddingBlockStart", secondaryContentPaddingInlineEnd: "secondaryContentPaddingInlineEnd", secondaryContentPaddingInlineStart: "secondaryContentPaddingInlineStart", showFullscreenButton: "showFullscreenButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarFooterPadded: "sidebarFooterPadded", sidebarLabel: "sidebarLabel", sidebarPadded: "sidebarPadded", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
9134
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.23", type: SwirlModal, isStandalone: false, selector: "swirl-modal", inputs: { closable: "closable", closeButtonLabel: "closeButtonLabel", contentGap: "contentGap", fullscreenDisableButtonLabel: "fullscreenDisableButtonLabel", fullscreenEnableButtonLabel: "fullscreenEnableButtonLabel", hasSidebarCloseButton: "hasSidebarCloseButton", height: "height", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", hideScrolledHeaderBorder: "hideScrolledHeaderBorder", hideSecondaryContent: "hideSecondaryContent", hideSecondaryContentBorders: "hideSecondaryContentBorders", hideSidebarContent: "hideSidebarContent", label: "label", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", padded: "padded", primaryActionLabel: "primaryActionLabel", primaryContentFlex: "primaryContentFlex", primaryContentMaxWidth: "primaryContentMaxWidth", returnFocusTo: "returnFocusTo", secondaryActionLabel: "secondaryActionLabel", secondaryContentFlex: "secondaryContentFlex", secondaryContentMaxWidth: "secondaryContentMaxWidth", secondaryContentPadding: "secondaryContentPadding", secondaryContentPaddingBlockEnd: "secondaryContentPaddingBlockEnd", secondaryContentPaddingBlockStart: "secondaryContentPaddingBlockStart", secondaryContentPaddingInlineEnd: "secondaryContentPaddingInlineEnd", secondaryContentPaddingInlineStart: "secondaryContentPaddingInlineStart", showBackdrop: "showBackdrop", showFullscreenButton: "showFullscreenButton", sidebarCloseButtonLabel: "sidebarCloseButtonLabel", sidebarFooterPadded: "sidebarFooterPadded", sidebarLabel: "sidebarLabel", sidebarPadded: "sidebarPadded", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
9135
9135
  };
9136
9136
  SwirlModal = __decorate([
9137
9137
  ProxyCmp({
9138
- inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'returnFocusTo', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
9138
+ inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'returnFocusTo', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showBackdrop', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
9139
9139
  methods: ['open', 'close', 'setFullscreen', 'getScrollContainer']
9140
9140
  })
9141
9141
  ], SwirlModal);
@@ -9146,7 +9146,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.23", ngImpo
9146
9146
  changeDetection: ChangeDetectionStrategy.OnPush,
9147
9147
  template: '<ng-content></ng-content>',
9148
9148
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
9149
- inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', { name: 'label', required: true }, 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'returnFocusTo', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
9149
+ inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', { name: 'label', required: true }, 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'returnFocusTo', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showBackdrop', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
9150
9150
  standalone: false
9151
9151
  }]
9152
9152
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });