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