@webstudio-is/sdk-components-react 0.218.0 → 0.220.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.
Files changed (150) hide show
  1. package/lib/__generated__/blockquote.props.js +2 -178
  2. package/lib/__generated__/body.props.js +2 -172
  3. package/lib/__generated__/bold.props.js +2 -172
  4. package/lib/__generated__/box.props.js +3 -172
  5. package/lib/__generated__/button.props.js +2 -234
  6. package/lib/__generated__/checkbox.props.js +1 -328
  7. package/lib/__generated__/code-text.props.js +1 -170
  8. package/lib/__generated__/form.props.js +2 -220
  9. package/lib/__generated__/head-link.props.js +2 -284
  10. package/lib/__generated__/head-meta.props.js +2 -196
  11. package/lib/__generated__/head-title.props.js +2 -172
  12. package/lib/__generated__/heading.props.js +3 -172
  13. package/lib/__generated__/html-embed.props.js +6 -1
  14. package/lib/__generated__/image.props.js +1 -247
  15. package/lib/__generated__/input.props.js +2 -360
  16. package/lib/__generated__/italic.props.js +2 -172
  17. package/lib/__generated__/label.props.js +2 -184
  18. package/lib/__generated__/link.props.js +4 -221
  19. package/lib/__generated__/list-item.props.js +2 -178
  20. package/lib/__generated__/list.props.js +1 -189
  21. package/lib/__generated__/markdown-embed.props.js +6 -1
  22. package/lib/__generated__/option.props.js +2 -196
  23. package/lib/__generated__/paragraph.props.js +2 -172
  24. package/lib/__generated__/radio-button.props.js +1 -328
  25. package/lib/__generated__/select.props.js +2 -220
  26. package/lib/__generated__/separator.props.js +2 -172
  27. package/lib/__generated__/span.props.js +2 -172
  28. package/lib/__generated__/subscript.props.js +2 -172
  29. package/lib/__generated__/superscript.props.js +2 -172
  30. package/lib/__generated__/text.props.js +3 -172
  31. package/lib/__generated__/textarea.props.js +2 -251
  32. package/lib/__generated__/time.props.js +1 -8
  33. package/lib/__generated__/video.props.js +2 -251
  34. package/lib/__generated__/vimeo-play-button.props.js +2 -233
  35. package/lib/__generated__/vimeo-preview-image.props.js +1 -246
  36. package/lib/__generated__/vimeo-spinner.props.js +2 -172
  37. package/lib/__generated__/vimeo.props.js +118 -365
  38. package/lib/__generated__/webhook-form.props.js +1 -223
  39. package/lib/__generated__/xml-node.props.js +8 -3
  40. package/lib/__generated__/xml-time.props.js +4 -3
  41. package/lib/__generated__/youtube.props.js +1 -164
  42. package/lib/blockquote.ws.js +9 -14
  43. package/lib/body.ws.js +11 -15
  44. package/lib/bold.ws.js +6 -12
  45. package/lib/box.ws.js +17 -21
  46. package/lib/button.ws.js +10 -14
  47. package/lib/checkbox.ws.js +4 -6
  48. package/lib/code-text.ws.js +5 -7
  49. package/lib/form.ws.js +9 -13
  50. package/lib/fragment.ws.js +2 -7
  51. package/lib/head-link.ws.js +6 -9
  52. package/lib/head-meta.ws.js +5 -8
  53. package/lib/head-slot.js +4 -5
  54. package/lib/head-slot.ws.js +3 -7
  55. package/lib/head-title.ws.js +2 -4
  56. package/lib/heading.ws.js +16 -21
  57. package/lib/html-embed.ws.js +5 -7
  58. package/lib/image.ws.js +22 -26
  59. package/lib/input.ws.js +11 -15
  60. package/lib/italic.ws.js +9 -13
  61. package/lib/label.ws.js +8 -12
  62. package/lib/link.ws.js +13 -18
  63. package/lib/list-item.ws.js +8 -15
  64. package/lib/list.ws.js +10 -14
  65. package/lib/markdown-embed.js +3 -3
  66. package/lib/markdown-embed.ws.js +6 -8
  67. package/lib/option.ws.js +6 -10
  68. package/lib/paragraph.ws.js +9 -16
  69. package/lib/radio-button.ws.js +6 -8
  70. package/lib/rich-text-link.ws.js +3 -4
  71. package/lib/select.ws.js +13 -17
  72. package/lib/separator.ws.js +10 -14
  73. package/lib/shared/video.js +13 -0
  74. package/lib/slot.ws.js +4 -7
  75. package/lib/span.ws.js +5 -9
  76. package/lib/subscript.ws.js +7 -13
  77. package/lib/superscript.ws.js +8 -14
  78. package/lib/text.ws.js +10 -12
  79. package/lib/textarea.ws.js +14 -18
  80. package/lib/time.js +2 -1
  81. package/lib/time.ws.js +15 -15
  82. package/lib/types/blockquote.ws.d.ts +1 -2
  83. package/lib/types/body.ws.d.ts +1 -2
  84. package/lib/types/bold.ws.d.ts +1 -2
  85. package/lib/types/box.ws.d.ts +1 -2
  86. package/lib/types/button.ws.d.ts +1 -2
  87. package/lib/types/checkbox.ws.d.ts +1 -2
  88. package/lib/types/code-text.ws.d.ts +1 -2
  89. package/lib/types/form.ws.d.ts +1 -2
  90. package/lib/types/fragment.ws.d.ts +1 -2
  91. package/lib/types/head-link.ws.d.ts +1 -2
  92. package/lib/types/head-meta.ws.d.ts +1 -2
  93. package/lib/types/head-slot.ws.d.ts +1 -2
  94. package/lib/types/head-title.ws.d.ts +1 -2
  95. package/lib/types/heading.ws.d.ts +1 -2
  96. package/lib/types/html-embed.ws.d.ts +1 -2
  97. package/lib/types/image.ws.d.ts +1 -2
  98. package/lib/types/input.ws.d.ts +1 -2
  99. package/lib/types/italic.ws.d.ts +1 -2
  100. package/lib/types/label.ws.d.ts +1 -2
  101. package/lib/types/link.d.ts +1 -1
  102. package/lib/types/link.ws.d.ts +1 -2
  103. package/lib/types/list-item.ws.d.ts +1 -2
  104. package/lib/types/list.ws.d.ts +1 -2
  105. package/lib/types/markdown-embed.ws.d.ts +1 -2
  106. package/lib/types/option.ws.d.ts +1 -2
  107. package/lib/types/paragraph.ws.d.ts +1 -2
  108. package/lib/types/radio-button.ws.d.ts +1 -2
  109. package/lib/types/rich-text-link.ws.d.ts +1 -2
  110. package/lib/types/select.ws.d.ts +1 -2
  111. package/lib/types/separator.ws.d.ts +1 -2
  112. package/lib/types/shared/video.d.ts +7 -0
  113. package/lib/types/slot.ws.d.ts +1 -2
  114. package/lib/types/span.ws.d.ts +1 -2
  115. package/lib/types/subscript.ws.d.ts +1 -2
  116. package/lib/types/superscript.ws.d.ts +1 -2
  117. package/lib/types/text.ws.d.ts +1 -2
  118. package/lib/types/textarea.ws.d.ts +1 -2
  119. package/lib/types/time.d.ts +2 -4
  120. package/lib/types/time.ws.d.ts +1 -2
  121. package/lib/types/video.ws.d.ts +1 -2
  122. package/lib/types/vimeo-play-button.ws.d.ts +1 -2
  123. package/lib/types/vimeo-preview-image.ws.d.ts +1 -2
  124. package/lib/types/vimeo-spinner.ws.d.ts +1 -2
  125. package/lib/types/vimeo.d.ts +0 -7
  126. package/lib/types/vimeo.ws.d.ts +1 -2
  127. package/lib/types/webhook-form.ws.d.ts +1 -2
  128. package/lib/types/xml-node.ws.d.ts +1 -2
  129. package/lib/types/xml-time.ws.d.ts +1 -2
  130. package/lib/types/youtube.ws.d.ts +1 -2
  131. package/lib/video.js +19 -23
  132. package/lib/video.ws.js +14 -17
  133. package/lib/vimeo-play-button.js +4 -4
  134. package/lib/vimeo-play-button.ws.js +4 -8
  135. package/lib/vimeo-preview-image.js +5 -5
  136. package/lib/vimeo-preview-image.ws.js +6 -8
  137. package/lib/vimeo-spinner.js +1 -1
  138. package/lib/vimeo-spinner.ws.js +4 -8
  139. package/lib/vimeo.js +113 -121
  140. package/lib/vimeo.ws.js +13 -17
  141. package/lib/webhook-form.template.js +12 -12
  142. package/lib/webhook-form.ws.js +4 -6
  143. package/lib/xml-node.js +4 -4
  144. package/lib/xml-node.ws.js +5 -7
  145. package/lib/xml-time.ws.js +5 -7
  146. package/lib/youtube.js +1 -1
  147. package/lib/youtube.ws.js +13 -17
  148. package/package.json +9 -14
  149. package/lib/props.js +0 -92
  150. package/lib/types/props.d.ts +0 -45
