@webstudio-is/sdk-components-react 0.87.1 → 0.89.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 (163) hide show
  1. package/lib/__generated__/blockquote.props.js +117 -21
  2. package/lib/__generated__/body.props.js +111 -20
  3. package/lib/__generated__/bold.props.js +111 -20
  4. package/lib/__generated__/box.props.js +112 -20
  5. package/lib/__generated__/button.props.js +161 -29
  6. package/lib/__generated__/checkbox.props.js +261 -50
  7. package/lib/__generated__/code-text.props.js +108 -24
  8. package/lib/__generated__/form.props.js +159 -28
  9. package/lib/__generated__/heading.props.js +112 -20
  10. package/lib/__generated__/image.props.js +149 -29
  11. package/lib/__generated__/input.props.js +263 -51
  12. package/lib/__generated__/italic.props.js +111 -20
  13. package/lib/__generated__/label.props.js +123 -22
  14. package/lib/__generated__/link.props.js +145 -27
  15. package/lib/__generated__/list-item.props.js +111 -20
  16. package/lib/__generated__/list.props.js +126 -23
  17. package/lib/__generated__/paragraph.props.js +111 -20
  18. package/lib/__generated__/radio-button.props.js +261 -50
  19. package/lib/__generated__/rich-text-link.props.js +145 -27
  20. package/lib/__generated__/separator.props.js +111 -20
  21. package/lib/__generated__/span.props.js +111 -20
  22. package/lib/__generated__/subscript.props.js +111 -20
  23. package/lib/__generated__/superscript.props.js +111 -20
  24. package/lib/__generated__/text.props.js +114 -22
  25. package/lib/__generated__/textarea.props.js +177 -31
  26. package/lib/__generated__/vimeo-play-button.props.js +161 -29
  27. package/lib/__generated__/vimeo-preview-image.props.js +149 -29
  28. package/lib/__generated__/vimeo-spinner.props.js +111 -20
  29. package/lib/__generated__/vimeo.props.js +112 -21
  30. package/lib/blockquote.ws.js +2 -1
  31. package/lib/box.ws.js +1 -0
  32. package/lib/button.ws.js +1 -0
  33. package/lib/checkbox.ws.js +1 -0
  34. package/lib/cjs/__generated__/blockquote.props.js +117 -21
  35. package/lib/cjs/__generated__/body.props.js +111 -20
  36. package/lib/cjs/__generated__/bold.props.js +111 -20
  37. package/lib/cjs/__generated__/box.props.js +112 -20
  38. package/lib/cjs/__generated__/button.props.js +161 -29
  39. package/lib/cjs/__generated__/checkbox.props.js +261 -50
  40. package/lib/cjs/__generated__/code-text.props.js +108 -24
  41. package/lib/cjs/__generated__/form.props.js +159 -28
  42. package/lib/cjs/__generated__/heading.props.js +112 -20
  43. package/lib/cjs/__generated__/image.props.js +149 -29
  44. package/lib/cjs/__generated__/input.props.js +263 -51
  45. package/lib/cjs/__generated__/italic.props.js +111 -20
  46. package/lib/cjs/__generated__/label.props.js +123 -22
  47. package/lib/cjs/__generated__/link.props.js +145 -27
  48. package/lib/cjs/__generated__/list-item.props.js +111 -20
  49. package/lib/cjs/__generated__/list.props.js +126 -23
  50. package/lib/cjs/__generated__/paragraph.props.js +111 -20
  51. package/lib/cjs/__generated__/radio-button.props.js +261 -50
  52. package/lib/cjs/__generated__/rich-text-link.props.js +145 -27
  53. package/lib/cjs/__generated__/separator.props.js +111 -20
  54. package/lib/cjs/__generated__/span.props.js +111 -20
  55. package/lib/cjs/__generated__/subscript.props.js +111 -20
  56. package/lib/cjs/__generated__/superscript.props.js +111 -20
  57. package/lib/cjs/__generated__/text.props.js +114 -22
  58. package/lib/cjs/__generated__/textarea.props.js +177 -31
  59. package/lib/cjs/__generated__/vimeo-play-button.props.js +161 -29
  60. package/lib/cjs/__generated__/vimeo-preview-image.props.js +149 -29
  61. package/lib/cjs/__generated__/vimeo-spinner.props.js +111 -20
  62. package/lib/cjs/__generated__/vimeo.props.js +112 -21
  63. package/lib/cjs/blockquote.ws.js +2 -1
  64. package/lib/cjs/box.ws.js +1 -0
  65. package/lib/cjs/button.ws.js +1 -0
  66. package/lib/cjs/checkbox.ws.js +1 -0
  67. package/lib/cjs/code-text.js +4 -13
  68. package/lib/cjs/code-text.ws.js +10 -9
  69. package/lib/cjs/form.ws.js +1 -0
  70. package/lib/cjs/heading.ws.js +2 -0
  71. package/lib/cjs/html-embed.ws.js +1 -0
  72. package/lib/cjs/image.ws.js +1 -0
  73. package/lib/cjs/input.ws.js +1 -0
  74. package/lib/cjs/label.ws.js +1 -1
  75. package/lib/cjs/link.ws.js +2 -0
  76. package/lib/cjs/list-item.ws.js +1 -0
  77. package/lib/cjs/list.ws.js +1 -0
  78. package/lib/cjs/paragraph.ws.js +2 -0
  79. package/lib/cjs/radio-button.ws.js +1 -0
  80. package/lib/cjs/separator.ws.js +1 -0
  81. package/lib/cjs/text.ws.js +1 -0
  82. package/lib/cjs/textarea.ws.js +1 -0
  83. package/lib/cjs/vimeo.ws.js +1 -0
  84. package/lib/code-text.js +4 -13
  85. package/lib/code-text.ws.js +8 -7
  86. package/lib/form.ws.js +1 -0
  87. package/lib/heading.ws.js +2 -0
  88. package/lib/html-embed.ws.js +1 -0
  89. package/lib/image.ws.js +1 -0
  90. package/lib/input.ws.js +1 -0
  91. package/lib/label.ws.js +1 -1
  92. package/lib/link.ws.js +2 -0
  93. package/lib/list-item.ws.js +1 -0
  94. package/lib/list.ws.js +1 -0
  95. package/lib/paragraph.ws.js +2 -0
  96. package/lib/radio-button.ws.js +1 -0
  97. package/lib/separator.ws.js +1 -0
  98. package/lib/text.ws.js +1 -0
  99. package/lib/textarea.ws.js +1 -0
  100. package/lib/types/box.d.ts +1 -0
  101. package/lib/types/code-text.d.ts +2 -8
  102. package/lib/types/heading.d.ts +1 -0
  103. package/lib/types/list.d.ts +1 -0
  104. package/lib/types/text.d.ts +2 -1
  105. package/lib/types/vimeo-preview-image.d.ts +2 -2
  106. package/lib/types/vimeo.d.ts +1 -1
  107. package/lib/vimeo.ws.js +1 -0
  108. package/package.json +6 -6
  109. package/src/__generated__/blockquote.props.ts +131 -20
  110. package/src/__generated__/body.props.ts +124 -19
  111. package/src/__generated__/bold.props.ts +124 -19
  112. package/src/__generated__/box.props.ts +126 -19
  113. package/src/__generated__/button.props.ts +180 -27
  114. package/src/__generated__/checkbox.props.ts +289 -47
  115. package/src/__generated__/code-text.props.ts +121 -23
  116. package/src/__generated__/form.props.ts +179 -27
  117. package/src/__generated__/heading.props.ts +126 -19
  118. package/src/__generated__/image.props.ts +160 -24
  119. package/src/__generated__/input.props.ts +291 -47
  120. package/src/__generated__/italic.props.ts +124 -19
  121. package/src/__generated__/label.props.ts +137 -21
  122. package/src/__generated__/link.props.ts +159 -24
  123. package/src/__generated__/list-item.props.ts +124 -19
  124. package/src/__generated__/list.props.ts +140 -21
  125. package/src/__generated__/paragraph.props.ts +124 -19
  126. package/src/__generated__/radio-button.props.ts +289 -47
  127. package/src/__generated__/rich-text-link.props.ts +159 -24
  128. package/src/__generated__/separator.props.ts +124 -19
  129. package/src/__generated__/span.props.ts +124 -19
  130. package/src/__generated__/subscript.props.ts +124 -19
  131. package/src/__generated__/superscript.props.ts +124 -19
  132. package/src/__generated__/text.props.ts +128 -21
  133. package/src/__generated__/textarea.props.ts +195 -30
  134. package/src/__generated__/vimeo-play-button.props.ts +179 -27
  135. package/src/__generated__/vimeo-preview-image.props.ts +160 -24
  136. package/src/__generated__/vimeo-spinner.props.ts +124 -19
  137. package/src/__generated__/vimeo.props.ts +125 -20
  138. package/src/blockquote.ws.tsx +3 -1
  139. package/src/box.tsx +1 -0
  140. package/src/box.ws.ts +2 -0
  141. package/src/button.ws.tsx +2 -0
  142. package/src/checkbox.ws.tsx +2 -0
  143. package/src/code-text.tsx +8 -22
  144. package/src/code-text.ws.tsx +10 -7
  145. package/src/form.ws.tsx +1 -0
  146. package/src/heading.tsx +1 -0
  147. package/src/heading.ws.tsx +3 -0
  148. package/src/html-embed.ws.ts +1 -0
  149. package/src/image.ws.tsx +2 -0
  150. package/src/input.ws.tsx +2 -0
  151. package/src/label.ws.tsx +1 -1
  152. package/src/link.ws.tsx +3 -0
  153. package/src/list-item.ws.tsx +1 -0
  154. package/src/list.tsx +1 -0
  155. package/src/list.ws.tsx +1 -0
  156. package/src/paragraph.ws.tsx +2 -0
  157. package/src/radio-button.ws.tsx +2 -0
  158. package/src/separator.ws.tsx +2 -0
  159. package/src/text.tsx +2 -1
  160. package/src/text.ws.tsx +2 -0
  161. package/src/textarea.ws.tsx +2 -0
  162. package/src/vimeo.tsx +1 -1
  163. package/src/vimeo.ws.ts +2 -0
