@livechat/design-system-react-components 1.7.0 → 1.9.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.
@@ -273,4 +273,5 @@ export declare const DesignToken: {
273
273
  SurfaceAvatar8: string;
274
274
  SurfaceAvatar9: string;
275
275
  SurfaceAvatar10: string;
276
+ NavbarBackground: string;
276
277
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/design-system-react-components",
3
- "version": "1.7.0",
3
+ "version": "1.9.0",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -84,5 +84,5 @@
84
84
  "react-day-picker": "^7.4.10",
85
85
  "react-transition-group": "^4.4.2"
86
86
  },
87
- "gitHead": "f38e060977fb0dd62ec02bd44d04ecd1eacb24a1"
87
+ "gitHead": "f427ee87a0a931a70e9a541aa5c1ab119460a7bc"
88
88
  }