@getflip/swirl-components-angular 0.402.0 → 0.403.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +16 -0
- 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: 2025-11-
|
|
23
|
+
Build at: 2025-11-05T13:30:04.177Z - Time: 13691ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.403.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1304](https://github.com/getflip/swirl/pull/1304)
|
|
8
|
+
[`422e0d83d`](https://github.com/getflip/swirl/commit/422e0d83d28e2bae23d8aa809c12626189d52a2a)
|
|
9
|
+
Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! -
|
|
10
|
+
`swirl-popover-trigger` clicks now toggle the popovers instead of only opening
|
|
11
|
+
them
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
[[`422e0d83d`](https://github.com/getflip/swirl/commit/422e0d83d28e2bae23d8aa809c12626189d52a2a)]:
|
|
17
|
+
- @getflip/swirl-components@0.403.0
|
|
18
|
+
|
|
3
19
|
## 0.402.0
|
|
4
20
|
|
|
5
21
|
### Minor Changes
|
|
@@ -8221,7 +8221,7 @@ let SwirlPopover = class SwirlPopover {
|
|
|
8221
8221
|
SwirlPopover = __decorate([
|
|
8222
8222
|
ProxyCmp({
|
|
8223
8223
|
inputs: ['animation', 'disableScrollLock', 'enableFlip', 'fullscreenBottomSheet', 'label', 'maxHeight', 'offset', 'padded', 'placement', 'popoverId', 'returnFocusToTrigger', 'transparent', 'trigger', 'triggerContainer', 'useContainerWidth'],
|
|
8224
|
-
methods: ['close', 'open', 'isOpen']
|
|
8224
|
+
methods: ['close', 'open', 'isOpen', 'toggle']
|
|
8225
8225
|
})
|
|
8226
8226
|
], SwirlPopover);
|
|
8227
8227
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlPopover, decorators: [{
|