diff --git a/docs/reference/generated/menu-radio-item.json b/docs/reference/generated/menu-radio-item.json
index 5c2e03c817..1102472f36 100644
--- a/docs/reference/generated/menu-radio-item.json
+++ b/docs/reference/generated/menu-radio-item.json
@@ -2,11 +2,6 @@
"name": "MenuRadioItem",
"description": "A menu item that works like a radio button in a given group.\nRenders a `
` element.",
"props": {
- "value": {
- "type": "any",
- "required": true,
- "description": "Value of the radio item.\nThis is the value that will be set in the MenuRadioGroup when the item is selected."
- },
"closeOnClick": {
"type": "boolean",
"default": "true",
@@ -28,6 +23,11 @@
"onClick": {
"type": "(event) => void",
"description": "The click handler for the menu item."
+ },
+ "value": {
+ "type": "any",
+ "required": true,
+ "description": "Value of the radio item.\nThis is the value that will be set in the MenuRadioGroup when the item is selected."
}
},
"dataAttributes": {
diff --git a/docs/reference/generated/radio-root.json b/docs/reference/generated/radio-root.json
index dca6b2eeaa..2670fb5414 100644
--- a/docs/reference/generated/radio-root.json
+++ b/docs/reference/generated/radio-root.json
@@ -2,11 +2,6 @@
"name": "RadioRoot",
"description": "Represents the radio button itself.\nRenders a `