You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react/src/ActionList/ActionList.docs.json
-56Lines changed: 0 additions & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,6 @@
36
36
"type": "AriaRole",
37
37
"defaultValue": "",
38
38
"description": "ARIA role describing the function of the list. `listbox` and `menu` are a common values."
39
-
},
40
-
{
41
-
"name": "sx",
42
-
"type": "SystemStyleObject",
43
-
"deprecated": true
44
39
}
45
40
],
46
41
"subcomponents": [
@@ -113,11 +108,6 @@
113
108
"required": false,
114
109
"description": "id to attach to the root element of the Item",
115
110
"defaultValue": ""
116
-
},
117
-
{
118
-
"name": "sx",
119
-
"type": "SystemStyleObject",
120
-
"deprecated": true
121
111
}
122
112
]
123
113
},
@@ -144,11 +134,6 @@
144
134
"required": false,
145
135
"description": "",
146
136
"defaultValue": ""
147
-
},
148
-
{
149
-
"name": "sx",
150
-
"type": "SystemStyleObject",
151
-
"deprecated": true
152
137
}
153
138
]
154
139
},
@@ -183,11 +168,6 @@
183
168
"required": false,
184
169
"description": "Text describing why the item is inactive. This may be used when an item's usual functionality\nis unavailable due to a system error such as a database outage.",
185
170
"defaultValue": ""
186
-
},
187
-
{
188
-
"name": "sx",
189
-
"type": "SystemStyleObject",
190
-
"deprecated": true
191
171
}
192
172
],
193
173
"passthrough": {
@@ -204,11 +184,6 @@
204
184
"defaultValue": "",
205
185
"required": true,
206
186
"description": "Icon (or similar) positioned before item text."
207
-
},
208
-
{
209
-
"name": "sx",
210
-
"type": "SystemStyleObject",
211
-
"deprecated": true
212
187
}
213
188
]
214
189
},
@@ -221,11 +196,6 @@
221
196
"defaultValue": "",
222
197
"required": true,
223
198
"description": "Visual positioned after item text."
224
-
},
225
-
{
226
-
"name": "sx",
227
-
"type": "SystemStyleObject",
228
-
"deprecated": true
229
199
}
230
200
]
231
201
},
@@ -282,11 +252,6 @@
282
252
"defaultValue": "'inline'",
283
253
"description": "`inline` descriptions are positioned beside primary text. `block` descriptions are positioned below primary text."
284
254
},
285
-
{
286
-
"name": "sx",
287
-
"type": "SystemStyleObject",
288
-
"deprecated": true
289
-
},
290
255
{
291
256
"name": "className",
292
257
"type": "string | undefined",
@@ -337,11 +302,6 @@
337
302
"defaultValue": "h3",
338
303
"required": false,
339
304
"description": "The level of the heading and it is only required (enforce by runtime warning) for lists. (i.e. not required for ActionMenu or listbox roles)"
340
-
},
341
-
{
342
-
"name": "sx",
343
-
"type": "SystemStyleObject",
344
-
"deprecated": true
345
305
}
346
306
]
347
307
},
@@ -385,22 +345,6 @@
385
345
"type": "AriaRole",
386
346
"defaultValue": "",
387
347
"description": "ARIA role describing the function of the list inside the group. `listbox` and `menu` are a common values."
0 commit comments