@i4ctime/q-ring 0.13.1 → 0.14.0

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/README.md CHANGED
@@ -10,6 +10,7 @@
10
10
  [![Docs](https://img.shields.io/badge/docs-website-0ea5e9?style=flat-square)](https://qring.i4c.studio/docs)
11
11
  [![MCP Tools](https://img.shields.io/badge/MCP_tools-44-0ea5e9?style=flat-square)](https://glama.ai/mcp/servers/I4cTime/q-ring)
12
12
  [![License](https://img.shields.io/npm/l/@i4ctime/q-ring?style=flat-square&color=0ea5e9)](https://github.com/I4cTime/q-ring/blob/main/LICENSE)
13
+ [![Discord](https://img.shields.io/badge/discord-join%20the%20studio-5865F2?style=flat-square&logo=discord&logoColor=white)](https://discord.gg/5uEApw5uEz)
13
14
 
14
15
  <a href="https://glama.ai/mcp/servers/I4cTime/q-ring">
15
16
  <img src="https://glama.ai/mcp/servers/I4cTime/q-ring/badges/card.svg" alt="q-ring MCP server" width="400" />
Binary file
Binary file
@@ -0,0 +1,27 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
2
+ <!-- q-ring brand mark, single-color cut (badges/stickers/engraving). -->
3
+ <defs>
4
+ <mask id="qhole" maskUnits="userSpaceOnUse" x="0" y="0" width="512" height="512">
5
+ <rect width="512" height="512" fill="#fff"/>
6
+ <ellipse cx="256" cy="243" rx="78" ry="73" fill="#000"/>
7
+ </mask>
8
+ </defs>
9
+ <g stroke="#f8f8ff" fill="none" stroke-linecap="round">
10
+ <path d="M256 84C204 110 146 116 94 122C92 242 130 364 256 452C382 364 420 242 418 122C366 116 308 110 256 84Z" stroke-width="9"/>
11
+ <path d="M256 102C209.2 125.4 157 130.8 110.2 136.2C108.4 244.2 142.6 354 256 433.2C369.4 354 403.6 244.2 401.8 136.2C355 130.8 302.8 125.4 256 102Z" stroke-width="4.5"/>
12
+ <g mask="url(#qhole)">
13
+ <ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(-62 256 243)" stroke-width="4"/>
14
+ <ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(0 256 243)" stroke-width="4"/>
15
+ <ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(62 256 243)" stroke-width="4"/>
16
+ </g>
17
+ <ellipse cx="256" cy="243" rx="72" ry="72" stroke-width="6.5"/>
18
+ <ellipse cx="256" cy="243" rx="76.5" ry="65.5" transform="rotate(30 256 243)" stroke-width="5.5"/>
19
+ <ellipse cx="256" cy="243" rx="76.5" ry="65.5" transform="rotate(-30 256 243)" stroke-width="5.5"/>
20
+ <circle cx="323.37" cy="157.7" r="8" fill="#f8f8ff" stroke="none"/>
21
+ <circle cx="188.63" cy="328.3" r="8" fill="#f8f8ff" stroke="none"/>
22
+ <circle cx="155.93" cy="267.38" r="8" fill="#f8f8ff" stroke="none"/>
23
+ <circle cx="356.07" cy="218.62" r="8" fill="#f8f8ff" stroke="none"/>
24
+ <circle cx="189.28" cy="192.57" r="8" fill="#f8f8ff" stroke="none"/>
25
+ <circle cx="322.72" cy="293.43" r="8" fill="#f8f8ff" stroke="none"/>
26
+ </g>
27
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
2
+ <!-- q-ring brand mark, small-size cut (favicon-legible): shield + ring.
3
+ Colors canonical; source of truth: apps/qring/lib/palette.ts. -->
4
+ <defs>
5
+ <linearGradient id="qg" gradientUnits="userSpaceOnUse" x1="72" y1="256" x2="440" y2="256">
6
+ <stop offset="0" stop-color="#00D1FF"/>
7
+ <stop offset="0.52" stop-color="#7B2DFF"/>
8
+ <stop offset="1" stop-color="#D946EF"/>
9
+ </linearGradient>
10
+ </defs>
11
+ <g stroke="url(#qg)" fill="none" stroke-linecap="round">
12
+ <path d="M256 84C204 110 146 116 94 122C92 242 130 364 256 452C382 364 420 242 418 122C366 116 308 110 256 84Z" stroke-width="24"/>
13
+ <circle cx="256" cy="246" r="96" stroke-width="28"/>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,44 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
2
+ <!-- q-ring brand mark. Colors are canonical brand hex values; source of
3
+ truth: apps/qring/lib/palette.ts + app/globals.css @theme. -->
4
+ <defs>
5
+ <linearGradient id="qg" gradientUnits="userSpaceOnUse" x1="72" y1="256" x2="440" y2="256">
6
+ <stop offset="0" stop-color="#00D1FF"/>
7
+ <stop offset="0.52" stop-color="#7B2DFF"/>
8
+ <stop offset="1" stop-color="#D946EF"/>
9
+ </linearGradient>
10
+ <mask id="qhole" maskUnits="userSpaceOnUse" x="0" y="0" width="512" height="512">
11
+ <rect width="512" height="512" fill="#fff"/>
12
+ <ellipse cx="256" cy="243" rx="78" ry="73" fill="#000"/>
13
+ </mask>
14
+ <filter id="qglow-wide" x="-30%" y="-30%" width="160%" height="160%">
15
+ <feGaussianBlur stdDeviation="9"/>
16
+ </filter>
17
+ <filter id="qglow-tight" x="-30%" y="-30%" width="160%" height="160%">
18
+ <feGaussianBlur stdDeviation="2.5"/>
19
+ </filter>
20
+ <g id="qart">
21
+ <g stroke="url(#qg)" fill="none" stroke-linecap="round">
22
+ <path d="M256 84C204 110 146 116 94 122C92 242 130 364 256 452C382 364 420 242 418 122C366 116 308 110 256 84Z" stroke-width="9"/>
23
+ <path d="M256 102C209.2 125.4 157 130.8 110.2 136.2C108.4 244.2 142.6 354 256 433.2C369.4 354 403.6 244.2 401.8 136.2C355 130.8 302.8 125.4 256 102Z" stroke-width="4.5"/>
24
+ <g mask="url(#qhole)">
25
+ <ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(-62 256 243)" stroke-width="4"/>
26
+ <ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(0 256 243)" stroke-width="4"/>
27
+ <ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(62 256 243)" stroke-width="4"/>
28
+ </g>
29
+ <ellipse cx="256" cy="243" rx="72" ry="72" stroke-width="6.5"/>
30
+ <ellipse cx="256" cy="243" rx="76.5" ry="65.5" transform="rotate(30 256 243)" stroke-width="5.5"/>
31
+ <ellipse cx="256" cy="243" rx="76.5" ry="65.5" transform="rotate(-30 256 243)" stroke-width="5.5"/>
32
+ <circle cx="323.37" cy="157.7" r="8" fill="url(#qg)" stroke="none"/>
33
+ <circle cx="188.63" cy="328.3" r="8" fill="url(#qg)" stroke="none"/>
34
+ <circle cx="155.93" cy="267.38" r="8" fill="url(#qg)" stroke="none"/>
35
+ <circle cx="356.07" cy="218.62" r="8" fill="url(#qg)" stroke="none"/>
36
+ <circle cx="189.28" cy="192.57" r="8" fill="url(#qg)" stroke="none"/>
37
+ <circle cx="322.72" cy="293.43" r="8" fill="url(#qg)" stroke="none"/>
38
+ </g>
39
+ </g>
40
+ </defs>
41
+ <use href="#qart" filter="url(#qglow-wide)" opacity="0.75"/>
42
+ <use href="#qart" filter="url(#qglow-tight)" opacity="0.9"/>
43
+ <use href="#qart"/>
44
+ </svg>
Binary file
Binary file