@envive-ai/react-toolkit-v3 0.3.15 → 0.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (168) hide show
  1. package/dist/AnimatedText/AnimatedText.d.cts +3 -3
  2. package/dist/CSSVariablesEditor/CssVariablesEditorComponent.d.cts +2 -2
  3. package/dist/Carousel/Carousel.d.cts +2 -2
  4. package/dist/Carousel/Carousel.d.ts +2 -2
  5. package/dist/ChatFooter/ChatFooter.d.cts +2 -2
  6. package/dist/ChatFooter/ChatFooter.d.ts +2 -2
  7. package/dist/ChatFooter/components/index.d.cts +5 -5
  8. package/dist/ChatFooter/components/index.d.ts +3 -3
  9. package/dist/ChatFooter/hooks/useGetContainerProperties.cjs +1 -1
  10. package/dist/ChatFooter/hooks/useGetContainerProperties.js +1 -1
  11. package/dist/ChatHeader/ChatHeader.d.cts +2 -2
  12. package/dist/ChatHeader/ChatHeader.d.ts +2 -2
  13. package/dist/ChatHeader/components/Handle.cjs +6 -4
  14. package/dist/ChatHeader/components/Handle.js +6 -4
  15. package/dist/ChatPreview/ChatPreview.cjs +14 -5
  16. package/dist/ChatPreview/ChatPreview.d.cts +2 -2
  17. package/dist/ChatPreview/ChatPreview.d.ts +2 -2
  18. package/dist/ChatPreview/ChatPreview.js +14 -5
  19. package/dist/ChatPreview/components/Message.cjs +3 -2
  20. package/dist/ChatPreview/components/Message.js +3 -2
  21. package/dist/ChatPreview/types/types.d.cts +34 -2
  22. package/dist/ChatPreview/types/types.d.ts +34 -2
  23. package/dist/ChatPreviewComparison/ChatPreviewComparison.cjs +11 -4
  24. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.cts +2 -2
  25. package/dist/ChatPreviewComparison/ChatPreviewComparison.d.ts +2 -2
  26. package/dist/ChatPreviewComparison/ChatPreviewComparison.js +11 -4
  27. package/dist/ChatPreviewComparison/components/Message.cjs +3 -2
  28. package/dist/ChatPreviewComparison/components/Message.js +3 -2
  29. package/dist/ChatPreviewComparison/types/types.d.cts +34 -1
  30. package/dist/ChatPreviewComparison/types/types.d.ts +34 -1
  31. package/dist/ChatPreviewLoading/ChatPreviewLoading.cjs +1 -1
  32. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.cts +2 -2
  33. package/dist/ChatPreviewLoading/ChatPreviewLoading.d.ts +2 -2
  34. package/dist/ChatPreviewLoading/ChatPreviewLoading.js +1 -1
  35. package/dist/Container/Container.d.cts +180 -180
  36. package/dist/Container/Container.d.ts +10 -10
  37. package/dist/DesignTokens/DesignTokensComponent.d.cts +2 -2
  38. package/dist/DesignTokens/DesignTokensComponent.d.ts +2 -2
  39. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.cts +2 -2
  40. package/dist/DocumentRetrievalCard/DocumentRetrievalCard.d.ts +2 -2
  41. package/dist/FloatingButton/FloatingButton.d.cts +2 -2
  42. package/dist/FloatingButton/FloatingButton.d.ts +2 -2
  43. package/dist/FloatingChat/FloatingChat.cjs +4 -8
  44. package/dist/FloatingChat/FloatingChat.d.cts +2 -2
  45. package/dist/FloatingChat/FloatingChat.d.ts +2 -2
  46. package/dist/FloatingChat/FloatingChat.js +4 -8
  47. package/dist/FloatingChat/components/AgentMessage.cjs +1 -2
  48. package/dist/FloatingChat/components/AgentMessage.js +1 -2
  49. package/dist/FloatingChat/components/ChatMessages.cjs +1 -2
  50. package/dist/FloatingChat/components/ChatMessages.js +1 -2
  51. package/dist/FloatingChat/components/ModalSheet.cjs +13 -3
  52. package/dist/FloatingChat/components/ModalSheet.js +14 -4
  53. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.cjs +2 -3
  54. package/dist/FloatingChat/components/SalesAgentProductCardsCarousel.js +2 -3
  55. package/dist/FloatingChat/hooks/useFilteredChatMessages.cjs +1 -1
  56. package/dist/FloatingChat/hooks/useFilteredChatMessages.js +1 -1
  57. package/dist/FloatingChat/hooks/useSnapControl.cjs +17 -16
  58. package/dist/FloatingChat/hooks/useSnapControl.js +17 -16
  59. package/dist/FloatingChat/hooks/useSnapSetup.cjs +9 -27
  60. package/dist/FloatingChat/hooks/useSnapSetup.js +10 -28
  61. package/dist/FloatingChat/snapConstants.cjs +10 -0
  62. package/dist/FloatingChat/snapConstants.js +7 -0
  63. package/dist/FullPageSalesAgent/FullPageSalesAgent.cjs +5 -2
  64. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.cts +2 -2
  65. package/dist/FullPageSalesAgent/FullPageSalesAgent.d.ts +2 -2
  66. package/dist/FullPageSalesAgent/FullPageSalesAgent.js +5 -2
  67. package/dist/FullPageSalesAgent/components/Layout.cjs +3 -1
  68. package/dist/FullPageSalesAgent/components/Layout.js +3 -1
  69. package/dist/FullPageSalesAgent/hooks/useGetFooterStyles.cjs +2 -1
  70. package/dist/FullPageSalesAgent/hooks/useGetFooterStyles.js +2 -1
  71. package/dist/FullPageSalesAgent/hooks/useGetMessagesStyles.cjs +10 -0
  72. package/dist/FullPageSalesAgent/hooks/useGetMessagesStyles.js +10 -0
  73. package/dist/FullPageSalesAgent/hooks/useGetScrollContentStyles.cjs +4 -2
  74. package/dist/FullPageSalesAgent/hooks/useGetScrollContentStyles.js +4 -2
  75. package/dist/Image/Image.d.cts +2 -2
  76. package/dist/Image/Image.d.ts +2 -2
  77. package/dist/ImageGallery/ImageGallery.d.cts +2 -2
  78. package/dist/ImageGallery/ImageGallery.d.ts +2 -2
  79. package/dist/MarkdownProcessor/MarkdownProcessor.cjs +2 -1
  80. package/dist/MarkdownProcessor/MarkdownProcessor.d.cts +2 -2
  81. package/dist/MarkdownProcessor/MarkdownProcessor.d.ts +2 -2
  82. package/dist/MarkdownProcessor/MarkdownProcessor.js +2 -1
  83. package/dist/ProductCard/ProductCard.cjs +8 -2
  84. package/dist/ProductCard/ProductCard.d.cts +8 -2
  85. package/dist/ProductCard/ProductCard.d.ts +8 -2
  86. package/dist/ProductCard/ProductCard.js +8 -2
  87. package/dist/ProductCard/components/Carousel.cjs +9 -3
  88. package/dist/ProductCard/components/Carousel.js +9 -3
  89. package/dist/ProductCard/types/index.d.cts +34 -0
  90. package/dist/ProductCard/types/index.d.ts +34 -0
  91. package/dist/PromptButton/PromptButton.d.cts +2 -2
  92. package/dist/PromptButton/PromptButton.d.ts +2 -2
  93. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.cts +2 -2
  94. package/dist/PromptButtonCarouselWithImage/PromptButtonCarouselWithImage.d.ts +2 -2
  95. package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.cjs +15 -21
  96. package/dist/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.js +15 -21
  97. package/dist/PromptCarousel/PromptCarousel.d.cts +2 -2
  98. package/dist/PromptCarousel/PromptCarousel.d.ts +2 -2
  99. package/dist/ReviewCard/ReviewCard.d.cts +2 -2
  100. package/dist/ReviewCard/ReviewCard.d.ts +2 -2
  101. package/dist/ReviewCard/components/index.d.cts +6 -6
  102. package/dist/ReviewCard/components/index.d.ts +6 -6
  103. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.cts +2 -2
  104. package/dist/SalesAgentProductCard/SalesAgentProductCard.d.ts +2 -2
  105. package/dist/SalesAgentProductCard/components/index.d.cts +8 -8
  106. package/dist/SalesAgentProductCard/components/index.d.ts +8 -8
  107. package/dist/SocialProof/SocialProof.cjs +4 -4
  108. package/dist/SocialProof/SocialProof.d.cts +2 -2
  109. package/dist/SocialProof/SocialProof.d.ts +2 -2
  110. package/dist/SocialProof/SocialProof.js +1 -1
  111. package/dist/SparkleAnimation/SparkleAnimation.d.cts +2 -2
  112. package/dist/SparkleAnimation/SparkleAnimation.d.ts +2 -2
  113. package/dist/Stack/Stack.d.cts +2 -2
  114. package/dist/Stack/Stack.d.ts +2 -2
  115. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.cts +2 -2
  116. package/dist/TitledPromptCarousel/TitledPromptCarousel.d.ts +2 -2
  117. package/dist/TypingAnimation/TypingAnimation.cjs +8 -2
  118. package/dist/TypingAnimation/TypingAnimation.d.cts +2 -2
  119. package/dist/TypingAnimation/TypingAnimation.d.ts +2 -2
  120. package/dist/TypingAnimation/TypingAnimation.js +8 -2
  121. package/dist/TypingAnimation/types/index.d.cts +28 -0
  122. package/dist/TypingAnimation/types/index.d.ts +28 -0
  123. package/dist/Typography/Typography.d.cts +4 -4
  124. package/dist/WidgetTextField/WidgetTextField.d.cts +2 -2
  125. package/dist/WidgetTextField/WidgetTextField.d.ts +2 -2
  126. package/dist/WidgetTextField/components/Icon.cjs +2 -2
  127. package/dist/WidgetTextField/components/Icon.js +2 -2
  128. package/dist/WidgetWrapper/WidgetWrapper.d.cts +2 -2
  129. package/dist/WidgetWrapper/WidgetWrapper.d.ts +2 -2
  130. package/dist/WidgetWrapperWithTitle/WidgetWrapperWithTitle.d.ts +2 -2
  131. package/dist/styles.css +1 -1
  132. package/package.json +3 -3
  133. package/src/components/ChatFooter/__tests__/ChatFooter.test.tsx +3 -0
  134. package/src/components/ChatFooter/hooks/useGetContainerProperties.ts +1 -1
  135. package/src/components/ChatHeader/components/Handle.tsx +14 -4
  136. package/src/components/ChatPreview/ChatPreview.tsx +27 -6
  137. package/src/components/ChatPreview/__tests__/ChatPreview.test.tsx +16 -5
  138. package/src/components/ChatPreview/components/Message.tsx +3 -1
  139. package/src/components/ChatPreview/types/types.ts +35 -2
  140. package/src/components/ChatPreviewComparison/ChatPreviewComparison.tsx +23 -6
  141. package/src/components/ChatPreviewComparison/__tests__/ChatPreviewComparison.test.tsx +16 -5
  142. package/src/components/ChatPreviewComparison/components/Message.tsx +7 -1
  143. package/src/components/ChatPreviewComparison/types/types.ts +35 -1
  144. package/src/components/FloatingChat/FloatingChat.tsx +3 -9
  145. package/src/components/FloatingChat/components/AgentMessage.tsx +0 -3
  146. package/src/components/FloatingChat/components/ChatMessages.tsx +0 -3
  147. package/src/components/FloatingChat/components/ModalSheet.tsx +18 -10
  148. package/src/components/FloatingChat/components/SalesAgentProductCardsCarousel.tsx +1 -5
  149. package/src/components/FloatingChat/hooks/useFilteredChatMessages.ts +2 -2
  150. package/src/components/FloatingChat/hooks/useScrollToBottom.ts +1 -0
  151. package/src/components/FloatingChat/hooks/useSnapControl.ts +17 -22
  152. package/src/components/FloatingChat/hooks/useSnapSetup.ts +16 -37
  153. package/src/components/FloatingChat/snapConstants.ts +7 -0
  154. package/src/components/FullPageSalesAgent/FullPageSalesAgent.tsx +5 -2
  155. package/src/components/FullPageSalesAgent/components/Layout.tsx +3 -1
  156. package/src/components/FullPageSalesAgent/hooks/useGetFooterStyles.ts +7 -2
  157. package/src/components/FullPageSalesAgent/hooks/useGetMessagesStyles.ts +11 -0
  158. package/src/components/FullPageSalesAgent/hooks/useGetScrollContentStyles.ts +5 -1
  159. package/src/components/MarkdownProcessor/MarkdownProcessor.tsx +1 -1
  160. package/src/components/Message/__tests__/Message.test.tsx +3 -3
  161. package/src/components/ProductCard/ProductCard.tsx +13 -1
  162. package/src/components/ProductCard/__tests__/ProductCard.test.tsx +73 -1
  163. package/src/components/ProductCard/components/Carousel.tsx +13 -1
  164. package/src/components/ProductCard/types/index.ts +34 -0
  165. package/src/components/PromptButtonCarouselWithImage/components/PromptButtonsCarousel.tsx +12 -9
  166. package/src/components/TypingAnimation/TypingAnimation.tsx +22 -7
  167. package/src/components/TypingAnimation/types/index.ts +29 -0
  168. package/src/components/WidgetTextField/components/Icon.tsx +2 -2
