@webstudio-is/sdk-components-react 0.216.0 → 0.218.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 (77) hide show
  1. package/lib/__generated__/blockquote.props.js +0 -334
  2. package/lib/__generated__/body.props.js +0 -334
  3. package/lib/__generated__/bold.props.js +0 -334
  4. package/lib/__generated__/box.props.js +0 -334
  5. package/lib/__generated__/button.props.js +0 -334
  6. package/lib/__generated__/checkbox.props.js +0 -334
  7. package/lib/__generated__/code-text.props.js +0 -334
  8. package/lib/__generated__/form.props.js +0 -334
  9. package/lib/__generated__/head-link.props.js +0 -334
  10. package/lib/__generated__/head-meta.props.js +0 -334
  11. package/lib/__generated__/head-slot.props.js +4 -0
  12. package/lib/__generated__/head-title.props.js +0 -334
  13. package/lib/__generated__/heading.props.js +0 -334
  14. package/lib/__generated__/image.props.js +0 -334
  15. package/lib/__generated__/input.props.js +0 -334
  16. package/lib/__generated__/italic.props.js +0 -334
  17. package/lib/__generated__/label.props.js +0 -334
  18. package/lib/__generated__/link.props.js +0 -334
  19. package/lib/__generated__/list-item.props.js +0 -334
  20. package/lib/__generated__/list.props.js +0 -334
  21. package/lib/__generated__/option.props.js +0 -334
  22. package/lib/__generated__/paragraph.props.js +0 -334
  23. package/lib/__generated__/radio-button.props.js +0 -334
  24. package/lib/__generated__/select.props.js +0 -334
  25. package/lib/__generated__/separator.props.js +0 -334
  26. package/lib/__generated__/span.props.js +0 -334
  27. package/lib/__generated__/subscript.props.js +0 -334
  28. package/lib/__generated__/superscript.props.js +0 -334
  29. package/lib/__generated__/text.props.js +0 -334
  30. package/lib/__generated__/textarea.props.js +0 -334
  31. package/lib/__generated__/video.props.js +0 -334
  32. package/lib/__generated__/vimeo-play-button.props.js +0 -334
  33. package/lib/__generated__/vimeo-preview-image.props.js +0 -334
  34. package/lib/__generated__/vimeo-spinner.props.js +0 -334
  35. package/lib/__generated__/vimeo.props.js +262 -518
  36. package/lib/__generated__/webhook-form.props.js +0 -334
  37. package/lib/__generated__/youtube.props.js +0 -334
  38. package/lib/blockquote.ws.js +0 -1
  39. package/lib/body.ws.js +0 -1
  40. package/lib/bold.ws.js +12 -13
  41. package/lib/box.ws.js +4 -5
  42. package/lib/button.ws.js +4 -5
  43. package/lib/form.ws.js +4 -5
  44. package/lib/fragment.ws.js +2 -3
  45. package/lib/head-slot.ws.js +1 -2
  46. package/lib/head-title.ws.js +2 -4
  47. package/lib/heading.ws.js +0 -1
  48. package/lib/html-embed.ws.js +0 -1
  49. package/lib/italic.ws.js +8 -9
  50. package/lib/label.ws.js +12 -13
  51. package/lib/link.ws.js +0 -1
  52. package/lib/list-item.ws.js +2 -3
  53. package/lib/list.ws.js +0 -1
  54. package/lib/markdown-embed.ws.js +0 -1
  55. package/lib/paragraph.ws.js +4 -5
  56. package/lib/rich-text-link.ws.js +3 -6
  57. package/lib/select.ws.js +4 -5
  58. package/lib/slot.ws.js +2 -3
  59. package/lib/span.ws.js +4 -5
  60. package/lib/subscript.ws.js +4 -5
  61. package/lib/superscript.ws.js +4 -5
  62. package/lib/text.ws.js +6 -7
  63. package/lib/time.ws.js +2 -3
  64. package/lib/types/head-title.ws.d.ts +1 -1
  65. package/lib/types/video.d.ts +2 -0
  66. package/lib/video.js +48 -37
  67. package/lib/video.ws.js +18 -8
  68. package/lib/vimeo-play-button.ws.js +4 -5
  69. package/lib/vimeo-spinner.ws.js +4 -5
  70. package/lib/vimeo.ws.js +2 -7
  71. package/lib/webhook-form.ws.js +4 -5
  72. package/lib/xml-node.ws.js +4 -5
  73. package/lib/xml-time.ws.js +2 -3
  74. package/lib/youtube.ws.js +2 -7
  75. package/package.json +8 -8
  76. package/lib/__generated__/head.props.js +0 -508
  77. package/lib/types/__generated__/head.props.d.ts +0 -2