@@ -2,7 +2,12 @@ import type { PropMeta } from "@webstudio-is/generate-arg-types";
2
2
 
3
3
  export const props: Record<string, PropMeta> = {
4
4
  about: { required: false, control: "text", type: "string" },
5
- accessKey: { required: false, control: "text", type: "string" },
5
+ accessKey: {
6
+ required: false,
7
+ control: "text",
8
+ type: "string",
9
+ description: "Keyboard shortcut to activate or add focus to the element.",
10
+ },
6
11
  "aria-activedescendant": {
7
12
  description:
8
13
  "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -183,7 +188,7 @@ export const props: Record<string, PropMeta> = {
183
188
  },
184
189
  "aria-label": {
185
190
  description:
186
- "Defines a string value that labels the current element.\n@see aria-labelledby.",
191
+ "Provides the accessible name that describes an interactive element if no other accessible name exists, for example in a button that contains an image with no text.",
187
192
  required: false,
188
193
  control: "text",
189
194
  type: "string",
@@ -382,25 +387,99 @@ export const props: Record<string, PropMeta> = {
382
387
  control: "text",
383
388
  type: "string",
384
389
  },
385
- autoCapitalize: { required: false, control: "text", type: "string" },
386
- autoComplete: { required: false, control: "text", type: "string" },
390
+ autoCapitalize: {
391
+ required: false,
392
+ control: "text",
393
+ type: "string",
394
+ description:
395
+ "Sets whether input is automatically capitalized when entered by user.",
396
+ },
397
+ autoComplete: {
398
+ required: false,
399
+ control: "text",
400
+ type: "string",
401
+ description:
402
+ "Indicates whether controls in this form can by default have their valuesautomatically completed by the browser.",
403
+ },
387
404
  autoCorrect: { required: false, control: "text", type: "string" },
388
- autoFocus: { required: false, control: "boolean", type: "boolean" },
405
+ autoFocus: {
406
+ required: false,
407
+ control: "boolean",
408
+ type: "boolean",
409
+ description:
410
+ "Indicates that an element should be focused on page load, or when its parent dialog is displayed.",
411
+ },
389
412
  autoSave: { required: false, control: "text", type: "string" },
390
413
  className: { required: false, control: "text", type: "string" },
391
- color: { required: false, control: "color", type: "string" },
392
- cols: { required: false, control: "number", type: "number" },
393
- content: { required: false, control: "text", type: "string" },
394
- contextMenu: { required: false, control: "text", type: "string" },
414
+ color: {
415
+ required: false,
416
+ control: "color",
417
+ type: "string",
418
+ description:
419
+ "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead.",
420
+ },
421
+ cols: {
422
+ required: false,
423
+ control: "number",
424
+ type: "number",
425
+ description: "Defines the number of columns in a textarea.",
426
+ },
427
+ content: {
428
+ required: false,
429
+ control: "text",
430
+ type: "string",
431
+ description:
432
+ "A value associated with http-equiv orname depending on the context.",
433
+ },
434
+ contextMenu: {
435
+ required: false,
436
+ control: "text",
437
+ type: "string",
438
+ description:
439
+ "Defines the ID of a menu element which willserve as the element's context menu.",
440
+ },
395
441
  datatype: { required: false, control: "text", type: "string" },
396
442
  defaultChecked: { required: false, control: "boolean", type: "boolean" },
397
- dir: { required: false, control: "text", type: "string" },
443
+ dir: {
444
+ required: false,
445
+ control: "text",
446
+ type: "string",
447
+ description:
448
+ "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)",
449
+ },
398
450
  dirName: { required: false, control: "text", type: "string" },
399
- disabled: { required: false, control: "boolean", type: "boolean" },
400
- draggable: { required: false, control: "boolean", type: "boolean" },
401
- form: { required: false, control: "text", type: "string" },
402
- hidden: { required: false, control: "boolean", type: "boolean" },
403
- id: { required: false, control: "text", type: "string" },
451
+ disabled: {
452
+ required: false,
453
+ control: "boolean",
454
+ type: "boolean",
455
+ description: "Indicates whether the user can interact with the element.",
456
+ },
457
+ draggable: {
458
+ required: false,
459
+ control: "boolean",
460
+ type: "boolean",
461
+ description: "Defines whether the element can be dragged.",
462
+ },
463
+ form: {
464
+ required: false,
465
+ control: "text",
466
+ type: "string",
467
+ description: "Indicates the form that is the owner of the element.",
468
+ },
469
+ hidden: {
470
+ required: false,
471
+ control: "boolean",
472
+ type: "boolean",
473
+ description:
474
+ "Prevents rendering of given element, while keeping child elements, e.g. script elements, active.",
475
+ },
476
+ id: {
477
+ required: false,
478
+ control: "text",
479
+ type: "string",
480
+ description:
481
+ "Often used with CSS to style a specific element. The value of this attribute must be unique.",
482
+ },
404
483
  inputMode: {
405
484
  description:
406
485
  "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",
@@ -430,26 +509,93 @@ export const props: Record<string, PropMeta> = {
430
509
  itemRef: { required: false, control: "text", type: "string" },
431
510
  itemScope: { required: false, control: "boolean", type: "boolean" },
432
511
  itemType: { required: false, control: "text", type: "string" },
433
- lang: { required: false, control: "text", type: "string" },
434
- maxLength: { required: false, control: "number", type: "number" },
435
- minLength: { required: false, control: "number", type: "number" },
436
- name: { required: false, control: "text", type: "string" },
512
+ lang: {
513
+ required: false,
514
+ control: "text",
515
+ type: "string",
516
+ description: "Defines the language used in the element.",
517
+ },
518
+ maxLength: {
519
+ required: false,
520
+ control: "number",
521
+ type: "number",
522
+ description:
523
+ "Defines the maximum number of characters allowed in the element.",
524
+ },
525
+ minLength: {
526
+ required: false,
527
+ control: "number",
528
+ type: "number",
529
+ description:
530
+ "Defines the minimum number of characters allowed in the element.",
531
+ },
532
+ name: {
533
+ required: false,
534
+ control: "text",
535
+ type: "string",
536
+ description:
537
+ "This name is important when submitting form data to the server, as it identifies the data associated with the input. When multiple inputs share the same name attribute, they are treated as part of the same group (e.g., radio buttons or checkboxes).",
538
+ },
437
539
  nonce: { required: false, control: "text", type: "string" },
438
- placeholder: { required: false, control: "text", type: "string" },
540
+ placeholder: {
541
+ required: false,
542
+ control: "text",
543
+ type: "string",
544
+ description:
545
+ "Provides a hint to the user of what can be entered in the field.",
546
+ },
439
547
  prefix: { required: false, control: "text", type: "string" },
440
548
  property: { required: false, control: "text", type: "string" },
441
549
  radioGroup: { required: false, control: "text", type: "string" },
442
- readOnly: { required: false, control: "boolean", type: "boolean" },
443
- rel: { required: false, control: "text", type: "string" },
444
- required: { required: false, control: "boolean", type: "boolean" },
550
+ readOnly: {
551
+ required: false,
552
+ control: "boolean",
553
+ type: "boolean",
554
+ description: "Indicates whether the element can be edited.",
555
+ },
556
+ rel: {
557
+ required: false,
558
+ control: "text",
559
+ type: "string",
560
+ description:
561
+ "Specifies the relationship of the target object to the link object.",
562
+ },
563
+ required: {
564
+ required: false,
565
+ control: "boolean",
566
+ type: "boolean",
567
+ description:
568
+ "Indicates whether this form element must be filled before the form can be submitted.",
569
+ },
445
570
  resource: { required: false, control: "text", type: "string" },
446
571
  results: { required: false, control: "number", type: "number" },
447
572
  rev: { required: false, control: "text", type: "string" },
448
- role: { required: false, control: "text", type: "string" },
449
- rows: { required: false, control: "number", type: "number" },
573
+ role: {
574
+ required: false,
575
+ control: "text",
576
+ type: "string",
577
+ description:
578
+ "Defines an explicit role for an element for use by assistive technologies.",
579
+ },
580
+ rows: {
581
+ required: false,
582
+ control: "number",
583
+ type: "number",
584
+ description: "Defines the number of rows in a text area.",
585
+ },
450
586
  security: { required: false, control: "text", type: "string" },
451
- slot: { required: false, control: "text", type: "string" },
452
- spellCheck: { required: false, control: "boolean", type: "boolean" },
587
+ slot: {
588
+ required: false,
589
+ control: "text",
590
+ type: "string",
591
+ description: "Assigns a slot in a shadow DOM shadow tree to an element.",
592
+ },
593
+ spellCheck: {
594
+ required: false,
595
+ control: "boolean",
596
+ type: "boolean",
597
+ description: "Indicates whether spell checking is allowed for the element.",
598
+ },
453
599
  suppressContentEditableWarning: {
454
600
  required: false,
455
601
  control: "boolean",
@@ -460,13 +606,27 @@ export const props: Record<string, PropMeta> = {
460
606
  control: "boolean",
461
607
  type: "boolean",
462
608
  },
463
- tabIndex: { required: false, control: "number", type: "number" },
464
- title: { required: false, control: "text", type: "string" },
609
+ tabIndex: {
610
+ required: false,
611
+ control: "number",
612
+ type: "number",
613
+ description:
614
+ "Overrides the browser's default tab order and follows the one specified instead.",
615
+ },
616
+ title: {
617
+ required: false,
618
+ control: "text",
619
+ type: "string",
620
+ description:
621
+ "Text to be displayed in a tooltip when hovering over the element.",
622
+ },
465
623
  translate: {
466
624
  required: false,
467
625
  control: "radio",
468
626
  type: "string",
469
627
  options: ["yes", "no"],
628
+ description:
629
+ "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged.",
470
630
  },
471
631
  typeof: { required: false, control: "text", type: "string" },
472
632
  unselectable: {
@@ -476,5 +636,10 @@ export const props: Record<string, PropMeta> = {
476
636
  options: ["on", "off"],
477
637
  },
478
638
  vocab: { required: false, control: "text", type: "string" },
479
- wrap: { required: false, control: "text", type: "string" },
639
+ wrap: {
640
+ required: false,
641
+ control: "text",
642
+ type: "string",
643
+ description: "Indicates whether the text should be wrapped.",
644
+ },
480
645
  };
@@ -2,7 +2,12 @@ import type { PropMeta } from "@webstudio-is/generate-arg-types";
2
2
 
3
3
  export const props: Record<string, PropMeta> = {
4
4
  about: { required: false, control: "text", type: "string" },
5
- accessKey: { required: false, control: "text", type: "string" },
5
+ accessKey: {
6
+ required: false,
7
+ control: "text",
8
+ type: "string",
9
+ description: "Keyboard shortcut to activate or add focus to the element.",
10
+ },
6
11
  "aria-activedescendant": {
7
12
  description:
8
13
  "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
@@ -183,7 +188,7 @@ export const props: Record<string, PropMeta> = {
183
188
  },
184
189
  "aria-label": {
185
190
  description:
186
- "Defines a string value that labels the current element.\n@see aria-labelledby.",
191
+ "Provides the accessible name that describes an interactive element if no other accessible name exists, for example in a button that contains an image with no text.",
187
192
  required: false,
188
193
  control: "text",
189
194
  type: "string",
@@ -382,27 +387,120 @@ export const props: Record<string, PropMeta> = {
382
387
  control: "text",
383
388
  type: "string",
384
389
  },
385
- autoCapitalize: { required: false, control: "text", type: "string" },
390
+ autoCapitalize: {
391
+ required: false,
392
+ control: "text",
393
+ type: "string",
394
+ description:
395
+ "Sets whether input is automatically capitalized when entered by user.",
396
+ },
386
397
  autoCorrect: { required: false, control: "text", type: "string" },
387
- autoFocus: { required: false, control: "boolean", type: "boolean" },
398
+ autoFocus: {
399
+ required: false,
400
+ control: "boolean",
401
+ type: "boolean",
402
+ description:
403
+ "Indicates that an element should be focused on page load, or when its parent dialog is displayed.",
404
+ },
388
405
  autoSave: { required: false, control: "text", type: "string" },
389
406
  className: { required: false, control: "text", type: "string" },
390
- color: { required: false, control: "color", type: "string" },
391
- content: { required: false, control: "text", type: "string" },
392
- contextMenu: { required: false, control: "text", type: "string" },
407
+ color: {
408
+ required: false,
409
+ control: "color",
410
+ type: "string",
411
+ description:
412
+ "This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format. Note: This is a legacy attribute. Please use the CSS color property instead.",
413
+ },
414
+ content: {
415
+ required: false,
416
+ control: "text",
417
+ type: "string",
418
+ description:
419
+ "A value associated with http-equiv orname depending on the context.",
420
+ },
421
+ contextMenu: {
422
+ required: false,
423
+ control: "text",
424
+ type: "string",
425
+ description:
426
+ "Defines the ID of a menu element which willserve as the element's context menu.",
427
+ },
393
428
  datatype: { required: false, control: "text", type: "string" },
394
429
  defaultChecked: { required: false, control: "boolean", type: "boolean" },
395
- dir: { required: false, control: "text", type: "string" },
396
- disabled: { required: false, control: "boolean", type: "boolean" },
397
- draggable: { required: false, control: "boolean", type: "boolean" },
398
- form: { required: false, control: "text", type: "string" },
399
- formAction: { required: false, control: "text", type: "string" },
400
- formEncType: { required: false, control: "text", type: "string" },
401
- formMethod: { required: false, control: "text", type: "string" },
402
- formNoValidate: { required: false, control: "boolean", type: "boolean" },
403
- formTarget: { required: false, control: "text", type: "string" },
404
- hidden: { required: false, control: "boolean", type: "boolean" },
405
- id: { required: false, control: "text", type: "string" },
430
+ dir: {
431
+ required: false,
432
+ control: "text",
433
+ type: "string",
434
+ description:
435
+ "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)",
436
+ },
437
+ disabled: {
438
+ required: false,
439
+ control: "boolean",
440
+ type: "boolean",
441
+ description: "Indicates whether the user can interact with the element.",
442
+ },
443
+ draggable: {
444
+ required: false,
445
+ control: "boolean",
446
+ type: "boolean",
447
+ description: "Defines whether the element can be dragged.",
448
+ },
449
+ form: {
450
+ required: false,
451
+ control: "text",
452
+ type: "string",
453
+ description: "Indicates the form that is the owner of the element.",
454
+ },
455
+ formAction: {
456
+ required: false,
457
+ control: "text",
458
+ type: "string",
459
+ description:
460
+ "Indicates the action of the element, overriding the action defined inthe form.",
461
+ },
462
+ formEncType: {
463
+ required: false,
464
+ control: "text",
465
+ type: "string",
466
+ description:
467
+ 'If the button/input is a submit button (e.g. type="submit"), this attribute sets the encoding type to use during form submission. If this attribute is specified, it overrides theenctype attribute of the button\'s form owner.',
468
+ },
469
+ formMethod: {
470
+ required: false,
471
+ control: "text",
472
+ type: "string",
473
+ description:
474
+ 'If the button/input is a submit button (e.g. type="submit"), this attribute sets the submission method to use during form submission (GET, POST, etc.). If this attribute is specified, it overrides the method attribute of the button\'s form owner.',
475
+ },
476
+ formNoValidate: {
477
+ required: false,
478
+ control: "boolean",
479
+ type: "boolean",
480
+ description:
481
+ 'If the button/input is a submit button (e.g. type="submit"), this boolean attribute specifies that the form is not to be validatedwhen it is submitted. If this attribute is specified, it overrides thenovalidate attribute of the button\'s form owner.',
482
+ },
483
+ formTarget: {
484
+ required: false,
485
+ control: "text",
486
+ type: "string",
487
+ description:
488
+ 'If the button/input is a submit button (e.g. type="submit"), this attribute specifies the browsing context (for example, tab, window, or inline frame) in which to display the response that is received aftersubmitting the form. If this attribute is specified, it overrides thetarget attribute of the button\'s form owner.',
489
+ },
490
+ hidden: {
491
+ required: false,
492
+ control: "boolean",
493
+ type: "boolean",
494
+ description:
495
+ "Prevents rendering of given element, while keeping child elements, e.g. script elements, active.",
496
+ },
497
+ id: {
498
+ required: false,
499
+ control: "text",
500
+ type: "string",
501
+ description:
502
+ "Often used with CSS to style a specific element. The value of this attribute must be unique.",
503
+ },
406
504
  inputMode: {
407
505
  description:
408
506
  "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",
@@ -432,21 +530,60 @@ export const props: Record<string, PropMeta> = {
432
530
  itemRef: { required: false, control: "text", type: "string" },
433
531
  itemScope: { required: false, control: "boolean", type: "boolean" },
434
532
  itemType: { required: false, control: "text", type: "string" },
435
- lang: { required: false, control: "text", type: "string" },
436
- name: { required: false, control: "text", type: "string" },
533
+ lang: {
534
+ required: false,
535
+ control: "text",
536
+ type: "string",
537
+ description: "Defines the language used in the element.",
538
+ },
539
+ name: {
540
+ required: false,
541
+ control: "text",
542
+ type: "string",
543
+ description:
544
+ "This name is important when submitting form data to the server, as it identifies the data associated with the input. When multiple inputs share the same name attribute, they are treated as part of the same group (e.g., radio buttons or checkboxes).",
545
+ },
437
546
  nonce: { required: false, control: "text", type: "string" },
438
- placeholder: { required: false, control: "text", type: "string" },
547
+ placeholder: {
548
+ required: false,
549
+ control: "text",
550
+ type: "string",
551
+ description:
552
+ "Provides a hint to the user of what can be entered in the field.",
553
+ },
439
554
  prefix: { required: false, control: "text", type: "string" },
440
555
  property: { required: false, control: "text", type: "string" },
441
556
  radioGroup: { required: false, control: "text", type: "string" },
442
- rel: { required: false, control: "text", type: "string" },
557
+ rel: {
558
+ required: false,
559
+ control: "text",
560
+ type: "string",
561
+ description:
562
+ "Specifies the relationship of the target object to the link object.",
563
+ },
443
564
  resource: { required: false, control: "text", type: "string" },
444
565
  results: { required: false, control: "number", type: "number" },
445
566
  rev: { required: false, control: "text", type: "string" },
446
- role: { required: false, control: "text", type: "string" },
567
+ role: {
568
+ required: false,
569
+ control: "text",
570
+ type: "string",
571
+ description:
572
+ "Defines an explicit role for an element for use by assistive technologies.",
573
+ },
447
574
  security: { required: false, control: "text", type: "string" },
448
- slot: { required: false, control: "text", type: "string" },
449
- spellCheck: { required: false, control: "boolean", type: "boolean" },
575
+ slot: {
576
+ required: false,
577
+ control: "text",
578
+ type: "string",
579
+ description: "Assigns a slot in a shadow DOM shadow tree to an element.",
580
+ },
581
+ spellCheck: {
582
+ required: false,
583
+ control: "boolean",
584
+ type: "boolean",
585
+ description: "Indicates whether spell checking is allowed for the element.",
586
+ },
450
587
  suppressContentEditableWarning: {
451
588
  required: false,
452
589
  control: "boolean",
@@ -457,19 +594,34 @@ export const props: Record<string, PropMeta> = {
457
594
  control: "boolean",
458
595
  type: "boolean",
459
596
  },
460
- tabIndex: { required: false, control: "number", type: "number" },
461
- title: { required: false, control: "text", type: "string" },
597
+ tabIndex: {
598
+ required: false,
599
+ control: "number",
600
+ type: "number",
601
+ description:
602
+ "Overrides the browser's default tab order and follows the one specified instead.",
603
+ },
604
+ title: {
605
+ required: false,
606
+ control: "text",
607
+ type: "string",
608
+ description:
609
+ "Text to be displayed in a tooltip when hovering over the element.",
610
+ },
462
611
  translate: {
463
612
  required: false,
464
613
  control: "radio",
465
614
  type: "string",
466
615
  options: ["yes", "no"],
616
+ description:
617
+ "Specify whether an element's attribute values and the values of its text node children are to be translated when the page is localized, or whether to leave them unchanged.",
467
618
  },
468
619
  type: {
469
620
  required: false,
470
621
  control: "radio",
471
622
  type: "string",
472
623
  options: ["button", "submit", "reset"],
624
+ description: "Defines the type of the element.",
473
625
  },
474
626
  typeof: { required: false, control: "text", type: "string" },
475
627
  unselectable: {