@envive-ai/react-toolkit-v3 0.3.24 → 0.3.26
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.
- package/dist/AnimatedText/AnimatedText.d.ts +3 -3
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
- package/dist/Carousel/Carousel.d.cts +2 -2
- package/dist/Carousel/Carousel.d.ts +2 -2
- package/dist/ChatFooter/ChatFooter.d.ts +2 -2
- package/dist/ChatFooter/components/index.d.cts +2 -2
- package/dist/ChatFooter/components/index.d.ts +5 -5
- package/dist/ChatHeader/ChatHeader.d.cts +2 -2
- package/dist/ChatHeader/ChatHeader.d.ts +2 -2
- package/dist/ChatHeader/hooks/useGetToggleOptionProperties.cjs +6 -6
- package/dist/ChatHeader/hooks/useGetToggleOptionProperties.js +6 -6
- package/dist/ChatPreview/ChatPreview.d.cts +2 -2
- package/dist/ChatPreview/ChatPreview.d.ts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
- package/dist/Container/Container.d.cts +173 -173
- package/dist/Container/Container.d.ts +173 -173
- package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
- package/dist/FloatingButton/FloatingButton.d.cts +2 -2
- package/dist/FloatingButton/FloatingButton.d.ts +2 -2
- package/dist/FloatingChat/FloatingChat.d.cts +2 -2
- package/dist/FloatingChat/FloatingChat.d.ts +2 -2
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
- package/dist/Image/Image.d.cts +2 -2
- package/dist/Image/Image.d.ts +2 -2
- package/dist/ImageGallery/ImageGallery.d.cts +2 -2
- package/dist/ImageGallery/ImageGallery.d.ts +2 -2
- package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
- package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
- package/dist/ProductCard/ProductCard.d.cts +2 -2
- package/dist/ProductCard/ProductCard.d.ts +2 -2
- package/dist/PromptButton/PromptButton.d.cts +2 -2
- package/dist/PromptButton/PromptButton.d.ts +2 -2
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
- package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
- package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
- package/dist/ReviewCard/ReviewCard.d.cts +2 -2
- package/dist/ReviewCard/components/index.d.cts +6 -6
- package/dist/ReviewCard/components/index.d.ts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
- package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
- package/dist/SalesAgentProductCard/components/index.d.ts +6 -6
- package/dist/SocialProof/SocialProof.d.cts +2 -2
- package/dist/SocialProof/SocialProof.d.ts +2 -2
- package/dist/SocialProof/components/Headline.cjs +7 -2
- package/dist/SocialProof/components/Headline.js +7 -2
- package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
- package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
- package/dist/Stack/Stack.d.cts +2 -2
- package/dist/Stack/Stack.d.ts +2 -2
- package/dist/TextField/hooks/useVoiceInput.cjs +3 -0
- package/dist/TextField/hooks/useVoiceInput.js +3 -0
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
- package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
- package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
- package/dist/Typography/Typography.d.cts +4 -4
- package/dist/Typography/Typography.d.ts +4 -4
- package/dist/WidgetTextField/WidgetTextField.cjs +1 -1
- package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
- package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
- package/dist/WidgetTextField/WidgetTextField.js +1 -1
- package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
- package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
- package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
- package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
- package/dist/styles.css +1 -1
- package/package.json +1 -1
- package/src/components/ChatHeader/hooks/useGetToggleOptionProperties.ts +6 -6
- package/src/components/SocialProof/components/Headline.tsx +10 -2
- package/src/components/TextField/__tests__/VoiceInputButton.test.tsx +27 -16
- package/src/components/TextField/hooks/useVoiceInput.ts +12 -0
- package/src/components/WidgetTextField/WidgetTextField.tsx +3 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ContainerProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react5 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Container/Container.d.ts
|
|
5
5
|
|
|
@@ -17,8 +17,18 @@ declare const Container: ({
|
|
|
17
17
|
fluid,
|
|
18
18
|
centerContent,
|
|
19
19
|
...props
|
|
20
|
-
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) =>
|
|
21
|
-
|
|
20
|
+
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react5.DetailedReactHTMLElement<{
|
|
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
32
|
defaultChecked?: boolean | undefined;
|
|
23
33
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
24
34
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -40,7 +50,7 @@ declare const Container: ({
|
|
|
40
50
|
title?: string | undefined;
|
|
41
51
|
translate?: "yes" | "no" | undefined;
|
|
42
52
|
radioGroup?: string | undefined;
|
|
43
|
-
role?:
|
|
53
|
+
role?: react5.AriaRole | undefined;
|
|
44
54
|
about?: string | undefined;
|
|
45
55
|
content?: string | undefined;
|
|
46
56
|
datatype?: string | undefined;
|
|
@@ -54,7 +64,6 @@ declare const Container: ({
|
|
|
54
64
|
vocab?: string | undefined;
|
|
55
65
|
autoCorrect?: string | undefined;
|
|
56
66
|
autoSave?: string | undefined;
|
|
57
|
-
color?: string | undefined;
|
|
58
67
|
itemProp?: string | undefined;
|
|
59
68
|
itemScope?: boolean | undefined;
|
|
60
69
|
itemType?: string | undefined;
|
|
@@ -127,175 +136,166 @@ declare const Container: ({
|
|
|
127
136
|
dangerouslySetInnerHTML?: {
|
|
128
137
|
__html: string | TrustedHTML;
|
|
129
138
|
} | undefined;
|
|
130
|
-
onCopy?:
|
|
131
|
-
onCopyCapture?:
|
|
132
|
-
onCut?:
|
|
133
|
-
onCutCapture?:
|
|
134
|
-
onPaste?:
|
|
135
|
-
onPasteCapture?:
|
|
136
|
-
onCompositionEnd?:
|
|
137
|
-
onCompositionEndCapture?:
|
|
138
|
-
onCompositionStart?:
|
|
139
|
-
onCompositionStartCapture?:
|
|
140
|
-
onCompositionUpdate?:
|
|
141
|
-
onCompositionUpdateCapture?:
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
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>;
|
|
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>;
|
|
297
297
|
className: string;
|
|
298
|
-
style:
|
|
298
|
+
style: react5.CSSProperties;
|
|
299
299
|
id: string;
|
|
300
300
|
'data-testid': string;
|
|
301
301
|
}, HTMLElement>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime29 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) =>
|
|
12
|
+
}: DesignTokensProps) => react_jsx_runtime29.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
|
|
2
|
+
import * as react_jsx_runtime35 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) =>
|
|
19
|
+
}: DocumentRetrievalCardProps) => react_jsx_runtime35.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { DocumentRetrievalCard };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DocumentRetrievalCardProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime36 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) =>
|
|
19
|
+
}: DocumentRetrievalCardProps) => react_jsx_runtime36.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { DocumentRetrievalCard };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingButtonProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
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: ({
|
|
@@ -18,6 +18,6 @@ declare const FloatingButton: ({
|
|
|
18
18
|
onMouseOver,
|
|
19
19
|
ariaLabel,
|
|
20
20
|
previewMode
|
|
21
|
-
}: FloatingButtonProps) =>
|
|
21
|
+
}: FloatingButtonProps) => react_jsx_runtime24.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { FloatingButton };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingButtonProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime31 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) =>
|
|
21
|
+
}: FloatingButtonProps) => react_jsx_runtime31.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { FloatingButton };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingChatProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
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) =>
|
|
22
|
+
}: FloatingChatProps) => react_jsx_runtime23.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { FloatingChat };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FloatingChatProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
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: ({
|
|
@@ -19,6 +19,6 @@ declare const FloatingChat: ({
|
|
|
19
19
|
onSwipeClose,
|
|
20
20
|
onToggleCXButton,
|
|
21
21
|
setIsResultsModalOpen
|
|
22
|
-
}: FloatingChatProps) =>
|
|
22
|
+
}: FloatingChatProps) => react_jsx_runtime27.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
|
|
2
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
3
3
|
import { FloatingChatConfig, LookAndFeelConfig } from "@envive-ai/react-hooks/contexts/typesV3";
|
|
4
4
|
import { HardcopyResponse } from "@envive-ai/react-hooks/contexts/hardcopyContext";
|
|
5
5
|
|
|
@@ -21,6 +21,6 @@ declare const FullPageSalesAgent: ({
|
|
|
21
21
|
headerContainer,
|
|
22
22
|
autoHeight,
|
|
23
23
|
voiceInputEnabled
|
|
24
|
-
}: FullPageSalesAgentProps) =>
|
|
24
|
+
}: FullPageSalesAgentProps) => react_jsx_runtime1.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { FullPageSalesAgent };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Theme } from "../packages/components-v3/tokens/theme/theme.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime20 from "react/jsx-runtime";
|
|
3
3
|
import { FloatingChatConfig, LookAndFeelConfig } from "@envive-ai/react-hooks/contexts/typesV3";
|
|
4
4
|
import { HardcopyResponse } from "@envive-ai/react-hooks/contexts/hardcopyContext";
|
|
5
5
|
|
|
@@ -21,6 +21,6 @@ declare const FullPageSalesAgent: ({
|
|
|
21
21
|
headerContainer,
|
|
22
22
|
autoHeight,
|
|
23
23
|
voiceInputEnabled
|
|
24
|
-
}: FullPageSalesAgentProps) =>
|
|
24
|
+
}: FullPageSalesAgentProps) => react_jsx_runtime20.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { FullPageSalesAgent };
|
package/dist/Image/Image.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ImageProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 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) =>
|
|
28
|
+
}: ImageProps) => react_jsx_runtime0.JSX.Element;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { Image };
|
package/dist/Image/Image.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ImageProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime17 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) =>
|
|
28
|
+
}: ImageProps) => react_jsx_runtime17.JSX.Element;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { Image };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ImageGalleryProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime2 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) =>
|
|
43
|
+
}: ImageGalleryProps) => react_jsx_runtime2.JSX.Element;
|
|
44
44
|
//#endregion
|
|
45
45
|
export { ImageGallery };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ImageGalleryProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime15 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) =>
|
|
43
|
+
}: ImageGalleryProps) => react_jsx_runtime15.JSX.Element;
|
|
44
44
|
//#endregion
|
|
45
45
|
export { ImageGallery };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MarkdownProcessorProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/MarkdownProcessor/MarkdownProcessor.d.ts
|
|
5
5
|
declare const MarkdownProcessor: ({
|
|
@@ -8,6 +8,6 @@ declare const MarkdownProcessor: ({
|
|
|
8
8
|
textColor,
|
|
9
9
|
textVariant,
|
|
10
10
|
onLinkClick
|
|
11
|
-
}: MarkdownProcessorProps) =>
|
|
11
|
+
}: MarkdownProcessorProps) => react_jsx_runtime44.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { MarkdownProcessor };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MarkdownProcessorProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime34 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/MarkdownProcessor/MarkdownProcessor.d.ts
|
|
5
5
|
declare const MarkdownProcessor: ({
|
|
@@ -8,6 +8,6 @@ declare const MarkdownProcessor: ({
|
|
|
8
8
|
textColor,
|
|
9
9
|
textVariant,
|
|
10
10
|
onLinkClick
|
|
11
|
-
}: MarkdownProcessorProps) =>
|
|
11
|
+
}: MarkdownProcessorProps) => react_jsx_runtime34.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { MarkdownProcessor };
|