@livechat/design-system-react-components 1.0.0-beta.11 → 1.0.0-beta.13

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.
@@ -30,9 +30,5 @@ export interface ActionMenuProps {
30
30
  * Menu will stay open after option click
31
31
  */
32
32
  keepOpenOnClick?: boolean;
33
- /**
34
- * Set the keys array for active elements
35
- */
36
- activeOptionKeys?: string[];
37
33
  }
38
34
  export declare const ActionMenu: React.FC<ActionMenuProps>;
@@ -7,7 +7,7 @@ export interface TagProps extends React.HTMLAttributes<HTMLDivElement> {
7
7
  /**
8
8
  * Specify the tag size
9
9
  */
10
- size?: 'small' | 'medium' | 'large';
10
+ size?: 'small' | 'medium' | 'large' | 'xlarge';
11
11
  /**
12
12
  * Set the tag custom color
13
13
  */