(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{285:function(module,exports,__webpack_require__){__webpack_require__(286),__webpack_require__(364),module.exports=__webpack_require__(365)},365:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),function(module){var _storybook_react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(87),_storybook_theming__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(263);Object(_storybook_react__WEBPACK_IMPORTED_MODULE_0__.addParameters)({backgrounds:[{name:"default",value:"#eef2f5",default:!0},{name:"white",value:"white"}],options:{theme:Object(_storybook_theming__WEBPACK_IMPORTED_MODULE_1__.create)({mainBackground:"#112 linear-gradient(to right, #112, #333)",mainBorder:"1px solid rgba(255,255,255,0.1)",mainBorderColor:"rgba(255,255,255,0.1)",mainBorderRadius:4,mainFill:"rgba(255,255,255,0.1)",barFill:"rgba(0,0,0,1)",barSelectedColor:"rgba(255,255,255,0.4)",inputFill:"rgba(0,0,0,1)",mainTextFace:"Inter-UI, sans-serif",mainTextColor:"#efefef",dimmedTextColor:"rgba(255,255,255,0.4)",highlightColor:"#9fdaff",successColor:"#0edf62",failColor:"#ff3f3f",warnColor:"orange",mainTextSize:13,monoTextFace:"roboto-mono",layoutMargin:10,overlayBackground:"linear-gradient(to bottom right, rgba(17, 17, 34, 0.6), rgba(51, 51, 51, 0.8))"})}}),Object(_storybook_react__WEBPACK_IMPORTED_MODULE_0__.configure)(function loadStories(){__webpack_require__(518)},module)}.call(this,__webpack_require__(203)(module))},518:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.r(__webpack_exports__),function(module){var react__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(1),react__WEBPACK_IMPORTED_MODULE_0___default=__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__),_storybook_react__WEBPACK_IMPORTED_MODULE_2__=(__webpack_require__(519),__webpack_require__(87)),react_native__WEBPACK_IMPORTED_MODULE_4__=(__webpack_require__(520),__webpack_require__(94)),_components_Button__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(95);Object(_storybook_react__WEBPACK_IMPORTED_MODULE_2__.storiesOf)("Button",module).add("Main button",function(){return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_native__WEBPACK_IMPORTED_MODULE_4__.a,{style:{flexDirection:"row",justifyContent:"flex-start"}},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_Button__WEBPACK_IMPORTED_MODULE_5__.a,{main:!0,title:"Click Me"}),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_Button__WEBPACK_IMPORTED_MODULE_5__.a,{main:!0,disabled:!0,title:"Click Me"}))}).add("Secondary button",function(){return react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(react_native__WEBPACK_IMPORTED_MODULE_4__.a,{style:{flexDirection:"row",justifyContent:"flex-start"}},react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_Button__WEBPACK_IMPORTED_MODULE_5__.a,{title:"Click Me"}),react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement(_components_Button__WEBPACK_IMPORTED_MODULE_5__.a,{disabled:!0,title:"Click Me"}))})}.call(this,__webpack_require__(203)(module))},95:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_require__.d(__webpack_exports__,"a",function(){return Button});var _home_circleci_project_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(265),_home_circleci_project_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(266),_home_circleci_project_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__=__webpack_require__(282),_home_circleci_project_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__=__webpack_require__(267),_home_circleci_project_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_4__=__webpack_require__(283),react__WEBPACK_IMPORTED_MODULE_5__=__webpack_require__(1),react_native__WEBPACK_IMPORTED_MODULE_6__=__webpack_require__(4),react_native__WEBPACK_IMPORTED_MODULE_7__=__webpack_require__(542),react_native__WEBPACK_IMPORTED_MODULE_8__=__webpack_require__(541),styles=react_native__WEBPACK_IMPORTED_MODULE_6__.a.create({touchable:{flexDirection:"row",flexWrap:"wrap",justifyContent:"center",alignItems:"center"},touchableMain:{backgroundColor:"#4360DF1a",borderRadius:8},touchableDisabled:{backgroundColor:"#939BA11A"},text:{marginHorizontal:32,marginVertical:11,color:"#4360DF",textAlign:"center",fontSize:15},textDisabled:{color:"#939BA1"}}),Button=function(_React$Component){function Button(props){return Object(_home_circleci_project_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__.a)(this,Button),Object(_home_circleci_project_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_2__.a)(this,Object(_home_circleci_project_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_getPrototypeOf__WEBPACK_IMPORTED_MODULE_3__.a)(Button).call(this,props))}return Object(_home_circleci_project_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_4__.a)(Button,_React$Component),Object(_home_circleci_project_node_modules_babel_preset_react_app_node_modules_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__.a)(Button,[{key:"render",value:function render(){var _this$props=this.props,main=_this$props.main,title=_this$props.title,disabled=_this$props.disabled,onPress=_this$props.onPress,accessibilityLabel=_this$props.accessibilityLabel;return react__WEBPACK_IMPORTED_MODULE_5__.createElement(react_native__WEBPACK_IMPORTED_MODULE_7__.a,{style:[styles.touchable,main&&styles.touchableMain,main&&disabled&&styles.touchableDisabled],disabled:disabled,onPress:onPress,accessibilityLabel:accessibilityLabel},react__WEBPACK_IMPORTED_MODULE_5__.createElement(react_native__WEBPACK_IMPORTED_MODULE_8__.a,{style:[styles.text,disabled&&styles.textDisabled]},title))}}]),Button}(react__WEBPACK_IMPORTED_MODULE_5__.Component)}},[[285,1,2]]]); //# sourceMappingURL=main.ed1fdde3098500873615.bundle.js.map