Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 

665 linhas
22 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 = 0);
  92. /******/ })
  93. /************************************************************************/
  94. /******/ ({
  95. /***/ 0:
  96. /***/ (function(module, exports, __webpack_require__) {
  97. module.exports = __webpack_require__("1TCz");
  98. /***/ }),
  99. /***/ "1TCz":
  100. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  101. "use strict";
  102. // ESM COMPAT FLAG
  103. __webpack_require__.r(__webpack_exports__);
  104. // EXPORTS
  105. __webpack_require__.d(__webpack_exports__, "default", function() { return /* binding */ _app_MyApp; });
  106. // EXTERNAL MODULE: external "react"
  107. var external_react_ = __webpack_require__("cDcd");
  108. var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
  109. // EXTERNAL MODULE: external "react-dom"
  110. var external_react_dom_ = __webpack_require__("faye");
  111. var external_react_dom_default = /*#__PURE__*/__webpack_require__.n(external_react_dom_);
  112. // EXTERNAL MODULE: ./node_modules/next/app.js
  113. var app = __webpack_require__("8Bbg");
  114. var app_default = /*#__PURE__*/__webpack_require__.n(app);
  115. // EXTERNAL MODULE: external "next/head"
  116. var head_ = __webpack_require__("xnum");
  117. var head_default = /*#__PURE__*/__webpack_require__.n(head_);
  118. // EXTERNAL MODULE: external "next/router"
  119. var router_ = __webpack_require__("4Q3z");
  120. var router_default = /*#__PURE__*/__webpack_require__.n(router_);
  121. // EXTERNAL MODULE: external "@material-ui/core/styles"
  122. var styles_ = __webpack_require__("9Pu4");
  123. // EXTERNAL MODULE: external "@material-ui/core/CircularProgress"
  124. var CircularProgress_ = __webpack_require__("1imS");
  125. var CircularProgress_default = /*#__PURE__*/__webpack_require__.n(CircularProgress_);
  126. // EXTERNAL MODULE: ./assets/jss/nextjs-material-kit.js
  127. var nextjs_material_kit = __webpack_require__("eDSW");
  128. // CONCATENATED MODULE: ./components/PageChange/PageChange.js
  129. var __jsx = external_react_default.a.createElement;
  130. 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; }
  131. 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; }
  132. 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; }
  133. // @material-ui/core components
  134. // core components
  135. const useStyles = Object(styles_["makeStyles"])({
  136. progress: {
  137. color: nextjs_material_kit["m" /* infoColor */],
  138. width: "6rem !important",
  139. height: "6rem !important"
  140. },
  141. wrapperDiv: {
  142. margin: "100px auto",
  143. padding: "0px",
  144. maxWidth: "360px",
  145. textAlign: "center",
  146. position: "relative",
  147. zIndex: "9999",
  148. top: "0"
  149. },
  150. iconWrapper: {
  151. display: "block"
  152. },
  153. title: _objectSpread({}, nextjs_material_kit["v" /* title */], {
  154. color: "#FFFFFF"
  155. })
  156. });
  157. function PageChange(props) {
  158. const classes = useStyles();
  159. return __jsx("div", null, __jsx("div", {
  160. className: classes.wrapperDiv
  161. }, __jsx("div", {
  162. className: classes.iconWrapper
  163. }, __jsx(CircularProgress_default.a, {
  164. className: classes.progress
  165. })), __jsx("div", {
  166. align: "center",
  167. color: "white"
  168. }, __jsx("h4", null, "Thamrin Group - Generasi ke Generasi"))));
  169. }
  170. // EXTERNAL MODULE: ./assets/scss/nextjs-material-kit.scss?v=1.1.0
  171. var nextjs_material_kitv_1_1 = __webpack_require__("qAP/");
  172. // CONCATENATED MODULE: ./pages/_app.js
  173. var _app_jsx = external_react_default.a.createElement;
  174. // import styles from "assets/jss/nextjs-material-kit/pages/components.js";
  175. router_default.a.events.on("routeChangeStart", url => {
  176. console.log(`Loading: ${url}`);
  177. document.body.classList.add("body-page-transition");
  178. external_react_dom_default.a.render(_app_jsx(PageChange, {
  179. path: url
  180. }), document.getElementById("page-transition"));
  181. });
  182. router_default.a.events.on("routeChangeComplete", () => {
  183. external_react_dom_default.a.unmountComponentAtNode(document.getElementById("page-transition"));
  184. document.body.classList.remove("body-page-transition");
  185. });
  186. router_default.a.events.on("routeChangeError", () => {
  187. external_react_dom_default.a.unmountComponentAtNode(document.getElementById("page-transition"));
  188. document.body.classList.remove("body-page-transition");
  189. });
  190. class _app_MyApp extends app_default.a {
  191. static async getInitialProps({
  192. Component,
  193. router,
  194. ctx
  195. }) {
  196. let pageProps = {};
  197. if (Component.getInitialProps) {
  198. pageProps = await Component.getInitialProps(ctx);
  199. }
  200. return {
  201. pageProps
  202. };
  203. }
  204. render() {
  205. const {
  206. Component,
  207. pageProps
  208. } = this.props;
  209. return _app_jsx(external_react_default.a.Fragment, null, _app_jsx(head_default.a, null, _app_jsx("title", null, "Thamrin Group")), _app_jsx(Component, pageProps));
  210. }
  211. }
  212. /***/ }),
  213. /***/ "1imS":
  214. /***/ (function(module, exports) {
  215. module.exports = require("@material-ui/core/CircularProgress");
  216. /***/ }),
  217. /***/ "4Q3z":
  218. /***/ (function(module, exports) {
  219. module.exports = require("next/router");
  220. /***/ }),
  221. /***/ "8Bbg":
  222. /***/ (function(module, exports, __webpack_require__) {
  223. module.exports = __webpack_require__("B5Ud")
  224. /***/ }),
  225. /***/ "9Pu4":
  226. /***/ (function(module, exports) {
  227. module.exports = require("@material-ui/core/styles");
  228. /***/ }),
  229. /***/ "AroE":
  230. /***/ (function(module, exports) {
  231. function _interopRequireDefault(obj) {
  232. return obj && obj.__esModule ? obj : {
  233. "default": obj
  234. };
  235. }
  236. module.exports = _interopRequireDefault;
  237. /***/ }),
  238. /***/ "B5Ud":
  239. /***/ (function(module, exports, __webpack_require__) {
  240. "use strict";
  241. var _interopRequireDefault = __webpack_require__("AroE");
  242. exports.__esModule = true;
  243. exports.Container = Container;
  244. exports.createUrl = createUrl;
  245. exports.default = void 0;
  246. var _react = _interopRequireDefault(__webpack_require__("cDcd"));
  247. var _utils = __webpack_require__("kYf9");
  248. exports.AppInitialProps = _utils.AppInitialProps;
  249. /**
  250. * `App` component is used for initialize of pages. It allows for overwriting and full control of the `page` initialization.
  251. * This allows for keeping state between navigation, custom error handling, injecting additional data.
  252. */
  253. async function appGetInitialProps(_ref) {
  254. var {
  255. Component,
  256. ctx
  257. } = _ref;
  258. var pageProps = await (0, _utils.loadGetInitialProps)(Component, ctx);
  259. return {
  260. pageProps
  261. };
  262. }
  263. class App extends _react.default.Component {
  264. // Kept here for backwards compatibility.
  265. // When someone ended App they could call `super.componentDidCatch`.
  266. // @deprecated This method is no longer needed. Errors are caught at the top level
  267. componentDidCatch(error, _errorInfo) {
  268. throw error;
  269. }
  270. render() {
  271. var {
  272. router,
  273. Component,
  274. pageProps,
  275. __N_SSG,
  276. __N_SSP
  277. } = this.props;
  278. return _react.default.createElement(Component, Object.assign({}, pageProps, // we don't add the legacy URL prop if it's using non-legacy
  279. // methods like getStaticProps and getServerSideProps
  280. !(__N_SSG || __N_SSP) ? {
  281. url: createUrl(router)
  282. } : {}));
  283. }
  284. }
  285. exports.default = App;
  286. App.origGetInitialProps = appGetInitialProps;
  287. App.getInitialProps = appGetInitialProps;
  288. var warnContainer;
  289. var warnUrl;
  290. if (false) {} // @deprecated noop for now until removal
  291. function Container(p) {
  292. if (false) {}
  293. return p.children;
  294. }
  295. function createUrl(router) {
  296. // This is to make sure we don't references the router object at call time
  297. var {
  298. pathname,
  299. asPath,
  300. query
  301. } = router;
  302. return {
  303. get query() {
  304. if (false) {}
  305. return query;
  306. },
  307. get pathname() {
  308. if (false) {}
  309. return pathname;
  310. },
  311. get asPath() {
  312. if (false) {}
  313. return asPath;
  314. },
  315. back: () => {
  316. if (false) {}
  317. router.back();
  318. },
  319. push: (url, as) => {
  320. if (false) {}
  321. return router.push(url, as);
  322. },
  323. pushTo: (href, as) => {
  324. if (false) {}
  325. var pushRoute = as ? href : '';
  326. var pushUrl = as || href;
  327. return router.push(pushRoute, pushUrl);
  328. },
  329. replace: (url, as) => {
  330. if (false) {}
  331. return router.replace(url, as);
  332. },
  333. replaceTo: (href, as) => {
  334. if (false) {}
  335. var replaceRoute = as ? href : '';
  336. var replaceUrl = as || href;
  337. return router.replace(replaceRoute, replaceUrl);
  338. }
  339. };
  340. }
  341. /***/ }),
  342. /***/ "cDcd":
  343. /***/ (function(module, exports) {
  344. module.exports = require("react");
  345. /***/ }),
  346. /***/ "eDSW":
  347. /***/ (function(module, __webpack_exports__, __webpack_require__) {
  348. "use strict";
  349. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "j", function() { return hexToRGBAlpha; });
  350. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "h", function() { return drawerWidth; });
  351. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "w", function() { return transition; });
  352. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "c", function() { return container; });
  353. /* unused harmony export conatinerFluid */
  354. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return boxShadow; });
  355. /* unused harmony export card */
  356. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "g", function() { return defaultFont; });
  357. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return primaryColor; });
  358. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "z", function() { return warningColor; });
  359. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "f", function() { return dangerColor; });
  360. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "u", function() { return successColor; });
  361. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "m", function() { return infoColor; });
  362. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "r", function() { return roseColor; });
  363. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "i", function() { return grayColor; });
  364. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "n", function() { return primaryBoxShadow; });
  365. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "k", function() { return infoBoxShadow; });
  366. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "s", function() { return successBoxShadow; });
  367. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "x", function() { return warningBoxShadow; });
  368. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "d", function() { return dangerBoxShadow; });
  369. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "q", function() { return roseBoxShadow; });
  370. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "y", function() { return warningCardHeader; });
  371. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "t", function() { return successCardHeader; });
  372. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "e", function() { return dangerCardHeader; });
  373. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "l", function() { return infoCardHeader; });
  374. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return primaryCardHeader; });
  375. /* unused harmony export roseCardHeader */
  376. /* unused harmony export cardActions */
  377. /* unused harmony export cardHeader */
  378. /* unused harmony export defaultBoxShadow */
  379. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "v", function() { return title; });
  380. /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "b", function() { return cardTitle; });
  381. /* unused harmony export cardLink */
  382. /* unused harmony export cardSubtitle */
  383. 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; }
  384. 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; }
  385. 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; }
  386. const hexColorToRGB = function (hexColor) {
  387. let detectShorthand = /^#?([a-f\d])([a-f\d])([a-f\d])$/i; // #000 vs #000000
  388. hexColor = hexColor.replace(detectShorthand, function (m, r, g, b) {
  389. return r + r + g + g + b + b;
  390. });
  391. const hex_array = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hexColor); // #000000 to #ffffff
  392. return hex_array ? {
  393. r: parseInt(hex_array[1], 16),
  394. // 0-255
  395. g: parseInt(hex_array[2], 16),
  396. // 0-255
  397. b: parseInt(hex_array[3], 16) // 0-255
  398. } : null;
  399. };
  400. const hexToRGBAlpha = function (hexColor, alpha) {
  401. let rgb = hexColorToRGB(hexColor);
  402. return `rgba(${rgb.r},${rgb.g},${rgb.b},${alpha})`;
  403. };
  404. const drawerWidth = 260;
  405. const transition = {
  406. transition: "all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1)"
  407. };
  408. const conatinerFluid = {
  409. paddingRight: "15px",
  410. paddingLeft: "15px",
  411. marginRight: "auto",
  412. marginLeft: "auto",
  413. width: "100%"
  414. };
  415. const container = _objectSpread({}, conatinerFluid, {
  416. "@media (min-width: 576px)": {
  417. maxWidth: "540px"
  418. },
  419. "@media (min-width: 768px)": {
  420. maxWidth: "720px"
  421. },
  422. "@media (min-width: 992px)": {
  423. maxWidth: "960px"
  424. },
  425. "@media (min-width: 1200px)": {
  426. maxWidth: "1140px"
  427. }
  428. });
  429. const boxShadow = {
  430. 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)"
  431. };
  432. const card = {
  433. display: "inline-block",
  434. position: "relative",
  435. width: "100%",
  436. margin: "25px 0",
  437. boxShadow: "0 1px 4px 0 rgba(0, 0, 0, 0.14)",
  438. borderRadius: "3px",
  439. color: "rgba(0, 0, 0, 0.87)",
  440. background: "#fff"
  441. };
  442. const defaultFont = {
  443. fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif',
  444. fontWeight: "300",
  445. lineHeight: "1.5em"
  446. };
  447. const primaryColor = "#212121";
  448. const warningColor = "#ff9800";
  449. const dangerColor = "#f44336";
  450. const successColor = "#4caf50";
  451. const infoColor = "#212121";
  452. const roseColor = "#e91e63";
  453. const grayColor = "#ffffff";
  454. const primaryBoxShadow = {
  455. 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)}`
  456. };
  457. const infoBoxShadow = {
  458. 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)}`
  459. };
  460. const successBoxShadow = {
  461. 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)}`
  462. };
  463. const warningBoxShadow = {
  464. 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)}`
  465. };
  466. const dangerBoxShadow = {
  467. 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)}`
  468. };
  469. const roseBoxShadow = {
  470. boxShadow: `0 4px 20px 0px ${hexToRGBAlpha("#000", 0.14)}, 0 7px 10px -5px ${hexToRGBAlpha(roseColor, 0.4)}`
  471. };
  472. const warningCardHeader = _objectSpread({
  473. color: "#fff",
  474. background: "linear-gradient(60deg, #ffa726, #fb8c00)"
  475. }, warningBoxShadow);
  476. const successCardHeader = _objectSpread({
  477. color: "#fff",
  478. background: "linear-gradient(60deg, #66bb6a, #43a047)"
  479. }, successBoxShadow);
  480. const dangerCardHeader = _objectSpread({
  481. color: "#fff",
  482. background: "linear-gradient(60deg, #ef5350, #e53935)"
  483. }, dangerBoxShadow);
  484. const infoCardHeader = _objectSpread({
  485. color: "#fff",
  486. background: "#212121"
  487. }, infoBoxShadow);
  488. const primaryCardHeader = _objectSpread({
  489. color: "#fff",
  490. background: "linear-gradient(60deg, #ab47bc, #8e24aa)"
  491. }, primaryBoxShadow);
  492. const roseCardHeader = _objectSpread({
  493. color: "#fff",
  494. background: "linear-gradient(60deg, #ec407a, #d81b60)"
  495. }, roseBoxShadow);
  496. const cardActions = _objectSpread({
  497. margin: "0 20px 10px",
  498. paddingTop: "10px",
  499. borderTop: "1px solid #eeeeee",
  500. height: "auto"
  501. }, defaultFont);
  502. const cardHeader = {
  503. margin: "-30px 15px 0",
  504. borderRadius: "3px",
  505. padding: "15px"
  506. };
  507. const defaultBoxShadow = {
  508. border: "0",
  509. borderRadius: "3px",
  510. 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)",
  511. padding: "10px 0",
  512. transition: "all 150ms ease 0s"
  513. };
  514. const title = {
  515. color: "#ffffff",
  516. margin: "1.75rem 0 0.875rem",
  517. textDecoration: "none",
  518. fontWeight: "700",
  519. fontFamily: `"Roboto Slab", "Times New Roman", serif`
  520. };
  521. const cardTitle = _objectSpread({}, title, {
  522. marginTop: ".625rem"
  523. });
  524. const cardLink = {
  525. "& + $cardLink": {
  526. marginLeft: "1.25rem"
  527. }
  528. };
  529. const cardSubtitle = {
  530. marginBottom: "0",
  531. marginTop: "-.375rem"
  532. };
  533. /***/ }),
  534. /***/ "faye":
  535. /***/ (function(module, exports) {
  536. module.exports = require("react-dom");
  537. /***/ }),
  538. /***/ "kYf9":
  539. /***/ (function(module, exports) {
  540. module.exports = require("next/dist/next-server/lib/utils.js");
  541. /***/ }),
  542. /***/ "qAP/":
  543. /***/ (function(module, exports) {
  544. /***/ }),
  545. /***/ "xnum":
  546. /***/ (function(module, exports) {
  547. module.exports = require("next/head");
  548. /***/ })
  549. /******/ });