@ethlete/cdk 4.56.1 → 4.56.2
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/CHANGELOG.md +6 -0
- package/fesm2022/ethlete-cdk.mjs +0 -2
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ethlete/cdk
|
|
2
2
|
|
|
3
|
+
## 4.56.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`120317d`](https://github.com/ethlete-io/ethdk/commit/120317d1d6d263e98dda1f7c1307cb5f64454d9d) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix transform getting applied to inactive inline tabs
|
|
8
|
+
|
|
3
9
|
## 4.56.1
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/fesm2022/ethlete-cdk.mjs
CHANGED
|
@@ -18045,12 +18045,10 @@ const tabAnimations = {
|
|
|
18045
18045
|
translateTab: trigger('translateTab', [
|
|
18046
18046
|
state('center, void, left-origin-center, right-origin-center', style({ transform: 'none' })),
|
|
18047
18047
|
state('left', style({
|
|
18048
|
-
transform: 'translate3d(-100%, 0, 0)',
|
|
18049
18048
|
minHeight: '1px',
|
|
18050
18049
|
visibility: 'hidden',
|
|
18051
18050
|
})),
|
|
18052
18051
|
state('right', style({
|
|
18053
|
-
transform: 'translate3d(100%, 0, 0)',
|
|
18054
18052
|
minHeight: '1px',
|
|
18055
18053
|
visibility: 'hidden',
|
|
18056
18054
|
})),
|