@webstudio-is/sdk-components-react 0.75.0 → 0.77.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 (171) hide show
  1. package/lib/__generated__/blockquote.props.js +84 -88
  2. package/lib/__generated__/body.props.js +83 -87
  3. package/lib/__generated__/bold.props.js +83 -87
  4. package/lib/__generated__/box.props.js +83 -87
  5. package/lib/__generated__/button.props.js +98 -103
  6. package/lib/__generated__/checkbox.props.js +120 -127
  7. package/lib/__generated__/code-text.props.js +84 -88
  8. package/lib/__generated__/form.props.js +90 -94
  9. package/lib/__generated__/heading.props.js +83 -87
  10. package/lib/__generated__/image.props.js +124 -128
  11. package/lib/__generated__/input.props.js +126 -133
  12. package/lib/__generated__/italic.props.js +83 -87
  13. package/lib/__generated__/label.props.js +85 -89
  14. package/lib/__generated__/link.props.js +110 -115
  15. package/lib/__generated__/list-item.props.js +83 -88
  16. package/lib/__generated__/list.props.js +87 -91
  17. package/lib/__generated__/paragraph.props.js +83 -87
  18. package/lib/__generated__/radio-button.props.js +120 -127
  19. package/lib/__generated__/rich-text-link.props.js +110 -115
  20. package/lib/__generated__/separator.props.js +83 -87
  21. package/lib/__generated__/span.props.js +83 -87
  22. package/lib/__generated__/subscript.props.js +83 -87
  23. package/lib/__generated__/superscript.props.js +83 -87
  24. package/lib/__generated__/text.props.js +83 -87
  25. package/lib/__generated__/textarea.props.js +95 -101
  26. package/lib/__generated__/vimeo-play-button.props.js +97 -102
  27. package/lib/__generated__/vimeo-preview-image.props.js +124 -128
  28. package/lib/__generated__/vimeo-spinner.props.js +83 -87
  29. package/lib/__generated__/vimeo.props.js +127 -131
  30. package/lib/blockquote.ws.js +2 -46
  31. package/lib/body.ws.js +1 -21
  32. package/lib/cjs/__generated__/blockquote.props.js +84 -88
  33. package/lib/cjs/__generated__/body.props.js +83 -87
  34. package/lib/cjs/__generated__/bold.props.js +83 -87
  35. package/lib/cjs/__generated__/box.props.js +83 -87
  36. package/lib/cjs/__generated__/button.props.js +98 -103
  37. package/lib/cjs/__generated__/checkbox.props.js +120 -127
  38. package/lib/cjs/__generated__/code-text.props.js +84 -88
  39. package/lib/cjs/__generated__/form.props.js +90 -94
  40. package/lib/cjs/__generated__/heading.props.js +83 -87
  41. package/lib/cjs/__generated__/image.props.js +124 -128
  42. package/lib/cjs/__generated__/input.props.js +126 -133
  43. package/lib/cjs/__generated__/italic.props.js +83 -87
  44. package/lib/cjs/__generated__/label.props.js +85 -89
  45. package/lib/cjs/__generated__/link.props.js +110 -115
  46. package/lib/cjs/__generated__/list-item.props.js +83 -88
  47. package/lib/cjs/__generated__/list.props.js +87 -91
  48. package/lib/cjs/__generated__/paragraph.props.js +83 -87
  49. package/lib/cjs/__generated__/radio-button.props.js +120 -127
  50. package/lib/cjs/__generated__/rich-text-link.props.js +110 -115
  51. package/lib/cjs/__generated__/separator.props.js +83 -87
  52. package/lib/cjs/__generated__/span.props.js +83 -87
  53. package/lib/cjs/__generated__/subscript.props.js +83 -87
  54. package/lib/cjs/__generated__/superscript.props.js +83 -87
  55. package/lib/cjs/__generated__/text.props.js +83 -87
  56. package/lib/cjs/__generated__/textarea.props.js +95 -101
  57. package/lib/cjs/__generated__/vimeo-play-button.props.js +97 -102
  58. package/lib/cjs/__generated__/vimeo-preview-image.props.js +124 -128
  59. package/lib/cjs/__generated__/vimeo-spinner.props.js +83 -87
  60. package/lib/cjs/__generated__/vimeo.props.js +127 -131
  61. package/lib/cjs/blockquote.ws.js +2 -46
  62. package/lib/cjs/body.ws.js +1 -21
  63. package/lib/cjs/code-text.js +2 -2
  64. package/lib/cjs/components.js +0 -4
  65. package/lib/cjs/form.ws.js +1 -0
  66. package/lib/cjs/link.js +6 -2
  67. package/lib/cjs/list.ws.js +1 -1
  68. package/lib/cjs/metas.js +0 -4
  69. package/lib/cjs/props.js +0 -4
  70. package/lib/code-text.js +2 -2
  71. package/lib/components.js +0 -4
  72. package/lib/form.ws.js +1 -0
  73. package/lib/link.js +6 -2
  74. package/lib/list.ws.js +1 -1
  75. package/lib/metas.js +14 -18
  76. package/lib/props.js +14 -18
  77. package/lib/types/code-text.d.ts +1 -1
  78. package/lib/types/components.d.ts +0 -2
  79. package/lib/types/metas.d.ts +0 -2
  80. package/lib/types/props.d.ts +0 -2
  81. package/package.json +10 -11
  82. package/src/__generated__/blockquote.props.ts +85 -89
  83. package/src/__generated__/body.props.ts +84 -88
  84. package/src/__generated__/bold.props.ts +84 -88
  85. package/src/__generated__/box.props.ts +84 -88
  86. package/src/__generated__/button.props.ts +99 -104
  87. package/src/__generated__/checkbox.props.ts +121 -128
  88. package/src/__generated__/code-text.props.ts +85 -89
  89. package/src/__generated__/form.props.ts +91 -95
  90. package/src/__generated__/heading.props.ts +84 -88
  91. package/src/__generated__/image.props.ts +126 -130
  92. package/src/__generated__/input.props.ts +127 -134
  93. package/src/__generated__/italic.props.ts +84 -88
  94. package/src/__generated__/label.props.ts +86 -90
  95. package/src/__generated__/link.props.ts +111 -116
  96. package/src/__generated__/list-item.props.ts +84 -89
  97. package/src/__generated__/list.props.ts +88 -92
  98. package/src/__generated__/paragraph.props.ts +84 -88
  99. package/src/__generated__/radio-button.props.ts +121 -128
  100. package/src/__generated__/rich-text-link.props.ts +111 -116
  101. package/src/__generated__/separator.props.ts +84 -88
  102. package/src/__generated__/span.props.ts +84 -88
  103. package/src/__generated__/subscript.props.ts +84 -88
  104. package/src/__generated__/superscript.props.ts +84 -88
  105. package/src/__generated__/text.props.ts +84 -88
  106. package/src/__generated__/textarea.props.ts +96 -102
  107. package/src/__generated__/vimeo-play-button.props.ts +98 -103
  108. package/src/__generated__/vimeo-preview-image.props.ts +126 -130
  109. package/src/__generated__/vimeo-spinner.props.ts +84 -88
  110. package/src/__generated__/vimeo.props.ts +131 -135
  111. package/src/blockquote.ws.tsx +2 -48
  112. package/src/body.ws.tsx +1 -21
  113. package/src/code-text.tsx +2 -2
  114. package/src/components.ts +0 -2
  115. package/src/form.ws.tsx +1 -0
  116. package/src/link.tsx +7 -2
  117. package/src/list.ws.tsx +1 -1
  118. package/src/metas.ts +0 -2
  119. package/src/props.ts +0 -2
  120. package/src/subscript.stories.tsx +9 -9
  121. package/lib/__generated__/error-message.props.js +0 -398
  122. package/lib/__generated__/success-message.props.js +0 -398
  123. package/lib/cjs/__generated__/error-message.props.js +0 -418
  124. package/lib/cjs/__generated__/success-message.props.js +0 -418
  125. package/lib/cjs/error-message.js +0 -29
  126. package/lib/cjs/error-message.ws.js +0 -40
  127. package/lib/cjs/success-message.js +0 -29
  128. package/lib/cjs/success-message.ws.js +0 -40
  129. package/lib/error-message.js +0 -9
  130. package/lib/error-message.ws.js +0 -20
  131. package/lib/success-message.js +0 -9
  132. package/lib/success-message.ws.js +0 -20
  133. package/lib/types/__generated__/error-message.props.d.ts +0 -2
  134. package/lib/types/__generated__/success-message.props.d.ts +0 -2
  135. package/lib/types/blockquote.stories.d.ts +0 -5
  136. package/lib/types/body.stories.d.ts +0 -6
  137. package/lib/types/bold.stories.d.ts +0 -5
  138. package/lib/types/box.stories.d.ts +0 -9
  139. package/lib/types/button.stories.d.ts +0 -5
  140. package/lib/types/code-text.stories.d.ts +0 -11
  141. package/lib/types/error-message.d.ts +0 -3
  142. package/lib/types/error-message.ws.d.ts +0 -3
  143. package/lib/types/form.stories.d.ts +0 -5
  144. package/lib/types/heading.stories.d.ts +0 -9
  145. package/lib/types/html-embed.stories.d.ts +0 -11
  146. package/lib/types/image.stories.d.ts +0 -562
  147. package/lib/types/input.stories.d.ts +0 -9
  148. package/lib/types/italic.stories.d.ts +0 -5
  149. package/lib/types/link.stories.d.ts +0 -9
  150. package/lib/types/list-item.stories.d.ts +0 -5
  151. package/lib/types/list.stories.d.ts +0 -9
  152. package/lib/types/paragraph.stories.d.ts +0 -5
  153. package/lib/types/rich-text-link.stories.d.ts +0 -9
  154. package/lib/types/separator.stories.d.ts +0 -5
  155. package/lib/types/slot.stories.d.ts +0 -9
  156. package/lib/types/span.stories.d.ts +0 -5
  157. package/lib/types/subscript.stories.d.ts +0 -5
  158. package/lib/types/success-message.d.ts +0 -3
  159. package/lib/types/success-message.ws.d.ts +0 -3
  160. package/lib/types/superscript.stories.d.ts +0 -5
  161. package/lib/types/text.stories.d.ts +0 -9
  162. package/lib/types/vimeo-play-button.stories.d.ts +0 -5
  163. package/lib/types/vimeo-preview-image.stories.d.ts +0 -562
  164. package/lib/types/vimeo-spinner.stories.d.ts +0 -5
  165. package/lib/types/vimeo.stories.d.ts +0 -71
  166. package/src/__generated__/error-message.props.ts +0 -443
  167. package/src/__generated__/success-message.props.ts +0 -443
  168. package/src/error-message.tsx +0 -10
  169. package/src/error-message.ws.tsx +0 -24
  170. package/src/success-message.tsx +0 -10
  171. package/src/success-message.ws.tsx +0 -24
