@webstudio-is/react-sdk 0.7.0 → 0.7.2

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 (187) hide show
  1. package/lib/arg-types/utils.d.ts +4 -18
  2. package/lib/arg-types/utils.d.ts.map +1 -1
  3. package/lib/arg-types/utils.js +23 -16
  4. package/lib/component-utils/image.d.ts +107 -0
  5. package/lib/component-utils/image.d.ts.map +1 -0
  6. package/lib/component-utils/image.js +198 -0
  7. package/lib/component-utils/image.test.d.ts +2 -0
  8. package/lib/component-utils/image.test.d.ts.map +1 -0
  9. package/lib/component-utils/image.test.js +132 -0
  10. package/lib/components/body.props.json +104 -1847
  11. package/lib/components/body.stories.d.ts +2 -2
  12. package/lib/components/body.stories.d.ts.map +1 -1
  13. package/lib/components/body.stories.js +0 -5
  14. package/lib/components/bold.d.ts +2 -2
  15. package/lib/components/bold.d.ts.map +1 -1
  16. package/lib/components/bold.props.json +104 -1847
  17. package/lib/components/bold.stories.d.ts +3 -3
  18. package/lib/components/bold.stories.d.ts.map +1 -1
  19. package/lib/components/bold.stories.js +0 -5
  20. package/lib/components/box.props.json +108 -1899
  21. package/lib/components/box.stories.d.ts +5 -5
  22. package/lib/components/box.stories.d.ts.map +1 -1
  23. package/lib/components/box.stories.js +0 -5
  24. package/lib/components/button.d.ts +2 -2
  25. package/lib/components/button.d.ts.map +1 -1
  26. package/lib/components/button.props.json +117 -2065
  27. package/lib/components/button.stories.d.ts +3 -3
  28. package/lib/components/button.stories.d.ts.map +1 -1
  29. package/lib/components/button.stories.js +0 -5
  30. package/lib/components/component-type.d.ts +1 -1
  31. package/lib/components/component-type.d.ts.map +1 -1
  32. package/lib/components/form.d.ts +2 -2
  33. package/lib/components/form.d.ts.map +1 -1
  34. package/lib/components/form.props.json +112 -1991
  35. package/lib/components/form.stories.d.ts +3 -3
  36. package/lib/components/form.stories.d.ts.map +1 -1
  37. package/lib/components/form.stories.js +0 -5
  38. package/lib/components/heading.props.json +107 -1893
  39. package/lib/components/heading.stories.d.ts +5 -5
  40. package/lib/components/heading.stories.d.ts.map +1 -1
  41. package/lib/components/heading.stories.js +0 -5
  42. package/lib/components/image-dev.stories.d.ts +36 -0
  43. package/lib/components/image-dev.stories.d.ts.map +1 -0
  44. package/lib/components/image-dev.stories.js +102 -0
  45. package/lib/components/image.d.ts +10 -2
  46. package/lib/components/image.d.ts.map +1 -1
  47. package/lib/components/image.js +19 -9
  48. package/lib/components/image.props.json +140 -2098
  49. package/lib/components/image.stories.d.ts +11 -3
  50. package/lib/components/image.stories.d.ts.map +1 -1
  51. package/lib/components/image.stories.js +0 -5
  52. package/lib/components/image.ws.d.ts.map +1 -1
  53. package/lib/components/image.ws.js +15 -0
  54. package/lib/components/index.d.ts +3 -0
  55. package/lib/components/index.d.ts.map +1 -1
  56. package/lib/components/index.js +7 -1
  57. package/lib/components/input.d.ts +2 -2
  58. package/lib/components/input.d.ts.map +1 -1
  59. package/lib/components/input.props.json +138 -2474
  60. package/lib/components/input.stories.d.ts +3 -3
  61. package/lib/components/input.stories.d.ts.map +1 -1
  62. package/lib/components/input.stories.js +0 -5
  63. package/lib/components/italic.d.ts +2 -2
  64. package/lib/components/italic.d.ts.map +1 -1
  65. package/lib/components/italic.props.json +104 -1847
  66. package/lib/components/italic.stories.d.ts +3 -3
  67. package/lib/components/italic.stories.d.ts.map +1 -1
  68. package/lib/components/italic.stories.js +0 -5
  69. package/lib/components/link.d.ts +2 -2
  70. package/lib/components/link.d.ts.map +1 -1
  71. package/lib/components/link.props.json +116 -2040
  72. package/lib/components/link.stories.d.ts +5 -5
  73. package/lib/components/link.stories.d.ts.map +1 -1
  74. package/lib/components/link.stories.js +0 -5
  75. package/lib/components/meta.d.ts +7469 -12
  76. package/lib/components/meta.d.ts.map +1 -1
  77. package/lib/components/meta.js +34 -25
  78. package/lib/components/paragraph.d.ts +2 -2
  79. package/lib/components/paragraph.d.ts.map +1 -1
  80. package/lib/components/paragraph.props.json +104 -1847
  81. package/lib/components/paragraph.stories.d.ts +3 -3
  82. package/lib/components/paragraph.stories.d.ts.map +1 -1
  83. package/lib/components/paragraph.stories.js +0 -5
  84. package/lib/components/span.d.ts +3 -0
  85. package/lib/components/span.d.ts.map +1 -0
  86. package/lib/components/span.js +8 -0
  87. package/lib/components/span.props.json +491 -0
  88. package/lib/components/span.stories.d.ts +6 -0
  89. package/lib/components/span.stories.d.ts.map +1 -0
  90. package/lib/components/span.stories.js +14 -0
  91. package/lib/components/span.ws.d.ts +5 -0
  92. package/lib/components/span.ws.d.ts.map +1 -0
  93. package/lib/components/span.ws.js +14 -0
  94. package/lib/components/subscript.d.ts +3 -0
  95. package/lib/components/subscript.d.ts.map +1 -0
  96. package/lib/components/subscript.js +8 -0
  97. package/lib/components/subscript.props.json +491 -0
  98. package/lib/components/subscript.stories.d.ts +6 -0
  99. package/lib/components/subscript.stories.d.ts.map +1 -0
  100. package/lib/components/subscript.stories.js +14 -0
  101. package/lib/components/subscript.ws.d.ts +5 -0
  102. package/lib/components/subscript.ws.d.ts.map +1 -0
  103. package/lib/components/subscript.ws.js +14 -0
  104. package/lib/components/superscript.d.ts +3 -0
  105. package/lib/components/superscript.d.ts.map +1 -0
  106. package/lib/components/superscript.js +8 -0
  107. package/lib/components/superscript.props.json +491 -0
  108. package/lib/components/superscript.stories.d.ts +6 -0
  109. package/lib/components/superscript.stories.d.ts.map +1 -0
  110. package/lib/components/superscript.stories.js +14 -0
  111. package/lib/components/superscript.ws.d.ts +5 -0
  112. package/lib/components/superscript.ws.d.ts.map +1 -0
  113. package/lib/components/superscript.ws.js +14 -0
  114. package/lib/components/text-block.d.ts +2 -2
  115. package/lib/components/text-block.d.ts.map +1 -1
  116. package/lib/components/text-block.props.json +104 -1847
  117. package/lib/components/text-block.stories.d.ts +3 -3
  118. package/lib/components/text-block.stories.d.ts.map +1 -1
  119. package/lib/components/text-block.stories.js +0 -5
  120. package/lib/css/breakpoints.d.ts +1 -1
  121. package/lib/css/breakpoints.d.ts.map +1 -1
  122. package/lib/css/categories.d.ts +2 -2
  123. package/lib/css/get-browser-style.d.ts +1 -1
  124. package/lib/css/get-browser-style.d.ts.map +1 -1
  125. package/lib/css/get-browser-style.js +10 -5
  126. package/lib/css/index.d.ts +0 -5
  127. package/lib/css/index.d.ts.map +1 -1
  128. package/lib/css/index.js +0 -5
  129. package/lib/db/instance.d.ts +1 -1
  130. package/lib/db/instance.d.ts.map +1 -1
  131. package/lib/db/instance.js +2 -2
  132. package/lib/index.d.ts +1 -2
  133. package/lib/index.d.ts.map +1 -1
  134. package/lib/index.js +2 -3
  135. package/lib/pubsub/create.d.ts +1 -0
  136. package/lib/pubsub/create.d.ts.map +1 -1
  137. package/lib/pubsub/create.js +8 -0
  138. package/lib/remix/handle-request.server.d.ts.map +1 -1
  139. package/lib/remix/handle-request.server.js +1 -2
  140. package/lib/remix/root.d.ts.map +1 -1
  141. package/lib/remix/root.js +2 -2
  142. package/lib/tree/create-elements-tree.d.ts +7 -11
  143. package/lib/tree/create-elements-tree.d.ts.map +1 -1
  144. package/lib/tree/create-elements-tree.js +5 -10
  145. package/lib/tree/root.d.ts +4 -6
  146. package/lib/tree/root.d.ts.map +1 -1
  147. package/lib/tree/root.js +1 -23
  148. package/lib/tree/session-storage-polyfill.d.ts +2 -0
  149. package/lib/tree/session-storage-polyfill.d.ts.map +1 -0
  150. package/lib/tree/session-storage-polyfill.js +39 -0
  151. package/lib/tree/wrapper-component.d.ts +4 -4
  152. package/lib/tree/wrapper-component.d.ts.map +1 -1
  153. package/lib/tree/wrapper-component.js +5 -5
  154. package/package.json +21 -13
  155. package/lib/css/keyword-values.d.ts +0 -302
  156. package/lib/css/keyword-values.d.ts.map +0 -1
  157. package/lib/css/keyword-values.js +0 -6619
  158. package/lib/css/properties.d.ts +0 -3199
  159. package/lib/css/properties.d.ts.map +0 -1
  160. package/lib/css/properties.js +0 -3202
  161. package/lib/css/schema.d.ts +0 -283
  162. package/lib/css/schema.d.ts.map +0 -1
  163. package/lib/css/schema.js +0 -48
  164. package/lib/css/types.d.ts +0 -6
  165. package/lib/css/types.d.ts.map +0 -1
  166. package/lib/css/types.js +0 -2
  167. package/lib/css/units.d.ts +0 -2
  168. package/lib/css/units.d.ts.map +0 -1
  169. package/lib/css/units.js +0 -35
  170. package/lib/remix/constants.d.ts +0 -2
  171. package/lib/remix/constants.d.ts.map +0 -1
  172. package/lib/remix/constants.js +0 -4
  173. package/lib/remix/insert-critical-css.d.ts +0 -2
  174. package/lib/remix/insert-critical-css.d.ts.map +0 -1
  175. package/lib/remix/insert-critical-css.js +0 -9
  176. package/lib/stitches/index.d.ts +0 -3
  177. package/lib/stitches/index.d.ts.map +0 -1
  178. package/lib/stitches/index.js +0 -18
  179. package/lib/stitches/stitches.d.ts +0 -8
  180. package/lib/stitches/stitches.d.ts.map +0 -1
  181. package/lib/stitches/stitches.js +0 -38
  182. package/lib/stitches/to-css.d.ts +0 -8
  183. package/lib/stitches/to-css.d.ts.map +0 -1
  184. package/lib/stitches/to-css.js +0 -52
  185. package/lib/stitches/to-css.test.d.ts +0 -2
  186. package/lib/stitches/to-css.test.d.ts.map +0 -1
  187. package/lib/stitches/to-css.test.js +0 -82
