@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,109 +1,8 @@
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
- autoComplete: { required: false, control: "text", type: "string" },
9
- cols: { required: false, control: "number", type: "number" },
10
- dirName: { required: false, control: "text", type: "string" },
11
- disabled: { required: false, control: "boolean", type: "boolean" },
12
- maxLength: { required: false, control: "number", type: "number" },
13
- minLength: { required: false, control: "number", type: "number" },
14
- name: { required: false, control: "text", type: "string" },
15
- placeholder: { required: false, control: "text", type: "string" },
16
- readOnly: { required: false, control: "boolean", type: "boolean" },
17
- required: { required: false, control: "boolean", type: "boolean" },
18
- rows: { required: false, control: "number", type: "number" },
19
- value: { required: false, control: "text", type: "string" },
20
- wrap: { required: false, control: "text", type: "string" },
21
- onChange: { required: false, control: "text", type: "string" },
22
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
23
- defaultValue: { required: false, control: "text", type: "string" },
24
- suppressContentEditableWarning: {
25
- required: false,
26
- control: "boolean",
27
- type: "boolean",
28
- },
29
- suppressHydrationWarning: {
30
- required: false,
31
- control: "boolean",
32
- type: "boolean",
33
- },
34
- accessKey: { required: false, control: "text", type: "string" },
35
- autoFocus: { required: false, control: "boolean", type: "boolean" },
36
- className: { required: false, control: "text", type: "string" },
37
- contentEditable: { required: false, control: "text", type: "string" },
38
- contextMenu: { required: false, control: "text", type: "string" },
39
- dir: { required: false, control: "text", type: "string" },
40
- draggable: { required: false, control: "boolean", type: "boolean" },
41
- hidden: { required: false, control: "boolean", type: "boolean" },
42
- id: { required: false, control: "text", type: "string" },
43
- lang: { required: false, control: "text", type: "string" },
44
- nonce: { required: false, control: "text", type: "string" },
45
- spellCheck: { required: false, control: "boolean", type: "boolean" },
46
- tabIndex: { required: false, control: "number", type: "number" },
47
- translate: {
48
- required: false,
49
- control: "radio",
50
- type: "string",
51
- options: ["yes", "no"],
52
- },
53
- radioGroup: { required: false, control: "text", type: "string" },
54
- role: { required: false, control: "text", type: "string" },
55
4
  about: { required: false, control: "text", type: "string" },
56
- content: { required: false, control: "text", type: "string" },
57
- datatype: { required: false, control: "text", type: "string" },
58
- inlist: { required: false, control: "text", type: "string" },
59
- prefix: { required: false, control: "text", type: "string" },
60
- property: { required: false, control: "text", type: "string" },
61
- rel: { required: false, control: "text", type: "string" },
62
- resource: { required: false, control: "text", type: "string" },
63
- rev: { required: false, control: "text", type: "string" },
64
- typeof: { required: false, control: "text", type: "string" },
65
- vocab: { required: false, control: "text", type: "string" },
66
- autoCapitalize: { required: false, control: "text", type: "string" },
67
- autoCorrect: { required: false, control: "text", type: "string" },
68
- autoSave: { required: false, control: "text", type: "string" },
69
- color: { required: false, control: "color", type: "string" },
70
- itemProp: { required: false, control: "text", type: "string" },
71
- itemScope: { required: false, control: "boolean", type: "boolean" },
72
- itemType: { required: false, control: "text", type: "string" },
73
- itemID: { required: false, control: "text", type: "string" },
74
- itemRef: { required: false, control: "text", type: "string" },
75
- results: { required: false, control: "number", type: "number" },
76
- security: { required: false, control: "text", type: "string" },
77
- unselectable: {
78
- required: false,
79
- control: "radio",
80
- type: "string",
81
- options: ["on", "off"],
82
- },
83
- inputMode: {
84
- description:
85
- "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",
86
- required: false,
87
- control: "select",
88
- type: "string",
89
- options: [
90
- "text",
91
- "none",
92
- "search",
93
- "tel",
94
- "url",
95
- "email",
96
- "numeric",
97
- "decimal",
98
- ],
99
- },
100
- is: {
101
- description:
102
- "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",
103
- required: false,
104
- control: "text",
105
- type: "string",
106
- },
5
+ accessKey: { required: false, control: "text", type: "string" },
107
6
  "aria-activedescendant": {
108
7
  description:
109
8
  "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -454,4 +353,99 @@ export const props: Record<string, PropMeta> = {
454
353
  control: "text",
455
354
  type: "string",
456
355
  },
