@lerret/cli 0.1.5 → 0.1.7

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/README.md CHANGED
@@ -40,9 +40,12 @@ Full docs: **https://docs.lerret.belikely.com**
40
40
  - [Authoring Assets](https://docs.lerret.belikely.com/authoring/)
41
41
  - [CLI Reference](https://docs.lerret.belikely.com/cli/)
42
42
 
43
- ## Source
43
+ ## Source & community
44
44
 
45
- [github.com/belikely-united/lerret](https://github.com/belikely-united/lerret) — issues, discussions, contributions welcome.
45
+ - Source: [github.com/belikely-united/lerret](https://github.com/belikely-united/lerret)
46
+ - Discussions: [github.com/belikely-united/lerret/discussions](https://github.com/belikely-united/lerret/discussions)
47
+ - Issues: [github.com/belikely-united/lerret/issues](https://github.com/belikely-united/lerret/issues)
48
+ - Maintainer: [@sooryagangaraj on X](https://x.com/sooryagangaraj)
46
49
 
47
50
  ## License
48
51
 
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "studioVersion": "0.1.0",
3
- "builtAt": "2026-05-21T19:31:24.390Z",
3
+ "builtAt": "2026-05-21T20:56:27.937Z",
4
4
  "files": [
5
+ "apple-touch-icon.png",
5
6
  "assets/asset-runtime-BkKE6v8L.js",
6
7
  "assets/cli-project-source-CcMekGqD.js",
7
8
  "assets/dev-harness-DXos2Ufq.js",
@@ -28,7 +29,9 @@
28
29
  "assets/project-studio-CKuMOMsC.css",
29
30
  "assets/project-studio-Cu9lqG-F.js",
30
31
  "assets/superwhisper-logo.png",
32
+ "favicon.png",
31
33
  "index.html",
34
+ "lerret-logo-192.png",
32
35
  "module-sw.js"
33
36
  ]
34
37
  }
Binary file
Binary file
@@ -4,6 +4,10 @@
4
4
  <meta charset="utf-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
6
  <title>Lerret — Studio</title>
7
+ <meta name="description" content="The Lerret studio — a folder of plain React components rendered as a pan-and-zoom visual canvas." />
8
+ <meta name="theme-color" content="#F2EEE6" />
9
+ <link rel="icon" type="image/png" href="./favicon.png" />
10
+ <link rel="apple-touch-icon" href="./apple-touch-icon.png" />
7
11
  <!--
8
12
  Hosted-mode import map placeholder (FR13).
9
13
  ───────────────────────────────────────────────────
@@ -31,8 +35,12 @@
31
35
  -->
32
36
 
33
37
  <style>
34
- body {
35
- background: #f1f5f9;
38
+ /* Pre-React paint — matches the studio's warm-linen background so there
39
+ is no slate flash before React mounts. The studio sets the same value
40
+ via `--lm-bg-secondary` once it's loaded. */
41
+ html, body {
42
+ background: #F2EEE6;
43
+ margin: 0;
36
44
  }
37
45
  </style>
38
46
  <script type="importmap" id="lerret-import-map">
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lerret/cli",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "The `lerret` design canvas CLI — a folder of plain React component files renders as a visual canvas. Includes the Vite dev server, headless export, and the bundled studio.",
5
5
  "type": "module",
6
6
  "license": "MIT",