@htmlbricks/hb-stylus-notebook 0.71.34 → 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,21 +231,27 @@
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
  },
242
253
  "contributors": [],
243
- "htmlSlots": [
244
- {
245
- "name": "skelcontent",
246
- "description": "test slot"
247
- }
248
- ],
254
+ "htmlSlots": [],
249
255
  "i18n": [],
250
256
  "examples": [
251
257
  {
@@ -329,7 +335,7 @@
329
335
  }
330
336
  }
331
337
  ],
332
- "iifeIntegrity": "sha384-8eHZ1qiWjCuU+XE/p8n/mB/q8+Y6T+dexlD+n7Ti/HXzIXh4/h4j54Ot/2uJep5i",
338
+ "iifeIntegrity": "sha384-UnNEGPwy6VfwY9X07tkK2EVAr8OgiDOs4ucfpq3C4woqddHEoV2K8sYqS5EJ/HLK",
333
339
  "dependencies": [
334
340
  {
335
341
  "name": "hb-stylus-paper",
@@ -361,5 +367,5 @@
361
367
  },
362
368
  "iifePath": "main.iife.js",
363
369
  "repoName": "@htmlbricks/hb-stylus-notebook",
364
- "version": "0.71.34"
370
+ "version": "0.71.36"
365
371
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@htmlbricks/hb-stylus-notebook",
3
- "version": "0.71.34",
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",