@@ -1,273 +1,49 @@
1
1
  {
2
2
  "slot": {
3
3
  "defaultValue": null,
4
- "description": "",
5
- "name": "slot",
6
- "parent": {
7
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
8
- "name": "HTMLAttributes"
9
- },
10
- "declarations": [
11
- {
12
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
13
- "name": "HTMLAttributes"
14
- }
15
- ],
16
4
  "required": false,
17
- "type": {
18
- "name": "string"
19
- },
20
- "control": {
21
- "type": "text"
22
- }
5
+ "type": "text"
23
6
  },
24
7
  "style": {
25
8
  "defaultValue": null,
26
- "description": "",
27
- "name": "style",
28
- "parent": {
29
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
30
- "name": "HTMLAttributes"
31
- },
32
- "declarations": [
33
- {
34
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
35
- "name": "HTMLAttributes"
36
- }
37
- ],
38
9
  "required": false,
39
- "type": {
40
- "name": "CSSProperties"
41
- },
42
- "control": {
43
- "type": "text"
44
- }
10
+ "type": "text"
45
11
  },
46
12
  "title": {
47
13
  "defaultValue": null,
48
- "description": "",
49
- "name": "title",
50
- "parent": {
51
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
52
- "name": "HTMLAttributes"
53
- },
54
- "declarations": [
55
- {
56
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
57
- "name": "HTMLAttributes"
58
- }
59
- ],
60
14
  "required": false,
61
- "type": {
62
- "name": "string"
63
- },
64
- "control": {
65
- "type": "text"
66
- }
15
+ "type": "text"
67
16
  },
68
17
  "alt": {
69
- "defaultValue": {
70
- "value": ""
71
- },
72
- "description": "",
73
- "name": "alt",
74
- "parent": {
75
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
76
- "name": "ImgHTMLAttributes"
77
- },
78
- "declarations": [
79
- {
80
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
81
- "name": "ImgHTMLAttributes"
82
- }
83
- ],
18
+ "defaultValue": "",
84
19
  "required": false,
85
- "type": {
86
- "name": "string"
87
- },
88
- "control": {
89
- "type": "text"
90
- }
20
+ "type": "text"
91
21
  },
92
22
  "crossOrigin": {
93
23
  "defaultValue": null,
94
- "description": "",
95
- "name": "crossOrigin",
96
- "parent": {
97
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
98
- "name": "ImgHTMLAttributes"
99
- },
100
- "declarations": [
101
- {
102
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
103
- "name": "ImgHTMLAttributes"
104
- }
105
- ],
24
+ "options": ["\"\"", "anonymous", "use-credentials"],
106
25
  "required": false,
107
- "type": {
108
- "name": "enum",
109
- "raw": "\"\" | \"anonymous\" | \"use-credentials\"",
110
- "value": [
111
- {
112
- "value": "\"\""
113
- },
114
- {
115
- "value": "\"anonymous\""
116
- },
117
- {
118
- "value": "\"use-credentials\""
119
- }
120
- ]
121
- },
122
- "control": {
123
- "type": "radio"
124
- },
125
- "options": ["\"\"", "anonymous", "use-credentials"]
26
+ "type": "radio"
126
27
  },
127
28
  "decoding": {
128
29
  "defaultValue": null,
129
- "description": "",
130
- "name": "decoding",
131
- "parent": {
132
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
133
- "name": "ImgHTMLAttributes"
134
- },
135
- "declarations": [
136
- {
137
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
138
- "name": "ImgHTMLAttributes"
139
- }
140
- ],
30
+ "options": ["async", "auto", "sync"],
141
31
  "required": false,
142
- "type": {
143
- "name": "enum",
144
- "raw": "\"async\" | \"auto\" | \"sync\"",
145
- "value": [
146
- {
147
- "value": "\"async\""
148
- },
149
- {
150
- "value": "\"auto\""
151
- },
152
- {
153
- "value": "\"sync\""
154
- }
155
- ]
156
- },
157
- "control": {
158
- "type": "radio"
159
- },
160
- "options": ["async", "auto", "sync"]
32
+ "type": "radio"
161
33
  },
162
34
  "height": {
163
- "defaultValue": {
164
- "value": "auto"
165
- },
166
- "description": "",
167
- "name": "height",
168
- "parent": {
169
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
170
- "name": "ImgHTMLAttributes"
171
- },
172
- "declarations": [
173
- {
174
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
175
- "name": "ImgHTMLAttributes"
176
- }
177
- ],
35
+ "defaultValue": "",
178
36
  "required": false,
179
- "type": {
180
- "name": "string | number"
181
- },
182
- "control": {
183
- "type": "text"
184
- }
37
+ "type": "text"
185
38
  },
186
39
  "loading": {
187
- "defaultValue": {
188
- "value": "lazy"
189
- },
190
- "description": "",
191
- "name": "loading",
192
- "parent": {
193
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
194
- "name": "ImgHTMLAttributes"
195
- },
196
- "declarations": [
197
- {
198
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
199
- "name": "ImgHTMLAttributes"
200
- }
201
- ],
40
+ "defaultValue": "lazy",
41
+ "options": ["eager", "lazy"],
202
42
  "required": false,
203
- "type": {
204
- "name": "enum",
205
- "raw": "\"eager\" | \"lazy\"",
206
- "value": [
207
- {
208
- "value": "\"eager\""
209
- },
210
- {
211
- "value": "\"lazy\""
212
- }
213
- ]
214
- },
215
- "control": {
216
- "type": "radio"
217
- },
218
- "options": ["eager", "lazy"]
43
+ "type": "radio"
219
44
  },
220
45
  "referrerPolicy": {
221
46
  "defaultValue": null,
222
- "description": "",
223
- "name": "referrerPolicy",
224
- "parent": {
225
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
226
- "name": "ImgHTMLAttributes"
227
- },
228
- "declarations": [
229
- {
230
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
231
- "name": "ImgHTMLAttributes"
232
- }
233
- ],
234
- "required": false,
235
- "type": {
236
- "name": "enum",
237
- "raw": "HTMLAttributeReferrerPolicy",
238
- "value": [
239
- {
240
- "value": "\"\""
241
- },
242
- {
243
- "value": "\"no-referrer\""
244
- },
245
- {
246
- "value": "\"no-referrer-when-downgrade\""
247
- },
248
- {
249
- "value": "\"origin\""
250
- },
251
- {
252
- "value": "\"origin-when-cross-origin\""
253
- },
254
- {
255
- "value": "\"same-origin\""
256
- },
257
- {
258
- "value": "\"strict-origin\""
259
- },
260
- {
261
- "value": "\"strict-origin-when-cross-origin\""
262
- },
263
- {
264
- "value": "\"unsafe-url\""
265
- }
266
- ]
267
- },
268
- "control": {
269
- "type": "select"
270
- },
271
47
  "options": [
272
48
  "\"\"",
273
49
  "no-referrer",
@@ -278,1047 +54,234 @@
278
54
  "strict-origin",
279
55
  "strict-origin-when-cross-origin",
280
56
  "unsafe-url"
281
- ]
57
+ ],
58
+ "required": false,
59
+ "type": "select"
282
60
  },
283
61
  "sizes": {
284
62
  "defaultValue": null,
285
- "description": "",
286
- "name": "sizes",
287
- "parent": {
288
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
289
- "name": "ImgHTMLAttributes"
290
- },
291
- "declarations": [
292
- {
293
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
294
- "name": "ImgHTMLAttributes"
295
- }
296
- ],
297
63
  "required": false,
298
- "type": {
299
- "name": "string"
300
- },
301
- "control": {
302
- "type": "text"
303
- }
64
+ "type": "text"
304
65
  },
305
66
  "src": {
306
- "defaultValue": {
307
- "value": ""
308
- },
309
- "description": "",
310
- "name": "src",
311
- "parent": {
312
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
313
- "name": "ImgHTMLAttributes"
314
- },
315
- "declarations": [
316
- {
317
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
318
- "name": "ImgHTMLAttributes"
319
- }
320
- ],
67
+ "defaultValue": "",
321
68
  "required": false,
322
- "type": {
323
- "name": "string"
324
- },
325
- "control": {
326
- "type": "text"
327
- }
69
+ "type": "text"
328
70
  },
