pi-sdk-web 0.5.10 → 0.5.11

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.
@@ -4,6 +4,7 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>pi-web</title>
7
+ <link rel="icon" type="image/svg+xml" href="pi-logo.svg">
7
8
  <link rel="stylesheet" href="style.css">
8
9
  </head>
9
10
  <body>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800">
3
+ <style>
4
+ .logo-mark { fill: #000; }
5
+ @media (prefers-color-scheme: dark) {
6
+ .logo-mark { fill: #fff; }
7
+ }
8
+ </style>
9
+ <!-- P shape: outer boundary clockwise, inner hole counter-clockwise -->
10
+ <path class="logo-mark" fill-rule="evenodd" d="
11
+ M165.29 165.29
12
+ H517.36
13
+ V400
14
+ H400
15
+ V517.36
16
+ H282.65
17
+ V634.72
18
+ H165.29
19
+ Z
20
+ M282.65 282.65
21
+ V400
22
+ H400
23
+ V282.65
24
+ Z
25
+ "/>
26
+ <!-- i dot -->
27
+ <path class="logo-mark" d="M517.36 400 H634.72 V634.72 H517.36 Z"/>
28
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-sdk-web",
3
- "version": "0.5.10",
3
+ "version": "0.5.11",
4
4
  "description": "Browser Web access for Pi (AI coding agent) via the Pi SDK - standalone module, zero modification to Pi itself",
5
5
  "type": "module",
6
6
  "bin": {