356
+ autoCapitalize: { required: false, control: "text", type: "string" },
357
+ autoComplete: { required: false, control: "text", type: "string" },
358
+ autoCorrect: { required: false, control: "text", type: "string" },
359
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
360
+ autoSave: { required: false, control: "text", type: "string" },
361
+ className: { required: false, control: "text", type: "string" },
362
+ color: { required: false, control: "color", type: "string" },
363
+ cols: { required: false, control: "number", type: "number" },
364
+ content: { required: false, control: "text", type: "string" },
365
+ contextMenu: { required: false, control: "text", type: "string" },
366
+ datatype: { required: false, control: "text", type: "string" },
367
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
368
+ dir: { required: false, control: "text", type: "string" },
369
+ dirName: { required: false, control: "text", type: "string" },
370
+ disabled: { required: false, control: "boolean", type: "boolean" },
371
+ draggable: { required: false, control: "boolean", type: "boolean" },
372
+ form: { required: false, control: "text", type: "string" },
373
+ hidden: { required: false, control: "boolean", type: "boolean" },
374
+ id: { required: false, control: "text", type: "string" },
375
+ inputMode: {
376
+ description:
377
+ "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",
378
+ required: false,
379
+ control: "select",
380
+ type: "string",
381
+ options: [
382
+ "text",
383
+ "none",
384
+ "search",
385
+ "tel",
386
+ "url",
387
+ "email",
388
+ "numeric",
389
+ "decimal",
390
+ ],
391
+ },
392
+ is: {
393
+ description:
394
+ "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",
395
+ required: false,
396
+ control: "text",
397
+ type: "string",
398
+ },
399
+ itemID: { required: false, control: "text", type: "string" },
400
+ itemProp: { required: false, control: "text", type: "string" },
401
+ itemRef: { required: false, control: "text", type: "string" },
402
+ itemScope: { required: false, control: "boolean", type: "boolean" },
403
+ itemType: { required: false, control: "text", type: "string" },
404
+ lang: { required: false, control: "text", type: "string" },
405
+ maxLength: { required: false, control: "number", type: "number" },
406
+ minLength: { required: false, control: "number", type: "number" },
407
+ name: { required: false, control: "text", type: "string" },
408
+ nonce: { required: false, control: "text", type: "string" },
409
+ placeholder: { required: false, control: "text", type: "string" },
410
+ prefix: { required: false, control: "text", type: "string" },
411
+ property: { required: false, control: "text", type: "string" },
412
+ radioGroup: { required: false, control: "text", type: "string" },
413
+ readOnly: { required: false, control: "boolean", type: "boolean" },
414
+ rel: { required: false, control: "text", type: "string" },
415
+ required: { required: false, control: "boolean", type: "boolean" },
416
+ resource: { required: false, control: "text", type: "string" },
417
+ results: { required: false, control: "number", type: "number" },
418
+ rev: { required: false, control: "text", type: "string" },
419
+ role: { required: false, control: "text", type: "string" },
420
+ rows: { required: false, control: "number", type: "number" },
421
+ security: { required: false, control: "text", type: "string" },
422
+ slot: { required: false, control: "text", type: "string" },
423
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
424
+ suppressContentEditableWarning: {
425
+ required: false,
426
+ control: "boolean",
427
+ type: "boolean",
428
+ },
429
+ suppressHydrationWarning: {
430
+ required: false,
431
+ control: "boolean",
432
+ type: "boolean",
433
+ },
434
+ tabIndex: { required: false, control: "number", type: "number" },
435
+ title: { required: false, control: "text", type: "string" },
436
+ translate: {
437
+ required: false,
438
+ control: "radio",
439
+ type: "string",
440
+ options: ["yes", "no"],
441
+ },
442
+ typeof: { required: false, control: "text", type: "string" },
443
+ unselectable: {
444
+ required: false,
445
+ control: "radio",
446
+ type: "string",
447
+ options: ["on", "off"],
448
+ },
449
+ vocab: { required: false, control: "text", type: "string" },
450
+ wrap: { required: false, control: "text", type: "string" },
457
451
  };
