@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,95 +1,8 @@
1
1
  import type { PropMeta } from "@webstudio-is/generate-arg-types";
2
2
 
3
3
  export const props: Record<string, PropMeta> = {
4
- slot: { required: false, control: "text", type: "string" },
5
- style: { required: false, control: "text", type: "string" },
6
- title: { required: false, control: "text", type: "string" },
7
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
8
- defaultValue: { required: false, control: "text", type: "string" },
9
- suppressContentEditableWarning: {
10
- required: false,
11
- control: "boolean",
12
- type: "boolean",
13
- },
14
- suppressHydrationWarning: {
15
- required: false,
16
- control: "boolean",
17
- type: "boolean",
18
- },
19
- accessKey: { required: false, control: "text", type: "string" },
20
- autoFocus: { required: false, control: "boolean", type: "boolean" },
21
- className: { required: false, control: "text", type: "string" },
22
- contentEditable: { required: false, control: "text", type: "string" },
23
- contextMenu: { required: false, control: "text", type: "string" },
24
- dir: { required: false, control: "text", type: "string" },
25
- draggable: { required: false, control: "boolean", type: "boolean" },
26
- hidden: { required: false, control: "boolean", type: "boolean" },
27
- id: { required: false, control: "text", type: "string" },
28
- lang: { required: false, control: "text", type: "string" },
29
- nonce: { required: false, control: "text", type: "string" },
30
- placeholder: { required: false, control: "text", type: "string" },
31
- spellCheck: { required: false, control: "boolean", type: "boolean" },
32
- tabIndex: { required: false, control: "number", type: "number" },
33
- translate: {
34
- required: false,
35
- control: "radio",
36
- type: "string",
37
- options: ["yes", "no"],
38
- },
39
- radioGroup: { required: false, control: "text", type: "string" },
40
- role: { required: false, control: "text", type: "string" },
41
4
  about: { required: false, control: "text", type: "string" },
42
- content: { required: false, control: "text", type: "string" },
43
- datatype: { required: false, control: "text", type: "string" },
44
- inlist: { required: false, control: "text", type: "string" },
45
- prefix: { required: false, control: "text", type: "string" },
46
- property: { required: false, control: "text", type: "string" },
47
- rel: { required: false, control: "text", type: "string" },
48
- resource: { required: false, control: "text", type: "string" },
49
- rev: { required: false, control: "text", type: "string" },
50
- typeof: { required: false, control: "text", type: "string" },
51
- vocab: { required: false, control: "text", type: "string" },
52
- autoCapitalize: { required: false, control: "text", type: "string" },
53
- autoCorrect: { required: false, control: "text", type: "string" },
54
- autoSave: { required: false, control: "text", type: "string" },
55
- color: { required: false, control: "color", type: "string" },
56
- itemProp: { required: false, control: "text", type: "string" },
57
- itemScope: { required: false, control: "boolean", type: "boolean" },
58
- itemType: { required: false, control: "text", type: "string" },
59
- itemID: { required: false, control: "text", type: "string" },
60
- itemRef: { required: false, control: "text", type: "string" },
61
- results: { required: false, control: "number", type: "number" },
62
- security: { required: false, control: "text", type: "string" },
63
- unselectable: {
64
- required: false,
65
- control: "radio",
66
- type: "string",
67
- options: ["on", "off"],
68
- },
69
- inputMode: {
70
- description:
71
- "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",
72
- required: false,
73
- control: "select",
74
- type: "string",
75
- options: [
76
- "text",
77
- "none",
78
- "search",
79
- "tel",
80
- "url",
81
- "email",
82
- "numeric",
83
- "decimal",
84
- ],
85
- },
86
- is: {
87
- description:
88
- "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",
89
- required: false,
90
- control: "text",
91
- type: "string",
92
- },
5
+ accessKey: { required: false, control: "text", type: "string" },
93
6
  "aria-activedescendant": {
94
7
  description:
95
8
  "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -440,4 +353,87 @@ export const props: Record<string, PropMeta> = {
440
353
  control: "text",
441
354
  type: "string",
442
355
  },
356
+ autoCapitalize: { required: false, control: "text", type: "string" },
357
+ autoCorrect: { required: false, control: "text", type: "string" },
358
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
359
+ autoSave: { required: false, control: "text", type: "string" },
360
+ className: { required: false, control: "text", type: "string" },
361
+ color: { required: false, control: "color", type: "string" },
362
+ content: { required: false, control: "text", type: "string" },
363
+ contextMenu: { required: false, control: "text", type: "string" },
364
+ datatype: { required: false, control: "text", type: "string" },
365
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
366
+ dir: { required: false, control: "text", type: "string" },
367
+ draggable: { required: false, control: "boolean", type: "boolean" },
368
+ hidden: { required: false, control: "boolean", type: "boolean" },
369
+ id: { required: false, control: "text", type: "string" },
370
+ inputMode: {
371
+ description:
372
+ "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",
373
+ required: false,
374
+ control: "select",
375
+ type: "string",
376
+ options: [
377
+ "text",
378
+ "none",
379
+ "search",
380
+ "tel",
381
+ "url",
382
+ "email",
383
+ "numeric",
384
+ "decimal",
385
+ ],
386
+ },
387
+ is: {
388
+ description:
389
+ "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",
390
+ required: false,
391
+ control: "text",
392
+ type: "string",
393
+ },
394
+ itemID: { required: false, control: "text", type: "string" },
395
+ itemProp: { required: false, control: "text", type: "string" },
396
+ itemRef: { required: false, control: "text", type: "string" },
397
+ itemScope: { required: false, control: "boolean", type: "boolean" },
398
+ itemType: { required: false, control: "text", type: "string" },
399
+ lang: { required: false, control: "text", type: "string" },
400
+ nonce: { required: false, control: "text", type: "string" },
401
+ placeholder: { required: false, control: "text", type: "string" },
402
+ prefix: { required: false, control: "text", type: "string" },
403
+ property: { required: false, control: "text", type: "string" },
404
+ radioGroup: { required: false, control: "text", type: "string" },
405
+ rel: { required: false, control: "text", type: "string" },
406
+ resource: { required: false, control: "text", type: "string" },
407
+ results: { required: false, control: "number", type: "number" },
408
+ rev: { required: false, control: "text", type: "string" },
409
+ role: { required: false, control: "text", type: "string" },
410
+ security: { required: false, control: "text", type: "string" },
411
+ slot: { required: false, control: "text", type: "string" },
412
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
413
+ suppressContentEditableWarning: {
414
+ required: false,
415
+ control: "boolean",
416
+ type: "boolean",
417
+ },
418
+ suppressHydrationWarning: {
419
+ required: false,
420
+ control: "boolean",
421
+ type: "boolean",
422
+ },
423
+ tabIndex: { required: false, control: "number", type: "number" },
424
+ title: { required: false, control: "text", type: "string" },
425
+ translate: {
426
+ required: false,
427
+ control: "radio",
428
+ type: "string",
429
+ options: ["yes", "no"],
430
+ },
431
+ typeof: { required: false, control: "text", type: "string" },
432
+ unselectable: {
433
+ required: false,
434
+ control: "radio",
435
+ type: "string",
436
+ options: ["on", "off"],
437
+ },
438
+ vocab: { required: false, control: "text", type: "string" },
443
439
  };
