@schemd/core 0.2.1 → 0.3.1

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.
@@ -1,6 +0,0 @@
1
- # Schemd brand assets
2
-
3
- - `schemd-mark.svg` is the square product mark for favicons, avatars, and compact UI.
4
- - `schemd-logo.svg` is the primary horizontal lockup for dark surfaces.
5
-
6
- Keep one terminal-node diameter of clear space around the mark. Do not recolor individual wires or stretch either asset. The core palette is canvas `#080b0b`, signal `#72dbbb`, paper `#f4f8f5`, and secondary signal `#e1a15c`.
@@ -1,29 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 720 200" role="img" aria-labelledby="title description">
2
- <title id="title">Schemd</title>
3
- <desc id="description">Schemd engineering vectors logo.</desc>
4
- <defs>
5
- <linearGradient id="surface" x1="0" y1="0" x2="720" y2="200" gradientUnits="userSpaceOnUse">
6
- <stop stop-color="#111817" />
7
- <stop offset="1" stop-color="#080b0b" />
8
- </linearGradient>
9
- <linearGradient id="signal" x1="42" y1="68" x2="158" y2="132" gradientUnits="userSpaceOnUse">
10
- <stop stop-color="#9aead1" />
11
- <stop offset="1" stop-color="#52c7a5" />
12
- </linearGradient>
13
- </defs>
14
- <rect x="1" y="1" width="718" height="198" rx="28" fill="url(#surface)" stroke="#29473f" stroke-width="2" />
15
- <g>
16
- <rect x="24" y="24" width="152" height="152" rx="30" fill="#0c1110" stroke="#33574d" stroke-width="2" />
17
- <path d="M44 72h31l17 28h16l17-28h31M44 128h31l17-28m16 0 17 28h31" fill="none" stroke="url(#signal)" stroke-width="8" stroke-linecap="round" stroke-linejoin="round" />
18
- <path d="M92 100h16" stroke="#e1a15c" stroke-width="8" stroke-linecap="round" />
19
- <g fill="#72dbbb" stroke="#080b0b" stroke-width="3">
20
- <circle cx="44" cy="72" r="7" />
21
- <circle cx="156" cy="72" r="7" />
22
- <circle cx="44" cy="128" r="7" />
23
- <circle cx="156" cy="128" r="7" />
24
- </g>
25
- </g>
26
- <text x="210" y="106" fill="#f4f8f5" font-family="Inter, 'Fira Sans', system-ui, sans-serif" font-size="72" font-weight="640" letter-spacing="-3">schemd</text>
27
- <path d="M214 128h430" stroke="#29473f" stroke-width="2" />
28
- <text x="212" y="154" fill="#72dbbb" font-family="'Fira Code', ui-monospace, monospace" font-size="15" font-weight="600" letter-spacing="4">ENGINEERING VECTORS</text>
29
- </svg>
@@ -1,23 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" role="img" aria-labelledby="title description">
2
- <title id="title">Schemd mark</title>
3
- <desc id="description">Four circuit terminals converge through a central vector path.</desc>
4
- <defs>
5
- <linearGradient id="surface" x1="12" y1="8" x2="116" y2="120" gradientUnits="userSpaceOnUse">
6
- <stop stop-color="#17231f" />
7
- <stop offset="1" stop-color="#080b0b" />
8
- </linearGradient>
9
- <linearGradient id="signal" x1="18" y1="32" x2="110" y2="96" gradientUnits="userSpaceOnUse">
10
- <stop stop-color="#9aead1" />
11
- <stop offset="1" stop-color="#52c7a5" />
12
- </linearGradient>
13
- </defs>
14
- <rect x="4" y="4" width="120" height="120" rx="24" fill="url(#surface)" stroke="#33574d" stroke-width="2" />
15
- <path d="M20 40h25l13 24h12l13-24h25M20 88h25l13-24m12 0 13 24h25" fill="none" stroke="url(#signal)" stroke-width="7" stroke-linecap="round" stroke-linejoin="round" />
16
- <path d="M58 64h12" stroke="#e1a15c" stroke-width="7" stroke-linecap="round" />
17
- <g fill="#72dbbb" stroke="#080b0b" stroke-width="3">
18
- <circle cx="20" cy="40" r="7" />
19
- <circle cx="108" cy="40" r="7" />
20
- <circle cx="20" cy="88" r="7" />
21
- <circle cx="108" cy="88" r="7" />
22
- </g>
23
- </svg>