@webstudio-is/sdk-components-react 0.217.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 (41) 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/head-slot.ws.js +1 -1
  39. package/package.json +8 -8
  40. package/lib/__generated__/head.props.js +0 -508
  41. package/lib/types/__generated__/head.props.d.ts +0 -2
@@ -18,340 +18,6 @@ const e = {
18
18
  type: "string",
19
19
  description: "The URI of a program that processes the information submitted via the form."
20
20
  },
21
- "aria-activedescendant": {
22
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
23
- required: !1,
24
- control: "text",
25
- type: "string"
26
- },
27
- "aria-atomic": {
28
- 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.",
29
- required: !1,
30
- control: "boolean",
31
- type: "boolean"
32
- },
33
- "aria-autocomplete": {
34
- 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
35
- presented if they are made.`,
36
- required: !1,
37
- control: "select",
38
- type: "string",
39
- options: ["list", "none", "inline", "both"]
40
- },
41
- "aria-braillelabel": {
42
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
43
- required: !1,
44
- control: "text",
45
- type: "string"
46
- },
47
- "aria-brailleroledescription": {
48
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
49
- required: !1,
50
- control: "text",
51
- type: "string"
52
- },
53
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
54
- "aria-checked": {
55
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
56
- required: !1,
57
- control: "text",
58
- type: "string"
59
- },
60
- "aria-colcount": {
61
- description: "Defines the total number of columns in a table, grid, or treegrid.",
62
- required: !1,
63
- control: "number",
64
- type: "number"
65
- },
66
- "aria-colindex": {
67
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
68
- required: !1,
69
- control: "number",
70
- type: "number"
71
- },
72
- "aria-colindextext": {
73
- description: "Defines a human readable text alternative of aria-colindex.",
74
- required: !1,
75
- control: "text",
76
- type: "string"
77
- },
78
- "aria-colspan": {
79
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
80
- required: !1,
81
- control: "number",
82
- type: "number"
83
- },
84
- "aria-controls": {
85
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
86
- required: !1,
87
- control: "text",
88
- type: "string"
89
- },
90
- "aria-current": {
91
- description: "Indicates the element that represents the current item within a container or set of related elements.",
92
- required: !1,
93
- control: "text",
94
- type: "string"
95
- },
96
- "aria-describedby": {
97
- description: "Identifies the element (or elements) that describes the object.",
98
- required: !1,
99
- control: "text",
100
- type: "string"
101
- },
102
- "aria-description": {
103
- description: "Defines a string value that describes or annotates the current element.",
104
- required: !1,
105
- control: "text",
106
- type: "string"
107
- },
108
- "aria-details": {
109
- description: "Identifies the element that provides a detailed, extended description for the object.",
110
- required: !1,
111
- control: "text",
112
- type: "string"
113
- },
114
- "aria-disabled": {
115
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
116
- required: !1,
117
- control: "boolean",
118
- type: "boolean"
119
- },
120
- "aria-dropeffect": {
121
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
122
- required: !1,
123
- control: "select",
124
- type: "string",
125
- options: ["link", "none", "copy", "execute", "move", "popup"]
126
- },
127
- "aria-errormessage": {
128
- description: "Identifies the element that provides an error message for the object.",
129
- required: !1,
130
- control: "text",
131
- type: "string"
132
- },
133
- "aria-expanded": {
134
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
135
- required: !1,
136
- control: "boolean",
137
- type: "boolean"
138
- },
139
- "aria-flowto": {
140
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
141
- allows assistive technology to override the general default of reading in document source order.`,
142
- required: !1,
143
- control: "text",
144
- type: "string"
145
- },
146
- "aria-grabbed": {
147
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
148
- required: !1,
149
- control: "boolean",
150
- type: "boolean"
151
- },
152
- "aria-haspopup": {
153
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
154
- required: !1,
155
- control: "text",
156
- type: "string"
157
- },
158
- "aria-hidden": {
159
- description: "Indicates whether the element is exposed to an accessibility API.",
160
- required: !1,
161
- control: "boolean",
162
- type: "boolean"
163
- },
164
- "aria-invalid": {
165
- description: "Indicates the entered value does not conform to the format expected by the application.",
166
- required: !1,
167
- control: "text",
168
- type: "string"
169
- },
170
- "aria-keyshortcuts": {
171
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
172
- required: !1,
173
- control: "text",
174
- type: "string"
175
- },
176
- "aria-label": {
177
- 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.",
178
- required: !1,
179
- control: "text",
180
- type: "string"
181
- },
182
- "aria-labelledby": {
183
- description: "Identifies the element (or elements) that labels the current element.",
184
- required: !1,
185
- control: "text",
186
- type: "string"
187
- },
188
- "aria-level": {
189
- description: "Defines the hierarchical level of an element within a structure.",
190
- required: !1,
191
- control: "number",
192
- type: "number"
193
- },
194
- "aria-live": {
195
- 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.",
196
- required: !1,
197
- control: "radio",
198
- type: "string",
199
- options: ["off", "assertive", "polite"]
200
- },
201
- "aria-modal": {
202
- description: "Indicates whether an element is modal when displayed.",
203
- required: !1,
204
- control: "boolean",
205
- type: "boolean"
206
- },
207
- "aria-multiline": {
208
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
209
- required: !1,
210
- control: "boolean",
211
- type: "boolean"
212
- },
213
- "aria-multiselectable": {
214
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
215
- required: !1,
216
- control: "boolean",
217
- type: "boolean"
218
- },
219
- "aria-orientation": {
220
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
221
- required: !1,
222
- control: "radio",
223
- type: "string",
224
- options: ["horizontal", "vertical"]
225
- },
226
- "aria-owns": {
227
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
228
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
229
- required: !1,
230
- control: "text",
231
- type: "string"
232
- },
233
- "aria-placeholder": {
234
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
235
- A hint could be a sample value or a brief description of the expected format.`,
236
- required: !1,
237
- control: "text",
238
- type: "string"
239
- },
240
- "aria-posinset": {
241
- 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.",
242
- required: !1,
243
- control: "number",
244
- type: "number"
245
- },
246
- "aria-pressed": {
247
- description: 'Indicates the current "pressed" state of toggle buttons.',
248
- required: !1,
249
- control: "text",
250
- type: "string"
251
- },
252
- "aria-readonly": {
253
- description: "Indicates that the element is not editable, but is otherwise operable.",
254
- required: !1,
255
- control: "boolean",
256
- type: "boolean"
257
- },
258
- "aria-relevant": {
259
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
260
- required: !1,
261
- control: "select",
262
- type: "string",
263
- options: [
264
- "text",
265
- "additions",
266
- "additions removals",
267
- "additions text",
268
- "all",
269
- "removals",
270
- "removals additions",
271
- "removals text",
272
- "text additions",
273
- "text removals"
274
- ]
275
- },
276
- "aria-required": {
277
- description: "Indicates that user input is required on the element before a form may be submitted.",
278
- required: !1,
279
- control: "boolean",
280
- type: "boolean"
281
- },
282
- "aria-roledescription": {
283
- description: "Defines a human-readable, author-localized description for the role of an element.",
284
- required: !1,
285
- control: "text",
286
- type: "string"
287
- },
288
- "aria-rowcount": {
289
- description: "Defines the total number of rows in a table, grid, or treegrid.",
290
- required: !1,
291
- control: "number",
292
- type: "number"
293
- },
294
- "aria-rowindex": {
295
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
296
- required: !1,
297
- control: "number",
298
- type: "number"
299
- },
300
- "aria-rowindextext": {
301
- description: "Defines a human readable text alternative of aria-rowindex.",
302
- required: !1,
303
- control: "text",
304
- type: "string"
305
- },
306
- "aria-rowspan": {
307
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
308
- required: !1,
309
- control: "number",
310
- type: "number"
311
- },
312
- "aria-selected": {
313
- description: 'Indicates the current "selected" state of various widgets.',
314
- required: !1,
315
- control: "boolean",
316
- type: "boolean"
317
- },
318
- "aria-setsize": {
319
- 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.",
320
- required: !1,
321
- control: "number",
322
- type: "number"
323
- },
324
- "aria-sort": {
325
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
326
- required: !1,
327
- control: "select",
328
- type: "string",
329
- options: ["none", "ascending", "descending", "other"]
330
- },
331
- "aria-valuemax": {
332
- description: "Defines the maximum allowed value for a range widget.",
333
- required: !1,
334
- control: "number",
335
- type: "number"
336
- },
337
- "aria-valuemin": {
338
- description: "Defines the minimum allowed value for a range widget.",
339
- required: !1,
340
- control: "number",
341
- type: "number"
342
- },
343
- "aria-valuenow": {
344
- description: "Defines the current value for a range widget.",
345
- required: !1,
346
- control: "number",
347
- type: "number"
348
- },
349
- "aria-valuetext": {
350
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
351
- required: !1,
352
- control: "text",
353
- type: "string"
354
- },
355
21
  autoCapitalize: {
356
22
  required: !1,
357
23
  control: "text",
@@ -13,340 +13,6 @@ const e = {
13
13
  type: "boolean",
14
14
  defaultValue: !0
15
15
  },
16
- "aria-activedescendant": {
17
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
18
- required: !1,
19
- control: "text",
20
- type: "string"
21
- },
22
- "aria-atomic": {
23
- 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.",
24
- required: !1,
25
- control: "boolean",
26
- type: "boolean"
27
- },
28
- "aria-autocomplete": {
29
- 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
30
- presented if they are made.`,
31
- required: !1,
32
- control: "select",
33
- type: "string",
34
- options: ["list", "inline", "none", "both"]
35
- },
36
- "aria-braillelabel": {
37
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.",
38
- required: !1,
39
- control: "text",
40
- type: "string"
41
- },
42
- "aria-brailleroledescription": {
43
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.",
44
- required: !1,
45
- control: "text",
46
- type: "string"
47
- },
48
- "aria-busy": { required: !1, control: "boolean", type: "boolean" },
49
- "aria-checked": {
50
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.',
51
- required: !1,
52
- control: "text",
53
- type: "string"
54
- },
55
- "aria-colcount": {
56
- description: "Defines the total number of columns in a table, grid, or treegrid.",
57
- required: !1,
58
- control: "number",
59
- type: "number"
60
- },
61
- "aria-colindex": {
62
- description: "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.",
63
- required: !1,
64
- control: "number",
65
- type: "number"
66
- },
67
- "aria-colindextext": {
68
- description: "Defines a human readable text alternative of aria-colindex.",
69
- required: !1,
70
- control: "text",
71
- type: "string"
72
- },
73
- "aria-colspan": {
74
- description: "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.",
75
- required: !1,
76
- control: "number",
77
- type: "number"
78
- },
79
- "aria-controls": {
80
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.",
81
- required: !1,
82
- control: "text",
83
- type: "string"
84
- },
85
- "aria-current": {
86
- description: "Indicates the element that represents the current item within a container or set of related elements.",
87
- required: !1,
88
- control: "text",
89
- type: "string"
90
- },
91
- "aria-describedby": {
92
- description: "Identifies the element (or elements) that describes the object.",
93
- required: !1,
94
- control: "text",
95
- type: "string"
96
- },
97
- "aria-description": {
98
- description: "Defines a string value that describes or annotates the current element.",
99
- required: !1,
100
- control: "text",
101
- type: "string"
102
- },
103
- "aria-details": {
104
- description: "Identifies the element that provides a detailed, extended description for the object.",
105
- required: !1,
106
- control: "text",
107
- type: "string"
108
- },
109
- "aria-disabled": {
110
- description: "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.",
111
- required: !1,
112
- control: "boolean",
113
- type: "boolean"
114
- },
115
- "aria-dropeffect": {
116
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.",
117
- required: !1,
118
- control: "select",
119
- type: "string",
120
- options: ["link", "none", "copy", "execute", "move", "popup"]
121
- },
122
- "aria-errormessage": {
123
- description: "Identifies the element that provides an error message for the object.",
124
- required: !1,
125
- control: "text",
126
- type: "string"
127
- },
128
- "aria-expanded": {
129
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
130
- required: !1,
131
- control: "boolean",
132
- type: "boolean"
133
- },
134
- "aria-flowto": {
135
- description: `Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
136
- allows assistive technology to override the general default of reading in document source order.`,
137
- required: !1,
138
- control: "text",
139
- type: "string"
140
- },
141
- "aria-grabbed": {
142
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.`,
143
- required: !1,
144
- control: "boolean",
145
- type: "boolean"
146
- },
147
- "aria-haspopup": {
148
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
149
- required: !1,
150
- control: "text",
151
- type: "string"
152
- },
153
- "aria-hidden": {
154
- description: "Indicates whether the element is exposed to an accessibility API.",
155
- required: !1,
156
- control: "boolean",
157
- type: "boolean"
158
- },
159
- "aria-invalid": {
160
- description: "Indicates the entered value does not conform to the format expected by the application.",
161
- required: !1,
162
- control: "text",
163
- type: "string"
164
- },
165
- "aria-keyshortcuts": {
166
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
167
- required: !1,
168
- control: "text",
169
- type: "string"
170
- },
171
- "aria-label": {
172
- 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.",
173
- required: !1,
174
- control: "text",
175
- type: "string"
176
- },
177
- "aria-labelledby": {
178
- description: "Identifies the element (or elements) that labels the current element.",
179
- required: !1,
180
- control: "text",
181
- type: "string"
182
- },
183
- "aria-level": {
184
- description: "Defines the hierarchical level of an element within a structure.",
185
- required: !1,
186
- control: "number",
187
- type: "number"
188
- },
189
- "aria-live": {
190
- 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.",
191
- required: !1,
192
- control: "radio",
193
- type: "string",
194
- options: ["off", "assertive", "polite"]
195
- },
196
- "aria-modal": {
197
- description: "Indicates whether an element is modal when displayed.",
198
- required: !1,
199
- control: "boolean",
200
- type: "boolean"
201
- },
202
- "aria-multiline": {
203
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
204
- required: !1,
205
- control: "boolean",
206
- type: "boolean"
207
- },
208
- "aria-multiselectable": {
209
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
210
- required: !1,
211
- control: "boolean",
212
- type: "boolean"
213
- },
214
- "aria-orientation": {
215
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
216
- required: !1,
217
- control: "radio",
218
- type: "string",
219
- options: ["horizontal", "vertical"]
220
- },
221
- "aria-owns": {
222
- description: `Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
223
- between DOM elements where the DOM hierarchy cannot be used to represent the relationship.`,
224
- required: !1,
225
- control: "text",
226
- type: "string"
227
- },
228
- "aria-placeholder": {
229
- description: `Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
230
- A hint could be a sample value or a brief description of the expected format.`,
231
- required: !1,
232
- control: "text",
233
- type: "string"
234
- },
235
- "aria-posinset": {
236
- 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.",
237
- required: !1,
238
- control: "number",
239
- type: "number"
240
- },
241
- "aria-pressed": {
242
- description: 'Indicates the current "pressed" state of toggle buttons.',
243
- required: !1,
244
- control: "text",
245
- type: "string"
246
- },
247
- "aria-readonly": {
248
- description: "Indicates that the element is not editable, but is otherwise operable.",
249
- required: !1,
250
- control: "boolean",
251
- type: "boolean"
252
- },
253
- "aria-relevant": {
254
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.",
255
- required: !1,
256
- control: "select",
257
- type: "string",
258
- options: [
259
- "text",
260
- "additions",
261
- "additions removals",
262
- "additions text",
263
- "all",
264
- "removals",
265
- "removals additions",
266
- "removals text",
267
- "text additions",
268
- "text removals"
269
- ]
270
- },
271
- "aria-required": {
272
- description: "Indicates that user input is required on the element before a form may be submitted.",
273
- required: !1,
274
- control: "boolean",
275
- type: "boolean"
276
- },
277
- "aria-roledescription": {
278
- description: "Defines a human-readable, author-localized description for the role of an element.",
279
- required: !1,
280
- control: "text",
281
- type: "string"
282
- },
283
- "aria-rowcount": {
284
- description: "Defines the total number of rows in a table, grid, or treegrid.",
285
- required: !1,
286
- control: "number",
287
- type: "number"
288
- },
289
- "aria-rowindex": {
290
- description: "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.",
291
- required: !1,
292
- control: "number",
293
- type: "number"
294
- },
295
- "aria-rowindextext": {
296
- description: "Defines a human readable text alternative of aria-rowindex.",
297
- required: !1,
298
- control: "text",
299
- type: "string"
300
- },
301
- "aria-rowspan": {
302
- description: "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.",
303
- required: !1,
304
- control: "number",
305
- type: "number"
306
- },
307
- "aria-selected": {
308
- description: 'Indicates the current "selected" state of various widgets.',
309
- required: !1,
310
- control: "boolean",
311
- type: "boolean"
312
- },
313
- "aria-setsize": {
314
- 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.",
315
- required: !1,
316
- control: "number",
317
- type: "number"
318
- },
319
- "aria-sort": {
320
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
321
- required: !1,
322
- control: "select",
323
- type: "string",
324
- options: ["none", "ascending", "descending", "other"]
325
- },
326
- "aria-valuemax": {
327
- description: "Defines the maximum allowed value for a range widget.",
328
- required: !1,
329
- control: "number",
330
- type: "number"
331
- },
332
- "aria-valuemin": {
333
- description: "Defines the minimum allowed value for a range widget.",
334
- required: !1,
335
- control: "number",
336
- type: "number"
337
- },
338
- "aria-valuenow": {
339
- description: "Defines the current value for a range widget.",
340
- required: !1,
341
- control: "number",
342
- type: "number"
343
- },
344
- "aria-valuetext": {
345
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
346
- required: !1,
347
- control: "text",
348
- type: "string"
349
- },
350
16
  autoCapitalize: {
351
17
  required: !1,
352
18
  control: "text",
@@ -1,6 +1,6 @@
1
1
  import { HeaderIcon as e } from "@webstudio-is/icons/svg";
2
2
  import "@webstudio-is/sdk";
3
- import { props as t } from "./__generated__/head.props.js";
3
+ import { props as t } from "./__generated__/head-slot.props.js";
4
4
  const r = {
5
5
  icon: e,
6
6
  description: "Inserts children into the head of the document",