local-operator-ui 0.1.2-beta.8 → 0.1.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/{index-DJia2Vg6.js → index-BOYHDbPZ.js} +3059 -310
- package/out/renderer/assets/{installer-BJ0nnGcg.js → installer-DzZ9md8b.js} +1 -1
- package/out/renderer/assets/{theme-C9zRS1f0.js → theme-D7qnOAQJ.js} +26 -25
- package/out/renderer/index.html +3 -3
- package/out/renderer/installer.html +3 -3
- package/package.json +4 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as styled, Z as Box,
|
|
1
|
+
import { s as styled, Z as Box, aX as keyframes, J as Typography, a as reactExports, j as jsxRuntimeExports, q as useTheme, aW as LinearProgress, a2 as Button, bg as ThemeProvider, bh as theme, be as CssBaseline, bf as ReactDOM, R as React, bi as ErrorBoundary } from "./theme-D7qnOAQJ.js";
|
|
2
2
|
const AppContainer = styled(Box)(() => ({
|
|
3
3
|
display: "flex",
|
|
4
4
|
height: "100vh",
|
|
@@ -28469,7 +28469,7 @@ export {
|
|
|
28469
28469
|
Box as Z,
|
|
28470
28470
|
_inheritsLoose as _,
|
|
28471
28471
|
reactExports as a,
|
|
28472
|
-
|
|
28472
|
+
faMagicWandSparkles as a$,
|
|
28473
28473
|
faRobot as a0,
|
|
28474
28474
|
faSliders as a1,
|
|
28475
28475
|
Button as a2,
|
|
@@ -28501,12 +28501,12 @@ export {
|
|
|
28501
28501
|
faCodeBranch as aS,
|
|
28502
28502
|
faShieldAlt as aT,
|
|
28503
28503
|
faArrowLeft as aU,
|
|
28504
|
-
|
|
28505
|
-
|
|
28506
|
-
|
|
28507
|
-
|
|
28508
|
-
|
|
28509
|
-
|
|
28504
|
+
requireReact as aV,
|
|
28505
|
+
LinearProgress as aW,
|
|
28506
|
+
keyframes as aX,
|
|
28507
|
+
faShield as aY,
|
|
28508
|
+
faSignOut as aZ,
|
|
28509
|
+
faLightbulb as a_,
|
|
28510
28510
|
faServer as aa,
|
|
28511
28511
|
faStar as ab,
|
|
28512
28512
|
faTrash as ac,
|
|
@@ -28534,24 +28534,25 @@ export {
|
|
|
28534
28534
|
faChevronDown as ay,
|
|
28535
28535
|
faTools as az,
|
|
28536
28536
|
clsx as b,
|
|
28537
|
-
|
|
28538
|
-
|
|
28539
|
-
|
|
28540
|
-
|
|
28541
|
-
|
|
28542
|
-
|
|
28543
|
-
|
|
28544
|
-
|
|
28545
|
-
|
|
28546
|
-
|
|
28547
|
-
|
|
28548
|
-
|
|
28549
|
-
|
|
28550
|
-
|
|
28551
|
-
|
|
28552
|
-
|
|
28553
|
-
|
|
28554
|
-
|
|
28537
|
+
faBrain as b0,
|
|
28538
|
+
faWandMagicSparkles as b1,
|
|
28539
|
+
faExternalLinkAlt as b2,
|
|
28540
|
+
faKey as b3,
|
|
28541
|
+
faGlobe as b4,
|
|
28542
|
+
faLock as b5,
|
|
28543
|
+
faEdit as b6,
|
|
28544
|
+
faSave as b7,
|
|
28545
|
+
faEnvelope as b8,
|
|
28546
|
+
faCloudUploadAlt as b9,
|
|
28547
|
+
faHistory as ba,
|
|
28548
|
+
faListAlt as bb,
|
|
28549
|
+
library$1 as bc,
|
|
28550
|
+
icons as bd,
|
|
28551
|
+
CssBaseline as be,
|
|
28552
|
+
ReactDOM as bf,
|
|
28553
|
+
ThemeProvider as bg,
|
|
28554
|
+
theme as bh,
|
|
28555
|
+
ErrorBoundary2 as bi,
|
|
28555
28556
|
createStyled2 as c,
|
|
28556
28557
|
useForkRef as d,
|
|
28557
28558
|
capitalize$1 as e,
|
package/out/renderer/index.html
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<link rel="icon" href="./assets/favicon.ico" />
|
|
8
8
|
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
|
9
9
|
<meta http-equiv="Content-Security-Policy"
|
|
10
|
-
content="default-src 'self'; connect-src 'self' http://localhost:1111; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111; font-src 'self'" />
|
|
11
|
-
<script type="module" crossorigin src="./assets/index-
|
|
12
|
-
<link rel="modulepreload" crossorigin href="./assets/theme-
|
|
10
|
+
content="default-src 'self'; connect-src 'self' http://localhost:1111 https://1.1.1.1; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111; font-src 'self'" />
|
|
11
|
+
<script type="module" crossorigin src="./assets/index-BOYHDbPZ.js"></script>
|
|
12
|
+
<link rel="modulepreload" crossorigin href="./assets/theme-D7qnOAQJ.js">
|
|
13
13
|
<link rel="stylesheet" crossorigin href="./assets/theme-B9KBGB-g.css">
|
|
14
14
|
<link rel="stylesheet" crossorigin href="./assets/index-BkBEAEYS.css">
|
|
15
15
|
</head>
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<link rel="icon" href="./assets/favicon.ico" />
|
|
8
8
|
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
|
9
9
|
<meta http-equiv="Content-Security-Policy"
|
|
10
|
-
content="default-src 'self'; connect-src 'self' http://localhost:1111; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111; font-src 'self'" />
|
|
11
|
-
<script type="module" crossorigin src="./assets/installer-
|
|
12
|
-
<link rel="modulepreload" crossorigin href="./assets/theme-
|
|
10
|
+
content="default-src 'self'; connect-src 'self' http://localhost:1111 https://1.1.1.1; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111; font-src 'self'" />
|
|
11
|
+
<script type="module" crossorigin src="./assets/installer-DzZ9md8b.js"></script>
|
|
12
|
+
<link rel="modulepreload" crossorigin href="./assets/theme-D7qnOAQJ.js">
|
|
13
13
|
<link rel="stylesheet" crossorigin href="./assets/theme-B9KBGB-g.css">
|
|
14
14
|
</head>
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-operator-ui",
|
|
3
|
-
"version": "0.1.2
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"productName": "Local Operator",
|
|
5
5
|
"description": "User interface for the Local Operator agent environment",
|
|
6
6
|
"main": "./out/main/index.js",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"build": "electron-vite build",
|
|
48
48
|
"postbuild": "chmod +x ./bin/local-operator-ui.js",
|
|
49
49
|
"lint": "npx @biomejs/biome check src",
|
|
50
|
-
"lint:fix": "npx @biomejs/biome check --
|
|
50
|
+
"lint:fix": "npx @biomejs/biome check --write src",
|
|
51
51
|
"format": "npx @biomejs/biome format src",
|
|
52
52
|
"format:fix": "npx @biomejs/biome format --write src",
|
|
53
53
|
"prepublishOnly": "npm run build",
|
|
@@ -81,6 +81,7 @@
|
|
|
81
81
|
"electron-debug": "^3.2.0",
|
|
82
82
|
"electron-log": "^4.4.8",
|
|
83
83
|
"electron-updater": "^6.1.4",
|
|
84
|
+
"html-react-parser": "^5.2.2",
|
|
84
85
|
"react": "^18.3.1",
|
|
85
86
|
"react-dom": "^18.3.1",
|
|
86
87
|
"react-error-boundary": "^5.0.0",
|
|
@@ -162,7 +163,7 @@
|
|
|
162
163
|
"gatekeeperAssess": false,
|
|
163
164
|
"entitlements": "build/entitlements.mac.plist",
|
|
164
165
|
"entitlementsInherit": "build/entitlements.mac.plist",
|
|
165
|
-
"target": ["dmg"],
|
|
166
|
+
"target": ["dmg", "zip"],
|
|
166
167
|
"artifactName": "${name}-${version}-${arch}.${ext}"
|
|
167
168
|
},
|
|
168
169
|
"dmg": {
|