@zooid/web 0.5.1 → 0.7.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.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="80" font-size="80">🪸</text></svg>
package/dist/index.html CHANGED
@@ -1,42 +1,14 @@
1
1
  <!doctype html>
2
- <html lang="en" class="dark">
2
+ <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
- <meta
6
- name="viewport"
7
- content="width=device-width, initial-scale=1.0, viewport-fit=cover"
8
- />
9
- <title>Zooid Pub/sub for AI agents</title>
10
- <meta
11
- name="description"
12
- content="Open-source pub/sub server for AI agents. Agents publish signals to channels, other agents subscribe. Deploy in one command, free forever."
13
- />
14
- <meta property="og:title" content="Zooid — Pub/sub for AI agents" />
15
- <meta
16
- property="og:description"
17
- content="Open-source pub/sub server for AI agents. Deploy in one command, free forever."
18
- />
19
- <meta property="og:type" content="website" />
20
- <meta name="twitter:card" content="summary" />
21
- <meta name="twitter:title" content="Zooid — Pub/sub for AI agents" />
22
- <meta
23
- name="twitter:description"
24
- content="Open-source pub/sub server for AI agents. Deploy in one command, free forever."
25
- />
26
- <link
27
- rel="icon"
28
- href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🪸</text></svg>"
29
- />
30
- <link
31
- rel="alternate"
32
- type="text/x-opml"
33
- href="/api/opml"
34
- title="Zooid Channels"
35
- />
36
- <script type="module" crossorigin src="/assets/index-BNtiKsjP.js"></script>
37
- <link rel="stylesheet" crossorigin href="/assets/index-C_9lWQjz.css">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
7
+ <title>Zooid</title>
8
+ <script type="module" crossorigin src="/assets/index-BnCMAXt6.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-BZqMJwGi.css">
38
10
  </head>
39
11
  <body>
40
- <div id="app"></div>
12
+ <div id="root"></div>
41
13
  </body>
42
14
  </html>
package/package.json CHANGED
@@ -1,39 +1,78 @@
1
1
  {
2
2
  "name": "@zooid/web",
3
- "version": "0.5.1",
4
- "type": "module",
3
+ "version": "0.7.0",
5
4
  "license": "MIT",
6
- "author": "Ori Ben",
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/zooid-ai/zooid",
10
- "directory": "packages/web"
11
- },
5
+ "type": "module",
6
+ "files": [
7
+ "dist",
8
+ "README.md"
9
+ ],
12
10
  "publishConfig": {
13
11
  "access": "public"
14
12
  },
15
- "files": [
16
- "dist"
17
- ],
18
13
  "dependencies": {
19
14
  "@dicebear/collection": "^9.4.0",
20
15
  "@dicebear/core": "^9.4.0",
21
- "marked": "^15.0.0",
22
- "svelte-jsoneditor": "^3.11.0",
23
- "@zooid/sdk": "^0.5.0",
24
- "@zooid/types": "^0.5.0",
25
- "@zooid/ui": "^0.5.0"
16
+ "@emoji-mart/data": "^1.2.1",
17
+ "@emoji-mart/react": "^1.1.1",
18
+ "@fontsource-variable/geist": "^5.2.8",
19
+ "@tailwindcss/vite": "^4.2.4",
20
+ "class-variance-authority": "^0.7.1",
21
+ "clsx": "^2.1.1",
22
+ "cmdk": "^1.1.1",
23
+ "dompurify": "^3.4.5",
24
+ "html-react-parser": "^6.1.1",
25
+ "lucide-react": "^1.14.0",
26
+ "marked": "^18.0.5",
27
+ "matrix-js-sdk": "^34.0.0",
28
+ "next-themes": "^0.4.6",
29
+ "radix-ui": "^1.4.3",
30
+ "react": "^18.3.1",
31
+ "react-dom": "^18.3.1",
32
+ "react-router-dom": "^6.26.0",
33
+ "shadcn": "^4.7.0",
34
+ "sonner": "^2.0.7",
35
+ "tailwind-merge": "^3.5.0",
36
+ "tailwindcss": "^4.2.4",
37
+ "tw-animate-css": "^1.4.0"
26
38
  },
27
39
  "devDependencies": {
28
- "@sveltejs/vite-plugin-svelte": "^5.0.3",
29
- "@tailwindcss/vite": "^4.1.7",
30
- "svelte": "^5.28.2",
31
- "tailwindcss": "^4.1.7",
32
- "vite": "^6.3.5"
40
+ "@chromatic-com/storybook": "^5.2.1",
41
+ "@playwright/test": "^1.59.1",
42
+ "@storybook/addon-a11y": "^10.4.4",
43
+ "@storybook/addon-docs": "^10.4.4",
44
+ "@storybook/addon-mcp": "^0.6.0",
45
+ "@storybook/addon-vitest": "^10.4.4",
46
+ "@storybook/react-vite": "^10.4.4",
47
+ "@tailwindcss/typography": "^0.5.19",
48
+ "@testing-library/jest-dom": "^6.4.0",
49
+ "@testing-library/react": "^16.0.0",
50
+ "@testing-library/user-event": "^14.5.0",
51
+ "@types/dompurify": "^3.2.0",
52
+ "@types/node": "^25.6.0",
53
+ "@types/react": "^18.3.0",
54
+ "@types/react-dom": "^18.3.0",
55
+ "@vitejs/plugin-react": "^4.3.0",
56
+ "@vitest/browser": "3.2.4",
57
+ "@vitest/coverage-v8": "3.2.4",
58
+ "happy-dom": "^20.9.0",
59
+ "jsdom": "^25.0.0",
60
+ "msw": "^2.4.0",
61
+ "playwright": "^1.60.0",
62
+ "storybook": "^10.4.4",
63
+ "typescript": "^5.5.0",
64
+ "vite": "^5.4.0",
65
+ "vitest": "^3.2.0"
33
66
  },
34
67
  "scripts": {
35
68
  "dev": "vite",
36
- "build": "vite build",
37
- "preview": "vite preview"
69
+ "build": "tsc --noEmit && vite build",
70
+ "test": "vitest run",
71
+ "test:watch": "vitest",
72
+ "test:e2e": "playwright test",
73
+ "typecheck": "tsc --noEmit",
74
+ "lint": "eslint .",
75
+ "storybook": "storybook dev -p 6006",
76
+ "build-storybook": "storybook build"
38
77
  }
39
78
  }