@opencx/widget-react 4.0.15 → 4.0.17

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.
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare function SessionResolvedComponent(): React.JSX.Element | null;
3
+ //# sourceMappingURL=SessionResolvedComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SessionResolvedComponent.d.ts","sourceRoot":"","sources":["../../../../src/components/special-components/SessionResolvedComponent.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,wBAAgB,wBAAwB,6BAiBvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ChatMain.d.ts","sourceRoot":"","sources":["../../../../src/screens/chat/ChatMain.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAc1D,wBAAgB,QAAQ,sBAyEvB"}
1
+ {"version":3,"file":"ChatMain.d.ts","sourceRoot":"","sources":["../../../../src/screens/chat/ChatMain.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAe1D,wBAAgB,QAAQ,sBAyEvB"}
package/package.json CHANGED
@@ -1,15 +1,14 @@
1
1
  {
2
2
  "name": "@opencx/widget-react",
3
3
  "private": false,
4
- "version": "4.0.15",
4
+ "version": "4.0.17",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/openchatai/widget"
9
9
  },
10
10
  "files": [
11
- "dist",
12
- "dist-embed"
11
+ "dist"
13
12
  ],
14
13
  "exports": {
15
14
  ".": {
@@ -38,8 +37,8 @@
38
37
  "tailwind-merge": "^2.4.0",
39
38
  "tinycolor2": "^1.6.0",
40
39
  "zod": "^3.23.8",
41
- "@opencx/widget-core": "4.0.15",
42
- "@opencx/widget-react-headless": "4.0.15"
40
+ "@opencx/widget-core": "4.0.17",
41
+ "@opencx/widget-react-headless": "4.0.17"
43
42
  },
44
43
  "peerDependencies": {
45
44
  "@types/react": ">=18 <20",
@@ -58,11 +57,9 @@
58
57
  },
59
58
  "scripts": {
60
59
  "clean": "rm -rf node_modules dist .turbo",
61
- "clean:dist": "rm -rf dist dist-embed .turbo",
60
+ "clean:dist": "rm -rf dist .turbo",
62
61
  "dev": "vite --host",
63
- "build:lib": "vite build -c vite.config.ts",
64
- "build:embed": "vite build -c vite.embed.config.ts",
65
- "build": "pnpm build:lib && pnpm build:embed",
62
+ "build": "vite build -c vite.config.ts",
66
63
  "test": "vitest run",
67
64
  "cs": "changeset",
68
65
  "csv": "changeset version",