@htmlbricks/hb-stylus-notebook 0.65.22 → 0.66.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.
package/manifest.json CHANGED
@@ -205,7 +205,7 @@
205
205
  }
206
206
  }
207
207
  },
208
- "description": "",
208
+ "description": "Notebook-sized stylus canvas: optional `load_draw` restores saved stroke JSON; `save` configures persistence; `debug` toggles diagnostics. Same slot/part hooks as the skeleton dev component; emits `event` on user actions.",
209
209
  "storybookArgs": {
210
210
  "load_draw": {
211
211
  "control": {
@@ -322,18 +322,15 @@
322
322
  ],
323
323
  "readmePath": "README.md",
324
324
  "name": "hb-stylus-notebook",
325
- "category": "editor",
325
+ "category": "inputs",
326
326
  "tags": [
327
- "editor",
328
- "draw",
329
- "input",
330
- "stylus",
331
- "notebook"
327
+ "inputs",
328
+ "drawing"
332
329
  ],
333
330
  "size": {
334
331
  "layout": "fullscreen"
335
332
  },
336
333
  "iifePath": "main.iife.js",
337
334
  "repoName": "@htmlbricks/hb-stylus-notebook",
338
- "version": "0.65.22"
335
+ "version": "0.66.0"
339
336
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-stylus-notebook",
3
- "version": "0.65.22",
3
+ "version": "0.66.0",
4
4
  "contributors": [],
5
- "description": "",
5
+ "description": "Notebook-sized stylus canvas: optional `load_draw` restores saved stroke JSON; `save` configures persistence; `debug` toggles diagnostics. Same slot/part hooks as the skeleton dev component; emits `event` on user actions.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",