@envive-ai/react-toolkit-v3 0.3.37 → 0.3.38

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 (65) hide show
  1. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
  2. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
  3. package/dist/Carousel/Carousel.d.cts +2 -2
  4. package/dist/Carousel/Carousel.d.ts +2 -2
  5. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  6. package/dist/ChatFooter/components/index.d.cts +2 -2
  7. package/dist/ChatFooter/components/index.d.ts +5 -5
  8. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  9. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  10. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  11. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  12. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  13. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
  14. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  15. package/dist/Container/Container.d.cts +174 -174
  16. package/dist/Container/Container.d.ts +174 -174
  17. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  18. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  19. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  20. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
  21. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  22. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  23. package/dist/FloatingChat/FloatingChat.d.cts +2 -2
  24. package/dist/FloatingChat/FloatingChat.d.ts +2 -2
  25. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
  26. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
  27. package/dist/Image/Image.d.cts +2 -2
  28. package/dist/Image/Image.d.ts +2 -2
  29. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  30. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  31. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  32. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  33. package/dist/ProductCard/ProductCard.d.cts +2 -2
  34. package/dist/ProductCard/ProductCard.d.ts +2 -2
  35. package/dist/PromptButton/PromptButton.d.cts +2 -2
  36. package/dist/PromptButton/PromptButton.d.ts +2 -2
  37. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  38. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  39. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  40. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  41. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  42. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  43. package/dist/ReviewCard/components/index.d.cts +6 -6
  44. package/dist/ReviewCard/components/index.d.ts +4 -4
  45. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  46. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  47. package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
  48. package/dist/SalesAgentProductCard/components/index.d.ts +6 -6
  49. package/dist/SocialProof/SocialProof.d.cts +2 -2
  50. package/dist/SocialProof/SocialProof.d.ts +2 -2
  51. package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
  52. package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
  53. package/dist/Stack/Stack.d.cts +2 -2
  54. package/dist/Stack/Stack.d.ts +2 -2
  55. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  56. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  57. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  58. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  59. package/dist/Typography/Typography.d.cts +4 -4
  60. package/dist/Typography/Typography.d.ts +4 -4
  61. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  62. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  63. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
  64. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
  65. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  import { ContainerProps } from "./types/index.js";
2
- import * as react13 from "react";
2
+ import * as react10 from "react";
3
3
 
4
4
  //#region src/components/Container/Container.d.ts
5
5
 
