Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

1232 wiersze
50 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 = 15);
  92. /******/ })
  93. /************************************************************************/
  94. /******/ ({
  95. /***/ 15:
  96. /***/ (function(module, exports, __webpack_require__) {
  97. module.exports = __webpack_require__("81/3");
  98. /***/ }),
  99. /***/ "2zww":
  100. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  101. "use strict";
  102. // EXPORTS
  103. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ CardHeader; });
  104. // EXTERNAL MODULE: external "react"
  105. var external_react_ = __webpack_require__("cDcd");
  106. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  107. // EXTERNAL MODULE: external "classnames"
  108. var external_classnames_ = __webpack_require__("K2gz");
  109. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  110. // EXTERNAL MODULE: external "@material-ui/core/styles"
  111. var styles_ = __webpack_require__("9Pu4");
  112. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  113. var nextjs_material_kit = __webpack_require__("eDSW");
  114. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/cardHeaderStyle.js
  115. const cardHeaderStyle = {
  116. cardHeader: {
  117. borderRadius: "3px",
  118. padding: "1rem 15px",
  119. marginLeft: "15px",
  120. marginRight: "15px",
  121. marginTop: "-30px",
  122. border: "0",
  123. marginBottom: "0"
  124. },
  125. cardHeaderPlain: {
  126. marginLeft: "0px",
  127. marginRight: "0px"
  128. },
  129. warningCardHeader: nextjs_material_kit["y" /* warningCardHeader */],
  130. successCardHeader: nextjs_material_kit["t" /* successCardHeader */],
  131. dangerCardHeader: nextjs_material_kit["e" /* dangerCardHeader */],
  132. infoCardHeader: nextjs_material_kit["l" /* infoCardHeader */],
  133. primaryCardHeader: nextjs_material_kit["o" /* primaryCardHeader */]
  134. };
  135. /* harmony default export */ var components_cardHeaderStyle = (cardHeaderStyle);
  136. // CONCATENATED MODULE: ./components/Card/CardHeader.js
  137. var __jsx = external_react_default.a.createElement;
  138. 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); }
  139. 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; }
  140. 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; }
  141. // nodejs library that concatenates classes
  142. // nodejs library to set properties for components
  143. // @material-ui/core components
  144. // @material-ui/icons
  145. // core components
  146. const useStyles = Object(styles_["makeStyles"])(components_cardHeaderStyle);
  147. function CardHeader(props) {
  148. const classes = useStyles();
  149. const {
  150. className,
  151. children,
  152. color,
  153. plain
  154. } = props,
  155. rest = _objectWithoutProperties(props, ["className", "children", "color", "plain"]);
  156. const cardHeaderClasses = external_classnames_default()({
  157. [classes.cardHeader]: true,
  158. [classes[color + "CardHeader"]]: color,
  159. [classes.cardHeaderPlain]: plain,
  160. [className]: className !== undefined
  161. });
  162. return __jsx("div", _extends({
  163. className: cardHeaderClasses
  164. }, rest), children);
  165. }
  166. /***/ }),
  167. /***/ "7WNa":
  168. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  169. "use strict";
  170. /* harmony import */ var assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("eDSW");
  171. 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; }
  172. 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; }
  173. 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; }
  174. const notificationsStyles = {
  175. section: {
  176. backgroundColor: "#FFFFFF",
  177. display: "block",
  178. width: "100%",
  179. position: "relative",
  180. padding: "0"
  181. },
  182. title: _objectSpread({}, assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* title */ "v"], {
  183. marginTop: "30px",
  184. minHeight: "32px",
  185. textDecoration: "none"
  186. }),
  187. container: assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* container */ "c"]
  188. };
  189. /* harmony default export */ __webpack_exports__["a"] = (notificationsStyles);
  190. /***/ }),
  191. /***/ "8//M":
  192. /***/ (function(module, exports) {
  193. module.exports = require("@material-ui/core/styles/makeStyles");
  194. /***/ }),
  195. /***/ "81/3":
  196. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  197. "use strict";
  198. __webpack_require__.r(__webpack_exports__);
  199. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  200. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  201. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("9Pu4");
  202. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_1__);
  203. /* harmony import */ var assets_jss_nextjs_material_kit_pages_componentsSections_notificationsStyles_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("7WNa");
  204. /* harmony import */ var components_Card_Card_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("A2So");
  205. /* harmony import */ var components_Card_CardBody_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("UsYt");
  206. /* harmony import */ var components_Card_CardHeader_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("2zww");
  207. /* harmony import */ var components_Header_LinkCompany_js__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__("K2z0");
  208. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  209. 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; }
  210. 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; }
  211. 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"]);
  212. const DataSejarah = function (_ref) {
  213. let {
  214. backend,
  215. businessPartners,
  216. service,
  217. carousel
  218. } = _ref,
  219. props = _objectWithoutProperties(_ref, ["backend", "businessPartners", "service", "carousel"]);
  220. const classes = useStyles();
  221. return __jsx("div", null, __jsx(components_Card_Card_js__WEBPACK_IMPORTED_MODULE_3__[/* default */ "a"], {
  222. className: classes.textCenter,
  223. align: "center",
  224. style: {
  225. padding: "5px"
  226. }
  227. }, __jsx("div", {
  228. align: "center"
  229. }, __jsx(components_Card_CardHeader_js__WEBPACK_IMPORTED_MODULE_5__[/* default */ "a"], {
  230. color: "info",
  231. justify: "center"
  232. }, __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", {
  233. align: "center"
  234. }, __jsx("img", {
  235. src: "http://3.bp.blogspot.com/-_dTNAAE-TMY/VL3Zyiti2OI/AAAAAAAAAT0/YSd7Ok_3I0k/s1600/Thamrin-brother-loker.png"
  236. })), __jsx("h1", {
  237. className: classes.cardTitle
  238. }, __jsx("b", null, "Sejarah 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"))));
  239. };
  240. /* harmony default export */ __webpack_exports__["default"] = (DataSejarah);
  241. /***/ }),
  242. /***/ "9Pu4":
  243. /***/ (function(module, exports) {
  244. module.exports = require("@material-ui/core/styles");
  245. /***/ }),
  246. /***/ "A2So":
  247. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  248. "use strict";
  249. // EXPORTS
  250. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ Card; });
  251. // EXTERNAL MODULE: external "react"
  252. var external_react_ = __webpack_require__("cDcd");
  253. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  254. // EXTERNAL MODULE: external "classnames"
  255. var external_classnames_ = __webpack_require__("K2gz");
  256. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  257. // EXTERNAL MODULE: external "@material-ui/core/styles"
  258. var styles_ = __webpack_require__("9Pu4");
  259. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/cardStyle.js
  260. const cardStyle = {
  261. card: {
  262. border: "0",
  263. marginBottom: "30px",
  264. marginTop: "30px",
  265. borderRadius: "6px",
  266. color: "rgba(0, 0, 0, 0.87)",
  267. background: "#fff",
  268. width: "100%",
  269. 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)",
  270. position: "relative",
  271. display: "flex",
  272. flexDirection: "column",
  273. minWidth: "0",
  274. wordWrap: "break-word",
  275. fontSize: ".875rem",
  276. transition: "all 300ms linear"
  277. },
  278. cardPlain: {
  279. background: "transparent",
  280. boxShadow: "none"
  281. },
  282. cardCarousel: {
  283. overflow: "hidden"
  284. }
  285. };
  286. /* harmony default export */ var components_cardStyle = (cardStyle);
  287. // CONCATENATED MODULE: ./components/Card/Card.js
  288. var __jsx = external_react_default.a.createElement;
  289. 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); }
  290. 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; }
  291. 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; }
  292. // nodejs library that concatenates classes
  293. // nodejs library to set properties for components
  294. // @material-ui/core components
  295. // @material-ui/icons
  296. // core components
  297. const useStyles = Object(styles_["makeStyles"])(components_cardStyle);
  298. function Card(props) {
  299. const classes = useStyles();
  300. const {
  301. className,
  302. children,
  303. plain,
  304. carousel
  305. } = props,
  306. rest = _objectWithoutProperties(props, ["className", "children", "plain", "carousel"]);
  307. const cardClasses = external_classnames_default()({
  308. [classes.card]: true,
  309. [classes.cardPlain]: plain,
  310. [classes.cardCarousel]: carousel,
  311. [className]: className !== undefined
  312. });
  313. return __jsx("div", _extends({
  314. className: cardClasses
  315. }, rest), children);
  316. }
  317. /***/ }),
  318. /***/ "K2gz":
  319. /***/ (function(module, exports) {
  320. module.exports = require("classnames");
  321. /***/ }),
  322. /***/ "K2z0":
  323. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  324. "use strict";
  325. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return Footer; });
  326. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("cDcd");
  327. /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
  328. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("K2gz");
  329. /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_1__);
  330. /* harmony import */ var _material_ui_core__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("KKbo");
  331. /* harmony import */ var _material_ui_core__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__);
  332. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("9Pu4");
  333. /* harmony import */ var _material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_material_ui_core_styles__WEBPACK_IMPORTED_MODULE_3__);
  334. /* harmony import */ var components_CustomButtons_Button_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("Kg+a");
  335. /* harmony import */ var assets_jss_nextjs_material_kit_components_footerStyle_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__("oLCs");
  336. var __jsx = react__WEBPACK_IMPORTED_MODULE_0___default.a.createElement;
  337. /*eslint-disable*/
  338. // nodejs library to set properties for components
  339. // nodejs library that concatenates classes
  340. // material-ui core components
  341. 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"]);
  342. function Footer(props) {
  343. const classes = useStyles();
  344. const {
  345. whiteFont
  346. } = props;
  347. const footerClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({
  348. [classes.footer]: true,
  349. [classes.footerWhiteFont]: whiteFont
  350. });
  351. const aClasses = classnames__WEBPACK_IMPORTED_MODULE_1___default()({
  352. [classes.a]: true,
  353. [classes.footerWhiteFont]: whiteFont
  354. });
  355. return __jsx("footer", {
  356. className: footerClasses
  357. }, __jsx("div", {
  358. className: classes.container
  359. }, __jsx("div", null, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["List"], {
  360. justify: "center",
  361. className: classes.list
  362. }, __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  363. className: classes.inlineBlock
  364. }, __jsx("a", {
  365. href: "tugas_fungsi",
  366. className: classes.block
  367. }, "Tugas & Fungsi")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  368. className: classes.inlineBlock
  369. }, __jsx("a", {
  370. href: "sejarah",
  371. className: classes.block
  372. }, "Sejarah Perusahaan")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  373. className: classes.inlineBlock
  374. }, __jsx("a", {
  375. href: "profile",
  376. className: classes.block
  377. }, "Profil Perusahaan")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  378. className: classes.inlineBlock
  379. }, __jsx("a", {
  380. href: "tata_kelola",
  381. className: classes.block
  382. }, "Tata Kelola Perusahaan")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  383. className: classes.inlineBlock
  384. }, __jsx("a", {
  385. href: "struktur_organisasi",
  386. className: classes.block
  387. }, "Struktur Organisasi")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  388. className: classes.inlineBlock
  389. }, __jsx("a", {
  390. href: "saham",
  391. className: classes.block
  392. }, "Kepemilikan Saham")), __jsx(_material_ui_core__WEBPACK_IMPORTED_MODULE_2__["ListItem"], {
  393. className: classes.inlineBlock
  394. }, __jsx("a", {
  395. href: "penghargaan",
  396. className: classes.block
  397. }, "Penghargaan"))))));
  398. }
  399. /***/ }),
  400. /***/ "KKbo":
  401. /***/ (function(module, exports) {
  402. module.exports = require("@material-ui/core");
  403. /***/ }),
  404. /***/ "Kg+a":
  405. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  406. "use strict";
  407. // EXTERNAL MODULE: external "react"
  408. var external_react_ = __webpack_require__("cDcd");
  409. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  410. // EXTERNAL MODULE: external "classnames"
  411. var external_classnames_ = __webpack_require__("K2gz");
  412. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  413. // EXTERNAL MODULE: external "@material-ui/core/styles/makeStyles"
  414. var makeStyles_ = __webpack_require__("8//M");
  415. var makeStyles_default = /*#__PURE__*/__webpack_require__.n(makeStyles_);
  416. // EXTERNAL MODULE: external "@material-ui/core/Button"
  417. var Button_ = __webpack_require__("Wh1t");
  418. var Button_default = /*#__PURE__*/__webpack_require__.n(Button_);
  419. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  420. var nextjs_material_kit = __webpack_require__("eDSW");
  421. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/buttonStyle.js
  422. const buttonStyle = {
  423. button: {
  424. minHeight: "auto",
  425. minWidth: "auto",
  426. backgroundColor: nextjs_material_kit["i" /* grayColor */],
  427. color: "#FFFFFF",
  428. 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)",
  429. border: "none",
  430. borderRadius: "3px",
  431. position: "relative",
  432. padding: "12px 30px",
  433. margin: ".3125rem 1px",
  434. fontSize: "12px",
  435. fontWeight: "400",
  436. textTransform: "uppercase",
  437. letterSpacing: "0",
  438. willChange: "box-shadow, transform",
  439. transition: "box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1)",
  440. lineHeight: "1.42857143",
  441. textAlign: "center",
  442. whiteSpace: "nowrap",
  443. verticalAlign: "middle",
  444. touchAction: "manipulation",
  445. cursor: "pointer",
  446. "&:hover,&:focus": {
  447. color: "#FFFFFF",
  448. backgroundColor: nextjs_material_kit["i" /* grayColor */],
  449. 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)"
  450. },
  451. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  452. position: "relative",
  453. display: "inline-block",
  454. top: "0",
  455. fontSize: "1.1rem",
  456. marginRight: "4px",
  457. verticalAlign: "middle"
  458. },
  459. "& svg": {
  460. position: "relative",
  461. display: "inline-block",
  462. top: "0",
  463. width: "18px",
  464. height: "18px",
  465. marginRight: "4px",
  466. verticalAlign: "middle"
  467. },
  468. "&$justIcon": {
  469. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  470. marginRight: "0px",
  471. position: "absolute",
  472. width: "100%",
  473. transform: "none",
  474. left: "0px",
  475. top: "0px",
  476. height: "100%",
  477. lineHeight: "41px",
  478. fontSize: "20px"
  479. }
  480. }
  481. },
  482. fullWidth: {
  483. width: "100%"
  484. },
  485. primary: {
  486. backgroundColor: nextjs_material_kit["p" /* primaryColor */],
  487. 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)}`,
  488. "&:hover,&:focus": {
  489. backgroundColor: nextjs_material_kit["p" /* primaryColor */],
  490. 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)}`
  491. }
  492. },
  493. info: {
  494. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  495. 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)}`,
  496. "&:hover,&:focus": {
  497. backgroundColor: nextjs_material_kit["m" /* infoColor */],
  498. 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)}`
  499. }
  500. },
  501. success: {
  502. backgroundColor: nextjs_material_kit["u" /* successColor */],
  503. 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)}`,
  504. "&:hover,&:focus": {
  505. backgroundColor: nextjs_material_kit["u" /* successColor */],
  506. 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)}`
  507. }
  508. },
  509. warning: {
  510. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  511. 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)}`,
  512. "&:hover,&:focus": {
  513. backgroundColor: nextjs_material_kit["z" /* warningColor */],
  514. 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)}`
  515. }
  516. },
  517. danger: {
  518. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  519. 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)}`,
  520. "&:hover,&:focus": {
  521. backgroundColor: nextjs_material_kit["f" /* dangerColor */],
  522. 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)}`
  523. }
  524. },
  525. rose: {
  526. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  527. 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)}`,
  528. "&:hover,&:focus": {
  529. backgroundColor: nextjs_material_kit["r" /* roseColor */],
  530. 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)}`
  531. }
  532. },
  533. white: {
  534. "&,&:focus,&:hover,&:visited": {
  535. backgroundColor: "#FFFFFF",
  536. color: nextjs_material_kit["i" /* grayColor */]
  537. }
  538. },
  539. twitter: {
  540. backgroundColor: "#55acee",
  541. color: "#fff",
  542. 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)",
  543. "&:hover,&:focus,&:visited": {
  544. backgroundColor: "#55acee",
  545. color: "#fff",
  546. 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)"
  547. }
  548. },
  549. facebook: {
  550. backgroundColor: "#3b5998",
  551. color: "#fff",
  552. 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)",
  553. "&:hover,&:focus": {
  554. backgroundColor: "#3b5998",
  555. color: "#fff",
  556. 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)"
  557. }
  558. },
  559. google: {
  560. backgroundColor: "#dd4b39",
  561. color: "#fff",
  562. 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)",
  563. "&:hover,&:focus": {
  564. backgroundColor: "#dd4b39",
  565. color: "#fff",
  566. 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)"
  567. }
  568. },
  569. github: {
  570. backgroundColor: "#333333",
  571. color: "#fff",
  572. 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)",
  573. "&:hover,&:focus": {
  574. backgroundColor: "#333333",
  575. color: "#fff",
  576. 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)"
  577. }
  578. },
  579. simple: {
  580. "&,&:focus,&:hover,&:visited": {
  581. color: "#FFFFFF",
  582. background: "transparent",
  583. boxShadow: "none"
  584. },
  585. "&$primary": {
  586. "&,&:focus,&:hover,&:visited": {
  587. color: nextjs_material_kit["p" /* primaryColor */]
  588. }
  589. },
  590. "&$info": {
  591. "&,&:focus,&:hover,&:visited": {
  592. color: nextjs_material_kit["m" /* infoColor */]
  593. }
  594. },
  595. "&$success": {
  596. "&,&:focus,&:hover,&:visited": {
  597. color: nextjs_material_kit["u" /* successColor */]
  598. }
  599. },
  600. "&$warning": {
  601. "&,&:focus,&:hover,&:visited": {
  602. color: nextjs_material_kit["z" /* warningColor */]
  603. }
  604. },
  605. "&$rose": {
  606. "&,&:focus,&:hover,&:visited": {
  607. color: nextjs_material_kit["r" /* roseColor */]
  608. }
  609. },
  610. "&$danger": {
  611. "&,&:focus,&:hover,&:visited": {
  612. color: nextjs_material_kit["f" /* dangerColor */]
  613. }
  614. },
  615. "&$twitter": {
  616. "&,&:focus,&:hover,&:visited": {
  617. color: "#55acee"
  618. }
  619. },
  620. "&$facebook": {
  621. "&,&:focus,&:hover,&:visited": {
  622. color: "#3b5998"
  623. }
  624. },
  625. "&$google": {
  626. "&,&:focus,&:hover,&:visited": {
  627. color: "#dd4b39"
  628. }
  629. },
  630. "&$github": {
  631. "&,&:focus,&:hover,&:visited": {
  632. color: "#333333"
  633. }
  634. }
  635. },
  636. transparent: {
  637. "&,&:focus,&:hover,&:visited": {
  638. color: "inherit",
  639. background: "transparent",
  640. boxShadow: "none"
  641. }
  642. },
  643. disabled: {
  644. opacity: "0.65",
  645. pointerEvents: "none"
  646. },
  647. lg: {
  648. padding: "1.125rem 2.25rem",
  649. fontSize: "0.875rem",
  650. lineHeight: "1.333333",
  651. borderRadius: "0.2rem"
  652. },
  653. sm: {
  654. padding: "0.40625rem 1.25rem",
  655. fontSize: "0.6875rem",
  656. lineHeight: "1.5",
  657. borderRadius: "0.2rem"
  658. },
  659. round: {
  660. borderRadius: "30px"
  661. },
  662. block: {
  663. width: "100% !important"
  664. },
  665. link: {
  666. "&,&:hover,&:focus": {
  667. backgroundColor: "transparent",
  668. color: "#999999",
  669. boxShadow: "none"
  670. }
  671. },
  672. justIcon: {
  673. paddingLeft: "12px",
  674. paddingRight: "12px",
  675. fontSize: "20px",
  676. height: "41px",
  677. minWidth: "41px",
  678. width: "41px",
  679. "& .fab,& .fas,& .far,& .fal,& svg,& .material-icons": {
  680. marginRight: "0px"
  681. },
  682. "&$lg": {
  683. height: "57px",
  684. minWidth: "57px",
  685. width: "57px",
  686. lineHeight: "56px",
  687. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  688. fontSize: "32px",
  689. lineHeight: "56px"
  690. },
  691. "& svg": {
  692. width: "32px",
  693. height: "32px"
  694. }
  695. },
  696. "&$sm": {
  697. height: "30px",
  698. minWidth: "30px",
  699. width: "30px",
  700. "& .fab,& .fas,& .far,& .fal,& .material-icons": {
  701. fontSize: "17px",
  702. lineHeight: "29px"
  703. },
  704. "& svg": {
  705. width: "17px",
  706. height: "17px"
  707. }
  708. }
  709. }
  710. };
  711. /* harmony default export */ var components_buttonStyle = (buttonStyle);
  712. // CONCATENATED MODULE: ./components/CustomButtons/Button.js
  713. var __jsx = external_react_default.a.createElement;
  714. 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); }
  715. 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; }
  716. 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; }
  717. 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; }
  718. 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; }
  719. 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; }
  720. // nodejs library to set properties for components
  721. // nodejs library that concatenates classes
  722. // @material-ui/core components
  723. // core components
  724. const makeComponentStyles = makeStyles_default()(() => _objectSpread({}, components_buttonStyle));
  725. const RegularButton = external_react_default.a.forwardRef((props, ref) => {
  726. const {
  727. color,
  728. round,
  729. children,
  730. fullWidth,
  731. disabled,
  732. simple,
  733. size,
  734. block,
  735. link,
  736. justIcon,
  737. className
  738. } = props,
  739. rest = _objectWithoutProperties(props, ["color", "round", "children", "fullWidth", "disabled", "simple", "size", "block", "link", "justIcon", "className"]);
  740. const classes = makeComponentStyles();
  741. const btnClasses = external_classnames_default()({
  742. [classes.button]: true,
  743. [classes[size]]: size,
  744. [classes[color]]: color,
  745. [classes.round]: round,
  746. [classes.fullWidth]: fullWidth,
  747. [classes.disabled]: disabled,
  748. [classes.simple]: simple,
  749. [classes.block]: block,
  750. [classes.link]: link,
  751. [classes.justIcon]: justIcon,
  752. [className]: className
  753. });
  754. return __jsx(Button_default.a, _extends({}, rest, {
  755. ref: ref,
  756. classes: {
  757. root: btnClasses
  758. }
  759. }), children);
  760. });
  761. /* harmony default export */ var Button = __webpack_exports__["a"] = (RegularButton);
  762. /***/ }),
  763. /***/ "UsYt":
  764. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  765. "use strict";
  766. // EXPORTS
  767. __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding */ CardBody; });
  768. // EXTERNAL MODULE: external "react"
  769. var external_react_ = __webpack_require__("cDcd");
  770. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  771. // EXTERNAL MODULE: external "classnames"
  772. var external_classnames_ = __webpack_require__("K2gz");
  773. var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
  774. // EXTERNAL MODULE: external "@material-ui/core/styles"
  775. var styles_ = __webpack_require__("9Pu4");
  776. // CONCATENATED MODULE: ./assets/jss/nextjs-material-kit/components/cardBodyStyle.js
  777. const cardBodyStyle = {
  778. cardBody: {
  779. padding: "0.9375rem 1.875rem",
  780. flex: "1 1 auto"
  781. }
  782. };
  783. /* harmony default export */ var components_cardBodyStyle = (cardBodyStyle);
  784. // CONCATENATED MODULE: ./components/Card/CardBody.js
  785. var __jsx = external_react_default.a.createElement;
  786. 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); }
  787. 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; }
  788. 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; }
  789. // nodejs library that concatenates classes
  790. // nodejs library to set properties for components
  791. // @material-ui/core components
  792. // @material-ui/icons
  793. // core components
  794. const useStyles = Object(styles_["makeStyles"])(components_cardBodyStyle);
  795. function CardBody(props) {
  796. const classes = useStyles();
  797. const {
  798. className,
  799. children
  800. } = props,
  801. rest = _objectWithoutProperties(props, ["className", "children"]);
  802. const cardBodyClasses = external_classnames_default()({
  803. [classes.cardBody]: true,
  804. [className]: className !== undefined
  805. });
  806. return __jsx("div", _extends({
  807. className: cardBodyClasses
  808. }, rest), children);
  809. }
  810. /***/ }),
  811. /***/ "Wh1t":
  812. /***/ (function(module, exports) {
  813. module.exports = require("@material-ui/core/Button");
  814. /***/ }),
  815. /***/ "cDcd":
  816. /***/ (function(module, exports) {
  817. module.exports = require("react");
  818. /***/ }),
  819. /***/ "eDSW":
  820. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  821. "use strict";
  822. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return hexToRGBAlpha; });
  823. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return drawerWidth; });
  824. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return transition; });
  825. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return container; });
  826. /* unused harmony export conatinerFluid */
  827. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return boxShadow; });
  828. /* unused harmony export card */
  829. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return defaultFont; });
  830. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return primaryColor; });
  831. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return warningColor; });
  832. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return dangerColor; });
  833. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return successColor; });
  834. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return infoColor; });
  835. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return roseColor; });
  836. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return grayColor; });
  837. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return primaryBoxShadow; });
  838. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return infoBoxShadow; });
  839. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return successBoxShadow; });
  840. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return warningBoxShadow; });
  841. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return dangerBoxShadow; });
  842. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return roseBoxShadow; });
  843. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return warningCardHeader; });
  844. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return successCardHeader; });
  845. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return dangerCardHeader; });
  846. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return infoCardHeader; });
  847. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return primaryCardHeader; });
  848. /* unused harmony export roseCardHeader */
  849. /* unused harmony export cardActions */
  850. /* unused harmony export cardHeader */
  851. /* unused harmony export defaultBoxShadow */
  852. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return title; });
  853. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return cardTitle; });
  854. /* unused harmony export cardLink */
  855. /* unused harmony export cardSubtitle */
  856. 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; }
  857. 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; }
  858. 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; }
  859. const hexColorToRGB = function (hexColor) {
  860. let detectShorthand = /^#?([a-f\d])([a-f\d])([a-f\d])$/i; // #000 vs #000000
  861. hexColor = hexColor.replace(detectShorthand, function (m, r, g, b) {
  862. return r + r + g + g + b + b;
  863. });
  864. const hex_array = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hexColor); // #000000 to #ffffff
  865. return hex_array ? {
  866. r: parseInt(hex_array[1], 16),
  867. // 0-255
  868. g: parseInt(hex_array[2], 16),
  869. // 0-255
  870. b: parseInt(hex_array[3], 16) // 0-255
  871. } : null;
  872. };
  873. const hexToRGBAlpha = function (hexColor, alpha) {
  874. let rgb = hexColorToRGB(hexColor);
  875. return `rgba(${rgb.r},${rgb.g},${rgb.b},${alpha})`;
  876. };
  877. const drawerWidth = 260;
  878. const transition = {
  879. transition: "all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1)"
  880. };
  881. const conatinerFluid = {
  882. paddingRight: "15px",
  883. paddingLeft: "15px",
  884. marginRight: "auto",
  885. marginLeft: "auto",
  886. width: "100%"
  887. };
  888. const container = _objectSpread({}, conatinerFluid, {
  889. "@media (min-width: 576px)": {
  890. maxWidth: "540px"
  891. },
  892. "@media (min-width: 768px)": {
  893. maxWidth: "720px"
  894. },
  895. "@media (min-width: 992px)": {
  896. maxWidth: "960px"
  897. },
  898. "@media (min-width: 1200px)": {
  899. maxWidth: "1140px"
  900. }
  901. });
  902. const boxShadow = {
  903. 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)"
  904. };
  905. const card = {
  906. display: "inline-block",
  907. position: "relative",
  908. width: "100%",
  909. margin: "25px 0",
  910. boxShadow: "0 1px 4px 0 rgba(0, 0, 0, 0.14)",
  911. borderRadius: "3px",
  912. color: "rgba(0, 0, 0, 0.87)",
  913. background: "#fff"
  914. };
  915. const defaultFont = {
  916. fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif',
  917. fontWeight: "300",
  918. lineHeight: "1.5em"
  919. };
  920. const primaryColor = "#212121";
  921. const warningColor = "#ff9800";
  922. const dangerColor = "#f44336";
  923. const successColor = "#4caf50";
  924. const infoColor = "#212121";
  925. const roseColor = "#e91e63";
  926. const grayColor = "#ffffff";
  927. const primaryBoxShadow = {
  928. 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)}`
  929. };
  930. const infoBoxShadow = {
  931. 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)}`
  932. };
  933. const successBoxShadow = {
  934. 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)}`
  935. };
  936. const warningBoxShadow = {
  937. 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)}`
  938. };
  939. const dangerBoxShadow = {
  940. 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)}`
  941. };
  942. const roseBoxShadow = {
  943. boxShadow: `0 4px 20px 0px ${hexToRGBAlpha("#000", 0.14)}, 0 7px 10px -5px ${hexToRGBAlpha(roseColor, 0.4)}`
  944. };
  945. const warningCardHeader = _objectSpread({
  946. color: "#fff",
  947. background: "linear-gradient(60deg, #ffa726, #fb8c00)"
  948. }, warningBoxShadow);
  949. const successCardHeader = _objectSpread({
  950. color: "#fff",
  951. background: "linear-gradient(60deg, #66bb6a, #43a047)"
  952. }, successBoxShadow);
  953. const dangerCardHeader = _objectSpread({
  954. color: "#fff",
  955. background: "linear-gradient(60deg, #ef5350, #e53935)"
  956. }, dangerBoxShadow);
  957. const infoCardHeader = _objectSpread({
  958. color: "#fff",
  959. background: "#212121"
  960. }, infoBoxShadow);
  961. const primaryCardHeader = _objectSpread({
  962. color: "#fff",
  963. background: "linear-gradient(60deg, #ab47bc, #8e24aa)"
  964. }, primaryBoxShadow);
  965. const roseCardHeader = _objectSpread({
  966. color: "#fff",
  967. background: "linear-gradient(60deg, #ec407a, #d81b60)"
  968. }, roseBoxShadow);
  969. const cardActions = _objectSpread({
  970. margin: "0 20px 10px",
  971. paddingTop: "10px",
  972. borderTop: "1px solid #eeeeee",
  973. height: "auto"
  974. }, defaultFont);
  975. const cardHeader = {
  976. margin: "-30px 15px 0",
  977. borderRadius: "3px",
  978. padding: "15px"
  979. };
  980. const defaultBoxShadow = {
  981. border: "0",
  982. borderRadius: "3px",
  983. 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)",
  984. padding: "10px 0",
  985. transition: "all 150ms ease 0s"
  986. };
  987. const title = {
  988. color: "#ffffff",
  989. margin: "1.75rem 0 0.875rem",
  990. textDecoration: "none",
  991. fontWeight: "700",
  992. fontFamily: `"Roboto Slab", "Times New Roman", serif`
  993. };
  994. const cardTitle = _objectSpread({}, title, {
  995. marginTop: ".625rem"
  996. });
  997. const cardLink = {
  998. "& + $cardLink": {
  999. marginLeft: "1.25rem"
  1000. }
  1001. };
  1002. const cardSubtitle = {
  1003. marginBottom: "0",
  1004. marginTop: "-.375rem"
  1005. };
  1006. /***/ }),
  1007. /***/ "oLCs":
  1008. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  1009. "use strict";
  1010. /* harmony import */ var assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("eDSW");
  1011. const footerStyle = {
  1012. block: {
  1013. color: "inherit",
  1014. padding: "0.9375rem",
  1015. fontWeight: "500",
  1016. fontSize: "12px",
  1017. textTransform: "uppercase",
  1018. borderRadius: "3px",
  1019. textDecoration: "none",
  1020. position: "relative",
  1021. display: "block"
  1022. },
  1023. left: {
  1024. float: "left!important",
  1025. display: "block"
  1026. },
  1027. right: {
  1028. padding: "15px 0",
  1029. margin: "0",
  1030. float: "right!important"
  1031. },
  1032. footer: {
  1033. padding: "0.9375rem 0",
  1034. textAlign: "center",
  1035. display: "flex",
  1036. zIndex: "2",
  1037. position: "relative"
  1038. },
  1039. a: {
  1040. color: assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* primaryColor */ "p"],
  1041. textDecoration: "none",
  1042. backgroundColor: "transparent"
  1043. },
  1044. footerWhiteFont: {
  1045. "&,&:hover,&:focus": {
  1046. color: "#FFFFFF"
  1047. }
  1048. },
  1049. container: assets_jss_nextjs_material_kit_js__WEBPACK_IMPORTED_MODULE_0__[/* container */ "c"],
  1050. list: {
  1051. marginBottom: "0",
  1052. padding: "0",
  1053. marginTop: "0"
  1054. },
  1055. inlineBlock: {
  1056. display: "inline-block",
  1057. padding: "0px",
  1058. width: "auto"
  1059. },
  1060. icon: {
  1061. width: "18px",
  1062. height: "18px",
  1063. position: "relative",
  1064. top: "3px"
  1065. }
  1066. };
  1067. /* harmony default export */ __webpack_exports__["a"] = (footerStyle);
  1068. /***/ })
  1069. /******/ });