@@ -14,8 +14,8 @@ import styles from './Text.module.css';
1414 * `'headingSubtitle-lg'`, `'headingSubtitle-md'`, `'headingSubtitle-sm'`,
1515 * `'body'`, `'caption'`, `'question'`, `'questionAnswer'`,
1616 * `'quoteText-lg'`, `'quoteText-md'`, `'quoteText-sm'`, `'quoteText-xs'`, `'quoteAttribution'`,
17- * `'counterNumber-lg'`, `'counterNumber-md'`, `'counterNumber-sm'`,
18- * `'counterNumber-xs '`, `'counterDescription`' .
17+ * `'counterNumber-lg'`, `'counterNumber-md'`, `'counterNumber-sm'`, `'counterNumber-xs'`,
18+ * `'counterDescription-lg '`, `'counterDescription-md'`, `'counterDescription-sm'`, `'counterDescription-xs'` .
1919 * `'infoTableLabel'`, `'infoTableValue`'.
2020 * `'hotspotsTooltipTitle'`, `'hotspotsTooltipDescription`', `'hotspotsTooltipLink`',
2121 * `'teaserTitle-lg'`, `'teaserTitle-md'`, `'teaserTitle-sm'`,
@@ -60,7 +60,7 @@ Text.propTypes = {
6060 'teaserDescription-lg' , 'teaserDescription-md' , 'teaserDescription-sm' ,
6161 'teaserLink' ,
6262 'counterNumber-lg' , 'counterNumber-md' , 'counterNumber-sm' , 'counterNumber-xs' ,
63- 'counterDescription' ,
63+ 'counterDescription-lg' , 'counterDescription-md' , 'counterDescription-sm' , 'counterDescription-xs ',
6464 'infoTableLabel' , 'infoTableValue' ,
6565 'body' , 'caption' , 'question' , 'questionAnswer'
6666 ] ) ,
0 commit comments