@@ -1,253 +1,4 @@
1
- const e = {
2
- about: { required: !1, control: "text", type: "string" },
3
- accessKey: {
4
- required: !1,
5
- control: "text",
6
- type: "string",
7
- description: "Keyboard shortcut to activate or add focus to the element."
8
- },
9
- autoCapitalize: {
10
- required: !1,
11
- control: "text",
12
- type: "string",
13
- description: "Sets whether input is automatically capitalized when entered by user."
14
- },
15
- autoComplete: {
16
- required: !1,
17
- control: "text",
18
- type: "string",
19
- description: "Indicates whether controls in this form can by default have their valuesautomatically completed by the browser."
20
- },
21
- autoCorrect: { required: !1, control: "text", type: "string" },
22
- autoFocus: {
23
- required: !1,
24
- control: "boolean",
25
- type: "boolean",
26
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
27
- },
28
- autoSave: { required: !1, control: "text", type: "string" },
29
- className: { required: !1, control: "text", type: "string" },
30
- color: {
31
- required: !1,
32
- control: "color",
33
- type: "string",
34
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
35
- },
36
- cols: {
37
- required: !1,
38
- control: "number",
39
- type: "number",
40
- description: "Defines the number of columns in a textarea."
41
- },
42
- content: {
43
- required: !1,
44
- control: "text",
45
- type: "string",
46
- description: "A value associated with http-equiv orname depending on the context."
47
- },
48
- contextMenu: {
49
- required: !1,
50
- control: "text",
51
- type: "string",
52
- description: "Defines the ID of a menu element which willserve as the element's context menu."
53
- },
54
- datatype: { required: !1, control: "text", type: "string" },
55
- defaultChecked: { required: !1, control: "boolean", type: "boolean" },
56
- defaultValue: { required: !1, control: "text", type: "string" },
57
- dir: {
58
- required: !1,
59
- control: "text",
60
- type: "string",
61
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
62
- },
63
- dirName: { required: !1, control: "text", type: "string" },
64
- disabled: {
65
- required: !1,
66
- control: "boolean",
67
- type: "boolean",
68
- description: "Indicates whether the user can interact with the element."
69
- },
70
- draggable: {
71
- required: !1,
72
- control: "boolean",
73
- type: "boolean",
74
- description: "Defines whether the element can be dragged."
75
- },
76
- form: {
77
- required: !1,
78
- control: "text",
79
- type: "string",
80
- description: "Indicates the form that is the owner of the element."
81
- },
82
- hidden: {
83
- required: !1,
84
- control: "boolean",
85
- type: "boolean",
86
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
87
- },
88
- id: {
89
- required: !1,
90
- control: "text",
91
- type: "string",
92
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
93
- },
94
- inputMode: {
95
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
96
- required: !1,
97
- control: "select",
98
- type: "string",
99
- options: [
100
- "search",
101
- "text",
102
- "none",
103
- "tel",
104
- "url",
105
- "email",
106
- "numeric",
107
- "decimal"
108
- ]
109
- },
110
- is: {
111
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
112
- required: !1,
113
- control: "text",
114
- type: "string"
115
- },
116
- itemID: { required: !1, control: "text", type: "string" },
117
- itemProp: { required: !1, control: "text", type: "string" },
118
- itemRef: { required: !1, control: "text", type: "string" },
119
- itemScope: { required: !1, control: "boolean", type: "boolean" },
120
- itemType: { required: !1, control: "text", type: "string" },
121
- lang: {
122
- required: !1,
123
- control: "text",
124
- type: "string",
125
- description: "Defines the language used in the element."
126
- },
127
- maxLength: {
128
- required: !1,
129
- control: "number",
130
- type: "number",
131
- description: "Defines the maximum number of characters allowed in the element."
132
- },
133
- minLength: {
134
- required: !1,
135
- control: "number",
136
- type: "number",
137
- description: "Defines the minimum number of characters allowed in the element."
138
- },
139
- name: {
140
- required: !1,
141
- control: "text",
142
- type: "string",
143
- description: "This name is important when submitting form data to the server, as it identifies the data associated with the input. When multiple inputs share the same name attribute, they are treated as part of the same group (e.g., radio buttons or checkboxes)."
144
- },
145
- nonce: { required: !1, control: "text", type: "string" },
146
- placeholder: {
147
- required: !1,
148
- control: "text",
149
- type: "string",
150
- description: "Provides a hint to the user of what can be entered in the field."
151
- },
152
- prefix: { required: !1, control: "text", type: "string" },
153
- property: { required: !1, control: "text", type: "string" },
154
- radioGroup: { required: !1, control: "text", type: "string" },
155
- readOnly: {
156
- required: !1,
157
- control: "boolean",
158
- type: "boolean",
159
- description: "Indicates whether the element can be edited."
160
- },
161
- rel: {
162
- required: !1,
163
- control: "text",
164
- type: "string",
165
- description: "Specifies the relationship of the target object to the link object."
166
- },
167
- required: {
168
- required: !1,
169
- control: "boolean",
170
- type: "boolean",
171
- description: "Indicates whether this form element must be filled before the form can be submitted."
172
- },
173
- resource: { required: !1, control: "text", type: "string" },
174
- results: { required: !1, control: "number", type: "number" },
175
- rev: { required: !1, control: "text", type: "string" },
176
- role: {
177
- required: !1,
178
- control: "text",
179
- type: "string",
180
- description: "Defines an explicit role for an element for use by assistive technologies."
181
- },
182
- rows: {
183
- required: !1,
184
- control: "number",
185
- type: "number",
186
- description: "Defines the number of rows in a text area."
187
- },
188
- security: { required: !1, control: "text", type: "string" },
189
- slot: {
190
- required: !1,
191
- control: "text",
192
- type: "string",
193
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
194
- },
195
- spellCheck: {
196
- required: !1,
197
- control: "boolean",
198
- type: "boolean",
199
- description: "Indicates whether spell checking is allowed for the element."
200
- },
201
- suppressContentEditableWarning: {
202
- required: !1,
203
- control: "boolean",
204
- type: "boolean"
205
- },
206
- suppressHydrationWarning: {
207
- required: !1,
208
- control: "boolean",
209
- type: "boolean"
210
- },
211
- tabIndex: {
212
- required: !1,
213
- control: "number",
214
- type: "number",
215
- description: "Overrides the browser's default tab order and follows the one specified instead."
216
- },
217
- title: {
218
- required: !1,
219
- control: "text",
220
- type: "string",
221
- description: "Text to be displayed in a tooltip when hovering over the element."
222
- },
223
- translate: {
224
- required: !1,
225
- control: "radio",
226
- type: "string",
227
- options: ["yes", "no"],
228
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
229
- },
230
- typeof: { required: !1, control: "text", type: "string" },
231
- unselectable: {
232
- required: !1,
233
- control: "radio",
234
- type: "string",
235
- options: ["on", "off"]
236
- },
237
- value: {
238
- required: !1,
239
- control: "text",
240
- type: "string",
241
- description: "Defines a default value which will be displayed in the element on pageload."
242
- },
243
- vocab: { required: !1, control: "text", type: "string" },
244
- wrap: {
245
- required: !1,
246
- control: "text",
247
- type: "string",
248
- description: "Indicates whether the text should be wrapped."
249
- }
250
- };
1
+ const o = {};
251
2
  export {
252
- e as props
3
+ o as props
253
4
  };
