@opencx/widget-react 4.0.18 → 4.0.20
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/dist/index.cjs +9 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +515 -487
- package/dist/index.js.map +1 -1
- package/dist/src/components/special-components/ChatBottomComponents.d.ts +3 -0
- package/dist/src/components/special-components/ChatBottomComponents.d.ts.map +1 -0
- package/dist/src/components/special-components/SessionResolvedComponent.d.ts.map +1 -1
- package/dist/src/hooks/useSpecialComponentProps.d.ts +5 -0
- package/dist/src/hooks/useSpecialComponentProps.d.ts.map +1 -0
- package/dist/src/screens/chat/ChatFooter.d.ts.map +1 -1
- package/dist/src/screens/chat/ChatFooterItems.d.ts +3 -0
- package/dist/src/screens/chat/ChatFooterItems.d.ts.map +1 -0
- package/dist/src/screens/chat/ChatMain.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatBottomComponents.d.ts","sourceRoot":"","sources":["../../../../src/components/special-components/ChatBottomComponents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,oBAAoB,6BAanC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SessionResolvedComponent.d.ts","sourceRoot":"","sources":["../../../../src/components/special-components/SessionResolvedComponent.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SessionResolvedComponent.d.ts","sourceRoot":"","sources":["../../../../src/components/special-components/SessionResolvedComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,wBAAwB,6BASvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useSpecialComponentProps.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSpecialComponentProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qBAAqB,CAAC;AASjE,wBAAgB,wBAAwB,IAAI;IAAE,KAAK,EAAE,qBAAqB,CAAA;CAAE,CAqB3E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatFooter.d.ts","sourceRoot":"","sources":["../../../../src/screens/chat/ChatFooter.tsx"],"names":[],"mappings":"AA0BA,OAAO,KAAsC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ChatFooter.d.ts","sourceRoot":"","sources":["../../../../src/screens/chat/ChatFooter.tsx"],"names":[],"mappings":"AA0BA,OAAO,KAAsC,MAAM,OAAO,CAAC;AA8X3D,wBAAgB,UAAU,sBA2CzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatFooterItems.d.ts","sourceRoot":"","sources":["../../../../src/screens/chat/ChatFooterItems.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,wBAAgB,eAAe,sBA2B9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatMain.d.ts","sourceRoot":"","sources":["../../../../src/screens/chat/ChatMain.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAqC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ChatMain.d.ts","sourceRoot":"","sources":["../../../../src/screens/chat/ChatMain.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAqC,MAAM,OAAO,CAAC;AAgB1D,wBAAgB,QAAQ,sBA0EvB"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opencx/widget-react",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "4.0.
|
|
4
|
+
"version": "4.0.20",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"tailwind-merge": "^2.4.0",
|
|
38
38
|
"tinycolor2": "^1.6.0",
|
|
39
39
|
"zod": "^3.23.8",
|
|
40
|
-
"@opencx/widget-core": "4.0.
|
|
41
|
-
"@opencx/widget-react-headless": "4.0.
|
|
40
|
+
"@opencx/widget-core": "4.0.20",
|
|
41
|
+
"@opencx/widget-react-headless": "4.0.20"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@types/react": ">=18 <20",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"postcss": "^8.4.41",
|
|
53
53
|
"tailwindcss": "^3.4.6",
|
|
54
54
|
"tailwindcss-animate": "^1.0.7",
|
|
55
|
-
"@opencx/
|
|
56
|
-
"@opencx/
|
|
55
|
+
"@opencx/eslint-config": "0.0.0",
|
|
56
|
+
"@opencx/tsconfig": "0.0.1"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"clean": "rm -rf node_modules dist .turbo",
|