@envive-ai/react-widgets-v3 0.3.15 → 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 (87) 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/packages/icons/dist/IconCloseVariant.cjs +5 -6
  10. package/dist/packages/icons/dist/IconCloseVariant.js +4 -6
  11. package/dist/packages/widgets/dist/SearchResults/SearchResultsWidget.d.ts +2 -2
  12. package/dist/widgets/ChatPreviewComparisonWidget/ChatPreviewComparisonWidget.cjs +36 -5
  13. package/dist/widgets/ChatPreviewComparisonWidget/ChatPreviewComparisonWidget.d.cts +3 -3
  14. package/dist/widgets/ChatPreviewComparisonWidget/ChatPreviewComparisonWidget.d.ts +3 -3
  15. package/dist/widgets/ChatPreviewComparisonWidget/ChatPreviewComparisonWidget.js +36 -5
  16. package/dist/widgets/ChatPreviewLoadingWidget/ChatPreviewLoadingWidget.cjs +1 -1
  17. package/dist/widgets/ChatPreviewLoadingWidget/ChatPreviewLoadingWidget.d.ts +3 -3
  18. package/dist/widgets/ChatPreviewLoadingWidget/ChatPreviewLoadingWidget.js +1 -1
  19. package/dist/widgets/ChatPreviewWidget/ChatPreviewWidget.cjs +34 -4
  20. package/dist/widgets/ChatPreviewWidget/ChatPreviewWidget.d.cts +3 -3
  21. package/dist/widgets/ChatPreviewWidget/ChatPreviewWidget.d.ts +3 -3
  22. package/dist/widgets/ChatPreviewWidget/ChatPreviewWidget.js +35 -5
  23. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.cjs +3 -3
  24. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.d.cts +2 -2
  25. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.d.ts +2 -2
  26. package/dist/widgets/FloatingChatWidget/FloatingChatWidget.js +3 -3
  27. package/dist/widgets/FloatingChatWidget/hooks/useAutoPopup.cjs +1 -1
  28. package/dist/widgets/FloatingChatWidget/hooks/useAutoPopup.js +1 -1
  29. package/dist/widgets/FloatingChatWidget/hooks/useFloatingButtonVisibility.cjs +1 -1
  30. package/dist/widgets/FloatingChatWidget/hooks/useFloatingButtonVisibility.js +1 -1
  31. package/dist/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.cjs +1 -1
  32. package/dist/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.d.cts +2 -2
  33. package/dist/widgets/FullPageSalesAgentWidget/FullPageSalesAgentWidget.js +1 -1
  34. package/dist/widgets/ProductCardWidget/ProductCardWidget.cjs +25 -3
  35. package/dist/widgets/ProductCardWidget/ProductCardWidget.d.cts +2 -2
  36. package/dist/widgets/ProductCardWidget/ProductCardWidget.d.ts +2 -2
  37. package/dist/widgets/ProductCardWidget/ProductCardWidget.js +25 -3
  38. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.cjs +6 -6
  39. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.d.cts +3 -3
  40. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.d.ts +3 -3
  41. package/dist/widgets/PromptButtonCarouselWithImageWidget/PromptButtonCarouselWithImageWidget.js +6 -6
  42. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.cjs +3 -3
  43. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.d.cts +2 -2
  44. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.d.ts +2 -2
  45. package/dist/widgets/PromptCarouselWidget/PromptCarouselWidget.js +3 -3
  46. package/dist/widgets/SocialProofFlowWidget/SocialProofFlowWidget.cjs +2 -2
  47. package/dist/widgets/SocialProofFlowWidget/SocialProofFlowWidget.d.ts +2 -2
  48. package/dist/widgets/SocialProofFlowWidget/SocialProofFlowWidget.js +2 -2
  49. package/dist/widgets/SocialProofWidget/SocialProofWidget.cjs +7 -7
  50. package/dist/widgets/SocialProofWidget/SocialProofWidget.d.cts +3 -3
  51. package/dist/widgets/SocialProofWidget/SocialProofWidget.d.ts +3 -3
  52. package/dist/widgets/SocialProofWidget/SocialProofWidget.js +7 -7
  53. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.cjs +2 -2
  54. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.d.cts +2 -2
  55. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.d.ts +2 -2
  56. package/dist/widgets/TitledPromptCarouselWidget/TitledPromptCarouselWidget.js +2 -2
  57. package/dist/widgets/TypingAnimationFlowWidget/TypingAnimationFlowWidget.cjs +2 -2
  58. package/dist/widgets/TypingAnimationFlowWidget/TypingAnimationFlowWidget.d.ts +2 -2
  59. package/dist/widgets/TypingAnimationFlowWidget/TypingAnimationFlowWidget.js +2 -2
  60. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.cjs +25 -4
  61. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.d.cts +3 -3
  62. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.d.ts +3 -3
  63. package/dist/widgets/TypingAnimationWidget/TypingAnimationWidget.js +26 -5
  64. package/dist/widgets/dist/SearchResults/SearchResultsWidget.d.cts +2 -2
  65. package/dist/widgets/hooks/useGetWidgetStatus.cjs +1 -1
  66. package/dist/widgets/hooks/useGetWidgetStatus.js +1 -1
  67. package/dist/widgets/utils/functions.cjs +1 -1
  68. package/dist/widgets/utils/functions.js +1 -1
  69. package/package.json +3 -3
  70. package/src/widgets/ChatPreviewComparisonWidget/ChatPreviewComparisonWidget.tsx +59 -8
  71. package/src/widgets/ChatPreviewWidget/ChatPreviewWidget.tsx +55 -7
  72. package/src/widgets/ProductCardWidget/ProductCardWidget.tsx +37 -4
  73. package/src/widgets/TypingAnimationWidget/TypingAnimationWidget.tsx +45 -10
  74. package/dist/packages/icons/dist/_virtual/rolldown_runtime.cjs +0 -27
  75. package/dist/packages/icons/dist/_virtual/rolldown_runtime.js +0 -25
  76. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.cjs +0 -696
  77. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.development.js +0 -696
  78. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.cjs +0 -43
  79. package/dist/packages/icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -43
  80. package/dist/packages/icons/dist/node_modules/react/cjs/react.development.cjs +0 -1528
  81. package/dist/packages/icons/dist/node_modules/react/cjs/react.development.js +0 -1528
  82. package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.cjs +0 -329
  83. package/dist/packages/icons/dist/node_modules/react/cjs/react.production.min.js +0 -329
  84. package/dist/packages/icons/dist/node_modules/react/index.cjs +0 -13
  85. package/dist/packages/icons/dist/node_modules/react/index.js +0 -13
  86. package/dist/packages/icons/dist/node_modules/react/jsx-runtime.cjs +0 -13
  87. package/dist/packages/icons/dist/node_modules/react/jsx-runtime.js +0 -13
