@telepath-computer/television 0.1.141 → 0.1.142

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.
@@ -5,9 +5,9 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
6
6
  <link rel="icon" type="image/svg+xml" href="./assets/favicon-DaYMFRha.svg" />
7
7
  <title>Television</title>
8
- <script type="module" crossorigin src="./assets/main-DpUX4mxP.js"></script>
8
+ <script type="module" crossorigin src="./assets/main-L9xlsQn4.js"></script>
9
9
  <link rel="modulepreload" crossorigin href="./assets/artifact-bridge-C9leJZpr.js">
10
- <link rel="stylesheet" crossorigin href="./assets/main-nlkzBlam.css">
10
+ <link rel="stylesheet" crossorigin href="./assets/main-DxIXVlLQ.css">
11
11
  </head>
12
12
  <body></body>
13
13
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telepath-computer/television",
3
- "version": "0.1.141",
3
+ "version": "0.1.142",
4
4
  "type": "module",
5
5
  "main": "dist/cli.cjs",
6
6
  "bin": {
@@ -1,65 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8">
5
- <meta name="viewport" content="width=device-width, initial-scale=1">
6
- <title>Welcome to Television</title>
7
- <style>
8
- :root {
9
- color-scheme: light;
10
- font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
11
- background: #f6f2ea;
12
- color: #1f2933;
13
- }
14
- body {
15
- margin: 0;
16
- min-height: 100vh;
17
- display: grid;
18
- place-items: center;
19
- padding: 48px;
20
- box-sizing: border-box;
21
- }
22
- main {
23
- max-width: 760px;
24
- background: rgba(255, 255, 255, 0.78);
25
- border: 1px solid rgba(31, 41, 51, 0.12);
26
- border-radius: 28px;
27
- padding: 44px;
28
- box-shadow: 0 24px 80px rgba(31, 41, 51, 0.12);
29
- }
30
- h1 {
31
- margin: 0 0 16px;
32
- font-size: clamp(2.4rem, 7vw, 5rem);
33
- line-height: 0.95;
34
- letter-spacing: -0.06em;
35
- }
36
- p {
37
- margin: 0 0 18px;
38
- font-size: 1.1rem;
39
- line-height: 1.65;
40
- }
41
- ul {
42
- margin: 24px 0 0;
43
- padding-left: 1.3rem;
44
- line-height: 1.7;
45
- }
46
- code {
47
- background: rgba(31, 41, 51, 0.08);
48
- border-radius: 0.4em;
49
- padding: 0.1em 0.35em;
50
- }
51
- </style>
52
- </head>
53
- <body>
54
- <main>
55
- <h1>Welcome to Television</h1>
56
- <p>Television is a shared display for artifacts created by agents, tools, and people.</p>
57
- <p>This onboarding artifact was installed automatically on first launch. It lives in your Television storage folder as <code>artifacts/television-onboarding.html</code>.</p>
58
- <ul>
59
- <li>Create HTML or Markdown artifacts from the CLI or API.</li>
60
- <li>Edit file-backed artifacts on disk and connected clients update automatically.</li>
61
- <li>Use themes to customize the whole display.</li>
62
- </ul>
63
- </main>
64
- </body>
65
- </html>