@@ -1,110 +1,8 @@
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
- disabled: { required: false, control: "boolean", type: "boolean" },
9
- formAction: { required: false, control: "text", type: "string" },
10
- formEncType: { required: false, control: "text", type: "string" },
11
- formMethod: { required: false, control: "text", type: "string" },
12
- formNoValidate: { required: false, control: "boolean", type: "boolean" },
13
- formTarget: { required: false, control: "text", type: "string" },
14
- name: { required: false, control: "text", type: "string" },
15
- type: {
16
- required: false,
17
- control: "radio",
18
- type: "string",
19
- options: ["button", "submit", "reset"],
20
- },
21
- value: { required: false, control: "text", type: "string" },
22
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
23
- defaultValue: { required: false, control: "text", type: "string" },
24
- suppressContentEditableWarning: {
25
- required: false,
26
- control: "boolean",
27
- type: "boolean",
28
- },
29
- suppressHydrationWarning: {
30
- required: false,
31
- control: "boolean",
32
- type: "boolean",
33
- },
34
- accessKey: { required: false, control: "text", type: "string" },
35
- autoFocus: { required: false, control: "boolean", type: "boolean" },
36
- className: { required: false, control: "text", type: "string" },
37
- contentEditable: { required: false, control: "text", type: "string" },
38
- contextMenu: { required: false, control: "text", type: "string" },
39
- dir: { required: false, control: "text", type: "string" },
40
- draggable: { required: false, control: "boolean", type: "boolean" },
41
- hidden: { required: false, control: "boolean", type: "boolean" },
42
- id: { required: false, control: "text", type: "string" },
43
- lang: { required: false, control: "text", type: "string" },
44
- nonce: { required: false, control: "text", type: "string" },
45
- placeholder: { required: false, control: "text", type: "string" },
46
- spellCheck: { required: false, control: "boolean", type: "boolean" },
47
- tabIndex: { required: false, control: "number", type: "number" },
48
- translate: {
49
- required: false,
50
- control: "radio",
51
- type: "string",
52
- options: ["yes", "no"],
53
- },
54
- radioGroup: { required: false, control: "text", type: "string" },
55
- role: { required: false, control: "text", type: "string" },
56
4
  about: { required: false, control: "text", type: "string" },
