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