@@ -1,672 +1,416 @@
1
1
  const e = {
2
- about: { required: !1, control: "text", type: "string" },
3
2
  accessKey: {
4
- required: !1,
3
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKey)",
4
+ required: !0,
5
5
  control: "text",
6
- type: "string",
7
- description: "Keyboard shortcut to activate or add focus to the element."
6
+ type: "string"
8
7
  },
9
- "aria-activedescendant": {
10
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
11
- required: !1,
8
+ accessKeyLabel: {
9
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/accessKeyLabel)",
10
+ required: !0,
12
11
  control: "text",
13
12
  type: "string"
14
13
  },
15
- "aria-atomic": {
16
- description: "Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.",
17
- required: !1,
14
+ align: {
15
+ description: "Sets or retrieves how the object is aligned with adjacent text.",
16
+ required: !0,
17
+ control: "text",
18
+ type: "string"
19
+ },
20
+ allow: {
21
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/allow)",
22
+ required: !0,
23
+ control: "text",
24
+ type: "string"
25
+ },
26
+ allowFullscreen: {
27
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/allowFullscreen)",
28
+ required: !0,
18
29
  control: "boolean",
19
30
  type: "boolean"
20
31
  },
21
- "aria-autocomplete": {
22
- description: `Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be
23
- presented if they are made.`,
24
- required: !1,
25
- control: "select",
26
- type: "string",
27
- options: ["list", "none", "inline", "both"]
28
- },
29
- "aria-braillelabel": {
30
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
31
- required: !1,
32
+ autocapitalize: {
33
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autocapitalize)",
34
+ required: !0,
32
35
  control: "text",
33
36
  type: "string"
34
37
  },
35
- "aria-brailleroledescription": {
36
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
37
- required: !1,
38
+ autofocus: {
39
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/autofocus)",
40
+ required: !0,
41
+ control: "boolean",
42
+ type: "boolean"
43
+ },
44
+ baseURI: {
45
+ description: `Returns node's node document's document base URL.
46
+
47
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/baseURI)`,
48
+ required: !0,
38
49
  control: "text",
39
50
  type: "string"
40
51
  },
41
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
42
- "aria-checked": {
43
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
44
- required: !1,
52
+ childElementCount: {
53
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/childElementCount)",
54
+ required: !0,
55
+ control: "number",
56
+ type: "number"
57
+ },
58
+ className: {
59
+ description: `Returns the value of element's class content attribute. Can be set to change it.
60
+
61
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/className)`,
62
+ required: !0,
45
63
  control: "text",
46
64
  type: "string"
47
65
  },
48
- "aria-colcount": {
49
- description: "Defines the total number of columns in a table, grid, or treegrid.",
50
- required: !1,
66
+ clientHeight: {
67
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientHeight)",
68
+ required: !0,
51
69
  control: "number",
52
70
  type: "number"
53
71
  },
54
- "aria-colindex": {
55
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
56
- required: !1,
72
+ clientLeft: {
73
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientLeft)",
74
+ required: !0,
57
75
  control: "number",
58
76
  type: "number"
59
77
  },
60
- "aria-colindextext": {
61
- description: "Defines a human readable text alternative of aria-colindex.",
62
- required: !1,
63
- control: "text",
64
- type: "string"
65
- },
66
- "aria-colspan": {
67
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
68
- required: !1,
78
+ clientTop: {
79
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientTop)",
80
+ required: !0,
69
81
  control: "number",
70
82
  type: "number"
71
83
  },
72
- "aria-controls": {
73
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
74
- required: !1,
75
- control: "text",
76
- type: "string"
77
- },
78
- "aria-current": {
79
- description: "Indicates the element that represents the current item within a container or set of related elements.",
80
- required: !1,
81
- control: "text",
82
- type: "string"
84
+ clientWidth: {
85
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/clientWidth)",
86
+ required: !0,
87
+ control: "number",
88
+ type: "number"
83
89
  },
