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