@webstudio-is/react-sdk 0.7.1 → 0.7.3

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