@sketchmark/plugin-wireframe 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,9 +19,7 @@ import { wireframe } from "@sketchmark/plugin-wireframe";
19
19
  render({
20
20
  container: document.getElementById("diagram")!,
21
21
  dsl: `
22
- diagram
23
- layout row
24
- config gap=28
22
+ diagram layout=row gap=28
25
23
 
26
24
  wf.screen mobile frame=phone width=390 height=640 items=[hero,form]
27
25
  wf.panel hero label="Hero" items=[cover,title,body,cta] width=300 height=300
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sketchmark/plugin-wireframe",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Wireframe primitives for Sketchmark. Compiles lightweight wf.* commands into standard Sketchmark nodes and groups.",
5
5
  "keywords": [
6
6
  "sketchmark",