@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
@@ -22,107 +22,8 @@ __export(textarea_props_exports, {
22
22
  });
23
23
  module.exports = __toCommonJS(textarea_props_exports);
24
24
  const props = {
25
- form: { required: false, control: "text", type: "string" },
26
- slot: { required: false, control: "text", type: "string" },
27
- style: { required: false, control: "text", type: "string" },
28
- title: { required: false, control: "text", type: "string" },
29
- autoComplete: { required: false, control: "text", type: "string" },
30
- cols: { required: false, control: "number", type: "number" },
31
- dirName: { required: false, control: "text", type: "string" },
32
- disabled: { required: false, control: "boolean", type: "boolean" },
33
- maxLength: { required: false, control: "number", type: "number" },
34
- minLength: { required: false, control: "number", type: "number" },
35
- name: { required: false, control: "text", type: "string" },
36
- placeholder: { required: false, control: "text", type: "string" },
37
- readOnly: { required: false, control: "boolean", type: "boolean" },
38
- required: { required: false, control: "boolean", type: "boolean" },
39
- rows: { required: false, control: "number", type: "number" },
40
- value: { required: false, control: "text", type: "string" },
41
- wrap: { required: false, control: "text", type: "string" },
42
- onChange: { required: false, control: "text", type: "string" },
43
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
44
- defaultValue: { required: false, control: "text", type: "string" },
45
- suppressContentEditableWarning: {
46
- required: false,
47
- control: "boolean",
48
- type: "boolean"
49
- },
50
- suppressHydrationWarning: {
51
- required: false,
52
- control: "boolean",
53
- type: "boolean"
54
- },
55
- accessKey: { required: false, control: "text", type: "string" },
56
- autoFocus: { required: false, control: "boolean", type: "boolean" },
57
- className: { required: false, control: "text", type: "string" },
58
- contentEditable: { required: false, control: "text", type: "string" },
59
- contextMenu: { required: false, control: "text", type: "string" },
60
- dir: { required: false, control: "text", type: "string" },
61
- draggable: { required: false, control: "boolean", type: "boolean" },
62
- hidden: { required: false, control: "boolean", type: "boolean" },
63
- id: { required: false, control: "text", type: "string" },
64
- lang: { required: false, control: "text", type: "string" },
65
- nonce: { required: false, control: "text", type: "string" },
66
- spellCheck: { required: false, control: "boolean", type: "boolean" },
67
- tabIndex: { required: false, control: "number", type: "number" },
68
- translate: {
69
- required: false,
70
- control: "radio",
71
- type: "string",
72
- options: ["yes", "no"]
73
- },
74
- radioGroup: { required: false, control: "text", type: "string" },
75
- role: { required: false, control: "text", type: "string" },
76
25
  about: { required: false, control: "text", type: "string" },
77
- content: { required: false, control: "text", type: "string" },
78
- datatype: { required: false, control: "text", type: "string" },
79
- inlist: { required: false, control: "text", type: "string" },
80
- prefix: { required: false, control: "text", type: "string" },
81
- property: { required: false, control: "text", type: "string" },
82
- rel: { required: false, control: "text", type: "string" },
83
- resource: { required: false, control: "text", type: "string" },
84
- rev: { required: false, control: "text", type: "string" },
85
- typeof: { required: false, control: "text", type: "string" },
86
- vocab: { required: false, control: "text", type: "string" },
87
- autoCapitalize: { required: false, control: "text", type: "string" },
88
- autoCorrect: { required: false, control: "text", type: "string" },
89
- autoSave: { required: false, control: "text", type: "string" },
90
- color: { required: false, control: "color", type: "string" },
91
- itemProp: { required: false, control: "text", type: "string" },
92
- itemScope: { required: false, control: "boolean", type: "boolean" },
93
- itemType: { required: false, control: "text", type: "string" },
94
- itemID: { required: false, control: "text", type: "string" },
95
- itemRef: { required: false, control: "text", type: "string" },
96
- results: { required: false, control: "number", type: "number" },
97
- security: { required: false, control: "text", type: "string" },
98
- unselectable: {
99
- required: false,
100
- control: "radio",
101
- type: "string",
102
- options: ["on", "off"]
103
- },
104
- inputMode: {
105
- 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",
106
- required: false,
107
- control: "select",
108
- type: "string",
109
- options: [
110
- "text",
111
- "none",
112
- "search",
113
- "tel",
114
- "url",
115
- "email",
116
- "numeric",
117
- "decimal"
118
- ]
119
- },
120
- is: {
121
- 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",
122
- required: false,
123
- control: "text",
124
- type: "string"
125
- },
26
+ accessKey: { required: false, control: "text", type: "string" },
126
27
  "aria-activedescendant": {
127
28
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
128
29
  required: false,
@@ -428,5 +329,98 @@ const props = {
428
329
  required: false,
429
330
  control: "text",
430
331
  type: "string"
431
- }
332
+ },
333
+ autoCapitalize: { required: false, control: "text", type: "string" },
334
+ autoComplete: { required: false, control: "text", type: "string" },
335
+ autoCorrect: { required: false, control: "text", type: "string" },
336
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
337
+ autoSave: { required: false, control: "text", type: "string" },
338
+ className: { required: false, control: "text", type: "string" },
339
+ color: { required: false, control: "color", type: "string" },
340
+ cols: { required: false, control: "number", type: "number" },
341
+ content: { required: false, control: "text", type: "string" },
342
+ contextMenu: { required: false, control: "text", type: "string" },
343
+ datatype: { required: false, control: "text", type: "string" },
344
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
345
+ dir: { required: false, control: "text", type: "string" },
346
+ dirName: { required: false, control: "text", type: "string" },
347
+ disabled: { required: false, control: "boolean", type: "boolean" },
348
+ draggable: { required: false, control: "boolean", type: "boolean" },
349
+ form: { required: false, control: "text", type: "string" },
350
+ hidden: { required: false, control: "boolean", type: "boolean" },
351
+ id: { required: false, control: "text", type: "string" },
352
+ inputMode: {
353
+ 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",
354
+ required: false,
355
+ control: "select",
356
+ type: "string",
357
+ options: [
358
+ "text",
359
+ "none",
360
+ "search",
361
+ "tel",
362
+ "url",
363
+ "email",
364
+ "numeric",
365
+ "decimal"
366
+ ]
367
+ },
368
+ is: {
369
+ 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",
370
+ required: false,
371
+ control: "text",
372
+ type: "string"
373
+ },
374
+ itemID: { required: false, control: "text", type: "string" },
375
+ itemProp: { required: false, control: "text", type: "string" },
376
+ itemRef: { required: false, control: "text", type: "string" },
377
+ itemScope: { required: false, control: "boolean", type: "boolean" },
378
+ itemType: { required: false, control: "text", type: "string" },
379
+ lang: { required: false, control: "text", type: "string" },
380
+ maxLength: { required: false, control: "number", type: "number" },
381
+ minLength: { required: false, control: "number", type: "number" },
382
+ name: { required: false, control: "text", type: "string" },
383
+ nonce: { required: false, control: "text", type: "string" },
384
+ placeholder: { required: false, control: "text", type: "string" },
385
+ prefix: { required: false, control: "text", type: "string" },
386
+ property: { required: false, control: "text", type: "string" },
387
+ radioGroup: { required: false, control: "text", type: "string" },
388
+ readOnly: { required: false, control: "boolean", type: "boolean" },
389
+ rel: { required: false, control: "text", type: "string" },
390
+ required: { required: false, control: "boolean", type: "boolean" },
391
+ resource: { required: false, control: "text", type: "string" },
392
+ results: { required: false, control: "number", type: "number" },
393
+ rev: { required: false, control: "text", type: "string" },
394
+ role: { required: false, control: "text", type: "string" },
395
+ rows: { required: false, control: "number", type: "number" },
396
+ security: { required: false, control: "text", type: "string" },
397
+ slot: { required: false, control: "text", type: "string" },
398
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
399
+ suppressContentEditableWarning: {
400
+ required: false,
401
+ control: "boolean",
402
+ type: "boolean"
403
+ },
404
+ suppressHydrationWarning: {
405
+ required: false,
406
+ control: "boolean",
407
+ type: "boolean"
408
+ },
409
+ tabIndex: { required: false, control: "number", type: "number" },
410
+ title: { required: false, control: "text", type: "string" },
411
+ translate: {
412
+ required: false,
413
+ control: "radio",
414
+ type: "string",
415
+ options: ["yes", "no"]
416
+ },
417
+ typeof: { required: false, control: "text", type: "string" },
418
+ unselectable: {
419
+ required: false,
420
+ control: "radio",
421
+ type: "string",
422
+ options: ["on", "off"]
423
+ },
424
+ vocab: { required: false, control: "text", type: "string" },
425
+ wrap: { required: false, control: "text", type: "string" }
432
426
  };
