@envive-ai/react-toolkit-v3 0.3.16 → 0.3.18

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 (176) 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.cts +2 -2
  4. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
  5. package/dist/Carousel/Carousel.cjs +7 -6
  6. package/dist/Carousel/Carousel.d.cts +3 -2
  7. package/dist/Carousel/Carousel.d.ts +3 -2
  8. package/dist/Carousel/Carousel.js +7 -6
  9. package/dist/Carousel/components/Container.cjs +2 -2
  10. package/dist/Carousel/components/Container.js +2 -2
  11. package/dist/Carousel/types/types.d.cts +5 -0
  12. package/dist/Carousel/types/types.d.ts +5 -0
  13. package/dist/ChatFooter/ChatFooter.cjs +1 -1
  14. package/dist/ChatFooter/ChatFooter.d.cts +2 -2
  15. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  16. package/dist/ChatFooter/ChatFooter.js +1 -1
  17. package/dist/ChatFooter/components/Layout.cjs +2 -2
  18. package/dist/ChatFooter/components/Layout.js +2 -2
  19. package/dist/ChatFooter/components/index.d.cts +5 -5
  20. package/dist/ChatFooter/components/index.d.ts +5 -5
  21. package/dist/ChatHeader/ChatHeader.d.cts +2 -2
  22. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  23. package/dist/ChatHeader/components/Handle.cjs +2 -2
  24. package/dist/ChatHeader/components/Handle.js +2 -2
  25. package/dist/ChatHeader/components/Toggle.cjs +3 -3
  26. package/dist/ChatHeader/components/Toggle.js +3 -3
  27. package/dist/ChatPreview/ChatPreview.cjs +1 -1
  28. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  29. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  30. package/dist/ChatPreview/ChatPreview.js +1 -1
  31. package/dist/ChatPreviewComparison/ChatPreviewComparison.cjs +1 -1
  32. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  33. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  34. package/dist/ChatPreviewComparison/ChatPreviewComparison.js +1 -1
  35. package/dist/ChatPreviewComparison/components/Headline.cjs +2 -2
  36. package/dist/ChatPreviewComparison/components/Headline.js +2 -2
  37. package/dist/ChatPreviewComparison/components/Layout.cjs +4 -4
  38. package/dist/ChatPreviewComparison/components/Layout.js +4 -4
  39. package/dist/ChatPreviewComparison/components/Message.cjs +2 -2
  40. package/dist/ChatPreviewComparison/components/Message.js +2 -2
  41. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  42. package/dist/Container/Container.d.cts +174 -174
  43. package/dist/Container/Container.d.ts +174 -174
  44. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  45. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  46. package/dist/Disclaimer/components/Container.cjs +2 -2
  47. package/dist/Disclaimer/components/Container.js +2 -2
  48. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  49. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
  50. package/dist/DocumentRetrievalCard/components/Layout.cjs +2 -2
  51. package/dist/DocumentRetrievalCard/components/Layout.js +2 -2
  52. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.cjs +1 -1
  53. package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.js +1 -1
  54. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  55. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  56. package/dist/FloatingChat/FloatingChat.cjs +10 -1
  57. package/dist/FloatingChat/FloatingChat.d.cts +2 -2
  58. package/dist/FloatingChat/FloatingChat.d.ts +2 -2
  59. package/dist/FloatingChat/FloatingChat.js +11 -2
  60. package/dist/FloatingChat/components/AgentMessage.cjs +7 -2
  61. package/dist/FloatingChat/components/AgentMessage.js +7 -2
  62. package/dist/FloatingChat/components/ChatMessages.cjs +4 -3
  63. package/dist/FloatingChat/components/ChatMessages.js +4 -3
  64. package/dist/FloatingChat/components/Layout.cjs +3 -3
  65. package/dist/FloatingChat/components/Layout.js +3 -3
  66. package/dist/FloatingChat/components/SalesAgentBadgeContent.cjs +59 -0
  67. package/dist/FloatingChat/components/SalesAgentBadgeContent.js +56 -0
  68. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +14 -5
  69. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +14 -5
  70. package/dist/FloatingChat/utils/functions.cjs +13 -1
  71. package/dist/FloatingChat/utils/functions.js +11 -1
  72. package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +11 -6
  73. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
  74. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
  75. package/dist/FullPageSalesAgent/FullPageSalesAgent.js +11 -6
  76. package/dist/FullPageSalesAgent/components/Layout.cjs +1 -2
  77. package/dist/FullPageSalesAgent/components/Layout.js +1 -2
  78. package/dist/FullPageSalesAgent/hooks/useContainerResizerObserver.cjs +4 -1
  79. package/dist/FullPageSalesAgent/hooks/useContainerResizerObserver.js +4 -1
  80. package/dist/Image/Image.d.cts +2 -2
  81. package/dist/Image/Image.d.ts +2 -2
  82. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  83. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  84. package/dist/ImageGallery/components/Layout.cjs +1 -1
  85. package/dist/ImageGallery/components/Layout.js +1 -1
  86. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  87. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  88. package/dist/Message/components/LinkButton.cjs +1 -1
  89. package/dist/Message/components/LinkButton.js +1 -1
  90. package/dist/OrderLookupCard/OrderLookupCard.cjs +1 -1
  91. package/dist/OrderLookupCard/OrderLookupCard.js +1 -1
  92. package/dist/ProductCard/ProductCard.cjs +2 -2
  93. package/dist/ProductCard/ProductCard.d.cts +2 -2
  94. package/dist/ProductCard/ProductCard.d.ts +2 -2
  95. package/dist/ProductCard/ProductCard.js +2 -2
  96. package/dist/PromptButton/PromptButton.d.cts +2 -2
  97. package/dist/PromptButton/PromptButton.d.ts +2 -2
  98. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  99. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  100. package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.cjs +16 -22
  101. package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.js +16 -22
  102. package/dist/PromptCarousel/PromptCarousel.cjs +3 -3
  103. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  104. package/dist/PromptCarousel/PromptCarousel.js +3 -3
  105. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  106. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  107. package/dist/ReviewCard/components/Container.cjs +2 -2
  108. package/dist/ReviewCard/components/Container.js +2 -2
  109. package/dist/ReviewCard/components/ReadMoreButton.cjs +1 -1
  110. package/dist/ReviewCard/components/ReadMoreButton.js +1 -1
  111. package/dist/ReviewCard/components/index.d.cts +6 -6
  112. package/dist/ReviewCard/components/index.d.ts +6 -6
  113. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  114. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  115. package/dist/SalesAgentProductCard/components/Container.cjs +2 -2
  116. package/dist/SalesAgentProductCard/components/Container.js +2 -2
  117. package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
  118. package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
  119. package/dist/SocialProof/SocialProof.cjs +1 -1
  120. package/dist/SocialProof/SocialProof.d.cts +2 -2
  121. package/dist/SocialProof/SocialProof.d.ts +2 -2
  122. package/dist/SocialProof/SocialProof.js +1 -1
  123. package/dist/SocialProof/components/Headline.cjs +3 -3
  124. package/dist/SocialProof/components/Headline.js +3 -3
  125. package/dist/SocialProof/components/LayoutFourHorizontal.cjs +1 -1
  126. package/dist/SocialProof/components/LayoutFourHorizontal.js +1 -1
  127. package/dist/SocialProof/components/Subheadline.cjs +1 -1
  128. package/dist/SocialProof/components/Subheadline.js +1 -1
  129. package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
  130. package/dist/Stack/Stack.d.cts +2 -2
  131. package/dist/TitledPromptCarousel/TitledPromptCarousel.cjs +1 -1
  132. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  133. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  134. package/dist/TitledPromptCarousel/TitledPromptCarousel.js +1 -1
  135. package/dist/Tokens/index.cjs +1 -1
  136. package/dist/Tokens/index.js +1 -1
  137. package/dist/TypingAnimation/TypingAnimation.cjs +1 -1
  138. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  139. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  140. package/dist/TypingAnimation/TypingAnimation.js +1 -1
  141. package/dist/TypingAnimation/hooks/useGetTypographyVariant.cjs +1 -1
  142. package/dist/TypingAnimation/hooks/useGetTypographyVariant.js +1 -1
  143. package/dist/Typography/Typography.d.cts +4 -4
  144. package/dist/Typography/Typography.d.ts +4 -4
  145. package/dist/WelcomeMessage/components/Container.cjs +2 -2
  146. package/dist/WelcomeMessage/components/Container.js +2 -2
  147. package/dist/WidgetTextField/WidgetTextField.cjs +1 -1
  148. package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
  149. package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
  150. package/dist/WidgetTextField/WidgetTextField.js +1 -1
  151. package/dist/WidgetTextField/components/Container.cjs +2 -2
  152. package/dist/WidgetTextField/components/Container.js +2 -2
  153. package/dist/WidgetTextField/components/Icon.cjs +1 -1
  154. package/dist/WidgetTextField/components/Icon.js +1 -1
  155. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  156. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  157. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  158. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
  159. package/dist/styles.css +1 -1
  160. package/package.json +3 -3
  161. package/src/components/Carousel/Carousel.tsx +11 -8
  162. package/src/components/Carousel/types/types.ts +5 -0
  163. package/src/components/FloatingChat/FloatingChat.tsx +18 -1
  164. package/src/components/FloatingChat/components/AgentMessage.tsx +8 -0
  165. package/src/components/FloatingChat/components/ChatMessages.tsx +3 -0
  166. package/src/components/FloatingChat/components/ModalSheet.tsx +1 -1
  167. package/src/components/FloatingChat/components/SalesAgentBadgeContent.tsx +86 -0
  168. package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +18 -7
  169. package/src/components/FloatingChat/components/index.ts +0 -1
  170. package/src/components/FloatingChat/hooks/useFilteredChatMessages.ts +1 -1
  171. package/src/components/FloatingChat/utils/functions.ts +19 -0
  172. package/src/components/FullPageSalesAgent/FullPageSalesAgent.tsx +10 -6
  173. package/src/components/FullPageSalesAgent/components/Layout.tsx +1 -2
  174. package/src/components/FullPageSalesAgent/hooks/useContainerResizerObserver.ts +1 -0
  175. package/src/components/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.tsx +12 -9
  176. package/src/mocks/productCardMocks.ts +955 -0