329
71
  "srcSet": {
330
72
  "defaultValue": null,
331
- "description": "",
332
- "name": "srcSet",
333
- "parent": {
334
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
335
- "name": "ImgHTMLAttributes"
336
- },
337
- "declarations": [
338
- {
339
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
340
- "name": "ImgHTMLAttributes"
341
- }
342
- ],
343
73
  "required": false,
344
- "type": {
345
- "name": "string"
346
- },
347
- "control": {
348
- "type": "text"
349
- }
74
+ "type": "text"
350
75
  },
351
76
  "useMap": {
352
77
  "defaultValue": null,
353
- "description": "",
354
- "name": "useMap",
355
- "parent": {
356
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
357
- "name": "ImgHTMLAttributes"
358
- },
359
- "declarations": [
360
- {
361
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
362
- "name": "ImgHTMLAttributes"
363
- }
364
- ],
365
78
  "required": false,
366
- "type": {
367
- "name": "string"
368
- },
369
- "control": {
370
- "type": "text"
371
- }
79
+ "type": "text"
372
80
  },
373
81
  "width": {
374
- "defaultValue": {
375
- "value": "auto"
376
- },
377
- "description": "",
378
- "name": "width",
379
- "parent": {
380
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
381
- "name": "ImgHTMLAttributes"
382
- },
383
- "declarations": [
384
- {
385
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
386
- "name": "ImgHTMLAttributes"
387
- }
388
- ],
82
+ "defaultValue": "",
389
83
  "required": false,
390
- "type": {
391
- "name": "string | number"
392
- },
393
- "control": {
394
- "type": "text"
395
- }
84
+ "type": "text"
396
85
  },
397
86
  "defaultChecked": {
398
87
  "defaultValue": null,
399
- "description": "",
400
- "name": "defaultChecked",
401
- "parent": {
402
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
403
- "name": "HTMLAttributes"
404
- },
405
- "declarations": [
406
- {
407
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
408
- "name": "HTMLAttributes"
409
- }
410
- ],
411
88
  "required": false,
412
- "type": {
413
- "name": "boolean"
414
- },
415
- "control": {
416
- "type": "boolean"
417
- }
89
+ "type": "boolean"
418
90
  },
419
91
  "defaultValue": {
420
92
  "defaultValue": null,
421
- "description": "",
422
- "name": "defaultValue",
423
- "parent": {
424
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
425
- "name": "HTMLAttributes"
426
- },
427
- "declarations": [
428
- {
429
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
430
- "name": "HTMLAttributes"
431
- }
432
- ],
433
93
  "required": false,
434
- "type": {
435
- "name": "string | number | readonly string[]"
436
- },
437
- "control": {
438
- "type": "text"
439
- }
94
+ "type": "text"
440
95
  },
441
96
  "suppressContentEditableWarning": {
442
97
  "defaultValue": null,
443
- "description": "",
444
- "name": "suppressContentEditableWarning",
445
- "parent": {
446
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
447
- "name": "HTMLAttributes"
448
- },
449
- "declarations": [
450
- {
451
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
452
- "name": "HTMLAttributes"
453
- }
454
- ],
455
98
  "required": false,
456
- "type": {
457
- "name": "boolean"
458
- },
459
- "control": {
460
- "type": "boolean"
461
- }
99
+ "type": "boolean"
462
100
  },
463
101
  "suppressHydrationWarning": {
464
102
  "defaultValue": null,
465
- "description": "",
466
- "name": "suppressHydrationWarning",
467
- "parent": {
468
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
469
- "name": "HTMLAttributes"
470
- },
471
- "declarations": [
472
- {
473
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
474
- "name": "HTMLAttributes"
475
- }
476
- ],
477
103
  "required": false,
478
- "type": {
479
- "name": "boolean"
480
- },
481
- "control": {
482
- "type": "boolean"
483
- }
104
+ "type": "boolean"
484
105
  },
485
106
  "accessKey": {
486
107
  "defaultValue": null,
487
- "description": "",
488
- "name": "accessKey",
489
- "parent": {
490
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
491
- "name": "HTMLAttributes"
492
- },
493
- "declarations": [
494
- {
495
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
496
- "name": "HTMLAttributes"
497
- }
498
- ],
499
108
  "required": false,
500
- "type": {
501
- "name": "string"
502
- },
503
- "control": {
504
- "type": "text"
505
- }
109
+ "type": "text"
506
110
  },
507
111
  "className": {
508
112
  "defaultValue": null,
509
- "description": "",
510
- "name": "className",
511
- "parent": {
512
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
513
- "name": "HTMLAttributes"
514
- },
515
- "declarations": [
516
- {
517
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
518
- "name": "HTMLAttributes"
519
- }
520
- ],
521
113
  "required": false,
522
- "type": {
523
- "name": "string"
524
- },
525
- "control": {
526
- "type": "text"
527
- }
114
+ "type": "text"
528
115
  },
529
116
  "contentEditable": {
530
117
  "defaultValue": null,
531
- "description": "",
532
- "name": "contentEditable",
533
- "parent": {
534
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
535
- "name": "HTMLAttributes"
536
- },
537
- "declarations": [
538
- {
539
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
540
- "name": "HTMLAttributes"
541
- }
542
- ],
543
118
  "required": false,
544
- "type": {
545
- "name": "Booleanish | \"inherit\""
546
- },
547
- "control": {
548
- "type": "text"
549
- }
119
+ "type": "text"
550
120
  },
551
121
  "contextMenu": {
552
122
  "defaultValue": null,
553
- "description": "",
554
- "name": "contextMenu",
555
- "parent": {
556
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
557
- "name": "HTMLAttributes"
558
- },
559
- "declarations": [
560
- {
561
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
562
- "name": "HTMLAttributes"
563
- }
564
- ],
565
123
  "required": false,
566
- "type": {
567
- "name": "string"
568
- },
569
- "control": {
570
- "type": "text"
571
- }
124
+ "type": "text"
572
125
  },
573
126
  "dir": {
574
127
  "defaultValue": null,
575
- "description": "",
576
- "name": "dir",
577
- "parent": {
578
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
579
- "name": "HTMLAttributes"
580
- },
581
- "declarations": [
582
- {
583
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
584
- "name": "HTMLAttributes"
585
- }
586
- ],
587
128
  "required": false,
588
- "type": {
589
- "name": "string"
590
- },
591
- "control": {
592
- "type": "text"
593
- }
129
+ "type": "text"
594
130
  },
595
131
  "draggable": {
596
132
  "defaultValue": null,
597
- "description": "",
598
- "name": "draggable",
599
- "parent": {
600
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
601
- "name": "HTMLAttributes"
602
- },
603
- "declarations": [
604
- {
605
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
606
- "name": "HTMLAttributes"
607
- }
608
- ],
609
133
  "required": false,
610
- "type": {
611
- "name": "Booleanish"
612
- },
613
- "control": {
614
- "type": "boolean"
615
- }
134
+ "type": "boolean"
616
135
  },
617
136
  "hidden": {
618
137
  "defaultValue": null,
619
- "description": "",
620
- "name": "hidden",
621
- "parent": {
622
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
623
- "name": "HTMLAttributes"
624
- },
625
- "declarations": [
626
- {
627
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
628
- "name": "HTMLAttributes"
629
- }
630
- ],
631
138
  "required": false,
632
- "type": {
633
- "name": "boolean"
634
- },
635
- "control": {
636
- "type": "boolean"
637
- }
139
+ "type": "boolean"
638
140
  },
639
141
  "id": {
640
142
  "defaultValue": null,
641
- "description": "",
642
- "name": "id",
643
- "parent": {
644
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
645
- "name": "HTMLAttributes"
646
- },
647
- "declarations": [
648
- {
649
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
650
- "name": "HTMLAttributes"
651
- }
652
- ],
653
143
  "required": false,
654
- "type": {
655
- "name": "string"
656
- },
657
- "control": {
658
- "type": "text"
659
- }
144
+ "type": "text"
660
145
  },
661
146
  "lang": {
662
147
  "defaultValue": null,
663
- "description": "",
664
- "name": "lang",
665
- "parent": {
666
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
667
- "name": "HTMLAttributes"
668
- },
669
- "declarations": [
670
- {
671
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
672
- "name": "HTMLAttributes"
673
- }
674
- ],
675
148
  "required": false,
676
- "type": {
677
- "name": "string"
678
- },
679
- "control": {
680
- "type": "text"
681
- }
149
+ "type": "text"
682
150
  },
683
151
  "placeholder": {
684
152
  "defaultValue": null,
685
- "description": "",
686
- "name": "placeholder",
687
- "parent": {
688
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
689
- "name": "HTMLAttributes"
690
- },
691
- "declarations": [
692
- {
693
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
694
- "name": "HTMLAttributes"
695
- }
696
- ],
697
153
  "required": false,
698
- "type": {
699
- "name": "string"
700
- },
701
- "control": {
702
- "type": "text"
703
- }
154
+ "type": "text"
704
155
  },
705
156
  "spellCheck": {
706
157
  "defaultValue": null,
707
- "description": "",
708
- "name": "spellCheck",
709
- "parent": {
710
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
711
- "name": "HTMLAttributes"
712
- },
713
- "declarations": [
714
- {
715
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
716
- "name": "HTMLAttributes"
717
- }
718
- ],
719
158
  "required": false,
720
- "type": {
721
- "name": "Booleanish"
722
- },
723
- "control": {
724
- "type": "boolean"
725
- }
159
+ "type": "boolean"
726
160
  },
727
161
  "tabIndex": {
728
162
  "defaultValue": null,
729
- "description": "",
730
- "name": "tabIndex",
731
- "parent": {
732
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
733
- "name": "HTMLAttributes"
734
- },
735
- "declarations": [
736
- {
737
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
738
- "name": "HTMLAttributes"
739
- }
740
- ],
741
163
  "required": false,
742
- "type": {
743
- "name": "number"
744
- },
745
- "control": {
746
- "type": "number"
747
- }
164
+ "type": "number"
748
165
  },