@@ -17,10 +17,16 @@ declare const Container: ({
17
17
  fluid,
18
18
  centerContent,
19
19
  ...props
20
- }: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react13.DetailedReactHTMLElement<{
21
- color?: string | undefined;
22
- slot?: string | undefined;
20
+ }: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react10.DetailedReactHTMLElement<{
23
21
  title?: string | undefined;
22
+ onSelect?: react10.ReactEventHandler<HTMLElement>;
23
+ onDrag?: react10.DragEventHandler<HTMLElement>;
24
+ onMouseDown?: react10.MouseEventHandler<HTMLElement>;
25
+ onMouseUp?: react10.MouseEventHandler<HTMLElement>;
26
+ onTouchStart?: react10.TouchEventHandler<HTMLElement>;
27
+ onTouchEnd?: react10.TouchEventHandler<HTMLElement>;
28
+ slot?: string | undefined;
29
+ color?: string | undefined;
24
30
  "aria-label"?: string | undefined;
25
31
  defaultChecked?: boolean | undefined;
26
32
  defaultValue?: string | number | readonly string[] | undefined;
@@ -41,7 +47,7 @@ declare const Container: ({
41
47
  tabIndex?: number | undefined;
42
48
  translate?: "yes" | "no" | undefined;
43
49
  radioGroup?: string | undefined;
44
- role?: react13.AriaRole | undefined;
50
+ role?: react10.AriaRole | undefined;
45
51
  about?: string | undefined;
46
52
  content?: string | undefined;
47
53
  datatype?: string | undefined;
@@ -126,176 +132,170 @@ declare const Container: ({
126
132
  dangerouslySetInnerHTML?: {
127
133
  __html: string | TrustedHTML;
128
134
  } | undefined;
129
- onCopy?: react13.ClipboardEventHandler<HTMLElement>;
130
- onCopyCapture?: react13.ClipboardEventHandler<HTMLElement>;
131
- onCut?: react13.ClipboardEventHandler<HTMLElement>;
132
- onCutCapture?: react13.ClipboardEventHandler<HTMLElement>;
133
- onPaste?: react13.ClipboardEventHandler<HTMLElement>;
134
- onPasteCapture?: react13.ClipboardEventHandler<HTMLElement>;
135
- onCompositionEnd?: react13.CompositionEventHandler<HTMLElement>;
136
- onCompositionEndCapture?: react13.CompositionEventHandler<HTMLElement>;
137
- onCompositionStart?: react13.CompositionEventHandler<HTMLElement>;
138
- onCompositionStartCapture?: react13.CompositionEventHandler<HTMLElement>;
139
- onCompositionUpdate?: react13.CompositionEventHandler<HTMLElement>;
140
- onCompositionUpdateCapture?: react13.CompositionEventHandler<HTMLElement>;
141
- onFocus?: react13.FocusEventHandler<HTMLElement>;
142
- onFocusCapture?: react13.FocusEventHandler<HTMLElement>;
143
- onBlur?: react13.FocusEventHandler<HTMLElement>;
144
- onBlurCapture?: react13.FocusEventHandler<HTMLElement>;
145
- onChange?: react13.FormEventHandler<HTMLElement>;
146
- onChangeCapture?: react13.FormEventHandler<HTMLElement>;
147
- onBeforeInput?: react13.InputEventHandler<HTMLElement>;
148
- onBeforeInputCapture?: react13.FormEventHandler<HTMLElement>;
149
- onInput?: react13.FormEventHandler<HTMLElement>;
150
- onInputCapture?: react13.FormEventHandler<HTMLElement>;
151
- onReset?: react13.FormEventHandler<HTMLElement>;
152
- onResetCapture?: react13.FormEventHandler<HTMLElement>;
153
- onSubmit?: react13.FormEventHandler<HTMLElement>;
154
- onSubmitCapture?: react13.FormEventHandler<HTMLElement>;
155
- onInvalid?: react13.FormEventHandler<HTMLElement>;
156
- onInvalidCapture?: react13.FormEventHandler<HTMLElement>;
157
- onLoad?: react13.ReactEventHandler<HTMLElement>;
158
- onLoadCapture?: react13.ReactEventHandler<HTMLElement>;
159
- onError?: react13.ReactEventHandler<HTMLElement>;
160
- onErrorCapture?: react13.ReactEventHandler<HTMLElement>;
161
- onKeyDown?: react13.KeyboardEventHandler<HTMLElement>;
162
- onKeyDownCapture?: react13.KeyboardEventHandler<HTMLElement>;
163
- onKeyPress?: react13.KeyboardEventHandler<HTMLElement>;
164
- onKeyPressCapture?: react13.KeyboardEventHandler<HTMLElement>;
165
- onKeyUp?: react13.KeyboardEventHandler<HTMLElement>;
166
- onKeyUpCapture?: react13.KeyboardEventHandler<HTMLElement>;
167
- onAbort?: react13.ReactEventHandler<HTMLElement>;
168
- onAbortCapture?: react13.ReactEventHandler<HTMLElement>;
169
- onCanPlay?: react13.ReactEventHandler<HTMLElement>;
170
- onCanPlayCapture?: react13.ReactEventHandler<HTMLElement>;
171
- onCanPlayThrough?: react13.ReactEventHandler<HTMLElement>;
172
- onCanPlayThroughCapture?: react13.ReactEventHandler<HTMLElement>;
173
- onDurationChange?: react13.ReactEventHandler<HTMLElement>;
174
- onDurationChangeCapture?: react13.ReactEventHandler<HTMLElement>;
175
- onEmptied?: react13.ReactEventHandler<HTMLElement>;
176
- onEmptiedCapture?: react13.ReactEventHandler<HTMLElement>;
177
- onEncrypted?: react13.ReactEventHandler<HTMLElement>;
178
- onEncryptedCapture?: react13.ReactEventHandler<HTMLElement>;
179
- onEnded?: react13.ReactEventHandler<HTMLElement>;
180
- onEndedCapture?: react13.ReactEventHandler<HTMLElement>;
181
- onLoadedData?: react13.ReactEventHandler<HTMLElement>;
182
- onLoadedDataCapture?: react13.ReactEventHandler<HTMLElement>;
183
- onLoadedMetadata?: react13.ReactEventHandler<HTMLElement>;
184
- onLoadedMetadataCapture?: react13.ReactEventHandler<HTMLElement>;
185
- onLoadStart?: react13.ReactEventHandler<HTMLElement>;
186
- onLoadStartCapture?: react13.ReactEventHandler<HTMLElement>;
187
- onPause?: react13.ReactEventHandler<HTMLElement>;
188
- onPauseCapture?: react13.ReactEventHandler<HTMLElement>;
189
- onPlay?: react13.ReactEventHandler<HTMLElement>;
190
- onPlayCapture?: react13.ReactEventHandler<HTMLElement>;
191
- onPlaying?: react13.ReactEventHandler<HTMLElement>;
192
- onPlayingCapture?: react13.ReactEventHandler<HTMLElement>;
193
- onProgress?: react13.ReactEventHandler<HTMLElement>;
194
- onProgressCapture?: react13.ReactEventHandler<HTMLElement>;
195
- onRateChange?: react13.ReactEventHandler<HTMLElement>;
196
- onRateChangeCapture?: react13.ReactEventHandler<HTMLElement>;
197
- onSeeked?: react13.ReactEventHandler<HTMLElement>;
198
- onSeekedCapture?: react13.ReactEventHandler<HTMLElement>;
199
- onSeeking?: react13.ReactEventHandler<HTMLElement>;
200
- onSeekingCapture?: react13.ReactEventHandler<HTMLElement>;
201
- onStalled?: react13.ReactEventHandler<HTMLElement>;
202
- onStalledCapture?: react13.ReactEventHandler<HTMLElement>;
203
- onSuspend?: react13.ReactEventHandler<HTMLElement>;
204
- onSuspendCapture?: react13.ReactEventHandler<HTMLElement>;
205
- onTimeUpdate?: react13.ReactEventHandler<HTMLElement>;
206
- onTimeUpdateCapture?: react13.ReactEventHandler<HTMLElement>;
207
- onVolumeChange?: react13.ReactEventHandler<HTMLElement>;
208
- onVolumeChangeCapture?: react13.ReactEventHandler<HTMLElement>;
209
- onWaiting?: react13.ReactEventHandler<HTMLElement>;
210
- onWaitingCapture?: react13.ReactEventHandler<HTMLElement>;
211
- onAuxClick?: react13.MouseEventHandler<HTMLElement>;
212
- onAuxClickCapture?: react13.MouseEventHandler<HTMLElement>;
213
- onClick?: 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>;
135
+ onCopy?: react10.ClipboardEventHandler<HTMLElement>;
136
+ onCopyCapture?: react10.ClipboardEventHandler<HTMLElement>;
137
+ onCut?: react10.ClipboardEventHandler<HTMLElement>;
138
+ onCutCapture?: react10.ClipboardEventHandler<HTMLElement>;
139
+ onPaste?: react10.ClipboardEventHandler<HTMLElement>;
140
+ onPasteCapture?: react10.ClipboardEventHandler<HTMLElement>;
141
+ onCompositionEnd?: react10.CompositionEventHandler<HTMLElement>;
142
+ onCompositionEndCapture?: react10.CompositionEventHandler<HTMLElement>;
143
+ onCompositionStart?: react10.CompositionEventHandler<HTMLElement>;
144
+ onCompositionStartCapture?: react10.CompositionEventHandler<HTMLElement>;
145
+ onCompositionUpdate?: react10.CompositionEventHandler<HTMLElement>;
146
+ onCompositionUpdateCapture?: react10.CompositionEventHandler<HTMLElement>;
147
+ onFocus?: react10.FocusEventHandler<HTMLElement>;
148
+ onFocusCapture?: react10.FocusEventHandler<HTMLElement>;
149
+ onBlur?: react10.FocusEventHandler<HTMLElement>;
150
+ onBlurCapture?: react10.FocusEventHandler<HTMLElement>;
151
+ onChange?: react10.FormEventHandler<HTMLElement>;
152
+ onChangeCapture?: react10.FormEventHandler<HTMLElement>;
153
+ onBeforeInput?: react10.InputEventHandler<HTMLElement>;
154
+ onBeforeInputCapture?: react10.FormEventHandler<HTMLElement>;
155
+ onInput?: react10.FormEventHandler<HTMLElement>;
156
+ onInputCapture?: react10.FormEventHandler<HTMLElement>;
157
+ onReset?: react10.FormEventHandler<HTMLElement>;
158
+ onResetCapture?: react10.FormEventHandler<HTMLElement>;
159
+ onSubmit?: react10.FormEventHandler<HTMLElement>;
160
+ onSubmitCapture?: react10.FormEventHandler<HTMLElement>;
161
+ onInvalid?: react10.FormEventHandler<HTMLElement>;
162
+ onInvalidCapture?: react10.FormEventHandler<HTMLElement>;
163
+ onLoad?: react10.ReactEventHandler<HTMLElement>;
164
+ onLoadCapture?: react10.ReactEventHandler<HTMLElement>;
165
+ onError?: react10.ReactEventHandler<HTMLElement>;
166
+ onErrorCapture?: react10.ReactEventHandler<HTMLElement>;
167
+ onKeyDown?: react10.KeyboardEventHandler<HTMLElement>;
168
+ onKeyDownCapture?: react10.KeyboardEventHandler<HTMLElement>;
169
+ onKeyPress?: react10.KeyboardEventHandler<HTMLElement>;
170
+ onKeyPressCapture?: react10.KeyboardEventHandler<HTMLElement>;
171
+ onKeyUp?: react10.KeyboardEventHandler<HTMLElement>;
172
+ onKeyUpCapture?: react10.KeyboardEventHandler<HTMLElement>;
173
+ onAbort?: react10.ReactEventHandler<HTMLElement>;
174
+ onAbortCapture?: react10.ReactEventHandler<HTMLElement>;
175
+ onCanPlay?: react10.ReactEventHandler<HTMLElement>;
176
+ onCanPlayCapture?: react10.ReactEventHandler<HTMLElement>;
177
+ onCanPlayThrough?: react10.ReactEventHandler<HTMLElement>;
178
+ onCanPlayThroughCapture?: react10.ReactEventHandler<HTMLElement>;
179
+ onDurationChange?: react10.ReactEventHandler<HTMLElement>;
180
+ onDurationChangeCapture?: react10.ReactEventHandler<HTMLElement>;
181
+ onEmptied?: react10.ReactEventHandler<HTMLElement>;
182
+ onEmptiedCapture?: react10.ReactEventHandler<HTMLElement>;
183
+ onEncrypted?: react10.ReactEventHandler<HTMLElement>;
184
+ onEncryptedCapture?: react10.ReactEventHandler<HTMLElement>;
185
+ onEnded?: react10.ReactEventHandler<HTMLElement>;
186
+ onEndedCapture?: react10.ReactEventHandler<HTMLElement>;
187
+ onLoadedData?: react10.ReactEventHandler<HTMLElement>;
188
+ onLoadedDataCapture?: react10.ReactEventHandler<HTMLElement>;
189
+ onLoadedMetadata?: react10.ReactEventHandler<HTMLElement>;
190
+ onLoadedMetadataCapture?: react10.ReactEventHandler<HTMLElement>;
191
+ onLoadStart?: react10.ReactEventHandler<HTMLElement>;
192
+ onLoadStartCapture?: react10.ReactEventHandler<HTMLElement>;
193
+ onPause?: react10.ReactEventHandler<HTMLElement>;
194
+ onPauseCapture?: react10.ReactEventHandler<HTMLElement>;
195
+ onPlay?: react10.ReactEventHandler<HTMLElement>;
196
+ onPlayCapture?: react10.ReactEventHandler<HTMLElement>;
197
+ onPlaying?: react10.ReactEventHandler<HTMLElement>;
198
+ onPlayingCapture?: react10.ReactEventHandler<HTMLElement>;
199
+ onProgress?: react10.ReactEventHandler<HTMLElement>;
200
+ onProgressCapture?: react10.ReactEventHandler<HTMLElement>;
201
+ onRateChange?: react10.ReactEventHandler<HTMLElement>;
202
+ onRateChangeCapture?: react10.ReactEventHandler<HTMLElement>;
203
+ onSeeked?: react10.ReactEventHandler<HTMLElement>;
204
+ onSeekedCapture?: react10.ReactEventHandler<HTMLElement>;
205
+ onSeeking?: react10.ReactEventHandler<HTMLElement>;
206
+ onSeekingCapture?: react10.ReactEventHandler<HTMLElement>;
207
+ onStalled?: react10.ReactEventHandler<HTMLElement>;
208
+ onStalledCapture?: react10.ReactEventHandler<HTMLElement>;
209
+ onSuspend?: react10.ReactEventHandler<HTMLElement>;
210
+ onSuspendCapture?: react10.ReactEventHandler<HTMLElement>;
211
+ onTimeUpdate?: react10.ReactEventHandler<HTMLElement>;
212
+ onTimeUpdateCapture?: react10.ReactEventHandler<HTMLElement>;
213
+ onVolumeChange?: react10.ReactEventHandler<HTMLElement>;
214
+ onVolumeChangeCapture?: react10.ReactEventHandler<HTMLElement>;
215
+ onWaiting?: react10.ReactEventHandler<HTMLElement>;
216
+ onWaitingCapture?: react10.ReactEventHandler<HTMLElement>;
217
+ onAuxClick?: react10.MouseEventHandler<HTMLElement>;
218
+ onAuxClickCapture?: react10.MouseEventHandler<HTMLElement>;
219
+ onClick?: react10.MouseEventHandler<HTMLElement>;
220
+ onClickCapture?: react10.MouseEventHandler<HTMLElement>;
221
+ onContextMenu?: react10.MouseEventHandler<HTMLElement>;
222
+ onContextMenuCapture?: react10.MouseEventHandler<HTMLElement>;
223
+ onDoubleClick?: react10.MouseEventHandler<HTMLElement>;
224
+ onDoubleClickCapture?: react10.MouseEventHandler<HTMLElement>;
225
+ onDragCapture?: react10.DragEventHandler<HTMLElement>;
226
+ onDragEnd?: react10.DragEventHandler<HTMLElement>;
227
+ onDragEndCapture?: react10.DragEventHandler<HTMLElement>;
228
+ onDragEnter?: react10.DragEventHandler<HTMLElement>;
229
+ onDragEnterCapture?: react10.DragEventHandler<HTMLElement>;
230
+ onDragExit?: react10.DragEventHandler<HTMLElement>;
231
+ onDragExitCapture?: react10.DragEventHandler<HTMLElement>;
232
+ onDragLeave?: react10.DragEventHandler<HTMLElement>;
233
+ onDragLeaveCapture?: react10.DragEventHandler<HTMLElement>;
234
+ onDragOver?: react10.DragEventHandler<HTMLElement>;
235
+ onDragOverCapture?: react10.DragEventHandler<HTMLElement>;
236
+ onDragStart?: react10.DragEventHandler<HTMLElement>;
237
+ onDragStartCapture?: react10.DragEventHandler<HTMLElement>;
238
+ onDrop?: react10.DragEventHandler<HTMLElement>;
239
+ onDropCapture?: react10.DragEventHandler<HTMLElement>;
240
+ onMouseDownCapture?: react10.MouseEventHandler<HTMLElement>;
241
+ onMouseEnter?: react10.MouseEventHandler<HTMLElement>;
242
+ onMouseLeave?: react10.MouseEventHandler<HTMLElement>;
243
+ onMouseMove?: react10.MouseEventHandler<HTMLElement>;
244
+ onMouseMoveCapture?: react10.MouseEventHandler<HTMLElement>;
245
+ onMouseOut?: react10.MouseEventHandler<HTMLElement>;
246
+ onMouseOutCapture?: react10.MouseEventHandler<HTMLElement>;
247
+ onMouseOver?: react10.MouseEventHandler<HTMLElement>;
248
+ onMouseOverCapture?: react10.MouseEventHandler<HTMLElement>;
249
+ onMouseUpCapture?: react10.MouseEventHandler<HTMLElement>;
250
+ onSelectCapture?: react10.ReactEventHandler<HTMLElement>;
251
+ onTouchCancel?: react10.TouchEventHandler<HTMLElement>;
252
+ onTouchCancelCapture?: react10.TouchEventHandler<HTMLElement>;
253
+ onTouchEndCapture?: react10.TouchEventHandler<HTMLElement>;
254
+ onTouchMove?: react10.TouchEventHandler<HTMLElement>;
255
+ onTouchMoveCapture?: 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: react13.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_runtime8 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_runtime8.JSX.Element;
12
+ }: DesignTokensProps) => react_jsx_runtime32.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_runtime33 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_runtime33.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_runtime20 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 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_runtime20.JSX.Element;
19
+ }: DocumentRetrievalCardProps) => react_jsx_runtime22.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_runtime15 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime28 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_runtime15.JSX.Element;
19
+ }: DocumentRetrievalCardProps) => react_jsx_runtime28.JSX.Element;
20
20
  //#endregion
