@getflip/swirl-components-angular 0.400.0 → 0.401.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.
@@ -9,6 +9,10 @@ Building entry point '@getflip/swirl-components-angular'
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
10
  ✔ Generating FESM bundles
11
11
  - Copying assets
12
+ ✔ Copying assets
13
+ - Writing package manifest
14
+ ✔ Writing package manifest
15
+ ✔ Built @getflip/swirl-components-angular
12
16
 
13
17
  ------------------------------------------------------------------------------
14
18
  Built Angular Package
@@ -16,9 +20,5 @@ Built Angular Package
16
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
17
21
  ------------------------------------------------------------------------------
18
22
 
19
- Build at: 2025-10-30T11:22:51.369Z - Time: 13450ms
23
+ Build at: 2025-11-03T10:48:04.035Z - Time: 13809ms
20
24
 
21
- ✔ Copying assets
22
- - Writing package manifest
23
- ✔ Writing package manifest
24
- ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.401.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1300](https://github.com/getflip/swirl/pull/1300)
8
+ [`7c7659972`](https://github.com/getflip/swirl/commit/7c76599722e39754bec8e4964cab80c86ff5e9e1)
9
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add boundary
10
+ padding to swirl-popover's shift
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1298](https://github.com/getflip/swirl/pull/1298)
15
+ [`a38524a34`](https://github.com/getflip/swirl/commit/a38524a3452de9972994cfa471fc204b670d1ea9)
16
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Autoselect
17
+ readonly swirl-text-input
18
+
19
+ - Updated dependencies
20
+ [[`7c7659972`](https://github.com/getflip/swirl/commit/7c76599722e39754bec8e4964cab80c86ff5e9e1),
21
+ [`a38524a34`](https://github.com/getflip/swirl/commit/a38524a3452de9972994cfa471fc204b670d1ea9)]:
22
+ - @getflip/swirl-components@0.401.0
23
+
3
24
  ## 0.400.0
4
25
 
5
26
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.400.0",
3
+ "version": "0.401.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,9 +22,9 @@
22
22
  "@angular/platform-browser": "19.2.3",
23
23
  "@angular/platform-browser-dynamic": "19.2.3",
24
24
  "@angular/router": "19.2.3",
25
- "@getflip/swirl-components": "^0.400.0",
26
- "rxjs": "~7.8.0",
27
- "tslib": "^2.3.0",
25
+ "@getflip/swirl-components": "0.401.0",
26
+ "rxjs": "7.8.2",
27
+ "tslib": "2.4.0",
28
28
  "zone.js": "0.15.0"
29
29
  },
30
30
  "devDependencies": {