cmcts-c-agent-embedding 1.0.39 → 1.0.41

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": "cmcts-c-agent-embedding",
3
- "version": "1.0.39",
3
+ "version": "1.0.41",
4
4
  "description": "Javascript library to display flowise chatbot on your website",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- import type { BubbleProps } from 'cmcts-c-agent-embedding';
3
- type Props = BubbleProps;
4
- declare global {
5
- namespace JSX {
6
- interface IntrinsicElements {
7
- 'flowise-chatbot': React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
8
- }
9
- }
10
- }
11
- export declare const BubbleChat: (props: Props) => null;
12
- export {};
13
- //# sourceMappingURL=BubbleChat.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BubbleChat.d.ts","sourceRoot":"","sources":["../src/BubbleChat.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAG1D,KAAK,KAAK,GAAG,WAAW,CAAA;AAExB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,CACxC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,EACjC,WAAW,CACZ,CAAA;SACF;KACF;CACF;AAID,eAAO,MAAM,UAAU,UAAW,KAAK,SAkCtC,CAAA"}
@@ -1,18 +0,0 @@
1
- /// <reference types="react" />
2
- import type { BotProps } from 'cmcts-c-agent-embedding';
3
- type Props = BotProps & {
4
- style?: React.CSSProperties;
5
- className?: string;
6
- };
7
- declare global {
8
- namespace JSX {
9
- interface IntrinsicElements {
10
- 'flowise-fullchatbot': React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement> & {
11
- class?: string;
12
- };
13
- }
14
- }
15
- }
16
- export declare const FullPageChat: ({ style, className, ...assignableProps }: Props) => JSX.Element;
17
- export {};
18
- //# sourceMappingURL=FullPageChat.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FullPageChat.d.ts","sourceRoot":"","sources":["../src/FullPageChat.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,yBAAyB,CAAA;AAGvD,KAAK,KAAK,GAAG,QAAQ,GAAG;IACtB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAA;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,qBAAqB,EAAE,KAAK,CAAC,iBAAiB,CAC5C,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,EACjC,WAAW,CACZ,GAAG;gBAAE,KAAK,CAAC,EAAE,MAAM,CAAA;aAAE,CAAA;SACvB;KACF;CACF;AAID,eAAO,MAAM,YAAY,6CAA8C,KAAK,gBAe3E,CAAA"}
@@ -1,11 +0,0 @@
1
- import { JSX } from 'solid-js/jsx-runtime';
2
- type ImageUploadButtonProps = {
3
- buttonColor?: string;
4
- isDisabled?: boolean;
5
- isLoading?: boolean;
6
- disableIcon?: boolean;
7
- } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
- export declare const ImageUploadButton: (props: ImageUploadButtonProps) => JSX.Element;
9
- export declare const Spinner: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
10
- export {};
11
- //# sourceMappingURL=ImageUploadButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ImageUploadButton.d.ts","sourceRoot":"","sources":["../../src/components/ImageUploadButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,sBAAsB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,gBAiB9D,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"}
@@ -1,11 +0,0 @@
1
- import { JSX } from 'solid-js/jsx-runtime';
2
- type RecordAudioButtonProps = {
3
- buttonColor?: string;
4
- isDisabled?: boolean;
5
- isLoading?: boolean;
6
- disableIcon?: boolean;
7
- } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
- export declare const RecordAudioButton: (props: RecordAudioButtonProps) => JSX.Element;
9
- export declare const Spinner: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
10
- export {};
11
- //# sourceMappingURL=RecordAudioButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RecordAudioButton.d.ts","sourceRoot":"","sources":["../../src/components/RecordAudioButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAG3C,KAAK,sBAAsB,GAAG;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,iBAAiB,UAAW,sBAAsB,gBAiB9D,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"}
@@ -1,12 +0,0 @@
1
- import { JSX } from 'solid-js/jsx-runtime';
2
- type SendButtonProps = {
3
- sendButtonColor?: string;
4
- isDisabled?: boolean;
5
- isLoading?: boolean;
6
- disableIcon?: boolean;
7
- } & JSX.ButtonHTMLAttributes<HTMLButtonElement>;
8
- export declare const SendButton: (props: SendButtonProps) => JSX.Element;
9
- export declare const DeleteButton: (props: SendButtonProps) => JSX.Element;
10
- export declare const Spinner: (props: JSX.SvgSVGAttributes<SVGSVGElement>) => JSX.Element;
11
- export {};
12
- //# sourceMappingURL=SendButton.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SendButton.d.ts","sourceRoot":"","sources":["../../src/components/SendButton.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,GAAG,EAAE,MAAM,sBAAsB,CAAC;AAI3C,KAAK,eAAe,GAAG;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,GAAG,GAAG,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAEhD,eAAO,MAAM,UAAU,UAAW,eAAe,gBAiBhD,CAAC;AACF,eAAO,MAAM,YAAY,UAAW,eAAe,gBAkBlD,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,IAAI,gBAAgB,CAAC,aAAa,CAAC,gBAgBjE,CAAC"}