749
166
  "translate": {
750
167
  "defaultValue": null,
751
- "description": "",
752
- "name": "translate",
753
- "parent": {
754
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
755
- "name": "HTMLAttributes"
756
- },
757
- "declarations": [
758
- {
759
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
760
- "name": "HTMLAttributes"
761
- }
762
- ],
168
+ "options": ["yes", "no"],
763
169
  "required": false,
764
- "type": {
765
- "name": "enum",
766
- "raw": "\"yes\" | \"no\"",
767
- "value": [
768
- {
769
- "value": "\"yes\""
770
- },
771
- {
772
- "value": "\"no\""
773
- }
774
- ]
775
- },
776
- "control": {
777
- "type": "radio"
778
- },
779
- "options": ["yes", "no"]
170
+ "type": "radio"
780
171
  },
781
172
  "radioGroup": {
782
173
  "defaultValue": null,
783
- "description": "",
784
- "name": "radioGroup",
785
- "parent": {
786
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
787
- "name": "HTMLAttributes"
788
- },
789
- "declarations": [
790
- {
791
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
792
- "name": "HTMLAttributes"
793
- }
794
- ],
795
174
  "required": false,
796
- "type": {
797
- "name": "string"
798
- },
799
- "control": {
800
- "type": "text"
801
- }
175
+ "type": "text"
802
176
  },
803
177
  "role": {
804
178
  "defaultValue": null,
805
- "description": "",
806
- "name": "role",
807
- "parent": {
808
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
809
- "name": "HTMLAttributes"
810
- },
811
- "declarations": [
812
- {
813
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
814
- "name": "HTMLAttributes"
815
- }
816
- ],
817
179
  "required": false,
818
- "type": {
819
- "name": "AriaRole"
820
- },
821
- "control": {
822
- "type": "text"
823
- }
180
+ "type": "text"
824
181
  },
825
182
  "about": {
826
183
  "defaultValue": null,
827
- "description": "",
828
- "name": "about",
829
- "parent": {
830
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
831
- "name": "HTMLAttributes"
832
- },
833
- "declarations": [
834
- {
835
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
836
- "name": "HTMLAttributes"
837
- }
838
- ],
839
184
  "required": false,
840
- "type": {
841
- "name": "string"
842
- },
843
- "control": {
844
- "type": "text"
845
- }
185
+ "type": "text"
846
186
  },
847
187
  "datatype": {
848
188
  "defaultValue": null,
849
- "description": "",
850
- "name": "datatype",
851
- "parent": {
852
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
853
- "name": "HTMLAttributes"
854
- },
855
- "declarations": [
856
- {
857
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
858
- "name": "HTMLAttributes"
859
- }
860
- ],
861
189
  "required": false,
862
- "type": {
863
- "name": "string"
864
- },
865
- "control": {
866
- "type": "text"
867
- }
190
+ "type": "text"
868
191
  },
869
192
  "inlist": {
870
193
  "defaultValue": null,
871
- "description": "",
872
- "name": "inlist",
873
- "parent": {
874
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
875
- "name": "HTMLAttributes"
876
- },
877
- "declarations": [
878
- {
879
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
880
- "name": "HTMLAttributes"
881
- }
882
- ],
883
194
  "required": false,
884
- "type": {
885
- "name": "any"
886
- },
887
- "control": {
888
- "type": "text"
889
- }
195
+ "type": "text"
890
196
  },
891
197
  "prefix": {
892
198
  "defaultValue": null,
893
- "description": "",
894
- "name": "prefix",
895
- "parent": {
896
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
897
- "name": "HTMLAttributes"
898
- },
899
- "declarations": [
900
- {
901
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
902
- "name": "HTMLAttributes"
903
- }
904
- ],
905
199
  "required": false,
906
- "type": {
907
- "name": "string"
908
- },
909
- "control": {
910
- "type": "text"
911
- }
200
+ "type": "text"
912
201
  },
913
202
  "property": {
914
203
  "defaultValue": null,
915
- "description": "",
916
- "name": "property",
917
- "parent": {
918
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
919
- "name": "HTMLAttributes"
920
- },
921
- "declarations": [
922
- {
923
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
924
- "name": "HTMLAttributes"
925
- }
926
- ],
927
204
  "required": false,
928
- "type": {
929
- "name": "string"
930
- },
931
- "control": {
932
- "type": "text"
933
- }
205
+ "type": "text"
934
206
  },
935
207
  "resource": {
936
208
  "defaultValue": null,
937
- "description": "",
938
- "name": "resource",
939
- "parent": {
940
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
941
- "name": "HTMLAttributes"
942
- },
943
- "declarations": [
944
- {
945
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
946
- "name": "HTMLAttributes"
947
- }
948
- ],
949
209
  "required": false,
950
- "type": {
951
- "name": "string"
952
- },
953
- "control": {
954
- "type": "text"
955
- }
210
+ "type": "text"
956
211
  },
957
212
  "typeof": {
958
213
  "defaultValue": null,
959
- "description": "",
960
- "name": "typeof",
961
- "parent": {
962
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
963
- "name": "HTMLAttributes"
964
- },
965
- "declarations": [
966
- {
967
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
968
- "name": "HTMLAttributes"
969
- }
970
- ],
971
214
  "required": false,
972
- "type": {
973
- "name": "string"
974
- },
975
- "control": {
976
- "type": "text"
977
- }
215
+ "type": "text"
978
216
  },
979
217
  "vocab": {
980
218
  "defaultValue": null,
981
- "description": "",
982
- "name": "vocab",
983
- "parent": {
984
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
985
- "name": "HTMLAttributes"
986
- },
987
- "declarations": [
988
- {
989
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
990
- "name": "HTMLAttributes"
991
- }
992
- ],
993
219
  "required": false,
994
- "type": {
995
- "name": "string"
996
- },
997
- "control": {
998
- "type": "text"
999
- }
220
+ "type": "text"
1000
221
  },
1001
222
  "autoCapitalize": {
1002
223
  "defaultValue": null,
1003
- "description": "",
1004
- "name": "autoCapitalize",
1005
- "parent": {
1006
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1007
- "name": "HTMLAttributes"
1008
- },
1009
- "declarations": [
1010
- {
1011
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1012
- "name": "HTMLAttributes"
1013
- }
1014
- ],
1015
224
  "required": false,
1016
- "type": {
1017
- "name": "string"
1018
- },
1019
- "control": {
1020
- "type": "text"
1021
- }
225
+ "type": "text"
1022
226
  },
1023
227
  "autoCorrect": {
1024
228
  "defaultValue": null,
1025
- "description": "",
1026
- "name": "autoCorrect",
1027
- "parent": {
1028
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1029
- "name": "HTMLAttributes"
1030
- },
1031
- "declarations": [
1032
- {
1033
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1034
- "name": "HTMLAttributes"
1035
- }
1036
- ],
1037
229
  "required": false,
1038
- "type": {
1039
- "name": "string"
1040
- },
1041
- "control": {
1042
- "type": "text"
1043
- }
230
+ "type": "text"
1044
231
  },
1045
232
  "autoSave": {
1046
233
  "defaultValue": null,
1047
- "description": "",
1048
- "name": "autoSave",
1049
- "parent": {
1050
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1051
- "name": "HTMLAttributes"
1052
- },
1053
- "declarations": [
1054
- {
1055
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1056
- "name": "HTMLAttributes"
1057
- }
1058
- ],
1059
234
  "required": false,
1060
- "type": {
1061
- "name": "string"
1062
- },
1063
- "control": {
1064
- "type": "text"
1065
- }
235
+ "type": "text"
1066
236
  },
1067
237
  "color": {
1068
- "description": "",
1069
- "name": "color",
1070
- "parent": {
1071
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1072
- "name": "HTMLAttributes"
1073
- },
1074
- "declarations": [
1075
- {
1076
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1077
- "name": "HTMLAttributes"
1078
- }
1079
- ],
238
+ "defaultValue": null,
1080
239
  "required": false,
1081
- "type": {
1082
- "name": "string"
1083
- },
1084
- "control": {
1085
- "type": "color"
1086
- }
240
+ "type": "color"
1087
241
  },
1088
242
  "itemProp": {
1089
243
  "defaultValue": null,
1090
- "description": "",
1091
- "name": "itemProp",
1092
- "parent": {
1093
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1094
- "name": "HTMLAttributes"
1095
- },
1096
- "declarations": [
1097
- {
1098
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1099
- "name": "HTMLAttributes"
1100
- }
1101
- ],
1102
244
  "required": false,
1103
- "type": {
1104
- "name": "string"
1105
- },
1106
- "control": {
1107
- "type": "text"
1108
- }
245
+ "type": "text"
1109
246
  },
1110
247
  "itemScope": {
1111
248
  "defaultValue": null,
1112
- "description": "",
1113
- "name": "itemScope",
1114
- "parent": {
1115
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1116
- "name": "HTMLAttributes"
1117
- },
1118
- "declarations": [
1119
- {
1120
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1121
- "name": "HTMLAttributes"
1122
- }
1123
- ],
1124
249
  "required": false,
1125
- "type": {
1126
- "name": "boolean"
1127
- },
1128
- "control": {
1129
- "type": "boolean"
1130
- }
250
+ "type": "boolean"
1131
251
  },
1132
252
  "itemType": {
1133
253
  "defaultValue": null,
1134
- "description": "",
1135
- "name": "itemType",
1136
- "parent": {
1137
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1138
- "name": "HTMLAttributes"
1139
- },
1140
- "declarations": [
1141
- {
1142
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1143
- "name": "HTMLAttributes"
1144
- }
1145
- ],
1146
254
  "required": false,
1147
- "type": {
1148
- "name": "string"
1149
- },
1150
- "control": {
1151
- "type": "text"
1152
- }
255
+ "type": "text"
1153
256
  },
