@webstudio-is/sdk-components-react 0.90.0 → 0.92.0

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 (387) hide show
  1. package/lib/__generated__/blockquote.props.js +2 -4
  2. package/lib/__generated__/body.props.js +2 -4
  3. package/lib/__generated__/bold.props.js +2 -4
  4. package/lib/__generated__/box.props.js +2 -4
  5. package/lib/__generated__/button.props.js +2 -4
  6. package/lib/__generated__/checkbox.props.js +2 -4
  7. package/lib/__generated__/code-text.props.js +2 -4
  8. package/lib/__generated__/form.props.js +2 -4
  9. package/lib/__generated__/fragment.props.js +2 -4
  10. package/lib/__generated__/heading.props.js +2 -4
  11. package/lib/__generated__/html-embed.props.js +2 -4
  12. package/lib/__generated__/image.props.js +2 -4
  13. package/lib/__generated__/input.props.js +2 -4
  14. package/lib/__generated__/italic.props.js +2 -4
  15. package/lib/__generated__/label.props.js +2 -4
  16. package/lib/__generated__/link.props.js +2 -4
  17. package/lib/__generated__/list-item.props.js +2 -4
  18. package/lib/__generated__/list.props.js +2 -4
  19. package/lib/__generated__/paragraph.props.js +2 -4
  20. package/lib/__generated__/radio-button.props.js +2 -4
  21. package/lib/__generated__/rich-text-link.props.js +2 -4
  22. package/lib/__generated__/separator.props.js +2 -4
  23. package/lib/__generated__/slot.props.js +2 -4
  24. package/lib/__generated__/span.props.js +2 -4
  25. package/lib/__generated__/subscript.props.js +2 -4
  26. package/lib/__generated__/superscript.props.js +2 -4
  27. package/lib/__generated__/text.props.js +2 -4
  28. package/lib/__generated__/textarea.props.js +2 -4
  29. package/lib/__generated__/vimeo-play-button.props.js +2 -4
  30. package/lib/__generated__/vimeo-preview-image.props.js +2 -4
  31. package/lib/__generated__/vimeo-spinner.props.js +2 -4
  32. package/lib/__generated__/vimeo.props.js +2 -4
  33. package/lib/blockquote.js +3 -6
  34. package/lib/blockquote.stories.js +11 -0
  35. package/lib/blockquote.ws.js +3 -6
  36. package/lib/body.js +3 -6
  37. package/lib/body.stories.js +11 -0
  38. package/lib/body.ws.js +3 -6
  39. package/lib/bold.js +3 -6
  40. package/lib/bold.stories.js +11 -0
  41. package/lib/bold.ws.js +3 -6
  42. package/lib/box.js +3 -6
  43. package/lib/box.stories.js +11 -0
  44. package/lib/box.ws.js +3 -6
  45. package/lib/button.js +3 -6
  46. package/lib/button.stories.js +11 -0
  47. package/lib/button.ws.js +3 -6
  48. package/lib/checkbox.js +3 -6
  49. package/lib/checkbox.ws.js +3 -6
  50. package/lib/code-text.js +3 -6
  51. package/lib/code-text.stories.js +11 -0
  52. package/lib/code-text.ws.js +3 -6
  53. package/lib/components.js +33 -66
  54. package/lib/form.js +3 -6
  55. package/lib/form.stories.js +11 -0
  56. package/lib/form.ws.js +3 -6
  57. package/lib/fragment.js +2 -4
  58. package/lib/fragment.ws.js +3 -6
  59. package/lib/heading.js +2 -4
  60. package/lib/heading.stories.js +11 -0
  61. package/lib/heading.ws.js +3 -6
  62. package/lib/html-embed.js +2 -4
  63. package/lib/html-embed.stories.js +11 -0
  64. package/lib/html-embed.ws.js +3 -6
  65. package/lib/image.js +3 -6
  66. package/lib/image.stories.js +7 -0
  67. package/lib/image.ws.js +4 -8
  68. package/lib/input.js +3 -6
  69. package/lib/input.stories.js +9 -0
  70. package/lib/input.ws.js +9 -11
  71. package/lib/italic.js +3 -6
  72. package/lib/italic.stories.js +11 -0
  73. package/lib/italic.ws.js +3 -6
  74. package/lib/label.js +3 -6
  75. package/lib/label.ws.js +3 -6
  76. package/lib/link.js +3 -6
  77. package/lib/link.stories.js +11 -0
  78. package/lib/link.ws.js +3 -6
  79. package/lib/list-item.js +3 -6
  80. package/lib/list-item.stories.js +11 -0
  81. package/lib/list-item.ws.js +3 -6
  82. package/lib/list.js +2 -4
  83. package/lib/list.stories.js +13 -0
  84. package/lib/list.ws.js +3 -6
  85. package/lib/metas.js +33 -66
  86. package/lib/paragraph.js +3 -6
  87. package/lib/paragraph.stories.js +11 -0
  88. package/lib/paragraph.ws.js +3 -6
  89. package/lib/props.js +33 -66
  90. package/lib/radio-button.js +3 -6
  91. package/lib/radio-button.ws.js +9 -11
  92. package/lib/rich-text-link.js +2 -4
  93. package/lib/rich-text-link.stories.js +11 -0
  94. package/lib/rich-text-link.ws.js +3 -6
  95. package/lib/separator.js +3 -6
  96. package/lib/separator.stories.js +7 -0
  97. package/lib/separator.ws.js +3 -6
  98. package/lib/slot.js +2 -4
  99. package/lib/slot.stories.js +11 -0
  100. package/lib/slot.ws.js +3 -6
  101. package/lib/span.js +3 -6
  102. package/lib/span.stories.js +11 -0
  103. package/lib/span.ws.js +3 -6
  104. package/lib/subscript.js +3 -6
  105. package/lib/subscript.stories.js +11 -0
  106. package/lib/subscript.ws.js +3 -6
  107. package/lib/superscript.js +3 -6
  108. package/lib/superscript.stories.js +11 -0
  109. package/lib/superscript.ws.js +3 -6
  110. package/lib/text.js +3 -6
  111. package/lib/text.stories.js +11 -0
  112. package/lib/text.ws.js +3 -6
  113. package/lib/textarea.js +3 -6
  114. package/lib/textarea.ws.js +9 -11
  115. package/lib/types/__generated__/blockquote.props.d.ts +1 -1
  116. package/lib/types/__generated__/body.props.d.ts +1 -1
  117. package/lib/types/__generated__/bold.props.d.ts +1 -1
  118. package/lib/types/__generated__/box.props.d.ts +1 -1
  119. package/lib/types/__generated__/button.props.d.ts +1 -1
  120. package/lib/types/__generated__/checkbox.props.d.ts +1 -1
  121. package/lib/types/__generated__/code-text.props.d.ts +1 -1
  122. package/lib/types/__generated__/form.props.d.ts +1 -1
  123. package/lib/types/__generated__/fragment.props.d.ts +1 -1
  124. package/lib/types/__generated__/heading.props.d.ts +1 -1
  125. package/lib/types/__generated__/html-embed.props.d.ts +1 -1
  126. package/lib/types/__generated__/image.props.d.ts +1 -1
  127. package/lib/types/__generated__/input.props.d.ts +1 -1
  128. package/lib/types/__generated__/italic.props.d.ts +1 -1
  129. package/lib/types/__generated__/label.props.d.ts +1 -1
  130. package/lib/types/__generated__/link.props.d.ts +1 -1
  131. package/lib/types/__generated__/list-item.props.d.ts +1 -1
  132. package/lib/types/__generated__/list.props.d.ts +1 -1
  133. package/lib/types/__generated__/paragraph.props.d.ts +1 -1
  134. package/lib/types/__generated__/radio-button.props.d.ts +1 -1
  135. package/lib/types/__generated__/rich-text-link.props.d.ts +1 -1
  136. package/lib/types/__generated__/separator.props.d.ts +1 -1
  137. package/lib/types/__generated__/slot.props.d.ts +1 -1
  138. package/lib/types/__generated__/span.props.d.ts +1 -1
  139. package/lib/types/__generated__/subscript.props.d.ts +1 -1
  140. package/lib/types/__generated__/superscript.props.d.ts +1 -1
  141. package/lib/types/__generated__/text.props.d.ts +1 -1
  142. package/lib/types/__generated__/textarea.props.d.ts +1 -1
  143. package/lib/types/__generated__/vimeo-play-button.props.d.ts +1 -1
  144. package/lib/types/__generated__/vimeo-preview-image.props.d.ts +1 -1
  145. package/lib/types/__generated__/vimeo-spinner.props.d.ts +1 -1
  146. package/lib/types/__generated__/vimeo.props.d.ts +1 -1
  147. package/lib/types/vimeo-preview-image.d.ts +1 -1
  148. package/lib/vimeo-play-button.js +3 -5
  149. package/lib/vimeo-play-button.stories.js +11 -0
  150. package/lib/vimeo-play-button.ws.js +3 -6
  151. package/lib/vimeo-preview-image.js +2 -4
  152. package/lib/vimeo-preview-image.stories.js +11 -0
  153. package/lib/vimeo-preview-image.ws.js +3 -6
  154. package/lib/vimeo-spinner.js +2 -4
  155. package/lib/vimeo-spinner.stories.js +11 -0
  156. package/lib/vimeo-spinner.ws.js +3 -6
  157. package/lib/vimeo.js +3 -6
  158. package/lib/vimeo.stories.js +11 -0
  159. package/lib/vimeo.ws.js +3 -6
  160. package/package.json +16 -20
  161. package/lib/cjs/__generated__/blockquote.props.js +0 -536
  162. package/lib/cjs/__generated__/body.props.js +0 -530
  163. package/lib/cjs/__generated__/bold.props.js +0 -530
  164. package/lib/cjs/__generated__/box.props.js +0 -549
  165. package/lib/cjs/__generated__/button.props.js +0 -586
  166. package/lib/cjs/__generated__/checkbox.props.js +0 -688
  167. package/lib/cjs/__generated__/code-text.props.js +0 -530
  168. package/lib/cjs/__generated__/form.props.js +0 -578
  169. package/lib/cjs/__generated__/fragment.props.js +0 -24
  170. package/lib/cjs/__generated__/heading.props.js +0 -538
  171. package/lib/cjs/__generated__/html-embed.props.js +0 -31
  172. package/lib/cjs/__generated__/image.props.js +0 -603
  173. package/lib/cjs/__generated__/input.props.js +0 -695
  174. package/lib/cjs/__generated__/italic.props.js +0 -530
  175. package/lib/cjs/__generated__/label.props.js +0 -542
  176. package/lib/cjs/__generated__/link.props.js +0 -584
  177. package/lib/cjs/__generated__/list-item.props.js +0 -530
  178. package/lib/cjs/__generated__/list.props.js +0 -556
  179. package/lib/cjs/__generated__/paragraph.props.js +0 -530
  180. package/lib/cjs/__generated__/radio-button.props.js +0 -688
  181. package/lib/cjs/__generated__/rich-text-link.props.js +0 -584
  182. package/lib/cjs/__generated__/separator.props.js +0 -530
  183. package/lib/cjs/__generated__/slot.props.js +0 -24
  184. package/lib/cjs/__generated__/span.props.js +0 -530
  185. package/lib/cjs/__generated__/subscript.props.js +0 -530
  186. package/lib/cjs/__generated__/superscript.props.js +0 -530
  187. package/lib/cjs/__generated__/text.props.js +0 -538
  188. package/lib/cjs/__generated__/textarea.props.js +0 -597
  189. package/lib/cjs/__generated__/vimeo-play-button.props.js +0 -585
  190. package/lib/cjs/__generated__/vimeo-preview-image.props.js +0 -602
  191. package/lib/cjs/__generated__/vimeo-spinner.props.js +0 -530
  192. package/lib/cjs/__generated__/vimeo.props.js +0 -687
  193. package/lib/cjs/blockquote.js +0 -32
  194. package/lib/cjs/blockquote.ws.js +0 -96
  195. package/lib/cjs/body.js +0 -29
  196. package/lib/cjs/body.ws.js +0 -52
  197. package/lib/cjs/bold.js +0 -29
  198. package/lib/cjs/bold.ws.js +0 -42
  199. package/lib/cjs/box.js +0 -32
  200. package/lib/cjs/box.ws.js +0 -54
  201. package/lib/cjs/button.js +0 -31
  202. package/lib/cjs/button.ws.js +0 -57
  203. package/lib/cjs/checkbox.js +0 -29
  204. package/lib/cjs/checkbox.ws.js +0 -78
  205. package/lib/cjs/code-text.js +0 -30
  206. package/lib/cjs/code-text.ws.js +0 -75
  207. package/lib/cjs/components.js +0 -86
  208. package/lib/cjs/form.js +0 -29
  209. package/lib/cjs/form.ws.js +0 -84
  210. package/lib/cjs/fragment.js +0 -29
  211. package/lib/cjs/fragment.ws.js +0 -33
  212. package/lib/cjs/heading.js +0 -31
  213. package/lib/cjs/heading.ws.js +0 -58
  214. package/lib/cjs/html-embed.js +0 -80
  215. package/lib/cjs/html-embed.ws.js +0 -51
  216. package/lib/cjs/image.js +0 -86
  217. package/lib/cjs/image.ws.js +0 -70
  218. package/lib/cjs/input.js +0 -29
  219. package/lib/cjs/input.ws.js +0 -63
  220. package/lib/cjs/italic.js +0 -29
  221. package/lib/cjs/italic.ws.js +0 -48
  222. package/lib/cjs/label.js +0 -29
  223. package/lib/cjs/label.ws.js +0 -61
  224. package/lib/cjs/link.js +0 -52
  225. package/lib/cjs/link.ws.js +0 -81
  226. package/lib/cjs/list-item.js +0 -32
  227. package/lib/cjs/list-item.ws.js +0 -53
  228. package/lib/cjs/list.js +0 -31
  229. package/lib/cjs/list.ws.js +0 -74
  230. package/lib/cjs/metas.js +0 -86
  231. package/lib/cjs/package.json +0 -1
  232. package/lib/cjs/paragraph.js +0 -29
  233. package/lib/cjs/paragraph.ws.js +0 -53
  234. package/lib/cjs/props.js +0 -86
  235. package/lib/cjs/radio-button.js +0 -29
  236. package/lib/cjs/radio-button.ws.js +0 -78
  237. package/lib/cjs/rich-text-link.js +0 -28
  238. package/lib/cjs/rich-text-link.ws.js +0 -32
  239. package/lib/cjs/separator.js +0 -32
  240. package/lib/cjs/separator.ws.js +0 -71
  241. package/lib/cjs/slot.js +0 -36
  242. package/lib/cjs/slot.ws.js +0 -37
  243. package/lib/cjs/span.js +0 -29
  244. package/lib/cjs/span.ws.js +0 -42
  245. package/lib/cjs/subscript.js +0 -29
  246. package/lib/cjs/subscript.ws.js +0 -42
  247. package/lib/cjs/superscript.js +0 -29
  248. package/lib/cjs/superscript.ws.js +0 -42
  249. package/lib/cjs/text.js +0 -32
  250. package/lib/cjs/text.ws.js +0 -58
  251. package/lib/cjs/textarea.js +0 -29
  252. package/lib/cjs/textarea.ws.js +0 -64
  253. package/lib/cjs/vimeo-play-button.js +0 -38
  254. package/lib/cjs/vimeo-play-button.ws.js +0 -46
  255. package/lib/cjs/vimeo-preview-image.js +0 -40
  256. package/lib/cjs/vimeo-preview-image.ws.js +0 -37
  257. package/lib/cjs/vimeo-spinner.js +0 -37
  258. package/lib/cjs/vimeo-spinner.ws.js +0 -44
  259. package/lib/cjs/vimeo.js +0 -294
  260. package/lib/cjs/vimeo.ws.js +0 -348
  261. package/src/LICENSE +0 -661
  262. package/src/__generated__/blockquote.props.ts +0 -580
  263. package/src/__generated__/body.props.ts +0 -573
  264. package/src/__generated__/bold.props.ts +0 -573
  265. package/src/__generated__/box.props.ts +0 -593
  266. package/src/__generated__/button.props.ts +0 -636
  267. package/src/__generated__/checkbox.props.ts +0 -748
  268. package/src/__generated__/code-text.props.ts +0 -573
  269. package/src/__generated__/form.props.ts +0 -628
  270. package/src/__generated__/fragment.props.ts +0 -3
  271. package/src/__generated__/heading.props.ts +0 -582
  272. package/src/__generated__/html-embed.props.ts +0 -10
  273. package/src/__generated__/image.props.ts +0 -648
  274. package/src/__generated__/input.props.ts +0 -756
  275. package/src/__generated__/italic.props.ts +0 -573
  276. package/src/__generated__/label.props.ts +0 -586
  277. package/src/__generated__/link.props.ts +0 -630
  278. package/src/__generated__/list-item.props.ts +0 -573
  279. package/src/__generated__/list.props.ts +0 -601
  280. package/src/__generated__/paragraph.props.ts +0 -573
  281. package/src/__generated__/radio-button.props.ts +0 -748
  282. package/src/__generated__/rich-text-link.props.ts +0 -630
  283. package/src/__generated__/separator.props.ts +0 -573
  284. package/src/__generated__/slot.props.ts +0 -3
  285. package/src/__generated__/span.props.ts +0 -573
  286. package/src/__generated__/subscript.props.ts +0 -573
  287. package/src/__generated__/superscript.props.ts +0 -573
  288. package/src/__generated__/text.props.ts +0 -582
  289. package/src/__generated__/textarea.props.ts +0 -645
  290. package/src/__generated__/vimeo-play-button.props.ts +0 -634
  291. package/src/__generated__/vimeo-preview-image.props.ts +0 -647
  292. package/src/__generated__/vimeo-spinner.props.ts +0 -573
  293. package/src/__generated__/vimeo.props.ts +0 -751
  294. package/src/blockquote.stories.tsx +0 -13
  295. package/src/blockquote.tsx +0 -18
  296. package/src/blockquote.ws.tsx +0 -84
  297. package/src/body.stories.tsx +0 -13
  298. package/src/body.tsx +0 -10
  299. package/src/body.ws.tsx +0 -37
  300. package/src/bold.stories.tsx +0 -13
  301. package/src/bold.tsx +0 -10
  302. package/src/bold.ws.tsx +0 -27
  303. package/src/box.stories.tsx +0 -13
  304. package/src/box.tsx +0 -32
  305. package/src/box.ws.ts +0 -54
  306. package/src/button.stories.tsx +0 -13
  307. package/src/button.tsx +0 -15
  308. package/src/button.ws.tsx +0 -43
  309. package/src/checkbox.tsx +0 -13
  310. package/src/checkbox.ws.tsx +0 -64
  311. package/src/code-text.stories.tsx +0 -13
  312. package/src/code-text.tsx +0 -17
  313. package/src/code-text.ws.tsx +0 -61
  314. package/src/components.ts +0 -32
  315. package/src/form.stories.tsx +0 -13
  316. package/src/form.tsx +0 -14
  317. package/src/form.ws.tsx +0 -69
  318. package/src/fragment.tsx +0 -11
  319. package/src/fragment.ws.ts +0 -15
  320. package/src/heading.stories.tsx +0 -13
  321. package/src/heading.tsx +0 -21
  322. package/src/heading.ws.tsx +0 -47
  323. package/src/html-embed.stories.tsx +0 -13
  324. package/src/html-embed.tsx +0 -99
  325. package/src/html-embed.ws.ts +0 -34
  326. package/src/image.stories.tsx +0 -9
  327. package/src/image.tsx +0 -91
  328. package/src/image.ws.tsx +0 -58
  329. package/src/input.stories.tsx +0 -11
  330. package/src/input.tsx +0 -13
  331. package/src/input.ws.tsx +0 -49
  332. package/src/italic.stories.tsx +0 -13
  333. package/src/italic.tsx +0 -10
  334. package/src/italic.ws.tsx +0 -33
  335. package/src/label.tsx +0 -10
  336. package/src/label.ws.tsx +0 -46
  337. package/src/link.stories.tsx +0 -13
  338. package/src/link.tsx +0 -43
  339. package/src/link.ws.tsx +0 -67
  340. package/src/list-item.stories.tsx +0 -13
  341. package/src/list-item.tsx +0 -18
  342. package/src/list-item.ws.tsx +0 -38
  343. package/src/list.stories.tsx +0 -14
  344. package/src/list.tsx +0 -27
  345. package/src/list.ws.tsx +0 -59
  346. package/src/metas.ts +0 -32
  347. package/src/paragraph.stories.tsx +0 -13
  348. package/src/paragraph.tsx +0 -10
  349. package/src/paragraph.ws.tsx +0 -38
  350. package/src/props.ts +0 -32
  351. package/src/radio-button.tsx +0 -13
  352. package/src/radio-button.ws.tsx +0 -64
  353. package/src/rich-text-link.stories.tsx +0 -13
  354. package/src/rich-text-link.tsx +0 -8
  355. package/src/rich-text-link.ws.tsx +0 -14
  356. package/src/separator.stories.tsx +0 -9
  357. package/src/separator.tsx +0 -18
  358. package/src/separator.ws.tsx +0 -58
  359. package/src/slot.stories.tsx +0 -13
  360. package/src/slot.tsx +0 -17
  361. package/src/slot.ws.ts +0 -20
  362. package/src/span.stories.tsx +0 -13
  363. package/src/span.tsx +0 -10
  364. package/src/span.ws.tsx +0 -27
  365. package/src/subscript.stories.tsx +0 -13
  366. package/src/subscript.tsx +0 -10
  367. package/src/subscript.ws.tsx +0 -27
  368. package/src/superscript.stories.tsx +0 -13
  369. package/src/superscript.tsx +0 -10
  370. package/src/superscript.ws.tsx +0 -27
  371. package/src/text.stories.tsx +0 -13
  372. package/src/text.tsx +0 -22
  373. package/src/text.ws.tsx +0 -44
  374. package/src/textarea.tsx +0 -13
  375. package/src/textarea.ws.tsx +0 -50
  376. package/src/vimeo-play-button.stories.tsx +0 -13
  377. package/src/vimeo-play-button.tsx +0 -24
  378. package/src/vimeo-play-button.ws.ts +0 -30
  379. package/src/vimeo-preview-image.stories.tsx +0 -13
  380. package/src/vimeo-preview-image.tsx +0 -30
  381. package/src/vimeo-preview-image.ws.ts +0 -22
  382. package/src/vimeo-spinner.stories.tsx +0 -13
  383. package/src/vimeo-spinner.tsx +0 -25
  384. package/src/vimeo-spinner.ws.ts +0 -28
  385. package/src/vimeo.stories.tsx +0 -13
  386. package/src/vimeo.tsx +0 -431
  387. package/src/vimeo.ws.ts +0 -335
