@livechat/design-system-react-components 1.21.1 → 1.22.1

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.
@@ -341,9 +341,13 @@ export declare const DesignToken: {
341
341
  SurfaceAvatar9: string;
342
342
  SurfaceAvatar10: string;
343
343
  NavbarBackground: string;
344
+ TooltipBackgroundBasic: string;
345
+ TooltipBackgroundInvert: string;
344
346
  TooltipBorder: string;
345
347
  AnimatedGradientValue1: string;
346
348
  AnimatedGradientValue2: string;
347
349
  AnimatedGradientValue3: string;
350
+ ContentBasicInternalNote: string;
351
+ ContentBasicBot: string;
348
352
  };
349
353
  export type DesignTokenKey = keyof typeof DesignToken;
@@ -16,5 +16,9 @@ export declare const ShadowToken: {
16
16
  DividerTopRight: string;
17
17
  DividerBottomRight: string;
18
18
  MessageBox: string;
19
+ FixedRight: string;
20
+ FixedLeft: string;
21
+ FixedTop: string;
22
+ FixedBottom: string;
19
23
  };
20
24
  export type ShadowTokenKey = keyof typeof ShadowToken;