+ {activePage === page.id || visited[page.id] ? (
+
+ {page.id === 'attributes' ? <>
+ {proseSection('personality')}
+
+ > : null}
+ {page.id === 'story' ? <>
+
+ {proseSection('framework')}
+
+
+ {listSection('secrets')}
+
+
+
+ > : null}
+ {page.id === 'appearance' ? <>
+
+
+ {proseSection('visualIdentity')}
+ {renderFields([SECTIONS[0].fields[5]])}
+ {listSection('colorPalette')}
+ {listSection('props')}
+
+
+ {listSection('expressions')}
+ {listSection('handGestures')}
+
+
+
+ {children}
+ > : null}
+ {page.id === 'voice' ? <>
+
+ {renderFields(SECTIONS[0].fields.slice(3, 5))}
+ patchField('voiceId', value)} disabled={disabled}
+ placeholder="Project default voice" previewText={entry.name ? `Hi, I'm ${entry.name}. This is how I sound.` : undefined} />
+
+
+
+ > : null}
+