@@ -1,132 +1,7 @@
1
1
  const props = {
2
- slot: { required: false, control: "text", type: "string" },
3
- style: { required: false, control: "text", type: "string" },
4
- title: { required: false, control: "text", type: "string" },
5
- alt: { required: false, control: "text", type: "string" },
6
- crossOrigin: {
7
- required: false,
8
- control: "radio",
9
- type: "string",
10
- options: ["", "anonymous", "use-credentials"]
11
- },
12
- decoding: {
13
- required: false,
14
- control: "radio",
15
- type: "string",
16
- options: ["async", "auto", "sync"]
17
- },
18
- height: { required: false, control: "number", type: "number" },
19
- loading: {
20
- required: false,
21
- control: "radio",
22
- type: "string",
23
- options: ["eager", "lazy"]
24
- },
25
- referrerPolicy: {
26
- required: false,
27
- control: "select",
28
- type: "string",
29
- options: [
30
- "",
31
- "no-referrer",
32
- "no-referrer-when-downgrade",
33
- "origin",
34
- "origin-when-cross-origin",
35
- "same-origin",
36
- "strict-origin",
37
- "strict-origin-when-cross-origin",
38
- "unsafe-url"
39
- ]
40
- },
41
- sizes: { required: false, control: "text", type: "string" },
42
- src: { required: false, control: "text", type: "string" },
43
- srcSet: { required: false, control: "text", type: "string" },
44
- useMap: { required: false, control: "text", type: "string" },
45
- width: { required: false, control: "number", type: "number" },
46
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
47
- defaultValue: { required: false, control: "text", type: "string" },
48
- suppressContentEditableWarning: {
49
- required: false,
50
- control: "boolean",
51
- type: "boolean"
52
- },
53
- suppressHydrationWarning: {
54
- required: false,
55
- control: "boolean",
56
- type: "boolean"
57
- },
58
- accessKey: { required: false, control: "text", type: "string" },
59
- autoFocus: { required: false, control: "boolean", type: "boolean" },
60
- className: { required: false, control: "text", type: "string" },
61
- contentEditable: { required: false, control: "text", type: "string" },
62
- contextMenu: { required: false, control: "text", type: "string" },
63
- dir: { required: false, control: "text", type: "string" },
64
- draggable: { required: false, control: "boolean", type: "boolean" },
65
- hidden: { required: false, control: "boolean", type: "boolean" },
66
- id: { required: false, control: "text", type: "string" },
67
- lang: { required: false, control: "text", type: "string" },
68
- nonce: { required: false, control: "text", type: "string" },
69
- placeholder: { required: false, control: "text", type: "string" },
70
- spellCheck: { required: false, control: "boolean", type: "boolean" },
71
- tabIndex: { required: false, control: "number", type: "number" },
72
- translate: {
73
- required: false,
74
- control: "radio",
75
- type: "string",
76
- options: ["yes", "no"]
77
- },
78
- radioGroup: { required: false, control: "text", type: "string" },
79
- role: { required: false, control: "text", type: "string" },
80
2
  about: { required: false, control: "text", type: "string" },
81
- content: { required: false, control: "text", type: "string" },
82
- datatype: { required: false, control: "text", type: "string" },
83
- inlist: { required: false, control: "text", type: "string" },
84
- prefix: { required: false, control: "text", type: "string" },
85
- property: { required: false, control: "text", type: "string" },
86
- rel: { required: false, control: "text", type: "string" },
87
- resource: { required: false, control: "text", type: "string" },
88
- rev: { required: false, control: "text", type: "string" },
89
- typeof: { required: false, control: "text", type: "string" },
90
- vocab: { required: false, control: "text", type: "string" },
91
- autoCapitalize: { required: false, control: "text", type: "string" },
92
- autoCorrect: { required: false, control: "text", type: "string" },
93
- autoSave: { required: false, control: "text", type: "string" },
94
- color: { required: false, control: "color", type: "string" },
95
- itemProp: { required: false, control: "text", type: "string" },
96
- itemScope: { required: false, control: "boolean", type: "boolean" },
97
- itemType: { required: false, control: "text", type: "string" },
98
- itemID: { required: false, control: "text", type: "string" },
99
- itemRef: { required: false, control: "text", type: "string" },
100
- results: { required: false, control: "number", type: "number" },
101
- security: { required: false, control: "text", type: "string" },
102
- unselectable: {
103
- required: false,
104
- control: "radio",
105
- type: "string",
106
- options: ["on", "off"]
107
- },
108
- inputMode: {
109
- 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",
110
- required: false,
111
- control: "select",
112
- type: "string",
113
- options: [
114
- "text",
115
- "none",
116
- "search",
117
- "tel",
118
- "url",
119
- "email",
120
- "numeric",
121
- "decimal"
122
- ]
123
- },
124
- is: {
125
- 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",
126
- required: false,
127
- control: "text",
128
- type: "string"
129
- },
3
+ accessKey: { required: false, control: "text", type: "string" },
4
+ alt: { required: false, control: "text", type: "string" },
130
5
  "aria-activedescendant": {
131
6
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
132
7
  required: false,
@@ -433,8 +308,129 @@ const props = {
433
308
  control: "text",
434
309
  type: "string"
435
310
  },
311
+ autoCapitalize: { required: false, control: "text", type: "string" },
312
+ autoCorrect: { required: false, control: "text", type: "string" },
313
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
314
+ autoSave: { required: false, control: "text", type: "string" },
315
+ className: { required: false, control: "text", type: "string" },
316
+ color: { required: false, control: "color", type: "string" },
317
+ content: { required: false, control: "text", type: "string" },
318
+ contextMenu: { required: false, control: "text", type: "string" },
319
+ crossOrigin: {
320
+ required: false,
321
+ control: "radio",
322
+ type: "string",
323
+ options: ["", "anonymous", "use-credentials"]
324
+ },
325
+ datatype: { required: false, control: "text", type: "string" },
326
+ decoding: {
327
+ required: false,
328
+ control: "radio",
329
+ type: "string",
330
+ options: ["async", "auto", "sync"]
331
+ },
332
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
333
+ dir: { required: false, control: "text", type: "string" },
334
+ draggable: { required: false, control: "boolean", type: "boolean" },
335
+ height: { required: false, control: "number", type: "number" },
336
+ hidden: { required: false, control: "boolean", type: "boolean" },
337
+ id: { required: false, control: "text", type: "string" },
338
+ inputMode: {
339
+ 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",
340
+ required: false,
341
+ control: "select",
342
+ type: "string",
343
+ options: [
344
+ "text",
345
+ "none",
346
+ "search",
347
+ "tel",
348
+ "url",
349
+ "email",
350
+ "numeric",
351
+ "decimal"
352
+ ]
353
+ },
354
+ is: {
355
+ 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",
356
+ required: false,
357
+ control: "text",
358
+ type: "string"
359
+ },
360
+ itemID: { required: false, control: "text", type: "string" },
361
+ itemProp: { required: false, control: "text", type: "string" },
362
+ itemRef: { required: false, control: "text", type: "string" },
363
+ itemScope: { required: false, control: "boolean", type: "boolean" },
364
+ itemType: { required: false, control: "text", type: "string" },
365
+ lang: { required: false, control: "text", type: "string" },
366
+ loading: {
367
+ required: false,
368
+ control: "radio",
369
+ type: "string",
370
+ options: ["eager", "lazy"]
371
+ },
372
+ nonce: { required: false, control: "text", type: "string" },
373
+ optimize: { required: false, control: "boolean", type: "boolean" },
374
+ placeholder: { required: false, control: "text", type: "string" },
375
+ prefix: { required: false, control: "text", type: "string" },
376
+ property: { required: false, control: "text", type: "string" },
436
377
  quality: { required: false, control: "number", type: "number" },
437
- optimize: { required: false, control: "boolean", type: "boolean" }
378
+ radioGroup: { required: false, control: "text", type: "string" },
379
+ referrerPolicy: {
380
+ required: false,
381
+ control: "select",
382
+ type: "string",
383
+ options: [
384
+ "",
385
+ "no-referrer",
386
+ "no-referrer-when-downgrade",
387
+ "origin",
388
+ "origin-when-cross-origin",
389
+ "same-origin",
390
+ "strict-origin",
391
+ "strict-origin-when-cross-origin",
392
+ "unsafe-url"
393
+ ]
394
+ },
395
+ rel: { required: false, control: "text", type: "string" },
396
+ resource: { required: false, control: "text", type: "string" },
397
+ results: { required: false, control: "number", type: "number" },
398
+ rev: { required: false, control: "text", type: "string" },
399
+ role: { required: false, control: "text", type: "string" },
400
+ security: { required: false, control: "text", type: "string" },
401
+ sizes: { required: false, control: "text", type: "string" },
402
+ slot: { required: false, control: "text", type: "string" },
403
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
404
+ src: { required: false, control: "text", type: "string" },
405
+ srcSet: { required: false, control: "text", type: "string" },
406
+ suppressContentEditableWarning: {
407
+ required: false,
408
+ control: "boolean",
409
+ type: "boolean"
410
+ },
411
+ suppressHydrationWarning: {
412
+ required: false,
413
+ control: "boolean",
414
+ type: "boolean"
415
+ },
416
+ tabIndex: { required: false, control: "number", type: "number" },
417
+ title: { required: false, control: "text", type: "string" },
418
+ translate: {
419
+ required: false,
420
+ control: "radio",
421
+ type: "string",
422
+ options: ["yes", "no"]
423
+ },
424
+ typeof: { required: false, control: "text", type: "string" },
425
+ unselectable: {
426
+ required: false,
427
+ control: "radio",
428
+ type: "string",
429
+ options: ["on", "off"]
430
+ },
431
+ useMap: { required: false, control: "text", type: "string" },
432
+ vocab: { required: false, control: "text", type: "string" },
433
+ width: { required: false, control: "number", type: "number" }
438
434
  };
439
435
  export {
440
436
  props
@@ -1,138 +1,8 @@
1
1
  const props = {
2
- form: { required: false, control: "text", type: "string" },
3
- slot: { required: false, control: "text", type: "string" },
4
- style: { required: false, control: "text", type: "string" },
5
- title: { required: false, control: "text", type: "string" },
6
- pattern: { required: false, control: "text", type: "string" },
2
+ about: { required: false, control: "text", type: "string" },
7
3
  accept: { required: false, control: "text", type: "string" },
8
- alt: { required: false, control: "text", type: "string" },
9
- autoComplete: { required: false, control: "text", type: "string" },
10
- capture: { required: false, control: "text", type: "string" },
11
- checked: { required: false, control: "boolean", type: "boolean" },
12
- crossOrigin: {
13
- required: false,
14
- control: "radio",
15
- type: "string",
16
- options: ["", "anonymous", "use-credentials"]
17
- },
18
- disabled: { required: false, control: "boolean", type: "boolean" },
19
- enterKeyHint: {
20
- required: false,
21
- control: "select",
22
- type: "string",
23
- options: ["search", "enter", "done", "go", "next", "previous", "send"]
24
- },
25
- formAction: { required: false, control: "text", type: "string" },
26
- formEncType: { required: false, control: "text", type: "string" },
27
- formMethod: { required: false, control: "text", type: "string" },
28
- formNoValidate: { required: false, control: "boolean", type: "boolean" },
29
- formTarget: { required: false, control: "text", type: "string" },
30
- height: { required: false, control: "number", type: "number" },
31
- list: { required: false, control: "text", type: "string" },
32
- max: { required: false, control: "number", type: "number" },
33
- maxLength: { required: false, control: "number", type: "number" },
34
- min: { required: false, control: "number", type: "number" },
35
- minLength: { required: false, control: "number", type: "number" },
36
- multiple: { required: false, control: "boolean", type: "boolean" },
37
- name: { required: false, control: "text", type: "string" },
38
- placeholder: { required: false, control: "text", type: "string" },
39
- readOnly: { required: false, control: "boolean", type: "boolean" },
40
- required: { required: false, control: "boolean", type: "boolean" },
41
- size: { required: false, control: "number", type: "number" },
42
- src: { required: false, control: "text", type: "string" },
43
- step: { required: false, control: "number", type: "number" },
44
- type: {
45
- required: false,
46
- control: "select",
47
- type: "string",
48
- options: ["number", "text", "email", "password", "tel", "url"]
49
- },
50
- value: { required: false, control: "text", type: "string" },
51
- width: { required: false, control: "number", type: "number" },
52
- onChange: { required: false, control: "text", type: "string" },
53
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
54
- defaultValue: { required: false, control: "text", type: "string" },
55
- suppressContentEditableWarning: {
56
- required: false,
57
- control: "boolean",
58
- type: "boolean"
59
- },
60
- suppressHydrationWarning: {
61
- required: false,
62
- control: "boolean",
63
- type: "boolean"
64
- },
65
4
  accessKey: { required: false, control: "text", type: "string" },
66
- autoFocus: { required: false, control: "boolean", type: "boolean" },
67
- className: { required: false, control: "text", type: "string" },
68
- contentEditable: { required: false, control: "text", type: "string" },
69
- contextMenu: { required: false, control: "text", type: "string" },
70
- dir: { required: false, control: "text", type: "string" },
71
- draggable: { required: false, control: "boolean", type: "boolean" },
72
- hidden: { required: false, control: "boolean", type: "boolean" },
73
- id: { required: false, control: "text", type: "string" },
74
- lang: { required: false, control: "text", type: "string" },
75
- nonce: { required: false, control: "text", type: "string" },
76
- spellCheck: { required: false, control: "boolean", type: "boolean" },
77
- tabIndex: { required: false, control: "number", type: "number" },
78
- translate: {
79
- required: false,
80
- control: "radio",
81
- type: "string",
82
- options: ["yes", "no"]
83
- },
84
- radioGroup: { required: false, control: "text", type: "string" },
85
- role: { required: false, control: "text", type: "string" },
86
- about: { required: false, control: "text", type: "string" },
87
- content: { required: false, control: "text", type: "string" },
88
- datatype: { required: false, control: "text", type: "string" },
89
- inlist: { required: false, control: "text", type: "string" },
90
- prefix: { required: false, control: "text", type: "string" },
91
- property: { required: false, control: "text", type: "string" },
92
- rel: { required: false, control: "text", type: "string" },
93
- resource: { required: false, control: "text", type: "string" },
94
- rev: { required: false, control: "text", type: "string" },
95
- typeof: { required: false, control: "text", type: "string" },
96
- vocab: { required: false, control: "text", type: "string" },
97
- autoCapitalize: { required: false, control: "text", type: "string" },
98
- autoCorrect: { required: false, control: "text", type: "string" },
99
- autoSave: { required: false, control: "text", type: "string" },
100
- color: { required: false, control: "color", type: "string" },
101
- itemProp: { required: false, control: "text", type: "string" },
102
- itemScope: { required: false, control: "boolean", type: "boolean" },
103
- itemType: { required: false, control: "text", type: "string" },
104
- itemID: { required: false, control: "text", type: "string" },
105
- itemRef: { required: false, control: "text", type: "string" },
106
- results: { required: false, control: "number", type: "number" },
107
- security: { required: false, control: "text", type: "string" },
108
- unselectable: {
109
- required: false,
110
- control: "radio",
111
- type: "string",
112
- options: ["on", "off"]
113
- },
114
- inputMode: {
115
- 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",
116
- required: false,
117
- control: "select",
118
- type: "string",
119
- options: [
120
- "text",
121
- "email",
122
- "tel",
123
- "url",
124
- "search",
125
- "none",
126
- "numeric",
127
- "decimal"
128
- ]
129
- },
130
- is: {
131
- 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",
132
- required: false,
133
- control: "text",
134
- type: "string"
135
- },
5
+ alt: { required: false, control: "text", type: "string" },
136
6
  "aria-activedescendant": {
137
7
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
138
8
  required: false,
@@ -438,7 +308,130 @@ const props = {
438
308
  required: false,
439
309
  control: "text",
440
310
  type: "string"
441
- }
311
+ },
312
+ autoCapitalize: { required: false, control: "text", type: "string" },
313
+ autoComplete: { required: false, control: "text", type: "string" },
314
+ autoCorrect: { required: false, control: "text", type: "string" },
315
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
316
+ autoSave: { required: false, control: "text", type: "string" },
317
+ checked: { required: false, control: "boolean", type: "boolean" },
318
+ className: { required: false, control: "text", type: "string" },
319
+ color: { required: false, control: "color", type: "string" },
320
+ content: { required: false, control: "text", type: "string" },
321
+ contextMenu: { required: false, control: "text", type: "string" },
322
+ crossOrigin: {
323
+ required: false,
324
+ control: "radio",
325
+ type: "string",
326
+ options: ["", "anonymous", "use-credentials"]
327
+ },
328
+ datatype: { required: false, control: "text", type: "string" },
329
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
330
+ dir: { required: false, control: "text", type: "string" },
331
+ disabled: { required: false, control: "boolean", type: "boolean" },
332
+ draggable: { required: false, control: "boolean", type: "boolean" },
333
+ enterKeyHint: {
334
+ required: false,
335
+ control: "select",
336
+ type: "string",
337
+ options: ["search", "enter", "done", "go", "next", "previous", "send"]
338
+ },
339
+ form: { required: false, control: "text", type: "string" },
340
+ formAction: { required: false, control: "text", type: "string" },
341
+ formEncType: { required: false, control: "text", type: "string" },
342
+ formMethod: { required: false, control: "text", type: "string" },
343
+ formNoValidate: { required: false, control: "boolean", type: "boolean" },
344
+ formTarget: { required: false, control: "text", type: "string" },
345
+ height: { required: false, control: "number", type: "number" },
346
+ hidden: { required: false, control: "boolean", type: "boolean" },
347
+ id: { required: false, control: "text", type: "string" },
348
+ inputMode: {
349
+ 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",
350
+ required: false,
351
+ control: "select",
352
+ type: "string",
353
+ options: [
354
+ "text",
355
+ "email",
356
+ "tel",
357
+ "url",
358
+ "search",
359
+ "none",
360
+ "numeric",
361
+ "decimal"
362
+ ]
363
+ },
364
+ is: {
365
+ 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",
366
+ required: false,
367
+ control: "text",
368
+ type: "string"
369
+ },
370
+ itemID: { required: false, control: "text", type: "string" },
371
+ itemProp: { required: false, control: "text", type: "string" },
372
+ itemRef: { required: false, control: "text", type: "string" },
373
+ itemScope: { required: false, control: "boolean", type: "boolean" },
374
+ itemType: { required: false, control: "text", type: "string" },
375
+ lang: { required: false, control: "text", type: "string" },
376
+ list: { required: false, control: "text", type: "string" },
377
+ max: { required: false, control: "number", type: "number" },
378
+ maxLength: { required: false, control: "number", type: "number" },
379
+ min: { required: false, control: "number", type: "number" },
380
+ minLength: { required: false, control: "number", type: "number" },
381
+ multiple: { required: false, control: "boolean", type: "boolean" },
382
+ name: { required: false, control: "text", type: "string" },
383
+ nonce: { required: false, control: "text", type: "string" },
384
+ pattern: { required: false, control: "text", type: "string" },
385
+ placeholder: { required: false, control: "text", type: "string" },
386
+ prefix: { required: false, control: "text", type: "string" },
387
+ property: { required: false, control: "text", type: "string" },
388
+ radioGroup: { required: false, control: "text", type: "string" },
389
+ readOnly: { required: false, control: "boolean", type: "boolean" },
390
+ rel: { required: false, control: "text", type: "string" },
391
+ required: { required: false, control: "boolean", type: "boolean" },
392
+ resource: { required: false, control: "text", type: "string" },
393
+ results: { required: false, control: "number", type: "number" },
394
+ rev: { required: false, control: "text", type: "string" },
395
+ role: { required: false, control: "text", type: "string" },
396
+ security: { required: false, control: "text", type: "string" },
397
+ size: { required: false, control: "number", type: "number" },
398
+ slot: { required: false, control: "text", type: "string" },
399
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
400
+ src: { required: false, control: "text", type: "string" },
401
+ step: { required: false, control: "number", type: "number" },
402
+ suppressContentEditableWarning: {
403
+ required: false,
404
+ control: "boolean",
405
+ type: "boolean"
406
+ },
407
+ suppressHydrationWarning: {
408
+ required: false,
409
+ control: "boolean",
410
+ type: "boolean"
411
+ },
412
+ tabIndex: { required: false, control: "number", type: "number" },
413
+ title: { required: false, control: "text", type: "string" },
414
+ translate: {
415
+ required: false,
416
+ control: "radio",
417
+ type: "string",
418
+ options: ["yes", "no"]
419
+ },
420
+ type: {
421
+ required: false,
422
+ control: "select",
423
+ type: "string",
424
+ options: ["number", "text", "email", "password", "tel", "url"]
425
+ },
426
+ typeof: { required: false, control: "text", type: "string" },
427
+ unselectable: {
428
+ required: false,
429
+ control: "radio",
430
+ type: "string",
431
+ options: ["on", "off"]
432
+ },
433
+ vocab: { required: false, control: "text", type: "string" },
434
+ width: { required: false, control: "number", type: "number" }
442
435
  };
443
436
  export {
444
437
  props