local-operator-ui 0.1.2-beta.8 → 0.1.2-beta.9

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.
Binary file
Binary file
@@ -86413,8 +86413,15 @@ const UpdateContainer = styled$1("div")(({ theme: theme2 }) => ({
86413
86413
  padding: 16,
86414
86414
  borderRadius: 8,
86415
86415
  backgroundColor: theme2.palette.background.paper,
86416
- boxShadow: "0 2px 10px rgba(0, 0, 0, 0.1)",
86417
- marginBottom: 16
86416
+ boxShadow: "0 4px 20px rgba(0, 0, 0, 0.15)",
86417
+ position: "fixed",
86418
+ top: 20,
86419
+ right: 20,
86420
+ zIndex: 1300,
86421
+ // Higher than most components but below modal dialogs
86422
+ maxWidth: 400,
86423
+ width: "calc(100% - 40px)"
86424
+ // Responsive width with margins
86418
86425
  }));
86419
86426
  const UpdateActions = styled$1("div")({
86420
86427
  display: "flex",
@@ -8,7 +8,7 @@
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; 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-DJia2Vg6.js"></script>
11
+ <script type="module" crossorigin src="./assets/index-BtxgdS6T.js"></script>
12
12
  <link rel="modulepreload" crossorigin href="./assets/theme-C9zRS1f0.js">
13
13
  <link rel="stylesheet" crossorigin href="./assets/theme-B9KBGB-g.css">
14
14
  <link rel="stylesheet" crossorigin href="./assets/index-BkBEAEYS.css">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "local-operator-ui",
3
- "version": "0.1.2-beta.8",
3
+ "version": "0.1.2-beta.9",
4
4
  "productName": "Local Operator",
5
5
  "description": "User interface for the Local Operator agent environment",
6
6
  "main": "./out/main/index.js",
@@ -162,7 +162,7 @@
162
162
  "gatekeeperAssess": false,
163
163
  "entitlements": "build/entitlements.mac.plist",
164
164
  "entitlementsInherit": "build/entitlements.mac.plist",
165
- "target": ["dmg"],
165
+ "target": ["dmg", "zip"],
166
166
  "artifactName": "${name}-${version}-${arch}.${ext}"
167
167
  },
168
168
  "dmg": {