@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,93 +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
- htmlFor: { required: false, control: "text", type: "string" },
7
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
8
- defaultValue: { required: false, control: "text", type: "string" },
9
- suppressContentEditableWarning: {
10
- required: false,
11
- control: "boolean",
12
- type: "boolean"
13
- },
14
- suppressHydrationWarning: {
15
- required: false,
16
- control: "boolean",
17
- type: "boolean"
18
- },
19
- accessKey: { required: false, control: "text", type: "string" },
20
- autoFocus: { required: false, control: "boolean", type: "boolean" },
21
- className: { required: false, control: "text", type: "string" },
22
- contentEditable: { required: false, control: "text", type: "string" },
23
- contextMenu: { required: false, control: "text", type: "string" },
24
- dir: { required: false, control: "text", type: "string" },
25
- draggable: { required: false, control: "boolean", type: "boolean" },
26
- hidden: { required: false, control: "boolean", type: "boolean" },
27
- id: { required: false, control: "text", type: "string" },
28
- lang: { required: false, control: "text", type: "string" },
29
- nonce: { required: false, control: "text", type: "string" },
30
- placeholder: { required: false, control: "text", type: "string" },
31
- spellCheck: { required: false, control: "boolean", type: "boolean" },
32
- tabIndex: { required: false, control: "number", type: "number" },
33
- translate: {
34
- required: false,
35
- control: "radio",
36
- type: "string",
37
- options: ["yes", "no"]
38
- },
39
- radioGroup: { required: false, control: "text", type: "string" },
40
- role: { required: false, control: "text", type: "string" },
41
2
  about: { required: false, control: "text", type: "string" },
42
- content: { required: false, control: "text", type: "string" },
43
- datatype: { required: false, control: "text", type: "string" },
44
- inlist: { required: false, control: "text", type: "string" },
45
- prefix: { required: false, control: "text", type: "string" },
46
- property: { required: false, control: "text", type: "string" },
47
- rel: { required: false, control: "text", type: "string" },
48
- resource: { required: false, control: "text", type: "string" },
49
- rev: { required: false, control: "text", type: "string" },
50
- typeof: { required: false, control: "text", type: "string" },
51
- vocab: { required: false, control: "text", type: "string" },
52
- autoCapitalize: { required: false, control: "text", type: "string" },
53
- autoCorrect: { required: false, control: "text", type: "string" },
54
- autoSave: { required: false, control: "text", type: "string" },
55
- color: { required: false, control: "color", type: "string" },
56
- itemProp: { required: false, control: "text", type: "string" },
57
- itemScope: { required: false, control: "boolean", type: "boolean" },
58
- itemType: { required: false, control: "text", type: "string" },
59
- itemID: { required: false, control: "text", type: "string" },
60
- itemRef: { required: false, control: "text", type: "string" },
61
- results: { required: false, control: "number", type: "number" },
62
- security: { required: false, control: "text", type: "string" },
63
- unselectable: {
64
- required: false,
65
- control: "radio",
66
- type: "string",
67
- options: ["on", "off"]
68
- },
69
- inputMode: {
70
- description: "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",
71
- required: false,
72
- control: "select",
73
- type: "string",
74
- options: [
75
- "text",
76
- "none",
77
- "search",
78
- "tel",
79
- "url",
80
- "email",
81
- "numeric",
82
- "decimal"
83
- ]
84
- },
85
- is: {
86
- 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",
87
- required: false,
88
- control: "text",
89
- type: "string"
90
- },
3
+ accessKey: { required: false, control: "text", type: "string" },
91
4
  "aria-activedescendant": {
92
5
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
93
6
  required: false,
@@ -393,7 +306,90 @@ const props = {
393
306
  required: false,
394
307
  control: "text",
395
308
  type: "string"
396
- }
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
+ form: { required: false, control: "text", type: "string" },
323
+ hidden: { required: false, control: "boolean", type: "boolean" },
324
+ htmlFor: { required: false, control: "text", type: "string" },
325
+ id: { required: false, control: "text", type: "string" },
326
+ inputMode: {
327
+ 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",
328
+ required: false,
329
+ control: "select",
330
+ type: "string",
331
+ options: [
332
+ "text",
333
+ "none",
334
+ "search",
335
+ "tel",
336
+ "url",
337
+ "email",
338
+ "numeric",
339
+ "decimal"
340
+ ]
341
+ },
342
+ is: {
343
+ 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",
344
+ required: false,
345
+ control: "text",
346
+ type: "string"
347
+ },
348
+ itemID: { required: false, control: "text", type: "string" },
349
+ itemProp: { required: false, control: "text", type: "string" },
350
+ itemRef: { required: false, control: "text", type: "string" },
351
+ itemScope: { required: false, control: "boolean", type: "boolean" },
352
+ itemType: { required: false, control: "text", type: "string" },
353
+ lang: { required: false, control: "text", type: "string" },
354
+ nonce: { required: false, control: "text", type: "string" },
355
+ placeholder: { required: false, control: "text", type: "string" },
356
+ prefix: { required: false, control: "text", type: "string" },
357
+ property: { required: false, control: "text", type: "string" },
358
+ radioGroup: { required: false, control: "text", type: "string" },
359
+ rel: { required: false, control: "text", type: "string" },
360
+ resource: { required: false, control: "text", type: "string" },
361
+ results: { required: false, control: "number", type: "number" },
362
+ rev: { required: false, control: "text", type: "string" },
363
+ role: { required: false, control: "text", type: "string" },
364
+ security: { required: false, control: "text", type: "string" },
365
+ slot: { required: false, control: "text", type: "string" },
366
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
367
+ suppressContentEditableWarning: {
368
+ required: false,
369
+ control: "boolean",
370
+ type: "boolean"
371
+ },
372
+ suppressHydrationWarning: {
373
+ required: false,
374
+ control: "boolean",
375
+ type: "boolean"
376
+ },
377
+ tabIndex: { required: false, control: "number", type: "number" },
378
+ title: { required: false, control: "text", type: "string" },
379
+ translate: {
380
+ required: false,
381
+ control: "radio",
382
+ type: "string",
383
+ options: ["yes", "no"]
384
+ },
385
+ typeof: { required: false, control: "text", type: "string" },
386
+ unselectable: {
387
+ required: false,
388
+ control: "radio",
389
+ type: "string",
390
+ options: ["on", "off"]
391
+ },
392
+ vocab: { required: false, control: "text", type: "string" }
397
393
  };
