@getflip/swirl-components-angular 0.319.2 → 0.320.1
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 +34 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -21,5 +21,5 @@ 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: 2025-04-
|
|
24
|
+
Build at: 2025-04-25T13:41:09.537Z - Time: 13698ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.320.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1042](https://github.com/getflip/swirl/pull/1042)
|
|
8
|
+
[`3126f77f`](https://github.com/getflip/swirl/commit/3126f77f837dff2947a8d253e241616a005e9493)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix exception caused by unlocking
|
|
10
|
+
the swirl-modal body scroll
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
[[`3126f77f`](https://github.com/getflip/swirl/commit/3126f77f837dff2947a8d253e241616a005e9493)]:
|
|
14
|
+
- @getflip/swirl-components@0.320.1
|
|
15
|
+
|
|
16
|
+
## 0.320.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#1035](https://github.com/getflip/swirl/pull/1035)
|
|
21
|
+
[`847f88b9`](https://github.com/getflip/swirl/commit/847f88b9f870a9e4ebe026bd44af53db967f5053)
|
|
22
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add elevated
|
|
23
|
+
prop to swirl-button
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- [#1040](https://github.com/getflip/swirl/pull/1040)
|
|
28
|
+
[`be7cc8e5`](https://github.com/getflip/swirl/commit/be7cc8e59336f67bb9f8ec7b9414f8f955a880d0)
|
|
29
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use swirl token
|
|
30
|
+
for elevated shadow in swirl-button and swirl-toggle-group
|
|
31
|
+
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
[[`847f88b9`](https://github.com/getflip/swirl/commit/847f88b9f870a9e4ebe026bd44af53db967f5053),
|
|
34
|
+
[`be7cc8e5`](https://github.com/getflip/swirl/commit/be7cc8e59336f67bb9f8ec7b9414f8f955a880d0)]:
|
|
35
|
+
- @getflip/swirl-components@0.320.0
|
|
36
|
+
|
|
3
37
|
## 0.319.2
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|