84
- "aria-describedby": {
85
- description: "Identifies the element (or elements) that describes the object.",
86
- required: !1,
90
+ contentEditable: {
91
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/contentEditable)",
92
+ required: !0,
87
93
  control: "text",
88
94
  type: "string"
89
95
  },
90
- "aria-description": {
91
- description: "Defines a string value that describes or annotates the current element.",
92
- required: !1,
93
- control: "text",
94
- type: "string"
96
+ currentCSSZoom: {
97
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)",
98
+ required: !0,
99
+ control: "number",
100
+ type: "number"
95
101
  },
96
- "aria-details": {
97
- description: "Identifies the element that provides a detailed, extended description for the object.",
98
- required: !1,
102
+ dir: {
103
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dir)",
104
+ required: !0,
99
105
  control: "text",
100
106
  type: "string"
101
107
  },
102
- "aria-disabled": {
103
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
104
- required: !1,
108
+ draggable: {
109
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/draggable)",
110
+ required: !0,
105
111
  control: "boolean",
106
112
  type: "boolean"
107
113
  },
108
- "aria-dropeffect": {
109
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
110
- required: !1,
111
- control: "select",
112
- type: "string",
113
- options: ["link", "none", "copy", "execute", "move", "popup"]
114
- },
115
- "aria-errormessage": {
116
- description: "Identifies the element that provides an error message for the object.",
117
- required: !1,
114
+ enterKeyHint: {
115
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/enterKeyHint)",
116
+ required: !0,
118
117
  control: "text",
119
118
  type: "string"
120
119
  },
121
- "aria-expanded": {
122
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
123
- required: !1,
124
- control: "boolean",
125
- type: "boolean"
120
+ frameBorder: {
121
+ description: "Sets or retrieves whether to display a border for the frame.",
122
+ required: !0,
123
+ control: "text",
124
+ type: "string"
126
125
  },
127
- "aria-flowto": {
128
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
129
- allows assistive technology to override the general default of reading in document source order.`,
130
- required: !1,
126
+ height: {
127
+ description: `Sets or retrieves the height of the object.
128
+
129
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/height)`,
130
+ required: !0,
131
131
  control: "text",
132
132
  type: "string"
133
133
  },
134
- "aria-grabbed": {
135
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
136
- required: !1,
134
+ hidden: {
135
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/hidden)",
136
+ required: !0,
137
137
  control: "boolean",
138
138
  type: "boolean"
139
139
  },
140
- "aria-haspopup": {
141
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
142
- required: !1,
140
+ id: {
141
+ description: `Returns the value of element's id content attribute. Can be set to change it.
142
+
143
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/id)`,
144
+ required: !0,
143
145
  control: "text",
144
146
  type: "string"
145
147
  },
146
- "aria-hidden": {
147
- description: "Indicates whether the element is exposed to an accessibility API.",
148
- required: !1,
148
+ inert: {
149
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inert)",
150
+ required: !0,
149
151
  control: "boolean",
150
152
  type: "boolean"
151
153
  },
152
- "aria-invalid": {
153
- description: "Indicates the entered value does not conform to the format expected by the application.",
154
- required: !1,
154
+ innerHTML: {
155
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/innerHTML)",
156
+ required: !0,
155
157
  control: "text",
156
158
  type: "string"
157
159
  },
158
- "aria-keyshortcuts": {
159
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
160
- required: !1,
160
+ innerText: {
161
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/innerText)",
162
+ required: !0,
161
163
  control: "text",
162
164
  type: "string"
163
165
  },
164
- "aria-label": {
165
- description: "Provides the accessible name that describes an interactive element if no other accessible name exists, for example in a button that contains an image with no text.",
166
- required: !1,
167
- control: "text",
168
- type: "string"
169
- },
170
- "aria-labelledby": {
171
- description: "Identifies the element (or elements) that labels the current element.",
172
- required: !1,
166
+ inputMode: {
167
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/inputMode)",
168
+ required: !0,
173
169
  control: "text",
174
170
  type: "string"
175
171
  },
176
- "aria-level": {
177
- description: "Defines the hierarchical level of an element within a structure.",
178
- required: !1,
179
- control: "number",
180
- type: "number"
181
- },
182
- "aria-live": {
183
- description: "Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.",
184
- required: !1,
185
- control: "radio",
186
- type: "string",
187
- options: ["off", "assertive", "polite"]
188
- },
189
- "aria-modal": {
190
- description: "Indicates whether an element is modal when displayed.",
191
- required: !1,
172
+ isConnected: {
173
+ description: `Returns true if node is connected and false otherwise.
174
+
175
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/isConnected)`,
176
+ required: !0,
192
177
  control: "boolean",
193
178
  type: "boolean"
194
179
  },
195
- "aria-multiline": {
196
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
197
- required: !1,
180
+ isContentEditable: {
181
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/isContentEditable)",
182
+ required: !0,
198
183
  control: "boolean",
199
184
  type: "boolean"
200
185
  },
201
- "aria-multiselectable": {
202
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
203
- required: !1,
204
- control: "boolean",
205
- type: "boolean"
186
+ lang: {
187
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/lang)",
188
+ required: !0,
189
+ control: "text",
190
+ type: "string"
206
191
  },
207
- "aria-orientation": {
208
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
192
+ loading: {
193
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/loading)",
209
194
  required: !1,
210
- control: "radio",
195
+ control: "text",
211
196
  type: "string",
212
- options: ["horizontal", "vertical"]
197
+ defaultValue: "lazy"
213
198
  },
214
- "aria-owns": {
215
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
216
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
217
- required: !1,
199
+ localName: {
200
+ description: `Returns the local name.
201
+
202
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/localName)`,
203
+ required: !0,
218
204
  control: "text",
219
205
  type: "string"
220
206
  },
221
- "aria-placeholder": {
222
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
223
- A hint could be a sample value or a brief description of the expected format.`,
224
- required: !1,
207
+ longDesc: {
208
+ description: "Sets or retrieves a URI to a long description of the object.",
209
+ required: !0,
225
210
  control: "text",
226
211
  type: "string"
227
212
  },