57
- content: { required: false, control: "text", type: "string" },
58
- datatype: { required: false, control: "text", type: "string" },
59
- inlist: { required: false, control: "text", type: "string" },
60
- prefix: { required: false, control: "text", type: "string" },
61
- property: { required: false, control: "text", type: "string" },
62
- rel: { required: false, control: "text", type: "string" },
63
- resource: { required: false, control: "text", type: "string" },
64
- rev: { required: false, control: "text", type: "string" },
65
- typeof: { required: false, control: "text", type: "string" },
66
- vocab: { required: false, control: "text", type: "string" },
67
- autoCapitalize: { required: false, control: "text", type: "string" },
68
- autoCorrect: { required: false, control: "text", type: "string" },
69
- autoSave: { required: false, control: "text", type: "string" },
70
- color: { required: false, control: "color", type: "string" },
71
- itemProp: { required: false, control: "text", type: "string" },
72
- itemScope: { required: false, control: "boolean", type: "boolean" },
73
- itemType: { required: false, control: "text", type: "string" },
74
- itemID: { required: false, control: "text", type: "string" },
75
- itemRef: { required: false, control: "text", type: "string" },
76
- results: { required: false, control: "number", type: "number" },
77
- security: { required: false, control: "text", type: "string" },
78
- unselectable: {
79
- required: false,
80
- control: "radio",
81
- type: "string",
82
- options: ["on", "off"],
83
- },
84
- inputMode: {
85
- description:
86
- "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",
87
- required: false,
88
- control: "select",
89
- type: "string",
90
- options: [
91
- "text",
92
- "none",
93
- "search",
94
- "tel",
95
- "url",
96
- "email",
97
- "numeric",
98
- "decimal",
99
- ],
100
- },
101
- is: {
102
- description:
103
- "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",
104
- required: false,
105
- control: "text",
106
- type: "string",
107
- },
5
+ accessKey: { required: false, control: "text", type: "string" },
108
6
  "aria-activedescendant": {
109
7
  description:
110
8
  "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -455,4 +353,101 @@ export const props: Record<string, PropMeta> = {
455
353
  control: "text",
456
354
  type: "string",
457
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
+ disabled: { required: false, control: "boolean", type: "boolean" },
368
+ draggable: { required: false, control: "boolean", type: "boolean" },
369
+ form: { required: false, control: "text", type: "string" },
370
+ formAction: { required: false, control: "text", type: "string" },
371
+ formEncType: { required: false, control: "text", type: "string" },
372
+ formMethod: { required: false, control: "text", type: "string" },
373
+ formNoValidate: { required: false, control: "boolean", type: "boolean" },
374
+ formTarget: { required: false, control: "text", type: "string" },
375
+ hidden: { required: false, control: "boolean", type: "boolean" },
376
+ id: { required: false, control: "text", type: "string" },
377
+ inputMode: {
378
+ description:
379
+ "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",
380
+ required: false,
381
+ control: "select",
382
+ type: "string",
383
+ options: [
384
+ "text",
385
+ "none",
386
+ "search",
387
+ "tel",
388
+ "url",
389
+ "email",
390
+ "numeric",
391
+ "decimal",
392
+ ],
393
+ },
394
+ is: {
395
+ description:
396
+ "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",
397
+ required: false,
398
+ control: "text",
399
+ type: "string",
400
+ },
401
+ itemID: { required: false, control: "text", type: "string" },
402
+ itemProp: { required: false, control: "text", type: "string" },
403
+ itemRef: { required: false, control: "text", type: "string" },
404
+ itemScope: { required: false, control: "boolean", type: "boolean" },
405
+ itemType: { required: false, control: "text", type: "string" },
406
+ lang: { required: false, control: "text", type: "string" },
407
+ name: { required: false, control: "text", type: "string" },
408
+ nonce: { required: false, control: "text", type: "string" },
409
+ placeholder: { required: false, control: "text", type: "string" },
410
+ prefix: { required: false, control: "text", type: "string" },
411
+ property: { required: false, control: "text", type: "string" },
412
+ radioGroup: { required: false, control: "text", type: "string" },
413
+ rel: { required: false, control: "text", type: "string" },
414
+ resource: { required: false, control: "text", type: "string" },
415
+ results: { required: false, control: "number", type: "number" },
416
+ rev: { required: false, control: "text", type: "string" },
417
+ role: { required: false, control: "text", type: "string" },
418
+ security: { required: false, control: "text", type: "string" },
419
+ slot: { required: false, control: "text", type: "string" },
420
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
421
+ suppressContentEditableWarning: {
422
+ required: false,
423
+ control: "boolean",
424
+ type: "boolean",
425
+ },
426
+ suppressHydrationWarning: {
427
+ required: false,
428
+ control: "boolean",
429
+ type: "boolean",
430
+ },
431
+ tabIndex: { required: false, control: "number", type: "number" },
432
+ title: { required: false, control: "text", type: "string" },
433
+ translate: {
434
+ required: false,
435
+ control: "radio",
436
+ type: "string",
437
+ options: ["yes", "no"],
438
+ },
439
+ type: {
440
+ required: false,
441
+ control: "radio",
442
+ type: "string",
443
+ options: ["button", "submit", "reset"],
444
+ },
445
+ typeof: { required: false, control: "text", type: "string" },
446
+ unselectable: {
447
+ required: false,
448
+ control: "radio",
449
+ type: "string",
450
+ options: ["on", "off"],
451
+ },
452
+ vocab: { required: false, control: "text", type: "string" },
458
453
  };