@axiom-lattice/react-sdk 2.1.28 → 2.1.30
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4193 -4012
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4129 -3950
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -435,14 +435,14 @@ type AgentChatProps = {
|
|
|
435
435
|
} & ChatingProps;
|
|
436
436
|
declare const LatticeChat: React__default.FC<AgentChatProps>;
|
|
437
437
|
|
|
438
|
-
declare const MDResponse: ({ content, context, embeddedLink, interactive, userData, noGenUI, }: {
|
|
438
|
+
declare const MDResponse: React__default.MemoExoticComponent<({ content, context, embeddedLink, interactive, userData, noGenUI, }: {
|
|
439
439
|
context?: any;
|
|
440
440
|
content: string;
|
|
441
441
|
embeddedLink?: boolean;
|
|
442
442
|
interactive?: boolean;
|
|
443
443
|
userData?: any;
|
|
444
444
|
noGenUI?: boolean;
|
|
445
|
-
}) => react_jsx_runtime.JSX.Element
|
|
445
|
+
}) => react_jsx_runtime.JSX.Element>;
|
|
446
446
|
declare const MDViewFormItem: ({ value }: {
|
|
447
447
|
value?: string;
|
|
448
448
|
}) => react_jsx_runtime.JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -435,14 +435,14 @@ type AgentChatProps = {
|
|
|
435
435
|
} & ChatingProps;
|
|
436
436
|
declare const LatticeChat: React__default.FC<AgentChatProps>;
|
|
437
437
|
|
|
438
|
-
declare const MDResponse: ({ content, context, embeddedLink, interactive, userData, noGenUI, }: {
|
|
438
|
+
declare const MDResponse: React__default.MemoExoticComponent<({ content, context, embeddedLink, interactive, userData, noGenUI, }: {
|
|
439
439
|
context?: any;
|
|
440
440
|
content: string;
|
|
441
441
|
embeddedLink?: boolean;
|
|
442
442
|
interactive?: boolean;
|
|
443
443
|
userData?: any;
|
|
444
444
|
noGenUI?: boolean;
|
|
445
|
-
}) => react_jsx_runtime.JSX.Element
|
|
445
|
+
}) => react_jsx_runtime.JSX.Element>;
|
|
446
446
|
declare const MDViewFormItem: ({ value }: {
|
|
447
447
|
value?: string;
|
|
448
448
|
}) => react_jsx_runtime.JSX.Element;
|