228
- "aria-posinset": {
229
- description: "Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.",
230
- required: !1,
231
- control: "number",
232
- type: "number"
233
- },
234
- "aria-pressed": {
235
- description: 'Indicates the current "pressed" state of toggle buttons.',
236
- required: !1,
213
+ marginHeight: {
214
+ description: "Sets or retrieves the top and bottom margin heights before displaying the text in a frame.",
215
+ required: !0,
237
216
  control: "text",
238
217
  type: "string"
239
218
  },
240
- "aria-readonly": {
241
- description: "Indicates that the element is not editable, but is otherwise operable.",
242
- required: !1,
243
- control: "boolean",
244
- type: "boolean"
245
- },
246
- "aria-relevant": {
247
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
248
- required: !1,
249
- control: "select",
250
- type: "string",
251
- options: [
252
- "text",
253
- "additions",
254
- "additions removals",
255
- "additions text",
256
- "all",
257
- "removals",
258
- "removals additions",
259
- "removals text",
260
- "text additions",
261
- "text removals"
262
- ]
263
- },
264
- "aria-required": {
265
- description: "Indicates that user input is required on the element before a form may be submitted.",
266
- required: !1,
267
- control: "boolean",
268
- type: "boolean"
269
- },
270
- "aria-roledescription": {
271
- description: "Defines a human-readable, author-localized description for the role of an element.",
272
- required: !1,
219
+ marginWidth: {
220
+ description: "Sets or retrieves the left and right margin widths before displaying the text in a frame.",
221
+ required: !0,
273
222
  control: "text",
274
223
  type: "string"
275
224
  },
276
- "aria-rowcount": {
277
- description: "Defines the total number of rows in a table, grid, or treegrid.",
278
- required: !1,
279
- control: "number",
280
- type: "number"
281
- },
282
- "aria-rowindex": {
283
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
284
- required: !1,
285
- control: "number",
286
- type: "number"
225
+ name: {
226
+ description: `Sets or retrieves the frame name.
227
+
228
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/name)`,
229
+ required: !0,
230
+ control: "text",
231
+ type: "string"
287
232
  },
288
- "aria-rowindextext": {
289
- description: "Defines a human readable text alternative of aria-rowindex.",
290
- required: !1,
233
+ nodeName: {
234
+ description: `Returns a string appropriate for the type of node.
235
+
236
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeName)`,
237
+ required: !0,
291
238
  control: "text",
292
239
  type: "string"
293
240
  },
294
- "aria-rowspan": {
295
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
296
- required: !1,
241
+ nodeType: {
242
+ description: `Returns the type of node.
243
+
244
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/Node/nodeType)`,
245
+ required: !0,
297
246
  control: "number",
298
247
  type: "number"
299
248
  },
300
- "aria-selected": {
301
- description: 'Indicates the current "selected" state of various widgets.',
249
+ nonce: {
250
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce)",
302
251
  required: !1,
303
- control: "boolean",
304
- type: "boolean"
252
+ control: "text",
253
+ type: "string"
305
254
  },
306
- "aria-setsize": {
307
- description: "Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.",
308
- required: !1,
255
+ offsetHeight: {
256
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetHeight)",
257
+ required: !0,
309
258
  control: "number",
310
259
  type: "number"
311
260
  },
312
- "aria-sort": {
313
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
314
- required: !1,
315
- control: "select",
316
- type: "string",
317
- options: ["none", "ascending", "descending", "other"]
318
- },
319
- "aria-valuemax": {
320
- description: "Defines the maximum allowed value for a range widget.",
321
- required: !1,
261
+ offsetLeft: {
262
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetLeft)",
263
+ required: !0,
322
264
  control: "number",
323
265
  type: "number"
324
266
  },
325
- "aria-valuemin": {
326
- description: "Defines the minimum allowed value for a range widget.",
327
- required: !1,
267
+ offsetTop: {
268
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetTop)",
269
+ required: !0,
328
270
  control: "number",
329
271
  type: "number"
330
272
  },
331
- "aria-valuenow": {
332
- description: "Defines the current value for a range widget.",
333
- required: !1,
273
+ offsetWidth: {
274
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/offsetWidth)",
275
+ required: !0,
334
276
  control: "number",
335
277
  type: "number"
336
278
  },
337
- "aria-valuetext": {
338
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
339
- required: !1,
279
+ outerHTML: {
280
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)",
281
+ required: !0,
340
282
  control: "text",
341
283
  type: "string"
342
284
  },
343
- autoCapitalize: {
344
- required: !1,
285
+ outerText: {
286
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/outerText)",
287
+ required: !0,
345
288
  control: "text",
346
- type: "string",
347
- description: "Sets whether input is automatically capitalized when entered by user."
348
- },
349
- autoCorrect: { required: !1, control: "text", type: "string" },
350
- autoFocus: {
351
- required: !1,
352
- control: "boolean",
353
- type: "boolean",
354
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
355
- },
356
- autopause: {
357
- description: "Whether to pause the current video when another Vimeo video on the same page starts to play. Set this value to false to permit simultaneous playback of all the videos on the page. This option has no effect if you've disabled cookies in your browser, either through browser settings or with an extension or plugin.",
358
- required: !1,
359
- control: "boolean",
360
- type: "boolean",
361
- defaultValue: !0
362
- },
363
- autopip: {
364
- description: "Whether to enable the browser to enter picture-in-picture mode automatically when switching tabs or windows, where supported.",
365
- required: !1,
366
- control: "boolean",
367
- type: "boolean"
368
- },
369
- autoplay: {
370
- description: "Whether to start playback of the video automatically. This feature might not work on all devices.\nSome browsers require the `muted` parameter to be set to `true` for autoplay to work.",
371
- required: !1,
372
- control: "boolean",
373
- type: "boolean",
374
- defaultValue: !1
375
- },
376
- autoSave: { required: !1, control: "text", type: "string" },
377
- backgroundMode: {
378
- description: "Whether the player is in background mode, which hides the playback controls, enables autoplay, and loops the video.",
379
- required: !1,
380
- control: "boolean",
381
- type: "boolean"
382
- },
383
- className: { required: !1, control: "text", type: "string" },
384
- color: {
385
- required: !1,
386
- control: "color",
387
- type: "string",
388
- 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."
389
- },
390
- content: {
391
- required: !1,
392
- control: "text",
393
- type: "string",
394
- description: "A value associated with http-equiv orname depending on the context."
395
- },
396
- contextMenu: {
397
- required: !1,
398
- control: "text",
399
- type: "string",
400
- description: "Defines the ID of a menu element which willserve as the element's context menu."
401
- },
402
- controlsColor: {
403
- description: "A color value of the playback controls, which is normally #00ADEF. The embed settings of the video might override this value.",
404
- required: !1,
405
- control: "color",
406
289
  type: "string"
407
290
  },
408
- datatype: { required: !1, control: "text", type: "string" },
409
- defaultChecked: { required: !1, control: "boolean", type: "boolean" },
410
- defaultValue: { required: !1, control: "text", type: "string" },
411
- dir: {
412
- required: !1,
413
- control: "text",
414
- type: "string",
415
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
416
- },
417
- doNotTrack: {
418
- description: "Whether to prevent the player from tracking session data, including cookies. Keep in mind that setting this argument to true also blocks video stats.",
419
- required: !1,
420
- control: "boolean",
421
- type: "boolean",
422
- defaultValue: !1
423
- },
424
- draggable: {
425
- required: !1,
426
- control: "boolean",
427
- type: "boolean",
428
- description: "Defines whether the element can be dragged."
429
- },
430
- hidden: {
431
- required: !1,
432
- control: "boolean",
433
- type: "boolean",
434
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
435
- },
436
- id: {
437
- required: !1,
438
- control: "text",
439
- type: "string",
440
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
441
- },
442
- inputMode: {
443
- description: "Hints at the type of data that might be entered by the user while editing the element or its contents",
444
- required: !1,
291
+ referrerPolicy: {
292
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/referrerPolicy)",
293
+ required: !0,
445
294
  control: "select",
446
295
  type: "string",
447
296
  options: [
448
- "search",
449
- "text",
450
- "url",
451
- "none",
452
- "tel",
453
- "email",
454
- "numeric",
455
- "decimal"
297
+ "",
298
+ "no-referrer",
299
+ "no-referrer-when-downgrade",
300
+ "origin",
301
+ "origin-when-cross-origin",
302
+ "same-origin",
303
+ "strict-origin",
304
+ "strict-origin-when-cross-origin",
305
+ "unsafe-url"
456
306
  ]
457
307
  },
458
- interactiveParams: {
459
- description: "Key-value pairs representing dynamic parameters that are utilized on interactive videos with live elements, such as title=my-video,subtitle=interactive.",
460
- required: !1,
461
- control: "text",
462
- type: "string"
463
- },
464
- is: {
465
- description: "Specify that a standard HTML element should behave like a defined custom built-in element",
466
- required: !1,
467
- control: "text",
468
- type: "string"
469
- },
470
- itemID: { required: !1, control: "text", type: "string" },
471
- itemProp: { required: !1, control: "text", type: "string" },
472
- itemRef: { required: !1, control: "text", type: "string" },
473
- itemScope: { required: !1, control: "boolean", type: "boolean" },
474
- itemType: { required: !1, control: "text", type: "string" },
475
- keyboard: {
476
- description: "Whether to enable keyboard input to trigger player events. This setting doesn't affect tab control.",
477
- required: !1,
478
- control: "boolean",
479
- type: "boolean",
480
- defaultValue: !0
481
- },
482
- lang: {
483
- required: !1,
484
- control: "text",
485
- type: "string",
486
- description: "Defines the language used in the element."
487
- },
488
- loading: {
489
- description: "Not a Vimeo attribute: Loading attribute for the iframe allows to eager or lazy load the source",
490
- required: !1,
491
- control: "radio",
492
- type: "string",
493
- defaultValue: "lazy",
494
- options: ["eager", "lazy"]
495
- },
496
- loop: {
497
- description: "Whether to restart the video automatically after reaching the end.",
498
- required: !1,
499
- control: "boolean",
500
- type: "boolean",
501
- defaultValue: !1
502
- },
503
- muted: {
504
- description: "Whether the video is muted upon loading. The true value is required for the autoplay behavior in some browsers.",
505
- required: !1,
506
- control: "boolean",
507
- type: "boolean",
508
- defaultValue: !1
509
- },
510
- nonce: { required: !1, control: "text", type: "string" },
511
- pip: {
512
- description: "Whether to include the picture-in-picture button among the player controls and enable the picture-in-picture API.",
513
- required: !1,
514
- control: "boolean",
515
- type: "boolean",
516
- defaultValue: !1
517
- },
518
- playsinline: {
519
- description: "Whether the video plays inline on supported mobile devices. To force the device to play the video in fullscreen mode instead, set this value to false.",
520
- required: !1,
521
- control: "boolean",
522
- type: "boolean",
523
- defaultValue: !0
524
- },
525
- prefix: { required: !1, control: "text", type: "string" },
526
- property: { required: !1, control: "text", type: "string" },
527
- quality: {
528
- description: "For videos on a Vimeo Plus account or higher: the playback quality of the video. Use auto for the best possible quality given available bandwidth and other factors. You can also specify 360p, 540p, 720p, 1080p, 2k, and 4k.",
529
- required: !1,
530
- control: "select",
531
- type: "string",
532
- defaultValue: "auto",
533
- options: ["auto", "360p", "540p", "720p", "1080p", "2k", "4k"]
534
- },
535
- radioGroup: { required: !1, control: "text", type: "string" },
536
- rel: {
537
- required: !1,
538
- control: "text",
539
- type: "string",
540
- description: "Specifies the relationship of the target object to the link object."
541
- },
542
- resource: { required: !1, control: "text", type: "string" },
543
- responsive: {
544
- description: "Whether to return a responsive embed code, or one that provides intelligent adjustments based on viewing conditions. We recommend this option for mobile-optimized sites.",
545
- required: !1,
546
- control: "boolean",
547
- type: "boolean",
548
- defaultValue: !0
549
- },
550
- results: { required: !1, control: "number", type: "number" },
551
- rev: { required: !1, control: "text", type: "string" },
552
308
  role: {
553
- required: !1,
309
+ required: !0,
554
310
  control: "text",
555
311
  type: "string",
556
312
  description: "Defines an explicit role for an element for use by assistive technologies."
557
313
  },
558
- security: { required: !1, control: "text", type: "string" },
559
- showByline: {
560
- description: "Whether to display the video owner's name.",
561
- required: !1,
562
- control: "boolean",
563
- type: "boolean",
564
- defaultValue: !1
314
+ scrollHeight: {
315
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollHeight)",
316
+ required: !0,
317
+ control: "number",
318
+ type: "number"
565
319
  },
566
- showControls: {
567
- description: "Whether to display the player's interactive elements, including the play bar and sharing buttons. Set this option to false for a chromeless experience. To control playback when the play/pause button is hidden, set autoplay to true, use keyboard controls (which remain active), or implement our player SDK.",
568
- required: !1,
569
- control: "boolean",
570
- type: "boolean",
571
- defaultValue: !0
320
+ scrolling: {
321
+ description: "Sets or retrieves whether the frame can be scrolled.",
322
+ required: !0,
323
+ control: "text",
324
+ type: "string"
572
325
  },
573
- showPortrait: {
574
- description: "Whether to display the video owner's portrait. Only works if either title or byline are also enabled",
575
- required: !1,
576
- control: "boolean",
577
- type: "boolean",
578
- defaultValue: !0
326
+ scrollLeft: {
327
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollLeft)",
328
+ required: !0,
329
+ control: "number",
330
+ type: "number"
579
331
  },
580
- showPreview: {
581
- description: "Not a Vimeo attribute: Whether the preview image should be loaded from Vimeo API. Ideally don't use it, because it will show up with some delay and will make your project feel slower.",
582
- required: !1,
583
- control: "boolean",
584
- type: "boolean",
585
- defaultValue: !1
332
+ scrollTop: {
333
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollTop)",
334
+ required: !0,
335
+ control: "number",
336
+ type: "number"
586
337
  },
587
- showTitle: {
588
- description: "Whether the player displays the title overlay.",
589
- required: !1,
590
- control: "boolean",
591
- type: "boolean",
592
- defaultValue: !1
338
+ scrollWidth: {
339
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/scrollWidth)",
340
+ required: !0,
341
+ control: "number",
342
+ type: "number"
593
343
  },
594
344
  slot: {
595
- required: !1,
345
+ description: `Returns the value of element's slot content attribute. Can be set to change it.
346
+
347
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/slot)`,
348
+ required: !0,
596
349
  control: "text",
597
- type: "string",
598
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
599
- },
600
- speed: {
601
- description: "Whether the player displays speed controls in the preferences menu and enables the playback rate API.",
602
- required: !1,
603
- control: "boolean",
604
- type: "boolean",
605
- defaultValue: !1
606
- },
607
- spellCheck: {
608
- required: !1,
609
- control: "boolean",
610
- type: "boolean",
611
- description: "Indicates whether spell checking is allowed for the element."
350
+ type: "string"
612
351
  },
613
- suppressContentEditableWarning: {
614
- required: !1,
352
+ spellcheck: {
353
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/spellcheck)",
354
+ required: !0,
615
355
  control: "boolean",
616
356
  type: "boolean"
617
357
  },
618
- suppressHydrationWarning: {
619
- required: !1,
620
- control: "boolean",
621
- type: "boolean"
358
+ src: {
359
+ description: `Sets or retrieves a URL to be loaded by the object.
360
+
361
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/src)`,
362
+ required: !0,
363
+ control: "text",
364
+ type: "string"
365
+ },
366
+ srcdoc: {
367
+ description: `Sets or retrives the content of the page that is to contain.
368
+
369
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/srcdoc)`,
370
+ required: !0,
371
+ control: "text",
372
+ type: "string"
622
373
  },
623
374
  tabIndex: {
624
- required: !1,
375
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex)",
376
+ required: !0,
625
377
  control: "number",
626
- type: "number",
627
- description: "Overrides the browser's default tab order and follows the one specified instead."
378
+ type: "number"
628
379
  },
629
- texttrack: {
630
- description: `The text track to display with the video. Specify the text track by its language code (en), the language code and locale (en-US), or the language code and kind (en.captions). For this argument to work, the video must already have a text track of the given type; see our Help Center or Working with Text Track Uploads for more information.
631
- To enable automatically generated closed captions instead, provide the value en-x-autogen. Please note that, at the present time, automatic captions are always in English.`,
632
- required: !1,
380
+ tagName: {
381
+ description: `Returns the HTML-uppercased qualified name.
382
+
383
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/tagName)`,
384
+ required: !0,
633
385
  control: "text",
634
386
  type: "string"
635
387
  },
636
388
  title: {
637
- description: 'The `title` attribute for the iframe.\nImproves accessibility by providing a brief description of the video content for screen readers.\nExample: "Video about web development tips".',
638
- required: !1,
389
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/title)",
390
+ required: !0,
639
391
  control: "text",
640
392
  type: "string"
641
393
  },
642
394
  translate: {
643
- required: !1,
644
- control: "radio",
645
- type: "string",
646
- options: ["yes", "no"],
647
- 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."
648
- },
649
- transparent: {
650
- description: "Whether the responsive player and transparent background are enabled.",
651
- required: !1,
395
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/translate)",
396
+ required: !0,
652
397
  control: "boolean",
653
- type: "boolean",
654
- defaultValue: !0
655
- },
656
- typeof: { required: !1, control: "text", type: "string" },
657
- unselectable: {
658
- required: !1,
659
- control: "radio",
660
- type: "string",
661
- options: ["on", "off"]
398
+ type: "boolean"
662
399
  },
663
- url: {
664
- description: "The ID or the URL of the video on Vimeo. You must supply one of these values to identify the video. When the video's privacy setting is Private, you must use the URL, and the URL must include the h parameter. For more information, see Vimeo’s introductory guide.",
665
- required: !1,
400
+ width: {
401
+ description: `Sets or retrieves the width of the object.
402
+
403
+ [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/width)`,
404
+ required: !0,
666
405
  control: "text",
667
406
  type: "string"
668
407
  },
669
- vocab: { required: !1, control: "text", type: "string" }
408
+ writingSuggestions: {
409
+ description: "[MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/writingSuggestions)",
410
+ required: !0,
411
+ control: "text",
412
+ type: "string"
413
+ }
670
414
  };
671
415
  export {
672
416
  e as props