@0xsquid/ui 2.6.4 → 2.6.5-animate-number-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/cjs/index.js +18268 -18037
- package/dist/cjs/types/components/badges/PriceChange.d.ts +3 -1
- package/dist/cjs/types/components/badges/index.d.ts +1 -1
- package/dist/cjs/types/components/buttons/Button.d.ts +2 -1
- package/dist/cjs/types/components/buttons/Chip.d.ts +1 -1
- package/dist/cjs/types/components/controls/LargeNumericInput.d.ts +2 -0
- package/dist/cjs/types/components/controls/NumericInput.d.ts +22 -13
- package/dist/cjs/types/components/controls/index.d.ts +2 -1
- package/dist/cjs/types/components/feedback/AnimateNumber.d.ts +8 -0
- package/dist/cjs/types/components/feedback/LoadingText.d.ts +7 -0
- package/dist/cjs/types/components/feedback/index.d.ts +3 -0
- package/dist/cjs/types/components/icons/Loader.d.ts +1 -1
- package/dist/cjs/types/components/icons/PaymentIcons.d.ts +12 -0
- package/dist/cjs/types/components/icons/SwapInputs.d.ts +4 -1
- package/dist/cjs/types/components/icons/index.d.ts +1 -0
- package/dist/cjs/types/components/index.d.ts +1 -0
- package/dist/cjs/types/components/layout/AnimationWrapper.d.ts +3 -0
- package/dist/cjs/types/components/layout/AppContainer.d.ts +3 -523
- package/dist/cjs/types/components/layout/ModalTitle.d.ts +5 -0
- package/dist/cjs/types/components/layout/SwapConfiguration.d.ts +17 -1
- package/dist/cjs/types/components/layout/index.d.ts +1 -0
- package/dist/cjs/types/components/lists/HistoryItem.d.ts +2 -1
- package/dist/cjs/types/components/navigation/Tabs.d.ts +5 -2
- package/dist/cjs/types/components/views/SwapProgressView.d.ts +2 -1
- package/dist/cjs/types/core/design-system.d.ts +1 -0
- package/dist/cjs/types/core/index.d.ts +1 -1
- package/dist/cjs/types/core/utils.d.ts +16 -0
- package/dist/cjs/types/hooks/index.d.ts +3 -2
- package/dist/cjs/types/hooks/useMeasure.d.ts +36 -0
- package/dist/cjs/types/hooks/useNumericInput.d.ts +35 -0
- package/dist/cjs/types/services/internal/colorService.d.ts +0 -2
- package/dist/cjs/types/stories/buttons/Button.stories.d.ts +3 -0
- package/dist/cjs/types/stories/buttons/Chip.stories.d.ts +2 -1
- package/dist/cjs/types/stories/controls/Input.stories.d.ts +1 -1
- package/dist/cjs/types/stories/controls/LargeNumericInput.stories.d.ts +6 -0
- package/dist/cjs/types/stories/controls/NumericInput.stories.d.ts +17 -0
- package/dist/cjs/types/stories/feedback/AnimateNumber.stories.d.ts +6 -0
- package/dist/{esm/types/stories/badges → cjs/types/stories/feedback}/Loader.stories.d.ts +1 -1
- package/dist/cjs/types/stories/{badges → feedback}/LoadingSkeleton.stories.d.ts +2 -2
- package/dist/cjs/types/stories/feedback/LoadingText.stories.d.ts +6 -0
- package/dist/cjs/types/stories/layout/SwapConfiguration.stories.d.ts +2 -0
- package/dist/cjs/types/stories/navigation/Tabs.stories.d.ts +1 -0
- package/dist/cjs/types/stories/views/SwapProgressView.stories.d.ts +1 -0
- package/dist/esm/index.js +18236 -18015
- package/dist/esm/types/components/badges/PriceChange.d.ts +3 -1
- package/dist/esm/types/components/badges/index.d.ts +1 -1
- package/dist/esm/types/components/buttons/Button.d.ts +2 -1
- package/dist/esm/types/components/buttons/Chip.d.ts +1 -1
- package/dist/esm/types/components/controls/LargeNumericInput.d.ts +2 -0
- package/dist/esm/types/components/controls/NumericInput.d.ts +22 -13
- package/dist/esm/types/components/controls/index.d.ts +2 -1
- package/dist/esm/types/components/feedback/AnimateNumber.d.ts +8 -0
- package/dist/esm/types/components/feedback/LoadingText.d.ts +7 -0
- package/dist/esm/types/components/feedback/index.d.ts +3 -0
- package/dist/esm/types/components/icons/Loader.d.ts +1 -1
- package/dist/esm/types/components/icons/PaymentIcons.d.ts +12 -0
- package/dist/esm/types/components/icons/SwapInputs.d.ts +4 -1
- package/dist/esm/types/components/icons/index.d.ts +1 -0
- package/dist/esm/types/components/index.d.ts +1 -0
- package/dist/esm/types/components/layout/AnimationWrapper.d.ts +3 -0
- package/dist/esm/types/components/layout/AppContainer.d.ts +3 -523
- package/dist/esm/types/components/layout/ModalTitle.d.ts +5 -0
- package/dist/esm/types/components/layout/SwapConfiguration.d.ts +17 -1
- package/dist/esm/types/components/layout/index.d.ts +1 -0
- package/dist/esm/types/components/lists/HistoryItem.d.ts +2 -1
- package/dist/esm/types/components/navigation/Tabs.d.ts +5 -2
- package/dist/esm/types/components/views/SwapProgressView.d.ts +2 -1
- package/dist/esm/types/core/design-system.d.ts +1 -0
- package/dist/esm/types/core/index.d.ts +1 -1
- package/dist/esm/types/core/utils.d.ts +16 -0
- package/dist/esm/types/hooks/index.d.ts +3 -2
- package/dist/esm/types/hooks/useMeasure.d.ts +36 -0
- package/dist/esm/types/hooks/useNumericInput.d.ts +35 -0
- package/dist/esm/types/services/internal/colorService.d.ts +0 -2
- package/dist/esm/types/stories/buttons/Button.stories.d.ts +3 -0
- package/dist/esm/types/stories/buttons/Chip.stories.d.ts +2 -1
- package/dist/esm/types/stories/controls/Input.stories.d.ts +1 -1
- package/dist/esm/types/stories/controls/LargeNumericInput.stories.d.ts +6 -0
- package/dist/esm/types/stories/controls/NumericInput.stories.d.ts +17 -0
- package/dist/esm/types/stories/feedback/AnimateNumber.stories.d.ts +6 -0
- package/dist/{cjs/types/stories/badges → esm/types/stories/feedback}/Loader.stories.d.ts +1 -1
- package/dist/esm/types/stories/{badges → feedback}/LoadingSkeleton.stories.d.ts +2 -2
- package/dist/esm/types/stories/feedback/LoadingText.stories.d.ts +6 -0
- package/dist/esm/types/stories/layout/SwapConfiguration.stories.d.ts +2 -0
- package/dist/esm/types/stories/navigation/Tabs.stories.d.ts +1 -0
- package/dist/esm/types/stories/views/SwapProgressView.stories.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +154 -568
- package/package.json +2 -1
- /package/dist/cjs/types/components/{badges → feedback}/LoadingSkeleton.d.ts +0 -0
- /package/dist/esm/types/components/{badges → feedback}/LoadingSkeleton.d.ts +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
3
|
import * as react from 'react';
|
|
4
|
-
import react__default, { ReactNode, ComponentProps } from 'react';
|
|
4
|
+
import react__default, { ReactNode, ComponentProps, ChangeEvent } from 'react';
|
|
5
5
|
import { Player } from '@lottiefiles/react-lottie-player';
|
|
6
|
-
import * as
|
|
7
|
-
import { motion } from '
|
|
6
|
+
import * as motion_react from 'motion/react';
|
|
7
|
+
import { motion } from 'motion/react';
|
|
8
8
|
import { Config } from 'tailwindcss';
|
|
9
9
|
import { ClassValue } from 'clsx';
|
|
10
10
|
|
|
@@ -102,11 +102,11 @@ interface LoadingSkeletonProps {
|
|
|
102
102
|
width?: string;
|
|
103
103
|
}
|
|
104
104
|
declare function LoadingSkeleton({ className, height, isLoading: isLoadingProp, children, width, }: LoadingSkeletonProps): string | number | true | Iterable<react.ReactNode> | react_jsx_runtime.JSX.Element;
|
|
105
|
-
interface LoadingTextProps extends ComponentProps<"span"> {
|
|
105
|
+
interface LoadingTextProps$1 extends ComponentProps<"span"> {
|
|
106
106
|
width?: string | [string, string];
|
|
107
107
|
isLoading?: boolean;
|
|
108
108
|
}
|
|
109
|
-
declare function TextSkeleton({ className, width, children, isLoading, ...props }: LoadingTextProps): string | number | boolean | Iterable<react.ReactNode> | react_jsx_runtime.JSX.Element | null | undefined;
|
|
109
|
+
declare function TextSkeleton({ className, width, children, isLoading, ...props }: LoadingTextProps$1): string | number | boolean | Iterable<react.ReactNode> | react_jsx_runtime.JSX.Element | null | undefined;
|
|
110
110
|
interface LoadingBlockProps extends ComponentProps<"div"> {
|
|
111
111
|
isLoading?: boolean;
|
|
112
112
|
}
|
|
@@ -115,8 +115,10 @@ declare function BlockSkeleton({ isLoading, className, children, ...props }: Loa
|
|
|
115
115
|
interface PriceChangeProps {
|
|
116
116
|
variant?: "small" | "large";
|
|
117
117
|
value: string | number;
|
|
118
|
+
highlightText?: boolean;
|
|
119
|
+
triangle?: "none" | "prefix" | "suffix";
|
|
118
120
|
}
|
|
119
|
-
declare function PriceChange({ value: rawValue, variant, }: PriceChangeProps): react_jsx_runtime.JSX.Element;
|
|
121
|
+
declare function PriceChange({ value: rawValue, variant, highlightText, triangle, }: PriceChangeProps): react_jsx_runtime.JSX.Element;
|
|
120
122
|
|
|
121
123
|
declare const statusTextClassMap: Record<ActionStatus, string>;
|
|
122
124
|
interface TransactionStateProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
@@ -174,6 +176,39 @@ interface InputActionButtonProps {
|
|
|
174
176
|
label?: string;
|
|
175
177
|
}
|
|
176
178
|
|
|
179
|
+
declare enum UserInputType {
|
|
180
|
+
TOKEN = 0,
|
|
181
|
+
USD = 1
|
|
182
|
+
}
|
|
183
|
+
interface UseNumericInputOptions {
|
|
184
|
+
token: Pick<Token$3, "decimals" | "price">;
|
|
185
|
+
onAmountChange: (tokenAmount: string) => void;
|
|
186
|
+
forcedAmount?: string;
|
|
187
|
+
formatIfVerySmall: {
|
|
188
|
+
token: string;
|
|
189
|
+
usd: string;
|
|
190
|
+
};
|
|
191
|
+
balance: string;
|
|
192
|
+
inputModeButton?: {
|
|
193
|
+
amountUsd?: string;
|
|
194
|
+
};
|
|
195
|
+
maxUsdDecimals?: number;
|
|
196
|
+
debounceInput?: boolean;
|
|
197
|
+
direction?: "from" | "to";
|
|
198
|
+
initialInputMode?: UserInputType;
|
|
199
|
+
}
|
|
200
|
+
declare function useNumericInput({ onAmountChange, token, balance, debounceInput, forcedAmount, formatIfVerySmall, inputModeButton, maxUsdDecimals, direction, initialInputMode, }: UseNumericInputOptions): {
|
|
201
|
+
userInputType: UserInputType;
|
|
202
|
+
inputValue: string;
|
|
203
|
+
handleInputChange: (e: ChangeEvent<HTMLInputElement>) => void;
|
|
204
|
+
handleSwitchInputMode: () => void;
|
|
205
|
+
isTokenAmountVerySmall: boolean;
|
|
206
|
+
isUsdAmountVerySmall: boolean;
|
|
207
|
+
amountFormatted: string;
|
|
208
|
+
onBalanceButtonClick: () => void;
|
|
209
|
+
balanceFormatted: string;
|
|
210
|
+
};
|
|
211
|
+
|
|
177
212
|
type TooltipWidth = "max" | "container";
|
|
178
213
|
type TooltipThreshold = "xxs" | "xs" | "s" | "m" | "l" | "xl" | "xxl";
|
|
179
214
|
interface TooltipProps {
|
|
@@ -195,7 +230,7 @@ interface Token$3 {
|
|
|
195
230
|
symbol: string;
|
|
196
231
|
decimals: number;
|
|
197
232
|
}
|
|
198
|
-
interface NumericInputProps
|
|
233
|
+
interface NumericInputProps {
|
|
199
234
|
token: Token$3;
|
|
200
235
|
onAmountChange: (tokenAmount: string) => void;
|
|
201
236
|
forcedAmount?: string;
|
|
@@ -203,28 +238,49 @@ interface NumericInputProps extends React.InputHTMLAttributes<HTMLInputElement>
|
|
|
203
238
|
token: string;
|
|
204
239
|
usd: string;
|
|
205
240
|
};
|
|
206
|
-
showDetails?: boolean;
|
|
207
|
-
isLoading?: boolean;
|
|
208
|
-
error?: {
|
|
209
|
-
message: string;
|
|
210
|
-
};
|
|
211
241
|
balance?: string;
|
|
212
|
-
priceImpactPercentage?: string;
|
|
213
|
-
criticalPriceImpactPercentage?: number;
|
|
214
|
-
direction?: SwapDirection;
|
|
215
242
|
inputModeButton?: {
|
|
216
243
|
usdModeTooltip?: Omit<TooltipProps, "children">;
|
|
217
244
|
tokenModeTooltip?: Omit<TooltipProps, "children">;
|
|
218
245
|
amountUsd?: string;
|
|
219
246
|
};
|
|
220
247
|
maxUsdDecimals?: number;
|
|
221
|
-
isInteractive?: boolean;
|
|
222
248
|
balanceButton?: {
|
|
223
249
|
tooltip?: Omit<TooltipProps, "children">;
|
|
224
250
|
hideMaxChip?: boolean;
|
|
225
251
|
};
|
|
252
|
+
debounceInput?: boolean;
|
|
253
|
+
initialInputMode?: UserInputType;
|
|
254
|
+
customSymbol?: string;
|
|
255
|
+
hideControls?: boolean;
|
|
256
|
+
hideBalance?: boolean;
|
|
257
|
+
containerClassName?: string;
|
|
258
|
+
inputClassName?: string;
|
|
226
259
|
}
|
|
227
|
-
|
|
260
|
+
interface Props$1 extends NumericInputProps, React.InputHTMLAttributes<HTMLInputElement> {
|
|
261
|
+
direction?: SwapDirection;
|
|
262
|
+
showDetails?: boolean;
|
|
263
|
+
isLoading?: boolean;
|
|
264
|
+
isInteractive?: boolean;
|
|
265
|
+
priceImpactPercentage?: string;
|
|
266
|
+
criticalPriceImpactPercentage?: number;
|
|
267
|
+
error?: {
|
|
268
|
+
message: string;
|
|
269
|
+
};
|
|
270
|
+
}
|
|
271
|
+
declare function NumericInput({ priceImpactPercentage, balance, error, criticalPriceImpactPercentage, token, onAmountChange, forcedAmount, maxUsdDecimals, formatIfVerySmall, showDetails, isLoading, direction, inputModeButton, isInteractive, balanceButton, debounceInput, initialInputMode, customSymbol, hideControls, hideBalance, containerClassName, inputClassName, ...props }: Props$1): react_jsx_runtime.JSX.Element;
|
|
272
|
+
|
|
273
|
+
declare function LargeNumericInput({ balance, token, onAmountChange, forcedAmount, maxUsdDecimals, formatIfVerySmall, inputModeButton, balanceButton, debounceInput, }: NumericInputProps): react_jsx_runtime.JSX.Element;
|
|
274
|
+
|
|
275
|
+
interface RangeInputProps {
|
|
276
|
+
label: string;
|
|
277
|
+
initialValue?: string;
|
|
278
|
+
onChange?: (value: string) => void;
|
|
279
|
+
min?: number;
|
|
280
|
+
max?: number;
|
|
281
|
+
isWarning?: boolean;
|
|
282
|
+
}
|
|
283
|
+
declare function RangeInput({ label, initialValue, onChange, min, max, isWarning, }: RangeInputProps): react_jsx_runtime.JSX.Element;
|
|
228
284
|
|
|
229
285
|
interface SettingsSliderProps {
|
|
230
286
|
value: number | undefined;
|
|
@@ -246,16 +302,6 @@ interface SwitchProps {
|
|
|
246
302
|
}
|
|
247
303
|
declare function Switch({ checked, onChange, size, disabled, inputProps, }: SwitchProps): react_jsx_runtime.JSX.Element;
|
|
248
304
|
|
|
249
|
-
interface RangeInputProps {
|
|
250
|
-
label: string;
|
|
251
|
-
initialValue?: string;
|
|
252
|
-
onChange?: (value: string) => void;
|
|
253
|
-
min?: number;
|
|
254
|
-
max?: number;
|
|
255
|
-
isWarning?: boolean;
|
|
256
|
-
}
|
|
257
|
-
declare function RangeInput({ label, initialValue, onChange, min, max, isWarning, }: RangeInputProps): react_jsx_runtime.JSX.Element;
|
|
258
|
-
|
|
259
305
|
interface AssetsButtonProps {
|
|
260
306
|
token?: {
|
|
261
307
|
iconUrl: string;
|
|
@@ -282,7 +328,7 @@ interface BoostButtonProps {
|
|
|
282
328
|
}
|
|
283
329
|
declare function BoostButton({ boostMode, canToggleBoostMode, boostIndicatorRef, }: BoostButtonProps): react_jsx_runtime.JSX.Element;
|
|
284
330
|
|
|
285
|
-
interface ChipProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
331
|
+
interface ChipProps extends React.HTMLAttributes<HTMLDivElement | HTMLButtonElement> {
|
|
286
332
|
label?: string;
|
|
287
333
|
icon?: React.ReactNode;
|
|
288
334
|
}
|
|
@@ -296,6 +342,7 @@ interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
|
296
342
|
disabled?: boolean;
|
|
297
343
|
link?: string;
|
|
298
344
|
isLoading?: boolean;
|
|
345
|
+
isShimmering?: boolean;
|
|
299
346
|
showLoader?: boolean;
|
|
300
347
|
loaderSize?: LoaderSize;
|
|
301
348
|
chip?: ChipProps;
|
|
@@ -305,7 +352,7 @@ interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
|
305
352
|
}
|
|
306
353
|
type LoaderSize = "sm" | "md" | "lg";
|
|
307
354
|
declare const buttonRoundedClassMap: Record<ButtonSize, Record<ButtonVariant, string>>;
|
|
308
|
-
declare function Button({ label, disabled, size, variant, icon, link, isLoading, showLoader, loaderSize, chip, containerClassName, anchorRef, buttonRef, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
355
|
+
declare function Button({ label, disabled, size, variant, icon, link, isLoading, isShimmering, showLoader, loaderSize, chip, containerClassName, anchorRef, buttonRef, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
309
356
|
|
|
310
357
|
interface FeeButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
311
358
|
feeInUsd?: string;
|
|
@@ -333,6 +380,19 @@ interface SettingsButtonProps {
|
|
|
333
380
|
}
|
|
334
381
|
declare function SettingsButton({ label, isSelected, onClick, }: SettingsButtonProps): react_jsx_runtime.JSX.Element;
|
|
335
382
|
|
|
383
|
+
interface AnimateNumberProps {
|
|
384
|
+
number: string;
|
|
385
|
+
showMask?: boolean;
|
|
386
|
+
className?: string;
|
|
387
|
+
isLoading?: boolean;
|
|
388
|
+
}
|
|
389
|
+
declare function AnimateNumber({ isLoading, number, showMask, className, }: AnimateNumberProps): react_jsx_runtime.JSX.Element;
|
|
390
|
+
|
|
391
|
+
interface LoadingTextProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
392
|
+
variant?: ButtonVariant;
|
|
393
|
+
}
|
|
394
|
+
declare function LoadingText({ children, className, ...props }: LoadingTextProps): react_jsx_runtime.JSX.Element;
|
|
395
|
+
|
|
336
396
|
declare function Approve(): react_jsx_runtime.JSX.Element;
|
|
337
397
|
|
|
338
398
|
declare function ArrowRightIcon(): react_jsx_runtime.JSX.Element;
|
|
@@ -786,6 +846,19 @@ declare function MaxIcon(): react_jsx_runtime.JSX.Element;
|
|
|
786
846
|
|
|
787
847
|
declare function NotAllowedIcon(): react_jsx_runtime.JSX.Element;
|
|
788
848
|
|
|
849
|
+
declare function GooglePayIcon({ className, size, }: {
|
|
850
|
+
className?: string;
|
|
851
|
+
size?: string;
|
|
852
|
+
}): react_jsx_runtime.JSX.Element;
|
|
853
|
+
declare function ApplePayIcon({ className, size, }: {
|
|
854
|
+
className?: string;
|
|
855
|
+
size?: string;
|
|
856
|
+
}): react_jsx_runtime.JSX.Element;
|
|
857
|
+
declare function CreditCardIcon({ className, size, }: {
|
|
858
|
+
className?: string;
|
|
859
|
+
size?: string;
|
|
860
|
+
}): react_jsx_runtime.JSX.Element;
|
|
861
|
+
|
|
789
862
|
declare function PercentIcon({ size, className, }: {
|
|
790
863
|
size?: string;
|
|
791
864
|
className?: string;
|
|
@@ -853,7 +926,10 @@ declare function SquidVector({ size, className, }: {
|
|
|
853
926
|
className?: string;
|
|
854
927
|
}): react_jsx_runtime.JSX.Element;
|
|
855
928
|
|
|
856
|
-
declare function SwapInputsIcon(
|
|
929
|
+
declare function SwapInputsIcon({ size, className, }: {
|
|
930
|
+
size?: string;
|
|
931
|
+
className?: string;
|
|
932
|
+
}): react_jsx_runtime.JSX.Element;
|
|
857
933
|
declare function SwapIcon({ size, className, }: {
|
|
858
934
|
size?: string;
|
|
859
935
|
className?: string;
|
|
@@ -927,6 +1003,9 @@ declare function CrossedOutSunSolidIcon({ size, className, }: {
|
|
|
927
1003
|
interface Props extends React.ComponentProps<typeof Player> {
|
|
928
1004
|
}
|
|
929
1005
|
declare const AnimationWrapper: (playerProps: Props) => react_jsx_runtime.JSX.Element;
|
|
1006
|
+
declare function AnimationCard({ children }: {
|
|
1007
|
+
children?: React.ReactNode;
|
|
1008
|
+
}): react_jsx_runtime.JSX.Element;
|
|
930
1009
|
|
|
931
1010
|
interface AnnouncementProps {
|
|
932
1011
|
message: string;
|
|
@@ -941,528 +1020,8 @@ interface AppContainerProps extends ComponentProps<typeof motion.div> {
|
|
|
941
1020
|
}
|
|
942
1021
|
declare function AppContainer({ children, className, layoutKey, ...props }: AppContainerProps): react_jsx_runtime.JSX.Element;
|
|
943
1022
|
declare namespace AppContainer {
|
|
944
|
-
var Nav: ({ className, children, ...props }:
|
|
945
|
-
|
|
946
|
-
slot?: string | undefined;
|
|
947
|
-
title?: string | undefined;
|
|
948
|
-
hidden?: boolean | undefined;
|
|
949
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
950
|
-
className?: string | undefined;
|
|
951
|
-
id?: string | undefined;
|
|
952
|
-
lang?: string | undefined;
|
|
953
|
-
role?: react.AriaRole | undefined;
|
|
954
|
-
tabIndex?: number | undefined;
|
|
955
|
-
"aria-activedescendant"?: string | undefined;
|
|
956
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
957
|
-
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
958
|
-
"aria-braillelabel"?: string | undefined;
|
|
959
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
960
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
961
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
962
|
-
"aria-colcount"?: number | undefined;
|
|
963
|
-
"aria-colindex"?: number | undefined;
|
|
964
|
-
"aria-colindextext"?: string | undefined;
|
|
965
|
-
"aria-colspan"?: number | undefined;
|
|
966
|
-
"aria-controls"?: string | undefined;
|
|
967
|
-
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
968
|
-
"aria-describedby"?: string | undefined;
|
|
969
|
-
"aria-description"?: string | undefined;
|
|
970
|
-
"aria-details"?: string | undefined;
|
|
971
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
972
|
-
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
973
|
-
"aria-errormessage"?: string | undefined;
|
|
974
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
975
|
-
"aria-flowto"?: string | undefined;
|
|
976
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
977
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
978
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
979
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
980
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
981
|
-
"aria-label"?: string | undefined;
|
|
982
|
-
"aria-labelledby"?: string | undefined;
|
|
983
|
-
"aria-level"?: number | undefined;
|
|
984
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
985
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
986
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
987
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
988
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
989
|
-
"aria-owns"?: string | undefined;
|
|
990
|
-
"aria-placeholder"?: string | undefined;
|
|
991
|
-
"aria-posinset"?: number | undefined;
|
|
992
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
993
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
994
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
995
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
996
|
-
"aria-roledescription"?: string | undefined;
|
|
997
|
-
"aria-rowcount"?: number | undefined;
|
|
998
|
-
"aria-rowindex"?: number | undefined;
|
|
999
|
-
"aria-rowindextext"?: string | undefined;
|
|
1000
|
-
"aria-rowspan"?: number | undefined;
|
|
1001
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1002
|
-
"aria-setsize"?: number | undefined;
|
|
1003
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1004
|
-
"aria-valuemax"?: number | undefined;
|
|
1005
|
-
"aria-valuemin"?: number | undefined;
|
|
1006
|
-
"aria-valuenow"?: number | undefined;
|
|
1007
|
-
"aria-valuetext"?: string | undefined;
|
|
1008
|
-
defaultChecked?: boolean | undefined;
|
|
1009
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
1010
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
1011
|
-
accessKey?: string | undefined;
|
|
1012
|
-
autoFocus?: boolean | undefined;
|
|
1013
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1014
|
-
contextMenu?: string | undefined;
|
|
1015
|
-
dir?: string | undefined;
|
|
1016
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
1017
|
-
nonce?: string | undefined;
|
|
1018
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1019
|
-
translate?: "no" | "yes" | undefined;
|
|
1020
|
-
radioGroup?: string | undefined;
|
|
1021
|
-
about?: string | undefined;
|
|
1022
|
-
content?: string | undefined;
|
|
1023
|
-
datatype?: string | undefined;
|
|
1024
|
-
inlist?: any;
|
|
1025
|
-
prefix?: string | undefined;
|
|
1026
|
-
property?: string | undefined;
|
|
1027
|
-
rel?: string | undefined;
|
|
1028
|
-
resource?: string | undefined;
|
|
1029
|
-
rev?: string | undefined;
|
|
1030
|
-
typeof?: string | undefined;
|
|
1031
|
-
vocab?: string | undefined;
|
|
1032
|
-
autoCapitalize?: string | undefined;
|
|
1033
|
-
autoCorrect?: string | undefined;
|
|
1034
|
-
autoSave?: string | undefined;
|
|
1035
|
-
itemProp?: string | undefined;
|
|
1036
|
-
itemScope?: boolean | undefined;
|
|
1037
|
-
itemType?: string | undefined;
|
|
1038
|
-
itemID?: string | undefined;
|
|
1039
|
-
itemRef?: string | undefined;
|
|
1040
|
-
results?: number | undefined;
|
|
1041
|
-
security?: string | undefined;
|
|
1042
|
-
unselectable?: "off" | "on" | undefined;
|
|
1043
|
-
inputMode?: "none" | "search" | "text" | "numeric" | "email" | "tel" | "url" | "decimal" | undefined;
|
|
1044
|
-
is?: string | undefined;
|
|
1045
|
-
dangerouslySetInnerHTML?: {
|
|
1046
|
-
__html: string | TrustedHTML;
|
|
1047
|
-
} | undefined;
|
|
1048
|
-
onCopy?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1049
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1050
|
-
onCut?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1051
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1052
|
-
onPaste?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1053
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1054
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1055
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1056
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1057
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1058
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1059
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1060
|
-
onFocus?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1061
|
-
onFocusCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1062
|
-
onBlur?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1063
|
-
onBlurCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1064
|
-
onChange?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1065
|
-
onChangeCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1066
|
-
onBeforeInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1067
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1068
|
-
onInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1069
|
-
onInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1070
|
-
onReset?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1071
|
-
onResetCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1072
|
-
onSubmit?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1073
|
-
onSubmitCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1074
|
-
onInvalid?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1075
|
-
onInvalidCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1076
|
-
onLoad?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1077
|
-
onLoadCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1078
|
-
onError?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1079
|
-
onErrorCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1080
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1081
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1082
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1083
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1084
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1085
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1086
|
-
onAbort?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1087
|
-
onAbortCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1088
|
-
onCanPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1089
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1090
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1091
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1092
|
-
onDurationChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1093
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1094
|
-
onEmptied?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1095
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1096
|
-
onEncrypted?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1097
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1098
|
-
onEnded?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1099
|
-
onEndedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1100
|
-
onLoadedData?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1101
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1102
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1103
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1104
|
-
onLoadStart?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1105
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1106
|
-
onPause?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1107
|
-
onPauseCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1108
|
-
onPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1109
|
-
onPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1110
|
-
onPlaying?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1111
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1112
|
-
onProgress?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1113
|
-
onProgressCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1114
|
-
onRateChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1115
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1116
|
-
onResize?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1117
|
-
onResizeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1118
|
-
onSeeked?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1119
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1120
|
-
onSeeking?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1121
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1122
|
-
onStalled?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1123
|
-
onStalledCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1124
|
-
onSuspend?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1125
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1126
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1127
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1128
|
-
onVolumeChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1129
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1130
|
-
onWaiting?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1131
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1132
|
-
onAuxClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1133
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1134
|
-
onClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1135
|
-
onClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1136
|
-
onContextMenu?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1137
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1138
|
-
onDoubleClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1139
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1140
|
-
onDragCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1141
|
-
onDragEndCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1142
|
-
onDragEnter?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1143
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1144
|
-
onDragExit?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1145
|
-
onDragExitCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1146
|
-
onDragLeave?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1147
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1148
|
-
onDragOver?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1149
|
-
onDragOverCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1150
|
-
onDragStartCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1151
|
-
onDrop?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1152
|
-
onDropCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1153
|
-
onMouseDown?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1154
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1155
|
-
onMouseEnter?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1156
|
-
onMouseLeave?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1157
|
-
onMouseMove?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1158
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1159
|
-
onMouseOut?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1160
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1161
|
-
onMouseOver?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1162
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1163
|
-
onMouseUp?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1164
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1165
|
-
onSelect?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1166
|
-
onSelectCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1167
|
-
onTouchCancel?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1168
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1169
|
-
onTouchEnd?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1170
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1171
|
-
onTouchMove?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1172
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1173
|
-
onTouchStart?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1174
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1175
|
-
onPointerDown?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1176
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1177
|
-
onPointerMove?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1178
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1179
|
-
onPointerUp?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1180
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1181
|
-
onPointerCancel?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1182
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1183
|
-
onPointerEnter?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1184
|
-
onPointerLeave?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1185
|
-
onPointerOver?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1186
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1187
|
-
onPointerOut?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1188
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1189
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1190
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1191
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1192
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1193
|
-
onScroll?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1194
|
-
onScrollCapture?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1195
|
-
onWheel?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1196
|
-
onWheelCapture?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1197
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1198
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1199
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1200
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1201
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1202
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1203
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1204
|
-
} & framer_motion.MotionProps & react.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
|
|
1205
|
-
var Content: (props: {
|
|
1206
|
-
color?: string | undefined;
|
|
1207
|
-
slot?: string | undefined;
|
|
1208
|
-
title?: string | undefined;
|
|
1209
|
-
hidden?: boolean | undefined;
|
|
1210
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
1211
|
-
className?: string | undefined;
|
|
1212
|
-
id?: string | undefined;
|
|
1213
|
-
lang?: string | undefined;
|
|
1214
|
-
role?: react.AriaRole | undefined;
|
|
1215
|
-
tabIndex?: number | undefined;
|
|
1216
|
-
"aria-activedescendant"?: string | undefined;
|
|
1217
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1218
|
-
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
1219
|
-
"aria-braillelabel"?: string | undefined;
|
|
1220
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
1221
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1222
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1223
|
-
"aria-colcount"?: number | undefined;
|
|
1224
|
-
"aria-colindex"?: number | undefined;
|
|
1225
|
-
"aria-colindextext"?: string | undefined;
|
|
1226
|
-
"aria-colspan"?: number | undefined;
|
|
1227
|
-
"aria-controls"?: string | undefined;
|
|
1228
|
-
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
1229
|
-
"aria-describedby"?: string | undefined;
|
|
1230
|
-
"aria-description"?: string | undefined;
|
|
1231
|
-
"aria-details"?: string | undefined;
|
|
1232
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1233
|
-
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1234
|
-
"aria-errormessage"?: string | undefined;
|
|
1235
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1236
|
-
"aria-flowto"?: string | undefined;
|
|
1237
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1238
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
1239
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1240
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1241
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
1242
|
-
"aria-label"?: string | undefined;
|
|
1243
|
-
"aria-labelledby"?: string | undefined;
|
|
1244
|
-
"aria-level"?: number | undefined;
|
|
1245
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1246
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1247
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1248
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1249
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1250
|
-
"aria-owns"?: string | undefined;
|
|
1251
|
-
"aria-placeholder"?: string | undefined;
|
|
1252
|
-
"aria-posinset"?: number | undefined;
|
|
1253
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1254
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1255
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1256
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1257
|
-
"aria-roledescription"?: string | undefined;
|
|
1258
|
-
"aria-rowcount"?: number | undefined;
|
|
1259
|
-
"aria-rowindex"?: number | undefined;
|
|
1260
|
-
"aria-rowindextext"?: string | undefined;
|
|
1261
|
-
"aria-rowspan"?: number | undefined;
|
|
1262
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1263
|
-
"aria-setsize"?: number | undefined;
|
|
1264
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1265
|
-
"aria-valuemax"?: number | undefined;
|
|
1266
|
-
"aria-valuemin"?: number | undefined;
|
|
1267
|
-
"aria-valuenow"?: number | undefined;
|
|
1268
|
-
"aria-valuetext"?: string | undefined;
|
|
1269
|
-
defaultChecked?: boolean | undefined;
|
|
1270
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
1271
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
1272
|
-
accessKey?: string | undefined;
|
|
1273
|
-
autoFocus?: boolean | undefined;
|
|
1274
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1275
|
-
contextMenu?: string | undefined;
|
|
1276
|
-
dir?: string | undefined;
|
|
1277
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
1278
|
-
nonce?: string | undefined;
|
|
1279
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1280
|
-
translate?: "no" | "yes" | undefined;
|
|
1281
|
-
radioGroup?: string | undefined;
|
|
1282
|
-
about?: string | undefined;
|
|
1283
|
-
content?: string | undefined;
|
|
1284
|
-
datatype?: string | undefined;
|
|
1285
|
-
inlist?: any;
|
|
1286
|
-
prefix?: string | undefined;
|
|
1287
|
-
property?: string | undefined;
|
|
1288
|
-
rel?: string | undefined;
|
|
1289
|
-
resource?: string | undefined;
|
|
1290
|
-
rev?: string | undefined;
|
|
1291
|
-
typeof?: string | undefined;
|
|
1292
|
-
vocab?: string | undefined;
|
|
1293
|
-
autoCapitalize?: string | undefined;
|
|
1294
|
-
autoCorrect?: string | undefined;
|
|
1295
|
-
autoSave?: string | undefined;
|
|
1296
|
-
itemProp?: string | undefined;
|
|
1297
|
-
itemScope?: boolean | undefined;
|
|
1298
|
-
itemType?: string | undefined;
|
|
1299
|
-
itemID?: string | undefined;
|
|
1300
|
-
itemRef?: string | undefined;
|
|
1301
|
-
results?: number | undefined;
|
|
1302
|
-
security?: string | undefined;
|
|
1303
|
-
unselectable?: "off" | "on" | undefined;
|
|
1304
|
-
inputMode?: "none" | "search" | "text" | "numeric" | "email" | "tel" | "url" | "decimal" | undefined;
|
|
1305
|
-
is?: string | undefined;
|
|
1306
|
-
dangerouslySetInnerHTML?: {
|
|
1307
|
-
__html: string | TrustedHTML;
|
|
1308
|
-
} | undefined;
|
|
1309
|
-
onCopy?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1310
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1311
|
-
onCut?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1312
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1313
|
-
onPaste?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1314
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1315
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1316
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1317
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1318
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1319
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1320
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1321
|
-
onFocus?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1322
|
-
onFocusCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1323
|
-
onBlur?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1324
|
-
onBlurCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1325
|
-
onChange?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1326
|
-
onChangeCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1327
|
-
onBeforeInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1328
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1329
|
-
onInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1330
|
-
onInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1331
|
-
onReset?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1332
|
-
onResetCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1333
|
-
onSubmit?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1334
|
-
onSubmitCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1335
|
-
onInvalid?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1336
|
-
onInvalidCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1337
|
-
onLoad?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1338
|
-
onLoadCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1339
|
-
onError?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1340
|
-
onErrorCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1341
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1342
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1343
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1344
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1345
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1346
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1347
|
-
onAbort?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1348
|
-
onAbortCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1349
|
-
onCanPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1350
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1351
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1352
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1353
|
-
onDurationChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1354
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1355
|
-
onEmptied?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1356
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1357
|
-
onEncrypted?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1358
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1359
|
-
onEnded?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1360
|
-
onEndedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1361
|
-
onLoadedData?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1362
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1363
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1364
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1365
|
-
onLoadStart?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1366
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1367
|
-
onPause?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1368
|
-
onPauseCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1369
|
-
onPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1370
|
-
onPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1371
|
-
onPlaying?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1372
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1373
|
-
onProgress?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1374
|
-
onProgressCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1375
|
-
onRateChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1376
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1377
|
-
onResize?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1378
|
-
onResizeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1379
|
-
onSeeked?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1380
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1381
|
-
onSeeking?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1382
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1383
|
-
onStalled?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1384
|
-
onStalledCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1385
|
-
onSuspend?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1386
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1387
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1388
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1389
|
-
onVolumeChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1390
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1391
|
-
onWaiting?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1392
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1393
|
-
onAuxClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1394
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1395
|
-
onClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1396
|
-
onClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1397
|
-
onContextMenu?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1398
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1399
|
-
onDoubleClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1400
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1401
|
-
onDragCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1402
|
-
onDragEndCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1403
|
-
onDragEnter?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1404
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1405
|
-
onDragExit?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1406
|
-
onDragExitCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1407
|
-
onDragLeave?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1408
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1409
|
-
onDragOver?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1410
|
-
onDragOverCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1411
|
-
onDragStartCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1412
|
-
onDrop?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1413
|
-
onDropCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1414
|
-
onMouseDown?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1415
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1416
|
-
onMouseEnter?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1417
|
-
onMouseLeave?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1418
|
-
onMouseMove?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1419
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1420
|
-
onMouseOut?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1421
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1422
|
-
onMouseOver?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1423
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1424
|
-
onMouseUp?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1425
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1426
|
-
onSelect?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1427
|
-
onSelectCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1428
|
-
onTouchCancel?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1429
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1430
|
-
onTouchEnd?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1431
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1432
|
-
onTouchMove?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1433
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1434
|
-
onTouchStart?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1435
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1436
|
-
onPointerDown?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1437
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1438
|
-
onPointerMove?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1439
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1440
|
-
onPointerUp?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1441
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1442
|
-
onPointerCancel?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1443
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1444
|
-
onPointerEnter?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1445
|
-
onPointerLeave?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1446
|
-
onPointerOver?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1447
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1448
|
-
onPointerOut?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1449
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1450
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1451
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1452
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1453
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1454
|
-
onScroll?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1455
|
-
onScrollCapture?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1456
|
-
onWheel?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1457
|
-
onWheelCapture?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1458
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1459
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1460
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1461
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1462
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1463
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1464
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1465
|
-
} & framer_motion.MotionProps & react.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
|
|
1023
|
+
var Nav: ({ className, children, ...props }: Omit<motion_react.HTMLMotionProps<"div">, "ref"> & react.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
|
|
1024
|
+
var Content: (props: Omit<motion_react.HTMLMotionProps<"div">, "ref"> & react.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
|
|
1466
1025
|
}
|
|
1467
1026
|
|
|
1468
1027
|
interface BoostProps {
|
|
@@ -1643,6 +1202,11 @@ interface ModalContentProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
|
1643
1202
|
declare function ModalContent({ children, addGap, paddingY, borderType, className, ...props }: ModalContentProps): react_jsx_runtime.JSX.Element;
|
|
1644
1203
|
declare function ModalContentDivider(): react_jsx_runtime.JSX.Element;
|
|
1645
1204
|
|
|
1205
|
+
interface ModalTitleProps {
|
|
1206
|
+
title: string;
|
|
1207
|
+
}
|
|
1208
|
+
declare function ModalTitle({ title }: ModalTitleProps): react_jsx_runtime.JSX.Element;
|
|
1209
|
+
|
|
1646
1210
|
interface ActionButton {
|
|
1647
1211
|
labelOrIcon: string | React.ReactNode;
|
|
1648
1212
|
onClick?: () => void;
|
|
@@ -1674,6 +1238,18 @@ declare function BorderedContainer({ children, className, }: {
|
|
|
1674
1238
|
|
|
1675
1239
|
declare function ProfileHeaderBackground(): react_jsx_runtime.JSX.Element;
|
|
1676
1240
|
|
|
1241
|
+
interface AddressHeaderProps {
|
|
1242
|
+
direction: SwapDirection;
|
|
1243
|
+
onClick?: () => void;
|
|
1244
|
+
isDisabled?: boolean;
|
|
1245
|
+
tooltip?: TooltipProps["tooltipContent"];
|
|
1246
|
+
label: string;
|
|
1247
|
+
walletIconUrl?: string | null;
|
|
1248
|
+
isLoading?: boolean;
|
|
1249
|
+
displayLabel?: boolean;
|
|
1250
|
+
highlightLabel?: boolean;
|
|
1251
|
+
}
|
|
1252
|
+
declare const AddressHeader: ({ direction, onClick, isDisabled, tooltip, label, walletIconUrl, isLoading, displayLabel, highlightLabel, }: AddressHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
1677
1253
|
interface SwapConfigurationProps {
|
|
1678
1254
|
direction: SwapDirection;
|
|
1679
1255
|
priceImpactPercentage?: string;
|
|
@@ -1720,10 +1296,14 @@ interface SwapConfigurationProps {
|
|
|
1720
1296
|
address?: string;
|
|
1721
1297
|
emptyAddressLabel?: string;
|
|
1722
1298
|
disabled?: boolean;
|
|
1299
|
+
walletIconUrl?: string | null;
|
|
1723
1300
|
};
|
|
1724
1301
|
showNumericInputDetails?: boolean;
|
|
1302
|
+
fullHeight?: boolean;
|
|
1303
|
+
debounceInput?: boolean;
|
|
1304
|
+
showWalletButtonHeader?: boolean;
|
|
1725
1305
|
}
|
|
1726
|
-
declare function SwapConfiguration({ amount, tokenPrice, isFetching: isFetchingProp, chain, token, direction, onAmountChange, balance, criticalPriceImpactPercentage, error, priceImpactPercentage, maxUsdDecimals, isInputInteractive, isLoading, inputModeButton, balanceButton, assetsButton, walletButton, showNumericInputDetails, }: SwapConfigurationProps): react_jsx_runtime.JSX.Element;
|
|
1306
|
+
declare function SwapConfiguration({ amount, tokenPrice, isFetching: isFetchingProp, chain, token, direction, onAmountChange, balance, criticalPriceImpactPercentage, error, priceImpactPercentage, maxUsdDecimals, isInputInteractive, isLoading, inputModeButton, balanceButton, assetsButton, walletButton, showNumericInputDetails, fullHeight, debounceInput, showWalletButtonHeader, }: SwapConfigurationProps): react_jsx_runtime.JSX.Element;
|
|
1727
1307
|
|
|
1728
1308
|
interface SwapStepsCollapsedFooterButton {
|
|
1729
1309
|
label: string;
|
|
@@ -2177,8 +1757,9 @@ interface HistoryItemProps {
|
|
|
2177
1757
|
onClick?: () => void;
|
|
2178
1758
|
warningLabel?: string;
|
|
2179
1759
|
dropdownMenuContent?: React.ReactNode;
|
|
1760
|
+
txType: "swap" | "send";
|
|
2180
1761
|
}
|
|
2181
|
-
declare function HistoryItem({ firstImageUrl, secondImageUrl, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, dropdownMenuContent, itemsContainerRef, status, warningLabel, onClick, }: HistoryItemProps): react_jsx_runtime.JSX.Element;
|
|
1762
|
+
declare function HistoryItem({ firstImageUrl, secondImageUrl, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, dropdownMenuContent, itemsContainerRef, status, warningLabel, txType, onClick, }: HistoryItemProps): react_jsx_runtime.JSX.Element;
|
|
2182
1763
|
|
|
2183
1764
|
type HTMLInteractiveItem = HTMLButtonElement | HTMLDivElement | HTMLLabelElement;
|
|
2184
1765
|
interface ListItemProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
@@ -2651,18 +2232,21 @@ type TabSize = "small" | "large";
|
|
|
2651
2232
|
interface TabsProps {
|
|
2652
2233
|
tabs: Array<{
|
|
2653
2234
|
label: string;
|
|
2235
|
+
isDisabled?: boolean;
|
|
2654
2236
|
}>;
|
|
2655
2237
|
size?: TabSize;
|
|
2656
2238
|
activeTab?: number;
|
|
2657
2239
|
onTabChange?: (tabIndex: number) => void;
|
|
2240
|
+
isDisabled?: boolean;
|
|
2658
2241
|
}
|
|
2659
|
-
declare function Tabs({ tabs, size, onTabChange, activeTab, }: TabsProps): react_jsx_runtime.JSX.Element;
|
|
2242
|
+
declare function Tabs({ tabs, size, onTabChange, activeTab, isDisabled, }: TabsProps): react_jsx_runtime.JSX.Element;
|
|
2660
2243
|
interface TabProps extends react__default.ComponentProps<"button"> {
|
|
2661
2244
|
label: string;
|
|
2662
2245
|
size: TabSize;
|
|
2663
2246
|
isActive?: boolean;
|
|
2247
|
+
isDisabled?: boolean;
|
|
2664
2248
|
}
|
|
2665
|
-
declare function Tab({ label, isActive, size, ...props }: TabProps): react_jsx_runtime.JSX.Element;
|
|
2249
|
+
declare function Tab({ label, isActive, size, isDisabled, ...props }: TabProps): react_jsx_runtime.JSX.Element;
|
|
2666
2250
|
|
|
2667
2251
|
interface BodyTextProps extends React.HTMLAttributes<HTMLSpanElement> {
|
|
2668
2252
|
children: ReactNode;
|
|
@@ -2734,7 +2318,7 @@ interface Token {
|
|
|
2734
2318
|
logoUrl: string;
|
|
2735
2319
|
bgColor: string;
|
|
2736
2320
|
}
|
|
2737
|
-
declare function SwapProgressView({ steps, isOpen, handleClose, handleComplete, supportLink, fromAmount, fromChain, fromToken, toAmount, toChain, toToken, fromAddressFormatted, toAddressFormatted, swapState, estimatedTimeToComplete, footerButton, refundTokenSymbol, addGasLink, shareSwapDropdownContent, }: {
|
|
2321
|
+
declare function SwapProgressView({ steps, isOpen, handleClose, handleComplete, supportLink, fromAmount, fromChain, fromToken, toAmount, toChain, toToken, fromAddressFormatted, toAddressFormatted, swapState, estimatedTimeToComplete, footerButton, refundTokenSymbol, addGasLink, shareSwapDropdownContent, isSendTransaction, }: {
|
|
2738
2322
|
steps: SwapStep[];
|
|
2739
2323
|
handleClose?: (swapState: SwapState) => void;
|
|
2740
2324
|
handleComplete?: () => void;
|
|
@@ -2754,6 +2338,7 @@ declare function SwapProgressView({ steps, isOpen, handleClose, handleComplete,
|
|
|
2754
2338
|
footerButton?: SwapStepsCollapsedFooterButton;
|
|
2755
2339
|
refundTokenSymbol?: string;
|
|
2756
2340
|
addGasLink?: string;
|
|
2341
|
+
isSendTransaction?: boolean;
|
|
2757
2342
|
}): react_jsx_runtime.JSX.Element;
|
|
2758
2343
|
|
|
2759
2344
|
interface BaseTransactionViewProps {
|
|
@@ -2893,6 +2478,12 @@ interface ThemeProviderProps extends React.ComponentProps<"div"> {
|
|
|
2893
2478
|
}
|
|
2894
2479
|
declare function ThemeProvider({ theme, children, themeType, settings, ...props }: ThemeProviderProps): react_jsx_runtime.JSX.Element;
|
|
2895
2480
|
|
|
2481
|
+
declare function useCollapsibleMenu(): {
|
|
2482
|
+
isMenuOpen: boolean;
|
|
2483
|
+
toggleMenu: () => void;
|
|
2484
|
+
menuRef: react.RefObject<HTMLDivElement>;
|
|
2485
|
+
};
|
|
2486
|
+
|
|
2896
2487
|
interface DropdownStyles {
|
|
2897
2488
|
position: DropdownPosition;
|
|
2898
2489
|
maxHeight: number | null;
|
|
@@ -2938,17 +2529,9 @@ type UseMediaQueryOptions = {
|
|
|
2938
2529
|
*/
|
|
2939
2530
|
declare function useMediaQuery(query: string, { defaultValue, initializeWithValue, }?: UseMediaQueryOptions): boolean;
|
|
2940
2531
|
|
|
2941
|
-
declare function useCollapsibleMenu(): {
|
|
2942
|
-
isMenuOpen: boolean;
|
|
2943
|
-
toggleMenu: () => void;
|
|
2944
|
-
menuRef: react.RefObject<HTMLDivElement>;
|
|
2945
|
-
};
|
|
2946
|
-
|
|
2947
2532
|
declare function useOnResize(ref: React.RefObject<HTMLElement>, callback: (rect: DOMRectReadOnly) => void): void;
|
|
2948
2533
|
declare function useRect(ref: React.RefObject<HTMLElement>): DOMRectReadOnly;
|
|
2949
2534
|
|
|
2950
|
-
declare function useVersion<T>(value: T, equal?: (a: T, b: T) => boolean): number;
|
|
2951
|
-
|
|
2952
2535
|
declare const useTimer: ({ immediateStart, }: {
|
|
2953
2536
|
immediateStart?: boolean;
|
|
2954
2537
|
}) => {
|
|
@@ -2970,6 +2553,8 @@ declare function useUserTheme(): {
|
|
|
2970
2553
|
isDarkMode: boolean;
|
|
2971
2554
|
};
|
|
2972
2555
|
|
|
2556
|
+
declare function useVersion<T>(value: T, equal?: (a: T, b: T) => boolean): number;
|
|
2557
|
+
|
|
2973
2558
|
declare const CSS_VARS: {
|
|
2974
2559
|
MOVE_WITH_SPRING_BOUNCE_DURATION: string;
|
|
2975
2560
|
DISPLAY_DELAYED_DURATION: string;
|
|
@@ -3017,6 +2602,7 @@ declare const spacing: {
|
|
|
3017
2602
|
"squid-m": string;
|
|
3018
2603
|
"squid-l": string;
|
|
3019
2604
|
"squid-xl": string;
|
|
2605
|
+
"squid-xl2": string;
|
|
3020
2606
|
"squid-xxl": string;
|
|
3021
2607
|
};
|
|
3022
2608
|
declare const baseTailwindConfig: Config;
|
|
@@ -3030,6 +2616,8 @@ declare const baseTailwindConfig: Config;
|
|
|
3030
2616
|
* @returns The combined class names as a string.
|
|
3031
2617
|
*/
|
|
3032
2618
|
declare const cn: (...inputs: ClassValue[]) => string;
|
|
2619
|
+
declare const remToPx: (rem: string | number, baseFontSize?: number) => number;
|
|
2620
|
+
declare const pxToRem: (px: string | number, baseFontSize?: number) => number;
|
|
3033
2621
|
|
|
3034
2622
|
interface RGB {
|
|
3035
2623
|
r: number;
|
|
@@ -3043,8 +2631,6 @@ interface RGB {
|
|
|
3043
2631
|
* @param style
|
|
3044
2632
|
*/
|
|
3045
2633
|
declare const parseSquidTheme: (userTheme: Theme, themeType: ThemeType) => Record<string, string | undefined> | undefined;
|
|
3046
|
-
declare const remToPx: (rem: string | number, baseFontSize?: number) => number;
|
|
3047
|
-
declare const pxToRem: (px: string | number, baseFontSize?: number) => number;
|
|
3048
2634
|
declare function getContrastColor({ r, g, b, }: {
|
|
3049
2635
|
r: number;
|
|
3050
2636
|
g: number;
|
|
@@ -17045,4 +16631,4 @@ declare const transactionRejectedAnimation: {
|
|
|
17045
16631
|
markers: never[];
|
|
17046
16632
|
};
|
|
17047
16633
|
|
|
17048
|
-
export { ANIMATION_DURATIONS, AccountListItem, AccountsButton, type ActionButton, ActionLayout, ActionLineOutRow, ActionProperties, ActionRow, type ActionStatus, ActionStatusRow, ActionWrapper, AddressButton, type AllOrNone, AnimationWrapper, Announcement, type AnnouncementProps, AppContainer, Approve, ApproveAction, ArrowBottomTopIcon, ArrowButton, ArrowCornerDownRightIcon, ArrowDownIcon, ArrowExpandIcon, ArrowLeftIcon, ArrowOutOfBoxIcon, ArrowRightDownCircleIcon, ArrowRightDownIcon, ArrowRightIcon, ArrowRightUpCircleIcon, ArrowRightUpIcon, ArrowRotate, ArrowSplit, ArrowTriangle, ArrowUpIcon, ArrowWallDownIcon, ArrowsSwapIcon, AssetsButton, type AssetsButtonVariant, AtomIcon, BackpackIcon, BadgeImage, BankIcon, type BaseActionProps, type BaseTransactionViewProps, BellAlarmIcon, BlockSkeleton, BodyText, Boost, BoostBadge, BoostButton, BorderedContainer, Breadcrumb, BridgeAction, BridgeHeader, BridgeProperties, BrokenHeartIcon, BubblesIcon, Button, type ButtonSize, type ButtonVariant, BuyNFTHeader, BuyNFTProperties, BuyNFTTransactionView, CSS_VARS, Calendar, CaptionText, CatSquareIcon, CelebrateIcon, ChainLink, Checkmark1Icon, Checkmark2Icon, ChevronArrowIcon, ChevronDownSmallIcon, ChevronGrabberVerticalIcon, ChevronLargeDownIcon, ChevronLargeRightIcon, ChevronRightSmallIcon, ChevronTopIcon, ChevronTopSmallIcon, Chip, type ChipProps, CircleCheckIcon, CircleMinusIcon, CirclePlusIcon, CircleX, CircleXFilledIcon, ClockOutlineIcon, ClockSolidIcon, CodeBracketsIcon, CodeSolidSquareIcon, CoinsAddIcon, CoinsIcon, CoinsOutlinedIcon, Collapse, CollapsibleMenu, CollectionIcon, ColorPaletteIcon, CommandIcon, CompassRoundOutlinedIcon, CompassRoundSolidIcon, ConsoleIcon, Copy2Icon, CopyOutlinedIcon, CrossAnimatedIcon, CrossedOutSunSolidIcon, DashboardFast, type DeepPartial, DepositAddressView, type DescriptionBlock, DescriptionBlocks, DetailsToolbar, DiscordIcon, DockIconAnalytics, DockIconCheckout, DockIconHelp, DockIconProfile, DockIconScan, DockIconSwap, DockSwapIcon, DollarOutlinedIcon, DollarSolidIcon, DotGrid1x3HorizontalIcon, DropdownMenu, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuTitle, type DropdownPosition, type DropdownStyles, EmojiMeh, EmojiSadIcon, EmptyHeartIcon, ErrorMessage, EthereumIcon, ExplosionIcon, EyeOpenIcon, FarcasterIcon, FavouriteFilterIcon, FeeButton, FeesAction, type FeesActionProps, FeesLines, FeesTotal, FileDownloadIcon, FilledHeartIcon, FilterAscendingIcon, FilterButton, FilterIcon, FilterTimelineIcon, GasIcon, GhostIcon, GithubIcon, HashLink, HeadingText, HeartSmallIcon, HelpIcon, HighestPriceRangeIcon, HistoryItem, type HistoryItemStatus, HomeIcon, IconButton, type IconButtonProps, IconLabel, Image, ImageGroup, ImageIcon, type ImageProps, ImageSparkle, ImageStack, ImageState, IncompleteAction, InfinityIcon, InfoBox, Inline, Input, InteractionHeader, InteractionProperties, InteractionTransactionView, Join, LaptopIcon, LightningIcon, LimitIcon, LinkIcon, ListItem, ListItemActionsButton, Loader, LoadingProvider, LoadingSkeleton, MEDIA_QUERIES, MarketCapIcon, MaxIcon, Menu, MenuItem, MenuSwapIcon, MirrorIcon, Modal, ModalContent, ModalContentDivider, MoneyBagIcon, MoonIcon, NavigationBar, NewsIcon, NewspaperIcon, NotAllowedIcon, NumericInput, PathSquareIcon, PauseIcon, PercentIcon, PhoneIcon, PieChartIcon, PipeSeparator, PluginIcon, PlusIcon, PoopIcon, PowerIcon, PriceChange, ProductCard, ProfileHeader, ProfileHeaderBackground, PropertiesLayout, PropertyListItem, type PropertyListItemProps, type PublicTheme, PunkIcon, QrCodeIcon, RangeInput, ReceiptBillIcon, ReceiveNFTAction, ReceiveTokensAction, RefreshIcon, ReorderIcon, RouteStep, STEP_ITEM_HEIGHT, SearchIcon, SectionTitle, SendTokensAction, type Settings, SettingsButton, type SettingsButtonProps, type SettingsControl, SettingsGearIcon, SettingsItem, type SettingsItemProps, SettingsSlider, SettingsSliderIcon, type SettingsSliderProps, ShoppingBagIcon, SizeTransition, SmileFilledIcon, SmileIcon, SnapIcon, SortIcon, SparkleIcon, SparklesIcon, SquareArrowCenter, SquareArrowTopLeftIcon, SquareArrowTopRight2Icon, SquidLogo, SquidVector, StakeAction, StarLinesIcon, StartAction, StocksIcon, SuccessAction, SunIcon, SunOutlinedIcon, SunriseIcon, SunriseSmallIcon, SwapAction, SwapConfiguration, SwapErrorIcon, SwapHeader, type SwapHeaderProps, SwapIcon, SwapInputsIcon, SwapProgressView, SwapProperties, type SwapPropertiesProps, SwapState, type SwapStep, SwapStepItem, SwapStepSeparator, SwapStepsCollapsed, type SwapStepsCollapsedFooterButton, SwapSuccessIcon, SwapTransactionView, SwapWarningIcon, Switch, type SwitchProps, Tab, Tabs, TagIcon, TagIconFilled, TelegramIcon, TextSkeleton, type Theme, ThemePreference, ThemeProvider, type ThemeType, ThumbsUp, Tick, TimeFliesIcon, type Timeframe, Timeline, Timestamp, Toast, TokenDetailsView, TokenGroup, type TokenGroupProps, type TokenGroupVariant, TokenGroups, TokenPair, Tooltip, type TooltipProps, type TooltipThreshold, type TooltipWidth, TradingViewStepsIcon, TransactionAction, type TransactionActionProps, type TransactionActionType, TransactionFilters, TransactionHeader, TransactionHeaderLayout, type TransactionHeaderProps, type TransactionHeaderType, TransactionItem, TransactionProperties, type TransactionPropertiesProps, type TransactionPropertiesType, TransactionSearch, TransactionState, TransactionView, TransactionViewLayout, type TransactionViewProps, type TransactionViewType, Transfer, TranslateIcon, TriangleExclamation, TxProgressViewHeader, UnsupportedPairNotice, UsdAmount, WalletFilledIcon, WalletIcon, WalletLink, WrapAction, XSocialIcon, adjustColorForContrast, baseTailwindConfig, blendColors, buttonRoundedClassMap, cn, darkTheme, getColorBrightness, getContrastColor, getHexColorFromOpacityPercentage, getWalletCardBackground, hexToRgb, isValidHexColor, lightTheme, linkActionTimelineProps, parseColor, parseSquidTheme, pxToRem, remToPx, rgbToHex, spacing, statusTextClassMap, themeKeysToCssVariables, transactionErrorPauseAnimation, transactionFailureAnimation, transactionHalfSuccessAnimation, transactionPendingAnimation, transactionProcessingAnimation, transactionRejectedAnimation, transactionSuccessAnimation, useCollapsibleMenu, useDropdownMenu, useMediaQuery, useOnResize, useRect, useTimer, useUserTheme, useVersion };
|
|
16634
|
+
export { ANIMATION_DURATIONS, AccountListItem, AccountsButton, type ActionButton, ActionLayout, ActionLineOutRow, ActionProperties, ActionRow, type ActionStatus, ActionStatusRow, ActionWrapper, AddressButton, AddressHeader, type AllOrNone, AnimateNumber, AnimationCard, AnimationWrapper, Announcement, type AnnouncementProps, AppContainer, ApplePayIcon, Approve, ApproveAction, ArrowBottomTopIcon, ArrowButton, ArrowCornerDownRightIcon, ArrowDownIcon, ArrowExpandIcon, ArrowLeftIcon, ArrowOutOfBoxIcon, ArrowRightDownCircleIcon, ArrowRightDownIcon, ArrowRightIcon, ArrowRightUpCircleIcon, ArrowRightUpIcon, ArrowRotate, ArrowSplit, ArrowTriangle, ArrowUpIcon, ArrowWallDownIcon, ArrowsSwapIcon, AssetsButton, type AssetsButtonVariant, AtomIcon, BackpackIcon, BadgeImage, BankIcon, type BaseActionProps, type BaseTransactionViewProps, BellAlarmIcon, BlockSkeleton, BodyText, Boost, BoostBadge, BoostButton, BorderedContainer, Breadcrumb, BridgeAction, BridgeHeader, BridgeProperties, BrokenHeartIcon, BubblesIcon, Button, type ButtonSize, type ButtonVariant, BuyNFTHeader, BuyNFTProperties, BuyNFTTransactionView, CSS_VARS, Calendar, CaptionText, CatSquareIcon, CelebrateIcon, ChainLink, Checkmark1Icon, Checkmark2Icon, ChevronArrowIcon, ChevronDownSmallIcon, ChevronGrabberVerticalIcon, ChevronLargeDownIcon, ChevronLargeRightIcon, ChevronRightSmallIcon, ChevronTopIcon, ChevronTopSmallIcon, Chip, type ChipProps, CircleCheckIcon, CircleMinusIcon, CirclePlusIcon, CircleX, CircleXFilledIcon, ClockOutlineIcon, ClockSolidIcon, CodeBracketsIcon, CodeSolidSquareIcon, CoinsAddIcon, CoinsIcon, CoinsOutlinedIcon, Collapse, CollapsibleMenu, CollectionIcon, ColorPaletteIcon, CommandIcon, CompassRoundOutlinedIcon, CompassRoundSolidIcon, ConsoleIcon, Copy2Icon, CopyOutlinedIcon, CreditCardIcon, CrossAnimatedIcon, CrossedOutSunSolidIcon, DashboardFast, type DeepPartial, DepositAddressView, type DescriptionBlock, DescriptionBlocks, DetailsToolbar, DiscordIcon, DockIconAnalytics, DockIconCheckout, DockIconHelp, DockIconProfile, DockIconScan, DockIconSwap, DockSwapIcon, DollarOutlinedIcon, DollarSolidIcon, DotGrid1x3HorizontalIcon, DropdownMenu, DropdownMenuItem, type DropdownMenuItemProps, DropdownMenuTitle, type DropdownPosition, type DropdownStyles, EmojiMeh, EmojiSadIcon, EmptyHeartIcon, ErrorMessage, EthereumIcon, ExplosionIcon, EyeOpenIcon, FarcasterIcon, FavouriteFilterIcon, FeeButton, FeesAction, type FeesActionProps, FeesLines, FeesTotal, FileDownloadIcon, FilledHeartIcon, FilterAscendingIcon, FilterButton, FilterIcon, FilterTimelineIcon, GasIcon, GhostIcon, GithubIcon, GooglePayIcon, HashLink, HeadingText, HeartSmallIcon, HelpIcon, HighestPriceRangeIcon, HistoryItem, type HistoryItemStatus, HomeIcon, IconButton, type IconButtonProps, IconLabel, Image, ImageGroup, ImageIcon, type ImageProps, ImageSparkle, ImageStack, ImageState, IncompleteAction, InfinityIcon, InfoBox, Inline, Input, InteractionHeader, InteractionProperties, InteractionTransactionView, Join, LaptopIcon, LargeNumericInput, LightningIcon, LimitIcon, LinkIcon, ListItem, ListItemActionsButton, Loader, LoadingProvider, LoadingSkeleton, LoadingText, MEDIA_QUERIES, MarketCapIcon, MaxIcon, Menu, MenuItem, MenuSwapIcon, MirrorIcon, Modal, ModalContent, ModalContentDivider, ModalTitle, MoneyBagIcon, MoonIcon, NavigationBar, NewsIcon, NewspaperIcon, NotAllowedIcon, NumericInput, type NumericInputProps, PathSquareIcon, PauseIcon, PercentIcon, PhoneIcon, PieChartIcon, PipeSeparator, PluginIcon, PlusIcon, PoopIcon, PowerIcon, PriceChange, ProductCard, ProfileHeader, ProfileHeaderBackground, PropertiesLayout, PropertyListItem, type PropertyListItemProps, type Props$1 as Props, type PublicTheme, PunkIcon, QrCodeIcon, RangeInput, ReceiptBillIcon, ReceiveNFTAction, ReceiveTokensAction, RefreshIcon, ReorderIcon, RouteStep, STEP_ITEM_HEIGHT, SearchIcon, SectionTitle, SendTokensAction, type Settings, SettingsButton, type SettingsButtonProps, type SettingsControl, SettingsGearIcon, SettingsItem, type SettingsItemProps, SettingsSlider, SettingsSliderIcon, type SettingsSliderProps, ShoppingBagIcon, SizeTransition, SmileFilledIcon, SmileIcon, SnapIcon, SortIcon, SparkleIcon, SparklesIcon, SquareArrowCenter, SquareArrowTopLeftIcon, SquareArrowTopRight2Icon, SquidLogo, SquidVector, StakeAction, StarLinesIcon, StartAction, StocksIcon, SuccessAction, SunIcon, SunOutlinedIcon, SunriseIcon, SunriseSmallIcon, SwapAction, SwapConfiguration, SwapErrorIcon, SwapHeader, type SwapHeaderProps, SwapIcon, SwapInputsIcon, SwapProgressView, SwapProperties, type SwapPropertiesProps, SwapState, type SwapStep, SwapStepItem, SwapStepSeparator, SwapStepsCollapsed, type SwapStepsCollapsedFooterButton, SwapSuccessIcon, SwapTransactionView, SwapWarningIcon, Switch, type SwitchProps, Tab, Tabs, TagIcon, TagIconFilled, TelegramIcon, TextSkeleton, type Theme, ThemePreference, ThemeProvider, type ThemeType, ThumbsUp, Tick, TimeFliesIcon, type Timeframe, Timeline, Timestamp, Toast, type Token$3 as Token, TokenDetailsView, TokenGroup, type TokenGroupProps, type TokenGroupVariant, TokenGroups, TokenPair, Tooltip, type TooltipProps, type TooltipThreshold, type TooltipWidth, TradingViewStepsIcon, TransactionAction, type TransactionActionProps, type TransactionActionType, TransactionFilters, TransactionHeader, TransactionHeaderLayout, type TransactionHeaderProps, type TransactionHeaderType, TransactionItem, TransactionProperties, type TransactionPropertiesProps, type TransactionPropertiesType, TransactionSearch, TransactionState, TransactionView, TransactionViewLayout, type TransactionViewProps, type TransactionViewType, Transfer, TranslateIcon, TriangleExclamation, TxProgressViewHeader, UnsupportedPairNotice, UsdAmount, UserInputType, WalletFilledIcon, WalletIcon, WalletLink, WrapAction, XSocialIcon, adjustColorForContrast, baseTailwindConfig, blendColors, buttonRoundedClassMap, cn, darkTheme, getColorBrightness, getContrastColor, getHexColorFromOpacityPercentage, getWalletCardBackground, hexToRgb, isValidHexColor, lightTheme, linkActionTimelineProps, parseColor, parseSquidTheme, pxToRem, remToPx, rgbToHex, spacing, statusTextClassMap, themeKeysToCssVariables, transactionErrorPauseAnimation, transactionFailureAnimation, transactionHalfSuccessAnimation, transactionPendingAnimation, transactionProcessingAnimation, transactionRejectedAnimation, transactionSuccessAnimation, useCollapsibleMenu, useDropdownMenu, useMediaQuery, useNumericInput, useOnResize, useRect, useTimer, useUserTheme, useVersion };
|