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