@@ -1,5 +1,5 @@
1
1
  import { ContainerProps } from "./types/index.js";
2
- import * as react13 from "react";
2
+ import * as react7 from "react";
3
3
 
4
4
  //#region src/components/Container/Container.d.ts
5
5
 
@@ -17,9 +17,9 @@ declare const Container: ({
17
17
  fluid,
18
18
  centerContent,
19
19
  ...props
20
- }: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react13.DetailedReactHTMLElement<{
21
- onClick?: react13.MouseEventHandler<HTMLElement>;
22
- title?: string | undefined;
20
+ }: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react7.DetailedReactHTMLElement<{
21
+ onClick?: react7.MouseEventHandler<HTMLElement>;
22
+ content?: string | undefined;
23
23
  defaultChecked?: boolean | undefined;
24
24
  defaultValue?: string | number | readonly string[] | undefined;
25
25
  suppressContentEditableWarning?: boolean | undefined;
@@ -38,11 +38,11 @@ declare const Container: ({
38
38
  slot?: string | undefined;
39
39
  spellCheck?: (boolean | "true" | "false") | undefined;
40
40
  tabIndex?: number | undefined;
41
+ title?: string | undefined;
41
42
  translate?: "yes" | "no" | undefined;
42
43
  radioGroup?: string | undefined;
43
- role?: react13.AriaRole | undefined;
44
+ role?: react7.AriaRole | undefined;
44
45
  about?: string | undefined;
45
- content?: string | undefined;
46
46
  datatype?: string | undefined;
47
47
  inlist?: any;
48
48
  prefix?: string | undefined;
@@ -127,175 +127,175 @@ declare const Container: ({
127
127
  dangerouslySetInnerHTML?: {
128
128
  __html: string | TrustedHTML;
129
129
  } | undefined;
130
- onCopy?: react13.ClipboardEventHandler<HTMLElement>;
131
- onCopyCapture?: react13.ClipboardEventHandler<HTMLElement>;
132
- onCut?: react13.ClipboardEventHandler<HTMLElement>;
133
- onCutCapture?: react13.ClipboardEventHandler<HTMLElement>;
134
- onPaste?: react13.ClipboardEventHandler<HTMLElement>;
135
- onPasteCapture?: react13.ClipboardEventHandler<HTMLElement>;
136
- onCompositionEnd?: react13.CompositionEventHandler<HTMLElement>;
137
- onCompositionEndCapture?: react13.CompositionEventHandler<HTMLElement>;
138
- onCompositionStart?: react13.CompositionEventHandler<HTMLElement>;
139
- onCompositionStartCapture?: react13.CompositionEventHandler<HTMLElement>;
140
- onCompositionUpdate?: react13.CompositionEventHandler<HTMLElement>;
141
- onCompositionUpdateCapture?: react13.CompositionEventHandler<HTMLElement>;
142
- onFocus?: react13.FocusEventHandler<HTMLElement>;
143
- onFocusCapture?: react13.FocusEventHandler<HTMLElement>;
144
- onBlur?: react13.FocusEventHandler<HTMLElement>;
145
- onBlurCapture?: react13.FocusEventHandler<HTMLElement>;
146
- onChange?: react13.FormEventHandler<HTMLElement>;
147
- onChangeCapture?: react13.FormEventHandler<HTMLElement>;
148
- onBeforeInput?: react13.InputEventHandler<HTMLElement>;
149
- onBeforeInputCapture?: react13.FormEventHandler<HTMLElement>;
150
- onInput?: react13.FormEventHandler<HTMLElement>;
151
- onInputCapture?: react13.FormEventHandler<HTMLElement>;
152
- onReset?: react13.FormEventHandler<HTMLElement>;
153
- onResetCapture?: react13.FormEventHandler<HTMLElement>;
154
- onSubmit?: react13.FormEventHandler<HTMLElement>;
155
- onSubmitCapture?: react13.FormEventHandler<HTMLElement>;
156
- onInvalid?: react13.FormEventHandler<HTMLElement>;
157
- onInvalidCapture?: react13.FormEventHandler<HTMLElement>;
158
- onLoad?: react13.ReactEventHandler<HTMLElement>;
159
- onLoadCapture?: react13.ReactEventHandler<HTMLElement>;
160
- onError?: react13.ReactEventHandler<HTMLElement>;
161
- onErrorCapture?: react13.ReactEventHandler<HTMLElement>;
162
- onKeyDown?: react13.KeyboardEventHandler<HTMLElement>;
163
- onKeyDownCapture?: react13.KeyboardEventHandler<HTMLElement>;
164
- onKeyPress?: react13.KeyboardEventHandler<HTMLElement>;
165
- onKeyPressCapture?: react13.KeyboardEventHandler<HTMLElement>;
166
- onKeyUp?: react13.KeyboardEventHandler<HTMLElement>;
167
- onKeyUpCapture?: react13.KeyboardEventHandler<HTMLElement>;
168
- onAbort?: react13.ReactEventHandler<HTMLElement>;
169
- onAbortCapture?: react13.ReactEventHandler<HTMLElement>;
170
- onCanPlay?: react13.ReactEventHandler<HTMLElement>;
171
- onCanPlayCapture?: react13.ReactEventHandler<HTMLElement>;
172
- onCanPlayThrough?: react13.ReactEventHandler<HTMLElement>;
173
- onCanPlayThroughCapture?: react13.ReactEventHandler<HTMLElement>;
174
- onDurationChange?: react13.ReactEventHandler<HTMLElement>;
175
- onDurationChangeCapture?: react13.ReactEventHandler<HTMLElement>;
176
- onEmptied?: react13.ReactEventHandler<HTMLElement>;
177
- onEmptiedCapture?: react13.ReactEventHandler<HTMLElement>;
178
- onEncrypted?: react13.ReactEventHandler<HTMLElement>;
179
- onEncryptedCapture?: react13.ReactEventHandler<HTMLElement>;
180
- onEnded?: react13.ReactEventHandler<HTMLElement>;
181
- onEndedCapture?: react13.ReactEventHandler<HTMLElement>;
182
- onLoadedData?: react13.ReactEventHandler<HTMLElement>;
183
- onLoadedDataCapture?: react13.ReactEventHandler<HTMLElement>;
184
- onLoadedMetadata?: react13.ReactEventHandler<HTMLElement>;
185
- onLoadedMetadataCapture?: react13.ReactEventHandler<HTMLElement>;
186
- onLoadStart?: react13.ReactEventHandler<HTMLElement>;
187
- onLoadStartCapture?: react13.ReactEventHandler<HTMLElement>;
188
- onPause?: react13.ReactEventHandler<HTMLElement>;
189
- onPauseCapture?: react13.ReactEventHandler<HTMLElement>;
190
- onPlay?: react13.ReactEventHandler<HTMLElement>;
191
- onPlayCapture?: react13.ReactEventHandler<HTMLElement>;
192
- onPlaying?: react13.ReactEventHandler<HTMLElement>;
193
- onPlayingCapture?: react13.ReactEventHandler<HTMLElement>;
194
- onProgress?: react13.ReactEventHandler<HTMLElement>;
195
- onProgressCapture?: react13.ReactEventHandler<HTMLElement>;
196
- onRateChange?: react13.ReactEventHandler<HTMLElement>;
197
- onRateChangeCapture?: react13.ReactEventHandler<HTMLElement>;
198
- onSeeked?: react13.ReactEventHandler<HTMLElement>;
199
- onSeekedCapture?: react13.ReactEventHandler<HTMLElement>;
200
- onSeeking?: react13.ReactEventHandler<HTMLElement>;
201
- onSeekingCapture?: react13.ReactEventHandler<HTMLElement>;
202
- onStalled?: react13.ReactEventHandler<HTMLElement>;
203
- onStalledCapture?: react13.ReactEventHandler<HTMLElement>;
204
- onSuspend?: react13.ReactEventHandler<HTMLElement>;
205
- onSuspendCapture?: react13.ReactEventHandler<HTMLElement>;
206
- onTimeUpdate?: react13.ReactEventHandler<HTMLElement>;
207
- onTimeUpdateCapture?: react13.ReactEventHandler<HTMLElement>;
208
- onVolumeChange?: react13.ReactEventHandler<HTMLElement>;
209
- onVolumeChangeCapture?: react13.ReactEventHandler<HTMLElement>;
210
- onWaiting?: react13.ReactEventHandler<HTMLElement>;
211
- onWaitingCapture?: react13.ReactEventHandler<HTMLElement>;
212
- onAuxClick?: react13.MouseEventHandler<HTMLElement>;
213
- onAuxClickCapture?: react13.MouseEventHandler<HTMLElement>;
214
- onClickCapture?: react13.MouseEventHandler<HTMLElement>;
215
- onContextMenu?: react13.MouseEventHandler<HTMLElement>;
216
- onContextMenuCapture?: react13.MouseEventHandler<HTMLElement>;
217
- onDoubleClick?: react13.MouseEventHandler<HTMLElement>;
218
- onDoubleClickCapture?: react13.MouseEventHandler<HTMLElement>;
219
- onDrag?: react13.DragEventHandler<HTMLElement>;
220
- onDragCapture?: react13.DragEventHandler<HTMLElement>;
221
- onDragEnd?: react13.DragEventHandler<HTMLElement>;
222
- onDragEndCapture?: react13.DragEventHandler<HTMLElement>;
223
- onDragEnter?: react13.DragEventHandler<HTMLElement>;
224
- onDragEnterCapture?: react13.DragEventHandler<HTMLElement>;
225
- onDragExit?: react13.DragEventHandler<HTMLElement>;
226
- onDragExitCapture?: react13.DragEventHandler<HTMLElement>;
227
- onDragLeave?: react13.DragEventHandler<HTMLElement>;
228
- onDragLeaveCapture?: react13.DragEventHandler<HTMLElement>;
229
- onDragOver?: react13.DragEventHandler<HTMLElement>;
230
- onDragOverCapture?: react13.DragEventHandler<HTMLElement>;
231
- onDragStart?: react13.DragEventHandler<HTMLElement>;
232
- onDragStartCapture?: react13.DragEventHandler<HTMLElement>;
233
- onDrop?: react13.DragEventHandler<HTMLElement>;
234
- onDropCapture?: react13.DragEventHandler<HTMLElement>;
235
- onMouseDown?: react13.MouseEventHandler<HTMLElement>;
236
- onMouseDownCapture?: react13.MouseEventHandler<HTMLElement>;
237
- onMouseEnter?: react13.MouseEventHandler<HTMLElement>;
238
- onMouseLeave?: react13.MouseEventHandler<HTMLElement>;
239
- onMouseMove?: react13.MouseEventHandler<HTMLElement>;
240
- onMouseMoveCapture?: react13.MouseEventHandler<HTMLElement>;
241
- onMouseOut?: react13.MouseEventHandler<HTMLElement>;
242
- onMouseOutCapture?: react13.MouseEventHandler<HTMLElement>;
243
- onMouseOver?: react13.MouseEventHandler<HTMLElement>;
244
- onMouseOverCapture?: react13.MouseEventHandler<HTMLElement>;
245
- onMouseUp?: react13.MouseEventHandler<HTMLElement>;
246
- onMouseUpCapture?: react13.MouseEventHandler<HTMLElement>;
247
- onSelect?: react13.ReactEventHandler<HTMLElement>;
248
- onSelectCapture?: react13.ReactEventHandler<HTMLElement>;
249
- onTouchCancel?: react13.TouchEventHandler<HTMLElement>;
250
- onTouchCancelCapture?: react13.TouchEventHandler<HTMLElement>;
251
- onTouchEnd?: react13.TouchEventHandler<HTMLElement>;
252
- onTouchEndCapture?: react13.TouchEventHandler<HTMLElement>;
253
- onTouchMove?: react13.TouchEventHandler<HTMLElement>;
254
- onTouchMoveCapture?: react13.TouchEventHandler<HTMLElement>;
255
- onTouchStart?: react13.TouchEventHandler<HTMLElement>;
256
- onTouchStartCapture?: react13.TouchEventHandler<HTMLElement>;
257
- onPointerDown?: react13.PointerEventHandler<HTMLElement>;
258
- onPointerDownCapture?: react13.PointerEventHandler<HTMLElement>;
259
- onPointerMove?: react13.PointerEventHandler<HTMLElement>;
260
- onPointerMoveCapture?: react13.PointerEventHandler<HTMLElement>;
261
- onPointerUp?: react13.PointerEventHandler<HTMLElement>;
262
- onPointerUpCapture?: react13.PointerEventHandler<HTMLElement>;
263
- onPointerCancel?: react13.PointerEventHandler<HTMLElement>;
264
- onPointerCancelCapture?: react13.PointerEventHandler<HTMLElement>;
265
- onPointerEnter?: react13.PointerEventHandler<HTMLElement>;
266
- onPointerLeave?: react13.PointerEventHandler<HTMLElement>;
267
- onPointerOver?: react13.PointerEventHandler<HTMLElement>;
268
- onPointerOverCapture?: react13.PointerEventHandler<HTMLElement>;
269
- onPointerOut?: react13.PointerEventHandler<HTMLElement>;
270
- onPointerOutCapture?: react13.PointerEventHandler<HTMLElement>;
271
- onGotPointerCapture?: react13.PointerEventHandler<HTMLElement>;
272
- onGotPointerCaptureCapture?: react13.PointerEventHandler<HTMLElement>;
273
- onLostPointerCapture?: react13.PointerEventHandler<HTMLElement>;
274
- onLostPointerCaptureCapture?: react13.PointerEventHandler<HTMLElement>;
275
- onScroll?: react13.UIEventHandler<HTMLElement>;
276
- onScrollCapture?: react13.UIEventHandler<HTMLElement>;
277
- onScrollEnd?: react13.UIEventHandler<HTMLElement>;
278
- onScrollEndCapture?: react13.UIEventHandler<HTMLElement>;
279
- onWheel?: react13.WheelEventHandler<HTMLElement>;
280
- onWheelCapture?: react13.WheelEventHandler<HTMLElement>;
281
- onAnimationStart?: react13.AnimationEventHandler<HTMLElement>;
282
- onAnimationStartCapture?: react13.AnimationEventHandler<HTMLElement>;
283
- onAnimationEnd?: react13.AnimationEventHandler<HTMLElement>;
284
- onAnimationEndCapture?: react13.AnimationEventHandler<HTMLElement>;
285
- onAnimationIteration?: react13.AnimationEventHandler<HTMLElement>;
286
- onAnimationIterationCapture?: react13.AnimationEventHandler<HTMLElement>;
287
- onToggle?: react13.ToggleEventHandler<HTMLElement>;
288
- onBeforeToggle?: react13.ToggleEventHandler<HTMLElement>;
289
- onTransitionCancel?: react13.TransitionEventHandler<HTMLElement>;
290
- onTransitionCancelCapture?: react13.TransitionEventHandler<HTMLElement>;
291
- onTransitionEnd?: react13.TransitionEventHandler<HTMLElement>;
292
- onTransitionEndCapture?: react13.TransitionEventHandler<HTMLElement>;
293
- onTransitionRun?: react13.TransitionEventHandler<HTMLElement>;
294
- onTransitionRunCapture?: react13.TransitionEventHandler<HTMLElement>;
295
- onTransitionStart?: react13.TransitionEventHandler<HTMLElement>;
296
- onTransitionStartCapture?: react13.TransitionEventHandler<HTMLElement>;
130
+ onCopy?: react7.ClipboardEventHandler<HTMLElement>;
131
+ onCopyCapture?: react7.ClipboardEventHandler<HTMLElement>;
132
+ onCut?: react7.ClipboardEventHandler<HTMLElement>;
133
+ onCutCapture?: react7.ClipboardEventHandler<HTMLElement>;
134
+ onPaste?: react7.ClipboardEventHandler<HTMLElement>;
135
+ onPasteCapture?: react7.ClipboardEventHandler<HTMLElement>;
136
+ onCompositionEnd?: react7.CompositionEventHandler<HTMLElement>;
137
+ onCompositionEndCapture?: react7.CompositionEventHandler<HTMLElement>;
138
+ onCompositionStart?: react7.CompositionEventHandler<HTMLElement>;
139
+ onCompositionStartCapture?: react7.CompositionEventHandler<HTMLElement>;
140
+ onCompositionUpdate?: react7.CompositionEventHandler<HTMLElement>;
141
+ onCompositionUpdateCapture?: react7.CompositionEventHandler<HTMLElement>;
142
+ onFocus?: react7.FocusEventHandler<HTMLElement>;
143
+ onFocusCapture?: react7.FocusEventHandler<HTMLElement>;
144
+ onBlur?: react7.FocusEventHandler<HTMLElement>;
145
+ onBlurCapture?: react7.FocusEventHandler<HTMLElement>;
146
+ onChange?: react7.FormEventHandler<HTMLElement>;
147
+ onChangeCapture?: react7.FormEventHandler<HTMLElement>;
148
+ onBeforeInput?: react7.InputEventHandler<HTMLElement>;
149
+ onBeforeInputCapture?: react7.FormEventHandler<HTMLElement>;
150
+ onInput?: react7.FormEventHandler<HTMLElement>;
151
+ onInputCapture?: react7.FormEventHandler<HTMLElement>;
152
+ onReset?: react7.FormEventHandler<HTMLElement>;
153
+ onResetCapture?: react7.FormEventHandler<HTMLElement>;
154
+ onSubmit?: react7.FormEventHandler<HTMLElement>;
155
+ onSubmitCapture?: react7.FormEventHandler<HTMLElement>;
156
+ onInvalid?: react7.FormEventHandler<HTMLElement>;
157
+ onInvalidCapture?: react7.FormEventHandler<HTMLElement>;
158
+ onLoad?: react7.ReactEventHandler<HTMLElement>;
159
+ onLoadCapture?: react7.ReactEventHandler<HTMLElement>;
160
+ onError?: react7.ReactEventHandler<HTMLElement>;
161
+ onErrorCapture?: react7.ReactEventHandler<HTMLElement>;
162
+ onKeyDown?: react7.KeyboardEventHandler<HTMLElement>;
163
+ onKeyDownCapture?: react7.KeyboardEventHandler<HTMLElement>;
164
+ onKeyPress?: react7.KeyboardEventHandler<HTMLElement>;
165
+ onKeyPressCapture?: react7.KeyboardEventHandler<HTMLElement>;
166
+ onKeyUp?: react7.KeyboardEventHandler<HTMLElement>;
167
+ onKeyUpCapture?: react7.KeyboardEventHandler<HTMLElement>;
168
+ onAbort?: react7.ReactEventHandler<HTMLElement>;
169
+ onAbortCapture?: react7.ReactEventHandler<HTMLElement>;
170
+ onCanPlay?: react7.ReactEventHandler<HTMLElement>;
171
+ onCanPlayCapture?: react7.ReactEventHandler<HTMLElement>;
172
+ onCanPlayThrough?: react7.ReactEventHandler<HTMLElement>;
173
+ onCanPlayThroughCapture?: react7.ReactEventHandler<HTMLElement>;
174
+ onDurationChange?: react7.ReactEventHandler<HTMLElement>;
175
+ onDurationChangeCapture?: react7.ReactEventHandler<HTMLElement>;
176
+ onEmptied?: react7.ReactEventHandler<HTMLElement>;
177
+ onEmptiedCapture?: react7.ReactEventHandler<HTMLElement>;
178
+ onEncrypted?: react7.ReactEventHandler<HTMLElement>;
179
+ onEncryptedCapture?: react7.ReactEventHandler<HTMLElement>;
180
+ onEnded?: react7.ReactEventHandler<HTMLElement>;
181
+ onEndedCapture?: react7.ReactEventHandler<HTMLElement>;
182
+ onLoadedData?: react7.ReactEventHandler<HTMLElement>;
183
+ onLoadedDataCapture?: react7.ReactEventHandler<HTMLElement>;
184
+ onLoadedMetadata?: react7.ReactEventHandler<HTMLElement>;
185
+ onLoadedMetadataCapture?: react7.ReactEventHandler<HTMLElement>;
186
+ onLoadStart?: react7.ReactEventHandler<HTMLElement>;
187
+ onLoadStartCapture?: react7.ReactEventHandler<HTMLElement>;
188
+ onPause?: react7.ReactEventHandler<HTMLElement>;
189
+ onPauseCapture?: react7.ReactEventHandler<HTMLElement>;
190
+ onPlay?: react7.ReactEventHandler<HTMLElement>;
191
+ onPlayCapture?: react7.ReactEventHandler<HTMLElement>;
192
+ onPlaying?: react7.ReactEventHandler<HTMLElement>;
193
+ onPlayingCapture?: react7.ReactEventHandler<HTMLElement>;
194
+ onProgress?: react7.ReactEventHandler<HTMLElement>;
195
+ onProgressCapture?: react7.ReactEventHandler<HTMLElement>;
196
+ onRateChange?: react7.ReactEventHandler<HTMLElement>;
197
+ onRateChangeCapture?: react7.ReactEventHandler<HTMLElement>;
198
+ onSeeked?: react7.ReactEventHandler<HTMLElement>;
199
+ onSeekedCapture?: react7.ReactEventHandler<HTMLElement>;
200
+ onSeeking?: react7.ReactEventHandler<HTMLElement>;
201
+ onSeekingCapture?: react7.ReactEventHandler<HTMLElement>;
202
+ onStalled?: react7.ReactEventHandler<HTMLElement>;
203
+ onStalledCapture?: react7.ReactEventHandler<HTMLElement>;
204
+ onSuspend?: react7.ReactEventHandler<HTMLElement>;
205
+ onSuspendCapture?: react7.ReactEventHandler<HTMLElement>;
206
+ onTimeUpdate?: react7.ReactEventHandler<HTMLElement>;
207
+ onTimeUpdateCapture?: react7.ReactEventHandler<HTMLElement>;
208
+ onVolumeChange?: react7.ReactEventHandler<HTMLElement>;
209
+ onVolumeChangeCapture?: react7.ReactEventHandler<HTMLElement>;
210
+ onWaiting?: react7.ReactEventHandler<HTMLElement>;
211
+ onWaitingCapture?: react7.ReactEventHandler<HTMLElement>;
212
+ onAuxClick?: react7.MouseEventHandler<HTMLElement>;
213
+ onAuxClickCapture?: react7.MouseEventHandler<HTMLElement>;
214
+ onClickCapture?: react7.MouseEventHandler<HTMLElement>;
215
+ onContextMenu?: react7.MouseEventHandler<HTMLElement>;
216
+ onContextMenuCapture?: react7.MouseEventHandler<HTMLElement>;
217
+ onDoubleClick?: react7.MouseEventHandler<HTMLElement>;
218
+ onDoubleClickCapture?: react7.MouseEventHandler<HTMLElement>;
219
+ onDrag?: react7.DragEventHandler<HTMLElement>;
220
+ onDragCapture?: react7.DragEventHandler<HTMLElement>;
221
+ onDragEnd?: react7.DragEventHandler<HTMLElement>;
222
+ onDragEndCapture?: react7.DragEventHandler<HTMLElement>;
223
+ onDragEnter?: react7.DragEventHandler<HTMLElement>;
224
+ onDragEnterCapture?: react7.DragEventHandler<HTMLElement>;
225
+ onDragExit?: react7.DragEventHandler<HTMLElement>;
226
+ onDragExitCapture?: react7.DragEventHandler<HTMLElement>;
227
+ onDragLeave?: react7.DragEventHandler<HTMLElement>;
228
+ onDragLeaveCapture?: react7.DragEventHandler<HTMLElement>;
229
+ onDragOver?: react7.DragEventHandler<HTMLElement>;
230
+ onDragOverCapture?: react7.DragEventHandler<HTMLElement>;
231
+ onDragStart?: react7.DragEventHandler<HTMLElement>;
232
+ onDragStartCapture?: react7.DragEventHandler<HTMLElement>;
233
+ onDrop?: react7.DragEventHandler<HTMLElement>;
234
+ onDropCapture?: react7.DragEventHandler<HTMLElement>;
235
+ onMouseDown?: react7.MouseEventHandler<HTMLElement>;
236
+ onMouseDownCapture?: react7.MouseEventHandler<HTMLElement>;
237
+ onMouseEnter?: react7.MouseEventHandler<HTMLElement>;
238
+ onMouseLeave?: react7.MouseEventHandler<HTMLElement>;
239
+ onMouseMove?: react7.MouseEventHandler<HTMLElement>;
240
+ onMouseMoveCapture?: react7.MouseEventHandler<HTMLElement>;
241
+ onMouseOut?: react7.MouseEventHandler<HTMLElement>;
242
+ onMouseOutCapture?: react7.MouseEventHandler<HTMLElement>;
243
+ onMouseOver?: react7.MouseEventHandler<HTMLElement>;
244
+ onMouseOverCapture?: react7.MouseEventHandler<HTMLElement>;
245
+ onMouseUp?: react7.MouseEventHandler<HTMLElement>;
246
+ onMouseUpCapture?: react7.MouseEventHandler<HTMLElement>;
247
+ onSelect?: react7.ReactEventHandler<HTMLElement>;
248
+ onSelectCapture?: react7.ReactEventHandler<HTMLElement>;
249
+ onTouchCancel?: react7.TouchEventHandler<HTMLElement>;
250
+ onTouchCancelCapture?: react7.TouchEventHandler<HTMLElement>;
251
+ onTouchEnd?: react7.TouchEventHandler<HTMLElement>;
252
+ onTouchEndCapture?: react7.TouchEventHandler<HTMLElement>;
253
+ onTouchMove?: react7.TouchEventHandler<HTMLElement>;
254
+ onTouchMoveCapture?: react7.TouchEventHandler<HTMLElement>;
255
+ onTouchStart?: react7.TouchEventHandler<HTMLElement>;
256
+ onTouchStartCapture?: react7.TouchEventHandler<HTMLElement>;
257
+ onPointerDown?: react7.PointerEventHandler<HTMLElement>;
258
+ onPointerDownCapture?: react7.PointerEventHandler<HTMLElement>;
259
+ onPointerMove?: react7.PointerEventHandler<HTMLElement>;
260
+ onPointerMoveCapture?: react7.PointerEventHandler<HTMLElement>;
261
+ onPointerUp?: react7.PointerEventHandler<HTMLElement>;
262
+ onPointerUpCapture?: react7.PointerEventHandler<HTMLElement>;
263
+ onPointerCancel?: react7.PointerEventHandler<HTMLElement>;
264
+ onPointerCancelCapture?: react7.PointerEventHandler<HTMLElement>;
265
+ onPointerEnter?: react7.PointerEventHandler<HTMLElement>;
266
+ onPointerLeave?: react7.PointerEventHandler<HTMLElement>;
267
+ onPointerOver?: react7.PointerEventHandler<HTMLElement>;
268
+ onPointerOverCapture?: react7.PointerEventHandler<HTMLElement>;
269
+ onPointerOut?: react7.PointerEventHandler<HTMLElement>;
270
+ onPointerOutCapture?: react7.PointerEventHandler<HTMLElement>;
271
+ onGotPointerCapture?: react7.PointerEventHandler<HTMLElement>;
272
+ onGotPointerCaptureCapture?: react7.PointerEventHandler<HTMLElement>;
273
+ onLostPointerCapture?: react7.PointerEventHandler<HTMLElement>;
274
+ onLostPointerCaptureCapture?: react7.PointerEventHandler<HTMLElement>;
275
+ onScroll?: react7.UIEventHandler<HTMLElement>;
276
+ onScrollCapture?: react7.UIEventHandler<HTMLElement>;
277
+ onScrollEnd?: react7.UIEventHandler<HTMLElement>;
278
+ onScrollEndCapture?: react7.UIEventHandler<HTMLElement>;
279
+ onWheel?: react7.WheelEventHandler<HTMLElement>;
280
+ onWheelCapture?: react7.WheelEventHandler<HTMLElement>;
281
+ onAnimationStart?: react7.AnimationEventHandler<HTMLElement>;
282
+ onAnimationStartCapture?: react7.AnimationEventHandler<HTMLElement>;
283
+ onAnimationEnd?: react7.AnimationEventHandler<HTMLElement>;
284
+ onAnimationEndCapture?: react7.AnimationEventHandler<HTMLElement>;
285
+ onAnimationIteration?: react7.AnimationEventHandler<HTMLElement>;
286
+ onAnimationIterationCapture?: react7.AnimationEventHandler<HTMLElement>;
287
+ onToggle?: react7.ToggleEventHandler<HTMLElement>;
288
+ onBeforeToggle?: react7.ToggleEventHandler<HTMLElement>;
289
+ onTransitionCancel?: react7.TransitionEventHandler<HTMLElement>;
290
+ onTransitionCancelCapture?: react7.TransitionEventHandler<HTMLElement>;
291
+ onTransitionEnd?: react7.TransitionEventHandler<HTMLElement>;
292
+ onTransitionEndCapture?: react7.TransitionEventHandler<HTMLElement>;
293
+ onTransitionRun?: react7.TransitionEventHandler<HTMLElement>;
294
+ onTransitionRunCapture?: react7.TransitionEventHandler<HTMLElement>;
295
+ onTransitionStart?: react7.TransitionEventHandler<HTMLElement>;
296
+ onTransitionStartCapture?: react7.TransitionEventHandler<HTMLElement>;
297
297
  className: string;
298
- style: react13.CSSProperties;
298
+ style: react7.CSSProperties;
299
299
  id: string;
300
300
  'data-testid': string;
301
301
  }, HTMLElement>;
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime22 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime34 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_runtime22.JSX.Element;
12
+ }: DesignTokensProps) => react_jsx_runtime34.JSX.Element;
13
13
  //#endregion
14
14
  export { DesignTokens, DesignTokensProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime23 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime32 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_runtime23.JSX.Element;
12
+ }: DesignTokensProps) => react_jsx_runtime32.JSX.Element;
13
13
  //#endregion
14
14
  export { DesignTokens, DesignTokensProps };
@@ -1,8 +1,8 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_Container = require('../../Container/Container.cjs');
3
- require('../../Container/index.cjs');
4
2
  const require_Stack = require('../../Stack/Stack.cjs');
5
3
  require('../../Stack/index.cjs');
4
+ const require_Container = require('../../Container/Container.cjs');
5
+ require('../../Container/index.cjs');
6
6
  let react_jsx_runtime = require("react/jsx-runtime");
7
7
  let classnames = require("classnames");
8
8
  classnames = require_rolldown_runtime.__toESM(classnames);
@@ -1,7 +1,7 @@
1
- import { Container } from "../../Container/Container.js";
2
- import "../../Container/index.js";
3
1
  import { Stack } from "../../Stack/Stack.js";
4
2
  import "../../Stack/index.js";
3
+ import { Container } from "../../Container/Container.js";
4
+ import "../../Container/index.js";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  import classNames from "classnames";
7
7
 
@@ -1,5 +1,5 @@
1
1
  import { DocumentRetrievalCardProps } from "./types/index.cjs";
2
- import * as react_jsx_runtime23 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 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_runtime23.JSX.Element;
19
+ }: DocumentRetrievalCardProps) => react_jsx_runtime18.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_runtime24 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime26 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_runtime24.JSX.Element;
19
+ }: DocumentRetrievalCardProps) => react_jsx_runtime26.JSX.Element;
20
20
  //#endregion