1154
257
  "itemID": {
1155
258
  "defaultValue": null,
1156
- "description": "",
1157
- "name": "itemID",
1158
- "parent": {
1159
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1160
- "name": "HTMLAttributes"
1161
- },
1162
- "declarations": [
1163
- {
1164
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1165
- "name": "HTMLAttributes"
1166
- }
1167
- ],
1168
259
  "required": false,
1169
- "type": {
1170
- "name": "string"
1171
- },
1172
- "control": {
1173
- "type": "text"
1174
- }
260
+ "type": "text"
1175
261
  },
1176
262
  "itemRef": {
1177
263
  "defaultValue": null,
1178
- "description": "",
1179
- "name": "itemRef",
1180
- "parent": {
1181
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1182
- "name": "HTMLAttributes"
1183
- },
1184
- "declarations": [
1185
- {
1186
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1187
- "name": "HTMLAttributes"
1188
- }
1189
- ],
1190
264
  "required": false,
1191
- "type": {
1192
- "name": "string"
1193
- },
1194
- "control": {
1195
- "type": "text"
1196
- }
265
+ "type": "text"
1197
266
  },
1198
267
  "results": {
1199
268
  "defaultValue": null,
1200
- "description": "",
1201
- "name": "results",
1202
- "parent": {
1203
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1204
- "name": "HTMLAttributes"
1205
- },
1206
- "declarations": [
1207
- {
1208
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1209
- "name": "HTMLAttributes"
1210
- }
1211
- ],
1212
269
  "required": false,
1213
- "type": {
1214
- "name": "number"
1215
- },
1216
- "control": {
1217
- "type": "number"
1218
- }
270
+ "type": "number"
1219
271
  },
1220
272
  "security": {
1221
273
  "defaultValue": null,
1222
- "description": "",
1223
- "name": "security",
1224
- "parent": {
1225
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1226
- "name": "HTMLAttributes"
1227
- },
1228
- "declarations": [
1229
- {
1230
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1231
- "name": "HTMLAttributes"
1232
- }
1233
- ],
1234
274
  "required": false,
1235
- "type": {
1236
- "name": "string"
1237
- },
1238
- "control": {
1239
- "type": "text"
1240
- }
275
+ "type": "text"
1241
276
  },
1242
277
  "unselectable": {
1243
278
  "defaultValue": null,
1244
- "description": "",
1245
- "name": "unselectable",
1246
- "parent": {
1247
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1248
- "name": "HTMLAttributes"
1249
- },
1250
- "declarations": [
1251
- {
1252
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1253
- "name": "HTMLAttributes"
1254
- }
1255
- ],
279
+ "options": ["on", "off"],
1256
280
  "required": false,
1257
- "type": {
1258
- "name": "enum",
1259
- "raw": "\"on\" | \"off\"",
1260
- "value": [
1261
- {
1262
- "value": "\"on\""
1263
- },
1264
- {
1265
- "value": "\"off\""
1266
- }
1267
- ]
1268
- },
1269
- "control": {
1270
- "type": "radio"
1271
- },
1272
- "options": ["on", "off"]
281
+ "type": "radio"
1273
282
  },
1274
283
  "inputMode": {
1275
284
  "defaultValue": null,
1276
- "description": "Hints at the type of data that might be entered by the user while editing the element or its contents\n@see https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute",
1277
- "name": "inputMode",
1278
- "parent": {
1279
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1280
- "name": "HTMLAttributes"
1281
- },
1282
- "declarations": [
1283
- {
1284
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1285
- "name": "HTMLAttributes"
1286
- }
1287
- ],
1288
- "required": false,
1289
- "type": {
1290
- "name": "enum",
1291
- "raw": "\"text\" | \"none\" | \"search\" | \"tel\" | \"url\" | \"email\" | \"numeric\" | \"decimal\"",
1292
- "value": [
1293
- {
1294
- "value": "\"text\""
1295
- },
1296
- {
1297
- "value": "\"none\""
1298
- },
1299
- {
1300
- "value": "\"search\""
1301
- },
1302
- {
1303
- "value": "\"tel\""
1304
- },
1305
- {
1306
- "value": "\"url\""
1307
- },
1308
- {
1309
- "value": "\"email\""
1310
- },
1311
- {
1312
- "value": "\"numeric\""
1313
- },
1314
- {
1315
- "value": "\"decimal\""
1316
- }
1317
- ]
1318
- },
1319
- "control": {
1320
- "type": "select"
1321
- },
1322
285
  "options": [
1323
286
  "text",
1324
287
  "none",
@@ -1328,915 +291,196 @@
1328
291
  "email",
1329
292
  "numeric",
1330
293
  "decimal"
1331
- ]
294
+ ],
295
+ "required": false,
296
+ "type": "select"
1332
297
  },
1333
298
  "is": {
1334
299
  "defaultValue": null,
1335
- "description": "Specify that a standard HTML element should behave like a defined custom built-in element\n@see https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is",
1336
- "name": "is",
1337
- "parent": {
1338
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1339
- "name": "HTMLAttributes"
1340
- },
1341
- "declarations": [
1342
- {
1343
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1344
- "name": "HTMLAttributes"
1345
- }
1346
- ],
1347
300
  "required": false,
1348
- "type": {
1349
- "name": "string"
1350
- },
1351
- "control": {
1352
- "type": "text"
1353
- }
301
+ "type": "text"
1354
302
  },
1355
303
  "aria-activedescendant": {
1356
304
  "defaultValue": null,
1357
- "description": "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
1358
- "name": "aria-activedescendant",
1359
- "parent": {
1360
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1361
- "name": "AriaAttributes"
1362
- },
1363
- "declarations": [
1364
- {
1365
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1366
- "name": "AriaAttributes"
1367
- }
1368
- ],
1369
305
  "required": false,
1370
- "type": {
1371
- "name": "string"
1372
- },
1373
- "control": {
1374
- "type": "text"
1375
- }
306
+ "type": "text"
1376
307
  },
1377
308
  "aria-atomic": {
1378
309
  "defaultValue": null,
1379
- "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.",
1380
- "name": "aria-atomic",
1381
- "parent": {
1382
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1383
- "name": "AriaAttributes"
1384
- },
1385
- "declarations": [
1386
- {
1387
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1388
- "name": "AriaAttributes"
1389
- }
1390
- ],
1391
310
  "required": false,
1392
- "type": {
1393
- "name": "Booleanish"
1394
- },
1395
- "control": {
1396
- "type": "boolean"
1397
- }
311
+ "type": "boolean"
1398
312
  },
1399
313
  "aria-autocomplete": {
1400
314
  "defaultValue": null,
1401
- "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\npresented if they are made.",
1402
- "name": "aria-autocomplete",
1403
- "parent": {
1404
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1405
- "name": "AriaAttributes"
1406
- },
1407
- "declarations": [
1408
- {
1409
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1410
- "name": "AriaAttributes"
1411
- }
1412
- ],
315
+ "options": ["list", "none", "inline", "both"],
1413
316
  "required": false,
1414
- "type": {
1415
- "name": "enum",
1416
- "raw": "\"list\" | \"none\" | \"inline\" | \"both\"",
1417
- "value": [
1418
- {
1419
- "value": "\"list\""
1420
- },
1421
- {
1422
- "value": "\"none\""
1423
- },
1424
- {
1425
- "value": "\"inline\""
1426
- },
1427
- {
1428
- "value": "\"both\""
1429
- }
1430
- ]
1431
- },
1432
- "control": {
1433
- "type": "radio"
1434
- },
1435
- "options": ["list", "none", "inline", "both"]
317
+ "type": "radio"
1436
318
  },
1437
319
  "aria-busy": {
1438
320
  "defaultValue": null,
1439
- "description": "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.",
1440
- "name": "aria-busy",
1441
- "parent": {
1442
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1443
- "name": "AriaAttributes"
1444
- },
1445
- "declarations": [
1446
- {
1447
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1448
- "name": "AriaAttributes"
1449
- }
1450
- ],
1451
321
  "required": false,
1452
- "type": {
1453
- "name": "Booleanish"
1454
- },
1455
- "control": {
1456
- "type": "boolean"
1457
- }
322
+ "type": "boolean"
1458
323
  },
1459
324
  "aria-checked": {
1460
325
  "defaultValue": null,
1461
- "description": "Indicates the current \"checked\" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.",
1462
- "name": "aria-checked",
1463
- "parent": {
1464
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1465
- "name": "AriaAttributes"
1466
- },
1467
- "declarations": [
1468
- {
1469
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1470
- "name": "AriaAttributes"
1471
- }
1472
- ],
1473
326
  "required": false,
1474
- "type": {
1475
- "name": "boolean | \"true\" | \"false\" | \"mixed\""
1476
- },
1477
- "control": {
1478
- "type": "text"
1479
- }
327
+ "type": "text"
1480
328
  },
1481
329
  "aria-colcount": {
1482
330
  "defaultValue": null,
1483
- "description": "Defines the total number of columns in a table, grid, or treegrid.\n@see aria-colindex.",
1484
- "name": "aria-colcount",
1485
- "parent": {
1486
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1487
- "name": "AriaAttributes"
1488
- },
1489
- "declarations": [
1490
- {
1491
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1492
- "name": "AriaAttributes"
1493
- }
1494
- ],
1495
331
  "required": false,
1496
- "type": {
1497
- "name": "number"
1498
- },
1499
- "control": {
1500
- "type": "number"
1501
- }
332
+ "type": "number"
1502
333
  },
1503
334
  "aria-colindex": {
1504
335
  "defaultValue": null,
1505
- "description": "Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.\n@see aria-colcount\n@see aria-colspan.",
1506
- "name": "aria-colindex",
1507
- "parent": {
1508
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1509
- "name": "AriaAttributes"
1510
- },
1511
- "declarations": [
1512
- {
1513
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1514
- "name": "AriaAttributes"
1515
- }
1516
- ],
1517
336
  "required": false,
1518
- "type": {
1519
- "name": "number"
1520
- },
1521
- "control": {
1522
- "type": "number"
1523
- }
337
+ "type": "number"
1524
338
  },
