@apolitical/component-library 2.3.0-beta.1 → 2.3.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,7 +12,7 @@ interface Props {
12
12
  /** The text to display in the `dt` (only used when the element is `dl`) */
13
13
  dt?: string;
14
14
  /** The text to display */
15
- text: string;
15
+ text: string | JSX.Element;
16
16
  }[];
17
17
  /** Additional styling */
18
18
  styling?: {