@getflip/swirl-components-angular 0.347.0 → 0.349.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 +3 -4
  2. package/CHANGELOG.md +29 -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,13 +7,10 @@ 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
14
13
  - Writing package manifest
15
- ✔ Writing package manifest
16
- ✔ Built @getflip/swirl-components-angular
17
14
 
18
15
  ------------------------------------------------------------------------------
19
16
  Built Angular Package
@@ -21,5 +18,7 @@ Built Angular Package
21
18
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
22
19
  ------------------------------------------------------------------------------
23
20
 
24
- Build at: 2025-07-14T10:02:14.735Z - Time: 12243ms
21
+ Build at: 2025-07-14T15:21:31.391Z - Time: 12681ms
25
22
 
23
+ ✔ Writing package manifest
24
+ ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.349.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1128](https://github.com/getflip/swirl/pull/1128)
8
+ [`9b9aa87c`](https://github.com/getflip/swirl/commit/9b9aa87ca8bc3e0ac917d8038690205728795ab9)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add colors to
10
+ swirl-file-chip icons
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`9b9aa87c`](https://github.com/getflip/swirl/commit/9b9aa87ca8bc3e0ac917d8038690205728795ab9)]:
16
+ - @getflip/swirl-components@0.349.0
17
+
18
+ ## 0.348.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1127](https://github.com/getflip/swirl/pull/1127)
23
+ [`262f179e`](https://github.com/getflip/swirl/commit/262f179e08a02ae9cf51bd9011e51ccb3ee1aefa)
24
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Upgrade to Angular 19
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ [[`262f179e`](https://github.com/getflip/swirl/commit/262f179e08a02ae9cf51bd9011e51ccb3ee1aefa)]:
30
+ - @getflip/swirl-components@0.348.0
31
+
3
32
  ## 0.347.0
4
33
 
5
34
  ### Minor Changes