@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,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 };