@livechat/design-system-react-components 2.23.0 → 2.25.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/design-system-react-components",
3
- "version": "2.23.0",
3
+ "version": "2.25.0",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -32,7 +32,6 @@
32
32
  "test:coverage": "vitest run --coverage"
33
33
  },
34
34
  "peerDependencies": {
35
- "@emotion/css": "^11.13.0",
36
35
  "react": ">= 18.3.0",
37
36
  "react-dom": ">= 18.3.0"
38
37
  },
@@ -75,7 +74,6 @@
75
74
  "vitest": "^3.0.5"
76
75
  },
77
76
  "dependencies": {
78
- "@emotion/css": "^11.13.0",
79
77
  "@floating-ui/react": "^0.26.25",
80
78
  "@livechat/data-utils": "^0.2.16",
81
79
  "@livechat/design-system-icons": "^2.21.0",
@@ -88,5 +86,5 @@
88
86
  "react-transition-group": "^4.4.2",
89
87
  "react-virtuoso": "^4.7.11"
90
88
  },
91
- "gitHead": "93611d55e89b0e948f685d27ef353a0785f7ed2b"
89
+ "gitHead": "839f4c7fc8221a693e417f604d3358f34036d93b"
92
90
  }
@@ -1,2 +0,0 @@
1
- export declare const baseStyles: (containerHeight?: number) => string;
2
- export declare const element: (isVisible: boolean) => string;
@@ -1,2 +0,0 @@
1
- export declare const baseStyles: string;
2
- export declare const inner: string;
@@ -1,8 +0,0 @@
1
- export declare const baseStyles: (isPromo?: boolean) => string;
2
- export declare const kind: (kind?: string) => string;
3
- export declare const open: string;
4
- export declare const label: (isPromo?: boolean) => string;
5
- export declare const chevron: (isOpen?: boolean, isPromo?: boolean) => string;
6
- export declare const content: string;
7
- export declare const contentInner: (isOpen?: boolean, isPromo?: boolean) => string;
8
- export declare const footer: (isPromo?: boolean) => string;