@webstudio-is/sdk-components-react 0.82.0 → 0.84.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 (110) hide show
  1. package/LICENSE +661 -21
  2. package/lib/__generated__/blockquote.props.js +30 -5
  3. package/lib/__generated__/body.props.js +30 -5
  4. package/lib/__generated__/bold.props.js +30 -5
  5. package/lib/__generated__/box.props.js +30 -5
  6. package/lib/__generated__/button.props.js +30 -5
  7. package/lib/__generated__/checkbox.props.js +31 -6
  8. package/lib/__generated__/code-text.props.js +30 -5
  9. package/lib/__generated__/form.props.js +30 -5
  10. package/lib/__generated__/heading.props.js +30 -5
  11. package/lib/__generated__/image.props.js +30 -5
  12. package/lib/__generated__/input.props.js +30 -5
  13. package/lib/__generated__/italic.props.js +30 -5
  14. package/lib/__generated__/label.props.js +30 -5
  15. package/lib/__generated__/link.props.js +30 -5
  16. package/lib/__generated__/list-item.props.js +30 -5
  17. package/lib/__generated__/list.props.js +30 -5
  18. package/lib/__generated__/paragraph.props.js +30 -5
  19. package/lib/__generated__/radio-button.props.js +31 -6
  20. package/lib/__generated__/rich-text-link.props.js +30 -5
  21. package/lib/__generated__/separator.props.js +30 -5
  22. package/lib/__generated__/span.props.js +30 -5
  23. package/lib/__generated__/subscript.props.js +30 -5
  24. package/lib/__generated__/superscript.props.js +30 -5
  25. package/lib/__generated__/text.props.js +30 -5
  26. package/lib/__generated__/textarea.props.js +30 -5
  27. package/lib/__generated__/vimeo-play-button.props.js +30 -5
  28. package/lib/__generated__/vimeo-preview-image.props.js +30 -5
  29. package/lib/__generated__/vimeo-spinner.props.js +30 -5
  30. package/lib/__generated__/vimeo.props.js +30 -5
  31. package/lib/body.ws.js +11 -1
  32. package/lib/cjs/__generated__/blockquote.props.js +30 -5
  33. package/lib/cjs/__generated__/body.props.js +30 -5
  34. package/lib/cjs/__generated__/bold.props.js +30 -5
  35. package/lib/cjs/__generated__/box.props.js +30 -5
  36. package/lib/cjs/__generated__/button.props.js +30 -5
  37. package/lib/cjs/__generated__/checkbox.props.js +31 -6
  38. package/lib/cjs/__generated__/code-text.props.js +30 -5
  39. package/lib/cjs/__generated__/form.props.js +30 -5
  40. package/lib/cjs/__generated__/heading.props.js +30 -5
  41. package/lib/cjs/__generated__/image.props.js +30 -5
  42. package/lib/cjs/__generated__/input.props.js +30 -5
  43. package/lib/cjs/__generated__/italic.props.js +30 -5
  44. package/lib/cjs/__generated__/label.props.js +30 -5
  45. package/lib/cjs/__generated__/link.props.js +30 -5
  46. package/lib/cjs/__generated__/list-item.props.js +30 -5
  47. package/lib/cjs/__generated__/list.props.js +30 -5
  48. package/lib/cjs/__generated__/paragraph.props.js +30 -5
  49. package/lib/cjs/__generated__/radio-button.props.js +31 -6
  50. package/lib/cjs/__generated__/rich-text-link.props.js +30 -5
  51. package/lib/cjs/__generated__/separator.props.js +30 -5
  52. package/lib/cjs/__generated__/span.props.js +30 -5
  53. package/lib/cjs/__generated__/subscript.props.js +30 -5
  54. package/lib/cjs/__generated__/superscript.props.js +30 -5
  55. package/lib/cjs/__generated__/text.props.js +30 -5
  56. package/lib/cjs/__generated__/textarea.props.js +30 -5
  57. package/lib/cjs/__generated__/vimeo-play-button.props.js +30 -5
  58. package/lib/cjs/__generated__/vimeo-preview-image.props.js +30 -5
  59. package/lib/cjs/__generated__/vimeo-spinner.props.js +30 -5
  60. package/lib/cjs/__generated__/vimeo.props.js +30 -5
  61. package/lib/cjs/body.ws.js +11 -1
  62. package/lib/cjs/form.ws.js +1 -1
  63. package/lib/cjs/label.ws.js +1 -1
  64. package/lib/cjs/list.ws.js +1 -1
  65. package/lib/cjs/vimeo-play-button.ws.js +1 -0
  66. package/lib/cjs/vimeo-preview-image.ws.js +1 -0
  67. package/lib/cjs/vimeo.ws.js +1 -0
  68. package/lib/form.ws.js +1 -1
  69. package/lib/label.ws.js +2 -2
  70. package/lib/list.ws.js +1 -1
  71. package/lib/types/vimeo-preview-image.d.ts +9 -4
  72. package/lib/vimeo-play-button.ws.js +1 -0
  73. package/lib/vimeo-preview-image.js +1 -1
  74. package/lib/vimeo-preview-image.ws.js +2 -0
  75. package/lib/vimeo.ws.js +1 -0
  76. package/package.json +14 -14
  77. package/src/LICENSE +661 -21
  78. package/src/__generated__/blockquote.props.ts +34 -5
  79. package/src/__generated__/body.props.ts +34 -5
  80. package/src/__generated__/bold.props.ts +34 -5
  81. package/src/__generated__/box.props.ts +34 -5
  82. package/src/__generated__/button.props.ts +34 -5
  83. package/src/__generated__/checkbox.props.ts +35 -6
  84. package/src/__generated__/code-text.props.ts +34 -5
  85. package/src/__generated__/form.props.ts +34 -5
  86. package/src/__generated__/heading.props.ts +34 -5
  87. package/src/__generated__/image.props.ts +34 -5
  88. package/src/__generated__/input.props.ts +34 -5
  89. package/src/__generated__/italic.props.ts +34 -5
  90. package/src/__generated__/label.props.ts +34 -5
  91. package/src/__generated__/link.props.ts +34 -5
  92. package/src/__generated__/list-item.props.ts +34 -5
  93. package/src/__generated__/list.props.ts +34 -5
  94. package/src/__generated__/paragraph.props.ts +34 -5
  95. package/src/__generated__/radio-button.props.ts +35 -6
  96. package/src/__generated__/rich-text-link.props.ts +34 -5
  97. package/src/__generated__/separator.props.ts +34 -5
  98. package/src/__generated__/span.props.ts +34 -5
  99. package/src/__generated__/subscript.props.ts +34 -5
  100. package/src/__generated__/superscript.props.ts +34 -5
  101. package/src/__generated__/text.props.ts +34 -5
  102. package/src/__generated__/textarea.props.ts +34 -5
  103. package/src/__generated__/vimeo-play-button.props.ts +34 -5
  104. package/src/__generated__/vimeo-preview-image.props.ts +34 -5
  105. package/src/__generated__/vimeo-spinner.props.ts +34 -5
  106. package/src/__generated__/vimeo.props.ts +34 -5
  107. package/src/body.ws.tsx +11 -1
  108. package/src/form.ws.tsx +1 -1
  109. package/src/label.ws.tsx +2 -2
  110. package/src/list.ws.tsx +1 -1