21
21
  export { DocumentRetrievalCard };
@@ -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_runtime27 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingButton/FloatingButton.d.ts
5
5
  declare const FloatingButton: ({
@@ -19,6 +19,6 @@ declare const FloatingButton: ({
19
19
  ariaLabel,
20
20
  previewMode,
21
21
  containerRef
22
- }: FloatingButtonProps) => react_jsx_runtime24.JSX.Element;
22
+ }: FloatingButtonProps) => react_jsx_runtime27.JSX.Element;
23
23
  //#endregion
24
24
  export { FloatingButton };
@@ -1,5 +1,5 @@
1
1
  import { FloatingButtonProps } from "./types/types.js";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/FloatingButton/FloatingButton.d.ts
5
5
  declare const FloatingButton: ({
@@ -19,6 +19,6 @@ declare const FloatingButton: ({
19
19
  ariaLabel,
20
20
  previewMode,
21
21
  containerRef
22
- }: FloatingButtonProps) => react_jsx_runtime5.JSX.Element;
22
+ }: FloatingButtonProps) => react_jsx_runtime24.JSX.Element;
23
23
  //#endregion
24
24
  export { FloatingButton };
@@ -1,5 +1,5 @@
1
1
  import { FloatingChatProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime35 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime21 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_runtime35.JSX.Element;
22
+ }: FloatingChatProps) => react_jsx_runtime21.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_runtime25 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime30 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_runtime25.JSX.Element;
22
+ }: FloatingChatProps) => react_jsx_runtime30.JSX.Element;
23
23
  //#endregion
