Merged in feat/adobe-taget-ids (pull request #2307)

feat(adobe target): add some data-ids to section in enter detail

* feat(adobe target): add some data-ids to section in enter detail
This commit is contained in:
Linus Flood
2025-06-09 07:39:01 +00:00
parent dea598d851
commit 0a1f1c5b5c

View File

@@ -55,10 +55,17 @@ export default function Section({
>
<header className={styles.header}>
<Typography variant="Title/Overline/sm">
<h2 className={styles.heading}>{header}</h2>
<h2 data-at-id="details-section-heading" className={styles.heading}>
{header}
</h2>
</Typography>
<Typography variant="Title/Subtitle/md">
<p className={styles.subheading}>{title}</p>
<p
data-at-id="details-section-subheading"
className={styles.subheading}
>
{title}
</p>
</Typography>
{additionalInfo ? (
<Typography variant="Body/Paragraph/mdRegular">