@getflip/swirl-components-angular 0.51.0 → 0.53.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 +3 -3
- package/CHANGELOG.md +37 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
@getflip/swirl-components-angular:build: cache hit, replaying output
|
|
1
|
+
@getflip/swirl-components-angular:build: cache hit, replaying output 8880fd5eaedad10e
|
|
2
2
|
@getflip/swirl-components-angular:build: warning package.json: No license field
|
|
3
3
|
@getflip/swirl-components-angular:build: $ ng build
|
|
4
4
|
@getflip/swirl-components-angular:build: Building Angular Package
|
|
5
|
+
@getflip/swirl-components-angular:build: - Compiling with Angular sources in Ivy partial compilation mode.
|
|
5
6
|
@getflip/swirl-components-angular:build:
|
|
6
7
|
@getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
|
|
7
8
|
@getflip/swirl-components-angular:build: Building entry point '@getflip/swirl-components-angular'
|
|
8
9
|
@getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
|
|
9
|
-
@getflip/swirl-components-angular:build: - Compiling with Angular sources in Ivy partial compilation mode.
|
|
10
10
|
@getflip/swirl-components-angular:build: ✔ Compiling with Angular sources in Ivy partial compilation mode.
|
|
11
11
|
@getflip/swirl-components-angular:build: - Generating FESM2020
|
|
12
12
|
@getflip/swirl-components-angular:build: ✔ Generating FESM2020
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
@getflip/swirl-components-angular:build: - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
25
25
|
@getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
|
|
26
26
|
@getflip/swirl-components-angular:build:
|
|
27
|
-
@getflip/swirl-components-angular:build: Build at: 2023-05-
|
|
27
|
+
@getflip/swirl-components-angular:build: Build at: 2023-05-10T14:21:50.424Z - Time: 20632ms
|
|
28
28
|
@getflip/swirl-components-angular:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.53.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`0e42e5b`](https://github.com/getflip/swirl/commit/0e42e5ba3b1c943e1734e54fef34f3964aa5ada9)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "fullscreen-bottom-sheet"
|
|
9
|
+
prop to swirl-popover
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`b386b6a`](https://github.com/getflip/swirl/commit/b386b6a9cc87382c98af8fefb01e3595fe5caaca)
|
|
14
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Improve swirl-table render
|
|
15
|
+
performance
|
|
16
|
+
|
|
17
|
+
* [`ea7bf1b`](https://github.com/getflip/swirl/commit/ea7bf1bc615c79784bbf82928033f2320f52076a)
|
|
18
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Adjust inactive tab label color
|
|
19
|
+
|
|
20
|
+
* Updated dependencies
|
|
21
|
+
[[`b386b6a`](https://github.com/getflip/swirl/commit/b386b6a9cc87382c98af8fefb01e3595fe5caaca),
|
|
22
|
+
[`0e42e5b`](https://github.com/getflip/swirl/commit/0e42e5ba3b1c943e1734e54fef34f3964aa5ada9),
|
|
23
|
+
[`ea7bf1b`](https://github.com/getflip/swirl/commit/ea7bf1bc615c79784bbf82928033f2320f52076a)]:
|
|
24
|
+
- @getflip/swirl-components@0.54.0
|
|
25
|
+
|
|
26
|
+
## 0.52.0
|
|
27
|
+
|
|
28
|
+
### Minor Changes
|
|
29
|
+
|
|
30
|
+
- [`c102537`](https://github.com/getflip/swirl/commit/c1025377f595c8a3fd9a9686858cdac6d9ff4e87)
|
|
31
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "font-family" prop to
|
|
32
|
+
swirl-text
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- Updated dependencies
|
|
37
|
+
[[`c102537`](https://github.com/getflip/swirl/commit/c1025377f595c8a3fd9a9686858cdac6d9ff4e87)]:
|
|
38
|
+
- @getflip/swirl-components@0.53.0
|
|
39
|
+
|
|
3
40
|
## 0.51.0
|
|
4
41
|
|
|
5
42
|
### Minor Changes
|