Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 

4566 rindas
155 KiB

  1. module.exports =
  2. /******/ (function(modules) { // webpackBootstrap
  3. /******/ // The module cache
  4. /******/ var installedModules = require('../../../../../ssr-module-cache.js');
  5. /******/
  6. /******/ // The require function
  7. /******/ function __webpack_require__(moduleId) {
  8. /******/
  9. /******/ // Check if module is in cache
  10. /******/ if(installedModules[moduleId]) {
  11. /******/ return installedModules[moduleId].exports;
  12. /******/ }
  13. /******/ // Create a new module (and put it into the cache)
  14. /******/ var module = installedModules[moduleId] = {
  15. /******/ i: moduleId,
  16. /******/ l: false,
  17. /******/ exports: {}
  18. /******/ };
  19. /******/
  20. /******/ // Execute the module function
  21. /******/ var threw = true;
  22. /******/ try {
  23. /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
  24. /******/ threw = false;
  25. /******/ } finally {
  26. /******/ if(threw) delete installedModules[moduleId];
  27. /******/ }
  28. /******/
  29. /******/ // Flag the module as loaded
  30. /******/ module.l = true;
  31. /******/
  32. /******/ // Return the exports of the module
  33. /******/ return module.exports;
  34. /******/ }
  35. /******/
  36. /******/
  37. /******/ // expose the modules object (__webpack_modules__)
  38. /******/ __webpack_require__.m = modules;
  39. /******/
  40. /******/ // expose the module cache
  41. /******/ __webpack_require__.c = installedModules;
  42. /******/
  43. /******/ // define getter function for harmony exports
  44. /******/ __webpack_require__.d = function(exports, name, getter) {
  45. /******/ if(!__webpack_require__.o(exports, name)) {
  46. /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
  47. /******/ }
  48. /******/ };
  49. /******/
  50. /******/ // define __esModule on exports
  51. /******/ __webpack_require__.r = function(exports) {
  52. /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
  53. /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
  54. /******/ }
  55. /******/ Object.defineProperty(exports, '__esModule', { value: true });
  56. /******/ };
  57. /******/
  58. /******/ // create a fake namespace object
  59. /******/ // mode & 1: value is a module id, require it
  60. /******/ // mode & 2: merge all properties of value into the ns
  61. /******/ // mode & 4: return value when already ns object
  62. /******/ // mode & 8|1: behave like require
  63. /******/ __webpack_require__.t = function(value, mode) {
  64. /******/ if(mode & 1) value = __webpack_require__(value);
  65. /******/ if(mode & 8) return value;
  66. /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
  67. /******/ var ns = Object.create(null);
  68. /******/ __webpack_require__.r(ns);
  69. /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
  70. /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
  71. /******/ return ns;
  72. /******/ };
  73. /******/
  74. /******/ // getDefaultExport function for compatibility with non-harmony modules
  75. /******/ __webpack_require__.n = function(module) {
  76. /******/ var getter = module && module.__esModule ?
  77. /******/ function getDefault() { return module['default']; } :
  78. /******/ function getModuleExports() { return module; };
  79. /******/ __webpack_require__.d(getter, 'a', getter);
  80. /******/ return getter;
  81. /******/ };
  82. /******/
  83. /******/ // Object.prototype.hasOwnProperty.call
  84. /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
  85. /******/
  86. /******/ // __webpack_public_path__
  87. /******/ __webpack_require__.p = "";
  88. /******/
  89. /******/
  90. /******/ // Load entry module and return exports
  91. /******/ return __webpack_require__(__webpack_require__.s = 71);
  92. /******/ })
  93. /************************************************************************/
  94. /******/ ({
  95. /***/ "/jkW":
  96. /***/ (function(module, exports, __webpack_require__) {
  97. "use strict";
  98. Object.defineProperty(exports, "__esModule", {
  99. value: true
  100. }); // Identify /[param]/ in route string
  101. const TEST_ROUTE = /\/\[[^/]+?\](?=\/|$)/;
  102. function isDynamicRoute(route) {
  103. return TEST_ROUTE.test(route);
  104. }
  105. exports.isDynamicRoute = isDynamicRoute;
  106. /***/ }),
  107. /***/ "0Bsm":
  108. /***/ (function(module, exports, __webpack_require__) {
  109. "use strict";
  110. var _interopRequireDefault = __webpack_require__("AroE");
  111. exports.__esModule = true;
  112. exports.default = withRouter;
  113. var _react = _interopRequireDefault(__webpack_require__("cDcd"));
  114. var _router = __webpack_require__("nOHt");
  115. function withRouter(ComposedComponent) {
  116. function WithRouterWrapper(props) {
  117. return _react.default.createElement(ComposedComponent, Object.assign({
  118. router: (0, _router.useRouter)()
  119. }, props));
  120. }
  121. WithRouterWrapper.getInitialProps = ComposedComponent.getInitialProps // This is needed to allow checking for custom getInitialProps in _app
  122. ;
  123. WithRouterWrapper.origGetInitialProps = ComposedComponent.origGetInitialProps;
  124. if (false) { var name; }
  125. return WithRouterWrapper;
  126. }
  127. /***/ }),
  128. /***/ "0G1C":
  129. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  130. "use strict";
  131. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  132. var nextjs_material_kit = __webpack_require__("eDSW");
  133. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/tooltipsStyle.js
  134. const tooltipsStyle = {
  135. tooltip: {
  136. padding: "10px 15px",
  137. minWidth: "130px",
  138. color: "#555555",
  139. lineHeight: "1.7em",
  140. background: "#FFFFFF",
  141. border: "none",
  142. borderRadius: "3px",
  143. boxShadow: "0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2)",
  144. maxWidth: "200px",
  145. textAlign: "center",
  146. fontFamily: '"Helvetica Neue",Helvetica,Arial,sans-serif',
  147. fontSize: "0.875em",
  148. fontStyle: "normal",
  149. fontWeight: "400",
  150. textShadow: "none",
  151. textTransform: "none",
  152. letterSpacing: "normal",
  153. wordBreak: "normal",
  154. wordSpacing: "normal",
  155. wordWrap: "normal",
  156. whiteSpace: "normal",
  157. lineBreak: "auto"
  158. }
  159. };
  160. /* harmony default export */ var nextjs_material_kit_tooltipsStyle = (tooltipsStyle);
  161. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/headerLinksStyle.js
  162. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  163. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  164. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  165. const headerLinksStyle = theme => _objectSpread({
  166. list: _objectSpread({}, nextjs_material_kit["g" /* defaultFont */], {
  167. fontSize: "14px",
  168. margin: 0,
  169. paddingLeft: "0",
  170. listStyle: "none",
  171. paddingTop: "0",
  172. paddingBottom: "0",
  173. color: "inherit"
  174. }),
  175. listItem: {
  176. float: "left",
  177. color: "inherit",
  178. position: "relative",
  179. display: "block",
  180. width: "auto",
  181. margin: "0",
  182. padding: "0",
  183. [theme.breakpoints.down("sm")]: {
  184. width: "100%",
  185. "&:after": {
  186. width: "100%",
  187. content: '""',
  188. display: "block",
  189. height: "1px",
  190. backgroundColor: "#e5e5e5"
  191. }
  192. }
  193. },
  194. listItemText: {
  195. padding: "0 !important"
  196. },
  197. navLink: {
  198. color: "inherit",
  199. position: "relative",
  200. padding: "0.9375rem",
  201. fontWeight: "400",
  202. fontSize: "12px",
  203. textTransform: "uppercase",
  204. borderRadius: "3px",
  205. lineHeight: "20px",
  206. textDecoration: "none",
  207. margin: "0px",
  208. display: "inline-flex",
  209. "&:hover,&:focus": {
  210. color: "inherit",
  211. background: "rgba(200, 200, 200, 0.2)"
  212. },
  213. [theme.breakpoints.down("sm")]: {
  214. width: "calc(100% - 30px)",
  215. marginLeft: "15px",
  216. marginBottom: "8px",
  217. marginTop: "8px",
  218. textAlign: "left",
  219. "& > span:first-child": {
  220. justifyContent: "flex-start"
  221. }
  222. }
  223. },
  224. notificationNavLink: {
  225. [theme.breakpoints.down("md")]: {
  226. top: "0",
  227. margin: "5px 15px"
  228. },
  229. color: "#FFF",
  230. fontWeight: "400",
  231. fontSize: "12px",
  232. textTransform: "uppercase",
  233. lineHeight: "20px",
  234. textDecoration: "none",
  235. margin: "0px",
  236. display: "inline-flex",
  237. top: "4px"
  238. },
  239. registerNavLink: {
  240. [theme.breakpoints.down("md")]: {
  241. top: "0",
  242. margin: "5px 15px"
  243. },
  244. top: "3px",
  245. position: "relative",
  246. fontWeight: "400",
  247. fontSize: "12px",
  248. textTransform: "uppercase",
  249. lineHeight: "20px",
  250. textDecoration: "none",
  251. margin: "0px",
  252. display: "inline-flex"
  253. },
  254. navLinkActive: {
  255. color: "inherit",
  256. backgroundColor: "rgba(255, 255, 255, 0.1)"
  257. },
  258. icons: {
  259. width: "20px",
  260. height: "20px",
  261. marginRight: "3px"
  262. },
  263. socialIcons: {
  264. position: "relative",
  265. fontSize: "20px !important",
  266. marginRight: "4px"
  267. },
  268. dropdownLink: {
  269. "&,&:hover,&:focus": {
  270. color: "inherit",
  271. textDecoration: "none",
  272. display: "block",
  273. padding: "10px 20px"
  274. }
  275. }
  276. }, nextjs_material_kit_tooltipsStyle, {
  277. marginRight5: {
  278. marginRight: "5px"
  279. }
  280. });
  281. /* harmony default export */ var components_headerLinksStyle = __webpack_exports__["a"] = (headerLinksStyle);
  282. /***/ }),
  283. /***/ "0LMq":
  284. /***/ (function(module, exports) {
  285. module.exports = require("@material-ui/core/List");
  286. /***/ }),
  287. /***/ "2kat":
  288. /***/ (function(module, exports) {
  289. module.exports = require("@material-ui/icons");
  290. /***/ }),
  291. /***/ "2zww":
  292. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  293. "use strict";
  294. // EXPORTS
  295. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ CardHeader; });
  296. // EXTERNAL MODULE: external "react"
  297. var external_react_ = __webpack_require__("cDcd");
  298. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  299. // EXTERNAL MODULE: external "classnames"
  300. var external_classnames_ = __webpack_require__("K2gz");
  301. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  302. // EXTERNAL MODULE: external "@material-ui/core/styles"
  303. var styles_ = __webpack_require__("9Pu4");
  304. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  305. var nextjs_material_kit = __webpack_require__("eDSW");
  306. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/cardHeaderStyle.js
  307. const cardHeaderStyle = {
  308. cardHeader: {
  309. borderRadius: "3px",
  310. padding: "1rem 15px",
  311. marginLeft: "15px",
  312. marginRight: "15px",
  313. marginTop: "-30px",
  314. border: "0",
  315. marginBottom: "0"
  316. },
  317. cardHeaderPlain: {
  318. marginLeft: "0px",
  319. marginRight: "0px"
  320. },
  321. warningCardHeader: nextjs_material_kit["y" /* warningCardHeader */],
  322. successCardHeader: nextjs_material_kit["t" /* successCardHeader */],
  323. dangerCardHeader: nextjs_material_kit["e" /* dangerCardHeader */],
  324. infoCardHeader: nextjs_material_kit["l" /* infoCardHeader */],
  325. primaryCardHeader: nextjs_material_kit["o" /* primaryCardHeader */]
  326. };
  327. /* harmony default export */ var components_cardHeaderStyle = (cardHeaderStyle);
  328. // CONCATENATED MODULE: ./components/Card/CardHeader.js
  329. var __jsx = external_react_default.a.createElement;
  330. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  331. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  332. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  333. // nodejs library that concatenates classes
  334. // nodejs library to set properties for components
  335. // @material-ui/core components
  336. // @material-ui/icons
  337. // core components
  338. const useStyles = Object(styles_["makeStyles"])(components_cardHeaderStyle);
  339. function CardHeader(props) {
  340. const classes = useStyles();
  341. const {
  342. className,
  343. children,
  344. color,
  345. plain
  346. } = props,
  347. rest = _objectWithoutProperties(props, ["className", "children", "color", "plain"]);
  348. const cardHeaderClasses = external_classnames_default()({
  349. [classes.cardHeader]: true,
  350. [classes[color + "CardHeader"]]: color,
  351. [classes.cardHeaderPlain]: plain,
  352. [className]: className !== undefined
  353. });
  354. return __jsx("div", _extends({
  355. className: cardHeaderClasses
  356. }, rest), children);
  357. }
  358. /***/ }),
  359. /***/ "31Yn":
  360. /***/ (function(module, exports) {
  361. module.exports = require("@material-ui/core/ClickAwayListener");
  362. /***/ }),
  363. /***/ "3REV":
  364. /***/ (function(module, exports) {
  365. module.exports = require("@material-ui/icons/LocalGroceryStore");
  366. /***/ }),
  367. /***/ "4151":
  368. /***/ (function(module, exports) {
  369. module.exports = require("@material-ui/core/AppBar");
  370. /***/ }),
  371. /***/ "4D1s":
  372. /***/ (function(module, exports) {
  373. module.exports = require("@material-ui/icons/Menu");
  374. /***/ }),
  375. /***/ "5ImT":
  376. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  377. "use strict";
  378. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  379. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  380. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("9Pu4");
  381. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__);
  382. /* harmony import */ var assets_jss_nextjs_material_kit_pages_componentsSections_notificationsStyles_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("7WNa");
  383. /* harmony import */ var components_Card_Card_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("A2So");
  384. /* harmony import */ var components_Card_CardBody_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("UsYt");
  385. /* harmony import */ var components_Card_CardHeader_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("2zww");
  386. /* harmony import */ var components_Header_LinkCompany_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("K2z0");
  387. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  388. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  389. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  390. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__["makeStyles"])(assets_jss_nextjs_material_kit_pages_componentsSections_notificationsStyles_js__WEBPACK_IMPORTED_MODULE_2__[/* default */ "a"]);
  391. const DataPenghargaan = function (_ref) {
  392. let {
  393. backend,
  394. businessPartners,
  395. service,
  396. carousel
  397. } = _ref,
  398. props = _objectWithoutProperties(_ref, ["backend", "businessPartners", "service", "carousel"]);
  399. const classes = useStyles();
  400. return __jsx("div", null, __jsx(components_Card_Card_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"], {
  401. className: classes.textCenter,
  402. align: "center",
  403. style: {
  404. padding: "5px"
  405. }
  406. }, __jsx("div", {
  407. align: "center"
  408. }, __jsx(components_Card_CardHeader_js__WEBPACK_IMPORTED_MODULE_5__[/* default */ "a"], {
  409. color: "info",
  410. justify: "center"
  411. }, __jsx(components_Header_LinkCompany_js__WEBPACK_IMPORTED_MODULE_6__[/* default */ "a"], null))), __jsx(components_Card_CardBody_js__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"], null, __jsx("div", {
  412. align: "center"
  413. }, __jsx("img", {
  414. src: "http://3.bp.blogspot.com/-_dTNAAE-TMY/VL3Zyiti2OI/AAAAAAAAAT0/YSd7Ok_3I0k/s1600/Thamrin-brother-loker.png"
  415. })), __jsx("h1", {
  416. className: classes.cardTitle
  417. }, __jsx("b", null, "Penghargaan Thamrin Group")), __jsx("p", null, "Thamrin Group adalah perusahaan terkemuka di Sumatera Selatan & Bengkulu dengan fokus bisnis pada sektor otomotif dan properti"), __jsx("h3", null, "Visi"), __jsx("p", null, "Berdampak bagi masyarakat melalui SDM yang dimiliki, pelayanan prima & pengembangan usaha secara berkelanjutan dengan membangun perusahaan yang terpercaya & memiliki reputasi yang baik"), __jsx("h3", null, "Misi"), __jsx("p", null, "1. Melayani 21,7 juta pelanggan di tahun 2022"), __jsx("p", null, "2. Mengembangkan pemimpin yang sukses"), __jsx("p", null, "3. Mengelola proses administrasi yang simple & excellent"), __jsx("p", null, "4. Mendukung continuous improvement"))));
  418. };
  419. /* harmony default export */ __webpack_exports__["a"] = (DataPenghargaan);
  420. /***/ }),
  421. /***/ 71:
  422. /***/ (function(module, exports, __webpack_require__) {
  423. module.exports = __webpack_require__("M3do");
  424. /***/ }),
  425. /***/ "7KCV":
  426. /***/ (function(module, exports, __webpack_require__) {
  427. var _typeof = __webpack_require__("C+bE");
  428. function _getRequireWildcardCache() {
  429. if (typeof WeakMap !== "function") return null;
  430. var cache = new WeakMap();
  431. _getRequireWildcardCache = function _getRequireWildcardCache() {
  432. return cache;
  433. };
  434. return cache;
  435. }
  436. function _interopRequireWildcard(obj) {
  437. if (obj && obj.__esModule) {
  438. return obj;
  439. }
  440. if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") {
  441. return {
  442. "default": obj
  443. };
  444. }
  445. var cache = _getRequireWildcardCache();
  446. if (cache && cache.has(obj)) {
  447. return cache.get(obj);
  448. }
  449. var newObj = {};
  450. var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
  451. for (var key in obj) {
  452. if (Object.prototype.hasOwnProperty.call(obj, key)) {
  453. var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
  454. if (desc && (desc.get || desc.set)) {
  455. Object.defineProperty(newObj, key, desc);
  456. } else {
  457. newObj[key] = obj[key];
  458. }
  459. }
  460. }
  461. newObj["default"] = obj;
  462. if (cache) {
  463. cache.set(obj, newObj);
  464. }
  465. return newObj;
  466. }
  467. module.exports = _interopRequireWildcard;
  468. /***/ }),
  469. /***/ "7WNa":
  470. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  471. "use strict";
  472. /* harmony import */ var assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("eDSW");
  473. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  474. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  475. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  476. const notificationsStyles = {
  477. section: {
  478. backgroundColor: "#FFFFFF",
  479. display: "block",
  480. width: "100%",
  481. position: "relative",
  482. padding: "0"
  483. },
  484. title: _objectSpread({}, assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* title */ "v"], {
  485. marginTop: "30px",
  486. minHeight: "32px",
  487. textDecoration: "none"
  488. }),
  489. container: assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* container */ "c"]
  490. };
  491. /* harmony default export */ __webpack_exports__["a"] = (notificationsStyles);
  492. /***/ }),
  493. /***/ "7vM9":
  494. /***/ (function(module, exports) {
  495. module.exports = require("@material-ui/core/Icon");
  496. /***/ }),
  497. /***/ "8//M":
  498. /***/ (function(module, exports) {
  499. module.exports = require("@material-ui/core/styles/makeStyles");
  500. /***/ }),
  501. /***/ "8E12":
  502. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  503. "use strict";
  504. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return HeaderLinks; });
  505. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  506. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  507. /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("YFqc");
  508. /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(next_link__WEBPACK_IMPORTED_MODULE_1__);
  509. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("9Pu4");
  510. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_2__);
  511. /* harmony import */ var _material_ui_core_List__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("0LMq");
  512. /* harmony import */ var _material_ui_core_List__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_List__WEBPACK_IMPORTED_MODULE_3__);
  513. /* harmony import */ var _material_ui_core_ListItem__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("c25J");
  514. /* harmony import */ var _material_ui_core_ListItem__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_ListItem__WEBPACK_IMPORTED_MODULE_4__);
  515. /* harmony import */ var _material_ui_core_Icon__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("7vM9");
  516. /* harmony import */ var _material_ui_core_Icon__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_Icon__WEBPACK_IMPORTED_MODULE_5__);
  517. /* harmony import */ var _material_ui_icons_LocalGroceryStore__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("3REV");
  518. /* harmony import */ var _material_ui_icons_LocalGroceryStore__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_material_ui_icons_LocalGroceryStore__WEBPACK_IMPORTED_MODULE_6__);
  519. /* harmony import */ var _material_ui_icons__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("2kat");
  520. /* harmony import */ var _material_ui_icons__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_material_ui_icons__WEBPACK_IMPORTED_MODULE_7__);
  521. /* harmony import */ var components_CustomDropdown_CustomDropdown_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("QOEo");
  522. /* harmony import */ var components_CustomButtons_Button_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("Kg+a");
  523. /* harmony import */ var assets_jss_nextjs_material_kit_components_headerLinksStyle_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("0G1C");
  524. /* harmony import */ var assets_img_tb_png__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("nJn1");
  525. /* harmony import */ var assets_img_tb_png__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(assets_img_tb_png__WEBPACK_IMPORTED_MODULE_11__);
  526. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  527. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  528. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  529. /*eslint-disable*/
  530. // @material-ui/core components
  531. // import People from "@material-ui/core/People";
  532. // @material-ui/icons
  533. // core components
  534. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_2__["makeStyles"])(assets_jss_nextjs_material_kit_components_headerLinksStyle_js__WEBPACK_IMPORTED_MODULE_10__[/* default */ "a"]);
  535. function HeaderLinks(_ref) {
  536. let {
  537. username
  538. } = _ref,
  539. props = _objectWithoutProperties(_ref, ["username"]);
  540. const classes = useStyles();
  541. return __jsx(_material_ui_core_List__WEBPACK_IMPORTED_MODULE_3___default.a, {
  542. className: classes.list
  543. }, __jsx(_material_ui_core_ListItem__WEBPACK_IMPORTED_MODULE_4___default.a, {
  544. className: classes.listItem
  545. }, __jsx(next_link__WEBPACK_IMPORTED_MODULE_1___default.a, {
  546. href: "/yamaha/home"
  547. }, __jsx(components_CustomButtons_Button_js__WEBPACK_IMPORTED_MODULE_9__[/* default */ "a"], {
  548. color: "transparent",
  549. className: classes.navLink
  550. }, __jsx("img", {
  551. src: assets_img_tb_png__WEBPACK_IMPORTED_MODULE_11___default.a,
  552. width: "180px"
  553. })))), __jsx(_material_ui_core_ListItem__WEBPACK_IMPORTED_MODULE_4___default.a, {
  554. className: classes.listItem
  555. }, __jsx(next_link__WEBPACK_IMPORTED_MODULE_1___default.a, {
  556. href: "/yamaha/home"
  557. }, __jsx(components_CustomButtons_Button_js__WEBPACK_IMPORTED_MODULE_9__[/* default */ "a"], {
  558. color: "transparent",
  559. className: classes.navLink,
  560. style: {
  561. marginTop: "10px"
  562. }
  563. }, __jsx(_material_ui_core_Icon__WEBPACK_IMPORTED_MODULE_5___default.a, {
  564. className: classes.icons
  565. }, "home"), " Home"))), __jsx(_material_ui_core_ListItem__WEBPACK_IMPORTED_MODULE_4___default.a, {
  566. className: classes.listItem,
  567. style: {
  568. marginTop: "10px"
  569. }
  570. }, __jsx(components_CustomDropdown_CustomDropdown_js__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"], {
  571. noLiPadding: true,
  572. navDropdown: true,
  573. buttonText: "Product",
  574. buttonProps: {
  575. className: classes.navLink,
  576. color: "transparent"
  577. },
  578. buttonIcon: _material_ui_icons__WEBPACK_IMPORTED_MODULE_7__["Apps"],
  579. dropdownList: [__jsx("a", {
  580. href: "/yamaha/product/product",
  581. className: classes.dropdownLink
  582. }, "Motor"), __jsx("a", {
  583. href: "/yamaha/sparepart/sparepart",
  584. className: classes.dropdownLink
  585. }, "Sparepart & Accessories"), // <a href="/yamaha/product/yamalube" className={classes.dropdownLink}>
  586. // Yamalube
  587. // </a>,
  588. // <a href="/yamaha/product/helmet" className={classes.dropdownLink}>
  589. // Helmet
  590. // </a>,
  591. // <a href="/yamaha/product/apparel" className={classes.dropdownLink}>
  592. // Apparel
  593. // </a>,
  594. // <a
  595. // href="/yamaha/product/accessories"
  596. // className={classes.dropdownLink}
  597. // >
  598. // Accessories
  599. // </a>,
  600. __jsx("a", {
  601. href: "https://booking.thamrin.co.id/",
  602. className: classes.dropdownLink
  603. }, "Service"), __jsx("a", {
  604. href: "/yamaha/dealers",
  605. className: classes.dropdownLink
  606. }, "Dealers") // <a href="/yamaha/order/order" className={classes.dropdownLink}>
  607. // Dealers
  608. // </a>,
  609. ]
  610. })), __jsx(_material_ui_core_ListItem__WEBPACK_IMPORTED_MODULE_4___default.a, {
  611. className: classes.listItem,
  612. style: {
  613. marginTop: "10px"
  614. }
  615. }, __jsx(next_link__WEBPACK_IMPORTED_MODULE_1___default.a, {
  616. href: "/yamaha/latest_news/latestnews"
  617. }, __jsx(components_CustomButtons_Button_js__WEBPACK_IMPORTED_MODULE_9__[/* default */ "a"], {
  618. color: "transparent",
  619. className: classes.navLink
  620. }, __jsx(_material_ui_core_Icon__WEBPACK_IMPORTED_MODULE_5___default.a, {
  621. className: classes.icons
  622. }, "event"), " Latest News"))), __jsx(_material_ui_core_ListItem__WEBPACK_IMPORTED_MODULE_4___default.a, {
  623. className: classes.listItem,
  624. style: {
  625. marginTop: "10px"
  626. }
  627. }, __jsx(components_CustomButtons_Button_js__WEBPACK_IMPORTED_MODULE_9__[/* default */ "a"], {
  628. href: "/yamaha/carrer/carrer",
  629. color: "transparent",
  630. className: classes.navLink
  631. }, __jsx(_material_ui_core_Icon__WEBPACK_IMPORTED_MODULE_5___default.a, {
  632. className: classes.icons
  633. }, "wallet_travel"), " Career")), __jsx(_material_ui_core_ListItem__WEBPACK_IMPORTED_MODULE_4___default.a, {
  634. className: classes.listItem,
  635. style: {
  636. marginTop: "10px"
  637. }
  638. }, __jsx(components_CustomButtons_Button_js__WEBPACK_IMPORTED_MODULE_9__[/* default */ "a"], {
  639. href: "/yamaha/abous_us/aboutus",
  640. color: "transparent",
  641. className: classes.navLink
  642. }, __jsx(_material_ui_core_Icon__WEBPACK_IMPORTED_MODULE_5___default.a, {
  643. className: classes.icons
  644. }, "account_balance"), " About Us")), __jsx(_material_ui_core_ListItem__WEBPACK_IMPORTED_MODULE_4___default.a, {
  645. className: classes.listItem,
  646. style: {
  647. marginTop: "10px"
  648. }
  649. }, !username || username == "" ? __jsx(components_CustomButtons_Button_js__WEBPACK_IMPORTED_MODULE_9__[/* default */ "a"], {
  650. href: "/yamaha/login",
  651. className: classes.registerNavLink,
  652. color: "info",
  653. round: true
  654. }, __jsx(_material_ui_core_Icon__WEBPACK_IMPORTED_MODULE_5___default.a, {
  655. className: classes.icons
  656. }, "input"), " Login") : __jsx(components_CustomDropdown_CustomDropdown_js__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"], {
  657. noLiPadding: true,
  658. navDropdown: true,
  659. buttonText: username.length > 12 ? username.substring(0, 9) + ".." : username,
  660. buttonProps: {
  661. className: classes.navLink,
  662. color: "transparent"
  663. },
  664. buttonIcon: _material_ui_icons__WEBPACK_IMPORTED_MODULE_7__["Person"],
  665. dropdownList: [__jsx("div", {
  666. onClick: async e => {
  667. e.preventDefault();
  668. fetch("/api/auth/logout", {
  669. method: "POST",
  670. headers: {
  671. "Content-Type": "application/json"
  672. },
  673. body: JSON.stringify({
  674. p: "YAMAHA"
  675. })
  676. }).then(res => {
  677. //if (res.ok) {
  678. window.location.href = "../yamaha/home";
  679. /*}
  680. else{
  681. }*/
  682. });
  683. }
  684. }, __jsx("a", {
  685. className: classes.dropdownLink
  686. }, __jsx(_material_ui_core_Icon__WEBPACK_IMPORTED_MODULE_5___default.a, {
  687. className: classes.icons
  688. }, "exit_to_app"), " Logout")), __jsx("div", null, __jsx("a", {
  689. className: classes.dropdownLink,
  690. href: "/yamaha/profile/profile"
  691. }, __jsx(_material_ui_core_Icon__WEBPACK_IMPORTED_MODULE_5___default.a, {
  692. className: classes.icons
  693. }, "people"), " Profile")), __jsx("div", null, __jsx("a", {
  694. className: classes.dropdownLink,
  695. href: "/yamaha/order/order"
  696. }, __jsx(_material_ui_core_Icon__WEBPACK_IMPORTED_MODULE_5___default.a, {
  697. className: classes.icons
  698. }, "shopping_cart"), " Pesanan Saya")) // <a href="/yamaha/profile/profile" className={classes.dropdownLink}>Profile</a>,
  699. ]
  700. })));
  701. }
  702. /***/ }),
  703. /***/ "8x5e":
  704. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  705. "use strict";
  706. // EXPORTS
  707. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ Header; });
  708. // EXTERNAL MODULE: external "react"
  709. var external_react_ = __webpack_require__("cDcd");
  710. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  711. // EXTERNAL MODULE: ./node_modules/next/link.js
  712. var next_link = __webpack_require__("YFqc");
  713. var link_default = /*#__PURE__*/__webpack_require__.n(next_link);
  714. // EXTERNAL MODULE: external "classnames"
  715. var external_classnames_ = __webpack_require__("K2gz");
  716. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  717. // EXTERNAL MODULE: external "@material-ui/core/styles"
  718. var styles_ = __webpack_require__("9Pu4");
  719. // EXTERNAL MODULE: external "@material-ui/core/AppBar"
  720. var AppBar_ = __webpack_require__("4151");
  721. var AppBar_default = /*#__PURE__*/__webpack_require__.n(AppBar_);
  722. // EXTERNAL MODULE: external "@material-ui/core/Toolbar"
  723. var Toolbar_ = __webpack_require__("Ms0O");
  724. var Toolbar_default = /*#__PURE__*/__webpack_require__.n(Toolbar_);
  725. // EXTERNAL MODULE: external "@material-ui/core/IconButton"
  726. var IconButton_ = __webpack_require__("EmCc");
  727. var IconButton_default = /*#__PURE__*/__webpack_require__.n(IconButton_);
  728. // EXTERNAL MODULE: external "@material-ui/core/Button"
  729. var Button_ = __webpack_require__("Wh1t");
  730. var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
  731. // EXTERNAL MODULE: external "@material-ui/core/Hidden"
  732. var Hidden_ = __webpack_require__("Y8uC");
  733. var Hidden_default = /*#__PURE__*/__webpack_require__.n(Hidden_);
  734. // EXTERNAL MODULE: external "@material-ui/core/Drawer"
  735. var Drawer_ = __webpack_require__("Q01v");
  736. var Drawer_default = /*#__PURE__*/__webpack_require__.n(Drawer_);
  737. // EXTERNAL MODULE: external "@material-ui/icons/Menu"
  738. var Menu_ = __webpack_require__("4D1s");
  739. var Menu_default = /*#__PURE__*/__webpack_require__.n(Menu_);
  740. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  741. var nextjs_material_kit = __webpack_require__("eDSW");
  742. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/headerStyle.js
  743. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  744. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  745. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  746. const headerStyle = {
  747. appBar: {
  748. display: "flex",
  749. border: "0",
  750. borderRadius: "3px",
  751. padding: "0.625rem 0",
  752. marginBottom: "20px",
  753. color: "#555",
  754. width: "100%",
  755. backgroundColor: "#000",
  756. boxShadow: "0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15)",
  757. transition: "all 150ms ease 0s",
  758. alignItems: "center",
  759. flexFlow: "row nowrap",
  760. justifyContent: "flex-start",
  761. position: "relative",
  762. zIndex: "unset"
  763. },
  764. absolute: {
  765. position: "absolute",
  766. zIndex: "1100"
  767. },
  768. fixed: {
  769. position: "fixed",
  770. zIndex: "1100"
  771. },
  772. container: _objectSpread({}, nextjs_material_kit["c" /* container */], {
  773. minHeight: "50px",
  774. flex: "1",
  775. alignItems: "center",
  776. justifyContent: "space-between",
  777. display: "flex",
  778. flexWrap: "nowrap"
  779. }),
  780. flex: {
  781. flex: 1
  782. },
  783. title: _objectSpread({}, nextjs_material_kit["g" /* defaultFont */], {
  784. lineHeight: "30px",
  785. fontSize: "18px",
  786. borderRadius: "3px",
  787. textTransform: "none",
  788. color: "inherit",
  789. padding: "8px 16px",
  790. letterSpacing: "unset",
  791. "&:hover,&:focus": {
  792. color: "inherit",
  793. background: "transparent"
  794. }
  795. }),
  796. appResponsive: {
  797. margin: "20px 10px"
  798. },
  799. primary: {
  800. backgroundColor: nextjs_material_kit["p" /* primaryColor */],
  801. color: "#FFFFFF",
  802. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.46)}`
  803. },
  804. info: {
  805. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  806. color: "#FFFFFF",
  807. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.46)}`
  808. },
  809. success: {
  810. backgroundColor: nextjs_material_kit["u" /* successColor */],
  811. color: "#FFFFFF",
  812. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.46)}`
  813. },
  814. warning: {
  815. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  816. color: "#FFFFFF",
  817. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.46)}`
  818. },
  819. danger: {
  820. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  821. color: "#FFFFFF",
  822. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.46)}`
  823. },
  824. rose: {
  825. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  826. color: "#FFFFFF",
  827. boxShadow: `0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["r" /* roseColor */], 0.46)}`
  828. },
  829. transparent: {
  830. backgroundColor: "transparent !important",
  831. boxShadow: "none",
  832. paddingTop: "25px",
  833. color: "#FFFFFF"
  834. },
  835. dark: {
  836. color: "#FFFFFF",
  837. backgroundColor: "#212121 !important",
  838. boxShadow: "0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 12px -5px rgba(33, 33, 33, 0.46)"
  839. },
  840. white: {
  841. border: "0",
  842. padding: "0.625rem 0",
  843. marginBottom: "20px",
  844. color: "#555",
  845. backgroundColor: "#fff !important",
  846. boxShadow: "0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15)"
  847. },
  848. drawerPaper: _objectSpread({
  849. border: "none",
  850. bottom: "0",
  851. transitionProperty: "top, bottom, width",
  852. transitionDuration: ".2s, .2s, .35s",
  853. transitionTimingFunction: "linear, linear, ease",
  854. width: nextjs_material_kit["h" /* drawerWidth */]
  855. }, nextjs_material_kit["a" /* boxShadow */], {
  856. position: "fixed",
  857. display: "block",
  858. top: "0",
  859. height: "100vh",
  860. right: "0",
  861. left: "auto",
  862. visibility: "visible",
  863. overflowY: "visible",
  864. borderTop: "none",
  865. textAlign: "left",
  866. paddingRight: "0px",
  867. paddingLeft: "0"
  868. }, nextjs_material_kit["w" /* transition */])
  869. };
  870. /* harmony default export */ var components_headerStyle = (headerStyle);
  871. // CONCATENATED MODULE: ./components/Header/Header.js
  872. var __jsx = external_react_default.a.createElement;
  873. // nodejs library that concatenates classes
  874. // nodejs library to set properties for components
  875. // @material-ui/core components
  876. // @material-ui/icons
  877. // core components
  878. const useStyles = Object(styles_["makeStyles"])(components_headerStyle);
  879. function Header(props) {
  880. const classes = useStyles();
  881. const [mobileOpen, setMobileOpen] = external_react_default.a.useState(false);
  882. external_react_default.a.useEffect(() => {
  883. if (props.changeColorOnScroll) {
  884. window.addEventListener("scroll", headerColorChange);
  885. }
  886. return function cleanup() {
  887. if (props.changeColorOnScroll) {
  888. window.removeEventListener("scroll", headerColorChange);
  889. }
  890. };
  891. });
  892. const handleDrawerToggle = () => {
  893. setMobileOpen(!mobileOpen);
  894. };
  895. const headerColorChange = () => {
  896. const {
  897. color,
  898. changeColorOnScroll
  899. } = props;
  900. const windowsScrollTop = window.pageYOffset;
  901. if (windowsScrollTop > changeColorOnScroll.height) {
  902. document.body.getElementsByTagName("header")[0].classList.remove(classes[color]);
  903. document.body.getElementsByTagName("header")[0].classList.add(classes[changeColorOnScroll.color]);
  904. } else {
  905. document.body.getElementsByTagName("header")[0].classList.add(classes[color]);
  906. document.body.getElementsByTagName("header")[0].classList.remove(classes[changeColorOnScroll.color]);
  907. }
  908. };
  909. const {
  910. color,
  911. rightLinks,
  912. leftLinks,
  913. brand,
  914. fixed,
  915. absolute
  916. } = props;
  917. const appBarClasses = external_classnames_default()({
  918. [classes.appBar]: true,
  919. [classes[color]]: color,
  920. [classes.absolute]: absolute,
  921. [classes.fixed]: fixed
  922. });
  923. const brandComponent = __jsx(link_default.a, {
  924. href: "/components",
  925. as: "/components"
  926. }, __jsx(Button_default.a, {
  927. className: classes.title
  928. }, brand));
  929. return __jsx(AppBar_default.a, {
  930. className: appBarClasses
  931. }, __jsx(Toolbar_default.a, {
  932. className: classes.container
  933. }, leftLinks !== undefined ? brandComponent : null, __jsx("div", {
  934. className: classes.flex
  935. }, leftLinks !== undefined ? __jsx(Hidden_default.a, {
  936. smDown: true,
  937. implementation: "css"
  938. }, leftLinks) : brandComponent), __jsx(Hidden_default.a, {
  939. smDown: true,
  940. implementation: "css"
  941. }, rightLinks), __jsx(Hidden_default.a, {
  942. mdUp: true
  943. }, __jsx(IconButton_default.a, {
  944. color: "inherit",
  945. "aria-label": "open drawer",
  946. onClick: handleDrawerToggle
  947. }, __jsx(Menu_default.a, null)))), __jsx(Hidden_default.a, {
  948. mdUp: true,
  949. implementation: "js"
  950. }, __jsx(Drawer_default.a, {
  951. variant: "temporary",
  952. anchor: "right",
  953. open: mobileOpen,
  954. classes: {
  955. paper: classes.drawerPaper
  956. },
  957. onClose: handleDrawerToggle
  958. }, __jsx("div", {
  959. className: classes.appResponsive
  960. }, leftLinks, rightLinks))));
  961. }
  962. Header.defaultProp = {
  963. color: "black"
  964. };
  965. /***/ }),
  966. /***/ "9Pu4":
  967. /***/ (function(module, exports) {
  968. module.exports = require("@material-ui/core/styles");
  969. /***/ }),
  970. /***/ "A2So":
  971. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  972. "use strict";
  973. // EXPORTS
  974. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ Card; });
  975. // EXTERNAL MODULE: external "react"
  976. var external_react_ = __webpack_require__("cDcd");
  977. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  978. // EXTERNAL MODULE: external "classnames"
  979. var external_classnames_ = __webpack_require__("K2gz");
  980. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  981. // EXTERNAL MODULE: external "@material-ui/core/styles"
  982. var styles_ = __webpack_require__("9Pu4");
  983. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/cardStyle.js
  984. const cardStyle = {
  985. card: {
  986. border: "0",
  987. marginBottom: "30px",
  988. marginTop: "30px",
  989. borderRadius: "6px",
  990. color: "rgba(0, 0, 0, 0.87)",
  991. background: "#fff",
  992. width: "100%",
  993. boxShadow: "0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)",
  994. position: "relative",
  995. display: "flex",
  996. flexDirection: "column",
  997. minWidth: "0",
  998. wordWrap: "break-word",
  999. fontSize: ".875rem",
  1000. transition: "all 300ms linear"
  1001. },
  1002. cardPlain: {
  1003. background: "transparent",
  1004. boxShadow: "none"
  1005. },
  1006. cardCarousel: {
  1007. overflow: "hidden"
  1008. }
  1009. };
  1010. /* harmony default export */ var components_cardStyle = (cardStyle);
  1011. // CONCATENATED MODULE: ./components/Card/Card.js
  1012. var __jsx = external_react_default.a.createElement;
  1013. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  1014. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  1015. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  1016. // nodejs library that concatenates classes
  1017. // nodejs library to set properties for components
  1018. // @material-ui/core components
  1019. // @material-ui/icons
  1020. // core components
  1021. const useStyles = Object(styles_["makeStyles"])(components_cardStyle);
  1022. function Card(props) {
  1023. const classes = useStyles();
  1024. const {
  1025. className,
  1026. children,
  1027. plain,
  1028. carousel
  1029. } = props,
  1030. rest = _objectWithoutProperties(props, ["className", "children", "plain", "carousel"]);
  1031. const cardClasses = external_classnames_default()({
  1032. [classes.card]: true,
  1033. [classes.cardPlain]: plain,
  1034. [classes.cardCarousel]: carousel,
  1035. [className]: className !== undefined
  1036. });
  1037. return __jsx("div", _extends({
  1038. className: cardClasses
  1039. }, rest), children);
  1040. }
  1041. /***/ }),
  1042. /***/ "AroE":
  1043. /***/ (function(module, exports) {
  1044. function _interopRequireDefault(obj) {
  1045. return obj && obj.__esModule ? obj : {
  1046. "default": obj
  1047. };
  1048. }
  1049. module.exports = _interopRequireDefault;
  1050. /***/ }),
  1051. /***/ "C+bE":
  1052. /***/ (function(module, exports) {
  1053. function _typeof2(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof2 = function _typeof2(obj) { return typeof obj; }; } else { _typeof2 = function _typeof2(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof2(obj); }
  1054. function _typeof(obj) {
  1055. if (typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol") {
  1056. module.exports = _typeof = function _typeof(obj) {
  1057. return _typeof2(obj);
  1058. };
  1059. } else {
  1060. module.exports = _typeof = function _typeof(obj) {
  1061. return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : _typeof2(obj);
  1062. };
  1063. }
  1064. return _typeof(obj);
  1065. }
  1066. module.exports = _typeof;
  1067. /***/ }),
  1068. /***/ "EmCc":
  1069. /***/ (function(module, exports) {
  1070. module.exports = require("@material-ui/core/IconButton");
  1071. /***/ }),
  1072. /***/ "Fm7H":
  1073. /***/ (function(module, exports) {
  1074. module.exports = require("@material-ui/icons/Favorite");
  1075. /***/ }),
  1076. /***/ "HXcA":
  1077. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  1078. "use strict";
  1079. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Footer; });
  1080. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  1081. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  1082. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("K2gz");
  1083. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__);
  1084. /* harmony import */ var _material_ui_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("KKbo");
  1085. /* harmony import */ var _material_ui_core__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__);
  1086. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("9Pu4");
  1087. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__);
  1088. /* harmony import */ var _material_ui_icons_Favorite__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("Fm7H");
  1089. /* harmony import */ var _material_ui_icons_Favorite__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_material_ui_icons_Favorite__WEBPACK_IMPORTED_MODULE_4__);
  1090. /* harmony import */ var components_Grid_GridContainer_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("mtPR");
  1091. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("JQ2V");
  1092. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_6__);
  1093. /* harmony import */ var components_Grid_GridItem_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("i4t8");
  1094. /* harmony import */ var _material_ui_core_Paper__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("qt1I");
  1095. /* harmony import */ var _material_ui_core_Paper__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_Paper__WEBPACK_IMPORTED_MODULE_8__);
  1096. /* harmony import */ var components_Card_Card_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("A2So");
  1097. /* harmony import */ var assets_jss_nextjs_material_kit_components_footerStyle_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("oLCs");
  1098. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  1099. // import StyleYamaha from "components/Footer/footersosmed.css";
  1100. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__["makeStyles"])(assets_jss_nextjs_material_kit_components_footerStyle_js__WEBPACK_IMPORTED_MODULE_10__[/* default */ "a"]);
  1101. function Footer(props) {
  1102. const classes = useStyles();
  1103. const {
  1104. whiteFont
  1105. } = props;
  1106. const footerClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({
  1107. [classes.footer]: true,
  1108. [classes.footerWhiteFont]: whiteFont
  1109. });
  1110. const aClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({
  1111. [classes.a]: true,
  1112. [classes.footerWhiteFont]: whiteFont
  1113. });
  1114. return __jsx(components_Grid_GridItem_js__WEBPACK_IMPORTED_MODULE_7__[/* default */ "a"], {
  1115. xs: 12
  1116. }, __jsx("link", {
  1117. rel: "stylesheet",
  1118. href: "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
  1119. }), __jsx("br", null), __jsx("br", null), __jsx("div", {
  1120. align: "center"
  1121. }, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["List"], {
  1122. className: classes.list
  1123. }, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1124. className: classes.inlineBlock
  1125. }, __jsx("a", {
  1126. href: "/yamaha/home",
  1127. className: classes.block
  1128. }, " Home ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1129. className: classes.inlineBlock
  1130. }, __jsx("a", {
  1131. href: "/yamaha/product/product",
  1132. className: classes.block
  1133. }, " Motor ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1134. className: classes.inlineBlock
  1135. }, __jsx("a", {
  1136. href: "/yamaha/product/ygp",
  1137. className: classes.block
  1138. }, " YGP ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1139. className: classes.inlineBlock
  1140. }, __jsx("a", {
  1141. href: "/yamaha/product/yamalube",
  1142. className: classes.block
  1143. }, " Yamalube ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1144. className: classes.inlineBlock
  1145. }, __jsx("a", {
  1146. href: "/yamaha/product/apparel",
  1147. className: classes.block
  1148. }, " Apparel ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1149. className: classes.inlineBlock
  1150. }, __jsx("a", {
  1151. href: "/yamaha/product/helmet",
  1152. className: classes.block
  1153. }, " Helmet ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1154. className: classes.inlineBlock
  1155. }, __jsx("a", {
  1156. href: "/yamaha/product/accessories",
  1157. className: classes.block
  1158. }, " Accessories ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1159. className: classes.inlineBlock
  1160. }, __jsx("a", {
  1161. href: "/yamaha/product/service",
  1162. className: classes.block
  1163. }, " Service ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1164. className: classes.inlineBlock
  1165. }, __jsx("a", {
  1166. href: "/yamaha/product/dealer",
  1167. className: classes.block
  1168. }, " Dealer ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1169. className: classes.inlineBlock
  1170. }, __jsx("a", {
  1171. href: "/yamaha/latestsnews",
  1172. className: classes.block
  1173. }, " Latest News ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1174. className: classes.inlineBlock
  1175. }, __jsx("a", {
  1176. href: "/yamaha/carrer",
  1177. className: classes.block
  1178. }, " Carrer ")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1179. className: classes.inlineBlock
  1180. }, __jsx("a", {
  1181. href: "/yamaha/about_us/aboutus",
  1182. className: classes.block
  1183. }, " About Us ")))), __jsx("div", {
  1184. align: "center"
  1185. }, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["List"], {
  1186. className: classes.list
  1187. }, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1188. className: classes.inlineBlock,
  1189. style: {
  1190. padding: "10px"
  1191. }
  1192. }, __jsx("a", {
  1193. href: "#",
  1194. class: "fa fa-facebook"
  1195. })), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1196. className: classes.inlineBlock,
  1197. style: {
  1198. padding: "10px"
  1199. }
  1200. }, __jsx("a", {
  1201. href: "#",
  1202. class: "fa fa-instagram"
  1203. })), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1204. className: classes.inlineBlock,
  1205. style: {
  1206. padding: "10px"
  1207. }
  1208. }, __jsx("a", {
  1209. href: "#",
  1210. class: "fa fa-twitter"
  1211. })), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1212. className: classes.inlineBlock,
  1213. style: {
  1214. padding: "10px"
  1215. }
  1216. }, __jsx("a", {
  1217. href: "#",
  1218. class: "fa fa-youtube"
  1219. })))), __jsx("br", null), __jsx("br", null), __jsx("div", {
  1220. align: "center"
  1221. }, "\xA9 ", 1900 + new Date().getYear(), " , All Right Reserved", " ", " by", " ", " @Thamrin Brothers"), __jsx("br", null), __jsx("br", null));
  1222. }
  1223. /***/ }),
  1224. /***/ "JQ2V":
  1225. /***/ (function(module, exports) {
  1226. module.exports = require("@material-ui/core/Grid");
  1227. /***/ }),
  1228. /***/ "K2gz":
  1229. /***/ (function(module, exports) {
  1230. module.exports = require("classnames");
  1231. /***/ }),
  1232. /***/ "K2z0":
  1233. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  1234. "use strict";
  1235. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Footer; });
  1236. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  1237. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  1238. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("K2gz");
  1239. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__);
  1240. /* harmony import */ var _material_ui_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("KKbo");
  1241. /* harmony import */ var _material_ui_core__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__);
  1242. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("9Pu4");
  1243. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__);
  1244. /* harmony import */ var components_CustomButtons_Button_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("Kg+a");
  1245. /* harmony import */ var assets_jss_nextjs_material_kit_components_footerStyle_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("oLCs");
  1246. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  1247. /*eslint-disable*/
  1248. // nodejs library to set properties for components
  1249. // nodejs library that concatenates classes
  1250. // material-ui core components
  1251. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__["makeStyles"])(assets_jss_nextjs_material_kit_components_footerStyle_js__WEBPACK_IMPORTED_MODULE_5__[/* default */ "a"]);
  1252. function Footer(props) {
  1253. const classes = useStyles();
  1254. const {
  1255. whiteFont
  1256. } = props;
  1257. const footerClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({
  1258. [classes.footer]: true,
  1259. [classes.footerWhiteFont]: whiteFont
  1260. });
  1261. const aClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({
  1262. [classes.a]: true,
  1263. [classes.footerWhiteFont]: whiteFont
  1264. });
  1265. return __jsx("footer", {
  1266. className: footerClasses
  1267. }, __jsx("div", {
  1268. className: classes.container
  1269. }, __jsx("div", null, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["List"], {
  1270. justify: "center",
  1271. className: classes.list
  1272. }, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1273. className: classes.inlineBlock
  1274. }, __jsx("a", {
  1275. href: "tugas_fungsi",
  1276. className: classes.block
  1277. }, "Tugas & Fungsi")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1278. className: classes.inlineBlock
  1279. }, __jsx("a", {
  1280. href: "sejarah",
  1281. className: classes.block
  1282. }, "Sejarah Perusahaan")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1283. className: classes.inlineBlock
  1284. }, __jsx("a", {
  1285. href: "profile",
  1286. className: classes.block
  1287. }, "Profil Perusahaan")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1288. className: classes.inlineBlock
  1289. }, __jsx("a", {
  1290. href: "tata_kelola",
  1291. className: classes.block
  1292. }, "Tata Kelola Perusahaan")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1293. className: classes.inlineBlock
  1294. }, __jsx("a", {
  1295. href: "struktur_organisasi",
  1296. className: classes.block
  1297. }, "Struktur Organisasi")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1298. className: classes.inlineBlock
  1299. }, __jsx("a", {
  1300. href: "saham",
  1301. className: classes.block
  1302. }, "Kepemilikan Saham")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  1303. className: classes.inlineBlock
  1304. }, __jsx("a", {
  1305. href: "penghargaan",
  1306. className: classes.block
  1307. }, "Penghargaan"))))));
  1308. }
  1309. /***/ }),
  1310. /***/ "KKbo":
  1311. /***/ (function(module, exports) {
  1312. module.exports = require("@material-ui/core");
  1313. /***/ }),
  1314. /***/ "Kg+a":
  1315. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  1316. "use strict";
  1317. // EXTERNAL MODULE: external "react"
  1318. var external_react_ = __webpack_require__("cDcd");
  1319. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  1320. // EXTERNAL MODULE: external "classnames"
  1321. var external_classnames_ = __webpack_require__("K2gz");
  1322. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  1323. // EXTERNAL MODULE: external "@material-ui/core/styles/makeStyles"
  1324. var makeStyles_ = __webpack_require__("8//M");
  1325. var makeStyles_default = /*#__PURE__*/__webpack_require__.n(makeStyles_);
  1326. // EXTERNAL MODULE: external "@material-ui/core/Button"
  1327. var Button_ = __webpack_require__("Wh1t");
  1328. var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
  1329. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  1330. var nextjs_material_kit = __webpack_require__("eDSW");
  1331. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/buttonStyle.js
  1332. const buttonStyle = {
  1333. button: {
  1334. minHeight: "auto",
  1335. minWidth: "auto",
  1336. backgroundColor: nextjs_material_kit["i" /* grayColor */],
  1337. color: "#FFFFFF",
  1338. boxShadow: "0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12)",
  1339. border: "none",
  1340. borderRadius: "3px",
  1341. position: "relative",
  1342. padding: "12px 30px",
  1343. margin: ".3125rem 1px",
  1344. fontSize: "12px",
  1345. fontWeight: "400",
  1346. textTransform: "uppercase",
  1347. letterSpacing: "0",
  1348. willChange: "box-shadow, transform",
  1349. transition: "box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1)",
  1350. lineHeight: "1.42857143",
  1351. textAlign: "center",
  1352. whiteSpace: "nowrap",
  1353. verticalAlign: "middle",
  1354. touchAction: "manipulation",
  1355. cursor: "pointer",
  1356. "&:hover,&:focus": {
  1357. color: "#FFFFFF",
  1358. backgroundColor: nextjs_material_kit["i" /* grayColor */],
  1359. boxShadow: "0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2)"
  1360. },
  1361. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  1362. position: "relative",
  1363. display: "inline-block",
  1364. top: "0",
  1365. fontSize: "1.1rem",
  1366. marginRight: "4px",
  1367. verticalAlign: "middle"
  1368. },
  1369. "& svg": {
  1370. position: "relative",
  1371. display: "inline-block",
  1372. top: "0",
  1373. width: "18px",
  1374. height: "18px",
  1375. marginRight: "4px",
  1376. verticalAlign: "middle"
  1377. },
  1378. "&$justIcon": {
  1379. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  1380. marginRight: "0px",
  1381. position: "absolute",
  1382. width: "100%",
  1383. transform: "none",
  1384. left: "0px",
  1385. top: "0px",
  1386. height: "100%",
  1387. lineHeight: "41px",
  1388. fontSize: "20px"
  1389. }
  1390. }
  1391. },
  1392. fullWidth: {
  1393. width: "100%"
  1394. },
  1395. primary: {
  1396. backgroundColor: nextjs_material_kit["p" /* primaryColor */],
  1397. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.12)}`,
  1398. "&:hover,&:focus": {
  1399. backgroundColor: nextjs_material_kit["p" /* primaryColor */],
  1400. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}`
  1401. }
  1402. },
  1403. info: {
  1404. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  1405. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.12)}`,
  1406. "&:hover,&:focus": {
  1407. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  1408. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["m" /* infoColor */], 0.2)}`
  1409. }
  1410. },
  1411. success: {
  1412. backgroundColor: nextjs_material_kit["u" /* successColor */],
  1413. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.12)}`,
  1414. "&:hover,&:focus": {
  1415. backgroundColor: nextjs_material_kit["u" /* successColor */],
  1416. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["u" /* successColor */], 0.2)}`
  1417. }
  1418. },
  1419. warning: {
  1420. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  1421. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.12)}`,
  1422. "&:hover,&:focus": {
  1423. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  1424. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["z" /* warningColor */], 0.2)}`
  1425. }
  1426. },
  1427. danger: {
  1428. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  1429. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.12)}`,
  1430. "&:hover,&:focus": {
  1431. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  1432. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["f" /* dangerColor */], 0.2)}`
  1433. }
  1434. },
  1435. rose: {
  1436. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  1437. boxShadow: `0 2px 2px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.14)}, 0 3px 1px -2px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}, 0 1px 5px 0 ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.12)}`,
  1438. "&:hover,&:focus": {
  1439. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  1440. boxShadow: `0 14px 26px -12px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.42)}, 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px ${Object(nextjs_material_kit["j" /* hexToRGBAlpha */])(nextjs_material_kit["p" /* primaryColor */], 0.2)}`
  1441. }
  1442. },
  1443. white: {
  1444. "&,&:focus,&:hover,&:visited": {
  1445. backgroundColor: "#FFFFFF",
  1446. color: nextjs_material_kit["i" /* grayColor */]
  1447. }
  1448. },
  1449. twitter: {
  1450. backgroundColor: "#55acee",
  1451. color: "#fff",
  1452. boxShadow: "0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12)",
  1453. "&:hover,&:focus,&:visited": {
  1454. backgroundColor: "#55acee",
  1455. color: "#fff",
  1456. boxShadow: "0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2)"
  1457. }
  1458. },
  1459. facebook: {
  1460. backgroundColor: "#3b5998",
  1461. color: "#fff",
  1462. boxShadow: "0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12)",
  1463. "&:hover,&:focus": {
  1464. backgroundColor: "#3b5998",
  1465. color: "#fff",
  1466. boxShadow: "0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2)"
  1467. }
  1468. },
  1469. google: {
  1470. backgroundColor: "#dd4b39",
  1471. color: "#fff",
  1472. boxShadow: "0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12)",
  1473. "&:hover,&:focus": {
  1474. backgroundColor: "#dd4b39",
  1475. color: "#fff",
  1476. boxShadow: "0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2)"
  1477. }
  1478. },
  1479. github: {
  1480. backgroundColor: "#333333",
  1481. color: "#fff",
  1482. boxShadow: "0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12)",
  1483. "&:hover,&:focus": {
  1484. backgroundColor: "#333333",
  1485. color: "#fff",
  1486. boxShadow: "0 14px 26px -12px rgba(51, 51, 51, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 51, 51, 0.2)"
  1487. }
  1488. },
  1489. simple: {
  1490. "&,&:focus,&:hover,&:visited": {
  1491. color: "#FFFFFF",
  1492. background: "transparent",
  1493. boxShadow: "none"
  1494. },
  1495. "&$primary": {
  1496. "&,&:focus,&:hover,&:visited": {
  1497. color: nextjs_material_kit["p" /* primaryColor */]
  1498. }
  1499. },
  1500. "&$info": {
  1501. "&,&:focus,&:hover,&:visited": {
  1502. color: nextjs_material_kit["m" /* infoColor */]
  1503. }
  1504. },
  1505. "&$success": {
  1506. "&,&:focus,&:hover,&:visited": {
  1507. color: nextjs_material_kit["u" /* successColor */]
  1508. }
  1509. },
  1510. "&$warning": {
  1511. "&,&:focus,&:hover,&:visited": {
  1512. color: nextjs_material_kit["z" /* warningColor */]
  1513. }
  1514. },
  1515. "&$rose": {
  1516. "&,&:focus,&:hover,&:visited": {
  1517. color: nextjs_material_kit["r" /* roseColor */]
  1518. }
  1519. },
  1520. "&$danger": {
  1521. "&,&:focus,&:hover,&:visited": {
  1522. color: nextjs_material_kit["f" /* dangerColor */]
  1523. }
  1524. },
  1525. "&$twitter": {
  1526. "&,&:focus,&:hover,&:visited": {
  1527. color: "#55acee"
  1528. }
  1529. },
  1530. "&$facebook": {
  1531. "&,&:focus,&:hover,&:visited": {
  1532. color: "#3b5998"
  1533. }
  1534. },
  1535. "&$google": {
  1536. "&,&:focus,&:hover,&:visited": {
  1537. color: "#dd4b39"
  1538. }
  1539. },
  1540. "&$github": {
  1541. "&,&:focus,&:hover,&:visited": {
  1542. color: "#333333"
  1543. }
  1544. }
  1545. },
  1546. transparent: {
  1547. "&,&:focus,&:hover,&:visited": {
  1548. color: "inherit",
  1549. background: "transparent",
  1550. boxShadow: "none"
  1551. }
  1552. },
  1553. disabled: {
  1554. opacity: "0.65",
  1555. pointerEvents: "none"
  1556. },
  1557. lg: {
  1558. padding: "1.125rem 2.25rem",
  1559. fontSize: "0.875rem",
  1560. lineHeight: "1.333333",
  1561. borderRadius: "0.2rem"
  1562. },
  1563. sm: {
  1564. padding: "0.40625rem 1.25rem",
  1565. fontSize: "0.6875rem",
  1566. lineHeight: "1.5",
  1567. borderRadius: "0.2rem"
  1568. },
  1569. round: {
  1570. borderRadius: "30px"
  1571. },
  1572. block: {
  1573. width: "100% !important"
  1574. },
  1575. link: {
  1576. "&,&:hover,&:focus": {
  1577. backgroundColor: "transparent",
  1578. color: "#999999",
  1579. boxShadow: "none"
  1580. }
  1581. },
  1582. justIcon: {
  1583. paddingLeft: "12px",
  1584. paddingRight: "12px",
  1585. fontSize: "20px",
  1586. height: "41px",
  1587. minWidth: "41px",
  1588. width: "41px",
  1589. "& .fab,& .fas,& .far,& .fal,& svg,& .material-icons": {
  1590. marginRight: "0px"
  1591. },
  1592. "&$lg": {
  1593. height: "57px",
  1594. minWidth: "57px",
  1595. width: "57px",
  1596. lineHeight: "56px",
  1597. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  1598. fontSize: "32px",
  1599. lineHeight: "56px"
  1600. },
  1601. "& svg": {
  1602. width: "32px",
  1603. height: "32px"
  1604. }
  1605. },
  1606. "&$sm": {
  1607. height: "30px",
  1608. minWidth: "30px",
  1609. width: "30px",
  1610. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  1611. fontSize: "17px",
  1612. lineHeight: "29px"
  1613. },
  1614. "& svg": {
  1615. width: "17px",
  1616. height: "17px"
  1617. }
  1618. }
  1619. }
  1620. };
  1621. /* harmony default export */ var components_buttonStyle = (buttonStyle);
  1622. // CONCATENATED MODULE: ./components/CustomButtons/Button.js
  1623. var __jsx = external_react_default.a.createElement;
  1624. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  1625. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  1626. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  1627. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  1628. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  1629. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  1630. // nodejs library to set properties for components
  1631. // nodejs library that concatenates classes
  1632. // @material-ui/core components
  1633. // core components
  1634. const makeComponentStyles = makeStyles_default()(() => _objectSpread({}, components_buttonStyle));
  1635. const RegularButton = external_react_default.a.forwardRef((props, ref) => {
  1636. const {
  1637. color,
  1638. round,
  1639. children,
  1640. fullWidth,
  1641. disabled,
  1642. simple,
  1643. size,
  1644. block,
  1645. link,
  1646. justIcon,
  1647. className
  1648. } = props,
  1649. rest = _objectWithoutProperties(props, ["color", "round", "children", "fullWidth", "disabled", "simple", "size", "block", "link", "justIcon", "className"]);
  1650. const classes = makeComponentStyles();
  1651. const btnClasses = external_classnames_default()({
  1652. [classes.button]: true,
  1653. [classes[size]]: size,
  1654. [classes[color]]: color,
  1655. [classes.round]: round,
  1656. [classes.fullWidth]: fullWidth,
  1657. [classes.disabled]: disabled,
  1658. [classes.simple]: simple,
  1659. [classes.block]: block,
  1660. [classes.link]: link,
  1661. [classes.justIcon]: justIcon,
  1662. [className]: className
  1663. });
  1664. return __jsx(Button_default.a, _extends({}, rest, {
  1665. ref: ref,
  1666. classes: {
  1667. root: btnClasses
  1668. }
  1669. }), children);
  1670. });
  1671. /* harmony default export */ var Button = __webpack_exports__["a"] = (RegularButton);
  1672. /***/ }),
  1673. /***/ "M3do":
  1674. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  1675. "use strict";
  1676. __webpack_require__.r(__webpack_exports__);
  1677. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  1678. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  1679. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("K2gz");
  1680. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__);
  1681. /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("YFqc");
  1682. /* harmony import */ var next_link__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(next_link__WEBPACK_IMPORTED_MODULE_2__);
  1683. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("9Pu4");
  1684. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__);
  1685. /* harmony import */ var components_Header_Header_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("8x5e");
  1686. /* harmony import */ var components_Header_HeaderLinks_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("8E12");
  1687. /* harmony import */ var components_Footer_Footer_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("HXcA");
  1688. /* harmony import */ var components_Grid_GridContainer_js__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__("mtPR");
  1689. /* harmony import */ var components_Grid_GridItem_js__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__("i4t8");
  1690. /* harmony import */ var pages_sections_yamaha_about_us_penghargaan_js__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__("5ImT");
  1691. /* harmony import */ var components_Parallax_Parallax_js__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__("Z2Lm");
  1692. /* harmony import */ var assets_jss_nextjs_material_kit_pages_components_js__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__("bhG4");
  1693. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  1694. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  1695. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  1696. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  1697. // nodejs library that concatenates classes
  1698. // react components for routing our app without refresh
  1699. // @material-ui/core components
  1700. // @material-ui/icons
  1701. // core components
  1702. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__["makeStyles"])(assets_jss_nextjs_material_kit_pages_components_js__WEBPACK_IMPORTED_MODULE_11__[/* default */ "a"]);
  1703. const penghargaan = function (_ref) {
  1704. let {
  1705. backend,
  1706. businessPartners,
  1707. service,
  1708. carousel
  1709. } = _ref,
  1710. props = _objectWithoutProperties(_ref, ["backend", "businessPartners", "service", "carousel"]);
  1711. const classes = useStyles();
  1712. const rest = Object.assign({}, props);
  1713. return __jsx("div", null, __jsx(components_Header_Header_js__WEBPACK_IMPORTED_MODULE_4__[/* default */ "a"], _extends({
  1714. leftLinks: __jsx(components_Header_HeaderLinks_js__WEBPACK_IMPORTED_MODULE_5__[/* default */ "a"], null),
  1715. fixed: true,
  1716. color: "info",
  1717. changeColorOnScroll: {
  1718. height: 400,
  1719. color: "white"
  1720. }
  1721. }, rest)), __jsx(components_Parallax_Parallax_js__WEBPACK_IMPORTED_MODULE_10__[/* default */ "a"], {
  1722. image: __webpack_require__("sBtl"),
  1723. width: "200px"
  1724. }, __jsx("div", {
  1725. className: classes.container
  1726. }, __jsx(components_Grid_GridContainer_js__WEBPACK_IMPORTED_MODULE_7__[/* default */ "a"], null, __jsx(components_Grid_GridItem_js__WEBPACK_IMPORTED_MODULE_8__[/* default */ "a"], null)))), __jsx("div", {
  1727. className: classnames__WEBPACK_IMPORTED_MODULE_1___default()(classes.main, classes.mainRaised)
  1728. }, __jsx(pages_sections_yamaha_about_us_penghargaan_js__WEBPACK_IMPORTED_MODULE_9__[/* default */ "a"], null)), __jsx(components_Footer_Footer_js__WEBPACK_IMPORTED_MODULE_6__[/* default */ "a"], null));
  1729. };
  1730. /* harmony default export */ __webpack_exports__["default"] = (penghargaan);
  1731. /***/ }),
  1732. /***/ "Ms0O":
  1733. /***/ (function(module, exports) {
  1734. module.exports = require("@material-ui/core/Toolbar");
  1735. /***/ }),
  1736. /***/ "Osoz":
  1737. /***/ (function(module, exports) {
  1738. module.exports = require("next/dist/next-server/lib/router-context.js");
  1739. /***/ }),
  1740. /***/ "Q01v":
  1741. /***/ (function(module, exports) {
  1742. module.exports = require("@material-ui/core/Drawer");
  1743. /***/ }),
  1744. /***/ "QOEo":
  1745. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  1746. "use strict";
  1747. // EXPORTS
  1748. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ CustomDropdown; });
  1749. // EXTERNAL MODULE: external "react"
  1750. var external_react_ = __webpack_require__("cDcd");
  1751. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  1752. // EXTERNAL MODULE: external "classnames"
  1753. var external_classnames_ = __webpack_require__("K2gz");
  1754. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  1755. // EXTERNAL MODULE: external "@material-ui/core/styles"
  1756. var styles_ = __webpack_require__("9Pu4");
  1757. // EXTERNAL MODULE: external "@material-ui/core/MenuItem"
  1758. var MenuItem_ = __webpack_require__("x54t");
  1759. var MenuItem_default = /*#__PURE__*/__webpack_require__.n(MenuItem_);
  1760. // EXTERNAL MODULE: external "@material-ui/core/MenuList"
  1761. var MenuList_ = __webpack_require__("xmQw");
  1762. var MenuList_default = /*#__PURE__*/__webpack_require__.n(MenuList_);
  1763. // EXTERNAL MODULE: external "@material-ui/core/ClickAwayListener"
  1764. var ClickAwayListener_ = __webpack_require__("31Yn");
  1765. var ClickAwayListener_default = /*#__PURE__*/__webpack_require__.n(ClickAwayListener_);
  1766. // EXTERNAL MODULE: external "@material-ui/core/Paper"
  1767. var Paper_ = __webpack_require__("qt1I");
  1768. var Paper_default = /*#__PURE__*/__webpack_require__.n(Paper_);
  1769. // EXTERNAL MODULE: external "@material-ui/core/Grow"
  1770. var Grow_ = __webpack_require__("mf1M");
  1771. var Grow_default = /*#__PURE__*/__webpack_require__.n(Grow_);
  1772. // EXTERNAL MODULE: external "@material-ui/core/Divider"
  1773. var Divider_ = __webpack_require__("nybW");
  1774. var Divider_default = /*#__PURE__*/__webpack_require__.n(Divider_);
  1775. // EXTERNAL MODULE: external "@material-ui/core/Icon"
  1776. var Icon_ = __webpack_require__("7vM9");
  1777. var Icon_default = /*#__PURE__*/__webpack_require__.n(Icon_);
  1778. // EXTERNAL MODULE: external "@material-ui/core/Popper"
  1779. var Popper_ = __webpack_require__("jD8W");
  1780. var Popper_default = /*#__PURE__*/__webpack_require__.n(Popper_);
  1781. // EXTERNAL MODULE: ./components/CustomButtons/Button.js + 1 modules
  1782. var Button = __webpack_require__("Kg+a");
  1783. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  1784. var nextjs_material_kit = __webpack_require__("eDSW");
  1785. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/customDropdownStyle.js
  1786. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  1787. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  1788. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  1789. const customDropdownStyle = theme => ({
  1790. popperClose: {
  1791. pointerEvents: "none"
  1792. },
  1793. pooperNav: {
  1794. [theme.breakpoints.down("sm")]: {
  1795. position: "static !important",
  1796. left: "unset !important",
  1797. top: "unset !important",
  1798. transform: "none !important",
  1799. willChange: "none !important",
  1800. "& > div": {
  1801. boxShadow: "none !important",
  1802. marginLeft: "1.5rem",
  1803. marginRight: "1.5rem",
  1804. transition: "none !important",
  1805. marginTop: "0px !important",
  1806. marginBottom: "5px !important",
  1807. padding: "0px !important"
  1808. }
  1809. }
  1810. },
  1811. dropdown: {
  1812. borderRadius: "3px",
  1813. border: "0",
  1814. boxShadow: "0 2px 5px 0 rgba(0, 0, 0, 0.26)",
  1815. top: "100%",
  1816. zIndex: "1000",
  1817. minWidth: "160px",
  1818. padding: "5px 0",
  1819. margin: "2px 0 0",
  1820. fontSize: "14px",
  1821. textAlign: "left",
  1822. listStyle: "none",
  1823. backgroundColor: "#fff",
  1824. backgroundClip: "padding-box"
  1825. },
  1826. menuList: {
  1827. padding: "0"
  1828. },
  1829. popperResponsive: {
  1830. zIndex: "1200",
  1831. position: "absolute !important",
  1832. [theme.breakpoints.down("sm")]: {
  1833. zIndex: "1640",
  1834. position: "static !important",
  1835. float: "none",
  1836. width: "auto",
  1837. marginTop: "0",
  1838. backgroundColor: "transparent",
  1839. border: "0",
  1840. boxShadow: "none",
  1841. color: "black"
  1842. }
  1843. },
  1844. dropdownItem: _objectSpread({}, nextjs_material_kit["g" /* defaultFont */], {
  1845. fontSize: "13px",
  1846. padding: "10px 20px",
  1847. margin: "0 5px",
  1848. borderRadius: "2px",
  1849. position: "relative",
  1850. transition: "all 150ms linear",
  1851. display: "block",
  1852. clear: "both",
  1853. fontWeight: "400",
  1854. height: "fit-content",
  1855. color: "#333",
  1856. whiteSpace: "nowrap",
  1857. minHeight: "unset"
  1858. }),
  1859. blackHover: {
  1860. "&:hover": {
  1861. boxShadow: "0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(33, 33, 33, 0.4)",
  1862. backgroundColor: "#212121",
  1863. color: "#fff"
  1864. }
  1865. },
  1866. primaryHover: {
  1867. "&:hover": _objectSpread({
  1868. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  1869. color: "#FFFFFF"
  1870. }, nextjs_material_kit["n" /* primaryBoxShadow */])
  1871. },
  1872. infoHover: {
  1873. "&:hover": _objectSpread({
  1874. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  1875. color: "#FFFFFF"
  1876. }, nextjs_material_kit["k" /* infoBoxShadow */])
  1877. },
  1878. successHover: {
  1879. "&:hover": _objectSpread({
  1880. backgroundColor: nextjs_material_kit["u" /* successColor */],
  1881. color: "#FFFFFF"
  1882. }, nextjs_material_kit["s" /* successBoxShadow */])
  1883. },
  1884. warningHover: {
  1885. "&:hover": _objectSpread({
  1886. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  1887. color: "#FFFFFF"
  1888. }, nextjs_material_kit["x" /* warningBoxShadow */])
  1889. },
  1890. dangerHover: {
  1891. "&:hover": _objectSpread({
  1892. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  1893. color: "#FFFFFF"
  1894. }, nextjs_material_kit["d" /* dangerBoxShadow */])
  1895. },
  1896. roseHover: {
  1897. "&:hover": _objectSpread({
  1898. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  1899. color: "#FFFFFF"
  1900. }, nextjs_material_kit["q" /* roseBoxShadow */])
  1901. },
  1902. dropdownItemRTL: {
  1903. textAlign: "right"
  1904. },
  1905. dropdownDividerItem: {
  1906. margin: "5px 0",
  1907. backgroundColor: "rgba(0, 0, 0, 0.12)",
  1908. height: "1px",
  1909. overflow: "hidden"
  1910. },
  1911. buttonIcon: {
  1912. width: "20px",
  1913. height: "20px"
  1914. },
  1915. caret: {
  1916. transition: "all 150ms ease-in",
  1917. display: "inline-block",
  1918. width: "0",
  1919. height: "0",
  1920. marginLeft: "4px",
  1921. verticalAlign: "middle",
  1922. borderTop: "4px solid",
  1923. borderRight: "4px solid transparent",
  1924. borderLeft: "4px solid transparent"
  1925. },
  1926. caretActive: {
  1927. transform: "rotate(180deg)"
  1928. },
  1929. caretRTL: {
  1930. marginRight: "4px"
  1931. },
  1932. dropdownHeader: {
  1933. display: "block",
  1934. padding: "0.1875rem 1.25rem",
  1935. fontSize: "0.75rem",
  1936. lineHeight: "1.428571",
  1937. color: "#777",
  1938. whiteSpace: "nowrap",
  1939. fontWeight: "inherit",
  1940. marginTop: "10px",
  1941. minHeight: "unset",
  1942. "&:hover,&:focus": {
  1943. backgroundColor: "transparent",
  1944. cursor: "auto"
  1945. }
  1946. },
  1947. noLiPadding: {
  1948. padding: "0"
  1949. }
  1950. });
  1951. /* harmony default export */ var components_customDropdownStyle = (customDropdownStyle);
  1952. // CONCATENATED MODULE: ./components/CustomDropdown/CustomDropdown.js
  1953. var __jsx = external_react_default.a.createElement;
  1954. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  1955. // nodejs library that concatenates classes
  1956. // nodejs library to set properties for components
  1957. // @material-ui/core components
  1958. // core components
  1959. const useStyles = Object(styles_["makeStyles"])(components_customDropdownStyle);
  1960. function CustomDropdown(props) {
  1961. const [anchorEl, setAnchorEl] = external_react_default.a.useState(null);
  1962. const handleClick = event => {
  1963. if (anchorEl && anchorEl.contains(event.target)) {
  1964. setAnchorEl(null);
  1965. } else {
  1966. setAnchorEl(event.currentTarget);
  1967. }
  1968. };
  1969. const handleClose = param => {
  1970. setAnchorEl(null);
  1971. if (props && props.onClick) {
  1972. props.onClick(param);
  1973. }
  1974. };
  1975. const handleCloseAway = event => {
  1976. if (anchorEl.contains(event.target)) {
  1977. return;
  1978. }
  1979. setAnchorEl(null);
  1980. };
  1981. const classes = useStyles();
  1982. const {
  1983. buttonText,
  1984. buttonIcon,
  1985. dropdownList,
  1986. buttonProps,
  1987. dropup,
  1988. dropdownHeader,
  1989. caret,
  1990. hoverColor,
  1991. left,
  1992. rtlActive,
  1993. noLiPadding,
  1994. navDropdown
  1995. } = props;
  1996. const caretClasses = external_classnames_default()({
  1997. [classes.caret]: true,
  1998. [classes.caretActive]: Boolean(anchorEl),
  1999. [classes.caretRTL]: rtlActive
  2000. });
  2001. const dropdownItem = external_classnames_default()({
  2002. [classes.dropdownItem]: true,
  2003. [classes[hoverColor + "Hover"]]: true,
  2004. [classes.noLiPadding]: noLiPadding,
  2005. [classes.dropdownItemRTL]: rtlActive
  2006. });
  2007. let icon = null;
  2008. switch (typeof buttonIcon) {
  2009. case "object":
  2010. icon = __jsx(props.buttonIcon, {
  2011. className: classes.buttonIcon
  2012. });
  2013. break;
  2014. case "string":
  2015. icon = __jsx(Icon_default.a, {
  2016. className: classes.buttonIcon
  2017. }, props.buttonIcon);
  2018. break;
  2019. default:
  2020. icon = null;
  2021. break;
  2022. }
  2023. return __jsx("div", null, __jsx("div", null, __jsx(Button["a" /* default */], _extends({
  2024. "aria-label": "Notifications",
  2025. "aria-owns": anchorEl ? "menu-list" : null,
  2026. "aria-haspopup": "true"
  2027. }, buttonProps, {
  2028. onClick: handleClick
  2029. }), icon, buttonText !== undefined ? buttonText : null, caret ? __jsx("b", {
  2030. className: caretClasses
  2031. }) : null)), __jsx(Popper_default.a, {
  2032. open: Boolean(anchorEl),
  2033. anchorEl: anchorEl,
  2034. transition: true,
  2035. disablePortal: true,
  2036. placement: dropup ? left ? "top-start" : "top" : left ? "bottom-start" : "bottom",
  2037. className: external_classnames_default()({
  2038. [classes.popperClose]: !anchorEl,
  2039. [classes.popperResponsive]: true,
  2040. [classes.pooperNav]: Boolean(anchorEl) && navDropdown
  2041. })
  2042. }, () => __jsx(Grow_default.a, {
  2043. in: Boolean(anchorEl),
  2044. id: "menu-list",
  2045. style: dropup ? {
  2046. transformOrigin: "0 100% 0"
  2047. } : {
  2048. transformOrigin: "0 0 0"
  2049. }
  2050. }, __jsx(Paper_default.a, {
  2051. className: classes.dropdown
  2052. }, __jsx(ClickAwayListener_default.a, {
  2053. onClickAway: handleCloseAway
  2054. }, __jsx(MenuList_default.a, {
  2055. role: "menu",
  2056. className: classes.menuList
  2057. }, dropdownHeader !== undefined ? __jsx(MenuItem_default.a, {
  2058. onClick: () => handleClose(dropdownHeader),
  2059. className: classes.dropdownHeader
  2060. }, dropdownHeader) : null, dropdownList.map((prop, key) => {
  2061. if (prop.divider) {
  2062. return __jsx(Divider_default.a, {
  2063. key: key,
  2064. onClick: () => handleClose("divider"),
  2065. className: classes.dropdownDividerItem
  2066. });
  2067. }
  2068. return __jsx(MenuItem_default.a, {
  2069. key: key,
  2070. onClick: () => handleClose(prop),
  2071. className: dropdownItem
  2072. }, prop);
  2073. })))))));
  2074. }
  2075. CustomDropdown.defaultProps = {
  2076. caret: true,
  2077. hoverColor: "primary"
  2078. };
  2079. /***/ }),
  2080. /***/ "UsYt":
  2081. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  2082. "use strict";
  2083. // EXPORTS
  2084. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ CardBody; });
  2085. // EXTERNAL MODULE: external "react"
  2086. var external_react_ = __webpack_require__("cDcd");
  2087. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  2088. // EXTERNAL MODULE: external "classnames"
  2089. var external_classnames_ = __webpack_require__("K2gz");
  2090. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  2091. // EXTERNAL MODULE: external "@material-ui/core/styles"
  2092. var styles_ = __webpack_require__("9Pu4");
  2093. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/cardBodyStyle.js
  2094. const cardBodyStyle = {
  2095. cardBody: {
  2096. padding: "0.9375rem 1.875rem",
  2097. flex: "1 1 auto"
  2098. }
  2099. };
  2100. /* harmony default export */ var components_cardBodyStyle = (cardBodyStyle);
  2101. // CONCATENATED MODULE: ./components/Card/CardBody.js
  2102. var __jsx = external_react_default.a.createElement;
  2103. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  2104. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  2105. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  2106. // nodejs library that concatenates classes
  2107. // nodejs library to set properties for components
  2108. // @material-ui/core components
  2109. // @material-ui/icons
  2110. // core components
  2111. const useStyles = Object(styles_["makeStyles"])(components_cardBodyStyle);
  2112. function CardBody(props) {
  2113. const classes = useStyles();
  2114. const {
  2115. className,
  2116. children
  2117. } = props,
  2118. rest = _objectWithoutProperties(props, ["className", "children"]);
  2119. const cardBodyClasses = external_classnames_default()({
  2120. [classes.cardBody]: true,
  2121. [className]: className !== undefined
  2122. });
  2123. return __jsx("div", _extends({
  2124. className: cardBodyClasses
  2125. }, rest), children);
  2126. }
  2127. /***/ }),
  2128. /***/ "Wh1t":
  2129. /***/ (function(module, exports) {
  2130. module.exports = require("@material-ui/core/Button");
  2131. /***/ }),
  2132. /***/ "Y8uC":
  2133. /***/ (function(module, exports) {
  2134. module.exports = require("@material-ui/core/Hidden");
  2135. /***/ }),
  2136. /***/ "YFqc":
  2137. /***/ (function(module, exports, __webpack_require__) {
  2138. module.exports = __webpack_require__("cTJO")
  2139. /***/ }),
  2140. /***/ "YTqd":
  2141. /***/ (function(module, exports, __webpack_require__) {
  2142. "use strict";
  2143. Object.defineProperty(exports, "__esModule", {
  2144. value: true
  2145. }); // this isn't importing the escape-string-regex module
  2146. // to reduce bytes
  2147. function escapeRegex(str) {
  2148. return str.replace(/[|\\{}()[\]^$+*?.-]/g, '\\$&');
  2149. }
  2150. function getRouteRegex(normalizedRoute) {
  2151. // Escape all characters that could be considered RegEx
  2152. const escapedRoute = escapeRegex(normalizedRoute.replace(/\/$/, '') || '/');
  2153. const groups = {};
  2154. let groupIndex = 1;
  2155. const parameterizedRoute = escapedRoute.replace(/\/\\\[([^/]+?)\\\](?=\/|$)/g, (_, $1) => {
  2156. const isCatchAll = /^(\\\.){3}/.test($1);
  2157. groups[$1 // Un-escape key
  2158. .replace(/\\([|\\{}()[\]^$+*?.-])/g, '$1').replace(/^\.{3}/, '') // eslint-disable-next-line no-sequences
  2159. ] = {
  2160. pos: groupIndex++,
  2161. repeat: isCatchAll
  2162. };
  2163. return isCatchAll ? '/(.+?)' : '/([^/]+?)';
  2164. });
  2165. let namedParameterizedRoute; // dead code eliminate for browser since it's only needed
  2166. // while generating routes-manifest
  2167. if (true) {
  2168. namedParameterizedRoute = escapedRoute.replace(/\/\\\[([^/]+?)\\\](?=\/|$)/g, (_, $1) => {
  2169. const isCatchAll = /^(\\\.){3}/.test($1);
  2170. const key = $1 // Un-escape key
  2171. .replace(/\\([|\\{}()[\]^$+*?.-])/g, '$1').replace(/^\.{3}/, '');
  2172. return isCatchAll ? `/(?<${escapeRegex(key)}>.+?)` : `/(?<${escapeRegex(key)}>[^/]+?)`;
  2173. });
  2174. }
  2175. return Object.assign({
  2176. re: new RegExp('^' + parameterizedRoute + '(?:/)?$', 'i'),
  2177. groups
  2178. }, namedParameterizedRoute ? {
  2179. namedRegex: `^${namedParameterizedRoute}(?:/)?$`
  2180. } : {});
  2181. }
  2182. exports.getRouteRegex = getRouteRegex;
  2183. /***/ }),
  2184. /***/ "Z2Lm":
  2185. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  2186. "use strict";
  2187. // EXPORTS
  2188. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ Parallax; });
  2189. // EXTERNAL MODULE: external "react"
  2190. var external_react_ = __webpack_require__("cDcd");
  2191. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  2192. // EXTERNAL MODULE: external "classnames"
  2193. var external_classnames_ = __webpack_require__("K2gz");
  2194. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  2195. // EXTERNAL MODULE: external "@material-ui/core/styles"
  2196. var styles_ = __webpack_require__("9Pu4");
  2197. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/parallaxStyle.js
  2198. const parallaxStyle = theme => ({
  2199. parallax: {
  2200. height: "90vh",
  2201. maxHeight: "1000px",
  2202. overflow: "hidden",
  2203. position: "relative",
  2204. backgroundPosition: "center top",
  2205. backgroundSize: "cover",
  2206. margin: "0",
  2207. padding: "0",
  2208. border: "0",
  2209. display: "flex",
  2210. alignItems: "center"
  2211. },
  2212. filter: {
  2213. "&:before": {
  2214. background: "#212121"
  2215. },
  2216. "&:after,&:before": {
  2217. position: "absolute",
  2218. zIndex: "1",
  2219. width: "100%",
  2220. height: "100%",
  2221. display: "block",
  2222. left: "0",
  2223. top: "0",
  2224. content: "''"
  2225. }
  2226. },
  2227. small: {
  2228. height: "380px"
  2229. },
  2230. parallaxResponsive: {
  2231. [theme.breakpoints.down("md")]: {
  2232. minHeight: "660px"
  2233. }
  2234. }
  2235. });
  2236. /* harmony default export */ var components_parallaxStyle = (parallaxStyle);
  2237. // CONCATENATED MODULE: ./components/Parallax/Parallax.js
  2238. var __jsx = external_react_default.a.createElement;
  2239. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  2240. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  2241. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  2242. // nodejs library that concatenates classes
  2243. // nodejs library to set properties for components
  2244. // @material-ui/core components
  2245. // core components
  2246. const useStyles = Object(styles_["makeStyles"])(components_parallaxStyle);
  2247. function Parallax(props) {
  2248. let windowScrollTop; // if (window.innerWidth >= 768) {
  2249. // windowScrollTop = window.pageYOffset / 3;
  2250. // } else {
  2251. // windowScrollTop = 0;
  2252. // }
  2253. const [transform, setTransform] = external_react_default.a.useState("translate3d(0,0px,0)");
  2254. external_react_default.a.useEffect(() => {
  2255. if (window.innerWidth >= 768) {
  2256. window.addEventListener("scroll", resetTransform);
  2257. }
  2258. return function cleanup() {
  2259. if (window.innerWidth >= 768) {
  2260. window.removeEventListener("scroll", resetTransform);
  2261. }
  2262. };
  2263. });
  2264. const resetTransform = () => {
  2265. var windowScrollTop = window.pageYOffset / 3;
  2266. setTransform("translate3d(0," + windowScrollTop + "px,0)");
  2267. };
  2268. const {
  2269. filter,
  2270. className,
  2271. children,
  2272. style,
  2273. image,
  2274. small,
  2275. responsive
  2276. } = props;
  2277. const classes = useStyles();
  2278. const parallaxClasses = external_classnames_default()({
  2279. [classes.parallax]: true,
  2280. [classes.filter]: filter,
  2281. [classes.small]: small,
  2282. [classes.parallaxResponsive]: responsive,
  2283. [className]: className !== undefined
  2284. });
  2285. return __jsx("div", {
  2286. className: parallaxClasses,
  2287. style: _objectSpread({}, style, {
  2288. backgroundImage: "url(" + image + ")",
  2289. transform: transform
  2290. })
  2291. }, children);
  2292. }
  2293. /***/ }),
  2294. /***/ "bhG4":
  2295. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  2296. "use strict";
  2297. /* harmony import */ var _jss_nextjs_material_kit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("eDSW");
  2298. const componentsStyle = {
  2299. container: _jss_nextjs_material_kit__WEBPACK_IMPORTED_MODULE_0__[/* container */ "c"],
  2300. brand: {
  2301. color: "#FFFFFF",
  2302. textAlign: "left"
  2303. },
  2304. title: {
  2305. fontSize: "4.2rem",
  2306. fontWeight: "600",
  2307. display: "inline-block",
  2308. position: "relative"
  2309. },
  2310. subtitle: {
  2311. fontSize: "1.313rem",
  2312. maxWidth: "510px",
  2313. margin: "10px 0 0"
  2314. },
  2315. main: {
  2316. background: "#FFFFFF",
  2317. position: "relative",
  2318. zIndex: "3"
  2319. },
  2320. mainRaised: {
  2321. margin: "-60px 30px 0px",
  2322. borderRadius: "6px",
  2323. boxShadow: "0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)",
  2324. "@media (max-width: 830px)": {
  2325. marginLeft: "10px",
  2326. marginRight: "10px"
  2327. }
  2328. },
  2329. link: {
  2330. textDecoration: "none"
  2331. },
  2332. textCenter: {
  2333. textAlign: "center"
  2334. }
  2335. };
  2336. /* harmony default export */ __webpack_exports__["a"] = (componentsStyle);
  2337. /***/ }),
  2338. /***/ "bzos":
  2339. /***/ (function(module, exports) {
  2340. module.exports = require("url");
  2341. /***/ }),
  2342. /***/ "c25J":
  2343. /***/ (function(module, exports) {
  2344. module.exports = require("@material-ui/core/ListItem");
  2345. /***/ }),
  2346. /***/ "cDcd":
  2347. /***/ (function(module, exports) {
  2348. module.exports = require("react");
  2349. /***/ }),
  2350. /***/ "cTJO":
  2351. /***/ (function(module, exports, __webpack_require__) {
  2352. "use strict";
  2353. var _interopRequireDefault = __webpack_require__("AroE");
  2354. var _interopRequireWildcard = __webpack_require__("7KCV");
  2355. exports.__esModule = true;
  2356. exports.default = void 0;
  2357. var _react = _interopRequireWildcard(__webpack_require__("cDcd"));
  2358. var _url = __webpack_require__("bzos");
  2359. var _utils = __webpack_require__("kYf9");
  2360. var _router = _interopRequireDefault(__webpack_require__("nOHt"));
  2361. var _router2 = __webpack_require__("elyg");
  2362. function isLocal(href) {
  2363. var url = (0, _url.parse)(href, false, true);
  2364. var origin = (0, _url.parse)((0, _utils.getLocationOrigin)(), false, true);
  2365. return !url.host || url.protocol === origin.protocol && url.host === origin.host;
  2366. }
  2367. function memoizedFormatUrl(formatFunc) {
  2368. var lastHref = null;
  2369. var lastAs = null;
  2370. var lastResult = null;
  2371. return (href, as) => {
  2372. if (lastResult && href === lastHref && as === lastAs) {
  2373. return lastResult;
  2374. }
  2375. var result = formatFunc(href, as);
  2376. lastHref = href;
  2377. lastAs = as;
  2378. lastResult = result;
  2379. return result;
  2380. };
  2381. }
  2382. function formatUrl(url) {
  2383. return url && typeof url === 'object' ? (0, _utils.formatWithValidation)(url) : url;
  2384. }
  2385. var observer;
  2386. var listeners = new Map();
  2387. var IntersectionObserver = false ? undefined : null;
  2388. var prefetched = {};
  2389. function getObserver() {
  2390. // Return shared instance of IntersectionObserver if already created
  2391. if (observer) {
  2392. return observer;
  2393. } // Only create shared IntersectionObserver if supported in browser
  2394. if (!IntersectionObserver) {
  2395. return undefined;
  2396. }
  2397. return observer = new IntersectionObserver(entries => {
  2398. entries.forEach(entry => {
  2399. if (!listeners.has(entry.target)) {
  2400. return;
  2401. }
  2402. var cb = listeners.get(entry.target);
  2403. if (entry.isIntersecting || entry.intersectionRatio > 0) {
  2404. observer.unobserve(entry.target);
  2405. listeners.delete(entry.target);
  2406. cb();
  2407. }
  2408. });
  2409. }, {
  2410. rootMargin: '200px'
  2411. });
  2412. }
  2413. var listenToIntersections = (el, cb) => {
  2414. var observer = getObserver();
  2415. if (!observer) {
  2416. return () => {};
  2417. }
  2418. observer.observe(el);
  2419. listeners.set(el, cb);
  2420. return () => {
  2421. try {
  2422. observer.unobserve(el);
  2423. } catch (err) {
  2424. console.error(err);
  2425. }
  2426. listeners.delete(el);
  2427. };
  2428. };
  2429. class Link extends _react.Component {
  2430. constructor(props) {
  2431. super(props);
  2432. this.p = void 0;
  2433. this.cleanUpListeners = () => {};
  2434. this.formatUrls = memoizedFormatUrl((href, asHref) => {
  2435. return {
  2436. href: (0, _router2.addBasePath)(formatUrl(href)),
  2437. as: asHref ? (0, _router2.addBasePath)(formatUrl(asHref)) : asHref
  2438. };
  2439. });
  2440. this.linkClicked = e => {
  2441. var {
  2442. nodeName,
  2443. target
  2444. } = e.currentTarget;
  2445. if (nodeName === 'A' && (target && target !== '_self' || e.metaKey || e.ctrlKey || e.shiftKey || e.nativeEvent && e.nativeEvent.which === 2)) {
  2446. // ignore click for new tab / new window behavior
  2447. return;
  2448. }
  2449. var {
  2450. href,
  2451. as
  2452. } = this.formatUrls(this.props.href, this.props.as);
  2453. if (!isLocal(href)) {
  2454. // ignore click if it's outside our scope (e.g. https://google.com)
  2455. return;
  2456. }
  2457. var {
  2458. pathname
  2459. } = window.location;
  2460. href = (0, _url.resolve)(pathname, href);
  2461. as = as ? (0, _url.resolve)(pathname, as) : href;
  2462. e.preventDefault(); // avoid scroll for urls with anchor refs
  2463. var {
  2464. scroll
  2465. } = this.props;
  2466. if (scroll == null) {
  2467. scroll = as.indexOf('#') < 0;
  2468. } // replace state instead of push if prop is present
  2469. _router.default[this.props.replace ? 'replace' : 'push'](href, as, {
  2470. shallow: this.props.shallow
  2471. }).then(success => {
  2472. if (!success) return;
  2473. if (scroll) {
  2474. window.scrollTo(0, 0);
  2475. document.body.focus();
  2476. }
  2477. });
  2478. };
  2479. if (false) {}
  2480. this.p = props.prefetch !== false;
  2481. }
  2482. componentWillUnmount() {
  2483. this.cleanUpListeners();
  2484. }
  2485. getPaths() {
  2486. var {
  2487. pathname
  2488. } = window.location;
  2489. var {
  2490. href: parsedHref,
  2491. as: parsedAs
  2492. } = this.formatUrls(this.props.href, this.props.as);
  2493. var resolvedHref = (0, _url.resolve)(pathname, parsedHref);
  2494. return [resolvedHref, parsedAs ? (0, _url.resolve)(pathname, parsedAs) : resolvedHref];
  2495. }
  2496. handleRef(ref) {
  2497. if (this.p && IntersectionObserver && ref && ref.tagName) {
  2498. this.cleanUpListeners();
  2499. var isPrefetched = prefetched[this.getPaths().join( // Join on an invalid URI character
  2500. '%')];
  2501. if (!isPrefetched) {
  2502. this.cleanUpListeners = listenToIntersections(ref, () => {
  2503. this.prefetch();
  2504. });
  2505. }
  2506. }
  2507. } // The function is memoized so that no extra lifecycles are needed
  2508. // as per https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html
  2509. prefetch(options) {
  2510. if (!this.p || true) return; // Prefetch the JSON page if asked (only in the client)
  2511. var paths = this.getPaths(); // We need to handle a prefetch error here since we may be
  2512. // loading with priority which can reject but we don't
  2513. // want to force navigation since this is only a prefetch
  2514. _router.default.prefetch(paths[
  2515. /* href */
  2516. 0], paths[
  2517. /* asPath */
  2518. 1], options).catch(err => {
  2519. if (false) {}
  2520. });
  2521. prefetched[paths.join( // Join on an invalid URI character
  2522. '%')] = true;
  2523. }
  2524. render() {
  2525. var {
  2526. children
  2527. } = this.props;
  2528. var {
  2529. href,
  2530. as
  2531. } = this.formatUrls(this.props.href, this.props.as); // Deprecated. Warning shown by propType check. If the children provided is a string (<Link>example</Link>) we wrap it in an <a> tag
  2532. if (typeof children === 'string') {
  2533. children = _react.default.createElement("a", null, children);
  2534. } // This will return the first child, if multiple are provided it will throw an error
  2535. var child = _react.Children.only(children);
  2536. var props = {
  2537. ref: el => {
  2538. this.handleRef(el);
  2539. if (child && typeof child === 'object' && child.ref) {
  2540. if (typeof child.ref === 'function') child.ref(el);else if (typeof child.ref === 'object') {
  2541. child.ref.current = el;
  2542. }
  2543. }
  2544. },
  2545. onMouseEnter: e => {
  2546. if (child.props && typeof child.props.onMouseEnter === 'function') {
  2547. child.props.onMouseEnter(e);
  2548. }
  2549. this.prefetch({
  2550. priority: true
  2551. });
  2552. },
  2553. onClick: e => {
  2554. if (child.props && typeof child.props.onClick === 'function') {
  2555. child.props.onClick(e);
  2556. }
  2557. if (!e.defaultPrevented) {
  2558. this.linkClicked(e);
  2559. }
  2560. }
  2561. }; // If child is an <a> tag and doesn't have a href attribute, or if the 'passHref' property is
  2562. // defined, we specify the current 'href', so that repetition is not needed by the user
  2563. if (this.props.passHref || child.type === 'a' && !('href' in child.props)) {
  2564. props.href = as || href;
  2565. } // Add the ending slash to the paths. So, we can serve the
  2566. // "<page>/index.html" directly.
  2567. if (false) { var rewriteUrlForNextExport; }
  2568. return _react.default.cloneElement(child, props);
  2569. }
  2570. }
  2571. if (false) { var exact, PropTypes, warn; }
  2572. var _default = Link;
  2573. exports.default = _default;
  2574. /***/ }),
  2575. /***/ "dZ6Y":
  2576. /***/ (function(module, exports, __webpack_require__) {
  2577. "use strict";
  2578. /*
  2579. MIT License
  2580. Copyright (c) Jason Miller (https://jasonformat.com/)
  2581. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  2582. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  2583. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  2584. */
  2585. Object.defineProperty(exports, "__esModule", {
  2586. value: true
  2587. });
  2588. function mitt() {
  2589. const all = Object.create(null);
  2590. return {
  2591. on(type, handler) {
  2592. ;
  2593. (all[type] || (all[type] = [])).push(handler);
  2594. },
  2595. off(type, handler) {
  2596. if (all[type]) {
  2597. // tslint:disable-next-line:no-bitwise
  2598. all[type].splice(all[type].indexOf(handler) >>> 0, 1);
  2599. }
  2600. },
  2601. emit(type, ...evts) {
  2602. // eslint-disable-next-line array-callback-return
  2603. ;
  2604. (all[type] || []).slice().map(handler => {
  2605. handler(...evts);
  2606. });
  2607. }
  2608. };
  2609. }
  2610. exports.default = mitt;
  2611. /***/ }),
  2612. /***/ "eDSW":
  2613. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  2614. "use strict";
  2615. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return hexToRGBAlpha; });
  2616. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return drawerWidth; });
  2617. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return transition; });
  2618. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return container; });
  2619. /* unused harmony export conatinerFluid */
  2620. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return boxShadow; });
  2621. /* unused harmony export card */
  2622. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return defaultFont; });
  2623. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return primaryColor; });
  2624. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return warningColor; });
  2625. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return dangerColor; });
  2626. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return successColor; });
  2627. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return infoColor; });
  2628. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return roseColor; });
  2629. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return grayColor; });
  2630. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return primaryBoxShadow; });
  2631. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return infoBoxShadow; });
  2632. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return successBoxShadow; });
  2633. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return warningBoxShadow; });
  2634. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return dangerBoxShadow; });
  2635. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return roseBoxShadow; });
  2636. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return warningCardHeader; });
  2637. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return successCardHeader; });
  2638. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return dangerCardHeader; });
  2639. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return infoCardHeader; });
  2640. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return primaryCardHeader; });
  2641. /* unused harmony export roseCardHeader */
  2642. /* unused harmony export cardActions */
  2643. /* unused harmony export cardHeader */
  2644. /* unused harmony export defaultBoxShadow */
  2645. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return title; });
  2646. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return cardTitle; });
  2647. /* unused harmony export cardLink */
  2648. /* unused harmony export cardSubtitle */
  2649. function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
  2650. function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
  2651. function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
  2652. const hexColorToRGB = function (hexColor) {
  2653. let detectShorthand = /^#?([a-f\d])([a-f\d])([a-f\d])$/i; // #000 vs #000000
  2654. hexColor = hexColor.replace(detectShorthand, function (m, r, g, b) {
  2655. return r + r + g + g + b + b;
  2656. });
  2657. const hex_array = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hexColor); // #000000 to #ffffff
  2658. return hex_array ? {
  2659. r: parseInt(hex_array[1], 16),
  2660. // 0-255
  2661. g: parseInt(hex_array[2], 16),
  2662. // 0-255
  2663. b: parseInt(hex_array[3], 16) // 0-255
  2664. } : null;
  2665. };
  2666. const hexToRGBAlpha = function (hexColor, alpha) {
  2667. let rgb = hexColorToRGB(hexColor);
  2668. return `rgba(${rgb.r},${rgb.g},${rgb.b},${alpha})`;
  2669. };
  2670. const drawerWidth = 260;
  2671. const transition = {
  2672. transition: "all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1)"
  2673. };
  2674. const conatinerFluid = {
  2675. paddingRight: "15px",
  2676. paddingLeft: "15px",
  2677. marginRight: "auto",
  2678. marginLeft: "auto",
  2679. width: "100%"
  2680. };
  2681. const container = _objectSpread({}, conatinerFluid, {
  2682. "@media (min-width: 576px)": {
  2683. maxWidth: "540px"
  2684. },
  2685. "@media (min-width: 768px)": {
  2686. maxWidth: "720px"
  2687. },
  2688. "@media (min-width: 992px)": {
  2689. maxWidth: "960px"
  2690. },
  2691. "@media (min-width: 1200px)": {
  2692. maxWidth: "1140px"
  2693. }
  2694. });
  2695. const boxShadow = {
  2696. boxShadow: "0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)"
  2697. };
  2698. const card = {
  2699. display: "inline-block",
  2700. position: "relative",
  2701. width: "100%",
  2702. margin: "25px 0",
  2703. boxShadow: "0 1px 4px 0 rgba(0, 0, 0, 0.14)",
  2704. borderRadius: "3px",
  2705. color: "rgba(0, 0, 0, 0.87)",
  2706. background: "#fff"
  2707. };
  2708. const defaultFont = {
  2709. fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif',
  2710. fontWeight: "300",
  2711. lineHeight: "1.5em"
  2712. };
  2713. const primaryColor = "#212121";
  2714. const warningColor = "#ff9800";
  2715. const dangerColor = "#f44336";
  2716. const successColor = "#4caf50";
  2717. const infoColor = "#212121";
  2718. const roseColor = "#e91e63";
  2719. const grayColor = "#ffffff";
  2720. const primaryBoxShadow = {
  2721. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(primaryColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(primaryColor, 0.2)}`
  2722. };
  2723. const infoBoxShadow = {
  2724. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(infoColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(infoColor, 0.2)}`
  2725. };
  2726. const successBoxShadow = {
  2727. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(successColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(successColor, 0.2)}`
  2728. };
  2729. const warningBoxShadow = {
  2730. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(warningColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(warningColor, 0.2)}`
  2731. };
  2732. const dangerBoxShadow = {
  2733. boxShadow: `0 12px 20px -10px ${hexToRGBAlpha(dangerColor, 0.28)}, 0 4px 20px 0px rgba(0, 0, 0, 0.12), 0 7px 8px -5px ${hexToRGBAlpha(dangerColor, 0.2)}`
  2734. };
  2735. const roseBoxShadow = {
  2736. boxShadow: `0 4px 20px 0px ${hexToRGBAlpha("#000", 0.14)}, 0 7px 10px -5px ${hexToRGBAlpha(roseColor, 0.4)}`
  2737. };
  2738. const warningCardHeader = _objectSpread({
  2739. color: "#fff",
  2740. background: "linear-gradient(60deg, #ffa726, #fb8c00)"
  2741. }, warningBoxShadow);
  2742. const successCardHeader = _objectSpread({
  2743. color: "#fff",
  2744. background: "linear-gradient(60deg, #66bb6a, #43a047)"
  2745. }, successBoxShadow);
  2746. const dangerCardHeader = _objectSpread({
  2747. color: "#fff",
  2748. background: "linear-gradient(60deg, #ef5350, #e53935)"
  2749. }, dangerBoxShadow);
  2750. const infoCardHeader = _objectSpread({
  2751. color: "#fff",
  2752. background: "#212121"
  2753. }, infoBoxShadow);
  2754. const primaryCardHeader = _objectSpread({
  2755. color: "#fff",
  2756. background: "linear-gradient(60deg, #ab47bc, #8e24aa)"
  2757. }, primaryBoxShadow);
  2758. const roseCardHeader = _objectSpread({
  2759. color: "#fff",
  2760. background: "linear-gradient(60deg, #ec407a, #d81b60)"
  2761. }, roseBoxShadow);
  2762. const cardActions = _objectSpread({
  2763. margin: "0 20px 10px",
  2764. paddingTop: "10px",
  2765. borderTop: "1px solid #eeeeee",
  2766. height: "auto"
  2767. }, defaultFont);
  2768. const cardHeader = {
  2769. margin: "-30px 15px 0",
  2770. borderRadius: "3px",
  2771. padding: "15px"
  2772. };
  2773. const defaultBoxShadow = {
  2774. border: "0",
  2775. borderRadius: "3px",
  2776. boxShadow: "0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)",
  2777. padding: "10px 0",
  2778. transition: "all 150ms ease 0s"
  2779. };
  2780. const title = {
  2781. color: "#ffffff",
  2782. margin: "1.75rem 0 0.875rem",
  2783. textDecoration: "none",
  2784. fontWeight: "700",
  2785. fontFamily: `"Roboto Slab", "Times New Roman", serif`
  2786. };
  2787. const cardTitle = _objectSpread({}, title, {
  2788. marginTop: ".625rem"
  2789. });
  2790. const cardLink = {
  2791. "& + $cardLink": {
  2792. marginLeft: "1.25rem"
  2793. }
  2794. };
  2795. const cardSubtitle = {
  2796. marginBottom: "0",
  2797. marginTop: "-.375rem"
  2798. };
  2799. /***/ }),
  2800. /***/ "elyg":
  2801. /***/ (function(module, exports, __webpack_require__) {
  2802. "use strict";
  2803. var __importDefault = this && this.__importDefault || function (mod) {
  2804. return mod && mod.__esModule ? mod : {
  2805. "default": mod
  2806. };
  2807. };
  2808. Object.defineProperty(exports, "__esModule", {
  2809. value: true
  2810. });
  2811. const url_1 = __webpack_require__("bzos");
  2812. const mitt_1 = __importDefault(__webpack_require__("dZ6Y"));
  2813. const utils_1 = __webpack_require__("g/15");
  2814. const is_dynamic_1 = __webpack_require__("/jkW");
  2815. const route_matcher_1 = __webpack_require__("gguc");
  2816. const route_regex_1 = __webpack_require__("YTqd");
  2817. const basePath = false || '';
  2818. function addBasePath(path) {
  2819. return path.indexOf(basePath) !== 0 ? basePath + path : path;
  2820. }
  2821. exports.addBasePath = addBasePath;
  2822. function delBasePath(path) {
  2823. return path.indexOf(basePath) === 0 ? path.substr(basePath.length) || '/' : path;
  2824. }
  2825. exports.delBasePath = delBasePath;
  2826. function toRoute(path) {
  2827. return path.replace(/\/$/, '') || '/';
  2828. }
  2829. const prepareRoute = path => toRoute(!path || path === '/' ? '/index' : path);
  2830. function fetchNextData(pathname, query, isServerRender, cb) {
  2831. let attempts = isServerRender ? 3 : 1;
  2832. function getResponse() {
  2833. return fetch(utils_1.formatWithValidation({
  2834. pathname: addBasePath( // @ts-ignore __NEXT_DATA__
  2835. `/_next/data/${__NEXT_DATA__.buildId}${delBasePath(pathname)}.json`),
  2836. query
  2837. }), {
  2838. // Cookies are required to be present for Next.js' SSG "Preview Mode".
  2839. // Cookies may also be required for `getServerSideProps`.
  2840. //
  2841. // > `fetch` won’t send cookies, unless you set the credentials init
  2842. // > option.
  2843. // https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
  2844. //
  2845. // > For maximum browser compatibility when it comes to sending &
  2846. // > receiving cookies, always supply the `credentials: 'same-origin'`
  2847. // > option instead of relying on the default.
  2848. // https://github.com/github/fetch#caveats
  2849. credentials: 'same-origin'
  2850. }).then(res => {
  2851. if (!res.ok) {
  2852. if (--attempts > 0 && res.status >= 500) {
  2853. return getResponse();
  2854. }
  2855. throw new Error(`Failed to load static props`);
  2856. }
  2857. return res.json();
  2858. });
  2859. }
  2860. return getResponse().then(data => {
  2861. return cb ? cb(data) : data;
  2862. }).catch(err => {
  2863. // We should only trigger a server-side transition if this was caused
  2864. // on a client-side transition. Otherwise, we'd get into an infinite
  2865. // loop.
  2866. if (!isServerRender) {
  2867. ;
  2868. err.code = 'PAGE_LOAD_ERROR';
  2869. }
  2870. throw err;
  2871. });
  2872. }
  2873. class Router {
  2874. constructor(pathname, query, as, {
  2875. initialProps,
  2876. pageLoader,
  2877. App,
  2878. wrapApp,
  2879. Component,
  2880. err,
  2881. subscription,
  2882. isFallback
  2883. }) {
  2884. // Static Data Cache
  2885. this.sdc = {};
  2886. this.onPopState = e => {
  2887. if (!e.state) {
  2888. // We get state as undefined for two reasons.
  2889. // 1. With older safari (< 8) and older chrome (< 34)
  2890. // 2. When the URL changed with #
  2891. //
  2892. // In the both cases, we don't need to proceed and change the route.
  2893. // (as it's already changed)
  2894. // But we can simply replace the state with the new changes.
  2895. // Actually, for (1) we don't need to nothing. But it's hard to detect that event.
  2896. // So, doing the following for (1) does no harm.
  2897. const {
  2898. pathname,
  2899. query
  2900. } = this;
  2901. this.changeState('replaceState', utils_1.formatWithValidation({
  2902. pathname,
  2903. query
  2904. }), utils_1.getURL());
  2905. return;
  2906. } // Make sure we don't re-render on initial load,
  2907. // can be caused by navigating back from an external site
  2908. if (e.state && this.isSsr && e.state.as === this.asPath && url_1.parse(e.state.url).pathname === this.pathname) {
  2909. return;
  2910. } // If the downstream application returns falsy, return.
  2911. // They will then be responsible for handling the event.
  2912. if (this._bps && !this._bps(e.state)) {
  2913. return;
  2914. }
  2915. const {
  2916. url,
  2917. as,
  2918. options
  2919. } = e.state;
  2920. if (false) {}
  2921. this.replace(url, as, options);
  2922. };
  2923. this._getStaticData = asPath => {
  2924. const pathname = prepareRoute(url_1.parse(asPath).pathname);
  2925. return true && this.sdc[pathname] ? Promise.resolve(this.sdc[pathname]) : fetchNextData(pathname, null, this.isSsr, data => this.sdc[pathname] = data);
  2926. };
  2927. this._getServerData = asPath => {
  2928. let {
  2929. pathname,
  2930. query
  2931. } = url_1.parse(asPath, true);
  2932. pathname = prepareRoute(pathname);
  2933. return fetchNextData(pathname, query, this.isSsr);
  2934. }; // represents the current component key
  2935. this.route = toRoute(pathname); // set up the component cache (by route keys)
  2936. this.components = {}; // We should not keep the cache, if there's an error
  2937. // Otherwise, this cause issues when when going back and
  2938. // come again to the errored page.
  2939. if (pathname !== '/_error') {
  2940. this.components[this.route] = {
  2941. Component,
  2942. props: initialProps,
  2943. err,
  2944. __N_SSG: initialProps && initialProps.__N_SSG,
  2945. __N_SSP: initialProps && initialProps.__N_SSP
  2946. };
  2947. }
  2948. this.components['/_app'] = {
  2949. Component: App
  2950. }; // Backwards compat for Router.router.events
  2951. // TODO: Should be remove the following major version as it was never documented
  2952. this.events = Router.events;
  2953. this.pageLoader = pageLoader;
  2954. this.pathname = pathname;
  2955. this.query = query; // if auto prerendered and dynamic route wait to update asPath
  2956. // until after mount to prevent hydration mismatch
  2957. this.asPath = // @ts-ignore this is temporarily global (attached to window)
  2958. is_dynamic_1.isDynamicRoute(pathname) && __NEXT_DATA__.autoExport ? pathname : as;
  2959. this.basePath = basePath;
  2960. this.sub = subscription;
  2961. this.clc = null;
  2962. this._wrapApp = wrapApp; // make sure to ignore extra popState in safari on navigating
  2963. // back from external site
  2964. this.isSsr = true;
  2965. this.isFallback = isFallback;
  2966. if (false) {}
  2967. } // @deprecated backwards compatibility even though it's a private method.
  2968. static _rewriteUrlForNextExport(url) {
  2969. if (false) {} else {
  2970. return url;
  2971. }
  2972. }
  2973. update(route, mod) {
  2974. const Component = mod.default || mod;
  2975. const data = this.components[route];
  2976. if (!data) {
  2977. throw new Error(`Cannot update unavailable route: ${route}`);
  2978. }
  2979. const newData = Object.assign(Object.assign({}, data), {
  2980. Component,
  2981. __N_SSG: mod.__N_SSG,
  2982. __N_SSP: mod.__N_SSP
  2983. });
  2984. this.components[route] = newData; // pages/_app.js updated
  2985. if (route === '/_app') {
  2986. this.notify(this.components[this.route]);
  2987. return;
  2988. }
  2989. if (route === this.route) {
  2990. this.notify(newData);
  2991. }
  2992. }
  2993. reload() {
  2994. window.location.reload();
  2995. }
  2996. /**
  2997. * Go back in history
  2998. */
  2999. back() {
  3000. window.history.back();
  3001. }
  3002. /**
  3003. * Performs a `pushState` with arguments
  3004. * @param url of the route
  3005. * @param as masks `url` for the browser
  3006. * @param options object you can define `shallow` and other options
  3007. */
  3008. push(url, as = url, options = {}) {
  3009. return this.change('pushState', url, as, options);
  3010. }
  3011. /**
  3012. * Performs a `replaceState` with arguments
  3013. * @param url of the route
  3014. * @param as masks `url` for the browser
  3015. * @param options object you can define `shallow` and other options
  3016. */
  3017. replace(url, as = url, options = {}) {
  3018. return this.change('replaceState', url, as, options);
  3019. }
  3020. change(method, _url, _as, options) {
  3021. return new Promise((resolve, reject) => {
  3022. if (!options._h) {
  3023. this.isSsr = false;
  3024. } // marking route changes as a navigation start entry
  3025. if (utils_1.ST) {
  3026. performance.mark('routeChange');
  3027. } // If url and as provided as an object representation,
  3028. // we'll format them into the string version here.
  3029. let url = typeof _url === 'object' ? utils_1.formatWithValidation(_url) : _url;
  3030. let as = typeof _as === 'object' ? utils_1.formatWithValidation(_as) : _as;
  3031. url = addBasePath(url);
  3032. as = addBasePath(as); // Add the ending slash to the paths. So, we can serve the
  3033. // "<page>/index.html" directly for the SSR page.
  3034. if (false) {}
  3035. this.abortComponentLoad(as); // If the url change is only related to a hash change
  3036. // We should not proceed. We should only change the state.
  3037. // WARNING: `_h` is an internal option for handing Next.js client-side
  3038. // hydration. Your app should _never_ use this property. It may change at
  3039. // any time without notice.
  3040. if (!options._h && this.onlyAHashChange(as)) {
  3041. this.asPath = as;
  3042. Router.events.emit('hashChangeStart', as);
  3043. this.changeState(method, url, as, options);
  3044. this.scrollToHash(as);
  3045. Router.events.emit('hashChangeComplete', as);
  3046. return resolve(true);
  3047. }
  3048. const {
  3049. pathname,
  3050. query,
  3051. protocol
  3052. } = url_1.parse(url, true);
  3053. if (!pathname || protocol) {
  3054. if (false) {}
  3055. return resolve(false);
  3056. } // If asked to change the current URL we should reload the current page
  3057. // (not location.reload() but reload getInitialProps and other Next.js stuffs)
  3058. // We also need to set the method = replaceState always
  3059. // as this should not go into the history (That's how browsers work)
  3060. // We should compare the new asPath to the current asPath, not the url
  3061. if (!this.urlIsNew(as)) {
  3062. method = 'replaceState';
  3063. }
  3064. const route = toRoute(pathname);
  3065. const {
  3066. shallow = false
  3067. } = options;
  3068. if (is_dynamic_1.isDynamicRoute(route)) {
  3069. const {
  3070. pathname: asPathname
  3071. } = url_1.parse(as);
  3072. const routeRegex = route_regex_1.getRouteRegex(route);
  3073. const routeMatch = route_matcher_1.getRouteMatcher(routeRegex)(asPathname);
  3074. if (!routeMatch) {
  3075. const missingParams = Object.keys(routeRegex.groups).filter(param => !query[param]);
  3076. if (missingParams.length > 0) {
  3077. if (false) {}
  3078. return reject(new Error(`The provided \`as\` value (${asPathname}) is incompatible with the \`href\` value (${route}). ` + `Read more: https://err.sh/zeit/next.js/incompatible-href-as`));
  3079. }
  3080. } else {
  3081. // Merge params into `query`, overwriting any specified in search
  3082. Object.assign(query, routeMatch);
  3083. }
  3084. }
  3085. Router.events.emit('routeChangeStart', as); // If shallow is true and the route exists in the router cache we reuse the previous result
  3086. this.getRouteInfo(route, pathname, query, as, shallow).then(routeInfo => {
  3087. const {
  3088. error
  3089. } = routeInfo;
  3090. if (error && error.cancelled) {
  3091. return resolve(false);
  3092. }
  3093. Router.events.emit('beforeHistoryChange', as);
  3094. this.changeState(method, url, as, options);
  3095. if (false) {}
  3096. this.set(route, pathname, query, as, routeInfo);
  3097. if (error) {
  3098. Router.events.emit('routeChangeError', error, as);
  3099. throw error;
  3100. }
  3101. Router.events.emit('routeChangeComplete', as);
  3102. return resolve(true);
  3103. }, reject);
  3104. });
  3105. }
  3106. changeState(method, url, as, options = {}) {
  3107. if (false) {}
  3108. if (method !== 'pushState' || utils_1.getURL() !== as) {
  3109. window.history[method]({
  3110. url,
  3111. as,
  3112. options
  3113. }, // Most browsers currently ignores this parameter, although they may use it in the future.
  3114. // Passing the empty string here should be safe against future changes to the method.
  3115. // https://developer.mozilla.org/en-US/docs/Web/API/History/replaceState
  3116. '', as);
  3117. }
  3118. }
  3119. getRouteInfo(route, pathname, query, as, shallow = false) {
  3120. const cachedRouteInfo = this.components[route]; // If there is a shallow route transition possible
  3121. // If the route is already rendered on the screen.
  3122. if (shallow && cachedRouteInfo && this.route === route) {
  3123. return Promise.resolve(cachedRouteInfo);
  3124. }
  3125. const handleError = (err, loadErrorFail) => {
  3126. return new Promise(resolve => {
  3127. if (err.code === 'PAGE_LOAD_ERROR' || loadErrorFail) {
  3128. // If we can't load the page it could be one of following reasons
  3129. // 1. Page doesn't exists
  3130. // 2. Page does exist in a different zone
  3131. // 3. Internal error while loading the page
  3132. // So, doing a hard reload is the proper way to deal with this.
  3133. window.location.href = as; // Changing the URL doesn't block executing the current code path.
  3134. // So, we need to mark it as a cancelled error and stop the routing logic.
  3135. err.cancelled = true; // @ts-ignore TODO: fix the control flow here
  3136. return resolve({
  3137. error: err
  3138. });
  3139. }
  3140. if (err.cancelled) {
  3141. // @ts-ignore TODO: fix the control flow here
  3142. return resolve({
  3143. error: err
  3144. });
  3145. }
  3146. resolve(this.fetchComponent('/_error').then(res => {
  3147. const {
  3148. page: Component
  3149. } = res;
  3150. const routeInfo = {
  3151. Component,
  3152. err
  3153. };
  3154. return new Promise(resolve => {
  3155. this.getInitialProps(Component, {
  3156. err,
  3157. pathname,
  3158. query
  3159. }).then(props => {
  3160. routeInfo.props = props;
  3161. routeInfo.error = err;
  3162. resolve(routeInfo);
  3163. }, gipErr => {
  3164. console.error('Error in error page `getInitialProps`: ', gipErr);
  3165. routeInfo.error = err;
  3166. routeInfo.props = {};
  3167. resolve(routeInfo);
  3168. });
  3169. });
  3170. }).catch(err => handleError(err, true)));
  3171. });
  3172. };
  3173. return new Promise((resolve, reject) => {
  3174. if (cachedRouteInfo) {
  3175. return resolve(cachedRouteInfo);
  3176. }
  3177. this.fetchComponent(route).then(res => resolve({
  3178. Component: res.page,
  3179. __N_SSG: res.mod.__N_SSG,
  3180. __N_SSP: res.mod.__N_SSP
  3181. }), reject);
  3182. }).then(routeInfo => {
  3183. const {
  3184. Component,
  3185. __N_SSG,
  3186. __N_SSP
  3187. } = routeInfo;
  3188. if (false) {}
  3189. return this._getData(() => __N_SSG ? this._getStaticData(as) : __N_SSP ? this._getServerData(as) : this.getInitialProps(Component, // we provide AppTree later so this needs to be `any`
  3190. {
  3191. pathname,
  3192. query,
  3193. asPath: as
  3194. })).then(props => {
  3195. routeInfo.props = props;
  3196. this.components[route] = routeInfo;
  3197. return routeInfo;
  3198. });
  3199. }).catch(handleError);
  3200. }
  3201. set(route, pathname, query, as, data) {
  3202. this.isFallback = false;
  3203. this.route = route;
  3204. this.pathname = pathname;
  3205. this.query = query;
  3206. this.asPath = as;
  3207. this.notify(data);
  3208. }
  3209. /**
  3210. * Callback to execute before replacing router state
  3211. * @param cb callback to be executed
  3212. */
  3213. beforePopState(cb) {
  3214. this._bps = cb;
  3215. }
  3216. onlyAHashChange(as) {
  3217. if (!this.asPath) return false;
  3218. const [oldUrlNoHash, oldHash] = this.asPath.split('#');
  3219. const [newUrlNoHash, newHash] = as.split('#'); // Makes sure we scroll to the provided hash if the url/hash are the same
  3220. if (newHash && oldUrlNoHash === newUrlNoHash && oldHash === newHash) {
  3221. return true;
  3222. } // If the urls are change, there's more than a hash change
  3223. if (oldUrlNoHash !== newUrlNoHash) {
  3224. return false;
  3225. } // If the hash has changed, then it's a hash only change.
  3226. // This check is necessary to handle both the enter and
  3227. // leave hash === '' cases. The identity case falls through
  3228. // and is treated as a next reload.
  3229. return oldHash !== newHash;
  3230. }
  3231. scrollToHash(as) {
  3232. const [, hash] = as.split('#'); // Scroll to top if the hash is just `#` with no value
  3233. if (hash === '') {
  3234. window.scrollTo(0, 0);
  3235. return;
  3236. } // First we check if the element by id is found
  3237. const idEl = document.getElementById(hash);
  3238. if (idEl) {
  3239. idEl.scrollIntoView();
  3240. return;
  3241. } // If there's no element with the id, we check the `name` property
  3242. // To mirror browsers
  3243. const nameEl = document.getElementsByName(hash)[0];
  3244. if (nameEl) {
  3245. nameEl.scrollIntoView();
  3246. }
  3247. }
  3248. urlIsNew(asPath) {
  3249. return this.asPath !== asPath;
  3250. }
  3251. /**
  3252. * Prefetch page code, you may wait for the data during page rendering.
  3253. * This feature only works in production!
  3254. * @param url the href of prefetched page
  3255. * @param asPath the as path of the prefetched page
  3256. */
  3257. prefetch(url, asPath = url, options = {}) {
  3258. return new Promise((resolve, reject) => {
  3259. const {
  3260. pathname,
  3261. protocol
  3262. } = url_1.parse(url);
  3263. if (!pathname || protocol) {
  3264. if (false) {}
  3265. return;
  3266. } // Prefetch is not supported in development mode because it would trigger on-demand-entries
  3267. if (false) {}
  3268. const route = delBasePath(toRoute(pathname));
  3269. Promise.all([this.pageLoader.prefetchData(url, delBasePath(asPath)), this.pageLoader[options.priority ? 'loadPage' : 'prefetch'](route)]).then(() => resolve(), reject);
  3270. });
  3271. }
  3272. async fetchComponent(route) {
  3273. let cancelled = false;
  3274. const cancel = this.clc = () => {
  3275. cancelled = true;
  3276. };
  3277. route = delBasePath(route);
  3278. const componentResult = await this.pageLoader.loadPage(route);
  3279. if (cancelled) {
  3280. const error = new Error(`Abort fetching component for route: "${route}"`);
  3281. error.cancelled = true;
  3282. throw error;
  3283. }
  3284. if (cancel === this.clc) {
  3285. this.clc = null;
  3286. }
  3287. return componentResult;
  3288. }
  3289. _getData(fn) {
  3290. let cancelled = false;
  3291. const cancel = () => {
  3292. cancelled = true;
  3293. };
  3294. this.clc = cancel;
  3295. return fn().then(data => {
  3296. if (cancel === this.clc) {
  3297. this.clc = null;
  3298. }
  3299. if (cancelled) {
  3300. const err = new Error('Loading initial props cancelled');
  3301. err.cancelled = true;
  3302. throw err;
  3303. }
  3304. return data;
  3305. });
  3306. }
  3307. getInitialProps(Component, ctx) {
  3308. const {
  3309. Component: App
  3310. } = this.components['/_app'];
  3311. const AppTree = this._wrapApp(App);
  3312. ctx.AppTree = AppTree;
  3313. return utils_1.loadGetInitialProps(App, {
  3314. AppTree,
  3315. Component,
  3316. router: this,
  3317. ctx
  3318. });
  3319. }
  3320. abortComponentLoad(as) {
  3321. if (this.clc) {
  3322. const e = new Error('Route Cancelled');
  3323. e.cancelled = true;
  3324. Router.events.emit('routeChangeError', e, as);
  3325. this.clc();
  3326. this.clc = null;
  3327. }
  3328. }
  3329. notify(data) {
  3330. this.sub(data, this.components['/_app'].Component);
  3331. }
  3332. }
  3333. exports.default = Router;
  3334. Router.events = mitt_1.default();
  3335. /***/ }),
  3336. /***/ "g/15":
  3337. /***/ (function(module, exports, __webpack_require__) {
  3338. "use strict";
  3339. Object.defineProperty(exports, "__esModule", {
  3340. value: true
  3341. });
  3342. const url_1 = __webpack_require__("bzos");
  3343. /**
  3344. * Utils
  3345. */
  3346. function execOnce(fn) {
  3347. let used = false;
  3348. let result;
  3349. return (...args) => {
  3350. if (!used) {
  3351. used = true;
  3352. result = fn(...args);
  3353. }
  3354. return result;
  3355. };
  3356. }
  3357. exports.execOnce = execOnce;
  3358. function getLocationOrigin() {
  3359. const {
  3360. protocol,
  3361. hostname,
  3362. port
  3363. } = window.location;
  3364. return `${protocol}//${hostname}${port ? ':' + port : ''}`;
  3365. }
  3366. exports.getLocationOrigin = getLocationOrigin;
  3367. function getURL() {
  3368. const {
  3369. href
  3370. } = window.location;
  3371. const origin = getLocationOrigin();
  3372. return href.substring(origin.length);
  3373. }
  3374. exports.getURL = getURL;
  3375. function getDisplayName(Component) {
  3376. return typeof Component === 'string' ? Component : Component.displayName || Component.name || 'Unknown';
  3377. }
  3378. exports.getDisplayName = getDisplayName;
  3379. function isResSent(res) {
  3380. return res.finished || res.headersSent;
  3381. }
  3382. exports.isResSent = isResSent;
  3383. async function loadGetInitialProps(App, ctx) {
  3384. var _a;
  3385. if (false) {} // when called from _app `ctx` is nested in `ctx`
  3386. const res = ctx.res || ctx.ctx && ctx.ctx.res;
  3387. if (!App.getInitialProps) {
  3388. if (ctx.ctx && ctx.Component) {
  3389. // @ts-ignore pageProps default
  3390. return {
  3391. pageProps: await loadGetInitialProps(ctx.Component, ctx.ctx)
  3392. };
  3393. }
  3394. return {};
  3395. }
  3396. const props = await App.getInitialProps(ctx);
  3397. if (res && isResSent(res)) {
  3398. return props;
  3399. }
  3400. if (!props) {
  3401. const message = `"${getDisplayName(App)}.getInitialProps()" should resolve to an object. But found "${props}" instead.`;
  3402. throw new Error(message);
  3403. }
  3404. if (false) {}
  3405. return props;
  3406. }
  3407. exports.loadGetInitialProps = loadGetInitialProps;
  3408. exports.urlObjectKeys = ['auth', 'hash', 'host', 'hostname', 'href', 'path', 'pathname', 'port', 'protocol', 'query', 'search', 'slashes'];
  3409. function formatWithValidation(url, options) {
  3410. if (false) {}
  3411. return url_1.format(url, options);
  3412. }
  3413. exports.formatWithValidation = formatWithValidation;
  3414. exports.SP = typeof performance !== 'undefined';
  3415. exports.ST = exports.SP && typeof performance.mark === 'function' && typeof performance.measure === 'function';
  3416. /***/ }),
  3417. /***/ "gguc":
  3418. /***/ (function(module, exports, __webpack_require__) {
  3419. "use strict";
  3420. Object.defineProperty(exports, "__esModule", {
  3421. value: true
  3422. });
  3423. function getRouteMatcher(routeRegex) {
  3424. const {
  3425. re,
  3426. groups
  3427. } = routeRegex;
  3428. return pathname => {
  3429. const routeMatch = re.exec(pathname);
  3430. if (!routeMatch) {
  3431. return false;
  3432. }
  3433. const decode = param => {
  3434. try {
  3435. return decodeURIComponent(param);
  3436. } catch (_) {
  3437. const err = new Error('failed to decode param');
  3438. err.code = 'DECODE_FAILED';
  3439. throw err;
  3440. }
  3441. };
  3442. const params = {};
  3443. Object.keys(groups).forEach(slugName => {
  3444. const g = groups[slugName];
  3445. const m = routeMatch[g.pos];
  3446. if (m !== undefined) {
  3447. params[slugName] = ~m.indexOf('/') ? m.split('/').map(entry => decode(entry)) : g.repeat ? [decode(m)] : decode(m);
  3448. }
  3449. });
  3450. return params;
  3451. };
  3452. }
  3453. exports.getRouteMatcher = getRouteMatcher;
  3454. /***/ }),
  3455. /***/ "i4t8":
  3456. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  3457. "use strict";
  3458. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return GridItem; });
  3459. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  3460. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  3461. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("9Pu4");
  3462. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__);
  3463. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("JQ2V");
  3464. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2__);
  3465. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  3466. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  3467. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  3468. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  3469. // nodejs library to set properties for components
  3470. // @material-ui/core components
  3471. const styles = {
  3472. grid: {
  3473. position: "relative",
  3474. width: "100%",
  3475. minHeight: "1px",
  3476. paddingRight: "15px",
  3477. paddingLeft: "15px",
  3478. flexBasis: "auto"
  3479. }
  3480. };
  3481. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__["makeStyles"])(styles);
  3482. function GridItem(props) {
  3483. const classes = useStyles();
  3484. const {
  3485. children,
  3486. className
  3487. } = props,
  3488. rest = _objectWithoutProperties(props, ["children", "className"]);
  3489. return __jsx(_material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2___default.a, _extends({
  3490. item: true
  3491. }, rest, {
  3492. className: classes.grid + " " + className
  3493. }), children);
  3494. }
  3495. GridItem.defaultProps = {
  3496. className: ""
  3497. };
  3498. /***/ }),
  3499. /***/ "jD8W":
  3500. /***/ (function(module, exports) {
  3501. module.exports = require("@material-ui/core/Popper");
  3502. /***/ }),
  3503. /***/ "kYf9":
  3504. /***/ (function(module, exports) {
  3505. module.exports = require("next/dist/next-server/lib/utils.js");
  3506. /***/ }),
  3507. /***/ "mf1M":
  3508. /***/ (function(module, exports) {
  3509. module.exports = require("@material-ui/core/Grow");
  3510. /***/ }),
  3511. /***/ "mtPR":
  3512. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  3513. "use strict";
  3514. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return GridContainer; });
  3515. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  3516. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  3517. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("9Pu4");
  3518. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__);
  3519. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("JQ2V");
  3520. /* harmony import */ var _material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2__);
  3521. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  3522. function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
  3523. function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
  3524. function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
  3525. // nodejs library to set properties for components
  3526. // @material-ui/core components
  3527. const styles = {
  3528. grid: {
  3529. marginRight: "-15px",
  3530. marginLeft: "-15px",
  3531. width: "auto"
  3532. }
  3533. };
  3534. const useStyles = Object(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__["makeStyles"])(styles);
  3535. function GridContainer(props) {
  3536. const classes = useStyles();
  3537. const {
  3538. children,
  3539. className
  3540. } = props,
  3541. rest = _objectWithoutProperties(props, ["children", "className"]);
  3542. return __jsx(_material_ui_core_Grid__WEBPACK_IMPORTED_MODULE_2___default.a, _extends({
  3543. container: true
  3544. }, rest, {
  3545. className: classes.grid + " " + className
  3546. }), children);
  3547. }
  3548. GridContainer.defaultProps = {
  3549. className: ""
  3550. };
  3551. /***/ }),
  3552. /***/ "nJn1":
  3553. /***/ (function(module, exports) {
  3554. module.exports = "/_next/static/images/tb-07080d5d3d7b45d4452f1aae75c323f1.png";
  3555. /***/ }),
  3556. /***/ "nOHt":
  3557. /***/ (function(module, exports, __webpack_require__) {
  3558. "use strict";
  3559. var _interopRequireWildcard = __webpack_require__("7KCV");
  3560. var _interopRequireDefault = __webpack_require__("AroE");
  3561. exports.__esModule = true;
  3562. exports.useRouter = useRouter;
  3563. exports.makePublicRouterInstance = makePublicRouterInstance;
  3564. exports.createRouter = exports.withRouter = exports.default = void 0;
  3565. var _react = _interopRequireDefault(__webpack_require__("cDcd"));
  3566. var _router2 = _interopRequireWildcard(__webpack_require__("elyg"));
  3567. exports.Router = _router2.default;
  3568. exports.NextRouter = _router2.NextRouter;
  3569. var _routerContext = __webpack_require__("Osoz");
  3570. var _withRouter = _interopRequireDefault(__webpack_require__("0Bsm"));
  3571. exports.withRouter = _withRouter.default;
  3572. /* global window */
  3573. var singletonRouter = {
  3574. router: null,
  3575. // holds the actual router instance
  3576. readyCallbacks: [],
  3577. ready(cb) {
  3578. if (this.router) return cb();
  3579. if (false) {}
  3580. }
  3581. }; // Create public properties and methods of the router in the singletonRouter
  3582. var urlPropertyFields = ['pathname', 'route', 'query', 'asPath', 'components', 'isFallback', 'basePath'];
  3583. var routerEvents = ['routeChangeStart', 'beforeHistoryChange', 'routeChangeComplete', 'routeChangeError', 'hashChangeStart', 'hashChangeComplete'];
  3584. var coreMethodFields = ['push', 'replace', 'reload', 'back', 'prefetch', 'beforePopState']; // Events is a static property on the router, the router doesn't have to be initialized to use it
  3585. Object.defineProperty(singletonRouter, 'events', {
  3586. get() {
  3587. return _router2.default.events;
  3588. }
  3589. });
  3590. urlPropertyFields.forEach(field => {
  3591. // Here we need to use Object.defineProperty because, we need to return
  3592. // the property assigned to the actual router
  3593. // The value might get changed as we change routes and this is the
  3594. // proper way to access it
  3595. Object.defineProperty(singletonRouter, field, {
  3596. get() {
  3597. var router = getRouter();
  3598. return router[field];
  3599. }
  3600. });
  3601. });
  3602. coreMethodFields.forEach(field => {
  3603. // We don't really know the types here, so we add them later instead
  3604. ;
  3605. singletonRouter[field] = function () {
  3606. var router = getRouter();
  3607. return router[field](...arguments);
  3608. };
  3609. });
  3610. routerEvents.forEach(event => {
  3611. singletonRouter.ready(() => {
  3612. _router2.default.events.on(event, function () {
  3613. var eventField = "on" + event.charAt(0).toUpperCase() + event.substring(1);
  3614. var _singletonRouter = singletonRouter;
  3615. if (_singletonRouter[eventField]) {
  3616. try {
  3617. _singletonRouter[eventField](...arguments);
  3618. } catch (err) {
  3619. // tslint:disable-next-line:no-console
  3620. console.error("Error when running the Router event: " + eventField); // tslint:disable-next-line:no-console
  3621. console.error(err.message + "\n" + err.stack);
  3622. }
  3623. }
  3624. });
  3625. });
  3626. });
  3627. function getRouter() {
  3628. if (!singletonRouter.router) {
  3629. var message = 'No router instance found.\n' + 'You should only use "next/router" inside the client side of your app.\n';
  3630. throw new Error(message);
  3631. }
  3632. return singletonRouter.router;
  3633. } // Export the singletonRouter and this is the public API.
  3634. var _default = singletonRouter; // Reexport the withRoute HOC
  3635. exports.default = _default;
  3636. function useRouter() {
  3637. return _react.default.useContext(_routerContext.RouterContext);
  3638. } // INTERNAL APIS
  3639. // -------------
  3640. // (do not use following exports inside the app)
  3641. // Create a router and assign it as the singleton instance.
  3642. // This is used in client side when we are initilizing the app.
  3643. // This should **not** use inside the server.
  3644. var createRouter = function createRouter() {
  3645. for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
  3646. args[_key] = arguments[_key];
  3647. }
  3648. singletonRouter.router = new _router2.default(...args);
  3649. singletonRouter.readyCallbacks.forEach(cb => cb());
  3650. singletonRouter.readyCallbacks = [];
  3651. return singletonRouter.router;
  3652. }; // This function is used to create the `withRouter` router instance
  3653. exports.createRouter = createRouter;
  3654. function makePublicRouterInstance(router) {
  3655. var _router = router;
  3656. var instance = {};
  3657. for (var property of urlPropertyFields) {
  3658. if (typeof _router[property] === 'object') {
  3659. instance[property] = Object.assign({}, _router[property]); // makes sure query is not stateful
  3660. continue;
  3661. }
  3662. instance[property] = _router[property];
  3663. } // Events is a static property on the router, the router doesn't have to be initialized to use it
  3664. instance.events = _router2.default.events;
  3665. coreMethodFields.forEach(field => {
  3666. instance[field] = function () {
  3667. return _router[field](...arguments);
  3668. };
  3669. });
  3670. return instance;
  3671. }
  3672. /***/ }),
  3673. /***/ "nybW":
  3674. /***/ (function(module, exports) {
  3675. module.exports = require("@material-ui/core/Divider");
  3676. /***/ }),
  3677. /***/ "oLCs":
  3678. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  3679. "use strict";
  3680. /* harmony import */ var assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("eDSW");
  3681. const footerStyle = {
  3682. block: {
  3683. color: "inherit",
  3684. padding: "0.9375rem",
  3685. fontWeight: "500",
  3686. fontSize: "12px",
  3687. textTransform: "uppercase",
  3688. borderRadius: "3px",
  3689. textDecoration: "none",
  3690. position: "relative",
  3691. display: "block"
  3692. },
  3693. left: {
  3694. float: "left!important",
  3695. display: "block"
  3696. },
  3697. right: {
  3698. padding: "15px 0",
  3699. margin: "0",
  3700. float: "right!important"
  3701. },
  3702. footer: {
  3703. padding: "0.9375rem 0",
  3704. textAlign: "center",
  3705. display: "flex",
  3706. zIndex: "2",
  3707. position: "relative"
  3708. },
  3709. a: {
  3710. color: assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* primaryColor */ "p"],
  3711. textDecoration: "none",
  3712. backgroundColor: "transparent"
  3713. },
  3714. footerWhiteFont: {
  3715. "&,&:hover,&:focus": {
  3716. color: "#FFFFFF"
  3717. }
  3718. },
  3719. container: assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* container */ "c"],
  3720. list: {
  3721. marginBottom: "0",
  3722. padding: "0",
  3723. marginTop: "0"
  3724. },
  3725. inlineBlock: {
  3726. display: "inline-block",
  3727. padding: "0px",
  3728. width: "auto"
  3729. },
  3730. icon: {
  3731. width: "18px",
  3732. height: "18px",
  3733. position: "relative",
  3734. top: "3px"
  3735. }
  3736. };
  3737. /* harmony default export */ __webpack_exports__["a"] = (footerStyle);
  3738. /***/ }),
  3739. /***/ "qt1I":
  3740. /***/ (function(module, exports) {
  3741. module.exports = require("@material-ui/core/Paper");
  3742. /***/ }),
  3743. /***/ "sBtl":
  3744. /***/ (function(module, exports) {
  3745. module.exports = "/_next/static/images/aboutus-d76b56c864c47997d857fe44b3567c36.jpg";
  3746. /***/ }),
  3747. /***/ "x54t":
  3748. /***/ (function(module, exports) {
  3749. module.exports = require("@material-ui/core/MenuItem");
  3750. /***/ }),
  3751. /***/ "xmQw":
  3752. /***/ (function(module, exports) {
  3753. module.exports = require("@material-ui/core/MenuList");
  3754. /***/ })
  3755. /******/ });