@getflip/swirl-components-angular 0.69.0 → 0.70.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +45 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -23,5 +23,5 @@ Built Angular Package
|
|
|
23
23
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
24
24
|
------------------------------------------------------------------------------
|
|
25
25
|
|
|
26
|
-
Build at: 2023-06-
|
|
26
|
+
Build at: 2023-06-20T13:47:22.502Z - Time: 24235ms
|
|
27
27
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.70.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`814bae6`](https://github.com/getflip/swirl/commit/814bae6f726fae7f34bbab1271bfffa36fbe6c1a)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "interactive" prop to
|
|
9
|
+
swirl-resource-list-item
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`3963f56`](https://github.com/getflip/swirl/commit/3963f56ca5ffc15dece989612f973bb3cfb82496)
|
|
14
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-progress-indicator
|
|
15
|
+
color
|
|
16
|
+
|
|
17
|
+
* [`a0761d9`](https://github.com/getflip/swirl/commit/a0761d9864a523318888aec1f1e5fb8f02f62d7e)
|
|
18
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix disabled
|
|
19
|
+
swirl-resource-list-item checkbox color
|
|
20
|
+
|
|
21
|
+
- [`98941a0`](https://github.com/getflip/swirl/commit/98941a0aab8244c203020ff1f84d9544770f242c)
|
|
22
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix text and icon color of
|
|
23
|
+
swirl-button with variant outline
|
|
24
|
+
|
|
25
|
+
* [`3415232`](https://github.com/getflip/swirl/commit/3415232a9a699f054633d93dbac6c591796f2c54)
|
|
26
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-date-picker selected
|
|
27
|
+
date color
|
|
28
|
+
|
|
29
|
+
* Updated dependencies
|
|
30
|
+
[[`3963f56`](https://github.com/getflip/swirl/commit/3963f56ca5ffc15dece989612f973bb3cfb82496),
|
|
31
|
+
[`a0761d9`](https://github.com/getflip/swirl/commit/a0761d9864a523318888aec1f1e5fb8f02f62d7e),
|
|
32
|
+
[`98941a0`](https://github.com/getflip/swirl/commit/98941a0aab8244c203020ff1f84d9544770f242c),
|
|
33
|
+
[`3415232`](https://github.com/getflip/swirl/commit/3415232a9a699f054633d93dbac6c591796f2c54),
|
|
34
|
+
[`814bae6`](https://github.com/getflip/swirl/commit/814bae6f726fae7f34bbab1271bfffa36fbe6c1a)]:
|
|
35
|
+
- @getflip/swirl-components@0.71.0
|
|
36
|
+
|
|
37
|
+
## 0.69.1
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- [`25be7d3`](https://github.com/getflip/swirl/commit/25be7d310c813ea1393578a6db072091629eeb61)
|
|
42
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-select tag spacing
|
|
43
|
+
|
|
44
|
+
- Updated dependencies
|
|
45
|
+
[[`25be7d3`](https://github.com/getflip/swirl/commit/25be7d310c813ea1393578a6db072091629eeb61)]:
|
|
46
|
+
- @getflip/swirl-components@0.70.1
|
|
47
|
+
|
|
3
48
|
## 0.69.0
|
|
4
49
|
|
|
5
50
|
### Minor Changes
|