@envive-ai/react-toolkit-v3 0.3.26 → 0.3.27

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 (142) hide show
  1. package/dist/AnimatedText/AnimatedText.d.cts +3 -3
  2. package/dist/AnimatedText/AnimatedText.d.ts +3 -3
  3. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
  4. package/dist/Carousel/Carousel.d.cts +2 -2
  5. package/dist/Carousel/Carousel.d.ts +2 -2
  6. package/dist/ChatFooter/ChatFooter.cjs +1 -0
  7. package/dist/ChatFooter/ChatFooter.d.cts +2 -2
  8. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  9. package/dist/ChatFooter/ChatFooter.js +1 -0
  10. package/dist/ChatFooter/components/Layout.cjs +2 -2
  11. package/dist/ChatFooter/components/Layout.d.cts +1 -0
  12. package/dist/ChatFooter/components/Layout.d.ts +1 -0
  13. package/dist/ChatFooter/components/Layout.js +2 -2
  14. package/dist/ChatFooter/components/index.d.cts +3 -2
  15. package/dist/ChatFooter/components/index.d.ts +6 -5
  16. package/dist/ChatHeader/ChatHeader.d.cts +2 -2
  17. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  18. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  19. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  20. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  21. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  22. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
  23. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  24. package/dist/Container/Container.d.cts +175 -175
  25. package/dist/Container/Container.d.ts +175 -175
  26. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  27. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  28. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  29. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
  30. package/dist/DocumentRetrievalCard/components/ViewArticleButton.cjs +1 -1
  31. package/dist/DocumentRetrievalCard/components/ViewArticleButton.js +1 -1
  32. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  33. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  34. package/dist/FloatingChat/FloatingChat.d.cts +2 -2
  35. package/dist/FloatingChat/FloatingChat.d.ts +2 -2
  36. package/dist/FloatingChat/components/SalesAgentBadgeContent.cjs +5 -1
  37. package/dist/FloatingChat/components/SalesAgentBadgeContent.js +5 -1
  38. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +2 -1
  39. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +2 -1
  40. package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +89 -25
  41. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +5 -7
  42. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +5 -7
  43. package/dist/FullPageSalesAgent/FullPageSalesAgent.js +90 -26
  44. package/dist/FullPageSalesAgent/components/Layout.cjs +34 -27
  45. package/dist/FullPageSalesAgent/components/Layout.js +34 -27
  46. package/dist/FullPageSalesAgent/components/WelcomeOverlay.cjs +102 -0
  47. package/dist/FullPageSalesAgent/components/WelcomeOverlay.js +100 -0
  48. package/dist/FullPageSalesAgent/components/index.cjs +1 -0
  49. package/dist/FullPageSalesAgent/components/index.js +1 -0
  50. package/dist/FullPageSalesAgent/hooks/useGetFooterStyles.cjs +16 -6
  51. package/dist/FullPageSalesAgent/hooks/useGetFooterStyles.js +16 -6
  52. package/dist/FullPageSalesAgent/hooks/useWelcomeOverlayProducts.cjs +43 -0
  53. package/dist/FullPageSalesAgent/hooks/useWelcomeOverlayProducts.js +41 -0
  54. package/dist/Image/Image.d.cts +2 -2
  55. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  56. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  57. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  58. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  59. package/dist/Message/components/LinkButton.cjs +1 -1
  60. package/dist/Message/components/LinkButton.js +1 -1
  61. package/dist/ProductCard/ProductCard.d.cts +2 -2
  62. package/dist/ProductCard/ProductCard.d.ts +2 -2
  63. package/dist/PromptButton/PromptButton.d.cts +2 -2
  64. package/dist/PromptButton/PromptButton.d.ts +2 -2
  65. package/dist/PromptButton/hooks/useGetLayoutBaseProperties.cjs +1 -1
  66. package/dist/PromptButton/hooks/useGetLayoutBaseProperties.js +1 -1
  67. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  68. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  69. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  70. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  71. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  72. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  73. package/dist/ReviewCard/components/index.d.cts +6 -6
  74. package/dist/ReviewCard/components/index.d.ts +6 -6
  75. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  76. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  77. package/dist/SalesAgentProductCard/components/Price.cjs +2 -2
  78. package/dist/SalesAgentProductCard/components/Price.js +2 -2
  79. package/dist/SalesAgentProductCard/components/Rate.cjs +1 -1
  80. package/dist/SalesAgentProductCard/components/Rate.js +1 -1
  81. package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
  82. package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
  83. package/dist/SocialProof/SocialProof.cjs +4 -3
  84. package/dist/SocialProof/SocialProof.d.cts +2 -2
  85. package/dist/SocialProof/SocialProof.d.ts +2 -2
  86. package/dist/SocialProof/SocialProof.js +4 -3
  87. package/dist/SocialProof/components/Headline.cjs +1 -1
  88. package/dist/SocialProof/components/Headline.js +1 -1
  89. package/dist/SocialProof/components/LayoutSingle.cjs +3 -4
  90. package/dist/SocialProof/components/LayoutSingle.js +3 -4
  91. package/dist/SocialProof/hooks/useSocialProofCount.cjs +3 -2
  92. package/dist/SocialProof/hooks/useSocialProofCount.d.cts +2 -0
  93. package/dist/SocialProof/hooks/useSocialProofCount.d.ts +2 -0
  94. package/dist/SocialProof/hooks/useSocialProofCount.js +3 -2
  95. package/dist/SocialProof/types/types.d.cts +5 -0
  96. package/dist/SocialProof/types/types.d.ts +5 -0
  97. package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
  98. package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
  99. package/dist/Stack/Stack.d.cts +2 -2
  100. package/dist/Stack/Stack.d.ts +2 -2
  101. package/dist/TextField/TextField.cjs +3 -0
  102. package/dist/TextField/TextField.js +3 -0
  103. package/dist/TextField/hooks/useVoiceInput.cjs +9 -1
  104. package/dist/TextField/hooks/useVoiceInput.js +9 -1
  105. package/dist/TextField/types/index.d.cts +12 -0
  106. package/dist/TextField/types/index.d.ts +12 -0
  107. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  108. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  109. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  110. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  111. package/dist/Typography/Typography.d.cts +4 -4
  112. package/dist/Typography/Typography.d.ts +4 -4
  113. package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
  114. package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
  115. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  116. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  117. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  118. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
  119. package/dist/styles.css +1 -1
  120. package/package.json +1 -1
  121. package/src/components/ChatFooter/ChatFooter.tsx +1 -0
  122. package/src/components/ChatFooter/components/Layout.tsx +3 -1
  123. package/src/components/FloatingChat/components/SalesAgentBadgeContent.tsx +8 -0
  124. package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +3 -0
  125. package/src/components/FullPageSalesAgent/FullPageSalesAgent.tsx +139 -49
  126. package/src/components/FullPageSalesAgent/components/Layout.tsx +10 -3
  127. package/src/components/FullPageSalesAgent/components/WelcomeOverlay.tsx +121 -0
  128. package/src/components/FullPageSalesAgent/components/index.ts +2 -0
  129. package/src/components/FullPageSalesAgent/hooks/useGetFooterStyles.ts +15 -5
  130. package/src/components/FullPageSalesAgent/hooks/useWelcomeOverlayProducts.ts +51 -0
  131. package/src/components/PromptButton/hooks/useGetLayoutBaseProperties.ts +3 -1
  132. package/src/components/SalesAgentProductCard/components/Price.tsx +2 -2
  133. package/src/components/SalesAgentProductCard/components/Rate.tsx +1 -1
  134. package/src/components/SocialProof/SocialProof.tsx +4 -2
  135. package/src/components/SocialProof/components/Headline.tsx +1 -1
  136. package/src/components/SocialProof/components/LayoutSingle.tsx +6 -5
  137. package/src/components/SocialProof/hooks/useSocialProofCount.ts +8 -1
  138. package/src/components/SocialProof/types/types.ts +6 -0
  139. package/src/components/TextField/TextField.tsx +10 -2
  140. package/src/components/TextField/__tests__/VoiceInputButton.test.tsx +22 -58
  141. package/src/components/TextField/hooks/useVoiceInput.ts +8 -0
  142. package/src/components/TextField/types/index.ts +12 -0
