"use strict";define("messageView",["lodash","react","core","santaProps","siteButton"],function(t,e,o,i,s){function n(){var t={label:"OK",id:"ok"},e={align:"center"};return this.createChildComponent(t,"wysiwyg.viewer.components.SiteButton","okButton",{skinPart:"okButton",compProp:e,onClick:this.props.compProp.onCloseCallback})}return{displayName:"MessageView",mixins:[o.compMixins.skinBasedComp],propTypes:t.defaults({compProp:e.PropTypes.object},i.santaTypesUtils.getSantaTypesByDefinition(s)),statics:{useSantaTypes:!0},getSkinProperties:function(){return{"":{style:{display:"block",position:"absolute"}},blockingLayer:{},dialog:{},title:{children:this.props.compProp.title},description:{dangerouslySetInnerHTML:{__html:this.props.compProp.description||""}},okButton:n.call(this)}}}}); //# sourceMappingURL=messageView.min.js.map