24
24
  export { FloatingChat };
@@ -1,5 +1,5 @@
1
1
  import { Theme } from "../tokens/theme/theme.cjs";
2
- import * as react_jsx_runtime7 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
3
3
  import { FloatingChatConfig, FullPageSalesAgentWidgetV3Config, LookAndFeelConfig } from "@envive-ai/react-hooks/contexts/typesV3";
4
4
  import { HardcopyResponse } from "@envive-ai/react-hooks/contexts/hardcopyContext";
5
5
 
@@ -19,6 +19,6 @@ declare const FullPageSalesAgent: ({
19
19
  widgetConfig,
20
20
  hardcopyContent,
21
21
  voiceInputEnabled
22
- }: FullPageSalesAgentProps) => react_jsx_runtime7.JSX.Element;
22
+ }: FullPageSalesAgentProps) => react_jsx_runtime25.JSX.Element;
23
23
  //#endregion
24
24
  export { FullPageSalesAgent };
@@ -1,5 +1,5 @@
1
1
  import { Theme } from "../packages/components-v3/tokens/theme/theme.js";
2
- import * as react_jsx_runtime31 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
3
3
  import { FloatingChatConfig, FullPageSalesAgentWidgetV3Config, LookAndFeelConfig } from "@envive-ai/react-hooks/contexts/typesV3";
