@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
@@ -20,12 +20,19 @@ const props = {
20
20
  type: "string",
21
21
  options: ["list", "none", "inline", "both"]
22
22
  },
23
- "aria-busy": {
24
- description: "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.",
23
+ "aria-braillelabel": {
24
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
25
25
  required: false,
26
- control: "boolean",
27
- type: "boolean"
26
+ control: "text",
27
+ type: "string"
28
28
  },
29
+ "aria-brailleroledescription": {
30
+ description: "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.",
31
+ required: false,
32
+ control: "text",
33
+ type: "string"
34
+ },
35
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
29
36
  "aria-checked": {
30
37
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
31
38
  required: false,
@@ -44,6 +51,12 @@ const props = {
44
51
  control: "number",
45
52
  type: "number"
46
53
  },
54
+ "aria-colindextext": {
55
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
56
+ required: false,
57
+ control: "text",
58
+ type: "string"
59
+ },
47
60
  "aria-colspan": {
48
61
  description: "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.",
49
62
  required: false,
@@ -68,6 +81,12 @@ const props = {
68
81
  control: "text",
69
82
  type: "string"
70
83
  },
84
+ "aria-description": {
85
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
86
+ required: false,
87
+ control: "text",
88
+ type: "string"
89
+ },
71
90
  "aria-details": {
72
91
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
73
92
  required: false,
@@ -258,6 +277,12 @@ const props = {
258
277
  control: "number",
259
278
  type: "number"
260
279
  },
280
+ "aria-rowindextext": {
281
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
282
+ required: false,
283
+ control: "text",
284
+ type: "string"
285
+ },
261
286
  "aria-rowspan": {
262
287
  description: "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.",
263
288
  required: false,
@@ -328,9 +353,9 @@ const props = {
328
353
  control: "select",
329
354
  type: "string",
330
355
  options: [
356
+ "search",
331
357
  "text",
332
358
  "none",
333
- "search",
334
359
  "tel",
335
360
  "url",
336
361
  "email",
@@ -20,12 +20,19 @@ const props = {
20
20
  type: "string",
21
21
  options: ["list", "none", "inline", "both"]
22
22
  },
23
- "aria-busy": {
24
- description: "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.",
23
+ "aria-braillelabel": {
24
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
25
25
  required: false,
26
- control: "boolean",
27
- type: "boolean"
26
+ control: "text",
27
+ type: "string"
28
28
  },
29
+ "aria-brailleroledescription": {
30
+ description: "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.",
31
+ required: false,
32
+ control: "text",
33
+ type: "string"
34
+ },
35
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
29
36
  "aria-checked": {
30
37
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
31
38
  required: false,
@@ -44,6 +51,12 @@ const props = {
44
51
  control: "number",
45
52
  type: "number"
46
53
  },
54
+ "aria-colindextext": {
55
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
56
+ required: false,
57
+ control: "text",
58
+ type: "string"
59
+ },
47
60
  "aria-colspan": {
48
61
  description: "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.",
49
62
  required: false,
@@ -68,6 +81,12 @@ const props = {
68
81
  control: "text",
69
82
  type: "string"
70
83
  },
84
+ "aria-description": {
85
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
86
+ required: false,
87
+ control: "text",
88
+ type: "string"
89
+ },
71
90
  "aria-details": {
72
91
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
73
92
  required: false,
@@ -258,6 +277,12 @@ const props = {
258
277
  control: "number",
259
278
  type: "number"
260
279
  },
280
+ "aria-rowindextext": {
281
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
282
+ required: false,
283
+ control: "text",
284
+ type: "string"
285
+ },
261
286
  "aria-rowspan": {
262
287
  description: "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.",
263
288
  required: false,
@@ -327,9 +352,9 @@ const props = {
327
352
  control: "select",
328
353
  type: "string",
329
354
  options: [
355
+ "search",
330
356
  "text",
331
357
  "none",
332
- "search",
333
358
  "tel",
334
359
  "url",
335
360
  "email",
@@ -20,12 +20,19 @@ const props = {
20
20
  type: "string",
21
21
  options: ["list", "none", "inline", "both"]
22
22
  },
23
- "aria-busy": {
24
- description: "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.",
23
+ "aria-braillelabel": {
24
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
25
25
  required: false,
26
- control: "boolean",
27
- type: "boolean"
26
+ control: "text",
27
+ type: "string"
28
28
  },
29
+ "aria-brailleroledescription": {
30
+ description: "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.",
31
+ required: false,
32
+ control: "text",
33
+ type: "string"
34
+ },
35
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
29
36
  "aria-checked": {
30
37
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
31
38
  required: false,
@@ -44,6 +51,12 @@ const props = {
44
51
  control: "number",
45
52
  type: "number"
46
53
  },
54
+ "aria-colindextext": {
55
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
56
+ required: false,
57
+ control: "text",
58
+ type: "string"
59
+ },
47
60
  "aria-colspan": {
48
61
  description: "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.",
49
62
  required: false,
@@ -68,6 +81,12 @@ const props = {
68
81
  control: "text",
69
82
  type: "string"
70
83
  },
84
+ "aria-description": {
85
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
86
+ required: false,
87
+ control: "text",
88
+ type: "string"
89
+ },
71
90
  "aria-details": {
72
91
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
73
92
  required: false,
@@ -258,6 +277,12 @@ const props = {
258
277
  control: "number",
259
278
  type: "number"
260
279
  },
280
+ "aria-rowindextext": {
281
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
282
+ required: false,
283
+ control: "text",
284
+ type: "string"
285
+ },
261
286
  "aria-rowspan": {
262
287
  description: "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.",
263
288
  required: false,
@@ -327,9 +352,9 @@ const props = {
327
352
  control: "select",
328
353
  type: "string",
329
354
  options: [
355
+ "search",
330
356
  "text",
331
357
  "none",
332
- "search",
333
358
  "tel",
334
359
  "url",
335
360
  "email",
@@ -20,12 +20,19 @@ const props = {
20
20
  type: "string",
21
21
  options: ["list", "none", "inline", "both"]
22
22
  },
23
- "aria-busy": {
24
- description: "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.",
23
+ "aria-braillelabel": {
24
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
25
25
  required: false,
26
- control: "boolean",
27
- type: "boolean"
26
+ control: "text",
27
+ type: "string"
28
28
  },
29
+ "aria-brailleroledescription": {
30
+ description: "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.",
31
+ required: false,
32
+ control: "text",
33
+ type: "string"
34
+ },
35
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
29
36
  "aria-checked": {
30
37
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
31
38
  required: false,
@@ -44,6 +51,12 @@ const props = {
44
51
  control: "number",
45
52
  type: "number"
46
53
  },
54
+ "aria-colindextext": {
55
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
56
+ required: false,
57
+ control: "text",
58
+ type: "string"
59
+ },
47
60
  "aria-colspan": {
48
61
  description: "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.",
49
62
  required: false,
@@ -68,6 +81,12 @@ const props = {
68
81
  control: "text",
69
82
  type: "string"
70
83
  },
84
+ "aria-description": {
85
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
86
+ required: false,
87
+ control: "text",
88
+ type: "string"
89
+ },
71
90
  "aria-details": {
72
91
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
73
92
  required: false,
@@ -258,6 +277,12 @@ const props = {
258
277
  control: "number",
259
278
  type: "number"
260
279
  },
280
+ "aria-rowindextext": {
281
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
282
+ required: false,
283
+ control: "text",
284
+ type: "string"
285
+ },
261
286
  "aria-rowspan": {
262
287
  description: "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.",
263
288
  required: false,
@@ -327,9 +352,9 @@ const props = {
327
352
  control: "select",
328
353
  type: "string",
329
354
  options: [
355
+ "search",
330
356
  "text",
331
357
  "none",
332
- "search",
333
358
  "tel",
334
359
  "url",
335
360
  "email",
@@ -20,12 +20,19 @@ const props = {
20
20
  type: "string",
21
21
  options: ["list", "none", "inline", "both"]
22
22
  },
23
- "aria-busy": {
24
- description: "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.",
23
+ "aria-braillelabel": {
24
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
25
25
  required: false,
26
- control: "boolean",
27
- type: "boolean"
26
+ control: "text",
27
+ type: "string"
28
28
  },
29
+ "aria-brailleroledescription": {
30
+ description: "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.",
31
+ required: false,
32
+ control: "text",
33
+ type: "string"
34
+ },
35
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
29
36
  "aria-checked": {
30
37
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
31
38
  required: false,
@@ -44,6 +51,12 @@ const props = {
44
51
  control: "number",
45
52
  type: "number"
46
53
  },
54
+ "aria-colindextext": {
55
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
56
+ required: false,
57
+ control: "text",
58
+ type: "string"
59
+ },
47
60
  "aria-colspan": {
48
61
  description: "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.",
49
62
  required: false,
@@ -68,6 +81,12 @@ const props = {
68
81
  control: "text",
69
82
  type: "string"
70
83
  },
84
+ "aria-description": {
85
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
86
+ required: false,
87
+ control: "text",
88
+ type: "string"
89
+ },
71
90
  "aria-details": {
72
91
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
73
92
  required: false,
@@ -258,6 +277,12 @@ const props = {
258
277
  control: "number",
259
278
  type: "number"
260
279
  },
280
+ "aria-rowindextext": {
281
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
282
+ required: false,
283
+ control: "text",
284
+ type: "string"
285
+ },
261
286
  "aria-rowspan": {
262
287
  description: "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.",
263
288
  required: false,
@@ -334,9 +359,9 @@ const props = {
334
359
  control: "select",
335
360
  type: "string",
336
361
  options: [
362
+ "search",
337
363
  "text",
338
364
  "none",
339
- "search",
340
365
  "tel",
341
366
  "url",
342
367
  "email",
@@ -22,12 +22,19 @@ const props = {
22
22
  type: "string",
23
23
  options: ["list", "none", "inline", "both"]
24
24
  },
25
- "aria-busy": {
26
- description: "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.",
25
+ "aria-braillelabel": {
26
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
27
27
  required: false,
28
- control: "boolean",
29
- type: "boolean"
28
+ control: "text",
29
+ type: "string"
30
30
  },
31
+ "aria-brailleroledescription": {
32
+ description: "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.",
33
+ required: false,
34
+ control: "text",
35
+ type: "string"
36
+ },
37
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
31
38
  "aria-checked": {
32
39
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
33
40
  required: false,
@@ -46,6 +53,12 @@ const props = {
46
53
  control: "number",
47
54
  type: "number"
48
55
  },
56
+ "aria-colindextext": {
57
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
58
+ required: false,
59
+ control: "text",
60
+ type: "string"
61
+ },
49
62
  "aria-colspan": {
50
63
  description: "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.",
51
64
  required: false,
@@ -70,6 +83,12 @@ const props = {
70
83
  control: "text",
71
84
  type: "string"
72
85
  },
86
+ "aria-description": {
87
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
88
+ required: false,
89
+ control: "text",
90
+ type: "string"
91
+ },
73
92
  "aria-details": {
74
93
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
75
94
  required: false,
@@ -260,6 +279,12 @@ const props = {
260
279
  control: "number",
261
280
  type: "number"
262
281
  },
282
+ "aria-rowindextext": {
283
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
284
+ required: false,
285
+ control: "text",
286
+ type: "string"
287
+ },
263
288
  "aria-rowspan": {
264
289
  description: "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.",
265
290
  required: false,
@@ -334,7 +359,7 @@ const props = {
334
359
  required: false,
335
360
  control: "select",
336
361
  type: "string",
337
- options: ["enter", "done", "go", "next", "previous", "search", "send"]
362
+ options: ["search", "enter", "done", "go", "next", "previous", "send"]
338
363
  },
339
364
  form: { required: false, control: "text", type: "string" },
340
365
  formAction: { required: false, control: "text", type: "string" },
@@ -351,8 +376,8 @@ const props = {
351
376
  control: "select",
352
377
  type: "string",
353
378
  options: [
354
- "text",
355
379
  "search",
380
+ "text",
356
381
  "none",
357
382
  "tel",
358
383
  "url",
@@ -20,12 +20,19 @@ const props = {
20
20
  type: "string",
21
21
  options: ["inline", "list", "none", "both"]
22
22
  },
23
- "aria-busy": {
24
- description: "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.",
23
+ "aria-braillelabel": {
24
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
25
25
  required: false,
26
- control: "boolean",
27
- type: "boolean"
26
+ control: "text",
27
+ type: "string"
28
28
  },
29
+ "aria-brailleroledescription": {
30
+ description: "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.",
31
+ required: false,
32
+ control: "text",
33
+ type: "string"
34
+ },
35
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
29
36
  "aria-checked": {
30
37
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
31
38
  required: false,
@@ -44,6 +51,12 @@ const props = {
44
51
  control: "number",
45
52
  type: "number"
46
53
  },
54
+ "aria-colindextext": {
55
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
56
+ required: false,
57
+ control: "text",
58
+ type: "string"
59
+ },
47
60
  "aria-colspan": {
48
61
  description: "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.",
49
62
  required: false,
@@ -68,6 +81,12 @@ const props = {
68
81
  control: "text",
69
82
  type: "string"
70
83
  },
84
+ "aria-description": {
85
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
86
+ required: false,
87
+ control: "text",
88
+ type: "string"
89
+ },
71
90
  "aria-details": {
72
91
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
73
92
  required: false,
@@ -258,6 +277,12 @@ const props = {
258
277
  control: "number",
259
278
  type: "number"
260
279
  },
280
+ "aria-rowindextext": {
281
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
282
+ required: false,
283
+ control: "text",
284
+ type: "string"
285
+ },
261
286
  "aria-rowspan": {
262
287
  description: "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.",
263
288
  required: false,
@@ -333,9 +358,9 @@ const props = {
333
358
  control: "select",
334
359
  type: "string",
335
360
  options: [
361
+ "search",
336
362
  "text",
337
363
  "none",
338
- "search",
339
364
  "tel",
340
365
  "url",
341
366
  "email",
@@ -22,12 +22,19 @@ const props = {
22
22
  type: "string",
23
23
  options: ["list", "none", "inline", "both"]
24
24
  },
25
- "aria-busy": {
26
- description: "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.",
25
+ "aria-braillelabel": {
26
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
27
27
  required: false,
28
- control: "boolean",
29
- type: "boolean"
28
+ control: "text",
29
+ type: "string"
30
30
  },
31
+ "aria-brailleroledescription": {
32
+ description: "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.",
33
+ required: false,
34
+ control: "text",
35
+ type: "string"
36
+ },
37
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
31
38
  "aria-checked": {
32
39
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
33
40
  required: false,
@@ -46,6 +53,12 @@ const props = {
46
53
  control: "number",
47
54
  type: "number"
48
55
  },
56
+ "aria-colindextext": {
57
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
58
+ required: false,
59
+ control: "text",
60
+ type: "string"
61
+ },
49
62
  "aria-colspan": {
50
63
  description: "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.",
51
64
  required: false,
@@ -70,6 +83,12 @@ const props = {
70
83
  control: "text",
71
84
  type: "string"
72
85
  },
86
+ "aria-description": {
87
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
88
+ required: false,
89
+ control: "text",
90
+ type: "string"
91
+ },
73
92
  "aria-details": {
74
93
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
75
94
  required: false,
@@ -260,6 +279,12 @@ const props = {
260
279
  control: "number",
261
280
  type: "number"
262
281
  },
282
+ "aria-rowindextext": {
283
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
284
+ required: false,
285
+ control: "text",
286
+ type: "string"
287
+ },
263
288
  "aria-rowspan": {
264
289
  description: "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.",
265
290
  required: false,
@@ -331,9 +356,9 @@ const props = {
331
356
  control: "select",
332
357
  type: "string",
333
358
  options: [
359
+ "search",
334
360
  "text",
335
361
  "none",
336
- "search",
337
362
  "tel",
338
363
  "url",
339
364
  "email",
@@ -20,12 +20,19 @@ const props = {
20
20
  type: "string",
21
21
  options: ["list", "none", "inline", "both"]
22
22
  },
23
- "aria-busy": {
24
- description: "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.",
23
+ "aria-braillelabel": {
24
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
25
25
  required: false,
26
- control: "boolean",
27
- type: "boolean"
26
+ control: "text",
27
+ type: "string"
28
28
  },
29
+ "aria-brailleroledescription": {
30
+ description: "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.",
31
+ required: false,
32
+ control: "text",
33
+ type: "string"
34
+ },
35
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
29
36
  "aria-checked": {
30
37
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
31
38
  required: false,
@@ -44,6 +51,12 @@ const props = {
44
51
  control: "number",
45
52
  type: "number"
46
53
  },
54
+ "aria-colindextext": {
55
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
56
+ required: false,
57
+ control: "text",
58
+ type: "string"
59
+ },
47
60
  "aria-colspan": {
48
61
  description: "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.",
49
62
  required: false,
@@ -68,6 +81,12 @@ const props = {
68
81
  control: "text",
69
82
  type: "string"
70
83
  },
84
+ "aria-description": {
85
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
86
+ required: false,
87
+ control: "text",
88
+ type: "string"
89
+ },
71
90
  "aria-details": {
72
91
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
73
92
  required: false,
@@ -258,6 +277,12 @@ const props = {
258
277
  control: "number",
259
278
  type: "number"
260
279
  },
280
+ "aria-rowindextext": {
281
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
282
+ required: false,
283
+ control: "text",
284
+ type: "string"
285
+ },
261
286
  "aria-rowspan": {
262
287
  description: "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.",
263
288
  required: false,
@@ -327,9 +352,9 @@ const props = {
327
352
  control: "select",
328
353
  type: "string",
329
354
  options: [
355
+ "search",
330
356
  "text",
331
357
  "none",
332
- "search",
333
358
  "tel",
334
359
  "url",
335
360
  "email",