@envive-ai/react-widgets-v3 0.3.16 → 0.3.17

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.
Files changed (90) hide show
  1. package/dist/CXIntegration/hooks/useUnifiedCXButton.cjs +1 -1
  2. package/dist/CXIntegration/hooks/useUnifiedCXButton.js +1 -1
  3. package/dist/debug/chatEmbed.cjs +2 -2
  4. package/dist/debug/chatEmbed.js +2 -2
  5. package/dist/debug/reportIssue.cjs +2 -2
  6. package/dist/debug/reportIssue.js +2 -2
  7. package/dist/hocs/withBaseWidget/types.d.ts +1 -1
  8. package/dist/hocs/withBaseWidget/withBaseWidget.d.cts +2 -2
  9. package/dist/hocs/withBaseWidget/withBaseWidget.d.ts +2 -2
  10. package/dist/packages/icons/dist/IconCloseVariant.cjs +5 -6
  11. package/dist/packages/icons/dist/IconCloseVariant.js +4 -6
  12. package/dist/packages/widgets/dist/SearchResults/SearchResultsWidget.d.ts +2 -2
  13. package/dist/packages/widgets/dist/SearchZeroState/SearchZeroStateWidget.d.ts +2 -2
  14. package/dist/packages/widgets/dist/SuggestionBar/SuggestionBar.d.ts +2 -2
  15. package/dist/widgets/ChatPreviewComparisonWidget/ChatPreviewComparisonWidget.cjs +7 -7
  16. package/dist/widgets/ChatPreviewComparisonWidget/ChatPreviewComparisonWidget.d.cts +3 -3
  17. package/dist/widgets/ChatPreviewComparisonWidget/ChatPreviewComparisonWidget.d.ts +3 -3
  18. package/dist/widgets/ChatPreviewComparisonWidget/ChatPreviewComparisonWidget.js +7 -7
  19. package/dist/widgets/ChatPreviewLoadingWidget/ChatPreviewLoadingWidget.cjs +1 -1
  20. package/dist/widgets/ChatPreviewLoadingWidget/ChatPreviewLoadingWidget.d.cts +3 -3
  21. package/dist/widgets/ChatPreviewLoadingWidget/ChatPreviewLoadingWidget.d.ts +3 -3
  22. package/dist/widgets/ChatPreviewLoadingWidget/ChatPreviewLoadingWidget.js +1 -1
  23. package/dist/widgets/ChatPreviewWidget/ChatPreviewWidget.cjs +5 -5
  24. package/dist/widgets/ChatPreviewWidget/ChatPreviewWidget.d.cts +3 -3
  25. package/dist/widgets/ChatPreviewWidget/ChatPreviewWidget.d.ts +3 -3
  26. package/dist/widgets/ChatPreviewWidget/ChatPreviewWidget.js +5 -5
  27. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.cjs +3 -3
  28. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.d.cts +2 -2
  29. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.d.ts +2 -2
  30. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.js +3 -3
  31. package/dist/widgets/FloatingChatWidget/hooks/useAutoPopup.cjs +1 -1
  32. package/dist/widgets/FloatingChatWidget/hooks/useAutoPopup.js +1 -1
  33. package/dist/widgets/FloatingChatWidget/hooks/useFloatingButtonVisibility.cjs +1 -1
  34. package/dist/widgets/FloatingChatWidget/hooks/useFloatingButtonVisibility.js +1 -1
  35. package/dist/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.cjs +1 -1
  36. package/dist/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.d.cts +2 -2
  37. package/dist/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.d.ts +2 -2
  38. package/dist/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.js +1 -1
  39. package/dist/widgets/ProductCardWidget/ProductCardWidget.cjs +3 -3
  40. package/dist/widgets/ProductCardWidget/ProductCardWidget.d.cts +2 -2
  41. package/dist/widgets/ProductCardWidget/ProductCardWidget.d.ts +2 -2
  42. package/dist/widgets/ProductCardWidget/ProductCardWidget.js +3 -3
  43. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.cjs +6 -6
  44. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.d.cts +3 -3
  45. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.d.ts +3 -3
  46. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.js +6 -6
  47. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.cjs +3 -3
  48. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.d.cts +2 -2
  49. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.d.ts +2 -2
  50. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.js +3 -3
  51. package/dist/widgets/SocialProofFlowWidget/SocialProofFlowWidget.cjs +2 -2
  52. package/dist/widgets/SocialProofFlowWidget/SocialProofFlowWidget.d.ts +2 -2
  53. package/dist/widgets/SocialProofFlowWidget/SocialProofFlowWidget.js +2 -2
  54. package/dist/widgets/SocialProofWidget/SocialProofWidget.cjs +7 -7
  55. package/dist/widgets/SocialProofWidget/SocialProofWidget.d.cts +3 -3
  56. package/dist/widgets/SocialProofWidget/SocialProofWidget.d.ts +3 -3
  57. package/dist/widgets/SocialProofWidget/SocialProofWidget.js +7 -7
  58. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.cjs +2 -2
  59. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.d.cts +2 -2
  60. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.d.ts +2 -2
  61. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.js +2 -2
  62. package/dist/widgets/TypingAnimationFlowWidget/TypingAnimationFlowWidget.cjs +2 -2
  63. package/dist/widgets/TypingAnimationFlowWidget/TypingAnimationFlowWidget.d.ts +2 -2
  64. package/dist/widgets/TypingAnimationFlowWidget/TypingAnimationFlowWidget.js +2 -2
  65. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.cjs +4 -4
  66. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.d.cts +3 -3
  67. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.d.ts +3 -3
  68. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.js +4 -4
  69. package/dist/widgets/dist/SearchResults/SearchResultsWidget.d.cts +2 -2
  70. package/dist/widgets/dist/SearchZeroState/SearchZeroStateWidget.d.cts +2 -2
  71. package/dist/widgets/dist/SuggestionBar/SuggestionBar.d.cts +2 -2
  72. package/dist/widgets/hooks/useGetWidgetStatus.cjs +1 -1
  73. package/dist/widgets/hooks/useGetWidgetStatus.js +1 -1
  74. package/dist/widgets/utils/functions.cjs +1 -1
  75. package/dist/widgets/utils/functions.js +1 -1
  76. package/package.json +3 -3
  77. package/dist/packages/icons/dist/_virtual/rolldown_runtime.cjs +0 -27
  78. package/dist/packages/icons/dist/_virtual/rolldown_runtime.js +0 -25
  79. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs +0 -696
  80. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -696
  81. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs +0 -43
  82. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -43
  83. package/dist/packages/icons/dist/node_modules/react/cjs/react.development.cjs +0 -1528
  84. package/dist/packages/icons/dist/node_modules/react/cjs/react.development.js +0 -1528
  85. package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.cjs +0 -329
  86. package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.js +0 -329
  87. package/dist/packages/icons/dist/node_modules/react/index.cjs +0 -13
  88. package/dist/packages/icons/dist/node_modules/react/index.js +0 -13
  89. package/dist/packages/icons/dist/node_modules/react/jsx-runtime.cjs +0 -13
  90. package/dist/packages/icons/dist/node_modules/react/jsx-runtime.js +0 -13
