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