@webstudio-is/sdk-components-react-radix 0.88.0 → 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 (96) hide show
  1. package/lib/__generated__/accordion.props.js +605 -109
  2. package/lib/__generated__/button.props.js +161 -29
  3. package/lib/__generated__/checkbox.props.js +284 -51
  4. package/lib/__generated__/collapsible.props.js +234 -42
  5. package/lib/__generated__/dialog.props.js +611 -110
  6. package/lib/__generated__/input.props.js +264 -47
  7. package/lib/__generated__/label.props.js +123 -22
  8. package/lib/__generated__/navigation-menu.props.js +563 -102
  9. package/lib/__generated__/popover.props.js +129 -25
  10. package/lib/__generated__/radio-group.props.js +421 -76
  11. package/lib/__generated__/select.props.js +876 -160
  12. package/lib/__generated__/sheet.props.js +591 -110
  13. package/lib/__generated__/switch.props.js +284 -51
  14. package/lib/__generated__/tabs.props.js +506 -91
  15. package/lib/__generated__/textarea.props.js +177 -31
  16. package/lib/__generated__/tooltip.props.js +131 -27
  17. package/lib/accordion.ws.js +1 -0
  18. package/lib/checkbox.ws.js +2 -0
  19. package/lib/cjs/__generated__/accordion.props.js +605 -109
  20. package/lib/cjs/__generated__/button.props.js +161 -29
  21. package/lib/cjs/__generated__/checkbox.props.js +284 -51
  22. package/lib/cjs/__generated__/collapsible.props.js +234 -42
  23. package/lib/cjs/__generated__/dialog.props.js +611 -110
  24. package/lib/cjs/__generated__/input.props.js +264 -47
  25. package/lib/cjs/__generated__/label.props.js +123 -22
  26. package/lib/cjs/__generated__/navigation-menu.props.js +563 -102
  27. package/lib/cjs/__generated__/popover.props.js +129 -25
  28. package/lib/cjs/__generated__/radio-group.props.js +421 -76
  29. package/lib/cjs/__generated__/select.props.js +875 -159
  30. package/lib/cjs/__generated__/sheet.props.js +591 -110
  31. package/lib/cjs/__generated__/switch.props.js +284 -51
  32. package/lib/cjs/__generated__/tabs.props.js +506 -91
  33. package/lib/cjs/__generated__/textarea.props.js +177 -31
  34. package/lib/cjs/__generated__/tooltip.props.js +131 -27
  35. package/lib/cjs/accordion.ws.js +1 -0
  36. package/lib/cjs/checkbox.ws.js +2 -0
  37. package/lib/cjs/collapsible.ws.js +1 -0
  38. package/lib/cjs/dialog.ws.js +1 -0
  39. package/lib/cjs/label.ws.js +1 -0
  40. package/lib/cjs/navigation-menu.ws.js +1 -0
  41. package/lib/cjs/popover.ws.js +1 -0
  42. package/lib/cjs/props-descriptions.js +56 -0
  43. package/lib/cjs/radio-group.ws.js +3 -0
  44. package/lib/cjs/select.js +3 -1
  45. package/lib/cjs/select.ws.js +1 -0
  46. package/lib/cjs/sheet.ws.js +1 -0
  47. package/lib/cjs/switch.ws.js +2 -0
  48. package/lib/cjs/tabs.ws.js +1 -0
  49. package/lib/cjs/tooltip.ws.js +1 -0
  50. package/lib/collapsible.ws.js +1 -0
  51. package/lib/dialog.ws.js +1 -0
  52. package/lib/label.ws.js +1 -0
  53. package/lib/navigation-menu.ws.js +1 -0
  54. package/lib/popover.ws.js +1 -0
  55. package/lib/props-descriptions.js +36 -0
  56. package/lib/radio-group.ws.js +3 -0
  57. package/lib/select.js +3 -1
  58. package/lib/select.ws.js +1 -0
  59. package/lib/sheet.ws.js +1 -0
  60. package/lib/switch.ws.js +2 -0
  61. package/lib/tabs.ws.js +1 -0
  62. package/lib/tooltip.ws.js +1 -0
  63. package/lib/types/props-descriptions.d.ts +29 -0
  64. package/lib/types/select.d.ts +4 -2
  65. package/package.json +6 -6
  66. package/src/__generated__/accordion.props.ts +675 -103
  67. package/src/__generated__/button.props.ts +180 -27
  68. package/src/__generated__/checkbox.props.ts +317 -48
  69. package/src/__generated__/collapsible.props.ts +261 -40
  70. package/src/__generated__/dialog.props.ts +682 -104
  71. package/src/__generated__/input.props.ts +292 -44
  72. package/src/__generated__/label.props.ts +137 -21
  73. package/src/__generated__/navigation-menu.props.ts +629 -96
  74. package/src/__generated__/popover.props.ts +142 -21
  75. package/src/__generated__/radio-group.props.ts +470 -71
  76. package/src/__generated__/select.props.ts +979 -153
  77. package/src/__generated__/sheet.props.ts +657 -99
  78. package/src/__generated__/switch.props.ts +317 -48
  79. package/src/__generated__/tabs.props.ts +565 -86
  80. package/src/__generated__/textarea.props.ts +195 -30
  81. package/src/__generated__/tooltip.props.ts +145 -23
  82. package/src/accordion.ws.ts +2 -0
  83. package/src/checkbox.ws.ts +3 -0
  84. package/src/collapsible.ws.ts +2 -0
  85. package/src/dialog.ws.tsx +2 -0
  86. package/src/label.ws.ts +2 -0
  87. package/src/navigation-menu.ws.ts +1 -0
  88. package/src/popover.ws.tsx +1 -0
  89. package/src/props-descriptions.ts +43 -0
  90. package/src/radio-group.ws.ts +4 -0
  91. package/src/select.tsx +8 -3
  92. package/src/select.ws.ts +2 -0
  93. package/src/sheet.ws.tsx +2 -0
  94. package/src/switch.ws.ts +3 -0
  95. package/src/tabs.ws.ts +2 -0
  96. package/src/tooltip.ws.tsx +2 -0
@@ -1,20 +1,56 @@
1
1
  const propsSelect = {
2
- autoComplete: { required: false, control: "text", type: "string" },
2
+ autoComplete: {
3
+ required: false,
4
+ control: "text",
5
+ type: "string",
6
+ description: "Indicates whether controls in this form can by default have their valuesautomatically completed by the browser."
7
+ },
3
8
  dir: {
4
9
  required: false,
5
10
  control: "radio",
6
11
  type: "string",
7
- options: ["ltr", "rtl"]
12
+ options: ["ltr", "rtl"],
13
+ description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
14
+ },
15
+ disabled: {
16
+ required: false,
17
+ control: "boolean",
18
+ type: "boolean",
19
+ description: "Indicates whether the user can interact with the element."
20
+ },
21
+ name: {
22
+ required: false,
23
+ control: "text",
24
+ type: "string",
25
+ description: "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)."
26
+ },
27
+ open: {
28
+ required: false,
29
+ control: "boolean",
30
+ type: "boolean",
31
+ description: "Indicates whether the contents are currently visible (in the case of a <details> element) or whether the dialog is active and can be interacted with (in the case of a <dialog> element)."
32
+ },
33
+ required: {
34
+ required: false,
35
+ control: "boolean",
36
+ type: "boolean",
37
+ description: "Indicates whether this form element must be filled before the form can be submitted."
8
38
  },
9
- disabled: { required: false, control: "boolean", type: "boolean" },
10
- name: { required: false, control: "text", type: "string" },
11
- open: { required: false, control: "boolean", type: "boolean" },
12
- required: { required: false, control: "boolean", type: "boolean" },
13
- value: { required: false, control: "text", type: "string" }
39
+ value: {
40
+ required: false,
41
+ control: "text",
42
+ type: "string",
43
+ description: "Defines a default value which will be displayed in the element on pageload."
44
+ }
14
45
  };