@@ -1,16 +1,16 @@
1
1
  import { withBaseWidget } from "../../hocs/withBaseWidget/withBaseWidget.js";
2
2
  import "../../hocs/withBaseWidget/index.js";
3
3
  import { getStringIdForText } from "../utils/functions.js";
4
+ import { WidgetTypeV3 } from "@envive-ai/react-hooks/contexts/typesV3";
5
+ import { useSetAtom } from "jotai";
4
6
  import { useCallback, useEffect } from "react";
5
7
  import { EnviveMetricsEventName, SpiffyMetricsEventName, useAmplitude } from "@envive-ai/react-hooks/contexts/amplitudeContext";
6
8
  import { jsx } from "react/jsx-runtime";
7
- import { useSalesAgent } from "@envive-ai/react-hooks/contexts/salesAgentContext";
8
- import { WidgetTypeV3 } from "@envive-ai/react-hooks/contexts/typesV3";
9
- import { useSetAtom } from "jotai";
10
9
  import { ChatElementDisplayLocationV3 } from "@envive-ai/react-hooks/application/models";
11
- import { useWidgetInteraction } from "@envive-ai/react-hooks/hooks/WidgetInteraction";
10
+ import { useSalesAgent } from "@envive-ai/react-hooks/contexts/salesAgentContext";
12
11
  import { WidgetInteractionComponent, WidgetInteractionType } from "@envive-ai/react-hooks/hooks/WidgetInteraction/types";
13
12
  import { PromptCarouselRows, usePromptCarouselAnalytics } from "@envive-ai/react-toolkit-v3/PromptCarousel";
13
+ import { useWidgetInteraction } from "@envive-ai/react-hooks/hooks/WidgetInteraction";
14
14
  import { chatOnToggleAtom } from "@envive-ai/react-hooks/atoms/chat/chatState";
15
15
  import { PromptButtonVariant } from "@envive-ai/react-toolkit-v3/PromptButton/types";
16
16
  import { TypingAnimation } from "@envive-ai/react-toolkit-v3/TypingAnimation";
@@ -1,8 +1,8 @@
1
- import * as react_jsx_runtime1 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
2
2
 
3
3
  //#region ../widgets/dist/SearchResults/SearchResultsWidget.d.ts
4
4
  //#region src/SearchResults/SearchResultsWidget.d.ts
5
- declare const SearchResultsWidget: () => react_jsx_runtime1.JSX.Element;
5
+ declare const SearchResultsWidget: () => react_jsx_runtime0.JSX.Element;
6
6
  //#endregion
7
7
 
8
8
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime3 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime2 from "react/jsx-runtime";
2
2
 
3
3
  //#region ../widgets/dist/SearchZeroState/SearchZeroStateWidget.d.ts
4
4
  //#region src/SearchZeroState/SearchZeroStateWidget.d.ts
