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