@@ -1,5 +1,5 @@
1
1
  import { ContainerProps } from "./types/index.js";
2
- import * as react5 from "react";
2
+ import * as react10 from "react";
3
3
 
4
4
  //#region src/components/Container/Container.d.ts
5
5
 
@@ -17,18 +17,15 @@ declare const Container: ({
17
17
  fluid,
18
18
  centerContent,
19
19
  ...props
20
- }: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react5.DetailedReactHTMLElement<{
20
+ }: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react10.DetailedReactHTMLElement<{
21
21
  color?: string | undefined;
22
- onSelect?: react5.ReactEventHandler<HTMLElement>;
23
- onDrag?: react5.DragEventHandler<HTMLElement>;
24
- onMouseDown?: react5.MouseEventHandler<HTMLElement>;
25
- onMouseUp?: react5.MouseEventHandler<HTMLElement>;
26
- onTouchStart?: react5.TouchEventHandler<HTMLElement>;
27
- onTouchEnd?: react5.TouchEventHandler<HTMLElement>;
28
- onChange?: react5.FormEventHandler<HTMLElement>;
29
- onSubmit?: react5.FormEventHandler<HTMLElement>;
30
- onFocus?: react5.FocusEventHandler<HTMLElement>;
31
- onClick?: react5.MouseEventHandler<HTMLElement>;
22
+ slot?: string | undefined;
23
+ title?: string | undefined;
24
+ "aria-label"?: string | undefined;
25
+ onClick?: react10.MouseEventHandler<HTMLElement>;
26
+ onChange?: react10.FormEventHandler<HTMLElement>;
27
+ onSubmit?: react10.FormEventHandler<HTMLElement>;
28
+ onFocus?: react10.FocusEventHandler<HTMLElement>;
32
29
  defaultChecked?: boolean | undefined;
33
30
  defaultValue?: string | number | readonly string[] | undefined;
34
31
  suppressContentEditableWarning?: boolean | undefined;
@@ -44,13 +41,11 @@ declare const Container: ({
44
41
  hidden?: boolean | undefined;
45
42
  lang?: string | undefined;
46
43
  nonce?: string | undefined;
47
- slot?: string | undefined;
48
44
  spellCheck?: (boolean | "true" | "false") | undefined;
49
45
  tabIndex?: number | undefined;
50
- title?: string | undefined;
51
46
  translate?: "yes" | "no" | undefined;
52
47
  radioGroup?: string | undefined;
53
- role?: react5.AriaRole | undefined;
48
+ role?: react10.AriaRole | undefined;
54
49
  about?: string | undefined;
55
50
  content?: string | undefined;
56
51
  datatype?: string | undefined;
@@ -106,7 +101,6 @@ declare const Container: ({
106
101
  "aria-hidden"?: (boolean | "true" | "false") | undefined;
107
102
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
108
103
  "aria-keyshortcuts"?: string | undefined;
109
- "aria-label"?: string | undefined;
110
104
  "aria-labelledby"?: string | undefined;
111
105
  "aria-level"?: number | undefined;
112
106
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
@@ -136,166 +130,172 @@ declare const Container: ({
136
130
  dangerouslySetInnerHTML?: {
137
131
  __html: string | TrustedHTML;
138
132
  } | undefined;
139
- onCopy?: react5.ClipboardEventHandler<HTMLElement>;
140
- onCopyCapture?: react5.ClipboardEventHandler<HTMLElement>;
141
- onCut?: react5.ClipboardEventHandler<HTMLElement>;
142
- onCutCapture?: react5.ClipboardEventHandler<HTMLElement>;
143
- onPaste?: react5.ClipboardEventHandler<HTMLElement>;
144
- onPasteCapture?: react5.ClipboardEventHandler<HTMLElement>;
145
- onCompositionEnd?: react5.CompositionEventHandler<HTMLElement>;
146
- onCompositionEndCapture?: react5.CompositionEventHandler<HTMLElement>;
147
- onCompositionStart?: react5.CompositionEventHandler<HTMLElement>;
148
- onCompositionStartCapture?: react5.CompositionEventHandler<HTMLElement>;
149
- onCompositionUpdate?: react5.CompositionEventHandler<HTMLElement>;
150
- onCompositionUpdateCapture?: react5.CompositionEventHandler<HTMLElement>;
151
- onFocusCapture?: react5.FocusEventHandler<HTMLElement>;
152
- onBlur?: react5.FocusEventHandler<HTMLElement>;
153
- onBlurCapture?: react5.FocusEventHandler<HTMLElement>;
154
- onChangeCapture?: react5.FormEventHandler<HTMLElement>;
155
- onBeforeInput?: react5.InputEventHandler<HTMLElement>;
156
- onBeforeInputCapture?: react5.FormEventHandler<HTMLElement>;
157
- onInput?: react5.FormEventHandler<HTMLElement>;
158
- onInputCapture?: react5.FormEventHandler<HTMLElement>;
159
- onReset?: react5.FormEventHandler<HTMLElement>;
160
- onResetCapture?: react5.FormEventHandler<HTMLElement>;
161
- onSubmitCapture?: react5.FormEventHandler<HTMLElement>;
162
- onInvalid?: react5.FormEventHandler<HTMLElement>;
163
- onInvalidCapture?: react5.FormEventHandler<HTMLElement>;
164
- onLoad?: react5.ReactEventHandler<HTMLElement>;
165
- onLoadCapture?: react5.ReactEventHandler<HTMLElement>;
166
- onError?: react5.ReactEventHandler<HTMLElement>;
167
- onErrorCapture?: react5.ReactEventHandler<HTMLElement>;
168
- onKeyDown?: react5.KeyboardEventHandler<HTMLElement>;
169
- onKeyDownCapture?: react5.KeyboardEventHandler<HTMLElement>;
170
- onKeyPress?: react5.KeyboardEventHandler<HTMLElement>;
171
- onKeyPressCapture?: react5.KeyboardEventHandler<HTMLElement>;
172
- onKeyUp?: react5.KeyboardEventHandler<HTMLElement>;
173
- onKeyUpCapture?: react5.KeyboardEventHandler<HTMLElement>;
174
- onAbort?: react5.ReactEventHandler<HTMLElement>;
175
- onAbortCapture?: react5.ReactEventHandler<HTMLElement>;
176
- onCanPlay?: react5.ReactEventHandler<HTMLElement>;
177
- onCanPlayCapture?: react5.ReactEventHandler<HTMLElement>;
178
- onCanPlayThrough?: react5.ReactEventHandler<HTMLElement>;
179
- onCanPlayThroughCapture?: react5.ReactEventHandler<HTMLElement>;
180
- onDurationChange?: react5.ReactEventHandler<HTMLElement>;
181
- onDurationChangeCapture?: react5.ReactEventHandler<HTMLElement>;
182
- onEmptied?: react5.ReactEventHandler<HTMLElement>;
183
- onEmptiedCapture?: react5.ReactEventHandler<HTMLElement>;
184
- onEncrypted?: react5.ReactEventHandler<HTMLElement>;
185
- onEncryptedCapture?: react5.ReactEventHandler<HTMLElement>;
186
- onEnded?: react5.ReactEventHandler<HTMLElement>;
187
- onEndedCapture?: react5.ReactEventHandler<HTMLElement>;
188
- onLoadedData?: react5.ReactEventHandler<HTMLElement>;
189
- onLoadedDataCapture?: react5.ReactEventHandler<HTMLElement>;
190
- onLoadedMetadata?: react5.ReactEventHandler<HTMLElement>;
191
- onLoadedMetadataCapture?: react5.ReactEventHandler<HTMLElement>;
192
- onLoadStart?: react5.ReactEventHandler<HTMLElement>;
193
- onLoadStartCapture?: react5.ReactEventHandler<HTMLElement>;
194
- onPause?: react5.ReactEventHandler<HTMLElement>;
195
- onPauseCapture?: react5.ReactEventHandler<HTMLElement>;
196
- onPlay?: react5.ReactEventHandler<HTMLElement>;
197
- onPlayCapture?: react5.ReactEventHandler<HTMLElement>;
198
- onPlaying?: react5.ReactEventHandler<HTMLElement>;
199
- onPlayingCapture?: react5.ReactEventHandler<HTMLElement>;
200
- onProgress?: react5.ReactEventHandler<HTMLElement>;
201
- onProgressCapture?: react5.ReactEventHandler<HTMLElement>;
202
- onRateChange?: react5.ReactEventHandler<HTMLElement>;
203
- onRateChangeCapture?: react5.ReactEventHandler<HTMLElement>;
204
- onSeeked?: react5.ReactEventHandler<HTMLElement>;
205
- onSeekedCapture?: react5.ReactEventHandler<HTMLElement>;
206
- onSeeking?: react5.ReactEventHandler<HTMLElement>;
207
- onSeekingCapture?: react5.ReactEventHandler<HTMLElement>;
208
- onStalled?: react5.ReactEventHandler<HTMLElement>;
209
- onStalledCapture?: react5.ReactEventHandler<HTMLElement>;
210
- onSuspend?: react5.ReactEventHandler<HTMLElement>;
211
- onSuspendCapture?: react5.ReactEventHandler<HTMLElement>;
212
- onTimeUpdate?: react5.ReactEventHandler<HTMLElement>;
213
- onTimeUpdateCapture?: react5.ReactEventHandler<HTMLElement>;
214
- onVolumeChange?: react5.ReactEventHandler<HTMLElement>;
215
- onVolumeChangeCapture?: react5.ReactEventHandler<HTMLElement>;
216
- onWaiting?: react5.ReactEventHandler<HTMLElement>;
217
- onWaitingCapture?: react5.ReactEventHandler<HTMLElement>;
218
- onAuxClick?: react5.MouseEventHandler<HTMLElement>;
219
- onAuxClickCapture?: react5.MouseEventHandler<HTMLElement>;
220
- onClickCapture?: react5.MouseEventHandler<HTMLElement>;
221
- onContextMenu?: react5.MouseEventHandler<HTMLElement>;
222
- onContextMenuCapture?: react5.MouseEventHandler<HTMLElement>;
223
- onDoubleClick?: react5.MouseEventHandler<HTMLElement>;
224
- onDoubleClickCapture?: react5.MouseEventHandler<HTMLElement>;
225
- onDragCapture?: react5.DragEventHandler<HTMLElement>;
226
- onDragEnd?: react5.DragEventHandler<HTMLElement>;
227
- onDragEndCapture?: react5.DragEventHandler<HTMLElement>;
228
- onDragEnter?: react5.DragEventHandler<HTMLElement>;
229
- onDragEnterCapture?: react5.DragEventHandler<HTMLElement>;
230
- onDragExit?: react5.DragEventHandler<HTMLElement>;
231
- onDragExitCapture?: react5.DragEventHandler<HTMLElement>;
232
- onDragLeave?: react5.DragEventHandler<HTMLElement>;
233
- onDragLeaveCapture?: react5.DragEventHandler<HTMLElement>;
234
- onDragOver?: react5.DragEventHandler<HTMLElement>;
235
- onDragOverCapture?: react5.DragEventHandler<HTMLElement>;
236
- onDragStart?: react5.DragEventHandler<HTMLElement>;
237
- onDragStartCapture?: react5.DragEventHandler<HTMLElement>;
238
- onDrop?: react5.DragEventHandler<HTMLElement>;
239
- onDropCapture?: react5.DragEventHandler<HTMLElement>;
240
- onMouseDownCapture?: react5.MouseEventHandler<HTMLElement>;
241
- onMouseEnter?: react5.MouseEventHandler<HTMLElement>;
242
- onMouseLeave?: react5.MouseEventHandler<HTMLElement>;
243
- onMouseMove?: react5.MouseEventHandler<HTMLElement>;
244
- onMouseMoveCapture?: react5.MouseEventHandler<HTMLElement>;
245
- onMouseOut?: react5.MouseEventHandler<HTMLElement>;
246
- onMouseOutCapture?: react5.MouseEventHandler<HTMLElement>;
247
- onMouseOver?: react5.MouseEventHandler<HTMLElement>;
248
- onMouseOverCapture?: react5.MouseEventHandler<HTMLElement>;
249
- onMouseUpCapture?: react5.MouseEventHandler<HTMLElement>;
250
- onSelectCapture?: react5.ReactEventHandler<HTMLElement>;
251
- onTouchCancel?: react5.TouchEventHandler<HTMLElement>;
252
- onTouchCancelCapture?: react5.TouchEventHandler<HTMLElement>;
253
- onTouchEndCapture?: react5.TouchEventHandler<HTMLElement>;
254
- onTouchMove?: react5.TouchEventHandler<HTMLElement>;
255
- onTouchMoveCapture?: react5.TouchEventHandler<HTMLElement>;
256
- onTouchStartCapture?: react5.TouchEventHandler<HTMLElement>;
257
- onPointerDown?: react5.PointerEventHandler<HTMLElement>;
258
- onPointerDownCapture?: react5.PointerEventHandler<HTMLElement>;
259
- onPointerMove?: react5.PointerEventHandler<HTMLElement>;
260
- onPointerMoveCapture?: react5.PointerEventHandler<HTMLElement>;
261
- onPointerUp?: react5.PointerEventHandler<HTMLElement>;
262
- onPointerUpCapture?: react5.PointerEventHandler<HTMLElement>;
263
- onPointerCancel?: react5.PointerEventHandler<HTMLElement>;
264
- onPointerCancelCapture?: react5.PointerEventHandler<HTMLElement>;
265
- onPointerEnter?: react5.PointerEventHandler<HTMLElement>;
266
- onPointerLeave?: react5.PointerEventHandler<HTMLElement>;
267
- onPointerOver?: react5.PointerEventHandler<HTMLElement>;
268
- onPointerOverCapture?: react5.PointerEventHandler<HTMLElement>;
269
- onPointerOut?: react5.PointerEventHandler<HTMLElement>;
270
- onPointerOutCapture?: react5.PointerEventHandler<HTMLElement>;
271
- onGotPointerCapture?: react5.PointerEventHandler<HTMLElement>;
272
- onGotPointerCaptureCapture?: react5.PointerEventHandler<HTMLElement>;
273
- onLostPointerCapture?: react5.PointerEventHandler<HTMLElement>;
274
- onLostPointerCaptureCapture?: react5.PointerEventHandler<HTMLElement>;
275
- onScroll?: react5.UIEventHandler<HTMLElement>;
276
- onScrollCapture?: react5.UIEventHandler<HTMLElement>;
277
- onScrollEnd?: react5.UIEventHandler<HTMLElement>;
278
- onScrollEndCapture?: react5.UIEventHandler<HTMLElement>;
279
- onWheel?: react5.WheelEventHandler<HTMLElement>;
280
- onWheelCapture?: react5.WheelEventHandler<HTMLElement>;
281
- onAnimationStart?: react5.AnimationEventHandler<HTMLElement>;
282
- onAnimationStartCapture?: react5.AnimationEventHandler<HTMLElement>;
283
- onAnimationEnd?: react5.AnimationEventHandler<HTMLElement>;
284
- onAnimationEndCapture?: react5.AnimationEventHandler<HTMLElement>;
285
- onAnimationIteration?: react5.AnimationEventHandler<HTMLElement>;
286
- onAnimationIterationCapture?: react5.AnimationEventHandler<HTMLElement>;
287
- onToggle?: react5.ToggleEventHandler<HTMLElement>;
288
- onBeforeToggle?: react5.ToggleEventHandler<HTMLElement>;
289
- onTransitionCancel?: react5.TransitionEventHandler<HTMLElement>;
290
- onTransitionCancelCapture?: react5.TransitionEventHandler<HTMLElement>;
291
- onTransitionEnd?: react5.TransitionEventHandler<HTMLElement>;
292
- onTransitionEndCapture?: react5.TransitionEventHandler<HTMLElement>;
293
- onTransitionRun?: react5.TransitionEventHandler<HTMLElement>;
294
- onTransitionRunCapture?: react5.TransitionEventHandler<HTMLElement>;
295
- onTransitionStart?: react5.TransitionEventHandler<HTMLElement>;
296
- onTransitionStartCapture?: react5.TransitionEventHandler<HTMLElement>;
133
+ onCopy?: react10.ClipboardEventHandler<HTMLElement>;
134
+ onCopyCapture?: react10.ClipboardEventHandler<HTMLElement>;
135
+ onCut?: react10.ClipboardEventHandler<HTMLElement>;
136
+ onCutCapture?: react10.ClipboardEventHandler<HTMLElement>;
137
+ onPaste?: react10.ClipboardEventHandler<HTMLElement>;
138
+ onPasteCapture?: react10.ClipboardEventHandler<HTMLElement>;
139
+ onCompositionEnd?: react10.CompositionEventHandler<HTMLElement>;
140
+ onCompositionEndCapture?: react10.CompositionEventHandler<HTMLElement>;
141
+ onCompositionStart?: react10.CompositionEventHandler<HTMLElement>;
142
+ onCompositionStartCapture?: react10.CompositionEventHandler<HTMLElement>;
143
+ onCompositionUpdate?: react10.CompositionEventHandler<HTMLElement>;
144
+ onCompositionUpdateCapture?: react10.CompositionEventHandler<HTMLElement>;
145
+ onFocusCapture?: react10.FocusEventHandler<HTMLElement>;
146
+ onBlur?: react10.FocusEventHandler<HTMLElement>;
147
+ onBlurCapture?: react10.FocusEventHandler<HTMLElement>;
148
+ onChangeCapture?: react10.FormEventHandler<HTMLElement>;
149
+ onBeforeInput?: react10.InputEventHandler<HTMLElement>;
150
+ onBeforeInputCapture?: react10.FormEventHandler<HTMLElement>;
151
+ onInput?: react10.FormEventHandler<HTMLElement>;
152
+ onInputCapture?: react10.FormEventHandler<HTMLElement>;
153
+ onReset?: react10.FormEventHandler<HTMLElement>;
154
+ onResetCapture?: react10.FormEventHandler<HTMLElement>;
155
+ onSubmitCapture?: react10.FormEventHandler<HTMLElement>;
156
+ onInvalid?: react10.FormEventHandler<HTMLElement>;
157
+ onInvalidCapture?: react10.FormEventHandler<HTMLElement>;
158
+ onLoad?: react10.ReactEventHandler<HTMLElement>;
159
+ onLoadCapture?: react10.ReactEventHandler<HTMLElement>;
160
+ onError?: react10.ReactEventHandler<HTMLElement>;
161
+ onErrorCapture?: react10.ReactEventHandler<HTMLElement>;
162
+ onKeyDown?: react10.KeyboardEventHandler<HTMLElement>;
163
+ onKeyDownCapture?: react10.KeyboardEventHandler<HTMLElement>;
164
+ onKeyPress?: react10.KeyboardEventHandler<HTMLElement>;
165
+ onKeyPressCapture?: react10.KeyboardEventHandler<HTMLElement>;
166
+ onKeyUp?: react10.KeyboardEventHandler<HTMLElement>;
167
+ onKeyUpCapture?: react10.KeyboardEventHandler<HTMLElement>;
168
+ onAbort?: react10.ReactEventHandler<HTMLElement>;
169
+ onAbortCapture?: react10.ReactEventHandler<HTMLElement>;
170
+ onCanPlay?: react10.ReactEventHandler<HTMLElement>;
171
+ onCanPlayCapture?: react10.ReactEventHandler<HTMLElement>;
172
+ onCanPlayThrough?: react10.ReactEventHandler<HTMLElement>;
173
+ onCanPlayThroughCapture?: react10.ReactEventHandler<HTMLElement>;
174
+ onDurationChange?: react10.ReactEventHandler<HTMLElement>;
175
+ onDurationChangeCapture?: react10.ReactEventHandler<HTMLElement>;
176
+ onEmptied?: react10.ReactEventHandler<HTMLElement>;
177
+ onEmptiedCapture?: react10.ReactEventHandler<HTMLElement>;
178
+ onEncrypted?: react10.ReactEventHandler<HTMLElement>;
179
+ onEncryptedCapture?: react10.ReactEventHandler<HTMLElement>;
180
+ onEnded?: react10.ReactEventHandler<HTMLElement>;
181
+ onEndedCapture?: react10.ReactEventHandler<HTMLElement>;
182
+ onLoadedData?: react10.ReactEventHandler<HTMLElement>;
183
+ onLoadedDataCapture?: react10.ReactEventHandler<HTMLElement>;
184
+ onLoadedMetadata?: react10.ReactEventHandler<HTMLElement>;
185
+ onLoadedMetadataCapture?: react10.ReactEventHandler<HTMLElement>;
186
+ onLoadStart?: react10.ReactEventHandler<HTMLElement>;
187
+ onLoadStartCapture?: react10.ReactEventHandler<HTMLElement>;
188
+ onPause?: react10.ReactEventHandler<HTMLElement>;
189
+ onPauseCapture?: react10.ReactEventHandler<HTMLElement>;
190
+ onPlay?: react10.ReactEventHandler<HTMLElement>;
191
+ onPlayCapture?: react10.ReactEventHandler<HTMLElement>;
192
+ onPlaying?: react10.ReactEventHandler<HTMLElement>;
193
+ onPlayingCapture?: react10.ReactEventHandler<HTMLElement>;
194
+ onProgress?: react10.ReactEventHandler<HTMLElement>;
195
+ onProgressCapture?: react10.ReactEventHandler<HTMLElement>;
196
+ onRateChange?: react10.ReactEventHandler<HTMLElement>;
197
+ onRateChangeCapture?: react10.ReactEventHandler<HTMLElement>;
198
+ onSeeked?: react10.ReactEventHandler<HTMLElement>;
199
+ onSeekedCapture?: react10.ReactEventHandler<HTMLElement>;
200
+ onSeeking?: react10.ReactEventHandler<HTMLElement>;
201
+ onSeekingCapture?: react10.ReactEventHandler<HTMLElement>;
202
+ onStalled?: react10.ReactEventHandler<HTMLElement>;
203
+ onStalledCapture?: react10.ReactEventHandler<HTMLElement>;
204
+ onSuspend?: react10.ReactEventHandler<HTMLElement>;
205
+ onSuspendCapture?: react10.ReactEventHandler<HTMLElement>;
206
+ onTimeUpdate?: react10.ReactEventHandler<HTMLElement>;
207
+ onTimeUpdateCapture?: react10.ReactEventHandler<HTMLElement>;
208
+ onVolumeChange?: react10.ReactEventHandler<HTMLElement>;
209
+ onVolumeChangeCapture?: react10.ReactEventHandler<HTMLElement>;
210
+ onWaiting?: react10.ReactEventHandler<HTMLElement>;
211
+ onWaitingCapture?: react10.ReactEventHandler<HTMLElement>;
212
+ onAuxClick?: react10.MouseEventHandler<HTMLElement>;
213
+ onAuxClickCapture?: react10.MouseEventHandler<HTMLElement>;
214
+ onClickCapture?: react10.MouseEventHandler<HTMLElement>;
215
+ onContextMenu?: react10.MouseEventHandler<HTMLElement>;
216
+ onContextMenuCapture?: react10.MouseEventHandler<HTMLElement>;
217
+ onDoubleClick?: react10.MouseEventHandler<HTMLElement>;
218
+ onDoubleClickCapture?: react10.MouseEventHandler<HTMLElement>;
219
+ onDrag?: react10.DragEventHandler<HTMLElement>;
220
+ onDragCapture?: react10.DragEventHandler<HTMLElement>;
221
+ onDragEnd?: react10.DragEventHandler<HTMLElement>;
222
+ onDragEndCapture?: react10.DragEventHandler<HTMLElement>;
223
+ onDragEnter?: react10.DragEventHandler<HTMLElement>;
224
+ onDragEnterCapture?: react10.DragEventHandler<HTMLElement>;
225
+ onDragExit?: react10.DragEventHandler<HTMLElement>;
226
+ onDragExitCapture?: react10.DragEventHandler<HTMLElement>;
227
+ onDragLeave?: react10.DragEventHandler<HTMLElement>;
228
+ onDragLeaveCapture?: react10.DragEventHandler<HTMLElement>;
229
+ onDragOver?: react10.DragEventHandler<HTMLElement>;
230
+ onDragOverCapture?: react10.DragEventHandler<HTMLElement>;
231
+ onDragStart?: react10.DragEventHandler<HTMLElement>;
232
+ onDragStartCapture?: react10.DragEventHandler<HTMLElement>;
233
+ onDrop?: react10.DragEventHandler<HTMLElement>;
234
+ onDropCapture?: react10.DragEventHandler<HTMLElement>;
235
+ onMouseDown?: react10.MouseEventHandler<HTMLElement>;
236
+ onMouseDownCapture?: react10.MouseEventHandler<HTMLElement>;
237
+ onMouseEnter?: react10.MouseEventHandler<HTMLElement>;
238
+ onMouseLeave?: react10.MouseEventHandler<HTMLElement>;
239
+ onMouseMove?: react10.MouseEventHandler<HTMLElement>;
240
+ onMouseMoveCapture?: react10.MouseEventHandler<HTMLElement>;
241
+ onMouseOut?: react10.MouseEventHandler<HTMLElement>;
242
+ onMouseOutCapture?: react10.MouseEventHandler<HTMLElement>;
243
+ onMouseOver?: react10.MouseEventHandler<HTMLElement>;
244
+ onMouseOverCapture?: react10.MouseEventHandler<HTMLElement>;
245
+ onMouseUp?: react10.MouseEventHandler<HTMLElement>;
246
+ onMouseUpCapture?: react10.MouseEventHandler<HTMLElement>;
247
+ onSelect?: react10.ReactEventHandler<HTMLElement>;
248
+ onSelectCapture?: react10.ReactEventHandler<HTMLElement>;
249
+ onTouchCancel?: react10.TouchEventHandler<HTMLElement>;
250
+ onTouchCancelCapture?: react10.TouchEventHandler<HTMLElement>;
251
+ onTouchEnd?: react10.TouchEventHandler<HTMLElement>;
252
+ onTouchEndCapture?: react10.TouchEventHandler<HTMLElement>;
253
+ onTouchMove?: react10.TouchEventHandler<HTMLElement>;
254
+ onTouchMoveCapture?: react10.TouchEventHandler<HTMLElement>;
255
+ onTouchStart?: react10.TouchEventHandler<HTMLElement>;
256
+ onTouchStartCapture?: react10.TouchEventHandler<HTMLElement>;
257
+ onPointerDown?: react10.PointerEventHandler<HTMLElement>;
258
+ onPointerDownCapture?: react10.PointerEventHandler<HTMLElement>;
259
+ onPointerMove?: react10.PointerEventHandler<HTMLElement>;
260
+ onPointerMoveCapture?: react10.PointerEventHandler<HTMLElement>;
261
+ onPointerUp?: react10.PointerEventHandler<HTMLElement>;
262
+ onPointerUpCapture?: react10.PointerEventHandler<HTMLElement>;
263
+ onPointerCancel?: react10.PointerEventHandler<HTMLElement>;
264
+ onPointerCancelCapture?: react10.PointerEventHandler<HTMLElement>;
265
+ onPointerEnter?: react10.PointerEventHandler<HTMLElement>;
266
+ onPointerLeave?: react10.PointerEventHandler<HTMLElement>;
267
+ onPointerOver?: react10.PointerEventHandler<HTMLElement>;
268
+ onPointerOverCapture?: react10.PointerEventHandler<HTMLElement>;
269
+ onPointerOut?: react10.PointerEventHandler<HTMLElement>;
270
+ onPointerOutCapture?: react10.PointerEventHandler<HTMLElement>;
271
+ onGotPointerCapture?: react10.PointerEventHandler<HTMLElement>;
272
+ onGotPointerCaptureCapture?: react10.PointerEventHandler<HTMLElement>;
273
+ onLostPointerCapture?: react10.PointerEventHandler<HTMLElement>;
274
+ onLostPointerCaptureCapture?: react10.PointerEventHandler<HTMLElement>;
275
+ onScroll?: react10.UIEventHandler<HTMLElement>;
276
+ onScrollCapture?: react10.UIEventHandler<HTMLElement>;
277
+ onScrollEnd?: react10.UIEventHandler<HTMLElement>;
278
+ onScrollEndCapture?: react10.UIEventHandler<HTMLElement>;
279
+ onWheel?: react10.WheelEventHandler<HTMLElement>;
280
+ onWheelCapture?: react10.WheelEventHandler<HTMLElement>;
281
+ onAnimationStart?: react10.AnimationEventHandler<HTMLElement>;
282
+ onAnimationStartCapture?: react10.AnimationEventHandler<HTMLElement>;
283
+ onAnimationEnd?: react10.AnimationEventHandler<HTMLElement>;
284
+ onAnimationEndCapture?: react10.AnimationEventHandler<HTMLElement>;
285
+ onAnimationIteration?: react10.AnimationEventHandler<HTMLElement>;
286
+ onAnimationIterationCapture?: react10.AnimationEventHandler<HTMLElement>;
287
+ onToggle?: react10.ToggleEventHandler<HTMLElement>;
288
+ onBeforeToggle?: react10.ToggleEventHandler<HTMLElement>;
289
+ onTransitionCancel?: react10.TransitionEventHandler<HTMLElement>;
290
+ onTransitionCancelCapture?: react10.TransitionEventHandler<HTMLElement>;
291
+ onTransitionEnd?: react10.TransitionEventHandler<HTMLElement>;
292
+ onTransitionEndCapture?: react10.TransitionEventHandler<HTMLElement>;
293
+ onTransitionRun?: react10.TransitionEventHandler<HTMLElement>;
294
+ onTransitionRunCapture?: react10.TransitionEventHandler<HTMLElement>;
295
+ onTransitionStart?: react10.TransitionEventHandler<HTMLElement>;
296
+ onTransitionStartCapture?: react10.TransitionEventHandler<HTMLElement>;
297
297
  className: string;
298
- style: react5.CSSProperties;
298
+ style: react10.CSSProperties;
299
299
  id: string;
300
300
  'data-testid': string;
301
301
  }, HTMLElement>;
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime26 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
2
2
  import { Config } from "tailwindcss";
3
3
 
4
4
  //#region src/components/DesignTokens/DesignTokensComponent.d.ts
@@ -9,6 +9,6 @@ type DesignTokensProps = {
9
9
  declare const DesignTokens: ({
10
10
  selectedMerchant,
11
11
  config
12
- }: DesignTokensProps) => react_jsx_runtime26.JSX.Element;
12
+ }: DesignTokensProps) => react_jsx_runtime24.JSX.Element;
13
13
  //#endregion
14
14
  export { DesignTokens, DesignTokensProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime29 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
2
2
  import { Config } from "tailwindcss";
3
3
 
4
4
  //#region src/components/DesignTokens/DesignTokensComponent.d.ts
@@ -9,6 +9,6 @@ type DesignTokensProps = {
9
9
  declare const DesignTokens: ({
10
10
  selectedMerchant,
11
11
  config
12
- }: DesignTokensProps) => react_jsx_runtime29.JSX.Element;
12
+ }: DesignTokensProps) => react_jsx_runtime25.JSX.Element;
13
13
  //#endregion
14
14
  export { DesignTokens, DesignTokensProps };
@@ -1,5 +1,5 @@
1
1
  import { DocumentRetrievalCardProps } from "./types/index.cjs";
2
- import * as react_jsx_runtime35 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime32 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/DocumentRetrievalCard/DocumentRetrievalCard.d.ts
5
5
  declare const DocumentRetrievalCard: ({
@@ -16,6 +16,6 @@ declare const DocumentRetrievalCard: ({
16
16
  onViewArticle,
17
17
  ariaLabel,
18
18
  viewArticleLabel
19
- }: DocumentRetrievalCardProps) => react_jsx_runtime35.JSX.Element;
19
+ }: DocumentRetrievalCardProps) => react_jsx_runtime32.JSX.Element;
20
20
  //#endregion
21
21
  export { DocumentRetrievalCard };
@@ -1,5 +1,5 @@
1
1
  import { DocumentRetrievalCardProps } from "./types/index.js";
2
- import * as react_jsx_runtime36 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime31 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/DocumentRetrievalCard/DocumentRetrievalCard.d.ts
5
5
  declare const DocumentRetrievalCard: ({
@@ -16,6 +16,6 @@ declare const DocumentRetrievalCard: ({
16
16
  onViewArticle,
17
17
  ariaLabel,
18
18
  viewArticleLabel
19
- }: DocumentRetrievalCardProps) => react_jsx_runtime36.JSX.Element;
19
+ }: DocumentRetrievalCardProps) => react_jsx_runtime31.JSX.Element;
20
20
  //#endregion
21
21
  export { DocumentRetrievalCard };
@@ -1,7 +1,7 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_openUrlInNewTab = require('../../Message/utils/openUrlInNewTab.cjs');
3
2
  const require_useGetThemeProperties = require('../hooks/useGetThemeProperties.cjs');
4
3
  const require_index = require('./ViewArticleButton/components/index.cjs');
4
+ const require_openUrlInNewTab = require('../../Message/utils/openUrlInNewTab.cjs');
5
5
  const require_functions = require('../utils/functions.cjs');
6
6
  let react_jsx_runtime = require("react/jsx-runtime");
7
7
 
@@ -1,6 +1,6 @@
1
- import { openUrlInNewTab } from "../../Message/utils/openUrlInNewTab.js";
2
1
  import { useGetThemeProperties } from "../hooks/useGetThemeProperties.js";
3
2
  import { ViewArticleButtonComponents } from "./ViewArticleButton/components/index.js";
3
+ import { openUrlInNewTab } from "../../Message/utils/openUrlInNewTab.js";
4
4
  import { shouldShowIcon, shouldUnderlineLabel } from "../utils/functions.js";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
 
@@ -1,5 +1,5 @@
1
1
  import { FloatingButtonProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime24 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime13 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingButton/FloatingButton.d.ts
5
5
  declare const FloatingButton: ({
@@ -18,6 +18,6 @@ declare const FloatingButton: ({
18
18
  onMouseOver,
19
19
  ariaLabel,
20
20
  previewMode
21
- }: FloatingButtonProps) => react_jsx_runtime24.JSX.Element;
21
+ }: FloatingButtonProps) => react_jsx_runtime13.JSX.Element;
22
22
  //#endregion
23
23
  export { FloatingButton };
@@ -1,5 +1,5 @@
1
1
  import { FloatingButtonProps } from "./types/types.js";
2
- import * as react_jsx_runtime31 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingButton/FloatingButton.d.ts
5
5
  declare const FloatingButton: ({
@@ -18,6 +18,6 @@ declare const FloatingButton: ({
18
18
  onMouseOver,
19
19
  ariaLabel,
20
20
  previewMode
21
- }: FloatingButtonProps) => react_jsx_runtime31.JSX.Element;
21
+ }: FloatingButtonProps) => react_jsx_runtime30.JSX.Element;
22
22
  //#endregion
23
23
  export { FloatingButton };
@@ -1,5 +1,5 @@
1
1
  import { FloatingChatProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime23 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime3 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingChat/FloatingChat.d.ts
5
5
  declare const FloatingChat: ({
@@ -19,6 +19,6 @@ declare const FloatingChat: ({
19
19
  onSwipeClose,
20
20
  onToggleCXButton,
21
21
  setIsResultsModalOpen
22
- }: FloatingChatProps) => react_jsx_runtime23.JSX.Element;
22
+ }: FloatingChatProps) => react_jsx_runtime3.JSX.Element;
23
23
  //#endregion
24
24
  export { FloatingChat };
@@ -1,5 +1,5 @@
1
1
  import { FloatingChatProps } from "./types/types.js";
2
- import * as react_jsx_runtime27 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime23 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingChat/FloatingChat.d.ts
5
5
  declare const FloatingChat: ({
@@ -19,6 +19,6 @@ declare const FloatingChat: ({
19
19
  onSwipeClose,
20
20
  onToggleCXButton,
21
21
  setIsResultsModalOpen
22
- }: FloatingChatProps) => react_jsx_runtime27.JSX.Element;
22
+ }: FloatingChatProps) => react_jsx_runtime23.JSX.Element;
23
23
  //#endregion
24
24
  export { FloatingChat };
@@ -44,7 +44,11 @@ const SalesAgentBadgeContent = ({ totalProducts, displayLimit = require_function
44
44
  })]
45
45
  });
46
46
  };
47
- const getBadgeContentAndLabel = ({ totalProducts, areProductsMoreThanDisplayLimit, onExploreAllResults, displayLimit = require_functions.MOST_RELEVANT_DISPLAY_LIMIT }) => {
47
+ const getBadgeContentAndLabel = ({ totalProducts, areProductsMoreThanDisplayLimit, onExploreAllResults, hideBadgeCount, displayLimit = require_functions.MOST_RELEVANT_DISPLAY_LIMIT }) => {
48
+ if (hideBadgeCount) return {
49
+ badgeContent: null,
50
+ badgeLabel: null
51
+ };
48
52
  return {
49
53
  badgeContent: areProductsMoreThanDisplayLimit ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(SalesAgentBadgeContent, {
50
54
  totalProducts,
@@ -41,7 +41,11 @@ const SalesAgentBadgeContent = ({ totalProducts, displayLimit = MOST_RELEVANT_DI
41
41
  })]
42
42
  });
43
43
  };
44
- const getBadgeContentAndLabel = ({ totalProducts, areProductsMoreThanDisplayLimit, onExploreAllResults, displayLimit = MOST_RELEVANT_DISPLAY_LIMIT }) => {
44
+ const getBadgeContentAndLabel = ({ totalProducts, areProductsMoreThanDisplayLimit, onExploreAllResults, hideBadgeCount, displayLimit = MOST_RELEVANT_DISPLAY_LIMIT }) => {
45
+ if (hideBadgeCount) return {
46
+ badgeContent: null,
47
+ badgeLabel: null
48
+ };
45
49
  return {
46
50
  badgeContent: areProductsMoreThanDisplayLimit ? /* @__PURE__ */ jsx(SalesAgentBadgeContent, {
47
51
  totalProducts,
@@ -8,11 +8,12 @@ const require_SalesAgentBadgeContent = require('./SalesAgentBadgeContent.cjs');
8
8
  let react_jsx_runtime = require("react/jsx-runtime");
9
9
 
10
10
  //#region src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx
11
- const SalesAgentProductCardsCarousel = ({ products, theme, hideNavigation = false, numberOfProducts, variant = require_types.SalesAgentProductCardVariant.LARGE, onProductCardClick, onExploreAllResults }) => {
11
+ const SalesAgentProductCardsCarousel = ({ products, theme, hideNavigation = false, numberOfProducts, hideBadgeCount, variant = require_types.SalesAgentProductCardVariant.LARGE, onProductCardClick, onExploreAllResults }) => {
12
12
  const finalTheme = require_resolveTheme.resolveTheme(theme);
13
13
  const { totalProducts, areProductsMoreThanDisplayLimit, displayedProducts } = require_functions.getProductCarouselDisplayInfo(products, numberOfProducts);
14
14
  const forceShowCurrentPriceSpace = displayedProducts.some((product) => product.currentPrice && product.previousPrice !== product.currentPrice);
15
15
  const { badgeContent, badgeLabel } = require_SalesAgentBadgeContent.getBadgeContentAndLabel({
16
+ hideBadgeCount,
16
17
  totalProducts,
17
18
  areProductsMoreThanDisplayLimit,
18
19
  onExploreAllResults
@@ -7,11 +7,12 @@ import { getBadgeContentAndLabel } from "./SalesAgentBadgeContent.js";
7
7
  import { jsx } from "react/jsx-runtime";
8
8
 
9
9
  //#region src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx
10
- const SalesAgentProductCardsCarousel = ({ products, theme, hideNavigation = false, numberOfProducts, variant = SalesAgentProductCardVariant.LARGE, onProductCardClick, onExploreAllResults }) => {
10
+ const SalesAgentProductCardsCarousel = ({ products, theme, hideNavigation = false, numberOfProducts, hideBadgeCount, variant = SalesAgentProductCardVariant.LARGE, onProductCardClick, onExploreAllResults }) => {
11
11
  const finalTheme = resolveTheme(theme);
12
12
  const { totalProducts, areProductsMoreThanDisplayLimit, displayedProducts } = getProductCarouselDisplayInfo(products, numberOfProducts);
13
13
  const forceShowCurrentPriceSpace = displayedProducts.some((product) => product.currentPrice && product.previousPrice !== product.currentPrice);
14
14
  const { badgeContent, badgeLabel } = getBadgeContentAndLabel({
15
+ hideBadgeCount,
15
16
  totalProducts,
16
17
  areProductsMoreThanDisplayLimit,
17
18
  onExploreAllResults