21
21
  export { DocumentRetrievalCard };
@@ -1,8 +1,8 @@
1
1
  const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
2
- const require_Container = require('../../Container/Container.cjs');
3
- require('../../Container/index.cjs');
4
2
  const require_Stack = require('../../Stack/Stack.cjs');
5
3
  require('../../Stack/index.cjs');
4
+ const require_Container = require('../../Container/Container.cjs');
5
+ require('../../Container/index.cjs');
6
6
  const require_useGetThemeProperties = require('../hooks/useGetThemeProperties.cjs');
7
7
  const require_useGetStackLayoutProperties = require('../hooks/useGetStackLayoutProperties.cjs');
8
8
  const require_useGetCardWidthProperties = require('../hooks/useGetCardWidthProperties.cjs');
@@ -1,7 +1,7 @@
1
- import { Container } from "../../Container/Container.js";
2
- import "../../Container/index.js";
3
1
  import { Stack } from "../../Stack/Stack.js";
4
2
  import "../../Stack/index.js";
3
+ import { Container } from "../../Container/Container.js";
4
+ import "../../Container/index.js";
5
5
  import { useGetThemeProperties } from "../hooks/useGetThemeProperties.js";
6
6
  import { useGetStackLayoutProperties } from "../hooks/useGetStackLayoutProperties.js";
