import { createHotContext as __vite__createHotContext } from "/@vite/client";import.meta.hot = __vite__createHotContext("/src/components/LoadingScreen.tsx");import __vite__cjsImport0_react_jsxDevRuntime from "/@fs/home/runner/workspace/node_modules/.vite/deps/react_jsx-dev-runtime.js?v=c4080d1c"; const jsxDEV = __vite__cjsImport0_react_jsxDevRuntime["jsxDEV"];
import RefreshRuntime from "/@react-refresh";
const inWebWorker = typeof WorkerGlobalScope !== "undefined" && self instanceof WorkerGlobalScope;
let prevRefreshReg;
let prevRefreshSig;
if (import.meta.hot && !inWebWorker) {
  if (!window.__vite_plugin_react_preamble_installed__) {
    throw new Error("@vitejs/plugin-react can't detect preamble. Something is wrong. See https://github.com/vitejs/vite-plugin-react/pull/11#discussion_r430879201");
  }
  prevRefreshReg = window.$RefreshReg$;
  prevRefreshSig = window.$RefreshSig$;
  window.$RefreshReg$ = (type, id) => {
    RefreshRuntime.register(type, "/home/runner/workspace/client/src/components/LoadingScreen.tsx " + id);
  };
  window.$RefreshSig$ = RefreshRuntime.createSignatureFunctionForTransform;
}
import { motion } from "/@fs/home/runner/workspace/node_modules/.vite/deps/framer-motion.js?v=c4080d1c";
import LoadingLogo from "/src/components/LoadingLogo.tsx";
export default function LoadingScreen({ fullScreen = true }) {
  const containerClass = fullScreen ? "fixed inset-0 z-50 flex items-center justify-center bg-white/80 backdrop-blur-sm" : "flex items-center justify-center p-8";
  return /* @__PURE__ */ jsxDEV(
    motion.div,
    {
      initial: { opacity: 0 },
      animate: { opacity: 1 },
      exit: { opacity: 0 },
      className: containerClass,
      children: /* @__PURE__ */ jsxDEV(LoadingLogo, { className: "scale-150" }, void 0, false, {
        fileName: "/home/runner/workspace/client/src/components/LoadingScreen.tsx",
        lineNumber: 20,
        columnNumber: 7
      }, this)
    },
    void 0,
    false,
    {
      fileName: "/home/runner/workspace/client/src/components/LoadingScreen.tsx",
      lineNumber: 14,
      columnNumber: 5
    },
    this
  );
}
_c = LoadingScreen;
var _c;
$RefreshReg$(_c, "LoadingScreen");
if (import.meta.hot && !inWebWorker) {
  window.$RefreshReg$ = prevRefreshReg;
  window.$RefreshSig$ = prevRefreshSig;
}
if (import.meta.hot && !inWebWorker) {
  RefreshRuntime.__hmr_import(import.meta.url).then((currentExports) => {
    RefreshRuntime.registerExportsForReactRefresh("/home/runner/workspace/client/src/components/LoadingScreen.tsx", currentExports);
    import.meta.hot.accept((nextExports) => {
      if (!nextExports) return;
      const invalidateMessage = RefreshRuntime.validateRefreshBoundaryAndEnqueueUpdate("/home/runner/workspace/client/src/components/LoadingScreen.tsx", currentExports, nextExports);
      if (invalidateMessage) import.meta.hot.invalidate(invalidateMessage);
    });
  });
}

//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJtYXBwaW5ncyI6IkFBbUJNO0FBbkJOLDJCQUF1QjtBQUFlO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUN0QyxPQUFPQSxpQkFBaUI7QUFNeEIsd0JBQXdCQyxjQUFjLEVBQUVDLGFBQWEsS0FBeUIsR0FBRztBQUMvRSxRQUFNQyxpQkFBaUJELGFBQ25CLHFGQUNBO0FBRUosU0FDRTtBQUFBLElBQUMsT0FBTztBQUFBLElBQVA7QUFBQSxNQUNDLFNBQVMsRUFBRUUsU0FBUyxFQUFFO0FBQUEsTUFDdEIsU0FBUyxFQUFFQSxTQUFTLEVBQUU7QUFBQSxNQUN0QixNQUFNLEVBQUVBLFNBQVMsRUFBRTtBQUFBLE1BQ25CLFdBQVdEO0FBQUFBLE1BRVgsaUNBQUMsZUFBWSxXQUFVLGVBQXZCO0FBQUE7QUFBQTtBQUFBO0FBQUEsYUFBa0M7QUFBQTtBQUFBLElBTnBDO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQSxFQU9BO0FBRUo7QUFBQ0UsS0FmdUJKO0FBQWEsSUFBQUk7QUFBQUMsYUFBQUQsSUFBQSIsIm5hbWVzIjpbIkxvYWRpbmdMb2dvIiwiTG9hZGluZ1NjcmVlbiIsImZ1bGxTY3JlZW4iLCJjb250YWluZXJDbGFzcyIsIm9wYWNpdHkiLCJfYyIsIiRSZWZyZXNoUmVnJCJdLCJpZ25vcmVMaXN0IjpbXSwic291cmNlcyI6WyJMb2FkaW5nU2NyZWVuLnRzeCJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBtb3Rpb24gfSBmcm9tIFwiZnJhbWVyLW1vdGlvblwiO1xuaW1wb3J0IExvYWRpbmdMb2dvIGZyb20gXCIuL0xvYWRpbmdMb2dvXCI7XG5cbmludGVyZmFjZSBMb2FkaW5nU2NyZWVuUHJvcHMge1xuICBmdWxsU2NyZWVuPzogYm9vbGVhbjtcbn1cblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gTG9hZGluZ1NjcmVlbih7IGZ1bGxTY3JlZW4gPSB0cnVlIH06IExvYWRpbmdTY3JlZW5Qcm9wcykge1xuICBjb25zdCBjb250YWluZXJDbGFzcyA9IGZ1bGxTY3JlZW4gXG4gICAgPyBcImZpeGVkIGluc2V0LTAgei01MCBmbGV4IGl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNlbnRlciBiZy13aGl0ZS84MCBiYWNrZHJvcC1ibHVyLXNtXCJcbiAgICA6IFwiZmxleCBpdGVtcy1jZW50ZXIganVzdGlmeS1jZW50ZXIgcC04XCI7XG5cbiAgcmV0dXJuIChcbiAgICA8bW90aW9uLmRpdlxuICAgICAgaW5pdGlhbD17eyBvcGFjaXR5OiAwIH19XG4gICAgICBhbmltYXRlPXt7IG9wYWNpdHk6IDEgfX1cbiAgICAgIGV4aXQ9e3sgb3BhY2l0eTogMCB9fVxuICAgICAgY2xhc3NOYW1lPXtjb250YWluZXJDbGFzc31cbiAgICA+XG4gICAgICA8TG9hZGluZ0xvZ28gY2xhc3NOYW1lPVwic2NhbGUtMTUwXCIgLz5cbiAgICA8L21vdGlvbi5kaXY+XG4gICk7XG59XG4iXSwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3Jrc3BhY2UvY2xpZW50L3NyYy9jb21wb25lbnRzL0xvYWRpbmdTY3JlZW4udHN4In0=