@livechat/design-system-react-components 1.6.2 → 1.6.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.
@@ -5,9 +5,13 @@ export interface IDetailsCardProps {
5
5
  */
6
6
  className?: string;
7
7
  /**
8
- * Additional element for the label
8
+ * Additional element for the label on the left
9
9
  */
10
10
  leftNode?: React.ReactNode;
11
+ /**
12
+ * Additional element for the label on the right
13
+ */
14
+ rightNode?: React.ReactNode;
11
15
  /**
12
16
  * Set the label
13
17
  */