@getflip/swirl-components-angular 0.429.0-beta-20260122123821 → 0.429.0-beta-20260122175942
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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +1 -1
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -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-01-
|
|
23
|
+
Build at: 2026-01-22T17:59:33.522Z - Time: 14233ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
-
## 0.429.0-beta-
|
|
3
|
+
## 0.429.0-beta-20260122175942
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
popover in swirl-toast-provider
|
|
36
36
|
|
|
37
37
|
- [#1401](https://github.com/getflip/swirl/pull/1401)
|
|
38
|
-
[`
|
|
38
|
+
[`0ffeecffd`](https://github.com/getflip/swirl/commit/0ffeecffd317eede89872d247ed7867ccd75290b)
|
|
39
39
|
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix event
|
|
40
40
|
bubbling in swirl-modal, swirl-lightbox and swirl-action-list
|
|
41
41
|
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
[`ae576b62f`](https://github.com/getflip/swirl/commit/ae576b62f8c17fda6dfad7d97687fc39bc5ff589),
|
|
54
54
|
[`1701c64dd`](https://github.com/getflip/swirl/commit/1701c64ddf6fad54add91c8c692336b85f19d433),
|
|
55
55
|
[`45afdeaca`](https://github.com/getflip/swirl/commit/45afdeaca71e8e572de9c78c310fea6b4ec309ca),
|
|
56
|
-
[`
|
|
56
|
+
[`0ffeecffd`](https://github.com/getflip/swirl/commit/0ffeecffd317eede89872d247ed7867ccd75290b),
|
|
57
57
|
[`ae576b62f`](https://github.com/getflip/swirl/commit/ae576b62f8c17fda6dfad7d97687fc39bc5ff589)]:
|
|
58
|
-
- @getflip/swirl-components@0.429.0-beta-
|
|
58
|
+
- @getflip/swirl-components@0.429.0-beta-20260122175942
|
|
59
59
|
|
|
60
60
|
## 0.428.0
|
|
61
61
|
|
|
@@ -8242,7 +8242,7 @@ let SwirlModal = class SwirlModal {
|
|
|
8242
8242
|
SwirlModal = __decorate([
|
|
8243
8243
|
ProxyCmp({
|
|
8244
8244
|
inputs: ['closable', 'closeButtonLabel', 'contentGap', 'fullscreenDisableButtonLabel', 'fullscreenEnableButtonLabel', 'hasSidebarCloseButton', 'height', 'hideCloseButton', 'hideLabel', 'hideScrolledHeaderBorder', 'hideSecondaryContent', 'hideSecondaryContentBorders', 'hideSidebarContent', 'label', 'maxHeight', 'maxWidth', 'minHeight', 'padded', 'primaryActionLabel', 'primaryContentFlex', 'primaryContentMaxWidth', 'secondaryActionLabel', 'secondaryContentFlex', 'secondaryContentMaxWidth', 'secondaryContentPadding', 'secondaryContentPaddingBlockEnd', 'secondaryContentPaddingBlockStart', 'secondaryContentPaddingInlineEnd', 'secondaryContentPaddingInlineStart', 'showFullscreenButton', 'sidebarCloseButtonLabel', 'sidebarFooterPadded', 'sidebarLabel', 'sidebarPadded', 'variant'],
|
|
8245
|
-
methods: ['open', 'close', 'setFullscreen']
|
|
8245
|
+
methods: ['open', 'close', 'setFullscreen', 'getScrollContainer']
|
|
8246
8246
|
})
|
|
8247
8247
|
], SwirlModal);
|
|
8248
8248
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImport: i0, type: SwirlModal, decorators: [{
|