@@ -10,13 +10,14 @@ let react_jsx_runtime = require("react/jsx-runtime");
10
10
 
11
11
  //#region src/components/ChatPreviewComparison/components/Message.tsx
12
12
  const MarkdownProcessor = (0, react.lazy)(async () => ({ default: (await Promise.resolve().then(() => require("../../MarkdownProcessor/MarkdownProcessor.cjs"))).MarkdownProcessor }));
13
- const Message = ({ messageText, theme = require_theme.Theme.GLOBAL_CUSTOM }) => {
13
+ const Message = ({ messageText, theme = require_theme.Theme.GLOBAL_CUSTOM, onLinkClick }) => {
14
14
  const { isMobile } = require_useCheckIsMobile.useCheckIsMobile();
15
15
  return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react.Suspense, { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(MarkdownProcessor, {
16
16
  content: messageText,
17
17
  clampParagraphs: require_resolveTheme.resolveTheme(theme) === require_theme.Theme.STANDARD && isMobile ? 7 : 3,
18
18
  textColor: require_index.TypographyColor.TEXT_PRIMARY,
19
- textVariant: require_index.TypographyVariant.B3_RG
19
+ textVariant: require_index.TypographyVariant.B3_RG,
20
+ onLinkClick
20
21
  }) });
21
22
  };
