define("adminLoginButton",["lodash","santaProps","utils","core","buttonCommon"],function(a,b,c,d,e){"use strict";var f=b.Types;var g=d.compMixins;var h="http://editor.wix.com/html/editor/web/renderer/edit/";function i(){return c.guidUtils.getGUID()}function j(a,b){var c=i();return h+a+"?metaSiteId="+b+"&editorSessionId="+c}return{displayName:"AdminLoginButton",mixins:[g.skinBasedComp,g.animationsMixin,e.buttonMixin],propTypes:{compData:f.Component.compData.isRequired,style:f.Component.style.isRequired,siteId:f.RendererModel.siteId.isRequired,metaSiteId:f.RendererModel.metaSiteId.isRequired},statics:{useSantaTypes:true},getSkinProperties:function(){var b={label:{style:a.merge(this.getLabelStyle(),{lineHeight:c.style.unitize(this.props.style.height)}),children:[this.props.compData.label]},link:{target:"_self",href:j(this.props.siteId,this.props.metaSiteId)}};this.resetMinHeightIfNeeded(b);return b}}});