@cleartrip/talos-chat-ui 1.10.0 → 1.11.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/dist/ChatError/ChatError.d.ts +2 -1
- package/dist/ChatError/ChatError.d.ts.map +1 -1
- package/dist/ChatHeader/ChatHeader.d.ts +2 -1
- package/dist/ChatHeader/ChatHeader.d.ts.map +1 -1
- package/dist/ChatHeader/HeaderAction.d.ts +2 -1
- package/dist/ChatHeader/HeaderAction.d.ts.map +1 -1
- package/dist/ChatLoader/InitLoader.d.ts +2 -1
- package/dist/ChatLoader/InitLoader.d.ts.map +1 -1
- package/dist/ChatLoader/index.d.ts +2 -1
- package/dist/ChatLoader/index.d.ts.map +1 -1
- package/dist/ChatSurface/context.d.ts +1 -1
- package/dist/ChatSurface/context.d.ts.map +1 -1
- package/dist/ChatToast/ChatToast.d.ts +2 -1
- package/dist/ChatToast/ChatToast.d.ts.map +1 -1
- package/dist/ChatUI.d.ts +2 -1
- package/dist/ChatUI.d.ts.map +1 -1
- package/dist/ChatWelcome/ChatWelcome.d.ts +2 -1
- package/dist/ChatWelcome/ChatWelcome.d.ts.map +1 -1
- package/dist/ContextSummary/ContextSummary.d.ts +2 -1
- package/dist/ContextSummary/ContextSummary.d.ts.map +1 -1
- package/dist/HybridChat/HybridChat.d.ts +2 -1
- package/dist/HybridChat/HybridChat.d.ts.map +1 -1
- package/dist/NativeActions/NativeActions.d.ts +2 -1
- package/dist/NativeActions/NativeActions.d.ts.map +1 -1
- package/dist/PreviousChatListing/PreviousChatListing.d.ts +1 -1
- package/dist/PreviousChatListing/PreviousChatListingEmpty.d.ts +2 -1
- package/dist/PreviousChatListing/PreviousChatListingEmpty.d.ts.map +1 -1
- package/dist/PreviousChatListing/PreviousChatListingShimmer.d.ts +2 -1
- package/dist/PreviousChatListing/PreviousChatListingShimmer.d.ts.map +1 -1
- package/dist/assets/AiIcon.d.ts +2 -1
- package/dist/assets/AiIcon.d.ts.map +1 -1
- package/dist/assets/Back.d.ts +2 -1
- package/dist/assets/Back.d.ts.map +1 -1
- package/dist/assets/BgGradientLeft.d.ts +2 -1
- package/dist/assets/BgGradientLeft.d.ts.map +1 -1
- package/dist/assets/BgGradientRight.d.ts +2 -1
- package/dist/assets/BgGradientRight.d.ts.map +1 -1
- package/dist/assets/Cross.d.ts +2 -1
- package/dist/assets/Cross.d.ts.map +1 -1
- package/dist/assets/Expand.d.ts +2 -1
- package/dist/assets/Expand.d.ts.map +1 -1
- package/dist/assets/MaginfyingGlass.d.ts +2 -1
- package/dist/assets/MaginfyingGlass.d.ts.map +1 -1
- package/dist/assets/NewChat.d.ts +2 -1
- package/dist/assets/NewChat.d.ts.map +1 -1
- package/dist/assets/PreviousChat.d.ts +2 -1
- package/dist/assets/PreviousChat.d.ts.map +1 -1
- package/dist/assets/SearchSparkle.d.ts +2 -1
- package/dist/assets/SearchSparkle.d.ts.map +1 -1
- package/package.json +16 -14
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { type IChatErrorProps } from "./type";
|
|
2
|
-
declare const ChatError: (props: IChatErrorProps) => import("react
|
|
3
|
+
declare const ChatError: (props: IChatErrorProps) => import("react").JSX.Element;
|
|
3
4
|
export default ChatError;
|
|
4
5
|
//# sourceMappingURL=ChatError.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatError.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatError/ChatError.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,QAAQ,CAAC;AAM9C,QAAA,MAAM,SAAS,UAAW,eAAe,
|
|
1
|
+
{"version":3,"file":"ChatError.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatError/ChatError.tsx"],"names":[],"mappings":";AAWA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,QAAQ,CAAC;AAM9C,QAAA,MAAM,SAAS,UAAW,eAAe,gCAuCxC,CAAA;AAED,eAAe,SAAS,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { type IChatHeaderProps } from "./type";
|
|
2
|
-
declare const ChatHeader: (props: IChatHeaderProps) => import("react
|
|
3
|
+
declare const ChatHeader: (props: IChatHeaderProps) => import("react").JSX.Element;
|
|
3
4
|
export default ChatHeader;
|
|
4
5
|
//# sourceMappingURL=ChatHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatHeader.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatHeader/ChatHeader.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,UAAU,UAAW,gBAAgB,
|
|
1
|
+
{"version":3,"file":"ChatHeader.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatHeader/ChatHeader.tsx"],"names":[],"mappings":";AAeA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,UAAU,UAAW,gBAAgB,gCAmC1C,CAAA;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { type IHeaderActionProps } from "./type";
|
|
2
|
-
declare const HeaderAction: (props: IHeaderActionProps) => import("react
|
|
3
|
+
declare const HeaderAction: (props: IHeaderActionProps) => import("react").JSX.Element;
|
|
3
4
|
export default HeaderAction;
|
|
4
5
|
//# sourceMappingURL=HeaderAction.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderAction.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatHeader/HeaderAction.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAEjD,QAAA,MAAM,YAAY,UAAW,kBAAkB,
|
|
1
|
+
{"version":3,"file":"HeaderAction.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatHeader/HeaderAction.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,QAAQ,CAAC;AAEjD,QAAA,MAAM,YAAY,UAAW,kBAAkB,gCAc9C,CAAA;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InitLoader.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatLoader/InitLoader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"InitLoader.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatLoader/InitLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AASvC,QAAA,MAAM,UAAU;;8BAWf,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { ChatCapability } from "@cleartrip/talos-use-chat-controller";
|
|
2
3
|
interface IChatLoaderProps {
|
|
3
4
|
capability?: `${ChatCapability}`;
|
|
4
5
|
loaderText?: string;
|
|
5
6
|
}
|
|
6
|
-
declare const ChatLoader: ({ loaderText, capability, }: IChatLoaderProps) =>
|
|
7
|
+
declare const ChatLoader: ({ loaderText, capability, }: IChatLoaderProps) => React.JSX.Element;
|
|
7
8
|
export default ChatLoader;
|
|
8
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatLoader/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatLoader/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAStE,UAAU,gBAAgB;IACxB,UAAU,CAAC,EAAE,GAAG,cAAc,EAAE,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AACD,QAAA,MAAM,UAAU,gCAGb,gBAAgB,sBA8BlB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -6,7 +6,7 @@ export interface IChatSurfaceProviderProps {
|
|
|
6
6
|
bridge?: ChatSurfaceBridge;
|
|
7
7
|
initialState?: `${ChatSurfaceState}`;
|
|
8
8
|
}
|
|
9
|
-
export declare const ChatSurfaceProvider: ({ children, bridge, initialState }: IChatSurfaceProviderProps) => import("react
|
|
9
|
+
export declare const ChatSurfaceProvider: ({ children, bridge, initialState }: IChatSurfaceProviderProps) => import("react").JSX.Element;
|
|
10
10
|
export declare const useChatSurfaceBridge: () => ChatSurfaceBridge;
|
|
11
11
|
export declare const useChatSurface: (bridge?: ChatSurfaceBridge) => IChatSurfaceSnapshot;
|
|
12
12
|
//# sourceMappingURL=context.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatSurface/context.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA2D,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEhG,OAAO,EAAE,iBAAiB,EAAwB,MAAM,qBAAqB,CAAC;AAC9E,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,oBAAoB,EAAE,MAAM,QAAQ,CAAC;AAI1E,MAAM,WAAW,yBAAyB;IACtC,QAAQ,EAAE,SAAS,CAAC;IAKpB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAI3B,YAAY,CAAC,EAAE,GAAG,gBAAgB,EAAE,CAAC;CACxC;AAOD,eAAO,MAAM,mBAAmB,uCAAwC,yBAAyB,
|
|
1
|
+
{"version":3,"file":"context.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatSurface/context.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA2D,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEhG,OAAO,EAAE,iBAAiB,EAAwB,MAAM,qBAAqB,CAAC;AAC9E,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,oBAAoB,EAAE,MAAM,QAAQ,CAAC;AAI1E,MAAM,WAAW,yBAAyB;IACtC,QAAQ,EAAE,SAAS,CAAC;IAKpB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAI3B,YAAY,CAAC,EAAE,GAAG,gBAAgB,EAAE,CAAC;CACxC;AAOD,eAAO,MAAM,mBAAmB,uCAAwC,yBAAyB,gCAMhG,CAAC;AAOF,eAAO,MAAM,oBAAoB,QAAO,iBAGvC,CAAC;AAMF,eAAO,MAAM,cAAc,YAAa,iBAAiB,KAAG,oBAI3D,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { type IChatToastProps } from "./type";
|
|
2
|
-
declare const ChatToast: (props: IChatToastProps) => import("react
|
|
3
|
+
declare const ChatToast: (props: IChatToastProps) => import("react").JSX.Element | null;
|
|
3
4
|
export default ChatToast;
|
|
4
5
|
//# sourceMappingURL=ChatToast.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatToast.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatToast/ChatToast.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,QAAQ,CAAC;AAU9C,QAAA,MAAM,SAAS,UAAW,eAAe,
|
|
1
|
+
{"version":3,"file":"ChatToast.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatToast/ChatToast.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,QAAQ,CAAC;AAU9C,QAAA,MAAM,SAAS,UAAW,eAAe,uCA8BxC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
package/dist/ChatUI.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { type IChatUIProps } from "./type";
|
|
2
3
|
import "./index.scss";
|
|
3
|
-
declare const ChatUI: (props: IChatUIProps) => import("react
|
|
4
|
+
declare const ChatUI: (props: IChatUIProps) => import("react").JSX.Element;
|
|
4
5
|
export default ChatUI;
|
|
5
6
|
//# sourceMappingURL=ChatUI.d.ts.map
|
package/dist/ChatUI.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatUI.d.ts","sourceRoot":"","sources":["../packages/components/chat-ui/src/ChatUI.tsx"],"names":[],"mappings":"AAiCA,OAAO,EAAE,KAAK,YAAY,EAAwC,MAAM,QAAQ,CAAC;AAEjF,OAAO,cAAc,CAAC;AAEtB,QAAA,MAAM,MAAM,UAAW,YAAY,
|
|
1
|
+
{"version":3,"file":"ChatUI.d.ts","sourceRoot":"","sources":["../packages/components/chat-ui/src/ChatUI.tsx"],"names":[],"mappings":";AAiCA,OAAO,EAAE,KAAK,YAAY,EAAwC,MAAM,QAAQ,CAAC;AAEjF,OAAO,cAAc,CAAC;AAEtB,QAAA,MAAM,MAAM,UAAW,YAAY,gCAmclC,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import React from "react";
|
|
1
2
|
import { type IChatWelcomeProps } from "./type";
|
|
2
|
-
declare const ChatWelcomeContent: ({ data, shouldHidePills }: IChatWelcomeProps) =>
|
|
3
|
+
declare const ChatWelcomeContent: ({ data, shouldHidePills }: IChatWelcomeProps) => React.JSX.Element;
|
|
3
4
|
export default ChatWelcomeContent;
|
|
4
5
|
//# sourceMappingURL=ChatWelcome.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChatWelcome.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatWelcome/ChatWelcome.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ChatWelcome.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ChatWelcome/ChatWelcome.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAqBvC,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAEhD,QAAA,MAAM,kBAAkB,8BAA+B,iBAAiB,sBA0EvE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { IContextSummaryProps } from "../type";
|
|
2
|
-
declare const ContextSummary: (props: IContextSummaryProps) => import("react
|
|
3
|
+
declare const ContextSummary: (props: IContextSummaryProps) => import("react").JSX.Element;
|
|
3
4
|
export default ContextSummary;
|
|
4
5
|
//# sourceMappingURL=ContextSummary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextSummary.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ContextSummary/ContextSummary.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAM/C,QAAA,MAAM,cAAc,UAAW,oBAAoB,
|
|
1
|
+
{"version":3,"file":"ContextSummary.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/ContextSummary/ContextSummary.tsx"],"names":[],"mappings":";AAQA,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAM/C,QAAA,MAAM,cAAc,UAAW,oBAAoB,gCAuClD,CAAA;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { type IHybridChatProps } from "./type";
|
|
2
|
-
declare const HybridChat: (props: IHybridChatProps) => import("react
|
|
3
|
+
declare const HybridChat: (props: IHybridChatProps) => import("react").JSX.Element;
|
|
3
4
|
export default HybridChat;
|
|
4
5
|
//# sourceMappingURL=HybridChat.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HybridChat.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/HybridChat/HybridChat.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,UAAU,UAAW,gBAAgB,
|
|
1
|
+
{"version":3,"file":"HybridChat.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/HybridChat/HybridChat.tsx"],"names":[],"mappings":";AAeA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,QAAQ,CAAC;AAE/C,QAAA,MAAM,UAAU,UAAW,gBAAgB,gCAoG1C,CAAA;AAED,eAAe,UAAU,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { type INativeActionsProps } from "./type";
|
|
2
|
-
declare const NativeActions: (props: INativeActionsProps) => import("react
|
|
3
|
+
declare const NativeActions: (props: INativeActionsProps) => import("react").JSX.Element;
|
|
3
4
|
export default NativeActions;
|
|
4
5
|
//# sourceMappingURL=NativeActions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NativeActions.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/NativeActions/NativeActions.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,mBAAmB,EAA8B,MAAM,QAAQ,CAAC;AAQ9E,QAAA,MAAM,aAAa,UAAW,mBAAmB,
|
|
1
|
+
{"version":3,"file":"NativeActions.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/NativeActions/NativeActions.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,KAAK,mBAAmB,EAA8B,MAAM,QAAQ,CAAC;AAQ9E,QAAA,MAAM,aAAa,UAAW,mBAAmB,gCAgDhD,CAAA;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IPreviousChatListingProps } from "./type";
|
|
3
|
-
declare const _default: import("react").MemoExoticComponent<(props: IPreviousChatListingProps) => import("react
|
|
3
|
+
declare const _default: import("react").MemoExoticComponent<(props: IPreviousChatListingProps) => import("react").JSX.Element>;
|
|
4
4
|
export default _default;
|
|
5
5
|
//# sourceMappingURL=PreviousChatListing.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { IPreviousChatListingEmptyProps } from "./type";
|
|
2
|
-
declare const PreviousChatListingEmpty: (props: IPreviousChatListingEmptyProps) => import("react
|
|
3
|
+
declare const PreviousChatListingEmpty: (props: IPreviousChatListingEmptyProps) => import("react").JSX.Element;
|
|
3
4
|
export default PreviousChatListingEmpty;
|
|
4
5
|
//# sourceMappingURL=PreviousChatListingEmpty.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreviousChatListingEmpty.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/PreviousChatListing/PreviousChatListingEmpty.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,8BAA8B,EAAmC,MAAM,QAAQ,CAAC;AAuBzF,QAAA,MAAM,wBAAwB,UAAW,8BAA8B,
|
|
1
|
+
{"version":3,"file":"PreviousChatListingEmpty.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/PreviousChatListing/PreviousChatListingEmpty.tsx"],"names":[],"mappings":";AAOA,OAAO,EAAE,8BAA8B,EAAmC,MAAM,QAAQ,CAAC;AAuBzF,QAAA,MAAM,wBAAwB,UAAW,8BAA8B,gCA2BtE,CAAA;AAED,eAAe,wBAAwB,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const PreviousChatListingShimmer: () => import("react").JSX.Element;
|
|
2
3
|
export default PreviousChatListingShimmer;
|
|
3
4
|
//# sourceMappingURL=PreviousChatListingShimmer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreviousChatListingShimmer.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/PreviousChatListing/PreviousChatListingShimmer.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"PreviousChatListingShimmer.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/PreviousChatListing/PreviousChatListingShimmer.tsx"],"names":[],"mappings":";AAKA,QAAA,MAAM,0BAA0B,mCAkB/B,CAAA;AAED,eAAe,0BAA0B,CAAC"}
|
package/dist/assets/AiIcon.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AiIcon.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/AiIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"AiIcon.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/AiIcon.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,MAAM,mCAiFX,CAAA;AAED,eAAe,MAAM,CAAC"}
|
package/dist/assets/Back.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Back.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/Back.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"Back.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/Back.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,IAAI,mCAMT,CAAA;AAED,eAAe,IAAI,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const BgGradientLeft: (props: React.SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
2
3
|
export default BgGradientLeft;
|
|
3
4
|
//# sourceMappingURL=BgGradientLeft.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BgGradientLeft.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/BgGradientLeft.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,cAAc,UAAW,MAAM,QAAQ,CAAC,aAAa,CAAC,
|
|
1
|
+
{"version":3,"file":"BgGradientLeft.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/BgGradientLeft.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,cAAc,UAAW,MAAM,QAAQ,CAAC,aAAa,CAAC,gCAe3D,CAAA;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const BgGradientRight: (props: React.SVGProps<SVGSVGElement>) => import("react").JSX.Element;
|
|
2
3
|
export default BgGradientRight;
|
|
3
4
|
//# sourceMappingURL=BgGradientRight.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BgGradientRight.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/BgGradientRight.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,eAAe,UAAW,MAAM,QAAQ,CAAC,aAAa,CAAC,
|
|
1
|
+
{"version":3,"file":"BgGradientRight.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/BgGradientRight.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,eAAe,UAAW,MAAM,QAAQ,CAAC,aAAa,CAAC,gCAsC5D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
package/dist/assets/Cross.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Cross.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/Cross.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"Cross.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/Cross.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,KAAK,mCAMV,CAAA;AAED,eAAe,KAAK,CAAC"}
|
package/dist/assets/Expand.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Expand.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/Expand.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Expand.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/Expand.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,MAAM,mCAMX,CAAA;AAED,eAAe,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MaginfyingGlass.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/MaginfyingGlass.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"MaginfyingGlass.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/MaginfyingGlass.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,eAAe,mCAMpB,CAAA;AAED,eAAe,eAAe,CAAC"}
|
package/dist/assets/NewChat.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NewChat.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/NewChat.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"NewChat.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/NewChat.tsx"],"names":[],"mappings":";AAEA,QAAA,MAAM,OAAO,mCAYZ,CAAA;AAED,eAAe,OAAO,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreviousChat.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/PreviousChat.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"PreviousChat.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/PreviousChat.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,YAAY,mCAWjB,CAAA;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchSparkle.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/SearchSparkle.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"SearchSparkle.d.ts","sourceRoot":"","sources":["../../packages/components/chat-ui/src/assets/SearchSparkle.tsx"],"names":[],"mappings":";AAAA,QAAA,MAAM,aAAa,mCAyClB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cleartrip/talos-chat-ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.11.0",
|
|
4
4
|
"description": "Chat UI Component",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/talos-chat-ui.cjs.js",
|
|
@@ -15,25 +15,27 @@
|
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@cleartrip/
|
|
19
|
-
"@cleartrip/talos-use-chat-controller": "1.
|
|
20
|
-
"@cleartrip/talos-widget-
|
|
21
|
-
"@cleartrip/talos-
|
|
22
|
-
"@cleartrip/talos-
|
|
23
|
-
"@cleartrip/talos-
|
|
24
|
-
"@cleartrip/talos-sequential-reveal": "1.
|
|
25
|
-
"@cleartrip/talos-
|
|
26
|
-
"@cleartrip/talos-
|
|
27
|
-
"@cleartrip/talos-
|
|
28
|
-
"@cleartrip/talos-
|
|
29
|
-
"@cleartrip/talos-
|
|
30
|
-
"@cleartrip/talos-constants": "1.10.0"
|
|
18
|
+
"@cleartrip/talos-general-utils": "1.11.0",
|
|
19
|
+
"@cleartrip/talos-use-chat-controller": "1.11.0",
|
|
20
|
+
"@cleartrip/talos-widget-manager": "1.11.0",
|
|
21
|
+
"@cleartrip/talos-lottie": "1.11.0",
|
|
22
|
+
"@cleartrip/talos-use-native-actions": "1.11.0",
|
|
23
|
+
"@cleartrip/talos-widget-types": "1.11.0",
|
|
24
|
+
"@cleartrip/talos-sequential-reveal": "1.11.0",
|
|
25
|
+
"@cleartrip/talos-icon": "1.11.0",
|
|
26
|
+
"@cleartrip/talos-horizontal-chip-menu": "12.0.0",
|
|
27
|
+
"@cleartrip/talos-background-gradient": "1.6.0",
|
|
28
|
+
"@cleartrip/talos-constants": "1.11.0",
|
|
29
|
+
"@cleartrip/talos-animated-ticker": "1.6.0"
|
|
31
30
|
},
|
|
32
31
|
"publishConfig": {
|
|
33
32
|
"access": "public"
|
|
34
33
|
},
|
|
35
34
|
"author": "Cleartrip",
|
|
36
35
|
"license": "ISC",
|
|
36
|
+
"peerDependencies": {
|
|
37
|
+
"@cleartrip/ct-design-components": "3.21.0-SNAPSHOT-260806.0"
|
|
38
|
+
},
|
|
37
39
|
"scripts": {
|
|
38
40
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
39
41
|
"watch-package": "rollup -c -w",
|