You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1 line
2.3 KiB

  1. {"ast":null,"code":"var __jsx = React.createElement;\n\nfunction 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; }\n\nfunction _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; }\n\nfunction _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; }\n\nimport React from \"react\"; // @material-ui/core components\n\nimport { makeStyles } from \"@material-ui/core/styles\";\nimport CircularProgress from \"@material-ui/core/CircularProgress\"; // core components\n\nimport { infoColor, title } from \"assets/jss/nextjs-material-kit.js\";\nconst useStyles = makeStyles({\n progress: {\n color: infoColor,\n width: \"6rem !important\",\n height: \"6rem !important\"\n },\n wrapperDiv: {\n margin: \"100px auto\",\n padding: \"0px\",\n maxWidth: \"360px\",\n textAlign: \"center\",\n position: \"relative\",\n zIndex: \"9999\",\n top: \"0\"\n },\n iconWrapper: {\n display: \"block\"\n },\n title: _objectSpread({}, title, {\n color: \"#FFFFFF\"\n })\n});\nexport default function PageChange(props) {\n const classes = useStyles();\n return __jsx(\"div\", null, __jsx(\"div\", {\n className: classes.wrapperDiv\n }, __jsx(\"div\", {\n className: classes.iconWrapper\n }, __jsx(CircularProgress, {\n className: classes.progress\n })), __jsx(\"div\", {\n align: \"center\",\n color: \"white\"\n }, __jsx(\"h4\", null, \"Thamrin Group - Generasi ke Generasi\"))));\n}","map":null,"metadata":{},"sourceType":"module"}