mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update components
This commit is contained in:
parent
8b28397294
commit
29fdb143ab
@ -14,12 +14,12 @@
|
||||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.4.145",
|
||||
"_release": "1.4.145",
|
||||
"version": "1.4.146",
|
||||
"_release": "1.4.146",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.4.145",
|
||||
"commit": "d49d1e90cccfd1735bf18aa8e67d459439c9474b"
|
||||
"tag": "1.4.146",
|
||||
"commit": "dd1bc6d4a82f5311bf940f558f6c9231412f5db1"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
|
||||
"_target": "^1.2.1",
|
||||
|
@ -67,7 +67,7 @@ button.card {
|
||||
padding-bottom: 18.5%;
|
||||
}
|
||||
|
||||
.cardBox {
|
||||
.card .cardBox {
|
||||
padding: 0 !important;
|
||||
margin: 0;
|
||||
transition: none !important;
|
||||
@ -316,8 +316,8 @@ button.cardImageContainer {
|
||||
}
|
||||
|
||||
.card .indicators {
|
||||
right: .5vh;
|
||||
top: .5vh;
|
||||
right: 2%;
|
||||
top: 3%;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -21,7 +21,7 @@
|
||||
vertical-align: middle;
|
||||
border: 0;
|
||||
vertical-align: middle;
|
||||
border-radius: 3px;
|
||||
border-radius: 2px;
|
||||
/* These are getting an outline in opera tv browsers, which run chrome 30 */
|
||||
outline: none !important;
|
||||
position: relative;
|
||||
|
@ -28,12 +28,12 @@
|
||||
"web-animations-next-lite.dev.html",
|
||||
"web-animations-next-lite.dev.js"
|
||||
],
|
||||
"version": "2.2.1",
|
||||
"_release": "2.2.1",
|
||||
"version": "2.2.2",
|
||||
"_release": "2.2.2",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "2.2.1",
|
||||
"commit": "45d8e40300e82ff02ccfbbc78c89500de0f5616f"
|
||||
"tag": "2.2.2",
|
||||
"commit": "8cf9e3567c8a30e905e6a2aefb2ebf4120da6859"
|
||||
},
|
||||
"_source": "git://github.com/web-animations/web-animations-js.git",
|
||||
"_target": "^2.2.0",
|
||||
|
@ -1,3 +1,27 @@
|
||||
### 2.2.2 - *August 3 2016*
|
||||
|
||||
* [Fixed handling of keyframes with overlapping offsets.](https://github.com/web-animations/web-animations-next/pull/470)
|
||||
|
||||
* [Throw TypeError on invalid keyframe input.](https://github.com/web-animations/web-animations-next/pull/471)
|
||||
|
||||
* [Fixed display and other animation properties being animated.](https://github.com/web-animations/web-animations-next/pull/474)
|
||||
|
||||
* [Throw InvalidStateError when calling play() on reversed infinite animation.](https://github.com/web-animations/web-animations-next/pull/475)
|
||||
|
||||
* [Fixed infinite loop in cubic-bezier timing function.](https://github.com/web-animations/web-animations-next/pull/476)
|
||||
|
||||
* [Fixed idle animations not becoming paused when seeked.](https://github.com/web-animations/web-animations-next/pull/479)
|
||||
|
||||
* [Fixed pause() not rewinding idl animations.](https://github.com/web-animations/web-animations-next/pull/480)
|
||||
|
||||
* [Extended cubic-bezier timing function domain from [0, 1] to (-Infinity, Infinity).](https://github.com/web-animations/web-animations-next/pull/481)
|
||||
|
||||
* [Fixed timing model to handle corner cases involving Infinity and 0 correctly.](https://github.com/web-animations/web-animations-next/pull/482)
|
||||
|
||||
* [Fixed source files missing from npm package.](https://github.com/web-animations/web-animations-next/pull/483)
|
||||
|
||||
* [Improved performance of starting and updating individual animations.](https://github.com/web-animations/web-animations-next/pull/485)
|
||||
|
||||
### 2.2.1 - *April 28 2016*
|
||||
* [Deprecated invalid timing inputs](https://github.com/web-animations/web-animations-next/pull/437) as they will soon throw [TypeErrors](https://github.com/web-animations/web-animations-next/pull/426) in native browsers.
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user