@getflip/swirl-components-angular 0.347.0 → 0.348.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 +14 -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 +25 -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-14T10:02:14.735Z - Time: 12243ms
23
+ Build at: 2025-07-14T12:22:12.542Z - Time: 12057ms
25
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.348.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1127](https://github.com/getflip/swirl/pull/1127)
8
+ [`262f179e`](https://github.com/getflip/swirl/commit/262f179e08a02ae9cf51bd9011e51ccb3ee1aefa)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Upgrade to Angular 19
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+ [[`262f179e`](https://github.com/getflip/swirl/commit/262f179e08a02ae9cf51bd9011e51ccb3ee1aefa)]:
15
+ - @getflip/swirl-components@0.348.0
16
+
3
17
  ## 0.347.0
4
18
 
5
19
  ### Minor Changes