4
4
  import { HardcopyResponse } from "@envive-ai/react-hooks/contexts/hardcopyContext";
5
5
 
@@ -19,6 +19,6 @@ declare const FullPageSalesAgent: ({
19
19
  widgetConfig,
20
20
  hardcopyContent,
21
21
  voiceInputEnabled
22
- }: FullPageSalesAgentProps) => react_jsx_runtime31.JSX.Element;
22
+ }: FullPageSalesAgentProps) => react_jsx_runtime22.JSX.Element;
23
23
  //#endregion
24
24
  export { FullPageSalesAgent };
@@ -1,5 +1,5 @@
1
1
  import { ImageProps } from "./types/index.cjs";
2
- import * as react_jsx_runtime22 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Image/Image.d.ts
5
5
 
@@ -25,6 +25,6 @@ declare const Image: ({
25
25
  role,
26
26
  "aria-hidden": ariaHidden,
27
27
  ...rest
28
- }: ImageProps) => react_jsx_runtime22.JSX.Element;
28
+ }: ImageProps) => react_jsx_runtime24.JSX.Element;
29
29
  //#endregion
30
30
  export { Image };
@@ -1,5 +1,5 @@
1
1
  import { ImageProps } from "./types/index.js";
2
- import * as react_jsx_runtime26 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime23 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/Image/Image.d.ts
5
5
 
