@htmlbricks/hb-stylus-paper 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/main.iife.js +2 -2
- package/main.iife.js.map +1 -1
- package/manifest.json +5 -7
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
}
|
|
870
870
|
}
|
|
871
871
|
},
|
|
872
|
-
"description": "",
|
|
872
|
+
"description": "Freehand drawing surface with modes (`draw`, `eraser`, `select`), brush `options`, `background_color` / `pen_color` / `pen_opacity`, and optional `load_draw`, `insert_image`, or `insert_text`. Supports `save_as`, `size`, `view`, `goto`, and events for strokes, selection, history, save, and asset load.",
|
|
873
873
|
"storybookArgs": {
|
|
874
874
|
"background_color": {
|
|
875
875
|
"control": {
|
|
@@ -1130,17 +1130,15 @@
|
|
|
1130
1130
|
],
|
|
1131
1131
|
"readmePath": "README.md",
|
|
1132
1132
|
"name": "hb-stylus-paper",
|
|
1133
|
-
"category": "
|
|
1133
|
+
"category": "inputs",
|
|
1134
1134
|
"tags": [
|
|
1135
|
-
"
|
|
1136
|
-
"
|
|
1137
|
-
"stylus",
|
|
1138
|
-
"paper"
|
|
1135
|
+
"inputs",
|
|
1136
|
+
"drawing"
|
|
1139
1137
|
],
|
|
1140
1138
|
"size": {
|
|
1141
1139
|
"layout": "fullscreen"
|
|
1142
1140
|
},
|
|
1143
1141
|
"iifePath": "main.iife.js",
|
|
1144
1142
|
"repoName": "@htmlbricks/hb-stylus-paper",
|
|
1145
|
-
"version": "0.
|
|
1143
|
+
"version": "0.66.0"
|
|
1146
1144
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-stylus-paper",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Freehand drawing surface with modes (`draw`, `eraser`, `select`), brush `options`, `background_color` / `pen_color` / `pen_opacity`, and optional `load_draw`, `insert_image`, or `insert_text`. Supports `save_as`, `size`, `view`, `goto`, and events for strokes, selection, history, save, and asset load.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|