@getflip/swirl-components-angular 0.319.1 → 0.320.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 +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-24T09:58:46.500Z - Time: 13856ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.320.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1035](https://github.com/getflip/swirl/pull/1035)
|
|
8
|
+
[`847f88b9`](https://github.com/getflip/swirl/commit/847f88b9f870a9e4ebe026bd44af53db967f5053)
|
|
9
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add elevated
|
|
10
|
+
prop to swirl-button
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#1040](https://github.com/getflip/swirl/pull/1040)
|
|
15
|
+
[`be7cc8e5`](https://github.com/getflip/swirl/commit/be7cc8e59336f67bb9f8ec7b9414f8f955a880d0)
|
|
16
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use swirl token
|
|
17
|
+
for elevated shadow in swirl-button and swirl-toggle-group
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
[[`847f88b9`](https://github.com/getflip/swirl/commit/847f88b9f870a9e4ebe026bd44af53db967f5053),
|
|
21
|
+
[`be7cc8e5`](https://github.com/getflip/swirl/commit/be7cc8e59336f67bb9f8ec7b9414f8f955a880d0)]:
|
|
22
|
+
- @getflip/swirl-components@0.320.0
|
|
23
|
+
|
|
24
|
+
## 0.319.2
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- [#1037](https://github.com/getflip/swirl/pull/1037)
|
|
29
|
+
[`8aa90a6a`](https://github.com/getflip/swirl/commit/8aa90a6a2fe4358ba608a6e6026de28d95c44385)
|
|
30
|
+
Thanks [@th1nkful](https://github.com/th1nkful)! - Move react + react-dom to
|
|
31
|
+
peerDependencies
|
|
32
|
+
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
[[`8aa90a6a`](https://github.com/getflip/swirl/commit/8aa90a6a2fe4358ba608a6e6026de28d95c44385)]:
|
|
35
|
+
- @getflip/swirl-components@0.319.2
|
|
36
|
+
|
|
3
37
|
## 0.319.1
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|