22
23
 
@@ -9,13 +9,14 @@ import { jsx } from "react/jsx-runtime";
9
9
 
10
10
  //#region src/components/ChatPreviewComparison/components/Message.tsx
11
11
  const MarkdownProcessor = lazy(async () => ({ default: (await import("../../MarkdownProcessor/MarkdownProcessor.js")).MarkdownProcessor }));
12
- const Message = ({ messageText, theme = Theme.GLOBAL_CUSTOM }) => {
12
+ const Message = ({ messageText, theme = Theme.GLOBAL_CUSTOM, onLinkClick }) => {
13
13
  const { isMobile } = useCheckIsMobile();
14
14
  return /* @__PURE__ */ jsx(Suspense, { children: /* @__PURE__ */ jsx(MarkdownProcessor, {
15
15
  content: messageText,
16
16
  clampParagraphs: resolveTheme(theme) === Theme.STANDARD && isMobile ? 7 : 3,
17
17
  textColor: TypographyColor.TEXT_PRIMARY,
18
- textVariant: TypographyVariant.B3_RG
18
+ textVariant: TypographyVariant.B3_RG,
19
+ onLinkClick
19
20
  }) });
20
21
  };
21
22
 
@@ -122,8 +122,41 @@ type WidgetEventProps = {
122
122
  */
123
123
  handlePromptButtonClick?: (suggestion: Suggestion) => void;
124
124
  /**
125
- * Callback function invoked when the text field is clicked.
125
+ * Callback function invoked when the prompt buttons carousel is dragged.
126
+ * Useful for tracking drag-to-scroll interactions.
127
+ */
128
+ handlePromptButtonDrag?: () => void;
129
+ /**
130
+ * Callback function invoked when the user hovers over a prompt button.
131
+ * Receives the hovered button's text as a parameter.
132
+ */
133
+ handlePromptButtonHover?: (text: string) => void;
134
+ /**
135
+ * Callback function invoked when the mouse button is pressed down on a prompt button.
136
+ * Receives the pressed button's text as a parameter.
137
+ */
138
+ handlePromptButtonMouseDown?: (text: string) => void;
139
+ /**
140
+ * Callback function invoked when the mouse button is released after pressing a prompt button.
141
+ */
142
+ handlePromptButtonMouseUp?: () => void;
143
+ /**
144
+ * Callback function invoked when a touch interaction starts on a prompt button.
145
+ * Receives the touched button's text as a parameter.
146
+ */
147
+ handlePromptButtonTouchStart?: (text: string) => void;
148
+ /**
149
+ * Callback function invoked when a touch interaction ends after touching a prompt button.
150
+ */
151
+ handlePromptButtonTouchEnd?: () => void;
152
+ /**
153
+ * Callback function invoked when a link inside the widget is clicked.
126
154
  *
155
+ * @param url - The URL of the clicked link
156
+ */
157
+ handleLinkClick?: (url: string) => void;
158
+ /**
159
+ * Callback function invoked when the text field is clicked.
127
160
  */
128
161
  handleTextFieldClick?: () => void;
129
162
  };
@@ -122,8 +122,41 @@ type WidgetEventProps = {
122
122
  */
123
123
  handlePromptButtonClick?: (suggestion: Suggestion) => void;
124
124
  /**
125
- * Callback function invoked when the text field is clicked.
125
+ * Callback function invoked when the prompt buttons carousel is dragged.
126
+ * Useful for tracking drag-to-scroll interactions.
127
+ */
128
+ handlePromptButtonDrag?: () => void;
129
+ /**
130
+ * Callback function invoked when the user hovers over a prompt button.
131
+ * Receives the hovered button's text as a parameter.
132
+ */
133
+ handlePromptButtonHover?: (text: string) => void;
134
+ /**
135
+ * Callback function invoked when the mouse button is pressed down on a prompt button.
136
+ * Receives the pressed button's text as a parameter.
137
+ */
138
+ handlePromptButtonMouseDown?: (text: string) => void;
139
+ /**
140
+ * Callback function invoked when the mouse button is released after pressing a prompt button.
141
+ */
142
+ handlePromptButtonMouseUp?: () => void;
143
+ /**
144
+ * Callback function invoked when a touch interaction starts on a prompt button.
145
+ * Receives the touched button's text as a parameter.
146
+ */
147
+ handlePromptButtonTouchStart?: (text: string) => void;
148
+ /**
149
+ * Callback function invoked when a touch interaction ends after touching a prompt button.
150
+ */
151
+ handlePromptButtonTouchEnd?: () => void;
152
+ /**
153
+ * Callback function invoked when a link inside the widget is clicked.
126
154
  *
155
+ * @param url - The URL of the clicked link
156
+ */
157
+ handleLinkClick?: (url: string) => void;
158
+ /**
159
+ * Callback function invoked when the text field is clicked.
127
160
  */
128
161
  handleTextFieldClick?: () => void;
129
162
  };
@@ -1,9 +1,9 @@
1
1
  const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
2
2
  const require_Stack = require('../Stack/Stack.cjs');
3
3
  require('../Stack/index.cjs');
4
- const require_types = require('../WidgetWrapper/types/types.cjs');
5
4
  const require_WidgetTextField = require('../WidgetTextField/WidgetTextField.cjs');
6
5
  require('../WidgetTextField/index.cjs');
6
+ const require_types = require('../WidgetWrapper/types/types.cjs');
7
7
  require('../WidgetWrapper/index.cjs');
8
8
  const require_index = require('./components/index.cjs');
9
9
  let react = require("react");
@@ -1,5 +1,5 @@
1
1
  import { ChatPreviewLoadingProps } from "./types/types.cjs";
2
- import * as react_jsx_runtime31 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime33 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) => react_jsx_runtime31.JSX.Element;
18
+ }: ChatPreviewLoadingProps) => react_jsx_runtime33.JSX.Element;
19
19
  //#endregion