@@ -213,12 +213,6 @@ const e = {
213
213
  defaultValue: "medium",
214
214
  options: ["full", "long", "medium", "short", "none"]
215
215
  },
216
- datetime: {
217
- required: !1,
218
- control: "text",
219
- type: "string",
220
- defaultValue: "dateTime attribute is not set"
221
- },
222
216
  language: {
223
217
  required: !1,
224
218
  control: "select",
@@ -296,8 +290,7 @@ const e = {
296
290
  "uz",
297
291
  "vi",
298
292
  "zh"
299
- ],
300
- description: "Defines the script language used in the element."
293
+ ]
301
294
  },
302
295
  timeStyle: {
303
296
  required: !1,
@@ -1,253 +1,4 @@
1
- const e = {
2
- about: { required: !1, control: "text", type: "string" },
3
- accessKey: {
4
- required: !1,
5
- control: "text",
6
- type: "string",
7
- description: "Keyboard shortcut to activate or add focus to the element."
8
- },
9
- autoCapitalize: {
10
- required: !1,
11
- control: "text",
12
- type: "string",
13
- description: "Sets whether input is automatically capitalized when entered by user."
14
- },
15
- autoCorrect: { required: !1, control: "text", type: "string" },
16
- autoFocus: {
17
- required: !1,
18
- control: "boolean",
19
- type: "boolean",
20
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
21
- },
22
- autoPlay: {
23
- required: !1,
24
- control: "boolean",
25
- type: "boolean",
26
- description: "The audio or video should play as soon as possible."
27
- },
28
- autoSave: { required: !1, control: "text", type: "string" },
29
- className: { required: !1, control: "text", type: "string" },
30
- color: {
31
- required: !1,
32
- control: "color",
33
- type: "string",
34
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
35
- },
36
- content: {
37
- required: !1,
38
- control: "text",
39
- type: "string",
40
- description: "A value associated with http-equiv orname depending on the context."
41
- },
42
- contextMenu: {
43
- required: !1,
44
- control: "text",
45
- type: "string",
46
- description: "Defines the ID of a menu element which willserve as the element's context menu."
47
- },
48
- controls: {
49
- required: !1,
50
- control: "boolean",
51
- type: "boolean",
52
- description: "Indicates whether the browser should show playback controls to the user."
53
- },
54
- controlsList: { required: !1, control: "text", type: "string" },
55
- crossOrigin: {
56
- required: !1,
57
- control: "radio",
58
- type: "string",
59
- options: ["", "anonymous", "use-credentials"],
60
- description: "How the element handles cross-origin requests"
61
- },
62
- datatype: { required: !1, control: "text", type: "string" },
63
- defaultChecked: { required: !1, control: "boolean", type: "boolean" },
64
- defaultValue: { required: !1, control: "text", type: "string" },
65
- dir: {
66
- required: !1,
67
- control: "text",
68
- type: "string",
69
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
70
- },
71
- disablePictureInPicture: {
72
- required: !1,
73
- control: "boolean",
74
- type: "boolean"
75
- },
76
- disableRemotePlayback: {
77
- required: !1,
78
- control: "boolean",
79
- type: "boolean"
80
- },
81
- draggable: {
82
- required: !1,
83
- control: "boolean",
84
- type: "boolean",
85
- description: "Defines whether the element can be dragged."
86
- },
87
- height: {
88
- required: !1,
89
- control: "number",
90
- type: "number",
91
- description: "Defines the image’s height in pixels."
92
- },
93
- hidden: {
94
- required: !1,
95
- control: "boolean",
96
- type: "boolean",
97
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
98
- },
99
- id: {
100
- required: !1,
101
- control: "text",
102
- type: "string",
103
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
104
- },
105
- inputMode: {
106
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
107
- required: !1,
108
- control: "select",
109
- type: "string",
110
- options: [
111
- "search",
112
- "text",
113
- "none",
114
- "tel",
115
- "url",
116
- "email",
117
- "numeric",
118
- "decimal"
119
- ]
120
- },
121
- is: {
122
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
123
- required: !1,
124
- control: "text",
125
- type: "string"
126
- },
127
- itemID: { required: !1, control: "text", type: "string" },
128
- itemProp: { required: !1, control: "text", type: "string" },
129
- itemRef: { required: !1, control: "text", type: "string" },
130
- itemScope: { required: !1, control: "boolean", type: "boolean" },
131
- itemType: { required: !1, control: "text", type: "string" },
132
- lang: {
133
- required: !1,
134
- control: "text",
135
- type: "string",
136
- description: "Defines the language used in the element."
137
- },
138
- loop: {
139
- required: !1,
140
- control: "boolean",
141
- type: "boolean",
142
- description: "Indicates whether the media should start playing from the start when it's finished."
143
- },
144
- mediaGroup: { required: !1, control: "text", type: "string" },
145
- muted: {
146
- required: !1,
147
- control: "boolean",
148
- type: "boolean",
149
- description: "Indicates whether the audio will be initially silenced on page load."
150
- },
151
- nonce: { required: !1, control: "text", type: "string" },
152
- playsInline: {
153
- required: !1,
154
- control: "boolean",
155
- type: "boolean",
156
- description: `A Boolean attribute indicating that the video is to be played "inline"; that is, within the element's playback area. Note that the absence of this attribute does not imply that the video will always be played in fullscreen.`
157
- },
158
- poster: {
159
- required: !1,
160
- control: "text",
161
- type: "string",
162
- description: "A URL indicating a poster frame to show until the user plays or seeks."
163
- },
164
- prefix: { required: !1, control: "text", type: "string" },
165
- preload: {
166
- required: !1,
167
- control: "text",
168
- type: "string",
169
- description: "Indicates whether the whole resource, parts of it or nothing should be preloaded."
170
- },
171
- property: { required: !1, control: "text", type: "string" },
172
- radioGroup: { required: !1, control: "text", type: "string" },
173
- rel: {
174
- required: !1,
175
- control: "text",
176
- type: "string",
177
- description: "Specifies the relationship of the target object to the link object."
178
- },
179
- resource: { required: !1, control: "text", type: "string" },
180
- results: { required: !1, control: "number", type: "number" },
181
- rev: { required: !1, control: "text", type: "string" },
182
- role: {
183
- required: !1,
184
- control: "text",
185
- type: "string",
186
- description: "Defines an explicit role for an element for use by assistive technologies."
187
- },
188
- security: { required: !1, control: "text", type: "string" },
189
- slot: {
190
- required: !1,
191
- control: "text",
192
- type: "string",
193
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
194
- },
195
- spellCheck: {
196
- required: !1,
197
- control: "boolean",
198
- type: "boolean",
199
- description: "Indicates whether spell checking is allowed for the element."
200
- },
201
- src: {
202
- required: !1,
203
- control: "text",
204
- type: "string",
205
- description: "The URL of the embeddable content."
206
- },
207
- suppressContentEditableWarning: {
208
- required: !1,
209
- control: "boolean",
210
- type: "boolean"
211
- },
212
- suppressHydrationWarning: {
213
- required: !1,
214
- control: "boolean",
215
- type: "boolean"
216
- },
217
- tabIndex: {
218
- required: !1,
219
- control: "number",
220
- type: "number",
221
- description: "Overrides the browser's default tab order and follows the one specified instead."
222
- },
223
- title: {
224
- required: !1,
225
- control: "text",
226
- type: "string",
227
- description: "Text to be displayed in a tooltip when hovering over the element."
228
- },
229
- translate: {
230
- required: !1,
231
- control: "radio",
232
- type: "string",
233
- options: ["yes", "no"],
234
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
235
- },
236
- typeof: { required: !1, control: "text", type: "string" },
237
- unselectable: {
238
- required: !1,
239
- control: "radio",
240
- type: "string",
241
- options: ["on", "off"]
242
- },
243
- vocab: { required: !1, control: "text", type: "string" },
244
- width: {
245
- required: !1,
246
- control: "number",
247
- type: "number",
248
- description: "Defines the image’s width in pixels."
249
- }
250
- };
1
+ const o = {};
251
2
  export {
252
- e as props
3
+ o as props
253
4
  };