@@ -25,13 +25,21 @@ export const props: Record<string, PropMeta> = {
25
25
  type: "string",
26
26
  options: ["list", "none", "inline", "both"],
27
27
  },
28
- "aria-busy": {
28
+ "aria-braillelabel": {
29
29
  description:
30
- "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.",
30
+ "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
31
31
  required: false,
32
- control: "boolean",
33
- type: "boolean",
32
+ control: "text",
33
+ type: "string",
34
34
  },
35
+ "aria-brailleroledescription": {
36
+ description:
37
+ "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.\n@see aria-roledescription.",
38
+ required: false,
39
+ control: "text",
40
+ type: "string",
41
+ },
42
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
35
43
  "aria-checked": {
36
44
  description:
37
45
  'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
@@ -53,6 +61,13 @@ export const props: Record<string, PropMeta> = {
53
61
  control: "number",
54
62
  type: "number",
55
63
  },
64
+ "aria-colindextext": {
65
+ description:
66
+ "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
67
+ required: false,
68
+ control: "text",
69
+ type: "string",
70
+ },
56
71
  "aria-colspan": {
57
72
  description:
58
73
  "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.",
@@ -81,6 +96,13 @@ export const props: Record<string, PropMeta> = {
81
96
  control: "text",
82
97
  type: "string",
83
98
  },
99
+ "aria-description": {
100
+ description:
101
+ "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
102
+ required: false,
103
+ control: "text",
104
+ type: "string",
105
+ },
84
106
  "aria-details": {
85
107
  description:
86
108
  "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
@@ -298,6 +320,13 @@ export const props: Record<string, PropMeta> = {
298
320
  control: "number",
299
321
  type: "number",
300
322
  },
323
+ "aria-rowindextext": {
324
+ description:
325
+ "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
326
+ required: false,
327
+ control: "text",
328
+ type: "string",
329
+ },
301
330
  "aria-rowspan": {
302
331
  description:
303
332
  "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.",
@@ -375,9 +404,9 @@ export const props: Record<string, PropMeta> = {
375
404
  control: "select",
376
405
  type: "string",
377
406
  options: [
407
+ "search",
378
408
  "text",
379
409
  "none",
380
- "search",
381
410
  "tel",
382
411
  "url",
383
412
  "email",
@@ -25,13 +25,21 @@ export const props: Record<string, PropMeta> = {
25
25
  type: "string",
26
26
  options: ["list", "none", "inline", "both"],
27
27
  },
28
- "aria-busy": {
28
+ "aria-braillelabel": {
29
29
  description:
30
- "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.",
30
+ "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
31
31
  required: false,
32
- control: "boolean",
33
- type: "boolean",
32
+ control: "text",
33
+ type: "string",
34
34
  },
35
+ "aria-brailleroledescription": {
36
+ description:
37
+ "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.\n@see aria-roledescription.",
38
+ required: false,
39
+ control: "text",
40
+ type: "string",
41
+ },
42
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
35
43
  "aria-checked": {
36
44
  description:
37
45
  'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
@@ -53,6 +61,13 @@ export const props: Record<string, PropMeta> = {
53
61
  control: "number",
54
62
  type: "number",
55
63
  },
64
+ "aria-colindextext": {
65
+ description:
66
+ "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
67
+ required: false,
68
+ control: "text",
69
+ type: "string",
70
+ },
56
71
  "aria-colspan": {
57
72
  description:
58
73
  "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.",
@@ -81,6 +96,13 @@ export const props: Record<string, PropMeta> = {
81
96
  control: "text",
82
97
  type: "string",
83
98
  },
99
+ "aria-description": {
100
+ description:
101
+ "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
102
+ required: false,
103
+ control: "text",
104
+ type: "string",
105
+ },
84
106
  "aria-details": {
85
107
  description:
86
108
  "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
@@ -298,6 +320,13 @@ export const props: Record<string, PropMeta> = {
298
320
  control: "number",
299
321
  type: "number",
300
322
  },
323
+ "aria-rowindextext": {
324
+ description:
325
+ "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
326
+ required: false,
327
+ control: "text",
328
+ type: "string",
329
+ },
301
330
  "aria-rowspan": {
302
331
  description:
303
332
  "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.",
@@ -374,9 +403,9 @@ export const props: Record<string, PropMeta> = {
374
403
  control: "select",
375
404
  type: "string",
376
405
  options: [
406
+ "search",
377
407
  "text",
378
408
  "none",
379
- "search",
380
409
  "tel",
381
410
  "url",
382
411
  "email",
@@ -25,13 +25,21 @@ export const props: Record<string, PropMeta> = {
25
25
  type: "string",
26
26
  options: ["list", "none", "inline", "both"],
27
27
  },
28
- "aria-busy": {
28
+ "aria-braillelabel": {
29
29
  description:
30
- "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.",
30
+ "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
31
31
  required: false,
32
- control: "boolean",
33
- type: "boolean",
32
+ control: "text",
33
+ type: "string",
34
34
  },
35
+ "aria-brailleroledescription": {
36
+ description:
37
+ "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.\n@see aria-roledescription.",
38
+ required: false,
39
+ control: "text",
40
+ type: "string",
41
+ },
42
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
35
43
  "aria-checked": {
36
44
  description:
37
45
  'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
@@ -53,6 +61,13 @@ export const props: Record<string, PropMeta> = {
53
61
  control: "number",
54
62
  type: "number",
55
63
  },
64
+ "aria-colindextext": {
65
+ description:
66
+ "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
67
+ required: false,
68
+ control: "text",
69
+ type: "string",
70
+ },
56
71
  "aria-colspan": {
57
72
  description:
58
73
  "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.",
@@ -81,6 +96,13 @@ export const props: Record<string, PropMeta> = {
81
96
  control: "text",
82
97
  type: "string",
83
98
  },
99
+ "aria-description": {
100
+ description:
101
+ "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
102
+ required: false,
103
+ control: "text",
104
+ type: "string",
105
+ },
84
106
  "aria-details": {
85
107
  description:
86
108
  "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
@@ -298,6 +320,13 @@ export const props: Record<string, PropMeta> = {
298
320
  control: "number",
299
321
  type: "number",
300
322
  },
323
+ "aria-rowindextext": {
324
+ description:
325
+ "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
326
+ required: false,
327
+ control: "text",
328
+ type: "string",
329
+ },
301
330
  "aria-rowspan": {
302
331
  description:
303
332
  "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.",
@@ -374,9 +403,9 @@ export const props: Record<string, PropMeta> = {
374
403
  control: "select",
375
404
  type: "string",
376
405
  options: [
406
+ "search",
377
407
  "text",
378
408
  "none",
379
- "search",
380
409
  "tel",
381
410
  "url",
382
411
  "email",
@@ -25,13 +25,21 @@ export const props: Record<string, PropMeta> = {
25
25
  type: "string",
26
26
  options: ["list", "none", "inline", "both"],
27
27
  },
28
- "aria-busy": {
28
+ "aria-braillelabel": {
29
29
  description:
30
- "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.",
30
+ "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
31
31
  required: false,
32
- control: "boolean",
33
- type: "boolean",
32
+ control: "text",
33
+ type: "string",
34
34
  },
35
+ "aria-brailleroledescription": {
36
+ description:
37
+ "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.\n@see aria-roledescription.",
38
+ required: false,
39
+ control: "text",
40
+ type: "string",
41
+ },
42
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
35
43
  "aria-checked": {
36
44
  description:
37
45
  'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
@@ -53,6 +61,13 @@ export const props: Record<string, PropMeta> = {
53
61
  control: "number",
54
62
  type: "number",
55
63
  },
64
+ "aria-colindextext": {
65
+ description:
66
+ "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
67
+ required: false,
68
+ control: "text",
69
+ type: "string",
70
+ },
56
71
  "aria-colspan": {
57
72
  description:
58
73
  "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.",
@@ -81,6 +96,13 @@ export const props: Record<string, PropMeta> = {
81
96
  control: "text",
82
97
  type: "string",
83
98
  },
99
+ "aria-description": {
100
+ description:
101
+ "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
102
+ required: false,
103
+ control: "text",
104
+ type: "string",
105
+ },
84
106
  "aria-details": {
85
107
  description:
86
108
  "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
@@ -298,6 +320,13 @@ export const props: Record<string, PropMeta> = {
298
320
  control: "number",
299
321
  type: "number",
300
322
  },
323
+ "aria-rowindextext": {
324
+ description:
325
+ "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
326
+ required: false,
327
+ control: "text",
328
+ type: "string",
329
+ },
301
330
  "aria-rowspan": {
302
331
  description:
303
332
  "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.",
@@ -374,9 +403,9 @@ export const props: Record<string, PropMeta> = {
374
403
  control: "select",
375
404
  type: "string",
376
405
  options: [
406
+ "search",
377
407
  "text",
378
408
  "none",
379
- "search",
380
409
  "tel",
381
410
  "url",
382
411
  "email",
@@ -25,13 +25,21 @@ export const props: Record<string, PropMeta> = {
25
25
  type: "string",
26
26
  options: ["list", "none", "inline", "both"],
27
27
  },
28
- "aria-busy": {
28
+ "aria-braillelabel": {
29
29
  description:
30
- "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.",
30
+ "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
31
31
  required: false,
32
- control: "boolean",
33
- type: "boolean",
32
+ control: "text",
33
+ type: "string",
34
34
  },
35
+ "aria-brailleroledescription": {
36
+ description:
37
+ "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.\n@see aria-roledescription.",
38
+ required: false,
39
+ control: "text",
40
+ type: "string",
41
+ },
42
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
35
43
  "aria-checked": {
36
44
  description:
37
45
  'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
@@ -53,6 +61,13 @@ export const props: Record<string, PropMeta> = {
53
61
  control: "number",
54
62
  type: "number",
55
63
  },
64
+ "aria-colindextext": {
65
+ description:
66
+ "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
67
+ required: false,
68
+ control: "text",
69
+ type: "string",
70
+ },
56
71
  "aria-colspan": {
57
72
  description:
58
73
  "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.",
@@ -81,6 +96,13 @@ export const props: Record<string, PropMeta> = {
81
96
  control: "text",
82
97
  type: "string",
83
98
  },
99
+ "aria-description": {
100
+ description:
101
+ "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
102
+ required: false,
103
+ control: "text",
104
+ type: "string",
105
+ },
84
106
  "aria-details": {
85
107
  description:
86
108
  "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
@@ -298,6 +320,13 @@ export const props: Record<string, PropMeta> = {
298
320
  control: "number",
299
321
  type: "number",
300
322
  },
323
+ "aria-rowindextext": {
324
+ description:
325
+ "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
326
+ required: false,
327
+ control: "text",
328
+ type: "string",
329
+ },
301
330
  "aria-rowspan": {
302
331
  description:
303
332
  "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.",
@@ -381,9 +410,9 @@ export const props: Record<string, PropMeta> = {
381
410
  control: "select",
382
411
  type: "string",
383
412
  options: [
413
+ "search",
384
414
  "text",
385
415
  "none",
386
- "search",
387
416
  "tel",
388
417
  "url",
389
418
  "email",
@@ -27,13 +27,21 @@ export const props: Record<string, PropMeta> = {
27
27
  type: "string",
28
28
  options: ["list", "none", "inline", "both"],
29
29
  },
30
- "aria-busy": {
30
+ "aria-braillelabel": {
31
31
  description:
32
- "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.",
32
+ "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
33
33
  required: false,
34
- control: "boolean",
35
- type: "boolean",
34
+ control: "text",
35
+ type: "string",
36
36
  },
37
+ "aria-brailleroledescription": {
38
+ description:
39
+ "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.\n@see aria-roledescription.",
40
+ required: false,
41
+ control: "text",
42
+ type: "string",
43
+ },
44
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
37
45
  "aria-checked": {
38
46
  description:
39
47
  'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
@@ -55,6 +63,13 @@ export const props: Record<string, PropMeta> = {
55
63
  control: "number",
56
64
  type: "number",
57
65
  },
66
+ "aria-colindextext": {
67
+ description:
68
+ "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
69
+ required: false,
70
+ control: "text",
71
+ type: "string",
72
+ },
58
73
  "aria-colspan": {
59
74
  description:
60
75
  "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.",
@@ -83,6 +98,13 @@ export const props: Record<string, PropMeta> = {
83
98
  control: "text",
84
99
  type: "string",
85
100
  },
101
+ "aria-description": {
102
+ description:
103
+ "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
104
+ required: false,
105
+ control: "text",
106
+ type: "string",
107
+ },
86
108
  "aria-details": {
87
109
  description:
88
110
  "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
@@ -300,6 +322,13 @@ export const props: Record<string, PropMeta> = {
300
322
  control: "number",
301
323
  type: "number",
302
324
  },
325
+ "aria-rowindextext": {
326
+ description:
327
+ "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
328
+ required: false,
329
+ control: "text",
330
+ type: "string",
331
+ },
303
332
  "aria-rowspan": {
304
333
  description:
305
334
  "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.",
@@ -380,7 +409,7 @@ export const props: Record<string, PropMeta> = {
380
409
  required: false,
381
410
  control: "select",
382
411
  type: "string",
383
- options: ["enter", "done", "go", "next", "previous", "search", "send"],
412
+ options: ["search", "enter", "done", "go", "next", "previous", "send"],
384
413
  },
385
414
  form: { required: false, control: "text", type: "string" },
386
415
  formAction: { required: false, control: "text", type: "string" },
@@ -398,8 +427,8 @@ export const props: Record<string, PropMeta> = {
398
427
  control: "select",
399
428
  type: "string",
400
429
  options: [
401
- "text",
402
430
  "search",
431
+ "text",
403
432
  "none",
404
433
  "tel",
405
434
  "url",
@@ -25,13 +25,21 @@ export const props: Record<string, PropMeta> = {
25
25
  type: "string",
26
26
  options: ["inline", "list", "none", "both"],
27
27
  },
28
- "aria-busy": {
28
+ "aria-braillelabel": {
29
29
  description:
30
- "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.",
30
+ "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
31
31
  required: false,
32
- control: "boolean",
33
- type: "boolean",
32
+ control: "text",
33
+ type: "string",
34
34
  },
35
+ "aria-brailleroledescription": {
36
+ description:
37
+ "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.\n@see aria-roledescription.",
38
+ required: false,
39
+ control: "text",
40
+ type: "string",
41
+ },
42
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
35
43
  "aria-checked": {
36
44
  description:
37
45
  'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
@@ -53,6 +61,13 @@ export const props: Record<string, PropMeta> = {
53
61
  control: "number",
54
62
  type: "number",
55
63
  },
64
+ "aria-colindextext": {
65
+ description:
66
+ "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
67
+ required: false,
68
+ control: "text",
69
+ type: "string",
70
+ },
56
71
  "aria-colspan": {
57
72
  description:
58
73
  "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.",
@@ -81,6 +96,13 @@ export const props: Record<string, PropMeta> = {
81
96
  control: "text",
82
97
  type: "string",
83
98
  },
99
+ "aria-description": {
100
+ description:
101
+ "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
102
+ required: false,
103
+ control: "text",
104
+ type: "string",
105
+ },
84
106
  "aria-details": {
85
107
  description:
86
108
  "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
@@ -298,6 +320,13 @@ export const props: Record<string, PropMeta> = {
298
320
  control: "number",
299
321
  type: "number",
300
322
  },
323
+ "aria-rowindextext": {
324
+ description:
325
+ "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
326
+ required: false,
327
+ control: "text",
328
+ type: "string",
329
+ },
301
330
  "aria-rowspan": {
302
331
  description:
303
332
  "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.",
@@ -380,9 +409,9 @@ export const props: Record<string, PropMeta> = {
380
409
  control: "select",
381
410
  type: "string",
382
411
  options: [
412
+ "search",
383
413
  "text",
384
414
  "none",
385
- "search",
386
415
  "tel",
387
416
  "url",
388
417
  "email",
@@ -27,13 +27,21 @@ export const props: Record<string, PropMeta> = {
27
27
  type: "string",
28
28
  options: ["list", "none", "inline", "both"],
29
29
  },
30
- "aria-busy": {
30
+ "aria-braillelabel": {
31
31
  description:
32
- "Indicates an element is being modified and that assistive technologies MAY want to wait until the modifications are complete before exposing them to the user.",
32
+ "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
33
33
  required: false,
34
- control: "boolean",
35
- type: "boolean",
34
+ control: "text",
35
+ type: "string",
36
36
  },
37
+ "aria-brailleroledescription": {
38
+ description:
39
+ "Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.\n@see aria-roledescription.",
40
+ required: false,
41
+ control: "text",
42
+ type: "string",
43
+ },
44
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
37
45
  "aria-checked": {
38
46
  description:
39
47
  'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
@@ -55,6 +63,13 @@ export const props: Record<string, PropMeta> = {
55
63
  control: "number",
56
64
  type: "number",
57
65
  },
66
+ "aria-colindextext": {
67
+ description:
68
+ "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
69
+ required: false,
70
+ control: "text",
71
+ type: "string",
72
+ },
58
73
  "aria-colspan": {
59
74
  description:
60
75
  "Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-colindex\n@see aria-rowspan.",
@@ -83,6 +98,13 @@ export const props: Record<string, PropMeta> = {
83
98
  control: "text",
84
99
  type: "string",
85
100
  },
101
+ "aria-description": {
102
+ description:
103
+ "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
104
+ required: false,
105
+ control: "text",
106
+ type: "string",
107
+ },
86
108
  "aria-details": {
87
109
  description:
88
110
  "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
@@ -300,6 +322,13 @@ export const props: Record<string, PropMeta> = {
300
322
  control: "number",
301
323
  type: "number",
302
324
  },
325
+ "aria-rowindextext": {
326
+ description:
327
+ "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
328
+ required: false,
329
+ control: "text",
330
+ type: "string",
331
+ },
303
332
  "aria-rowspan": {
304
333
  description:
305
334
  "Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.\n@see aria-rowindex\n@see aria-colspan.",
@@ -378,9 +407,9 @@ export const props: Record<string, PropMeta> = {
378
407
  control: "select",
379
408
  type: "string",
380
409
  options: [
410
+ "search",
381
411
  "text",
382
412
  "none",
383
- "search",
384
413
  "tel",
385
414
  "url",
386
415
  "email",