@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/README.md +101 -19
- package/main.iife.js +1 -1
- package/main.iife.js.map +1 -1
- package/manifest.json +18 -12
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
}
|
|
206
206
|
}
|
|
207
207
|
},
|
|
208
|
-
"description": "Notebook-
|
|
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": "
|
|
238
|
-
"description": "
|
|
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-
|
|
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.
|
|
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.
|
|
3
|
+
"version": "0.71.36",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "Notebook-
|
|
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",
|