@@ -1,687 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var vimeo_props_exports = {};
20
- __export(vimeo_props_exports, {
21
- props: () => props
22
- });
23
- module.exports = __toCommonJS(vimeo_props_exports);
24
- const props = {
25
- about: { required: false, control: "text", type: "string" },
26
- accessKey: {
27
- required: false,
28
- control: "text",
29
- type: "string",
30
- description: "Keyboard shortcut to activate or add focus to the element."
31
- },
32
- "aria-activedescendant": {
33
- description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
34
- required: false,
35
- control: "text",
36
- type: "string"
37
- },
38
- "aria-atomic": {
39
- 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.",
40
- required: false,
41
- control: "boolean",
42
- type: "boolean"
43
- },
44
- "aria-autocomplete": {
45
- 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.",
46
- required: false,
47
- control: "select",
48
- type: "string",
49
- options: ["list", "none", "inline", "both"]
50
- },
51
- "aria-braillelabel": {
52
- description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
53
- required: false,
54
- control: "text",
55
- type: "string"
56
- },
57
- "aria-brailleroledescription": {
58
- description: "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.\n@see aria-roledescription.",
59
- required: false,
60
- control: "text",
61
- type: "string"
62
- },
63
- "aria-busy": { required: false, control: "boolean", type: "boolean" },
64
- "aria-checked": {
65
- description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
66
- required: false,
67
- control: "text",
68
- type: "string"
69
- },
70
- "aria-colcount": {
71
- description: "Defines the total number of columns in a table, grid, or treegrid.\n@see aria-colindex.",
72
- required: false,
73
- control: "number",
74
- type: "number"
75
- },
76
- "aria-colindex": {
77
- 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.",
78
- required: false,
79
- control: "number",
80
- type: "number"
81
- },
82
- "aria-colindextext": {
83
- description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
84
- required: false,
85
- control: "text",
86
- type: "string"
87
- },
88
- "aria-colspan": {
89
- 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.",
90
- required: false,
91
- control: "number",
92
- type: "number"
93
- },
94
- "aria-controls": {
95
- description: "Identifies the element (or elements) whose contents or presence are controlled by the current element.\n@see aria-owns.",
96
- required: false,
97
- control: "text",
98
- type: "string"
99
- },
100
- "aria-current": {
101
- description: "Indicates the element that represents the current item within a container or set of related elements.",
102
- required: false,
103
- control: "text",
104
- type: "string"
105
- },
106
- "aria-describedby": {
107
- description: "Identifies the element (or elements) that describes the object.\n@see aria-labelledby",
108
- required: false,
109
- control: "text",
110
- type: "string"
111
- },
112
- "aria-description": {
113
- description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
114
- required: false,
115
- control: "text",
116
- type: "string"
117
- },
118
- "aria-details": {
119
- description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
120
- required: false,
121
- control: "text",
122
- type: "string"
123
- },
124
- "aria-disabled": {
125
- 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.",
126
- required: false,
127
- control: "boolean",
128
- type: "boolean"
129
- },
130
- "aria-dropeffect": {
131
- description: "Indicates what functions can be performed when a dragged object is released on the drop target.\n@deprecated in ARIA 1.1",
132
- required: false,
133
- control: "select",
134
- type: "string",
135
- options: ["link", "none", "copy", "execute", "move", "popup"]
136
- },
137
- "aria-errormessage": {
138
- description: "Identifies the element that provides an error message for the object.\n@see aria-invalid\n@see aria-describedby.",
139
- required: false,
140
- control: "text",
141
- type: "string"
142
- },
143
- "aria-expanded": {
144
- description: "Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.",
145
- required: false,
146
- control: "boolean",
147
- type: "boolean"
148
- },
149
- "aria-flowto": {
150
- 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.",
151
- required: false,
152
- control: "text",
153
- type: "string"
154
- },
155
- "aria-grabbed": {
156
- description: `Indicates an element's "grabbed" state in a drag-and-drop operation.
157
- @deprecated in ARIA 1.1`,
158
- required: false,
159
- control: "boolean",
160
- type: "boolean"
161
- },
162
- "aria-haspopup": {
163
- description: "Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.",
164
- required: false,
165
- control: "text",
166
- type: "string"
167
- },
168
- "aria-hidden": {
169
- description: "Indicates whether the element is exposed to an accessibility API.\n@see aria-disabled.",
170
- required: false,
171
- control: "boolean",
172
- type: "boolean"
173
- },
174
- "aria-invalid": {
175
- description: "Indicates the entered value does not conform to the format expected by the application.\n@see aria-errormessage.",
176
- required: false,
177
- control: "text",
178
- type: "string"
179
- },
180
- "aria-keyshortcuts": {
181
- description: "Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.",
182
- required: false,
183
- control: "text",
184
- type: "string"
185
- },
186
- "aria-label": {
187
- description: "Provides the accessible name that describes an interactive element if no other accessible name exists, for example in a button that contains an image with no text.",
188
- required: false,
189
- control: "text",
190
- type: "string"
191
- },
192
- "aria-labelledby": {
193
- description: "Identifies the element (or elements) that labels the current element.\n@see aria-describedby.",
194
- required: false,
195
- control: "text",
196
- type: "string"
197
- },
198
- "aria-level": {
199
- description: "Defines the hierarchical level of an element within a structure.",
200
- required: false,
201
- control: "number",
202
- type: "number"
203
- },
204
- "aria-live": {
205
- 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.",
206
- required: false,
207
- control: "radio",
208
- type: "string",
209
- options: ["off", "assertive", "polite"]
210
- },
211
- "aria-modal": {
212
- description: "Indicates whether an element is modal when displayed.",
213
- required: false,
214
- control: "boolean",
215
- type: "boolean"
216
- },
217
- "aria-multiline": {
218
- description: "Indicates whether a text box accepts multiple lines of input or only a single line.",
219
- required: false,
220
- control: "boolean",
221
- type: "boolean"
222
- },
223
- "aria-multiselectable": {
224
- description: "Indicates that the user may select more than one item from the current selectable descendants.",
225
- required: false,
226
- control: "boolean",
227
- type: "boolean"
228
- },
229
- "aria-orientation": {
230
- description: "Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.",
231
- required: false,
232
- control: "radio",
233
- type: "string",
234
- options: ["horizontal", "vertical"]
235
- },
236
- "aria-owns": {
237
- 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.",
238
- required: false,
239
- control: "text",
240
- type: "string"
241
- },
242
- "aria-placeholder": {
243
- 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.",
244
- required: false,
245
- control: "text",
246
- type: "string"
247
- },
248
- "aria-posinset": {
249
- 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.",
250
- required: false,
251
- control: "number",
252
- type: "number"
253
- },
254
- "aria-pressed": {
255
- description: 'Indicates the current "pressed" state of toggle buttons.\n@see aria-checked\n@see aria-selected.',
256
- required: false,
257
- control: "text",
258
- type: "string"
259
- },
260
- "aria-readonly": {
261
- description: "Indicates that the element is not editable, but is otherwise operable.\n@see aria-disabled.",
262
- required: false,
263
- control: "boolean",
264
- type: "boolean"
265
- },
266
- "aria-relevant": {
267
- description: "Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.\n@see aria-atomic.",
268
- required: false,
269
- control: "select",
270
- type: "string",
271
- options: [
272
- "text",
273
- "additions",
274
- "additions removals",
275
- "additions text",
276
- "all",
277
- "removals",
278
- "removals additions",
279
- "removals text",
280
- "text additions",
281
- "text removals"
282
- ]
283
- },
284
- "aria-required": {
285
- description: "Indicates that user input is required on the element before a form may be submitted.",
286
- required: false,
287
- control: "boolean",
288
- type: "boolean"
289
- },
290
- "aria-roledescription": {
291
- description: "Defines a human-readable, author-localized description for the role of an element.",
292
- required: false,
293
- control: "text",
294
- type: "string"
295
- },
296
- "aria-rowcount": {
297
- description: "Defines the total number of rows in a table, grid, or treegrid.\n@see aria-rowindex.",
298
- required: false,
299
- control: "number",
300
- type: "number"
301
- },
302
- "aria-rowindex": {
303
- 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.",
304
- required: false,
305
- control: "number",
306
- type: "number"
307
- },
308
- "aria-rowindextext": {
309
- description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
310
- required: false,
311
- control: "text",
312
- type: "string"
313
- },
314
- "aria-rowspan": {
315
- 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.",
316
- required: false,
317
- control: "number",
318
- type: "number"
319
- },
320
- "aria-selected": {
321
- description: 'Indicates the current "selected" state of various widgets.\n@see aria-checked\n@see aria-pressed.',
322
- required: false,
323
- control: "boolean",
324
- type: "boolean"
325
- },
326
- "aria-setsize": {
327
- 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.",
328
- required: false,
329
- control: "number",
330
- type: "number"
331
- },
332
- "aria-sort": {
333
- description: "Indicates if items in a table or grid are sorted in ascending or descending order.",
334
- required: false,
335
- control: "select",
336
- type: "string",
337
- options: ["none", "ascending", "descending", "other"]
338
- },
339
- "aria-valuemax": {
340
- description: "Defines the maximum allowed value for a range widget.",
341
- required: false,
342
- control: "number",
343
- type: "number"
344
- },
345
- "aria-valuemin": {
346
- description: "Defines the minimum allowed value for a range widget.",
347
- required: false,
348
- control: "number",
349
- type: "number"
350
- },
351
- "aria-valuenow": {
352
- description: "Defines the current value for a range widget.\n@see aria-valuetext.",
353
- required: false,
354
- control: "number",
355
- type: "number"
356
- },
357
- "aria-valuetext": {
358
- description: "Defines the human readable text alternative of aria-valuenow for a range widget.",
359
- required: false,
360
- control: "text",
361
- type: "string"
362
- },
363
- autoCapitalize: {
364
- required: false,
365
- control: "text",
366
- type: "string",
367
- description: "Sets whether input is automatically capitalized when entered by user."
368
- },
369
- autoCorrect: { required: false, control: "text", type: "string" },
370
- autoFocus: {
371
- required: false,
372
- control: "boolean",
373
- type: "boolean",
374
- description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
375
- },
376
- autopause: {
377
- description: "Whether to pause the current video when another Vimeo video on the same page starts to play. Set this value to false to permit simultaneous playback of all the videos on the page. This option has no effect if you've disabled cookies in your browser, either through browser settings or with an extension or plugin.",
378
- required: false,
379
- control: "boolean",
380
- type: "boolean",
381
- defaultValue: true
382
- },
383
- autopip: {
384
- description: "Whether to enable the browser to enter picture-in-picture mode automatically when switching tabs or windows, where supported.",
385
- required: false,
386
- control: "boolean",
387
- type: "boolean"
388
- },
389
- autoplay: {
390
- description: "Whether to start playback of the video automatically. This feature might not work on all devices.",
391
- required: false,
392
- control: "boolean",
393
- type: "boolean",
394
- defaultValue: false
395
- },
396
- autoSave: { required: false, control: "text", type: "string" },
397
- backgroundMode: {
398
- description: "Whether the player is in background mode, which hides the playback controls, enables autoplay, and loops the video.",
399
- required: false,
400
- control: "boolean",
401
- type: "boolean",
402
- defaultValue: false
403
- },
404
- className: { required: false, control: "text", type: "string" },
405
- color: {
406
- required: false,
407
- control: "color",
408
- type: "string",
409
- description: "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead."
410
- },
411
- content: {
412
- required: false,
413
- control: "text",
414
- type: "string",
415
- description: "A value associated with http-equiv orname depending on the context."
416
- },
417
- contextMenu: {
418
- required: false,
419
- control: "text",
420
- type: "string",
421
- description: "Defines the ID of a menu element which willserve as the element's context menu."
422
- },
423
- controlsColor: {
424
- description: "A color value of the playback controls, which is normally #00ADEF. The embed settings of the video might override this value.",
425
- required: false,
426
- control: "color",
427
- type: "string"
428
- },
429
- datatype: { required: false, control: "text", type: "string" },
430
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
431
- dir: {
432
- required: false,
433
- control: "text",
434
- type: "string",
435
- description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
436
- },
437
- doNotTrack: {
438
- description: "Whether to prevent the player from tracking session data, including cookies. Keep in mind that setting this argument to true also blocks video stats.",
439
- required: false,
440
- control: "boolean",
441
- type: "boolean",
442
- defaultValue: false
443
- },
444
- draggable: {
445
- required: false,
446
- control: "boolean",
447
- type: "boolean",
448
- description: "Defines whether the element can be dragged."
449
- },
450
- hidden: {
451
- required: false,
452
- control: "boolean",
453
- type: "boolean",
454
- description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
455
- },
456
- id: {
457
- required: false,
458
- control: "text",
459
- type: "string",
460
- description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
461
- },
462
- inputMode: {
463
- 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",
464
- required: false,
465
- control: "select",
466
- type: "string",
467
- options: [
468
- "search",
469
- "text",
470
- "url",
471
- "none",
472
- "tel",
473
- "email",
474
- "numeric",
475
- "decimal"
476
- ]
477
- },
478
- interactiveParams: {
479
- description: "Key-value pairs representing dynamic parameters that are utilized on interactive videos with live elements, such as title=my-video,subtitle=interactive.",
480
- required: false,
481
- control: "text",
482
- type: "string"
483
- },
484
- is: {
485
- 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",
486
- required: false,
487
- control: "text",
488
- type: "string"
489
- },
490
- itemID: { required: false, control: "text", type: "string" },
491
- itemProp: { required: false, control: "text", type: "string" },
492
- itemRef: { required: false, control: "text", type: "string" },
493
- itemScope: { required: false, control: "boolean", type: "boolean" },
494
- itemType: { required: false, control: "text", type: "string" },
495
- keyboard: {
496
- description: "Whether to enable keyboard input to trigger player events. This setting doesn't affect tab control.",
497
- required: false,
498
- control: "boolean",
499
- type: "boolean",
500
- defaultValue: true
501
- },
502
- lang: {
503
- required: false,
504
- control: "text",
505
- type: "string",
506
- description: "Defines the language used in the element."
507
- },
508
- loop: {
509
- description: "Whether to restart the video automatically after reaching the end.",
510
- required: false,
511
- control: "boolean",
512
- type: "boolean",
513
- defaultValue: false
514
- },
515
- muted: {
516
- description: "Whether the video is muted upon loading. The true value is required for the autoplay behavior in some browsers.",
517
- required: false,
518
- control: "boolean",
519
- type: "boolean",
520
- defaultValue: false
521
- },
522
- nonce: { required: false, control: "text", type: "string" },
523
- pip: {
524
- description: "Whether to include the picture-in-picture button among the player controls and enable the picture-in-picture API.",
525
- required: false,
526
- control: "boolean",
527
- type: "boolean",
528
- defaultValue: false
529
- },
530
- placeholder: {
531
- required: false,
532
- control: "text",
533
- type: "string",
534
- description: "Provides a hint to the user of what can be entered in the field."
535
- },
536
- playsinline: {
537
- description: "Whether the video plays inline on supported mobile devices. To force the device to play the video in fullscreen mode instead, set this value to false.",
538
- required: false,
539
- control: "boolean",
540
- type: "boolean",
541
- defaultValue: true
542
- },
543
- prefix: { required: false, control: "text", type: "string" },
544
- property: { required: false, control: "text", type: "string" },
545
- quality: {
546
- description: "For videos on a Vimeo Plus account or higher: the playback quality of the video. Use auto for the best possible quality given available bandwidth and other factors. You can also specify 360p, 540p, 720p, 1080p, 2k, and 4k.",
547
- required: false,
548
- control: "select",
549
- type: "string",
550
- defaultValue: "auto",
551
- options: ["auto", "360p", "540p", "720p", "1080p", "2k", "4k"]
552
- },
553
- radioGroup: { required: false, control: "text", type: "string" },
554
- rel: {
555
- required: false,
556
- control: "text",
557
- type: "string",
558
- description: "Specifies the relationship of the target object to the link object."
559
- },
560
- resource: { required: false, control: "text", type: "string" },
561
- responsive: {
562
- description: "Whether to return a responsive embed code, or one that provides intelligent adjustments based on viewing conditions. We recommend this option for mobile-optimized sites.",
563
- required: false,
564
- control: "boolean",
565
- type: "boolean",
566
- defaultValue: true
567
- },
568
- results: { required: false, control: "number", type: "number" },
569
- rev: { required: false, control: "text", type: "string" },
570
- role: {
571
- required: false,
572
- control: "text",
573
- type: "string",
574
- description: "Defines an explicit role for an element for use by assistive technologies."
575
- },
576
- security: { required: false, control: "text", type: "string" },
577
- showByline: {
578
- description: "Whether to display the video owner's name.",
579
- required: false,
580
- control: "boolean",
581
- type: "boolean",
582
- defaultValue: false
583
- },
584
- showControls: {
585
- description: "Whether to display the player's interactive elements, including the play bar and sharing buttons. Set this option to false for a chromeless experience. To control playback when the play/pause button is hidden, set autoplay to true, use keyboard controls (which remain active), or implement our player SDK.",
586
- required: false,
587
- control: "boolean",
588
- type: "boolean",
589
- defaultValue: true
590
- },
591
- showPortrait: {
592
- description: "Whether to display the video owner's portrait. Only works if either title or byline are also enabled",
593
- required: false,
594
- control: "boolean",
595
- type: "boolean",
596
- defaultValue: true
597
- },
598
- showPreview: {
599
- description: "Whether the preview image should be loaded from Vimeo API. Ideally don't use it, because it will show up with some delay and will make your site feel slower.",
600
- required: false,
601
- control: "boolean",
602
- type: "boolean",
603
- defaultValue: false
604
- },
605
- showTitle: {
606
- description: "Whether the player displays the title overlay.",
607
- required: false,
608
- control: "boolean",
609
- type: "boolean",
610
- defaultValue: false
611
- },
612
- slot: {
613
- required: false,
614
- control: "text",
615
- type: "string",
616
- description: "Assigns a slot in a shadow DOM shadow tree to an element."
617
- },
618
- speed: {
619
- description: "Whether the player displays speed controls in the preferences menu and enables the playback rate API.",
620
- required: false,
621
- control: "boolean",
622
- type: "boolean",
623
- defaultValue: false
624
- },
625
- spellCheck: {
626
- required: false,
627
- control: "boolean",
628
- type: "boolean",
629
- description: "Indicates whether spell checking is allowed for the element."
630
- },
631
- suppressContentEditableWarning: {
632
- required: false,
633
- control: "boolean",
634
- type: "boolean"
635
- },
636
- suppressHydrationWarning: {
637
- required: false,
638
- control: "boolean",
639
- type: "boolean"
640
- },
641
- tabIndex: {
642
- required: false,
643
- control: "number",
644
- type: "number",
645
- description: "Overrides the browser's default tab order and follows the one specified instead."
646
- },
647
- texttrack: {
648
- description: "The text track to display with the video. Specify the text track by its language code (en), the language code and locale (en-US), or the language code and kind (en.captions). For this argument to work, the video must already have a text track of the given type; see our Help Center or Working with Text Track Uploads for more information.\nTo enable automatically generated closed captions instead, provide the value en-x-autogen. Please note that, at the present time, automatic captions are always in English.",
649
- required: false,
650
- control: "text",
651
- type: "string"
652
- },
653
- title: {
654
- required: false,
655
- control: "text",
656
- type: "string",
657
- description: "Text to be displayed in a tooltip when hovering over the element."
658
- },
659
- translate: {
660
- required: false,
661
- control: "radio",
662
- type: "string",
663
- options: ["yes", "no"],
664
- description: "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged."
665
- },
666
- transparent: {
667
- description: "Whether the responsive player and transparent background are enabled.",
668
- required: false,
669
- control: "boolean",
670
- type: "boolean",
671
- defaultValue: true
672
- },
673
- typeof: { required: false, control: "text", type: "string" },
674
- unselectable: {
675
- required: false,
676
- control: "radio",
677
- type: "string",
678
- options: ["on", "off"]
679
- },
680
- url: {
681
- description: "The ID or the URL of the video on Vimeo. You must supply one of these values to identify the video. When the video's privacy setting is Private, you must use the URL, and the URL must include the h parameter. For more information, see Vimeo\u2019s introductory guide.",
682
- required: false,
683
- control: "text",
684
- type: "string"
685
- },
686
- vocab: { required: false, control: "text", type: "string" }
687
- };