@htmlbricks/hb-stylus-notebook 0.71.35 → 0.71.36

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": "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.",
208
+ "description": "Notebook layout around `hb-stylus-paper`: toolbar (`part=\"controller\"`) for modes, undo/redo, save, and file pickers; optional `load_draw` JSON restore; `save` / `debug` props per typings. Emits `event` for integrations.",
209
209
  "storybookArgs": {
210
210
  "load_draw": {
211
211
  "control": {
@@ -231,11 +231,22 @@
231
231
  }
232
232
  },
233
233
  "styleSetup": {
234
- "vars": [],
234
+ "vars": [
235
+ {
236
+ "name": "--bulma-scheme-main-bis",
237
+ "valueType": "color",
238
+ "defaultValue": "",
239
+ "description": "Notebook paper area background behind `hb-stylus-paper`."
240
+ }
241
+ ],
235
242
  "parts": [
236
243
  {
237
- "name": "testpart",
238
- "description": "test css part on 2 div tag"
244
+ "name": "controller",
245
+ "description": "Toolbar row (mode, undo/redo, save, file inputs) above the drawing surface."
246
+ },
247
+ {
248
+ "name": "paper-container",
249
+ "description": "Host region for the nested `hb-stylus-paper` canvas."
239
250
  }
240
251
  ]
241
252
  },
@@ -324,7 +335,7 @@
324
335
  }
325
336
  }
326
337
  ],
327
- "iifeIntegrity": "sha384-XvY7xijo+LpMZ2azFKguWCNvUzdIa9yAjJpk1eNPsVmzJhjc1rZ51PrFCNrMBb9R",
338
+ "iifeIntegrity": "sha384-UnNEGPwy6VfwY9X07tkK2EVAr8OgiDOs4ucfpq3C4woqddHEoV2K8sYqS5EJ/HLK",
328
339
  "dependencies": [
329
340
  {
330
341
  "name": "hb-stylus-paper",
@@ -356,5 +367,5 @@
356
367
  },
357
368
  "iifePath": "main.iife.js",
358
369
  "repoName": "@htmlbricks/hb-stylus-notebook",
359
- "version": "0.71.35"
370
+ "version": "0.71.36"
360
371
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-stylus-notebook",
3
- "version": "0.71.35",
3
+ "version": "0.71.36",
4
4
  "contributors": [],
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.",
5
+ "description": "Notebook layout around `hb-stylus-paper`: toolbar (`part=\"controller\"`) for modes, undo/redo, save, and file pickers; optional `load_draw` JSON restore; `save` / `debug` props per typings. Emits `event` for integrations.",
6
6
  "licenses": [
7
7
  {
8
8
  "type": "Apache-2.0",