@zintrust/workers 0.1.52 → 0.4.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/package.json +7 -7
- package/dist/WorkerShutdownDurableObject.d.ts +0 -12
- package/dist/WorkerShutdownDurableObject.js +0 -41
- package/dist/build-manifest.json +0 -548
- package/dist/ui/workers/index.html +0 -202
- package/dist/ui/workers/main.js +0 -1952
- package/dist/ui/workers/styles.css +0 -1350
- package/dist/ui/workers/zintrust.svg +0 -30
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
<svg width="120" height="120" viewBox="0 0 100 100" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<defs>
|
|
3
|
-
<linearGradient id="zt-g2d" x1="10" y1="50" x2="90" y2="50" gradientUnits="userSpaceOnUse">
|
|
4
|
-
<stop stop-color="#22c55e" />
|
|
5
|
-
<stop offset="1" stop-color="#38bdf8" />
|
|
6
|
-
</linearGradient>
|
|
7
|
-
</defs>
|
|
8
|
-
<circle cx="50" cy="50" r="34" stroke="rgba(255,255,255,0.16)" stroke-width="4" />
|
|
9
|
-
<ellipse cx="50" cy="50" rx="40" ry="18" stroke="url(#zt-g2d)" stroke-width="4" />
|
|
10
|
-
<ellipse cx="50" cy="50" rx="18" ry="40" stroke="url(#zt-g2d)" stroke-width="4" opacity="0.75" />
|
|
11
|
-
<circle cx="50" cy="50" r="6" fill="url(#zt-g2d)" />
|
|
12
|
-
<path
|
|
13
|
-
d="M40 52C35 52 32 49 32 44C32 39 35 36 40 36H48"
|
|
14
|
-
stroke="white"
|
|
15
|
-
stroke-width="6"
|
|
16
|
-
stroke-linecap="round"
|
|
17
|
-
/>
|
|
18
|
-
<path
|
|
19
|
-
d="M60 48C65 48 68 51 68 56C68 61 65 64 60 64H52"
|
|
20
|
-
stroke="white"
|
|
21
|
-
stroke-width="6"
|
|
22
|
-
stroke-linecap="round"
|
|
23
|
-
/>
|
|
24
|
-
<path
|
|
25
|
-
d="M44 50H56"
|
|
26
|
-
stroke="rgba(255,255,255,0.22)"
|
|
27
|
-
stroke-width="6"
|
|
28
|
-
stroke-linecap="round"
|
|
29
|
-
/>
|
|
30
|
-
</svg>
|