local-operator-ui 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/main/index.jsc +0 -0
- package/out/preload/index.jsc +0 -0
- package/out/renderer/assets/{error-boundary-CMtkM0O6.js → error-boundary-GcWSKAk-.js} +14491 -14491
- package/out/renderer/assets/{index-BR0lql_r.js → index-DcAcG3ZD.js} +86440 -86308
- package/out/renderer/assets/{installer-DmvRucDF.js → installer-BobUZ6f3.js} +1 -1
- package/out/renderer/index.html +2 -2
- package/out/renderer/installer.html +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as styled,
|
|
1
|
+
import { s as styled, a1 as Box, aG as keyframes, K as Typography, a as reactExports, j as jsxRuntimeExports, t as useTheme, $ as LinearProgress, a0 as Button, bA as ThemeProvider, b4 as darkTheme, bz as CssBaseline, bB as ReactDOM, p as React, bC as ErrorBoundary } from "./error-boundary-GcWSKAk-.js";
|
|
2
2
|
const AppContainer = styled(Box)(() => ({
|
|
3
3
|
display: "flex",
|
|
4
4
|
height: "100vh",
|
package/out/renderer/index.html
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
|
9
9
|
<meta http-equiv="Content-Security-Policy"
|
|
10
10
|
content="default-src 'self'; connect-src 'self' http://localhost:1111 http://127.0.0.1:1111; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111 http://127.0.0.1:1111; media-src 'self' http://localhost:1111 http://127.0.0.1:1111; font-src 'self'" />
|
|
11
|
-
<script type="module" crossorigin src="./assets/index-
|
|
12
|
-
<link rel="modulepreload" crossorigin href="./assets/error-boundary-
|
|
11
|
+
<script type="module" crossorigin src="./assets/index-DcAcG3ZD.js"></script>
|
|
12
|
+
<link rel="modulepreload" crossorigin href="./assets/error-boundary-GcWSKAk-.js">
|
|
13
13
|
<link rel="stylesheet" crossorigin href="./assets/error-boundary-B9KBGB-g.css">
|
|
14
14
|
<link rel="stylesheet" crossorigin href="./assets/index-BkBEAEYS.css">
|
|
15
15
|
</head>
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
|
9
9
|
<meta http-equiv="Content-Security-Policy"
|
|
10
10
|
content="default-src 'self'; connect-src 'self' http://localhost:1111 http://127.0.0.1:1111; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111 http://127.0.0.1:1111; media-src 'self' http://localhost:1111 http://127.0.0.1:1111; font-src 'self'" />
|
|
11
|
-
<script type="module" crossorigin src="./assets/installer-
|
|
12
|
-
<link rel="modulepreload" crossorigin href="./assets/error-boundary-
|
|
11
|
+
<script type="module" crossorigin src="./assets/installer-BobUZ6f3.js"></script>
|
|
12
|
+
<link rel="modulepreload" crossorigin href="./assets/error-boundary-GcWSKAk-.js">
|
|
13
13
|
<link rel="stylesheet" crossorigin href="./assets/error-boundary-B9KBGB-g.css">
|
|
14
14
|
</head>
|
|
15
15
|
|