@dfosco/storyboard-core 3.11.0-beta.7 → 3.11.0-beta.8
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/package.json +1 -1
- package/widgets.config.json +7 -0
package/package.json
CHANGED
package/widgets.config.json
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"sticky-note": {
|
|
17
17
|
"label": "Sticky Note",
|
|
18
18
|
"icon": "📝",
|
|
19
|
+
"resize": { "enabled": true, "prod": false },
|
|
19
20
|
"props": {
|
|
20
21
|
"text": { "type": "text", "label": "Text", "category": "content", "default": "" },
|
|
21
22
|
"color": { "type": "select", "label": "Color", "category": "settings", "default": "yellow",
|
|
@@ -33,6 +34,7 @@
|
|
|
33
34
|
"markdown": {
|
|
34
35
|
"label": "Markdown",
|
|
35
36
|
"icon": "📄",
|
|
37
|
+
"resize": { "enabled": false, "prod": false },
|
|
36
38
|
"props": {
|
|
37
39
|
"content": { "type": "text", "label": "Content", "category": "content", "default": "" },
|
|
38
40
|
"width": { "type": "number", "label": "Width", "category": "size", "default": 530, "min": 200, "max": 1200 }
|
|
@@ -46,6 +48,7 @@
|
|
|
46
48
|
"prototype": {
|
|
47
49
|
"label": "Prototype",
|
|
48
50
|
"icon": "🖥️",
|
|
51
|
+
"resize": { "enabled": true, "prod": false },
|
|
49
52
|
"props": {
|
|
50
53
|
"src": { "type": "url", "label": "URL", "category": "content", "default": "" },
|
|
51
54
|
"originalSrc": { "type": "url", "label": "Original URL", "category": "content", "default": "" },
|
|
@@ -68,6 +71,7 @@
|
|
|
68
71
|
"figma-embed": {
|
|
69
72
|
"label": "Figma Embed",
|
|
70
73
|
"icon": "🎨",
|
|
74
|
+
"resize": { "enabled": true, "prod": false },
|
|
71
75
|
"props": {
|
|
72
76
|
"url": { "type": "url", "label": "URL", "category": "content", "default": "" },
|
|
73
77
|
"width": { "type": "number", "label": "Width", "category": "size", "default": 800, "min": 200, "max": 2000 },
|
|
@@ -84,6 +88,7 @@
|
|
|
84
88
|
"link-preview": {
|
|
85
89
|
"label": "Link Preview",
|
|
86
90
|
"icon": "🔗",
|
|
91
|
+
"resize": { "enabled": false, "prod": false },
|
|
87
92
|
"props": {
|
|
88
93
|
"url": { "type": "url", "label": "URL", "category": "content", "default": "" },
|
|
89
94
|
"title": { "type": "text", "label": "Title", "category": "content", "default": "" }
|
|
@@ -97,6 +102,7 @@
|
|
|
97
102
|
"component": {
|
|
98
103
|
"label": "Component",
|
|
99
104
|
"icon": "⚛️",
|
|
105
|
+
"resize": { "enabled": true, "prod": false },
|
|
100
106
|
"props": {
|
|
101
107
|
"width": { "type": "number", "label": "Width", "category": "size", "min": 100 },
|
|
102
108
|
"height": { "type": "number", "label": "Height", "category": "size", "min": 60 }
|
|
@@ -108,6 +114,7 @@
|
|
|
108
114
|
"image": {
|
|
109
115
|
"label": "Image",
|
|
110
116
|
"icon": "🖼️",
|
|
117
|
+
"resize": { "enabled": true, "prod": false },
|
|
111
118
|
"props": {
|
|
112
119
|
"src": { "type": "text", "label": "Source", "category": "content", "default": "" },
|
|
113
120
|
"private": { "type": "boolean", "label": "Private", "category": "settings", "default": false },
|