20
20
  export { ChatPreviewLoading };
@@ -1,5 +1,5 @@
1
1
  import { ChatPreviewLoadingProps } from "./types/types.js";
2
- import * as react_jsx_runtime21 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime24 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) => react_jsx_runtime21.JSX.Element;
18
+ }: ChatPreviewLoadingProps) => react_jsx_runtime24.JSX.Element;
19
19
  //#endregion
20
20
  export { ChatPreviewLoading };
@@ -1,8 +1,8 @@
1
1
  import { Stack } from "../Stack/Stack.js";
2
2
  import "../Stack/index.js";
3
- import { WidgetWrapperVariant } from "../WidgetWrapper/types/types.js";
4
3
  import { WidgetTextField } from "../WidgetTextField/WidgetTextField.js";
5
4
  import "../WidgetTextField/index.js";
5
+ import { WidgetWrapperVariant } from "../WidgetWrapper/types/types.js";
6
6
  import "../WidgetWrapper/index.js";
7
7
  import { ChatPreviewLoadingComponents } from "./components/index.js";
8
8
  import { useMemo } from "react";
@@ -1,5 +1,5 @@
1
1
  import { ContainerProps } from "./types/index.cjs";
2
- import * as react15 from "react";
2
+ import * as react10 from "react";
3
3
 
4
4
  //#region src/components/Container/Container.d.ts
5
5
 
