@livechat/design-system-react-components 1.13.0 → 1.14.0

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.
@@ -15,7 +15,7 @@ export interface IDetailsCardProps {
15
15
  /**
16
16
  * Set the label
17
17
  */
18
- label: string;
18
+ label: React.ReactNode;
19
19
  /**
20
20
  * Define if divider should be visible
21
21
  */