@lovelybunch/api 1.0.21 → 1.0.23

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.
@@ -0,0 +1,20 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="32" height="32">
2
+ <!-- Outer shell -->
3
+ <ellipse cx="50" cy="55" rx="25" ry="30" fill="#8B4513" stroke="#654321" stroke-width="2"/>
4
+
5
+ <!-- Inner flesh -->
6
+ <ellipse cx="50" cy="55" rx="18" ry="23" fill="#F5F5DC"/>
7
+
8
+ <!-- Three dots/holes -->
9
+ <circle cx="44" cy="40" r="3" fill="#4A4A4A"/>
10
+ <circle cx="56" cy="40" r="3" fill="#4A4A4A"/>
11
+ <circle cx="50" cy="50" r="2.5" fill="#4A4A4A"/>
12
+
13
+ <!-- Highlight for 3D effect -->
14
+ <ellipse cx="45" cy="45" rx="8" ry="12" fill="#FFFFFF" opacity="0.3"/>
15
+
16
+ <!-- Fiber texture lines -->
17
+ <path d="M35 45 Q50 50 65 45" stroke="#654321" stroke-width="1" fill="none" opacity="0.5"/>
18
+ <path d="M32 55 Q50 60 68 55" stroke="#654321" stroke-width="1" fill="none" opacity="0.5"/>
19
+ <path d="M35 65 Q50 70 65 65" stroke="#654321" stroke-width="1" fill="none" opacity="0.5"/>
20
+ </svg>
package/static/index.html CHANGED
@@ -2,14 +2,14 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
5
+ <link rel="icon" type="image/svg+xml" href="/coconut.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <link rel="preconnect" href="https://fonts.googleapis.com">
8
8
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9
9
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
10
10
  <title>GAIT - Agent-Native Source Control</title>
11
- <script type="module" crossorigin src="/assets/index-DpNgV283.js"></script>
12
- <link rel="stylesheet" crossorigin href="/assets/index-xk_paAS8.css">
11
+ <script type="module" crossorigin src="/assets/index-yCx_SV2I.js"></script>
12
+ <link rel="stylesheet" crossorigin href="/assets/index-u_TrCmiB.css">
13
13
  </head>
14
14
  <body class="font-inter">
15
15
  <div id="root"></div>