398
394
  export {
399
395
  props
@@ -1,119 +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
- target: {
6
- required: false,
7
- control: "select",
8
- type: "string",
9
- options: ["_self", "_blank", "_parent", "_top"]
10
- },
11
- download: { required: false, control: "text", type: "string" },
12
- href: { required: false, control: "text", type: "string" },
13
- hrefLang: { required: false, control: "text", type: "string" },
14
- media: { required: false, control: "text", type: "string" },
15
- ping: { required: false, control: "text", type: "string" },
16
- type: { required: false, control: "text", type: "string" },
17
- referrerPolicy: {
18
- required: false,
19
- control: "select",
20
- type: "string",
21
- options: [
22
- "",
23
- "no-referrer",
24
- "no-referrer-when-downgrade",
25
- "origin",
26
- "origin-when-cross-origin",
27
- "same-origin",
28
- "strict-origin",
29
- "strict-origin-when-cross-origin",
30
- "unsafe-url"
31
- ]
32
- },
33
- defaultChecked: { required: false, control: "boolean", type: "boolean" },
34
- defaultValue: { required: false, control: "text", type: "string" },
35
- suppressContentEditableWarning: {
36
- required: false,
37
- control: "boolean",
38
- type: "boolean"
39
- },
40
- suppressHydrationWarning: {
41
- required: false,
42
- control: "boolean",
43
- type: "boolean"
44
- },
45
- accessKey: { required: false, control: "text", type: "string" },
46
- autoFocus: { required: false, control: "boolean", type: "boolean" },
47
- className: { required: false, control: "text", type: "string" },
48
- contentEditable: { required: false, control: "text", type: "string" },
49
- contextMenu: { required: false, control: "text", type: "string" },
50
- dir: { required: false, control: "text", type: "string" },
51
- draggable: { required: false, control: "boolean", type: "boolean" },
52
- hidden: { required: false, control: "boolean", type: "boolean" },
53
- id: { required: false, control: "text", type: "string" },
54
- lang: { required: false, control: "text", type: "string" },
55
- nonce: { required: false, control: "text", type: "string" },
56
- placeholder: { required: false, control: "text", type: "string" },
57
- spellCheck: { required: false, control: "boolean", type: "boolean" },
58
- tabIndex: { required: false, control: "number", type: "number" },
59
- translate: {
60
- required: false,
61
- control: "radio",
62
- type: "string",
63
- options: ["yes", "no"]
64
- },
65
- radioGroup: { required: false, control: "text", type: "string" },
66
- role: { required: false, control: "text", type: "string" },
67
2
  about: { required: false, control: "text", type: "string" },
68
- content: { required: false, control: "text", type: "string" },
69
- datatype: { required: false, control: "text", type: "string" },
70
- inlist: { required: false, control: "text", type: "string" },
71
- prefix: { required: false, control: "text", type: "string" },
72
- property: { required: false, control: "text", type: "string" },
73
- rel: { required: false, control: "text", type: "string" },
74
- resource: { required: false, control: "text", type: "string" },
75
- rev: { required: false, control: "text", type: "string" },
76
- typeof: { required: false, control: "text", type: "string" },
77
- vocab: { required: false, control: "text", type: "string" },
78
- autoCapitalize: { required: false, control: "text", type: "string" },
79
- autoCorrect: { required: false, control: "text", type: "string" },
80
- autoSave: { required: false, control: "text", type: "string" },
81
- color: { required: false, control: "color", type: "string" },
82
- itemProp: { required: false, control: "text", type: "string" },
83
- itemScope: { required: false, control: "boolean", type: "boolean" },
84
- itemType: { required: false, control: "text", type: "string" },
85
- itemID: { required: false, control: "text", type: "string" },
86
- itemRef: { required: false, control: "text", type: "string" },
87
- results: { required: false, control: "number", type: "number" },
88
- security: { required: false, control: "text", type: "string" },
89
- unselectable: {
90
- required: false,
91
- control: "radio",
92
- type: "string",
93
- options: ["on", "off"]
94
- },
95
- inputMode: {
96
- 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",
97
- required: false,
98
- control: "select",
99
- type: "string",
100
- options: [
101
- "text",
102
- "none",
103
- "search",
104
- "tel",
105
- "url",
106
- "email",
107
- "numeric",
108
- "decimal"
109
- ]
110
- },
111
- is: {
112
- 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",
113
- required: false,
114
- control: "text",
115
- type: "string"
116
- },
3
+ accessKey: { required: false, control: "text", type: "string" },
117
4
  "aria-activedescendant": {
118
5
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
119
6
  required: false,
@@ -419,7 +306,115 @@ const props = {
419
306
  required: false,
420
307
  control: "text",
421
308
  type: "string"
422
- }
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
+ href: { required: false, control: "text", type: "string" },
324
+ hrefLang: { required: false, control: "text", type: "string" },
325
+ id: { required: false, control: "text", type: "string" },
326
+ inputMode: {
327
+ 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",
328
+ required: false,
329
+ control: "select",
330
+ type: "string",
331
+ options: [
332
+ "text",
333
+ "none",
334
+ "search",
335
+ "tel",
336
+ "url",
337
+ "email",
338
+ "numeric",
339
+ "decimal"
340
+ ]
341
+ },
342
+ is: {
343
+ 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",
344
+ required: false,
345
+ control: "text",
346
+ type: "string"
347
+ },
348
+ itemID: { required: false, control: "text", type: "string" },
349
+ itemProp: { required: false, control: "text", type: "string" },
350
+ itemRef: { required: false, control: "text", type: "string" },
351
+ itemScope: { required: false, control: "boolean", type: "boolean" },
352
+ itemType: { required: false, control: "text", type: "string" },
353
+ lang: { required: false, control: "text", type: "string" },
354
+ media: { required: false, control: "text", type: "string" },
355
+ nonce: { required: false, control: "text", type: "string" },
356
+ ping: { required: false, control: "text", type: "string" },
357
+ placeholder: { required: false, control: "text", type: "string" },
358
+ prefix: { required: false, control: "text", type: "string" },
359
+ property: { required: false, control: "text", type: "string" },
360
+ radioGroup: { required: false, control: "text", type: "string" },
361
+ referrerPolicy: {
362
+ required: false,
363
+ control: "select",
364
+ type: "string",
365
+ options: [
366
+ "",
367
+ "no-referrer",
368
+ "no-referrer-when-downgrade",
369
+ "origin",
370
+ "origin-when-cross-origin",
371
+ "same-origin",
372
+ "strict-origin",
373
+ "strict-origin-when-cross-origin",
374
+ "unsafe-url"
375
+ ]
376
+ },
377
+ rel: { required: false, control: "text", type: "string" },
378
+ resource: { required: false, control: "text", type: "string" },
379
+ results: { required: false, control: "number", type: "number" },
380
+ rev: { required: false, control: "text", type: "string" },
381
+ role: { required: false, control: "text", type: "string" },
382
+ security: { required: false, control: "text", type: "string" },
383
+ slot: { required: false, control: "text", type: "string" },
384
+ spellCheck: { required: false, control: "boolean", type: "boolean" },
385
+ suppressContentEditableWarning: {
386
+ required: false,
387
+ control: "boolean",
388
+ type: "boolean"
389
+ },
390
+ suppressHydrationWarning: {
391
+ required: false,
392
+ control: "boolean",
393
+ type: "boolean"
394
+ },
395
+ tabIndex: { required: false, control: "number", type: "number" },
396
+ target: {
397
+ required: false,
398
+ control: "select",
399
+ type: "string",
400
+ options: ["_self", "_blank", "_parent", "_top"]
401
+ },
402
+ title: { required: false, control: "text", type: "string" },
403
+ translate: {
404
+ required: false,
405
+ control: "radio",
406
+ type: "string",
407
+ options: ["yes", "no"]
408
+ },
409
+ type: { required: false, control: "text", type: "string" },
410
+ typeof: { required: false, control: "text", type: "string" },
411
+ unselectable: {
412
+ required: false,
413
+ control: "radio",
414
+ type: "string",
415
+ options: ["on", "off"]
416
+ },
417
+ vocab: { required: false, control: "text", type: "string" }
423
418
  };
424
419
  export {
425
420
  props