@@ -1,43 +0,0 @@
1
- const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
2
- const require_index = require('../index.cjs');
3
-
4
- //#region ../icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js
5
- /**
6
- * @license React
7
- * react-jsx-runtime.production.min.js
8
- *
9
- * Copyright (c) Facebook, Inc. and its affiliates.
10
- *
11
- * This source code is licensed under the MIT license found in the
12
- * LICENSE file in the root directory of this source tree.
13
- */
14
- var require_react_jsx_runtime_production_min = /* @__PURE__ */ require_rolldown_runtime.__commonJSMin(((exports$1) => {
15
- var f = require_index.require_react(), k = Symbol.for("react.element"), m = Object.prototype.hasOwnProperty, n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = {
16
- key: !0,
17
- ref: !0,
18
- __self: !0,
19
- __source: !0
20
- };
21
- function q(c, a, g) {
22
- var b, d = {}, e = null, h = null;
23
- void 0 !== g && (e = "" + g);
24
- void 0 !== a.key && (e = "" + a.key);
25
- void 0 !== a.ref && (h = a.ref);
26
- for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
27
- if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
28
- return {
29
- $$typeof: k,
30
- type: c,
31
- key: e,
32
- ref: h,
33
- props: d,
34
- _owner: n.current
35
- };
36
- }
37
- exports$1.jsx = q;
38
- exports$1.jsxs = q;
39
- }));
40
- var react_jsx_runtime_production_min_default = require_react_jsx_runtime_production_min();
41
-
42
- //#endregion
43
- exports.require_react_jsx_runtime_production_min = require_react_jsx_runtime_production_min;
@@ -1,43 +0,0 @@
1
- import { __commonJSMin } from "../../../_virtual/rolldown_runtime.js";
2
- import { require_react } from "../index.js";
3
-
4
- //#region ../icons/dist/node_modules/react/cjs/react-jsx-runtime.production.min.js
5
- /**
6
- * @license React
7
- * react-jsx-runtime.production.min.js
8
- *
9
- * Copyright (c) Facebook, Inc. and its affiliates.
10
- *
11
- * This source code is licensed under the MIT license found in the
12
- * LICENSE file in the root directory of this source tree.
13
- */
14
- var require_react_jsx_runtime_production_min = /* @__PURE__ */ __commonJSMin(((exports) => {
15
- var f = require_react(), k = Symbol.for("react.element"), m = Object.prototype.hasOwnProperty, n = f.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, p = {
16
- key: !0,
17
- ref: !0,
18
- __self: !0,
19
- __source: !0
20
- };
21
- function q(c, a, g) {
22
- var b, d = {}, e = null, h = null;
23
- void 0 !== g && (e = "" + g);
24
- void 0 !== a.key && (e = "" + a.key);
25
- void 0 !== a.ref && (h = a.ref);
26
- for (b in a) m.call(a, b) && !p.hasOwnProperty(b) && (d[b] = a[b]);
27
- if (c && c.defaultProps) for (b in a = c.defaultProps, a) void 0 === d[b] && (d[b] = a[b]);
28
- return {
29
- $$typeof: k,
30
- type: c,
31
- key: e,
32
- ref: h,
33
- props: d,
34
- _owner: n.current
35
- };
36
- }
37
- exports.jsx = q;
38
- exports.jsxs = q;
39
- }));
40
- var react_jsx_runtime_production_min_default = require_react_jsx_runtime_production_min();
41
-
42
- //#endregion
43
- export { require_react_jsx_runtime_production_min };