update components

This commit is contained in:
Luke Pulverenti 2016-04-16 12:51:35 -04:00
parent 3e61abaf71
commit 73b495f48c
62 changed files with 875 additions and 512 deletions

View file

@ -16,12 +16,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.2.25",
"_release": "1.2.25",
"version": "1.2.26",
"_release": "1.2.26",
"_resolution": {
"type": "version",
"tag": "1.2.25",
"commit": "7d3165462b584cfe4e1a76dd0afd4bade40274f5"
"tag": "1.2.26",
"commit": "7e13c8d9c17a4946681b3485c5fbf3e62f39cd2f"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.0",

View file

@ -5,7 +5,6 @@
border: none;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
/*opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
@ -43,7 +42,7 @@
}
.actionSheetMenuItem {
padding: .7em 1.5em;
padding: .8em 1.6em;
margin: 0;
text-transform: none;
text-align: inherit;
@ -52,6 +51,11 @@
font-weight: inherit;
}
.layout-tv .actionSheetMenuItem {
padding-top: .6em;
padding-bottom: .6em;
}
.actionSheetItemIcon {
margin-right: 1.5em !important;
}

View file

@ -247,6 +247,7 @@ define(['connectionManager', 'userSettings', 'events'], function (connectionMana
translateDocument: translateHtml,
translateHtml: translateHtml,
loadStrings: loadTranslations,
defaultModule: defaultModule
defaultModule: defaultModule,
getCurrentLocale: getCurrentLocale
};
});