7
7
  import { useGetCardWidthProperties } from "../hooks/useGetCardWidthProperties.js";
@@ -1,7 +1,7 @@
1
1
  const require_rolldown_runtime = require('../../../../_virtual/rolldown_runtime.cjs');
2
- const require_CustomIcon = require('../../../../utils/CustomIcon.cjs');
3
2
  const require_Stack = require('../../../../Stack/Stack.cjs');
4
3
  require('../../../../Stack/index.cjs');
4
+ const require_CustomIcon = require('../../../../utils/CustomIcon.cjs');
5
5
  let react_jsx_runtime = require("react/jsx-runtime");
6
6
  let classnames = require("classnames");
7
7
  classnames = require_rolldown_runtime.__toESM(classnames);
@@ -1,6 +1,6 @@
1
- import { CustomIcon } from "../../../../utils/CustomIcon.js";
2
1
  import { Stack } from "../../../../Stack/Stack.js";
3
2
  import "../../../../Stack/index.js";
3
+ import { CustomIcon } from "../../../../utils/CustomIcon.js";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  import classNames from "classnames";
6
6
  import Document from "@envive-ai/react-icons/Document";
@@ -1,5 +1,5 @@
1
1
  import { FloatingButtonProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime25 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime27 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_runtime25.JSX.Element;
21
+ }: FloatingButtonProps) => react_jsx_runtime27.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_runtime21 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime23 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_runtime21.JSX.Element;
21
+ }: FloatingButtonProps) => react_jsx_runtime23.JSX.Element;
22
22
  //#endregion