@@ -22,108 +22,8 @@ __export(vimeo_play_button_props_exports, {
22
22
  });
23
23
  module.exports = __toCommonJS(vimeo_play_button_props_exports);
24
24
  const props = {
25
- form: { required: false, control: "text", type: "string" },
26
- slot: { required: false, control: "text", type: "string" },
27
- style: { required: false, control: "text", type: "string" },
28
- title: { required: false, control: "text", type: "string" },
29
- disabled: { required: false, control: "boolean", type: "boolean" },
30
- formAction: { required: false, control: "text", type: "string" },
31
- formEncType: { required: false, control: "text", type: "string" },
32
- formMethod: { required: false, control: "text", type: "string" },
33
- formNoValidate: { required: false, control: "boolean", type: "boolean" },
34
- formTarget: { required: false, control: "text", type: "string" },
35
- name: { required: false, control: "text", type: "string" },
36
- type: {
37
- required: false,
38
- control: "radio",
39
- type: "string",
40
- options: ["button", "submit", "reset"]
41
- },
42
- value: { required: false, control: "text", type: "string" },
43
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
44
- defaultValue: { required: false, control: "text", type: "string" },
45
- suppressContentEditableWarning: {
46
- required: false,
47
- control: "boolean",
48
- type: "boolean"
49
- },
50
- suppressHydrationWarning: {
51
- required: false,
52
- control: "boolean",
53
- type: "boolean"
54
- },
55
- accessKey: { required: false, control: "text", type: "string" },
56
- autoFocus: { required: false, control: "boolean", type: "boolean" },
57
- className: { required: false, control: "text", type: "string" },
58
- contentEditable: { required: false, control: "text", type: "string" },
59
- contextMenu: { required: false, control: "text", type: "string" },
60
- dir: { required: false, control: "text", type: "string" },
61
- draggable: { required: false, control: "boolean", type: "boolean" },
62
- hidden: { required: false, control: "boolean", type: "boolean" },
63
- id: { required: false, control: "text", type: "string" },
64
- lang: { required: false, control: "text", type: "string" },
65
- nonce: { required: false, control: "text", type: "string" },
66
- placeholder: { required: false, control: "text", type: "string" },
67
- spellCheck: { required: false, control: "boolean", type: "boolean" },
68
- tabIndex: { required: false, control: "number", type: "number" },
69
- translate: {
70
- required: false,
71
- control: "radio",
72
- type: "string",
73
- options: ["yes", "no"]
74
- },
75
- radioGroup: { required: false, control: "text", type: "string" },
76
- role: { required: false, control: "text", type: "string" },
77
25
  about: { required: false, control: "text", type: "string" },
78
- content: { required: false, control: "text", type: "string" },
79
- datatype: { required: false, control: "text", type: "string" },
80
- inlist: { required: false, control: "text", type: "string" },
81
- prefix: { required: false, control: "text", type: "string" },
82
- property: { required: false, control: "text", type: "string" },
83
- rel: { required: false, control: "text", type: "string" },
84
- resource: { required: false, control: "text", type: "string" },
85
- rev: { required: false, control: "text", type: "string" },
86
- typeof: { required: false, control: "text", type: "string" },
87
- vocab: { required: false, control: "text", type: "string" },
88
- autoCapitalize: { required: false, control: "text", type: "string" },
89
- autoCorrect: { required: false, control: "text", type: "string" },
90
- autoSave: { required: false, control: "text", type: "string" },
91
- color: { required: false, control: "color", type: "string" },
92
- itemProp: { required: false, control: "text", type: "string" },
93
- itemScope: { required: false, control: "boolean", type: "boolean" },
94
- itemType: { required: false, control: "text", type: "string" },
95
- itemID: { required: false, control: "text", type: "string" },
96
- itemRef: { required: false, control: "text", type: "string" },
97
- results: { required: false, control: "number", type: "number" },
98
- security: { required: false, control: "text", type: "string" },
99
- unselectable: {
100
- required: false,
101
- control: "radio",
102
- type: "string",
103
- options: ["on", "off"]
104
- },
105
- inputMode: {
106
- 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",
107
- required: false,
108
- control: "select",
109
- type: "string",
110
- options: [
111
- "text",
112
- "none",
113
- "search",
114
- "tel",
115
- "url",
116
- "email",
117
- "numeric",
118
- "decimal"
119
- ]
120
- },
121
- is: {
122
- 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",
123
- required: false,
124
- control: "text",
125
- type: "string"
126
- },
26
+ accessKey: { required: false, control: "text", type: "string" },
127
27
  "aria-activedescendant": {
128
28
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
129
29
  required: false,
@@ -429,5 +329,100 @@ const props = {
429
329
  required: false,
430
330
  control: "text",
431
331
  type: "string"
432
- }
332
+ },
333
+ autoCapitalize: { required: false, control: "text", type: "string" },
334
+ autoCorrect: { required: false, control: "text", type: "string" },
335
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
336
+ autoSave: { required: false, control: "text", type: "string" },
337
+ className: { required: false, control: "text", type: "string" },
338
+ color: { required: false, control: "color", type: "string" },
339
+ content: { required: false, control: "text", type: "string" },
340
+ contextMenu: { required: false, control: "text", type: "string" },
341
+ datatype: { required: false, control: "text", type: "string" },
342
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
343
+ dir: { required: false, control: "text", type: "string" },
344
+ disabled: { required: false, control: "boolean", type: "boolean" },
345
+ draggable: { required: false, control: "boolean", type: "boolean" },
346
+ form: { required: false, control: "text", type: "string" },
347
+ formAction: { required: false, control: "text", type: "string" },
348
+ formEncType: { required: false, control: "text", type: "string" },
349
+ formMethod: { required: false, control: "text", type: "string" },
350
+ formNoValidate: { required: false, control: "boolean", type: "boolean" },
351
+ formTarget: { required: false, control: "text", type: "string" },
352
+ hidden: { required: false, control: "boolean", type: "boolean" },
353
+ id: { required: false, control: "text", type: "string" },
354
+ inputMode: {
355
+ 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",
356
+ required: false,
357
+ control: "select",
358
+ type: "string",
359
+ options: [
360
+ "text",
361
+ "none",
362
+ "search",
363
+ "tel",
364
+ "url",
365
+ "email",
366
+ "numeric",
367
+ "decimal"
368
+ ]
369
+ },
370
+ is: {
371
+ 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",
372
+ required: false,
373
+ control: "text",
374
+ type: "string"
375
+ },
376
+ itemID: { required: false, control: "text", type: "string" },
377
+ itemProp: { required: false, control: "text", type: "string" },
378
+ itemRef: { required: false, control: "text", type: "string" },
379
+ itemScope: { required: false, control: "boolean", type: "boolean" },
380
+ itemType: { required: false, control: "text", type: "string" },
381
+ lang: { required: false, control: "text", type: "string" },
382
+ name: { required: false, control: "text", type: "string" },
383
+ nonce: { required: false, control: "text", type: "string" },
384
+ placeholder: { required: false, control: "text", type: "string" },
385
+ prefix: { required: false, control: "text", type: "string" },
386
+ property: { required: false, control: "text", type: "string" },
387
+ radioGroup: { required: false, control: "text", type: "string" },
388
+ rel: { required: false, control: "text", type: "string" },
389
+ resource: { required: false, control: "text", type: "string" },
390
+ results: { required: false, control: "number", type: "number" },
391
+ rev: { required: false, control: "text", type: "string" },
392
+ role: { required: false, control: "text", type: "string" },
393
+ security: { required: false, control: "text", type: "string" },
394
+ slot: { required: false, control: "text", type: "string" },
395
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
396
+ suppressContentEditableWarning: {
397
+ required: false,
398
+ control: "boolean",
399
+ type: "boolean"
400
+ },
401
+ suppressHydrationWarning: {
402
+ required: false,
403
+ control: "boolean",
404
+ type: "boolean"
405
+ },
406
+ tabIndex: { required: false, control: "number", type: "number" },
407
+ title: { required: false, control: "text", type: "string" },
408
+ translate: {
409
+ required: false,
410
+ control: "radio",
411
+ type: "string",
412
+ options: ["yes", "no"]
413
+ },
414
+ type: {
415
+ required: false,
416
+ control: "radio",
417
+ type: "string",
418
+ options: ["button", "submit", "reset"]
419
+ },
420
+ typeof: { required: false, control: "text", type: "string" },
421
+ unselectable: {
422
+ required: false,
423
+ control: "radio",
424
+ type: "string",
425
+ options: ["on", "off"]
426
+ },
427
+ vocab: { required: false, control: "text", type: "string" }
433
428
  };