@getflip/swirl-components-angular 0.345.0 → 0.346.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.
Files changed (22) hide show
  1. package/.turbo/turbo-build.log +1 -2
  2. package/CHANGELOG.md +19 -0
  3. package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +2093 -1691
  4. package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
  5. package/dist/component-library/lib/stencil-generated/components.d.ts +467 -467
  6. package/dist/component-library/lib/stencil-generated/value-accessor.d.ts +1 -1
  7. package/package.json +17 -17
  8. package/projects/component-library/src/lib/stencil-generated/boolean-value-accessor.ts +4 -3
  9. package/projects/component-library/src/lib/stencil-generated/components.ts +866 -467
  10. package/projects/component-library/src/lib/stencil-generated/select-value-accessor.ts +3 -2
  11. package/projects/component-library/src/lib/stencil-generated/text-value-accessor.ts +3 -2
  12. package/dist/component-library/esm2022/getflip-swirl-components-angular.mjs +0 -5
  13. package/dist/component-library/esm2022/lib/component-library.module.mjs +0 -35
  14. package/dist/component-library/esm2022/lib/stencil-generated/angular-component-lib/utils.mjs +0 -59
  15. package/dist/component-library/esm2022/lib/stencil-generated/boolean-value-accessor.mjs +0 -38
  16. package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +0 -10853
  17. package/dist/component-library/esm2022/lib/stencil-generated/index.mjs +0 -403
  18. package/dist/component-library/esm2022/lib/stencil-generated/select-value-accessor.mjs +0 -35
  19. package/dist/component-library/esm2022/lib/stencil-generated/text-value-accessor.mjs +0 -35
  20. package/dist/component-library/esm2022/lib/stencil-generated/value-accessor.mjs +0 -42
  21. package/dist/component-library/esm2022/public-api.mjs +0 -9
  22. package/dist/component-library/package.json +0 -25
@@ -7,7 +7,6 @@ Building entry point '@getflip/swirl-components-angular'
7
7
  ------------------------------------------------------------------------------
8
8
  - Compiling with Angular sources in Ivy partial compilation mode.
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
- - Generating FESM bundles
11
10
  ✔ Generating FESM bundles
12
11
  - Copying assets
13
12
  ✔ Copying assets
@@ -21,5 +20,5 @@ Built Angular Package
21
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
22
21
  ------------------------------------------------------------------------------
23
22
 
24
- Build at: 2025-07-11T10:45:50.967Z - Time: 12043ms
23
+ Build at: 2025-07-14T09:31:58.605Z - Time: 12111ms
25
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.346.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`31aeae3c`](https://github.com/getflip/swirl/commit/31aeae3c9cb35de11d8d159026c14ca9f9692c32)
8
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Upgrade to Angular 19
9
+
10
+ ### Patch Changes
11
+
12
+ - [#1123](https://github.com/getflip/swirl/pull/1123)
13
+ [`a5b1db58`](https://github.com/getflip/swirl/commit/a5b1db58268218776857fb900e0994cd395b535f)
14
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix Swirl
15
+ components import in storybook
16
+
17
+ - Updated dependencies
18
+ [[`a5b1db58`](https://github.com/getflip/swirl/commit/a5b1db58268218776857fb900e0994cd395b535f),
19
+ [`31aeae3c`](https://github.com/getflip/swirl/commit/31aeae3c9cb35de11d8d159026c14ca9f9692c32)]:
20
+ - @getflip/swirl-components@0.346.0
21
+
3
22
  ## 0.345.0
4
23
 
5
24
  ### Minor Changes