jq79 0.3.2 → 0.3.3
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/assets/Component79.svg +4 -6
- package/assets/apple-touch-icon.png +0 -0
- package/assets/favicon-96x96.png +0 -0
- package/assets/favicon.ico +0 -0
- package/assets/favicon.svg +3 -0
- package/assets/site.webmanifest +21 -0
- package/assets/web-app-manifest-192x192.png +0 -0
- package/assets/web-app-manifest-512x512.png +0 -0
- package/package.json +2 -1
package/assets/Component79.svg
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
<svg
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
<
|
|
5
|
-
<text x="365" y="340" text-anchor="end" font-family="Arial, Helvetica, sans-serif" font-weight="700" font-size="96" style="fill:rgb(0, 0, 0);stroke:none;color:rgb(11, 11, 11);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:Arial, Helvetica, sans-serif;font-size:96px;font-weight:700;text-anchor:end;dominant-baseline:auto">
|
|
6
|
-
<tspan fill="#FFFFFF" style="fill:rgb(255, 255, 255);stroke:none;color:rgb(11, 11, 11);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:Arial, Helvetica, sans-serif;font-size:96px;font-weight:700;text-anchor:end;dominant-baseline:auto">jq</tspan><tspan fill="#F7DF1E" style="fill:rgb(247, 223, 30);stroke:none;color:rgb(11, 11, 11);stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:Arial, Helvetica, sans-serif;font-size:96px;font-weight:700;text-anchor:end;dominant-baseline:auto">79</tspan>
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 410 410">
|
|
2
|
+
<path fill="#4169e1" d="M0 0h400v400H0z" style="fill:#4169e1;stroke:none;color:#0b0b0b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:"Anthropic Sans",-apple-system,"system-ui","Segoe UI",sans-serif;font-size:16px;font-weight:400;text-anchor:start;dominant-baseline:auto"/>
|
|
3
|
+
<text x="365" y="340" font-family="Arial, Helvetica, sans-serif" font-size="96" font-weight="700" style="fill:#000;stroke:none;color:#0b0b0b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:Arial,Helvetica,sans-serif;font-size:96px;font-weight:700;text-anchor:end;dominant-baseline:auto" text-anchor="end">
|
|
4
|
+
<tspan fill="#fff" style="fill:#fff;stroke:none;color:#0b0b0b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:Arial,Helvetica,sans-serif;font-size:96px;font-weight:700;text-anchor:end;dominant-baseline:auto">jq</tspan><tspan fill="#f7df1e" style="fill:#f7df1e;stroke:none;color:#0b0b0b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:Arial,Helvetica,sans-serif;font-size:96px;font-weight:700;text-anchor:end;dominant-baseline:auto">79</tspan>
|
|
7
5
|
</text>
|
|
8
6
|
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 410 410" width="410" height="410"><path fill="#4169e1" d="M0 0h400v400H0z" style="fill:#4169e1;stroke:none;color:#0b0b0b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:"Anthropic Sans",-apple-system,"system-ui","Segoe UI",sans-serif;font-size:16px;font-weight:400;text-anchor:start;dominant-baseline:auto"></path><text x="365" y="340" font-family="Arial, Helvetica, sans-serif" font-size="96" font-weight="700" style="fill:#000;stroke:none;color:#0b0b0b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:Arial,Helvetica,sans-serif;font-size:96px;font-weight:700;text-anchor:end;dominant-baseline:auto" text-anchor="end">
|
|
2
|
+
<tspan fill="#fff" style="fill:#fff;stroke:none;color:#0b0b0b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:Arial,Helvetica,sans-serif;font-size:96px;font-weight:700;text-anchor:end;dominant-baseline:auto">jq</tspan><tspan fill="#f7df1e" style="fill:#f7df1e;stroke:none;color:#0b0b0b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;opacity:1;font-family:Arial,Helvetica,sans-serif;font-size:96px;font-weight:700;text-anchor:end;dominant-baseline:auto">79</tspan>
|
|
3
|
+
</text></svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "jq79",
|
|
3
|
+
"short_name": "jq79",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "/assets/web-app-manifest-192x192.png",
|
|
7
|
+
"sizes": "192x192",
|
|
8
|
+
"type": "image/png",
|
|
9
|
+
"purpose": "maskable"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"src": "/assets/web-app-manifest-512x512.png",
|
|
13
|
+
"sizes": "512x512",
|
|
14
|
+
"type": "image/png",
|
|
15
|
+
"purpose": "maskable"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"theme_color": "#4169E1",
|
|
19
|
+
"background_color": "#4169E1",
|
|
20
|
+
"display": "standalone"
|
|
21
|
+
}
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jq79",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Mini reactive component library: single-file components, Svelte-style setup scripts, fine-grained proxy reactivity. Single-file build, zero dependencies.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"reactive",
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@types/node": "^26.1.1",
|
|
66
66
|
"@vitest/coverage-v8": "^4.1.10",
|
|
67
|
+
"highlight.js": "^11.11.1",
|
|
67
68
|
"jsdom": "^29.1.1",
|
|
68
69
|
"marked": "^18.0.6",
|
|
69
70
|
"tsup": "^8.5.1",
|