@@ -17,7 +17,17 @@ declare const Container: ({
17
17
  fluid,
18
18
  centerContent,
19
19
  ...props
20
- }: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react15.DetailedReactHTMLElement<{
20
+ }: ContainerProps & Omit<React.HTMLAttributes<HTMLElement>, "className" | "style" | "component">) => react10.DetailedReactHTMLElement<{
21
+ "aria-label"?: string | undefined;
22
+ "aria-labelledby"?: string | undefined;
23
+ "aria-describedby"?: string | undefined;
24
+ role?: react10.AriaRole | undefined;
25
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
26
+ color?: string | undefined;
27
+ slot?: string | undefined;
28
+ title?: string | undefined;
29
+ onClick?: react10.MouseEventHandler<HTMLElement>;
30
+ content?: string | undefined;
21
31
  defaultChecked?: boolean | undefined;
22
32
  defaultValue?: string | number | readonly string[] | undefined;
23
33
  suppressContentEditableWarning?: boolean | undefined;
@@ -33,15 +43,11 @@ declare const Container: ({
33
43
  hidden?: boolean | undefined;
34
44
  lang?: string | undefined;
35
45
  nonce?: string | undefined;
36
- slot?: string | undefined;
37
46
  spellCheck?: (boolean | "true" | "false") | undefined;
38
47
  tabIndex?: number | undefined;
39
- title?: string | undefined;
40
48
  translate?: "yes" | "no" | undefined;
41
49
  radioGroup?: string | undefined;
42
- role?: react15.AriaRole | undefined;
43
50
  about?: string | undefined;
44
- content?: string | undefined;
45
51
  datatype?: string | undefined;
46
52
  inlist?: any;
47
53
  prefix?: string | undefined;
@@ -53,7 +59,6 @@ declare const Container: ({
53
59
  vocab?: string | undefined;
54
60
  autoCorrect?: string | undefined;
55
61
  autoSave?: string | undefined;
56
- color?: string | undefined;
57
62
  itemProp?: string | undefined;
58
63
  itemScope?: boolean | undefined;
59
64
  itemType?: string | undefined;
@@ -83,7 +88,6 @@ declare const Container: ({
83
88
  "aria-colspan"?: number | undefined;
84
89
  "aria-controls"?: string | undefined;
85
90
  "aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
86
- "aria-describedby"?: string | undefined;
87
91
  "aria-description"?: string | undefined;
88
92
  "aria-details"?: string | undefined;
89
93
  "aria-disabled"?: (boolean | "true" | "false") | undefined;
@@ -93,11 +97,8 @@ declare const Container: ({
93
97
  "aria-flowto"?: string | undefined;
94
98
  "aria-grabbed"?: (boolean | "true" | "false") | undefined;
95
99
  "aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
96
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
97
100
  "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
98
101
  "aria-keyshortcuts"?: string | undefined;
99
- "aria-label"?: string | undefined;
100
- "aria-labelledby"?: string | undefined;
101
102
  "aria-level"?: number | undefined;
102
103
  "aria-live"?: "off" | "assertive" | "polite" | undefined;
103
104
  "aria-modal"?: (boolean | "true" | "false") | undefined;
@@ -126,176 +127,175 @@ declare const Container: ({
126
127
  dangerouslySetInnerHTML?: {
127
128
  __html: string | TrustedHTML;
128
129
  } | undefined;
129
- onCopy?: react15.ClipboardEventHandler<HTMLElement>;
130
- onCopyCapture?: react15.ClipboardEventHandler<HTMLElement>;
131
- onCut?: react15.ClipboardEventHandler<HTMLElement>;
132
- onCutCapture?: react15.ClipboardEventHandler<HTMLElement>;
133
- onPaste?: react15.ClipboardEventHandler<HTMLElement>;
134
- onPasteCapture?: react15.ClipboardEventHandler<HTMLElement>;
135
- onCompositionEnd?: react15.CompositionEventHandler<HTMLElement>;
136
- onCompositionEndCapture?: react15.CompositionEventHandler<HTMLElement>;
137
- onCompositionStart?: react15.CompositionEventHandler<HTMLElement>;
138
- onCompositionStartCapture?: react15.CompositionEventHandler<HTMLElement>;
139
- onCompositionUpdate?: react15.CompositionEventHandler<HTMLElement>;
140
- onCompositionUpdateCapture?: react15.CompositionEventHandler<HTMLElement>;
141
- onFocus?: react15.FocusEventHandler<HTMLElement>;
142
- onFocusCapture?: react15.FocusEventHandler<HTMLElement>;
143
- onBlur?: react15.FocusEventHandler<HTMLElement>;
144
- onBlurCapture?: react15.FocusEventHandler<HTMLElement>;
145
- onChange?: react15.FormEventHandler<HTMLElement>;
146
- onChangeCapture?: react15.FormEventHandler<HTMLElement>;
147
- onBeforeInput?: react15.InputEventHandler<HTMLElement>;
148
- onBeforeInputCapture?: react15.FormEventHandler<HTMLElement>;
149
- onInput?: react15.FormEventHandler<HTMLElement>;
150
- onInputCapture?: react15.FormEventHandler<HTMLElement>;
151
- onReset?: react15.FormEventHandler<HTMLElement>;
152
- onResetCapture?: react15.FormEventHandler<HTMLElement>;
153
- onSubmit?: react15.FormEventHandler<HTMLElement>;
154
- onSubmitCapture?: react15.FormEventHandler<HTMLElement>;
155
- onInvalid?: react15.FormEventHandler<HTMLElement>;
156
- onInvalidCapture?: react15.FormEventHandler<HTMLElement>;
157
- onLoad?: react15.ReactEventHandler<HTMLElement>;
158
- onLoadCapture?: react15.ReactEventHandler<HTMLElement>;
159
- onError?: react15.ReactEventHandler<HTMLElement>;
160
- onErrorCapture?: react15.ReactEventHandler<HTMLElement>;
161
- onKeyDown?: react15.KeyboardEventHandler<HTMLElement>;
162
- onKeyDownCapture?: react15.KeyboardEventHandler<HTMLElement>;
163
- onKeyPress?: react15.KeyboardEventHandler<HTMLElement>;
164
- onKeyPressCapture?: react15.KeyboardEventHandler<HTMLElement>;
165
- onKeyUp?: react15.KeyboardEventHandler<HTMLElement>;
166
- onKeyUpCapture?: react15.KeyboardEventHandler<HTMLElement>;
167
- onAbort?: react15.ReactEventHandler<HTMLElement>;
168
- onAbortCapture?: react15.ReactEventHandler<HTMLElement>;
169
- onCanPlay?: react15.ReactEventHandler<HTMLElement>;
170
- onCanPlayCapture?: react15.ReactEventHandler<HTMLElement>;
171
- onCanPlayThrough?: react15.ReactEventHandler<HTMLElement>;
172
- onCanPlayThroughCapture?: react15.ReactEventHandler<HTMLElement>;
173
- onDurationChange?: react15.ReactEventHandler<HTMLElement>;
174
- onDurationChangeCapture?: react15.ReactEventHandler<HTMLElement>;
175
- onEmptied?: react15.ReactEventHandler<HTMLElement>;
176
- onEmptiedCapture?: react15.ReactEventHandler<HTMLElement>;
177
- onEncrypted?: react15.ReactEventHandler<HTMLElement>;
178
- onEncryptedCapture?: react15.ReactEventHandler<HTMLElement>;
179
- onEnded?: react15.ReactEventHandler<HTMLElement>;
180
- onEndedCapture?: react15.ReactEventHandler<HTMLElement>;
181
- onLoadedData?: react15.ReactEventHandler<HTMLElement>;
182
- onLoadedDataCapture?: react15.ReactEventHandler<HTMLElement>;
183
- onLoadedMetadata?: react15.ReactEventHandler<HTMLElement>;
184
- onLoadedMetadataCapture?: react15.ReactEventHandler<HTMLElement>;
185
- onLoadStart?: react15.ReactEventHandler<HTMLElement>;
186
- onLoadStartCapture?: react15.ReactEventHandler<HTMLElement>;
187
- onPause?: react15.ReactEventHandler<HTMLElement>;
188
- onPauseCapture?: react15.ReactEventHandler<HTMLElement>;
189
- onPlay?: react15.ReactEventHandler<HTMLElement>;
190
- onPlayCapture?: react15.ReactEventHandler<HTMLElement>;
191
- onPlaying?: react15.ReactEventHandler<HTMLElement>;
192
- onPlayingCapture?: react15.ReactEventHandler<HTMLElement>;
193
- onProgress?: react15.ReactEventHandler<HTMLElement>;
194
- onProgressCapture?: react15.ReactEventHandler<HTMLElement>;
195
- onRateChange?: react15.ReactEventHandler<HTMLElement>;
196
- onRateChangeCapture?: react15.ReactEventHandler<HTMLElement>;
197
- onSeeked?: react15.ReactEventHandler<HTMLElement>;
198
- onSeekedCapture?: react15.ReactEventHandler<HTMLElement>;
199
- onSeeking?: react15.ReactEventHandler<HTMLElement>;
200
- onSeekingCapture?: react15.ReactEventHandler<HTMLElement>;
201
- onStalled?: react15.ReactEventHandler<HTMLElement>;
202
- onStalledCapture?: react15.ReactEventHandler<HTMLElement>;
203
- onSuspend?: react15.ReactEventHandler<HTMLElement>;
204
- onSuspendCapture?: react15.ReactEventHandler<HTMLElement>;
205
- onTimeUpdate?: react15.ReactEventHandler<HTMLElement>;
206
- onTimeUpdateCapture?: react15.ReactEventHandler<HTMLElement>;
207
- onVolumeChange?: react15.ReactEventHandler<HTMLElement>;
208
- onVolumeChangeCapture?: react15.ReactEventHandler<HTMLElement>;
209
- onWaiting?: react15.ReactEventHandler<HTMLElement>;
210
- onWaitingCapture?: react15.ReactEventHandler<HTMLElement>;
211
- onAuxClick?: react15.MouseEventHandler<HTMLElement>;
212
- onAuxClickCapture?: react15.MouseEventHandler<HTMLElement>;
213
- onClick?: react15.MouseEventHandler<HTMLElement>;
214
- onClickCapture?: react15.MouseEventHandler<HTMLElement>;
215
- onContextMenu?: react15.MouseEventHandler<HTMLElement>;
216
- onContextMenuCapture?: react15.MouseEventHandler<HTMLElement>;
217
- onDoubleClick?: react15.MouseEventHandler<HTMLElement>;
218
- onDoubleClickCapture?: react15.MouseEventHandler<HTMLElement>;
219
- onDrag?: react15.DragEventHandler<HTMLElement>;
220
- onDragCapture?: react15.DragEventHandler<HTMLElement>;
221
- onDragEnd?: react15.DragEventHandler<HTMLElement>;
222
- onDragEndCapture?: react15.DragEventHandler<HTMLElement>;
223
- onDragEnter?: react15.DragEventHandler<HTMLElement>;
224
- onDragEnterCapture?: react15.DragEventHandler<HTMLElement>;
225
- onDragExit?: react15.DragEventHandler<HTMLElement>;
226
- onDragExitCapture?: react15.DragEventHandler<HTMLElement>;
227
- onDragLeave?: react15.DragEventHandler<HTMLElement>;
228
- onDragLeaveCapture?: react15.DragEventHandler<HTMLElement>;
229
- onDragOver?: react15.DragEventHandler<HTMLElement>;
230
- onDragOverCapture?: react15.DragEventHandler<HTMLElement>;
231
- onDragStart?: react15.DragEventHandler<HTMLElement>;
232
- onDragStartCapture?: react15.DragEventHandler<HTMLElement>;
233
- onDrop?: react15.DragEventHandler<HTMLElement>;
234
- onDropCapture?: react15.DragEventHandler<HTMLElement>;
235
- onMouseDown?: react15.MouseEventHandler<HTMLElement>;
236
- onMouseDownCapture?: react15.MouseEventHandler<HTMLElement>;
237
- onMouseEnter?: react15.MouseEventHandler<HTMLElement>;
238
- onMouseLeave?: react15.MouseEventHandler<HTMLElement>;
239
- onMouseMove?: react15.MouseEventHandler<HTMLElement>;
240
- onMouseMoveCapture?: react15.MouseEventHandler<HTMLElement>;
241
- onMouseOut?: react15.MouseEventHandler<HTMLElement>;
242
- onMouseOutCapture?: react15.MouseEventHandler<HTMLElement>;
243
- onMouseOver?: react15.MouseEventHandler<HTMLElement>;
244
- onMouseOverCapture?: react15.MouseEventHandler<HTMLElement>;
245
- onMouseUp?: react15.MouseEventHandler<HTMLElement>;
246
- onMouseUpCapture?: react15.MouseEventHandler<HTMLElement>;
247
- onSelect?: react15.ReactEventHandler<HTMLElement>;
248
- onSelectCapture?: react15.ReactEventHandler<HTMLElement>;
249
- onTouchCancel?: react15.TouchEventHandler<HTMLElement>;
250
- onTouchCancelCapture?: react15.TouchEventHandler<HTMLElement>;
251
- onTouchEnd?: react15.TouchEventHandler<HTMLElement>;
252
- onTouchEndCapture?: react15.TouchEventHandler<HTMLElement>;
253
- onTouchMove?: react15.TouchEventHandler<HTMLElement>;
254
- onTouchMoveCapture?: react15.TouchEventHandler<HTMLElement>;
255
- onTouchStart?: react15.TouchEventHandler<HTMLElement>;
256
- onTouchStartCapture?: react15.TouchEventHandler<HTMLElement>;
257
- onPointerDown?: react15.PointerEventHandler<HTMLElement>;
258
- onPointerDownCapture?: react15.PointerEventHandler<HTMLElement>;
259
- onPointerMove?: react15.PointerEventHandler<HTMLElement>;
260
- onPointerMoveCapture?: react15.PointerEventHandler<HTMLElement>;
261
- onPointerUp?: react15.PointerEventHandler<HTMLElement>;
262
- onPointerUpCapture?: react15.PointerEventHandler<HTMLElement>;
263
- onPointerCancel?: react15.PointerEventHandler<HTMLElement>;
264
- onPointerCancelCapture?: react15.PointerEventHandler<HTMLElement>;
265
- onPointerEnter?: react15.PointerEventHandler<HTMLElement>;
266
- onPointerLeave?: react15.PointerEventHandler<HTMLElement>;
267
- onPointerOver?: react15.PointerEventHandler<HTMLElement>;
268
- onPointerOverCapture?: react15.PointerEventHandler<HTMLElement>;
269
- onPointerOut?: react15.PointerEventHandler<HTMLElement>;
270
- onPointerOutCapture?: react15.PointerEventHandler<HTMLElement>;
271
- onGotPointerCapture?: react15.PointerEventHandler<HTMLElement>;
272
- onGotPointerCaptureCapture?: react15.PointerEventHandler<HTMLElement>;
273
- onLostPointerCapture?: react15.PointerEventHandler<HTMLElement>;
274
- onLostPointerCaptureCapture?: react15.PointerEventHandler<HTMLElement>;
275
- onScroll?: react15.UIEventHandler<HTMLElement>;
276
- onScrollCapture?: react15.UIEventHandler<HTMLElement>;
277
- onScrollEnd?: react15.UIEventHandler<HTMLElement>;
278
- onScrollEndCapture?: react15.UIEventHandler<HTMLElement>;
279
- onWheel?: react15.WheelEventHandler<HTMLElement>;
280
- onWheelCapture?: react15.WheelEventHandler<HTMLElement>;
281
- onAnimationStart?: react15.AnimationEventHandler<HTMLElement>;
282
- onAnimationStartCapture?: react15.AnimationEventHandler<HTMLElement>;
283
- onAnimationEnd?: react15.AnimationEventHandler<HTMLElement>;
284
- onAnimationEndCapture?: react15.AnimationEventHandler<HTMLElement>;
285
- onAnimationIteration?: react15.AnimationEventHandler<HTMLElement>;
286
- onAnimationIterationCapture?: react15.AnimationEventHandler<HTMLElement>;
287
- onToggle?: react15.ToggleEventHandler<HTMLElement>;
288
- onBeforeToggle?: react15.ToggleEventHandler<HTMLElement>;
289
- onTransitionCancel?: react15.TransitionEventHandler<HTMLElement>;
290
- onTransitionCancelCapture?: react15.TransitionEventHandler<HTMLElement>;
291
- onTransitionEnd?: react15.TransitionEventHandler<HTMLElement>;
292
- onTransitionEndCapture?: react15.TransitionEventHandler<HTMLElement>;
293
- onTransitionRun?: react15.TransitionEventHandler<HTMLElement>;
294
- onTransitionRunCapture?: react15.TransitionEventHandler<HTMLElement>;
295
- onTransitionStart?: react15.TransitionEventHandler<HTMLElement>;
296
- onTransitionStartCapture?: react15.TransitionEventHandler<HTMLElement>;
130
+ onCopy?: react10.ClipboardEventHandler<HTMLElement>;
131
+ onCopyCapture?: react10.ClipboardEventHandler<HTMLElement>;
132
+ onCut?: react10.ClipboardEventHandler<HTMLElement>;
133
+ onCutCapture?: react10.ClipboardEventHandler<HTMLElement>;
134
+ onPaste?: react10.ClipboardEventHandler<HTMLElement>;
135
+ onPasteCapture?: react10.ClipboardEventHandler<HTMLElement>;
136
+ onCompositionEnd?: react10.CompositionEventHandler<HTMLElement>;
137
+ onCompositionEndCapture?: react10.CompositionEventHandler<HTMLElement>;
138
+ onCompositionStart?: react10.CompositionEventHandler<HTMLElement>;
139
+ onCompositionStartCapture?: react10.CompositionEventHandler<HTMLElement>;
140
+ onCompositionUpdate?: react10.CompositionEventHandler<HTMLElement>;
141
+ onCompositionUpdateCapture?: react10.CompositionEventHandler<HTMLElement>;
142
+ onFocus?: react10.FocusEventHandler<HTMLElement>;
143
+ onFocusCapture?: react10.FocusEventHandler<HTMLElement>;
144
+ onBlur?: react10.FocusEventHandler<HTMLElement>;
145
+ onBlurCapture?: react10.FocusEventHandler<HTMLElement>;
146
+ onChange?: react10.FormEventHandler<HTMLElement>;
147
+ onChangeCapture?: react10.FormEventHandler<HTMLElement>;
148
+ onBeforeInput?: react10.InputEventHandler<HTMLElement>;
149
+ onBeforeInputCapture?: react10.FormEventHandler<HTMLElement>;
150
+ onInput?: react10.FormEventHandler<HTMLElement>;
151
+ onInputCapture?: react10.FormEventHandler<HTMLElement>;
152
+ onReset?: react10.FormEventHandler<HTMLElement>;
153
+ onResetCapture?: react10.FormEventHandler<HTMLElement>;
154
+ onSubmit?: react10.FormEventHandler<HTMLElement>;
155
+ onSubmitCapture?: react10.FormEventHandler<HTMLElement>;
156
+ onInvalid?: react10.FormEventHandler<HTMLElement>;
157
+ onInvalidCapture?: react10.FormEventHandler<HTMLElement>;
158
+ onLoad?: react10.ReactEventHandler<HTMLElement>;
159
+ onLoadCapture?: react10.ReactEventHandler<HTMLElement>;
160
+ onError?: react10.ReactEventHandler<HTMLElement>;
161
+ onErrorCapture?: react10.ReactEventHandler<HTMLElement>;
162
+ onKeyDown?: react10.KeyboardEventHandler<HTMLElement>;
163
+ onKeyDownCapture?: react10.KeyboardEventHandler<HTMLElement>;
164
+ onKeyPress?: react10.KeyboardEventHandler<HTMLElement>;
165
+ onKeyPressCapture?: react10.KeyboardEventHandler<HTMLElement>;
166
+ onKeyUp?: react10.KeyboardEventHandler<HTMLElement>;
167
+ onKeyUpCapture?: react10.KeyboardEventHandler<HTMLElement>;
168
+ onAbort?: react10.ReactEventHandler<HTMLElement>;
169
+ onAbortCapture?: react10.ReactEventHandler<HTMLElement>;
170
+ onCanPlay?: react10.ReactEventHandler<HTMLElement>;
171
+ onCanPlayCapture?: react10.ReactEventHandler<HTMLElement>;
172
+ onCanPlayThrough?: react10.ReactEventHandler<HTMLElement>;
173
+ onCanPlayThroughCapture?: react10.ReactEventHandler<HTMLElement>;
174
+ onDurationChange?: react10.ReactEventHandler<HTMLElement>;
175
+ onDurationChangeCapture?: react10.ReactEventHandler<HTMLElement>;
176
+ onEmptied?: react10.ReactEventHandler<HTMLElement>;
177
+ onEmptiedCapture?: react10.ReactEventHandler<HTMLElement>;
178
+ onEncrypted?: react10.ReactEventHandler<HTMLElement>;
179
+ onEncryptedCapture?: react10.ReactEventHandler<HTMLElement>;
180
+ onEnded?: react10.ReactEventHandler<HTMLElement>;
181
+ onEndedCapture?: react10.ReactEventHandler<HTMLElement>;
182
+ onLoadedData?: react10.ReactEventHandler<HTMLElement>;
183
+ onLoadedDataCapture?: react10.ReactEventHandler<HTMLElement>;
184
+ onLoadedMetadata?: react10.ReactEventHandler<HTMLElement>;
185
+ onLoadedMetadataCapture?: react10.ReactEventHandler<HTMLElement>;
186
+ onLoadStart?: react10.ReactEventHandler<HTMLElement>;
187
+ onLoadStartCapture?: react10.ReactEventHandler<HTMLElement>;
188
+ onPause?: react10.ReactEventHandler<HTMLElement>;
189
+ onPauseCapture?: react10.ReactEventHandler<HTMLElement>;
190
+ onPlay?: react10.ReactEventHandler<HTMLElement>;
191
+ onPlayCapture?: react10.ReactEventHandler<HTMLElement>;
192
+ onPlaying?: react10.ReactEventHandler<HTMLElement>;
193
+ onPlayingCapture?: react10.ReactEventHandler<HTMLElement>;
194
+ onProgress?: react10.ReactEventHandler<HTMLElement>;
195
+ onProgressCapture?: react10.ReactEventHandler<HTMLElement>;
196
+ onRateChange?: react10.ReactEventHandler<HTMLElement>;
197
+ onRateChangeCapture?: react10.ReactEventHandler<HTMLElement>;
198
+ onSeeked?: react10.ReactEventHandler<HTMLElement>;
199
+ onSeekedCapture?: react10.ReactEventHandler<HTMLElement>;
200
+ onSeeking?: react10.ReactEventHandler<HTMLElement>;
201
+ onSeekingCapture?: react10.ReactEventHandler<HTMLElement>;
202
+ onStalled?: react10.ReactEventHandler<HTMLElement>;
203
+ onStalledCapture?: react10.ReactEventHandler<HTMLElement>;
204
+ onSuspend?: react10.ReactEventHandler<HTMLElement>;
205
+ onSuspendCapture?: react10.ReactEventHandler<HTMLElement>;
206
+ onTimeUpdate?: react10.ReactEventHandler<HTMLElement>;
207
+ onTimeUpdateCapture?: react10.ReactEventHandler<HTMLElement>;
208
+ onVolumeChange?: react10.ReactEventHandler<HTMLElement>;
209
+ onVolumeChangeCapture?: react10.ReactEventHandler<HTMLElement>;
210
+ onWaiting?: react10.ReactEventHandler<HTMLElement>;
211
+ onWaitingCapture?: react10.ReactEventHandler<HTMLElement>;
212
+ onAuxClick?: react10.MouseEventHandler<HTMLElement>;
213
+ onAuxClickCapture?: react10.MouseEventHandler<HTMLElement>;
214
+ onClickCapture?: react10.MouseEventHandler<HTMLElement>;
215
+ onContextMenu?: react10.MouseEventHandler<HTMLElement>;
216
+ onContextMenuCapture?: react10.MouseEventHandler<HTMLElement>;
217
+ onDoubleClick?: react10.MouseEventHandler<HTMLElement>;
218
+ onDoubleClickCapture?: react10.MouseEventHandler<HTMLElement>;
219
+ onDrag?: react10.DragEventHandler<HTMLElement>;
220
+ onDragCapture?: react10.DragEventHandler<HTMLElement>;
221
+ onDragEnd?: react10.DragEventHandler<HTMLElement>;
222
+ onDragEndCapture?: react10.DragEventHandler<HTMLElement>;
223
+ onDragEnter?: react10.DragEventHandler<HTMLElement>;
224
+ onDragEnterCapture?: react10.DragEventHandler<HTMLElement>;
225
+ onDragExit?: react10.DragEventHandler<HTMLElement>;
226
+ onDragExitCapture?: react10.DragEventHandler<HTMLElement>;
227
+ onDragLeave?: react10.DragEventHandler<HTMLElement>;
228
+ onDragLeaveCapture?: react10.DragEventHandler<HTMLElement>;
229
+ onDragOver?: react10.DragEventHandler<HTMLElement>;
230
+ onDragOverCapture?: react10.DragEventHandler<HTMLElement>;
231
+ onDragStart?: react10.DragEventHandler<HTMLElement>;
232
+ onDragStartCapture?: react10.DragEventHandler<HTMLElement>;
233
+ onDrop?: react10.DragEventHandler<HTMLElement>;
234
+ onDropCapture?: react10.DragEventHandler<HTMLElement>;
235
+ onMouseDown?: react10.MouseEventHandler<HTMLElement>;
236
+ onMouseDownCapture?: react10.MouseEventHandler<HTMLElement>;
237
+ onMouseEnter?: react10.MouseEventHandler<HTMLElement>;
238
+ onMouseLeave?: react10.MouseEventHandler<HTMLElement>;
239
+ onMouseMove?: react10.MouseEventHandler<HTMLElement>;
240
+ onMouseMoveCapture?: react10.MouseEventHandler<HTMLElement>;
241
+ onMouseOut?: react10.MouseEventHandler<HTMLElement>;
242
+ onMouseOutCapture?: react10.MouseEventHandler<HTMLElement>;
243
+ onMouseOver?: react10.MouseEventHandler<HTMLElement>;
244
+ onMouseOverCapture?: react10.MouseEventHandler<HTMLElement>;
245
+ onMouseUp?: react10.MouseEventHandler<HTMLElement>;
246
+ onMouseUpCapture?: react10.MouseEventHandler<HTMLElement>;
247
+ onSelect?: react10.ReactEventHandler<HTMLElement>;
248
+ onSelectCapture?: react10.ReactEventHandler<HTMLElement>;
249
+ onTouchCancel?: react10.TouchEventHandler<HTMLElement>;
250
+ onTouchCancelCapture?: react10.TouchEventHandler<HTMLElement>;
251
+ onTouchEnd?: react10.TouchEventHandler<HTMLElement>;
252
+ onTouchEndCapture?: react10.TouchEventHandler<HTMLElement>;
253
+ onTouchMove?: react10.TouchEventHandler<HTMLElement>;
254
+ onTouchMoveCapture?: react10.TouchEventHandler<HTMLElement>;
255
+ onTouchStart?: react10.TouchEventHandler<HTMLElement>;
256
+ onTouchStartCapture?: react10.TouchEventHandler<HTMLElement>;
257
+ onPointerDown?: react10.PointerEventHandler<HTMLElement>;
258
+ onPointerDownCapture?: react10.PointerEventHandler<HTMLElement>;
259
+ onPointerMove?: react10.PointerEventHandler<HTMLElement>;
260
+ onPointerMoveCapture?: react10.PointerEventHandler<HTMLElement>;
261
+ onPointerUp?: react10.PointerEventHandler<HTMLElement>;
262
+ onPointerUpCapture?: react10.PointerEventHandler<HTMLElement>;
263
+ onPointerCancel?: react10.PointerEventHandler<HTMLElement>;
264
+ onPointerCancelCapture?: react10.PointerEventHandler<HTMLElement>;
265
+ onPointerEnter?: react10.PointerEventHandler<HTMLElement>;
266
+ onPointerLeave?: react10.PointerEventHandler<HTMLElement>;
267
+ onPointerOver?: react10.PointerEventHandler<HTMLElement>;
268
+ onPointerOverCapture?: react10.PointerEventHandler<HTMLElement>;
269
+ onPointerOut?: react10.PointerEventHandler<HTMLElement>;
270
+ onPointerOutCapture?: react10.PointerEventHandler<HTMLElement>;
271
+ onGotPointerCapture?: react10.PointerEventHandler<HTMLElement>;
272
+ onGotPointerCaptureCapture?: react10.PointerEventHandler<HTMLElement>;
273
+ onLostPointerCapture?: react10.PointerEventHandler<HTMLElement>;
274
+ onLostPointerCaptureCapture?: react10.PointerEventHandler<HTMLElement>;
275
+ onScroll?: react10.UIEventHandler<HTMLElement>;
276
+ onScrollCapture?: react10.UIEventHandler<HTMLElement>;
277
+ onScrollEnd?: react10.UIEventHandler<HTMLElement>;
278
+ onScrollEndCapture?: react10.UIEventHandler<HTMLElement>;
279
+ onWheel?: react10.WheelEventHandler<HTMLElement>;
280
+ onWheelCapture?: react10.WheelEventHandler<HTMLElement>;
281
+ onAnimationStart?: react10.AnimationEventHandler<HTMLElement>;
282
+ onAnimationStartCapture?: react10.AnimationEventHandler<HTMLElement>;
283
+ onAnimationEnd?: react10.AnimationEventHandler<HTMLElement>;
284
+ onAnimationEndCapture?: react10.AnimationEventHandler<HTMLElement>;
285
+ onAnimationIteration?: react10.AnimationEventHandler<HTMLElement>;
286
+ onAnimationIterationCapture?: react10.AnimationEventHandler<HTMLElement>;
287
+ onToggle?: react10.ToggleEventHandler<HTMLElement>;
288
+ onBeforeToggle?: react10.ToggleEventHandler<HTMLElement>;
289
+ onTransitionCancel?: react10.TransitionEventHandler<HTMLElement>;
290
+ onTransitionCancelCapture?: react10.TransitionEventHandler<HTMLElement>;
291
+ onTransitionEnd?: react10.TransitionEventHandler<HTMLElement>;
292
+ onTransitionEndCapture?: react10.TransitionEventHandler<HTMLElement>;
293
+ onTransitionRun?: react10.TransitionEventHandler<HTMLElement>;
294
+ onTransitionRunCapture?: react10.TransitionEventHandler<HTMLElement>;
295
+ onTransitionStart?: react10.TransitionEventHandler<HTMLElement>;
296
+ onTransitionStartCapture?: react10.TransitionEventHandler<HTMLElement>;
297
297
  className: string;
298
- style: react15.CSSProperties;
298
+ style: react10.CSSProperties;
299
299
  id: string;
300
300
  'data-testid': string;
301
301
  }, HTMLElement>;