@getflip/swirl-components-angular 0.471.0 → 0.472.0-beta-20260406102253
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 +6 -6
- package/CHANGELOG.md +21 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +1484 -1484
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/index.d.ts +4586 -5
- package/package.json +15 -15
- package/projects/component-library/src/lib/stencil-generated/components.ts +1 -1
- package/dist/component-library/lib/component-library.module.d.ts +0 -10
- package/dist/component-library/lib/stencil-generated/angular-component-lib/utils.d.ts +0 -9
- package/dist/component-library/lib/stencil-generated/boolean-value-accessor.d.ts +0 -9
- package/dist/component-library/lib/stencil-generated/components.d.ts +0 -4552
- package/dist/component-library/lib/stencil-generated/index.d.ts +0 -2
- package/dist/component-library/lib/stencil-generated/select-value-accessor.d.ts +0 -8
- package/dist/component-library/lib/stencil-generated/text-value-accessor.d.ts +0 -8
- package/dist/component-library/lib/stencil-generated/value-accessor.d.ts +0 -18
- package/dist/component-library/public-api.d.ts +0 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
warning package.json: No license field
|
|
2
2
|
$ ng build
|
|
3
3
|
Building Angular Package
|
|
4
|
-
- Compiling with Angular sources in Ivy partial compilation mode.
|
|
5
4
|
|
|
6
5
|
------------------------------------------------------------------------------
|
|
7
6
|
Building entry point '@getflip/swirl-components-angular'
|
|
8
7
|
------------------------------------------------------------------------------
|
|
9
|
-
|
|
10
|
-
✔
|
|
8
|
+
- Compiling with Angular sources in partial compilation mode.
|
|
9
|
+
✔ Compiling with Angular sources in partial compilation mode.
|
|
10
|
+
✔ Generating FESM and DTS bundles
|
|
11
11
|
- Copying assets
|
|
12
12
|
✔ Copying assets
|
|
13
13
|
- Writing package manifest
|
|
@@ -16,9 +16,9 @@ Building entry point '@getflip/swirl-components-angular'
|
|
|
16
16
|
|
|
17
17
|
------------------------------------------------------------------------------
|
|
18
18
|
Built Angular Package
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
- from: /home/runner/work/swirl/swirl/packages/swirl-components-angular/projects/component-library
|
|
20
|
+
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
21
21
|
------------------------------------------------------------------------------
|
|
22
22
|
|
|
23
|
-
Build at: 2026-04-
|
|
23
|
+
Build at: 2026-04-06T10:22:45.603Z - Time: 11698ms
|
|
24
24
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.472.0-beta-20260406102253
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1589](https://github.com/getflip/swirl/pull/1589)
|
|
8
|
+
[`40ed6f75f`](https://github.com/getflip/swirl/commit/40ed6f75f42bad0af615dd9c4276262b3ae40e70)
|
|
9
|
+
Thanks [@danizep](https://github.com/danizep)! - Update Swirl Components
|
|
10
|
+
Angular to v20.x
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#1590](https://github.com/getflip/swirl/pull/1590)
|
|
15
|
+
[`2770bd02b`](https://github.com/getflip/swirl/commit/2770bd02bcb350b8c362b1b1282fb94b7fbd7bdb)
|
|
16
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
|
|
17
|
+
getScrollContainer method to swirl-app-layout
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
[[`2770bd02b`](https://github.com/getflip/swirl/commit/2770bd02bcb350b8c362b1b1282fb94b7fbd7bdb),
|
|
21
|
+
[`40ed6f75f`](https://github.com/getflip/swirl/commit/40ed6f75f42bad0af615dd9c4276262b3ae40e70)]:
|
|
22
|
+
- @getflip/swirl-components@0.472.0-beta-20260406102253
|
|
23
|
+
|
|
3
24
|
## 0.471.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|