@@ -25,6 +25,6 @@ declare const Image: ({
25
25
  role,
26
26
  "aria-hidden": ariaHidden,
27
27
  ...rest
28
- }: ImageProps) => react_jsx_runtime26.JSX.Element;
28
+ }: ImageProps) => react_jsx_runtime23.JSX.Element;
29
29
  //#endregion
30
30
  export { Image };
@@ -1,5 +1,5 @@
1
1
  import { ImageGalleryProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime25 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ImageGallery/ImageGallery.d.ts
5
5
 
@@ -40,6 +40,6 @@ declare const ImageGallery: ({
40
40
  "aria-describedby": ariaDescribedBy,
41
41
  role,
42
42
  "aria-hidden": ariaHidden
43
- }: ImageGalleryProps) => react_jsx_runtime25.JSX.Element;
43
+ }: ImageGalleryProps) => react_jsx_runtime17.JSX.Element;
44
44
  //#endregion
45
45
  export { ImageGallery };
@@ -1,5 +1,5 @@
1
1
  import { ImageGalleryProps } from "./types/types.js";
2
- import * as react_jsx_runtime22 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/ImageGallery/ImageGallery.d.ts
5
5
 
@@ -40,6 +40,6 @@ declare const ImageGallery: ({
40
40
  "aria-describedby": ariaDescribedBy,
41
41
  role,
42
42
  "aria-hidden": ariaHidden
43
- }: ImageGalleryProps) => react_jsx_runtime22.JSX.Element;
43
+ }: ImageGalleryProps) => react_jsx_runtime21.JSX.Element;
44
44
  //#endregion