1525
339
  "aria-colspan": {
1526
340
  "defaultValue": null,
1527
- "description": "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.",
1528
- "name": "aria-colspan",
1529
- "parent": {
1530
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1531
- "name": "AriaAttributes"
1532
- },
1533
- "declarations": [
1534
- {
1535
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1536
- "name": "AriaAttributes"
1537
- }
1538
- ],
1539
341
  "required": false,
1540
- "type": {
1541
- "name": "number"
1542
- },
1543
- "control": {
1544
- "type": "number"
1545
- }
342
+ "type": "number"
1546
343
  },
1547
344
  "aria-controls": {
1548
345
  "defaultValue": null,
1549
- "description": "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n@see aria-owns.",
1550
- "name": "aria-controls",
1551
- "parent": {
1552
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1553
- "name": "AriaAttributes"
1554
- },
1555
- "declarations": [
1556
- {
1557
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1558
- "name": "AriaAttributes"
1559
- }
1560
- ],
1561
346
  "required": false,
1562
- "type": {
1563
- "name": "string"
1564
- },
1565
- "control": {
1566
- "type": "text"
1567
- }
347
+ "type": "text"
1568
348
  },
1569
349
  "aria-current": {
1570
350
  "defaultValue": null,
1571
- "description": "Indicates the element that represents the current item within a container or set of related elements.",
1572
- "name": "aria-current",
1573
- "parent": {
1574
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1575
- "name": "AriaAttributes"
1576
- },
1577
- "declarations": [
1578
- {
1579
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1580
- "name": "AriaAttributes"
1581
- }
1582
- ],
1583
351
  "required": false,
1584
- "type": {
1585
- "name": "boolean | \"time\" | \"true\" | \"false\" | \"page\" | \"step\" | \"location\" | \"date\""
1586
- },
1587
- "control": {
1588
- "type": "text"
1589
- }
352
+ "type": "text"
1590
353
  },
1591
354
  "aria-describedby": {
1592
355
  "defaultValue": null,
1593
- "description": "Identifies the element (or elements) that describes the object.\n@see aria-labelledby",
1594
- "name": "aria-describedby",
1595
- "parent": {
1596
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1597
- "name": "AriaAttributes"
1598
- },
1599
- "declarations": [
1600
- {
1601
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1602
- "name": "AriaAttributes"
1603
- }
1604
- ],
1605
356
  "required": false,
1606
- "type": {
1607
- "name": "string"
1608
- },
1609
- "control": {
1610
- "type": "text"
1611
- }
357
+ "type": "text"
1612
358
  },
1613
359
  "aria-details": {
1614
360
  "defaultValue": null,
1615
- "description": "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
1616
- "name": "aria-details",
1617
- "parent": {
1618
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1619
- "name": "AriaAttributes"
1620
- },
1621
- "declarations": [
1622
- {
1623
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1624
- "name": "AriaAttributes"
1625
- }
1626
- ],
1627
361
  "required": false,
1628
- "type": {
1629
- "name": "string"
1630
- },
1631
- "control": {
1632
- "type": "text"
1633
- }
362
+ "type": "text"
1634
363
  },
1635
364
  "aria-disabled": {
1636
365
  "defaultValue": null,
1637
- "description": "Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.\n@see aria-hidden\n@see aria-readonly.",
1638
- "name": "aria-disabled",
1639
- "parent": {
1640
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1641
- "name": "AriaAttributes"
1642
- },
1643
- "declarations": [
1644
- {
1645
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1646
- "name": "AriaAttributes"
1647
- }
1648
- ],
1649
366
  "required": false,
1650
- "type": {
1651
- "name": "Booleanish"
1652
- },
1653
- "control": {
1654
- "type": "boolean"
1655
- }
367
+ "type": "boolean"
1656
368
  },
1657
369
  "aria-dropeffect": {
1658
370
  "defaultValue": null,
1659
- "description": "Indicates what functions can be performed when a dragged object is released on the drop target.\n@deprecated in ARIA 1.1",
1660
- "name": "aria-dropeffect",
1661
- "parent": {
1662
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1663
- "name": "AriaAttributes"
1664
- },
1665
- "declarations": [
1666
- {
1667
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1668
- "name": "AriaAttributes"
1669
- }
1670
- ],
371
+ "options": ["link", "none", "copy", "execute", "move", "popup"],
1671
372
  "required": false,
1672
- "type": {
1673
- "name": "enum",
1674
- "raw": "\"link\" | \"none\" | \"copy\" | \"execute\" | \"move\" | \"popup\"",
1675
- "value": [
1676
- {
1677
- "value": "\"link\""
1678
- },
1679
- {
1680
- "value": "\"none\""
1681
- },
1682
- {
1683
- "value": "\"copy\""
1684
- },
1685
- {
1686
- "value": "\"execute\""
1687
- },
1688
- {
1689
- "value": "\"move\""
1690
- },
1691
- {
1692
- "value": "\"popup\""
1693
- }
1694
- ]
1695
- },
1696
- "control": {
1697
- "type": "select"
1698
- },
1699
- "options": ["link", "none", "copy", "execute", "move", "popup"]
373
+ "type": "select"
1700
374
  },
1701
375
  "aria-errormessage": {
1702
376
  "defaultValue": null,
1703
- "description": "Identifies the element that provides an error message for the object.\n@see aria-invalid\n@see aria-describedby.",
1704
- "name": "aria-errormessage",
1705
- "parent": {
1706
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1707
- "name": "AriaAttributes"
1708
- },
1709
- "declarations": [
1710
- {
1711
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1712
- "name": "AriaAttributes"
1713
- }
1714
- ],
1715
377
  "required": false,
1716
- "type": {
1717
- "name": "string"
1718
- },
1719
- "control": {
1720
- "type": "text"
1721
- }
378
+ "type": "text"
1722
379
  },
1723
380
  "aria-expanded": {
1724
381
  "defaultValue": null,
1725
- "description": "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
1726
- "name": "aria-expanded",
1727
- "parent": {
1728
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1729
- "name": "AriaAttributes"
1730
- },
1731
- "declarations": [
1732
- {
1733
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1734
- "name": "AriaAttributes"
1735
- }
1736
- ],
1737
382
  "required": false,
1738
- "type": {
1739
- "name": "Booleanish"
1740
- },
1741
- "control": {
1742
- "type": "boolean"
1743
- }
383
+ "type": "boolean"
1744
384
  },
1745
385
  "aria-flowto": {
1746
386
  "defaultValue": null,
1747
- "description": "Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,\nallows assistive technology to override the general default of reading in document source order.",
1748
- "name": "aria-flowto",
1749
- "parent": {
1750
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1751
- "name": "AriaAttributes"
1752
- },
1753
- "declarations": [
1754
- {
1755
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1756
- "name": "AriaAttributes"
1757
- }
1758
- ],
1759
387
  "required": false,
1760
- "type": {
1761
- "name": "string"
1762
- },
1763
- "control": {
1764
- "type": "text"
1765
- }
388
+ "type": "text"
1766
389
  },
1767
390
  "aria-grabbed": {
1768
391
  "defaultValue": null,
1769
- "description": "Indicates an element's \"grabbed\" state in a drag-and-drop operation.\n@deprecated in ARIA 1.1",
1770
- "name": "aria-grabbed",
1771
- "parent": {
1772
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1773
- "name": "AriaAttributes"
1774
- },
1775
- "declarations": [
1776
- {
1777
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1778
- "name": "AriaAttributes"
1779
- }
1780
- ],
1781
392
  "required": false,
1782
- "type": {
1783
- "name": "Booleanish"
1784
- },
1785
- "control": {
1786
- "type": "boolean"
1787
- }
393
+ "type": "boolean"
1788
394
  },
1789
395
  "aria-haspopup": {
1790
396
  "defaultValue": null,
1791
- "description": "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
1792
- "name": "aria-haspopup",
1793
- "parent": {
1794
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1795
- "name": "AriaAttributes"
1796
- },
1797
- "declarations": [
1798
- {
1799
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1800
- "name": "AriaAttributes"
1801
- }
1802
- ],
1803
397
  "required": false,
1804
- "type": {
1805
- "name": "boolean | \"dialog\" | \"menu\" | \"true\" | \"false\" | \"grid\" | \"listbox\" | \"tree\""
1806
- },
1807
- "control": {
1808
- "type": "text"
1809
- }
398
+ "type": "text"
1810
399
  },
1811
400
  "aria-hidden": {
1812
401
  "defaultValue": null,
1813
- "description": "Indicates whether the element is exposed to an accessibility API.\n@see aria-disabled.",
1814
- "name": "aria-hidden",
1815
- "parent": {
1816
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1817
- "name": "AriaAttributes"
1818
- },
1819
- "declarations": [
1820
- {
1821
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1822
- "name": "AriaAttributes"
1823
- }
1824
- ],
1825
402
  "required": false,
1826
- "type": {
1827
- "name": "Booleanish"
1828
- },
1829
- "control": {
1830
- "type": "boolean"
1831
- }
403
+ "type": "boolean"
1832
404
  },
1833
405
  "aria-invalid": {
1834
406
  "defaultValue": null,
1835
- "description": "Indicates the entered value does not conform to the format expected by the application.\n@see aria-errormessage.",
1836
- "name": "aria-invalid",
1837
- "parent": {
1838
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1839
- "name": "AriaAttributes"
1840
- },
1841
- "declarations": [
1842
- {
1843
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1844
- "name": "AriaAttributes"
1845
- }
1846
- ],
1847
407
  "required": false,
1848
- "type": {
1849
- "name": "boolean | \"true\" | \"false\" | \"grammar\" | \"spelling\""
1850
- },
1851
- "control": {
1852
- "type": "text"
1853
- }
408
+ "type": "text"
1854
409
  },
