@botbotgo/better-call 0.1.10 → 0.1.12
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/docs/banner.svg +14 -2
- package/package.json +1 -1
package/docs/banner.svg
CHANGED
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
<stop offset="0" stop-color="#8fe870"/>
|
|
16
16
|
<stop offset="1" stop-color="#35ff87"/>
|
|
17
17
|
</linearGradient>
|
|
18
|
+
<linearGradient id="left-fade" x1="0" y1="0" x2="1" y2="0">
|
|
19
|
+
<stop offset="0" stop-color="#06111e" stop-opacity="0.98"/>
|
|
20
|
+
<stop offset="0.52" stop-color="#06111e" stop-opacity="0.86"/>
|
|
21
|
+
<stop offset="0.78" stop-color="#06111e" stop-opacity="0.36"/>
|
|
22
|
+
<stop offset="1" stop-color="#06111e" stop-opacity="0"/>
|
|
23
|
+
</linearGradient>
|
|
18
24
|
<filter id="glow" x="-30%" y="-30%" width="160%" height="160%">
|
|
19
25
|
<feGaussianBlur stdDeviation="8" result="blur"/>
|
|
20
26
|
<feMerge>
|
|
@@ -22,6 +28,9 @@
|
|
|
22
28
|
<feMergeNode in="SourceGraphic"/>
|
|
23
29
|
</feMerge>
|
|
24
30
|
</filter>
|
|
31
|
+
<marker id="growth-arrow" viewBox="0 0 16 16" refX="13" refY="8" markerWidth="18" markerHeight="18" orient="auto">
|
|
32
|
+
<path d="M1 1 L15 8 L1 15 Z" fill="#35ff87"/>
|
|
33
|
+
</marker>
|
|
25
34
|
</defs>
|
|
26
35
|
|
|
27
36
|
<rect width="1400" height="520" fill="url(#background)"/>
|
|
@@ -46,8 +55,11 @@
|
|
|
46
55
|
<rect x="1174" y="118" width="46" height="290" rx="8" fill="#35ff87"/>
|
|
47
56
|
</g>
|
|
48
57
|
|
|
49
|
-
<
|
|
50
|
-
|
|
58
|
+
<rect x="0" y="0" width="870" height="520" fill="url(#left-fade)"/>
|
|
59
|
+
|
|
60
|
+
<path d="M858 326 C 928 302, 992 312, 1060 292 S 1168 276, 1268 238" fill="none" stroke="#67d4ff" stroke-width="8" stroke-linecap="round" stroke-linejoin="round" opacity="0.52"/>
|
|
61
|
+
<path d="M858 246 C 926 206, 994 214, 1060 182 S 1168 154, 1276 84" fill="none" stroke="#35ff87" stroke-width="15" stroke-linecap="round" stroke-linejoin="round" marker-end="url(#growth-arrow)" opacity="0.92"/>
|
|
62
|
+
<polygon points="1256,56 1324,36 1296,106" fill="#35ff87" opacity="0.92"/>
|
|
51
63
|
|
|
52
64
|
<g transform="translate(104 166)">
|
|
53
65
|
<text x="0" y="0" font-family="Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif" font-size="90" font-weight="850" fill="#f8fbff">BetterCall</text>
|