15
46
  const propsSelectTrigger = {
16
47
  about: { required: false, control: "text", type: "string" },
17
- accessKey: { required: false, control: "text", type: "string" },
48
+ accessKey: {
49
+ required: false,
50
+ control: "text",
51
+ type: "string",
52
+ description: "Keyboard shortcut to activate or add focus to the element."
53
+ },
18
54
  "aria-activedescendant": {
19
55
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
20
56
  required: false,
@@ -170,7 +206,7 @@ const propsSelectTrigger = {
170
206
  type: "string"
171
207
  },
172
208
  "aria-label": {
173
- description: "Defines a string value that labels the current element.\n@see aria-labelledby.",
209
+ description: "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.",
174
210
  required: false,
175
211
  control: "text",
176
212
  type: "string"
@@ -346,26 +382,106 @@ const propsSelectTrigger = {
346
382
  control: "text",
347
383
  type: "string"
348
384
  },
349
- autoCapitalize: { required: false, control: "text", type: "string" },
385
+ autoCapitalize: {
386
+ required: false,
387
+ control: "text",
388
+ type: "string",
389
+ description: "Sets whether input is automatically capitalized when entered by user."
390
+ },
350
391
  autoCorrect: { required: false, control: "text", type: "string" },
351
- autoFocus: { required: false, control: "boolean", type: "boolean" },
392
+ autoFocus: {
393
+ required: false,
394
+ control: "boolean",
395
+ type: "boolean",
396
+ description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
397
+ },
352
398
  autoSave: { required: false, control: "text", type: "string" },
353
399
  className: { required: false, control: "text", type: "string" },
354
- color: { required: false, control: "color", type: "string" },
355
- content: { required: false, control: "text", type: "string" },
356
- contextMenu: { required: false, control: "text", type: "string" },
400
+ color: {
401
+ required: false,
402
+ control: "color",
403
+ type: "string",
404
+ description: "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."
405
+ },
406
+ content: {
407
+ required: false,
408
+ control: "text",
409
+ type: "string",
410
+ description: "A value associated with http-equiv orname depending on the context."
411
+ },
412
+ contextMenu: {
413
+ required: false,
414
+ control: "text",
415
+ type: "string",
416
+ description: "Defines the ID of a menu element which willserve as the element's context menu."
417
+ },
357
418
  datatype: { required: false, control: "text", type: "string" },
358
- dir: { required: false, control: "text", type: "string" },
359
- disabled: { required: false, control: "boolean", type: "boolean" },
360
- draggable: { required: false, control: "boolean", type: "boolean" },
361
- form: { required: false, control: "text", type: "string" },
362
- formAction: { required: false, control: "text", type: "string" },
363
- formEncType: { required: false, control: "text", type: "string" },
364
- formMethod: { required: false, control: "text", type: "string" },
365
- formNoValidate: { required: false, control: "boolean", type: "boolean" },
366
- formTarget: { required: false, control: "text", type: "string" },
367
- hidden: { required: false, control: "boolean", type: "boolean" },
368
- id: { required: false, control: "text", type: "string" },
419
+ dir: {
420
+ required: false,
421
+ control: "text",
422
+ type: "string",
423
+ description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
424
+ },
425
+ disabled: {
426
+ required: false,
427
+ control: "boolean",
428
+ type: "boolean",
429
+ description: "Indicates whether the user can interact with the element."
430
+ },
431
+ draggable: {
432
+ required: false,
433
+ control: "boolean",
434
+ type: "boolean",
435
+ description: "Defines whether the element can be dragged."
436
+ },
437
+ form: {
438
+ required: false,
439
+ control: "text",
440
+ type: "string",
441
+ description: "Indicates the form that is the owner of the element."
442
+ },
443
+ formAction: {
444
+ required: false,
445
+ control: "text",
446
+ type: "string",
447
+ description: "Indicates the action of the element, overriding the action defined inthe form."
448
+ },
449
+ formEncType: {
450
+ required: false,
451
+ control: "text",
452
+ type: "string",
453
+ description: `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.`
454
+ },
455
+ formMethod: {
456
+ required: false,
457
+ control: "text",
458
+ type: "string",
459
+ description: `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.`
460
+ },
461
+ formNoValidate: {
462
+ required: false,
463
+ control: "boolean",
464
+ type: "boolean",
465
+ description: `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.`
466
+ },
467
+ formTarget: {
468
+ required: false,
469
+ control: "text",
470
+ type: "string",
471
+ description: `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.`
472
+ },
473
+ hidden: {
474
+ required: false,
475
+ control: "boolean",
476
+ type: "boolean",
477
+ description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
478
+ },
479
+ id: {
480
+ required: false,
481
+ control: "text",
482
+ type: "string",
483
+ description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
484
+ },
369
485
  inputMode: {
370
486
  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",
371
487
  required: false,
@@ -393,21 +509,56 @@ const propsSelectTrigger = {
393
509
  itemRef: { required: false, control: "text", type: "string" },
394
510
  itemScope: { required: false, control: "boolean", type: "boolean" },
395
511
  itemType: { required: false, control: "text", type: "string" },
396
- lang: { required: false, control: "text", type: "string" },
397
- 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
+ name: {
519
+ required: false,
520
+ control: "text",
521
+ type: "string",
522
+ description: "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)."
523
+ },
398
524
  nonce: { required: false, control: "text", type: "string" },
399
- placeholder: { required: false, control: "text", type: "string" },
525
+ placeholder: {
526
+ required: false,
527
+ control: "text",
528
+ type: "string",
529
+ description: "Provides a hint to the user of what can be entered in the field."
530
+ },
400
531
  prefix: { required: false, control: "text", type: "string" },
401
532
  property: { required: false, control: "text", type: "string" },
402
533
  radioGroup: { required: false, control: "text", type: "string" },
403
- rel: { required: false, control: "text", type: "string" },
534
+ rel: {
535
+ required: false,
536
+ control: "text",
537
+ type: "string",
538
+ description: "Specifies the relationship of the target object to the link object."
539
+ },
404
540
  resource: { required: false, control: "text", type: "string" },
405
541
  results: { required: false, control: "number", type: "number" },
406
542
  rev: { required: false, control: "text", type: "string" },
407
- role: { required: false, control: "text", type: "string" },
543
+ role: {
544
+ required: false,
545
+ control: "text",
546
+ type: "string",
547
+ description: "Defines an explicit role for an element for use by assistive technologies."
548
+ },
408
549
  security: { required: false, control: "text", type: "string" },
409
- slot: { required: false, control: "text", type: "string" },
410
- spellCheck: { required: false, control: "boolean", type: "boolean" },
550
+ slot: {
551
+ required: false,
552
+ control: "text",
553
+ type: "string",
554
+ description: "Assigns a slot in a shadow DOM shadow tree to an element."
555
+ },
556
+ spellCheck: {
557
+ required: false,
558
+ control: "boolean",
559
+ type: "boolean",
560
+ description: "Indicates whether spell checking is allowed for the element."
561
+ },
411
562
  suppressContentEditableWarning: {
412
563
  required: false,
413
564
  control: "boolean",
@@ -418,19 +569,31 @@ const propsSelectTrigger = {
418
569
  control: "boolean",
419
570
  type: "boolean"
420
571
  },
421
- tabIndex: { required: false, control: "number", type: "number" },
422
- title: { required: false, control: "text", type: "string" },
572
+ tabIndex: {
573
+ required: false,
574
+ control: "number",
575
+ type: "number",
576
+ description: "Overrides the browser's default tab order and follows the one specified instead."
577
+ },
578
+ title: {
579
+ required: false,
580
+ control: "text",
581
+ type: "string",
582
+ description: "Text to be displayed in a tooltip when hovering over the element."
583
+ },
423
584
  translate: {
424
585
  required: false,
425
586
  control: "radio",
426
587
  type: "string",
427
- options: ["yes", "no"]
588
+ options: ["yes", "no"],
589
+ description: "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."
428
590
  },
429
591
  type: {
430
592
  required: false,
431
593
  control: "radio",
432
594
  type: "string",
433
- options: ["button", "submit", "reset"]
595
+ options: ["button", "submit", "reset"],
596
+ description: "Defines the type of the element."
434
597
  },
435
598
  typeof: { required: false, control: "text", type: "string" },
436
599
  unselectable: {
@@ -443,7 +606,12 @@ const propsSelectTrigger = {
443
606
  };
444
607
  const propsSelectValue = {
445
608
  about: { required: false, control: "text", type: "string" },
446
- accessKey: { required: false, control: "text", type: "string" },
609
+ accessKey: {
610
+ required: false,
611
+ control: "text",
612
+ type: "string",
613
+ description: "Keyboard shortcut to activate or add focus to the element."
614
+ },
447
615
  "aria-activedescendant": {
448
616
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
449
617
  required: false,
@@ -599,7 +767,7 @@ const propsSelectValue = {
599
767
  type: "string"
600
768
  },
601
769
  "aria-label": {
602
- description: "Defines a string value that labels the current element.\n@see aria-labelledby.",
770
+ description: "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.",
603
771
  required: false,
604
772
  control: "text",
605
773
  type: "string"
@@ -775,19 +943,64 @@ const propsSelectValue = {
775
943
  control: "text",
776
944
  type: "string"
777
945
  },
778
- autoCapitalize: { required: false, control: "text", type: "string" },
946
+ autoCapitalize: {
947
+ required: false,
948
+ control: "text",
949
+ type: "string",
950
+ description: "Sets whether input is automatically capitalized when entered by user."
951
+ },
779
952
  autoCorrect: { required: false, control: "text", type: "string" },
780
- autoFocus: { required: false, control: "boolean", type: "boolean" },
953
+ autoFocus: {
954
+ required: false,
955
+ control: "boolean",
956
+ type: "boolean",
957
+ description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
958
+ },
781
959
  autoSave: { required: false, control: "text", type: "string" },
782
960
  className: { required: false, control: "text", type: "string" },
783
- color: { required: false, control: "color", type: "string" },
784
- content: { required: false, control: "text", type: "string" },
785
- contextMenu: { required: false, control: "text", type: "string" },
961
+ color: {
962
+ required: false,
963
+ control: "color",
964
+ type: "string",
965
+ description: "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."
966
+ },
967
+ content: {
968
+ required: false,
969
+ control: "text",
970
+ type: "string",
971
+ description: "A value associated with http-equiv orname depending on the context."
972
+ },
973
+ contextMenu: {
974
+ required: false,
975
+ control: "text",
976
+ type: "string",
977
+ description: "Defines the ID of a menu element which willserve as the element's context menu."
978
+ },
786
979
  datatype: { required: false, control: "text", type: "string" },
787
- dir: { required: false, control: "text", type: "string" },
788
- draggable: { required: false, control: "boolean", type: "boolean" },
789
- hidden: { required: false, control: "boolean", type: "boolean" },
790
- id: { required: false, control: "text", type: "string" },
980
+ dir: {
981
+ required: false,
982
+ control: "text",
983
+ type: "string",
984
+ description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
985
+ },
986
+ draggable: {
987
+ required: false,
988
+ control: "boolean",
989
+ type: "boolean",
990
+ description: "Defines whether the element can be dragged."
991
+ },
992
+ hidden: {
993
+ required: false,
994
+ control: "boolean",
995
+ type: "boolean",
996
+ description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
997
+ },
998
+ id: {
999
+ required: false,
1000
+ control: "text",
1001
+ type: "string",
1002
+ description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
1003
+ },
791
1004
  inputMode: {
792
1005
  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",
793
1006
  required: false,
@@ -815,19 +1028,45 @@ const propsSelectValue = {
815
1028
  itemRef: { required: false, control: "text", type: "string" },
816
1029
  itemScope: { required: false, control: "boolean", type: "boolean" },
817
1030
  itemType: { required: false, control: "text", type: "string" },
818
- lang: { required: false, control: "text", type: "string" },
1031
+ lang: {
1032
+ required: false,
1033
+ control: "text",
1034
+ type: "string",
1035
+ description: "Defines the language used in the element."
1036
+ },
819
1037
  nonce: { required: false, control: "text", type: "string" },
1038
+ placeholder: { required: false, control: "text", type: "string" },
820
1039
  prefix: { required: false, control: "text", type: "string" },
821
1040
  property: { required: false, control: "text", type: "string" },
822
1041
  radioGroup: { required: false, control: "text", type: "string" },
823
- rel: { required: false, control: "text", type: "string" },
1042
+ rel: {
1043
+ required: false,
1044
+ control: "text",
1045
+ type: "string",
1046
+ description: "Specifies the relationship of the target object to the link object."
1047
+ },
824
1048
  resource: { required: false, control: "text", type: "string" },
825
1049
  results: { required: false, control: "number", type: "number" },
826
1050
  rev: { required: false, control: "text", type: "string" },
827
- role: { required: false, control: "text", type: "string" },
1051
+ role: {
1052
+ required: false,
1053
+ control: "text",
1054
+ type: "string",
1055
+ description: "Defines an explicit role for an element for use by assistive technologies."
1056
+ },
828
1057
  security: { required: false, control: "text", type: "string" },
829
- slot: { required: false, control: "text", type: "string" },
830
- spellCheck: { required: false, control: "boolean", type: "boolean" },
1058
+ slot: {
1059
+ required: false,
1060
+ control: "text",
1061
+ type: "string",
1062
+ description: "Assigns a slot in a shadow DOM shadow tree to an element."
1063
+ },
1064
+ spellCheck: {
1065
+ required: false,
1066
+ control: "boolean",
1067
+ type: "boolean",
1068
+ description: "Indicates whether spell checking is allowed for the element."
1069
+ },
831
1070
  suppressContentEditableWarning: {
832
1071
  required: false,
833
1072
  control: "boolean",
@@ -838,13 +1077,24 @@ const propsSelectValue = {
838
1077
  control: "boolean",
839
1078
  type: "boolean"
840
1079
  },
841
- tabIndex: { required: false, control: "number", type: "number" },
842
- title: { required: false, control: "text", type: "string" },
1080
+ tabIndex: {
1081
+ required: false,
1082
+ control: "number",
1083
+ type: "number",
1084
+ description: "Overrides the browser's default tab order and follows the one specified instead."
1085
+ },
1086
+ title: {
1087
+ required: false,
1088
+ control: "text",
1089
+ type: "string",
1090
+ description: "Text to be displayed in a tooltip when hovering over the element."
1091
+ },
843
1092
  translate: {
844
1093
  required: false,
845
1094
  control: "radio",
846
1095
  type: "string",
847
- options: ["yes", "no"]
1096
+ options: ["yes", "no"],
1097
+ description: "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."
848
1098
  },
849
1099
  typeof: { required: false, control: "text", type: "string" },
850
1100
  unselectable: {
@@ -857,12 +1107,18 @@ const propsSelectValue = {
857
1107
  };
858
1108
  const propsSelectContent = {
859
1109
  about: { required: false, control: "text", type: "string" },
860
- accessKey: { required: false, control: "text", type: "string" },
1110
+ accessKey: {
1111
+ required: false,
1112
+ control: "text",
1113
+ type: "string",
1114
+ description: "Keyboard shortcut to activate or add focus to the element."
1115
+ },
861
1116
  align: {
862
1117
  required: false,
863
1118
  control: "radio",
864
1119
  type: "string",
865
- options: ["center", "start", "end"]
1120
+ options: ["center", "start", "end"],
1121
+ description: "Specifies the horizontal alignment of the element."
866
1122
  },
867
1123
  alignOffset: { required: false, control: "number", type: "number" },
868
1124
  "aria-activedescendant": {
@@ -1020,7 +1276,7 @@ const propsSelectContent = {
1020
1276
  type: "string"
1021
1277
  },
1022
1278
  "aria-label": {
1023
- description: "Defines a string value that labels the current element.\n@see aria-labelledby.",
1279
+ description: "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.",
1024
1280
  required: false,
1025
1281
  control: "text",
1026
1282
  type: "string"
@@ -1197,21 +1453,66 @@ const propsSelectContent = {
1197
1453
  type: "string"
1198
1454
  },
1199
1455
  arrowPadding: { required: false, control: "number", type: "number" },
1200
- autoCapitalize: { required: false, control: "text", type: "string" },
1456
+ autoCapitalize: {
1457
+ required: false,
1458
+ control: "text",
1459
+ type: "string",
1460
+ description: "Sets whether input is automatically capitalized when entered by user."
1461
+ },
1201
1462
  autoCorrect: { required: false, control: "text", type: "string" },
1202
- autoFocus: { required: false, control: "boolean", type: "boolean" },
1463
+ autoFocus: {
1464
+ required: false,
1465
+ control: "boolean",
1466
+ type: "boolean",
1467
+ description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
1468
+ },
1203
1469
  autoSave: { required: false, control: "text", type: "string" },
1204
1470
  avoidCollisions: { required: false, control: "boolean", type: "boolean" },
1205
1471
  className: { required: false, control: "text", type: "string" },
1206
- color: { required: false, control: "color", type: "string" },
1207
- content: { required: false, control: "text", type: "string" },
1208
- contextMenu: { required: false, control: "text", type: "string" },
1472
+ color: {
1473
+ required: false,
1474
+ control: "color",
1475
+ type: "string",
1476
+ description: "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."
1477
+ },
1478
+ content: {
1479
+ required: false,
1480
+ control: "text",
1481
+ type: "string",
1482
+ description: "A value associated with http-equiv orname depending on the context."
1483
+ },
1484
+ contextMenu: {
1485
+ required: false,
1486
+ control: "text",
1487
+ type: "string",
1488
+ description: "Defines the ID of a menu element which willserve as the element's context menu."
1489
+ },
1209
1490
  datatype: { required: false, control: "text", type: "string" },
1210
- dir: { required: false, control: "text", type: "string" },
1211
- draggable: { required: false, control: "boolean", type: "boolean" },
1212
- hidden: { required: false, control: "boolean", type: "boolean" },
1491
+ dir: {
1492
+ required: false,
1493
+ control: "text",
1494
+ type: "string",
1495
+ description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
1496
+ },
1497
+ draggable: {
1498
+ required: false,
1499
+ control: "boolean",
1500
+ type: "boolean",
1501
+ description: "Defines whether the element can be dragged."
1502
+ },
1503
+ hidden: {
1504
+ required: false,
1505
+ control: "boolean",
1506
+ type: "boolean",
1507
+ description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
1508
+ },
1213
1509
  hideWhenDetached: { required: false, control: "boolean", type: "boolean" },
1214
- id: { required: false, control: "text", type: "string" },
1510
+ id: {
1511
+ required: false,
1512
+ control: "text",
1513
+ type: "string",
1514
+ description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
1515
+ },
1215
1516
  inputMode: {
1216
1517
  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",
1217
1518
  required: false,
@@ -1239,21 +1540,51 @@ const propsSelectContent = {
1239
1540
  itemRef: { required: false, control: "text", type: "string" },
1240
1541
  itemScope: { required: false, control: "boolean", type: "boolean" },
1241
1542
  itemType: { required: false, control: "text", type: "string" },
1242
- lang: { required: false, control: "text", type: "string" },
1543
+ lang: {
1544
+ required: false,
1545
+ control: "text",
1546
+ type: "string",
1547
+ description: "Defines the language used in the element."
1548
+ },
1243
1549
  nonce: { required: false, control: "text", type: "string" },
1244
- placeholder: { required: false, control: "text", type: "string" },
1550
+ placeholder: {
1551
+ required: false,
1552
+ control: "text",
1553
+ type: "string",
1554
+ description: "Provides a hint to the user of what can be entered in the field."
1555
+ },
1245
1556
  prefix: { required: false, control: "text", type: "string" },
1246
1557
  property: { required: false, control: "text", type: "string" },
1247
1558
  radioGroup: { required: false, control: "text", type: "string" },
1248
- rel: { required: false, control: "text", type: "string" },
1559
+ rel: {
1560
+ required: false,
1561
+ control: "text",
1562
+ type: "string",
1563
+ description: "Specifies the relationship of the target object to the link object."
1564
+ },
1249
1565
  resource: { required: false, control: "text", type: "string" },
1250
1566
  results: { required: false, control: "number", type: "number" },
1251
1567
  rev: { required: false, control: "text", type: "string" },
1252
- role: { required: false, control: "text", type: "string" },
1568
+ role: {
1569
+ required: false,
1570
+ control: "text",
1571
+ type: "string",
1572
+ description: "Defines an explicit role for an element for use by assistive technologies."
1573
+ },
1253
1574
  security: { required: false, control: "text", type: "string" },
1254
1575
  sideOffset: { required: false, control: "number", type: "number" },
1255
- slot: { required: false, control: "text", type: "string" },
1256
- spellCheck: { required: false, control: "boolean", type: "boolean" },
1576
+ slot: {
1577
+ required: false,
1578
+ control: "text",
1579
+ type: "string",
1580
+ description: "Assigns a slot in a shadow DOM shadow tree to an element."
1581
+ },
1582
+ spellCheck: {
1583
+ required: false,
1584
+ control: "boolean",
1585
+ type: "boolean",
1586
+ description: "Indicates whether spell checking is allowed for the element."
1587
+ },
1257
1588
  sticky: {
1258
1589
  required: false,
1259
1590
  control: "radio",
@@ -1270,13 +1601,24 @@ const propsSelectContent = {
1270
1601
  control: "boolean",
1271
1602
  type: "boolean"
1272
1603
  },
1273
- tabIndex: { required: false, control: "number", type: "number" },
1274
- title: { required: false, control: "text", type: "string" },
1604
+ tabIndex: {
1605
+ required: false,
1606
+ control: "number",
1607
+ type: "number",
1608
+ description: "Overrides the browser's default tab order and follows the one specified instead."
1609
+ },
1610
+ title: {
1611
+ required: false,
1612
+ control: "text",
1613
+ type: "string",
1614
+ description: "Text to be displayed in a tooltip when hovering over the element."
1615
+ },
1275
1616
  translate: {
1276
1617
  required: false,
1277
1618
  control: "radio",
1278
1619
  type: "string",
1279
- options: ["yes", "no"]
1620
+ options: ["yes", "no"],
1621
+ description: "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."
1280
1622
  },
1281
1623
  typeof: { required: false, control: "text", type: "string" },
1282
1624
  unselectable: {
@@ -1289,7 +1631,12 @@ const propsSelectContent = {
1289
1631
  };
1290
1632
  const propsSelectViewport = {
1291
1633
  about: { required: false, control: "text", type: "string" },
1292
- accessKey: { required: false, control: "text", type: "string" },
1634
+ accessKey: {
1635
+ required: false,
1636
+ control: "text",
1637
+ type: "string",
1638
+ description: "Keyboard shortcut to activate or add focus to the element."
1639
+ },
1293
1640
  "aria-activedescendant": {
1294
1641
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
1295
1642
  required: false,
@@ -1445,7 +1792,7 @@ const propsSelectViewport = {
1445
1792
  type: "string"
1446
1793
  },
1447
1794
  "aria-label": {
1448
- description: "Defines a string value that labels the current element.\n@see aria-labelledby.",
1795
+ description: "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.",
1449
1796
  required: false,
1450
1797
  control: "text",
1451
1798
  type: "string"
@@ -1621,19 +1968,64 @@ const propsSelectViewport = {
1621
1968
  control: "text",
1622
1969
  type: "string"
1623
1970
  },
1624
- autoCapitalize: { required: false, control: "text", type: "string" },
1625
- autoCorrect: { required: false, control: "text", type: "string" },
1626
- autoFocus: { required: false, control: "boolean", type: "boolean" },
1627
- autoSave: { required: false, control: "text", type: "string" },
1971
+ autoCapitalize: {
1972
+ required: false,
1973
+ control: "text",
1974
+ type: "string",
1975
+ description: "Sets whether input is automatically capitalized when entered by user."
1976
+ },
1977
+ autoCorrect: { required: false, control: "text", type: "string" },
1978
+ autoFocus: {
1979
+ required: false,
1980
+ control: "boolean",
1981
+ type: "boolean",
1982
+ description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
1983
+ },
1984
+ autoSave: { required: false, control: "text", type: "string" },
1628
1985
  className: { required: false, control: "text", type: "string" },
1629
- color: { required: false, control: "color", type: "string" },
1630
- content: { required: false, control: "text", type: "string" },
1631
- contextMenu: { required: false, control: "text", type: "string" },
1986
+ color: {
1987
+ required: false,
1988
+ control: "color",
1989
+ type: "string",
1990
+ description: "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."
1991
+ },
1992
+ content: {
1993
+ required: false,
1994
+ control: "text",
1995
+ type: "string",
1996
+ description: "A value associated with http-equiv orname depending on the context."
1997
+ },
1998
+ contextMenu: {
1999
+ required: false,
2000
+ control: "text",
2001
+ type: "string",
2002
+ description: "Defines the ID of a menu element which willserve as the element's context menu."
2003
+ },
1632
2004
  datatype: { required: false, control: "text", type: "string" },
1633
- dir: { required: false, control: "text", type: "string" },
1634
- draggable: { required: false, control: "boolean", type: "boolean" },
1635
- hidden: { required: false, control: "boolean", type: "boolean" },
1636
- id: { required: false, control: "text", type: "string" },
2005
+ dir: {
2006
+ required: false,
2007
+ control: "text",
2008
+ type: "string",
2009
+ description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
2010
+ },
2011
+ draggable: {
2012
+ required: false,
2013
+ control: "boolean",
2014
+ type: "boolean",
2015
+ description: "Defines whether the element can be dragged."
2016
+ },
2017
+ hidden: {
2018
+ required: false,
2019
+ control: "boolean",
2020
+ type: "boolean",
2021
+ description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
2022
+ },
2023
+ id: {
2024
+ required: false,
2025
+ control: "text",
2026
+ type: "string",
2027
+ description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
2028
+ },
1637
2029
  inputMode: {
1638
2030
  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",
1639
2031
  required: false,
@@ -1661,20 +2053,50 @@ const propsSelectViewport = {
1661
2053
  itemRef: { required: false, control: "text", type: "string" },
1662
2054
  itemScope: { required: false, control: "boolean", type: "boolean" },
1663
2055
  itemType: { required: false, control: "text", type: "string" },
1664
- lang: { required: false, control: "text", type: "string" },
2056
+ lang: {
2057
+ required: false,
2058
+ control: "text",
2059
+ type: "string",
2060
+ description: "Defines the language used in the element."
2061
+ },
1665
2062
  nonce: { required: false, control: "text", type: "string" },
1666
- placeholder: { required: false, control: "text", type: "string" },
2063
+ placeholder: {
2064
+ required: false,
2065
+ control: "text",
2066
+ type: "string",
2067
+ description: "Provides a hint to the user of what can be entered in the field."
2068
+ },
1667
2069
  prefix: { required: false, control: "text", type: "string" },
1668
2070
  property: { required: false, control: "text", type: "string" },
1669
2071
  radioGroup: { required: false, control: "text", type: "string" },
1670
- rel: { required: false, control: "text", type: "string" },
2072
+ rel: {
2073
+ required: false,
2074
+ control: "text",
2075
+ type: "string",
2076
+ description: "Specifies the relationship of the target object to the link object."
2077
+ },
1671
2078
  resource: { required: false, control: "text", type: "string" },
1672
2079
  results: { required: false, control: "number", type: "number" },
1673
2080
  rev: { required: false, control: "text", type: "string" },
1674
- role: { required: false, control: "text", type: "string" },
2081
+ role: {
2082
+ required: false,
2083
+ control: "text",
2084
+ type: "string",
2085
+ description: "Defines an explicit role for an element for use by assistive technologies."
2086
+ },
1675
2087
  security: { required: false, control: "text", type: "string" },
1676
- slot: { required: false, control: "text", type: "string" },
1677
- spellCheck: { required: false, control: "boolean", type: "boolean" },
2088
+ slot: {
2089
+ required: false,
2090
+ control: "text",
2091
+ type: "string",
2092
+ description: "Assigns a slot in a shadow DOM shadow tree to an element."
2093
+ },
2094
+ spellCheck: {
2095
+ required: false,
2096
+ control: "boolean",
2097
+ type: "boolean",
2098
+ description: "Indicates whether spell checking is allowed for the element."
2099
+ },
1678
2100
  suppressContentEditableWarning: {
1679
2101
  required: false,
1680
2102
  control: "boolean",
@@ -1685,13 +2107,24 @@ const propsSelectViewport = {
1685
2107
  control: "boolean",
1686
2108
  type: "boolean"
1687
2109
  },
1688
- tabIndex: { required: false, control: "number", type: "number" },
1689
- title: { required: false, control: "text", type: "string" },
2110
+ tabIndex: {
2111
+ required: false,
2112
+ control: "number",
2113
+ type: "number",
2114
+ description: "Overrides the browser's default tab order and follows the one specified instead."
2115
+ },
2116
+ title: {
2117
+ required: false,
2118
+ control: "text",
2119
+ type: "string",
2120
+ description: "Text to be displayed in a tooltip when hovering over the element."
2121
+ },
1690
2122
  translate: {
1691
2123
  required: false,
1692
2124
  control: "radio",
1693
2125
  type: "string",
1694
- options: ["yes", "no"]
2126
+ options: ["yes", "no"],
2127
+ description: "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."
1695
2128
  },
1696
2129
  typeof: { required: false, control: "text", type: "string" },
1697
2130
  unselectable: {
@@ -1704,7 +2137,12 @@ const propsSelectViewport = {
1704
2137
  };
1705
2138
  const propsSelectItem = {
1706
2139
  about: { required: false, control: "text", type: "string" },
1707
- accessKey: { required: false, control: "text", type: "string" },
2140
+ accessKey: {
2141
+ required: false,
2142
+ control: "text",
2143
+ type: "string",
2144
+ description: "Keyboard shortcut to activate or add focus to the element."
2145
+ },
1708
2146
  "aria-activedescendant": {
1709
2147
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
1710
2148
  required: false,
@@ -1860,7 +2298,7 @@ const propsSelectItem = {
1860
2298
  type: "string"
1861
2299
  },
1862
2300
  "aria-label": {
1863
- description: "Defines a string value that labels the current element.\n@see aria-labelledby.",
2301
+ description: "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.",
1864
2302
  required: false,
1865
2303
  control: "text",
1866
2304
  type: "string"
@@ -2036,20 +2474,70 @@ const propsSelectItem = {
2036
2474
  control: "text",
2037
2475
  type: "string"
2038
2476
  },
2039
- autoCapitalize: { required: false, control: "text", type: "string" },
2477
+ autoCapitalize: {
2478
+ required: false,
2479
+ control: "text",
2480
+ type: "string",
2481
+ description: "Sets whether input is automatically capitalized when entered by user."
2482
+ },
2040
2483
  autoCorrect: { required: false, control: "text", type: "string" },
2041
- autoFocus: { required: false, control: "boolean", type: "boolean" },
2484
+ autoFocus: {
2485
+ required: false,
2486
+ control: "boolean",
2487
+ type: "boolean",
2488
+ description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
2489
+ },
2042
2490
  autoSave: { required: false, control: "text", type: "string" },
2043
2491
  className: { required: false, control: "text", type: "string" },
2044
- color: { required: false, control: "color", type: "string" },
2045
- content: { required: false, control: "text", type: "string" },
2046
- contextMenu: { required: false, control: "text", type: "string" },
2492
+ color: {
2493
+ required: false,
2494
+ control: "color",
2495
+ type: "string",
2496
+ description: "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."
2497
+ },
2498
+ content: {
2499
+ required: false,
2500
+ control: "text",
2501
+ type: "string",
2502
+ description: "A value associated with http-equiv orname depending on the context."
2503
+ },
2504
+ contextMenu: {
2505
+ required: false,
2506
+ control: "text",
2507
+ type: "string",
2508
+ description: "Defines the ID of a menu element which willserve as the element's context menu."
2509
+ },
2047
2510
  datatype: { required: false, control: "text", type: "string" },
2048
- dir: { required: false, control: "text", type: "string" },
2049
- disabled: { required: false, control: "boolean", type: "boolean" },
2050
- draggable: { required: false, control: "boolean", type: "boolean" },
2051
- hidden: { required: false, control: "boolean", type: "boolean" },
2052
- id: { required: false, control: "text", type: "string" },
2511
+ dir: {
2512
+ required: false,
2513
+ control: "text",
2514
+ type: "string",
2515
+ description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
2516
+ },
2517
+ disabled: {
2518
+ required: false,
2519
+ control: "boolean",
2520
+ type: "boolean",
2521
+ description: "Indicates whether the user can interact with the element."
2522
+ },
2523
+ draggable: {
2524
+ required: false,
2525
+ control: "boolean",
2526
+ type: "boolean",
2527
+ description: "Defines whether the element can be dragged."
2528
+ },
2529
+ hidden: {
2530
+ required: false,
2531
+ control: "boolean",
2532
+ type: "boolean",
2533
+ description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
2534
+ },
2535
+ id: {
2536
+ required: false,
2537
+ control: "text",
2538
+ type: "string",
2539
+ description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
2540
+ },
2053
2541
  inputMode: {
2054
2542
  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",
2055
2543
  required: false,
@@ -2077,20 +2565,50 @@ const propsSelectItem = {
2077
2565
  itemRef: { required: false, control: "text", type: "string" },
2078
2566
  itemScope: { required: false, control: "boolean", type: "boolean" },
2079
2567
  itemType: { required: false, control: "text", type: "string" },
2080
- lang: { required: false, control: "text", type: "string" },
2568
+ lang: {
2569
+ required: false,
2570
+ control: "text",
2571
+ type: "string",
2572
+ description: "Defines the language used in the element."
2573
+ },
2081
2574
  nonce: { required: false, control: "text", type: "string" },
2082
- placeholder: { required: false, control: "text", type: "string" },
2575
+ placeholder: {
2576
+ required: false,
2577
+ control: "text",
2578
+ type: "string",
2579
+ description: "Provides a hint to the user of what can be entered in the field."
2580
+ },
2083
2581
  prefix: { required: false, control: "text", type: "string" },
2084
2582
  property: { required: false, control: "text", type: "string" },
2085
2583
  radioGroup: { required: false, control: "text", type: "string" },
2086
- rel: { required: false, control: "text", type: "string" },
2584
+ rel: {
2585
+ required: false,
2586
+ control: "text",
2587
+ type: "string",
2588
+ description: "Specifies the relationship of the target object to the link object."
2589
+ },
2087
2590
  resource: { required: false, control: "text", type: "string" },
2088
2591
  results: { required: false, control: "number", type: "number" },
2089
2592
  rev: { required: false, control: "text", type: "string" },
2090
- role: { required: false, control: "text", type: "string" },
2593
+ role: {
2594
+ required: false,
2595
+ control: "text",
2596
+ type: "string",
2597
+ description: "Defines an explicit role for an element for use by assistive technologies."
2598
+ },
2091
2599
  security: { required: false, control: "text", type: "string" },
2092
- slot: { required: false, control: "text", type: "string" },
2093
- spellCheck: { required: false, control: "boolean", type: "boolean" },
2600
+ slot: {
2601
+ required: false,
2602
+ control: "text",
2603
+ type: "string",
2604
+ description: "Assigns a slot in a shadow DOM shadow tree to an element."
2605
+ },
2606
+ spellCheck: {
2607
+ required: false,
2608
+ control: "boolean",
2609
+ type: "boolean",
2610
+ description: "Indicates whether spell checking is allowed for the element."
2611
+ },
2094
2612
  suppressContentEditableWarning: {
2095
2613
  required: false,
2096
2614
  control: "boolean",
@@ -2101,14 +2619,25 @@ const propsSelectItem = {
2101
2619
  control: "boolean",
2102
2620
  type: "boolean"
2103
2621
  },
2104
- tabIndex: { required: false, control: "number", type: "number" },
2622
+ tabIndex: {
2623
+ required: false,
2624
+ control: "number",
2625
+ type: "number",
2626
+ description: "Overrides the browser's default tab order and follows the one specified instead."
2627
+ },
2105
2628
  textValue: { required: false, control: "text", type: "string" },
2106
- title: { required: false, control: "text", type: "string" },
2629
+ title: {
2630
+ required: false,
2631
+ control: "text",
2632
+ type: "string",
2633
+ description: "Text to be displayed in a tooltip when hovering over the element."
2634
+ },
2107
2635
  translate: {
2108
2636
  required: false,
2109
2637
  control: "radio",
2110
2638
  type: "string",
2111
- options: ["yes", "no"]
2639
+ options: ["yes", "no"],
2640
+ description: "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."
2112
2641
  },
2113
2642
  typeof: { required: false, control: "text", type: "string" },
2114
2643
  unselectable: {
@@ -2117,12 +2646,22 @@ const propsSelectItem = {
2117
2646
  type: "string",
2118
2647
  options: ["on", "off"]
2119
2648
  },
2120
- value: { required: true, control: "text", type: "string" },
2649
+ value: {
2650
+ required: true,
2651
+ control: "text",
2652
+ type: "string",
2653
+ description: "Defines a default value which will be displayed in the element on pageload."
2654
+ },
2121
2655
  vocab: { required: false, control: "text", type: "string" }
2122
2656
  };
2123
2657
  const propsSelectItemIndicator = {
2124
2658
  about: { required: false, control: "text", type: "string" },
2125
- accessKey: { required: false, control: "text", type: "string" },
2659
+ accessKey: {
2660
+ required: false,
2661
+ control: "text",
2662
+ type: "string",
2663
+ description: "Keyboard shortcut to activate or add focus to the element."
2664
+ },
2126
2665
  "aria-activedescendant": {
2127
2666
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
2128
2667
  required: false,
@@ -2278,7 +2817,7 @@ const propsSelectItemIndicator = {
2278
2817
  type: "string"
2279
2818
  },
2280
2819
  "aria-label": {
2281
- description: "Defines a string value that labels the current element.\n@see aria-labelledby.",
2820
+ description: "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.",
2282
2821
  required: false,
2283
2822
  control: "text",
2284
2823
  type: "string"
@@ -2454,19 +2993,64 @@ const propsSelectItemIndicator = {
2454
2993
  control: "text",
2455
2994
  type: "string"
2456
2995
  },
2457
- autoCapitalize: { required: false, control: "text", type: "string" },
2996
+ autoCapitalize: {
2997
+ required: false,
2998
+ control: "text",
2999
+ type: "string",
3000
+ description: "Sets whether input is automatically capitalized when entered by user."
3001
+ },
2458
3002
  autoCorrect: { required: false, control: "text", type: "string" },
2459
- autoFocus: { required: false, control: "boolean", type: "boolean" },
3003
+ autoFocus: {
3004
+ required: false,
3005
+ control: "boolean",
3006
+ type: "boolean",
3007
+ description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
3008
+ },
2460
3009
  autoSave: { required: false, control: "text", type: "string" },
2461
3010
  className: { required: false, control: "text", type: "string" },
2462
- color: { required: false, control: "color", type: "string" },
2463
- content: { required: false, control: "text", type: "string" },
2464
- contextMenu: { required: false, control: "text", type: "string" },
3011
+ color: {
3012
+ required: false,
3013
+ control: "color",
3014
+ type: "string",
3015
+ description: "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."
3016
+ },
3017
+ content: {
3018
+ required: false,
3019
+ control: "text",
3020
+ type: "string",
3021
+ description: "A value associated with http-equiv orname depending on the context."
3022
+ },
3023
+ contextMenu: {
3024
+ required: false,
3025
+ control: "text",
3026
+ type: "string",
3027
+ description: "Defines the ID of a menu element which willserve as the element's context menu."
3028
+ },
2465
3029
  datatype: { required: false, control: "text", type: "string" },
2466
- dir: { required: false, control: "text", type: "string" },
2467
- draggable: { required: false, control: "boolean", type: "boolean" },
2468
- hidden: { required: false, control: "boolean", type: "boolean" },
2469
- id: { required: false, control: "text", type: "string" },
3030
+ dir: {
3031
+ required: false,
3032
+ control: "text",
3033
+ type: "string",
3034
+ description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
3035
+ },
3036
+ draggable: {
3037
+ required: false,
3038
+ control: "boolean",
3039
+ type: "boolean",
3040
+ description: "Defines whether the element can be dragged."
3041
+ },
3042
+ hidden: {
3043
+ required: false,
3044
+ control: "boolean",
3045
+ type: "boolean",
3046
+ description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
3047
+ },
3048
+ id: {
3049
+ required: false,
3050
+ control: "text",
3051
+ type: "string",
3052
+ description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
3053
+ },
2470
3054
  inputMode: {
2471
3055
  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",
2472
3056
  required: false,
@@ -2494,20 +3078,50 @@ const propsSelectItemIndicator = {
2494
3078
  itemRef: { required: false, control: "text", type: "string" },
2495
3079
  itemScope: { required: false, control: "boolean", type: "boolean" },
2496
3080
  itemType: { required: false, control: "text", type: "string" },
2497
- lang: { required: false, control: "text", type: "string" },
3081
+ lang: {
3082
+ required: false,
3083
+ control: "text",
3084
+ type: "string",
3085
+ description: "Defines the language used in the element."
3086
+ },
2498
3087
  nonce: { required: false, control: "text", type: "string" },
2499
- placeholder: { required: false, control: "text", type: "string" },
3088
+ placeholder: {
3089
+ required: false,
3090
+ control: "text",
3091
+ type: "string",
3092
+ description: "Provides a hint to the user of what can be entered in the field."
3093
+ },
2500
3094
  prefix: { required: false, control: "text", type: "string" },
2501
3095
  property: { required: false, control: "text", type: "string" },
2502
3096
  radioGroup: { required: false, control: "text", type: "string" },
2503
- rel: { required: false, control: "text", type: "string" },
3097
+ rel: {
3098
+ required: false,
3099
+ control: "text",
3100
+ type: "string",
3101
+ description: "Specifies the relationship of the target object to the link object."
3102
+ },
2504
3103
  resource: { required: false, control: "text", type: "string" },
2505
3104
  results: { required: false, control: "number", type: "number" },
2506
3105
  rev: { required: false, control: "text", type: "string" },
2507
- role: { required: false, control: "text", type: "string" },
3106
+ role: {
3107
+ required: false,
3108
+ control: "text",
3109
+ type: "string",
3110
+ description: "Defines an explicit role for an element for use by assistive technologies."
3111
+ },
2508
3112
  security: { required: false, control: "text", type: "string" },
2509
- slot: { required: false, control: "text", type: "string" },
2510
- spellCheck: { required: false, control: "boolean", type: "boolean" },
3113
+ slot: {
3114
+ required: false,
3115
+ control: "text",
3116
+ type: "string",
3117
+ description: "Assigns a slot in a shadow DOM shadow tree to an element."
3118
+ },
3119
+ spellCheck: {
3120
+ required: false,
3121
+ control: "boolean",
3122
+ type: "boolean",
3123
+ description: "Indicates whether spell checking is allowed for the element."
3124
+ },
2511
3125
  suppressContentEditableWarning: {
2512
3126
  required: false,
2513
3127
  control: "boolean",
@@ -2518,13 +3132,24 @@ const propsSelectItemIndicator = {
2518
3132
  control: "boolean",
2519
3133
  type: "boolean"
2520
3134
  },
2521
- tabIndex: { required: false, control: "number", type: "number" },
2522
- title: { required: false, control: "text", type: "string" },
3135
+ tabIndex: {
3136
+ required: false,
3137
+ control: "number",
3138
+ type: "number",
3139
+ description: "Overrides the browser's default tab order and follows the one specified instead."
3140
+ },
3141
+ title: {
3142
+ required: false,
3143
+ control: "text",
3144
+ type: "string",
3145
+ description: "Text to be displayed in a tooltip when hovering over the element."
3146
+ },
2523
3147
  translate: {
2524
3148
  required: false,
2525
3149
  control: "radio",
2526
3150
  type: "string",
2527
- options: ["yes", "no"]
3151
+ options: ["yes", "no"],
3152
+ description: "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."
2528
3153
  },
2529
3154
  typeof: { required: false, control: "text", type: "string" },
2530
3155
  unselectable: {
@@ -2537,7 +3162,12 @@ const propsSelectItemIndicator = {
2537
3162
  };
2538
3163
  const propsSelectItemText = {
2539
3164
  about: { required: false, control: "text", type: "string" },
2540
- accessKey: { required: false, control: "text", type: "string" },
3165
+ accessKey: {
3166
+ required: false,
3167
+ control: "text",
3168
+ type: "string",
3169
+ description: "Keyboard shortcut to activate or add focus to the element."
3170
+ },
2541
3171
  "aria-activedescendant": {
2542
3172
  description: "Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.",
2543
3173
  required: false,
@@ -2693,7 +3323,7 @@ const propsSelectItemText = {
2693
3323
  type: "string"
2694
3324
  },
2695
3325
  "aria-label": {
2696
- description: "Defines a string value that labels the current element.\n@see aria-labelledby.",
3326
+ description: "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.",
2697
3327
  required: false,
2698
3328
  control: "text",
2699
3329
  type: "string"
@@ -2869,19 +3499,64 @@ const propsSelectItemText = {
2869
3499
  control: "text",
2870
3500
  type: "string"
2871
3501
  },
2872
- autoCapitalize: { required: false, control: "text", type: "string" },
3502
+ autoCapitalize: {
3503
+ required: false,
3504
+ control: "text",
3505
+ type: "string",
3506
+ description: "Sets whether input is automatically capitalized when entered by user."
3507
+ },
2873
3508
  autoCorrect: { required: false, control: "text", type: "string" },
2874
- autoFocus: { required: false, control: "boolean", type: "boolean" },
3509
+ autoFocus: {
3510
+ required: false,
3511
+ control: "boolean",
3512
+ type: "boolean",
3513
+ description: "Indicates that an element should be focused on page load, or when its parent dialog is displayed."
3514
+ },
2875
3515
  autoSave: { required: false, control: "text", type: "string" },
2876
3516
  className: { required: false, control: "text", type: "string" },
2877
- color: { required: false, control: "color", type: "string" },
2878
- content: { required: false, control: "text", type: "string" },
2879
- contextMenu: { required: false, control: "text", type: "string" },
3517
+ color: {
3518
+ required: false,
3519
+ control: "color",
3520
+ type: "string",
3521
+ description: "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."
3522
+ },
3523
+ content: {
3524
+ required: false,
3525
+ control: "text",
3526
+ type: "string",
3527
+ description: "A value associated with http-equiv orname depending on the context."
3528
+ },
3529
+ contextMenu: {
3530
+ required: false,
3531
+ control: "text",
3532
+ type: "string",
3533
+ description: "Defines the ID of a menu element which willserve as the element's context menu."
3534
+ },
2880
3535
  datatype: { required: false, control: "text", type: "string" },
2881
- dir: { required: false, control: "text", type: "string" },
2882
- draggable: { required: false, control: "boolean", type: "boolean" },
2883
- hidden: { required: false, control: "boolean", type: "boolean" },
2884
- id: { required: false, control: "text", type: "string" },
3536
+ dir: {
3537
+ required: false,
3538
+ control: "text",
3539
+ type: "string",
3540
+ description: "Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl (Right-To-Left)"
3541
+ },
3542
+ draggable: {
3543
+ required: false,
3544
+ control: "boolean",
3545
+ type: "boolean",
3546
+ description: "Defines whether the element can be dragged."
3547
+ },
3548
+ hidden: {
3549
+ required: false,
3550
+ control: "boolean",
3551
+ type: "boolean",
3552
+ description: "Prevents rendering of given element, while keeping child elements, e.g. script elements, active."
3553
+ },
3554
+ id: {
3555
+ required: false,
3556
+ control: "text",
3557
+ type: "string",
3558
+ description: "Often used with CSS to style a specific element. The value of this attribute must be unique."
3559
+ },
2885
3560
  inputMode: {
2886
3561
  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",
2887
3562
  required: false,
@@ -2909,20 +3584,50 @@ const propsSelectItemText = {
2909
3584
  itemRef: { required: false, control: "text", type: "string" },
2910
3585
  itemScope: { required: false, control: "boolean", type: "boolean" },
2911
3586
  itemType: { required: false, control: "text", type: "string" },
2912
- lang: { required: false, control: "text", type: "string" },
3587
+ lang: {
3588
+ required: false,
3589
+ control: "text",
3590
+ type: "string",
3591
+ description: "Defines the language used in the element."
3592
+ },
2913
3593
  nonce: { required: false, control: "text", type: "string" },
2914
- placeholder: { required: false, control: "text", type: "string" },
3594
+ placeholder: {
3595
+ required: false,
3596
+ control: "text",
3597
+ type: "string",
3598
+ description: "Provides a hint to the user of what can be entered in the field."
3599
+ },
2915
3600
  prefix: { required: false, control: "text", type: "string" },
2916
3601
  property: { required: false, control: "text", type: "string" },
2917
3602
  radioGroup: { required: false, control: "text", type: "string" },
2918
- rel: { required: false, control: "text", type: "string" },
3603
+ rel: {
3604
+ required: false,
3605
+ control: "text",
3606
+ type: "string",
3607
+ description: "Specifies the relationship of the target object to the link object."
3608
+ },
2919
3609
  resource: { required: false, control: "text", type: "string" },
2920
3610
  results: { required: false, control: "number", type: "number" },
2921
3611
  rev: { required: false, control: "text", type: "string" },
2922
- role: { required: false, control: "text", type: "string" },
3612
+ role: {
3613
+ required: false,
3614
+ control: "text",
3615
+ type: "string",
3616
+ description: "Defines an explicit role for an element for use by assistive technologies."
3617
+ },
2923
3618
  security: { required: false, control: "text", type: "string" },
2924
- slot: { required: false, control: "text", type: "string" },
2925
- spellCheck: { required: false, control: "boolean", type: "boolean" },
3619
+ slot: {
3620
+ required: false,
3621
+ control: "text",
3622
+ type: "string",
3623
+ description: "Assigns a slot in a shadow DOM shadow tree to an element."
3624
+ },
3625
+ spellCheck: {
3626
+ required: false,
3627
+ control: "boolean",
3628
+ type: "boolean",
3629
+ description: "Indicates whether spell checking is allowed for the element."
3630
+ },
2926
3631
  suppressContentEditableWarning: {
2927
3632
  required: false,
2928
3633
  control: "boolean",
@@ -2933,13 +3638,24 @@ const propsSelectItemText = {
2933
3638
  control: "boolean",
2934
3639
  type: "boolean"
2935
3640
  },
2936
- tabIndex: { required: false, control: "number", type: "number" },
2937
- title: { required: false, control: "text", type: "string" },
3641
+ tabIndex: {
3642
+ required: false,
3643
+ control: "number",
3644
+ type: "number",
3645
+ description: "Overrides the browser's default tab order and follows the one specified instead."
3646
+ },
3647
+ title: {
3648
+ required: false,
3649
+ control: "text",
3650
+ type: "string",
3651
+ description: "Text to be displayed in a tooltip when hovering over the element."
3652
+ },
2938
3653
  translate: {
2939
3654
  required: false,
2940
3655
  control: "radio",
2941
3656
  type: "string",
2942
- options: ["yes", "no"]
3657
+ options: ["yes", "no"],
3658
+ description: "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."
2943
3659
  },
2944
3660
  typeof: { required: false, control: "text", type: "string" },
2945
3661
  unselectable: {