@envive-ai/react-toolkit-v3 0.3.17 → 0.3.19
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.cts +3 -3
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
- package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.ts +2 -2
- package/dist/Carousel/Carousel.cjs +7 -6
- package/dist/Carousel/Carousel.d.cts +3 -2
- package/dist/Carousel/Carousel.d.ts +3 -2
- package/dist/Carousel/Carousel.js +7 -6
- package/dist/Carousel/components/Container.cjs +2 -2
- package/dist/Carousel/components/Container.js +2 -2
- package/dist/Carousel/types/types.d.cts +5 -0
- package/dist/Carousel/types/types.d.ts +5 -0
- package/dist/ChatFooter/ChatFooter.cjs +1 -1
- package/dist/ChatFooter/ChatFooter.d.cts +2 -2
- package/dist/ChatFooter/ChatFooter.d.ts +2 -2
- package/dist/ChatFooter/ChatFooter.js +1 -1
- package/dist/ChatFooter/components/Layout.cjs +2 -2
- package/dist/ChatFooter/components/Layout.js +2 -2
- package/dist/ChatFooter/components/index.d.cts +5 -5
- 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/components/Handle.cjs +2 -2
- package/dist/ChatHeader/components/Handle.js +2 -2
- package/dist/ChatHeader/components/Toggle.cjs +3 -3
- package/dist/ChatHeader/components/Toggle.js +3 -3
- package/dist/ChatPreview/ChatPreview.cjs +1 -1
- package/dist/ChatPreview/ChatPreview.d.cts +2 -2
- package/dist/ChatPreview/ChatPreview.d.ts +2 -2
- package/dist/ChatPreview/ChatPreview.js +1 -1
- package/dist/ChatPreviewComparison/ChatPreviewComparison.cjs +1 -1
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
- package/dist/ChatPreviewComparison/ChatPreviewComparison.js +1 -1
- package/dist/ChatPreviewComparison/components/Headline.cjs +2 -2
- package/dist/ChatPreviewComparison/components/Headline.js +2 -2
- package/dist/ChatPreviewComparison/components/Layout.cjs +4 -4
- package/dist/ChatPreviewComparison/components/Layout.js +4 -4
- package/dist/ChatPreviewComparison/components/Message.cjs +2 -2
- package/dist/ChatPreviewComparison/components/Message.js +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
- package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
- package/dist/Container/Container.d.cts +14 -14
- package/dist/Container/Container.d.ts +177 -177
- package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
- package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
- package/dist/Disclaimer/components/Container.cjs +2 -2
- package/dist/Disclaimer/components/Container.js +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
- package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
- package/dist/DocumentRetrievalCard/components/Layout.cjs +2 -2
- package/dist/DocumentRetrievalCard/components/Layout.js +2 -2
- package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.cjs +1 -1
- package/dist/DocumentRetrievalCard/components/ViewArticleButton/components/Icon.js +1 -1
- package/dist/FloatingButton/FloatingButton.d.cts +2 -2
- package/dist/FloatingButton/FloatingButton.d.ts +2 -2
- package/dist/FloatingChat/FloatingChat.cjs +61 -16
- package/dist/FloatingChat/FloatingChat.d.cts +2 -2
- package/dist/FloatingChat/FloatingChat.d.ts +2 -2
- package/dist/FloatingChat/FloatingChat.js +63 -18
- package/dist/FloatingChat/components/AgentMessage.cjs +8 -3
- package/dist/FloatingChat/components/AgentMessage.js +8 -3
- package/dist/FloatingChat/components/ChatMessages.cjs +5 -4
- package/dist/FloatingChat/components/ChatMessages.js +5 -4
- package/dist/FloatingChat/components/Layout.cjs +5 -4
- package/dist/FloatingChat/components/Layout.js +5 -4
- package/dist/FloatingChat/components/ResultsGridView.cjs +72 -0
- package/dist/FloatingChat/components/ResultsGridView.js +71 -0
- package/dist/FloatingChat/components/SalesAgentBadgeContent.cjs +59 -0
- package/dist/FloatingChat/components/SalesAgentBadgeContent.js +56 -0
- package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +14 -5
- package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +14 -5
- package/dist/FloatingChat/components/SlideChatContent.cjs +46 -0
- package/dist/FloatingChat/components/SlideChatContent.js +45 -0
- package/dist/FloatingChat/components/index.cjs +4 -0
- package/dist/FloatingChat/components/index.js +4 -0
- package/dist/FloatingChat/hooks/useProductResultsView.cjs +36 -0
- package/dist/FloatingChat/hooks/useProductResultsView.js +35 -0
- package/dist/FloatingChat/utils/functions.cjs +28 -1
- package/dist/FloatingChat/utils/functions.js +25 -1
- package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +12 -7
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
- package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
- package/dist/FullPageSalesAgent/FullPageSalesAgent.js +12 -7
- package/dist/FullPageSalesAgent/components/Layout.cjs +1 -2
- package/dist/FullPageSalesAgent/components/Layout.js +1 -2
- package/dist/FullPageSalesAgent/hooks/useContainerResizerObserver.cjs +4 -1
- package/dist/FullPageSalesAgent/hooks/useContainerResizerObserver.js +4 -1
- 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/ImageGallery/components/Layout.cjs +1 -1
- package/dist/ImageGallery/components/Layout.js +1 -1
- package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
- package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
- package/dist/Message/components/LinkButton.cjs +1 -1
- package/dist/Message/components/LinkButton.js +1 -1
- package/dist/OrderLookupCard/OrderLookupCard.cjs +1 -1
- package/dist/OrderLookupCard/OrderLookupCard.js +1 -1
- package/dist/ProductCard/ProductCard.cjs +2 -2
- package/dist/ProductCard/ProductCard.d.cts +2 -2
- package/dist/ProductCard/ProductCard.d.ts +2 -2
- package/dist/ProductCard/ProductCard.js +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/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.cjs +1 -1
- package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.js +1 -1
- package/dist/PromptCarousel/PromptCarousel.cjs +3 -3
- package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
- package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
- package/dist/PromptCarousel/PromptCarousel.js +3 -3
- package/dist/ReviewCard/ReviewCard.d.cts +2 -2
- package/dist/ReviewCard/ReviewCard.d.ts +2 -2
- package/dist/ReviewCard/components/Container.cjs +2 -2
- package/dist/ReviewCard/components/Container.js +2 -2
- package/dist/ReviewCard/components/ReadMoreButton.cjs +1 -1
- package/dist/ReviewCard/components/ReadMoreButton.js +1 -1
- package/dist/ReviewCard/components/index.d.cts +6 -6
- package/dist/ReviewCard/components/index.d.ts +6 -6
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
- package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
- package/dist/SalesAgentProductCard/components/Container.cjs +2 -2
- package/dist/SalesAgentProductCard/components/Container.js +2 -2
- package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
- package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
- package/dist/SocialProof/SocialProof.cjs +1 -1
- package/dist/SocialProof/SocialProof.d.ts +2 -2
- package/dist/SocialProof/SocialProof.js +1 -1
- package/dist/SocialProof/components/Headline.cjs +3 -3
- package/dist/SocialProof/components/Headline.js +3 -3
- package/dist/SocialProof/components/LayoutFourHorizontal.cjs +1 -1
- package/dist/SocialProof/components/LayoutFourHorizontal.js +1 -1
- package/dist/SocialProof/components/Subheadline.cjs +1 -1
- package/dist/SocialProof/components/Subheadline.js +1 -1
- 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/TitledPromptCarousel/TitledPromptCarousel.cjs +1 -1
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
- package/dist/TitledPromptCarousel/TitledPromptCarousel.js +1 -1
- package/dist/Tokens/index.cjs +1 -1
- package/dist/Tokens/index.js +1 -1
- package/dist/TypingAnimation/TypingAnimation.cjs +1 -1
- package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
- package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
- package/dist/TypingAnimation/TypingAnimation.js +1 -1
- package/dist/TypingAnimation/hooks/useGetTypographyVariant.cjs +1 -1
- package/dist/TypingAnimation/hooks/useGetTypographyVariant.js +1 -1
- package/dist/Typography/Typography.d.cts +4 -4
- package/dist/Typography/Typography.d.ts +4 -4
- package/dist/WelcomeMessage/components/Container.cjs +2 -2
- package/dist/WelcomeMessage/components/Container.js +2 -2
- package/dist/WidgetTextField/WidgetTextField.cjs +1 -1
- package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
- package/dist/WidgetTextField/WidgetTextField.js +1 -1
- package/dist/WidgetTextField/components/Container.cjs +2 -2
- package/dist/WidgetTextField/components/Container.js +2 -2
- package/dist/WidgetTextField/components/Icon.cjs +1 -1
- package/dist/WidgetTextField/components/Icon.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/Carousel/Carousel.tsx +11 -8
- package/src/components/Carousel/types/types.ts +5 -0
- package/src/components/FloatingChat/FloatingChat.tsx +91 -19
- package/src/components/FloatingChat/components/AgentMessage.tsx +8 -0
- package/src/components/FloatingChat/components/ChatMessages.tsx +3 -0
- package/src/components/FloatingChat/components/Layout.tsx +7 -1
- package/src/components/FloatingChat/components/ModalSheet.tsx +1 -1
- package/src/components/FloatingChat/components/ResultsGridView.tsx +93 -0
- package/src/components/FloatingChat/components/SalesAgentBadgeContent.tsx +86 -0
- package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +18 -7
- package/src/components/FloatingChat/components/SlideChatContent.tsx +72 -0
- package/src/components/FloatingChat/components/index.ts +4 -1
- package/src/components/FloatingChat/hooks/useFilteredChatMessages.ts +1 -1
- package/src/components/FloatingChat/hooks/useProductResultsView.ts +49 -0
- package/src/components/FloatingChat/utils/functions.ts +41 -0
- package/src/components/FullPageSalesAgent/FullPageSalesAgent.tsx +10 -6
- package/src/components/FullPageSalesAgent/components/Layout.tsx +1 -2
- package/src/components/FullPageSalesAgent/hooks/useContainerResizerObserver.ts +1 -0
- package/src/logging/logger.ts +33 -8
- package/src/mocks/productCardMocks.ts +955 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewLoadingProps } from "./types/types.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime25 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewLoading/ChatPreviewLoading.d.ts
|
|
5
5
|
declare const ChatPreviewLoading: ({
|
|
@@ -15,6 +15,6 @@ declare const ChatPreviewLoading: ({
|
|
|
15
15
|
hideLogo,
|
|
16
16
|
logoSrc,
|
|
17
17
|
titleLabel
|
|
18
|
-
}: ChatPreviewLoadingProps) =>
|
|
18
|
+
}: ChatPreviewLoadingProps) => react_jsx_runtime25.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { ChatPreviewLoading };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ChatPreviewLoadingProps } from "./types/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/ChatPreviewLoading/ChatPreviewLoading.d.ts
|
|
5
5
|
declare const ChatPreviewLoading: ({
|
|
@@ -15,6 +15,6 @@ declare const ChatPreviewLoading: ({
|
|
|
15
15
|
hideLogo,
|
|
16
16
|
logoSrc,
|
|
17
17
|
titleLabel
|
|
18
|
-
}: ChatPreviewLoadingProps) =>
|
|
18
|
+
}: ChatPreviewLoadingProps) => react_jsx_runtime27.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { ChatPreviewLoading };
|
|
@@ -18,16 +18,18 @@ declare const Container: ({
|
|
|
18
18
|
centerContent,
|
|
19
19
|
...props
|
|
20
20
|
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react10.DetailedReactHTMLElement<{
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
onClick?: react10.MouseEventHandler<HTMLElement>;
|
|
22
|
+
onFocus?: react10.FocusEventHandler<HTMLElement>;
|
|
23
|
+
onMouseDown?: react10.MouseEventHandler<HTMLElement>;
|
|
24
|
+
onMouseUp?: react10.MouseEventHandler<HTMLElement>;
|
|
25
|
+
onTouchStart?: react10.TouchEventHandler<HTMLElement>;
|
|
26
|
+
onTouchEnd?: react10.TouchEventHandler<HTMLElement>;
|
|
27
|
+
content?: string | undefined;
|
|
26
28
|
color?: string | undefined;
|
|
29
|
+
onChange?: react10.FormEventHandler<HTMLElement>;
|
|
30
|
+
onSubmit?: react10.FormEventHandler<HTMLElement>;
|
|
27
31
|
slot?: string | undefined;
|
|
28
32
|
title?: string | undefined;
|
|
29
|
-
onClick?: react10.MouseEventHandler<HTMLElement>;
|
|
30
|
-
content?: string | undefined;
|
|
31
33
|
defaultChecked?: boolean | undefined;
|
|
32
34
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
33
35
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -47,6 +49,7 @@ declare const Container: ({
|
|
|
47
49
|
tabIndex?: number | undefined;
|
|
48
50
|
translate?: "yes" | "no" | undefined;
|
|
49
51
|
radioGroup?: string | undefined;
|
|
52
|
+
role?: react10.AriaRole | undefined;
|
|
50
53
|
about?: string | undefined;
|
|
51
54
|
datatype?: string | undefined;
|
|
52
55
|
inlist?: any;
|
|
@@ -88,6 +91,7 @@ declare const Container: ({
|
|
|
88
91
|
"aria-colspan"?: number | undefined;
|
|
89
92
|
"aria-controls"?: string | undefined;
|
|
90
93
|
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
94
|
+
"aria-describedby"?: string | undefined;
|
|
91
95
|
"aria-description"?: string | undefined;
|
|
92
96
|
"aria-details"?: string | undefined;
|
|
93
97
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
@@ -97,8 +101,11 @@ declare const Container: ({
|
|
|
97
101
|
"aria-flowto"?: string | undefined;
|
|
98
102
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
99
103
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
104
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
100
105
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
101
106
|
"aria-keyshortcuts"?: string | undefined;
|
|
107
|
+
"aria-label"?: string | undefined;
|
|
108
|
+
"aria-labelledby"?: string | undefined;
|
|
102
109
|
"aria-level"?: number | undefined;
|
|
103
110
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
104
111
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
@@ -139,11 +146,9 @@ declare const Container: ({
|
|
|
139
146
|
onCompositionStartCapture?: react10.CompositionEventHandler<HTMLElement>;
|
|
140
147
|
onCompositionUpdate?: react10.CompositionEventHandler<HTMLElement>;
|
|
141
148
|
onCompositionUpdateCapture?: react10.CompositionEventHandler<HTMLElement>;
|
|
142
|
-
onFocus?: react10.FocusEventHandler<HTMLElement>;
|
|
143
149
|
onFocusCapture?: react10.FocusEventHandler<HTMLElement>;
|
|
144
150
|
onBlur?: react10.FocusEventHandler<HTMLElement>;
|
|
145
151
|
onBlurCapture?: react10.FocusEventHandler<HTMLElement>;
|
|
146
|
-
onChange?: react10.FormEventHandler<HTMLElement>;
|
|
147
152
|
onChangeCapture?: react10.FormEventHandler<HTMLElement>;
|
|
148
153
|
onBeforeInput?: react10.InputEventHandler<HTMLElement>;
|
|
149
154
|
onBeforeInputCapture?: react10.FormEventHandler<HTMLElement>;
|
|
@@ -151,7 +156,6 @@ declare const Container: ({
|
|
|
151
156
|
onInputCapture?: react10.FormEventHandler<HTMLElement>;
|
|
152
157
|
onReset?: react10.FormEventHandler<HTMLElement>;
|
|
153
158
|
onResetCapture?: react10.FormEventHandler<HTMLElement>;
|
|
154
|
-
onSubmit?: react10.FormEventHandler<HTMLElement>;
|
|
155
159
|
onSubmitCapture?: react10.FormEventHandler<HTMLElement>;
|
|
156
160
|
onInvalid?: react10.FormEventHandler<HTMLElement>;
|
|
157
161
|
onInvalidCapture?: react10.FormEventHandler<HTMLElement>;
|
|
@@ -232,7 +236,6 @@ declare const Container: ({
|
|
|
232
236
|
onDragStartCapture?: react10.DragEventHandler<HTMLElement>;
|
|
233
237
|
onDrop?: react10.DragEventHandler<HTMLElement>;
|
|
234
238
|
onDropCapture?: react10.DragEventHandler<HTMLElement>;
|
|
235
|
-
onMouseDown?: react10.MouseEventHandler<HTMLElement>;
|
|
236
239
|
onMouseDownCapture?: react10.MouseEventHandler<HTMLElement>;
|
|
237
240
|
onMouseEnter?: react10.MouseEventHandler<HTMLElement>;
|
|
238
241
|
onMouseLeave?: react10.MouseEventHandler<HTMLElement>;
|
|
@@ -242,17 +245,14 @@ declare const Container: ({
|
|
|
242
245
|
onMouseOutCapture?: react10.MouseEventHandler<HTMLElement>;
|
|
243
246
|
onMouseOver?: react10.MouseEventHandler<HTMLElement>;
|
|
244
247
|
onMouseOverCapture?: react10.MouseEventHandler<HTMLElement>;
|
|
245
|
-
onMouseUp?: react10.MouseEventHandler<HTMLElement>;
|
|
246
248
|
onMouseUpCapture?: react10.MouseEventHandler<HTMLElement>;
|
|
247
249
|
onSelect?: react10.ReactEventHandler<HTMLElement>;
|
|
248
250
|
onSelectCapture?: react10.ReactEventHandler<HTMLElement>;
|
|
249
251
|
onTouchCancel?: react10.TouchEventHandler<HTMLElement>;
|
|
250
252
|
onTouchCancelCapture?: react10.TouchEventHandler<HTMLElement>;
|
|
251
|
-
onTouchEnd?: react10.TouchEventHandler<HTMLElement>;
|
|
252
253
|
onTouchEndCapture?: react10.TouchEventHandler<HTMLElement>;
|
|
253
254
|
onTouchMove?: react10.TouchEventHandler<HTMLElement>;
|
|
254
255
|
onTouchMoveCapture?: react10.TouchEventHandler<HTMLElement>;
|
|
255
|
-
onTouchStart?: react10.TouchEventHandler<HTMLElement>;
|
|
256
256
|
onTouchStartCapture?: react10.TouchEventHandler<HTMLElement>;
|
|
257
257
|
onPointerDown?: react10.PointerEventHandler<HTMLElement>;
|
|
258
258
|
onPointerDownCapture?: react10.PointerEventHandler<HTMLElement>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ContainerProps } from "./types/index.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react13 from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/Container/Container.d.ts
|
|
5
5
|
|
|
@@ -17,17 +17,19 @@ declare const Container: ({
|
|
|
17
17
|
fluid,
|
|
18
18
|
centerContent,
|
|
19
19
|
...props
|
|
20
|
-
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) =>
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
20
|
+
}: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react13.DetailedReactHTMLElement<{
|
|
21
|
+
onClick?: react13.MouseEventHandler<HTMLElement>;
|
|
22
|
+
onFocus?: react13.FocusEventHandler<HTMLElement>;
|
|
23
|
+
onMouseDown?: react13.MouseEventHandler<HTMLElement>;
|
|
24
|
+
onMouseUp?: react13.MouseEventHandler<HTMLElement>;
|
|
25
|
+
onTouchStart?: react13.TouchEventHandler<HTMLElement>;
|
|
26
|
+
onTouchEnd?: react13.TouchEventHandler<HTMLElement>;
|
|
27
|
+
content?: string | undefined;
|
|
26
28
|
color?: string | undefined;
|
|
29
|
+
onChange?: react13.FormEventHandler<HTMLElement>;
|
|
30
|
+
onSubmit?: react13.FormEventHandler<HTMLElement>;
|
|
27
31
|
slot?: string | undefined;
|
|
28
32
|
title?: string | undefined;
|
|
29
|
-
onClick?: react10.MouseEventHandler<HTMLElement>;
|
|
30
|
-
content?: string | undefined;
|
|
31
33
|
defaultChecked?: boolean | undefined;
|
|
32
34
|
defaultValue?: string | number | readonly string[] | undefined;
|
|
33
35
|
suppressContentEditableWarning?: boolean | undefined;
|
|
@@ -47,6 +49,7 @@ declare const Container: ({
|
|
|
47
49
|
tabIndex?: number | undefined;
|
|
48
50
|
translate?: "yes" | "no" | undefined;
|
|
49
51
|
radioGroup?: string | undefined;
|
|
52
|
+
role?: react13.AriaRole | undefined;
|
|
50
53
|
about?: string | undefined;
|
|
51
54
|
datatype?: string | undefined;
|
|
52
55
|
inlist?: any;
|
|
@@ -88,6 +91,7 @@ declare const Container: ({
|
|
|
88
91
|
"aria-colspan"?: number | undefined;
|
|
89
92
|
"aria-controls"?: string | undefined;
|
|
90
93
|
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
94
|
+
"aria-describedby"?: string | undefined;
|
|
91
95
|
"aria-description"?: string | undefined;
|
|
92
96
|
"aria-details"?: string | undefined;
|
|
93
97
|
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
@@ -97,8 +101,11 @@ declare const Container: ({
|
|
|
97
101
|
"aria-flowto"?: string | undefined;
|
|
98
102
|
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
99
103
|
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
104
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
100
105
|
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
101
106
|
"aria-keyshortcuts"?: string | undefined;
|
|
107
|
+
"aria-label"?: string | undefined;
|
|
108
|
+
"aria-labelledby"?: string | undefined;
|
|
102
109
|
"aria-level"?: number | undefined;
|
|
103
110
|
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
104
111
|
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
@@ -127,175 +134,168 @@ declare const Container: ({
|
|
|
127
134
|
dangerouslySetInnerHTML?: {
|
|
128
135
|
__html: string | TrustedHTML;
|
|
129
136
|
} | 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
|
-
|
|
289
|
-
|
|
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>;
|
|
137
|
+
onCopy?: react13.ClipboardEventHandler<HTMLElement>;
|
|
138
|
+
onCopyCapture?: react13.ClipboardEventHandler<HTMLElement>;
|
|
139
|
+
onCut?: react13.ClipboardEventHandler<HTMLElement>;
|
|
140
|
+
onCutCapture?: react13.ClipboardEventHandler<HTMLElement>;
|
|
141
|
+
onPaste?: react13.ClipboardEventHandler<HTMLElement>;
|
|
142
|
+
onPasteCapture?: react13.ClipboardEventHandler<HTMLElement>;
|
|
143
|
+
onCompositionEnd?: react13.CompositionEventHandler<HTMLElement>;
|
|
144
|
+
onCompositionEndCapture?: react13.CompositionEventHandler<HTMLElement>;
|
|
145
|
+
onCompositionStart?: react13.CompositionEventHandler<HTMLElement>;
|
|
146
|
+
onCompositionStartCapture?: react13.CompositionEventHandler<HTMLElement>;
|
|
147
|
+
onCompositionUpdate?: react13.CompositionEventHandler<HTMLElement>;
|
|
148
|
+
onCompositionUpdateCapture?: react13.CompositionEventHandler<HTMLElement>;
|
|
149
|
+
onFocusCapture?: react13.FocusEventHandler<HTMLElement>;
|
|
150
|
+
onBlur?: react13.FocusEventHandler<HTMLElement>;
|
|
151
|
+
onBlurCapture?: react13.FocusEventHandler<HTMLElement>;
|
|
152
|
+
onChangeCapture?: react13.FormEventHandler<HTMLElement>;
|
|
153
|
+
onBeforeInput?: react13.InputEventHandler<HTMLElement>;
|
|
154
|
+
onBeforeInputCapture?: react13.FormEventHandler<HTMLElement>;
|
|
155
|
+
onInput?: react13.FormEventHandler<HTMLElement>;
|
|
156
|
+
onInputCapture?: react13.FormEventHandler<HTMLElement>;
|
|
157
|
+
onReset?: react13.FormEventHandler<HTMLElement>;
|
|
158
|
+
onResetCapture?: react13.FormEventHandler<HTMLElement>;
|
|
159
|
+
onSubmitCapture?: react13.FormEventHandler<HTMLElement>;
|
|
160
|
+
onInvalid?: react13.FormEventHandler<HTMLElement>;
|
|
161
|
+
onInvalidCapture?: react13.FormEventHandler<HTMLElement>;
|
|
162
|
+
onLoad?: react13.ReactEventHandler<HTMLElement>;
|
|
163
|
+
onLoadCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
164
|
+
onError?: react13.ReactEventHandler<HTMLElement>;
|
|
165
|
+
onErrorCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
166
|
+
onKeyDown?: react13.KeyboardEventHandler<HTMLElement>;
|
|
167
|
+
onKeyDownCapture?: react13.KeyboardEventHandler<HTMLElement>;
|
|
168
|
+
onKeyPress?: react13.KeyboardEventHandler<HTMLElement>;
|
|
169
|
+
onKeyPressCapture?: react13.KeyboardEventHandler<HTMLElement>;
|
|
170
|
+
onKeyUp?: react13.KeyboardEventHandler<HTMLElement>;
|
|
171
|
+
onKeyUpCapture?: react13.KeyboardEventHandler<HTMLElement>;
|
|
172
|
+
onAbort?: react13.ReactEventHandler<HTMLElement>;
|
|
173
|
+
onAbortCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
174
|
+
onCanPlay?: react13.ReactEventHandler<HTMLElement>;
|
|
175
|
+
onCanPlayCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
176
|
+
onCanPlayThrough?: react13.ReactEventHandler<HTMLElement>;
|
|
177
|
+
onCanPlayThroughCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
178
|
+
onDurationChange?: react13.ReactEventHandler<HTMLElement>;
|
|
179
|
+
onDurationChangeCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
180
|
+
onEmptied?: react13.ReactEventHandler<HTMLElement>;
|
|
181
|
+
onEmptiedCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
182
|
+
onEncrypted?: react13.ReactEventHandler<HTMLElement>;
|
|
183
|
+
onEncryptedCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
184
|
+
onEnded?: react13.ReactEventHandler<HTMLElement>;
|
|
185
|
+
onEndedCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
186
|
+
onLoadedData?: react13.ReactEventHandler<HTMLElement>;
|
|
187
|
+
onLoadedDataCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
188
|
+
onLoadedMetadata?: react13.ReactEventHandler<HTMLElement>;
|
|
189
|
+
onLoadedMetadataCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
190
|
+
onLoadStart?: react13.ReactEventHandler<HTMLElement>;
|
|
191
|
+
onLoadStartCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
192
|
+
onPause?: react13.ReactEventHandler<HTMLElement>;
|
|
193
|
+
onPauseCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
194
|
+
onPlay?: react13.ReactEventHandler<HTMLElement>;
|
|
195
|
+
onPlayCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
196
|
+
onPlaying?: react13.ReactEventHandler<HTMLElement>;
|
|
197
|
+
onPlayingCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
198
|
+
onProgress?: react13.ReactEventHandler<HTMLElement>;
|
|
199
|
+
onProgressCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
200
|
+
onRateChange?: react13.ReactEventHandler<HTMLElement>;
|
|
201
|
+
onRateChangeCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
202
|
+
onSeeked?: react13.ReactEventHandler<HTMLElement>;
|
|
203
|
+
onSeekedCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
204
|
+
onSeeking?: react13.ReactEventHandler<HTMLElement>;
|
|
205
|
+
onSeekingCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
206
|
+
onStalled?: react13.ReactEventHandler<HTMLElement>;
|
|
207
|
+
onStalledCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
208
|
+
onSuspend?: react13.ReactEventHandler<HTMLElement>;
|
|
209
|
+
onSuspendCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
210
|
+
onTimeUpdate?: react13.ReactEventHandler<HTMLElement>;
|
|
211
|
+
onTimeUpdateCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
212
|
+
onVolumeChange?: react13.ReactEventHandler<HTMLElement>;
|
|
213
|
+
onVolumeChangeCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
214
|
+
onWaiting?: react13.ReactEventHandler<HTMLElement>;
|
|
215
|
+
onWaitingCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
216
|
+
onAuxClick?: react13.MouseEventHandler<HTMLElement>;
|
|
217
|
+
onAuxClickCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
218
|
+
onClickCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
219
|
+
onContextMenu?: react13.MouseEventHandler<HTMLElement>;
|
|
220
|
+
onContextMenuCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
221
|
+
onDoubleClick?: react13.MouseEventHandler<HTMLElement>;
|
|
222
|
+
onDoubleClickCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
223
|
+
onDrag?: react13.DragEventHandler<HTMLElement>;
|
|
224
|
+
onDragCapture?: react13.DragEventHandler<HTMLElement>;
|
|
225
|
+
onDragEnd?: react13.DragEventHandler<HTMLElement>;
|
|
226
|
+
onDragEndCapture?: react13.DragEventHandler<HTMLElement>;
|
|
227
|
+
onDragEnter?: react13.DragEventHandler<HTMLElement>;
|
|
228
|
+
onDragEnterCapture?: react13.DragEventHandler<HTMLElement>;
|
|
229
|
+
onDragExit?: react13.DragEventHandler<HTMLElement>;
|
|
230
|
+
onDragExitCapture?: react13.DragEventHandler<HTMLElement>;
|
|
231
|
+
onDragLeave?: react13.DragEventHandler<HTMLElement>;
|
|
232
|
+
onDragLeaveCapture?: react13.DragEventHandler<HTMLElement>;
|
|
233
|
+
onDragOver?: react13.DragEventHandler<HTMLElement>;
|
|
234
|
+
onDragOverCapture?: react13.DragEventHandler<HTMLElement>;
|
|
235
|
+
onDragStart?: react13.DragEventHandler<HTMLElement>;
|
|
236
|
+
onDragStartCapture?: react13.DragEventHandler<HTMLElement>;
|
|
237
|
+
onDrop?: react13.DragEventHandler<HTMLElement>;
|
|
238
|
+
onDropCapture?: react13.DragEventHandler<HTMLElement>;
|
|
239
|
+
onMouseDownCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
240
|
+
onMouseEnter?: react13.MouseEventHandler<HTMLElement>;
|
|
241
|
+
onMouseLeave?: react13.MouseEventHandler<HTMLElement>;
|
|
242
|
+
onMouseMove?: react13.MouseEventHandler<HTMLElement>;
|
|
243
|
+
onMouseMoveCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
244
|
+
onMouseOut?: react13.MouseEventHandler<HTMLElement>;
|
|
245
|
+
onMouseOutCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
246
|
+
onMouseOver?: react13.MouseEventHandler<HTMLElement>;
|
|
247
|
+
onMouseOverCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
248
|
+
onMouseUpCapture?: react13.MouseEventHandler<HTMLElement>;
|
|
249
|
+
onSelect?: react13.ReactEventHandler<HTMLElement>;
|
|
250
|
+
onSelectCapture?: react13.ReactEventHandler<HTMLElement>;
|
|
251
|
+
onTouchCancel?: react13.TouchEventHandler<HTMLElement>;
|
|
252
|
+
onTouchCancelCapture?: react13.TouchEventHandler<HTMLElement>;
|
|
253
|
+
onTouchEndCapture?: react13.TouchEventHandler<HTMLElement>;
|
|
254
|
+
onTouchMove?: react13.TouchEventHandler<HTMLElement>;
|
|
255
|
+
onTouchMoveCapture?: 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>;
|
|
297
297
|
className: string;
|
|
298
|
-
style:
|
|
298
|
+
style: react13.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_runtime27 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_runtime27.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { DesignTokens, DesignTokensProps };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime24 from "react/jsx-runtime";
|
|
2
2
|
import { Config } from "tailwindcss";
|
|
3
3
|
|
|
4
4
|
//#region src/components/DesignTokens/DesignTokensComponent.d.ts
|
|
@@ -9,6 +9,6 @@ type DesignTokensProps = {
|
|
|
9
9
|
declare const DesignTokens: ({
|
|
10
10
|
selectedMerchant,
|
|
11
11
|
config
|
|
12
|
-
}: DesignTokensProps) =>
|
|
12
|
+
}: DesignTokensProps) => react_jsx_runtime24.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { DesignTokens, DesignTokensProps };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
const require_rolldown_runtime = require('../../_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_Stack = require('../../Stack/Stack.cjs');
|
|
3
|
-
require('../../Stack/index.cjs');
|
|
4
2
|
const require_Container = require('../../Container/Container.cjs');
|
|
5
3
|
require('../../Container/index.cjs');
|
|
4
|
+
const require_Stack = require('../../Stack/Stack.cjs');
|
|
5
|
+
require('../../Stack/index.cjs');
|
|
6
6
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
7
7
|
let classnames = require("classnames");
|
|
8
8
|
classnames = require_rolldown_runtime.__toESM(classnames);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Stack } from "../../Stack/Stack.js";
|
|
2
|
-
import "../../Stack/index.js";
|
|
3
1
|
import { Container } from "../../Container/Container.js";
|
|
4
2
|
import "../../Container/index.js";
|
|
3
|
+
import { Stack } from "../../Stack/Stack.js";
|
|
4
|
+
import "../../Stack/index.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
import classNames from "classnames";
|
|
7
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DocumentRetrievalCardProps } from "./types/index.cjs";
|
|
2
|
-
import * as
|
|
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) =>
|
|
19
|
+
}: DocumentRetrievalCardProps) => react_jsx_runtime28.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_runtime26 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/DocumentRetrievalCard/DocumentRetrievalCard.d.ts
|
|
5
5
|
declare const DocumentRetrievalCard: ({
|
|
@@ -16,6 +16,6 @@ declare const DocumentRetrievalCard: ({
|
|
|
16
16
|
onViewArticle,
|
|
17
17
|
ariaLabel,
|
|
18
18
|
viewArticleLabel
|
|
19
|
-
}: DocumentRetrievalCardProps) =>
|
|
19
|
+
}: DocumentRetrievalCardProps) => react_jsx_runtime26.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { DocumentRetrievalCard };
|