@webstudio-is/sdk-components-react-remix 0.82.0 → 0.83.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.
@@ -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,
@@ -340,9 +365,9 @@ const props = {
340
365
  control: "select",
341
366
  type: "string",
342
367
  options: [
368
+ "search",
343
369
  "text",
344
370
  "none",
345
- "search",
346
371
  "tel",
347
372
  "url",
348
373
  "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,
@@ -329,9 +354,9 @@ const props = {
329
354
  control: "select",
330
355
  type: "string",
331
356
  options: [
357
+ "search",
332
358
  "text",
333
359
  "none",
334
- "search",
335
360
  "tel",
336
361
  "url",
337
362
  "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,
@@ -329,9 +354,9 @@ const props = {
329
354
  control: "select",
330
355
  type: "string",
331
356
  options: [
357
+ "search",
332
358
  "text",
333
359
  "none",
334
- "search",
335
360
  "tel",
336
361
  "url",
337
362
  "email",
@@ -45,12 +45,19 @@ const props = {
45
45
  type: "string",
46
46
  options: ["list", "none", "inline", "both"]
47
47
  },
48
- "aria-busy": {
49
- 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.",
48
+ "aria-braillelabel": {
49
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
50
50
  required: false,
51
- control: "boolean",
52
- type: "boolean"
51
+ control: "text",
52
+ type: "string"
53
53
  },
54
+ "aria-brailleroledescription": {
55
+ 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.",
56
+ required: false,
57
+ control: "text",
58
+ type: "string"
59
+ },
60
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
54
61
  "aria-checked": {
55
62
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
56
63
  required: false,
@@ -69,6 +76,12 @@ const props = {
69
76
  control: "number",
70
77
  type: "number"
71
78
  },
79
+ "aria-colindextext": {
80
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
81
+ required: false,
82
+ control: "text",
83
+ type: "string"
84
+ },
72
85
  "aria-colspan": {
73
86
  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.",
74
87
  required: false,
@@ -93,6 +106,12 @@ const props = {
93
106
  control: "text",
94
107
  type: "string"
95
108
  },
109
+ "aria-description": {
110
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
111
+ required: false,
112
+ control: "text",
113
+ type: "string"
114
+ },
96
115
  "aria-details": {
97
116
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
98
117
  required: false,
@@ -283,6 +302,12 @@ const props = {
283
302
  control: "number",
284
303
  type: "number"
285
304
  },
305
+ "aria-rowindextext": {
306
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
307
+ required: false,
308
+ control: "text",
309
+ type: "string"
310
+ },
286
311
  "aria-rowspan": {
287
312
  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.",
288
313
  required: false,
@@ -363,9 +388,9 @@ const props = {
363
388
  control: "select",
364
389
  type: "string",
365
390
  options: [
391
+ "search",
366
392
  "text",
367
393
  "none",
368
- "search",
369
394
  "tel",
370
395
  "url",
371
396
  "email",
@@ -43,12 +43,19 @@ const props = {
43
43
  type: "string",
44
44
  options: ["list", "none", "inline", "both"]
45
45
  },
46
- "aria-busy": {
47
- 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.",
46
+ "aria-braillelabel": {
47
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
48
48
  required: false,
49
- control: "boolean",
50
- type: "boolean"
49
+ control: "text",
50
+ type: "string"
51
51
  },
52
+ "aria-brailleroledescription": {
53
+ 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.",
54
+ required: false,
55
+ control: "text",
56
+ type: "string"
57
+ },
58
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
52
59
  "aria-checked": {
53
60
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
54
61
  required: false,
@@ -67,6 +74,12 @@ const props = {
67
74
  control: "number",
68
75
  type: "number"
69
76
  },
77
+ "aria-colindextext": {
78
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
79
+ required: false,
80
+ control: "text",
81
+ type: "string"
82
+ },
70
83
  "aria-colspan": {
71
84
  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.",
72
85
  required: false,
@@ -91,6 +104,12 @@ const props = {
91
104
  control: "text",
92
105
  type: "string"
93
106
  },
107
+ "aria-description": {
108
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
109
+ required: false,
110
+ control: "text",
111
+ type: "string"
112
+ },
94
113
  "aria-details": {
95
114
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
96
115
  required: false,
@@ -281,6 +300,12 @@ const props = {
281
300
  control: "number",
282
301
  type: "number"
283
302
  },
303
+ "aria-rowindextext": {
304
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
305
+ required: false,
306
+ control: "text",
307
+ type: "string"
308
+ },
284
309
  "aria-rowspan": {
285
310
  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.",
286
311
  required: false,
@@ -352,9 +377,9 @@ const props = {
352
377
  control: "select",
353
378
  type: "string",
354
379
  options: [
380
+ "search",
355
381
  "text",
356
382
  "none",
357
- "search",
358
383
  "tel",
359
384
  "url",
360
385
  "email",
@@ -43,12 +43,19 @@ const props = {
43
43
  type: "string",
44
44
  options: ["list", "none", "inline", "both"]
45
45
  },
46
- "aria-busy": {
47
- 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.",
46
+ "aria-braillelabel": {
47
+ description: "Defines a string value that labels the current element, which is intended to be converted into Braille.\n@see aria-label.",
48
48
  required: false,
49
- control: "boolean",
50
- type: "boolean"
49
+ control: "text",
50
+ type: "string"
51
51
  },
52
+ "aria-brailleroledescription": {
53
+ 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.",
54
+ required: false,
55
+ control: "text",
56
+ type: "string"
57
+ },
58
+ "aria-busy": { required: false, control: "boolean", type: "boolean" },
52
59
  "aria-checked": {
53
60
  description: 'Indicates the current "checked" state of checkboxes, radio buttons, and other widgets.\n@see aria-pressed\n@see aria-selected.',
54
61
  required: false,
@@ -67,6 +74,12 @@ const props = {
67
74
  control: "number",
68
75
  type: "number"
69
76
  },
77
+ "aria-colindextext": {
78
+ description: "Defines a human readable text alternative of aria-colindex.\n@see aria-rowindextext.",
79
+ required: false,
80
+ control: "text",
81
+ type: "string"
82
+ },
70
83
  "aria-colspan": {
71
84
  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.",
72
85
  required: false,
@@ -91,6 +104,12 @@ const props = {
91
104
  control: "text",
92
105
  type: "string"
93
106
  },
107
+ "aria-description": {
108
+ description: "Defines a string value that describes or annotates the current element.\n@see related aria-describedby.",
109
+ required: false,
110
+ control: "text",
111
+ type: "string"
112
+ },
94
113
  "aria-details": {
95
114
  description: "Identifies the element that provides a detailed, extended description for the object.\n@see aria-describedby.",
96
115
  required: false,
@@ -281,6 +300,12 @@ const props = {
281
300
  control: "number",
282
301
  type: "number"
283
302
  },
303
+ "aria-rowindextext": {
304
+ description: "Defines a human readable text alternative of aria-rowindex.\n@see aria-colindextext.",
305
+ required: false,
306
+ control: "text",
307
+ type: "string"
308
+ },
284
309
  "aria-rowspan": {
285
310
  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.",
286
311
  required: false,
@@ -352,9 +377,9 @@ const props = {
352
377
  control: "select",
353
378
  type: "string",
354
379
  options: [
380
+ "search",
355
381
  "text",
356
382
  "none",
357
- "search",
358
383
  "tel",
359
384
  "url",
360
385
  "email",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@webstudio-is/sdk-components-react-remix",
3
- "version": "0.82.0",
3
+ "version": "0.83.0",
4
4
  "description": "Webstudio components for Remix",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
7
- "license": "MIT",
7
+ "license": "AGPL-3.0-or-later",
8
8
  "private": false,
9
9
  "type": "module",
10
10
  "files": [
@@ -38,19 +38,19 @@
38
38
  "react-dom": "^18.2.0"
39
39
  },
40
40
  "dependencies": {
41
- "@webstudio-is/form-handlers": "^0.82.0",
42
- "@webstudio-is/generate-arg-types": "^0.82.0",
43
- "@webstudio-is/icons": "^0.82.0",
44
- "@webstudio-is/react-sdk": "^0.82.0",
45
- "@webstudio-is/sdk-components-react": "^0.82.0"
41
+ "@webstudio-is/form-handlers": "^0.83.0",
42
+ "@webstudio-is/generate-arg-types": "^0.83.0",
43
+ "@webstudio-is/icons": "^0.83.0",
44
+ "@webstudio-is/react-sdk": "^0.83.0",
45
+ "@webstudio-is/sdk-components-react": "^0.83.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@remix-run/react": "^1.18.1",
49
- "@types/react": "^18.0.35",
50
- "@types/react-dom": "^18.0.11",
49
+ "@types/react": "^18.2.16",
50
+ "@types/react-dom": "^18.2.7",
51
51
  "react": "^18.2.0",
52
52
  "react-dom": "^18.2.0",
53
- "typescript": "5.1.3",
53
+ "typescript": "5.1.6",
54
54
  "@webstudio-is/scripts": "^0.0.0",
55
55
  "@webstudio-is/tsconfig": "^1.0.6"
56
56
  },
@@ -59,7 +59,7 @@
59
59
  "build": "build-package",
60
60
  "build:args": "generate-arg-types './src/*.tsx !./src/**/*.stories.tsx !./src/**/*.ws.tsx' && prettier --write \"**/*.props.ts\"",
61
61
  "dts": "tsc --project tsconfig.dts.json",
62
- "typecheck": "tsc --noEmit --emitDeclarationOnly false",
62
+ "typecheck": "tsc",
63
63
  "checks": "pnpm typecheck"
64
64
  }
65
65
  }
@@ -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.",
@@ -387,9 +416,9 @@ export const props: Record<string, PropMeta> = {
387
416
  control: "select",
388
417
  type: "string",
389
418
  options: [
419
+ "search",
390
420
  "text",
391
421
  "none",
392
- "search",
393
422
  "tel",
394
423
  "url",
395
424
  "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.",
@@ -376,9 +405,9 @@ export const props: Record<string, PropMeta> = {
376
405
  control: "select",
377
406
  type: "string",
378
407
  options: [
408
+ "search",
379
409
  "text",
380
410
  "none",
381
- "search",
382
411
  "tel",
383
412
  "url",
384
413
  "email",