1855
410
  "aria-keyshortcuts": {
1856
411
  "defaultValue": null,
1857
- "description": "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
1858
- "name": "aria-keyshortcuts",
1859
- "parent": {
1860
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1861
- "name": "AriaAttributes"
1862
- },
1863
- "declarations": [
1864
- {
1865
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1866
- "name": "AriaAttributes"
1867
- }
1868
- ],
1869
412
  "required": false,
1870
- "type": {
1871
- "name": "string"
1872
- },
1873
- "control": {
1874
- "type": "text"
1875
- }
413
+ "type": "text"
1876
414
  },
1877
415
  "aria-label": {
1878
416
  "defaultValue": null,
1879
- "description": "Defines a string value that labels the current element.\n@see aria-labelledby.",
1880
- "name": "aria-label",
1881
- "parent": {
1882
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1883
- "name": "AriaAttributes"
1884
- },
1885
- "declarations": [
1886
- {
1887
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1888
- "name": "AriaAttributes"
1889
- }
1890
- ],
1891
417
  "required": false,
1892
- "type": {
1893
- "name": "string"
1894
- },
1895
- "control": {
1896
- "type": "text"
1897
- }
418
+ "type": "text"
1898
419
  },
1899
420
  "aria-labelledby": {
1900
421
  "defaultValue": null,
1901
- "description": "Identifies the element (or elements) that labels the current element.\n@see aria-describedby.",
1902
- "name": "aria-labelledby",
1903
- "parent": {
1904
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1905
- "name": "AriaAttributes"
1906
- },
1907
- "declarations": [
1908
- {
1909
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1910
- "name": "AriaAttributes"
1911
- }
1912
- ],
1913
422
  "required": false,
1914
- "type": {
1915
- "name": "string"
1916
- },
1917
- "control": {
1918
- "type": "text"
1919
- }
423
+ "type": "text"
1920
424
  },
1921
425
  "aria-level": {
1922
426
  "defaultValue": null,
1923
- "description": "Defines the hierarchical level of an element within a structure.",
1924
- "name": "aria-level",
1925
- "parent": {
1926
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1927
- "name": "AriaAttributes"
1928
- },
1929
- "declarations": [
1930
- {
1931
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1932
- "name": "AriaAttributes"
1933
- }
1934
- ],
1935
427
  "required": false,
1936
- "type": {
1937
- "name": "number"
1938
- },
1939
- "control": {
1940
- "type": "number"
1941
- }
428
+ "type": "number"
1942
429
  },
1943
430
  "aria-live": {
1944
431
  "defaultValue": null,
1945
- "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.",
1946
- "name": "aria-live",
1947
- "parent": {
1948
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1949
- "name": "AriaAttributes"
1950
- },
1951
- "declarations": [
1952
- {
1953
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1954
- "name": "AriaAttributes"
1955
- }
1956
- ],
432
+ "options": ["off", "assertive", "polite"],
1957
433
  "required": false,
1958
- "type": {
1959
- "name": "enum",
1960
- "raw": "\"off\" | \"assertive\" | \"polite\"",
1961
- "value": [
1962
- {
1963
- "value": "\"off\""
1964
- },
1965
- {
1966
- "value": "\"assertive\""
1967
- },
1968
- {
1969
- "value": "\"polite\""
1970
- }
1971
- ]
1972
- },
1973
- "control": {
1974
- "type": "radio"
1975
- },
1976
- "options": ["off", "assertive", "polite"]
434
+ "type": "radio"
1977
435
  },
1978
436
  "aria-modal": {
1979
437
  "defaultValue": null,
1980
- "description": "Indicates whether an element is modal when displayed.",
1981
- "name": "aria-modal",
1982
- "parent": {
1983
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1984
- "name": "AriaAttributes"
1985
- },
1986
- "declarations": [
1987
- {
1988
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
1989
- "name": "AriaAttributes"
1990
- }
1991
- ],
1992
438
  "required": false,
1993
- "type": {
1994
- "name": "Booleanish"
1995
- },
1996
- "control": {
1997
- "type": "boolean"
1998
- }
439
+ "type": "boolean"
1999
440
  },
2000
441
  "aria-multiline": {
2001
442
  "defaultValue": null,
2002
- "description": "Indicates whether a text box accepts multiple lines of input or only a single line.",
2003
- "name": "aria-multiline",
2004
- "parent": {
2005
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2006
- "name": "AriaAttributes"
2007
- },
2008
- "declarations": [
2009
- {
2010
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2011
- "name": "AriaAttributes"
2012
- }
2013
- ],
2014
443
  "required": false,
2015
- "type": {
2016
- "name": "Booleanish"
2017
- },
2018
- "control": {
2019
- "type": "boolean"
2020
- }
444
+ "type": "boolean"
2021
445
  },
2022
446
  "aria-multiselectable": {
2023
447
  "defaultValue": null,
2024
- "description": "Indicates that the user may select more than one item from the current selectable descendants.",
2025
- "name": "aria-multiselectable",
2026
- "parent": {
2027
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2028
- "name": "AriaAttributes"
2029
- },
2030
- "declarations": [
2031
- {
2032
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2033
- "name": "AriaAttributes"
2034
- }
2035
- ],
2036
448
  "required": false,
2037
- "type": {
2038
- "name": "Booleanish"
2039
- },
2040
- "control": {
2041
- "type": "boolean"
2042
- }
449
+ "type": "boolean"
2043
450
  },
2044
451
  "aria-orientation": {
2045
452
  "defaultValue": null,
2046
- "description": "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
2047
- "name": "aria-orientation",
2048
- "parent": {
2049
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2050
- "name": "AriaAttributes"
2051
- },
2052
- "declarations": [
2053
- {
2054
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2055
- "name": "AriaAttributes"
2056
- }
2057
- ],
453
+ "options": ["horizontal", "vertical"],
2058
454
  "required": false,
2059
- "type": {
2060
- "name": "enum",
2061
- "raw": "\"horizontal\" | \"vertical\"",
2062
- "value": [
2063
- {
2064
- "value": "\"horizontal\""
2065
- },
2066
- {
2067
- "value": "\"vertical\""
2068
- }
2069
- ]
2070
- },
2071
- "control": {
2072
- "type": "radio"
2073
- },
2074
- "options": ["horizontal", "vertical"]
455
+ "type": "radio"
2075
456
  },
2076
457
  "aria-owns": {
2077
458
  "defaultValue": null,
2078
- "description": "Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship\nbetween DOM elements where the DOM hierarchy cannot be used to represent the relationship.\n@see aria-controls.",
2079
- "name": "aria-owns",
2080
- "parent": {
2081
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2082
- "name": "AriaAttributes"
2083
- },
2084
- "declarations": [
2085
- {
2086
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2087
- "name": "AriaAttributes"
2088
- }
2089
- ],
2090
459
  "required": false,
2091
- "type": {
2092
- "name": "string"
2093
- },
2094
- "control": {
2095
- "type": "text"
2096
- }
460
+ "type": "text"
2097
461
  },
2098
462
  "aria-placeholder": {
2099
463
  "defaultValue": null,
2100
- "description": "Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.\nA hint could be a sample value or a brief description of the expected format.",
2101
- "name": "aria-placeholder",
2102
- "parent": {
2103
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2104
- "name": "AriaAttributes"
2105
- },
2106
- "declarations": [
2107
- {
2108
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2109
- "name": "AriaAttributes"
2110
- }
2111
- ],
2112
464
  "required": false,
2113
- "type": {
2114
- "name": "string"
2115
- },
2116
- "control": {
2117
- "type": "text"
2118
- }
465
+ "type": "text"
2119
466
  },
2120
467
  "aria-posinset": {
2121
468
  "defaultValue": null,
2122
- "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.\n@see aria-setsize.",
2123
- "name": "aria-posinset",
2124
- "parent": {
2125
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2126
- "name": "AriaAttributes"
2127
- },
2128
- "declarations": [
2129
- {
2130
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2131
- "name": "AriaAttributes"
2132
- }
2133
- ],
2134
469
  "required": false,
2135
- "type": {
2136
- "name": "number"
2137
- },
2138
- "control": {
2139
- "type": "number"
2140
- }
470
+ "type": "number"
2141
471
  },
2142
472
  "aria-pressed": {
2143
473
  "defaultValue": null,
2144
- "description": "Indicates the current \"pressed\" state of toggle buttons.\n@see aria-checked\n@see aria-selected.",
2145
- "name": "aria-pressed",
2146
- "parent": {
2147
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2148
- "name": "AriaAttributes"
2149
- },
2150
- "declarations": [
2151
- {
2152
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2153
- "name": "AriaAttributes"
2154
- }
2155
- ],
2156
474
  "required": false,
2157
- "type": {
2158
- "name": "boolean | \"true\" | \"false\" | \"mixed\""
2159
- },
2160
- "control": {
2161
- "type": "text"
2162
- }
475
+ "type": "text"
2163
476
  },
2164
477
  "aria-readonly": {
2165
478
  "defaultValue": null,
2166
- "description": "Indicates that the element is not editable, but is otherwise operable.\n@see aria-disabled.",
2167
- "name": "aria-readonly",
2168
- "parent": {
2169
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2170
- "name": "AriaAttributes"
2171
- },
2172
- "declarations": [
2173
- {
2174
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2175
- "name": "AriaAttributes"
2176
- }
2177
- ],
2178
479
  "required": false,
2179
- "type": {
2180
- "name": "Booleanish"
2181
- },
2182
- "control": {
2183
- "type": "boolean"
2184
- }
480
+ "type": "boolean"
2185
481
  },