45
45
  export { ImageGallery };
@@ -1,5 +1,5 @@
1
1
  import { MarkdownProcessorProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime23 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime16 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/MarkdownProcessor/MarkdownProcessor.d.ts
5
5
  declare const MarkdownProcessor: ({
@@ -9,6 +9,6 @@ declare const MarkdownProcessor: ({
9
9
  textVariant,
10
10
  onLinkClick,
11
11
  theme
12
- }: MarkdownProcessorProps) => react_jsx_runtime23.JSX.Element;
12
+ }: MarkdownProcessorProps) => react_jsx_runtime16.JSX.Element;
13
13
  //#endregion
14
14
  export { MarkdownProcessor };
@@ -1,5 +1,5 @@
1
1
  import { MarkdownProcessorProps } from "./types/types.js";
2
- import * as react_jsx_runtime7 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime20 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/MarkdownProcessor/MarkdownProcessor.d.ts
5
5
  declare const MarkdownProcessor: ({
@@ -9,6 +9,6 @@ declare const MarkdownProcessor: ({
9
9
  textVariant,
10
10
  onLinkClick,
11
11
  theme
12
- }: MarkdownProcessorProps) => react_jsx_runtime7.JSX.Element;
12
+ }: MarkdownProcessorProps) => react_jsx_runtime20.JSX.Element;
13
13
  //#endregion
14
14
  export { MarkdownProcessor };