@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,92 +1,6 @@
1
1
  const props = {
2
- cite: { 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
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
7
- defaultValue: { required: false, control: "text", type: "string" },
8
- suppressContentEditableWarning: {
9
- required: false,
10
- control: "boolean",
11
- type: "boolean"
12
- },
13
- suppressHydrationWarning: {
14
- required: false,
15
- control: "boolean",
16
- type: "boolean"
17
- },
18
- accessKey: { required: false, control: "text", type: "string" },
19
- autoFocus: { required: false, control: "boolean", type: "boolean" },
20
- className: { required: false, control: "text", type: "string" },
21
- contentEditable: { required: false, control: "text", type: "string" },
22
- contextMenu: { required: false, control: "text", type: "string" },
23
- dir: { required: false, control: "text", type: "string" },
24
- draggable: { required: false, control: "boolean", type: "boolean" },
25
- hidden: { required: false, control: "boolean", type: "boolean" },
26
- id: { required: false, control: "text", type: "string" },
27
- lang: { required: false, control: "text", type: "string" },
28
- nonce: { required: false, control: "text", type: "string" },
29
- placeholder: { required: false, control: "text", type: "string" },
30
- spellCheck: { required: false, control: "boolean", type: "boolean" },
31
- tabIndex: { required: false, control: "number", type: "number" },
32
- translate: {
33
- required: false,
34
- control: "radio",
35
- type: "string",
36
- options: ["yes", "no"]
37
- },
38
- radioGroup: { required: false, control: "text", type: "string" },
39
- role: { required: false, control: "text", type: "string" },
40
2
  about: { required: false, control: "text", type: "string" },
41
- content: { required: false, control: "text", type: "string" },
42
- datatype: { required: false, control: "text", type: "string" },
43
- inlist: { required: false, control: "text", type: "string" },
44
- prefix: { required: false, control: "text", type: "string" },
45
- property: { required: false, control: "text", type: "string" },
46
- rel: { required: false, control: "text", type: "string" },
47
- resource: { required: false, control: "text", type: "string" },
48
- rev: { required: false, control: "text", type: "string" },
49
- typeof: { required: false, control: "text", type: "string" },
50
- vocab: { required: false, control: "text", type: "string" },
51
- autoCapitalize: { required: false, control: "text", type: "string" },
52
- autoCorrect: { required: false, control: "text", type: "string" },
53
- autoSave: { required: false, control: "text", type: "string" },
54
- color: { required: false, control: "color", type: "string" },
55
- itemProp: { required: false, control: "text", type: "string" },
56
- itemScope: { required: false, control: "boolean", type: "boolean" },
57
- itemType: { required: false, control: "text", type: "string" },
58
- itemID: { required: false, control: "text", type: "string" },
59
- itemRef: { required: false, control: "text", type: "string" },
60
- results: { required: false, control: "number", type: "number" },
61
- security: { required: false, control: "text", type: "string" },
62
- unselectable: {
63
- required: false,
64
- control: "radio",
65
- type: "string",
66
- options: ["on", "off"]
67
- },
68
- inputMode: {
69
- 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",
70
- required: false,
71
- control: "select",
72
- type: "string",
73
- options: [
74
- "text",
75
- "none",
76
- "search",
77
- "tel",
78
- "url",
79
- "email",
80
- "numeric",
81
- "decimal"
82
- ]
83
- },
84
- is: {
85
- 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",
86
- required: false,
87
- control: "text",
88
- type: "string"
89
- },
3
+ accessKey: { required: false, control: "text", type: "string" },
90
4
  "aria-activedescendant": {
91
5
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
92
6
  required: false,
@@ -392,7 +306,89 @@ const props = {
392
306
  required: false,
393
307
  control: "text",
394
308
  type: "string"
395
- }
309
+ },
310
+ autoCapitalize: { required: false, control: "text", type: "string" },
311
+ autoCorrect: { required: false, control: "text", type: "string" },
312
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
313
+ autoSave: { required: false, control: "text", type: "string" },
314
+ cite: { 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
+ datatype: { required: false, control: "text", type: "string" },
320
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
321
+ dir: { required: false, control: "text", type: "string" },
322
+ draggable: { required: false, control: "boolean", type: "boolean" },
323
+ hidden: { required: false, control: "boolean", type: "boolean" },
324
+ id: { required: false, control: "text", type: "string" },
325
+ inputMode: {
326
+ 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",
327
+ required: false,
328
+ control: "select",
329
+ type: "string",
330
+ options: [
331
+ "text",
332
+ "none",
333
+ "search",
334
+ "tel",
335
+ "url",
336
+ "email",
337
+ "numeric",
338
+ "decimal"
339
+ ]
340
+ },
341
+ is: {
342
+ 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",
343
+ required: false,
344
+ control: "text",
345
+ type: "string"
346
+ },
347
+ itemID: { required: false, control: "text", type: "string" },
348
+ itemProp: { required: false, control: "text", type: "string" },
349
+ itemRef: { required: false, control: "text", type: "string" },
350
+ itemScope: { required: false, control: "boolean", type: "boolean" },
351
+ itemType: { required: false, control: "text", type: "string" },
352
+ lang: { required: false, control: "text", type: "string" },
353
+ nonce: { required: false, control: "text", type: "string" },
354
+ placeholder: { required: false, control: "text", type: "string" },
355
+ prefix: { required: false, control: "text", type: "string" },
356
+ property: { required: false, control: "text", type: "string" },
357
+ radioGroup: { required: false, control: "text", type: "string" },
358
+ rel: { required: false, control: "text", type: "string" },
359
+ resource: { required: false, control: "text", type: "string" },
360
+ results: { required: false, control: "number", type: "number" },
361
+ rev: { required: false, control: "text", type: "string" },
362
+ role: { required: false, control: "text", type: "string" },
363
+ security: { required: false, control: "text", type: "string" },
364
+ slot: { required: false, control: "text", type: "string" },
365
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
366
+ suppressContentEditableWarning: {
367
+ required: false,
368
+ control: "boolean",
369
+ type: "boolean"
370
+ },
371
+ suppressHydrationWarning: {
372
+ required: false,
373
+ control: "boolean",
374
+ type: "boolean"
375
+ },
376
+ tabIndex: { required: false, control: "number", type: "number" },
377
+ title: { required: false, control: "text", type: "string" },
378
+ translate: {
379
+ required: false,
380
+ control: "radio",
381
+ type: "string",
382
+ options: ["yes", "no"]
383
+ },
384
+ typeof: { required: false, control: "text", type: "string" },
385
+ unselectable: {
386
+ required: false,
387
+ control: "radio",
388
+ type: "string",
389
+ options: ["on", "off"]
390
+ },
391
+ vocab: { required: false, control: "text", type: "string" }
396
392
  };
397
393
  export {
398
394
  props
@@ -1,91 +1,6 @@
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
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
6
- defaultValue: { required: false, control: "text", type: "string" },
7
- suppressContentEditableWarning: {
8
- required: false,
9
- control: "boolean",
10
- type: "boolean"
11
- },
12
- suppressHydrationWarning: {
13
- required: false,
14
- control: "boolean",
15
- type: "boolean"
16
- },
17
- accessKey: { required: false, control: "text", type: "string" },
18
- autoFocus: { required: false, control: "boolean", type: "boolean" },
19
- className: { required: false, control: "text", type: "string" },
20
- contentEditable: { required: false, control: "text", type: "string" },
21
- contextMenu: { required: false, control: "text", type: "string" },
22
- dir: { required: false, control: "text", type: "string" },
23
- draggable: { required: false, control: "boolean", type: "boolean" },
24
- hidden: { required: false, control: "boolean", type: "boolean" },
25
- id: { required: false, control: "text", type: "string" },
26
- lang: { required: false, control: "text", type: "string" },
27
- nonce: { required: false, control: "text", type: "string" },
28
- placeholder: { required: false, control: "text", type: "string" },
29
- spellCheck: { required: false, control: "boolean", type: "boolean" },
30
- tabIndex: { required: false, control: "number", type: "number" },
31
- translate: {
32
- required: false,
33
- control: "radio",
34
- type: "string",
35
- options: ["yes", "no"]
36
- },
37
- radioGroup: { required: false, control: "text", type: "string" },
38
- role: { required: false, control: "text", type: "string" },
39
2
  about: { required: false, control: "text", type: "string" },
40
- content: { required: false, control: "text", type: "string" },
41
- datatype: { required: false, control: "text", type: "string" },
42
- inlist: { required: false, control: "text", type: "string" },
43
- prefix: { required: false, control: "text", type: "string" },
44
- property: { required: false, control: "text", type: "string" },
45
- rel: { required: false, control: "text", type: "string" },
46
- resource: { required: false, control: "text", type: "string" },
47
- rev: { required: false, control: "text", type: "string" },
48
- typeof: { required: false, control: "text", type: "string" },
49
- vocab: { required: false, control: "text", type: "string" },
50
- autoCapitalize: { required: false, control: "text", type: "string" },
51
- autoCorrect: { required: false, control: "text", type: "string" },
52
- autoSave: { required: false, control: "text", type: "string" },
53
- color: { required: false, control: "color", type: "string" },
54
- itemProp: { required: false, control: "text", type: "string" },
55
- itemScope: { required: false, control: "boolean", type: "boolean" },
56
- itemType: { required: false, control: "text", type: "string" },
57
- itemID: { required: false, control: "text", type: "string" },
58
- itemRef: { required: false, control: "text", type: "string" },
59
- results: { required: false, control: "number", type: "number" },
60
- security: { required: false, control: "text", type: "string" },
61
- unselectable: {
62
- required: false,
63
- control: "radio",
64
- type: "string",
65
- options: ["on", "off"]
66
- },
67
- inputMode: {
68
- 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",
69
- required: false,
70
- control: "select",
71
- type: "string",
72
- options: [
73
- "text",
74
- "none",
75
- "search",
76
- "tel",
77
- "url",
78
- "email",
79
- "numeric",
80
- "decimal"
81
- ]
82
- },
83
- is: {
84
- 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",
85
- required: false,
86
- control: "text",
87
- type: "string"
88
- },
3
+ accessKey: { required: false, control: "text", type: "string" },
89
4
  "aria-activedescendant": {
90
5
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
91
6
  required: false,
@@ -391,7 +306,88 @@ const props = {
391
306
  required: false,
392
307
  control: "text",
393
308
  type: "string"
394
- }
309
+ },
310
+ autoCapitalize: { required: false, control: "text", type: "string" },
311
+ autoCorrect: { required: false, control: "text", type: "string" },
312
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
313
+ autoSave: { required: false, control: "text", type: "string" },
314
+ className: { required: false, control: "text", type: "string" },
315
+ color: { required: false, control: "color", type: "string" },
316
+ content: { required: false, control: "text", type: "string" },
317
+ contextMenu: { required: false, control: "text", type: "string" },
318
+ datatype: { required: false, control: "text", type: "string" },
319
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
320
+ dir: { required: false, control: "text", type: "string" },
321
+ draggable: { required: false, control: "boolean", type: "boolean" },
322
+ hidden: { required: false, control: "boolean", type: "boolean" },
323
+ id: { required: false, control: "text", type: "string" },
324
+ inputMode: {
325
+ 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",
326
+ required: false,
327
+ control: "select",
328
+ type: "string",
329
+ options: [
330
+ "text",
331
+ "none",
332
+ "search",
333
+ "tel",
334
+ "url",
335
+ "email",
336
+ "numeric",
337
+ "decimal"
338
+ ]
339
+ },
340
+ is: {
341
+ 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",
342
+ required: false,
343
+ control: "text",
344
+ type: "string"
345
+ },
346
+ itemID: { required: false, control: "text", type: "string" },
347
+ itemProp: { required: false, control: "text", type: "string" },
348
+ itemRef: { required: false, control: "text", type: "string" },
349
+ itemScope: { required: false, control: "boolean", type: "boolean" },
350
+ itemType: { required: false, control: "text", type: "string" },
351
+ lang: { required: false, control: "text", type: "string" },
352
+ nonce: { required: false, control: "text", type: "string" },
353
+ placeholder: { required: false, control: "text", type: "string" },
354
+ prefix: { required: false, control: "text", type: "string" },
355
+ property: { required: false, control: "text", type: "string" },
356
+ radioGroup: { required: false, control: "text", type: "string" },
357
+ rel: { required: false, control: "text", type: "string" },
358
+ resource: { required: false, control: "text", type: "string" },
359
+ results: { required: false, control: "number", type: "number" },
360
+ rev: { required: false, control: "text", type: "string" },
361
+ role: { required: false, control: "text", type: "string" },
362
+ security: { required: false, control: "text", type: "string" },
363
+ slot: { required: false, control: "text", type: "string" },
364
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
365
+ suppressContentEditableWarning: {
366
+ required: false,
367
+ control: "boolean",
368
+ type: "boolean"
369
+ },
370
+ suppressHydrationWarning: {
371
+ required: false,
372
+ control: "boolean",
373
+ type: "boolean"
374
+ },
375
+ tabIndex: { required: false, control: "number", type: "number" },
376
+ title: { required: false, control: "text", type: "string" },
377
+ translate: {
378
+ required: false,
379
+ control: "radio",
380
+ type: "string",
381
+ options: ["yes", "no"]
382
+ },
383
+ typeof: { required: false, control: "text", type: "string" },
384
+ unselectable: {
385
+ required: false,
386
+ control: "radio",
387
+ type: "string",
388
+ options: ["on", "off"]
389
+ },
390
+ vocab: { required: false, control: "text", type: "string" }
395
391
  };
396
392
  export {
397
393
  props
@@ -1,91 +1,6 @@
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
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
6
- defaultValue: { required: false, control: "text", type: "string" },
7
- suppressContentEditableWarning: {
8
- required: false,
9
- control: "boolean",
10
- type: "boolean"
11
- },
12
- suppressHydrationWarning: {
13
- required: false,
14
- control: "boolean",
15
- type: "boolean"
16
- },
17
- accessKey: { required: false, control: "text", type: "string" },
18
- autoFocus: { required: false, control: "boolean", type: "boolean" },
19
- className: { required: false, control: "text", type: "string" },
20
- contentEditable: { required: false, control: "text", type: "string" },
21
- contextMenu: { required: false, control: "text", type: "string" },
22
- dir: { required: false, control: "text", type: "string" },
23
- draggable: { required: false, control: "boolean", type: "boolean" },
24
- hidden: { required: false, control: "boolean", type: "boolean" },
25
- id: { required: false, control: "text", type: "string" },
26
- lang: { required: false, control: "text", type: "string" },
27
- nonce: { required: false, control: "text", type: "string" },
28
- placeholder: { required: false, control: "text", type: "string" },
29
- spellCheck: { required: false, control: "boolean", type: "boolean" },
30
- tabIndex: { required: false, control: "number", type: "number" },
31
- translate: {
32
- required: false,
33
- control: "radio",
34
- type: "string",
35
- options: ["yes", "no"]
36
- },
37
- radioGroup: { required: false, control: "text", type: "string" },
38
- role: { required: false, control: "text", type: "string" },
39
2
  about: { required: false, control: "text", type: "string" },
40
- content: { required: false, control: "text", type: "string" },
41
- datatype: { required: false, control: "text", type: "string" },
42
- inlist: { required: false, control: "text", type: "string" },
43
- prefix: { required: false, control: "text", type: "string" },
44
- property: { required: false, control: "text", type: "string" },
45
- rel: { required: false, control: "text", type: "string" },
46
- resource: { required: false, control: "text", type: "string" },
47
- rev: { required: false, control: "text", type: "string" },
48
- typeof: { required: false, control: "text", type: "string" },
49
- vocab: { required: false, control: "text", type: "string" },
50
- autoCapitalize: { required: false, control: "text", type: "string" },
51
- autoCorrect: { required: false, control: "text", type: "string" },
52
- autoSave: { required: false, control: "text", type: "string" },
53
- color: { required: false, control: "color", type: "string" },
54
- itemProp: { required: false, control: "text", type: "string" },
55
- itemScope: { required: false, control: "boolean", type: "boolean" },
56
- itemType: { required: false, control: "text", type: "string" },
57
- itemID: { required: false, control: "text", type: "string" },
58
- itemRef: { required: false, control: "text", type: "string" },
59
- results: { required: false, control: "number", type: "number" },
60
- security: { required: false, control: "text", type: "string" },
61
- unselectable: {
62
- required: false,
63
- control: "radio",
64
- type: "string",
65
- options: ["on", "off"]
66
- },
67
- inputMode: {
68
- 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",
69
- required: false,
70
- control: "select",
71
- type: "string",
72
- options: [
73
- "text",
74
- "none",
75
- "search",
76
- "tel",
77
- "url",
78
- "email",
79
- "numeric",
80
- "decimal"
81
- ]
82
- },
83
- is: {
84
- 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",
85
- required: false,
86
- control: "text",
87
- type: "string"
88
- },
3
+ accessKey: { required: false, control: "text", type: "string" },
89
4
  "aria-activedescendant": {
90
5
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
91
6
  required: false,
@@ -391,7 +306,88 @@ const props = {
391
306
  required: false,
392
307
  control: "text",
393
308
  type: "string"
394
- }
309
+ },
310
+ autoCapitalize: { required: false, control: "text", type: "string" },
311
+ autoCorrect: { required: false, control: "text", type: "string" },
312
+ autoFocus: { required: false, control: "boolean", type: "boolean" },
313
+ autoSave: { required: false, control: "text", type: "string" },
314
+ className: { required: false, control: "text", type: "string" },
315
+ color: { required: false, control: "color", type: "string" },
316
+ content: { required: false, control: "text", type: "string" },
317
+ contextMenu: { required: false, control: "text", type: "string" },
318
+ datatype: { required: false, control: "text", type: "string" },
319
+ defaultChecked: { required: false, control: "boolean", type: "boolean" },
320
+ dir: { required: false, control: "text", type: "string" },
321
+ draggable: { required: false, control: "boolean", type: "boolean" },
322
+ hidden: { required: false, control: "boolean", type: "boolean" },
323
+ id: { required: false, control: "text", type: "string" },
324
+ inputMode: {
325
+ 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",
326
+ required: false,
327
+ control: "select",
328
+ type: "string",
329
+ options: [
330
+ "text",
331
+ "none",
332
+ "search",
333
+ "tel",
334
+ "url",
335
+ "email",
336
+ "numeric",
337
+ "decimal"
338
+ ]
339
+ },
340
+ is: {
341
+ 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",
342
+ required: false,
343
+ control: "text",
344
+ type: "string"
345
+ },
346
+ itemID: { required: false, control: "text", type: "string" },
347
+ itemProp: { required: false, control: "text", type: "string" },
348
+ itemRef: { required: false, control: "text", type: "string" },
349
+ itemScope: { required: false, control: "boolean", type: "boolean" },
350
+ itemType: { required: false, control: "text", type: "string" },
351
+ lang: { required: false, control: "text", type: "string" },
352
+ nonce: { required: false, control: "text", type: "string" },
353
+ placeholder: { required: false, control: "text", type: "string" },
354
+ prefix: { required: false, control: "text", type: "string" },
355
+ property: { required: false, control: "text", type: "string" },
356
+ radioGroup: { required: false, control: "text", type: "string" },
357
+ rel: { required: false, control: "text", type: "string" },
358
+ resource: { required: false, control: "text", type: "string" },
359
+ results: { required: false, control: "number", type: "number" },
360
+ rev: { required: false, control: "text", type: "string" },
361
+ role: { required: false, control: "text", type: "string" },
362
+ security: { required: false, control: "text", type: "string" },
363
+ slot: { required: false, control: "text", type: "string" },
364
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
365
+ suppressContentEditableWarning: {
366
+ required: false,
367
+ control: "boolean",
368
+ type: "boolean"
369
+ },
370
+ suppressHydrationWarning: {
371
+ required: false,
372
+ control: "boolean",
373
+ type: "boolean"
374
+ },
375
+ tabIndex: { required: false, control: "number", type: "number" },
376
+ title: { required: false, control: "text", type: "string" },
377
+ translate: {
378
+ required: false,
379
+ control: "radio",
380
+ type: "string",
381
+ options: ["yes", "no"]
382
+ },
383
+ typeof: { required: false, control: "text", type: "string" },
384
+ unselectable: {
385
+ required: false,
386
+ control: "radio",
387
+ type: "string",
388
+ options: ["on", "off"]
389
+ },
390
+ vocab: { required: false, control: "text", type: "string" }
395
391
  };
396
392
  export {
397
393
  props