@kb-labs/studio-app 2.119.0 → 2.119.1-canary.57c3a1e5e
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/dist/03e99ac36af9610f.woff2 +0 -0
- package/dist/047656d93d2f3e30.woff2 +0 -0
- package/dist/6286cecbd758c419.woff +0 -0
- package/dist/6bb9846031bb03b3.woff2 +0 -0
- package/dist/93ea1e5033675bab.woff +0 -0
- package/dist/d1eb6e250d92a46a.woff2 +0 -0
- package/dist/e5a203e29c550c75.woff +0 -0
- package/dist/f73c013eff2773e8.woff +0 -0
- package/dist/favicon.svg +7 -0
- package/dist/index.html +1 -0
- package/dist/main.8adeb92e.js +603 -0
- package/dist/main.8adeb92e.js.map +1 -0
- package/dist/main.c3a0243c.css +2 -0
- package/dist/main.c3a0243c.css.map +1 -0
- package/dist/manifest.json +26 -0
- package/dist/mf-manifest.json +240 -0
- package/dist/mf-stats.json +260 -0
- package/package.json +17 -17
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/favicon.svg
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Lab flask favicon icon">
|
|
2
|
+
<rect x="4" y="4" width="56" height="56" rx="14" fill="#0B1320" />
|
|
3
|
+
<path d="M27 10h10v7l-1.6 2.3v8.4c0 2.2.9 4.4 2.4 6.1l6.4 9c2.8 3.9.1 9.2-4.7 9.2H24.5c-4.8 0-7.5-5.3-4.7-9.2l6.4-9c1.5-1.7 2.4-3.9 2.4-6.1v-8.4L27 17z" fill="#EAF3FF" />
|
|
4
|
+
<path d="M21.8 43.2c2.2-2.8 18.2-2.8 20.4 0l2 2.8c1.8 2.6-.1 6-3.2 6H23c-3.1 0-5-3.4-3.2-6z" fill="#3B82F6" />
|
|
5
|
+
<ellipse cx="28" cy="35.2" rx="3.3" ry="5.4" fill="#FFFFFF" opacity="0.48" />
|
|
6
|
+
<circle cx="35.5" cy="46.2" r="1.6" fill="#BFDBFE" />
|
|
7
|
+
</svg>
|
package/dist/index.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!doctype html><html lang="en"><head><meta charset="UTF-8"><base href="/"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><link rel="icon" type="image/x-icon" href="/favicon.ico"><meta name="viewport" content="width=device-width,initial-scale=1.0"><title>KB Labs Studio</title><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@600;700&display=swap" rel="stylesheet"><link href="favicon.svg" rel="icon"><script defer src="main.8adeb92e.js"></script><link href="main.c3a0243c.css" rel="stylesheet"></head><body><div id="root"></div></body></html>
|