{ ( defaultTemplatePartAreas ?? [] ).map( ( item ) => {
const icon = getTemplatePartIcon( item.icon );
return (
-
-
-
-
-
-
- { item.label }
- { item.description }
-
-
-
- { area === item.area && (
-
- ) }
-
-
-
+
{
+ setArea( item.area );
+ } }
+ aria-describedby={ getAreaRadioDescriptionId(
+ item.area,
+ instanceId
+ ) }
+ />
+
+
+
+
+ { item.description }
+
+
);
} ) }
-