@@ -11,7 +11,7 @@ declare const SearchZeroStateWidget: ({
11
11
  initialIsOpen,
12
12
  widgetConfigId,
13
13
  entryPointRef
14
- }: SearchZeroStateWidgetProps) => react_jsx_runtime3.JSX.Element;
14
+ }: SearchZeroStateWidgetProps) => react_jsx_runtime2.JSX.Element;
15
15
  //#endregion
16
16
 
17
17
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { SuggestionBarLocationForMetrics } from "./types.cjs";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
3
3
  import { SuggestionButtonVariant } from "@envive-ai/react-hooks/contexts/types";
4
4
  import { Message } from "postcss";
5
5
 
@@ -30,7 +30,7 @@ declare function SuggestionBar({
30
30
  buttonBorderRadius,
31
31
  handleReply,
32
32
  dataTestId
33
- }: Readonly<SuggestionBarProps>): react_jsx_runtime2.JSX.Element;
33
+ }: Readonly<SuggestionBarProps>): react_jsx_runtime3.JSX.Element;
34
34
  //#endregion
35
35
  //#endregion
36
36
  export { SuggestionBar };
@@ -1,8 +1,8 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
2
  const require_functions = require('../utils/functions.cjs');
3
+ let jotai = require("jotai");
3
4
  let react = require("react");
4
5
  let __envive_ai_react_hooks_atoms_chat = require("@envive-ai/react-hooks/atoms/chat");
5
- let jotai = require("jotai");
6
6
  let __envive_ai_react_hooks_atoms_chat_chatState = require("@envive-ai/react-hooks/atoms/chat/chatState");
7
7
 
8
8
  //#region src/widgets/hooks/useGetWidgetStatus.tsx
@@ -1,7 +1,7 @@
1
1
  import { isLoading, isProductComparison, userHasInteracted, userHasNotInteracted } from "../utils/functions.js";
2
+ import { useAtomValue } from "jotai";
2
3
  import { useMemo } from "react";
3
4
  import { chatAtom, lastAssistantMessageAtom } from "@envive-ai/react-hooks/atoms/chat";
4
- import { useAtomValue } from "jotai";
5
5
  import { responseStreamingAtom } from "@envive-ai/react-hooks/atoms/chat/chatState";
6
6
 
7
7
  //#region src/widgets/hooks/useGetWidgetStatus.tsx
@@ -1,6 +1,6 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- let __envive_ai_react_hooks_atoms_chat = require("@envive-ai/react-hooks/atoms/chat");
3
2
  let __envive_ai_react_hooks_application_models = require("@envive-ai/react-hooks/application/models");
3
+ let __envive_ai_react_hooks_atoms_chat = require("@envive-ai/react-hooks/atoms/chat");
4
4
  let __envive_ai_react_hooks_atoms_atomStore = require("@envive-ai/react-hooks/atoms/atomStore");
5
5
 
6
6
  //#region src/widgets/utils/functions.ts
@@ -1,5 +1,5 @@
1
- import { chatAtom, lastAssistantMessageAtom } from "@envive-ai/react-hooks/atoms/chat";
2
1
  import { MessageRole, MessageType } from "@envive-ai/react-hooks/application/models";
2
+ import { chatAtom, lastAssistantMessageAtom } from "@envive-ai/react-hooks/atoms/chat";
3
3
  import { getAtomStore } from "@envive-ai/react-hooks/atoms/atomStore";
4
4
 
5
5
  //#region src/widgets/utils/functions.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@envive-ai/react-widgets-v3",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "description": "React widget library v3 for Envive services.",
5
5
  "keywords": [
6
6
  "react",
@@ -42,8 +42,8 @@
42
42
  "@envive-ai/react-toolkit": "*",
43
43
  "@envive-ai/react-toolkit-v3": "*",
44
44
  "@envive-ai/react-widgets": "*",
45
- "react": ">=18.3.1",
46
- "react-dom": ">=18.3.1"
45
+ "react": "^18.3.0 || ^19.0.0",
46
+ "react-dom": "^18.3.0 || ^19.0.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@envive-ai/react-widgets": "*",
@@ -1,27 +0,0 @@
1
-
2
- //#region ../icons/dist/_virtual/rolldown_runtime.js
3
- var __create = Object.create;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf;
8
- var __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
12
- key = keys[i];
13
- if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
14
- get: ((k) => from[k]).bind(null, key),
15
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
16
- });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
21
- value: mod,
22
- enumerable: true
23
- }) : target, mod));
24
-
25
- //#endregion
26
- exports.__commonJSMin = __commonJSMin;
27
- exports.__toESM = __toESM;
@@ -1,25 +0,0 @@
1
- //#region ../icons/dist/_virtual/rolldown_runtime.js
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
11
- key = keys[i];
12
- if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
- get: ((k) => from[k]).bind(null, key),
14
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
- });
16
- }
17
- return to;
18
- };
19
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
20
- value: mod,
21
- enumerable: true
22
- }) : target, mod));
23
-
24
- //#endregion
25
- export { __commonJSMin, __toESM };