@envive-ai/react-toolkit-v3 0.3.15-beta.0 → 0.3.15-beta.1
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/components/Accordion/Accordion.cjs +1 -1
- package/dist/components/Accordion/Accordion.d.cts +5 -5
- package/dist/components/Accordion/Accordion.d.ts +5 -5
- package/dist/components/Accordion/Accordion.js +1 -1
- package/dist/components/Alert/Alert.d.ts +2 -2
- package/dist/components/AlertDialog/AlertDialog.d.cts +6 -6
- package/dist/components/AlertDialog/AlertDialog.d.ts +6 -6
- package/dist/components/AnimatedText/AnimatedText.d.cts +3 -3
- package/dist/components/AnimatedText/AnimatedText.d.ts +3 -3
- package/dist/components/AspectRatio/AspectRatio.d.cts +2 -2
- package/dist/components/AspectRatio/AspectRatio.d.ts +2 -2
- package/dist/components/Badge/Badge.d.cts +4 -4
- package/dist/components/Badge/Badge.d.ts +4 -4
- package/dist/components/Breadcrumb/Breadcrumb.d.cts +3 -3
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +3 -3
- package/dist/components/Button/Button.cjs +1 -1
- package/dist/components/Button/Button.d.cts +2 -2
- package/dist/components/Button/Button.d.ts +2 -2
- package/dist/components/Button/Button.js +1 -1
- package/dist/components/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
- package/dist/components/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
- package/dist/components/Calendar/Calendar.d.cts +2 -2
- package/dist/components/Calendar/Calendar.d.ts +2 -2
- package/dist/components/Carousel/Carousel.d.cts +2 -2
- package/dist/components/Carousel/Carousel.d.ts +2 -2
- package/dist/components/ChatFooter/ChatFooter.d.cts +2 -2
- package/dist/components/ChatFooter/ChatFooter.d.ts +2 -2
- package/dist/components/ChatFooter/components/index.d.cts +5 -5
- package/dist/components/ChatFooter/components/index.d.ts +5 -5
- package/dist/components/ChatHeader/ChatHeader.d.cts +2 -2
- package/dist/components/ChatHeader/ChatHeader.d.ts +2 -2
- package/dist/components/ChatPreview/ChatPreview.d.cts +2 -2
- package/dist/components/ChatPreview/ChatPreview.d.ts +2 -2
- package/dist/components/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
- package/dist/components/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
- package/dist/components/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
- package/dist/components/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
- package/dist/components/Checkbox/Checkbox.d.cts +2 -2
- package/dist/components/Checkbox/Checkbox.d.ts +2 -2
- package/dist/components/Collapsible/Collapsible.d.cts +4 -4
- package/dist/components/Collapsible/Collapsible.d.ts +4 -4
- package/dist/components/Command/Command.d.cts +3 -3
- package/dist/components/Command/Command.d.ts +3 -3
- package/dist/components/Container/Container.d.cts +174 -174
- package/dist/components/Container/Container.d.ts +174 -174
- package/dist/components/ContextMenu/ContextMenu.d.cts +8 -8
- package/dist/components/ContextMenu/ContextMenu.d.ts +8 -8
- package/dist/components/DesignTokens/DesignTokensComponent.d.cts +2 -2
- package/dist/components/DesignTokens/DesignTokensComponent.d.ts +2 -2
- package/dist/components/Dialog/Dialog.d.cts +12 -12
- package/dist/components/Dialog/Dialog.d.ts +12 -12
- package/dist/components/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
- package/dist/components/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
- package/dist/components/Drawer/Drawer.d.cts +7 -7
- package/dist/components/Drawer/Drawer.d.ts +7 -7
- package/dist/components/DropdownMenu/DropdownMenu.d.cts +20 -20
- package/dist/components/DropdownMenu/DropdownMenu.d.ts +20 -20
- package/dist/components/FloatingButton/FloatingButton.d.cts +2 -2
- package/dist/components/FloatingButton/FloatingButton.d.ts +2 -2
- package/dist/components/FloatingChat/FloatingChat.d.cts +2 -2
- package/dist/components/FloatingChat/FloatingChat.d.ts +2 -2
- package/dist/components/FloatingChat/components/AgentMessage.cjs +2 -2
- package/dist/components/FloatingChat/components/AgentMessage.js +2 -2
- package/dist/components/FormField/FormField.cjs +1 -1
- package/dist/components/FormField/FormField.js +1 -1
- package/dist/components/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
- package/dist/components/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
- package/dist/components/HoverCard/HoverCard.d.cts +3 -3
- package/dist/components/HoverCard/HoverCard.d.ts +3 -3
- package/dist/components/Image/Image.d.cts +2 -2
- package/dist/components/Image/Image.d.ts +2 -2
- package/dist/components/ImageGallery/ImageGallery.d.cts +2 -2
- package/dist/components/ImageGallery/ImageGallery.d.ts +2 -2
- package/dist/components/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
- package/dist/components/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
- package/dist/components/Menubar/Menubar.d.cts +7 -7
- package/dist/components/Menubar/Menubar.d.ts +7 -7
- package/dist/components/NavigationMenu/NavigationMenu.d.cts +3 -3
- package/dist/components/NavigationMenu/NavigationMenu.d.ts +3 -3
- package/dist/components/Pagination/Pagination.d.cts +6 -6
- package/dist/components/Pagination/Pagination.d.ts +6 -6
- package/dist/components/Popover/Popover.d.cts +4 -4
- package/dist/components/Popover/Popover.d.ts +4 -4
- package/dist/components/ProductCard/ProductCard.d.cts +2 -2
- package/dist/components/ProductCard/ProductCard.d.ts +2 -2
- package/dist/components/PromptButton/PromptButton.d.cts +2 -2
- package/dist/components/PromptButton/PromptButton.d.ts +2 -2
- package/dist/components/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
- package/dist/components/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
- package/dist/components/PromptCarousel/PromptCarousel.d.cts +2 -2
- package/dist/components/PromptCarousel/PromptCarousel.d.ts +2 -2
- package/dist/components/RadioGroup/RadioGroup.d.cts +3 -3
- package/dist/components/RadioGroup/RadioGroup.d.ts +3 -3
- package/dist/components/Resizable/Resizable.d.cts +4 -4
- package/dist/components/Resizable/Resizable.d.ts +4 -4
- package/dist/components/ReviewCard/ReviewCard.d.cts +2 -2
- package/dist/components/ReviewCard/ReviewCard.d.ts +2 -2
- package/dist/components/ReviewCard/components/index.d.cts +6 -6
- package/dist/components/ReviewCard/components/index.d.ts +6 -6
- package/dist/components/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
- package/dist/components/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
- package/dist/components/SalesAgentProductCard/components/index.d.cts +8 -8
- package/dist/components/SalesAgentProductCard/components/index.d.ts +8 -8
- package/dist/components/Select/Select.d.cts +11 -11
- package/dist/components/Select/Select.d.ts +11 -11
- package/dist/components/Sheet/Sheet.d.cts +14 -14
- package/dist/components/Sheet/Sheet.d.ts +14 -14
- package/dist/components/Skeleton/Skeleton.d.cts +2 -2
- package/dist/components/Skeleton/Skeleton.d.ts +2 -2
- package/dist/components/Slider/Slider.d.cts +2 -2
- package/dist/components/Slider/Slider.d.ts +2 -2
- package/dist/components/SocialProof/SocialProof.d.cts +2 -2
- package/dist/components/SocialProof/SocialProof.d.ts +2 -2
- package/dist/components/Sonner/Sonner.d.cts +2 -2
- package/dist/components/Sonner/Sonner.d.ts +2 -2
- package/dist/components/SparkleAnimation/SparkleAnimation.d.cts +2 -2
- package/dist/components/SparkleAnimation/SparkleAnimation.d.ts +2 -2
- package/dist/components/Stack/Stack.d.cts +2 -2
- package/dist/components/Stack/Stack.d.ts +2 -2
- package/dist/components/Switch/Switch.d.cts +2 -2
- package/dist/components/Switch/Switch.d.ts +2 -2
- package/dist/components/Tabs/Tabs.d.cts +5 -5
- package/dist/components/Tabs/Tabs.d.ts +5 -5
- package/dist/components/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
- package/dist/components/Toast/Toast.d.cts +9 -9
- package/dist/components/Toast/Toast.d.ts +9 -9
- package/dist/components/Toast/Toaster.d.cts +2 -2
- package/dist/components/Toast/Toaster.d.ts +2 -2
- package/dist/components/Tooltip/Tooltip.d.cts +5 -5
- package/dist/components/TypingAnimation/TypingAnimation.d.cts +2 -2
- package/dist/components/TypingAnimation/TypingAnimation.d.ts +2 -2
- package/dist/components/Typography/Typography.d.cts +4 -4
- package/dist/components/Typography/Typography.d.ts +4 -4
- package/dist/components/WidgetTextField/WidgetTextField.d.cts +2 -2
- package/dist/components/WidgetTextField/WidgetTextField.d.ts +2 -2
- package/dist/components/WidgetWrapper/WidgetWrapper.d.cts +2 -2
- package/dist/components/WidgetWrapper/WidgetWrapper.d.ts +2 -2
- package/dist/components/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.cts +2 -2
- package/dist/components/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ContainerProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react82 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Container/Container.d.ts
|
|
5
5
|
|
|
@@ -17,11 +17,13 @@ declare const Container: ({
|
|
|
17
17
|
fluid,
|
|
18
18
|
centerContent,
|
|
19
19
|
...props
|
|
20
|
-
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) =>
|
|
20
|
+
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react82.DetailedReactHTMLElement<{
|
|
21
21
|
content?: string | undefined;
|
|
22
22
|
translate?: "yes" | "no" | undefined;
|
|
23
23
|
color?: string | undefined;
|
|
24
24
|
prefix?: string | undefined;
|
|
25
|
+
slot?: string | undefined;
|
|
26
|
+
title?: string | undefined;
|
|
25
27
|
defaultChecked?: boolean | undefined;
|
|
26
28
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
27
29
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -37,12 +39,10 @@ declare const Container: ({
|
|
|
37
39
|
hidden?: boolean | undefined;
|
|
38
40
|
lang?: string | undefined;
|
|
39
41
|
nonce?: string | undefined;
|
|
40
|
-
slot?: string | undefined;
|
|
41
42
|
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
42
43
|
tabIndex?: number | undefined;
|
|
43
|
-
title?: string | undefined;
|
|
44
44
|
radioGroup?: string | undefined;
|
|
45
|
-
role?:
|
|
45
|
+
role?: react82.AriaRole | undefined;
|
|
46
46
|
about?: string | undefined;
|
|
47
47
|
datatype?: string | undefined;
|
|
48
48
|
inlist?: any;
|
|
@@ -126,176 +126,176 @@ declare const Container: ({
|
|
|
126
126
|
dangerouslySetInnerHTML?: {
|
|
127
127
|
__html: string | TrustedHTML;
|
|
128
128
|
} | undefined;
|
|
129
|
-
onCopy?:
|
|
130
|
-
onCopyCapture?:
|
|
131
|
-
onCut?:
|
|
132
|
-
onCutCapture?:
|
|
133
|
-
onPaste?:
|
|
134
|
-
onPasteCapture?:
|
|
135
|
-
onCompositionEnd?:
|
|
136
|
-
onCompositionEndCapture?:
|
|
137
|
-
onCompositionStart?:
|
|
138
|
-
onCompositionStartCapture?:
|
|
139
|
-
onCompositionUpdate?:
|
|
140
|
-
onCompositionUpdateCapture?:
|
|
141
|
-
onFocus?:
|
|
142
|
-
onFocusCapture?:
|
|
143
|
-
onBlur?:
|
|
144
|
-
onBlurCapture?:
|
|
145
|
-
onChange?:
|
|
146
|
-
onChangeCapture?:
|
|
147
|
-
onBeforeInput?:
|
|
148
|
-
onBeforeInputCapture?:
|
|
149
|
-
onInput?:
|
|
150
|
-
onInputCapture?:
|
|
151
|
-
onReset?:
|
|
152
|
-
onResetCapture?:
|
|
153
|
-
onSubmit?:
|
|
154
|
-
onSubmitCapture?:
|
|
155
|
-
onInvalid?:
|
|
156
|
-
onInvalidCapture?:
|
|
157
|
-
onLoad?:
|
|
158
|
-
onLoadCapture?:
|
|
159
|
-
onError?:
|
|
160
|
-
onErrorCapture?:
|
|
161
|
-
onKeyDown?:
|
|
162
|
-
onKeyDownCapture?:
|
|
163
|
-
onKeyPress?:
|
|
164
|
-
onKeyPressCapture?:
|
|
165
|
-
onKeyUp?:
|
|
166
|
-
onKeyUpCapture?:
|
|
167
|
-
onAbort?:
|
|
168
|
-
onAbortCapture?:
|
|
169
|
-
onCanPlay?:
|
|
170
|
-
onCanPlayCapture?:
|
|
171
|
-
onCanPlayThrough?:
|
|
172
|
-
onCanPlayThroughCapture?:
|
|
173
|
-
onDurationChange?:
|
|
174
|
-
onDurationChangeCapture?:
|
|
175
|
-
onEmptied?:
|
|
176
|
-
onEmptiedCapture?:
|
|
177
|
-
onEncrypted?:
|
|
178
|
-
onEncryptedCapture?:
|
|
179
|
-
onEnded?:
|
|
180
|
-
onEndedCapture?:
|
|
181
|
-
onLoadedData?:
|
|
182
|
-
onLoadedDataCapture?:
|
|
183
|
-
onLoadedMetadata?:
|
|
184
|
-
onLoadedMetadataCapture?:
|
|
185
|
-
onLoadStart?:
|
|
186
|
-
onLoadStartCapture?:
|
|
187
|
-
onPause?:
|
|
188
|
-
onPauseCapture?:
|
|
189
|
-
onPlay?:
|
|
190
|
-
onPlayCapture?:
|
|
191
|
-
onPlaying?:
|
|
192
|
-
onPlayingCapture?:
|
|
193
|
-
onProgress?:
|
|
194
|
-
onProgressCapture?:
|
|
195
|
-
onRateChange?:
|
|
196
|
-
onRateChangeCapture?:
|
|
197
|
-
onSeeked?:
|
|
198
|
-
onSeekedCapture?:
|
|
199
|
-
onSeeking?:
|
|
200
|
-
onSeekingCapture?:
|
|
201
|
-
onStalled?:
|
|
202
|
-
onStalledCapture?:
|
|
203
|
-
onSuspend?:
|
|
204
|
-
onSuspendCapture?:
|
|
205
|
-
onTimeUpdate?:
|
|
206
|
-
onTimeUpdateCapture?:
|
|
207
|
-
onVolumeChange?:
|
|
208
|
-
onVolumeChangeCapture?:
|
|
209
|
-
onWaiting?:
|
|
210
|
-
onWaitingCapture?:
|
|
211
|
-
onAuxClick?:
|
|
212
|
-
onAuxClickCapture?:
|
|
213
|
-
onClick?:
|
|
214
|
-
onClickCapture?:
|
|
215
|
-
onContextMenu?:
|
|
216
|
-
onContextMenuCapture?:
|
|
217
|
-
onDoubleClick?:
|
|
218
|
-
onDoubleClickCapture?:
|
|
219
|
-
onDrag?:
|
|
220
|
-
onDragCapture?:
|
|
221
|
-
onDragEnd?:
|
|
222
|
-
onDragEndCapture?:
|
|
223
|
-
onDragEnter?:
|
|
224
|
-
onDragEnterCapture?:
|
|
225
|
-
onDragExit?:
|
|
226
|
-
onDragExitCapture?:
|
|
227
|
-
onDragLeave?:
|
|
228
|
-
onDragLeaveCapture?:
|
|
229
|
-
onDragOver?:
|
|
230
|
-
onDragOverCapture?:
|
|
231
|
-
onDragStart?:
|
|
232
|
-
onDragStartCapture?:
|
|
233
|
-
onDrop?:
|
|
234
|
-
onDropCapture?:
|
|
235
|
-
onMouseDown?:
|
|
236
|
-
onMouseDownCapture?:
|
|
237
|
-
onMouseEnter?:
|
|
238
|
-
onMouseLeave?:
|
|
239
|
-
onMouseMove?:
|
|
240
|
-
onMouseMoveCapture?:
|
|
241
|
-
onMouseOut?:
|
|
242
|
-
onMouseOutCapture?:
|
|
243
|
-
onMouseOver?:
|
|
244
|
-
onMouseOverCapture?:
|
|
245
|
-
onMouseUp?:
|
|
246
|
-
onMouseUpCapture?:
|
|
247
|
-
onSelect?:
|
|
248
|
-
onSelectCapture?:
|
|
249
|
-
onTouchCancel?:
|
|
250
|
-
onTouchCancelCapture?:
|
|
251
|
-
onTouchEnd?:
|
|
252
|
-
onTouchEndCapture?:
|
|
253
|
-
onTouchMove?:
|
|
254
|
-
onTouchMoveCapture?:
|
|
255
|
-
onTouchStart?:
|
|
256
|
-
onTouchStartCapture?:
|
|
257
|
-
onPointerDown?:
|
|
258
|
-
onPointerDownCapture?:
|
|
259
|
-
onPointerMove?:
|
|
260
|
-
onPointerMoveCapture?:
|
|
261
|
-
onPointerUp?:
|
|
262
|
-
onPointerUpCapture?:
|
|
263
|
-
onPointerCancel?:
|
|
264
|
-
onPointerCancelCapture?:
|
|
265
|
-
onPointerEnter?:
|
|
266
|
-
onPointerLeave?:
|
|
267
|
-
onPointerOver?:
|
|
268
|
-
onPointerOverCapture?:
|
|
269
|
-
onPointerOut?:
|
|
270
|
-
onPointerOutCapture?:
|
|
271
|
-
onGotPointerCapture?:
|
|
272
|
-
onGotPointerCaptureCapture?:
|
|
273
|
-
onLostPointerCapture?:
|
|
274
|
-
onLostPointerCaptureCapture?:
|
|
275
|
-
onScroll?:
|
|
276
|
-
onScrollCapture?:
|
|
277
|
-
onScrollEnd?:
|
|
278
|
-
onScrollEndCapture?:
|
|
279
|
-
onWheel?:
|
|
280
|
-
onWheelCapture?:
|
|
281
|
-
onAnimationStart?:
|
|
282
|
-
onAnimationStartCapture?:
|
|
283
|
-
onAnimationEnd?:
|
|
284
|
-
onAnimationEndCapture?:
|
|
285
|
-
onAnimationIteration?:
|
|
286
|
-
onAnimationIterationCapture?:
|
|
287
|
-
onToggle?:
|
|
288
|
-
onBeforeToggle?:
|
|
289
|
-
onTransitionCancel?:
|
|
290
|
-
onTransitionCancelCapture?:
|
|
291
|
-
onTransitionEnd?:
|
|
292
|
-
onTransitionEndCapture?:
|
|
293
|
-
onTransitionRun?:
|
|
294
|
-
onTransitionRunCapture?:
|
|
295
|
-
onTransitionStart?:
|
|
296
|
-
onTransitionStartCapture?:
|
|
129
|
+
onCopy?: react82.ClipboardEventHandler<HTMLElement>;
|
|
130
|
+
onCopyCapture?: react82.ClipboardEventHandler<HTMLElement>;
|
|
131
|
+
onCut?: react82.ClipboardEventHandler<HTMLElement>;
|
|
132
|
+
onCutCapture?: react82.ClipboardEventHandler<HTMLElement>;
|
|
133
|
+
onPaste?: react82.ClipboardEventHandler<HTMLElement>;
|
|
134
|
+
onPasteCapture?: react82.ClipboardEventHandler<HTMLElement>;
|
|
135
|
+
onCompositionEnd?: react82.CompositionEventHandler<HTMLElement>;
|
|
136
|
+
onCompositionEndCapture?: react82.CompositionEventHandler<HTMLElement>;
|
|
137
|
+
onCompositionStart?: react82.CompositionEventHandler<HTMLElement>;
|
|
138
|
+
onCompositionStartCapture?: react82.CompositionEventHandler<HTMLElement>;
|
|
139
|
+
onCompositionUpdate?: react82.CompositionEventHandler<HTMLElement>;
|
|
140
|
+
onCompositionUpdateCapture?: react82.CompositionEventHandler<HTMLElement>;
|
|
141
|
+
onFocus?: react82.FocusEventHandler<HTMLElement>;
|
|
142
|
+
onFocusCapture?: react82.FocusEventHandler<HTMLElement>;
|
|
143
|
+
onBlur?: react82.FocusEventHandler<HTMLElement>;
|
|
144
|
+
onBlurCapture?: react82.FocusEventHandler<HTMLElement>;
|
|
145
|
+
onChange?: react82.FormEventHandler<HTMLElement>;
|
|
146
|
+
onChangeCapture?: react82.FormEventHandler<HTMLElement>;
|
|
147
|
+
onBeforeInput?: react82.InputEventHandler<HTMLElement>;
|
|
148
|
+
onBeforeInputCapture?: react82.FormEventHandler<HTMLElement>;
|
|
149
|
+
onInput?: react82.FormEventHandler<HTMLElement>;
|
|
150
|
+
onInputCapture?: react82.FormEventHandler<HTMLElement>;
|
|
151
|
+
onReset?: react82.FormEventHandler<HTMLElement>;
|
|
152
|
+
onResetCapture?: react82.FormEventHandler<HTMLElement>;
|
|
153
|
+
onSubmit?: react82.FormEventHandler<HTMLElement>;
|
|
154
|
+
onSubmitCapture?: react82.FormEventHandler<HTMLElement>;
|
|
155
|
+
onInvalid?: react82.FormEventHandler<HTMLElement>;
|
|
156
|
+
onInvalidCapture?: react82.FormEventHandler<HTMLElement>;
|
|
157
|
+
onLoad?: react82.ReactEventHandler<HTMLElement>;
|
|
158
|
+
onLoadCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
159
|
+
onError?: react82.ReactEventHandler<HTMLElement>;
|
|
160
|
+
onErrorCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
161
|
+
onKeyDown?: react82.KeyboardEventHandler<HTMLElement>;
|
|
162
|
+
onKeyDownCapture?: react82.KeyboardEventHandler<HTMLElement>;
|
|
163
|
+
onKeyPress?: react82.KeyboardEventHandler<HTMLElement>;
|
|
164
|
+
onKeyPressCapture?: react82.KeyboardEventHandler<HTMLElement>;
|
|
165
|
+
onKeyUp?: react82.KeyboardEventHandler<HTMLElement>;
|
|
166
|
+
onKeyUpCapture?: react82.KeyboardEventHandler<HTMLElement>;
|
|
167
|
+
onAbort?: react82.ReactEventHandler<HTMLElement>;
|
|
168
|
+
onAbortCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
169
|
+
onCanPlay?: react82.ReactEventHandler<HTMLElement>;
|
|
170
|
+
onCanPlayCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
171
|
+
onCanPlayThrough?: react82.ReactEventHandler<HTMLElement>;
|
|
172
|
+
onCanPlayThroughCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
173
|
+
onDurationChange?: react82.ReactEventHandler<HTMLElement>;
|
|
174
|
+
onDurationChangeCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
175
|
+
onEmptied?: react82.ReactEventHandler<HTMLElement>;
|
|
176
|
+
onEmptiedCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
177
|
+
onEncrypted?: react82.ReactEventHandler<HTMLElement>;
|
|
178
|
+
onEncryptedCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
179
|
+
onEnded?: react82.ReactEventHandler<HTMLElement>;
|
|
180
|
+
onEndedCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
181
|
+
onLoadedData?: react82.ReactEventHandler<HTMLElement>;
|
|
182
|
+
onLoadedDataCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
183
|
+
onLoadedMetadata?: react82.ReactEventHandler<HTMLElement>;
|
|
184
|
+
onLoadedMetadataCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
185
|
+
onLoadStart?: react82.ReactEventHandler<HTMLElement>;
|
|
186
|
+
onLoadStartCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
187
|
+
onPause?: react82.ReactEventHandler<HTMLElement>;
|
|
188
|
+
onPauseCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
189
|
+
onPlay?: react82.ReactEventHandler<HTMLElement>;
|
|
190
|
+
onPlayCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
191
|
+
onPlaying?: react82.ReactEventHandler<HTMLElement>;
|
|
192
|
+
onPlayingCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
193
|
+
onProgress?: react82.ReactEventHandler<HTMLElement>;
|
|
194
|
+
onProgressCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
195
|
+
onRateChange?: react82.ReactEventHandler<HTMLElement>;
|
|
196
|
+
onRateChangeCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
197
|
+
onSeeked?: react82.ReactEventHandler<HTMLElement>;
|
|
198
|
+
onSeekedCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
199
|
+
onSeeking?: react82.ReactEventHandler<HTMLElement>;
|
|
200
|
+
onSeekingCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
201
|
+
onStalled?: react82.ReactEventHandler<HTMLElement>;
|
|
202
|
+
onStalledCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
203
|
+
onSuspend?: react82.ReactEventHandler<HTMLElement>;
|
|
204
|
+
onSuspendCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
205
|
+
onTimeUpdate?: react82.ReactEventHandler<HTMLElement>;
|
|
206
|
+
onTimeUpdateCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
207
|
+
onVolumeChange?: react82.ReactEventHandler<HTMLElement>;
|
|
208
|
+
onVolumeChangeCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
209
|
+
onWaiting?: react82.ReactEventHandler<HTMLElement>;
|
|
210
|
+
onWaitingCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
211
|
+
onAuxClick?: react82.MouseEventHandler<HTMLElement>;
|
|
212
|
+
onAuxClickCapture?: react82.MouseEventHandler<HTMLElement>;
|
|
213
|
+
onClick?: react82.MouseEventHandler<HTMLElement>;
|
|
214
|
+
onClickCapture?: react82.MouseEventHandler<HTMLElement>;
|
|
215
|
+
onContextMenu?: react82.MouseEventHandler<HTMLElement>;
|
|
216
|
+
onContextMenuCapture?: react82.MouseEventHandler<HTMLElement>;
|
|
217
|
+
onDoubleClick?: react82.MouseEventHandler<HTMLElement>;
|
|
218
|
+
onDoubleClickCapture?: react82.MouseEventHandler<HTMLElement>;
|
|
219
|
+
onDrag?: react82.DragEventHandler<HTMLElement>;
|
|
220
|
+
onDragCapture?: react82.DragEventHandler<HTMLElement>;
|
|
221
|
+
onDragEnd?: react82.DragEventHandler<HTMLElement>;
|
|
222
|
+
onDragEndCapture?: react82.DragEventHandler<HTMLElement>;
|
|
223
|
+
onDragEnter?: react82.DragEventHandler<HTMLElement>;
|
|
224
|
+
onDragEnterCapture?: react82.DragEventHandler<HTMLElement>;
|
|
225
|
+
onDragExit?: react82.DragEventHandler<HTMLElement>;
|
|
226
|
+
onDragExitCapture?: react82.DragEventHandler<HTMLElement>;
|
|
227
|
+
onDragLeave?: react82.DragEventHandler<HTMLElement>;
|
|
228
|
+
onDragLeaveCapture?: react82.DragEventHandler<HTMLElement>;
|
|
229
|
+
onDragOver?: react82.DragEventHandler<HTMLElement>;
|
|
230
|
+
onDragOverCapture?: react82.DragEventHandler<HTMLElement>;
|
|
231
|
+
onDragStart?: react82.DragEventHandler<HTMLElement>;
|
|
232
|
+
onDragStartCapture?: react82.DragEventHandler<HTMLElement>;
|
|
233
|
+
onDrop?: react82.DragEventHandler<HTMLElement>;
|
|
234
|
+
onDropCapture?: react82.DragEventHandler<HTMLElement>;
|
|
235
|
+
onMouseDown?: react82.MouseEventHandler<HTMLElement>;
|
|
236
|
+
onMouseDownCapture?: react82.MouseEventHandler<HTMLElement>;
|
|
237
|
+
onMouseEnter?: react82.MouseEventHandler<HTMLElement>;
|
|
238
|
+
onMouseLeave?: react82.MouseEventHandler<HTMLElement>;
|
|
239
|
+
onMouseMove?: react82.MouseEventHandler<HTMLElement>;
|
|
240
|
+
onMouseMoveCapture?: react82.MouseEventHandler<HTMLElement>;
|
|
241
|
+
onMouseOut?: react82.MouseEventHandler<HTMLElement>;
|
|
242
|
+
onMouseOutCapture?: react82.MouseEventHandler<HTMLElement>;
|
|
243
|
+
onMouseOver?: react82.MouseEventHandler<HTMLElement>;
|
|
244
|
+
onMouseOverCapture?: react82.MouseEventHandler<HTMLElement>;
|
|
245
|
+
onMouseUp?: react82.MouseEventHandler<HTMLElement>;
|
|
246
|
+
onMouseUpCapture?: react82.MouseEventHandler<HTMLElement>;
|
|
247
|
+
onSelect?: react82.ReactEventHandler<HTMLElement>;
|
|
248
|
+
onSelectCapture?: react82.ReactEventHandler<HTMLElement>;
|
|
249
|
+
onTouchCancel?: react82.TouchEventHandler<HTMLElement>;
|
|
250
|
+
onTouchCancelCapture?: react82.TouchEventHandler<HTMLElement>;
|
|
251
|
+
onTouchEnd?: react82.TouchEventHandler<HTMLElement>;
|
|
252
|
+
onTouchEndCapture?: react82.TouchEventHandler<HTMLElement>;
|
|
253
|
+
onTouchMove?: react82.TouchEventHandler<HTMLElement>;
|
|
254
|
+
onTouchMoveCapture?: react82.TouchEventHandler<HTMLElement>;
|
|
255
|
+
onTouchStart?: react82.TouchEventHandler<HTMLElement>;
|
|
256
|
+
onTouchStartCapture?: react82.TouchEventHandler<HTMLElement>;
|
|
257
|
+
onPointerDown?: react82.PointerEventHandler<HTMLElement>;
|
|
258
|
+
onPointerDownCapture?: react82.PointerEventHandler<HTMLElement>;
|
|
259
|
+
onPointerMove?: react82.PointerEventHandler<HTMLElement>;
|
|
260
|
+
onPointerMoveCapture?: react82.PointerEventHandler<HTMLElement>;
|
|
261
|
+
onPointerUp?: react82.PointerEventHandler<HTMLElement>;
|
|
262
|
+
onPointerUpCapture?: react82.PointerEventHandler<HTMLElement>;
|
|
263
|
+
onPointerCancel?: react82.PointerEventHandler<HTMLElement>;
|
|
264
|
+
onPointerCancelCapture?: react82.PointerEventHandler<HTMLElement>;
|
|
265
|
+
onPointerEnter?: react82.PointerEventHandler<HTMLElement>;
|
|
266
|
+
onPointerLeave?: react82.PointerEventHandler<HTMLElement>;
|
|
267
|
+
onPointerOver?: react82.PointerEventHandler<HTMLElement>;
|
|
268
|
+
onPointerOverCapture?: react82.PointerEventHandler<HTMLElement>;
|
|
269
|
+
onPointerOut?: react82.PointerEventHandler<HTMLElement>;
|
|
270
|
+
onPointerOutCapture?: react82.PointerEventHandler<HTMLElement>;
|
|
271
|
+
onGotPointerCapture?: react82.PointerEventHandler<HTMLElement>;
|
|
272
|
+
onGotPointerCaptureCapture?: react82.PointerEventHandler<HTMLElement>;
|
|
273
|
+
onLostPointerCapture?: react82.PointerEventHandler<HTMLElement>;
|
|
274
|
+
onLostPointerCaptureCapture?: react82.PointerEventHandler<HTMLElement>;
|
|
275
|
+
onScroll?: react82.UIEventHandler<HTMLElement>;
|
|
276
|
+
onScrollCapture?: react82.UIEventHandler<HTMLElement>;
|
|
277
|
+
onScrollEnd?: react82.UIEventHandler<HTMLElement>;
|
|
278
|
+
onScrollEndCapture?: react82.UIEventHandler<HTMLElement>;
|
|
279
|
+
onWheel?: react82.WheelEventHandler<HTMLElement>;
|
|
280
|
+
onWheelCapture?: react82.WheelEventHandler<HTMLElement>;
|
|
281
|
+
onAnimationStart?: react82.AnimationEventHandler<HTMLElement>;
|
|
282
|
+
onAnimationStartCapture?: react82.AnimationEventHandler<HTMLElement>;
|
|
283
|
+
onAnimationEnd?: react82.AnimationEventHandler<HTMLElement>;
|
|
284
|
+
onAnimationEndCapture?: react82.AnimationEventHandler<HTMLElement>;
|
|
285
|
+
onAnimationIteration?: react82.AnimationEventHandler<HTMLElement>;
|
|
286
|
+
onAnimationIterationCapture?: react82.AnimationEventHandler<HTMLElement>;
|
|
287
|
+
onToggle?: react82.ToggleEventHandler<HTMLElement>;
|
|
288
|
+
onBeforeToggle?: react82.ToggleEventHandler<HTMLElement>;
|
|
289
|
+
onTransitionCancel?: react82.TransitionEventHandler<HTMLElement>;
|
|
290
|
+
onTransitionCancelCapture?: react82.TransitionEventHandler<HTMLElement>;
|
|
291
|
+
onTransitionEnd?: react82.TransitionEventHandler<HTMLElement>;
|
|
292
|
+
onTransitionEndCapture?: react82.TransitionEventHandler<HTMLElement>;
|
|
293
|
+
onTransitionRun?: react82.TransitionEventHandler<HTMLElement>;
|
|
294
|
+
onTransitionRunCapture?: react82.TransitionEventHandler<HTMLElement>;
|
|
295
|
+
onTransitionStart?: react82.TransitionEventHandler<HTMLElement>;
|
|
296
|
+
onTransitionStartCapture?: react82.TransitionEventHandler<HTMLElement>;
|
|
297
297
|
className: string;
|
|
298
|
-
style:
|
|
298
|
+
style: react82.CSSProperties;
|
|
299
299
|
id: string;
|
|
300
300
|
'data-testid': string;
|
|
301
301
|
}, HTMLElement>;
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { ContextMenuShortcutProps } from "./types/index.cjs";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime30 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/ContextMenu/ContextMenu.d.ts
|
|
6
6
|
declare const ContextMenu: ({
|
|
7
7
|
children,
|
|
8
8
|
...props
|
|
9
|
-
}: any) =>
|
|
9
|
+
}: any) => react_jsx_runtime30.JSX.Element;
|
|
10
10
|
declare const ContextMenuTrigger: ({
|
|
11
11
|
children,
|
|
12
12
|
...props
|
|
13
|
-
}: any) =>
|
|
13
|
+
}: any) => react_jsx_runtime30.JSX.Element;
|
|
14
14
|
declare const ContextMenuGroup: ({
|
|
15
15
|
children,
|
|
16
16
|
...props
|
|
17
|
-
}: any) =>
|
|
17
|
+
}: any) => react_jsx_runtime30.JSX.Element;
|
|
18
18
|
declare const ContextMenuPortal: ({
|
|
19
19
|
children,
|
|
20
20
|
...props
|
|
21
|
-
}: any) =>
|
|
21
|
+
}: any) => react_jsx_runtime30.JSX.Element;
|
|
22
22
|
declare const ContextMenuSub: ({
|
|
23
23
|
children,
|
|
24
24
|
...props
|
|
25
|
-
}: any) =>
|
|
25
|
+
}: any) => react_jsx_runtime30.JSX.Element;
|
|
26
26
|
declare const ContextMenuRadioGroup: ({
|
|
27
27
|
children,
|
|
28
28
|
...props
|
|
29
|
-
}: any) =>
|
|
29
|
+
}: any) => react_jsx_runtime30.JSX.Element;
|
|
30
30
|
declare const ContextMenuSubTrigger: React$1.ForwardRefExoticComponent<any>;
|
|
31
31
|
declare const ContextMenuSubContent: React$1.ForwardRefExoticComponent<any>;
|
|
32
32
|
declare const ContextMenuContent: React$1.ForwardRefExoticComponent<any>;
|
|
@@ -36,7 +36,7 @@ declare const ContextMenuRadioItem: React$1.ForwardRefExoticComponent<any>;
|
|
|
36
36
|
declare const ContextMenuLabel: React$1.ForwardRefExoticComponent<any>;
|
|
37
37
|
declare const ContextMenuSeparator: React$1.ForwardRefExoticComponent<any>;
|
|
38
38
|
declare const ContextMenuShortcut: {
|
|
39
|
-
(props: ContextMenuShortcutProps):
|
|
39
|
+
(props: ContextMenuShortcutProps): react_jsx_runtime30.JSX.Element;
|
|
40
40
|
displayName: string;
|
|
41
41
|
};
|
|
42
42
|
//#endregion
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import { ContextMenuShortcutProps } from "./types/index.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime7 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/ContextMenu/ContextMenu.d.ts
|
|
6
6
|
declare const ContextMenu: ({
|
|
7
7
|
children,
|
|
8
8
|
...props
|
|
9
|
-
}: any) =>
|
|
9
|
+
}: any) => react_jsx_runtime7.JSX.Element;
|
|
10
10
|
declare const ContextMenuTrigger: ({
|
|
11
11
|
children,
|
|
12
12
|
...props
|
|
13
|
-
}: any) =>
|
|
13
|
+
}: any) => react_jsx_runtime7.JSX.Element;
|
|
14
14
|
declare const ContextMenuGroup: ({
|
|
15
15
|
children,
|
|
16
16
|
...props
|
|
17
|
-
}: any) =>
|
|
17
|
+
}: any) => react_jsx_runtime7.JSX.Element;
|
|
18
18
|
declare const ContextMenuPortal: ({
|
|
19
19
|
children,
|
|
20
20
|
...props
|
|
21
|
-
}: any) =>
|
|
21
|
+
}: any) => react_jsx_runtime7.JSX.Element;
|
|
22
22
|
declare const ContextMenuSub: ({
|
|
23
23
|
children,
|
|
24
24
|
...props
|
|
25
|
-
}: any) =>
|
|
25
|
+
}: any) => react_jsx_runtime7.JSX.Element;
|
|
26
26
|
declare const ContextMenuRadioGroup: ({
|
|
27
27
|
children,
|
|
28
28
|
...props
|
|
29
|
-
}: any) =>
|
|
29
|
+
}: any) => react_jsx_runtime7.JSX.Element;
|
|
30
30
|
declare const ContextMenuSubTrigger: React$1.ForwardRefExoticComponent<any>;
|
|
31
31
|
declare const ContextMenuSubContent: React$1.ForwardRefExoticComponent<any>;
|
|
32
32
|
declare const ContextMenuContent: React$1.ForwardRefExoticComponent<any>;
|
|
@@ -36,7 +36,7 @@ declare const ContextMenuRadioItem: React$1.ForwardRefExoticComponent<any>;
|
|
|
36
36
|
declare const ContextMenuLabel: React$1.ForwardRefExoticComponent<any>;
|
|
37
37
|
declare const ContextMenuSeparator: React$1.ForwardRefExoticComponent<any>;
|
|
38
38
|
declare const ContextMenuShortcut: {
|
|
39
|
-
(props: ContextMenuShortcutProps):
|
|
39
|
+
(props: ContextMenuShortcutProps): react_jsx_runtime7.JSX.Element;
|
|
40
40
|
displayName: string;
|
|
41
41
|
};
|
|
42
42
|
//#endregion
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime83 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_runtime83.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { DesignTokens, DesignTokensProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime66 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_runtime66.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { DesignTokens, DesignTokensProps };
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import { DialogFooterProps, DialogHeaderProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as react0 from "react";
|
|
3
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
4
4
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Dialog/Dialog.d.ts
|
|
7
|
-
declare const Dialog:
|
|
8
|
-
declare const DialogTrigger:
|
|
9
|
-
declare const DialogPortal:
|
|
10
|
-
declare const DialogClose:
|
|
11
|
-
declare const DialogOverlay:
|
|
12
|
-
declare const DialogContent:
|
|
7
|
+
declare const Dialog: react0.FC<DialogPrimitive.DialogProps>;
|
|
8
|
+
declare const DialogTrigger: react0.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & react0.RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
declare const DialogPortal: react0.FC<DialogPrimitive.DialogPortalProps>;
|
|
10
|
+
declare const DialogClose: react0.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react0.RefAttributes<HTMLButtonElement>>;
|
|
11
|
+
declare const DialogOverlay: react0.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & react0.RefAttributes<HTMLDivElement>, "ref"> & react0.RefAttributes<never>>;
|
|
12
|
+
declare const DialogContent: react0.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & react0.RefAttributes<HTMLDivElement>, "ref"> & react0.RefAttributes<never>>;
|
|
13
13
|
declare const DialogHeader: {
|
|
14
14
|
({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: DialogHeaderProps):
|
|
17
|
+
}: DialogHeaderProps): react_jsx_runtime2.JSX.Element;
|
|
18
18
|
displayName: string;
|
|
19
19
|
};
|
|
20
20
|
declare const DialogFooter: {
|
|
21
21
|
({
|
|
22
22
|
className,
|
|
23
23
|
...props
|
|
24
|
-
}: DialogFooterProps):
|
|
24
|
+
}: DialogFooterProps): react_jsx_runtime2.JSX.Element;
|
|
25
25
|
displayName: string;
|
|
26
26
|
};
|
|
27
|
-
declare const DialogTitle:
|
|
28
|
-
declare const DialogDescription:
|
|
27
|
+
declare const DialogTitle: react0.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & react0.RefAttributes<HTMLHeadingElement>, "ref"> & react0.RefAttributes<never>>;
|
|
28
|
+
declare const DialogDescription: react0.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & react0.RefAttributes<HTMLParagraphElement>, "ref"> & react0.RefAttributes<never>>;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
import { DialogFooterProps, DialogHeaderProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as react72 from "react";
|
|
3
|
+
import * as react_jsx_runtime60 from "react/jsx-runtime";
|
|
4
4
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
5
5
|
|
|
6
6
|
//#region src/components/Dialog/Dialog.d.ts
|
|
7
|
-
declare const Dialog:
|
|
8
|
-
declare const DialogTrigger:
|
|
9
|
-
declare const DialogPortal:
|
|
10
|
-
declare const DialogClose:
|
|
11
|
-
declare const DialogOverlay:
|
|
12
|
-
declare const DialogContent:
|
|
7
|
+
declare const Dialog: react72.FC<DialogPrimitive.DialogProps>;
|
|
8
|
+
declare const DialogTrigger: react72.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & react72.RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
declare const DialogPortal: react72.FC<DialogPrimitive.DialogPortalProps>;
|
|
10
|
+
declare const DialogClose: react72.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & react72.RefAttributes<HTMLButtonElement>>;
|
|
11
|
+
declare const DialogOverlay: react72.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & react72.RefAttributes<HTMLDivElement>, "ref"> & react72.RefAttributes<never>>;
|
|
12
|
+
declare const DialogContent: react72.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & react72.RefAttributes<HTMLDivElement>, "ref"> & react72.RefAttributes<never>>;
|
|
13
13
|
declare const DialogHeader: {
|
|
14
14
|
({
|
|
15
15
|
className,
|
|
16
16
|
...props
|
|
17
|
-
}: DialogHeaderProps):
|
|
17
|
+
}: DialogHeaderProps): react_jsx_runtime60.JSX.Element;
|
|
18
18
|
displayName: string;
|
|
19
19
|
};
|
|
20
20
|
declare const DialogFooter: {
|
|
21
21
|
({
|
|
22
22
|
className,
|
|
23
23
|
...props
|
|
24
|
-
}: DialogFooterProps):
|
|
24
|
+
}: DialogFooterProps): react_jsx_runtime60.JSX.Element;
|
|
25
25
|
displayName: string;
|
|
26
26
|
};
|
|
27
|
-
declare const DialogTitle:
|
|
28
|
-
declare const DialogDescription:
|
|
27
|
+
declare const DialogTitle: react72.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & react72.RefAttributes<HTMLHeadingElement>, "ref"> & react72.RefAttributes<never>>;
|
|
28
|
+
declare const DialogDescription: react72.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & react72.RefAttributes<HTMLParagraphElement>, "ref"> & react72.RefAttributes<never>>;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DocumentRetrievalCardProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime38 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_runtime38.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { DocumentRetrievalCard };
|