@@ -1,136 +1,10 @@
1
1
  import type { PropMeta } from "@webstudio-is/generate-arg-types";
2
2
 
3
3
  export const props: Record<string, PropMeta> = {
4
- form: { required: false, control: "text", type: "string" },
5
- slot: { required: false, control: "text", type: "string" },
6
- style: { required: false, control: "text", type: "string" },
7
- title: { required: false, control: "text", type: "string" },
8
- pattern: { required: false, control: "text", type: "string" },
4
+ about: { required: false, control: "text", type: "string" },
9
5
  accept: { required: false, control: "text", type: "string" },
10
- alt: { required: false, control: "text", type: "string" },
11
- autoComplete: { required: false, control: "text", type: "string" },
12
- capture: { required: false, control: "text", type: "string" },
13
- checked: { required: false, control: "boolean", type: "boolean" },
14
- crossOrigin: {
15
- required: false,
16
- control: "radio",
17
- type: "string",
18
- options: ["", "anonymous", "use-credentials"],
19
- },
20
- disabled: { required: false, control: "boolean", type: "boolean" },
21
- enterKeyHint: {
22
- required: false,
23
- control: "select",
24
- type: "string",
25
- options: ["enter", "done", "go", "next", "previous", "search", "send"],
26
- },
27
- formAction: { required: false, control: "text", type: "string" },
28
- formEncType: { required: false, control: "text", type: "string" },
29
- formMethod: { required: false, control: "text", type: "string" },
30
- formNoValidate: { required: false, control: "boolean", type: "boolean" },
31
- formTarget: { required: false, control: "text", type: "string" },
32
- height: { required: false, control: "number", type: "number" },
33
- list: { required: false, control: "text", type: "string" },
34
- max: { required: false, control: "number", type: "number" },
35
- maxLength: { required: false, control: "number", type: "number" },
36
- min: { required: false, control: "number", type: "number" },
37
- minLength: { required: false, control: "number", type: "number" },
38
- multiple: { required: false, control: "boolean", type: "boolean" },
39
- name: { required: false, control: "text", type: "string" },
40
- placeholder: { required: false, control: "text", type: "string" },
41
- readOnly: { required: false, control: "boolean", type: "boolean" },
42
- required: { required: false, control: "boolean", type: "boolean" },
43
- size: { required: false, control: "number", type: "number" },
44
- src: { required: false, control: "text", type: "string" },
45
- step: { required: false, control: "number", type: "number" },
46
- value: { required: false, control: "text", type: "string" },
47
- width: { required: false, control: "number", type: "number" },
48
- onChange: { required: false, control: "text", type: "string" },
49
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
50
- defaultValue: { required: false, control: "text", type: "string" },
51
- suppressContentEditableWarning: {
52
- required: false,
53
- control: "boolean",
54
- type: "boolean",
55
- },
56
- suppressHydrationWarning: {
57
- required: false,
58
- control: "boolean",
59
- type: "boolean",
60
- },
61
6
  accessKey: { required: false, control: "text", type: "string" },
62
- autoFocus: { required: false, control: "boolean", type: "boolean" },
63
- className: { required: false, control: "text", type: "string" },
64
- contentEditable: { required: false, control: "text", type: "string" },
65
- contextMenu: { required: false, control: "text", type: "string" },
66
- dir: { required: false, control: "text", type: "string" },
67
- draggable: { required: false, control: "boolean", type: "boolean" },
68
- hidden: { required: false, control: "boolean", type: "boolean" },
69
- id: { required: false, control: "text", type: "string" },
70
- lang: { required: false, control: "text", type: "string" },
71
- nonce: { required: false, control: "text", type: "string" },
72
- spellCheck: { required: false, control: "boolean", type: "boolean" },
73
- tabIndex: { required: false, control: "number", type: "number" },
74
- translate: {
75
- required: false,
76
- control: "radio",
77
- type: "string",
78
- options: ["yes", "no"],
79
- },
80
- radioGroup: { required: false, control: "text", type: "string" },
81
- role: { required: false, control: "text", type: "string" },
82
- about: { required: false, control: "text", type: "string" },
83
- content: { required: false, control: "text", type: "string" },
84
- datatype: { required: false, control: "text", type: "string" },
85
- inlist: { required: false, control: "text", type: "string" },
86
- prefix: { required: false, control: "text", type: "string" },
87
- property: { required: false, control: "text", type: "string" },
88
- rel: { required: false, control: "text", type: "string" },
89
- resource: { required: false, control: "text", type: "string" },
90
- rev: { required: false, control: "text", type: "string" },
91
- typeof: { required: false, control: "text", type: "string" },
92
- vocab: { required: false, control: "text", type: "string" },
93
- autoCapitalize: { required: false, control: "text", type: "string" },
94
- autoCorrect: { required: false, control: "text", type: "string" },
95
- autoSave: { required: false, control: "text", type: "string" },
96
- color: { required: false, control: "color", type: "string" },
97
- itemProp: { required: false, control: "text", type: "string" },
98
- itemScope: { required: false, control: "boolean", type: "boolean" },
99
- itemType: { required: false, control: "text", type: "string" },
100
- itemID: { required: false, control: "text", type: "string" },
101
- itemRef: { required: false, control: "text", type: "string" },
102
- results: { required: false, control: "number", type: "number" },
103
- security: { required: false, control: "text", type: "string" },
104
- unselectable: {
105
- required: false,
106
- control: "radio",
107
- type: "string",
108
- options: ["on", "off"],
109
- },
110
- inputMode: {
111
- description:
112
- "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",
113
- required: false,
114
- control: "select",
115
- type: "string",
116
- options: [
117
- "text",
118
- "search",
119
- "none",
120
- "tel",
121
- "url",
122
- "email",
123
- "numeric",
124
- "decimal",
125
- ],
126
- },
127
- is: {
128
- description:
129
- "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",
130
- required: false,
131
- control: "text",
132
- type: "string",
133
- },
7
+ alt: { required: false, control: "text", type: "string" },
134
8
  "aria-activedescendant": {
135
9
  description:
136
10
  "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -481,4 +355,123 @@ export const props: Record<string, PropMeta> = {
481
355
  control: "text",
482
356
  type: "string",
483
357
  },
358
+ autoCapitalize: { required: false, control: "text", type: "string" },
359
+ autoComplete: { required: false, control: "text", type: "string" },
360
+ autoCorrect: { required: false, control: "text", type: "string" },
361
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
362
+ autoSave: { required: false, control: "text", type: "string" },
363
+ checked: { required: false, control: "boolean", type: "boolean" },
364
+ className: { required: false, control: "text", type: "string" },
365
+ color: { required: false, control: "color", type: "string" },
366
+ content: { required: false, control: "text", type: "string" },
367
+ contextMenu: { required: false, control: "text", type: "string" },
368
+ crossOrigin: {
369
+ required: false,
370
+ control: "radio",
371
+ type: "string",
372
+ options: ["", "anonymous", "use-credentials"],
373
+ },
374
+ datatype: { required: false, control: "text", type: "string" },
375
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
376
+ dir: { required: false, control: "text", type: "string" },
377
+ disabled: { required: false, control: "boolean", type: "boolean" },
378
+ draggable: { required: false, control: "boolean", type: "boolean" },
379
+ enterKeyHint: {
380
+ required: false,
381
+ control: "select",
382
+ type: "string",
383
+ options: ["enter", "done", "go", "next", "previous", "search", "send"],
384
+ },
385
+ form: { required: false, control: "text", type: "string" },
386
+ formAction: { required: false, control: "text", type: "string" },
387
+ formEncType: { required: false, control: "text", type: "string" },
388
+ formMethod: { required: false, control: "text", type: "string" },
389
+ formNoValidate: { required: false, control: "boolean", type: "boolean" },
390
+ formTarget: { required: false, control: "text", type: "string" },
391
+ height: { required: false, control: "number", type: "number" },
392
+ hidden: { required: false, control: "boolean", type: "boolean" },
393
+ id: { required: false, control: "text", type: "string" },
394
+ inputMode: {
395
+ description:
396
+ "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",
397
+ required: false,
398
+ control: "select",
399
+ type: "string",
400
+ options: [
401
+ "text",
402
+ "search",
403
+ "none",
404
+ "tel",
405
+ "url",
406
+ "email",
407
+ "numeric",
408
+ "decimal",
409
+ ],
410
+ },
411
+ is: {
412
+ description:
413
+ "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",
414
+ required: false,
415
+ control: "text",
416
+ type: "string",
417
+ },
418
+ itemID: { required: false, control: "text", type: "string" },
419
+ itemProp: { required: false, control: "text", type: "string" },
420
+ itemRef: { required: false, control: "text", type: "string" },
421
+ itemScope: { required: false, control: "boolean", type: "boolean" },
422
+ itemType: { required: false, control: "text", type: "string" },
423
+ lang: { required: false, control: "text", type: "string" },
424
+ list: { required: false, control: "text", type: "string" },
425
+ max: { required: false, control: "number", type: "number" },
426
+ maxLength: { required: false, control: "number", type: "number" },
427
+ min: { required: false, control: "number", type: "number" },
428
+ minLength: { required: false, control: "number", type: "number" },
429
+ multiple: { required: false, control: "boolean", type: "boolean" },
430
+ name: { required: false, control: "text", type: "string" },
431
+ nonce: { required: false, control: "text", type: "string" },
432
+ pattern: { required: false, control: "text", type: "string" },
433
+ placeholder: { required: false, control: "text", type: "string" },
434
+ prefix: { required: false, control: "text", type: "string" },
435
+ property: { required: false, control: "text", type: "string" },
436
+ radioGroup: { required: false, control: "text", type: "string" },
437
+ readOnly: { required: false, control: "boolean", type: "boolean" },
438
+ rel: { required: false, control: "text", type: "string" },
439
+ required: { required: false, control: "boolean", type: "boolean" },
440
+ resource: { required: false, control: "text", type: "string" },
441
+ results: { required: false, control: "number", type: "number" },
442
+ rev: { required: false, control: "text", type: "string" },
443
+ role: { required: false, control: "text", type: "string" },
444
+ security: { required: false, control: "text", type: "string" },
445
+ size: { required: false, control: "number", type: "number" },
446
+ slot: { required: false, control: "text", type: "string" },
447
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
448
+ src: { required: false, control: "text", type: "string" },
449
+ step: { required: false, control: "number", type: "number" },
450
+ suppressContentEditableWarning: {
451
+ required: false,
452
+ control: "boolean",
453
+ type: "boolean",
454
+ },
455
+ suppressHydrationWarning: {
456
+ required: false,
457
+ control: "boolean",
458
+ type: "boolean",
459
+ },
460
+ tabIndex: { required: false, control: "number", type: "number" },
461
+ title: { required: false, control: "text", type: "string" },
462
+ translate: {
463
+ required: false,
464
+ control: "radio",
465
+ type: "string",
466
+ options: ["yes", "no"],
467
+ },
468
+ typeof: { required: false, control: "text", type: "string" },
469
+ unselectable: {
470
+ required: false,
471
+ control: "radio",
472
+ type: "string",
473
+ options: ["on", "off"],
474
+ },
475
+ vocab: { required: false, control: "text", type: "string" },
476
+ width: { required: false, control: "number", type: "number" },
484
477
  };