2186
482
  "aria-relevant": {
2187
483
  "defaultValue": null,
2188
- "description": "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n@see aria-atomic.",
2189
- "name": "aria-relevant",
2190
- "parent": {
2191
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2192
- "name": "AriaAttributes"
2193
- },
2194
- "declarations": [
2195
- {
2196
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2197
- "name": "AriaAttributes"
2198
- }
2199
- ],
2200
- "required": false,
2201
- "type": {
2202
- "name": "enum",
2203
- "raw": "\"text\" | \"additions\" | \"additions removals\" | \"additions text\" | \"all\" | \"removals\" | \"removals additions\" | \"removals text\" | \"text additions\" | \"text removals\"",
2204
- "value": [
2205
- {
2206
- "value": "\"text\""
2207
- },
2208
- {
2209
- "value": "\"additions\""
2210
- },
2211
- {
2212
- "value": "\"additions removals\""
2213
- },
2214
- {
2215
- "value": "\"additions text\""
2216
- },
2217
- {
2218
- "value": "\"all\""
2219
- },
2220
- {
2221
- "value": "\"removals\""
2222
- },
2223
- {
2224
- "value": "\"removals additions\""
2225
- },
2226
- {
2227
- "value": "\"removals text\""
2228
- },
2229
- {
2230
- "value": "\"text additions\""
2231
- },
2232
- {
2233
- "value": "\"text removals\""
2234
- }
2235
- ]
2236
- },
2237
- "control": {
2238
- "type": "select"
2239
- },
2240
484
  "options": [
2241
485
  "text",
2242
486
  "additions",
@@ -2248,286 +492,84 @@
2248
492
  "removals text",
2249
493
  "text additions",
2250
494
  "text removals"
2251
- ]
495
+ ],
496
+ "required": false,
497
+ "type": "select"
2252
498
  },
2253
499
  "aria-required": {
2254
500
  "defaultValue": null,
2255
- "description": "Indicates that user input is required on the element before a form may be submitted.",
2256
- "name": "aria-required",
2257
- "parent": {
2258
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2259
- "name": "AriaAttributes"
2260
- },
2261
- "declarations": [
2262
- {
2263
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2264
- "name": "AriaAttributes"
2265
- }
2266
- ],
2267
501
  "required": false,
2268
- "type": {
2269
- "name": "Booleanish"
2270
- },
2271
- "control": {
2272
- "type": "boolean"
2273
- }
502
+ "type": "boolean"
2274
503
  },
2275
504
  "aria-roledescription": {
2276
505
  "defaultValue": null,
2277
- "description": "Defines a human-readable, author-localized description for the role of an element.",
2278
- "name": "aria-roledescription",
2279
- "parent": {
2280
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2281
- "name": "AriaAttributes"
2282
- },
2283
- "declarations": [
2284
- {
2285
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2286
- "name": "AriaAttributes"
2287
- }
2288
- ],
2289
506
  "required": false,
2290
- "type": {
2291
- "name": "string"
2292
- },
2293
- "control": {
2294
- "type": "text"
2295
- }
507
+ "type": "text"
2296
508
  },
2297
509
  "aria-rowcount": {
2298
510
  "defaultValue": null,
2299
- "description": "Defines the total number of rows in a table, grid, or treegrid.\n@see aria-rowindex.",
2300
- "name": "aria-rowcount",
2301
- "parent": {
2302
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2303
- "name": "AriaAttributes"
2304
- },
2305
- "declarations": [
2306
- {
2307
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2308
- "name": "AriaAttributes"
2309
- }
2310
- ],
2311
511
  "required": false,
2312
- "type": {
2313
- "name": "number"
2314
- },
2315
- "control": {
2316
- "type": "number"
2317
- }
512
+ "type": "number"
2318
513
  },
2319
514
  "aria-rowindex": {
2320
515
  "defaultValue": null,
2321
- "description": "Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.\n@see aria-rowcount\n@see aria-rowspan.",
2322
- "name": "aria-rowindex",
2323
- "parent": {
2324
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2325
- "name": "AriaAttributes"
2326
- },
2327
- "declarations": [
2328
- {
2329
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2330
- "name": "AriaAttributes"
2331
- }
2332
- ],
2333
516
  "required": false,
2334
- "type": {
2335
- "name": "number"
2336
- },
2337
- "control": {
2338
- "type": "number"
2339
- }
517
+ "type": "number"
2340
518
  },
2341
519
  "aria-rowspan": {
2342
520
  "defaultValue": null,
2343
- "description": "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.",
2344
- "name": "aria-rowspan",
2345
- "parent": {
2346
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2347
- "name": "AriaAttributes"
2348
- },
2349
- "declarations": [
2350
- {
2351
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2352
- "name": "AriaAttributes"
2353
- }
2354
- ],
2355
521
  "required": false,
2356
- "type": {
2357
- "name": "number"
2358
- },
2359
- "control": {
2360
- "type": "number"
2361
- }
522
+ "type": "number"
2362
523
  },
2363
524
  "aria-selected": {
2364
525
  "defaultValue": null,
2365
- "description": "Indicates the current \"selected\" state of various widgets.\n@see aria-checked\n@see aria-pressed.",
2366
- "name": "aria-selected",
2367
- "parent": {
2368
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2369
- "name": "AriaAttributes"
2370
- },
2371
- "declarations": [
2372
- {
2373
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2374
- "name": "AriaAttributes"
2375
- }
2376
- ],
2377
526
  "required": false,
2378
- "type": {
2379
- "name": "Booleanish"
2380
- },
2381
- "control": {
2382
- "type": "boolean"
2383
- }
527
+ "type": "boolean"
2384
528
  },
2385
529
  "aria-setsize": {
2386
530
  "defaultValue": null,
2387
- "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.\n@see aria-posinset.",
2388
- "name": "aria-setsize",
2389
- "parent": {
2390
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2391
- "name": "AriaAttributes"
2392
- },
2393
- "declarations": [
2394
- {
2395
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2396
- "name": "AriaAttributes"
2397
- }
2398
- ],
2399
531
  "required": false,
2400
- "type": {
2401
- "name": "number"
2402
- },
2403
- "control": {
2404
- "type": "number"
2405
- }
532
+ "type": "number"
2406
533
  },
2407
534
  "aria-sort": {
2408
535
  "defaultValue": null,
2409
- "description": "Indicates if items in a table or grid are sorted in ascending or descending order.",
2410
- "name": "aria-sort",
2411
- "parent": {
2412
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2413
- "name": "AriaAttributes"
2414
- },
2415
- "declarations": [
2416
- {
2417
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2418
- "name": "AriaAttributes"
2419
- }
2420
- ],
536
+ "options": ["none", "ascending", "descending", "other"],
2421
537
  "required": false,
2422
- "type": {
2423
- "name": "enum",
2424
- "raw": "\"none\" | \"ascending\" | \"descending\" | \"other\"",
2425
- "value": [
2426
- {
2427
- "value": "\"none\""
2428
- },
2429
- {
2430
- "value": "\"ascending\""
2431
- },
2432
- {
2433
- "value": "\"descending\""
2434
- },
2435
- {
2436
- "value": "\"other\""
2437
- }
2438
- ]
2439
- },
2440
- "control": {
2441
- "type": "radio"
2442
- },
2443
- "options": ["none", "ascending", "descending", "other"]
538
+ "type": "radio"
2444
539
  },
2445
540
  "aria-valuemax": {
2446
541
  "defaultValue": null,
2447
- "description": "Defines the maximum allowed value for a range widget.",
2448
- "name": "aria-valuemax",
2449
- "parent": {
2450
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2451
- "name": "AriaAttributes"
2452
- },
2453
- "declarations": [
2454
- {
2455
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2456
- "name": "AriaAttributes"
2457
- }
2458
- ],
2459
542
  "required": false,
2460
- "type": {
2461
- "name": "number"
2462
- },
2463
- "control": {
2464
- "type": "number"
2465
- }
543
+ "type": "number"
2466
544
  },
2467
545
  "aria-valuemin": {
2468
546
  "defaultValue": null,
2469
- "description": "Defines the minimum allowed value for a range widget.",
2470
- "name": "aria-valuemin",
2471
- "parent": {
2472
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2473
- "name": "AriaAttributes"
2474
- },
2475
- "declarations": [
2476
- {
2477
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2478
- "name": "AriaAttributes"
2479
- }
2480
- ],
2481
547
  "required": false,
2482
- "type": {
2483
- "name": "number"
2484
- },
2485
- "control": {
2486
- "type": "number"
2487
- }
548
+ "type": "number"
2488
549
  },
2489
550
  "aria-valuenow": {
2490
551
  "defaultValue": null,
2491
- "description": "Defines the current value for a range widget.\n@see aria-valuetext.",
2492
- "name": "aria-valuenow",
2493
- "parent": {
2494
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2495
- "name": "AriaAttributes"
2496
- },
2497
- "declarations": [
2498
- {
2499
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2500
- "name": "AriaAttributes"
2501
- }
2502
- ],
2503
552
  "required": false,
2504
- "type": {
2505
- "name": "number"
2506
- },
2507
- "control": {
2508
- "type": "number"
2509
- }
553
+ "type": "number"
2510
554
  },
2511
555
  "aria-valuetext": {
2512
556
  "defaultValue": null,
2513
- "description": "Defines the human readable text alternative of aria-valuenow for a range widget.",
2514
- "name": "aria-valuetext",
2515
- "parent": {
2516
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2517
- "name": "AriaAttributes"
2518
- },
2519
- "declarations": [
2520
- {
2521
- "fileName": "webstudio-designer/node_modules/@types/react/index.d.ts",
2522
- "name": "AriaAttributes"
2523
- }
2524
- ],
2525
557
  "required": false,
2526
- "type": {
2527
- "name": "string"
2528
- },
2529
- "control": {
2530
- "type": "text"
2531
- }
558
+ "type": "text"
559
+ },
560
+ "quality": {
561
+ "defaultValue": null,
562
+ "required": false,
563
+ "type": "number"
564
+ },
565
+ "loader": {
566
+ "defaultValue": null,
567
+ "required": false,
568
+ "type": "text"
569
+ },
570
+ "optimize": {
571
+ "defaultValue": null,
572
+ "required": false,
573
+ "type": "boolean"
2532
574
  }
2533
575
  }