@opencx/widget-react 4.0.29 → 4.0.32

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.
@@ -1 +1 @@
1
- {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Header.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAoWxC,wBAAgB,eAAe,sBA2B9B;AAED,wBAAgB,MAAM,sBAuBrB"}
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../src/components/Header.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAwWxC,wBAAgB,eAAe,sBA2B9B;AAED,wBAAgB,MAAM,sBA0BrB"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ChatBottomComponents.d.ts","sourceRoot":"","sources":["../../../../src/components/custom-components/ChatBottomComponents.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,oBAAoB,6BAanC"}
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare function HeaderBottomComponent(): React.JSX.Element | null;
3
+ //# sourceMappingURL=HeaderBottomComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderBottomComponent.d.ts","sourceRoot":"","sources":["../../../../src/components/custom-components/HeaderBottomComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,qBAAqB,6BAOpC"}
@@ -0,0 +1,5 @@
1
+ import { default as React, ReactNode } from 'react';
2
+ export declare function HeaderTitleComponent({ fallback }: {
3
+ fallback: ReactNode;
4
+ }): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.JSX.Element | null | undefined;
5
+ //# sourceMappingURL=HeaderTitleComponent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderTitleComponent.d.ts","sourceRoot":"","sources":["../../../../src/components/custom-components/HeaderTitleComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAG9C,wBAAgB,oBAAoB,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,SAAS,CAAA;CAAE,mSAOzE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SessionResolvedComponent.d.ts","sourceRoot":"","sources":["../../../../src/components/custom-components/SessionResolvedComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,wBAAgB,wBAAwB,6BASvC"}
@@ -0,0 +1,3 @@
1
+ import { ComponentContext } from '@opencx/widget-core';
2
+ export declare function useComponentContext(): ComponentContext;
3
+ //# sourceMappingURL=useComponentContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useComponentContext.d.ts","sourceRoot":"","sources":["../../../src/hooks/useComponentContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAU5D,wBAAgB,mBAAmB,IAAI,gBAAgB,CAuBtD"}
@@ -1,7 +1,7 @@
1
1
  import { TranslationKeyU } from '@opencx/widget-core';
2
2
  export declare function useTranslation(): {
3
3
  t: (key: TranslationKeyU) => string;
4
- language: "tr" | "fr" | "no" | "en" | "ar" | "nl" | "de" | "pt" | "es" | "pl" | "fi" | "it" | "ro" | "da" | "sv";
4
+ language: "tr" | "fr" | "no" | "ar" | "da" | "de" | "en" | "es" | "fi" | "it" | "nl" | "pl" | "pt" | "ro" | "sv";
5
5
  dir: string;
6
6
  hostDocumentDir: import('@opencx/widget-core').StringOrLiteral<"ltr" | "rtl">;
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ChatCanvas.d.ts","sourceRoot":"","sources":["../../../../src/screens/chat/ChatCanvas.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,wBAAgB,UAAU,6BA6BzB"}
1
+ {"version":3,"file":"ChatCanvas.d.ts","sourceRoot":"","sources":["../../../../src/screens/chat/ChatCanvas.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAIxC,wBAAgB,UAAU,6BA8BzB"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@opencx/widget-react",
3
3
  "private": false,
4
- "version": "4.0.29",
4
+ "version": "4.0.32",
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.29",
41
- "@opencx/widget-react-headless": "4.0.29"
40
+ "@opencx/widget-react-headless": "4.0.32",
41
+ "@opencx/widget-core": "4.0.32"
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/tsconfig": "0.0.2",
56
- "@opencx/eslint-config": "0.0.1"
55
+ "@opencx/eslint-config": "0.0.1",
56
+ "@opencx/tsconfig": "0.0.2"
57
57
  },
58
58
  "scripts": {
59
59
  "clean": "rm -rf node_modules dist .turbo",
@@ -1 +0,0 @@
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 +0,0 @@
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"}
@@ -1,5 +0,0 @@
1
- import { SpecialComponentProps } from '@opencx/widget-core';
2
- export declare function useSpecialComponentProps(): {
3
- props: SpecialComponentProps;
4
- };
5
- //# sourceMappingURL=useSpecialComponentProps.d.ts.map
@@ -1 +0,0 @@
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"}