23
23
  export { FloatingButton };
@@ -15,6 +15,7 @@ require('../ChatHeader/index.cjs');
15
15
  const require_Disclaimer = require('../Disclaimer/Disclaimer.cjs');
16
16
  require('../Disclaimer/index.cjs');
17
17
  const require_WelcomeMessage = require('../WelcomeMessage/WelcomeMessage.cjs');
18
+ const require_functions = require('./utils/functions.cjs');
18
19
  const require_useSnapCalculator = require('./hooks/useSnapCalculator.cjs');
19
20
  const require_ModalSheet = require('./components/ModalSheet.cjs');
20
21
  const require_index$1 = require('./components/index.cjs');
@@ -184,6 +185,13 @@ const FloatingChat = ({ id, className, style, testId, theme = require_theme.Them
184
185
  text: welcomeMessageText,
185
186
  theme: finalTheme
186
187
  });
188
+ const handleExploreAllResults = (firstProductMessageId) => {
189
+ const products = require_functions.getCleanProducts(messages.find((block) => block.some((msg) => msg.type === __envive_ai_react_hooks_application_models.MessageType.Product && msg.id === firstProductMessageId))?.filter((msg) => msg.type === __envive_ai_react_hooks_application_models.MessageType.Product) ?? []);
190
+ console.log("[INFO] [spiffy-ai] Explore All Results clicked", {
191
+ firstProductMessageId,
192
+ products
193
+ });
194
+ };
187
195
  const chatMessages = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_index$1.FloatingChatComponents.ChatMessages, {
188
196
  theme: finalTheme,
189
197
  ref: chatMessagesRef,
@@ -197,7 +205,8 @@ const FloatingChat = ({ id, className, style, testId, theme = require_theme.Them
197
205
  neverShowSingleProductCards,
198
206
  showVerifiedBuyer,
199
207
  onFormResponseSubmitted,
200
- parentWidget: __envive_ai_react_hooks_hooks_WidgetInteraction_types.WidgetInteractionComponent.FLOATING_CHAT
208
+ parentWidget: __envive_ai_react_hooks_hooks_WidgetInteraction_types.WidgetInteractionComponent.FLOATING_CHAT,
209
+ onExploreAllResults: handleExploreAllResults
201
210
  });
202
211
  const answerSuggestionsComponent = /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_PromptCarousel.PromptCarousel, {
203
212
  className: "envive-tw-flex envive-tw-justify-end envive-tw-p-4 [&>div>div]:envive-tw-items-end",
@@ -1,5 +1,5 @@
1
1
  import { FloatingChatProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime19 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingChat/FloatingChat.d.ts
5
5
  declare const FloatingChat: ({
@@ -18,6 +18,6 @@ declare const FloatingChat: ({
18
18
  onClose,
19
19
  onSwipeClose,
20
20
  onToggleCXButton
21
- }: FloatingChatProps) => react_jsx_runtime19.JSX.Element;
21
+ }: FloatingChatProps) => react_jsx_runtime20.JSX.Element;
22
22
  //#endregion
23
23
  export { FloatingChat };
@@ -1,5 +1,5 @@
1
1
  import { FloatingChatProps } from "./types/types.js";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingChat/FloatingChat.d.ts
5
5
  declare const FloatingChat: ({
@@ -18,6 +18,6 @@ declare const FloatingChat: ({
18
18
  onClose,
19
19
  onSwipeClose,
20
20
  onToggleCXButton
21
- }: FloatingChatProps) => react_jsx_runtime0.JSX.Element;
21
+ }: FloatingChatProps) => react_jsx_runtime27.JSX.Element;
22
22
  //#endregion
23
23
  export { FloatingChat };