@getflip/swirl-components-angular 0.514.0 → 0.514.1

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.
@@ -21,6 +21,6 @@ Built Angular Package
21
21
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
22
22
  ------------------------------------------------------------------------------
23
23
 
24
- Build at: 2026-07-13T10:40:46.019Z - Time: 12879ms
24
+ Build at: 2026-07-16T09:40:23.985Z - Time: 13002ms
25
25
 
26
- Done in 15.41s.
26
+ Done in 15.35s.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.514.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1746](https://github.com/getflip/swirl/pull/1746)
8
+ [`82029004c`](https://github.com/getflip/swirl/commit/82029004ce20906b6c225d0b2ae4d0f5d15db587)
9
+ Thanks [@lukasballier](https://github.com/lukasballier)! - Improve toggle
10
+ filter contrast by removing the default SwirlToggleButton background and
11
+ adding a raised surface background for the translucent SwirlToggleGroup
12
+ variant.
13
+
14
+ - Updated dependencies
15
+ [[`82029004c`](https://github.com/getflip/swirl/commit/82029004ce20906b6c225d0b2ae4d0f5d15db587)]:
16
+ - @getflip/swirl-components@0.514.1
17
+
3
18
  ## 0.514.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.514.0",
3
+ "version": "0.514.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/getflip/swirl"
@@ -26,7 +26,7 @@
26
26
  "@angular/platform-browser": "19.2.23",
27
27
  "@angular/platform-browser-dynamic": "19.2.23",
28
28
  "@angular/router": "19.2.23",
29
- "@getflip/swirl-components": "0.514.0",
29
+ "@getflip/swirl-components": "0.514.1",
30
30
  "rxjs": "7.8.2",
31
31
  "tslib": "2.4.0",
32
32
  "zone.js": "0.15.0"