symphony-orchestrator 0.1.3 → 0.2.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.
@@ -0,0 +1,16 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="Symphony">
2
+ <rect width="64" height="64" rx="12" fill="#10CDBD"/>
3
+ <g stroke="#062321" stroke-width="4" stroke-linecap="square" stroke-linejoin="miter">
4
+ <path d="M21 19H32V28H43"/>
5
+ <path d="M32 28V36H21V45"/>
6
+ <path d="M43 28V45H32"/>
7
+ </g>
8
+ <g fill="#062321">
9
+ <rect x="15" y="13" width="10" height="10" rx="1"/>
10
+ <rect x="28" y="13" width="10" height="10" rx="1"/>
11
+ <rect x="39" y="24" width="10" height="10" rx="1"/>
12
+ <rect x="28" y="32" width="10" height="10" rx="1"/>
13
+ <rect x="15" y="41" width="10" height="10" rx="1"/>
14
+ <rect x="39" y="41" width="10" height="10" rx="1"/>
15
+ </g>
16
+ </svg>
@@ -3,9 +3,10 @@
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Personal Symphony</title>
7
- <script type="module" crossorigin src="/assets/index-B7ZCNhPO.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-DBuecqDp.css">
6
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
7
+ <title>Symphony Orchestrator</title>
8
+ <script type="module" crossorigin src="/assets/index-DOF9j_Gh.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-C8630kgD.css">
9
10
  </head>
10
11
  <body class="bg-zinc-950 text-zinc-100">
11
12
  <main id="root"></main>
@@ -0,0 +1,48 @@
1
+ <svg width="1024" height="1024" viewBox="0 0 1024 1024" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="title desc">
2
+ <title id="title">Symphony Orchestrator icon</title>
3
+ <desc id="desc">A cyan orchestration mark made of connected runtime nodes on a dark interface tile.</desc>
4
+ <defs>
5
+ <linearGradient id="bg" x1="128" y1="96" x2="896" y2="928" gradientUnits="userSpaceOnUse">
6
+ <stop stop-color="#0D1514"/>
7
+ <stop offset="1" stop-color="#050807"/>
8
+ </linearGradient>
9
+ <linearGradient id="teal" x1="226" y1="184" x2="838" y2="850" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#22E6D1"/>
11
+ <stop offset="0.54" stop-color="#13C8B8"/>
12
+ <stop offset="1" stop-color="#079886"/>
13
+ </linearGradient>
14
+ <filter id="shadow" x="104" y="104" width="816" height="816" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
15
+ <feDropShadow dx="0" dy="28" stdDeviation="38" flood-color="#000000" flood-opacity="0.42"/>
16
+ </filter>
17
+ </defs>
18
+
19
+ <rect width="1024" height="1024" rx="224" fill="#030504"/>
20
+ <rect x="96" y="96" width="832" height="832" rx="188" fill="url(#bg)" stroke="#1D302E" stroke-width="10"/>
21
+ <g filter="url(#shadow)">
22
+ <rect x="168" y="168" width="688" height="688" rx="104" fill="url(#teal)"/>
23
+ </g>
24
+
25
+ <g stroke="#062321" stroke-width="48" stroke-linecap="square" stroke-linejoin="miter">
26
+ <path d="M344 328H512V448H680"/>
27
+ <path d="M512 448V576H344V696"/>
28
+ <path d="M680 448V696H512"/>
29
+ </g>
30
+
31
+ <g fill="#062321">
32
+ <rect x="260" y="244" width="116" height="116" rx="10"/>
33
+ <rect x="456" y="244" width="116" height="116" rx="10"/>
34
+ <rect x="648" y="392" width="116" height="116" rx="10"/>
35
+ <rect x="456" y="516" width="116" height="116" rx="10"/>
36
+ <rect x="260" y="636" width="116" height="116" rx="10"/>
37
+ <rect x="648" y="636" width="116" height="116" rx="10"/>
38
+ </g>
39
+
40
+ <g fill="url(#teal)">
41
+ <rect x="296" y="280" width="44" height="44" rx="4"/>
42
+ <rect x="492" y="280" width="44" height="44" rx="4"/>
43
+ <rect x="684" y="428" width="44" height="44" rx="4"/>
44
+ <rect x="492" y="552" width="44" height="44" rx="4"/>
45
+ <rect x="296" y="672" width="44" height="44" rx="4"/>
46
+ <rect x="684" y="672" width="44" height="44" rx="4"/>
47
+ </g>
48
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "symphony-orchestrator",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "symphony": "bin/symphony.js"
Binary file
Binary file
Binary file
Binary file